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 |
11 isolate2_negative_test: Skip # Issue 12587. | 11 isolate2_negative_test: Skip # Issue 12587. |
12 isolate3_negative_test: Skip # Issue 12587. | 12 isolate3_negative_test: Skip # Issue 12587. |
13 | 13 |
14 [ $analyzer ] | 14 [ $analyzer ] |
15 isolate2_negative_test: Fail | |
16 isolate_import_negative_test: Fail | 15 isolate_import_negative_test: Fail |
17 unresolved_ports_test: Pass | 16 unresolved_ports_test: Pass |
18 | 17 |
19 [ $compiler == dart2js && $jscl ] | 18 [ $compiler == dart2js && $jscl ] |
20 browser/*: SkipByDesign # Browser specific tests | 19 browser/*: SkipByDesign # Browser specific tests |
21 | 20 |
22 [ $compiler == dart2js && $runtime == drt ] | 21 [ $compiler == dart2js && $runtime == drt ] |
23 unresolved_ports_negative_test: Pass, Crash # Issue 10613 | 22 unresolved_ports_negative_test: Pass, Crash # Issue 10613 |
24 isolate_stress_test: Pass, Crash # Issue 14438 | 23 isolate_stress_test: Pass, Crash # Issue 14438 |
25 | 24 |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 isolate_stress_test: Skip # Issue 14463 | 93 isolate_stress_test: Skip # Issue 14463 |
95 | 94 |
96 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 95 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
97 browser/typed_data_message_test: StaticWarning | 96 browser/typed_data_message_test: StaticWarning |
98 isolate3_negative_test: CompileTimeError | 97 isolate3_negative_test: CompileTimeError |
99 isolate_import_negative_test: CompileTimeError | 98 isolate_import_negative_test: CompileTimeError |
100 mint_maker_test: StaticWarning | 99 mint_maker_test: StaticWarning |
101 serialization_test: StaticWarning | 100 serialization_test: StaticWarning |
102 unresolved_ports_test: StaticWarning | 101 unresolved_ports_test: StaticWarning |
103 | 102 |
OLD | NEW |