Skip to content

[Mono][WASM][Interp] System.Security.Cryptography.Algorithms is not supported on WASM #56814

@fanyang-mono

Description

@fanyang-mono

Failed tests:

  • JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-2/mandelbrot-2.sh

Full log

Failure log:

      console.error: Unhandled Exception:
      console.error: System.PlatformNotSupportedException: System.Security.Cryptography.Algorithms is not supported on this platform.
      console.error:    at System.Security.Cryptography.MD5.Create() in System.Security.Cryptography.Algorithms.dll:token 0x600026a+0x5
      console.error:    at BenchmarksGame.Mandelbrot_2.MatchesChecksum(Byte[] bytes, String checksum) in mandelbrot-2.dll:token 0x6000003+0x0
      console.error:    at BenchmarksGame.Mandelbrot_2.Main(String[] args) in mandelbrot-2.dll:token 0x6000001+0x30
      console.error: Error: System.PlatformNotSupportedException: System.Security.Cryptography.Algorithms is not supported on this platform.
         at System.Security.Cryptography.MD5.Create() in System.Security.Cryptography.Algorithms.dll:token 0x600026a+0x5
         at BenchmarksGame.Mandelbrot_2.MatchesChecksum(Byte[] bytes, String checksum) in mandelbrot-2.dll:token 0x6000003+0x0
         at BenchmarksGame.Mandelbrot_2.Main(String[] args) in mandelbrot-2.dll:token 0x6000001+0x30
      console.error: Error: System.PlatformNotSupportedException: System.Security.Cryptography.Algorithms is not supported on this platform.
         at System.Security.Cryptography.MD5.Create() in System.Security.Cryptography.Algorithms.dll:token 0x600026a+0x5
         at BenchmarksGame.Mandelbrot_2.MatchesChecksum(Byte[] bytes, String checksum) in mandelbrot-2.dll:token 0x6000003+0x0
         at BenchmarksGame.Mandelbrot_2.Main(String[] args) in mandelbrot-2.dll:token 0x6000001+0x30
          at Object._convert_exception_for_method_call (dotnet.js:1:175308)
          at Object._handle_exception_for_call (dotnet.js:1:177277)
          at Object._handle_exception_and_produce_result_for_call (dotnet.js:1:177598)
          at Object._call_method_with_converted_args (dotnet.js:1:178672)
          at Object.call_method (dotnet.js:1:177067)
          at dotnet.js:1:184806
          at Object.call_assembly_entry_point (dotnet.js:1:185039)
          at Object.init (runtime.js:356:24)
          at Object.Module.config.loaded_cb (runtime.js:243:8)
          at Object._finalize_startup (dotnet.js:1:136358)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions