aboutsummaryrefslogtreecommitdiff
path: root/conformance
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2016-01-05 15:03:31 -0500
committerThomas Van Lenten <thomasvl@google.com>2016-01-05 15:03:31 -0500
commitde99998218bdd725a206d2e9a657bfbcb6a80b9f (patch)
tree4b7e3b2dfee9531d110fba9a14af9550bafd34f3 /conformance
parentd7183b0abd57ab9492f328768668335469c4695f (diff)
parentde3c56a0d1442e5cd4e90716a8697e6bdd123134 (diff)
downloadprotobuf-de99998218bdd725a206d2e9a657bfbcb6a80b9f.tar.gz
protobuf-de99998218bdd725a206d2e9a657bfbcb6a80b9f.tar.bz2
protobuf-de99998218bdd725a206d2e9a657bfbcb6a80b9f.zip
Merge pull request #1092 from thomasvl/fix_conformance
Fix conformance test to only report skips in verbose mode.
Diffstat (limited to 'conformance')
-rw-r--r--conformance/conformance_test.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/conformance/conformance_test.cc b/conformance/conformance_test.cc
index 135e82dc..c39bf26d 100644
--- a/conformance/conformance_test.cc
+++ b/conformance/conformance_test.cc
@@ -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 "