blob: 840a3035070b98c4e4d74d926fa2d086c27b5266 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Too slow under Valgrind/Wine and TSan/Windows
TimeTicks.WinRollover
# Very sensitive to slowdown
TimeTicks.Deltas
TimeTicks.HighResNow
TimerTest.RepeatingTimer*
# This Windows-native sampling profiler test does not work under our tools
# because it assumes the original code runs, not the modified version
# with instrumentation. See http://crbug.com/106829
SamplingProfilerTest.Sample
|