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

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

Issue 10908143: Support check mode for statics. (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 6 Language/11_Statements/05_For_A01_t13: Crash
7 Language/03_Overview/03_Overview_A01_t02: Crash 7 Language/03_Overview/03_Overview_A01_t02: Crash
8 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash 8 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash
9 9
10 10
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 Language/10_Expressions/07_Maps_A10_t05: Fail # TODO(ahe): Please triage this fa ilure. 406 Language/10_Expressions/07_Maps_A10_t05: Fail # TODO(ahe): Please triage this fa ilure.
407 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail # TODO(ahe): Pleas e triage this failure. 407 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail # TODO(ahe): Pleas e triage this failure.
408 Language/10_Expressions/08_Function_Expressions_A03_t03: Fail # TODO(ahe): Pleas e triage this failure. 408 Language/10_Expressions/08_Function_Expressions_A03_t03: Fail # TODO(ahe): Pleas e triage this failure.
409 Language/10_Expressions/08_Function_Expressions_A05_t02: Fail # TODO(ahe): Pleas e triage this failure. 409 Language/10_Expressions/08_Function_Expressions_A05_t02: Fail # TODO(ahe): Pleas e triage this failure.
410 Language/10_Expressions/08_Function_Expressions_A05_t04: Fail # TODO(ahe): Pleas e triage this failure. 410 Language/10_Expressions/08_Function_Expressions_A05_t04: Fail # TODO(ahe): Pleas e triage this failure.
411 Language/10_Expressions/10_Instance_Creation/1_New_A06_t01: Fail # TODO(ahe): Pl ease triage this failure. 411 Language/10_Expressions/10_Instance_Creation/1_New_A06_t01: Fail # TODO(ahe): Pl ease triage this failure.
412 Language/10_Expressions/10_Instance_Creation/1_New_A07_t01: Fail # TODO(ahe): Pl ease triage this failure. 412 Language/10_Expressions/10_Instance_Creation/1_New_A07_t01: Fail # TODO(ahe): Pl ease triage this failure.
413 Language/10_Expressions/10_Instance_Creation/1_New_A11_t01: Fail # TODO(ahe): Pl ease triage this failure. 413 Language/10_Expressions/10_Instance_Creation/1_New_A11_t01: Fail # TODO(ahe): Pl ease triage this failure.
414 Language/10_Expressions/10_Instance_Creation/1_New_A12_t01: Fail # TODO(ahe): Pl ease triage this failure. 414 Language/10_Expressions/10_Instance_Creation/1_New_A12_t01: Fail # TODO(ahe): Pl ease triage this failure.
415 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t04: Fail # TODO(ahe): Please triage this failure. 415 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t04: Fail # TODO(ahe): Please triage this failure.
416 Language/10_Expressions/16_Assignment_A04_t06: Fail # TODO(ahe): Please triage t his failure.
417 Language/10_Expressions/16_Assignment_A04_t07: Fail # TODO(ahe): Please triage t his failure.
418 Language/10_Expressions/17_Conditional_A02_t03: Fail # TODO(ahe): Please triage this failure. 416 Language/10_Expressions/17_Conditional_A02_t03: Fail # TODO(ahe): Please triage this failure.
419 Language/10_Expressions/18_Logical_Boolean_Expressions_A03_t01: Fail # TODO(ahe) : Please triage this failure. 417 Language/10_Expressions/18_Logical_Boolean_Expressions_A03_t01: Fail # TODO(ahe) : Please triage this failure.
420 Language/10_Expressions/25_Unary_Expressions_A02_t03: Fail # TODO(ahe): Please t riage this failure. 418 Language/10_Expressions/25_Unary_Expressions_A02_t03: Fail # TODO(ahe): Please t riage this failure.
421 Language/11_Statements/04_If_A02_t01: Fail # TODO(ahe): Please triage this failu re. 419 Language/11_Statements/04_If_A02_t01: Fail # TODO(ahe): Please triage this failu re.
422 Language/11_Statements/04_If_A02_t02: Fail # TODO(ahe): Please triage this failu re. 420 Language/11_Statements/04_If_A02_t02: Fail # TODO(ahe): Please triage this failu re.
423 Language/11_Statements/05_For/1_For_Loop_A01_t07: Fail # TODO(ahe): Please triag e this failure. 421 Language/11_Statements/05_For/1_For_Loop_A01_t07: Fail # TODO(ahe): Please triag e this failure.
424 Language/11_Statements/05_For/1_For_Loop_A01_t08: Fail # TODO(ahe): Please triag e this failure. 422 Language/11_Statements/05_For/1_For_Loop_A01_t08: Fail # TODO(ahe): Please triag e this failure.
425 Language/11_Statements/06_While_A02_t02: Fail # TODO(ahe): Please triage this fa ilure. 423 Language/11_Statements/06_While_A02_t02: Fail # TODO(ahe): Please triage this fa ilure.
426 Language/11_Statements/07_Do_A02_t03: Fail # TODO(ahe): Please triage this failu re. 424 Language/11_Statements/07_Do_A02_t03: Fail # TODO(ahe): Please triage this failu re.
427 Language/11_Statements/15_Assert_A03_t01: Fail # TODO(ahe): Please triage this f ailure. 425 Language/11_Statements/15_Assert_A03_t01: Fail # TODO(ahe): Please triage this f ailure.
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 Language/10_Expressions/28_Identifier_Reference_A06_t56: Fail # @compile-error 1096 Language/10_Expressions/28_Identifier_Reference_A06_t56: Fail # @compile-error
1099 Language/11_Statements/09_Try_A01_t14: Fail # @compile-error 1097 Language/11_Statements/09_Try_A01_t14: Fail # @compile-error
1100 1098
1101 1099
1102 [ $compiler == dart2dart ] 1100 [ $compiler == dart2dart ]
1103 *: Skip 1101 *: Skip
1104 1102
1105 1103
1106 [ $compiler == dart2js && $browser ] 1104 [ $compiler == dart2js && $browser ]
1107 *: Skip 1105 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698