summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-06-06 13:24:00 -0700
committerRich Trott <rtrott@gmail.com>2018-06-08 15:47:55 -0700
commitc46b99e2542bd8facd895e3c553e910e88b6ff55 (patch)
treec6243b27046202401dd3f58d7022083968c26866
parent6ac3c44012cf0a52c3d586c4fcf473d98fce69ef (diff)
downloadandroid-node-v8-c46b99e2542bd8facd895e3c553e910e88b6ff55.tar.gz
android-node-v8-c46b99e2542bd8facd895e3c553e910e88b6ff55.tar.bz2
android-node-v8-c46b99e2542bd8facd895e3c553e910e88b6ff55.zip
test: mark fs-readfile-tostring-fail flaky for all
test-fs-readfile-tostring-fail is unreliable until a libuv fix lands. It had previously been marked flaky on macOS, but it has been observed to also fail on AIX. Mark it flaky everywhere. Refs: https://github.com/libuv/libuv/pull/1742 PR-URL: https://github.com/nodejs/node/pull/21177 Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Jon Moss <me@jonathanmoss.me>
-rw-r--r--test/sequential/sequential.status6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status
index 07df25bbc7..85e7fb7710 100644
--- a/test/sequential/sequential.status
+++ b/test/sequential/sequential.status
@@ -5,6 +5,9 @@ prefix sequential
# sample-test : PASS,FLAKY
[true] # This section applies to all platforms
+# This test will be flaky until https://github.com/libuv/libuv/pull/1742 lands
+# on Node.js.
+test-fs-readfile-tostring-fail: PASS, FLAKY
[$system==win32]
test-inspector-async-call-stack : PASS, FLAKY
@@ -15,9 +18,6 @@ test-inspector-async-hook-setup-at-signal: PASS, FLAKY
[$system==linux]
[$system==macos]
-# This test will be flaky until https://github.com/libuv/libuv/pull/1742 lands
-# on Node.js.
-test-fs-readfile-tostring-fail: PASS, FLAKY
[$system==solaris] # Also applies to SmartOS