This makes them more readable in llvm-lit's output on failures.
This only applies the change on the filesystem test subdir.
Paths
| Differential D89680
[libcxx] [test] Do error printfs to stderr in filesystem tests ClosedPublic Authored by mstorsjo on Oct 19 2020, 2:52 AM.
Details
Summary This makes them more readable in llvm-lit's output on failures. This only applies the change on the filesystem test subdir.
Diff Detail
Event TimelineComment Actions The reason why I originally used printf instead of fprintf(stderr) is that some platforms provide printf (via printing to some sort of uart port), but not a proper stderr. But I agree this change makes sense, and we can't make filesystem work on those platforms anyway. This revision is now accepted and ready to land.Oct 19 2020, 5:27 AM Closed by commit rGc61c7ba595d3: [libcxx] [test] Do error printfs to stderr in filesystems tests (authored by mstorsjo). · Explain WhyOct 19 2020, 2:07 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 299154 libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/lexically_normal.pass.cpp
libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/lexically_relative_and_proximate.pass.cpp
libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/proximate.pass.cpp
libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/weakly_canonical.pass.cpp
|