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

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

Issue 12473002: Complete implementation of bounds checking in the vm, by introducing a vm object (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
« no previous file with comments | « tests/language/language.status ('k') | tests/language/type_variable_bounds3_test.dart » ('j') | 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 class_literal_test/01: Fail # Class literals are expression now; delete this tes t. 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes t.
7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t. 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t.
8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t. 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t.
9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t. 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t.
10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t. 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t.
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 factory_implementation_test/00: Fail 47 factory_implementation_test/00: Fail
48 redirecting_factory_infinite_steps_test/01: Fail 48 redirecting_factory_infinite_steps_test/01: Fail
49 type_variable_bounds_test/01: Fail 49 type_variable_bounds_test/01: Fail
50 type_variable_bounds_test/02: Fail 50 type_variable_bounds_test/02: Fail
51 type_variable_bounds_test/04: Fail 51 type_variable_bounds_test/04: Fail
52 type_variable_bounds_test/05: Fail 52 type_variable_bounds_test/05: Fail
53 type_variable_bounds2_test/00: Fail 53 type_variable_bounds2_test/00: Fail
54 type_variable_bounds2_test/03: Fail 54 type_variable_bounds2_test/03: Fail
55 type_variable_bounds2_test/05: Fail 55 type_variable_bounds2_test/05: Fail
56 type_variable_bounds2_test/06: Pass # For the wrong reasons. 56 type_variable_bounds2_test/06: Pass # For the wrong reasons.
57 type_variable_bounds3_test/00: Fail
57 f_bounded_quantification_test/01: Fail 58 f_bounded_quantification_test/01: Fail
58 f_bounded_quantification_test/02: Fail 59 f_bounded_quantification_test/02: Fail
59 closure_type_test: Fail # does not detect type error in checked mode. 60 closure_type_test: Fail # does not detect type error in checked mode.
60 factory1_test/00: Fail 61 factory1_test/00: Fail
61 factory1_test/01: Fail 62 factory1_test/01: Fail
62 type_annotation_test/09: Fail # Named constructors interpreted as a type. 63 type_annotation_test/09: Fail # Named constructors interpreted as a type.
63 prefix15_test: Fail # Issue 5022 64 prefix15_test: Fail # Issue 5022
64 local_function2_test: Fail # Issue 5022 65 local_function2_test: Fail # Issue 5022
65 66
66 [ $compiler == dart2js && $unchecked ] 67 [ $compiler == dart2js && $unchecked ]
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 call_through_null_getter_test: Fail 355 call_through_null_getter_test: Fail
355 closure3_test: Fail 356 closure3_test: Fail
356 execute_finally3_test: Fail 357 execute_finally3_test: Fail
357 method_invocation_test: Fail 358 method_invocation_test: Fail
358 null_pointer_exception_test: Fail 359 null_pointer_exception_test: Fail
359 stack_overflow_test: Fail 360 stack_overflow_test: Fail
360 stack_overflow_stacktrace_test: Fail 361 stack_overflow_stacktrace_test: Fail
361 string_interpolate_npe_test: Fail 362 string_interpolate_npe_test: Fail
362 closure_call_wrong_argument_count_negative_test: Skip 363 closure_call_wrong_argument_count_negative_test: Skip
363 label_test: Skip 364 label_test: Skip
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/type_variable_bounds3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698