<?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>231095</bug_id>
          
          <creation_ts>2021-10-01 13:26:48 -0700</creation_ts>
          <short_desc>REGRESSION: (r283293) 20 test262-test tests failing constantly</short_desc>
          <delta_ts>2024-02-22 16:18:12 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=230931</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="Truitt Savell">tsavell</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ashvayka</cc>
    
    <cc>saam</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>1799499</commentid>
    <comment_count>0</comment_count>
    <who name="Truitt Savell">tsavell</who>
    <bug_when>2021-10-01 13:26:48 -0700</bug_when>
    <thetext>Build:
https://build.webkit.org/#/builders/8/builds/6544

this began with the changes in https://trac.webkit.org/changeset/283293/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1799500</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-10-01 13:27:18 -0700</bug_when>
    <thetext>&lt;rdar://problem/83779591&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1799503</commentid>
    <comment_count>2</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-10-01 13:29:25 -0700</bug_when>
    <thetext>---------------NEW FAILING TESTS SUMMARY---------------
FAIL test/language/expressions/await/async-await-interleaved.js (default)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [Await: 1, Promise: 1, Promise: 2, Await: 2] and [Await: 1, Promise: 1, Await: 2, Promise: 2] to have the same contents. Async/await and promises should be interleaved&quot;
FAIL test/language/expressions/await/async-await-interleaved.js (strict mode)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [Await: 1, Promise: 1, Promise: 2, Await: 2] and [Await: 1, Promise: 1, Await: 2, Promise: 2] to have the same contents. Async/await and promises should be interleaved&quot;
FAIL test/language/expressions/await/async-generator-interleaved.js (default)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [await, 1, 2, await] and [await, 1, await, 2] to have the same contents. Async/await and promises should be interleaved&quot;
FAIL test/language/expressions/await/async-generator-interleaved.js (strict mode)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [await, 1, 2, await] and [await, 1, await, 2] to have the same contents. Async/await and promises should be interleaved&quot;
FAIL test/language/expressions/await/await-monkey-patched-promise.js (default)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [Promise: 1, Promise: 2, Await: 42] and [Promise: 1, Await: 42, Promise: 2] to have the same contents. Async/await and promises should be interleaved&quot;
FAIL test/language/expressions/await/await-monkey-patched-promise.js (strict mode)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [Promise: 1, Promise: 2, Await: 42] and [Promise: 1, Await: 42, Promise: 2] to have the same contents. Async/await and promises should be interleaved&quot;
FAIL test/language/expressions/await/for-await-of-interleaved.js (default)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [Promise: 6, Promise: 5, Promise: 4, Await: 3, Promise: 3, Promise: 2, Promise: 1, Await: 2, Promise: 0] and [Promise: 6, Promise: 5, Await: 3, Promise: 4, Promise: 3, Await: 2, Promise: 2, Promise: 1, Await: 1, Promise: 0] to have the same contents. Async/await and promises should be interleaved&quot;
FAIL test/language/expressions/await/for-await-of-interleaved.js (strict mode)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [Promise: 6, Promise: 5, Promise: 4, Await: 3, Promise: 3, Promise: 2, Promise: 1, Await: 2, Promise: 0] and [Promise: 6, Promise: 5, Await: 3, Promise: 4, Promise: 3, Await: 2, Promise: 2, Promise: 1, Await: 1, Promise: 0] to have the same contents. Async/await and promises should be interleaved&quot;
FAIL test/language/expressions/dynamic-import/catch/nested-async-gen-await-eval-script-code-target.js (module)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: [object Object]&quot;
FAIL test/language/expressions/dynamic-import/catch/nested-async-gen-return-await-eval-script-code-target.js (module)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: [object Object]&quot;
FAIL test/language/expressions/dynamic-import/for-await-resolution-and-error-agen-yield.js (default)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: f Expected SameValue(«null», «foo») to be true&quot;
FAIL test/language/expressions/dynamic-import/for-await-resolution-and-error-agen-yield.js (strict mode)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: f Expected SameValue(«null», «foo») to be true&quot;
FAIL test/language/statements/async-generator/return-undefined-implicit-and-explicit.js (default)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [tick 1, g1 ret, tick 2, g2 ret, g3 ret, g4 ret] and [tick 1, g1 ret, g2 ret, tick 2, g3 ret, g4 ret] to have the same contents. Ticks for implicit and explicit return undefined&quot;
FAIL test/language/statements/async-generator/return-undefined-implicit-and-explicit.js (strict mode)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [tick 1, g1 ret, tick 2, g2 ret, g3 ret, g4 ret] and [tick 1, g1 ret, g2 ret, tick 2, g3 ret, g4 ret] to have the same contents. Ticks for implicit and explicit return undefined&quot;
FAIL test/language/statements/for-await-of/async-from-sync-iterator-continuation-abrupt-completion-get-constructor.js (default)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [start, tick 1, tick 2] and [start, tick 1, tick 2, catch] to have the same contents. &quot;
FAIL test/language/statements/for-await-of/async-from-sync-iterator-continuation-abrupt-completion-get-constructor.js (strict mode)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [start, tick 1, tick 2] and [start, tick 1, tick 2, catch] to have the same contents. &quot;
FAIL test/language/statements/for-await-of/ticks-with-async-iter-resolved-promise-and-constructor-lookup-two.js (default)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [pre, tick 1, constructor, tick 2, loop] and [pre, constructor, tick 1, loop, constructor, tick 2, post] to have the same contents. Ticks and constructor lookups&quot;
FAIL test/language/statements/for-await-of/ticks-with-async-iter-resolved-promise-and-constructor-lookup-two.js (strict mode)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [pre, tick 1, constructor, tick 2, loop] and [pre, constructor, tick 1, loop, constructor, tick 2, post] to have the same contents. Ticks and constructor lookups&quot;
FAIL test/language/statements/for-await-of/ticks-with-sync-iter-resolved-promise-and-constructor-lookup.js (default)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [pre, tick 1, constructor, constructor, tick 2, tick 3, loop, tick 4, constructor] and [pre, constructor, constructor, tick 1, tick 2, loop, constructor, tick 3, tick 4, post] to have the same contents. Ticks and constructor lookups&quot;
FAIL test/language/statements/for-await-of/ticks-with-sync-iter-resolved-promise-and-constructor-lookup.js (strict mode)
Full Output:
&quot;Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [pre, tick 1, constructor, constructor, tick 2, tick 3, loop, tick 4, constructor] and [pre, constructor, constructor, tick 1, tick 2, loop, constructor, tick 3, tick 4, post] to have the same contents. Ticks and constructor lookups&quot;
---------------------------------------------------------</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2016232</commentid>
    <comment_count>3</comment_count>
    <who name="Alexey Shvayka">ashvayka</who>
    <bug_when>2024-02-22 16:18:12 -0800</bug_when>
    <thetext>This was fixed in https://commits.webkit.org/242494@main.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>