| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 audiocontext_test/functional: Skip # Renderer crash. Issue 22327 | 100 audiocontext_test/functional: Skip # Renderer crash. Issue 22327 |
| 101 | 101 |
| 102 [ $runtime == chrome && $checked ] | 102 [ ($runtime == chrome || $runtime == drt) && $checked ] |
| 103 notification_test/constructors: Fail # Issue 22842 | 103 notification_test/constructors: Fail # Issue 22842 |
| 104 | 104 |
| 105 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] | 105 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] |
| 106 webgl_1_test: Pass, Fail # Issue 8219 | 106 webgl_1_test: Pass, Fail # Issue 8219 |
| 107 | 107 |
| 108 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 108 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| 109 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 109 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 110 | 110 |
| 111 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] | 111 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] |
| 112 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. | 112 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 htmlelement_test: StaticWarning | 399 htmlelement_test: StaticWarning |
| 400 localstorage_test: StaticWarning | 400 localstorage_test: StaticWarning |
| 401 mutationobserver_test: StaticWarning | 401 mutationobserver_test: StaticWarning |
| 402 queryall_test: fail | 402 queryall_test: fail |
| 403 track_element_constructor_test: StaticWarning | 403 track_element_constructor_test: StaticWarning |
| 404 transferables_test: StaticWarning | 404 transferables_test: StaticWarning |
| 405 typed_arrays_range_checks_test: StaticWarning | 405 typed_arrays_range_checks_test: StaticWarning |
| 406 typing_test: StaticWarning | 406 typing_test: StaticWarning |
| 407 webgl_1_test: StaticWarning | 407 webgl_1_test: StaticWarning |
| 408 window_nosuchmethod_test: StaticWarning | 408 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |