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

Side by Side Diff: pkg/dev_compiler/test/browser/language_tests.js

Issue 2698353003: unfork DDC's copy of most SDK libraries (Closed)
Patch Set: revert core_patch 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 unified diff | Download patch
« no previous file with comments | « pkg/dev_compiler/package.json ('k') | pkg/dev_compiler/test/not_yet_strong_tests.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'], 5 define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
6 function(dart_sdk, async_helper, expect, unittest, is, require) { 6 function(dart_sdk, async_helper, expect, unittest, is, require) {
7 'use strict'; 7 'use strict';
8 8
9 async_helper = async_helper.async_helper; 9 async_helper = async_helper.async_helper;
10 let minitest = expect.minitest; 10 let minitest = expect.minitest;
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'apply3_test': fail, 282 'apply3_test': fail,
283 'big_integer_parsed_arith_vm_test': fail, 283 'big_integer_parsed_arith_vm_test': fail,
284 'big_integer_parsed_div_rem_vm_test': fail, 284 'big_integer_parsed_div_rem_vm_test': fail,
285 'big_integer_parsed_mul_div_vm_test': fail, 285 'big_integer_parsed_mul_div_vm_test': fail,
286 'bit_twiddling_bigint_test': fail, 286 'bit_twiddling_bigint_test': fail,
287 'collection_length_test': skip_timeout, 287 'collection_length_test': skip_timeout,
288 'compare_to2_test': fail, 288 'compare_to2_test': fail,
289 'const_list_literal_test': fail, 289 'const_list_literal_test': fail,
290 'const_list_remove_range_test': fail, 290 'const_list_remove_range_test': fail,
291 'const_list_set_range_test': fail, 291 'const_list_set_range_test': fail,
292 'data_uri_test': fail,
292 'double_parse_test_01_multi': fail, 293 'double_parse_test_01_multi': fail,
293 'double_parse_test_02_multi': firefox_fail, 294 'double_parse_test_02_multi': firefox_fail,
294 'error_stack_trace1_test': fail, 295 'error_stack_trace1_test': fail,
295 'error_stack_trace2_test': fail, 296 'error_stack_trace2_test': fail,
296 'for_in_test': is.firefox('<=50') ? fail : pass, 297 'for_in_test': is.firefox('<=50') ? fail : pass,
297 'hash_map2_test': skip_timeout, 298 'hash_map2_test': skip_timeout,
298 'hash_set_test_01_multi': fail, 299 'hash_set_test_01_multi': fail,
299 'hidden_library2_test_01_multi': fail, 300 'hidden_library2_test_01_multi': fail,
300 'int_modulo_arith_test_bignum_multi': fail, 301 'int_modulo_arith_test_bignum_multi': fail,
301 'int_modulo_arith_test_modPow_multi': fail, 302 'int_modulo_arith_test_modPow_multi': fail,
(...skipping 30 matching lines...) Expand all
332 'throw_half_surrogate_pair_test_01_multi': fail, 333 'throw_half_surrogate_pair_test_01_multi': fail,
333 'unicode_test': firefox_fail, 334 'unicode_test': firefox_fail,
334 'uri_parameters_all_test': is.firefox('<=50') ? fail : pass, 335 'uri_parameters_all_test': is.firefox('<=50') ? fail : pass,
335 // TODO(rnystrom): Times out because it tests a huge number of 336 // TODO(rnystrom): Times out because it tests a huge number of
336 // combinations of URLs (4 * 5 * 5 * 8 * 6 * 6 * 4 = 115200). 337 // combinations of URLs (4 * 5 * 5 * 8 * 6 * 6 * 4 = 115200).
337 'uri_parse_test': skip_timeout, 338 'uri_parse_test': skip_timeout,
338 'uri_test': is.firefox('<=50') ? fail : pass, 339 'uri_test': is.firefox('<=50') ? fail : pass,
339 340
340 'list_insert_test': fail, 341 'list_insert_test': fail,
341 'list_removeat_test': fail, 342 'list_removeat_test': fail,
342 'set_test': fail, // runtime strong mode reject
343 }, 343 },
344 344
345 'corelib/regexp': { 345 'corelib/regexp': {
346 'default_arguments_test': fail, 346 'default_arguments_test': fail,
347 'UC16_test': firefox_fail, 347 'UC16_test': firefox_fail,
348 }, 348 },
349 349
350 'lib/collection': { 350 'lib/collection': {
351 }, 351 },
352 352
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 'io_html_mutual_exclusion_test': fail, 564 'io_html_mutual_exclusion_test': fail,
565 'libraries_test': fail, 565 'libraries_test': fail,
566 'library_enumeration_deferred_loading_test': fail, 566 'library_enumeration_deferred_loading_test': fail,
567 'library_imports_bad_metadata_test_none_multi': fail, 567 'library_imports_bad_metadata_test_none_multi': fail,
568 'library_metadata2_test_none_multi': fail, 568 'library_metadata2_test_none_multi': fail,
569 'library_metadata_test': fail, 569 'library_metadata_test': fail,
570 'library_uri_io_test': fail, 570 'library_uri_io_test': fail,
571 'library_uri_package_test': fail, 571 'library_uri_package_test': fail,
572 'list_constructor_test_01_multi': fail, 572 'list_constructor_test_01_multi': fail,
573 'list_constructor_test_none_multi': fail, 573 'list_constructor_test_none_multi': fail,
574 'load_library_test': fail,
574 'local_function_is_static_test': fail, 575 'local_function_is_static_test': fail,
575 'local_isolate_test': fail, 576 'local_isolate_test': fail,
576 'metadata_allowed_values_test_none_multi': fail, 577 'metadata_allowed_values_test_none_multi': fail,
577 'metadata_scope_test_none_multi': fail, 578 'metadata_scope_test_none_multi': fail,
578 'metadata_test': fail, 579 'metadata_test': fail,
579 'method_mirror_location_test': fail, 580 'method_mirror_location_test': fail,
580 'method_mirror_returntype_test': fail, 581 'method_mirror_returntype_test': fail,
581 'method_mirror_source_line_ending_test': fail, 582 'method_mirror_source_line_ending_test': fail,
582 'method_mirror_source_test': fail, 583 'method_mirror_source_test': fail,
583 'mirrors_reader_test': fail, 584 'mirrors_reader_test': fail,
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 859
859 for (let action of unittest_tests) { 860 for (let action of unittest_tests) {
860 try { 861 try {
861 action(); 862 action();
862 } catch (e) { 863 } catch (e) {
863 console.error("Caught error tying to setup test:", e); 864 console.error("Caught error tying to setup test:", e);
864 } 865 }
865 } 866 }
866 }); 867 });
867 }); 868 });
OLDNEW
« no previous file with comments | « pkg/dev_compiler/package.json ('k') | pkg/dev_compiler/test/not_yet_strong_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698