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

Side by Side Diff: tests/co19/co19-dart2dart.status

Issue 18600007: Relax method override restrictions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Test and status updates. Created 7 years, 5 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 6
7 # The following tests fail because they contain number literals with a + prefix (co19 issue 428) 7 # The following tests fail because they contain number literals with a + prefix (co19 issue 428)
8 LibTest/core/double/floor_A01_t05: Fail # issue 428 8 LibTest/core/double/floor_A01_t05: Fail # issue 428
9 LibTest/core/double/ceil_A01_t05: Fail # issue 428 9 LibTest/core/double/ceil_A01_t05: Fail # issue 428
10 Language/12_Statements/02_Expression_Statements_A01_t06: Fail # co19 issue 428 10 Language/12_Statements/02_Expression_Statements_A01_t06: Fail # co19 issue 428
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 LibTest/core/List/insertRange_A02_t01: Fail # Issue 400 588 LibTest/core/List/insertRange_A02_t01: Fail # Issue 400
589 LibTest/core/List/length_A04_t01: Fail # Issue 400 589 LibTest/core/List/length_A04_t01: Fail # Issue 400
590 LibTest/core/List/removeLast_A02_t01: Fail # Issue 400 590 LibTest/core/List/removeLast_A02_t01: Fail # Issue 400
591 LibTest/core/List/removeRange_A02_t01: Fail # Issue 400 591 LibTest/core/List/removeRange_A02_t01: Fail # Issue 400
592 LibTest/core/Set/isSubsetOf_A01_t01: Fail # Issue 400 592 LibTest/core/Set/isSubsetOf_A01_t01: Fail # Issue 400
593 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Issue 400 593 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Issue 400
594 594
595 LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no lo nger const. Issue 459 595 LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no lo nger const. Issue 459
596 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue 459 596 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue 459
597 597
598 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Override rules h ave been relaxed. Issue
599 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Override rules have been relaxed. Issue
600 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Override rules have been relaxed. Issue
601
598 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss ue 436 602 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss ue 436
599 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss ue 436 603 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss ue 436
600 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss ue 436 604 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss ue 436
601 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss ue 436 605 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss ue 436
602 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss ue 436 606 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss ue 436
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698