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

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

Issue 60813003: Fix language tests status file for dart2js. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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 | « 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 bad_constructor_test/05: CompileTimeError # Issue 13669 6 bad_constructor_test/05: CompileTimeError # Issue 13669
7 malformed_test/05: MissingCompileTimeError # Issue 12695 7 malformed_test/05: MissingCompileTimeError # Issue 12695
8 malformed_test/06: MissingCompileTimeError # Issue 12695 8 malformed_test/06: MissingCompileTimeError # Issue 12695
9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
(...skipping 17 matching lines...) Expand all
28 ref_before_declaration_test/02: MissingCompileTimeError 28 ref_before_declaration_test/02: MissingCompileTimeError
29 ref_before_declaration_test/03: MissingCompileTimeError 29 ref_before_declaration_test/03: MissingCompileTimeError
30 ref_before_declaration_test/04: MissingCompileTimeError 30 ref_before_declaration_test/04: MissingCompileTimeError
31 ref_before_declaration_test/05: MissingCompileTimeError 31 ref_before_declaration_test/05: MissingCompileTimeError
32 ref_before_declaration_test/06: MissingCompileTimeError 32 ref_before_declaration_test/06: MissingCompileTimeError
33 33
34 # VM specific tests that should not be run by dart2js. 34 # VM specific tests that should not be run by dart2js.
35 vm/*: Skip # Issue 12699 35 vm/*: Skip # Issue 12699
36 36
37 [ $compiler == dart2js && $checked ] 37 [ $compiler == dart2js && $checked ]
38 type_parameter_test/01: Fail # Issue 14006
39 type_parameter_test/02: Fail # Issue 14006
40 type_parameter_test/03: Fail # Issue 14006
41 type_parameter_test/04: Fail # Issue 14006
42 type_parameter_test/05: Fail # Issue 14006
43 type_parameter_test/06: Fail # Issue 14006
44 checked_setter2_test: Fail # Issue 11273 38 checked_setter2_test: Fail # Issue 11273
45 type_variable_bounds_test/02: Fail # Issue 12702 39 type_variable_bounds_test/02: Fail # Issue 12702
46 type_variable_bounds2_test/01: Fail # Issue 12702 40 type_variable_bounds2_test/01: Fail # Issue 12702
47 type_variable_bounds2_test/04: Fail # Issue 12702 41 type_variable_bounds2_test/04: Fail # Issue 12702
48 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).
49 type_variable_bounds3_test/00: Fail # Issue 12702 43 type_variable_bounds3_test/00: Fail # Issue 12702
50 closure_type_test: Fail # Issue 12745 44 closure_type_test: Fail # Issue 12745
51 function_subtype_setter0_test: Fail # Issue 11273 45 function_subtype_setter0_test: Fail # Issue 11273
52 redirecting_factory_malbounded_test/01: Fail # Issue 12825 46 redirecting_factory_malbounded_test/01: Fail # Issue 12825
53 malbounded_instantiation_test/01: Fail # Issue 12702 47 malbounded_instantiation_test/01: Fail # Issue 12702
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 import_core_prefix_test: Pass 294 import_core_prefix_test: Pass
301 prefix22_test: Pass 295 prefix22_test: Pass
302 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 296 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
303 super_call4_test: Fail, OK # hardcoded names. 297 super_call4_test: Fail, OK # hardcoded names.
304 298
305 [ $minified ] 299 [ $minified ]
306 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 300 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
307 301
308 [ $runtime == ie9 ] 302 [ $runtime == ie9 ]
309 stack_trace_test: Fail, OK # Stack traces not available in IE9. 303 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