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

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

Issue 10911211: Runtime support for the new parameter specification. (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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 LibTest/core/Math/atan_A01_t01: Fail, OK 499 LibTest/core/Math/atan_A01_t01: Fail, OK
500 500
501 [ $compiler == dart2js && $system == windows && $runtime == d8 ] 501 [ $compiler == dart2js && $system == windows && $runtime == d8 ]
502 LibTest/core/double/operator_remainder_A01_t04: Fail 502 LibTest/core/double/operator_remainder_A01_t04: Fail
503 503
504 [ $compiler == dart2js ] 504 [ $compiler == dart2js ]
505 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics. 505 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics.
506 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics. 506 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics.
507 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. 507 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics.
508 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics. 508 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics.
509 Language/06_Functions/2_Formal_Parameters_A03_t03: Fail # TODO(ahe): Enforce opt ional parameter semantics. 509
510 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # TODO(ahe): Enforce opt ional parameter semantics. 510 Language/06_Functions/2_Formal_Parameters_A01_t01: Fail, OK # co19 issue 205
511 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # TODO(ahe): Enforce opt ional parameter semantics. 511 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t02: Fail, OK # co19 issue 205
512 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A04_t01: Fail, OK # co19 issue 205
512 513
513 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call 514 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call
514 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call 515 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call
515 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call 516 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call
516 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call 517 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call
517 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call 518 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call
518 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call 519 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call
519 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Compile-time error: error: cannot resolve type Undeclared 520 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Compile-time error: error: cannot resolve type Undeclared
520 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant 521 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant
521 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant 522 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 1156 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
1156 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 1157 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
1157 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 1158 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
1158 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 1159 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
1159 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 1160 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
1160 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 1161 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
1161 Language/14_Types/4_Interface_Types_A11_t03: Fail # http://dartbug.com/5020 1162 Language/14_Types/4_Interface_Types_A11_t03: Fail # http://dartbug.com/5020
1162 Language/14_Types/4_Interface_Types_A11_t04: Fail # http://dartbug.com/5020 1163 Language/14_Types/4_Interface_Types_A11_t04: Fail # http://dartbug.com/5020
1163 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 1164 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
1164 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 1165 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698