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

123

/external/chromium/testing/gtest/test/
H A Dgtest_output_test_.cc168 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...]
H A Dgtest_catch_exceptions_test_.cc120 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 "
H A Dgtest_environment_test.cc65 ADD_FAILURE() << "Expected non-fatal failure in global set-up.";
78 ADD_FAILURE() << "Expected non-fatal failure in global tear-down.";
H A Dgtest_stress_test.cc169 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.";
/external/gtest/test/
H A Dgtest_output_test_.cc168 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...]
H A Dgtest_catch_exceptions_test_.cc120 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 "
H A Dgtest_environment_test.cc65 ADD_FAILURE() << "Expected non-fatal failure in global set-up.";
78 ADD_FAILURE() << "Expected non-fatal failure in global tear-down.";
H A Dgtest_stress_test.cc169 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.";
/external/chromium/chrome/browser/chromeos/login/
H A Dmock_login_status_consumer.h38 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/protobuf/gtest/test/
H A Dgtest_output_test_.cc152 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() << "Expecte
[all...]
H A Dgtest_environment_test.cc61 ADD_FAILURE() << "Expected non-fatal failure in global set-up.";
74 ADD_FAILURE() << "Expected non-fatal failure in global tear-down.";
/external/chromium/base/
H A Dtask_unittest.cc17 ADD_FAILURE();
/external/chromium/chrome/common/
H A Djson_schema_validator_unittest.cc25 ADD_FAILURE() << test_source << ": "
38 ADD_FAILURE() << test_source;
H A Dweb_apps_unittest.cc23 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/net/http/
H A Dhttp_stream_factory_impl_unittest.cc142 ADD_FAILURE();
155 ADD_FAILURE();
160 ADD_FAILURE();
163 ADD_FAILURE();
166 ADD_FAILURE();
170 ADD_FAILURE();
175 ADD_FAILURE();
/external/chromium/chrome/browser/extensions/
H A Dcrx_installer_browsertest.cc34 ADD_FAILURE() << "install failed";
H A Dextension_browsertest.cc137 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/glue/
H A Ddatabase_model_worker_unittest.cc58 ADD_FAILURE() << "Timed out waiting for work to be done on the DB thread.";
/external/chromium/chrome/browser/sync/sessions/
H A Dtest_util.cc39 ADD_FAILURE() << "Shouldn't have more to sync";
/external/chromium/testing/gtest/src/
H A Dgtest-port.cc237 ADD_FAILURE() << "NULL is not a valid simple regular expression.";
249 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1)
255 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1)
264 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
268 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
272 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
276 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
/external/gtest/src/
H A Dgtest-port.cc237 ADD_FAILURE() << "NULL is not a valid simple regular expression.";
249 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1)
255 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1)
264 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
268 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
272 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
276 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
/external/llvm/utils/unittest/googletest/
H A Dgtest-port.cc237 ADD_FAILURE() << "NULL is not a valid simple regular expression.";
249 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1)
255 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1)
264 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
268 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
272 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
276 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
/external/protobuf/gtest/src/
H A Dgtest-port.cc226 ADD_FAILURE() << "NULL is not a valid simple regular expression.";
238 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1)
244 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1)
253 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
257 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
261 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
265 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
/external/chromium/chrome/browser/
H A Dshell_integration_unittest.cc53 ADD_FAILURE();
58 ADD_FAILURE();
/external/chromium/chrome/browser/ui/webui/
H A Dsync_internals_ui_unittest.cc103 ADD_FAILURE() << "ConstructTestSyncInternalsUI() should be called "
113 ADD_FAILURE() << "ConstructTestSyncInternalsUI() should be called "

Completed in 670 milliseconds

123