Skip to content

Instantly share code, notes, and snippets.

Tests that had no expected results (probably new):
test results image results actual failure expected failure
+fast/table/mozilla-bug10296-vertical-align-2.html result missing
+fast/table/mozilla-bug10296-vertical-align-1.html result missing
+fast/events/touch/gesture/context-menu-on-long-press.html result missing
+css2.1/20110323/table-height-algorithm-024.htm result missing
+css2.1/20110323/table-height-algorithm-023.htm result missing
+css2.1/20110323/inline-table-002a.htm result missing
+css2.1/20110323/inline-table-001.htm result missing
diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index d5928eb..5947895 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2012-05-24 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
+
+ [Qt] Buildfix for the minimal build because the r118197 broke it.
+ https://bugs.webkit.org/show_bug.cgi?id=87096
+
diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 4722dd6..b60f898 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,13 @@
+2012-06-19 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
+
+ [Qt] Temporarily turns off the xvfb support in nrwt
+ https://bugs.webkit.org/show_bug.cgi?id=88414
+
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/server_process_unittest.py b/Tools/Scripts/webkitpy/layout_tests/port/server_process_unittest.py
index c0426c1..11f4a6a 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/server_process_unittest.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/server_process_unittest.py
@@ -115,6 +115,7 @@ class TestServerProcess(unittest.TestCase):
def test_broken_pipe(self):
port_obj = TrivialMockPort()
+ port_obj.process_kill_time = lambda: 1
class TrivialMockPort(object):
def __init__(self):
self.host = MockSystemHost()
def results_directory(self):
return "/mock-results"
def check_for_leaks(self, process_name, process_pid):
pass
@kkristof
kkristof / gist:3141672
Created July 19, 2012 08:51
build_log
(32bit)kosztyo@cute4:~/WebKit$ nice Tools/Scripts/build-webkit --debug --makeargs='-j12'
Last built revision was unknown, now at revision 123080. Full incremental build needed.
Calling 'make -j12 incremental' in /home/kosztyo/WebKit/WebKitBuild/Debug
QMAKEPATH=/home/kosztyo/WebKit/Tools/qmake /usr/local/Trolltech/Qt-4.8.0/bin/qmake CONFIG-=release CONFIG+=debug -o Makefile ../../WebKit.pro
Project MESSAGE: Building WebKit2 with Qt versions older than 5.0 is not supported. Disabling WebKit2.
Project MESSAGE: Read http://www.mail-archive.com/webkit-qt@lists.webkit.org/msg01674.html for more information.
make -f Makefile qmake_all && make -f Makefile
make[1]: Entering directory `/home/kosztyo/WebKit/WebKitBuild/Debug'
def skipped_layout_tests(self, test_list):
"""Returns the set of tests found in Skipped files. Does *not* include tests marked as SKIP in expectations files."""
tests_to_skip = set(self._expectations_from_skipped_files(self._skipped_file_search_paths()))
tests_to_skip.update(self._tests_for_other_platforms())
tests_to_skip.update(self._skipped_tests_for_unsupported_features(test_list))
return tests_to_skip
def _tests_from_skipped_file_contents(self, skipped_file_contents):
tests_to_skip = []
for line in skipped_file_contents.split('\n'):
Hallgatói ösztöndíjszerződés aláírása
a 2012/2013. tanévre felvett állami (rész)ösztöndíjas hallgatóknak
Tisztelt Hallgató!
A nemzeti felsőoktatásról szóló 2011. évi CCIV. törvény (a továbbiakban: Nftv.) 39. § (3) bekezdése szerint "a hallgatói jogviszony a felvételről vagy az átvételről szóló döntés alapján, a beiratkozással jön létre. A beiratkozást megelőzően a 15. § (2)-(6) bekezdésben meghatározott képzésben részt vevő hallgatóval hallgatói ösztöndíjszerződést, illetve az önköltség fizetése mellett folytatott képzés tekintetében hallgatói képzési szerződést kell kötni. […]"
A törvényben leírtak szerint hallgatói ösztöndíjszerződést kell kötni az alapképzésben, a mesterképzésben, a felsőfokú szakképzésben, a szakirányú továbbképzésben állami ösztöndíjas, illetve állami részösztöndíjas jelentkezőkkel a beiratkozás előtt. Az ösztöndíjszerződés aláírása a beiratkozás előfeltétele az állami (rész)ösztöndíjas finanszírozási formában, ezért amennyiben a jelentkező beiratkozáskor nem kívánja aláírni a hallgat
def test_next_patch(self):
queue = AbstractPatchQueue()
tool = MockTool()
queue.bind_to_tool(tool)
queue._options = Mock()
queue._options.port = None
self.assertEquals(queue._next_patch(), None)
tool.status_server = MockStatusServer(work_items=[2, 10000, 10001])
expected_stdout = "MOCK: fetch_attachment: 2 is not a known attachment id\n" # A mock-only message to prevent us from making mistakes.
expected_stderr = "MOCK: release_work_item: None 2\n"
pvr-omap4 - PowerVR SGX540 libraries for OMAP4, libs and drivers.
pvr-omap4-dbg - PowerVR SGX540 libraries for OMAP4, debugging symbols
pvr-omap4-dev - PowerVR SGX540 libraries for OMAP4, development files
pubi@pubi:~/kkristof$ apt-cache search omap4
linux-headers-3.2.0-1412 - Header files related to Linux kernel version 3.2.0
linux-headers-3.2.0-1412-omap4 - Linux kernel headers for version 3.2.0 on TI OMAP4-based systems
linux-headers-omap4 - Linux kernel headers for the OMAP4 architecture.
linux-image-3.2.0-1412-omap4 - Linux kernel image for version 3.2.0 on TI OMAP4-based systems
linux-image-omap4 - Linux kernel image for the OMAP4 architecture.
linux-omap4 - Complete Linux kernel for the OMAP4 architecture.