Title: [227611] branches/safari-605-branch/LayoutTests
- Revision
- 227611
- Author
- [email protected]
- Date
- 2018-01-25 10:00:36 -0800 (Thu, 25 Jan 2018)
Log Message
Work towards rdar://problem/36837397.
Unreviewed test gardening.
LayoutTests/imported/w3c:
* web-platform-tests/html/dom/reflection-forms-expected.txt:
LayoutTests:
* platform/mac-elcapitan-wk2/fast/dom/navigator-detached-no-crash-expected.txt:
* platform/mac-wk1/fast/dom/navigator-detached-no-crash-expected.txt:
* platform/mac/TestExpectations:
Modified Paths
Diff
Modified: branches/safari-605-branch/LayoutTests/ChangeLog (227610 => 227611)
--- branches/safari-605-branch/LayoutTests/ChangeLog 2018-01-25 17:48:47 UTC (rev 227610)
+++ branches/safari-605-branch/LayoutTests/ChangeLog 2018-01-25 18:00:36 UTC (rev 227611)
@@ -1,3 +1,13 @@
+2018-01-25 Ryan Haddad <[email protected]>
+
+ Work towards rdar://problem/36837397.
+
+ Unreviewed test gardening.
+
+ * platform/mac-elcapitan-wk2/fast/dom/navigator-detached-no-crash-expected.txt:
+ * platform/mac-wk1/fast/dom/navigator-detached-no-crash-expected.txt:
+ * platform/mac/TestExpectations:
+
2018-01-24 Jason Marcell <[email protected]>
Cherry-pick r227581. rdar://problem/36846010
Modified: branches/safari-605-branch/LayoutTests/imported/w3c/ChangeLog (227610 => 227611)
--- branches/safari-605-branch/LayoutTests/imported/w3c/ChangeLog 2018-01-25 17:48:47 UTC (rev 227610)
+++ branches/safari-605-branch/LayoutTests/imported/w3c/ChangeLog 2018-01-25 18:00:36 UTC (rev 227611)
@@ -1,3 +1,11 @@
+2018-01-25 Ryan Haddad <[email protected]>
+
+ Work towards rdar://problem/36837397.
+
+ Unreviewed test gardening.
+
+ * web-platform-tests/html/dom/reflection-forms-expected.txt:
+
2018-01-23 Jason Marcell <[email protected]>
Apply patch. rdar://problem/36685708
Modified: branches/safari-605-branch/LayoutTests/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt (227610 => 227611)
--- branches/safari-605-branch/LayoutTests/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt 2018-01-25 17:48:47 UTC (rev 227610)
+++ branches/safari-605-branch/LayoutTests/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt 2018-01-25 18:00:36 UTC (rev 227611)
@@ -2964,11 +2964,11 @@
PASS input.type: setAttribute() to "range\0"
PASS input.type: setAttribute() to "ange"
PASS input.type: setAttribute() to "RANGE"
-PASS input.type: setAttribute() to "color"
+FAIL input.type: setAttribute() to "color" assert_equals: IDL get expected "color" but got "text"
PASS input.type: setAttribute() to "xcolor"
PASS input.type: setAttribute() to "color\0"
PASS input.type: setAttribute() to "olor"
-PASS input.type: setAttribute() to "COLOR"
+FAIL input.type: setAttribute() to "COLOR" assert_equals: IDL get expected "color" but got "text"
PASS input.type: setAttribute() to "checkbox"
PASS input.type: setAttribute() to "xcheckbox"
PASS input.type: setAttribute() to "checkbox\0"
@@ -3091,11 +3091,11 @@
PASS input.type: IDL set to "range\0"
PASS input.type: IDL set to "ange"
PASS input.type: IDL set to "RANGE"
-PASS input.type: IDL set to "color"
+FAIL input.type: IDL set to "color" assert_equals: IDL get expected "color" but got "text"
PASS input.type: IDL set to "xcolor"
PASS input.type: IDL set to "color\0"
PASS input.type: IDL set to "olor"
-PASS input.type: IDL set to "COLOR"
+FAIL input.type: IDL set to "COLOR" assert_equals: IDL get expected "color" but got "text"
PASS input.type: IDL set to "checkbox"
PASS input.type: IDL set to "xcheckbox"
PASS input.type: IDL set to "checkbox\0"
Modified: branches/safari-605-branch/LayoutTests/platform/mac/TestExpectations (227610 => 227611)
--- branches/safari-605-branch/LayoutTests/platform/mac/TestExpectations 2018-01-25 17:48:47 UTC (rev 227610)
+++ branches/safari-605-branch/LayoutTests/platform/mac/TestExpectations 2018-01-25 18:00:36 UTC (rev 227611)
@@ -1759,3 +1759,8 @@
# A lot of GPU hardware simply crashes with this test, since it allocates a lot of memory.
# It is enabled on systems that instead return GL_OUT_OF_MEMORY.
[ ElCapitan Sierra ] fast/canvas/webgl/simulated-vertexAttrib0-invalid-indicies.html [ Skip ]
+
+inspector/canvas/requestContent-webgl2.html [ Skip ]
+animations/trigger-container-scroll-boundaries.html [ Skip ]
+animations/trigger-container-scroll-simple.html [ Skip ]
+fast/css/read-only-read-write-input-basics.html [ Skip ]
\ No newline at end of file
Modified: branches/safari-605-branch/LayoutTests/platform/mac-elcapitan-wk2/fast/dom/navigator-detached-no-crash-expected.txt (227610 => 227611)
--- branches/safari-605-branch/LayoutTests/platform/mac-elcapitan-wk2/fast/dom/navigator-detached-no-crash-expected.txt 2018-01-25 17:48:47 UTC (rev 227610)
+++ branches/safari-605-branch/LayoutTests/platform/mac-elcapitan-wk2/fast/dom/navigator-detached-no-crash-expected.txt 2018-01-25 18:00:36 UTC (rev 227611)
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: Unhandled Promise Rejection: TypeError: Not enough arguments
This tests that the navigator object of a deleted frame is disconnected properly. Accessing fields or methods shouldn't crash the browser.
Check Navigator
navigator.appCodeName is OK
@@ -17,7 +16,6 @@
navigator.plugins is OK
navigator.product is OK
navigator.productSub is OK
-navigator.requestMediaKeySystemAccess() is OK
navigator.serviceWorker is OK
navigator.userAgent is OK
navigator.vendor is OK
@@ -39,7 +37,6 @@
navigator.plugins is OK
navigator.product is OK
navigator.productSub is OK
-navigator.requestMediaKeySystemAccess() is OK
navigator.serviceWorker is OK
navigator.userAgent is OK
navigator.vendor is OK
Modified: branches/safari-605-branch/LayoutTests/platform/mac-wk1/fast/dom/navigator-detached-no-crash-expected.txt (227610 => 227611)
--- branches/safari-605-branch/LayoutTests/platform/mac-wk1/fast/dom/navigator-detached-no-crash-expected.txt 2018-01-25 17:48:47 UTC (rev 227610)
+++ branches/safari-605-branch/LayoutTests/platform/mac-wk1/fast/dom/navigator-detached-no-crash-expected.txt 2018-01-25 18:00:36 UTC (rev 227611)
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: Unhandled Promise Rejection: TypeError: Not enough arguments
This tests that the navigator object of a deleted frame is disconnected properly. Accessing fields or methods shouldn't crash the browser.
Check Navigator
navigator.appCodeName is OK
@@ -17,7 +16,6 @@
navigator.plugins is OK
navigator.product is OK
navigator.productSub is OK
-navigator.requestMediaKeySystemAccess() is OK
navigator.userAgent is OK
navigator.vendor is OK
navigator.vendorSub is OK
@@ -38,7 +36,6 @@
navigator.plugins is OK
navigator.product is OK
navigator.productSub is OK
-navigator.requestMediaKeySystemAccess() is OK
navigator.userAgent is OK
navigator.vendor is OK
navigator.vendorSub is OK
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes