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 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
934 ); | 934 ); |
935 } | 935 } |
936 IN_PROC_BROWSER_TEST_F(PPAPIPrivateNaClPNaClTest, MAYBE_PNaCl_FileIO_Private) { | 936 IN_PROC_BROWSER_TEST_F(PPAPIPrivateNaClPNaClTest, MAYBE_PNaCl_FileIO_Private) { |
937 RunTestViaHTTP( | 937 RunTestViaHTTP( |
938 LIST_TEST(FileIO_RequestOSFileHandle) | 938 LIST_TEST(FileIO_RequestOSFileHandle) |
939 LIST_TEST(FileIO_RequestOSFileHandleWithOpenExclusive) | 939 LIST_TEST(FileIO_RequestOSFileHandleWithOpenExclusive) |
940 LIST_TEST(FileIO_Mmap) | 940 LIST_TEST(FileIO_Mmap) |
941 ); | 941 ); |
942 } | 942 } |
943 | 943 |
| 944 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(FileMapping) |
| 945 TEST_PPAPI_NACL(FileMapping) |
| 946 |
944 IN_PROC_BROWSER_TEST_F(PPAPITest, FileRef) { | 947 IN_PROC_BROWSER_TEST_F(PPAPITest, FileRef) { |
945 RunTestViaHTTP( | 948 RunTestViaHTTP( |
946 LIST_TEST(FileRef_Create) | 949 LIST_TEST(FileRef_Create) |
947 LIST_TEST(FileRef_GetFileSystemType) | 950 LIST_TEST(FileRef_GetFileSystemType) |
948 LIST_TEST(FileRef_GetName) | 951 LIST_TEST(FileRef_GetName) |
949 LIST_TEST(FileRef_GetPath) | 952 LIST_TEST(FileRef_GetPath) |
950 LIST_TEST(FileRef_GetParent) | 953 LIST_TEST(FileRef_GetParent) |
951 LIST_TEST(FileRef_MakeDirectory) | 954 LIST_TEST(FileRef_MakeDirectory) |
952 LIST_TEST(FileRef_QueryAndTouchFile) | 955 LIST_TEST(FileRef_QueryAndTouchFile) |
953 LIST_TEST(FileRef_DeleteFileAndDirectory) | 956 LIST_TEST(FileRef_DeleteFileAndDirectory) |
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1640 LIST_TEST(FlashDRM_GetHmonitor) | 1643 LIST_TEST(FlashDRM_GetHmonitor) |
1641 LIST_TEST(FlashDRM_GetVoucherFile)); | 1644 LIST_TEST(FlashDRM_GetVoucherFile)); |
1642 } | 1645 } |
1643 | 1646 |
1644 TEST_PPAPI_IN_PROCESS(TalkPrivate) | 1647 TEST_PPAPI_IN_PROCESS(TalkPrivate) |
1645 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) | 1648 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) |
1646 | 1649 |
1647 #if defined(OS_CHROMEOS) | 1650 #if defined(OS_CHROMEOS) |
1648 TEST_PPAPI_OUT_OF_PROCESS(OutputProtectionPrivate) | 1651 TEST_PPAPI_OUT_OF_PROCESS(OutputProtectionPrivate) |
1649 #endif | 1652 #endif |
OLD | NEW |