-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Single Test Failure possibly due Locale. #1006
Comments
I thought this could be due to 356854d ( #985 ), but that was merged into dotnet/roslyn late yesterday night and your issue was filed before that. So something else seems to have caused this. I am unable to repro this failure locally either. Does this repro consistently on your machine? If so, could you collect a dump and share it? |
My repo master has first initiated at the at 97b84b5 My machine is in the Locale |
Thanks, that information helps, let me try to setup a machine with your environment and try to get a repro. |
I'm just doing the clean build and test which usually takes about 30mins. I'll add and update once it's complete. |
Associate test TestDiagnosticLocalization with open issue #1006.
…zation: Use the CultureUICulture as the default culture, not "en-US" culture. Fixes dotnet#1006
Localization fix for DiagnosticLocalizationTests.TestDiagnosticLocalization: Use the CurrentUICulture as the default culture, not "en-US" culture. Fixes #1006
Haven't seen this repro so I'm marking it as verified. |
This the second time I've encountered this single test failure.
if I build via jerkins no failures.
I think it was introduced somewhere between #958 (no failures) and #1001 (1 failure)
The text was updated successfully, but these errors were encountered: