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 [ $csp ] | 5 [ $csp ] |
6 mirrors/delegate_test: RuntimeError # Issue 13864 | 6 mirrors/delegate_test: RuntimeError # Issue 13864 |
7 | 7 |
8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time
r. http://dartbug.com/9002 | 9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time
r. http://dartbug.com/9002 |
10 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 | 10 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 |
11 | 11 |
12 math/double_pow_test: RuntimeError | 12 math/double_pow_test: RuntimeError |
13 math/low_test: RuntimeError | 13 math/low_test: RuntimeError |
14 math/random_test: RuntimeError | 14 math/random_test: RuntimeError |
15 | 15 |
16 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025 | 16 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025 |
17 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 | 17 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 |
18 mirrors/closures_test/none: RuntimeError # Issue 6490 | 18 mirrors/closures_test/none: RuntimeError # Issue 6490 |
19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 | |
20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 | 19 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 |
21 mirrors/equality_test/02: RuntimeError # Issue 12333 | 20 mirrors/equality_test/02: RuntimeError # Issue 12333 |
22 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 | 21 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 |
23 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 | 22 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 |
| 23 mirrors/find_in_context_test: Fail # Issue 6490 |
| 24 mirrors/find_in_context_private_test: Fail # Issue 6490 |
24 mirrors/find_in_context_fake_function_test: Fail # Issue 6490 | 25 mirrors/find_in_context_fake_function_test: Fail # Issue 6490 |
25 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 | 26 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 |
26 mirrors/generics_test/01: RuntimeError # Issue 12087 | 27 mirrors/generics_test/01: RuntimeError # Issue 12087 |
27 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087 | 28 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087 |
28 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087 | 29 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087 |
29 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087 | 30 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087 |
30 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087 | 31 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087 |
31 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 12087 | 32 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 12087 |
32 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 | 33 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 |
33 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 | 34 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 mirrors/operator_test: StaticWarning, OK # API being removed. | 298 mirrors/operator_test: StaticWarning, OK # API being removed. |
298 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. | 299 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. |
299 mirrors/parameter_test/01: StaticWarning, OK # API being removed. | 300 mirrors/parameter_test/01: StaticWarning, OK # API being removed. |
300 mirrors/parameter_test/none: StaticWarning, OK # API being removed. | 301 mirrors/parameter_test/none: StaticWarning, OK # API being removed. |
301 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. | 302 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. |
302 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. | 303 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. |
303 mirrors/regress_14304_test: StaticWarning, OK # API being removed. | 304 mirrors/regress_14304_test: StaticWarning, OK # API being removed. |
304 mirrors/return_type_test: StaticWarning, OK # API being removed. | 305 mirrors/return_type_test: StaticWarning, OK # API being removed. |
305 mirrors/static_test: StaticWarning, OK # API being removed. | 306 mirrors/static_test: StaticWarning, OK # API being removed. |
306 mirrors/to_string_test: StaticWarning, OK # API being removed. | 307 mirrors/to_string_test: StaticWarning, OK # API being removed. |
OLD | NEW |