-
Notifications
You must be signed in to change notification settings - Fork 4.9k
[3.1] Test-only followup for "Fix Unix named mutex crash during some race conditions" #42917
Conversation
…race conditions" Test-only followup for and depends on ###
Tests will likely fail until the dependency change flows into corefx, flagging as no-merge for now |
Restarted CI |
@kouvel Windows all passes, but there is a segfault in Linux and Mac on x64 only. |
dotnet/coreclr#28039 would have to be merged and flow into the corefx repo before the tests would pass, seg fault is expected until then, but not guaranteed (so keeping it flagged so no-merge for now). |
@kouvel - oh, my bad. I just assumed that was merged. Does it make sense to close both PR's, until and unless you plan to move them forward? |
The plan was to take it for 3.1, I don't think that has changed, but it's just waiting for an appropriate time, as it's not a critical one. I prefer to keep them open just so as not to lose track of the changes until it's decided that we don't want to take them for 3.1, though I don't feel strongly about issue closing / keeping-open either way. |
Whatever works for you guys. |
Dependency PR has been closed for now |
Test-only port of dotnet/runtime#36268 to 3.1
Test-only followup for and depends on dotnet/coreclr#28039
Closes dotnet/runtime#34271