Home
last modified time | relevance | path

Searched refs:ADD_FAILURE (Results 1 - 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Doptimization_test.cc33 if (ABSL_PREDICT_TRUE(false)) ADD_FAILURE(); in TEST()
34 if (!ABSL_PREDICT_TRUE(true)) ADD_FAILURE(); in TEST()
46 if (ABSL_PREDICT_FALSE(false)) ADD_FAILURE(); in TEST()
47 if (!ABSL_PREDICT_FALSE(true)) ADD_FAILURE(); in TEST()
56 if (ABSL_PREDICT_TRUE((++x) == 0)) ADD_FAILURE(); in TEST()
58 if (ABSL_PREDICT_FALSE((++x) == 0)) ADD_FAILURE(); in TEST()
105 if (!ABSL_PREDICT_TRUE(is_true)) ADD_FAILURE(); in TEST()
106 if (ABSL_PREDICT_TRUE(is_false)) ADD_FAILURE(); in TEST()
107 if (!ABSL_PREDICT_FALSE(is_true)) ADD_FAILURE(); in TEST()
108 if (ABSL_PREDICT_FALSE(is_false)) ADD_FAILURE(); in TEST()
[all...]
/third_party/googletest/googletest/test/
H A Dgoogletest-output-test_.cc179 ADD_FAILURE() << "Just checking that all these values work fine."; in TEST()
187 ADD_FAILURE() << "This failure is expected, and shouldn't have a trace."; in TEST()
193 ADD_FAILURE() << "This failure is expected, and should have a trace."; in TEST()
198 ADD_FAILURE() << "This failure is expected, and shouldn't have a trace."; in TEST()
234 ADD_FAILURE() in TEST()
238 ADD_FAILURE() in TEST()
243 ADD_FAILURE() << "This failure is expected, and should " in TEST()
248 ADD_FAILURE() << "This failure is expected, and should " in TEST()
291 ADD_FAILURE() << "Expected failure #1 (in thread B, only trace B alive)."; in ThreadWithScopedTrace()
295 ADD_FAILURE() in ThreadWithScopedTrace()
[all...]
H A Dgoogletest-catch-exceptions-test_.cc119 ADD_FAILURE() << "CxxExceptionInConstructorTest destructor "
124 ADD_FAILURE() << "CxxExceptionInConstructorTest::SetUp() "
129 ADD_FAILURE() << "CxxExceptionInConstructorTest::TearDown() "
135 ADD_FAILURE() << "CxxExceptionInConstructorTest test body " in TEST_F()
218 ADD_FAILURE() << "CxxExceptionInSetUpTest test body " in TEST_F()
H A Dgtest_stress_test.cc155 ADD_FAILURE() << "Non-fatal failure in some other thread. " in FailingThread()
199 ADD_FAILURE() << "This is an expected non-fatal failure."; in TEST()
218 ADD_FAILURE() << "This is an expected non-fatal failure."; in TEST()
H A Dgtest_environment_test.cc56 ADD_FAILURE() << "Expected non-fatal failure in global set-up.";
69 ADD_FAILURE() << "Expected non-fatal failure in global tear-down.";
H A Dgtest_unittest.cc1140 ADD_FAILURE() << "Expected non-fatal failure."; in AddNonfatalFailure()
1941 ADD_FAILURE() << "Shard " << prev_selected_shard_index << " and " in TEST()
3390 void FailsNonFatal() { ADD_FAILURE() << "some non-fatal failure"; } in FailsNonFatal()
3395 ADD_FAILURE() << "should not reach here."; in DoAssertNoFatalFailureOnFails()
3400 ADD_FAILURE() << "other failure"; in DoExpectNoFatalFailureOnFails()
4657 ADD_FAILURE() << "Intentional failure."; in AddFailureHelper()
4661 // Tests ADD_FAILURE.
4662 TEST(MacroTest, ADD_FAILURE) { in TEST()
6413 EXPECT_NONFATAL_FAILURE(ADD_FAILURE() << "expected failure", in TEST()
6713 ADD_FAILURE(); in TEST()
[all...]
/third_party/googletest/googletest/src/
H A Dgtest-port.cc793 ADD_FAILURE() << "NULL is not a valid simple regular expression."; in ValidateRegex()
805 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1) in ValidateRegex()
811 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1) in ValidateRegex()
820 ADD_FAILURE() << FormatRegexSyntaxError(regex, i) in ValidateRegex()
824 ADD_FAILURE() << FormatRegexSyntaxError(regex, i) in ValidateRegex()
828 ADD_FAILURE() << FormatRegexSyntaxError(regex, i) << "'" << ch in ValidateRegex()
832 ADD_FAILURE() << FormatRegexSyntaxError(regex, i) << "'" << ch in ValidateRegex()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc825 ADD_FAILURE() << "NULL is not a valid simple regular expression."; in ValidateRegex()
837 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1) in ValidateRegex()
843 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1) in ValidateRegex()
852 ADD_FAILURE() << FormatRegexSyntaxError(regex, i) in ValidateRegex()
856 ADD_FAILURE() << FormatRegexSyntaxError(regex, i) in ValidateRegex()
860 ADD_FAILURE() << FormatRegexSyntaxError(regex, i) in ValidateRegex()
864 ADD_FAILURE() << FormatRegexSyntaxError(regex, i) in ValidateRegex()
/third_party/node/deps/googletest/src/
H A Dgtest-port.cc809 ADD_FAILURE() << "NULL is not a valid simple regular expression."; in ValidateRegex()
821 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1) in ValidateRegex()
827 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1) in ValidateRegex()
836 ADD_FAILURE() << FormatRegexSyntaxError(regex, i) in ValidateRegex()
840 ADD_FAILURE() << FormatRegexSyntaxError(regex, i) in ValidateRegex()
844 ADD_FAILURE() << FormatRegexSyntaxError(regex, i) << "'" << ch in ValidateRegex()
848 ADD_FAILURE() << FormatRegexSyntaxError(regex, i) << "'" << ch in ValidateRegex()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_map_test.cc75 Int() : value(0) { ADD_FAILURE(); } in TEST()
76 Int(const Int& other) : value(other.value) { ADD_FAILURE(); } in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcontainer_memory_test.cc179 ADD_FAILURE() << "Must not be called"; in TEST()
219 ADD_FAILURE() << "Must not be called"; in TEST()
H A Draw_hash_set_allocator_test.cc112 ADD_FAILURE() << *this << " got previously allocated memory: " << ptr; in track_alloc()
116 ADD_FAILURE() << *this in track_dealloc()
H A Draw_hash_set_test.cc1718 ADD_FAILURE(); in TEST()
1725 ADD_FAILURE(); in TEST()
1729 ADD_FAILURE(); in TEST()
1733 ADD_FAILURE(); in TEST()
/third_party/mesa3d/src/compiler/glsl/tests/
H A Darray_refcount_test.cpp172 ADD_FAILURE() << "Invalid junk in hash table: ir_type = " in validate_variables_in_hash_table()
188 ADD_FAILURE() << "Invalid variable in hash table: \"" in validate_variables_in_hash_table()
202 ADD_FAILURE() << "Variable was not in the hash table: \"" in validate_variables_in_hash_table()
H A Dbuiltin_variable_test.cpp155 ADD_FAILURE() << "Built-in variable " << var->name in no_invalid_variable_modes()
/third_party/mesa3d/src/asahi/compiler/test/
H A Dagx_test.h106 ADD_FAILURE(); \
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/
H A Dtest-validate-fau.cpp35 ADD_FAILURE(); \
H A Dtest-packing.cpp36 ADD_FAILURE(); \
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_test.h106 ADD_FAILURE(); \
/third_party/mesa3d/src/panfrost/bifrost/test/
H A Dtest-message-preload.cpp51 ADD_FAILURE(); \
H A Dtest-dual-texture.cpp49 ADD_FAILURE(); \
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc2480 ADD_FAILURE() << descriptor->name() in FollowPath()
2500 ADD_FAILURE() << descriptor->name() << "." << field->name() in FollowPath()
2518 ADD_FAILURE() << descriptor->name() << "." << field->name() in FollowPath()
2534 ADD_FAILURE() << descriptor->name() << "." << field->name() in FollowPath()
2633 ADD_FAILURE() << descriptor_proto.GetDescriptor()->name() in HasSpan()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dexception_safety_testing.h133 ADD_FAILURE() << ErrorMessage(address, tracked_address.description, in ~ConstructorTracker()
145 ADD_FAILURE() << ErrorMessage( in ObjectConstructed()
163 ADD_FAILURE() << ErrorMessage(address, tracked_address.description, in ObjectDestructed()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DDrawCallPerf.cpp582 ADD_FAILURE() << "Invalid state change."; in drawBenchmark()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database_unittest.cc68 ADD_FAILURE() << "\"" << proto.name() << "\" did not contain expected type \"" in ExpectContainsType()

Completed in 35 milliseconds

12