Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4702)

Unified Diff: chrome/browser/extensions/extension_bindings_apitest.cc

Issue 2658463002: Disable ExtensionBindingsApiTest.ExceptionInHandlerShouldNotCrash (Closed)
Patch Set: Fix whitespace Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_bindings_apitest.cc
diff --git a/chrome/browser/extensions/extension_bindings_apitest.cc b/chrome/browser/extensions/extension_bindings_apitest.cc
index 5d6b7cca79bee28da68a1f6ca67a04f72c87eebb..428d37f864f97e42495376e0f2d10a0d48f0cb1b 100644
--- a/chrome/browser/extensions/extension_bindings_apitest.cc
+++ b/chrome/browser/extensions/extension_bindings_apitest.cc
@@ -40,8 +40,14 @@ IN_PROC_BROWSER_TEST_F(ExtensionBindingsApiTest,
"bindings/unavailable_bindings_never_registered")) << message_;
}
+#if defined(OS_LINUX)
+// http://crbug.com/684358
+IN_PROC_BROWSER_TEST_F(ExtensionBindingsApiTest,
+ DISABLED_ExceptionInHandlerShouldNotCrash) {
+#else
IN_PROC_BROWSER_TEST_F(ExtensionBindingsApiTest,
ExceptionInHandlerShouldNotCrash) {
+#endif
ASSERT_TRUE(RunExtensionSubtest(
"bindings/exception_in_handler_should_not_crash",
"page.html")) << message_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698