This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001253] Kernel tests on small memory targets


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001253

--- Comment #21 from Ilija Kocho <ilijak@siva.com.mk> 2011-07-05 16:09:16 BST ---
(In reply to comment #19)
> (In reply to comment #11)
> 
> > 3. fptests - the program as it is at present, would need major rework
> > (if ever possible) in order to make it work on little memory. That's
> > the reason why I have proposed a workaround that deliberately "gives
> > up" if memory is too little.
> 
> IMO (for now) it's better to use a standard eCos catch there:
> 
>   #ifndef NA_MSG
> 
>    ...
> 
>   #else /* ifndef NA_MSG */
> 
>   externC void
>   cyg_start( void )
>   {
>       CYG_TEST_INIT();
>       CYG_TEST_NA(NA_MSG);
>   }
>   #endif
> 
> instead of fixing NTHREADS value.

Elegant. We can use NA_MSG.

In addition it would be good to test for 48 KiB (I have tested 64 KiB -
passed).

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]