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 [ $compiler == dart2js || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
6 constructor_duplicate_final_test/01: Fail # Issue 13363 | 6 constructor_duplicate_final_test/01: Fail # Issue 13363 |
7 constructor_duplicate_final_test/02: Fail # Issue 13363 | 7 constructor_duplicate_final_test/02: Fail # Issue 13363 |
8 override_inheritance_mixed_test/08: Fail # Issue 18124 | 8 override_inheritance_mixed_test/08: Fail # Issue 18124 |
9 override_inheritance_mixed_test/09: Fail # Issue 18124 | 9 override_inheritance_mixed_test/09: Fail # Issue 18124 |
10 bad_constructor_test/05: CompileTimeError # Issue 13669 | 10 bad_constructor_test/05: CompileTimeError # Issue 13669 |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 bit_operations_test: RuntimeError, OK # Issue 1533 | 148 bit_operations_test: RuntimeError, OK # Issue 1533 |
149 expect_test: RuntimeError, OK # Issue 13080 | 149 expect_test: RuntimeError, OK # Issue 13080 |
150 | 150 |
151 [ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ] | 151 [ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ] |
152 type_check_const_function_typedef2_test/00: MissingCompileTimeError, OK | 152 type_check_const_function_typedef2_test/00: MissingCompileTimeError, OK |
153 | 153 |
154 [ $compiler == dart2js && $runtime == none ] | 154 [ $compiler == dart2js && $runtime == none ] |
155 *: Fail, Pass # TODO(ahe): Triage these tests. | 155 *: Fail, Pass # TODO(ahe): Triage these tests. |
156 | 156 |
157 | 157 |
158 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
ie9 || $runtime == safari || $runtime == safarimobilesim)] | 158 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
safari || $runtime == safarimobilesim)] |
159 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 159 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
160 | 160 |
161 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 161 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
162 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. | 162 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. |
163 | 163 |
164 [ $compiler == dart2js && $runtime == ie9 ] | |
165 double_to_string_as_exponential3_test: Fail # Issue 12750 | |
166 double_to_string_as_fixed_test: Fail # Issue 12750 | |
167 double_to_string_as_precision3_test: Fail # Issue 12750 | |
168 expect_test: Fail # Issue 13080 | |
169 stack_overflow_test: Fail | |
170 stack_overflow_stacktrace_test: Fail | |
171 | |
172 | |
173 [ $runtime == opera ] | 164 [ $runtime == opera ] |
174 null_access_error_test: Fail # Issue: 7413 | 165 null_access_error_test: Fail # Issue: 7413 |
175 string_interpolate_null_test: Fail # Issue: 7413 | 166 string_interpolate_null_test: Fail # Issue: 7413 |
176 call_through_null_getter_test: Fail | 167 call_through_null_getter_test: Fail |
177 closure3_test: Fail | 168 closure3_test: Fail |
178 execute_finally3_test: Fail | 169 execute_finally3_test: Fail |
179 method_invocation_test: Fail | 170 method_invocation_test: Fail |
180 stack_overflow_test: Fail | 171 stack_overflow_test: Fail |
181 stack_overflow_stacktrace_test: Fail | 172 stack_overflow_stacktrace_test: Fail |
182 closure_call_wrong_argument_count_negative_test: Skip | 173 closure_call_wrong_argument_count_negative_test: Skip |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 f_bounded_quantification4_test: Fail # Issue 12605. | 243 f_bounded_quantification4_test: Fail # Issue 12605. |
253 f_bounded_quantification5_test: Fail # Issue 12605. | 244 f_bounded_quantification5_test: Fail # Issue 12605. |
254 type_variable_typedef_test: Fail # Issue 11467 | 245 type_variable_typedef_test: Fail # Issue 11467 |
255 | 246 |
256 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 247 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
257 super_call4_test: Fail, OK # hardcoded names. | 248 super_call4_test: Fail, OK # hardcoded names. |
258 | 249 |
259 [ $minified ] | 250 [ $minified ] |
260 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 251 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
261 | 252 |
262 [ $runtime == ie9 ] | |
263 stack_trace_test: Fail, OK # Stack traces not available in IE9. | |
264 deferred_constraints_type_annotation_test/*: Fail, Pass # http://dartbug.com/126
35 | |
265 deferred_constraints_constants_test/*: Fail, Pass # http://dartbug.com/12635 | |
266 deferred_no_such_method_test*: Fail, Pass # http://dartbug.com/12635 | |
267 deferred_shadow_load_library_test: Fail, Pass # Issue 17807 | |
268 deferred_closurize_load_library_test: Fail, Pass # Issue 17807 | |
269 | |
270 [ ($compiler == dart2js && $csp)] | 253 [ ($compiler == dart2js && $csp)] |
271 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 | 254 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 |
272 deferred_constraints_constants_test/*: Skip # Issue 16898 | 255 deferred_constraints_constants_test/*: Skip # Issue 16898 |
273 deferred_no_such_method_test*: Skip # Issue 16898 | 256 deferred_no_such_method_test*: Skip # Issue 16898 |
274 | 257 |
275 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 258 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
276 *deferred*: Skip # Issue 17458 | 259 *deferred*: Skip # Issue 17458 |
277 cha_deopt*: Skip # Issue 17458 | 260 cha_deopt*: Skip # Issue 17458 |
OLD | NEW |