diff options
Diffstat (limited to 'testing/web-platform/tests/resources/test')
-rw-r--r-- | testing/web-platform/tests/resources/test/tests/unit/IdlArray/is_json_type.html | 1 | ||||
-rw-r--r-- | testing/web-platform/tests/resources/test/tox.ini | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/testing/web-platform/tests/resources/test/tests/unit/IdlArray/is_json_type.html b/testing/web-platform/tests/resources/test/tests/unit/IdlArray/is_json_type.html index 18e83a8e89..caea20067f 100644 --- a/testing/web-platform/tests/resources/test/tests/unit/IdlArray/is_json_type.html +++ b/testing/web-platform/tests/resources/test/tests/unit/IdlArray/is_json_type.html @@ -39,6 +39,7 @@ assert_false(idl.is_json_type(typeFrom("Uint8ClampedArray"))); assert_false(idl.is_json_type(typeFrom("BigInt64Array"))); assert_false(idl.is_json_type(typeFrom("BigUint64Array"))); + assert_false(idl.is_json_type(typeFrom("Float16Array"))); assert_false(idl.is_json_type(typeFrom("Float32Array"))); assert_false(idl.is_json_type(typeFrom("Float64Array"))); assert_false(idl.is_json_type(typeFrom("ArrayBuffer"))); diff --git a/testing/web-platform/tests/resources/test/tox.ini b/testing/web-platform/tests/resources/test/tox.ini index 12013a1a70..49603ef64b 100644 --- a/testing/web-platform/tests/resources/test/tox.ini +++ b/testing/web-platform/tests/resources/test/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,py38,py39,py310,py311 +envlist = py38,py39,py310,py311 skipsdist=True [testenv] |