| OLD | NEW |
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 # Skip entire suite if not running in strong mode. | 5 # Skip entire suite if not running in strong mode. |
| 6 [ $strong == false ] | 6 [ $strong == false ] |
| 7 *: SkipByDesign | 7 *: SkipByDesign |
| 8 | 8 |
| 9 # Skip tests that are not yet strong-mode clean. | 9 # Skip tests that are not yet strong-mode clean. |
| 10 [ $strong ] | 10 [ $strong ] |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 mirrors/type_mirror_for_type_test: Skip | 125 mirrors/type_mirror_for_type_test: Skip |
| 126 mirrors/typearguments_mirror_test: Skip | 126 mirrors/typearguments_mirror_test: Skip |
| 127 mirrors/typedef_in_signature_test: Skip | 127 mirrors/typedef_in_signature_test: Skip |
| 128 mirrors/typedef_reflected_type_test: Skip | 128 mirrors/typedef_reflected_type_test: Skip |
| 129 mirrors/variable_is_const_test: Skip | 129 mirrors/variable_is_const_test: Skip |
| 130 typed_data/float32x4_test: Skip | 130 typed_data/float32x4_test: Skip |
| 131 typed_data/float64x2_functional_test: Skip | 131 typed_data/float64x2_functional_test: Skip |
| 132 typed_data/int32x4_test: Skip | 132 typed_data/int32x4_test: Skip |
| 133 | 133 |
| 134 [ $compiler == dart2analyzer && $strong ] | 134 [ $compiler == dart2analyzer && $strong ] |
| 135 convert/ascii_test: StaticWarning # Issue 28969 | |
| 136 convert/chunked_conversion_json_decode1_test: StaticWarning # Issue 28969 | |
| 137 convert/chunked_conversion_utf82_test: StaticWarning # Issue 28969 | |
| 138 convert/chunked_conversion_utf83_test: StaticWarning # Issue 28969 | |
| 139 convert/chunked_conversion_utf85_test: StaticWarning # Issue 28969 | |
| 140 convert/encoding_test: StaticWarning # Issue 28969 | |
| 141 convert/json_utf8_chunk_test: StaticWarning # Issue 28969 | |
| 142 convert/latin1_test: StaticWarning # Issue 28969 | |
| 143 convert/streamed_conversion_json_utf8_decode_test: StaticWarning # Issue 28969 | |
| 144 convert/streamed_conversion_json_utf8_encode_test: StaticWarning # Issue 28969 | |
| 145 convert/streamed_conversion_utf8_decode_test: StaticWarning # Issue 28969 | |
| 146 convert/streamed_conversion_utf8_encode_test: StaticWarning # Issue 28969 | |
| 147 convert/utf8_encode_test: StaticWarning # Issue 28969 | |
| 148 convert/utf8_test: StaticWarning # Issue 28969 | |
| 149 html/canvas_test: StaticWarning # Issue 28969 | |
| 150 html/canvasrenderingcontext2d_test: StaticWarning # Issue 28969 | |
| 151 html/cross_domain_iframe_test: StaticWarning # Issue 28969 | |
| 152 html/cssstyledeclaration_test: StaticWarning # Issue 28969 | |
| 153 html/custom/created_callback_test: CompileTimeError # Issue 28969 | 135 html/custom/created_callback_test: CompileTimeError # Issue 28969 |
| 154 html/custom/document_register_basic_test: CompileTimeError # Issue 28969 | 136 html/custom/document_register_basic_test: CompileTimeError # Issue 28969 |
| 155 html/custom/document_register_type_extensions_test: CompileTimeError # Issue 289
69 | 137 html/custom/document_register_type_extensions_test: CompileTimeError # Issue 289
69 |
| 156 html/custom/element_upgrade_test: CompileTimeError # Issue 28969 | 138 html/custom/element_upgrade_test: CompileTimeError # Issue 28969 |
| 157 html/debugger_test: CompileTimeError # Issue 28969 | 139 html/debugger_test: CompileTimeError # Issue 28969 |
| 158 html/element_animate_test: StaticWarning # Issue 28969 | |
| 159 html/form_data_test: StaticWarning # Issue 28969 | |
| 160 html/history_test: StaticWarning # Issue 28969 | |
| 161 html/indexeddb_2_test: StaticWarning # Issue 28969 | |
| 162 html/js_interop_1_test: StaticWarning # Issue 28969 | |
| 163 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError #
Issue 28969 | 140 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError #
Issue 28969 |
| 164 html/native_gc_test: StaticWarning # Issue 28969 | |
| 165 html/request_animation_frame_test: StaticWarning # Issue 28969 | |
| 166 html/transition_event_test: StaticWarning # Issue 28969 | |
| 167 html/url_test: StaticWarning # Issue 28969 | |
| 168 html/wheelevent_test: StaticWarning # Issue 28969 | |
| 169 html/worker_test: StaticWarning # Issue 28969 | |
| 170 html/xhr_test: StaticWarning # Issue 28969 | |
| 171 mirrors/deferred_mirrors_metadata_test: StaticWarning # Issue 28969 | 141 mirrors/deferred_mirrors_metadata_test: StaticWarning # Issue 28969 |
| OLD | NEW |