| 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: Pass, Fail # Issue 17061 | 100 touchevent_test/supported: Pass, Fail # Issue 17061 |
| 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 element_types_test/constructors: Skip # Times out. Issue 22050 | 103 element_types_test/constructors: Skip # Times out. Issue 22050 |
| 104 audiocontext_test/functional: Skip # Renderer crash. Issue 22327 |
| 104 | 105 |
| 105 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] | 106 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] |
| 106 webgl_1_test: Pass, Fail # Issue 8219 | 107 webgl_1_test: Pass, Fail # Issue 8219 |
| 107 | 108 |
| 108 [ ($compiler == none || $compiler == dart2dart) ] | 109 [ ($compiler == none || $compiler == dart2dart) ] |
| 109 deferred_multi_app_htmltest: Fail # Issue 16603 | 110 deferred_multi_app_htmltest: Fail # Issue 16603 |
| 110 | 111 |
| 111 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 112 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| 112 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 113 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 113 | 114 |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 htmlelement_test: StaticWarning | 394 htmlelement_test: StaticWarning |
| 394 localstorage_test: StaticWarning | 395 localstorage_test: StaticWarning |
| 395 mutationobserver_test: StaticWarning | 396 mutationobserver_test: StaticWarning |
| 396 queryall_test: fail | 397 queryall_test: fail |
| 397 track_element_constructor_test: StaticWarning | 398 track_element_constructor_test: StaticWarning |
| 398 transferables_test: StaticWarning | 399 transferables_test: StaticWarning |
| 399 typed_arrays_range_checks_test: StaticWarning | 400 typed_arrays_range_checks_test: StaticWarning |
| 400 typing_test: StaticWarning | 401 typing_test: StaticWarning |
| 401 webgl_1_test: StaticWarning | 402 webgl_1_test: StaticWarning |
| 402 window_nosuchmethod_test: StaticWarning | 403 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |