| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961 | 62 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961 |
| 63 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961 | 63 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961 |
| 64 typed_data/float32x4_shuffle_test: Fail # Issue 10961 | 64 typed_data/float32x4_shuffle_test: Fail # Issue 10961 |
| 65 typed_data/float32x4_two_arg_shuffle_test: Fail # Issue 10961 | 65 typed_data/float32x4_two_arg_shuffle_test: Fail # Issue 10961 |
| 66 | 66 |
| 67 [ $runtime == ff ] | 67 [ $runtime == ff ] |
| 68 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 68 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 69 multiple_timer_test: Pass, Fail | 69 multiple_timer_test: Pass, Fail |
| 70 timer_isolate_test: Pass, Fail | 70 timer_isolate_test: Pass, Fail |
| 71 timer_test: Pass, Fail | 71 timer_test: Pass, Fail |
| 72 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12029 |
| 72 | 73 |
| 73 [ $runtime == ie9 ] | 74 [ $runtime == ie9 ] |
| 74 # IE9 doesn't support typed arrays. | 75 # IE9 doesn't support typed arrays. |
| 75 typed_data/*: Fail # Issue 11971 | 76 typed_data/*: Fail # Issue 11971 |
| 77 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12029 |
| 76 | 78 |
| 77 [ $runtime == opera ] | 79 [ $runtime == opera ] |
| 78 async/multiple_timer_test: Pass, Fail | 80 async/multiple_timer_test: Pass, Fail |
| 79 | 81 |
| 80 [ $runtime == opera && $system == windows] | 82 [ $runtime == opera && $system == windows] |
| 81 # TODO(efortuna): Investigate. | 83 # TODO(efortuna): Investigate. |
| 82 async/timer_test: Fail, Pass | 84 async/timer_test: Fail, Pass |
| 83 | 85 |
| 84 [ $runtime == vm ] | 86 [ $runtime == vm ] |
| 85 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 87 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| (...skipping 22 matching lines...) Expand all Loading... |
| 108 [ $arch == mips ] | 110 [ $arch == mips ] |
| 109 *: Skip | 111 *: Skip |
| 110 | 112 |
| 111 [ $arch == simmips ] | 113 [ $arch == simmips ] |
| 112 typed_data/float32x4_unbox_regress_test: Crash # Unimplemented | 114 typed_data/float32x4_unbox_regress_test: Crash # Unimplemented |
| 113 typed_data/float32x4_unbox_phi_test: Crash # Unimplemented | 115 typed_data/float32x4_unbox_phi_test: Crash # Unimplemented |
| 114 typed_data/float32x4_list_test: Crash # Unimplemented | 116 typed_data/float32x4_list_test: Crash # Unimplemented |
| 115 typed_data/float32x4_test: Crash # Unimplemented | 117 typed_data/float32x4_test: Crash # Unimplemented |
| 116 typed_data/float32x4_shuffle_test: Crash # Unimplemented | 118 typed_data/float32x4_shuffle_test: Crash # Unimplemented |
| 117 typed_data/float32x4_two_arg_shuffle_test: Crash # Unimplemented | 119 typed_data/float32x4_two_arg_shuffle_test: Crash # Unimplemented |
| 120 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. |
| OLD | NEW |