| 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 [ $compiler == dart2js && ! $browser ] | 192 [ $compiler == dart2js && ! $browser ] |
| 193 package_resource_test: RuntimeError # Issue 26842 | 193 package_resource_test: RuntimeError # Issue 26842 |
| 194 | 194 |
| 195 [ $mode == debug ] | 195 [ $mode == debug ] |
| 196 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 | 196 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 |
| 197 | 197 |
| 198 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] | 198 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] |
| 199 int_parse_radix_test/*: Pass, Slow | 199 int_parse_radix_test/*: Pass, Slow |
| 200 big_integer_parsed_mul_div_vm_test: Pass, Slow | 200 big_integer_parsed_mul_div_vm_test: Pass, Slow |
| 201 | 201 |
| 202 [ $compiler == precompiler || $mode == product ] | 202 [ $compiler == precompiler ] |
| 203 apply3_test: SkipByDesign # Imports dart:mirrors | 203 apply3_test: SkipByDesign # Imports dart:mirrors |
| 204 | |
| 205 [ $compiler == precompiler ] | |
| 206 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 204 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| 207 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify | 205 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify |
| 208 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 206 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
| 209 int_parse_radix_test: Pass, Timeout # --no_intrinsify | 207 int_parse_radix_test: Pass, Timeout # --no_intrinsify |
| 210 | 208 |
| 211 [ $compiler == precompiler || $compiler == app_jit ] | 209 [ $compiler == precompiler || $compiler == app_jit ] |
| 212 data_resource_test: Skip # Resolve URI not supported yet in product mode. | 210 data_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 213 package_resource_test: Skip # Resolve URI not supported yet in product mode. | 211 package_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 214 file_resource_test: Skip # Resolve URI not supported yet in product mode. | 212 file_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 215 http_resource_test: Skip # Resolve URI not supported yet in product mode. | 213 http_resource_test: Skip # Resolve URI not supported yet in product mode. |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 | 317 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 |
| 320 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 | 318 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 |
| 321 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 | 319 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 |
| 322 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 | 320 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 |
| 323 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 | 321 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 |
| 324 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 | 322 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 |
| 325 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 | 323 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 |
| 326 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 | 324 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 |
| 327 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 | 325 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 |
| 328 main_test: RuntimeError # Flutter Issue 9111 | 326 main_test: RuntimeError # Flutter Issue 9111 |
| OLD | NEW |