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

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

Issue 2984613002: Revert "Revert "Removed Dartium test exceptions"" (Closed)
Patch Set: Added back test exception for webgl_1_test for DRT Created 3 years, 5 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 | « tests/corelib/corelib.status ('k') | tests/isolate/isolate.status » ('j') | 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 interactive_test: Skip # Must be run manually. 5 interactive_test: Skip # Must be run manually.
6 cross_frame_test: Skip # Test reloads itself. Issue 18558 6 cross_frame_test: Skip # Test reloads itself. Issue 18558
7 7
8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044)
10 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior.
11 js_typed_interop_type1_test: Fail, OK # tests dart2js-specific behavior.
12 js_typed_interop_type2_test: Fail, OK # tests dart2js-specific behavior.
13 js_typed_interop_type3_test: Fail, OK # tests dart2js-specific behavior.
14 svgelement_test/PathElement: RuntimeError # Issue 25665
15
16 native_gc_test: Skip # Dartium JSInterop failure
17 js_interop_constructor_name_test/HTMLDivElement-methods: Fail # Investigate.
18 js_interop_constructor_name_test/HTMLDivElement-types: Fail # ditto
19
20 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ]
21 worker_api_test: Fail # Issue 10223
22 resource_http_test: Fail # Issue 24203
23 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types.
24 websocket_test/supported: Skip # Dartium 45 roll timesout
25
26 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium ) ]
27 datalistelement_test: Skip # Issue 20540
28
29 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
30 input_element_test/attributes: Fail # Issue 21555 9 input_element_test/attributes: Fail # Issue 21555
31 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant to Dartium 10 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant to Dartium
32 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759 11 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
33 mirrors_js_typed_interop_test: Pass, Slow 12 mirrors_js_typed_interop_test: Pass, Slow
34 js_type_test/dynamic-null-not-Foo: Fail # Issue 26838 13 js_type_test/dynamic-null-not-Foo: Fail # Issue 26838
35 js_type_test/dynamic-String-not-Foo: Fail # Issue 26838 14 js_type_test/dynamic-String-not-Foo: Fail # Issue 26838
36 js_type_test/dynamic-String-not-dynamic-Foo: Fail # Issue 26838 15 js_type_test/dynamic-String-not-dynamic-Foo: Fail # Issue 26838
37 js_interop_constructor_name_test/HTMLDivElement-types-erroneous1: Fail # Issue 2 6838 16 js_interop_constructor_name_test/HTMLDivElement-types-erroneous1: Fail # Issue 2 6838
38 js_interop_constructor_name_test/HTMLDivElement-types-erroneous2: Fail # Issue 2 6838 17 js_interop_constructor_name_test/HTMLDivElement-types-erroneous2: Fail # Issue 2 6838
(...skipping 26 matching lines...) Expand all
65 44
66 [ $compiler == dart2js && $browser ] 45 [ $compiler == dart2js && $browser ]
67 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5 46 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5
68 fontface_loaded_test: Fail # Support for promises. 47 fontface_loaded_test: Fail # Support for promises.
69 48
70 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ] 49 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ]
71 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this 50 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this
72 fontface_test: Fail # Fontface not supported on these. 51 fontface_test: Fail # Fontface not supported on these.
73 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support 52 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support
74 53
75 [ $compiler == none && $runtime == dartium && $system == macos]
76 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834
77
78 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ]
79 # postMessage in dartium always transfers the typed array buffer, never a view
80 postmessage_structured_test/typed_arrays: Fail
81 # Dartium seems to lose the data from the dispatchEvent.
82 keyboard_event_test: Fail # Issue 13902
83 fileapi_test/getFile: Pass, Fail # Issue 20488
84 async_test: RuntimeError, OK # Uses Isolate.spawn.
85 isolates_test: RuntimeError, OK # Uses Isolate.spawn.
86
87 [ $compiler == none && ($runtime == drt || $runtime == dartium ) && $mode == deb ug ]
88 websocket_test/websocket: Skip # Issue 17666
89 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766 6
90
91 element_offset_test/offset: RuntimeError # Issue 17550
92 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0 0 minutes. Issue 19127.
93 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488
94 native_gc_test: Pass, Slow
95
96 [ $compiler == none && $runtime == drt && $system == windows ]
97 worker_test/functional: Pass, Crash # Issue 9929.
98
99 [ $compiler == dart2js && $runtime == chrome ] 54 [ $compiler == dart2js && $runtime == chrome ]
100 element_types_test/supported_keygen: RuntimeError # Issue 29055 55 element_types_test/supported_keygen: RuntimeError # Issue 29055
101 fileapi_test/entry: Pass, Fail # TODO(dart2js-team): Please triage this failure. 56 fileapi_test/entry: Pass, Fail # TODO(dart2js-team): Please triage this failure.
102 fileapi_test/getDirectory: Fail # TODO(dart2js-team): Please triage this failure . 57 fileapi_test/getDirectory: Fail # TODO(dart2js-team): Please triage this failure .
103 fileapi_test/getFile: Fail # TODO(dart2js-team): Please triage this failure. 58 fileapi_test/getFile: Fail # TODO(dart2js-team): Please triage this failure.
104 media_stream_test/supported_MediaStreamEvent: RuntimeError # Please triage. 59 media_stream_test/supported_MediaStreamEvent: RuntimeError # Please triage.
105 media_stream_test/supported_MediaStreamTrackEvent: RuntimeError # Please triage. 60 media_stream_test/supported_MediaStreamTrackEvent: RuntimeError # Please triage.
106 speechrecognition_test/types: RuntimeError # Please triage. 61 speechrecognition_test/types: RuntimeError # Please triage.
107 62
108 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 63 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
(...skipping 29 matching lines...) Expand all
138 [ $runtime == chrome && $system == macos ] 93 [ $runtime == chrome && $system == macos ]
139 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please triage this failure. 94 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please triage this failure.
140 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out. Please triage this failure. 95 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out. Please triage this failure.
141 transition_event_test/functional: Skip # Times out. Issue 22167 96 transition_event_test/functional: Skip # Times out. Issue 22167
142 request_animation_frame_test: Skip # Times out. Issue 22167 97 request_animation_frame_test: Skip # Times out. Issue 22167
143 custom/*: Pass, Timeout # Issue 26789 98 custom/*: Pass, Timeout # Issue 26789
144 custom_elements_test: Pass, Timeout # Issue 26789 99 custom_elements_test: Pass, Timeout # Issue 26789
145 custom_element_method_clash_test: Pass, Timeout # Issue 26789 100 custom_element_method_clash_test: Pass, Timeout # Issue 26789
146 custom_element_name_clash_test: Pass, Timeout # Issue 26789 101 custom_element_name_clash_test: Pass, Timeout # Issue 26789
147 102
148 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid ] 103 [$runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid ]
149 webgl_1_test: Pass, Fail # Issue 8219 104 webgl_1_test: Pass, Fail # Issue 8219
150 105
151 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows ]
152 websql_test: Skip # Issue 4941: stderr contains a backtrace.
153
154 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
155 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
156 native_gc_test: Pass, Slow
157
158 [ $compiler == dart2js && $minified ] 106 [ $compiler == dart2js && $minified ]
159 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260 5 107 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260 5
160 108
161 [ $compiler == dart2js && $runtime == chrome ] 109 [ $compiler == dart2js && $runtime == chrome ]
162 css_test/supportsPointConversions: Fail # Issues 21710 110 css_test/supportsPointConversions: Fail # Issues 21710
163 css_test/functional: Fail # Issues 21710 111 css_test/functional: Fail # Issues 21710
164 112
165 [ $runtime == ie11 ] 113 [ $runtime == ie11 ]
166 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t riage this failure. 114 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t riage this failure.
167 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 115 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 # a browser environment. 267 # a browser environment.
320 [ $runtime == vm || $runtime == dart_precompiled ] 268 [ $runtime == vm || $runtime == dart_precompiled ]
321 *: Skip 269 *: Skip
322 270
323 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 271 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
324 request_animation_frame_test: Skip # Async test hangs. 272 request_animation_frame_test: Skip # Async test hangs.
325 273
326 [ $runtime == drt ] 274 [ $runtime == drt ]
327 webgl_extensions_test: Skip # webgl does not work properly on DRT, which is 'hea dless'. 275 webgl_extensions_test: Skip # webgl does not work properly on DRT, which is 'hea dless'.
328 276
329 [ $runtime == dartium && ($system == windows || $system == linux) ]
330 webgl_extensions_test: Fail # WebGL extension tests fail on Dartium without grap hics. This is dependent on our bot configuration.
331
332 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 277 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
333 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 278 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
334 # TODO(sra): Change these tests to use a same-origin JavaScript script file. 279 # TODO(sra): Change these tests to use a same-origin JavaScript script file.
335 event_customevent_test: SkipByDesign 280 event_customevent_test: SkipByDesign
336 js_interop_1_test: SkipByDesign 281 js_interop_1_test: SkipByDesign
337 js_test: SkipByDesign 282 js_test: SkipByDesign
338 js_array_test: SkipByDesign 283 js_array_test: SkipByDesign
339 js_util_test: SkipByDesign 284 js_util_test: SkipByDesign
340 js_typed_interop_bind_this_test: SkipByDesign 285 js_typed_interop_bind_this_test: SkipByDesign
341 js_typed_interop_callable_object_test: SkipByDesign 286 js_typed_interop_callable_object_test: SkipByDesign
342 js_typed_interop_test: SkipByDesign 287 js_typed_interop_test: SkipByDesign
343 js_typed_interop_default_arg_test: SkipByDesign 288 js_typed_interop_default_arg_test: SkipByDesign
344 js_typed_interop_type_test: SkipByDesign 289 js_typed_interop_type_test: SkipByDesign
345 js_typed_interop_type1_test: SkipByDesign 290 js_typed_interop_type1_test: SkipByDesign
346 js_typed_interop_type3_test: SkipByDesign 291 js_typed_interop_type3_test: SkipByDesign
347 js_typed_interop_window_property_test: SkipByDesign 292 js_typed_interop_window_property_test: SkipByDesign
348 js_function_getter_test: SkipByDesign 293 js_function_getter_test: SkipByDesign
349 js_function_getter_trust_types_test: SkipByDesign 294 js_function_getter_trust_types_test: SkipByDesign
350 js_dart_to_string_test: SkipByDesign 295 js_dart_to_string_test: SkipByDesign
351 mirrors_js_typed_interop_test: SkipByDesign 296 mirrors_js_typed_interop_test: SkipByDesign
352 postmessage_structured_test: SkipByDesign 297 postmessage_structured_test: SkipByDesign
353 298
354 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ] 299 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ]
355 svgelement_test/supported_altGlyph: RuntimeError # Issue 25787 300 svgelement_test/supported_altGlyph: RuntimeError # Issue 25787
356 301
357 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w indows ] 302 [ ($runtime == drt && $system == macos) || $system == windows ]
358 xhr_test/xhr: Skip # Times out. Issue 21527 303 xhr_test/xhr: Skip # Times out. Issue 21527
359 304
360 [ $compiler == dart2analyzer ] 305 [ $compiler == dart2analyzer ]
361 custom/document_register_basic_test: StaticWarning 306 custom/document_register_basic_test: StaticWarning
362 custom/element_upgrade_test: StaticWarning 307 custom/element_upgrade_test: StaticWarning
363 datalistelement_test: StaticWarning 308 datalistelement_test: StaticWarning
364 documentfragment_test: StaticWarning 309 documentfragment_test: StaticWarning
365 element_add_test: StaticWarning 310 element_add_test: StaticWarning
366 element_test: StaticWarning 311 element_test: StaticWarning
367 events_test: StaticWarning 312 events_test: StaticWarning
(...skipping 12 matching lines...) Expand all
380 325
381 [ $compiler == dart2analyzer && $builder_tag == strong ] 326 [ $compiler == dart2analyzer && $builder_tag == strong ]
382 *: Skip # Issue 28649 327 *: Skip # Issue 28649
383 328
384 [ $compiler == dart2js && $fast_startup ] 329 [ $compiler == dart2js && $fast_startup ]
385 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte d 330 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte d
386 custom/js_custom_test: Fail # mirrors not supported 331 custom/js_custom_test: Fail # mirrors not supported
387 custom/mirrors_test: Fail # mirrors not supported 332 custom/mirrors_test: Fail # mirrors not supported
388 custom/mirrors_2_test: Fail # mirrors not supported 333 custom/mirrors_2_test: Fail # mirrors not supported
389 mirrors_js_typed_interop_test: Fail # mirrors not supported 334 mirrors_js_typed_interop_test: Fail # mirrors not supported
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698