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

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

Issue 23581017: Re-apply r27739: Fix invocation_mirror_test.dart. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 3 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 | « sdk/lib/_internal/compiler/implementation/types/type_graph_inferrer.dart ('k') | 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: Fail # Issue 13204. 6 block_scope_test: Fail # Issue 13204.
7 null_test/03: Fail # Issue 12445. 7 null_test/03: Fail # Issue 12445.
8 black_listed_test/none: Fail # Issue 12446. 8 black_listed_test/none: Fail # Issue 12446.
9 malformed_test/none: Fail # Issue 12695 9 malformed_test/none: Fail # Issue 12695
10 malformed_test/05: Fail # Issue 12695 10 malformed_test/05: Fail # Issue 12695
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 mixin_generic_test: Fail # Issue 12605. 68 mixin_generic_test: Fail # Issue 12605.
69 mixin_mixin2_test: Fail # Issue 12605. 69 mixin_mixin2_test: Fail # Issue 12605.
70 mixin_mixin3_test: Fail # Issue 12605. 70 mixin_mixin3_test: Fail # Issue 12605.
71 mixin_mixin4_test: Fail # Issue 12605. 71 mixin_mixin4_test: Fail # Issue 12605.
72 mixin_mixin5_test: Fail # Issue 12605. 72 mixin_mixin5_test: Fail # Issue 12605.
73 73
74 [ $compiler == dart2js ] 74 [ $compiler == dart2js ]
75 function_type_alias9_test/00: Crash # Issue 9792 75 function_type_alias9_test/00: Crash # Issue 9792
76 branch_canonicalization_test: Fail # Issue 638. 76 branch_canonicalization_test: Fail # Issue 638.
77 identical_closure2_test: Fail # Issue 1533, Issue 12596 77 identical_closure2_test: Fail # Issue 1533, Issue 12596
78 invocation_mirror_test: Fail # Issue 12705
79 integer_division_by_zero_test: Fail # Issue 8301 78 integer_division_by_zero_test: Fail # Issue 8301
80 built_in_identifier_prefix_test: Fail # Issue 6972 79 built_in_identifier_prefix_test: Fail # Issue 6972
81 number_identity2_test: Fail # Issue 12596 80 number_identity2_test: Fail # Issue 12596
82 new_expression_type_args_test/00: Fail # Issue 5519 81 new_expression_type_args_test/00: Fail # Issue 5519
83 new_expression_type_args_test/01: Fail # Issue 5519 82 new_expression_type_args_test/01: Fail # Issue 5519
84 double_int_to_string_test: Fail # Issue 1533 83 double_int_to_string_test: Fail # Issue 1533
85 mint_arithmetic_test: Fail # Issue 1533 84 mint_arithmetic_test: Fail # Issue 1533
86 left_shift_test: Fail # Issue 1533 85 left_shift_test: Fail # Issue 1533
87 factory_redirection_test/01: Fail # Issue 12752 86 factory_redirection_test/01: Fail # Issue 12752
88 factory_redirection_test/07: Fail # Issue 12752 87 factory_redirection_test/07: Fail # Issue 12752
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 import_core_prefix_test: Pass 345 import_core_prefix_test: Pass
347 prefix22_test: Pass 346 prefix22_test: Pass
348 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 347 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
349 super_call4_test: Fail, OK # hardcoded names. 348 super_call4_test: Fail, OK # hardcoded names.
350 349
351 [ $minified ] 350 [ $minified ]
352 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 351 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
353 352
354 [ $runtime == ie9 ] 353 [ $runtime == ie9 ]
355 stack_trace_test: Fail, OK # Stack traces not available in IE9. 354 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/types/type_graph_inferrer.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698