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

Unified Diff: tests/language/language.status

Issue 2412323004: Fix and dedup entries in language.status. (Closed)
Patch Set: Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index b1cedd03838ea4bfe14c77d1de505634ab82a9d0..6b43ceff493a4836f7f39390c18517698f5cac43 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -191,31 +191,7 @@ tearoff_basic_test: Fail
regress_22443_test: Fail
deferred_not_loaded_check_test: Fail
-[ $mode == product ]
-# Deferred loading happens eagerly. Issue #27587
-regress_23408_test: Fail
-deferred_inheritance_constraints_test/redirecting_constructor: Fail
-deferred_load_constants_test/02: Fail
-deferred_load_constants_test/03: Fail
-deferred_load_constants_test/05: Fail
-tearoff_basic_test: Fail
-deferred_not_loaded_check_test: Fail
-
-[ $compiler == dart2appjit ]
-# Deferred loading happens eagerly. Issue #27587
-regress_23408_test: Fail
-deferred_inheritance_constraints_test/redirecting_constructor: Fail
-deferred_load_constants_test/none: Fail
-deferred_load_constants_test/02: Fail
-deferred_load_constants_test/03: Fail
-deferred_load_constants_test/05: Fail
-tearoff_basic_test: Fail
-deferred_static_seperate_test: Fail
-deferred_constraints_type_annotation_test/new_before_load: Fail
-regress_22443_test: Fail
-deferred_not_loaded_check_test: Fail
-
-[ $compiler == dart2app ]
+[ $mode == product || $compiler == dart2appjit || $compiler == dart2app || $compiler == precompiler ]
# Deferred loading happens eagerly. Issue #27587
regress_23408_test: Fail
deferred_inheritance_constraints_test/redirecting_constructor: Fail
@@ -227,14 +203,7 @@ deferred_not_loaded_check_test: Fail
[ $compiler == precompiler ]
# Deferred loading happens eagerly. Issue #27587
-regress_23408_test: Fail
-deferred_inheritance_constraints_test/redirecting_constructor: Fail
deferred_global_test: Fail
-deferred_load_constants_test/02: Fail
-deferred_load_constants_test/03: Fail
-deferred_load_constants_test/05: Fail
-tearoff_basic_test: Fail
-deferred_not_loaded_check_test: Fail
[ $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit ]
ct_const2_test: Skip # Incompatible flag: --compile_all
« 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