[Webkit-unassigned] [Bug 132686] REGRESSION(CMAKE): [GTK] InputMethodFilter unit test is not built

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 9 23:43:08 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=132686





--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-05-09 23:43:30 PST ---
(In reply to comment #2)
> (From update of attachment 231148 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=231148&action=review
> 
> > Tools/ChangeLog:9
> > +        a single binary TestWebCore with the other Webcore tests. Also
> 
> Super nit: Webcore -> WebCore

:-)

> > Tools/TestWebKitAPI/PlatformGTK.cmake:125
> > -set(test_webcore_BINARIES
> > -    LayoutUnit
> > -    URL
> > +add_executable(TestWebCore
> > +    ${test_main_SOURCES}
> > +    ${TestWebCoreGtk_SOURCES}
> > +    ${TESTWEBKITAPI_DIR}/TestsController.cpp
> > +    ${TESTWEBKITAPI_DIR}/Tests/WebCore/LayoutUnit.cpp
> > +    ${TESTWEBKITAPI_DIR}/Tests/WebCore/URL.cpp
> >  )
> 
> I think if we are going to go our own way on all of these unit tests, we should just stop using the shared CMakeLists.txt.

No, WTF tests and the injected bundle lib for WebKit2 tests are shared in CMakeLists.txt, I would propose the other way around and move this approach to the common file, but that would be a different issue, because we were already adding those binaries in the platform specific file.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list