-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_version_tests
executable file
·144 lines (53 loc) · 7.54 KB
/
run_version_tests
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
#!/usr/bin/perl
my $lib = "/home/stas/bin/run_check-lib.pl";
require $lib;
run_check(*DATA);
__DATA__
#### mp1 DSO ###
perl-5.6.1 Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.6.1.so -port select && make && make test && make install
perl-5.6.1-ithread Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.6.1-ithread.so -port select && make && make test && make install
perl-5.6.2 Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.6.2.so -port select && make && make test && make install
perl-5.6.2-ithread Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.6.2-ithread.so -port select && make && make test && make install
perl-5.6.2-perlio Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.6.2-perlio.so -port select && make && make test && make install
perl-5.8.0 Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.8.0.so -port select && make && make test && make install
perl-5.8.0-ithread Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.8.0-ithread.so -port select && make && make test && make install
perl-5.8.1 Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.8.1.so -port select && make && make test && make install
perl-5.8.1-ithread Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.8.1-ithread.so -port select && make && make test && make install
perl-5.8.2 Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.8.2.so -port select && make && make test && make install
perl-5.8.2-ithread Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.8.2-ithread.so -port select && make && make test && make install
perl-5.8.3 Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.8.3.so -port select && make && make test && make install
perl-5.8.3-ithread Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.8.3-ithread.so -port select && make && make test && make install
perl-5.8.4 Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.8.4.so -port select && make && make test && make install
perl-5.8.4-ithread Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.8.4-ithread.so -port select && make && make test && make install
perl-5.8.5 Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.8.5.so -port select && make && make test && make install
perl-5.8.5-ithread Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.8.5-ithread.so -port select && make && make test && make install
perl-5.8.6 Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.8.6.so -port select && make && make test && make install
perl-5.8.6-ithread Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.8.6-ithread.so -port select && make && make test && make install
perl-5.8.7 Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.8.7.so -port select && make && make test && make install
perl-5.8.7-ithread Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-5.8.7-ithread.so -port select && make && make test && make install
perl-blead Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-blead.so -port select && make && make test && make install
perl-blead-ithread Makefile.PL -httpd /home/stas/httpd/1.3-dynamic/bin/httpd -libmodperl /home/stas/httpd/1.3-dynamic/libexec/libperl-blead-ithread.so -port select && make && make test && make install
#### mp1 static ###
perl-5.6.1 Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.6.1 -port select && make && make test && make install
perl-5.6.1-ithread Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.6.1-ithread -port select && make && make test && make install
perl-5.6.2 Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.6.2 -port select && make && make test && make install
perl-5.6.2-ithread Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.6.2-ithread -port select && make && make test && make install
perl-5.6.2-perlio Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.6.2-perlio -port select && make && make test && make install
perl-5.8.0 Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.8.0 -port select && make && make test && make install
perl-5.8.0-ithread Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.8.0-ithread -port select && make && make test && make install
perl-5.8.1 Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.8.1 -port select && make && make test && make install
perl-5.8.1-ithread Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.8.1-ithread -port select && make && make test && make install
perl-5.8.2 Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.8.2 -port select && make && make test && make install
perl-5.8.2-ithread Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.8.2-ithread -port select && make && make test && make install
perl-5.8.3 Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.8.3 -port select && make && make test && make install
perl-5.8.3-ithread Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.8.3-ithread -port select && make && make test && make install
perl-5.8.4 Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.8.4 -port select && make && make test && make install
perl-5.8.4-ithread Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.8.4-ithread -port select && make && make test && make install
perl-5.8.5 Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.8.5 -port select && make && make test && make install
perl-5.8.5-ithread Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.8.5-ithread -port select && make && make test && make install
perl-5.8.6 Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.8.6 -port select && make && make test && make install
perl-5.8.6-ithread Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.8.6-ithread -port select && make && make test && make install
perl-5.8.7 Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.8.7 -port select && make && make test && make install
perl-5.8.7-ithread Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-5.8.7-ithread -port select && make && make test && make install
perl-blead Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-blead -port select && make && make test && make install
perl-blead-ithread Makefile.PL -httpd /home/stas/httpd/1.3-static/bin/httpd-blead-ithread -port select && make && make test && make install