We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running System.Runtime tests in NativeAOT, System.Tests.TimeZoneInfoTests.FijiTimeZoneTest fails with the hour off by one.
System.Tests.TimeZoneInfoTests.FijiTimeZoneTest
[FAIL] System.Tests.TimeZoneInfoTests.FijiTimeZoneTest Assert.Equal() Failure Expected: 13:00:00 Actual: 12:00:00 at System.Tests.TimeZoneInfoTests.FijiTimeZoneTest() + 0x2c7 at System.Runtime.Tests!<BaseAddress>+0x120125e at System.InvokeUtils.CallDynamicInvokeMethod(Object, IntPtr, IntPtr, IntPtr, Object, Object[], BinderBundle, Bool ean, Boolean) + 0x158
The text was updated successfully, but these errors were encountered:
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
Sorry, something went wrong.
The test is passing in the CI.
No branches or pull requests
When running System.Runtime tests in NativeAOT,
System.Tests.TimeZoneInfoTests.FijiTimeZoneTest
fails with the hour off by one.The text was updated successfully, but these errors were encountered: