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

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

Issue 2989663002: Temporarily skip tests with --use-sdk (at this time, tests are being run in bots that are not build… (Closed)
Patch Set: Created 3 years, 5 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
135 [ $compiler == dart2js && $dart2js_with_kernel ] 138 [ $compiler == dart2js && $dart2js_with_kernel ]
136 # TODO(sigmund): currently the FE disallows imports to dart:_* from the unit 139 # TODO(sigmund): currently the FE disallows imports to dart:_* from the unit
137 # test files. 140 # test files.
138 native_no_such_method_exception4_frog_test: CompileTimeError 141 native_no_such_method_exception4_frog_test: CompileTimeError
139 abstract_class_test: CompileTimeError 142 abstract_class_test: CompileTimeError
140 bound_closure_super_test: CompileTimeError 143 bound_closure_super_test: CompileTimeError
141 bound_closure_test: CompileTimeError 144 bound_closure_test: CompileTimeError
142 browser_compat_1_prepatched_test: CompileTimeError 145 browser_compat_1_prepatched_test: CompileTimeError
143 browser_compat_1_unpatched_test: CompileTimeError 146 browser_compat_1_unpatched_test: CompileTimeError
144 browser_compat_2_test: CompileTimeError 147 browser_compat_2_test: CompileTimeError
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 subclassing_super_field_2_test: CompileTimeError 248 subclassing_super_field_2_test: CompileTimeError
246 subclassing_type_test: CompileTimeError 249 subclassing_type_test: CompileTimeError
247 super_call_test: CompileTimeError 250 super_call_test: CompileTimeError
248 super_property_test: CompileTimeError 251 super_property_test: CompileTimeError
249 type_error_decode_test: CompileTimeError 252 type_error_decode_test: CompileTimeError
250 undefined_bailout_test: CompileTimeError 253 undefined_bailout_test: CompileTimeError
251 uninstantiated_type_parameter_test: CompileTimeError 254 uninstantiated_type_parameter_test: CompileTimeError
252 255
253 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 256 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
254 native_exceptions1_frog_test: Crash 257 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