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

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

Issue 10830253: Support for new operator - (Closed) Base URL: http://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
« no previous file with comments | « runtime/vm/token.h ('k') | tests/language/language_dart2js.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) 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 [ $runtime == vm ] 5 [ $runtime == vm ]
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 78 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
79 LibTest/core/RegExp/firstMatch_A01_t01: Fail 79 LibTest/core/RegExp/firstMatch_A01_t01: Fail
80 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 80 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
81 LibTest/core/double/toStringAsExponential_A01_t01: Fail, Ok # Unimplemented test stub. 81 LibTest/core/double/toStringAsExponential_A01_t01: Fail, Ok # Unimplemented test stub.
82 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, Ok # Unimplemented test s tub. 82 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, Ok # Unimplemented test s tub.
83 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 83 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461
84 LibTest/core/int/toStringAsExponential_A01_t01: Fail # Issue 460, Issue co19 - 1 12 84 LibTest/core/int/toStringAsExponential_A01_t01: Fail # Issue 460, Issue co19 - 1 12
85 LibTest/core/int/toStringAsFixed_A01_t01: Fail # Issue 460, Issue co19 - 114 85 LibTest/core/int/toStringAsFixed_A01_t01: Fail # Issue 460, Issue co19 - 114
86 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, Crash # Issue 460, Issue co1 9 - 113 86 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, Crash # Issue 460, Issue co1 9 - 113
87 87
88 # co19 issue 169: obsolete operator and instance method 'negate'
89 LibTest/core/int/operator_negate_A01_t01: Fail # co19 issue 169
90 LibTest/core/double/operator_negate_A01_t04: Fail # issue 169
91 LibTest/core/double/operator_negate_A01_t02: Fail # issue 169
92 LibTest/core/double/operator_negate_A01_t01: Fail # issue 169
93 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t19: Fail # issue 169
94
88 [ $runtime == vm ] 95 [ $runtime == vm ]
89 LibTest/core/Math/acos_A01_t01: Fail, Pass # Issue co19 - 44 96 LibTest/core/Math/acos_A01_t01: Fail, Pass # Issue co19 - 44
90 LibTest/core/Math/asin_A01_t01: Fail, Pass # Issue co19 - 44 97 LibTest/core/Math/asin_A01_t01: Fail, Pass # Issue co19 - 44
91 LibTest/core/Math/atan_A01_t01: Fail, Pass # Issue co19 - 44 98 LibTest/core/Math/atan_A01_t01: Fail, Pass # Issue co19 - 44
92 LibTest/core/Math/cos_A01_t01: Fail, Pass # Issue co19 - 44 99 LibTest/core/Math/cos_A01_t01: Fail, Pass # Issue co19 - 44
93 LibTest/core/Math/exp_A01_t01: Fail, Pass # Issue co19 - 44 100 LibTest/core/Math/exp_A01_t01: Fail, Pass # Issue co19 - 44
94 LibTest/core/Math/sin_A01_t01: Fail, Pass # Issue co19 - 44 101 LibTest/core/Math/sin_A01_t01: Fail, Pass # Issue co19 - 44
95 LibTest/core/Math/tan_A01_t01: Fail, Pass # Issue co19 - 44 102 LibTest/core/Math/tan_A01_t01: Fail, Pass # Issue co19 - 44
96 103
97 [ $runtime == vm && $system == linux ] 104 [ $runtime == vm && $system == linux ]
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail 465 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail
459 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 466 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158
460 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 467 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158
461 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 468 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158
462 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 469 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158
463 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error 470 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error
464 471
465 472
466 [ $runtime == vm && $mode == debug && $unchecked ] 473 [ $runtime == vm && $mode == debug && $unchecked ]
467 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 474 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
OLDNEW
« no previous file with comments | « runtime/vm/token.h ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698