| 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 ] | 5 [ $compiler == dart2js ] |
| 6 math/*: Skip | 6 math/*: Skip |
| 7 mirrors/class_mirror_type_variables_test: Fail # Issue 12087 | 7 mirrors/class_mirror_type_variables_test: Fail # Issue 12087 |
| 8 mirrors/invoke_private_test: Fail # Issue 12164 | 8 mirrors/invoke_private_test: Fail # Issue 12164 |
| 9 mirrors/function_type_mirror_test: Fail # Issue 12166 | 9 mirrors/function_type_mirror_test: Fail # Issue 12166 |
| 10 mirrors/method_mirror_name_test: Fail # Issue 6335 | 10 mirrors/method_mirror_name_test: Fail # Issue 6335 |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 mirrors/library_metadata_test: Fail # http://dartbug.com/10906 | 93 mirrors/library_metadata_test: Fail # http://dartbug.com/10906 |
| 94 mirrors/parameter_test: Fail # http://dartbug.com/11567 | 94 mirrors/parameter_test: Fail # http://dartbug.com/11567 |
| 95 mirrors/operator_test: Fail # http://dartbug.com/11944 | 95 mirrors/operator_test: Fail # http://dartbug.com/11944 |
| 96 mirrors/null_test: Fail # Issue 12128 | 96 mirrors/null_test: Fail # Issue 12128 |
| 97 | 97 |
| 98 [ $compiler == none && $runtime == drt ] | 98 [ $compiler == none && $runtime == drt ] |
| 99 async/timer_isolate_test: Skip # See Issue 4997 | 99 async/timer_isolate_test: Skip # See Issue 4997 |
| 100 async/timer_not_available_test: Skip # only meant to test when there is no way t
o | 100 async/timer_not_available_test: Skip # only meant to test when there is no way t
o |
| 101 # implement timer (currently only in d8) | 101 # implement timer (currently only in d8) |
| 102 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 102 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
| 103 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 |
| 103 async/run_async6_test: Fail # Issue 10910 | 104 async/run_async6_test: Fail # Issue 10910 |
| 104 | 105 |
| 105 [ $compiler == none && $runtime == drt && $system == windows ] | 106 [ $compiler == none && $runtime == drt && $system == windows ] |
| 106 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 107 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 107 async/timer_test: Fail, Pass # See Issue 10982 | 108 async/timer_test: Fail, Pass # See Issue 10982 |
| 108 | 109 |
| 109 [ $arch == mips ] | 110 [ $arch == mips ] |
| 110 *: Skip | 111 *: Skip |
| 111 | 112 |
| 112 [ $arch == simmips ] | 113 [ $arch == simmips ] |
| 113 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. | 114 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. |
| 114 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow | 115 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow |
| OLD | NEW |