This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/10395] testsuite/systemtap.base/kmodule.exp fails when ext3 isn't a module


http://sourceware.org/bugzilla/show_bug.cgi?id=10395

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dsmith at redhat dot com

--- Comment #1 from David Smith <dsmith at redhat dot com> ---
Besides the fact that kmodule.exp depends on ext3 being loaded as a module, the
test is supposed to fail when the hit count is 0, but it doesn't fail (since
the test regular expression is too broad).

=====
Running ./systemtap.base/kmodule.exp ...
executing: stap -v ./systemtap.base/kmodule.stp
spawn stap -v ./systemtap.base/kmodule.stp
Pass 1: parsed user script and 103 library script(s) using
114480virt/35572res/2852shr/33176data kb, in 240usr/80sys/326real ms.
Pass 2: analyzed script: 3 probe(s), 0 function(s), 0 embed(s), 1 global(s)
using 276760virt/38176res/3324shr/35352data kb, in 100usr/5730sys/5910real ms.
Pass 3: translated to C into
"/tmp/stapubZ1Py/stap_e86d967c395b75c88cfcf042264c529c_1280_src.c" using
276760virt/38484res/3632shr/35352data kb, in 0usr/10sys/43real ms.
Pass 4: compiled C into "stap_e86d967c395b75c88cfcf042264c529c_1280.ko" in
2570usr/2490sys/4930real ms.
Pass 5: starting run.
systemtap starting probe
PASS: ./systemtap.base/kmodule.stp startup
spawn -ignore SIGHUP sync
PASS: ./systemtap.base/kmodule.stp load generation
systemtap ending probe
count = 0
PASS: ./systemtap.base/kmodule.stp shutdown and output
Pass 5: run completed in 20usr/360sys/1400real ms.
metric:    ./systemtap.base/kmodule.stp     240    80    326    100    5730   
5910    0    10    43    2570    2490    4930    20    360    1400
testcase ./systemtap.base/kmodule.exp completed in 12 seconds
=====

Since 'count = 0', the test should have failed.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]