diff options
author | robliao@chromium.org <robliao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-04 17:58:35 +0000 |
---|---|---|
committer | robliao@chromium.org <robliao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-04 17:58:35 +0000 |
commit | f2bc02e1ad2eb4dedd9addae53c29f4c750682d6 (patch) | |
tree | 0603f026395126e60a638247d1bacf2777c8d47e /base/debug | |
parent | 141f57cdb9a821ee020e20f3487e5d997e1a5800 (diff) | |
download | chromium_src-f2bc02e1ad2eb4dedd9addae53c29f4c750682d6.zip chromium_src-f2bc02e1ad2eb4dedd9addae53c29f4c750682d6.tar.gz chromium_src-f2bc02e1ad2eb4dedd9addae53c29f4c750682d6.tar.bz2 |
Disable TraceOptionsTest.TraceOptionsFromString
This test breaks on iOS Simulation.
Introduced by https://codereview.chromium.org/425593002
BUG=400382
TBR=nednguyen
Review URL: https://codereview.chromium.org/438043003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287361 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/debug')
-rw-r--r-- | base/debug/trace_event_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug/trace_event_unittest.cc b/base/debug/trace_event_unittest.cc index d5e8742..9a3f699 100644 --- a/base/debug/trace_event_unittest.cc +++ b/base/debug/trace_event_unittest.cc @@ -3042,7 +3042,7 @@ TEST(TraceOptionsTest, TraceOptionsFromString) { #endif } -TEST(TraceOptionsTest, TraceOptionsToString) { +TEST(TraceOptionsTest, DISABLED_TraceOptionsToString) { // Test that we can intialize TraceOptions from a string got from // TraceOptions.ToString() method to get a same TraceOptions. TraceRecordMode modes[] = { |