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

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

Issue 59073003: Version 0.8.10.4 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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/language_analyzer2.status ('k') | dart/tests/language/prefix9_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 bad_constructor_test/05: CompileTimeError # Issue 13669 6 bad_constructor_test/05: CompileTimeError # Issue 13669
7 block_scope_test: CompileTimeError # Issue 13204.
8 malformed_test/05: MissingCompileTimeError # Issue 12695 7 malformed_test/05: MissingCompileTimeError # Issue 12695
9 malformed_test/06: MissingCompileTimeError # Issue 12695 8 malformed_test/06: MissingCompileTimeError # Issue 12695
10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
11 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
12 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 11 full_stacktrace3_test: Pass, RuntimeError # Issue 12698
13 stacktrace_test: Pass, RuntimeError # # Issue 12698 12 stacktrace_test: Pass, RuntimeError # # Issue 12698
14 illegal_invocation_test/01: CompileTimeError # Issue 13630 13 illegal_invocation_test/01: CompileTimeError # Issue 13630
15 instantiate_type_variable_test/01: CompileTimeError # Issue 13631 14 instantiate_type_variable_test/01: CompileTimeError # Issue 13631
16 library_ambiguous_test/00: CompileTimeError # Issue 13632 15 library_ambiguous_test/00: CompileTimeError # Issue 13632
17 library_ambiguous_test/01: CompileTimeError # Issue 13632 16 library_ambiguous_test/01: CompileTimeError # Issue 13632
18 library_ambiguous_test/02: CompileTimeError # Issue 13632 17 library_ambiguous_test/02: CompileTimeError # Issue 13632
19 library_ambiguous_test/03: CompileTimeError # Issue 13632 18 library_ambiguous_test/03: CompileTimeError # Issue 13632
20 type_variable_conflict_test/01: Fail # Issue 13702 19 type_variable_conflict_test/01: Fail # Issue 13702
21 type_variable_conflict_test/02: Fail # Issue 13702 20 type_variable_conflict_test/02: Fail # Issue 13702
22 type_variable_conflict_test/03: Fail # Issue 13702 21 type_variable_conflict_test/03: Fail # Issue 13702
23 type_variable_conflict_test/04: Fail # Issue 13702 22 type_variable_conflict_test/04: Fail # Issue 13702
24 type_variable_conflict_test/05: Fail # Issue 13702 23 type_variable_conflict_test/05: Fail # Issue 13702
25 type_variable_conflict_test/06: Fail # Issue 13702 24 type_variable_conflict_test/06: Fail # Issue 13702
26 25
26 ref_before_declaration_test/00: MissingCompileTimeError
27 ref_before_declaration_test/01: MissingCompileTimeError
28 ref_before_declaration_test/02: MissingCompileTimeError
29 ref_before_declaration_test/03: MissingCompileTimeError
30 ref_before_declaration_test/04: MissingCompileTimeError
31 ref_before_declaration_test/05: MissingCompileTimeError
32 ref_before_declaration_test/06: MissingCompileTimeError
33
27 # VM specific tests that should not be run by dart2js. 34 # VM specific tests that should not be run by dart2js.
28 vm/*: Skip # Issue 12699 35 vm/*: Skip # Issue 12699
29 36
30 [ $compiler == dart2js && $checked ] 37 [ $compiler == dart2js && $checked ]
31 checked_setter2_test: Fail # Issue 11273 38 checked_setter2_test: Fail # Issue 11273
32 type_variable_bounds_test/02: Fail # Issue 12702 39 type_variable_bounds_test/02: Fail # Issue 12702
33 type_variable_bounds2_test/01: Fail # Issue 12702 40 type_variable_bounds2_test/01: Fail # Issue 12702
34 type_variable_bounds2_test/04: Fail # Issue 12702 41 type_variable_bounds2_test/04: Fail # Issue 12702
35 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). 42 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
36 type_variable_bounds3_test/00: Fail # Issue 12702 43 type_variable_bounds3_test/00: Fail # Issue 12702
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 mixin_mixin2_test: RuntimeError # Issue 13109. 130 mixin_mixin2_test: RuntimeError # Issue 13109.
124 mixin_mixin3_test: RuntimeError # Issue 13109. 131 mixin_mixin3_test: RuntimeError # Issue 13109.
125 mixin_mixin7_test: RuntimeError # Issue 13109. 132 mixin_mixin7_test: RuntimeError # Issue 13109.
126 mixin_regress_13688_test: RuntimeError # Issue 13109. 133 mixin_regress_13688_test: RuntimeError # Issue 13109.
127 134
128 # Compilation errors. 135 # Compilation errors.
129 const_var_test: CompileTimeError # Issue 12793 136 const_var_test: CompileTimeError # Issue 12793
130 map_literal3_test: CompileTimeError # Issue 12793 137 map_literal3_test: CompileTimeError # Issue 12793
131 method_override5_test: RuntimeError # Issue 12809 138 method_override5_test: RuntimeError # Issue 12809
132 external_test/13: CompileTimeError # Issue 12887 139 external_test/13: CompileTimeError # Issue 12887
133 instanceof4_test/01: RuntimeError # Issue 12889
134 list_literal4_test: RuntimeError # Issue 12890 140 list_literal4_test: RuntimeError # Issue 12890
135 map_literal4_test: RuntimeError # Issue 12891 141 map_literal4_test: RuntimeError # Issue 12891
136 built_in_identifier_test/01: CompileTimeError # Issue 13022 142 built_in_identifier_test/01: CompileTimeError # Issue 13022
137 143
138 scope_variable_test/01: MissingCompileTimeError # Issue 13016 144 scope_variable_test/01: MissingCompileTimeError # Issue 13016
139 145
140 numbers_test: RuntimeError, OK # Issue 1533 146 numbers_test: RuntimeError, OK # Issue 1533
141 canonical_const2_test: RuntimeError, OK # Issue 1533 147 canonical_const2_test: RuntimeError, OK # Issue 1533
142 bit_operations_test: RuntimeError, OK # Issue 1533 148 bit_operations_test: RuntimeError, OK # Issue 1533
143 expect_test: RuntimeError, OK # Issue 13080 149 expect_test: RuntimeError, OK # Issue 13080
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 import_core_prefix_test: Pass 293 import_core_prefix_test: Pass
288 prefix22_test: Pass 294 prefix22_test: Pass
289 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 295 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
290 super_call4_test: Fail, OK # hardcoded names. 296 super_call4_test: Fail, OK # hardcoded names.
291 297
292 [ $minified ] 298 [ $minified ]
293 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 299 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
294 300
295 [ $runtime == ie9 ] 301 [ $runtime == ie9 ]
296 stack_trace_test: Fail, OK # Stack traces not available in IE9. 302 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « dart/tests/language/language_analyzer2.status ('k') | dart/tests/language/prefix9_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698