Skip to content

Commit 32fb3ac

Browse files
committed
test: remove outdated, non-functioning test
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.
1 parent 227ca87 commit 32fb3ac

File tree

5 files changed

+0
-182
lines changed

5 files changed

+0
-182
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ deps/npm/node_modules/.bin/
105105
/SHASUMS*.txt*
106106

107107
# test artifacts
108-
tools/faketime
109108
tools/remark-cli/node_modules
110109
tools/remark-preset-lint-node/node_modules
111110
icu_config.gypi

β€ŽMakefileβ€Ž

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -537,13 +537,6 @@ test-addons-clean:
537537
$(RM) test/addons/.buildstamp test/addons/.docbuildstamp
538538
$(MAKE) test-addons-napi-clean
539539

540-
test-timers:
541-
$(MAKE) --directory=tools faketime
542-
$(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) timers
543-
544-
test-timers-clean:
545-
$(MAKE) --directory=tools clean
546-
547540
test-async-hooks:
548541
$(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) async-hooks
549542

β€Žtest/timers/test-timers-reliability.jsβ€Ž

Lines changed: 0 additions & 54 deletions
This file was deleted.

β€Žtest/timers/testcfg.pyβ€Ž

Lines changed: 0 additions & 100 deletions
This file was deleted.

β€Žtools/Makefileβ€Ž

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
Β (0)