Uh oh!
There was an error while loading. Please reload this page.
wasi: fix up wasi tests for ibmi - #49953
Conversation
nodejs-github-bot
commented
Sep 29, 2023
Review requested:
|
mhdawson
commented
Sep 29, 2023
@richardlau as discussed. |
nodejs-github-bot
commented
Sep 29, 2023
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Oct 2, 2023
mhdawson
commented
Oct 3, 2023
@richardlau will take another look to figure out what is going on. |
mhdawson
commented
Oct 3, 2023
Turns out the problem is that a newer version of the wasi-sdk has changed behaviour. I used the latest which was version 20. The docs dont' say what version was used before. I'll update the PR to fix up to work with wasi-sdk version 20 and to document that is the version which should be used. |
mhdawson
commented
Oct 3, 2023
Ok PR updated, I had to make other changes as well due to other behaviour changes in wask-sdk verison 20, so we'll see if the CI is happy across platforms. |
ibmi now reports os400 instead of aix - update platform check in poll to allow for os400 - update wasi-sdk level to 20 - document the level of wasi-sdk used to compile the tests - remove platform check in readdir test as it does not seem to be needed with wasi-sdk version 20 - comment out tests for some clocks which are no longer available when compiling with wasi-sdk level 20. These may be added back after WebAssembly/wasi-libc#266 is resolved. Signed-off-by: Michael Dawson <midawson@redhat.com>
nodejs-github-bot
commented
Oct 3, 2023
nodejs-github-bot
commented
Oct 3, 2023
richardlau
commented
Oct 4, 2023
This looks good sans the linter failure. |
Signed-off-by: Michael Dawson <midawson@redhat.com>
mhdawson
commented
Oct 4, 2023
Pushed commit to fix linter complaint. |
nodejs-github-bot
commented
Oct 4, 2023
mhdawson
commented
Oct 4, 2023
osx failure looks like a flaky test - created this issue to track it - #50040 |
nodejs-github-bot
commented
Oct 4, 2023
Landed in 9cb8eb7 |
ibmi now reports os400 instead of aix - update platform check in poll to allow for os400 - update wasi-sdk level to 20 - document the level of wasi-sdk used to compile the tests - remove platform check in readdir test as it does not seem to be needed with wasi-sdk version 20 - comment out tests for some clocks which are no longer available when compiling with wasi-sdk level 20. These may be added back after WebAssembly/wasi-libc#266 is resolved. Signed-off-by: Michael Dawson <midawson@redhat.com> PR-URL: #49953 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
ibmi now reports os400 instead of aix - update platform check in poll to allow for os400 - update wasi-sdk level to 20 - document the level of wasi-sdk used to compile the tests - remove platform check in readdir test as it does not seem to be needed with wasi-sdk version 20 - comment out tests for some clocks which are no longer available when compiling with wasi-sdk level 20. These may be added back after WebAssembly/wasi-libc#266 is resolved. Signed-off-by: Michael Dawson <midawson@redhat.com> PR-URL: nodejs#49953 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
ibmi now reports os400 instead of aix