xiaoxiang781216 commented on code in PR #14772: URL: https://github.com/apache/nuttx/pull/14772#discussion_r1841506876
########## tools/ci/testlist/sim-02.dat: ########## @@ -33,6 +33,16 @@ # macOS matter compilation is not currently supported -Darwin,sim:matter +# macOS doesn't support cxxabi.h +-Darwin,sim:libcxxtest + +# macOS doesn't support pipe2() +-Darwin,sim:lua Review Comment: but pipe2 should work in Darwin ########## tools/ci/testlist/sim-02.dat: ########## @@ -33,6 +33,16 @@ # macOS matter compilation is not currently supported -Darwin,sim:matter +# macOS doesn't support cxxabi.h +-Darwin,sim:libcxxtest Review Comment: https://github.com/apache/nuttx/tree/master/libs/libxx/libcxxabi could provide cxxabi.h, can we switch to it? ########## tools/ci/testlist/sim-03.dat: ########## @@ -24,6 +24,15 @@ -Darwin,sim:usbdev -Darwin,sim:usbhost +# macOS fails to patch quickjs-libc.c +-Darwin,sim:quickjs + +# macOS fails at uintmax_t: 'unsigned long long' vs 'unsigned long' +-Darwin,sim:rpproxy_virtio + +# macOS fails at uintmax_t: 'unsigned long long' vs 'unsigned long' +-Darwin,sim:rpserver_virtio Review Comment: should we fix this problem instead disabling it? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
