runtime: Vector256 export COMPlus_TieredCompilation=1
export COMPlus_JitStress=1
Beginning scenario: RunBasicScenario
Vector256<Byte.WithElement(1235410822): RunBasicScenario failed to throw ArgumentOutOfRangeException.
Beginning scenario: RunReflectionScenario
Beginning scenario: RunBasicScenario
Beginning scenario: RunBasicScenario
Beginning scenario: RunReflectionScenario
Beginning scenario: RunReflectionScenario
ERROR!!!-System.Exception: One or more scenarios did not complete as expected.
Ending test case at 8/27/2021 1:28:53 AM
Beginning test case GetAndWithElement.Byte.7 at 8/27/2021 1:28:53 AM
Random seed: 20010415; set environment variable CORECLR_SEED to this value to repro
Beginning scenario: RunBasicScenario
Vector256<Byte.WithElement(1235410822): RunBasicScenario failed to throw ArgumentOutOfRangeException.
Beginning scenario: RunReflectionScenario
Beginning scenario: RunBasicScenario
Beginning scenario: RunBasicScenario
Beginning scenario: RunReflectionScenario
Beginning scenario: RunReflectionScenario
ERROR!!!-System.Exception: One or more scenarios did not complete as expected.
export COMPlus_TieredCompilation=1
export COMPlus_JitStress=1
Beginning scenario: RunBasicScenario
Vector256<Byte.WithElement(1235410822): RunBasicScenario failed to throw ArgumentOutOfRangeException.
Beginning scenario: RunReflectionScenario
Beginning scenario: RunBasicScenario
Beginning scenario: RunBasicScenario
Beginning scenario: RunReflectionScenario
Beginning scenario: RunReflectionScenario
ERROR!!!-System.Exception: One or more scenarios did not complete as expected.
Ending test case at 8/27/2021 1:28:53 AM
Beginning test case GetAndWithElement.Byte.7 at 8/27/2021 1:28:53 AM
Random seed: 20010415; set environment variable CORECLR_SEED to this value to repro
Beginning scenario: RunBasicScenario
Vector256<Byte.WithElement(1235410822): RunBasicScenario failed to throw ArgumentOutOfRangeException.
Beginning scenario: RunReflectionScenario
Beginning scenario: RunBasicScenario
Beginning scenario: RunBasicScenario
Beginning scenario: RunReflectionScenario
Beginning scenario: RunReflectionScenario
ERROR!!!-System.Exception: One or more scenarios did not complete as expected.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 19 (18 by maintainers)
Commits related to this issue
- Fix incorrect SIMD temp allocation for Vector256 with AVX2 disabled The NI_Vector256_GetElement intrinsic, in some situations, requires a stack temporary. With AVX2 disabled, this temporary was getti... — committed to BruceForstall/runtime by BruceForstall 3 years ago
- Fix incorrect SIMD temp allocation for Vector256 with AVX2 disabled The NI_Vector256_GetElement intrinsic, in some situations, requires a stack temporary. With AVX2 disabled, this temporary was getti... — committed to BruceForstall/runtime by BruceForstall 3 years ago
- Fix incorrect SIMD temp allocation for Vector256 with AVX2 disabled (#58820) * Fix incorrect SIMD temp allocation for Vector256 with AVX2 disabled The NI_Vector256_GetElement intrinsic, in some si... — committed to dotnet/runtime by BruceForstall 3 years ago
- Fix incorrect SIMD temp allocation for Vector256 with AVX2 disabled The NI_Vector256_GetElement intrinsic, in some situations, requires a stack temporary. With AVX2 disabled, this temporary was getti... — committed to dotnet/runtime by BruceForstall 3 years ago
- [release/6.0] Fix incorrect SIMD temp allocation for Vector256 with AVX2 disabled (#58850) * Fix incorrect SIMD temp allocation for Vector256 with AVX2 disabled The NI_Vector256_GetElement intrins... — committed to dotnet/runtime by github-actions[bot] 3 years ago
I have a potential fix. I’ll put up a PR soon.