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