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

Unified Diff: pkg/dev_compiler/test/browser/language_tests.js

Issue 2954523002: fix #27259, implement covariance checking for strong mode and DDC (Closed)
Patch Set: merged and fix an analysis error Created 3 years, 5 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
Index: pkg/dev_compiler/test/browser/language_tests.js
diff --git a/pkg/dev_compiler/test/browser/language_tests.js b/pkg/dev_compiler/test/browser/language_tests.js
index 534e9e4d60f00dafc550be71dbe9527dcf99f5e1..65acf0ef61f548167053e5dd7865d140d38b5b60 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -103,10 +103,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'const_switch_test_02_multi': fail,
'const_switch_test_04_multi': fail,
'constructor12_test': fail,
- 'covariant_subtyping_tearoff2_test': fail,
- 'covariant_subtyping_tearoff3_test': fail,
- 'covariant_subtyping_unsafe_call2_test': fail,
- 'covariant_subtyping_unsafe_call3_test': fail,
'custom_await_stack_trace_test': fail,
'cyclic_type2_test': fail,
'cyclic_type_test_00_multi': fail,
« no previous file with comments | « pkg/dev_compiler/lib/src/compiler/type_utilities.dart ('k') | pkg/dev_compiler/test/codegen_expected/closure.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698