summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Boie <andrew.p.boie@intel.com>2016-03-01 16:19:00 -0800
committerGerrit Code Review <gerrit@zephyrproject.org>2016-03-03 10:24:25 +0000
commitb54355050da9e3cc0880fb93da6a492711920c9f (patch)
treeed3903bc4f274ea9b08a20dbd88bc400005d7ee9
parent4900aecc8eac69228baf75fa5fa7d045131df91f (diff)
REVERTME: bluetooth: tests: disable some tests
bluetooth/shell and bluetooth/tester need to be disabled on galileo and minnowboard respectively. On these platforms, the IRQ for the UART console and the H4 are the same IRQ line. IRQ_CONNECT() is being called on the same IRQ line twice, and it's only through linker luck that these tests work at all since one driver will "win" when the mapping is set up at build time by gen_idt. gen_idt was supposed to break the build in this situation but was bugged. The next patch in the series fixes gen_idt. Change-Id: Ib4a42b57181731121dfad50606c8362a9fd0277d Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
-rw-r--r--tests/bluetooth/shell/testcase.ini5
-rw-r--r--tests/bluetooth/tester/testcase.ini3
2 files changed, 6 insertions, 2 deletions
diff --git a/tests/bluetooth/shell/testcase.ini b/tests/bluetooth/shell/testcase.ini
index df7825cba..70ad38ff7 100644
--- a/tests/bluetooth/shell/testcase.ini
+++ b/tests/bluetooth/shell/testcase.ini
@@ -3,6 +3,8 @@ tags = bluetooth
build_only = true
arch_whitelist = x86
kernel = micro
+# FIXME h4 and UART driver using same IRQ line on galileo
+platform_exclude = galileo
[test_arm]
tags = bluetooth
@@ -26,7 +28,8 @@ tags = bluetooth
build_only = true
arch_whitelist = x86
extra_args = KERNEL_TYPE=nano
-platform_exclude = quark_d2000_crb
+# FIXME h4 and UART driver using same IRQ line on galileo
+platform_exclude = quark_d2000_crb galileo
[test_arm_nano]
kernel = nano
diff --git a/tests/bluetooth/tester/testcase.ini b/tests/bluetooth/tester/testcase.ini
index 840b944c3..7db1d7f09 100644
--- a/tests/bluetooth/tester/testcase.ini
+++ b/tests/bluetooth/tester/testcase.ini
@@ -1,7 +1,8 @@
[test]
tags = bluetooth
build_only = true
-platform_whitelist = basic_cortex_m3 minnowboard
+# FIXME: minnowboard using IRQ3 for both UART console and h4
+platform_whitelist = basic_cortex_m3
[tesr_nble]
tags = bluetooth