Title: [218658] branches/safari-604.1.25.3-branch/LayoutTests
- Revision
- 218658
- Author
- [email protected]
- Date
- 2017-06-21 15:43:25 -0700 (Wed, 21 Jun 2017)
Log Message
Unreviewed test gardening.
LayoutTests/imported/w3c:
* web-platform-tests/html/dom/reflection-metadata-expected.txt:
* web-platform-tests/html/dom/reflection-misc-expected.txt:
* web-platform-tests/html/dom/self-origin.sub-expected.txt:
LayoutTests:
* platform/mac/TestExpectations:
Modified Paths
Diff
Modified: branches/safari-604.1.25.3-branch/LayoutTests/ChangeLog (218657 => 218658)
--- branches/safari-604.1.25.3-branch/LayoutTests/ChangeLog 2017-06-21 22:13:19 UTC (rev 218657)
+++ branches/safari-604.1.25.3-branch/LayoutTests/ChangeLog 2017-06-21 22:43:25 UTC (rev 218658)
@@ -1,3 +1,9 @@
+2017-06-21 Ryan Haddad <[email protected]>
+
+ Unreviewed test gardening.
+
+ * platform/mac/TestExpectations:
+
2017-06-09 Matthew Hanson <[email protected]>
Cherry-pick r218009. rdar://problem/32677465
Modified: branches/safari-604.1.25.3-branch/LayoutTests/imported/w3c/ChangeLog (218657 => 218658)
--- branches/safari-604.1.25.3-branch/LayoutTests/imported/w3c/ChangeLog 2017-06-21 22:13:19 UTC (rev 218657)
+++ branches/safari-604.1.25.3-branch/LayoutTests/imported/w3c/ChangeLog 2017-06-21 22:43:25 UTC (rev 218658)
@@ -1,3 +1,11 @@
+2017-06-21 Ryan Haddad <[email protected]>
+
+ Unreviewed test gardening.
+
+ * web-platform-tests/html/dom/reflection-metadata-expected.txt:
+ * web-platform-tests/html/dom/reflection-misc-expected.txt:
+ * web-platform-tests/html/dom/self-origin.sub-expected.txt:
+
2017-06-09 Zan Dobersek <[email protected]>
[WPE] Enable ENCRYPTED_MEDIA for build-webkit builds
Modified: branches/safari-604.1.25.3-branch/LayoutTests/imported/w3c/web-platform-tests/html/dom/reflection-metadata-expected.txt (218657 => 218658)
--- branches/safari-604.1.25.3-branch/LayoutTests/imported/w3c/web-platform-tests/html/dom/reflection-metadata-expected.txt 2017-06-21 22:13:19 UTC (rev 218657)
+++ branches/safari-604.1.25.3-branch/LayoutTests/imported/w3c/web-platform-tests/html/dom/reflection-metadata-expected.txt 2017-06-21 22:43:25 UTC (rev 218658)
@@ -1399,38 +1399,38 @@
PASS link.nonce: IDL set to null
PASS link.nonce: IDL set to object "test-toString"
PASS link.nonce: IDL set to object "test-valueOf"
-PASS link.integrity: typeof IDL attribute
-PASS link.integrity: IDL get with DOM attribute unset
-PASS link.integrity: setAttribute() to ""
-PASS link.integrity: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo "
-PASS link.integrity: setAttribute() to undefined
-PASS link.integrity: setAttribute() to 7
-PASS link.integrity: setAttribute() to 1.5
-PASS link.integrity: setAttribute() to true
-PASS link.integrity: setAttribute() to false
-PASS link.integrity: setAttribute() to object "[object Object]"
-PASS link.integrity: setAttribute() to NaN
-PASS link.integrity: setAttribute() to Infinity
-PASS link.integrity: setAttribute() to -Infinity
-PASS link.integrity: setAttribute() to "\0"
-PASS link.integrity: setAttribute() to null
-PASS link.integrity: setAttribute() to object "test-toString"
-PASS link.integrity: setAttribute() to object "test-valueOf"
-PASS link.integrity: IDL set to ""
-PASS link.integrity: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo "
-PASS link.integrity: IDL set to undefined
-PASS link.integrity: IDL set to 7
-PASS link.integrity: IDL set to 1.5
-PASS link.integrity: IDL set to true
-PASS link.integrity: IDL set to false
-PASS link.integrity: IDL set to object "[object Object]"
-PASS link.integrity: IDL set to NaN
-PASS link.integrity: IDL set to Infinity
-PASS link.integrity: IDL set to -Infinity
-PASS link.integrity: IDL set to "\0"
-PASS link.integrity: IDL set to null
-PASS link.integrity: IDL set to object "test-toString"
-PASS link.integrity: IDL set to object "test-valueOf"
+FAIL link.integrity: typeof IDL attribute assert_equals: expected "string" but got "undefined"
+FAIL link.integrity: IDL get with DOM attribute unset assert_equals: expected (string) "" but got (undefined) undefined
+FAIL link.integrity: setAttribute() to "" assert_equals: IDL get expected (string) "" but got (undefined) undefined
+FAIL link.integrity: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " assert_equals: IDL get expected (string) " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " but got (undefined) undefined
+FAIL link.integrity: setAttribute() to undefined assert_equals: IDL get expected (string) "undefined" but got (undefined) undefined
+FAIL link.integrity: setAttribute() to 7 assert_equals: IDL get expected (string) "7" but got (undefined) undefined
+FAIL link.integrity: setAttribute() to 1.5 assert_equals: IDL get expected (string) "1.5" but got (undefined) undefined
+FAIL link.integrity: setAttribute() to true assert_equals: IDL get expected (string) "true" but got (undefined) undefined
+FAIL link.integrity: setAttribute() to false assert_equals: IDL get expected (string) "false" but got (undefined) undefined
+FAIL link.integrity: setAttribute() to object "[object Object]" assert_equals: IDL get expected (string) "[object Object]" but got (undefined) undefined
+FAIL link.integrity: setAttribute() to NaN assert_equals: IDL get expected (string) "NaN" but got (undefined) undefined
+FAIL link.integrity: setAttribute() to Infinity assert_equals: IDL get expected (string) "Infinity" but got (undefined) undefined
+FAIL link.integrity: setAttribute() to -Infinity assert_equals: IDL get expected (string) "-Infinity" but got (undefined) undefined
+FAIL link.integrity: setAttribute() to "\0" assert_equals: IDL get expected (string) "\0" but got (undefined) undefined
+FAIL link.integrity: setAttribute() to null assert_equals: IDL get expected (string) "null" but got (undefined) undefined
+FAIL link.integrity: setAttribute() to object "test-toString" assert_equals: IDL get expected (string) "test-toString" but got (undefined) undefined
+FAIL link.integrity: setAttribute() to object "test-valueOf" assert_equals: IDL get expected (string) "test-valueOf" but got (undefined) undefined
+FAIL link.integrity: IDL set to "" assert_equals: getAttribute() expected "" but got "test-valueOf"
+FAIL link.integrity: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " assert_equals: getAttribute() expected " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " but got "test-valueOf"
+FAIL link.integrity: IDL set to undefined assert_equals: getAttribute() expected "undefined" but got "test-valueOf"
+FAIL link.integrity: IDL set to 7 assert_equals: getAttribute() expected "7" but got "test-valueOf"
+FAIL link.integrity: IDL set to 1.5 assert_equals: getAttribute() expected "1.5" but got "test-valueOf"
+FAIL link.integrity: IDL set to true assert_equals: getAttribute() expected "true" but got "test-valueOf"
+FAIL link.integrity: IDL set to false assert_equals: getAttribute() expected "false" but got "test-valueOf"
+FAIL link.integrity: IDL set to object "[object Object]" assert_equals: getAttribute() expected "[object Object]" but got "test-valueOf"
+FAIL link.integrity: IDL set to NaN assert_equals: getAttribute() expected "NaN" but got "test-valueOf"
+FAIL link.integrity: IDL set to Infinity assert_equals: getAttribute() expected "Infinity" but got "test-valueOf"
+FAIL link.integrity: IDL set to -Infinity assert_equals: getAttribute() expected "-Infinity" but got "test-valueOf"
+FAIL link.integrity: IDL set to "\0" assert_equals: getAttribute() expected "\0" but got "test-valueOf"
+FAIL link.integrity: IDL set to null assert_equals: getAttribute() expected "null" but got "test-valueOf"
+FAIL link.integrity: IDL set to object "test-toString" assert_equals: getAttribute() expected "test-toString" but got "test-valueOf"
+FAIL link.integrity: IDL set to object "test-valueOf" assert_equals: IDL get expected (string) "test-valueOf" but got (object) object "test-valueOf"
PASS link.hreflang: typeof IDL attribute
PASS link.hreflang: IDL get with DOM attribute unset
PASS link.hreflang: setAttribute() to ""
Modified: branches/safari-604.1.25.3-branch/LayoutTests/imported/w3c/web-platform-tests/html/dom/reflection-misc-expected.txt (218657 => 218658)
--- branches/safari-604.1.25.3-branch/LayoutTests/imported/w3c/web-platform-tests/html/dom/reflection-misc-expected.txt 2017-06-21 22:13:19 UTC (rev 218657)
+++ branches/safari-604.1.25.3-branch/LayoutTests/imported/w3c/web-platform-tests/html/dom/reflection-misc-expected.txt 2017-06-21 22:43:25 UTC (rev 218658)
@@ -779,38 +779,38 @@
PASS script.nonce: IDL set to null
PASS script.nonce: IDL set to object "test-toString"
PASS script.nonce: IDL set to object "test-valueOf"
-PASS script.integrity: typeof IDL attribute
-PASS script.integrity: IDL get with DOM attribute unset
-PASS script.integrity: setAttribute() to ""
-PASS script.integrity: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo "
-PASS script.integrity: setAttribute() to undefined
-PASS script.integrity: setAttribute() to 7
-PASS script.integrity: setAttribute() to 1.5
-PASS script.integrity: setAttribute() to true
-PASS script.integrity: setAttribute() to false
-PASS script.integrity: setAttribute() to object "[object Object]"
-PASS script.integrity: setAttribute() to NaN
-PASS script.integrity: setAttribute() to Infinity
-PASS script.integrity: setAttribute() to -Infinity
-PASS script.integrity: setAttribute() to "\0"
-PASS script.integrity: setAttribute() to null
-PASS script.integrity: setAttribute() to object "test-toString"
-PASS script.integrity: setAttribute() to object "test-valueOf"
-PASS script.integrity: IDL set to ""
-PASS script.integrity: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo "
-PASS script.integrity: IDL set to undefined
-PASS script.integrity: IDL set to 7
-PASS script.integrity: IDL set to 1.5
-PASS script.integrity: IDL set to true
-PASS script.integrity: IDL set to false
-PASS script.integrity: IDL set to object "[object Object]"
-PASS script.integrity: IDL set to NaN
-PASS script.integrity: IDL set to Infinity
-PASS script.integrity: IDL set to -Infinity
-PASS script.integrity: IDL set to "\0"
-PASS script.integrity: IDL set to null
-PASS script.integrity: IDL set to object "test-toString"
-PASS script.integrity: IDL set to object "test-valueOf"
+FAIL script.integrity: typeof IDL attribute assert_equals: expected "string" but got "undefined"
+FAIL script.integrity: IDL get with DOM attribute unset assert_equals: expected (string) "" but got (undefined) undefined
+FAIL script.integrity: setAttribute() to "" assert_equals: IDL get expected (string) "" but got (undefined) undefined
+FAIL script.integrity: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " assert_equals: IDL get expected (string) " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " but got (undefined) undefined
+FAIL script.integrity: setAttribute() to undefined assert_equals: IDL get expected (string) "undefined" but got (undefined) undefined
+FAIL script.integrity: setAttribute() to 7 assert_equals: IDL get expected (string) "7" but got (undefined) undefined
+FAIL script.integrity: setAttribute() to 1.5 assert_equals: IDL get expected (string) "1.5" but got (undefined) undefined
+FAIL script.integrity: setAttribute() to true assert_equals: IDL get expected (string) "true" but got (undefined) undefined
+FAIL script.integrity: setAttribute() to false assert_equals: IDL get expected (string) "false" but got (undefined) undefined
+FAIL script.integrity: setAttribute() to object "[object Object]" assert_equals: IDL get expected (string) "[object Object]" but got (undefined) undefined
+FAIL script.integrity: setAttribute() to NaN assert_equals: IDL get expected (string) "NaN" but got (undefined) undefined
+FAIL script.integrity: setAttribute() to Infinity assert_equals: IDL get expected (string) "Infinity" but got (undefined) undefined
+FAIL script.integrity: setAttribute() to -Infinity assert_equals: IDL get expected (string) "-Infinity" but got (undefined) undefined
+FAIL script.integrity: setAttribute() to "\0" assert_equals: IDL get expected (string) "\0" but got (undefined) undefined
+FAIL script.integrity: setAttribute() to null assert_equals: IDL get expected (string) "null" but got (undefined) undefined
+FAIL script.integrity: setAttribute() to object "test-toString" assert_equals: IDL get expected (string) "test-toString" but got (undefined) undefined
+FAIL script.integrity: setAttribute() to object "test-valueOf" assert_equals: IDL get expected (string) "test-valueOf" but got (undefined) undefined
+FAIL script.integrity: IDL set to "" assert_equals: getAttribute() expected "" but got "test-valueOf"
+FAIL script.integrity: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " assert_equals: getAttribute() expected " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " but got "test-valueOf"
+FAIL script.integrity: IDL set to undefined assert_equals: getAttribute() expected "undefined" but got "test-valueOf"
+FAIL script.integrity: IDL set to 7 assert_equals: getAttribute() expected "7" but got "test-valueOf"
+FAIL script.integrity: IDL set to 1.5 assert_equals: getAttribute() expected "1.5" but got "test-valueOf"
+FAIL script.integrity: IDL set to true assert_equals: getAttribute() expected "true" but got "test-valueOf"
+FAIL script.integrity: IDL set to false assert_equals: getAttribute() expected "false" but got "test-valueOf"
+FAIL script.integrity: IDL set to object "[object Object]" assert_equals: getAttribute() expected "[object Object]" but got "test-valueOf"
+FAIL script.integrity: IDL set to NaN assert_equals: getAttribute() expected "NaN" but got "test-valueOf"
+FAIL script.integrity: IDL set to Infinity assert_equals: getAttribute() expected "Infinity" but got "test-valueOf"
+FAIL script.integrity: IDL set to -Infinity assert_equals: getAttribute() expected "-Infinity" but got "test-valueOf"
+FAIL script.integrity: IDL set to "\0" assert_equals: getAttribute() expected "\0" but got "test-valueOf"
+FAIL script.integrity: IDL set to null assert_equals: getAttribute() expected "null" but got "test-valueOf"
+FAIL script.integrity: IDL set to object "test-toString" assert_equals: getAttribute() expected "test-toString" but got "test-valueOf"
+FAIL script.integrity: IDL set to object "test-valueOf" assert_equals: IDL get expected (string) "test-valueOf" but got (object) object "test-valueOf"
PASS script.event: typeof IDL attribute
PASS script.event: IDL get with DOM attribute unset
PASS script.event: setAttribute() to ""
Modified: branches/safari-604.1.25.3-branch/LayoutTests/imported/w3c/web-platform-tests/html/dom/self-origin.sub-expected.txt (218657 => 218658)
--- branches/safari-604.1.25.3-branch/LayoutTests/imported/w3c/web-platform-tests/html/dom/self-origin.sub-expected.txt 2017-06-21 22:13:19 UTC (rev 218657)
+++ branches/safari-604.1.25.3-branch/LayoutTests/imported/w3c/web-platform-tests/html/dom/self-origin.sub-expected.txt 2017-06-21 22:43:25 UTC (rev 218658)
@@ -1,3 +1,4 @@
+AC Plugin 2.0AC Plugin 2.0AC Plugin 2.0AC Plugin 2.0AC Plugin 2.0AC Plugin 2.0AC Plugin 2.0AC Plugin 2.0AC Plugin 2.0AC Plugin 2.0AC Plugin 2.0AC Plugin 2.0AC Plugin 2.0AC Plugin 2.0Content-Type: text/plain
Blocked access to external URL http://www1.localhost:8801/html/dom/resources/self-origin-subframe.html
Blocked access to external URL http://xn--lve-6lad.localhost:8801/html/dom/resources/self-origin-subframe.html
Modified: branches/safari-604.1.25.3-branch/LayoutTests/platform/mac/TestExpectations (218657 => 218658)
--- branches/safari-604.1.25.3-branch/LayoutTests/platform/mac/TestExpectations 2017-06-21 22:13:19 UTC (rev 218657)
+++ branches/safari-604.1.25.3-branch/LayoutTests/platform/mac/TestExpectations 2017-06-21 22:43:25 UTC (rev 218658)
@@ -1567,3 +1567,23 @@
media/modern-media-controls/audio/audio-controls-styles.html [ Skip ]
webkit.org/b/170907 [ Debug ] imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.worker.html [ Pass Failure Timeout ]
+
+animations/trigger-computed-style.html [ Failure ]
+animations/trigger-container-scroll-boundaries.html [ Failure ]
+animations/trigger-parsing.html [ Failure
+fast/canvas/webgl/copyBufferSubData.html [ Failure ]
+fast/canvas/webgl/getBufferSubData-webgl1.html [ Failure ]
+fast/canvas/webgl/webgl2-buffer-targets.html [ Failure ]
+fast/canvas/webgl/webgl2-buffers.html [ Failure ]
+fast/canvas/webgl/webgl2-context-creation.html [ Failure ]
+fast/canvas/webgl/webgl2-runtime-flag.html [ Failure ]
+fast/canvas/webgl/webgl2-texStorage.html [ Failure ]
+fast/canvas/webgl/webgl2-texture-upload-enums.html [ Failure ]
+fast/forms/color/input-appearance-color.html [ Failure ]
+fast/shadow-dom/color-input-element-shadow-manipulation.html [ Failure ]
+http/tests/subresource-integrity/sri-enabled-with-setting.html [ Failure ]
+http/tests/subresource-integrity/sri-script.html [ Failure ]
+http/tests/subresource-integrity/sri-style.html [ Failure ]
+webgl/webgl-vertex-array-object-defined.html [ Failure ]
+webgl/webgl2-rendering-context-defined.html [ Failure ]
+webgl/webgl2-rendering-context-obtain.html [ Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes