-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test failure: System.IO.Ports.Tests.GetPortNames/AllGetPortNamesAreInHelperPorts #27054
Comments
This is passing on the UWP tests on non-ARM. Guess: the OS in the ARM runs needs updating? If that's the case, then as well as updating the test image, we probably should make this API fail with PNSE nicely for folks on older OS builds. |
There is already a try-catch attempting to detect if the API is not there and throw a PNSE. |
|
What seems to be happening is that GetCommPorts is actually returning ERROR_FILE_NOT_FOUND, and the code was expecting success in this case with the number of found ports equal to zero. I don't have access to a Windows arm64 box to validate this... |
Fixing milestone - the change went into master (3.0) branch. |
Opened on behalf of @Sunny-pu
The test
System.IO.Ports.Tests.GetPortNames/AllGetPortNamesAreInHelperPorts
has failed.System.ComponentModel.Win32Exception : The system cannot find the file specified.
Build : 3.0 - 20180803.01 (UWP F5 Tests)
Failing configurations:
Details: https://mc.dot.net/#/product/netcore/30/source/official~2Fcorefx~2Fmaster~2F/type/test~2Ffunctional~2Fuwp~2F/build/20180803.01/workItem/System.IO.Ports.Tests
The text was updated successfully, but these errors were encountered: