Searched refs:ADD_FAILURE_AT (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/sync/util/
H A Dtest_unrecoverable_error_handler.cc18 ADD_FAILURE_AT(from_here.file_name(), from_here.line_number())
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validation_helper.cc88 ADD_FAILURE_AT(file, line)
H A Dinstallation_validator_unittest.cc403 ADD_FAILURE_AT(file, line)
/external/chromium_org/base/task/
H A Dcancelable_task_tracker_unittest.cc43 ADD_FAILURE_AT(location.file_name(), location.line_number());
62 ADD_FAILURE_AT(location_.file_name(), location_.line_number());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8BindingTest.cpp45 ADD_FAILURE_AT(path, lineNumber) << "toV8Value returns an empty value.";
50 ADD_FAILURE_AT(path, lineNumber) << "toV8Value returns an incorrect value.\n Actual: " << actualString.utf8().data() << "\nExpected: " << expected;
H A DScriptPromisePropertyTest.cpp533 ADD_FAILURE_AT(file, line) << "toV8Value returns an incorrect value.\n Actual: " << actual.utf8().data() << "\nExpected: " << expected;
/external/chromium_org/testing/gtest/test/
H A Dgtest_output_test_.cc463 ADD_FAILURE_AT("foo.cc", 42) << "Expected failure in foo.cc";
H A Dgtest_unittest.cc4632 // Tests ADD_FAILURE_AT.
4633 TEST(MacroTest, ADD_FAILURE_AT) {
4634 // Verifies that ADD_FAILURE_AT does generate a nonfatal failure and
4636 EXPECT_NONFATAL_FAILURE(ADD_FAILURE_AT("foo.cc", 42) << "Wrong!", "Wrong!");
4639 EXPECT_NONFATAL_FAILURE(ADD_FAILURE_AT("foo.cc", 42), "Failed");
/external/gtest/test/
H A Dgtest_output_test_.cc458 ADD_FAILURE_AT("foo.cc", 42) << "Expected failure in foo.cc";
H A Dgtest_unittest.cc4548 // Tests ADD_FAILURE_AT.
4549 TEST(MacroTest, ADD_FAILURE_AT) {
4550 // Verifies that ADD_FAILURE_AT does generate a nonfatal failure and
4552 EXPECT_NONFATAL_FAILURE(ADD_FAILURE_AT("foo.cc", 42) << "Wrong!", "Wrong!");
4555 EXPECT_NONFATAL_FAILURE(ADD_FAILURE_AT("foo.cc", 42), "Failed");
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h1736 #define ADD_FAILURE_AT(file, line) \ macro
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1739 #define ADD_FAILURE_AT(file, line) \ macro
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1736 #define ADD_FAILURE_AT(file, line) \ macro
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h1883 #define ADD_FAILURE_AT(file, line) \ macro
/external/gtest/include/gtest/
H A Dgtest.h1867 #define ADD_FAILURE_AT(file, line) \ macro
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h19280 #define ADD_FAILURE_AT(file, line) \ macro
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h19280 #define ADD_FAILURE_AT(file, line) \ macro

Completed in 660 milliseconds