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

Side by Side Diff: remoting/webapp/all_js_load.gtestjs

Issue 362893005: Disable AllJsLoadTest.TestNoConsoleErrors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a comment Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 /** 5 /**
6 * Test fixture for loading all our JS files. 6 * Test fixture for loading all our JS files.
7 * @constructor 7 * @constructor
8 * @extends {testing.Test} 8 * @extends {testing.Test}
9 */ 9 */
10 function AllJsLoadTest () { 10 function AllJsLoadTest () {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'wcs.js', 66 'wcs.js',
67 'wcs_loader.js', 67 'wcs_loader.js',
68 'wcs_sandbox_content.js', 68 'wcs_sandbox_content.js',
69 'wcs_sandbox_container.js', 69 'wcs_sandbox_container.js',
70 'xhr.js', 70 'xhr.js',
71 'xhr_proxy.js', 71 'xhr_proxy.js',
72 ], 72 ],
73 }; 73 };
74 74
75 // Basic test to verify that all the JS files load without console errors. 75 // Basic test to verify that all the JS files load without console errors.
76 TEST_F('AllJsLoadTest', 'TestNoConsoleErrors', function() { 76 // Currently disabled. crbug.com/390814
77 TEST_F('AllJsLoadTest', 'DISABLED_TestNoConsoleErrors', function() {
77 assertTrue(true); 78 assertTrue(true);
78 }); 79 });
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698