<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>222750</bug_id>
          
          <creation_ts>2021-03-04 10:51:32 -0800</creation_ts>
          <short_desc>[macOS] imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/css-module-worker-test.html is a flakey crash and failure</short_desc>
          <delta_ts>2021-04-23 11:54:36 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>CSS</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=177680</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Amir Mark Jr">amir_mark</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>cdumez</cc>
    
    <cc>koivisto</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1735925</commentid>
    <comment_count>0</comment_count>
    <who name="Amir Mark Jr">amir_mark</who>
    <bug_when>2021-03-04 10:51:32 -0800</bug_when>
    <thetext>imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/css-module-worker-test.html

Is a flakey failure on Big Sur Debug Wk1 and Wk2. It is also a flakey failure on Catalina WK1 and Wk2

It is also flakey crashing on Big Sur Debug Wk1, Catalina Debug WK1 and WK2


History:

https://results.webkit.org/?suite=layout-tests&amp;test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fsemantics%2Fscripting-1%2Fthe-script-element%2Fcss-module%2Fcss-module-worker-test.html


Text Diff:

--- /Volumes/Data/worker/bigsur-debug-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/css-module-worker-test-expected.txt
+++ /Volumes/Data/worker/bigsur-debug-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/css-module-worker-test-actual.txt
@@ -1,5 +1,7 @@
+
+Harness Error (TIMEOUT), message = null
 
 PASS A static import CSS Module within a web worker should not load.
-PASS A dynamic import CSS Module within a web worker should not load.
+TIMEOUT A dynamic import CSS Module within a web worker should not load. Test timed out
 PASS A CSS Module within a web worker should not load.
 


Crash Log:

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff717b1dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff717b2170 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff37607ef5 __CFRunLoopServiceMachPort + 247
3   com.apple.CoreFoundation      	0x00007fff376069c2 __CFRunLoopRun + 1319
4   com.apple.CoreFoundation      	0x00007fff37605e3e CFRunLoopRunSpecific + 462
5   DumpRenderTree                	0x000000010667fc62 runTest(std::__1::basic_string&lt;char, std::__1::char_traits&lt;char&gt;, std::__1::allocator&lt;char&gt; &gt; const&amp;) + 3218 (DumpRenderTree.mm:2029)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1735927</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-03-04 10:52:14 -0800</bug_when>
    <thetext>&lt;rdar://problem/75046557&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1736506</commentid>
    <comment_count>2</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2021-03-05 13:26:32 -0800</bug_when>
    <thetext>The crash is on a different thread, and might be caused by a preceding test. This one does use workers though.

ASSERTION FAILED: m_globalScope-&gt;hasOneRef()
./workers/WorkerOrWorkletThread.cpp(154) : void WebCore::WorkerOrWorkletThread::workerOrWorkletThread()
1   0x362156129 WTFCrash
2   0x3406be43b WTFCrashWithInfo(int, char const*, char const*, int)
3   0x3458386ea WebCore::WorkerOrWorkletThread::workerOrWorkletThread()
4   0x34586eeeb WebCore::WorkerThread::createThread()::$_0::operator()() const
5   0x34586ee9e WTF::Detail::CallableWrapper&lt;WebCore::WorkerThread::createThread()::$_0, void&gt;::call()
6   0x362181802 WTF::Function&lt;void ()&gt;::operator()() const
7   0x362246298 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*)
8   0x362254128 WTF::wtfThreadEntryPoint(void*)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1746602</commentid>
    <comment_count>3</comment_count>
    <who name="Amir Mark Jr">amir_mark</who>
    <bug_when>2021-04-02 12:15:54 -0700</bug_when>
    <thetext>This is also flakey failing on EWS:

https://ews-build.webkit.org/#/builders/57/builds/4983</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1746675</commentid>
    <comment_count>4</comment_count>
    <who name="Amir Mark Jr">amir_mark</who>
    <bug_when>2021-04-02 14:33:15 -0700</bug_when>
    <thetext>Updated test expectations: 

https://trac.webkit.org/changeset/275441/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1753666</commentid>
    <comment_count>5</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-04-23 11:54:36 -0700</bug_when>
    <thetext>The flakiness isn&apos;t limited to debug. Updated test expectations in r276508</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>