From d9ba60dcfe6aee5998eada4c52def680b123b090 Mon Sep 17 00:00:00 2001 From: Alessandro Arzilli Date: Mon, 28 Jun 2021 18:48:51 +0200 Subject: [PATCH] test: disable avx512 test when backend is 'rr' (#2547) The rr backend does not report avx512 registers back to us. --- service/test/integration2_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/test/integration2_test.go b/service/test/integration2_test.go index a59e13df..bfdde103 100644 --- a/service/test/integration2_test.go +++ b/service/test/integration2_test.go @@ -1565,7 +1565,7 @@ func TestClientServer_FpRegisters(t *testing.T) { if regtest.name == "XMM11" && !avx2 { continue } - if regtest.name == "XMM12" && !avx512 { + if regtest.name == "XMM12" && (!avx512 || testBackend == "rr") { continue } found := false