Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libpgplot-perl
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Perl Group
modules
packages
libpgplot-perl
Commits
e3338ffe
Commit
e3338ffe
authored
6 years ago
by
gregor herrmann
Browse files
Options
Downloads
Patches
Plain Diff
Add patch to disable interactive tests.
Closes: #914288
parent
dac2c883
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/disable-interactive-tests.patch
+88
-0
88 additions, 0 deletions
debian/patches/disable-interactive-tests.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
89 additions
and
0 deletions
debian/patches/disable-interactive-tests.patch
0 → 100644
+
88
−
0
View file @
e3338ffe
Description: disable interactice parts of test2.p and test9.p
which started to get exercised with giza-1.1.0
Origin: vendor
Bug-Debian: https://bugs.debian.org/914288
Forwarded: not-needed
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2018-11-21
--- a/test2.p
+++ b/test2.p
@@ -60,24 +60,24 @@
pgptxt(25,2,35,0,'This way...');
pgqinf("CURSOR",$ans,$l);
-if ($ans eq "YES") {
-
- print "Entering interactive cursor test...\n";
-
- pgsci(4);
-
- print "Enter some points with the cursor\n";
-
- pglcur(5,$n,\@xt,\@yt);
- pgsci(9);
- pgpoint($n,*xt,*yt,20);
-
- for(@xt) { printf "%5.2f ",$_; } print "\n";
- for(@yt) { printf "%5.2f ",$_; } print "\n";
-
- pgsci(2);
- pgpoly($n,\@xt,\@yt);
-}
+#if ($ans eq "YES") {
+#
+# print "Entering interactive cursor test...\n";
+#
+# pgsci(4);
+#
+# print "Enter some points with the cursor\n";
+#
+# pglcur(5,$n,\@xt,\@yt);
+# pgsci(9);
+# pgpoint($n,*xt,*yt,20);
+#
+# for(@xt) { printf "%5.2f ",$_; } print "\n";
+# for(@yt) { printf "%5.2f ",$_; } print "\n";
+#
+# pgsci(2);
+# pgpoly($n,\@xt,\@yt);
+#}
$l=1; $len=1; # Get past -w
pgiden;
--- a/test9.p
+++ b/test9.p
@@ -67,19 +67,19 @@
$x=0; $y=0; # Get past -w
pgqinf("CURSOR",$ans,$l);
-if ($ans eq "YES") { for($mode=0; $mode<8; $mode++){
-
- print "Entering interactive PGBAND test MODE=$mode, hit any key, Q to exit early...\n";
-
- pgsci($mode+1);
- pgband($mode,0,12500,12500,$x,$y,$ch);
- last if $ch eq "q" || $ch eq "Q";
- pgqtxt($x,$y,45,0.5,'PGPLOT...',\@xbox,\@ybox);
- pgpoly(4,\@xbox, \@ybox);
- pgsci($mode+2);
- pgptxt($x,$y,45,0.5,'PGPLOT...');
-
-}}
+#if ($ans eq "YES") { for($mode=0; $mode<8; $mode++){
+#
+# print "Entering interactive PGBAND test MODE=$mode, hit any key, Q to exit early...\n";
+#
+# pgsci($mode+1);
+# pgband($mode,0,12500,12500,$x,$y,$ch);
+# last if $ch eq "q" || $ch eq "Q";
+# pgqtxt($x,$y,45,0.5,'PGPLOT...',\@xbox,\@ybox);
+# pgpoly(4,\@xbox, \@ybox);
+# pgsci($mode+2);
+# pgptxt($x,$y,45,0.5,'PGPLOT...');
+#
+#}}
$len=1; # -w fudge
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
e3338ffe
useless_dependency.patch
spelling.patch
test-pgplot5-version.patch
disable-interactive-tests.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment