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

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

Issue 10855170: Track types for arguments passed to calls to static functions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 # Rename "BadNumberFormatException" to "FormatException" 6 # Rename "BadNumberFormatException" to "FormatException"
7 # TODO(rnystrom): These can be enabled when 7 # TODO(rnystrom): These can be enabled when
8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
9 LibTest/core/BadNumberFormatException/*: Fail 9 LibTest/core/BadNumberFormatException/*: Fail
10 LibTest/core/double/toInt_A01_t03: Fail 10 LibTest/core/double/toInt_A01_t03: Fail
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. 292 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub.
293 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test stub. 293 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test stub.
294 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s tub. 294 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s tub.
295 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. 295 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int.
296 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. 296 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion.
297 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. 297 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API.
298 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. 298 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API.
299 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int. 299 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int.
300 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. 300 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int.
301 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. 301 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double.
302 LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big i nt. 302 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us.
303 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble. 303 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble.
304 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. 304 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int.
305 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. 305 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double.
306 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. 306 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int.
307 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. 307 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int.
308 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. 308 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes.
309 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # Co19 Issue 112. 309 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # Co19 Issue 112.
310 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # Co19 Issue 114. 310 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # Co19 Issue 114.
311 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # Co19 Issue 113. 311 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # Co19 Issue 113.
312 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. 312 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105.
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 722 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
723 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 723 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
724 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 724 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
725 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 725 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
726 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 726 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
727 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 727 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
728 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 728 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
729 729
730 [ $compiler == dart2dart ] 730 [ $compiler == dart2dart ]
731 *: Skip 731 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698