disable broken Thread-joining test. See Ticket #803
This commit is contained in:
parent
36cfaaa14d
commit
ad59049ed0
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ END
|
|||
TEST "joinable thread" joinable-thread <<END
|
||||
END
|
||||
|
||||
TEST "sync joinable" sync-joinable <<END
|
||||
PLANNED "sync joinable" sync-joinable <<END
|
||||
END
|
||||
|
||||
PLANNED "error cleared on join"
|
||||
|
|
|
|||
|
|
@ -349,7 +349,7 @@ TEST (sync-joinable)
|
|||
lumiera_thread_sync_other (master);
|
||||
value = 7732;
|
||||
|
||||
lumiera_thread_join (master);
|
||||
lumiera_thread_join (master); //////////////////////////////TICKET #803 deadlock here
|
||||
CHECK (value == 42*2-13, "result is not 42*2-12=71, but %d", value);
|
||||
|
||||
lumiera_threadpool_destroy ();
|
||||
|
|
|
|||
Loading…
Reference in a new issue