0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/debugger
Sakthipriyan Vairamani (thefourtheye) 2306acfd94 test: fix process.title expectation
`process.title` would work properly only in FreeBSD, OSX, and Linux as
per test/parallel/test-setproctitle.js.

This patch makes sure that the test expects an empty string in other
platforms.

This patch helps fix the SmartOS failures in
https://ci.nodejs.org/job/node-test-commit/6962/ for
https://github.com/nodejs/node/pull/10456

PR-URL: https://github.com/nodejs/node/pull/10597
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
2017-01-05 11:19:29 -08:00
..
helper-debugger-repl.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
test-debug-break-on-uncaught.js test: fix and improve debug-break-on-uncaught 2016-12-23 23:10:59 -08:00
test-debugger-client.js test: fix and improve debugger-client test 2016-12-26 12:47:11 +05:30
test-debugger-remote.js test: refactor test-debugger-remote 2017-01-02 18:11:29 +05:30
test-debugger-repl-break-in-module.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
test-debugger-repl-restart.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
test-debugger-repl-term.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
test-debugger-repl-utf8.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
test-debugger-repl.js test: fix process.title expectation 2017-01-05 11:19:29 -08:00
testcfg.py