浏览代码

Merge pull request #1092 from thomasvl/fix_conformance

Fix conformance test to only report skips in verbose mode.
Thomas Van Lenten 9 年之前
父节点
当前提交
de99998218
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      conformance/conformance_test.cc

+ 0 - 3
conformance/conformance_test.cc

@@ -1967,9 +1967,6 @@ bool ConformanceTestSuite::RunSuite(ConformanceTestRunner* runner,
                 "These tests succeeded, even though they were listed in "
                 "These tests succeeded, even though they were listed in "
                 "the failure list.  Remove them from the failure list");
                 "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_) {
   if (verbose_) {
     CheckSetEmpty(skipped_,
     CheckSetEmpty(skipped_,
                   "These tests were skipped (probably because support for some "
                   "These tests were skipped (probably because support for some "