Skip to content

Instantly share code, notes, and snippets.

@avdg
Last active May 10, 2016 19:14
Show Gist options
  • Save avdg/f34c991cf306a62ca67cc6622bc12c96 to your computer and use it in GitHub Desktop.
Save avdg/f34c991cf306a62ca67cc6622bc12c96 to your computer and use it in GitHub Desktop.
Test262 es 6 results for UglifyJS harmony branch

Uglify checkout e36e07fa77859bcd461234856c06c95cee0cfffe (harmony) Test262 checkout 4980fd264e49aab0fe0193ecd08f41890292a1ae (master)

process.versions:

{ http_parser: '2.7.0',
  node: '6.0.0',
  v8: '5.0.71.35',
  uv: '1.9.0',
  zlib: '1.2.8',
  ares: '1.10.1-DEV',
  icu: '56.1',
  modules: '48',
  openssl: '1.0.2g' }

Test262 results

All tests are passed as js code to UglifyJS, and run through the minify method. The minified code will then be run by node. If the minified code errors, the original code will be run through node and the results will be compared. Ultimately, the test runner decides if a test fail. Some tests may be expected to fail.

Tests only working without UglifyJS are marked in bold.

Most tests are tested in strict and non-strict mode. While failures may be listed twice, the test will only be shown once.

Note: there is a bug that prevents links from being visible, see vmg/redcarpet#443

Global stats

  • Found 33428 executed tests
  • 3268 tests failed (9.78%)
  • 1961 tests failed because of Node (5.87%)
  • 656 tests failed because of UglifyJS (1.96%)

Error tree

3268 failures over 33428 tests whereof 656 caused by UglifyJS (No local tests, with 5 subdirectories)

  • annexB/ 5 failures over 164 tests (No local tests, with 2 subdirectories)
    • built-ins/ 4 failures over 148 tests (No local tests, with 6 subdirectories)
      • Date/ 0 failures over 24 tests (No local tests, with 1 subdirectories)
      • Object/ 0 failures over 4 tests (No local tests, with 1 subdirectories)
      • RegExp/ 0 failures over 20 tests (No local failures, with 1 subdirectories)
      • String/ 0 failures over 84 tests (No local tests, with 1 subdirectories)
      • escape/ 2 failures over 8 tests (2 failures over 8 local tests, with no subdirectories)
        • annexB\built-ins\escape\B.2.1 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • unescape/ 2 failures over 8 tests (2 failures over 8 local tests, with no subdirectories)
        • annexB\built-ins\unescape\B.2.2 failed in strict mode [test] (Caused by Node) - failed: 2/2
    • language/ 1 failures over 16 tests (No local tests, with 3 subdirectories)
      • eval-code/ 0 failures over 1 tests (No local tests, with 1 subdirectories)
      • expressions/ 1 failures over 6 tests (No local tests, with 2 subdirectories)
        • object/ 0 failures over 4 tests (No local failures, with no subdirectories)
        • template-literal/ 1 failures over 2 tests (1 failures over 2 local tests, with no subdirectories)
          • annexB\language\expressions\template-literal\legacy-octal-escape-sequence-strict was expected to fail in strict mode, but didn't [test] - failed: 1/1
      • statements/ 0 failures over 9 tests (No local tests, with 2 subdirectories)
  • built-ins/ 1328 failures over 23012 tests whereof 54 caused by UglifyJS (No local tests, with 46 subdirectories)
    • Array/ 108 failures over 5130 tests whereof 4 caused by UglifyJS (No local failures, with 6 subdirectories)
      • Symbol.species/ 8 failures over 8 tests (8 failures over 8 local tests, with no subdirectories)
        • built-ins\Array\Symbol.species\length failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Array\Symbol.species\return-value failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Array\Symbol.species\symbol-species-name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Array\Symbol.species\symbol-species failed in strict mode [test] (Caused by Node) - failed: 2/2
      • from/ 8 failures over 78 tests whereof 4 caused by UglifyJS (8 failures over 78 local tests with 4 caused by UglifyJS, with no subdirectories)
        • built-ins\Array\from\iter-map-fn-err failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Array\from\iter-set-elem-prop-err failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Array\from\source-object-iterator-1 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • built-ins\Array\from\source-object-iterator-2 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • isArray/ 0 failures over 50 tests (No local failures, with no subdirectories)
      • length/ 0 failures over 26 tests (No local failures, with no subdirectories)
      • of/ 0 failures over 28 tests (No local failures, with no subdirectories)
      • prototype/ 92 failures over 4830 tests (2 failures over 26 local tests, with 30 subdirectories)
        • built-ins\Array\prototype\Symbol.iterator failed in strict mode [test] (Caused by Node) - failed: 2/2
        • Symbol.unscopables/ 2 failures over 4 tests (2 failures over 4 local tests, with no subdirectories)
          • built-ins\Array\prototype\Symbol.unscopables\value failed in strict mode [test] (Caused by Node) - failed: 2/2
        • concat/ 12 failures over 117 tests (12 failures over 117 local tests, with no subdirectories)
          • built-ins\Array\prototype\concat\create-ctor-non-object failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\concat\create-ctor-poisoned failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\concat\create-species-abrupt failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\concat\create-species-non-ctor failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\concat\create-species-poisoned failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\concat\create-species failed in strict mode [test] (Caused by Node) - failed: 2/2
        • constructor/ 0 failures over 4 tests (No local failures, with no subdirectories)
        • copyWithin/ 0 failures over 66 tests (No local failures, with no subdirectories)
        • entries/ 0 failures over 16 tests (No local failures, with no subdirectories)
        • every/ 0 failures over 423 tests (No local failures, with no subdirectories)
        • fill/ 0 failures over 34 tests (No local failures, with no subdirectories)
        • filter/ 12 failures over 460 tests (12 failures over 460 local tests, with no subdirectories)
          • built-ins\Array\prototype\filter\create-ctor-non-object failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\filter\create-ctor-poisoned failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\filter\create-species-abrupt failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\filter\create-species-non-ctor failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\filter\create-species-poisoned failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\filter\create-species failed in strict mode [test] (Caused by Node) - failed: 2/2
        • find/ 0 failures over 32 tests (No local failures, with no subdirectories)
        • findIndex/ 0 failures over 32 tests (No local failures, with no subdirectories)
        • forEach/ 0 failures over 368 tests (No local failures, with no subdirectories)
        • indexOf/ 4 failures over 389 tests (4 failures over 389 local tests, with no subdirectories)
          • built-ins\Array\prototype\indexOf\15.4.4.14-5-9 failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\indexOf\fromindex-zero-conversion failed in strict mode [test] (Caused by Node) - failed: 2/2
        • join/ 0 failures over 44 tests (No local failures, with no subdirectories)
        • keys/ 0 failures over 16 tests (No local failures, with no subdirectories)
        • lastIndexOf/ 4 failures over 385 tests (4 failures over 385 local tests, with no subdirectories)
          • built-ins\Array\prototype\lastIndexOf\15.4.4.15-5-9 failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\lastIndexOf\fromindex-zero-conversion failed in strict mode [test] (Caused by Node) - failed: 2/2
        • map/ 12 failures over 409 tests (12 failures over 409 local tests, with no subdirectories)
          • built-ins\Array\prototype\map\create-ctor-non-object failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\map\create-ctor-poisoned failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\map\create-species-abrupt failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\map\create-species-non-ctor failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\map\create-species-poisoned failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\map\create-species failed in strict mode [test] (Caused by Node) - failed: 2/2
        • pop/ 0 failures over 38 tests (No local failures, with no subdirectories)
        • push/ 0 failures over 36 tests (No local failures, with no subdirectories)
        • reduce/ 0 failures over 511 tests (No local failures, with no subdirectories)
        • reduceRight/ 0 failures over 509 tests (No local failures, with no subdirectories)
        • reverse/ 0 failures over 34 tests (No local failures, with no subdirectories)
        • shift/ 0 failures over 36 tests (No local failures, with no subdirectories)
        • slice/ 14 failures over 126 tests (14 failures over 126 local tests, with no subdirectories)
          • built-ins\Array\prototype\slice\create-ctor-non-object failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\slice\create-ctor-poisoned failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\slice\create-species-abrupt failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\slice\create-species-neg-zero failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\slice\create-species-non-ctor failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\slice\create-species-poisoned failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\slice\create-species failed in strict mode [test] (Caused by Node) - failed: 2/2
        • some/ 0 failures over 426 tests (No local failures, with no subdirectories)
        • sort/ 2 failures over 57 tests (2 failures over 57 local tests, with no subdirectories)
          • built-ins\Array\prototype\sort\bug_596_1 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • splice/ 14 failures over 142 tests (14 failures over 142 local tests, with no subdirectories)
          • built-ins\Array\prototype\splice\create-ctor-non-object failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\splice\create-ctor-poisoned failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\splice\create-species-abrupt failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\splice\create-species-neg-zero failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\splice\create-species-non-ctor failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\splice\create-species-poisoned failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\splice\create-species failed in strict mode [test] (Caused by Node) - failed: 2/2
        • toLocaleString/ 0 failures over 22 tests (No local failures, with no subdirectories)
        • toString/ 0 failures over 20 tests (No local failures, with no subdirectories)
        • unshift/ 0 failures over 32 tests (No local failures, with no subdirectories)
        • values/ 14 failures over 16 tests (14 failures over 16 local tests, with no subdirectories)
          • built-ins\Array\prototype\values\iteration-mutable failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\values\iteration failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\values\length failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\values\name failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\values\prop-desc failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\values\returns-iterator-from-object failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Array\prototype\values\returns-iterator failed in strict mode [test] (Caused by Node) - failed: 2/2
    • ArrayBuffer/ 30 failures over 128 tests (6 failures over 20 local tests, with 3 subdirectories)
      • built-ins\ArrayBuffer\length-is-absent failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\ArrayBuffer\length-is-not-number failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\ArrayBuffer\positive-integer-length failed in strict mode [test] (Caused by Node) - failed: 2/2
      • Symbol.species/ 8 failures over 8 tests (8 failures over 8 local tests, with no subdirectories)
        • built-ins\ArrayBuffer\Symbol.species\length failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\ArrayBuffer\Symbol.species\return-value failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\ArrayBuffer\Symbol.species\symbol-species-name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\ArrayBuffer\Symbol.species\symbol-species failed in strict mode [test] (Caused by Node) - failed: 2/2
      • isView/ 0 failures over 32 tests (No local failures, with no subdirectories)
      • prototype/ 16 failures over 68 tests (No local failures, with 2 subdirectories)
        • byteLength/ 0 failures over 4 tests (No local failures, with no subdirectories)
        • slice/ 16 failures over 60 tests (16 failures over 60 local tests, with no subdirectories)
          • built-ins\ArrayBuffer\prototype\slice\species-constructor-is-not-object failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\ArrayBuffer\prototype\slice\species-is-not-constructor failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\ArrayBuffer\prototype\slice\species-is-not-object failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\ArrayBuffer\prototype\slice\species-returns-larger-arraybuffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\ArrayBuffer\prototype\slice\species-returns-not-arraybuffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\ArrayBuffer\prototype\slice\species-returns-same-arraybuffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\ArrayBuffer\prototype\slice\species-returns-smaller-arraybuffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\ArrayBuffer\prototype\slice\species failed in strict mode [test] (Caused by Node) - failed: 2/2
    • ArrayIteratorPrototype/ 0 failures over 44 tests (No local tests, with 2 subdirectories)
    • Boolean/ 0 failures over 94 tests (No local failures, with 1 subdirectories)
    • DataView/ 16 failures over 126 tests (No local tests, with 1 subdirectories)
      • prototype/ 16 failures over 126 tests (No local failures, with 19 subdirectories)
        • buffer/ 0 failures over 4 tests (No local failures, with no subdirectories)
        • byteLength/ 0 failures over 4 tests (No local failures, with no subdirectories)
        • byteOffset/ 0 failures over 4 tests (No local failures, with no subdirectories)
        • getFloat32/ 0 failures over 4 tests (No local failures, with no subdirectories)
        • getFloat64/ 0 failures over 4 tests (No local failures, with no subdirectories)
        • getInt16/ 0 failures over 4 tests (No local failures, with no subdirectories)
        • getInt32/ 0 failures over 4 tests (No local failures, with no subdirectories)
        • getInt8/ 0 failures over 4 tests (No local failures, with no subdirectories)
        • getUint16/ 0 failures over 4 tests (No local failures, with no subdirectories)
        • getUint32/ 0 failures over 4 tests (No local failures, with no subdirectories)
        • getUint8/ 0 failures over 4 tests (No local failures, with no subdirectories)
        • setFloat32/ 2 failures over 10 tests (2 failures over 10 local tests, with no subdirectories)
          • built-ins\DataView\prototype\setFloat32\index-check-before-value-conversion failed in strict mode [test] (Caused by Node) - failed: 2/2
        • setFloat64/ 2 failures over 10 tests (2 failures over 10 local tests, with no subdirectories)
          • built-ins\DataView\prototype\setFloat64\index-check-before-value-conversion failed in strict mode [test] (Caused by Node) - failed: 2/2
        • setInt16/ 2 failures over 10 tests (2 failures over 10 local tests, with no subdirectories)
          • built-ins\DataView\prototype\setInt16\index-check-before-value-conversion failed in strict mode [test] (Caused by Node) - failed: 2/2
        • setInt32/ 2 failures over 10 tests (2 failures over 10 local tests, with no subdirectories)
          • built-ins\DataView\prototype\setInt32\index-check-before-value-conversion failed in strict mode [test] (Caused by Node) - failed: 2/2
        • setInt8/ 2 failures over 10 tests (2 failures over 10 local tests, with no subdirectories)
          • built-ins\DataView\prototype\setInt8\index-check-before-value-conversion failed in strict mode [test] (Caused by Node) - failed: 2/2
        • setUint16/ 2 failures over 10 tests (2 failures over 10 local tests, with no subdirectories)
          • built-ins\DataView\prototype\setUint16\index-check-before-value-conversion failed in strict mode [test] (Caused by Node) - failed: 2/2
        • setUint32/ 2 failures over 10 tests (2 failures over 10 local tests, with no subdirectories)
          • built-ins\DataView\prototype\setUint32\index-check-before-value-conversion failed in strict mode [test] (Caused by Node) - failed: 2/2
        • setUint8/ 2 failures over 10 tests (2 failures over 10 local tests, with no subdirectories)
          • built-ins\DataView\prototype\setUint8\index-check-before-value-conversion failed in strict mode [test] (Caused by Node) - failed: 2/2
    • Date/ 0 failures over 990 tests (No local failures, with 4 subdirectories)
    • Error/ 0 failures over 76 tests (No local failures, with 1 subdirectories)
    • Function/ 56 failures over 781 tests whereof 12 caused by UglifyJS (No local failures, with 2 subdirectories)
      • length/ 0 failures over 26 tests (No local failures, with no subdirectories)
      • prototype/ 56 failures over 524 tests whereof 12 caused by UglifyJS (No local failures, with 6 subdirectories)
        • Symbol.hasInstance/ 0 failures over 22 tests (No local failures, with no subdirectories)
        • apply/ 0 failures over 96 tests (No local failures, with no subdirectories)
        • bind/ 0 failures over 196 tests (No local failures, with no subdirectories)
        • call/ 0 failures over 92 tests (No local failures, with no subdirectories)
        • constructor/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • toString/ 56 failures over 82 tests whereof 12 caused by UglifyJS (56 failures over 82 local tests with 12 caused by UglifyJS, with no subdirectories)
          • built-ins\Function\prototype\toString\Function failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\GeneratorFunction failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\arrow-function failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • built-ins\Function\prototype\toString\class-declaration-complex-heritage failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • built-ins\Function\prototype\toString\class-declaration-explicit-ctor failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • built-ins\Function\prototype\toString\class-declaration-implicit-ctor failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • built-ins\Function\prototype\toString\class-expression-explicit-ctor failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • built-ins\Function\prototype\toString\class-expression-implicit-ctor failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • built-ins\Function\prototype\toString\function-declaration-non-simple-parameter-list failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\function-declaration failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\function-expression failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\generator-function-declaration failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\generator-function-expression failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\generator-method failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\getter-class-static failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\getter-class failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\getter-object failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\line-terminator-normalisation-CR-LF failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\line-terminator-normalisation-CR failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\line-terminator-normalisation-LF failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\method-class-static failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\method-class failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\method-computed-property-name failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\method-object failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\setter-class-static failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\setter-class failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\setter-object failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Function\prototype\toString\unicode failed in strict mode [test] (Caused by Node) - failed: 2/2
    • GeneratorFunction/ 0 failures over 18 tests (No local failures, with 1 subdirectories)
    • GeneratorPrototype/ 28 failures over 108 tests whereof 28 caused by UglifyJS (2 failures over 4 local tests with 2 caused by UglifyJS, with 3 subdirectories)
      • built-ins\GeneratorPrototype\Symbol.toStringTag failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • next/ 0 failures over 24 tests (No local failures, with no subdirectories)
      • return/ 26 failures over 40 tests whereof 26 caused by UglifyJS (26 failures over 40 local tests with 26 caused by UglifyJS, with no subdirectories)
        • built-ins\GeneratorPrototype\return\try-catch-before-try failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • built-ins\GeneratorPrototype\return\try-catch-following-catch failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • built-ins\GeneratorPrototype\return\try-catch-within-catch failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • built-ins\GeneratorPrototype\return\try-catch-within-try failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • built-ins\GeneratorPrototype\return\try-finally-before-try failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • built-ins\GeneratorPrototype\return\try-finally-following-finally failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • built-ins\GeneratorPrototype\return\try-finally-nested-try-catch-within-catch failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • built-ins\GeneratorPrototype\return\try-finally-nested-try-catch-within-finally failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • built-ins\GeneratorPrototype\return\try-finally-nested-try-catch-within-inner-try failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • built-ins\GeneratorPrototype\return\try-finally-nested-try-catch-within-outer-try-after-nested failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • built-ins\GeneratorPrototype\return\try-finally-nested-try-catch-within-outer-try-before-nested failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • built-ins\GeneratorPrototype\return\try-finally-within-finally failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • built-ins\GeneratorPrototype\return\try-finally-within-try failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • throw/ 0 failures over 40 tests (No local failures, with no subdirectories)
    • Infinity/ 5 failures over 12 tests (5 failures over 12 local tests, with no subdirectories)
      • built-ins\Infinity\S15.1.1.2_A2_T1 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Infinity\S15.1.1.2_A3_T1 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Infinity\S15.1.1.2_A3_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
    • IteratorPrototype/ 0 failures over 8 tests (No local tests, with 1 subdirectories)
    • JSON/ 0 failures over 212 tests (No local failures, with 2 subdirectories)
    • Map/ 18 failures over 281 tests (10 failures over 50 local tests, with 2 subdirectories)
      • built-ins\Map\iterator-close-after-set-failure failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Map\iterator-item-first-entry-returns-abrupt failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Map\iterator-item-second-entry-returns-abrupt failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Map\iterator-items-are-not-object-close-iterator failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Map\map failed in strict mode [test] (Caused by Node) - failed: 2/2
      • Symbol.species/ 8 failures over 8 tests (8 failures over 8 local tests, with no subdirectories)
        • built-ins\Map\Symbol.species\length failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Map\Symbol.species\return-value failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Map\Symbol.species\symbol-species-name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Map\Symbol.species\symbol-species failed in strict mode [test] (Caused by Node) - failed: 2/2
      • prototype/ 0 failures over 223 tests (No local failures, with 10 subdirectories)
    • MapIteratorPrototype/ 0 failures over 22 tests (No local failures, with 1 subdirectories)
    • Math/ 0 failures over 514 tests (No local failures, with 43 subdirectories)
    • NaN/ 5 failures over 12 tests (5 failures over 12 local tests, with no subdirectories)
      • built-ins\NaN\S15.1.1.1_A2_T1 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\NaN\S15.1.1.1_A3_T1 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\NaN\S15.1.1.1_A3_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
    • NativeErrors/ 0 failures over 146 tests (No local failures, with 6 subdirectories)
    • Number/ 0 failures over 404 tests (No local failures, with 10 subdirectories)
    • Object/ 108 failures over 6132 tests (No local failures, with 21 subdirectories)
      • assign/ 0 failures over 50 tests (No local failures, with no subdirectories)
      • create/ 0 failures over 630 tests (No local failures, with no subdirectories)
      • defineProperties/ 2 failures over 1242 tests (2 failures over 1242 local tests, with no subdirectories)
        • built-ins\Object\defineProperties\15.2.3.7-6-a-24 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • defineProperty/ 14 failures over 2246 tests (14 failures over 2246 local tests, with no subdirectories)
        • built-ins\Object\defineProperty\15.2.3.6-4-354-4 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\defineProperty\15.2.3.6-4-354-8 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\defineProperty\15.2.3.6-4-360-3 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\defineProperty\15.2.3.6-4-45 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\defineProperty\15.2.3.6-4-531-4 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\defineProperty\15.2.3.6-4-531-8 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\defineProperty\15.2.3.6-4-538-3 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • entries/ 32 failures over 34 tests (32 failures over 34 local tests, with no subdirectories)
        • built-ins\Object\entries\exception-during-enumeration failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\entries\function-length failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\entries\function-name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\entries\function-property-descriptor failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\entries\getter-adding-key failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\entries\getter-making-future-key-nonenumerable failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\entries\getter-removing-future-key failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\entries\inherited-properties-omitted failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\entries\observable-operations failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\entries\primitive-booleans failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\entries\primitive-numbers failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\entries\primitive-strings failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\entries\primitive-symbols failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\entries\symbols-omitted failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\entries\tamper-with-global-object failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\entries\tamper-with-object-keys failed in strict mode [test] (Caused by Node) - failed: 2/2
      • freeze/ 0 failures over 92 tests (No local failures, with no subdirectories)
      • getOwnPropertyDescriptor/ 0 failures over 614 tests (No local failures, with no subdirectories)
      • getOwnPropertyDescriptors/ 28 failures over 30 tests (28 failures over 30 local tests, with no subdirectories)
        • built-ins\Object\getOwnPropertyDescriptors\duplicate-keys failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\getOwnPropertyDescriptors\function-length failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\getOwnPropertyDescriptors\function-name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\getOwnPropertyDescriptors\function-property-descriptor failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\getOwnPropertyDescriptors\inherited-properties-omitted failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\getOwnPropertyDescriptors\normal-object failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\getOwnPropertyDescriptors\observable-operations failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\getOwnPropertyDescriptors\primitive-booleans failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\getOwnPropertyDescriptors\primitive-numbers failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\getOwnPropertyDescriptors\primitive-strings failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\getOwnPropertyDescriptors\primitive-symbols failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\getOwnPropertyDescriptors\symbols-included failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\getOwnPropertyDescriptors\tamper-with-global-object failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\getOwnPropertyDescriptors\tamper-with-object-keys failed in strict mode [test] (Caused by Node) - failed: 2/2
      • getOwnPropertyNames/ 0 failures over 74 tests (No local failures, with no subdirectories)
      • getOwnPropertySymbols/ 0 failures over 8 tests (No local failures, with no subdirectories)
      • getPrototypeOf/ 0 failures over 76 tests (No local failures, with no subdirectories)
      • is/ 0 failures over 40 tests (No local failures, with no subdirectories)
      • isExtensible/ 0 failures over 74 tests (No local failures, with no subdirectories)
      • isFrozen/ 0 failures over 114 tests (No local failures, with no subdirectories)
      • isSealed/ 0 failures over 62 tests (No local failures, with no subdirectories)
      • keys/ 0 failures over 102 tests (No local failures, with no subdirectories)
      • preventExtensions/ 0 failures over 72 tests (No local failures, with no subdirectories)
      • prototype/ 0 failures over 316 tests (No local failures, with 7 subdirectories)
      • seal/ 0 failures over 90 tests (No local failures, with no subdirectories)
      • setPrototypeOf/ 0 failures over 20 tests (No local failures, with no subdirectories)
      • values/ 32 failures over 34 tests (32 failures over 34 local tests, with no subdirectories)
        • built-ins\Object\values\exception-during-enumeration failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\values\function-length failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\values\function-name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\values\function-property-descriptor failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\values\getter-adding-key failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\values\getter-making-future-key-nonenumerable failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\values\getter-removing-future-key failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\values\inherited-properties-omitted failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\values\observable-operations failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\values\primitive-booleans failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\values\primitive-numbers failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\values\primitive-strings failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\values\primitive-symbols failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\values\symbols-omitted failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\values\tamper-with-global-object failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Object\values\tamper-with-object-keys failed in strict mode [test] (Caused by Node) - failed: 2/2
    • Promise/ 322 failures over 560 tests (48 failures over 90 local tests, with 6 subdirectories)
      • built-ins\Promise\S25.4.3.1_A2.3_T1 failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\S25.4.3.1_A2.4_T1 failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\S25.4.3.1_A4.1_T1 failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\S25.4.3.1_A5.1_T1 failed in non-strict mode [test] - failed: 1/1
      • built-ins\Promise\S25.4.3.1_A5.1_T2 failed in strict mode [test] - failed: 1/1
      • built-ins\Promise\exception-after-resolve-in-executor failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\exception-after-resolve-in-thenable-job failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\executor-function-name failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Promise\reject-function-name failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Promise\reject-ignored-via-abrupt failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\reject-ignored-via-fn-deferred failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\reject-ignored-via-fn-immed failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\reject-via-abrupt failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\reject-via-fn-deferred failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\reject-via-fn-immed failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\resolve-function-name failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Promise\resolve-non-obj-deferred failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\resolve-non-obj-immed failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\resolve-non-thenable-deferred failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\resolve-non-thenable-immed failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\resolve-poisoned-then-deferred failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\resolve-poisoned-then-immed failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\resolve-self failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\resolve-thenable-deferred failed in strict mode [test] - failed: 2/2
      • built-ins\Promise\resolve-thenable-immed failed in strict mode [test] - failed: 2/2
      • Symbol.species/ 10 failures over 10 tests (10 failures over 10 local tests, with no subdirectories)
        • built-ins\Promise\Symbol.species\length failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Promise\Symbol.species\prop-desc failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Promise\Symbol.species\return-value failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Promise\Symbol.species\symbol-species-name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Promise\Symbol.species\symbol-species failed in strict mode [test] (Caused by Node) - failed: 2/2
      • all/ 58 failures over 114 tests (58 failures over 114 local tests, with no subdirectories)
        • built-ins\Promise\all\S25.4.4.1_A2.2_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\S25.4.4.1_A2.3_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\S25.4.4.1_A2.3_T2 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\S25.4.4.1_A2.3_T3 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\S25.4.4.1_A3.1_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\S25.4.4.1_A3.1_T2 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\S25.4.4.1_A3.1_T3 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\S25.4.4.1_A5.1_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\S25.4.4.1_A6.1_T2 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\S25.4.4.1_A7.1_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\S25.4.4.1_A7.2_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\S25.4.4.1_A8.1_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\S25.4.4.1_A8.2_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\S25.4.4.1_A8.2_T2 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\capability-executor-not-callable failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Promise\all\does-not-invoke-array-setters failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\invoke-resolve-get-error failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\invoke-then-error failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\iter-close failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Promise\all\iter-next-val-err failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\iter-step-err failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\reject-deferred failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\reject-ignored-deferred failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\reject-ignored-immed failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\reject-immed failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\resolve-element-function-name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Promise\all\resolve-non-thenable failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\resolve-poisoned-then failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\all\resolve-thenable failed in strict mode [test] - failed: 2/2
      • prototype/ 114 failures over 170 tests (No local failures, with 2 subdirectories)
        • catch/ 4 failures over 16 tests (4 failures over 16 local tests, with no subdirectories)
          • built-ins\Promise\prototype\catch\S25.4.5.1_A3.1_T1 failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\catch\S25.4.5.1_A3.1_T2 failed in strict mode [test] - failed: 2/2
        • then/ 110 failures over 144 tests (110 failures over 144 local tests, with no subdirectories)
          • built-ins\Promise\prototype\then\S25.4.4_A1.1_T1 failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\S25.4.4_A2.1_T1 failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\S25.4.4_A2.1_T2 failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\S25.4.4_A2.1_T3 failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\S25.4.5.3_A4.1_T1 failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\S25.4.5.3_A4.1_T2 failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\S25.4.5.3_A4.2_T1 failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\S25.4.5.3_A4.2_T2 failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\S25.4.5.3_A5.1_T1 failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\S25.4.5.3_A5.2_T1 failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\S25.4.5.3_A5.3_T1 failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\capability-executor-not-callable failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Promise\prototype\then\ctor-custom failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Promise\prototype\then\ctor-throws failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\Promise\prototype\then\deferred-is-resolved-value failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\prfm-fulfilled failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\prfm-pending-fulfulled failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\prfm-pending-rejected failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\prfm-rejected failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\reject-pending-fulfilled failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\reject-pending-rejected failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\reject-settled-fulfilled failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\reject-settled-rejected failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-pending-fulfilled-non-obj failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-pending-fulfilled-non-thenable failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-pending-fulfilled-poisoned-then failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-pending-fulfilled-self failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-pending-fulfilled-thenable failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-pending-rejected-non-obj failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-pending-rejected-non-thenable failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-pending-rejected-poisoned-then failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-pending-rejected-self failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-pending-rejected-thenable failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-settled-fulfilled-non-obj failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-settled-fulfilled-non-thenable failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-settled-fulfilled-poisoned-then failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-settled-fulfilled-self failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-settled-fulfilled-thenable failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-settled-rejected-non-obj failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-settled-rejected-non-thenable failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-settled-rejected-poisoned-then failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-settled-rejected-self failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\resolve-settled-rejected-thenable failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\rxn-handler-fulfilled-invoke-nonstrict failed in non-strict mode [test] - failed: 1/1
          • built-ins\Promise\prototype\then\rxn-handler-fulfilled-invoke-strict failed in strict mode [test] - failed: 1/1
          • built-ins\Promise\prototype\then\rxn-handler-fulfilled-next-abrupt failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\rxn-handler-fulfilled-next failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\rxn-handler-fulfilled-return-abrupt failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\rxn-handler-fulfilled-return-normal failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\rxn-handler-identity failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\rxn-handler-rejected-invoke-nonstrict failed in non-strict mode [test] - failed: 1/1
          • built-ins\Promise\prototype\then\rxn-handler-rejected-invoke-strict failed in strict mode [test] - failed: 1/1
          • built-ins\Promise\prototype\then\rxn-handler-rejected-next-abrupt failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\rxn-handler-rejected-next failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\rxn-handler-rejected-return-abrupt failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\rxn-handler-rejected-return-normal failed in strict mode [test] - failed: 2/2
          • built-ins\Promise\prototype\then\rxn-handler-thrower failed in strict mode [test] - failed: 2/2
      • race/ 60 failures over 96 tests (60 failures over 96 local tests, with no subdirectories)
        • built-ins\Promise\race\S25.4.4.3_A2.2_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\S25.4.4.3_A2.2_T2 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\S25.4.4.3_A2.2_T3 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\S25.4.4.3_A3.1_T2 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Promise\race\S25.4.4.3_A4.1_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\S25.4.4.3_A4.1_T2 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\S25.4.4.3_A5.1_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\S25.4.4.3_A6.1_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\S25.4.4.3_A6.2_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\S25.4.4.3_A7.1_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\S25.4.4.3_A7.1_T2 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\S25.4.4.3_A7.1_T3 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\S25.4.4.3_A7.2_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\S25.4.4.3_A7.3_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\S25.4.4.3_A7.3_T2 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\capability-executor-not-callable failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Promise\race\invoke-resolve-get-error failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\invoke-then-error failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\iter-close failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Promise\race\iter-next-val-err failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\iter-step-err failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\reject-deferred failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\reject-ignored-deferred failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\reject-ignored-immed failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\reject-immed failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\resolve-non-obj failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\resolve-non-thenable failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\resolve-poisoned-then failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\resolve-self failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\race\resolve-thenable failed in strict mode [test] - failed: 2/2
      • reject/ 4 failures over 24 tests (4 failures over 24 local tests, with no subdirectories)
        • built-ins\Promise\reject\S25.4.4.4_A2.1_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\reject\capability-executor-not-callable failed in strict mode [test] (Caused by Node) - failed: 2/2
      • resolve/ 28 failures over 56 tests (28 failures over 56 local tests, with no subdirectories)
        • built-ins\Promise\resolve\S25.4.4.5_A2.2_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\resolve\S25.4.4.5_A2.3_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\resolve\S25.4.4.5_A3.1_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\resolve\S25.4.4.5_A4.1_T1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\resolve\S25.Promise_resolve_foreign_thenable_1 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\resolve\S25.Promise_resolve_foreign_thenable_2 failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\resolve\arg-non-thenable failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\resolve\arg-poisoned-then failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\resolve\capability-executor-not-callable failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Promise\resolve\resolve-non-obj failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\resolve\resolve-non-thenable failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\resolve\resolve-poisoned-then failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\resolve\resolve-self failed in strict mode [test] - failed: 2/2
        • built-ins\Promise\resolve\resolve-thenable failed in strict mode [test] - failed: 2/2
    • Proxy/ 14 failures over 380 tests whereof 10 caused by UglifyJS (2 failures over 48 local tests, with 15 subdirectories)
      • built-ins\Proxy\proxy failed in strict mode [test] (Caused by Node) - failed: 2/2
      • apply/ 0 failures over 14 tests (No local failures, with no subdirectories)
      • construct/ 0 failures over 24 tests (No local failures, with no subdirectories)
      • defineProperty/ 0 failures over 24 tests (No local failures, with no subdirectories)
      • deleteProperty/ 0 failures over 20 tests (No local failures, with no subdirectories)
      • enumerate/ 0 failures over 2 tests (No local failures, with no subdirectories)
      • get/ 0 failures over 28 tests (No local failures, with no subdirectories)
      • getOwnPropertyDescriptor/ 0 failures over 30 tests (No local failures, with no subdirectories)
      • getPrototypeOf/ 0 failures over 26 tests (No local failures, with no subdirectories)
      • has/ 10 failures over 31 tests whereof 10 caused by UglifyJS (10 failures over 31 local tests with 10 caused by UglifyJS, with no subdirectories)
        • built-ins\Proxy\has\call-in failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • built-ins\Proxy\has\return-false-target-not-extensible failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • built-ins\Proxy\has\return-false-targetdesc-not-configurable failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • built-ins\Proxy\has\return-is-abrupt-in failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • built-ins\Proxy\has\trap-is-not-callable failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • isExtensible/ 0 failures over 16 tests (No local failures, with no subdirectories)
      • ownKeys/ 0 failures over 28 tests (No local failures, with no subdirectories)
      • preventExtensions/ 0 failures over 16 tests (No local failures, with no subdirectories)
      • revocable/ 2 failures over 22 tests (2 failures over 22 local tests, with no subdirectories)
        • built-ins\Proxy\revocable\revocation-function-name failed in strict mode [test] (Caused by Node) - failed: 2/2
      • set/ 0 failures over 34 tests (No local failures, with no subdirectories)
      • setPrototypeOf/ 0 failures over 17 tests (No local failures, with no subdirectories)
    • Reflect/ 2 failures over 274 tests (2 failures over 6 local tests, with 14 subdirectories)
      • built-ins\Reflect\properties failed in strict mode [test] (Caused by Node) - failed: 2/2
      • apply/ 0 failures over 14 tests (No local failures, with no subdirectories)
      • construct/ 0 failures over 18 tests (No local failures, with no subdirectories)
      • defineProperty/ 0 failures over 22 tests (No local failures, with no subdirectories)
      • deleteProperty/ 0 failures over 20 tests (No local failures, with no subdirectories)
      • enumerate/ 0 failures over 2 tests (No local failures, with no subdirectories)
      • get/ 0 failures over 20 tests (No local failures, with no subdirectories)
      • getOwnPropertyDescriptor/ 0 failures over 24 tests (No local failures, with no subdirectories)
      • getPrototypeOf/ 0 failures over 18 tests (No local failures, with no subdirectories)
      • has/ 0 failures over 18 tests (No local failures, with no subdirectories)
      • isExtensible/ 0 failures over 14 tests (No local failures, with no subdirectories)
      • ownKeys/ 0 failures over 20 tests (No local failures, with no subdirectories)
      • preventExtensions/ 0 failures over 18 tests (No local failures, with no subdirectories)
      • set/ 0 failures over 34 tests (No local failures, with no subdirectories)
      • setPrototypeOf/ 0 failures over 26 tests (No local failures, with no subdirectories)
    • RegExp/ 210 failures over 1568 tests (No local failures, with 2 subdirectories)
      • Symbol.species/ 8 failures over 8 tests (8 failures over 8 local tests, with no subdirectories)
        • built-ins\RegExp\Symbol.species\length failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\RegExp\Symbol.species\return-value failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\RegExp\Symbol.species\symbol-species-name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\RegExp\Symbol.species\symbol-species failed in strict mode [test] (Caused by Node) - failed: 2/2
      • prototype/ 202 failures over 714 tests (No local failures, with 15 subdirectories)
        • Symbol.match/ 62 failures over 112 tests (62 failures over 112 local tests, with no subdirectories)
          • built-ins\RegExp\prototype\Symbol.match\builtin-coerce-global failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\builtin-coerce-lastindex-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\builtin-coerce-lastindex failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\builtin-coerce-sticky failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\builtin-failure-set-lastindex-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\builtin-failure-y-set-lastindex-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\builtin-failure-y-set-lastindex failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\builtin-get-global-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\builtin-get-sticky-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\builtin-success-g-set-lastindex-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\builtin-success-g-set-lastindex failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\builtin-success-y-set-lastindex-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\coerce-global failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\coerce-sticky failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\exec-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\exec-invocation failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\exec-return-type-invalid failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\exec-return-type-valid failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\g-coerce-result-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\g-get-exec-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\g-get-result-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\g-init-lastindex-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\g-match-empty-coerce-lastindex-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\g-match-empty-set-lastindex-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\get-exec-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\get-global-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\get-sticky-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\get-unicode-error failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\this-val-non-regexp failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\y-fail-lastindex-no-write failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.match\y-init-lastindex failed in strict mode [test] (Caused by Node) - failed: 2/2
        • Symbol.replace/ 54 failures over 108 tests (54 failures over 108 local tests, with no subdirectories)
          • built-ins\RegExp\prototype\Symbol.replace\coerce-global failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\coerce-unicode failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\exec-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\exec-invocation failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\g-init-lastindex-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\g-pos-decrement failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\g-pos-increment failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\get-exec-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\get-global-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\get-sticky-coerce failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\get-sticky-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\get-unicode-error failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\result-coerce-capture-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\result-coerce-capture failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\result-coerce-index-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\result-coerce-index failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\result-coerce-length-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\result-coerce-length failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\result-coerce-matched-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\result-coerce-matched failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\result-get-capture-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\result-get-index-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\result-get-length-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\result-get-matched-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\y-fail-lastindex-no-write failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\y-init-lastindex failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.replace\y-set-lastindex failed in strict mode [test] (Caused by Node) - failed: 2/2
        • Symbol.search/ 20 failures over 42 tests (20 failures over 42 local tests, with no subdirectories)
          • built-ins\RegExp\prototype\Symbol.search\cstm-exec-return-index failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.search\get-lastindex-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.search\get-sticky-coerce failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.search\get-sticky-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.search\match-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.search\set-lastindex-init-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.search\set-lastindex-init failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.search\set-lastindex-restore-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.search\set-lastindex-restore failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.search\success-get-index-err failed in strict mode [test] (Caused by Node) - failed: 2/2
        • Symbol.split/ 48 failures over 84 tests (48 failures over 84 local tests, with no subdirectories)
          • built-ins\RegExp\prototype\Symbol.split\coerce-flags-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\coerce-flags failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\get-flags-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\last-index-exceeds-str-size failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\limit-0-bail failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\species-ctor-ctor-get-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\species-ctor-ctor-non-obj failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\species-ctor-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\species-ctor-species-get-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\species-ctor-species-non-ctor failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\species-ctor-y failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\species-ctor failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\str-coerce-lastindex-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\str-coerce-lastindex failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\str-empty-match-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\str-get-lastindex-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\str-match-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\str-result-coerce-length-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\str-result-coerce-length failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\str-result-get-capture-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\str-result-get-length-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\str-set-lastindex-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\str-set-lastindex-match failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\Symbol.split\str-set-lastindex-no-match failed in strict mode [test] (Caused by Node) - failed: 2/2
        • exec/ 6 failures over 144 tests (6 failures over 144 local tests, with no subdirectories)
          • built-ins\RegExp\prototype\exec\get-sticky-coerce failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\exec\get-sticky-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\exec\y-fail-lastindex-no-write failed in strict mode [test] (Caused by Node) - failed: 2/2
        • flags/ 0 failures over 14 tests (No local failures, with no subdirectories)
        • global/ 2 failures over 14 tests (2 failures over 14 local tests, with no subdirectories)
          • built-ins\RegExp\prototype\global\15.10.7.2-1 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • ignoreCase/ 2 failures over 14 tests (2 failures over 14 local tests, with no subdirectories)
          • built-ins\RegExp\prototype\ignoreCase\15.10.7.3-1 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • lastIndex/ 0 failures over 8 tests (No local failures, with no subdirectories)
        • multiline/ 2 failures over 14 tests (2 failures over 14 local tests, with no subdirectories)
          • built-ins\RegExp\prototype\multiline\15.10.7.4-1 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • source/ 2 failures over 14 tests (2 failures over 14 local tests, with no subdirectories)
          • built-ins\RegExp\prototype\source\15.10.7.1-1 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • sticky/ 0 failures over 12 tests (No local failures, with no subdirectories)
        • test/ 4 failures over 90 tests (4 failures over 90 local tests, with no subdirectories)
          • built-ins\RegExp\prototype\test\get-sticky-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\RegExp\prototype\test\y-fail-lastindex-no-write failed in strict mode [test] (Caused by Node) - failed: 2/2
        • toString/ 0 failures over 14 tests (No local failures, with no subdirectories)
        • unicode/ 0 failures over 12 tests (No local failures, with no subdirectories)
    • Set/ 14 failures over 372 tests (4 failures over 38 local tests, with 2 subdirectories)
      • built-ins\Set\set-iterator-close-after-add-failure failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Set\set failed in strict mode [test] (Caused by Node) - failed: 2/2
      • Symbol.species/ 8 failures over 8 tests (8 failures over 8 local tests, with no subdirectories)
        • built-ins\Set\Symbol.species\length failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Set\Symbol.species\return-value failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Set\Symbol.species\symbol-species-name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Set\Symbol.species\symbol-species failed in strict mode [test] (Caused by Node) - failed: 2/2
      • prototype/ 2 failures over 326 tests (2 failures over 6 local tests, with 11 subdirectories)
        • built-ins\Set\prototype\set-prototype failed in strict mode [test] (Caused by Node) - failed: 2/2
        • Symbol.toStringTag/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • add/ 0 failures over 40 tests (No local failures, with no subdirectories)
        • clear/ 0 failures over 36 tests (No local failures, with no subdirectories)
        • constructor/ 0 failures over 4 tests (No local failures, with no subdirectories)
        • delete/ 0 failures over 38 tests (No local failures, with no subdirectories)
        • entries/ 0 failures over 32 tests (No local failures, with no subdirectories)
        • forEach/ 0 failures over 62 tests (No local failures, with no subdirectories)
        • has/ 0 failures over 58 tests (No local failures, with no subdirectories)
        • keys/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • size/ 0 failures over 12 tests (No local failures, with no subdirectories)
        • values/ 0 failures over 34 tests (No local failures, with no subdirectories)
    • SetIteratorPrototype/ 0 failures over 22 tests (No local failures, with 1 subdirectories)
    • Simd/ 46 failures over 46 tests (46 failures over 46 local tests, with no subdirectories)
      • built-ins\Simd\all_true failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\any_true failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\bit_conversion failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\bit_preservation failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\check failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\constructor failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\float_operators failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\from failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\from_bits failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\loadn failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\logical_operators failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\negate failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\not failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\numerical_operators failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\operators failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\replace_lane failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\round_trip failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\saturate failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\select failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\shift_operator failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\shuffle failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\storen failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\Simd\swizzle failed in strict mode [test] (Caused by Node) - failed: 2/2
    • String/ 62 failures over 1939 tests (No local failures, with 4 subdirectories)
      • fromCharCode/ 0 failures over 28 tests (No local failures, with no subdirectories)
      • fromCodePoint/ 0 failures over 20 tests (No local failures, with no subdirectories)
      • prototype/ 62 failures over 1660 tests (No local failures, with 29 subdirectories)
        • Symbol.iterator/ 2 failures over 10 tests (2 failures over 10 local tests, with no subdirectories)
          • built-ins\String\prototype\Symbol.iterator\this-val-non-obj-coercible failed in strict mode [test] (Caused by Node) - failed: 2/2
        • charAt/ 0 failures over 50 tests (No local failures, with no subdirectories)
        • charCodeAt/ 0 failures over 40 tests (No local failures, with no subdirectories)
        • codePointAt/ 0 failures over 30 tests (No local failures, with no subdirectories)
        • concat/ 0 failures over 40 tests (No local failures, with no subdirectories)
        • constructor/ 0 failures over 4 tests (No local failures, with no subdirectories)
        • endsWith/ 2 failures over 52 tests (2 failures over 52 local tests, with no subdirectories)
          • built-ins\String\prototype\endsWith\return-abrupt-from-searchstring-regexp-test failed in strict mode [test] (Caused by Node) - failed: 2/2
        • includes/ 2 failures over 52 tests (2 failures over 52 local tests, with no subdirectories)
          • built-ins\String\prototype\includes\return-abrupt-from-searchstring-regexp-test failed in strict mode [test] (Caused by Node) - failed: 2/2
        • indexOf/ 0 failures over 72 tests (No local failures, with no subdirectories)
        • lastIndexOf/ 0 failures over 44 tests (No local failures, with no subdirectories)
        • localeCompare/ 0 failures over 22 tests (No local failures, with no subdirectories)
        • match/ 2 failures over 82 tests (2 failures over 82 local tests, with no subdirectories)
          • built-ins\String\prototype\match\invoke-builtin-match failed in strict mode [test] (Caused by Node) - failed: 2/2
        • normalize/ 0 failures over 26 tests (No local failures, with no subdirectories)
        • padEnd/ 20 failures over 24 tests (20 failures over 24 local tests, with no subdirectories)
          • built-ins\String\prototype\padEnd\exception-not-object-coercible failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padEnd\fill-string-empty failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padEnd\fill-string-non-strings failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padEnd\fill-string-omitted failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padEnd\function-length failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padEnd\function-name failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padEnd\function-property-descriptor failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padEnd\max-length-not-greater-than-string failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padEnd\normal-operation failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padEnd\observable-operations failed in strict mode [test] (Caused by Node) - failed: 2/2
        • padStart/ 20 failures over 24 tests (20 failures over 24 local tests, with no subdirectories)
          • built-ins\String\prototype\padStart\exception-not-object-coercible failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padStart\fill-string-empty failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padStart\fill-string-non-strings failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padStart\fill-string-omitted failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padStart\function-length failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padStart\function-name failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padStart\function-property-descriptor failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padStart\max-length-not-greater-than-string failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padStart\normal-operation failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\padStart\observable-operations failed in strict mode [test] (Caused by Node) - failed: 2/2
        • repeat/ 0 failures over 30 tests (No local failures, with no subdirectories)
        • replace/ 0 failures over 88 tests (No local failures, with no subdirectories)
        • search/ 0 failures over 68 tests (No local failures, with no subdirectories)
        • slice/ 0 failures over 68 tests (No local failures, with no subdirectories)
        • split/ 0 failures over 212 tests (No local failures, with no subdirectories)
        • startsWith/ 2 failures over 40 tests (2 failures over 40 local tests, with no subdirectories)
          • built-ins\String\prototype\startsWith\return-abrupt-from-searchstring-regexp-test failed in strict mode [test] (Caused by Node) - failed: 2/2
        • substring/ 0 failures over 84 tests (No local failures, with no subdirectories)
        • toLocaleLowerCase/ 4 failures over 50 tests (4 failures over 50 local tests, with no subdirectories)
          • built-ins\String\prototype\toLocaleLowerCase\special_casing_conditional failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\toLocaleLowerCase\supplementary_plane failed in strict mode [test] (Caused by Node) - failed: 2/2
        • toLocaleUpperCase/ 2 failures over 48 tests (2 failures over 48 local tests, with no subdirectories)
          • built-ins\String\prototype\toLocaleUpperCase\supplementary_plane failed in strict mode [test] (Caused by Node) - failed: 2/2
        • toLowerCase/ 4 failures over 50 tests (4 failures over 50 local tests, with no subdirectories)
          • built-ins\String\prototype\toLowerCase\special_casing_conditional failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\String\prototype\toLowerCase\supplementary_plane failed in strict mode [test] (Caused by Node) - failed: 2/2
        • toString/ 0 failures over 18 tests (No local failures, with no subdirectories)
        • toUpperCase/ 2 failures over 48 tests (2 failures over 48 local tests, with no subdirectories)
          • built-ins\String\prototype\toUpperCase\supplementary_plane failed in strict mode [test] (Caused by Node) - failed: 2/2
        • trim/ 0 failures over 254 tests (No local failures, with no subdirectories)
        • valueOf/ 0 failures over 16 tests (No local failures, with no subdirectories)
      • raw/ 0 failures over 58 tests (No local failures, with no subdirectories)
    • StringIteratorPrototype/ 0 failures over 14 tests (No local failures, with 1 subdirectories)
    • Symbol/ 6 failures over 78 tests (No local failures, with 14 subdirectories)
      • for/ 0 failures over 4 tests (No local failures, with no subdirectories)
      • hasInstance/ 0 failures over 2 tests (No local failures, with no subdirectories)
      • isConcatSpreadable/ 0 failures over 2 tests (No local failures, with no subdirectories)
      • iterator/ 0 failures over 2 tests (No local failures, with no subdirectories)
      • keyFor/ 0 failures over 4 tests (No local failures, with no subdirectories)
      • match/ 0 failures over 2 tests (No local failures, with no subdirectories)
      • prototype/ 0 failures over 32 tests (No local failures, with 3 subdirectories)
      • replace/ 0 failures over 2 tests (No local failures, with no subdirectories)
      • search/ 0 failures over 2 tests (No local failures, with no subdirectories)
      • species/ 6 failures over 6 tests (6 failures over 6 local tests, with no subdirectories)
        • built-ins\Symbol\species\basic failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Symbol\species\builtin-getter-name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\Symbol\species\subclassing failed in strict mode [test] (Caused by Node) - failed: 2/2
      • split/ 0 failures over 2 tests (No local failures, with no subdirectories)
      • toPrimitive/ 0 failures over 2 tests (No local failures, with no subdirectories)
      • toStringTag/ 0 failures over 2 tests (No local failures, with no subdirectories)
      • unscopables/ 0 failures over 2 tests (No local failures, with no subdirectories)
    • ThrowTypeError/ 6 failures over 24 tests (6 failures over 24 local tests, with no subdirectories)
      • built-ins\ThrowTypeError\forbidden-arguments failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\ThrowTypeError\forbidden-caller failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\ThrowTypeError\unique-per-realm-function-proto failed in strict mode [test] (Caused by Node) - failed: 2/2
    • TypedArray/ 172 failures over 891 tests (No local failures, with 4 subdirectories)
      • Symbol.species/ 8 failures over 8 tests (8 failures over 8 local tests, with no subdirectories)
        • built-ins\TypedArray\Symbol.species\length failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\TypedArray\Symbol.species\name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\TypedArray\Symbol.species\prop-desc failed in strict mode [test] (Caused by Node) - failed: 2/2
        • built-ins\TypedArray\Symbol.species\result failed in strict mode [test] (Caused by Node) - failed: 2/2
      • from/ 2 failures over 26 tests (2 failures over 26 local tests, with no subdirectories)
        • built-ins\TypedArray\from\prop-desc failed in strict mode [test] (Caused by Node) - failed: 2/2
      • of/ 2 failures over 12 tests (2 failures over 12 local tests, with no subdirectories)
        • built-ins\TypedArray\of\prop-desc failed in strict mode [test] (Caused by Node) - failed: 2/2
      • prototype/ 160 failures over 837 tests (2 failures over 6 local tests, with 30 subdirectories)
        • built-ins\TypedArray\prototype\toString failed in strict mode [test] (Caused by Node) - failed: 2/2
        • Symbol.toStringTag/ 2 failures over 18 tests (2 failures over 18 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\Symbol.toStringTag\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • buffer/ 2 failures over 18 tests (2 failures over 18 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\buffer\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • byteLength/ 4 failures over 18 tests (4 failures over 18 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\byteLength\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\byteLength\prop-desc failed in strict mode [test] (Caused by Node) - failed: 2/2
        • byteOffset/ 4 failures over 18 tests (4 failures over 18 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\byteOffset\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\byteOffset\prop-desc failed in strict mode [test] (Caused by Node) - failed: 2/2
        • copyWithin/ 4 failures over 60 tests (4 failures over 60 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\copyWithin\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\copyWithin\get-length-ignores-length-prop failed in strict mode [test] (Caused by Node) - failed: 2/2
        • entries/ 8 failures over 18 tests (8 failures over 18 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\entries\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\entries\invoked-as-method failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\entries\this-is-not-object failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\entries\this-is-not-typedarray-instance failed in strict mode [test] (Caused by Node) - failed: 2/2
        • every/ 6 failures over 44 tests (6 failures over 44 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\every\callbackfn-detachbuffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\every\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\every\get-length-uses-internal-arraylength failed in strict mode [test] (Caused by Node) - failed: 2/2
        • fill/ 4 failures over 46 tests (4 failures over 46 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\fill\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\fill\get-length-ignores-length-prop failed in strict mode [test] (Caused by Node) - failed: 2/2
        • filter/ 2 failures over 16 tests (2 failures over 16 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\filter\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • find/ 6 failures over 36 tests (6 failures over 36 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\find\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\find\get-length-ignores-length-prop failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\find\predicate-may-detach-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • findIndex/ 6 failures over 36 tests (6 failures over 36 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\findIndex\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\findIndex\get-length-ignores-length-prop failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\findIndex\predicate-may-detach-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • forEach/ 4 failures over 42 tests (4 failures over 42 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\forEach\callbackfn-detachbuffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\forEach\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • includes/ 2 failures over 16 tests (2 failures over 16 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\includes\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • indexOf/ 6 failures over 38 tests (6 failures over 38 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\indexOf\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\indexOf\fromIndex-minus-zero failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\indexOf\get-length-uses-internal-arraylength failed in strict mode [test] (Caused by Node) - failed: 2/2
        • join/ 2 failures over 16 tests (2 failures over 16 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\join\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • keys/ 8 failures over 18 tests (8 failures over 18 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\keys\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\keys\invoked-as-method failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\keys\this-is-not-object failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\keys\this-is-not-typedarray-instance failed in strict mode [test] (Caused by Node) - failed: 2/2
        • lastIndexOf/ 6 failures over 36 tests (6 failures over 36 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\lastIndexOf\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\lastIndexOf\fromIndex-minus-zero failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\lastIndexOf\get-length-uses-internal-arraylength failed in strict mode [test] (Caused by Node) - failed: 2/2
        • length/ 4 failures over 19 tests (4 failures over 19 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\length\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\length\prop-desc failed in strict mode [test] (Caused by Node) - failed: 2/2
        • map/ 4 failures over 50 tests (4 failures over 50 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\map\callbackfn-detachbuffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\map\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • reduce/ 2 failures over 16 tests (2 failures over 16 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\reduce\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • reduceRight/ 2 failures over 16 tests (2 failures over 16 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\reduceRight\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • reverse/ 2 failures over 16 tests (2 failures over 16 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\reverse\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • set/ 2 failures over 16 tests (2 failures over 16 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\set\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • slice/ 2 failures over 16 tests (2 failures over 16 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\slice\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • some/ 6 failures over 44 tests (6 failures over 44 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\some\callbackfn-detachbuffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\some\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\some\get-length-uses-internal-arraylength failed in strict mode [test] (Caused by Node) - failed: 2/2
        • sort/ 2 failures over 16 tests (2 failures over 16 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\sort\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • subarray/ 24 failures over 68 tests (24 failures over 68 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\subarray\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\subarray\speciesctor-get-ctor-abrupt failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\subarray\speciesctor-get-ctor-inherited failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\subarray\speciesctor-get-ctor-returns-throws failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\subarray\speciesctor-get-ctor failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\subarray\speciesctor-get-species-abrupt failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\subarray\speciesctor-get-species-custom-ctor-invocation failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\subarray\speciesctor-get-species-custom-ctor-returns-another-instance failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\subarray\speciesctor-get-species-custom-ctor-throws failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\subarray\speciesctor-get-species-custom-ctor failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\subarray\speciesctor-get-species-returns-throws failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\subarray\speciesctor-get-species failed in strict mode [test] (Caused by Node) - failed: 2/2
        • toLocaleString/ 22 failures over 40 tests (22 failures over 40 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\toLocaleString\calls-tolocalestring-from-each-value failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\toLocaleString\calls-tostring-from-each-value failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\toLocaleString\calls-valueof-from-each-value failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\toLocaleString\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\toLocaleString\get-length-uses-internal-arraylength failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\toLocaleString\return-abrupt-from-firstelement-tolocalestring failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\toLocaleString\return-abrupt-from-firstelement-tostring failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\toLocaleString\return-abrupt-from-firstelement-valueof failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\toLocaleString\return-abrupt-from-nextelement-tolocalestring failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\toLocaleString\return-abrupt-from-nextelement-tostring failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\toLocaleString\return-abrupt-from-nextelement-valueof failed in strict mode [test] (Caused by Node) - failed: 2/2
        • toString/ 2 failures over 2 tests (2 failures over 2 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\toString\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • values/ 8 failures over 18 tests (8 failures over 18 local tests, with no subdirectories)
          • built-ins\TypedArray\prototype\values\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\values\invoked-as-method failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\values\this-is-not-object failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArray\prototype\values\this-is-not-typedarray-instance failed in strict mode [test] (Caused by Node) - failed: 2/2
    • TypedArrays/ 82 failures over 634 tests (34 failures over 176 local tests, with 13 subdirectories)
      • built-ins\TypedArrays\buffer-arg-defined-negative-length failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\TypedArrays\length-arg-is-float-throws-rangeerror failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\TypedArrays\length-arg-is-nan-throws-rangeerror failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\TypedArrays\length-arg-is-symbol-throws failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\TypedArrays\length-arg-is-undefined-throws failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\TypedArrays\typedarray-arg-other-ctor-buffer-ctor-access-throws failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\TypedArrays\typedarray-arg-other-ctor-buffer-ctor-custom-species failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\TypedArrays\typedarray-arg-other-ctor-buffer-ctor-not-object-throws failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\TypedArrays\typedarray-arg-other-ctor-buffer-ctor-species-access-throws failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\TypedArrays\typedarray-arg-other-ctor-buffer-ctor-species-not-ctor-throws failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\TypedArrays\typedarray-arg-other-ctor-buffer-ctor-species-prototype-throws failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\TypedArrays\typedarray-arg-same-ctor-buffer-ctor-access-throws failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\TypedArrays\typedarray-arg-same-ctor-buffer-ctor-species-custom failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\TypedArrays\typedarray-arg-same-ctor-buffer-ctor-species-not-ctor failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\TypedArrays\typedarray-arg-same-ctor-buffer-ctor-species-prototype-throws failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\TypedArrays\typedarray-arg-same-ctor-buffer-ctor-species-throws failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\TypedArrays\typedarray-arg-same-ctor-buffer-ctor-value-not-obj-throws failed in strict mode [test] (Caused by Node) - failed: 2/2
      • Float32Array/ 0 failures over 20 tests (No local failures, with 1 subdirectories)
      • Float64Array/ 0 failures over 20 tests (No local failures, with 1 subdirectories)
      • Int16Array/ 0 failures over 20 tests (No local failures, with 1 subdirectories)
      • Int32Array/ 0 failures over 20 tests (No local failures, with 1 subdirectories)
      • Int8Array/ 0 failures over 20 tests (No local failures, with 1 subdirectories)
      • Uint16Array/ 0 failures over 20 tests (No local failures, with 1 subdirectories)
      • Uint32Array/ 0 failures over 20 tests (No local failures, with 1 subdirectories)
      • Uint8Array/ 0 failures over 20 tests (No local failures, with 1 subdirectories)
      • Uint8ClampedArray/ 0 failures over 20 tests (No local failures, with 1 subdirectories)
      • from/ 2 failures over 54 tests (2 failures over 54 local tests, with no subdirectories)
        • built-ins\TypedArrays\from\set-value-abrupt-completion failed in strict mode [test] (Caused by Node) - failed: 2/2
      • internals/ 44 failures over 140 tests (No local tests, with 6 subdirectories)
        • DefineOwnProperty/ 12 failures over 38 tests (12 failures over 38 local tests, with no subdirectories)
          • built-ins\TypedArrays\internals\DefineOwnProperty\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArrays\internals\DefineOwnProperty\key-is-greater-than-last-index failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArrays\internals\DefineOwnProperty\key-is-lower-than-zero failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArrays\internals\DefineOwnProperty\key-is-minus-zero failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArrays\internals\DefineOwnProperty\key-is-not-integer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArrays\internals\DefineOwnProperty\key-is-numericindex-desc-not-writable failed in strict mode [test] (Caused by Node) - failed: 2/2
        • Get/ 6 failures over 22 tests (6 failures over 22 local tests, with no subdirectories)
          • built-ins\TypedArrays\internals\Get\detached-buffer-key-is-not-numeric-index failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArrays\internals\Get\detached-buffer-key-is-symbol failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArrays\internals\Get\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • GetOwnProperty/ 6 failures over 20 tests (6 failures over 20 local tests, with no subdirectories)
          • built-ins\TypedArrays\internals\GetOwnProperty\detached-buffer-key-is-not-number failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArrays\internals\GetOwnProperty\detached-buffer-key-is-symbol failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArrays\internals\GetOwnProperty\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • HasProperty/ 6 failures over 26 tests (6 failures over 26 local tests, with no subdirectories)
          • built-ins\TypedArrays\internals\HasProperty\detached-buffer-key-is-not-number failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArrays\internals\HasProperty\detached-buffer-key-is-symbol failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArrays\internals\HasProperty\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
        • OwnPropertyKeys/ 0 failures over 8 tests (No local failures, with no subdirectories)
        • Set/ 14 failures over 26 tests (14 failures over 26 local tests, with no subdirectories)
          • built-ins\TypedArrays\internals\Set\detached-buffer-key-is-not-numeric-index failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArrays\internals\Set\detached-buffer-key-is-symbol failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArrays\internals\Set\detached-buffer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArrays\internals\Set\key-is-minus-zero failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArrays\internals\Set\key-is-not-integer failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArrays\internals\Set\key-is-out-of-bounds failed in strict mode [test] (Caused by Node) - failed: 2/2
          • built-ins\TypedArrays\internals\Set\tonumber-value-throws failed in strict mode [test] (Caused by Node) - failed: 2/2
      • of/ 0 failures over 24 tests (No local failures, with no subdirectories)
      • prototype/ 2 failures over 60 tests (No local failures, with 29 subdirectories)
        • Symbol.toStringTag/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • buffer/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • byteLength/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • byteOffset/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • copyWithin/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • entries/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • every/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • fill/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • filter/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • find/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • findIndex/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • forEach/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • indexOf/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • join/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • keys/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • lastIndexOf/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • length/ 2 failures over 2 tests (2 failures over 2 local tests, with no subdirectories)
          • built-ins\TypedArrays\prototype\length\inherited failed in strict mode [test] (Caused by Node) - failed: 2/2
        • map/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • reduce/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • reduceRight/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • reverse/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • set/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • slice/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • some/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • sort/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • subarray/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • toLocaleString/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • toString/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • values/ 0 failures over 2 tests (No local failures, with no subdirectories)
    • WeakMap/ 10 failures over 174 tests (10 failures over 42 local tests, with 1 subdirectories)
      • built-ins\WeakMap\iterator-close-after-set-failure failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\WeakMap\iterator-item-first-entry-returns-abrupt failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\WeakMap\iterator-item-second-entry-returns-abrupt failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\WeakMap\iterator-items-are-not-object-close-iterator failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\WeakMap\weakmap failed in strict mode [test] (Caused by Node) - failed: 2/2
      • prototype/ 0 failures over 132 tests (No local failures, with 4 subdirectories)
    • WeakSet/ 4 failures over 148 tests (4 failures over 34 local tests, with 1 subdirectories)
      • built-ins\WeakSet\iterator-close-after-add-failure failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\WeakSet\weakset failed in strict mode [test] (Caused by Node) - failed: 2/2
      • prototype/ 0 failures over 114 tests (No local failures, with 4 subdirectories)
    • decodeURI/ 0 failures over 106 tests (No local failures, with no subdirectories)
    • decodeURIComponent/ 0 failures over 106 tests (No local failures, with no subdirectories)
    • encodeURI/ 0 failures over 58 tests (No local failures, with no subdirectories)
    • encodeURIComponent/ 0 failures over 58 tests (No local failures, with no subdirectories)
    • eval/ 0 failures over 16 tests (No local failures, with no subdirectories)
    • global/ 0 failures over 54 tests (No local failures, with no subdirectories)
    • isFinite/ 0 failures over 20 tests (No local failures, with no subdirectories)
    • isNaN/ 0 failures over 20 tests (No local failures, with no subdirectories)
    • parseFloat/ 0 failures over 82 tests (No local failures, with no subdirectories)
    • parseInt/ 0 failures over 118 tests (No local failures, with no subdirectories)
    • undefined/ 4 failures over 12 tests (4 failures over 12 local tests, with no subdirectories)
      • built-ins\undefined\15.1.1.3-2 failed in strict mode [test] (Caused by Node) - failed: 1/1
      • built-ins\undefined\S15.1.1.3_A3_T1 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • built-ins\undefined\S15.1.1.3_A3_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
  • harness/ 0 failures over 118 tests (No local failures, with no subdirectories)
  • intl402/ 74 failures over 350 tests (8 failures over 44 local tests, with 7 subdirectories)
    • intl402\9.1_a failed in strict mode [test] (Caused by Node) - failed: 2/2
    • intl402\9.2.1_2 failed in strict mode [test] (Caused by Node) - failed: 2/2
    • intl402\9.2.6_2 failed in strict mode [test] (Caused by Node) - failed: 2/2
    • intl402\9.2.6_4_c failed in strict mode [test] (Caused by Node) - failed: 2/2
    • Collator/ 20 failures over 78 tests (12 failures over 36 local tests, with 2 subdirectories)
      • intl402\Collator\10.1.1_1 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • intl402\Collator\10.1.1_19_c failed in strict mode [test] (Caused by Node) - failed: 2/2
      • intl402\Collator\10.1.1_a failed in strict mode [test] (Caused by Node) - failed: 2/2
      • intl402\Collator\10.1.2.1_4 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • intl402\Collator\9.2.5_11_g_ii_2 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • intl402\Collator\name failed in strict mode [test] (Caused by Node) - failed: 2/2
      • prototype/ 6 failures over 34 tests (2 failures over 8 local tests, with 3 subdirectories)
        • intl402\Collator\prototype\10.3_a failed in strict mode [test] (Caused by Node) - failed: 2/2
        • compare/ 4 failures over 18 tests (4 failures over 18 local tests, with no subdirectories)
          • intl402\Collator\prototype\compare\compare-function-name failed in strict mode [test] (Caused by Node) - failed: 2/2
          • intl402\Collator\prototype\compare\name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • constructor/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • resolvedOptions/ 0 failures over 6 tests (No local failures, with no subdirectories)
      • supportedLocalesOf/ 2 failures over 8 tests (2 failures over 8 local tests, with no subdirectories)
        • intl402\Collator\supportedLocalesOf\10.2.2_a failed in strict mode [test] (Caused by Node) - failed: 2/2
    • Date/ 0 failures over 16 tests (No local tests, with 1 subdirectories)
    • DateTimeFormat/ 16 failures over 80 tests (8 failures over 40 local tests, with 2 subdirectories)
      • intl402\DateTimeFormat\12.1.1_1 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • intl402\DateTimeFormat\12.1.1_a failed in strict mode [test] (Caused by Node) - failed: 2/2
      • intl402\DateTimeFormat\12.1.2.1_4 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • intl402\DateTimeFormat\name failed in strict mode [test] (Caused by Node) - failed: 2/2
      • prototype/ 6 failures over 32 tests (2 failures over 8 local tests, with 3 subdirectories)
        • intl402\DateTimeFormat\prototype\12.3_a failed in strict mode [test] (Caused by Node) - failed: 2/2
        • constructor/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • format/ 4 failures over 16 tests (4 failures over 16 local tests, with no subdirectories)
          • intl402\DateTimeFormat\prototype\format\format-function-name failed in strict mode [test] (Caused by Node) - failed: 2/2
          • intl402\DateTimeFormat\prototype\format\name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • resolvedOptions/ 0 failures over 6 tests (No local failures, with no subdirectories)
      • supportedLocalesOf/ 2 failures over 8 tests (2 failures over 8 local tests, with no subdirectories)
        • intl402\DateTimeFormat\supportedLocalesOf\12.2.2_a failed in strict mode [test] (Caused by Node) - failed: 2/2
    • Intl/ 0 failures over 4 tests (No local failures, with no subdirectories)
    • Number/ 0 failures over 10 tests (No local tests, with 1 subdirectories)
    • NumberFormat/ 18 failures over 88 tests (10 failures over 40 local tests, with 2 subdirectories)
      • intl402\NumberFormat\11.1.1_1 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • intl402\NumberFormat\11.1.1_20_c failed in strict mode [test] (Caused by Node) - failed: 2/2
      • intl402\NumberFormat\11.1.1_a failed in strict mode [test] (Caused by Node) - failed: 2/2
      • intl402\NumberFormat\11.1.2.1_4 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • intl402\NumberFormat\name failed in strict mode [test] (Caused by Node) - failed: 2/2
      • prototype/ 6 failures over 40 tests (2 failures over 8 local tests, with 3 subdirectories)
        • intl402\NumberFormat\prototype\11.3_a failed in strict mode [test] (Caused by Node) - failed: 2/2
        • constructor/ 0 failures over 2 tests (No local failures, with no subdirectories)
        • format/ 4 failures over 24 tests (4 failures over 24 local tests, with no subdirectories)
          • intl402\NumberFormat\prototype\format\format-function-name failed in strict mode [test] (Caused by Node) - failed: 2/2
          • intl402\NumberFormat\prototype\format\name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • resolvedOptions/ 0 failures over 6 tests (No local failures, with no subdirectories)
      • supportedLocalesOf/ 2 failures over 8 tests (2 failures over 8 local tests, with no subdirectories)
        • intl402\NumberFormat\supportedLocalesOf\11.2.2_a failed in strict mode [test] (Caused by Node) - failed: 2/2
    • String/ 12 failures over 30 tests (No local tests, with 1 subdirectories)
      • prototype/ 12 failures over 30 tests (No local tests, with 3 subdirectories)
        • localeCompare/ 0 failures over 16 tests (No local failures, with no subdirectories)
        • toLocaleLowerCase/ 6 failures over 8 tests (6 failures over 8 local tests, with no subdirectories)
          • intl402\String\prototype\toLocaleLowerCase\special_casing_Azeri failed in strict mode [test] (Caused by Node) - failed: 2/2
          • intl402\String\prototype\toLocaleLowerCase\special_casing_Lithuanian failed in strict mode [test] (Caused by Node) - failed: 2/2
          • intl402\String\prototype\toLocaleLowerCase\special_casing_Turkish failed in strict mode [test] (Caused by Node) - failed: 2/2
        • toLocaleUpperCase/ 6 failures over 6 tests (6 failures over 6 local tests, with no subdirectories)
          • intl402\String\prototype\toLocaleUpperCase\special_casing_Azeri failed in strict mode [test] (Caused by Node) - failed: 2/2
          • intl402\String\prototype\toLocaleUpperCase\special_casing_Lithuanian failed in strict mode [test] (Caused by Node) - failed: 2/2
          • intl402\String\prototype\toLocaleUpperCase\special_casing_Turkish failed in strict mode [test] (Caused by Node) - failed: 2/2
  • language/ 1861 failures over 9784 tests whereof 602 caused by UglifyJS (No local tests, with 27 subdirectories)
    • arguments-object/ 0 failures over 99 tests (No local failures, with 2 subdirectories)
    • asi/ 0 failures over 202 tests (No local failures, with no subdirectories)
    • block-scope/ 19 failures over 107 tests whereof 4 caused by UglifyJS (No local tests, with 4 subdirectories)
      • leave/ 0 failures over 30 tests (No local failures, with no subdirectories)
      • return-from/ 0 failures over 4 tests (No local failures, with no subdirectories)
      • shadowing/ 4 failures over 30 tests whereof 4 caused by UglifyJS (4 failures over 30 local tests with 4 caused by UglifyJS, with no subdirectories)
        • language\block-scope\shadowing\dynamic-lookup-from-closure failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\block-scope\shadowing\lookup-from-closure failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • syntax/ 15 failures over 43 tests (No local tests, with 4 subdirectories)
        • for-in/ 0 failures over 16 tests (No local failures, with no subdirectories)
        • function-declarations/ 5 failures over 9 tests (5 failures over 9 local tests, with no subdirectories)
          • language\block-scope\syntax\function-declarations\in-statement-position-do-statement-while-expression was expected to fail in strict mode, but didn't [test] - failed: 1/1
          • language\block-scope\syntax\function-declarations\in-statement-position-for-statement was expected to fail in strict mode, but didn't [test] - failed: 1/1
          • language\block-scope\syntax\function-declarations\in-statement-position-if-expression-statement-else-statement was expected to fail in strict mode, but didn't [test] - failed: 1/1
          • language\block-scope\syntax\function-declarations\in-statement-position-if-expression-statement was expected to fail in strict mode, but didn't [test] - failed: 1/1
          • language\block-scope\syntax\function-declarations\in-statement-position-while-expression-statement was expected to fail in strict mode, but didn't [test] - failed: 1/1
        • redeclaration-global/ 0 failures over 8 tests (No local failures, with no subdirectories)
        • redeclaration-in-block/ 10 failures over 10 tests (10 failures over 10 local tests, with no subdirectories)
          • language\block-scope\syntax\redeclaration-in-block\attempt-to-redeclare-function-declaration-with-function-declaration was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\block-scope\syntax\redeclaration-in-block\attempt-to-redeclare-function-declaration-with-let was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\block-scope\syntax\redeclaration-in-block\attempt-to-redeclare-function-declaration-with-var was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\block-scope\syntax\redeclaration-in-block\attempt-to-redeclare-var-binding-with-let was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\block-scope\syntax\redeclaration-in-block\attempt-to-redeclare-var-with-function-declaration was expected to fail in strict mode, but didn't [test] - failed: 2/2
    • comments/ 0 failures over 28 tests (No local failures, with no subdirectories)
    • computed-property-names/ 74 failures over 90 tests whereof 68 caused by UglifyJS (No local tests, with 4 subdirectories)
      • basics/ 0 failures over 6 tests (No local failures, with no subdirectories)
      • class/ 46 failures over 52 tests whereof 40 caused by UglifyJS (No local tests, with 3 subdirectories)
        • accessor/ 8 failures over 8 tests whereof 8 caused by UglifyJS (8 failures over 8 local tests with 8 caused by UglifyJS, with no subdirectories)
          • language\computed-property-names\class\accessor\getter-duplicates failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\class\accessor\getter failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\class\accessor\setter-duplicates failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\class\accessor\setter failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • method/ 16 failures over 22 tests whereof 16 caused by UglifyJS (16 failures over 22 local tests with 16 caused by UglifyJS, with no subdirectories)
          • language\computed-property-names\class\method\constructor-can-be-generator failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\class\method\constructor-can-be-getter failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\class\method\constructor-can-be-setter failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\class\method\constructor failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\class\method\generator failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\class\method\number failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\class\method\string failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\class\method\symbol failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • static/ 22 failures over 22 tests whereof 16 caused by UglifyJS (22 failures over 22 local tests with 16 caused by UglifyJS, with no subdirectories)
          • language\computed-property-names\class\static\generator-constructor failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\class\static\generator-prototype failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\class\static\getter-constructor failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\class\static\getter-prototype failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\class\static\method-constructor failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\class\static\method-number failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\computed-property-names\class\static\method-prototype failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\class\static\method-string failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\computed-property-names\class\static\method-symbol failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\computed-property-names\class\static\setter-constructor failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\class\static\setter-prototype failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • object/ 22 failures over 24 tests whereof 22 caused by UglifyJS (No local tests, with 3 subdirectories)
        • accessor/ 12 failures over 12 tests whereof 12 caused by UglifyJS (12 failures over 12 local tests with 12 caused by UglifyJS, with no subdirectories)
          • language\computed-property-names\object\accessor\getter-duplicates failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\object\accessor\getter-super failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\object\accessor\getter failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\object\accessor\setter-duplicates failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\object\accessor\setter-super failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\object\accessor\setter failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • method/ 10 failures over 10 tests whereof 10 caused by UglifyJS (10 failures over 10 local tests with 10 caused by UglifyJS, with no subdirectories)
          • language\computed-property-names\object\method\generator failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\object\method\number failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\object\method\string failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\object\method\super failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\computed-property-names\object\method\symbol failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • property/ 0 failures over 2 tests (No local failures, with no subdirectories)
      • to-name-side-effects/ 6 failures over 8 tests whereof 6 caused by UglifyJS (6 failures over 8 local tests with 6 caused by UglifyJS, with no subdirectories)
        • language\computed-property-names\to-name-side-effects\class failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\computed-property-names\to-name-side-effects\numbers-class failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\computed-property-names\to-name-side-effects\object failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
    • default-parameters/ 4 failures over 35 tests whereof 4 caused by UglifyJS (4 failures over 35 local tests with 4 caused by UglifyJS, with no subdirectories)
      • language\default-parameters\destructuring failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • language\default-parameters\scope failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
    • destructuring/ 28 failures over 30 tests whereof 28 caused by UglifyJS (No local tests, with 1 subdirectories)
      • binding/ 28 failures over 30 tests whereof 28 caused by UglifyJS (6 failures over 6 local tests with 6 caused by UglifyJS, with 1 subdirectories)
        • language\destructuring\binding\initialization-requires-object-coercible-null failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\destructuring\binding\initialization-requires-object-coercible-undefined failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\destructuring\binding\initialization-returns-normal-completion-for-empty-objects failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • syntax/ 22 failures over 24 tests whereof 22 caused by UglifyJS (22 failures over 24 local tests with 22 caused by UglifyJS, with no subdirectories)
          • language\destructuring\binding\syntax\array-elements-with-initializer failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\destructuring\binding\syntax\array-elements-with-object-patterns failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\destructuring\binding\syntax\array-elements-without-initializer failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\destructuring\binding\syntax\array-pattern-with-elisions failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\destructuring\binding\syntax\array-pattern-with-no-elements failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\destructuring\binding\syntax\array-rest-elements failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\destructuring\binding\syntax\object-pattern-with-no-property-list failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\destructuring\binding\syntax\property-list-bindings-elements failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\destructuring\binding\syntax\property-list-followed-by-a-single-comma failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\destructuring\binding\syntax\property-list-with-property-list failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\destructuring\binding\syntax\recursive-array-and-object-patterns failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
    • directive-prologue/ 3 failures over 54 tests whereof 3 caused by UglifyJS (3 failures over 54 local tests with 3 caused by UglifyJS, with no subdirectories)
      • language\directive-prologue\14.1-16-s failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
      • language\directive-prologue\14.1-4-s failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
      • language\directive-prologue\14.1-5-s failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
    • eval-code/ 28 failures over 211 tests whereof 2 caused by UglifyJS (No local tests, with 2 subdirectories)
      • direct/ 10 failures over 107 tests (10 failures over 107 local tests, with no subdirectories)
        • language\eval-code\direct\non-definable-function-with-function failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\eval-code\direct\non-definable-function-with-variable failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\eval-code\direct\var-env-func-init-global-new failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\eval-code\direct\var-env-func-init-global-update-configurable failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\eval-code\direct\var-env-func-init-global-update-non-configurable failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\eval-code\direct\var-env-global-lex-non-strict was expected to fail in non-strict mode, but didn't [test] (Caused by Node) - failed: 1/1
        • language\eval-code\direct\var-env-lower-lex-catch-non-strict failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\eval-code\direct\var-env-lower-lex-non-strict failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\eval-code\direct\var-env-var-init-global-exstng failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\eval-code\direct\var-env-var-init-global-new failed in non-strict mode [test] (Caused by Node) - failed: 1/1
      • indirect/ 18 failures over 104 tests whereof 2 caused by UglifyJS (18 failures over 104 local tests with 2 caused by UglifyJS, with no subdirectories)
        • language\eval-code\indirect\lex-env-heritage failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\eval-code\indirect\non-definable-function-with-function failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\eval-code\indirect\non-definable-function-with-variable failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\eval-code\indirect\var-env-func-init-global-new failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\eval-code\indirect\var-env-func-init-global-update-configurable failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\eval-code\indirect\var-env-func-init-global-update-non-configurable failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\eval-code\indirect\var-env-global-lex-non-strict failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\eval-code\indirect\var-env-var-init-global-exstng failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\eval-code\indirect\var-env-var-init-global-new failed in strict mode [test] (Caused by Node) - failed: 2/2
    • expressions/ 724 failures over 3942 tests whereof 313 caused by UglifyJS (1 failures over 1 local tests, with 56 subdirectories)
      • language\expressions\tco-pos failed in strict mode [test] (Caused by Node) - failed: 1/1
      • addition/ 2 failures over 83 tests whereof 2 caused by UglifyJS (2 failures over 83 local tests with 2 caused by UglifyJS, with no subdirectories)
        • language\expressions\addition\symbol-to-string failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • array/ 0 failures over 22 tests (No local failures, with no subdirectories)
      • arrow-function/ 16 failures over 128 tests whereof 4 caused by UglifyJS (1 failures over 41 local tests, with 2 subdirectories)
        • language\expressions\arrow-function\strict failed in strict mode [test] (Caused by Node) - failed: 1/1
        • arrow/ 0 failures over 10 tests (No local failures, with no subdirectories)
        • syntax/ 15 failures over 77 tests whereof 4 caused by UglifyJS (4 failures over 34 local tests with 4 caused by UglifyJS, with 1 subdirectories)
          • language\expressions\arrow-function\syntax\arrowparameters-bindingidentifier-yield failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\arrow-function\syntax\arrowparameters-cover-formalparameters-yield failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\arrow-function\syntax\arrowparameters-cover-initialize-1 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • early-errors/ 11 failures over 43 tests (11 failures over 43 local tests, with no subdirectories)
            • language\expressions\arrow-function\syntax\early-errors\arrowparameters-bindingidentifier-identifier-futurereservedword was expected to fail in strict mode, but didn't [test] - failed: 2/2
            • language\expressions\arrow-function\syntax\early-errors\arrowparameters-bindingidentifier-identifier-strict-futurereservedword was expected to fail in strict mode, but didn't [test] - failed: 1/1
            • language\expressions\arrow-function\syntax\early-errors\arrowparameters-bindingidentifier-no-eval was expected to fail in strict mode, but didn't [test] - failed: 1/1
            • language\expressions\arrow-function\syntax\early-errors\arrowparameters-cover-no-eval was expected to fail in strict mode, but didn't [test] - failed: 1/1
            • language\expressions\arrow-function\syntax\early-errors\asi-restriction-invalid-parenless-parameters-expression-body was expected to fail in strict mode, but didn't [test] - failed: 2/2
            • language\expressions\arrow-function\syntax\early-errors\asi-restriction-invalid-parenless-parameters was expected to fail in strict mode, but didn't [test] - failed: 2/2
            • language\expressions\arrow-function\syntax\early-errors\asi-restriction-invalid was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • assignment/ 262 failures over 464 tests whereof 115 caused by UglifyJS (29 failures over 83 local tests, with 1 subdirectories)
        • language\expressions\assignment\S11.13.1_A5_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\assignment\S11.13.1_A5_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\assignment\S11.13.1_A5_T3 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\assignment\S11.13.1_A5_T4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\assignment\S11.13.1_A5_T5 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\assignment\S11.13.1_A6_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\assignment\S11.13.1_A6_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\assignment\S11.13.1_A6_T3 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\assignment\S11.13.1_A7_T1 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\assignment\S11.13.1_A7_T2 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\assignment\S11.13.1_A7_T3 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\assignment\fn-name-arrow failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\assignment\fn-name-class failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\assignment\fn-name-cover failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\assignment\fn-name-fn failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\assignment\fn-name-gen failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\assignment\fn-name-lhs-cover failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\assignment\fn-name-lhs-member failed in strict mode [test] (Caused by Node) - failed: 2/2
        • destructuring/ 233 failures over 381 tests whereof 115 caused by UglifyJS (233 failures over 381 local tests with 115 caused by UglifyJS, with no subdirectories)
          • language\expressions\assignment\destructuring\array-elem-init-fn-name-arrow failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-init-fn-name-class failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-init-fn-name-cover failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-init-fn-name-fn failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-init-fn-name-gen failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-init-yield-expr failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-init-yield-ident-valid failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\assignment\destructuring\array-elem-iter-nrml-close-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-iter-nrml-close-null failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-iter-nrml-close failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-iter-rtrn-close-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-iter-rtrn-close-null failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-iter-rtrn-close failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-iter-thrw-close-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-iter-thrw-close failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-nested-array-invalid was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-nested-array-yield-expr failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-nested-array-yield-ident-valid failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\assignment\destructuring\array-elem-nested-obj-yield-expr failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-nested-obj-yield-ident-valid failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\assignment\destructuring\array-elem-target-yield-expr failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-target-yield-valid failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-elision-iter-nrml-close-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-elision-iter-nrml-close-null failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-elision-iter-nrml-close failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-list-nrml-close-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-list-nrml-close-null failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-list-nrml-close failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-list-rtrn-close-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-list-rtrn-close-null failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-list-rtrn-close failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-list-thrw-close-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-list-thrw-close failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-rest-nrml-close-skip failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-rest-rtrn-close-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-rest-rtrn-close-null failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-rest-rtrn-close failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-rest-thrw-close-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-rest-thrw-close-skip failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elem-trlg-iter-rest-thrw-close failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elision-iter-nrml-close-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elision-iter-nrml-close-null failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-elision-iter-nrml-close failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-empty-iter-close-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-empty-iter-close-null failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-empty-iter-close failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-iteration failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-after-element failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-after-elision failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-elision-iter-abpt failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-elision failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-iter-get-err failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-iter-nrml-close-skip failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-iter-rtrn-close-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-iter-rtrn-close-null failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-iter-rtrn-close failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-iter-thrw-close-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-iter-thrw-close-skip failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-iter-thrw-close failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-iteration failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-lref-err failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-lref failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-nested-array-iter-thrw-close-skip failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-nested-array-null failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-nested-array-undefined-hole failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-nested-array-undefined-own failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-nested-array-undefined failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-nested-array-yield-expr failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-nested-array-yield-ident-valid failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\assignment\destructuring\array-rest-nested-array failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-nested-obj-null failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-nested-obj-undefined-hole failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-nested-obj-undefined-own failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-nested-obj-undefined failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-nested-obj-yield-expr failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-nested-obj-yield-ident-valid failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\assignment\destructuring\array-rest-nested-obj failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-put-const failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-put-let failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-put-prop-ref-no-get failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-put-prop-ref-user-err-iter-close-skip failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-put-prop-ref-user-err failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-put-prop-ref failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-put-unresolvable-no-strict failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\assignment\destructuring\array-rest-put-unresolvable-strict failed in strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\assignment\destructuring\array-rest-yield-expr failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\array-rest-yield-ident-valid failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\assignment\destructuring\obj-id-identifier-yield-ident-valid failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\assignment\destructuring\obj-id-init-fn-name-arrow failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-id-init-fn-name-class failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-id-init-fn-name-cover failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-id-init-fn-name-fn failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-id-init-fn-name-gen failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-id-init-let failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-id-init-yield-expr failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-id-init-yield-ident-valid failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\assignment\destructuring\obj-id-put-const failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-id-put-let failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-id-put-unresolvable-strict failed in strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\assignment\destructuring\obj-prop-elem-init-fn-name-arrow failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-elem-init-fn-name-class failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-elem-init-fn-name-cover failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-elem-init-fn-name-fn failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-elem-init-fn-name-gen failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-elem-init-let failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-elem-init-yield-expr failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-elem-init-yield-ident-valid failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\assignment\destructuring\obj-prop-elem-target-yield-expr failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-elem-target-yield-ident-valid failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\assignment\destructuring\obj-prop-name-evaluation-error failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-nested-array-null failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-nested-array-undefined-own failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-nested-array-undefined failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-nested-array-yield-expr failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-nested-array-yield-ident-valid failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\assignment\destructuring\obj-prop-nested-obj-null failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-nested-obj-undefined-own failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-nested-obj-undefined failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-nested-obj-yield-expr failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-nested-obj-yield-ident-valid failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\assignment\destructuring\obj-prop-put-const failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-put-let failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-put-prop-ref-user-err failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\assignment\destructuring\obj-prop-put-unresolvable-strict failed in strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\assignment\destructuring\object-empty failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • bitwise-and/ 0 failures over 45 tests (No local failures, with no subdirectories)
      • bitwise-not/ 0 failures over 28 tests (No local failures, with no subdirectories)
      • bitwise-or/ 0 failures over 45 tests (No local failures, with no subdirectories)
      • bitwise-xor/ 0 failures over 45 tests (No local failures, with no subdirectories)
      • call/ 4 failures over 69 tests whereof 2 caused by UglifyJS (4 failures over 69 local tests with 2 caused by UglifyJS, with no subdirectories)
        • language\expressions\call\spread-err-sngl-err-expr-throws failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\call\tco-call-args failed in strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\call\tco-member-args failed in strict mode [test] (Caused by Node) - failed: 1/1
      • class/ 6 failures over 12 tests whereof 4 caused by UglifyJS (6 failures over 12 local tests with 4 caused by UglifyJS, with no subdirectories)
        • language\expressions\class\dstr-gen-meth-ary-name-iter-val failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\class\dstr-gen-meth-static-ary-name-iter-val failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\class\name failed in strict mode [test] (Caused by Node) - failed: 2/2
      • comma/ 1 failures over 11 tests (1 failures over 11 local tests, with no subdirectories)
        • language\expressions\comma\tco-final failed in strict mode [test] (Caused by Node) - failed: 1/1
      • compound-assignment/ 99 failures over 703 tests (99 failures over 703 local tests, with no subdirectories)
        • language\expressions\compound-assignment\S11.13.2_A5.10_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.10_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.10_T3 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.10_T4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.10_T5 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A5.11_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.11_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.11_T3 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.11_T4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.11_T5 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A5.1_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.1_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.1_T3 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.1_T4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.1_T5 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A5.2_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.2_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.2_T3 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.2_T4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.2_T5 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A5.3_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.3_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.3_T3 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.3_T4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.3_T5 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A5.4_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.4_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.4_T3 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.4_T4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.4_T5 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A5.5_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.5_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.5_T3 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.5_T4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.5_T5 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A5.6_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.6_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.6_T3 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.6_T4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.6_T5 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A5.7_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.7_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.7_T3 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.7_T4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.7_T5 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A5.8_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.8_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.8_T3 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.8_T4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.8_T5 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A5.9_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.9_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.9_T3 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.9_T4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A5.9_T5 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A6.10_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A6.11_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A6.1_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A6.2_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A6.3_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A6.4_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A6.5_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A6.6_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A6.7_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A6.8_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A6.9_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\compound-assignment\S11.13.2_A7.10_T4 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A7.11_T4 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A7.1_T4 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A7.2_T4 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A7.3_T4 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A7.4_T4 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A7.5_T4 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A7.6_T4 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A7.7_T4 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A7.8_T4 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\compound-assignment\S11.13.2_A7.9_T4 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • concatenation/ 0 failures over 10 tests (No local failures, with no subdirectories)
      • conditional/ 2 failures over 34 tests (2 failures over 34 local tests, with no subdirectories)
        • language\expressions\conditional\tco-cond failed in strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\conditional\tco-pos failed in strict mode [test] (Caused by Node) - failed: 1/1
      • delete/ 5 failures over 117 tests (5 failures over 117 local tests, with no subdirectories)
        • language\expressions\delete\11.4.1-4.a-4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\delete\11.4.1-4.a-8-s failed in strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\delete\S11.4.1_A3.1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\delete\S11.4.1_A3.3_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\delete\S11.4.1_A3.3_T4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
      • division/ 2 failures over 69 tests whereof 2 caused by UglifyJS (2 failures over 69 local tests with 2 caused by UglifyJS, with no subdirectories)
        • language\expressions\division\S11.5.2_A4_T8 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • does-not-equals/ 2 failures over 59 tests whereof 2 caused by UglifyJS (2 failures over 59 local tests with 2 caused by UglifyJS, with no subdirectories)
        • language\expressions\does-not-equals\S11.9.2_A7.8 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • equals/ 8 failures over 75 tests whereof 8 caused by UglifyJS (8 failures over 75 local tests with 8 caused by UglifyJS, with no subdirectories)
        • language\expressions\equals\coerce-symbol-to-prim-err failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\equals\coerce-symbol-to-prim-invocation failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\equals\coerce-symbol-to-prim-return-obj failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\equals\get-symbol-to-prim-err failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • exponentiation/ 54 failures over 70 tests (54 failures over 70 local tests, with no subdirectories)
        • language\expressions\exponentiation\applying-the-exp-operator_A1 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A11 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A12 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A13 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A14 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A15 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A16 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A17 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A18 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A19 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A2 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A20 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A21 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A22 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A23 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A3 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A4 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A5 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A6 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A7 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A8 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\applying-the-exp-operator_A9 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\exp-assignment-operator failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\exp-operator-evaluation-order failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\exp-operator-precedence-unary-expression-semantics failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\exp-operator-precedence-update-expression-semantics failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\exponentiation\exp-operator failed in strict mode [test] (Caused by Node) - failed: 2/2
      • function/ 3 failures over 8 tests (3 failures over 8 local tests, with no subdirectories)
        • language\expressions\function\name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\function\use-strict-with-non-simple-param was expected to fail in strict mode, but didn't [test] - failed: 1/2
      • generators/ 19 failures over 63 tests whereof 12 caused by UglifyJS (19 failures over 63 local tests with 12 caused by UglifyJS, with no subdirectories)
        • language\expressions\generators\implicit-name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\generators\name failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\generators\no-name failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\generators\use-strict-with-non-simple-param was expected to fail in strict mode, but didn't [test] - failed: 1/2
        • language\expressions\generators\yield-as-expression-with-rhs failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\generators\yield-as-expression-without-rhs failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\generators\yield-as-function-expression-binding-identifier failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\expressions\generators\yield-as-identifier-in-nested-function failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\expressions\generators\yield-as-statement failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\generators\yield-newline failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\generators\yield-star-after-newline was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • greater-than/ 2 failures over 81 tests whereof 2 caused by UglifyJS (2 failures over 81 local tests with 2 caused by UglifyJS, with no subdirectories)
        • language\expressions\greater-than\S11.8.2_A2.3_T1 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • greater-than-or-equal/ 0 failures over 73 tests (No local failures, with no subdirectories)
      • grouping/ 0 failures over 18 tests (No local failures, with no subdirectories)
      • in/ 2 failures over 27 tests whereof 2 caused by UglifyJS (2 failures over 27 local tests with 2 caused by UglifyJS, with no subdirectories)
        • language\expressions\in\S11.8.7_A3 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • instanceof/ 26 failures over 85 tests whereof 14 caused by UglifyJS (26 failures over 85 local tests with 14 caused by UglifyJS, with no subdirectories)
        • language\expressions\instanceof\S11.8.6_A3 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\instanceof\S11.8.6_A6_T1 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\instanceof\S11.8.6_A6_T4 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\instanceof\S15.3.5.3_A2_T2 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\instanceof\S15.3.5.3_A2_T5 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\instanceof\S15.3.5.3_A2_T6 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\instanceof\primitive-prototype-with-object failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\instanceof\prototype-getter-with-object-throws failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\instanceof\prototype-getter-with-object failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\instanceof\symbol-hasinstance-get-err failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\instanceof\symbol-hasinstance-invocation failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\instanceof\symbol-hasinstance-not-callable failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\instanceof\symbol-hasinstance-to-boolean failed in strict mode [test] (Caused by Node) - failed: 2/2
      • left-shift/ 0 failures over 75 tests (No local failures, with no subdirectories)
      • less-than/ 2 failures over 73 tests whereof 2 caused by UglifyJS (2 failures over 73 local tests with 2 caused by UglifyJS, with no subdirectories)
        • language\expressions\less-than\S11.8.1_A2.3_T1 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • less-than-or-equal/ 12 failures over 83 tests whereof 12 caused by UglifyJS (12 failures over 83 local tests with 12 caused by UglifyJS, with no subdirectories)
        • language\expressions\less-than-or-equal\11.8.3-1 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\less-than-or-equal\11.8.3-2 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\less-than-or-equal\11.8.3-3 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\less-than-or-equal\11.8.3-4 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\less-than-or-equal\11.8.3-5 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\less-than-or-equal\S11.8.3_A2.3_T1 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • logical-and/ 1 failures over 34 tests (1 failures over 34 local tests, with no subdirectories)
        • language\expressions\logical-and\tco-right failed in strict mode [test] (Caused by Node) - failed: 1/1
      • logical-not/ 0 failures over 36 tests (No local failures, with no subdirectories)
      • logical-or/ 1 failures over 34 tests (1 failures over 34 local tests, with no subdirectories)
        • language\expressions\logical-or\tco-right failed in strict mode [test] (Caused by Node) - failed: 1/1
      • modulus/ 2 failures over 63 tests whereof 2 caused by UglifyJS (2 failures over 63 local tests with 2 caused by UglifyJS, with no subdirectories)
        • language\expressions\modulus\S11.5.3_A4_T2 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • multiplication/ 0 failures over 65 tests (No local failures, with no subdirectories)
      • new/ 8 failures over 30 tests whereof 8 caused by UglifyJS (8 failures over 30 local tests with 8 caused by UglifyJS, with no subdirectories)
        • language\expressions\new\S11.2.2_A3_T1 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\new\S11.2.2_A3_T4 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\new\spread-err-sngl-err-expr-throws failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\new\spread-sngl-iter failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • object/ 96 failures over 232 tests whereof 68 caused by UglifyJS (23 failures over 115 local tests with 9 caused by UglifyJS, with 1 subdirectories)
        • language\expressions\object\concise-generator failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\object\dstr-gen-meth-ary-name-iter-val failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\object\fn-name-accessor-get failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\object\fn-name-accessor-set failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\object\fn-name-arrow failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\object\fn-name-class failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\object\fn-name-cover failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\object\fn-name-fn failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\object\fn-name-gen failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\object\let-non-strict-access failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\expressions\object\let-non-strict-syntax failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\expressions\object\prop-def-id-eval-error failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\expressions\object\yield-non-strict-access failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\expressions\object\yield-non-strict-syntax failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • method-definition/ 73 failures over 117 tests whereof 59 caused by UglifyJS (73 failures over 117 local tests with 59 caused by UglifyJS, with no subdirectories)
          • language\expressions\object\method-definition\fn-name-fn failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\object\method-definition\fn-name-gen failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\object\method-definition\generator-invoke-ctor failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\generator-invoke-fn-no-strict failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\object\method-definition\generator-invoke-fn-strict failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\object\method-definition\generator-length failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\generator-name-prop-string failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\generator-name-prop-symbol failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\object\method-definition\generator-no-yield failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\generator-param-redecl-const was expected to fail in strict mode, but didn't [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\generator-param-redecl-let was expected to fail in strict mode, but didn't [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\generator-params failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\generator-prop-name-eval-error failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\generator-prop-name-yield-expr failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\object\method-definition\generator-prop-name-yield-id failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\object\method-definition\generator-property-desc failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\generator-prototype-prop failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\generator-prototype failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\generator-return failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\generator-super-prop-body failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\generator-super-prop-param failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\name-name-prop-symbol failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\expressions\object\method-definition\name-param-id-yield failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\object\method-definition\name-param-init-yield failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\object\method-definition\name-param-redecl was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\expressions\object\method-definition\name-prop-name-eval-error failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\name-prop-name-yield-expr failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\object\method-definition\name-prop-name-yield-id failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\object\method-definition\name-super-call-param was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\expressions\object\method-definition\setter-use-strict-with-non-simple-param was expected to fail in strict mode, but didn't [test] - failed: 1/2
          • language\expressions\object\method-definition\use-strict-with-non-simple-param was expected to fail in strict mode, but didn't [test] - failed: 1/2
          • language\expressions\object\method-definition\yield-as-expression-with-rhs failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\yield-as-expression-without-rhs failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\yield-as-function-expression-binding-identifier failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\object\method-definition\yield-as-generator-method-binding-identifier failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\object\method-definition\yield-as-identifier-in-nested-function failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\expressions\object\method-definition\yield-as-literal-property-name failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\yield-as-property-name failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\yield-as-statement failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\yield-as-yield-operand failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\yield-newline failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\yield-return failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\expressions\object\method-definition\yield-star-before-newline failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • postfix-decrement/ 8 failures over 54 tests (8 failures over 54 local tests, with no subdirectories)
        • language\expressions\postfix-decrement\S11.3.2_A5_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\postfix-decrement\S11.3.2_A5_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\postfix-decrement\S11.3.2_A5_T3 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\postfix-decrement\S11.3.2_A5_T4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\postfix-decrement\S11.3.2_A5_T5 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\postfix-decrement\S11.3.2_A6_T3 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • postfix-increment/ 8 failures over 54 tests (8 failures over 54 local tests, with no subdirectories)
        • language\expressions\postfix-increment\S11.3.1_A5_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\postfix-increment\S11.3.1_A5_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\postfix-increment\S11.3.1_A5_T3 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\postfix-increment\S11.3.1_A5_T4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\postfix-increment\S11.3.1_A5_T5 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\postfix-increment\S11.3.1_A6_T3 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • prefix-decrement/ 8 failures over 47 tests (8 failures over 47 local tests, with no subdirectories)
        • language\expressions\prefix-decrement\S11.4.5_A5_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\prefix-decrement\S11.4.5_A5_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\prefix-decrement\S11.4.5_A5_T3 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\prefix-decrement\S11.4.5_A5_T4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\prefix-decrement\S11.4.5_A5_T5 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\prefix-decrement\S11.4.5_A6_T3 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • prefix-increment/ 8 failures over 46 tests (8 failures over 46 local tests, with no subdirectories)
        • language\expressions\prefix-increment\S11.4.4_A5_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\prefix-increment\S11.4.4_A5_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\prefix-increment\S11.4.4_A5_T3 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\prefix-increment\S11.4.4_A5_T4 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\prefix-increment\S11.4.4_A5_T5 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\expressions\prefix-increment\S11.4.4_A6_T3 failed in strict mode [test] (Caused by Node) - failed: 2/2
      • property-accessors/ 0 failures over 40 tests (No local failures, with no subdirectories)
      • relational/ 0 failures over 2 tests (No local failures, with no subdirectories)
      • right-shift/ 0 failures over 59 tests (No local failures, with no subdirectories)
      • strict-does-not-equals/ 0 failures over 43 tests (No local failures, with no subdirectories)
      • strict-equals/ 0 failures over 43 tests (No local failures, with no subdirectories)
      • subtraction/ 0 failures over 63 tests (No local failures, with no subdirectories)
      • super/ 4 failures over 4 tests whereof 4 caused by UglifyJS (4 failures over 4 local tests with 4 caused by UglifyJS, with no subdirectories)
        • language\expressions\super\spread-err-sngl-err-expr-throws failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\super\spread-sngl-iter failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • tagged-template/ 16 failures over 34 tests whereof 14 caused by UglifyJS (16 failures over 34 local tests with 14 caused by UglifyJS, with no subdirectories)
        • language\expressions\tagged-template\call-expression-argument-list-evaluation failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\tagged-template\call-expression-context-no-strict failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\expressions\tagged-template\call-expression-context-strict failed in strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\expressions\tagged-template\chained-application failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\tagged-template\constructor-invocation failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\tagged-template\member-expression-argument-list-evaluation failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\tagged-template\tco-call failed in strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\tagged-template\tco-member failed in strict mode [test] (Caused by Node) - failed: 1/1
        • language\expressions\tagged-template\template-object-frozen-non-strict failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\expressions\tagged-template\template-object-frozen-strict failed in strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\expressions\tagged-template\template-object failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • template-literal/ 26 failures over 84 tests whereof 26 caused by UglifyJS (26 failures over 84 local tests with 26 caused by UglifyJS, with no subdirectories)
        • language\expressions\template-literal\tv-character-escape-sequence failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\template-literal\tv-hex-escape-sequence failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\template-literal\tv-line-continuation failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\template-literal\tv-line-terminator-sequence failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\template-literal\tv-no-substitution failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\template-literal\tv-null-character-escape-sequence failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\template-literal\tv-template-character failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\template-literal\tv-template-characters failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\template-literal\tv-template-head failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\template-literal\tv-template-middle failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\template-literal\tv-template-tail failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\template-literal\tv-utf16-escape-sequence failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\template-literal\tv-zwnbsp failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • this/ 0 failures over 9 tests (No local failures, with no subdirectories)
      • typeof/ 0 failures over 24 tests (No local failures, with no subdirectories)
      • unary-minus/ 2 failures over 24 tests whereof 2 caused by UglifyJS (2 failures over 24 local tests with 2 caused by UglifyJS, with no subdirectories)
        • language\expressions\unary-minus\11.4.7-4-1 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • unary-plus/ 0 failures over 20 tests (No local failures, with no subdirectories)
      • unsigned-right-shift/ 2 failures over 75 tests whereof 2 caused by UglifyJS (2 failures over 75 local tests with 2 caused by UglifyJS, with no subdirectories)
        • language\expressions\unsigned-right-shift\S11.7.3_A2.2_T1 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • void/ 0 failures over 18 tests (No local failures, with no subdirectories)
      • yield/ 4 failures over 29 tests whereof 4 caused by UglifyJS (4 failures over 29 local tests with 4 caused by UglifyJS, with no subdirectories)
        • language\expressions\yield\expr-value-specified failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\expressions\yield\expr-value-unspecified failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
    • function-code/ 4 failures over 280 tests whereof 4 caused by UglifyJS (4 failures over 280 local tests with 4 caused by UglifyJS, with no subdirectories)
      • language\function-code\eval-param-env-with-computed-key failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • language\function-code\eval-param-env-with-prop-initializer failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
    • future-reserved-words/ 0 failures over 92 tests (No local failures, with no subdirectories)
    • global-code/ 1 failures over 8 tests (1 failures over 8 local tests, with no subdirectories)
      • language\global-code\S10.4.1_A1_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
    • identifier-resolution/ 0 failures over 19 tests (No local failures, with no subdirectories)
    • identifiers/ 14 failures over 267 tests whereof 14 caused by UglifyJS (14 failures over 267 local tests with 14 caused by UglifyJS, with no subdirectories)
      • language\identifiers\part-digits-via-escape-hex failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • language\identifiers\val-dollar-sign-via-escape-hex failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • language\identifiers\val-underscore-via-escape-hex failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • language\identifiers\vals-eng-alpha-lower-via-escape-hex failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • language\identifiers\vals-eng-alpha-upper-via-escape-hex failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • language\identifiers\vals-rus-alpha-lower-via-escape-hex failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • language\identifiers\vals-rus-alpha-upper-via-escape-hex failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
    • import/ 0 failures over 2 tests (No local failures, with no subdirectories)
    • keywords/ 0 failures over 50 tests (No local failures, with no subdirectories)
    • line-terminators/ 4 failures over 118 tests (4 failures over 118 local tests, with no subdirectories)
      • language\line-terminators\S7.3_A3.3_T1 was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\line-terminators\S7.3_A3.4_T1 was expected to fail in strict mode, but didn't [test] - failed: 2/2
    • literals/ 20 failures over 429 tests (No local tests, with 5 subdirectories)
      • boolean/ 0 failures over 4 tests (No local failures, with no subdirectories)
      • null/ 0 failures over 4 tests (No local failures, with no subdirectories)
      • numeric/ 0 failures over 170 tests (No local failures, with no subdirectories)
      • regexp/ 18 failures over 130 tests (18 failures over 130 local tests, with no subdirectories)
        • language\literals\regexp\S7.8.5_A1.3_T1 was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\literals\regexp\S7.8.5_A1.3_T3 was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\literals\regexp\S7.8.5_A1.5_T1 was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\literals\regexp\S7.8.5_A1.5_T3 was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\literals\regexp\S7.8.5_A2.3_T1 was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\literals\regexp\S7.8.5_A2.3_T3 was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\literals\regexp\S7.8.5_A2.5_T1 was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\literals\regexp\S7.8.5_A2.5_T3 was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\literals\regexp\early-err-pattern was expected to fail in strict mode, but didn't [test] (Caused by Node) - failed: 2/2
      • string/ 2 failures over 121 tests (2 failures over 121 local tests, with no subdirectories)
        • language\literals\string\S7.8.4_A4.3_T1 was expected to fail in strict mode, but didn't [test] - failed: 1/1
        • language\literals\string\S7.8.4_A4.3_T2 was expected to fail in strict mode, but didn't [test] - failed: 1/1
    • module-code/ 447 failures over 696 tests whereof 6 caused by UglifyJS (369 failures over 618 local tests with 6 caused by UglifyJS, with 1 subdirectories)
      • language\module-code\early-dup-lex was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\early-lex-and-var was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\early-strict-mode failed in strict mode as expected [test] (Caused by Node) - failed: 1/2
      • language\module-code\eval-export-cls-semi failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-cls-anon-semi failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-cls-anon failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-cls-name-meth failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-cls-named-semi failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-cls-named failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-expr-cls-anon failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-expr-cls-name-meth failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-expr-cls-named failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-expr-err-get-value was expected to fail in strict mode, but didn't [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-expr-fn-anon failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-expr-fn-named failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-expr-gen-anon failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-expr-gen-named failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-expr-in failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-fun-anon-semi failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-fun-named-semi failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-gen-anon-semi failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-dflt-gen-named-semi failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-fun-semi failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-export-gen-semi failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-gtbndng-indirect-trlng-comma failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-gtbndng-indirect-trlng-comma_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-gtbndng-indirect-update-as failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-gtbndng-indirect-update-as_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-gtbndng-indirect-update-dflt failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-gtbndng-indirect-update-dflt_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-gtbndng-indirect-update failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-gtbndng-indirect-update_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-rqstd-abrupt-err-type_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-rqstd-abrupt-err-uri_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-rqstd-abrupt was expected to fail in strict mode, but didn't [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-rqstd-once failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-rqstd-once_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-rqstd-order-4_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-rqstd-order-6_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-rqstd-order-8_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-rqstd-order failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-self-once failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\eval-this failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-bndng-cls failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-bndng-cls_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-bndng-const failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-bndng-const_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-bndng-fun failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-bndng-fun_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-bndng-gen failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-bndng-gen_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-bndng-let failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-bndng-let_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-bndng-var failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-bndng-var_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-err-ambiguous-1_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-err-ambiguous-2_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-err-ambiguous_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-err-circular_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-err-dflt-thru-star-dflt_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-err-dflt-thru-star-int_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-iee-cycle-2_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-iee-cycle failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-star-cycle-2_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-star-cycle-indirect-x_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-trlng-comma failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-iee-trlng-comma_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-local-bndng-cls failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • language\module-code\instn-local-bndng-const failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • language\module-code\instn-local-bndng-export-cls failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-local-bndng-export-const failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-local-bndng-export-fun failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-local-bndng-export-gen failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-local-bndng-export-let failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-local-bndng-export-var failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-local-bndng-for failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-local-bndng-fun failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-local-bndng-gen failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-local-bndng-let failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • language\module-code\instn-local-bndng-var failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-bndng-cls failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-bndng-const failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-bndng-dflt-cls failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-bndng-dflt-expr failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-bndng-dflt-fun-anon failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-bndng-dflt-fun-named failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-bndng-dflt-gen-anon failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-bndng-dflt-gen-named failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-bndng-dflt-named failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-bndng-dflt-star failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-bndng-fun failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-bndng-gen failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-bndng-let failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-bndng-trlng-comma failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-bndng-var failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-err-ambiguous-1_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-err-ambiguous-2_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-err-ambiguous_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-err-dflt-thru-star-dflt_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-err-dflt-thru-star-int_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-id-name failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-iee-cycle-2_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-iee-cycle failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-star-cycle-2_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-named-star-cycle-indirect-x_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-once failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-resolve-empty-export was expected to fail in strict mode, but didn't [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-resolve-empty-export_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-resolve-empty-import was expected to fail in strict mode, but didn't [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-resolve-empty-import_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-resolve-err-reference was expected to fail in strict mode, but didn't [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-resolve-err-reference_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-resolve-err-syntax_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-resolve-order-depth-child_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-resolve-order-depth-reference_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-resolve-order-depth-syntax_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-resolve-order-depth was expected to fail in strict mode, but didn't [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-resolve-order-src-reference_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-resolve-order-src-syntax_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-resolve-order-src was expected to fail in strict mode, but didn't [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-same-global failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-ambiguous-1_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-ambiguous-2_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-ambiguous failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-ambiguous_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-binding failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-equality-other_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-equality failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-err-not-found-faulty_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-id-name failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-iee-cycle-2_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-iee-cycle failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-circular-a_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-circular-b_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-circular failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-dflt-keep-indirect-def_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-dflt-keep-indirect-reexport_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-dflt-keep-indirect failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-dflt-keep-local-named_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-dflt-keep-local-prod_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-dflt-keep-local failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-dflt-skip-named_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-dflt-skip-prod_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-dflt-skip-star-named_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-dflt-skip-star-prod_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-dflt-skip failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-nrml-1_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-nrml-indirect_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-nrml-star_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-props-nrml failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-star-cycle-2_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-star-star-cycle-indirect-x_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\instn-uniq-env-rec failed in strict mode [test] (Caused by Node) - failed: 2/2
      • language\module-code\parse-err-decl-pos-export-class-decl-meth-static was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-export-class-decl-meth was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-export-class-expr-meth-static was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-export-class-expr-meth was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-export-for-const was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-export-for-let was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-export-for-lhs failed in strict mode as expected [test] - failed: 1/2
      • language\module-code\parse-err-decl-pos-export-for-var was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-export-function-expr was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-export-generator-expr was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-export-if-else was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-export-if-if was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-export-switch-case-dflt was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-export-switch-case was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-export-while was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-import-class-decl-meth-static was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-import-class-decl-meth was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-import-class-expr-meth-static was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-import-class-expr-meth was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-import-for-const was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-import-for-let was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-import-for-lhs failed in strict mode as expected [test] - failed: 1/2
      • language\module-code\parse-err-decl-pos-import-for-var was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-import-function-expr was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-import-generator-expr was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-import-if-else was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-import-if-if was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-import-switch-case-dflt was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-import-switch-case was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-decl-pos-import-while was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-hoist-lex-fun was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-err-hoist-lex-gen was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • language\module-code\parse-export-empty failed in strict mode [test] (Caused by Node) - failed: 2/2
      • namespace/ 78 failures over 78 tests (2 failures over 2 local tests, with 2 subdirectories)
        • language\module-code\namespace\Symbol.toStringTag failed in strict mode [test] (Caused by Node) - failed: 2/2
        • Symbol.iterator/ 20 failures over 20 tests (20 failures over 20 local tests, with no subdirectories)
          • language\module-code\namespace\Symbol.iterator\length failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\Symbol.iterator\list-iter-next-length failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\Symbol.iterator\list-iter-next-name failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\Symbol.iterator\list-iter-next-prop-desc failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\Symbol.iterator\name failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\Symbol.iterator\prop-desc failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\Symbol.iterator\this-val-not-ns failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\Symbol.iterator\values-binding-types failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\Symbol.iterator\values-binding-types_ failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\Symbol.iterator\values-order failed in strict mode [test] (Caused by Node) - failed: 2/2
        • internals/ 56 failures over 56 tests (56 failures over 56 local tests, with no subdirectories)
          • language\module-code\namespace\internals\define-own-property failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\delete-exported-init failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\delete-exported-uninit failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\delete-non-exported failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\get-own-property-str-found-init failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\get-own-property-str-found-uninit failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\get-own-property-str-not-found failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\get-own-property-sym failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\get-prototype-of failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\get-str-found-init failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\get-str-found-uninit failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\get-str-initialize failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\get-str-not-found failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\get-str-update failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\get-sym-found failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\get-sym-not-found failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\has-property-str-found-init failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\has-property-str-found-uninit failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\has-property-str-not-found failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\has-property-sym-found failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\has-property-sym-not-found failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\is-extensible failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\own-property-keys-binding-types failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\own-property-keys-binding-types_FIXTURE failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\own-property-keys-sort failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\prevent-extensions failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\set-prototype-of failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\module-code\namespace\internals\set failed in strict mode [test] (Caused by Node) - failed: 2/2
    • punctuators/ 0 failures over 22 tests (No local failures, with no subdirectories)
    • reserved-words/ 2 failures over 269 tests (2 failures over 269 local tests, with no subdirectories)
      • language\reserved-words\await-module was expected to fail in strict mode, but didn't [test] - failed: 2/2
    • rest-parameters/ 4 failures over 22 tests whereof 4 caused by UglifyJS (4 failures over 22 local tests with 4 caused by UglifyJS, with no subdirectories)
      • language\rest-parameters\array-pattern failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • language\rest-parameters\object-pattern failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
    • source-text/ 0 failures over 2 tests (No local failures, with no subdirectories)
    • statements/ 480 failures over 2417 tests whereof 152 caused by UglifyJS (No local tests, with 24 subdirectories)
      • block/ 2 failures over 24 tests (2 failures over 24 local tests, with no subdirectories)
        • language\statements\block\tco-stmt-list failed in strict mode [test] (Caused by Node) - failed: 1/1
        • language\statements\block\tco-stmt failed in strict mode [test] (Caused by Node) - failed: 1/1
      • break/ 0 failures over 38 tests (No local failures, with no subdirectories)
      • class/ 102 failures over 384 tests whereof 56 caused by UglifyJS (6 failures over 12 local tests with 6 caused by UglifyJS, with 7 subdirectories)
        • language\statements\class\dstr-gen-meth-ary-name-iter-val failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\class\dstr-gen-meth-static-ary-name-iter-val failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\class\name failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • arguments/ 2 failures over 4 tests whereof 2 caused by UglifyJS (2 failures over 4 local tests with 2 caused by UglifyJS, with no subdirectories)
          • language\statements\class\arguments\access failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • definition/ 44 failures over 98 tests whereof 34 caused by UglifyJS (44 failures over 98 local tests with 34 caused by UglifyJS, with no subdirectories)
          • language\statements\class\definition\basics failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\statements\class\definition\constructable-but-no-prototype failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\definition\fn-name-accessor-get failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\statements\class\definition\fn-name-accessor-set failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\statements\class\definition\fn-name-gen-method failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\statements\class\definition\fn-name-method failed in strict mode [test] (Caused by Node) - failed: 2/2
          • language\statements\class\definition\fn-name-static-precedence failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\definition\invalid-extends failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\definition\methods-gen-no-yield failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\definition\methods-gen-return failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\definition\methods-gen-yield-as-expression-with-rhs failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\definition\methods-gen-yield-as-expression-without-rhs failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\definition\methods-gen-yield-as-generator-method-binding-identifier failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\definition\methods-gen-yield-as-literal-property-name failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\definition\methods-gen-yield-as-property-name failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\definition\methods-gen-yield-as-statement failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\definition\methods-gen-yield-as-yield-operand failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\definition\methods-gen-yield-newline failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\definition\methods-gen-yield-star-before-newline failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\definition\prototype-getter failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\definition\prototype-setter failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\definition\side-effects-in-extends failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • name-binding/ 6 failures over 12 tests whereof 6 caused by UglifyJS (6 failures over 12 local tests with 6 caused by UglifyJS, with no subdirectories)
          • language\statements\class\name-binding\in-extends-expression-assigned failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\name-binding\in-extends-expression-grouped failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\name-binding\in-extends-expression failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • strict-mode/ 2 failures over 4 tests (2 failures over 4 local tests, with no subdirectories)
          • language\statements\class\strict-mode\with was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • subclass/ 8 failures over 184 tests whereof 4 caused by UglifyJS (4 failures over 44 local tests with 2 caused by UglifyJS, with 1 subdirectories)
          • language\statements\class\subclass\class-definition-superclass-generator failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\subclass\default-constructor-spread-override failed in strict mode [test] (Caused by Node) - failed: 2/2
          • builtin-objects/ 4 failures over 140 tests whereof 2 caused by UglifyJS (No local tests, with 21 subdirectories)
            • Array/ 0 failures over 10 tests (No local failures, with no subdirectories)
            • ArrayBuffer/ 2 failures over 4 tests (2 failures over 4 local tests, with no subdirectories)
              • language\statements\class\subclass\builtin-objects\ArrayBuffer\regular-subclassing failed in strict mode [test] (Caused by Node) - failed: 2/2
            • Boolean/ 0 failures over 4 tests (No local failures, with no subdirectories)
            • DataView/ 0 failures over 4 tests (No local failures, with no subdirectories)
            • Date/ 0 failures over 4 tests (No local failures, with no subdirectories)
            • Error/ 0 failures over 6 tests (No local failures, with no subdirectories)
            • Function/ 0 failures over 8 tests (No local failures, with no subdirectories)
            • GeneratorFunction/ 0 failures over 10 tests (No local failures, with no subdirectories)
            • Map/ 0 failures over 4 tests (No local failures, with no subdirectories)
            • NativeError/ 0 failures over 36 tests (No local failures, with no subdirectories)
            • Number/ 0 failures over 4 tests (No local failures, with no subdirectories)
            • Object/ 0 failures over 8 tests (No local failures, with no subdirectories)
            • Promise/ 0 failures over 4 tests (No local failures, with no subdirectories)
            • Proxy/ 2 failures over 2 tests whereof 2 caused by UglifyJS (2 failures over 2 local tests with 2 caused by UglifyJS, with no subdirectories)
              • language\statements\class\subclass\builtin-objects\Proxy\no-prototype-throws failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
            • RegExp/ 0 failures over 6 tests (No local failures, with no subdirectories)
            • Set/ 0 failures over 4 tests (No local failures, with no subdirectories)
            • String/ 0 failures over 6 tests (No local failures, with no subdirectories)
            • Symbol/ 0 failures over 4 tests (No local failures, with no subdirectories)
            • TypedArray/ 0 failures over 4 tests (No local failures, with no subdirectories)
            • WeakMap/ 0 failures over 4 tests (No local failures, with no subdirectories)
            • WeakSet/ 0 failures over 4 tests (No local failures, with no subdirectories)
        • super/ 0 failures over 14 tests (No local failures, with no subdirectories)
        • syntax/ 34 failures over 56 tests whereof 4 caused by UglifyJS (4 failures over 20 local tests with 4 caused by UglifyJS, with 1 subdirectories)
          • language\statements\class\syntax\class-declaration-computed-method-definition failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\class\syntax\class-declaration-computed-method-generator-definition failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • early-errors/ 30 failures over 36 tests (30 failures over 36 local tests, with no subdirectories)
            • language\statements\class\syntax\early-errors\class-body-contains-multiple-constructor was expected to fail in strict mode, but didn't [test] - failed: 2/2
            • language\statements\class\syntax\early-errors\class-body-has-direct-super-missing-class-heritage was expected to fail in strict mode, but didn't [test] - failed: 2/2
            • language\statements\class\syntax\early-errors\class-body-method-contains-direct-super was expected to fail in strict mode, but didn't [test] - failed: 2/2
            • language\statements\class\syntax\early-errors\class-body-special-method-get-contains-direct-super was expected to fail in strict mode, but didn't [test] - failed: 2/2
            • language\statements\class\syntax\early-errors\class-body-special-method-get-propname-constructor was expected to fail in strict mode, but didn't [test] - failed: 2/2
            • language\statements\class\syntax\early-errors\class-body-special-method-set-contains-direct-super was expected to fail in strict mode, but didn't [test] - failed: 2/2
            • language\statements\class\syntax\early-errors\class-body-special-method-set-propname-constructor was expected to fail in strict mode, but didn't [test] - failed: 2/2
            • language\statements\class\syntax\early-errors\class-body-static-method-contains-direct-super was expected to fail in strict mode, but didn't [test] - failed: 2/2
            • language\statements\class\syntax\early-errors\class-body-static-method-get-contains-direct-super was expected to fail in strict mode, but didn't [test] - failed: 2/2
            • language\statements\class\syntax\early-errors\class-body-static-method-get-propname-prototype was expected to fail in strict mode, but didn't [test] - failed: 2/2
            • language\statements\class\syntax\early-errors\class-body-static-method-propname-prototype was expected to fail in strict mode, but didn't [test] - failed: 2/2
            • language\statements\class\syntax\early-errors\class-body-static-method-set-contains-direct-super was expected to fail in strict mode, but didn't [test] - failed: 2/2
            • language\statements\class\syntax\early-errors\class-body-static-method-set-propname-prototype was expected to fail in strict mode, but didn't [test] - failed: 2/2
            • language\statements\class\syntax\early-errors\class-definition-evaluation-block-duplicate-binding was expected to fail in strict mode, but didn't [test] - failed: 2/2
            • language\statements\class\syntax\early-errors\class-definition-evaluation-scriptbody-duplicate-binding was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • const/ 63 failures over 81 tests whereof 14 caused by UglifyJS (29 failures over 31 local tests with 14 caused by UglifyJS, with 1 subdirectories)
        • language\statements\const\block-local-closure-get-before-initialization failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\const\block-local-use-before-initialization-in-declaration-statement failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\const\block-local-use-before-initialization-in-prior-statement failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\const\fn-name-arrow failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\const\fn-name-class failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\const\fn-name-cover failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\const\fn-name-fn failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\const\fn-name-gen failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\const\function-local-closure-get-before-initialization failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\const\function-local-use-before-initialization-in-declaration-statement failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\const\function-local-use-before-initialization-in-prior-statement failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\const\global-closure-get-before-initialization failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\const\global-use-before-initialization-in-declaration-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\const\global-use-before-initialization-in-prior-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\const\redeclaration-error-from-within-strict-mode-function-const was expected to fail in non-strict mode, but didn't [test] - failed: 1/1
        • syntax/ 34 failures over 50 tests (34 failures over 50 local tests, with no subdirectories)
          • language\statements\const\syntax\block-scope-syntax-const-declarations-mixed-with-without-initialiser was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\const\syntax\block-scope-syntax-const-declarations-mixed-without-with-initialiser was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\const\syntax\block-scope-syntax-const-declarations-without-initialiser was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\const\syntax\with-initializer-do-statement-while-expression was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\const\syntax\with-initializer-for-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\const\syntax\with-initializer-if-expression-statement-else-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\const\syntax\with-initializer-if-expression-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\const\syntax\with-initializer-label-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\const\syntax\with-initializer-while-expression-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\const\syntax\without-initializer-case-expression-statement-list was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\const\syntax\without-initializer-default-statement-list was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\const\syntax\without-initializer-do-statement-while-expression was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\const\syntax\without-initializer-for-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\const\syntax\without-initializer-if-expression-statement-else-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\const\syntax\without-initializer-if-expression-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\const\syntax\without-initializer-label-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\const\syntax\without-initializer-while-expression-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • continue/ 0 failures over 44 tests (No local failures, with no subdirectories)
      • debugger/ 0 failures over 4 tests (No local failures, with no subdirectories)
      • do-while/ 13 failures over 65 tests (13 failures over 65 local tests, with no subdirectories)
        • language\statements\do-while\decl-cls was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\do-while\decl-const was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\do-while\decl-fun was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\do-while\decl-gen was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\do-while\decl-let was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\do-while\labeled-fn-stmt was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\do-while\tco-body failed in strict mode [test] (Caused by Node) - failed: 1/1
      • empty/ 0 failures over 2 tests (No local failures, with no subdirectories)
      • expression/ 0 failures over 6 tests (No local failures, with no subdirectories)
      • for/ 28 failures over 162 tests whereof 2 caused by UglifyJS (28 failures over 162 local tests with 2 caused by UglifyJS, with no subdirectories)
        • language\statements\for\decl-cls was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for\decl-const was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for\decl-fun was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for\decl-gen was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for\decl-let was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for\head-const-bound-names-in-stmt was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for\head-let-bound-names-in-stmt was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for\head-let-fresh-binding-per-iteration failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\for\labeled-fn-stmt-const was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for\labeled-fn-stmt-expr was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for\labeled-fn-stmt-let was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for\labeled-fn-stmt-var was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for\tco-const-body failed in strict mode [test] (Caused by Node) - failed: 1/1
        • language\statements\for\tco-let-body failed in strict mode [test] (Caused by Node) - failed: 1/1
        • language\statements\for\tco-lhs-body failed in strict mode [test] (Caused by Node) - failed: 1/1
        • language\statements\for\tco-var-body failed in strict mode [test] (Caused by Node) - failed: 1/1
      • for-in/ 17 failures over 107 tests whereof 1 caused by UglifyJS (17 failures over 107 local tests with 1 caused by UglifyJS, with no subdirectories)
        • language\statements\for-in\12.6.4-2 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\for-in\decl-cls was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for-in\decl-fun was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for-in\decl-gen was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for-in\head-var-bound-names-let failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\for-in\labeled-fn-stmt-const was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for-in\labeled-fn-stmt-let was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for-in\labeled-fn-stmt-lhs was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for-in\labeled-fn-stmt-var was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • for-of/ 49 failures over 269 tests whereof 9 caused by UglifyJS (49 failures over 269 local tests with 9 caused by UglifyJS, with no subdirectories)
        • language\statements\for-of\body-dstr-assign-error failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\for-of\body-put-error failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\for-of\decl-cls was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for-of\decl-fun was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for-of\decl-gen was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for-of\generator-close-via-break failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\for-of\generator-close-via-return failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\for-of\generator-close-via-throw failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\for-of\head-decl-no-expr was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for-of\head-expr-no-expr was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for-of\head-var-bound-names-let failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\for-of\head-var-no-expr was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for-of\iterator-close-get-method-error failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\for-of\iterator-close-non-object failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\for-of\iterator-close-via-break failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\for-of\iterator-close-via-return failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\for-of\iterator-close-via-throw failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\for-of\labeled-fn-stmt-const was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for-of\labeled-fn-stmt-let was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for-of\labeled-fn-stmt-lhs was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for-of\labeled-fn-stmt-var was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\for-of\yield-from-catch failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\for-of\yield-from-finally failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\for-of\yield-from-try failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\for-of\yield failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
      • function/ 3 failures over 348 tests whereof 1 caused by UglifyJS (3 failures over 348 local tests with 1 caused by UglifyJS, with no subdirectories)
        • language\statements\function\S13.2.2_A17_T3 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\function\S13_A12_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\statements\function\use-strict-with-non-simple-param was expected to fail in strict mode, but didn't [test] - failed: 1/2
      • generators/ 16 failures over 63 tests whereof 13 caused by UglifyJS (16 failures over 63 local tests with 13 caused by UglifyJS, with no subdirectories)
        • language\statements\generators\declaration failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\generators\use-strict-with-non-simple-param was expected to fail in strict mode, but didn't [test] - failed: 1/2
        • language\statements\generators\yield-as-expression-with-rhs failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\generators\yield-as-expression-without-rhs failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\generators\yield-as-function-expression-binding-identifier failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\generators\yield-as-generator-declaration-binding-identifier failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\generators\yield-as-identifier-in-nested-function failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\generators\yield-as-statement failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\generators\yield-newline failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\generators\yield-star-after-newline was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • if/ 38 failures over 94 tests (38 failures over 94 local tests, with no subdirectories)
        • language\statements\if\if-cls-else-cls was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\if\if-cls-else-stmt was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\if\if-cls-no-else was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\if\if-const-else-const was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\if\if-const-else-stmt was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\if\if-const-no-else was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\if\if-fun-else-fun-strict was expected to fail in strict mode, but didn't [test] - failed: 1/1
        • language\statements\if\if-fun-else-stmt-strict was expected to fail in strict mode, but didn't [test] - failed: 1/1
        • language\statements\if\if-fun-no-else-strict was expected to fail in strict mode, but didn't [test] - failed: 1/1
        • language\statements\if\if-gen-else-gen was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\if\if-gen-else-stmt was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\if\if-gen-no-else was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\if\if-let-else-let was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\if\if-let-else-stmt was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\if\if-let-no-else was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\if\if-stmt-else-cls was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\if\if-stmt-else-const was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\if\if-stmt-else-fun-strict was expected to fail in strict mode, but didn't [test] - failed: 1/1
        • language\statements\if\if-stmt-else-gen was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\if\if-stmt-else-let was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\if\tco-else-body failed in strict mode [test] (Caused by Node) - failed: 1/1
        • language\statements\if\tco-if-body failed in strict mode [test] (Caused by Node) - failed: 1/1
      • labeled/ 11 failures over 14 tests whereof 1 caused by UglifyJS (11 failures over 14 local tests with 1 caused by UglifyJS, with no subdirectories)
        • language\statements\labeled\decl-cls was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\labeled\decl-const was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\labeled\decl-fun-strict was expected to fail in strict mode, but didn't [test] - failed: 1/1
        • language\statements\labeled\decl-gen was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\labeled\decl-let was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\labeled\tco failed in strict mode [test] (Caused by Node) - failed: 1/1
        • language\statements\labeled\value-yield-non-strict failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
      • let/ 65 failures over 95 tests whereof 22 caused by UglifyJS (24 failures over 37 local tests with 9 caused by UglifyJS, with 1 subdirectories)
        • language\statements\let\block-local-closure-set-before-initialization passed in strict mode [test] (Caused by UglifyJS) - failed: 1/2
        • language\statements\let\block-local-use-before-initialization-in-declaration-statement failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\let\block-local-use-before-initialization-in-prior-statement failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\let\fn-name-arrow failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\let\fn-name-class failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\let\fn-name-cover failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\let\fn-name-fn failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\let\fn-name-gen failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\let\function-local-use-before-initialization-in-declaration-statement failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\let\function-local-use-before-initialization-in-prior-statement failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\let\global-use-before-initialization-in-declaration-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\let\global-use-before-initialization-in-prior-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\let\redeclaration-error-from-within-strict-mode-function was expected to fail in non-strict mode, but didn't [test] - failed: 1/1
        • syntax/ 41 failures over 58 tests whereof 13 caused by UglifyJS (41 failures over 58 local tests with 13 caused by UglifyJS, with no subdirectories)
          • language\statements\let\syntax\attempt-to-redeclare-let-binding-with-function-declaration was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\let\syntax\attempt-to-redeclare-let-binding-with-var was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\let\syntax\identifier-let-allowed-as-lefthandside-expression-non-strict failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
          • language\statements\let\syntax\let-closure-inside-condition failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\let\syntax\let-closure-inside-initialization failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\let\syntax\let-closure-inside-next-expression failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\let\syntax\let-iteration-variable-is-freshly-allocated-for-each-iteration-multi-let-binding failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\let\syntax\let-iteration-variable-is-freshly-allocated-for-each-iteration-single-let-binding failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\let\syntax\let-outer-inner-let-bindings failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
          • language\statements\let\syntax\with-initialisers-in-statement-positions-do-statement-while-expression was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\let\syntax\with-initialisers-in-statement-positions-for-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\let\syntax\with-initialisers-in-statement-positions-if-expression-statement-else-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\let\syntax\with-initialisers-in-statement-positions-if-expression-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\let\syntax\with-initialisers-in-statement-positions-label-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\let\syntax\with-initialisers-in-statement-positions-while-expression-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\let\syntax\without-initialisers-in-statement-positions-do-statement-while-expression was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\let\syntax\without-initialisers-in-statement-positions-for-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\let\syntax\without-initialisers-in-statement-positions-if-expression-statement-else-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\let\syntax\without-initialisers-in-statement-positions-if-expression-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\let\syntax\without-initialisers-in-statement-positions-label-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
          • language\statements\let\syntax\without-initialisers-in-statement-positions-while-expression-statement was expected to fail in strict mode, but didn't [test] - failed: 2/2
      • return/ 1 failures over 31 tests (1 failures over 31 local tests, with no subdirectories)
        • language\statements\return\tco failed in strict mode [test] (Caused by Node) - failed: 1/1
      • switch/ 3 failures over 67 tests (3 failures over 67 local tests, with no subdirectories)
        • language\statements\switch\tco-case-body-dflt failed in strict mode [test] (Caused by Node) - failed: 1/1
        • language\statements\switch\tco-case-body failed in strict mode [test] (Caused by Node) - failed: 1/1
        • language\statements\switch\tco-dftl-body failed in strict mode [test] (Caused by Node) - failed: 1/1
      • throw/ 0 failures over 28 tests (No local failures, with no subdirectories)
      • try/ 9 failures over 165 tests whereof 2 caused by UglifyJS (9 failures over 165 local tests with 2 caused by UglifyJS, with no subdirectories)
        • language\statements\try\12.14-7 failed in strict mode [test] (Caused by UglifyJS) - failed: 2/2
        • language\statements\try\early-catch-lex was expected to fail in strict mode, but didn't [test] (Caused by Node) - failed: 2/2
        • language\statements\try\early-catch-var was expected to fail in strict mode, but didn't [test] (Caused by Node) - failed: 2/2
        • language\statements\try\tco-catch-finally failed in strict mode [test] (Caused by Node) - failed: 1/1
        • language\statements\try\tco-catch failed in strict mode [test] (Caused by Node) - failed: 1/1
        • language\statements\try\tco-finally failed in strict mode [test] (Caused by Node) - failed: 1/1
      • variable/ 11 failures over 99 tests (11 failures over 99 local tests, with no subdirectories)
        • language\statements\variable\S12.2_A2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\statements\variable\fn-name-arrow failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\variable\fn-name-class failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\variable\fn-name-cover failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\variable\fn-name-fn failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\statements\variable\fn-name-gen failed in strict mode [test] (Caused by Node) - failed: 2/2
      • while/ 13 failures over 65 tests (13 failures over 65 local tests, with no subdirectories)
        • language\statements\while\decl-cls was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\while\decl-const was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\while\decl-fun was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\while\decl-gen was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\while\decl-let was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\while\labeled-fn-stmt was expected to fail in strict mode, but didn't [test] - failed: 2/2
        • language\statements\while\tco-body failed in strict mode [test] (Caused by Node) - failed: 1/1
      • with/ 36 failures over 162 tests whereof 31 caused by UglifyJS (36 failures over 162 local tests with 31 caused by UglifyJS, with no subdirectories)
        • language\statements\with\S12.10_A1.10_T1 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.10_T2 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.10_T4 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.12_T1 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.12_T2 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.12_T4 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.1_T1 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.1_T2 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.2_T1 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.2_T2 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.2_T4 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.3_T1 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.3_T2 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.3_T4 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.4_T1 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.4_T2 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.4_T4 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.5_T1 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.5_T2 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.5_T4 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.6_T1 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.6_T2 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.7_T1 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.7_T2 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.7_T4 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.8_T1 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.8_T2 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.8_T4 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.9_T1 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A1.9_T2 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\S12.10_A3.3_T4 failed in non-strict mode [test] (Caused by UglifyJS) - failed: 1/1
        • language\statements\with\decl-cls was expected to fail in non-strict mode, but didn't [test] - failed: 1/1
        • language\statements\with\decl-const was expected to fail in non-strict mode, but didn't [test] - failed: 1/1
        • language\statements\with\decl-fun was expected to fail in non-strict mode, but didn't [test] - failed: 1/1
        • language\statements\with\decl-gen was expected to fail in non-strict mode, but didn't [test] - failed: 1/1
        • language\statements\with\decl-let was expected to fail in non-strict mode, but didn't [test] - failed: 1/1
    • types/ 5 failures over 203 tests (No local tests, with 8 subdirectories)
      • boolean/ 0 failures over 10 tests (No local failures, with no subdirectories)
      • list/ 0 failures over 6 tests (No local failures, with no subdirectories)
      • null/ 0 failures over 8 tests (No local failures, with no subdirectories)
      • number/ 0 failures over 39 tests (No local failures, with no subdirectories)
      • object/ 0 failures over 36 tests (No local failures, with no subdirectories)
      • reference/ 5 failures over 41 tests (5 failures over 41 local tests, with no subdirectories)
        • language\types\reference\S8.7.1_A1 failed in strict mode [test] (Caused by Node) - failed: 2/2
        • language\types\reference\S8.7.1_A2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\types\reference\S8.7_A5_T1 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
        • language\types\reference\S8.7_A5_T2 failed in non-strict mode [test] (Caused by Node) - failed: 1/1
      • string/ 0 failures over 48 tests (No local failures, with no subdirectories)
      • undefined/ 0 failures over 15 tests (No local failures, with no subdirectories)
    • white-space/ 0 failures over 90 tests (No local failures, with no subdirectories)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment