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
When running the test functions in the test package, many tests failed.
The reason provided was "inline".
Attempted solution:
I set the compiler flag "-gcflags=all=-l" to disable inlining.
New problem after applying the solution:
The tests now panic with the following error: "[signal SIGBUS: bus error code=0x1 addr=0x100c981c8 pc=0x100c981c8]"
Question: Has anyone encountered a similar issue when running gomonkey tests on an ARM-based Mac? If so, were you able to resolve it? Any suggestions or solutions would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Description:
The text was updated successfully, but these errors were encountered: