| 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 ] perf/array-nested-loop.html [ Skip ] | 8 crbug.com/420198 [ Linux ] perf/array-nested-loop.html [ Skip ] |
| 9 crbug.com/420198 [ Linux ] fast/css/fontface-arraybuffer.html [ Skip ] | 9 crbug.com/420198 [ Linux ] fast/css/fontface-arraybuffer.html [ Skip ] |
| 10 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 ] |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 crbug.com/462190 [ Linux ] inspector-protocol/heap-profiler/heap-snapshot-with-e
vent-listener.html [ Timeout ] | 38 crbug.com/462190 [ Linux ] inspector-protocol/heap-profiler/heap-snapshot-with-e
vent-listener.html [ Timeout ] |
| 39 | 39 |
| 40 crbug.com/671556 [ Linux ] virtual/mojo-loading/http/tests/security/xssAuditor/r
eport-script-tag-replace-state.html [ Timeout Pass ] | 40 crbug.com/671556 [ Linux ] virtual/mojo-loading/http/tests/security/xssAuditor/r
eport-script-tag-replace-state.html [ Timeout Pass ] |
| 41 crbug.com/671556 [ Linux ] virtual/mojo-loading/http/tests/security/xssAuditor/r
eport-script-tag.html [ Timeout Pass ] | 41 crbug.com/671556 [ Linux ] virtual/mojo-loading/http/tests/security/xssAuditor/r
eport-script-tag.html [ Timeout Pass ] |
| 42 | 42 |
| 43 # Intentionally failed allocations, via partitionAllocGenericFlags() | 43 # Intentionally failed allocations, via partitionAllocGenericFlags() |
| 44 crbug.com/577889 [ Linux ] fast/js/typed-array-allocation-failure.html [ Crash ] | 44 crbug.com/577889 [ Linux ] fast/js/typed-array-allocation-failure.html [ Crash ] |
| 45 | 45 |
| 46 # These tests use OpenGl, which crashes on MSAN builds due to missing instrument
ation | 46 # These tests use OpenGl, which crashes on MSAN builds due to missing instrument
ation |
| 47 crbug.com/555703 [ Linux ] virtual/media-gpu-accelerated [ Skip ] | 47 crbug.com/555703 [ Linux ] virtual/media-gpu-accelerated [ Skip ] |
| 48 |
| 49 # MSAN finds a use-of-initialized-value when running these tests. |
| 50 crbug.com/701170 [ Linux ] fast/mediacapturefromelement/CanvasCaptureMediaStream
-capture-out-of-DOM-element.html [ Crash ] |
| 51 crbug.com/701170 [ Linux ]fast/mediacapturefromelement/CanvasCaptureMediaStream-
imagebitmaprenderingcontext.html [ Crash ] |
| 52 crbug.com/701170 [ Linux ]fast/mediacapturefromelement/CanvasCaptureMediaStream-
offscreencanvas.html [ Crash ] |
| 53 crbug.com/701170 [ Linux ]fast/mediacapturefromelement/CanvasCaptureMediaStream-
framerate-0.html [ Crash ] |
| 54 crbug.com/701170 [ Linux ]fast/mediarecorder/MediaRecorder-error.html [ Crash ] |
| OLD | NEW |