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

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

Issue 23944004: Merge two language/scope_ tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments 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
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/scope_negative_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # Map literal with int key. 6 compile_time_constant_c_test/none: Fail # Map literal with int key.
7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check.
8 null_test/03: Fail # Issue 12445. 8 null_test/03: Fail # Issue 12445.
9 9
10 black_listed_test/none: Fail # Issue 12446. 10 black_listed_test/none: Fail # Issue 12446.
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 constructor_return_test/04: Fail # Issue 12938 168 constructor_return_test/04: Fail # Issue 12938
169 constructor_return_test/05: Fail # Issue 12938 169 constructor_return_test/05: Fail # Issue 12938
170 duplicate_implements_test/01: Fail # Issue 12991 170 duplicate_implements_test/01: Fail # Issue 12991
171 duplicate_implements_test/02: Fail # Issue 12991 171 duplicate_implements_test/02: Fail # Issue 12991
172 duplicate_implements_test/03: Fail # Issue 12991 172 duplicate_implements_test/03: Fail # Issue 12991
173 duplicate_implements_test/04: Fail # Issue 12991 173 duplicate_implements_test/04: Fail # Issue 12991
174 list_literal1_test/01: Fail # Issue 12993 174 list_literal1_test/01: Fail # Issue 12993
175 map_literal1_test/01: Fail # Issue 12993 175 map_literal1_test/01: Fail # Issue 12993
176 number_identifier_test/01: Fail # Issue 13014 176 number_identifier_test/01: Fail # Issue 13014
177 number_identifier_test/02: Fail # Issue 13014 177 number_identifier_test/02: Fail # Issue 13014
178 scope_negative_test: Fail # Negative language test. 178 scope_variable_test/01: Fail # Issue 13016
179 static_final_field_negative_test: Fail # Negative language test. 179 static_final_field_negative_test: Fail # Negative language test.
180 throw7_negative_test: Fail # Negative language test. 180 throw7_negative_test: Fail # Negative language test.
181 181
182 numbers_test: Fail, OK # (unintended?) VM specific test. 182 numbers_test: Fail, OK # (unintended?) VM specific test.
183 183
184 final_syntax_test/01: Fail # Missing error for uninitialized final field. 184 final_syntax_test/01: Fail # Missing error for uninitialized final field.
185 final_syntax_test/02: Fail # Missing error for uninitialized final field. 185 final_syntax_test/02: Fail # Missing error for uninitialized final field.
186 final_syntax_test/03: Fail # Missing error for uninitialized final field. 186 final_syntax_test/03: Fail # Missing error for uninitialized final field.
187 final_syntax_test/04: Fail # Missing error for uninitialized final field. 187 final_syntax_test/04: Fail # Missing error for uninitialized final field.
188 188
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 duplicate_implements_test/02: Fail # Issue 12992 347 duplicate_implements_test/02: Fail # Issue 12992
348 duplicate_implements_test/03: Fail # Issue 12992 348 duplicate_implements_test/03: Fail # Issue 12992
349 duplicate_implements_test/04: Fail # Issue 12992 349 duplicate_implements_test/04: Fail # Issue 12992
350 list_literal1_test/01: Fail # Issue 12993 350 list_literal1_test/01: Fail # Issue 12993
351 map_literal1_test/01: Fail # Issue 12993 351 map_literal1_test/01: Fail # Issue 12993
352 method_override4_test: Fail # Issue 12810 352 method_override4_test: Fail # Issue 12810
353 method_override5_test: Fail # Issue 12810 353 method_override5_test: Fail # Issue 12810
354 static_final_field_negative_test: Fail 354 static_final_field_negative_test: Fail
355 number_identifier_test/01: Fail # Issue 13014 355 number_identifier_test/01: Fail # Issue 13014
356 number_identifier_test/02: Fail # Issue 13014 356 number_identifier_test/02: Fail # Issue 13014
357 scope_variable_test/01: Fail # Issue 13016
357 # Common with language_dart2js. 358 # Common with language_dart2js.
358 factory_redirection_test/01: Fail # Issue 12753 359 factory_redirection_test/01: Fail # Issue 12753
359 factory_redirection_test/02: Crash # Issue 12753 360 factory_redirection_test/02: Crash # Issue 12753
360 factory_redirection_test/03: Crash # Issue 12753 361 factory_redirection_test/03: Crash # Issue 12753
361 factory_redirection_test/07: Fail # Issue 12753 362 factory_redirection_test/07: Fail # Issue 12753
362 factory_redirection_test/09: Fail # Issue 12753 363 factory_redirection_test/09: Fail # Issue 12753
363 factory_redirection_test/14: Fail # Issue 10959 364 factory_redirection_test/14: Fail # Issue 10959
364 function_type_alias5_test/00: Fail # Issue 12755 365 function_type_alias5_test/00: Fail # Issue 12755
365 function_type_alias5_test/01: Fail # Issue 12755 366 function_type_alias5_test/01: Fail # Issue 12755
366 function_type_alias5_test/02: Fail # Issue 12755 367 function_type_alias5_test/02: Fail # Issue 12755
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 import_core_prefix_test: Pass 409 import_core_prefix_test: Pass
409 prefix22_test: Pass 410 prefix22_test: Pass
410 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 411 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
411 super_call4_test: Fail, OK # hardcoded names. 412 super_call4_test: Fail, OK # hardcoded names.
412 413
413 [ $minified ] 414 [ $minified ]
414 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 415 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
415 416
416 [ $runtime == ie9 ] 417 [ $runtime == ie9 ]
417 stack_trace_test: Fail, OK # Stack traces not available in IE9. 418 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/scope_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698