Forwarded: not-needed, workaround
Gbp-Pq: Topic debian
Gbp-Pq: Name tests-Mark-gltexture-as-expected-to-fail-on-big-endian-ma.patch
install_dir: testexecdir,
)
+ suites = ['gdk']
+
+ if host_machine.endian() == 'big' and t == 'gltexture'
+ suites += 'failing'
+ endif
+
test(t, test_exe,
args: [ '--tap', '-k' ],
protocol: 'tap',
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
'DBUS_SESSION_BUS_ADDRESS=',
],
- suite: 'gdk',
+ suite: suites,
)
endforeach