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

Unified Diff: base/debug/trace_event_unittest.cc

Issue 438043003: Disable TraceOptionsTest.TraceOptionsFromString (Correction) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable Correct Test Created 6 years, 4 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/debug/trace_event_unittest.cc
diff --git a/base/debug/trace_event_unittest.cc b/base/debug/trace_event_unittest.cc
index 9a3f6995d4008cd29f9ab97d263c13e0bcf5eb35..566a65e6bc7a18cdc6dd9c49966adc1577fed640 100644
--- a/base/debug/trace_event_unittest.cc
+++ b/base/debug/trace_event_unittest.cc
@@ -2995,7 +2995,7 @@ TEST_F(TraceEventTestFixture, SyntheticDelayConfigurationToString) {
EXPECT_EQ(config, filter.ToString());
}
-TEST(TraceOptionsTest, TraceOptionsFromString) {
+TEST(TraceOptionsTest, DISABLED_TraceOptionsFromString) {
TraceOptions options = TraceOptions("record-until-full");
EXPECT_EQ(RECORD_UNTIL_FULL, options.record_mode);
EXPECT_FALSE(options.enable_sampling);
@@ -3042,7 +3042,7 @@ TEST(TraceOptionsTest, TraceOptionsFromString) {
#endif
}
-TEST(TraceOptionsTest, DISABLED_TraceOptionsToString) {
+TEST(TraceOptionsTest, TraceOptionsToString) {
// Test that we can intialize TraceOptions from a string got from
// TraceOptions.ToString() method to get a same TraceOptions.
TraceRecordMode modes[] = {
« 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