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 cd3f575 commit 84f328bCopy full SHA for 84f328b
deps/sqlite/unofficial.gni
@@ -36,13 +36,6 @@ template("sqlite_gn_build") {
36
"-Wno-unused-function",
37
"-Wno-unused-variable",
38
]
39
- } else {
40
- cflags_c = [
41
- "-Wno-implicit-fallthrough",
42
- "-Wno-unreachable-code",
43
- "-Wno-unreachable-code-break",
44
- "-Wno-unreachable-code-return",
45
- ]
46
}
47
48
test/parallel/parallel.status
@@ -39,6 +39,9 @@ test-repl-mode: SKIP
test-repl: SKIP
# Temporarily disabled to land https://crrev.com/c/4507375
test-fs-write: SKIP
+# Skip new flaky tests:
+test-without-async-context-frame: SKIP
+test-repl-preview-timeout: SKIP
# https://github.com/nodejs/node/issues/51862
test-fs-read-stream-concurrent-reads: PASS, FLAKY
0 commit comments