| 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_microtask3_test: RuntimeError # _enqueueImmediate runs after Time
r. http://dartbug.com/9002 | 9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time
r. http://dartbug.com/9002 |
| 10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler
in isolates. http://dartbug.com/9012 | 10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler
in isolates. http://dartbug.com/9012 |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 164 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 165 | 165 |
| 166 [ $compiler == none ] | 166 [ $compiler == none ] |
| 167 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http:
//dartbug.com/9001. | 167 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http:
//dartbug.com/9001. |
| 168 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 | 168 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 |
| 169 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c
overage on dart2js. | 169 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c
overage on dart2js. |
| 170 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. | 170 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. |
| 171 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 171 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 172 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. | 172 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. |
| 173 | 173 |
| 174 mirrors/basic_types_in_dart_core_test/01: RuntimeError # Issue 12141 | |
| 175 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 | 174 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 |
| 176 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000 | 175 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000 |
| 177 mirrors/immutable_collections_test: RuntimeError # Issue 14027 | 176 mirrors/immutable_collections_test: RuntimeError # Issue 14027 |
| 178 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 177 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
| 179 | 178 |
| 180 async/timer_isolate_test: Skip # See Issue 4997 | 179 async/timer_isolate_test: Skip # See Issue 4997 |
| 181 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 180 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
| 182 | 181 |
| 183 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] | 182 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] |
| 184 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 183 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 [ $compiler == dart2analyzer ] | 216 [ $compiler == dart2analyzer ] |
| 218 mirrors/typedef_test/none: Fail # Issue 13093 | 217 mirrors/typedef_test/none: Fail # Issue 13093 |
| 219 mirrors/generics_test/none: Fail # Issue 13432 | 218 mirrors/generics_test/none: Fail # Issue 13432 |
| 220 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 219 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 221 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 220 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 222 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 221 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 223 | 222 |
| 224 [ $compiler == none && $runtime == dartium ] | 223 [ $compiler == none && $runtime == dartium ] |
| 225 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 224 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 226 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 225 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| OLD | NEW |