toolkit/xre/glxtest/moz.build
0 → 100644
+26
−0
+1
−5
+42
−11
Loading
glxtest is run later when Firefox already spawns threads. Recently glxtest runs in forked process which doesn't work correctly in multi-thread environment, so we need to move glxtest to different binary file and launch it as stand alone code. Differential Revision: https://phabricator.services.mozilla.com/D173486