tests: Don't use auto and manual configure together
The tests always send an explicit manual configure. This is important because we want to test the client's first buffer is correct and this comes after the first configure event. Having auto configure enabled means it's racey and flakey between the auto response on the compositor thread and the client dispatching a manual repsonse. Change-Id: I92170a2d96c01d01c22983e43ff1f1281b1a48a2 Reviewed-by: David Redondo <qt@david-redondo.de>
This commit is contained in:
parent
24cd08a667
commit
38ac95c03b
@ -111,7 +111,7 @@ public:
|
|||||||
explicit XdgDecorationCompositor()
|
explicit XdgDecorationCompositor()
|
||||||
{
|
{
|
||||||
exec([this] {
|
exec([this] {
|
||||||
m_config.autoConfigure = true;
|
m_config.autoConfigure = false;
|
||||||
add<XdgDecorationManagerV1>(xdgDecorationVersion);
|
add<XdgDecorationManagerV1>(xdgDecorationVersion);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user