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

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

Issue 10916335: Report errors when the number of arguments don't match the number of parameters in a const construc… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
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 ] 5 [ $compiler == dart2js ]
6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
8 8
9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure. 9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure.
10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas e triage this failure. 10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas e triage this failure.
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A04_t01: Fail, OK # co19 issue 212 644 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A04_t01: Fail, OK # co19 issue 212
645 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A05_t01: Fail, OK # co19 issue 212 645 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A05_t01: Fail, OK # co19 issue 212
646 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A06_t01: Fail, OK # co19 issue 212 646 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A06_t01: Fail, OK # co19 issue 212
647 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A01_t01: Fail, OK # co19 i ssue 212 647 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A01_t01: Fail, OK # co19 i ssue 212
648 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A02_t01: Fail, OK # co19 i ssue 212 648 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A02_t01: Fail, OK # co19 i ssue 212
649 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 212 649 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 212
650 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212 650 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212
651 LibTest/core/RegExp/RegExp_A01_t01: Fail, OK # co19 issue 212 651 LibTest/core/RegExp/RegExp_A01_t01: Fail, OK # co19 issue 212
652 LibTest/core/RegExp/RegExp_A01_t02: Fail, OK # co19 issue 212 652 LibTest/core/RegExp/RegExp_A01_t02: Fail, OK # co19 issue 212
653 LibTest/core/RegExp/stringMatch_A01_t01: Fail, OK # co19 issue 212 653 LibTest/core/RegExp/stringMatch_A01_t01: Fail, OK # co19 issue 212
654 LibTest/core/String/contains_A01_t01: Crash # co19 issue 212 654 LibTest/core/String/contains_A01_t01: Fail, OK # co19 issue 212
655 LibTest/core/String/replaceAll_A01_t01: Fail, OK # co19 issue 212 655 LibTest/core/String/replaceAll_A01_t01: Fail, OK # co19 issue 212
656 LibTest/core/String/replaceFirst_A01_t01: Fail, OK # co19 issue 212 656 LibTest/core/String/replaceFirst_A01_t01: Fail, OK # co19 issue 212
657 LibTest/core/String/split_A01_t01: Fail, OK # co19 issue 212 657 LibTest/core/String/split_A01_t01: Fail, OK # co19 issue 212
658 LibTest/core/String/split_A01_t02: Fail, OK # co19 issue 212 658 LibTest/core/String/split_A01_t02: Fail, OK # co19 issue 212
659 659
660 [ $compiler == dart2js && $unchecked ] 660 [ $compiler == dart2js && $unchecked ]
661 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail 661 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail
662 662
663 [ $compiler == dart2js && $checked ] 663 [ $compiler == dart2js && $checked ]
664 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass 664 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
1223 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 1223 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
1224 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 1224 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
1225 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 1225 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
1226 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 1226 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
1227 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 1227 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
1228 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 1228 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
1229 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 1229 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
1230 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 1230 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
1231 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 1231 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
1232 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 1232 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « lib/compiler/implementation/warnings.dart ('k') | tests/language/compile_time_constant_arguments_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698