diff --git a/deps/simdjson/simdjson.cpp b/deps/simdjson/simdjson.cpp index b5dd7243853217..2ef41e21cf4ffa 100644 --- a/deps/simdjson/simdjson.cpp +++ b/deps/simdjson/simdjson.cpp @@ -89,6 +89,7 @@ #include #include #include +#include #ifndef _WIN32 // strcasecmp, strncasecmp #include diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 6bd6e489853b4c..24a02e14d5972d 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -40,7 +40,6 @@ test-repl: SKIP # Temporarily disabled to land https://crrev.com/c/4507375 test-fs-write: SKIP -<<<<<<< HEAD # https://github.com/nodejs/node/issues/51862 test-fs-read-stream-concurrent-reads: PASS, FLAKY # Temporarily skip for https://crrev.com/c/2960211 @@ -51,13 +50,11 @@ test-npm-install: SKIP test-trace-events-all: SKIP test-trace-events-v8: SKIP # Skip test depending on always-true removed --harmony-atomics flag -======= # Skip failed tests related to iterator helpers # https://bugs.chromium.org/p/v8/issues/detail?id=13558 test-repl-tab-complete: SKIP test-shadow-realm-globals: SKIP ->>>>>>> ff1bdd5b82 (Skip the failing tests (#159)) # Skip tests depending on removed feature flags for SAB and Atomics test-worker-no-atomics: SKIP test-worker-no-sab: SKIP diff --git a/test/wasm-allocation/wasm-allocation.status b/test/wasm-allocation/wasm-allocation.status index cf67fe9d67f20f..73b5bf14884168 100644 --- a/test/wasm-allocation/wasm-allocation.status +++ b/test/wasm-allocation/wasm-allocation.status @@ -6,5 +6,8 @@ prefix wasm-allocation [true] # This section applies to all platforms +# Failing on NodeCI. +test-wasm-allocation: SKIP + [$system!=linux || $asan==on] test-wasm-allocation: SKIP