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

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

Issue 2744853002: Fix expectations (Closed)
Patch Set: Rebase Created 3 years, 9 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 | 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 1655c065d16dd0a9b17d793d2054312311cee0f0..c2828e42b1fda2ef124dbac6ccd028c8fe9d5281 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -190,6 +190,10 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'generic_instanceof_test': fail, // runtime strong mode reject
'generic_instanceof2_test': fail,
'generic_is_check_test': fail,
+ 'generic_methods_dynamic_test_02_multi': fail,
+ 'generic_methods_dynamic_test_04_multi': fail,
+ 'generic_methods_recursive_bound_test_03_multi': fail,
+ 'generic_methods_simple_as_expression_test_02_multi': fail,
'getter_closure_execution_order_test': fail,
'gc_test': 'slow',
'identical_closure2_test': fail,
« no previous file with comments | « no previous file | pkg/dev_compiler/test/codegen_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698