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

Unified Diff: content/browser/gpu/gpu_crash_browsertest.cc

Issue 12096113: Revert 179962 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 | content/test/data/gpu/webgl_conformance_test_expectations.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_crash_browsertest.cc
===================================================================
--- content/browser/gpu/gpu_crash_browsertest.cc (revision 180134)
+++ content/browser/gpu/gpu_crash_browsertest.cc (working copy)
@@ -26,11 +26,6 @@
};
IN_PROC_BROWSER_TEST_F(GpuCrashTest, MANUAL_Kill) {
-#if defined(OS_MACOSX)
- // crbug.com/173456
- return;
-#endif
-
DOMMessageQueue message_queue;
content::GpuDataManagerImpl::GetInstance()->
@@ -57,11 +52,6 @@
}
IN_PROC_BROWSER_TEST_F(GpuCrashTest, MANUAL_WebkitLoseContext) {
-#if defined(OS_MACOSX)
- // crbug.com/173456
- return;
-#endif
-
DOMMessageQueue message_queue;
NavigateToURL(
« no previous file with comments | « no previous file | content/test/data/gpu/webgl_conformance_test_expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698