----- Original Message -----
> Hi!
> > +void setup(void)
> > +{
> > +   long mem_total, hpage_size;
> > +
> > +   tst_require_root(NULL);
> > +
> > +   mem_total = read_meminfo("MemTotal:");
> > +   if (mem_total < 2L*1024*1024) {
> > +           tst_resm(TINFO, "Test requires more than 2GB of RAM");
> > +           tst_exit();
> 
> This should be:
> 
>                 tst_brmk(TCONF, "Test requires more than 2GB of RAM");
Agreed! could you please help me to correct it, or need I post a new one?

Regards,
Li Wang

> 
> As I said in the last mail.
> 
> Otherwise it looks fine.
> 
> --
> Cyril Hrubis
> chru...@suse.cz
> 

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to