| 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 mirror_in_static_init_test: CompileTimeError, OK | 8 mirror_in_static_init_test: CompileTimeError, OK # Change this to a multitest. I
ssue 22071 |
| 9 | 9 |
| 10 [ $compiler == none ] | 10 [ $compiler == none ] |
| 11 built_in_identifier_prefix_test: Fail # Issue 6970 | 11 built_in_identifier_prefix_test: Fail # Issue 6970 |
| 12 | 12 |
| 13 # These bugs refer currently ongoing language discussions. | 13 # These bugs refer currently ongoing language discussions. |
| 14 constructor_initializer_test/none: Fail # Issue 12633 | 14 constructor_initializer_test/none: Fail # Issue 12633 |
| 15 constructor5_test: Fail # Issue 6422 | 15 constructor5_test: Fail # Issue 6422 |
| 16 constructor6_test: Fail # Issue 6422 | 16 constructor6_test: Fail # Issue 6422 |
| 17 closure_in_initializer_test: Fail # Issue 6422 | 17 closure_in_initializer_test: Fail # Issue 6422 |
| 18 | 18 |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 type_checks_in_factory_method_test: Fail # Issue 13719: Please triage this failu
re. | 86 type_checks_in_factory_method_test: Fail # Issue 13719: Please triage this failu
re. |
| 87 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. | 87 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. |
| 88 | 88 |
| 89 [ $compiler == none && $runtime == dartium ] | 89 [ $compiler == none && $runtime == dartium ] |
| 90 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa
ilure. | 90 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa
ilure. |
| 91 | 91 |
| 92 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] | 92 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] |
| 93 issue13474_test: Pass, Fail # Issue 14651. | 93 issue13474_test: Pass, Fail # Issue 14651. |
| 94 typed_message_test: Crash, Fail # Issue 13921, 14400 | 94 typed_message_test: Crash, Fail # Issue 13921, 14400 |
| 95 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. | 95 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. |
| 96 main_test/01: Fail # http://dartbug.com/20028 | 96 main_test/01: Fail # Issue 20028 |
| 97 main_test/02: Fail # http://dartbug.com/20028 | 97 main_test/02: Fail # Issue 20028 |
| 98 main_test/04: Fail # http://dartbug.com/20028 | 98 main_test/04: Fail # Issue 20028 |
| 99 main_test/05: Fail # http://dartbug.com/20028 | 99 main_test/05: Fail # Issue 20028 |
| 100 main_test/21: Fail # http://dartbug.com/20028 | 100 main_test/21: Fail # Issue 20028 |
| 101 main_test/42: Fail # http://dartbug.com/20028 | 101 main_test/42: Fail # Issue 20028 |
| 102 | 102 mirror_in_static_init_test: Fail # Issue 22071 |
| 103 | 103 |
| 104 [ $compiler == none && $runtime == drt ] | 104 [ $compiler == none && $runtime == drt ] |
| 105 disassemble_test: Pass, Fail # Issue 18122 | 105 disassemble_test: Pass, Fail # Issue 18122 |
| 106 | 106 |
| 107 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] | 107 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] |
| 108 generic_instanceof3_test: Pass, Crash # Issue 17440. | 108 generic_instanceof3_test: Pass, Crash # Issue 17440. |
| 109 | 109 |
| 110 [ $compiler == none && $runtime == vm && $arch == mips && $mode == debug ] | 110 [ $compiler == none && $runtime == vm && $arch == mips && $mode == debug ] |
| 111 stack_overflow_test: Skip # Crashes. Issue 17440. | 111 stack_overflow_test: Skip # Crashes. Issue 17440. |
| 112 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. | 112 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. |
| 113 large_class_declaration_test: Skip # Times out. Issue 20352 | 113 large_class_declaration_test: Skip # Times out. Issue 20352 |
| 114 | 114 |
| 115 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] | 115 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] |
| 116 large_class_declaration_test: Skip # Times out. Issue 20352 | 116 large_class_declaration_test: Skip # Times out. Issue 20352 |
| 117 | 117 |
| 118 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 118 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 119 gc_test: Skip # Times out flakily. Issue 20956 | 119 gc_test: Skip # Times out flakily. Issue 20956 |
| 120 | 120 |
| OLD | NEW |