diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-17 21:41:20 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-17 21:41:20 +0000 |
commit | 0456a8c7cfcd5b3fd80c364994a312f3b960fd2e (patch) | |
tree | dab948cd7a631f2380f7f3b244149c90e46e3005 /tools | |
parent | 6d3b1f2749528cfe7152a2bc3e41a17dceac51dc (diff) | |
download | chromium_src-0456a8c7cfcd5b3fd80c364994a312f3b960fd2e.zip chromium_src-0456a8c7cfcd5b3fd80c364994a312f3b960fd2e.tar.gz chromium_src-0456a8c7cfcd5b3fd80c364994a312f3b960fd2e.tar.bz2 |
wine_valgrind: Disable base_unittests test cases that fail under Valgrind.
TBR=dank
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/500111
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34878 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/wine_valgrind/chrome_tests.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/wine_valgrind/chrome_tests.sh b/tools/wine_valgrind/chrome_tests.sh index 71b3e60..11fcac6 100755 --- a/tools/wine_valgrind/chrome_tests.sh +++ b/tools/wine_valgrind/chrome_tests.sh @@ -121,8 +121,15 @@ base_unittests flaky-dontcare StatsTableTest.MultipleProcesses base_unittests hang-dontcare DirectoryWatcherTest.* base_unittests hang-valgrind JSONReaderTest.Reading # not really a hang, takes 400 seconds base_unittests hang-valgrind RSAPrivateKeyUnitTest.InitRandomTest # not really a hang, takes 300 seconds +base_unittests flaky-valgrind TimeTicks.Deltas # fails half the time under valgrind, timing issue? base_unittests hang-valgrind TimerTest.RepeatingTimer* base_unittests hang-valgrind TimeTicks.WinRollover # not really a hang, takes 1000 seconds +base_unittests fail-valgrind ConditionVariableTest.LargeFastTaskTest # fails under wine + valgrind TODO(thestig): investigate +base_unittests fail-valgrind ProcessUtilTest.CalcFreeMemory # fails under wine + valgrind TODO(thestig): investigate +base_unittests fail-valgrind ProcessUtilTest.KillSlowChild # fails under wine + valgrind TODO(thestig): investigate +base_unittests fail-valgrind ProcessUtilTest.SpawnChild # fails under wine + valgrind TODO(thestig): investigate +base_unittests fail-valgrind StatsTableTest.StatsRate # fails under wine + valgrind TODO(thestig): investigate +base_unittests fail-valgrind StatsTableTest.StatsScope # fails under wine + valgrind TODO(thestig): investigate ipc_tests flaky IPCChannelTest.ChannelTest http://bugs.winehq.org/show_bug.cgi?id=20628 ipc_tests flaky IPCChannelTest.SendMessageInChannelConnected http://bugs.winehq.org/show_bug.cgi?id=20628 ipc_tests hang IPCSyncChannelTest.* http://bugs.winehq.org/show_bug.cgi?id=20390 |