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

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

Issue 9592009: Reapply "Refactor constant part." (r4958) with fixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update tests and fix code after renaming. Created 8 years, 9 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 prefix co19 5 prefix co19
6 6
7 [ $component == leg && $system == macos ] 7 [ $component == leg && $system == macos ]
8 LibTest/core/Math/acos_A01_t01: Fail 8 LibTest/core/Math/acos_A01_t01: Fail
9 LibTest/core/Math/asin_A01_t01: Fail 9 LibTest/core/Math/asin_A01_t01: Fail
10 LibTest/core/Math/atan_A01_t01: Fail 10 LibTest/core/Math/atan_A01_t01: Fail
(...skipping 20 matching lines...) Expand all
31 31
32 32
33 [ $component == leg && $mode == release ] 33 [ $component == leg && $mode == release ]
34 34
35 35
36 [ $component == leg && $mode == debug ] 36 [ $component == leg && $mode == debug ]
37 37
38 38
39 [ $component == leg ] 39 [ $component == leg ]
40 Language/10_Expressions/01_Constants_A16_t01: Crash # TODO(ahe): Investigate. 40 Language/10_Expressions/01_Constants_A16_t01: Crash # TODO(ahe): Investigate.
41 Language/10_Expressions/01_Constants_A16_t02: Crash # TODO(ahe): Investigate.
42 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Crash # TODO(ahe): Investigate. 41 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Crash # TODO(ahe): Investigate.
43 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Crash # TODO(ahe): Investigate. 42 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Crash # TODO(ahe): Investigate.
44 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Crash # TODO(ahe): Investigate. 43 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Crash # TODO(ahe): Investigate.
45 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Crash # TODO(ahe): Investigate. 44 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Crash # TODO(ahe): Investigate.
46 Language/11_Statements/11_Labels_A01_t01: Fail # Internal error in resolution of break targets. 45 Language/11_Statements/11_Labels_A01_t01: Fail # Internal error in resolution of break targets.
47 Language/11_Statements/15_Assert_A02_t01: Crash # TODO(ahe): Investigate. 46 Language/11_Statements/15_Assert_A02_t01: Crash # TODO(ahe): Investigate.
48 47
49 48
50 Language/05_Variables/05_Variables_A01_t01: Fail # TODO(ahe): New co19 failure, please triage. 49 Language/05_Variables/05_Variables_A01_t01: Fail # TODO(ahe): New co19 failure, please triage.
51 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): New co19 failure, please triage. 50 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): New co19 failure, please triage.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 Language/10_Expressions/10_Instance_Creation/2_Const_A08_t04: Fail # TODO(ahe): New co19 failure, please triage. 90 Language/10_Expressions/10_Instance_Creation/2_Const_A08_t04: Fail # TODO(ahe): New co19 failure, please triage.
92 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail # TODO(ahe): New co 19 failure, please triage. 91 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail # TODO(ahe): New co 19 failure, please triage.
93 Language/10_Expressions/13_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail # TODO(ahe): New co19 failure, please triage. 92 Language/10_Expressions/13_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail # TODO(ahe): New co19 failure, please triage.
94 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # TODO(ahe): New co19 failure, please triage. 93 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # TODO(ahe): New co19 failure, please triage.
95 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # TODO(ahe): New co19 failure, please triage. 94 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # TODO(ahe): New co19 failure, please triage.
96 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # TODO(ahe): New co19 failure, please triage. 95 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # TODO(ahe): New co19 failure, please triage.
97 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t07: Fail # TODO(ahe): New co19 failure, please triage. 96 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t07: Fail # TODO(ahe): New co19 failure, please triage.
98 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail # TODO(ahe): New co19 failure, please triage. 97 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail # TODO(ahe): New co19 failure, please triage.
99 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # TODO(ahe): New co19 failure, please triage. 98 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # TODO(ahe): New co19 failure, please triage.
100 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail # TODO(ahe): New co19 failure, please triage. 99 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail # TODO(ahe): New co19 failure, please triage.
101 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail # TODO(ahe): New co19 failure, please triage.
102 Language/10_Expressions/14_Method_Invocation/2_Static_Invocation_A01_t01: Fail # TODO(ahe): New co19 failure, please triage. 100 Language/10_Expressions/14_Method_Invocation/2_Static_Invocation_A01_t01: Fail # TODO(ahe): New co19 failure, please triage.
103 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A01_t01: Fail # TODO(ahe): New co19 failure, please triage. 101 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A01_t01: Fail # TODO(ahe): New co19 failure, please triage.
104 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t03: Fail # TODO(ahe): New co19 failure, please triage. 102 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t03: Fail # TODO(ahe): New co19 failure, please triage.
105 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # TODO(ahe): New co19 failure, please triage. 103 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # TODO(ahe): New co19 failure, please triage.
106 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A04_t01: Fail # TODO(ahe): New co19 failure, please triage. 104 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A04_t01: Fail # TODO(ahe): New co19 failure, please triage.
107 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A04_t02: Fail # TODO(ahe): New co19 failure, please triage. 105 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A04_t02: Fail # TODO(ahe): New co19 failure, please triage.
108 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A06_t01: Fail # TODO(ahe): New co19 failure, please triage. 106 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A06_t01: Fail # TODO(ahe): New co19 failure, please triage.
109 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A06_t02: Fail # TODO(ahe): New co19 failure, please triage. 107 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A06_t02: Fail # TODO(ahe): New co19 failure, please triage.
110 Language/10_Expressions/16_Assignment_A05_t06: Fail # TODO(ahe): New co19 failur e, please triage. 108 Language/10_Expressions/16_Assignment_A05_t06: Fail # TODO(ahe): New co19 failur e, please triage.
111 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # TODO(ahe) : New co19 failure, please triage. 109 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # TODO(ahe) : New co19 failure, please triage.
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 Language/13_Types/4_Interface_Types_A12_t14: Fail # Expect.isFalse(true) fails. 296 Language/13_Types/4_Interface_Types_A12_t14: Fail # Expect.isFalse(true) fails.
299 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. 297 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails.
300 Language/13_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. 298 Language/13_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails.
301 Language/13_Types/5_Function_Types_A02_t02: Fail # Expect.isTrue(false) fails. 299 Language/13_Types/5_Function_Types_A02_t02: Fail # Expect.isTrue(false) fails.
302 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . 300 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails .
303 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!') 301 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!')
304 302
305 303
306 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail # ReferenceError: trace is not defined 304 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail # ReferenceError: trace is not defined
307 Language/13_Types/4_Interface_Types_A12_t10: Fail # SyntaxError: Unexpected iden tifier 305 Language/13_Types/4_Interface_Types_A12_t10: Fail # SyntaxError: Unexpected iden tifier
308 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t01: Fail # Syn taxError: Unexpected string
309 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # Operator 'call' is not supported on closures. 306 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # Operator 'call' is not supported on closures.
310 307
311 308
312 LangGuideTest/02_Language_Constructs/02_8_Static_Methods/02_8_Static_Methods_A02 _t02: Fail # cannot resolve foo 309 LangGuideTest/02_Language_Constructs/02_8_Static_Methods/02_8_Static_Methods_A02 _t02: Fail # cannot resolve foo
313 Language/13_Types/4_Interface_Types_A07_t01: Fail # cannot resolve type Dynamic 310 Language/13_Types/4_Interface_Types_A07_t01: Fail # cannot resolve type Dynamic
314 Language/13_Types/4_Interface_Types_A07_t02: Fail # cannot resolve type Dynamic 311 Language/13_Types/4_Interface_Types_A07_t02: Fail # cannot resolve type Dynamic
315 Language/13_Types/6_Type_Dynamic_A01_t01: Fail # cannot resolve type Dynamic 312 Language/13_Types/6_Type_Dynamic_A01_t01: Fail # cannot resolve type Dynamic
316 Language/13_Types/4_Interface_Types_A08_t01: Fail # cannot resolve type S 313 Language/13_Types/4_Interface_Types_A08_t01: Fail # cannot resolve type S
317 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # cannot resolve type S 314 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # cannot resolve type S
318 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # can not resolve type T 315 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # can not resolve type T
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 Language/11_Statements/03_Variable_Declaration_A03_t02: Fail, OK # @compile-erro r 746 Language/11_Statements/03_Variable_Declaration_A03_t02: Fail, OK # @compile-erro r
750 Language/11_Statements/09_Try_A01_t14: Fail, OK # @compile-error 747 Language/11_Statements/09_Try_A01_t14: Fail, OK # @compile-error
751 Language/11_Statements/09_Try_A01_t18: Fail, OK # @compile-error 748 Language/11_Statements/09_Try_A01_t18: Fail, OK # @compile-error
752 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error 749 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error
753 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 750 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
754 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 751 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
755 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error 752 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error
756 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 753 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
757 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 754 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
758 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 755 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698