| OLD | NEW |
| 1 # This file is used for tests that only need to be suppressed on | 1 # This file is used for tests that only need to be suppressed on |
| 2 # the Chromium Blink MSan bots. | 2 # the Chromium Blink MSan bots. |
| 3 | 3 |
| 4 # Those stress V8's simulator, making them very slow under MSan. | 4 # Those stress V8's simulator, making them very slow under MSan. |
| 5 crbug.com/420198 [ Linux ] fast/js/regress [ Skip ] | 5 crbug.com/420198 [ Linux ] fast/js/regress [ Skip ] |
| 6 crbug.com/420198 [ Linux ] virtual/slimmingpaint/fast/js/regress [ Skip ] | 6 crbug.com/420198 [ Linux ] virtual/slimmingpaint/fast/js/regress [ Skip ] |
| 7 crbug.com/420198 [ Linux ] editing/selection/move-by-word-visually-crash-test-5.
html [ Skip ] | 7 crbug.com/420198 [ Linux ] editing/selection/move-by-word-visually-crash-test-5.
html [ Skip ] |
| 8 crbug.com/420198 [ Linux ] fast/canvas/webgl/webgl-large-texture.html [ Skip ] | |
| 9 crbug.com/420198 [ Linux ] virtual/display_list_2d_canvas/fast/canvas/webgl/webg
l-large-texture.html [ Skip ] | |
| 10 crbug.com/420198 [ Linux ] virtual/slimmingpaint/fast/canvas/webgl/webgl-large-t
exture.html [ Skip ] | |
| 11 crbug.com/420198 [ Linux ] perf/array-nested-loop.html [ Skip ] | 8 crbug.com/420198 [ Linux ] perf/array-nested-loop.html [ Skip ] |
| 12 crbug.com/420198 [ Linux ] fast/css/fontface-arraybuffer.html [ Skip ] | 9 crbug.com/420198 [ Linux ] fast/css/fontface-arraybuffer.html [ Skip ] |
| 13 crbug.com/420198 [ Linux ] virtual/slimmingpaint/fast/css/fontface-arraybuffer.h
tml [ Skip ] | 10 crbug.com/420198 [ Linux ] virtual/slimmingpaint/fast/css/fontface-arraybuffer.h
tml [ Skip ] |
| 14 | 11 |
| 15 # Deliberate infinite recursion. A JS exception is expected, but may crash with | 12 # Deliberate infinite recursion. A JS exception is expected, but may crash with |
| 16 # a stack overflow due to bloated stack frames under MSan. | 13 # a stack overflow due to bloated stack frames under MSan. |
| 17 crbug.com/420606 [ Linux ] fast/workers/shared-worker-constructor.html [ Skip ] | 14 crbug.com/420606 [ Linux ] fast/workers/shared-worker-constructor.html [ Skip ] |
| 18 crbug.com/420606 [ Linux ] virtual/slimmingpaint/fast/workers/shared-worker-cons
tructor.html [ Skip ] | 15 crbug.com/420606 [ Linux ] virtual/slimmingpaint/fast/workers/shared-worker-cons
tructor.html [ Skip ] |
| 19 crbug.com/420606 [ Linux ] virtual/sharedarraybuffer/fast/workers/shared-worker-
constructor.html [ Skip ] | 16 crbug.com/420606 [ Linux ] virtual/sharedarraybuffer/fast/workers/shared-worker-
constructor.html [ Skip ] |
| 20 crbug.com/420606 [ Linux ] fast/workers/worker-constructor.html [ Skip ] | 17 crbug.com/420606 [ Linux ] fast/workers/worker-constructor.html [ Skip ] |
| (...skipping 15 matching lines...) Expand all Loading... |
| 36 # Times out on MSAN | 33 # Times out on MSAN |
| 37 crbug.com/462190 [ Linux ] inspector-protocol/heap-profiler/heap-samples-in-snap
shot.html [ Timeout ] | 34 crbug.com/462190 [ Linux ] inspector-protocol/heap-profiler/heap-samples-in-snap
shot.html [ Timeout ] |
| 38 crbug.com/462190 [ Linux ] inspector-protocol/heap-profiler/heap-snapshot-with-a
ctive-dom-object.html [ Timeout ] | 35 crbug.com/462190 [ Linux ] inspector-protocol/heap-profiler/heap-snapshot-with-a
ctive-dom-object.html [ Timeout ] |
| 39 crbug.com/462190 [ Linux ] inspector-protocol/heap-profiler/heap-snapshot-with-d
etached-dom-tree.html [ Timeout ] | 36 crbug.com/462190 [ Linux ] inspector-protocol/heap-profiler/heap-snapshot-with-d
etached-dom-tree.html [ Timeout ] |
| 40 crbug.com/462190 [ Linux ] inspector-protocol/heap-profiler/heap-snapshot-with-e
vent-listener.html [ Timeout ] | 37 crbug.com/462190 [ Linux ] inspector-protocol/heap-profiler/heap-snapshot-with-e
vent-listener.html [ Timeout ] |
| 41 | 38 |
| 42 # Intentionally failed allocations, via partitionAllocGenericFlags() | 39 # Intentionally failed allocations, via partitionAllocGenericFlags() |
| 43 crbug.com/577889 [ Linux ] fast/js/typed-array-allocation-failure.html [ Crash ] | 40 crbug.com/577889 [ Linux ] fast/js/typed-array-allocation-failure.html [ Crash ] |
| 44 | 41 |
| 45 # These tests use OpenGl, which crashes on MSAN builds due to missing instrument
ation | 42 # These tests use OpenGl, which crashes on MSAN builds due to missing instrument
ation |
| 46 crbug.com/555703 [ Linux ] virtual/media-gpu-accelerated [ Skip ] | 43 crbug.com/555703 [ Linux ] virtual/media-gpu-accelerated [ Skip ] |
| OLD | NEW |