• Chris Bracken's avatar
    Match lerped values using moreOrLessEquals (#64908) · 8fa5c55e
    Chris Bracken authored
    Several of our tests make use of numbers without an exact floating point
    representation (frequently 0.x where x!=5) which, when scaled, also
    scale the error. The end result is that some of these tests currently
    implicitly rely on an implementation detail of floating point math and
    are sensitive to differences in the ~15th decimal place.
    
    This patch reduces the sensitivity of some of these tests, checking
    values using `moreOrLessEquals` from the flutter_test package
    rather than requiring en exact match.
    8fa5c55e
Name
Last commit
Last update
..
_flutter_web_build_script Loading commit data...
flutter Loading commit data...
flutter_driver Loading commit data...
flutter_goldens Loading commit data...
flutter_goldens_client Loading commit data...
flutter_localizations Loading commit data...
flutter_test Loading commit data...
flutter_tools Loading commit data...
flutter_web_plugins Loading commit data...
fuchsia_remote_debug_protocol Loading commit data...
analysis_options.yaml Loading commit data...