Home
last modified time | relevance | path

Searched refs:failureType (Results 1 – 16 of 16) sorted by relevance

/third_party/node/test/fixtures/test-runner/output/
Dhooks.snapshot41 failureType: 'cancelledByParent'
49 failureType: 'cancelledByParent'
58 failureType: 'hookFailed'
88 failureType: 'hookFailed'
107 failureType: 'hookFailed'
126 failureType: 'hookFailed'
146 failureType: 'subtestsFailed'
155 failureType: 'hookFailed'
174 failureType: 'hookFailed'
194 failureType: 'subtestsFailed'
[all …]
Dabort.snapshot27 failureType: 'cancelledByParent'
35 failureType: 'cancelledByParent'
43 failureType: 'testAborted'
63 failureType: 'testAborted'
83 failureType: 'testAborted'
103 failureType: 'testAborted'
117 failureType: 'testAborted'
157 failureType: 'cancelledByParent'
165 failureType: 'cancelledByParent'
173 failureType: 'testAborted'
[all …]
Ddescribe_it.snapshot16 failureType: 'testCodeFailure'
32 failureType: 'testCodeFailure'
63 failureType: 'testCodeFailure'
94 failureType: 'testCodeFailure'
110 failureType: 'callbackAndPromisePresent'
118 failureType: 'testCodeFailure'
147 failureType: 'testCodeFailure'
189 failureType: 'testCodeFailure'
214 failureType: 'subtestsFailed'
222 failureType: 'testCodeFailure'
[all …]
Doutput.snapshot16 failureType: 'testCodeFailure'
32 failureType: 'testCodeFailure'
64 failureType: 'testCodeFailure'
90 failureType: 'testCodeFailure'
106 failureType: 'testCodeFailure'
122 failureType: 'testCodeFailure'
151 failureType: 'testCodeFailure'
193 failureType: 'testCodeFailure'
213 failureType: 'subtestsFailed'
221 failureType: 'testCodeFailure'
[all …]
Doutput_cli.snapshot16 failureType: 'testCodeFailure'
32 failureType: 'testCodeFailure'
64 failureType: 'testCodeFailure'
90 failureType: 'testCodeFailure'
106 failureType: 'testCodeFailure'
122 failureType: 'testCodeFailure'
151 failureType: 'testCodeFailure'
193 failureType: 'testCodeFailure'
213 failureType: 'subtestsFailed'
221 failureType: 'testCodeFailure'
[all …]
Dabort_suite.snapshot27 failureType: 'cancelledByParent'
35 failureType: 'cancelledByParent'
43 failureType: 'testAborted'
63 failureType: 'testAborted'
83 failureType: 'testAborted'
104 failureType: 'testAborted'
119 failureType: 'testAborted'
Dunresolved_promise.snapshot11 failureType: 'cancelledByParent'
21 failureType: 'cancelledByParent'
Dno_refs.snapshot7 failureType: 'cancelledByParent'
17 failureType: 'cancelledByParent'
Dspec_reporter.snapshot187 failureType: 'multipleCallbackInvocations',
442 failureType: 'multipleCallbackInvocations',
Dspec_reporter_cli.snapshot187 failureType: 'multipleCallbackInvocations',
442 failureType: 'multipleCallbackInvocations',
/third_party/node/lib/internal/test_runner/reporter/
Dtap.js178 failureType,
197 if (code === 'ERR_TEST_FAILURE' && kUnwrapErrors.has(failureType)) {
207 if (failureType === kTestCodeFailure) {
Dspec.js111 if (data.details?.error?.failureType !== kSubtestsFailed) {
/third_party/node/lib/internal/test_runner/
Drunner.js173 … return this.#reportedChildren > 0 && (!this.error || this.error.failureType === kSubtestsFailed);
204 cancelled: kCanceledTests.has(item.data.details?.error?.failureType),
400 const failureType = subtest.failedSubtests ? kSubtestsFailed : kTestCodeFailure;
401 err = ObjectAssign(new ERR_TEST_FAILURE('test failed', failureType), {
Dtest.js406 error.failureType = kAborted;
587 if (err.failureType === kTestTimeoutFailure) {
/third_party/node/lib/internal/
Derrors.js1610 E('ERR_TEST_FAILURE', function(error, failureType) { argument
1612 assert(typeof failureType === 'string' || typeof failureType === 'symbol',
1621 this.failureType = failureType;
/third_party/node/doc/api/
Derrors.md2708 is available via the `cause` property. The `failureType` property specifies