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

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

Issue 2371113004: Use .packages instead of pubspec.yaml (Closed)
Patch Set: Mark clang as passing 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
« no previous file with comments | « pkg/dev_compiler/pubspec.yaml ('k') | pkg/dev_compiler/test/codegen_test.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 70b7586646cd83f950e7195c34df52fd220fca23..592254495a131cc60c3f0b20489fc197bd749792 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -570,6 +570,20 @@ define(['dart_sdk', 'async_helper', 'unittest', 'require'],
'js_typed_interop_default_arg_test_default_value_multi': ['unittest', 'skip', 'fail']
},
+ 'lib/html/custom': {
+ 'attribute_changed_callback_test': ['unittest', 'skip', 'fail'],
+ 'constructor_calls_created_synchronously_test':
+ ['unittest', 'skip', 'fail'],
+ 'created_callback_test': ['unittest', 'skip', 'fail'],
+ 'document_register_basic_test': ['unittest', 'skip', 'fail'],
+ 'document_register_type_extensions_test': ['unittest', 'skip', 'fail'],
+ 'element_upgrade_test': ['unittest', 'skip', 'fail'],
+ 'entered_left_view_test': ['unittest', 'skip', 'fail'],
+ 'js_custom_test': ['unittest', 'skip', 'fail'],
+ 'mirrors_test': ['unittest', 'skip', 'fail'],
+ 'regress_194523002_test': ['unittest', 'skip', 'fail'],
+ },
+
'lib/math': {
// TODO(het): triage
'double_pow_test': skip_fail,
« no previous file with comments | « pkg/dev_compiler/pubspec.yaml ('k') | pkg/dev_compiler/test/codegen_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698