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

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

Issue 10280007: Check upper bounds of type arguments when allocating objects of a generic type (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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
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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 [ $compiler == frog && $checked ] 407 [ $compiler == frog && $checked ]
408 f_bounded_quantification_test/01: Fail # Issue 439 408 f_bounded_quantification_test/01: Fail # Issue 439
409 f_bounded_quantification_test/02: Fail # Issue 439 409 f_bounded_quantification_test/02: Fail # Issue 439
410 private_member_test/none: Fail # test seems bad - see issue #353 410 private_member_test/none: Fail # test seems bad - see issue #353
411 assign_static_type_test/01: Fail # Unrecognized option: --no-enable-type-checks. 411 assign_static_type_test/01: Fail # Unrecognized option: --no-enable-type-checks.
412 assign_static_type_test/02: Fail # Unrecognized option: --no-enable-type-checks. 412 assign_static_type_test/02: Fail # Unrecognized option: --no-enable-type-checks.
413 assign_static_type_test/03: Fail # Unrecognized option: --no-enable-type-checks. 413 assign_static_type_test/03: Fail # Unrecognized option: --no-enable-type-checks.
414 assign_static_type_test/04: Fail # Unrecognized option: --no-enable-type-checks. 414 assign_static_type_test/04: Fail # Unrecognized option: --no-enable-type-checks.
415 type_variable_bounds_test/01: Fail # Issue 2135 415 type_variable_bounds_test/01: Fail # Issue 2135
416 type_variable_bounds_test/02: Fail # Issue 2135 416 type_variable_bounds_test/02: Fail # Issue 2135
417 type_variable_bounds_test/04: Fail # Issue 2135
417 type_variable_bounds_test/05: Fail # Issue 2135 418 type_variable_bounds_test/05: Fail # Issue 2135
418 type_variable_bounds2_test/00: Fail # Issue 2135 419 type_variable_bounds2_test/00: Fail # Issue 2135
419 type_variable_bounds2_test/03: Fail # Issue 2135 420 type_variable_bounds2_test/03: Fail # Issue 2135
420 type_variable_bounds2_test/05: Fail # Issue 2135 421 type_variable_bounds2_test/05: Fail # Issue 2135
421 422
422 [ $compiler == frog && $runtime == d8 ] 423 [ $compiler == frog && $runtime == d8 ]
423 # these tests are inconsistent in frogium, investigate 424 # these tests are inconsistent in frogium, investigate
424 static_field1_run_negative_test: Pass 425 static_field1_run_negative_test: Pass
425 static_field2_run_negative_test: Pass 426 static_field2_run_negative_test: Pass
426 syntax_test/28: Fail # Issue 1109 427 syntax_test/28: Fail # Issue 1109
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 654
654 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31. 655 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31.
655 656
656 final_syntax_test/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". 657 final_syntax_test/none: Fail, OK # Uses deprecated "StrConstant + StrConstant".
657 658
658 [ $compiler == dart2js && $mode == release ] 659 [ $compiler == dart2js && $mode == release ]
659 assign_top_method_negative_test: Crash 660 assign_top_method_negative_test: Crash
660 661
661 [ $compiler == dart2js && $runtime == none ] 662 [ $compiler == dart2js && $runtime == none ]
662 *: Fail, Pass # TODO(ahe): Triage these tests. 663 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698