ZtRXR

Results 2 issues of ZtRXR

Expecting value: line 1 column 1 (char 0) ![image](https://user-images.githubusercontent.com/128154418/225914771-afd04b97-7e76-44bc-9a61-a4779cbb303b.png)

### Xmake 版本 xmake v2.9.4+dev.af3090adb ### 操作系统版本和架构 Windows11 x86-64 22631.3880 mingw64 ### 描述问题 xmake test 在windows平台无法正确add_test("test",{run_timeout(1000)}) 会出现 ``` error: wait events in poller failed! ``` linux平台是正常的 ### 期待的结果 在设置的run_timeout()正确kill掉程序并显示结果 ###...

bug