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

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

Issue 10690141: Update status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 | « tests/co19/co19-leg.status ('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) 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 5
6 [ $runtime == vm ] 6 [ $runtime == vm ]
7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression) 7 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 8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM
9 9
10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented) 10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented)
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 59
60 [ $runtime == vm ] 60 [ $runtime == vm ]
61 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445 61 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445
62 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 62 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121
63 LibTest/core/Date/Date_A01_t01: Fail # Issue 445 63 LibTest/core/Date/Date_A01_t01: Fail # Issue 445
64 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 64 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42
65 LibTest/core/Match/operator_subscript_A01_t01: Fail 65 LibTest/core/Match/operator_subscript_A01_t01: Fail
66 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44 66 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44
67 LibTest/core/Math/pow_A11_t01: Fail # Issue 449 67 LibTest/core/Math/pow_A11_t01: Fail # Issue 449
68 LibTest/core/Math/pow_A13_t01: Fail # Issue 449 68 LibTest/core/Math/pow_A13_t01: Fail # Issue 449
69 LibTest/core/Math/max_A01_t03: Fail # Issue co19 - 157
70 LibTest/core/Math/min_A01_t03: Fail # Issue co19 - 157
69 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 71 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
70 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 72 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
71 LibTest/core/RegExp/firstMatch_A01_t01: Fail 73 LibTest/core/RegExp/firstMatch_A01_t01: Fail
72 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 74 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
73 LibTest/core/double/toStringAsExponential_A01_t01: Fail, Ok # Unimplemented test stub. 75 LibTest/core/double/toStringAsExponential_A01_t01: Fail, Ok # Unimplemented test stub.
74 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, Ok # Unimplemented test s tub. 76 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, Ok # Unimplemented test s tub.
75 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 77 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461
76 LibTest/core/int/toStringAsExponential_A01_t01: Fail # Issue 460, Issue co19 - 1 12 78 LibTest/core/int/toStringAsExponential_A01_t01: Fail # Issue 460, Issue co19 - 1 12
77 LibTest/core/int/toStringAsFixed_A01_t01: Fail # Issue 460, Issue co19 - 114 79 LibTest/core/int/toStringAsFixed_A01_t01: Fail # Issue 460, Issue co19 - 114
78 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, Crash # Issue 460, Issue co1 9 - 113 80 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, Crash # Issue 460, Issue co1 9 - 113
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 453
452 [ $runtime == vm && $checked ] 454 [ $runtime == vm && $checked ]
453 Language/03_Overview/1_Scoping_A02_t30: Fail 455 Language/03_Overview/1_Scoping_A02_t30: Fail
454 Language/03_Overview/1_Scoping_A02_t31: Fail 456 Language/03_Overview/1_Scoping_A02_t31: Fail
455 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail 457 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail
456 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail 458 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail
457 459
458 460
459 [ $runtime == vm && $mode == debug && $unchecked ] 461 [ $runtime == vm && $mode == debug && $unchecked ]
460 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 462 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
OLDNEW
« no previous file with comments | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698