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 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 import_combinators_test: Fail | 208 import_combinators_test: Fail |
209 export_test: Fail # Issue 5785 | 209 export_test: Fail # Issue 5785 |
210 export_cyclic_test: Fail # Issue 5785 | 210 export_cyclic_test: Fail # Issue 5785 |
211 first_class_types_libraries_test: Fail # Issue 2264 | 211 first_class_types_libraries_test: Fail # Issue 2264 |
212 | 212 |
213 [ $runtime == dartium ] | 213 [ $runtime == dartium ] |
214 import_combinators_test: Fail | 214 import_combinators_test: Fail |
215 | 215 |
216 | 216 |
217 [ $runtime == vm || ($runtime == drt && $compiler == none) ] | 217 [ $runtime == vm || ($runtime == drt && $compiler == none) ] |
| 218 first_class_types_literals_test: Fail |
218 call_test: Fail # Issue 1604 | 219 call_test: Fail # Issue 1604 |
219 | 220 |
220 [ $runtime == chrome ] | 221 [ $runtime == chrome ] |
221 string_escape1_negative_test: Skip | 222 string_escape1_negative_test: Skip |
222 | 223 |
223 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 224 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
224 [ $runtime == opera ] | 225 [ $runtime == opera ] |
225 *: Skip | 226 *: Skip |
226 | 227 |
227 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 228 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 compile_time_constant_checked2_test/05: Fail, OK | 419 compile_time_constant_checked2_test/05: Fail, OK |
419 compile_time_constant_checked2_test/06: Fail, OK | 420 compile_time_constant_checked2_test/06: Fail, OK |
420 compile_time_constant_checked3_test/01: Fail, OK | 421 compile_time_constant_checked3_test/01: Fail, OK |
421 compile_time_constant_checked3_test/02: Fail, OK | 422 compile_time_constant_checked3_test/02: Fail, OK |
422 compile_time_constant_checked3_test/03: Fail, OK | 423 compile_time_constant_checked3_test/03: Fail, OK |
423 compile_time_constant_checked3_test/04: Fail, OK | 424 compile_time_constant_checked3_test/04: Fail, OK |
424 compile_time_constant_checked3_test/05: Fail, OK | 425 compile_time_constant_checked3_test/05: Fail, OK |
425 compile_time_constant_checked3_test/06: Fail, OK | 426 compile_time_constant_checked3_test/06: Fail, OK |
426 | 427 |
427 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 428 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
OLD | NEW |