WorkQueue tests exist, but we simply are not compiling them yet.
Created attachment 248229 [details] Patch
Comment on attachment 248229 [details] Patch Looks like this doesn’t compile on EFL. We should fix that before making this change.
It seems that the issue is that WorkQueue moved to WTF, but a WorkQeueue dependency for EFL, DispatchQueue, is still part of WebKit2.
${WTF_DIR}/wtf/efl should be added to the list of the include directories in Tools/TestWebKitAPI/PlatformEfl.cmake to fix the EFL build. (after bug142493)
Created attachment 248259 [details] Patch
Comment on attachment 248259 [details] Patch Clearing flags on attachment: 248259 Committed r181275: <http://trac.webkit.org/changeset/181275>
All reviewed patches have been landed. Closing bug.