[PATCH] D116108: [unittest][DebugInfo/DWARF] Do not report skipped tests as passed
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 21 09:12:51 PST 2021
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
Looks like an acceptable incremental improvement, but perhaps it could be improved further if the generator be setup in the `SetUp` function and failing that function could implicitly skip tests covered by it, and similar for other tests/setup operations like initializing the MachineRegisterInfo, etc?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116108/new/
https://reviews.llvm.org/D116108
More information about the llvm-commits
mailing list