summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-06-30 13:14:04 -0700
committerRich Trott <rtrott@gmail.com>2017-08-26 16:30:35 -0700
commit70c775a810e68f274fb7963faa7d787e04a9b68f (patch)
tree3ad13aa1a592f73322b991183d3da7d53adb8464 /Makefile
parentdf57d8bdccdc94e4d8327fc769d93dbadf8772c7 (diff)
downloadandroid-node-v8-70c775a810e68f274fb7963faa7d787e04a9b68f.tar.gz
android-node-v8-70c775a810e68f274fb7963faa7d787e04a9b68f.tar.bz2
android-node-v8-70c775a810e68f274fb7963faa7d787e04a9b68f.zip
test: run abort tests
Currently, tests in test/abort do not run in CI. This change configures the test runner to not write core files for abort tests and to run them. PR-URL: https://github.com/nodejs/node/pull/14013 Fixes: https://github.com/nodejs/node/issues/14012 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a334d9690..67a568cfa5 100644
--- a/Makefile
+++ b/Makefile
@@ -333,7 +333,7 @@ test-all-valgrind: test-build
$(PYTHON) tools/test.py --mode=debug,release --valgrind
CI_NATIVE_SUITES := addons addons-napi
-CI_JS_SUITES := async-hooks doctool inspector known_issues message parallel pseudo-tty sequential
+CI_JS_SUITES := abort async-hooks doctool inspector known_issues message parallel pseudo-tty sequential
# Build and test addons without building anything else
test-ci-native: LOGLEVEL := info