dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [Bug #2568] make check error: threads on Win32/MingW


From: nobody
Subject: [Pnet-developers] [Bug #2568] make check error: threads on Win32/MingW
Date: Wed, 02 Apr 2003 01:13:47 -0500

=================== BUG #2568: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2568&group_id=353

Changes by: Rhys Weatherley <address@hidden>
Date: Wed 04/02/2003 at 06:13 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fix committed to CVS - 2 April 2003.  Bug in the Windows
"sleep" function; now using "Sleep" instead.  Bah!



=================== BUG #2568: FULL BUG SNAPSHOT ===================


Submitted by: toberstein              Project: DotGNU Portable.NET          
Submitted on: Sun 02/16/2003 at 10:53
Category:  None                       Severity:  5 - Major                  
Bug Group:  None                      Resolution:  Fixed                    
Assigned to:  None                    Status:  Closed                       

Summary:  make check error: threads on Win32/MingW

Original Submission:  The following appeared on a fresh CVS co as of 16.2.03 
10:00 CET on Win32 (Win2000 SP2) using Cygwin + MingW:

Making check in tests
make[1]: Entering directory `/home/Administrator/sandbox/pnet/pnet/tests'
make  check-TESTS
make[2]: Entering directory `/home/Administrator/sandbox/pnet/pnet/tests'
Suite: Main Thread Properties
-----------------------------

thread_main_nonnull ... ok
thread_main_object ... ok
thread_main_running ... ok
thread_main_foreground ... ok

Suite: Thread Creation
----------------------

thread_create_arg ... ok
thread_create_suspended ... ok
thread_create_state ... ok
thread_create_destroy ... ok
thread_create_foreground ... ok

Suite: Thread Suspend
---------------------

thread_suspend ... ok
thread_suspend_self ... ok
thread_suspend_destroy ... ok
thread_suspend_mutex ... ok
thread_suspend_rdlock ... ok
thread_suspend_wrlock ... ok
thread_suspend_main ... the main thread was not suspended
thread_suspend_main_self ... ok

Suite: Thread Sleep
-------------------

thread_sleep ... sleep did not end when expected
thread_sleep_interrupt ... ok
thread_sleep_suspend ... thread did not resume
thread_sleep_suspend_ignore ... resume was not ignored

Suite: Misc Thread Tests
------------------------

thread_other_object ... ok
thread_counts ... ok

Suite: Wait Mutex Tests
-----------------------

mutex_create ... ok

Suite: Monitor Tests
--------------------

monitor_create ... ok
monitor_acquire ... ok
monitor_suspend ... ok

27 tests run, 4 tests failed

Follow-up Comments
*******************

-------------------------------------------------------
Date: Wed 04/02/2003 at 06:13       By: rweather
Fix committed to CVS - 2 April 2003.  Bug in the Windows
"sleep" function; now using "Sleep" instead.  Bah!


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2568&group_id=353


reply via email to

[Prev in Thread] Current Thread [Next in Thread]