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

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

Issue 2988063002: Use dart2js_plaform.dill from the sdk. (Closed)
Patch Set: add comment about why --host-checked and --use-sdk is not supported Created 3 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
« 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 && !$dart2js_with_kernel ] 8 [ $compiler == dart2js && !$dart2js_with_kernel ]
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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 bound_closure_super_test: Crash # Issue 27394 125 bound_closure_super_test: Crash # Issue 27394
126 bound_closure_test: Crash # Issue 27394 126 bound_closure_test: Crash # Issue 27394
127 native_call_arity1_frog_test: Crash # Issue 27394 127 native_call_arity1_frog_test: Crash # Issue 27394
128 native_call_arity2_frog_test: Crash # Issue 27394 128 native_call_arity2_frog_test: Crash # Issue 27394
129 native_call_arity3_frog_test: Crash # Issue 27394 129 native_call_arity3_frog_test: Crash # Issue 27394
130 native_class_inheritance1_frog_test: Crash # Issue 27394 130 native_class_inheritance1_frog_test: Crash # Issue 27394
131 native_class_inheritance2_frog_test: Crash # Issue 27394 131 native_class_inheritance2_frog_test: Crash # Issue 27394
132 native_class_inheritance3_frog_test: Crash # Issue 27394 132 native_class_inheritance3_frog_test: Crash # Issue 27394
133 native_wrapping_function3_frog_test: Crash # Issue 27394 133 native_wrapping_function3_frog_test: Crash # Issue 27394
134 134
135 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ]
136 *: Skip # Issue 29626
137
138 [ $compiler == dart2js && $dart2js_with_kernel ] 135 [ $compiler == dart2js && $dart2js_with_kernel ]
139 # TODO(sigmund): currently the FE disallows imports to dart:_* from the unit 136 # TODO(sigmund): currently the FE disallows imports to dart:_* from the unit
140 # test files. 137 # test files.
141 native_no_such_method_exception4_frog_test: CompileTimeError 138 native_no_such_method_exception4_frog_test: CompileTimeError
142 abstract_class_test: CompileTimeError 139 abstract_class_test: CompileTimeError
143 bound_closure_super_test: CompileTimeError 140 bound_closure_super_test: CompileTimeError
144 bound_closure_test: CompileTimeError 141 bound_closure_test: CompileTimeError
145 browser_compat_1_prepatched_test: CompileTimeError 142 browser_compat_1_prepatched_test: CompileTimeError
146 browser_compat_1_unpatched_test: CompileTimeError 143 browser_compat_1_unpatched_test: CompileTimeError
147 browser_compat_2_test: CompileTimeError 144 browser_compat_2_test: CompileTimeError
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 subclassing_super_field_2_test: CompileTimeError 245 subclassing_super_field_2_test: CompileTimeError
249 subclassing_type_test: CompileTimeError 246 subclassing_type_test: CompileTimeError
250 super_call_test: CompileTimeError 247 super_call_test: CompileTimeError
251 super_property_test: CompileTimeError 248 super_property_test: CompileTimeError
252 type_error_decode_test: CompileTimeError 249 type_error_decode_test: CompileTimeError
253 undefined_bailout_test: CompileTimeError 250 undefined_bailout_test: CompileTimeError
254 uninstantiated_type_parameter_test: CompileTimeError 251 uninstantiated_type_parameter_test: CompileTimeError
255 252
256 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 253 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
257 native_exceptions1_frog_test: Crash 254 native_exceptions1_frog_test: Crash
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