/external/chromium/chrome/browser/chromeos/login/ |
mock_login_status_consumer.h | 38 ADD_FAILURE() << "Guest Login should have failed!"; 56 ADD_FAILURE() << "Login should NOT have succeeded!"; 66 ADD_FAILURE() << "Login should not have failed!"; 78 ADD_FAILURE() << "Should not have detected a PW change!";
|
/external/chromium/chrome/common/ |
json_schema_validator_unittest.cc | 25 ADD_FAILURE() << test_source << ": " 38 ADD_FAILURE() << test_source;
|
web_apps_unittest.cc | 23 ADD_FAILURE() << "Could not get test data dir."; 29 ADD_FAILURE() << "Path does not exist: " << path.value(); 38 ADD_FAILURE() << "Error parsing " << name << ": " << error; 57 ADD_FAILURE() << "Error parsing " << name << ": " << UTF16ToUTF8(error); 76 ADD_FAILURE() << "Expected error parsing " << name
|
/external/chromium/base/ |
task_unittest.cc | 17 ADD_FAILURE();
|
/external/expat/tests/ |
minicheck.c | 101 add_failure(SRunner *runner, int verbosity) function 126 add_failure(runner, verbosity); 133 add_failure(runner, verbosity); 141 add_failure(runner, verbosity);
|
/external/gtest/test/ |
gtest_output_test_.cc | 158 ADD_FAILURE() << "This failure is expected, and shouldn't have a trace."; 164 ADD_FAILURE() << "This failure is expected, and should have a trace."; 169 ADD_FAILURE() << "This failure is expected, and shouldn't have a trace."; 205 ADD_FAILURE() 209 ADD_FAILURE() 214 ADD_FAILURE() << "This failure is expected, and should contain " 219 ADD_FAILURE() << "This failure is expected, and should contain " 252 ADD_FAILURE() << "Expected failure #1, in the test fixture c'tor."; 256 ADD_FAILURE() << "Expected failure #5, in the test fixture d'tor."; 260 ADD_FAILURE() << "Expected failure #2, in SetUp()." [all...] |
gtest_environment_test.cc | 61 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; 74 ADD_FAILURE() << "Expected non-fatal failure in global tear-down.";
|
/external/protobuf/gtest/test/ |
gtest_output_test_.cc | 152 ADD_FAILURE() << "This failure is expected, and shouldn't have a trace."; 158 ADD_FAILURE() << "This failure is expected, and should have a trace."; 163 ADD_FAILURE() << "This failure is expected, and shouldn't have a trace."; 199 ADD_FAILURE() 203 ADD_FAILURE() 208 ADD_FAILURE() << "This failure is expected, and should contain " 213 ADD_FAILURE() << "This failure is expected, and should contain " 245 ADD_FAILURE() << "Expected failure #1, in the test fixture c'tor."; 249 ADD_FAILURE() << "Expected failure #5, in the test fixture d'tor."; 253 ADD_FAILURE() << "Expected failure #2, in SetUp()." [all...] |
gtest_environment_test.cc | 61 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; 74 ADD_FAILURE() << "Expected non-fatal failure in global tear-down.";
|
/external/chromium/testing/gtest/test/ |
gtest_output_test_.cc | 168 ADD_FAILURE() << "This failure is expected, and shouldn't have a trace."; 174 ADD_FAILURE() << "This failure is expected, and should have a trace."; 179 ADD_FAILURE() << "This failure is expected, and shouldn't have a trace."; 215 ADD_FAILURE() 219 ADD_FAILURE() 224 ADD_FAILURE() << "This failure is expected, and should contain " 229 ADD_FAILURE() << "This failure is expected, and should contain " 272 ADD_FAILURE() 277 ADD_FAILURE() 280 ADD_FAILURE() [all...] |
gtest_catch_exceptions_test_.cc | 120 ADD_FAILURE() << "CxxExceptionInConstructorTest destructor " 125 ADD_FAILURE() << "CxxExceptionInConstructorTest::SetUp() " 130 ADD_FAILURE() << "CxxExceptionInConstructorTest::TearDown() " 136 ADD_FAILURE() << "CxxExceptionInConstructorTest test body " 235 ADD_FAILURE() << "CxxExceptionInSetUpTest test body "
|
gtest_stress_test.cc | 169 ADD_FAILURE() << "Non-fatal failure in some other thread. " 213 ADD_FAILURE() << "This is an expected non-fatal failure."; 232 ADD_FAILURE() << "This is an expected non-fatal failure.";
|
gtest_environment_test.cc | 65 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; 78 ADD_FAILURE() << "Expected non-fatal failure in global tear-down.";
|
/external/chromium/net/http/ |
http_stream_factory_impl_unittest.cc | 142 ADD_FAILURE(); 155 ADD_FAILURE(); 160 ADD_FAILURE(); 163 ADD_FAILURE(); 166 ADD_FAILURE(); 170 ADD_FAILURE(); 175 ADD_FAILURE();
|
/external/chromium/chrome/browser/ui/webui/ |
sync_internals_ui_unittest.cc | 103 ADD_FAILURE() << "ConstructTestSyncInternalsUI() should be called " 113 ADD_FAILURE() << "ConstructTestSyncInternalsUI() should be called "
|
/external/chromium/chrome/browser/extensions/ |
crx_installer_browsertest.cc | 34 ADD_FAILURE() << "install failed";
|
convert_web_app_unittest.cc | 37 ADD_FAILURE() << "Could not get test data directory."; 51 ADD_FAILURE() << "Could not read test icon.";
|
extension_browsertest.cc | 137 ADD_FAILURE() << "Failed to delete crx: " << crx_path.value(); 143 ADD_FAILURE() << "Failed to delete pem: " << pem_path.value(); 148 ADD_FAILURE() << "Extension dir not found: " << dir_path.value(); 157 ADD_FAILURE() << "ExtensionCreator::Run() failed."; 162 ADD_FAILURE() << crx_path.value() << " was not created.";
|
/external/chromium/chrome/browser/sync/sessions/ |
test_util.cc | 39 ADD_FAILURE() << "Shouldn't have more to sync";
|
/external/chromium/chrome/browser/sync/glue/ |
database_model_worker_unittest.cc | 58 ADD_FAILURE() << "Timed out waiting for work to be done on the DB thread.";
|
/external/chromium/net/spdy/ |
spdy_stream_unittest.cc | 51 ADD_FAILURE() << "OnSendBody should not be called"; 55 ADD_FAILURE() << "OnSendBodyComplete should not be called";
|
/external/chromium/testing/gtest/include/gtest/ |
gtest-test-part.h | 44 // assertion or an explicit FAIL(), ADD_FAILURE(), or SUCCESS()). 50 // explicit SUCCEED(), FAIL(), or ADD_FAILURE()).
|
/external/gtest/include/gtest/ |
gtest-test-part.h | 43 // explicit SUCCEED(), FAIL(), or ADD_FAILURE()). 51 // assertion or an explicit FAIL(), ADD_FAILURE(), or SUCCESS()).
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-test-part.h | 44 // assertion or an explicit FAIL(), ADD_FAILURE(), or SUCCESS()). 50 // explicit SUCCEED(), FAIL(), or ADD_FAILURE()).
|
/external/protobuf/gtest/include/gtest/ |
gtest-test-part.h | 43 // assertion or an explicit FAIL(), ADD_FAILURE(), or SUCCESS()). 49 // explicit SUCCEED(), FAIL(), or ADD_FAILURE()).
|