Reputation: 1
I'm having hard time to compile webkit with IPC tests. For example, I would like to run the following test: https://github.com/WebKit/WebKit/blob/main/LayoutTests/ipc/async-with-reply.html
I understood that I need to compile webkit with ENABLE_IPC_TESTING_API and IPC_TESTING_API flgs, so I did:--cmakeargs="-DENABLE_IPC_TESTING_API=ON -DIPC_TESTING_API=ON" --makeargs="-DENABLE_IPC_TESTING_API=ON -DIPC_TESTING_API=ON"
to build-webkit script. It seems that it doesn't work, however. Whenever I try to run t./Tools/Scripts/run-webkit-tests ./LayoutTests/ipc/
it find 0 tests and doesn't do anything.
any help will be great, thanks!
Upvotes: 0
Views: 25