You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug d224507 changed the AMDGPU class in a way that tests don't work and its nontrivial to fix. Either the AMDGPU class needs to be changed so that tests can add their own metrics_path or see about using a testing framework that allows you to mock this.
Describe the bug
d224507 changed the AMDGPU class in a way that tests don't work and its nontrivial to fix. Either the AMDGPU class needs to be changed so that tests can add their own metrics_path or see about using a testing framework that allows you to mock this.
List relevant hardware/software information
To Reproduce
Steps to reproduce the behavior:
meson setup build --wipe -Dtests=enabled -Dwith_xnvctrl=disabled && meson compile -C build && meson test -C build
Expected behavior
Tests passing
Additional context
Test output
The text was updated successfully, but these errors were encountered: