Chromium Code Reviews| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 69 mixin_illegal_object_test/02: Crash # Issue 10952 | 69 mixin_illegal_object_test/02: Crash # Issue 10952 |
| 70 | 70 |
| 71 type_variable_field_initializer_closure_test: Crash # issue 8847 | 71 type_variable_field_initializer_closure_test: Crash # issue 8847 |
| 72 closures_initializer_test: Crash # issue 8847 | 72 closures_initializer_test: Crash # issue 8847 |
| 73 closures_initializer2_test: Crash # issue 8847 | 73 closures_initializer2_test: Crash # issue 8847 |
| 74 | 74 |
| 75 mixin_forwarding_constructor2_test: Fail # Issue 11888 | 75 mixin_forwarding_constructor2_test: Fail # Issue 11888 |
| 76 mixin_typedef_constructor_test: Fail # Issue 11888 | 76 mixin_typedef_constructor_test: Fail # Issue 11888 |
| 77 mixin_type_parameter2_test: Fail # Issue 11888 | 77 mixin_type_parameter2_test: Fail # Issue 11888 |
| 78 | 78 |
| 79 const_constructor_mixin_test/01: Fail # Issue 11917 | 79 ###const_constructor_mixin_test/01: Fail # Issue 11917 |
|
ahe
2013/08/05 11:52:02
Do you want to remove these?
hausner
2013/08/05 11:55:22
Oops, yes.
| |
| 80 const_constructor_mixin2_test/01: Fail # Issue 11917 | 80 ###const_constructor_mixin2_test/01: Fail # Issue 11917 |
| 81 const_constructor_mixin3_test/01: Fail # Issue 11917 | 81 ###const_constructor_mixin3_test/01: Fail # Issue 11917 |
| 82 | 82 |
| 83 [ $compiler == none && $unchecked ] | 83 [ $compiler == none && $unchecked ] |
| 84 | 84 |
| 85 # Only checked mode reports an error on type assignment | 85 # Only checked mode reports an error on type assignment |
| 86 # problems in compile time constants. | 86 # problems in compile time constants. |
| 87 compile_time_constant_checked_test/02: Fail, OK | 87 compile_time_constant_checked_test/02: Fail, OK |
| 88 compile_time_constant_checked2_test/01: Fail, OK | 88 compile_time_constant_checked2_test/01: Fail, OK |
| 89 compile_time_constant_checked2_test/02: Fail, OK | 89 compile_time_constant_checked2_test/02: Fail, OK |
| 90 compile_time_constant_checked2_test/03: Fail, OK | 90 compile_time_constant_checked2_test/03: Fail, OK |
| 91 compile_time_constant_checked2_test/04: Fail, OK | 91 compile_time_constant_checked2_test/04: Fail, OK |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 317 | 317 |
| 318 [ $arch == simarm || $arch == arm ] | 318 [ $arch == simarm || $arch == arm ] |
| 319 try_catch4_test: Crash, Fail | 319 try_catch4_test: Crash, Fail |
| 320 | 320 |
| 321 | 321 |
| 322 [ $arch == mips ] | 322 [ $arch == mips ] |
| 323 *: Skip | 323 *: Skip |
| 324 | 324 |
| 325 [ $arch == simmips ] | 325 [ $arch == simmips ] |
| 326 try_catch4_test: Fail | 326 try_catch4_test: Fail |
| OLD | NEW |