RE: lsb 3.0 pthread test UNREPORTED failures

"Wichmann, Mats D" <[email protected]> Fri, 30 Dec 2005 19:00:42 -0800
Newsgroups gmane.linux.lsb.test-suite
Message-ID <A06801158AE07847B27A52C1A074BC1D096C3263@fmsmsx404.amr.corp.intel.com>
Turns out a lot of the people who might know more about this (I guess
that includes me) 
are on holiday until January.  If you don't start getting some comments
from us on this list
next week, please do remind us again.
 
Regards,
 
Mats
 
 
 


________________________________

	From: [email protected]
[mailto:[email protected]] On Behalf Of qiang.wang
	Sent: Friday, December 30, 2005 7:51 PM
	To: [email protected]
	Cc: Wang, Yong Y
	Subject: [Lsb-test] lsb 3.0 pthread test UNREPORTED failures
	
	
	Hi,
	I've posted a mail on this topic before.
	>From the opengroup.org, i found some explanations on
T.pthread_create and T.pthread_join, they said it's the test suite's own
deficiency.
	>   http://www.opengroup.org:8000/lsb/publicpr/PRView?PR=0082
	>   http://www.opengroup.org:8000/lsb/publicpr/PRView?PR=0084
	> I took a look at the test code of
T.pthread_attr_setdetachstate, i think there's the same problem.Besides,
I think the qmtest have the same problem too.
	> Could someone review it please.
	
	> The test suites i use is:
	> lsb-runtime-test-3.0.0-4.i486.rpm
	> qmtest_libstdcpp-3.4.3-3.lsb3.i486.rpm
	
	I wrote a test case, it will give the same result most cases,
but sometimes it works fine, just like the runtime and qmtest!!
	anyone have the same problems?
	
	
	
	The lsb 3.0 runtime test gives the following report :
	
	/tset/PTHR.os/thread/pthread_create/T.pthread_create 4
UNRESOLVED (WAIVED)
	/tset/PTHR.os/thread/pthread_create/T.pthread_create 11
UNRESOLVED
	/tset/PTHR.os/thread/pthread_join/T.pthread_join 4 UNRESOLVED
(WAIVED)
	
/tset/PTHR.os/threadattr/pthread_attr_setdetachstate/T.pthread_attr_setd
etachstate 3 UNRESOLVED
	
	
	
	I post the journal corresponds to  this part here:
	
	400|1013 4 1 20:11:47|IC Start
	200|1013 4 20:11:47|TP Start
	520|1013 4 00006007 1 1|A call to pthread_create(thread, attr,
start_routine, arg)
	520|1013 4 00006007 1 2|creates a new thread with the attributes
specified by attr
	520|1013 4 00006007 1 3|within the process containing the
calling thread, stores
	520|1013 4 00006007 1 4|the thread identifier of the newly
created thread in the
	520|1013 4 00006007 1 5|location referenced by thread, causes
the newly created
	520|1013 4 00006007 1 6|thread to execute the routine referenced
by start_routine
	520|1013 4 00006007 1 7|with arg as its sole argument, and
returns 0 if successful.
	520|1013 4 00006007 1 8|Posix Ref: Component PTHREAD_CREATE
	520|1013 4 00006007 1 9|Assertion 9945-1:1996 16.2.2.2-4(A)
	520|1013 4 00006007 10 1|waitpid() failed - errno 10 (ECHILD)
	520|1013 4 00006007 11 1|tet_fork, expected 0, got -1
	220|1013 4 2 20:11:47|UNRESOLVED
	410|1013 4 1 20:11:47|IC End
	
	
	400|1013 11 1 20:11:47|IC Start
	200|1013 11 20:11:47|TP Start
	520|1013 11 00006007 1 1|When the detachstate attribute of the
thread attribute object
	520|1013 11 00006007 1 2|referenced by attr is set to
PTHREAD_CREATE_DETACHED,
	520|1013 11 00006007 1 3|then a call to pthread_create(thread,
attr, start_routine, arg)
	520|1013 11 00006007 1 4|shall cause the new thread to be
created in the detached state.
	520|1013 11 00006007 1 5|Posix Ref: Component PTHREAD_CREATE
	520|1013 11 00006007 1 6|Assertion 9945-1:1996 16.2.1.2-11(A)
	520|1013 11 00006007 4 1|waitpid() failed - errno 10 (ECHILD)
	520|1013 11 00006007 5 1|tet_fork, expected 0, got -1
	220|1013 11 2 20:11:47|UNRESOLVED
	410|1013 11 1 20:11:47|IC End
	
	
	400|1017 4 1 20:12:07|IC Start
	200|1017 4 20:12:07|TP Start
	520|1017 4 00006213 1 1|When the value specified by thread does
not refer to a thread
	520|1017 4 00006213 1 2|that can be joined,
	520|1017 4 00006213 1 3|then a call to pthread_join(thread,
value_ptr) shall fail
	520|1017 4 00006213 1 4|and return EINVAL.
	520|1017 4 00006213 1 5|Posix Ref: Component PTHREAD_JOIN
	520|1017 4 00006213 1 6|Assertion 9945-1:1996 16.2.3.4-4(A)
	520|1017 4 00006213 3 1|waitpid() failed - errno 10 (ECHILD)
	520|1017 4 00006213 8 1|tet_fork, expected 0, got -1
	220|1017 4 2 20:12:07|UNRESOLVED
	410|1017 4 1 20:12:07|IC End
	
	
	400|1036 3 1 20:12:27|IC Start
	200|1036 3 20:12:27|TP Start
	520|1036 3 00006592 1 1|When detachstate has the value
PTHREAD_CREATE_DETACHED,
	520|1036 3 00006592 1 2|then a call to
	520|1036 3 00006592 1 3|pthread_attr_setdetachstate(attr,
detachstate)
	520|1036 3 00006592 1 4|shall cause all new threads created with
the attributes
	520|1036 3 00006592 1 5|object attr to be in the detached state.
	520|1036 3 00006592 1 6|Posix Ref: Component
PTHREAD_ATTR_SETDETACHSTATE
	520|1036 3 00006592 1 7|Assertion 9945-1:1996 16.2.1.2-3(A)
	520|1036 3 00006592 3 1|waitpid() failed - errno 10 (ECHILD)
	520|1036 3 00006592 7 1|tet_fork, expected 0, got -1
	220|1036 3 2 20:12:27|UNRESOLVED
	410|1036 3 1 20:12:27|IC End
	
	
	The qmtest reported:
	/22_locale/locale/cons/12658_thread.cc 1 UNREPORTED
	/24_iterators/istreambuf_iterator/2.cc 1 FAIL
	/demangle/abi_examples/01.cc 1 FAIL
	/demangle/abi_examples/02.cc 1 FAIL
	/thread/pthread1.cc 1 UNREPORTED
	/thread/pthread2.cc 1 UNREPORTED
	/thread/pthread3.cc 1 UNREPORTED
	/thread/pthread4.cc 1 UNREPORTED
	/thread/pthread5.cc 1 UNREPORTED
	/thread/pthread6.cc 1 UNREPORTED
	
	
	The journal:
	10|314 /22_locale/locale/cons/12658_thread.cc 18:30:41|TC Start
	200|314 1 18:30:41|TP Start
	520|314 1 0 1 1|QMTest ERROR in test
22_locale/locale/cons/12658_thread.cc
	520|314 1 0 1 2|DejaGNUTest.command_1:
	520|314 1 0 1 3|DejaGNUTest.command_1:
/opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_22_locale_locale_cons_12658_th
read.exe
	520|314 1 0 1 4|DejaGNUTest.command_1:
	520|314 1 0 1 5|DejaGNUTest.command_1:
	520|314 1 0 1 6|qmtest.cause: An exception occurred.
	520|314 1 0 1 7|qmtest.end_time: 2005-12-14T02:30:49Z
	520|314 1 0 1 8|qmtest.exception: exceptions.OSError: [Errno 10]
No child processes
	520|314 1 0 1 9|qmtest.start_time: 2005-12-14T02:30:41Z
	520|314 1 0 1 10|qmtest.target: local
	520|314 1 0 1 11|qmtest.traceback:
	520|314 1 0 1 12|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line
224, in RunTest
	520|314 1 0 1 13|qmtest.traceback:     descriptor.Run(context,
result)
	520|314 1 0 1 14|qmtest.traceback:
	520|314 1 0 1 15|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line
246, in Run520|314 1 0 1 16|qmtest.traceback:     self._Execute(context,
result, "Run")
	520|314 1 0 1 17|qmtest.traceback:
	520|314 1 0 1 18|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line
168, in _Execute
	520|314 1 0 1 19|qmtest.traceback:     eval("item.%s(context,
result)" % method)
	520|314 1 0 1 20|qmtest.traceback:
	520|314 1 0 1 21|qmtest.traceback:   File "<string>", line 0, in
?
	520|314 1 0 1 22|qmtest.traceback:
	520|314 1 0 1 23|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 460, in Run
	520|314 1 0 1 24|qmtest.traceback:     keep_output=keep_output)
	520|314 1 0 1 25|qmtest.traceback:
	520|314 1 0 1 26|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py"
, line 153, in _RunDGTest
	520|314 1 0 1 27|qmtest.traceback:
self._RunDGExecutePortion(file, context, result)
	520|314 1 0 1 28|qmtest.traceback:
	520|314 1 0 1 29|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 539, in _RunDGExecutePortion
	520|314 1 0 1 30|qmtest.traceback:     context, result)
	520|314 1 0 1 31|qmtest.traceback:
	520|314 1 0 1 32|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py"
, line 248, in _RunDGExecutePortion
	520|314 1 0 1 33|qmtest.traceback:     outcome =
self._RunTargetExecutable(context, result, file)
	520|314 1 0 1 34|qmtest.traceback:
	520|314 1 0 1 35|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 491, in _RunTargetExecutable
	520|314 1 0 1 36|qmtest.traceback:     return
sup._RunTargetExecutable(context, result, file, dir)
	520|314 1 0 1 37|qmtest.traceback:
	520|314 1 0 1 38|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_tes
t.py", line 167, in _RunTargetExecutable
	520|314 1 0 1 39|qmtest.traceback:     status =
executable.Run(command, environment, dir)
	520|314 1 0 1 40|qmtest.traceback:
	520|314 1 0 1 41|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line
548, in Run
	520|314 1 0 1 42|qmtest.traceback:     path)
	520|314 1 0 1 43|qmtest.traceback:
	520|314 1 0 1 44|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line
268, in Run
	520|314 1 0 1 45|qmtest.traceback:     status =
os.waitpid(child, 0)[1]
	520|314 1 0 1 46|qmtest.traceback:
	520|314 1 0 1 47|qmtest.traceback:
	220|314 1 7 18:30:49|UNREPORTED
	80|314 0 18:30:49|TC End
	
	
	10|1400 /thread/pthread1.cc 18:37:11|TC Start
	200|1400 1 18:37:11|TP Start
	520|1400 1 0 1 1|QMTest ERROR in test thread/pthread1.cc
	520|1400 1 0 1 2|DejaGNUTest.command_1:
	520|1400 1 0 1 3|DejaGNUTest.command_1:
/opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread1.exe
	520|1400 1 0 1 4|DejaGNUTest.command_1:
	520|1400 1 0 1 5|DejaGNUTest.command_1:
	520|1400 1 0 1 6|qmtest.cause: An exception occurred.
	520|1400 1 0 1 7|qmtest.end_time: 2005-12-14T02:37:13Z
	520|1400 1 0 1 8|qmtest.exception: exceptions.OSError: [Errno
10] No child processes
	520|1400 1 0 1 9|qmtest.start_time: 2005-12-14T02:37:11Z
	520|1400 1 0 1 10|qmtest.target: local
	520|1400 1 0 1 11|qmtest.traceback:
	520|1400 1 0 1 12|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line
224, in RunTest
	520|1400 1 0 1 13|qmtest.traceback:     descriptor.Run(context,
result)
	520|1400 1 0 1 14|qmtest.traceback:
	520|1400 1 0 1 15|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line
246, in Run
	520|1400 1 0 1 16|qmtest.traceback:     self._Execute(context,
result, "Run")
	520|1400 1 0 1 17|qmtest.traceback:
	520|1400 1 0 1 18|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line
168, in _Execute
	520|1400 1 0 1 19|qmtest.traceback:     eval("item.%s(context,
result)" % method)
	520|1400 1 0 1 20|qmtest.traceback:
	520|1400 1 0 1 21|qmtest.traceback:   File "<string>", line 0,
in ?
	520|1400 1 0 1 22|qmtest.traceback:
	520|1400 1 0 1 23|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 460, in Run
	520|1400 1 0 1 24|qmtest.traceback:     keep_output=keep_output)
	520|1400 1 0 1 25|qmtest.traceback:
	520|1400 1 0 1 26|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py"
, line 153, in _RunDGTest
	520|1400 1 0 1 27|qmtest.traceback:
self._RunDGExecutePortion(file, context, result)
	520|1400 1 0 1 28|qmtest.traceback:
	520|1400 1 0 1 29|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 539, in _RunDGExecutePortion
	520|1400 1 0 1 30|qmtest.traceback:     context, result)
	520|1400 1 0 1 31|qmtest.traceback:
	520|1400 1 0 1 32|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py"
, line 248, in _RunDGExecutePortion
	520|1400 1 0 1 33|qmtest.traceback:     outcome =
self._RunTargetExecutable(context, result, file)
	520|1400 1 0 1 34|qmtest.traceback:
	520|1400 1 0 1 35|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 491, in _RunTargetExecutable
	520|1400 1 0 1 36|qmtest.traceback:     return
sup._RunTargetExecutable(context, result, file, dir)
	520|1400 1 0 1 37|qmtest.traceback:
	520|1400 1 0 1 38|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_tes
t.py", line 167, in _RunTargetExecutable
	520|1400 1 0 1 39|qmtest.traceback:     status =
executable.Run(command, environment, dir)
	520|1400 1 0 1 40|qmtest.traceback:
	520|1400 1 0 1 41|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line
548, in Run
	520|1400 1 0 1 42|qmtest.traceback:     path)
	520|1400 1 0 1 43|qmtest.traceback:
	520|1400 1 0 1 44|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line
268, in Run
	520|1400 1 0 1 45|qmtest.traceback:     status =
os.waitpid(child, 0)[1]
	520|1400 1 0 1 46|qmtest.traceback:
	520|1400 1 0 1 47|qmtest.traceback:
	220|1400 1 7 18:37:13|UNREPORTED
	80|1400 0 18:37:13|TC End
	
	
	10|1401 /thread/pthread2.cc 18:37:13|TC Start
	200|1401 1 18:37:13|TP Start
	520|1401 1 0 1 1|QMTest ERROR in test thread/pthread2.cc
	520|1401 1 0 1 2|DejaGNUTest.command_1:
	520|1401 1 0 1 3|DejaGNUTest.command_1:
/opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread2.exe
	520|1401 1 0 1 4|DejaGNUTest.command_1:
	520|1401 1 0 1 5|DejaGNUTest.command_1:
	520|1401 1 0 1 6|qmtest.cause: An exception occurred.
	520|1401 1 0 1 7|qmtest.end_time: 2005-12-14T02:37:16Z
	520|1401 1 0 1 8|qmtest.exception: exceptions.OSError: [Errno
10] No child processes
	520|1401 1 0 1 9|qmtest.start_time: 2005-12-14T02:37:13Z
	520|1401 1 0 1 10|qmtest.target: local
	520|1401 1 0 1 11|qmtest.traceback:
	520|1401 1 0 1 12|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line
224, in RunTest
	520|1401 1 0 1 13|qmtest.traceback:     descriptor.Run(context,
result)
	520|1401 1 0 1 14|qmtest.traceback:
	520|1401 1 0 1 15|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line
246, in Run
	520|1401 1 0 1 16|qmtest.traceback:     self._Execute(context,
result, "Run")
	520|1401 1 0 1 17|qmtest.traceback:
	520|1401 1 0 1 18|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line
168, in _Execute
	520|1401 1 0 1 19|qmtest.traceback:     eval("item.%s(context,
result)" % method)
	520|1401 1 0 1 20|qmtest.traceback:
	520|1401 1 0 1 21|qmtest.traceback:   File "<string>", line 0,
in ?
	520|1401 1 0 1 22|qmtest.traceback:
	520|1401 1 0 1 23|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 460, in Run
	520|1401 1 0 1 24|qmtest.traceback:     keep_output=keep_output)
	520|1401 1 0 1 25|qmtest.traceback:
	520|1401 1 0 1 26|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py"
, line 153, in _RunDGTest
	520|1401 1 0 1 27|qmtest.traceback:
self._RunDGExecutePortion(file, context, result)
	520|1401 1 0 1 28|qmtest.traceback:
	520|1401 1 0 1 29|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 539, in _RunDGExecutePortion
	520|1401 1 0 1 30|qmtest.traceback:     context, result)
	520|1401 1 0 1 31|qmtest.traceback:
	520|1401 1 0 1 32|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py"
, line 248, in _RunDGExecutePortion
	520|1401 1 0 1 33|qmtest.traceback:     outcome =
self._RunTargetExecutable(context, result, file)
	520|1401 1 0 1 34|qmtest.traceback:
	520|1401 1 0 1 35|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 491, in _RunTargetExecutable
	520|1401 1 0 1 36|qmtest.traceback:     return
sup._RunTargetExecutable(context, result, file, dir)
	520|1401 1 0 1 37|qmtest.traceback:
	520|1401 1 0 1 38|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_tes
t.py", line 167, in _RunTargetExecutable
	520|1401 1 0 1 39|qmtest.traceback:     status =
executable.Run(command, environment, dir)
	520|1401 1 0 1 40|qmtest.traceback:
	520|1401 1 0 1 41|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line
548, in Run
	520|1401 1 0 1 42|qmtest.traceback:     path)
	520|1401 1 0 1 43|qmtest.traceback:
	520|1401 1 0 1 44|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line
268, in Run
	520|1401 1 0 1 45|qmtest.traceback:     status =
os.waitpid(child, 0)[1]
	520|1401 1 0 1 46|qmtest.traceback:
	520|1401 1 0 1 47|qmtest.traceback:
	220|1401 1 7 18:37:16|UNREPORTED
	80|1401 0 18:37:16|TC End
	
	
	10|1402 /thread/pthread3.cc 18:37:16|TC Start
	200|1402 1 18:37:16|TP Start
	520|1402 1 0 1 1|QMTest ERROR in test thread/pthread3.cc
	520|1402 1 0 1 2|DejaGNUTest.command_1:
	520|1402 1 0 1 3|DejaGNUTest.command_1:
/opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread3.exe
	520|1402 1 0 1 4|DejaGNUTest.command_1:
	520|1402 1 0 1 5|DejaGNUTest.command_1:
	520|1402 1 0 1 6|qmtest.cause: An exception occurred.
	520|1402 1 0 1 7|qmtest.end_time: 2005-12-14T02:37:17Z
	520|1402 1 0 1 8|qmtest.exception: exceptions.OSError: [Errno
10] No child processes
	520|1402 1 0 1 9|qmtest.start_time: 2005-12-14T02:37:16Z
	520|1402 1 0 1 10|qmtest.target: local
	520|1402 1 0 1 11|qmtest.traceback:
	520|1402 1 0 1 12|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line
224, in RunTest
	520|1402 1 0 1 13|qmtest.traceback:     descriptor.Run(context,
result)
	520|1402 1 0 1 14|qmtest.traceback:
	520|1402 1 0 1 15|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line
246, in Run
	520|1402 1 0 1 16|qmtest.traceback:     self._Execute(context,
result, "Run")
	520|1402 1 0 1 17|qmtest.traceback:
	520|1402 1 0 1 18|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line
168, in _Execute
	520|1402 1 0 1 19|qmtest.traceback:     eval("item.%s(context,
result)" % method)
	520|1402 1 0 1 20|qmtest.traceback:
	520|1402 1 0 1 21|qmtest.traceback:   File "<string>", line 0,
in ?
	520|1402 1 0 1 22|qmtest.traceback:
	520|1402 1 0 1 23|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 460, in Run
	520|1402 1 0 1 24|qmtest.traceback:     keep_output=keep_output)
	520|1402 1 0 1 25|qmtest.traceback:
	520|1402 1 0 1 26|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py"
, line 153, in _RunDGTest
	520|1402 1 0 1 27|qmtest.traceback:
self._RunDGExecutePortion(file, context, result)
	520|1402 1 0 1 28|qmtest.traceback:
	520|1402 1 0 1 29|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 539, in _RunDGExecutePortion
	520|1402 1 0 1 30|qmtest.traceback:     context, result)
	520|1402 1 0 1 31|qmtest.traceback:
	520|1402 1 0 1 32|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py"
, line 248, in _RunDGExecutePortion
	520|1402 1 0 1 33|qmtest.traceback:     outcome =
self._RunTargetExecutable(context, result, file)
	520|1402 1 0 1 34|qmtest.traceback:
	520|1402 1 0 1 35|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 491, in _RunTargetExecutable
	520|1402 1 0 1 36|qmtest.traceback:     return
sup._RunTargetExecutable(context, result, file, dir)
	520|1402 1 0 1 37|qmtest.traceback:
	520|1402 1 0 1 38|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_tes
t.py", line 167, in _RunTargetExecutable
	520|1402 1 0 1 39|qmtest.traceback:     status =
executable.Run(command, environment, dir)
	520|1402 1 0 1 40|qmtest.traceback:
	520|1402 1 0 1 41|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line
548, in Run
	520|1402 1 0 1 42|qmtest.traceback:     path)
	520|1402 1 0 1 43|qmtest.traceback:
	520|1402 1 0 1 44|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line
268, in Run
	520|1402 1 0 1 45|qmtest.traceback:     status =
os.waitpid(child, 0)[1]
	520|1402 1 0 1 46|qmtest.traceback:
	520|1402 1 0 1 47|qmtest.traceback:
	220|1402 1 7 18:37:17|UNREPORTED
	80|1402 0 18:37:17|TC End
	
	
	10|1403 /thread/pthread4.cc 18:37:18|TC Start
	200|1403 1 18:37:18|TP Start
	520|1403 1 0 1 1|QMTest ERROR in test thread/pthread4.cc
	520|1403 1 0 1 2|DejaGNUTest.command_1:
	520|1403 1 0 1 3|DejaGNUTest.command_1:
/opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread4.exe
	520|1403 1 0 1 4|DejaGNUTest.command_1:
	520|1403 1 0 1 5|DejaGNUTest.command_1:
	520|1403 1 0 1 6|qmtest.cause: An exception occurred.
	520|1403 1 0 1 7|qmtest.end_time: 2005-12-14T02:37:18Z
	520|1403 1 0 1 8|qmtest.exception: exceptions.OSError: [Errno
10] No child processes
	520|1403 1 0 1 9|qmtest.start_time: 2005-12-14T02:37:18Z
	520|1403 1 0 1 10|qmtest.target: local
	520|1403 1 0 1 11|qmtest.traceback:
	520|1403 1 0 1 12|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line
224, in RunTest
	520|1403 1 0 1 13|qmtest.traceback:     descriptor.Run(context,
result)
	520|1403 1 0 1 14|qmtest.traceback:
	520|1403 1 0 1 15|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line
246, in Run
	520|1403 1 0 1 16|qmtest.traceback:     self._Execute(context,
result, "Run")
	520|1403 1 0 1 17|qmtest.traceback:
	520|1403 1 0 1 18|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line
168, in _Execute
	520|1403 1 0 1 19|qmtest.traceback:     eval("item.%s(context,
result)" % method)
	520|1403 1 0 1 20|qmtest.traceback:
	520|1403 1 0 1 21|qmtest.traceback:   File "<string>", line 0,
in ?
	520|1403 1 0 1 22|qmtest.traceback:
	520|1403 1 0 1 23|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 460, in Run
	520|1403 1 0 1 24|qmtest.traceback:     keep_output=keep_output)
	520|1403 1 0 1 25|qmtest.traceback:
	520|1403 1 0 1 26|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py"
, line 153, in _RunDGTest
	520|1403 1 0 1 27|qmtest.traceback:
self._RunDGExecutePortion(file, context, result)
	520|1403 1 0 1 28|qmtest.traceback:
	520|1403 1 0 1 29|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 539, in _RunDGExecutePortion
	520|1403 1 0 1 30|qmtest.traceback:     context, result)
	520|1403 1 0 1 31|qmtest.traceback:
	520|1403 1 0 1 32|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py"
, line 248, in _RunDGExecutePortion
	520|1403 1 0 1 33|qmtest.traceback:     outcome =
self._RunTargetExecutable(context, result, file)
	520|1403 1 0 1 34|qmtest.traceback:
	520|1403 1 0 1 35|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 491, in _RunTargetExecutable
	520|1403 1 0 1 36|qmtest.traceback:     return
sup._RunTargetExecutable(context, result, file, dir)
	520|1403 1 0 1 37|qmtest.traceback:
	520|1403 1 0 1 38|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_tes
t.py", line 167, in _RunTargetExecutable
	520|1403 1 0 1 39|qmtest.traceback:     status =
executable.Run(command, environment, dir)
	520|1403 1 0 1 40|qmtest.traceback:
	520|1403 1 0 1 41|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line
548, in Run
	520|1403 1 0 1 42|qmtest.traceback:     path)
	520|1403 1 0 1 43|qmtest.traceback:
	520|1403 1 0 1 44|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line
268, in Run
	520|1403 1 0 1 45|qmtest.traceback:     status =
os.waitpid(child, 0)[1]
	520|1403 1 0 1 46|qmtest.traceback:
	520|1403 1 0 1 47|qmtest.traceback:
	220|1403 1 7 18:37:18|UNREPORTED
	80|1403 0 18:37:18|TC End
	
	
	10|1404 /thread/pthread5.cc 18:37:18|TC Start
	200|1404 1 18:37:18|TP Start
	520|1404 1 0 1 1|QMTest ERROR in test thread/pthread5.cc
	520|1404 1 0 1 2|DejaGNUTest.command_1:
	520|1404 1 0 1 3|DejaGNUTest.command_1:
/opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread5.exe
	520|1404 1 0 1 4|DejaGNUTest.command_1:
	520|1404 1 0 1 5|DejaGNUTest.command_1:
	520|1404 1 0 1 6|qmtest.cause: An exception occurred.
	520|1404 1 0 1 7|qmtest.end_time: 2005-12-14T02:37:19Z
	520|1404 1 0 1 8|qmtest.exception: exceptions.OSError: [Errno
10] No child processes
	520|1404 1 0 1 9|qmtest.start_time: 2005-12-14T02:37:18Z
	520|1404 1 0 1 10|qmtest.target: local
	520|1404 1 0 1 11|qmtest.traceback:
	520|1404 1 0 1 12|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line
224, in RunTest
	520|1404 1 0 1 13|qmtest.traceback:     descriptor.Run(context,
result)
	520|1404 1 0 1 14|qmtest.traceback:
	520|1404 1 0 1 15|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line
246, in Run
	520|1404 1 0 1 16|qmtest.traceback:     self._Execute(context,
result, "Run")
	520|1404 1 0 1 17|qmtest.traceback:
	520|1404 1 0 1 18|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line
168, in _Execute
	520|1404 1 0 1 19|qmtest.traceback:     eval("item.%s(context,
result)" % method)
	520|1404 1 0 1 20|qmtest.traceback:
	520|1404 1 0 1 21|qmtest.traceback:   File "<string>", line 0,
in ?
	520|1404 1 0 1 22|qmtest.traceback:
	520|1404 1 0 1 23|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 460, in Run
	520|1404 1 0 1 24|qmtest.traceback:     keep_output=keep_output)
	520|1404 1 0 1 25|qmtest.traceback:
	520|1404 1 0 1 26|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py"
, line 153, in _RunDGTest
	520|1404 1 0 1 27|qmtest.traceback:
self._RunDGExecutePortion(file, context, result)
	520|1404 1 0 1 28|qmtest.traceback:
	520|1404 1 0 1 29|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 539, in _RunDGExecutePortion
	520|1404 1 0 1 30|qmtest.traceback:     context, result)
	520|1404 1 0 1 31|qmtest.traceback:
	520|1404 1 0 1 32|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py"
, line 248, in _RunDGExecutePortion
	520|1404 1 0 1 33|qmtest.traceback:     outcome =
self._RunTargetExecutable(context, result, file)
	520|1404 1 0 1 34|qmtest.traceback:
	520|1404 1 0 1 35|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 491, in _RunTargetExecutable
	520|1404 1 0 1 36|qmtest.traceback:     return
sup._RunTargetExecutable(context, result, file, dir)
	520|1404 1 0 1 37|qmtest.traceback:
	520|1404 1 0 1 38|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_tes
t.py", line 167, in _RunTargetExecutable
	520|1404 1 0 1 39|qmtest.traceback:     status =
executable.Run(command, environment, dir)
	520|1404 1 0 1 40|qmtest.traceback:
	520|1404 1 0 1 41|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line
548, in Run
	520|1404 1 0 1 42|qmtest.traceback:     path)
	520|1404 1 0 1 43|qmtest.traceback:
	520|1404 1 0 1 44|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line
268, in Run
	520|1404 1 0 1 45|qmtest.traceback:     status =
os.waitpid(child, 0)[1]
	520|1404 1 0 1 46|qmtest.traceback:
	520|1404 1 0 1 47|qmtest.traceback:
	220|1404 1 7 18:37:19|UNREPORTED
	80|1404 0 18:37:19|TC End
	
	
	10|1405 /thread/pthread6.cc 18:37:19|TC Start
	200|1405 1 18:37:19|TP Start
	520|1405 1 0 1 1|QMTest ERROR in test thread/pthread6.cc
	520|1405 1 0 1 2|DejaGNUTest.command_1:
	520|1405 1 0 1 3|DejaGNUTest.command_1:
/opt/lsb/test/lib/qmtest_libstdcpp_3.4.3/_thread_pthread6.exe
	520|1405 1 0 1 4|DejaGNUTest.command_1:
	520|1405 1 0 1 5|DejaGNUTest.command_1:
	520|1405 1 0 1 6|qmtest.cause: An exception occurred.
	520|1405 1 0 1 7|qmtest.end_time: 2005-12-14T02:37:20Z
	520|1405 1 0 1 8|qmtest.exception: exceptions.OSError: [Errno
10] No child processes
	520|1405 1 0 1 9|qmtest.start_time: 2005-12-14T02:37:19Z
	520|1405 1 0 1 10|qmtest.target: local
	520|1405 1 0 1 11|qmtest.traceback:
	520|1405 1 0 1 12|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/target.py", line
224, in RunTest
	520|1405 1 0 1 13|qmtest.traceback:     descriptor.Run(context,
result)
	520|1405 1 0 1 14|qmtest.traceback:
	520|1405 1 0 1 15|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line
246, in Run
	520|1405 1 0 1 16|qmtest.traceback:     self._Execute(context,
result, "Run")
	520|1405 1 0 1 17|qmtest.traceback:
	520|1405 1 0 1 18|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/database.py", line
168, in _Execute
	520|1405 1 0 1 19|qmtest.traceback:     eval("item.%s(context,
result)" % method)
	520|1405 1 0 1 20|qmtest.traceback:
	520|1405 1 0 1 21|qmtest.traceback:   File "<string>", line 0,
in ?
	520|1405 1 0 1 22|qmtest.traceback:
	520|1405 1 0 1 23|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 460, in Run
	520|1405 1 0 1 24|qmtest.traceback:     keep_output=keep_output)
	520|1405 1 0 1 25|qmtest.traceback:
	520|1405 1 0 1 26|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py"
, line 153, in _RunDGTest
	520|1405 1 0 1 27|qmtest.traceback:
self._RunDGExecutePortion(file, context, result)
	520|1405 1 0 1 28|qmtest.traceback:
	520|1405 1 0 1 29|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 539, in _RunDGExecutePortion
	520|1405 1 0 1 30|qmtest.traceback:     context, result)
	520|1405 1 0 1 31|qmtest.traceback:
	520|1405 1 0 1 32|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dg_test.py"
, line 248, in _RunDGExecutePortion
	520|1405 1 0 1 33|qmtest.traceback:     outcome =
self._RunTargetExecutable(context, result, file)
	520|1405 1 0 1 34|qmtest.traceback:
	520|1405 1 0 1 35|qmtest.traceback:   File
"/opt/lsb/test/share/qmtest_libstdcpp_3.4.3/qm-classes/qmtest_gcc/v3_tes
t.py", line 491, in _RunTargetExecutable
	520|1405 1 0 1 36|qmtest.traceback:     return
sup._RunTargetExecutable(context, result, file, dir)
	520|1405 1 0 1 37|qmtest.traceback:
	520|1405 1 0 1 38|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/test/classes/dejagnu_tes
t.py", line 167, in _RunTargetExecutable
	520|1405 1 0 1 39|qmtest.traceback:     status =
executable.Run(command, environment, dir)
	520|1405 1 0 1 40|qmtest.traceback:
	520|1405 1 0 1 41|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line
548, in Run
	520|1405 1 0 1 42|qmtest.traceback:     path)
	520|1405 1 0 1 43|qmtest.traceback:
	520|1405 1 0 1 44|qmtest.traceback:   File
"/opt/lsb/appbat/lib/python2.4/site-packages/qm/executable.py", line
268, in Run
	520|1405 1 0 1 45|qmtest.traceback:     status =
os.waitpid(child, 0)[1]
	520|1405 1 0 1 46|qmtest.traceback:
	520|1405 1 0 1 47|qmtest.traceback:
	220|1405 1 7 18:37:20|UNREPORTED
	80|1405 0 18:37:20|TC End

_______________________________________________
lsb-test mailing list
[email protected]
http://mail.freestandards.org/mailman/listinfo/lsb-test