-
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
[arm32] corefx Microsoft.Win32.Registry.Tests failure in CI #25778
Comments
Suspect a Windows bug? %ProgramFiles% is apparently "C:\Program Files (Arm)" but if you feed it to ::ExpandEnvironmentStrings you get "C:\Program Files (x86)". |
@danmosemsft Yes, will reach out through email. |
The older builds we have seem to not repro this. So we have to ignore for now. @Anipik could you please cause these tests to skip when envVariableName=ProgramFiles and RuntimeInformation.OSArchitecture=Architecture.Arm? |
@Anipik Is this now fixed (and can be closed)? |
@BruceForstall ywah the tests are disabled for now |
@Anipik It looks like the test still fails:
|
@Anipik missed a test. I will fix this. |
@BruceForstall commented on Wed Apr 04 2018
All arm32 corefx test jobs are failing Microsoft.Win32.Registry.Tests with:
https://ci.dot.net/job/dotnet_coreclr/job/master/view/arm/job/jitstress/job/arm_cross_checked_windows_nt_corefx_baseline_tst/8/consoleText
@RussKeldorph commented on Thu Apr 05 2018
@danmosemsft Wanna take this to corefx? It looks like a test issue.
The text was updated successfully, but these errors were encountered: