<?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>245695</bug_id>
          
          <creation_ts>2022-09-26 14:32:55 -0700</creation_ts>
          <short_desc>REGRESSION (254791@main): [ Test262 ] 112 Test262 tests consistently fail</short_desc>
          <delta_ts>2022-09-27 13:34:03 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <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="Karl Rackler">rackler</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1901296</commentid>
    <comment_count>0</comment_count>
    <who name="Karl Rackler">rackler</who>
    <bug_when>2022-09-26 14:32:55 -0700</bug_when>
    <thetext>Description:
112 Test262 consistently fail on the bots.

The first build that failed Monterey AppleSilicon Release Test262 Tests is https://build.webkit.org/#/builders/366/builds/15139 with change at 254791@main.

Build History:
https://build.webkit.org/#/builders/366?numbuilds=150

---------------NEW FAILING TESTS SUMMARY---------------

FAIL test/intl402/DurationFormat/constructor-locales-invalid.js (default)
Full Output:
Exception: Test262Error: Expected a CustomError but got a TypeError

FAIL test/intl402/DurationFormat/constructor-locales-invalid.js (strict mode)
Full Output:
Exception: Test262Error: Expected a CustomError but got a TypeError

FAIL test/intl402/DurationFormat/constructor-locales-valid.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/constructor-locales-valid.js:14:46

FAIL test/intl402/DurationFormat/constructor-locales-valid.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/constructor-locales-valid.js:15:46

FAIL test/intl402/DurationFormat/constructor-options-defaults.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Constructor(undefined, options)&apos;)
@/var/folders/nb/1xzyd8_d1f7bj60mqyq_nqlw0000gn/T/HjExmiEU5a/8stUalwCQV:1925:26
forEach@[native code]
testOption@/var/folders/nb/1xzyd8_d1f7bj60mqyq_nqlw0000gn/T/HjExmiEU5a/8stUalwCQV:1921:21
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/constructor-options-defaults.js:23:11

FAIL test/intl402/DurationFormat/constructor-options-defaults.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Constructor(undefined, options)&apos;)
@/var/folders/nb/1xzyd8_d1f7bj60mqyq_nqlw0000gn/T/HjExmiEU5a/8stUalwCQV:1925:26
forEach@[native code]
testOption@/var/folders/nb/1xzyd8_d1f7bj60mqyq_nqlw0000gn/T/HjExmiEU5a/8stUalwCQV:1921:21
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/constructor-options-defaults.js:24:11

FAIL test/intl402/DurationFormat/constructor-options-fractionalDigits-invalid.js (default)
Full Output:
Exception: Test262Error: new Intl.DurationFormat(&quot;en&quot;, {fractionalDigits: &quot;-10&quot;}) throws RangeError Expected a RangeError but got a TypeError

FAIL test/intl402/DurationFormat/constructor-options-fractionalDigits-invalid.js (strict mode)
Full Output:
Exception: Test262Error: new Intl.DurationFormat(&quot;en&quot;, {fractionalDigits: &quot;-10&quot;}) throws RangeError Expected a RangeError but got a TypeError

FAIL test/intl402/DurationFormat/constructor-options-fractionalDigits-valid.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat(&quot;en&quot;, {fractionalDigits})&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/constructor-options-fractionalDigits-valid.js:22:38

FAIL test/intl402/DurationFormat/constructor-options-fractionalDigits-valid.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat(&quot;en&quot;, {fractionalDigits})&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/constructor-options-fractionalDigits-valid.js:23:38

FAIL test/intl402/DurationFormat/constructor-options-invalid.js (default)
Full Output:
Exception: Test262Error: Expected SameValue(«undefined», «function») to be true

FAIL test/intl402/DurationFormat/constructor-options-invalid.js (strict mode)
Full Output:
Exception: Test262Error: Expected SameValue(«undefined», «function») to be true

FAIL test/intl402/DurationFormat/constructor-options-localeMatcher-invalid.js (default)
Full Output:
Exception: Test262Error: null is an invalid localeMatcher option value Expected a RangeError but got a TypeError

FAIL test/intl402/DurationFormat/constructor-options-localeMatcher-invalid.js (strict mode)
Full Output:
Exception: Test262Error: null is an invalid localeMatcher option value Expected a RangeError but got a TypeError

FAIL test/intl402/DurationFormat/constructor-options-localeMatcher-valid.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Constructor(undefined, options)&apos;)
@/var/folders/nb/1xzyd8_d1f7bj60mqyq_nqlw0000gn/T/HjExmiEU5a/OGdrxRA6w7:1925:26
forEach@[native code]
testOption@/var/folders/nb/1xzyd8_d1f7bj60mqyq_nqlw0000gn/T/HjExmiEU5a/OGdrxRA6w7:1921:21
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/constructor-options-localeMatcher-valid.js:15:11

FAIL test/intl402/DurationFormat/constructor-options-localeMatcher-valid.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Constructor(undefined, options)&apos;)
@/var/folders/nb/1xzyd8_d1f7bj60mqyq_nqlw0000gn/T/HjExmiEU5a/OGdrxRA6w7:1925:26
forEach@[native code]
testOption@/var/folders/nb/1xzyd8_d1f7bj60mqyq_nqlw0000gn/T/HjExmiEU5a/OGdrxRA6w7:1921:21
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/constructor-options-localeMatcher-valid.js:16:11

FAIL test/intl402/DurationFormat/constructor-options-numberingSystem-invalid.js (default)
Full Output:
Exception: Test262Error: new Intl.DurationFormat(&quot;en&quot;, {numberingSystem: &quot;&quot;}) throws RangeError Expected a RangeError but got a TypeError

FAIL test/intl402/DurationFormat/constructor-options-numberingSystem-invalid.js (strict mode)
Full Output:
Exception: Test262Error: new Intl.DurationFormat(&quot;en&quot;, {numberingSystem: &quot;&quot;}) throws RangeError Expected a RangeError but got a TypeError

FAIL test/intl402/DurationFormat/constructor-options-numberingSystem-valid.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat(&quot;en&quot;, {numberingSystem})&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/constructor-options-numberingSystem-valid.js:19:38

FAIL test/intl402/DurationFormat/constructor-options-numberingSystem-valid.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat(&quot;en&quot;, {numberingSystem})&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/constructor-options-numberingSystem-valid.js:20:38

FAIL test/intl402/DurationFormat/constructor-options-order.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat(undefined, options)&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/constructor-options-order.js:40:33

FAIL test/intl402/DurationFormat/constructor-options-order.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat(undefined, options)&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/constructor-options-order.js:41:33

FAIL test/intl402/DurationFormat/constructor-options-style-invalid.js (default)
Full Output:
Exception: Test262Error: null is an invalid style option value Expected a RangeError but got a TypeError

FAIL test/intl402/DurationFormat/constructor-options-style-invalid.js (strict mode)
Full Output:
Exception: Test262Error: null is an invalid style option value Expected a RangeError but got a TypeError

FAIL test/intl402/DurationFormat/constructor-options-style-valid.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat([], {&quot;style&quot;: validOption})&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/constructor-options-style-valid.js:28:37

FAIL test/intl402/DurationFormat/constructor-options-style-valid.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat([], {&quot;style&quot;: validOption})&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/constructor-options-style-valid.js:29:37

FAIL test/intl402/DurationFormat/extensibility.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/extensibility.js:17:46

FAIL test/intl402/DurationFormat/extensibility.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/extensibility.js:18:46

FAIL test/intl402/DurationFormat/length.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Object.getOwnPropertyDescriptor(obj, name)&apos;)
getOwnPropertyDescriptor@[native code]
verifyProperty@/var/folders/nb/1xzyd8_d1f7bj60mqyq_nqlw0000gn/T/HjExmiEU5a/0hsa87KlPp:33:53
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/length.js:28:15

FAIL test/intl402/DurationFormat/length.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/nb/1xzyd8_d1f7bj60mqyq_nqlw0000gn/T/HjExmiEU5a/0hsa87KlPp:33:53
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/length.js:29:15

FAIL test/intl402/DurationFormat/name.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Object.getOwnPropertyDescriptor(obj, name)&apos;)
getOwnPropertyDescriptor@[native code]
verifyProperty@/var/folders/nb/1xzyd8_d1f7bj60mqyq_nqlw0000gn/T/HjExmiEU5a/5rCC9zYSDm:33:53
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/name.js:24:15

FAIL test/intl402/DurationFormat/name.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/nb/1xzyd8_d1f7bj60mqyq_nqlw0000gn/T/HjExmiEU5a/5rCC9zYSDm:33:53
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/name.js:25:15

FAIL test/intl402/DurationFormat/newtarget-undefined.js (default)
Full Output:
Exception: Test262Error: Expected SameValue(«undefined», «function») to be true

FAIL test/intl402/DurationFormat/newtarget-undefined.js (strict mode)
Full Output:
Exception: Test262Error: Expected SameValue(«undefined», «function») to be true

FAIL test/intl402/DurationFormat/prop-desc.js (default)
Full Output:
Exception: Test262Error: obj should have an own property DurationFormat

FAIL test/intl402/DurationFormat/prop-desc.js (strict mode)
Full Output:
Exception: Test262Error: obj should have an own property DurationFormat

FAIL test/intl402/DurationFormat/prototype.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype.js:15:38

FAIL test/intl402/DurationFormat/prototype.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype.js:16:38

FAIL test/intl402/DurationFormat/prototype/constructor/prop-desc.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/constructor/prop-desc.js:28:40

FAIL test/intl402/DurationFormat/prototype/constructor/prop-desc.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/constructor/prop-desc.js:29:40

FAIL test/intl402/DurationFormat/prototype/constructor/value.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/constructor/value.js:12:37

FAIL test/intl402/DurationFormat/prototype/constructor/value.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/constructor/value.js:13:37

FAIL test/intl402/DurationFormat/prototype/format/basic-format-en.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat(&apos;en&apos;)&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/basic-format-en.js:24:35

FAIL test/intl402/DurationFormat/prototype/format/basic-format-en.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat(&apos;en&apos;)&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/basic-format-en.js:25:35

FAIL test/intl402/DurationFormat/prototype/format/branding.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/branding.js:10:35

FAIL test/intl402/DurationFormat/prototype/format/branding.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/branding.js:11:35

FAIL test/intl402/DurationFormat/prototype/format/invalid-arguments-throws.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/invalid-arguments-throws.js:15:35

FAIL test/intl402/DurationFormat/prototype/format/invalid-arguments-throws.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/invalid-arguments-throws.js:16:35

FAIL test/intl402/DurationFormat/prototype/format/invalid-negative-duration-throws.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/invalid-negative-duration-throws.js:12:35

FAIL test/intl402/DurationFormat/prototype/format/invalid-negative-duration-throws.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/invalid-negative-duration-throws.js:13:35

FAIL test/intl402/DurationFormat/prototype/format/length.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/length.js:28:35

FAIL test/intl402/DurationFormat/prototype/format/length.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/length.js:29:35

FAIL test/intl402/DurationFormat/prototype/format/name.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/name.js:21:35

FAIL test/intl402/DurationFormat/prototype/format/name.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/name.js:22:35

FAIL test/intl402/DurationFormat/prototype/format/not-a-constructor.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/not-a-constructor.js:20:51

FAIL test/intl402/DurationFormat/prototype/format/not-a-constructor.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/not-a-constructor.js:21:51

FAIL test/intl402/DurationFormat/prototype/format/prop-desc.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/prop-desc.js:12:29

FAIL test/intl402/DurationFormat/prototype/format/prop-desc.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/prop-desc.js:13:29

FAIL test/intl402/DurationFormat/prototype/format/style-options-en.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat(&quot;en&quot;, {style})&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/style-options-en.js:33:38

FAIL test/intl402/DurationFormat/prototype/format/style-options-en.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat(&quot;en&quot;, {style})&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/style-options-en.js:34:38

FAIL test/intl402/DurationFormat/prototype/format/throw-invoked-as-func.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/throw-invoked-as-func.js:14:35

FAIL test/intl402/DurationFormat/prototype/format/throw-invoked-as-func.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/format/throw-invoked-as-func.js:15:35

FAIL test/intl402/DurationFormat/prototype/formatToParts/branding.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/branding.js:10:42

FAIL test/intl402/DurationFormat/prototype/formatToParts/branding.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/branding.js:11:42

FAIL test/intl402/DurationFormat/prototype/formatToParts/invalid-arguments-throws.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/invalid-arguments-throws.js:15:35

FAIL test/intl402/DurationFormat/prototype/formatToParts/invalid-arguments-throws.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/invalid-arguments-throws.js:16:35

FAIL test/intl402/DurationFormat/prototype/formatToParts/invalid-negative-duration-throws.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/invalid-negative-duration-throws.js:10:35

FAIL test/intl402/DurationFormat/prototype/formatToParts/invalid-negative-duration-throws.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/invalid-negative-duration-throws.js:11:35

FAIL test/intl402/DurationFormat/prototype/formatToParts/length.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/length.js:30:35

FAIL test/intl402/DurationFormat/prototype/formatToParts/length.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/length.js:31:35

FAIL test/intl402/DurationFormat/prototype/formatToParts/name.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/name.js:21:35

FAIL test/intl402/DurationFormat/prototype/formatToParts/name.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/name.js:22:35

FAIL test/intl402/DurationFormat/prototype/formatToParts/not-a-constructor.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/not-a-constructor.js:20:51

FAIL test/intl402/DurationFormat/prototype/formatToParts/not-a-constructor.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/not-a-constructor.js:21:51

FAIL test/intl402/DurationFormat/prototype/formatToParts/prop-desc.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/prop-desc.js:12:29

FAIL test/intl402/DurationFormat/prototype/formatToParts/prop-desc.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/prop-desc.js:13:29

FAIL test/intl402/DurationFormat/prototype/formatToParts/throw-invoked-as-func.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/throw-invoked-as-func.js:14:35

FAIL test/intl402/DurationFormat/prototype/formatToParts/throw-invoked-as-func.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/throw-invoked-as-func.js:15:35

FAIL test/intl402/DurationFormat/prototype/prototype_attributes.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Object.getOwnPropertyDescriptor(obj, name)&apos;)
getOwnPropertyDescriptor@[native code]
verifyNotEnumerable@/var/folders/nb/1xzyd8_d1f7bj60mqyq_nqlw0000gn/T/HjExmiEU5a/7N3OHnpDmJ:227:42
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/prototype_attributes.js:13:20

FAIL test/intl402/DurationFormat/prototype/prototype_attributes.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Object.getOwnPropertyDescriptor(obj, name)&apos;)
getOwnPropertyDescriptor@[native code]
verifyNotEnumerable@/var/folders/nb/1xzyd8_d1f7bj60mqyq_nqlw0000gn/T/HjExmiEU5a/7N3OHnpDmJ:227:42
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/prototype_attributes.js:14:20

FAIL test/intl402/DurationFormat/prototype/resolvedOptions/length.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/resolvedOptions/length.js:28:37

FAIL test/intl402/DurationFormat/prototype/resolvedOptions/length.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/resolvedOptions/length.js:29:37

FAIL test/intl402/DurationFormat/prototype/resolvedOptions/name.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/resolvedOptions/name.js:21:35

FAIL test/intl402/DurationFormat/prototype/resolvedOptions/name.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/resolvedOptions/name.js:22:35

FAIL test/intl402/DurationFormat/prototype/resolvedOptions/prop-desc.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/resolvedOptions/prop-desc.js:12:29

FAIL test/intl402/DurationFormat/prototype/resolvedOptions/prop-desc.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/resolvedOptions/prop-desc.js:13:29

FAIL test/intl402/DurationFormat/prototype/resolvedOptions/throw-invoked-as-func.js (default)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/resolvedOptions/throw-invoked-as-func.js:14:35

FAIL test/intl402/DurationFormat/prototype/resolvedOptions/throw-invoked-as-func.js (strict mode)
Full Output:
Exception: TypeError: undefined is not a constructor (evaluating &apos;new Intl.DurationFormat()&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/resolvedOptions/throw-invoked-as-func.js:15:35

FAIL test/intl402/DurationFormat/prototype/toStringTag/toString.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/toStringTag/toString.js:16:68

FAIL test/intl402/DurationFormat/prototype/toStringTag/toString.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/toStringTag/toString.js:17:68

FAIL test/intl402/DurationFormat/prototype/toStringTag/toStringTag.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/toStringTag/toStringTag.js:20:35

FAIL test/intl402/DurationFormat/prototype/toStringTag/toStringTag.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.prototype&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/prototype/toStringTag/toStringTag.js:21:35

FAIL test/intl402/DurationFormat/supportedLocalesOf/basic.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.supportedLocalesOf&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/supportedLocalesOf/basic.js:10:44

FAIL test/intl402/DurationFormat/supportedLocalesOf/basic.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.supportedLocalesOf&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/supportedLocalesOf/basic.js:11:44

FAIL test/intl402/DurationFormat/supportedLocalesOf/branding.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.supportedLocalesOf&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/supportedLocalesOf/branding.js:13:47

FAIL test/intl402/DurationFormat/supportedLocalesOf/branding.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.supportedLocalesOf&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/supportedLocalesOf/branding.js:14:47

FAIL test/intl402/DurationFormat/supportedLocalesOf/length.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.supportedLocalesOf&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/supportedLocalesOf/length.js:17:35

FAIL test/intl402/DurationFormat/supportedLocalesOf/length.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.supportedLocalesOf&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/supportedLocalesOf/length.js:18:35

FAIL test/intl402/DurationFormat/supportedLocalesOf/locales-empty.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.supportedLocalesOf&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/supportedLocalesOf/locales-empty.js:15:44

FAIL test/intl402/DurationFormat/supportedLocalesOf/locales-empty.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.supportedLocalesOf&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/supportedLocalesOf/locales-empty.js:16:44

FAIL test/intl402/DurationFormat/supportedLocalesOf/locales-invalid.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.supportedLocalesOf&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/supportedLocalesOf/locales-invalid.js:15:44

FAIL test/intl402/DurationFormat/supportedLocalesOf/locales-invalid.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.supportedLocalesOf&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/supportedLocalesOf/locales-invalid.js:16:44

FAIL test/intl402/DurationFormat/supportedLocalesOf/locales-specific.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.supportedLocalesOf&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/supportedLocalesOf/locales-specific.js:16:44

FAIL test/intl402/DurationFormat/supportedLocalesOf/locales-specific.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.supportedLocalesOf&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/supportedLocalesOf/locales-specific.js:17:44

FAIL test/intl402/DurationFormat/supportedLocalesOf/name.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.supportedLocalesOf&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/supportedLocalesOf/name.js:16:35

FAIL test/intl402/DurationFormat/supportedLocalesOf/name.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.supportedLocalesOf&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/supportedLocalesOf/name.js:17:35

FAIL test/intl402/DurationFormat/supportedLocalesOf/prop-desc.js (default)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.supportedLocalesOf&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/supportedLocalesOf/prop-desc.js:19:29

FAIL test/intl402/DurationFormat/supportedLocalesOf/prop-desc.js (strict mode)
Full Output:
Exception: TypeError: undefined is not an object (evaluating &apos;Intl.DurationFormat.supportedLocalesOf&apos;)
global code@/Volumes/Data/worker/Apple-Monterey-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/intl402/DurationFormat/supportedLocalesOf/prop-desc.js:20:29

FAIL test/intl402/Intl/supportedValuesOf/units.js (default)
Full Output:
Exception: Test262Error: microsecond is a simple, sanctioned unit

FAIL test/intl402/Intl/supportedValuesOf/units.js (strict mode)
Full Output:
Exception: Test262Error: microsecond is a simple, sanctioned unit

FAIL test/intl402/NumberFormat/prototype/format/units-invalid.js (default)
Full Output:
Exception: Test262Error: Throw for microsecond Expected a RangeError to be thrown but no exception was thrown at all

FAIL test/intl402/NumberFormat/prototype/format/units-invalid.js (strict mode)
Full Output:
Exception: Test262Error: Throw for microsecond Expected a RangeError to be thrown but no exception was thrown at all</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1901297</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-09-26 14:33:15 -0700</bug_when>
    <thetext>&lt;rdar://problem/100428579&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1901599</commentid>
    <comment_count>2</comment_count>
    <who name="David Degazio">d_degazio</who>
    <bug_when>2022-09-27 13:29:17 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/4768</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1901600</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-09-27 13:34:00 -0700</bug_when>
    <thetext>Committed 254929@main (e1fb75ade27b): &lt;https://commits.webkit.org/254929@main&gt;

Reviewed commits have been landed. Closing PR #4768 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>