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
gd test (android): export the test app with --headless
The android test scheduler runs via the engine's per-frame main loop, which is
gated on the GPU. On a CI emulator there's only software GL (SwiftShader), so
the frame loop crawls and the suite stalls after a couple of tests. Bake
command_line/extra_args="--headless" into the chosen export preset for the
test run (no rendering, no GPU dependency, faster everywhere) and restore the
config afterwards so a real `gd build` is unaffected.
Verified on Waydroid (android/amd64): exit 0, config restored.
0 commit comments