Title: [279446] trunk/LayoutTests
Revision
279446
Author
[email protected]
Date
2021-06-30 17:48:51 -0700 (Wed, 30 Jun 2021)

Log Message

REGRESSION (r279427) [ Mac ] imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/integrity.html is failing
https://bugs.webkit.org/show_bug.cgi?id=227557
<rdar://problem/79993241>

Unreviewed, silence console logging to address test flakiness.

LayoutTests/imported/w3c:

* web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/integrity-expected.txt:

LayoutTests:

* TestExpectations:
* platform/mac-wk1/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/integrity-expected.txt: Removed.

Modified Paths

Removed Paths

  • trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/

Diff

Modified: trunk/LayoutTests/ChangeLog (279445 => 279446)


--- trunk/LayoutTests/ChangeLog	2021-07-01 00:16:18 UTC (rev 279445)
+++ trunk/LayoutTests/ChangeLog	2021-07-01 00:48:51 UTC (rev 279446)
@@ -1,3 +1,14 @@
+2021-06-30  Chris Dumez  <[email protected]>
+
+        REGRESSION (r279427) [ Mac ] imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/integrity.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=227557
+        <rdar://problem/79993241>
+
+        Unreviewed, silence console logging to address test flakiness.
+
+        * TestExpectations:
+        * platform/mac-wk1/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/integrity-expected.txt: Removed.
+
 2021-06-30  Ryosuke Niwa  <[email protected]>
 
         RemotePlayback must keep its media element alive when there is a pending activity

Modified: trunk/LayoutTests/TestExpectations (279445 => 279446)


--- trunk/LayoutTests/TestExpectations	2021-07-01 00:16:18 UTC (rev 279445)
+++ trunk/LayoutTests/TestExpectations	2021-07-01 00:48:51 UTC (rev 279446)
@@ -403,6 +403,7 @@
 imported/w3c/web-platform-tests/html/browsers/origin/cross-origin-objects/cross-origin-objects.html [ DumpJSConsoleLogInStdErr ]
 imported/w3c/web-platform-tests/html/browsers/sandboxing/sandbox-disallow-popups.html [ DumpJSConsoleLogInStdErr ]
 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-network-error.sub.html [ DumpJSConsoleLogInStdErr ]
+imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/integrity.html [ DumpJSConsoleLogInStdErr ]
 imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/integrity.html [ DumpJSConsoleLogInStdErr ]
 imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-invalid-args.html [ DumpJSConsoleLogInStdErr ]
 imported/w3c/web-platform-tests/html/user-activation/no-activation-thru-escape-key.html [ DumpJSConsoleLogInStdErr ]

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (279445 => 279446)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2021-07-01 00:16:18 UTC (rev 279445)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2021-07-01 00:48:51 UTC (rev 279446)
@@ -1,3 +1,13 @@
+2021-06-30  Chris Dumez  <[email protected]>
+
+        REGRESSION (r279427) [ Mac ] imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/integrity.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=227557
+        <rdar://problem/79993241>
+
+        Unreviewed, silence console logging to address test flakiness.
+
+        * web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/integrity-expected.txt:
+
 2021-06-30  Truitt Savell  <[email protected]>
 
         Update test expectations for imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/flow-content-0/dialog.html after the changes in r279427

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/integrity-expected.txt (279445 => 279446)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/integrity-expected.txt	2021-07-01 00:16:18 UTC (rev 279445)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/integrity-expected.txt	2021-07-01 00:48:51 UTC (rev 279446)
@@ -1,5 +1,3 @@
-CONSOLE MESSAGE: SyntaxError: Unexpected identifier 'assert'. Expected a ';' following a targeted import declaration.
-CONSOLE MESSAGE: TypeError: Cannot load script http://localhost:8800/html/semantics/scripting-1/the-script-element/css-module/resources/integrity-mismatches.js. Failed integrity metadata check. Content length: 147, Expected content length: -1, Expected metadata: sha384-doesnotmatch
 
 FAIL The integrity attribute must be verified on the top-level of a module loading a CSS module and allow it to execute when it matches assert_array_equals: The module and its dependency must have executed lengths differ, expected array ["integrity-matches,css:#test { background-color: rgb(255, 0, 0); }"] length 1, got [] length 0
 PASS The integrity attribute must be verified on the top-level of a module loading a CSS module and not allow it to execute when there's a mismatch
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to