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

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

Issue 9921017: Intrinsify methods early. Fix some bugs in trinsified code, mark one precision-related bug as SKIP … (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 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/opt_code_generator_ia32.cc ('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 8
9 9
10 Language/07_Classes/07_Classes_A01_t01: Fail # issue 1603 (abstract not supporte d for classes 10 Language/07_Classes/07_Classes_A01_t01: Fail # issue 1603 (abstract not supporte d for classes
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 LibTest/core/double/toStringAsPrecision_A01_t01: Fail # Issue 463 92 LibTest/core/double/toStringAsPrecision_A01_t01: Fail # Issue 463
93 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 93 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461
94 LibTest/core/int/toStringAsExponential_A01_t01: Fail, Crash # Issue 460 94 LibTest/core/int/toStringAsExponential_A01_t01: Fail, Crash # Issue 460
95 LibTest/core/int/toStringAsFixed_A01_t01: Fail # Issue 460 95 LibTest/core/int/toStringAsFixed_A01_t01: Fail # Issue 460
96 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, Crash # Issue 460 96 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, Crash # Issue 460
97 97
98 [ $runtime == vm && $system == macos ] 98 [ $runtime == vm && $system == macos ]
99 LibTest/core/Math/acos_A01_t01: Fail # Issue co19 - 44 99 LibTest/core/Math/acos_A01_t01: Fail # Issue co19 - 44
100 LibTest/core/Math/asin_A01_t01: Fail # Issue co19 - 44 100 LibTest/core/Math/asin_A01_t01: Fail # Issue co19 - 44
101 LibTest/core/Math/atan_A01_t01: Fail # Issue co19 - 44 101 LibTest/core/Math/atan_A01_t01: Fail # Issue co19 - 44
102 LibTest/core/Math/cos_A01_t01: Fail # Issue co19 - 44 102 LibTest/core/Math/cos_A01_t01: Skip # Issue co19 - 44
103 LibTest/core/Math/exp_A01_t01: Fail # Issue co19 - 44 103 LibTest/core/Math/exp_A01_t01: Fail # Issue co19 - 44
104 LibTest/core/Math/sin_A01_t01: Fail # Issue co19 - 44 104 LibTest/core/Math/sin_A01_t01: Fail # Issue co19 - 44
105 LibTest/core/Math/tan_A01_t01: Fail # Issue co19 - 44 105 LibTest/core/Math/tan_A01_t01: Fail # Issue co19 - 44
106 106
107 [ $runtime == vm && $system == linux ] 107 [ $runtime == vm && $system == linux ]
108 LibTest/core/Math/exp_A01_t01: Fail 108 LibTest/core/Math/exp_A01_t01: Fail
109 109
110 [ $runtime == vm && $system == linux && $arch == ia32 ] 110 [ $runtime == vm && $system == linux && $arch == ia32 ]
111 LibTest/core/Math/sin_A01_t01: Fail 111 LibTest/core/Math/sin_A01_t01: Fail
112 LibTest/core/Math/tan_A01_t01: Fail 112 LibTest/core/Math/tan_A01_t01: Fail
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 Language/13_Types/1_Static_Types_A02_t08: Fail 249 Language/13_Types/1_Static_Types_A02_t08: Fail
250 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 250 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97
251 251
252 252
253 [ $arch == simarm ] 253 [ $arch == simarm ]
254 *: Skip 254 *: Skip
255 255
256 256
257 [ $arch == arm ] 257 [ $arch == arm ]
258 *: Skip 258 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/opt_code_generator_ia32.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698