# Test262 known-failures ledger (paths relative to vendor/test262/test/).
# Regenerate with KATAAN_TEST262_BLESS=1. Target: empty (literal 100%).
annexB/built-ins/Function/createdynfn-html-close-comment-body.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: unexpected token Gt (at 28..29)
annexB/built-ins/Function/createdynfn-html-close-comment-params.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: expected a binding name, found MinusMinus (at 21..23)
annexB/built-ins/Function/createdynfn-html-open-comment-body.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: unexpected token Lt (at 25..26)
annexB/built-ins/Function/createdynfn-html-open-comment-params.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: expected a binding name, found Lt (at 20..21)
annexB/built-ins/Function/createdynfn-no-line-terminator-html-close-comment-body.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: unexpected token Gt (at 27..28)
annexB/built-ins/RegExp/RegExp-control-escape-russian-letter.js  # [sloppy] expected pass, Runtime Test262Error: invalid \c escape failed to match \c when followed by А Expected SameValue(«null», «null») to be false
annexB/built-ins/RegExp/RegExp-decimal-escape-class-range.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: invalid regular expression: character class range out of order (low greater than high) (at 6592..6616)
annexB/built-ins/RegExp/RegExp-decimal-escape-not-capturing.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
annexB/built-ins/RegExp/RegExp-invalid-control-escape-character-class.js  # [sloppy] expected pass, Runtime Test262Error: Character \ missing from character class [\c ]
annexB/built-ins/RegExp/RegExp-leading-escape-BMP.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: invalid regular expression: incomplete hex escape (at 0..4)
annexB/built-ins/RegExp/RegExp-trailing-escape-BMP.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: invalid regular expression: incomplete hex escape (at 0..5)
annexB/built-ins/RegExp/incomplete_hex_unicode_escape.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: invalid regular expression: incomplete hex escape (at 6477..6481)
annexB/built-ins/RegExp/legacy-accessors/input/this-subclass-constructor.js  # [sloppy] expected pass, Runtime Test262Error: RegExp.input setter throws for subclass receiver Expected a TypeError to be thrown but no exception was thrown at all
annexB/built-ins/RegExp/prototype/Symbol.split/Symbol.match-getter-recompiles-source.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«""», «"a"») to be true
annexB/built-ins/RegExp/prototype/compile/this-subclass-instance.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
annexB/built-ins/String/prototype/substr/surrogate-pairs.js  # [sloppy] expected pass, Runtime Test262Error: start: 1 Expected SameValue(«"𝌆"», «"\udf06"») to be true
annexB/language/comments/multi-line-html-close.js  # [sloppy] negative: failed at Parse, expected phase runtime
annexB/language/comments/single-line-html-close-asi.js  # [sloppy] negative: failed at Parse, expected phase runtime
annexB/language/comments/single-line-html-close-first-line-1.js  # [sloppy] negative: failed at Parse, expected phase runtime
annexB/language/comments/single-line-html-close-first-line-2.js  # [sloppy] negative: failed at Parse, expected phase runtime
annexB/language/comments/single-line-html-close-first-line-3.js  # [sloppy] negative: failed at Parse, expected phase runtime
annexB/language/comments/single-line-html-close-unicode-separators.js  # [sloppy] negative: failed at Parse, expected phase runtime
annexB/language/comments/single-line-html-close.js  # [sloppy] negative: failed at Parse, expected phase runtime
annexB/language/comments/single-line-html-open.js  # [sloppy] negative: failed at Parse, expected phase runtime
annexB/language/eval-code/direct/script-decl-lex-no-collision.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«function test262Fn() { [native code] }», «1») to be true
annexB/language/expressions/assignmenttargettype/callexpression-as-for-in-lhs.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: invalid left-hand side in for-in/of (not an assignment target) (at 6912..6915)
annexB/language/expressions/assignmenttargettype/callexpression-as-for-of-lhs.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: invalid left-hand side in for-in/of (not an assignment target) (at 6912..6915)
annexB/language/expressions/assignmenttargettype/callexpression-in-compound-assignment.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: invalid assignment target (at 6989..6992)
annexB/language/expressions/assignmenttargettype/callexpression-in-postfix-update.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: invalid operand for `++`/`--` (at 6922..6925)
annexB/language/expressions/assignmenttargettype/callexpression-in-prefix-update.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: invalid operand for `++`/`--` (at 6923..6926)
annexB/language/expressions/assignmenttargettype/callexpression.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: invalid assignment target (at 6984..6987)
annexB/language/expressions/assignmenttargettype/cover-callexpression-and-asyncarrowhead.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: invalid assignment target (at 6821..6828)
annexB/language/expressions/template-literal/legacy-octal-escape-sequence-non-strict.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"07"», «"\u0007"») to be true
annexB/language/function-code/block-decl-nested-blocks-with-fun-decl.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «1») to be true
annexB/language/global-code/block-decl-global-existing-non-enumerable-global-init.js  # [sloppy] expected pass, Runtime TypeError: is not a function
annexB/language/global-code/if-decl-else-decl-a-global-existing-non-enumerable-global-init.js  # [sloppy] expected pass, Runtime TypeError: is not a function
annexB/language/global-code/if-decl-else-decl-b-global-existing-non-enumerable-global-init.js  # [sloppy] expected pass, Runtime TypeError: is not a function
annexB/language/global-code/if-decl-else-stmt-global-existing-non-enumerable-global-init.js  # [sloppy] expected pass, Runtime TypeError: is not a function
annexB/language/global-code/if-decl-no-else-global-existing-non-enumerable-global-init.js  # [sloppy] expected pass, Runtime TypeError: is not a function
annexB/language/global-code/if-stmt-else-decl-global-existing-non-enumerable-global-init.js  # [sloppy] expected pass, Runtime TypeError: is not a function
annexB/language/global-code/script-decl-lex-collision.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all
annexB/language/global-code/switch-case-global-existing-non-enumerable-global-init.js  # [sloppy] expected pass, Runtime TypeError: is not a function
annexB/language/global-code/switch-dflt-global-existing-non-enumerable-global-init.js  # [sloppy] expected pass, Runtime TypeError: is not a function
annexB/language/literals/regexp/class-escape.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
annexB/language/literals/regexp/identity-escape.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«""», «"8"») to be true
annexB/language/literals/regexp/legacy-octal-escape.js  # [sloppy] expected pass, Runtime Test262Error: \1 Expected SameValue(«""», «"\u0001"») to be true
annexB/language/literals/regexp/non-empty-class-ranges-no-dash.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"&%0123456789-&"», «"%0123456789-"») to be true
annexB/language/literals/regexp/non-empty-class-ranges.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«".-0123456789-."», «"-0123456789-"») to be true
annexB/language/statements/for-in/nonstrict-initializer.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected Semicolon, found Keyword(In) (at 6422..6424)
annexB/language/statements/try/catch-redeclared-for-in-var.js  # [sloppy] expected pass, Runtime Test262Error: after loop body evaluation Expected SameValue(«"exception"», «"propertyName"») to be true
annexB/language/statements/try/catch-redeclared-for-of-var.js  # [sloppy] expected pass, Runtime Test262Error: after loop body evaluation Expected SameValue(«"exception"», «2») to be true
built-ins/AbstractModuleSource/length.js  # expected pass, Runtime [object Object]: 
built-ins/AbstractModuleSource/name.js  # expected pass, Runtime [object Object]: 
built-ins/AbstractModuleSource/proto.js  # expected pass, Runtime [object Object]: 
built-ins/AbstractModuleSource/prototype.js  # expected pass, Runtime [object Object]: 
built-ins/AbstractModuleSource/prototype/Symbol.toStringTag.js  # expected pass, Runtime [object Object]: 
built-ins/AbstractModuleSource/prototype/constructor.js  # expected pass, Runtime [object Object]: 
built-ins/AbstractModuleSource/prototype/proto.js  # expected pass, Runtime [object Object]: 
built-ins/AbstractModuleSource/throw-from-constructor.js  # expected pass, Runtime [object Object]: 
built-ins/AggregateError/errors-iterabletolist-failures.js  # [sloppy] expected pass, Runtime Test262Error: get Symbol.iterator Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/AggregateError/errors-iterabletolist.js  # [sloppy] expected pass, Runtime Test262Error: GetMethod(obj, @@iterator) returns undefined Expected a TypeError to be thrown but no exception was thrown at all
built-ins/AggregateError/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 2; length value should be 2
built-ins/AggregateError/message-method-prop-cast.js  # [sloppy] expected pass, Runtime Test262Error: message descriptor value should be string; message value should be string
built-ins/AggregateError/message-tostring-abrupt-symbol.js  # [sloppy] expected pass, Runtime Test262Error: toPrimitive Expected a TypeError to be thrown but no exception was thrown at all
built-ins/AggregateError/message-tostring-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: toPrimitive Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/AggregateError/message-undefined-no-prop.js  # [sloppy] expected pass, Runtime Test262Error: explicit Expected SameValue(«true», «false») to be true
built-ins/AggregateError/newtarget-proto-custom.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«AggregateError», «[object Object]») to be true
built-ins/AggregateError/order-of-args-evaluation.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «3») to be true
built-ins/AggregateError/prototype/constructor.js  # [sloppy] expected pass, Runtime Test262Error: constructor descriptor should be writable
built-ins/AggregateError/prototype/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: prototype descriptor should not be writable; prototype descriptor should not be configurable
built-ins/Array/S15.4.1_A1.1_T2.js  # [sloppy] expected pass, Runtime Test262Error: x.toString() must return "[object Array]" Expected SameValue(«""», «"[object Array]"») to be true
built-ins/Array/S15.4.2.1_A1.1_T2.js  # [sloppy] expected pass, Runtime Test262Error: x.toString() must return "[object Array]" Expected SameValue(«""», «"[object Array]"») to be true
built-ins/Array/S15.4.3_A1.1_T2.js  # [sloppy] expected pass, Runtime Test262Error: Array.toString() must return "[object Function]" Expected SameValue(«"function Array() { [native code] }"», «"[object Function]"») to be true
built-ins/Array/S15.4.5.2_A1_T1.js  # [sloppy] expected pass, Runtime RangeError: Invalid array length
built-ins/Array/S15.4_A1.1_T10.js  # [sloppy] expected pass, Runtime RangeError: Invalid array length
built-ins/Array/from/elements-deleted-after.js  # [sloppy] expected pass, Runtime Test262Error: The value of value is expected to equal the value of array[this.arrayIndex] Expected SameValue(«4», «undefined») to be true
built-ins/Array/from/elements-updated-after.js  # [sloppy] expected pass, Runtime Test262Error: The value of value is expected to be 127 Expected SameValue(«4», «127») to be true
built-ins/Array/from/iter-cstm-ctor-err.js  # [sloppy] expected pass, Runtime Test262Error: Array.from.call(C, items) throws a Test262Error exception Expected a Test262Error but got a TypeError
built-ins/Array/from/iter-cstm-ctor.js  # [sloppy] expected pass, Runtime Test262Error: The value of args.length is expected to be 0 Expected SameValue(«1», «0») to be true
built-ins/Array/from/iter-map-fn-err.js  # [sloppy] expected pass, Runtime Test262Error: Array.from(items, mapFn) throws a Test262Error exception Expected a Test262Error but got a TypeError
built-ins/Array/from/iter-set-elem-prop-err.js  # [sloppy] expected pass, Runtime Test262Error: Array.from.call(constructorSetsIndex0ConfigurableFalse, items) throws a TypeError exception Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/from/iter-set-elem-prop-non-writable.js  # [sloppy] expected pass, Runtime Test262Error: 0 descriptor value should be 2; 0 value should be 2; 0 descriptor should be enumerable; 0 descriptor should be writable
built-ins/Array/from/source-object-constructor.js  # [sloppy] expected pass, Runtime Test262Error: The value of Array.from.call(Object, []).constructor is expected to equal the value of Object Expected SameValue(«function Number() { [native code] }», «function Object() { [native code] }») to be true
built-ins/Array/from/source-object-length-set-elem-prop-err.js  # [sloppy] expected pass, Runtime Test262Error: Array.from.call(A1, items) throws a TypeError exception Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/from/source-object-length-set-elem-prop-non-writable.js  # [sloppy] expected pass, Runtime Test262Error: 0 descriptor value should be 2; 0 value should be 2; 0 descriptor should be enumerable; 0 descriptor should be writable
built-ins/Array/fromAsync/asyncitems-array-add-to-singleton.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [1] and expected [1, 7] should have the same contents.  )
built-ins/Array/fromAsync/asyncitems-array-add.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [1, 2, 3] and expected [1, 2, 3, 4] should have the same con)
built-ins/Array/fromAsync/asyncitems-array-mutate.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [1, 2, 3] and expected [1, 8, 3] should have the same conten)
built-ins/Array/fromAsync/asyncitems-array-remove.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [1, 2, 3] and expected [1, 2] should have the same contents.)
built-ins/Array/fromAsync/asyncitems-arraylike-promise.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [get items[' sym:15'], get items[' sym:2'], get items.length)
built-ins/Array/fromAsync/asyncitems-asynciterator-exists.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [[object Promise], [object Promise], [object Promise], [obje)
built-ins/Array/fromAsync/asyncitems-asynciterator-not-callable.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: @@asyncIterator = boolean Expected a TypeError to be thrown asynchr)
built-ins/Array/fromAsync/asyncitems-asynciterator-sync.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [get items[Symbol.asyncIterator], get items[Symbol.asyncIter)
built-ins/Array/fromAsync/asyncitems-bigint.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [] and expected [1, 2] should have the same contents.  )
built-ins/Array/fromAsync/asyncitems-boolean.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [] and expected [1, 2] should have the same contents.  )
built-ins/Array/fromAsync/asyncitems-iterator-exists.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [get items[Symbol.asyncIterator], get items[Symbol.iterator])
built-ins/Array/fromAsync/asyncitems-iterator-not-callable.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: @@iterator = boolean Expected a TypeError to be thrown asynchronous)
built-ins/Array/fromAsync/asyncitems-iterator-promise.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [get items[Symbol.asyncIterator], get items[Symbol.iterator])
built-ins/Array/fromAsync/asyncitems-number.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [] and expected [1, 2] should have the same contents.  )
built-ins/Array/fromAsync/mapfn-async-iterable-async.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [NaN, NaN, NaN, NaN] and expected [0, 2, 8, 18] should have )
built-ins/Array/fromAsync/mapfn-async-throws-close-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: async mapfn rejecting should cause fromAsync to reject Expected a E)
built-ins/Array/fromAsync/mapfn-async-throws-close-sync-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: async mapfn rejecting should cause fromAsync to reject Expected a E)
built-ins/Array/fromAsync/mapfn-sync-iterable-async.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [NaN, NaN, NaN, NaN] and expected [0, 2, 8, 18] should have )
built-ins/Array/fromAsync/mapfn-sync-throws-close-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: sync mapfn throwing should cause fromAsync to reject Expected a Err)
built-ins/Array/fromAsync/mapfn-sync-throws-close-sync-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: sync mapfn throwing should cause fromAsync to reject Expected a Err)
built-ins/Array/fromAsync/this-constructor-operations.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [construct MyArray, defineProperty A[0], defineProperty A[1])
built-ins/Array/fromAsync/this-constructor-with-readonly-elements.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Read-only element 0 is overwritten Expected SameValue(«99», «0») to)
built-ins/Array/fromAsync/this-constructor-with-readonly-length.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Setting read-only length fails Expected a TypeError to be thrown as)
built-ins/Array/fromAsync/this-constructor-with-unsettable-element-closes-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: element define failure should close iterator )
built-ins/Array/fromAsync/this-constructor-with-unsettable-element-closes-sync-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: element define failure should close iterator )
built-ins/Array/fromAsync/this-constructor-with-unsettable-element.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise rejected if defining element fails Expected a TypeError to )
built-ins/Array/fromAsync/this-constructor.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [2] and expected [] should have the same contents. construct)
built-ins/Array/isArray/15.4.3.2-0-5.js  # [sloppy] expected pass, Runtime Test262Error: Array.isArray(Array.prototype) must return true Expected SameValue(«false», «true») to be true
built-ins/Array/length/S15.4.2.2_A1.1_T2.js  # [sloppy] expected pass, Runtime Test262Error: x.toString() must return "[object Array]" Expected SameValue(«""», «"[object Array]"») to be true
built-ins/Array/length/S15.4.4_A1.3_T1.js  # [sloppy] expected pass, Runtime Test262Error: The value of Array.prototype.length is expected to be 0 Expected SameValue(«undefined», «0») to be true
built-ins/Array/length/S15.4.5.2_A3_T4.js  # [sloppy] expected pass, Runtime RangeError: Invalid array length
built-ins/Array/length/define-own-prop-length-coercion-order-set.js  # [sloppy] expected pass, Runtime Test262Error: Actual [number] and expected [number, number] should have the same contents. The value of hints is expected to be ["number", "number"]
built-ins/Array/length/define-own-prop-length-coercion-order.js  # [sloppy] expected pass, Runtime Test262Error: Object.defineProperty(array, "length", {value: length, writable: true}) throws a TypeError exception Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/of/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 0; length value should be 0
built-ins/Array/prototype/at/typed-array-resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.at called on an out-of-bounds typed array
built-ins/Array/prototype/concat/Array.prototype.concat_spreadable-string-wrapper.js  # [sloppy] expected pass, Runtime Test262Error: Actual [y, u, c, k, �, �] and expected [, , , , , ] should have the same contents. ["y", "u", "c", "k", "uD83D", "uDCA9"] must return the same value returned by [].concat(str1)
built-ins/Array/prototype/concat/create-ctor-non-object.js  # [sloppy] expected pass, Runtime Test262Error: a.concat() throws a TypeError exception Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/concat/create-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Object.getPrototypeOf(Array.prototype.concat.call(proxy)) returns Ctor.prototype Expected SameValue(«[object Object]», «[object Object]») to be true
built-ins/Array/prototype/concat/is-concat-spreadable-is-array-proxy-revoked.js  # [sloppy] expected pass, Runtime Test262Error: [].concat(handle.proxy) throws a TypeError exception Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/copyWithin/call-with-boolean.js  # [sloppy] expected pass, Runtime Test262Error: The result of evaluating (Array.prototype.copyWithin.call(true) instanceof Boolean) is expected to be true Expected SameValue(«false», «true») to be true
built-ins/Array/prototype/copyWithin/coerced-values-start-change-start.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023] and expected [, , , , , , , , , , , , , , , , , , , ] should have the same contents. currArray.copyWithin(0, {valueOf: shorten}) returns array
built-ins/Array/prototype/copyWithin/coerced-values-start-change-target.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23] and expected [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19] should have the same contents. currArray.copyWithin(1000, {valueOf: shorten}) returns array
built-ins/Array/prototype/copyWithin/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.copyWithin called on an out-of-bounds typed array
built-ins/Array/prototype/copyWithin/return-abrupt-from-delete-target.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/copyWithin/return-abrupt-from-has-start.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/Array/prototype/entries/iteration-mutable.js  # [sloppy] expected pass, Runtime Test262Error: First result `done` flag Expected SameValue(«true», «false») to be true
built-ins/Array/prototype/entries/resizable-buffer-grow-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual argument [undefined] shouldn't be primitive. TestIterationAndResize: list of iterated lists of values
built-ins/Array/prototype/entries/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.entries called on an out-of-bounds typed array
built-ins/Array/prototype/every/15.4.4.16-7-2.js  # [sloppy] expected pass, Runtime Test262Error: arr.every(callbackfn) Expected SameValue(«true», «false») to be true
built-ins/Array/prototype/every/15.4.4.16-7-3.js  # [sloppy] expected pass, Runtime Test262Error: arr.every(callbackfn) Expected SameValue(«false», «true») to be true
built-ins/Array/prototype/every/15.4.4.16-7-4.js  # [sloppy] expected pass, Runtime Test262Error: arr.every(callbackfn) Expected SameValue(«false», «true») to be true
built-ins/Array/prototype/every/callbackfn-resize-arraybuffer.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 0, undefined] and expected [0, 0] should have the same contents. elements (shrink) (Testing with Float64Array and makePassthrough.)
built-ins/Array/prototype/every/resizable-buffer-shrink-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 2, undefined, undefined] and expected [0, 2] should have the same contents. 
built-ins/Array/prototype/every/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.every called on an out-of-bounds typed array
built-ins/Array/prototype/exotic-array.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «3») to be true
built-ins/Array/prototype/fill/call-with-boolean.js  # [sloppy] expected pass, Runtime Test262Error: The result of `(Array.prototype.fill.call(true) instanceof Boolean)` is true Expected SameValue(«false», «true») to be true
built-ins/Array/prototype/fill/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.fill called on an out-of-bounds typed array
built-ins/Array/prototype/fill/typed-array-resize.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.fill called on an out-of-bounds typed array
built-ins/Array/prototype/filter/15.4.4.20-9-2.js  # [sloppy] expected pass, Runtime Test262Error: resArr.length Expected SameValue(«5», «3») to be true
built-ins/Array/prototype/filter/15.4.4.20-9-3.js  # [sloppy] expected pass, Runtime Test262Error: resArr.length Expected SameValue(«5», «3») to be true
built-ins/Array/prototype/filter/15.4.4.20-9-4.js  # [sloppy] expected pass, Runtime Test262Error: resArr.length Expected SameValue(«5», «2») to be true
built-ins/Array/prototype/filter/15.4.4.20-9-6.js  # [sloppy] expected pass, Runtime Test262Error: resArr.length Expected SameValue(«5», «4») to be true
built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-8.js  # [sloppy] expected pass, Runtime Test262Error: newArr.length Expected SameValue(«2», «1») to be true
built-ins/Array/prototype/filter/callbackfn-resize-arraybuffer.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 0, 0] and expected [0, 0] should have the same contents. elements (shrink) (Testing with Float64Array and makePassthrough.)
built-ins/Array/prototype/filter/create-ctor-non-object.js  # [sloppy] expected pass, Runtime Test262Error: string value Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/filter/create-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «[object Object]») to be true
built-ins/Array/prototype/filter/resizable-buffer-shrink-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 2, 4, 6] and expected [0, 2] should have the same contents. 
built-ins/Array/prototype/filter/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 2, 0] and expected [] should have the same contents. 
built-ins/Array/prototype/filter/target-array-with-non-writable-property.js  # [sloppy] expected pass, Runtime Test262Error: 0 descriptor should be enumerable; 0 descriptor should be writable
built-ins/Array/prototype/find/array-altered-during-loop.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"Car"», «"Bike"») to be true
built-ins/Array/prototype/find/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.find called on an out-of-bounds typed array
built-ins/Array/prototype/findIndex/array-altered-during-loop.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"Car"», «"Bike"») to be true
built-ins/Array/prototype/findIndex/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.findIndex called on an out-of-bounds typed array
built-ins/Array/prototype/findLast/array-altered-during-loop.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"Car"», «"Bike"») to be true
built-ins/Array/prototype/findLast/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.findLast called on an out-of-bounds typed array
built-ins/Array/prototype/findLastIndex/array-altered-during-loop.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"Car"», «"Bike"») to be true
built-ins/Array/prototype/findLastIndex/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.findLastIndex called on an out-of-bounds typed array
built-ins/Array/prototype/flat/non-object-ctor-throws.js  # [sloppy] expected pass, Runtime Test262Error: null value Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/flat/proxy-access-count.js  # [sloppy] expected pass, Runtime Test262Error: Actual [length] and expected [length, constructor, 0, 1, 2, 3, length, 0, 1, 4] should have the same contents. The value of getCalls is expected to be ["length", "constructor", "0", "1", "2", "3", "length", "0", "1", "4"]
built-ins/Array/prototype/flatMap/proxy-access-count.js  # [sloppy] expected pass, Runtime Test262Error: Actual [length] and expected [length, constructor, 0, 1, 2, 3, length, 0, 1, 4] should have the same contents. The value of getCalls is expected to be ["length", "constructor", "0", "1", "2", "3", "length", "0", "1", "4"]
built-ins/Array/prototype/flatMap/this-value-ctor-non-object.js  # [sloppy] expected pass, Runtime Test262Error: a.flatMap(mapperFn) throws a TypeError exception Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/flatMap/thisArg-argument.js  # [strict] expected pass, Runtime Test262Error: Actual [undefined] and expected [TestString] should have the same contents. The value of actual is expected to be ["TestString"]
built-ins/Array/prototype/forEach/15.4.4.18-7-2.js  # [sloppy] expected pass, Runtime Test262Error: callCnt Expected SameValue(«5», «4») to be true
built-ins/Array/prototype/forEach/15.4.4.18-7-3.js  # [sloppy] expected pass, Runtime Test262Error: callCnt Expected SameValue(«5», «3») to be true
built-ins/Array/prototype/forEach/15.4.4.18-7-7.js  # [sloppy] expected pass, Runtime Test262Error: result !== true
built-ins/Array/prototype/forEach/callbackfn-resize-arraybuffer.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 0, undefined] and expected [0, 0] should have the same contents. elements (shrink) (Testing with Float64Array and makePassthrough.)
built-ins/Array/prototype/forEach/resizable-buffer-shrink-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 2, undefined, undefined] and expected [0, 2] should have the same contents. 
built-ins/Array/prototype/forEach/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.forEach called on an out-of-bounds typed array
built-ins/Array/prototype/includes/length-zero-returns-false.js  # [sloppy] expected pass, Runtime Test262Error: length is checked before ToInteger(fromIndex) Expected SameValue(«1», «0») to be true
built-ins/Array/prototype/includes/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.includes called on an out-of-bounds typed array
built-ins/Array/prototype/indexOf/15.4.4.14-5-12.js  # [sloppy] expected pass, Runtime RangeError: Invalid array length
built-ins/Array/prototype/indexOf/15.4.4.14-5-16.js  # [sloppy] expected pass, Runtime RangeError: Invalid array length
built-ins/Array/prototype/indexOf/15.4.4.14-9-9.js  # [sloppy] expected pass, Runtime RangeError: Invalid array length
built-ins/Array/prototype/indexOf/length-zero-returns-minus-one.js  # [sloppy] expected pass, Runtime Test262Error: Length should be checked before ToInteger(fromIndex).
built-ins/Array/prototype/indexOf/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.indexOf called on an out-of-bounds typed array
built-ins/Array/prototype/join/S15.4.4.5_A5_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1: Array.prototype[1] = 1; x = [0]; x.length = 2; x.join() === "0,1". Actual: 0,
built-ins/Array/prototype/join/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.join called on an out-of-bounds typed array
built-ins/Array/prototype/keys/iteration-mutable.js  # [sloppy] expected pass, Runtime Test262Error: First result `done` flag Expected SameValue(«true», «false») to be true
built-ins/Array/prototype/keys/resizable-buffer-grow-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 1, 2, 3] and expected [0, 1, 2, 3, 4, 5] should have the same contents. TestIterationAndResize: list of iterated values
built-ins/Array/prototype/keys/resizable-buffer-shrink-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a Test262Error
built-ins/Array/prototype/keys/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.keys called on an out-of-bounds typed array
built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-12.js  # [sloppy] expected pass, Runtime RangeError: Invalid array length
built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-16.js  # [sloppy] expected pass, Runtime RangeError: Invalid array length
built-ins/Array/prototype/lastIndexOf/15.4.4.15-8-9.js  # [sloppy] expected pass, Runtime RangeError: Invalid array length
built-ins/Array/prototype/lastIndexOf/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.lastIndexOf called on an out-of-bounds typed array
built-ins/Array/prototype/length.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «0») to be true
built-ins/Array/prototype/map/15.4.4.19-8-2.js  # [sloppy] expected pass, Runtime Test262Error: resArr[4] Expected SameValue(«1», «0») to be true
built-ins/Array/prototype/map/15.4.4.19-8-3.js  # [sloppy] expected pass, Runtime Test262Error: resArr[4] Expected SameValue(«1», «undefined») to be true
built-ins/Array/prototype/map/15.4.4.19-8-4.js  # [sloppy] expected pass, Runtime Test262Error: callCnt Expected SameValue(«5», «2») to be true
built-ins/Array/prototype/map/15.4.4.19-8-c-ii-8.js  # [sloppy] expected pass, Runtime Test262Error: testResult[1] Expected SameValue(«true», «false») to be true
built-ins/Array/prototype/map/callbackfn-resize-arraybuffer.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 0, 0] and expected [0, 0] should have the same contents. elements (shrink) (Testing with Float64Array and makePassthrough.)
built-ins/Array/prototype/map/create-ctor-non-object.js  # [sloppy] expected pass, Runtime Test262Error: string value Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/map/create-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «[object Object]») to be true
built-ins/Array/prototype/map/resizable-buffer-shrink-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 2, 4, 6] and expected [0, 2] should have the same contents. 
built-ins/Array/prototype/map/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 2, 4, 0] and expected [] should have the same contents. 
built-ins/Array/prototype/map/target-array-with-non-writable-property.js  # [sloppy] expected pass, Runtime Test262Error: 0 descriptor should be enumerable; 0 descriptor should be writable
built-ins/Array/prototype/pop/S15.4.4.6_A4_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1: Array.prototype[1] = 1; x = [0]; x.length = 2; x.pop() === 1. Actual: undefined
built-ins/Array/prototype/pop/set-length-array-is-frozen.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/pop/set-length-array-length-is-non-writable.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/pop/set-length-zero-array-is-frozen.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/pop/set-length-zero-array-length-is-non-writable.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/pop/throws-with-string-receiver.js  # [sloppy] expected pass, Runtime Test262Error: Array.prototype.pop.call('') Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/push/S15.4.4.7_A3.js  # [sloppy] expected pass, Runtime Test262Error: The value of push is expected to be 4294967295 Expected SameValue(«0», «4294967295») to be true
built-ins/Array/prototype/push/call-with-boolean.js  # [sloppy] expected pass, Runtime Test262Error: Array.prototype.push.call(true) must return 0 Expected SameValue(«undefined», «0») to be true
built-ins/Array/prototype/push/length-near-integer-limit-set-failure.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/push/set-length-array-is-frozen.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/push/set-length-array-length-is-non-writable.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/push/set-length-zero-array-is-frozen.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/push/set-length-zero-array-length-is-non-writable.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/push/throws-with-string-receiver.js  # [sloppy] expected pass, Runtime Test262Error: Array.prototype.push.call('') Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/reduce/15.4.4.21-9-2.js  # [sloppy] expected pass, Runtime Test262Error: arr.reduce(callbackfn) Expected SameValue(«15», «3») to be true
built-ins/Array/prototype/reduce/15.4.4.21-9-3.js  # [sloppy] expected pass, Runtime Test262Error: arr.reduce(callbackfn) Expected SameValue(«"12345"», «"123"») to be true
built-ins/Array/prototype/reduce/15.4.4.21-9-4.js  # [sloppy] expected pass, Runtime Test262Error: arr.reduce(callbackfn) Expected SameValue(«15», «3») to be true
built-ins/Array/prototype/reduce/15.4.4.21-9-6.js  # [sloppy] expected pass, Runtime Test262Error: res Expected SameValue(«"12345"», «"1235"») to be true
built-ins/Array/prototype/reduce/callbackfn-resize-arraybuffer.js  # [sloppy] expected pass, Runtime Test262Error: Actual [262, 0, 1] and expected [262, 0] should have the same contents. prevs (shrink) (Testing with Float64Array and makePassthrough.)
built-ins/Array/prototype/reduce/resizable-buffer-shrink-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 2, undefined, undefined] and expected [0, 2] should have the same contents. 
built-ins/Array/prototype/reduce/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.reduce called on an out-of-bounds typed array
built-ins/Array/prototype/reduceRight/15.4.4.22-9-2.js  # [sloppy] expected pass, Runtime Test262Error: arr.reduceRight(callbackfn) Expected SameValue(«15», «13») to be true
built-ins/Array/prototype/reduceRight/15.4.4.22-9-3.js  # [sloppy] expected pass, Runtime Test262Error: arr.reduceRight(callbackfn) Expected SameValue(«"141"», «"121"») to be true
built-ins/Array/prototype/reduceRight/15.4.4.22-9-4.js  # [sloppy] expected pass, Runtime Test262Error: arr.reduceRight(callbackfn) Expected SameValue(«15», «12») to be true
built-ins/Array/prototype/reduceRight/15.4.4.22-9-6.js  # [sloppy] expected pass, Runtime Test262Error: res Expected SameValue(«"141"», «"151"») to be true
built-ins/Array/prototype/reduceRight/callbackfn-resize-arraybuffer.js  # [sloppy] expected pass, Runtime Test262Error: Actual [262, 2, 1] and expected [262, 2] should have the same contents. prevs (shrink) (Testing with Float64Array and makePassthrough.)
built-ins/Array/prototype/reduceRight/resizable-buffer-shrink-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual [6, 4, undefined, undefined] and expected [6, 4] should have the same contents. 
built-ins/Array/prototype/reduceRight/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.reduceRight called on an out-of-bounds typed array
built-ins/Array/prototype/reverse/call-with-boolean.js  # [sloppy] expected pass, Runtime Test262Error: The result of `(Array.prototype.reverse.call(true) instanceof Boolean)` is true Expected SameValue(«false», «true») to be true
built-ins/Array/prototype/reverse/length-exceeding-integer-limit-with-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Actual [Get:length, Get:0, Get:9007199254740990, Get:1, Get:9007199254740989, Get:2, Get:9007199254740988, Get:3, Get:9007199254740987, Get:4] and expected [Get:length, Has:0, Get:0, Has:9007199254740990, Get:9007199254740990, Set:0, GetOwnPropertyDescriptor:0, DefineProperty:0, Set:9007199254740990, GetOwnPropertyDescriptor:9007199254740990, DefineProperty:9007199254740990, Has:1, Has:9007199254740989, Has:2, Get:2, Has:9007199254740988, Delete:2, Set:9007199254740988, GetOwnPropertyDescriptor:9007199254740988, DefineProperty:9007199254740988, Has:3, Has:9007199254740987, Get:9007199254740987, Set:3, GetOwnPropertyDescriptor:3, DefineProperty:3, Delete:9007199254740987, Has:4, Get:4] should have the same contents. The value of traps is expected to be [   // Initial get length operation.   "Get:length",    // Lower and upper index are both present.   "Has:0",   "Get:0",   "Has:9007199254740990",   "Get:9007199254740990",   "Set:0",   "GetOwnPropertyDescriptor:0",   "DefineProperty:0",   "Set:9007199254740990",   "GetOwnPropertyDescriptor:9007199254740990",   "DefineProperty:9007199254740990",    // Lower and upper index are both absent.   "Has:1",   "Has:9007199254740989",    // Lower index is present, upper index is absent.   "Has:2",   "Get:2",   "Has:9007199254740988",   "Delete:2",   "Set:9007199254740988",   "GetOwnPropertyDescriptor:9007199254740988",   "DefineProperty:9007199254740988",    // Lower index is absent, upper index is present.   "Has:3",   "Has:9007199254740987",   "Get:9007199254740987",   "Set:3",   "GetOwnPropertyDescriptor:3",   "DefineProperty:3",   "Delete:9007199254740987",    // Stop exception.   "Has:4",   "Get:4", ]
built-ins/Array/prototype/reverse/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.reverse called on an out-of-bounds typed array
built-ins/Array/prototype/shift/S15.4.4.9_A4_T1.js  # [sloppy] expected pass, Runtime Test262Error: #2: Array.prototype[1] = 1; x = [0]; x.length = 2; x.shift(); x[0] === 1. Actual: undefined
built-ins/Array/prototype/shift/set-length-array-is-frozen.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/shift/set-length-array-length-is-non-writable.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/shift/set-length-zero-array-is-frozen.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/shift/set-length-zero-array-length-is-non-writable.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/shift/throws-when-this-value-length-is-writable-false.js  # [sloppy] expected pass, Runtime Test262Error: Array.prototype.shift.call('') Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/slice/S15.4.4.10_A4_T1.js  # [sloppy] expected pass, Runtime Test262Error: #3: Array.prototype[1] = 1; x = [0]; x.length = 2; var arr = x.slice(); arr.hasOwnProperty('1') === true. Actual: false
built-ins/Array/prototype/slice/coerced-start-end-shrink.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 0, 0, 0] and expected [undefined, undefined, undefined, undefined] should have the same contents. 
built-ins/Array/prototype/slice/create-ctor-non-object.js  # [sloppy] expected pass, Runtime Test262Error: string value Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/slice/create-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «[object Object]») to be true
built-ins/Array/prototype/slice/length-exceeding-integer-limit-proxied-array.js  # [sloppy] expected pass, Runtime RangeError: Invalid array length
built-ins/Array/prototype/slice/length-exceeding-integer-limit.js  # [sloppy] expected pass, Runtime RangeError: Invalid array length
built-ins/Array/prototype/slice/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 1, 2, 0] and expected [] should have the same contents. 
built-ins/Array/prototype/slice/target-array-with-non-writable-property.js  # [sloppy] expected pass, Runtime Test262Error: 0 descriptor should be enumerable; 0 descriptor should be writable
built-ins/Array/prototype/some/15.4.4.17-7-2.js  # [sloppy] expected pass, Runtime Test262Error: arr.some(callbackfn) Expected SameValue(«false», «true») to be true
built-ins/Array/prototype/some/15.4.4.17-7-3.js  # [sloppy] expected pass, Runtime Test262Error: arr.some(callbackfn) Expected SameValue(«true», «false») to be true
built-ins/Array/prototype/some/15.4.4.17-7-4.js  # [sloppy] expected pass, Runtime Test262Error: arr.some(callbackfn) Expected SameValue(«true», «false») to be true
built-ins/Array/prototype/some/callbackfn-resize-arraybuffer.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 0, undefined] and expected [0, 0] should have the same contents. elements (shrink) (Testing with Float64Array and makePassthrough.)
built-ins/Array/prototype/some/resizable-buffer-shrink-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 2, undefined, undefined] and expected [0, 2] should have the same contents. 
built-ins/Array/prototype/some/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.some called on an out-of-bounds typed array
built-ins/Array/prototype/sort/call-with-primitive.js  # [sloppy] expected pass, Runtime Test262Error: boolean
built-ins/Array/prototype/sort/comparefn-nonfunction-call-throws.js  # [sloppy] expected pass, Runtime Test262Error: [].sort.call(poisoned, null); Expected a TypeError but got a Test262Error
built-ins/Array/prototype/sort/comparefn-resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.sort called on an out-of-bounds typed array
built-ins/Array/prototype/sort/comparefn-shrink.js  # [sloppy] expected pass, Runtime Test262Error: Actual [7, 8] and expected [10, 9] should have the same contents. 
built-ins/Array/prototype/sort/precise-prototype-accessors.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"get"») to be true
built-ins/Array/prototype/sort/resizable-buffer-default-comparator.js  # [sloppy] expected pass, Runtime Test262Error: Actual [4, 6, 8, 10] and expected [10, 4, 6, 8] should have the same contents. 
built-ins/Array/prototype/splice/S15.4.4.12_A6.1_T2.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/splice/S15.4.4.12_A6.1_T3.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError
built-ins/Array/prototype/splice/call-with-boolean.js  # [sloppy] expected pass, Runtime Test262Error: Actual argument [undefined] shouldn't be primitive. Array.prototype.splice.call(true) must return []
built-ins/Array/prototype/splice/create-ctor-non-object.js  # [sloppy] expected pass, Runtime Test262Error: string value Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/splice/create-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «[object Object]») to be true
built-ins/Array/prototype/splice/create-species-length-exceeding-integer-limit.js  # [sloppy] expected pass, Runtime Test262Error: // deleteCount argument exceeding 2^53-1. Array.prototype.splice.call(source, 0, 2 ** 53 + 4) throws a StopSplice exception Expected a StopSplice but got a RangeError
built-ins/Array/prototype/splice/property-traps-order-with-species.js  # [sloppy] expected pass, Runtime Test262Error: Actual [defineProperty, defineProperty, set, getOwnPropertyDescriptor, defineProperty] and expected [] should have the same contents. 
built-ins/Array/prototype/splice/target-array-with-non-writable-property.js  # [sloppy] expected pass, Runtime Test262Error: 0 descriptor should be enumerable; 0 descriptor should be writable
built-ins/Array/prototype/toLocaleString/S15.4.4.3_A3_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1: var n = 0; var obj = {toLocaleString: function() {n++}}; Array.prototype[1] = obj; x = [obj]; x.length = 2; x.toLocaleString(); n === 2. Actual: 1
built-ins/Array/prototype/toLocaleString/primitive_this_value.js  # [strict] expected pass, Runtime Test262Error: Expected SameValue(«"true,false"», «"boolean,boolean"») to be true
built-ins/Array/prototype/toLocaleString/primitive_this_value_getter.js  # [strict] expected pass, Runtime Test262Error: Expected SameValue(«"true,false"», «"boolean,boolean"») to be true
built-ins/Array/prototype/toLocaleString/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.toLocaleString called on an out-of-bounds typed array
built-ins/Array/prototype/toLocaleString/user-provided-tolocalestring-shrink.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"0,0,[object Undefined],[object Undefined]"», «"0,0,,"») to be true
built-ins/Array/prototype/toReversed/get-descending-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 1, 2] and expected [2, 1, 0] should have the same contents. 
built-ins/Array/prototype/toReversed/length-decreased-while-iterating.js  # [sloppy] expected pass, Runtime Test262Error: Actual [undefined, 3, 2, 1, 0] and expected [4, 3, undefined, 5, 0] should have the same contents. 
built-ins/Array/prototype/toSorted/comparefn-not-a-function.js  # [sloppy] expected pass, Runtime Test262Error: null on an object whose 'length' throws Expected a TypeError but got a Test262Error
built-ins/Array/prototype/toSorted/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 1; length value should be 1
built-ins/Array/prototype/toSpliced/discarded-element-not-read.js  # [sloppy] expected pass, Runtime [object Object]: 
built-ins/Array/prototype/toSpliced/frozen-this-value.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [2, 0, 1] should have the same contents. 
built-ins/Array/prototype/toSpliced/length-clamped-to-2pow53minus1.js  # [sloppy] expected pass, Runtime RangeError: Invalid array length
built-ins/Array/prototype/toSpliced/length-exceeding-array-length-limit.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a RangeError
built-ins/Array/prototype/toSpliced/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 2; length value should be 2
built-ins/Array/prototype/toSpliced/start-and-deleteCount-missing.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [first, second, third] should have the same contents. 
built-ins/Array/prototype/toString/S15.4.4.2_A3_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1: Array.prototype[1] = 1; x = [0]; x.length = 2; x.toString() === "0,1". Actual: 0,
built-ins/Array/prototype/toString/call-with-boolean.js  # [sloppy] expected pass, Runtime Test262Error: Array.prototype.toString.call(true) must return "[object Boolean]" Expected SameValue(«"true"», «"[object Boolean]"») to be true
built-ins/Array/prototype/toString/non-callable-join-string-tag.js  # [sloppy] expected pass, Runtime TypeError: Function.prototype.toString called on non-callable receiver
built-ins/Array/prototype/unshift/S15.4.4.13_A4_T2.js  # [sloppy] expected pass, Runtime Test262Error: #3: Array.prototype[0] = 1; x = []; x.length = 1; x.unshift(0); x[1] === 1. Actual: undefined
built-ins/Array/prototype/unshift/call-with-boolean.js  # [sloppy] expected pass, Runtime Test262Error: Array.prototype.unshift.call(true) must return 0 Expected SameValue(«undefined», «0») to be true
built-ins/Array/prototype/unshift/read-only-property.js  # [sloppy] expected pass, Runtime Test262Error: Array.prototype.unshift throws TypeError when a property is read-only. Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/unshift/set-length-array-is-frozen.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/unshift/set-length-array-length-is-non-writable.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/unshift/set-length-zero-array-is-frozen.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/unshift/set-length-zero-array-length-is-non-writable.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/unshift/throws-with-string-receiver.js  # [sloppy] expected pass, Runtime Test262Error: Array.prototype.unshift.call('') Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Array/prototype/values/iteration-mutable.js  # [sloppy] expected pass, Runtime Test262Error: First result `done` flag Expected SameValue(«true», «false») to be true
built-ins/Array/prototype/values/resizable-buffer-grow-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 2, 4, 6] and expected [0, 2, 4, 6, 0, 0] should have the same contents. TestIterationAndResize: list of iterated values
built-ins/Array/prototype/values/resizable-buffer-shrink-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a Test262Error
built-ins/Array/prototype/values/resizable-buffer.js  # [sloppy] expected pass, Runtime TypeError: TypedArray.prototype.values called on an out-of-bounds typed array
built-ins/ArrayBuffer/data-allocation-after-object-creation.js  # [sloppy] expected pass, Runtime Test262Error: Expected a DummyError but got a RangeError
built-ins/ArrayBuffer/isView/length.js  # [sloppy] expected pass, Runtime Test262Error: length should be an own property
built-ins/ArrayBuffer/isView/name.js  # [sloppy] expected pass, Runtime Test262Error: name should be an own property
built-ins/ArrayBuffer/newtarget-prototype-is-not-object.js  # [sloppy] expected pass, Runtime Test262Error: newTarget.prototype is undefined Expected SameValue(«[object Object]», «[object ArrayBuffer]») to be true
built-ins/ArrayBuffer/options-maxbytelength-allocation-limit.js  # [sloppy] expected pass, Runtime Test262Error: `maxByteLength` option is 7 PiB Expected a RangeError to be thrown but no exception was thrown at all
built-ins/ArrayBuffer/options-maxbytelength-data-allocation-after-object-creation.js  # [sloppy] expected pass, Runtime Test262Error: Expected a DummyError to be thrown but no exception was thrown at all
built-ins/ArrayBuffer/options-maxbytelength-excessive.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
built-ins/ArrayBuffer/options-maxbytelength-negative.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
built-ins/ArrayBuffer/options-maxbytelength-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/ArrayBuffer/options-maxbytelength-poisoned.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/ArrayBuffer/options-maxbytelength-undefined.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
built-ins/ArrayBuffer/prototype-from-newtarget.js  # [sloppy] expected pass, Runtime Test262Error: NewTarget is BoundFunction with accessor Expected SameValue(«[object ArrayBuffer]», «[object Object]») to be true
built-ins/ArrayBuffer/prototype/resize/coerced-new-length-detach.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/ArrayBuffer/prototype/resize/new-length-negative.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
built-ins/ArrayBuffer/prototype/resize/new-length-non-number.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/ArrayBuffer/prototype/slice/species-constructor-is-not-object.js  # [sloppy] expected pass, Runtime Test262Error: `constructor` value is null Expected a TypeError to be thrown but no exception was thrown at all
built-ins/ArrayBuffer/prototype/slice/species-returns-immutable-arraybuffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/ArrayBuffer/prototype/sliceToImmutable/argument-coercion.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [1, 2, 3, 4, 5, 6, 7, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] should have the same contents. sliceToImmutable(0, -0.9) contents
built-ins/ArrayBuffer/prototype/transferToImmutable/new-length-coercion.js  # [sloppy] expected pass, Runtime Test262Error: transferToImmutable("\t\u000b\u000c﻿　\n\r  1\t\u000b\u000c﻿　\n\r  ").byteLength Expected SameValue(«0», «1») to be true
built-ins/ArrayBuffer/return-abrupt-from-length-symbol.js  # [sloppy] expected pass, Runtime Test262Error: `length` parameter is a Symbol Expected a TypeError but got a RangeError
built-ins/ArrayBuffer/return-abrupt-from-length.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a RangeError
built-ins/ArrayBuffer/toindex-length.js  # [sloppy] expected pass, Runtime RangeError: Invalid ArrayBuffer length
built-ins/ArrayIteratorPrototype/next/args-mapped-expansion-before-exhaustion.js  # [sloppy] expected pass, Runtime Test262Error: New result `value` Expected SameValue(«undefined», «5») to be true
built-ins/ArrayIteratorPrototype/next/args-mapped-truncation-before-exhaustion.js  # [sloppy] expected pass, Runtime Test262Error: Exhausted result `value` Expected SameValue(«3», «undefined») to be true
built-ins/ArrayIteratorPrototype/next/args-unmapped-expansion-before-exhaustion.js  # [sloppy] expected pass, Runtime Test262Error: New result `value` Expected SameValue(«undefined», «5») to be true
built-ins/ArrayIteratorPrototype/next/args-unmapped-truncation-before-exhaustion.js  # [sloppy] expected pass, Runtime Test262Error: Exhausted result `value` Expected SameValue(«3», «undefined») to be true
built-ins/ArrayIteratorPrototype/next/detach-typedarray-in-progress.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/ArrayIteratorPrototype/next/iteration-mutable.js  # [sloppy] expected pass, Runtime Test262Error: First result `done` flag Expected SameValue(«true», «false») to be true
built-ins/AsyncDisposableStack/prototype/disposeAsync/explicit-await-for-null.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [dispose, job 1, job 2] and expected [job 1, dispose, job 2])
built-ins/AsyncDisposableStack/prototype/disposeAsync/explicit-await-for-undefined.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [dispose, job 1, job 2] and expected [job 1, dispose, job 2])
built-ins/AsyncDisposableStack/prototype/disposeAsync/rejects-with-error-as-is-if-only-one-error-during-disposal.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected a MyError to be thrown asynchronously but got a Error )
built-ins/AsyncFromSyncIteratorPrototype/next/for-await-next-rejected-promise-close.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«TypeError: iterator did not terminate», «"rejec)
built-ins/AsyncFromSyncIteratorPrototype/next/iterator-result-poisoned-wrapper.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise should be rejected Expected a CatchError to be thrown async)
built-ins/AsyncFromSyncIteratorPrototype/next/iterator-result-unwrap-promise.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: result.value should be unwrapped promise, got: [object Promise] Exp)
built-ins/AsyncFromSyncIteratorPrototype/next/next-result-poisoned-wrapper.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise should be rejected Expected a CatchError to be thrown async)
built-ins/AsyncFromSyncIteratorPrototype/next/yield-iterator-next-rejected-promise-close.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise should be rejected Expected a Reject to be thrown asynchron)
built-ins/AsyncFromSyncIteratorPrototype/next/yield-next-rejected-promise-close.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise should be rejected Expected a Reject to be thrown asynchron)
built-ins/AsyncFromSyncIteratorPrototype/return/absent-value-not-passed.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:TypeError: iterator did not terminate )
built-ins/AsyncFromSyncIteratorPrototype/return/iterator-result-unwrap-promise.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Result.value should be unwrapped, got: [object Promise] Expected Sa)
built-ins/AsyncFromSyncIteratorPrototype/return/return-null.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:TypeError: iterator did not terminate )
built-ins/AsyncFromSyncIteratorPrototype/throw/iterator-result-rejected-promise-close.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise should be rejected Expected a Reject to be thrown asynchron)
built-ins/AsyncFromSyncIteratorPrototype/throw/iterator-result-unwrap-promise.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Result.value should be unwrapped, got: [object Promise] Expected Sa)
built-ins/AsyncFromSyncIteratorPrototype/throw/throw-result-poisoned-wrapper.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise should be rejected Expected a CatchError to be thrown async)
built-ins/AsyncFunction/AsyncFunction-construct.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: expected a semicolon or newline, found Number (at 32..33)
built-ins/AsyncFunction/AsyncFunction-is-subclass.js  # [sloppy] expected pass, Runtime Test262Error: Prototype of constructor is Function Expected SameValue(«[object Object]», «function Function() { [native code] }») to be true
built-ins/AsyncFunction/AsyncFunction-name.js  # [sloppy] expected pass, Runtime Test262Error: name descriptor value should be AsyncFunction; name value should be AsyncFunction
built-ins/AsyncFunction/AsyncFunctionPrototype-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «[object Object]») to be true
built-ins/AsyncFunction/AsyncFunctionPrototype-to-string.js  # [sloppy] expected pass, Runtime Test262Error: toStringTag value Expected SameValue(«undefined», «"AsyncFunction"») to be true
built-ins/AsyncFunction/instance-construct-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/AsyncFunction/instance-prototype-property.js  # [sloppy] expected pass, Runtime Test262Error: foo.prototype should be undefined Expected SameValue(«[object Object]», «undefined») to be true
built-ins/AsyncGeneratorFunction/instance-await-expr-in-param.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: expected a semicolon or newline, found Number (at 35..37)
built-ins/AsyncGeneratorFunction/instance-construct-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/AsyncGeneratorFunction/instance-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «undefined») to be true
built-ins/AsyncGeneratorFunction/instance-yield-expr-in-param.js  # [sloppy] expected pass, Runtime Test262Error: YieldExpression not permitted generally Expected a SyntaxError to be thrown but no exception was thrown at all
built-ins/AsyncGeneratorFunction/invoked-as-constructor-no-arguments.js  # [sloppy] expected pass, Runtime TypeError: Cannot read properties of undefined (reading 'next')
built-ins/AsyncGeneratorFunction/invoked-as-function-multiple-arguments.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: expected a semicolon or newline, found Identifier (at 34..35)
built-ins/AsyncGeneratorFunction/invoked-as-function-no-arguments.js  # [sloppy] expected pass, Runtime TypeError: Cannot read properties of undefined (reading 'next')
built-ins/AsyncGeneratorFunction/invoked-as-function-single-argument.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: expected a semicolon or newline, found Number (at 31..32)
built-ins/AsyncGeneratorFunction/name.js  # [sloppy] expected pass, Runtime Test262Error: name descriptor value should be AsyncGeneratorFunction; name value should be AsyncGeneratorFunction
built-ins/AsyncGeneratorFunction/prototype/Symbol.toStringTag.js  # [sloppy] expected pass, Runtime Test262Error: Symbol(Symbol.toStringTag) should be an own property
built-ins/AsyncGeneratorFunction/prototype/constructor.js  # [sloppy] expected pass, Runtime Test262Error: constructor descriptor should not be writable
built-ins/AsyncGeneratorFunction/prototype/prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «[object Object]») to be true
built-ins/AsyncGeneratorPrototype/Symbol.toStringTag.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
built-ins/AsyncGeneratorPrototype/constructor.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
built-ins/AsyncGeneratorPrototype/next/length.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncGeneratorPrototype/next/name.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncGeneratorPrototype/next/prop-desc.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
built-ins/AsyncGeneratorPrototype/next/request-queue-await-order.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: All next requests have been proccessed. Expected SameValue(«1», «2»)
built-ins/AsyncGeneratorPrototype/next/request-queue-order-state-executing.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: next() should result in resolved promise. Test262:AsyncTestFailure:)
built-ins/AsyncGeneratorPrototype/next/request-queue-order.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«1», «3») to be true )
built-ins/AsyncGeneratorPrototype/next/request-queue-promise-resolve-order.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«1», «3») to be true )
built-ins/AsyncGeneratorPrototype/next/this-val-not-async-generator.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncGeneratorPrototype/next/this-val-not-object.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncGeneratorPrototype/return/length.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncGeneratorPrototype/return/name.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncGeneratorPrototype/return/prop-desc.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
built-ins/AsyncGeneratorPrototype/return/request-queue-order-state-executing.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:TypeError: Generator is already running Test262:AsyncTestFailure:Test262Error: Test262Error: Th)
built-ins/AsyncGeneratorPrototype/return/return-state-completed-broken-promise.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected rejection )
built-ins/AsyncGeneratorPrototype/return/return-suspendedStart-broken-promise.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected rejection )
built-ins/AsyncGeneratorPrototype/return/return-suspendedStart-promise.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: AsyncGeneratorResolve(generator, completion.[[Value]], true) Expect)
built-ins/AsyncGeneratorPrototype/return/return-suspendedYield-broken-promise-try-catch.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:TypeError: cannot read property of null or undefined )
built-ins/AsyncGeneratorPrototype/return/return-suspendedYield-promise.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: AsyncGeneratorResolve(generator, resultValue, true) Expected SameVa)
built-ins/AsyncGeneratorPrototype/return/this-val-not-async-generator.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncGeneratorPrototype/return/this-val-not-object.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncGeneratorPrototype/throw/length.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncGeneratorPrototype/throw/name.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncGeneratorPrototype/throw/prop-desc.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
built-ins/AsyncGeneratorPrototype/throw/request-queue-order-state-executing.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«2», «1») to be true )
built-ins/AsyncGeneratorPrototype/throw/this-val-not-async-generator.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncGeneratorPrototype/throw/this-val-not-object.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncIteratorPrototype/Symbol.asyncDispose/invokes-return.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:TypeError: is not a function )
built-ins/AsyncIteratorPrototype/Symbol.asyncDispose/is-function.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncIteratorPrototype/Symbol.asyncDispose/length.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncIteratorPrototype/Symbol.asyncDispose/name.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncIteratorPrototype/Symbol.asyncDispose/prop-desc.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
built-ins/AsyncIteratorPrototype/Symbol.asyncDispose/return-val.js  # [sloppy] expected pass, Runtime TypeError: Cannot read properties of null (reading ' sym:13')
built-ins/AsyncIteratorPrototype/Symbol.asyncDispose/throw-rejected-return.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise should be rejected Expected a CatchError to be thrown async)
built-ins/AsyncIteratorPrototype/Symbol.asyncDispose/throw-return-getter.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise should be rejected Expected a CatchError to be thrown async)
built-ins/AsyncIteratorPrototype/Symbol.asyncDispose/throw-return.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise should be rejected Expected a CatchError to be thrown async)
built-ins/AsyncIteratorPrototype/Symbol.asyncIterator/length.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncIteratorPrototype/Symbol.asyncIterator/name.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncIteratorPrototype/Symbol.asyncIterator/prop-desc.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/AsyncIteratorPrototype/Symbol.asyncIterator/return-val.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/Atomics/pause/descriptor.js  # [sloppy] expected pass, Runtime ReferenceError: Atomics is not defined
built-ins/Atomics/pause/length.js  # [sloppy] expected pass, Runtime ReferenceError: Atomics is not defined
built-ins/Atomics/pause/name.js  # [sloppy] expected pass, Runtime ReferenceError: Atomics is not defined
built-ins/Atomics/pause/non-integral-iterationnumber-throws.js  # [sloppy] expected pass, Runtime Test262Error: true is an illegal iterationNumber Expected a TypeError but got a ReferenceError
built-ins/Atomics/pause/not-a-constructor.js  # [sloppy] expected pass, Runtime ReferenceError: Atomics is not defined
built-ins/Atomics/pause/returns-undefined.js  # [sloppy] expected pass, Runtime ReferenceError: Atomics is not defined
built-ins/BigInt/wrapper-object-ordinary-toprimitive.js  # [sloppy] expected pass, Runtime Test262Error: hint: number Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Boolean/S15.6.2.1_A4.js  # [sloppy] expected pass, Runtime Test262Error: obj.toString() must return "[object Boolean]" Expected SameValue(«"false"», «"[object Boolean]"») to be true
built-ins/Boolean/prototype/S15.6.3.1_A1.js  # [sloppy] expected pass, Runtime Test262Error: Boolean.prototype.toString() must return "[object Boolean]" Expected SameValue(«"false"», «"[object Boolean]"») to be true
built-ins/DataView/custom-proto-access-detaches-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/DataView/custom-proto-access-resizes-buffer-invalid-by-length.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«null», «undefined») to be true
built-ins/DataView/custom-proto-access-resizes-buffer-invalid-by-offset.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«null», «undefined») to be true
built-ins/DataView/custom-proto-access-resizes-buffer-valid-by-offset.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «undefined») to be true
built-ins/DataView/custom-proto-access-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/DataView/custom-proto-if-not-object-fallbacks-to-default-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«function newTarget() { [native code] }», «function DataView() { [native code] }») to be true
built-ins/DataView/prototype/byteLength/resizable-array-buffer-auto.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a Test262Error
built-ins/DataView/prototype/byteLength/resizable-array-buffer-fixed.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a Test262Error
built-ins/DataView/prototype/byteOffset/resizable-array-buffer-auto.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a Test262Error
built-ins/DataView/prototype/byteOffset/resizable-array-buffer-fixed.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a Test262Error
built-ins/Date/UTC/fp-evaluation-order.js  # [sloppy] expected pass, Runtime Test262Error: order of operations / precision in MakeTime Expected SameValue(«29256», «29312») to be true
built-ins/Date/subclassing.js  # [sloppy] expected pass, Runtime Test262Error: constructor does not defines an object `prototype` property Expected SameValue(«[object Object]», «[object Object]») to be true
built-ins/DisposableStack/prototype/dispose/throws-error-as-is-if-only-one-error-during-disposal.js  # [sloppy] expected pass, Runtime Test262Error: Expected a MyError but got a Error
built-ins/Error/cause_abrupt.js  # [sloppy] expected pass, Runtime Test262Error: HasProperty Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/Error/constructor.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [toString, cause] should have the same contents. accessing own properties on sequence
built-ins/Error/error-message-tostring-symbol.js  # [sloppy] expected pass, Runtime Test262Error: If _message_ is a Symbol, Error must throw TypeError Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Error/error-message-tostring-toprimitive.js  # [sloppy] expected pass, Runtime Test262Error: Error should throw a TypeError in its ToPrimitive step Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Error/instance-prototype.js  # [sloppy] expected pass, Runtime Test262Error: prototype descriptor should not be writable; prototype descriptor should not be configurable
built-ins/Error/prototype/S15.11.3.1_A1_T1.js  # [sloppy] expected pass, Runtime Test262Error: Expected obj[prototype] to have configurable:false.
built-ins/Error/prototype/S15.11.3.1_A3_T1.js  # [sloppy] expected pass, Runtime Test262Error: Expected obj[prototype] to have writable:false.
built-ins/Error/prototype/constructor/S15.11.4.1_A1_T2.js  # [sloppy] expected pass, Runtime Test262Error: err.toString() must return "[object Error]" Expected SameValue(«"Error"», «"[object Error]"») to be true
built-ins/Error/prototype/constructor/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: constructor descriptor should be writable
built-ins/Error/prototype/stack/getter-foreign-new-target.js  # [sloppy] expected pass, Runtime Test262Error: Error: [[Prototype]] is the new.target prototype Expected SameValue(«Error», «[object Object]») to be true
built-ins/Error/prototype/stack/setter-proxy-trap-rejects.js  # [sloppy] expected pass, Runtime Test262Error: set trap returns false Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Error/prototype/stack/setter-proxy-trap-throws.js  # [sloppy] expected pass, Runtime Test262Error: getOwnPropertyDescriptor trap throw Expected a Sentinel to be thrown but no exception was thrown at all
built-ins/Error/prototype/stack/setter-proxy-wrapping-prototype.js  # [sloppy] expected pass, Runtime Test262Error: [[DefineOwnProperty]] trap called
built-ins/Error/prototype/stack/setter-receiver-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: at least getOwnPropertyDescriptor and defineProperty were called
built-ins/Error/prototype/toString/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 0; length value should be 0
built-ins/Error/the-initial-value-of-errorprototypemessage-is-the-empty-string.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
built-ins/Error/tostring-1.js  # [sloppy] expected pass, Runtime Test262Error: new Error.toString() returns "[object Error]" (Object.prototype.toString) Expected SameValue(«"Error"», «"[object Error]"») to be true
built-ins/Error/tostring-2.js  # [sloppy] expected pass, Runtime Test262Error: Error().toString() returns "[object Error]" (Object.prototype.toString) Expected SameValue(«"Error"», «"[object Error]"») to be true
built-ins/FinalizationRegistry/newtarget-prototype-is-not-object.js  # [sloppy] expected pass, Runtime Test262Error: newTarget.prototype is undefined Expected SameValue(«[object Object]», «[object FinalizationRegistry]») to be true
built-ins/FinalizationRegistry/prototype-from-newtarget-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/FinalizationRegistry/prototype-from-newtarget-custom.js  # [sloppy] expected pass, Runtime Test262Error: NewTarget is BoundFunction with accessor Expected SameValue(«[object FinalizationRegistry]», «[object Object]») to be true
built-ins/Function/internals/Construct/base-ctor-revoked-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Function/length/S15.3.5.1_A2_T1.js  # [sloppy] expected pass, Runtime Test262Error: The value of f.length is not 3 Expected SameValue(«3», «3») to be false
built-ins/Function/length/S15.3.5.1_A2_T2.js  # [sloppy] expected pass, Runtime Test262Error: The value of f.length is not 5 Expected SameValue(«5», «5») to be false
built-ins/Function/length/S15.3.5.1_A2_T3.js  # [sloppy] expected pass, Runtime Test262Error: The value of f.length is not 6 Expected SameValue(«6», «6») to be false
built-ins/Function/prototype/S15.3.3.1_A1.js  # [sloppy] expected pass, Runtime Test262Error: #2.1: the Function.prototype property has the attributes ReadOnly: TypeError: is not a function
built-ins/Function/prototype/S15.3.3.1_A4.js  # [sloppy] expected pass, Runtime Test262Error: The value of foo.prototype is expected to equal the value of Object.getOwnPropertyDescriptor(foo, 'prototype').value Expected SameValue(«[object Object]», «[object Object]») to be true
built-ins/Function/prototype/S15.3.4_A1.js  # [sloppy] expected pass, Runtime Test262Error: Object.prototype.toString.call(Function.prototype) must return "[object Function]" Expected SameValue(«"[object Object]"», «"[object Function]"») to be true
built-ins/Function/prototype/S15.3.4_A2_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1.1: The Function prototype object is itself a Function object that, when invoked, accepts any arguments and returns undefined: TypeError: is not a function
built-ins/Function/prototype/S15.3.4_A2_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1.1: The Function prototype object is itself a Function object that, when invoked, accepts any arguments and returns undefined: TypeError: is not a function
built-ins/Function/prototype/S15.3.4_A2_T3.js  # [sloppy] expected pass, Runtime TypeError: is not a function
built-ins/Function/prototype/S15.3.5.2_A1_T1.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
built-ins/Function/prototype/S15.3.5.2_A1_T2.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
built-ins/Function/prototype/Symbol.hasInstance/length.js  # [sloppy] expected pass, Runtime Test262Error: length should be an own property
built-ins/Function/prototype/Symbol.hasInstance/name.js  # [sloppy] expected pass, Runtime Test262Error: name should be an own property
built-ins/Function/prototype/Symbol.hasInstance/this-val-poisoned-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/Function/prototype/Symbol.hasInstance/this-val-prototype-non-obj.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Function/prototype/arguments/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: Function.prototype.arguments getter is %ThrowTypeError% Expected SameValue(«function () { [native code] }», «function () { [native code] }») to be true
built-ins/Function/prototype/bind/instance-construct-newtarget-boundtarget-bound.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«function bound A() { [native code] }», «function A() { [native code] }») to be true
built-ins/Function/prototype/bind/instance-construct-newtarget-self-reflect.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«function bound bound A() { [native code] }», «function A() { [native code] }») to be true
built-ins/Function/prototype/bind/instance-length-prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: length should be an own property
built-ins/Function/prototype/bind/instance-length-tointeger.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3.66», «3») to be true
built-ins/Function/prototype/bind/instance-name-error.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/Function/prototype/bind/instance-name-non-string.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"bound undefined"», «"bound "») to be true
built-ins/Function/prototype/caller/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: Function.prototype.caller getter is %ThrowTypeError% Expected SameValue(«function () { [native code] }», «function () { [native code] }») to be true
built-ins/Function/prototype/length.js  # [sloppy] expected pass, Runtime Test262Error: length should be an own property
built-ins/Function/prototype/name.js  # [sloppy] expected pass, Runtime Test262Error: name should be an own property
built-ins/Function/prototype/property-order.js  # [sloppy] expected pass, Runtime Test262Error: The `length` property comes before the `name` property on built-in functions
built-ins/Function/prototype/toString/GeneratorFunction.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: expected a semicolon or newline, found Keyword(Yield) (at 65..70)
built-ins/Function/prototype/toString/built-in-function-object.js  # [sloppy] expected pass, Runtime Test262Error: Conforms to NativeFunction Syntax: "function get $&() { [native code] }" (%RegExp%.$&)
built-ins/Function/prototype/toString/class-declaration-complex-heritage.js  # [sloppy] expected pass, Runtime Test262Error: Conforms to NativeFunction Syntax: "class A { }" (class /* a */ A /* b */ extends /* c */ class /* d */ B /* e */ { /* f */ } /* g */ { /* h */ })
built-ins/Function/prototype/toString/class-declaration-explicit-ctor.js  # [sloppy] expected pass, Runtime Test262Error: Conforms to NativeFunction Syntax: "class A { }" (class /* a */ A /* b */ extends /* c */ B /* d */ { /* e */ constructor /* f */ ( /* g */ ) /* h */ { /* i */ ; /* j */ } /* k */ m /* l */ ( /* m */ ) /* n */ { /* o */ } /* p */ })
built-ins/Function/prototype/toString/class-declaration-implicit-ctor.js  # [sloppy] expected pass, Runtime Test262Error: Conforms to NativeFunction Syntax: "class A { }" (class /* a */ A /* b */ { /* c */ })
built-ins/Function/prototype/toString/class-expression-explicit-ctor.js  # [sloppy] expected pass, Runtime Test262Error: Conforms to NativeFunction Syntax: "class A { }" (class /* a */ A /* b */ extends /* c */ B /* d */ { /* e */ constructor /* f */ ( /* g */ ) /* h */ { /* i */ ; /* j */ } /* k */ m /* l */ ( /* m */ ) /* n */ { /* o */ } /* p */ })
built-ins/Function/prototype/toString/class-expression-implicit-ctor.js  # [sloppy] expected pass, Runtime Test262Error: Conforms to NativeFunction Syntax: "class A { }" (class /* a */ A /* b */ { /* c */ })
built-ins/Function/prototype/toString/line-terminator-normalisation-CR.js  # [sloppy] expected pass, Runtime ReferenceError: assertToStringOrNativeFunction is not defined
built-ins/Function/prototype/toString/method-computed-property-name.js  # [sloppy] expected pass, Runtime Test262Error: Conforms to NativeFunction Syntax: "undefined" ([ { a(){} }.a ](){ })
built-ins/Function/prototype/toString/private-method-class-expression.js  # [sloppy] expected pass, Runtime Test262Error: Conforms to NativeFunction Syntax: "function #f() { [native code] }" (#f /* a */ ( /* b */ ) /* c */ { /* d */ })
built-ins/Function/prototype/toString/private-method-class-statement.js  # [sloppy] expected pass, Runtime Test262Error: Conforms to NativeFunction Syntax: "function #f() { [native code] }" (#f /* a */ ( /* b */ ) /* c */ { /* d */ })
built-ins/Function/prototype/toString/private-static-method-class-expression.js  # [sloppy] expected pass, Runtime Test262Error: Conforms to NativeFunction Syntax: "function #f() { [native code] }" (#f /* a */ ( /* b */ ) /* c */ { /* d */ })
built-ins/Function/prototype/toString/private-static-method-class-statement.js  # [sloppy] expected pass, Runtime Test262Error: Conforms to NativeFunction Syntax: "function #f() { [native code] }" (#f /* a */ ( /* b */ ) /* c */ { /* d */ })
built-ins/Function/prototype/toString/proxy-bound-function.js  # [sloppy] expected pass, Runtime Test262Error: Conforms to NativeFunction Syntax: "[object Object]"
built-ins/Function/prototype/toString/proxy-class.js  # [sloppy] expected pass, Runtime Test262Error: Conforms to NativeFunction Syntax: "class  { }"
built-ins/GeneratorFunction/instance-construct-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/GeneratorFunction/instance-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «undefined») to be true
built-ins/GeneratorFunction/instance-yield-expr-in-param.js  # [sloppy] expected pass, Runtime Test262Error: YieldExpression not permitted generally Expected a SyntaxError to be thrown but no exception was thrown at all
built-ins/GeneratorFunction/invoked-as-constructor-no-arguments.js  # [sloppy] expected pass, Runtime TypeError: Cannot read properties of undefined (reading 'next')
built-ins/GeneratorFunction/invoked-as-function-multiple-arguments.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: expected a semicolon or newline, found Identifier (at 34..35)
built-ins/GeneratorFunction/invoked-as-function-no-arguments.js  # [sloppy] expected pass, Runtime TypeError: Cannot read properties of undefined (reading 'next')
built-ins/GeneratorFunction/invoked-as-function-single-argument.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: expected a semicolon or newline, found Number (at 31..32)
built-ins/GeneratorFunction/name.js  # [sloppy] expected pass, Runtime Test262Error: name descriptor value should be GeneratorFunction; name value should be GeneratorFunction
built-ins/GeneratorFunction/prototype/Symbol.toStringTag.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"GeneratorFunction"») to be true
built-ins/GeneratorFunction/prototype/constructor.js  # [sloppy] expected pass, Runtime Test262Error: constructor descriptor should not be writable
built-ins/GeneratorFunction/prototype/prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «[object Object]») to be true
built-ins/GeneratorPrototype/Symbol.toStringTag.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/GeneratorPrototype/constructor.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/GeneratorPrototype/next/length.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/GeneratorPrototype/next/name.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/GeneratorPrototype/next/not-a-constructor.js  # [sloppy] expected pass, Runtime Test262Error: isConstructor invoked with a non-function value
built-ins/GeneratorPrototype/next/property-descriptor.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
built-ins/GeneratorPrototype/return/length.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/GeneratorPrototype/return/name.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/GeneratorPrototype/return/not-a-constructor.js  # [sloppy] expected pass, Runtime Test262Error: isConstructor invoked with a non-function value
built-ins/GeneratorPrototype/return/property-descriptor.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
built-ins/GeneratorPrototype/return/try-finally-set-property-within-try.js  # [sloppy] expected pass, Runtime Test262Error: `obj.foo` must not be set Expected SameValue(«undefined», «"not modified"») to be true
built-ins/GeneratorPrototype/throw/length.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/GeneratorPrototype/throw/name.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/GeneratorPrototype/throw/not-a-constructor.js  # [sloppy] expected pass, Runtime Test262Error: isConstructor invoked with a non-function value
built-ins/GeneratorPrototype/throw/property-descriptor.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
built-ins/Iterator/concat/get-iterator-method-only-once.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «1») to be true
built-ins/Iterator/concat/iterable-primitive-wrapper-objects.js  # [sloppy] expected pass, Runtime TypeError: Iterator.concat argument is not iterable
built-ins/Iterator/concat/throws-typeerror-when-generator-is-running-next.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a RangeError
built-ins/Iterator/concat/throws-typeerror-when-generator-is-running-return.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Iterator/from/get-return-method-when-call-return.js  # [sloppy] expected pass, Runtime Test262Error: Actual [get originalIter[' sym:2'], get originalIter.next] and expected [get originalIter[Symbol.iterator], get originalIter.next] should have the same contents. 
built-ins/Iterator/from/iterable-primitives.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [0, 1, 2, 3, 4] should have the same contents. 
built-ins/Iterator/from/iterable-to-iterator-fallback.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Iterator/from/return-method-calls-base-return-method.js  # [sloppy] expected pass, Runtime Test262Error: Actual [get originalIter[' sym:2'], get originalIter.next] and expected [get originalIter[Symbol.iterator], get originalIter.next] should have the same contents. 
built-ins/Iterator/from/return-method-throws-for-invalid-this.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Iterator/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 0; length value should be 0
built-ins/Iterator/prototype/Symbol.toStringTag/prop-desc.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/Iterator/prototype/Symbol.toStringTag/weird-setter.js  # [sloppy] expected pass, Runtime TypeError: Cannot destructure 'null' or 'undefined' as an object
built-ins/Iterator/prototype/constructor/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"function"») to be true
built-ins/Iterator/prototype/constructor/weird-setter.js  # [sloppy] expected pass, Runtime TypeError: Cannot read properties of undefined (reading 'call')
built-ins/Iterator/prototype/drop/throws-typeerror-when-generator-is-running.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a RangeError
built-ins/Iterator/prototype/filter/throws-typeerror-when-generator-is-running.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a RangeError
built-ins/Iterator/prototype/flatMap/iterable-primitives-are-not-flattened.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [0, 1, 2, 3, 4] should have the same contents. 
built-ins/Iterator/prototype/flatMap/iterable-to-iterator-fallback.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Iterator/prototype/flatMap/return-is-forwarded-to-mapper-result.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «1») to be true
built-ins/Iterator/prototype/flatMap/strings-are-not-flattened.js  # [sloppy] expected pass, Runtime TypeError: is not a function
built-ins/Iterator/prototype/flatMap/throws-typeerror-when-generator-is-running.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a RangeError
built-ins/Iterator/prototype/initial-value.js  # [sloppy] expected pass, Runtime Test262Error: prototype descriptor should not be writable; prototype descriptor should not be configurable
built-ins/Iterator/prototype/map/throws-typeerror-when-generator-is-running.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a RangeError
built-ins/Iterator/prototype/take/next-method-returns-throwing-done.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReturnCalledError but got a Error
built-ins/Iterator/prototype/take/next-method-returns-throwing-value-done.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReturnCalledError but got a Error
built-ins/Iterator/prototype/take/next-method-returns-throwing-value.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReturnCalledError but got a Error
built-ins/Iterator/prototype/take/throws-typeerror-when-generator-is-running.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Iterator/zip/basic-longest.js  # [sloppy] expected pass, Runtime TypeError: iterator did not terminate
built-ins/Iterator/zip/iterables-containing-string-objects.js  # [sloppy] expected pass, Runtime TypeError: is not a function
built-ins/Iterator/zip/iterables-iteration-get-iterator-flattenable-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Actual [call next, call next, call next, call next, close first iterator, close second iterator] and expected [call next, call next, call next, close second iterator, close first iterator, close iterables iterator] should have the same contents. 
built-ins/Iterator/zip/iterables-iteration-iterator-step-value-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ExpectedError but got a Error
built-ins/Iterator/zip/iterables-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual [iterables:: sym:2, iterables::next, call next, iterables::next, call next, iterables::next, call next, iterables::next, call next, first:: sym:2, first::next, second:: sym:2, second:: sym:2, third:: sym:2, third::next] and expected [iterables::Symbol(Symbol.iterator), iterables::next, call next, first::Symbol(Symbol.iterator), first::next, call next, second::Symbol(Symbol.iterator), call next, third::Symbol(Symbol.iterator), third::next, call next] should have the same contents. 
built-ins/Iterator/zip/iterator-zip-iteration-iterator-close-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ExpectedError to be thrown but no exception was thrown at all
built-ins/Iterator/zip/iterator-zip-iteration-iterator-step-value-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Actual [call first next, call second return, call third return] and expected [call first next, call third return, call second return] should have the same contents. 
built-ins/Iterator/zip/iterator-zip-iteration-longest-iterator-close-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ExpectedError to be thrown but no exception was thrown at all
built-ins/Iterator/zip/iterator-zip-iteration-shortest-iterator-close-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ExpectedError to be thrown but no exception was thrown at all
built-ins/Iterator/zip/iterator-zip-iteration-strict-iterator-close-i-is-not-zero-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Actual [call first next, call second next, call first return, call third return] and expected [call first next, call second next, call third return, call first return] should have the same contents. 
built-ins/Iterator/zip/iterator-zip-iteration-strict-iterator-close-i-is-zero-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Actual [call first next, call second next, call third next, call fourth return] and expected [call first next, call second next, call third next, call fourth return, call third return] should have the same contents. 
built-ins/Iterator/zip/iterator-zip-iteration-strict-iterator-step-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Actual [call first next, call second next] and expected [call first next, call second next, call fourth return, call third return] should have the same contents. 
built-ins/Iterator/zip/iterator-zip-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual [start, call first next, get first.result.done, get first.result.value, call second next, get second.result.done, get second.result.value, call third next, get third.result.done, get third.result.value, loop, call first next, get first.result.done, get first.result.value, call second next, get second.result.done, get second.result.value, call third next, get third.result.done, get third.result.value, loop, call first next, get first.result.done, get first.result.value, call second next, get second.result.done, get second.result.value, call third next, get third.result.done, get third.result.value, loop, call first next, get first.result.done, call second return, call third return] and expected [start, call first next, get first.result.done, get first.result.value, call second next, get second.result.done, get second.result.value, call third next, get third.result.done, get third.result.value, loop, call first next, get first.result.done, get first.result.value, call second next, get second.result.done, get second.result.value, call third next, get third.result.done, get third.result.value, loop, call first next, get first.result.done, get first.result.value, call second next, get second.result.done, get second.result.value, call third next, get third.result.done, get third.result.value, loop, call first next, get first.result.done, call third return, call second return] should have the same contents. 
built-ins/Iterator/zip/padding-iteration-get-iterator-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [third return, second return, first return] should have the same contents. 
built-ins/Iterator/zip/padding-iteration-iterator-close-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ExpectedError but got a TypeError
built-ins/Iterator/zip/padding-iteration-iterator-step-value-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [third return, second return, first return] should have the same contents. 
built-ins/Iterator/zip/padding-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual [padding:: sym:2, call iterator, padding::next, call next] and expected [padding::Symbol(Symbol.iterator), call iterator, padding::next, padding::return, call return] should have the same contents. 
built-ins/Iterator/zip/result-is-iterator.js  # [sloppy] expected pass, Runtime Test262Error: [[Prototype]] is %IteratorHelperPrototype% Expected SameValue(«[object Iterator Helper]», «[object Iterator Helper]») to be true
built-ins/Iterator/zipKeyed/basic-longest.js  # [sloppy] expected pass, Runtime TypeError: is not iterable
built-ins/Iterator/zipKeyed/iterables-containing-string-objects.js  # [sloppy] expected pass, Runtime TypeError: is not a function
built-ins/Iterator/zipKeyed/iterables-iteration-after-reading-options.js  # [sloppy] expected pass, Runtime Test262Error: Actual [get mode, get padding] and expected [get mode, get padding, own-keys] should have the same contents. 
built-ins/Iterator/zipKeyed/iterables-iteration-deleted.js  # [sloppy] expected pass, Runtime TypeError: Iterator.zip: an iterable is not an object
built-ins/Iterator/zipKeyed/iterables-iteration-enumerable.js  # [sloppy] expected pass, Runtime Test262Error: unexpected get c
built-ins/Iterator/zipKeyed/iterables-iteration-get-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ExpectedError but got a Error
built-ins/Iterator/zipKeyed/iterables-iteration-get-iterator-flattenable-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Actual [close first iterator, close second iterator] and expected [close second iterator, close first iterator] should have the same contents. 
built-ins/Iterator/zipKeyed/iterables-iteration-get-own-property-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ExpectedError to be thrown but no exception was thrown at all
built-ins/Iterator/zipKeyed/iterables-iteration-undefined.js  # [sloppy] expected pass, Runtime TypeError: Iterator.zip: an iterable is not an object
built-ins/Iterator/zipKeyed/iterables-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [iterables::[[OwnPropertyKeys]]}, iterables::[[GetOwnProperty]](a), iterables::[[Get]](a), first::[[Get]](Symbol(Symbol.iterator)), first::[[Get]](next), iterables::[[GetOwnProperty]](b), iterables::[[Get]](b), second::[[Get]](Symbol(Symbol.iterator)), iterables::[[GetOwnProperty]](c), iterables::[[Get]](c), third::[[Get]](Symbol(Symbol.iterator)), third::[[Get]](next)] should have the same contents. 
built-ins/Iterator/zipKeyed/iterator-zip-iteration-iterator-close-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ExpectedError to be thrown but no exception was thrown at all
built-ins/Iterator/zipKeyed/iterator-zip-iteration-iterator-step-value-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Actual [call first next, call second return, call third return] and expected [call first next, call third return, call second return] should have the same contents. 
built-ins/Iterator/zipKeyed/iterator-zip-iteration-longest-iterator-close-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ExpectedError to be thrown but no exception was thrown at all
built-ins/Iterator/zipKeyed/iterator-zip-iteration-shortest-iterator-close-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ExpectedError to be thrown but no exception was thrown at all
built-ins/Iterator/zipKeyed/iterator-zip-iteration-strict-iterator-close-i-is-not-zero-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Actual [call first next, call second next, call first return, call third return] and expected [call first next, call second next, call third return, call first return] should have the same contents. 
built-ins/Iterator/zipKeyed/iterator-zip-iteration-strict-iterator-close-i-is-zero-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Actual [call first next, call second next, call third next, call fourth return] and expected [call first next, call second next, call third next, call fourth return, call third return] should have the same contents. 
built-ins/Iterator/zipKeyed/iterator-zip-iteration-strict-iterator-step-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Actual [call first next, call second next] and expected [call first next, call second next, call fourth return, call third return] should have the same contents. 
built-ins/Iterator/zipKeyed/iterator-zip-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual [start, call first next, get first.result.done, get first.result.value, call second next, get second.result.done, get second.result.value, call third next, get third.result.done, get third.result.value, loop, call first next, get first.result.done, get first.result.value, call second next, get second.result.done, get second.result.value, call third next, get third.result.done, get third.result.value, loop, call first next, get first.result.done, get first.result.value, call second next, get second.result.done, get second.result.value, call third next, get third.result.done, get third.result.value, loop, call first next, get first.result.done, call second return, call third return] and expected [start, call first next, get first.result.done, get first.result.value, call second next, get second.result.done, get second.result.value, call third next, get third.result.done, get third.result.value, loop, call first next, get first.result.done, get first.result.value, call second next, get second.result.done, get second.result.value, call third next, get third.result.done, get third.result.value, loop, call first next, get first.result.done, get first.result.value, call second next, get second.result.done, get second.result.value, call third next, get third.result.done, get third.result.value, loop, call first next, get first.result.done, call third return, call second return] should have the same contents. 
built-ins/Iterator/zipKeyed/options-padding.js  # [sloppy] expected pass, Runtime TypeError: is not iterable
built-ins/Iterator/zipKeyed/padding-iteration-get-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ExpectedError but got a TypeError
built-ins/Iterator/zipKeyed/padding-iteration.js  # [sloppy] expected pass, Runtime TypeError: is not iterable
built-ins/Iterator/zipKeyed/result-is-iterator.js  # [sloppy] expected pass, Runtime Test262Error: [[Prototype]] is %IteratorHelperPrototype% Expected SameValue(«[object Iterator Helper]», «[object Iterator Helper]») to be true
built-ins/Iterator/zipKeyed/results-object-from-array.js  # [sloppy] expected pass, Runtime TypeError: Object.getPrototypeOf called on null or undefined
built-ins/Iterator/zipKeyed/results-object-has-no-undefined-iterables-properties.js  # [sloppy] expected pass, Runtime TypeError: Iterator.zip: an iterable is not an object
built-ins/JSON/parse/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 2; length value should be 2
built-ins/JSON/parse/revived-proxy.js  # [sloppy] expected pass, Runtime Test262Error: proxy for ordinary object Expected SameValue(«false», «true») to be true
built-ins/JSON/parse/reviver-array-define-prop-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/JSON/parse/reviver-array-delete-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/JSON/parse/reviver-array-length-coerce-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/JSON/parse/reviver-array-length-get-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/JSON/parse/reviver-array-non-configurable-prop-create.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«22», «2») to be true
built-ins/JSON/parse/reviver-array-non-configurable-prop-delete.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «2») to be true
built-ins/JSON/parse/reviver-call-args-after-forward-modification.js  # [sloppy] expected pass, Runtime TypeError: Cannot destructure 'null' or 'undefined' as an object
built-ins/JSON/parse/reviver-context-source-array-literal.js  # [sloppy] expected pass, Runtime Test262Error: context should be an object Expected SameValue(«"undefined"», «"object"») to be true
built-ins/JSON/parse/reviver-context-source-object-literal.js  # [sloppy] expected pass, Runtime Test262Error: context should be an object Expected SameValue(«"undefined"», «"object"») to be true
built-ins/JSON/parse/reviver-context-source-primitive-literal.js  # [sloppy] expected pass, Runtime Test262Error: context should be an object Expected SameValue(«"undefined"», «"object"») to be true
built-ins/JSON/parse/reviver-forward-modifies-object.js  # [sloppy] expected pass, Runtime TypeError: Cannot destructure 'null' or 'undefined' as an object
built-ins/JSON/parse/reviver-object-define-prop-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/JSON/parse/reviver-object-delete-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/JSON/parse/text-non-string-primitive.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a SyntaxError
built-ins/JSON/parse/text-object-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a SyntaxError
built-ins/JSON/parse/text-object.js  # [sloppy] expected pass, Runtime SyntaxError: Unexpected token in JSON
built-ins/JSON/rawJSON/bigint-raw-json-can-be-stringified.js  # [sloppy] expected pass, Runtime TypeError: Cannot destructure 'null' or 'undefined' as an object
built-ins/JSON/stringify/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 3; length value should be 3
built-ins/JSON/stringify/property-order.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"{\"0\":\"0\",\"1\":\"1\",\"2\":\"2\",\"p2\":\"p2\",\"p4\":\"p4\",\"p1\":\"p1\",\"add\":\"add\"}"», «"{\"0\":\"0\",\"1\":\"1\",\"2\":\"2\",\"p2\":\"p2\",\"add\":\"add\",\"p4\":\"p4\",\"p1\":\"p1\"}"») to be true
built-ins/JSON/stringify/replacer-array-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/JSON/stringify/replacer-array-empty.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[1,{\"a\":2}]"», «"[1,{}]"») to be true
built-ins/JSON/stringify/replacer-array-number-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"{\"10\":1}"», «"{\"toString\":2}"») to be true
built-ins/JSON/stringify/replacer-array-proxy-revoked.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/JSON/stringify/replacer-array-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"{\"a\":1,\"b\":2}"», «"{\"b\":2}"») to be true
built-ins/JSON/stringify/replacer-array-string-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"{\"str\":1}"», «"{\"toString\":2}"») to be true
built-ins/JSON/stringify/replacer-function-object-deleted-property.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «undefined») to be true
built-ins/JSON/stringify/space-number-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"{\n \"a1\": {\n  \"b1\": [\n   1,\n   2,\n   3,\n   4\n  ],\n  \"b2\": {\n   \"c1\": 1,\n   \"c2\": 2\n  }\n },\n \"a2\": \"a2\"\n}"», «"{\n   \"a1\": {\n      \"b1\": [\n         1,\n         2,\n         3,\n         4\n      ],\n      \"b2\": {\n         \"c1\": 1,\n         \"c2\": 2\n      }\n   },\n   \"a2\": \"a2\"\n}"») to be true
built-ins/JSON/stringify/space-string-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"{\nxxx\"a1\": {\nxxxxxx\"b1\": [\nxxxxxxxxx1,\nxxxxxxxxx2,\nxxxxxxxxx3,\nxxxxxxxxx4\nxxxxxx],\nxxxxxx\"b2\": {\nxxxxxxxxx\"c1\": 1,\nxxxxxxxxx\"c2\": 2\nxxxxxx}\nxxx},\nxxx\"a2\": \"a2\"\n}"», «"{\n---\"a1\": {\n------\"b1\": [\n---------1,\n---------2,\n---------3,\n---------4\n------],\n------\"b2\": {\n---------\"c1\": 1,\n---------\"c2\": 2\n------}\n---},\n---\"a2\": \"a2\"\n}"») to be true
built-ins/JSON/stringify/value-bigint-order.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a Test262Error
built-ins/JSON/stringify/value-bigint-tojson-receiver.js  # [sloppy] expected pass, Runtime TypeError: Do not know how to serialize a BigInt
built-ins/JSON/stringify/value-bigint-tojson.js  # [sloppy] expected pass, Runtime TypeError: Do not know how to serialize a BigInt
built-ins/JSON/stringify/value-number-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[42]"», «"[2]"») to be true
built-ins/JSON/stringify/value-string-escape-ascii.js  # [sloppy] expected pass, Runtime Test262Error: Every ASCII 0x8 serializes to \b Expected SameValue(«0», «4») to be true
built-ins/JSON/stringify/value-string-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"{\"key\":\"str\"}"», «"{\"key\":\"toString\"}"») to be true
built-ins/JSON/stringify/value-symbol.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"{}"», «undefined») to be true
built-ins/Map/get-set-method-failure.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/Map/groupBy/invalid-callback.js  # [sloppy] expected pass, Runtime Test262Error: null callback throws TypeError Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Map/groupBy/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 2; length value should be 2
built-ins/Map/iterable-calls-set.js  # [sloppy] expected pass, Runtime Test262Error: `Map.prototype.set` called twice. Expected SameValue(«0», «2») to be true
built-ins/Map/iterator-close-after-set-failure.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/Map/iterator-close-failure-after-set-failure.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/Map/iterator-item-first-entry-returns-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/Map/iterator-item-second-entry-returns-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/Map/iterator-items-are-not-object-close-iterator.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «1») to be true
built-ins/Map/iterator-items-are-not-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Map/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 0; length value should be 0
built-ins/Map/map-iterable-throws-when-set-is-not-callable.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Map/prototype/Symbol.iterator.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «function entries() { [native code] }») to be true
built-ins/Map/prototype/Symbol.iterator/not-a-constructor.js  # [sloppy] expected pass, Runtime Test262Error: isConstructor invoked with a non-function value
built-ins/Map/prototype/clear/map-data-list-is-preserved.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2,2», «undefined») to be true
built-ins/Map/prototype/delete/does-not-break-iterators.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"b"», «"c"») to be true
built-ins/Map/prototype/forEach/deleted-values-during-foreach.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «1») to be true
built-ins/Map/prototype/forEach/first-argument-is-not-callable.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Map/prototype/forEach/iterates-values-added-after-foreach-begins.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «3») to be true
built-ins/Map/prototype/forEach/iterates-values-deleted-then-readded.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «3») to be true
built-ins/Map/prototype/set/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 2; length value should be 2
built-ins/MapIteratorPrototype/next/iteration-mutable.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/NativeErrors/EvalError/prototype.js  # [sloppy] expected pass, Runtime Test262Error: prototype descriptor should not be writable; prototype descriptor should not be configurable
built-ins/NativeErrors/EvalError/prototype/constructor.js  # [sloppy] expected pass, Runtime Test262Error: constructor descriptor should be writable
built-ins/NativeErrors/EvalError/prototype/not-error-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Error]"», «"[object Object]"») to be true
built-ins/NativeErrors/RangeError/prototype.js  # [sloppy] expected pass, Runtime Test262Error: prototype descriptor should not be writable; prototype descriptor should not be configurable
built-ins/NativeErrors/RangeError/prototype/constructor.js  # [sloppy] expected pass, Runtime Test262Error: constructor descriptor should be writable
built-ins/NativeErrors/RangeError/prototype/not-error-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Error]"», «"[object Object]"») to be true
built-ins/NativeErrors/ReferenceError/prototype.js  # [sloppy] expected pass, Runtime Test262Error: prototype descriptor should not be writable; prototype descriptor should not be configurable
built-ins/NativeErrors/ReferenceError/prototype/constructor.js  # [sloppy] expected pass, Runtime Test262Error: constructor descriptor should be writable
built-ins/NativeErrors/ReferenceError/prototype/not-error-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Error]"», «"[object Object]"») to be true
built-ins/NativeErrors/SyntaxError/prototype.js  # [sloppy] expected pass, Runtime Test262Error: prototype descriptor should not be writable; prototype descriptor should not be configurable
built-ins/NativeErrors/SyntaxError/prototype/constructor.js  # [sloppy] expected pass, Runtime Test262Error: constructor descriptor should be writable
built-ins/NativeErrors/SyntaxError/prototype/not-error-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Error]"», «"[object Object]"») to be true
built-ins/NativeErrors/TypeError/prototype.js  # [sloppy] expected pass, Runtime Test262Error: prototype descriptor should not be writable; prototype descriptor should not be configurable
built-ins/NativeErrors/TypeError/prototype/constructor.js  # [sloppy] expected pass, Runtime Test262Error: constructor descriptor should be writable
built-ins/NativeErrors/TypeError/prototype/not-error-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Error]"», «"[object Object]"») to be true
built-ins/NativeErrors/URIError/prototype.js  # [sloppy] expected pass, Runtime Test262Error: prototype descriptor should not be writable; prototype descriptor should not be configurable
built-ins/NativeErrors/URIError/prototype/constructor.js  # [sloppy] expected pass, Runtime Test262Error: constructor descriptor should be writable
built-ins/NativeErrors/URIError/prototype/not-error-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Error]"», «"[object Object]"») to be true
built-ins/NativeErrors/nativeerror-tostring-message-throws-symbol.js  # [sloppy] expected pass, Runtime Test262Error: If _message_ is a Symbol, EvalError should throw a TypeError Expected a TypeError to be thrown but no exception was thrown at all
built-ins/NativeErrors/nativeerror-tostring-message-throws-toprimitive.js  # [sloppy] expected pass, Runtime Test262Error: EvalError should throw a TypeError in its ToPrimitive step Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Number/S15.7.2.1_A4.js  # [sloppy] expected pass, Runtime Test262Error: obj.toString() must return "[object Number]" Expected SameValue(«"0"», «"[object Number]"») to be true
built-ins/Number/parseFloat.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«function parseFloat() { [native code] }», «function parseFloat() { [native code] }») to be true
built-ins/Number/parseInt.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«function parseInt() { [native code] }», «function parseInt() { [native code] }») to be true
built-ins/Number/prototype/S15.7.3.1_A2_T1.js  # [sloppy] expected pass, Runtime Test262Error: Number.prototype.toString() must return "[object Number]" Expected SameValue(«"0"», «"[object Number]"») to be true
built-ins/Number/prototype/S15.7.4_A1.js  # [sloppy] expected pass, Runtime Test262Error: Number.prototype.toString() must return "[object Number]" Expected SameValue(«"0"», «"[object Number]"») to be true
built-ins/Number/prototype/toString/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 1; length value should be 1
built-ins/Object/assign/assign-length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 2; length value should be 2
built-ins/Object/assign/strings-and-symbol-order-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Actual [ sym:14, foo, 0] and expected [Symbol(), foo, 0] should have the same contents. 
built-ins/Object/create/15.2.3.5-0-2.js  # [sloppy] expected pass, Runtime Test262Error: Object.create.length Expected SameValue(«1», «2») to be true
built-ins/Object/create/properties-arg-to-object-non-empty-string.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Object/defineProperties/15.2.3.7-6-a-179.js  # [sloppy] expected pass, Runtime Test262Error: arr.hasOwnProperty("4294967294") !== true
built-ins/Object/defineProperties/15.2.3.7-6-a-180.js  # [sloppy] expected pass, Runtime Test262Error: arr.hasOwnProperty("4294967295") !== true
built-ins/Object/defineProperties/15.2.3.7-6-a-181.js  # [sloppy] expected pass, Runtime Test262Error: arr.hasOwnProperty("4294967296") !== true
built-ins/Object/defineProperties/15.2.3.7-6-a-182.js  # [sloppy] expected pass, Runtime Test262Error: arr.hasOwnProperty("4294967297") !== true
built-ins/Object/defineProperties/proxy-no-ownkeys-returned-keys-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [0, foo, Symbol()] should have the same contents. 
built-ins/Object/defineProperty/15.2.3.6-4-116.js  # crash or timeout (native abort / hang)
built-ins/Object/defineProperty/15.2.3.6-4-183.js  # [sloppy] expected pass, Runtime Test262Error: arrObj.hasOwnProperty("4294967294") !== true
built-ins/Object/defineProperty/15.2.3.6-4-184.js  # [sloppy] expected pass, Runtime Test262Error: arrObj.hasOwnProperty("4294967295") !== true
built-ins/Object/defineProperty/15.2.3.6-4-185.js  # [sloppy] expected pass, Runtime Test262Error: arrObj.hasOwnProperty("4294967296") !== true
built-ins/Object/defineProperty/15.2.3.6-4-186.js  # [sloppy] expected pass, Runtime Test262Error: arrObj.hasOwnProperty("4294967297") !== true
built-ins/Object/defineProperty/15.2.3.6-4-292-1.js  # [sloppy] expected pass, Runtime Test262Error: Expected a === 20, actually 0
built-ins/Object/defineProperty/15.2.3.6-4-293-2.js  # [sloppy] expected pass, Runtime Test262Error: Expected "a === 10", actually 0
built-ins/Object/defineProperty/15.2.3.6-4-293-3.js  # [sloppy] expected pass, Runtime Test262Error: Expected "a === 10", actually 0
built-ins/Object/defineProperty/15.2.3.6-4-294-1.js  # [sloppy] expected pass, Runtime Test262Error: Expected "a === 10", actually 0
built-ins/Object/defineProperty/15.2.3.6-4-295-1.js  # [sloppy] expected pass, Runtime Test262Error: Expected "a === 10", actually 0
built-ins/Object/defineProperty/15.2.3.6-4-296-1.js  # [sloppy] expected pass, Runtime Test262Error: Expected "a === 10", actually 0
built-ins/Object/defineProperty/15.2.3.6-4-410.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"unlikelyValue"», «1001») to be true
built-ins/Object/defineProperty/15.2.3.6-4-415.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
built-ins/Object/entries/exception-during-enumeration.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
built-ins/Object/entries/getter-adding-key.js  # [sloppy] expected pass, Runtime Test262Error: second entry has value "B" Expected SameValue(«undefined», «"B"») to be true
built-ins/Object/entries/getter-making-future-key-nonenumerable.js  # [sloppy] expected pass, Runtime Test262Error: result has 2 items Expected SameValue(«3», «2») to be true
built-ins/Object/entries/getter-removing-future-key.js  # [sloppy] expected pass, Runtime Test262Error: result has 2 items Expected SameValue(«3», «2») to be true
built-ins/Object/entries/observable-operations.js  # [sloppy] expected pass, Runtime Test262Error:  Expected SameValue(«""», «"|ownKeys|getOwnPropertyDescriptor:a|get:a|getOwnPropertyDescriptor:b|get:b|getOwnPropertyDescriptor:c|get:c"») to be true
built-ins/Object/entries/return-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 1, 2, p2, p4, p1, add] and expected [0, 1, 2, p2, add, p4, p1] should have the same contents. 
built-ins/Object/entries/tamper-with-global-object.js  # [sloppy] expected pass, Runtime Test262Error: Sanity check failed: could not modify the global Object Expected SameValue(«function Object() { [native code] }», «function fakeObject() { [native code] }») to be true
built-ins/Object/freeze/15.2.3.9-2-a-10.js  # [sloppy] expected pass, Runtime Test262Error: foo descriptor should not be writable; foo descriptor should not be configurable
built-ins/Object/freeze/15.2.3.9-2-a-12.js  # [sloppy] expected pass, Runtime Test262Error: 0 should be an own property
built-ins/Object/freeze/15.2.3.9-2-a-14.js  # [sloppy] expected pass, Runtime Test262Error: 0 descriptor should not be writable
built-ins/Object/freeze/15.2.3.9-2-a-9.js  # [sloppy] expected pass, Runtime Test262Error: foo descriptor should not be writable; foo descriptor should not be configurable
built-ins/Object/freeze/15.2.3.9-2-d-1.js  # [sloppy] expected pass, Runtime Test262Error: Object.isFrozen(funObj) !== true
built-ins/Object/freeze/15.2.3.9-2-d-6.js  # [sloppy] expected pass, Runtime Test262Error: Object.isFrozen(dateObj) !== true
built-ins/Object/freeze/15.2.3.9-2-d-7.js  # [sloppy] expected pass, Runtime Test262Error: Object.isFrozen(regObj) !== true
built-ins/Object/freeze/abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/Object/freeze/proxy-no-ownkeys-returned-keys-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [0, foo, Symbol()] should have the same contents. 
built-ins/Object/freeze/proxy-with-defineProperty-handler.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/Object/freeze/throws-when-false.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Object/freeze/typedarray-backed-by-resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Object/fromEntries/iterator-closed-for-throwing-entry-key-tostring.js  # [sloppy] expected pass, Runtime Test262Error: iterator should be closed when key toString throws
built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-3-14.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-192.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-216.js  # [sloppy] expected pass, Runtime Test262Error: desc.writable Expected SameValue(«true», «false») to be true
built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-217.js  # [sloppy] expected pass, Runtime Test262Error: desc.writable Expected SameValue(«true», «false») to be true
built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-218.js  # [sloppy] expected pass, Runtime Test262Error: desc.writable Expected SameValue(«true», «false») to be true
built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-219.js  # [sloppy] expected pass, Runtime Test262Error: desc.writable Expected SameValue(«true», «false») to be true
built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-220.js  # [sloppy] expected pass, Runtime Test262Error: desc.writable Expected SameValue(«true», «false») to be true
built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-221.js  # [sloppy] expected pass, Runtime Test262Error: desc.writable Expected SameValue(«true», «false») to be true
built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-222.js  # [sloppy] expected pass, Runtime Test262Error: desc.writable Expected SameValue(«true», «false») to be true
built-ins/Object/getOwnPropertyDescriptor/primitive-string.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/Object/getOwnPropertyDescriptors/exception-not-object-coercible.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Object/getOwnPropertyDescriptors/observable-operations.js  # [sloppy] expected pass, Runtime Test262Error: log Expected SameValue(«""», «"|ownKeys|getOwnPropertyDescriptor:a|getOwnPropertyDescriptor:b|getOwnPropertyDescriptor:c"») to be true
built-ins/Object/getOwnPropertyDescriptors/order-after-define-property.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [lastIndex, a] should have the same contents. 
built-ins/Object/getOwnPropertyDescriptors/primitive-strings.js  # [sloppy] expected pass, Runtime Test262Error: string has 4 descriptors Expected SameValue(«0», «4») to be true
built-ins/Object/getOwnPropertyDescriptors/proxy-no-ownkeys-returned-keys-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [0, foo, Symbol()] should have the same contents. 
built-ins/Object/getOwnPropertyDescriptors/tamper-with-global-object.js  # [sloppy] expected pass, Runtime Test262Error: Sanity check failed: could not modify the global Object Expected SameValue(«function Object() { [native code] }», «function fakeObject() { [native code] }») to be true
built-ins/Object/getOwnPropertyNames/15.2.3.4-4-44.js  # [sloppy] expected pass, Runtime Test262Error: Actual [5] and expected [0, 1, 2, 5, length] should have the same contents. 
built-ins/Object/getOwnPropertyNames/15.2.3.4-4-b-2.js  # [sloppy] expected pass, Runtime Test262Error: Actual [a, d, b, c] and expected [a, b, c, d] should have the same contents. 
built-ins/Object/getOwnPropertyNames/non-object-argument-valid.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [length] should have the same contents. Object.getOwnPropertyNames("") must return ["length"]
built-ins/Object/getOwnPropertyNames/order-after-define-property.js  # [sloppy] expected pass, Runtime Test262Error: Actual [b, a] and expected [a, b] should have the same contents. 
built-ins/Object/getOwnPropertySymbols/order-after-define-property.js  # [sloppy] expected pass, Runtime Test262Error: Actual [Symbol(b), Symbol(a)] and expected [Symbol(a), Symbol(b)] should have the same contents. 
built-ins/Object/groupBy/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 2; length value should be 2
built-ins/Object/isFrozen/15.2.3.12-2-1.js  # [sloppy] expected pass, Runtime Test262Error: Object.isFrozen(child) !== true
built-ins/Object/isFrozen/15.2.3.12-2-2.js  # [sloppy] expected pass, Runtime Test262Error: Object.isFrozen(child) !== true
built-ins/Object/isFrozen/15.2.3.12-3-28.js  # [sloppy] expected pass, Runtime Test262Error: Object.isFrozen(obj) !== true
built-ins/Object/isFrozen/proxy-no-ownkeys-returned-keys-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [0, foo, Symbol()] should have the same contents. 
built-ins/Object/isSealed/proxy-no-ownkeys-returned-keys-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [0, foo, Symbol()] should have the same contents. 
built-ins/Object/keys/15.2.3.14-5-15.js  # [sloppy] expected pass, Runtime Test262Error: obj.hasOwnProperty(arr[i]) !== true
built-ins/Object/keys/15.2.3.14-5-16.js  # [sloppy] expected pass, Runtime Test262Error: obj.hasOwnProperty(arr[i]) !== true
built-ins/Object/keys/15.2.3.14-6-3.js  # [sloppy] expected pass, Runtime Test262Error: tempArray[index] Expected SameValue(«undefined», «"0"») to be true
built-ins/Object/keys/order-after-define-property.js  # [sloppy] expected pass, Runtime Test262Error: Actual [b, a] and expected [a, b] should have the same contents. 
built-ins/Object/keys/property-traps-order-with-proxied-array.js  # [sloppy] expected pass, Runtime Test262Error: Actual [ownKeys, getOwnPropertyDescriptor] and expected [] should have the same contents. 
built-ins/Object/keys/proxy-keys.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «10») to be true
built-ins/Object/preventExtensions/15.2.3.10-3-13.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
built-ins/Object/preventExtensions/15.2.3.10-3-18.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
built-ins/Object/preventExtensions/15.2.3.10-3-3.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
built-ins/Object/preventExtensions/15.2.3.10-3-8.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
built-ins/Object/prototype/S15.2.4_A1_T2.js  # [sloppy] expected pass, Runtime Test262Error: The result of evaluating (e instanceof TypeError) is expected to be true Expected SameValue(«false», «true») to be true
built-ins/Object/prototype/__proto__/set-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/Object/prototype/hasOwnProperty/symbol_property_toPrimitive.js  # [sloppy] expected pass, Runtime Test262Error: Returns true if symbol own property found Expected SameValue(«false», «true») to be true
built-ins/Object/prototype/hasOwnProperty/symbol_property_toString.js  # [sloppy] expected pass, Runtime Test262Error: Returns true if symbol own property found Expected SameValue(«false», «true») to be true
built-ins/Object/prototype/hasOwnProperty/symbol_property_valueOf.js  # [sloppy] expected pass, Runtime Test262Error: Returns true if symbol own property found Expected SameValue(«false», «true») to be true
built-ins/Object/prototype/hasOwnProperty/topropertykey_before_toobject.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/Object/prototype/isPrototypeOf/arg-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«false», «true») to be true
built-ins/Object/prototype/propertyIsEnumerable/symbol_property_toPrimitive.js  # [sloppy] expected pass, Runtime Test262Error: Returns true if symbol own enumerable property found Expected SameValue(«false», «true») to be true
built-ins/Object/prototype/propertyIsEnumerable/symbol_property_toString.js  # [sloppy] expected pass, Runtime Test262Error: Returns true if symbol own enumerable property found Expected SameValue(«false», «true») to be true
built-ins/Object/prototype/propertyIsEnumerable/symbol_property_valueOf.js  # [sloppy] expected pass, Runtime Test262Error: Returns true if symbol own enumerable property found Expected SameValue(«false», «true») to be true
built-ins/Object/prototype/setPrototypeOf-with-non-circular-values-__proto__.js  # [sloppy] expected pass, Runtime Test262Error: Object.setPrototypeOf(ObjProto, { __proto__: null }) throws a TypeError Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Object/prototype/setPrototypeOf-with-non-circular-values.js  # [sloppy] expected pass, Runtime Test262Error: Object.setPrototypeOf(ObjProto, Object.create(null)) throws a TypeError Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Object/prototype/toLocaleString/S15.2.4.3_A12.js  # [sloppy] expected pass, Runtime Test262Error: Object.prototype.toLocaleString.call(undefined) throws a TypeError exception Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Object/prototype/toLocaleString/S15.2.4.3_A13.js  # [sloppy] expected pass, Runtime Test262Error: Object.prototype.toLocaleString.call(null) throws a TypeError exception Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Object/prototype/toLocaleString/primitive_this_value.js  # [strict] expected pass, Runtime Test262Error: Expected SameValue(«"[object Boolean]"», «"boolean"») to be true
built-ins/Object/prototype/toLocaleString/primitive_this_value_getter.js  # [strict] expected pass, Runtime Test262Error: Expected SameValue(«"[object Boolean]"», «"boolean"») to be true
built-ins/Object/prototype/toString/Object.prototype.toString.call-bigint.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Object]"», «"[object BigInt]"») to be true
built-ins/Object/prototype/toString/proxy-function-async.js  # [sloppy] expected pass, Runtime Test262Error: async function proxy Expected SameValue(«"[object Function]"», «"[object AsyncFunction]"») to be true
built-ins/Object/prototype/toString/proxy-function.js  # [sloppy] expected pass, Runtime Test262Error: generator function proxy Expected SameValue(«"[object Function]"», «"[object GeneratorFunction]"») to be true
built-ins/Object/prototype/toString/symbol-tag-array-builtin.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Object]"», «"[object Iterator]"») to be true
built-ins/Object/prototype/toString/symbol-tag-generators-builtin.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Function]"», «"[object GeneratorFunction]"») to be true
built-ins/Object/prototype/toString/symbol-tag-map-builtin.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Object]"», «"[object Iterator]"») to be true
built-ins/Object/prototype/toString/symbol-tag-override-bigint.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Object]"», «"[object test262]"») to be true
built-ins/Object/prototype/toString/symbol-tag-override-primitives.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Boolean]"», «"[object test262]"») to be true
built-ins/Object/prototype/toString/symbol-tag-set-builtin.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Object]"», «"[object Iterator]"») to be true
built-ins/Object/prototype/toString/symbol-tag-string-builtin.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Object]"», «"[object Iterator]"») to be true
built-ins/Object/prototype/toString/symbol-tag-weakmap-builtin.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Map]"», «"[object Object]"») to be true
built-ins/Object/prototype/toString/symbol-tag-weakset-builtin.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Set]"», «"[object Object]"») to be true
built-ins/Object/prototype/valueOf/15.2.4.4-1.js  # [sloppy] expected pass, Runtime Test262Error: typeof Object.prototype.valueOf.call(true) Expected SameValue(«"boolean"», «"object"») to be true
built-ins/Object/prototype/valueOf/15.2.4.4-2.js  # [sloppy] expected pass, Runtime Test262Error: typeof Object.prototype.valueOf.call(false) Expected SameValue(«"boolean"», «"object"») to be true
built-ins/Object/prototype/valueOf/S15.2.4.4_A12.js  # [sloppy] expected pass, Runtime Test262Error: Object.prototype.valueOf.call(undefined) throws a TypeError exception Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Object/prototype/valueOf/S15.2.4.4_A13.js  # [sloppy] expected pass, Runtime Test262Error: Object.prototype.valueOf.call(null) throws a TypeError exception Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Object/prototype/valueOf/S15.2.4.4_A14.js  # [sloppy] expected pass, Runtime Test262Error: (1, Object.prototype.valueOf)() throws a TypeError exception Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Object/prototype/valueOf/S15.2.4.4_A15.js  # [sloppy] expected pass, Runtime Test262Error: `const valueOf = Object.prototype.valueOf; valueOf()` throws a TypeError exception Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Object/seal/abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/Object/seal/object-seal-o-is-a-date-object.js  # [sloppy] expected pass, Runtime Test262Error: Object.isSealed(dateObj) !== true
built-ins/Object/seal/object-seal-o-is-a-function-object.js  # [sloppy] expected pass, Runtime Test262Error: Object.isSealed(fun) !== true
built-ins/Object/seal/object-seal-o-is-a-reg-exp-object.js  # [sloppy] expected pass, Runtime Test262Error: Object.isSealed(regObj) !== true
built-ins/Object/seal/object-seal-p-is-own-property-of-a-date-object-that-uses-object-s-get-own-property.js  # [sloppy] expected pass, Runtime Test262Error: foo descriptor should not be configurable
built-ins/Object/seal/object-seal-p-is-own-property-of-a-function-object-that-uses-object-s-get-own-property.js  # [sloppy] expected pass, Runtime Test262Error: foo descriptor should not be configurable
built-ins/Object/seal/object-seal-p-is-own-property-of-an-array-object-that-uses-object-s-get-own-property.js  # [sloppy] expected pass, Runtime Test262Error: foo descriptor should not be configurable
built-ins/Object/seal/proxy-no-ownkeys-returned-keys-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [0, foo, Symbol()] should have the same contents. 
built-ins/Object/seal/proxy-with-defineProperty-handler.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/Object/seal/throws-when-false.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Object/subclass-object-arg.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «undefined») to be true
built-ins/Object/values/exception-during-enumeration.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
built-ins/Object/values/getter-adding-key.js  # [sloppy] expected pass, Runtime Test262Error: second value is "B" Expected SameValue(«undefined», «"B"») to be true
built-ins/Object/values/getter-making-future-key-nonenumerable.js  # [sloppy] expected pass, Runtime Test262Error: result has 2 items Expected SameValue(«3», «2») to be true
built-ins/Object/values/getter-removing-future-key.js  # [sloppy] expected pass, Runtime Test262Error: result has 2 items Expected SameValue(«3», «2») to be true
built-ins/Object/values/observable-operations.js  # [sloppy] expected pass, Runtime Test262Error:  Expected SameValue(«""», «"|ownKeys|getOwnPropertyDescriptor:a|get:a|getOwnPropertyDescriptor:b|get:b|getOwnPropertyDescriptor:c|get:c"») to be true
built-ins/Object/values/order-after-define-property.js  # [sloppy] expected pass, Runtime Test262Error: Actual [b, undefined] and expected [a, b] should have the same contents. 
built-ins/Object/values/return-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 1, 2, p2, p4, p1, undefined] and expected [0, 1, 2, p2, add, p4, p1] should have the same contents. 
built-ins/Object/values/tamper-with-global-object.js  # [sloppy] expected pass, Runtime Test262Error: Sanity check failed: could not modify the global Object Expected SameValue(«function Object() { [native code] }», «function fakeObject() { [native code] }») to be true
built-ins/Promise/all/invoke-resolve-error-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «1») to be true
built-ins/Promise/all/invoke-then-error-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «1») to be true
built-ins/Promise/all/invoke-then-get-error-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «1») to be true
built-ins/Promise/all/resolve-throws-iterator-return-is-not-callable.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«TypeError: iterator did not terminate», «"bad promise resolve"») to be true
built-ins/Promise/all/resolve-throws-iterator-return-null-or-undefined.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«TypeError: iterator did not terminate», «"bad promise resolve"») to be true
built-ins/Promise/allSettled/invoke-resolve-error-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «1») to be true
built-ins/Promise/allSettled/invoke-then-error-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «1») to be true
built-ins/Promise/allSettled/invoke-then-get-error-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «1») to be true
built-ins/Promise/allSettled/iter-arg-is-poisoned.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: The promise should be rejected, but was resolved Test262:AsyncTestComplete )
built-ins/Promise/allSettled/resolve-throws-iterator-return-is-not-callable.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«TypeError: iterator did not terminate», «"bad promise resolve"») to be true
built-ins/Promise/allSettled/resolve-throws-iterator-return-null-or-undefined.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«TypeError: iterator did not terminate», «"bad promise resolve"») to be true
built-ins/Promise/any/invoke-resolve-error-close.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«1000001», «1») to be true )
built-ins/Promise/any/invoke-then-error-close.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«0», «1») to be true )
built-ins/Promise/any/invoke-then-get-error-close.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«0», «1») to be true )
built-ins/Promise/any/iter-arg-is-poisoned.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«AggregateError», «Test262Error: undefined») to )
built-ins/Promise/any/resolve-throws-iterator-return-is-not-callable.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«TypeError: iterator did not terminate», «"bad promise resolve"») to be true
built-ins/Promise/any/resolve-throws-iterator-return-null-or-undefined.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«TypeError: iterator did not terminate», «"bad promise resolve"») to be true
built-ins/Promise/exception-after-resolve-in-executor.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Error: ignored exception )
built-ins/Promise/exception-after-resolve-in-thenable-job.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Error: ignored exception )
built-ins/Promise/get-prototype-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/Promise/prototype/catch/this-value-obj-coercible.js  # [sloppy] expected pass, Runtime Test262Error: boolean Expected SameValue(«0», «1») to be true
built-ins/Promise/prototype/finally/rejected-observable-then-calls-PromiseResolve.js  # [sloppy] expected pass, Runtime TypeError: Promise resolve or reject function is not callable
built-ins/Promise/prototype/finally/rejected-observable-then-calls-argument.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: `resolve()` throws `MyError` Expected a MyError but got a Error )
built-ins/Promise/prototype/finally/resolved-observable-then-calls-PromiseResolve.js  # [sloppy] expected pass, Runtime TypeError: Promise resolve or reject function is not callable
built-ins/Promise/prototype/finally/species-constructor.js  # [sloppy] expected pass, Runtime TypeError: Promise.prototype.then called on a non-promise
built-ins/Promise/prototype/finally/subclass-reject-count.js  # [sloppy] expected pass, Runtime TypeError: Promise resolve or reject function is not callable
built-ins/Promise/prototype/finally/subclass-resolve-count.js  # [sloppy] expected pass, Runtime TypeError: Promise resolve or reject function is not callable
built-ins/Promise/prototype/then/S25.4.5.3_A2.1_T1.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Promise/race/invoke-resolve-error-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «1») to be true
built-ins/Promise/race/invoke-then-error-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «1») to be true
built-ins/Promise/race/invoke-then-get-error-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «1») to be true
built-ins/Promise/race/resolve-throws-iterator-return-is-not-callable.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«TypeError: iterator did not terminate», «"bad promise resolve"») to be true
built-ins/Promise/race/resolve-throws-iterator-return-null-or-undefined.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«TypeError: iterator did not terminate», «"bad promise resolve"») to be true
built-ins/Promise/reject/ctx-non-ctor.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Promise/resolve/arg-uniq-ctor.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
built-ins/Promise/resolve/ctx-non-ctor.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Promise/withResolvers/ctx-ctor.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«function Promise() { [native code] }», «class SubPromise { }») to be true
built-ins/Promise/withResolvers/ctx-non-ctor.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Promise/withResolvers/ctx-non-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Proxy/construct/trap-is-missing-target-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
built-ins/Proxy/construct/trap-is-null-target-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
built-ins/Proxy/construct/trap-is-undefined-target-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
built-ins/Proxy/create-target-is-revoked-function-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"object"», «"function"») to be true
built-ins/Proxy/defineProperty/targetdesc-not-compatible-descriptor-not-configurable-target.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Proxy/defineProperty/targetdesc-not-compatible-descriptor.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Proxy/defineProperty/targetdesc-not-configurable-writable-desc-not-writable.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Proxy/defineProperty/trap-is-missing-target-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «4») to be true
built-ins/Proxy/deleteProperty/trap-is-missing-target-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Proxy/deleteProperty/trap-is-null-target-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
built-ins/Proxy/get/trap-is-null-target-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «1») to be true
built-ins/Proxy/get/trap-is-undefined-receiver.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «[object Object]») to be true
built-ins/Proxy/getOwnPropertyDescriptor/resultdesc-is-invalid-descriptor.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Proxy/getOwnPropertyDescriptor/resultdesc-is-not-configurable-not-writable-targetdesc-is-writable.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Proxy/getOwnPropertyDescriptor/trap-is-missing-target-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: 0 should be an own property
built-ins/Proxy/getOwnPropertyDescriptor/trap-is-null-target-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: foo should be an own property
built-ins/Proxy/getOwnPropertyDescriptor/trap-is-undefined-target-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: 0 should be an own property
built-ins/Proxy/getOwnPropertyDescriptor/trap-is-undefined.js  # [sloppy] expected pass, Runtime Test262Error: attr should be an own property
built-ins/Proxy/has/null-handler-using-with.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a ReferenceError
built-ins/Proxy/has/return-false-target-not-extensible-using-with.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a ReferenceError
built-ins/Proxy/has/return-false-targetdesc-not-configurable-using-with.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a ReferenceError
built-ins/Proxy/has/return-is-abrupt-with.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a ReferenceError
built-ins/Proxy/has/trap-is-missing-target-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
built-ins/Proxy/has/trap-is-not-callable-using-with.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a ReferenceError
built-ins/Proxy/has/trap-is-null-target-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
built-ins/Proxy/has/trap-is-undefined-using-with.js  # [sloppy] expected pass, Runtime ReferenceError: length is not defined
built-ins/Proxy/has/trap-is-undefined.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«false», «true») to be true
built-ins/Proxy/isExtensible/return-is-different-from-target.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Proxy/isExtensible/trap-is-null-target-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
built-ins/Proxy/isExtensible/trap-is-undefined-target-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
built-ins/Proxy/ownKeys/trap-is-missing-target-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [0, 1, 2, length, Symbol()] should have the same contents. 
built-ins/Proxy/ownKeys/trap-is-undefined.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"foo"») to be true
built-ins/Proxy/revocable/builtin.js  # [sloppy] expected pass, Runtime Test262Error: Object.isExtensible(Proxy.revocable) must return true
built-ins/Proxy/revocable/length.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
built-ins/Proxy/revocable/name.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
built-ins/Proxy/revocable/not-a-constructor.js  # [sloppy] expected pass, Runtime Test262Error: isConstructor invoked with a non-function value
built-ins/Proxy/revocable/target-is-revoked-function-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"object"», «"function"») to be true
built-ins/Proxy/set/trap-is-missing-receiver-multiple-calls-index.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [0, 0, 0] should have the same contents. getOwnPropertyDescriptor: key present on [[ProxyTarget]]
built-ins/Proxy/set/trap-is-missing-receiver-multiple-calls.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [foo, foo, foo] should have the same contents. getOwnPropertyDescriptor: key present on [[ProxyTarget]]
built-ins/Proxy/set/trap-is-null-receiver.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «[object Object]») to be true
built-ins/Proxy/set/trap-is-null-target-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Proxy/set/trap-is-undefined-target-is-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
built-ins/Proxy/setPrototypeOf/internals-call-order.js  # [sloppy] expected pass, Runtime TypeError: proxy 'setPrototypeOf' changed the prototype of a non-extensible target
built-ins/Proxy/setPrototypeOf/return-abrupt-from-get-trap.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/Proxy/setPrototypeOf/return-abrupt-from-isextensible-target.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/Proxy/setPrototypeOf/return-abrupt-from-target-getprototypeof.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/Proxy/setPrototypeOf/toboolean-trap-result-true-target-is-extensible.js  # [sloppy] expected pass, Runtime TypeError: proxy 'setPrototypeOf' changed the prototype of a non-extensible target
built-ins/Reflect/apply/call-target.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «undefined») to be true
built-ins/Reflect/construct/return-with-newtarget-argument.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «[object Object]») to be true
built-ins/Reflect/ownKeys/order-after-define-property.js  # [sloppy] expected pass, Runtime Test262Error: Actual [b, a] and expected [length, a, b] should have the same contents. 
built-ins/Reflect/set/different-property-descriptors.js  # [sloppy] expected pass, Runtime Test262Error: target has no own `p` and receiver.p has an accessor descriptor Expected SameValue(«true», «false») to be true
built-ins/RegExp/CharacterClassEscapes/character-class-non-whitespace-class-escape-negative-cases.js  # [sloppy] expected pass, Runtime Test262Error: Expected no match, but matched: 0xfeff,0xfeff,0xfeff Expected SameValue(«3», «0») to be true
built-ins/RegExp/CharacterClassEscapes/character-class-non-whitespace-class-escape-positive-cases.js  # crash or timeout (native abort / hang)
built-ins/RegExp/CharacterClassEscapes/character-class-whitespace-class-escape-negative-cases.js  # crash or timeout (native abort / hang)
built-ins/RegExp/CharacterClassEscapes/character-class-whitespace-class-escape-positive-cases.js  # [sloppy] expected pass, Runtime Test262Error: Expected full match, but did not match: 0xfeff,0xfeff,0xfeff Expected SameValue(«3», «0») to be true
built-ins/RegExp/S15.10.2.11_A1_T8.js  # [sloppy] expected pass, Runtime Test262Error: #1: var arr = /((((((((((A))))))))))\1\2\3\4\5\6\7\8\9\10/.exec("AAAAAAAAAAA"); arr[0] === "AAAAAAAAAAA". Actual. null
built-ins/RegExp/S15.10.2.11_A1_T9.js  # [sloppy] expected pass, Runtime Test262Error: #1: var arr = /((((((((((A))))))))))\10\9\8\7\6\5\4\3\2\1/.exec("AAAAAAAAAAA"); arr[0] === "AAAAAAAAAAA". Actual. null
built-ins/RegExp/S15.10.2.13_A2_T4.js  # [sloppy] expected pass, Runtime Test262Error: The value of __executed[index] is expected to equal the value of __expected[index] Expected SameValue(«"easy\u0008to\u0008ride"», «"easy"») to be true
built-ins/RegExp/S15.10.2.13_A3_T1.js  # [sloppy] expected pass, Runtime Test262Error: The value of __executed.index is expected to equal the value of __expected.index Expected SameValue(«0», «2») to be true
built-ins/RegExp/S15.10.2.13_A3_T2.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/RegExp/S15.10.2.13_A3_T3.js  # [sloppy] expected pass, Runtime Test262Error: The value of __executed[index] is expected to equal the value of __expected[index] Expected SameValue(«"a"», «"abc"») to be true
built-ins/RegExp/S15.10.2.13_A3_T4.js  # [sloppy] expected pass, Runtime Test262Error: The value of __executed[index] is expected to equal the value of __expected[index] Expected SameValue(«"a"», «"abcdef"») to be true
built-ins/RegExp/S15.10.2.5_A1_T4.js  # [sloppy] expected pass, Runtime Test262Error: The value of __executed[index] is expected to equal the value of __expected[index] Expected SameValue(«"bbb"», «undefined») to be true
built-ins/RegExp/S15.10.2.8_A3_T17.js  # [sloppy] expected pass, Runtime Test262Error: The value of __executed[index] is expected to equal the value of __expected[index] Expected SameValue(«""», «"<p>All for Kibology</p>\n"») to be true
built-ins/RegExp/S15.10.5_A1.js  # [sloppy] expected pass, Runtime Test262Error: The value of RegExp.length is expected to be 2 Expected SameValue(«1», «2») to be true
built-ins/RegExp/call_with_non_regexp_same_constructor.js  # [sloppy] expected pass, Runtime SyntaxError: Invalid regular expression: /undefined/undefined
built-ins/RegExp/call_with_regexp_match_falsy.js  # [sloppy] expected pass, Runtime Test262Error: RegExp returns new object Expected SameValue(«/(?:)/», «/(?:)/») to be false
built-ins/RegExp/character-class-escape-non-whitespace.js  # [sloppy] expected pass, Runtime Test262Error: Non WhiteSpace character, charCode: 133 Expected SameValue(«""», «"test262"») to be true
built-ins/RegExp/escape/escaped-surrogates.js  # [sloppy] expected pass, Runtime Test262Error: High surrogate \uD800 is correctly escaped Expected SameValue(«"\ud800"», «"\\ud800"») to be true
built-ins/RegExp/from-regexp-like-get-ctor-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a SyntaxError
built-ins/RegExp/from-regexp-like-short-circuit.js  # [sloppy] expected pass, Runtime SyntaxError: Invalid regular expression: /undefined/undefined
built-ins/RegExp/lastIndex.js  # [sloppy] expected pass, Runtime Test262Error: lastIndex should be an own property
built-ins/RegExp/lookBehind/back-references-to-captures.js  # [sloppy] expected pass, Runtime Test262Error: Actual [c, b] and expected [c, ab] should have the same contents. #3
built-ins/RegExp/lookBehind/captures.js  # [sloppy] expected pass, Runtime Test262Error: Actual [def, c] and expected [def, a] should have the same contents. #4
built-ins/RegExp/lookBehind/greedy-loop.js  # [sloppy] expected pass, Runtime Test262Error: Actual [c, b] and expected [c, bbbbbb] should have the same contents. #1
built-ins/RegExp/lookBehind/mutual-recursive.js  # [sloppy] expected pass, Runtime Test262Error: Actual argument [null] shouldn't be primitive. #1
built-ins/RegExp/lookahead-quantifier-match-groups.js  # [sloppy] expected pass, Runtime Test262Error: Actual [a, abc] and expected [a, undefined] should have the same contents. ? quantifier
built-ins/RegExp/named-groups/duplicate-names-exec.js  # [sloppy] expected pass, Runtime Test262Error: Actual [b, undefined, b] and expected [bb, undefined, b] should have the same contents. 
built-ins/RegExp/named-groups/duplicate-names-match-indices.js  # [sloppy] expected pass, Runtime Test262Error: Actual argument [undefined] shouldn't be primitive. 
built-ins/RegExp/named-groups/duplicate-names-match.js  # [sloppy] expected pass, Runtime Test262Error: Actual [b, undefined, b] and expected [bb, undefined, b] should have the same contents. 
built-ins/RegExp/named-groups/duplicate-names-replace.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[]b"», «"[a]b"») to be true
built-ins/RegExp/named-groups/duplicate-names-replaceall.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[][b]x[][b]"», «"[a][b]x[a][b]"») to be true
built-ins/RegExp/named-groups/lookbehind.js  # [sloppy] expected pass, Runtime Test262Error: Actual [f, c] and expected [f, e] should have the same contents. 
built-ins/RegExp/named-groups/non-unicode-property-names-valid.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: invalid regular expression: invalid code point in group name (at 8251..8323)
built-ins/RegExp/nullable-quantifier.js  # [sloppy] expected pass, Runtime Test262Error: The regex is expected to match the whole string Expected SameValue(«"a"», «"ab"») to be true
built-ins/RegExp/property-escapes/generated/Case_Ignorable.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Case_Ignorable}` should match U+000027 (`'`)
built-ins/RegExp/property-escapes/generated/Changes_When_NFKC_Casefolded.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Changes_When_NFKC_Casefolded}` should match U+0000A0 (` `)
built-ins/RegExp/property-escapes/generated/Deprecated.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Deprecated}` should match U+000149 (`ŉ`)
built-ins/RegExp/property-escapes/generated/Emoji.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Emoji}` should match U+000023 (`#`)
built-ins/RegExp/property-escapes/generated/Emoji_Component.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Emoji_Component}` should match U+000023 (`#`)
built-ins/RegExp/property-escapes/generated/Emoji_Modifier.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Emoji_Modifier}` should match U+01F3FB (`🏻`)
built-ins/RegExp/property-escapes/generated/Emoji_Modifier_Base.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Emoji_Modifier_Base}` should match U+00261D (`☝`)
built-ins/RegExp/property-escapes/generated/Emoji_Presentation.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Emoji_Presentation}` should match U+0023F0 (`⏰`)
built-ins/RegExp/property-escapes/generated/Extended_Pictographic.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Extended_Pictographic}` should match U+0000A9 (`©`)
built-ins/RegExp/property-escapes/generated/Extender.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Extender}` should match U+0000B7 (`·`)
built-ins/RegExp/property-escapes/generated/General_Category_-_Other.js  # [sloppy] expected pass, Runtime Test262Error: `\p{General_Category=Other}` should match U+00DC00 (`�`)
built-ins/RegExp/property-escapes/generated/General_Category_-_Other_Symbol.js  # [sloppy] expected pass, Runtime Test262Error: `\P{General_Category=Other_Symbol}` should match U+00DC00 (`�`)
built-ins/RegExp/property-escapes/generated/General_Category_-_Surrogate.js  # [sloppy] expected pass, Runtime Test262Error: `\p{General_Category=Surrogate}` should match U+00DC00 (`�`)
built-ins/RegExp/property-escapes/generated/General_Category_-_Symbol.js  # [sloppy] expected pass, Runtime Test262Error: `\P{General_Category=Symbol}` should match U+00DC00 (`�`)
built-ins/RegExp/property-escapes/generated/Grapheme_Base.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Grapheme_Base}` should match U+00038C (`Ό`)
built-ins/RegExp/property-escapes/generated/Grapheme_Extend.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Grapheme_Extend}` should match U+0005BF (`ֿ`)
built-ins/RegExp/property-escapes/generated/IDS_Binary_Operator.js  # [sloppy] expected pass, Runtime Test262Error: `\p{IDS_Binary_Operator}` should match U+0031EF (`㇯`)
built-ins/RegExp/property-escapes/generated/IDS_Trinary_Operator.js  # [sloppy] expected pass, Runtime Test262Error: `\p{IDS_Trinary_Operator}` should match U+002FF2 (`⿲`)
built-ins/RegExp/property-escapes/generated/ID_Continue.js  # [sloppy] expected pass, Runtime Test262Error: `\p{ID_Continue}` should match U+00005F (`_`)
built-ins/RegExp/property-escapes/generated/ID_Start.js  # [sloppy] expected pass, Runtime Test262Error: `\p{ID_Start}` should match U+0000AA (`ª`)
built-ins/RegExp/property-escapes/generated/Ideographic.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Ideographic}` should match U+016FE4 (`𖿤`)
built-ins/RegExp/property-escapes/generated/Logical_Order_Exception.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Logical_Order_Exception}` should match U+0019BA (`ᦺ`)
built-ins/RegExp/property-escapes/generated/Pattern_Syntax.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Pattern_Syntax}` should match U+000060 (```)
built-ins/RegExp/property-escapes/generated/Pattern_White_Space.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Pattern_White_Space}` should match U+000020 (` `)
built-ins/RegExp/property-escapes/generated/Radical.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Radical}` should match U+002E80 (`⺀`)
built-ins/RegExp/property-escapes/generated/Script_-_Common.js  # [sloppy] expected pass, Runtime Test262Error: `\P{Script=Common}` should match U+00DC00 (`�`)
built-ins/RegExp/property-escapes/generated/Script_-_Unknown.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Script=Unknown}` should match U+00DC00 (`�`)
built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Common.js  # [sloppy] expected pass, Runtime Test262Error: `\P{Script_Extensions=Common}` should match U+00DC00 (`�`)
built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Unknown.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Script_Extensions=Unknown}` should match U+00DC00 (`�`)
built-ins/RegExp/property-escapes/generated/Sentence_Terminal.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Sentence_Terminal}` should match U+000021 (`!`)
built-ins/RegExp/property-escapes/generated/Soft_Dotted.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Soft_Dotted}` should match U+00012F (`į`)
built-ins/RegExp/property-escapes/generated/Terminal_Punctuation.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Terminal_Punctuation}` should match U+000021 (`!`)
built-ins/RegExp/property-escapes/generated/Unified_Ideograph.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Unified_Ideograph}` should match U+00FA11 (`﨑`)
built-ins/RegExp/property-escapes/generated/strings/Basic_Emoji.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Basic_Emoji}` should match ⌚ (U+00231A)
built-ins/RegExp/property-escapes/generated/strings/Emoji_Keycap_Sequence.js  # [sloppy] expected pass, Runtime Test262Error: `\p{Emoji_Keycap_Sequence}` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji.js  # [sloppy] expected pass, Runtime Test262Error: `\p{RGI_Emoji}` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_Flag_Sequence.js  # [sloppy] expected pass, Runtime Test262Error: `\p{RGI_Emoji_Flag_Sequence}` should match 🇦🇨 (U+01F1E6 U+01F1E8)
built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_Modifier_Sequence.js  # [sloppy] expected pass, Runtime Test262Error: `\p{RGI_Emoji_Modifier_Sequence}` should match ☝🏻 (U+00261D U+01F3FB)
built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_Tag_Sequence.js  # [sloppy] expected pass, Runtime Test262Error: `\p{RGI_Emoji_Tag_Sequence}` should match 🏴󠁧󠁢󠁥󠁮󠁧󠁿 (U+01F3F4 U+0E0067 U+0E0062 U+0E0065 U+0E006E U+0E0067 U+0E007F)
built-ins/RegExp/property-escapes/generated/strings/RGI_Emoji_ZWJ_Sequence.js  # [sloppy] expected pass, Runtime Test262Error: `\p{RGI_Emoji_ZWJ_Sequence}` should match 👨‍❤️‍👨 (U+01F468 U+00200D U+002764 U+00FE0F U+00200D U+01F468)
built-ins/RegExp/prototype/Symbol.match/builtin-infer-unicode.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«�», «null») to be true
built-ins/RegExp/prototype/Symbol.match/exec-return-type-invalid.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/RegExp/prototype/Symbol.match/g-get-exec-err.js  # [sloppy] expected pass, Runtime Test262Error: Error thrown after setting `lastIndex` Expected SameValue(«undefined», «0») to be true
built-ins/RegExp/prototype/Symbol.matchAll/isregexp-called-once.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «4») to be true
built-ins/RegExp/prototype/Symbol.matchAll/isregexp-this-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a SyntaxError
built-ins/RegExp/prototype/Symbol.matchAll/species-constructor-is-not-object-throws.js  # [sloppy] expected pass, Runtime Test262Error: `constructor` value is String Expected a TypeError to be thrown but no exception was thrown at all
built-ins/RegExp/prototype/Symbol.matchAll/this-not-object-throws.js  # [sloppy] expected pass, Runtime Test262Error: this value is String Expected a TypeError but got a SyntaxError
built-ins/RegExp/prototype/Symbol.replace/coerce-lastindex.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«18014398509481984», «9007199254740992») to be true
built-ins/RegExp/prototype/Symbol.replace/get-exec-err.js  # [sloppy] expected pass, Runtime Test262Error: Error thrown after setting `lastIndex` Expected SameValue(«undefined», «0») to be true
built-ins/RegExp/prototype/Symbol.replace/result-coerce-groups-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/RegExp/prototype/Symbol.search/cstm-exec-return-invalid.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/RegExp/prototype/Symbol.search/set-lastindex-init-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/RegExp/prototype/Symbol.search/u-lastindex-advance.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «-1») to be true
built-ins/RegExp/prototype/Symbol.split/species-ctor-ctor-non-obj.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/RegExp/prototype/Symbol.split/this-val-non-obj.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a SyntaxError
built-ins/RegExp/prototype/exec/S15.10.6.2_A1_T6.js  # [sloppy] expected pass, Runtime Test262Error: The value of __executed[index] is expected to equal the value of __expected[index] Expected SameValue(«"bbb"», «undefined») to be true
built-ins/RegExp/prototype/exec/duplicate-named-groups-properties.js  # [sloppy] expected pass, Runtime Test262Error: group z matches c Expected SameValue(«undefined», «"c"») to be true
built-ins/RegExp/prototype/exec/duplicate-named-indices-groups-properties.js  # [sloppy] expected pass, Runtime Test262Error: Actual argument [undefined] shouldn't be primitive. group z matches c
built-ins/RegExp/prototype/exec/u-lastindex-adv.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«�», «null») to be true
built-ins/RegExp/prototype/flags/this-val-non-obj.js  # [sloppy] expected pass, Runtime Test262Error: string Expected a TypeError to be thrown but no exception was thrown at all
built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-07.js  # [sloppy] negative: failed at Runtime, expected phase parse
built-ins/RegExp/quantifier-integer-limit.js  # [sloppy] expected pass, Runtime SyntaxError: Invalid regular expression: /b{9007199254740991}/u
built-ins/RegExp/unicodeSets/generated/character-class-difference-property-of-strings-escape.js  # [sloppy] expected pass, Runtime Test262Error: `[[0-9]--p{Emoji_Keycap_Sequence}]` should match 0 (U+000030)
built-ins/RegExp/unicodeSets/generated/character-class-escape-difference-property-of-strings-escape.js  # [sloppy] expected pass, Runtime Test262Error: `[d--p{Emoji_Keycap_Sequence}]` should match 0 (U+000030)
built-ins/RegExp/unicodeSets/generated/character-class-escape-union-property-of-strings-escape.js  # [sloppy] expected pass, Runtime Test262Error: `[dp{Emoji_Keycap_Sequence}]` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/character-class-union-property-of-strings-escape.js  # [sloppy] expected pass, Runtime Test262Error: `[[0-9]p{Emoji_Keycap_Sequence}]` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/character-difference-property-of-strings-escape.js  # [sloppy] expected pass, Runtime Test262Error: `[_--p{Emoji_Keycap_Sequence}]` should match _ (U+00005F)
built-ins/RegExp/unicodeSets/generated/character-property-escape-difference-property-of-strings-escape.js  # [sloppy] expected pass, Runtime Test262Error: `[p{ASCII_Hex_Digit}--p{Emoji_Keycap_Sequence}]` should match 0 (U+000030)
built-ins/RegExp/unicodeSets/generated/character-property-escape-union-property-of-strings-escape.js  # [sloppy] expected pass, Runtime Test262Error: `[p{ASCII_Hex_Digit}p{Emoji_Keycap_Sequence}]` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/character-union-property-of-strings-escape.js  # [sloppy] expected pass, Runtime Test262Error: `[_p{Emoji_Keycap_Sequence}]` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-difference-character-class-escape.js  # [sloppy] expected pass, Runtime Test262Error: `[p{Emoji_Keycap_Sequence}--d]` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-difference-character-class.js  # [sloppy] expected pass, Runtime Test262Error: `[p{Emoji_Keycap_Sequence}--[0-9]]` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-difference-character-property-escape.js  # [sloppy] expected pass, Runtime Test262Error: `[p{Emoji_Keycap_Sequence}--p{ASCII_Hex_Digit}]` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-difference-character.js  # [sloppy] expected pass, Runtime Test262Error: `[p{Emoji_Keycap_Sequence}--_]` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-difference-string-literal.js  # [sloppy] expected pass, Runtime Test262Error: `[p{Emoji_Keycap_Sequence}--q{0|2|4|9️⃣}]` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-intersection-property-of-strings-escape.js  # [sloppy] expected pass, Runtime Test262Error: `[p{Emoji_Keycap_Sequence}&&p{Emoji_Keycap_Sequence}]` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-intersection-string-literal.js  # [sloppy] expected pass, Runtime Test262Error: `[p{Emoji_Keycap_Sequence}&&q{0|2|4|9️⃣}]` should match 9️⃣ (U+000039 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-union-character-class-escape.js  # [sloppy] expected pass, Runtime Test262Error: `[p{Emoji_Keycap_Sequence}d]` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-union-character-class.js  # [sloppy] expected pass, Runtime Test262Error: `[p{Emoji_Keycap_Sequence}[0-9]]` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-union-character-property-escape.js  # [sloppy] expected pass, Runtime Test262Error: `[p{Emoji_Keycap_Sequence}p{ASCII_Hex_Digit}]` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-union-character.js  # [sloppy] expected pass, Runtime Test262Error: `[p{Emoji_Keycap_Sequence}_]` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-union-property-of-strings-escape.js  # [sloppy] expected pass, Runtime Test262Error: `[p{Emoji_Keycap_Sequence}p{Emoji_Keycap_Sequence}]` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/property-of-strings-escape-union-string-literal.js  # [sloppy] expected pass, Runtime Test262Error: `[p{Emoji_Keycap_Sequence}q{0|2|4|9️⃣}]` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/rgi-emoji-13.1.js  # [sloppy] expected pass, Runtime Test262Error: `\p{RGI_Emoji}` should match ❤️‍🔥 (U+002764 U+00FE0F U+00200D U+01F525)
built-ins/RegExp/unicodeSets/generated/rgi-emoji-14.0.js  # [sloppy] expected pass, Runtime Test262Error: `\p{RGI_Emoji}` should match 🛝 (U+01F6DD)
built-ins/RegExp/unicodeSets/generated/rgi-emoji-15.0.js  # [sloppy] expected pass, Runtime Test262Error: `\p{RGI_Emoji}` should match 🐦‍⬛ (U+01F426 U+00200D U+002B1B)
built-ins/RegExp/unicodeSets/generated/rgi-emoji-15.1.js  # [sloppy] expected pass, Runtime Test262Error: `\p{RGI_Emoji}` should match ⛓️‍💥 (U+0026D3 U+00FE0F U+00200D U+01F4A5)
built-ins/RegExp/unicodeSets/generated/rgi-emoji-16.0.js  # [sloppy] expected pass, Runtime Test262Error: `\p{RGI_Emoji}` should match 🇨🇶 (U+01F1E8 U+01F1F6)
built-ins/RegExp/unicodeSets/generated/rgi-emoji-17.0.js  # [sloppy] expected pass, Runtime Test262Error: `\p{RGI_Emoji}` should match 👨🏻‍🐰‍👨🏼 (U+01F468 U+01F3FB U+00200D U+01F430 U+00200D U+01F468 U+01F3FC)
built-ins/RegExp/unicodeSets/generated/string-literal-difference-property-of-strings-escape.js  # [sloppy] expected pass, Runtime Test262Error: `[q{0|2|4|9️⃣}--p{Emoji_Keycap_Sequence}]` should match 0 (U+000030)
built-ins/RegExp/unicodeSets/generated/string-literal-intersection-property-of-strings-escape.js  # [sloppy] expected pass, Runtime Test262Error: `[q{0|2|4|9️⃣}&&p{Emoji_Keycap_Sequence}]` should match 9️⃣ (U+000039 U+00FE0F U+0020E3)
built-ins/RegExp/unicodeSets/generated/string-literal-union-property-of-strings-escape.js  # [sloppy] expected pass, Runtime Test262Error: `[q{0|2|4|9️⃣}p{Emoji_Keycap_Sequence}]` should match #️⃣ (U+000023 U+00FE0F U+0020E3)
built-ins/RegExp/unicode_character_class_backspace_escape.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: invalid regular expression: character class range out of order (low greater than high) (at 6536..6545)
built-ins/RegExp/unicode_restricted_identity_escape.js  # [sloppy] expected pass, Runtime Test262Error: Invalid IdentityEscape in ClassEscape: '\ ' Expected a SyntaxError to be thrown but no exception was thrown at all
built-ins/RegExp/unicode_restricted_identity_escape_alpha.js  # [sloppy] expected pass, Runtime Test262Error: IdentityEscape in ClassEscape: 'A' Expected a SyntaxError to be thrown but no exception was thrown at all
built-ins/RegExp/unicode_restricted_identity_escape_c.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all
built-ins/RegExp/unicode_restricted_identity_escape_u.js  # [sloppy] expected pass, Runtime Test262Error: RegExp("\u{1", "u"):  Expected a SyntaxError to be thrown but no exception was thrown at all
built-ins/RegExp/unicode_restricted_octal_escape.js  # [sloppy] expected pass, Runtime Test262Error: RegExp("[\1]", "u"):  Expected a SyntaxError to be thrown but no exception was thrown at all
built-ins/RegExpStringIteratorPrototype/next/custom-regexpexec-call-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/RegExpStringIteratorPrototype/next/custom-regexpexec-get-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/RegExpStringIteratorPrototype/next/custom-regexpexec-match-get-0-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/RegExpStringIteratorPrototype/next/custom-regexpexec-match-get-0-tostring-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/RegExpStringIteratorPrototype/next/custom-regexpexec-match-get-0-tostring.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
built-ins/RegExpStringIteratorPrototype/next/custom-regexpexec.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«a», «ab») to be true
built-ins/RegExpStringIteratorPrototype/next/regexp-tolength-lastindex-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/Set/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 0; length value should be 0
built-ins/Set/prototype/Symbol.iterator.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «function values() { [native code] }») to be true
built-ins/Set/prototype/Symbol.iterator/not-a-constructor.js  # [sloppy] expected pass, Runtime Test262Error: isConstructor invoked with a non-function value
built-ins/Set/prototype/forEach/iterates-values-added-after-foreach-begins.js  # [sloppy] expected pass, Runtime Test262Error: The value of `expects.length` is `0` Expected SameValue(«2», «0») to be true
built-ins/Set/prototype/forEach/iterates-values-deleted-then-readded.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «3») to be true
built-ins/Set/prototype/forEach/iterates-values-revisits-after-delete-re-add.js  # [sloppy] expected pass, Runtime Test262Error: The value of `expects.length` is `0` Expected SameValue(«1», «0») to be true
built-ins/Set/prototype/isDisjointFrom/set-like-class-mutation.js  # [sloppy] expected pass, Runtime Test262Error: Set.prototype.isDisjointFrom should not call its argument's has method with values from this which have been deleted before visiting
built-ins/Set/prototype/isDisjointFrom/set-like-class-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [getting size, ToNumber(size), getting has, getting keys, calling keys, getting next, calling next, getting done, getting value, calling next, getting done, getting value, calling next, getting done, getting value, calling next, getting done] and expected [getting size, ToNumber(size), getting has, getting keys, calling keys, getting next, calling next, getting done, getting value, calling next, getting done, getting value] should have the same contents. 
built-ins/Set/prototype/isDisjointFrom/set-like-iter-return.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«4», «1») to be true
built-ins/Set/prototype/isSubsetOf/set-like-class-mutation.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«false», «true») to be true
built-ins/Set/prototype/isSupersetOf/set-like-class-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [getting size, ToNumber(size), getting has, getting keys, calling keys, getting next, calling next, getting done, getting value, calling next, getting done, getting value, calling next, getting done, getting value, calling next, getting done] and expected [getting size, ToNumber(size), getting has, getting keys, calling keys, getting next, calling next, getting done, getting value, calling next, getting done, getting value] should have the same contents. 
built-ins/Set/prototype/isSupersetOf/set-like-iter-return.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«4», «1») to be true
built-ins/Set/prototype/keys/keys.js  # [sloppy] expected pass, Runtime Test262Error: The value of `Set.prototype.keys` is `Set.prototype.values` Expected SameValue(«function keys() { [native code] }», «function values() { [native code] }») to be true
built-ins/Set/prototype/symmetricDifference/set-like-class-mutation.js  # [sloppy] expected pass, Runtime Test262Error: Actual [a, d, e, q, x] and expected [a, c, d, e, q, x] should have the same contents. 
built-ins/Set/prototype/values/values-iteration-mutable.js  # [sloppy] expected pass, Runtime Test262Error: Third result `value` Expected SameValue(«undefined», «3») to be true
built-ins/Set/set-get-add-method-failure.js  # [sloppy] expected pass, Runtime Test262Error: Expected a MyError to be thrown but no exception was thrown at all
built-ins/Set/set-iterable-calls-add.js  # [sloppy] expected pass, Runtime Test262Error: `Set.prototype.add` called twice. Expected SameValue(«0», «2») to be true
built-ins/Set/set-iterable-throws-when-add-is-not-callable.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Set/set-iterator-close-after-add-failure.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Error but got a TypeError
built-ins/SetIteratorPrototype/next/iteration-mutable.js  # [sloppy] expected pass, Runtime Test262Error: Third result `value` Expected SameValue(«undefined», «3») to be true
built-ins/ShadowRealm/prototype/evaluate/globalthis-config-only-properties.js  # [sloppy] expected pass, Runtime Test262Error: All globalThis properties must be configurable Expected SameValue(«"print, $262"», «""») to be true
built-ins/ShadowRealm/prototype/evaluate/nested-realms.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"c"», «"a"») to be true
built-ins/ShadowRealm/prototype/evaluate/throws-typeerror-wrap-throwing.js  # [sloppy] expected pass, Runtime Test262Error: TypeError on wrapping a callable proxy with throwing getOwnPropertyDescriptor trap Expected a TypeError to be thrown but no exception was thrown at all
built-ins/ShadowRealm/prototype/evaluate/wrapped-function-multiple-different-realms-nested.js  # [sloppy] expected pass, Runtime Test262Error: no side effects produced in the wrong realm (realm2) Expected SameValue(«2», «0») to be true
built-ins/ShadowRealm/prototype/evaluate/wrapped-function-multiple-different-realms.js  # [sloppy] expected pass, Runtime Test262Error: no side effects produced in the wrong realm (realm2) Expected SameValue(«2», «0») to be true
built-ins/ShadowRealm/prototype/importValue/import-value.js  # async did not complete (output: Test262:AsyncTestFailure:TypeError: ShadowRealm.prototype.importValue is not supported )
built-ins/String/S15.5.1.1_A1_T8.js  # [sloppy] expected pass, Runtime Test262Error: #2: Array.prototype.toString=function(){return "__ARRAY__";}; __str = String(new Array); __str === "__ARRAY__". Actual: __str ===
built-ins/String/S15.5.1.1_A2_T1.js  # [sloppy] expected pass, Runtime Test262Error: #2: __str = String(); __str === "". Actual: __str ===undefined
built-ins/String/S15.5.2.1_A1_T11.js  # [sloppy] expected pass, Runtime Test262Error: #2: function __obj(){}; __str = new String(__obj); __str =="true". Actual: __str ==function __obj() { [native code] }
built-ins/String/S15.5.2.1_A1_T8.js  # [sloppy] expected pass, Runtime Test262Error: #2: Function.prototype.toString=function(){return "SHIFTED"}; __str = new String(function(){}); __str =="SHIFTED". Actual: __str ==function () { [native code] }
built-ins/String/S15.5.5.1_A2.js  # [sloppy] expected pass, Runtime Test262Error: #1: var __str__instance = new String("globglob"); __str__instance.hasOwnProperty("length") return true. Actual: false
built-ins/String/S15.5.5.1_A3.js  # [sloppy] expected pass, Runtime Test262Error: #1: var __str__instance = new String("globglob"); __str__instance.hasOwnProperty("length") return true. Actual: false
built-ins/String/S15.5.5.1_A4_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1: var __str__instance = new String("globglob"); __str__instance.hasOwnProperty("length") return true. Actual: false
built-ins/String/S15.5.5.1_A4_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1: var __str__instance = new String("globglob"); __str__instance.hasOwnProperty("length") return true. Actual: false
built-ins/String/S15.5.5.1_A5.js  # [sloppy] expected pass, Runtime Test262Error: #2: var __str__instance = new String("ABC\u0041\u0042\u0043"); __str__instance.valueOf = function(){return "ed"}; __str__instance.toString = function(){return "ed"}; __str__instance =="ed". Actual: __str__instance ==ABCABC
built-ins/String/length.js  # [sloppy] expected pass, Runtime Test262Error: length should be an own property
built-ins/String/numeric-properties.js  # [sloppy] expected pass, Runtime Test262Error: 0 should be an own property
built-ins/String/prototype/S15.5.4_A1.js  # [sloppy] expected pass, Runtime Test262Error: #1: delete String.prototype.toString; String.prototype.toString() === "[object "+"String"+"]". Actual: String.prototype.toString() ===[object Object]
built-ins/String/prototype/S15.5.4_A2.js  # [sloppy] expected pass, Runtime TypeError: String.prototype.valueOf requires that 'this' be a String
built-ins/String/prototype/S15.5.4_A3.js  # [sloppy] expected pass, Runtime Test262Error: #2: delete String.prototype.toString; String.prototype.toString() == "[object "+"String"+"]". Actual: String.prototype.toString() ==[object Object]
built-ins/String/prototype/Symbol.iterator/length.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
built-ins/String/prototype/Symbol.iterator/name.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
built-ins/String/prototype/Symbol.iterator/not-a-constructor.js  # [sloppy] expected pass, Runtime Test262Error: isConstructor invoked with a non-function value
built-ins/String/prototype/Symbol.iterator/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"function"») to be true
built-ins/String/prototype/Symbol.iterator/this-val-to-str-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/String/prototype/constructor/S15.5.4.1_A1_T2.js  # [sloppy] expected pass, Runtime Test262Error: #3: __constr = String.prototype.constructor; __instance = new __constr("choosing one"); delete String.prototype.toString; __instance.toString() === __to_string_result. Actual: __instance.toString() ===choosing one __to_string_result ===[object String]
built-ins/String/prototype/endsWith/return-abrupt-from-searchstring-regexp-test.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/String/prototype/includes/return-abrupt-from-searchstring-regexp-test.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/String/prototype/localeCompare/15.5.4.9_CE.js  # [sloppy] expected pass, Runtime Test262Error: String.prototype.localeCompare considers ö (\u006f\u0308) ≠ ö (\u00f6).
built-ins/String/prototype/match/duplicate-named-groups-properties.js  # [sloppy] expected pass, Runtime Test262Error: group z matches c Expected SameValue(«undefined», «"c"») to be true
built-ins/String/prototype/match/duplicate-named-indices-groups-properties.js  # [sloppy] expected pass, Runtime Test262Error: Actual argument [undefined] shouldn't be primitive. group z matches c
built-ins/String/prototype/match/regexp-prototype-match-v-u-flag.js  # [sloppy] expected pass, Runtime Test262Error: Actual [�, �, a, �, �, b, �, �, c, �, �, ‍, �, �, ‍, �, �, ‍, �, �, d] and expected [�, �, a, �, �, b, �, �, c, �, �, ‍, �, �, ‍, �, �, ‍, �, �, d] should have the same contents. Dot without u or v flag
built-ins/String/prototype/padEnd/function-length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 1; length value should be 1
built-ins/String/prototype/padStart/function-length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 1; length value should be 1
built-ins/String/prototype/replace/replaceValue-evaluation-order-regexp-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «1») to be true
built-ins/String/prototype/replaceAll/replaceValue-call-matching-empty.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «1») to be true
built-ins/String/prototype/replaceAll/replaceValue-call-tostring-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/String/prototype/replaceAll/replaceValue-tostring-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: custom Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/String/prototype/replaceAll/searchValue-get-flags-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «1») to be true
built-ins/String/prototype/replaceAll/searchValue-isRegExp-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Thrown value was not an object!
built-ins/String/prototype/replaceAll/searchValue-replacer-RegExp-call-fn.js  # [sloppy] expected pass, Runtime super method  sym:8 not found: 
built-ins/String/prototype/replaceAll/searchValue-replacer-RegExp-call.js  # [sloppy] expected pass, Runtime super method  sym:8 not found: 
built-ins/String/prototype/replaceAll/searchValue-replacer-call.js  # [sloppy] expected pass, Runtime Test262Error: first arg is the this value of replaceAll Expected SameValue(«"Leo"», «Leo») to be true
built-ins/String/prototype/replaceAll/searchValue-replacer-method-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: @@replace is an object (not callable) Thrown value was not an object!
built-ins/String/prototype/replaceAll/searchValue-tostring-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Symbol Expected a TypeError to be thrown but no exception was thrown at all
built-ins/String/prototype/replaceAll/searchValue-tostring-regexp.js  # [sloppy] expected pass, Runtime Test262Error: /./iyg Expected SameValue(«"aa /./giy z /./gyi /./giy aa"», «"aa z /./iyg /./gyi z aa"») to be true
built-ins/String/prototype/replaceAll/this-tostring-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Symbol Thrown value was not an object!
built-ins/String/prototype/slice/S15.5.4.13_A1_T5.js  # [sloppy] expected pass, Runtime Test262Error: #1: __func.slice(null, Function().slice(__func,5).length) === "gnull". Actual: funct
built-ins/String/prototype/split/checking-by-using-eval.js  # [strict] expected pass, Runtime ReferenceError: toString is not defined
built-ins/String/prototype/split/separator-regexp.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: invalid regular expression: incomplete hex escape (at 9972..9976)
built-ins/String/prototype/startsWith/return-abrupt-from-searchstring-regexp-test.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/String/prototype/toWellFormed/returns-well-formed-string.js  # [sloppy] expected pass, Runtime Test262Error: a surrogate pair formed by concatenation is already well-formed Expected SameValue(«"a💩d"», «"a\ud83d\udca9d"») to be true
built-ins/String/raw/special-characters.js  # [sloppy] expected pass, Runtime Test262Error: Literal characters Expected SameValue(«"\\\r\\\r\n\\\n"», «"\\\n\\\n\\\n"») to be true
built-ins/StringIteratorPrototype/next/next-iteration-surrogate-pairs.js  # [sloppy] expected pass, Runtime Test262Error: Surrogate pair `value` (between normal code points) Expected SameValue(«"\ud834"», «"\ud834\udf06"») to be true
built-ins/SuppressedError/message-tostring-abrupt-symbol.js  # [sloppy] expected pass, Runtime Test262Error: from ToPrimitive Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Symbol/asyncDispose/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: asyncDispose should be an own property
built-ins/Symbol/asyncIterator/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: asyncIterator should be an own property
built-ins/Symbol/desc-to-string-symbol.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Symbol/desc-to-string.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«""», «"toStringvalueOf"») to be true
built-ins/Symbol/dispose/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: dispose should be an own property
built-ins/Symbol/for/description.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Object]"», «"test262"») to be true
built-ins/Symbol/for/to-string-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/Symbol/hasInstance/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: hasInstance should be an own property
built-ins/Symbol/isConcatSpreadable/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: isConcatSpreadable should be an own property
built-ins/Symbol/iterator/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: iterator should be an own property
built-ins/Symbol/keyFor/arg-non-symbol.js  # [sloppy] expected pass, Runtime Test262Error: null Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Symbol/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 0; length value should be 0
built-ins/Symbol/match/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: match should be an own property
built-ins/Symbol/matchAll/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: matchAll should be an own property
built-ins/Symbol/prototype/Symbol.toPrimitive/redefined-symbol-wrapper-ordinary-toprimitive.js  # [sloppy] expected pass, Runtime Test262Error: hint: number Expected a TypeError to be thrown but no exception was thrown at all
built-ins/Symbol/prototype/Symbol.toPrimitive/removed-symbol-wrapper-ordinary-toprimitive.js  # [sloppy] expected pass, Runtime Test262Error: hint: default
built-ins/Symbol/replace/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: replace should be an own property
built-ins/Symbol/search/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: search should be an own property
built-ins/Symbol/species/basic.js  # [sloppy] expected pass, Runtime Test262Error: species should be an own property
built-ins/Symbol/split/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: split should be an own property
built-ins/Symbol/toPrimitive/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: toPrimitive should be an own property
built-ins/Symbol/toStringTag/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: toStringTag should be an own property
built-ins/Symbol/unscopables/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: unscopables should be an own property
built-ins/ThrowTypeError/extensible.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
built-ins/ThrowTypeError/frozen.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«false», «true») to be true
built-ins/ThrowTypeError/length.js  # [sloppy] expected pass, Runtime Test262Error: length should be an own property
built-ins/ThrowTypeError/name.js  # [sloppy] expected pass, Runtime Test262Error: name should be an own property
built-ins/ThrowTypeError/property-order.js  # [sloppy] expected pass, Runtime Test262Error: The `length` property comes before the `name` property on built-in functions
built-ins/ThrowTypeError/unique-per-realm-function-proto.js  # [sloppy] expected pass, Runtime Test262Error: arguments.get Expected SameValue(«function () { [native code] }», «function () { [native code] }») to be true
built-ins/ThrowTypeError/unique-per-realm-non-simple.js  # [sloppy] expected pass, Runtime Test262Error: callee.get Expected SameValue(«function () { [native code] }», «undefined») to be true
built-ins/ThrowTypeError/unique-per-realm-unmapped-args.js  # [sloppy] expected pass, Runtime Test262Error: callee.get Expected SameValue(«function () { [native code] }», «function () { [native code] }») to be true
built-ins/TypedArray/from/arylk-get-length-error.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/TypedArray/from/arylk-to-length-error.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/TypedArray/from/iter-access-error.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/TypedArray/from/iter-invoke-error.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/TypedArray/from/iter-next-error.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/TypedArray/from/iter-next-value-error.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/TypedArray/from/iterated-array-changed-by-tonumber.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «100») to be true
built-ins/TypedArray/from/this-is-not-constructor.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/of/resized-with-out-of-bounds-and-in-bounds-indices.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «4») to be true
built-ins/TypedArray/of/this-is-not-constructor.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype.js  # [sloppy] expected pass, Runtime Test262Error: prototype descriptor should not be writable; prototype descriptor should not be configurable
built-ins/TypedArray/prototype/Symbol.toStringTag/BigInt/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: Expected obj[Symbol(Symbol.toStringTag)] to have enumerable:false.
built-ins/TypedArray/prototype/Symbol.toStringTag/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: Expected obj[Symbol(Symbol.toStringTag)] to have enumerable:false.
built-ins/TypedArray/prototype/at/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/byteOffset/BigInt/resizable-array-buffer-auto.js  # [sloppy] expected pass, Runtime Test262Error: following shrink (out of bounds) Expected SameValue(«8», «0») to be true (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/byteOffset/resizable-array-buffer-auto.js  # [sloppy] expected pass, Runtime Test262Error: following shrink (out of bounds) Expected SameValue(«8», «0») to be true (Testing with Float64Array and makePassthrough.)
built-ins/TypedArray/prototype/copyWithin/coerced-target-start-end-shrink.js  # [sloppy] expected pass, Runtime Test262Error: Uint8Array evil target. Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/copyWithin/coerced-target-start-grow.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 1, 0, 1, 2, 3] and expected [0, 1, 0, 1, 4, 5] should have the same contents. 
built-ins/TypedArray/prototype/copyWithin/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/entries/resizable-buffer-grow-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual argument [undefined] shouldn't be primitive. TestIterationAndResize: list of iterated lists of values
built-ins/TypedArray/prototype/entries/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/every/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/fill/coerced-value-start-end-resize.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/fill/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/filter/BigInt/speciesctor-destination-resizable.js  # [sloppy] expected pass, Runtime RangeError: buffer length minus the byteOffset is not a multiple of the element size (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/filter/BigInt/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js  # [sloppy] expected pass, Runtime RangeError: buffer length minus the byteOffset is not a multiple of the element size (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/filter/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/filter/speciesctor-destination-resizable.js  # [sloppy] expected pass, Runtime RangeError: buffer length minus the byteOffset is not a multiple of the element size (Testing with Float64Array and makePassthrough.)
built-ins/TypedArray/prototype/filter/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js  # [sloppy] expected pass, Runtime RangeError: buffer length minus the byteOffset is not a multiple of the element size (Testing with Float64Array and makePassthrough.)
built-ins/TypedArray/prototype/find/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/findIndex/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/findLast/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/findLastIndex/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/forEach/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/includes/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/indexOf/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/join/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/keys/resizable-buffer-grow-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 1, 2, 3] and expected [0, 1, 2, 3, 4, 5] should have the same contents. TestIterationAndResize: list of iterated values
built-ins/TypedArray/prototype/keys/resizable-buffer-shrink-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a Test262Error
built-ins/TypedArray/prototype/keys/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/lastIndexOf/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/map/BigInt/speciesctor-destination-resizable.js  # [sloppy] expected pass, Runtime RangeError: buffer length minus the byteOffset is not a multiple of the element size (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/map/BigInt/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js  # [sloppy] expected pass, Runtime RangeError: buffer length minus the byteOffset is not a multiple of the element size (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/map/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/map/speciesctor-destination-resizable.js  # [sloppy] expected pass, Runtime RangeError: buffer length minus the byteOffset is not a multiple of the element size (Testing with Float64Array and makePassthrough.)
built-ins/TypedArray/prototype/map/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js  # [sloppy] expected pass, Runtime RangeError: buffer length minus the byteOffset is not a multiple of the element size (Testing with Float64Array and makePassthrough.)
built-ins/TypedArray/prototype/reduce/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/reduceRight/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/reverse/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/set/BigInt/array-arg-return-abrupt-from-toobject-offset.js  # [sloppy] expected pass, Runtime Test262Error: undefined Expected a TypeError to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/set/array-arg-return-abrupt-from-toobject-offset.js  # [sloppy] expected pass, Runtime Test262Error: undefined Expected a TypeError to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/TypedArray/prototype/set/target-grow-source-length-getter.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/set/target-shrink-source-length-getter.js  # [sloppy] expected pass, Runtime RangeError: offset is out of bounds
built-ins/TypedArray/prototype/set/this-backed-by-resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a Error
built-ins/TypedArray/prototype/set/typedarray-arg-src-backed-by-resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/slice/BigInt/speciesctor-destination-resizable.js  # [sloppy] expected pass, Runtime RangeError: buffer length minus the byteOffset is not a multiple of the element size (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/slice/BigInt/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js  # [sloppy] expected pass, Runtime RangeError: buffer length minus the byteOffset is not a multiple of the element size (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/slice/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/slice/resize-count-bytes-to-zero.js  # [sloppy] expected pass, Runtime Test262Error: is an instance of Float32Array
built-ins/TypedArray/prototype/slice/speciesctor-destination-resizable.js  # [sloppy] expected pass, Runtime RangeError: buffer length minus the byteOffset is not a multiple of the element size (Testing with Float64Array and makePassthrough.)
built-ins/TypedArray/prototype/slice/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js  # [sloppy] expected pass, Runtime RangeError: buffer length minus the byteOffset is not a multiple of the element size (Testing with Float64Array and makePassthrough.)
built-ins/TypedArray/prototype/slice/speciesctor-return-same-buffer-with-offset.js  # [sloppy] expected pass, Runtime TypeError: Cannot modify an immutable ArrayBuffer (Testing with Float64Array and makeImmutableArrayBuffer.)
built-ins/TypedArray/prototype/some/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/sort/comparefn-resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/sort/comparefn-shrink.js  # [sloppy] expected pass, Runtime Test262Error: Actual [7, 8] and expected [10, 9] should have the same contents. 
built-ins/TypedArray/prototype/sort/resizable-buffer-default-comparator.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/sort/sort-tonumber.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true (Testing with Float64Array and makePassthrough.)
built-ins/TypedArray/prototype/sort/sorted-values.js  # [sloppy] expected pass, Runtime Test262Error: 0s (Testing with Float64Array and makePassthrough.)
built-ins/TypedArray/prototype/subarray/BigInt/speciesctor-get-species-custom-ctor-invocation.js  # [sloppy] expected pass, Runtime Test262Error: Actual [[object ArrayBuffer], 8, 2] and expected [[object ArrayBuffer], 8] should have the same contents. Constructor called with arguments (Testing with BigInt64Array and makeResizableArrayBuffer.)
built-ins/TypedArray/prototype/subarray/coerced-begin-end-shrink.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/subarray/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/subarray/result-byteOffset-from-out-of-bounds.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «6») to be true
built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-invocation.js  # [sloppy] expected pass, Runtime Test262Error: Actual [[object ArrayBuffer], 8, 2] and expected [[object ArrayBuffer], 8] should have the same contents. Constructor called with arguments (Testing with Float64Array and makeResizableArrayBuffer.)
built-ins/TypedArray/prototype/toLocaleString/BigInt/calls-tolocalestring-from-each-value.js  # [sloppy] expected pass, Runtime Test262Error: returns expected value Expected SameValue(«"42,0"», «"hacks1,hacks2"») to be true (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/toLocaleString/BigInt/calls-tostring-from-each-value.js  # [sloppy] expected pass, Runtime Test262Error: returns expected value Expected SameValue(«"42,0"», «"hacks1,hacks2"») to be true (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/toLocaleString/BigInt/calls-valueof-from-each-value.js  # [sloppy] expected pass, Runtime Test262Error: returns expected value Expected SameValue(«"42,0"», «"hacks1,hacks2"») to be true (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/toLocaleString/BigInt/return-abrupt-from-firstelement-tolocalestring.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/toLocaleString/BigInt/return-abrupt-from-firstelement-tostring.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/toLocaleString/BigInt/return-abrupt-from-firstelement-valueof.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/toLocaleString/BigInt/return-abrupt-from-nextelement-tolocalestring.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/toLocaleString/BigInt/return-abrupt-from-nextelement-tostring.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/toLocaleString/BigInt/return-abrupt-from-nextelement-valueof.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/toLocaleString/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/toLocaleString/user-provided-tolocalestring-shrink.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"0,0,[object Undefined],[object Undefined]"», «"0,0,,"») to be true
built-ins/TypedArray/prototype/toString.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«function toString() { [native code] }», «function toString() { [native code] }») to be true
built-ins/TypedArray/prototype/toString/BigInt/detached-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArray/prototype/toString/detached-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/TypedArray/prototype/values/make-in-bounds-after-exhausted.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«false», «true») to be true
built-ins/TypedArray/prototype/values/make-out-of-bounds-after-exhausted.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «0») to be true
built-ins/TypedArray/prototype/values/resizable-buffer-grow-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 2, 4, 6] and expected [0, 2, 4, 6, 0, 0] should have the same contents. TestIterationAndResize: list of iterated values
built-ins/TypedArray/prototype/values/resizable-buffer-shrink-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a Test262Error
built-ins/TypedArray/prototype/values/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArray/prototype/with/index-validated-against-current-length.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«5», «2») to be true
built-ins/TypedArray/prototype/with/valid-typedarray-index-checked-after-coercions.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «0») to be true (Testing with Float64Array and makePassthrough.)
built-ins/TypedArray/resizable-buffer-length-tracking-2.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«8», «0») to be true
built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/custom-proto-access-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/use-default-proto-if-custom-proto-is-not-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«function newTarget() { [native code] }», «function BigInt64Array() { [native code] }») to be true (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors-bigint/length-arg/custom-proto-access-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors-bigint/length-arg/use-default-proto-if-custom-proto-is-not-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«function newTarget() { [native code] }», «function BigInt64Array() { [native code] }») to be true (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors-bigint/no-args/custom-proto-access-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors-bigint/no-args/use-default-proto-if-custom-proto-is-not-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«function newTarget() { [native code] }», «function BigInt64Array() { [native code] }») to be true (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors-bigint/object-arg/custom-proto-access-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a RangeError (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors-bigint/object-arg/use-default-proto-if-custom-proto-is-not-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«function newTarget() { [native code] }», «function BigInt64Array() { [native code] }») to be true (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors-bigint/typedarray-arg/custom-proto-access-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors/buffer-arg/custom-proto-access-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors/buffer-arg/use-default-proto-if-custom-proto-is-not-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«function newTarget() { [native code] }», «function Float64Array() { [native code] }») to be true (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors/length-arg/custom-proto-access-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors/length-arg/use-default-proto-if-custom-proto-is-not-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«function newTarget() { [native code] }», «function Float64Array() { [native code] }») to be true (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors/no-args/custom-proto-access-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors/no-args/use-default-proto-if-custom-proto-is-not-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«function newTarget() { [native code] }», «function Float64Array() { [native code] }») to be true (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors/object-arg/custom-proto-access-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a RangeError (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors/object-arg/iterated-array-with-modified-array-iterator.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «4») to be true (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors/object-arg/use-default-proto-if-custom-proto-is-not-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«function newTarget() { [native code] }», «function Float64Array() { [native code] }») to be true (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors/typedarray-arg/custom-proto-access-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/ctors/typedarray-arg/src-typedarray-resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/TypedArrayConstructors/ctors/typedarray-arg/use-default-proto-if-custom-proto-is-not-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«function newTarget() { [native code] }», «function Float64Array() { [native code] }») to be true (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/from/BigInt/custom-ctor-does-not-instantiate-ta-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/from/BigInt/custom-ctor-returns-smaller-instance-throws.js  # [sloppy] expected pass, Runtime Test262Error: source is using iterator Expected a TypeError to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/from/BigInt/iter-access-error.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/from/BigInt/new-instance-from-sparse-array.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/from/BigInt/set-value-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/from/BigInt/source-value-is-symbol-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/from/BigInt/this-is-not-constructor.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/from/custom-ctor-does-not-instantiate-ta-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/from/custom-ctor-returns-immutable-arraybuffer.js  # [sloppy] expected pass, Runtime Test262Error: Actual [get source[Symbol.iterator], construct(0)] and expected [get source[Symbol.iterator], get source.length, construct(1)] should have the same contents. Must construct the result before visiting arraylike source elements. (Testing with Float64Array and makeImmutableArrayBuffer.)
built-ins/TypedArrayConstructors/from/custom-ctor-returns-smaller-instance-throws.js  # [sloppy] expected pass, Runtime Test262Error: source is using iterator Expected a TypeError to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/from/iter-access-error.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/from/set-value-abrupt-completion.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/from/source-value-is-symbol-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/from/this-is-not-constructor.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/internals/DefineOwnProperty/BigInt/detached-buffer-throws-realm.js  # [sloppy] expected pass, Runtime TypeError: $262.createRealm is not supported
built-ins/TypedArrayConstructors/internals/DefineOwnProperty/detached-buffer-throws-realm.js  # [sloppy] expected pass, Runtime TypeError: $262.createRealm is not supported
built-ins/TypedArrayConstructors/internals/HasProperty/BigInt/abrupt-from-ordinary-has-parent-hasproperty.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/internals/HasProperty/abrupt-from-ordinary-has-parent-hasproperty.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/internals/OwnPropertyKeys/BigInt/integer-indexes-and-string-and-symbol-keys-.js  # [sloppy] expected pass, Runtime Test262Error: result1 (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/internals/OwnPropertyKeys/BigInt/not-enumerable-keys.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/internals/OwnPropertyKeys/integer-indexes-and-string-and-symbol-keys-.js  # [sloppy] expected pass, Runtime Test262Error: result1 (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/internals/OwnPropertyKeys/not-enumerable-keys.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/internals/Set/BigInt/key-is-canonical-invalid-index-prototype-chain-set.js  # [sloppy] expected pass, Runtime Test262Error: 1 setter should be unreachable! (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/internals/Set/BigInt/key-is-valid-index-prototype-chain-set.js  # [sloppy] expected pass, Runtime Test262Error: Proxy's [[DefineOwnProperty]] exotic method should be called Expected SameValue(«0», «1») to be true (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/internals/Set/BigInt/key-is-valid-index-reflect-set.js  # [sloppy] expected pass, Runtime Test262Error: Reflect.set should fail (receiver: another typed array of shorter length) (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/internals/Set/key-is-canonical-invalid-index-prototype-chain-set.js  # [sloppy] expected pass, Runtime Test262Error: 1 setter should be unreachable! (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/internals/Set/key-is-valid-index-prototype-chain-set.js  # [sloppy] expected pass, Runtime Test262Error: Proxy's [[DefineOwnProperty]] exotic method should be called Expected SameValue(«0», «1») to be true (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/internals/Set/key-is-valid-index-reflect-set.js  # [sloppy] expected pass, Runtime Test262Error: Reflect.set should fail (receiver: another typed array of shorter length) (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/internals/Set/tonumber-value-detached-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«NaN», «undefined») to be true (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/of/BigInt/argument-is-symbol-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/of/BigInt/argument-number-value-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/of/BigInt/custom-ctor-does-not-instantiate-ta-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/of/BigInt/custom-ctor-returns-smaller-instance-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/of/BigInt/this-is-not-constructor.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with BigInt64Array and makePassthrough.)
built-ins/TypedArrayConstructors/of/argument-is-symbol-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/of/argument-number-value-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/of/custom-ctor-does-not-instantiate-ta-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/of/custom-ctor-returns-smaller-instance-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/TypedArrayConstructors/of/this-is-not-constructor.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all (Testing with Float64Array and makePassthrough.)
built-ins/WeakMap/get-set-method-failure.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/WeakMap/iterable-with-object-keys.js  # [sloppy] expected pass, Runtime Test262Error: Called WeakMap#set for each object Expected SameValue(«0», «2») to be true
built-ins/WeakMap/iterable-with-symbol-keys.js  # [sloppy] expected pass, Runtime Test262Error: Called set() for each entry Expected SameValue(«0», «2») to be true
built-ins/WeakMap/iterator-close-after-set-failure.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/WeakMap/iterator-item-first-entry-returns-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/WeakMap/iterator-item-second-entry-returns-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/WeakMap/iterator-items-are-not-object-close-iterator.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «1») to be true
built-ins/WeakMap/iterator-items-keys-cannot-be-held-weakly.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/WeakMap/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 0; length value should be 0
built-ins/WeakMap/prototype/set/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 2; length value should be 2
built-ins/WeakMap/prototype/set/throw-if-key-cannot-be-held-weakly.js  # [sloppy] expected pass, Runtime Test262Error: Registered symbol not allowed as WeakMap key Expected a TypeError to be thrown but no exception was thrown at all
built-ins/WeakMap/set-not-callable-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/WeakRef/newtarget-prototype-is-not-object.js  # [sloppy] expected pass, Runtime Test262Error: newTarget.prototype is undefined Expected SameValue(«[object Object]», «[object WeakRef]») to be true
built-ins/WeakRef/prototype-from-newtarget-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/WeakRef/prototype-from-newtarget-custom.js  # [sloppy] expected pass, Runtime Test262Error: NewTarget is BoundFunction with accessor Expected SameValue(«[object WeakRef]», «[object Object]») to be true
built-ins/WeakSet/add-not-callable-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/WeakSet/get-add-method-failure.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/WeakSet/iterable-with-object-values.js  # [sloppy] expected pass, Runtime Test262Error: Called WeakSet#add for each object Expected SameValue(«0», «2») to be true
built-ins/WeakSet/iterable-with-symbol-values.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [Symbol(a description), Symbol(a description), Symbol(Symbol.hasInstance)] should have the same contents. add() was called 3 times, on the two unregistered and one well-known symbols in order
built-ins/WeakSet/iterator-close-after-add-failure.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a TypeError
built-ins/WeakSet/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 0; length value should be 0
built-ins/WeakSet/prototype/add/throw-when-value-cannot-be-held-weakly.js  # [sloppy] expected pass, Runtime Test262Error: Registered symbol not allowed as WeakSet value Expected a TypeError to be thrown but no exception was thrown at all
built-ins/decodeURI/S15.1.3.1_A2.1_T1.js  # [sloppy] expected pass, Runtime Test262Error: #D800 differs
built-ins/decodeURI/S15.1.3.1_A2.5_T1.js  # crash or timeout (native abort / hang)
built-ins/decodeURI/S15.1.3.1_A3_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1: decodeURI("%3B") equal "%3B", not ";"
built-ins/decodeURI/S15.1.3.1_A3_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1: decodeURI("%3b") equal "%3b", not ";" or "%3B"
built-ins/decodeURI/S15.1.3.1_A3_T3.js  # [sloppy] expected pass, Runtime Test262Error: #1: decodeURI("%3B%2F%3F%3A%40%26%3D%2B%24%2C%23") equal "%3B%2F%3F%3A%40%26%3D%2B%24%2C%23", not ";/?:@&=+$,#"
built-ins/decodeURI/S15.1.3.1_A4_T2.js  # [sloppy] expected pass, Runtime Test262Error: #3: http://ru.wikipedia.org/wiki/Юникод%23Версии Юникода
built-ins/decodeURI/S15.1.3.1_A4_T4.js  # [sloppy] expected pass, Runtime Test262Error: #2: http:%2f%2Funipro.ru
built-ins/decodeURI/S15.1.3.1_A6_T1.js  # [sloppy] expected pass, Runtime Test262Error: #2: var object = {valueOf: function() {return ""}, toString: function() {return "%5E"}}; decodeURI(object) === "^". Actual: [object Object]
built-ins/decodeURIComponent/S15.1.3.2_A2.1_T1.js  # [sloppy] expected pass, Runtime Test262Error: #D800 differs
built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1.js  # crash or timeout (native abort / hang)
built-ins/decodeURIComponent/S15.1.3.2_A6_T1.js  # [sloppy] expected pass, Runtime Test262Error: #2: var object = {valueOf: function() {return ""}, toString: function() {return "%5E"}}; decodeURIComponent(object) === "^". Actual: [object Object]
built-ins/encodeURI/S15.1.3.3_A1.1_T1.js  # [sloppy] expected pass, Runtime Test262Error: #DC00-DFFF 
built-ins/encodeURI/S15.1.3.3_A1.1_T2.js  # [sloppy] expected pass, Runtime Test262Error: #DC00-DFFF 
built-ins/encodeURI/S15.1.3.3_A1.2_T1.js  # [sloppy] expected pass, Runtime Test262Error: #D800-DBFF 
built-ins/encodeURI/S15.1.3.3_A1.2_T2.js  # [sloppy] expected pass, Runtime Test262Error: #D800-DBFF 
built-ins/encodeURI/S15.1.3.3_A1.3_T1.js  # [sloppy] expected pass, Runtime Test262Error: #D800-DBFF 
built-ins/encodeURI/S15.1.3.3_A6_T1.js  # [sloppy] expected pass, Runtime Test262Error: #2: var object = {valueOf: function() {return ""}, toString: function() {return "^"}}; encodeURI(object) === "%5E". Actual: %5Bobject%20Object%5D
built-ins/encodeURIComponent/S15.1.3.4_A1.1_T1.js  # [sloppy] expected pass, Runtime Test262Error: #DC00-DFFF 
built-ins/encodeURIComponent/S15.1.3.4_A1.1_T2.js  # [sloppy] expected pass, Runtime Test262Error: #DC00-DFFF 
built-ins/encodeURIComponent/S15.1.3.4_A1.2_T1.js  # [sloppy] expected pass, Runtime Test262Error: #D800-DBFF 
built-ins/encodeURIComponent/S15.1.3.4_A1.2_T2.js  # [sloppy] expected pass, Runtime Test262Error: #D800-DBFF 
built-ins/encodeURIComponent/S15.1.3.4_A1.3_T1.js  # [sloppy] expected pass, Runtime Test262Error: #D800-DBFF 
built-ins/encodeURIComponent/S15.1.3.4_A6_T1.js  # [sloppy] expected pass, Runtime Test262Error: #2: var object = {valueOf: function() {return ""}, toString: function() {return "^"}}; encodeURIComponent(object) === "%5E". Actual: %5Bobject%20Object%5D
built-ins/global/10.2.1.1.3-4-16-s.js  # [strict] expected pass, Runtime Test262Error: Expected a TypeError but got a ReferenceError
built-ins/global/10.2.1.1.3-4-18-s.js  # [strict] expected pass, Runtime Test262Error: Expected a TypeError but got a ReferenceError
built-ins/isFinite/return-abrupt-from-tonumber-number-symbol.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/isFinite/return-abrupt-from-tonumber-number.js  # [sloppy] expected pass, Runtime Test262Error: valueOf Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/isFinite/toprimitive-call-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/isFinite/toprimitive-get-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/isFinite/toprimitive-not-callable-throws.js  # [sloppy] expected pass, Runtime Test262Error: number Expected a TypeError to be thrown but no exception was thrown at all
built-ins/isFinite/toprimitive-result-is-object-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/isFinite/toprimitive-result-is-symbol-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/isFinite/toprimitive-valid-result.js  # [sloppy] expected pass, Runtime Test262Error: use returned value - number Expected SameValue(«false», «true») to be true
built-ins/isNaN/return-abrupt-from-tonumber-number-symbol.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/isNaN/return-abrupt-from-tonumber-number.js  # [sloppy] expected pass, Runtime Test262Error: valueOf Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/isNaN/toprimitive-call-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/isNaN/toprimitive-get-abrupt.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
built-ins/isNaN/toprimitive-not-callable-throws.js  # [sloppy] expected pass, Runtime Test262Error: number Expected a TypeError to be thrown but no exception was thrown at all
built-ins/isNaN/toprimitive-result-is-object-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/isNaN/toprimitive-result-is-symbol-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
built-ins/isNaN/toprimitive-valid-result.js  # [sloppy] expected pass, Runtime Test262Error: use returned value - non-NaN number Expected SameValue(«true», «false») to be true
built-ins/parseFloat/S15.1.2.3_A1_T5.js  # [sloppy] expected pass, Runtime Test262Error: #1: parseFloat(new Number(-1.1)) === parseFloat("-1.1"). Actual: NaN
built-ins/parseFloat/S15.1.2.3_A1_T6.js  # [sloppy] expected pass, Runtime Test262Error: #1: parseFloat(new String("-1.1")) === parseFloat("-1.1"). Actual: NaN
built-ins/parseFloat/S15.1.2.3_A1_T7.js  # [sloppy] expected pass, Runtime Test262Error: #2: var object = {valueOf: function() {return 1}, toString: function() {return 0}}; parseFloat(object) === 0. Actual: NaN
built-ins/parseFloat/S15.1.2.3_A4_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1: parseFloat("1ex") === 1. Actual: NaN
built-ins/parseInt/S15.1.2.2_A1_T5.js  # [sloppy] expected pass, Runtime Test262Error: parseInt(new Number(-1)) must return the same value returned by parseInt("-1") Expected SameValue(«NaN», «-1») to be true
built-ins/parseInt/S15.1.2.2_A1_T6.js  # [sloppy] expected pass, Runtime Test262Error: parseInt(new String("-1")) must return the same value returned by parseInt("-1") Expected SameValue(«NaN», «-1») to be true
built-ins/parseInt/S15.1.2.2_A1_T7.js  # [sloppy] expected pass, Runtime Test262Error: parseInt({valueOf: function() {return 1}, toString: function() {return 0}}) must return 0 Expected SameValue(«NaN», «0») to be true
built-ins/parseInt/S15.1.2.2_A3.1_T4.js  # [sloppy] expected pass, Runtime Test262Error: parseInt("11", new Boolean(true)) must return NaN Expected SameValue(«11», «NaN») to be true
built-ins/parseInt/S15.1.2.2_A3.1_T5.js  # [sloppy] expected pass, Runtime Test262Error: parseInt("11", new Number(2)) must return the same value returned by parseInt("11", 2) Expected SameValue(«11», «3») to be true
built-ins/parseInt/S15.1.2.2_A3.1_T6.js  # [sloppy] expected pass, Runtime Test262Error: parseInt("11", new String("2")) must return the same value returned by parseInt("11", 2) Expected SameValue(«11», «3») to be true
built-ins/parseInt/S15.1.2.2_A3.1_T7.js  # [sloppy] expected pass, Runtime Test262Error: parseInt("11", {valueOf: function() {return 2}}) must return the same value returned by parseInt("11", 2) Expected SameValue(«11», «3») to be true
built-ins/parseInt/S15.1.2.2_A3.2_T3.js  # [sloppy] expected pass, Runtime Test262Error: parseInt("11", 4294967298) must return the same value returned by parseInt("11", 2) Expected SameValue(«NaN», «3») to be true
harness/assert-throws-same-realm.js  # [sloppy] expected pass, Runtime TypeError: $262.createRealm is not supported
harness/asyncHelpers-asyncTest-returns-undefined.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: asyncTest called with non-function argument Test262:AsyncTestFailur)
harness/asyncHelpers-asyncTest-then-rejects.js  # [sloppy] async did not complete (output: Test262:AsyncTestComplete Test262:AsyncTestFailure:Test262Error: [object Object] Test262:AsyncTestFailure:Test262Error: )
harness/asyncHelpers-asyncTest-then-resolves.js  # [sloppy] async did not complete (output: Test262:AsyncTestComplete Test262:AsyncTestFailure:Test262Error: Test262Error: asyncTest called $DONE with undefined Exp)
harness/asyncHelpers-throwsAsync-same-realm.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:TypeError: $262.createRealm is not supported )
harness/deepEqual-mapset.js  # [sloppy] expected pass, Runtime Test262Error: Expected Map {} to be structurally equal to Map {}. 
intl402/Array/prototype/toLocaleString/calls-toLocaleString-number-elements.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"0"», «"0.000"») to be true
intl402/Array/prototype/toLocaleString/invoke-element-tolocalestring.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [undefined, undefined] should have the same contents. must invoke element toLocaleString with expected arguments when provided no arguments
intl402/BigInt/prototype/toLocaleString/de-DE.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"88,776,655"», «"88.780.000"») to be true
intl402/BigInt/prototype/toLocaleString/en-US.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"88,776,655"», «"88,780,000"») to be true
intl402/BigInt/prototype/toLocaleString/returns-same-results-as-NumberFormat.js  # [sloppy] expected pass, Runtime Test262Error: (Testing with locales undefined; options undefined.) Expected SameValue(«"12,344,501,000,000,000,000,000,000,000,000,000"», «"12,344,501,000,000,000,487,815,444,678,311,936"») to be true
intl402/BigInt/prototype/toLocaleString/throws-same-exceptions-as-NumberFormat.js  # [sloppy] expected pass, Runtime Test262Error: BigInt.prototype.toLocaleString didn't throw exception for locales null. Expected a TypeError to be thrown but no exception was thrown at all
intl402/Collator/constructor-options-throwing-getters.js  # [sloppy] expected pass, Runtime Test262Error: Exception from usage getter should be propagated Expected a CustomError to be thrown but no exception was thrown at all
intl402/Collator/default-options-object-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"base"», «undefined») to be true
intl402/Collator/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 0; length value should be 0
intl402/Collator/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: Collator descriptor should not be enumerable
intl402/Collator/prototype/compare/compare-function-length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 2; length value should be 2
intl402/Collator/prototype/compare/ignorePunctuation.js  # [sloppy] expected pass, Runtime Test262Error: Compare to space Expected SameValue(«0», «-1») to be true
intl402/Collator/prototype/compare/non-normative-sensitivity.js  # [sloppy] expected pass, Runtime Test262Error: Actual [Aa] and expected [Aa, Aã] should have the same contents. 
intl402/Collator/prototype/resolvedOptions/basic.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"sort"») to be true
intl402/Collator/prototype/resolvedOptions/ignorePunctuation-default.js  # [sloppy] expected pass, Runtime Test262Error: English default ignorePunctuation to false Expected SameValue(«undefined», «false») to be true
intl402/Collator/prototype/resolvedOptions/ignorePunctuation-not-default.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «true») to be true
intl402/Collator/prototype/resolvedOptions/order.js  # [sloppy] expected pass, Runtime Test262Error: "locale" precedes "usage"
intl402/Collator/prototype/resolvedOptions/resolved-collation-unicode-extensions-and-options.js  # [sloppy] expected pass, Runtime Test262Error: Resolved collation for locale=de-u-co-phonebk with collation=pinyin Expected SameValue(«undefined», «"phonebk"») to be true
intl402/Collator/supportedLocalesOf/basic.js  # [sloppy] expected pass, Runtime Test262Error: The length of supported locales list is not 1. Expected SameValue(«2», «1») to be true
intl402/Collator/test-option-ignorePunctuation.js  # [sloppy] expected pass, Runtime Test262Error: Option value true for property ignorePunctuation was not accepted; got undefined instead.
intl402/Collator/test-option-localeMatcher.js  # [sloppy] expected pass, Runtime Test262Error: Invalid option value invalidValue for property localeMatcher was not rejected.
intl402/Collator/test-option-numeric-and-caseFirst.js  # [sloppy] expected pass, Runtime Test262Error: Invalid option value invalidValue for property caseFirst was not rejected.
intl402/Collator/test-option-sensitivity.js  # [sloppy] expected pass, Runtime Test262Error: Option value base for property sensitivity was not accepted; got undefined instead.
intl402/Collator/test-option-usage.js  # [sloppy] expected pass, Runtime Test262Error: Option value sort for property usage was not accepted; got undefined instead.
intl402/Collator/unicode-ext-seq-in-private-tag.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"default"») to be true
intl402/Collator/unicode-ext-seq-with-attribute.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"de-u-co-phonebk"», «"de-u-attrval-co-phonebk"») to be true
intl402/Collator/unicode-ext-value-collation.js  # [sloppy] expected pass, Runtime Test262Error: Default collation" should be default, but is undefined. Expected SameValue(«-1», «-1») to be false
intl402/Collator/usage-de.js  # [sloppy] expected pass, Runtime Test262Error: Actual [Ä, AE] and expected [AE, Ä] should have the same contents. search
intl402/Date/prototype/returns-same-results-as-DateTimeFormat.js  # [sloppy] expected pass, Runtime Test262Error: Actual [7/3/2026, 14:10:39, 1/1/1970, 00:00:00, 11/9/1989, 17:57:00] and expected [7/3/2026, 2:10:39 PM, 1/1/1970, 12:0:0 AM, 11/9/1989, 5:57:0 PM] should have the same contents. (Testing with locales undefined; options undefined.)
intl402/Date/prototype/throws-same-exceptions-as-DateTimeFormat.js  # [sloppy] expected pass, Runtime Test262Error: Date.prototype.toLocaleString didn't throw exception for locales null. Expected a TypeError to be thrown but no exception was thrown at all
intl402/DateTimeFormat/canonicalize-calendar.js  # [sloppy] expected pass, Runtime Test262Error: calendar ID is canonicalized (option) Expected SameValue(«"islamicc"», «"islamic-civil"») to be true
intl402/DateTimeFormat/constructor-invalid-offset-timezone.js  # [sloppy] expected pass, Runtime Test262Error: +3: Expected a RangeError to be thrown but no exception was thrown at all
intl402/DateTimeFormat/constructor-options-calendar-future-fallback.js  # [sloppy] expected pass, Runtime Test262Error: bangla should fall back to an available calendar
intl402/DateTimeFormat/constructor-options-calendar-islamic-fallback.js  # [sloppy] expected pass, Runtime Test262Error: no valid fallback for 'islamic' calendar option Expected SameValue(«false», «true») to be true
intl402/DateTimeFormat/constructor-options-toobject.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
intl402/DateTimeFormat/date-time-options.js  # [sloppy] expected pass, Runtime Test262Error: Missing component year from expected subset {"year":"numeric","month":"numeric","day":"numeric"}; locales , options undefined. Expected SameValue(«true», «false») to be true
intl402/DateTimeFormat/default-options-object-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"2-digit"», «undefined») to be true
intl402/DateTimeFormat/ignore-invalid-unicode-ext-values.js  # [sloppy] expected pass, Runtime Test262Error: Locale ja-JP-u-cu-usd is affected by key cu; value USD. Expected SameValue(«"ja-JP-u-cu-usd"», «"ja-JP"») to be true
intl402/DateTimeFormat/intl-legacy-constructed-symbol-on-unwrap.js  # [sloppy] expected pass, Runtime TypeError: Intl method called on an object that is not a valid Intl method receiver
intl402/DateTimeFormat/intl-legacy-constructed-symbol-property.js  # [sloppy] expected pass, Runtime Test262Error: return value of Intl.DateTimeFormat constructor Expected SameValue(«[object Intl.DateTimeFormat]», «[object Intl.DateTimeFormat]») to be true
intl402/DateTimeFormat/intl-legacy-constructed-symbol.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
intl402/DateTimeFormat/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 0; length value should be 0
intl402/DateTimeFormat/offset-timezone-no-unicode-minus-sign.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
intl402/DateTimeFormat/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: DateTimeFormat descriptor should not be enumerable
intl402/DateTimeFormat/prototype/format/date-constructor-not-called.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
intl402/DateTimeFormat/prototype/format/dayPeriod-long-en.js  # [sloppy] expected pass, Runtime Test262Error: Actual [12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017] and expected [] should have the same contents. unexpected dayPeriods: 12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017
intl402/DateTimeFormat/prototype/format/dayPeriod-narrow-en.js  # [sloppy] expected pass, Runtime Test262Error: Actual [12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017] and expected [] should have the same contents. unexpected dayPeriods: 12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017
intl402/DateTimeFormat/prototype/format/dayPeriod-short-en.js  # [sloppy] expected pass, Runtime Test262Error: Actual [12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017, 12/12/2017] and expected [] should have the same contents. unexpected dayPeriods: 12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017,12/12/2017
intl402/DateTimeFormat/prototype/format/fractionalSecondDigits.js  # [sloppy] expected pass, Runtime Test262Error: no fractionalSecondDigits Expected SameValue(«"2:3"», «"02:03"») to be true
intl402/DateTimeFormat/prototype/format/numbering-system.js  # [sloppy] expected pass, Runtime Test262Error: en-US: display without fractionalSecondDigits Expected SameValue(«false», «true») to be true
intl402/DateTimeFormat/prototype/format/proleptic-gregorian-calendar.js  # [sloppy] expected pass, Runtime Test262Error: Formatted year doesn't contain expected year – expected 1,970, got 1970 AD. Expected SameValue(«-1», «-1») to be false
intl402/DateTimeFormat/prototype/format/related-year-zh.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
intl402/DateTimeFormat/prototype/format/throws-value-non-finite.js  # [sloppy] expected pass, Runtime Test262Error: Invalid value NaN was not rejected. Expected a RangeError to be thrown but no exception was thrown at all
intl402/DateTimeFormat/prototype/format/time-clip-near-time-boundaries.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
intl402/DateTimeFormat/prototype/format/timedatestyle-en.js  # [sloppy] expected pass, Runtime Test262Error: Result for full with {} Expected SameValue(«"2:12:47 PM "», «"2:12:47 PM Coordinated Universal Time"») to be true
intl402/DateTimeFormat/prototype/formatRange/argument-date-string.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError but got a TypeError
intl402/DateTimeFormat/prototype/formatRange/argument-near-time-boundaries.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError but got a TypeError
intl402/DateTimeFormat/prototype/formatRange/argument-to-integer.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/DateTimeFormat/prototype/formatRange/argument-tonumber-throws.js  # [sloppy] expected pass, Runtime Test262Error: valueOf start Expected a Test262Error but got a TypeError
intl402/DateTimeFormat/prototype/formatRange/builtin.js  # [sloppy] expected pass, Runtime Test262Error: The [[Class]] internal property of a built-in function must be "Function". Expected SameValue(«"[object Undefined]"», «"[object Function]"») to be true
intl402/DateTimeFormat/prototype/formatRange/date-is-infinity-throws.js  # [sloppy] expected pass, Runtime Test262Error: +Infinity/date Expected a RangeError but got a TypeError
intl402/DateTimeFormat/prototype/formatRange/date-is-nan-throws.js  # [sloppy] expected pass, Runtime Test262Error: NaN/date Expected a RangeError but got a TypeError
intl402/DateTimeFormat/prototype/formatRange/date-same-returns-single-date.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/DateTimeFormat/prototype/formatRange/date-x-greater-than-y-not-throws.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/DateTimeFormat/prototype/formatRange/en-US.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/DateTimeFormat/prototype/formatRange/fractionalSecondDigits.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/DateTimeFormat/prototype/formatRange/length.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
intl402/DateTimeFormat/prototype/formatRange/name.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
intl402/DateTimeFormat/prototype/formatRange/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: `typeof Intl.DateTimeFormat.prototype.formatRange` is `function` Expected SameValue(«"undefined"», «"function"») to be true
intl402/DateTimeFormat/prototype/formatRangeToParts/argument-date-string.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError but got a TypeError
intl402/DateTimeFormat/prototype/formatRangeToParts/argument-near-time-boundaries.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError but got a TypeError
intl402/DateTimeFormat/prototype/formatRangeToParts/argument-to-integer.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/DateTimeFormat/prototype/formatRangeToParts/argument-tonumber-throws.js  # [sloppy] expected pass, Runtime Test262Error: valueOf start Expected a Test262Error but got a TypeError
intl402/DateTimeFormat/prototype/formatRangeToParts/builtin.js  # [sloppy] expected pass, Runtime Test262Error: The [[Class]] internal property of a built-in function must be "Function". Expected SameValue(«"[object Undefined]"», «"[object Function]"») to be true
intl402/DateTimeFormat/prototype/formatRangeToParts/chinese-calendar-dates.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/DateTimeFormat/prototype/formatRangeToParts/dangi-calendar-dates.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-infinity-throws.js  # [sloppy] expected pass, Runtime Test262Error: +Infinity/date Expected a RangeError but got a TypeError
intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-nan-throws.js  # [sloppy] expected pass, Runtime Test262Error: NaN/date Expected a RangeError but got a TypeError
intl402/DateTimeFormat/prototype/formatRangeToParts/date-same-returns-single-date.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/DateTimeFormat/prototype/formatRangeToParts/date-x-greater-than-y-not-throws.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/DateTimeFormat/prototype/formatRangeToParts/en-US.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/DateTimeFormat/prototype/formatRangeToParts/fractionalSecondDigits.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/DateTimeFormat/prototype/formatRangeToParts/length.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
intl402/DateTimeFormat/prototype/formatRangeToParts/name.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
intl402/DateTimeFormat/prototype/formatRangeToParts/pattern-on-calendar.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/DateTimeFormat/prototype/formatRangeToParts/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: `typeof Intl.DateTimeFormat.prototype.formatRangeToParts` is `function` Expected SameValue(«"undefined"», «"function"») to be true
intl402/DateTimeFormat/prototype/formatToParts/chinese-calendar-dates.js  # [sloppy] expected pass, Runtime Test262Error: relatedYear component of 2000-01-01T00:00Z formatted in chinese is missing Expected SameValue(«undefined», «undefined») to be false
intl402/DateTimeFormat/prototype/formatToParts/date-constructor-not-called.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
intl402/DateTimeFormat/prototype/formatToParts/date-is-infinity-throws.js  # [sloppy] expected pass, Runtime Test262Error: +Infinity Expected a RangeError to be thrown but no exception was thrown at all
intl402/DateTimeFormat/prototype/formatToParts/date-is-nan-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
intl402/DateTimeFormat/prototype/formatToParts/dayPeriod-long-en.js  # [sloppy] expected pass, Runtime Test262Error: length should be 1, dayPeriod-only formatting for Tue Dec 12 2017 00:00:00 GMT+0000 (Coordinated Universal Time) Expected SameValue(«5», «1») to be true
intl402/DateTimeFormat/prototype/formatToParts/dayPeriod-narrow-en.js  # [sloppy] expected pass, Runtime Test262Error: length should be 1, dayPeriod-only formatting for Tue Dec 12 2017 00:00:00 GMT+0000 (Coordinated Universal Time) Expected SameValue(«5», «1») to be true
intl402/DateTimeFormat/prototype/formatToParts/dayPeriod-short-en.js  # [sloppy] expected pass, Runtime Test262Error: length should be 1, dayPeriod-only formatting for Tue Dec 12 2017 00:00:00 GMT+0000 (Coordinated Universal Time) Expected SameValue(«5», «1») to be true
intl402/DateTimeFormat/prototype/formatToParts/era.js  # [sloppy] expected pass, Runtime Test262Error: islamic-civil eras (Anno Domini,Anno Domini) should be unique Expected SameValue(«1», «2») to be true
intl402/DateTimeFormat/prototype/formatToParts/fractionalSecondDigits.js  # [sloppy] expected pass, Runtime Test262Error: minute part value. no fractionalSecondDigits round down Expected SameValue(«"2"», «"02"») to be true
intl402/DateTimeFormat/prototype/formatToParts/lunisolar-leap-months.js  # [sloppy] expected pass, Runtime Test262Error: chinese calendar date should have year part Expected SameValue(«undefined», «undefined») to be false
intl402/DateTimeFormat/prototype/formatToParts/offset-timezone-correct.js  # [sloppy] expected pass, Runtime Test262Error: hour in +0301 time zone: Expected SameValue(«"3"», «"6"») to be true
intl402/DateTimeFormat/prototype/formatToParts/pattern-on-calendar.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«false», «true») to be true
intl402/DateTimeFormat/prototype/formatToParts/related-year-zh.js  # [sloppy] expected pass, Runtime Test262Error: actual[0].type should be yearName Expected SameValue(«"year"», «"yearName"») to be true
intl402/DateTimeFormat/prototype/formatToParts/related-year.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«false», «true») to be true
intl402/DateTimeFormat/prototype/formatToParts/return-abrupt-tonumber-date.js  # [sloppy] expected pass, Runtime Test262Error: valueOf Expected a Test262Error to be thrown but no exception was thrown at all
intl402/DateTimeFormat/prototype/formatToParts/time-clip-near-time-boundaries.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
intl402/DateTimeFormat/prototype/resolvedOptions/basic.js  # [sloppy] expected pass, Runtime Test262Error: Invalid year: undefined Expected SameValue(«-1», «-1») to be false
intl402/DateTimeFormat/prototype/resolvedOptions/calendar.js  # [sloppy] expected pass, Runtime Test262Error: Resolved alias ethiopic-amete-alem Expected SameValue(«"ethiopic-amete-alem"», «"ethioaa"») to be true
intl402/DateTimeFormat/prototype/resolvedOptions/hourCycle-dateStyle.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"h11"», «undefined») to be true
intl402/DateTimeFormat/prototype/resolvedOptions/hourCycle-default.js  # [sloppy] expected pass, Runtime Test262Error: hcDefault is one of [h11, h12, h23, h24]
intl402/DateTimeFormat/prototype/resolvedOptions/hourCycle-timeStyle.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"h11"») to be true
intl402/DateTimeFormat/prototype/resolvedOptions/hourCycle.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"h11"») to be true
intl402/DateTimeFormat/prototype/resolvedOptions/offset-timezone-basic.js  # [sloppy] expected pass, Runtime Test262Error: +03 Expected SameValue(«"+03"», «"+03:00"») to be true
intl402/DateTimeFormat/prototype/resolvedOptions/offset-timezone-change.js  # [sloppy] expected pass, Runtime Test262Error: -00 Expected SameValue(«"-00"», «"+00:00"») to be true
intl402/DateTimeFormat/prototype/resolvedOptions/order-dayPeriod.js  # [sloppy] expected pass, Runtime Test262Error: "calendar" precedes "numberingSystem"
intl402/DateTimeFormat/prototype/resolvedOptions/order-fractionalSecondDigits.js  # [sloppy] expected pass, Runtime Test262Error: "calendar" precedes "numberingSystem"
intl402/DateTimeFormat/prototype/resolvedOptions/order-style.js  # [sloppy] expected pass, Runtime Test262Error: "calendar" precedes "numberingSystem"
intl402/DateTimeFormat/prototype/resolvedOptions/order.js  # [sloppy] expected pass, Runtime Test262Error: "calendar" precedes "numberingSystem"
intl402/DateTimeFormat/prototype/resolvedOptions/resolved-calendar-unicode-extensions-and-options.js  # [sloppy] expected pass, Runtime Test262Error: Resolved calendar for locale=en-u-ca-iso8601 with calendar=invalid Expected SameValue(«"invalid"», «"iso8601"») to be true
intl402/DateTimeFormat/prototype/resolvedOptions/resolved-hour-cycle-unicode-extensions-and-options.js  # [sloppy] expected pass, Runtime Test262Error: Resolved locale for locale=en-u-hc-h23 with hourCycle=h11 Expected SameValue(«"en-u-hc-h23"», «"en"») to be true
intl402/DateTimeFormat/prototype/resolvedOptions/resolved-locale-with-hc-unicode.js  # [sloppy] expected pass, Runtime Test262Error: hour12 and hourCycle options and hc Unicode extension value are present. (With hour option.) Expected SameValue(«"en-US-u-hc-h11"», «"en-US"») to be true
intl402/DateTimeFormat/prototype/resolvedOptions/resolved-numbering-system-unicode-extensions-and-options.js  # [sloppy] expected pass, Runtime Test262Error: Resolved numberingSystem for locale=en-u-nu-arab with numberingSystem=invalid Expected SameValue(«"invalid"», «"arab"») to be true
intl402/DateTimeFormat/subclassing.js  # [sloppy] expected pass, Runtime TypeError: map callback is not a function
intl402/DateTimeFormat/supportedLocalesOf/basic.js  # [sloppy] expected pass, Runtime Test262Error: The length of supported locales list is not 1. Expected SameValue(«2», «1») to be true
intl402/DateTimeFormat/test-option-hour12.js  # [sloppy] expected pass, Runtime Test262Error: Invalid value undefined returned for property hour12.
intl402/DateTimeFormat/timezone-case-insensitive.js  # [sloppy] expected pass, Runtime Test262Error: Time zone created from string "AFRICA/ABIDJAN" Expected SameValue(«"AFRICA/ABIDJAN"», «"Africa/Abidjan"») to be true
intl402/DateTimeFormat/timezone-invalid.js  # [sloppy] expected pass, Runtime Test262Error: Invalid time zone name  was not rejected. Expected a RangeError to be thrown but no exception was thrown at all
intl402/DateTimeFormat/timezone-legacy-non-iana.js  # [sloppy] expected pass, Runtime Test262Error: Time zone: ACT Expected a RangeError to be thrown but no exception was thrown at all
intl402/DateTimeFormat/timezone-utc.js  # [sloppy] expected pass, Runtime Test262Error: Time zone name utc was not correctly accepted. Expected SameValue(«"utc"», «"UTC"») to be true
intl402/DisplayNames/ctor-custom-get-prototype-poison-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
intl402/DisplayNames/ctor-custom-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Intl.DisplayNames]», «[object Object]») to be true
intl402/DisplayNames/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 2; length value should be 2
intl402/DisplayNames/locales-invalid-throws.js  # [sloppy] expected pass, Runtime Test262Error: null Expected a TypeError to be thrown but no exception was thrown at all
intl402/DisplayNames/locales-length-poison-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
intl402/DisplayNames/locales-length-tolength-throws.js  # [sloppy] expected pass, Runtime Test262Error: poisoned valueOf for ToNumber Expected a Test262Error to be thrown but no exception was thrown at all
intl402/DisplayNames/locales-symbol-length.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [length, 0] should have the same contents. 
intl402/DisplayNames/options-fallback-abrupt-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
intl402/DisplayNames/options-fallback-invalid-throws.js  # [sloppy] expected pass, Runtime Test262Error: err Expected a RangeError to be thrown but no exception was thrown at all
intl402/DisplayNames/options-fallback-toString-abrupt-throws.js  # [sloppy] expected pass, Runtime Test262Error: from toString Expected a Test262Error to be thrown but no exception was thrown at all
intl402/DisplayNames/options-getoptionsobject.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
intl402/DisplayNames/options-languagedisplay-abrupt-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
intl402/DisplayNames/options-languagedisplay-invalid-throws.js  # [sloppy] expected pass, Runtime Test262Error: err Expected a RangeError to be thrown but no exception was thrown at all
intl402/DisplayNames/options-languagedisplay-toString-abrupt-throws.js  # [sloppy] expected pass, Runtime Test262Error: from toString Expected a Test262Error to be thrown but no exception was thrown at all
intl402/DisplayNames/options-localeMatcher-abrupt-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
intl402/DisplayNames/options-localeMatcher-invalid-throws.js  # [sloppy] expected pass, Runtime Test262Error: bestfit Expected a RangeError to be thrown but no exception was thrown at all
intl402/DisplayNames/options-localeMatcher-toString-abrupt-throws.js  # [sloppy] expected pass, Runtime Test262Error: from toString Expected a Test262Error to be thrown but no exception was thrown at all
intl402/DisplayNames/options-null-throws.js  # [sloppy] expected pass, Runtime Test262Error: null Expected a TypeError to be thrown but no exception was thrown at all
intl402/DisplayNames/options-style-abrupt-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
intl402/DisplayNames/options-style-invalid-throws.js  # [sloppy] expected pass, Runtime Test262Error: small Expected a RangeError to be thrown but no exception was thrown at all
intl402/DisplayNames/options-style-toString-abrupt-throws.js  # [sloppy] expected pass, Runtime Test262Error: from toString Expected a Test262Error to be thrown but no exception was thrown at all
intl402/DisplayNames/options-type-abrupt-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
intl402/DisplayNames/options-type-invalid-throws.js  # [sloppy] expected pass, Runtime Test262Error: undefined options Expected a TypeError to be thrown but no exception was thrown at all
intl402/DisplayNames/options-type-toString-abrupt-throws.js  # [sloppy] expected pass, Runtime Test262Error: from toString Expected a Test262Error to be thrown but no exception was thrown at all
intl402/DisplayNames/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: DisplayNames descriptor should not be enumerable
intl402/DisplayNames/prototype/of/type-calendar-invalid.js  # [sloppy] expected pass, Runtime Test262Error: insufficient length Expected a RangeError to be thrown but no exception was thrown at all
intl402/DisplayNames/prototype/of/type-datetimefield-invalid.js  # [sloppy] expected pass, Runtime Test262Error: empty string Expected a RangeError to be thrown but no exception was thrown at all
intl402/DisplayNames/prototype/of/type-language-invalid.js  # [sloppy] expected pass, Runtime Test262Error: invalid language subtag - empty string Expected a RangeError to be thrown but no exception was thrown at all
intl402/DisplayNames/prototype/of/type-region-invalid.js  # [sloppy] expected pass, Runtime Test262Error: insufficient length, numeric Expected a RangeError to be thrown but no exception was thrown at all
intl402/DisplayNames/prototype/resolvedOptions/default-option-values.js  # [sloppy] expected pass, Runtime Test262Error: style descriptor value should be long; style value should be long
intl402/DisplayNames/prototype/resolvedOptions/option-fallback.js  # [sloppy] expected pass, Runtime Test262Error: fallback should be an own property
intl402/DisplayNames/prototype/resolvedOptions/option-languagedisplay.js  # [sloppy] expected pass, Runtime Test262Error: languageDisplay should be an own property
intl402/DisplayNames/prototype/resolvedOptions/option-style.js  # [sloppy] expected pass, Runtime Test262Error: type should be an own property
intl402/DisplayNames/prototype/resolvedOptions/option-type.js  # [sloppy] expected pass, Runtime Test262Error: type should be an own property
intl402/DisplayNames/prototype/resolvedOptions/return-object.js  # [sloppy] expected pass, Runtime Test262Error: Actual [locale, numberingSystem, style, minimumIntegerDigits, minimumFractionDigits, maximumFractionDigits, useGrouping, notation, signDisplay, roundingIncrement, roundingMode, roundingPriority, trailingZeroDisplay] and expected [locale, style, type, fallback, languageDisplay] should have the same contents. all the data properties set to this object, in order of creation
intl402/DisplayNames/undefined-newtarget-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
intl402/DurationFormat/constructor-options-numberingSystem-valid.js  # [sloppy] expected pass, Runtime Test262Error: adlm is supported by DurationFormat Expected SameValue(«"latn"», «"adlm"») to be true
intl402/DurationFormat/prototype/format/digital-style-with-hours-display-auto-with-zero-hour.js  # [sloppy] expected pass, Runtime Test262Error: Duration is {"days":1,"hours":0,"minutes":1,"seconds":2} Expected SameValue(«"1 d, 01:02"», «"1 day, 01:02"») to be true
intl402/DurationFormat/prototype/format/negative-zero.js  # [sloppy] expected pass, Runtime Test262Error: -0 years produces the same output as +0 years when display is "always" Expected SameValue(«"-0 yr"», «"0 yr"») to be true
intl402/DurationFormat/prototype/format/style-digital-fractionalDigits-undefined-en.js  # [sloppy] expected pass, Runtime Test262Error: format output with microsecond digits and fractionalDigits: undefined using digital style option Expected SameValue(«"1:22:33.111221999"», «"1:22:33.111222"») to be true
intl402/DurationFormat/prototype/format/style-digital-largenumber-en.js  # [sloppy] expected pass, Runtime Test262Error: useGrouping set to false applies to time units but not days Expected SameValue(«"1,234,567 d, 3:20:45"», «"1,234,567 days, 3:20:45"») to be true
intl402/DurationFormat/supportedLocalesOf/basic.js  # [sloppy] expected pass, Runtime Test262Error: The length of the supported locales list should be 1 Expected SameValue(«2», «1») to be true
intl402/FallbackSymbol/description.js  # [sloppy] expected pass, Runtime Test262Error: %Intl%.[[FallbackSymbol]] with description IntlLegacyConstructedSymbol should exist Expected SameValue(«undefined», «undefined») to be false
intl402/FallbackSymbol/per-realm.js  # [sloppy] expected pass, Runtime Test262Error: %Intl%.[[FallbackSymbol]] should exist in original realm Expected SameValue(«undefined», «undefined») to be false
intl402/Intl/builtin.js  # [sloppy] expected pass, Runtime Test262Error: The [[Prototype]] of Intl is %ObjectPrototype%. Expected SameValue(«null», «[object Object]») to be true
intl402/Intl/getCanonicalLocales/canonicalized-tags.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"cmn"», «"zh"») to be true
intl402/Intl/getCanonicalLocales/complex-language-subtag-replacement.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"sh"», «"sr-Latn"») to be true
intl402/Intl/getCanonicalLocales/complex-region-subtag-replacement.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"ru-SU"», «"ru-RU"») to be true
intl402/Intl/getCanonicalLocales/grandfathered.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"art-lojban"», «"jbo"») to be true
intl402/Intl/getCanonicalLocales/has-property.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
intl402/Intl/getCanonicalLocales/non-iana-canon.js  # [sloppy] expected pass, Runtime Test262Error: The value of Intl.getCanonicalLocales(tag)[0] equals the value of `canonical` Expected SameValue(«"mo"», «"ro"») to be true
intl402/Intl/getCanonicalLocales/preferred-grandfathered.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"art-lojban"», «"jbo"») to be true
intl402/Intl/getCanonicalLocales/preferred-variant.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"ja-Latn-hepburn-heploc"», «"ja-Latn-alalc97"») to be true
intl402/Intl/getCanonicalLocales/transformed-ext-canonical.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"en-t-iw"», «"en-t-he"») to be true
intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-calendar.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"und-u-ca-ethiopic-amete-alem"», «"und-u-ca-ethioaa"») to be true
intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-col-strength.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"und-u-ks-primary"», «"und-u-ks-level1"») to be true
intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-measurement-system.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"und-u-ms-imperial"», «"und-u-ms-uksystem"») to be true
intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-region.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"und-u-rg-no23"», «"und-u-rg-no50"») to be true
intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-subdivision.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"und-NO-u-sd-no23"», «"und-NO-u-sd-no50"») to be true
intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-timezone.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"und-u-tz-cnckg"», «"und-u-tz-cnsha"») to be true
intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-yes-to-true.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"und-u-kb-yes"», «"und-u-kb"») to be true
intl402/Intl/supportedValuesOf/calendars-required-by-intl-era-monthcode.js  # [sloppy] expected pass, Runtime Test262Error: Actual [buddhist, chinese, coptic, dangi, ethioaa, ethiopic, gregory, hebrew, indian, islamic, islamic-civil, islamic-rgsa, islamic-tbla, islamic-umalqura, iso8601, japanese, persian, roc] and expected [buddhist, chinese, coptic, dangi, ethioaa, ethiopic, gregory, hebrew, indian, islamic-civil, islamic-tbla, islamic-umalqura, iso8601, japanese, persian, roc] should have the same contents. only the required calendars are supported
intl402/Intl/supportedValuesOf/collations-accepted-by-Collator.js  # [sloppy] expected pass, Runtime Test262Error: compat is supported by Collator
intl402/Intl/supportedValuesOf/currencies-accepted-by-DisplayNames.js  # [sloppy] expected pass, Runtime Test262Error: AAA supported but not returned by supportedValuesOf
intl402/Intl/supportedValuesOf/numberingSystems-accepted-by-DateTimeFormat.js  # [sloppy] expected pass, Runtime Test262Error: armn supported but not returned by supportedValuesOf
intl402/Intl/supportedValuesOf/numberingSystems-accepted-by-NumberFormat.js  # [sloppy] expected pass, Runtime Test262Error: armn supported but not returned by supportedValuesOf
intl402/Intl/supportedValuesOf/numberingSystems-accepted-by-RelativeTimeFormat.js  # [sloppy] expected pass, Runtime Test262Error: adlm is supported by RelativeTimeFormat Expected SameValue(«"latn"», «"adlm"») to be true
intl402/Intl/supportedValuesOf/numberingSystems-with-simple-digit-mappings.js  # [sloppy] expected pass, Runtime Test262Error: gara with simple digit mappings is supported
intl402/Intl/supportedValuesOf/timeZones-include-non-continental.js  # [sloppy] expected pass, Runtime Test262Error: non-continental timezone Etc/GMT+1 is not supported
intl402/Intl/toStringTag/toString.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[object Object]"», «"[object Intl]"») to be true
intl402/Intl/toStringTag/toStringTag.js  # [sloppy] expected pass, Runtime Test262Error: Symbol(Symbol.toStringTag) should be an own property
intl402/ListFormat/constructor/constructor/subclassing.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/ListFormat/constructor/supportedLocalesOf/basic.js  # [sloppy] expected pass, Runtime Test262Error: The length of supported locales list is not 1. Expected SameValue(«2», «1») to be true
intl402/ListFormat/constructor/supportedLocalesOf/options-null.js  # [sloppy] expected pass, Runtime Test262Error: Should throw when passing null as the options argument Expected a TypeError to be thrown but no exception was thrown at all
intl402/ListFormat/prototype/format/en-us-narrow.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"foo, bar"», «"foo bar"») to be true
intl402/ListFormat/prototype/format/en-us-short.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"foo and bar"», «"foo & bar"») to be true
intl402/ListFormat/prototype/format/es-es-long.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"foo, bar"», «"foo y bar"») to be true
intl402/ListFormat/prototype/format/es-es-narrow.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"foo, bar"», «"foo bar"») to be true
intl402/ListFormat/prototype/format/es-es-short.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"foo, bar"», «"foo y bar"») to be true
intl402/ListFormat/prototype/format/iterable-iteratorclose.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected Colon, found LParen (at 7296..7297)
intl402/ListFormat/prototype/formatToParts/en-us-narrow.js  # [sloppy] expected pass, Runtime Test262Error: undefined: parts[1].value Expected SameValue(«", "», «" "») to be true
intl402/ListFormat/prototype/formatToParts/en-us-short.js  # [sloppy] expected pass, Runtime Test262Error: undefined: parts[1].value Expected SameValue(«" and "», «" & "») to be true
intl402/ListFormat/prototype/formatToParts/es-es-long.js  # [sloppy] expected pass, Runtime Test262Error: undefined: parts[1].value Expected SameValue(«", "», «" y "») to be true
intl402/ListFormat/prototype/formatToParts/es-es-narrow.js  # [sloppy] expected pass, Runtime Test262Error: undefined: parts[1].value Expected SameValue(«", "», «" "») to be true
intl402/ListFormat/prototype/formatToParts/es-es-short.js  # [sloppy] expected pass, Runtime Test262Error: undefined: parts[1].value Expected SameValue(«", "», «" y "») to be true
intl402/ListFormat/prototype/formatToParts/iterable-iteratorclose.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected Colon, found LParen (at 7303..7304)
intl402/Locale/canonicalize-locale-list-take-locale.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «1») to be true
intl402/Locale/constructor-apply-options-canonicalizes-twice.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"ru-Armn-SU"», «"ru-Armn-AM"») to be true
intl402/Locale/constructor-getter-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [tag toString, get language, toString language, get script, toString script, get region, toString region, get calendar, toString calendar, get collation, toString collation, get hourCycle, toString hourCycle, get caseFirst, toString caseFirst, get numeric, get numberingSystem, toString numberingSystem] and expected [tag toString, get language, toString language, get script, toString script, get region, toString region, get variants, toString variants, get calendar, toString calendar, get collation, toString collation, get hourCycle, toString hourCycle, get caseFirst, toString caseFirst, get numeric, get numberingSystem, toString numberingSystem] should have the same contents. 
intl402/Locale/constructor-non-iana-canon.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale("mo").toString() returns "ro" Expected SameValue(«"mo"», «"ro"») to be true
intl402/Locale/constructor-options-calendar-invalid.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale("en", {calendar: ""}) throws RangeError Expected a RangeError to be thrown but no exception was thrown at all
intl402/Locale/constructor-options-canonicalized.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale("en-u-ca-islamicc").calendar returns islamic-civil Expected SameValue(«"islamicc"», «"islamic-civil"») to be true
intl402/Locale/constructor-options-collation-invalid.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
intl402/Locale/constructor-options-firstDayOfWeek-invalid.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale("en", {firstDayOfWeek: ""}) throws RangeError Expected a RangeError to be thrown but no exception was thrown at all
intl402/Locale/constructor-options-firstDayOfWeek-valid.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale("en", { firstDayOfWeek: mon }).toString() returns "en-u-fw-mon" Expected SameValue(«"en"», «"en-u-fw-mon"») to be true
intl402/Locale/constructor-options-language-grandfathered.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale("nb", {language: "no-bok"}) throws RangeError Expected a RangeError to be thrown but no exception was thrown at all
intl402/Locale/constructor-options-language-invalid.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale("en", {language: ""}) throws RangeError Expected a RangeError to be thrown but no exception was thrown at all
intl402/Locale/constructor-options-language-valid.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
intl402/Locale/constructor-options-numberingsystem-invalid.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale("en", {numberingSystem: ""}) throws RangeError Expected a RangeError to be thrown but no exception was thrown at all
intl402/Locale/constructor-options-region-invalid.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale("en", {region: ""}) throws RangeError Expected a RangeError to be thrown but no exception was thrown at all
intl402/Locale/constructor-options-region-valid.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale('en', {region: "554"}).toString() returns "en-NZ" Expected SameValue(«"en-554"», «"en-NZ"») to be true
intl402/Locale/constructor-options-script-invalid.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale("en", {script: ""}) throws RangeError Expected a RangeError to be thrown but no exception was thrown at all
intl402/Locale/constructor-options-throwing-getters.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale("en", {get variants() {throw new CustomError();}}) throws CustomError Expected a CustomError to be thrown but no exception was thrown at all
intl402/Locale/constructor-options-variants-invalid.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale("en", {variants: ""}) throws RangeError Expected a RangeError to be thrown but no exception was thrown at all
intl402/Locale/constructor-options-variants-valid.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale("en", {variants: "spanglis"}).toString() returns "en-spanglis" Expected SameValue(«"en"», «"en-spanglis"») to be true
intl402/Locale/constructor-tag.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale("en-x-u-foo").toString() returns "en-x-u-foo" Expected SameValue(«"en-x"», «"en-x-u-foo"») to be true
intl402/Locale/constructor-unicode-ext-valid.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale("da-u-ca-gregory-ca-buddhist").toString() returns "da-u-ca-gregory" Expected SameValue(«"da-u-ca-gregory-ca-buddhist"», «"da-u-ca-gregory"») to be true
intl402/Locale/extensions-grandfathered.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"fr-Cyrl-FR-gaulish-u-nu-latn"», «"fr-Cyrl-FR-u-nu-latn"») to be true
intl402/Locale/getters-grandfathered.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"cel-gaulish"», «"xtg"») to be true
intl402/Locale/getters-missing.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"1901"») to be true
intl402/Locale/getters.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"1996-fonipa"») to be true
intl402/Locale/invalid-tag-throws-boolean.js  # [sloppy] expected pass, Runtime Test262Error: true is an invalid tag value Expected a TypeError but got a RangeError
intl402/Locale/invalid-tag-throws-null.js  # [sloppy] expected pass, Runtime Test262Error: null is an invalid tag value Expected a TypeError but got a RangeError
intl402/Locale/invalid-tag-throws-number.js  # [sloppy] expected pass, Runtime Test262Error: 0 is an invalid tag value Expected a TypeError but got a RangeError
intl402/Locale/invalid-tag-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
intl402/Locale/likely-subtags-grandfathered.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"art-lojban"», «"jbo"») to be true
intl402/Locale/likely-subtags.js  # [sloppy] expected pass, Runtime Test262Error: "en".maximize() should be "en-Latn-US" Expected SameValue(«"en"», «"en-Latn-US"») to be true
intl402/Locale/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: Locale descriptor should not be enumerable
intl402/Locale/prototype/calendar/canonicalize.js  # [sloppy] expected pass, Runtime Test262Error: 'islamicc' should be canonicalize to 'islamic-civil' Expected SameValue(«"en-u-ca-islamicc"», «"en-u-ca-islamic-civil"») to be true
intl402/Locale/prototype/firstDayOfWeek/name.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
intl402/Locale/prototype/firstDayOfWeek/prop-desc.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
intl402/Locale/prototype/firstDayOfWeek/valid-id.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale(en-u-fw-mon).firstDayOfWeek returns "mon" Expected SameValue(«undefined», «"mon"») to be true
intl402/Locale/prototype/firstDayOfWeek/valid-options.js  # [sloppy] expected pass, Runtime Test262Error: new Intl.Locale("en", { firstDayOfWeek: mon }).firstDayOfWeek returns "mon" Expected SameValue(«undefined», «"mon"») to be true
intl402/Locale/prototype/getCalendars/branding.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"function"») to be true
intl402/Locale/prototype/getCalendars/name.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
intl402/Locale/prototype/getCalendars/output-array.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Locale/prototype/getCalendars/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: typeof Intl.Locale.prototype.getCalendars is function Expected SameValue(«"undefined"», «"function"») to be true
intl402/Locale/prototype/getCollations/branding.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"function"») to be true
intl402/Locale/prototype/getCollations/name.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
intl402/Locale/prototype/getCollations/output-array-values.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Locale/prototype/getCollations/output-array.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Locale/prototype/getCollations/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: typeof Intl.Locale.prototype.getCollations is function Expected SameValue(«"undefined"», «"function"») to be true
intl402/Locale/prototype/getHourCycles/branding.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"function"») to be true
intl402/Locale/prototype/getHourCycles/name.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
intl402/Locale/prototype/getHourCycles/output-array-values.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Locale/prototype/getHourCycles/output-array.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Locale/prototype/getHourCycles/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: typeof Intl.Locale.prototype.getHourCycles is function Expected SameValue(«"undefined"», «"function"») to be true
intl402/Locale/prototype/getNumberingSystems/branding.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"function"») to be true
intl402/Locale/prototype/getNumberingSystems/name.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
intl402/Locale/prototype/getNumberingSystems/output-array.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Locale/prototype/getNumberingSystems/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: typeof Intl.Locale.prototype.getNumberingSystems is function Expected SameValue(«"undefined"», «"function"») to be true
intl402/Locale/prototype/getTextInfo/branding.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"function"») to be true
intl402/Locale/prototype/getTextInfo/name.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
intl402/Locale/prototype/getTextInfo/output-object-keys.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Locale/prototype/getTextInfo/output-object.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Locale/prototype/getTextInfo/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: typeof Intl.Locale.prototype.getTextInfo is function Expected SameValue(«"undefined"», «"function"») to be true
intl402/Locale/prototype/getTimeZones/branding.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"function"») to be true
intl402/Locale/prototype/getTimeZones/name.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
intl402/Locale/prototype/getTimeZones/output-array-sorted.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Locale/prototype/getTimeZones/output-array-undefined.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Locale/prototype/getTimeZones/output-array.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Locale/prototype/getTimeZones/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: typeof Intl.Locale.prototype.getTimeZones is function Expected SameValue(«"undefined"», «"function"») to be true
intl402/Locale/prototype/getWeekInfo/branding.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"function"») to be true
intl402/Locale/prototype/getWeekInfo/firstDay-by-id.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Locale/prototype/getWeekInfo/firstDay-by-option.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Locale/prototype/getWeekInfo/name.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
intl402/Locale/prototype/getWeekInfo/output-object-keys.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Locale/prototype/getWeekInfo/output-object.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Locale/prototype/getWeekInfo/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: typeof Intl.Locale.prototype.getWeekInfo is function Expected SameValue(«"undefined"», «"function"») to be true
intl402/Locale/prototype/minimize/removing-likely-subtags-first-adds-likely-subtags.js  # [sloppy] expected pass, Runtime Test262Error: "und".minimize() should be "en" Expected SameValue(«"und"», «"en"») to be true
intl402/Locale/prototype/variants/name.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
intl402/Locale/prototype/variants/prop-desc.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
intl402/Locale/subclassing.js  # [sloppy] expected pass, Runtime Test262Error: Direct call Expected SameValue(«"[object Object]"», «"de"») to be true
intl402/Number/prototype/toLocaleString/returns-same-results-as-NumberFormat.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 0, 1, -1, 5.5, 123, -123, -123.45, 123.44501, 0.001234, -0.00000000123, 0.00000000000000000000000000000123, 1.2, 0.0000000012344501, 123,445.01, 12,344,501,000,000,000,000,000,000,000,000,000, -12,344,501,000,000,000,000,000,000,000,000,000, ∞, -∞, NaN] and expected [0, -0, 1, -1, 5.5, 123, -123, -123.45, 123.445, 0.001, -0, 0, 1.2, 0, 123,445.01, 12,344,501,000,000,000,487,815,444,678,311,936, -12,344,501,000,000,000,487,815,444,678,311,936, ∞, -∞, NaN] should have the same contents. (Testing with locales undefined; options undefined.)
intl402/Number/prototype/toLocaleString/throws-same-exceptions-as-NumberFormat.js  # [sloppy] expected pass, Runtime Test262Error: Number.prototype.toLocaleString didn't throw exception for locales null. Expected a TypeError to be thrown but no exception was thrown at all
intl402/NumberFormat/constructor-options-toobject.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
intl402/NumberFormat/constructor-roundingIncrement-invalid.js  # [sloppy] expected pass, Runtime Test262Error: 2, roundingType is "morePrecision" Expected a TypeError to be thrown but no exception was thrown at all
intl402/NumberFormat/currency-digits-nonstandard-notation.js  # [sloppy] expected pass, Runtime Test262Error: Didn't get correct minimumFractionDigits for JPY in compact notation. Expected SameValue(«2», «0») to be true
intl402/NumberFormat/ignore-invalid-unicode-ext-values.js  # [sloppy] expected pass, Runtime Test262Error: Locale ja-JP-u-cu-usd is affected by key cu; value USD. Expected SameValue(«"ja-JP-u-cu-usd"», «"ja-JP"») to be true
intl402/NumberFormat/intl-legacy-constructed-symbol-on-unwrap.js  # [sloppy] expected pass, Runtime TypeError: Intl method called on an object that is not a valid Intl method receiver
intl402/NumberFormat/intl-legacy-constructed-symbol-property.js  # [sloppy] expected pass, Runtime Test262Error: return value of Intl.NumberFormat constructor Expected SameValue(«[object Intl.NumberFormat]», «[object Intl.NumberFormat]») to be true
intl402/NumberFormat/intl-legacy-constructed-symbol.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
intl402/NumberFormat/length.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «0») to be true
intl402/NumberFormat/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: NumberFormat descriptor should not be enumerable
intl402/NumberFormat/prototype/format/engineering-scientific-zh-TW.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"NaN"», «"非數值"») to be true
intl402/NumberFormat/prototype/format/format-fraction-digits-precision.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 12344501000000000000000000000000000, en-US-u-nu-latn and options {"useGrouping":false,"minimumIntegerDigits":3,"minimumFractionDigits":1,"maximumFractionDigits":3} is 12344501000000000487815444678311936.0; expected 12344501000000000000000000000000000.0.
intl402/NumberFormat/prototype/format/format-fraction-digits.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for -0, ar-u-nu-latn and options {"useGrouping":false,"minimumIntegerDigits":3,"minimumFractionDigits":1,"maximumFractionDigits":3} is -000.0; expected ‎-000.0.
intl402/NumberFormat/prototype/format/format-rounding-increment-1.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.150, en-US-u-nu-latn and options {"roundingIncrement":1,"maximumFractionDigits":1} is 1.1; expected 1.2.
intl402/NumberFormat/prototype/format/format-rounding-increment-10.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.125, en-US-u-nu-latn and options {"roundingIncrement":10,"maximumFractionDigits":2,"minimumFractionDigits":2} is 1.13; expected 1.10.
intl402/NumberFormat/prototype/format/format-rounding-increment-100.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.125, en-US-u-nu-latn and options {"roundingIncrement":100,"maximumFractionDigits":3,"minimumFractionDigits":3} is 1.125; expected 1.100.
intl402/NumberFormat/prototype/format/format-rounding-increment-1000.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.125, en-US-u-nu-latn and options {"roundingIncrement":1000,"maximumFractionDigits":4,"minimumFractionDigits":4} is 1.1250; expected 1.1000.
intl402/NumberFormat/prototype/format/format-rounding-increment-2.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.25, en-US-u-nu-latn and options {"roundingIncrement":2,"maximumFractionDigits":1,"minimumFractionDigits":1} is 1.3; expected 1.2.
intl402/NumberFormat/prototype/format/format-rounding-increment-20.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.25, en-US-u-nu-latn and options {"roundingIncrement":20,"maximumFractionDigits":2,"minimumFractionDigits":2} is 1.25; expected 1.20.
intl402/NumberFormat/prototype/format/format-rounding-increment-200.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.25, en-US-u-nu-latn and options {"roundingIncrement":200,"maximumFractionDigits":3,"minimumFractionDigits":3} is 1.250; expected 1.200.
intl402/NumberFormat/prototype/format/format-rounding-increment-2000.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.25, en-US-u-nu-latn and options {"roundingIncrement":2000,"maximumFractionDigits":4,"minimumFractionDigits":4} is 1.2500; expected 1.2000.
intl402/NumberFormat/prototype/format/format-rounding-increment-25.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.3125, en-US-u-nu-latn and options {"roundingIncrement":25,"maximumFractionDigits":2,"minimumFractionDigits":2} is 1.31; expected 1.25.
intl402/NumberFormat/prototype/format/format-rounding-increment-250.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.3125, en-US-u-nu-latn and options {"roundingIncrement":250,"maximumFractionDigits":3,"minimumFractionDigits":3} is 1.313; expected 1.250.
intl402/NumberFormat/prototype/format/format-rounding-increment-2500.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.3125, en-US-u-nu-latn and options {"roundingIncrement":2500,"maximumFractionDigits":4,"minimumFractionDigits":4} is 1.3125; expected 1.2500.
intl402/NumberFormat/prototype/format/format-rounding-increment-5.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.625, en-US-u-nu-latn and options {"roundingIncrement":5,"maximumFractionDigits":1,"minimumFractionDigits":1} is 1.6; expected 1.5.
intl402/NumberFormat/prototype/format/format-rounding-increment-50.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.625, en-US-u-nu-latn and options {"roundingIncrement":50,"maximumFractionDigits":2,"minimumFractionDigits":2} is 1.63; expected 1.50.
intl402/NumberFormat/prototype/format/format-rounding-increment-500.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.625, en-US-u-nu-latn and options {"roundingIncrement":500,"maximumFractionDigits":3,"minimumFractionDigits":3} is 1.625; expected 1.500.
intl402/NumberFormat/prototype/format/format-rounding-increment-5000.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.625, en-US-u-nu-latn and options {"roundingIncrement":5000,"maximumFractionDigits":4,"minimumFractionDigits":4} is 1.6250; expected 1.5000.
intl402/NumberFormat/prototype/format/format-rounding-mode-ceil.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for -0, ar-u-nu-latn and options {"useGrouping":false,"roundingMode":"ceil","maximumSignificantDigits":2} is -0; expected ‎-0.
intl402/NumberFormat/prototype/format/format-rounding-mode-expand.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for -0, ar-u-nu-latn and options {"useGrouping":false,"roundingMode":"expand","maximumSignificantDigits":2} is -0; expected ‎-0.
intl402/NumberFormat/prototype/format/format-rounding-mode-floor.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for -0, ar-u-nu-latn and options {"useGrouping":false,"roundingMode":"floor","maximumSignificantDigits":2} is -0; expected ‎-0.
intl402/NumberFormat/prototype/format/format-rounding-mode-half-ceil.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.15, en-US-u-nu-latn and options {"useGrouping":false,"roundingMode":"halfCeil","maximumSignificantDigits":2} is 1.1; expected 1.2.
intl402/NumberFormat/prototype/format/format-rounding-mode-half-even.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.15, en-US-u-nu-latn and options {"useGrouping":false,"roundingMode":"halfEven","maximumSignificantDigits":2} is 1.1; expected 1.2.
intl402/NumberFormat/prototype/format/format-rounding-mode-half-expand.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.15, en-US-u-nu-latn and options {"useGrouping":false,"roundingMode":"halfExpand","maximumSignificantDigits":2} is 1.1; expected 1.2.
intl402/NumberFormat/prototype/format/format-rounding-mode-half-floor.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for -1.15, en-US-u-nu-latn and options {"useGrouping":false,"roundingMode":"halfFloor","maximumSignificantDigits":2} is -1.1; expected -1.2.
intl402/NumberFormat/prototype/format/format-rounding-mode-half-trunc.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for -0, ar-u-nu-latn and options {"useGrouping":false,"roundingMode":"halfTrunc","maximumSignificantDigits":2} is -0; expected ‎-0.
intl402/NumberFormat/prototype/format/format-rounding-mode-trunc.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for -0, ar-u-nu-latn and options {"useGrouping":false,"roundingMode":"trunc","maximumSignificantDigits":2} is -0; expected ‎-0.
intl402/NumberFormat/prototype/format/format-rounding-priority-auto.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1, en-US-u-nu-latn and options {"useGrouping":false,"roundingPriority":"auto","minimumSignificantDigits":2,"minimumFractionDigitsDigits":2} is 1; expected 1.0.
intl402/NumberFormat/prototype/format/format-rounding-priority-less-precision.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1.234, en-US-u-nu-latn and options {"useGrouping":false,"roundingPriority":"lessPrecision","maximumSignificantDigits":3,"maximumFractionDigits":1} is 1.23; expected 1.2.
intl402/NumberFormat/prototype/format/format-rounding-priority-more-precision.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1, en-US-u-nu-latn and options {"useGrouping":false,"roundingPriority":"morePrecision","minimumSignificantDigits":2,"minimumFractionDigits":2} is 1.00; expected 1.0.
intl402/NumberFormat/prototype/format/format-significant-digits-precision.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 123.44500, en-US-u-nu-latn and options {"useGrouping":false,"minimumSignificantDigits":3,"maximumSignificantDigits":5} is 123.44; expected 123.45.
intl402/NumberFormat/prototype/format/format-significant-digits.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for -0, ar-u-nu-latn and options {"useGrouping":false,"minimumSignificantDigits":3,"maximumSignificantDigits":5} is -0.00; expected ‎-0.00.
intl402/NumberFormat/prototype/format/notation-compact-de-DE.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"988M"», «"988 Mio."») to be true
intl402/NumberFormat/prototype/format/notation-compact-en-US.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"0.2"», «"0.16"») to be true
intl402/NumberFormat/prototype/format/notation-compact-ja-JP.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"988M"», «"9.9億"») to be true
intl402/NumberFormat/prototype/format/notation-compact-ko-KR.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"988M"», «"9.9억"») to be true
intl402/NumberFormat/prototype/format/notation-compact-zh-TW.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"988M"», «"9.9億"») to be true
intl402/NumberFormat/prototype/format/numbering-systems.js  # [sloppy] expected pass, Runtime Test262Error: numberingSystem: adlm, digit: 0 Expected SameValue(«"0"», «"𞥐"») to be true
intl402/NumberFormat/prototype/format/signDisplay-currency-de-DE.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"-+0,00 $"», «"-0,00 $"») to be true
intl402/NumberFormat/prototype/format/signDisplay-currency-en-US.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"-$987.00"», «"($987.00)"») to be true
intl402/NumberFormat/prototype/format/signDisplay-currency-ja-JP.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"-$987.00"», «"($987.00)"») to be true
intl402/NumberFormat/prototype/format/signDisplay-currency-ko-KR.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"-US$987.00"», «"(US$987.00)"») to be true
intl402/NumberFormat/prototype/format/signDisplay-currency-zh-TW.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"-US$987.00"», «"(US$987.00)"») to be true
intl402/NumberFormat/prototype/format/signDisplay-de-DE.js  # [sloppy] expected pass, Runtime Test262Error: -0 (always) Expected SameValue(«"-+0"», «"-0"») to be true
intl402/NumberFormat/prototype/format/signDisplay-en-US.js  # [sloppy] expected pass, Runtime Test262Error: -0 (always) Expected SameValue(«"-+0"», «"-0"») to be true
intl402/NumberFormat/prototype/format/signDisplay-ja-JP.js  # [sloppy] expected pass, Runtime Test262Error: -0 (always) Expected SameValue(«"-+0"», «"-0"») to be true
intl402/NumberFormat/prototype/format/signDisplay-ko-KR.js  # [sloppy] expected pass, Runtime Test262Error: -0 (always) Expected SameValue(«"-+0"», «"-0"») to be true
intl402/NumberFormat/prototype/format/signDisplay-negative-currency-de-DE.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"-0,00 $"», «"0,00 $"») to be true
intl402/NumberFormat/prototype/format/signDisplay-negative-currency-en-US.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"-$987.00"», «"($987.00)"») to be true
intl402/NumberFormat/prototype/format/signDisplay-negative-currency-ja-JP.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"-$987.00"», «"($987.00)"») to be true
intl402/NumberFormat/prototype/format/signDisplay-negative-currency-ko-KR.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"-US$987.00"», «"(US$987.00)"») to be true
intl402/NumberFormat/prototype/format/signDisplay-negative-currency-zh-TW.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"-US$987.00"», «"(US$987.00)"») to be true
intl402/NumberFormat/prototype/format/signDisplay-negative-de-DE.js  # [sloppy] expected pass, Runtime Test262Error: -0.0001 Expected SameValue(«"-0"», «"0"») to be true
intl402/NumberFormat/prototype/format/signDisplay-negative-en-US.js  # [sloppy] expected pass, Runtime Test262Error: -0.0001 Expected SameValue(«"-0"», «"0"») to be true
intl402/NumberFormat/prototype/format/signDisplay-negative-ja-JP.js  # [sloppy] expected pass, Runtime Test262Error: -0.0001 Expected SameValue(«"-0"», «"0"») to be true
intl402/NumberFormat/prototype/format/signDisplay-negative-ko-KR.js  # [sloppy] expected pass, Runtime Test262Error: -0.0001 Expected SameValue(«"-0"», «"0"») to be true
intl402/NumberFormat/prototype/format/signDisplay-negative-zh-TW.js  # [sloppy] expected pass, Runtime Test262Error: -0.0001 Expected SameValue(«"-0"», «"0"») to be true
intl402/NumberFormat/prototype/format/signDisplay-zh-TW.js  # [sloppy] expected pass, Runtime Test262Error: NaN (auto) Expected SameValue(«"NaN"», «"非數值"») to be true
intl402/NumberFormat/prototype/format/unit-de-DE.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"-987 km/h"», «"-987 km/h"») to be true
intl402/NumberFormat/prototype/format/unit-en-US.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"-987 km/h"», «"-987 km/h"») to be true
intl402/NumberFormat/prototype/format/unit-ja-JP.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"-987 km/h"», «"-987 km/h"») to be true
intl402/NumberFormat/prototype/format/unit-ko-KR.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"-987 km/h"», «"-987km/h"») to be true
intl402/NumberFormat/prototype/format/unit-zh-TW.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"-987 km/h"», «"-987 公里/小時"») to be true
intl402/NumberFormat/prototype/format/units.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"123"», «"123"») to be false
intl402/NumberFormat/prototype/format/useGrouping-en-IN.js  # [sloppy] expected pass, Runtime Test262Error: (omitted) Expected SameValue(«"100,000"», «"1,00,000"») to be true
intl402/NumberFormat/prototype/format/useGrouping-extended-de-DE.js  # [sloppy] expected pass, Runtime Test262Error: "min2" Expected SameValue(«"1.000"», «"1000"») to be true
intl402/NumberFormat/prototype/format/useGrouping-extended-en-IN.js  # [sloppy] expected pass, Runtime Test262Error: "always" Expected SameValue(«"100,000"», «"1,00,000"») to be true
intl402/NumberFormat/prototype/format/useGrouping-extended-en-US.js  # [sloppy] expected pass, Runtime Test262Error: "min2" Expected SameValue(«"1,000"», «"1000"») to be true
intl402/NumberFormat/prototype/format/value-arg-coerced-to-number.js  # [sloppy] expected pass, Runtime Test262Error: Intl.NumberFormat does not convert other types to numbers. Input: "0.1234567". Expected SameValue(«"NaN"», «"0.123"») to be true
intl402/NumberFormat/prototype/format/value-decimal-string.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"1"», «"1.0000000000000001"») to be true
intl402/NumberFormat/prototype/format/value-tonumber.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"NaN"», «"0"») to be true
intl402/NumberFormat/prototype/formatRange/builtin.js  # [sloppy] expected pass, Runtime Test262Error: The [[Class]] internal property of a built-in function must be "Function". Expected SameValue(«"[object Undefined]"», «"[object Function]"») to be true
intl402/NumberFormat/prototype/formatRange/en-US.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/NumberFormat/prototype/formatRange/invoked-as-func.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"function"») to be true
intl402/NumberFormat/prototype/formatRange/length.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
intl402/NumberFormat/prototype/formatRange/name.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
intl402/NumberFormat/prototype/formatRange/nan-arguments-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError but got a TypeError
intl402/NumberFormat/prototype/formatRange/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: `typeof Intl.NumberFormat.prototype.formatRange` is `function` Expected SameValue(«"undefined"», «"function"») to be true
intl402/NumberFormat/prototype/formatRange/pt-PT.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/NumberFormat/prototype/formatRange/x-greater-than-y-not-throws.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/NumberFormat/prototype/formatRangeToParts/builtin.js  # [sloppy] expected pass, Runtime Test262Error: The [[Class]] internal property of a built-in function must be "Function". Expected SameValue(«"[object Undefined]"», «"[object Function]"») to be true
intl402/NumberFormat/prototype/formatRangeToParts/en-US.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/NumberFormat/prototype/formatRangeToParts/invoked-as-func.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"function"») to be true
intl402/NumberFormat/prototype/formatRangeToParts/length.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
intl402/NumberFormat/prototype/formatRangeToParts/name.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
intl402/NumberFormat/prototype/formatRangeToParts/nan-arguments-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError but got a TypeError
intl402/NumberFormat/prototype/formatRangeToParts/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: `typeof Intl.NumberFormat.prototype.formatRangeToParts` is `function` Expected SameValue(«"undefined"», «"function"») to be true
intl402/NumberFormat/prototype/formatRangeToParts/x-greater-than-y-not-throws.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/NumberFormat/prototype/formatToParts/engineering-scientific-zh-TW.js  # [sloppy] expected pass, Runtime Test262Error: NaN - engineering: parts[0].value Expected SameValue(«"NaN"», «"非數值"») to be true
intl402/NumberFormat/prototype/formatToParts/notation-compact-de-DE.js  # [sloppy] expected pass, Runtime Test262Error: Compact short: 987654321: length Expected SameValue(«1», «3») to be true
intl402/NumberFormat/prototype/formatToParts/notation-compact-en-US.js  # [sloppy] expected pass, Runtime Test262Error: Compact short: 987654321: length Expected SameValue(«1», «2») to be true
intl402/NumberFormat/prototype/formatToParts/notation-compact-ja-JP.js  # [sloppy] expected pass, Runtime Test262Error: Compact short: 987654321: length Expected SameValue(«1», «4») to be true
intl402/NumberFormat/prototype/formatToParts/notation-compact-ko-KR.js  # [sloppy] expected pass, Runtime Test262Error: Compact short: 987654321: length Expected SameValue(«1», «4») to be true
intl402/NumberFormat/prototype/formatToParts/notation-compact-zh-TW.js  # [sloppy] expected pass, Runtime Test262Error: Compact short: 987654321: length Expected SameValue(«1», «4») to be true
intl402/NumberFormat/prototype/formatToParts/percent-en-US.js  # [sloppy] expected pass, Runtime Test262Error: unit: length Expected SameValue(«2», «3») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-currency-de-DE.js  # [sloppy] expected pass, Runtime Test262Error: negativeZero: length Expected SameValue(«7», «6») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-currency-en-US.js  # [sloppy] expected pass, Runtime Test262Error: negative: length Expected SameValue(«5», «6») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-currency-ja-JP.js  # [sloppy] expected pass, Runtime Test262Error: negative: length Expected SameValue(«5», «6») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-currency-ko-KR.js  # [sloppy] expected pass, Runtime Test262Error: negative: length Expected SameValue(«5», «6») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-currency-zh-TW.js  # [sloppy] expected pass, Runtime Test262Error: negative: length Expected SameValue(«5», «6») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-de-DE.js  # [sloppy] expected pass, Runtime Test262Error: -0 (always): length Expected SameValue(«3», «2») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-en-US.js  # [sloppy] expected pass, Runtime Test262Error: -0 (always): length Expected SameValue(«3», «2») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-ja-JP.js  # [sloppy] expected pass, Runtime Test262Error: -0 (always): length Expected SameValue(«3», «2») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-ko-KR.js  # [sloppy] expected pass, Runtime Test262Error: -0 (always): length Expected SameValue(«3», «2») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-negative-currency-de-DE.js  # [sloppy] expected pass, Runtime Test262Error: negativeNearZero: length Expected SameValue(«6», «5») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-negative-currency-en-US.js  # [sloppy] expected pass, Runtime Test262Error: negative: length Expected SameValue(«5», «6») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-negative-currency-ja-JP.js  # [sloppy] expected pass, Runtime Test262Error: negative: length Expected SameValue(«5», «6») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-negative-currency-ko-KR.js  # [sloppy] expected pass, Runtime Test262Error: negative: length Expected SameValue(«5», «6») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-negative-currency-zh-TW.js  # [sloppy] expected pass, Runtime Test262Error: negative: length Expected SameValue(«5», «6») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-negative-de-DE.js  # [sloppy] expected pass, Runtime Test262Error: -0.0001 (negative): length Expected SameValue(«2», «1») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-negative-en-US.js  # [sloppy] expected pass, Runtime Test262Error: -0.0001 (negative): length Expected SameValue(«2», «1») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-negative-ja-JP.js  # [sloppy] expected pass, Runtime Test262Error: -0.0001 (negative): length Expected SameValue(«2», «1») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-negative-ko-KR.js  # [sloppy] expected pass, Runtime Test262Error: -0.0001 (negative): length Expected SameValue(«2», «1») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-negative-zh-TW.js  # [sloppy] expected pass, Runtime Test262Error: -0.0001 (negative): length Expected SameValue(«2», «1») to be true
intl402/NumberFormat/prototype/formatToParts/signDisplay-zh-TW.js  # [sloppy] expected pass, Runtime Test262Error: NaN (auto): parts[0].value Expected SameValue(«"NaN"», «"非數值"») to be true
intl402/NumberFormat/prototype/formatToParts/unit-de-DE.js  # [sloppy] expected pass, Runtime Test262Error: undefined: length Expected SameValue(«2», «4») to be true
intl402/NumberFormat/prototype/formatToParts/unit-en-US.js  # [sloppy] expected pass, Runtime Test262Error: undefined: length Expected SameValue(«2», «4») to be true
intl402/NumberFormat/prototype/formatToParts/unit-ja-JP.js  # [sloppy] expected pass, Runtime Test262Error: undefined: length Expected SameValue(«2», «4») to be true
intl402/NumberFormat/prototype/formatToParts/unit-ko-KR.js  # [sloppy] expected pass, Runtime Test262Error: undefined: length Expected SameValue(«2», «3») to be true
intl402/NumberFormat/prototype/formatToParts/unit-zh-TW.js  # [sloppy] expected pass, Runtime Test262Error: undefined: length Expected SameValue(«2», «4») to be true
intl402/NumberFormat/prototype/formatToParts/unit.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«false», «true») to be true
intl402/NumberFormat/prototype/formatToParts/value-tonumber.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"nan"», «"integer"») to be true
intl402/NumberFormat/prototype/resolvedOptions/resolved-numbering-system-unicode-extensions-and-options.js  # [sloppy] expected pass, Runtime Test262Error: Resolved numberingSystem for locale=en-u-nu-arab with numberingSystem=invalid Expected SameValue(«"invalid"», «"arab"») to be true
intl402/NumberFormat/subclassing.js  # [sloppy] expected pass, Runtime TypeError: map callback is not a function
intl402/NumberFormat/supportedLocalesOf/basic.js  # [sloppy] expected pass, Runtime Test262Error: The length of supported locales list is not 1. Expected SameValue(«2», «1») to be true
intl402/NumberFormat/test-option-roundingPriority-mixed-options.js  # [sloppy] expected pass, Runtime Test262Error: Formatted value for 1, en-US-u-nu-latn and options {"minimumSignificantDigits":2,"minimumFractionDigits":2,"roundingPriority":"morePrecision","userGrouping":false} is 1.00; expected 1.0.
intl402/NumberFormat/test-option-useGrouping-extended.js  # [sloppy] expected pass, Runtime Test262Error: compact, (omitted) Expected SameValue(«"auto"», «"min2"») to be true
intl402/PluralRules/can-be-subclassed.js  # [sloppy] expected pass, Runtime TypeError: Cannot read properties of undefined (reading 'bind')
intl402/PluralRules/prototype/select/notation.js  # [sloppy] expected pass, Runtime Test262Error: compact notation: 1500000 Expected SameValue(«"other"», «"many"») to be true
intl402/PluralRules/supportedLocalesOf/main.js  # [sloppy] expected pass, Runtime Test262Error: The length of supported locales list is not 1. Expected SameValue(«2», «1») to be true
intl402/RelativeTimeFormat/constructor/constructor/subclassing.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/RelativeTimeFormat/constructor/supportedLocalesOf/basic.js  # [sloppy] expected pass, Runtime Test262Error: The length of supported locales list is not 1. Expected SameValue(«2», «1») to be true
intl402/RelativeTimeFormat/constructor/supportedLocalesOf/options-null.js  # [sloppy] expected pass, Runtime Test262Error: Should throw when passing null as the options argument Expected a TypeError to be thrown but no exception was thrown at all
intl402/RelativeTimeFormat/prototype/format/pl-pl-style-long.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"in 1,000 seconds"», «"za 1000 sekund"») to be true
intl402/RelativeTimeFormat/prototype/format/pl-pl-style-narrow.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"in 1,000 sec."», «"za 1000 s"») to be true
intl402/RelativeTimeFormat/prototype/format/pl-pl-style-short.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"in 1,000 sec."», «"za 1000 sek."») to be true
intl402/RelativeTimeFormat/prototype/formatToParts/pl-pl-style-long.js  # [sloppy] expected pass, Runtime Test262Error: formatToParts(1000, second): length Expected SameValue(«5», «3») to be true
intl402/RelativeTimeFormat/prototype/formatToParts/pl-pl-style-narrow.js  # [sloppy] expected pass, Runtime Test262Error: formatToParts(1000, second): length Expected SameValue(«5», «3») to be true
intl402/RelativeTimeFormat/prototype/formatToParts/pl-pl-style-short.js  # [sloppy] expected pass, Runtime Test262Error: formatToParts(1000, second): length Expected SameValue(«5», «3») to be true
intl402/RelativeTimeFormat/prototype/resolvedOptions/resolved-numbering-system-unicode-extensions-and-options.js  # [sloppy] expected pass, Runtime Test262Error: Resolved numberingSystem for locale=en-u-nu-arab with numberingSystem=invalid Expected SameValue(«"latn"», «"arab"») to be true
intl402/Segmenter/constructor/constructor/locales-invalid.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
intl402/Segmenter/constructor/constructor/locales-valid.js  # [sloppy] expected pass, Runtime Test262Error: Single value: expected one of en, found en-US
intl402/Segmenter/constructor/constructor/newtarget-undefined.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
intl402/Segmenter/constructor/constructor/options-granularity-abrupt-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
intl402/Segmenter/constructor/constructor/options-granularity-invalid.js  # [sloppy] expected pass, Runtime Test262Error: null is an invalid style option value Expected a RangeError to be thrown but no exception was thrown at all
intl402/Segmenter/constructor/constructor/options-granularity-toString-abrupt-throws.js  # [sloppy] expected pass, Runtime Test262Error: from toString Expected a Test262Error to be thrown but no exception was thrown at all
intl402/Segmenter/constructor/constructor/options-granularity-valid.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"grapheme"») to be true
intl402/Segmenter/constructor/constructor/options-invalid.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
intl402/Segmenter/constructor/constructor/options-localeMatcher-abrupt-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
intl402/Segmenter/constructor/constructor/options-localeMatcher-invalid.js  # [sloppy] expected pass, Runtime Test262Error: null is an invalid localeMatcher option value Expected a RangeError to be thrown but no exception was thrown at all
intl402/Segmenter/constructor/constructor/options-localeMatcher-toString-abrupt-throws.js  # [sloppy] expected pass, Runtime Test262Error: from toString Expected a Test262Error to be thrown but no exception was thrown at all
intl402/Segmenter/constructor/constructor/options-null.js  # [sloppy] expected pass, Runtime Test262Error: null Expected a TypeError to be thrown but no exception was thrown at all
intl402/Segmenter/constructor/constructor/options-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [localeMatcher, localeMatcher toString, granularity, granularity toString] should have the same contents. 
intl402/Segmenter/constructor/constructor/options-throwing-getters.js  # [sloppy] expected pass, Runtime Test262Error: Exception from localeMatcher getter should be propagated Expected a CustomError to be thrown but no exception was thrown at all
intl402/Segmenter/constructor/constructor/options-undefined.js  # [sloppy] expected pass, Runtime Error: Should not call getter on Object.prototype: granularity
intl402/Segmenter/constructor/constructor/options-valid-combinations.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"grapheme"») to be true
intl402/Segmenter/constructor/constructor/subclassing.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Segmenter/constructor/length.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 0; length value should be 0
intl402/Segmenter/constructor/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: Segmenter descriptor should not be enumerable
intl402/Segmenter/constructor/supportedLocalesOf/basic.js  # [sloppy] expected pass, Runtime Test262Error: The length of supported locales list is not 1. Expected SameValue(«2», «1») to be true
intl402/Segmenter/constructor/supportedLocalesOf/options-null.js  # [sloppy] expected pass, Runtime Test262Error: Should throw when passing null as the options argument Expected a TypeError to be thrown but no exception was thrown at all
intl402/Segmenter/ctor-custom-get-prototype-poison-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
intl402/Segmenter/ctor-custom-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Intl.Segmenter]», «[object Object]») to be true
intl402/Segmenter/prototype/resolvedOptions/order.js  # [sloppy] expected pass, Runtime Test262Error: "locale" precedes "granularity"
intl402/Segmenter/prototype/resolvedOptions/type-without-lbs.js  # [sloppy] expected pass, Runtime Test262Error: granularity should be an own property
intl402/Segmenter/prototype/segment/containing/branding.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"function"») to be true
intl402/Segmenter/prototype/segment/containing/breakable-input.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Segmenter/prototype/segment/containing/iswordlike.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Segmenter/prototype/segment/containing/length.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
intl402/Segmenter/prototype/segment/containing/name.js  # [sloppy] expected pass, Runtime TypeError: Object.getOwnPropertyDescriptor called on null or undefined
intl402/Segmenter/prototype/segment/containing/one-index.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Segmenter/prototype/segment/containing/out-of-bound-index.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Segmenter/prototype/segment/containing/prop-desc.js  # [sloppy] expected pass, Runtime Test262Error: typeof %Segments.prototype%.containing  is function Expected SameValue(«"undefined"», «"function"») to be true
intl402/Segmenter/prototype/segment/containing/unbreakable-input.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Segmenter/prototype/segment/containing/word-iswordlike.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Segmenter/prototype/segment/containing/zero-index.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Segmenter/prototype/segment/name_of_symbol_iterator.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"[Symbol.iterator]"», «"values"») to be true
intl402/Segmenter/prototype/segment/next-mix-with-containing.js  # [sloppy] expected pass, Runtime TypeError: is not a function
intl402/Segmenter/prototype/segment/segment-tostring.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
intl402/String/prototype/localeCompare/default-options-object-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «-1») to be true
intl402/String/prototype/localeCompare/returns-same-results-as-Collator.js  # [sloppy] expected pass, Runtime Test262Error: Actual [!A, A, C, O, X, Z, Z., b, d, od, oe, of, ö, y, ö, 吉野家, 𠮷野家] and expected [!A, A, b, C, d, O, ö, ö, od, oe, of, X, y, Z, Z., 吉野家, 𠮷野家] should have the same contents. (Testing with locales undefined; options undefined.)
intl402/String/prototype/localeCompare/throws-same-exceptions-as-Collator.js  # [sloppy] expected pass, Runtime Test262Error: Internal error: Expected exception was not thrown by Intl.Collator for locales null. Expected SameValue(«undefined», «undefined») to be false
intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri.js  # [sloppy] expected pass, Runtime Test262Error: LATIN CAPITAL LETTER I WITH DOT ABOVE Expected SameValue(«"i̇"», «"i"») to be true
intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian.js  # [sloppy] expected pass, Runtime Test262Error: LATIN CAPITAL LETTER I followed by COMBINING GRAVE ACCENT Expected SameValue(«"ì"», «"i̇̀"») to be true
intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish.js  # [sloppy] expected pass, Runtime Test262Error: LATIN CAPITAL LETTER I WITH DOT ABOVE Expected SameValue(«"i̇"», «"i"») to be true
intl402/String/prototype/toLocaleLowerCase/validates-all-locale-identifiers.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri.js  # [sloppy] expected pass, Runtime Test262Error: LATIN SMALL LETTER I Expected SameValue(«"I"», «"İ"») to be true
intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian.js  # [sloppy] expected pass, Runtime Test262Error: COMBINING DOT ABOVE preceded by Soft_Dotted (U+0069) Expected SameValue(«"İ"», «"I"») to be true
intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish.js  # [sloppy] expected pass, Runtime Test262Error: LATIN SMALL LETTER I Expected SameValue(«"I"», «"İ"») to be true
intl402/String/prototype/toLocaleUpperCase/validates-all-locale-identifiers.js  # [sloppy] expected pass, Runtime Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
intl402/TypedArray/prototype/toLocaleString/calls-toLocaleString-number-elements.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"0"», «"0.000"») to be true (Testing with Float64Array and makePassthrough.)
intl402/constructors-string-and-single-element-array.js  # [sloppy] expected pass, Runtime Test262Error: Single locale string de results in de, but locale list [de] results in en. Expected SameValue(«"de"», «"en"») to be true (Testing with Collator.)
intl402/language-tags-canonicalized.js  # [sloppy] expected pass, Runtime Test262Error: For cmn got cmn; expected zh. (Testing with Collator.)
intl402/language-tags-invalid.js  # [sloppy] expected pass, Runtime Test262Error: Invalid language tag  was not rejected. Expected a RangeError to be thrown but no exception was thrown at all (Testing with Collator.)
intl402/language-tags-with-underscore.js  # [sloppy] expected pass, Runtime Test262Error: Invalid language tag de_DE was not rejected. Expected a RangeError to be thrown but no exception was thrown at all (Testing with Collator.)
intl402/supportedLocalesOf-consistent-with-resolvedOptions.js  # [sloppy] expected pass, Runtime Test262Error: Locale zh is returned by supportedLocalesOf but not by resolvedOptions. Expected SameValue(«true», «false») to be true (Testing with Collator.)
intl402/supportedLocalesOf-default-locale-and-zxx-locale.js  # [sloppy] expected pass, Runtime Test262Error: SupportedLocales returned the "no linguistic content" locale with matcher lookup. Expected SameValue(«1», «-1») to be true (Testing with Collator.)
language/arguments-object/10.6-10-c-ii-1.js  # [sloppy] expected pass, Runtime Test262Error: foo(10,"sss",1) !== true
language/arguments-object/10.6-10-c-ii-2.js  # [sloppy] expected pass, Runtime Test262Error: foo(10,"sss",1) !== true
language/arguments-object/10.6-13-a-2.js  # [sloppy] expected pass, Runtime TypeError: is not a function
language/arguments-object/10.6-13-a-3.js  # [sloppy] expected pass, Runtime TypeError: is not a function
language/arguments-object/10.6-13-c-3-s.js  # [strict] expected pass, Runtime Test262Error: desc.configurable Expected SameValue(«true», «false») to be true
language/arguments-object/mapped/mapped-arguments-nonconfigurable-2.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/arguments-object/mapped/mapped-arguments-nonconfigurable-3.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/arguments-object/mapped/mapped-arguments-nonconfigurable-4.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-2.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-3.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-4.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritable-3.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritable-4.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritable-5.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-delete-2.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-delete-3.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-delete-4.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/arguments-object/mapped/nonconfigurable-descriptors-define-failure.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «2») to be true
language/arguments-object/mapped/nonconfigurable-descriptors-set-value-by-arguments.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/arguments-object/mapped/nonconfigurable-descriptors-set-value-with-define-property.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/arguments-object/mapped/nonconfigurable-descriptors-with-param-assign.js  # [sloppy] expected pass, Runtime Test262Error: 0 descriptor value should be 2; 0 value should be 2
language/arguments-object/mapped/nonconfigurable-nonenumerable-nonwritable-descriptors-set-by-arguments.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/arguments-object/mapped/nonconfigurable-nonenumerable-nonwritable-descriptors-set-by-param.js  # [sloppy] expected pass, Runtime Test262Error: 0 descriptor value should be 2; 0 value should be 2
language/arguments-object/mapped/nonconfigurable-nonwritable-descriptors-set-by-arguments.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/arguments-object/mapped/nonconfigurable-nonwritable-descriptors-set-by-param.js  # [sloppy] expected pass, Runtime Test262Error: 0 descriptor value should be 2; 0 value should be 2
language/arguments-object/mapped/writable-enumerable-configurable-descriptor.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «"foo"») to be true
language/computed-property-names/class/method/constructor.js  # [sloppy] expected pass, Runtime Test262Error: The result of `C !== C.prototype.constructor` is `true`
language/computed-property-names/class/method/generator.js  # [sloppy] expected pass, Runtime Test262Error: Actual [a, constructor] and expected [constructor, a] should have the same contents. 
language/computed-property-names/class/method/number.js  # [sloppy] expected pass, Runtime Test262Error: Actual [1, 2, a, c, constructor] and expected [1, 2, constructor, a, c] should have the same contents. 
language/computed-property-names/class/method/string.js  # [sloppy] expected pass, Runtime Test262Error: Actual [a, b, c, d, constructor] and expected [constructor, a, b, c, d] should have the same contents. 
language/computed-property-names/class/method/symbol.js  # [sloppy] expected pass, Runtime Test262Error: Actual [a, c, constructor] and expected [constructor, a, c] should have the same contents. 
language/computed-property-names/class/static/generator-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/computed-property-names/class/static/getter-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/computed-property-names/class/static/method-number-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [1, 2, length, name, a, c] and expected [1, 2, length, name, prototype, a, c] should have the same contents. 
language/computed-property-names/class/static/method-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/computed-property-names/class/static/method-string-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [length, name, a, b, c, d] and expected [length, name, prototype, a, b, c, d] should have the same contents. 
language/computed-property-names/class/static/method-symbol-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [length, name, a, c] and expected [length, name, prototype, a, c] should have the same contents. 
language/computed-property-names/class/static/setter-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/computed-property-names/to-name-side-effects/class.js  # [sloppy] expected pass, Runtime Test262Error: `compareArray(Object.getOwnPropertyNames(C.prototype), ['constructor', 'a', 'b', 'c', 'd'])` returns `true`
language/computed-property-names/to-name-side-effects/numbers-class.js  # [sloppy] expected pass, Runtime Test262Error: `compareArray(Object.getOwnPropertyNames(C.prototype), ['1', '2', 'constructor', 'a', 'c'])` returns `true`
language/destructuring/binding/keyed-destructuring-property-reference-target-evaluation-order-with-bindings.js  # [sloppy] expected pass, Runtime Test262Error: Actual [sourceKey, get source] and expected [binding::source, binding::sourceKey, sourceKey, binding::varTarget, get source, binding::defaultValue] should have the same contents. 
language/destructuring/binding/typedarray-backed-by-resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/directive-prologue/10.1.1-29-s.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: a strict-mode reserved word may not be used as an identifier (at 0..6)
language/directive-prologue/14.1-4-s.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/directive-prologue/14.1-5-s.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/eval-code/direct/export.js  # expected pass, Runtime Error: Unsupported("statement")
language/eval-code/direct/import.js  # expected pass, Runtime Error: Unsupported("statement")
language/eval-code/direct/lex-env-distinct-cls.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"function"», «"undefined"») to be true
language/eval-code/direct/lex-env-distinct-const.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"object"», «"undefined"») to be true
language/eval-code/direct/lex-env-distinct-let.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"number"», «"undefined"») to be true
language/eval-code/direct/lex-env-no-init-cls.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/eval-code/direct/lex-env-no-init-const.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/eval-code/direct/lex-env-no-init-let.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/eval-code/direct/non-definable-global-function.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/eval-code/direct/non-definable-global-generator.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/eval-code/direct/non-definable-global-var.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/eval-code/direct/var-env-func-init-global-update-configurable.js  # [sloppy] expected pass, Runtime Test262Error: f descriptor should be enumerable; f descriptor should be writable
language/eval-code/direct/var-env-func-init-local-new-delete.js  # [sloppy] expected pass, Runtime Test262Error: binding may be deleted Expected a ReferenceError to be thrown but no exception was thrown at all
language/eval-code/direct/var-env-global-lex-non-strict.js  # [sloppy] expected SyntaxError but the test passed
language/eval-code/direct/var-env-lower-lex-non-strict.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all
language/eval-code/direct/var-env-var-init-local-new-delete.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/eval-code/indirect/export.js  # expected pass, Runtime Error: Unsupported("statement")
language/eval-code/indirect/import.js  # expected pass, Runtime Error: Unsupported("statement")
language/eval-code/indirect/lex-env-distinct-cls.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"function"», «"undefined"») to be true
language/eval-code/indirect/lex-env-distinct-const.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"object"», «"undefined"») to be true
language/eval-code/indirect/lex-env-distinct-let.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"number"», «"undefined"») to be true
language/eval-code/indirect/lex-env-no-init-cls.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/eval-code/indirect/lex-env-no-init-const.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/eval-code/indirect/lex-env-no-init-let.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/eval-code/indirect/non-definable-function-with-function.js  # [sloppy] expected pass, Runtime Test262Error: declaration preceding Expected SameValue(«[object Object]», «undefined») to be true
language/eval-code/indirect/non-definable-function-with-variable.js  # [sloppy] expected pass, Runtime Test262Error: declaration preceding Expected SameValue(«[object Object]», «undefined») to be true
language/eval-code/indirect/non-definable-global-function.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/eval-code/indirect/non-definable-global-generator.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/eval-code/indirect/non-definable-global-var.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/eval-code/indirect/var-env-func-init-global-update-configurable.js  # [sloppy] expected pass, Runtime Test262Error: f descriptor should be enumerable; f descriptor should be writable
language/eval-code/indirect/var-env-global-lex-non-strict.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «undefined») to be false
language/expressions/addition/S11.6.1_A2.2_T3.js  # [sloppy] expected pass, Runtime Test262Error: #2: f1unction f2() {return 0;} f2.valueOf = function() {return 1;}; 1 + f2 === 1 + 1. Actual: 1function f2() { [native code] }
language/expressions/array/spread-obj-spread-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [z, a, 1, Symbol(foo)] and expected [1, z, a, Symbol(foo)] should have the same contents. 
language/expressions/arrow-function/dstr/ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/arrow-function/dstr/dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/arrow-function/lexical-super-call-from-within-constructor.js  # [sloppy] expected pass, Runtime Test262Error: The value of `count` is `2`, because S7 of `SuperCall : super Arguments` will call the super constructor. Expected SameValue(«1», «2») to be true
language/expressions/arrow-function/name.js  # [sloppy] expected pass, Runtime Test262Error: name should be an own property
language/expressions/arrow-function/scope-body-lex-distinct.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all
language/expressions/arrow-function/syntax/arrowparameters-bindingidentifier-yield.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected a semicolon or newline, found Arrow (at 6420..6422)
language/expressions/assignment/8.14.4-8-b_1.js  # [sloppy] expected pass, Runtime Test262Error: o.hasOwnProperty("bar") Expected SameValue(«true», «false») to be true
language/expressions/assignment/8.14.4-8-b_2.js  # [strict] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/assignment/S11.13.1_A5_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1: scope.x === 2. Actual: undefined
language/expressions/assignment/S11.13.1_A5_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1: scope.x === 2. Actual: undefined
language/expressions/assignment/S11.13.1_A5_T3.js  # [sloppy] expected pass, Runtime Test262Error: #1: innerScope.x === 2. Actual: undefined
language/expressions/assignment/S11.13.1_A6_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1: innerX === undefined. Actual: 1
language/expressions/assignment/S11.13.1_A6_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1: innerX === 2. Actual: 1
language/expressions/assignment/S11.13.1_A6_T3.js  # [sloppy] expected pass, Runtime Test262Error: #1: scope.x === 2. Actual: 1
language/expressions/assignment/destructuring/iterator-destructuring-property-reference-target-evaluation-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [source, iterator, target, target-key, target-key-tostring, iterator-step, iterator-done, set] and expected [source, iterator, target, target-key, iterator-step, iterator-done, target-key-tostring, set] should have the same contents. 
language/expressions/assignment/destructuring/keyed-destructuring-property-reference-target-evaluation-order-with-bindings.js  # [sloppy] expected pass, Runtime Test262Error: Actual [sourceKey, get source, targetKey] and expected [binding::source, binding::sourceKey, sourceKey, binding::target, binding::targetKey, get source, binding::defaultValue, targetKey, set target] should have the same contents. 
language/expressions/assignment/destructuring/keyed-destructuring-property-reference-target-evaluation-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [source, source-key, source-key-tostring, get, target, target-key, target-key-tostring] and expected [source, source-key, source-key-tostring, target, target-key, get, target-key-tostring, set] should have the same contents. 
language/expressions/assignment/dstr/array-elem-iter-rtrn-close-err.js  # [sloppy] expected pass, Runtime TypeError: is not a function
language/expressions/assignment/dstr/array-elem-iter-rtrn-close-null.js  # [sloppy] expected pass, Runtime TypeError: iterator did not terminate
language/expressions/assignment/dstr/array-elem-iter-rtrn-close.js  # [sloppy] expected pass, Runtime TypeError: iterator did not terminate
language/expressions/assignment/dstr/array-elem-put-let.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/expressions/assignment/dstr/array-elem-trlg-iter-list-rtrn-close-err.js  # [sloppy] expected pass, Runtime TypeError: iterator did not terminate
language/expressions/assignment/dstr/array-elem-trlg-iter-list-rtrn-close-null.js  # [sloppy] expected pass, Runtime TypeError: iterator did not terminate
language/expressions/assignment/dstr/array-elem-trlg-iter-list-rtrn-close.js  # [sloppy] expected pass, Runtime TypeError: iterator did not terminate
language/expressions/assignment/dstr/array-elem-trlg-iter-rest-rtrn-close-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
language/expressions/assignment/dstr/array-elem-trlg-iter-rest-rtrn-close-null.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/assignment/dstr/array-elem-trlg-iter-rest-rtrn-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«11», «1») to be true
language/expressions/assignment/dstr/array-elem-trlg-iter-rest-thrw-close-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«11», «1») to be true
language/expressions/assignment/dstr/array-elem-trlg-iter-rest-thrw-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«11», «1») to be true
language/expressions/assignment/dstr/array-rest-iter-rtrn-close-err.js  # [sloppy] expected pass, Runtime TypeError: is not a function
language/expressions/assignment/dstr/array-rest-iter-rtrn-close-null.js  # [sloppy] expected pass, Runtime TypeError: is not a function
language/expressions/assignment/dstr/array-rest-iter-rtrn-close.js  # [sloppy] expected pass, Runtime [object Object]: 
language/expressions/assignment/dstr/array-rest-iter-thrw-close-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«11», «0») to be true
language/expressions/assignment/dstr/array-rest-iter-thrw-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«11», «0») to be true
language/expressions/assignment/dstr/array-rest-lref-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «0») to be true
language/expressions/assignment/dstr/array-rest-nested-array-undefined-hole.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «undefined») to be true
language/expressions/assignment/dstr/array-rest-put-let.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/expressions/assignment/dstr/obj-id-put-let.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/expressions/assignment/dstr/obj-prop-put-let.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/expressions/assignment/dstr/obj-rest-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [z, a, 1] and expected [1, z, a, Symbol(foo)] should have the same contents. 
language/expressions/assignment/dstr/obj-rest-str-val.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"f"») to be true
language/expressions/assignment/fn-name-lhs-cover.js  # [sloppy] expected pass, Runtime Test262Error: name descriptor value should be ; name value should be 
language/expressions/assignment/fn-name-lhs-member.js  # [sloppy] expected pass, Runtime Test262Error: name should be an own property
language/expressions/assignment/target-super-computed-reference-null.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/assignment/target-super-identifier-reference-null.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/async-arrow-function/name.js  # [sloppy] expected pass, Runtime Test262Error: name should be an own property
language/expressions/async-function/name.js  # [sloppy] expected pass, Runtime Test262Error: name should be an own property
language/expressions/async-function/named-reassign-fn-name-in-body-in-arrow.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«1», «function BindingIdentifier() { [native cod)
language/expressions/async-function/named-reassign-fn-name-in-body-in-eval.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«1», «function BindingIdentifier() { [native cod)
language/expressions/async-function/named-reassign-fn-name-in-body.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«1», «function BindingIdentifier() { [native cod)
language/expressions/async-function/named-strict-error-reassign-fn-name-in-body-in-arrow.js  # [strict] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«0», «1») to be true )
language/expressions/async-function/named-strict-error-reassign-fn-name-in-body-in-eval.js  # [strict] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«0», «1») to be true )
language/expressions/async-function/named-strict-error-reassign-fn-name-in-body.js  # [strict] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«0», «1») to be true )
language/expressions/async-generator/default-proto.js  # [sloppy] expected pass, Runtime Test262Error: fn.prototype is undefined Expected SameValue(«[object Object]», «[object Object]») to be true
language/expressions/async-generator/dstr/ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/expressions/async-generator/dstr/dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/expressions/async-generator/dstr/named-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/expressions/async-generator/dstr/named-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/expressions/async-generator/name.js  # [sloppy] expected pass, Runtime Test262Error: name should be an own property
language/expressions/async-generator/named-no-strict-reassign-fn-name-in-body-in-arrow.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«1», «function BindingIdentifier() { [native cod)
language/expressions/async-generator/named-no-strict-reassign-fn-name-in-body-in-eval.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«1», «function BindingIdentifier() { [native cod)
language/expressions/async-generator/named-no-strict-reassign-fn-name-in-body.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«1», «function BindingIdentifier() { [native cod)
language/expressions/async-generator/named-strict-error-reassign-fn-name-in-body-in-arrow.js  # [strict] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«0», «1») to be true )
language/expressions/async-generator/named-strict-error-reassign-fn-name-in-body-in-eval.js  # [strict] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«0», «1») to be true )
language/expressions/async-generator/named-strict-error-reassign-fn-name-in-body.js  # [strict] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«0», «1») to be true )
language/expressions/async-generator/named-yield-identifier-non-strict.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«undefined», «43») to be true )
language/expressions/async-generator/named-yield-identifier-spread-non-strict.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«true», «false») to be true )
language/expressions/async-generator/named-yield-promise-reject-next-catch.js  # [sloppy] async did not complete (output: )
language/expressions/async-generator/named-yield-promise-reject-next-for-await-of-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/async-generator/named-yield-promise-reject-next-yield-star-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/async-generator/named-yield-promise-reject-next-yield-star-sync-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/async-generator/named-yield-promise-reject-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/async-generator/named-yield-star-async-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/expressions/async-generator/named-yield-star-getiter-sync-returns-string-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/async-generator/named-yield-star-getiter-sync-returns-symbol-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/async-generator/named-yield-star-next-not-callable-null-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/async-generator/named-yield-star-next-not-callable-undefined-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/async-generator/named-yield-star-sync-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/expressions/async-generator/yield-identifier-non-strict.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«undefined», «43») to be true )
language/expressions/async-generator/yield-identifier-spread-non-strict.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«true», «false») to be true )
language/expressions/async-generator/yield-promise-reject-next-catch.js  # [sloppy] async did not complete (output: )
language/expressions/async-generator/yield-promise-reject-next-for-await-of-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/async-generator/yield-promise-reject-next-yield-star-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/async-generator/yield-promise-reject-next-yield-star-sync-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/async-generator/yield-promise-reject-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/async-generator/yield-star-async-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/expressions/async-generator/yield-star-getiter-sync-returns-string-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/async-generator/yield-star-getiter-sync-returns-symbol-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/async-generator/yield-star-next-not-callable-null-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/async-generator/yield-star-next-not-callable-undefined-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/async-generator/yield-star-sync-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/expressions/async-generator/yield-thenable-create-resolving-functions-reject.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: isConstructor invoked with a non-function value )
language/expressions/async-generator/yield-thenable-create-resolving-functions-resolve.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: isConstructor invoked with a non-function value )
language/expressions/await/async-generator-interleaved.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [await, await, 1, 2] and expected [await, 1, await, 2] shoul)
language/expressions/await/await-monkey-patched-promise.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [Await: 42, Promise: 1] and expected [Promise: 1, Await: 42,)
language/expressions/await/await-non-promise-thenable.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [Await: 1, Await: 2, Promise: 1] and expected [Promise: 1, P)
language/expressions/await/for-await-of-interleaved.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [Await: [object Promise], Await: [object Promise], Await: [o)
language/expressions/bitwise-and/order-of-evaluation.js  # [sloppy] expected pass, Runtime Test262Error: ?ToNumeric(lhs) throws. Expected a TypeError but got a Test262Error
language/expressions/bitwise-not/bigint-non-primitive.js  # [sloppy] expected pass, Runtime Test262Error: The value of ~Object(1n) is -2n Expected SameValue(«-2», «-2n») to be true
language/expressions/bitwise-or/order-of-evaluation.js  # [sloppy] expected pass, Runtime Test262Error: ?ToNumeric(lhs) throws. Expected a TypeError but got a Test262Error
language/expressions/bitwise-xor/order-of-evaluation.js  # [sloppy] expected pass, Runtime Test262Error: ?ToNumeric(lhs) throws. Expected a TypeError but got a Test262Error
language/expressions/call/spread-obj-spread-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [z, a, 1, Symbol(foo)] and expected [1, z, a, Symbol(foo)] should have the same contents. 
language/expressions/class/accessor-name-inst-computed-yield-expr.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"get yield"») to be true
language/expressions/class/accessor-name-inst/literal-numeric-non-canonical.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"get string"») to be true
language/expressions/class/accessor-name-static-computed-yield-expr.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"get yield"») to be true
language/expressions/class/accessor-name-static/literal-numeric-non-canonical.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"get string"») to be true
language/expressions/class/async-gen-method-static/yield-promise-reject-next-catch.js  # [sloppy] async did not complete (output: )
language/expressions/class/async-gen-method-static/yield-promise-reject-next-for-await-of-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/class/async-gen-method-static/yield-promise-reject-next-yield-star-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/class/async-gen-method-static/yield-promise-reject-next-yield-star-sync-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/class/async-gen-method-static/yield-promise-reject-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/class/async-gen-method-static/yield-star-async-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/expressions/class/async-gen-method-static/yield-star-getiter-sync-returns-string-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/class/async-gen-method-static/yield-star-getiter-sync-returns-symbol-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/class/async-gen-method-static/yield-star-next-not-callable-null-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/class/async-gen-method-static/yield-star-next-not-callable-undefined-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/class/async-gen-method-static/yield-star-sync-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/expressions/class/async-gen-method/yield-promise-reject-next-catch.js  # [sloppy] async did not complete (output: )
language/expressions/class/async-gen-method/yield-promise-reject-next-for-await-of-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/class/async-gen-method/yield-promise-reject-next-yield-star-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/class/async-gen-method/yield-promise-reject-next-yield-star-sync-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/class/async-gen-method/yield-promise-reject-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/class/async-gen-method/yield-star-async-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/expressions/class/async-gen-method/yield-star-getiter-sync-returns-string-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/class/async-gen-method/yield-star-getiter-sync-returns-symbol-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/class/async-gen-method/yield-star-next-not-callable-null-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/class/async-gen-method/yield-star-next-not-callable-undefined-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/class/async-gen-method/yield-star-sync-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/expressions/class/constructor-this-tdz-during-initializers.js  # [sloppy] expected pass, Runtime ReferenceError: Must call super constructor before accessing 'this' or returning from derived constructor
language/expressions/class/cpn-class-expr-accessors-computed-property-name-from-generator-function-declaration.js  # [sloppy] expected pass, Runtime TypeError: Cannot convert object to primitive value
language/expressions/class/cpn-class-expr-computed-property-name-from-generator-function-declaration.js  # [sloppy] expected pass, Runtime TypeError: Cannot convert object to primitive value
language/expressions/class/cpn-class-expr-fields-computed-property-name-from-generator-function-declaration.js  # [sloppy] expected pass, Runtime TypeError: Cannot convert object to primitive value
language/expressions/class/cpn-class-expr-fields-methods-computed-property-name-from-generator-function-declaration.js  # [sloppy] expected pass, Runtime TypeError: Cannot convert object to primitive value
language/expressions/class/dstr/async-gen-meth-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/expressions/class/dstr/async-gen-meth-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/expressions/class/dstr/async-gen-meth-static-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/expressions/class/dstr/async-gen-meth-static-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/expressions/class/dstr/async-private-gen-meth-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/expressions/class/dstr/async-private-gen-meth-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/expressions/class/dstr/async-private-gen-meth-static-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/expressions/class/dstr/async-private-gen-meth-static-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/expressions/class/dstr/gen-meth-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/class/dstr/gen-meth-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/class/dstr/gen-meth-static-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/class/dstr/gen-meth-static-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/class/dstr/meth-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/class/dstr/meth-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/class/dstr/meth-static-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/class/dstr/meth-static-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/class/dstr/private-gen-meth-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/class/dstr/private-gen-meth-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/class/dstr/private-gen-meth-static-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/class/dstr/private-gen-meth-static-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/class/dstr/private-meth-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/class/dstr/private-meth-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/class/dstr/private-meth-static-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/class/dstr/private-meth-static-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/class/elements/arrow-body-direct-eval-err-contains-arguments.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError but got a ReferenceError
language/expressions/class/elements/arrow-body-private-direct-eval-err-contains-arguments.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError but got a ReferenceError
language/expressions/class/elements/async-gen-private-method-static/yield-promise-reject-next-catch.js  # [sloppy] async did not complete (output: )
language/expressions/class/elements/async-gen-private-method-static/yield-promise-reject-next-for-await-of-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/class/elements/async-gen-private-method-static/yield-promise-reject-next-yield-star-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/class/elements/async-gen-private-method-static/yield-promise-reject-next-yield-star-sync-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/class/elements/async-gen-private-method-static/yield-promise-reject-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/class/elements/async-gen-private-method-static/yield-star-async-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/expressions/class/elements/async-gen-private-method-static/yield-star-getiter-sync-returns-string-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/class/elements/async-gen-private-method-static/yield-star-getiter-sync-returns-symbol-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/class/elements/async-gen-private-method-static/yield-star-next-not-callable-null-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/class/elements/async-gen-private-method-static/yield-star-next-not-callable-undefined-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/class/elements/async-gen-private-method-static/yield-star-sync-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/expressions/class/elements/async-gen-private-method/yield-promise-reject-next-catch.js  # [sloppy] async did not complete (output: )
language/expressions/class/elements/async-gen-private-method/yield-promise-reject-next-for-await-of-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/class/elements/async-gen-private-method/yield-promise-reject-next-yield-star-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/class/elements/async-gen-private-method/yield-promise-reject-next-yield-star-sync-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/class/elements/async-gen-private-method/yield-promise-reject-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/class/elements/async-gen-private-method/yield-star-async-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/expressions/class/elements/async-gen-private-method/yield-star-getiter-sync-returns-string-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/class/elements/async-gen-private-method/yield-star-getiter-sync-returns-symbol-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/class/elements/async-gen-private-method/yield-star-next-not-callable-null-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/class/elements/async-gen-private-method/yield-star-next-not-callable-undefined-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/class/elements/async-gen-private-method/yield-star-sync-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/expressions/class/elements/class-name-static-initializer-default-export.js  # expected pass, Runtime [object Object]: 
language/expressions/class/elements/computed-name-toprimitive-symbol.js  # [sloppy] expected pass, Runtime Test262Error: Symbol() should be an own property
language/expressions/class/elements/computed-name-toprimitive.js  # [sloppy] expected pass, Runtime Test262Error: d should be an own property
language/expressions/class/elements/direct-eval-err-contains-arguments.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError but got a ReferenceError
language/expressions/class/elements/fields-computed-name-static-propname-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/elements/fields-run-once-on-double-super.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/expressions/class/elements/init-value-defined-after-class.js  # [sloppy] expected pass, Runtime Test262Error: false should be an own property
language/expressions/class/elements/init-value-incremental.js  # [sloppy] expected pass, Runtime Test262Error: 1 should be an own property
language/expressions/class/elements/intercalated-static-non-static-computed-fields.js  # [sloppy] expected pass, Runtime Test262Error: 0 should be an own property
language/expressions/class/elements/nested-direct-eval-err-contains-arguments.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError but got a ReferenceError
language/expressions/class/elements/nested-private-direct-eval-err-contains-arguments.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError but got a ReferenceError
language/expressions/class/elements/private-direct-eval-err-contains-arguments.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError but got a ReferenceError
language/expressions/class/elements/private-static-field-shadowed-by-field-on-nested-class.js  # [sloppy] expected pass, Runtime Test262Error: accessed private field from an arbritary object Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/elements/private-static-field-shadowed-by-getter-on-nested-class.js  # [sloppy] expected pass, Runtime Test262Error: accessed private getter from an arbritary object Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/elements/private-static-field-shadowed-by-setter-on-nested-class.js  # [sloppy] expected pass, Runtime Test262Error: accessed private setter from an arbritary object Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/elements/private-static-method-shadowed-by-field-on-nested-class.js  # [sloppy] expected pass, Runtime Test262Error: accessed private field from an arbritary object Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/elements/private-static-method-shadowed-by-getter-on-nested-class.js  # [sloppy] expected pass, Runtime Test262Error: accessed private getter from an arbritary object Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/elements/private-static-method-shadowed-by-setter-on-nested-class.js  # [sloppy] expected pass, Runtime Test262Error: accessed private setter from an arbritary object Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/elements/prod-private-getter-before-super-return-in-constructor.js  # [sloppy] expected pass, Runtime Test262Error: private getters are not installed before super returns Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/elements/prod-private-getter-before-super-return-in-field-initializer.js  # [sloppy] expected pass, Runtime Test262Error: private getters are not installed before super returns Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/elements/prod-private-method-before-super-return-in-constructor.js  # [sloppy] expected pass, Runtime Test262Error: private methods are not installed before super returns Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/elements/prod-private-method-before-super-return-in-field-initializer.js  # [sloppy] expected pass, Runtime Test262Error: private methods are not installed before super returns Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/elements/prod-private-setter-before-super-return-in-constructor.js  # [sloppy] expected pass, Runtime Test262Error: private setters are not installed before super returns Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/elements/prod-private-setter-before-super-return-in-field-initializer.js  # [sloppy] expected pass, Runtime Test262Error: private setters are not installed before super returns Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/elements/static-field-anonymous-function-name.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«""», «"#field"») to be true
language/expressions/class/elements/static-private-getter-access-on-inner-class.js  # [sloppy] expected pass, Runtime Test262Error: Accessed static private getter from an object which did not contain it Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/elements/static-private-method-subclass-receiver.js  # [sloppy] expected pass, Runtime Test262Error: D does not contain static private method #g Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/elements/static-private-setter-access-on-inner-class.js  # [sloppy] expected pass, Runtime Test262Error: Accessed static private setter from an object which did not contain it Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/elements/syntax/valid/grammar-special-prototype-accessor-meth-valid.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/expressions/class/elements/syntax/valid/grammar-special-prototype-async-gen-meth-valid.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/expressions/class/elements/syntax/valid/grammar-special-prototype-async-meth-valid.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/expressions/class/elements/syntax/valid/grammar-special-prototype-gen-meth-valid.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/expressions/class/elements/syntax/valid/grammar-special-prototype-meth-valid.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/expressions/class/name.js  # [sloppy] expected pass, Runtime Test262Error: name should be an own property
language/expressions/class/private-static-field-multiple-evaluations-of-class-direct-eval.js  # [sloppy] expected pass, Runtime Test262Error: invalid access of c1 private static field Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/private-static-field-multiple-evaluations-of-class-eval-indirect.js  # [sloppy] expected pass, Runtime Test262Error: invalid access of c1 private static field Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/private-static-field-multiple-evaluations-of-class-factory.js  # [sloppy] expected pass, Runtime Test262Error: invalid access of c1 private static field Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/private-static-field-multiple-evaluations-of-class-function-ctor.js  # [sloppy] expected pass, Runtime Test262Error: invalid access of c1 private static field Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/private-static-getter-multiple-evaluations-of-class-direct-eval.js  # [sloppy] expected pass, Runtime Test262Error: invalid access of C1 private static getter Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/private-static-getter-multiple-evaluations-of-class-eval-indirect.js  # [sloppy] expected pass, Runtime Test262Error: invalid access of C1 private static getter Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/private-static-getter-multiple-evaluations-of-class-factory.js  # [sloppy] expected pass, Runtime Test262Error: invalid access of C1 private static getter Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/private-static-getter-multiple-evaluations-of-class-function-ctor.js  # [sloppy] expected pass, Runtime Test262Error: invalid access of C1 private static getter Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/private-static-setter-multiple-evaluations-of-class-direct-eval.js  # [sloppy] expected pass, Runtime Test262Error: invalid access of C1 private static setter Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/private-static-setter-multiple-evaluations-of-class-eval-indirect.js  # [sloppy] expected pass, Runtime Test262Error: invalid access of C1 private static setter Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/private-static-setter-multiple-evaluations-of-class-factory.js  # [sloppy] expected pass, Runtime Test262Error: invalid access of C1 private static setter Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/private-static-setter-multiple-evaluations-of-class-function-ctor.js  # [sloppy] expected pass, Runtime Test262Error: invalid access of C1 private static setter Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/restricted-properties.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/scope-name-lex-open-heritage.js  # [sloppy] expected pass, Runtime Test262Error: from class heritage Expected SameValue(«"outside"», «class C { }») to be true
language/expressions/class/scope-name-lex-open-no-heritage.js  # [sloppy] expected pass, Runtime Test262Error: inner binding rejects modification Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/class/subclass-builtins/subclass-Function.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/expressions/class/subclass-builtins/subclass-WeakRef.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--10.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--12.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--14.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--16.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--18.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--2.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--20.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--4.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--6.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--8.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v-.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/expressions/delete/11.4.1-4.a-8.js  # [sloppy] expected pass, Runtime Test262Error: d Expected SameValue(«false», «true») to be true
language/expressions/delete/S11.4.1_A3.2_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1: x = 1; delete x === true
language/expressions/delete/S11.4.1_A3.3_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1: x = 1; delete x; x is not exist
language/expressions/delete/delete-unresolvable-base-object-reference-throws-typeerror.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/delete/member-computed-reference-null.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/delete/member-computed-reference-undefined.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/delete/member-identifier-reference-null.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/delete/member-identifier-reference-undefined.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/division/bigint-complex-infinity.js  # [sloppy] expected pass, Runtime Test262Error: 1n / 0n throws RangeError Expected a RangeError but got a TypeError
language/expressions/division/no-magic-asi-from-block-eval.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: unterminated regular expression literal (at 11..13)
language/expressions/division/no-magic-asi.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: unterminated regular expression literal (line terminator) (at 6627..6630)
language/expressions/division/order-of-evaluation.js  # [sloppy] expected pass, Runtime Test262Error: ?ToNumeric(lhs) throws. Expected a TypeError but got a Test262Error
language/expressions/does-not-equals/bigint-and-incomparable-primitive.js  # [sloppy] expected pass, Runtime Test262Error: The result of (0n != null) is true Expected SameValue(«false», «true») to be true
language/expressions/does-not-equals/bigint-and-number-extremes.js  # [sloppy] expected pass, Runtime Test262Error: The result of (0xfffffffffffff800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000n != Number.MAX_VALUE) is false Expected SameValue(«true», «false») to be true
language/expressions/does-not-equals/bigint-and-object.js  # [sloppy] expected pass, Runtime Test262Error: The result of (0n != Object(0n)) is false Expected SameValue(«true», «false») to be true
language/expressions/does-not-equals/bigint-and-string.js  # [sloppy] expected pass, Runtime Test262Error: The result of (900719925474099102n != "900719925474099101") is true Expected SameValue(«false», «true») to be true
language/expressions/dynamic-import/assignment-expression/array-literal.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:SyntaxError: cannot load module /home/magicaltux/projects/kataan/vendor/test262/test/language/e)
language/expressions/dynamic-import/assignment-expression/arrow-function.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:SyntaxError: cannot load module /home/magicaltux/projects/kataan/vendor/test262/test/language/e)
language/expressions/dynamic-import/assignment-expression/new-target.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:SyntaxError: cannot load module /home/magicaltux/projects/kataan/vendor/test262/test/language/e)
language/expressions/dynamic-import/assignment-expression/yield-assign-expr.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«[object Promise]», «42») to be true )
language/expressions/dynamic-import/assignment-expression/yield-expr.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:TypeError: cannot read property of null or undefined )
language/expressions/dynamic-import/for-await-resolution-and-error-agen-yield.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: a Expected SameValue(«undefined», «42») to be true )
language/expressions/dynamic-import/for-await-resolution-and-error-agen.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: foo )
language/expressions/dynamic-import/for-await-resolution-and-error.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [] and expected [42, 39] should have the same contents.  )
language/expressions/dynamic-import/import-defer/import-defer-async-module/main.js  # async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [] and expected [tla start, tla end] should have the same co)
language/expressions/dynamic-import/import-defer/import-defer-transitive-async-module/main.js  # async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [] and expected [tla start, tla end] should have the same co)
language/expressions/dynamic-import/import-defer/import-defer-transitive-async-module/promise-prototype-then-not-called.js  # async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [] and expected [tla start, tla end] should have the same co)
language/expressions/dynamic-import/import-defer/sync-dependency-of-deferred-async-module/main.js  # async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [] and expected [dep, tla-with-dep start, tla-with-dep end] )
language/expressions/dynamic-import/namespace/await-ns-define-own-property.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Change requested, Reflect.defineProperty: local1 Expected SameValue)
language/expressions/dynamic-import/namespace/promise-then-ns-define-own-property.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Change requested, Reflect.defineProperty: local1 Expected SameValue)
language/expressions/equals/bigint-and-incomparable-primitive.js  # [sloppy] expected pass, Runtime Test262Error: The result of (0n == null) is false Expected SameValue(«true», «false») to be true
language/expressions/equals/bigint-and-number-extremes.js  # [sloppy] expected pass, Runtime Test262Error: The result of (0xfffffffffffff800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000n == Number.MAX_VALUE) is true Expected SameValue(«false», «true») to be true
language/expressions/equals/bigint-and-object.js  # [sloppy] expected pass, Runtime Test262Error: The result of (0n == Object(0n)) is true Expected SameValue(«false», «true») to be true
language/expressions/equals/bigint-and-string.js  # [sloppy] expected pass, Runtime Test262Error: The result of (900719925474099102n == "900719925474099101") is false Expected SameValue(«true», «false») to be true
language/expressions/equals/coerce-symbol-to-prim-return-prim.js  # [sloppy] expected pass, Runtime Test262Error: symbol (equal) Expected SameValue(«false», «true») to be true
language/expressions/exponentiation/bigint-negative-exponent-throws.js  # [sloppy] expected pass, Runtime Test262Error: 1n ** -1n throws RangeError Expected a RangeError but got a TypeError
language/expressions/exponentiation/order-of-evaluation.js  # [sloppy] expected pass, Runtime Test262Error: ?ToNumeric(lhs) throws. Expected a TypeError but got a Test262Error
language/expressions/function/dstr/ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/function/dstr/dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/function/name.js  # [sloppy] expected pass, Runtime Test262Error: name should be an own property
language/expressions/function/named-no-strict-reassign-fn-name-in-body-in-arrow.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «function BindingIdentifier() { [native code] }») to be true
language/expressions/function/named-no-strict-reassign-fn-name-in-body-in-eval.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «function BindingIdentifier() { [native code] }») to be true
language/expressions/function/named-no-strict-reassign-fn-name-in-body.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «function BindingIdentifier() { [native code] }») to be true
language/expressions/function/named-strict-error-reassign-fn-name-in-body-in-arrow.js  # [strict] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/function/named-strict-error-reassign-fn-name-in-body-in-eval.js  # [strict] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/function/named-strict-error-reassign-fn-name-in-body.js  # [strict] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/function/scope-body-lex-distinct.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all
language/expressions/function/scope-name-var-open-non-strict.js  # [sloppy] expected pass, Runtime Test262Error: inner binding is immutable (from parameters) Expected SameValue(«null», «function f() { [native code] }») to be true
language/expressions/function/scope-name-var-open-strict.js  # [strict] expected pass, Runtime Test262Error: inner binding rejects modification (from parameters) Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/generators/default-proto.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «undefined») to be true
language/expressions/generators/dstr/ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/generators/dstr/dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/generators/has-instance.js  # [sloppy] expected pass, Runtime Test262Error: Instance created via function invocation
language/expressions/generators/name.js  # [sloppy] expected pass, Runtime Test262Error: name should be an own property
language/expressions/generators/named-no-strict-reassign-fn-name-in-body-in-arrow.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «function BindingIdentifier() { [native code] }») to be true
language/expressions/generators/named-no-strict-reassign-fn-name-in-body-in-eval.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «function BindingIdentifier() { [native code] }») to be true
language/expressions/generators/named-no-strict-reassign-fn-name-in-body.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «function BindingIdentifier() { [native code] }») to be true
language/expressions/generators/named-strict-error-reassign-fn-name-in-body-in-arrow.js  # [strict] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/generators/named-strict-error-reassign-fn-name-in-body-in-eval.js  # [strict] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/generators/named-strict-error-reassign-fn-name-in-body.js  # [strict] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/generators/named-yield-identifier-non-strict.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
language/expressions/generators/named-yield-identifier-spread-non-strict.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
language/expressions/generators/prototype-own-properties.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «0») to be true
language/expressions/generators/prototype-property-descriptor.js  # [sloppy] expected pass, Runtime Test262Error: prototype should be an own property
language/expressions/generators/prototype-relation-to-function.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «[object Object]») to be true
language/expressions/generators/prototype-value.js  # [sloppy] expected pass, Runtime Test262Error: Instance created via function invocation Expected SameValue(«[object Object]», «[object Object]») to be true
language/expressions/generators/scope-body-lex-distinct.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all
language/expressions/generators/scope-name-var-open-non-strict.js  # [sloppy] expected pass, Runtime Test262Error: inner binding is immutable (from parameters) Expected SameValue(«null», «function g() { [native code] }») to be true
language/expressions/generators/scope-name-var-open-strict.js  # [strict] expected pass, Runtime Test262Error: inner binding rejects modification (from parameters) Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/generators/yield-identifier-non-strict.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
language/expressions/generators/yield-identifier-spread-non-strict.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
language/expressions/greater-than-or-equal/S11.8.4_A4.12_T1.js  # [sloppy] expected pass, Runtime Test262Error: #10: ("\u{10000}" >= "\uFFFF") === false
language/expressions/greater-than-or-equal/bigint-and-incomparable-string.js  # [sloppy] expected pass, Runtime Test262Error: The result of (1n >= "0.") is false Expected SameValue(«true», «false») to be true
language/expressions/greater-than-or-equal/bigint-and-number-extremes.js  # [sloppy] expected pass, Runtime Test262Error: The result of (Number.MAX_VALUE >= 0xfffffffffffff7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffn) is true Expected SameValue(«false», «true») to be true
language/expressions/greater-than/S11.8.2_A4.12_T1.js  # [sloppy] expected pass, Runtime Test262Error: #10: ("\u{10000}" > "\uFFFF") === false
language/expressions/greater-than/bigint-and-incomparable-string.js  # [sloppy] expected pass, Runtime Test262Error: The result of (1n > "0.") is false Expected SameValue(«true», «false») to be true
language/expressions/greater-than/bigint-and-number-extremes.js  # [sloppy] expected pass, Runtime Test262Error: The result of (Number.MAX_VALUE > 0xfffffffffffff7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffn) is true Expected SameValue(«false», «true») to be true
language/expressions/greater-than/bigint-and-string.js  # [sloppy] expected pass, Runtime Test262Error: The result of (9007199254740993n > "9007199254740992") is true Expected SameValue(«false», «true») to be true
language/expressions/greater-than/bigint-and-symbol.js  # [sloppy] expected pass, Runtime Test262Error: 3n > Symbol("2") throws TypeError Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/import.meta/distinct-for-each-module.js  # expected pass, Runtime [object Object]: 
language/expressions/import.meta/import-meta-is-an-ordinary-object.js  # expected pass, Runtime [object Object]: 
language/expressions/in/private-field-rhs-non-object.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«null», «null») to be false
language/expressions/in/private-field-rhs-yield-present.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «true») to be true
language/expressions/instanceof/S15.3.5.3_A2_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1.1: O is not an object, throw a TypeError exception
language/expressions/instanceof/S15.3.5.3_A2_T5.js  # [sloppy] expected pass, Runtime Test262Error: #1.1: O is not an object, throw a TypeError exception
language/expressions/instanceof/primitive-prototype-with-primitive.js  # [sloppy] expected pass, Runtime TypeError: Right-hand side of 'instanceof' is not callable
language/expressions/instanceof/prototype-getter-with-object-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a DummyError but got a TypeError
language/expressions/instanceof/prototype-getter-with-object.js  # [sloppy] expected pass, Runtime TypeError: Right-hand side of 'instanceof' is not callable
language/expressions/instanceof/prototype-getter-with-primitive.js  # [sloppy] expected pass, Runtime TypeError: Right-hand side of 'instanceof' is not callable
language/expressions/left-shift/order-of-evaluation.js  # [sloppy] expected pass, Runtime Test262Error: ?ToNumeric(lhs) throws. Expected a TypeError but got a Test262Error
language/expressions/less-than-or-equal/S11.8.3_A4.12_T1.js  # [sloppy] expected pass, Runtime Test262Error: #10: ("\u{10000}" <= "\uFFFF") === true
language/expressions/less-than-or-equal/bigint-and-incomparable-string.js  # [sloppy] expected pass, Runtime Test262Error: The result of ("0." <= 1n) is false Expected SameValue(«true», «false») to be true
language/expressions/less-than-or-equal/bigint-and-number-extremes.js  # [sloppy] expected pass, Runtime Test262Error: The result of (0xfffffffffffff7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffn <= Number.MAX_VALUE) is true Expected SameValue(«false», «true») to be true
language/expressions/less-than-or-equal/bigint-and-string.js  # [sloppy] expected pass, Runtime Test262Error: The result of (9007199254740993n <= "9007199254740992") is false Expected SameValue(«true», «false») to be true
language/expressions/less-than/S11.8.1_A4.12_T1.js  # [sloppy] expected pass, Runtime Test262Error: #10: ("\u{10000}" < "\uFFFF") === true
language/expressions/less-than/bigint-and-incomparable-string.js  # [sloppy] expected pass, Runtime Test262Error: The result of ("0." < 1n) is false Expected SameValue(«true», «false») to be true
language/expressions/less-than/bigint-and-number-extremes.js  # [sloppy] expected pass, Runtime Test262Error: The result of (0xfffffffffffff7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffn < Number.MAX_VALUE) is true Expected SameValue(«false», «true») to be true
language/expressions/less-than/bigint-and-symbol.js  # [sloppy] expected pass, Runtime Test262Error: 3n < Symbol("2") throws TypeError Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/logical-assignment/lgcl-and-assignment-operator-lhs-before-rhs.js  # [sloppy] expected pass, Runtime Test262Error: Expected a DummyError to be thrown but no exception was thrown at all
language/expressions/logical-assignment/lgcl-and-assignment-operator-namedevaluation-arrow-function.js  # [sloppy] expected pass, Runtime Test262Error: value Expected SameValue(«""», «"value"») to be true
language/expressions/logical-assignment/lgcl-and-assignment-operator-namedevaluation-class-expression.js  # [sloppy] expected pass, Runtime Test262Error: value Expected SameValue(«""», «"value"») to be true
language/expressions/logical-assignment/lgcl-and-assignment-operator-namedevaluation-function.js  # [sloppy] expected pass, Runtime Test262Error: value Expected SameValue(«""», «"value"») to be true
language/expressions/logical-assignment/lgcl-and-assignment-operator-unresolved-lhs.js  # [strict] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/expressions/logical-assignment/lgcl-nullish-assignment-operator-lhs-before-rhs.js  # [sloppy] expected pass, Runtime Test262Error: Expected a DummyError but got a Test262Error
language/expressions/logical-assignment/lgcl-nullish-assignment-operator-namedevaluation-arrow-function.js  # [sloppy] expected pass, Runtime Test262Error: value Expected SameValue(«""», «"value"») to be true
language/expressions/logical-assignment/lgcl-nullish-assignment-operator-namedevaluation-class-expression.js  # [sloppy] expected pass, Runtime Test262Error: value Expected SameValue(«""», «"value"») to be true
language/expressions/logical-assignment/lgcl-nullish-assignment-operator-namedevaluation-function.js  # [sloppy] expected pass, Runtime Test262Error: value Expected SameValue(«""», «"value"») to be true
language/expressions/logical-assignment/lgcl-or-assignment-operator-lhs-before-rhs.js  # [sloppy] expected pass, Runtime Test262Error: Expected a DummyError but got a Test262Error
language/expressions/logical-assignment/lgcl-or-assignment-operator-namedevaluation-arrow-function.js  # [sloppy] expected pass, Runtime Test262Error: value Expected SameValue(«""», «"value"») to be true
language/expressions/logical-assignment/lgcl-or-assignment-operator-namedevaluation-class-expression.js  # [sloppy] expected pass, Runtime Test262Error: value Expected SameValue(«""», «"value"») to be true
language/expressions/logical-assignment/lgcl-or-assignment-operator-namedevaluation-function.js  # [sloppy] expected pass, Runtime Test262Error: value Expected SameValue(«""», «"value"») to be true
language/expressions/modulus/bigint-modulo-zero.js  # [sloppy] expected pass, Runtime Test262Error: 1n % 0n throws RangeError Expected a RangeError but got a TypeError
language/expressions/modulus/order-of-evaluation.js  # [sloppy] expected pass, Runtime Test262Error: ?ToNumeric(lhs) throws. Expected a TypeError but got a Test262Error
language/expressions/multiplication/order-of-evaluation.js  # [sloppy] expected pass, Runtime Test262Error: ?ToNumeric(lhs) throws. Expected a TypeError but got a Test262Error
language/expressions/new/spread-obj-spread-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [z, a, 1, Symbol(foo)] and expected [1, z, a, Symbol(foo)] should have the same contents. 
language/expressions/object/accessor-name-computed-yield-expr.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"get yield"») to be true
language/expressions/object/cpn-obj-lit-computed-property-name-from-generator-function-declaration.js  # [sloppy] expected pass, Runtime TypeError: Cannot convert object to primitive value
language/expressions/object/dstr/async-gen-meth-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/expressions/object/dstr/async-gen-meth-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/expressions/object/dstr/gen-meth-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/object/dstr/gen-meth-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/object/dstr/meth-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/object/dstr/meth-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/expressions/object/dstr/object-rest-proxy-get-not-called-on-dontenum-keys.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [Symbol(dont_enum_symbol), dontEnumString, 0, Symbol(enumerable_symbol), enumerableString, 1] should have the same contents. 
language/expressions/object/dstr/object-rest-proxy-gopd-not-called-on-excluded-keys.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [Symbol(included_symbol), includedString, 1] should have the same contents. 
language/expressions/object/dstr/object-rest-proxy-ownkeys-returned-keys-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [Symbol(), foo, 0] should have the same contents. 
language/expressions/object/identifier-shorthand-static-init-await-valid.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: reserved word cannot be used as a shorthand property (at 6622..6627)
language/expressions/object/literal-property-name-bigint.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected a property key, found BigInt (at 6917..6936)
language/expressions/object/method-definition/async-gen-yield-identifier-non-strict.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«undefined», «43») to be true )
language/expressions/object/method-definition/async-gen-yield-identifier-spread-non-strict.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«true», «false») to be true )
language/expressions/object/method-definition/async-gen-yield-promise-reject-next-catch.js  # [sloppy] async did not complete (output: )
language/expressions/object/method-definition/async-gen-yield-promise-reject-next-for-await-of-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/object/method-definition/async-gen-yield-promise-reject-next-yield-star-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/object/method-definition/async-gen-yield-promise-reject-next-yield-star-sync-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/object/method-definition/async-gen-yield-promise-reject-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/expressions/object/method-definition/async-gen-yield-star-async-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/expressions/object/method-definition/async-gen-yield-star-getiter-sync-returns-string-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/object/method-definition/async-gen-yield-star-getiter-sync-returns-symbol-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/object/method-definition/async-gen-yield-star-next-not-callable-null-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/object/method-definition/async-gen-yield-star-next-not-callable-undefined-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/expressions/object/method-definition/async-gen-yield-star-sync-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/expressions/object/method-definition/computed-property-name-yield-expression.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«20», «10») to be true
language/expressions/object/method-definition/gen-yield-identifier-non-strict.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
language/expressions/object/method-definition/gen-yield-identifier-spread-non-strict.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
language/expressions/object/method-definition/generator-prop-name-yield-expr.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «null») to be true
language/expressions/object/method-definition/generator-prototype-prop.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «undefined») to be true
language/expressions/object/method-definition/name-invoke-ctor.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/object/method-definition/name-prop-name-yield-expr.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «null») to be true
language/expressions/object/object-spread-proxy-get-not-called-on-dontenum-keys.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [Symbol(dont_enum_symbol), dontEnumString, 0, Symbol(enumerable_symbol), enumerableString, 1] should have the same contents. 
language/expressions/object/object-spread-proxy-no-excluded-keys.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [Symbol(), foo, 0] should have the same contents. 
language/expressions/object/object-spread-proxy-ownkeys-returned-keys-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [Symbol(), foo, 0] should have the same contents. 
language/expressions/object/prop-def-id-eval-error-2.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a ReferenceError
language/expressions/object/prop-def-id-eval-error.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
language/expressions/object/scope-gen-meth-body-lex-distinct.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all
language/expressions/object/scope-getter-body-lex-distinc.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all
language/expressions/object/scope-meth-body-lex-distinct.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all
language/expressions/object/scope-setter-body-lex-distinc.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all
language/expressions/object/setter-length-dflt.js  # [sloppy] expected pass, Runtime Test262Error: length descriptor value should be 0; length value should be 0
language/expressions/optional-chaining/eval-optional-call.js  # [sloppy] expected pass, Runtime Test262Error: fn() returns "global" value from indirect eval Expected SameValue(«"local"», «"global"») to be true
language/expressions/optional-chaining/member-expression.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"a"», «""») to be true
language/expressions/optional-chaining/optional-call-preserves-this.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
language/expressions/postfix-decrement/S11.3.2_A2.1_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1.2: x-- throw ReferenceError. Actual: Test262Error: #1.1: x-- throw ReferenceError. Actual: NaN
language/expressions/postfix-decrement/S11.3.2_A5_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1: scope.x === 1. Actual: undefined
language/expressions/postfix-decrement/S11.3.2_A5_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1: scope.x === 1. Actual: undefined
language/expressions/postfix-decrement/S11.3.2_A5_T3.js  # [sloppy] expected pass, Runtime Test262Error: #1: innerScope.x === 1. Actual: undefined
language/expressions/postfix-decrement/S11.3.2_A6_T1.js  # [sloppy] expected pass, Runtime Test262Error: Expected a DummyError to be thrown but no exception was thrown at all
language/expressions/postfix-decrement/S11.3.2_A6_T2.js  # [sloppy] expected pass, Runtime Test262Error: Expected a DummyError to be thrown but no exception was thrown at all
language/expressions/postfix-decrement/S11.3.2_A6_T3.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/expressions/postfix-decrement/operator-x-postfix-decrement-calls-putvalue-lhs-newvalue--1.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/expressions/postfix-increment/S11.3.1_A2.1_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1.2: x++ throw ReferenceError. Actual: Test262Error: #1.1: x++ throw ReferenceError. Actual: NaN
language/expressions/postfix-increment/S11.3.1_A5_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1: scope.x === 3. Actual: undefined
language/expressions/postfix-increment/S11.3.1_A5_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1: scope.x === 3. Actual: undefined
language/expressions/postfix-increment/S11.3.1_A5_T3.js  # [sloppy] expected pass, Runtime Test262Error: #1: innerScope.x === 3. Actual: undefined
language/expressions/postfix-increment/S11.3.1_A6_T1.js  # [sloppy] expected pass, Runtime Test262Error: Expected a DummyError to be thrown but no exception was thrown at all
language/expressions/postfix-increment/S11.3.1_A6_T2.js  # [sloppy] expected pass, Runtime Test262Error: Expected a DummyError to be thrown but no exception was thrown at all
language/expressions/postfix-increment/S11.3.1_A6_T3.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/expressions/postfix-increment/operator-x-postfix-increment-calls-putvalue-lhs-newvalue--1.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/expressions/prefix-decrement/S11.4.5_A2.1_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1.2: --x throw ReferenceError. Actual: Test262Error: #1.1: --x throw ReferenceError. Actual: NaN
language/expressions/prefix-decrement/S11.4.5_A5_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1: scope.x === 1. Actual: undefined
language/expressions/prefix-decrement/S11.4.5_A5_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1: scope.x === 1. Actual: undefined
language/expressions/prefix-decrement/S11.4.5_A5_T3.js  # [sloppy] expected pass, Runtime Test262Error: #1: innerScope.x === 1. Actual: undefined
language/expressions/prefix-decrement/S11.4.5_A6_T1.js  # [sloppy] expected pass, Runtime Test262Error: Expected a DummyError to be thrown but no exception was thrown at all
language/expressions/prefix-decrement/S11.4.5_A6_T2.js  # [sloppy] expected pass, Runtime Test262Error: Expected a DummyError to be thrown but no exception was thrown at all
language/expressions/prefix-decrement/S11.4.5_A6_T3.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/expressions/prefix-decrement/operator-prefix-decrement-x-calls-putvalue-lhs-newvalue--1.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/expressions/prefix-increment/S11.4.4_A2.1_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1.2: ++x throw ReferenceError. Actual: Test262Error: #1.1: ++x throw ReferenceError. Actual: NaN
language/expressions/prefix-increment/S11.4.4_A5_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1: scope.x === 3. Actual: undefined
language/expressions/prefix-increment/S11.4.4_A5_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1: scope.x === 3. Actual: undefined
language/expressions/prefix-increment/S11.4.4_A5_T3.js  # [sloppy] expected pass, Runtime Test262Error: #1: innerScope.x === 3. Actual: undefined
language/expressions/prefix-increment/S11.4.4_A6_T1.js  # [sloppy] expected pass, Runtime Test262Error: Expected a DummyError to be thrown but no exception was thrown at all
language/expressions/prefix-increment/S11.4.4_A6_T2.js  # [sloppy] expected pass, Runtime Test262Error: Expected a DummyError to be thrown but no exception was thrown at all
language/expressions/prefix-increment/S11.4.4_A6_T3.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/expressions/prefix-increment/operator-prefix-increment-x-calls-putvalue-lhs-newvalue--1.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/expressions/property-accessors/S11.2.1_A4_T3.js  # [sloppy] expected pass, Runtime Test262Error: #1: typeof Function.prototype === "function". Actual: object
language/expressions/property-accessors/S11.2.1_A4_T5.js  # [sloppy] expected pass, Runtime Test262Error: #27: typeof String.prototype.length === "number". Actual: undefined
language/expressions/right-shift/order-of-evaluation.js  # [sloppy] expected pass, Runtime Test262Error: ?ToNumeric(lhs) throws. Expected a TypeError but got a Test262Error
language/expressions/subtraction/order-of-evaluation.js  # [sloppy] expected pass, Runtime Test262Error: ?ToNumeric(lhs) throws. Expected a TypeError but got a Test262Error
language/expressions/super/call-construct-invocation.js  # [sloppy] expected pass, Runtime Test262Error: new.target value Expected SameValue(«undefined», «function expectedNewTarget() { [native code] }») to be true
language/expressions/super/call-expr-value.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «[object Object]») to be true
language/expressions/super/call-proto-not-ctor.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"object"») to be true
language/expressions/super/call-spread-obj-spread-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [z, a, 1, Symbol(foo)] and expected [1, z, a, Symbol(foo)] should have the same contents. 
language/expressions/super/prop-dot-cls-null-proto.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"object"») to be true
language/expressions/super/prop-dot-cls-ref-strict.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"object"») to be true
language/expressions/super/prop-dot-cls-this-uninit.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"object"») to be true
language/expressions/super/prop-dot-cls-val-from-arrow.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"a"») to be true
language/expressions/super/prop-dot-cls-val-from-eval.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"a"») to be true
language/expressions/super/prop-dot-cls-val.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"a"») to be true
language/expressions/super/prop-dot-obj-ref-strict.js  # [strict] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"object"») to be true
language/expressions/super/prop-expr-cls-null-proto.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"object"») to be true
language/expressions/super/prop-expr-cls-ref-strict.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"object"») to be true
language/expressions/super/prop-expr-cls-this-uninit.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"object"») to be true
language/expressions/super/prop-expr-cls-val-from-arrow.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"a"») to be true
language/expressions/super/prop-expr-cls-val-from-eval.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"a"») to be true
language/expressions/super/prop-expr-cls-val.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"a"») to be true
language/expressions/super/prop-expr-getsuperbase-before-topropertykey-getvalue.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"bad"», «"ok"») to be true
language/expressions/super/prop-expr-getsuperbase-before-topropertykey-putvalue-compound-assign.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «2») to be true
language/expressions/super/prop-expr-getsuperbase-before-topropertykey-putvalue-increment.js  # [sloppy] expected pass, Runtime Error: Unsupported("expression")
language/expressions/super/prop-expr-getsuperbase-before-topropertykey-putvalue.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"bad"», «"ok"») to be true
language/expressions/super/prop-expr-obj-ref-strict.js  # [strict] expected pass, Runtime Test262Error: Expected SameValue(«"undefined"», «"object"») to be true
language/expressions/super/prop-expr-uninitialized-this-getvalue.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError but got a Test262Error
language/expressions/super/prop-expr-uninitialized-this-putvalue-compound-assign.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError but got a Test262Error
language/expressions/super/prop-expr-uninitialized-this-putvalue-increment.js  # [sloppy] expected pass, Runtime Error: Unsupported("expression")
language/expressions/super/prop-expr-uninitialized-this-putvalue.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError but got a Test262Error
language/expressions/tagged-template/cache-eval-inner-function.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«,,», «,,») to be false
language/expressions/tagged-template/constructor-invocation.js  # [sloppy] expected pass, Runtime TypeError: is not a function
language/expressions/tagged-template/invalid-escape-sequences.js  # [sloppy] expected pass, Runtime Test262Error: Cooked template value should be undefined for illegal escape sequences Expected SameValue(«"01"», «undefined») to be true
language/expressions/tagged-template/template-object.js  # [sloppy] expected pass, Runtime Test262Error: raw descriptor should not be enumerable; raw descriptor should not be writable; raw descriptor should not be configurable
language/expressions/template-literal/tv-line-continuation.js  # [sloppy] expected pass, Runtime Test262Error: Line Feed and Carriage Return Expected SameValue(«"\\\r\n\\\n\\\r"», «"\\\n\\\n\\\n"») to be true
language/expressions/template-literal/tv-line-terminator-sequence.js  # [sloppy] expected pass, Runtime Test262Error: Line Feed and Carriage Return Expected SameValue(«"\r\n\n\r"», «"\n\n\n"») to be true
language/expressions/unary-minus/bigint-non-primitive.js  # [sloppy] expected pass, Runtime Test262Error: The value of -Object(1n) is -1n Expected SameValue(«-1», «-1n») to be true
language/expressions/unary-plus/bigint-throws.js  # [sloppy] expected pass, Runtime Test262Error: +0n throws TypeError Expected a TypeError to be thrown but no exception was thrown at all
language/expressions/unsigned-right-shift/order-of-evaluation.js  # [sloppy] expected pass, Runtime Test262Error: ?ToNumeric(lhs) throws. Expected a TypeError but got a Test262Error
language/expressions/yield/formal-parameters-after-reassignment-non-strict.js  # [sloppy] expected pass, Runtime Test262Error: First result `value` Expected SameValue(«23», «32») to be true
language/expressions/yield/from-with.js  # [sloppy] expected pass, Runtime Test262Error: Second result `value` Expected SameValue(«1», «2») to be true
language/expressions/yield/rhs-template-middle.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: unexpected token TemplateMiddle (at 6606..6610)
language/expressions/yield/star-in-rltn-expr.js  # [sloppy] expected pass, Runtime TypeError: yield* operand is not iterable
language/function-code/10.4.3-1-103.js  # [sloppy] expected pass, Runtime Test262Error: (5).x == 5
language/function-code/10.4.3-1-104.js  # [strict] expected pass, Runtime Test262Error: (5).x === 5
language/function-code/10.4.3-1-105.js  # [sloppy] expected pass, Runtime Test262Error: typeof (5).x Expected SameValue(«"undefined"», «"object"») to be true
language/function-code/10.4.3-1-106.js  # [strict] expected pass, Runtime Test262Error: typeof (5).x Expected SameValue(«"undefined"», «"number"») to be true
language/function-code/block-decl-onlystrict.js  # [strict] expected pass, Runtime TypeError: cannot read property of null or undefined
language/function-code/switch-case-decl-onlystrict.js  # [strict] expected pass, Runtime TypeError: cannot read property of null or undefined
language/function-code/switch-dflt-decl-onlystrict.js  # [strict] expected pass, Runtime TypeError: cannot read property of null or undefined
language/global-code/block-decl-strict.js  # [strict] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/global-code/decl-func.js  # [sloppy] expected pass, Runtime Test262Error: brandNew descriptor should not be configurable
language/global-code/decl-lex-restricted-global.js  # [sloppy] expected SyntaxError but the test passed
language/global-code/export.js  # [sloppy] negative: failed at Runtime, expected phase parse
language/global-code/import.js  # [sloppy] negative: failed at Runtime, expected phase parse
language/global-code/script-decl-func-dups.js  # [sloppy] expected pass, Runtime ReferenceError: f is not defined
language/global-code/script-decl-func-err-non-configurable.js  # [sloppy] expected pass, Runtime Test262Error: writable, non-enumerable data property Expected a TypeError to be thrown but no exception was thrown at all
language/global-code/script-decl-func-err-non-extensible.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/global-code/script-decl-func.js  # [sloppy] expected pass, Runtime Test262Error: new binding on an extensible global object Expected SameValue(«"undefined"», «"function"») to be true
language/global-code/script-decl-lex-deletion.js  # [sloppy] expected pass, Runtime ReferenceError: test262let is not defined
language/global-code/script-decl-lex-lex.js  # [sloppy] expected pass, Runtime Test262Error: `let` binding Expected a SyntaxError to be thrown but no exception was thrown at all
language/global-code/script-decl-lex-restricted-global.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all
language/global-code/script-decl-lex-var-declared-via-eval.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «1») to be true
language/global-code/script-decl-lex-var.js  # [sloppy] expected pass, Runtime Test262Error: variable Expected a SyntaxError to be thrown but no exception was thrown at all
language/global-code/script-decl-lex.js  # [sloppy] expected pass, Runtime Test262Error: `const` binding is strictly immutable Expected a TypeError to be thrown but no exception was thrown at all
language/global-code/script-decl-var-collision.js  # [sloppy] expected pass, Runtime Test262Error: `var` on `let` binding Expected a SyntaxError to be thrown but no exception was thrown at all
language/global-code/script-decl-var-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/global-code/script-decl-var.js  # [sloppy] expected pass, Runtime Test262Error: brandNew should be an own property
language/global-code/switch-case-decl-strict.js  # [strict] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/global-code/switch-dflt-decl-strict.js  # [strict] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/import/import-defer/errors/get-other-while-dep-evaluating-async/main.js  # async did not complete (output: Test262:AsyncTestFailure:ReferenceError: resolveSecond is not defined )
language/import/import-defer/errors/get-other-while-evaluating-async/main.js  # async did not complete (output: Test262:AsyncTestFailure:ReferenceError: resolveSecond is not defined )
language/import/import-defer/errors/get-self-while-evaluating-async/main.js  # expected pass, Runtime [object Object]: 
language/import/import-defer/errors/module-throws/defer-import-after-evaluation.js  # async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Evaluation errors are thrown for modules evaluated before getting t)
language/import/import-defer/evaluation-top-level-await/flattening-order/main.js  # expected pass, Runtime [object Object]: 
language/import/import-defer/evaluation-top-level-await/import-defer-async-module/main.js  # expected pass, Runtime [object Object]: 
language/import/import-defer/evaluation-top-level-await/import-defer-transitive-async-module/main.js  # expected pass, Runtime [object Object]: 
language/import/import-defer/evaluation-top-level-await/sync-dependency-of-deferred-async-module/main.js  # expected pass, Runtime [object Object]: 
language/import/import-defer/syntax/import-attributes.js  # expected pass, Parse SyntaxError: SyntaxError: expected a semicolon or newline, found Keyword(With) (at 555..559)
language/line-terminators/comment-multi-lf.js  # [sloppy] negative: threw [object Object], expected Test262Error
language/line-terminators/comment-multi-ls.js  # [sloppy] negative: threw [object Object], expected Test262Error
language/line-terminators/comment-multi-ps.js  # [sloppy] negative: threw [object Object], expected Test262Error
language/line-terminators/comment-single-cr.js  # [sloppy] negative: threw [object Object], expected Test262Error
language/line-terminators/comment-single-lf.js  # [sloppy] negative: threw [object Object], expected Test262Error
language/line-terminators/comment-single-ls.js  # [sloppy] negative: threw [object Object], expected Test262Error
language/line-terminators/comment-single-ps.js  # [sloppy] negative: threw [object Object], expected Test262Error
language/line-terminators/invalid-regexp-ls.js  # [sloppy] negative: failed at Runtime, expected phase parse
language/line-terminators/invalid-regexp-ps.js  # [sloppy] negative: failed at Runtime, expected phase parse
language/literals/regexp/S7.8.5_A1.1_T2.js  # [sloppy] expected pass, Runtime Test262Error: Code unit: d800 Expected SameValue(«"�"», «"\ud800"») to be true
language/literals/regexp/S7.8.5_A1.3_T5.js  # [sloppy] expected pass, Runtime Test262Error: #1.2: RegularExpressionFirstChar :: Line separator is incorrect. Actual: Test262Error: #1.1: RegularExpressionFirstChar :: Line separator is incorrect. Actual: \u2028
language/literals/regexp/S7.8.5_A1.3_T6.js  # [sloppy] expected pass, Runtime Test262Error: #1.2: RegularExpressionFirstChar :: Paragraph separator is incorrect. Actual: Test262Error: #1.1: RegularExpressionFirstChar :: Paragraph separator is incorrect. Actual: \u2029
language/literals/regexp/S7.8.5_A1.4_T2.js  # [sloppy] expected pass, Runtime Test262Error: Code unit: d800 Expected SameValue(«"\\�"», «"\\\ud800"») to be true
language/literals/regexp/S7.8.5_A1.5_T5.js  # [sloppy] expected pass, Runtime Test262Error: #1.2: RegularExpressionFirstChar :: BackslashSequence :: \Line separator is incorrect. Actual: Test262Error: #1.1: RegularExpressionFirstChar :: BackslashSequence :: \Line separator is incorrect. Actual: \ 
language/literals/regexp/S7.8.5_A1.5_T6.js  # [sloppy] expected pass, Runtime Test262Error: #1.2: RegularExpressionFirstChar :: BackslashSequence :: \Paragraph separator is incorrect. Actual: Test262Error: #1.1: RegularExpressionFirstChar :: BackslashSequence :: \Paragraph separator is incorrect. Actual: \ 
language/literals/regexp/S7.8.5_A2.1_T2.js  # [sloppy] expected pass, Runtime Test262Error: Code unit: d800 Expected SameValue(«"nnnn�"», «"nnnn\ud800"») to be true
language/literals/regexp/S7.8.5_A2.3_T5.js  # [sloppy] expected pass, Runtime Test262Error: #1.2: RegularExpressionChar :: Line separator is incorrect. Actual: Test262Error: #1.1: RegularExpressionChar :: Line separator is incorrect. Actual: a\u2028
language/literals/regexp/S7.8.5_A2.3_T6.js  # [sloppy] expected pass, Runtime Test262Error: #1.2: RegularExpressionChar :: Paragraph separator is incorrect. Actual: Test262Error: #1.1: RegularExpressionChar :: Paragraph separator is incorrect. Actual: s\u2029
language/literals/regexp/S7.8.5_A2.4_T2.js  # [sloppy] expected pass, Runtime Test262Error: Code unit: d800 Expected SameValue(«"a\\�"», «"a\\\ud800"») to be true
language/literals/regexp/S7.8.5_A2.5_T5.js  # [sloppy] expected pass, Runtime Test262Error: #1.2: RegularExpressionChar :: BackslashSequence :: \Line separator is incorrect. Actual: Test262Error: #1.1: RegularExpressionChar :: BackslashSequence :: \Line separator is incorrect. Actual: a\ 
language/literals/regexp/S7.8.5_A2.5_T6.js  # [sloppy] expected pass, Runtime Test262Error: #1.2: RegularExpressionChar :: BackslashSequence :: \Paragraph separator is incorrect. Actual: Test262Error: #1.1: RegularExpressionChar :: BackslashSequence :: \Paragraph separator is incorrect. Actual: a\ 
language/literals/regexp/lastIndex.js  # [sloppy] expected pass, Runtime Test262Error: lastIndex should be an own property
language/literals/regexp/named-groups/invalid-incomplete-groupname-6.js  # [sloppy] negative: failed at Runtime, expected phase parse
language/literals/regexp/named-groups/invalid-incomplete-groupname.js  # [sloppy] negative: failed at Runtime, expected phase parse
language/literals/regexp/regexp-first-char-no-line-separator.js  # [sloppy] negative: failed at Runtime, expected phase parse
language/literals/regexp/regexp-first-char-no-paragraph-separator.js  # [sloppy] negative: failed at Runtime, expected phase parse
language/literals/regexp/regexp-source-char-no-line-separator.js  # [sloppy] negative: failed at Runtime, expected phase parse
language/literals/regexp/regexp-source-char-no-paragraph-separator.js  # [sloppy] negative: failed at Runtime, expected phase parse
language/literals/regexp/u-astral-char-class-invert.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«�», «null») to be true
language/literals/regexp/u-case-mapping.js  # [sloppy] expected pass, Runtime Test262Error: Case mapping is not applied in the absence of the `u` flag Expected SameValue(«true», «false») to be true
language/literals/string/legacy-octal-escape-sequence.js  # [sloppy] expected pass, Runtime Test262Error: \1 Expected SameValue(«"1"», «"\u0001"») to be true
language/module-code/ambiguous-export-bindings/import-and-export-propagates-binding.js  # expected pass, Parse SyntaxError: ambiguous export 'foo' (multiple `export *`)
language/module-code/ambiguous-export-bindings/namespace-unambiguous-if-import-source-and-export.js  # expected pass, Parse SyntaxError: SyntaxError: expected `from`, found Identifier (at 142..145)
language/module-code/eval-export-dflt-expr-err-eval.js  # negative: threw [object Object], expected Test262Error
language/module-code/eval-rqstd-order.js  # expected pass, Runtime [object Object]: 
language/module-code/eval-self-abrupt.js  # negative: threw [object Object], expected Test262Error
language/module-code/export-expname-binding-index.js  # expected pass, Runtime [object Object]: 
language/module-code/instn-local-bndng-cls.js  # expected pass, Runtime [object Object]: 
language/module-code/instn-local-bndng-const.js  # expected pass, Runtime [object Object]: 
language/module-code/instn-local-bndng-export-cls.js  # expected pass, Runtime [object Object]: 
language/module-code/instn-local-bndng-export-const.js  # expected pass, Runtime [object Object]: 
language/module-code/instn-local-bndng-export-let.js  # expected pass, Runtime [object Object]: 
language/module-code/instn-local-bndng-let.js  # expected pass, Runtime [object Object]: 
language/module-code/instn-resolve-empty-export.js  # negative: failed at Runtime, expected phase resolution
language/module-code/namespace/internals/define-own-property.js  # expected pass, Runtime [object Object]: 
language/module-code/namespace/internals/delete-exported-uninit.js  # expected pass, Runtime [object Object]: 
language/module-code/namespace/internals/enumerate-binding-uninit.js  # expected pass, Runtime [object Object]: 
language/module-code/namespace/internals/get-own-property-str-found-init.js  # expected pass, Runtime [object Object]: 
language/module-code/namespace/internals/get-own-property-str-found-uninit.js  # expected pass, Runtime [object Object]: 
language/module-code/namespace/internals/get-str-found-uninit.js  # expected pass, Runtime [object Object]: 
language/module-code/namespace/internals/object-hasOwnProperty-binding-uninit.js  # expected pass, Runtime [object Object]: 
language/module-code/namespace/internals/object-keys-binding-uninit.js  # expected pass, Runtime [object Object]: 
language/module-code/namespace/internals/object-propertyIsEnumerable-binding-uninit.js  # expected pass, Runtime [object Object]: 
language/module-code/namespace/internals/super-access-to-tdz-binding.js  # expected pass, Runtime [object Object]: 
language/module-code/source-phase-import/import-source.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: ./import-source-binding-name_FIXTURE.js: Promise should be rejected)
language/module-code/source-phase-import/reexport-source-binding-named-import.js  # expected pass, Parse SyntaxError: SyntaxError: expected `from`, found Identifier (at 142..143)
language/module-code/source-phase-import/reexport-source-binding-namespace-get.js  # expected pass, Parse SyntaxError: SyntaxError: expected `from`, found Identifier (at 142..143)
language/module-code/top-level-await/async-module-does-not-block-sibling-modules.js  # expected pass, Runtime [object Object]: 
language/module-code/top-level-await/fulfillment-order.js  # async did not complete (output: )
language/module-code/top-level-await/module-async-import-async-resolution-ticks.js  # expected pass, Runtime [object Object]: 
language/module-code/top-level-await/module-self-import-async-resolution-ticks.js  # expected pass, Runtime [object Object]: 
language/module-code/top-level-await/rejection-order.js  # async did not complete (output: )
language/module-code/top-level-await/top-level-ticks-2.js  # async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [await 1, await 2, await 3, await 4, tick 1, tick 2, tick 3,)
language/module-code/top-level-await/top-level-ticks.js  # async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [await 1, await 2, await 3, await 4, tick 1, tick 2, tick 3,)
language/module-code/top-level-await/unobservable-global-async-evaluation-count-reset.js  # async did not complete (output: Test262:AsyncTestFailure:ReferenceError: pE_start is not defined )
language/module-code/verify-dfs.js  # async did not complete (output: Test262:AsyncTestFailure:TypeError: cannot read property of null or undefined )
language/statementList/class-regexp-literal-flags.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: unexpected token Slash (at 7018..7019)
language/statementList/class-regexp-literal.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: unexpected token Slash (at 7001..7002)
language/statementList/eval-class-regexp-literal-flags.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: unexpected token Slash (at 10..11)
language/statementList/eval-class-regexp-literal.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: unexpected token Slash (at 10..11)
language/statements/async-function/evaluation-mapped-arguments.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«1», «2») to be true )
language/statements/async-generator/dstr/ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/statements/async-generator/dstr/dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/statements/async-generator/return-undefined-implicit-and-explicit.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [tick 1, g1 ret, g2 ret, g3 ret, g4 ret, tick 2] and expecte)
language/statements/async-generator/yield-identifier-non-strict.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«undefined», «43») to be true )
language/statements/async-generator/yield-identifier-spread-non-strict.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«true», «false») to be true )
language/statements/async-generator/yield-promise-reject-next-catch.js  # [sloppy] async did not complete (output: )
language/statements/async-generator/yield-promise-reject-next-for-await-of-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/async-generator/yield-promise-reject-next-yield-star-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/async-generator/yield-promise-reject-next-yield-star-sync-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/async-generator/yield-promise-reject-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/async-generator/yield-return-then-getter-ticks.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [start, tick 1, tick 2] and expected [start, tick 1, get the)
language/statements/async-generator/yield-star-async-from-sync-iterator-inaccessible.js  # [sloppy] expected pass, Runtime TypeError: Object.getPrototypeOf called on null or undefined
language/statements/async-generator/yield-star-async-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/statements/async-generator/yield-star-getiter-sync-returns-string-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/async-generator/yield-star-getiter-sync-returns-symbol-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/async-generator/yield-star-next-not-callable-null-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/async-generator/yield-star-next-not-callable-undefined-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/async-generator/yield-star-return-missing-value-is-awaited.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«[object Promise]», «3») to be true )
language/statements/async-generator/yield-star-return-then-getter-ticks.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [start, get return, tick 1, tick 2, tick 3] and expected [st)
language/statements/async-generator/yield-star-sync-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/statements/await-using/await-using-implies-await-if-evaluated.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected statements following the block containing evaluated `await)
language/statements/await-using/initializer-Symbol.asyncDispose-called-at-end-of-asyncgeneratorbody.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected resource to not have been disposed while async generator f)
language/statements/await-using/initializer-Symbol.dispose-called-at-end-of-asyncgeneratorbody.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected resource to not have been disposed while async generator f)
language/statements/await-using/syntax/await-using-declaring-let-split-across-two-lines.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected a binding name, found Eq (at 10806..10807)
language/statements/await-using/syntax/await-using-invalid-assignment-statement-body-for-of.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected a TypeError to be thrown asynchronously but no exception w)
language/statements/await-using/throws-error-as-is-if-only-one-error-during-disposal.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected a MyError to be thrown asynchronously but got a Error )
language/statements/class/accessor-name-inst-computed-yield-expr.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"get yield"») to be true
language/statements/class/accessor-name-inst/literal-numeric-non-canonical.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"get string"») to be true
language/statements/class/accessor-name-static-computed-yield-expr.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"get yield"») to be true
language/statements/class/accessor-name-static/literal-numeric-non-canonical.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"get string"») to be true
language/statements/class/async-gen-method-static/yield-promise-reject-next-catch.js  # [sloppy] async did not complete (output: )
language/statements/class/async-gen-method-static/yield-promise-reject-next-for-await-of-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/class/async-gen-method-static/yield-promise-reject-next-yield-star-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/class/async-gen-method-static/yield-promise-reject-next-yield-star-sync-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/class/async-gen-method-static/yield-promise-reject-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/class/async-gen-method-static/yield-star-async-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/statements/class/async-gen-method-static/yield-star-getiter-sync-returns-string-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/class/async-gen-method-static/yield-star-getiter-sync-returns-symbol-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/class/async-gen-method-static/yield-star-next-not-callable-null-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/class/async-gen-method-static/yield-star-next-not-callable-undefined-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/class/async-gen-method-static/yield-star-sync-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/statements/class/async-gen-method/yield-promise-reject-next-catch.js  # [sloppy] async did not complete (output: )
language/statements/class/async-gen-method/yield-promise-reject-next-for-await-of-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/class/async-gen-method/yield-promise-reject-next-yield-star-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/class/async-gen-method/yield-promise-reject-next-yield-star-sync-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/class/async-gen-method/yield-promise-reject-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/class/async-gen-method/yield-star-async-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/statements/class/async-gen-method/yield-star-getiter-sync-returns-string-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/class/async-gen-method/yield-star-getiter-sync-returns-symbol-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/class/async-gen-method/yield-star-next-not-callable-null-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/class/async-gen-method/yield-star-next-not-callable-undefined-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/class/async-gen-method/yield-star-sync-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/statements/class/cpn-class-decl-accessors-computed-property-name-from-generator-function-declaration.js  # [sloppy] expected pass, Runtime TypeError: Cannot convert object to primitive value
language/statements/class/cpn-class-decl-computed-property-name-from-generator-function-declaration.js  # [sloppy] expected pass, Runtime TypeError: Cannot convert object to primitive value
language/statements/class/cpn-class-decl-fields-computed-property-name-from-generator-function-declaration.js  # [sloppy] expected pass, Runtime TypeError: Cannot convert object to primitive value
language/statements/class/cpn-class-decl-fields-methods-computed-property-name-from-generator-function-declaration.js  # [sloppy] expected pass, Runtime TypeError: Cannot convert object to primitive value
language/statements/class/definition/constructable-but-no-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/definition/fn-length-static-precedence-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [name, length, method] and expected [length, name, prototype, method] should have the same contents. 
language/statements/class/definition/fn-name-static-precedence-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [length, method, name] and expected [length, name, prototype, method] should have the same contents. 
language/statements/class/definition/getters-non-configurable-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/definition/invalid-extends.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/definition/prototype-getter.js  # [sloppy] expected pass, Runtime Test262Error: The value of `calls` is `1` Expected SameValue(«0», «1») to be true
language/statements/class/definition/prototype-property.js  # [sloppy] expected pass, Runtime TypeError: cannot read property of null or undefined
language/statements/class/definition/prototype-setter.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/definition/setters-non-configurable-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/definition/this-access-restriction-2.js  # [sloppy] expected pass, Runtime ReferenceError: exn is not defined
language/statements/class/definition/this-access-restriction.js  # [sloppy] expected pass, Runtime Test262Error: Thrown value was not an object!
language/statements/class/definition/this-check-ordering.js  # [sloppy] expected pass, Runtime Test262Error: The value of `baseCalled` is `1` Expected SameValue(«0», «1») to be true
language/statements/class/dstr/async-gen-meth-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/statements/class/dstr/async-gen-meth-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/statements/class/dstr/async-gen-meth-static-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/statements/class/dstr/async-gen-meth-static-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/statements/class/dstr/async-private-gen-meth-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/statements/class/dstr/async-private-gen-meth-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/statements/class/dstr/async-private-gen-meth-static-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/statements/class/dstr/async-private-gen-meth-static-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«3», «42») to be true )
language/statements/class/dstr/gen-meth-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/class/dstr/gen-meth-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/class/dstr/gen-meth-static-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/class/dstr/gen-meth-static-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/class/dstr/meth-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/class/dstr/meth-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/class/dstr/meth-static-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/class/dstr/meth-static-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/class/dstr/private-gen-meth-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/class/dstr/private-gen-meth-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/class/dstr/private-gen-meth-static-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/class/dstr/private-gen-meth-static-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/class/dstr/private-meth-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/class/dstr/private-meth-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/class/dstr/private-meth-static-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/class/dstr/private-meth-static-dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/class/elements/arrow-body-direct-eval-err-contains-arguments.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError but got a ReferenceError
language/statements/class/elements/arrow-body-private-direct-eval-err-contains-arguments.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError but got a ReferenceError
language/statements/class/elements/async-gen-private-method-static/yield-promise-reject-next-catch.js  # [sloppy] async did not complete (output: )
language/statements/class/elements/async-gen-private-method-static/yield-promise-reject-next-for-await-of-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/class/elements/async-gen-private-method-static/yield-promise-reject-next-yield-star-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/class/elements/async-gen-private-method-static/yield-promise-reject-next-yield-star-sync-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/class/elements/async-gen-private-method-static/yield-promise-reject-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/class/elements/async-gen-private-method-static/yield-star-async-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/statements/class/elements/async-gen-private-method-static/yield-star-getiter-sync-returns-string-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/class/elements/async-gen-private-method-static/yield-star-getiter-sync-returns-symbol-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/class/elements/async-gen-private-method-static/yield-star-next-not-callable-null-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/class/elements/async-gen-private-method-static/yield-star-next-not-callable-undefined-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/class/elements/async-gen-private-method-static/yield-star-sync-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/statements/class/elements/async-gen-private-method/yield-promise-reject-next-catch.js  # [sloppy] async did not complete (output: )
language/statements/class/elements/async-gen-private-method/yield-promise-reject-next-for-await-of-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/class/elements/async-gen-private-method/yield-promise-reject-next-yield-star-async-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/class/elements/async-gen-private-method/yield-promise-reject-next-yield-star-sync-iterator.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/class/elements/async-gen-private-method/yield-promise-reject-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Promise incorrectly resolved. )
language/statements/class/elements/async-gen-private-method/yield-star-async-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/statements/class/elements/async-gen-private-method/yield-star-getiter-sync-returns-string-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/class/elements/async-gen-private-method/yield-star-getiter-sync-returns-symbol-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/class/elements/async-gen-private-method/yield-star-next-not-callable-null-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/class/elements/async-gen-private-method/yield-star-next-not-callable-undefined-throw.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: TypeError Expected SameValue(«function Test262Error() { [native cod)
language/statements/class/elements/async-gen-private-method/yield-star-sync-next.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«"get next"», «"call next"») to be true )
language/statements/class/elements/class-field-is-observable-by-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «3») to be true
language/statements/class/elements/class-field-on-frozen-objects.js  # [strict] expected pass, Runtime Test262Error: Frozen objects can't be changed Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/computed-name-toprimitive-symbol.js  # [sloppy] expected pass, Runtime Test262Error: Symbol() should be an own property
language/statements/class/elements/computed-name-toprimitive.js  # [sloppy] expected pass, Runtime Test262Error: d should be an own property
language/statements/class/elements/direct-eval-err-contains-arguments.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError but got a ReferenceError
language/statements/class/elements/fields-computed-name-static-computed-var-propname-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/fields-computed-name-static-propname-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/fields-hash-constructor-is-a-valid-name.js  # [sloppy] expected pass, Runtime Test262Error: #constructor descriptor should be enumerable
language/statements/class/elements/init-value-defined-after-class.js  # [sloppy] expected pass, Runtime Test262Error: false should be an own property
language/statements/class/elements/init-value-incremental.js  # [sloppy] expected pass, Runtime Test262Error: 1 should be an own property
language/statements/class/elements/intercalated-static-non-static-computed-fields.js  # [sloppy] expected pass, Runtime Test262Error: 0 should be an own property
language/statements/class/elements/nested-direct-eval-err-contains-arguments.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError but got a ReferenceError
language/statements/class/elements/nested-private-direct-eval-err-contains-arguments.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError but got a ReferenceError
language/statements/class/elements/private-class-field-on-nonextensible-objects.js  # [strict] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/private-direct-eval-err-contains-arguments.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError but got a ReferenceError
language/statements/class/elements/private-field-visible-to-direct-eval-on-initializer.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: reference to undeclared private name (at 0..7)
language/statements/class/elements/private-field-visible-to-direct-eval.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: reference to undeclared private name (at 0..7)
language/statements/class/elements/private-getter-visible-to-direct-eval-on-initializer.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: reference to undeclared private name (at 0..7)
language/statements/class/elements/private-getter-visible-to-direct-eval.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: reference to undeclared private name (at 0..7)
language/statements/class/elements/private-method-double-initialisation-get-and-set.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/private-method-double-initialisation-get.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/private-method-double-initialisation-set.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/private-method-double-initialisation.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/private-method-visible-to-direct-eval-on-initializer.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: reference to undeclared private name (at 0..7)
language/statements/class/elements/private-method-visible-to-direct-eval.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: reference to undeclared private name (at 0..7)
language/statements/class/elements/private-setter-visible-to-direct-eval-on-initializer.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: reference to undeclared private name (at 0..7)
language/statements/class/elements/private-setter-visible-to-direct-eval.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: reference to undeclared private name (at 0..7)
language/statements/class/elements/private-static-field-shadowed-by-field-on-nested-class.js  # [sloppy] expected pass, Runtime Test262Error: accessed private field from an arbritary object Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/private-static-field-shadowed-by-getter-on-nested-class.js  # [sloppy] expected pass, Runtime Test262Error: accessed private getter from an arbritary object Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/private-static-field-shadowed-by-setter-on-nested-class.js  # [sloppy] expected pass, Runtime Test262Error: accessed private setter from an arbritary object Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/private-static-field-visible-to-direct-eval.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: reference to undeclared private name (at 0..7)
language/statements/class/elements/private-static-getter-visible-to-direct-eval.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: reference to undeclared private name (at 0..7)
language/statements/class/elements/private-static-method-not-writable.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/private-static-method-shadowed-by-field-on-nested-class.js  # [sloppy] expected pass, Runtime Test262Error: accessed private field from an arbritary object Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/private-static-method-shadowed-by-getter-on-nested-class.js  # [sloppy] expected pass, Runtime Test262Error: accessed private getter from an arbritary object Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/private-static-method-shadowed-by-setter-on-nested-class.js  # [sloppy] expected pass, Runtime Test262Error: accessed private setter from an arbritary object Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/private-static-method-visible-to-direct-eval.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: reference to undeclared private name (at 0..7)
language/statements/class/elements/private-static-setter-visible-to-direct-eval.js  # [sloppy] expected pass, Runtime SyntaxError: SyntaxError: reference to undeclared private name (at 0..7)
language/statements/class/elements/privatefield-on-proxy.js  # [sloppy] expected pass, Runtime TypeError: Cannot add private field to a non-extensible object
language/statements/class/elements/privatefieldadd-typeerror.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/privatefieldget-primitive-receiver.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
language/statements/class/elements/privatefieldput-primitive-receiver.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
language/statements/class/elements/privategetter-on-proxy.js  # [sloppy] expected pass, Runtime TypeError: Cannot read private member #f from an object whose class did not declare it
language/statements/class/elements/privatemethods-on-proxy.js  # [sloppy] expected pass, Runtime TypeError: Cannot read private member #f from an object whose class did not declare it
language/statements/class/elements/prod-private-getter-before-super-return-in-constructor.js  # [sloppy] expected pass, Runtime Test262Error: private getters are not installed before super returns Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/prod-private-getter-before-super-return-in-field-initializer.js  # [sloppy] expected pass, Runtime Test262Error: private getters are not installed before super returns Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/prod-private-method-before-super-return-in-constructor.js  # [sloppy] expected pass, Runtime Test262Error: private methods are not installed before super returns Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/prod-private-method-before-super-return-in-field-initializer.js  # [sloppy] expected pass, Runtime Test262Error: private methods are not installed before super returns Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/prod-private-setter-before-super-return-in-constructor.js  # [sloppy] expected pass, Runtime Test262Error: private setters are not installed before super returns Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/prod-private-setter-before-super-return-in-field-initializer.js  # [sloppy] expected pass, Runtime Test262Error: private setters are not installed before super returns Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/public-class-field-initialization-is-visible-to-proxy.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
language/statements/class/elements/set-access-of-missing-private-static-setter.js  # [sloppy] expected pass, Runtime Test262Error: set operation on private accessor without setter should throw TypeError Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/static-field-anonymous-function-name.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«""», «"#field"») to be true
language/statements/class/elements/static-private-getter-access-on-inner-class.js  # [sloppy] expected pass, Runtime Test262Error: Accessed static private getter from an object which did not contain it Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/static-private-method-subclass-receiver.js  # [sloppy] expected pass, Runtime Test262Error: D does not contain static private method #g Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/static-private-setter-access-on-inner-class.js  # [sloppy] expected pass, Runtime Test262Error: Accessed static private setter from an object which did not contain it Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/elements/syntax/valid/grammar-field-named-get-followed-by-generator-asi.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected a class member name, found Star (at 7006..7007)
language/statements/class/elements/syntax/valid/grammar-field-named-set-followed-by-generator-asi.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected a class member name, found Star (at 6992..6993)
language/statements/class/elements/syntax/valid/grammar-special-prototype-accessor-meth-valid.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/statements/class/elements/syntax/valid/grammar-special-prototype-async-gen-meth-valid.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/statements/class/elements/syntax/valid/grammar-special-prototype-async-meth-valid.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/statements/class/elements/syntax/valid/grammar-special-prototype-gen-meth-valid.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/statements/class/elements/syntax/valid/grammar-special-prototype-meth-valid.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/statements/class/name-binding/const.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/name-binding/in-extends-expression-assigned.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError but got a TypeError
language/statements/class/restricted-properties.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/scope-name-lex-open-heritage.js  # [sloppy] expected pass, Runtime Test262Error: inner binding is independent Expected SameValue(«null», «class C { }») to be true
language/statements/class/scope-name-lex-open-no-heritage.js  # [sloppy] expected pass, Runtime Test262Error: inner binding rejects modification Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/static-init-await-binding-valid.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: a class declaration requires a name (at 6621..6626)
language/statements/class/static-init-scope-lex-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"first block"», «"outer scope"») to be true
language/statements/class/static-init-scope-var-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"first block"», «"outer scope"») to be true
language/statements/class/static-init-scope-var-open.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"second block"», «"outer scope"») to be true
language/statements/class/static-method-gen-non-configurable-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/static-method-non-configurable-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/subclass-builtins/subclass-Function.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/statements/class/subclass-builtins/subclass-WeakRef.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/statements/class/subclass/builtin-objects/Error/message-property-assignment.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
language/statements/class/subclass/builtin-objects/Function/instance-length.js  # [sloppy] expected pass, Runtime Test262Error: length should be an own property
language/statements/class/subclass/builtin-objects/Function/instance-name.js  # [sloppy] expected pass, Runtime Test262Error: name should be an own property
language/statements/class/subclass/builtin-objects/Function/regular-subclassing.js  # [sloppy] expected pass, Runtime TypeError: is not a function
language/statements/class/subclass/builtin-objects/Function/super-must-be-called.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/statements/class/subclass/builtin-objects/GeneratorFunction/instance-length.js  # [sloppy] expected pass, Runtime Test262Error: length should be an own property
language/statements/class/subclass/builtin-objects/GeneratorFunction/instance-name.js  # [sloppy] expected pass, Runtime Test262Error: name should be an own property
language/statements/class/subclass/builtin-objects/GeneratorFunction/instance-prototype.js  # [sloppy] expected pass, Runtime TypeError: Object.keys called on null or undefined
language/statements/class/subclass/builtin-objects/GeneratorFunction/regular-subclassing.js  # [sloppy] expected pass, Runtime TypeError: is not a function
language/statements/class/subclass/builtin-objects/GeneratorFunction/super-must-be-called.js  # [sloppy] expected pass, Runtime Test262Error: Expected true but got false
language/statements/class/subclass/builtin-objects/Map/regular-subclassing.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «1») to be true
language/statements/class/subclass/builtin-objects/NativeError/EvalError-message.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
language/statements/class/subclass/builtin-objects/NativeError/RangeError-message.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
language/statements/class/subclass/builtin-objects/NativeError/ReferenceError-message.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
language/statements/class/subclass/builtin-objects/NativeError/SyntaxError-message.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
language/statements/class/subclass/builtin-objects/NativeError/TypeError-message.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
language/statements/class/subclass/builtin-objects/NativeError/URIError-message.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
language/statements/class/subclass/builtin-objects/Proxy/no-prototype-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/subclass/builtin-objects/RegExp/lastIndex.js  # [sloppy] expected pass, Runtime Test262Error: lastIndex should be an own property
language/statements/class/subclass/builtin-objects/String/length.js  # [sloppy] expected pass, Runtime Test262Error: length should be an own property
language/statements/class/subclass/builtin-objects/Symbol/new-symbol-with-super-throws.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/class/subclass/builtins.js  # [sloppy] expected pass, Runtime Test262Error: The value of `eua.length` is `10` Expected SameValue(«0», «10») to be true
language/statements/class/subclass/class-definition-null-proto-super.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a ReferenceError
language/statements/class/subclass/class-definition-null-proto-this.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError but got a Test262Error
language/statements/class/subclass/class-definition-null-proto.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «null») to be true
language/statements/class/subclass/private-class-field-on-nonextensible-return-override.js  # [strict] expected pass, Runtime TypeError: Cannot read private member #val from an object whose class did not declare it
language/statements/class/super/in-constructor-superproperty-evaluation.js  # [sloppy] expected pass, Runtime Test262Error: `super[super()]` via `new Derived()` throws a ReferenceError Expected a ReferenceError but got a Test262Error
language/statements/class/super/in-constructor.js  # [sloppy] expected pass, Runtime Test262Error: The value of `super.x` is `42` Expected SameValue(«undefined», «42») to be true
language/statements/class/syntax/class-body-method-definition-super-property.js  # [sloppy] expected pass, Runtime super method toString not found: 
language/statements/const/dstr/ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/const/static-init-await-binding-valid.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected a binding name, found Keyword(Await) (at 6621..6626)
language/statements/const/syntax/const-invalid-assignment-statement-body-for-in.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/const/syntax/const-invalid-assignment-statement-body-for-of.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/for-await-of/async-from-sync-iterator-continuation-abrupt-completion-get-constructor.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [start, never reached, tick 1, tick 2] and expected [start, )
language/statements/for-await-of/async-func-decl-dstr-array-rest-nested-array-undefined-hole.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«undefined», «undefined») to be true Test262:Asy)
language/statements/for-await-of/async-func-decl-dstr-obj-rest-str-val.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«undefined», «"f"») to be true Test262:AsyncTest)
language/statements/for-await-of/async-gen-decl-dstr-array-elem-iter-rtrn-close-null.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:TypeError: iterator did not terminate )
language/statements/for-await-of/async-gen-decl-dstr-array-rest-nested-array-undefined-hole.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«undefined», «undefined») to be true Test262:Asy)
language/statements/for-await-of/async-gen-decl-dstr-obj-rest-str-val.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«undefined», «"f"») to be true Test262:AsyncTest)
language/statements/for-await-of/iterator-close-non-throw-get-method-abrupt.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«TypeError: iterator did not terminate», «[objec)
language/statements/for-await-of/iterator-close-non-throw-get-method-is-null.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:TypeError: iterator did not terminate )
language/statements/for-await-of/iterator-close-non-throw-get-method-non-callable.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: The loop body is evaluated Expected SameValue(«0», «1») to be true )
language/statements/for-await-of/iterator-close-throw-get-method-abrupt.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«function TypeError() { [native code] }», «funct)
language/statements/for-await-of/iterator-close-throw-get-method-non-callable.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«function TypeError() { [native code] }», «funct)
language/statements/for-await-of/ticks-with-async-iter-resolved-promise-and-constructor-lookup-two.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [pre, loop, post, tick 1, tick 2] and expected [pre, constru)
language/statements/for-await-of/ticks-with-async-iter-resolved-promise-and-constructor-lookup.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [pre, loop, post, tick 1, tick 2] and expected [pre, tick 1,)
language/statements/for-await-of/ticks-with-sync-iter-resolved-promise-and-constructor-lookup.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Actual [pre, loop, post, tick 1, tick 2, tick 3, tick 4] and expect)
language/statements/for-in/12.6.4-2.js  # [sloppy] expected pass, Runtime Test262Error: accessedProp Expected SameValue(«true», «false») to be true
language/statements/for-in/S12.6.4_A7_T2.js  # [sloppy] expected pass, Runtime Test262Error: Unexpected value: 'aa1baundefinedca3'
language/statements/for-in/head-const-bound-names-fordecl-tdz.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/for-in/head-let-bound-names-fordecl-tdz.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/for-in/head-lhs-let.js  # [sloppy] expected pass, Runtime Test262Error: MemberExpression Expected SameValue(«undefined», «"key"») to be true
language/statements/for-in/order-after-define-property.js  # [sloppy] expected pass, Runtime Test262Error: Actual [b, a] and expected [a, b] should have the same contents. 
language/statements/for-in/order-enumerable-shadowed.js  # [sloppy] expected pass, Runtime Test262Error: Actual [p1, p2] and expected [p1] should have the same contents. 
language/statements/for-in/resizable-buffer.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«""», «"012"») to be true
language/statements/for-in/scope-body-lex-open.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/for-in/scope-head-lex-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/for-in/scope-head-lex-open.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/for-of/Array.prototype.Symbol.iterator.js  # [sloppy] expected pass, Runtime Test262Error: element at index 5 Expected SameValue(«undefined», «undefined») to be true
language/statements/for-of/arguments-mapped-aliasing.js  # [sloppy] expected pass, Runtime Test262Error: argument at index 1 Expected SameValue(«2», «3») to be true
language/statements/for-of/arguments-mapped-mutation.js  # [sloppy] expected pass, Runtime Test262Error: argument at index 1 Expected SameValue(«2», «4») to be true
language/statements/for-of/arguments-unmapped-mutation.js  # [sloppy] expected pass, Runtime Test262Error: argument at index 1 Expected SameValue(«2», «4») to be true
language/statements/for-of/array-contract.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «0») to be true
language/statements/for-of/array-expand.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/statements/for-of/array-key-get-error.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
language/statements/for-of/array.js  # [sloppy] expected pass, Runtime Test262Error: element at index 5 Expected SameValue(«undefined», «undefined») to be true
language/statements/for-of/dstr/array-elem-iter-rtrn-close-err.js  # [sloppy] expected pass, Runtime TypeError: is not a function
language/statements/for-of/dstr/array-elem-iter-rtrn-close-null.js  # [sloppy] expected pass, Runtime TypeError: iterator did not terminate
language/statements/for-of/dstr/array-elem-iter-rtrn-close.js  # [sloppy] expected pass, Runtime TypeError: iterator did not terminate
language/statements/for-of/dstr/array-elem-put-let.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/for-of/dstr/array-elem-trlg-iter-list-rtrn-close-err.js  # [sloppy] expected pass, Runtime TypeError: iterator did not terminate
language/statements/for-of/dstr/array-elem-trlg-iter-list-rtrn-close-null.js  # [sloppy] expected pass, Runtime TypeError: iterator did not terminate
language/statements/for-of/dstr/array-elem-trlg-iter-list-rtrn-close.js  # [sloppy] expected pass, Runtime TypeError: iterator did not terminate
language/statements/for-of/dstr/array-elem-trlg-iter-rest-rtrn-close-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
language/statements/for-of/dstr/array-elem-trlg-iter-rest-rtrn-close-null.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/for-of/dstr/array-elem-trlg-iter-rest-rtrn-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«11», «1») to be true
language/statements/for-of/dstr/array-elem-trlg-iter-rest-thrw-close-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«11», «1») to be true
language/statements/for-of/dstr/array-elem-trlg-iter-rest-thrw-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«11», «1») to be true
language/statements/for-of/dstr/array-rest-iter-rtrn-close-err.js  # [sloppy] expected pass, Runtime TypeError: is not a function
language/statements/for-of/dstr/array-rest-iter-rtrn-close-null.js  # [sloppy] expected pass, Runtime TypeError: is not a function
language/statements/for-of/dstr/array-rest-iter-rtrn-close.js  # [sloppy] expected pass, Runtime [object Object]: 
language/statements/for-of/dstr/array-rest-iter-thrw-close-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«11», «0») to be true
language/statements/for-of/dstr/array-rest-iter-thrw-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«11», «0») to be true
language/statements/for-of/dstr/array-rest-lref-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «0») to be true
language/statements/for-of/dstr/array-rest-nested-array-undefined-hole.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «undefined») to be true
language/statements/for-of/dstr/array-rest-put-let.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/for-of/dstr/const-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/for-of/dstr/let-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/for-of/dstr/obj-id-put-let.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/for-of/dstr/obj-prop-put-let.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/for-of/dstr/obj-rest-order.js  # [sloppy] expected pass, Runtime Test262Error: Actual [z, a, 1] and expected [1, z, a, Symbol(foo)] should have the same contents. 
language/statements/for-of/dstr/obj-rest-str-val.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"f"») to be true
language/statements/for-of/dstr/var-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/for-of/float32array-mutate.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «64») to be true
language/statements/for-of/float64array-mutate.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «64») to be true
language/statements/for-of/head-await-using-bound-names-fordecl-tdz.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected a ReferenceError to be thrown asynchronously but no except)
language/statements/for-of/head-const-bound-names-fordecl-tdz.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/for-of/head-let-bound-names-fordecl-tdz.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/for-of/head-using-bound-names-fordecl-tdz.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/for-of/int16array-mutate.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «64») to be true
language/statements/for-of/int32array-mutate.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «64») to be true
language/statements/for-of/int8array-mutate.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «64») to be true
language/statements/for-of/iterator-next-reference.js  # [sloppy] expected pass, Runtime Test262Error: Should not access the `next` method after the iteration prologue.
language/statements/for-of/iterator-next-result-type.js  # [sloppy] expected pass, Runtime Test262Error: Thrown value was not an object!
language/statements/for-of/map-contract.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «0») to be true
language/statements/for-of/map-expand.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/statements/for-of/scope-body-lex-open.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/for-of/scope-head-lex-close.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/for-of/scope-head-lex-open.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/for-of/set-contract.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «0») to be true
language/statements/for-of/set-expand.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «2») to be true
language/statements/for-of/typedarray-backed-by-resizable-buffer-grow-before-end.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] and expected [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] should have the same contents. TestIterationAndResize: list of iterated values
language/statements/for-of/typedarray-backed-by-resizable-buffer-grow-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Actual [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] and expected [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] should have the same contents. TestIterationAndResize: list of iterated values
language/statements/for-of/typedarray-backed-by-resizable-buffer-shrink-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a Test262Error
language/statements/for-of/typedarray-backed-by-resizable-buffer-shrink-to-zero-mid-iteration.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError but got a Test262Error
language/statements/for-of/uint16array-mutate.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «64») to be true
language/statements/for-of/uint32array-mutate.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «64») to be true
language/statements/for-of/uint8array-mutate.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «64») to be true
language/statements/for-of/uint8clampedarray-mutate.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «64») to be true
language/statements/for/dstr/const-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/for/dstr/let-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/for/dstr/var-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/for/head-init-async-of.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: `async` may not be the left-hand side of a `for-of` loop (at 6433..6438)
language/statements/for/head-lhs-let.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected a binding name, found Eq (at 6775..6776)
language/statements/for/scope-body-lex-open.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"inside"», «"outside"») to be true
language/statements/for/scope-body-var-none.js  # [sloppy] expected pass, Runtime Test262Error: reference from "test" position (redeclared in "test" position) Expected SameValue(«1», «2») to be true
language/statements/for/scope-head-var-none.js  # [sloppy] expected pass, Runtime Test262Error: reference from "test" position Expected SameValue(«1», «2») to be true
language/statements/function/13.2-18-1.js  # [sloppy] expected pass, Runtime Test262Error: prototype should be an own property
language/statements/function/S13.2.2_A18_T1.js  # [sloppy] expected pass, Runtime Test262Error: #4: this.b === true. Actual: this.b ===undefined
language/statements/function/S13.2.2_A18_T2.js  # [sloppy] expected pass, Runtime Test262Error: #4: this.b === true. Actual: this.b ===undefined
language/statements/function/S13.2.2_A19_T7.js  # [sloppy] expected pass, Runtime Test262Error: #4: this.__func !== undefined
language/statements/function/S13.2.2_A3_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1: typeof __FACTORY.prototype === 'number'. Actual: typeof __FACTORY.prototype ===object
language/statements/function/S13.2.2_A3_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1: typeof __FACTORY.prototype === 'number'. Actual: typeof __FACTORY.prototype ===object
language/statements/function/S13.2.2_A8_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1: __instance.first === undefined. Actual: __instance.first ===one
language/statements/function/S13.2.2_A8_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1: __instance.first === undefined. Actual: __instance.first ===one
language/statements/function/S13.2.2_A8_T3.js  # [sloppy] expected pass, Runtime Test262Error: #1: __instance.first === undefined. Actual: __instance.first ===one
language/statements/function/dstr/ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/function/dstr/dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/function/scope-body-lex-distinct.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all
language/statements/function/static-init-await-binding-valid.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: a function declaration requires a name (at 6624..6629)
language/statements/generators/default-proto.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «undefined») to be true
language/statements/generators/dstr/ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/generators/dstr/dflt-ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/generators/has-instance.js  # [sloppy] expected pass, Runtime Test262Error: Instance created via function invocation
language/statements/generators/prototype-own-properties.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «0») to be true
language/statements/generators/prototype-property-descriptor.js  # [sloppy] expected pass, Runtime Test262Error: prototype should be an own property
language/statements/generators/prototype-relation-to-function.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«[object Object]», «[object Object]») to be true
language/statements/generators/prototype-value.js  # [sloppy] expected pass, Runtime Test262Error: Instance created via function invocation Expected SameValue(«[object Object]», «[object Object]») to be true
language/statements/generators/scope-body-lex-distinct.js  # [sloppy] expected pass, Runtime Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all
language/statements/generators/yield-identifier-non-strict.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
language/statements/generators/yield-identifier-spread-non-strict.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«true», «false») to be true
language/statements/labeled/value-await-non-module.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected a semicolon or newline, found Colon (at 6506..6507)
language/statements/labeled/value-yield-non-strict.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected a semicolon or newline, found Colon (at 6392..6393)
language/statements/let/block-local-closure-set-before-initialization.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/let/dstr/ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/let/function-local-closure-set-before-initialization.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/let/global-closure-set-before-initialization.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/let/static-init-await-binding-valid.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected a binding name, found Keyword(Await) (at 6619..6624)
language/statements/let/syntax/let-closure-inside-condition.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «5») to be true
language/statements/let/syntax/let-closure-inside-initialization.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«0», «5») to be true
language/statements/let/syntax/let-closure-inside-next-expression.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«1», «5») to be true
language/statements/switch/cptn-a-fall-thru-abrupt-empty.js  # [sloppy] expected pass, Runtime Test262Error: Non-empty value replaces previous non-empty value Expected SameValue(«undefined», «10») to be true
language/statements/switch/cptn-b-fall-thru-abrupt-empty.js  # [sloppy] expected pass, Runtime Test262Error: Non-empty value replaces previous non-empty value Expected SameValue(«undefined», «10») to be true
language/statements/switch/cptn-dflt-b-fall-thru-abrupt-empty.js  # [sloppy] expected pass, Runtime Test262Error: Non-empty value replaces previous non-empty value Expected SameValue(«undefined», «10») to be true
language/statements/switch/cptn-dflt-fall-thru-abrupt-empty.js  # [sloppy] expected pass, Runtime Test262Error: Non-empty value replaces previous non-empty value Expected SameValue(«undefined», «10») to be true
language/statements/switch/cptn-no-dflt-match-fall-thru-abrupt-empty.js  # [sloppy] expected pass, Runtime Test262Error: Non-empty value replaces previous non-empty value Expected SameValue(«undefined», «10») to be true
language/statements/switch/scope-lex-async-function.js  # [sloppy] expected ReferenceError but the test passed
language/statements/switch/scope-lex-async-generator.js  # [sloppy] expected ReferenceError but the test passed
language/statements/switch/scope-lex-generator.js  # [sloppy] expected ReferenceError but the test passed
language/statements/switch/scope-lex-open-case.js  # [sloppy] expected pass, Runtime Test262Error: reference from "selector" Expression Expected SameValue(«"outside"», «"inside"») to be true
language/statements/try/dstr/ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/try/scope-catch-block-lex-open.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«"inside"», «"outside"») to be true
language/statements/try/scope-catch-param-var-none.js  # [sloppy] expected pass, Runtime Test262Error: reference preceding statement Expected SameValue(«2», «4») to be true
language/statements/try/static-init-await-binding-valid.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected a binding name, found Keyword(Await) (at 6629..6634)
language/statements/using/initializer-disposed-at-end-of-asyncgeneratorbody.js  # [sloppy] async did not complete (output: Test262:AsyncTestFailure:Test262Error: Test262Error: Expected resource to not have been disposed while async generator f)
language/statements/using/static-init-await-binding-valid.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected a semicolon or newline, found Keyword(Await) (at 6641..6646)
language/statements/using/syntax/using-declaring-let-split-across-two-lines.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected a binding name, found Eq (at 6523..6524)
language/statements/using/syntax/using-invalid-assignment-statement-body-for-of.js  # [sloppy] expected pass, Runtime Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
language/statements/using/throws-error-as-is-if-only-one-error-during-disposal.js  # [sloppy] expected pass, Runtime Test262Error: Expected a MyError but got a Error
language/statements/variable/S12.2_A11.js  # [sloppy] expected pass, Runtime Test262Error: #2: __declared__var === "baloon". Actual:  __declared__var ===undefined
language/statements/variable/binding-resolution.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «true») to be true
language/statements/variable/dstr/ary-ptrn-elem-id-iter-val-array-prototype.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«3», «42») to be true
language/statements/variable/dstr/ary-ptrn-elem-id-static-init-await-valid.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected a binding name, found Keyword(Await) (at 6620..6625)
language/statements/variable/dstr/obj-ptrn-elem-id-static-init-await-valid.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: reserved word cannot be a shorthand binding (at 6620..6625)
language/statements/variable/static-init-await-binding-valid.js  # [sloppy] expected pass, Parse SyntaxError: SyntaxError: expected a binding name, found Keyword(Await) (at 6619..6624)
language/statements/with/binding-not-blocked-by-unscopables-non-obj.js  # [sloppy] expected pass, Runtime ReferenceError: toString is not defined
language/statements/with/get-binding-value-call-with-proxy-env.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [has:Object, get:Symbol(Symbol.unscopables), has:Object, get:Object] should have the same contents. 
language/statements/with/get-binding-value-idref-with-proxy-env.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [has:Object, get:Symbol(Symbol.unscopables), has:Object, get:Object] should have the same contents. 
language/statements/with/get-mutable-binding-binding-deleted-in-get-unscopables-strict-mode.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/with/has-binding-call-with-proxy-env.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [has:Object] should have the same contents. 
language/statements/with/has-property-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error but got a ReferenceError
language/statements/with/set-mutable-binding-binding-deleted-in-get-unscopables-strict-mode.js  # [sloppy] expected pass, Runtime Test262Error: Expected a ReferenceError to be thrown but no exception was thrown at all
language/statements/with/set-mutable-binding-idref-compound-assign-with-proxy-env.js  # [sloppy] expected pass, Runtime ReferenceError: p is not defined
language/statements/with/set-mutable-binding-idref-with-proxy-env.js  # [sloppy] expected pass, Runtime Test262Error: Actual [] and expected [has:p, get:Symbol(Symbol.unscopables), has:p, set:p, getOwnPropertyDescriptor:p, defineProperty:p] should have the same contents. 
language/statements/with/unscopables-get-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
language/statements/with/unscopables-inc-dec.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«2», «1») to be true
language/statements/with/unscopables-prop-get-err.js  # [sloppy] expected pass, Runtime Test262Error: Expected a Test262Error to be thrown but no exception was thrown at all
language/types/object/S8.6.2_A5_T1.js  # [sloppy] expected pass, Runtime Test262Error: #1: this.count=0; testScreen = {touch:function(){count++}}; testScreen.touch(); count === 1. Actual: NaN
language/types/object/S8.6.2_A5_T2.js  # [sloppy] expected pass, Runtime Test262Error: #1: this.position=0; seat = {}; seat['move']=function(){position++}; seat.move(); position === 1. Actual: NaN
language/types/reference/S8.7_A5_T2.js  # [sloppy] expected pass, Runtime Test262Error: #3: obj = new Object(); __ref = obj; delete __ref === true. Actual: false
language/types/reference/get-value-prop-base-primitive.js  # [sloppy] expected pass, Runtime Test262Error: Expected SameValue(«undefined», «"number prototype"») to be true
language/types/reference/put-value-prop-base-primitive.js  # [sloppy] expected pass, Runtime Test262Error: number Expected SameValue(«0», «1») to be true
