more usable minimizer output? #38
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
When a test fails in the check step (so the test compiled and ran, but we didn't like the result we got out), we do a second pass, minimizing all the failures:
abi-cafe/src/main.rs
Lines 242 to 253 in 6ba6865
As a side-effect of building them we'll print out their paths, but we don't produce any summary:
abi-cafe/src/main.rs
Lines 306 to 309 in 6ba6865
We also, more importantly to me, don't actually produce a fully usable reproduction, we only produce two source files, and it's your problem to make use of them. In an ideal world we would generate a cargo and/or (C?)Make project you could build and run.
To that end at one point I tossed a "main.rs" in the harness includes, but I never sorted out the details. Honestly not sure what would be useful to people reporting/receiving bug reports.
abi-cafe/include/harness/main.rs
Lines 1 to 17 in 6ba6865
The text was updated successfully, but these errors were encountered: