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

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

Issue 9655022: Update test expectations to match reality. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « no previous file | tests/language/language.status » ('j') | tests/language/language.status » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 [ $component == leg && $system == macos ] 5 [ $component == leg && $system == macos ]
6 LibTest/core/Math/acos_A01_t01: Fail 6 LibTest/core/Math/acos_A01_t01: Fail
7 LibTest/core/Math/asin_A01_t01: Fail 7 LibTest/core/Math/asin_A01_t01: Fail
8 LibTest/core/Math/atan_A01_t01: Fail 8 LibTest/core/Math/atan_A01_t01: Fail
9 9
10 10
(...skipping 16 matching lines...) Expand all
27 [ $component == leg && $checked ] 27 [ $component == leg && $checked ]
28 # Leg does not support checked mode yet. 28 # Leg does not support checked mode yet.
29 *: Skip 29 *: Skip
30 30
31 31
32 [ $component == legium ] 32 [ $component == legium ]
33 *: Skip 33 *: Skip
34 34
35 35
36 [ $component == leg ] 36 [ $component == leg ]
37 Language/10_Expressions/01_Constants_A16_t01: Crash # TODO(ahe): Investigate. 37 Language/10_Expressions/01_Constants_A16_t01: Fail # TODO(ahe): Investigate.
ngeoffray 2012/03/09 08:47:22 It actually crashes when the assertions are enable
kasperl 2012/03/09 08:53:27 Yeah, I had to update this. Maybe I got it wrong t
38 Language/11_Statements/11_Labels_A01_t01: Fail # Internal error in resolution of break targets. 38 Language/11_Statements/11_Labels_A01_t01: Fail # Internal error in resolution of break targets.
39 Language/11_Statements/15_Assert_A02_t01: Crash # TODO(ahe): Investigate. 39 Language/11_Statements/15_Assert_A02_t01: Crash # TODO(ahe): Investigate.
40 40
41 41
42 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): New co19 failure, please triage. 42 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): New co19 failure, please triage.
43 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # TODO(ahe): Ne w co19 failure, please triage. 43 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # TODO(ahe): Ne w co19 failure, please triage.
44 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # TODO(ahe): Ne w co19 failure, please triage. 44 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # TODO(ahe): Ne w co19 failure, please triage.
45 Language/09_Generics/09_Generics_A04_t04: Fail # TODO(ahe): New co19 failure, pl ease triage. 45 Language/09_Generics/09_Generics_A04_t04: Fail # TODO(ahe): New co19 failure, pl ease triage.
46 Language/10_Expressions/01_Constants_A07_t01: Fail # TODO(ahe): New co19 failure , please triage. 46 Language/10_Expressions/01_Constants_A07_t01: Fail # TODO(ahe): New co19 failure , please triage.
47 Language/10_Expressions/01_Constants_A09_t01: Fail # TODO(ahe): New co19 failure , please triage. 47 Language/10_Expressions/01_Constants_A09_t01: Fail # TODO(ahe): New co19 failure , please triage.
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 619 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
620 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error 620 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error
621 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 621 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
622 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 622 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
623 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 623 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
624 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 624 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
625 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 625 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
626 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 626 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
627 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 627 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
628 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 628 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « no previous file | tests/language/language.status » ('j') | tests/language/language.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698