Lines Matching refs:set
73 // "output" should be set to a serialized conformance.ConformanceResponse.
75 // If there is any error in running the test itself, set "runtime_error" in
159 // generated a warning. If this flag is set to true, RECOMMENDED tests will
180 // Returns true if the set of failing tests was exactly the same as the
254 bool CheckSetEmpty(const std::set<std::string>& set_to_check,
302 // The set of test names that are expected to fail in this run, but haven't
304 std::set<std::string> expected_to_fail_;
306 // The set of test names that have been run. Used to ensure that there are no
308 std::set<std::string> test_names_;
310 // The set of tests that failed, but weren't expected to.
311 std::set<std::string> unexpected_failing_tests_;
313 // The set of tests that succeeded, but weren't expected to.
314 std::set<std::string> unexpected_succeeding_tests_;
316 // The set of tests that the testee opted out of;
317 std::set<std::string> skipped_;