| 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 [$runtime == vm && $compiler == none && $system == fuchsia] | 5 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 6 *: Skip # Not yet triaged. | 6 *: Skip # Not yet triaged. |
| 7 | 7 |
| 8 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ] | 8 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ] |
| 9 browser/*: SkipByDesign # Browser specific tests | 9 browser/*: SkipByDesign # Browser specific tests |
| 10 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to
pass when we have wrapper-less tests. | 10 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to
pass when we have wrapper-less tests. |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 [ $compiler == none && ($runtime == vm || $runtime == flutter) ] | 172 [ $compiler == none && ($runtime == vm || $runtime == flutter) ] |
| 173 scenarios/short_package/short_package_test: Fail, OK # We do not plan to suppor
t the tested behavior anyway. | 173 scenarios/short_package/short_package_test: Fail, OK # We do not plan to suppor
t the tested behavior anyway. |
| 174 | 174 |
| 175 [ $compiler != none || $runtime != vm ] | 175 [ $compiler != none || $runtime != vm ] |
| 176 package_root_test: SkipByDesign # Uses Isolate.packageRoot | 176 package_root_test: SkipByDesign # Uses Isolate.packageRoot |
| 177 package_config_test: SkipByDesign # Uses Isolate.packageConfig | 177 package_config_test: SkipByDesign # Uses Isolate.packageConfig |
| 178 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri | 178 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri |
| 179 spawn_uri_fail_test: SkipByDesign # Uses dart:io. | 179 spawn_uri_fail_test: SkipByDesign # Uses dart:io. |
| 180 scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and
.dart URIs. | 180 scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and
.dart URIs. |
| 181 | 181 |
| 182 [ $compiler == precompiler || $mode == product || $runtime == flutter ] | 182 [ $compiler == precompiler || $runtime == flutter ] |
| 183 # Imports dart:mirrors | 183 # Imports dart:mirrors |
| 184 count_test: SkipByDesign | 184 count_test: SkipByDesign |
| 185 cross_isolate_message_test: SkipByDesign | 185 cross_isolate_message_test: SkipByDesign |
| 186 illegal_msg_function_test: SkipByDesign | 186 illegal_msg_function_test: SkipByDesign |
| 187 illegal_msg_mirror_test: SkipByDesign | 187 illegal_msg_mirror_test: SkipByDesign |
| 188 isolate_complex_messages_test: SkipByDesign | 188 isolate_complex_messages_test: SkipByDesign |
| 189 mandel_isolate_test: SkipByDesign | 189 mandel_isolate_test: SkipByDesign |
| 190 message2_test: SkipByDesign | 190 message2_test: SkipByDesign |
| 191 message_test: SkipByDesign | 191 message_test: SkipByDesign |
| 192 mint_maker_test: SkipByDesign | 192 mint_maker_test: SkipByDesign |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 [ $runtime == flutter ] | 262 [ $runtime == flutter ] |
| 263 issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114 | 263 issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114 |
| 264 simple_message_test/01: Skip # Flutter Issue 9114 | 264 simple_message_test/01: Skip # Flutter Issue 9114 |
| 265 isolate_import_test/01: Skip # Flutter Issue 9114 | 265 isolate_import_test/01: Skip # Flutter Issue 9114 |
| 266 | 266 |
| 267 # Deferred loading kernel issue 28335. | 267 # Deferred loading kernel issue 28335. |
| 268 [ ($compiler == dartk || $compiler == dartkp) ] | 268 [ ($compiler == dartk || $compiler == dartkp) ] |
| 269 deferred_in_isolate2_test: Skip # Deferred loading kernel issue 28335. | 269 deferred_in_isolate2_test: Skip # Deferred loading kernel issue 28335. |
| 270 deferred_in_isolate_test: Skip # Deferred loading kernel issue 28335. | 270 deferred_in_isolate_test: Skip # Deferred loading kernel issue 28335. |
| 271 issue_21398_parent_isolate2_test/none: CompileTimeError # Deferred loading kerne
l issue 28335. | 271 issue_21398_parent_isolate2_test/none: CompileTimeError # Deferred loading kerne
l issue 28335. |
| OLD | NEW |