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

Side by Side Diff: tests/compiler/dart2js_foreign/dart2js_foreign.status

Issue 17573013: Update status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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') | 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 && $runtime == none ] 5 [ $compiler == dart2js && $runtime == none ]
6 foreign_test: Fail # Cannot resolve JS. 6 foreign_test: Fail # Cannot resolve JS.
7 7
8 8
9 [ $checked ] 9 [ $checked ]
10 native_checked_fields_test: Fail 10 native_checked_fields_test: Fail
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 native_wrapping_function3_test: Fail # TODO(ahe): Convert to metadata syntax. 48 native_wrapping_function3_test: Fail # TODO(ahe): Convert to metadata syntax.
49 native_wrapping_function_test: Fail # TODO(ahe): Convert to metadata syntax. 49 native_wrapping_function_test: Fail # TODO(ahe): Convert to metadata syntax.
50 50
51 native_checked_fields_test: Pass # For the wrong reason. 51 native_checked_fields_test: Pass # For the wrong reason.
52 native_class_inheritance4_test: Pass # For the wrong reason. 52 native_class_inheritance4_test: Pass # For the wrong reason.
53 native_class_with_dart_methods_test: Pass # For the wrong reason. 53 native_class_with_dart_methods_test: Pass # For the wrong reason.
54 native_to_string_test: Pass # For the wrong reason. 54 native_to_string_test: Pass # For the wrong reason.
55 native_window1_test: Pass # For the wrong reason. 55 native_window1_test: Pass # For the wrong reason.
56 native_window2_test: Pass # For the wrong reason. 56 native_window2_test: Pass # For the wrong reason.
57 57
58 native_checked_fields_test: Fail # TODO(ahe): Convert to metadata syntax.
59 native_class_inheritance4_test: Fail # TODO(ahe): Convert to metadata syntax.
60 native_class_with_dart_methods_test: Fail # TODO(ahe): Convert to metadata synta x.
61 native_missing_method1_test: Fail # TODO(ahe): Convert to metadata syntax.
62 native_missing_method2_test: Fail # TODO(ahe): Convert to metadata syntax.
63 native_to_string_test: Fail # TODO(ahe): Convert to metadata syntax.
58 64
59 [ $compiler == dartc || $browser ] 65 [ $compiler == dartc || $browser ]
60 *: Skip 66 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698