OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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 "content/test/ppapi/ppapi_test.h" | 5 #include "content/test/ppapi/ppapi_test.h" |
6 #include "ppapi/shared_impl/test_harness_utils.h" | 6 #include "ppapi/shared_impl/test_harness_utils.h" |
7 | 7 |
8 // This file lists tests for Pepper APIs (without NaCl) against content_shell. | 8 // This file lists tests for Pepper APIs (without NaCl) against content_shell. |
9 // TODO(teravest): Move more tests here. http://crbug.com/371873 | 9 // TODO(teravest): Move more tests here. http://crbug.com/371873 |
10 | 10 |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 RunTestAndReload("Instance_RecursiveObjects"); | 101 RunTestAndReload("Instance_RecursiveObjects"); |
102 } | 102 } |
103 | 103 |
104 TEST_PPAPI_OUT_OF_PROCESS(MediaStreamAudioTrack) | 104 TEST_PPAPI_OUT_OF_PROCESS(MediaStreamAudioTrack) |
105 | 105 |
106 TEST_PPAPI_OUT_OF_PROCESS(MediaStreamVideoTrack) | 106 TEST_PPAPI_OUT_OF_PROCESS(MediaStreamVideoTrack) |
107 | 107 |
108 TEST_PPAPI_IN_PROCESS(Memory) | 108 TEST_PPAPI_IN_PROCESS(Memory) |
109 TEST_PPAPI_OUT_OF_PROCESS(Memory) | 109 TEST_PPAPI_OUT_OF_PROCESS(Memory) |
110 | 110 |
| 111 TEST_PPAPI_OUT_OF_PROCESS(MessageHandler) |
| 112 |
111 TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Basics) | 113 TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Basics) |
112 TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Post) | 114 TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Post) |
113 | 115 |
114 TEST_PPAPI_OUT_OF_PROCESS(NetworkProxy) | 116 TEST_PPAPI_OUT_OF_PROCESS(NetworkProxy) |
115 | 117 |
116 // TODO(danakj): http://crbug.com/115286 | 118 // TODO(danakj): http://crbug.com/115286 |
117 TEST_PPAPI_IN_PROCESS(DISABLED_Scrollbar) | 119 TEST_PPAPI_IN_PROCESS(DISABLED_Scrollbar) |
118 // http://crbug.com/89961 | 120 // http://crbug.com/89961 |
119 TEST_PPAPI_OUT_OF_PROCESS(DISABLED_Scrollbar) | 121 TEST_PPAPI_OUT_OF_PROCESS(DISABLED_Scrollbar) |
120 | 122 |
(...skipping 20 matching lines...) Expand all Loading... |
141 TEST_PPAPI_IN_PROCESS(VarResource) | 143 TEST_PPAPI_IN_PROCESS(VarResource) |
142 TEST_PPAPI_OUT_OF_PROCESS(VarResource) | 144 TEST_PPAPI_OUT_OF_PROCESS(VarResource) |
143 | 145 |
144 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoder) | 146 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoder) |
145 | 147 |
146 TEST_PPAPI_IN_PROCESS(VideoDecoderDev) | 148 TEST_PPAPI_IN_PROCESS(VideoDecoderDev) |
147 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoderDev) | 149 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoderDev) |
148 | 150 |
149 } // namespace | 151 } // namespace |
150 } // namespace content | 152 } // namespace content |
OLD | NEW |