node/test/pummel
Rich Trott f47ce9d9f8 tools: replace custom ESLint rule with built-in
ESLint 3.5.0 introduces a `no-restricted-properties` rule. Replace our
custom `no-deepEqual` rule with this rule.

PR-URL: https://github.com/nodejs/node/pull/8478
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-09-13 17:04:47 -07:00
..
test-abort-fatal-error.js test: make import common as the first line 2016-08-02 07:50:14 -05:00
test-child-process-spawn-loop.js
test-crypto-dh.js test: favor === over == in crypto tests 2016-08-24 07:58:42 -05:00
test-dh-regr.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-dtrace-jsstack.js test: refactor pummel/test-dtrace-jsstack 2016-08-24 07:58:37 -05:00
test-exec.js test: favor strict equality in test-exec 2016-08-24 07:58:33 -05:00
test-fs-watch-file-slow.js lib,benchmark,test: implement consistent braces 2016-07-15 08:16:47 -05:00
test-fs-watch-file.js
test-fs-watch-non-recursive.js
test-http-client-reconnect-bug.js test: use mustCall() for simple flow tracking 2016-07-20 06:42:36 -05:00
test-http-many-keep-alive-connections.js
test-http-upload-timeout.js test: favor strict equality in http tests 2016-08-24 07:55:04 -05:00
test-https-ci-reneg-attack.js test: cleanup IIFE tests 2016-07-20 06:36:27 -05:00
test-https-large-response.js test: use mustCall() for simple flow tracking 2016-07-20 06:42:36 -05:00
test-https-no-reader.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-keep-alive.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-net-connect-econnrefused.js test: favor strict equality in pummel net tests 2016-08-24 07:55:01 -05:00
test-net-connect-memleak.js test: favor strict equality in pummel net tests 2016-08-24 07:55:01 -05:00
test-net-many-clients.js test: favor strict equality in pummel net tests 2016-08-24 07:55:01 -05:00
test-net-pause.js
test-net-pingpong-delay.js test: use mustCall() for simple flow tracking 2016-07-20 06:42:36 -05:00
test-net-pingpong.js test: use common platform helpers everywhere 2016-08-10 11:19:46 -04:00
test-net-throttle.js test: fix pummel test failures 2016-04-04 14:18:49 -07:00
test-net-timeout.js test: favor strict equality in pummel net tests 2016-08-24 07:55:01 -05:00
test-net-timeout2.js test: favor strict equality in pummel net tests 2016-08-24 07:55:01 -05:00
test-net-write-callbacks.js
test-next-tick-infinite-calls.js
test-process-cpuUsage.js process: add process.cpuUsage() - implementation, doc, tests 2016-05-03 20:20:36 -04:00
test-process-hrtime.js
test-process-uptime.js
test-regress-GH-814.js test: make import common as the first line 2016-08-02 07:50:14 -05:00
test-regress-GH-814_2.js test,tools: limit lint tolerance of gc global 2016-05-03 20:20:33 -04:00
test-regress-GH-892.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-stream-pipe-multi.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream2-basic.js tools: replace custom ESLint rule with built-in 2016-09-13 17:04:47 -07:00
test-timer-wrap.js timers: remove unused repeat param in timer_wrap 2016-08-10 13:03:45 -04:00
test-timer-wrap2.js
test-timers.js test: favor === over == in test-timers.js 2016-08-24 07:54:39 -05:00
test-tls-ci-reneg-attack.js test: cleanup IIFE tests 2016-07-20 06:36:27 -05:00
test-tls-connect-memleak.js test: favor strict equality check 2016-08-24 07:51:33 -05:00
test-tls-securepair-client.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-tls-server-large-request.js test: use mustCall() for simple flow tracking 2016-07-20 06:42:36 -05:00
test-tls-session-timeout.js test: abstract skip functionality to common 2016-05-17 08:51:40 -05:00
test-tls-throttle.js test: use mustCall() for simple flow tracking 2016-07-20 06:42:36 -05:00
test-vm-memleak.js
test-watch-file.js test: fix assertion in test-watch-file.js 2016-08-24 07:51:29 -05:00
testcfg.py