summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.exelib
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-09-13 22:31:37 +0200
committerMark Wielaard <mjw@redhat.com>2009-09-13 22:31:37 +0200
commitbfc99f57e8a6bc2f217a14f01a1bb4ff4620881b (patch)
tree636ba2df47ad0822164fd228dbc403856ed84f67 /testsuite/systemtap.exelib
parent1b504c3f7901ea851cd891b1fea2295736606884 (diff)
downloadsystemtap-steved-bfc99f57e8a6bc2f217a14f01a1bb4ff4620881b.tar.gz
systemtap-steved-bfc99f57e8a6bc2f217a14f01a1bb4ff4620881b.tar.xz
systemtap-steved-bfc99f57e8a6bc2f217a14f01a1bb4ff4620881b.zip
Only test highest optimization for exelib.exp test.
There is not much to gain from testing low and high optimized programs. So only test highest optimization level. Half test time from 200 to 100 sec. * testsuite/systemtap.exelib/exelib.exp: Set opt to list containing just -O3.
Diffstat (limited to 'testsuite/systemtap.exelib')
-rw-r--r--testsuite/systemtap.exelib/exelib.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/systemtap.exelib/exelib.exp b/testsuite/systemtap.exelib/exelib.exp
index ab7f5efb..1337d545 100644
--- a/testsuite/systemtap.exelib/exelib.exp
+++ b/testsuite/systemtap.exelib/exelib.exp
@@ -48,9 +48,9 @@ foreach arch $arches {
# and exploded the test search case a bit.
foreach compiler {gcc} { # Add g++
- # Just try -O0 and -O3.
- # Adding -O, -O2, -Os and mixing lib/exe is a bit overdone
- foreach opt {-O0 -O3} {
+ # Just try -O3.
+ # Adding -O0, -O, -O2, -Os and mixing lib/exe is a bit overdone
+ foreach opt {-O3} {
foreach libprelink {no yes} {