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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 mirrors/reflected_type_test: RuntimeError # Issue 12607 | 75 mirrors/reflected_type_test: RuntimeError # Issue 12607 |
76 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 | 76 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 |
77 mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919 | 77 mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919 |
78 mirrors/symbol_validation_test: RuntimeError # Issue 13597 | 78 mirrors/symbol_validation_test: RuntimeError # Issue 13597 |
79 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 | 79 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 |
80 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 | 80 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 |
81 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 | 81 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 |
82 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 | 82 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 |
83 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 | 83 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 |
84 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 | 84 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 |
| 85 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 |
| 86 mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519 |
85 | 87 |
86 [ $runtime == safari ] | 88 [ $runtime == safari ] |
87 mirrors/return_type_test: Pass, Timeout # Issue 12858 | 89 mirrors/return_type_test: Pass, Timeout # Issue 12858 |
88 | 90 |
89 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] | 91 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] |
90 math/math_test: RuntimeError | 92 math/math_test: RuntimeError |
91 math/math2_test: RuntimeError | 93 math/math2_test: RuntimeError |
92 | 94 |
93 [ $compiler == dart2js && $jscl ] | 95 [ $compiler == dart2js && $jscl ] |
94 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772
8. | 96 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772
8. |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 mirrors/operator_test: StaticWarning, OK # API being removed. | 285 mirrors/operator_test: StaticWarning, OK # API being removed. |
284 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. | 286 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. |
285 mirrors/parameter_test/01: StaticWarning, OK # API being removed. | 287 mirrors/parameter_test/01: StaticWarning, OK # API being removed. |
286 mirrors/parameter_test/none: StaticWarning, OK # API being removed. | 288 mirrors/parameter_test/none: StaticWarning, OK # API being removed. |
287 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. | 289 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. |
288 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. | 290 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. |
289 mirrors/regress_14304_test: StaticWarning, OK # API being removed. | 291 mirrors/regress_14304_test: StaticWarning, OK # API being removed. |
290 mirrors/return_type_test: StaticWarning, OK # API being removed. | 292 mirrors/return_type_test: StaticWarning, OK # API being removed. |
291 mirrors/static_test: StaticWarning, OK # API being removed. | 293 mirrors/static_test: StaticWarning, OK # API being removed. |
292 mirrors/to_string_test: StaticWarning, OK # API being removed. | 294 mirrors/to_string_test: StaticWarning, OK # API being removed. |
OLD | NEW |