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

Side by Side Diff: chrome/browser/chromeos/file_manager/file_manager_browsertest.cc

Issue 314603005: Disable CreateNewFolder/FileManagerBrowserTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 // Browser test for basic Chrome OS file manager functionality: 5 // Browser test for basic Chrome OS file manager functionality:
6 // - The file list is updated when a file is added externally to the Downloads 6 // - The file list is updated when a file is added externally to the Downloads
7 // folder. 7 // folder.
8 // - Selecting a file and copy-pasting it with the keyboard copies the file. 8 // - Selecting a file and copy-pasting it with the keyboard copies the file.
9 // - Selecting a file and pressing delete deletes it. 9 // - Selecting a file and pressing delete deletes it.
10 10
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 ::testing::Values( 742 ::testing::Values(
743 TestParameter(IN_GUEST_MODE, "audioOpenDownloads"), 743 TestParameter(IN_GUEST_MODE, "audioOpenDownloads"),
744 TestParameter(NOT_IN_GUEST_MODE, "audioOpenDownloads"), 744 TestParameter(NOT_IN_GUEST_MODE, "audioOpenDownloads"),
745 TestParameter(NOT_IN_GUEST_MODE, "audioOpenDrive"), 745 TestParameter(NOT_IN_GUEST_MODE, "audioOpenDrive"),
746 TestParameter(NOT_IN_GUEST_MODE, "audioAutoAdvanceDrive"), 746 TestParameter(NOT_IN_GUEST_MODE, "audioAutoAdvanceDrive"),
747 TestParameter(NOT_IN_GUEST_MODE, "audioRepeatSingleFileDrive"), 747 TestParameter(NOT_IN_GUEST_MODE, "audioRepeatSingleFileDrive"),
748 TestParameter(NOT_IN_GUEST_MODE, "audioNoRepeatSingleFileDrive"), 748 TestParameter(NOT_IN_GUEST_MODE, "audioNoRepeatSingleFileDrive"),
749 TestParameter(NOT_IN_GUEST_MODE, "audioRepeatMultipleFileDrive"), 749 TestParameter(NOT_IN_GUEST_MODE, "audioRepeatMultipleFileDrive"),
750 TestParameter(NOT_IN_GUEST_MODE, "audioNoRepeatMultipleFileDrive"))); 750 TestParameter(NOT_IN_GUEST_MODE, "audioNoRepeatMultipleFileDrive")));
751 751
752 // Disabled due to frequent failure: http://crbug.com/377636
752 INSTANTIATE_TEST_CASE_P( 753 INSTANTIATE_TEST_CASE_P(
753 CreateNewFolder, 754 DISABLED_CreateNewFolder,
754 FileManagerBrowserTest, 755 FileManagerBrowserTest,
755 ::testing::Values(TestParameter(NOT_IN_GUEST_MODE, 756 ::testing::Values(TestParameter(NOT_IN_GUEST_MODE,
756 "createNewFolderAfterSelectFile"), 757 "createNewFolderAfterSelectFile"),
757 TestParameter(IN_GUEST_MODE, 758 TestParameter(IN_GUEST_MODE,
758 "createNewFolderDownloads"), 759 "createNewFolderDownloads"),
759 TestParameter(NOT_IN_GUEST_MODE, 760 TestParameter(NOT_IN_GUEST_MODE,
760 "createNewFolderDownloads"), 761 "createNewFolderDownloads"),
761 TestParameter(NOT_IN_GUEST_MODE, 762 TestParameter(NOT_IN_GUEST_MODE,
762 "createNewFolderDrive"))); 763 "createNewFolderDrive")));
763 764
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 // (bob and charlie) are added in the test. Thus the existing test verifies 1064 // (bob and charlie) are added in the test. Thus the existing test verifies
1064 // that the feature is effectively working with lastly logged in users. 1065 // that the feature is effectively working with lastly logged in users.
1065 AddExtraUsersForStressTesting(); 1066 AddExtraUsersForStressTesting();
1066 1067
1067 set_test_case_name("multiProfileVisitDesktopMenu"); 1068 set_test_case_name("multiProfileVisitDesktopMenu");
1068 StartTest(); 1069 StartTest();
1069 } 1070 }
1070 1071
1071 } // namespace 1072 } // namespace
1072 } // namespace file_manager 1073 } // namespace file_manager
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