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

Unified Diff: base/win/event_trace_consumer_unittest.cc

Issue 10386141: Fix EtwTraceConsumerRealtimeTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Enable the test Created 8 years, 7 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: base/win/event_trace_consumer_unittest.cc
diff --git a/base/win/event_trace_consumer_unittest.cc b/base/win/event_trace_consumer_unittest.cc
index d3ba0f383280e9f6bb3346bee52512f664bff387..b7ff482e818038f625c0d045ec4099b7b6626cbd 100644
--- a/base/win/event_trace_consumer_unittest.cc
+++ b/base/win/event_trace_consumer_unittest.cc
@@ -206,7 +206,6 @@ class EtwTraceConsumerRealtimeTest: public EtwTraceConsumerBaseTest {
}
TestConsumer consumer_;
- GUID test_provider_;
base::win::ScopedHandle consumer_ready_;
base::win::ScopedHandle consumer_thread_;
};
@@ -243,8 +242,7 @@ DEFINE_GUID(kTestEventType,
} // namespace
-// Fails consistently on Vista. http://crbug.com/127671
-TEST_F(EtwTraceConsumerRealtimeTest, DISABLED_ConsumeEvent) {
+TEST_F(EtwTraceConsumerRealtimeTest, ConsumeEvent) {
EtwTraceController controller;
HRESULT hr = controller.StartRealtimeSession(session_name_.c_str(),
100 * 1024);
« 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