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

Unified Diff: base/debug/debugger_unittest.cc

Issue 954003002: Revert of xp: copy dbghelp.dll to output dir and have base.isolate use it there (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « base/base.isolate ('k') | base/debug/stack_trace_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/debugger_unittest.cc
diff --git a/base/debug/debugger_unittest.cc b/base/debug/debugger_unittest.cc
index 0a5a0390e8ae85af030b4a47183297b943133505..75c3daf939454c0915ec5c1975a4c9be62c63c28 100644
--- a/base/debug/debugger_unittest.cc
+++ b/base/debug/debugger_unittest.cc
@@ -31,7 +31,8 @@
}
#if defined(OS_WIN)
-TEST(Debugger, DoesntExecuteBeyondBreakpoint) {
+// TODO(scottmg): http://crbug.com/461160
+TEST(Debugger, DISABLED_DoesntExecuteBeyondBreakpoint) {
EXPECT_EXIT(CrashWithBreakDebugger(),
::testing::ExitedWithCode(0x80000003), "");
}
« no previous file with comments | « base/base.isolate ('k') | base/debug/stack_trace_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698