/third_party/node/test/parallel/ |
D | test-event-emitter-check-listener-leaks.js | 33 e.on('default', common.mustNotCall()); 36 e.on('default', common.mustNotCall()); 42 e.on(symbol, common.mustNotCall()); 44 e.on(symbol, common.mustNotCall()); 50 e.on('specific', common.mustNotCall()); 53 e.on('specific', common.mustNotCall()); 58 e.on('only one', common.mustNotCall()); 60 e.on('only one', common.mustNotCall()); 66 e.on('unlimited', common.mustNotCall()); 77 e.on('fortytwo', common.mustNotCall()); [all …]
|
D | test-wrap-js-stream-destroy.js | 15 socket.on('error', common.mustNotCall()); 16 socket.on('end', common.mustNotCall()); 31 socket.on('error', common.mustNotCall()); 35 streamWrap.on('error', common.mustNotCall()); 54 socket.on('error', common.mustNotCall()); 72 socket.on('error', common.mustNotCall()); 73 socket.on('end', common.mustNotCall()); 76 streamWrap.on('error', common.mustNotCall()); 77 streamWrap.on('end', common.mustNotCall()); 91 socket.on('error', common.mustNotCall()); [all …]
|
D | test-stream-duplex-destroy.js | 15 duplex.on('end', common.mustNotCall()); 16 duplex.on('finish', common.mustNotCall()); 32 duplex.on('end', common.mustNotCall()); 33 duplex.on('finish', common.mustNotCall()); 55 duplex.on('finish', common.mustNotCall('no finish event')); 76 duplex.on('end', common.mustNotCall('no end event')); 77 duplex.on('finish', common.mustNotCall('no finish event')); 80 duplex.on('error', common.mustNotCall('no error event')); 118 const fail = common.mustNotCall('no finish or end event'); 127 duplex.on('end', common.mustNotCall()); [all …]
|
D | test-stream-writable-write-writev-finish.js | 17 writable.on('finish', common.mustNotCall()); 18 writable.on('prefinish', common.mustNotCall()); 33 writable.on('finish', common.mustNotCall()); 34 writable.on('prefinish', common.mustNotCall()); 53 writable.on('finish', common.mustNotCall()); 54 writable.on('prefinish', common.mustNotCall()); 78 writable.on('finish', common.mustNotCall()); 79 writable.on('prefinish', common.mustNotCall()); 103 ws.on('finish', common.mustNotCall()); 120 ws.on('finish', common.mustNotCall()); [all …]
|
D | test-stream-transform-destroy.js | 14 transform.on('end', common.mustNotCall()); 16 transform.on('finish', common.mustNotCall()); 29 transform.on('end', common.mustNotCall()); 30 transform.on('finish', common.mustNotCall()); 51 transform.on('finish', common.mustNotCall('no finish event')); 71 transform.on('end', common.mustNotCall('no end event')); 73 transform.on('finish', common.mustNotCall('no finish event')); 76 transform.on('error', common.mustNotCall('no error event')); 109 const fail = common.mustNotCall('no event'); 136 transform.on('finish', common.mustNotCall('no finish event')); [all …]
|
D | test-fs-assert-encoding-error.js | 13 fs.readFile('path', options, common.mustNotCall()); 21 fs.readdir('path', options, common.mustNotCall()); 29 fs.readlink('path', options, common.mustNotCall()); 37 fs.writeFile('path', 'data', options, common.mustNotCall()); 45 fs.appendFile('path', 'data', options, common.mustNotCall()); 53 fs.watch('path', options, common.mustNotCall()); 57 fs.realpath('path', options, common.mustNotCall()); 65 fs.mkdtemp('path', options, common.mustNotCall());
|
D | test-child-process-spawnsync-validation-errors.js | 37 fail('cwd', common.mustNotCall(), invalidArgTypeError); 51 fail('detached', common.mustNotCall(), invalidArgTypeError); 66 fail('uid', common.mustNotCall(), invalidArgTypeError); 85 fail('gid', common.mustNotCall(), invalidArgTypeError); 103 fail('shell', common.mustNotCall(), invalidArgTypeError); 117 fail('argv0', common.mustNotCall(), invalidArgTypeError); 131 fail('windowsHide', common.mustNotCall(), invalidArgTypeError); 145 fail('windowsVerbatimArguments', common.mustNotCall(), invalidArgTypeError); 160 fail('timeout', common.mustNotCall(), invalidRangeError); 183 fail('maxBuffer', common.mustNotCall(), invalidRangeError); [all …]
|
D | test-https-host-headers.js | 37 }, cb).on('error', common.mustNotCall()); 45 }, cb).on('error', common.mustNotCall()).end(); 53 }, cb).on('error', common.mustNotCall()).end(); 61 }, cb).on('error', common.mustNotCall()).end(); 69 }, cb).on('error', common.mustNotCall()).end(); 78 }, cb).on('error', common.mustNotCall()); 88 }, cb).on('error', common.mustNotCall()).end(); 97 }, cb).on('error', common.mustNotCall()); 106 }, cb).on('error', common.mustNotCall());
|
D | test-net-server-listen-options.js | 41 assert.throws(() => listen(-1, common.mustNotCall()), assertPort()); 42 assert.throws(() => listen(NaN, common.mustNotCall()), assertPort()); 43 assert.throws(() => listen(123.456, common.mustNotCall()), assertPort()); 44 assert.throws(() => listen(65536, common.mustNotCall()), assertPort()); 45 assert.throws(() => listen(1 / 0, common.mustNotCall()), assertPort()); 46 assert.throws(() => listen(-1 / 0, common.mustNotCall()), assertPort()); 51 common.mustNotCall()); 58 net.createServer().listen(options, common.mustNotCall());
|
D | test-event-emitter-remove-all-listeners.js | 41 const noop = common.mustNotCall(); 68 ee.on('foo', common.mustNotCall()); 69 ee.on('bar', common.mustNotCall()); 80 ee.on('removeListener', common.mustNotCall()); 93 ee.on('baz', common.mustNotCall()); 94 ee.on('baz', common.mustNotCall()); 95 ee.on('baz', common.mustNotCall()); 115 const noop = common.mustNotCall();
|
D | test-fs-whatwg-url.js | 33 fs.readFile(httpUrl, common.mustNotCall()); 47 fs.readFile(new URL(`file:///c:/tmp/${i}`), common.mustNotCall()); 58 fs.readFile(new URL('file:///c:/tmp/%00test'), common.mustNotCall()); 72 fs.readFile(new URL(`file:///c:/tmp/${i}`), common.mustNotCall()); 82 fs.readFile(new URL('file://hostname/a/b/c'), common.mustNotCall()); 92 fs.readFile(new URL('file:///tmp/%00test'), common.mustNotCall());
|
D | test-dgram-oob-buffer.js | 36 socket.send(buf, 0, 0, port, address, common.mustNotCall()); 37 socket.send(buf, 0, 4, port, address, common.mustNotCall()); 38 socket.send(buf, 1, 3, port, address, common.mustNotCall()); 39 socket.send(buf, 3, 1, port, address, common.mustNotCall()); 41 socket.send(buf, 4, 0, port, address, common.mustNotCall());
|
D | test-fs-open.js | 56 promise().then(common.mustCall()).catch(common.mustNotCall()); 59 () => fs.open(__filename, 'r', 'boom', common.mustNotCall()), 78 () => fs.open(i, 'r', common.mustNotCall()), 85 () => fs.openSync(i, 'r', common.mustNotCall()), 103 () => fs.open(__filename, 'r', mode, common.mustNotCall()), 110 () => fs.openSync(__filename, 'r', mode, common.mustNotCall()),
|
D | test-http2-compat-serverresponse-destroy.js | 19 req.on('error', common.mustNotCall()); 20 res.on('error', common.mustNotCall()); 46 req.on('response', common.mustNotCall()); 47 req.on('error', common.mustNotCall()); 56 req.on('response', common.mustNotCall()); 71 req.on('response', common.mustNotCall());
|
D | test-fs-lchown.js | 14 assert.throws(() => fs.lchown(i, 1, 1, common.mustNotCall()), err); 17 .then(common.mustNotCall()) 26 () => fs.lchown('not_a_file_that_exists', i, 1, common.mustNotCall()), 30 () => fs.lchown('not_a_file_that_exists', 1, i, common.mustNotCall()), 37 .then(common.mustNotCall()) 41 .then(common.mustNotCall())
|
D | test-stream-readable-destroy.js | 27 read.on('end', common.mustNotCall('no end event')); 49 read.on('end', common.mustNotCall('no end event')); 70 read.on('end', common.mustNotCall('no end event')); 73 read.on('error', common.mustNotCall('no error event')); 108 const fail = common.mustNotCall('no end event'); 116 read.on('end', common.mustNotCall()); 133 read.on('end', common.mustNotCall('no end event')); 158 read.on('end', common.mustNotCall()); 245 read.on('data', common.mustNotCall()); 250 read: common.mustNotCall(function() {})
|
D | test-tls-client-reject.js | 64 socket.on('error', common.mustNotCall()); 72 }, common.mustNotCall()); 73 socket.on('data', common.mustNotCall()); 85 }, common.mustNotCall()); 86 socket.on('data', common.mustNotCall()); 106 socket.on('error', common.mustNotCall());
|
D | test-crypto-random.js | 50 assert.throws(() => f(value, common.mustNotCall()), errObj); 61 assert.throws(() => f(value, common.mustNotCall()), errObj); 203 () => crypto.randomFill(buf, 'test', common.mustNotCall()), 210 () => crypto.randomFill(buf, 0, 'test', common.mustNotCall()), 225 () => crypto.randomFill(buf, offsetSize, common.mustNotCall()), 233 () => crypto.randomFill(buf, 1, offsetSize, common.mustNotCall()), 247 () => crypto.randomFill(buf, 1, 10, common.mustNotCall()), 276 () => crypto.randomFill(i, common.mustNotCall()), 401 () => crypto.randomInt(i, 100, common.mustNotCall()), 409 () => crypto.randomInt(i, common.mustNotCall()), [all …]
|
D | test-stream-readable-didRead.js | 12 readable.on('data', common.mustNotCall()); 13 readable.on('end', common.mustNotCall()); 15 readable.on('error', common.mustNotCall()); 17 readable.on('end', common.mustNotCall()); 24 readable.on('data', common.mustNotCall());
|
D | test-timers-next-tick.js | 17 const t2 = setTimeout(common.mustNotCall(), 1); 18 const t3 = setTimeout(common.mustNotCall(), 1); 30 const i2 = setImmediate(common.mustNotCall()); 31 const i3 = setImmediate(common.mustNotCall());
|
D | test-timers-to-primitive.js | 7 setTimeout(common.mustNotCall(), 1), 8 setInterval(common.mustNotCall(), 1), 19 const timeout = setTimeout(common.mustNotCall(), 1); 26 const timeout = setTimeout(common.mustNotCall(), 1);
|
D | test-http-host-headers.js | 62 }, cb).on('error', common.mustNotCall()); 70 }, cb).on('error', common.mustNotCall()).end(); 78 }, cb).on('error', common.mustNotCall()).end(); 86 }, cb).on('error', common.mustNotCall()).end(); 94 }, cb).on('error', common.mustNotCall()).end();
|
/third_party/node/test/es-module/ |
D | test-esm-loader-stringify-text.mjs | 2 import { mustCall, mustNotCall } from '../common/index.mjs'; 6 mustNotCall('Should not accept Arrays'), 13 mustNotCall('Should accept ArrayBuffers'), 16 mustNotCall('Should not accept null'), 22 mustNotCall('Should not stringify or valueOf Objects'), 29 mustNotCall('Should accept SharedArrayBuffers'), 33 mustNotCall('Should accept strings'), 36 mustNotCall('Should not accept wrapper Strings'), 43 mustNotCall('Should accept Uint8Arrays'), 46 mustNotCall('Should not accept undefined'),
|
/third_party/node/test/fixtures/v8-coverage/ |
D | async-hooks.js | 5 init: common.mustNotCall(), 6 before: common.mustNotCall(), 7 after: common.mustNotCall(), 8 destroy: common.mustNotCall()
|
/third_party/node/test/sequential/ |
D | test-net-server-bind.js | 9 const server = net.createServer(common.mustNotCall()); 19 const server = net.createServer(common.mustNotCall()); 38 const server = net.createServer(common.mustNotCall()); 48 const server = net.createServer(common.mustNotCall()); 58 const server = net.createServer(common.mustNotCall());
|