| 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/ui/ppapi_uitest.h" | 5 #include "chrome/test/ui/ppapi_uitest.h" |
| 6 | 6 |
| 7 #include "base/command_line.h" | 7 #include "base/command_line.h" |
| 8 #include "base/file_util.h" | 8 #include "base/file_util.h" |
| 9 #include "base/path_service.h" | 9 #include "base/path_service.h" |
| 10 #include "base/stringprintf.h" | 10 #include "base/stringprintf.h" |
| (...skipping 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1015 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_Basics) | 1015 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_Basics) |
| 1016 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess) | 1016 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess) |
| 1017 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray) | 1017 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray) |
| 1018 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement) | 1018 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement) |
| 1019 | 1019 |
| 1020 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics) | 1020 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics) |
| 1021 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit) | 1021 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit) |
| 1022 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics) | 1022 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics) |
| 1023 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit) | 1023 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit) |
| 1024 | 1024 |
| 1025 TEST_PPAPI_IN_PROCESS(MouseCursor) |
| 1026 TEST_PPAPI_OUT_OF_PROCESS(MouseCursor) |
| 1027 TEST_PPAPI_NACL_VIA_HTTP(MouseCursor) |
| 1028 |
| 1025 #endif // ADDRESS_SANITIZER | 1029 #endif // ADDRESS_SANITIZER |
| OLD | NEW |