You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/04/03 21:43:42 UTC

[GitHub] [incubator-nuttx-testing] xiaoxiang781216 commented on a change in pull request #94: Split sim.dat to sim00.dat and sim01.dat

xiaoxiang781216 commented on a change in pull request #94:
URL: https://github.com/apache/incubator-nuttx-testing/pull/94#discussion_r606713872



##########
File path: testlist/sim00.dat
##########
@@ -1,27 +1,21 @@
-/sim
+/sim/*/*/*/[a-n]*
+
+# macOS doesn't have ALSA
+-Darwin,sim:alsa
+
 -Darwin,sim:cxxtest
 -Darwin,sim:libcxxtest
 
-# CONFIG_SIM_M32=y
-# The recent versions of macOS is 64-bit only
+# Do not build Linux configs
+-Darwin,sim:linuxi2c
+
+# macOS doesn't support 32bit(CONFIG_SIM_M32=y) anymore
 -Darwin,sim:loadable
 -Darwin,sim:module32
--Darwin,sim:rpproxy
--Darwin,sim:rpserver
--Darwin,sim:sotest32
 
-# X11
 # macOS doesn't have X11
+-Darwin,sim:lvgl
 -Darwin,sim:nsh2
 -Darwin,sim:nx11
 -Darwin,sim:nxlines
 -Darwin,sim:nxwm
--Darwin,sim:touchscreen
--Darwin,sim:lvgl
-
-# macOS doesn't have ALSA
--Darwin,sim:alsa

Review comment:
       testbuild.sh fail to remove the dir from line:
   ```
   dotest $i${line/$dir/}
   ``
   https://github.com/apache/incubator-nuttx/pull/3298 fix it by adding "




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org