| 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 math/double_pow_test: RuntimeError | 9 math/double_pow_test: RuntimeError |
| 10 math/low_test: RuntimeError | 10 math/low_test: RuntimeError |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 async/timer_not_available_test: Fail, OK | 156 async/timer_not_available_test: Fail, OK |
| 157 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 157 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 158 | 158 |
| 159 [ $compiler == none ] | 159 [ $compiler == none ] |
| 160 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9001. | 160 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9001. |
| 161 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 | 161 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 |
| 162 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c
overage on dart2js. | 162 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c
overage on dart2js. |
| 163 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 163 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 164 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. | 164 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. |
| 165 | 165 |
| 166 mirrors/generics_substitution_test: RuntimeError # Issue 13808 | |
| 167 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 | 166 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 |
| 168 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 | 167 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000 |
| 169 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 | |
| 170 | 168 |
| 171 mirrors/generic_bounded_test/none: Crash, Timeout # Issue 13952 | |
| 172 mirrors/generic_bounded_test/01: Crash, RuntimeError, Timeout # Issue 13952, 138
08 | |
| 173 mirrors/generic_bounded_test/02: Crash, Pass, Timeout # Issue 13952, 13808 | |
| 174 mirrors/generic_bounded_by_type_parameter_test/none: Crash, Timeout # Issue 1395
2 | |
| 175 mirrors/generic_bounded_by_type_parameter_test/01: Crash, RuntimeError, Timeout
# Issue 13952, 13808 | |
| 176 mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass, Timeout # Issue
13952 | |
| 177 mirrors/generic_f_bounded_test: RuntimeError # Issue 13808 | |
| 178 async/timer_isolate_test: Skip # See Issue 4997 | 169 async/timer_isolate_test: Skip # See Issue 4997 |
| 179 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 170 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
| 180 | 171 |
| 181 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] | 172 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] |
| 182 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 173 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
| 183 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 | 174 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 |
| 184 async/run_async6_test: Fail # Issue 10910 | 175 async/run_async6_test: Fail # Issue 10910 |
| 185 async/run_async4_test: Fail # Issue 13921 | 176 async/run_async4_test: Fail # Issue 13921 |
| 186 | 177 |
| 187 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) && $system ==
macos] | 178 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) && $system ==
macos] |
| (...skipping 27 matching lines...) Expand all Loading... |
| 215 [ $compiler == dart2analyzer ] | 206 [ $compiler == dart2analyzer ] |
| 216 mirrors/typedef_test/none: Fail # Issue 13093 | 207 mirrors/typedef_test/none: Fail # Issue 13093 |
| 217 mirrors/generics_test/none: Fail # Issue 13432 | 208 mirrors/generics_test/none: Fail # Issue 13432 |
| 218 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 209 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 219 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 210 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 220 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 211 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 221 | 212 |
| 222 [ $compiler == none && $runtime == dartium ] | 213 [ $compiler == none && $runtime == dartium ] |
| 223 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. | 214 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. |
| 224 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 215 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| OLD | NEW |