Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Sep 13, 2023

On WASI platform, get_temp_dir() should behave differently since the parent process is a WASI process and uses a different get_temp_dir() path.

Fix also WorkerThread._runtest(): don't read JSON file if the worker process exit code is non-zero.

On WASI platform, get_temp_dir() should behave differently since the parent process is a WASI process and uses a different get_temp_dir() path. Fix also WorkerThread._runtest(): don't read JSON file if the worker process exit code is non-zero.
@vstinner
Copy link
MemberAuthor

!buildbot wasm32-wasi

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @vstinner for commit ce06a36 🤖

The command will test the builders whose names match following regular expression: wasm32-wasi

The builders matched are:

  • wasm32-wasi PR

@vstinner
Copy link
MemberAuthor

!buildbot wasm32-wasi

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @vstinner for commit 7e02048 🤖

The command will test the builders whose names match following regular expression: wasm32-wasi

The builders matched are:

  • wasm32-wasi PR

@vstinner
Copy link
MemberAuthor

Nice! WASI buildbot pass again with this fix!

Total test files: run=460/463 skipped=143 resource_denied=3 Result: SUCCESS 

@vstinnervstinner enabled auto-merge (squash) September 13, 2023 01:21
@vstinnervstinner merged commit b544c2b into python:mainSep 13, 2023
@vstinnervstinner deleted the regrtest_wasi branch September 13, 2023 01:40
vstinner added a commit to vstinner/cpython that referenced this pull request Sep 13, 2023
On WASI platform, get_temp_dir() should behave differently since the parent process is a WASI process and uses a different get_temp_dir() path. Fix also WorkerThread._runtest(): don't read JSON file if the worker process exit code is non-zero.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@bedevere-bot