[haiku-commits] r36050 - in haiku/trunk/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces: pthread_attr_setdetachstate pthread_detach pthread_join pthread_mutexattr_setpshared

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 6 Apr 2010 20:44:18 +0200 (CEST)

Author: bonefish
Date: 2010-04-06 20:44:18 +0200 (Tue, 06 Apr 2010)
New Revision: 36050
Changeset: http://dev.haiku-os.org/changeset/36050/haiku

Removed:
   
haiku/trunk/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_attr_setdetachstate/2-1.c
   
haiku/trunk/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_detach/1-1.c
   
haiku/trunk/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_join/speculative/
   
haiku/trunk/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutexattr_setpshared/3-1.c
Log:
Removed tests that tested undefined behavior:
* Calling pthread_{join,detach}() on non-joinable threads.
* Calling mutexattr_setpshared() on uninitialized object.



Other related posts:

  • » [haiku-commits] r36050 - in haiku/trunk/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces: pthread_attr_setdetachstate pthread_detach pthread_join pthread_mutexattr_setpshared - ingo_weinhold