summaryrefslogtreecommitdiffstats
path: root/base/data
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-30 12:46:34 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-30 12:46:34 +0000
commite28f36f30c0ae727cf5bb9172f9880a5325703a9 (patch)
tree354304ecbf23b4d6824cdf3dc9ed63e3d7c6f631 /base/data
parentbcb1a598e54dd0ed53ef166913c9868dccffd7ce (diff)
downloadchromium_src-e28f36f30c0ae727cf5bb9172f9880a5325703a9.zip
chromium_src-e28f36f30c0ae727cf5bb9172f9880a5325703a9.tar.gz
chromium_src-e28f36f30c0ae727cf5bb9172f9880a5325703a9.tar.bz2
Add win32 gtest filter files shared between Wine and TSan/Windows
BUG=28363 Review URL: http://codereview.chromium.org/1377003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43076 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/data')
-rw-r--r--base/data/valgrind/base_unittests.gtest_win32.txt7
-rw-r--r--base/data/valgrind/base_unittests.gtest_wine.txt18
2 files changed, 7 insertions, 18 deletions
diff --git a/base/data/valgrind/base_unittests.gtest_win32.txt b/base/data/valgrind/base_unittests.gtest_win32.txt
new file mode 100644
index 0000000..525648c
--- /dev/null
+++ b/base/data/valgrind/base_unittests.gtest_win32.txt
@@ -0,0 +1,7 @@
+# Too slow under Valgrind/Wine and TSan/Windows
+TimeTicks.WinRollover
+
+# Very sensitive to slowdown
+TimeTicks.Deltas
+TimeTicks.HighResNow
+TimerTest.RepeatingTimer*
diff --git a/base/data/valgrind/base_unittests.gtest_wine.txt b/base/data/valgrind/base_unittests.gtest_wine.txt
index 620c53d..17d3085 100644
--- a/base/data/valgrind/base_unittests.gtest_wine.txt
+++ b/base/data/valgrind/base_unittests.gtest_wine.txt
@@ -19,9 +19,6 @@ BaseWinUtilTest.FormatMessageW
# 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
@@ -95,20 +92,5 @@ StatsTableTest.StatsRate
# 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.*