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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 [ $compiler == dart2dart ] | 82 [ $compiler == dart2dart ] |
83 *: Skip # Issue 12629 | 83 *: Skip # Issue 12629 |
84 | 84 |
85 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li
nux) ] | 85 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li
nux) ] |
86 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 | 86 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 |
87 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952 | 87 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952 |
88 | 88 |
89 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome ) ] | 89 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome ) ] |
90 isolate_stress_test: Pass, Slow # Issue 10697 | 90 isolate_stress_test: Pass, Slow # Issue 10697 |
91 | 91 |
92 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 92 [ $compiler == none && $runtime == drt ] |
93 isolate_stress_test: Skip # Issue 12537 | 93 isolate_stress_test: Skip # Issue 12537 |
94 spawn_uri_multi_test/01: Fail # Issue 13615 | 94 spawn_uri_multi_test/01: Fail # Issue 13615 |
95 | 95 |
96 [ $csp ] | 96 [ $csp ] |
97 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 | 97 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 |
98 spawn_uri_test: Fail # http://dartbug.com/13454 | 98 spawn_uri_test: Fail # http://dartbug.com/13454 |
99 | 99 |
100 [ $jscl || $runtime == ie9 ] | 100 [ $jscl || $runtime == ie9 ] |
101 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 | 101 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 |
| 102 |
| 103 [ $compiler == none && $runtime == dartium ] |
| 104 global_error_handler2_test: Fail # Issue 13719: Please triage this failure. |
OLD | NEW |