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

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

Issue 2542453002: Updated language.status to address failure of regress_27201_test caused by lack of deferred loading… (Closed)
Patch Set: Updated language.status to expect failures on vm-reload and analyzer builds. Created 4 years 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 generic_methods_type_expression_test: RuntimeError # Issue 25869 10 generic_methods_type_expression_test: RuntimeError # Issue 25869
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 issue_1751477_test: Crash # Requires deferred libraries 296 issue_1751477_test: Crash # Requires deferred libraries
297 regress_23408_test: Crash # Requires deferred libraries 297 regress_23408_test: Crash # Requires deferred libraries
298 regress_22443_test: Crash # Requires deferred libraries 298 regress_22443_test: Crash # Requires deferred libraries
299 tearoff_basic_test: Crash # Requires deferred libraries 299 tearoff_basic_test: Crash # Requires deferred libraries
300 conditional_import_test: Crash # Requires deferred libraries 300 conditional_import_test: Crash # Requires deferred libraries
301 conditional_import_string_test: Crash # Requires deferred libraries 301 conditional_import_string_test: Crash # Requires deferred libraries
302 override_field_method1_negative_test: Pass, Crash # Issue 27835 302 override_field_method1_negative_test: Pass, Crash # Issue 27835
303 override_field_method2_negative_test: Pass, Crash # Issue 27835 303 override_field_method2_negative_test: Pass, Crash # Issue 27835
304 override_field_method4_negative_test: Pass, Crash # Issue 27835 304 override_field_method4_negative_test: Pass, Crash # Issue 27835
305 override_field_method5_negative_test: Pass, Crash # Issue 27835 305 override_field_method5_negative_test: Pass, Crash # Issue 27835
306 vm/regress_27201_test: Fail, Crash # Requires deferred libraries
306 307
307 [$runtime != vm || $compiler != none] 308 [$runtime != vm || $compiler != none]
308 assert_initializer_test: SKIP # not implemented yet, experiment is VM only. 309 assert_initializer_test: SKIP # not implemented yet, experiment is VM only.
309 310
310 [$runtime == vm && $compiler == none && $unchecked] 311 [$runtime == vm && $compiler == none && $unchecked]
311 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail in unchecked mode. 312 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail in unchecked mode.
312 assert_initializer_test/none: pass 313 assert_initializer_test/none: pass
313 314
314 [$runtime == vm && $compiler == none && $checked] 315 [$runtime == vm && $compiler == none && $checked]
315 # The VM doesn't enforce that potentially const expressions are actually 316 # The VM doesn't enforce that potentially const expressions are actually
316 # const expressions when the constructor is called with `const`. 317 # const expressions when the constructor is called with `const`.
317 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. 318 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
318 319
319 [$runtime == vm && $compiler == none] 320 [$runtime == vm && $compiler == none]
320 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 321 duplicate_part_test/01: MissingCompileTimeError # Issue 27516
322
323 [ $compiler == dart2analyzer ]
324 vm/regress_27201_test: SkipByDesign # Test tries to load bad library, so will al ways crash.
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