You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SingleGenericTensorPrimitives.SpanDestinationFunctions_ValueRange and DoubleGenericTensorPrimitives.SpanDestinationFunctions_ValueRange fail on iOS simulator (arm64) when testing the Tan function. The vectorized Tan implementation produces values with reduced precision compared to the scalar reference on this platform.
[FAIL] System.Numerics.Tensors.Tests.SingleGenericTensorPrimitives.SpanDestinationFunctions_ValueRange(tensorPrimitivesMethod: SpanDestinationDelegate { Method = Void Tan[Single](System.ReadOnlySpan`1[System.Single], System.Span`1[System.Single]), Target = null }, expectedMethod: Func`2 { Method = Single Tan(Single), Target = null }, tolerance: null)
Assert.All() Failure: 153 out of 201 items in the collection did not pass.
Error: Assert.Equal() Failure: Values differ
Expected: 0.4103213
Actual: 0.4103199
[FAIL] System.Numerics.Tensors.Tests.DoubleGenericTensorPrimitives.SpanDestinationFunctions_ValueRange(tensorPrimitivesMethod: SpanDestinationDelegate { Method = Void Tan[Double](System.ReadOnlySpan`1[System.Double], System.Span`1[System.Double]), Target = null }, expectedMethod: Func`2 { Method = Double Tan(Double), Target = null }, tolerance: null)
Assert.All() Failure: 123 out of 201 items in the collection did not pass.
Error: Assert.Equal() Failure: Values differ
Expected: 0.4103212990482421
Error Message
true only for clear infra flakes. ExcludeConsoleLog skips helix log scanning. -->
Filed by ci-failure-scan, which scans dnceng-public outer-loop pipelines on main and converts stable failures into KBEs and test-disable PRs. Comment here or on the workflow file to suggest changes; ci-failure-scan-feedback reads in-scope feedback daily and opens (or updates) a PR with prompt edits.
Note
🔒 Integrity filter blocked 4 items
The following items were blocked because they don't meet the GitHub integrity level.
#83422search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#86273search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#115508search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#114358search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
To allow these resources, lower min-integrity in your GitHub frontmatter:
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1449088
Build error leg or test failing: iossimulator-arm64 Release AllSubsets_CoreCLR - System.Numerics.Tensors.Tests
Error Details
SingleGenericTensorPrimitives.SpanDestinationFunctions_ValueRangeandDoubleGenericTensorPrimitives.SpanDestinationFunctions_ValueRangefail on iOS simulator (arm64) when testing theTanfunction. The vectorized Tan implementation produces values with reduced precision compared to the scalar reference on this platform.Error Message
trueonly for clear infra flakes. ExcludeConsoleLog skips helix log scanning. -->{ "ErrorMessage": [ "[FAIL] System.Numerics.Tensors.Tests.SingleGenericTensorPrimitives.SpanDestinationFunctions_ValueRange", "Void Tan[Single]" ], "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Impact on platforms
First build it occurred
Duplicate search
SpanDestinationFunctions_ValueRange label:"Known Build Error"— 0 resultsTensorPrimitives Tan iossimulator label:"Known Build Error"— 0 resultsSystem.Numerics.Tensors.Tests iossimulator— found closed Mono crashes test runs #73539 (Mono crashes, unrelated)GenericTensorPrimitives SpanDestinationFunctions is:open— 0 resultsTensorPrimitives SpanDestinationFunctions label:"Known Build Error"— found closed Test failure in System.Numerics.Tensors.Tests.SingleGenericTensorPrimitives.SpanDestinationFunctions_SpecialValues #101731 (SpecialValues, different test)No existing KBE matches this signature.
Filed by
ci-failure-scan, which scans dnceng-public outer-loop pipelines onmainand converts stable failures into KBEs and test-disable PRs. Comment here or on the workflow file to suggest changes;ci-failure-scan-feedbackreads in-scope feedback daily and opens (or updates) a PR with prompt edits.Note
🔒 Integrity filter blocked 4 items
The following items were blocked because they don't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter:Report
Summary