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

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

Issue 2534293002: Migrate tests for initializing formals (Closed)
Patch Set: Created 4 years, 1 month 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 af33d476e21ac129f77e77c5dc921ff42767807a..af488c2166ce1d900dd298f03f543ecd9061cd67 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -211,6 +211,7 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'identical_closure2_test': skip_fail,
'infinite_switch_label_test': skip_fail,
'infinity_test': skip_fail,
+ 'initializing_formal_final_test': skip_fail,
'instance_creation_in_function_annotation_test': skip_fail,
'instanceof2_test': fail,
'instanceof4_test_01_multi': fail,

Powered by Google App Engine
This is Rietveld 408576698