Chromium Code Reviews| 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 |
| 11 ObserverListThreadSafeTest.CrossThreadObserver | 11 ObserverListThreadSafeTest.CrossThreadObserver |
| 12 ObserverListThreadSafeTest.CrossThreadNotifications | 12 ObserverListThreadSafeTest.CrossThreadNotifications |
| 13 | 13 |
| 14 # Hangs sometimes on linux, see http://crbug.com/22138 | 14 # Hangs sometimes on linux, see http://crbug.com/22138 |
| 15 ClipboardTest.* | 15 ClipboardTest.* |
| 16 | |
| 17 # These tests trigger a CHECK so they will leak memory. They don't test | |
| 18 # anything else, so just disable them on valgrind. | |
|
Lei Zhang
2009/11/18 23:47:44
Can you add a note indicating this is bug 28179?
| |
| 19 OutOfMemoryTest.* | |
| OLD | NEW |