[Webkit-unassigned] [Bug 222138] New: test/built-ins/RegExp/match-indices/indices-array-* tests consistently failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 18 15:41:21 PST 2021


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

            Bug ID: 222138
           Summary: test/built-ins/RegExp/match-indices/indices-array-*
                    tests consistently failing
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com

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

-- 
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/20210218/1624e349/attachment.htm>


More information about the webkit-unassigned mailing list