You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are the issues we encountered and their solutions:
Some tests in Firefox were failing depending on which monitor was connected to the system. Reason: the colors were not matching (especially in reference tests that used PNG files) probably because the color profiles of the monitor affected. Solution: add some tolerance to each color channel when comparing images.
Many tests in gngr were failing because the loading of background images was not synchronous with the grinder snapshot mechanism. Solution: the grinderServer's thread in gngr now polls each renderable to check if it is ready to render.