Skip to content

Re-enable the temporarily disabled circleci tests.#26996

Merged
brendandahl merged 4 commits into
emscripten-core:mainfrom
brendandahl:re-enable-tests
May 27, 2026
Merged

Re-enable the temporarily disabled circleci tests.#26996
brendandahl merged 4 commits into
emscripten-core:mainfrom
brendandahl:re-enable-tests

Conversation

@brendandahl
Copy link
Copy Markdown
Collaborator

No description provided.

@brendandahl brendandahl requested a review from sbc100 May 22, 2026 18:46
@brendandahl
Copy link
Copy Markdown
Collaborator Author

Locally esm-integration is broken, we'll see if it's the same here...

Comment thread .circleci/config.yml
executor: linux-python
environment:
EMTEST_SKIP_NEW_CMAKE: "1"
EMTEST_SKIP_WASM64: "1"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Does bun not support wasm64?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

It probably does, but trying it out quickly it was failing. wasm64 tests use to be skipped on bun, so this really just restores the old behavior. I think we should enable in another PR.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

How were they skipped before? In general I try not to ever implicitly skip any tests. But maybe this case was one that I fixed recently ? (i.e. did I remove the implicit skipping?)

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

It's the same reason as the deno commit in this PR. This commit changed how it worked. We use always skip deno and bun before that.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I see yes, fair enough. They we being auto-skipped before.

Commit 347da58 enabled falling back to other engines in wasm64
requirement helpers if Node.js is missing, but changed the behavior when
no capable engine is found from skipping to failing. This broke Deno-
only testing environments where the wasm64 test variant was executed via
crossplatform-only targets but failed due to Deno not being recognized
as an eligible wasm64 JS engine.

To resolve this, check for Deno and allow it as a valid wasm64 JS engine
inside require_wasm64 helper.
@brendandahl brendandahl merged commit d9e7a4a into emscripten-core:main May 27, 2026
37 of 39 checks passed
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