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

Side by Side Diff: pkg/pkg.status

Issue 1247333003: dart2js cps: Support 'on T' clauses without a 'catch'. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 146
147 [ $compiler == dart2js && $runtime == chrome && $system == macos ] 147 [ $compiler == dart2js && $runtime == chrome && $system == macos ]
148 third_party/di_tests/di_test: Pass, Slow # Issue 22896 148 third_party/di_tests/di_test: Pass, Slow # Issue 22896
149 149
150 [ $use_repository_packages ] 150 [ $use_repository_packages ]
151 analyzer/test/*: PubGetError 151 analyzer/test/*: PubGetError
152 152
153 [ $compiler == dart2js && $cps_ir ] 153 [ $compiler == dart2js && $cps_ir ]
154 analyzer/test/cancelable_future_test: Crash # The null object does not have a ge tter '_element'. 154 analyzer/test/cancelable_future_test: Crash # The null object does not have a ge tter '_element'.
155 analyzer/test/enum_test: Crash # The null object does not have a getter '_elemen t'. 155 analyzer/test/enum_test: Crash # The null object does not have a getter '_elemen t'.
156 analyzer/test/file_system/memory_file_system_test: Crash # The null object does not have a getter '_element'.
157 analyzer/test/file_system/physical_resource_provider_test: Crash # The null obje ct does not have a getter '_element'.
158 analyzer/test/file_system/resource_uri_resolver_test: Crash # The null object do es not have a getter '_element'.
159 analyzer/test/generated/all_the_rest_test: Crash # The null object does not have a getter '_element'. 156 analyzer/test/generated/all_the_rest_test: Crash # The null object does not have a getter '_element'.
160 analyzer/test/generated/ast_test: Crash # The null object does not have a getter '_element'.
161 analyzer/test/generated/compile_time_error_code_test: Crash # The null object do es not have a getter '_element'. 157 analyzer/test/generated/compile_time_error_code_test: Crash # The null object do es not have a getter '_element'.
162 analyzer/test/generated/element_test: Crash # The null object does not have a ge tter '_element'. 158 analyzer/test/generated/element_test: Crash # The null object does not have a ge tter '_element'.
163 analyzer/test/generated/incremental_resolver_test: Crash # The null object does not have a getter '_element'. 159 analyzer/test/generated/incremental_resolver_test: Crash # The null object does not have a getter '_element'.
164 analyzer/test/generated/incremental_scanner_test: Crash # The null object does n ot have a getter '_element'.
165 analyzer/test/generated/non_error_resolver_test: Crash # The null object does no t have a getter '_element'.
166 analyzer/test/generated/parser_test: Crash # The null object does not have a get ter '_element'. 160 analyzer/test/generated/parser_test: Crash # The null object does not have a get ter '_element'.
167 analyzer/test/generated/resolver_test: Crash # The null object does not have a g etter '_element'.
168 analyzer/test/generated/scanner_test: Crash # The null object does not have a ge tter '_element'.
169 analyzer/test/generated/source_factory_test: Crash # The null object does not ha ve a getter '_element'.
170 analyzer/test/generated/static_type_warning_code_test: Crash # The null object d oes not have a getter '_element'. 161 analyzer/test/generated/static_type_warning_code_test: Crash # The null object d oes not have a getter '_element'.
171 analyzer/test/generated/static_warning_code_test: Crash # The null object does n ot have a getter '_element'.
172 analyzer/test/generated/type_system_test: Crash # The null object does not have a getter '_element'.
173 analyzer/test/generated/utilities_test: Crash # The null object does not have a getter '_element'. 162 analyzer/test/generated/utilities_test: Crash # The null object does not have a getter '_element'.
174 analyzer/test/instrumentation/instrumentation_test: Crash # The null object does not have a getter '_element'.
175 analyzer/test/parse_compilation_unit_test: Crash # The null object does not have a getter '_element'.
176 analyzer/test/source/analysis_options_provider_test: Crash # The null object doe s not have a getter '_element'.
177 analyzer/test/source/package_map_provider_test: Crash # The null object does not have a getter '_element'.
178 analyzer/test/source/package_map_resolver_test: Crash # The null object does not have a getter '_element'.
179 analyzer/test/source/sdk_ext_test: Crash # The null object does not have a gette r '_element'.
180 analyzer/test/src/context/cache_test: Crash # The null object does not have a ge tter '_element'.
181 analyzer/test/src/context/context_test: Crash # The null object does not have a getter '_element'. 163 analyzer/test/src/context/context_test: Crash # The null object does not have a getter '_element'.
182 analyzer/test/src/task/dart_test: Crash # The null object does not have a getter '_element'. 164 analyzer/test/src/task/dart_test: Crash # The null object does not have a getter '_element'.
183 analyzer/test/src/task/dart_work_manager_test: Crash # The null object does not have a getter '_element'.
184 analyzer/test/src/task/driver_test: Crash # The null object does not have a gett er '_element'. 165 analyzer/test/src/task/driver_test: Crash # The null object does not have a gett er '_element'.
185 analyzer/test/src/task/general_test: Crash # The null object does not have a get ter '_element'.
186 analyzer/test/src/task/html_test: Crash # The null object does not have a getter '_element'.
187 analyzer/test/src/task/html_work_manager_test: Crash # The null object does not have a getter '_element'.
188 analyzer/test/src/task/incremental_element_builder_test: Crash # The null object does not have a getter '_element'.
189 analyzer/test/src/task/inputs_test: Crash # The null object does not have a gett er '_element'.
190 analyzer/test/src/task/manager_test: Crash # The null object does not have a get ter '_element'.
191 analyzer/test/src/task/model_test: Crash # The null object does not have a gette r '_element'.
192 analyzer/test/src/util/asserts_test: Crash # The null object does not have a get ter '_element'.
193 analyzer/test/src/util/lru_map_test: Crash # The null object does not have a get ter '_element'.
194 typed_data/test/typed_buffers_test/none: RuntimeError # Please triage this failu re. 166 typed_data/test/typed_buffers_test/none: RuntimeError # Please triage this failu re.
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698