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.
  • Loading branch information
apapirovski committed Jun 6, 2018
1 parent 227ca87 commit 32fb3ac
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 182 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,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
Original file line number Diff line number Diff line change
Expand Up @@ -537,13 +537,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 32fb3ac

Please sign in to comment.