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.conf | |
parent | c95b024d3e4b396c9569719173e4269091dc0bf7 (diff) | |
download | quickjs-a8b2d7c2b2751130000b74ac7d831fd75a0abbc3.tar.gz quickjs-a8b2d7c2b2751130000b74ac7d831fd75a0abbc3.zip |
added Float16Array (bnoordhuis) - optimized float16 conversion functions
Diffstat (limited to 'test262.conf')
-rw-r--r-- | test262.conf | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/test262.conf b/test262.conf index 4116804..2781015 100644 --- a/test262.conf +++ b/test262.conf @@ -108,7 +108,7 @@ explicit-resource-management=skip exponentiation export-star-as-namespace-from-module FinalizationRegistry -Float16Array=skip +Float16Array Float32Array Float64Array for-in-order @@ -344,12 +344,6 @@ test262/test/staging/sm/JSON/parse-with-source.js test262/test/staging/sm/RegExp/flags.js test262/test/staging/sm/RegExp/prototype.js -# no f16 -test262/test/staging/sm/Math/f16round.js -test262/test/staging/sm/TypedArray/sort_small.js -test262/test/staging/sm/extensions/dataview.js -test262/test/staging/sm/TypedArray/toString.js - # not standard test262/test/staging/sm/Function/builtin-no-construct.js test262/test/staging/sm/Function/function-caller-restrictions.js |