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

Side by Side Diff: tests/co19/co19-compiler.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 == dartc ] 5 [ $compiler == dartc ]
6 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(analyzer-team): Please triag e this failure. 6 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(analyzer-team): Please triag e this failure.
7 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(analyzer-team): Please triag e this failure. 7 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(analyzer-team): Please triag e this failure.
8 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(analyzer-team): Please triag e this failure. 8 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(analyzer-team): Please triag e this failure.
9 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(analyzer-team): Please triag e this failure. 9 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(analyzer-team): Please triag e this failure.
10 Language/03_Overview/2_Privacy_A01_t09: Fail # TODO(analyzer-team): Please triag e this failure. 10 Language/03_Overview/2_Privacy_A01_t09: Fail # TODO(analyzer-team): Please triag e this failure.
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail, OK 470 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail, OK
471 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail, OK 471 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail, OK
472 Language/03_Overview/2_Privacy_A01_t11: Fail, OK 472 Language/03_Overview/2_Privacy_A01_t11: Fail, OK
473 Language/03_Overview/1_Scoping_A02_t28: Fail, OK 473 Language/03_Overview/1_Scoping_A02_t28: Fail, OK
474 Language/03_Overview/2_Privacy_A01_t18: Fail, OK 474 Language/03_Overview/2_Privacy_A01_t18: Fail, OK
475 Language/03_Overview/2_Privacy_A01_t08: Fail, OK 475 Language/03_Overview/2_Privacy_A01_t08: Fail, OK
476 476
477 477
478 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 478 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
479 *: Skip 479 *: Skip
480
481 # const RegExp -> new RegExp
482 [ $compiler == dartc ]
483 LibTest/core/RegExp/RegExp_A01_t04: fail
ahe 2012/11/13 09:46:20 These belong after line 368. Also, please file a
Anders Johnsen 2012/11/13 10:06:44 Done.
484 LibTest/core/String/contains_A01_t01: fail
485 LibTest/core/String/contains_A01_t03: fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698