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

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

Issue 23479005: Rewrite two tests to multi-tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update expectations 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 | « no previous file | tests/language/named_parameters_type_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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 compile_time_constant_checked2_test/04: Fail, OK 60 compile_time_constant_checked2_test/04: Fail, OK
61 compile_time_constant_checked2_test/05: Fail, OK 61 compile_time_constant_checked2_test/05: Fail, OK
62 compile_time_constant_checked2_test/06: Fail, OK 62 compile_time_constant_checked2_test/06: Fail, OK
63 compile_time_constant_checked3_test/01: Fail, OK 63 compile_time_constant_checked3_test/01: Fail, OK
64 compile_time_constant_checked3_test/02: Fail, OK 64 compile_time_constant_checked3_test/02: Fail, OK
65 compile_time_constant_checked3_test/03: Fail, OK 65 compile_time_constant_checked3_test/03: Fail, OK
66 compile_time_constant_checked3_test/04: Fail, OK 66 compile_time_constant_checked3_test/04: Fail, OK
67 compile_time_constant_checked3_test/05: Fail, OK 67 compile_time_constant_checked3_test/05: Fail, OK
68 compile_time_constant_checked3_test/06: Fail, OK 68 compile_time_constant_checked3_test/06: Fail, OK
69 generic_test: Fail, OK 69 generic_test: Fail, OK
70 named_parameters_type_test/01: Fail, OK
71 named_parameters_type_test/02: Fail, OK
72 named_parameters_type_test/03: Fail, OK
73 positional_parameters_type_test/01: Fail, OK
74 positional_parameters_type_test/02: Fail, OK
70 75
71 [ $compiler == dart2js && $minified ] 76 [ $compiler == dart2js && $minified ]
72 f_bounded_quantification4_test: Fail # Issue 12605. 77 f_bounded_quantification4_test: Fail # Issue 12605.
73 f_bounded_quantification5_test: Fail # Issue 12605. 78 f_bounded_quantification5_test: Fail # Issue 12605.
74 79
75 [ $compiler == dart2js ] 80 [ $compiler == dart2js ]
76 function_type_alias6_test/00: Crash # Issue 9792 81 function_type_alias6_test/00: Crash # Issue 9792
77 function_type_alias9_test/00: Crash # Issue 9792 82 function_type_alias9_test/00: Crash # Issue 9792
78 branch_canonicalization_test: Fail # Issue 638. 83 branch_canonicalization_test: Fail # Issue 638.
79 div_with_power_of_two_test: Fail # Issue 8301. 84 div_with_power_of_two_test: Fail # Issue 8301.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 getter_no_setter_test/01: Fail # Issue 5519 116 getter_no_setter_test/01: Fail # Issue 5519
112 not_enough_positional_arguments_test/01: Fail # Issue 12838 117 not_enough_positional_arguments_test/01: Fail # Issue 12838
113 not_enough_positional_arguments_test/02: Fail # Issue 12838 118 not_enough_positional_arguments_test/02: Fail # Issue 12838
114 not_enough_positional_arguments_test/04: Fail # Issue 12838 119 not_enough_positional_arguments_test/04: Fail # Issue 12838
115 not_enough_positional_arguments_test/05: Fail # Issue 12838 120 not_enough_positional_arguments_test/05: Fail # Issue 12838
116 dynamic_test: Fail # Issue 12398 121 dynamic_test: Fail # Issue 12398
117 dynamic_prefix_core_test: Fail # Issue 12398 122 dynamic_prefix_core_test: Fail # Issue 12398
118 metadata_test: Fail # Issue 5841 123 metadata_test: Fail # Issue 5841
119 infinity_test: Fail # Issue 4984 124 infinity_test: Fail # Issue 4984
120 positive_bit_operations_test: Fail # Issue 12795 125 positive_bit_operations_test: Fail # Issue 12795
121 named_parameters_type_test: Fail
122 positional_parameters_type_test: Fail
123 126
124 # Compilation errors. 127 # Compilation errors.
125 const_var_test: Fail # Issue 12793 128 const_var_test: Fail # Issue 12793
126 map_literal3_test: Fail # Issue 12793 129 map_literal3_test: Fail # Issue 12793
127 function_type_alias5_test/00: Fail # Issue 12754 130 function_type_alias5_test/00: Fail # Issue 12754
128 function_type_alias5_test/01: Fail # Issue 12754 131 function_type_alias5_test/01: Fail # Issue 12754
129 function_type_alias5_test/02: Fail # Issue 12754 132 function_type_alias5_test/02: Fail # Issue 12754
130 function_type_alias7_test/00: Fail # Issue 12801 133 function_type_alias7_test/00: Fail # Issue 12801
131 get_set_syntax_test/00: Fail # Issue 12805 134 get_set_syntax_test/00: Fail # Issue 12805
132 get_set_syntax_test/01: Fail # Issue 12805 135 get_set_syntax_test/01: Fail # Issue 12805
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 factory_redirection_test/02: Crash # Issue 12753 384 factory_redirection_test/02: Crash # Issue 12753
382 factory_redirection_test/03: Crash # Issue 12753 385 factory_redirection_test/03: Crash # Issue 12753
383 factory_redirection_test/07: Fail # Issue 12753 386 factory_redirection_test/07: Fail # Issue 12753
384 factory_redirection_test/09: Fail # Issue 12753 387 factory_redirection_test/09: Fail # Issue 12753
385 factory_redirection_test/14: Fail # Issue 10959 388 factory_redirection_test/14: Fail # Issue 10959
386 function_type_alias5_test/00: Fail # Issue 12755 389 function_type_alias5_test/00: Fail # Issue 12755
387 function_type_alias5_test/01: Fail # Issue 12755 390 function_type_alias5_test/01: Fail # Issue 12755
388 function_type_alias5_test/02: Fail # Issue 12755 391 function_type_alias5_test/02: Fail # Issue 12755
389 function_type_alias7_test/00: Fail # Issue 12802 392 function_type_alias7_test/00: Fail # Issue 12802
390 parameter_initializer6_negative_test: Fail # Issue 3502 393 parameter_initializer6_negative_test: Fail # Issue 3502
394
391 # DartVM problem. 395 # DartVM problem.
392 constructor5_test: Fail 396 constructor5_test: Fail
393 constructor6_test: Fail 397 constructor6_test: Fail
394 closure_in_initializer_test: Fail 398 closure_in_initializer_test: Fail
395 super_first_constructor_test: Fail 399 super_first_constructor_test: Fail
396 # Minified mode failures. 400 # Minified mode failures.
397 # TODO(antonm): proper support in test framework. 401 # TODO(antonm): proper support in test framework.
398 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o"). 402 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o").
399 403
400 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. 404 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
(...skipping 14 matching lines...) Expand all
415 compile_time_constant_checked2_test/04: Fail, OK 419 compile_time_constant_checked2_test/04: Fail, OK
416 compile_time_constant_checked2_test/05: Fail, OK 420 compile_time_constant_checked2_test/05: Fail, OK
417 compile_time_constant_checked2_test/06: Fail, OK 421 compile_time_constant_checked2_test/06: Fail, OK
418 compile_time_constant_checked3_test/01: Fail, OK 422 compile_time_constant_checked3_test/01: Fail, OK
419 compile_time_constant_checked3_test/02: Fail, OK 423 compile_time_constant_checked3_test/02: Fail, OK
420 compile_time_constant_checked3_test/03: Fail, OK 424 compile_time_constant_checked3_test/03: Fail, OK
421 compile_time_constant_checked3_test/04: Fail, OK 425 compile_time_constant_checked3_test/04: Fail, OK
422 compile_time_constant_checked3_test/05: Fail, OK 426 compile_time_constant_checked3_test/05: Fail, OK
423 compile_time_constant_checked3_test/06: Fail, OK 427 compile_time_constant_checked3_test/06: Fail, OK
424 428
425 positional_parameters_type_test: Fail # Triage this.
426 final_is_not_const_test/01: Fail # Issue 12692 429 final_is_not_const_test/01: Fail # Issue 12692
427 430
428 [ $compiler == dart2dart && $minified ] 431 [ $compiler == dart2dart && $minified ]
429 super_getter_setter_test: Fail # Issue 11065. 432 super_getter_setter_test: Fail # Issue 11065.
430 f_bounded_quantification4_test: Fail # Issue 12605. 433 f_bounded_quantification4_test: Fail # Issue 12605.
431 f_bounded_quantification5_test: Fail # Issue 12605. 434 f_bounded_quantification5_test: Fail # Issue 12605.
432 435
433 # TODO(tball): Assign proper bug numbers. 436 # TODO(tball): Assign proper bug numbers.
434 class_literal_test: Fail 437 class_literal_test: Fail
435 438
436 import_core_prefix_test: Pass 439 import_core_prefix_test: Pass
437 prefix22_test: Pass 440 prefix22_test: Pass
438 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 441 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
439 super_call4_test: Fail, OK # hardcoded names. 442 super_call4_test: Fail, OK # hardcoded names.
OLDNEW
« no previous file with comments | « no previous file | tests/language/named_parameters_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698