Comment 2 for bug 1271033

Revision history for this message
Olivier Tilloy (osomon) wrote :

@Timo: I spent some time trying to reproduce the issue on arm today, with no luck. In order to temporarily unblock the situation, could you maybe push a version of webbrowser-app to this PPA with this test disabled? That would allow us to actually test the application on devices and spot issues. I’ll get back to this issue later, but I’ve got other priorities to work on this week.

The following patch would disable the test that is segfaulting:

=== modified file 'tests/unittests/CMakeLists.txt'
--- tests/unittests/CMakeLists.txt 2013-11-12 22:18:49 +0000
+++ tests/unittests/CMakeLists.txt 2014-01-21 15:29:46 +0000
@@ -1,4 +1,4 @@
-add_subdirectory(qml)
+#add_subdirectory(qml)
 add_subdirectory(domain-utils)
 add_subdirectory(history-model)
 add_subdirectory(history-matches-model)