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

iOS test failure on System.Tests.HalfTests.ExplicitConversion_FromSingle #110402

Closed
steveharter opened this issue Dec 4, 2024 · 4 comments
Closed
Labels
arch-wasm WebAssembly architecture area-System.Numerics blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab

Comments

@steveharter
Copy link
Member

steveharter commented Dec 4, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=886168
Build error leg or test failing: System.Tests.HalfTests.ExplicitConversion_FromSingle
Pull request: #110372

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "[FAIL] System.Tests.HalfTests.ExplicitConversion_FromSingle",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

wasm-console.log

[FAIL] System.Tests.HalfTests.ExplicitConversion_FromSingle(f: NaN, expected: NaN)
Assert.Equal() Failure: Values differ
Expected:   NaN
Actual:     NaN
   at System.AssertExtensions.Equal(Half expected, Half actual)
   at System.Tests.HalfTests.ExplicitConversion_FromSingle(Single f, Half expected)
   at System.Object.InvokeStub_HalfTests.ExplicitConversion_FromSingle(Object , Span`1 )
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
[STRT] System.Tests.HalfTests.ExplicitConversion_FromSingle(f: NaN, expected: NaN)
[FAIL] System.Tests.HalfTests.ExplicitConversion_FromSingle(f: NaN, expected: NaN)
Assert.Equal() Failure: Values differ
Expected:   NaN
Actual:     NaN
   at System.AssertExtensions.Equal(Half expected, Half actual)
   at System.Tests.HalfTests.ExplicitConversion_FromSingle(Single f, Half expected)
   at System.Object.InvokeStub_HalfTests.ExplicitConversion_FromSingle(Object , Span`1 )
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=886168
Error message validated: [[FAIL] System.Tests.HalfTests.ExplicitConversion_FromSingle]
Result validation: ❌ Known issue did not match with the provided build.
Validation performed at: 12/4/2024 4:57:25 PM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@steveharter steveharter added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Dec 4, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Dec 4, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Dec 4, 2024
@steveharter
Copy link
Member Author

Looks like a dup of #103347 but for some reason the pattern matching didn't work.

@steveharter steveharter added arch-wasm WebAssembly architecture area-System.Numerics and removed untriaged New issue has not been triaged by the area owner needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Dec 4, 2024
Copy link
Contributor

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

@steveharter steveharter added the untriaged New issue has not been triaged by the area owner label Dec 4, 2024
Copy link
Contributor

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

@steveharter
Copy link
Member Author

Closing as duplicate

@steveharter steveharter closed this as not planned Won't fix, can't repro, duplicate, stale Dec 4, 2024
@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-wasm WebAssembly architecture area-System.Numerics blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

No branches or pull requests

1 participant