| 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 && $runtime == drt ] | 5 [ $compiler == dart2js && $runtime == drt ] |
| 6 convert/chunked_conversion_utf87_test: Pass, Fail # v8 bug: Issue 12293 | 6 convert/chunked_conversion_utf87_test: Pass, Fail # v8 bug: Issue 12293 |
| 7 typed_data/byte_data_test: Pass, Fail # v8 bug: Issue 12293 | 7 typed_data/byte_data_test: Pass, Fail # v8 bug: Issue 12293 |
| 8 | 8 |
| 9 [ $compiler == dart2js ] | 9 [ $compiler == dart2js ] |
| 10 math/double_pow_test: Fail | 10 math/double_pow_test: Fail |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 async/run_zoned7_test: Fail # Timer interface not supported: dartbug.com/7728. | 71 async/run_zoned7_test: Fail # Timer interface not supported: dartbug.com/7728. |
| 72 async/catch_errors22_test: Fail # Timer interface not supported: dartbug.com/772
8. | 72 async/catch_errors22_test: Fail # Timer interface not supported: dartbug.com/772
8. |
| 73 async/timer_isActive_test: Fail # Timer interface not supported: dartbug.com/772
8. | 73 async/timer_isActive_test: Fail # Timer interface not supported: dartbug.com/772
8. |
| 74 | 74 |
| 75 [ $compiler == dart2js && $browser ] | 75 [ $compiler == dart2js && $browser ] |
| 76 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 76 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| 77 # implement timer (currently only in d8
) | 77 # implement timer (currently only in d8
) |
| 78 | 78 |
| 79 [ $compiler == dart2dart ] | 79 [ $compiler == dart2dart ] |
| 80 mirrors/*: Skip # http://dartbug.com/11511 | 80 mirrors/*: Skip # http://dartbug.com/11511 |
| 81 library_metadata2_test/01: Skip # http://dartbug.com/11511 | |
| 82 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 | 81 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 |
| 83 | 82 |
| 84 [ $compiler == dart2dart && $minified ] | 83 [ $compiler == dart2dart && $minified ] |
| 85 json/json_test: Fail # Issue 10961 | 84 json/json_test: Fail # Issue 10961 |
| 86 | 85 |
| 87 [ $runtime == ff ] | 86 [ $runtime == ff ] |
| 88 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 87 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 89 async/multiple_timer_test: Pass, Fail | 88 async/multiple_timer_test: Pass, Fail |
| 90 async/timer_isolate_test: Pass, Fail | 89 async/timer_isolate_test: Pass, Fail |
| 91 async/timer_test: Pass, Fail | 90 async/timer_test: Pass, Fail |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 | 137 |
| 139 [ $arch == simarm ] | 138 [ $arch == simarm ] |
| 140 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. | 139 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. |
| 141 | 140 |
| 142 [ $compiler == none && $runtime == drt ] | 141 [ $compiler == none && $runtime == drt ] |
| 143 async/run_zoned6_test/01: fail # Issue 12756. | 142 async/run_zoned6_test/01: fail # Issue 12756. |
| 144 async/run_zoned9_test/01: fail # Issue 12756. | 143 async/run_zoned9_test/01: fail # Issue 12756. |
| 145 | 144 |
| 146 [ $compiler == dartanalyzer ] | 145 [ $compiler == dartanalyzer ] |
| 147 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 | 146 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 |
| 148 library_metadata2_test/01: Fail # http://dartbug.com/12950 | |
| 149 | 147 |
| 150 [ $compiler == dart2analyzer ] | 148 [ $compiler == dart2analyzer ] |
| 151 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 | 149 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 |
| 152 library_metadata2_test/01: Fail # http://dartbug.com/12950 | |
| OLD | NEW |