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

Unified Diff: test/browser/language_tests.js

Issue 1945153002: Add corelib tests (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: error_test and range_error_test now pass 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 | « karma.conf.js ('k') | test/codegen/corelib/apply2_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 809e67fb3c01e6b6daa55babf79755f7bffada45..39fc1e6a172fd6aa4d6a2b41232fea691116abcb 100644
--- a/test/browser/language_tests.js
+++ b/test/browser/language_tests.js
@@ -372,6 +372,101 @@
'top_level_prefixed_library_test': 'helper',
},
+ 'corelib': {
+ 'apply2_test': fail,
+ 'apply3_test': fail,
+ 'apply_test': fail,
+ 'big_integer_parsed_arith_vm_test': fail,
+ 'big_integer_parsed_div_rem_vm_test': fail,
+ 'big_integer_parsed_mul_div_vm_test': fail,
+ '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,
+ 'const_list_remove_range_test': fail,
+ 'const_list_set_range_test': fail,
+ 'data_uri_test': fail,
+ 'date_time4_test': fail,
+ 'date_time_parse_test': fail,
+ 'date_time_test': fail,
+ 'double_parse_test_01_multi': fail,
+ 'error_stack_trace1_test': fail,
+ 'error_stack_trace2_test': fail,
+ 'file_resource_test': skip_fail, // crashes during import load.
+ 'format_exception_test': fail,
+ 'from_environment_const_type_test_01_multi': skip_fail, // constructor throws
+ 'from_environment_const_type_test_05_multi': skip_fail, // constructor throws
+ 'from_environment_const_type_test_10_multi': skip_fail, // constructor throws
+ 'from_environment_const_type_test_15_multi': skip_fail, // constructor throws
+ 'from_environment_const_type_test_none_multi': skip_fail, // constructor throws
+ 'from_environment_const_type_undefined_test_01_multi': skip_fail, // constructor throws
+ 'from_environment_const_type_undefined_test_05_multi': skip_fail, // constructor throws
+ 'from_environment_const_type_undefined_test_10_multi': skip_fail, // constructor throws
+ 'from_environment_const_type_undefined_test_15_multi': skip_fail, // constructor throws
+ 'from_environment_const_type_undefined_test_none_multi': skip_fail, // constructor throws
+ 'hash_map2_test': skip_timeout,
+ 'hash_set_test_01_multi': fail,
+ 'hidden_library2_test_01_multi': fail,
+ 'indexed_list_access_test': fail,
+ 'int_from_environment2_test': fail,
+ 'int_from_environment_test': fail,
+ 'int_modulo_arith_test_bignum_multi': fail,
+ 'int_modulo_arith_test_modPow_multi': fail,
+ 'int_modulo_arith_test_none_multi': fail,
+ '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,
+ 'linked_hash_map_from_iterables_test': fail,
+ 'list_fill_range_test': fail,
+ 'list_filled_type_argument_test': fail,
+ 'list_get_range_test': fail,
+ 'list_replace_range_test': fail,
+ 'list_set_all_test': fail,
+ 'list_to_string2_test': fail,
+ 'list_to_string_test': fail,
+ 'main_test': fail,
+ 'map_from_iterable_test': fail,
+ 'map_from_iterables_test': fail,
+ 'map_keys2_test': fail,
+ 'map_to_string_test': fail,
+ 'map_values2_test': fail,
+ 'map_values3_test': fail,
+ 'map_values4_test': fail,
+ 'nan_infinity_test_01_multi': fail,
+ 'null_nosuchmethod_test': fail,
+ 'null_test': fail,
+ 'num_sign_test': fail,
+ 'queue_test': fail,
+ 'regress_r21715_test': fail,
+ 'splay_tree_from_iterable_test': fail,
+ 'splay_tree_from_iterables_test': fail,
+ 'throw_half_surrogate_pair_test_02_multi': fail,
+ 'stacktrace_current_test': fail,
+ 'stacktrace_fromstring_test': fail,
+ 'string_from_environment2_test': fail,
+ 'string_from_environment_test': fail,
+ 'string_fromcharcodes_test': fail,
+ 'string_operations_with_null_test': fail,
+ 'symbol_reserved_word_test_06_multi': fail,
+ 'symbol_reserved_word_test_09_multi': fail,
+ 'symbol_reserved_word_test_12_multi': fail,
+ 'throw_half_surrogate_pair_test_01_multi': fail,
+ 'uri_file_test': fail,
+ 'uri_normalize_path_test': fail,
+ 'uri_normalize_test': fail,
+ 'uri_parameters_all_test': fail,
+ 'uri_parse_test': fail,
+ },
+
'lib/typed_data': {
// No bigint or int64 support
'int32x4_bigint_test': skip_fail,
« no previous file with comments | « karma.conf.js ('k') | test/codegen/corelib/apply2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698