| 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/double_pow_test: RuntimeError | 6 math/double_pow_test: RuntimeError |
| 7 math/low_test: RuntimeError | 7 math/low_test: RuntimeError |
| 8 math/random_test: RuntimeError | 8 math/random_test: RuntimeError |
| 9 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 | 9 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 |
| 10 mirrors/constructor_kinds_test: RuntimeError |
| 10 mirrors/equality_test/02: RuntimeError # Issue 12333 | 11 mirrors/equality_test/02: RuntimeError # Issue 12333 |
| 11 mirrors/fake_function_test: RuntimeError # Issue 11612 | 12 mirrors/fake_function_test: RuntimeError # Issue 11612 |
| 12 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 | 13 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 |
| 13 mirrors/generics_test/01: RuntimeError # Issue 12333 | 14 mirrors/generics_test/01: RuntimeError # Issue 12333 |
| 15 mirrors/generic_function_typedef_test: RuntimeError |
| 16 mirrors/generic_mixin_applications_test: RuntimeError |
| 14 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 | 17 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 |
| 15 mirrors/invoke_test: RuntimeError # Issue 11954 | 18 mirrors/invoke_test: RuntimeError # Issue 11954 |
| 16 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 | 19 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 |
| 17 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 | 20 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 |
| 18 mirrors/invoke_private_test: CompileTimeError # Issue 12164 | 21 mirrors/invoke_private_test: CompileTimeError # Issue 12164 |
| 19 mirrors/invoke_throws_test: RuntimeError # Issue 11954 | 22 mirrors/invoke_throws_test: RuntimeError # Issue 11954 |
| 20 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. | 23 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. |
| 21 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 | 24 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 |
| 22 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 | 25 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 |
| 23 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 | 26 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 # implement timer (currently only in d8
) | 139 # implement timer (currently only in d8
) |
| 137 async/timer_isolate_test: Skip # See Issue 4997 | 140 async/timer_isolate_test: Skip # See Issue 4997 |
| 138 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 141 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 139 | 142 |
| 140 [ $runtime == vm || ($compiler == none && $runtime == drt) ] | 143 [ $runtime == vm || ($compiler == none && $runtime == drt) ] |
| 141 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9001. | 144 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9001. |
| 142 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 | 145 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 |
| 143 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c
overage on dart2js. | 146 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c
overage on dart2js. |
| 144 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 147 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 145 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. | 148 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. |
| 149 mirrors/generic_function_typedef_test: RuntimeError |
| 150 mirrors/constructor_kinds_test: RuntimeError |
| 146 | 151 |
| 147 [ $compiler == none && $runtime == drt ] | 152 [ $compiler == none && $runtime == drt ] |
| 148 async/timer_isolate_test: Skip # See Issue 4997 | 153 async/timer_isolate_test: Skip # See Issue 4997 |
| 149 async/timer_not_available_test: Skip # only meant to test when there is no way t
o | 154 async/timer_not_available_test: Skip # only meant to test when there is no way t
o |
| 150 # implement timer (currently only in d8) | 155 # implement timer (currently only in d8) |
| 151 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 156 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
| 152 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 | 157 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 |
| 153 async/run_async6_test: Fail # Issue 10910 | 158 async/run_async6_test: Fail # Issue 10910 |
| 154 | 159 |
| 155 [ $compiler == none && $runtime == drt && $system == windows ] | 160 [ $compiler == none && $runtime == drt && $system == windows ] |
| (...skipping 25 matching lines...) Expand all Loading... |
| 181 | 186 |
| 182 [ $compiler == dart2analyzer ] | 187 [ $compiler == dart2analyzer ] |
| 183 mirrors/typedef_test/none: Fail # Issue 13093 | 188 mirrors/typedef_test/none: Fail # Issue 13093 |
| 184 mirrors/generics_test/none: Fail # Issue 13432 | 189 mirrors/generics_test/none: Fail # Issue 13432 |
| 185 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 190 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 186 | 191 |
| 187 mirrors/parameter_metadata_test: Fail # Issue 13510 | 192 mirrors/parameter_metadata_test: Fail # Issue 13510 |
| 188 mirrors/method_mirror_returntype_test: Fail # Issue 13510 | 193 mirrors/method_mirror_returntype_test: Fail # Issue 13510 |
| 189 mirrors/function_type_mirror_test: Fail # Issue 13510 | 194 mirrors/function_type_mirror_test: Fail # Issue 13510 |
| 190 mirrors/typevariable_mirror_metadata_test: Fail # Issue 13510 | 195 mirrors/typevariable_mirror_metadata_test: Fail # Issue 13510 |
| OLD | NEW |