Skip to content

Add exe compiler, supports running tests compiled to native executables #1941

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Feb 17, 2023

Conversation

jakemac53
Copy link
Contributor

@jakemac53 jakemac53 commented Feb 16, 2023

Only supported by the vm platform, usable with --compiler exe. I called it this to match dart compile exe.

I also added a test which covers basic behavior for the full matrix of supported runtimes and compilers.

@jakemac53 jakemac53 requested a review from natebosch February 16, 2023 22:42
@jakemac53 jakemac53 merged commit e56c643 into master Feb 17, 2023
@jakemac53 jakemac53 deleted the add-exe-compiler branch February 17, 2023 18:56
natebosch added a commit that referenced this pull request Mar 7, 2024
The `IsolateChannel` should close the receive port when we call
`outerChannel.sink.close` which is also added to the `cleanupCallbacks`.

This was originally added in #1280 to try to fix cases where the test
runner could hang after running some tests specifically on the test
runner CI when running the test as a subprocess. It looks like when
it was introduced there was no call to `outerChannel.sink.close()`.
A cleanup callback to close the sink was added in #1941 which made
this unnecessary.
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