[rtems commit] m32c/m32csim: Exclude linpack from the tests.

Chris Johns chrisj at rtems.org
Thu May 25 05:14:24 UTC 2017


Module:    rtems
Branch:    master
Commit:    ff781cc00fff9761a94c99ba1ac0c5c9bc3a0159
Changeset: http://git.rtems.org/rtems/commit/?id=ff781cc00fff9761a94c99ba1ac0c5c9bc3a0159

Author:    Chris Johns <chrisj at rtems.org>
Date:      Thu May 25 15:10:11 2017 +1000

m32c/m32csim: Exclude linpack from the tests.

Closes #3025.

---

 c/src/lib/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 618806b..8f5ff1e 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




More information about the vc mailing list