mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
cogl/tests: Mark failing test as known failure
This allows us to enable running the tests again. Not fixing the failure is at least better than not running the tests at all.
This commit is contained in:
parent
97004e6114
commit
24d8d40deb
@ -134,9 +134,8 @@ test_conformance_LDADD = \
|
||||
test_conformance_LDADD += $(top_builddir)/cogl-path/libmutter-cogl-path-$(LIBMUTTER_API_VERSION).la
|
||||
test_conformance_LDFLAGS = -export-dynamic
|
||||
|
||||
# XXX: uncomment when tests get fixed
|
||||
#test: wrappers
|
||||
# @$(top_srcdir)/tests/run-tests.sh $(abs_builddir)/../config.env $(abs_builddir)/test-conformance$(EXEEXT)
|
||||
test: wrappers
|
||||
@$(top_srcdir)/tests/run-tests.sh $(abs_builddir)/../config.env $(abs_builddir)/test-conformance$(EXEEXT)
|
||||
|
||||
# XXX: we could prevent the conformance test suite from running
|
||||
# by simply defining this variable conditionally
|
||||
|
@ -74,7 +74,8 @@ main (int argc, char **argv)
|
||||
ADD_TEST (test_pixel_buffer_set_data, 0, 0);
|
||||
ADD_TEST (test_pixel_buffer_sub_region, 0, 0);
|
||||
UNPORTED_TEST (test_texture_rectangle);
|
||||
ADD_TEST (test_texture_3d, TEST_REQUIREMENT_TEXTURE_3D, 0);
|
||||
ADD_TEST (test_texture_3d, TEST_REQUIREMENT_TEXTURE_3D,
|
||||
TEST_REQUIREMENT_GL | TEST_KNOWN_FAILURE);
|
||||
ADD_TEST (test_wrap_modes, 0, 0);
|
||||
UNPORTED_TEST (test_texture_pixmap_x11);
|
||||
ADD_TEST (test_texture_get_set_data, 0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user