Diff
Modified: trunk/LayoutTests/ChangeLog (234336 => 234337)
--- trunk/LayoutTests/ChangeLog 2018-07-27 22:54:46 UTC (rev 234336)
+++ trunk/LayoutTests/ChangeLog 2018-07-27 23:26:33 UTC (rev 234337)
@@ -1,3 +1,9 @@
+2018-07-27 Michael Catanzaro <[email protected]>
+
+ More unreviewed GTK test gardening
+
+ * TestExpectations:
+
2018-07-27 David Fenton <[email protected]>
LayoutTest http/tests/cache/disk-cache/disk-cache-204-status-code.html is a flaky failure.
Modified: trunk/LayoutTests/TestExpectations (234336 => 234337)
--- trunk/LayoutTests/TestExpectations 2018-07-27 22:54:46 UTC (rev 234336)
+++ trunk/LayoutTests/TestExpectations 2018-07-27 23:26:33 UTC (rev 234337)
@@ -2203,6 +2203,7 @@
webkit.org/b/175609 imported/w3c/web-platform-tests/IndexedDB/idbindex_getAllKeys.html [ Pass Failure ]
webkit.org/b/175609 imported/w3c/web-platform-tests/IndexedDB/idbcursor-continue.htm [ Pass Failure ]
webkit.org/b/175609 imported/w3c/web-platform-tests/IndexedDB/idbdatabase-deleteObjectStore-exception-order.htm [ Pass Failure ]
+webkit.org/b/175609 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_getAllKeys.html [ Pass Failure ]
webkit.org/b/186848 imported/w3c/web-platform-tests/FileAPI/blob/Blob-slice.html [ Pass Failure ]
webkit.org/b/179176 svg/wicd/test-rightsizing-a.xhtml [ Pass Failure ]
Modified: trunk/Tools/ChangeLog (234336 => 234337)
--- trunk/Tools/ChangeLog 2018-07-27 22:54:46 UTC (rev 234336)
+++ trunk/Tools/ChangeLog 2018-07-27 23:26:33 UTC (rev 234337)
@@ -1,3 +1,9 @@
+2018-07-27 Michael Catanzaro <[email protected]>
+
+ More unreviewed GTK test gardening
+
+ * TestWebKitAPI/glib/TestExpectations.json:
+
2018-07-27 Simon Fraser <[email protected]>
Be more conservative with compositing layer creation when memory is low
Modified: trunk/Tools/TestWebKitAPI/glib/TestExpectations.json (234336 => 234337)
--- trunk/Tools/TestWebKitAPI/glib/TestExpectations.json 2018-07-27 22:54:46 UTC (rev 234336)
+++ trunk/Tools/TestWebKitAPI/glib/TestExpectations.json 2018-07-27 23:26:33 UTC (rev 234337)
@@ -86,7 +86,7 @@
"expected": {"all": {"slow": true}},
"subtests": {
"/webkit/WebKitWebInspectorServer/test-page-list": {
- "expected": {"all": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/188115"}
+ "expected": {"all": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/188115"}}
}
}
},
Modified: trunk/WebDriverTests/ChangeLog (234336 => 234337)
--- trunk/WebDriverTests/ChangeLog 2018-07-27 22:54:46 UTC (rev 234336)
+++ trunk/WebDriverTests/ChangeLog 2018-07-27 23:26:33 UTC (rev 234337)
@@ -1,5 +1,13 @@
2018-07-27 Michael Catanzaro <[email protected]>
+ More unreviewed GTK test gardening
+
+ I don't really know what I'm doing with these WebDriver expectations... will this work?
+
+ * TestExpectations.json:
+
+2018-07-27 Michael Catanzaro <[email protected]>
+
Unreviewed GTK test gardening
* TestExpectations.json:
Modified: trunk/WebDriverTests/TestExpectations.json (234336 => 234337)
--- trunk/WebDriverTests/TestExpectations.json 2018-07-27 22:54:46 UTC (rev 234336)
+++ trunk/WebDriverTests/TestExpectations.json 2018-07-27 23:26:33 UTC (rev 234337)
@@ -7,7 +7,7 @@
"testShouldAllowUsersToAcceptAnAlertInANestedFrame": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181727"}}
},
- "testShouldHandleAlertOnPageBeforeUnload[WebKitGTK]": {
+ "testShouldHandleAlertOnPageBeforeUnload": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}
}
}
@@ -85,7 +85,7 @@
},
"imported/selenium/py/test/selenium/webdriver/common/page_load_timeout_tests.py": {
"subtests": {
- "testClickShouldTimeout[WebKitGTK]": {
+ "testClickShouldTimeout": {
"expected": {"gtk": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/188118"}}
}
}
@@ -189,7 +189,7 @@
},
"imported/selenium/py/test/selenium/webdriver/common/window_tests.py": {
"subtests": {
- "test_should_fullscreen_the_current_window[WebKitGTK]": {
+ "test_should_fullscreen_the_current_window": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}
}
}
@@ -481,7 +481,7 @@
"imported/w3c/webdriver/tests/close_window/close.py": {
"subtests": {
"test_close_last_browsing_context": {
- "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}
+ "expected": {"gtk": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/188118"}}
}
}
},