| 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 && $arch == mips && $mode == debug ] | 9 [ $runtime == vm && $arch == mips && $mode == debug ] |
| 10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. | 10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction | 100 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction |
| 101 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction | 101 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
| 102 issue_21398_parent_isolate_test: Fail, OK # Issue 13921 Dom isolates don't suppo
rt spawnFunction | 102 issue_21398_parent_isolate_test: Fail, OK # Issue 13921 Dom isolates don't suppo
rt spawnFunction |
| 103 issue_21398_parent_isolate1_test: Fail, OK # Issue 13921 Dom isolates don't supp
ort spawnFunction | 103 issue_21398_parent_isolate1_test: Fail, OK # Issue 13921 Dom isolates don't supp
ort spawnFunction |
| 104 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction | 104 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction |
| 105 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction | 105 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction |
| 106 start_paused_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunc
tion | 106 start_paused_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunc
tion |
| 107 object_leak_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunctio
n | 107 object_leak_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunctio
n |
| 108 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction | 108 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
| 109 spawn_uri_missing_from_isolate_test: RuntimeError # Issue 17649 | 109 spawn_uri_missing_from_isolate_test: RuntimeError # Issue 17649 |
| 110 spawn_uri_missing_test: Skip # Times out. | 110 spawn_uri_missing_test: SkipSlow # Times out. |
| 111 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun
ction | 111 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun
ction |
| 112 | 112 |
| 113 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 113 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 114 browser/typed_data_message_test: StaticWarning | 114 browser/typed_data_message_test: StaticWarning |
| 115 mint_maker_test: StaticWarning | 115 mint_maker_test: StaticWarning |
| 116 | 116 |
| 117 [ $compiler != none || $runtime != vm ] | 117 [ $compiler != none || $runtime != vm ] |
| 118 package_root_test: SkipByDesign # Uses dart:io. | 118 package_root_test: SkipByDesign # Uses dart:io. |
| OLD | NEW |