| 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 math/*: Skip | 6 math/*: Skip |
| 7 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. | 7 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. |
| 8 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. | 8 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. |
| 9 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 | 9 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 |
| 10 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 | 10 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 | 64 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 |
| 65 | 65 |
| 66 [ $compiler == dart2dart && $minified ] | 66 [ $compiler == dart2dart && $minified ] |
| 67 json/json_test: Fail # Issue 10961 | 67 json/json_test: Fail # Issue 10961 |
| 68 typed_data/float32x4_test: Fail # Issue 10961 | 68 typed_data/float32x4_test: Fail # Issue 10961 |
| 69 typed_data/float32x4_list_test: Fail # Issue 10961 | 69 typed_data/float32x4_list_test: Fail # Issue 10961 |
| 70 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961 | 70 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961 |
| 71 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961 | 71 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961 |
| 72 mirrors/reflect_runtime_type_test: Fail | 72 mirrors/reflect_runtime_type_test: Fail |
| 73 mirrors/reflect_uninstantiated_class_test: Fail | 73 mirrors/reflect_uninstantiated_class_test: Fail |
| 74 mirrors/disable_tree_shaking_test: Fail |
| 74 | 75 |
| 75 | 76 |
| 76 [ $runtime == ff ] | 77 [ $runtime == ff ] |
| 77 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 78 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 78 multiple_timer_test: Pass, Fail | 79 multiple_timer_test: Pass, Fail |
| 79 timer_isolate_test: Pass, Fail | 80 timer_isolate_test: Pass, Fail |
| 80 timer_test: Pass, Fail | 81 timer_test: Pass, Fail |
| 81 | 82 |
| 82 [ $runtime == ie9 ] | 83 [ $runtime == ie9 ] |
| 83 typed_data/typed_list_iterable_test: Fail # Issue 11036 | 84 typed_data/typed_list_iterable_test: Fail # Issue 11036 |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 typed_data/float32x4_list_test: Crash # Issue: 11207 | 132 typed_data/float32x4_list_test: Crash # Issue: 11207 |
| 132 typed_data/float32x4_test: Crash # Issue: 11207 | 133 typed_data/float32x4_test: Crash # Issue: 11207 |
| 133 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207 | 134 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207 |
| 134 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207 | 135 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207 |
| 135 | 136 |
| 136 [ $arch == mips ] | 137 [ $arch == mips ] |
| 137 *: Skip | 138 *: Skip |
| 138 | 139 |
| 139 [ $arch == simmips ] | 140 [ $arch == simmips ] |
| 140 *: Skip | 141 *: Skip |
| OLD | NEW |