| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 129 error_exit_at_spawnuri_test: SkipByDesign  # 13921 Dom isolates don't support sp
     awnFunction | 129 error_exit_at_spawnuri_test: SkipByDesign  # 13921 Dom isolates don't support sp
     awnFunction | 
| 130 error_at_spawnuri_test: SkipByDesign  # 13921 Dom isolates don't support spawnFu
     nction | 130 error_at_spawnuri_test: SkipByDesign  # 13921 Dom isolates don't support spawnFu
     nction | 
| 131 exit_at_spawnuri_test: SkipByDesign  # 13921 Dom isolates don't support spawnFun
     ction | 131 exit_at_spawnuri_test: SkipByDesign  # 13921 Dom isolates don't support spawnFun
     ction | 
| 132 | 132 | 
| 133 | 133 | 
| 134 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 134 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 
| 135 browser/typed_data_message_test: StaticWarning | 135 browser/typed_data_message_test: StaticWarning | 
| 136 mint_maker_test: StaticWarning | 136 mint_maker_test: StaticWarning | 
| 137 | 137 | 
| 138 [ $compiler != none || $runtime != vm ] | 138 [ $compiler != none || $runtime != vm ] | 
| 139 package_root_test: SkipByDesign # Uses dart:io. | 139 package_root_test: SkipByDesign  # Uses Isolate.packageRoot | 
|  | 140 package_map_test: SkipByDesign  # Uses Isolate.packageMap | 
| 140 | 141 | 
| 141 [ $compiler == dart2js && $cps_ir ] | 142 [ $compiler == dart2js && $cps_ir ] | 
| 142 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function | 143 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function | 
| 143 isolate_current_test: RuntimeError # Please triage this failure. | 144 isolate_current_test: RuntimeError # Please triage this failure. | 
| OLD | NEW | 
|---|