Skip to content

Commit

Permalink
test: remove outdated, non-functioning test
Browse files Browse the repository at this point in the history
The timers directory test, utilizing FakeTime, has not worked in
quite a while and is not truly testing Node.js behaviour. If a
similar test is necessary it would be better suited to libuv
on which Node.js relies for timers functionality.

PR-URL: #20894
Fixes: #10154
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>

Backport-PR-URL: #22039
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
  • Loading branch information
apapirovski authored and targos committed Aug 2, 2018
1 parent c6a56ae commit 94746d6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 182 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -107,7 +107,6 @@ deps/npm/node_modules/.bin/
/SHASUMS*.txt*

# test artifacts
tools/faketime
tools/remark-cli/node_modules
tools/remark-preset-lint-node/node_modules
icu_config.gypi
Expand Down
7 changes: 0 additions & 7 deletions Makefile
Expand Up @@ -531,13 +531,6 @@ test-addons-clean:
$(RM) test/addons/.buildstamp test/addons/.docbuildstamp
$(MAKE) test-addons-napi-clean

test-timers:
$(MAKE) --directory=tools faketime
$(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) timers

test-timers-clean:
$(MAKE) --directory=tools clean

test-async-hooks:
$(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) async-hooks

Expand Down
54 changes: 0 additions & 54 deletions test/timers/test-timers-reliability.js

This file was deleted.

100 changes: 0 additions & 100 deletions test/timers/testcfg.py

This file was deleted.

20 changes: 0 additions & 20 deletions tools/Makefile

This file was deleted.

0 comments on commit 94746d6

Please sign in to comment.