[perl-Gnome2-Vte] Avoid a segfault in the tests



commit 2d1aaca2f6985f517de31a2533954d7d6ee38ad0
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Sat Feb 18 19:01:30 2012 +0100

    Avoid a segfault in the tests
    
    https://rt.cpan.org/Ticket/Display.html?id=74532

 NEWS            |    5 +++++
 t/VteTerminal.t |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4ca8042..41e1e52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in Gnome2::Vte <next>
+=======================================
+
+* Avoid a segfault in the tests.
+
 Overview of changes in Gnome2::Vte 0.09
 =======================================
 
diff --git a/t/VteTerminal.t b/t/VteTerminal.t
index 6581b1e..72cc185 100644
--- a/t/VteTerminal.t
+++ b/t/VteTerminal.t
@@ -232,7 +232,8 @@ SKIP: {
   skip "set_pty", 0
     unless Gnome2::Vte -> CHECK_VERSION(0, 12, 1);
 
-  $terminal -> set_pty(fileno STDIN);
+  # Cannot reliably test this without causing segfaults or assertions.
+  # $terminal -> set_pty(fileno STDIN);
 }
 
 $terminal -> reset(1, 1);



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