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 [ $compiler == none ] | 9 [ $compiler == none ] |
10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code | 10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 | 67 |
68 [ $jscl || $runtime == ie9 ] | 68 [ $jscl || $runtime == ie9 ] |
69 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 | 69 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 |
70 | 70 |
71 [ $compiler == none && $runtime == dartium ] | 71 [ $compiler == none && $runtime == dartium ] |
72 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. | 72 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. |
73 | 73 |
74 [ $compiler == none && $runtime == dartium ] | 74 [ $compiler == none && $runtime == dartium ] |
75 isolate_stress_test: Skip # Issue 14463 | 75 isolate_stress_test: Skip # Issue 14463 |
76 | 76 |
| 77 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 78 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction |
| 79 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
| 80 isolate_throws_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
| 81 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
| 82 |
77 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 83 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
78 browser/typed_data_message_test: StaticWarning | 84 browser/typed_data_message_test: StaticWarning |
79 mint_maker_test: StaticWarning | 85 mint_maker_test: StaticWarning |
80 serialization_test: StaticWarning | 86 serialization_test: StaticWarning |
OLD | NEW |