| 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 ] | 8 [ $compiler == none && $runtime == drt ] |
| 9 from_environment_const_type_test: Skip | 9 from_environment_const_type_test: Skip |
| 10 from_environment_const_type_undefined_test: Skip | 10 from_environment_const_type_undefined_test: Skip |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 [ $compiler == dart2analyzer && $builder_tag == strong ] | 139 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 140 *: Skip # Issue 28649 | 140 *: Skip # Issue 28649 |
| 141 | 141 |
| 142 [ $system == windows && $arch == x64 ] | 142 [ $system == windows && $arch == x64 ] |
| 143 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 143 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 144 | 144 |
| 145 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] | 145 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] |
| 146 # The regexp tests are not verified to work on non d8/vm platforms yet. | 146 # The regexp tests are not verified to work on non d8/vm platforms yet. |
| 147 regexp/*: Skip | 147 regexp/*: Skip |
| 148 | 148 |
| 149 [ $runtime == d8 ] | |
| 150 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | |
| 151 | |
| 152 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter] | 149 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter] |
| 153 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 | 150 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 |
| 154 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008 | 151 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008 |
| 155 regexp/capture-3: Pass, Slow, Timeout # Issues 21593 and 22008 | 152 regexp/capture-3: Pass, Slow, Timeout # Issues 21593 and 22008 |
| 156 | 153 |
| 157 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] | 154 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] |
| 158 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). | 155 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). |
| 159 file_resource_test: Skip, OK # VM specific test, uses dart:io. | 156 file_resource_test: Skip, OK # VM specific test, uses dart:io. |
| 160 http_resource_test: Skip, OK # VM specific test, uses dart:io. | 157 http_resource_test: Skip, OK # VM specific test, uses dart:io. |
| 161 | 158 |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 | 265 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 |
| 269 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 | 266 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 |
| 270 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 | 267 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 |
| 271 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 | 268 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 |
| 272 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 | 269 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 |
| 273 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 | 270 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 |
| 274 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 | 271 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 |
| 275 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 | 272 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 |
| 276 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 | 273 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 |
| 277 main_test: RuntimeError # Flutter Issue 9111 | 274 main_test: RuntimeError # Flutter Issue 9111 |
| OLD | NEW |