summaryrefslogtreecommitdiff
path: root/test262_errors.txt
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2025-05-19 17:23:25 +0200
committerFabrice Bellard <fabrice@bellard.org>2025-05-19 17:23:25 +0200
commit9bce51eefdbf38d44aa02cf34af81aafb7b7db33 (patch)
treefe6670183959fe3b6ebbe9269316514948d5c121 /test262_errors.txt
parentaaa9cea6a8831d1cad7ad2e6ea157f19116e20a2 (diff)
downloadquickjs-master.tar.gz
quickjs-master.zip
improved JSON parser conformity (chqrlie) (#250)HEADmaster
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 e8cd853..d3f06c3 100644
--- a/test262_errors.txt
+++ b/test262_errors.txt
@@ -12,8 +12,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/JSON/parse-number-syntax.js:39: Test262Error: parsing string <1.> threw a non-SyntaxError exception: Test262Error: string <1.> shouldn't have parsed as JSON Expected SameValue(«false», «true») to be true Expected SameValue(«true», «false») to be true
-test262/test/staging/sm/JSON/parse-syntax-errors-02.js:51: Test262Error: parsing string <["Illegal backslash escape: \x15"]> threw a non-SyntaxError exception: Test262Error: string <["Illegal backslash escape: \x15"]> shouldn't have parsed as JSON Expected SameValue(«false», «true») to be true Expected SameValue(«true», «false») to be true
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