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

Test failure: JIT/Directed/ConstantFolding/value_numbering_checked_arithmetic_with_constants_ro/value_numbering_checked_arithmetic_with_constants_ro.dll #93506

Closed
BruceForstall opened this issue Oct 14, 2023 · 2 comments
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI os-windows
Milestone

Comments

@BruceForstall
Copy link
Member

https://dev.azure.com/dnceng-public/public/_build/results?buildId=438376&view=ms.vss-test-web.build-test-results-tab

02:43:49.865 Running test: JIT/Directed/ConstantFolding/value_numbering_checked_arithmetic_with_constants_ro/value_numbering_checked_arithmetic_with_constants_ro.dll
'checked(min * min)' did not throw OverflowException.
'checked(min * minusHalf)' did not throw OverflowException.
'checked(min * minusOne)' did not throw OverflowException.
'checked(min * half)' did not throw OverflowException.
'checked(min * max)' did not throw OverflowException.
'checked(minusHalf * min)' did not throw OverflowException.
'checked(minusHalf * minusHalf)' did not throw OverflowException.
'checked(minusHalf * half)' did not throw OverflowException.
'checked(minusHalf * max)' did not throw OverflowException.
'checked(minusOne * min)' did not throw OverflowException.
'checked(half * min)' did not throw OverflowException.
'checked(half * minusHalf)' did not throw OverflowException.
'checked(half * half)' did not throw OverflowException.
'checked(half * max)' did not throw OverflowException.
'checked(max * min)' did not throw OverflowException.
'checked(max * minusHalf)' did not throw OverflowException.
'checked(max * half)' did not throw OverflowException.
'checked(max * max)' did not throw OverflowException.
'checked(one + max)' did not throw OverflowException.
'checked(half + max)' did not throw OverflowException.
'checked(max + one)' did not throw OverflowException.
'checked(max + half)' did not throw OverflowException.
'checked(max + max)' did not throw OverflowException.
'checked(zero - one)' did not throw OverflowException.
'checked(zero - half)' did not throw OverflowException.
'checked(zero - max)' did not throw OverflowException.
'checked(one - half)' did not throw OverflowException.
'checked(one - max)' did not throw OverflowException.
'checked(half - max)' did not throw OverflowException.
'checked(half * half)' did not throw OverflowException.
'checked(half * max)' did not throw OverflowException.
'checked(max * half)' did not throw OverflowException.
'checked(max * max)' did not throw OverflowException.
'checked(min + min)' did not throw OverflowException.
'checked(min + minusHalf)' did not throw OverflowException.
'checked(min + minusOne)' did not throw OverflowException.
'checked(minusHalf + min)' did not throw OverflowException.
'checked(minusOne + min)' did not throw OverflowException.
'checked(one + max)' did not throw OverflowException.
'checked(half + max)' did not throw OverflowException.
'checked(max + one)' did not throw OverflowException.
'checked(max + half)' did not throw OverflowException.
'checked(max + max)' did not throw OverflowException.
'checked(min - one)' did not throw OverflowException.
'checked(min - half)' did not throw OverflowException.
'checked(min - max)' did not throw OverflowException.
'checked(minusHalf - max)' did not throw OverflowException.
'checked(zero - min)' did not throw OverflowException.
'checked(one - min)' did not throw OverflowException.
'checked(half - min)' did not throw OverflowException.
'checked(max - min)' did not throw OverflowException.
'checked(max - minusHalf)' did not throw OverflowException.
'checked(max - minusOne)' did not throw OverflowException.
'checked(min * min)' did not throw OverflowException.
'checked(min * minusHalf)' did not throw OverflowException.
'checked(min * minusOne)' did not throw OverflowException.
'checked(min * half)' did not throw OverflowException.
'checked(min * max)' did not throw OverflowException.
'checked(minusHalf * min)' did not throw OverflowException.
'checked(minusHalf * minusHalf)' did not throw OverflowException.
'checked(minusHalf * half)' did not throw OverflowException.
'checked(minusHalf * max)' did not throw OverflowException.
'checked(minusOne * min)' did not throw OverflowException.
'checked(half * min)' did not throw OverflowException.
'checked(half * minusHalf)' did not throw OverflowException.
'checked(half * half)' did not throw OverflowException.
'checked(half * max)' did not throw OverflowException.
'checked(max * min)' did not throw OverflowException.
'checked(max * minusHalf)' did not throw OverflowException.
'checked(max * half)' did not throw OverflowException.
'checked(max * max)' did not throw OverflowException.
'checked(one + max)' did not throw OverflowException.
'checked(half + max)' did not throw OverflowException.
'checked(max + one)' did not throw OverflowException.
'checked(max + half)' did not throw OverflowException.
'checked(max + max)' did not throw OverflowException.
'checked(zero - one)' did not throw OverflowException.
'checked(zero - half)' did not throw OverflowException.
'checked(zero - max)' did not throw OverflowException.
'checked(one - half)' did not throw OverflowException.
'checked(one - max)' did not throw OverflowException.
'checked(half - max)' did not throw OverflowException.
'checked(half * half)' did not throw OverflowException.
'checked(half * max)' did not throw OverflowException.
'checked(max * half)' did not throw OverflowException.
'checked(max * max)' did not throw OverflowException.
Xunit.Sdk.EqualException: Assert.Equal() Failure
Expected: 100
Actual:   118
   at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in /_/src/xunit.assert/Asserts/EqualityAsserts.cs:line 96
   at Program.<<Main>$>g__TestExecutor196|0_197(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)
02:43:51.736 Failed test: JIT/Directed/ConstantFolding/value_numbering_checked_arithmetic_with_constants_ro/value_numbering_checked_arithmetic_with_constants_ro.dll

Looks like the same bug as #93442

@BruceForstall BruceForstall added arch-arm64 os-windows area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI labels Oct 14, 2023
@BruceForstall BruceForstall added this to the 8.0.0 milestone Oct 14, 2023
@ghost
Copy link

ghost commented Oct 14, 2023

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details

https://dev.azure.com/dnceng-public/public/_build/results?buildId=438376&view=ms.vss-test-web.build-test-results-tab

02:43:49.865 Running test: JIT/Directed/ConstantFolding/value_numbering_checked_arithmetic_with_constants_ro/value_numbering_checked_arithmetic_with_constants_ro.dll
'checked(min * min)' did not throw OverflowException.
'checked(min * minusHalf)' did not throw OverflowException.
'checked(min * minusOne)' did not throw OverflowException.
'checked(min * half)' did not throw OverflowException.
'checked(min * max)' did not throw OverflowException.
'checked(minusHalf * min)' did not throw OverflowException.
'checked(minusHalf * minusHalf)' did not throw OverflowException.
'checked(minusHalf * half)' did not throw OverflowException.
'checked(minusHalf * max)' did not throw OverflowException.
'checked(minusOne * min)' did not throw OverflowException.
'checked(half * min)' did not throw OverflowException.
'checked(half * minusHalf)' did not throw OverflowException.
'checked(half * half)' did not throw OverflowException.
'checked(half * max)' did not throw OverflowException.
'checked(max * min)' did not throw OverflowException.
'checked(max * minusHalf)' did not throw OverflowException.
'checked(max * half)' did not throw OverflowException.
'checked(max * max)' did not throw OverflowException.
'checked(one + max)' did not throw OverflowException.
'checked(half + max)' did not throw OverflowException.
'checked(max + one)' did not throw OverflowException.
'checked(max + half)' did not throw OverflowException.
'checked(max + max)' did not throw OverflowException.
'checked(zero - one)' did not throw OverflowException.
'checked(zero - half)' did not throw OverflowException.
'checked(zero - max)' did not throw OverflowException.
'checked(one - half)' did not throw OverflowException.
'checked(one - max)' did not throw OverflowException.
'checked(half - max)' did not throw OverflowException.
'checked(half * half)' did not throw OverflowException.
'checked(half * max)' did not throw OverflowException.
'checked(max * half)' did not throw OverflowException.
'checked(max * max)' did not throw OverflowException.
'checked(min + min)' did not throw OverflowException.
'checked(min + minusHalf)' did not throw OverflowException.
'checked(min + minusOne)' did not throw OverflowException.
'checked(minusHalf + min)' did not throw OverflowException.
'checked(minusOne + min)' did not throw OverflowException.
'checked(one + max)' did not throw OverflowException.
'checked(half + max)' did not throw OverflowException.
'checked(max + one)' did not throw OverflowException.
'checked(max + half)' did not throw OverflowException.
'checked(max + max)' did not throw OverflowException.
'checked(min - one)' did not throw OverflowException.
'checked(min - half)' did not throw OverflowException.
'checked(min - max)' did not throw OverflowException.
'checked(minusHalf - max)' did not throw OverflowException.
'checked(zero - min)' did not throw OverflowException.
'checked(one - min)' did not throw OverflowException.
'checked(half - min)' did not throw OverflowException.
'checked(max - min)' did not throw OverflowException.
'checked(max - minusHalf)' did not throw OverflowException.
'checked(max - minusOne)' did not throw OverflowException.
'checked(min * min)' did not throw OverflowException.
'checked(min * minusHalf)' did not throw OverflowException.
'checked(min * minusOne)' did not throw OverflowException.
'checked(min * half)' did not throw OverflowException.
'checked(min * max)' did not throw OverflowException.
'checked(minusHalf * min)' did not throw OverflowException.
'checked(minusHalf * minusHalf)' did not throw OverflowException.
'checked(minusHalf * half)' did not throw OverflowException.
'checked(minusHalf * max)' did not throw OverflowException.
'checked(minusOne * min)' did not throw OverflowException.
'checked(half * min)' did not throw OverflowException.
'checked(half * minusHalf)' did not throw OverflowException.
'checked(half * half)' did not throw OverflowException.
'checked(half * max)' did not throw OverflowException.
'checked(max * min)' did not throw OverflowException.
'checked(max * minusHalf)' did not throw OverflowException.
'checked(max * half)' did not throw OverflowException.
'checked(max * max)' did not throw OverflowException.
'checked(one + max)' did not throw OverflowException.
'checked(half + max)' did not throw OverflowException.
'checked(max + one)' did not throw OverflowException.
'checked(max + half)' did not throw OverflowException.
'checked(max + max)' did not throw OverflowException.
'checked(zero - one)' did not throw OverflowException.
'checked(zero - half)' did not throw OverflowException.
'checked(zero - max)' did not throw OverflowException.
'checked(one - half)' did not throw OverflowException.
'checked(one - max)' did not throw OverflowException.
'checked(half - max)' did not throw OverflowException.
'checked(half * half)' did not throw OverflowException.
'checked(half * max)' did not throw OverflowException.
'checked(max * half)' did not throw OverflowException.
'checked(max * max)' did not throw OverflowException.
Xunit.Sdk.EqualException: Assert.Equal() Failure
Expected: 100
Actual:   118
   at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in /_/src/xunit.assert/Asserts/EqualityAsserts.cs:line 96
   at Program.<<Main>$>g__TestExecutor196|0_197(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)
02:43:51.736 Failed test: JIT/Directed/ConstantFolding/value_numbering_checked_arithmetic_with_constants_ro/value_numbering_checked_arithmetic_with_constants_ro.dll

Looks like the same bug as #93442

Author: BruceForstall
Assignees: -
Labels:

arch-arm64, os-windows, area-CodeGen-coreclr

Milestone: 8.0.0

@BruceForstall
Copy link
Member Author

Test no longer disabled, with #93523

@ghost ghost locked as resolved and limited conversation to collaborators Nov 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI os-windows
Projects
None yet
Development

No branches or pull requests

1 participant