| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 | 99 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 |
| 100 | 100 |
| 101 [ $runtime == ie9 ] | 101 [ $runtime == ie9 ] |
| 102 # IE9 doesn't support typed arrays. | 102 # IE9 doesn't support typed arrays. |
| 103 typed_data/*: Fail # Issue 11971 | 103 typed_data/*: Fail # Issue 11971 |
| 104 convert/chunked_conversion_utf88_test: Pass, Slow, Timeout # Issue 12029 | 104 convert/chunked_conversion_utf88_test: Pass, Slow, Timeout # Issue 12029 |
| 105 convert/streamed_conversion_json_utf8_decode_test: Pass, Timeout # Issue 12029 | 105 convert/streamed_conversion_json_utf8_decode_test: Pass, Timeout # Issue 12029 |
| 106 async/deferred/deferred_api_test: Pass, Timeout # http://dartbug.com/12635 | 106 async/deferred/deferred_api_test: Pass, Timeout # http://dartbug.com/12635 |
| 107 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # http://dartbug.com
/12768 | 107 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # http://dartbug.com
/12768 |
| 108 | 108 |
| 109 [ $compiler == dart2js ] |
| 110 typed_data/typed_data_hierarchy_int64_test: Fail # Issue 10275 |
| 109 | 111 |
| 110 [ $runtime == opera ] | 112 [ $runtime == opera ] |
| 111 async/multiple_timer_test: Pass, Fail | 113 async/multiple_timer_test: Pass, Fail |
| 112 | 114 |
| 113 [ $runtime == opera && $system == windows] | 115 [ $runtime == opera && $system == windows] |
| 114 # TODO(efortuna): Investigate. | 116 # TODO(efortuna): Investigate. |
| 115 async/timer_test: Fail, Pass | 117 async/timer_test: Fail, Pass |
| 116 | 118 |
| 117 [ $runtime == vm ] | 119 [ $runtime == vm ] |
| 118 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 120 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| (...skipping 29 matching lines...) Expand all Loading... |
| 148 [ $compiler == none && $runtime == drt ] | 150 [ $compiler == none && $runtime == drt ] |
| 149 async/run_zoned6_test/01: fail # Issue 12756. | 151 async/run_zoned6_test/01: fail # Issue 12756. |
| 150 async/run_zoned9_test/01: fail # Issue 12756. | 152 async/run_zoned9_test/01: fail # Issue 12756. |
| 151 | 153 |
| 152 [ $compiler == dartanalyzer ] | 154 [ $compiler == dartanalyzer ] |
| 153 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 | 155 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 |
| 154 mirrors/typedef_test/none: Fail # Issue 13093 | 156 mirrors/typedef_test/none: Fail # Issue 13093 |
| 155 | 157 |
| 156 [ $compiler == dart2analyzer ] | 158 [ $compiler == dart2analyzer ] |
| 157 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 | 159 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 |
| OLD | NEW |