diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2025-05-19 17:23:25 +0200 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2025-05-19 17:23:25 +0200 |
commit | 9bce51eefdbf38d44aa02cf34af81aafb7b7db33 (patch) | |
tree | fe6670183959fe3b6ebbe9269316514948d5c121 /test262_errors.txt | |
parent | aaa9cea6a8831d1cad7ad2e6ea157f19116e20a2 (diff) | |
download | quickjs-master.tar.gz quickjs-master.zip |
Diffstat (limited to 'test262_errors.txt')
-rw-r--r-- | test262_errors.txt | 2 |
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 |