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

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

Issue 2688413004: Add mode to test.dart to run dart2js with kernel, and include initial set of (Closed)
Patch Set: Update status files Created 3 years, 10 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
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/corelib/corelib.status » ('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) 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 [ $browser ] 5 [ $browser ]
6 *: Skip 6 *: Skip
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 native_no_such_method_exception4_frog_test: CompileTimeError # Issue 9631 9 native_no_such_method_exception4_frog_test: CompileTimeError # Issue 9631
10 native_no_such_method_exception5_frog_test: CompileTimeError # Issue 9631 10 native_no_such_method_exception5_frog_test: CompileTimeError # Issue 9631
11 11
12 [ $compiler == dart2js && $fast_startup ] 12 [ $compiler == dart2js && $fast_startup ]
13 mirror_intercepted_field_test: Fail # mirrors not supported 13 mirror_intercepted_field_test: Fail # mirrors not supported
14 native_mirror_test: Fail # mirrors not supported 14 native_mirror_test: Fail # mirrors not supported
15 native_no_such_method_exception3_frog_test: Fail # mirrors not supported 15 native_no_such_method_exception3_frog_test: Fail # mirrors not supported
16 native_no_such_method_exception4_frog_test: Fail # mirrors not supported 16 native_no_such_method_exception4_frog_test: Fail # mirrors not supported
17 native_no_such_method_exception5_frog_test: Fail # mirrors not supported 17 native_no_such_method_exception5_frog_test: Fail # mirrors not supported
18 18
19 [ $compiler == dart2js && $cps_ir == false ] 19 [ $compiler == dart2js && $cps_ir == false ]
20 bound_closure_super_test: Fail 20 bound_closure_super_test: Fail
21 fake_thing_test: Fail # Issue 13010 21 fake_thing_test: Fail # Issue 13010
22 22
23 [ $compiler == dart2js && $minified ] 23 [ $compiler == dart2js && $minified ]
24 optimization_hints_test: Fail, OK # Test relies on unminified names. 24 optimization_hints_test: Fail, OK # Test relies on unminified names.
25 25
26 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 26 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
27 compute_this_script_test: Skip # Issue 17458 27 compute_this_script_test: Skip # Issue 17458
28
29 [ $compiler == dart2js && $dart2js_with_kernel ]
30 abstract_class_test: RuntimeError # Issue 27394
31 bound_closure_test: RuntimeError # Issue 27394
32 browser_compat_1_prepatched_test: RuntimeError # Issue 27394
33 browser_compat_1_unpatched_test: RuntimeError # Issue 27394
34 browser_compat_2_test: RuntimeError # Issue 27394
35 core_type_check_native_test: RuntimeError # Issue 27394
36 dispatch_property_initialization_test: RuntimeError # Issue 27394
37 downcast_test: RuntimeError # Issue 27394
38 error_safeToString_test: RuntimeError # Issue 27394
39 event_loop_test: RuntimeError # Issue 27394
40 field_type2_test: RuntimeError # Issue 27394
41 field_type_test: RuntimeError # Issue 27394
42 fixup_get_tag_test: RuntimeError # Issue 27394
43 hash_code_test: RuntimeError # Issue 27394
44 is_check_test: CompileTimeError # Issue 27394
45 issue9182_test: RuntimeError # Issue 27394
46 js_const_test: RuntimeError # Issue 27394
47 jsobject_test: RuntimeError # Issue 27394
48 load_elim_refinement_test: Crash # Issue 27394
49 mirror_intercepted_field_test: Crash # Issue 27394
50 native_call_arity1_frog_test: RuntimeError # Issue 27394
51 native_call_arity2_frog_test: RuntimeError # Issue 27394
52 native_call_arity3_frog_test: RuntimeError # Issue 27394
53 native_checked_arguments1_frog_test: RuntimeError # Issue 27394
54 native_checked_fields_frog_test: RuntimeError # Issue 27394
55 native_class_avoids_hidden_name_frog_test: RuntimeError # Issue 27394
56 native_class_fields_2_test: RuntimeError # Issue 27394
57 native_class_fields_3_test: RuntimeError # Issue 27394
58 native_class_fields_test: RuntimeError # Issue 27394
59 native_class_inheritance1_frog_test: RuntimeError # Issue 27394
60 native_class_inheritance2_frog_test: RuntimeError # Issue 27394
61 native_class_inheritance3_frog_test: RuntimeError # Issue 27394
62 native_class_inheritance4_frog_test: RuntimeError # Issue 27394
63 native_class_is_check1_frog_test: RuntimeError # Issue 27394
64 native_class_is_check3_frog_test: RuntimeError # Issue 27394
65 native_class_with_dart_methods_frog_test: RuntimeError # Issue 27394
66 native_closure_identity_frog_test: RuntimeError # Issue 27394
67 native_constructor_name_test: RuntimeError # Issue 27394
68 native_equals_frog_test: RuntimeError # Issue 27394
69 native_exception2_test: RuntimeError # Issue 27394
70 native_exceptions1_frog_test: RuntimeError # Issue 27394
71 native_field_invocation2_test: RuntimeError # Issue 27394
72 native_field_invocation3_test: RuntimeError # Issue 27394
73 native_field_invocation5_test: RuntimeError # Issue 27394
74 native_field_invocation6_test: RuntimeError # Issue 27394
75 native_field_invocation_test: RuntimeError # Issue 27394
76 native_field_name_test: RuntimeError # Issue 27394
77 native_field_optimization_test: RuntimeError # Issue 27394
78 native_field_rename_1_frog_test: RuntimeError # Issue 27394
79 native_field_rename_2_frog_test: RuntimeError # Issue 27394
80 native_library_same_name_used_frog_test: CompileTimeError # Issue 27394
81 native_method_inlining_test: RuntimeError # Issue 27394
82 native_method_rename1_frog_test: RuntimeError # Issue 27394
83 native_method_rename2_frog_test: RuntimeError # Issue 27394
84 native_method_rename3_frog_test: RuntimeError # Issue 27394
85 native_method_with_keyword_name_test: RuntimeError # Issue 27394
86 native_mirror_test: Crash # Issue 27394
87 native_mixin_field_test: RuntimeError # Issue 27394
88 native_mixin_multiple2_test: RuntimeError # Issue 27394
89 native_mixin_multiple3_test: RuntimeError # Issue 27394
90 native_mixin_multiple_test: RuntimeError # Issue 27394
91 native_mixin_test: RuntimeError # Issue 27394
92 native_mixin_with_plain_test: RuntimeError # Issue 27394
93 native_named_constructors2_frog_test: RuntimeError # Issue 27394
94 native_named_constructors3_frog_test: RuntimeError # Issue 27394
95 native_no_such_method_exception2_frog_test: RuntimeError # Issue 27394
96 native_no_such_method_exception3_frog_test: RuntimeError # Issue 27394
97 native_no_such_method_exception_frog_test: RuntimeError # Issue 27394
98 native_novel_html_test: RuntimeError # Issue 27394
99 native_null_closure_frog_test: RuntimeError # Issue 27394
100 native_null_frog_test: RuntimeError # Issue 27394
101 native_property_frog_test: Crash # Issue 27394
102 native_to_string_frog_test: RuntimeError # Issue 27394
103 native_use_native_name_in_table_frog_test: RuntimeError # Issue 27394
104 native_wrapping_function3_frog_test: RuntimeError # Issue 27394
105 native_wrapping_function_frog_test: RuntimeError # Issue 27394
106 oddly_named_fields_test: RuntimeError # Issue 27394
107 optimization_hints_test: RuntimeError # Issue 27394
108 runtimetype_test: CompileTimeError # Issue 27394
109 static_methods_test: RuntimeError # Issue 27394
110 subclassing_1_test: RuntimeError # Issue 27394
111 subclassing_2_test: RuntimeError # Issue 27394
112 subclassing_3_test: RuntimeError # Issue 27394
113 subclassing_4_test: RuntimeError # Issue 27394
114 subclassing_5_test: RuntimeError # Issue 27394
115 subclassing_constructor_1_test: RuntimeError # Issue 27394
116 subclassing_constructor_2_test: RuntimeError # Issue 27394
117 subclassing_super_call_test: RuntimeError # Issue 27394
118 subclassing_super_field_1_test: RuntimeError # Issue 27394
119 subclassing_super_field_2_test: RuntimeError # Issue 27394
120 subclassing_type_test: RuntimeError # Issue 27394
121 super_call_test: RuntimeError # Issue 27394
122 super_property_test: RuntimeError # Issue 27394
123 uninstantiated_type_parameter_test: RuntimeError # Issue 27394
124
125 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
126 bound_closure_super_test: Crash # Issue 27394
127 bound_closure_test: Crash # Issue 27394
128 native_call_arity1_frog_test: Crash # Issue 27394
129 native_call_arity2_frog_test: Crash # Issue 27394
130 native_call_arity3_frog_test: Crash # Issue 27394
131 native_class_inheritance1_frog_test: Crash # Issue 27394
132 native_class_inheritance2_frog_test: Crash # Issue 27394
133 native_class_inheritance3_frog_test: Crash # Issue 27394
134 native_wrapping_function3_frog_test: Crash # Issue 27394
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698