rustaceanrob
78d4d36730
test: Format strings in *.rs
...
`format!` strings may contain variables within the string
representation. This is a lint as of a recent `rustc` nightly version.
2025-10-31 13:39:54 +00:00
MarcoFalke
fa900bb2dc
contrib: Only print fuzz output on failure
...
This makes it humanly possible to track progress as only "[N/M]"-lines are printed as long as we succeed.
Also, use char (a, b) to indicate run_id instead of u8 (0, 1).
Also, use emojis to indicate final success or error.
Co-Authored-By: Hodlinator <172445034+hodlinator@users.noreply.github.com >
2025-04-01 10:22:16 +02:00
MarcoFalke
fa82fe2c73
contrib: Use -Xdemangler=llvm-cxxfilt in deterministic-*-coverage
...
This makes the result more readable.
2025-03-31 17:48:28 +02:00
MarcoFalke
fa7a40d952
contrib: Print deterministic-coverage runs
2025-03-20 15:59:14 +01:00
MarcoFalke
fa751639fb
contrib: Make deterministic-coverage error messages more readable
2025-03-20 15:59:03 +01:00
janb84
893ca54585
contrib: Fix deterministic-unittest-coverage tool path
2025-03-13 11:56:39 +01:00
MarcoFalke
fa579d663d
contrib: Add deterministic-unittest-coverage
...
This replaces the bash script with a tool based on clang/llvm tools.
2025-02-25 10:14:41 +01:00