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

Side by Side 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 unified diff | 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 »
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 (function() { 5 (function() {
6 'use strict'; 6 'use strict';
7 7
8 let dart_sdk = dart_library.import('dart_sdk'); 8 let dart_sdk = dart_library.import('dart_sdk');
9 dart_sdk._isolate_helper.startRootIsolate(function() {}, []); 9 dart_sdk._isolate_helper.startRootIsolate(function() {}, []);
10 let async_helper = dart_library.import('async_helper').async_helper; 10 let async_helper = dart_library.import('async_helper').async_helper;
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 'corelib': { 375 'corelib': {
376 'apply2_test': fail, 376 'apply2_test': fail,
377 'apply3_test': fail, 377 'apply3_test': fail,
378 'apply_test': fail, 378 'apply_test': fail,
379 'big_integer_parsed_arith_vm_test': fail, 379 'big_integer_parsed_arith_vm_test': fail,
380 'big_integer_parsed_div_rem_vm_test': fail, 380 'big_integer_parsed_div_rem_vm_test': fail,
381 'big_integer_parsed_mul_div_vm_test': fail, 381 'big_integer_parsed_mul_div_vm_test': fail,
382 'bit_twiddling_bigint_test': fail, 382 'bit_twiddling_bigint_test': fail,
383 'bool_from_environment_test': fail, 383 'bool_from_environment_test': fail,
384 'collection_length_test': skip_timeout, 384 'collection_length_test': skip_timeout,
385 'collection_removes_test': fail,
386 'collection_to_string_test': fail, 385 'collection_to_string_test': fail,
387 'compare_to2_test': fail, 386 'compare_to2_test': fail,
388 'const_list_literal_test': fail, 387 'const_list_literal_test': fail,
389 'const_list_remove_range_test': fail, 388 'const_list_remove_range_test': fail,
390 'const_list_set_range_test': fail, 389 'const_list_set_range_test': fail,
391 'data_uri_test': fail, 390 'data_uri_test': fail,
392 'date_time4_test': fail, 391 'date_time4_test': fail,
393 'date_time_parse_test': fail, 392 'date_time_parse_test': fail,
394 'date_time_test': fail, 393 'date_time_test': fail,
395 'double_parse_test_01_multi': fail, 394 'double_parse_test_01_multi': fail,
(...skipping 15 matching lines...) Expand all
411 'hidden_library2_test_01_multi': fail, 410 'hidden_library2_test_01_multi': fail,
412 'indexed_list_access_test': fail, 411 'indexed_list_access_test': fail,
413 'int_from_environment2_test': fail, 412 'int_from_environment2_test': fail,
414 'int_from_environment_test': fail, 413 'int_from_environment_test': fail,
415 'int_modulo_arith_test_bignum_multi': fail, 414 'int_modulo_arith_test_bignum_multi': fail,
416 'int_modulo_arith_test_modPow_multi': fail, 415 'int_modulo_arith_test_modPow_multi': fail,
417 'int_modulo_arith_test_none_multi': fail, 416 'int_modulo_arith_test_none_multi': fail,
418 'integer_to_radix_string_test': fail, 417 'integer_to_radix_string_test': fail,
419 'integer_to_string_test_01_multi': fail, 418 'integer_to_string_test_01_multi': fail,
420 'iterable_empty_test': fail, 419 'iterable_empty_test': fail,
421 'iterable_expand_test': fail,
422 'iterable_generate_test': fail, 420 'iterable_generate_test': fail,
423 'iterable_return_type_test_01_multi': fail, 421 'iterable_return_type_test_01_multi': fail,
424 'iterable_return_type_test_02_multi': fail, 422 'iterable_return_type_test_02_multi': fail,
425 'iterable_return_type_test_none_multi': fail, 423 'iterable_return_type_test_none_multi': fail,
426 'json_map_test': fail, 424 'json_map_test': fail,
427 'list_fill_range_test': fail, 425 'list_fill_range_test': fail,
428 'list_get_range_test': fail,
429 'list_replace_range_test': fail, 426 'list_replace_range_test': fail,
430 'list_set_all_test': fail, 427 'list_set_all_test': fail,
431 'list_to_string2_test': fail, 428 'list_to_string2_test': fail,
432 'list_to_string_test': fail, 429 'list_to_string_test': fail,
433 'main_test': fail, 430 'main_test': fail,
434 'map_keys2_test': fail, 431 'map_keys2_test': fail,
435 'map_to_string_test': fail, 432 'map_to_string_test': fail,
436 'nan_infinity_test_01_multi': fail, 433 'nan_infinity_test_01_multi': fail,
437 'null_nosuchmethod_test': fail, 434 'null_nosuchmethod_test': fail,
438 'null_test': fail, 435 'null_test': fail,
439 'num_sign_test': fail, 436 'num_sign_test': fail,
440 'queue_test': fail, 437 'queue_test': fail,
441 'regress_r21715_test': fail, 438 'regress_r21715_test': fail,
442 'throw_half_surrogate_pair_test_02_multi': fail, 439 'throw_half_surrogate_pair_test_02_multi': fail,
443 'stacktrace_current_test': fail, 440 'stacktrace_current_test': fail,
444 'stacktrace_fromstring_test': fail, 441 'stacktrace_fromstring_test': fail,
445 'string_from_environment2_test': fail, 442 'string_from_environment2_test': fail,
446 'string_from_environment_test': fail, 443 'string_from_environment_test': fail,
447 'string_fromcharcodes_test': fail, 444 'string_fromcharcodes_test': skip_timeout,
448 'string_operations_with_null_test': fail, 445 'string_operations_with_null_test': fail,
449 'symbol_reserved_word_test_06_multi': fail, 446 'symbol_reserved_word_test_06_multi': fail,
450 'symbol_reserved_word_test_09_multi': fail, 447 'symbol_reserved_word_test_09_multi': fail,
451 'symbol_reserved_word_test_12_multi': fail, 448 'symbol_reserved_word_test_12_multi': fail,
452 'throw_half_surrogate_pair_test_01_multi': fail, 449 'throw_half_surrogate_pair_test_01_multi': fail,
453 'uri_test': fail, 450 'uri_test': fail,
454 'uri_file_test': fail, 451 'uri_file_test': fail,
455 'uri_normalize_path_test': fail, 452 'uri_normalize_path_test': fail,
456 'uri_normalize_test': fail, 453 'uri_normalize_test': fail,
457 'uri_parameters_all_test': fail, 454 'uri_parameters_all_test': fail,
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 532
536 if (!async_helper.asyncTestStarted) done(); 533 if (!async_helper.asyncTestStarted) done();
537 }); 534 });
538 } 535 }
539 } 536 }
540 537
541 for (let action of unittest_tests) { 538 for (let action of unittest_tests) {
542 action(); 539 action();
543 } 540 }
544 })(); 541 })();
OLDNEW
« 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