| 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 30 matching lines...) Expand all Loading... |
| 41 async/stream_controller_async_test: Fail, Pass # http://dartbug.com/11953 | 41 async/stream_controller_async_test: Fail, Pass # http://dartbug.com/11953 |
| 42 mirrors/typedef_test/none: Fail # http://dartbug.com/6490 | 42 mirrors/typedef_test/none: Fail # http://dartbug.com/6490 |
| 43 mirrors/typedef_test/02: Fail, OK # Incorrect VM behavior. | 43 mirrors/typedef_test/02: Fail, OK # Incorrect VM behavior. |
| 44 mirrors/redirecting_factory_test/none: Fail # Issue 6490 | 44 mirrors/redirecting_factory_test/none: Fail # Issue 6490 |
| 45 mirrors/redirecting_factory_test/02: Fail # Issue 6490 | 45 mirrors/redirecting_factory_test/02: Fail # Issue 6490 |
| 46 mirrors/closures_test/none: Fail # Issue 6490 | 46 mirrors/closures_test/none: Fail # Issue 6490 |
| 47 | 47 |
| 48 [ $runtime == safari ] | 48 [ $runtime == safari ] |
| 49 mirrors/return_type_test: Pass, Timeout # Issue 12858 | 49 mirrors/return_type_test: Pass, Timeout # Issue 12858 |
| 50 | 50 |
| 51 [ $csp ] | |
| 52 mirrors/*: Skip # Issue 6490 | |
| 53 | |
| 54 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] | 51 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] |
| 55 math/math_test: Fail | 52 math/math_test: Fail |
| 56 math/math2_test: Fail | 53 math/math2_test: Fail |
| 57 | 54 |
| 58 [ $compiler == dart2js && $jscl ] | 55 [ $compiler == dart2js && $jscl ] |
| 59 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. | 56 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 60 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772
8. | 57 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772
8. |
| 61 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772
8. | 58 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772
8. |
| 62 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728
. | 59 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728
. |
| 63 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c
om/7728. | 60 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c
om/7728. |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 async/run_zoned9_test/01: fail # Issue 12756. | 159 async/run_zoned9_test/01: fail # Issue 12756. |
| 163 | 160 |
| 164 [ $compiler == dartanalyzer ] | 161 [ $compiler == dartanalyzer ] |
| 165 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 | 162 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 |
| 166 mirrors/typedef_test/none: Fail # Issue 13093 | 163 mirrors/typedef_test/none: Fail # Issue 13093 |
| 167 mirrors/generics_test/none: Fail # Issue 13432 | 164 mirrors/generics_test/none: Fail # Issue 13432 |
| 168 | 165 |
| 169 [ $compiler == dart2analyzer ] | 166 [ $compiler == dart2analyzer ] |
| 170 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 | 167 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 |
| 171 | 168 |
| OLD | NEW |