OLD | NEW |
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 Loading... |
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 Loading... |
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 |
OLD | NEW |