| 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 [ $csp ] | 5 [ $csp ] |
| 6 mirrors/delegate_test: RuntimeError # Issue 13864 | 6 mirrors/delegate_test: RuntimeError # Issue 13864 |
| 7 | 7 |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 | 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 |
| 10 | 10 |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 async/schedule_microtask6_test: Fail # Issue 10957 - may be related
to issue 10910 | 135 async/schedule_microtask6_test: Fail # Issue 10957 - may be related
to issue 10910 |
| 136 | 136 |
| 137 [ $compiler == dart2dart && $minified ] | 137 [ $compiler == dart2dart && $minified ] |
| 138 json/json_test: Fail # Issue 10961 | 138 json/json_test: Fail # Issue 10961 |
| 139 | 139 |
| 140 [ $compiler == dart2js && $minified ] | 140 [ $compiler == dart2js && $minified ] |
| 141 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 | 141 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 |
| 142 | 142 |
| 143 [ $runtime == ff ] | 143 [ $runtime == ff ] |
| 144 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 144 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 145 async/multiple_timer_test: Pass, Fail | 145 async/multiple_timer_test: Pass, Fail # Issue 14734 |
| 146 async/timer_isolate_test: Pass, Fail | 146 async/timer_isolate_test: Pass, Fail # Issue 14734 |
| 147 async/timer_test: Pass, Fail | 147 async/timer_test: Pass, Fail # Issue 14734 |
| 148 convert/chunked_conversion_utf88_test: Pass, Timeout # Issue 12029 | 148 convert/chunked_conversion_utf88_test: Pass, Timeout # Issue 12029 |
| 149 convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 12029 | 149 convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 12029 |
| 150 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 | 150 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 |
| 151 | 151 |
| 152 [ $runtime == ie9 ] | 152 [ $runtime == ie9 ] |
| 153 # IE9 doesn't support typed arrays. | 153 # IE9 doesn't support typed arrays. |
| 154 typed_data/*: Fail # Issue 11971 | 154 typed_data/*: Fail # Issue 11971 |
| 155 convert/chunked_conversion_utf88_test: Pass, Slow, Timeout # Issue 12029 | 155 convert/chunked_conversion_utf88_test: Pass, Slow, Timeout # Issue 12029 |
| 156 convert/streamed_conversion_json_utf8_decode_test: Pass, Timeout # Issue 12029 | 156 convert/streamed_conversion_json_utf8_decode_test: Pass, Timeout # Issue 12029 |
| 157 async/deferred/deferred_api_test: Pass, Timeout # http://dartbug.com/12635 | 157 async/deferred/deferred_api_test: Pass, Timeout # http://dartbug.com/12635 |
| 158 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # http://dartbug.com
/12768 | 158 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # http://dartbug.com
/12768 |
| 159 convert/utf85_test: Skip # Issue 12029. | 159 convert/utf85_test: Skip # Issue 12029. |
| 160 async/timer_isolate_test: Pass, Fail # Issue 14734 |
| 160 | 161 |
| 161 [ $compiler == dart2js ] | 162 [ $compiler == dart2js ] |
| 162 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 | 163 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 |
| 163 | 164 |
| 164 [ $runtime == opera ] | 165 [ $runtime == opera ] |
| 165 async/multiple_timer_test: Pass, Fail | 166 async/multiple_timer_test: Pass, Fail # Probably issue 14734 |
| 166 | 167 |
| 167 [ $runtime == opera && $system == windows] | 168 [ $runtime == opera && $system == windows] |
| 168 # TODO(efortuna): Investigate. | 169 # TODO(efortuna): Investigate. |
| 169 async/timer_test: Fail, Pass | 170 async/timer_test: Fail, Pass |
| 170 | 171 |
| 171 [ $runtime == vm ] | 172 [ $runtime == vm ] |
| 172 async/timer_not_available_test: Fail, OK | 173 async/timer_not_available_test: Fail, OK |
| 173 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 174 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 174 | 175 |
| 175 [ $compiler == none ] | 176 [ $compiler == none ] |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 mirrors/operator_test: StaticWarning, OK # API being removed. | 280 mirrors/operator_test: StaticWarning, OK # API being removed. |
| 280 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. | 281 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. |
| 281 mirrors/parameter_test/01: StaticWarning, OK # API being removed. | 282 mirrors/parameter_test/01: StaticWarning, OK # API being removed. |
| 282 mirrors/parameter_test/none: StaticWarning, OK # API being removed. | 283 mirrors/parameter_test/none: StaticWarning, OK # API being removed. |
| 283 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. | 284 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. |
| 284 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. | 285 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. |
| 285 mirrors/regress_14304_test: StaticWarning, OK # API being removed. | 286 mirrors/regress_14304_test: StaticWarning, OK # API being removed. |
| 286 mirrors/return_type_test: StaticWarning, OK # API being removed. | 287 mirrors/return_type_test: StaticWarning, OK # API being removed. |
| 287 mirrors/static_test: StaticWarning, OK # API being removed. | 288 mirrors/static_test: StaticWarning, OK # API being removed. |
| 288 mirrors/to_string_test: StaticWarning, OK # API being removed. | 289 mirrors/to_string_test: StaticWarning, OK # API being removed. |
| OLD | NEW |