Skip to content

Commit d2a94a3

Browse files
committed
Fix merge + add type_traits to simdjson
1 parent 3cbabd5 commit d2a94a3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

deps/simdjson/simdjson.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
#include <cstdlib>
8080
#include <cfloat>
8181
#include <cassert>
82+
#include <type_traits>
8283
#ifndef _WIN32
8384
// strcasecmp, strncasecmp
8485
#include <strings.h>

test/parallel/parallel.status

-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ test-repl: SKIP
4040
# Temporarily disabled to land https://crrev.com/c/4507375
4141
test-fs-write: SKIP
4242

43-
<<<<<<< HEAD
4443
# https://github.com/nodejs/node/issues/51862
4544
test-fs-read-stream-concurrent-reads: PASS, FLAKY
4645
# Temporarily skip for https://crrev.com/c/2960211
@@ -51,13 +50,11 @@ test-npm-install: SKIP
5150
test-trace-events-all: SKIP
5251
test-trace-events-v8: SKIP
5352
# Skip test depending on always-true removed --harmony-atomics flag
54-
=======
5553
# Skip failed tests related to iterator helpers
5654
# https://bugs.chromium.org/p/v8/issues/detail?id=13558
5755
test-repl-tab-complete: SKIP
5856
test-shadow-realm-globals: SKIP
5957

60-
>>>>>>> ff1bdd5b82 (Skip the failing tests (#159))
6158
# Skip tests depending on removed feature flags for SAB and Atomics
6259
test-worker-no-atomics: SKIP
6360
test-worker-no-sab: SKIP

test/wasm-allocation/wasm-allocation.status

+3
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ prefix wasm-allocation
66

77
[true] # This section applies to all platforms
88

9+
# Failing on NodeCI.
10+
test-wasm-allocation: SKIP
11+
912
[$system!=linux || $asan==on]
1013
test-wasm-allocation: SKIP

0 commit comments

Comments
 (0)