[libdevel-gdb-perl] 01/05: Drop Split-brittle-test-into-two-smaller-ones.patch

gregor herrmann gregoa at debian.org
Sat Oct 1 18:09:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdevel-gdb-perl.

commit ef21c8262cb92fcaccd25ae3229921577edcd9e5
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 1 19:57:19 2016 +0200

    Drop Split-brittle-test-into-two-smaller-ones.patch
    
    which was meant for debugging test issues.
---
 .../Split-brittle-test-into-two-smaller-ones.patch | 36 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 37 deletions(-)

diff --git a/debian/patches/Split-brittle-test-into-two-smaller-ones.patch b/debian/patches/Split-brittle-test-into-two-smaller-ones.patch
deleted file mode 100644
index 8c216bd..0000000
--- a/debian/patches/Split-brittle-test-into-two-smaller-ones.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From: intrigeri <intrigeri at boum.org>
-Date: Thu, 30 Jun 2016 12:09:42 +0000
-Subject: Split brittle test into two smaller ones.
-
-This tests sometimes fails on ci.d.n and on the reproducible builds
-infrastructure. Let's try to pinpoint more precisely what part of
-it fails.
-
-Bug-Debian: https://bugs.debian.org/784845
----
- t/expect.t | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/t/expect.t b/t/expect.t
-index db0a3b4..e7a344e 100644
---- a/t/expect.t
-+++ b/t/expect.t
-@@ -6,7 +6,7 @@ qx/gdb -v/ or
- eval "use Expect; 1" or
-   plan skip_all => "cannot use 'Expect'" ;
- 
--plan tests => 8;
-+plan tests => 9;
- 
- use_ok('Devel::GDB');
- my $gdb = new Devel::GDB ( '-params' => '-q',
-@@ -27,7 +27,7 @@ ok($e->expect(undef, '-re', '^.+$')
- 
- $e->send("bar\n");
- 
--ok($e->expect(undef, '-re', '^.+$')
--    and $e->match =~ /^BAR/);
-+ok($e->expect(undef, '-re', '^.+$'));
-+ok($e->match =~ /^BAR/);
- 
- $gdb->end;
diff --git a/debian/patches/series b/debian/patches/series
index a5f8b3b..f6e6708 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 spelling-error.patch
 stdin.patch
-Split-brittle-test-into-two-smaller-ones.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-gdb-perl.git



More information about the Pkg-perl-cvs-commits mailing list