Skip to content

[wasm][debugger] KeepNativeSymbols=true breaks SteppingTests.SkipWasmFunctionsAccordinglyJustMyCode #86387

@lambdageek

Description

@lambdageek

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'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions