-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Private method tests fail on Linux/Arm64 #159
Comments
Ah, I ran the tests with "-gcflags=-l", I should try "-gcflags=all=-l" |
I tried "-gcflags=all=-l" and met failure. Running tool: /home/myzhan/local/go/bin/go test -timeout 30s -coverprofile=/tmp/vscode-gotFUMeL/go-code-cover -run ^TestApplyPrivateMethod$ github.com/agiledragon/gomonkey/v2/test -gcflags=all=-l unexpected fault address 0x4ff049a4f2e7f9 goroutine 18 [running]: |
@wiselike go1.21.6 + Only the private method tests fail. I think you can fix it this month :) |
what's your command? I tried to run |
on my linux/arm64, unit test failed run with command:
log: |
I ran "make test". |
I try to run tests on armbian, running on a RK3566 soc. Only the private method tests fail.
Go version: 1.21.6
The text was updated successfully, but these errors were encountered: