-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_version_tests
executable file
·118 lines (42 loc) · 6.1 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
#!/usr/bin/perl
my $lib = "/home/stas/bin/run_check-lib.pl";
require $lib;
run_check(*DATA);
__DATA__
# need to test all these combinations
#### mp2 prefork DSO ###
make clean && /usr/bin/env CCFLAGS="-g" perl-5.6.1 Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl /home/stas/httpd/prefork/modules/mod_perl-5.6.1.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.6.2 Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl /home/stas/httpd/prefork/modules/mod_perl-5.6.2.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.6.2-perlio Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl /home/stas/httpd/prefork/modules/mod_perl-5.6.2-perlio.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.6.2-ithread Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl /home/stas/httpd/prefork/modules/mod_perl-5.6.2-ithread.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.0 Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-5.8.0.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.0-ithread Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-5.8.0-ithread.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.1 Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-5.8.1.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.1-ithread Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-5.8.1-ithread.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.2 Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-5.8.2.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.2-ithread Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-5.8.2-ithread.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.3 Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-5.8.3.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.3-ithread Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-5.8.3-ithread.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.4 Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-5.8.4.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.4-ithread Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-5.8.4-ithread.so -port select && make && make test && make install
# 5.8.5
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.5 Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-5.8.5.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.5-ithread Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-5.8.5-ithread.so -port select && make && make test && make install
# 5.8.6
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.6 Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-5.8.6.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.6-ithread Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-5.8.6-ithread.so -port select && make && make test && make install
# 5.8.7
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.7 Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-5.8.7.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.7-ithread Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-5.8.7-ithread.so -port select && make && make test && make install
# blead
make clean && /usr/bin/env CCFLAGS="-g" perl-blead Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-blead.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-blead-ithread Makefile.PL -apxs /home/stas/httpd/prefork/bin/apxs -libmodperl mod_perl-blead-ithread.so -port select && make && make test && make install
#### mp2 worker DSO ###
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.1-ithread Makefile.PL -apxs /home/stas/httpd/worker/bin/apxs -libmodperl mod_perl-5.8.1-ithread.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.2-ithread Makefile.PL -apxs /home/stas/httpd/worker/bin/apxs -libmodperl mod_perl-5.8.2-ithread.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.3-ithread Makefile.PL -apxs /home/stas/httpd/worker/bin/apxs -libmodperl mod_perl-5.8.3-ithread.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.4-ithread Makefile.PL -apxs /home/stas/httpd/worker/bin/apxs -libmodperl mod_perl-5.8.4-ithread.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.5-ithread Makefile.PL -apxs /home/stas/httpd/worker/bin/apxs -libmodperl mod_perl-5.8.5-ithread.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.6-ithread Makefile.PL -apxs /home/stas/httpd/worker/bin/apxs -libmodperl mod_perl-5.8.6-ithread.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-5.8.7-ithread Makefile.PL -apxs /home/stas/httpd/worker/bin/apxs -libmodperl mod_perl-5.8.7-ithread.so -port select && make && make test && make install
make clean && /usr/bin/env CCFLAGS="-g" perl-blead-ithread Makefile.PL -apxs /home/stas/httpd/worker/bin/apxs -libmodperl mod_perl-blead-ithread.so -port select && make && make test && make install