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

Side by Side Diff: chrome/test/ui/ppapi_uitest.cc

Issue 8515014: Fix flaky PPAPITest.FlashClipboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Do the same thing for IsFormatAvailable. Created 9 years, 1 month 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 | ppapi/tests/test_core.cc » ('j') | ppapi/tests/test_flash_clipboard.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #include "base/file_util.h" 5 #include "base/file_util.h"
6 #include "base/path_service.h" 6 #include "base/path_service.h"
7 #include "base/test/test_timeouts.h" 7 #include "base/test/test_timeouts.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "content/public/common/content_switches.h" 9 #include "content/public/common/content_switches.h"
10 #include "chrome/common/chrome_switches.h" 10 #include "chrome/common/chrome_switches.h"
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 // and click on the plugin area (gray square) to force fullscreen mode and 267 // and click on the plugin area (gray square) to force fullscreen mode and
268 // get the test unstuck. 268 // get the test unstuck.
269 TEST_F(PPAPITest, DISABLED_Fullscreen) { 269 TEST_F(PPAPITest, DISABLED_Fullscreen) {
270 RunTestViaHTTP("Fullscreen"); 270 RunTestViaHTTP("Fullscreen");
271 } 271 }
272 TEST_F(OutOfProcessPPAPITest, DISABLED_Fullscreen) { 272 TEST_F(OutOfProcessPPAPITest, DISABLED_Fullscreen) {
273 RunTestViaHTTP("Fullscreen"); 273 RunTestViaHTTP("Fullscreen");
274 } 274 }
275 #endif 275 #endif
276 276
277 TEST_PPAPI_IN_PROCESS(FLAKY_FlashClipboard) 277 TEST_PPAPI_IN_PROCESS(FlashClipboard)
278 TEST_PPAPI_OUT_OF_PROCESS(FLAKY_FlashClipboard) 278 TEST_PPAPI_OUT_OF_PROCESS(FlashClipboard)
279 279
280 #if defined(OS_POSIX) 280 #if defined(OS_POSIX)
281 #define MAYBE_DirectoryReader FLAKY_DirectoryReader 281 #define MAYBE_DirectoryReader FLAKY_DirectoryReader
282 #else 282 #else
283 #define MAYBE_DirectoryReader DirectoryReader 283 #define MAYBE_DirectoryReader DirectoryReader
284 #endif 284 #endif
285 285
286 // Flaky on Mac + Linux, maybe http://codereview.chromium.org/7094008 286 // Flaky on Mac + Linux, maybe http://codereview.chromium.org/7094008
287 TEST_F(PPAPITest, MAYBE_DirectoryReader) { 287 TEST_F(PPAPITest, MAYBE_DirectoryReader) {
288 RunTestViaHTTP("DirectoryReader"); 288 RunTestViaHTTP("DirectoryReader");
(...skipping 12 matching lines...) Expand all
301 TEST_F(OutOfProcessPPAPITest, FAILS_Transport) { 301 TEST_F(OutOfProcessPPAPITest, FAILS_Transport) {
302 RunTestViaHTTP("Transport"); 302 RunTestViaHTTP("Transport");
303 } 303 }
304 #endif // ENABLE_P2P_APIS 304 #endif // ENABLE_P2P_APIS
305 305
306 TEST_PPAPI_IN_PROCESS(UMA) 306 TEST_PPAPI_IN_PROCESS(UMA)
307 // There is no proxy. 307 // There is no proxy.
308 TEST_F(OutOfProcessPPAPITest, FAILS_UMA) { 308 TEST_F(OutOfProcessPPAPITest, FAILS_UMA) {
309 RunTest("UMA"); 309 RunTest("UMA");
310 } 310 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/tests/test_core.cc » ('j') | ppapi/tests/test_flash_clipboard.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698