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

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

Issue 57813002: Version 0.8.10.3 (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.status ('k') | dart/tests/standalone/io/print_env.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. 7 block_scope_test: CompileTimeError # Issue 13204.
8 malformed_test/05: MissingCompileTimeError # Issue 12695 8 malformed_test/05: MissingCompileTimeError # Issue 12695
9 malformed_test/06: MissingCompileTimeError # Issue 12695 9 malformed_test/06: MissingCompileTimeError # Issue 12695
10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 not_enough_positional_arguments_test/01: Fail # Issue 12839 224 not_enough_positional_arguments_test/01: Fail # Issue 12839
225 not_enough_positional_arguments_test/02: Fail # Issue 12839 225 not_enough_positional_arguments_test/02: Fail # Issue 12839
226 not_enough_positional_arguments_test/05: Fail # Issue 12839 226 not_enough_positional_arguments_test/05: Fail # Issue 12839
227 227
228 metadata_test: Fail # Issue 12762 228 metadata_test: Fail # Issue 12762
229 metadata_syntax_test/05: MissingCompileTimeError # Issue 14548 229 metadata_syntax_test/05: MissingCompileTimeError # Issue 14548
230 const_var_test: Pass, Fail # Issue 12794 230 const_var_test: Pass, Fail # Issue 12794
231 map_literal3_test: Fail # Issue 12794 231 map_literal3_test: Fail # Issue 12794
232 external_test/13: Fail # Issue 12888 232 external_test/13: Fail # Issue 12888
233 built_in_identifier_test/01: Fail # Issue 13022 233 built_in_identifier_test/01: Fail # Issue 13022
234 lazy_static3_test: Fail # Issue 12593
235 list_literal1_test/01: Fail # Issue 12993 234 list_literal1_test/01: Fail # Issue 12993
236 map_literal1_test/01: Fail # Issue 12993 235 map_literal1_test/01: Fail # Issue 12993
237 method_override4_test: Fail # Issue 12810 236 method_override4_test: Fail # Issue 12810
238 method_override5_test: Fail # Issue 12810 237 method_override5_test: Fail # Issue 12810
239 scope_variable_test/01: Fail # Issue 13016 238 scope_variable_test/01: Fail # Issue 13016
240 factory_redirection_test/01: Fail # Issue 12753 239 factory_redirection_test/01: Fail # Issue 12753
241 factory_redirection_test/02: Crash # Issue 12753 240 factory_redirection_test/02: Crash # Issue 12753
242 factory_redirection_test/03: Crash # Issue 12753 241 factory_redirection_test/03: Crash # Issue 12753
243 factory_redirection_test/09: Fail # Issue 12753 242 factory_redirection_test/09: Fail # Issue 12753
244 243
245 malbounded_type_literal_test: Fail # Issue 13960 244 malbounded_type_literal_test: Fail # Issue 13960
246 245
247 # DartVM problem. 246 # DartVM problem.
248 constructor5_test: Fail 247 constructor5_test: Fail
249 constructor6_test: Fail 248 constructor6_test: Fail
250 closure_in_initializer_test: Fail 249 closure_in_initializer_test: Fail
251 throwing_lazy_variable_test: Fail # Issue 5802
252 f_bounded_equality_test: RuntimeError # Issue 14000 250 f_bounded_equality_test: RuntimeError # Issue 14000
253 251
254 # Minified mode failures. 252 # Minified mode failures.
255 253
256 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. 254 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
257 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. 255 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
258 256
259 # Only checked mode reports an error on type assignment 257 # Only checked mode reports an error on type assignment
260 # problems in compile time constants. 258 # problems in compile time constants.
261 compile_time_constant_checked_test/02: Fail, OK 259 compile_time_constant_checked_test/02: Fail, OK
(...skipping 27 matching lines...) Expand all
289 import_core_prefix_test: Pass 287 import_core_prefix_test: Pass
290 prefix22_test: Pass 288 prefix22_test: Pass
291 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 289 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
292 super_call4_test: Fail, OK # hardcoded names. 290 super_call4_test: Fail, OK # hardcoded names.
293 291
294 [ $minified ] 292 [ $minified ]
295 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 293 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
296 294
297 [ $runtime == ie9 ] 295 [ $runtime == ie9 ]
298 stack_trace_test: Fail, OK # Stack traces not available in IE9. 296 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « dart/tests/language/language.status ('k') | dart/tests/standalone/io/print_env.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698