Skip to content
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

Fix reading stdout of sim in execution test on windows #487

Open
1 task
boozook opened this issue Feb 9, 2025 · 0 comments
Open
1 task

Fix reading stdout of sim in execution test on windows #487

boozook opened this issue Feb 9, 2025 · 0 comments
Labels
cargo About cargo or cargo-playdate ci good first issue Good for newcomers help wanted Extra attention is needed windows About windows target and related problems

Comments

@boozook
Copy link
Owner

boozook commented Feb 9, 2025

Seems to sim successfully run with the built package but the test unable to read its stdout.
Currently there is sim's stdout is redirected to file, we're killing the sim and then reading the file looking for a test-proof value.
That is not works with sim on win. 🤷🏻‍♂️

Links:


  • Enable test on CI when this is solved.
@boozook boozook added cargo About cargo or cargo-playdate ci good first issue Good for newcomers help wanted Extra attention is needed windows About windows target and related problems labels Feb 9, 2025
@boozook boozook moved this to Todo in Playdate Development Feb 9, 2025
@boozook boozook removed this from Infrastructure Feb 9, 2025
@boozook boozook pinned this issue Feb 9, 2025
boozook added a commit that referenced this issue Feb 9, 2025
revert `cargo-playdate` bump.
boozook added a commit that referenced this issue Feb 9, 2025
* fix sim path on windows for run

* disable execution-test on windows until #487

* CI: add background rustup warmup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cargo About cargo or cargo-playdate ci good first issue Good for newcomers help wanted Extra attention is needed windows About windows target and related problems
Projects
Status: Todo
Development

No branches or pull requests

1 participant