OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
6 # current state of the language. | 6 # current state of the language. |
7 | 7 |
8 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ] | 8 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ] |
9 licm2_test: Skip # Issue: 12298 | 9 licm2_test: Skip # Issue: 12298 |
10 | 10 |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 import_combinators_test: Fail | 90 import_combinators_test: Fail |
91 | 91 |
92 | 92 |
93 [ $runtime == vm || ($runtime == drt && $compiler == none) ] | 93 [ $runtime == vm || ($runtime == drt && $compiler == none) ] |
94 first_class_types_literals_test: Fail # issue 11761 | 94 first_class_types_literals_test: Fail # issue 11761 |
95 call_test: Fail # Issue 1604 | 95 call_test: Fail # Issue 1604 |
96 | 96 |
97 [ $runtime == chrome ] | 97 [ $runtime == chrome ] |
98 | 98 |
99 | 99 |
100 [ $runtime == ie9 && ($system == linux || $system == macos) ] | |
101 *: Skip | |
102 | |
103 [ $runtime == safari && ($system == linux || $system == windows) ] | |
104 *: Skip | |
105 | |
106 [ $browser ] | 100 [ $browser ] |
107 | 101 |
108 | 102 |
109 [ $compiler == dart2dart ] | 103 [ $compiler == dart2dart ] |
110 built_in_identifier_prefix_test: Fail # Inherited from dart2js. | 104 built_in_identifier_prefix_test: Fail # Inherited from dart2js. |
111 constructor_initializer_test: Fail # VM issue | 105 constructor_initializer_test: Fail # VM issue |
112 factory3_test: Fail | 106 factory3_test: Fail |
113 type_checks_in_factory_method_test: Fail | 107 type_checks_in_factory_method_test: Fail |
114 | 108 |
115 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te
st depends on method names. | 109 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te
st depends on method names. |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 super_call4_test: Fail, OK # hardcoded names. | 295 super_call4_test: Fail, OK # hardcoded names. |
302 | 296 |
303 [ $compiler == dart2js || $compiler == dart2dart] | 297 [ $compiler == dart2js || $compiler == dart2dart] |
304 null_test/03: Fail # Issue 12445. | 298 null_test/03: Fail # Issue 12445. |
305 | 299 |
306 [ $compiler == dart2js ] | 300 [ $compiler == dart2js ] |
307 null_test/none: Fail # Issue 12482 | 301 null_test/none: Fail # Issue 12482 |
308 | 302 |
309 [ $compiler == dartanalyzer ] | 303 [ $compiler == dartanalyzer ] |
310 null_test/03: Fail # Issue 12484 | 304 null_test/03: Fail # Issue 12484 |
OLD | NEW |