Skip to content

Conversation

@badeend
Copy link
Member

@badeend badeend commented Aug 9, 2025

Running the tests with BLESS on Windows updates a bunch of test files to use backslashes. Example:

Checked in:

unexpected end-of-file
     --> tests/parse-fail/string16.wat:1:6

Produced by blessing the tests on Windows:

unexpected end-of-file
     --> tests/parse-fail\string16.wat:1:6

This PR normalizes paths to use forward slashes only; Windows understands both. Running with BLESS now produces no changes.

Before this change, it would update all test files with backslashes.
@badeend badeend requested a review from a team as a code owner August 9, 2025 08:54
@badeend badeend requested review from alexcrichton and removed request for a team August 9, 2025 08:54
@alexcrichton
Copy link
Member

CI failure looks like a rust update issue unrelated to this pr, I'll investigate soon

@alexcrichton alexcrichton enabled auto-merge August 9, 2025 21:46
@alexcrichton alexcrichton added this pull request to the merge queue Aug 9, 2025
Merged via the queue into bytecodealliance:main with commit a2d966c Aug 9, 2025
34 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