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

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

Issue 23461024: Rewrite negative test number_identifier_negative_test.dart to multi-test (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
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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 constructor_return_test/02: Fail # Issue 12937 166 constructor_return_test/02: Fail # Issue 12937
167 constructor_return_test/03: Fail # Issue 12937 167 constructor_return_test/03: Fail # Issue 12937
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_negative_test: Fail # Negative language test. 176 number_identifier_test/01: Fail # Issue 13014
177 number_identifier_test/02: Fail # Issue 13014
177 scope_negative_test: Fail # Negative language test. 178 scope_negative_test: Fail # Negative language test.
178 static_final_field_negative_test: Fail # Negative language test. 179 static_final_field_negative_test: Fail # Negative language test.
179 throw7_negative_test: Fail # Negative language test. 180 throw7_negative_test: Fail # Negative language test.
180 181
181 numbers_test: Fail, OK # (unintended?) VM specific test. 182 numbers_test: Fail, OK # (unintended?) VM specific test.
182 183
183 final_syntax_test/01: Fail # Missing error for uninitialized final field. 184 final_syntax_test/01: Fail # Missing error for uninitialized final field.
184 final_syntax_test/02: Fail # Missing error for uninitialized final field. 185 final_syntax_test/02: Fail # Missing error for uninitialized final field.
185 final_syntax_test/03: Fail # Missing error for uninitialized final field. 186 final_syntax_test/03: Fail # Missing error for uninitialized final field.
186 final_syntax_test/04: Fail # Missing error for uninitialized final field. 187 final_syntax_test/04: Fail # Missing error for uninitialized final field.
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 # dart2js frontend doesn't even analyse problematic classes. 345 # dart2js frontend doesn't even analyse problematic classes.
345 duplicate_implements_test/01: Fail # Issue 12992 346 duplicate_implements_test/01: Fail # Issue 12992
346 duplicate_implements_test/02: Fail # Issue 12992 347 duplicate_implements_test/02: Fail # Issue 12992
347 duplicate_implements_test/03: Fail # Issue 12992 348 duplicate_implements_test/03: Fail # Issue 12992
348 duplicate_implements_test/04: Fail # Issue 12992 349 duplicate_implements_test/04: Fail # Issue 12992
349 list_literal1_test/01: Fail # Issue 12993 350 list_literal1_test/01: Fail # Issue 12993
350 map_literal1_test/01: Fail # Issue 12993 351 map_literal1_test/01: Fail # Issue 12993
351 method_override4_test: Fail # Issue 12810 352 method_override4_test: Fail # Issue 12810
352 method_override5_test: Fail # Issue 12810 353 method_override5_test: Fail # Issue 12810
353 static_final_field_negative_test: Fail 354 static_final_field_negative_test: Fail
354 # Bug in dart2js parser: it happily parses 1is int; variable declaration. 355 number_identifier_test/01: Fail # Issue 13014
355 number_identifier_negative_test: Fail 356 number_identifier_test/02: Fail # Issue 13014
356 # Common with language_dart2js. 357 # Common with language_dart2js.
357 factory_redirection_test/01: Fail # Issue 12753 358 factory_redirection_test/01: Fail # Issue 12753
358 factory_redirection_test/02: Crash # Issue 12753 359 factory_redirection_test/02: Crash # Issue 12753
359 factory_redirection_test/03: Crash # Issue 12753 360 factory_redirection_test/03: Crash # Issue 12753
360 factory_redirection_test/07: Fail # Issue 12753 361 factory_redirection_test/07: Fail # Issue 12753
361 factory_redirection_test/09: Fail # Issue 12753 362 factory_redirection_test/09: Fail # Issue 12753
362 factory_redirection_test/14: Fail # Issue 10959 363 factory_redirection_test/14: Fail # Issue 10959
363 function_type_alias5_test/00: Fail # Issue 12755 364 function_type_alias5_test/00: Fail # Issue 12755
364 function_type_alias5_test/01: Fail # Issue 12755 365 function_type_alias5_test/01: Fail # Issue 12755
365 function_type_alias5_test/02: Fail # Issue 12755 366 function_type_alias5_test/02: Fail # Issue 12755
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 import_core_prefix_test: Pass 408 import_core_prefix_test: Pass
408 prefix22_test: Pass 409 prefix22_test: Pass
409 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 410 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
410 super_call4_test: Fail, OK # hardcoded names. 411 super_call4_test: Fail, OK # hardcoded names.
411 412
412 [ $minified ] 413 [ $minified ]
413 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 414 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
414 415
415 [ $runtime == ie9 ] 416 [ $runtime == ie9 ]
416 stack_trace_test: Fail, OK # Stack traces not available in IE9. 417 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/number_identifier_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698