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

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

Issue 10830064: Fix broken build, language/function_type_alias6_test test now (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « no previous file | 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 ] 5 [ $compiler == dart2js ]
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 ]
11 assign_static_type_test/01: Fail 11 assign_static_type_test/01: Fail
12 assign_static_type_test/02: Fail 12 assign_static_type_test/02: Fail
13 assign_static_type_test/03: Fail 13 assign_static_type_test/03: Fail
14 assign_static_type_test/04: Fail 14 assign_static_type_test/04: Fail
15 function_type_alias6_test: Fail # "const EmptyLink<Element>" must be a compile-t ime constant.
16 type_variable_bounds_test/01: Fail 15 type_variable_bounds_test/01: Fail
17 type_variable_bounds_test/02: Fail 16 type_variable_bounds_test/02: Fail
18 type_variable_bounds_test/04: Fail 17 type_variable_bounds_test/04: Fail
19 type_variable_bounds_test/05: Fail 18 type_variable_bounds_test/05: Fail
20 type_variable_bounds2_test/00: Fail 19 type_variable_bounds2_test/00: Fail
21 type_variable_bounds2_test/03: Fail 20 type_variable_bounds2_test/03: Fail
22 type_variable_bounds2_test/05: Fail 21 type_variable_bounds2_test/05: Fail
23 type_variable_bounds2_test/06: Pass # For the wrong reasons. 22 type_variable_bounds2_test/06: Pass # For the wrong reasons.
24 type_variable_scope_test/00: Fail 23 type_variable_scope_test/00: Fail
25 type_variable_scope_test/01: Fail 24 type_variable_scope_test/01: Fail
26 type_variable_scope_test/02: Fail 25 type_variable_scope_test/02: Fail
27 type_variable_scope_test/03: Fail 26 type_variable_scope_test/03: Fail
28 type_variable_scope_test/04: Fail 27 type_variable_scope_test/04: Fail
29 type_variable_scope_test/05: Fail 28 type_variable_scope_test/05: Fail
30 type_variable_scope2_test: Fail 29 type_variable_scope2_test: Fail
31 assign_top_method_negative_test: Pass # For the wrong reasons. 30 assign_top_method_negative_test: Pass # For the wrong reasons.
32 f_bounded_quantification_test/01: Fail 31 f_bounded_quantification_test/01: Fail
33 f_bounded_quantification_test/02: Fail 32 f_bounded_quantification_test/02: Fail
34 default_factory2_test/01: Fail # Type bounds for type variable not checked. 33 default_factory2_test/01: Fail # Type bounds for type variable not checked.
35 closure_type_test: Fail # does not detect type error in checked mode. 34 closure_type_test: Fail # does not detect type error in checked mode.
36 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.
37 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.
38 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.
39 38
40 arithmetic_test: Fail 39 arithmetic_test: Fail
41 40
42 [ $compiler == dart2js && $host_checked ]
43 function_type_alias6_test: Crash # infinite loop.
44
45 [ $compiler == dart2js && $unchecked ] 41 [ $compiler == dart2js && $unchecked ]
46 assertion_test: Fail, OK 42 assertion_test: Fail, OK
47 function_type_alias6_test: Fail # "const EmptyLink<Element>" must be a compile-t ime constant.
48 43
49 [ $compiler == dart2js ] 44 [ $compiler == dart2js ]
50 compile_time_constant8_test: Fail # We don't take the generic type into account yet. 45 compile_time_constant8_test: Fail # We don't take the generic type into account yet.
46
47 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux.
48 # Crash infinite loop on Mac and dart2js checked mode on linux.
49 function_type_alias6_test: Crash, Fail
50
51 static_initializer_type_error_test: Fail # Checked mode not supported. 51 static_initializer_type_error_test: Fail # Checked mode not supported.
52 52
53 # Compilation errors. 53 # Compilation errors.
54 ct_const_test: Fail # We don't take the generic type into account yet. 54 ct_const_test: Fail # We don't take the generic type into account yet.
55 call_operator_test: Fail # Unexpected token 'call' 55 call_operator_test: Fail # Unexpected token 'call'
56 char_escape_test: Fail # Unhandled non-BMP character: U+10000 56 char_escape_test: Fail # Unhandled non-BMP character: U+10000
57 constructor6_test: Fail # Closures inside initializers not implemented. 57 constructor6_test: Fail # Closures inside initializers not implemented.
58 default_factory_library_test: Fail # lib is not a type 58 default_factory_library_test: Fail # lib is not a type
59 dynamic_test: Fail # cannot resolve type F1 59 dynamic_test: Fail # cannot resolve type F1
60 factory3_test: Fail # internal error: visitIs for type variables not implemented 60 factory3_test: Fail # internal error: visitIs for type variables not implemented
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 258
259 259
260 [ $compiler == dart2js && $runtime == safari ] 260 [ $compiler == dart2js && $runtime == safari ]
261 arithmetic_test: Skip # BUG(3492): Times out. 261 arithmetic_test: Skip # BUG(3492): Times out.
262 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 262 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
263 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 263 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
264 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 264 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
265 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 265 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
266 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 266 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
267 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 267 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698