forked from AuroraMiddleware/gtk
reftests: Fix an xfail to work
The background-image-multiple.ref.ui file uses non-existing properties, which gives us a g_warning, and the glib test framework insists on treating warnings as fatal, so we end up doing exit(133), which in turn makes the meson TAP parser ignore its xfails. Comment out the nonexisting properties, so we can fail properly, and then in turn xfail properly.
This commit is contained in:
parent
dc4b7131f1
commit
9403f44aef
@ -45,8 +45,10 @@
|
||||
<property name="width_request">144</property>
|
||||
<property name="height_request">70</property>
|
||||
<layout>
|
||||
<!-- FIXME: these don't exist anymore
|
||||
<property name="x">0</property>
|
||||
<property name="y">0</property>
|
||||
-->
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
@ -58,8 +60,10 @@
|
||||
<property name="width_request">120</property>
|
||||
<property name="height_request">46</property>
|
||||
<layout>
|
||||
<!-- FIXME: these don't exist anymore
|
||||
<property name="x">12</property>
|
||||
<property name="y">12</property>
|
||||
-->
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
@ -77,8 +81,10 @@
|
||||
<property name="width_request">144</property>
|
||||
<property name="height_request">70</property>
|
||||
<layout>
|
||||
<!-- FIXME: these don't exist anymore
|
||||
<property name="x">0</property>
|
||||
<property name="y">0</property>
|
||||
-->
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
@ -90,8 +96,10 @@
|
||||
<property name="width_request">120</property>
|
||||
<property name="height_request">46</property>
|
||||
<layout>
|
||||
<!-- FIXME: these don't exist anymore
|
||||
<property name="x">12</property>
|
||||
<property name="y">12</property>
|
||||
-->
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
|
Loading…
Reference in New Issue
Block a user