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 WebKit ASAN bots. We keep these here because the memory | 2 # the Chromium WebKit ASAN bots. We keep these here because the memory |
3 # sheriffs are not usually WebKit committers; we can create an upstream | 3 # sheriffs are not usually WebKit committers; we can create an upstream |
4 # file if this turns out to not be true. | 4 # file if this turns out to not be true. |
5 | 5 |
6 # NULL deref in libflashplayer.so, http://crbug.com/145940 | 6 # NULL deref in libflashplayer.so, http://crbug.com/145940 |
7 # ==12527== ERROR: AddressSanitizer: SEGV on unknown address 0x7f628058b38b | 7 # ==12527== ERROR: AddressSanitizer: SEGV on unknown address 0x7f628058b38b |
8 # AddressSanitizer can not provide additional info. | 8 # AddressSanitizer can not provide additional info. |
9 # #0 0x7f62d3d34cf0 in ?? ??:0 | 9 # #0 0x7f62d3d34cf0 in ?? ??:0 |
10 # #1 0x1fec5c261c15ff | 10 # #1 0x1fec5c261c15ff |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 # These tests flakily timeout on the ASAN bot | 62 # These tests flakily timeout on the ASAN bot |
63 crbug.com/247466 [ Linux ] inspector/debugger/live-edit-breakpoints.html [ Pass
Timeout ] | 63 crbug.com/247466 [ Linux ] inspector/debugger/live-edit-breakpoints.html [ Pass
Timeout ] |
64 crbug.com/247466 [ Linux ] inspector/debugger/reveal-not-skipped.html [ Pass Tim
eout ] | 64 crbug.com/247466 [ Linux ] inspector/debugger/reveal-not-skipped.html [ Pass Tim
eout ] |
65 crbug.com/247466 [ Linux ] inspector/debugger/script-formatter-breakpoints.html
[ Pass Timeout ] | 65 crbug.com/247466 [ Linux ] inspector/debugger/script-formatter-breakpoints.html
[ Pass Timeout ] |
66 crbug.com/247466 [ Linux ] inspector/editor/text-editor-word-jumps.html [ Pass T
imeout ] | 66 crbug.com/247466 [ Linux ] inspector/editor/text-editor-word-jumps.html [ Pass T
imeout ] |
67 crbug.com/247466 [ Linux ] inspector/profiler/heap-snapshot-summary-sorting-fiel
ds.html [ Pass Timeout ] | 67 crbug.com/247466 [ Linux ] inspector/profiler/heap-snapshot-summary-sorting-fiel
ds.html [ Pass Timeout ] |
68 | 68 |
69 # These have been failing since at least chrome r203901, blink r151723 (no memor
y errors, just text failure): | 69 # These have been failing since at least chrome r203901, blink r151723 (no memor
y errors, just text failure): |
70 crbug.com/231357 [ Linux ] editing/execCommand/switch-list-type-with-orphaned-li
.html [ Failure ] | 70 crbug.com/231357 [ Linux ] editing/execCommand/switch-list-type-with-orphaned-li
.html [ Failure ] |
71 crbug.com/231357 [ Linux ] perf/mouse-event.html [ Crash ] | 71 crbug.com/231357 [ Linux ] perf/mouse-event.html [ Crash ] |
| 72 |
| 73 crbug.com/333791 [ Linux ] svg/animations/repeatn-event-1b.svg [ Pass ImageOnlyF
ailure ] |
| 74 crbug.com/333791 [ Linux ] svg/animations/repeatn-event-1d.svg [ Pass ImageOnlyF
ailure ] |
| 75 crbug.com/192172 [ Linux ] compositing/rtl/rtl-iframe-absolute-overflow.html [ F
ailure Pass ] |
| 76 crbug.com/192172 [ Linux ] virtual/softwarecompositing/rtl/rtl-iframe-absolute-o
verflow.html [ Failure Pass ] |
| 77 crbug.com/192172 [ Linux ] compositing/rtl/rtl-iframe-fixed-overflow-scrolled.ht
ml [ Failure Pass ] |
| 78 crbug.com/192172 [ Linux ] virtual/softwarecompositing/rtl/rtl-iframe-fixed-over
flow-scrolled.html [ Failure Pass ] |
| 79 crbug.com/192172 [ Linux ] compositing/rtl/rtl-iframe-fixed-overflow.html [ Fail
ure Pass ] |
| 80 crbug.com/192172 [ Linux ] virtual/softwarecompositing/rtl/rtl-iframe-fixed-over
flow.html [ Failure Pass ] |
OLD | NEW |