Bug 227730

Summary: REGRESSION (r279427): [ Mac wk2 ] imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/import-css-module-basic.html is a flaky failure
Product: WebKit Reporter: Eric Hutchison <ehutchison>
Component: New BugsAssignee: Eric Hutchison <ehutchison>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, ehutchison, tsavell, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Update Test Expectations none

Description Eric Hutchison 2021-07-06 17:55:57 PDT
imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/import-css-module-basic.html

is a flaky failure. Will research and update.

History: https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fsemantics%2Fscripting-1%2Fthe-script-element%2Fcss-module%2Fimport-css-module-basic.html&platform=mac

--- /Volumes/Data/worker/bigsur-release-applesilicon-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/import-css-module-basic-expected.txt
+++ /Volumes/Data/worker/bigsur-release-applesilicon-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/import-css-module-basic-actual.txt
@@ -1,8 +1,8 @@
-CONSOLE MESSAGE: SyntaxError: Unexpected identifier 'assert'. Expected a ';' following a targeted import declaration.
 CONSOLE MESSAGE: SyntaxError: Unexpected identifier 'assert'. Expected a ';' following a targeted import declaration.
 CONSOLE MESSAGE: SyntaxError: Unexpected identifier 'assert'. Expected a ';' following a targeted import declaration.
 CONSOLE MESSAGE: SyntaxError: Unexpected identifier 'assert'. Expected a ';' following a targeted import declaration.
 CONSOLE MESSAGE: TypeError: 'text/css' is not a valid JavaScript MIME type.
+CONSOLE MESSAGE: SyntaxError: Unexpected identifier 'assert'. Expected a ';' following a targeted import declaration.
 
 
 FAIL A CSS Module should load assert_equals: CSS module import should succeed expected "rgb(255, 0, 0)" but got "rgba(0, 0, 0, 0)"
Comment 1 Radar WebKit Bug Importer 2021-07-06 17:56:26 PDT
<rdar://problem/80240658>
Comment 2 Eric Hutchison 2021-07-06 18:12:54 PDT
Created attachment 432993 [details]
Update Test Expectations
Comment 3 Truitt Savell 2021-07-07 09:12:23 PDT
Looks like the became flaky after the resin in https://trac.webkit.org/changeset/279427/webkit
Comment 4 Chris Dumez 2021-07-07 10:35:13 PDT
Committed r279648 (239461@main): <https://commits.webkit.org/239461@main>