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

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

Issue 2301973002: More DDC mirrors support (Closed)
Patch Set: Format fixes per comments 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 89c85e1c2757b31f9e18829d1fb83a913fbf203c..804fecf56eeec8dc65c9930c17def7eb048bcfd6 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -671,9 +671,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,
@@ -685,7 +682,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,
@@ -716,7 +713,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,
« no previous file with comments | « pkg/dev_compiler/lib/src/compiler/code_generator.dart ('k') | pkg/dev_compiler/test/browser/runtime_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698