[PATCH 08/12] Temporarily disable libdl tests on some MIPS BSPSs
Joel Sherrill
joel.sherrill at oarcorp.com
Fri Mar 6 14:55:14 UTC 2015
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(+)
create mode 100644 c/src/lib/libbsp/mips/hurricane/make/custom/hurricane-testsuite.tcfg
create mode 100644 c/src/lib/libbsp/mips/rbtx4925/make/custom/rbtx4925-testsuite.tcfg
create mode 100644 c/src/lib/libbsp/mips/rbtx4938/make/custom/rbtx4938-testsuite.tcfg
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
--
1.9.3
More information about the devel
mailing list