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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 spawn_uri_test: RuntimeError # Issue 16549 | 67 spawn_uri_test: RuntimeError # Issue 16549 |
68 spawn_uri_vm_test: RuntimeError # Issue 16549 | 68 spawn_uri_vm_test: RuntimeError # Issue 16549 |
69 | 69 |
70 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome || $runtime == chromeOnAndroid) ] | 70 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome || $runtime == chromeOnAndroid) ] |
71 isolate_stress_test: Pass, Slow # Issue 10697 | 71 isolate_stress_test: Pass, Slow # Issue 10697 |
72 | 72 |
73 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 73 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
74 unresolved_ports_test: Pass, Timeout # Issue 15610 | 74 unresolved_ports_test: Pass, Timeout # Issue 15610 |
75 | 75 |
76 [ $compiler == none && $runtime == drt ] | 76 [ $compiler == none && $runtime == drt ] |
77 isolate_stress_test: Skip # Issue 14463 | |
78 spawn_uri_nested_vm_test: Skip # Issue 14463 | 77 spawn_uri_nested_vm_test: Skip # Issue 14463 |
79 | 78 |
80 [ $jscl || $runtime == ie9 ] | 79 [ $jscl || $runtime == ie9 ] |
81 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 | 80 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 |
82 | 81 |
83 [ $compiler == none && $runtime == dartium ] | 82 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] |
84 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. | 83 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. |
85 | 84 |
86 [ $compiler == none && $runtime == dartium ] | 85 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] |
87 isolate_stress_test: Skip # Issue 14463 | |
88 | |
89 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | |
90 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction | 86 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction |
91 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction | 87 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
| 88 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction |
92 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction | 89 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
93 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649 | 90 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649 |
94 spawn_uri_missing_test: Skip # Times out. | 91 spawn_uri_missing_test: Skip # Times out. |
95 | 92 |
96 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 93 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
97 browser/typed_data_message_test: StaticWarning | 94 browser/typed_data_message_test: StaticWarning |
98 mint_maker_test: StaticWarning | 95 mint_maker_test: StaticWarning |
99 serialization_test: StaticWarning | 96 serialization_test: StaticWarning |
OLD | NEW |