Mir

Comment 3 for bug 1495459

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

For completeness:

$ LD_PRELOAD=libumockdev-preload.so.0 bin/mir_integration_tests --gtest_filter=MesaBufferIntegration.* --platform-graphics-lib lib/server-modules/graphics-mesa-kms.so.5
MIR_CLIENT_PLATFORM_PATH=bin/../lib/client-modules/
MIR_SERVER_PLATFORM_PATH=bin/../lib/server-modules/
LD_LIBRARY_PATH=bin/../lib
exec=bin/mir_integration_tests.bin
Running main() from main.cpp
Note: Google Test filter = MesaBufferIntegration.*
[==========] Running 3 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 3 tests from MesaBufferIntegration
[ RUN ] MesaBufferIntegration.buffer_creation_from_arbitrary_thread_works
[ OK ] MesaBufferIntegration.buffer_creation_from_arbitrary_thread_works (2 ms)
[ RUN ] MesaBufferIntegration.buffer_destruction_from_arbitrary_thread_works
[ OK ] MesaBufferIntegration.buffer_destruction_from_arbitrary_thread_works (0 ms)
[ RUN ] MesaBufferIntegration.buffer_lazy_texture_instantiation_from_arbitrary_thread_fails
[ OK ] MesaBufferIntegration.buffer_lazy_texture_instantiation_from_arbitrary_thread_fails (1 ms)
[----------] 3 tests from MesaBufferIntegration (3 ms total)

[----------] Global test environment tear-down
[==========] 3 tests from 1 test case ran. (4 ms total)
[ PASSED ] 3 tests.