On Mon, Feb 1, 2010 at 12:31 AM, Mitani <[email protected]> wrote: > Hi, > > I understood that rt_sigaction01, rt_sigprocmask01 and rt_sigsuspend01 > tests failure is architecture(x86_64) specific issues. > Sorry, I don't know how do I fix it, yet. > > But when I examined these issues, I noticed that rt_sigaction's test > also has rt_sigaction{02-03} tests. > Currently, rt_sigaction{02-03} are not run. > I think that it's also necessary to run rt_sigaction{02-03} tests > because rt_sigaction01 test well running at x86 architecture. > How about add rt_sigaction{02-03} to the test case? > > If "./runtest/syscalls" is fixed, these tests succeed as follows: > > ------------ > > Test Start Time: Mon Feb 1 16:38:37 2010 > ----------------------------------------- > Testcase Result Exit Value > -------- ------ ---------- > rt_sigaction01 PASS 0 > rt_sigaction02 PASS 0 > rt_sigaction03 PASS 0 > ----------------------------------------------- > Total Tests: 3 > Total Failures: 0 > Kernel Version: 2.6.18-164.el5 > Machine Architecture: i686 > Hostname: 5-4.localdomain > > ------------ > > Index: > ./runtest/syscalls > ============ > --- runtest/syscalls.org 2009-12-16 04:32:18.000000000 +0900 > +++ runtest/syscalls 2010-02-01 16:48:43.000000000 +0900 > @@ -801,6 +801,8 @@ > rmdir05 rmdir05 > > rt_sigaction01 rt_sigaction01 > +rt_sigaction02 rt_sigaction02 > +rt_sigaction03 rt_sigaction03 > rt_sigprocmask01 rt_sigprocmask01 > rt_sigprocmask02 rt_sigprocmask02 > rt_sigqueueinfo01 rt_sigqueueinfo01 > ============
Sounds like a plan. Will be committed in a few mins. Thanks! -Garrett ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
