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

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

Issue 2893893002: Use generic functions in zones. (Closed)
Patch Set: Fix more tests. Created 3 years, 4 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 9720ecf6efaec9fd4baa46d1ad8876c0d5203176..5ef76135e42d939e272a4a6761df1a25672dcee7 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -305,6 +305,7 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require',
},
'lib/async': {
+ 'async_await_zones_test': fail,
'first_regression_test': async_unittest,
'future_or_bad_type_test_implements_multi': fail,
'future_or_bad_type_test_none_multi': fail,
@@ -345,9 +346,7 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require',
'timer_not_available_test': fail,
'timer_repeat_test': async_unittest,
'timer_test': async_unittest,
- 'zone_bind_callback_test': fail,
'zone_error_callback_test': fail,
- 'zone_register_callback_test': fail,
'zone_run_unary_test': fail,
},
« no previous file with comments | « pkg/compiler/lib/src/common/tasks.dart ('k') | pkg/dev_compiler/tool/input_sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698