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

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

Issue 23530012: Update status file for dart2dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 | « no previous file | 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 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 f_bounded_quantification4_test: Fail # Issue 12605. 436 f_bounded_quantification4_test: Fail # Issue 12605.
437 f_bounded_quantification5_test: Fail # Issue 12605. 437 f_bounded_quantification5_test: Fail # Issue 12605.
438 438
439 # TODO(tball): Assign proper bug numbers. 439 # TODO(tball): Assign proper bug numbers.
440 class_literal_test: Fail 440 class_literal_test: Fail
441 441
442 import_core_prefix_test: Pass 442 import_core_prefix_test: Pass
443 prefix22_test: Pass 443 prefix22_test: Pass
444 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 444 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
445 super_call4_test: Fail, OK # hardcoded names. 445 super_call4_test: Fail, OK # hardcoded names.
446
447 stack_trace_test: Fail, OK # Stack trace no preserved in minified code.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698