Searched defs:expected_warning (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dserialization_warning_unittest.cc47 void TestWarning(T obj, mojo::internal::ValidationError expected_warning) { argument
54 EXPECT_EQ(expected_warning, warning_observer_.last_warning());
59 mojo::internal::ValidationError expected_warning) {
66 EXPECT_EQ(expected_warning, warning_observer_.last_warning());
58 TestArrayWarning(T obj, mojo::internal::ValidationError expected_warning) argument
/external/chromium_org/extensions/common/
H A Dmanifest_test.cc136 const std::string& expected_warning,
145 EXPECT_EQ(expected_warning, extension->install_warnings()[0].message);
151 const std::string& expected_warning,
155 ManifestData(manifest_name), expected_warning, location, flags);
134 LoadAndExpectWarning( const ManifestData& manifest, const std::string& expected_warning, extensions::Manifest::Location location, int flags) argument
149 LoadAndExpectWarning( char const* manifest_name, const std::string& expected_warning, extensions::Manifest::Location location, int flags) argument
/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc843 char expected_warning[128]; local
844 sprintf(expected_warning, "LargeFunction.*asan_test.*:%d", failing_line);
845 EXPECT_DEATH(LargeFunction(true), expected_warning); local

Completed in 1825 milliseconds