Description
Running test DebuggerTests.AssignmentTests fails for System.Decimal
{ "MONO_TYPE_VALUETYPE2", TValueType("System.Decimal","0"), TValueType("System.Decimal", "1.1") },
Failure
info: DebuggerTests.Inspector[0] console.error: * Assertion at /Users/radical/dev/r2/src/mono/mono/mini/debugger-engine.c:765, condition `req->refcount' not met
Configuration
Discovered after adding test in #51859
Release build of Mono runtime on Windows.
Also in Debug of Mono runtime on MacOS.
cd src\mono\wasm\debugger
dotnet test DebuggerTestSuite /p:RuntimeConfiguration=Release /p:Configuration=Debug /p:WasmNativeStrip=false /p:WasmNativeDebugSymbols=true /p:WasmBuildNative=true --filter DebuggerTests.AssignmentTests > res.txt
Description
Running test
DebuggerTests.AssignmentTestsfails forSystem.DecimalFailure
Configuration
Discovered after adding test in #51859
Release build of Mono runtime on Windows.
Also in Debug of Mono runtime on MacOS.