[libembperl-perl] 03/06: Disable tests which rather test Perl's error messages than Embperl

Axel Beckert abe at deuxchevaux.org
Sun Jan 26 00:52:31 UTC 2014


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

abe pushed a commit to branch master
in repository libembperl-perl.

commit 9d859f0bbe32cee1def367999482ab9b3753ca09
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Jan 26 01:41:33 2014 +0100

    Disable tests which rather test Perl's error messages than Embperl
---
 debian/changelog                                   |  1 +
 ..._for_perl_version_specific_error_messages.patch | 48 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 50 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4fa3055..8954921 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ libembperl-perl (2.5.0~rc4-1) UNRELEASED; urgency=low
   * Import new upstream beta release 2.5.0~rc4
   * Pipe "yes y" into dh_auto_configure to answer interactive questions.
   * Add patch against test suite to fix hash randomisation issues.
+  * Disable tests which rather test Perl's error messages than Embperl
   * Apply wrap-and-sort.
   * Add myself as uploader.
   * Bump Standards-Version to 3.9.5 (no changes).
diff --git a/debian/patches/disable_tests_checking_for_perl_version_specific_error_messages.patch b/debian/patches/disable_tests_checking_for_perl_version_specific_error_messages.patch
new file mode 100644
index 0000000..e346643
--- /dev/null
+++ b/debian/patches/disable_tests_checking_for_perl_version_specific_error_messages.patch
@@ -0,0 +1,48 @@
+Description: Disable tests which rather test Perl's error messages than Embperl
+Author: Axel Beckert <abe at debian.org>
+Forwarded: not-needed
+
+Index: libembperl-perl/test.pl
+===================================================================
+--- libembperl-perl.orig/test.pl	2014-01-26 01:26:35.000000000 +0100
++++ libembperl-perl/test.pl	2014-01-26 01:36:20.000000000 +0100
+@@ -407,39 +407,6 @@
+         'errors'     => '1',
+         'repeat'     => 2,
+         },
+-    'includeerr2.htm' => { 
+-        'errors'     => 4,
+-        'version'    => 1,
+-        'condition'  => '$] >= 5.006001', 
+-        },
+-    'includeerr2.htm' => { 
+-        'errors'     => 5,
+-        'version'    => 2,
+-        'repeat'     => 2,
+-        'condition'  => '$] >= 5.006001 && $] < 5.014000', 
+-        },
+-    'includeerr2.htm' => { 
+-        'errors'     => 3,
+-        'version'    => 2,
+-        'repeat'     => 2,
+-        'condition'  => '$] >= 5.014000', 
+-        'cmpext'     => '514',
+-        },
+-    'includeerr3.htm' => { 
+-        'errors'     => 2,
+-        'condition'  => '$] < 5.014000', 
+-        'cgi'        => 0,         
+-        },
+-    'includeerr3.htm' => { 
+-        'errors'     => 2,
+-        'condition'  => '$] >= 5.014000', 
+-        'cmpext'     => '514',
+-        'cgi'        => 0,         
+-        },
+-    'includeerr3.htm' => { 
+-        'errors'     => 2,
+-        'cgi'        => 1,         
+-        },
+     'includeerrbt.htm' => { 
+         'errors'     => 3,
+         'version'    => 2,
diff --git a/debian/patches/series b/debian/patches/series
index 678cf8a..a9c8e4d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 delay.patch
 load_apache24_mpm.patch
 test_suite_issues.patch
+disable_tests_checking_for_perl_version_specific_error_messages.patch

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



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