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
Correct GC tests to properly execute at non-default device zoom
Some GC tests are explicitly executed on a non-default device zoom.
However, most of them use a GC as subject to test that is created in a
setup method that is thus using the original device zoom instead of the
non-default one set by the test afterwards.
This change ensures that when executing a test with a non-default device
zoom, the GC used as subject to test is recreated to rely on that
modified device zoom.
0 commit comments