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

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

Issue 2749853002: Fix DDC status, take 2 (Closed)
Patch Set: 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 | no next file » | 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 2c0c1060559b6bd4bab7145e515c22ad14e71f3c..eff67c88315fee48b980b8d680fcd9ed95fc2422 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -346,8 +346,8 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'string_fromcharcodes_test': skip_timeout,
'string_operations_with_null_test': fail,
'string_split_test': whitelist,
- 'string_trimlr_test_01_multi': chrome_fail,
- 'string_trimlr_test_none_multi': chrome_fail,
+ 'string_trimlr_test_01_multi': is.chrome('<=58') ? fail : pass,
+ 'string_trimlr_test_none_multi': is.chrome('<=58') ? fail : pass,
'symbol_reserved_word_test_06_multi': fail,
'symbol_reserved_word_test_09_multi': fail,
'symbol_reserved_word_test_12_multi': fail,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698