<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>222138</bug_id>
          
          <creation_ts>2021-02-18 15:41:21 -0800</creation_ts>
          <short_desc>[test262] 26 test/built-ins/RegExp/match-indices tests consistently failing</short_desc>
          <delta_ts>2021-02-18 15:42:32 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=202475</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryan Haddad">ryanhaddad</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>msaboff</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>ysuzuki</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1731052</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-02-18 15:41:21 -0800</bug_when>
    <thetext>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 &apos;indices[0]&apos;)
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 &apos;indices[0]&apos;)
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 &apos;indices.length&apos;)
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 &apos;indices.length&apos;)
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 &apos;Object.getOwnPropertyDescriptor(obj, name)&apos;)
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 &apos;Object.getOwnPropertyDescriptor(obj, name)&apos;)
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 &apos;/(?&lt;π&gt;a)/u.exec(&quot;bab&quot;).indices.groups&apos;)
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 &apos;/(?&lt;π&gt;a)/u.exec(&quot;bab&quot;).indices.groups&apos;)
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 &apos;indices.length&apos;)
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 &apos;indices.length&apos;)
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 &apos;Object.getPrototypeOf(indices)&apos;)
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 &apos;Object.getPrototypeOf(indices)&apos;)
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 &apos;Object.getOwnPropertyDescriptor(obj, name)&apos;)
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 &apos;Object.getOwnPropertyDescriptor(obj, name)&apos;)
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 &apos;result.groups&apos;)
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 &apos;result.groups&apos;)
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 &apos;Object.getOwnPropertyDescriptor(obj, name)&apos;)
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 &apos;Object.getOwnPropertyDescriptor(obj, name)&apos;)
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 &apos;/(?&lt;fst&gt;.)|(?&lt;snd&gt;.)/u.exec(&quot;abcd&quot;).indices.groups&apos;)
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 &apos;/(?&lt;fst&gt;.)|(?&lt;snd&gt;.)/u.exec(&quot;abcd&quot;).indices.groups&apos;)
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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1731053</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-02-18 15:41:58 -0800</bug_when>
    <thetext>&lt;rdar://problem/74497629&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>