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

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

Issue 2371113004: Use .packages instead of pubspec.yaml (Closed)
Patch Set: Mark clang as passing Created 4 years, 2 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/pubspec.yaml ('k') | pkg/dev_compiler/test/codegen_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 define(['dart_sdk', 'async_helper', 'unittest', 'require'], 5 define(['dart_sdk', 'async_helper', 'unittest', 'require'],
6 function(dart_sdk, async_helper, unittest, require) { 6 function(dart_sdk, async_helper, unittest, require) {
7 'use strict'; 7 'use strict';
8 8
9 async_helper = async_helper.async_helper; 9 async_helper = async_helper.async_helper;
10 10
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 'wrapping_collections_test': ['unittest', 'skip', 'fail'], 563 'wrapping_collections_test': ['unittest', 'skip', 'fail'],
564 'xhr_cross_origin_test': ['unittest', 'skip', 'fail'], 564 'xhr_cross_origin_test': ['unittest', 'skip', 'fail'],
565 'xhr_test': ['unittest', 'skip', 'fail'], 565 'xhr_test': ['unittest', 'skip', 'fail'],
566 'xsltprocessor_test': ['unittest', 'skip', 'fail'], 566 'xsltprocessor_test': ['unittest', 'skip', 'fail'],
567 567
568 'js_typed_interop_default_arg_test_none_multi': ['unittest', 'skip', 'fail '], 568 'js_typed_interop_default_arg_test_none_multi': ['unittest', 'skip', 'fail '],
569 'js_typed_interop_default_arg_test_explicit_argument_multi': ['unittest', 'skip', 'fail'], 569 'js_typed_interop_default_arg_test_explicit_argument_multi': ['unittest', 'skip', 'fail'],
570 'js_typed_interop_default_arg_test_default_value_multi': ['unittest', 'ski p', 'fail'] 570 'js_typed_interop_default_arg_test_default_value_multi': ['unittest', 'ski p', 'fail']
571 }, 571 },
572 572
573 'lib/html/custom': {
574 'attribute_changed_callback_test': ['unittest', 'skip', 'fail'],
575 'constructor_calls_created_synchronously_test':
576 ['unittest', 'skip', 'fail'],
577 'created_callback_test': ['unittest', 'skip', 'fail'],
578 'document_register_basic_test': ['unittest', 'skip', 'fail'],
579 'document_register_type_extensions_test': ['unittest', 'skip', 'fail'],
580 'element_upgrade_test': ['unittest', 'skip', 'fail'],
581 'entered_left_view_test': ['unittest', 'skip', 'fail'],
582 'js_custom_test': ['unittest', 'skip', 'fail'],
583 'mirrors_test': ['unittest', 'skip', 'fail'],
584 'regress_194523002_test': ['unittest', 'skip', 'fail'],
585 },
586
573 'lib/math': { 587 'lib/math': {
574 // TODO(het): triage 588 // TODO(het): triage
575 'double_pow_test': skip_fail, 589 'double_pow_test': skip_fail,
576 'low_test': skip_fail, 590 'low_test': skip_fail,
577 'math_test': skip_fail, 591 'math_test': skip_fail,
578 'math2_test': skip_fail, 592 'math2_test': skip_fail,
579 'pi_test': skip_timeout, 593 'pi_test': skip_timeout,
580 'point_test': ['unittest', 'skip', 'fail'], 594 'point_test': ['unittest', 'skip', 'fail'],
581 'random_big_test': skip_fail, 595 'random_big_test': skip_fail,
582 'rectangle_test': 'unittest', 596 'rectangle_test': 'unittest',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 886
873 for (let action of unittest_tests) { 887 for (let action of unittest_tests) {
874 try { 888 try {
875 action(); 889 action();
876 } catch (e) { 890 } catch (e) {
877 console.error("Caught error tying to setup test:", e); 891 console.error("Caught error tying to setup test:", e);
878 } 892 }
879 } 893 }
880 }); 894 });
881 }); 895 });
OLDNEW
« no previous file with comments | « pkg/dev_compiler/pubspec.yaml ('k') | pkg/dev_compiler/test/codegen_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698