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

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


The following commit(s) were added to refs/heads/master by this push:
     new 21bed31  testlist/sim.dat: Skip 32bit/X11 sim build for macOS
21bed31 is described below

commit 21bed31c1d560dc5f8f7d8f75d2105ce4d559f3d
Author: Xiang Xiao <xiaoxi...@xiaomi.com>
AuthorDate: Tue Oct 27 02:21:27 2020 +0800

    testlist/sim.dat: Skip 32bit/X11 sim build for macOS
    
    since macOS don't support them
    
    Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com>
---
 testlist/sim.dat | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/testlist/sim.dat b/testlist/sim.dat
index f05ef1f..aa3e5c9 100644
--- a/testlist/sim.dat
+++ b/testlist/sim.dat
@@ -3,14 +3,16 @@
 
 # CONFIG_SIM_M32=y
 # The recent versions of macOS is 64-bit only
--sim:loadable
--sim:module32
--sim:sotest32
+-Darwin,sim:loadable
+-Darwin,sim:module32
+-Darwin,sim:rpproxy
+-Darwin,sim:rpserver
+-Darwin,sim:sotest32
 
 # X11
 # macOS doesn't have X11
--sim:nsh2
--sim:nx11
--sim:nxlines
--sim:nxwm
--sim:touchscreen
+-Darwin,sim:nsh2
+-Darwin,sim:nx11
+-Darwin,sim:nxlines
+-Darwin,sim:nxwm
+-Darwin,sim:touchscreen

Reply via email to