| 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 [ $strong ] | 5 [ $strong ] |
| 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes
ts. | 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes
ts. |
| 7 | 7 |
| 8 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 8 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 9 bool_from_environment2_test: Skip | 9 bool_from_environment2_test: Skip |
| 10 bool_from_environment_test: Skip | 10 bool_from_environment_test: Skip |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 [ $arch == simdbc || $arch == simdbc64 ] | 208 [ $arch == simdbc || $arch == simdbc64 ] |
| 209 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 209 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| 210 | 210 |
| 211 [ $hot_reload || $hot_reload_rollback ] | 211 [ $hot_reload || $hot_reload_rollback ] |
| 212 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. | 212 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. |
| 213 big_integer_huge_mul_vm_test: Pass, Slow # Slow | 213 big_integer_huge_mul_vm_test: Pass, Slow # Slow |
| 214 | 214 |
| 215 [ $compiler == dart2js && $dart2js_with_kernel ] | 215 [ $compiler == dart2js && $dart2js_with_kernel ] |
| 216 error_stack_trace1_test: Pass # Issue 27394 | 216 error_stack_trace1_test: Pass # Issue 27394 |
| 217 symbol_reserved_word_test/03: Pass # Issue 27394 | 217 symbol_reserved_word_test/03: Pass # Issue 27394 |
| 218 growable_list_test: RuntimeError # Issue 27394 | |
| 219 iterable_empty_test: RuntimeError # Issue 27394 | |
| 220 iterable_return_type_test/none: RuntimeError # Issue 27394 | |
| 221 iterable_to_list_test/none: RuntimeError # Issue 27394 | |
| 222 list_filled_type_argument_test: RuntimeError # Issue 27394 | |
| 223 map_test: Crash # Issue 27394 | 218 map_test: Crash # Issue 27394 |
| 224 regexp/pcre_test: RuntimeError # Issue 27394 | 219 regexp/pcre_test: RuntimeError # Issue 27394 |
| 225 symbol_operator_test/03: RuntimeError # Issue 27394 | 220 symbol_operator_test/03: RuntimeError # Issue 27394 |
| 226 symbol_reserved_word_test/06: RuntimeError # Issue 27394 | 221 symbol_reserved_word_test/06: RuntimeError # Issue 27394 |
| 227 symbol_reserved_word_test/09: RuntimeError # Issue 27394 | 222 symbol_reserved_word_test/09: RuntimeError # Issue 27394 |
| 228 symbol_reserved_word_test/12: RuntimeError # Issue 27394 | 223 symbol_reserved_word_test/12: RuntimeError # Issue 27394 |
| 229 symbol_test/none: RuntimeError # Issue 27394 | 224 symbol_test/none: RuntimeError # Issue 27394 |
| 230 | 225 |
| 231 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 226 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
| 232 regress/4562_test/01: Crash # Issue 27394 | 227 regress/4562_test/01: Crash # Issue 27394 |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 | 305 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 |
| 311 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 | 306 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 |
| 312 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 | 307 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 |
| 313 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 | 308 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 |
| 314 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 | 309 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 |
| 315 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 | 310 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 |
| 316 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 | 311 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 |
| 317 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 | 312 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 |
| 318 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 | 313 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 |
| 319 main_test: RuntimeError # Flutter Issue 9111 | 314 main_test: RuntimeError # Flutter Issue 9111 |
| OLD | NEW |