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_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 | 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 |
10 | 10 |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 | 73 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 |
74 mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919 | 74 mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919 |
75 mirrors/symbol_validation_test: RuntimeError # Issue 13597 | 75 mirrors/symbol_validation_test: RuntimeError # Issue 13597 |
76 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 | 76 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 |
77 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 | 77 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 |
78 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 | 78 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 |
79 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 | 79 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 |
80 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 | 80 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 |
81 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 | 81 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 |
82 mirrors/generic_type_mirror_test/01: RuntimeError # 6490 | 82 mirrors/generic_type_mirror_test/01: RuntimeError # 6490 |
| 83 mirrors/variable_is_const_test: RuntimeError # Issue 14671 |
83 | 84 |
84 [ $runtime == safari ] | 85 [ $runtime == safari ] |
85 mirrors/return_type_test: Pass, Timeout # Issue 12858 | 86 mirrors/return_type_test: Pass, Timeout # Issue 12858 |
86 | 87 |
87 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] | 88 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] |
88 math/math_test: RuntimeError | 89 math/math_test: RuntimeError |
89 math/math2_test: RuntimeError | 90 math/math2_test: RuntimeError |
90 | 91 |
91 [ $compiler == dart2js && $jscl ] | 92 [ $compiler == dart2js && $jscl ] |
92 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772
8. | 93 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772
8. |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 mirrors/operator_test: StaticWarning, OK # API being removed. | 280 mirrors/operator_test: StaticWarning, OK # API being removed. |
280 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. | 281 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. |
281 mirrors/parameter_test/01: StaticWarning, OK # API being removed. | 282 mirrors/parameter_test/01: StaticWarning, OK # API being removed. |
282 mirrors/parameter_test/none: StaticWarning, OK # API being removed. | 283 mirrors/parameter_test/none: StaticWarning, OK # API being removed. |
283 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. | 284 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. |
284 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. | 285 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. |
285 mirrors/regress_14304_test: StaticWarning, OK # API being removed. | 286 mirrors/regress_14304_test: StaticWarning, OK # API being removed. |
286 mirrors/return_type_test: StaticWarning, OK # API being removed. | 287 mirrors/return_type_test: StaticWarning, OK # API being removed. |
287 mirrors/static_test: StaticWarning, OK # API being removed. | 288 mirrors/static_test: StaticWarning, OK # API being removed. |
288 mirrors/to_string_test: StaticWarning, OK # API being removed. | 289 mirrors/to_string_test: StaticWarning, OK # API being removed. |
OLD | NEW |