summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2025-05-24 15:43:14 +0200
committerFabrice Bellard <fabrice@bellard.org>2025-05-24 15:43:14 +0200
commitbb986e55ff563ea9791d1a98450c3ca57e88366c (patch)
treede0178f99c9994d957b1bc823e4a2c62fbceea4d
parentfc524f75ee10bc4e8fc33e250f69949dbedc1935 (diff)
downloadquickjs-bb986e55ff563ea9791d1a98450c3ca57e88366c.tar.gz
quickjs-bb986e55ff563ea9791d1a98450c3ca57e88366c.zip
update tests
-rw-r--r--TODO4
-rw-r--r--test262.conf1
-rw-r--r--test262_errors.txt3
3 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index 2f82c24..acbe84a 100644
--- a/TODO
+++ b/TODO
@@ -62,5 +62,5 @@ Optimization ideas:
Test262o: 0/11262 errors, 463 excluded
Test262o commit: 7da91bceb9ce7613f87db47ddd1292a2dda58b42 (es5-tests branch)
-Result: 46/79341 errors, 1618 excluded, 6649 skipped
-Test262 commit: 27622d764767dcb3778784884022c2c7de5769b8
+Result: 47/79321 errors, 1617 excluded, 6767 skipped
+Test262 commit: 4b5d36ab6ef2f59d0a8902cd383762547a3a74c4
diff --git a/test262.conf b/test262.conf
index 77de087..0966a59 100644
--- a/test262.conf
+++ b/test262.conf
@@ -228,6 +228,7 @@ Uint32Array
Uint8Array
uint8array-base64=skip
Uint8ClampedArray
+upsert=skip
WeakMap
WeakRef
WeakSet
diff --git a/test262_errors.txt b/test262_errors.txt
index 968b232..9df6f74 100644
--- a/test262_errors.txt
+++ b/test262_errors.txt
@@ -1,3 +1,5 @@
+test262/test/built-ins/Atomics/notify/retrieve-length-before-index-coercion-non-shared-detached.js:34: TypeError: ArrayBuffer is detached
+test262/test/built-ins/Atomics/notify/retrieve-length-before-index-coercion-non-shared-detached.js:34: strict mode: TypeError: ArrayBuffer is detached
test262/test/language/module-code/top-level-await/module-graphs-does-not-hang.js:10: TypeError: $DONE() not called
test262/test/staging/sm/Date/UTC-convert-all-arguments.js:75: Test262Error: index 1: expected 42, got Error: didn't throw Expected SameValue(«Error: didn't throw», «42») to be true
test262/test/staging/sm/Date/constructor-convert-all-arguments.js:75: Test262Error: index undefined: expected 42, got Error: didn't throw Expected SameValue(«Error: didn't throw», «42») to be true
@@ -12,7 +14,6 @@ test262/test/staging/sm/Function/function-toString-builtin.js:14: Test262Error:
}' Expected SameValue(«null», «null») to be false
test262/test/staging/sm/Function/implicit-this-in-parameter-expression.js:13: Test262Error: Expected SameValue(«[object Object]», «undefined») to be true
test262/test/staging/sm/Function/invalid-parameter-list.js:35: Error: Assertion failed: expected exception SyntaxError, no exception thrown
-test262/test/staging/sm/Math/cbrt-approx.js:26: Error: got 1.39561242508609, expected a number near 1.3956124250860895 (relative error: 2)
test262/test/staging/sm/RegExp/constructor-ordering-2.js:15: Test262Error: Expected SameValue(«false», «true») to be true
test262/test/staging/sm/RegExp/regress-613820-1.js:13: Test262Error: Expected SameValue(«"aaa"», «"aa"») to be true
test262/test/staging/sm/RegExp/regress-613820-2.js:13: Test262Error: Expected SameValue(«"f"», «undefined») to be true