| 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 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 [ ($compiler == none || $compiler == dart2dart) ] | 106 [ ($compiler == none || $compiler == dart2dart) ] |
| 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] | |
| 117 transition_event_test/functional: Skip # Times out. Issue 22646 | |
| 118 request_animation_frame_test: Skip # Times out. Issue 22646 | |
| 119 | |
| 120 [$runtime == ie10 || $runtime == ie11] | 116 [$runtime == ie10 || $runtime == ie11] |
| 121 indexeddb_5_test: Fail # Issue 12893 | 117 indexeddb_5_test: Fail # Issue 12893 |
| 122 js_test: Fail # Issue 14246 | 118 js_test: Fail # Issue 14246 |
| 123 element_test/click: Fail # IE does not support firing this event. | 119 element_test/click: Fail # IE does not support firing this event. |
| 124 serialized_script_value_test: Fail | 120 serialized_script_value_test: Fail |
| 125 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 121 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 126 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | 122 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 | 123 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 | 124 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537 |
| 129 scripts_htmltest: Skip # Times out on IE. Issue 21537 | 125 scripts_htmltest: Skip # Times out on IE. Issue 21537 |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 htmlelement_test: StaticWarning | 392 htmlelement_test: StaticWarning |
| 397 localstorage_test: StaticWarning | 393 localstorage_test: StaticWarning |
| 398 mutationobserver_test: StaticWarning | 394 mutationobserver_test: StaticWarning |
| 399 queryall_test: fail | 395 queryall_test: fail |
| 400 track_element_constructor_test: StaticWarning | 396 track_element_constructor_test: StaticWarning |
| 401 transferables_test: StaticWarning | 397 transferables_test: StaticWarning |
| 402 typed_arrays_range_checks_test: StaticWarning | 398 typed_arrays_range_checks_test: StaticWarning |
| 403 typing_test: StaticWarning | 399 typing_test: StaticWarning |
| 404 webgl_1_test: StaticWarning | 400 webgl_1_test: StaticWarning |
| 405 window_nosuchmethod_test: StaticWarning | 401 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |