Mir

Code review comment for lp:~raof/mir/fix-ftbfs-against-mesa-11

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

phablet-test-run -x -s 00693fd555c9186a -v umockdev-run -- mir_performance_tests
running umockdev-run -- mir_performance_tests
initctl: unable to determine sessions
initctl: unable to determine sessions
Running main() from main.cpp
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from GLMark2Test
[ RUN ] GLMark2Test.benchmark_fullscreen_default
[1443076724.736955] mirplatform: Found graphics driver: android
[1443076724.737657] mirplatform: Found graphics driver: mesa-kms
[1443076724.738695] mirplatform: Found graphics driver: mesa-x11
[1443076724.739274] mirplatform: Found graphics driver: dummy
ERROR: Throw location unknown (consider using BOOST_THROW_EXCEPTION)
Dynamic exception type: N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_6system12system_errorEEEEE
std::exception::what: bind: No such file or directory

unknown file: Failure
C++ exception with description "Failed to start server thread" thrown in SetUp().
[ FAILED ] GLMark2Test.benchmark_fullscreen_default (10062 ms)
[----------] 1 test from GLMark2Test (10062 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (10064 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] GLMark2Test.benchmark_fullscreen_default

@ "(consider using BOOST_THROW_EXCEPTION)" Weird. Looks like the exception was wrapped by boost, but not identified as such. (RTTI information from different libs not matching?)

Does glmark need an update to match mesa?

« Back to merge proposal