| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
What kind of system is WOW64? |
Sorry, something went wrong.
|
LGTM although it's more commonly spelled as "WoW64", I think? @Fishrock123 Windows 32 bits on a Windows 64 bits host. |
Sorry, something went wrong.
|
I went with the official spelling by Microsoft, I can change it if you feel strongly about it. https://msdn.microsoft.com/en-us/library/windows/desktop/aa384274(v=vs.85).aspx C:\>dir /b %windir%\*wow64 SysWOW64 |
Sorry, something went wrong.
|
No strong feelings. |
Sorry, something went wrong.
|
I'll wait for #6697 to land and adopt the new skip syntax. |
Sorry, something went wrong.
|
@orangemocha #6697 has landed, you should be able to use the new syntax here. |
Sorry, something went wrong.
|
Updated, thanks! |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
Sorry, something went wrong.
|
I am confident that the CI failures on ARM are unrelated to this change. /cc @nodejs/testing https://ci.nodejs.org/job/node-test-binary-arm/2285/RUN_SUBSET=6,label=pi1-raspbian-wheezy/ Landing shortly. |
Sorry, something went wrong.
This test fails on WOW64 because of a bug in the OS, and there is no acceptable workaround. Ref: nodejs#3667 PR-URL: nodejs#6675 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: cjihrig - Colin Ihrig <cjihrig@gmail.com>
|
@orangemocha could this be backported? Still seeing this on 4.4.7. |
Sorry, something went wrong.
This test fails on WOW64 because of a bug in the OS, and there is no acceptable workaround. Ref: nodejs#3667 PR-URL: nodejs#6675 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: cjihrig - Colin Ihrig <cjihrig@gmail.com>
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
test,win
Description of change
This test fails on WOW64 because of a bug in the OS, and there is
no acceptable wokaround.
Ref: #3667