| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7
728. | 51 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 52 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7
728. | 52 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 53 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7
728. | 53 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 54 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7
728. | 54 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 55 | 55 |
| 56 [ $compiler == dart2js && $browser ] | 56 [ $compiler == dart2js && $browser ] |
| 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 |
| 62 [ $compiler == dart2dart ] |
| 63 mirrors/mirrors_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 |
| 66 |
| 61 [ $runtime == safari] | 67 [ $runtime == safari] |
| 62 # Bug in JSC: the test only passes when being debugged. | 68 # Bug in JSC: the test only passes when being debugged. |
| 63 crypto/hmac_md5_test: Fail, Pass | 69 crypto/hmac_md5_test: Fail, Pass |
| 64 | 70 |
| 65 [ $runtime == ff ] | 71 [ $runtime == ff ] |
| 66 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 72 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 67 multiple_timer_test: Pass, Fail | 73 multiple_timer_test: Pass, Fail |
| 68 timer_isolate_test: Pass, Fail | 74 timer_isolate_test: Pass, Fail |
| 69 timer_test: Pass, Fail | 75 timer_test: Pass, Fail |
| 70 | 76 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 91 async/run_async6_test: Fail # Issue 10910 | 97 async/run_async6_test: Fail # Issue 10910 |
| 92 | 98 |
| 93 [ $arch == simarm ] | 99 [ $arch == simarm ] |
| 94 *: Skip | 100 *: Skip |
| 95 | 101 |
| 96 [ $arch == mips ] | 102 [ $arch == mips ] |
| 97 *: Skip | 103 *: Skip |
| 98 | 104 |
| 99 [ $arch == simmips ] | 105 [ $arch == simmips ] |
| 100 *: Skip | 106 *: Skip |
| OLD | NEW |