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

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

Issue 9677039: toStringAsExponential allows the fractionDigits argument to be null. (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 | « frog/leg/lib/js_helper.dart ('k') | no next file » | 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 [ $component == leg && $system == macos ] 5 [ $component == leg && $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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 LibTest/core/Map/forEach_A01_t07: Fail # Expect.isTrue(false) fails. 234 LibTest/core/Map/forEach_A01_t07: Fail # Expect.isTrue(false) fails.
235 LibTest/core/Map/operator_subscripted_assignment_A01_t01: Fail # Expect.isTrue(f alse) fails. 235 LibTest/core/Map/operator_subscripted_assignment_A01_t01: Fail # Expect.isTrue(f alse) fails.
236 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') 236 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected')
237 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . 237 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails .
238 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 238 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
239 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 239 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
240 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 240 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
241 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 241 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
242 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 242 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
243 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!') 243 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!')
244 LibTest/core/double/toStringAsFixed_A01_t03: Fail # Expect.equals(expected: <-0> , actual: <0>) fails.
245 244
246 245
247 # 246 #
248 # The following tests are all semantic tests that we can rely on dartc 247 # The following tests are all semantic tests that we can rely on dartc
249 # catching for now. 248 # catching for now.
250 # 249 #
251 Language/05_Variables/05_Variables_A01_t04: Fail, OK # @compile-error 250 Language/05_Variables/05_Variables_A01_t04: Fail, OK # @compile-error
252 Language/05_Variables/05_Variables_A01_t05: Fail, OK # @compile-error 251 Language/05_Variables/05_Variables_A01_t05: Fail, OK # @compile-error
253 Language/05_Variables/05_Variables_A01_t08: Fail, OK # @compile-error 252 Language/05_Variables/05_Variables_A01_t08: Fail, OK # @compile-error
254 Language/05_Variables/05_Variables_A03_t01: Fail, OK # @compile-error 253 Language/05_Variables/05_Variables_A03_t01: Fail, OK # @compile-error
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 543 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
545 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 544 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
546 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 545 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
547 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 546 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
548 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 547 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
549 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 548 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
550 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 549 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
551 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 550 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
552 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 551 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
553 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 552 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « frog/leg/lib/js_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698