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

Side by Side Diff: dart/tests/language/language_dart2js.status

Issue 10880040: Support abstract getters without parameters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update language.status Created 8 years, 3 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/language/abstract_getter_test.dart ('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 [ $compiler == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 # VM specific tests that should not be run by dart2js. 6 # VM specific tests that should not be run by dart2js.
7 *vm_test: Skip 7 *vm_test: Skip
8 *vm_negative_test: Skip 8 *vm_negative_test: Skip
9 9
10 [ $compiler == dart2js && $checked ] 10 [ $compiler == dart2js && $checked ]
(...skipping 24 matching lines...) Expand all
35 function_type_test: Fail # does not detect type error in checked mode. 35 function_type_test: Fail # does not detect type error in checked mode.
36 function_malformed_result_type_test: Fail # does not detect type error in checke d mode. 36 function_malformed_result_type_test: Fail # does not detect type error in checke d mode.
37 void_type_test: Fail # does not detect type error in checked mode. 37 void_type_test: Fail # does not detect type error in checked mode.
38 38
39 arithmetic_test: Fail 39 arithmetic_test: Fail
40 40
41 [ $compiler == dart2js && $unchecked ] 41 [ $compiler == dart2js && $unchecked ]
42 assertion_test: Fail 42 assertion_test: Fail
43 43
44 [ $compiler == dart2js ] 44 [ $compiler == dart2js ]
45 implicit_this_test/03: Fail # TODO(ahe): Handle abstract getters.
46 implicit_this_test/04: Fail # TODO(ahe): Handle abstract getters.
47 property_field_override_test: Fail # TODO(ahe): Handle abstract getters.
48
49 getter_declaration_negative_test: Fail # This will be fixed when dart2js reject old getter syntax. 45 getter_declaration_negative_test: Fail # This will be fixed when dart2js reject old getter syntax.
50 46
51 function_type_this_parameter_test: Crash # Issue 4417. 47 function_type_this_parameter_test: Crash # Issue 4417.
52 compile_time_constant_test/02: Fail, OK # By inlining the use-function we don't compile the static variable. 48 compile_time_constant_test/02: Fail, OK # By inlining the use-function we don't compile the static variable.
53 compile_time_constant8_test: Fail # We don't take the generic type into account yet. 49 compile_time_constant8_test: Fail # We don't take the generic type into account yet.
54 50
55 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux. 51 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux.
56 # Crash infinite loop on Mac and dart2js checked mode on linux. 52 # Crash infinite loop on Mac and dart2js checked mode on linux.
57 function_type_alias6_test: Crash, Fail 53 function_type_alias6_test: Crash, Fail
58 54
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 [ $compiler == dart2js && $runtime == safari ] 289 [ $compiler == dart2js && $runtime == safari ]
294 arithmetic_test: Skip # BUG(3492): Times out. 290 arithmetic_test: Skip # BUG(3492): Times out.
295 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 291 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
296 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 292 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
297 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 293 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
298 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 294 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
299 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 295 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
300 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 296 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
301 naming_test: Fail 297 naming_test: Fail
302 298
OLDNEW
« no previous file with comments | « dart/tests/language/abstract_getter_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698