| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 | 80 |
| 81 [ $runtime == opera && $system == windows] | 81 [ $runtime == opera && $system == windows] |
| 82 # TODO(efortuna): Investigate. | 82 # TODO(efortuna): Investigate. |
| 83 async/timer_test: Fail, Pass | 83 async/timer_test: Fail, Pass |
| 84 | 84 |
| 85 [ $runtime == vm ] | 85 [ $runtime == vm ] |
| 86 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 86 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| 87 # implement timer (currently only in d8
) | 87 # implement timer (currently only in d8
) |
| 88 async/timer_isolate_test: Skip # See Issue 4997 | 88 async/timer_isolate_test: Skip # See Issue 4997 |
| 89 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 89 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 90 mirrors/null_test: Fail # Issue 12128 | |
| 91 | 90 |
| 92 [ $runtime == vm || ($compiler == none && $runtime == drt) ] | 91 [ $runtime == vm || ($compiler == none && $runtime == drt) ] |
| 93 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9001. | 92 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9001. |
| 94 mirrors/library_metadata_test: Fail # http://dartbug.com/10906 | 93 mirrors/library_metadata_test: Fail # http://dartbug.com/10906 |
| 95 mirrors/parameter_test: Fail # http://dartbug.com/11567 | 94 mirrors/parameter_test: Fail # http://dartbug.com/11567 |
| 96 mirrors/operator_test: Fail # http://dartbug.com/11944 | 95 mirrors/operator_test: Fail # http://dartbug.com/11944 |
| 97 mirrors/local_isolate_test: Fail # http://dartbug.com/12026 | 96 mirrors/local_isolate_test: Fail # http://dartbug.com/12026 |
| 97 mirrors/null_test: Fail # Issue 12128 |
| 98 | 98 |
| 99 [ $compiler == none && $runtime == drt ] | 99 [ $compiler == none && $runtime == drt ] |
| 100 async/timer_isolate_test: Skip # See Issue 4997 | 100 async/timer_isolate_test: Skip # See Issue 4997 |
| 101 async/timer_not_available_test: Skip # only meant to test when there is no way t
o | 101 async/timer_not_available_test: Skip # only meant to test when there is no way t
o |
| 102 # implement timer (currently only in d8) | 102 # implement timer (currently only in d8) |
| 103 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 103 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
| 104 async/run_async6_test: Fail # Issue 10910 | 104 async/run_async6_test: Fail # Issue 10910 |
| 105 | 105 |
| 106 [ $compiler == none && $runtime == drt && $system == windows ] | 106 [ $compiler == none && $runtime == drt && $system == windows ] |
| 107 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 107 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 108 async/timer_test: Fail, Pass # See Issue 10982 | 108 async/timer_test: Fail, Pass # See Issue 10982 |
| 109 | 109 |
| 110 [ $arch == mips ] | 110 [ $arch == mips ] |
| 111 *: Skip | 111 *: Skip |
| 112 | 112 |
| 113 [ $arch == simmips ] | 113 [ $arch == simmips ] |
| 114 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. | 114 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. |
| 115 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow | 115 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow |
| OLD | NEW |