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

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

Issue 9475021: Refactor Constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment. 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 | « tests/language/language.status ('k') | tests/language/src/CompileTimeConstant8Test.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 prefix language 5 prefix language
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
11 [ $component == leg ] 11 [ $component == leg ]
12 Constructor6Test: Crash 12 Constructor6Test: Crash
13 FunctionTest: Crash 13 FunctionTest: Crash
14 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet .
14 15
15 16
16 # Compilation errors. 17 # Compilation errors.
17 Arithmetic2Test: Fail # map not implemented 18 Arithmetic2Test: Fail # map not implemented
18 ArithmeticTest: Fail # Internal Error: Cannot find value 19 ArithmeticTest: Fail # Internal Error: Cannot find value
19 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented 20 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented
20 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented 21 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented
21 CTConstTest: Fail # map not implemented 22 CTConstTest: Fail # map not implemented
22 CallOperatorTest: Fail # Unexpected token 'call' 23 CallOperatorTest: Fail # Unexpected token 'call'
23 CallThroughGetterTest: Fail # Internal Error: Cannot find value 24 CallThroughGetterTest: Fail # Internal Error: Cannot find value
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 # TODO(ahe): Categorize these failures. 319 # TODO(ahe): Categorize these failures.
319 ClosureBreak1Test: Fail 320 ClosureBreak1Test: Fail
320 ClosureBreak2Test: Fail 321 ClosureBreak2Test: Fail
321 ClosureBreakTest: Fail 322 ClosureBreakTest: Fail
322 ExecuteFinally3Test: Fail 323 ExecuteFinally3Test: Fail
323 ExecuteFinally9Test: Fail 324 ExecuteFinally9Test: Fail
324 325
325 326
326 [ $component == leg && $mode == release ] 327 [ $component == leg && $mode == release ]
327 AssignTopMethodNegativeTest: Crash 328 AssignTopMethodNegativeTest: Crash
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/src/CompileTimeConstant8Test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698