[rtems commit] Temporarily disable libdl tests on some MIPS BSPSs

Joel Sherril joel at rtems.org
Sat Mar 7 02:04:31 UTC 2015


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

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Wed Mar  4 16:55:43 2015 -0600

Temporarily disable libdl tests on some MIPS BSPSs

These BSPs are little endian while most are big endian.
The dl tool does not support the -EL option yet.

updates 2279.

---

 c/src/lib/libbsp/mips/hurricane/make/custom/hurricane-testsuite.tcfg | 5 +++++
 c/src/lib/libbsp/mips/rbtx4925/make/custom/rbtx4925-testsuite.tcfg   | 5 +++++
 c/src/lib/libbsp/mips/rbtx4938/make/custom/rbtx4938-testsuite.tcfg   | 5 +++++
 3 files changed, 15 insertions(+)

diff --git a/c/src/lib/libbsp/mips/hurricane/make/custom/hurricane-testsuite.tcfg b/c/src/lib/libbsp/mips/hurricane/make/custom/hurricane-testsuite.tcfg
new file mode 100644
index 0000000..8728642
--- /dev/null
+++ b/c/src/lib/libbsp/mips/hurricane/make/custom/hurricane-testsuite.tcfg
@@ -0,0 +1,5 @@
+#
+#  This is the set of tests which are known to not link on this BSP
+#
+
+include: testdata/dltests-broken-on-this-bsp.tcfg
diff --git a/c/src/lib/libbsp/mips/rbtx4925/make/custom/rbtx4925-testsuite.tcfg b/c/src/lib/libbsp/mips/rbtx4925/make/custom/rbtx4925-testsuite.tcfg
new file mode 100644
index 0000000..8728642
--- /dev/null
+++ b/c/src/lib/libbsp/mips/rbtx4925/make/custom/rbtx4925-testsuite.tcfg
@@ -0,0 +1,5 @@
+#
+#  This is the set of tests which are known to not link on this BSP
+#
+
+include: testdata/dltests-broken-on-this-bsp.tcfg
diff --git a/c/src/lib/libbsp/mips/rbtx4938/make/custom/rbtx4938-testsuite.tcfg b/c/src/lib/libbsp/mips/rbtx4938/make/custom/rbtx4938-testsuite.tcfg
new file mode 100644
index 0000000..8728642
--- /dev/null
+++ b/c/src/lib/libbsp/mips/rbtx4938/make/custom/rbtx4938-testsuite.tcfg
@@ -0,0 +1,5 @@
+#
+#  This is the set of tests which are known to not link on this BSP
+#
+
+include: testdata/dltests-broken-on-this-bsp.tcfg




More information about the vc mailing list