Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Side by Side Diff: tests/language/language_dart2js.status

Issue 23809011: Fix language/duplicate_implements_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 compile_time_constant_c_test/none: Fail # Issue 11583 6 compile_time_constant_c_test/none: Fail # Issue 11583
7 null_test/03: Fail # Issue 12445. 7 null_test/03: Fail # Issue 12445.
8 black_listed_test/none: Fail # Issue 12446. 8 black_listed_test/none: Fail # Issue 12446.
9 malformed_test/none: Fail # Issue 12695 9 malformed_test/none: Fail # Issue 12695
10 malformed_test/05: Fail # Issue 12695 10 malformed_test/05: Fail # Issue 12695
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 instanceof4_test/01: Fail # Issue 12889 142 instanceof4_test/01: Fail # Issue 12889
143 list_literal4_test: Fail # Issue 12890 143 list_literal4_test: Fail # Issue 12890
144 map_literal4_test: Fail # Issue 12891 144 map_literal4_test: Fail # Issue 12891
145 built_in_identifier_test/01: Fail # Issue 13022 145 built_in_identifier_test/01: Fail # Issue 13022
146 146
147 const_syntax_test/01: Fail # Issue 12932 147 const_syntax_test/01: Fail # Issue 12932
148 const_syntax_test/02: Fail # Issue 12932 148 const_syntax_test/02: Fail # Issue 12932
149 const_syntax_test/03: Fail # Issue 12932 149 const_syntax_test/03: Fail # Issue 12932
150 const_syntax_test/04: Fail # Issue 12932 150 const_syntax_test/04: Fail # Issue 12932
151 constructor9_test/01: Fail # Issue 12934 151 constructor9_test/01: Fail # Issue 12934
152 duplicate_implements_test/01: Fail # Issue 12991
153 duplicate_implements_test/02: Fail # Issue 12991
154 duplicate_implements_test/03: Fail # Issue 12991
155 duplicate_implements_test/04: Fail # Issue 12991
156 list_literal1_test/01: Fail # Issue 12993 152 list_literal1_test/01: Fail # Issue 12993
157 map_literal1_test/01: Fail # Issue 12993 153 map_literal1_test/01: Fail # Issue 12993
158 number_identifier_test/05: Fail # Issue 13070 154 number_identifier_test/05: Fail # Issue 13070
159 scope_variable_test/01: Fail # Issue 13016 155 scope_variable_test/01: Fail # Issue 13016
160 static_final_field2_test/02: Fail # Issue 13017 156 static_final_field2_test/02: Fail # Issue 13017
161 throw7_test/01: Fail # Issue 13019 157 throw7_test/01: Fail # Issue 13019
162 158
163 numbers_test: Fail, OK # Issue 1533 159 numbers_test: Fail, OK # Issue 1533
164 canonical_const2_test: Fail, OK # Issue 1533 160 canonical_const2_test: Fail, OK # Issue 1533
165 bit_operations_test: Fail, OK # Issue 1533 161 bit_operations_test: Fail, OK # Issue 1533
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 external_test/11: Fail # Issue 12888 290 external_test/11: Fail # Issue 12888
295 external_test/12: Fail # Issue 12888 291 external_test/12: Fail # Issue 12888
296 external_test/13: Fail # Issue 12888 292 external_test/13: Fail # Issue 12888
297 external_test/21: Fail # Issue 12888 293 external_test/21: Fail # Issue 12888
298 external_test/22: Fail # Issue 12888 294 external_test/22: Fail # Issue 12888
299 external_test/23: Fail # Issue 12888 295 external_test/23: Fail # Issue 12888
300 external_test/30: Fail # Issue 12888 296 external_test/30: Fail # Issue 12888
301 external_test/31: Fail # Issue 12888 297 external_test/31: Fail # Issue 12888
302 built_in_identifier_test/01: Fail # Issue 13022 298 built_in_identifier_test/01: Fail # Issue 13022
303 lazy_static3_test: Fail # Issue 12593 299 lazy_static3_test: Fail # Issue 12593
304 duplicate_implements_test/01: Fail # Issue 12992
305 duplicate_implements_test/02: Fail # Issue 12992
306 duplicate_implements_test/03: Fail # Issue 12992
307 duplicate_implements_test/04: Fail # Issue 12992
308 list_literal1_test/01: Fail # Issue 12993 300 list_literal1_test/01: Fail # Issue 12993
309 map_literal1_test/01: Fail # Issue 12993 301 map_literal1_test/01: Fail # Issue 12993
310 method_override4_test: Fail # Issue 12810 302 method_override4_test: Fail # Issue 12810
311 method_override5_test: Fail # Issue 12810 303 method_override5_test: Fail # Issue 12810
312 static_final_field2_test/02: Fail # Issue 13017 304 static_final_field2_test/02: Fail # Issue 13017
313 throw7_test/01: Fail # Issue 13019 305 throw7_test/01: Fail # Issue 13019
314 scope_variable_test/01: Fail # Issue 13016 306 scope_variable_test/01: Fail # Issue 13016
315 factory_redirection_test/01: Fail # Issue 12753 307 factory_redirection_test/01: Fail # Issue 12753
316 factory_redirection_test/02: Crash # Issue 12753 308 factory_redirection_test/02: Crash # Issue 12753
317 factory_redirection_test/03: Crash # Issue 12753 309 factory_redirection_test/03: Crash # Issue 12753
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 import_core_prefix_test: Pass 358 import_core_prefix_test: Pass
367 prefix22_test: Pass 359 prefix22_test: Pass
368 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 360 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
369 super_call4_test: Fail, OK # hardcoded names. 361 super_call4_test: Fail, OK # hardcoded names.
370 362
371 [ $minified ] 363 [ $minified ]
372 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 364 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
373 365
374 [ $runtime == ie9 ] 366 [ $runtime == ie9 ]
375 stack_trace_test: Fail, OK # Stack traces not available in IE9. 367 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698