OLD | NEW |
1 # Don't run this test under TSan, it takes ~1-2 minutes to pass. | 1 # Don't run this test under TSan, it takes ~1-2 minutes to pass. |
2 ProcessUtilTest.GetAppOutputRestrictedNoZombies | 2 ProcessUtilTest.GetAppOutputRestrictedNoZombies |
3 | 3 |
4 # Don't run Memcheck sanity tests under ThreadSanitizer since they can | 4 # Don't run Memcheck sanity tests under ThreadSanitizer since they can |
5 # corrupt memory. | 5 # corrupt memory. |
6 ToolsSanityTest.*Memory* | 6 ToolsSanityTest.*Memory* |
7 ToolsSanityTest.*Delete* | 7 ToolsSanityTest.*Delete* |
8 | 8 |
9 # TSan doesn't understand SharedMemory locks, see http://crbug.com/45083 | 9 # TSan doesn't understand SharedMemory locks, see http://crbug.com/45083 |
10 StatsTableTest.*MultipleThreads | 10 StatsTableTest.*MultipleThreads |
OLD | NEW |