Mir

Comment 5 for bug 1502782

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

So, avoiding the trap of reloading the drivers in a single process, I can get a (useless) core in a minute or so with:

    $ while bin/mir_integration_tests --gtest_filter=AndroidHardwareSanity.can_allocate_hw_buffer; do :; done

Interestingly, the following doesn't core (for a significantly longer time):

    $ while bin/mir_integration_tests --gtest_filter=AndroidHardwareSanity.*:-AndroidHardwareSanity.can_allocate_hw_buffer; do :; done