| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 message3_test/constList_identical: RuntimeError # Issue 21817 | 50 message3_test/constList_identical: RuntimeError # Issue 21817 |
| 51 message3_test/constMap: RuntimeError # Issue 21817 | 51 message3_test/constMap: RuntimeError # Issue 21817 |
| 52 message3_test/constInstance: RuntimeError # Issue 21817 | 52 message3_test/constInstance: RuntimeError # Issue 21817 |
| 53 browser/issue_12474_test: CompileTimeError # Issue 22529 | 53 browser/issue_12474_test: CompileTimeError # Issue 22529 |
| 54 enum_const_test/02: RuntimeError # Issue 21817 | 54 enum_const_test/02: RuntimeError # Issue 21817 |
| 55 | 55 |
| 56 [ $compiler == dart2js && $runtime != d8 ] | 56 [ $compiler == dart2js && $runtime != d8 ] |
| 57 error_exit_at_spawn_test: Skip # Issue 23876 | 57 error_exit_at_spawn_test: Skip # Issue 23876 |
| 58 error_at_spawn_test: Skip # Issue 23876 | 58 error_at_spawn_test: Skip # Issue 23876 |
| 59 exit_at_spawn_test: Skip # Issue 23876 | 59 exit_at_spawn_test: Skip # Issue 23876 |
| 60 message4_test: Skip # Issue 30247 |
| 60 | 61 |
| 61 [ $compiler == dart2js && $jscl ] | 62 [ $compiler == dart2js && $jscl ] |
| 62 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell | 63 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell |
| 63 | 64 |
| 64 [ ($compiler == dart2js && $fast_startup) ] | 65 [ ($compiler == dart2js && $fast_startup) ] |
| 65 browser/compute_this_script_browser_test: Fail # mirrors not supported | 66 browser/compute_this_script_browser_test: Fail # mirrors not supported |
| 66 browser/typed_data_message_test: Fail # mirrors not supported | 67 browser/typed_data_message_test: Fail # mirrors not supported |
| 67 count_test: Fail # mirrors not supported | 68 count_test: Fail # mirrors not supported |
| 68 cross_isolate_message_test: Fail # mirrors not supported | 69 cross_isolate_message_test: Fail # mirrors not supported |
| 69 illegal_msg_function_test: Fail # mirrors not supported | 70 illegal_msg_function_test: Fail # mirrors not supported |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 [ $runtime == flutter ] | 206 [ $runtime == flutter ] |
| 206 issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114 | 207 issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114 |
| 207 simple_message_test/01: Skip # Flutter Issue 9114 | 208 simple_message_test/01: Skip # Flutter Issue 9114 |
| 208 isolate_import_test/01: Skip # Flutter Issue 9114 | 209 isolate_import_test/01: Skip # Flutter Issue 9114 |
| 209 | 210 |
| 210 # Deferred loading kernel issue 28335. | 211 # Deferred loading kernel issue 28335. |
| 211 [ ($compiler == dartk || $compiler == dartkp) ] | 212 [ ($compiler == dartk || $compiler == dartkp) ] |
| 212 deferred_in_isolate2_test: Skip # Deferred loading kernel issue 28335. | 213 deferred_in_isolate2_test: Skip # Deferred loading kernel issue 28335. |
| 213 deferred_in_isolate_test: Skip # Deferred loading kernel issue 28335. | 214 deferred_in_isolate_test: Skip # Deferred loading kernel issue 28335. |
| 214 issue_21398_parent_isolate2_test/none: CompileTimeError # Deferred loading kerne
l issue 28335. | 215 issue_21398_parent_isolate2_test/none: CompileTimeError # Deferred loading kerne
l issue 28335. |
| OLD | NEW |