xhd2015/xgo

After making --trap-stdlib default with xgo test, tests with `--strace` on windows still block.

Opened this issue · 1 comments

          After making the change, tests with `--strace`  on windows still block. 

So we add a windowsFlags to by pass stdlib trap when running --strace tests:

image

We decided this shall not be a blocker for this feature, but it remains to be investigated.

Originally posted by @xhd2015 in #144 (comment)

Update 2024-05-30 14:00: just tried running xgo test --trap-stdlib --strace on windows 10, seems no blocking issue.

This issue may need some struggle in the CI workflow.