Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: base/data/valgrind/base_unittests.gtest_wine.txt

Issue 4054004: Move all Valgrind/TSan/Dr.Memory gtest exclude files to tools/valgrind/gtest_... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # crash Crashes in Wine
2 # crash-valgrind Crashes in Wine + Valgrind
3 # dontcare Safe to ignore
4 # dontcare-hangwin Ignore, hangs on Windows too
5 # dontcare-winfail Ignore, fails on Windows too
6 # dontcare-flaky Ignore, flaky test
7 # dontcare-hang Ignore, hangs we don't care about
8 # fail Fails, needs triaging or needs to be fixed
9 # fail-valgrind Fails only under Valgrind
10 # fail_wine_vmware Fails in Wine under VMware? TODO(dank) clarify
11 # flaky-valgrind Flaky under Valgrind, needs investigation
12 # hang Test that hangs for some reason
13 # hang-valgrind Test that hangs under valgrind, or just takes too long
14
15 # dontcare
16 BaseWinUtilTest.FormatMessageW
17
18 # fail-valgrind
19 # fails under wine + valgrind TODO(thestig): investigate
20 ConditionVariableTest.LargeFastTaskTest
21
22 # hang
23 # http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.ControlTrace() not yet implemented
24 EtwTraceControllerTest.EnableDisable
25
26 # crash
27 # http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.OpenTrace() unimplement ed
28 EtwTraceConsumer*Test.*
29
30 # crash
31 # http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.RegisterTraceGuids() un implemented
32 EtwTraceProvider*Test.*
33
34 # dontcare
35 FileUtilTest.CountFilesCreatedAfter
36
37 # dontcare
38 FileUtilTest.GetFileCreationLocalTime
39
40 # fail
41 # http://bugs.winehq.org/show_bug.cgi?id=20340
42 HMACTest.HMACObjectReuse
43
44 # fail
45 # http://bugs.winehq.org/show_bug.cgi?id=20340
46 HMACTest.HmacSafeBrowsingResponseTest
47
48 # fail
49 # http://bugs.winehq.org/show_bug.cgi?id=20340
50 HMACTest.RFC2202TestCases
51
52 # hang-valgrind
53 # not really a hang, takes 400 seconds
54 JSONReaderTest.Reading
55
56 # dontcare
57 # Alexandre Julliard triaged
58 PEImageTest.EnumeratesPE
59
60 # fail-valgrind
61 # fails under wine + valgrind TODO(thestig): investigate
62 ProcessUtilTest.CalcFreeMemory
63
64 # fail-valgrind
65 # fails under wine + valgrind TODO(thestig): investigate
66 ProcessUtilTest.KillSlowChild
67
68 # fail-valgrind
69 # fails under wine + valgrind TODO(thestig): investigate
70 ProcessUtilTest.SpawnChild
71
72 # hang-valgrind
73 # not really a hang, takes 300 seconds
74 RSAPrivateKeyUnitTest.InitRandomTest
75
76 # fail_wine_vmware
77 RSAPrivateKeyUnitTest.ShortIntegers
78
79 # dontcare-flaky
80 # http://bugs.winehq.org/show_bug.cgi?id=20606
81 StatsTableTest.MultipleProcesses
82
83 # flaky-valgrind
84 # flaky, timing issues? TODO(thestig): investigate
85 StatsTableTest.StatsCounterTimer
86
87 # fail-valgrind
88 # fails under wine + valgrind TODO(thestig): investigate
89 StatsTableTest.StatsRate
90
91 # fail-valgrind
92 # fails under wine + valgrind TODO(thestig): investigate
93 StatsTableTest.StatsScope
94
95 # dontcare
96 WMIUtilTest.*
OLDNEW
« no previous file with comments | « base/data/valgrind/base_unittests.gtest_win32.txt ('k') | chrome/test/data/valgrind/DIRECTORY_MOVED » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698