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

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

Issue 9961003: Update status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 8 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/co19/co19-runtime.status » ('j') | no next file with comments »
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 [ $compiler == dart2js && $system == macos ] 5 [ $compiler == dart2js && $system == macos ]
6 LibTest/core/Math/acos_A01_t01: Fail, OK 6 LibTest/core/Math/acos_A01_t01: Fail, OK
7 LibTest/core/Math/asin_A01_t01: Fail, OK 7 LibTest/core/Math/asin_A01_t01: Fail, OK
8 LibTest/core/Math/atan_A01_t01: Fail, OK 8 LibTest/core/Math/atan_A01_t01: Fail, OK
9 9
10 10
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int. 107 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int.
108 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. 108 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int.
109 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. 109 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double.
110 LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big i nt. 110 LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big i nt.
111 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble. 111 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble.
112 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. 112 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int.
113 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. 113 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double.
114 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. 114 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int.
115 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. 115 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int.
116 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. 116 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes.
117 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # Co19 Issue 112.
118 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # Co19 Issue 114.
119 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # Co19 Issue 113.
117 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. 120 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105.
118 Language/13_Types/4_Interface_Types_A12_t10: Fail, OK # Type test assuming int ! = double. 121 Language/13_Types/4_Interface_Types_A12_t10: Fail, OK # Type test assuming int ! = double.
119 122
120 123
121 # 124 #
122 # The following tests may be broken, but require further review. 125 # The following tests may be broken, but require further review.
123 # 126 #
124 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w.
125 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review.
126 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review.
127 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? 127 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
128 128
129 129
130 # 130 #
131 # The following tests are failing. Please add the error message 131 # The following tests are failing. Please add the error message
132 # (either a compiler error or exception message). The error messages 132 # (either a compiler error or exception message). The error messages
133 # may sometime be out of date. 133 # may sometime be out of date.
134 # 134 #
135 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters 135 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters
136 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # compiler canc elled: unexpected token 'call' 136 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # compiler canc elled: unexpected token 'call'
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 500 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
501 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 501 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
502 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error 502 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error
503 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 503 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
504 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 504 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
505 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 505 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
506 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 506 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
507 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 507 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
508 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 508 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
509 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 509 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « no previous file | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698