Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatheus Marchini <matheus@sthima.com>2018-05-24 15:36:20 +0300
committerMyles Borins <mylesborins@google.com>2018-05-24 20:18:56 +0300
commit52f21fbfbcfc61b36ad46e73c338ab002b669b50 (patch)
treee5b1da2353ee9a6e4aa7a455a505b6530aa4272e
parentbe71c5dea9e516f5c6bf4325c1fd38e1c1961186 (diff)
test: mark test-zlib.zlib-binding.deflate as flaky
test-zlib.zlib-binding.deflate is failing continuously in our CI, leaving us with 1% successful builds during the last 100 runs. This commit marks the test as flaky while the issue is not resolved. Ref: https://github.com/nodejs/node/issues/20907 PR-URL: https://github.com/nodejs/node/pull/20935 Refs: https://github.com/nodejs/node/issues/20907 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
-rw-r--r--test/async-hooks/async-hooks.status22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/async-hooks/async-hooks.status b/test/async-hooks/async-hooks.status
new file mode 100644
index 00000000000..f70b5c5fe5e
--- /dev/null
+++ b/test/async-hooks/async-hooks.status
@@ -0,0 +1,22 @@
+prefix async-hooks
+
+# To mark a test as flaky, list the test name in the appropriate section
+# below, without ".js", followed by ": PASS,FLAKY". Example:
+# sample-test : PASS,FLAKY
+
+[true] # This section applies to all platforms
+
+[$system==win32]
+
+[$system==linux]
+test-zlib.zlib-binding.deflate: PASS,FLAKY
+
+[$system==macos]
+
+[$arch==arm || $arch==arm64]
+
+[$system==solaris] # Also applies to SmartOS
+
+[$system==freebsd]
+
+[$system==aix]