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

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

Issue 2861783002: fix more mixin tests to work in strong mode (Closed)
Patch Set: Created 3 years, 8 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 | pkg/dev_compiler/test/not_yet_strong_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f45670c95a7ef6908193c27c8ccbbf144eb72002..9b2b574cc3fb9d043670050991abc432522f44c4 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -194,6 +194,10 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'mixin_forwarding_constructor3_test': fail,
'mixin_implements_test': fail,
'mixin_regress_13688_test': fail,
+ 'mixin_super_constructor_test': fail, // https://github.com/dart-lang/sdk/issues/28059
+ 'mixin_super_constructor2_test': fail, // Issue 28059
+ 'mixin_super_constructor_named_test_none_multi': fail, // Issue 28059
+ 'mixin_super_constructor_positionals_test_none_multi': fail, // Issue 28059
'modulo_test': fail,
'named_parameter_clash_test': fail,
'named_parameters_passing_falsy_test': is.firefox('<=50') ? fail : pass,
« no previous file with comments | « no previous file | pkg/dev_compiler/test/not_yet_strong_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698