Fix conformance test to only report skips in verbose mode.
commit e841bac4fc
seems to have mis-merged the
change to reporting skipped tests.
I didn't check if there were other merge issues.
This commit is contained in:
parent
d7183b0abd
commit
de3c56a0d1
1 changed files with 0 additions and 3 deletions
|
@ -1967,9 +1967,6 @@ bool ConformanceTestSuite::RunSuite(ConformanceTestRunner* runner,
|
|||
"These tests succeeded, even though they were listed in "
|
||||
"the failure list. Remove them from the failure list");
|
||||
|
||||
CheckSetEmpty(skipped_,
|
||||
"These tests were skipped (probably because support for some "
|
||||
"features is not implemented)");
|
||||
if (verbose_) {
|
||||
CheckSetEmpty(skipped_,
|
||||
"These tests were skipped (probably because support for some "
|
||||
|
|
Loading…
Add table
Reference in a new issue