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

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

Issue 23125025: Update status file æanguage_dart2js.status (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased 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 | no next file » | 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 18 matching lines...) Expand all
29 type_variable_bounds_test/02: Fail # Issue 12702 29 type_variable_bounds_test/02: Fail # Issue 12702
30 type_variable_bounds_test/04: Fail # Issue 12702 30 type_variable_bounds_test/04: Fail # Issue 12702
31 type_variable_bounds_test/05: Fail # Issue 12702 31 type_variable_bounds_test/05: Fail # Issue 12702
32 type_variable_bounds2_test/00: Fail # Issue 12702 32 type_variable_bounds2_test/00: Fail # Issue 12702
33 type_variable_bounds2_test/03: Fail # Issue 12702 33 type_variable_bounds2_test/03: Fail # Issue 12702
34 type_variable_bounds2_test/05: Fail # Issue 12702 34 type_variable_bounds2_test/05: Fail # Issue 12702
35 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). 35 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
36 type_variable_bounds3_test/00: Fail # Issue 12702 36 type_variable_bounds3_test/00: Fail # Issue 12702
37 f_bounded_quantification_test/01: Fail # Issue 12703 37 f_bounded_quantification_test/01: Fail # Issue 12703
38 f_bounded_quantification_test/02: Fail # Issue 12703 38 f_bounded_quantification_test/02: Fail # Issue 12703
39 closure_type_test: Fail # does not detect type error in checked mode. 39 closure_type_test: Fail # Issue 12745
40 function_subtype_setter0_test: Fail # Issue 11273 40 function_subtype_setter0_test: Fail # Issue 11273
41 41
42 [ $compiler == dart2js && $unchecked ] 42 [ $compiler == dart2js && $unchecked ]
43 factory_redirection_test/14: Fail # redirecting to redirecting factory 43 factory_redirection_test/14: Fail # Issue 10959
44 type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actua l: <false>) fails. -- checked mode test. 44 type_checks_in_factory_method_test: Fail # Issue 12746
45 45
46 assertion_test: Fail 46 assertion_test: Fail # Issue 12748
47 47
48 double_to_string_as_exponential2_test: Fail # toStringAsExponential doesn't chec k if argument is an integer. 48 double_to_string_as_exponential2_test: Fail # Issue 12749
49 double_to_string_as_fixed2_test: Fail # toStringAsFixed doesn't check if argumen t is an integer. 49 double_to_string_as_fixed2_test: Fail # Issue 12749
50 double_to_string_as_precision2_test: Fail # toStringAsPrecision doesn't check if argument is an integer. 50 double_to_string_as_precision2_test: Fail # Issue 12749
51 51
52 # Only checked mode reports an error on type assignment 52 # Only checked mode reports an error on type assignment
53 # problems in compile time constants. 53 # problems in compile time constants.
54 compile_time_constant_checked_test/02: Fail, OK 54 compile_time_constant_checked_test/02: Fail, OK
55 compile_time_constant_checked2_test/01: Fail, OK 55 compile_time_constant_checked2_test/01: Fail, OK
56 compile_time_constant_checked2_test/02: Fail, OK 56 compile_time_constant_checked2_test/02: Fail, OK
57 compile_time_constant_checked2_test/03: Fail, OK 57 compile_time_constant_checked2_test/03: Fail, OK
58 compile_time_constant_checked2_test/04: Fail, OK 58 compile_time_constant_checked2_test/04: Fail, OK
59 compile_time_constant_checked2_test/05: Fail, OK 59 compile_time_constant_checked2_test/05: Fail, OK
60 compile_time_constant_checked2_test/06: Fail, OK 60 compile_time_constant_checked2_test/06: Fail, OK
61 compile_time_constant_checked3_test/01: Fail, OK 61 compile_time_constant_checked3_test/01: Fail, OK
62 compile_time_constant_checked3_test/02: Fail, OK 62 compile_time_constant_checked3_test/02: Fail, OK
63 compile_time_constant_checked3_test/03: Fail, OK 63 compile_time_constant_checked3_test/03: Fail, OK
64 compile_time_constant_checked3_test/04: Fail, OK 64 compile_time_constant_checked3_test/04: Fail, OK
65 compile_time_constant_checked3_test/05: Fail, OK 65 compile_time_constant_checked3_test/05: Fail, OK
66 compile_time_constant_checked3_test/06: Fail, OK 66 compile_time_constant_checked3_test/06: Fail, OK
67 67
68 [ $compiler == dart2js && $minified ] 68 [ $compiler == dart2js && $minified ]
69 f_bounded_quantification4_test: Fail # Issue 12605. 69 f_bounded_quantification4_test: Fail # Issue 12605.
70 70
71 [ $compiler == dart2js ] 71 [ $compiler == dart2js ]
72 function_type_alias6_test/00: Crash # Issue 9792 72 function_type_alias6_test/00: Crash # Issue 9792
73 function_type_alias9_test/00: Crash # Issue 9792 73 function_type_alias9_test/00: Crash # Issue 9792
74 branch_canonicalization_test: Fail # Issue 638. 74 branch_canonicalization_test: Fail # Issue 638.
75 div_with_power_of_two_test: Fail # Issue 8301. 75 div_with_power_of_two_test: Fail # Issue 8301.
76 class_literal_test: Fail # Issue 7626. 76 class_literal_test: Fail # Issue 7626.
77 identical_closure2_test: Fail # Issue 1533, Issue 12596 77 identical_closure2_test: Fail # Issue 1533, Issue 12596
78 invocation_mirror_test: Fail # Issue 12705 78 invocation_mirror_test: Fail # Issue 12705
79 built_in_identifier_prefix_test: Fail # Issue 6972 79 built_in_identifier_prefix_test: Fail # Issue 6972
80 number_identity2_test: Fail # Issue 12596: identity of NaN 80 number_identity2_test: Fail # Issue 12596
81 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. 81 new_expression_type_args_test/00: Fail # Issue 5519
82 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. 82 new_expression_type_args_test/01: Fail # Issue 5519
83 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction) 83 double_int_to_string_test: Fail # Issue 1533
84 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic). 84 mint_arithmetic_test: Fail # Issue 1533
85 left_shift_test: Fail # Issue 1533 85 left_shift_test: Fail # Issue 1533
86 factory_redirection_test/01: Fail 86 factory_redirection_test/01: Fail # Issue 12752
87 factory_redirection_test/07: Fail 87 factory_redirection_test/07: Fail # Issue 12752
88 bad_override_test/01: Fail # Issue 11496 88 bad_override_test/01: Fail # Issue 11496
89 bad_override_test/02: Fail # Issue 11496 89 bad_override_test/02: Fail # Issue 11496
90 bad_override_test/06: Fail # Issue 11496 90 bad_override_test/06: Fail # Issue 11496
91 class_override_test/00: Fail # Issue 11496 91 class_override_test/00: Fail # Issue 11496
92 field_override3_test/00: Fail # Issue 11496 92 field_override3_test/00: Fail # Issue 11496
93 field_override3_test/01: Fail # Issue 11496 93 field_override3_test/01: Fail # Issue 11496
94 field_override3_test/02: Fail # Issue 11496 94 field_override3_test/02: Fail # Issue 11496
95 field_override3_test/03: Fail # Issue 11496 95 field_override3_test/03: Fail # Issue 11496
96 getter_override_test/00: Fail # Issue 11496 96 getter_override_test/00: Fail # Issue 11496
97 getter_override_test/01: Fail # Issue 11496 97 getter_override_test/01: Fail # Issue 11496
98 getter_override_test/02: Fail # Issue 11496 98 getter_override_test/02: Fail # Issue 11496
99 method_override7_test/00: Fail # Issue 11496 99 method_override7_test/00: Fail # Issue 11496
100 method_override7_test/01: Fail # Issue 11496 100 method_override7_test/01: Fail # Issue 11496
101 method_override7_test/02: Fail # Issue 11496 101 method_override7_test/02: Fail # Issue 11496
102 method_override8_test/03: Fail # Issue 11496 102 method_override8_test/03: Fail # Issue 11496
103 setter_override_test/00: Fail # Issue 11496 103 setter_override_test/00: Fail # Issue 11496
104 setter_override_test/03: Fail # Issue 11496 104 setter_override_test/03: Fail # Issue 11496
105 setter_override2_test/02: Fail # Issue 11496 105 setter_override2_test/02: Fail # Issue 11496
106 call_nonexistent_constructor_test: Fail 106 call_nonexistent_constructor_test: Fail # Issue 12758
107 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 107 constructor_named_arguments_test/01: Fail # Issue 5519
108 getter_no_setter_test/01: Fail # http://dartbug.com/5519 108 getter_no_setter_test/01: Fail # Issue 5519
109 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 109 not_enough_positional_arguments_test/01: Fail # Issue 5519
110 dynamic_test: Fail # http://dartbug.com/12398 110 dynamic_test: Fail # Issue 12398
111 dynamic_prefix_core_test: Fail # http://dartbug.com/12398 111 dynamic_prefix_core_test: Fail # Issue 12398
112 112
113 constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid wi th class literals. 113 constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid wi th class literals.
114 114
115 metadata_test: Fail # Metadata on type parameters not supported. 115 metadata_test: Fail # Metadata on type parameters not supported.
116 infinity_test: Fail # Issue 4984 116 infinity_test: Fail # Issue 4984
117 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>. 117 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>.
118 118
119 119
120 # Support for optional parameters not conform to latest spec. 120 # Support for optional parameters not conform to latest spec.
121 named_parameters_type_test: Fail 121 named_parameters_type_test: Fail
122 positional_parameters_type_test: Fail 122 positional_parameters_type_test: Fail
123 123
124 # Compilation errors. 124 # Compilation errors.
125 const_var_test: Fail # Map literals take 2 type arguments. 125 const_var_test: Fail # Map literals take 2 type arguments.
126 map_literal3_test: Fail # Map literals take 2 type arguments. 126 map_literal3_test: Fail # Map literals take 2 type arguments.
127 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented 127 function_type_alias5_test/00: Fail # Issue 12754
128 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented 128 function_type_alias5_test/01: Fail # Issue 12754
129 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented 129 function_type_alias5_test/02: Fail # Issue 12754
130 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef 130 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef
131 generic_test: Fail # cannot resolve type T 131 generic_test: Fail # cannot resolve type T
132 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 132 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
133 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 133 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
134 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 134 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
135 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 135 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
136 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 136 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
137 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 137 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
138 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 138 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
139 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 139 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 244
245 [ $compiler == dart2js && $runtime == none ] 245 [ $compiler == dart2js && $runtime == none ]
246 *: Fail, Pass # TODO(ahe): Triage these tests. 246 *: Fail, Pass # TODO(ahe): Triage these tests.
247 247
248 248
249 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9)] 249 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9)]
250 arithmetic_test: Fail # Issue 7881 250 arithmetic_test: Fail # Issue 7881
251 251
252 252
253 [ $compiler == dart2js && $runtime == ie9 ] 253 [ $compiler == dart2js && $runtime == ie9 ]
254 double_to_string_as_exponential3_test: Fail 254 double_to_string_as_exponential3_test: Fail # Issue 12750
255 double_to_string_as_fixed_test: Fail 255 double_to_string_as_fixed_test: Fail # Issue 12750
256 double_to_string_as_precision3_test: Fail 256 double_to_string_as_precision3_test: Fail # Issue 12750
257 expect_test: Fail 257 expect_test: Fail
258 stack_overflow_test: Fail 258 stack_overflow_test: Fail
259 stack_overflow_stacktrace_test: Fail 259 stack_overflow_stacktrace_test: Fail
260 licm2_test: Timeout # Issue: 11848 260 licm2_test: Timeout # Issue: 11848
261 261
262 262
263 [ $compiler == dart2js && $runtime == safari ] 263 [ $compiler == dart2js && $runtime == safari ]
264 arithmetic_test: Fail # Issue: 7414 264 arithmetic_test: Fail # Issue: 7414
265 265
266 266
(...skipping 12 matching lines...) Expand all
279 279
280 [ $compiler == dart2dart ] 280 [ $compiler == dart2dart ]
281 mixin_super_constructor_named_test: Fail # Issue 12631 281 mixin_super_constructor_named_test: Fail # Issue 12631
282 mixin_super_constructor_positionals_test: Fail # Issue 12631 282 mixin_super_constructor_positionals_test: Fail # Issue 12631
283 function_type_alias6_test/00: Fail # Issue 11986 283 function_type_alias6_test/00: Fail # Issue 11986
284 function_type_alias9_test/00: Crash # Issue 11986 284 function_type_alias9_test/00: Crash # Issue 11986
285 285
286 built_in_identifier_prefix_test: Fail # Issue 6972 286 built_in_identifier_prefix_test: Fail # Issue 6972
287 constructor_initializer_test: Fail # VM issue 287 constructor_initializer_test: Fail # VM issue
288 factory3_test: Fail 288 factory3_test: Fail
289 type_checks_in_factory_method_test: Fail 289 type_checks_in_factory_method_test: Fail # Issue 12747
290 290
291 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names. 291 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names.
292 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names. 292 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names.
293 293
294 on_catch_malformed_type_test: Fail # Issue 8601 294 on_catch_malformed_type_test: Fail # Issue 8601
295 295
296 # False positive compile-time error is masking expected compile-time error 296 # False positive compile-time error is masking expected compile-time error
297 mixin_type_parameters_errors_test/*: Skip 297 mixin_type_parameters_errors_test/*: Skip
298 298
299 # Mixins fail on the VM. 299 # Mixins fail on the VM.
(...skipping 25 matching lines...) Expand all
325 getter_override_test/01: Fail # Issue 11496 325 getter_override_test/01: Fail # Issue 11496
326 getter_override_test/02: Fail # Issue 11496 326 getter_override_test/02: Fail # Issue 11496
327 method_override7_test/00: Fail # Issue 11496 327 method_override7_test/00: Fail # Issue 11496
328 method_override7_test/01: Fail # Issue 11496 328 method_override7_test/01: Fail # Issue 11496
329 method_override7_test/02: Fail # Issue 11496 329 method_override7_test/02: Fail # Issue 11496
330 method_override8_test/03: Fail # Issue 11496 330 method_override8_test/03: Fail # Issue 11496
331 setter_override_test/00: Fail # Issue 11496 331 setter_override_test/00: Fail # Issue 11496
332 setter_override_test/03: Fail # Issue 11496 332 setter_override_test/03: Fail # Issue 11496
333 setter_override2_test/02: Fail # Issue 11496 333 setter_override2_test/02: Fail # Issue 11496
334 334
335 compile_time_constant10_test/01: Fail # http://dartbug.com/5519 335 compile_time_constant10_test/01: Fail # Issue 5519
336 compile_time_constant10_test/02: Fail # http://dartbug.com/5519 336 compile_time_constant10_test/02: Fail # Issue 5519
337 compile_time_constant_arguments_test/01: Fail # http://dartbug.com/5519 337 compile_time_constant_arguments_test/01: Fail # Issue 5519
338 compile_time_constant_arguments_test/02: Fail # http://dartbug.com/5519 338 compile_time_constant_arguments_test/02: Fail # Issue 5519
339 compile_time_constant_arguments_test/03: Fail # http://dartbug.com/5519 339 compile_time_constant_arguments_test/03: Fail # Issue 5519
340 compile_time_constant_arguments_test/05: Fail # http://dartbug.com/5519 340 compile_time_constant_arguments_test/05: Fail # Issue 5519
341 compile_time_constant_arguments_test/06: Fail # http://dartbug.com/5519 341 compile_time_constant_arguments_test/06: Fail # Issue 5519
342 const_constructor_syntax_test/04: Fail # http://dartbug.com/5519 342 const_constructor_syntax_test/04: Fail # Issue 5519
343 const_syntax_test/01: Fail # http://dartbug.com/5519 343 const_syntax_test/01: Fail # Issue 5519
344 const_syntax_test/02: Fail # http://dartbug.com/5519 344 const_syntax_test/02: Fail # Issue 5519
345 const_syntax_test/03: Fail # http://dartbug.com/5519 345 const_syntax_test/03: Fail # Issue 5519
346 const_syntax_test/04: Fail # http://dartbug.com/5519 346 const_syntax_test/04: Fail # Issue 5519
347 const_syntax_test/05: Fail # http://dartbug.com/5519 347 const_syntax_test/05: Fail # Issue 5519
348 const_syntax_test/06: Fail # http://dartbug.com/5519 348 const_syntax_test/06: Fail # Issue 5519
349 const_syntax_test/07: Fail # http://dartbug.com/5519 349 const_syntax_test/07: Fail # Issue 5519
350 const_syntax_test/08: Fail # http://dartbug.com/5519 350 const_syntax_test/08: Fail # Issue 5519
351 const_syntax_test/10: Fail # http://dartbug.com/5519 351 const_syntax_test/10: Fail # Issue 5519
352 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 352 constructor_named_arguments_test/01: Fail # Issue 5519
353 final_syntax_test/01: Fail # http://dartbug.com/5519 353 final_syntax_test/01: Fail # Issue 5519
354 final_syntax_test/02: Fail # http://dartbug.com/5519 354 final_syntax_test/02: Fail # Issue 5519
355 final_syntax_test/03: Fail # http://dartbug.com/5519 355 final_syntax_test/03: Fail # Issue 5519
356 final_syntax_test/04: Fail # http://dartbug.com/5519 356 final_syntax_test/04: Fail # Issue 5519
357 getter_no_setter_test/01: Fail # http://dartbug.com/5519 357 getter_no_setter_test/01: Fail # Issue 5519
358 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 358 named_parameters_aggregated_test/01: Fail # Issue 5519
359 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 359 named_parameters_aggregated_test/03: Fail # Issue 5519
360 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 360 not_enough_positional_arguments_test/01: Fail # Issue 5519
361 361
362 metadata_test: Fail 362 metadata_test: Fail
363 # Fails in conservative mode, issue 4935, passes in minifinying mode. 363 # Fails in conservative mode, issue 4935, passes in minifinying mode.
364 argument_definition_test/*: Skip # Not implemented. 364 argument_definition_test/*: Skip # Not implemented.
365 const_var_test: Pass, Fail # Map literals take 2 type arguments. 365 const_var_test: Pass, Fail # Map literals take 2 type arguments.
366 map_literal3_test: Fail # Map literals take 2 type arguments. 366 map_literal3_test: Fail # Map literals take 2 type arguments.
367 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 367 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
368 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 368 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
369 # Common problems with dart2js. In illegal family, invalid 369 # Common problems with dart2js. In illegal family, invalid
370 # declarations are simply not parsed. In pseudo kw dart2js 370 # declarations are simply not parsed. In pseudo kw dart2js
(...skipping 16 matching lines...) Expand all
387 static_top_level_test/01: Fail 387 static_top_level_test/01: Fail
388 static_top_level_test/02: Fail 388 static_top_level_test/02: Fail
389 static_top_level_test/03: Fail 389 static_top_level_test/03: Fail
390 static_top_level_test/04: Fail 390 static_top_level_test/04: Fail
391 static_top_level_test/05: Fail 391 static_top_level_test/05: Fail
392 static_top_level_test/06: Fail 392 static_top_level_test/06: Fail
393 static_top_level_test/07: Fail 393 static_top_level_test/07: Fail
394 # Bug in dart2js parser: it happily parses 1is int; variable declaration. 394 # Bug in dart2js parser: it happily parses 1is int; variable declaration.
395 number_identifier_negative_test: Fail 395 number_identifier_negative_test: Fail
396 # Common with language_dart2js. 396 # Common with language_dart2js.
397 factory_redirection_test/0*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented. 397 factory_redirection_test/01: Fail # Issue 12753
398 factory_redirection_test/1*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented. 398 factory_redirection_test/02: Crash # Issue 12753
399 function_type_alias5_test/00: Fail 399 factory_redirection_test/03: Crash # Issue 12753
400 function_type_alias5_test/01: Fail 400 factory_redirection_test/07: Fail # Issue 12753
401 function_type_alias5_test/02: Fail 401 factory_redirection_test/09: Fail # Issue 12753
402 factory_redirection_test/14: Fail # Issue 10959
403 function_type_alias5_test/00: Fail # Issue 12755
404 function_type_alias5_test/01: Fail # Issue 12755
405 function_type_alias5_test/02: Fail # Issue 12755
402 function_type_alias7_test/00: Fail 406 function_type_alias7_test/00: Fail
403 parameter_initializer6_negative_test: Fail # Issue 3502 407 parameter_initializer6_negative_test: Fail # Issue 3502
404 syntax_test/47: Fail 408 syntax_test/47: Fail
405 # DartVM problem. 409 # DartVM problem.
406 constructor5_test: Fail 410 constructor5_test: Fail
407 constructor6_test: Fail 411 constructor6_test: Fail
408 closure_in_initializer_test: Fail 412 closure_in_initializer_test: Fail
409 super_first_constructor_test: Fail 413 super_first_constructor_test: Fail
410 # VM specific tests. 414 # VM specific tests.
411 # This test hard codes name of file being run and precise position. 415 # This test hard codes name of file being run and precise position.
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 super_getter_setter_test: Fail # Issue 11065. 456 super_getter_setter_test: Fail # Issue 11065.
453 f_bounded_quantification4_test: Fail # Issue 12605. 457 f_bounded_quantification4_test: Fail # Issue 12605.
454 458
455 # TODO(tball): Assign proper bug numbers. 459 # TODO(tball): Assign proper bug numbers.
456 class_literal_test: Fail 460 class_literal_test: Fail
457 461
458 import_core_prefix_test: Pass 462 import_core_prefix_test: Pass
459 prefix22_test: Pass 463 prefix22_test: Pass
460 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 464 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
461 super_call4_test: Fail, OK # hardcoded names. 465 super_call4_test: Fail, OK # hardcoded names.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698