summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-09-01 14:42:27 -0700
committerRuben Bridgewater <ruben@bridgewater.de>2017-09-13 17:58:38 -0300
commitd38e6434091ba4692fdf7d32d1d488bb6a91ad3c (patch)
treea025d9c978bfb8b6f3c66cbe33d2cd0e532a666d /Makefile
parentff16337b809bdc1f535fff1a4770eea48ca87588 (diff)
downloadandroid-node-v8-d38e6434091ba4692fdf7d32d1d488bb6a91ad3c.tar.gz
android-node-v8-d38e6434091ba4692fdf7d32d1d488bb6a91ad3c.tar.bz2
android-node-v8-d38e6434091ba4692fdf7d32d1d488bb6a91ad3c.zip
test: remove obsolete debugger tests
The tests in `test/debugger` all fail since the removal of the pre-inspector debugger (if they weren't already failing). They do not run in CI (probably because they were never reliable). Remove them and associated fixtures. PR-URL: https://github.com/nodejs/node/pull/15139 Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 274df07458..e9c5a2e6bb 100644
--- a/Makefile
+++ b/Makefile
@@ -386,9 +386,6 @@ test-pummel: all
test-internet: all
$(PYTHON) tools/test.py internet
-test-debugger: all
- $(PYTHON) tools/test.py debugger
-
test-inspector: all
$(PYTHON) tools/test.py inspector