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

Side by Side Diff: dart/tests/language/language-leg.status

Issue 9702048: RegExp is const, really. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 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 | « dart/tests/corelib/corelib-leg.status ('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 [ $component == leg && $checked ] 5 [ $component == leg && $checked ]
6 *: Skip 6 *: Skip
7 7
8 8
9 [ $component == leg ] 9 [ $component == leg ]
10 AdjacentConstStringLiteralsTest: Crash # Issue 2110 10 AdjacentConstStringLiteralsTest: Crash # Issue 2110
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 TypeVariableScopeTest/05: Fail, OK # Negative language test. 246 TypeVariableScopeTest/05: Fail, OK # Negative language test.
247 WrongNumberTypeArgumentsTest/01: Fail, OK # Negative language test. 247 WrongNumberTypeArgumentsTest/01: Fail, OK # Negative language test.
248 248
249 249
250 TypeVMTest: Fail, OK # VM specific test. 250 TypeVMTest: Fail, OK # VM specific test.
251 251
252 252
253 DivByZeroTest: Fail, OK # Leg only has doubles. 253 DivByZeroTest: Fail, OK # Leg only has doubles.
254 254
255 255
256 RegExp3Test: Fail, OK # Expects exception from const constructor.
257
258
256 # TODO(ahe): Categorize these failures. 259 # TODO(ahe): Categorize these failures.
257 ExecuteFinally3Test: Fail 260 ExecuteFinally3Test: Fail
258 261
259 262
260 [ $component == leg && $mode == release ] 263 [ $component == leg && $mode == release ]
261 AssignTopMethodNegativeTest: Crash 264 AssignTopMethodNegativeTest: Crash
262 265
263 [ $component == legium ] 266 [ $component == legium ]
264 *: Skip 267 *: Skip
OLDNEW
« no previous file with comments | « dart/tests/corelib/corelib-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698