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

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

Issue 9568008: Do not allow native syntax on all libraries. (Closed) Base URL: http://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
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 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet .
15 15
16 FunctionLiterals2Test: Crash # TODO(floitsch): investigate. 16 FunctionLiterals2Test: Crash # TODO(floitsch): investigate.
17 17
18 GetSyntaxTest/none: Fail # TODO(ahe): investigate. 18 GetSyntaxTest/none: Fail # TODO(ahe): investigate.
19 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate. 19 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate.
20 SuperImplicitClosureTest: Fail # TODO(ahe): investigate. 20 SuperImplicitClosureTest: Fail # TODO(ahe): investigate.
21 FinalSyntaxTest/none: Fail # TODO(ahe): investigate. 21 FinalSyntaxTest/none: Fail # TODO(ahe): investigate.
22 SyntaxTest/28: Fail # TODO(ahe): investigate.
23 SyntaxTest/30: Fail # TODO(ahe): investigate.
24 SyntaxTest/31: Fail # TODO(ahe): investigate.
25 SyntaxTest/32: Fail # TODO(ahe): investigate.
26 SyntaxTest/33: Fail # TODO(ahe): investigate.
27 SyntaxTest/47: Fail # TODO(ahe): investigate. 22 SyntaxTest/47: Fail # TODO(ahe): investigate.
28 23
29 # Compilation errors. 24 # Compilation errors.
30 Arithmetic2Test: Fail # map not implemented 25 Arithmetic2Test: Fail # map not implemented
31 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented 26 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented
32 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented 27 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented
33 CTConstTest: Fail # map not implemented 28 CTConstTest: Fail # map not implemented
34 CallOperatorTest: Fail # Unexpected token 'call' 29 CallOperatorTest: Fail # Unexpected token 'call'
35 CallThroughGetterTest: Fail # Internal Error: Cannot find value 30 CallThroughGetterTest: Fail # Internal Error: Cannot find value
36 CanonicalConstTest: Fail # map not implemented 31 CanonicalConstTest: Fail # map not implemented
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 # TODO(ahe): Categorize these failures. 297 # TODO(ahe): Categorize these failures.
303 ClosureBreak1Test: Fail 298 ClosureBreak1Test: Fail
304 ClosureBreak2Test: Fail 299 ClosureBreak2Test: Fail
305 ClosureBreakTest: Fail 300 ClosureBreakTest: Fail
306 ExecuteFinally3Test: Fail 301 ExecuteFinally3Test: Fail
307 ExecuteFinally9Test: Fail 302 ExecuteFinally9Test: Fail
308 303
309 304
310 [ $component == leg && $mode == release ] 305 [ $component == leg && $mode == release ]
311 AssignTopMethodNegativeTest: Crash 306 AssignTopMethodNegativeTest: Crash
OLDNEW
« dart/frog/leg/native_handler.dart ('K') | « dart/frog/tests/leg/src/parser_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698