| 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 [ $compiler == dart2js && ($jscl || $runtime == d8) ] | 71 [ $compiler == dart2js && ($jscl || $runtime == d8) ] |
| 72 async/stream_controller_async_test: Fail # Timer interface not supported; dartbu
g.com/7728. | 72 async/stream_controller_async_test: Fail # Timer interface not supported; dartbu
g.com/7728. |
| 73 async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/77
28. | 73 async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/77
28. |
| 74 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7
728. | 74 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 75 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7
728. | 75 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 76 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7
728. | 76 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 77 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7
728. | 77 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 78 async/run_zoned7_test: Fail # Timer interface not supported: dartbug.com/7728. | 78 async/run_zoned7_test: Fail # Timer interface not supported: dartbug.com/7728. |
| 79 async/catch_errors22_test: Fail # Timer interface not supported: dartbug.com/772
8. | 79 async/catch_errors22_test: Fail # Timer interface not supported: dartbug.com/772
8. |
| 80 async/timer_isActive_test: Fail # Timer interface not supported: dartbug.com/772
8. | 80 async/timer_isActive_test: Fail # Timer interface not supported: dartbug.com/772
8. |
| 81 async/zone_empty_description2_test: Fail # Timer interface not supported: dartbu
g.com/7728. |
| 81 | 82 |
| 82 [ $compiler == dart2js && $browser ] | 83 [ $compiler == dart2js && $browser ] |
| 83 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 84 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| 84 # implement timer (currently only in d8
) | 85 # implement timer (currently only in d8
) |
| 85 | 86 |
| 86 [ $compiler == dart2dart ] | 87 [ $compiler == dart2dart ] |
| 87 mirrors/*: Skip # http://dartbug.com/11511 | 88 mirrors/*: Skip # http://dartbug.com/11511 |
| 88 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 | 89 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 |
| 89 | 90 |
| 90 [ $compiler == dart2dart && $minified ] | 91 [ $compiler == dart2dart && $minified ] |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 [ $compiler == none && $runtime == drt ] | 156 [ $compiler == none && $runtime == drt ] |
| 156 async/run_zoned6_test/01: fail # Issue 12756. | 157 async/run_zoned6_test/01: fail # Issue 12756. |
| 157 async/run_zoned9_test/01: fail # Issue 12756. | 158 async/run_zoned9_test/01: fail # Issue 12756. |
| 158 | 159 |
| 159 [ $compiler == dartanalyzer ] | 160 [ $compiler == dartanalyzer ] |
| 160 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 | 161 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 |
| 161 mirrors/typedef_test/none: Fail # Issue 13093 | 162 mirrors/typedef_test/none: Fail # Issue 13093 |
| 162 | 163 |
| 163 [ $compiler == dart2analyzer ] | 164 [ $compiler == dart2analyzer ] |
| 164 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 | 165 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 |
| OLD | NEW |