Skip to content

Fix binary file matching in test_wasm_opt#8440

Merged
aheejin merged 1 commit intoWebAssembly:mainfrom
aheejin:fix_binary_path
Mar 10, 2026
Merged

Fix binary file matching in test_wasm_opt#8440
aheejin merged 1 commit intoWebAssembly:mainfrom
aheejin:fix_binary_path

Conversation

@aheejin
Copy link
Member

@aheejin aheejin commented Mar 10, 2026

binary = '.wasm' in t

can incorrectly also match when the directory name contains it, like, ~/binaryen.wasm_split/....

```py
binary = '.wasm' in t
```
can incorrectly also match this:
```
~/binaryen.wasm_split/....
```
@aheejin aheejin requested a review from kripken March 10, 2026 09:04
@aheejin aheejin merged commit a092aef into WebAssembly:main Mar 10, 2026
17 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