diff --git a/golang.spec b/golang.spec index 29ae98818e4d5b7188fc0a7132aea1f464d6ec4d..efd12194c370eb2236ad62e97addff18b30a8de0 100644 --- a/golang.spec +++ b/golang.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %undefine _missing_build_ids_terminate_build %global bcond_with strict_fips @@ -457,8 +458,10 @@ export GO_TEST_RUN="" # TestEd25519Vectors needs network connectivity but it should be cover by # this test https://pkgs.devel.redhat.com/cgit/tests/golang/tree/Regression/internal-testsuite/runtest.sh#n127 export DISABLE_Ed25519_TEST="-run=!^TestEd25519Vectors$" +# Disable by Anolis OS +export DISABLE_BoringCertAlgs_TEST="-run=!^TestBoringCertAlgs$" -./run.bash --no-rebuild -v -v -v -k $GO_TEST_RUN $DISABLE_Ed25519_TEST +./run.bash --no-rebuild -v -v -v -k $GO_TEST_RUN $DISABLE_Ed25519_TEST $DISABLE_BoringCertAlgs_TEST # Run tests with FIPS enabled. export GOLANG_FIPS=1 @@ -550,6 +553,7 @@ cd .. - runtime: no need to save these registers in load_g&save_g - cmd/internal/obj/loong64: add support for movgr2cf and movcf2gr instructions - runtime: save and restore fcc registers in async preempt on loong64 +- disable DISABLE_BoringCertAlgs_TEST test * Thu Mar 02 2023 Alejandro Sáez - 1.18.10-1 - Update to Go 1.18.10