From f2bc02e1ad2eb4dedd9addae53c29f4c750682d6 Mon Sep 17 00:00:00 2001 From: "robliao@chromium.org" Date: Mon, 4 Aug 2014 17:58:35 +0000 Subject: 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 --- base/debug/trace_event_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/debug') 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[] = { -- cgit v1.1