/third_party/node/test/fixtures/wpt/streams/piping/ |
D | error-propagation-forward.any.js | 141 …const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws), 'pipeTo must reject with the… constant 145 return pipePromise.then(() => { 162 …const pipePromise = promise_rejects_exactly(t, error2, rs.pipeTo(ws), 'pipeTo must reject with the… constant 166 return pipePromise.then(() => { 179 const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws, { preventAbort: true }), constant 184 return pipePromise.then(() => { 197 …const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws), 'pipeTo must reject with the… constant 201 return pipePromise.then(() => { 219 …const pipePromise = promise_rejects_exactly(t, error2, rs.pipeTo(ws), 'pipeTo must reject with the… constant 223 return pipePromise.then(() => { [all …]
|
D | close-propagation-forward.any.js | 164 const pipePromise = rs.pipeTo(ws); constant 168 return pipePromise.then(value => { 193 …const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws), 'pipeTo must reject with the… constant 197 return pipePromise.then(() => { 215 const pipePromise = rs.pipeTo(ws, { preventClose: true }); constant 219 return pipePromise.then(value => { 237 const pipePromise = rs.pipeTo(ws); constant 241 return pipePromise.then(value => { 267 …const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws), 'pipeTo must reject with the… constant 271 return pipePromise.then(() => { [all …]
|
D | flow-control.any.js | 22 const pipePromise = rs.pipeTo(ws, { preventCancel: true }); constant 28 ….then(() => promise_rejects_exactly(t, error1, pipePromise, 'pipeTo must reject with the same erro… 69 const pipePromise = rs.pipeTo(ws); constant 72 .then(() => Promise.all([firstWritePromise, pipePromise])) 105 const pipePromise = rs.pipeTo(ws); constant 111 return pipePromise.then(() => { 152 const pipePromise = rs.pipeTo(ws); constant 158 .then(() => Promise.all([firstWritePromise, pipePromise])) 229 const pipePromise = rs.pipeTo(ws); constant 287 pipePromise.then(() => {
|
D | error-propagation-backward.any.js | 371 …const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws), 'pipeTo must reject with the… constant 375 return pipePromise.then(() => { 392 …const pipePromise = promise_rejects_exactly(t, error2, rs.pipeTo(ws), 'pipeTo must reject with the… constant 396 return pipePromise.then(() => { 409 const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws, { preventCancel: true }), constant 414 return pipePromise.then(() => { 484 …const pipePromise = promise_rejects_exactly(t, error1, rs.pipeTo(ws), 'pipeTo must reject with the… constant 488 return pipePromise.then(() => { 506 …const pipePromise = promise_rejects_exactly(t, error2, rs.pipeTo(ws), 'pipeTo must reject with the… constant 510 return pipePromise.then(() => { [all …]
|
D | general.any.js | 141 const pipePromise = rs.pipeTo(ws).then(() => { constant 150 return pipePromise;
|
/third_party/node/test/fixtures/wpt/streams/transform-streams/ |
D | backpressure.any.js | 165 const pipePromise = rs.pipeTo(ts.writable); constant 167 …return promise_rejects_exactly(t, error1, pipePromise, 'promise returned from pipeTo() should be r… 173 const pipePromise = rs.pipeTo(ts.writable); constant 176 …return promise_rejects_exactly(t, error1, pipePromise, 'promise returned from pipeTo() should be r… 189 const pipePromise = rs.pipeTo(ts.writable); constant 193 …return promise_rejects_exactly(t, error1, pipePromise, 'promise returned from pipeTo() should be r…
|