From e516d4546daaf73efb03e10a2e20e7305d2ea5cc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 4 Mar 2015 16:55:43 -0600 Subject: 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(+) 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 0000000000..8728642069 --- /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 0000000000..8728642069 --- /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 0000000000..8728642069 --- /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 -- cgit v1.2.3