[mutter] clutter/tests: Remove events-touch test



commit a892e7a6aadabcbb472be1971855998e4eb49137
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Fri Aug 17 18:30:26 2018 +0200

    clutter/tests: Remove events-touch test
    
    The events-touch test tested that clutter could properly process evdev
    touch events. It used uinput to post evdev touch events, thus only ran
    when runnig the test as root. Running as non-root it'd just silently
    pass. As Clutter doesn't process evdev touch events anymore,
    libinput does, so the test is fairly pointless, so remove it.

 clutter/tests/conform/Makefile.am    |   1 -
 clutter/tests/conform/events-touch.c | 392 -----------------------------------
 clutter/tests/conform/meson.build    |   1 -
 3 files changed, 394 deletions(-)
---
diff --git a/clutter/tests/conform/Makefile.am b/clutter/tests/conform/Makefile.am
index 9cef08b29..ebe83f824 100644
--- a/clutter/tests/conform/Makefile.am
+++ b/clutter/tests/conform/Makefile.am
@@ -42,7 +42,6 @@ classes_tests = \
 general_tests = \
        binding-pool \
        color \
-       events-touch \
        interval \
        model \
        script-parser \
diff --git a/clutter/tests/conform/meson.build b/clutter/tests/conform/meson.build
index 1387f4990..4c60354b2 100644
--- a/clutter/tests/conform/meson.build
+++ b/clutter/tests/conform/meson.build
@@ -34,7 +34,6 @@ clutter_conform_tests_classes_tests = [
 clutter_conform_tests_general_tests = [
   'binding-pool',
   'color',
-  'events-touch',
   'interval',
   'model',
   'script-parser',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]