[perl-Gtk2] Disable some tests that are known to behave erratically



commit e5a2004f41c82efb31e7823a9c44f29180d52be2
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Thu May 29 23:01:55 2014 +0200

    Disable some tests that are known to behave erratically
    
    In certain environments, they either hang or cause crashes.  There is only a
    diminishingly small chance that this behaviour is due to bugs in the bindings,
    so simply disable the tests by moving them into "xt", the directory for "author
    tests".

 NEWS                          |    7 +++++++
 {t => xt}/GdkDnd.t            |    0
 {t => xt}/GtkDnd.t            |    0
 {t => xt}/GtkSocket-GtkPlug.t |    0
 4 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 366a1dc..97ce172 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in Gtk2 <next>
+==================================
+
+* Disable some tests that are known to behave erratically in certain
+  environments.  They are still available in the "xt" directory, but they will
+  not be run by default.
+
 Overview of changes in Gtk2 1.2491
 ==================================
 
diff --git a/t/GdkDnd.t b/xt/GdkDnd.t
similarity index 100%
rename from t/GdkDnd.t
rename to xt/GdkDnd.t
diff --git a/t/GtkDnd.t b/xt/GtkDnd.t
similarity index 100%
rename from t/GtkDnd.t
rename to xt/GtkDnd.t
diff --git a/t/GtkSocket-GtkPlug.t b/xt/GtkSocket-GtkPlug.t
similarity index 100%
rename from t/GtkSocket-GtkPlug.t
rename to xt/GtkSocket-GtkPlug.t


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