| OLD | NEW |
| 1 # This test currently times out in valgrind, see http://crbug.com/9194 | 1 # This test currently times out in valgrind, see http://crbug.com/9194 |
| 2 WatchdogTest.AlarmTest | 2 WatchdogTest.AlarmTest |
| 3 | 3 |
| 4 # These tests occassionally hangs under Valgrind on Mac. valgrind-darwin r9573 | 4 # These tests occassionally hangs under Valgrind on Mac. valgrind-darwin r9573 |
| 5 # Revisit with better valgrind. | 5 # Revisit with better valgrind. |
| 6 # Valgrind bug: https://bugs.kde.org/show_bug.cgi?id=189661 | 6 # Valgrind bug: https://bugs.kde.org/show_bug.cgi?id=189661 |
| 7 TimerTest.RepeatingTimer | 7 TimerTest.RepeatingTimer |
| 8 TimerTest.RepeatingTimer_Cancel | 8 TimerTest.RepeatingTimer_Cancel |
| 9 | 9 |
| 10 # Crashes occasionally, see http://crbug.com/7477 | 10 # Crashes occasionally, see http://crbug.com/7477 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 ConditionVariableTest.LargeFastTaskTest | 23 ConditionVariableTest.LargeFastTaskTest |
| 24 | 24 |
| 25 # Flaky under Valgrind, see http://crbug.com/55517 | 25 # Flaky under Valgrind, see http://crbug.com/55517 |
| 26 PlatformFile.TouchGetInfoPlatformFile | 26 PlatformFile.TouchGetInfoPlatformFile |
| 27 | 27 |
| 28 # Crashes under Valgrind, see http://crbug.com/355436 | 28 # Crashes under Valgrind, see http://crbug.com/355436 |
| 29 OutOfMemoryHandledTest.Unchecked* | 29 OutOfMemoryHandledTest.Unchecked* |
| 30 | 30 |
| 31 # Fails under Valgrind, see http://crbug.com/459556 | 31 # Fails under Valgrind, see http://crbug.com/459556 |
| 32 TraceEventTestFixture.* | 32 TraceEventTestFixture.* |
| 33 TraceEventCallbackTest.TraceEventCallbackAndRecording* |
| OLD | NEW |