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

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

Issue 2939323002: Fix dart2js-with-kernel status (Closed)
Patch Set: Created 3 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
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
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 subclassing_4_test: RuntimeError # Issue 27394 112 subclassing_4_test: RuntimeError # Issue 27394
113 subclassing_5_test: RuntimeError # Issue 27394 113 subclassing_5_test: RuntimeError # Issue 27394
114 subclassing_constructor_1_test: RuntimeError # Issue 27394 114 subclassing_constructor_1_test: RuntimeError # Issue 27394
115 subclassing_constructor_2_test: RuntimeError # Issue 27394 115 subclassing_constructor_2_test: RuntimeError # Issue 27394
116 subclassing_super_call_test: RuntimeError # Issue 27394 116 subclassing_super_call_test: RuntimeError # Issue 27394
117 subclassing_super_field_1_test: RuntimeError # Issue 27394 117 subclassing_super_field_1_test: RuntimeError # Issue 27394
118 subclassing_super_field_2_test: RuntimeError # Issue 27394 118 subclassing_super_field_2_test: RuntimeError # Issue 27394
119 subclassing_type_test: RuntimeError # Issue 27394 119 subclassing_type_test: RuntimeError # Issue 27394
120 super_call_test: RuntimeError # Issue 27394 120 super_call_test: RuntimeError # Issue 27394
121 super_property_test: RuntimeError # Issue 27394 121 super_property_test: RuntimeError # Issue 27394
122 uninstantiated_type_parameter_test: RuntimeError # Issue 27394
123 122
124 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] 123 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ]
125 static_methods_test: Crash # Issue 27394 124 static_methods_test: Crash # Issue 27394
126 125
127 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 126 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
128 bound_closure_super_test: Crash # Issue 27394 127 bound_closure_super_test: Crash # Issue 27394
129 bound_closure_test: Crash # Issue 27394 128 bound_closure_test: Crash # Issue 27394
130 native_call_arity1_frog_test: Crash # Issue 27394 129 native_call_arity1_frog_test: Crash # Issue 27394
131 native_call_arity2_frog_test: Crash # Issue 27394 130 native_call_arity2_frog_test: Crash # Issue 27394
132 native_call_arity3_frog_test: Crash # Issue 27394 131 native_call_arity3_frog_test: Crash # Issue 27394
133 native_class_inheritance1_frog_test: Crash # Issue 27394 132 native_class_inheritance1_frog_test: Crash # Issue 27394
134 native_class_inheritance2_frog_test: Crash # Issue 27394 133 native_class_inheritance2_frog_test: Crash # Issue 27394
135 native_class_inheritance3_frog_test: Crash # Issue 27394 134 native_class_inheritance3_frog_test: Crash # Issue 27394
136 native_wrapping_function3_frog_test: Crash # Issue 27394 135 native_wrapping_function3_frog_test: Crash # Issue 27394
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698