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

Unified Diff: test/browser/language_tests.js

Issue 1949163003: fix for #520, ListMixin should work again (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/js_field_storage.dart ('k') | test/codegen/language/list_mixin_test.dart » ('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 68832d7fc6a6764158a7436b7510828d6dce759c..6931ed40bee75eaa38c7880a4f757994b4e58cc0 100644
--- a/test/browser/language_tests.js
+++ b/test/browser/language_tests.js
@@ -382,7 +382,6 @@
'bit_twiddling_bigint_test': fail,
'bool_from_environment_test': fail,
'collection_length_test': skip_timeout,
- 'collection_removes_test': fail,
'collection_to_string_test': fail,
'compare_to2_test': fail,
'const_list_literal_test': fail,
@@ -418,14 +417,12 @@
'integer_to_radix_string_test': fail,
'integer_to_string_test_01_multi': fail,
'iterable_empty_test': fail,
- 'iterable_expand_test': fail,
'iterable_generate_test': fail,
'iterable_return_type_test_01_multi': fail,
'iterable_return_type_test_02_multi': fail,
'iterable_return_type_test_none_multi': fail,
'json_map_test': fail,
'list_fill_range_test': fail,
- 'list_get_range_test': fail,
'list_replace_range_test': fail,
'list_set_all_test': fail,
'list_to_string2_test': fail,
@@ -444,7 +441,7 @@
'stacktrace_fromstring_test': fail,
'string_from_environment2_test': fail,
'string_from_environment_test': fail,
- 'string_fromcharcodes_test': fail,
+ 'string_fromcharcodes_test': skip_timeout,
'string_operations_with_null_test': fail,
'symbol_reserved_word_test_06_multi': fail,
'symbol_reserved_word_test_09_multi': fail,
« no previous file with comments | « lib/src/compiler/js_field_storage.dart ('k') | test/codegen/language/list_mixin_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698