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

seems to cause issues on windows CI #171

Open
thedavidmeister opened this issue Jan 12, 2023 · 1 comment
Open

seems to cause issues on windows CI #171

thedavidmeister opened this issue Jan 12, 2023 · 1 comment

Comments

@thedavidmeister
Copy link

errors like

test tests::round_trip_u32_fuzz::entry ... ok
thread 'tests::round_trip_u32_fuzz::auto_generate' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 123, kind: InvalidFilename, message: "The filename, directory name, or volume label syntax is incorrect." }', C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\test-fuzz-runtime-3.0.4\src\lib.rs:190:32

can see at https://github.com/holochain/holochain-wasmer/actions/runs/3905076882/jobs/6671649627#step:4:351

@smoelius
Copy link
Collaborator

Hi, @thedavidmeister. Thanks very much for the report.

test-fuzz currently has one fuzzing backend, which is afl.rs/AFLpluplus. I don't know if AFLplusplus works on Windows (maybe you know?), but it's certainly not one of the platforms that afl.rs is tested on.

Having said that, we are actively trying to add more fuzzing backends to test-fuzz.

So while test-fuzz does not work on Windows today, it may within the near future.

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

No branches or pull requests

2 participants