Skip tests that expect an exception be thrown.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/std/input.output/iostreams.base/ios/basic.ios.members/copyfmt.pass.cpp | ||
---|---|---|
171–173 ↗ | (On Diff #77503) | This is a bit unexpected. It looks like if the copyfmt, even if it throws, were able to copy part of the information. Is this reasonable? |
Comment Actions
LGTM modulo inline comments. There are a couple of tests which don't explicitly assert if they throw or not. Please address those tests before committing.
test/std/input.output/iostreams.base/ios/basic.ios.members/set_rdbuf.pass.cpp | ||
---|---|---|
44 ↗ | (On Diff #77503) | assert(false); It's unrelated but it should be added. |
test/std/input.output/iostreams.base/ios/iostate.flags/clear.pass.cpp | ||
33 ↗ | (On Diff #77503) | assert(false); |
test/std/input.output/iostreams.base/ios/iostate.flags/setstate.pass.cpp | ||
33 ↗ | (On Diff #77503) | assert(false) |