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

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

Issue 10543027: Fixes for checked mode and change buildbot script to run dart2js tests in checked mode also. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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 [ $compiler == dart2js && $checked ] 5 [ $compiler == dart2js && $checked ]
6 assign_static_type_test/01: Fail 6 assign_static_type_test/01: Fail
7 assign_static_type_test/02: Fail 7 assign_static_type_test/02: Fail
8 assign_static_type_test/03: Fail 8 assign_static_type_test/03: Fail
9 assign_static_type_test/04: Fail 9 assign_static_type_test/04: Fail
10 type_variable_bounds_test/01: Fail 10 type_variable_bounds_test/01: Fail
11 type_variable_bounds_test/02: Fail 11 type_variable_bounds_test/02: Fail
12 type_variable_bounds_test/04: Fail 12 type_variable_bounds_test/04: Fail
13 type_variable_bounds_test/05: Fail 13 type_variable_bounds_test/05: Fail
14 type_variable_bounds2_test/00: Fail 14 type_variable_bounds2_test/00: Fail
15 type_variable_bounds2_test/03: Fail 15 type_variable_bounds2_test/03: Fail
16 type_variable_bounds2_test/05: Fail 16 type_variable_bounds2_test/05: Fail
17 type_variable_bounds2_test/06: Pass # For the wrong reasons. 17 type_variable_bounds2_test/06: Pass # For the wrong reasons.
18 type_variable_scope_test/00: Fail 18 type_variable_scope_test/00: Fail
19 type_variable_scope_test/01: Fail 19 type_variable_scope_test/01: Fail
20 type_variable_scope_test/02: Fail 20 type_variable_scope_test/02: Fail
21 type_variable_scope_test/03: Fail 21 type_variable_scope_test/03: Fail
22 type_variable_scope_test/04: Fail 22 type_variable_scope_test/04: Fail
23 type_variable_scope_test/05: Fail 23 type_variable_scope_test/05: Fail
24 type_variable_scope2_test: Fail 24 type_variable_scope2_test: Fail
25 assign_top_method_negative_test: Pass # For the wrong reasons. 25 assign_top_method_negative_test: Pass # For the wrong reasons.
26 f_bounded_quantification_test/01: Fail 26 f_bounded_quantification_test/01: Fail
27 f_bounded_quantification_test/02: Fail 27 f_bounded_quantification_test/02: Fail
28 default_factory2_test/01: Fail # Type bounds for type variable not checked.
28 29
29 arithmetic_test: Fail 30 arithmetic_test: Fail
30 31
31 32
32 [ $compiler == dart2js] 33 [ $compiler == dart2js]
33 compile_time_constant8_test: Fail # We don't take the generic type into account yet. 34 compile_time_constant8_test: Fail # We don't take the generic type into account yet.
34 static_initializer_type_error_test: Fail # Checked mode not supported. 35 static_initializer_type_error_test: Fail # Checked mode not supported.
35 exception_test: Fail # "throw null" throws NullPointerException. 36 exception_test: Fail # "throw null" throws NullPointerException.
36 37
37 # Compilation errors. 38 # Compilation errors.
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 310
310 [ $compiler == dart2js && $runtime == safari ] 311 [ $compiler == dart2js && $runtime == safari ]
311 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 312 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
312 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 313 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
313 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 314 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
314 arithmetic_test: Skip # Timeout 315 arithmetic_test: Skip # Timeout
315 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 316 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
316 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 317 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
317 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 318 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
318 label_test: Skip # Timeout 319 label_test: Skip # Timeout
OLDNEW
« no previous file with comments | « lib/compiler/implementation/ssa/variable_allocator.dart ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698