Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SslStream_AllowRenegotiation_False_Throws fails in macOS 13 #77414

Closed
vcsjones opened this issue Oct 24, 2022 · 4 comments · Fixed by #79914
Closed

SslStream_AllowRenegotiation_False_Throws fails in macOS 13 #77414

vcsjones opened this issue Oct 24, 2022 · 4 comments · Fixed by #79914
Assignees
Labels
area-System.Net.Security disabled-test The test is disabled in source code against the issue os-mac-os-x macOS aka OSX
Milestone

Comments

@vcsjones
Copy link
Member

This test fails in the newly-release macOS 13:

System.Net.Security.Tests.SslStreamAllowRenegotiationTests_Sync.SslStream_AllowRenegotiation_False_Throws [FAIL]
        Assert.Throws() Failure
        Expected: typeof(System.IO.IOException)
        Actual:   (No exception was thrown)
        Stack Trace:
          /Users/vcsjones/Projects/runtime/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowRenegotiationTests.cs(104,0): at System.Net.Security.Tests.SslStreamAllowRenegotiationTestsBase.SslStream_AllowRenegotiation_False_Throws()
          --- End of stack trace from previous location ---

@ghost
Copy link

ghost commented Oct 24, 2022

Tagging subscribers to this area: @dotnet/ncl, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

This test fails in the newly-release macOS 13:

System.Net.Security.Tests.SslStreamAllowRenegotiationTests_Sync.SslStream_AllowRenegotiation_False_Throws [FAIL]
        Assert.Throws() Failure
        Expected: typeof(System.IO.IOException)
        Actual:   (No exception was thrown)
        Stack Trace:
          /Users/vcsjones/Projects/runtime/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowRenegotiationTests.cs(104,0): at System.Net.Security.Tests.SslStreamAllowRenegotiationTestsBase.SslStream_AllowRenegotiation_False_Throws()
          --- End of stack trace from previous location ---

Author: vcsjones
Assignees: -
Labels:

area-System.Net.Security, os-mac-os-x

Milestone: -

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Oct 24, 2022
@rzikm
Copy link
Member

rzikm commented Nov 11, 2022

Triage: Test failure => we should have a look in 8.0 timeframe

@rzikm rzikm removed the untriaged New issue has not been triaged by the area owner label Nov 11, 2022
@rzikm rzikm added this to the 8.0.0 milestone Nov 11, 2022
@wfurt
Copy link
Member

wfurt commented Dec 7, 2022

It does not seems Ventura specific. It fails for me on 11.7.1 as well.
It seems like @vcsjones does better job than our CI :)

@wfurt wfurt self-assigned this Dec 15, 2022
@wfurt
Copy link
Member

wfurt commented Dec 15, 2022

hmm and Linux as well.... ;(

cc: @ViktorHofer

@MihaZupan MihaZupan added the disabled-test The test is disabled in source code against the issue label Dec 16, 2022
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Dec 22, 2022
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Dec 26, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jan 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Security disabled-test The test is disabled in source code against the issue os-mac-os-x macOS aka OSX
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants