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

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

Issue 10850034: Rename BadNumberFormatException -> FormatException. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. 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
« no previous file with comments | « samples/calculator/tape.dart ('k') | tests/corelib/math_parse_double_test.dart » ('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) 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 # Rename "BadNumberFormatException" to "FormatException"
6 # TODO(rnystrom): File co19 bug and list here before submitting patch.
7 LibTest/core/BadNumberFormatException/*: Fail
8 LibTest/core/double/toInt_A01_t03: Fail
9 LibTest/core/double/toInt_A01_t04: Fail
10 LibTest/core/Math/parseInt_A02_t01: Fail
11
5 12
6 [ $runtime == vm ] 13 [ $runtime == vm ]
7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression) 14 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression)
8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM 15 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM
9 16
10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented) 17 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented)
11 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t01: Fail # issue 1604 (c all operator not implemented) 18 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t01: Fail # issue 1604 (c all operator not implemented)
12 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # issue 1604 (c all operator not implemented) 19 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # issue 1604 (c all operator not implemented)
13 Language/10_Expressions/05_Strings_A02_t01: Skip # co19 issue 90. 20 Language/10_Expressions/05_Strings_A02_t01: Skip # co19 issue 90.
14 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail # co19 i ssue 152. 21 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail # co19 i ssue 152.
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail 456 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail
450 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 457 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158
451 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 458 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158
452 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 459 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158
453 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 460 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158
454 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error 461 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error
455 462
456 463
457 [ $runtime == vm && $mode == debug && $unchecked ] 464 [ $runtime == vm && $mode == debug && $unchecked ]
458 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 465 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
OLDNEW
« no previous file with comments | « samples/calculator/tape.dart ('k') | tests/corelib/math_parse_double_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698