mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
Updated language.status to address failure of regress_27201_test caused by lack of deferred loading support.
BUG= R=zra@google.com Review URL: https://codereview.chromium.org/2542453002 .
This commit is contained in:
parent
6fd063ede5
commit
061cbb170e
1 changed files with 3 additions and 0 deletions
|
@ -199,6 +199,7 @@ deferred_load_constants_test/05: Fail
|
|||
tearoff_basic_test: Fail
|
||||
regress_22443_test: Fail
|
||||
deferred_not_loaded_check_test: Fail
|
||||
regress_27201_test: Fail
|
||||
|
||||
[ $mode == product || $compiler == dart2appjit || $compiler == dart2app || $compiler == precompiler ]
|
||||
# Deferred loading happens eagerly. Issue #27587
|
||||
|
@ -209,10 +210,12 @@ deferred_load_constants_test/03: Fail
|
|||
deferred_load_constants_test/05: Fail
|
||||
tearoff_basic_test: Fail
|
||||
deferred_not_loaded_check_test: Fail
|
||||
regress_27201_test: Fail
|
||||
|
||||
[ $compiler == precompiler ]
|
||||
# Deferred loading happens eagerly. Issue #27587
|
||||
deferred_global_test: Fail
|
||||
regress_27201_test: Fail
|
||||
|
||||
[ $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit ]
|
||||
ct_const2_test: Skip # Incompatible flag: --compile_all
|
||||
|
|
Loading…
Reference in a new issue