You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/05/01 20:51:01 UTC

[incubator-nuttx-testing] 40/41: testlist: Enable more buildable config

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git

commit ef4b9c8990609ddf122af6092d8e10a06e2a14f3
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Wed Apr 29 11:54:16 2020 +0800

    testlist: Enable more buildable config
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 testlist/all.dat    |  8 --------
 testlist/arm-03.dat |  1 -
 testlist/arm-05.dat |  2 --
 testlist/arm-07.dat |  1 -
 testlist/arm-08.dat |  1 -
 testlist/sim.dat    | 18 ++++++++----------
 6 files changed, 8 insertions(+), 23 deletions(-)

diff --git a/testlist/all.dat b/testlist/all.dat
index d150249..186913c 100644
--- a/testlist/all.dat
+++ b/testlist/all.dat
@@ -6,15 +6,10 @@
 -imxrt1060-evk:libcxxtest
 -launchxl-cc1310:nsh
 -launchxl-tms57004:nsh
--lincoln60:thttpd-binfs
 -lpcxpresso-lpc1768:thttpd
--mikroe-stm32f4:fulldemo
 -moxa:nsh
 -olimex-lpc1766stk:slip-httpd
 -olimex-lpc1766stk:thttpd-nxflat
--olimex-stm32-p407:kelf
--sama5d3x-ek:nxwm
--sama5d4-ek:dramboot
 -sama5d4-ek:elf
 -shenzhou:thttpd
 -stm32f4discovery:cxxtest
@@ -31,9 +26,6 @@
 
 /sim
 -sim:cxxtest
--sim:nxwm
--sim:rpproxy
--sim:rpserver
 
 /x86
 
diff --git a/testlist/arm-03.dat b/testlist/arm-03.dat
index 8dcc9b5..8e92ab6 100644
--- a/testlist/arm-03.dat
+++ b/testlist/arm-03.dat
@@ -1,5 +1,4 @@
 /arm/lpc17xx_40xx,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
--lincoln60:thttpd-binfs
 -lpcxpresso-lpc1768:thttpd
 -olimex-lpc1766stk:slip-httpd
 -olimex-lpc1766stk:thttpd-nxflat
diff --git a/testlist/arm-05.dat b/testlist/arm-05.dat
index 1390236..0e5f541 100644
--- a/testlist/arm-05.dat
+++ b/testlist/arm-05.dat
@@ -3,6 +3,4 @@
 /arm/sam34,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
 
 /arm/sama5,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
--sama5d3x-ek:nxwm
--sama5d4-ek:dramboot
 -sama5d4-ek:elf
diff --git a/testlist/arm-07.dat b/testlist/arm-07.dat
index 922ff7d..969692e 100644
--- a/testlist/arm-07.dat
+++ b/testlist/arm-07.dat
@@ -1,7 +1,6 @@
 /arm/stm32/maple,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
 
 /arm/stm32/mikroe-stm32f4,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
--mikroe-stm32f4:fulldemo
 
 /arm/stm32/nucleo-f103rb,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
 
diff --git a/testlist/arm-08.dat b/testlist/arm-08.dat
index 4821e0d..773b1a2 100644
--- a/testlist/arm-08.dat
+++ b/testlist/arm-08.dat
@@ -11,7 +11,6 @@
 /arm/stm32/olimex-stm32-p207,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
 
 /arm/stm32/olimex-stm32-p407,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
--olimex-stm32-p407:kelf
 
 /arm/stm32/omnibusf4,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
 
diff --git a/testlist/sim.dat b/testlist/sim.dat
index ce45887..9cdcfd7 100644
--- a/testlist/sim.dat
+++ b/testlist/sim.dat
@@ -1,17 +1,15 @@
 /sim
 -sim:cxxtest
--sim:nxwm
--sim:rpproxy
--sim:rpserver
-
-# X11
-# macOS doesn't have X11
--sim:nxlines
--sim:touchscreen
--sim:nx11
--sim:nsh2
 
 # CONFIG_SIM_M32=y
 # The recent versions of macOS is 64-bit only
 -sim:loadable
 -sim:module32
+
+# X11
+# macOS doesn't have X11
+-sim:nsh2
+-sim:nx11
+-sim:nxlines
+-sim:nxwm
+-sim:touchscreen