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

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

Issue 2978223002: Dummy DDC implementation of MirrorSystem (Closed)
Patch Set: 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
« no previous file with comments | « pkg/dev_compiler/lib/sdk/ddc_sdk.sum ('k') | pkg/dev_compiler/tool/input_sdk/private/js_mirrors.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 c2a35978118696e88402c6cef19a35017305a6fb..7fb971a22db3ad5fb38abb6412b339f7804cf915 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -180,7 +180,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'numbers_test': fail,
'reg_exp_test': whitelist,
'regress_16640_test': fail,
- 'regress_18535_test': fail,
'regress_22445_test': fail,
'regress_22666_test': fail,
'regress_22777_test': flaky,
@@ -514,8 +513,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'lib/mirrors': {
'abstract_class_test_none_multi': fail,
'accessor_cache_overflow_test': fail,
- 'array_tracing3_test': fail,
- 'array_tracing_test': fail,
'basic_types_in_dart_core_test': fail,
'class_mirror_location_test': fail,
'class_mirror_type_variables_test': fail,
@@ -552,7 +549,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'globalized_closures2_test_none_multi': fail,
'globalized_closures_test_00_multi': fail,
'globalized_closures_test_none_multi': fail,
- 'hierarchy_invariants_test': fail,
'hot_get_field_test': fail,
'hot_set_field_test': fail,
'inherited_metadata_test': fail,
@@ -575,14 +571,11 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'invoke_private_wrong_library_test': fail,
'invoke_test': fail,
'invoke_throws_test': fail,
- 'io_html_mutual_exclusion_test': fail,
'libraries_test': fail,
- 'library_enumeration_deferred_loading_test': fail,
'library_imports_bad_metadata_test_none_multi': fail,
- 'library_metadata2_test_none_multi': fail,
'library_metadata_test': fail,
- 'library_uri_io_test': fail,
- 'library_uri_package_test': fail,
+ 'library_uri_io_test': async_unittest,
+ 'library_uri_package_test': async_unittest,
'list_constructor_test_01_multi': fail,
'list_constructor_test_none_multi': fail,
'load_library_test': fail,
@@ -596,7 +589,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'method_mirror_source_line_ending_test': fail,
'method_mirror_source_test': fail,
'mirrors_reader_test': fail,
- 'mirrors_resolve_fields_test': fail,
'mirrors_used_typedef_declaration_test_01_multi': fail,
'mirrors_used_typedef_declaration_test_none_multi': fail,
'mixin_test': fail,
« no previous file with comments | « pkg/dev_compiler/lib/sdk/ddc_sdk.sum ('k') | pkg/dev_compiler/tool/input_sdk/private/js_mirrors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698