| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. | 90 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. |
| 91 | 91 |
| 92 [ $runtime == safarimobilesim ] | 92 [ $runtime == safarimobilesim ] |
| 93 element_offset_test/offset: RuntimeError # Issue 18573 | 93 element_offset_test/offset: RuntimeError # Issue 18573 |
| 94 element_types_test/supported_meter: RuntimeError # Issue 18573 | 94 element_types_test/supported_meter: RuntimeError # Issue 18573 |
| 95 | 95 |
| 96 [ $runtime == chrome ] | 96 [ $runtime == chrome ] |
| 97 touchevent_test/supported: Pass, Fail # Issue 17061 | 97 touchevent_test/supported: Pass, Fail # Issue 17061 |
| 98 xhr_cross_origin_test: Pass, Fail # Issue 11884 | 98 xhr_cross_origin_test: Pass, Fail # Issue 11884 |
| 99 xhr_test: Pass, Fail # Issue 11884 | 99 xhr_test: Pass, Fail # Issue 11884 |
| 100 element_types_test/constructors: Skip # Times out. Issue 22050 | |
| 101 audiocontext_test/functional: Skip # Renderer crash. Issue 22327 | 100 audiocontext_test/functional: Skip # Renderer crash. Issue 22327 |
| 102 | 101 |
| 103 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] | 102 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] |
| 104 webgl_1_test: Pass, Fail # Issue 8219 | 103 webgl_1_test: Pass, Fail # Issue 8219 |
| 105 | 104 |
| 106 [ ($compiler == none || $compiler == dart2dart) ] | 105 [ ($compiler == none || $compiler == dart2dart) ] |
| 107 deferred_multi_app_htmltest: Fail # Issue 16603 | 106 deferred_multi_app_htmltest: Fail # Issue 16603 |
| 108 | 107 |
| 109 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 108 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| 110 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 109 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 htmlelement_test: StaticWarning | 393 htmlelement_test: StaticWarning |
| 395 localstorage_test: StaticWarning | 394 localstorage_test: StaticWarning |
| 396 mutationobserver_test: StaticWarning | 395 mutationobserver_test: StaticWarning |
| 397 queryall_test: fail | 396 queryall_test: fail |
| 398 track_element_constructor_test: StaticWarning | 397 track_element_constructor_test: StaticWarning |
| 399 transferables_test: StaticWarning | 398 transferables_test: StaticWarning |
| 400 typed_arrays_range_checks_test: StaticWarning | 399 typed_arrays_range_checks_test: StaticWarning |
| 401 typing_test: StaticWarning | 400 typing_test: StaticWarning |
| 402 webgl_1_test: StaticWarning | 401 webgl_1_test: StaticWarning |
| 403 window_nosuchmethod_test: StaticWarning | 402 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |