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

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

Issue 2335933004: Mark new tests using deferred imports as crashing with hot reload. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 deferred_regression_22995_test: Crash # Requires deferred libraries 271 deferred_regression_22995_test: Crash # Requires deferred libraries
272 deferred_shadow_load_library_test: Crash # Requires deferred libraries 272 deferred_shadow_load_library_test: Crash # Requires deferred libraries
273 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries 273 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries
274 deferred_static_seperate_test: Crash # Requires deferred libraries 274 deferred_static_seperate_test: Crash # Requires deferred libraries
275 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries 275 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries
276 deferred_type_dependency_test: Crash # Requires deferred libraries 276 deferred_type_dependency_test: Crash # Requires deferred libraries
277 issue_1751477_test: Crash # Requires deferred libraries 277 issue_1751477_test: Crash # Requires deferred libraries
278 regress_23408_test: Crash # Requires deferred libraries 278 regress_23408_test: Crash # Requires deferred libraries
279 regress_22443_test: Crash # Requires deferred libraries 279 regress_22443_test: Crash # Requires deferred libraries
280 tearoff_basic_test: Crash # Requires deferred libraries 280 tearoff_basic_test: Crash # Requires deferred libraries
281 conditional_import_test: Crash # Requires deferred libraries
282 conditional_import_string_test: Crash # Requires deferred libraries
281 283
282 [$runtime != vm || $compiler != none] 284 [$runtime != vm || $compiler != none]
283 assert_initializer_test: SKIP # not implemented yet, experiment is VM only. 285 assert_initializer_test: SKIP # not implemented yet, experiment is VM only.
284 286
285 [$runtime == vm && $compiler == none && $unchecked] 287 [$runtime == vm && $compiler == none && $unchecked]
286 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail in unchecked mode. 288 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail in unchecked mode.
287 assert_initializer_test/none: pass 289 assert_initializer_test/none: pass
288 290
289 [$runtime == vm && $compiler == none && $checked] 291 [$runtime == vm && $compiler == none && $checked]
290 # The VM doesn't enforce that potentially const expressions are actually 292 # The VM doesn't enforce that potentially const expressions are actually
291 # const expressions when the constructor is called with `const`. 293 # const expressions when the constructor is called with `const`.
292 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. 294 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698