Skip tests that expect an exception be thrown.
Details
Details
Diff Detail
Diff Detail
Event Timeline
test/std/input.output/iostreams.base/ios/basic.ios.members/copyfmt.pass.cpp | ||
---|---|---|
171–173 | 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 | assert(false); It's unrelated but it should be added. | |
test/std/input.output/iostreams.base/ios/iostate.flags/clear.pass.cpp | ||
33 | assert(false); | |
test/std/input.output/iostreams.base/ios/iostate.flags/setstate.pass.cpp | ||
33 | assert(false) |
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?