0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00
nodejs/test/sequential
cjihrig 2a60e2ad71 module,src: do not wrap modules with -1 lineOffset
In b799a74709 and
dfee4e3712 the module wrapping
mechanism was changed for better error reporting. However,
the changes causes issues with debuggers and profilers. This
commit reverts the wrapping changes.

Fixes: https://github.com/nodejs/node/issues/4297
PR-URL: https://github.com/nodejs/node/pull/4298
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
2015-12-16 10:07:20 -05:00
..
sequential.status test: refactor test-http-pipeline-flood 2015-11-13 05:16:21 -08:00
test-child-process-emfile.js test: fix flaky test-child-process-emfile 2015-10-20 15:41:37 -07:00
test-child-process-execsync.js test: replace util with backtick strings 2015-10-14 10:02:47 -07:00
test-child-process-fork-getconnections.js lib,test: update let to const where applicable 2015-10-27 23:03:33 +05:30
test-cluster-listening-port.js test: wrap assert.fail when passed to callback 2015-10-24 14:42:41 -07:00
test-debug-args.js test: fix tests after V8 upgrade 2015-10-14 11:20:35 -07:00
test-deprecation-flags.js lib: add 'pid' prefix in internal/util 2015-11-20 09:24:53 -08:00
test-force-repl.js
test-fs-watch.js test: split independent tests into separate files 2015-10-28 12:24:13 -07:00
test-init.js
test-memory-usage-emfile.js test: remove common.inspect() 2015-10-08 22:35:24 -07:00
test-module-loading.js module,src: do not wrap modules with -1 lineOffset 2015-12-16 10:07:20 -05:00
test-net-GH-5504.js test: fix losing original env vars issue 2015-10-08 07:51:46 -07:00
test-net-listen-exclusive-random-ports.js
test-net-localport.js
test-net-server-address.js test: skip IPv6 part before testing it 2015-07-27 23:24:03 +05:30
test-net-server-bind.js
test-next-tick-error-spin.js
test-pipe-address.js test: refresh temp directory when using pipe 2015-10-08 20:05:22 -07:00
test-pipe-head.js
test-pipe-stream.js test: refresh temp directory when using pipe 2015-10-08 20:05:22 -07:00
test-pipe-unref.js test: refresh temp directory when using pipe 2015-10-08 20:05:22 -07:00
test-pipe.js lib,test: fix whitespace issues 2015-06-15 16:37:37 +02:00
test-regress-GH-746.js
test-regress-GH-784.js lib,test: fix whitespace issues 2015-06-15 16:37:37 +02:00
test-regress-GH-819.js
test-regress-GH-877.js
test-regress-GH-1531.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-regress-GH-1697.js
test-regress-GH-1726.js
test-regress-GH-1899.js
test-regress-GH-3542.js test: fix messages and use return to skip tests 2015-08-03 21:32:48 +05:30
test-regress-GH-4015.js
test-regress-GH-4027.js
test-regress-GH-4948.js lib,test: fix whitespace issues 2015-06-15 16:37:37 +02:00
test-require-cache-without-stat.js
test-setproctitle.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-sigint-infinite-loop.js
test-socket-write-after-fin-error.js
test-socket-write-after-fin.js
test-stdin-child-proc.js
test-stdin-from-file.js test: correct spelling of 'childProcess' 2015-08-17 20:55:19 +02:00
test-stdin-pipe-resume.js
test-stdin-script-child.js test: fix losing original env vars issue 2015-10-08 07:51:46 -07:00
test-stdout-cannot-be-closed-child-process-pipe.js
test-stdout-close-catch.js
test-stdout-stderr-reading.js
test-stdout-to-file.js test: change calls to deprecated util.print() 2015-09-28 13:21:15 -07:00
test-stream2-fs.js
test-stream2-httpclient-response-end.js
test-stream2-stderr-sync.js
test-sync-fileread.js
test-tcp-wrap-connect.js
test-tcp-wrap-listen.js
test-tls-honorcipherorder.js test: skip/replace weak crypto tests in FIPS mode 2015-11-19 16:31:11 -05:00
test-util-debug.js test: fix losing original env vars issue 2015-10-08 07:51:46 -07:00
test-vm-syntax-error-stderr.js node: do not override message/stack of error 2015-08-04 11:56:16 -07:00
test-vm-timeout-rethrow.js test: load common.js to test for global leaks 2015-10-01 20:16:35 -07:00
test-zerolengthbufferbug.js
testcfg.py