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

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

Issue 120423006: Compute correct constructor type for synthesized mixin constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use Platform.packageRoot. Created 6 years, 11 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 || $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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 closure_type_test: Fail # Issue 12745 43 closure_type_test: Fail # Issue 12745
44 malbounded_redirecting_factory_test/02: Fail # Issue 12825 44 malbounded_redirecting_factory_test/02: Fail # Issue 12825
45 malbounded_redirecting_factory_test/03: Fail # Issue 12825 45 malbounded_redirecting_factory_test/03: Fail # Issue 12825
46 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 46 malbounded_redirecting_factory2_test/02: Fail # Issue 12825
47 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 47 malbounded_redirecting_factory2_test/03: Fail # Issue 12825
48 malbounded_instantiation_test/01: Fail # Issue 12702 48 malbounded_instantiation_test/01: Fail # Issue 12702
49 malbounded_type_cast_test: Fail # Issue 14121 49 malbounded_type_cast_test: Fail # Issue 14121
50 malbounded_type_test_test/03: Fail # Issue 14121 50 malbounded_type_test_test/03: Fail # Issue 14121
51 malbounded_type_test_test/04: Fail # Issue 14121 51 malbounded_type_test_test/04: Fail # Issue 14121
52 default_factory2_test/01: Fail # Issue 14121 52 default_factory2_test/01: Fail # Issue 14121
53 typevariable_substitution2_test/01: CompileTimeError # Issue 15875
54 typevariable_substitution2_test/02: CompileTimeError # Issue 15875
53 55
54 [ $compiler == dart2js && $unchecked ] 56 [ $compiler == dart2js && $unchecked ]
55 type_checks_in_factory_method_test: RuntimeError # Issue 12746 57 type_checks_in_factory_method_test: RuntimeError # Issue 12746
56 assertion_test: RuntimeError # Issue 12748 58 assertion_test: RuntimeError # Issue 12748
57 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 59 double_to_string_as_exponential2_test: RuntimeError # Issue 12749
58 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 60 double_to_string_as_fixed2_test: RuntimeError # Issue 12749
59 double_to_string_as_precision2_test: RuntimeError # Issue 12749 61 double_to_string_as_precision2_test: RuntimeError # Issue 12749
60 list_literal1_test/01: MissingCompileTimeError, OK # Checked mode test. 62 list_literal1_test/01: MissingCompileTimeError, OK # Checked mode test.
61 map_literal1_test/01: MissingCompileTimeError, OK # Checked mode test. 63 map_literal1_test/01: MissingCompileTimeError, OK # Checked mode test.
62 compile_time_constant_checked_test/02: MissingCompileTimeError, OK 64 compile_time_constant_checked_test/02: MissingCompileTimeError, OK
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 super_call4_test: Fail, OK # hardcoded names. 314 super_call4_test: Fail, OK # hardcoded names.
313 315
314 [ $minified ] 316 [ $minified ]
315 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 317 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
316 318
317 [ $runtime == ie9 ] 319 [ $runtime == ie9 ]
318 stack_trace_test: Fail, OK # Stack traces not available in IE9. 320 stack_trace_test: Fail, OK # Stack traces not available in IE9.
319 321
320 [ $compiler == dart2js && $host_checked ] 322 [ $compiler == dart2js && $host_checked ]
321 const_factory_with_body_test/01: Crash 323 const_factory_with_body_test/01: Crash
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/typevariable_substitution2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698