diff options
author | Daniel Adams <70986246+msub2@users.noreply.github.com> | 2024-09-18 04:07:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 04:07:05 +0000 |
commit | 632d83270498f6cb2e9d284503d86607f250b80e (patch) | |
tree | 2f60260a87dc5549e3c128246fe9930f16c49543 /tests/wpt | |
parent | 7eda58ea6dcf7bcc54f6c02766e641c209ed7cb6 (diff) | |
download | servo-632d83270498f6cb2e9d284503d86607f250b80e.tar.gz servo-632d83270498f6cb2e9d284503d86607f250b80e.zip |
Add checks for BigInt/BigUint in getRandomValues (#33485)
Signed-off-by: Daniel Adams <msub2official@gmail.com>
Diffstat (limited to 'tests/wpt')
-rw-r--r-- | tests/wpt/meta/WebCryptoAPI/getRandomValues.any.js.ini | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/tests/wpt/meta/WebCryptoAPI/getRandomValues.any.js.ini b/tests/wpt/meta/WebCryptoAPI/getRandomValues.any.js.ini index a50fdb01eff..a53fc15fd24 100644 --- a/tests/wpt/meta/WebCryptoAPI/getRandomValues.any.js.ini +++ b/tests/wpt/meta/WebCryptoAPI/getRandomValues.any.js.ini @@ -1,56 +1,7 @@ [getRandomValues.any.worker.html] - [Integer array: BigInt64Array] - expected: FAIL - - [Large length: BigInt64Array] - expected: FAIL - - [Null arrays: BigInt64Array] - expected: FAIL - - [Integer array: BigUint64Array] - expected: FAIL - - [Large length: BigUint64Array] - expected: FAIL - - [Null arrays: BigUint64Array] - expected: FAIL - [Float16 arrays] expected: FAIL - [Subclass of BigInt64Array] - expected: FAIL - - [Subclass of BigUint64Array] - expected: FAIL - - [getRandomValues.any.html] - [Integer array: BigInt64Array] - expected: FAIL - - [Large length: BigInt64Array] - expected: FAIL - - [Null arrays: BigInt64Array] - expected: FAIL - - [Integer array: BigUint64Array] - expected: FAIL - - [Large length: BigUint64Array] - expected: FAIL - - [Null arrays: BigUint64Array] - expected: FAIL - [Float16 arrays] expected: FAIL - - [Subclass of BigInt64Array] - expected: FAIL - - [Subclass of BigUint64Array] - expected: FAIL |