NightOwl888 opened a new pull request #338: URL: https://github.com/apache/lucenenet/pull/338
This fixes tests that are failing due to floating point precision issues on x86 when optimized. Disabling optimizations on specific methods fixes the following tests: - `Lucene.Net.Sandbox.TestSlowFuzzyQuery::TestTokenLengthOpt()` - `Lucene.Net.Search.TestSearchAfter::TestQueries()` - `Lucene.Net.Search.TestTopDocsMerge::TestSort_1()` - `Lucene.Net.Search.TestTopDocsMerge::TestSort_2()` as recorded in #269. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
