OLD | NEW |
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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
6 # current state of the language. | 6 # current state of the language. |
7 | 7 |
8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 # chokes on things like typedef(x) => "typedef $x" and alike. | 266 # chokes on things like typedef(x) => "typedef $x" and alike. |
267 abstract_syntax_test/01: Fail | 267 abstract_syntax_test/01: Fail |
268 abstract_syntax_test/02: Fail | 268 abstract_syntax_test/02: Fail |
269 pseudo_kw_illegal_test/08: Fail | 269 pseudo_kw_illegal_test/08: Fail |
270 pseudo_kw_illegal_test/10: Fail | 270 pseudo_kw_illegal_test/10: Fail |
271 pseudo_kw_illegal_test/11: Fail | 271 pseudo_kw_illegal_test/11: Fail |
272 pseudo_kw_illegal_test/14: Fail | 272 pseudo_kw_illegal_test/14: Fail |
273 pseudo_kw_test: Fail | 273 pseudo_kw_test: Fail |
274 # external keyword is not yet supported by dart2js/dart2dart. | 274 # external keyword is not yet supported by dart2js/dart2dart. |
275 external_test/*: Skip | 275 external_test/*: Skip |
276 final_is_not_const_test/01: Fail, OK # Issue 3558 | |
277 final_syntax_test/none: Fail, OK # Issue 3558 | |
278 lazy_static_test: Fail, OK # Issue 3558 | |
279 lazy_static2_test: Fail, OK # Issue 3558 | |
280 lazy_static3_test: Fail, OK # Issue 3558 | 276 lazy_static3_test: Fail, OK # Issue 3558 |
281 lazy_static4_test: Fail, OK # Issue 3558 | |
282 # Call operator is not supported by DartVM (see suppression above.) | 277 # Call operator is not supported by DartVM (see suppression above.) |
283 call_operator_test: Fail | 278 call_operator_test: Fail |
284 # dart2js frontend doesn't even analyse problematic classes. | 279 # dart2js frontend doesn't even analyse problematic classes. |
285 class_extends_negative_test: Fail | 280 class_extends_negative_test: Fail |
286 duplicate_implements_test/01: Fail | 281 duplicate_implements_test/01: Fail |
287 duplicate_implements_test/02: Fail | 282 duplicate_implements_test/02: Fail |
288 duplicate_implements_test/03: Fail | 283 duplicate_implements_test/03: Fail |
289 duplicate_implements_test/04: Fail | 284 duplicate_implements_test/04: Fail |
290 field2_negative_test: Fail | 285 field2_negative_test: Fail |
291 field4_negative_test: Fail | 286 field4_negative_test: Fail |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
335 constructor5_test: Fail | 330 constructor5_test: Fail |
336 constructor6_test: Fail | 331 constructor6_test: Fail |
337 fauxverride_test/none: Fail | 332 fauxverride_test/none: Fail |
338 field_override_test/01: Fail | 333 field_override_test/01: Fail |
339 field_override_test/02: Fail | 334 field_override_test/02: Fail |
340 field_override_test/none: Fail | 335 field_override_test/none: Fail |
341 gc_test: Fail | 336 gc_test: Fail |
342 super_closure_test: Fail | 337 super_closure_test: Fail |
343 super_field_access_test: Fail | 338 super_field_access_test: Fail |
344 super_first_constructor_test: Fail | 339 super_first_constructor_test: Fail |
345 final_field_initialization_order_test: Fail # Issue 4839 | |
346 # VM specific tests. | 340 # VM specific tests. |
347 disable_privacy_test: Fail, Ok | 341 disable_privacy_test: Fail, Ok |
348 # This test hard codes name of file being run and precise position. | 342 # This test hard codes name of file being run and precise position. |
349 generic_test: Fail, Ok | 343 generic_test: Fail, Ok |
350 # Minified mode failures. | 344 # Minified mode failures. |
351 # TODO(antonm): proper support in test framework. | 345 # TODO(antonm): proper support in test framework. |
352 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). | 346 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). |
353 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). | 347 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). |
354 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 348 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
355 | 349 |
(...skipping 12 matching lines...) Expand all Loading... |
368 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 362 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
369 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 363 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
370 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 364 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
371 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 365 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
372 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 366 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
373 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 367 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
374 | 368 |
375 # Only checked mode reports an error on type assignment | 369 # Only checked mode reports an error on type assignment |
376 # problems in compile time constants. | 370 # problems in compile time constants. |
377 compile_time_constant_checked_test/02: Fail, OK | 371 compile_time_constant_checked_test/02: Fail, OK |
OLD | NEW |