Garrett Cooper wrote: > 2010/10/31 Mitani <[email protected]>: ... >> int main() >> { >> @@ -133,6 +152,12 @@ >> >> struct sigaction sa; >> >> + /* Checking for Kernel Version */ >> + if ( kernel_ver_cmp(2, 6, 21) != 0 ) >> + { >> + UNTESTED( "sem_wait() returned EINTR on kernel versions >> lower than 2.6.22" ); >> + } >> + >> /* Initialize output */ >> output_init(); >> >> ============ >> >> Above patch is revision only for templates. >> The following procedure is necessary after applying patch: >> ------------ >> #cd testcases/open_posix_testsuite/conformance/interfaces/sigaction/ >> #./gentests.pl >> ------------ >> >> Similar revisions are necessary for other 25 "sigaction" tests. > > Sorry, but Linux-isms can't leak into the open_posix_testsuite. > Same with BSDisms (at least they shouldn't... if they do, then slap me > or whoever did the commit).
Do you mean the culprit is Linux-isms? IMO, the test cases are good. Gui > Thanks! > -Garrett > ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
