]> sourceware.org Git - systemtap.git/commitdiff
PR10552 followup, remove -M testcases.
authorMark Wielaard <mjw@redhat.com>
Thu, 3 Sep 2009 12:02:45 +0000 (14:02 +0200)
committerMark Wielaard <mjw@redhat.com>
Thu, 3 Sep 2009 12:02:45 +0000 (14:02 +0200)
* testsuite/systemtap.base/cache.exp: Remove MERGE1 and MERGE2 (-M) tests.

testsuite/systemtap.base/cache.exp

index b9e7ad1bd324ebfb5a2a71df9e9ce08160fac834..a70a3cce0bd84b508bd27b61750e1bb44ebbd787 100644 (file)
@@ -93,11 +93,6 @@ cache_compile OPTION2 [F_CACHED_COMPILE] $basic_script1 -DFOO=1
 cache_compile BULK1 [F_UNCACHED_COMPILE] $basic_script1 -b
 cache_compile BULK2 [F_CACHED_COMPILE] $basic_script1 -b
 
-# Using '-M' (don't merge per-cpu files for bulk mode) should change
-# the hash 
-cache_compile MERGE1 [F_UNCACHED_COMPILE] $basic_script1 -b -M
-cache_compile MERGE2 [F_CACHED_COMPILE] $basic_script1 -b -M
-
 # Using '-t' (benchmark timing) should change the hash
 cache_compile TIMING1 [F_UNCACHED_COMPILE] $basic_script1 -t
 cache_compile TIMING2 [F_CACHED_COMPILE] $basic_script1 -t
This page took 0.02804 seconds and 5 git commands to generate.