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 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
6 bool_from_environment2_test: Skip | 6 bool_from_environment2_test: Skip |
7 bool_from_environment_test: Skip | 7 bool_from_environment_test: Skip |
8 from_environment_const_type_test: Skip | 8 from_environment_const_type_test: Skip |
9 from_environment_const_type_undefined_test: Skip | 9 from_environment_const_type_undefined_test: Skip |
10 int_from_environment2_test: Skip | 10 int_from_environment2_test: Skip |
(...skipping 22 matching lines...) Expand all Loading... |
33 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp
iler == dart2js ] | 33 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp
iler == dart2js ] |
34 symbol_reserved_word_test/02: CompileTimeError # bug 20191 | 34 symbol_reserved_word_test/02: CompileTimeError # bug 20191 |
35 symbol_reserved_word_test/05: CompileTimeError # bug 20191 | 35 symbol_reserved_word_test/05: CompileTimeError # bug 20191 |
36 | 36 |
37 # With the exception of 'void', const Symbol() should not accept reserved | 37 # With the exception of 'void', const Symbol() should not accept reserved |
38 # words. | 38 # words. |
39 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 | 39 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 |
40 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 | 40 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 |
41 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 | 41 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 |
42 | 42 |
43 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $un
checked ] | 43 [ ($compiler == none || $compiler == app_jit) && $unchecked ] |
44 iterable_generate_test/01: RuntimeError # Issue 28025 | 44 iterable_generate_test/01: RuntimeError # Issue 28025 |
45 | 45 |
46 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 46 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
47 package_resource_test: RuntimeError # Issue 26842 | 47 package_resource_test: RuntimeError # Issue 26842 |
48 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors | 48 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors |
49 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors | 49 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors |
50 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors | 50 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors |
51 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors | 51 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors |
52 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors | 52 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors |
53 main_test: Fail # Dartium needs to check for both main() and main(args). | 53 main_test: Fail # Dartium needs to check for both main() and main(args). |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 package_resource_test: Skip # Resolve URI not supported yet in product mode. | 209 package_resource_test: Skip # Resolve URI not supported yet in product mode. |
210 file_resource_test: Skip # Resolve URI not supported yet in product mode. | 210 file_resource_test: Skip # Resolve URI not supported yet in product mode. |
211 http_resource_test: Skip # Resolve URI not supported yet in product mode. | 211 http_resource_test: Skip # Resolve URI not supported yet in product mode. |
212 | 212 |
213 [ $arch == simdbc || $arch == simdbc64 ] | 213 [ $arch == simdbc || $arch == simdbc64 ] |
214 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 214 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
215 | 215 |
216 [ $hot_reload || $hot_reload_rollback ] | 216 [ $hot_reload || $hot_reload_rollback ] |
217 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. | 217 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. |
218 | 218 |
OLD | NEW |