[Webkit-unassigned] [Bug 68509] [EFL] Implementation of Unit Tests framework for the WebKit-Efl port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 25 02:09:46 PDT 2012


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





--- Comment #29 from Krzysztof Czech <k.czech at samsung.com>  2012-05-25 02:08:49 PST ---
> One general problem that I see here is that our tests should be written in C, 
> not C++, since the main customer of ours API are C programs. Not sure if this
> is really a big deal or not, but writing tests in C makes us consumers of our
> own API and might influence some design decisions.

What do you mean that tests should be written in C?.
Generally if you look at the example tests sources (EwkUriTests.cpp), there are no any specific C++ features.
I guess, you probably thought about EFLTestView.h and "explicit" keyword.
I agree with you that our main targets are C programs, so in this case mixing C++ may not be a good idea.
It will not be a big effort to tailor it for our needs.

-- 
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