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 | 15 isolate2_negative_test: Fail |
16 isolate_import_negative_test: Fail | 16 isolate_import_negative_test: Fail |
17 unresolved_ports_test: Pass | 17 unresolved_ports_test: Pass |
18 mandel_isolate_test: StaticWarning # test issue 14782; unittestConfiguration.ti
meout has only getter in Configuration | |
19 | 18 |
20 [ $compiler == dart2js && $jscl ] | 19 [ $compiler == dart2js && $jscl ] |
21 browser/*: SkipByDesign # Browser specific tests | 20 browser/*: SkipByDesign # Browser specific tests |
22 | 21 |
23 [ $compiler == dart2js && $runtime == drt ] | 22 [ $compiler == dart2js && $runtime == drt ] |
24 unresolved_ports_negative_test: Pass, Crash # Issue 10613 | 23 unresolved_ports_negative_test: Pass, Crash # Issue 10613 |
25 isolate_stress_test: Pass, Crash # Issue 14438 | 24 isolate_stress_test: Pass, Crash # Issue 14438 |
26 | 25 |
27 [ $compiler == dart2js ] | 26 [ $compiler == dart2js ] |
28 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly
declared in isolate_patch.dart | 27 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly
declared in isolate_patch.dart |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 unresolved_ports_test: Fail | 113 unresolved_ports_test: Fail |
115 | 114 |
116 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 115 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
117 browser/typed_data_message_test: StaticWarning | 116 browser/typed_data_message_test: StaticWarning |
118 isolate3_negative_test: CompileTimeError | 117 isolate3_negative_test: CompileTimeError |
119 isolate_import_negative_test: CompileTimeError | 118 isolate_import_negative_test: CompileTimeError |
120 mint_maker_test: StaticWarning | 119 mint_maker_test: StaticWarning |
121 serialization_test: StaticWarning | 120 serialization_test: StaticWarning |
122 unresolved_ports_test: StaticWarning | 121 unresolved_ports_test: StaticWarning |
123 | 122 |
OLD | NEW |