Bug 227730 - 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
Summary: REGRESSION (r279427): [ Mac wk2 ] imported/w3c/web-platform-tests/html/semant...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eric Hutchison
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-07-06 17:55 PDT by Eric Hutchison
Modified: 2021-07-07 10:35 PDT (History)
5 users (show)

See Also:


Attachments
Update Test Expectations (1.77 KB, patch)
2021-07-06 18:12 PDT, Eric Hutchison
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>