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

Unified Diff: test/browser/language_tests.js

Issue 1989663002: fix #470, string interpolation now respects Dart toString (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: 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/code_generator.dart ('k') | test/codegen/expect/BenchmarkBase.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 34455b0f4ed60f2f6a06e11bac5e9f3d7424ba55..41c153ea6c1d5daa976b729f112af328e734b555 100644
--- a/test/browser/language_tests.js
+++ b/test/browser/language_tests.js
@@ -386,7 +386,6 @@
'bit_twiddling_bigint_test': fail,
'bool_from_environment_test': fail,
'collection_length_test': skip_timeout,
- 'collection_to_string_test': fail,
'compare_to2_test': fail,
'const_list_literal_test': fail,
'const_list_remove_range_test': fail,
@@ -671,14 +670,6 @@
'int64_list_load_store_test': skip_fail,
'typed_data_hierarchy_int64_test': skip_fail,
'typed_data_list_test': fail,
-
- // TODO(vsm): List.toString is different in DDC
- // https://github.com/dart-lang/dev_compiler/issues/445
- 'setRange_1_test': skip_fail,
- 'setRange_2_test': skip_fail,
- 'setRange_3_test': skip_fail,
- 'setRange_4_test': skip_fail,
- 'setRange_5_test': skip_fail,
},
};
« no previous file with comments | « lib/src/compiler/code_generator.dart ('k') | test/codegen/expect/BenchmarkBase.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698