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

Failed System.Numerics.Tests.GenericVectorTests tests on CI #54119

Closed
filipnavara opened this issue Jun 13, 2021 · 3 comments · Fixed by #54123
Closed

Failed System.Numerics.Tests.GenericVectorTests tests on CI #54119

filipnavara opened this issue Jun 13, 2021 · 3 comments · Fixed by #54123

Comments

@filipnavara
Copy link
Member

PR: #54101
Build log:
https://dev.azure.com/dnceng/public/_build/results?buildId=1184792&view=ms.vss-test-web.build-test-results-tab&runId=35620188&resultId=132884&paneView=debug

System.NullReferenceException : Object reference not set to an instance of an object.
Stack trace
   at System.Numerics.Tests.GenericVectorTests.TestSum[T](Func`2 expected) in /_/src/libraries/System.Numerics.Vectors/tests/GenericVectorTests.cs:line 3176
   at System.Numerics.Tests.GenericVectorTests.SumDouble() in /_/src/libraries/System.Numerics.Vectors/tests/GenericVectorTests.cs:line 3152
System.NullReferenceException : Object reference not set to an instance of an object.
Stack trace
   at System.Numerics.Tests.GenericVectorTests.TestSum[T](Func`2 expected) in /_/src/libraries/System.Numerics.Vectors/tests/GenericVectorTests.cs:line 3176
   at System.Numerics.Tests.GenericVectorTests.SumSingle() in /_/src/libraries/System.Numerics.Vectors/tests/GenericVectorTests.cs:line 3149

cc @zlatanov @tannergooding

@dotnet-issue-labeler dotnet-issue-labeler bot added area-System.Numerics untriaged New issue has not been triaged by the area owner labels Jun 13, 2021
@ghost
Copy link

ghost commented Jun 13, 2021

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

Issue Details

PR: #54101
Build log:
https://dev.azure.com/dnceng/public/_build/results?buildId=1184792&view=ms.vss-test-web.build-test-results-tab&runId=35620188&resultId=132884&paneView=debug

System.NullReferenceException : Object reference not set to an instance of an object.
Stack trace
   at System.Numerics.Tests.GenericVectorTests.TestSum[T](Func`2 expected) in /_/src/libraries/System.Numerics.Vectors/tests/GenericVectorTests.cs:line 3176
   at System.Numerics.Tests.GenericVectorTests.SumDouble() in /_/src/libraries/System.Numerics.Vectors/tests/GenericVectorTests.cs:line 3152
System.NullReferenceException : Object reference not set to an instance of an object.
Stack trace
   at System.Numerics.Tests.GenericVectorTests.TestSum[T](Func`2 expected) in /_/src/libraries/System.Numerics.Vectors/tests/GenericVectorTests.cs:line 3176
   at System.Numerics.Tests.GenericVectorTests.SumSingle() in /_/src/libraries/System.Numerics.Vectors/tests/GenericVectorTests.cs:line 3149

cc @zlatanov @tannergooding

Author: filipnavara
Assignees: -
Labels:

area-System.Numerics, untriaged

Milestone: -

@tannergooding
Copy link
Member

Looking

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jun 13, 2021
@tannergooding
Copy link
Member

Fix is here: #54123

@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jun 14, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jul 14, 2021
@tannergooding tannergooding removed the untriaged New issue has not been triaged by the area owner label Jun 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants