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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. | 73 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. |
74 | 74 |
75 [ $compiler == dart2dart ] | 75 [ $compiler == dart2dart ] |
76 *: Skip # Issue 12629 | 76 *: Skip # Issue 12629 |
77 | 77 |
78 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li
nux) ] | 78 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li
nux) ] |
79 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 | 79 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 |
80 | 80 |
81 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome ) ] | 81 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome ) ] |
82 isolate_stress_test: Pass, Slow # Issue 10697 | 82 isolate_stress_test: Pass, Slow # Issue 10697 |
| 83 isolate_stress_test: Timeout # Issue 14461 |
83 | 84 |
84 [ $compiler == none && $runtime == drt ] | 85 [ $compiler == none && $runtime == drt ] |
85 isolate_stress_test: Skip # Issue 12537 | 86 isolate_stress_test: Skip # Issue 12537 |
86 | 87 |
87 [ $csp ] | 88 [ $csp ] |
88 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 | 89 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 |
89 spawn_uri_test: Fail # http://dartbug.com/13454 | 90 spawn_uri_test: Fail # http://dartbug.com/13454 |
90 | 91 |
91 [ $jscl || $runtime == ie9 ] | 92 [ $jscl || $runtime == ie9 ] |
92 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 | 93 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 |
(...skipping 16 matching lines...) Expand all Loading... |
109 message2_test: Fail | 110 message2_test: Fail |
110 message_test: Fail | 111 message_test: Fail |
111 mint_maker_test: Fail | 112 mint_maker_test: Fail |
112 nested_spawn2_test: Fail | 113 nested_spawn2_test: Fail |
113 nested_spawn_test: Fail | 114 nested_spawn_test: Fail |
114 request_reply_test: Fail | 115 request_reply_test: Fail |
115 spawn_function_custom_class_test: Fail | 116 spawn_function_custom_class_test: Fail |
116 spawn_function_test: Fail | 117 spawn_function_test: Fail |
117 stacktrace_message_test: Fail | 118 stacktrace_message_test: Fail |
118 unresolved_ports_test: Fail | 119 unresolved_ports_test: Fail |
OLD | NEW |