chore(deps): update github-actions #12856
Annotations
9 errors, 1 warning, and 1 notice
|
Test
Executing the custom container implementation failed. Please contact your self hosted runner administrator.
|
|
Test
Process completed with exit code 1.
|
|
Test
Error: failed to run script step: command terminated with non-zero exit code: error executing command [sh -e /__w/_temp/339071e0-1721-11f1-b637-055bf3373e25.sh], exit code 1
|
|
Test:
packages/web-platform/web-tests/tests/react.spec.ts#L4687
3) [webkit] › tests/react.spec.ts:4679:7 › reactlynx3 tests › elements › list › basic-element-list-remove-action
Error: expect(received).resolves.toBe(expected) // Object.is equality
Expected: 4
Received: 0
4685 | // Initial state: loading = true
4686 | // Expected: 1, 2, 3, 5
> 4687 | await expect(page.locator('list-item').count()).resolves.toBe(4);
| ^
4688 | let ids = await page.locator('list-item').evaluateAll((items) =>
4689 | items.map((i) => i.id)
4690 | );
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:4687:68
|
|
Test:
packages/web-platform/web-tests/tests/react.spec.ts#L2141
2) [webkit] › tests/react.spec.ts:2139:7 › reactlynx3 tests › elements › lynx-view › basic-element-lynx-view-not-auto
Error: page.evaluate: TypeError: null is not an object (evaluating 'document.querySelector('lynx-view').setAttribute')
2139 | test('basic-element-lynx-view-not-auto', async ({ page }, { title }) => {
2140 | await goto(page, title);
> 2141 | await page.evaluate(() => {
| ^
2142 | document.querySelector('lynx-view')!.setAttribute('width', '100vw');
2143 | document.querySelector('lynx-view')!.setAttribute('height', '100vh');
2144 | document.querySelector('lynx-view')!.setAttribute(
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:2141:20
|
|
Test:
packages/web-platform/web-tests/tests/react.spec.ts#L1145
1) [webkit] › tests/react.spec.ts:1131:5 › reactlynx3 tests › apis › api-lynx-performance ────────
Retry #4 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "create_lynx_start"
Received array: ["load_core_start", "load_core_end", "hydrateParseSnapshotStart", "hydrateParseSnapshotEnd", "diffVdomStart", "diffVdomEnd", "packChangesStart", "packChangesEnd", "dispatch_start", "layout_start", …]
1143 | return Object.keys(globalThis.timing);
1144 | });
> 1145 | expect(timingKeys).toContain('create_lynx_start');
| ^
1146 | expect(timingKeys).toContain('dispatch_start');
1147 | expect(timingKeys).toContain('layout_start');
1148 | expect(timingKeys).toContain('layout_end');
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:1145:26
|
|
Test:
packages/web-platform/web-tests/tests/react.spec.ts#L1145
1) [webkit] › tests/react.spec.ts:1131:5 › reactlynx3 tests › apis › api-lynx-performance ────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "create_lynx_start"
Received array: ["load_core_start", "load_core_end", "hydrateParseSnapshotStart", "hydrateParseSnapshotEnd", "diffVdomStart", "diffVdomEnd", "packChangesStart", "packChangesEnd", "dispatch_start", "layout_start", …]
1143 | return Object.keys(globalThis.timing);
1144 | });
> 1145 | expect(timingKeys).toContain('create_lynx_start');
| ^
1146 | expect(timingKeys).toContain('dispatch_start');
1147 | expect(timingKeys).toContain('layout_start');
1148 | expect(timingKeys).toContain('layout_end');
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:1145:26
|
|
Test:
packages/web-platform/web-tests/tests/react.spec.ts#L1145
1) [webkit] › tests/react.spec.ts:1131:5 › reactlynx3 tests › apis › api-lynx-performance ────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "create_lynx_start"
Received array: ["load_core_start", "load_core_end", "hydrateParseSnapshotStart", "hydrateParseSnapshotEnd", "diffVdomStart", "diffVdomEnd", "packChangesStart", "packChangesEnd", "dispatch_start", "layout_start", …]
1143 | return Object.keys(globalThis.timing);
1144 | });
> 1145 | expect(timingKeys).toContain('create_lynx_start');
| ^
1146 | expect(timingKeys).toContain('dispatch_start');
1147 | expect(timingKeys).toContain('layout_start');
1148 | expect(timingKeys).toContain('layout_end');
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:1145:26
|
|
Test:
packages/web-platform/web-tests/tests/react.spec.ts#L1145
1) [webkit] › tests/react.spec.ts:1131:5 › reactlynx3 tests › apis › api-lynx-performance ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "create_lynx_start"
Received array: ["load_core_start", "load_core_end", "hydrateParseSnapshotStart", "hydrateParseSnapshotEnd", "diffVdomStart", "diffVdomEnd", "packChangesStart", "packChangesEnd", "dispatch_start", "layout_start", …]
1143 | return Object.keys(globalThis.timing);
1144 | });
> 1145 | expect(timingKeys).toContain('create_lynx_start');
| ^
1146 | expect(timingKeys).toContain('dispatch_start');
1147 | expect(timingKeys).toContain('layout_start');
1148 | expect(timingKeys).toContain('layout_end');
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:1145:26
|
|
Upload test results to Codecov
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
Test
1 failed
[webkit] › tests/react.spec.ts:1131:5 › reactlynx3 tests › apis › api-lynx-performance ─────────
2 flaky
[webkit] › tests/react.spec.ts:2139:7 › reactlynx3 tests › elements › lynx-view › basic-element-lynx-view-not-auto
[webkit] › tests/react.spec.ts:4679:7 › reactlynx3 tests › elements › list › basic-element-list-remove-action
30 skipped
375 passed (1.1m)
|
Loading