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

Unified Diff: base/win/event_trace_consumer_unittest.cc

Issue 10382159: Revert 136990 - Make sure the thread calling CoCreateGuid is CoInitialized. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | base/win/event_trace_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/event_trace_consumer_unittest.cc
===================================================================
--- base/win/event_trace_consumer_unittest.cc (revision 136996)
+++ base/win/event_trace_consumer_unittest.cc (working copy)
@@ -18,7 +18,6 @@
#include "base/stringprintf.h"
#include "base/win/event_trace_controller.h"
#include "base/win/event_trace_provider.h"
-#include "base/win/scoped_com_initializer.h"
#include "base/win/scoped_handle.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -104,7 +103,6 @@
}
protected:
- base::win::ScopedCOMInitializer com_initializer_;
GUID test_provider_;
std::wstring session_name_;
};
@@ -245,7 +243,8 @@
} // namespace
-TEST_F(EtwTraceConsumerRealtimeTest, ConsumeEvent) {
+// Fails consistently on Vista. http://crbug.com/127671
+TEST_F(EtwTraceConsumerRealtimeTest, DISABLED_ConsumeEvent) {
EtwTraceController controller;
HRESULT hr = controller.StartRealtimeSession(session_name_.c_str(),
100 * 1024);
« no previous file with comments | « no previous file | base/win/event_trace_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698