test/core: disable wl_display bind and data tests
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Thu, 21 Aug 2014 20:05:58 +0000 (13:05 -0700)
committerU. Artie Eoff <ullysses.a.eoff@intel.com>
Thu, 21 Aug 2014 20:05:58 +0000 (13:05 -0700)
wl_display is no longer exposed as a global since v1.6 so disable it.

See http://cgit.freedesktop.org/wayland/wayland/commit/?id=78d8047407

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
src/test/core/test_bind_interface.cpp
src/test/core/test_data.cpp

index d0f3fc5..7accc54 100644 (file)
@@ -58,7 +58,13 @@ private:
 namespace bind_interface {
 
 BIND_TEST(wl_compositor)
-BIND_TEST(wl_display)
+
+/**
+ * wl_display is no longer exposed as a global since v1.6 so disable it.
+ * http://cgit.freedesktop.org/wayland/wayland/commit/?id=78d80474073b6145f6f03dd4928c3a4daf9c6b9c
+ */
+/* BIND_TEST(wl_display) */
+
 BIND_TEST(wl_shm)
 BIND_TEST(wl_output)
 BIND_TEST(wl_seat)
index 5487a5a..68bfea2 100644 (file)
@@ -86,7 +86,13 @@ protected:
        WFITS_CORE_HARNESS_TEST_CASE(data_ ## name)
 
 DATA_TEST(wl_compositor)
-DATA_TEST(wl_display)
+
+/**
+ * wl_display is no longer exposed as a global since v1.6 so disable it.
+ * http://cgit.freedesktop.org/wayland/wayland/commit/?id=78d80474073b6145f6f03dd4928c3a4daf9c6b9c
+ */
+/* DATA_TEST(wl_display) */
+
 DATA_TEST(wl_shm)
 DATA_TEST(wl_output)
 DATA_TEST(wl_seat)