WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
222138
[test262] 26 test/built-ins/RegExp/match-indices tests consistently failing
https://bugs.webkit.org/show_bug.cgi?id=222138
Summary
[test262] 26 test/built-ins/RegExp/match-indices tests consistently failing
Ryan Haddad
Reported
2021-02-18 15:41:21 PST
After
https://trac.webkit.org/changeset/273086/webkit
, the following tests are consistently failing on test262 bots: ---------------NEW FAILING TESTS SUMMARY--------------- FAIL test/built-ins/RegExp/match-indices/indices-array-element.js (default) Full Output: Exception: TypeError: undefined is not an object (evaluating 'indices[0]') global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-array-element.js:18:47 FAIL test/built-ins/RegExp/match-indices/indices-array-element.js (strict mode) Full Output: Exception: TypeError: undefined is not an object (evaluating 'indices[0]') global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-array-element.js:19:47 FAIL test/built-ins/RegExp/match-indices/indices-array-matched.js (default) Full Output: Exception: TypeError: undefined is not an object (evaluating 'indices.length') global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-array-matched.js:30:25 FAIL test/built-ins/RegExp/match-indices/indices-array-matched.js (strict mode) Full Output: Exception: TypeError: undefined is not an object (evaluating 'indices.length') global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-array-matched.js:31:25 FAIL test/built-ins/RegExp/match-indices/indices-array-non-unicode-match.js (default) Full Output: Exception: Test262Error: Expected [[1, 2], [1, 2]] to be structurally equal to undefined. FAIL test/built-ins/RegExp/match-indices/indices-array-non-unicode-match.js (strict mode) Full Output: Exception: Test262Error: Expected [[1, 2], [1, 2]] to be structurally equal to undefined. FAIL test/built-ins/RegExp/match-indices/indices-array-properties.js (default) Full Output: Exception: TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)') getOwnPropertyDescriptor@[native code] verifyProperty@/var/folders/sw/7sr9zzm17ns_j2k1276zbq7m0000gn/T/JoJ_mSFEDs/SmZ9D8h32r:33:53 global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-array-properties.js:19:15 FAIL test/built-ins/RegExp/match-indices/indices-array-properties.js (strict mode) Full Output: Exception: TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)') getOwnPropertyDescriptor@[native code] verifyProperty@/var/folders/sw/7sr9zzm17ns_j2k1276zbq7m0000gn/T/JoJ_mSFEDs/SmZ9D8h32r:33:53 global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-array-properties.js:20:15 FAIL test/built-ins/RegExp/match-indices/indices-array-unicode-match.js (default) Full Output: Exception: Test262Error: Expected [[1, 2], [1, 2]] to be structurally equal to undefined. FAIL test/built-ins/RegExp/match-indices/indices-array-unicode-match.js (strict mode) Full Output: Exception: Test262Error: Expected [[1, 2], [1, 2]] to be structurally equal to undefined. FAIL test/built-ins/RegExp/match-indices/indices-array-unicode-property-names.js (default) Full Output: Exception: TypeError: undefined is not an object (evaluating '/(?<π>a)/u.exec("bab").indices.groups') global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-array-unicode-property-names.js:11:59 FAIL test/built-ins/RegExp/match-indices/indices-array-unicode-property-names.js (strict mode) Full Output: Exception: TypeError: undefined is not an object (evaluating '/(?<π>a)/u.exec("bab").indices.groups') global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-array-unicode-property-names.js:12:59 FAIL test/built-ins/RegExp/match-indices/indices-array-unmatched.js (default) Full Output: Exception: TypeError: undefined is not an object (evaluating 'indices.length') global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-array-unmatched.js:29:25 FAIL test/built-ins/RegExp/match-indices/indices-array-unmatched.js (strict mode) Full Output: Exception: TypeError: undefined is not an object (evaluating 'indices.length') global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-array-unmatched.js:30:25 FAIL test/built-ins/RegExp/match-indices/indices-array.js (default) Full Output: Exception: TypeError: undefined is not an object (evaluating 'Object.getPrototypeOf(indices)') getPrototypeOf@[native code] global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-array.js:17:39 FAIL test/built-ins/RegExp/match-indices/indices-array.js (strict mode) Full Output: Exception: TypeError: undefined is not an object (evaluating 'Object.getPrototypeOf(indices)') getPrototypeOf@[native code] global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-array.js:18:39 FAIL test/built-ins/RegExp/match-indices/indices-groups-object-undefined.js (default) Full Output: Exception: TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)') getOwnPropertyDescriptor@[native code] verifyProperty@/var/folders/sw/7sr9zzm17ns_j2k1276zbq7m0000gn/T/JoJ_mSFEDs/ogMMbG1Ztx:33:53 global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-groups-object-undefined.js:21:15 FAIL test/built-ins/RegExp/match-indices/indices-groups-object-undefined.js (strict mode) Full Output: Exception: TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)') getOwnPropertyDescriptor@[native code] verifyProperty@/var/folders/sw/7sr9zzm17ns_j2k1276zbq7m0000gn/T/JoJ_mSFEDs/ogMMbG1Ztx:33:53 global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-groups-object-undefined.js:22:15 FAIL test/built-ins/RegExp/match-indices/indices-groups-object-unmatched.js (default) Full Output: Exception: TypeError: undefined is not an object (evaluating 'result.groups') global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-groups-object-unmatched.js:19:35 FAIL test/built-ins/RegExp/match-indices/indices-groups-object-unmatched.js (strict mode) Full Output: Exception: TypeError: undefined is not an object (evaluating 'result.groups') global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-groups-object-unmatched.js:20:35 FAIL test/built-ins/RegExp/match-indices/indices-groups-object.js (default) Full Output: Exception: TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)') getOwnPropertyDescriptor@[native code] verifyProperty@/var/folders/sw/7sr9zzm17ns_j2k1276zbq7m0000gn/T/JoJ_mSFEDs/WTcqt9c2BH:33:53 global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-groups-object.js:29:15 FAIL test/built-ins/RegExp/match-indices/indices-groups-object.js (strict mode) Full Output: Exception: TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)') getOwnPropertyDescriptor@[native code] verifyProperty@/var/folders/sw/7sr9zzm17ns_j2k1276zbq7m0000gn/T/JoJ_mSFEDs/WTcqt9c2BH:33:53 global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-groups-object.js:30:15 FAIL test/built-ins/RegExp/match-indices/indices-groups-properties.js (default) Full Output: Exception: TypeError: undefined is not an object (evaluating '/(?<fst>.)|(?<snd>.)/u.exec("abcd").indices.groups') global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-groups-properties.js:18:88 FAIL test/built-ins/RegExp/match-indices/indices-groups-properties.js (strict mode) Full Output: Exception: TypeError: undefined is not an object (evaluating '/(?<fst>.)|(?<snd>.)/u.exec("abcd").indices.groups') global code@/Volumes/Data/slave/bigsur-release-tests-test262/build/JSTests/test262/test/built-ins/RegExp/match-indices/indices-groups-properties.js:19:88 FAIL test/built-ins/RegExp/match-indices/indices-property.js (default) Full Output: Exception: Test262Error: obj should have an own property indices FAIL test/built-ins/RegExp/match-indices/indices-property.js (strict mode) Full Output: Exception: Test262Error: obj should have an own property indices ---------------------------------------------------------
https://build.webkit.org/#/builders/8/builds/439/steps/9/logs/stdio
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-02-18 15:41:58 PST
<
rdar://problem/74497629
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug