From 163e1d61920fbc6a0bdb18adc57b249b2d600472 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 15 Mar 2022 11:19:59 -0400 Subject: [PATCH] disable flakes (#13962) --- cli/http_util.rs | 1 + cli/tests/integration/compat_tests.rs | 3 +- cli/tests/integration/inspector_tests.rs | 1 + tools/wpt/expectation.json | 68 +----------------------- 4 files changed, 5 insertions(+), 68 deletions(-) diff --git a/cli/http_util.rs b/cli/http_util.rs index 3f11e88593..7e10c90424 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 a79f611200..7138530d02 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 c4f4fdbf88..92e6db8f87 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 43367efe35..de02fd7f9e 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 +}