We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bb062 commit 236bd15Copy full SHA for 236bd15
src/node.cc
@@ -632,7 +632,6 @@ static void PlatformInit(ProcessInitializationFlags::Flags flags) {
632
} while (min + 1 < max);
633
}
634
635
-#endif // __Fuchsia__
636
#endif // __POSIX__
637
#ifdef _WIN32
638
if (!(flags & ProcessInitializationFlags::kNoStdioInitialization)) {
test/parallel/parallel.status
@@ -56,6 +56,9 @@ test-v8-serdes: SKIP
56
57
test-v8-stats: SKIP
58
59
+# Node is built without embedded snapshot.
60
+test-snapshot-basic: SKIP
61
+
62
# https://github.com/nodejs/node/issues/43676
63
test-repl-pretty-stack: SKIP
64
test-repl-pretty-custom-stack: SKIP
0 commit comments