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

Unified Diff: test/browser/language_tests.js

Issue 1319523007: triage remaining async tests (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | test/codegen/language/async_helper_lib.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/browser/language_tests.js
diff --git a/test/browser/language_tests.js b/test/browser/language_tests.js
index 32ccd9091dc3488ebdf08bded66f55d458ca0275..d8f8f491d993046b121eb67781b2b37e8cc732e7 100644
--- a/test/browser/language_tests.js
+++ b/test/browser/language_tests.js
@@ -70,25 +70,23 @@
dartLanguageTests([
'async_and_or_test',
'async_await_catch_regression_test',
- // TODO(jmesserly): fix errors
- // 'async_backwards_compatibility_1_test',
+ 'async_backwards_compatibility_1_test',
'async_backwards_compatibility_2_test',
'async_break_in_finally_test',
// TODO(jmesserly): https://github.com/dart-lang/dev_compiler/issues/263
// 'async_continue_label_test',
'async_control_structures_test',
'async_finally_rethrow_test',
- // TODO(jmesserly): fix errors
- // 'async_or_generator_return_type_stacktrace_test',
'async_regression_23058_test',
'async_rethrow_test',
- // TODO(jmesserly): fix errors
- // 'async_return_types_test',
// TODO(jmesserly): https://github.com/dart-lang/dev_compiler/issues/294
// 'async_switch_test',
'async_test',
'async_this_bound_test',
'async_throw_in_catch_test'
+ // By design, rejected statically by strong mode:
+ // 'async_return_types_test',
+ // 'async_or_generator_return_type_stacktrace_test',
]);
});
« no previous file with comments | « no previous file | test/codegen/language/async_helper_lib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698