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

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

Issue 24475003: Mark language/malformed_test/none as CompileTimeError on dart2dart-vm (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 block_scope_test: CompileTimeError # Issue 13204. 6 block_scope_test: CompileTimeError # Issue 13204.
7 null_test/03: MissingCompileTimeError # Issue 12445. 7 null_test/03: MissingCompileTimeError # Issue 12445.
8 black_listed_test/none: CompileTimeError # Issue 12446. 8 black_listed_test/none: CompileTimeError # Issue 12446.
9 malformed_test/none: RuntimeError # Issue 12695
10 malformed_test/05: MissingCompileTimeError # Issue 12695 9 malformed_test/05: MissingCompileTimeError # Issue 12695
11 malformed_test/06: MissingCompileTimeError # Issue 12695 10 malformed_test/06: MissingCompileTimeError # Issue 12695
12 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 11 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
13 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 12 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
14 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 13 full_stacktrace3_test: Pass, RuntimeError # Issue 12698
15 stacktrace_test: Pass, RuntimeError # # Issue 12698 14 stacktrace_test: Pass, RuntimeError # # Issue 12698
16 15
17 # VM specific tests that should not be run by dart2js. 16 # VM specific tests that should not be run by dart2js.
18 vm/*: Skip # Issue 12699 17 vm/*: Skip # Issue 12699
19 18
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 f_bounded_quantification4_test: Fail # Issue 12605. 65 f_bounded_quantification4_test: Fail # Issue 12605.
67 f_bounded_quantification5_test: Fail # Issue 12605. 66 f_bounded_quantification5_test: Fail # Issue 12605.
68 mixin_generic_test: Fail # Issue 12605. 67 mixin_generic_test: Fail # Issue 12605.
69 mixin_mixin2_test: Fail # Issue 12605. 68 mixin_mixin2_test: Fail # Issue 12605.
70 mixin_mixin3_test: Fail # Issue 12605. 69 mixin_mixin3_test: Fail # Issue 12605.
71 mixin_mixin4_test: Fail # Issue 12605. 70 mixin_mixin4_test: Fail # Issue 12605.
72 mixin_mixin5_test: Fail # Issue 12605. 71 mixin_mixin5_test: Fail # Issue 12605.
73 mixin_mixin6_test: Fail # Issue 12605. 72 mixin_mixin6_test: Fail # Issue 12605.
74 73
75 [ $compiler == dart2js ] 74 [ $compiler == dart2js ]
75 malformed_test/none: RuntimeError # Issue 12695
76 function_type_alias9_test/00: Crash # Issue 9792 76 function_type_alias9_test/00: Crash # Issue 9792
77 branch_canonicalization_test: RuntimeError # Issue 638. 77 branch_canonicalization_test: RuntimeError # Issue 638.
78 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 78 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
79 integer_division_by_zero_test: RuntimeError # Issue 8301 79 integer_division_by_zero_test: RuntimeError # Issue 8301
80 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 80 built_in_identifier_prefix_test: CompileTimeError # Issue 6972
81 number_identity2_test: RuntimeError # Issue 12596 81 number_identity2_test: RuntimeError # Issue 12596
82 new_expression_type_args_test/00: CompileTimeError # Issue 5519 82 new_expression_type_args_test/00: CompileTimeError # Issue 5519
83 new_expression_type_args_test/01: CompileTimeError # Issue 5519 83 new_expression_type_args_test/01: CompileTimeError # Issue 5519
84 double_int_to_string_test: RuntimeError # Issue 1533 84 double_int_to_string_test: RuntimeError # Issue 1533
85 mint_arithmetic_test: RuntimeError # Issue 1533 85 mint_arithmetic_test: RuntimeError # Issue 1533
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 closure3_test: Fail 187 closure3_test: Fail
188 execute_finally3_test: Fail 188 execute_finally3_test: Fail
189 method_invocation_test: Fail 189 method_invocation_test: Fail
190 stack_overflow_test: Fail 190 stack_overflow_test: Fail
191 stack_overflow_stacktrace_test: Fail 191 stack_overflow_stacktrace_test: Fail
192 closure_call_wrong_argument_count_negative_test: Skip 192 closure_call_wrong_argument_count_negative_test: Skip
193 label_test: Skip 193 label_test: Skip
194 194
195 195
196 [ $compiler == dart2dart ] 196 [ $compiler == dart2dart ]
197 function_type_alias9_test/00: Crash # Issue 11986
198 malformed_test/none: CompileTimeError # Issue 12695
197 mixin_super_constructor_named_test: Fail # Issue 12631 199 mixin_super_constructor_named_test: Fail # Issue 12631
198 mixin_super_constructor_positionals_test: Fail # Issue 12631 200 mixin_super_constructor_positionals_test: Fail # Issue 12631
199 function_type_alias9_test/00: Crash # Issue 11986
200 201
201 built_in_identifier_prefix_test: Fail # Issue 6972 202 built_in_identifier_prefix_test: Fail # Issue 6972
202 constructor_initializer_test/none: Fail # Issue 12633 203 constructor_initializer_test/none: Fail # Issue 12633
203 factory3_test: Fail # Issue 13077 204 factory3_test: Fail # Issue 13077
204 type_checks_in_factory_method_test: Fail # Issue 12747 205 type_checks_in_factory_method_test: Fail # Issue 12747
205 206
206 on_catch_malformed_type_test: Fail # Issue 8601 207 on_catch_malformed_type_test: Fail # Issue 8601
207 208
208 # Mixins fail on the VM. 209 # Mixins fail on the VM.
209 mixin_forwarding_constructor2_test: Fail # Issue 11888 210 mixin_forwarding_constructor2_test: Fail # Issue 11888
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 import_core_prefix_test: Pass 339 import_core_prefix_test: Pass
339 prefix22_test: Pass 340 prefix22_test: Pass
340 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 341 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
341 super_call4_test: Fail, OK # hardcoded names. 342 super_call4_test: Fail, OK # hardcoded names.
342 343
343 [ $minified ] 344 [ $minified ]
344 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 345 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
345 346
346 [ $runtime == ie9 ] 347 [ $runtime == ie9 ]
347 stack_trace_test: Fail, OK # Stack traces not available in IE9. 348 stack_trace_test: Fail, OK # Stack traces not available in IE9.
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