diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-22 19:36:39 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-22 19:36:39 +0000 |
commit | a234bd2ae1e21c8e4312051c0561840760eb70f2 (patch) | |
tree | 77f412faf6c279571398f9c958a88ff0d3fa570c /tools | |
parent | 30e10d8818cb61c793dbd08b9e8bf22999d0e3e9 (diff) | |
download | chromium_src-a234bd2ae1e21c8e4312051c0561840760eb70f2.zip chromium_src-a234bd2ae1e21c8e4312051c0561840760eb70f2.tar.gz chromium_src-a234bd2ae1e21c8e4312051c0561840760eb70f2.tar.bz2 |
Re-enable UILayoutTest.MediaUILayoutTest for Linux/Mac valgrind.
Valgrind's slowness revealed an actual race condition that triggered a DCHECK. The race was fixed in r82683 so it's time to enable the tests!
BUG=74473
TEST=MediaUILayoutTest no longer hit a DCHECK on valgrind
TBR=timurrrr
Review URL: http://codereview.chromium.org/6899035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82694 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest_linux.txt | 2 | ||||
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest_linux.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest_linux.txt index 06bda6a..684ed58 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest_linux.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest_linux.txt @@ -12,8 +12,6 @@ NewTabUITest.NTPHasThumbnails LayoutPluginTester.UnloadNoCrash # Video decoding under valgrind is really slow, see http://crbug.com/53825 MediaTest.VideoBear* -# http://crbug.com/53937 Fails on CrOS valgrind -UILayoutTest.MediaUILayoutTest # These tests fail due to timeouts, see http://crbug.com/64619 OptionsUITest.CommandAgainGoesBackToOptionsTab OptionsUITest.TwoCommandsOneTab diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt index 50d5b94..ba4fa85 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt @@ -173,9 +173,6 @@ ErrorPageTest.Page404_GoBack # > connect /var/tmp/ChromeTestingInterface: Connection refused NamedInterfaceTest.BasicNamedInterface -# Fails a Check most of the time, see http://crbug.com/74473 -UILayoutTest.MediaUILayoutTest - # Fails to start the browser, see http://crbug.com/75249 AutomationProxyTest.AcceleratorNewTab HistoryTester.VerifyHistoryLength2 |