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

Side by Side Diff: tests/html/html.status

Issue 978793002: Add issue number to suppressions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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 | Annotate | Revision Log
« 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 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 interactive_test: Skip # Must be run manually. 6 interactive_test: Skip # Must be run manually.
7 dromaeo_smoke_test: Skip # Issue 14521, 8257 7 dromaeo_smoke_test: Skip # Issue 14521, 8257
8 cross_frame_test: Skip # Test reloads itself. Issue 18558 8 cross_frame_test: Skip # Test reloads itself. Issue 18558
9 9
10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 deferred_multi_app_htmltest: Fail # Issue 16603 107 deferred_multi_app_htmltest: Fail # Issue 16603
108 108
109 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 109 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
110 websql_test: Skip # Issue 4941: stderr contains a backtrace. 110 websql_test: Skip # Issue 4941: stderr contains a backtrace.
111 111
112 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 112 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
113 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 113 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
114 native_gc_test: Pass, Slow 114 native_gc_test: Pass, Slow
115 115
116 [$runtime == chrome && $compiler == dart2js && $system == macos] 116 [$runtime == chrome && $compiler == dart2js && $system == macos]
117 transition_event_test/functional: Skip # Times out. Issue 117 transition_event_test/functional: Skip # Times out. Issue 22646
118 request_animation_frame_test: Skip # Times out. Issue 118 request_animation_frame_test: Skip # Times out. Issue 22646
119 119
120 [$runtime == ie10 || $runtime == ie11] 120 [$runtime == ie10 || $runtime == ie11]
121 indexeddb_5_test: Fail # Issue 12893 121 indexeddb_5_test: Fail # Issue 12893
122 js_test: Fail # Issue 14246 122 js_test: Fail # Issue 14246
123 element_test/click: Fail # IE does not support firing this event. 123 element_test/click: Fail # IE does not support firing this event.
124 serialized_script_value_test: Fail 124 serialized_script_value_test: Fail
125 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 125 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
126 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 126 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
127 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 127 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
128 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537 128 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 htmlelement_test: StaticWarning 399 htmlelement_test: StaticWarning
400 localstorage_test: StaticWarning 400 localstorage_test: StaticWarning
401 mutationobserver_test: StaticWarning 401 mutationobserver_test: StaticWarning
402 queryall_test: fail 402 queryall_test: fail
403 track_element_constructor_test: StaticWarning 403 track_element_constructor_test: StaticWarning
404 transferables_test: StaticWarning 404 transferables_test: StaticWarning
405 typed_arrays_range_checks_test: StaticWarning 405 typed_arrays_range_checks_test: StaticWarning
406 typing_test: StaticWarning 406 typing_test: StaticWarning
407 webgl_1_test: StaticWarning 407 webgl_1_test: StaticWarning
408 window_nosuchmethod_test: StaticWarning 408 window_nosuchmethod_test: StaticWarning
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