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

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

Issue 22909056: Support general expressions as keys in literal maps. (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
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/language/map_literal10_test.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 block_scope_test: Fail # Issue 13204. 6 block_scope_test: Fail # Issue 13204.
7 compile_time_constant_c_test/none: Fail # Issue 11583
8 null_test/03: Fail # Issue 12445. 7 null_test/03: Fail # Issue 12445.
9 black_listed_test/none: Fail # Issue 12446. 8 black_listed_test/none: Fail # Issue 12446.
10 malformed_test/none: Fail # Issue 12695 9 malformed_test/none: Fail # Issue 12695
11 malformed_test/05: Fail # Issue 12695 10 malformed_test/05: Fail # Issue 12695
12 malformed_test/06: Fail # Issue 12695 11 malformed_test/06: Fail # Issue 12695
13 full_stacktrace1_test: Pass, Fail # Issue 12698 12 full_stacktrace1_test: Pass, Fail # Issue 12698
14 full_stacktrace2_test: Pass, Fail # Issue 12698 13 full_stacktrace2_test: Pass, Fail # Issue 12698
15 full_stacktrace3_test: Pass, Fail # Issue 12698 14 full_stacktrace3_test: Pass, Fail # Issue 12698
16 stacktrace_test: Pass, Fail # # Issue 12698 15 stacktrace_test: Pass, Fail # # Issue 12698
17 16
(...skipping 328 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 | « tests/co19/co19-dart2js.status ('k') | tests/language/map_literal10_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698