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

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

Issue 10382170: Convert double to integer and update status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 | « runtime/lib/date.dart ('k') | 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 && $runtime == d8 ] 5 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 [ $compiler == dart2js && $runtime == d8 ] 217 [ $compiler == dart2js && $runtime == d8 ]
218 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented 218 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented
219 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented 219 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented
220 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu al: <54>) fails. 220 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu al: <54>) fails.
221 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. 221 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails.
222 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. 222 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails.
223 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. 223 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails.
224 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. 224 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails.
225 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. 225 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails.
226 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') 226 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone')
227 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121
227 LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:0 0:00.000>, actual: <0001-01-01 00:00:00.000>) fails. 228 LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:0 0:00.000>, actual: <0001-01-01 00:00:00.000>) fails.
228 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) 229 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.)
229 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') 230 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected')
230 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 231 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
231 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 232 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
232 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 233 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
233 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 234 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
234 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 235 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
235 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 236 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
236 237
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error 512 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error
512 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error 513 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error
513 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error 514 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error
514 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error 515 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error
515 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error 516 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error
516 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 517 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
517 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 518 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
518 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 519 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
519 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 520 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
520 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 521 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « runtime/lib/date.dart ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698