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 2020/10/28 06:39:58 UTC

[GitHub] [incubator-nuttx-testing] xiaoxiang781216 commented on a change in pull request #72: testlist/sim.dat: Skip 32bit sim build only for macOS

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



##########
File path: testlist/other.dat
##########
@@ -0,0 +1,28 @@
+# We do not have a toolchain for avr32 outside of Microchip login wall.
+# The work was never upstreamed to GCC.
+
+/avr
+-avr32dev1:nsh
+-avr32dev1:ostest
+
+/renesas/rx65n/rx65n-grrose
+-rx65n-grrose:ipv6
+
+/renesas/rx65n/rx65n-rsk2mb
+-rx65n-rsk2mb:ipv6
+
+# PINGUINOL toolchain doesn't provide macOS binaries
+# with the same name
+# /mips,CONFIG_MIPS32_TOOLCHAIN_PINGUINOL
+
+/risc-v,CONFIG_RV32IM_TOOLCHAIN_GNU_RVGL
+-gapuino:nsh
+-nr5m100-nexys4:nsh
+
+# x86_64-elf-gcc from homebrew doesn't seem to
+# provide __udivdi3 etc for -m32
+# /x86

Review comment:
       Done, I move this change to another PR.

##########
File path: testlist/sim.dat
##########
@@ -3,12 +3,14 @@
 
 # CONFIG_SIM_M32=y
 # The recent versions of macOS is 64-bit only
--sim:loadable
--sim:module32
--sim:sotest32
+-sim:loadable,Darwin
+-sim:module32,Darwin
+-sim:rpproxy,Darwin
+-sim:rpserver,Darwin
+-sim:sotest32,Darwin
 
 # X11
-# macOS doesn't have X11
+# macOS/Docker doesn't have X11

Review comment:
       Done.

##########
File path: testlist/sim.dat
##########
@@ -3,12 +3,14 @@
 
 # CONFIG_SIM_M32=y
 # The recent versions of macOS is 64-bit only
--sim:loadable
--sim:module32
--sim:sotest32
+-sim:loadable,Darwin
+-sim:module32,Darwin
+-sim:rpproxy,Darwin
+-sim:rpserver,Darwin
+-sim:sotest32,Darwin
 
 # X11
-# macOS doesn't have X11
+# macOS/Docker doesn't have X11

Review comment:
       So, I can enable it now?




----------------------------------------------------------------
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