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 ] | 5 [ $runtime == vm ] |
6 browser/*: SkipByDesign # Browser specific tests | 6 browser/*: SkipByDesign # Browser specific tests |
7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. | 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. |
8 | 8 |
9 [ $runtime != vm ] | 9 [ $runtime != vm ] |
10 checked_test: Skip # Unsupported. | 10 checked_test: Skip # Unsupported. |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 function_send1_test: SkipByDesign # Test uses a ".dart" URI. | 48 function_send1_test: SkipByDesign # Test uses a ".dart" URI. |
49 error_exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. | 49 error_exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. |
50 error_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. | 50 error_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. |
51 exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. | 51 exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. |
52 message3_test/constList: RuntimeError # Issue 21817 | 52 message3_test/constList: RuntimeError # Issue 21817 |
53 message3_test/constList_identical: RuntimeError # Issue 21817 | 53 message3_test/constList_identical: RuntimeError # Issue 21817 |
54 message3_test/constMap: RuntimeError # Issue 21817 | 54 message3_test/constMap: RuntimeError # Issue 21817 |
55 message3_test/constInstance: RuntimeError # Issue 21817 | 55 message3_test/constInstance: RuntimeError # Issue 21817 |
56 browser/issue_12474_test: CompileTimeError # Issue 22529 | 56 browser/issue_12474_test: CompileTimeError # Issue 22529 |
57 enum_const_test/02: RuntimeError # Issue 21817 | 57 enum_const_test/02: RuntimeError # Issue 21817 |
58 error_exit_at_spawn_test: Fail # Issue 23876 | |
59 error_at_spawn_test: Fail # Issue 23876 | |
60 exit_at_spawn_test: Fail # Issue 23876 | |
61 | 58 |
62 [ $compiler == dart2js && $runtime != d8 ] | 59 [ $compiler == dart2js && $runtime != d8 ] |
63 error_exit_at_spawn_test: Skip # Issue 23876 | 60 error_exit_at_spawn_test: Skip # Issue 23876 |
64 error_at_spawn_test: Skip # Issue 23876 | 61 error_at_spawn_test: Skip # Issue 23876 |
65 exit_at_spawn_test: Skip # Issue 23876 | 62 exit_at_spawn_test: Skip # Issue 23876 |
66 | 63 |
67 [ $compiler == dart2js && $jscl ] | 64 [ $compiler == dart2js && $jscl ] |
68 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell | 65 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell |
69 | 66 |
70 [ $csp ] | 67 [ $csp ] |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 [ $compiler != none || $runtime != vm ] | 137 [ $compiler != none || $runtime != vm ] |
141 package_root_test: SkipByDesign # Uses dart:io. | 138 package_root_test: SkipByDesign # Uses dart:io. |
142 | 139 |
143 [ $compiler == dart2js && $cps_ir ] | 140 [ $compiler == dart2js && $cps_ir ] |
144 deferred_in_isolate2_test: Crash # (lib.f()): deferred access is not implemented | 141 deferred_in_isolate2_test: Crash # (lib.f()): deferred access is not implemented |
145 isolate_current_test: RuntimeError # Please triage this failure. | 142 isolate_current_test: RuntimeError # Please triage this failure. |
146 message3_test/byteBuffer: RuntimeError # Please triage this failure. | 143 message3_test/byteBuffer: RuntimeError # Please triage this failure. |
147 message3_test/fun: RuntimeError # Please triage this failure. | 144 message3_test/fun: RuntimeError # Please triage this failure. |
148 message3_test/int32x4: RuntimeError # Please triage this failure. | 145 message3_test/int32x4: RuntimeError # Please triage this failure. |
149 message3_test/none: RuntimeError # Please triage this failure. | 146 message3_test/none: RuntimeError # Please triage this failure. |
OLD | NEW |