[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ltp-cvs
Subject:    [Ltp-cvs] ltp/testcases/kernel/syscalls/getitimer getitimer02.c,1.2,1.3
From:       Mike Frysinger <vapier () users ! sourceforge ! net>
Date:       2006-02-27 4:30:26
Message-ID: E1FDa1i-0005c9-J7 () mail ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/ltp/ltp/testcases/kernel/syscalls/getitimer
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17334/getitimer

Modified Files:
	getitimer02.c 
Log Message:
Fix by Jane Lv to disable test on uClinux

Index: getitimer02.c
===================================================================
RCS file: /cvsroot/ltp/ltp/testcases/kernel/syscalls/getitimer/getitimer02.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** getitimer02.c	26 Mar 2003 19:40:13 -0000	1.2
--- getitimer02.c	27 Feb 2006 04:30:24 -0000	1.3
***************
*** 58,68 ****
  #include <sys/time.h>
  
- void cleanup(void);
- void setup(void);
- 
  char *TCID= "getitimer02";
  int TST_TOTAL = 1;
  extern int Tst_count;
  
  int exp_enos[] = {EFAULT, 0};
  
--- 58,70 ----
  #include <sys/time.h>
  
  char *TCID= "getitimer02";
  int TST_TOTAL = 1;
  extern int Tst_count;
  
+ #if !defined(UCLINUX)
+ 
+ void cleanup(void);
+ void setup(void);
+ 
  int exp_enos[] = {EFAULT, 0};
  
***************
*** 153,154 ****
--- 155,165 ----
  }
  
+ #else
+ 
+ int main(void)
+ {
+ 	tst_resm(TINFO, "test is not available on uClinux");
+ 	return 0;
+ }
+ 
+ #endif /* if !defined(UCLINUX) */



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Ltp-cvs mailing list
Ltp-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic