| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 [ $compiler == dart2js && ($jscl || $runtime == d8) ] | 69 [ $compiler == dart2js && ($jscl || $runtime == d8) ] |
| 70 async/stream_controller_async_test: Fail # Timer interface not supported; dartbu
g.com/7728. | 70 async/stream_controller_async_test: Fail # Timer interface not supported; dartbu
g.com/7728. |
| 71 async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/77
28. | 71 async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/77
28. |
| 72 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7
728. | 72 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 73 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7
728. | 73 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 74 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7
728. | 74 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 75 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7
728. | 75 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 76 async/run_zoned7_test: Fail # Timer interface not supported: dartbug.com/7728. | 76 async/run_zoned7_test: Fail # Timer interface not supported: dartbug.com/7728. |
| 77 async/catch_errors22_test: Fail # Timer interface not supported: dartbug.com/772
8. | 77 async/catch_errors22_test: Fail # Timer interface not supported: dartbug.com/772
8. |
| 78 async/timer_isActive_test: Fail # Timer interface not supported: dartbug.com/772
8. | 78 async/timer_isActive_test: Fail # Timer interface not supported: dartbug.com/772
8. |
| 79 async/zone_empty_description2_test: Fail # Timer interface not supported: dartbu
g.com/7728. |
| 80 async/zone_create_timer2_test: Fail # Timer interface not supported: dartbug.com
/7728. |
| 81 async/zone_create_periodic_timer_test: Fail # Timer interface not supported: dar
tbug.com/7728. |
| 79 | 82 |
| 80 [ $compiler == dart2js && $browser ] | 83 [ $compiler == dart2js && $browser ] |
| 81 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 |
| 82 # implement timer (currently only in d8
) | 85 # implement timer (currently only in d8
) |
| 83 | 86 |
| 84 [ $compiler == dart2dart ] | 87 [ $compiler == dart2dart ] |
| 85 mirrors/*: Skip # http://dartbug.com/11511 | 88 mirrors/*: Skip # http://dartbug.com/11511 |
| 86 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 |
| 87 | 90 |
| 88 [ $compiler == dart2dart && $minified ] | 91 [ $compiler == dart2dart && $minified ] |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 async/run_zoned9_test/01: fail # Issue 12756. | 161 async/run_zoned9_test/01: fail # Issue 12756. |
| 159 | 162 |
| 160 [ $compiler == dartanalyzer ] | 163 [ $compiler == dartanalyzer ] |
| 161 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 | 164 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 |
| 162 mirrors/typedef_test/none: Fail # Issue 13093 | 165 mirrors/typedef_test/none: Fail # Issue 13093 |
| 163 mirrors/generics_test/none: Fail # Issue 13432 | 166 mirrors/generics_test/none: Fail # Issue 13432 |
| 164 | 167 |
| 165 [ $compiler == dart2analyzer ] | 168 [ $compiler == dart2analyzer ] |
| 166 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 | 169 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 |
| 167 | 170 |
| OLD | NEW |