| OLD | NEW |
| 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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 'indexeddb_1_test': ['unittest', 'skip', 'fail'], | 561 'indexeddb_1_test': ['unittest', 'skip', 'fail'], |
| 562 'indexeddb_2_test': ['unittest', 'skip', 'fail'], | 562 'indexeddb_2_test': ['unittest', 'skip', 'fail'], |
| 563 'indexeddb_3_test': ['unittest', 'skip', 'fail'], | 563 'indexeddb_3_test': ['unittest', 'skip', 'fail'], |
| 564 'indexeddb_4_test': ['unittest', 'skip', 'fail'], | 564 'indexeddb_4_test': ['unittest', 'skip', 'fail'], |
| 565 'indexeddb_5_test': ['unittest', 'skip', 'fail'], | 565 'indexeddb_5_test': ['unittest', 'skip', 'fail'], |
| 566 'input_element_test': ['unittest', 'skip', 'fail'], | 566 'input_element_test': ['unittest', 'skip', 'fail'], |
| 567 'instance_of_test': ['unittest', 'skip', 'fail'], | 567 'instance_of_test': ['unittest', 'skip', 'fail'], |
| 568 'interactive_test': ['unittest', 'skip', 'fail'], | 568 'interactive_test': ['unittest', 'skip', 'fail'], |
| 569 'isolates_test': ['unittest', 'skip', 'fail'], | 569 'isolates_test': ['unittest', 'skip', 'fail'], |
| 570 'js_function_getter_test': 'unittest', | 570 'js_function_getter_test': 'unittest', |
| 571 'js_function_getter_trust_types_test': ['unittest', 'skip', 'fail'], | 571 'js_function_getter_trust_types_test': 'unittest', |
| 572 'js_interop_1_test': ['unittest', 'skip', 'fail'], | 572 'js_interop_1_test': 'unittest', |
| 573 'js_test': ['unittest', 'skip', 'fail'], | 573 'js_test': 'unittest', |
| 574 'js_typed_interop_anonymous2_exp_test': 'unittest', | 574 'js_typed_interop_anonymous2_exp_test': 'unittest', |
| 575 'js_typed_interop_anonymous2_test': 'unittest', | 575 'js_typed_interop_anonymous2_test': 'unittest', |
| 576 'js_typed_interop_anonymous_exp_test': 'unittest', | 576 'js_typed_interop_anonymous_exp_test': 'unittest', |
| 577 'js_typed_interop_anonymous_test': 'unittest', | 577 'js_typed_interop_anonymous_test': 'unittest', |
| 578 'js_typed_interop_anonymous_unreachable_exp_test': 'unittest', | 578 'js_typed_interop_anonymous_unreachable_exp_test': 'unittest', |
| 579 'js_typed_interop_anonymous_unreachable_test': 'unittest', | 579 'js_typed_interop_anonymous_unreachable_test': 'unittest', |
| 580 'js_typed_interop_default_arg_test': ['unittest', 'skip', 'fail'], | 580 'js_typed_interop_default_arg_test': 'unittest', |
| 581 'js_typed_interop_side_cast_exp_test': ['unittest', 'skip', 'fail'], | 581 'js_typed_interop_side_cast_exp_test': 'unittest', |
| 582 'js_typed_interop_side_cast_test': ['unittest', 'skip', 'fail'], | 582 'js_typed_interop_side_cast_test': 'unittest', |
| 583 'js_typed_interop_test': ['unittest', 'skip', 'fail'], | 583 'js_typed_interop_test': ['unittest', 'skip', 'fail'], |
| 584 'keyboard_event_test': ['unittest', 'skip', 'fail'], | 584 'keyboard_event_test': ['unittest', 'skip', 'fail'], |
| 585 'localstorage_test': ['unittest', 'skip', 'fail'], | 585 'localstorage_test': ['unittest', 'skip', 'fail'], |
| 586 'location_test': ['unittest', 'skip', 'fail'], | 586 'location_test': ['unittest', 'skip', 'fail'], |
| 587 'mediasource_test': ['unittest', 'skip', 'fail'], | 587 'mediasource_test': ['unittest', 'skip', 'fail'], |
| 588 'media_stream_test': ['unittest', 'skip', 'fail'], | 588 'media_stream_test': ['unittest', 'skip', 'fail'], |
| 589 'messageevent_test': ['unittest', 'skip', 'fail'], | 589 'messageevent_test': ['unittest', 'skip', 'fail'], |
| 590 'mirrors_js_typed_interop_test': ['unittest', 'skip', 'fail'], | 590 'mirrors_js_typed_interop_test': ['unittest', 'skip', 'fail'], |
| 591 'mouse_event_test': ['unittest', 'skip', 'fail'], | 591 'mouse_event_test': ['unittest', 'skip', 'fail'], |
| 592 'mutationobserver_test': ['unittest', 'skip', 'fail'], | 592 'mutationobserver_test': ['unittest', 'skip', 'fail'], |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 816 | 816 |
| 817 for (let action of unittest_tests) { | 817 for (let action of unittest_tests) { |
| 818 try { | 818 try { |
| 819 action(); | 819 action(); |
| 820 } catch (e) { | 820 } catch (e) { |
| 821 console.error("Caught error tying to setup test:", e); | 821 console.error("Caught error tying to setup test:", e); |
| 822 } | 822 } |
| 823 } | 823 } |
| 824 }); | 824 }); |
| 825 })(); | 825 })(); |
| OLD | NEW |