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 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1244 // Mac/Aura reach NOTIMPLEMENTED/time out. | 1244 // Mac/Aura reach NOTIMPLEMENTED/time out. |
1245 // mac: http://crbug.com/96767 | 1245 // mac: http://crbug.com/96767 |
1246 // aura: http://crbug.com/104384 | 1246 // aura: http://crbug.com/104384 |
1247 #if defined(OS_MACOSX) | 1247 #if defined(OS_MACOSX) |
1248 #define MAYBE_FlashFullscreen DISABLED_FlashFullscreen | 1248 #define MAYBE_FlashFullscreen DISABLED_FlashFullscreen |
1249 #else | 1249 #else |
1250 #define MAYBE_FlashFullscreen FlashFullscreen | 1250 #define MAYBE_FlashFullscreen FlashFullscreen |
1251 #endif | 1251 #endif |
1252 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_FlashFullscreen) | 1252 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_FlashFullscreen) |
1253 | 1253 |
| 1254 TEST_PPAPI_OUT_OF_PROCESS(PDF) |
| 1255 |
1254 TEST_PPAPI_IN_PROCESS(TalkPrivate) | 1256 TEST_PPAPI_IN_PROCESS(TalkPrivate) |
1255 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) | 1257 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) |
1256 | 1258 |
1257 #endif // ADDRESS_SANITIZER | 1259 #endif // ADDRESS_SANITIZER |
OLD | NEW |