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

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

Issue 23721006: test.py: Fixed incorrect handling of multitest in status files, status file cleanups. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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
« no previous file with comments | « dart/tests/corelib/corelib.status ('k') | dart/tests/lib/analyzer/analyze_tests.status » ('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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 method_override7_test/01: Fail # Issue 11496 109 method_override7_test/01: Fail # Issue 11496
110 method_override7_test/02: Fail # Issue 11496 110 method_override7_test/02: Fail # Issue 11496
111 method_override8_test/03: Fail # Issue 11496 111 method_override8_test/03: Fail # Issue 11496
112 setter_override_test/00: Fail # Issue 11496 112 setter_override_test/00: Fail # Issue 11496
113 setter_override_test/03: Fail # Issue 11496 113 setter_override_test/03: Fail # Issue 11496
114 setter_override2_test/02: Fail # Issue 11496 114 setter_override2_test/02: Fail # Issue 11496
115 constructor_named_arguments_test/01: Fail # Issue 5519 115 constructor_named_arguments_test/01: Fail # Issue 5519
116 getter_no_setter_test/01: Fail # Issue 5519 116 getter_no_setter_test/01: Fail # Issue 5519
117 not_enough_positional_arguments_test/01: Fail # Issue 12838 117 not_enough_positional_arguments_test/01: Fail # Issue 12838
118 not_enough_positional_arguments_test/02: Fail # Issue 12838 118 not_enough_positional_arguments_test/02: Fail # Issue 12838
119 not_enough_positional_arguments_test/04: Fail # Issue 12838
120 not_enough_positional_arguments_test/05: Fail # Issue 12838 119 not_enough_positional_arguments_test/05: Fail # Issue 12838
121 dynamic_test: Fail # Issue 12398 120 dynamic_test: Fail # Issue 12398
122 dynamic_prefix_core_test: Fail # Issue 12398 121 dynamic_prefix_core_test: Fail # Issue 12398
123 metadata_test: Fail # Issue 5841 122 metadata_test: Fail # Issue 5841
124 infinity_test: Fail # Issue 4984 123 infinity_test: Fail # Issue 4984
125 positive_bit_operations_test: Fail # Issue 12795 124 positive_bit_operations_test: Fail # Issue 12795
126 125
127 # Compilation errors. 126 # Compilation errors.
128 const_var_test: Fail # Issue 12793 127 const_var_test: Fail # Issue 12793
129 map_literal3_test: Fail # Issue 12793 128 map_literal3_test: Fail # Issue 12793
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 constructor_named_arguments_test/01: Fail # Issue 5519 332 constructor_named_arguments_test/01: Fail # Issue 5519
334 final_syntax_test/01: Fail # Issue 5519 333 final_syntax_test/01: Fail # Issue 5519
335 final_syntax_test/02: Fail # Issue 5519 334 final_syntax_test/02: Fail # Issue 5519
336 final_syntax_test/03: Fail # Issue 5519 335 final_syntax_test/03: Fail # Issue 5519
337 final_syntax_test/04: Fail # Issue 5519 336 final_syntax_test/04: Fail # Issue 5519
338 getter_no_setter_test/01: Fail # Issue 5519 337 getter_no_setter_test/01: Fail # Issue 5519
339 named_parameters_aggregated_test/01: Fail # Issue 12802 338 named_parameters_aggregated_test/01: Fail # Issue 12802
340 named_parameters_aggregated_test/03: Fail # Issue 12813 339 named_parameters_aggregated_test/03: Fail # Issue 12813
341 not_enough_positional_arguments_test/01: Fail # Issue 12839 340 not_enough_positional_arguments_test/01: Fail # Issue 12839
342 not_enough_positional_arguments_test/02: Fail # Issue 12839 341 not_enough_positional_arguments_test/02: Fail # Issue 12839
343 not_enough_positional_arguments_test/04: Fail # Issue 12839
344 not_enough_positional_arguments_test/05: Fail # Issue 12839 342 not_enough_positional_arguments_test/05: Fail # Issue 12839
345 343
346 metadata_test: Fail # Issue 12762 344 metadata_test: Fail # Issue 12762
347 const_var_test: Pass, Fail # Issue 12794 345 const_var_test: Pass, Fail # Issue 12794
348 map_literal3_test: Fail # Issue 12794 346 map_literal3_test: Fail # Issue 12794
349 # Common problems with dart2js. In illegal family, invalid 347 # Common problems with dart2js. In illegal family, invalid
350 # declarations are simply not parsed. In pseudo kw dart2js 348 # declarations are simply not parsed. In pseudo kw dart2js
351 # chokes on things like typedef(x) => "typedef $x" and alike. 349 # chokes on things like typedef(x) => "typedef $x" and alike.
352 abstract_syntax_test/01: Fail # Issue 12899 350 abstract_syntax_test/01: Fail # Issue 12899
353 pseudo_kw_test: Fail 351 pseudo_kw_test: Fail
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 f_bounded_quantification4_test: Fail # Issue 12605. 434 f_bounded_quantification4_test: Fail # Issue 12605.
437 f_bounded_quantification5_test: Fail # Issue 12605. 435 f_bounded_quantification5_test: Fail # Issue 12605.
438 436
439 # TODO(tball): Assign proper bug numbers. 437 # TODO(tball): Assign proper bug numbers.
440 class_literal_test: Fail 438 class_literal_test: Fail
441 439
442 import_core_prefix_test: Pass 440 import_core_prefix_test: Pass
443 prefix22_test: Pass 441 prefix22_test: Pass
444 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 442 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
445 super_call4_test: Fail, OK # hardcoded names. 443 super_call4_test: Fail, OK # hardcoded names.
OLDNEW
« no previous file with comments | « dart/tests/corelib/corelib.status ('k') | dart/tests/lib/analyzer/analyze_tests.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698