From dfce5c8fac18481dad20ee47eb1489358228d1fa Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Thu, 11 Oct 2018 13:42:30 +0200
Subject: [PATCH] Remove test that is bugged in Clang

---
 dune/perftool/test/transpose.mini | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dune/perftool/test/transpose.mini b/dune/perftool/test/transpose.mini
index 53a31e14..75891f51 100644
--- a/dune/perftool/test/transpose.mini
+++ b/dune/perftool/test/transpose.mini
@@ -6,6 +6,9 @@ __exec_suffix = {__static.BASETYPE}_{__static.N}x{__static.M}
 {__static.N} == 2 and {shorttype} == f | exclude
 {__static.N} == 16 and {shorttype} == d | exclude
 
+# This transpose is bugged in clang - urgh!
+( $\{CMAKE_CXX_COMPILER_ID\} STREQUAL Clang ) AND ( {__static.N} STREQUAL 16 ) | cmake_guard
+
 # These transposes are not yet implemented
 {__static.M} == 16 | exclude
 
-- 
GitLab