Skip to content

Commit 236bd15

Browse files
committed
Rebase + skip snapshot test
1 parent 79bb062 commit 236bd15

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/node.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,6 @@ static void PlatformInit(ProcessInitializationFlags::Flags flags) {
632632
} while (min + 1 < max);
633633
}
634634
}
635-
#endif // __Fuchsia__
636635
#endif // __POSIX__
637636
#ifdef _WIN32
638637
if (!(flags & ProcessInitializationFlags::kNoStdioInitialization)) {

test/parallel/parallel.status

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ test-v8-serdes: SKIP
5656

5757
test-v8-stats: SKIP
5858

59+
# Node is built without embedded snapshot.
60+
test-snapshot-basic: SKIP
61+
5962
# https://github.com/nodejs/node/issues/43676
6063
test-repl-pretty-stack: SKIP
6164
test-repl-pretty-custom-stack: SKIP

0 commit comments

Comments
 (0)