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

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

Issue 2185133004: Update status files now that tear off closure equality works across reloads (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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
« tests/isolate/isolate.status ('K') | « tests/isolate/isolate.status ('k') | no next file » | 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) ] 8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) ]
9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating
10 10
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 [ $arch == simdbc || $arch == simdbc64 ] 239 [ $arch == simdbc || $arch == simdbc64 ]
240 # TODO(vegorov) Encoding limitation: StoreField bytecode only supports 256 240 # TODO(vegorov) Encoding limitation: StoreField bytecode only supports 256
241 # fields in an object. 241 # fields in an object.
242 large_class_declaration_test: Skip 242 large_class_declaration_test: Skip
243 243
244 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ] 244 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
245 vm/optimized_guarded_field_isolates_test: Skip # Issue #26373 245 vm/optimized_guarded_field_isolates_test: Skip # Issue #26373
246 issue23244_test: Skip # Issue #26373 246 issue23244_test: Skip # Issue #26373
247 247
248 [ $hot_reload ] 248 [ $hot_reload ]
249 bound_closure_equality_test: Pass, Fail # Closure identity
250 static_closure_identical_test: Pass, Fail # Closure identity 249 static_closure_identical_test: Pass, Fail # Closure identity
251 cha_deopt1_test: Crash # Requires deferred libraries 250 cha_deopt1_test: Crash # Requires deferred libraries
252 cha_deopt2_test: Crash # Requires deferred libraries 251 cha_deopt2_test: Crash # Requires deferred libraries
253 cha_deopt3_test: Crash # Requires deferred libraries 252 cha_deopt3_test: Crash # Requires deferred libraries
254 deferred_call_empty_before_load_test: Crash # Requires deferred libraries 253 deferred_call_empty_before_load_test: Crash # Requires deferred libraries
255 deferred_closurize_load_library_test: Crash # Requires deferred libraries 254 deferred_closurize_load_library_test: Crash # Requires deferred libraries
256 deferred_constant_list_test: Crash # Requires deferred libraries 255 deferred_constant_list_test: Crash # Requires deferred libraries
257 deferred_constraints_constants_test: Crash # Requires deferred libraries 256 deferred_constraints_constants_test: Crash # Requires deferred libraries
258 deferred_constraints_type_annotation_test: Crash # Requires deferred libraries 257 deferred_constraints_type_annotation_test: Crash # Requires deferred libraries
259 deferred_function_type_test: Crash # Requires deferred libraries 258 deferred_function_type_test: Crash # Requires deferred libraries
(...skipping 13 matching lines...) Expand all
273 deferred_regression_22995_test: Crash # Requires deferred libraries 272 deferred_regression_22995_test: Crash # Requires deferred libraries
274 deferred_shadow_load_library_test: Crash # Requires deferred libraries 273 deferred_shadow_load_library_test: Crash # Requires deferred libraries
275 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries 274 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries
276 deferred_static_seperate_test: Crash # Requires deferred libraries 275 deferred_static_seperate_test: Crash # Requires deferred libraries
277 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries 276 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries
278 deferred_type_dependency_test: Crash # Requires deferred libraries 277 deferred_type_dependency_test: Crash # Requires deferred libraries
279 issue_1751477_test: Crash # Requires deferred libraries 278 issue_1751477_test: Crash # Requires deferred libraries
280 regress_23408_test: Crash # Requires deferred libraries 279 regress_23408_test: Crash # Requires deferred libraries
281 regress_22443_test: Crash # Requires deferred libraries 280 regress_22443_test: Crash # Requires deferred libraries
282 tearoff_basic_test: Crash # Requires deferred libraries 281 tearoff_basic_test: Crash # Requires deferred libraries
OLDNEW
« tests/isolate/isolate.status ('K') | « tests/isolate/isolate.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698