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

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

Issue 15333006: Rewrite double.parse. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Upload Created 7 years, 7 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-dart2js.status ('k') | tests/compiler/dart2js/js_parser_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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
7 7
8 [ $compiler == none && $runtime == vm && $unchecked ] 8 [ $compiler == none && $runtime == vm && $unchecked ]
9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure. 9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure.
10 10
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Fail # Dart issue 6134 169 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Fail # Dart issue 6134
170 Language/13_Libraries_and_Scripts/5_URIs_A01_t01: Fail # Dart issue 6352 170 Language/13_Libraries_and_Scripts/5_URIs_A01_t01: Fail # Dart issue 6352
171 Language/13_Libraries_and_Scripts/5_URIs_A01_t04: Fail # Dart issue 7317 171 Language/13_Libraries_and_Scripts/5_URIs_A01_t04: Fail # Dart issue 7317
172 Language/13_Libraries_and_Scripts/5_URIs_A01_t05: Fail # Dart issue 7317 172 Language/13_Libraries_and_Scripts/5_URIs_A01_t05: Fail # Dart issue 7317
173 Language/13_Libraries_and_Scripts/5_URIs_A01_t11: Fail # Dart issue 6352 173 Language/13_Libraries_and_Scripts/5_URIs_A01_t11: Fail # Dart issue 6352
174 Language/13_Libraries_and_Scripts/5_URIs_A01_t14: Fail # Dart issue 7317 174 Language/13_Libraries_and_Scripts/5_URIs_A01_t14: Fail # Dart issue 7317
175 Language/13_Libraries_and_Scripts/5_URIs_A01_t15: Fail # Dart issue 7317 175 Language/13_Libraries_and_Scripts/5_URIs_A01_t15: Fail # Dart issue 7317
176 Language/13_Libraries_and_Scripts/5_URIs_A01_t21: Fail # Dart issue 6352 176 Language/13_Libraries_and_Scripts/5_URIs_A01_t21: Fail # Dart issue 6352
177 Language/14_Types/5_Function_Types_A01_t10: Fail # co19 issue 392 177 Language/14_Types/5_Function_Types_A01_t10: Fail # co19 issue 392
178 Language/14_Types/5_Function_Types_A02_t06: Fail # co19 issue 392 178 Language/14_Types/5_Function_Types_A02_t06: Fail # co19 issue 392
179 LibTest/core/double/parse_A02_t01: Fail # Dart issue 1929 179 LibTest/core/double/parse_A02_t01: Fail # co19 issue 418
180 LibTest/math/pow_A01_t01: Fail # Dart issue 7318 180 LibTest/math/pow_A01_t01: Fail # Dart issue 7318
181 LibTest/math/pow_A11_t01: Fail # Dart issue 449 181 LibTest/math/pow_A11_t01: Fail # Dart issue 449
182 LibTest/math/pow_A13_t01: Fail # Dart issue 449 182 LibTest/math/pow_A13_t01: Fail # Dart issue 449
183 LibTest/math/sin_A01_t01: Fail # Dart issue 7318 183 LibTest/math/sin_A01_t01: Fail # Dart issue 7318
184 184
185 Language/05_Variables/05_Variables_A05_t04: Fail # Dart issue 5881 185 Language/05_Variables/05_Variables_A05_t04: Fail # Dart issue 5881
186 Language/05_Variables/05_Variables_A05_t11: Fail # Dart issue 5885 186 Language/05_Variables/05_Variables_A05_t11: Fail # Dart issue 5885
187 Language/05_Variables/05_Variables_A05_t13: Fail # Dart issue 5885 187 Language/05_Variables/05_Variables_A05_t13: Fail # Dart issue 5885
188 Language/05_Variables/05_Variables_A05_t14: Fail # Dart issue 5885 188 Language/05_Variables/05_Variables_A05_t14: Fail # Dart issue 5885
189 Language/05_Variables/05_Variables_A05_t15: Fail # Dart issue 5885 189 Language/05_Variables/05_Variables_A05_t15: Fail # Dart issue 5885
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 [ $compiler == none && $arch == arm ] 516 [ $compiler == none && $arch == arm ]
517 *: Skip 517 *: Skip
518 518
519 519
520 [ $compiler == none && $arch == simmips ] 520 [ $compiler == none && $arch == simmips ]
521 *: Skip 521 *: Skip
522 522
523 523
524 [ $compiler == none && $arch == mips ] 524 [ $compiler == none && $arch == mips ]
525 *: Skip 525 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/js_parser_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698