Skip to content

CoreCLR tests on Mono runtime : System.InvalidProgramException: float conv.ovf.un opcodes not supported #34084

@SamMonoRT

Description

@SamMonoRT

When running the following CoreCLR tests on the Mono runtime from the dotnet\runtime repo, we get the error :
Unhandled Exception:
System.InvalidProgramException: float conv.ovf.un opcodes not supported.
at conv_ovf_i8.main(String[] A_0)
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidProgramException: float conv.ovf.un opcodes not supported.
at conv_ovf_i8.main(String[] A_0)

Test failing with above failure :

  1. JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i8/ldc_conv_ovf_r8_i8.sh
  2. JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i/conv_ovf_r8_i.sh
  3. JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i/ldc_conv_ovf_r8_i.sh
  4. JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i8/conv_ovf_r8_i8.sh
  5. JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i4/conv_ovf_r8_i4.sh
  6. JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i4/ldc_conv_ovf_r8_i4.sh
  7. JIT/Methodical/NaN/r8nanconv_il_r/r8nanconv_il_r.sh
  8. JIT/Methodical/NaN/r8nanconv_il_d/r8nanconv_il_d.sh
  9. JIT/Regression/JitBlue/DevDiv_487699/DevDiv_487699/DevDiv_487699.sh
  10. JIT/Regression/JitBlue/DevDiv_544983/DevDiv_544983/DevDiv_544983.sh
  11. JIT/Regression/JitBlue/DevDiv_545500/DevDiv_545500/DevDiv_545500.sh

Repro : Command to run individual tests : From the dotnet\runtime repo src\mono\netcore run this command or relevant one for a particular test - make run-tests-coreclr CoreClrTest="bash ../../artifacts/tests/coreclr/OSX.x64.Debug/ JIT/Methodical/NaN/r8nanconv_il_r/r8nanconv_il_r.sh”

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions