[compiler] Add fault tolerance test fixtures #303
Annotations
5 errors, 1 warning, and 1 notice
|
|
|
compiler/apps/playground/__tests__/e2e/page.spec.ts#L311
1) [chromium] › __tests__/e2e/page.spec.ts:286:5 › error is displayed when source has syntax error
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "Expected identifier to be defined before being used"
Received string: "Found 1 error: Invariant: [InferMutationAliasingEffects] Expected value kind to be initialized <unknown> oops$3. 2 | const oops = props. 3 | return ( > 4 | <>{oops}</> | ^^^^ this is uninitialized 5 | ); 6 | }"
309 | const output = text.join('');
310 |
> 311 | expect(output.replace(/\s+/g, ' ')).toContain(
| ^
312 | 'Expected identifier to be defined before being used',
313 | );
314 | });
at /home/runner/work/react-mirror/react-mirror/compiler/apps/playground/__tests__/e2e/page.spec.ts:311:39
|
|
compiler/apps/playground/__tests__/e2e/page.spec.ts#L311
1) [chromium] › __tests__/e2e/page.spec.ts:286:5 › error is displayed when source has syntax error
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "Expected identifier to be defined before being used"
Received string: "Found 1 error: Invariant: [InferMutationAliasingEffects] Expected value kind to be initialized <unknown> oops$3. 2 | const oops = props. 3 | return ( > 4 | <>{oops}</> | ^^^^ this is uninitialized 5 | ); 6 | }"
309 | const output = text.join('');
310 |
> 311 | expect(output.replace(/\s+/g, ' ')).toContain(
| ^
312 | 'Expected identifier to be defined before being used',
313 | );
314 | });
at /home/runner/work/react-mirror/react-mirror/compiler/apps/playground/__tests__/e2e/page.spec.ts:311:39
|
|
compiler/apps/playground/__tests__/e2e/page.spec.ts#L311
1) [chromium] › __tests__/e2e/page.spec.ts:286:5 › error is displayed when source has syntax error
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "Expected identifier to be defined before being used"
Received string: "Found 1 error: Invariant: [InferMutationAliasingEffects] Expected value kind to be initialized <unknown> oops$3. 2 | const oops = props. 3 | return ( > 4 | <>{oops}</> | ^^^^ this is uninitialized 5 | ); 6 | }"
309 | const output = text.join('');
310 |
> 311 | expect(output.replace(/\s+/g, ' ')).toContain(
| ^
312 | 'Expected identifier to be defined before being used',
313 | );
314 | });
at /home/runner/work/react-mirror/react-mirror/compiler/apps/playground/__tests__/e2e/page.spec.ts:311:39
|
|
compiler/apps/playground/__tests__/e2e/page.spec.ts#L311
1) [chromium] › __tests__/e2e/page.spec.ts:286:5 › error is displayed when source has syntax error
Error: expect(received).toContain(expected) // indexOf
Expected substring: "Expected identifier to be defined before being used"
Received string: "Found 1 error: Invariant: [InferMutationAliasingEffects] Expected value kind to be initialized <unknown> oops$3. 2 | const oops = props. 3 | return ( > 4 | <>{oops}</> | ^^^^ this is uninitialized 5 | ); 6 | }"
309 | const output = text.join('');
310 |
> 311 | expect(output.replace(/\s+/g, ' ')).toContain(
| ^
312 | 'Expected identifier to be defined before being used',
313 | );
314 | });
at /home/runner/work/react-mirror/react-mirror/compiler/apps/playground/__tests__/e2e/page.spec.ts:311:39
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading