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

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

Issue 11369210: Make RegExp constructor non-const. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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
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 [ $compiler == dart2dart ] 5 [ $compiler == dart2dart ]
6 # Factory redirection: 6 # Factory redirection:
7 Language/07_Classes/07_Classes_A03_t01: Fail, Pass # http://dartbug.com/6634 Pas ses in conservative renaming mode. 7 Language/07_Classes/07_Classes_A03_t01: Fail, Pass # http://dartbug.com/6634 Pas ses in conservative renaming mode.
8 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail, Pass # http:// dartbug.com/6634 Passes in conservative renaming mode. 8 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail, Pass # http:// dartbug.com/6634 Passes in conservative renaming mode.
9 Language/11_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, Pass # http:// dartbug.com/6634 Passes in conservative renaming mode. 9 Language/11_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, Pass # http:// dartbug.com/6634 Passes in conservative renaming mode.
10 10
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 [ $compiler == dart2dart && $system == windows ] 486 [ $compiler == dart2dart && $system == windows ]
487 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 487 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
488 LibTest/core/double/round_A01_t01: Fail # Result is NaN 488 LibTest/core/double/round_A01_t01: Fail # Result is NaN
489 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 489 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
490 490
491 491
492 [ $compiler == dart2dart && $system == macos ] 492 [ $compiler == dart2dart && $system == macos ]
493 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 493 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44
494 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 494 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44
495 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 495 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44
496
497 # const RegExp -> new RegExp
498 [ $compiler == dart2dart ]
499 LibTest/core/RegExp/RegExp_A01_t04: fail
ahe 2012/11/13 09:46:20 After line 484, please.
Anders Johnsen 2012/11/13 10:06:44 Done.
500 LibTest/core/String/contains_A01_t01: fail
501 LibTest/core/String/contains_A01_t03: fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698