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

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

Issue 12598003: Support type variables as expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update illegal_invocation_test and status. Created 7 years, 9 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 | « tests/language/illegal_invocation_test.dart ('k') | tests/language/language_dart2js.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 # 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 prefix16_test: Fail 369 prefix16_test: Fail
370 prefix22_test: Fail 370 prefix22_test: Fail
371 type_annotation_test/04: Fail 371 type_annotation_test/04: Fail
372 type_annotation_test/06: Fail 372 type_annotation_test/06: Fail
373 373
374 # Calling unresolved class constructor: 374 # Calling unresolved class constructor:
375 call_nonexistent_constructor_test: Fail 375 call_nonexistent_constructor_test: Fail
376 376
377 bad_override_test/01: Fail 377 bad_override_test/01: Fail
378 bad_override_test/02: Fail 378 bad_override_test/02: Fail
379 illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now.
380 illegal_invocation_test/04: Fail, OK # Class literals are expressions now.
381 illegal_invocation_test/05: Fail, OK # Type variables are expressions now.
382 379
383 first_class_types_constants_test: Fail # Issue 6282 380 first_class_types_constants_test: Fail # Issue 6282
384 381
385 # Missing compile-time error when modifying final local variables 382 # Missing compile-time error when modifying final local variables
386 final_variable_assignment_test/01: Fail 383 final_variable_assignment_test/01: Fail
387 final_variable_assignment_test/02: Fail 384 final_variable_assignment_test/02: Fail
388 final_variable_assignment_test/03: Fail 385 final_variable_assignment_test/03: Fail
389 final_variable_assignment_test/04: Fail 386 final_variable_assignment_test/04: Fail
390 387
391 compile_time_constant10_test/01: Fail # http://dartbug.com/5519 388 compile_time_constant10_test/01: Fail # http://dartbug.com/5519
(...skipping 15 matching lines...) Expand all
407 const_syntax_test/10: Fail # http://dartbug.com/5519 404 const_syntax_test/10: Fail # http://dartbug.com/5519
408 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 405 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519
409 final_for_in_variable_test/01: Fail # http://dartbug.com/5519 406 final_for_in_variable_test/01: Fail # http://dartbug.com/5519
410 final_is_not_const_test/01: Fail # http://dartbug.com/5519 407 final_is_not_const_test/01: Fail # http://dartbug.com/5519
411 final_syntax_test/01: Fail # http://dartbug.com/5519 408 final_syntax_test/01: Fail # http://dartbug.com/5519
412 final_syntax_test/02: Fail # http://dartbug.com/5519 409 final_syntax_test/02: Fail # http://dartbug.com/5519
413 final_syntax_test/03: Fail # http://dartbug.com/5519 410 final_syntax_test/03: Fail # http://dartbug.com/5519
414 final_syntax_test/04: Fail # http://dartbug.com/5519 411 final_syntax_test/04: Fail # http://dartbug.com/5519
415 getter_no_setter_test/01: Fail # http://dartbug.com/5519 412 getter_no_setter_test/01: Fail # http://dartbug.com/5519
416 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 413 getter_no_setter2_test/01: Fail # http://dartbug.com/5519
417 illegal_invocation_test/03: Fail # http://dartbug.com/5519
418 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 414 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519
419 method_override2_test/01: Fail # http://dartbug.com/5519 415 method_override2_test/01: Fail # http://dartbug.com/5519
420 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 416 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519
421 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 417 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519
422 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 418 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519
423 419
424 throw_expr_test: Fail 420 throw_expr_test: Fail
425 metadata_test: Fail 421 metadata_test: Fail
426 # Fails in conservative mode, issue 4935, passes in minifinying mode. 422 # Fails in conservative mode, issue 4935, passes in minifinying mode.
427 bad_constructor_test/04: Fail 423 bad_constructor_test/04: Fail
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 *: Skip 559 *: Skip
564 560
565 [ $arch == simarm ] 561 [ $arch == simarm ]
566 *: Skip 562 *: Skip
567 563
568 [ $arch == mips ] 564 [ $arch == mips ]
569 *: Skip 565 *: Skip
570 566
571 [ $arch == simmips ] 567 [ $arch == simmips ]
572 *: Skip 568 *: Skip
OLDNEW
« no previous file with comments | « tests/language/illegal_invocation_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698