| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 | 59 |
| 60 [ $compiler == dart2js && $browser ] | 60 [ $compiler == dart2js && $browser ] |
| 61 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 61 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| 62 # implement timer (currently only in d8
) | 62 # implement timer (currently only in d8
) |
| 63 | 63 |
| 64 [ $compiler == dart2dart ] | 64 [ $compiler == dart2dart ] |
| 65 mirrors/mirrors_test: Fail # Issue 10957 | 65 mirrors/mirrors_test: Fail # Issue 10957 |
| 66 mirrors/library_uri_package_test: Fail # Issue 10957 | 66 mirrors/library_uri_package_test: Fail # Issue 10957 |
| 67 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 | 67 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 |
| 68 mirrors/reflect_model_test: Fail # http://dartbug.com/11219 | 68 mirrors/reflect_model_test: Fail # http://dartbug.com/11219 |
| 69 mirrors/disable_tree_shaking_test: Fail |
| 69 | 70 |
| 70 [ $compiler == dart2dart && $minified ] | 71 [ $compiler == dart2dart && $minified ] |
| 71 json/json_test: Fail # Issue 10961 | 72 json/json_test: Fail # Issue 10961 |
| 72 typed_data/float32x4_test: Fail # Issue 10961 | 73 typed_data/float32x4_test: Fail # Issue 10961 |
| 73 typed_data/float32x4_list_test: Fail # Issue 10961 | 74 typed_data/float32x4_list_test: Fail # Issue 10961 |
| 74 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961 | 75 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961 |
| 75 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961 | 76 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961 |
| 76 mirrors/reflect_runtime_type_test: Fail | 77 mirrors/reflect_runtime_type_test: Fail |
| 77 mirrors/reflect_uninstantiated_class_test: Fail | 78 mirrors/reflect_uninstantiated_class_test: Fail |
| 78 mirrors/disable_tree_shaking_test: Fail | |
| 79 | 79 |
| 80 | 80 |
| 81 [ $runtime == ff ] | 81 [ $runtime == ff ] |
| 82 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 82 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 83 multiple_timer_test: Pass, Fail | 83 multiple_timer_test: Pass, Fail |
| 84 timer_isolate_test: Pass, Fail | 84 timer_isolate_test: Pass, Fail |
| 85 timer_test: Pass, Fail | 85 timer_test: Pass, Fail |
| 86 | 86 |
| 87 [ $runtime == ie9 ] | 87 [ $runtime == ie9 ] |
| 88 typed_data/typed_list_iterable_test: Fail # Issue 11036 | 88 typed_data/typed_list_iterable_test: Fail # Issue 11036 |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 typed_data/float32x4_list_test: Crash # Issue: 11207 | 145 typed_data/float32x4_list_test: Crash # Issue: 11207 |
| 146 typed_data/float32x4_test: Crash # Issue: 11207 | 146 typed_data/float32x4_test: Crash # Issue: 11207 |
| 147 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207 | 147 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207 |
| 148 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207 | 148 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207 |
| 149 | 149 |
| 150 [ $arch == mips ] | 150 [ $arch == mips ] |
| 151 *: Skip | 151 *: Skip |
| 152 | 152 |
| 153 [ $arch == simmips ] | 153 [ $arch == simmips ] |
| 154 *: Skip | 154 *: Skip |
| OLD | NEW |