| 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/invoke_test: Fail # Issue 11954 | 7 mirrors/invoke_test: Fail # Issue 11954 |
| 8 mirrors/class_mirror_type_variables_test: Fail # Issue 12087 | 8 mirrors/class_mirror_type_variables_test: Fail # Issue 12087 |
| 9 mirrors/invoke_private_test: Fail # Issue 12164 | 9 mirrors/invoke_private_test: Fail # Issue 12164 |
| 10 mirrors/function_type_mirror_test: Fail # Issue 12166 | 10 mirrors/function_type_mirror_test: Fail # Issue 12166 |
| 11 mirrors/fake_function_test: Fail #11612 |
| 11 mirrors/method_mirror_name_test: Fail # Issue 6335 | 12 mirrors/method_mirror_name_test: Fail # Issue 6335 |
| 12 mirrors/method_mirror_properties_test: Fail # Issue 11861 | 13 mirrors/method_mirror_properties_test: Fail # Issue 11861 |
| 13 mirrors/method_mirror_returntype_test : Fail # Issue 11928 | 14 mirrors/method_mirror_returntype_test : Fail # Issue 11928 |
| 14 mirrors/mixin_members_test : Fail # Issue 11863 | 15 mirrors/mixin_members_test : Fail # Issue 11863 |
| 15 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. | 16 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. |
| 16 mirrors/null_test : Fail # Issue 12129 | 17 mirrors/null_test : Fail # Issue 12129 |
| 17 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. | 18 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. |
| 18 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 | 19 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 |
| 19 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 | 20 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 |
| 20 async/run_async6_test: Fail # global error handling is not supported. http://dar
tbug.com/5958 | 21 async/run_async6_test: Fail # global error handling is not supported. http://dar
tbug.com/5958 |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 [ $compiler == none && $runtime == drt && $system == windows ] | 108 [ $compiler == none && $runtime == drt && $system == windows ] |
| 108 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 109 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 109 async/timer_test: Fail, Pass # See Issue 10982 | 110 async/timer_test: Fail, Pass # See Issue 10982 |
| 110 | 111 |
| 111 [ $arch == mips ] | 112 [ $arch == mips ] |
| 112 *: Skip | 113 *: Skip |
| 113 | 114 |
| 114 [ $arch == simmips ] | 115 [ $arch == simmips ] |
| 115 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. | 116 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. |
| 116 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow | 117 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow |
| OLD | NEW |