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

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

Issue 2859703003: fix #29544, mixins to a class with named constructors (Closed)
Patch Set: fix to use safeGetOwnProperty Created 3 years, 7 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 9b2b574cc3fb9d043670050991abc432522f44c4..132cf58f00e6c0c596c6c7698fb12e935d641f5f 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -191,12 +191,8 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'memory_swap_test': skip_timeout,
'method_invocation_test': fail,
'mint_arithmetic_test': fail,
- '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,
« no previous file with comments | « pkg/dev_compiler/lib/sdk/ddc_sdk.sum ('k') | pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/classes.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698