Skip to content
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

Many new test failures on windows arm. #53267

Closed
sandreenko opened this issue May 26, 2021 · 4 comments · Fixed by #53276
Closed

Many new test failures on windows arm. #53267

sandreenko opened this issue May 26, 2021 · 4 comments · Fixed by #53276
Assignees
Labels
arch-arm32 area-System.Runtime blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs bug os-windows

Comments

@sandreenko
Copy link
Contributor

The errors look like:

  Starting:    baseservices.threading.XUnitWrapper
    baseservices\threading\interlocked\exchange\exchange2\exchange2.cmd [FAIL]
      Process terminated. Assertion failed.
      Shouldn't get here, as there's always at least one language installed.

The results are: https://dev.azure.com/dnceng/public/_build/results?buildId=1156492&view=results
there were 204 changes in it (https://dev.azure.com/dnceng/public/_traceability/runview/changes?currentRunId=1156492)

@sandreenko sandreenko added bug arch-arm32 os-windows blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs labels May 26, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added area-System.Threading untriaged New issue has not been triaged by the area owner labels May 26, 2021
@ghost
Copy link

ghost commented May 26, 2021

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

Issue Details

The errors look like:

  Starting:    baseservices.threading.XUnitWrapper
    baseservices\threading\interlocked\exchange\exchange2\exchange2.cmd [FAIL]
      Process terminated. Assertion failed.
      Shouldn't get here, as there's always at least one language installed.

The results are: https://dev.azure.com/dnceng/public/_build/results?buildId=1156492&view=results
there were 204 changes in it (https://dev.azure.com/dnceng/public/_traceability/runview/changes?currentRunId=1156492)

Author: sandreenko
Assignees: -
Labels:

arch-arm32, area-System.Threading, blocking-outerloop, bug, os-windows, untriaged

Milestone: -

@mangod9
Copy link
Member

mangod9 commented May 26, 2021

Looks to be an issue in System.TimeZoneInfo, appears to be due to #53229. FYI @stephentoub

  Starting:    baseservices.threading.XUnitWrapper
    baseservices\threading\interlocked\compareexchange\compareexchange2\compareexchange2.cmd [FAIL]
      Process terminated. Assertion failed.
      Shouldn't get here, as there's always at least one language installed.
         at System.TimeZoneInfo.GetFileMuiPath(String filePath, CultureInfo cultureInfo) in System.Private.CoreLib.dll:token 0x6001a72+0x92
         at System.TimeZoneInfo.GetFileMuiPath(String filePath, CultureInfo cultureInfo) in System.Private.CoreLib.dll:token 0x6001a72+0x58
         at System.TimeZoneInfo.GetCachedFileMuiPath(String filePath, CultureInfo cultureInfo) in System.Private.CoreLib.dll:token 0x6001a71+0x42
         at System.TimeZoneInfo.GetLocalizedNameByMuiNativeResource(String resource, CultureInfo cultureInfo) in System.Private.CoreLib.dll:token 0x6001a73+0x5d
         at System.TimeZoneInfo.GetLocalizedNamesByRegistryKey(RegistryKey key, String& displayName, String& standardName, String& daylightName) in System.Private.CoreLib.dll:token 0x6001a75+0x5f
         at System.TimeZoneInfo.TryGetTimeZoneFromLocalMachine(String id, TimeZoneInfo& value, Exception& e) in System.Private.CoreLib.dll:token 0x6001a76+0x5a
         at System.TimeZoneInfo.TryGetTimeZoneFromLocalMachine(String id, Boolean dstDisabled, TimeZoneInfo& value, Exception& e, CachedData cachedData) in System.Private.CoreLib.dll:token 0x6001a59+0x0
         at System.TimeZoneInfo.TryGetTimeZoneUsingId(String id, Boolean dstDisabled, TimeZoneInfo& value, Exception& e, CachedData cachedData, Boolean alwaysFallbackToLocalMachine) in System.Private.CoreLib.dll:token 0x6001a58+0x9a
         at System.TimeZoneInfo.TryGetTimeZone(String id, Boolean dstDisabled, TimeZoneInfo& value, Exception& e, CachedData cachedData, Boolean alwaysFallbackToLocalMachine) in System.Private.CoreLib.dll:token 0x6001a57+0x0
         at System.TimeZoneInfo.GetLocalTimeZone(CachedData cachedData) in System.Private.CoreLib.dll:token 0x6001a68+0x41
         at System.TimeZoneInfo.CachedData.CreateLocal() in System.Private.CoreLib.dll:token 0x6001a90+0x18
         at System.TimeZoneInfo.GetDateTimeNowUtcOffsetFromUtc(DateTime time, Boolean& isAmbiguousLocalDst) in System.Private.CoreLib.dll:token 0x6001a6b+0x0
         at System.DateTime.get_Now() in System.Private.CoreLib.dll:token 0x6000d2d+0x6
         at TestLibrary.TestFramework.BeginTestCase(String title) in TestLibrary.dll:token 0x6000075+0x53
         at InterlockedCompareExchange2.Main() in compareexchange2.dll:token 0x6000001+0x6

@ghost
Copy link

ghost commented May 26, 2021

Tagging subscribers to this area: @tannergooding
See info in area-owners.md if you want to be subscribed.

Issue Details

The errors look like:

  Starting:    baseservices.threading.XUnitWrapper
    baseservices\threading\interlocked\exchange\exchange2\exchange2.cmd [FAIL]
      Process terminated. Assertion failed.
      Shouldn't get here, as there's always at least one language installed.

The results are: https://dev.azure.com/dnceng/public/_build/results?buildId=1156492&view=results
there were 204 changes in it (https://dev.azure.com/dnceng/public/_traceability/runview/changes?currentRunId=1156492)

Author: sandreenko
Assignees: -
Labels:

arch-arm32, area-System.Runtime, blocking-outerloop, bug, os-windows, untriaged

Milestone: -

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label May 26, 2021
@stephentoub stephentoub self-assigned this May 26, 2021
@stephentoub
Copy link
Member

I'd converted a "should never get here" comment into an assert... it appears the comment was wrong. #53276 deletes the assert.

@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label May 26, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jun 25, 2021
@tannergooding tannergooding removed the untriaged New issue has not been triaged by the area owner label Jun 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm32 area-System.Runtime blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs bug os-windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants