| 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 throw2_test/01: Crash | 235 throw2_test/01: Crash |
| 236 throw2_test/02: Crash | 236 throw2_test/02: Crash |
| 237 throw2_test/03: Crash | 237 throw2_test/03: Crash |
| 238 throw2_test/04: Crash | 238 throw2_test/04: Crash |
| 239 to_string_test: Crash | 239 to_string_test: Crash |
| 240 type_constant_switch_test/01: Crash | 240 type_constant_switch_test/01: Crash |
| 241 typevariable_factory_test: Crash | 241 typevariable_factory_test: Crash |
| 242 typevariable_substitution_test: Crash | 242 typevariable_substitution_test: Crash |
| 243 while_test: Crash | 243 while_test: Crash |
| 244 | 244 |
| 245 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] |
| 246 *: Skip # Issue 29626 |
| 247 |
| 245 [ $compiler == dart2js && $runtime == safari ] | 248 [ $compiler == dart2js && $runtime == safari ] |
| 246 deferred_fail_and_retry_worker_test: Timeout # Issue 22106 | 249 deferred_fail_and_retry_worker_test: Timeout # Issue 22106 |
| 247 | 250 |
| 248 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa
ri || $runtime == jsshell) ] | 251 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa
ri || $runtime == jsshell) ] |
| 249 code_motion_exception_test: Skip # Required V8 specific format of JavaScript er
rors. | 252 code_motion_exception_test: Skip # Required V8 specific format of JavaScript er
rors. |
| 250 | 253 |
| 251 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa
ri || $runtime == safarimobilesim || $runtime == chrome || $runtime == chromeOnA
ndroid) ] | 254 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa
ri || $runtime == safarimobilesim || $runtime == chrome || $runtime == chromeOnA
ndroid) ] |
| 252 isolate2_test/01: Fail # Issue 14458. | 255 isolate2_test/01: Fail # Issue 14458. |
| 253 | 256 |
| 254 [ $runtime == jsshell ] | 257 [ $runtime == jsshell ] |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 closure_capture3_test: Crash | 512 closure_capture3_test: Crash |
| 510 closure_capture4_test: Crash | 513 closure_capture4_test: Crash |
| 511 closure_capture5_test: Crash | 514 closure_capture5_test: Crash |
| 512 closure_capture_test: Crash | 515 closure_capture_test: Crash |
| 513 closure_test: Crash | 516 closure_test: Crash |
| 514 first_class_types_hashcode_test: Crash | 517 first_class_types_hashcode_test: Crash |
| 515 if_null2_test: Crash | 518 if_null2_test: Crash |
| 516 if_null3_test: Crash | 519 if_null3_test: Crash |
| 517 runtime_type_int_test: Crash | 520 runtime_type_int_test: Crash |
| 518 type_constant_switch_test/01: Crash | 521 type_constant_switch_test/01: Crash |
| OLD | NEW |