summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-11-07 13:34:54 -0800
committerRich Trott <rtrott@gmail.com>2016-11-09 19:34:56 -0800
commiteed8b0525c4b824e6ee8ba2e2f883e91614967d9 (patch)
treecb5afa8c8664277f6b2697ca0d812cf7e56a6bec /Makefile
parent103858e95f07894fa391b09c5331c7f81b123bb2 (diff)
downloadandroid-node-v8-eed8b0525c4b824e6ee8ba2e2f883e91614967d9.tar.gz
android-node-v8-eed8b0525c4b824e6ee8ba2e2f883e91614967d9.tar.bz2
android-node-v8-eed8b0525c4b824e6ee8ba2e2f883e91614967d9.zip
test: move tick-processor tests to own directory
The tick-processor tests are inherently non-deterministic. They therefore have false negatives from time to time. They also sometimes leave extra processes running. Move them to their own directory until these issues are sorted. Note that this means that the tests will not be run in CI. Like the inspector tests and other tests, they will have to be run manually when they are wanted. PR-URL: https://github.com/nodejs/node/pull/9506 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Matthew Loring <mattloring@google.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6296f91738..ba017622ec 100644
--- a/Makefile
+++ b/Makefile
@@ -241,6 +241,9 @@ test-debugger: all
test-inspector: all
$(PYTHON) tools/test.py inspector
+test-tick-processor: all
+ $(PYTHON) tools/test.py tick-processor
+
test-known-issues: all
$(PYTHON) tools/test.py known_issues