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

Side by Side Diff: tests/corelib/corelib.status

Issue 56003002: Revert "Set runtime type on list and map literals." (Closed) Base URL: https://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
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 == dart2dart] 5 [ $compiler == dart2dart]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_default_value_test: Skip 7 bool_from_environment_default_value_test: Skip
8 bool_from_environment_test: Skip 8 bool_from_environment_test: Skip
9 int_from_environment2_test: Skip 9 int_from_environment2_test: Skip
10 int_from_environment3_test: Skip 10 int_from_environment3_test: Skip
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 compare_to2_test: Fail # inherited from VM 107 compare_to2_test: Fail # inherited from VM
108 unicode_test: Fail # inherited from VM 108 unicode_test: Fail # inherited from VM
109 109
110 # Library changes 110 # Library changes
111 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] 111 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ]
112 map_keys2_test: RuntimeError # Generic types aren't right. 112 map_keys2_test: RuntimeError # Generic types aren't right.
113 113
114 [ $compiler == dart2js ] 114 [ $compiler == dart2js ]
115 map_values2_test: RuntimeError # Generic types aren't right 115 map_values2_test: RuntimeError # Generic types aren't right
116 116
117 ## Tests failing after merge of experimental library branch.
118 [ $compiler == dart2js ]
119 # Tests fail due to bug in generics on constants, issue 6827
120 iterable_to_list_test: RuntimeError
121 iterable_to_set_test: RuntimeError
122
117 [ $compiler == dart2dart && $minified ] 123 [ $compiler == dart2dart && $minified ]
118 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames. 124 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames.
119 125
120 [ $compiler == dartanalyzer ] 126 [ $compiler == dartanalyzer ]
121 symbol_test/02: Fail 127 symbol_test/02: Fail
122 symbol_test/03: Fail 128 symbol_test/03: Fail
123 int_parse_radix_test: fail 129 int_parse_radix_test: fail
124 list_insert_test: fail 130 list_insert_test: fail
125 list_removeat_test: fail 131 list_removeat_test: fail
126 symbol_test/01: fail # test issue 13730; It is static type warning if "const" in stance creation argument type is not compatible with parameter type 132 symbol_test/01: fail # test issue 13730; It is static type warning if "const" in stance creation argument type is not compatible with parameter type
(...skipping 24 matching lines...) Expand all
151 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 157 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
152 collection_to_string_test: StaticWarning 158 collection_to_string_test: StaticWarning
153 error_stack_trace_test: StaticWarning 159 error_stack_trace_test: StaticWarning
154 iterable_element_at_test: StaticWarning 160 iterable_element_at_test: StaticWarning
155 iterable_test: StaticWarning 161 iterable_test: StaticWarning
156 list_map_test: StaticWarning 162 list_map_test: StaticWarning
157 num_clamp_test: StaticWarning 163 num_clamp_test: StaticWarning
158 queue_test: StaticWarning 164 queue_test: StaticWarning
159 string_codeunits_test: StaticWarning 165 string_codeunits_test: StaticWarning
160 string_test: StaticWarning 166 string_test: StaticWarning
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/ssa/builder.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698