Chromium Code Reviews| 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 28 matching lines...) Expand all Loading... | |
| 39 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012 | 39 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012 |
| 40 async/run_async6_test: Fail # global error handling is not supported. http://dar tbug.com/5958 | 40 async/run_async6_test: Fail # global error handling is not supported. http://dar tbug.com/5958 |
| 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/closures_test/none: Fail # Issue 6490 | 44 mirrors/closures_test/none: Fail # Issue 6490 |
| 45 | 45 |
| 46 [ $runtime == safari ] | 46 [ $runtime == safari ] |
| 47 mirrors/return_type_test: Pass, Timeout # Issue 12858 | 47 mirrors/return_type_test: Pass, Timeout # Issue 12858 |
| 48 | 48 |
| 49 [ $csp ] | |
| 50 mirrors/*: Skip # Issue 6490 | |
|
kasperl
2013/09/20 13:04:47
Very nice.
| |
| 51 | |
| 52 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] | 49 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] |
| 53 math/math_test: Fail | 50 math/math_test: Fail |
| 54 math/math2_test: Fail | 51 math/math2_test: Fail |
| 55 | 52 |
| 56 [ $compiler == dart2js && $jscl ] | 53 [ $compiler == dart2js && $jscl ] |
| 57 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. | 54 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 58 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8. | 55 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8. |
| 59 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8. | 56 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8. |
| 60 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 . | 57 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 . |
| 61 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728. | 58 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728. |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 155 [ $compiler == none && $runtime == drt ] | 152 [ $compiler == none && $runtime == drt ] |
| 156 async/run_zoned6_test/01: fail # Issue 12756. | 153 async/run_zoned6_test/01: fail # Issue 12756. |
| 157 async/run_zoned9_test/01: fail # Issue 12756. | 154 async/run_zoned9_test/01: fail # Issue 12756. |
| 158 | 155 |
| 159 [ $compiler == dartanalyzer ] | 156 [ $compiler == dartanalyzer ] |
| 160 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 | 157 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 |
| 161 mirrors/typedef_test/none: Fail # Issue 13093 | 158 mirrors/typedef_test/none: Fail # Issue 13093 |
| 162 | 159 |
| 163 [ $compiler == dart2analyzer ] | 160 [ $compiler == dart2analyzer ] |
| 164 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 | 161 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 |
| OLD | NEW |