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

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

Issue 9554005: - Fix test name. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/tests/
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 | « language/language.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 prefix language 5 prefix language
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
(...skipping 27 matching lines...) Expand all
38 CanonicalConstTest: Fail # map not implemented 38 CanonicalConstTest: Fail # map not implemented
39 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 39 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000
40 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented 40 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented
41 ConstObjectsAreImmutableTest: Fail # map not implemented 41 ConstObjectsAreImmutableTest: Fail # map not implemented
42 Constructor5Test: Fail # no matching constructor found 42 Constructor5Test: Fail # no matching constructor found
43 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods 43 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods
44 Context2Test: Fail # switch cases are not implemented 44 Context2Test: Fail # switch cases are not implemented
45 ContinueTest: Fail # switch cases are not implemented 45 ContinueTest: Fail # switch cases are not implemented
46 DefaultFactoryLibraryTest: Fail # lib is not a type 46 DefaultFactoryLibraryTest: Fail # lib is not a type
47 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented 47 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented
48 DisableLibraryPrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. 48 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
49 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. 49 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0.
50 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. 50 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0.
51 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0. 51 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0.
52 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented 52 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented
53 DynamicTest: Fail # cannot resolve type F1 53 DynamicTest: Fail # cannot resolve type F1
54 EmptyBlockCaseTest: Fail # switch cases are not implemented 54 EmptyBlockCaseTest: Fail # switch cases are not implemented
55 Factory3Test: Fail # Handling of compile-time constants. 55 Factory3Test: Fail # Handling of compile-time constants.
56 Factory4Test: Fail # named constructors with type arguments are not implemented 56 Factory4Test: Fail # named constructors with type arguments are not implemented
57 ForTest: Fail # SsaBuilder for loop without condition not implemented 57 ForTest: Fail # SsaBuilder for loop without condition not implemented
58 FunctionSyntaxTest: Fail # Internal Error: Cannot find value 58 FunctionSyntaxTest: Fail # Internal Error: Cannot find value
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 # TODO(ahe): Categorize these failures. 306 # TODO(ahe): Categorize these failures.
307 ClosureBreak1Test: Fail 307 ClosureBreak1Test: Fail
308 ClosureBreak2Test: Fail 308 ClosureBreak2Test: Fail
309 ClosureBreakTest: Fail 309 ClosureBreakTest: Fail
310 ExecuteFinally3Test: Fail 310 ExecuteFinally3Test: Fail
311 ExecuteFinally9Test: Fail 311 ExecuteFinally9Test: Fail
312 312
313 313
314 [ $component == leg && $mode == release ] 314 [ $component == leg && $mode == release ]
315 AssignTopMethodNegativeTest: Crash 315 AssignTopMethodNegativeTest: Crash
OLDNEW
« no previous file with comments | « language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698