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

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

Issue 1976383002: enable top-level @JS() getters (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/code_generator.dart ('k') | test/codegen/expect/cascade.js » ('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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 'htmloptionscollection_test': ['unittest', 'skip', 'fail'], 553 'htmloptionscollection_test': ['unittest', 'skip', 'fail'],
554 'indexeddb_1_test': ['unittest', 'skip', 'fail'], 554 'indexeddb_1_test': ['unittest', 'skip', 'fail'],
555 'indexeddb_2_test': ['unittest', 'skip', 'fail'], 555 'indexeddb_2_test': ['unittest', 'skip', 'fail'],
556 'indexeddb_3_test': ['unittest', 'skip', 'fail'], 556 'indexeddb_3_test': ['unittest', 'skip', 'fail'],
557 'indexeddb_4_test': ['unittest', 'skip', 'fail'], 557 'indexeddb_4_test': ['unittest', 'skip', 'fail'],
558 'indexeddb_5_test': ['unittest', 'skip', 'fail'], 558 'indexeddb_5_test': ['unittest', 'skip', 'fail'],
559 'input_element_test': ['unittest', 'skip', 'fail'], 559 'input_element_test': ['unittest', 'skip', 'fail'],
560 'instance_of_test': ['unittest', 'skip', 'fail'], 560 'instance_of_test': ['unittest', 'skip', 'fail'],
561 'interactive_test': ['unittest', 'skip', 'fail'], 561 'interactive_test': ['unittest', 'skip', 'fail'],
562 'isolates_test': ['unittest', 'skip', 'fail'], 562 'isolates_test': ['unittest', 'skip', 'fail'],
563 'js_function_getter_test': ['unittest', 'skip', 'fail'], 563 'js_function_getter_test': 'unittest',
564 'js_function_getter_trust_types_test': ['unittest', 'skip', 'fail'], 564 'js_function_getter_trust_types_test': ['unittest', 'skip', 'fail'],
565 'js_interop_1_test': ['unittest', 'skip', 'fail'], 565 'js_interop_1_test': ['unittest', 'skip', 'fail'],
566 'js_test': ['unittest', 'skip', 'fail'], 566 'js_test': ['unittest', 'skip', 'fail'],
567 'js_typed_interop_anonymous2_exp_test': 'unittest', 567 'js_typed_interop_anonymous2_exp_test': 'unittest',
568 'js_typed_interop_anonymous2_test': 'unittest', 568 'js_typed_interop_anonymous2_test': 'unittest',
569 'js_typed_interop_anonymous_exp_test': 'unittest', 569 'js_typed_interop_anonymous_exp_test': 'unittest',
570 'js_typed_interop_anonymous_test': 'unittest', 570 'js_typed_interop_anonymous_test': 'unittest',
571 'js_typed_interop_anonymous_unreachable_exp_test': 'unittest', 571 'js_typed_interop_anonymous_unreachable_exp_test': 'unittest',
572 'js_typed_interop_anonymous_unreachable_test': 'unittest', 572 'js_typed_interop_anonymous_unreachable_test': 'unittest',
573 'js_typed_interop_default_arg_test': ['unittest', 'skip', 'fail'], 573 'js_typed_interop_default_arg_test': ['unittest', 'skip', 'fail'],
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 809
810 for (let action of unittest_tests) { 810 for (let action of unittest_tests) {
811 try { 811 try {
812 action(); 812 action();
813 } catch (e) { 813 } catch (e) {
814 console.error("Caught error tying to setup test:", e); 814 console.error("Caught error tying to setup test:", e);
815 } 815 }
816 } 816 }
817 }); 817 });
818 })(); 818 })();
OLDNEW
« no previous file with comments | « lib/src/compiler/code_generator.dart ('k') | test/codegen/expect/cascade.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698