| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 mirrors/mirrors_test: Fail # Issue 10957 | 66 mirrors/mirrors_test: Fail # Issue 10957 |
| 67 mirrors/library_uri_package_test: Fail # Issue 10957 | 67 mirrors/library_uri_package_test: Fail # Issue 10957 |
| 68 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 | 68 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 |
| 69 | 69 |
| 70 [ $compiler == dart2dart && $minified ] | 70 [ $compiler == dart2dart && $minified ] |
| 71 json/json_test: Fail # Issue 10961 | 71 json/json_test: Fail # Issue 10961 |
| 72 typed_data/float32x4_test: Fail # Issue 10961 | 72 typed_data/float32x4_test: Fail # Issue 10961 |
| 73 typed_data/float32x4_list_test: Fail # Issue 10961 | 73 typed_data/float32x4_list_test: Fail # Issue 10961 |
| 74 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961 | 74 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961 |
| 75 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961 | 75 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961 |
| 76 mirrors/reflect_runtime_type_test: Fail |
| 77 mirrors/reflect_uninstantiated_class_test: Fail |
| 78 |
| 76 | 79 |
| 77 [ $runtime == safari] | 80 [ $runtime == safari] |
| 78 # Bug in JSC: the test only passes when being debugged. | 81 # Bug in JSC: the test only passes when being debugged. |
| 79 crypto/hmac_md5_test: Fail, Pass | 82 crypto/hmac_md5_test: Fail, Pass |
| 80 | 83 |
| 81 [ $runtime == ff ] | 84 [ $runtime == ff ] |
| 82 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 85 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 83 multiple_timer_test: Pass, Fail | 86 multiple_timer_test: Pass, Fail |
| 84 timer_isolate_test: Pass, Fail | 87 timer_isolate_test: Pass, Fail |
| 85 timer_test: Pass, Fail | 88 timer_test: Pass, Fail |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 *: Skip | 121 *: Skip |
| 119 | 122 |
| 120 [ $arch == simarm ] | 123 [ $arch == simarm ] |
| 121 *: Skip | 124 *: Skip |
| 122 | 125 |
| 123 [ $arch == mips ] | 126 [ $arch == mips ] |
| 124 *: Skip | 127 *: Skip |
| 125 | 128 |
| 126 [ $arch == simmips ] | 129 [ $arch == simmips ] |
| 127 *: Skip | 130 *: Skip |
| OLD | NEW |