aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/fetch
diff options
context:
space:
mode:
authorSimon Wülker <simon.wuelker@arcor.de>2024-11-09 17:43:47 +0100
committerGitHub <noreply@github.com>2024-11-09 16:43:47 +0000
commit67ac59b80994bb2b5ad11e54315165efcbabcaba (patch)
tree151ba151362dbc2b47745753754268621809a45b /tests/wpt/meta/fetch
parentda462d0fcda24f11ad2c67f5db7a2db0ea0f95e2 (diff)
downloadservo-67ac59b80994bb2b5ad11e54315165efcbabcaba.tar.gz
servo-67ac59b80994bb2b5ad11e54315165efcbabcaba.zip
subtlecrypto: Replace `NormalizedAlgorithm` with specialized variants (#34193)
* Implement specialized normalize_algorithm for "get key length" operation Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Implement specialized normalize_algorithm for "digest" Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Implement specialized normalize_algorithm for "importKey" Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Implement specialized normalize_algorithm for "deriveBits" Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Implement specialized normalize_algorithm for "decrypt" Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Implement specialized normalize_algorithm for "generateKey" Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Implement specialized normalize_algorithm for "encrypt" Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Remove normalize_algorithm Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Replace obj.get_unsafe() with obj.get() Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Replace BitwiseOr with LogicalOr (typo) Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update more WPT expectations outside of WebCryptoAPI Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
Diffstat (limited to 'tests/wpt/meta/fetch')
-rw-r--r--tests/wpt/meta/fetch/content-encoding/br/big-br-body.https.any.js.ini6
-rw-r--r--tests/wpt/meta/fetch/content-encoding/gzip/big-gzip-body.https.any.js.ini6
2 files changed, 0 insertions, 12 deletions
diff --git a/tests/wpt/meta/fetch/content-encoding/br/big-br-body.https.any.js.ini b/tests/wpt/meta/fetch/content-encoding/br/big-br-body.https.any.js.ini
index 56cd175f48b..79158924072 100644
--- a/tests/wpt/meta/fetch/content-encoding/br/big-br-body.https.any.js.ini
+++ b/tests/wpt/meta/fetch/content-encoding/br/big-br-body.https.any.js.ini
@@ -2,17 +2,11 @@
expected: ERROR
[big-br-body.https.any.html]
- [large br data should be decompressed successfully]
- expected: FAIL
-
[large br data should be decompressed successfully with byte stream]
expected: FAIL
[big-br-body.https.any.worker.html]
- [large br data should be decompressed successfully]
- expected: FAIL
-
[large br data should be decompressed successfully with byte stream]
expected: FAIL
diff --git a/tests/wpt/meta/fetch/content-encoding/gzip/big-gzip-body.https.any.js.ini b/tests/wpt/meta/fetch/content-encoding/gzip/big-gzip-body.https.any.js.ini
index 625d6f9c017..032d354ce05 100644
--- a/tests/wpt/meta/fetch/content-encoding/gzip/big-gzip-body.https.any.js.ini
+++ b/tests/wpt/meta/fetch/content-encoding/gzip/big-gzip-body.https.any.js.ini
@@ -2,17 +2,11 @@
expected: ERROR
[big-gzip-body.https.any.worker.html]
- [large gzip data should be decompressed successfully]
- expected: FAIL
-
[large gzip data should be decompressed successfully with byte stream]
expected: FAIL
[big-gzip-body.https.any.html]
- [large gzip data should be decompressed successfully]
- expected: FAIL
-
[large gzip data should be decompressed successfully with byte stream]
expected: FAIL