[webkit-changes] [285266] trunk/LayoutTests

2021-11-04 Thread ehutchison
Title: [285266] trunk/LayoutTests








Revision 285266
Author ehutchi...@apple.com
Date 2021-11-04 09:46:14 -0700 (Thu, 04 Nov 2021)


Log Message
Update test expectations for http/tests/appcache/fail-on-update-2.html.
https://bugs.webkit.org/show_bug.cgi?id=225665.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (285265 => 285266)

--- trunk/LayoutTests/ChangeLog	2021-11-04 16:38:58 UTC (rev 285265)
+++ trunk/LayoutTests/ChangeLog	2021-11-04 16:46:14 UTC (rev 285266)
@@ -1,3 +1,12 @@
+2021-11-04  Eric Hutchison  
+
+Update test expectations for http/tests/appcache/fail-on-update-2.html.
+https://bugs.webkit.org/show_bug.cgi?id=225665.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
 2021-11-04  Mikhail R. Gadelha  
 
 Unskip tests disabled because of the recent 32 bits issues


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (285265 => 285266)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-11-04 16:38:58 UTC (rev 285265)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-11-04 16:46:14 UTC (rev 285266)
@@ -1095,7 +1095,7 @@
 
 webkit.org/b/227891 http/tests/appcache/fail-on-update.html [ Pass Timeout DumpJSConsoleLogInStdErr ]
 
-webkit.org/b/225665 http/tests/appcache/fail-on-update-2.html [ DumpJSConsoleLogInStdErr Slow ]
+webkit.org/b/225665 http/tests/appcache/fail-on-update-2.html [ DumpJSConsoleLogInStdErr Timeout ]
 
 webkit.org/b/228588 http/tests/appcache/main-resource-redirect-with-sw.html [ Pass Timeout ]
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [285218] trunk/LayoutTests

2021-11-03 Thread ehutchison
Title: [285218] trunk/LayoutTests








Revision 285218
Author ehutchi...@apple.com
Date 2021-11-03 11:40:36 -0700 (Wed, 03 Nov 2021)


Log Message
Rebaseline http/tests/privateClickMeasurement/attribution-conversion-through-fetch-keepalive.html.
https://bugs.webkit.org/show_bug.cgi?id=231928.

Unreviewed test gardening.

* platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-fetch-keepalive-expected.txt:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-fetch-keepalive-expected.txt




Diff

Modified: trunk/LayoutTests/ChangeLog (285217 => 285218)

--- trunk/LayoutTests/ChangeLog	2021-11-03 18:26:11 UTC (rev 285217)
+++ trunk/LayoutTests/ChangeLog	2021-11-03 18:40:36 UTC (rev 285218)
@@ -1,3 +1,12 @@
+2021-11-03  Eric Hutchison  
+
+Rebaseline http/tests/privateClickMeasurement/attribution-conversion-through-fetch-keepalive.html.
+https://bugs.webkit.org/show_bug.cgi?id=231928.
+
+Unreviewed test gardening.
+
+* platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-fetch-keepalive-expected.txt:
+
 2021-11-03  Devin Rousso  
 
 [Modern Media Controls] should show tracks button/menu for 


Modified: trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-fetch-keepalive-expected.txt (285217 => 285218)

--- trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-fetch-keepalive-expected.txt	2021-11-03 18:26:11 UTC (rev 285217)
+++ trunk/LayoutTests/platform/ios/http/tests/privateClickMeasurement/attribution-conversion-through-fetch-keepalive-expected.txt	2021-11-03 18:40:36 UTC (rev 285218)
@@ -1,5 +1,5 @@
 CONSOLE MESSAGE: [Private Click Measurement] Conversion was not accepted because the URL path contained unrecognized parts.
-CONSOLE MESSAGE: Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Origin. Status code: 200
+CONSOLE MESSAGE: Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Origin. Status code: 404
 CONSOLE MESSAGE: Fetch API cannot load https://127.0.0.1:8443/.well-known/private-click-measurement/trigger-attribution/whatever due to access control checks.
 Tests triggering of private click measurement attributions with fetch on pagehide.
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [285135] trunk/LayoutTests

2021-11-01 Thread ehutchison
Title: [285135] trunk/LayoutTests








Revision 285135
Author ehutchi...@apple.com
Date 2021-11-01 15:09:33 -0700 (Mon, 01 Nov 2021)


Log Message
[ Catalina Debug wk1 EWS-only ] media/track/track-element-load-event.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=232585.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (285134 => 285135)

--- trunk/LayoutTests/ChangeLog	2021-11-01 22:04:09 UTC (rev 285134)
+++ trunk/LayoutTests/ChangeLog	2021-11-01 22:09:33 UTC (rev 285135)
@@ -1,3 +1,12 @@
+2021-11-01  Eric Hutchison  
+
+[ Catalina Debug wk1 EWS-only ] media/track/track-element-load-event.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=232585.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
 2021-11-01  Nikos Mouchtaris  
 
 Add platform test expectations for imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001.html


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (285134 => 285135)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-11-01 22:04:09 UTC (rev 285134)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-11-01 22:09:33 UTC (rev 285135)
@@ -1512,3 +1512,4 @@
 
 webkit.org/b/232446 [ Catalina Debug ] media/track/track-element-dom-change-crash.html [ Pass Crash ]
 
+webkit.org/b/232585 [ Catalina Debug ] media/track/track-element-load-event.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [285042] trunk/LayoutTests

2021-10-29 Thread ehutchison
Title: [285042] trunk/LayoutTests








Revision 285042
Author ehutchi...@apple.com
Date 2021-10-29 11:29:27 -0700 (Fri, 29 Oct 2021)


Log Message
[ BigSur wk2 Debug arm64 ] webaudio/AudioBufferSource/audiobuffersource-playbackrate.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=232500.

Unreviewed test gardening.

* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (285041 => 285042)

--- trunk/LayoutTests/ChangeLog	2021-10-29 17:53:18 UTC (rev 285041)
+++ trunk/LayoutTests/ChangeLog	2021-10-29 18:29:27 UTC (rev 285042)
@@ -1,3 +1,12 @@
+2021-10-29  Eric Hutchison  
+
+[ BigSur wk2 Debug arm64 ] webaudio/AudioBufferSource/audiobuffersource-playbackrate.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=232500.
+
+Unreviewed test gardening.
+
+* platform/mac-wk2/TestExpectations:
+
 2021-10-29  Sihui Liu  
 
 Release FileSystemStorageHandle when it is not in use


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (285041 => 285042)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-29 17:53:18 UTC (rev 285041)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-29 18:29:27 UTC (rev 285042)
@@ -1695,3 +1695,5 @@
 webkit.org/b/232492 [ BigSur Debug ] webrtc/video-receivers.html [ Pass Crash ]
 
 webkit.org/b/232497 [ BigSur Debug ] media/media-source/media-source-istypesupported-case-sensitive.html [ Pass Crash ]
+
+webkit.org/b/232500 [ Catalina BigSur Debug ] webaudio/AudioBufferSource/audiobuffersource-playbackrate.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [285039] trunk/LayoutTests

2021-10-29 Thread ehutchison
Title: [285039] trunk/LayoutTests








Revision 285039
Author ehutchi...@apple.com
Date 2021-10-29 10:41:42 -0700 (Fri, 29 Oct 2021)


Log Message
[ BigSur Debug wk2 arm64 EWS-only ] media/media-source/media-source-istypesupported-case-sensitive.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=232497.

Unreviewed test gardening.

* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (285038 => 285039)

--- trunk/LayoutTests/ChangeLog	2021-10-29 17:27:20 UTC (rev 285038)
+++ trunk/LayoutTests/ChangeLog	2021-10-29 17:41:42 UTC (rev 285039)
@@ -1,5 +1,14 @@
 2021-10-29  Eric Hutchison  
 
+[ BigSur Debug wk2 arm64 EWS-only ] media/media-source/media-source-istypesupported-case-sensitive.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=232497.
+
+Unreviewed test gardening.
+
+* platform/mac-wk2/TestExpectations:
+
+2021-10-29  Eric Hutchison  
+
 [ BigSur Debug wk2 arm64 EWS ] webrtc/video-receivers.html is a flaky crash.
 https://bugs.webkit.org/show_bug.cgi?id=232492.
 


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (285038 => 285039)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-29 17:27:20 UTC (rev 285038)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-29 17:41:42 UTC (rev 285039)
@@ -1693,3 +1693,5 @@
 platform/mac-wk2/plugins/destroy-during-async-npp-new.html [ Skip ]
 
 webkit.org/b/232492 [ BigSur Debug ] webrtc/video-receivers.html [ Pass Crash ]
+
+webkit.org/b/232497 [ BigSur Debug ] media/media-source/media-source-istypesupported-case-sensitive.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [285037] trunk/LayoutTests

2021-10-29 Thread ehutchison
Title: [285037] trunk/LayoutTests








Revision 285037
Author ehutchi...@apple.com
Date 2021-10-29 10:20:54 -0700 (Fri, 29 Oct 2021)


Log Message
[ BigSur Debug wk2 arm64 EWS ] webrtc/video-receivers.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=232492.

Unreviewed test gardening.

* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (285036 => 285037)

--- trunk/LayoutTests/ChangeLog	2021-10-29 17:17:22 UTC (rev 285036)
+++ trunk/LayoutTests/ChangeLog	2021-10-29 17:20:54 UTC (rev 285037)
@@ -1,3 +1,12 @@
+2021-10-29  Eric Hutchison  
+
+[ BigSur Debug wk2 arm64 EWS ] webrtc/video-receivers.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=232492.
+
+Unreviewed test gardening.
+
+* platform/mac-wk2/TestExpectations:
+
 2021-10-29  Aditya Keerthi  
 
 REGRESSION (r283269) disneyplus.com time remaining bar shows an extra line/bar


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (285036 => 285037)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-29 17:17:22 UTC (rev 285036)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-29 17:20:54 UTC (rev 285037)
@@ -1691,3 +1691,5 @@
 platform/mac-wk2/plugins/npruntime/remove-property-from-_javascript_.html [ Skip ]
 platform/mac-wk2/plugins/npp-setwindow-called-on-scroll.html [ Skip ]
 platform/mac-wk2/plugins/destroy-during-async-npp-new.html [ Skip ]
+
+webkit.org/b/232492 [ BigSur Debug ] webrtc/video-receivers.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [285005] trunk/LayoutTests

2021-10-28 Thread ehutchison
Title: [285005] trunk/LayoutTests








Revision 285005
Author ehutchi...@apple.com
Date 2021-10-28 14:54:10 -0700 (Thu, 28 Oct 2021)


Log Message
[ iOS15 Sim ] fast/css/style-element-process-crash.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=232456.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (285004 => 285005)

--- trunk/LayoutTests/ChangeLog	2021-10-28 21:22:35 UTC (rev 285004)
+++ trunk/LayoutTests/ChangeLog	2021-10-28 21:54:10 UTC (rev 285005)
@@ -1,3 +1,12 @@
+2021-10-28  Eric Hutchison  
+
+[ iOS15 Sim ] fast/css/style-element-process-crash.html is a flaky failure.
+https://bugs.webkit.org/show_bug.cgi?id=232456.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
 2021-10-28  Alex Christensen  
 
 Disable NETSCAPE_PLUGIN_API at build time on macOS and Windows


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (285004 => 285005)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-28 21:22:35 UTC (rev 285004)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-28 21:54:10 UTC (rev 285005)
@@ -2245,3 +2245,6 @@
 webkit.org/b/232252 [ Release ] imported/w3c/web-platform-tests/webrtc/RTCDtlsTransport-state.html [ Pass Failure ]
 
 webkit.org/b/232337 [ Release ] imported/w3c/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-coop-navigated-opener.https.html [ Pass Failure  DumpJSConsoleLogInStdErr ]
+
+webkit.org/b/232456 fast/css/style-element-process-crash.html [ Pass Failure ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284994] trunk/LayoutTests

2021-10-28 Thread ehutchison
Title: [284994] trunk/LayoutTests








Revision 284994
Author ehutchi...@apple.com
Date 2021-10-28 11:57:20 -0700 (Thu, 28 Oct 2021)


Log Message
[ Catalina Debug wk1 EWS ] media/track/track-element-dom-change-crash.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=232446.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284993 => 284994)

--- trunk/LayoutTests/ChangeLog	2021-10-28 18:54:36 UTC (rev 284993)
+++ trunk/LayoutTests/ChangeLog	2021-10-28 18:57:20 UTC (rev 284994)
@@ -1,3 +1,12 @@
+2021-10-28  Eric Hutchison  
+
+[ Catalina Debug wk1 EWS ] media/track/track-element-dom-change-crash.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=232446.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
 2021-10-28  Ayumi Kojima  
 
 [ macOS Debug] Layout Test fast/selectors/matches-backtracking.html is a flaky timeout.


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (284993 => 284994)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-10-28 18:54:36 UTC (rev 284993)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-10-28 18:57:20 UTC (rev 284994)
@@ -1505,3 +1505,6 @@
 webkit.org/b/232277 [ Catalina ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-remove-from-document-different-load.html [ Pass Failure ]
 
 webkit.org/b/232315 [ Catalina Debug ] media/track/track-disabled.html [ Pass Crash ]
+
+webkit.org/b/232446 [ Catalina Debug ] media/track/track-element-dom-change-crash.html [ Pass Crash ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284932] trunk/LayoutTests

2021-10-27 Thread ehutchison
Title: [284932] trunk/LayoutTests








Revision 284932
Author ehutchi...@apple.com
Date 2021-10-27 11:26:59 -0700 (Wed, 27 Oct 2021)


Log Message
Fix test expectations for imported/w3c/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-coop-navigated-opener.https.html to include DumpJSConsoleLogInStdErr.
https://bugs.webkit.org/show_bug.cgi?id=232337.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284931 => 284932)

--- trunk/LayoutTests/ChangeLog	2021-10-27 18:23:23 UTC (rev 284931)
+++ trunk/LayoutTests/ChangeLog	2021-10-27 18:26:59 UTC (rev 284932)
@@ -1,3 +1,13 @@
+2021-10-27  Eric Hutchison  
+
+Fix test expectations for imported/w3c/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-coop-navigated-opener.https.html to include DumpJSConsoleLogInStdErr.
+https://bugs.webkit.org/show_bug.cgi?id=232337.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+* platform/mac-wk2/TestExpectations:
+
 2021-10-27  Ayumi Kojima  
 
 [ iOS macOS Debug ] imported/w3c/web-platform-tests/html/dom/idlharness.worker.html is a flaky failure.


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284931 => 284932)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-27 18:23:23 UTC (rev 284931)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-27 18:26:59 UTC (rev 284932)
@@ -2244,4 +2244,4 @@
 
 webkit.org/b/232252 [ Release ] imported/w3c/web-platform-tests/webrtc/RTCDtlsTransport-state.html [ Pass Failure ]
 
-webkit.org/b/232337 [ Release ] imported/w3c/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-coop-navigated-opener.https.html [ Pass Failure ]
+webkit.org/b/232337 [ Release ] imported/w3c/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-coop-navigated-opener.https.html [ Pass Failure  DumpJSConsoleLogInStdErr ]


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (284931 => 284932)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-27 18:23:23 UTC (rev 284931)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-27 18:26:59 UTC (rev 284932)
@@ -1690,6 +1690,6 @@
 
 webkit.org/b/229569 [ Catalina Release ] imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-perfect-negotiation-stress-glare.https.html [ Pass Crash ]
 
-webkit.org/b/232337 [ Debug ] imported/w3c/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-coop-navigated-opener.https.html [ Pass Failure ]
+webkit.org/b/232337 [ Debug ] imported/w3c/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-coop-navigated-opener.https.html [ Pass Failure DumpJSConsoleLogInStdErr ]
 
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284905] trunk/LayoutTests

2021-10-26 Thread ehutchison
Title: [284905] trunk/LayoutTests








Revision 284905
Author ehutchi...@apple.com
Date 2021-10-26 15:12:50 -0700 (Tue, 26 Oct 2021)


Log Message
[ Mac Debug iOS Release wk2 ] imported/w3c/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-coop-navigated-opener.https.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=232337.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284904 => 284905)

--- trunk/LayoutTests/ChangeLog	2021-10-26 22:03:34 UTC (rev 284904)
+++ trunk/LayoutTests/ChangeLog	2021-10-26 22:12:50 UTC (rev 284905)
@@ -1,3 +1,13 @@
+2021-10-26  Eric Hutchison  
+
+N[ Mac Debug iOS Release wk2 ] imported/w3c/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-coop-navigated-opener.https.html is a flaky failure.
+https://bugs.webkit.org/show_bug.cgi?id=232337.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+* platform/mac-wk2/TestExpectations:
+
 2021-10-26  Ayumi Kojima  
 
 [ iOS Debug ] imported/w3c/web-platform-tests/html/dom/idlharness.worker.html is a flaky failure.


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284904 => 284905)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-26 22:03:34 UTC (rev 284904)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-26 22:12:50 UTC (rev 284905)
@@ -2243,3 +2243,5 @@
 webkit.org/b/225528 http/wpt/fetch/fetch-response-body-stop-in-worker.html [ Pass Crash ]
 
 webkit.org/b/232252 [ Release ] imported/w3c/web-platform-tests/webrtc/RTCDtlsTransport-state.html [ Pass Failure ]
+
+webkit.org/b/232337 [ Release ] imported/w3c/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-coop-navigated-opener.https.html [ Pass Failure ]


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (284904 => 284905)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-26 22:03:34 UTC (rev 284904)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-26 22:12:50 UTC (rev 284905)
@@ -1690,5 +1690,6 @@
 
 webkit.org/b/229569 [ Catalina Release ] imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-perfect-negotiation-stress-glare.https.html [ Pass Crash ]
 
+webkit.org/b/232337 [ Debug ] imported/w3c/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-coop-navigated-opener.https.html [ Pass Failure ]
 
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284882] trunk/LayoutTests

2021-10-26 Thread ehutchison
Title: [284882] trunk/LayoutTests








Revision 284882
Author ehutchi...@apple.com
Date 2021-10-26 11:19:44 -0700 (Tue, 26 Oct 2021)


Log Message
[ Windows EWS ] imported/mozilla/svg/viewBox-and-pattern-03.svg is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=232321.

Unreviewed test gardening.

* platform/win/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/win/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284881 => 284882)

--- trunk/LayoutTests/ChangeLog	2021-10-26 18:04:42 UTC (rev 284881)
+++ trunk/LayoutTests/ChangeLog	2021-10-26 18:19:44 UTC (rev 284882)
@@ -1,5 +1,14 @@
 2021-10-26  Eric Hutchison  
 
+[ Windows EWS ] imported/mozilla/svg/viewBox-and-pattern-03.svg is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=232321.
+
+Unreviewed test gardening.
+
+* platform/win/TestExpectations:
+
+2021-10-26  Eric Hutchison  
+
 Update test expectations for http/tests/privateClickMeasurement/attribution-conversion-through-cross-site-image-redirect.html.
 https://bugs.webkit.org/show_bug.cgi?id=231255.
 


Modified: trunk/LayoutTests/platform/win/TestExpectations (284881 => 284882)

--- trunk/LayoutTests/platform/win/TestExpectations	2021-10-26 18:04:42 UTC (rev 284881)
+++ trunk/LayoutTests/platform/win/TestExpectations	2021-10-26 18:19:44 UTC (rev 284882)
@@ -4730,3 +4730,5 @@
 webkit.org/b/232317 js/function-apply-aliased.html [ Pass Crash ]
 
 webkit.org/b/232319 fast/ruby/before-block-doesnt-crash.html [ Pass Failure ]
+
+webkit.org/b/232321 imported/mozilla/svg/viewBox-and-pattern-03.svg [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284881] trunk/LayoutTests

2021-10-26 Thread ehutchison
Title: [284881] trunk/LayoutTests








Revision 284881
Author ehutchi...@apple.com
Date 2021-10-26 11:04:42 -0700 (Tue, 26 Oct 2021)


Log Message
Update test expectations for http/tests/privateClickMeasurement/attribution-conversion-through-cross-site-image-redirect.html.
https://bugs.webkit.org/show_bug.cgi?id=231255.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284880 => 284881)

--- trunk/LayoutTests/ChangeLog	2021-10-26 17:52:57 UTC (rev 284880)
+++ trunk/LayoutTests/ChangeLog	2021-10-26 18:04:42 UTC (rev 284881)
@@ -1,5 +1,14 @@
 2021-10-26  Eric Hutchison  
 
+Update test expectations for http/tests/privateClickMeasurement/attribution-conversion-through-cross-site-image-redirect.html.
+https://bugs.webkit.org/show_bug.cgi?id=231255.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
+2021-10-26  Eric Hutchison  
+
 [ Windows ] fast/ruby/before-block-doesnt-crash.html is a flaky failure.
 https://bugs.webkit.org/show_bug.cgi?id=232319.
 


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284880 => 284881)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-26 17:52:57 UTC (rev 284880)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-26 18:04:42 UTC (rev 284881)
@@ -2243,3 +2243,5 @@
 webkit.org/b/225528 http/wpt/fetch/fetch-response-body-stop-in-worker.html [ Pass Crash ]
 
 webkit.org/b/232252 [ Release ] imported/w3c/web-platform-tests/webrtc/RTCDtlsTransport-state.html [ Pass Failure ]
+
+webkit.org/b/231255 http/tests/privateClickMeasurement/attribution-conversion-through-cross-site-image-redirect.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284880] trunk/LayoutTests

2021-10-26 Thread ehutchison
Title: [284880] trunk/LayoutTests








Revision 284880
Author ehutchi...@apple.com
Date 2021-10-26 10:52:57 -0700 (Tue, 26 Oct 2021)


Log Message
[ Windows ] fast/ruby/before-block-doesnt-crash.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=232319.

Unreviewed test gardening.

* platform/win/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/win/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284879 => 284880)

--- trunk/LayoutTests/ChangeLog	2021-10-26 17:43:43 UTC (rev 284879)
+++ trunk/LayoutTests/ChangeLog	2021-10-26 17:52:57 UTC (rev 284880)
@@ -1,5 +1,14 @@
 2021-10-26  Eric Hutchison  
 
+[ Windows ] fast/ruby/before-block-doesnt-crash.html is a flaky failure.
+https://bugs.webkit.org/show_bug.cgi?id=232319.
+
+Unreviewed test gardening.
+
+* platform/win/TestExpectations:
+
+2021-10-26  Eric Hutchison  
+
 [ Windows EWS ] js/function-apply-aliased.html is a flaky crash.
 https://bugs.webkit.org/show_bug.cgi?id=232317.
 


Modified: trunk/LayoutTests/platform/win/TestExpectations (284879 => 284880)

--- trunk/LayoutTests/platform/win/TestExpectations	2021-10-26 17:43:43 UTC (rev 284879)
+++ trunk/LayoutTests/platform/win/TestExpectations	2021-10-26 17:52:57 UTC (rev 284880)
@@ -4728,3 +4728,5 @@
 webkit.org/b/232188 fast/ruby/generated-before-counter-doesnt-crash.html [ Pass Failure ]
 
 webkit.org/b/232317 js/function-apply-aliased.html [ Pass Crash ]
+
+webkit.org/b/232319 fast/ruby/before-block-doesnt-crash.html [ Pass Failure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284879] trunk/LayoutTests

2021-10-26 Thread ehutchison
Title: [284879] trunk/LayoutTests








Revision 284879
Author ehutchi...@apple.com
Date 2021-10-26 10:43:43 -0700 (Tue, 26 Oct 2021)


Log Message
[ Windows EWS ] js/function-apply-aliased.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=232317.

Unreviewed test gardening.

* platform/win/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/win/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284878 => 284879)

--- trunk/LayoutTests/ChangeLog	2021-10-26 17:39:19 UTC (rev 284878)
+++ trunk/LayoutTests/ChangeLog	2021-10-26 17:43:43 UTC (rev 284879)
@@ -1,5 +1,14 @@
 2021-10-26  Eric Hutchison  
 
+[ Windows EWS ] js/function-apply-aliased.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=232317.
+
+Unreviewed test gardening.
+
+* platform/win/TestExpectations:
+
+2021-10-26  Eric Hutchison  
+
 [ Catalina Debug wk1 EWS ] media/track/track-disabled.html is a flaky crash.
 https://bugs.webkit.org/show_bug.cgi?id=232315.
 


Modified: trunk/LayoutTests/platform/win/TestExpectations (284878 => 284879)

--- trunk/LayoutTests/platform/win/TestExpectations	2021-10-26 17:39:19 UTC (rev 284878)
+++ trunk/LayoutTests/platform/win/TestExpectations	2021-10-26 17:43:43 UTC (rev 284879)
@@ -4727,3 +4727,4 @@
 
 webkit.org/b/232188 fast/ruby/generated-before-counter-doesnt-crash.html [ Pass Failure ]
 
+webkit.org/b/232317 js/function-apply-aliased.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284877] trunk/LayoutTests

2021-10-26 Thread ehutchison
Title: [284877] trunk/LayoutTests








Revision 284877
Author ehutchi...@apple.com
Date 2021-10-26 10:28:34 -0700 (Tue, 26 Oct 2021)


Log Message
[ Catalina Debug wk1 EWS ] media/track/track-disabled.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=232315.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284876 => 284877)

--- trunk/LayoutTests/ChangeLog	2021-10-26 17:08:08 UTC (rev 284876)
+++ trunk/LayoutTests/ChangeLog	2021-10-26 17:28:34 UTC (rev 284877)
@@ -1,3 +1,12 @@
+2021-10-26  Eric Hutchison  
+
+[ Catalina Debug wk1 EWS ] media/track/track-disabled.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=232315.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
 2021-10-26  Ayumi Kojima  
 
 [ iOS Release ] fast/flexbox/aspect-ratio-intrinsic-adjust.html is a flaky image failure.


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (284876 => 284877)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-10-26 17:08:08 UTC (rev 284876)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-10-26 17:28:34 UTC (rev 284877)
@@ -1496,3 +1496,5 @@
 
 webkit.org/b/232283 imported/w3c/web-platform-tests/media-capabilities/decodingInfo.webrtc.html [ Pass Failure ]
 webkit.org/b/232283 imported/w3c/web-platform-tests/media-capabilities/encodingInfo.webrtc.html [ Pass Failure ]
+
+webkit.org/b/232315 [ Catalina Debug ] media/track/track-disabled.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284847] trunk/LayoutTests

2021-10-25 Thread ehutchison
Title: [284847] trunk/LayoutTests








Revision 284847
Author ehutchi...@apple.com
Date 2021-10-25 16:33:27 -0700 (Mon, 25 Oct 2021)


Log Message
[ Mac wk1 ] 2 media-capabilities/webrtc tests are flaky failures.
https://bugs.webkit.org/show_bug.cgi?id=232283.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284846 => 284847)

--- trunk/LayoutTests/ChangeLog	2021-10-25 23:33:05 UTC (rev 284846)
+++ trunk/LayoutTests/ChangeLog	2021-10-25 23:33:27 UTC (rev 284847)
@@ -1,3 +1,12 @@
+2021-10-25  Eric Hutchison  
+
+[ Mac wk1 ] 2 media-capabilities/webrtc tests are flaky failures.
+https://bugs.webkit.org/show_bug.cgi?id=232283.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
 2021-10-25  Chris Fleizach  
 
 WebKit should use img@title as label even if img@alt is exlicitly empty


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (284846 => 284847)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-10-25 23:33:05 UTC (rev 284846)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-10-25 23:33:27 UTC (rev 284847)
@@ -1493,3 +1493,6 @@
 
 webkit.org/b/232277 [ Catalina ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-remove-from-document.html [ Pass Failure ]
 webkit.org/b/232277 [ Catalina ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-remove-from-document-different-load.html [ Pass Failure ]
+
+webkit.org/b/232283 imported/w3c/web-platform-tests/media-capabilities/decodingInfo.webrtc.html [ Pass Failure ]
+webkit.org/b/232283 imported/w3c/web-platform-tests/media-capabilities/encodingInfo.webrtc.html [ Pass Failure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284842] trunk/LayoutTests

2021-10-25 Thread ehutchison
Title: [284842] trunk/LayoutTests








Revision 284842
Author ehutchi...@apple.com
Date 2021-10-25 16:06:45 -0700 (Mon, 25 Oct 2021)


Log Message
Update test expectations for fast/scrolling/mac/scrollbars/overlay-scrollbar-hovered.html.
https://bugs.webkit.org/show_bug.cgi?id=232282.

Unreviewed test gardening.

* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284841 => 284842)

--- trunk/LayoutTests/ChangeLog	2021-10-25 22:16:49 UTC (rev 284841)
+++ trunk/LayoutTests/ChangeLog	2021-10-25 23:06:45 UTC (rev 284842)
@@ -1,5 +1,14 @@
 2021-10-25  Eric Hutchison  
 
+Update test expectations for fast/scrolling/mac/scrollbars/overlay-scrollbar-hovered.html.
+https://bugs.webkit.org/show_bug.cgi?id=232282.
+
+Unreviewed test gardening.
+
+* platform/mac-wk2/TestExpectations:
+
+2021-10-25  Eric Hutchison  
+
 [ Catalina wk1 ] 2 embedded-content/media-elements are flaky failures.
 https://bugs.webkit.org/show_bug.cgi?id=232277.
 


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (284841 => 284842)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-25 22:16:49 UTC (rev 284841)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-25 23:06:45 UTC (rev 284842)
@@ -1255,7 +1255,7 @@
 [ BigSur+ ] media/vp9.html [ Pass ]
 [ BigSur+ ] webrtc/vp9-vtb.html [ Pass ]
 
-webkit.org/b/215700 [ Debug ] fast/scrolling/mac/scrollbars/overlay-scrollbar-hovered.html [ Pass Failure Timeout ]
+webkit.org/b/215700 fast/scrolling/mac/scrollbars/overlay-scrollbar-hovered.html [ Pass Failure Timeout ]
 
 webkit.org/b/214997 [ Release ] http/tests/workers/service/basic-install-event-waitUntil-reject.html [ Pass Timeout ]
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284841] trunk/LayoutTests

2021-10-25 Thread ehutchison
Title: [284841] trunk/LayoutTests








Revision 284841
Author ehutchi...@apple.com
Date 2021-10-25 15:16:49 -0700 (Mon, 25 Oct 2021)


Log Message
[ Catalina wk1 ] 2 embedded-content/media-elements are flaky failures.
https://bugs.webkit.org/show_bug.cgi?id=232277.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284840 => 284841)

--- trunk/LayoutTests/ChangeLog	2021-10-25 22:09:06 UTC (rev 284840)
+++ trunk/LayoutTests/ChangeLog	2021-10-25 22:16:49 UTC (rev 284841)
@@ -1,3 +1,12 @@
+2021-10-25  Eric Hutchison  
+
+[ Catalina wk1 ] 2 embedded-content/media-elements are flaky failures.
+https://bugs.webkit.org/show_bug.cgi?id=232277.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
 2021-10-25  Ayumi Kojima  
 
 [ macOS wk1 ] imported/w3c/web-platform-tests/html/interaction/focus/the-autofocus-attribute/spin-by-blocking-style-sheet.html is a flaky failure.


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (284840 => 284841)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-10-25 22:09:06 UTC (rev 284840)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-10-25 22:16:49 UTC (rev 284841)
@@ -1490,3 +1490,6 @@
 webkit.org/b/230905 [ Catalina BigSur ] imported/w3c/web-platform-tests/css/css-cascade/layer-counter-style-override.html [ Pass Failure ]
 
 webkit.org/b/231684 [ Catalina Debug ] requestidlecallback/requestidlecallback-document-gc.html [ Pass Crash ]
+
+webkit.org/b/232277 [ Catalina ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-remove-from-document.html [ Pass Failure ]
+webkit.org/b/232277 [ Catalina ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-remove-from-document-different-load.html [ Pass Failure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284795] trunk/LayoutTests

2021-10-25 Thread ehutchison
Title: [284795] trunk/LayoutTests








Revision 284795
Author ehutchi...@apple.com
Date 2021-10-25 10:56:29 -0700 (Mon, 25 Oct 2021)


Log Message
[ iOS15 Sim Release ] imported/w3c/web-platform-tests/webrtc/RTCDtlsTransport-state.html is a flaky failure (Harness Error (TIMEOUT)).
https://bugs.webkit.org/show_bug.cgi?id=232252.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284794 => 284795)

--- trunk/LayoutTests/ChangeLog	2021-10-25 17:56:23 UTC (rev 284794)
+++ trunk/LayoutTests/ChangeLog	2021-10-25 17:56:29 UTC (rev 284795)
@@ -1,3 +1,12 @@
+2021-10-25  Eric Hutchison  
+
+[ iOS15 Sim Release ] imported/w3c/web-platform-tests/webrtc/RTCDtlsTransport-state.html is a flaky failure (Harness Error (TIMEOUT)).
+https://bugs.webkit.org/show_bug.cgi?id=232252.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
 2021-10-25  Gabriel Nava Marino  
 
 ASSERT(node) triggered after surroundNodeRangeWithElement for node without editable style 


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284794 => 284795)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-25 17:56:23 UTC (rev 284794)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-25 17:56:29 UTC (rev 284795)
@@ -2233,3 +2233,5 @@
 webkit.org/b/232120 imported/w3c/web-platform-tests/content-security-policy/script-src/script-src-multiple-policies-multiple-hashing-algorithms.html [ Pass Failure DumpJSConsoleLogInStdErr ]
 
 webkit.org/b/225528 http/wpt/fetch/fetch-response-body-stop-in-worker.html [ Pass Crash ]
+
+webkit.org/b/232252 [ Release ] imported/w3c/web-platform-tests/webrtc/RTCDtlsTransport-state.html [ Pass Failure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284732] trunk/LayoutTests

2021-10-22 Thread ehutchison
Title: [284732] trunk/LayoutTests








Revision 284732
Author ehutchi...@apple.com
Date 2021-10-22 17:58:49 -0700 (Fri, 22 Oct 2021)


Log Message
Updated test expectations for imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-perfect-negotiation-stress-glare.https.html.
https://bugs.webkit.org/show_bug.cgi?id=229569.

Unreviewed test gardening.

* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284731 => 284732)

--- trunk/LayoutTests/ChangeLog	2021-10-23 00:49:01 UTC (rev 284731)
+++ trunk/LayoutTests/ChangeLog	2021-10-23 00:58:49 UTC (rev 284732)
@@ -1,3 +1,12 @@
+2021-10-22  Eric Hutchison  
+
+Updated test expectations for imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-perfect-negotiation-stress-glare.https.html.
+https://bugs.webkit.org/show_bug.cgi?id=229569.
+
+Unreviewed test gardening.
+
+* platform/mac-wk2/TestExpectations:
+
 2021-10-22  Ryan Haddad  
 
 REGRESSION: [Win] fast/ruby/generated-before-counter-doesnt-crash.html is a flaky failure


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (284731 => 284732)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-23 00:49:01 UTC (rev 284731)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-23 00:58:49 UTC (rev 284732)
@@ -1686,3 +1686,7 @@
 
 webkit.org/b/231780 [ Debug ] imported/w3c/web-platform-tests/webrtc/simulcast/basic.https.html [ Pass Failure ]
 
+webkit.org/b/229569 [ Catalina Release ] imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-perfect-negotiation-stress-glare.https.html [ Pass Crash ]
+
+
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284708] trunk/LayoutTests

2021-10-22 Thread ehutchison
Title: [284708] trunk/LayoutTests








Revision 284708
Author ehutchi...@apple.com
Date 2021-10-22 12:19:01 -0700 (Fri, 22 Oct 2021)


Log Message
Update test expectations for imported/w3c/web-platform-tests/content-security-policy/script-src/script-src-multiple-policies-multiple-hashing-algorithms.html.
https://bugs.webkit.org/show_bug.cgi?id=232120.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284707 => 284708)

--- trunk/LayoutTests/ChangeLog	2021-10-22 19:00:43 UTC (rev 284707)
+++ trunk/LayoutTests/ChangeLog	2021-10-22 19:19:01 UTC (rev 284708)
@@ -1,5 +1,14 @@
 2021-10-22  Eric Hutchison  
 
+Update test expectations for imported/w3c/web-platform-tests/content-security-policy/script-src/script-src-multiple-policies-multiple-hashing-algorithms.html.
+https://bugs.webkit.org/show_bug.cgi?id=232120.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
+2021-10-22  Eric Hutchison  
+
 http/wpt/fetch/fetch-response-body-stop-in-worker.html is failing on iOS15 was well.
 https://bugs.webkit.org/show_bug.cgi?id=225528.
 


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284707 => 284708)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-22 19:00:43 UTC (rev 284707)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-22 19:19:01 UTC (rev 284708)
@@ -2232,12 +2232,9 @@
 
 webkit.org/b/232102 http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority.html [ Pass Crash ]
 
-webkit.org/b/232120 imported/w3c/web-platform-tests/content-security-policy/script-src/script-src-multiple-policies-multiple-hashing-algorithms.html [ Pass Failure ]
+webkit.org/b/232120 imported/w3c/web-platform-tests/content-security-policy/script-src/script-src-multiple-policies-multiple-hashing-algorithms.html [ Pass Failure DumpJSConsoleLogInStdErr ]
 
-<<< HEAD
 webkit.org/b/232151 http/tests/security/window-opened-from-sandboxed-iframe-should-inherit-sandbox.html [ Failure ]
 webkit.org/b/232151 imported/w3c/web-platform-tests/html/browsers/the-window-object/noopener-noreferrer-sizing.window.html  [ Pass Failure ]
-===
+
 webkit.org/b/225528 http/wpt/fetch/fetch-response-body-stop-in-worker.html [ Pass Crash ]
-
->>> c59bb0784b05 (http/wpt/fetch/fetch-response-body-stop-in-worker.html is failing on iOS15 was well.)






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284706] trunk/LayoutTests

2021-10-22 Thread ehutchison
Title: [284706] trunk/LayoutTests








Revision 284706
Author ehutchi...@apple.com
Date 2021-10-22 11:57:16 -0700 (Fri, 22 Oct 2021)


Log Message
http/wpt/fetch/fetch-response-body-stop-in-worker.html is failing on iOS15 was well.
https://bugs.webkit.org/show_bug.cgi?id=225528.

Unreviewed test gardening.

* platform/ios-14-wk2/TestExpectations:
* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-14-wk2/TestExpectations
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284705 => 284706)

--- trunk/LayoutTests/ChangeLog	2021-10-22 18:55:01 UTC (rev 284705)
+++ trunk/LayoutTests/ChangeLog	2021-10-22 18:57:16 UTC (rev 284706)
@@ -1,3 +1,13 @@
+2021-10-22  Eric Hutchison  
+
+http/wpt/fetch/fetch-response-body-stop-in-worker.html is failing on iOS15 was well.
+https://bugs.webkit.org/show_bug.cgi?id=225528.
+
+Unreviewed test gardening.
+
+* platform/ios-14-wk2/TestExpectations:
+* platform/ios-wk2/TestExpectations:
+
 2021-10-22  Ayumi Kojima  
 
 Regression (r284610): [ iOS BigSur wk2 ] http/tests/security/window-opened-from-sandboxed-iframe-should-inherit-sandbox.html is failing.


Modified: trunk/LayoutTests/platform/ios-14-wk2/TestExpectations (284705 => 284706)

--- trunk/LayoutTests/platform/ios-14-wk2/TestExpectations	2021-10-22 18:55:01 UTC (rev 284705)
+++ trunk/LayoutTests/platform/ios-14-wk2/TestExpectations	2021-10-22 18:57:16 UTC (rev 284706)
@@ -15,8 +15,6 @@
 
 webkit.org/b/230099 fast/sub-pixel/auto-table-layout-should-avoid-text-wrapping.html [ Pass Crash ]
 
-webkit.org/b/225528 http/wpt/fetch/fetch-response-body-stop-in-worker.html [ Pass Crash ]
-
 webkit.org/b/230514 imported/w3c/web-platform-tests/html/webappapis/structured-clone/structured-clone.any.html [ Pass Crash ]
 
 webkit.org/b/230696 imported/w3c/web-platform-tests/webrtc/RTCDataChannel-close.html [ Pass Failure ]


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284705 => 284706)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-22 18:55:01 UTC (rev 284705)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-22 18:57:16 UTC (rev 284706)
@@ -2234,5 +2234,10 @@
 
 webkit.org/b/232120 imported/w3c/web-platform-tests/content-security-policy/script-src/script-src-multiple-policies-multiple-hashing-algorithms.html [ Pass Failure ]
 
+<<< HEAD
 webkit.org/b/232151 http/tests/security/window-opened-from-sandboxed-iframe-should-inherit-sandbox.html [ Failure ]
 webkit.org/b/232151 imported/w3c/web-platform-tests/html/browsers/the-window-object/noopener-noreferrer-sizing.window.html  [ Pass Failure ]
+===
+webkit.org/b/225528 http/wpt/fetch/fetch-response-body-stop-in-worker.html [ Pass Crash ]
+
+>>> c59bb0784b05 (http/wpt/fetch/fetch-response-body-stop-in-worker.html is failing on iOS15 was well.)






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284659] trunk/LayoutTests

2021-10-21 Thread ehutchison
Title: [284659] trunk/LayoutTests








Revision 284659
Author ehutchi...@apple.com
Date 2021-10-21 17:33:37 -0700 (Thu, 21 Oct 2021)


Log Message
[ iOS15 Sim EWS ]imported/w3c/web-platform-tests/content-security-policy/script-src/script-src-multiple-policies-multiple-hashing-algorithms.html is a text failure.
https://bugs.webkit.org/show_bug.cgi?id=232120.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284658 => 284659)

--- trunk/LayoutTests/ChangeLog	2021-10-22 00:11:30 UTC (rev 284658)
+++ trunk/LayoutTests/ChangeLog	2021-10-22 00:33:37 UTC (rev 284659)
@@ -1,3 +1,12 @@
+2021-10-21  Eric Hutchison  
+
+[ iOS15 Sim EWS ]imported/w3c/web-platform-tests/content-security-policy/script-src/script-src-multiple-policies-multiple-hashing-algorithms.html is a text failure.
+https://bugs.webkit.org/show_bug.cgi?id=232120.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
 2021-10-21  Chris Dumez  
 
 Unreviewed, add bug number for skipped test in TestExpectations.


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284658 => 284659)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-22 00:11:30 UTC (rev 284658)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-22 00:33:37 UTC (rev 284659)
@@ -2234,3 +2234,5 @@
 
 webkit.org/b/232102 http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority.html [ Pass Crash ]
 
+webkit.org/b/232120 imported/w3c/web-platform-tests/content-security-policy/script-src/script-src-multiple-policies-multiple-hashing-algorithms.html [ Pass Failure ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284640] trunk/LayoutTests

2021-10-21 Thread ehutchison
Title: [284640] trunk/LayoutTests








Revision 284640
Author ehutchi...@apple.com
Date 2021-10-21 13:34:57 -0700 (Thu, 21 Oct 2021)


Log Message
[ iOS15 EWS ] http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority.html crashed.
https://bugs.webkit.org/show_bug.cgi?id=232102.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284639 => 284640)

--- trunk/LayoutTests/ChangeLog	2021-10-21 20:27:24 UTC (rev 284639)
+++ trunk/LayoutTests/ChangeLog	2021-10-21 20:34:57 UTC (rev 284640)
@@ -1,3 +1,12 @@
+2021-10-21  Eric Hutchison  
+
+[ iOS15 EWS ] http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority.html crashed.
+https://bugs.webkit.org/show_bug.cgi?id=232102.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
 2021-10-21  Ayumi Kojima  
 
 [ iOS macOS Debug ] imported/w3c/web-platform-tests/html/dom/idlharness.worker.html is a flaky failure.


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284639 => 284640)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-21 20:27:24 UTC (rev 284639)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-21 20:34:57 UTC (rev 284640)
@@ -2241,3 +2241,5 @@
 
 webkit.org/b/232099 imported/w3c/web-platform-tests/websockets/Close-1000.any.html [ Pass Crash ]
 
+webkit.org/b/232102 http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-with-priority.html [ Pass Crash ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284636] trunk/LayoutTests

2021-10-21 Thread ehutchison
Title: [284636] trunk/LayoutTests








Revision 284636
Author ehutchi...@apple.com
Date 2021-10-21 12:42:47 -0700 (Thu, 21 Oct 2021)


Log Message
[ iOS15 EWS ] imported/w3c/web-platform-tests/websockets/Close-1000.any.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=232099.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284635 => 284636)

--- trunk/LayoutTests/ChangeLog	2021-10-21 19:29:51 UTC (rev 284635)
+++ trunk/LayoutTests/ChangeLog	2021-10-21 19:42:47 UTC (rev 284636)
@@ -1,3 +1,12 @@
+2021-10-21  Eric Hutchison  
+
+[ iOS15 EWS ] imported/w3c/web-platform-tests/websockets/Close-1000.any.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=232099.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
 2021-10-21  Ayumi Kojima  
 
 [ iOS 15 ] webrtc/multi-video.html is a flaky timeout.


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284635 => 284636)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-21 19:29:51 UTC (rev 284635)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-21 19:42:47 UTC (rev 284636)
@@ -2236,3 +2236,6 @@
 webkit.org/b/231780 [ Debug ] imported/w3c/web-platform-tests/webrtc/simulcast/basic.https.html [ Pass Failure ]
 
 webkit.org/b/232048 http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window.html [ Pass Crash ]
+
+webkit.org/b/232099 imported/w3c/web-platform-tests/websockets/Close-1000.any.html [ Pass Crash ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284572] trunk/LayoutTests

2021-10-20 Thread ehutchison
Title: [284572] trunk/LayoutTests








Revision 284572
Author ehutchi...@apple.com
Date 2021-10-20 14:42:35 -0700 (Wed, 20 Oct 2021)


Log Message
[ iOS15 EWS ] http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window.html is crashing.
https://bugs.webkit.org/show_bug.cgi?id=232048.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284571 => 284572)

--- trunk/LayoutTests/ChangeLog	2021-10-20 21:39:45 UTC (rev 284571)
+++ trunk/LayoutTests/ChangeLog	2021-10-20 21:42:35 UTC (rev 284572)
@@ -1,3 +1,12 @@
+2021-10-20  Eric Hutchison  
+
+[ iOS15 EWS ] http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window.html is crashing.
+https://bugs.webkit.org/show_bug.cgi?id=232048.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
 2021-10-20  Ayumi Kojima  
 
 [ BigSure wk1 Debug ] fast/selectors/pseudo-element-inside-any.html is a flaky crash.


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284571 => 284572)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-20 21:39:45 UTC (rev 284571)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-20 21:42:35 UTC (rev 284572)
@@ -2235,3 +2235,4 @@
 
 webkit.org/b/231780 [ Debug ] imported/w3c/web-platform-tests/webrtc/simulcast/basic.https.html [ Pass Failure ]
 
+webkit.org/b/232048 http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284563] trunk/LayoutTests

2021-10-20 Thread ehutchison
Title: [284563] trunk/LayoutTests








Revision 284563
Author ehutchi...@apple.com
Date 2021-10-20 12:55:36 -0700 (Wed, 20 Oct 2021)


Log Message
[ iOS15 gpuprocess ] 2 css/color-filter tests are image-only failing.
https://bugs.webkit.org/show_bug.cgi?id=232030.

Unreviewed test gardening.

* gpu-process/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/gpu-process/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284562 => 284563)

--- trunk/LayoutTests/ChangeLog	2021-10-20 19:40:43 UTC (rev 284562)
+++ trunk/LayoutTests/ChangeLog	2021-10-20 19:55:36 UTC (rev 284563)
@@ -1,5 +1,14 @@
 2021-10-20  Eric Hutchison  
 
+[ iOS15 gpuprocess ] 2 css/color-filter tests are image-only failing.
+https://bugs.webkit.org/show_bug.cgi?id=232030.
+
+Unreviewed test gardening.
+
+* gpu-process/TestExpectations:
+
+2021-10-20  Eric Hutchison  
+
 [ iOS15 GPUProcess ] Multiple compositing tests are constant image-only failures.
 https://bugs.webkit.org/show_bug.cgi?id=232022.
 


Modified: trunk/LayoutTests/gpu-process/TestExpectations (284562 => 284563)

--- trunk/LayoutTests/gpu-process/TestExpectations	2021-10-20 19:40:43 UTC (rev 284562)
+++ trunk/LayoutTests/gpu-process/TestExpectations	2021-10-20 19:55:36 UTC (rev 284563)
@@ -32,4 +32,7 @@
 
 [ iOS ] css3/color-filters/color-filter-composition-underline-color.html [ ImageOnlyFailure ]
 [ iOS ] css3/color-filters/color-filter-sepia.html [ Pass ImageOnlyFailure ]
+[ iOS ] fast/borders/hidpi-border-clipping-right-after-move.html [ ImageOnlyFailure ]
+[ iOS ] fast/css/content-counter-010.htm [ ImageOnlyFailure ]
 
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284562] trunk/LayoutTests

2021-10-20 Thread ehutchison
Title: [284562] trunk/LayoutTests








Revision 284562
Author ehutchi...@apple.com
Date 2021-10-20 12:40:43 -0700 (Wed, 20 Oct 2021)


Log Message
[ iOS15 GPUProcess ] Multiple compositing tests are constant image-only failures.
https://bugs.webkit.org/show_bug.cgi?id=232022.

Unreviewed test gardening.

* gpu-process/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/gpu-process/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284561 => 284562)

--- trunk/LayoutTests/ChangeLog	2021-10-20 19:24:53 UTC (rev 284561)
+++ trunk/LayoutTests/ChangeLog	2021-10-20 19:40:43 UTC (rev 284562)
@@ -1,5 +1,14 @@
 2021-10-20  Eric Hutchison  
 
+[ iOS15 GPUProcess ] Multiple compositing tests are constant image-only failures.
+https://bugs.webkit.org/show_bug.cgi?id=232022.
+
+Unreviewed test gardening.
+
+* gpu-process/TestExpectations:
+
+2021-10-20  Eric Hutchison  
+
 [ iOS15 gpuprocess ] 2 css/color-filter tests are image-only failing.
 https://bugs.webkit.org/show_bug.cgi?id=232030.
 


Modified: trunk/LayoutTests/gpu-process/TestExpectations (284561 => 284562)

--- trunk/LayoutTests/gpu-process/TestExpectations	2021-10-20 19:24:53 UTC (rev 284561)
+++ trunk/LayoutTests/gpu-process/TestExpectations	2021-10-20 19:40:43 UTC (rev 284562)
@@ -26,6 +26,9 @@
 
 [ iOS ] compositing/shared-backing/sharing-child-contributes-to-overlap.html [ ImageOnlyFailure ]
 [ iOS ] compositing/scrolling/async-overflow-scrolling/overflow-scroll-paint-order-sibling.html [ ImageOnlyFailure ]
+[ iOS ] compositing/layer-creation/overlap-in-scroller.html [ ImageOnlyFailure ]
+[ iOS ] compositing/show-composited-iframe-on-back-button.html [ Pass ImageOnlyFailure ]
+[ iOS ] compositing/scrolling/async-overflow-scrolling/hidden-relative-layer-content-in-scroller.html [ ImageOnlyFailure ]
 
 [ iOS ] css3/color-filters/color-filter-composition-underline-color.html [ ImageOnlyFailure ]
 [ iOS ] css3/color-filters/color-filter-sepia.html [ Pass ImageOnlyFailure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284561] trunk/LayoutTests

2021-10-20 Thread ehutchison
Title: [284561] trunk/LayoutTests








Revision 284561
Author ehutchi...@apple.com
Date 2021-10-20 12:24:53 -0700 (Wed, 20 Oct 2021)


Log Message
[ iOS15 gpuprocess ] 2 css/color-filter tests are image-only failing.
https://bugs.webkit.org/show_bug.cgi?id=232030.

Unreviewed test gardening.

* gpu-process/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/gpu-process/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284560 => 284561)

--- trunk/LayoutTests/ChangeLog	2021-10-20 19:01:07 UTC (rev 284560)
+++ trunk/LayoutTests/ChangeLog	2021-10-20 19:24:53 UTC (rev 284561)
@@ -1,5 +1,14 @@
 2021-10-20  Eric Hutchison  
 
+[ iOS15 gpuprocess ] 2 css/color-filter tests are image-only failing.
+https://bugs.webkit.org/show_bug.cgi?id=232030.
+
+Unreviewed test gardening.
+
+* gpu-process/TestExpectations:
+
+2021-10-20  Eric Hutchison  
+
 Update test expectations for compositing/scrolling/async-overflow-scrolling/overflow-scroll-paint-order-sibling.html.
 https://bugs.webkit.org/show_bug.cgi?id=232022.
 


Modified: trunk/LayoutTests/gpu-process/TestExpectations (284560 => 284561)

--- trunk/LayoutTests/gpu-process/TestExpectations	2021-10-20 19:01:07 UTC (rev 284560)
+++ trunk/LayoutTests/gpu-process/TestExpectations	2021-10-20 19:24:53 UTC (rev 284561)
@@ -27,3 +27,6 @@
 [ iOS ] compositing/shared-backing/sharing-child-contributes-to-overlap.html [ ImageOnlyFailure ]
 [ iOS ] compositing/scrolling/async-overflow-scrolling/overflow-scroll-paint-order-sibling.html [ ImageOnlyFailure ]
 
+[ iOS ] css3/color-filters/color-filter-composition-underline-color.html [ ImageOnlyFailure ]
+[ iOS ] css3/color-filters/color-filter-sepia.html [ Pass ImageOnlyFailure ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284560] trunk/LayoutTests

2021-10-20 Thread ehutchison
Title: [284560] trunk/LayoutTests








Revision 284560
Author ehutchi...@apple.com
Date 2021-10-20 12:01:07 -0700 (Wed, 20 Oct 2021)


Log Message
Update test expectations for compositing/scrolling/async-overflow-scrolling/overflow-scroll-paint-order-sibling.html.
https://bugs.webkit.org/show_bug.cgi?id=232022.

Unreviewed test gardening.

* gpu-process/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/gpu-process/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284559 => 284560)

--- trunk/LayoutTests/ChangeLog	2021-10-20 18:59:22 UTC (rev 284559)
+++ trunk/LayoutTests/ChangeLog	2021-10-20 19:01:07 UTC (rev 284560)
@@ -1,3 +1,12 @@
+2021-10-20  Eric Hutchison  
+
+Update test expectations for compositing/scrolling/async-overflow-scrolling/overflow-scroll-paint-order-sibling.html.
+https://bugs.webkit.org/show_bug.cgi?id=232022.
+
+Unreviewed test gardening.
+
+* gpu-process/TestExpectations:
+
 2021-10-20  Ayumi Kojima  
 
 [ iOS macOS wk2 ] imported/w3c/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/report-only-four-reports.https.html is a flaky failure.


Modified: trunk/LayoutTests/gpu-process/TestExpectations (284559 => 284560)

--- trunk/LayoutTests/gpu-process/TestExpectations	2021-10-20 18:59:22 UTC (rev 284559)
+++ trunk/LayoutTests/gpu-process/TestExpectations	2021-10-20 19:01:07 UTC (rev 284560)
@@ -25,3 +25,5 @@
 fast/canvas/webgl/lose-context-on-timeout.html [ Slow Pass ]
 
 [ iOS ] compositing/shared-backing/sharing-child-contributes-to-overlap.html [ ImageOnlyFailure ]
+[ iOS ] compositing/scrolling/async-overflow-scrolling/overflow-scroll-paint-order-sibling.html [ ImageOnlyFailure ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284554] trunk/LayoutTests

2021-10-20 Thread ehutchison
Title: [284554] trunk/LayoutTests








Revision 284554
Author ehutchi...@apple.com
Date 2021-10-20 11:35:32 -0700 (Wed, 20 Oct 2021)


Log Message
[ iOS15 GPUProcess ] compositing/shared-backing/sharing-child-contributes-to-overlap.html is a constant image-only failure.
https://bugs.webkit.org/show_bug.cgi?id=232022.

Unreviewed test gardening.

* gpu-process/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/gpu-process/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284553 => 284554)

--- trunk/LayoutTests/ChangeLog	2021-10-20 18:31:00 UTC (rev 284553)
+++ trunk/LayoutTests/ChangeLog	2021-10-20 18:35:32 UTC (rev 284554)
@@ -1,5 +1,14 @@
 2021-10-20  Eric Hutchison  
 
+[ iOS15 GPUProcess ] compositing/shared-backing/sharing-child-contributes-to-overlap.html is a constant image-only failure.
+https://bugs.webkit.org/show_bug.cgi?id=232022.
+
+Unreviewed test gardening.
+
+* gpu-process/TestExpectations:
+
+2021-10-20  Eric Hutchison  
+
 Unreviewed, reverting r284551.
 
 TestExpectations file not recognized


Modified: trunk/LayoutTests/gpu-process/TestExpectations (284553 => 284554)

--- trunk/LayoutTests/gpu-process/TestExpectations	2021-10-20 18:31:00 UTC (rev 284553)
+++ trunk/LayoutTests/gpu-process/TestExpectations	2021-10-20 18:35:32 UTC (rev 284554)
@@ -23,3 +23,5 @@
 
 fast/canvas/webgl/lose-context-on-timeout-async.html [ Slow Pass ]
 fast/canvas/webgl/lose-context-on-timeout.html [ Slow Pass ]
+
+[ iOS ] compositing/shared-backing/sharing-child-contributes-to-overlap.html [ ImageOnlyFailure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284553] trunk/LayoutTests

2021-10-20 Thread ehutchison
Title: [284553] trunk/LayoutTests








Revision 284553
Author ehutchi...@apple.com
Date 2021-10-20 11:31:00 -0700 (Wed, 20 Oct 2021)


Log Message
Unreviewed, reverting r284551.

TestExpectations file not recognized

Reverted changeset:

https://commits.webkit.org/r284551

Modified Paths

trunk/LayoutTests/ChangeLog


Removed Paths

trunk/LayoutTests/gpu-process/iOS/




Diff

Modified: trunk/LayoutTests/ChangeLog (284552 => 284553)

--- trunk/LayoutTests/ChangeLog	2021-10-20 18:19:55 UTC (rev 284552)
+++ trunk/LayoutTests/ChangeLog	2021-10-20 18:31:00 UTC (rev 284553)
@@ -1,3 +1,13 @@
+2021-10-20  Eric Hutchison  
+
+Unreviewed, reverting r284551.
+
+TestExpectations file not recognized
+
+Reverted changeset:
+
+https://commits.webkit.org/r284551
+
 2021-10-20  Ayumi Kojima  
 
 [ iOS Release ] media/media-can-play-mpeg-audio.html is a flaky failure.






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284551] trunk/LayoutTests/gpu-process

2021-10-20 Thread ehutchison
Title: [284551] trunk/LayoutTests/gpu-process








Revision 284551
Author ehutchi...@apple.com
Date 2021-10-20 11:19:55 -0700 (Wed, 20 Oct 2021)


Log Message
Created TestExpectations document for gpuprocess/iOS and updated.
https://bugs.webkit.org/show_bug.cgi?id=232022.

Unreviewed test gardening.

* gpu-process/iOS/TestExpectations: Added.

Added Paths

trunk/LayoutTests/gpu-process/iOS/
trunk/LayoutTests/gpu-process/iOS/TestExpectations




Diff

Added: trunk/LayoutTests/gpu-process/iOS/TestExpectations (0 => 284551)

--- trunk/LayoutTests/gpu-process/iOS/TestExpectations	(rev 0)
+++ trunk/LayoutTests/gpu-process/iOS/TestExpectations	2021-10-20 18:19:55 UTC (rev 284551)
@@ -0,0 +1 @@
+compositing/shared-backing/sharing-child-contributes-to-overlap.html [ ImageOnlyFailure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284415] trunk/LayoutTests

2021-10-18 Thread ehutchison
Title: [284415] trunk/LayoutTests








Revision 284415
Author ehutchi...@apple.com
Date 2021-10-18 17:14:04 -0700 (Mon, 18 Oct 2021)


Log Message
[ Mac ] inspector/css/modify-css-property.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=231924.

Unreviewed test gardening.

* platform/mac/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284414 => 284415)

--- trunk/LayoutTests/ChangeLog	2021-10-19 00:12:13 UTC (rev 284414)
+++ trunk/LayoutTests/ChangeLog	2021-10-19 00:14:04 UTC (rev 284415)
@@ -1,3 +1,12 @@
+2021-10-18  Eric Hutchison  
+
+[ Mac ] inspector/css/modify-css-property.html is a flaky failure.
+https://bugs.webkit.org/show_bug.cgi?id=231924.
+
+Unreviewed test gardening.
+
+* platform/mac/TestExpectations:
+
 2021-10-18  Ayumi Kojima  
 
 Regression(r283935 - r283938): [ macOS wk1 ] imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-autofocus-multiple-times.html is a flaky failure.


Modified: trunk/LayoutTests/platform/mac/TestExpectations (284414 => 284415)

--- trunk/LayoutTests/platform/mac/TestExpectations	2021-10-19 00:12:13 UTC (rev 284414)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2021-10-19 00:14:04 UTC (rev 284415)
@@ -2437,3 +2437,5 @@
 webkit.org/b/230984 [ BigSur Debug arm64 ] streams/readableStream-then.html [ Pass Crash ]
 
 webkit.org/b/231757 [ BigSur ] inspector/canvas/updateShader-webgl.html [ Pass Failure ]
+
+webkit.org/b/231924 inspector/css/modify-css-property.html [ Pass Failure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284410] trunk/LayoutTests

2021-10-18 Thread ehutchison
Title: [284410] trunk/LayoutTests








Revision 284410
Author ehutchi...@apple.com
Date 2021-10-18 16:54:14 -0700 (Mon, 18 Oct 2021)


Log Message
[ Windows EWS ] http/wpt/webxr/xrHandInput_gc.html is failing.
https://bugs.webkit.org/show_bug.cgi?id=231921.

Unreviewed test gardening.

* platform/win/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/win/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284409 => 284410)

--- trunk/LayoutTests/ChangeLog	2021-10-18 23:53:57 UTC (rev 284409)
+++ trunk/LayoutTests/ChangeLog	2021-10-18 23:54:14 UTC (rev 284410)
@@ -1,3 +1,12 @@
+2021-10-18  Eric Hutchison  
+
+[ Windows EWS ] http/wpt/webxr/xrHandInput_gc.html is failing.
+https://bugs.webkit.org/show_bug.cgi?id=231921.
+
+Unreviewed test gardening.
+
+* platform/win/TestExpectations:
+
 2021-10-15  Sergio Villar Senin  
 
 [css-flexbox] Do not clamp flex base size with {min|max}-{height|width}


Modified: trunk/LayoutTests/platform/win/TestExpectations (284409 => 284410)

--- trunk/LayoutTests/platform/win/TestExpectations	2021-10-18 23:53:57 UTC (rev 284409)
+++ trunk/LayoutTests/platform/win/TestExpectations	2021-10-18 23:54:14 UTC (rev 284410)
@@ -4720,3 +4720,4 @@
 
 webkit.org/b/230838 svg/as-background-image/svg-as-background-body.html [ Pass Crash ]
 
+webkit.org/b/231921 http/wpt/webxr/xrHandInput_gc.html [ Pass Failure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284211] trunk/LayoutTests

2021-10-14 Thread ehutchison
Title: [284211] trunk/LayoutTests








Revision 284211
Author ehutchi...@apple.com
Date 2021-10-14 16:07:20 -0700 (Thu, 14 Oct 2021)


Log Message
[ iOS15 Mac wk2 Debug ] imported/w3c/web-platform-tests/webrtc/simulcast/basic.https.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=231780.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284210 => 284211)

--- trunk/LayoutTests/ChangeLog	2021-10-14 22:54:51 UTC (rev 284210)
+++ trunk/LayoutTests/ChangeLog	2021-10-14 23:07:20 UTC (rev 284211)
@@ -1,3 +1,13 @@
+2021-10-14  Eric Hutchison  
+
+[ iOS15 Mac wk2 Debug ] imported/w3c/web-platform-tests/webrtc/simulcast/basic.https.html is a flaky failure.
+https://bugs.webkit.org/show_bug.cgi?id=231780.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+* platform/mac-wk2/TestExpectations:
+
 2021-10-14  Ayumi Kojima  
 
 [ MacOS ] http/tests/security/contentSecurityPolicy/frame-src-cross-origin-load.html is a flakey failure.


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284210 => 284211)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-14 22:54:51 UTC (rev 284210)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-14 23:07:20 UTC (rev 284211)
@@ -2209,3 +2209,6 @@
 webkit.org/b/230509 fast/events/ios/dom-update-on-keydown-quirk.html [ Pass Failure ]
 
 webkit.org/b/231714 fast/scrolling/ios/click-events-during-momentum-scroll-in-overflow.html [ Pass Timeout ]
+
+webkit.org/b/231780 [ Debug ] imported/w3c/web-platform-tests/webrtc/simulcast/basic.https.html [ Pass Failure ]
+


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (284210 => 284211)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-14 22:54:51 UTC (rev 284210)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-14 23:07:20 UTC (rev 284211)
@@ -1681,3 +1681,5 @@
 webkit.org/b/231752 [ Debug ] imported/w3c/web-platform-tests/css/css-contain/content-visibility/content-visibility-049.html [ Pass Crash ]
 
 webkit.org/b/231765 [ Release ] http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration.html [ Pass Timeout ]
+
+webkit.org/b/231780 [ Debug ] imported/w3c/web-platform-tests/webrtc/simulcast/basic.https.html [ Pass Failure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284196] trunk/LayoutTests

2021-10-14 Thread ehutchison
Title: [284196] trunk/LayoutTests








Revision 284196
Author ehutchi...@apple.com
Date 2021-10-14 14:11:35 -0700 (Thu, 14 Oct 2021)


Log Message
Rebaseline for fast/css/font-face-implicit-local-font.html.
https://bugs.webkit.org/show_bug.cgi?id=231770.

Unreviewed rebaseline.

* platform/ios/fast/css/font-face-implicit-local-font-expected.txt:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios/fast/css/font-face-implicit-local-font-expected.txt




Diff

Modified: trunk/LayoutTests/ChangeLog (284195 => 284196)

--- trunk/LayoutTests/ChangeLog	2021-10-14 20:41:12 UTC (rev 284195)
+++ trunk/LayoutTests/ChangeLog	2021-10-14 21:11:35 UTC (rev 284196)
@@ -1,3 +1,12 @@
+2021-10-14  Eric Hutchison  
+
+Rebaseline for fast/css/font-face-implicit-local-font.html.
+https://bugs.webkit.org/show_bug.cgi?id=231770.
+
+Unreviewed rebaseline.
+
+* platform/ios/fast/css/font-face-implicit-local-font-expected.txt:
+
 2021-10-14  Antti Koivisto  
 
 [LFC][Integration] Enable inline boxes with background


Modified: trunk/LayoutTests/platform/ios/fast/css/font-face-implicit-local-font-expected.txt (284195 => 284196)

--- trunk/LayoutTests/platform/ios/fast/css/font-face-implicit-local-font-expected.txt	2021-10-14 20:41:12 UTC (rev 284195)
+++ trunk/LayoutTests/platform/ios/fast/css/font-face-implicit-local-font-expected.txt	2021-10-14 21:11:35 UTC (rev 284196)
@@ -13,8 +13,8 @@
 RenderText {#text} at (0,0) size 523x19
   text run at (0,0) width 455: "In the next line, the digits should be in Times, but the letters should be "
   text run at (454,0) width 69: "in Courier."
-  RenderBlock (anonymous) at (0,92) size 784x28
+  RenderBlock (anonymous) at (0,92) size 784x30
 RenderInline {SPAN} at (0,0) size 279x25
-  RenderText {#text} at (0,3) size 279x25
-text run at (0,3) width 279: "ABCDEFGHIJ 1234567890"
+  RenderText {#text} at (0,4) size 279x25
+text run at (0,4) width 279: "ABCDEFGHIJ 1234567890"
 RenderText {#text} at (0,0) size 0x0






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284191] trunk/LayoutTests

2021-10-14 Thread ehutchison
Title: [284191] trunk/LayoutTests








Revision 284191
Author ehutchi...@apple.com
Date 2021-10-14 13:02:17 -0700 (Thu, 14 Oct 2021)


Log Message
[ Mac wk2 Release x86 ] http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration.html is a flaky timeout.
https://bugs.webkit.org/show_bug.cgi?id=231765.

Unreviewed test gardening.

* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284190 => 284191)

--- trunk/LayoutTests/ChangeLog	2021-10-14 19:55:46 UTC (rev 284190)
+++ trunk/LayoutTests/ChangeLog	2021-10-14 20:02:17 UTC (rev 284191)
@@ -1,5 +1,14 @@
 2021-10-14  Eric Hutchison  
 
+[ Mac wk2 Release x86 ] http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration.html is a flaky timeout.
+https://bugs.webkit.org/show_bug.cgi?id=231765.
+
+Unreviewed test gardening.
+
+* platform/mac-wk2/TestExpectations:
+
+2021-10-14  Eric Hutchison  
+
 [ BigSur ] inspector/canvas/updateShader-webgl.html is a flaky failure.
 https://bugs.webkit.org/show_bug.cgi?id=231757.
 


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (284190 => 284191)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-14 19:55:46 UTC (rev 284190)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-14 20:02:17 UTC (rev 284191)
@@ -1679,3 +1679,5 @@
 webkit.org/b/231600 [ Release ] imported/w3c/web-platform-tests/css/cssom-view/scroll-behavior-main-frame-root.html [ Failure ]
 
 webkit.org/b/231752 [ Debug ] imported/w3c/web-platform-tests/css/css-contain/content-visibility/content-visibility-049.html [ Pass Crash ]
+
+webkit.org/b/231765 [ Release ] http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration.html [ Pass Timeout ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284189] trunk/LayoutTests

2021-10-14 Thread ehutchison
Title: [284189] trunk/LayoutTests








Revision 284189
Author ehutchi...@apple.com
Date 2021-10-14 12:26:21 -0700 (Thu, 14 Oct 2021)


Log Message
[ BigSur ] inspector/canvas/updateShader-webgl.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=231757.

Unreviewed test gardening.

* platform/mac/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284188 => 284189)

--- trunk/LayoutTests/ChangeLog	2021-10-14 18:52:28 UTC (rev 284188)
+++ trunk/LayoutTests/ChangeLog	2021-10-14 19:26:21 UTC (rev 284189)
@@ -1,3 +1,12 @@
+2021-10-14  Eric Hutchison  
+
+[ BigSur ] inspector/canvas/updateShader-webgl.html is a flaky failure.
+https://bugs.webkit.org/show_bug.cgi?id=231757.
+
+Unreviewed test gardening.
+
+* platform/mac/TestExpectations:
+
 2021-10-14  Ayumi Kojima  
 
 [ iOS macOS wk2 Debug ] ASSERTION FAILED: other.underlyingStringIsValid().


Modified: trunk/LayoutTests/platform/mac/TestExpectations (284188 => 284189)

--- trunk/LayoutTests/platform/mac/TestExpectations	2021-10-14 18:52:28 UTC (rev 284188)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2021-10-14 19:26:21 UTC (rev 284189)
@@ -2431,3 +2431,4 @@
 
 webkit.org/b/230984 [ BigSur Debug arm64 ] streams/readableStream-then.html [ Pass Crash ]
 
+webkit.org/b/231757 [ BigSur ] inspector/canvas/updateShader-webgl.html [ Pass Failure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284140] trunk/LayoutTests

2021-10-13 Thread ehutchison
Title: [284140] trunk/LayoutTests








Revision 284140
Author ehutchi...@apple.com
Date 2021-10-13 17:55:59 -0700 (Wed, 13 Oct 2021)


Log Message
[ iOS15 ] fast/scrolling/ios/click-events-during-momentum-scroll-in-overflow.html is a flaky timeout.
https://bugs.webkit.org/show_bug.cgi?id=231714.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284139 => 284140)

--- trunk/LayoutTests/ChangeLog	2021-10-14 00:49:17 UTC (rev 284139)
+++ trunk/LayoutTests/ChangeLog	2021-10-14 00:55:59 UTC (rev 284140)
@@ -1,3 +1,12 @@
+2021-10-13  Eric Hutchison  
+
+[ iOS15 ] fast/scrolling/ios/click-events-during-momentum-scroll-in-overflow.html is a flaky timeout.
+https://bugs.webkit.org/show_bug.cgi?id=231714.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
 2021-10-13  Patrick Angle  
 
 HTTP method in web inspector network tab is not what WebKit actually sent after a redirect from POST to GET


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284139 => 284140)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-14 00:49:17 UTC (rev 284139)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-14 00:55:59 UTC (rev 284140)
@@ -2205,3 +2205,5 @@
 webkit.org/b/231684 [ Debug ] requestidlecallback/requestidlecallback-document-gc.html [ Pass Crash ]
 
 webkit.org/b/230509 fast/events/ios/dom-update-on-keydown-quirk.html [ Pass Failure ]
+
+webkit.org/b/231714 fast/scrolling/ios/click-events-during-momentum-scroll-in-overflow.html [ Pass Timeout ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284118] trunk/LayoutTests

2021-10-13 Thread ehutchison
Title: [284118] trunk/LayoutTests








Revision 284118
Author ehutchi...@apple.com
Date 2021-10-13 11:54:30 -0700 (Wed, 13 Oct 2021)


Log Message
Update test expectations for fast/events/ios/dom-update-on-keydown-quirk.html.
https://bugs.webkit.org/show_bug.cgi?id=230509.

Unreviewed test gardening.

* platform/ios-14-wk2/TestExpectations:
* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-14-wk2/TestExpectations
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284117 => 284118)

--- trunk/LayoutTests/ChangeLog	2021-10-13 18:39:25 UTC (rev 284117)
+++ trunk/LayoutTests/ChangeLog	2021-10-13 18:54:30 UTC (rev 284118)
@@ -1,3 +1,13 @@
+2021-10-13  Eric Hutchison  
+
+Update test expectations for fast/events/ios/dom-update-on-keydown-quirk.html.
+https://bugs.webkit.org/show_bug.cgi?id=230509.
+
+Unreviewed test gardening.
+
+* platform/ios-14-wk2/TestExpectations:
+* platform/ios-wk2/TestExpectations:
+
 2021-10-13  Ayumi Kojima  
 
 [ Windows EWS ] fast/text/hanging-punctuation-allow-end-basic.html is image failing.


Modified: trunk/LayoutTests/platform/ios-14-wk2/TestExpectations (284117 => 284118)

--- trunk/LayoutTests/platform/ios-14-wk2/TestExpectations	2021-10-13 18:39:25 UTC (rev 284117)
+++ trunk/LayoutTests/platform/ios-14-wk2/TestExpectations	2021-10-13 18:54:30 UTC (rev 284118)
@@ -17,8 +17,6 @@
 
 webkit.org/b/225528 http/wpt/fetch/fetch-response-body-stop-in-worker.html [ Pass Crash ]
 
-webkit.org/b/230509 fast/events/ios/dom-update-on-keydown-quirk.html [ Pass Failure ]
-
 webkit.org/b/230514 imported/w3c/web-platform-tests/html/webappapis/structured-clone/structured-clone.any.html [ Pass Crash ]
 
 webkit.org/b/230696 imported/w3c/web-platform-tests/webrtc/RTCDataChannel-close.html [ Pass Failure ]


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284117 => 284118)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-13 18:39:25 UTC (rev 284117)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-13 18:54:30 UTC (rev 284118)
@@ -2204,4 +2204,4 @@
 
 webkit.org/b/231684 [ Debug ] requestidlecallback/requestidlecallback-document-gc.html [ Pass Crash ]
 
-
+webkit.org/b/230509 fast/events/ios/dom-update-on-keydown-quirk.html [ Pass Failure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284114] trunk/LayoutTests

2021-10-13 Thread ehutchison
Title: [284114] trunk/LayoutTests








Revision 284114
Author ehutchi...@apple.com
Date 2021-10-13 11:04:32 -0700 (Wed, 13 Oct 2021)


Log Message
[ iOS15 Catalina Debug ] requestidlecallback/requestidlecallback-document-gc.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=231684.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:
* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284113 => 284114)

--- trunk/LayoutTests/ChangeLog	2021-10-13 18:02:39 UTC (rev 284113)
+++ trunk/LayoutTests/ChangeLog	2021-10-13 18:04:32 UTC (rev 284114)
@@ -1,3 +1,13 @@
+2021-10-13  Eric Hutchison  
+
+[ iOS15 Catalina Debug ] requestidlecallback/requestidlecallback-document-gc.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=231684.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+* platform/mac-wk1/TestExpectations:
+
 2021-10-13  Chris Dumez  
 
 MessagePort messages sent in iframe unload event not received


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284113 => 284114)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-13 18:02:39 UTC (rev 284113)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-13 18:04:32 UTC (rev 284114)
@@ -2201,3 +2201,7 @@
 webkit.org/b/231636 [ Debug ] media/media-fragments/TC0001.html [ Pass Timeout ]
 
 webkit.org/b/231638 [ Debug ] webgl/pending/conformance/glsl/misc/shader-with-reserved-words-2.html [ Pass Timeout ]
+
+webkit.org/b/231684 [ Debug ] requestidlecallback/requestidlecallback-document-gc.html [ Pass Crash ]
+
+


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (284113 => 284114)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-10-13 18:02:39 UTC (rev 284113)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-10-13 18:04:32 UTC (rev 284114)
@@ -1478,3 +1478,5 @@
 webkit.org/b/230848 [ Catalina BigSur Debug ] webrtc/datachannel/datachannel-gc.html [ Pass Crash ]
 
 webkit.org/b/230905 [ Catalina BigSur ] imported/w3c/web-platform-tests/css/css-cascade/layer-counter-style-override.html [ Pass Failure ]
+
+webkit.org/b/231684 [ Catalina Debug ] requestidlecallback/requestidlecallback-document-gc.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284053] trunk/LayoutTests

2021-10-12 Thread ehutchison
Title: [284053] trunk/LayoutTests








Revision 284053
Author ehutchi...@apple.com
Date 2021-10-12 16:02:26 -0700 (Tue, 12 Oct 2021)


Log Message
[ iOS15 iPad Debug ] webrtc/video-mute.html is a flaky timeout.
https://bugs.webkit.org/show_bug.cgi?id=231640.

Unreviewed test gardening.

* platform/ios-14-wk2/TestExpectations:
* platform/ipad/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-14-wk2/TestExpectations
trunk/LayoutTests/platform/ipad/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284052 => 284053)

--- trunk/LayoutTests/ChangeLog	2021-10-12 22:49:03 UTC (rev 284052)
+++ trunk/LayoutTests/ChangeLog	2021-10-12 23:02:26 UTC (rev 284053)
@@ -1,5 +1,15 @@
 2021-10-12  Eric Hutchison  
 
+[ iOS15 iPad Debug ] webrtc/video-mute.html is a flaky timeout.
+https://bugs.webkit.org/show_bug.cgi?id=231640.
+
+Unreviewed test gardening.
+
+* platform/ios-14-wk2/TestExpectations:
+* platform/ipad/TestExpectations:
+
+2021-10-12  Eric Hutchison  
+
 [ iOS15 Debug ] webgl/pending/conformance/glsl/misc/shader-with-reserved-words-2.html is a flaky timeout.
 https://bugs.webkit.org/show_bug.cgi?id=231638.
 


Modified: trunk/LayoutTests/platform/ios-14-wk2/TestExpectations (284052 => 284053)

--- trunk/LayoutTests/platform/ios-14-wk2/TestExpectations	2021-10-12 22:49:03 UTC (rev 284052)
+++ trunk/LayoutTests/platform/ios-14-wk2/TestExpectations	2021-10-12 23:02:26 UTC (rev 284053)
@@ -23,6 +23,4 @@
 
 webkit.org/b/230696 imported/w3c/web-platform-tests/webrtc/RTCDataChannel-close.html [ Pass Failure ]
 
-webkit.org/b/230865 webrtc/video-mute.html [ Pass Failure ]
-
 webkit.org/b/230979 imported/w3c/web-platform-tests/content-security-policy/script-src/script-src-strict_dynamic_worker.https.html [ Pass Failure ]


Modified: trunk/LayoutTests/platform/ipad/TestExpectations (284052 => 284053)

--- trunk/LayoutTests/platform/ipad/TestExpectations	2021-10-12 22:49:03 UTC (rev 284052)
+++ trunk/LayoutTests/platform/ipad/TestExpectations	2021-10-12 23:02:26 UTC (rev 284053)
@@ -111,3 +111,5 @@
 webkit.org/b/231611 [ Debug ] imported/w3c/web-platform-tests/webrtc-encoded-transform/sframe-transform-in-worker.https.html [ Pass Failure ]
 
 webkit.org/b/231616 [ Debug ] compositing/layer-creation/scale-rotation-transition-overlap.html [ Pass Failure Timeout ]
+
+webkit.org/b/231640 [ Debug ] webrtc/video-mute.html [ Pass Timeout ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284052] trunk/LayoutTests

2021-10-12 Thread ehutchison
Title: [284052] trunk/LayoutTests








Revision 284052
Author ehutchi...@apple.com
Date 2021-10-12 15:49:03 -0700 (Tue, 12 Oct 2021)


Log Message
[ iOS15 Debug ] webgl/pending/conformance/glsl/misc/shader-with-reserved-words-2.html is a flaky timeout.
https://bugs.webkit.org/show_bug.cgi?id=231638.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284051 => 284052)

--- trunk/LayoutTests/ChangeLog	2021-10-12 22:48:22 UTC (rev 284051)
+++ trunk/LayoutTests/ChangeLog	2021-10-12 22:49:03 UTC (rev 284052)
@@ -1,3 +1,12 @@
+2021-10-12  Eric Hutchison  
+
+[ iOS15 Debug ] webgl/pending/conformance/glsl/misc/shader-with-reserved-words-2.html is a flaky timeout.
+https://bugs.webkit.org/show_bug.cgi?id=231638.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
 2021-10-12  Gabriel Nava Marino  
 
 ASSERT hit in surrogatePairAwareIndex and surrogatePairAwareStart lambdas for text with unpaired surrogates


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284051 => 284052)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-12 22:48:22 UTC (rev 284051)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-12 22:49:03 UTC (rev 284052)
@@ -2195,3 +2195,4 @@
 
 webkit.org/b/231636 [ Debug ] media/media-fragments/TC0001.html [ Pass Timeout ]
 
+webkit.org/b/231638 [ Debug ] webgl/pending/conformance/glsl/misc/shader-with-reserved-words-2.html [ Pass Timeout ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284047] trunk/LayoutTests

2021-10-12 Thread ehutchison
Title: [284047] trunk/LayoutTests








Revision 284047
Author ehutchi...@apple.com
Date 2021-10-12 15:40:20 -0700 (Tue, 12 Oct 2021)


Log Message
Update expectations for webgl/1.0.3/conformance/uniforms/uniform-default-values.html.
https://bugs.webkit.org/show_bug.cgi?id=231514.

Unreviewed test gardening.

* platform/ios-simulator/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-simulator/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284046 => 284047)

--- trunk/LayoutTests/ChangeLog	2021-10-12 22:26:47 UTC (rev 284046)
+++ trunk/LayoutTests/ChangeLog	2021-10-12 22:40:20 UTC (rev 284047)
@@ -1,5 +1,14 @@
 2021-10-12  Eric Hutchison  
 
+Update expectations for webgl/1.0.3/conformance/uniforms/uniform-default-values.html.
+https://bugs.webkit.org/show_bug.cgi?id=231514.
+
+Unreviewed test gardening.
+
+* platform/ios-simulator/TestExpectations:
+
+2021-10-12  Eric Hutchison  
+
 [ iOS15 Debug ] media/media-fragments/TC0001.html is a flaky timeout.
 https://bugs.webkit.org/show_bug.cgi?id=231636.
 


Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (284046 => 284047)

--- trunk/LayoutTests/platform/ios-simulator/TestExpectations	2021-10-12 22:26:47 UTC (rev 284046)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations	2021-10-12 22:40:20 UTC (rev 284047)
@@ -43,9 +43,6 @@
 # Imported w3c tests require fuzzy image comparison
 imported/w3c/web-platform-tests/density-size-correction/density-corrected-various-elements.html [ ImageOnlyFailure ]
 
-# # WebGL tests which need triaging https://bugs.webkit.org/b/174100
-webgl/1.0.3/conformance/uniforms/uniform-default-values.html [ Failure ]
-
 # This test requires Skia, which isn't available on iOS.
 webkit.org/b/174079 fast/text/variations/skia-postscript-name.html [ ImageOnlyFailure ]
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284046] trunk/LayoutTests

2021-10-12 Thread ehutchison
Title: [284046] trunk/LayoutTests








Revision 284046
Author ehutchi...@apple.com
Date 2021-10-12 15:26:47 -0700 (Tue, 12 Oct 2021)


Log Message
[ iOS15 Debug ] media/media-fragments/TC0001.html is a flaky timeout.
https://bugs.webkit.org/show_bug.cgi?id=231636.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284045 => 284046)

--- trunk/LayoutTests/ChangeLog	2021-10-12 22:21:16 UTC (rev 284045)
+++ trunk/LayoutTests/ChangeLog	2021-10-12 22:26:47 UTC (rev 284046)
@@ -1,3 +1,12 @@
+2021-10-12  Eric Hutchison  
+
+[ iOS15 Debug ] media/media-fragments/TC0001.html is a flaky timeout.
+https://bugs.webkit.org/show_bug.cgi?id=231636.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
 2021-10-12  Ayumi Kojima  
 
 [ iPad Release ] editing/selection/ios/scroll-to-reveal-selection-when-showing-software-keyboard.html is timing out.


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284045 => 284046)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-12 22:21:16 UTC (rev 284045)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-12 22:26:47 UTC (rev 284046)
@@ -2192,3 +2192,6 @@
 webkit.org/b/231623 [ Debug ] fast/scrolling/ios/click-events-during-momentum-scroll-in-main-frame.html [ Pass Timeout ]
 
 webkit.org/b/231631 [ Debug ] fast/selectors/case-insensitive-attribute-bascis.html [ Pass Timeout ]
+
+webkit.org/b/231636 [ Debug ] media/media-fragments/TC0001.html [ Pass Timeout ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284042] trunk/LayoutTests

2021-10-12 Thread ehutchison
Title: [284042] trunk/LayoutTests








Revision 284042
Author ehutchi...@apple.com
Date 2021-10-12 15:13:13 -0700 (Tue, 12 Oct 2021)


Log Message
[ iOS15 Debug ] fast/selectors/case-insensitive-attribute-bascis.html is failing).
https://bugs.webkit.org/show_bug.cgi?id=231631.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284041 => 284042)

--- trunk/LayoutTests/ChangeLog	2021-10-12 22:10:10 UTC (rev 284041)
+++ trunk/LayoutTests/ChangeLog	2021-10-12 22:13:13 UTC (rev 284042)
@@ -1,3 +1,12 @@
+2021-10-12  Eric Hutchison  
+
+[ iOS15 Debug ] fast/selectors/case-insensitive-attribute-bascis.html is failing).
+https://bugs.webkit.org/show_bug.cgi?id=231631.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
 2021-10-12  Ayumi Kojima  
 
 [ iOS ] http/tests/cache/disk-cache/redirect-chain-limits.html is a flaky timeout.


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284041 => 284042)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-12 22:10:10 UTC (rev 284041)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-12 22:13:13 UTC (rev 284042)
@@ -2190,3 +2190,5 @@
 webkit.org/b/231622 fast/events/ios/rotation/do-not-shrink-to-fit-content-after-rotation.html [ Pass Timeout ]
 
 webkit.org/b/231623 [ Debug ] fast/scrolling/ios/click-events-during-momentum-scroll-in-main-frame.html [ Pass Timeout ]
+
+webkit.org/b/231631 [ Debug ] fast/selectors/case-insensitive-attribute-bascis.html [ Pass Timeout ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284037] trunk/LayoutTests

2021-10-12 Thread ehutchison
Title: [284037] trunk/LayoutTests








Revision 284037
Author ehutchi...@apple.com
Date 2021-10-12 14:55:03 -0700 (Tue, 12 Oct 2021)


Log Message
[ iOS15 Debug ] fast/scrolling/ios/click-events-during-momentum-scroll-in-main-frame.html is a flaky timeout.
https://bugs.webkit.org/show_bug.cgi?id=231623.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284036 => 284037)

--- trunk/LayoutTests/ChangeLog	2021-10-12 21:51:35 UTC (rev 284036)
+++ trunk/LayoutTests/ChangeLog	2021-10-12 21:55:03 UTC (rev 284037)
@@ -1,5 +1,14 @@
 2021-10-12  Eric Hutchison  
 
+[ iOS15 Debug ] fast/scrolling/ios/click-events-during-momentum-scroll-in-main-frame.html is a flaky timeout.
+https://bugs.webkit.org/show_bug.cgi?id=231623.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
+2021-10-12  Eric Hutchison  
+
 [ iOS15 ] 2 iOS rotation tests are timing out constantly.
 https://bugs.webkit.org/show_bug.cgi?id=231622.
 


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284036 => 284037)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-12 21:51:35 UTC (rev 284036)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-12 21:55:03 UTC (rev 284037)
@@ -2186,3 +2186,5 @@
 
 webkit.org/b/231622 fast/events/ios/rotation/orientationchange-event-listener-on.body.html [ Pass Timeout ]
 webkit.org/b/231622 fast/events/ios/rotation/do-not-shrink-to-fit-content-after-rotation.html [ Pass Timeout ]
+
+webkit.org/b/231623 [ Debug ] fast/scrolling/ios/click-events-during-momentum-scroll-in-main-frame.html [ Pass Timeout ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284035] trunk/LayoutTests

2021-10-12 Thread ehutchison
Title: [284035] trunk/LayoutTests








Revision 284035
Author ehutchi...@apple.com
Date 2021-10-12 14:46:35 -0700 (Tue, 12 Oct 2021)


Log Message
[ iOS15 ] 2 iOS rotation tests are timing out constantly.
https://bugs.webkit.org/show_bug.cgi?id=231622.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284034 => 284035)

--- trunk/LayoutTests/ChangeLog	2021-10-12 21:39:31 UTC (rev 284034)
+++ trunk/LayoutTests/ChangeLog	2021-10-12 21:46:35 UTC (rev 284035)
@@ -1,3 +1,12 @@
+2021-10-12  Eric Hutchison  
+
+[ iOS15 ] 2 iOS rotation tests are timing out constantly.
+https://bugs.webkit.org/show_bug.cgi?id=231622.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
 2021-10-12  Ayumi Kojima  
 
 [ iOS & macOS wk2 ] imported/w3c/web-platform-tests/webrtc/RTCDataChannel-close.html is a flaky failure.


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284034 => 284035)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-12 21:39:31 UTC (rev 284034)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-12 21:46:35 UTC (rev 284035)
@@ -2183,3 +2183,6 @@
 webkit.org/b/231619 [ Debug ] editing/pasteboard/dom-paste/dom-paste-consecutive-confirmations.html [ Pass Timeout ]
 webkit.org/b/231619 [ Debug ] editing/pasteboard/dom-paste/dom-paste-rejection.html [ Pass Timeout ]
 webkit.org/b/231619 [ Debug ] editing/pasteboard/dom-paste/dom-paste-requires-user-gesture.html [ Pass Timeout ]
+
+webkit.org/b/231622 fast/events/ios/rotation/orientationchange-event-listener-on.body.html [ Pass Timeout ]
+webkit.org/b/231622 fast/events/ios/rotation/do-not-shrink-to-fit-content-after-rotation.html [ Pass Timeout ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284033] trunk/LayoutTests

2021-10-12 Thread ehutchison
Title: [284033] trunk/LayoutTests








Revision 284033
Author ehutchi...@apple.com
Date 2021-10-12 14:34:07 -0700 (Tue, 12 Oct 2021)


Log Message
[ iOS15 Debug ] 4 dom-paste tests are flaky timeouts.
https://bugs.webkit.org/show_bug.cgi?id=231619.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284032 => 284033)

--- trunk/LayoutTests/ChangeLog	2021-10-12 21:31:16 UTC (rev 284032)
+++ trunk/LayoutTests/ChangeLog	2021-10-12 21:34:07 UTC (rev 284033)
@@ -1,3 +1,12 @@
+2021-10-12  Eric Hutchison  
+
+[ iOS15 Debug ] 4 dom-paste tests are flaky timeouts.
+https://bugs.webkit.org/show_bug.cgi?id=231619.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
 2021-10-12  Ayumi Kojima  
 
 [ iOS ] fast/mediastream/apply-constraints-video.html is a flaky failure.


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284032 => 284033)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-12 21:31:16 UTC (rev 284032)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-12 21:34:07 UTC (rev 284033)
@@ -2175,4 +2175,9 @@
 
 webkit.org/b/231612 imported/blink/fast/dom/importNode-cdata.html [ Pass Timeout ]
 
-webkit.org/b/231610 applicationmanifest/developer-warnings.html [ Pass Timeout ]
\ No newline at end of file
+webkit.org/b/231610 applicationmanifest/developer-warnings.html [ Pass Timeout ]
+
+webkit.org/b/231619 [ Debug ] editing/pasteboard/dom-paste/dom-paste-confirmation.html [ Pass Timeout ]
+webkit.org/b/231619 [ Debug ] editing/pasteboard/dom-paste/dom-paste-consecutive-confirmations.html [ Pass Timeout ]
+webkit.org/b/231619 [ Debug ] editing/pasteboard/dom-paste/dom-paste-rejection.html [ Pass Timeout ]
+webkit.org/b/231619 [ Debug ] editing/pasteboard/dom-paste/dom-paste-requires-user-gesture.html [ Pass Timeout ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284028] trunk/LayoutTests

2021-10-12 Thread ehutchison
Title: [284028] trunk/LayoutTests








Revision 284028
Author ehutchi...@apple.com
Date 2021-10-12 14:20:37 -0700 (Tue, 12 Oct 2021)


Log Message
[ iOS15 iPad Debug ] compositing/layer-creation/scale-rotation-transition-overlap.html is a flaky timeout.
https://bugs.webkit.org/show_bug.cgi?id=231616.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:
* platform/ipad/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations
trunk/LayoutTests/platform/ipad/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284027 => 284028)

--- trunk/LayoutTests/ChangeLog	2021-10-12 21:06:50 UTC (rev 284027)
+++ trunk/LayoutTests/ChangeLog	2021-10-12 21:20:37 UTC (rev 284028)
@@ -1,3 +1,22 @@
+2021-10-12  Eric Hutchison  
+
+media/track/track-cue-css.html is a flaky image failure and timeout.
+https://bugs.webkit.org/show_bug.cgi?id=230070.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
+2021-10-12  Eric Hutchison  
+
+[ iOS15 iPad Debug ] compositing/layer-creation/scale-rotation-transition-overlap.html is a flaky timeout.
+https://bugs.webkit.org/show_bug.cgi?id=231616.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+* platform/ipad/TestExpectations:
+
 2021-10-12  Ayumi Kojima  
 
 [ iOS ] imported/blink/fast/dom/importNode-cdata.html is a flaky timeout.


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284027 => 284028)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-12 21:06:50 UTC (rev 284027)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-12 21:20:37 UTC (rev 284028)
@@ -1860,7 +1860,7 @@
 
 webkit.org/b/228364 media/track/track-in-band-duplicate-tracks-when-source-changes.html [ Pass Timeout ]
 
-webkit.org/b/230070 media/track/track-cue-css.html [ Pass ImageOnlyFailure ]
+webkit.org/b/230070 media/track/track-cue-css.html [ Pass ImageOnlyFailure Timeout ]
 
 webkit.org/b/186045 [ Release ] imported/w3c/web-platform-tests/css/css-display/display-none-inline-img.html [ Pass ImageOnlyFailure ]
 


Modified: trunk/LayoutTests/platform/ipad/TestExpectations (284027 => 284028)

--- trunk/LayoutTests/platform/ipad/TestExpectations	2021-10-12 21:06:50 UTC (rev 284027)
+++ trunk/LayoutTests/platform/ipad/TestExpectations	2021-10-12 21:20:37 UTC (rev 284028)
@@ -107,3 +107,5 @@
 webkit.org/b/231609 imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.worker.html [ Pass Failure ]
 
 webkit.org/b/231611 [ Debug ] imported/w3c/web-platform-tests/webrtc-encoded-transform/sframe-transform-in-worker.https.html [ Pass Failure ]
+
+webkit.org/b/231616 [ Debug ] compositing/layer-creation/scale-rotation-transition-overlap.html [ Pass Failure Timeout ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284026] trunk/LayoutTests

2021-10-12 Thread ehutchison
Title: [284026] trunk/LayoutTests








Revision 284026
Author ehutchi...@apple.com
Date 2021-10-12 14:01:29 -0700 (Tue, 12 Oct 2021)


Log Message
[ iOS15 iPad Debug ] imported/w3c/web-platform-tests/webrtc-encoded-transform/sframe-transform-in-worker.https.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=231611.

Unreviewed test gardening.

* platform/ipad/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ipad/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284025 => 284026)

--- trunk/LayoutTests/ChangeLog	2021-10-12 21:00:23 UTC (rev 284025)
+++ trunk/LayoutTests/ChangeLog	2021-10-12 21:01:29 UTC (rev 284026)
@@ -1,5 +1,14 @@
 2021-10-12  Eric Hutchison  
 
+[ iOS15 iPad Debug ] imported/w3c/web-platform-tests/webrtc-encoded-transform/sframe-transform-in-worker.https.html is a flaky failure.
+https://bugs.webkit.org/show_bug.cgi?id=231611.
+
+Unreviewed test gardening.
+
+* platform/ipad/TestExpectations:
+
+2021-10-12  Eric Hutchison  
+
 [ iOS15 iPad Debug ] imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.worker.html is a flaky failure (reached unreachable code).
 https://bugs.webkit.org/show_bug.cgi?id=231609.
 


Modified: trunk/LayoutTests/platform/ipad/TestExpectations (284025 => 284026)

--- trunk/LayoutTests/platform/ipad/TestExpectations	2021-10-12 21:00:23 UTC (rev 284025)
+++ trunk/LayoutTests/platform/ipad/TestExpectations	2021-10-12 21:01:29 UTC (rev 284026)
@@ -106,3 +106,4 @@
 
 webkit.org/b/231609 imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.worker.html [ Pass Failure ]
 
+webkit.org/b/231611 [ Debug ] imported/w3c/web-platform-tests/webrtc-encoded-transform/sframe-transform-in-worker.https.html [ Pass Failure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284020] trunk/LayoutTests

2021-10-12 Thread ehutchison
Title: [284020] trunk/LayoutTests








Revision 284020
Author ehutchi...@apple.com
Date 2021-10-12 13:52:37 -0700 (Tue, 12 Oct 2021)


Log Message
[ iOS15 iPad Debug ] imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.worker.html is a flaky failure (reached unreachable code).
https://bugs.webkit.org/show_bug.cgi?id=231609.

Unreviewed test gardening.

* platform/ipad/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ipad/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (284019 => 284020)

--- trunk/LayoutTests/ChangeLog	2021-10-12 20:51:37 UTC (rev 284019)
+++ trunk/LayoutTests/ChangeLog	2021-10-12 20:52:37 UTC (rev 284020)
@@ -1,3 +1,12 @@
+2021-10-12  Eric Hutchison  
+
+[ iOS15 iPad Debug ] imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.worker.html is a flaky failure (reached unreachable code).
+https://bugs.webkit.org/show_bug.cgi?id=231609.
+
+Unreviewed test gardening.
+
+* platform/ipad/TestExpectations:
+
 2021-10-12  Ayumi Kojima  
 
 [ iOS ] applicationmanifest/developer-warnings.html is a flaky timeout.


Modified: trunk/LayoutTests/platform/ipad/TestExpectations (284019 => 284020)

--- trunk/LayoutTests/platform/ipad/TestExpectations	2021-10-12 20:51:37 UTC (rev 284019)
+++ trunk/LayoutTests/platform/ipad/TestExpectations	2021-10-12 20:52:37 UTC (rev 284020)
@@ -104,3 +104,5 @@
 
 webkit.org/b/230419 platform/ipad/media/modern-media-controls/media-documents/media-document-video-ios-sizing.html [ Pass Timeout Crash ]
 
+webkit.org/b/231609 imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.worker.html [ Pass Failure ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [284000] trunk/LayoutTests

2021-10-12 Thread ehutchison
Title: [284000] trunk/LayoutTests








Revision 284000
Author ehutchi...@apple.com
Date 2021-10-12 12:05:14 -0700 (Tue, 12 Oct 2021)


Log Message
REGRESSION: (r283871) [ macOS wk2 Release ] 2 CSS tests are failing.
https://bugs.webkit.org/show_bug.cgi?id=231600.

Unreviewed test gardening.

* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283999 => 284000)

--- trunk/LayoutTests/ChangeLog	2021-10-12 19:04:04 UTC (rev 283999)
+++ trunk/LayoutTests/ChangeLog	2021-10-12 19:05:14 UTC (rev 284000)
@@ -1,3 +1,12 @@
+2021-10-12  Eric Hutchison  
+
+REGRESSION: (r283871) [ macOS wk2 Release ] 2 CSS tests are failing.
+https://bugs.webkit.org/show_bug.cgi?id=231600.
+
+Unreviewed test gardening.
+
+* platform/mac-wk2/TestExpectations:
+
 2021-10-12  Ayumi Kojima  
 
 [ iOS ] imported/w3c/web-platform-tests/webrtc/simulcast/getStats.https.html is a flaky failure.


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (283999 => 284000)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-12 19:04:04 UTC (rev 283999)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-12 19:05:14 UTC (rev 284000)
@@ -1672,3 +1672,6 @@
 
 webkit.org/b/231386 [ BigSur ] http/tests/resourceLoadStatistics/website-data-removal-for-site-with-user-interaction.html [ Pass Timeout ]
 
+webkit.org/b/231600 [ Release ] imported/w3c/web-platform-tests/css/cssom-view/scroll-behavior-main-frame-window.html [ Pass Failure ]
+webkit.org/b/231600 [ Release ] imported/w3c/web-platform-tests/css/cssom-view/scroll-behavior-main-frame-root.html [ Failure ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283823] trunk/LayoutTests

2021-10-08 Thread ehutchison
Title: [283823] trunk/LayoutTests








Revision 283823
Author ehutchi...@apple.com
Date 2021-10-08 12:16:57 -0700 (Fri, 08 Oct 2021)


Log Message
[ iOS15 ] imported/blink/fast/dom/shadow/shadowdom-for-keygen-only-shadow.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=231444.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283822 => 283823)

--- trunk/LayoutTests/ChangeLog	2021-10-08 19:15:27 UTC (rev 283822)
+++ trunk/LayoutTests/ChangeLog	2021-10-08 19:16:57 UTC (rev 283823)
@@ -1,3 +1,12 @@
+2021-10-08  Eric Hutchison  
+
+[ iOS15 ] imported/blink/fast/dom/shadow/shadowdom-for-keygen-only-shadow.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=231444.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
 2021-10-08  Ayumi Kojima  
 
 [ iOS Release & macOS wk2 ] http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html is a flaky failure.


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (283822 => 283823)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-08 19:15:27 UTC (rev 283822)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-08 19:16:57 UTC (rev 283823)
@@ -2153,4 +2153,6 @@
 webkit.org/b/231397 [ Debug ] imported/w3c/web-platform-tests/selection/collapse-00.html [ Slow ]
 webkit.org/b/231397 [ Debug ] js/error-should-not-strong-reference-global-object.html [ Slow ]
 webkit.org/b/231397 webgl/1.0.3/conformance/glsl/bugs/long-expressions-should-not-crash.html [ Slow ]
-webkit.org/b/231397 webgl/1.0.3/conformance/uniforms/uniform-default-values.html [ Slow ]
\ No newline at end of file
+webkit.org/b/231397 webgl/1.0.3/conformance/uniforms/uniform-default-values.html [ Slow ]
+
+webkit.org/b/231444 imported/blink/fast/dom/shadow/shadowdom-for-keygen-only-shadow.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283738] trunk/LayoutTests

2021-10-07 Thread ehutchison
Title: [283738] trunk/LayoutTests








Revision 283738
Author ehutchi...@apple.com
Date 2021-10-07 13:17:50 -0700 (Thu, 07 Oct 2021)


Log Message
[ BigSur wk2 ] http/tests/resourceLoadStatistics/website-data-removal-for-site-with-user-interaction.html is a flaky timeout.
https://bugs.webkit.org/show_bug.cgi?id=231386.

Unreviewed test gardening.

* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283737 => 283738)

--- trunk/LayoutTests/ChangeLog	2021-10-07 20:11:43 UTC (rev 283737)
+++ trunk/LayoutTests/ChangeLog	2021-10-07 20:17:50 UTC (rev 283738)
@@ -1,3 +1,12 @@
+2021-10-07  Eric Hutchison  
+
+[ BigSur wk2 ] http/tests/resourceLoadStatistics/website-data-removal-for-site-with-user-interaction.html is a flaky timeout.
+https://bugs.webkit.org/show_bug.cgi?id=231386.
+
+Unreviewed test gardening.
+
+* platform/mac-wk2/TestExpectations:
+
 2021-10-07  Truitt Savell  
 
 Remove expectation for accessibility/misspelling-range.html from ios-simulator


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (283737 => 283738)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-07 20:11:43 UTC (rev 283737)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-07 20:17:50 UTC (rev 283738)
@@ -1670,4 +1670,5 @@
 
 webkit.org/b/231379 [ BigSur Release ] http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html [ Pass Failure ]
 
+webkit.org/b/231386 [ BigSur ] http/tests/resourceLoadStatistics/website-data-removal-for-site-with-user-interaction.html [ Pass Timeout ]
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283727] trunk/LayoutTests

2021-10-07 Thread ehutchison
Title: [283727] trunk/LayoutTests








Revision 283727
Author ehutchi...@apple.com
Date 2021-10-07 11:35:01 -0700 (Thu, 07 Oct 2021)


Log Message
[ BigSur wk2 Release ] http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=231379.

Unreviewed test gardening.

* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283726 => 283727)

--- trunk/LayoutTests/ChangeLog	2021-10-07 18:32:49 UTC (rev 283726)
+++ trunk/LayoutTests/ChangeLog	2021-10-07 18:35:01 UTC (rev 283727)
@@ -1,3 +1,12 @@
+2021-10-07  Eric Hutchison  
+
+[ BigSur wk2 Release ] http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html is a flaky failure.
+https://bugs.webkit.org/show_bug.cgi?id=231379.
+
+Unreviewed test gardening.
+
+* platform/mac-wk2/TestExpectations:
+
 2021-10-07  Ayumi Kojima  
 
 [ iOS 15 ] platform/ios/fast/text/system-monospaced-numbers.html is failing.


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (283726 => 283727)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-07 18:32:49 UTC (rev 283726)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-07 18:35:01 UTC (rev 283727)
@@ -1668,4 +1668,6 @@
 
 webkit.org/b/231083 [ Debug ] imported/w3c/web-platform-tests/content-security-policy/generic/policy-inherited-correctly-by-plznavigate.html [ Pass Failure ]
 
+webkit.org/b/231379 [ BigSur Release ] http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html [ Pass Failure ]
 
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283513] trunk/LayoutTests

2021-10-04 Thread ehutchison
Title: [283513] trunk/LayoutTests








Revision 283513
Author ehutchi...@apple.com
Date 2021-10-04 14:02:39 -0700 (Mon, 04 Oct 2021)


Log Message
Remove test expectations since 'crash' has been resolved.
https://bugs.webkit.org/show_bug.cgi?id=230245.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283512 => 283513)

--- trunk/LayoutTests/ChangeLog	2021-10-04 19:58:05 UTC (rev 283512)
+++ trunk/LayoutTests/ChangeLog	2021-10-04 21:02:39 UTC (rev 283513)
@@ -1,3 +1,13 @@
+2021-10-04  Eric Hutchison  
+
+Remove test expectations since 'crash' has been resolved.
+https://bugs.webkit.org/show_bug.cgi?id=230245.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+* platform/mac-wk2/TestExpectations:
+
 2021-10-04  Chris Dumez  
 
 Use isolated NSURLSessions for each first party registrable domain


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283512 => 283513)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-10-04 19:58:05 UTC (rev 283512)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-10-04 21:02:39 UTC (rev 283513)
@@ -1424,12 +1424,8 @@
 # webkit.org/b/214448 Web Share API is not implemented for mac-wk1
 http/tests/webshare/ [ Skip ]
 
-webkit.org/b/230701 [ Catalina Debug ] performance-api/performance-observer-callback-after-gc.html [ Pass Crash ]
-
 webkit.org/b/230729 [ Catalina Release ] imported/w3c/web-platform-tests/html/browsers/origin/cross-origin-objects/cross-origin-objects.html [ Pass Failure ]
 
-webkit.org/b/230765 [ Catalina Debug ] storage/indexeddb/mozilla/cursors-private.html [ Pass Crash ]
-
 #WebGL Tests Timing Out on Catalina Debug WK1 EWS webkit.org/b/230774
 [ Catalina Debug ] webgl/1.0.3/conformance/canvas/drawingbuffer-static-canvas-test.html [ Pass Timeout ]
 [ Catalina Debug ] webgl/2.0.0/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html [ Pass Timeout ]


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (283512 => 283513)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-04 19:58:05 UTC (rev 283512)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-04 21:02:39 UTC (rev 283513)
@@ -1677,7 +1677,7 @@
 
 webkit.org/b/230865 [ BigSur Debug arm64 ] webrtc/video-mute.html [ Pass Failure ]
 
-webkit.org/b/230866 [ Catalina BigSur ] imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-default-feature-policy.https.html [ Pass Failure Crash DumpJSConsoleLogInStdErr ]
+webkit.org/b/230866 [ Catalina BigSur ] imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-default-feature-policy.https.html [ Pass Failure DumpJSConsoleLogInStdErr ]
 
 webkit.org/b/231083 [ Debug ] imported/w3c/web-platform-tests/content-security-policy/generic/policy-inherited-correctly-by-plznavigate.html [ Pass Failure ]
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283379] trunk/LayoutTests

2021-10-01 Thread ehutchison
Title: [283379] trunk/LayoutTests








Revision 283379
Author ehutchi...@apple.com
Date 2021-10-01 10:38:27 -0700 (Fri, 01 Oct 2021)


Log Message
Reset test expectations regarding bMalloc issue causing flaky crashes on wk1 Debug.
https://bugs.webkit.org/show_bug.cgi?id=230245.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283378 => 283379)

--- trunk/LayoutTests/ChangeLog	2021-10-01 17:34:32 UTC (rev 283378)
+++ trunk/LayoutTests/ChangeLog	2021-10-01 17:38:27 UTC (rev 283379)
@@ -1,3 +1,12 @@
+2021-10-01  Eric Hutchison  
+
+Reset test expectations regarding bMalloc issue causing flaky crashes on wk1 Debug.
+https://bugs.webkit.org/show_bug.cgi?id=230245.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
 2021-10-01  Youenn Fablet  
 
 Add support for PushEvent


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283378 => 283379)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-10-01 17:34:32 UTC (rev 283378)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-10-01 17:38:27 UTC (rev 283379)
@@ -920,8 +920,6 @@
 
 webkit.org/b/214558 editing/execCommand/typing-should-not-trigger-scrolling-when-selection-is-visible.html [ Failure ]
 
-webkit.org/b/230719 [ Debug ] editing/selection/navigation-clears-editor-state.html [ Pass Crash ]
-
 webkit.org/b/181085 svg/custom/object-sizing-explicit-width.xhtml [ Pass Failure ]
 
 webkit.org/b/185332 animations/duplicate-keys.html [ Pass ImageOnlyFailure ]
@@ -1424,12 +1422,8 @@
 
 webkit.org/b/230701 [ Catalina Debug ] performance-api/performance-observer-callback-after-gc.html [ Pass Crash ]
 
-webkit.org/b/230717 [ Catalina BigSur Debug ] resize-observer/delete-observers-in-callbacks.html [ Pass Crash ]
-
 webkit.org/b/230729 [ Catalina Release ] imported/w3c/web-platform-tests/html/browsers/origin/cross-origin-objects/cross-origin-objects.html [ Pass Failure ]
 
-webkit.org/b/230756 [ Catalina Debug ] svg/dom/SVGAnimatedListPropertyTearOff-crash-2.html [ Pass Crash ]
-
 webkit.org/b/230765 [ Catalina Debug ] storage/indexeddb/mozilla/cursors-private.html [ Pass Crash ]
 
 #WebGL Tests Timing Out on Catalina Debug WK1 EWS webkit.org/b/230774
@@ -1462,9 +1456,6 @@
 
 webkit.org/b/230777 [ Catalina Debug ] transitions/transition-end-event-destroy-renderer.html [ Pass Crash ]
 
-webkit.org/b/230807 [ Catalina Debug ] media/media-source/media-source-append-before-last-range-no-quota-exceeded.html [ Pass Crash ]
-webkit.org/b/230807 [ Catalina Debug ] media/media-source/media-source-remove.html [ Pass Crash ]
-
 webkit.org/b/230808 [ Catalina Debug ] media/modern-media-controls/media-controls/media-controls-placard-compressed-metrics.html [ Pass Crash ]
 
 webkit.org/b/230831 [ Catalina Debug ] storage/websql/multiple-transactions-on-different-handles.html [ Pass Crash ]
@@ -1484,5 +1475,3 @@
 webkit.org/b/230848 [ Catalina BigSur Debug ] webrtc/datachannel/datachannel-gc.html [ Pass Crash ]
 
 webkit.org/b/230905 [ Catalina BigSur Release ] imported/w3c/web-platform-tests/css/css-cascade/layer-counter-style-override.html [ Pass Failure ]
-
-webkit.org/b/230910 [ Catalina BigSur Debug ] storage/websql/multiple-databases-garbage-collection.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283372] trunk/LayoutTests

2021-10-01 Thread ehutchison
Title: [283372] trunk/LayoutTests








Revision 283372
Author ehutchi...@apple.com
Date 2021-10-01 09:21:23 -0700 (Fri, 01 Oct 2021)


Log Message
[ iOS Mac wk2 Debug ] imported/w3c/web-platform-tests/content-security-policy/generic/policy-inherited-correctly-by-plznavigate.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=231083.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283371 => 283372)

--- trunk/LayoutTests/ChangeLog	2021-10-01 16:19:16 UTC (rev 283371)
+++ trunk/LayoutTests/ChangeLog	2021-10-01 16:21:23 UTC (rev 283372)
@@ -1,3 +1,13 @@
+2021-10-01  Eric Hutchison  
+
+[ iOS Mac wk2 Debug ] imported/w3c/web-platform-tests/content-security-policy/generic/policy-inherited-correctly-by-plznavigate.html is a flaky failure.
+https://bugs.webkit.org/show_bug.cgi?id=231083.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+* platform/mac-wk2/TestExpectations:
+
 2021-10-01  Kevin Turner  
 
 Add support for pow(), sqrt() and hypot() per https://drafts.csswg.org/css-values-4/#exponent-funcs. 


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (283371 => 283372)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-01 16:19:16 UTC (rev 283371)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-01 16:21:23 UTC (rev 283372)
@@ -2107,3 +2107,6 @@
 webkit.org/b/230850 remote-layer-tree/ios/uiview-tree-basic.html [ Pass Failure ] 
 
 webkit.org/b/230905 imported/w3c/web-platform-tests/css/css-cascade/layer-counter-style-override.html [ Pass Failure ]
+
+webkit.org/b/231083 [ Debug ] imported/w3c/web-platform-tests/content-security-policy/generic/policy-inherited-correctly-by-plznavigate.html [ Pass Failure ]
+


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (283371 => 283372)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-01 16:19:16 UTC (rev 283371)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-10-01 16:21:23 UTC (rev 283372)
@@ -1675,4 +1675,6 @@
 
 webkit.org/b/230866 [ Catalina BigSur ] imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-default-feature-policy.https.html [ Pass Failure Crash DumpJSConsoleLogInStdErr ]
 
+webkit.org/b/231083 [ Debug ] imported/w3c/web-platform-tests/content-security-policy/generic/policy-inherited-correctly-by-plznavigate.html [ Pass Failure ]
 
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283264] trunk/Source/bmalloc

2021-09-29 Thread ehutchison
Title: [283264] trunk/Source/bmalloc








Revision 283264
Author ehutchi...@apple.com
Date 2021-09-29 14:45:04 -0700 (Wed, 29 Sep 2021)


Log Message
Unreviewed, reverting r282850.

Patch causing many crashes in
bmalloc::Heap::decommitLargeRange

Reverted changeset:

"[bmalloc] freeableMemory and footprint of Heap are completely
broken"
https://bugs.webkit.org/show_bug.cgi?id=230245
https://commits.webkit.org/r282850

Modified Paths

trunk/Source/bmalloc/ChangeLog
trunk/Source/bmalloc/bmalloc/Heap.cpp
trunk/Source/bmalloc/bmalloc/Heap.h




Diff

Modified: trunk/Source/bmalloc/ChangeLog (283263 => 283264)

--- trunk/Source/bmalloc/ChangeLog	2021-09-29 21:16:28 UTC (rev 283263)
+++ trunk/Source/bmalloc/ChangeLog	2021-09-29 21:45:04 UTC (rev 283264)
@@ -1,3 +1,17 @@
+2021-09-29  Eric Hutchison  
+
+Unreviewed, reverting r282850.
+
+Patch causing many crashes in
+bmalloc::Heap::decommitLargeRange
+
+Reverted changeset:
+
+"[bmalloc] freeableMemory and footprint of Heap are completely
+broken"
+https://bugs.webkit.org/show_bug.cgi?id=230245
+https://commits.webkit.org/r282850
+
 2021-09-27  Filip Pizlo  
 
 [libpas] Fix coalescing of the large sharing pool and make it easy to introspect it (update to e4d20851ee9ff00f2962b349a9ff8465695a83d7)


Modified: trunk/Source/bmalloc/bmalloc/Heap.cpp (283263 => 283264)

--- trunk/Source/bmalloc/bmalloc/Heap.cpp	2021-09-29 21:16:28 UTC (rev 283263)
+++ trunk/Source/bmalloc/bmalloc/Heap.cpp	2021-09-29 21:45:04 UTC (rev 283264)
@@ -99,38 +99,6 @@
 return m_footprint;
 }
 
-BINLINE void Heap::adjustStat(size_t& value, ssize_t amount)
-{
-auto result = value + amount;
-BASSERT((amount >= 0 && result >= value) || (amount < 0 && result < value));
-value = result;
-}
-
-BINLINE void Heap::logStat(size_t value, ssize_t amount, const char* label, const char* note)
-{
-fprintf(stderr, "%s: %lu (%ld) %s\n", label, value, amount, note);
-}
-
-BINLINE void Heap::adjustFreeableMemory(UniqueLockHolder&, ssize_t amount, const char* note)
-{
-constexpr bool verbose = false;
-
-adjustStat(m_freeableMemory, amount);
-
-if constexpr (verbose)
-logStat(m_freeableMemory, amount, "freeableMemory", note);
-}
-
-BINLINE void Heap::adjustFootprint(UniqueLockHolder&, ssize_t amount, const char* note)
-{
-constexpr bool verbose = false;
-
-adjustStat(m_footprint, amount);
-
-if constexpr (verbose)
-logStat(m_footprint, amount, "footprint", note);
-}
-
 void Heap::markAllLargeAsEligibile(const LockHolder&)
 {
 m_largeFree.markAllAsEligibile();
@@ -138,12 +106,12 @@
 m_condition.notify_all();
 }
 
-void Heap::decommitLargeRange(UniqueLockHolder& lock, LargeRange& range, BulkDecommit& decommitter)
+void Heap::decommitLargeRange(UniqueLockHolder&, LargeRange& range, BulkDecommit& decommitter)
 {
 BASSERT(range.hasPhysicalPages());
 
-adjustFootprint(lock, -range.totalPhysicalSize(), "decommitLargeRange");
-adjustFreeableMemory(lock, -range.totalPhysicalSize(), "decommitLargeRange");
+m_footprint -= range.totalPhysicalSize();
+m_freeableMemory -= range.totalPhysicalSize();
 decommitter.addLazy(range.begin(), range.physicalEnd() - range.begin());
 m_hasPendingDecommits = true;
 range.setStartPhysicalSize(0);
@@ -171,8 +139,8 @@
 
 size_t pageSize = bmalloc::pageSize( - _freePages[0]);
 size_t decommitSize = physicalPageSizeSloppy(page->begin()->begin(), pageSize);
-adjustFootprint(lock, -decommitSize, "scavenge");
-adjustFreeableMemory(lock, -decommitSize, "scavenge");
+m_freeableMemory -= decommitSize;
+m_footprint -= decommitSize;
 decommitter.addEager(page->begin()->begin(), pageSize);
 page->setHasPhysicalPages(false);
 #if ENABLE_PHYSICAL_PAGE_MAP
@@ -237,7 +205,7 @@
 chunk->freePages().push(page);
 });
 
-adjustFreeableMemory(lock, chunkSize, "allocateSmallChunk");
+m_freeableMemory += chunkSize;
 
 m_scavenger->schedule(0);
 
@@ -307,10 +275,10 @@
 size_t pageSize = bmalloc::pageSize(pageClass);
 size_t physicalSize = physicalPageSizeSloppy(page->begin()->begin(), pageSize);
 if (page->hasPhysicalPages())
-adjustFreeableMemory(lock, -physicalSize, "allocateSmallPage");
+m_freeableMemory -= physicalSize;
 else {
 m_scavenger->scheduleIfUnderMemoryPressure(pageSize);
-adjustFootprint(lock, physicalSize, "allocateSmallPage");
+m_footprint += physicalSize;
 vmAllocatePhysicalPagesSloppy(page->begin()->begin(), pageSize);
 page->setHasPhysicalPages(true);
 #if ENABLE_PHYSICAL_PAGE_MAP
@@ -346,7 +314,7 @@
 
 size_t pageClass = m_constants.pageClass(page->sizeClass());
 
-adjustFreeableMemory(lock, 

[webkit-changes] [283263] trunk/LayoutTests

2021-09-29 Thread ehutchison
Title: [283263] trunk/LayoutTests








Revision 283263
Author ehutchi...@apple.com
Date 2021-09-29 14:16:28 -0700 (Wed, 29 Sep 2021)


Log Message
[ BigSur Debug arm64 ] streams/readableStream-then.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=230984.

Unreviewed test gardening.

* platform/mac/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283262 => 283263)

--- trunk/LayoutTests/ChangeLog	2021-09-29 21:12:45 UTC (rev 283262)
+++ trunk/LayoutTests/ChangeLog	2021-09-29 21:16:28 UTC (rev 283263)
@@ -1,3 +1,12 @@
+2021-09-29  Eric Hutchison  
+
+[ BigSur Debug arm64 ] streams/readableStream-then.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=230984.
+
+Unreviewed test gardening.
+
+* platform/mac/TestExpectations:
+
 2021-09-29  Truitt Savell  
 
 Unreviewed, reverting r281602.


Modified: trunk/LayoutTests/platform/mac/TestExpectations (283262 => 283263)

--- trunk/LayoutTests/platform/mac/TestExpectations	2021-09-29 21:12:45 UTC (rev 283262)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2021-09-29 21:16:28 UTC (rev 283263)
@@ -2424,3 +2424,5 @@
 
 webkit.org/b/230862 [ Catalina BigSur ] imported/w3c/web-platform-tests/resource-timing/sizes-redirect-img.html [ Pass Failure ]
 
+webkit.org/b/230984 [ BigSur Debug arm64 ] streams/readableStream-then.html [ Pass Crash ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283261] trunk/LayoutTests

2021-09-29 Thread ehutchison
Title: [283261] trunk/LayoutTests








Revision 283261
Author ehutchi...@apple.com
Date 2021-09-29 13:55:43 -0700 (Wed, 29 Sep 2021)


Log Message
Update test expectations to include x86 for imported/w3c/web-platform-tests/resource-timing/sizes-redirect-img.html.
https://bugs.webkit.org/show_bug.cgi?id=230862.

Unreviewed test gardening.

* platform/mac/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283260 => 283261)

--- trunk/LayoutTests/ChangeLog	2021-09-29 20:53:53 UTC (rev 283260)
+++ trunk/LayoutTests/ChangeLog	2021-09-29 20:55:43 UTC (rev 283261)
@@ -1,5 +1,14 @@
 2021-09-29  Eric Hutchison  
 
+Update test expectations to include x86 for imported/w3c/web-platform-tests/resource-timing/sizes-redirect-img.html.
+https://bugs.webkit.org/show_bug.cgi?id=230862.
+
+Unreviewed test gardening.
+
+* platform/mac/TestExpectations:
+
+2021-09-29  Eric Hutchison  
+
 [iOS EWS] imported/w3c/web-platform-tests/content-security-policy/script-src/script-src-strict_dynamic_worker.https.html is a flaky failure.
 https://bugs.webkit.org/show_bug.cgi?id=230979.
 


Modified: trunk/LayoutTests/platform/mac/TestExpectations (283260 => 283261)

--- trunk/LayoutTests/platform/mac/TestExpectations	2021-09-29 20:53:53 UTC (rev 283260)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2021-09-29 20:55:43 UTC (rev 283261)
@@ -2448,5 +2448,5 @@
 
 webkit.org/b/230780 [ Catalina BigSur Debug ] fast/workers/use-machine-stack.html [ Pass Crash ]
 
-webkit.org/b/230862 [ Catalina BigSur arm64 ] imported/w3c/web-platform-tests/resource-timing/sizes-redirect-img.html [ Pass Failure ]
+webkit.org/b/230862 [ Catalina BigSur ] imported/w3c/web-platform-tests/resource-timing/sizes-redirect-img.html [ Pass Failure ]
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283259] trunk/LayoutTests

2021-09-29 Thread ehutchison
Title: [283259] trunk/LayoutTests








Revision 283259
Author ehutchi...@apple.com
Date 2021-09-29 13:46:39 -0700 (Wed, 29 Sep 2021)


Log Message
[iOS EWS] imported/w3c/web-platform-tests/content-security-policy/script-src/script-src-strict_dynamic_worker.https.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=230979.

Unreviewed test gardening.

* platform/ios-14-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-14-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283258 => 283259)

--- trunk/LayoutTests/ChangeLog	2021-09-29 20:38:28 UTC (rev 283258)
+++ trunk/LayoutTests/ChangeLog	2021-09-29 20:46:39 UTC (rev 283259)
@@ -1,3 +1,12 @@
+2021-09-29  Eric Hutchison  
+
+[iOS EWS] imported/w3c/web-platform-tests/content-security-policy/script-src/script-src-strict_dynamic_worker.https.html is a flaky failure.
+https://bugs.webkit.org/show_bug.cgi?id=230979.
+
+Unreviewed test gardening.
+
+* platform/ios-14-wk2/TestExpectations:
+
 2021-09-29  Alan Bujtas  
 
 Thin hairline gap displayed for subpixel sized inset box-shadows


Modified: trunk/LayoutTests/platform/ios-14-wk2/TestExpectations (283258 => 283259)

--- trunk/LayoutTests/platform/ios-14-wk2/TestExpectations	2021-09-29 20:38:28 UTC (rev 283258)
+++ trunk/LayoutTests/platform/ios-14-wk2/TestExpectations	2021-09-29 20:46:39 UTC (rev 283259)
@@ -27,3 +27,4 @@
 
 webkit.org/b/230865 webrtc/video-mute.html [ Pass Failure ]
 
+webkit.org/b/230979 imported/w3c/web-platform-tests/content-security-policy/script-src/script-src-strict_dynamic_worker.https.html [ Pass Failure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283257] trunk/LayoutTests

2021-09-29 Thread ehutchison
Title: [283257] trunk/LayoutTests








Revision 283257
Author ehutchi...@apple.com
Date 2021-09-29 13:35:07 -0700 (Wed, 29 Sep 2021)


Log Message
Fixed incorrect test expectations for imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-default-feature-policy.https.html.
https://bugs.webkit.org/show_bug.cgi?id=230866.

Unreviewed test gardening.

* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283256 => 283257)

--- trunk/LayoutTests/ChangeLog	2021-09-29 20:29:09 UTC (rev 283256)
+++ trunk/LayoutTests/ChangeLog	2021-09-29 20:35:07 UTC (rev 283257)
@@ -1,3 +1,12 @@
+2021-09-29  Eric Hutchison  
+
+Fixed incorrect test expectations for imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-default-feature-policy.https.html.
+https://bugs.webkit.org/show_bug.cgi?id=230866.
+
+Unreviewed test gardening.
+
+* platform/mac-wk2/TestExpectations:
+
 2021-09-29  Kimmo Kinnunen  
 
 MediaStream canvas.captureStream() fails for WebGL


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (283256 => 283257)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-09-29 20:29:09 UTC (rev 283256)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-09-29 20:35:07 UTC (rev 283257)
@@ -1678,5 +1678,6 @@
 
 webkit.org/b/230865 [ BigSur Debug arm64 ] webrtc/video-mute.html [ Pass Failure ]
 
-webkit.org/b/230866 [ Catalina BigSur ] imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-default-feature-policy.https.html [ Pass Failure Crash ]
+webkit.org/b/230866 [ Catalina BigSur ] imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-default-feature-policy.https.html [ Pass Failure Crash DumpJSConsoleLogInStdErr ]
 
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283191] trunk/LayoutTests

2021-09-28 Thread ehutchison
Title: [283191] trunk/LayoutTests








Revision 283191
Author ehutchi...@apple.com
Date 2021-09-28 13:34:51 -0700 (Tue, 28 Sep 2021)


Log Message
[ Catalina BigSur wk1 Debug ] storage/websql/multiple-databases-garbage-collection.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=230910.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283190 => 283191)

--- trunk/LayoutTests/ChangeLog	2021-09-28 20:04:14 UTC (rev 283190)
+++ trunk/LayoutTests/ChangeLog	2021-09-28 20:34:51 UTC (rev 283191)
@@ -1,5 +1,14 @@
 2021-09-28  Eric Hutchison  
 
+[ Catalina BigSur wk1 Debug ] storage/websql/multiple-databases-garbage-collection.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=230910.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
+2021-09-28  Eric Hutchison  
+
 [ iOS, Mac ] imported/w3c/web-platform-tests/css/css-cascade/layer-counter-style-override.html is a flaky failure.
 https://bugs.webkit.org/show_bug.cgi?id=230905.
 


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283190 => 283191)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-28 20:04:14 UTC (rev 283190)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-28 20:34:51 UTC (rev 283191)
@@ -1480,3 +1480,5 @@
 webkit.org/b/230848 [ Catalina BigSur Debug ] webrtc/datachannel/datachannel-gc.html [ Pass Crash ]
 
 webkit.org/b/230905 [ Catalina BigSur Release ] imported/w3c/web-platform-tests/css/css-cascade/layer-counter-style-override.html [ Pass Failure ]
+
+webkit.org/b/230910 [ Catalina BigSur Debug ] storage/websql/multiple-databases-garbage-collection.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283185] trunk/LayoutTests

2021-09-28 Thread ehutchison
Title: [283185] trunk/LayoutTests








Revision 283185
Author ehutchi...@apple.com
Date 2021-09-28 11:42:02 -0700 (Tue, 28 Sep 2021)


Log Message
[ iOS, Mac ] imported/w3c/web-platform-tests/css/css-cascade/layer-counter-style-override.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=230905.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:
* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283184 => 283185)

--- trunk/LayoutTests/ChangeLog	2021-09-28 18:08:53 UTC (rev 283184)
+++ trunk/LayoutTests/ChangeLog	2021-09-28 18:42:02 UTC (rev 283185)
@@ -1,3 +1,13 @@
+2021-09-28  Eric Hutchison  
+
+[ iOS, Mac ] imported/w3c/web-platform-tests/css/css-cascade/layer-counter-style-override.html is a flaky failure.
+https://bugs.webkit.org/show_bug.cgi?id=230905.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+* platform/mac-wk1/TestExpectations:
+
 2021-09-28  Youenn Fablet  
 
 applyConstraints throws OverconstrainedError if specify exact for deviceId


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (283184 => 283185)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-09-28 18:08:53 UTC (rev 283184)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-09-28 18:42:02 UTC (rev 283185)
@@ -2100,3 +2100,5 @@
 webkit.org/b/230773 imported/w3c/web-platform-tests/css/css-flexbox/flex-item-compressible-001.html [ Pass Failure ]
 
 webkit.org/b/230850 remote-layer-tree/ios/uiview-tree-basic.html [ Pass Failure ] 
+
+webkit.org/b/230905 imported/w3c/web-platform-tests/css/css-cascade/layer-counter-style-override.html [ Pass Failure ]


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283184 => 283185)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-28 18:08:53 UTC (rev 283184)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-28 18:42:02 UTC (rev 283185)
@@ -1479,3 +1479,4 @@
 
 webkit.org/b/230848 [ Catalina BigSur Debug ] webrtc/datachannel/datachannel-gc.html [ Pass Crash ]
 
+webkit.org/b/230905 [ Catalina BigSur Release ] imported/w3c/web-platform-tests/css/css-cascade/layer-counter-style-override.html [ Pass Failure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283155] trunk/LayoutTests

2021-09-27 Thread ehutchison
Title: [283155] trunk/LayoutTests








Revision 283155
Author ehutchi...@apple.com
Date 2021-09-27 17:16:09 -0700 (Mon, 27 Sep 2021)


Log Message
[ Catalina BigSur wk2 ] imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-default-feature-policy.https.html is a flaky failure and crash.
https://bugs.webkit.org/show_bug.cgi?id=230866.

Unreviewed test gardening.

* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283154 => 283155)

--- trunk/LayoutTests/ChangeLog	2021-09-27 23:44:54 UTC (rev 283154)
+++ trunk/LayoutTests/ChangeLog	2021-09-28 00:16:09 UTC (rev 283155)
@@ -1,5 +1,14 @@
 2021-09-27  Eric Hutchison  
 
+[ Catalina BigSur wk2 ] imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-default-feature-policy.https.html is a flaky failure and crash.
+https://bugs.webkit.org/show_bug.cgi?id=230866.
+
+Unreviewed test gardening.
+
+* platform/mac-wk2/TestExpectations:
+
+2021-09-27  Eric Hutchison  
+
 [BigSur wk2 Debug iOS14 ] webrtc/video-mute.html is a flaky failure.
 https://bugs.webkit.org/show_bug.cgi?id=230865.
 


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (283154 => 283155)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-09-27 23:44:54 UTC (rev 283154)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-09-28 00:16:09 UTC (rev 283155)
@@ -1679,3 +1679,6 @@
 webkit.org/b/230588 [ BigSur Debug ] imported/w3c/web-platform-tests/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-iframe-fixed.html [ Pass Crash ]
 
 webkit.org/b/230865 [ BigSur Debug arm64 ] webrtc/video-mute.html [ Pass Failure ]
+
+webkit.org/b/230866 [ Catalina BigSur ] imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-default-feature-policy.https.html [ Pass Failure Crash ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283150] trunk/LayoutTests

2021-09-27 Thread ehutchison
Title: [283150] trunk/LayoutTests








Revision 283150
Author ehutchi...@apple.com
Date 2021-09-27 15:51:52 -0700 (Mon, 27 Sep 2021)


Log Message
[BigSur wk2 Debug iOS14 ] webrtc/video-mute.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=230865.

Unreviewed test gardening.

* platform/ios-14-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-14-wk2/TestExpectations
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283149 => 283150)

--- trunk/LayoutTests/ChangeLog	2021-09-27 22:50:38 UTC (rev 283149)
+++ trunk/LayoutTests/ChangeLog	2021-09-27 22:51:52 UTC (rev 283150)
@@ -1,3 +1,13 @@
+2021-09-27  Eric Hutchison  
+
+[BigSur wk2 Debug iOS14 ] webrtc/video-mute.html is a flaky failure.
+https://bugs.webkit.org/show_bug.cgi?id=230865.
+
+Unreviewed test gardening.
+
+* platform/ios-14-wk2/TestExpectations:
+* platform/mac-wk2/TestExpectations:
+
 2021-09-27  Ayumi Kojima  
 
 [ macOS wk1 ] webanimations/relative-ordering-of-translate-and-rotate-properties-accelerated.html is a flaky image failure.


Modified: trunk/LayoutTests/platform/ios-14-wk2/TestExpectations (283149 => 283150)

--- trunk/LayoutTests/platform/ios-14-wk2/TestExpectations	2021-09-27 22:50:38 UTC (rev 283149)
+++ trunk/LayoutTests/platform/ios-14-wk2/TestExpectations	2021-09-27 22:51:52 UTC (rev 283150)
@@ -24,3 +24,6 @@
 webkit.org/b/230514 imported/w3c/web-platform-tests/html/webappapis/structured-clone/structured-clone.any.html [ Pass Crash ]
 
 webkit.org/b/230696 imported/w3c/web-platform-tests/webrtc/RTCDataChannel-close.html [ Pass Failure ]
+
+webkit.org/b/230865 webrtc/video-mute.html [ Pass Failure ]
+


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (283149 => 283150)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-09-27 22:50:38 UTC (rev 283149)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-09-27 22:51:52 UTC (rev 283150)
@@ -1677,3 +1677,5 @@
 webkit.org/b/230518 [ Catalina Release ]  accessibility/mac/button-shouldnot-have-axvalue.html [ Pass Crash ]
 
 webkit.org/b/230588 [ BigSur Debug ] imported/w3c/web-platform-tests/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-iframe-fixed.html [ Pass Crash ]
+
+webkit.org/b/230865 [ BigSur Debug arm64 ] webrtc/video-mute.html [ Pass Failure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283141] trunk/LayoutTests

2021-09-27 Thread ehutchison
Title: [283141] trunk/LayoutTests








Revision 283141
Author ehutchi...@apple.com
Date 2021-09-27 15:27:00 -0700 (Mon, 27 Sep 2021)


Log Message
[ Catalina BigSur arm64 ] imported/w3c/web-platform-tests/resource-timing/sizes-redirect-img.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=230862.

Unreviewed test gardening.

* platform/mac/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283140 => 283141)

--- trunk/LayoutTests/ChangeLog	2021-09-27 22:19:30 UTC (rev 283140)
+++ trunk/LayoutTests/ChangeLog	2021-09-27 22:27:00 UTC (rev 283141)
@@ -1,3 +1,12 @@
+2021-09-27  Eric Hutchison  
+
+[ Catalina BigSur arm64 ] imported/w3c/web-platform-tests/resource-timing/sizes-redirect-img.html is a flaky failure.
+https://bugs.webkit.org/show_bug.cgi?id=230862.
+
+Unreviewed test gardening.
+
+* platform/mac/TestExpectations:
+
 2021-09-27  Truitt Savell  
 
 6 editing spelling tests crashing with uncaught exception 'NSInvalidArgumentException'


Modified: trunk/LayoutTests/platform/mac/TestExpectations (283140 => 283141)

--- trunk/LayoutTests/platform/mac/TestExpectations	2021-09-27 22:19:30 UTC (rev 283140)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2021-09-27 22:27:00 UTC (rev 283141)
@@ -2433,4 +2433,5 @@
 
 webkit.org/b/230780 [ Catalina BigSur Debug ] fast/workers/use-machine-stack.html [ Pass Crash ]
 
+webkit.org/b/230862 [ Catalina BigSur arm64 ] imported/w3c/web-platform-tests/resource-timing/sizes-redirect-img.html [ Pass Failure ]
 






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283124] trunk/LayoutTests

2021-09-27 Thread ehutchison
Title: [283124] trunk/LayoutTests








Revision 283124
Author ehutchi...@apple.com
Date 2021-09-27 09:55:02 -0700 (Mon, 27 Sep 2021)


Log Message
[ Catalina BigSur wk1 Debug ] webrtc/datachannel/datachannel-gc.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=230848.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283123 => 283124)

--- trunk/LayoutTests/ChangeLog	2021-09-27 16:43:25 UTC (rev 283123)
+++ trunk/LayoutTests/ChangeLog	2021-09-27 16:55:02 UTC (rev 283124)
@@ -1,5 +1,14 @@
 2021-09-27  Eric Hutchison  
 
+[ Catalina BigSur wk1 Debug ] webrtc/datachannel/datachannel-gc.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=230848.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
+2021-09-27  Eric Hutchison  
+
 [ Catalina Debug wk1 EWS ] svg/filters/big-height-filter.svg is a flaky crash.
 https://bugs.webkit.org/show_bug.cgi?id=230846.
 


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283123 => 283124)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-27 16:43:25 UTC (rev 283123)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-27 16:55:02 UTC (rev 283124)
@@ -1475,3 +1475,5 @@
 
 webkit.org/b/230846 [ Catalina Debug ] svg/filters/big-height-filter.svg [ Pass Crash ]
 
+webkit.org/b/230848 [ Catalina BigSur Debug ] webrtc/datachannel/datachannel-gc.html [ Pass Crash ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283123] trunk/LayoutTests

2021-09-27 Thread ehutchison
Title: [283123] trunk/LayoutTests








Revision 283123
Author ehutchi...@apple.com
Date 2021-09-27 09:43:25 -0700 (Mon, 27 Sep 2021)


Log Message
[ Catalina Debug wk1 EWS ] svg/filters/big-height-filter.svg is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=230846.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283122 => 283123)

--- trunk/LayoutTests/ChangeLog	2021-09-27 16:35:47 UTC (rev 283122)
+++ trunk/LayoutTests/ChangeLog	2021-09-27 16:43:25 UTC (rev 283123)
@@ -1,5 +1,14 @@
 2021-09-27  Eric Hutchison  
 
+[ Catalina Debug wk1 EWS ] svg/filters/big-height-filter.svg is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=230846.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
+2021-09-27  Eric Hutchison  
+
 [ Catalina Debug wk1 EWS ] storage/indexeddb/mozilla/cursor-mutation.html is a flaky crash.
 https://bugs.webkit.org/show_bug.cgi?id=230844.
 


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283122 => 283123)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-27 16:35:47 UTC (rev 283122)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-27 16:43:25 UTC (rev 283123)
@@ -1473,3 +1473,5 @@
 
 webkit.org/b/230844 [ Catalina Debug ] storage/indexeddb/mozilla/cursor-mutation.html [ Pass Crash ]
 
+webkit.org/b/230846 [ Catalina Debug ] svg/filters/big-height-filter.svg [ Pass Crash ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283121] trunk/LayoutTests

2021-09-27 Thread ehutchison
Title: [283121] trunk/LayoutTests








Revision 283121
Author ehutchi...@apple.com
Date 2021-09-27 09:29:41 -0700 (Mon, 27 Sep 2021)


Log Message
[ Catalina Debug wk1 EWS ] storage/indexeddb/mozilla/cursor-mutation.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=230844.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283120 => 283121)

--- trunk/LayoutTests/ChangeLog	2021-09-27 16:27:00 UTC (rev 283120)
+++ trunk/LayoutTests/ChangeLog	2021-09-27 16:29:41 UTC (rev 283121)
@@ -1,3 +1,12 @@
+2021-09-27  Eric Hutchison  
+
+[ Catalina Debug wk1 EWS ] storage/indexeddb/mozilla/cursor-mutation.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=230844.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
 2021-09-27  Lauro Moura  
 
 Garden passing flexbox abspos tests since updated in 242101@main


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283120 => 283121)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-27 16:27:00 UTC (rev 283120)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-27 16:29:41 UTC (rev 283121)
@@ -1471,3 +1471,5 @@
 
 webkit.org/b/230842 [ Catalina BigSur Debug ] media/track/audio-track.html [ Pass Crash ]
 
+webkit.org/b/230844 [ Catalina Debug ] storage/indexeddb/mozilla/cursor-mutation.html [ Pass Crash ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283117] trunk/LayoutTests

2021-09-27 Thread ehutchison
Title: [283117] trunk/LayoutTests








Revision 283117
Author ehutchi...@apple.com
Date 2021-09-27 09:09:30 -0700 (Mon, 27 Sep 2021)


Log Message
[ Catalina BigSur wk1 Debug ] media/track/audio-track.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=230842.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283116 => 283117)

--- trunk/LayoutTests/ChangeLog	2021-09-27 16:06:38 UTC (rev 283116)
+++ trunk/LayoutTests/ChangeLog	2021-09-27 16:09:30 UTC (rev 283117)
@@ -1,3 +1,12 @@
+2021-09-27  Eric Hutchison  
+
+[ Catalina BigSur wk1 Debug ] media/track/audio-track.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=230842.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
 2021-09-27  Youenn Fablet  
 
 Make sure to reset presenting application pid in case of mediaserverd crash


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283116 => 283117)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-27 16:06:38 UTC (rev 283116)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-27 16:09:30 UTC (rev 283117)
@@ -1469,3 +1469,5 @@
 webkit.org/b/230835 [ Catalina BigSur Debug ] webgl/1.0.3/conformance/extensions/oes-texture-float.html [ Pass Crash ]
 webkit.org/b/230835 [ Catalina BigSur Debug ] webgl/2.0.0/conformance/extensions/ext-blend-minmax.html [ Pass Crash ]
 
+webkit.org/b/230842 [ Catalina BigSur Debug ] media/track/audio-track.html [ Pass Crash ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283113] trunk/LayoutTests

2021-09-27 Thread ehutchison
Title: [283113] trunk/LayoutTests








Revision 283113
Author ehutchi...@apple.com
Date 2021-09-27 08:57:51 -0700 (Mon, 27 Sep 2021)


Log Message
[ Windows ] svg/as-background-image/svg-as-background-body.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=230838.

Unreviewed test gardening.

* platform/win/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/win/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283112 => 283113)

--- trunk/LayoutTests/ChangeLog	2021-09-27 15:50:48 UTC (rev 283112)
+++ trunk/LayoutTests/ChangeLog	2021-09-27 15:57:51 UTC (rev 283113)
@@ -1,3 +1,12 @@
+2021-09-27  Eric Hutchison  
+
+[ Windows ] svg/as-background-image/svg-as-background-body.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=230838.
+
+Unreviewed test gardening.
+
+* platform/win/TestExpectations:
+
 2021-09-27  Kate Cheney  
 
 Send CSP violation reports to the DOM window


Modified: trunk/LayoutTests/platform/win/TestExpectations (283112 => 283113)

--- trunk/LayoutTests/platform/win/TestExpectations	2021-09-27 15:50:48 UTC (rev 283112)
+++ trunk/LayoutTests/platform/win/TestExpectations	2021-09-27 15:57:51 UTC (rev 283113)
@@ -4700,3 +4700,5 @@
 
 webkit.org/b/230727 fast/images/exif-orientation-composited.html [ Pass ImageOnlyFailure ]
 
+webkit.org/b/230838 svg/as-background-image/svg-as-background-body.html [ Pass Crash ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283110] trunk/LayoutTests

2021-09-27 Thread ehutchison
Title: [283110] trunk/LayoutTests








Revision 283110
Author ehutchi...@apple.com
Date 2021-09-27 08:36:14 -0700 (Mon, 27 Sep 2021)


Log Message
[ Catalina BigSur wk1 Debug ] Assertion Failure: WebGL tests are flaky crashes.
https://bugs.webkit.org/show_bug.cgi?id=230835.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283109 => 283110)

--- trunk/LayoutTests/ChangeLog	2021-09-27 15:13:52 UTC (rev 283109)
+++ trunk/LayoutTests/ChangeLog	2021-09-27 15:36:14 UTC (rev 283110)
@@ -1,5 +1,14 @@
 2021-09-27  Eric Hutchison  
 
+[ Catalina BigSur wk1 Debug ] Assertion Failure: WebGL tests are flaky crashes.
+https://bugs.webkit.org/show_bug.cgi?id=230835.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
+2021-09-27  Eric Hutchison  
+
 [ Catalina Debug wk1 EWS] performance-api/performance-observer-order.html is a flaky crash.
 https://bugs.webkit.org/show_bug.cgi?id=230833.
 


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283109 => 283110)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-27 15:13:52 UTC (rev 283109)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-27 15:36:14 UTC (rev 283110)
@@ -1465,3 +1465,7 @@
 
 webkit.org/b/230833 [ Catalina Debug ] performance-api/performance-observer-order.html [ Pass Crash ]
 
+webkit.org/b/230835 [ Catalina BigSur Debug ] webgl/2.0.y/conformance/extensions/webgl-compressed-texture-s3tc-srgb.html [ Pass Crash ]
+webkit.org/b/230835 [ Catalina BigSur Debug ] webgl/1.0.3/conformance/extensions/oes-texture-float.html [ Pass Crash ]
+webkit.org/b/230835 [ Catalina BigSur Debug ] webgl/2.0.0/conformance/extensions/ext-blend-minmax.html [ Pass Crash ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283109] trunk/LayoutTests

2021-09-27 Thread ehutchison
Title: [283109] trunk/LayoutTests








Revision 283109
Author ehutchi...@apple.com
Date 2021-09-27 08:13:52 -0700 (Mon, 27 Sep 2021)


Log Message
[ Catalina Debug wk1 EWS] performance-api/performance-observer-order.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=230833.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283108 => 283109)

--- trunk/LayoutTests/ChangeLog	2021-09-27 14:59:45 UTC (rev 283108)
+++ trunk/LayoutTests/ChangeLog	2021-09-27 15:13:52 UTC (rev 283109)
@@ -1,5 +1,14 @@
 2021-09-27  Eric Hutchison  
 
+[ Catalina Debug wk1 EWS] performance-api/performance-observer-order.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=230833.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
+2021-09-27  Eric Hutchison  
+
 [ Catalina Debug wk1 EWS ] storage/websql/multiple-transactions-on-different-handles.html is a flaky crash.
 https://bugs.webkit.org/show_bug.cgi?id=230831.
 


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283108 => 283109)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-27 14:59:45 UTC (rev 283108)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-27 15:13:52 UTC (rev 283109)
@@ -1463,3 +1463,5 @@
 
 webkit.org/b/230831 [ Catalina Debug ] storage/websql/multiple-transactions-on-different-handles.html [ Pass Crash ]
 
+webkit.org/b/230833 [ Catalina Debug ] performance-api/performance-observer-order.html [ Pass Crash ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283108] trunk/LayoutTests

2021-09-27 Thread ehutchison
Title: [283108] trunk/LayoutTests








Revision 283108
Author ehutchi...@apple.com
Date 2021-09-27 07:59:45 -0700 (Mon, 27 Sep 2021)


Log Message
[ Catalina Debug wk1 EWS ] storage/websql/multiple-transactions-on-different-handles.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=230831.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283107 => 283108)

--- trunk/LayoutTests/ChangeLog	2021-09-27 14:45:01 UTC (rev 283107)
+++ trunk/LayoutTests/ChangeLog	2021-09-27 14:59:45 UTC (rev 283108)
@@ -1,5 +1,14 @@
 2021-09-27  Eric Hutchison  
 
+[ Catalina Debug wk1 EWS ] storage/websql/multiple-transactions-on-different-handles.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=230831.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
+2021-09-27  Eric Hutchison  
+
 imported/w3c/web-platform-tests/webrtc/RTCDataChannel-close.html is a flaky failure.
 https://bugs.webkit.org/show_bug.cgi?id=230696.
 


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283107 => 283108)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-27 14:45:01 UTC (rev 283107)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-27 14:59:45 UTC (rev 283108)
@@ -1460,3 +1460,6 @@
 webkit.org/b/230807 [ Catalina Debug ] media/media-source/media-source-remove.html [ Pass Crash ]
 
 webkit.org/b/230808 [ Catalina Debug ] media/modern-media-controls/media-controls/media-controls-placard-compressed-metrics.html [ Pass Crash ]
+
+webkit.org/b/230831 [ Catalina Debug ] storage/websql/multiple-transactions-on-different-handles.html [ Pass Crash ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283107] trunk/LayoutTests

2021-09-27 Thread ehutchison
Title: [283107] trunk/LayoutTests








Revision 283107
Author ehutchi...@apple.com
Date 2021-09-27 07:45:01 -0700 (Mon, 27 Sep 2021)


Log Message
imported/w3c/web-platform-tests/webrtc/RTCDataChannel-close.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=230696.

Unreviewed test gardening.

* platform/ios-14-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-14-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283106 => 283107)

--- trunk/LayoutTests/ChangeLog	2021-09-27 12:34:57 UTC (rev 283106)
+++ trunk/LayoutTests/ChangeLog	2021-09-27 14:45:01 UTC (rev 283107)
@@ -1,3 +1,12 @@
+2021-09-27  Eric Hutchison  
+
+imported/w3c/web-platform-tests/webrtc/RTCDataChannel-close.html is a flaky failure.
+https://bugs.webkit.org/show_bug.cgi?id=230696.
+
+Unreviewed test gardening.
+
+* platform/ios-14-wk2/TestExpectations:
+
 2021-09-27  Martin Robinson  
 
 Mandatory scroll snapping doesn't work correctly in tables with position:sticky


Modified: trunk/LayoutTests/platform/ios-14-wk2/TestExpectations (283106 => 283107)

--- trunk/LayoutTests/platform/ios-14-wk2/TestExpectations	2021-09-27 12:34:57 UTC (rev 283106)
+++ trunk/LayoutTests/platform/ios-14-wk2/TestExpectations	2021-09-27 14:45:01 UTC (rev 283107)
@@ -23,3 +23,4 @@
 
 webkit.org/b/230514 imported/w3c/web-platform-tests/html/webappapis/structured-clone/structured-clone.any.html [ Pass Crash ]
 
+webkit.org/b/230696 imported/w3c/web-platform-tests/webrtc/RTCDataChannel-close.html [ Pass Failure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283091] trunk/LayoutTests

2021-09-26 Thread ehutchison
Title: [283091] trunk/LayoutTests








Revision 283091
Author ehutchi...@apple.com
Date 2021-09-26 14:38:01 -0700 (Sun, 26 Sep 2021)


Log Message
[ Catalina Debug wk1 EWS ] media/modern-media-controls/media-controls/media-controls-placard-compressed-metrics.html is a flay crash.
https://bugs.webkit.org/show_bug.cgi?id=230808.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283090 => 283091)

--- trunk/LayoutTests/ChangeLog	2021-09-26 21:23:21 UTC (rev 283090)
+++ trunk/LayoutTests/ChangeLog	2021-09-26 21:38:01 UTC (rev 283091)
@@ -1,5 +1,14 @@
 2021-09-26  Eric Hutchison  
 
+[ Catalina Debug wk1 EWS ] media/modern-media-controls/media-controls/media-controls-placard-compressed-metrics.html is a flay crash.
+https://bugs.webkit.org/show_bug.cgi?id=230808.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
+2021-09-26  Eric Hutchison  
+
 [ Catalina Debug wk1 EWS ] Media tests flakily crashing.
 https://bugs.webkit.org/show_bug.cgi?id=230807.
 


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283090 => 283091)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-26 21:23:21 UTC (rev 283090)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-26 21:38:01 UTC (rev 283091)
@@ -1458,3 +1458,5 @@
 
 webkit.org/b/230807 [ Catalina Debug ] media/media-source/media-source-append-before-last-range-no-quota-exceeded.html [ Pass Crash ]
 webkit.org/b/230807 [ Catalina Debug ] media/media-source/media-source-remove.html [ Pass Crash ]
+
+webkit.org/b/230808 [ Catalina Debug ] media/modern-media-controls/media-controls/media-controls-placard-compressed-metrics.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283090] trunk/LayoutTests

2021-09-26 Thread ehutchison
Title: [283090] trunk/LayoutTests








Revision 283090
Author ehutchi...@apple.com
Date 2021-09-26 14:23:21 -0700 (Sun, 26 Sep 2021)


Log Message
[ Catalina Debug wk1 EWS ] Media tests flakily crashing.
https://bugs.webkit.org/show_bug.cgi?id=230807.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283089 => 283090)

--- trunk/LayoutTests/ChangeLog	2021-09-26 21:20:52 UTC (rev 283089)
+++ trunk/LayoutTests/ChangeLog	2021-09-26 21:23:21 UTC (rev 283090)
@@ -1,3 +1,12 @@
+2021-09-26  Eric Hutchison  
+
+[ Catalina Debug wk1 EWS ] Media tests flakily crashing.
+https://bugs.webkit.org/show_bug.cgi?id=230807.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
 2021-09-26  Antti Koivisto  
 
 Line iterator firstRun/lastRun may return runs from wrong lines


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283089 => 283090)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-26 21:20:52 UTC (rev 283089)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-26 21:23:21 UTC (rev 283090)
@@ -1455,3 +1455,6 @@
 [ Catalina Debug ] webgl/2.0.0/conformance/rendering/draw-elements-out-of-bounds.html [ Pass Timeout ]
 
 webkit.org/b/230777 [ Catalina Debug ] transitions/transition-end-event-destroy-renderer.html [ Pass Crash ]
+
+webkit.org/b/230807 [ Catalina Debug ] media/media-source/media-source-append-before-last-range-no-quota-exceeded.html [ Pass Crash ]
+webkit.org/b/230807 [ Catalina Debug ] media/media-source/media-source-remove.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283070] trunk/LayoutTests

2021-09-24 Thread ehutchison
Title: [283070] trunk/LayoutTests








Revision 283070
Author ehutchi...@apple.com
Date 2021-09-24 17:40:36 -0700 (Fri, 24 Sep 2021)


Log Message
[ Catalina BigSur Debug ] fast/workers/use-machine-stack.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=230780.

Unreviewed test gardening.

* platform/mac/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283069 => 283070)

--- trunk/LayoutTests/ChangeLog	2021-09-24 23:57:03 UTC (rev 283069)
+++ trunk/LayoutTests/ChangeLog	2021-09-25 00:40:36 UTC (rev 283070)
@@ -1,5 +1,14 @@
 2021-09-24  Eric Hutchison  
 
+[ Catalina BigSur Debug ] fast/workers/use-machine-stack.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=230780.
+
+Unreviewed test gardening.
+
+* platform/mac/TestExpectations:
+
+2021-09-24  Eric Hutchison  
+
 [ Catalina Debug wk1 EWS ]transitions/transition-end-event-destroy-renderer.html is a flaky crash.
 https://bugs.webkit.org/show_bug.cgi?id=230777.
 


Modified: trunk/LayoutTests/platform/mac/TestExpectations (283069 => 283070)

--- trunk/LayoutTests/platform/mac/TestExpectations	2021-09-24 23:57:03 UTC (rev 283069)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2021-09-25 00:40:36 UTC (rev 283070)
@@ -2416,4 +2416,6 @@
 
 webkit.org/b/230711 [ BigSur ] http/tests/inspector/network/resource-initiatorNode.html [ Pass Failure Crash ]
 
+webkit.org/b/230780 [ Catalina BigSur Debug ] fast/workers/use-machine-stack.html [ Pass Crash ]
 
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283067] trunk/LayoutTests

2021-09-24 Thread ehutchison
Title: [283067] trunk/LayoutTests








Revision 283067
Author ehutchi...@apple.com
Date 2021-09-24 16:17:00 -0700 (Fri, 24 Sep 2021)


Log Message
[ Catalina Debug wk1 EWS ]transitions/transition-end-event-destroy-renderer.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=230777.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283066 => 283067)

--- trunk/LayoutTests/ChangeLog	2021-09-24 23:02:45 UTC (rev 283066)
+++ trunk/LayoutTests/ChangeLog	2021-09-24 23:17:00 UTC (rev 283067)
@@ -1,3 +1,12 @@
+2021-09-24  Eric Hutchison  
+
+[ Catalina Debug wk1 EWS ]transitions/transition-end-event-destroy-renderer.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=230777.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
 2021-09-24  Ayumi Kojima  
 
 [ BigSur wk2 Release arm64 ] imported/w3c/web-platform-tests/resource-timing/status-codes-create-entry.html is a flaky failure.


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283066 => 283067)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-24 23:02:45 UTC (rev 283066)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-24 23:17:00 UTC (rev 283067)
@@ -1454,3 +1454,4 @@
 [ Catalina Debug ] webgl/pending/conformance/glsl/misc/swizzle-as-lvalue.html [ Pass Timeout ]
 [ Catalina Debug ] webgl/2.0.0/conformance/rendering/draw-elements-out-of-bounds.html [ Pass Timeout ]
 
+webkit.org/b/230777 [ Catalina Debug ] transitions/transition-end-event-destroy-renderer.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283065] trunk/LayoutTests

2021-09-24 Thread ehutchison
Title: [283065] trunk/LayoutTests








Revision 283065
Author ehutchi...@apple.com
Date 2021-09-24 15:55:59 -0700 (Fri, 24 Sep 2021)


Log Message
[ Catalina Debug wk1 EWS ] Multiple WebGL tests are flaky timeouts.
https://bugs.webkit.org/show_bug.cgi?id=230774.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283064 => 283065)

--- trunk/LayoutTests/ChangeLog	2021-09-24 22:35:51 UTC (rev 283064)
+++ trunk/LayoutTests/ChangeLog	2021-09-24 22:55:59 UTC (rev 283065)
@@ -1,5 +1,14 @@
 2021-09-24  Eric Hutchison  
 
+[ Catalina Debug wk1 EWS ] Multiple WebGL tests are flaky timeouts.
+https://bugs.webkit.org/show_bug.cgi?id=230774.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
+2021-09-24  Eric Hutchison  
+
 [ iOS ] CSS Flexbox tests are constant failure.
 https://bugs.webkit.org/show_bug.cgi?id=230773.
 


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283064 => 283065)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-24 22:35:51 UTC (rev 283064)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-24 22:55:59 UTC (rev 283065)
@@ -1426,3 +1426,31 @@
 
 webkit.org/b/230765 [ Catalina Debug ] storage/indexeddb/mozilla/cursors-private.html [ Pass Crash ]
 
+#WebGL Tests Timing Out on Catalina Debug WK1 EWS webkit.org/b/230774
+[ Catalina Debug ] webgl/1.0.3/conformance/canvas/drawingbuffer-static-canvas-test.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/2.0.0/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/1.0.3/conformance/ogles/GL/notEqual/notEqual_009_to_012.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/2.0.0/conformance/ogles/GL/step/step_001_to_006.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/1.0.3/conformance/ogles/GL/exp/exp_001_to_008.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/1.0.3/conformance/ogles/GL/struct/struct_049_to_056.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-r8ui-red_integer-unsigned_byte.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/1.0.3/conformance/canvas/viewport-unchanged-upon-resize.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/2.0.0/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/2.0.0/conformance2/textures/canvas/tex-2d-rg8-rg-unsigned_byte.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/2.0.0/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb5_a1-rgba-unsigned_byte.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/1.0.3/conformance/uniforms/out-of-bounds-uniform-array-access.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/max-active-contexts-gc.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/1.0.3/conformance/extensions/ext-sRGB.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/2.0.0/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/2.0.0/conformance2/misc/expando-loss-2.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/2.0.0/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/2.0.0/conformance2/textures/image_data/tex-2d-r11f_g11f_b10f-rgb-half_float.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/2.0.0/conformance/extensions/get-extension.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/2.0.0/conformance2/textures/canvas/tex-2d-r11f_g11f_b10f-rgb-half_float.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/1.0.3/conformance/attribs/gl-vertex-attrib-zero-issues.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/webgl2-primitive-restart.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/1.0.3/conformance/programs/program-test.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/pending/conformance/glsl/misc/swizzle-as-lvalue.html [ Pass Timeout ]
+[ Catalina Debug ] webgl/2.0.0/conformance/rendering/draw-elements-out-of-bounds.html [ Pass Timeout ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283060] trunk/LayoutTests

2021-09-24 Thread ehutchison
Title: [283060] trunk/LayoutTests








Revision 283060
Author ehutchi...@apple.com
Date 2021-09-24 14:57:27 -0700 (Fri, 24 Sep 2021)


Log Message
[ iOS ] CSS Flexbox tests are constant failure.
https://bugs.webkit.org/show_bug.cgi?id=230773.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283059 => 283060)

--- trunk/LayoutTests/ChangeLog	2021-09-24 21:46:41 UTC (rev 283059)
+++ trunk/LayoutTests/ChangeLog	2021-09-24 21:57:27 UTC (rev 283060)
@@ -1,5 +1,14 @@
 2021-09-24  Eric Hutchison  
 
+[ iOS ] CSS Flexbox tests are constant failure.
+https://bugs.webkit.org/show_bug.cgi?id=230773.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
+2021-09-24  Eric Hutchison  
+
 [ Catalina Debug wk1 EWS ] storage/indexeddb/mozilla/cursors-private.html is a flaky crash.
 https://bugs.webkit.org/show_bug.cgi?id=230765.
 


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (283059 => 283060)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-09-24 21:46:41 UTC (rev 283059)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-09-24 21:57:27 UTC (rev 283060)
@@ -2096,3 +2096,6 @@
 webkit.org/b/230695 imported/w3c/web-platform-tests/css/css-pseudo/highlight-painting-004.html [ Pass ImageOnlyFailure ]
 
 webkit.org/b/230700 webrtc/datachannel/mdns-ice-candidates.html [ Pass Failure ]
+
+webkit.org/b/230773 imported/w3c/web-platform-tests/css/css-flexbox/fixed-table-layout-with-percentage-width-in-flex-item.html [ Pass Failure ]
+webkit.org/b/230773 imported/w3c/web-platform-tests/css/css-flexbox/flex-item-compressible-001.html [ Pass Failure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283054] trunk/Source/WebCore

2021-09-24 Thread ehutchison
Title: [283054] trunk/Source/WebCore








Revision 283054
Author ehutchi...@apple.com
Date 2021-09-24 13:29:43 -0700 (Fri, 24 Sep 2021)


Log Message
Unreviewed, reverting r283050.

Broke commit-queue

Reverted changeset:

"[Media Controls] Allow for a close button"
https://bugs.webkit.org/show_bug.cgi?id=230761
https://commits.webkit.org/r283050

Modified Paths

trunk/Source/WebCore/ChangeLog
trunk/Source/WebCore/DerivedSources-input.xcfilelist
trunk/Source/WebCore/DerivedSources.make
trunk/Source/WebCore/Modules/modern-media-controls/controls/icon-service.js
trunk/Source/WebCore/Modules/modern-media-controls/media/media-controller.js
trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj


Removed Paths

trunk/Source/WebCore/Modules/modern-media-controls/controls/close-button.js
trunk/Source/WebCore/Modules/modern-media-controls/images/iOS/X.svg
trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/X.svg
trunk/Source/WebCore/Modules/modern-media-controls/media/close-support.js




Diff

Modified: trunk/Source/WebCore/ChangeLog (283053 => 283054)

--- trunk/Source/WebCore/ChangeLog	2021-09-24 20:12:18 UTC (rev 283053)
+++ trunk/Source/WebCore/ChangeLog	2021-09-24 20:29:43 UTC (rev 283054)
@@ -1,3 +1,15 @@
+2021-09-24  Eric Hutchison  
+
+Unreviewed, reverting r283050.
+
+Broke commit-queue
+
+Reverted changeset:
+
+"[Media Controls] Allow for a close button"
+https://bugs.webkit.org/show_bug.cgi?id=230761
+https://commits.webkit.org/r283050
+
 2021-09-24  Myles C. Maxfield  
 
 Color keywords in override-color cause a crash


Modified: trunk/Source/WebCore/DerivedSources-input.xcfilelist (283053 => 283054)

--- trunk/Source/WebCore/DerivedSources-input.xcfilelist	2021-09-24 20:12:18 UTC (rev 283053)
+++ trunk/Source/WebCore/DerivedSources-input.xcfilelist	2021-09-24 20:29:43 UTC (rev 283054)
@@ -301,7 +301,6 @@
 $(PROJECT_DIR)/Modules/modern-media-controls/controls/button.js
 $(PROJECT_DIR)/Modules/modern-media-controls/controls/buttons-container.css
 $(PROJECT_DIR)/Modules/modern-media-controls/controls/buttons-container.js
-$(PROJECT_DIR)/Modules/modern-media-controls/controls/close-button.js
 $(PROJECT_DIR)/Modules/modern-media-controls/controls/controls-bar.css
 $(PROJECT_DIR)/Modules/modern-media-controls/controls/controls-bar.js
 $(PROJECT_DIR)/Modules/modern-media-controls/controls/forward-button.js
@@ -359,7 +358,6 @@
 $(PROJECT_DIR)/Modules/modern-media-controls/media/airplay-support.js
 $(PROJECT_DIR)/Modules/modern-media-controls/media/audio-support.js
 $(PROJECT_DIR)/Modules/modern-media-controls/media/brightness-support.js
-$(PROJECT_DIR)/Modules/modern-media-controls/media/close-support.js
 $(PROJECT_DIR)/Modules/modern-media-controls/media/controls-visibility-support.js
 $(PROJECT_DIR)/Modules/modern-media-controls/media/fullscreen-support.js
 $(PROJECT_DIR)/Modules/modern-media-controls/media/media-controller-support.js


Modified: trunk/Source/WebCore/DerivedSources.make (283053 => 283054)

--- trunk/Source/WebCore/DerivedSources.make	2021-09-24 20:12:18 UTC (rev 283053)
+++ trunk/Source/WebCore/DerivedSources.make	2021-09-24 20:29:43 UTC (rev 283054)
@@ -1628,7 +1628,6 @@
 $(WebCore)/Modules/modern-media-controls/controls/range-button.js \
 $(WebCore)/Modules/modern-media-controls/controls/volume-button.js \
 $(WebCore)/Modules/modern-media-controls/controls/brightness-button.js \
-$(WebCore)/Modules/modern-media-controls/controls/close-button.js \
 $(WebCore)/Modules/modern-media-controls/controls/buttons-container.js \
 $(WebCore)/Modules/modern-media-controls/controls/status-label.js \
 $(WebCore)/Modules/modern-media-controls/controls/controls-bar.js \
@@ -1652,7 +1651,6 @@
 $(WebCore)/Modules/modern-media-controls/media/airplay-support.js \
 $(WebCore)/Modules/modern-media-controls/media/audio-support.js \
 $(WebCore)/Modules/modern-media-controls/media/brightness-support.js \
-$(WebCore)/Modules/modern-media-controls/media/close-support.js \
 $(WebCore)/Modules/modern-media-controls/media/controls-visibility-support.js \
 $(WebCore)/Modules/modern-media-controls/media/fullscreen-support.js \
 $(WebCore)/Modules/modern-media-controls/media/mute-support.js \


Deleted: trunk/Source/WebCore/Modules/modern-media-controls/controls/close-button.js (283053 => 283054)

--- trunk/Source/WebCore/Modules/modern-media-controls/controls/close-button.js	2021-09-24 20:12:18 UTC (rev 283053)
+++ trunk/Source/WebCore/Modules/modern-media-controls/controls/close-button.js	2021-09-24 20:29:43 UTC (rev 283054)
@@ -1,38 +0,0 @@
-/*
- * Copyright (C) 2021 Apple Inc. All Rights Reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *notice, this list of conditions and the following disclaimer.

[webkit-changes] [283052] trunk/LayoutTests

2021-09-24 Thread ehutchison
Title: [283052] trunk/LayoutTests








Revision 283052
Author ehutchi...@apple.com
Date 2021-09-24 11:58:49 -0700 (Fri, 24 Sep 2021)


Log Message
[ Catalina Debug wk1 EWS ] storage/indexeddb/mozilla/cursors-private.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=230765.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283051 => 283052)

--- trunk/LayoutTests/ChangeLog	2021-09-24 18:46:04 UTC (rev 283051)
+++ trunk/LayoutTests/ChangeLog	2021-09-24 18:58:49 UTC (rev 283052)
@@ -1,5 +1,14 @@
 2021-09-24  Eric Hutchison  
 
+[ Catalina Debug wk1 EWS ] storage/indexeddb/mozilla/cursors-private.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=230765.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
+2021-09-24  Eric Hutchison  
+
 [ Catalina Debug wk1 EWS ] svg/dom/SVGAnimatedListPropertyTearOff-crash-2.html is a flaky crash.
 https://bugs.webkit.org/show_bug.cgi?id=230756.
 


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283051 => 283052)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-24 18:46:04 UTC (rev 283051)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-24 18:58:49 UTC (rev 283052)
@@ -1423,3 +1423,6 @@
 webkit.org/b/230729 [ Catalina Release ] imported/w3c/web-platform-tests/html/browsers/origin/cross-origin-objects/cross-origin-objects.html [ Pass Failure ]
 
 webkit.org/b/230756 [ Catalina Debug ] svg/dom/SVGAnimatedListPropertyTearOff-crash-2.html [ Pass Crash ]
+
+webkit.org/b/230765 [ Catalina Debug ] storage/indexeddb/mozilla/cursors-private.html [ Pass Crash ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283048] trunk/Source/WebKit

2021-09-24 Thread ehutchison
Title: [283048] trunk/Source/WebKit








Revision 283048
Author ehutchi...@apple.com
Date 2021-09-24 11:01:49 -0700 (Fri, 24 Sep 2021)


Log Message
Unreviewed, reverting r283024.

Causes slowdown and crash on EWS

Reverted changeset:

"[WebKit2] Refactor some IPC argument encoder logic to work
with StreamConnectionEncoder"
https://bugs.webkit.org/show_bug.cgi?id=230714
https://commits.webkit.org/r283024

Modified Paths

trunk/Source/WebKit/ChangeLog
trunk/Source/WebKit/Platform/IPC/ArgumentCoders.cpp
trunk/Source/WebKit/Platform/IPC/ArgumentCoders.h
trunk/Source/WebKit/Shared/WebCoreArgumentCoders.cpp
trunk/Source/WebKit/Shared/WebCoreArgumentCoders.h
trunk/Source/WebKit/Shared/mac/WebCoreArgumentCodersMac.mm




Diff

Modified: trunk/Source/WebKit/ChangeLog (283047 => 283048)

--- trunk/Source/WebKit/ChangeLog	2021-09-24 17:44:14 UTC (rev 283047)
+++ trunk/Source/WebKit/ChangeLog	2021-09-24 18:01:49 UTC (rev 283048)
@@ -1,3 +1,16 @@
+2021-09-24  Eric Hutchison  
+
+Unreviewed, reverting r283024.
+
+Causes slowdown and crash on EWS
+
+Reverted changeset:
+
+"[WebKit2] Refactor some IPC argument encoder logic to work
+with StreamConnectionEncoder"
+https://bugs.webkit.org/show_bug.cgi?id=230714
+https://commits.webkit.org/r283024
+
 2021-09-24  Youenn Fablet  
 
 RTCDataChannelHandlerClient does not need to be ref counted


Modified: trunk/Source/WebKit/Platform/IPC/ArgumentCoders.cpp (283047 => 283048)

--- trunk/Source/WebKit/Platform/IPC/ArgumentCoders.cpp	2021-09-24 17:44:14 UTC (rev 283047)
+++ trunk/Source/WebKit/Platform/IPC/ArgumentCoders.cpp	2021-09-24 18:01:49 UTC (rev 283048)
@@ -30,7 +30,6 @@
 #include "PrivateClickMeasurementDecoder.h"
 #include "PrivateClickMeasurementEncoder.h"
 #include "StreamConnectionEncoder.h"
-#include 
 #include 
 #include 
 
@@ -219,7 +218,6 @@
 }
 
 #if HAVE(AUDIT_TOKEN)
-
 void ArgumentCoder::encode(Encoder& encoder, const audit_token_t& auditToken)
 {
 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(auditToken.val); i++)
@@ -234,7 +232,15 @@
 }
 return true;
 }
+#endif
 
-#endif // HAVE(AUDIT_TOKEN)
+void ArgumentCoder::encode(Encoder&, const Monostate&)
+{
+}
 
+WARN_UNUSED_RETURN std::optional ArgumentCoder::decode(Decoder&)
+{
+return Monostate { };
+}
+
 } // namespace IPC


Modified: trunk/Source/WebKit/Platform/IPC/ArgumentCoders.h (283047 => 283048)

--- trunk/Source/WebKit/Platform/IPC/ArgumentCoders.h	2021-09-24 17:44:14 UTC (rev 283047)
+++ trunk/Source/WebKit/Platform/IPC/ArgumentCoders.h	2021-09-24 18:01:49 UTC (rev 283048)
@@ -40,10 +40,6 @@
 
 namespace IPC {
 
-#define DEFINE_SIMPLE_ARGUMENT_CODER(className) template<> struct ArgumentCoder : SimpleArgumentCoder { }; \
-template void SimpleArgumentCoder::encode(Encoder&, const className&); \
-template bool SimpleArgumentCoder::decode(Decoder&, className&);
-
 // An argument coder works on POD types
 template struct SimpleArgumentCoder {
 template
@@ -52,7 +48,6 @@
 encoder.encodeFixedLengthData(reinterpret_cast(), sizeof(T), alignof(T));
 }
 
-template
 static WARN_UNUSED_RETURN bool decode(Decoder& decoder, T& t)
 {
 return decoder.decodeFixedLengthData(reinterpret_cast(), sizeof(T), alignof(T));
@@ -112,7 +107,6 @@
 };
 
 template struct ArgumentCoder> {
-template
 static void encode(Encoder& encoder, const OptionSet& optionSet)
 {
 ASSERT(WTF::isValidOptionSet(optionSet));
@@ -119,7 +113,6 @@
 encoder << optionSet.toRaw();
 }
 
-template
 static WARN_UNUSED_RETURN bool decode(Decoder& decoder, OptionSet& optionSet)
 {
 typename OptionSet::StorageType value;
@@ -131,7 +124,6 @@
 return true;
 }
 
-template
 static std::optional> decode(Decoder& decoder)
 {
 std::optional::StorageType> value;
@@ -195,7 +187,6 @@
 };
 
 template struct ArgumentCoder> {
-template
 static void encode(Encoder& encoder, const Box& box)
 {
 if (!box) {
@@ -207,7 +198,6 @@
 encoder << *box.get();
 }
 
-template
 static WARN_UNUSED_RETURN bool decode(Decoder& decoder, Box& box)
 {
 bool isEngaged;
@@ -227,7 +217,6 @@
 return true;
 }
 
-template
 static std::optional> decode(Decoder& decoder)
 {
 std::optional isEngaged;
@@ -246,13 +235,11 @@
 };
 
 template struct ArgumentCoder> {
-template
 static void encode(Encoder& encoder, const std::pair& pair)
 {
 encoder << pair.first << pair.second;
 }
 
-template
 static WARN_UNUSED_RETURN bool decode(Decoder& decoder, std::pair& pair)
 {
 T first;
@@ -268,7 +255,6 @@
 return true;
 }
 
-template
 static std::optional> decode(Decoder& decoder)
 {
 std::optional first;
@@ -379,13 +365,11 @@
 };
 
 template struct ArgumentCoder> {
-template
 static void encode(Encoder& encoder, const WTF::KeyValuePair& pair)
 {

[webkit-changes] [283045] trunk/LayoutTests

2021-09-24 Thread ehutchison
Title: [283045] trunk/LayoutTests








Revision 283045
Author ehutchi...@apple.com
Date 2021-09-24 09:45:54 -0700 (Fri, 24 Sep 2021)


Log Message
[ Catalina Debug wk1 EWS ] svg/dom/SVGAnimatedListPropertyTearOff-crash-2.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=230756.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283044 => 283045)

--- trunk/LayoutTests/ChangeLog	2021-09-24 16:42:40 UTC (rev 283044)
+++ trunk/LayoutTests/ChangeLog	2021-09-24 16:45:54 UTC (rev 283045)
@@ -1,3 +1,12 @@
+2021-09-24  Eric Hutchison  
+
+[ Catalina Debug wk1 EWS ] svg/dom/SVGAnimatedListPropertyTearOff-crash-2.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=230756.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
 2021-09-24  Sergio Villar Senin  
 
 [css-flexbox] Import latest changes from css-flexbox WPT repo


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283044 => 283045)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-24 16:42:40 UTC (rev 283044)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-24 16:45:54 UTC (rev 283045)
@@ -1421,3 +1421,5 @@
 webkit.org/b/230717 [ Catalina BigSur Debug ] resize-observer/delete-observers-in-callbacks.html [ Pass Crash ]
 
 webkit.org/b/230729 [ Catalina Release ] imported/w3c/web-platform-tests/html/browsers/origin/cross-origin-objects/cross-origin-objects.html [ Pass Failure ]
+
+webkit.org/b/230756 [ Catalina Debug ] svg/dom/SVGAnimatedListPropertyTearOff-crash-2.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283018] trunk/LayoutTests

2021-09-23 Thread ehutchison
Title: [283018] trunk/LayoutTests








Revision 283018
Author ehutchi...@apple.com
Date 2021-09-23 16:08:19 -0700 (Thu, 23 Sep 2021)


Log Message
[Catalina Release wk1] imported/w3c/web-platform-tests/html/browsers/origin/cross-origin-objects/cross-origin-objects.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=230729.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283017 => 283018)

--- trunk/LayoutTests/ChangeLog	2021-09-23 22:53:56 UTC (rev 283017)
+++ trunk/LayoutTests/ChangeLog	2021-09-23 23:08:19 UTC (rev 283018)
@@ -1,5 +1,14 @@
 2021-09-23  Eric Hutchison  
 
+[Catalina Release wk1] imported/w3c/web-platform-tests/html/browsers/origin/cross-origin-objects/cross-origin-objects.html is a flaky failure.
+https://bugs.webkit.org/show_bug.cgi?id=230729.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
+2021-09-23  Eric Hutchison  
+
 [ Windows ] fast/images/exif-orientation-composited.html is a flaky image-only failure.
 https://bugs.webkit.org/show_bug.cgi?id=230727.
 


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283017 => 283018)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-23 22:53:56 UTC (rev 283017)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-23 23:08:19 UTC (rev 283018)
@@ -1419,3 +1419,5 @@
 webkit.org/b/230701 [ Catalina Debug ] performance-api/performance-observer-callback-after-gc.html [ Pass Crash ]
 
 webkit.org/b/230717 [ Catalina BigSur Debug ] resize-observer/delete-observers-in-callbacks.html [ Pass Crash ]
+
+webkit.org/b/230729 [ Catalina Release ] imported/w3c/web-platform-tests/html/browsers/origin/cross-origin-objects/cross-origin-objects.html [ Pass Failure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283016] trunk/LayoutTests

2021-09-23 Thread ehutchison
Title: [283016] trunk/LayoutTests








Revision 283016
Author ehutchi...@apple.com
Date 2021-09-23 15:45:06 -0700 (Thu, 23 Sep 2021)


Log Message
[ Windows ] fast/images/exif-orientation-composited.html is a flaky image-only failure.
https://bugs.webkit.org/show_bug.cgi?id=230727.

Unreviewed test gardening.

* platform/win/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/win/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283015 => 283016)

--- trunk/LayoutTests/ChangeLog	2021-09-23 22:29:47 UTC (rev 283015)
+++ trunk/LayoutTests/ChangeLog	2021-09-23 22:45:06 UTC (rev 283016)
@@ -1,5 +1,14 @@
 2021-09-23  Eric Hutchison  
 
+[ Windows ] fast/images/exif-orientation-composited.html is a flaky image-only failure.
+https://bugs.webkit.org/show_bug.cgi?id=230727.
+
+Unreviewed test gardening.
+
+* platform/win/TestExpectations:
+
+2021-09-23  Eric Hutchison  
+
 Update test expectations for js/dfg-float64array.html.
 https://bugs.webkit.org/show_bug.cgi?id=229594.
 


Modified: trunk/LayoutTests/platform/win/TestExpectations (283015 => 283016)

--- trunk/LayoutTests/platform/win/TestExpectations	2021-09-23 22:29:47 UTC (rev 283015)
+++ trunk/LayoutTests/platform/win/TestExpectations	2021-09-23 22:45:06 UTC (rev 283016)
@@ -4696,3 +4696,6 @@
 
 # webkit.org/b/214448 Web Share API is not implemented in the Windows port
 http/tests/webshare/ [ Skip ]
+
+webkit.org/b/230727 fast/images/exif-orientation-composited.html [ Pass ImageOnlyFailure ]
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283015] trunk/LayoutTests

2021-09-23 Thread ehutchison
Title: [283015] trunk/LayoutTests








Revision 283015
Author ehutchi...@apple.com
Date 2021-09-23 15:29:47 -0700 (Thu, 23 Sep 2021)


Log Message
Update test expectations for js/dfg-float64array.html.
https://bugs.webkit.org/show_bug.cgi?id=229594.

Unreviewed test gardening.

* platform/win/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/win/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283014 => 283015)

--- trunk/LayoutTests/ChangeLog	2021-09-23 22:08:09 UTC (rev 283014)
+++ trunk/LayoutTests/ChangeLog	2021-09-23 22:29:47 UTC (rev 283015)
@@ -1,5 +1,14 @@
 2021-09-23  Eric Hutchison  
 
+Update test expectations for js/dfg-float64array.html.
+https://bugs.webkit.org/show_bug.cgi?id=229594.
+
+Unreviewed test gardening.
+
+* platform/win/TestExpectations:
+
+2021-09-23  Eric Hutchison  
+
 [Catalina BigSur wk1 Debug ] resize-observer/delete-observers-in-callbacks.html is a flaky crash.
 https://bugs.webkit.org/show_bug.cgi?id=230717.
 


Modified: trunk/LayoutTests/platform/win/TestExpectations (283014 => 283015)

--- trunk/LayoutTests/platform/win/TestExpectations	2021-09-23 22:08:09 UTC (rev 283014)
+++ trunk/LayoutTests/platform/win/TestExpectations	2021-09-23 22:29:47 UTC (rev 283015)
@@ -4691,7 +4691,8 @@
 webkit.org/b/229594 js/dfg-int32array-overflow-values.html [ Pass Crash ]
 webkit.org/b/229594 js/dfg-int8array.html [ Pass Crash ]
 webkit.org/b/229594 js/dfg-uint32array-overflow-values.html [ Pass Crash ]
-webkit.org/b/229595 js/dfg-uint8clampedarray.html [ Pass Crash ]
+webkit.org/b/229594 js/dfg-uint8clampedarray.html [ Pass Crash ]
+webkit.org/b/229594 js/dfg-float64array.html [ Pass Crash ]
 
 # webkit.org/b/214448 Web Share API is not implemented in the Windows port
 http/tests/webshare/ [ Skip ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [283010] trunk/LayoutTests

2021-09-23 Thread ehutchison
Title: [283010] trunk/LayoutTests








Revision 283010
Author ehutchi...@apple.com
Date 2021-09-23 14:51:02 -0700 (Thu, 23 Sep 2021)


Log Message
[Catalina BigSur wk1 Debug ] resize-observer/delete-observers-in-callbacks.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=230717.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (283009 => 283010)

--- trunk/LayoutTests/ChangeLog	2021-09-23 21:50:51 UTC (rev 283009)
+++ trunk/LayoutTests/ChangeLog	2021-09-23 21:51:02 UTC (rev 283010)
@@ -1,3 +1,12 @@
+2021-09-23  Eric Hutchison  
+
+[Catalina BigSur wk1 Debug ] resize-observer/delete-observers-in-callbacks.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=230717.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
 2021-09-23  Ayumi Kojima  
 
 [ macOS wk1 Debug ] editing/selection/navigation-clears-editor-state.html is a flaky crash.


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (283009 => 283010)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-23 21:50:51 UTC (rev 283009)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-23 21:51:02 UTC (rev 283010)
@@ -1417,3 +1417,5 @@
 http/tests/webshare/ [ Skip ]
 
 webkit.org/b/230701 [ Catalina Debug ] performance-api/performance-observer-callback-after-gc.html [ Pass Crash ]
+
+webkit.org/b/230717 [ Catalina BigSur Debug ] resize-observer/delete-observers-in-callbacks.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [282983] trunk/LayoutTests

2021-09-23 Thread ehutchison
Title: [282983] trunk/LayoutTests








Revision 282983
Author ehutchi...@apple.com
Date 2021-09-23 12:15:32 -0700 (Thu, 23 Sep 2021)


Log Message
[ BigSur Debug ]http/tests/inspector/network/resource-initiatorNode.html is a flaky crash/failure.
https://bugs.webkit.org/show_bug.cgi?id=230711.

Unreviewed test gardening.

* platform/mac/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (282982 => 282983)

--- trunk/LayoutTests/ChangeLog	2021-09-23 19:15:11 UTC (rev 282982)
+++ trunk/LayoutTests/ChangeLog	2021-09-23 19:15:32 UTC (rev 282983)
@@ -1,3 +1,12 @@
+2021-09-23  Eric Hutchison  
+
+[ BigSur Debug ]http/tests/inspector/network/resource-initiatorNode.html is a flaky crash/failure.
+https://bugs.webkit.org/show_bug.cgi?id=230711.
+
+Unreviewed test gardening.
+
+* platform/mac/TestExpectations:
+
 2021-09-23  Ayumi Kojima  
 
 [ iOS macOS Debug ] media/video-ended-seek-crash.html is a flaky timeout.


Modified: trunk/LayoutTests/platform/mac/TestExpectations (282982 => 282983)

--- trunk/LayoutTests/platform/mac/TestExpectations	2021-09-23 19:15:11 UTC (rev 282982)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2021-09-23 19:15:32 UTC (rev 282983)
@@ -2413,3 +2413,7 @@
 webkit.org/b/230327 imported/w3c/web-platform-tests/css/css-transforms/crashtests/transform-marquee-resize-div-image-001.html [ Pass Failure ]
 
 webkit.org/b/170629  memory/memory-pressure-simulation.html [ Pass Failure Crash ]
+
+webkit.org/b/230711 [ BigSur ] http/tests/inspector/network/resource-initiatorNode.html [ Pass Failure Crash ]
+
+






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [282977] trunk/LayoutTests

2021-09-23 Thread ehutchison
Title: [282977] trunk/LayoutTests








Revision 282977
Author ehutchi...@apple.com
Date 2021-09-23 11:38:56 -0700 (Thu, 23 Sep 2021)


Log Message
LayoutTest memory/memory-pressure-simulation.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=170629.

Unreviewed test gardening.

* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac/TestExpectations
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (282976 => 282977)

--- trunk/LayoutTests/ChangeLog	2021-09-23 18:35:11 UTC (rev 282976)
+++ trunk/LayoutTests/ChangeLog	2021-09-23 18:38:56 UTC (rev 282977)
@@ -1,5 +1,15 @@
 2021-09-23  Eric Hutchison  
 
+LayoutTest memory/memory-pressure-simulation.html is a flaky failure.
+https://bugs.webkit.org/show_bug.cgi?id=170629.
+
+Unreviewed test gardening.
+
+* platform/mac-wk2/TestExpectations:
+* platform/mac/TestExpectations:
+
+2021-09-23  Eric Hutchison  
+
 [ Catalina Debug wk1 ] performance-api/performance-observer-callback-after-gc.html is a flaky crash.
 https://bugs.webkit.org/show_bug.cgi?id=230701.
 


Modified: trunk/LayoutTests/platform/mac/TestExpectations (282976 => 282977)

--- trunk/LayoutTests/platform/mac/TestExpectations	2021-09-23 18:35:11 UTC (rev 282976)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2021-09-23 18:38:56 UTC (rev 282977)
@@ -2410,3 +2410,4 @@
 
 webkit.org/b/230327 imported/w3c/web-platform-tests/css/css-transforms/crashtests/transform-marquee-resize-div-image-001.html [ Pass Failure ]
 
+webkit.org/b/170629  memory/memory-pressure-simulation.html [ Pass Failure Crash ]


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (282976 => 282977)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-09-23 18:35:11 UTC (rev 282976)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-09-23 18:38:56 UTC (rev 282977)
@@ -783,8 +783,6 @@
 
 compositing/tiling/non-visible-window-tile-coverage.html [ Pass ]
 
-webkit.org/b/170629  memory/memory-pressure-simulation.html [ Pass Failure ]
-
 webkit.org/b/170484 swipe/main-frame-pinning-requirement.html [ Pass Failure ]
 
 webkit.org/b/171763 compositing/tiling/non-active-window-tiles-size.html [ Pass Failure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [282974] trunk/LayoutTests

2021-09-23 Thread ehutchison
Title: [282974] trunk/LayoutTests








Revision 282974
Author ehutchi...@apple.com
Date 2021-09-23 11:22:02 -0700 (Thu, 23 Sep 2021)


Log Message
[ Catalina Debug wk1 ] performance-api/performance-observer-callback-after-gc.html is a flaky crash.
https://bugs.webkit.org/show_bug.cgi?id=230701.

Unreviewed test gardening.

* platform/mac-wk1/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk1/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (282973 => 282974)

--- trunk/LayoutTests/ChangeLog	2021-09-23 18:13:41 UTC (rev 282973)
+++ trunk/LayoutTests/ChangeLog	2021-09-23 18:22:02 UTC (rev 282974)
@@ -1,3 +1,12 @@
+2021-09-23  Eric Hutchison  
+
+[ Catalina Debug wk1 ] performance-api/performance-observer-callback-after-gc.html is a flaky crash.
+https://bugs.webkit.org/show_bug.cgi?id=230701.
+
+Unreviewed test gardening.
+
+* platform/mac-wk1/TestExpectations:
+
 2021-09-23  Ayumi Kojima  
 
 [ iOS macOS wk2 ] webrtc/datachannel/mdns-ice-candidates.html is a flaky failure.


Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (282973 => 282974)

--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-23 18:13:41 UTC (rev 282973)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2021-09-23 18:22:02 UTC (rev 282974)
@@ -1413,3 +1413,5 @@
 
 # webkit.org/b/214448 Web Share API is not implemented for mac-wk1
 http/tests/webshare/ [ Skip ]
+
+webkit.org/b/230701 [ Catalina Debug ] performance-api/performance-observer-callback-after-gc.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [282970] trunk/LayoutTests

2021-09-23 Thread ehutchison
Title: [282970] trunk/LayoutTests








Revision 282970
Author ehutchi...@apple.com
Date 2021-09-23 10:41:22 -0700 (Thu, 23 Sep 2021)


Log Message
[iOS] multiple CSS tests with image-only failures.
https://bugs.webkit.org/show_bug.cgi?id=230695.

Unreviewed test gardening.

* platform/ios-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/ios-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (282969 => 282970)

--- trunk/LayoutTests/ChangeLog	2021-09-23 17:38:19 UTC (rev 282969)
+++ trunk/LayoutTests/ChangeLog	2021-09-23 17:41:22 UTC (rev 282970)
@@ -1,3 +1,12 @@
+2021-09-23  Eric Hutchison  
+
+[iOS] multiple CSS tests with image-only failures.
+https://bugs.webkit.org/show_bug.cgi?id=230695.
+
+Unreviewed test gardening.
+
+* platform/ios-wk2/TestExpectations:
+
 2021-09-23  Ayumi Kojima  
 
 [ macOS wk2 ] imported/w3c/web-platform-tests/webrtc/RTCDataChannel-close.html is a flaky failure.


Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (282969 => 282970)

--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-09-23 17:38:19 UTC (rev 282969)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-09-23 17:41:22 UTC (rev 282970)
@@ -2089,3 +2089,6 @@
 webkit.org/b/230412 imported/w3c/web-platform-tests/service-workers/service-worker/clients-matchall-client-types.https.html [ Pass Failure ]
 
 webkit.org/b/230434 http/tests/navigation/back-to-slow-frame.html [ Pass Crash ]
+
+webkit.org/b/230695 imported/w3c/web-platform-tests/css/css-pseudo/highlight-painting-003.html [ Pass ImageOnlyFailure ]
+webkit.org/b/230695 imported/w3c/web-platform-tests/css/css-pseudo/highlight-painting-004.html [ Pass ImageOnlyFailure ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [282892] trunk/LayoutTests

2021-09-22 Thread ehutchison
Title: [282892] trunk/LayoutTests








Revision 282892
Author ehutchi...@apple.com
Date 2021-09-22 16:39:55 -0700 (Wed, 22 Sep 2021)


Log Message
Update test expectations for js/dfg-uint8clampedarray.html.
https://bugs.webkit.org/show_bug.cgi?id=229594.

Unreviewed test gardening.

* platform/win/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/win/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (282891 => 282892)

--- trunk/LayoutTests/ChangeLog	2021-09-22 23:20:35 UTC (rev 282891)
+++ trunk/LayoutTests/ChangeLog	2021-09-22 23:39:55 UTC (rev 282892)
@@ -1,3 +1,12 @@
+2021-09-22  Eric Hutchison  
+
+Update test expectations for js/dfg-uint8clampedarray.html.
+https://bugs.webkit.org/show_bug.cgi?id=229594.
+
+Unreviewed test gardening.
+
+* platform/win/TestExpectations:
+
 2021-09-22  Ayumi Kojima  
 
 [ BigSur wk2 ] http/tests/cache/disk-cache/shattered-deduplication.html is flaky image failure.


Modified: trunk/LayoutTests/platform/win/TestExpectations (282891 => 282892)

--- trunk/LayoutTests/platform/win/TestExpectations	2021-09-22 23:20:35 UTC (rev 282891)
+++ trunk/LayoutTests/platform/win/TestExpectations	2021-09-22 23:39:55 UTC (rev 282892)
@@ -4691,6 +4691,7 @@
 webkit.org/b/229594 js/dfg-int32array-overflow-values.html [ Pass Crash ]
 webkit.org/b/229594 js/dfg-int8array.html [ Pass Crash ]
 webkit.org/b/229594 js/dfg-uint32array-overflow-values.html [ Pass Crash ]
+webkit.org/b/229595 js/dfg-uint8clampedarray.html [ Pass Crash ]
 
 # webkit.org/b/214448 Web Share API is not implemented in the Windows port
 http/tests/webshare/ [ Skip ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [282855] trunk/LayoutTests

2021-09-21 Thread ehutchison
Title: [282855] trunk/LayoutTests








Revision 282855
Author ehutchi...@apple.com
Date 2021-09-21 17:32:43 -0700 (Tue, 21 Sep 2021)


Log Message
[ BigSur wk2 Debug] imported/w3c/web-platform-tests/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-iframe-fixed.html.
https://bugs.webkit.org/show_bug.cgi?id=230588.

Unreviewed test gardening.

* platform/mac-wk2/TestExpectations:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/mac-wk2/TestExpectations




Diff

Modified: trunk/LayoutTests/ChangeLog (282854 => 282855)

--- trunk/LayoutTests/ChangeLog	2021-09-22 00:32:09 UTC (rev 282854)
+++ trunk/LayoutTests/ChangeLog	2021-09-22 00:32:43 UTC (rev 282855)
@@ -1,3 +1,12 @@
+2021-09-21  Eric Hutchison  
+
+[ BigSur wk2 Debug] imported/w3c/web-platform-tests/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-iframe-fixed.html.
+https://bugs.webkit.org/show_bug.cgi?id=230588.
+
+Unreviewed test gardening.
+
+* platform/mac-wk2/TestExpectations:
+
 2021-09-21  Myles C. Maxfield  
 
 Parsing support for font-palette


Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (282854 => 282855)

--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-09-22 00:32:09 UTC (rev 282854)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-09-22 00:32:43 UTC (rev 282855)
@@ -1666,3 +1666,4 @@
 
 webkit.org/b/230518 [ Catalina Release ]  accessibility/mac/button-shouldnot-have-axvalue.html [ Pass Crash ]
 
+webkit.org/b/230588 [ BigSur Debug ] imported/w3c/web-platform-tests/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-iframe-fixed.html [ Pass Crash ]






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [282826] trunk

2021-09-21 Thread ehutchison
Title: [282826] trunk








Revision 282826
Author ehutchi...@apple.com
Date 2021-09-21 10:25:23 -0700 (Tue, 21 Sep 2021)


Log Message
Unreviewed, reverting r282768.

Slowdown on Mac EWS builders as a constant failure.

Reverted changeset:

"box-shadow and text-shadow do not yield float values while
interpolating"
https://bugs.webkit.org/show_bug.cgi?id=230347
https://commits.webkit.org/r282768

Modified Paths

trunk/LayoutTests/imported/w3c/ChangeLog
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/animations/box-shadow-composition-expected.txt
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/animations/box-shadow-interpolation-expected.txt
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/animations/box-shadow-interpolation.html
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/animations/text-shadow-composition-expected.txt
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/animations/text-shadow-interpolation-expected.txt
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/animations/text-shadow-interpolation.html
trunk/Source/WebCore/ChangeLog
trunk/Source/WebCore/animation/CSSPropertyAnimation.cpp
trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
trunk/Source/WebCore/display/css/DisplayBoxDecorationPainter.cpp
trunk/Source/WebCore/editing/Editor.cpp
trunk/Source/WebCore/platform/LengthPoint.h
trunk/Source/WebCore/rendering/LegacyEllipsisBox.cpp
trunk/Source/WebCore/rendering/RenderBoxModelObject.cpp
trunk/Source/WebCore/rendering/TextBoxPainter.cpp
trunk/Source/WebCore/rendering/TextDecorationPainter.cpp
trunk/Source/WebCore/rendering/TextPainter.cpp
trunk/Source/WebCore/rendering/style/RenderStyle.cpp
trunk/Source/WebCore/rendering/style/ShadowData.cpp
trunk/Source/WebCore/rendering/style/ShadowData.h
trunk/Source/WebCore/style/StyleBuilderCustom.h


Removed Paths

trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/box-shadow-calc-expected.html
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/box-shadow-calc.html




Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (282825 => 282826)

--- trunk/LayoutTests/imported/w3c/ChangeLog	2021-09-21 17:05:59 UTC (rev 282825)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2021-09-21 17:25:23 UTC (rev 282826)
@@ -1,3 +1,16 @@
+2021-09-21  Eric Hutchison  
+
+Unreviewed, reverting r282768.
+
+Slowdown on Mac EWS builders as a constant failure.
+
+Reverted changeset:
+
+"box-shadow and text-shadow do not yield float values while
+interpolating"
+https://bugs.webkit.org/show_bug.cgi?id=230347
+https://commits.webkit.org/r282768
+
 2021-09-21  Youenn Fablet  
 
 imported/w3c/web-platform-tests/webrtc/RTCDataChannel-close.html is flaky


Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/animations/box-shadow-composition-expected.txt (282825 => 282826)

--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/animations/box-shadow-composition-expected.txt	2021-09-21 17:05:59 UTC (rev 282825)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/animations/box-shadow-composition-expected.txt	2021-09-21 17:25:23 UTC (rev 282826)
@@ -24,19 +24,19 @@
 FAIL Compositing: property  underlying [rgb(10, 20, 30) 1px 2px 3px 4px] from add [rgb(100, 100, 100) 10px 20px 30px 40px, rgb(100, 100, 100) 10px 20px 30px 40px inset] to add [rgb(200, 200, 200) 20px 40px 60px 80px, rgb(200, 200, 200) 20px 40px 60px 80px inset] at (0.5) should be [rgb(10, 20, 30) 1px 2px 3px 4px, rgb(150, 150, 150) 15px 30px 45px 60px, rgb(150, 150, 150) 15px 30px 45px 60px inset] assert_equals: expected "rgb ( 10 , 20 , 30 ) 1px 2px 3px 4px , rgb ( 150 , 150 , 150 ) 15px 30px 45px 60px , rgb ( 150 , 150 , 150 ) 15px 30px 45px 60px inset " but got "rgb ( 150 , 150 , 150 ) 15px 30px 45px 60px , rgb ( 150 , 150 , 150 ) 15px 30px 45px 60px inset "
 FAIL Compositing: property  underlying [rgb(10, 20, 30) 1px 2px 3px 4px] from add [rgb(100, 100, 100) 10px 20px 30px 40px, rgb(100, 100, 100) 10px 20px 30px 40px inset] to add [rgb(200, 200, 200) 20px 40px 60px 80px, rgb(200, 200, 200) 20px 40px 60px 80px inset] at (1) should be [rgb(10, 20, 30) 1px 2px 3px 4px, rgb(200, 200, 200) 20px 40px 60px 80px, rgb(200, 200, 200) 20px 40px 60px 80px inset] assert_equals: expected "rgb ( 10 , 20 , 30 ) 1px 2px 3px 4px , rgb ( 200 , 200 , 200 ) 20px 40px 60px 80px , rgb ( 200 , 200 , 200 ) 20px 40px 60px 80px inset " but got "rgb ( 200 , 200 , 200 ) 20px 40px 60px 80px , rgb ( 200 , 200 , 200 ) 20px 40px 60px 80px inset "
 FAIL Compositing: property  underlying [rgb(10, 20, 30) 1px 2px 3px 4px] from add [rgb(100, 100, 100) 10px 20px 30px 40px, rgb(100, 100, 100) 10px 20px 30px 40px inset] to add [rgb(200, 200, 200) 20px 40px 60px 80px, rgb(200, 200, 200) 20px 40px 60px 80px inset] at (1.5) should be [rgb(10, 20, 30) 1px 2px 

  1   2   3   >