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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
718 #endif | 718 #endif |
719 | 719 |
720 TEST_PPAPI_IN_PROCESS_VIA_HTTP(MAYBE_Fullscreen) | 720 TEST_PPAPI_IN_PROCESS_VIA_HTTP(MAYBE_Fullscreen) |
721 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(MAYBE_Fullscreen) | 721 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(MAYBE_Fullscreen) |
722 TEST_PPAPI_NACL(MAYBE_Fullscreen) | 722 TEST_PPAPI_NACL(MAYBE_Fullscreen) |
723 | 723 |
724 TEST_PPAPI_IN_PROCESS(X509CertificatePrivate) | 724 TEST_PPAPI_IN_PROCESS(X509CertificatePrivate) |
725 TEST_PPAPI_OUT_OF_PROCESS(X509CertificatePrivate) | 725 TEST_PPAPI_OUT_OF_PROCESS(X509CertificatePrivate) |
726 | 726 |
727 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(DirectoryReader) | 727 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(DirectoryReader) |
| 728 TEST_PPAPI_NACL(DirectoryReader); |
728 | 729 |
729 // There is no proxy. This is used for PDF metrics reporting, and PDF only | 730 // There is no proxy. This is used for PDF metrics reporting, and PDF only |
730 // runs in process, so there's currently no need for a proxy. | 731 // runs in process, so there's currently no need for a proxy. |
731 TEST_PPAPI_IN_PROCESS(UMA) | 732 TEST_PPAPI_IN_PROCESS(UMA) |
732 | 733 |
733 // NetAddress tests | 734 // NetAddress tests |
734 IN_PROC_BROWSER_TEST_F(PPAPITest, NetAddress) { | 735 IN_PROC_BROWSER_TEST_F(PPAPITest, NetAddress) { |
735 RunTestViaHTTP( | 736 RunTestViaHTTP( |
736 LIST_TEST(NetAddressPrivate_AreEqual) | 737 LIST_TEST(NetAddressPrivate_AreEqual) |
737 LIST_TEST(NetAddressPrivate_AreHostsEqual) | 738 LIST_TEST(NetAddressPrivate_AreHostsEqual) |
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1248 #define MAYBE_FlashFullscreen DISABLED_FlashFullscreen | 1249 #define MAYBE_FlashFullscreen DISABLED_FlashFullscreen |
1249 #else | 1250 #else |
1250 #define MAYBE_FlashFullscreen FlashFullscreen | 1251 #define MAYBE_FlashFullscreen FlashFullscreen |
1251 #endif | 1252 #endif |
1252 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_FlashFullscreen) | 1253 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_FlashFullscreen) |
1253 | 1254 |
1254 TEST_PPAPI_IN_PROCESS(TalkPrivate) | 1255 TEST_PPAPI_IN_PROCESS(TalkPrivate) |
1255 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) | 1256 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) |
1256 | 1257 |
1257 #endif // ADDRESS_SANITIZER | 1258 #endif // ADDRESS_SANITIZER |
OLD | NEW |