utls icon indicating copy to clipboard operation
utls copied to clipboard

go test fails on ppc64el system

Open rogers0 opened this issue 3 years ago • 1 comments

go test fails on ppc64el system:

  • https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976940

error log:

> === RUN   TestPPC64minimalFeatures
>     cpu_test.go:32: IsPOWER8 expected true, got false
> --- FAIL: TestPPC64minimalFeatures (0.00s)

rogers0 avatar Dec 13 '20 14:12 rogers0

Looks like we'll need to copy a config file for this architecture from standard's go lib to cpu folder of this repo

sergeyfrolov avatar Jul 13 '21 17:07 sergeyfrolov