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]

nightly test result of systemtap in IA32 & IA64


Hi,
	Test case absentstats failed in my IA32 and IA64 box, it can
pass if absentstats.exp is modified as follows:

--- absentstats.exp.org 2006-05-09 10:27:29.000000000 +0800
+++ absentstats.exp     2006-05-09 10:27:40.000000000 +0800
@@ -10,7 +10,7 @@
 expect {
   -re {^ERROR: empty aggregate[^\r]*\r} { incr ko ; exp_continue }
   -re {^WARNING: Number of errors} { incr ko ; exp_continue }
-  -re {^0\r} { incr ok ; exp_continue }
+  -re {^0*\r} { incr ok ; exp_continue }
   -re {\n} { exp_continue }
   eof { }
 }

Thanks
Bibo,mao


Kernel: Linux 2.6.9-34.12.ELia32 #5 SMP Fri Apr 7 10:48:15 CST 2006 i686
i686 i386 GNU/Linux
Stap translator summary of failed tests
buildok-syscall.stp

Testsuite summary of failed tests
FAIL: absentstats (1 13)
		=== systemtap Summary ===
# of expected passes		151
# of unexpected failures	1
# of untested testcases		1

Kernel: Linux 2.6.9-34.24.EL #3 SMP Fri Apr 28 11:00:21 EDT 2006 ia64
ia64 ia64 GNU/Linux
Stap translator summary of failed tests
buildok-syscall.stp
buildok-six.stp

Testsuite summary of failed tests
FAIL: absentstats (1 13)
FAIL: sysopen (0)
		=== systemtap Summary ===
# of expected passes		150
# of unexpected failures	2
# of untested testcases		1


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