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

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

Issue 10831405: Update dart2js_foreign startus files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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) 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
11 11
12 12
13 [ $compiler == dart2js && ( $runtime == d8 || $browser ) ] 13 [ $compiler == dart2js && ( $runtime == d8 || $browser ) ]
14 foreign_test: Fail # TODO(ahe): Convert to metadata syntax. 14 foreign_test: Fail # TODO(ahe): Convert to metadata syntax.
15 native_call_arity1_test: Fail # TODO(ahe): Convert to metadata syntax. 15 native_call_arity1_test: Fail # TODO(ahe): Convert to metadata syntax.
16 native_call_arity2_test: Fail # TODO(ahe): Convert to metadata syntax. 16 native_call_arity2_test: Fail # TODO(ahe): Convert to metadata syntax.
17 native_call_arity3_test: Fail # TODO(ahe): Convert to metadata syntax. 17 native_call_arity3_test: Fail # TODO(ahe): Convert to metadata syntax.
18 native_checked_arguments1_test: Fail # TODO(ahe): Convert to metadata syntax. 18 native_checked_arguments1_test: Fail # TODO(ahe): Convert to metadata syntax.
19 native_checked_fields_test: Fail # TODO(ahe): Convert to metadata syntax.
20 native_class_avoids_hidden_name_test: Fail # TODO(ahe): Convert to metadata synt ax. 19 native_class_avoids_hidden_name_test: Fail # TODO(ahe): Convert to metadata synt ax.
21 native_class_inheritance1_test: Fail # TODO(ahe): Convert to metadata syntax. 20 native_class_inheritance1_test: Fail # TODO(ahe): Convert to metadata syntax.
22 native_class_inheritance2_test: Fail # TODO(ahe): Convert to metadata syntax. 21 native_class_inheritance2_test: Fail # TODO(ahe): Convert to metadata syntax.
23 native_class_inheritance3_test: Fail # TODO(ahe): Convert to metadata syntax. 22 native_class_inheritance3_test: Fail # TODO(ahe): Convert to metadata syntax.
24 native_class_inheritance4_test: Fail # TODO(ahe): Convert to metadata syntax.
25 native_class_is_check1_test: Fail # TODO(ahe): Convert to metadata syntax. 23 native_class_is_check1_test: Fail # TODO(ahe): Convert to metadata syntax.
26 native_class_is_check3_test: Fail # TODO(ahe): Convert to metadata syntax. 24 native_class_is_check3_test: Fail # TODO(ahe): Convert to metadata syntax.
27 native_class_with_dart_methods_test: Fail # TODO(ahe): Convert to metadata synta x.
28 native_closure_identity_test: Fail # TODO(ahe): Convert to metadata syntax. 25 native_closure_identity_test: Fail # TODO(ahe): Convert to metadata syntax.
29 native_exceptions1_test: Fail # TODO(ahe): Convert to metadata syntax. 26 native_exceptions1_test: Fail # TODO(ahe): Convert to metadata syntax.
30 native_field_rename_1_test: Fail # TODO(ahe): Convert to metadata syntax. 27 native_field_rename_1_test: Fail # TODO(ahe): Convert to metadata syntax.
31 native_field_rename_2_test: Fail # TODO(ahe): Convert to metadata syntax. 28 native_field_rename_2_test: Fail # TODO(ahe): Convert to metadata syntax.
32 native_library_same_name_used_test: Fail # TODO(ahe): Convert to metadata syntax . 29 native_library_same_name_used_test: Fail # TODO(ahe): Convert to metadata syntax .
33 native_literal_class_test: Fail # TODO(ahe): Convert to metadata syntax. 30 native_literal_class_test: Fail # TODO(ahe): Convert to metadata syntax.
34 native_method_rename1_test: Fail # TODO(ahe): Convert to metadata syntax. 31 native_method_rename1_test: Fail # TODO(ahe): Convert to metadata syntax.
35 native_method_rename2_test: Fail # TODO(ahe): Convert to metadata syntax. 32 native_method_rename2_test: Fail # TODO(ahe): Convert to metadata syntax.
36 native_method_rename3_test: Fail # TODO(ahe): Convert to metadata syntax. 33 native_method_rename3_test: Fail # TODO(ahe): Convert to metadata syntax.
37 native_method_with_keyword_name_test: Fail # TODO(ahe): Convert to metadata synt ax. 34 native_method_with_keyword_name_test: Fail # TODO(ahe): Convert to metadata synt ax.
38 native_missing_method1_test: Fail # TODO(ahe): Convert to metadata syntax. 35 native_missing_method1_test: Fail # TODO(ahe): Convert to metadata syntax.
39 native_missing_method2_test: Fail # TODO(ahe): Convert to metadata syntax. 36 native_missing_method2_test: Fail # TODO(ahe): Convert to metadata syntax.
40 native_named_constructors2_test: Fail # TODO(ahe): Convert to metadata syntax. 37 native_named_constructors2_test: Fail # TODO(ahe): Convert to metadata syntax.
41 native_named_constructors3_test: Fail # TODO(ahe): Convert to metadata syntax. 38 native_named_constructors3_test: Fail # TODO(ahe): Convert to metadata syntax.
42 native_no_such_method_exception2_test: Fail # TODO(ahe): Convert to metadata syn tax. 39 native_no_such_method_exception2_test: Fail # TODO(ahe): Convert to metadata syn tax.
43 native_no_such_method_exception3_test: Fail # TODO(ahe): Convert to metadata syn tax. 40 native_no_such_method_exception3_test: Fail # TODO(ahe): Convert to metadata syn tax.
44 native_no_such_method_exception4_test: Fail # TODO(ahe): Convert to metadata syn tax. 41 native_no_such_method_exception4_test: Fail # TODO(ahe): Convert to metadata syn tax.
45 native_no_such_method_exception5_test: Fail # TODO(ahe): Convert to metadata syn tax. 42 native_no_such_method_exception5_test: Fail # TODO(ahe): Convert to metadata syn tax.
46 native_no_such_method_exception_test: Fail # TODO(ahe): Convert to metadata synt ax. 43 native_no_such_method_exception_test: Fail # TODO(ahe): Convert to metadata synt ax.
47 native_null_closure_test: Fail # TODO(ahe): Convert to metadata syntax. 44 native_null_closure_test: Fail # TODO(ahe): Convert to metadata syntax.
48 native_null_test: Fail # TODO(ahe): Convert to metadata syntax. 45 native_null_test: Fail # TODO(ahe): Convert to metadata syntax.
49 native_parameter_names_test: Fail # TODO(ahe): Convert to metadata syntax. 46 native_parameter_names_test: Fail # TODO(ahe): Convert to metadata syntax.
50 native_property_test: Fail # TODO(ahe): Convert to metadata syntax. 47 native_property_test: Fail # TODO(ahe): Convert to metadata syntax.
51 native_to_string_test: Fail # TODO(ahe): Convert to metadata syntax.
52 native_use_native_name_in_table_test: Fail # TODO(ahe): Convert to metadata synt ax. 48 native_use_native_name_in_table_test: Fail # TODO(ahe): Convert to metadata synt ax.
53 native_window1_test: Fail # TODO(ahe): Convert to metadata syntax.
54 native_window2_test: Fail # TODO(ahe): Convert to metadata syntax.
55 native_wrapping_function2_test: Fail # TODO(ahe): Convert to metadata syntax. 49 native_wrapping_function2_test: Fail # TODO(ahe): Convert to metadata syntax.
56 native_wrapping_function3_test: Fail # TODO(ahe): Convert to metadata syntax. 50 native_wrapping_function3_test: Fail # TODO(ahe): Convert to metadata syntax.
57 native_wrapping_function_test: Fail # TODO(ahe): Convert to metadata syntax. 51 native_wrapping_function_test: Fail # TODO(ahe): Convert to metadata syntax.
58 52
53 native_checked_fields_test: Pass # For the wrong reason.
54 native_class_inheritance4_test: Pass # For the wrong reason.
55 native_class_with_dart_methods_test: Pass # For the wrong reason.
56 native_to_string_test: Pass # For the wrong reason.
57 native_window1_test: Pass # For the wrong reason.
58 native_window2_test: Pass # For the wrong reason.
59
59 60
60 [ $compiler == dartc || $browser ] 61 [ $compiler == dartc || $browser ]
61 *: Skip 62 *: Skip
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