From ff781cc00fff9761a94c99ba1ac0c5c9bc3a0159 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 25 May 2017 15:10:11 +1000 Subject: [PATCH] m32c/m32csim: Exclude linpack from the tests. Closes #3025. --- .../libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg b/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg index 618806be81..8f5ff1e1ed 100644 --- a/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg +++ b/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg @@ -19,3 +19,8 @@ exclude: spstkalloc02 exclude: sptls01 exclude: tmcontext01 exclude: utf8proc01 + +# +# Does not compile. See #3025. +# +exclude: linpack