Skip to content

feat: runFilesでのリアルタイムdiagnostic出力機能およびエディタ表示を追加 #81

feat: runFilesでのリアルタイムdiagnostic出力機能およびエディタ表示を追加

feat: runFilesでのリアルタイムdiagnostic出力機能およびエディタ表示を追加 #81

Triggered via pull request August 29, 2026 10:39
Status Failure
Total duration 1m 44s
Artifacts

runtime-tests.yml

on: pull_request
Matrix: test-runtime
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
test-runtime (22.x)
Process completed with exit code 1.
[chrome] tests/vitest-all.tsx > Runtime Integration Tests > rust Runtime > File Execution > should capture multi-frame diagnostics as single Diagnostic: packages/runtime/tests/fileExecution.ts#L515
AssertionError: frames should be ordered from newest (innermost) to oldest (outermost): expected [ 2, 5 ] to deeply equal [ 2, 5, 8 ] - Expected + Received [ 2, 5, - 8, ] ❯ tests/fileExecution.ts:515:18 ❯ tests/vitest-all.tsx:78:16
[chrome] tests/vitest-all.tsx > Runtime Integration Tests > cpp Runtime > File Execution > should capture diagnostics on link error: packages/runtime/tests/fileExecution.ts#L315
AssertionError: diagnostics should not be empty: expected [] not to be empty ❯ tests/fileExecution.ts:315:71 ❯ tests/vitest-all.tsx:78:16
test-runtime (22.x)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/