| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 | 94 |
| 95 [ $runtime == safarimobilesim ] | 95 [ $runtime == safarimobilesim ] |
| 96 element_offset_test/offset: RuntimeError # Issue 18573 | 96 element_offset_test/offset: RuntimeError # Issue 18573 |
| 97 element_types_test/supported_meter: RuntimeError # Issue 18573 | 97 element_types_test/supported_meter: RuntimeError # Issue 18573 |
| 98 | 98 |
| 99 [ $runtime == chrome ] | 99 [ $runtime == chrome ] |
| 100 touchevent_test/supported: Fail # Touch events are only supported on touch devic
es | 100 touchevent_test/supported: Fail # Touch events are only supported on touch devic
es |
| 101 xhr_cross_origin_test: Pass, Fail # Issue 11884 | 101 xhr_cross_origin_test: Pass, Fail # Issue 11884 |
| 102 xhr_test: Pass, Fail # Issue 11884 | 102 xhr_test: Pass, Fail # Issue 11884 |
| 103 audiocontext_test/functional: Skip # Renderer crash. Issue 22327 | 103 audiocontext_test/functional: Skip # Renderer crash. Issue 22327 |
| 104 element_animate_test/omit_timing: Skip # Timing out inexplicably. Temporarily su
ppressing (alanknight) |
| 105 element_animate_test/timing_dict: Skip # Timing out inexplicably. Temporarily su
ppressing (alanknight) |
| 104 | 106 |
| 105 [ ($runtime == chrome || $runtime == drt) && $compiler == dart2js && $checked ] | 107 [ ($runtime == chrome || $runtime == drt) && $compiler == dart2js && $checked ] |
| 106 notification_test/constructors: Fail # Issue 22842 | 108 notification_test/constructors: Fail # Issue 22842 |
| 107 | 109 |
| 108 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] | 110 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] |
| 109 webgl_1_test: Pass, Fail # Issue 8219 | 111 webgl_1_test: Pass, Fail # Issue 8219 |
| 110 | 112 |
| 111 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 113 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| 112 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 114 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 113 | 115 |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 htmlelement_test: StaticWarning | 407 htmlelement_test: StaticWarning |
| 406 localstorage_test: StaticWarning | 408 localstorage_test: StaticWarning |
| 407 mutationobserver_test: StaticWarning | 409 mutationobserver_test: StaticWarning |
| 408 queryall_test: fail | 410 queryall_test: fail |
| 409 track_element_constructor_test: StaticWarning | 411 track_element_constructor_test: StaticWarning |
| 410 transferables_test: StaticWarning | 412 transferables_test: StaticWarning |
| 411 typed_arrays_range_checks_test: StaticWarning | 413 typed_arrays_range_checks_test: StaticWarning |
| 412 typing_test: StaticWarning | 414 typing_test: StaticWarning |
| 413 webgl_1_test: StaticWarning | 415 webgl_1_test: StaticWarning |
| 414 window_nosuchmethod_test: StaticWarning | 416 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |