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

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

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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
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 16
17 # These tests trigger a CHECK so they will leak memory. They don't test 17 # These tests trigger a CHECK so they will leak memory. They don't test
18 # anything else, so just disable them on valgrind. Bug 28179. 18 # anything else, so just disable them on valgrind. Bug 28179.
19 OutOfMemoryDeathTest.* 19 OutOfMemoryDeathTest.*
20 20
21 # Flaky under slow tools or just when the VM is under load. 21 # Flaky under slow tools or just when the VM is under load.
22 # See http://crbug.com/43972 22 # See http://crbug.com/43972
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
31 # Fail under Valgrind, see http://crbug.com/431702
32 ProcMapsTest.ReadProcMaps
OLDNEW
« no previous file with comments | « tools/valgrind/drmemory/suppressions_full.txt ('k') | tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory_win32.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698