| OLD | NEW |
| 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 |
| 8 [ $compiler == dart2js ] | 29 [ $compiler == dart2js ] |
| 9 input_element_test/attributes: Fail # Issue 21555 | 30 input_element_test/attributes: Fail # Issue 21555 |
| 10 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium | 31 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium |
| 11 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 | 32 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 |
| 12 mirrors_js_typed_interop_test: Pass, Slow | 33 mirrors_js_typed_interop_test: Pass, Slow |
| 13 js_type_test/dynamic-null-not-Foo: Fail # Issue 26838 | 34 js_type_test/dynamic-null-not-Foo: Fail # Issue 26838 |
| 14 js_type_test/dynamic-String-not-Foo: Fail # Issue 26838 | 35 js_type_test/dynamic-String-not-Foo: Fail # Issue 26838 |
| 15 js_type_test/dynamic-String-not-dynamic-Foo: Fail # Issue 26838 | 36 js_type_test/dynamic-String-not-dynamic-Foo: Fail # Issue 26838 |
| 16 js_interop_constructor_name_test/HTMLDivElement-types-erroneous1: Fail # Issue 2
6838 | 37 js_interop_constructor_name_test/HTMLDivElement-types-erroneous1: Fail # Issue 2
6838 |
| 17 js_interop_constructor_name_test/HTMLDivElement-types-erroneous2: Fail # Issue 2
6838 | 38 js_interop_constructor_name_test/HTMLDivElement-types-erroneous2: Fail # Issue 2
6838 |
| (...skipping 26 matching lines...) Expand all Loading... |
| 44 | 65 |
| 45 [ $compiler == dart2js && $browser ] | 66 [ $compiler == dart2js && $browser ] |
| 46 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 | 67 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 |
| 47 fontface_loaded_test: Fail # Support for promises. | 68 fontface_loaded_test: Fail # Support for promises. |
| 48 | 69 |
| 49 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] | 70 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] |
| 50 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle
this | 71 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle
this |
| 51 fontface_test: Fail # Fontface not supported on these. | 72 fontface_test: Fail # Fontface not supported on these. |
| 52 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill
does not support | 73 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill
does not support |
| 53 | 74 |
| 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 |
| 54 [ $compiler == dart2js && $runtime == chrome ] | 99 [ $compiler == dart2js && $runtime == chrome ] |
| 55 element_types_test/supported_keygen: RuntimeError # Issue 29055 | 100 element_types_test/supported_keygen: RuntimeError # Issue 29055 |
| 56 fileapi_test/entry: Pass, Fail # TODO(dart2js-team): Please triage this failure. | 101 fileapi_test/entry: Pass, Fail # TODO(dart2js-team): Please triage this failure. |
| 57 fileapi_test/getDirectory: Fail # TODO(dart2js-team): Please triage this failure
. | 102 fileapi_test/getDirectory: Fail # TODO(dart2js-team): Please triage this failure
. |
| 58 fileapi_test/getFile: Fail # TODO(dart2js-team): Please triage this failure. | 103 fileapi_test/getFile: Fail # TODO(dart2js-team): Please triage this failure. |
| 59 media_stream_test/supported_MediaStreamEvent: RuntimeError # Please triage. | 104 media_stream_test/supported_MediaStreamEvent: RuntimeError # Please triage. |
| 60 media_stream_test/supported_MediaStreamTrackEvent: RuntimeError # Please triage. | 105 media_stream_test/supported_MediaStreamTrackEvent: RuntimeError # Please triage. |
| 61 speechrecognition_test/types: RuntimeError # Please triage. | 106 speechrecognition_test/types: RuntimeError # Please triage. |
| 62 | 107 |
| 63 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 108 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| (...skipping 29 matching lines...) Expand all Loading... |
| 93 [ $runtime == chrome && $system == macos ] | 138 [ $runtime == chrome && $system == macos ] |
| 94 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please
triage this failure. | 139 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please
triage this failure. |
| 95 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out.
Please triage this failure. | 140 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out.
Please triage this failure. |
| 96 transition_event_test/functional: Skip # Times out. Issue 22167 | 141 transition_event_test/functional: Skip # Times out. Issue 22167 |
| 97 request_animation_frame_test: Skip # Times out. Issue 22167 | 142 request_animation_frame_test: Skip # Times out. Issue 22167 |
| 98 custom/*: Pass, Timeout # Issue 26789 | 143 custom/*: Pass, Timeout # Issue 26789 |
| 99 custom_elements_test: Pass, Timeout # Issue 26789 | 144 custom_elements_test: Pass, Timeout # Issue 26789 |
| 100 custom_element_method_clash_test: Pass, Timeout # Issue 26789 | 145 custom_element_method_clash_test: Pass, Timeout # Issue 26789 |
| 101 custom_element_name_clash_test: Pass, Timeout # Issue 26789 | 146 custom_element_name_clash_test: Pass, Timeout # Issue 26789 |
| 102 | 147 |
| 103 [$runtime == chrome || $runtime == chromeOnAndroid ] | 148 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid ] |
| 104 webgl_1_test: Pass, Fail # Issue 8219 | 149 webgl_1_test: Pass, Fail # Issue 8219 |
| 105 | 150 |
| 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 |
| 106 [ $compiler == dart2js && $minified ] | 158 [ $compiler == dart2js && $minified ] |
| 107 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260
5 | 159 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260
5 |
| 108 | 160 |
| 109 [ $compiler == dart2js && $runtime == chrome ] | 161 [ $compiler == dart2js && $runtime == chrome ] |
| 110 css_test/supportsPointConversions: Fail # Issues 21710 | 162 css_test/supportsPointConversions: Fail # Issues 21710 |
| 111 css_test/functional: Fail # Issues 21710 | 163 css_test/functional: Fail # Issues 21710 |
| 112 | 164 |
| 113 [ $runtime == ie11 ] | 165 [ $runtime == ie11 ] |
| 114 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t
riage this failure. | 166 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t
riage this failure. |
| 115 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | 167 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 Loading... |
| 267 # a browser environment. | 319 # a browser environment. |
| 268 [ $runtime == vm || $runtime == dart_precompiled ] | 320 [ $runtime == vm || $runtime == dart_precompiled ] |
| 269 *: Skip | 321 *: Skip |
| 270 | 322 |
| 271 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 323 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 272 request_animation_frame_test: Skip # Async test hangs. | 324 request_animation_frame_test: Skip # Async test hangs. |
| 273 | 325 |
| 274 [ $runtime == drt ] | 326 [ $runtime == drt ] |
| 275 webgl_extensions_test: Skip # webgl does not work properly on DRT, which is 'hea
dless'. | 327 webgl_extensions_test: Skip # webgl does not work properly on DRT, which is 'hea
dless'. |
| 276 | 328 |
| 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 |
| 277 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 332 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 278 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. | 333 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. |
| 279 # TODO(sra): Change these tests to use a same-origin JavaScript script file. | 334 # TODO(sra): Change these tests to use a same-origin JavaScript script file. |
| 280 event_customevent_test: SkipByDesign | 335 event_customevent_test: SkipByDesign |
| 281 js_interop_1_test: SkipByDesign | 336 js_interop_1_test: SkipByDesign |
| 282 js_test: SkipByDesign | 337 js_test: SkipByDesign |
| 283 js_array_test: SkipByDesign | 338 js_array_test: SkipByDesign |
| 284 js_util_test: SkipByDesign | 339 js_util_test: SkipByDesign |
| 285 js_typed_interop_bind_this_test: SkipByDesign | 340 js_typed_interop_bind_this_test: SkipByDesign |
| 286 js_typed_interop_callable_object_test: SkipByDesign | 341 js_typed_interop_callable_object_test: SkipByDesign |
| 287 js_typed_interop_test: SkipByDesign | 342 js_typed_interop_test: SkipByDesign |
| 288 js_typed_interop_default_arg_test: SkipByDesign | 343 js_typed_interop_default_arg_test: SkipByDesign |
| 289 js_typed_interop_type_test: SkipByDesign | 344 js_typed_interop_type_test: SkipByDesign |
| 290 js_typed_interop_type1_test: SkipByDesign | 345 js_typed_interop_type1_test: SkipByDesign |
| 291 js_typed_interop_type3_test: SkipByDesign | 346 js_typed_interop_type3_test: SkipByDesign |
| 292 js_typed_interop_window_property_test: SkipByDesign | 347 js_typed_interop_window_property_test: SkipByDesign |
| 293 js_function_getter_test: SkipByDesign | 348 js_function_getter_test: SkipByDesign |
| 294 js_function_getter_trust_types_test: SkipByDesign | 349 js_function_getter_trust_types_test: SkipByDesign |
| 295 js_dart_to_string_test: SkipByDesign | 350 js_dart_to_string_test: SkipByDesign |
| 296 mirrors_js_typed_interop_test: SkipByDesign | 351 mirrors_js_typed_interop_test: SkipByDesign |
| 297 postmessage_structured_test: SkipByDesign | 352 postmessage_structured_test: SkipByDesign |
| 298 | 353 |
| 299 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ] | 354 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ] |
| 300 svgelement_test/supported_altGlyph: RuntimeError # Issue 25787 | 355 svgelement_test/supported_altGlyph: RuntimeError # Issue 25787 |
| 301 | 356 |
| 357 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w
indows ] |
| 358 xhr_test/xhr: Skip # Times out. Issue 21527 |
| 359 |
| 302 [ $compiler == dart2analyzer ] | 360 [ $compiler == dart2analyzer ] |
| 303 custom/document_register_basic_test: StaticWarning | 361 custom/document_register_basic_test: StaticWarning |
| 304 custom/element_upgrade_test: StaticWarning | 362 custom/element_upgrade_test: StaticWarning |
| 305 datalistelement_test: StaticWarning | 363 datalistelement_test: StaticWarning |
| 306 documentfragment_test: StaticWarning | 364 documentfragment_test: StaticWarning |
| 307 element_add_test: StaticWarning | 365 element_add_test: StaticWarning |
| 308 element_test: StaticWarning | 366 element_test: StaticWarning |
| 309 events_test: StaticWarning | 367 events_test: StaticWarning |
| 310 htmlelement_test: StaticWarning | 368 htmlelement_test: StaticWarning |
| 311 js_function_getter_trust_types_test: skip # dart2js specific flags. | 369 js_function_getter_trust_types_test: skip # dart2js specific flags. |
| (...skipping 10 matching lines...) Expand all Loading... |
| 322 | 380 |
| 323 [ $compiler == dart2analyzer && $builder_tag == strong ] | 381 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 324 *: Skip # Issue 28649 | 382 *: Skip # Issue 28649 |
| 325 | 383 |
| 326 [ $compiler == dart2js && $fast_startup ] | 384 [ $compiler == dart2js && $fast_startup ] |
| 327 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d | 385 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d |
| 328 custom/js_custom_test: Fail # mirrors not supported | 386 custom/js_custom_test: Fail # mirrors not supported |
| 329 custom/mirrors_test: Fail # mirrors not supported | 387 custom/mirrors_test: Fail # mirrors not supported |
| 330 custom/mirrors_2_test: Fail # mirrors not supported | 388 custom/mirrors_2_test: Fail # mirrors not supported |
| 331 mirrors_js_typed_interop_test: Fail # mirrors not supported | 389 mirrors_js_typed_interop_test: Fail # mirrors not supported |
| OLD | NEW |