summaryrefslogtreecommitdiff
path: root/test/sequential/sequential.status
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2018-10-09 10:39:27 -0700
committerAnna Henningsen <anna@addaleax.net>2018-10-12 14:27:53 -0700
commit627bcf7f275e266d8ec5c42bcedd68c188444ead (patch)
tree6cd0676db521536cf99888de77c8a2c88588c92d /test/sequential/sequential.status
parent0ea804aae58568d6bf18e4eee7976ccccdbe6704 (diff)
downloadandroid-node-v8-627bcf7f275e266d8ec5c42bcedd68c188444ead.tar.gz
android-node-v8-627bcf7f275e266d8ec5c42bcedd68c188444ead.tar.bz2
android-node-v8-627bcf7f275e266d8ec5c42bcedd68c188444ead.zip
test: move some gc tests back to parallel/, unmark flaky
These should no longer be flaky after the libuv update. Refs: https://github.com/nodejs/node/pull/23336 PR-URL: https://github.com/nodejs/node/pull/23356 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test/sequential/sequential.status')
-rw-r--r--test/sequential/sequential.status11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status
index 4b7e92331e..7ba0bb0961 100644
--- a/test/sequential/sequential.status
+++ b/test/sequential/sequential.status
@@ -5,19 +5,8 @@ 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
-# https://github.com/nodejs/node/issues/23066
-test-gc-http-client-timeout: PASS, FLAKY
# https://github.com/nodejs/node/issues/22336
test-gc-http-client: PASS,FLAKY
-# https://github.com/nodejs/node/issues/23067
-test-gc-net-timeout: PASS,FLAKY
-# https://github.com/nodejs/node/issues/23089
-test-gc-http-client-onerror: PASS,FLAKY
-# https://github.com/nodejs/node/issues/23219
-test-gc-http-client-connaborted: PASS,FLAKY
[$system==win32]
# https://github.com/nodejs/node/issues/22327