strstr_m test in make check

Doug VanLeuven roamdad at sonic.net
Fri Apr 1 22:54:09 GMT 2005


test strstr_m is failing for me on:
FC3 2.6.9-1.667, gcc-3.4.2-6.fc3, svn 6149
and RH9 2.4.20-28.9smp, gcc-3.2.2-5 svn 6149
but not AIX 5.2, gcc 3.3.3-1, release 3.0.13
I checked out a fresh svn 5157, and the problem still exists for me.
Anyone else?

strstr_m                       FAIL
-----------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/src/samba3/source/stf/comfychair.py", line 325, in 
runtests
    obj.runtest()
  File "/usr/local/src/samba3/source/stf/strings.py", line 138, in runtest
    self.run_strstr(a, b, expect)
  File "/usr/local/src/samba3/source/stf/strings.py", line 100, in 
run_strstr
    out, err = self.runcmd('t_strstr \"%s\" \"%s\"' % 
(a.encode('utf-8'), b.encode('utf-8')))
  File "/usr/local/src/samba3/source/stf/comfychair.py", line 194, in runcmd
    rc, output, stderr = self.runcmd_unchecked(cmd)
  File "/usr/local/src/samba3/source/stf/comfychair.py", line 245, in 
runcmd_unchecked
    assert not os.WIFSIGNALED(waitstatus), \
AssertionError: 't_strstr "hello" "goodbye"' terminated with signal 11
test_log:
Run command: t_strstr "hello" "hello"
Wait status: 0x0 (exit code 0, signal 0)
stdout:
hello

stderr:

-----------------------------------------------------------------



More information about the samba-technical mailing list