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

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

Issue 9568016: Added test for issue 1882: (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
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 26 matching lines...) Expand all
37 CanonicalConstTest: Fail # map not implemented 37 CanonicalConstTest: Fail # map not implemented
38 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 38 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000
39 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented 39 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented
40 ConstObjectsAreImmutableTest: Fail # map not implemented 40 ConstObjectsAreImmutableTest: Fail # map not implemented
41 Constructor5Test: Fail # no matching constructor found 41 Constructor5Test: Fail # no matching constructor found
42 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods 42 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods
43 Context2Test: Fail # switch cases are not implemented 43 Context2Test: Fail # switch cases are not implemented
44 ContinueTest: Fail # switch cases are not implemented 44 ContinueTest: Fail # switch cases are not implemented
45 DefaultFactoryLibraryTest: Fail # lib is not a type 45 DefaultFactoryLibraryTest: Fail # lib is not a type
46 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented 46 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented
47 DisableLibraryPrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
47 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. 48 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0.
48 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. 49 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0.
49 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0. 50 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0.
50 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented 51 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented
51 DynamicTest: Fail # cannot resolve type F1 52 DynamicTest: Fail # cannot resolve type F1
52 EmptyBlockCaseTest: Fail # switch cases are not implemented 53 EmptyBlockCaseTest: Fail # switch cases are not implemented
53 Factory3Test: Fail # Handling of compile-time constants. 54 Factory3Test: Fail # Handling of compile-time constants.
54 Factory4Test: Fail # named constructors with type arguments are not implemented 55 Factory4Test: Fail # named constructors with type arguments are not implemented
55 ForTest: Fail # SsaBuilder for loop without condition not implemented 56 ForTest: Fail # SsaBuilder for loop without condition not implemented
56 FunctionSyntaxTest: Fail # Internal Error: Cannot find value 57 FunctionSyntaxTest: Fail # Internal Error: Cannot find value
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 # TODO(ahe): Categorize these failures. 305 # TODO(ahe): Categorize these failures.
305 ClosureBreak1Test: Fail 306 ClosureBreak1Test: Fail
306 ClosureBreak2Test: Fail 307 ClosureBreak2Test: Fail
307 ClosureBreakTest: Fail 308 ClosureBreakTest: Fail
308 ExecuteFinally3Test: Fail 309 ExecuteFinally3Test: Fail
309 ExecuteFinally9Test: Fail 310 ExecuteFinally9Test: Fail
310 311
311 312
312 [ $component == leg && $mode == release ] 313 [ $component == leg && $mode == release ]
313 AssignTopMethodNegativeTest: Crash 314 AssignTopMethodNegativeTest: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698