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

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

Issue 21511003: Support symbol literals. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. 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
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 compile_time_constant_c_test/none: Fail # Map literal with int key. 6 compile_time_constant_c_test/none: Fail # Map literal with int key.
7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check.
8 null_test/03: Fail # Issue 12445. 8 null_test/03: Fail # Issue 12445.
9 9
10 black_listed_test/none: Fail # Issue 12446. 10 black_listed_test/none: Fail # Issue 12446.
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 stack_overflow_stacktrace_test: Fail 232 stack_overflow_stacktrace_test: Fail
233 closure_call_wrong_argument_count_negative_test: Skip 233 closure_call_wrong_argument_count_negative_test: Skip
234 label_test: Skip 234 label_test: Skip
235 235
236 236
237 [ $compiler == dart2dart ] 237 [ $compiler == dart2dart ]
238 mixin_super_constructor_named_test: Fail # Issue 12631 238 mixin_super_constructor_named_test: Fail # Issue 12631
239 mixin_super_constructor_positionals_test: Fail # Issue 12631 239 mixin_super_constructor_positionals_test: Fail # Issue 12631
240 function_type_alias6_test/00: Fail # Issue 11986 240 function_type_alias6_test/00: Fail # Issue 11986
241 function_type_alias9_test/00: Crash # Issue 11986 241 function_type_alias9_test/00: Crash # Issue 11986
242 symbol_literal_test: Fail # Issue 12171
242 243
243 built_in_identifier_prefix_test: Fail # Issue 6972 244 built_in_identifier_prefix_test: Fail # Issue 6972
244 constructor_initializer_test: Fail # VM issue 245 constructor_initializer_test: Fail # VM issue
245 factory3_test: Fail 246 factory3_test: Fail
246 type_checks_in_factory_method_test: Fail # Issue 12747 247 type_checks_in_factory_method_test: Fail # Issue 12747
247 248
248 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names. 249 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names.
249 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names. 250 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names.
250 251
251 on_catch_malformed_type_test: Fail # Issue 8601 252 on_catch_malformed_type_test: Fail # Issue 8601
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 import_core_prefix_test: Pass 403 import_core_prefix_test: Pass
403 prefix22_test: Pass 404 prefix22_test: Pass
404 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 405 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
405 super_call4_test: Fail, OK # hardcoded names. 406 super_call4_test: Fail, OK # hardcoded names.
406 407
407 [ $minified ] 408 [ $minified ]
408 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 409 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
409 410
410 [ $runtime == ie9 ] 411 [ $runtime == ie9 ]
411 stack_trace_test: Fail, OK # Stack traces not available in IE9. 412 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698