[bug #63071] Race condition in .WAIT tests.

2022-09-20 Thread Paul D. Smith
Update of bug #63071 (project make):

  Status:None => Fixed  
 Open/Closed:Open => Closed 
   Fixed Release:None => SCM
   Triage Status:None => Small Effort   

___

Follow-up Comment #2:

Fixed; thanks Dmitry.


___

Reply to this item at:

  

___
Message sent via Savannah
https://savannah.gnu.org/




[bug #63071] Race condition in .WAIT tests.

2022-09-16 Thread Dmitry Goncharov
Additional Item Attachment, bug #63071 (project make):

File name: sv63071_fix.diff   Size:1 KB




___

Reply to this item at:

  

___
Message sent via Savannah
https://savannah.gnu.org/




[bug #63071] Race condition in .WAIT tests.

2022-09-16 Thread Dmitry Goncharov
Follow-up Comment #1, bug #63071 (project make):

Test 11 of targets/WAIT fails due to a race.


$ cat tests/work/targets/WAIT.diff.11
*** work/targets/WAIT.base.11   Wed Sep 14 18:37:08 2022
--- work/targets/WAIT.log.11Wed Sep 14 18:37:08 2022
***
*** 1,5 
- start-pre1
  pre2
  end-pre1
  start-npre1
  end-npre1
--- 1,5 
  pre2
+ start-pre1
  end-pre1
  start-npre1
  end-npre1


This happens, because the test does not impose any orderdering between pre1
and pre2.


Test 7 fails similarly

$ cat tests/work/targets/WAIT.diff.7
*** work/targets/WAIT.base.7Fri Sep 16 18:53:12 2022
--- work/targets/WAIT.log.7 Fri Sep 16 18:53:12 2022
***
*** 1,3 
- start-pre1
  pre2
  end-pre1
--- 1,3 
  pre2
+ start-pre1
  end-pre1



___

Reply to this item at:

  

___
Message sent via Savannah
https://savannah.gnu.org/




[bug #63071] Race condition in .WAIT tests.

2022-09-16 Thread Dmitry Goncharov
URL:
  

 Summary: Race condition in .WAIT tests.
 Project: make
   Submitter: dgoncharov
   Submitted: Sat 17 Sep 2022 01:31:48 AM UTC
Severity: 3 - Normal
  Item Group: Bug
  Status: None
 Privacy: Public
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any
   Component Version: SCM
Operating System: Any
   Fixed Release: None
   Triage Status: None


___

Follow-up Comments:


---
Date: Sat 17 Sep 2022 01:31:48 AM UTC By: Dmitry Goncharov 
.







___

Reply to this item at:

  

___
Message sent via Savannah
https://savannah.gnu.org/