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 interactive_test: Skip # Must be run manually. | 5 interactive_test: Skip # Must be run manually. |
6 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 6 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
7 | 7 |
8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
9 | 9 |
10 js_array_test: Skip # Dartium JSInterop failure | 10 js_array_test: Skip # Dartium JSInterop failure |
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
445 js_typed_interop_anonymous2_exp_test: RuntimeError # Need package:js support #24
978 | 445 js_typed_interop_anonymous2_exp_test: RuntimeError # Need package:js support #24
978 |
446 js_typed_interop_anonymous2_test: RuntimeError # Need package:js support #24978 | 446 js_typed_interop_anonymous2_test: RuntimeError # Need package:js support #24978 |
447 js_typed_interop_anonymous_exp_test: RuntimeError # Need package:js support #249
78 | 447 js_typed_interop_anonymous_exp_test: RuntimeError # Need package:js support #249
78 |
448 js_typed_interop_anonymous_test: RuntimeError # Need package:js support #24978 | 448 js_typed_interop_anonymous_test: RuntimeError # Need package:js support #24978 |
449 js_typed_interop_side_cast_exp_test: RuntimeError # Need package:js support #249
78 | 449 js_typed_interop_side_cast_exp_test: RuntimeError # Need package:js support #249
78 |
450 js_typed_interop_side_cast_test: RuntimeError # Need package:js support #24978 | 450 js_typed_interop_side_cast_test: RuntimeError # Need package:js support #24978 |
451 js_typed_interop_test: RuntimeError # Need package:js support #24978 | 451 js_typed_interop_test: RuntimeError # Need package:js support #24978 |
452 mirrors_js_typed_interop_test: RuntimeError # Need package:js support #24978 | 452 mirrors_js_typed_interop_test: RuntimeError # Need package:js support #24978 |
453 | 453 |
454 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 454 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
455 js_test/JsObject_methods: RuntimeError # Bad code for new #(). Issue #25708 | |
456 js_test/new_JsObject: RuntimeError # Bad code for new #(). Issue #25708 | |
457 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 455 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
OLD | NEW |