Files
flutter/engine
Jim Graham 46235bbe4c [Impeller] Add EXPECT_OBJ_NEAR macros similar to the ASSERT_OBJ_NEAR versions (flutter/engine#47795)
Fixes https://github.com/flutter/flutter/issues/137873

The `ASSERT_..._NEAR` macros are used in many places in the Impeller unit tests, but they are "fatal errors" in that they immediately exit the individual unit test. These versions allow testing expectations without ending the unit test early.
2023-11-08 17:12:56 +00:00
..