2021-10-11 09:45:02 -04:00
[WILDCARD]
2024-09-16 15:38:40 -04:00
running 7 tests from [WILDCARD]invalid_usage.ts
2022-04-11 12:27:17 -04:00
capturing ...
some step ... ok ([WILDCARD])
2022-07-15 13:09:22 -04:00
capturing ... FAILED ([WILDCARD])
2022-04-11 12:27:17 -04:00
top level missing await ...
2023-03-25 15:32:11 -04:00
step ... INCOMPLETE
top level missing await ... FAILED (due to incomplete steps) ([WILDCARD])
2022-04-11 12:27:17 -04:00
inner missing await ...
step ...
2023-03-25 15:32:11 -04:00
inner ... INCOMPLETE
step ... FAILED (due to incomplete steps) ([WILDCARD])
inner missing await ... FAILED (due to 1 failed step) ([WILDCARD])
2022-04-11 12:27:17 -04:00
parallel steps with sanitizers ...
2023-03-25 15:32:11 -04:00
step 1 ... INCOMPLETE
2022-04-11 12:27:17 -04:00
step 2 ... FAILED ([WILDCARD])
2023-03-25 15:32:11 -04:00
parallel steps with sanitizers ... FAILED (due to incomplete steps) ([WILDCARD])
2022-04-11 12:27:17 -04:00
parallel steps when first has sanitizer ...
2023-03-25 15:32:11 -04:00
step 1 ... ok ([WILDCARD])
2022-04-11 12:27:17 -04:00
step 2 ... FAILED ([WILDCARD])
2023-03-25 15:32:11 -04:00
parallel steps when first has sanitizer ... FAILED (due to 1 failed step) ([WILDCARD])
2022-04-11 12:27:17 -04:00
parallel steps when second has sanitizer ...
step 1 ... ok ([WILDCARD])
step 2 ... FAILED ([WILDCARD])
2023-03-25 15:32:11 -04:00
parallel steps when second has sanitizer ... FAILED (due to 1 failed step) ([WILDCARD])
2022-04-11 12:27:17 -04:00
parallel steps where only inner tests have sanitizers ...
step 1 ...
step inner ... ok ([WILDCARD])
2022-07-15 13:09:22 -04:00
step 1 ... ok ([WILDCARD])
2022-04-11 12:27:17 -04:00
step 2 ...
step inner ... FAILED ([WILDCARD])
2023-03-25 15:32:11 -04:00
step 2 ... FAILED (due to 1 failed step) ([WILDCARD])
parallel steps where only inner tests have sanitizers ... FAILED (due to 1 failed step) ([WILDCARD])
2021-10-11 09:45:02 -04:00
2022-05-09 04:56:13 -04:00
ERRORS
2021-10-11 09:45:02 -04:00
2024-09-16 15:38:40 -04:00
capturing => [WILDCARD]invalid_usage.ts:[WILDCARD]
2022-05-04 19:15:54 -04:00
error: Error: Cannot run test step after parent scope has finished execution. Ensure any `.step(...)` calls are executed before their parent scope completes execution.
2022-04-16 13:51:12 -04:00
await capturedContext.step("next step", () => {});
^
2021-10-11 09:45:02 -04:00
at TestContext.step ([WILDCARD])
at [WILDCARD]/invalid_usage.ts:[WILDCARD]
2024-09-16 15:38:40 -04:00
top level missing await ... step => [WILDCARD]invalid_usage.ts:[WILDCARD]
2023-03-25 15:32:11 -04:00
error: Didn't complete before parent. Await step with `await t.step(...)`.
2024-09-16 15:38:40 -04:00
inner missing await ... step ... inner => [WILDCARD]invalid_usage.ts:[WILDCARD]
2023-03-25 15:32:11 -04:00
error: Didn't complete before parent. Await step with `await t.step(...)`.
2021-10-11 09:45:02 -04:00
2024-09-16 15:38:40 -04:00
parallel steps with sanitizers ... step 2 => [WILDCARD]invalid_usage.ts:[WILDCARD]
2023-03-25 15:32:11 -04:00
error: Started test step while another test step with sanitizers was running:
* parallel steps with sanitizers ... step 1
2021-10-11 09:45:02 -04:00
2024-09-16 15:38:40 -04:00
parallel steps with sanitizers ... step 1 => [WILDCARD]invalid_usage.ts:[WILDCARD]
2023-03-25 15:32:11 -04:00
error: Didn't complete before parent. Await step with `await t.step(...)`.
2021-10-11 09:45:02 -04:00
2024-09-16 15:38:40 -04:00
parallel steps when first has sanitizer ... step 2 => [WILDCARD]invalid_usage.ts:[WILDCARD]
2023-03-25 15:32:11 -04:00
error: Started test step while another test step with sanitizers was running:
* parallel steps when first has sanitizer ... step 1
2021-10-11 09:45:02 -04:00
2024-09-16 15:38:40 -04:00
parallel steps when second has sanitizer ... step 2 => [WILDCARD]invalid_usage.ts:[WILDCARD]
2023-03-25 15:32:11 -04:00
error: Started test step with sanitizers while another test step was running:
* parallel steps when second has sanitizer ... step 1
2024-09-16 15:38:40 -04:00
parallel steps where only inner tests have sanitizers ... step 2 ... step inner => [WILDCARD]invalid_usage.ts:[WILDCARD]
2023-03-25 15:32:11 -04:00
error: Started test step with sanitizers while another test step was running:
* parallel steps where only inner tests have sanitizers ... step 1
2021-10-11 09:45:02 -04:00
2022-05-09 04:56:13 -04:00
FAILURES
2021-10-11 09:45:02 -04:00
2024-09-16 15:38:40 -04:00
capturing => [WILDCARD]invalid_usage.ts:1:6
top level missing await ... step => [WILDCARD]invalid_usage.ts:[WILDCARD]
inner missing await ... step ... inner => [WILDCARD]invalid_usage.ts:[WILDCARD]
parallel steps with sanitizers ... step 2 => [WILDCARD]invalid_usage.ts:[WILDCARD]
parallel steps with sanitizers ... step 1 => [WILDCARD]invalid_usage.ts:[WILDCARD]
parallel steps when first has sanitizer ... step 2 => [WILDCARD]invalid_usage.ts:[WILDCARD]
parallel steps when second has sanitizer ... step 2 => [WILDCARD]invalid_usage.ts:[WILDCARD]
parallel steps where only inner tests have sanitizers ... step 2 ... step inner => [WILDCARD]invalid_usage.ts:[WILDCARD]
2021-10-11 09:45:02 -04:00
2023-03-25 15:32:11 -04:00
FAILED | 0 passed (5 steps) | 7 failed (9 steps) ([WILDCARD])
2021-10-11 09:45:02 -04:00
error: Test failed