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

Unified Diff: test/browser/language_tests.js

Issue 1979013003: fix #569, cache constants defined in methods (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged Created 4 years, 7 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 | « lib/src/compiler/module_builder.dart ('k') | test/codegen/expect/DeltaBlue.js » ('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 8e54ca8f84fc3683fb9c9851bf1ba5a48594da46..1c50ad451e796e1fa042fed382b34d817286adae 100644
--- a/test/browser/language_tests.js
+++ b/test/browser/language_tests.js
@@ -466,6 +466,10 @@
'chunked_conversion_utf8_test': skip_timeout,
'encoding_test': skip_timeout,
+ // TODO(jmesserly): this is in an inconsistent state between our old and
+ // newer SDKs.
+ 'html_escape_test': skip_fail,
+
// TODO(rnystrom): If this test is enabled, karma gets confused and
// disconnects randomly.
'json_lib_test': skip_fail,
« no previous file with comments | « lib/src/compiler/module_builder.dart ('k') | test/codegen/expect/DeltaBlue.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698