| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 function_send1_test: SkipByDesign # Test uses a ".dart" URI. | 51 function_send1_test: SkipByDesign # Test uses a ".dart" URI. |
| 52 error_exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. | 52 error_exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. |
| 53 error_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. | 53 error_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. |
| 54 exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. | 54 exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. |
| 55 message3_test/constList: RuntimeError # Issue 21817 | 55 message3_test/constList: RuntimeError # Issue 21817 |
| 56 message3_test/constList_identical: RuntimeError # Issue 21817 | 56 message3_test/constList_identical: RuntimeError # Issue 21817 |
| 57 message3_test/constMap: RuntimeError # Issue 21817 | 57 message3_test/constMap: RuntimeError # Issue 21817 |
| 58 message3_test/constInstance: RuntimeError # Issue 21817 | 58 message3_test/constInstance: RuntimeError # Issue 21817 |
| 59 browser/issue_12474_test: CompileTimeError # Issue 22529 | 59 browser/issue_12474_test: CompileTimeError # Issue 22529 |
| 60 enum_const_test/02: RuntimeError # Issue 21817 | 60 enum_const_test/02: RuntimeError # Issue 21817 |
| 61 error_exit_at_spawn_test: Fail, Timeout # Issue 23876 | 61 error_exit_at_spawn_test: Fail # Issue 23876 |
| 62 error_at_spawn_test: Fail, Timeout # Issue 23876 | 62 error_at_spawn_test: Fail # Issue 23876 |
| 63 exit_at_spawn_test: Fail, Timeout # Issue 23876 | 63 exit_at_spawn_test: Fail # Issue 23876 |
| 64 |
| 65 [ $compiler == dart2js && $runtime != d8 ] |
| 66 error_exit_at_spawn_test: Skip # Issue 23876 |
| 67 error_at_spawn_test: Skip # Issue 23876 |
| 68 exit_at_spawn_test: Skip # Issue 23876 |
| 64 | 69 |
| 65 [ $compiler == dart2js && $jscl ] | 70 [ $compiler == dart2js && $jscl ] |
| 66 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell | 71 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell |
| 67 | 72 |
| 68 [ $csp ] | 73 [ $csp ] |
| 69 deferred_in_isolate2_test: Skip # Issue 16898. Deferred loading does not work fr
om an isolate in CSP-mode | 74 deferred_in_isolate2_test: Skip # Issue 16898. Deferred loading does not work fr
om an isolate in CSP-mode |
| 70 | 75 |
| 71 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 76 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 72 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. | 77 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. |
| 73 | 78 |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 [ $compiler != none || $runtime != vm ] | 143 [ $compiler != none || $runtime != vm ] |
| 139 package_root_test: SkipByDesign # Uses dart:io. | 144 package_root_test: SkipByDesign # Uses dart:io. |
| 140 | 145 |
| 141 [ $compiler == dart2js && $cps_ir ] | 146 [ $compiler == dart2js && $cps_ir ] |
| 142 deferred_in_isolate2_test: Crash # (lib.f()): deferred access is not implemented | 147 deferred_in_isolate2_test: Crash # (lib.f()): deferred access is not implemented |
| 143 isolate_current_test: RuntimeError # Please triage this failure. | 148 isolate_current_test: RuntimeError # Please triage this failure. |
| 144 message3_test/byteBuffer: RuntimeError # Please triage this failure. | 149 message3_test/byteBuffer: RuntimeError # Please triage this failure. |
| 145 message3_test/fun: RuntimeError # Please triage this failure. | 150 message3_test/fun: RuntimeError # Please triage this failure. |
| 146 message3_test/int32x4: RuntimeError # Please triage this failure. | 151 message3_test/int32x4: RuntimeError # Please triage this failure. |
| 147 message3_test/none: RuntimeError # Please triage this failure. | 152 message3_test/none: RuntimeError # Please triage this failure. |
| OLD | NEW |