summaryrefslogtreecommitdiff
path: root/test/sequential/sequential.status
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-10-17 21:50:25 -0700
committerRich Trott <rtrott@gmail.com>2017-10-17 23:10:20 -0700
commit9be3d99b2b94d8a08b5a36efb06f3a6fd196805a (patch)
tree77a6cd98b9fc4e72134ddde0fbfd2606af39f91c /test/sequential/sequential.status
parent978629ca1240b9f2038390c7e960f3d226daa4e8 (diff)
downloadandroid-node-v8-9be3d99b2b94d8a08b5a36efb06f3a6fd196805a.tar.gz
android-node-v8-9be3d99b2b94d8a08b5a36efb06f3a6fd196805a.tar.bz2
android-node-v8-9be3d99b2b94d8a08b5a36efb06f3a6fd196805a.zip
test: fix inspector tests
The inspector tests should not be in the parallel directory as they likely all (or certainly almost all) use static ports, so port collisions will happen. This moves them all to sequential. We can move them back on a case-by-case basis. They were run sequentially when they were in the inspector directory which they were only moved from very recently. PR-URL: https://github.com/nodejs/node/pull/16281 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Bryan English <bryan@bryanenglish.com>
Diffstat (limited to 'test/sequential/sequential.status')
-rw-r--r--test/sequential/sequential.status4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status
index 8467864395..86095d16c3 100644
--- a/test/sequential/sequential.status
+++ b/test/sequential/sequential.status
@@ -7,6 +7,9 @@ prefix sequential
[true] # This section applies to all platforms
[$system==win32]
+test-inspector-bindings : PASS, FLAKY
+test-inspector-debug-end : PASS, FLAKY
+test-inspector-stop-profile-after-done: PASS, FLAKY
[$system==linux]
@@ -17,3 +20,4 @@ prefix sequential
[$system==freebsd]
[$system==aix]
+test-inspector-stop-profile-after-done: PASS, FLAKY