OLD | NEW |
1 # Fails on Valgrind/Mac, see http://crbug.com/43972 | 1 # Fails on Valgrind/Mac, see http://crbug.com/43972 |
2 ConditionVariableTest.LargeFastTaskTest | 2 ConditionVariableTest.LargeFastTaskTest |
3 | 3 |
4 # Fails on Valgrind/Mac due to missing syscall wrapper | 4 # Fails on Valgrind/Mac due to missing syscall wrapper |
5 # for the symlink() syscall. See http://crbug.com/44001 | 5 # for the symlink() syscall. See http://crbug.com/44001 |
6 FileUtilTest.NormalizeFilePathSymlinks | 6 FileUtilTest.NormalizeFilePathSymlinks |
7 | 7 |
8 # Fails on Valgrind/Mac, see http://crbug.com/53196 | 8 # Fails on Valgrind/Mac, see http://crbug.com/53196 |
9 CancellationFlagTest.SetOnDifferentThreadDeathTest | 9 CancellationFlagTest.SetOnDifferentThreadDeathTest |
10 | 10 |
11 # Fails on Valgrind/Mac, see http://crbug.com/93722 | 11 # Fails on Valgrind/Mac, see http://crbug.com/93722 |
12 ProcessMemoryTest.MacTerminateOnHeapCorruption | 12 ProcessMemoryTest.MacTerminateOnHeapCorruption |
13 | 13 |
14 # Fails on Valgrind/Mac, see http://crbug.com/122080 | 14 # Fails on Valgrind/Mac, see http://crbug.com/122080 |
15 ProcessMemoryTest.MacMallocFailureDoesNotTerminate | 15 ProcessMemoryTest.MacMallocFailureDoesNotTerminate |
16 | 16 |
17 # Times out on Valgrind/Mac, see http://crbug.com/172044 | 17 # Times out on Valgrind/Mac, see http://crbug.com/172044 |
18 MessageLoopTestTypeUI.RecursivePosts | 18 MessageLoopTestTypeUI.RecursivePosts |
19 MessageLoopTestTypeIO.RecursivePosts | 19 MessageLoopTestTypeIO.RecursivePosts |
20 MessageLoopTestTypeDefault.RecursivePosts | 20 MessageLoopTestTypeDefault.RecursivePosts |
21 | 21 |
22 # Check-fails on Valgrind/Mac, see https://crbug.com/481290 | 22 # Check-fails on Valgrind/Mac, see https://crbug.com/481290 |
23 MessagePumpLibeventTest.QuitWatcher | 23 MessagePumpLibeventTest.QuitWatcher |
| 24 |
| 25 # Takes too long to run. crbug.com/542535. |
| 26 AllocationRegisterTest.OverflowDeathTest |
| 27 MemoryAllocatorDumpTest.ForbidDuplicatesDeathTest |
| 28 ProcessUtilTest.GetAppOutputRestrictedNoZombies |
| 29 TraceEventCallbackTest.TraceEventCallbackWhileFull |
| 30 TraceEventTestFixture.TestTraceFlush |
OLD | NEW |