Bug 253573 - REGRESSION(260692@main) 14 Test262 tests fail after this this change
Summary: REGRESSION(260692@main) 14 Test262 tests fail after this this change
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-08 09:08 PST by Michael Saboff
Modified: 2023-03-08 22:26 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2023-03-08 09:08:53 PST
These failures where introduced by 260692@main:

test/built-ins/RegExp/lookBehind/mutual-recursive.js:
  default: 'Test262Error: Expected [a, aa] and [x, aa] to have the same contents. #4'
  strict mode: 'Test262Error: Expected [a, aa] and [x, aa] to have the same contents. #4'
test/built-ins/RegExp/named-groups/non-unicode-references.js:
  default: "Test262Error: Second argument shouldn't be nullish. "
  strict mode: "Test262Error: Second argument shouldn't be nullish. "
test/built-ins/RegExp/named-groups/unicode-references.js:
  default: "Test262Error: Second argument shouldn't be nullish. "
  strict mode: "Test262Error: Second argument shouldn't be nullish. "
test/built-ins/RegExp/prototype/exec/duplicate-named-groups-properties.js:
  default: 'Bad exit code: 5'
  strict mode: 'Bad exit code: 5'
test/built-ins/RegExp/prototype/exec/duplicate-named-indices-groups-properties.js:
  default: 'Bad exit code: 5'
  strict mode: 'Bad exit code: 5'
test/built-ins/String/prototype/match/duplicate-named-groups-properties.js:
  default: 'Bad exit code: 5'
  strict mode: 'Bad exit code: 5'
test/built-ins/String/prototype/match/duplicate-named-indices-groups-properties.js:
  default: 'Bad exit code: 5'
  strict mode: 'Bad exit code: 5'
Comment 1 Radar WebKit Bug Importer 2023-03-08 09:09:24 PST
<rdar://problem/106430729>
Comment 2 Michael Saboff 2023-03-08 11:22:04 PST
Pull request: https://github.com/WebKit/WebKit/pull/11241
Comment 3 EWS 2023-03-08 22:26:39 PST
Committed 261405@main (6a323d41f6f0): <https://commits.webkit.org/261405@main>

Reviewed commits have been landed. Closing PR #11241 and removing active labels.