| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 [ $compiler == dart2js && $browser ] | 50 [ $compiler == dart2js && $browser ] |
| 51 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 51 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| 52 # implement timer (currently only in d8
) | 52 # implement timer (currently only in d8
) |
| 53 | 53 |
| 54 [ $compiler == dart2dart ] | 54 [ $compiler == dart2dart ] |
| 55 mirrors/*: Skip # http://dartbug.com/11511 | 55 mirrors/*: Skip # http://dartbug.com/11511 |
| 56 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 | 56 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 |
| 57 | 57 |
| 58 [ $compiler == dart2dart && $minified ] | 58 [ $compiler == dart2dart && $minified ] |
| 59 json/json_test: Fail # Issue 10961 | 59 json/json_test: Fail # Issue 10961 |
| 60 typed_data/float32x4_test: Fail # Issue 10961 | |
| 61 typed_data/float32x4_list_test: Fail # Issue 10961 | |
| 62 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961 | |
| 63 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961 | |
| 64 typed_data/float32x4_shuffle_test: Fail # Issue 10961 | |
| 65 typed_data/float32x4_two_arg_shuffle_test: Fail # Issue 10961 | |
| 66 | 60 |
| 67 [ $runtime == ff ] | 61 [ $runtime == ff ] |
| 68 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 62 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 69 multiple_timer_test: Pass, Fail | 63 multiple_timer_test: Pass, Fail |
| 70 timer_isolate_test: Pass, Fail | 64 timer_isolate_test: Pass, Fail |
| 71 timer_test: Pass, Fail | 65 timer_test: Pass, Fail |
| 72 | 66 |
| 73 [ $runtime == ie9 ] | 67 [ $runtime == ie9 ] |
| 74 # IE9 doesn't support typed arrays. | 68 # IE9 doesn't support typed arrays. |
| 75 typed_data/*: Fail # Issue 11971 | 69 typed_data/*: Fail # Issue 11971 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 [ $arch == mips ] | 102 [ $arch == mips ] |
| 109 *: Skip | 103 *: Skip |
| 110 | 104 |
| 111 [ $arch == simmips ] | 105 [ $arch == simmips ] |
| 112 typed_data/float32x4_unbox_regress_test: Crash # Unimplemented | 106 typed_data/float32x4_unbox_regress_test: Crash # Unimplemented |
| 113 typed_data/float32x4_unbox_phi_test: Crash # Unimplemented | 107 typed_data/float32x4_unbox_phi_test: Crash # Unimplemented |
| 114 typed_data/float32x4_list_test: Crash # Unimplemented | 108 typed_data/float32x4_list_test: Crash # Unimplemented |
| 115 typed_data/float32x4_test: Crash # Unimplemented | 109 typed_data/float32x4_test: Crash # Unimplemented |
| 116 typed_data/float32x4_shuffle_test: Crash # Unimplemented | 110 typed_data/float32x4_shuffle_test: Crash # Unimplemented |
| 117 typed_data/float32x4_two_arg_shuffle_test: Crash # Unimplemented | 111 typed_data/float32x4_two_arg_shuffle_test: Crash # Unimplemented |
| OLD | NEW |