| 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 16407_test: Fail # Issue 16407 | 6 16407_test: Fail # Issue 16407 |
| 7 class_test: Fail | 7 class_test: Fail |
| 8 statements_test: Fail | 8 statements_test: Fail |
| 9 typed_locals_test: Fail | 9 typed_locals_test: Fail |
| 10 no_such_method_test: Fail # Wrong Invocation.memberName. | 10 no_such_method_test: Fail # Wrong Invocation.memberName. |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 | 45 |
| 46 [ $runtime == jsshell ] | 46 [ $runtime == jsshell ] |
| 47 timer_test: Fail # Issue 7728. | 47 timer_test: Fail # Issue 7728. |
| 48 | 48 |
| 49 [ $runtime == none ] | 49 [ $runtime == none ] |
| 50 timer_negative_test: Fail, OK # A negative runtime test. | 50 timer_negative_test: Fail, OK # A negative runtime test. |
| 51 bailout8_test: Fail, OK # Mismatch in thrown exception. | 51 bailout8_test: Fail, OK # Mismatch in thrown exception. |
| 52 | 52 |
| 53 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 53 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 54 deferred/*: Skip # Issue 17458 | 54 deferred/*: Skip # Issue 17458 |
| 55 |
| 56 [ $compiler == dart2js && $csp && $runtime != none ] |
| 57 deferred_fail_and_retry_test: Fail # Issue 22090 |
| OLD | NEW |