[Webkit-unassigned] [Bug 231095] REGRESSION: (r283293) 20 test262-test tests failing constantly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 1 13:29:25 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=231095

--- Comment #2 from Ryan Haddad <ryanhaddad at apple.com> ---
---------------NEW FAILING TESTS SUMMARY---------------
FAIL test/language/expressions/await/async-await-interleaved.js (default)
Full Output:
"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"
FAIL test/language/expressions/await/async-await-interleaved.js (strict mode)
Full Output:
"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"
FAIL test/language/expressions/await/async-generator-interleaved.js (default)
Full Output:
"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"
FAIL test/language/expressions/await/async-generator-interleaved.js (strict mode)
Full Output:
"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"
FAIL test/language/expressions/await/await-monkey-patched-promise.js (default)
Full Output:
"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"
FAIL test/language/expressions/await/await-monkey-patched-promise.js (strict mode)
Full Output:
"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"
FAIL test/language/expressions/await/for-await-of-interleaved.js (default)
Full Output:
"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"
FAIL test/language/expressions/await/for-await-of-interleaved.js (strict mode)
Full Output:
"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"
FAIL test/language/expressions/dynamic-import/catch/nested-async-gen-await-eval-script-code-target.js (module)
Full Output:
"Test262:AsyncTestFailure:Test262Error: [object Object]"
FAIL test/language/expressions/dynamic-import/catch/nested-async-gen-return-await-eval-script-code-target.js (module)
Full Output:
"Test262:AsyncTestFailure:Test262Error: [object Object]"
FAIL test/language/expressions/dynamic-import/for-await-resolution-and-error-agen-yield.js (default)
Full Output:
"Test262:AsyncTestFailure:Test262Error: Test262Error: f Expected SameValue(«null», «foo») to be true"
FAIL test/language/expressions/dynamic-import/for-await-resolution-and-error-agen-yield.js (strict mode)
Full Output:
"Test262:AsyncTestFailure:Test262Error: Test262Error: f Expected SameValue(«null», «foo») to be true"
FAIL test/language/statements/async-generator/return-undefined-implicit-and-explicit.js (default)
Full Output:
"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"
FAIL test/language/statements/async-generator/return-undefined-implicit-and-explicit.js (strict mode)
Full Output:
"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"
FAIL test/language/statements/for-await-of/async-from-sync-iterator-continuation-abrupt-completion-get-constructor.js (default)
Full Output:
"Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [start, tick 1, tick 2] and [start, tick 1, tick 2, catch] to have the same contents. "
FAIL test/language/statements/for-await-of/async-from-sync-iterator-continuation-abrupt-completion-get-constructor.js (strict mode)
Full Output:
"Test262:AsyncTestFailure:Test262Error: Test262Error: Expected [start, tick 1, tick 2] and [start, tick 1, tick 2, catch] to have the same contents. "
FAIL test/language/statements/for-await-of/ticks-with-async-iter-resolved-promise-and-constructor-lookup-two.js (default)
Full Output:
"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"
FAIL test/language/statements/for-await-of/ticks-with-async-iter-resolved-promise-and-constructor-lookup-two.js (strict mode)
Full Output:
"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"
FAIL test/language/statements/for-await-of/ticks-with-sync-iter-resolved-promise-and-constructor-lookup.js (default)
Full Output:
"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"
FAIL test/language/statements/for-await-of/ticks-with-sync-iter-resolved-promise-and-constructor-lookup.js (strict mode)
Full Output:
"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"
---------------------------------------------------------

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211001/dbb4ce4d/attachment-0001.htm>


More information about the webkit-unassigned mailing list