summaryrefslogtreecommitdiff
path: root/test262_errors.txt
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2023-12-09 12:32:00 +0100
committerFabrice Bellard <fabrice@bellard.org>2023-12-09 12:32:00 +0100
commitb180cd2c439731d2fba39274f74c12ea9793dfd0 (patch)
tree7573a0106a49c8a0b7e8b1c6d31c4f49065ddb50 /test262_errors.txt
parente182050771b5971643be4e2391e2ba6f05eb1665 (diff)
downloadquickjs-b180cd2c439731d2fba39274f74c12ea9793dfd0.tar.gz
quickjs-b180cd2c439731d2fba39274f74c12ea9793dfd0.zip
Symbol.species is no longer used in TypedArray constructor from a TypedArray
Diffstat (limited to 'test262_errors.txt')
-rw-r--r--test262_errors.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/test262_errors.txt b/test262_errors.txt
index 9822b8a..9681190 100644
--- a/test262_errors.txt
+++ b/test262_errors.txt
@@ -15,8 +15,6 @@ test262/test/built-ins/String/prototype/localeCompare/15.5.4.9_CE.js:62: Test262
test262/test/built-ins/String/prototype/localeCompare/15.5.4.9_CE.js:62: strict mode: Test262Error: String.prototype.localeCompare considers ö (\u006f\u0308) ≠ ö (\u00f6).
test262/test/built-ins/TypedArray/prototype/sort/sort-tonumber.js:30: TypeError: ArrayBuffer is detached (Testing with Float64Array.)
test262/test/built-ins/TypedArray/prototype/sort/sort-tonumber.js:30: strict mode: TypeError: ArrayBuffer is detached (Testing with Float64Array.)
-test262/test/built-ins/TypedArrayConstructors/ctors/no-species.js:16: Test262Error: unreachable
-test262/test/built-ins/TypedArrayConstructors/ctors/no-species.js:16: strict mode: Test262Error: unreachable
test262/test/language/expressions/assignment/target-member-computed-reference-null.js:32: Test262Error: Expected a DummyError but got a TypeError
test262/test/language/expressions/assignment/target-member-computed-reference-null.js:32: strict mode: Test262Error: Expected a DummyError but got a TypeError
test262/test/language/expressions/assignment/target-member-computed-reference-undefined.js:32: Test262Error: Expected a DummyError but got a TypeError