Skip to content

Conversation

@eymar
Copy link
Member

@eymar eymar commented Jan 23, 2026

Today the tests CI running in Chrome started to fail with such an error:

TypeError: Cannot read properties of undefined (reading 'getParameter') at <global>._glGetString(skiko.mjs:8)

We noticed that github runner got an updated Chrome version. But downgrading didn't help.

So we set additional flags for Chrome launcher.

Testing

N/A

Release Notes

N/A

@eymar eymar force-pushed the ok/fix_chrome_tests branch from 3833f65 to 02d6f8c Compare January 23, 2026 14:40
@eymar eymar changed the title force chrome versions Add flags to run Chrome with WebGL on CI Jan 23, 2026
@eymar eymar requested a review from terrakok January 23, 2026 15:54
@eymar eymar merged commit d5ba164 into jb-main Jan 23, 2026
19 checks passed
@eymar eymar deleted the ok/fix_chrome_tests branch January 23, 2026 16:13
fail-fast: false
matrix:
chrome: [ '118', 'stable' ]
chrome: [ '134', 'stable' ]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chrome 118 doesn't have WasmGC enabled by default - it's too old. Previously, it was installed but the newer Chrome was used in the tests anyway - that's why we didn't see missing WasmGC.

Tried Chrome 122, but it seems that it's missing some Wasm features too.

So using 134 version (January 2025).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants