| 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/method_mirror_name_test: Fail # Issue 6335 | 7 mirrors/method_mirror_name_test: Fail # Issue 6335 |
| 8 mirrors/method_mirror_properties_test: Fail # Issue 11861 | 8 mirrors/method_mirror_properties_test: Fail # Issue 11861 |
| 9 mirrors/method_mirror_returntype_test : Fail # Issue 11928 | 9 mirrors/method_mirror_returntype_test : Fail # Issue 11928 |
| 10 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. | 10 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961 | 69 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961 |
| 70 typed_data/float32x4_shuffle_test: Fail # Issue 10961 | 70 typed_data/float32x4_shuffle_test: Fail # Issue 10961 |
| 71 | 71 |
| 72 [ $runtime == ff ] | 72 [ $runtime == ff ] |
| 73 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 73 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 74 multiple_timer_test: Pass, Fail | 74 multiple_timer_test: Pass, Fail |
| 75 timer_isolate_test: Pass, Fail | 75 timer_isolate_test: Pass, Fail |
| 76 timer_test: Pass, Fail | 76 timer_test: Pass, Fail |
| 77 | 77 |
| 78 [ $runtime == ie9 ] | 78 [ $runtime == ie9 ] |
| 79 typed_data/typed_list_iterable_test: Fail # Issue 11036 | 79 typed_data/typed_list_iterable_test: Fail # Issue 11971 |
| 80 typed_data/typed_data_list_test: Fail # Issue 11036 | 80 typed_data/typed_data_list_test: Fail # Issue 11971 |
| 81 | 81 |
| 82 [ $runtime == opera ] | 82 [ $runtime == opera ] |
| 83 async/multiple_timer_test: Pass, Fail | 83 async/multiple_timer_test: Pass, Fail |
| 84 | 84 |
| 85 [ $runtime == opera && $system == windows] | 85 [ $runtime == opera && $system == windows] |
| 86 # TODO(efortuna): Investigate. | 86 # TODO(efortuna): Investigate. |
| 87 async/timer_test: Fail, Pass | 87 async/timer_test: Fail, Pass |
| 88 | 88 |
| 89 [ $runtime == vm ] | 89 [ $runtime == vm ] |
| 90 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 90 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| (...skipping 30 matching lines...) Expand all Loading... |
| 121 [ $arch == mips ] | 121 [ $arch == mips ] |
| 122 *: Skip | 122 *: Skip |
| 123 | 123 |
| 124 [ $arch == simmips ] | 124 [ $arch == simmips ] |
| 125 typed_data/float32x4_unbox_regress_test: Crash # Unimplemented | 125 typed_data/float32x4_unbox_regress_test: Crash # Unimplemented |
| 126 typed_data/float32x4_unbox_phi_test: Crash # Unimplemented | 126 typed_data/float32x4_unbox_phi_test: Crash # Unimplemented |
| 127 typed_data/float32x4_list_test: Crash # Unimplemented | 127 typed_data/float32x4_list_test: Crash # Unimplemented |
| 128 typed_data/float32x4_test: Crash # Unimplemented | 128 typed_data/float32x4_test: Crash # Unimplemented |
| 129 typed_data/float32x4_shuffle_test: Crash # Unimplemented | 129 typed_data/float32x4_shuffle_test: Crash # Unimplemented |
| 130 | 130 |
| OLD | NEW |