From b54355050da9e3cc0880fb93da6a492711920c9f Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Tue, 1 Mar 2016 16:19:00 -0800 Subject: 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 --- tests/bluetooth/shell/testcase.ini | 5 ++++- tests/bluetooth/tester/testcase.ini | 3 ++- 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 -- cgit v1.2.3