summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-08 21:56:42 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-08 21:56:42 +0000
commit26788a65a7f9094a0acd44ea69c3cdbea5b1f498 (patch)
tree86157cd8ec540bf1d7a606df77f46abbbef86121 /base
parent0d5a3df2a5d0b89305bbad7c0efe8532e1cccb40 (diff)
downloadchromium_src-26788a65a7f9094a0acd44ea69c3cdbea5b1f498.zip
chromium_src-26788a65a7f9094a0acd44ea69c3cdbea5b1f498.tar.gz
chromium_src-26788a65a7f9094a0acd44ea69c3cdbea5b1f498.tar.bz2
wine_valgrind: Use common Valgrind scripts to run Wine/Valgrind tests.
Use test and valgrind suppressions from the same locations as the other valgrind bots. BUG=none TEST=none Review URL: http://codereview.chromium.org/561045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38399 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/data/valgrind/base_unittests.gtest_wine.txt114
1 files changed, 114 insertions, 0 deletions
diff --git a/base/data/valgrind/base_unittests.gtest_wine.txt b/base/data/valgrind/base_unittests.gtest_wine.txt
new file mode 100644
index 0000000..620c53d
--- /dev/null
+++ b/base/data/valgrind/base_unittests.gtest_wine.txt
@@ -0,0 +1,114 @@
+# crash Crashes in Wine
+# crash-valgrind Crashes in Wine + Valgrind
+# dontcare Safe to ignore
+# dontcare-hangwin Ignore, hangs on Windows too
+# dontcare-winfail Ignore, fails on Windows too
+# dontcare-flaky Ignore, flaky test
+# dontcare-hang Ignore, hangs we don't care about
+# fail Fails, needs triaging or needs to be fixed
+# fail-valgrind Fails only under Valgrind
+# fail_wine_vmware Fails in Wine under VMware? TODO(dank) clarify
+# flaky-valgrind Flaky under Valgrind, needs investigation
+# hang Test that hangs for some reason
+# hang-valgrind Test that hangs under valgrind, or just takes too long
+
+# dontcare
+BaseWinUtilTest.FormatMessageW
+
+# fail-valgrind
+# fails under wine + valgrind TODO(thestig): investigate
+ConditionVariableTest.LargeFastTaskTest
+
+# dontcare-hang
+DirectoryWatcherTest.*
+
+# hang
+# http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.ControlTrace() not yet implemented
+EtwTraceControllerTest.EnableDisable
+
+# crash
+# http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.OpenTrace() unimplemented
+EtwTraceConsumer*Test.*
+
+# crash
+# http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.RegisterTraceGuids() unimplemented
+EtwTraceProvider*Test.*
+
+# dontcare
+FileUtilTest.CountFilesCreatedAfter
+
+# dontcare
+FileUtilTest.GetFileCreationLocalTime
+
+# fail
+# http://bugs.winehq.org/show_bug.cgi?id=20340
+HMACTest.HMACObjectReuse
+
+# fail
+# http://bugs.winehq.org/show_bug.cgi?id=20340
+HMACTest.HmacSafeBrowsingResponseTest
+
+# fail
+# http://bugs.winehq.org/show_bug.cgi?id=20340
+HMACTest.RFC2202TestCases
+
+# hang-valgrind
+# not really a hang, takes 400 seconds
+JSONReaderTest.Reading
+
+# dontcare
+# Alexandre Julliard triaged
+PEImageTest.EnumeratesPE
+
+# fail-valgrind
+# fails under wine + valgrind TODO(thestig): investigate
+ProcessUtilTest.CalcFreeMemory
+
+# fail-valgrind
+# fails under wine + valgrind TODO(thestig): investigate
+ProcessUtilTest.KillSlowChild
+
+# fail-valgrind
+# fails under wine + valgrind TODO(thestig): investigate
+ProcessUtilTest.SpawnChild
+
+# hang-valgrind
+# not really a hang, takes 300 seconds
+RSAPrivateKeyUnitTest.InitRandomTest
+
+# fail_wine_vmware
+RSAPrivateKeyUnitTest.ShortIntegers
+
+# dontcare-flaky
+# http://bugs.winehq.org/show_bug.cgi?id=20606
+StatsTableTest.MultipleProcesses
+
+# flaky-valgrind
+# flaky, timing issues? TODO(thestig): investigate
+StatsTableTest.StatsCounterTimer
+
+# fail-valgrind
+# fails under wine + valgrind TODO(thestig): investigate
+StatsTableTest.StatsRate
+
+# fail-valgrind
+# fails under wine + valgrind TODO(thestig): investigate
+StatsTableTest.StatsScope
+
+# flaky-valgrind
+# fails half the time under valgrind, timing issue?
+TimeTicks.Deltas
+
+# dontcare-winfail
+# fails if run individually on windows
+TimeTicks.HighResNow
+
+# hang-valgrind
+TimerTest.RepeatingTimer*
+
+# hang-valgrind
+# not really a hang, takes 1000 seconds
+TimeTicks.WinRollover
+
+# dontcare
+WMIUtilTest.*