Bug 253573
| Summary: | REGRESSION(260692@main) 14 Test262 tests fail after this this change | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Saboff <msaboff> |
| Component: | JavaScriptCore | Assignee: | Michael Saboff <msaboff> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Michael Saboff
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'
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/106430729>
Michael Saboff
Pull request: https://github.com/WebKit/WebKit/pull/11241
EWS
Committed 261405@main (6a323d41f6f0): <https://commits.webkit.org/261405@main>
Reviewed commits have been landed. Closing PR #11241 and removing active labels.