If you build a runtime with -p:KeepNativeSymbols=true and then run the debugger testsuite, SteppingTests.SkipWasmFunctionsAccordinglyJustMyCode will fail.
Note that we don't ship KeepNativeSymbols, so this is purely something that is a papercut when working on dotnet/runtime itself.
Repro steps:
./build.sh --os browser -c Debug -bl -nr:false -p:KeepNativeSymbols=true
then
make -C src/mono/wasm run-debugger-tests CONFIG=Debug TEST_FILTER='~SteppingTests.SkipWasmFunctionsAccordinglyJustMyCode'