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

Side by Side Diff: tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt

Issue 2435853004: Remove DrMemory suppressions and test exclusions. (Closed)
Patch Set: Created 4 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
OLDNEW
(Empty)
1 # TODO(timurrrr) investigate the failures and enable these tests one-by-one.
2 RSA*
3 GmockTest.*
4 EtwTrace*
5 StatsTableTest.*
6 ProcessMemoryTest.EnableLFH
7 ScopedNativeLibrary.Basic
8 # TODO(zhaoqin) investigate the failures and enable it later, 106043
9 ConditionVariableTest.LargeFastTaskTest
10 # Next test creates a child that crashes, which naturally generates an
11 # unaddressable report as well as a handful of leak reports that we don't need
12 # to see.
13 ProcessUtilTest.GetTerminationStatusCrash
14 # See crbug.com/130668
15 ProcessUtilTest.GetTerminationStatusKill
16 ProcessUtilTest.KillSlowChild
17 ProcessUtilTest.SpawnChild
18 ScopedProcessInformationTest.Duplicate
19 ScopedProcessInformationTest.Swap
20 ScopedProcessInformationTest.TakeBoth
21 ScopedProcessInformationTest.TakeProcess
22 ScopedProcessInformationTest.TakeWholeStruct
23 SharedMemoryProcessTest.Tasks
24
25 # crbug/144018
26 StartupInformationTest.InheritStdOut
27
28 # http://crbug.com/308273
29 # This only fails occasionally under full mode -- we perturb it enough that
30 # it hits deadlocks that it also hits under tsan?
31 TraceEventTestFixture.TraceContinuousSampling
32
33 # http://crbug.com/93843
34 # This fails only under full mode.
35 # TODO(bruening): add a gtest_exclude distinction for light vs full mode
36 # so we can avoid excluding this for light mode.
37 MessageLoopTestTypeUI.RecursiveDenial3
38
39 # https://crbug.com/577417
40 # Too slow under Dr. Memory (times out tests).
41 AllocationRegisterTest.OverflowDeathTest
42
43 # https://crbug.com/592753
44 # TODO(wfh): Times out under Dr. Memory. Creates 200 threads in child process.
45 ScopedHandleTest.MultiProcess
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698