File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 79
79
#include <cstdlib>
80
80
#include <cfloat>
81
81
#include <cassert>
82
+ #include <type_traits>
82
83
#ifndef _WIN32
83
84
// strcasecmp, strncasecmp
84
85
#include <strings.h>
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ test-repl: SKIP
40
40
# Temporarily disabled to land https://crrev.com/c/4507375
41
41
test-fs-write: SKIP
42
42
43
- <<<<<<< HEAD
44
43
# https://github.com/nodejs/node/issues/51862
45
44
test-fs-read-stream-concurrent-reads: PASS, FLAKY
46
45
# Temporarily skip for https://crrev.com/c/2960211
@@ -51,13 +50,11 @@ test-npm-install: SKIP
51
50
test-trace-events-all: SKIP
52
51
test-trace-events-v8: SKIP
53
52
# Skip test depending on always-true removed --harmony-atomics flag
54
- =======
55
53
# Skip failed tests related to iterator helpers
56
54
# https://bugs.chromium.org/p/v8/issues/detail?id=13558
57
55
test-repl-tab-complete: SKIP
58
56
test-shadow-realm-globals: SKIP
59
57
60
- >>>>>>> ff1bdd5b82 (Skip the failing tests (#159))
61
58
# Skip tests depending on removed feature flags for SAB and Atomics
62
59
test-worker-no-atomics: SKIP
63
60
test-worker-no-sab: SKIP
Original file line number Diff line number Diff line change @@ -6,5 +6,8 @@ prefix wasm-allocation
6
6
7
7
[true] # This section applies to all platforms
8
8
9
+ # Failing on NodeCI.
10
+ test-wasm-allocation: SKIP
11
+
9
12
[$system!=linux || $asan==on]
10
13
test-wasm-allocation: SKIP
You can’t perform that action at this time.
0 commit comments