runtime: Test failure: System.ComponentModel.DataAnnotations.Tests.RangeAttributeTests/DotDecimalExtremaAndValuesInvariantParse(type: typeof(double), min: \"1.0\", max: \"3.0\", value: \"2.99999999999999\")
Opened on behalf of @Sunny-pu
The test System.ComponentModel.DataAnnotations.Tests.RangeAttributeTests/DotDecimalExtremaAndValuesInvariantParse(type: typeof(double), min: \"1.0\", max: \"3.0\", value: \"2.99999999999999\") has failed.
Assert.Throws() Failure\r Expected: typeof(System.ArgumentException)\r Actual: (No exception was thrown)
Stack Trace:
at System.ComponentModel.DataAnnotations.Tests.RangeAttributeTests.DotDecimalExtremaAndValuesInvariantParse(Type type, String min, String max, String value)
Build : Master - 20180312.01 (UWP F5 Tests) Failing configurations:
- Windows.10.Amd64.ClientRS3-x64
- Release
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 18 (15 by maintainers)
It already uses RemoteExecutor (in fact I did it myself: 6ee8b75a000eec5b26f256b04902dc19a1db9d35) so the “UWP process wide culture” should not be a problem and presumably it was some other issue. I see it occurred 3 times at the end of May then since then not at all since then (only in the UWP branch where doubtless it is missing this fix).
Given that I’m going to close this rather than investigate further. @ajcvickers next time there’s a question like this just let me know and I can show you how to query for it.