| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 crypto/sha256_test: Slow, Pass | 57 crypto/sha256_test: Slow, Pass |
| 58 crypto/sha1_test: Slow, Pass | 58 crypto/sha1_test: Slow, Pass |
| 59 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 59 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| 60 # implement timer (currently only in d8
) | 60 # implement timer (currently only in d8
) |
| 61 | 61 |
| 62 [ $compiler == dart2dart ] | 62 [ $compiler == dart2dart ] |
| 63 mirrors/mirrors_test: Fail # Issue 10957 | 63 mirrors/mirrors_test: Fail # Issue 10957 |
| 64 mirrors/library_uri_package_test: Fail # Issue 10957 | 64 mirrors/library_uri_package_test: Fail # Issue 10957 |
| 65 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 | 65 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 |
| 66 | 66 |
| 67 [ $compiler == dart2dart && $minified ] |
| 68 json/json_test: Fail # Issue 10961 |
| 69 typed_data/float32x4_test: Fail # Issue 10961 |
| 70 typed_data/float32x4_list_test: Fail # Issue 10961 |
| 71 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961 |
| 72 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961 |
| 73 |
| 67 [ $runtime == safari] | 74 [ $runtime == safari] |
| 68 # Bug in JSC: the test only passes when being debugged. | 75 # Bug in JSC: the test only passes when being debugged. |
| 69 crypto/hmac_md5_test: Fail, Pass | 76 crypto/hmac_md5_test: Fail, Pass |
| 70 | 77 |
| 71 [ $runtime == ff ] | 78 [ $runtime == ff ] |
| 72 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 79 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 73 multiple_timer_test: Pass, Fail | 80 multiple_timer_test: Pass, Fail |
| 74 timer_isolate_test: Pass, Fail | 81 timer_isolate_test: Pass, Fail |
| 75 timer_test: Pass, Fail | 82 timer_test: Pass, Fail |
| 76 | 83 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 97 async/run_async6_test: Fail # Issue 10910 | 104 async/run_async6_test: Fail # Issue 10910 |
| 98 | 105 |
| 99 [ $arch == simarm ] | 106 [ $arch == simarm ] |
| 100 *: Skip | 107 *: Skip |
| 101 | 108 |
| 102 [ $arch == mips ] | 109 [ $arch == mips ] |
| 103 *: Skip | 110 *: Skip |
| 104 | 111 |
| 105 [ $arch == simmips ] | 112 [ $arch == simmips ] |
| 106 *: Skip | 113 *: Skip |
| OLD | NEW |