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

Side by Side Diff: tests/compiler/dart2js_extra/dart2js_extra.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
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 ] 5 [ $compiler == dart2js ]
6 class_test: Fail 6 class_test: Fail
7 statements_test: Fail 7 statements_test: Fail
8 typed_locals_test: Fail 8 typed_locals_test: Fail
9 no_such_method_test: Fail # Wrong Invocation.memberName. 9 no_such_method_test: Fail # Wrong Invocation.memberName.
10 constant_javascript_semantics4_test: Fail, OK 10 constant_javascript_semantics4_test: Fail, OK
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 throw2_test/01: Crash 236 throw2_test/01: Crash
237 throw2_test/02: Crash 237 throw2_test/02: Crash
238 throw2_test/03: Crash 238 throw2_test/03: Crash
239 throw2_test/04: Crash 239 throw2_test/04: Crash
240 to_string_test: Crash 240 to_string_test: Crash
241 type_constant_switch_test/01: Crash 241 type_constant_switch_test/01: Crash
242 typevariable_factory_test: Crash 242 typevariable_factory_test: Crash
243 typevariable_substitution_test: Crash 243 typevariable_substitution_test: Crash
244 while_test: Crash 244 while_test: Crash
245 245
246 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ]
247 *: Skip # Issue 29626
248
249 [ $compiler == dart2js && $runtime == safari ] 246 [ $compiler == dart2js && $runtime == safari ]
250 deferred_fail_and_retry_worker_test: Timeout # Issue 22106 247 deferred_fail_and_retry_worker_test: Timeout # Issue 22106
251 248
252 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa ri || $runtime == jsshell) ] 249 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa ri || $runtime == jsshell) ]
253 code_motion_exception_test: Skip # Required V8 specific format of JavaScript er rors. 250 code_motion_exception_test: Skip # Required V8 specific format of JavaScript er rors.
254 251
255 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa ri || $runtime == safarimobilesim || $runtime == chrome || $runtime == chromeOnA ndroid) ] 252 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa ri || $runtime == safarimobilesim || $runtime == chrome || $runtime == chromeOnA ndroid) ]
256 isolate2_test/01: Fail # Issue 14458. 253 isolate2_test/01: Fail # Issue 14458.
257 254
258 [ $runtime == jsshell ] 255 [ $runtime == jsshell ]
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 closure_capture3_test: Crash 511 closure_capture3_test: Crash
515 closure_capture4_test: Crash 512 closure_capture4_test: Crash
516 closure_capture5_test: Crash 513 closure_capture5_test: Crash
517 closure_capture_test: Crash 514 closure_capture_test: Crash
518 closure_test: Crash 515 closure_test: Crash
519 first_class_types_hashcode_test: Crash 516 first_class_types_hashcode_test: Crash
520 if_null2_test: Crash 517 if_null2_test: Crash
521 if_null3_test: Crash 518 if_null3_test: Crash
522 runtime_type_int_test: Crash 519 runtime_type_int_test: Crash
523 type_constant_switch_test/01: Crash 520 type_constant_switch_test/01: Crash
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/library_loader.dart ('k') | tests/compiler/dart2js_native/dart2js_native.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698