mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-18 11:26:00 +01:00
skip Push2 unit-test for now:
The test segfaults due to missing screen and prevents other libardour unit tests from running.
This commit is contained in:
parent
688eb2883f
commit
b997232aad
1 changed files with 8 additions and 0 deletions
|
|
@ -35,6 +35,14 @@ ControlSurfacesTest::instantiateAndTeardownTest ()
|
|||
|
||||
ControlProtocolManager& m = ControlProtocolManager::instance ();
|
||||
for (list<ControlProtocolInfo*>::iterator i = m.control_protocol_info.begin(); i != m.control_protocol_info.end(); ++i) {
|
||||
#if 1
|
||||
/* Push2 needs libcanvas -- which needs pango, which needs a screen
|
||||
* IA__gdk_pango_context_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
|
||||
*/
|
||||
if ((*i)->name == "Ableton Push 2") {
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
m.activate (**i);
|
||||
m.deactivate (**i);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue