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

Side by Side Diff: third_party/WebKit/LayoutTests/MSANExpectations

Issue 2876293002: Revert "Enable SharedArrayBuffer feature by default." (Closed)
Patch Set: Created 3 years, 7 months 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 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 ]
11 11
12 # 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
13 # a stack overflow due to bloated stack frames under MSan. 13 # a stack overflow due to bloated stack frames under MSan.
14 crbug.com/420606 [ Linux ] fast/workers/shared-worker-constructor.html [ Skip ] 14 crbug.com/420606 [ Linux ] fast/workers/shared-worker-constructor.html [ Skip ]
15 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 ]
16 crbug.com/420606 [ Linux ] virtual/sharedarraybuffer/fast/workers/shared-worker- constructor.html [ Skip ]
16 crbug.com/420606 [ Linux ] fast/workers/worker-constructor.html [ Skip ] 17 crbug.com/420606 [ Linux ] fast/workers/worker-constructor.html [ Skip ]
17 crbug.com/420606 [ Linux ] virtual/slimmingpaint/fast/workers/worker-constructor .html [ Skip ] 18 crbug.com/420606 [ Linux ] virtual/slimmingpaint/fast/workers/worker-constructor .html [ Skip ]
19 crbug.com/420606 [ Linux ] virtual/sharedarraybuffer/fast/workers/worker-constru ctor.html [ Skip ]
18 20
19 # Flaky under MSan (hang forever). 21 # Flaky under MSan (hang forever).
20 crbug.com/422982 [ Linux ] virtual/threaded [ Skip ] 22 crbug.com/422982 [ Linux ] virtual/threaded [ Skip ]
21 23
22 crbug.com/450639 [ Linux ] inspector/tracing/animations.html [ Timeout ] 24 crbug.com/450639 [ Linux ] inspector/tracing/animations.html [ Timeout ]
23 crbug.com/450639 [ Linux ] virtual/deferred/inspector/tracing/animations.html [ Timeout ] 25 crbug.com/450639 [ Linux ] virtual/deferred/inspector/tracing/animations.html [ Timeout ]
24 crbug.com/700795 [ Linux ] inspector/animation/animation-transition-setTiming-cr ash.html [ Skip ] 26 crbug.com/700795 [ Linux ] inspector/animation/animation-transition-setTiming-cr ash.html [ Skip ]
25 27
26 crbug.com/454267 [ Linux ] virtual/gpu/fast/canvas/canvas-arc-360-winding.html [ Crash ] 28 crbug.com/454267 [ Linux ] virtual/gpu/fast/canvas/canvas-arc-360-winding.html [ Crash ]
27 crbug.com/454267 [ Linux ] virtual/gpu/fast/canvas/canvas-ellipse-360-winding.ht ml [ Crash ] 29 crbug.com/454267 [ Linux ] virtual/gpu/fast/canvas/canvas-ellipse-360-winding.ht ml [ Crash ]
(...skipping 15 matching lines...) Expand all
43 crbug.com/462190 [ Linux ] inspector-protocol/heap-profiler/heap-snapshot-with-e vent-listener.html [ Timeout ] 45 crbug.com/462190 [ Linux ] inspector-protocol/heap-profiler/heap-snapshot-with-e vent-listener.html [ Timeout ]
44 46
45 crbug.com/671556 [ Linux ] virtual/mojo-loading/http/tests/security/xssAuditor/r eport-script-tag-replace-state.html [ Timeout Pass ] 47 crbug.com/671556 [ Linux ] virtual/mojo-loading/http/tests/security/xssAuditor/r eport-script-tag-replace-state.html [ Timeout Pass ]
46 crbug.com/671556 [ Linux ] virtual/mojo-loading/http/tests/security/xssAuditor/r eport-script-tag.html [ Timeout Pass ] 48 crbug.com/671556 [ Linux ] virtual/mojo-loading/http/tests/security/xssAuditor/r eport-script-tag.html [ Timeout Pass ]
47 49
48 # Intentionally failed allocations, via partitionAllocGenericFlags() 50 # Intentionally failed allocations, via partitionAllocGenericFlags()
49 crbug.com/577889 [ Linux ] fast/js/typed-array-allocation-failure.html [ Crash ] 51 crbug.com/577889 [ Linux ] fast/js/typed-array-allocation-failure.html [ Crash ]
50 52
51 # These tests use OpenGl, which crashes on MSAN builds due to missing instrument ation 53 # These tests use OpenGl, which crashes on MSAN builds due to missing instrument ation
52 crbug.com/555703 [ Linux ] virtual/media-gpu-accelerated [ Skip ] 54 crbug.com/555703 [ Linux ] virtual/media-gpu-accelerated [ Skip ]
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/LeakExpectations ('k') | third_party/WebKit/LayoutTests/NeverFixTests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698