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

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

Issue 2790893002: Remove references to renamed test. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | pkg/front_end/test/fasta/scanner/scanner.status » ('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', 'expect', 'unittest', 'is', 'require'], 5 define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
6 function(dart_sdk, async_helper, expect, unittest, is, require) { 6 function(dart_sdk, async_helper, expect, unittest, is, require) {
7 'use strict'; 7 'use strict';
8 8
9 async_helper = async_helper.async_helper; 9 async_helper = async_helper.async_helper;
10 let minitest = expect.minitest; 10 let minitest = expect.minitest;
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'deferred_load_constants_test_none_multi': fail, 259 'deferred_load_constants_test_none_multi': fail,
260 'external_test_21_multi': fail, 260 'external_test_21_multi': fail,
261 'external_test_24_multi': fail, 261 'external_test_24_multi': fail,
262 'main_not_a_function_test_01_multi': fail, 262 'main_not_a_function_test_01_multi': fail,
263 'multiline_newline_test_04_multi': fail, 263 'multiline_newline_test_04_multi': fail,
264 'multiline_newline_test_05_multi': fail, 264 'multiline_newline_test_05_multi': fail,
265 'multiline_newline_test_06_multi': fail, 265 'multiline_newline_test_06_multi': fail,
266 'multiline_newline_test_none_multi': fail, 266 'multiline_newline_test_none_multi': fail,
267 'no_main_test_01_multi': fail, 267 'no_main_test_01_multi': fail,
268 268
269 // https://github.com/dart-lang/sdk/issues/26123
270 'bad_raw_string_negative_test': fail,
271
272 // https://github.com/dart-lang/sdk/issues/26124 269 // https://github.com/dart-lang/sdk/issues/26124
273 'prefix10_negative_test': fail, 270 'prefix10_negative_test': fail,
274 271
275 'library_prefixes_test1': 'helper', 272 'library_prefixes_test1': 'helper',
276 'library_prefixes_test2': 'helper', 273 'library_prefixes_test2': 'helper',
277 'top_level_prefixed_library_test': 'helper', 274 'top_level_prefixed_library_test': 'helper',
278 275
279 }, 276 },
280 277
281 'language/covariant_override': {}, 278 'language/covariant_override': {},
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 906
910 for (let action of unittest_tests) { 907 for (let action of unittest_tests) {
911 try { 908 try {
912 action(); 909 action();
913 } catch (e) { 910 } catch (e) {
914 console.error("Caught error tying to setup test:", e); 911 console.error("Caught error tying to setup test:", e);
915 } 912 }
916 } 913 }
917 }); 914 });
918 }); 915 });
OLDNEW
« no previous file with comments | « no previous file | pkg/front_end/test/fasta/scanner/scanner.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698