Chromium Code Reviews| 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 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1019 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_Basics) | 1019 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_Basics) |
| 1020 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess) | 1020 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess) |
| 1021 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray) | 1021 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray) |
| 1022 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement) | 1022 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement) |
| 1023 | 1023 |
| 1024 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics) | 1024 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics) |
| 1025 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit) | 1025 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit) |
| 1026 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics) | 1026 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics) |
| 1027 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit) | 1027 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit) |
| 1028 | 1028 |
| 1029 TEST_PPAPI_IN_PROCESS(MouseCursor) | |
|
dmichael (off chromium)
2012/03/26 17:43:17
you could separate your 3 tests out, though I'm no
| |
| 1030 TEST_PPAPI_OUT_OF_PROCESS(MouseCursor) | |
| 1031 TEST_PPAPI_NACL_VIA_HTTP(MouseCursor) | |
| 1032 | |
| 1029 #endif // ADDRESS_SANITIZER | 1033 #endif // ADDRESS_SANITIZER |
| OLD | NEW |