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

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

Issue 8771026: Enable the out of process var test. It seems to work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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) 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/browser/plugin_service.h" 9 #include "content/browser/plugin_service.h"
10 #include "content/public/common/content_switches.h" 10 #include "content/public/common/content_switches.h"
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 TEST_PPAPI_IN_PROCESS(URLUtil) 309 TEST_PPAPI_IN_PROCESS(URLUtil)
310 TEST_PPAPI_OUT_OF_PROCESS(URLUtil) 310 TEST_PPAPI_OUT_OF_PROCESS(URLUtil)
311 311
312 TEST_PPAPI_IN_PROCESS(CharSet) 312 TEST_PPAPI_IN_PROCESS(CharSet)
313 TEST_PPAPI_OUT_OF_PROCESS(CharSet) 313 TEST_PPAPI_OUT_OF_PROCESS(CharSet)
314 314
315 TEST_PPAPI_IN_PROCESS(Crypto) 315 TEST_PPAPI_IN_PROCESS(Crypto)
316 TEST_PPAPI_OUT_OF_PROCESS(Crypto) 316 TEST_PPAPI_OUT_OF_PROCESS(Crypto)
317 317
318 TEST_PPAPI_IN_PROCESS(Var) 318 TEST_PPAPI_IN_PROCESS(Var)
319 // http://crbug.com/89961 319 TEST_PPAPI_OUT_OF_PROCESS(Var)
320 TEST_F(OutOfProcessPPAPITest, FAILS_Var) {
321 RunTest("Var");
322 }
323 TEST_PPAPI_NACL_VIA_HTTP(Var) 320 TEST_PPAPI_NACL_VIA_HTTP(Var)
324 321
325 TEST_PPAPI_IN_PROCESS(VarDeprecated) 322 TEST_PPAPI_IN_PROCESS(VarDeprecated)
326 // Disabled because it times out: http://crbug.com/89961 323 // Disabled because it times out: http://crbug.com/89961
327 //TEST_PPAPI_OUT_OF_PROCESS(VarDeprecated) 324 //TEST_PPAPI_OUT_OF_PROCESS(VarDeprecated)
328 325
329 // Windows defines 'PostMessage', so we have to undef it. 326 // Windows defines 'PostMessage', so we have to undef it.
330 #ifdef PostMessage 327 #ifdef PostMessage
331 #undef PostMessage 328 #undef PostMessage
332 #endif 329 #endif
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 TEST_PPAPI_OUT_OF_PROCESS(AudioConfig_InvalidConfigs) 474 TEST_PPAPI_OUT_OF_PROCESS(AudioConfig_InvalidConfigs)
478 475
479 TEST_PPAPI_IN_PROCESS(Audio_Creation) 476 TEST_PPAPI_IN_PROCESS(Audio_Creation)
480 TEST_PPAPI_IN_PROCESS(Audio_DestroyNoStop) 477 TEST_PPAPI_IN_PROCESS(Audio_DestroyNoStop)
481 TEST_PPAPI_IN_PROCESS(Audio_Failures) 478 TEST_PPAPI_IN_PROCESS(Audio_Failures)
482 TEST_PPAPI_OUT_OF_PROCESS(Audio_Creation) 479 TEST_PPAPI_OUT_OF_PROCESS(Audio_Creation)
483 TEST_PPAPI_OUT_OF_PROCESS(Audio_DestroyNoStop) 480 TEST_PPAPI_OUT_OF_PROCESS(Audio_DestroyNoStop)
484 TEST_PPAPI_OUT_OF_PROCESS(Audio_Failures) 481 TEST_PPAPI_OUT_OF_PROCESS(Audio_Failures)
485 482
486 #endif // ADDRESS_SANITIZER 483 #endif // ADDRESS_SANITIZER
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