qt5base-lts/tests/auto/corelib/global/qglobalstatic
Simon Hausmann 80bc743406 Fix tst_qglobalstatic on OS X
OS X has an unreasonably low default for the maximum number of open
file descriptors (256). The unit test creates about 200 threads and each
thread in Qt creates at least two file descriptors (pipe), so the test
cannot execute.

Change-Id: I656367bca6d0a40fb1edb8c72914304db0f429ac
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2015-06-04 05:56:16 +00:00
..
qglobalstatic.pro Add CONFIG += testcase to test qglobalstatic. 2015-05-22 04:37:52 +00:00
tst_qglobalstatic.cpp Fix tst_qglobalstatic on OS X 2015-06-04 05:56:16 +00:00