]> git.kaiwu.me - quickjs.git/commitdiff
update tests
authorFabrice Bellard <fabrice@bellard.org>
Sat, 24 May 2025 13:43:14 +0000 (15:43 +0200)
committerFabrice Bellard <fabrice@bellard.org>
Sat, 24 May 2025 13:43:14 +0000 (15:43 +0200)
TODO
test262.conf
test262_errors.txt

diff --git a/TODO b/TODO
index 2f82c240b833b037bcf073774336466a751f7854..acbe84a72d73c8c2f4195ee9df341b4bd2e3f2e2 100644 (file)
--- 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
index 77de087674ebf08d97cce3f8cdcd7d925444a95f..0966a594a20039047477ca4241cfb89c6ba5857e 100644 (file)
@@ -228,6 +228,7 @@ Uint32Array
 Uint8Array
 uint8array-base64=skip
 Uint8ClampedArray
+upsert=skip
 WeakMap
 WeakRef
 WeakSet
index 968b232e5573ec7f7ff24bcff48163ede6eb451a..9df6f749a2f38f0b64b0101a7330994036d734d1 100644 (file)
@@ -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