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

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

Issue 1894973002: Skip failing Bluetooth notification LayoutTests on Asan. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 WebKit ASAN bots. 2 # the Chromium WebKit ASAN bots.
3 3
4 # NULL deref in libflashplayer.so, http://crbug.com/145940 4 # NULL deref in libflashplayer.so, http://crbug.com/145940
5 # ==12527== ERROR: AddressSanitizer: SEGV on unknown address 0x7f628058b38b 5 # ==12527== ERROR: AddressSanitizer: SEGV on unknown address 0x7f628058b38b
6 # AddressSanitizer can not provide additional info. 6 # AddressSanitizer can not provide additional info.
7 # #0 0x7f62d3d34cf0 in ?? ??:0 7 # #0 0x7f62d3d34cf0 in ?? ??:0
8 # #1 0x1fec5c261c15ff 8 # #1 0x1fec5c261c15ff
9 crbug.com/145940 [ Linux ] fast/images/embed-does-not-propagate-dimensions-to-ob ject-ancestor.html [ Skip ] 9 crbug.com/145940 [ Linux ] fast/images/embed-does-not-propagate-dimensions-to-ob ject-ancestor.html [ Skip ]
10 crbug.com/145940 [ Linux ] fast/loader/loadInProgress.html [ Skip ] 10 crbug.com/145940 [ Linux ] fast/loader/loadInProgress.html [ Skip ]
11 crbug.com/145940 [ Linux ] fast/replaced/border-radius-clip.html [ Skip ] 11 crbug.com/145940 [ Linux ] fast/replaced/border-radius-clip.html [ Skip ]
12 crbug.com/145940 [ Linux ] plugins/crash-restoring-plugin-page-from-page-cache.h tml [ Skip ] 12 crbug.com/145940 [ Linux ] plugins/crash-restoring-plugin-page-from-page-cache.h tml [ Skip ]
13 crbug.com/145940 [ Linux ] plugins/iframe-shims.html [ Skip ] 13 crbug.com/145940 [ Linux ] plugins/iframe-shims.html [ Skip ]
14 14
15 15
16 # Use-after-free in NPP_SetWindow, http://crbug.com/144118 16 # Use-after-free in NPP_SetWindow, http://crbug.com/144118
17 # ==15959== ERROR: AddressSanitizer: heap-use-after-free on address 0x7f6c187f84 81 17 # ==15959== ERROR: AddressSanitizer: heap-use-after-free on address 0x7f6c187f84 81
18 # READ of size 1 at 0x7f6c187f8481 thread T0 18 # READ of size 1 at 0x7f6c187f8481 thread T0
19 # #0 0x7f6c1aec6c7a in NPP_SetWindow 19 # #0 0x7f6c1aec6c7a in NPP_SetWindow
20 crbug.com/144118 [ Linux ] plugins/destroy-on-setwindow.html [ Skip ] 20 crbug.com/144118 [ Linux ] plugins/destroy-on-setwindow.html [ Skip ]
21 21
22 22
23 # heap-use-after-free in bluethooth notifications tests. http://crbug.com/604318
24 #0 0xd038118 in size buildtools/third_party/libc++/trunk/include/vector:639:46
25 #1 0xd038118 in size base/observer_list.h:114:0
26 #2 0xd038118 in might_have_observers base/observer_list.h:232:0
27 #3 0xd038118 in DoNotify device/bluetooth/test/mock_bluetooth_gatt_notify_sessio n.cc:44:0
28 crbug.com/604318 bluetooth/notifications/concurrent-starts.html [ Skip ]
29 crbug.com/604318 bluetooth/notifications/start-before-stop-resolves.html [ Skip ]
30 crbug.com/604318 bluetooth/notifications/add-listener-after-promise.html [ Skip ]
31 crbug.com/604318 bluetooth/notifications/gc-with-pending-start.html [ Skip ]
32 crbug.com/604318 bluetooth/notifications/start-twice-in-a-row.html [ Skip ]
33 crbug.com/604318 bluetooth/notifications/start-succeeds.html [ Skip ]
34
35
23 # Use-after-free in NPP_DestroyStream, http://crbug.com/166932 36 # Use-after-free in NPP_DestroyStream, http://crbug.com/166932
24 # ==17332== ERROR: AddressSanitizer: heap-use-after-free on address 0x7f48e8a05a 58 37 # ==17332== ERROR: AddressSanitizer: heap-use-after-free on address 0x7f48e8a05a 58
25 # WRITE of size 1 at 0x7f48e8a05a58 thread T0 38 # WRITE of size 1 at 0x7f48e8a05a58 thread T0
26 # #0 0x7f48eb06f7c5 in DocumentOpenInDestroyStream::NPP_DestroyStream 39 # #0 0x7f48eb06f7c5 in DocumentOpenInDestroyStream::NPP_DestroyStream
27 crbug.com/166932 [ Linux ] plugins/embed-attributes-setting.html [ Skip ] 40 crbug.com/166932 [ Linux ] plugins/embed-attributes-setting.html [ Skip ]
28 crbug.com/166932 [ Linux ] plugins/embed-attributes-style.html [ Skip ] 41 crbug.com/166932 [ Linux ] plugins/embed-attributes-style.html [ Skip ]
29 crbug.com/166932 [ Linux ] plugins/embed-inside-object.html [ Skip ] 42 crbug.com/166932 [ Linux ] plugins/embed-inside-object.html [ Skip ]
30 crbug.com/166932 [ Linux ] plugins/embed-prefers-plugins-for-images.html [ Skip ] 43 crbug.com/166932 [ Linux ] plugins/embed-prefers-plugins-for-images.html [ Skip ]
31 crbug.com/166932 [ Linux ] plugins/form-value.html [ Skip ] 44 crbug.com/166932 [ Linux ] plugins/form-value.html [ Skip ]
32 crbug.com/166932 [ Linux ] plugins/fullscreen-plugins-dont-reload.html [ Skip ] 45 crbug.com/166932 [ Linux ] plugins/fullscreen-plugins-dont-reload.html [ Skip ]
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 crbug.com/451577 [ Linux ] inspector/elements/user-properties.html [ Slow ] 122 crbug.com/451577 [ Linux ] inspector/elements/user-properties.html [ Slow ]
110 crbug.com/451577 [ Linux ] inspector/extensions/extensions-reload.html [ Slow ] 123 crbug.com/451577 [ Linux ] inspector/extensions/extensions-reload.html [ Slow ]
111 crbug.com/451577 [ Linux ] inspector/extensions/extensions-resources.html [ Slow ] 124 crbug.com/451577 [ Linux ] inspector/extensions/extensions-resources.html [ Slow ]
112 crbug.com/451577 [ Linux ] inspector/extensions/extensions-sidebar.html [ Slow ] 125 crbug.com/451577 [ Linux ] inspector/extensions/extensions-sidebar.html [ Slow ]
113 crbug.com/451577 [ Linux ] inspector/layers/layer-canvas-log.html [ Slow ] 126 crbug.com/451577 [ Linux ] inspector/layers/layer-canvas-log.html [ Slow ]
114 127
115 crbug.com/572723 [ Linux ] inspector/sources/debugger/debugger-completions-on-ca ll-frame.html [ Timeout Pass ] 128 crbug.com/572723 [ Linux ] inspector/sources/debugger/debugger-completions-on-ca ll-frame.html [ Timeout Pass ]
116 129
117 # Intentionally failed allocations, via partitionAllocGenericFlags() 130 # Intentionally failed allocations, via partitionAllocGenericFlags()
118 crbug.com/577889 [ Linux ] fast/js/typed-array-allocation-failure.html [ Crash ] 131 crbug.com/577889 [ Linux ] fast/js/typed-array-allocation-failure.html [ Crash ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698