OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:add_failure
(Results
51 - 75
of
257
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/chromium/chrome/browser/extensions/
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/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/chromium/testing/gtest/test/
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_org/chrome/browser/extensions/api/signed_in_devices/
signed_in_devices_api_unittest.cc
166
ADD_FAILURE
() << "Not able to find public id in the dictionary";
185
ADD_FAILURE
() << "Expected a list of dictionaries";
/external/chromium_org/chrome/test/chromedriver/chrome/
performance_logger_unittest.cc
110
ADD_FAILURE
();
116
ADD_FAILURE
();
/external/chromium_org/content/renderer/
v8_value_converter_impl_unittest.cc
67
ADD_FAILURE
();
78
ADD_FAILURE
();
88
ADD_FAILURE
();
97
ADD_FAILURE
();
107
ADD_FAILURE
();
117
ADD_FAILURE
();
126
ADD_FAILURE
();
135
ADD_FAILURE
();
/external/chromium_org/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/chromium_org/testing/gtest/test/
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_org/third_party/mesa/src/src/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
44
// assertion or an explicit FAIL(),
ADD_FAILURE
(), or SUCCESS()).
50
// explicit SUCCEED(), FAIL(), or
ADD_FAILURE
()).
/external/gtest/test/
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/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/mesa3d/src/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/open-vcdiff/gtest/include/gtest/
gtest-test-part.h
43
// assertion or an explicit FAIL(),
ADD_FAILURE
(), or SUCCESS()).
49
// 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
()).
/external/protobuf/gtest/test/
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.";
/ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-test-part.h
44
// assertion or an explicit FAIL(),
ADD_FAILURE
(), or SUCCESS()).
50
// explicit SUCCEED(), FAIL(), or
ADD_FAILURE
()).
/ndk/sources/third_party/googletest/googletest/test/
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_org/cc/test/
test_web_graphics_context_3d.cc
296
ADD_FAILURE
() << "deleteProgram called on unknown program " << id;
302
ADD_FAILURE
() << "deleteShader called on unknown shader " << id;
308
ADD_FAILURE
() << "attachShader called with unknown program " << program;
310
ADD_FAILURE
() << "attachShader called with unknown shader " << shader;
317
ADD_FAILURE
() << "useProgram called on unknown program " << program;
/external/chromium/testing/gtest/src/
gtest-port.cc
237
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/chromium_org/testing/gtest/src/
gtest-port.cc
262
ADD_FAILURE
() << "NULL is not a valid simple regular expression.";
274
ADD_FAILURE
() << FormatRegexSyntaxError(regex, i - 1)
280
ADD_FAILURE
() << FormatRegexSyntaxError(regex, i - 1)
289
ADD_FAILURE
() << FormatRegexSyntaxError(regex, i)
293
ADD_FAILURE
() << FormatRegexSyntaxError(regex, i)
297
ADD_FAILURE
() << FormatRegexSyntaxError(regex, i)
301
ADD_FAILURE
() << FormatRegexSyntaxError(regex, i)
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-port.cc
237
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/
gtest-port.cc
237
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)
Completed in 430 milliseconds
1
2
3
4
5
6
7
8
9
10
11