Skip to content

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

@BruceForstall

Description

@BruceForstall

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions