0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/sequential
Rich Trott ff001c12b0 test: move WPT to its own testing module
This is first in a hoped-for series of moves away from a monolithic
common.js that is loaded for every test and towards a more modular
approach. (In the end, common.js will hopefully contain checks for
variables leaking into the global space and perhaps some of the more
ubiquitous functions like common.mustCall().)

Move the WPT testing code to its own module.

PR-URL: https://github.com/nodejs/node/pull/12736
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
2017-05-03 17:00:31 -07:00
..
sequential.status benchmark: terminate child process on Windows 2017-04-28 16:18:35 -07:00
test-benchmark-child-process.js test: minimize time for child_process benchmark 2017-04-19 15:55:32 -07:00
test-benchmark-http.js test: add http benchmark test 2017-04-09 18:16:22 +08:00
test-benchmark-net.js benchmark: check end() argument to be > 0 2017-03-28 03:18:44 +03:00
test-buffer-creation-regression.js test: reduce buffer size in buffer-creation test 2017-04-04 13:10:51 +05:30
test-child-process-emfile.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-execsync.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-fork-getconnections.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-pass-fd.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-cluster-inspect-brk.js test: skipIfInspectorDisabled cluster-inspect-brk 2017-05-02 07:50:16 +02:00
test-crypto-timing-safe-equal.js benchmark,lib,test: adjust for linting 2017-01-06 14:36:01 -08:00
test-debugger-repeat-last.js test: make tests pass when built without inspector 2017-04-26 10:02:15 +02:00
test-deprecation-flags.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-dgram-pingpong.js
test-domain-abort-on-uncaught.js tools: use no-useless-concat ESLint rule 2017-04-25 22:28:46 +03:00
test-fs-readfile-tostring-fail.js test: move resource intensive test to sequential 2017-01-11 17:18:13 -08:00
test-fs-watch.js test: cleanup test-fs-watch.js 2017-04-25 21:15:03 -07:00
test-http-regr-gh-2928.js test: s/assert.equal/assert.strictEqual/ 2017-01-11 14:19:26 +00:00
test-http-server-consumed-timeout.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-https-set-timeout-server.js test: move test to sequential for reliability 2017-04-30 13:40:16 -07:00
test-init.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-module-loading.js test: move WPT to its own testing module 2017-05-03 17:00:31 -07:00
test-net-GH-5504.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-net-server-address.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-next-tick-error-spin.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-pipe.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-process-warnings.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-regress-GH-784.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-regress-GH-877.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-regress-GH-1697.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-regress-GH-1726.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-regress-GH-4015.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-regress-GH-4027.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-repl-timeout-throw.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-require-cache-without-stat.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream2-fs.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream2-stderr-sync.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-timers-blocking-callback.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-util-debug.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-timeout-rethrow.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
testcfg.py