Lines Matching +full:xvfb +full:- +full:run
3 # Use of this source code is governed by a BSD-style license that can be
6 """Unit tests for xvfb.py functionality.
9 through xvfb.py as a subprocess, then tests its expected output.
19 # pylint: disable=super-with-arguments
23 XVFB = TEST_FILE.replace('_unittest', '') variable
28 """Launches a sub process to run through xvfb.py."""
30 [XVFB, XVFB_TEST_SCRIPT] + args, stdout=subprocess.PIPE,
34 # pylint: disable=inconsistent-return-statements
37 for line in proc.stdout.read().decode('utf-8').splitlines(True):
40 # pylint: enable=inconsistent-return-statements
59 self._procs.append(launch_process(['--no-xvfb']))
72 self._procs.append(launch_process(['--no-xvfb']))
103 self.skipTest('non-win32 test')
108 self._proc = launch_process(['--sleep'])
117 self._proc = launch_process(['--sleep'])