diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2025-05-05 19:12:32 +0200 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2025-05-05 19:12:32 +0200 |
commit | a8b2d7c2b2751130000b74ac7d831fd75a0abbc3 (patch) | |
tree | 92d851b3a1eeb56d53796ca43a859f7300892b42 /test262_errors.txt | |
parent | c95b024d3e4b396c9569719173e4269091dc0bf7 (diff) | |
download | quickjs-a8b2d7c2b2751130000b74ac7d831fd75a0abbc3.tar.gz quickjs-a8b2d7c2b2751130000b74ac7d831fd75a0abbc3.zip |
added Float16Array (bnoordhuis) - optimized float16 conversion functions
Diffstat (limited to 'test262_errors.txt')
-rw-r--r-- | test262_errors.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test262_errors.txt b/test262_errors.txt index 5fb832d..6ce51a9 100644 --- a/test262_errors.txt +++ b/test262_errors.txt @@ -28,7 +28,6 @@ test262/test/staging/sm/TypedArray/constructor-buffer-sequence.js:73: Error: Ass test262/test/staging/sm/TypedArray/prototype-constructor-identity.js:17: Test262Error: Expected SameValue(«2», «6») to be true test262/test/staging/sm/TypedArray/set-detached-bigint.js:27: Error: Assertion failed: expected exception SyntaxError, got RangeError: invalid array length test262/test/staging/sm/TypedArray/set-detached.js:112: RangeError: invalid array length -test262/test/staging/sm/TypedArray/sort-negative-nan.js:102: TypeError: cannot read property 'name' of undefined test262/test/staging/sm/TypedArray/sort_modifications.js:12: Test262Error: Int8Array at index 0 for size 4 Expected SameValue(«0», «1») to be true test262/test/staging/sm/TypedArray/subarray.js:15: Test262Error: Expected SameValue(«0», «1») to be true test262/test/staging/sm/async-functions/async-contains-unicode-escape.js:45: Error: Assertion failed: expected exception SyntaxError, no exception thrown |