| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 [ $compiler == dart2js && ($jscl || $runtime == d8) ] | 73 [ $compiler == dart2js && ($jscl || $runtime == d8) ] |
| 74 async/stream_controller_async_test: Fail # Timer interface not supported; dartbu
g.com/7728. | 74 async/stream_controller_async_test: Fail # Timer interface not supported; dartbu
g.com/7728. |
| 75 async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/77
28. | 75 async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/77
28. |
| 76 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7
728. | 76 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 77 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7
728. | 77 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 78 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7
728. | 78 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 79 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7
728. | 79 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 80 async/run_zoned7_test: Fail # Timer interface not supported: dartbug.com/7728. | 80 async/run_zoned7_test: Fail # Timer interface not supported: dartbug.com/7728. |
| 81 async/catch_errors22_test: Fail # Timer interface not supported: dartbug.com/772
8. | 81 async/catch_errors22_test: Fail # Timer interface not supported: dartbug.com/772
8. |
| 82 async/timer_isActive_test: Fail # Timer interface not supported: dartbug.com/772
8. | 82 async/timer_isActive_test: Fail # Timer interface not supported: dartbug.com/772
8. |
| 83 async/zone_empty_description2_test: Fail # Timer interface not supported: dartbu
g.com/7728. |
| 84 async/zone_create_timer2_test: Fail # Timer interface not supported: dartbug.com
/7728. |
| 85 async/zone_create_periodic_timer_test: Fail # Timer interface not supported: dar
tbug.com/7728. |
| 83 | 86 |
| 84 [ $compiler == dart2js && $browser ] | 87 [ $compiler == dart2js && $browser ] |
| 85 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 88 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| 86 # implement timer (currently only in d8
) | 89 # implement timer (currently only in d8
) |
| 87 | 90 |
| 88 [ $compiler == dart2dart ] | 91 [ $compiler == dart2dart ] |
| 89 mirrors/*: Skip # http://dartbug.com/11511 | 92 mirrors/*: Skip # http://dartbug.com/11511 |
| 90 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 | 93 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 |
| 91 | 94 |
| 92 [ $compiler == dart2dart && $minified ] | 95 [ $compiler == dart2dart && $minified ] |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 async/run_zoned9_test/01: fail # Issue 12756. | 165 async/run_zoned9_test/01: fail # Issue 12756. |
| 163 | 166 |
| 164 [ $compiler == dartanalyzer ] | 167 [ $compiler == dartanalyzer ] |
| 165 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 | 168 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 |
| 166 mirrors/typedef_test/none: Fail # Issue 13093 | 169 mirrors/typedef_test/none: Fail # Issue 13093 |
| 167 mirrors/generics_test/none: Fail # Issue 13432 | 170 mirrors/generics_test/none: Fail # Issue 13432 |
| 168 | 171 |
| 169 [ $compiler == dart2analyzer ] | 172 [ $compiler == dart2analyzer ] |
| 170 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 | 173 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 |
| 171 | 174 |
| OLD | NEW |