diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-26 09:38:01 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-26 09:38:01 +0000 |
commit | de6621cdcc17df3d5bd06df092b17761881352da (patch) | |
tree | 0b433412b84933b93687d0f883bf2a9c89d998b6 /tools | |
parent | 141a7be156dafa9161679b003cdd5afc2e5c88ac (diff) | |
download | chromium_src-de6621cdcc17df3d5bd06df092b17761881352da.zip chromium_src-de6621cdcc17df3d5bd06df092b17761881352da.tar.gz chromium_src-de6621cdcc17df3d5bd06df092b17761881352da.tar.bz2 |
Exclude a few flaky tests from Memory FYI waterfall runs
BUG=235778,227278
TBR=thakis
Review URL: https://codereview.chromium.org/14334012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196688 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/content_unittests.gtest.txt | 3 | ||||
-rw-r--r-- | tools/valgrind/gtest_exclude/unit_tests.gtest.txt | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tools/valgrind/gtest_exclude/content_unittests.gtest.txt b/tools/valgrind/gtest_exclude/content_unittests.gtest.txt index 40e80bd..d589261 100644 --- a/tools/valgrind/gtest_exclude/content_unittests.gtest.txt +++ b/tools/valgrind/gtest_exclude/content_unittests.gtest.txt @@ -1,5 +1,6 @@ # http://crbug.com/163314 IndexedDBTest.* -# http://crbug.com/227278 +# Flaky, see http://crbug.com/227278 WebContentsVideoCaptureDeviceTest.WebContentsDestroyed +CompositingIOSurfaceTransformerTest.* diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest.txt index ef4cc20..dc4507e 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest.txt @@ -35,3 +35,6 @@ StorageInfoProviderTest.* # Speculative disabling to see if it stops unit_tests hangs. # http://crbug.com/180467 TopSitesTest.CreateTopSitesThenHistory + +# Flaky, see http://crbug.com/235778 +SyncFileSystemServiceTest.SimpleSyncFlowWithFileBusy |