Skip to content

Commit

Permalink
Fix merge + add type_traits to simdjson
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgomes authored and pthier committed Oct 2, 2024
1 parent a4ddc35 commit b85f798
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions deps/simdjson/simdjson.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
#include <cstdlib>
#include <cfloat>
#include <cassert>
#include <type_traits>
#ifndef _WIN32
// strcasecmp, strncasecmp
#include <strings.h>
Expand Down
3 changes: 0 additions & 3 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ test-repl: SKIP
# Temporarily disabled to land https://crrev.com/c/4507375
test-fs-write: SKIP

<<<<<<< HEAD
# https:/nodejs/node/issues/51862
test-fs-read-stream-concurrent-reads: PASS, FLAKY
# Temporarily skip for https://crrev.com/c/2960211
Expand All @@ -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
Expand Down
3 changes: 3 additions & 0 deletions test/wasm-allocation/wasm-allocation.status
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b85f798

Please sign in to comment.