Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: tests/lib_strong/lib_strong.status

Issue 2779843004: Fix top-level inference errors for most of the newly failing tests. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 mirrors/type_mirror_for_type_test: Skip 126 mirrors/type_mirror_for_type_test: Skip
127 mirrors/typearguments_mirror_test: Skip 127 mirrors/typearguments_mirror_test: Skip
128 mirrors/typedef_in_signature_test: Skip 128 mirrors/typedef_in_signature_test: Skip
129 mirrors/typedef_reflected_type_test: Skip 129 mirrors/typedef_reflected_type_test: Skip
130 mirrors/variable_is_const_test: Skip 130 mirrors/variable_is_const_test: Skip
131 typed_data/float32x4_test: Skip 131 typed_data/float32x4_test: Skip
132 typed_data/float64x2_functional_test: Skip 132 typed_data/float64x2_functional_test: Skip
133 typed_data/int32x4_test: Skip 133 typed_data/int32x4_test: Skip
134 134
135 [ $compiler == dart2analyzer && $strong ] 135 [ $compiler == dart2analyzer && $strong ]
136 convert/streamed_conversion_json_utf8_decode_test: CompileTimeError
137 convert/streamed_conversion_json_utf8_encode_test: CompileTimeError
138 html/custom/created_callback_test: CompileTimeError # Issue 28969 136 html/custom/created_callback_test: CompileTimeError # Issue 28969
139 html/custom/document_register_basic_test: CompileTimeError # Issue 28969 137 html/custom/document_register_basic_test: CompileTimeError # Issue 28969
140 html/custom/document_register_type_extensions_test: CompileTimeError # Issue 289 69 138 html/custom/document_register_type_extensions_test: CompileTimeError # Issue 289 69
141 html/custom/element_upgrade_test: CompileTimeError # Issue 28969 139 html/custom/element_upgrade_test: CompileTimeError # Issue 28969
142 html/debugger_test: CompileTimeError # Issue 28969 140 html/debugger_test: CompileTimeError # Issue 28969
143 html/input_element_test: CompileTimeError 141 html/input_element_test: CompileTimeError
144 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue 28969 142 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue 28969
145 mirrors/deferred_mirrors_metadata_test: StaticWarning # Issue 28969 143 mirrors/deferred_mirrors_metadata_test: StaticWarning # Issue 28969
146 mirrors/invocation_fuzz_test/emptyarray: CompileTimeError
147 mirrors/invocation_fuzz_test/false: CompileTimeError
148 mirrors/invocation_fuzz_test/none: CompileTimeError
149 mirrors/invocation_fuzz_test/smi: CompileTimeError
150 mirrors/invocation_fuzz_test/string: CompileTimeError
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698