| OLD | NEW |
| 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 #include "chrome/test/ppapi/ppapi_test.h" | 5 #include "chrome/test/ppapi/ppapi_test.h" |
| 6 | 6 |
| 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 "chrome/browser/content_settings/host_content_settings_map.h" | 9 #include "chrome/browser/content_settings/host_content_settings_map.h" |
| 10 #include "chrome/browser/profiles/profile.h" | 10 #include "chrome/browser/profiles/profile.h" |
| (...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 460 TEST_PPAPI_NACL_VIA_HTTP(DISABLED_URLLoader_AbortCalls) | 460 TEST_PPAPI_NACL_VIA_HTTP(DISABLED_URLLoader_AbortCalls) |
| 461 TEST_PPAPI_NACL_VIA_HTTP(DISABLED_URLLoader_UntendedLoad) | 461 TEST_PPAPI_NACL_VIA_HTTP(DISABLED_URLLoader_UntendedLoad) |
| 462 | 462 |
| 463 // URLRequestInfo tests. | 463 // URLRequestInfo tests. |
| 464 TEST_PPAPI_IN_PROCESS_VIA_HTTP(URLRequest_CreateAndIsURLRequestInfo) | 464 TEST_PPAPI_IN_PROCESS_VIA_HTTP(URLRequest_CreateAndIsURLRequestInfo) |
| 465 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(URLRequest_CreateAndIsURLRequestInfo) | 465 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(URLRequest_CreateAndIsURLRequestInfo) |
| 466 | 466 |
| 467 // Timing out on Windows. http://crbug.com/129571 | 467 // Timing out on Windows. http://crbug.com/129571 |
| 468 #if defined(OS_WIN) | 468 #if defined(OS_WIN) |
| 469 #define MAYBE_URLRequest_CreateAndIsURLRequestInfo \ | 469 #define MAYBE_URLRequest_CreateAndIsURLRequestInfo \ |
| 470 FLAKY_URLRequest_CreateAndIsURLRequestInfo | 470 DISABLED_URLRequest_CreateAndIsURLRequestInfo |
| 471 #else | 471 #else |
| 472 #define MAYBE_URLRequest_CreateAndIsURLRequestInfo \ | 472 #define MAYBE_URLRequest_CreateAndIsURLRequestInfo \ |
| 473 URLRequest_CreateAndIsURLRequestInfo | 473 URLRequest_CreateAndIsURLRequestInfo |
| 474 #endif | 474 #endif |
| 475 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_URLRequest_CreateAndIsURLRequestInfo) | 475 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_URLRequest_CreateAndIsURLRequestInfo) |
| 476 | 476 |
| 477 TEST_PPAPI_IN_PROCESS_VIA_HTTP(URLRequest_SetProperty) | 477 TEST_PPAPI_IN_PROCESS_VIA_HTTP(URLRequest_SetProperty) |
| 478 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(URLRequest_SetProperty) | 478 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(URLRequest_SetProperty) |
| 479 // http://crbug.com/167150 | 479 // http://crbug.com/167150 |
| 480 TEST_PPAPI_NACL_VIA_HTTP(DISABLED_URLRequest_SetProperty) | 480 TEST_PPAPI_NACL_VIA_HTTP(DISABLED_URLRequest_SetProperty) |
| (...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 955 #define MAYBE_FlashFullscreen DISABLED_FlashFullscreen | 955 #define MAYBE_FlashFullscreen DISABLED_FlashFullscreen |
| 956 #else | 956 #else |
| 957 #define MAYBE_FlashFullscreen FlashFullscreen | 957 #define MAYBE_FlashFullscreen FlashFullscreen |
| 958 #endif | 958 #endif |
| 959 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_FlashFullscreen) | 959 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_FlashFullscreen) |
| 960 | 960 |
| 961 TEST_PPAPI_IN_PROCESS(TalkPrivate) | 961 TEST_PPAPI_IN_PROCESS(TalkPrivate) |
| 962 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) | 962 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) |
| 963 | 963 |
| 964 #endif // ADDRESS_SANITIZER | 964 #endif // ADDRESS_SANITIZER |
| OLD | NEW |