On Friday, January 18, 2013, Stefan Schmidt wrote:

> Hello.
>
> On 17/01/13 19:13, Enlightenment SVN wrote:
> > Log:
> > eina/tests: fix some warnings and use better ck macros.
> >
> >
> > Author:       barbieri
> > Date:         2013-01-17 11:13:24 -0800 (Thu, 17 Jan 2013)
> > New Revision: 82943
> > Trac:         http://trac.enlightenment.org/e/changeset/82943
> >
> > Modified:
> >    trunk/efl/src/tests/eina/eina_test_barrier.c
> trunk/efl/src/tests/eina/eina_test_sched.c
> >
> > Modified: trunk/efl/src/tests/eina/eina_test_barrier.c
> > ===================================================================
> > --- trunk/efl/src/tests/eina/eina_test_barrier.c      2013-01-17
> 18:55:32 UTC (rev 82942)
> > +++ trunk/efl/src/tests/eina/eina_test_barrier.c      2013-01-17
> 19:13:24 UTC (rev 82943)
> > @@ -61,23 +61,49 @@
> >
> >   START_TEST(eina_barrier_test_simple)
> >   {
> > -    eina_init();
> > -    eina_threads_init();
> > +    Eina_Bool r;
> > +    int i;
> >
> > -    eina_barrier_new(&barrier, 6);
> > -    eina_thread_create(&wk1, EINA_THREAD_NORMAL, 0, wk_func, NULL);
> > -    eina_thread_create(&wk2, EINA_THREAD_NORMAL, 0, wk_func, NULL);
> > -    eina_thread_create(&wk3, EINA_THREAD_NORMAL, 0, wk1_func, NULL);
> > -    eina_thread_create(&wk4, EINA_THREAD_NORMAL, 0, wk2_func, NULL);
> > -    eina_thread_create(&wk5, EINA_THREAD_NORMAL, 0, wk3_func, NULL);
> > +    i = eina_init();
> > +    ck_assert_int_ge(i, 1);
>
> This symbol is not available in libcheck 0.9.8-1.1ubuntu1. Seems to got
> added in version 0.9.9 which is available on the buildbot and thus it
> passes there.


We must bump required check's version. Could u do it?



>
> regards
> Stefan Schmidt
>
>
> ------------------------------------------------------------------------------
> Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
> much more. Get web development skills now with LearnDevNow -
> 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
> SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122812
> _______________________________________________
> enlightenment-devel mailing list
> [email protected] <javascript:;>
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: [email protected]
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to