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

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

Issue 2301973002: More DDC mirrors support (Closed)
Patch Set: Created 4 years, 3 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 a8b7a44685479b817a72a49acee8008be78b44ed..4b878fabb3b28e1e731fb9c6c0e6500547896659 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -670,9 +670,6 @@ define(['dart_sdk', 'async_helper', 'unittest', 'require'],
'local_function_is_static_test': fail,
'local_isolate_test': fail,
'metadata_allowed_values_test_none_multi': fail,
- 'metadata_constructed_constant_test': fail,
- 'metadata_constructor_arguments_test_none_multi': fail,
- 'metadata_nested_constructor_call_test_none_multi': fail,
'metadata_scope_test_none_multi': fail,
'metadata_test': fail,
'method_mirror_location_test': fail,
@@ -684,7 +681,7 @@ define(['dart_sdk', 'async_helper', 'unittest', 'require'],
'mirrors_used_typedef_declaration_test_01_multi': fail,
'mirrors_used_typedef_declaration_test_none_multi': fail,
'mixin_test': fail,
- 'new_instance_optional_arguments_test': fail,
+ 'new_instance_with_type_arguments_test': fail,
'null2_test': fail,
'null_test': fail,
'other_declarations_location_test': fail,
@@ -715,7 +712,6 @@ define(['dart_sdk', 'async_helper', 'unittest', 'require'],
'set_field_with_final_test': fail,
'static_const_field_test': fail,
'superclass2_test': fail,
- 'superclass_test': fail,
'symbol_validation_test_01_multi': fail,
'symbol_validation_test_none_multi': fail,
'to_string_test': fail,

Powered by Google App Engine
This is Rietveld 408576698