summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/http_util.rs1
-rw-r--r--cli/tests/integration/compat_tests.rs3
-rw-r--r--cli/tests/integration/inspector_tests.rs1
-rw-r--r--tools/wpt/expectation.json68
4 files changed, 5 insertions, 68 deletions
diff --git a/cli/http_util.rs b/cli/http_util.rs
index 3f11e8859..7e10c9042 100644
--- a/cli/http_util.rs
+++ b/cli/http_util.rs
@@ -593,6 +593,7 @@ mod tests {
// TODO(@justinmchase): Windows should verify certs too and fail to make this request without ca certs
#[cfg(not(windows))]
#[tokio::test]
+ #[ignore] // https://github.com/denoland/deno/issues/12561
async fn test_fetch_with_empty_certificate_store() {
use deno_runtime::deno_tls::rustls::RootCertStore;
diff --git a/cli/tests/integration/compat_tests.rs b/cli/tests/integration/compat_tests.rs
index a79f61120..7138530d0 100644
--- a/cli/tests/integration/compat_tests.rs
+++ b/cli/tests/integration/compat_tests.rs
@@ -27,7 +27,8 @@ itest!(fs_promises {
envs: vec![("DENO_NODE_COMPAT_URL".to_string(), std_file_url())],
});
-itest!(node_prefix_fs_promises {
+// https://github.com/denoland/deno/issues/12494
+itest_flaky!(node_prefix_fs_promises {
args: "run --compat --no-check --unstable -A compat/node_fs_promises.mjs",
output: "compat/fs_promises.out",
envs: vec![("DENO_NODE_COMPAT_URL".to_string(), std_file_url())],
diff --git a/cli/tests/integration/inspector_tests.rs b/cli/tests/integration/inspector_tests.rs
index c4f4fdbf8..92e6db8f8 100644
--- a/cli/tests/integration/inspector_tests.rs
+++ b/cli/tests/integration/inspector_tests.rs
@@ -690,6 +690,7 @@ async fn inspector_connect_non_ws() {
}
#[tokio::test]
+#[ignore] // https://github.com/denoland/deno/issues/13491
async fn inspector_break_on_first_line_in_test() {
let script = util::testdata_path().join("inspector/inspector_test.js");
let mut child = util::deno_cmd()
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index 43367efe3..de02fd7f9 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -815,71 +815,6 @@
"rsa_pss.https.any.worker.html": true
},
"wrapKey_unwrapKey": {
- "wrapKey_unwrapKey.https.any.html": [
- "Can wrap and unwrap ECDH public key keys using spki and AES-CTR",
- "Can wrap and unwrap ECDH public key keys using spki and AES-CBC",
- "Can wrap and unwrap ECDH public key keys using spki and AES-GCM",
- "Can wrap and unwrap ECDH public key keys using jwk and AES-GCM",
- "Can wrap and unwrap ECDH private key keys using pkcs8 and AES-GCM",
- "Can wrap and unwrap ECDH private key keys as non-extractable using pkcs8 and AES-GCM",
- "Can wrap and unwrap ECDH private key keys using jwk and AES-GCM",
- "Can wrap and unwrap ECDH private key keys as non-extractable using jwk and AES-GCM",
- "Can unwrap ECDH private key non-extractable keys using jwk and AES-GCM",
- "Can wrap and unwrap HMAC keys using raw and AES-GCM",
- "Can wrap and unwrap HMAC keys as non-extractable using raw and AES-GCM",
- "Can wrap and unwrap HMAC keys using jwk and AES-GCM",
- "Can wrap and unwrap HMAC keys as non-extractable using jwk and AES-GCM",
- "Can unwrap HMAC non-extractable keys using jwk and AES-GCM",
- "Can wrap and unwrap AES-CTR keys using raw and AES-GCM",
- "Can wrap and unwrap AES-CTR keys as non-extractable using raw and AES-GCM",
- "Can wrap and unwrap AES-CTR keys using jwk and AES-GCM",
- "Can wrap and unwrap AES-CTR keys as non-extractable using jwk and AES-GCM",
- "Can unwrap AES-CTR non-extractable keys using jwk and AES-GCM",
- "Can wrap and unwrap AES-CBC keys using raw and AES-GCM",
- "Can wrap and unwrap AES-CBC keys as non-extractable using raw and AES-GCM",
- "Can wrap and unwrap AES-CBC keys using jwk and AES-GCM",
- "Can wrap and unwrap AES-CBC keys as non-extractable using jwk and AES-GCM",
- "Can unwrap AES-CBC non-extractable keys using jwk and AES-GCM",
- "Can wrap and unwrap AES-GCM keys using raw and AES-GCM",
- "Can wrap and unwrap AES-GCM keys as non-extractable using raw and AES-GCM",
- "Can wrap and unwrap AES-GCM keys using jwk and AES-GCM",
- "Can wrap and unwrap AES-GCM keys as non-extractable using jwk and AES-GCM",
- "Can unwrap AES-GCM non-extractable keys using jwk and AES-GCM",
- "Can wrap and unwrap AES-KW keys using raw and AES-GCM",
- "Can wrap and unwrap AES-KW keys as non-extractable using raw and AES-GCM",
- "Can wrap and unwrap AES-KW keys using jwk and AES-GCM",
- "Can wrap and unwrap AES-KW keys as non-extractable using jwk and AES-GCM",
- "Can unwrap AES-KW non-extractable keys using jwk and AES-GCM",
- "Can wrap and unwrap ECDSA public key keys using spki and AES-GCM",
- "Can wrap and unwrap ECDSA public key keys using jwk and AES-GCM",
- "Can wrap and unwrap ECDSA private key keys using pkcs8 and AES-GCM",
- "Can wrap and unwrap ECDSA private key keys as non-extractable using pkcs8 and AES-GCM",
- "Can wrap and unwrap ECDSA private key keys using jwk and AES-GCM",
- "Can wrap and unwrap ECDSA private key keys as non-extractable using jwk and AES-GCM",
- "Can unwrap ECDSA private key non-extractable keys using jwk and AES-GCM",
- "Can wrap and unwrap RSASSA-PKCS1-v1_5 public key keys using spki and AES-GCM",
- "Can wrap and unwrap RSASSA-PKCS1-v1_5 public key keys using jwk and AES-GCM",
- "Can wrap and unwrap RSASSA-PKCS1-v1_5 private key keys using pkcs8 and AES-GCM",
- "Can wrap and unwrap RSASSA-PKCS1-v1_5 private key keys as non-extractable using pkcs8 and AES-GCM",
- "Can wrap and unwrap RSASSA-PKCS1-v1_5 private key keys using jwk and AES-GCM",
- "Can wrap and unwrap RSASSA-PKCS1-v1_5 private key keys as non-extractable using jwk and AES-GCM",
- "Can unwrap RSASSA-PKCS1-v1_5 private key non-extractable keys using jwk and AES-GCM",
- "Can wrap and unwrap RSA-PSS public key keys using spki and AES-GCM",
- "Can wrap and unwrap RSA-PSS public key keys using jwk and AES-GCM",
- "Can wrap and unwrap RSA-PSS private key keys using pkcs8 and AES-GCM",
- "Can wrap and unwrap RSA-PSS private key keys as non-extractable using pkcs8 and AES-GCM",
- "Can wrap and unwrap RSA-PSS private key keys using jwk and AES-GCM",
- "Can wrap and unwrap RSA-PSS private key keys as non-extractable using jwk and AES-GCM",
- "Can unwrap RSA-PSS private key non-extractable keys using jwk and AES-GCM",
- "Can wrap and unwrap RSA-OAEP public key keys using spki and AES-GCM",
- "Can wrap and unwrap RSA-OAEP public key keys using jwk and AES-GCM",
- "Can wrap and unwrap RSA-OAEP private key keys using pkcs8 and AES-GCM",
- "Can wrap and unwrap RSA-OAEP private key keys as non-extractable using pkcs8 and AES-GCM",
- "Can wrap and unwrap RSA-OAEP private key keys using jwk and AES-GCM",
- "Can wrap and unwrap RSA-OAEP private key keys as non-extractable using jwk and AES-GCM",
- "Can unwrap RSA-OAEP private key non-extractable keys using jwk and AES-GCM",
- "Can wrap and unwrap ECDH public key keys using spki and RSA-OAEP"
- ],
"wrapKey_unwrapKey.https.any.worker.html": [
"Can wrap and unwrap ECDH public key keys using spki and AES-CTR",
"Can wrap and unwrap ECDH public key keys using spki and AES-CBC",
@@ -2651,7 +2586,6 @@
"Fetch with POST with ReadableStream containing Blob",
"Fetch with POST with text body on 421 response should be retried once on new connection."
],
- "response-null-body.any.html": true,
"response-null-body.any.worker.html": true,
"response-url.sub.any.html": true,
"response-url.sub.any.worker.html": true,
@@ -4177,4 +4111,4 @@
"idlharness.https.any.html": true,
"idlharness.https.any.worker.html": true
}
-} \ No newline at end of file
+}