Skip to content

Commit f9cb23d

Browse files
committed
Fix DDC status, take 2
They *do* pass on Chrome 59. [email protected] Review-Url: https://codereview.chromium.org/2749853002 .
1 parent 9c1a75b commit f9cb23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/dev_compiler/test/browser/language_tests.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
346346
'string_fromcharcodes_test': skip_timeout,
347347
'string_operations_with_null_test': fail,
348348
'string_split_test': whitelist,
349-
'string_trimlr_test_01_multi': chrome_fail,
350-
'string_trimlr_test_none_multi': chrome_fail,
349+
'string_trimlr_test_01_multi': is.chrome('<=58') ? fail : pass,
350+
'string_trimlr_test_none_multi': is.chrome('<=58') ? fail : pass,
351351
'symbol_reserved_word_test_06_multi': fail,
352352
'symbol_reserved_word_test_09_multi': fail,
353353
'symbol_reserved_word_test_12_multi': fail,

0 commit comments

Comments
 (0)