Hello Waldemar, while adding strace to my rootfs, I also decided to add the uClibc-ng testsuite as well and let that run. I noticed a whole host of failing tests which are likely the result of misconfigured floating point operations ... i think. Honestly, this is quite bizzare.
For one, tst-barrier3 completely hangs and gets killed by strace entirely:
execve("./tst-barrier3", ["./tst-barrier3"], 0x3fc2524b30 /* 15 vars */) = 0
readlinkat(AT_FDCWD, "/proc/self/exe", "/usr/lib/uclibc-ng-test/test/npt"...,
4096) = 46
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x3fa22bd000
newfstatat(AT_FDCWD, "/etc/ld.so.cache", 0x3fe198c280, 0) = -1 ENOENT (No such
file or directory)
openat(AT_FDCWD, "/usr/lib/libc.so.0", O_RDONLY) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/lib/libc.so.0", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=750184, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x3fa22bc000
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\363\0\1\0\0\0\0\0\0\0\0\0\0\0"...,
4096) = 4096
mmap(NULL, 790528, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x3fa21fb000
mmap(0x3fa21fb000, 742396, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) =
0x3fa21fb000
mmap(0x3fa22b1000, 6980, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0xb5000) = 0x3fa22b1000
mmap(0x3fa22b3000, 35608, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x3fa22b3000
close(3) = 0
munmap(0x3fa22bc000, 4096) = 0
newfstatat(AT_FDCWD, "/lib/ld-uClibc.so.0", {st_mode=S_IFREG|0755,
st_size=30080, ...}, 0) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x3fa22bc000
openat(AT_FDCWD, "/dev/urandom", O_RDONLY) = 3
read(3, "e;\232\252\220}u\350", 8) = 8
close(3) = 0
mprotect(0x13000, 4096, PROT_READ) = 0
mprotect(0x3fa22b1000, 4096, PROT_READ) = 0
mprotect(0x3fa22c9000, 4096, PROT_READ) = 0
set_tid_address(0x3fa22bc0d0) = 1847
set_robust_list(0x3fa22bc0e0, 24) = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x3fa2264766, sa_mask=[ILL],
sa_flags=SA_SIGINFO}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x3fa22647f2, sa_mask=[ILL],
sa_flags=SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024,
rlim_max=RLIM64_INFINITY}) = 0
ioctl(0, TCGETS, {c_iflag=ICRNL|IXON,
c_oflag=NL0|CR0|TAB0|BS0|VT0|FF0|OPOST|ONLCR, c_cflag=B38400|CS8|CREAD,
c_lflag=ISIG|ICANON|ECHO|ECHOE|ECHOK|IEXTEN|ECHOCTL|ECHOKE, ...}) = 0
ioctl(1, TCGETS, {c_iflag=ICRNL|IXON,
c_oflag=NL0|CR0|TAB0|BS0|VT0|FF0|OPOST|ONLCR, c_cflag=B38400|CS8|CREAD,
c_lflag=ISIG|ICANON|ECHO|ECHOE|ECHOK|IEXTEN|ECHOCTL|ECHOKE, ...}) = 0
brk(NULL) = 0x15000
brk(0x16000) = 0x16000
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=NULL) = 1848
rt_sigaction(SIGALRM, {sa_handler=0x11974, sa_mask=[], sa_flags=SA_RESTART},
{sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
setitimer(ITIMER_REAL, {it_interval={tv_sec=0, tv_usec=0}, it_value={tv_sec=60,
tv_usec=0}}, {it_interval={tv_sec=0, tv_usec=0}, it_value={tv_sec=0,
tv_usec=0}}) = 0
rt_sigaction(SIGINT, {sa_handler=0x11974, sa_mask=[], sa_flags=SA_RESTART},
{sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
wait4(1848, 0x3fe198d978, 0, NULL) = ? ERESTARTSYS (To be restarted if
SA_RESTART is set)
--- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} ---
kill(-1848, SIGKILL) = 0
kill(1848, SIGKILL) = 0
wait4(1848, 0x3fe198d4c4, WNOHANG|WSTOPPED, NULL) = 0
clock_nanosleep(CLOCK_REALTIME, 0, {tv_sec=0, tv_nsec=100000000}, NULL) = ?
ERESTART_RESTARTBLOCK (Interrupted by signal)
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_KILLED, si_pid=1848, si_uid=0,
si_status=SIGKILL, si_utime=0, si_stime=5 /* 0.05 s */} ---
restart_syscall(<... resuming interrupted clock_nanosleep ...>) = 0
wait4(1848, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGKILL}], WNOHANG|WSTOPPED,
NULL) = 1848
write(2, "Timed out: killed the child proc"..., 36Timed out: killed the child
process
) = 36
exit_group(1) = ?
+++ exited with 1 +++
And the other weird ones were:
FAIL test-ifloat got 1 expected 0
testing float (inline functions)
Failure: Test: cos (M_PI_6l * 4.0) == -0.5
Result:
is: -5.00000059604644775391e-01 -0.50000005960464477539
should be: -5.00000000000000000000e-01 -0.5
difference: 5.96046447753906250000e-08 5.9604644775390625e-08
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `cos'
is : 1 ulp
accepted: 0 ulp
There's a lot more like that - but I have a hunch that my toolchain got
misconfigured - so, I will look into that again in more detail.
I will attach the log to this mail; whilst it seems the process got stuck, it
is still a nice indicator. And, as for git, it just gets stuck. No additional
info is produced by strace; it just hangs...
Hopefuly this helps!
Kind regards,
Ingwie
Waldemar Brodkorb <[email protected]> schrieb am Freitag, 8. März 2024 um 18:32:
>
>
> Hi Kevin,
> Kevin Ingwersen wrote,
>
> > Hello there!
> >
> > After successfuly building my OpenADK image and launching into an mksh
> > shell, I noticed that some programs behaved very, very weirdly. Especially
> > in terms of time.
> >
> > For instance, take this `ps` (coreutils) output:
> >
> > # ps -ef
> > UID PID PPID C STIME TTY TIME CMD
> > root 1 0 99 Mar02 pts/0 1158050441-07:00:15 /bin/mksh -il
> > root 40 1 99 Mar02 pts/0 1158050441-07:00:15 ps -ef
> >
> > It never changes, ever. However, `date` reports the time correctly:
> >
> > root@d6571a5cd187:/ # date "+%s"
> > 1709916714
> >
> > But Git and even GCC all hang and behave weirdly. Git can't even fetch a
> > basic repo, because it believes the time in the index to be totally wrong.
> >
> > Do you have an idea what this is caused by?
> >
> > And yes, I did change my timezone with the TZ environment variable, too:
> >
> > root@d6571a5cd187:/ # export TZ="Europe/Berlin"
> > root@d6571a5cd187:/ # date "+%s"
> > 1709916972
> > root@d6571a5cd187:/ # ps -ef
> > UID PID PPID C STIME TTY TIME CMD
> > root 1 0 99 Mar02 pts/0 1158050441-07:00:15 /bin/mksh -il
> > root 42 1 99 Mar02 pts/0 1158050441-07:00:15 ps -ef
> >
> > The container runs with --previleged, so I thought to just change the time:
>
>
> What container technology do you use? Is your base system still a
> Debian system?
>
> > root@d6571a5cd187:/ # ntpclient -h ptbtime1.ptb.de -s
> > 45357 61036.066 22575.0 24.0 -16383.9 15.3 4056424
> > root@d6571a5cd187:/ # ps -ef
> > UID PID PPID C STIME TTY TIME CMD
> > root 1 0 99 Mar02 pts/0 1158050441-07:00:15 /bin/mksh -il
> > root 44 1 99 Mar02 pts/0 1158050441-07:00:15 ps -ef
> >
> > My only lead is that part of the time is wrong...
> >
> > I attached my OpenADK and Kernel config, and even extracted the generated
> > uClibc-ng config from the build too (well, from the toolchain build).
> >
> > Also, I did try to just mount the /etc files into the container as well,
> > but that did not help apparently.
> >
> > Any idea what's going wrong here or how I could debug this? Thanks!
>
>
> You could install strace and see what might be wrong.
> We recently added time64 support for 32Bit architectures, but this
> should not influence any 64 Bit architecture like riscv64.
>
> I try to reproduce it in Qemu.
>
> best regards
> Waldemar.... argp-ex1
PASS argp-ex1
.... argp-ex2
PASS argp-ex2
.... argp-ex3
PASS argp-ex3
.... argp-ex4
PASS argp-ex4
.... argp-test
PASS argp-test
.... bug-argp1
PASS bug-argp1
.... tst-argp1
PASS tst-argp1
.... tst-argp2
PASS tst-argp2
.... arg_test
FAIL arg_test expected output differs
.... assert
PASS assert
.... crypt
FAIL crypt expected output differs
.... md5c-test
PASS md5c-test
.... sha256c-test
PASS sha256c-test
.... sha512c-test
PASS sha512c-test
.... ctype
PASS ctype
.... dladdr
PASS dladdr
.... dlafk
PASS dlafk
.... dlstatic
PASS dlstatic
.... dltest
PASS dltest
.... dltest2
PASS dltest2
.... dlundef
PASS dlundef
.... nodelete
PASS nodelete
.... nodelete1
PASS nodelete1
.... test1
PASS test1
.... test2
PASS test2
.... testscope
PASS testscope
.... tst-origin
PASS tst-origin
.... tst-iconv1
SKIP tst-iconv1
.... tst-iconv2
SKIP tst-iconv2
.... tst-iconv3
SKIP tst-iconv3
.... tst-iconv4
SKIP tst-iconv4
.... tst-iconv5
PASS tst-iconv5
.... tst-iconv6
SKIP tst-iconv6
.... bug-if1
PASS bug-if1
.... gethost
PASS gethost
.... gethost_r-align
PASS gethost_r-align
.... gethostid
PASS gethostid
.... getnetent
PASS getnetent
.... if_nameindex
PASS if_nameindex
.... tst-aton
PASS tst-aton
.... tst-ether_aton
PASS tst-ether_aton
.... tst-ethers-line
PASS tst-ethers-line
.... tst-ethers
PASS tst-ethers
.... tst-getni1
PASS tst-getni1
.... tst-getni2
PASS tst-getni2
.... tst-network
PASS tst-network
.... tst-ntoa
PASS tst-ntoa
.... tst-res
PASS tst-res
.... tst-sock-nonblock
PASS tst-sock-nonblock
.... tst2_mbrtowc
PASS tst2_mbrtowc
.... tst_iswalnum
FAIL tst_iswalnum got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: de_DE.UTF-8
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
iswalnum:de_DE.ISO-8859-1:0:0:0:L:can't set locale
iswalnum:de_DE.UTF-8:0:0:0:L:can't set locale
iswalnum:C:1:1:2:S:PASSED
iswalnum:C:2:1:2:S:PASSED
iswalnum:C:3:1:2:S:PASSED
iswalnum:C:4:1:2:S:PASSED
iswalnum:C:5:1:2:S:PASSED
iswalnum:C:6:1:2:S:PASSED
iswalnum:C:7:1:3:S:PASSED
iswalnum:C:8:1:3:S:PASSED
iswalnum:C:9:1:2:S:PASSED
iswalnum:C:10:1:2:S:PASSED
iswalnum:C:11:1:3:S:PASSED
iswalnum:C:12:1:3:S:PASSED
iswalnum:C:13:1:2:S:PASSED
iswalnum:C:14:1:2:S:PASSED
iswalnum:C:15:1:3:S:PASSED
iswalnum:C:16:1:3:S:PASSED
iswalnum:C:17:1:2:S:PASSED
iswalnum:C:18:1:2:S:PASSED
iswalnum:C:19:1:2:S:PASSED
iswalnum:C:20:1:2:S:PASSED
iswalnum:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_iswalpha
FAIL tst_iswalpha got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
iswalpha:de_DE.ISO-8859-1:0:0:0:L:can't set locale
iswalpha:C:1:1:2:S:PASSED
iswalpha:C:2:1:2:S:PASSED
iswalpha:C:3:1:2:S:PASSED
iswalpha:C:4:1:2:S:PASSED
iswalpha:C:5:1:2:S:PASSED
iswalpha:C:6:1:2:S:PASSED
iswalpha:C:7:1:2:S:PASSED
iswalpha:C:8:1:2:S:PASSED
iswalpha:C:9:1:2:S:PASSED
iswalpha:C:10:1:2:S:PASSED
iswalpha:C:11:1:3:S:PASSED
iswalpha:C:12:1:3:S:PASSED
iswalpha:C:13:1:2:S:PASSED
iswalpha:C:14:1:2:S:PASSED
iswalpha:C:15:1:3:S:PASSED
iswalpha:C:16:1:3:S:PASSED
iswalpha:C:17:1:2:S:PASSED
iswalpha:C:18:1:2:S:PASSED
iswalpha:C:19:1:2:S:PASSED
iswalpha:C:20:1:2:S:PASSED
iswalpha:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_iswcntrl
FAIL tst_iswcntrl got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
iswcntrl:de_DE.ISO-8859-1:0:0:0:L:can't set locale
iswcntrl:C:1:1:2:S:PASSED
iswcntrl:C:2:1:3:S:PASSED
iswcntrl:C:3:1:3:S:PASSED
iswcntrl:C:4:1:2:S:PASSED
iswcntrl:C:5:1:2:S:PASSED
iswcntrl:C:6:1:2:S:PASSED
iswcntrl:C:7:1:2:S:PASSED
iswcntrl:C:8:1:2:S:PASSED
iswcntrl:C:9:1:2:S:PASSED
iswcntrl:C:10:1:2:S:PASSED
iswcntrl:C:11:1:2:S:PASSED
iswcntrl:C:12:1:2:S:PASSED
iswcntrl:C:13:1:2:S:PASSED
iswcntrl:C:14:1:2:S:PASSED
iswcntrl:C:15:1:2:S:PASSED
iswcntrl:C:16:1:2:S:PASSED
iswcntrl:C:17:1:2:S:PASSED
iswcntrl:C:18:1:2:S:PASSED
iswcntrl:C:19:1:3:S:PASSED
iswcntrl:C:20:1:2:S:PASSED
iswcntrl:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_iswctype
FAIL tst_iswctype got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
iswctype:de_DE.ISO-8859-1:0:0:0:L:can't set locale
iswctype:C:1:1:2:S:PASSED
iswctype:C:2:1:2:S:PASSED
iswctype:C:3:1:2:S:PASSED
iswctype:C:4:1:2:S:PASSED
iswctype:C:5:1:2:S:PASSED
iswctype:C:6:1:2:S:PASSED
iswctype:C:7:1:3:S:PASSED
iswctype:C:8:1:3:S:PASSED
iswctype:C:9:1:2:S:PASSED
iswctype:C:10:1:2:S:PASSED
iswctype:C:11:1:3:S:PASSED
iswctype:C:12:1:3:S:PASSED
iswctype:C:13:1:2:S:PASSED
iswctype:C:14:1:2:S:PASSED
iswctype:C:15:1:3:S:PASSED
iswctype:C:16:1:3:S:PASSED
iswctype:C:17:1:2:S:PASSED
iswctype:C:18:1:2:S:PASSED
iswctype:C:19:1:2:S:PASSED
iswctype:C:20:1:2:S:PASSED
iswctype:C:21:1:2:S:PASSED
iswctype:C:22:1:2:S:PASSED
iswctype:C:23:1:2:S:PASSED
iswctype:C:24:1:2:S:PASSED
iswctype:C:25:1:2:S:PASSED
iswctype:C:26:1:2:S:PASSED
iswctype:C:27:1:2:S:PASSED
iswctype:C:28:1:2:S:PASSED
iswctype:C:29:1:2:S:PASSED
iswctype:C:30:1:3:S:PASSED
iswctype:C:31:1:3:S:PASSED
iswctype:C:32:1:2:S:PASSED
iswctype:C:33:1:2:S:PASSED
iswctype:C:34:1:3:S:PASSED
iswctype:C:35:1:3:S:PASSED
iswctype:C:36:1:2:S:PASSED
iswctype:C:37:1:2:S:PASSED
iswctype:C:38:1:2:S:PASSED
iswctype:C:39:1:2:S:PASSED
iswctype:C:40:1:3:S:PASSED
iswctype:C:41:1:2:S:PASSED
iswctype:C:42:1:3:S:PASSED
iswctype:C:43:1:3:S:PASSED
iswctype:C:44:1:3:S:PASSED
iswctype:C:45:1:2:S:PASSED
iswctype:C:46:1:2:S:PASSED
iswctype:C:47:1:2:S:PASSED
iswctype:C:48:1:2:S:PASSED
iswctype:C:49:1:2:S:PASSED
iswctype:C:50:1:2:S:PASSED
iswctype:C:51:1:2:S:PASSED
iswctype:C:52:1:2:S:PASSED
iswctype:C:53:1:2:S:PASSED
iswctype:C:54:1:2:S:PASSED
iswctype:C:55:1:2:S:PASSED
iswctype:C:56:1:2:S:PASSED
iswctype:C:57:1:2:S:PASSED
iswctype:C:58:1:2:S:PASSED
iswctype:C:59:1:2:S:PASSED
iswctype:C:60:1:3:S:PASSED
iswctype:C:61:1:2:S:PASSED
iswctype:C:62:1:2:S:PASSED
iswctype:C:63:1:2:S:PASSED
iswctype:C:64:1:2:S:PASSED
iswctype:C:65:1:2:S:PASSED
iswctype:C:66:1:2:S:PASSED
iswctype:C:67:1:3:S:PASSED
iswctype:C:68:1:3:S:PASSED
iswctype:C:69:1:2:S:PASSED
iswctype:C:70:1:2:S:PASSED
iswctype:C:71:1:2:S:PASSED
iswctype:C:72:1:2:S:PASSED
iswctype:C:73:1:2:S:PASSED
iswctype:C:74:1:2:S:PASSED
iswctype:C:75:1:2:S:PASSED
iswctype:C:76:1:2:S:PASSED
iswctype:C:77:1:2:S:PASSED
iswctype:C:78:1:2:S:PASSED
iswctype:C:79:1:2:S:PASSED
iswctype:C:80:1:2:S:PASSED
iswctype:C:81:1:2:S:PASSED
iswctype:C:82:1:2:S:PASSED
iswctype:C:83:1:2:S:PASSED
iswctype:C:84:1:3:S:PASSED
iswctype:C:85:1:3:S:PASSED
iswctype:C:86:1:3:S:PASSED
iswctype:C:87:1:3:S:PASSED
iswctype:C:88:1:3:S:PASSED
iswctype:C:89:1:3:S:PASSED
iswctype:C:90:1:3:S:PASSED
iswctype:C:91:1:3:S:PASSED
iswctype:C:92:1:3:S:PASSED
iswctype:C:93:1:3:S:PASSED
iswctype:C:94:1:3:S:PASSED
iswctype:C:95:1:3:S:PASSED
iswctype:C:96:1:3:S:PASSED
iswctype:C:97:1:3:S:PASSED
iswctype:C:98:1:2:S:PASSED
iswctype:C:99:1:2:S:PASSED
iswctype:C:100:1:2:S:PASSED
iswctype:C:101:1:2:S:PASSED
iswctype:C:102:1:3:S:PASSED
iswctype:C:103:1:3:S:PASSED
iswctype:C:104:1:3:S:PASSED
iswctype:C:105:1:3:S:PASSED
iswctype:C:106:1:3:S:PASSED
iswctype:C:107:1:3:S:PASSED
iswctype:C:108:1:3:S:PASSED
iswctype:C:109:1:3:S:PASSED
iswctype:C:110:1:3:S:PASSED
iswctype:C:111:1:3:S:PASSED
iswctype:C:112:1:3:S:PASSED
iswctype:C:113:1:3:S:PASSED
iswctype:C:114:1:3:S:PASSED
iswctype:C:115:1:3:S:PASSED
iswctype:C:116:1:3:S:PASSED
iswctype:C:117:1:2:S:PASSED
iswctype:C:118:1:2:S:PASSED
iswctype:C:119:1:2:S:PASSED
iswctype:C:120:1:2:S:PASSED
iswctype:C:121:1:2:S:PASSED
iswctype:C:122:1:3:S:PASSED
iswctype:C:123:1:3:S:PASSED
iswctype:C:124:1:2:S:PASSED
iswctype:C:125:1:2:S:PASSED
iswctype:C:126:1:3:S:PASSED
iswctype:C:127:1:3:S:PASSED
iswctype:C:128:1:2:S:PASSED
iswctype:C:129:1:2:S:PASSED
iswctype:C:130:1:3:S:PASSED
iswctype:C:131:1:3:S:PASSED
iswctype:C:132:1:2:S:PASSED
iswctype:C:133:1:2:S:PASSED
iswctype:C:134:1:3:S:PASSED
iswctype:C:135:1:3:S:PASSED
iswctype:C:136:1:2:S:PASSED
iswctype:C:137:1:2:S:PASSED
iswctype:C:138:1:2:S:PASSED
iswctype:C:139:1:2:S:PASSED
iswctype:C:140:1:3:S:PASSED
iswctype:C:141:1:2:S:PASSED
iswctype:C:142:1:2:S:PASSED
iswctype:C:143:1:2:S:PASSED
iswctype:C:144:1:2:S:PASSED
iswctype:C:145:1:2:S:PASSED
iswctype:C:146:1:2:S:PASSED
iswctype:C:147:1:2:S:PASSED
iswctype:C:148:1:2:S:PASSED
iswctype:C:149:1:2:S:PASSED
Warning : can't set locale: ja_JP.UTF-8
skipping ...
iswctype:C:150:1:2:S:PASSED
iswctype:C:151:1:2:S:PASSED
iswctype:C:152:1:2:S:PASSED
iswctype:C:153:1:2:S:PASSED
iswctype:C:154:1:2:S:PASSED
iswctype:C:155:1:2:S:PASSED
iswctype:C:156:1:2:S:PASSED
iswctype:C:157:1:2:S:PASSED
iswctype:C:158:1:2:S:PASSED
iswctype:C:159:1:3:S:PASSED
iswctype:C:160:1:3:S:PASSED
iswctype:C:161:1:2:S:PASSED
iswctype:C:162:1:2:S:PASSED
iswctype:C:163:1:2:S:PASSED
iswctype:C:164:1:2:S:PASSED
iswctype:C:165:1:2:S:PASSED
iswctype:C:166:1:2:S:PASSED
iswctype:C:167:1:2:S:PASSED
iswctype:C:168:1:2:S:PASSED
iswctype:C:169:1:2:S:PASSED
iswctype:C:170:1:2:S:PASSED
iswctype:C:171:1:2:S:PASSED
iswctype:C:172:1:2:S:PASSED
iswctype:C:173:1:2:S:PASSED
iswctype:C:174:1:3:S:PASSED
iswctype:C:175:1:3:S:PASSED
iswctype:C:176:1:2:S:PASSED
iswctype:C:177:1:2:S:PASSED
iswctype:C:178:1:2:S:PASSED
iswctype:C:179:1:2:S:PASSED
iswctype:C:180:1:2:S:PASSED
iswctype:C:181:1:2:S:PASSED
iswctype:C:182:1:2:S:PASSED
iswctype:C:183:1:2:S:PASSED
iswctype:C:184:1:2:S:PASSED
iswctype:C:185:1:2:S:PASSED
iswctype:C:186:1:2:S:PASSED
iswctype:C:187:1:2:S:PASSED
iswctype:C:188:1:2:S:PASSED
iswctype:C:189:1:3:S:PASSED
iswctype:C:190:1:3:S:PASSED
iswctype:C:191:1:2:S:PASSED
iswctype:C:192:1:2:S:PASSED
iswctype:C:193:1:3:S:PASSED
iswctype:C:194:1:2:S:PASSED
iswctype:C:195:1:2:S:PASSED
iswctype:C:196:1:2:S:PASSED
iswctype:C:197:1:3:S:PASSED
iswctype:C:198:1:2:S:PASSED
iswctype:C:199:1:2:S:PASSED
iswctype:C:200:1:2:S:PASSED
iswctype:C:201:1:2:S:PASSED
iswctype:C:202:1:2:S:PASSED
iswctype:C:203:1:2:S:PASSED
iswctype:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_iswdigit
FAIL tst_iswdigit got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
iswdigit:de_DE.ISO-8859-1:0:0:0:L:can't set locale
iswdigit:C:1:1:2:S:PASSED
iswdigit:C:2:1:2:S:PASSED
iswdigit:C:3:1:2:S:PASSED
iswdigit:C:4:1:2:S:PASSED
iswdigit:C:5:1:2:S:PASSED
iswdigit:C:6:1:2:S:PASSED
iswdigit:C:7:1:3:S:PASSED
iswdigit:C:8:1:3:S:PASSED
iswdigit:C:9:1:2:S:PASSED
iswdigit:C:10:1:2:S:PASSED
iswdigit:C:11:1:2:S:PASSED
iswdigit:C:12:1:2:S:PASSED
iswdigit:C:13:1:2:S:PASSED
iswdigit:C:14:1:2:S:PASSED
iswdigit:C:15:1:2:S:PASSED
iswdigit:C:16:1:2:S:PASSED
iswdigit:C:17:1:2:S:PASSED
iswdigit:C:18:1:2:S:PASSED
iswdigit:C:19:1:2:S:PASSED
iswdigit:C:20:1:2:S:PASSED
iswdigit:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_iswgraph
FAIL tst_iswgraph got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
iswgraph:de_DE.ISO-8859-1:0:0:0:L:can't set locale
iswgraph:C:1:1:2:S:PASSED
iswgraph:C:2:1:2:S:PASSED
iswgraph:C:3:1:2:S:PASSED
iswgraph:C:4:1:2:S:PASSED
iswgraph:C:5:1:3:S:PASSED
iswgraph:C:6:1:3:S:PASSED
iswgraph:C:7:1:3:S:PASSED
iswgraph:C:8:1:3:S:PASSED
iswgraph:C:9:1:3:S:PASSED
iswgraph:C:10:1:3:S:PASSED
iswgraph:C:11:1:3:S:PASSED
iswgraph:C:12:1:3:S:PASSED
iswgraph:C:13:1:3:S:PASSED
iswgraph:C:14:1:3:S:PASSED
iswgraph:C:15:1:3:S:PASSED
iswgraph:C:16:1:3:S:PASSED
iswgraph:C:17:1:3:S:PASSED
iswgraph:C:18:1:3:S:PASSED
iswgraph:C:19:1:2:S:PASSED
iswgraph:C:20:1:2:S:PASSED
iswgraph:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_iswlower
FAIL tst_iswlower got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
iswlower:de_DE.ISO-8859-1:0:0:0:L:can't set locale
iswlower:C:1:1:2:S:PASSED
iswlower:C:2:1:2:S:PASSED
iswlower:C:3:1:2:S:PASSED
iswlower:C:4:1:2:S:PASSED
iswlower:C:5:1:2:S:PASSED
iswlower:C:6:1:2:S:PASSED
iswlower:C:7:1:2:S:PASSED
iswlower:C:8:1:2:S:PASSED
iswlower:C:9:1:2:S:PASSED
iswlower:C:10:1:2:S:PASSED
iswlower:C:11:1:2:S:PASSED
iswlower:C:12:1:2:S:PASSED
iswlower:C:13:1:2:S:PASSED
iswlower:C:14:1:2:S:PASSED
iswlower:C:15:1:3:S:PASSED
iswlower:C:16:1:3:S:PASSED
iswlower:C:17:1:2:S:PASSED
iswlower:C:18:1:2:S:PASSED
iswlower:C:19:1:2:S:PASSED
iswlower:C:20:1:2:S:PASSED
iswlower:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_iswprint
FAIL tst_iswprint got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
iswprint:de_DE.ISO-8859-1:0:0:0:L:can't set locale
iswprint:C:1:1:2:S:PASSED
iswprint:C:2:1:2:S:PASSED
iswprint:C:3:1:2:S:PASSED
iswprint:C:4:1:3:S:PASSED
iswprint:C:5:1:3:S:PASSED
iswprint:C:6:1:3:S:PASSED
iswprint:C:7:1:3:S:PASSED
iswprint:C:8:1:3:S:PASSED
iswprint:C:9:1:3:S:PASSED
iswprint:C:10:1:3:S:PASSED
iswprint:C:11:1:3:S:PASSED
iswprint:C:12:1:3:S:PASSED
iswprint:C:13:1:3:S:PASSED
iswprint:C:14:1:3:S:PASSED
iswprint:C:15:1:3:S:PASSED
iswprint:C:16:1:3:S:PASSED
iswprint:C:17:1:3:S:PASSED
iswprint:C:18:1:3:S:PASSED
iswprint:C:19:1:2:S:PASSED
iswprint:C:20:1:2:S:PASSED
iswprint:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_iswpunct
FAIL tst_iswpunct got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
iswpunct:de_DE.ISO-8859-1:0:0:0:L:can't set locale
iswpunct:C:1:1:2:S:PASSED
iswpunct:C:2:1:2:S:PASSED
iswpunct:C:3:1:2:S:PASSED
iswpunct:C:4:1:2:S:PASSED
iswpunct:C:5:1:3:S:PASSED
iswpunct:C:6:1:3:S:PASSED
iswpunct:C:7:1:2:S:PASSED
iswpunct:C:8:1:2:S:PASSED
iswpunct:C:9:1:3:S:PASSED
iswpunct:C:10:1:3:S:PASSED
iswpunct:C:11:1:2:S:PASSED
iswpunct:C:12:1:2:S:PASSED
iswpunct:C:13:1:3:S:PASSED
iswpunct:C:14:1:3:S:PASSED
iswpunct:C:15:1:2:S:PASSED
iswpunct:C:16:1:2:S:PASSED
iswpunct:C:17:1:3:S:PASSED
iswpunct:C:18:1:3:S:PASSED
iswpunct:C:19:1:2:S:PASSED
iswpunct:C:20:1:2:S:PASSED
iswpunct:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_iswspace
FAIL tst_iswspace got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
iswspace:de_DE.ISO-8859-1:0:0:0:L:can't set locale
iswspace:C:1:1:2:S:PASSED
iswspace:C:2:1:2:S:PASSED
iswspace:C:3:1:2:S:PASSED
iswspace:C:4:1:3:S:PASSED
iswspace:C:5:1:3:S:PASSED
iswspace:C:6:1:2:S:PASSED
iswspace:C:7:1:2:S:PASSED
iswspace:C:8:1:3:S:PASSED
iswspace:C:9:1:2:S:PASSED
iswspace:C:10:1:2:S:PASSED
iswspace:C:11:1:2:S:PASSED
iswspace:C:12:1:2:S:PASSED
iswspace:C:13:1:2:S:PASSED
iswspace:C:14:1:2:S:PASSED
iswspace:C:15:1:2:S:PASSED
iswspace:C:16:1:2:S:PASSED
iswspace:C:17:1:2:S:PASSED
iswspace:C:18:1:2:S:PASSED
iswspace:C:19:1:2:S:PASSED
iswspace:C:20:1:2:S:PASSED
iswspace:C:21:1:2:S:PASSED
iswspace:C:22:1:2:S:PASSED
iswspace:C:23:1:2:S:PASSED
iswspace:C:24:1:2:S:PASSED
iswspace:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_iswupper
FAIL tst_iswupper got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
iswupper:de_DE.ISO-8859-1:0:0:0:L:can't set locale
iswupper:C:1:1:2:S:PASSED
iswupper:C:2:1:2:S:PASSED
iswupper:C:3:1:2:S:PASSED
iswupper:C:4:1:2:S:PASSED
iswupper:C:5:1:2:S:PASSED
iswupper:C:6:1:2:S:PASSED
iswupper:C:7:1:2:S:PASSED
iswupper:C:8:1:2:S:PASSED
iswupper:C:9:1:2:S:PASSED
iswupper:C:10:1:2:S:PASSED
iswupper:C:11:1:3:S:PASSED
iswupper:C:12:1:3:S:PASSED
iswupper:C:13:1:2:S:PASSED
iswupper:C:14:1:2:S:PASSED
iswupper:C:15:1:2:S:PASSED
iswupper:C:16:1:2:S:PASSED
iswupper:C:17:1:2:S:PASSED
iswupper:C:18:1:2:S:PASSED
iswupper:C:19:1:2:S:PASSED
iswupper:C:20:1:2:S:PASSED
iswupper:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_iswxdigit
FAIL tst_iswxdigit got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
iswxdigit:de_DE.ISO-8859-1:0:0:0:L:can't set locale
iswxdigit:C:1:1:2:S:PASSED
iswxdigit:C:2:1:2:S:PASSED
iswxdigit:C:3:1:2:S:PASSED
iswxdigit:C:4:1:2:S:PASSED
iswxdigit:C:5:1:2:S:PASSED
iswxdigit:C:6:1:2:S:PASSED
iswxdigit:C:7:1:3:S:PASSED
iswxdigit:C:8:1:3:S:PASSED
iswxdigit:C:9:1:2:S:PASSED
iswxdigit:C:10:1:2:S:PASSED
iswxdigit:C:11:1:3:S:PASSED
iswxdigit:C:12:1:2:S:PASSED
iswxdigit:C:13:1:2:S:PASSED
iswxdigit:C:14:1:2:S:PASSED
iswxdigit:C:15:1:3:S:PASSED
iswxdigit:C:16:1:2:S:PASSED
iswxdigit:C:17:1:2:S:PASSED
iswxdigit:C:18:1:2:S:PASSED
iswxdigit:C:19:1:2:S:PASSED
iswxdigit:C:20:1:2:S:PASSED
iswxdigit:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_mblen
FAIL tst_mblen got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
mblen:de_DE.ISO-8859-1:0:0:0:L:can't set locale
mblen:C:1:1:2:S:PASSED
mblen:C:2:1:2:S:PASSED
mblen:C:3:1:2:S:PASSED
mblen:C:4:1:2:S:PASSED
mblen:C:5:1:2:S:PASSED
mblen:C:6:1:3:S:PASSED
mblen:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_mbrlen
FAIL tst_mbrlen got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
mbrlen:de_DE.ISO-8859-1:0:0:0:L:can't set locale
mbrlen:C:1:1:2:S:PASSED
mbrlen:C:1:2:2:S:PASSED
mbrlen:C:1:3:2:S:PASSED
mbrlen:C:2:1:2:S:PASSED
mbrlen:C:2:2:1:S:PASSED
mbrlen:C:2:2:2:S:PASSED
mbrlen:C:2:3:1:S:PASSED
mbrlen:C:2:3:2:S:PASSED
mbrlen:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_mbrtowc
FAIL tst_mbrtowc got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
mbrtowc:de_DE.ISO-8859-1:0:0:0:L:can't set locale
.... tst_mbsrtowcs
FAIL tst_mbsrtowcs got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
mbsrtowcs:de_DE.ISO-8859-1:0:0:0:L:can't set locale
mbsrtowcs:C:1:1:2:S:PASSED
mbsrtowcs:C:1:1:4:S:PASSED
mbsrtowcs:C:1:2:2:S:PASSED
mbsrtowcs:C:1:2:4:S:PASSED
mbsrtowcs:C:1:3:2:S:PASSED
mbsrtowcs:C:1:3:4:S:PASSED
mbsrtowcs:C:2:1:2:S:PASSED
mbsrtowcs:C:2:1:4:S:PASSED
mbsrtowcs:C:2:2:2:S:PASSED
mbsrtowcs:C:2:2:4:S:PASSED
mbsrtowcs:C:2:3:2:S:PASSED
mbsrtowcs:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_mbstowcs
FAIL tst_mbstowcs got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
mbstowcs:de_DE.ISO-8859-1:0:0:0:L:can't set locale
mbstowcs:C:1:1:2:S:PASSED
mbstowcs:C:1:1:4:S:PASSED
mbstowcs:C:1:2:2:S:PASSED
mbstowcs:C:1:2:4:S:PASSED
mbstowcs:C:1:3:2:S:PASSED
mbstowcs:C:1:3:4:S:PASSED
mbstowcs:C:2:1:2:S:PASSED
mbstowcs:C:2:1:4:S:PASSED
mbstowcs:C:2:2:2:S:PASSED
mbstowcs:C:2:2:4:S:PASSED
mbstowcs:C:2:3:2:S:PASSED
mbstowcs:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_mbtowc
FAIL tst_mbtowc got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
mbtowc:de_DE.ISO-8859-1:0:0:0:L:can't set locale
mbtowc:C:1:1:2:S:PASSED
mbtowc:C:1:1:4:S:PASSED
mbtowc:C:1:2:2:S:PASSED
mbtowc:C:1:2:4:S:PASSED
mbtowc:C:1:3:2:S:PASSED
mbtowc:C:1:3:4:S:PASSED
mbtowc:C:2:1:2:S:PASSED
mbtowc:C:2:1:4:S:PASSED
mbtowc:C:2:2:1:S:PASSED
mbtowc:C:2:2:2:S:PASSED
mbtowc:C:2:3:1:S:PASSED
mbtowc:C:2:3:2:S:PASSED
mbtowc:C:3:1:2:S:PASSED
mbtowc:C:3:2:2:S:PASSED
mbtowc:C:3:3:2:S:PASSED
mbtowc:C:4:1:2:S:PASSED
mbtowc:C:4:2:2:S:PASSED
mbtowc:C:4:3:2:S:PASSED
mbtowc:C:5:1:2:S:PASSED
mbtowc:C:5:2:2:S:PASSED
mbtowc:C:5:3:3:S:PASSED
mbtowc:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_strcoll
FAIL tst_strcoll got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
strcoll:de_DE.ISO-8859-1:0:0:0:L:can't set locale
strcoll:en_US.ISO-8859-1:1:1:2:S:PASSED
strcoll:en_US.ISO-8859-1:2:1:3:S:PASSED
strcoll:en_US.ISO-8859-1:3:1:3:S:PASSED
strcoll:en_US.ISO-8859-1:4:1:3:S:PASSED
strcoll:en_US.ISO-8859-1:5:1:3:S:PASSED
strcoll:en_US.ISO-8859-1:6:1:3:S:PASSED
strcoll:en_US.ISO-8859-1:7:1:3:S:PASSED
strcoll:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_strxfrm
FAIL tst_strxfrm got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
strxfrm:de_DE.ISO-8859-1:0:0:0:L:can't set locale
strxfrm:C:1:1:3:S:PASSED(depends on strcoll & strcmp)
strxfrm:C:2:1:3:S:PASSED(depends on strcoll & strcmp)
strxfrm:C:3:1:3:S:PASSED(depends on strcoll & strcmp)
strxfrm:C:4:1:3:S:PASSED(depends on strcoll & strcmp)
strxfrm:C:5:1:3:S:PASSED(depends on strcoll & strcmp)
strxfrm:C:6:1:3:S:PASSED(depends on strcoll & strcmp)
strxfrm:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_towctrans
FAIL tst_towctrans got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
towctrans:C:1:1:2:S:PASSED
towctrans:C:2:1:2:S:PASSED
towctrans:C:3:1:2:S:PASSED
towctrans:C:4:1:2:S:PASSED
towctrans:de_DE.ISO-8859-1:0:0:0:L:can't set locale
towctrans:C:1:1:2:S:PASSED
towctrans:C:2:1:2:S:PASSED
towctrans:C:3:1:2:S:PASSED
towctrans:C:4:1:2:S:PASSED
towctrans:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_towlower
FAIL tst_towlower got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
towlower:de_DE.ISO-8859-1:0:0:0:L:can't set locale
towlower:C:1:1:2:S:PASSED
towlower:C:2:1:2:S:PASSED
towlower:C:3:1:2:S:PASSED
towlower:C:4:1:2:S:PASSED
towlower:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_towupper
FAIL tst_towupper got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
towupper:de_DE.ISO-8859-1:0:0:0:L:can't set locale
towupper:C:1:1:2:S:PASSED
towupper:C:2:1:2:S:PASSED
towupper:C:3:1:2:S:PASSED
towupper:C:4:1:2:S:PASSED
towupper:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcrtomb
FAIL tst_wcrtomb got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcrtomb:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcrtomb:C:1:1:2:S:PASSED
wcrtomb:C:1:1:4:S:PASSED
wcrtomb:C:2:1:2:S:PASSED
wcrtomb:C:2:1:4:S:PASSED
wcrtomb:C:3:1:1:S:PASSED
wcrtomb:C:3:1:2:S:PASSED
wcrtomb:C:3:1:4:S:PASSED
wcrtomb:C:4:1:2:S:PASSED
wcrtomb:C:5:1:2:S:PASSED
wcrtomb:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcscat
FAIL tst_wcscat got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcscat:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcscat:C:1:1:3:S:PASSED
wcscat:C:1:1:4:S:PASSED
wcscat:C:2:1:3:S:PASSED
wcscat:C:2:1:4:S:PASSED
wcscat:C:3:1:3:S:PASSED
wcscat:C:3:1:4:S:PASSED
wcscat:C:4:1:3:S:PASSED
wcscat:C:4:1:4:S:PASSED
wcscat:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcschr
FAIL tst_wcschr got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcschr:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcschr:C:1:1:2:S:PASSED
wcschr:C:2:1:3:S:PASSED
wcschr:C:3:1:3:S:PASSED
wcschr:C:4:1:3:S:PASSED
wcschr:C:5:1:3:S:PASSED
wcschr:C:6:1:2:S:PASSED
wcschr:C:7:1:3:S:PASSED
wcschr:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcscmp
FAIL tst_wcscmp got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcscmp:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcscmp:C:1:1:2:S:PASSED
wcscmp:C:2:1:2:S:PASSED
wcscmp:C:3:1:2:S:PASSED
wcscmp:C:4:1:2:S:PASSED
wcscmp:C:5:1:2:S:PASSED
wcscmp:C:6:1:2:S:PASSED
wcscmp:C:7:1:2:S:PASSED
wcscmp:C:8:1:2:S:PASSED
wcscmp:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcscoll
FAIL tst_wcscoll got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcscoll:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcscoll:en_US.ISO-8859-1:1:1:2:S:PASSED
wcscoll:en_US.ISO-8859-1:2:1:2:S:PASSED
wcscoll:en_US.ISO-8859-1:3:1:3:S:PASSED
wcscoll:en_US.ISO-8859-1:4:1:3:S:PASSED
wcscoll:en_US.ISO-8859-1:5:1:3:S:PASSED
wcscoll:en_US.ISO-8859-1:6:1:3:S:PASSED
wcscoll:en_US.ISO-8859-1:7:1:3:S:PASSED
wcscoll:en_US.ISO-8859-1:8:1:3:S:PASSED
wcscoll:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcscpy
FAIL tst_wcscpy got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcscpy:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcscpy:C:1:1:3:S:PASSED
wcscpy:C:1:1:4:S:PASSED
wcscpy:C:1:1:5:S:PASSED
wcscpy:C:2:1:3:S:PASSED
wcscpy:C:2:1:4:S:PASSED
wcscpy:C:2:1:5:S:PASSED
wcscpy:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcscspn
FAIL tst_wcscspn got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcscspn:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcscspn:C:1:1:2:S:PASSED
wcscspn:C:2:1:2:S:PASSED
wcscspn:C:3:1:2:S:PASSED
wcscspn:C:4:1:2:S:PASSED
wcscspn:C:5:1:2:S:PASSED
wcscspn:C:6:1:2:S:PASSED
wcscspn:C:7:1:2:S:PASSED
wcscspn:C:8:1:2:S:PASSED
wcscspn:C:9:1:2:S:PASSED
wcscspn:C:10:1:2:S:PASSED
wcscspn:C:11:1:2:S:PASSED
wcscspn:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcslen
FAIL tst_wcslen got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcslen:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcslen:C:1:1:2:S:PASSED
wcslen:C:2:1:2:S:PASSED
wcslen:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcsncat
FAIL tst_wcsncat got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcsncat:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcsncat:C:1:1:3:S:PASSED
wcsncat:C:1:1:4:S:PASSED
wcsncat:C:2:1:3:S:PASSED
wcsncat:C:2:1:4:S:PASSED
wcsncat:C:3:1:3:S:PASSED
wcsncat:C:3:1:4:S:PASSED
wcsncat:C:4:1:3:S:PASSED
wcsncat:C:4:1:4:S:PASSED
wcsncat:C:5:1:3:S:PASSED
wcsncat:C:5:1:4:S:PASSED
wcsncat:C:6:1:3:S:PASSED
wcsncat:C:6:1:4:S:PASSED
wcsncat:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcsncmp
FAIL tst_wcsncmp got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcsncmp:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcsncmp:C:1:1:2:S:PASSED
wcsncmp:C:2:1:2:S:PASSED
wcsncmp:C:3:1:2:S:PASSED
wcsncmp:C:4:1:2:S:PASSED
wcsncmp:C:5:1:2:S:PASSED
wcsncmp:C:6:1:2:S:PASSED
wcsncmp:C:7:1:2:S:PASSED
wcsncmp:C:8:1:2:S:PASSED
wcsncmp:C:9:1:2:S:PASSED
wcsncmp:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcsncpy
FAIL tst_wcsncpy got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcsncpy:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcsncpy:C:1:1:3:S:PASSED
wcsncpy:C:1:1:4:S:PASSED
wcsncpy:C:2:1:3:S:PASSED
wcsncpy:C:2:1:4:S:PASSED
wcsncpy:C:3:1:3:S:PASSED
wcsncpy:C:3:1:4:S:PASSED
wcsncpy:C:4:1:3:S:PASSED
wcsncpy:C:4:1:4:S:PASSED
wcsncpy:C:5:1:3:S:PASSED
wcsncpy:C:5:1:4:S:PASSED
wcsncpy:C:6:1:3:S:PASSED
wcsncpy:C:6:1:4:S:PASSED
wcsncpy:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcspbrk
FAIL tst_wcspbrk got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcspbrk:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcspbrk:C:1:1:4:S:PASSED
wcspbrk:C:2:1:4:S:PASSED
wcspbrk:C:3:1:4:S:PASSED
wcspbrk:C:4:1:4:S:PASSED
wcspbrk:C:5:1:4:S:PASSED
wcspbrk:C:6:1:4:S:PASSED
wcspbrk:C:7:1:2:S:PASSED
wcspbrk:C:8:1:2:S:PASSED
wcspbrk:C:9:1:2:S:PASSED
wcspbrk:C:10:1:2:S:PASSED
wcspbrk:C:11:1:2:S:PASSED
wcspbrk:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcsrtombs
FAIL tst_wcsrtombs got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcsrtombs:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcsrtombs:C:1:1:2:S:PASSED
wcsrtombs:C:1:1:4:S:PASSED
wcsrtombs:C:1:1:6:S:PASSED
wcsrtombs:C:2:1:2:S:PASSED
wcsrtombs:C:2:1:4:S:PASSED
wcsrtombs:C:2:1:6:S:PASSED
wcsrtombs:C:3:1:2:S:PASSED
wcsrtombs:C:3:1:4:S:PASSED
wcsrtombs:C:3:1:6:S:PASSED
wcsrtombs:C:4:1:2:S:PASSED
wcsrtombs:C:4:1:4:S:PASSED
wcsrtombs:C:4:1:6:S:PASSED
wcsrtombs:C:5:1:2:S:PASSED
wcsrtombs:C:5:1:5:S:PASSED
wcsrtombs:C:5:1:6:S:PASSED
wcsrtombs:C:6:1:2:S:PASSED
wcsrtombs:C:6:1:5:S:PASSED
wcsrtombs:C:6:1:6:S:PASSED
wcsrtombs:C:7:1:1:S:PASSED
wcsrtombs:C:7:1:2:S:PASSED
wcsrtombs:C:8:1:2:S:PASSED
wcsrtombs:C:9:1:2:S:PASSED
wcsrtombs:C:10:1:2:S:PASSED
wcsrtombs:C:11:1:1:S:PASSED
wcsrtombs:C:11:1:2:S:PASSED
wcsrtombs:C:12:1:2:S:PASSED
wcsrtombs:C:12:1:5:S:PASSED
wcsrtombs:C:12:1:6:S:PASSED
wcsrtombs:C:13:1:2:S:PASSED
wcsrtombs:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcsspn
FAIL tst_wcsspn got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcsspn:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcsspn:C:1:1:2:S:PASSED
wcsspn:C:2:1:2:S:PASSED
wcsspn:C:3:1:2:S:PASSED
wcsspn:C:4:1:2:S:PASSED
wcsspn:C:5:1:2:S:PASSED
wcsspn:C:6:1:2:S:PASSED
wcsspn:C:7:1:2:S:PASSED
wcsspn:C:8:1:2:S:PASSED
wcsspn:C:9:1:2:S:PASSED
wcsspn:C:10:1:2:S:PASSED
wcsspn:C:11:1:2:S:PASSED
wcsspn:C:12:1:2:S:PASSED
wcsspn:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcsstr
FAIL tst_wcsstr got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcsstr:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcsstr:C:1:1:4:S:PASSED
wcsstr:C:2:1:4:S:PASSED
wcsstr:C:3:1:4:S:PASSED
wcsstr:C:4:1:4:S:PASSED
wcsstr:C:5:1:4:S:PASSED
wcsstr:C:6:1:4:S:PASSED
wcsstr:C:7:1:2:S:PASSED
wcsstr:C:8:1:2:S:PASSED
wcsstr:C:9:1:3:S:PASSED
wcsstr:C:10:1:2:S:PASSED
wcsstr:C:11:1:3:S:PASSED
wcsstr:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcstok
FAIL tst_wcstok got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcstok:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcstok:C:1:1:3:S:PASSED
wcstok:C:1:2:3:S:PASSED
wcstok:C:1:3:3:S:PASSED
wcstok:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcstombs
FAIL tst_wcstombs got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcstombs:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcstombs:C:1:1:2:S:PASSED
wcstombs:C:1:1:4:S:PASSED
wcstombs:C:1:1:6:S:PASSED
wcstombs:C:2:1:2:S:PASSED
wcstombs:C:2:1:4:S:PASSED
wcstombs:C:2:1:6:S:PASSED
wcstombs:C:3:1:2:S:PASSED
wcstombs:C:3:1:4:S:PASSED
wcstombs:C:3:1:6:S:PASSED
wcstombs:C:4:1:2:S:PASSED
wcstombs:C:4:1:4:S:PASSED
wcstombs:C:4:1:6:S:PASSED
wcstombs:C:5:1:2:S:PASSED
wcstombs:C:5:1:5:S:PASSED
wcstombs:C:5:1:6:S:PASSED
wcstombs:C:6:1:2:S:PASSED
wcstombs:C:6:1:5:S:PASSED
wcstombs:C:6:1:6:S:PASSED
wcstombs:C:7:1:1:S:PASSED
wcstombs:C:7:1:2:S:PASSED
wcstombs:C:8:1:2:S:PASSED
wcstombs:C:9:1:2:S:PASSED
wcstombs:C:10:1:2:S:PASSED
wcstombs:C:11:1:1:S:PASSED
wcstombs:C:11:1:2:S:PASSED
wcstombs:C:12:1:2:S:PASSED
wcstombs:C:12:1:5:S:PASSED
wcstombs:C:12:1:6:S:PASSED
wcstombs:C:13:1:2:S:PASSED
wcstombs:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcswidth
FAIL tst_wcswidth got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcswidth:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcswidth:C:1:1:2:S:PASSED
wcswidth:C:2:1:2:S:PASSED
wcswidth:C:3:1:2:S:PASSED
wcswidth:C:4:1:2:S:PASSED
wcswidth:C:5:1:2:S:PASSED
wcswidth:C:6:1:2:S:PASSED
wcswidth:C:7:1:2:S:PASSED
wcswidth:C:8:1:2:S:PASSED
wcswidth:C:9:1:2:S:PASSED
wcswidth:C:10:1:2:S:PASSED
wcswidth:C:11:1:2:S:PASSED
wcswidth:C:12:1:2:S:PASSED
wcswidth:C:13:1:2:S:PASSED
wcswidth:C:14:1:2:S:PASSED
wcswidth:C:15:1:2:S:PASSED
wcswidth:C:16:1:2:S:PASSED
wcswidth:C:17:1:2:S:PASSED
wcswidth:C:18:1:2:S:PASSED
wcswidth:C:19:1:2:S:PASSED
wcswidth:C:20:1:2:S:PASSED
wcswidth:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcsxfrm
FAIL tst_wcsxfrm got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcsxfrm:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcsxfrm:C:1:1:3:S:PASSED (depends on wcscoll & wcscmp)
wcsxfrm:C:2:1:3:S:PASSED (depends on wcscoll & wcscmp)
wcsxfrm:C:3:1:3:S:PASSED (depends on wcscoll & wcscmp)
wcsxfrm:C:4:1:3:S:PASSED (depends on wcscoll & wcscmp)
wcsxfrm:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wctob
FAIL tst_wctob got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wctob:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wctob:C:1:1:2:S:PASSED
wctob:C:2:1:2:S:PASSED
wctob:C:3:1:2:S:PASSED
wctob:C:4:1:2:S:PASSED
wctob:C:5:1:2:S:PASSED
wctob:C:6:1:2:S:PASSED
wctob:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wctomb
FAIL tst_wctomb got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wctomb:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wctomb:C:1:1:2:S:PASSED
wctomb:C:1:1:4:S:PASSED
wctomb:C:2:1:2:S:PASSED
wctomb:C:2:1:4:S:PASSED
wctomb:C:3:1:2:S:PASSED
wctomb:C:3:1:4:S:PASSED
wctomb:C:4:1:2:S:PASSED
wctomb:C:4:1:4:S:PASSED
wctomb:C:5:1:3:S:PASSED
wctomb:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wctrans
FAIL tst_wctrans got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wctrans:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wctrans:C:1:1:2:S:PASSED
wctrans:C:2:1:2:S:PASSED
wctrans:C:3:1:2:S:PASSED
wctype:C:4:1:3:S:PASSED
wctype:C:5:1:3:S:PASSED
wctrans:C:6:1:2:S:PASSED
wctrans:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wctype
FAIL tst_wctype got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wctype:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wctype:C:1:1:3:S:PASSED
wctype:C:2:1:3:S:PASSED
wctype:C:3:1:3:S:PASSED
wctype:C:4:1:3:S:PASSED
wctype:C:5:1:3:S:PASSED
wctype:C:6:1:3:S:PASSED
wctype:C:7:1:3:S:PASSED
wctype:C:8:1:3:S:PASSED
wctype:C:9:1:3:S:PASSED
wctype:C:10:1:3:S:PASSED
wctype:C:11:1:3:S:PASSED
wctype:C:12:1:2:S:PASSED
wctype:C:13:1:2:S:PASSED
wctype:C:14:1:2:S:PASSED
wctype:C:15:1:2:S:PASSED
wctype:C:16:1:2:S:PASSED
wctype:ja_JP.UTF-8:0:0:0:L:can't set locale
.... tst_wcwidth
FAIL tst_wcwidth got 1 expected 0
Warning : can't set locale: de_DE.ISO-8859-1
skipping ...
Warning : can't set locale: ja_JP.UTF-8
skipping ...
wcwidth:de_DE.ISO-8859-1:0:0:0:L:can't set locale
wcwidth:C:1:1:2:S:PASSED
wcwidth:C:2:1:2:S:PASSED
wcwidth:C:3:1:2:S:PASSED
wcwidth:C:4:1:2:S:PASSED
wcwidth:C:5:1:2:S:PASSED
wcwidth:C:6:1:2:S:PASSED
wcwidth:C:7:1:2:S:PASSED
wcwidth:ja_JP.UTF-8:0:0:0:L:can't set locale
.... bug-iconv-trans
FAIL bug-iconv-trans got 1 expected 0
setlocale failed
.... collate-test
FAIL collate-test got 1 expected 0
./collate-test: usage: ./collate-test <random seed>
.... dump-ctype
FAIL dump-ctype got 1 expected 0
dump-ctype: cannot create directory C: File exists
.... gen-unicode-ctype
FAIL gen-unicode-ctype got 1 expected 0
Usage: ./gen-unicode-ctype UnicodeData.txt version
.... show-ucs-data
PASS show-ucs-data
.... tst-digits
FAIL tst-digits got 1 expected 0
cannot set locale `test7'
.... tst-langinfo
FAIL tst-langinfo got 1 expected 0
LC_ALL=C nl_langinfo(ABDAY_1) = "Sun", OK
LC_ALL=C nl_langinfo(ABDAY_2) = "Mon", OK
LC_ALL=C nl_langinfo(ABDAY_3) = "Tue", OK
LC_ALL=C nl_langinfo(ABDAY_4) = "Wed", OK
LC_ALL=C nl_langinfo(ABDAY_5) = "Thu", OK
LC_ALL=C nl_langinfo(ABDAY_6) = "Fri", OK
LC_ALL=C nl_langinfo(ABDAY_7) = "Sat", OK
LC_ALL=C nl_langinfo(DAY_1) = "Sunday", OK
LC_ALL=C nl_langinfo(DAY_2) = "Monday", OK
LC_ALL=C nl_langinfo(DAY_3) = "Tuesday", OK
LC_ALL=C nl_langinfo(DAY_4) = "Wednesday", OK
LC_ALL=C nl_langinfo(DAY_5) = "Thursday", OK
LC_ALL=C nl_langinfo(DAY_6) = "Friday", OK
LC_ALL=C nl_langinfo(DAY_7) = "Saturday", OK
LC_ALL=C nl_langinfo(ABMON_1) = "Jan", OK
LC_ALL=C nl_langinfo(ABMON_2) = "Feb", OK
LC_ALL=C nl_langinfo(ABMON_3) = "Mar", OK
LC_ALL=C nl_langinfo(ABMON_4) = "Apr", OK
LC_ALL=C nl_langinfo(ABMON_5) = "May", OK
LC_ALL=C nl_langinfo(ABMON_6) = "Jun", OK
LC_ALL=C nl_langinfo(ABMON_7) = "Jul", OK
LC_ALL=C nl_langinfo(ABMON_8) = "Aug", OK
LC_ALL=C nl_langinfo(ABMON_9) = "Sep", OK
LC_ALL=C nl_langinfo(ABMON_10) = "Oct", OK
LC_ALL=C nl_langinfo(ABMON_11) = "Nov", OK
LC_ALL=C nl_langinfo(ABMON_12) = "Dec", OK
LC_ALL=C nl_langinfo(MON_1) = "January", OK
LC_ALL=C nl_langinfo(MON_2) = "February", OK
LC_ALL=C nl_langinfo(MON_3) = "March", OK
LC_ALL=C nl_langinfo(MON_4) = "April", OK
LC_ALL=C nl_langinfo(MON_5) = "May", OK
LC_ALL=C nl_langinfo(MON_6) = "June", OK
LC_ALL=C nl_langinfo(MON_7) = "July", OK
LC_ALL=C nl_langinfo(MON_8) = "August", OK
LC_ALL=C nl_langinfo(MON_9) = "September", OK
LC_ALL=C nl_langinfo(MON_10) = "October", OK
LC_ALL=C nl_langinfo(MON_11) = "November", OK
LC_ALL=C nl_langinfo(MON_12) = "December", OK
LC_ALL=C nl_langinfo(AM_STR) = "AM", OK
LC_ALL=C nl_langinfo(PM_STR) = "PM", OK
LC_ALL=C nl_langinfo(D_T_FMT) = "%a %b %e %H:%M:%S %Y", OK
LC_ALL=C nl_langinfo(D_FMT) = "%m/%d/%y", OK
LC_ALL=C nl_langinfo(T_FMT) = "%H:%M:%S", OK
LC_ALL=C nl_langinfo(T_FMT_AMPM) = "%I:%M:%S %p", OK
LC_ALL=C nl_langinfo(ABDAY_1) = "Sun", OK
LC_ALL=C nl_langinfo(ABDAY_2) = "Mon", OK
LC_ALL=C nl_langinfo(ABDAY_3) = "Tue", OK
LC_ALL=C nl_langinfo(ABDAY_4) = "Wed", OK
LC_ALL=C nl_langinfo(ABDAY_5) = "Thu", OK
LC_ALL=C nl_langinfo(ABDAY_6) = "Fri", OK
LC_ALL=C nl_langinfo(ABDAY_7) = "Sat", OK
LC_ALL=C nl_langinfo(DAY_1) = "Sunday", OK
LC_ALL=C nl_langinfo(DAY_2) = "Monday", OK
LC_ALL=C nl_langinfo(DAY_3) = "Tuesday", OK
LC_ALL=C nl_langinfo(DAY_4) = "Wednesday", OK
LC_ALL=C nl_langinfo(DAY_5) = "Thursday", OK
LC_ALL=C nl_langinfo(DAY_6) = "Friday", OK
LC_ALL=C nl_langinfo(DAY_7) = "Saturday", OK
LC_ALL=C nl_langinfo(RADIXCHAR) = ".", OK
LC_ALL=C nl_langinfo(THOUSEP) = "", OK
LC_ALL=C nl_langinfo(YESEXPR) = "^[yY]", OK
LC_ALL=C nl_langinfo(NOEXPR) = "^[nN]", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(ABMON_1) = "Jan", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(ABMON_2) = "Feb", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(ABMON_3) = "Mar", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(ABMON_4) = "Apr", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(ABMON_5) = "May", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(ABMON_6) = "Jun", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(ABMON_7) = "Jul", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(ABMON_8) = "Aug", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(ABMON_9) = "Sep", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(ABMON_10) = "Oct", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(ABMON_11) = "Nov", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(ABMON_12) = "Dec", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(MON_1) = "January", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(MON_2) = "February", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(MON_3) = "March", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(MON_4) = "April", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(MON_5) = "May", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(MON_6) = "June", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(MON_7) = "July", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(MON_8) = "August", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(MON_9) = "September", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(MON_10) = "October", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(MON_11) = "November", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(MON_12) = "December", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(AM_STR) = "AM", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(PM_STR) = "PM", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(D_T_FMT) = "%a %d %b %Y %r %Z", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(D_FMT) = "%m/%d/%Y", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(T_FMT) = "%r", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(T_FMT_AMPM) = "%I:%M:%S %p", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(RADIXCHAR) = ".", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(THOUSEP) = ",", OK
LC_ALL=en_US.ISO-8859-1 nl_langinfo(YESEXPR) = "^[+1yY]", FAILED
(expected: ^[yY].*)
LC_ALL=en_US.ISO-8859-1 nl_langinfo(NOEXPR) = "^[-0nN]", FAILED
(expected: ^[nN].*)
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABDAY_1): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABDAY_2): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABDAY_3): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABDAY_4): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABDAY_5): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABDAY_6): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABDAY_7): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(DAY_1): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(DAY_2): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(DAY_3): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(DAY_4): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(DAY_5): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(DAY_6): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(DAY_7): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABMON_1): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABMON_2): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABMON_3): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABMON_4): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABMON_5): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABMON_6): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABMON_7): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABMON_8): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABMON_9): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABMON_10): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABMON_11): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(ABMON_12): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(MON_1): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(MON_2): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(MON_3): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(MON_4): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(MON_5): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(MON_6): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(MON_7): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(MON_8): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(MON_9): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(MON_10): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(MON_11): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(MON_12): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(D_T_FMT): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(D_FMT): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(T_FMT): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(RADIXCHAR): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(THOUSEP): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(YESEXPR): failed to set locale
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(NOEXPR): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABDAY_1): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABDAY_2): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABDAY_3): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABDAY_4): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABDAY_5): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABDAY_6): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABDAY_7): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(DAY_1): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(DAY_2): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(DAY_3): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(DAY_4): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(DAY_5): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(DAY_6): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(DAY_7): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABMON_1): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABMON_2): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABMON_3): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABMON_4): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABMON_5): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABMON_6): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABMON_7): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABMON_8): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABMON_9): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABMON_10): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABMON_11): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(ABMON_12): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(MON_1): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(MON_2): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(MON_3): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(MON_4): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(MON_5): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(MON_6): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(MON_7): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(MON_8): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(MON_9): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(MON_10): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(MON_11): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(MON_12): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(D_T_FMT): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(D_FMT): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(T_FMT): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(RADIXCHAR): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(THOUSEP): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(YESEXPR): failed to set locale
LC_ALL=de_DE.UTF-8 nl_langinfo(NOEXPR): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABDAY_1): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABDAY_2): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABDAY_3): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABDAY_4): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABDAY_5): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABDAY_6): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABDAY_7): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(DAY_1): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(DAY_2): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(DAY_3): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(DAY_4): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(DAY_5): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(DAY_6): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(DAY_7): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABMON_1): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABMON_2): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABMON_3): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABMON_4): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABMON_5): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABMON_6): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABMON_7): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABMON_8): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABMON_9): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABMON_10): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABMON_11): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(ABMON_12): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(MON_1): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(MON_2): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(MON_3): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(MON_4): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(MON_5): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(MON_6): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(MON_7): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(MON_8): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(MON_9): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(MON_10): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(MON_11): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(MON_12): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(D_T_FMT): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(D_FMT): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(T_FMT): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(RADIXCHAR): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(THOUSEP): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(YESEXPR): failed to set locale
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(NOEXPR): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABDAY_1): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABDAY_2): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABDAY_3): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABDAY_4): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABDAY_5): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABDAY_6): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABDAY_7): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(DAY_1): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(DAY_2): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(DAY_3): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(DAY_4): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(DAY_5): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(DAY_6): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(DAY_7): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABMON_1): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABMON_2): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABMON_3): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABMON_4): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABMON_5): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABMON_6): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABMON_7): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABMON_8): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABMON_9): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABMON_10): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABMON_11): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ABMON_12): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(MON_1): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(MON_2): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(MON_3): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(MON_4): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(MON_5): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(MON_6): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(MON_7): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(MON_8): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(MON_9): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(MON_10): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(MON_11): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(MON_12): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(T_FMT_AMPM): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ERA_D_FMT): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(ERA_D_T_FMT): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(RADIXCHAR): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(THOUSEP): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(YESEXPR): failed to set locale
LC_ALL=ja_JP.EUC-JP nl_langinfo(NOEXPR): failed to set locale
.... tst-mbswcs1
FAIL tst-mbswcs1 got 1 expected 0
used locale: ""
mbrtowc (&wc, (const char *) buf + 0, 1, &state) -> 1, wc = 37
mbrtowc (&wc, (const char *) buf + 1, 1, &state) -> -1, wc = 37,
expected -2 and 37
mbrtowc (&wc, (const char *) buf + 2, 3, &state) -> -1, wc = 37,
expected 2 and 8364
mbrtowc (&wc, (const char *) buf + 4, 1, &state) -> -1, wc = 37,
expected -2 and 8364
mbrtowc (&wc, (const char *) buf + 5, 1, &state) -> -1, wc = 37,
expected 1 and 955
mbrtowc (&wc, (const char *) buf + 5, 1, &state) -> -1, wc = 37,
expected -1 and 955
.... tst-mbswcs2
FAIL tst-mbswcs2 got 1 expected 0
used locale: ""
mbsnrtowcs (&wc, &src, 1, 1, &state) -> 1, wc = 37, src = buf+1
mbsnrtowcs (&wc, &src, 3, 1, &state) -> -1, wc = 226, src = buf+1,
expected 1 and 8364 and buf+4
mbsnrtowcs (&wc, &src, 1, 1, &state) -> -1, wc = 226, src = buf+1,
expected 0 and 8364 and buf+5
mbsnrtowcs (&wc, &src, 1, 1, &state) -> -1, wc = 226, src = buf+1,
expected 1 and 955 and buf+6
.... tst-mbswcs3
FAIL tst-mbswcs3 got 1 expected 0
used locale: ""
wcsrtombs (dst, &src, 1, &state) -> 1, src = srcbuf+1, dst = buf+1
wcsrtombs (dst, &src, 1, &state) -> -1, src = srcbuf+1, dst = buf+0,
expected 0 and srcbuf+1 and buf+1
wcsrtombs (dst, &src, 4, &state) -> -1, src = srcbuf+1, dst = buf+-1,
expected 3 and srcbuf+2 and buf+4
wcsrtombs (dst, &src, 2, &state) -> -1, src = srcbuf+1, dst = buf+-2,
expected 2 and srcbuf+3 and buf+6
wrong results
.... tst-mbswcs4
FAIL tst-mbswcs4 got 1 expected 0
used locale: ""
mbsrtowcs (&wc, &src, 1, &state) -> 1, wc = 37, src = buf+1
mbsrtowcs (&wc, &src, 1, &state) -> -1, wc = 226, src = buf+1, expected
1 and 8364 and buf+4
mbsrtowcs (&wc, &src, 1, &state) -> -1, wc = 226, src = buf+1, expected
1 and 955 and buf+6
.... tst-mbswcs5
FAIL tst-mbswcs5 got 1 expected 0
used locale: ""
wcrtomb (dst, *src++, &state) -> 1, dst = buf+1
wcrtomb (dst, *src++, &state) -> -1, dst = buf+0, expected 3 and buf+4
wcrtomb (dst, *src++, &state) -> -1, dst = buf+-1, expected 2 and buf+6
wcrtomb (dst, *src, &state) -> 1, dst = buf+0, expected 1 and buf+7
wrong results
.... tst-mbswcs6
FAIL tst-mbswcs6 got 1 expected 0
new locale: C
n = -1, errno = 84 (Invalid or incomplete multibyte or wide character)
could not set locale "de_DE.ISO-8859-1"
could not set locale "de_DE.UTF-8"
new locale: en_US.ISO-8859-1
n = -1, errno = 84 (Invalid or incomplete multibyte or wide character)
could not set locale "ja_JP.UTF-8"
could not set locale "hr_HR.ISO-8859-2"
.... tst-numeric
FAIL tst-numeric got 1 expected 0
locale: "(null)", format: "_=./tst-numeric", expected: "MANWIDTH=80",
got: "_=./tst-numeric" => false
.... tst-setlocale
FAIL tst-setlocale got 1 expected 0
after setlocale (LC_ALL, ""): C
after setlocale (LC_NUMERIC, "de_DE.UTF-8"): C
after overwriting string: C
.... tst-sscanf
FAIL tst-sscanf got 1 expected 0
cannot set fa_IR locale
.... tst-trans
FAIL tst-trans got 1 expected 0
locale data files probably not loaded
.... tst-wctype
FAIL tst-wctype got 1 expected 0
./tst-wctype: jhira: no such character class
locale = C
.... tst_nl_langinfo
PASS tst_nl_langinfo
.... malloc-standard-alignment
PASS malloc-standard-alignment
.... malloc
PASS malloc
.... mallocbug
PASS mallocbug
.... realloc-can-shrink
PASS realloc-can-shrink
.... realloc0
PASS realloc0
.... testmalloc
PASS testmalloc
.... tst-calloc
PASS tst-calloc
.... tst-malloc
PASS tst-malloc
.... tst-mallocfork
PASS tst-mallocfork
.... tst-mcheck
PASS tst-mcheck
.... tst-valloc
PASS tst-valloc
.... basic-test
PASS basic-test
.... ilogb
PASS ilogb
.... rint
PASS rint
.... signgam
PASS signgam
.... test-double
FAIL test-double got 1 expected 0
testing double (without inline functions)
Failure: Test: cos (M_PI_6l * 2.0) == 0.5
Result:
is: 4.99999999999999888978e-01 0.49999999999999988898
should be: 5.00000000000000000000e-01 0.5
difference: 1.11022302462515654042e-16 1.1102230246251565404e-16
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: cos (M_PI_6l * 4.0) == -0.5
Result:
is: -5.00000000000000222045e-01 -0.50000000000000022204
should be: -5.00000000000000000000e-01 -0.5
difference: 2.22044604925031308085e-16 2.2204460492503130808e-16
ulp : 2.0000
max.ulp : 0.0000
Maximal error of `cos'
is : 2 ulp
accepted: 0 ulp
Maximal error of `tan'
is : 1 ulp
accepted: 0 ulp
Failure: Test: exp (1) == e
Result:
is: 2.71828182845904553488e+00 2.7182818284590455349
should be: 2.71828182845904509080e+00 2.7182818284590450908
difference: 4.44089209850062616169e-16 4.4408920985006261617e-16
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `exp'
is : 1 ulp
accepted: 0 ulp
Failure: Test: expm1 (1) == M_El - 1.0
Result:
is: 1.71828182845904509080e+00 1.7182818284590450908
should be: 1.71828182845904531284e+00 1.7182818284590453128
difference: 2.22044604925031308085e-16 2.2204460492503130808e-16
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: expm1 (0.75) == 1.11700001661267466854536981983709561
Result:
is: 1.11700001661267478426e+00 1.1170000166126747843
should be: 1.11700001661267456221e+00 1.1170000166126745622
difference: 2.22044604925031308085e-16 2.2204460492503130808e-16
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `expm1'
is : 1 ulp
accepted: 0 ulp
Failure: Test: log10 (0.75) == -0.124938736608299953132449886193870744
Result:
is: -1.24938736608299932884e-01 -0.12493873660829993288
should be: -1.24938736608299946762e-01 -0.12493873660829994676
difference: 1.38777878078144567553e-17 1.3877787807814456755e-17
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `log10'
is : 1 ulp
accepted: 0 ulp
Failure: Test: erf (1.25) == 0.922900128256458230136523481197281140
Result:
is: 9.22900128256458174292e-01 0.92290012825645817429
should be: 9.22900128256458285314e-01 0.92290012825645828531
difference: 1.11022302462515654042e-16 1.1102230246251565404e-16
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `erf'
is : 1 ulp
accepted: 0 ulp
Failure: Test: erfc (4.125) == 0.542340079956506600531223408575531062e-8
Result:
is: 5.42340079956506549097e-09 5.423400799565065491e-09
should be: 5.42340079956506631815e-09 5.4234007995650663182e-09
difference: 8.27180612553027674871e-25 8.2718061255302767487e-25
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `erfc'
is : 1 ulp
accepted: 0 ulp
Failure: Test: lgamma (0.7) == 0.260867246531666514385732417016759578
Result:
is: 2.60867246531666596709e-01 0.26086724653166659671
should be: 2.60867246531666541198e-01 0.2608672465316665412
difference: 5.55111512312578270212e-17 5.5511151231257827021e-17
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: lgamma (1.2) ==
-0.853740900033158497197028392998854470e-1
Result:
is: -8.53740900033158334193e-02 -0.085374090003315833419
should be: -8.53740900033158472970e-02 -0.085374090003315847297
difference: 1.38777878078144567553e-17 1.3877787807814456755e-17
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `lgamma'
is : 1 ulp
accepted: 0 ulp
Failure: Test: tgamma (-0.5) == -2 sqrt (pi)
Result:
is: -3.54490770181103176384e+00 -3.5449077018110317638
should be: -3.54490770181103220793e+00 -3.5449077018110322079
difference: 4.44089209850062616169e-16 4.4408920985006261617e-16
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: tgamma (0.7) == 1.29805533264755778568117117915281162
Result:
is: 1.29805533264755790235e+00 1.2980553326475579023
should be: 1.29805533264755768030e+00 1.2980553326475576803
difference: 2.22044604925031308085e-16 2.2204460492503130808e-16
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `tgamma'
is : 1 ulp
accepted: 0 ulp
Failure: Test: nexttoward (9, 9) == 9
Result:
is: 8.99999999999999822364e+00 8.9999999999999982236
should be: 9.00000000000000000000e+00 9
difference: 1.77635683940025046468e-15 1.7763568394002504647e-15
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: nexttoward (-9, -9) == -9
Result:
is: -8.99999999999999822364e+00 -8.9999999999999982236
should be: -9.00000000000000000000e+00 -9
difference: 1.77635683940025046468e-15 1.7763568394002504647e-15
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: nexttoward (inf, inf) == inf
Result:
is: 1.79769313486231570815e+308 1.7976931348623157081e+308
should be: inf inf
Failure: Test: nexttoward (-inf, -inf) == -inf
Result:
is: -1.79769313486231570815e+308 -1.7976931348623157081e+308
should be: -inf -inf
Maximal error of `nexttoward'
is : 1 ulp
accepted: 0 ulp
Test suite completed:
911 test cases plus 803 tests for exception flags executed.
26 errors occurred.
.... test-float
FAIL test-float got 1 expected 0
testing float (without inline functions)
Failure: Test: cos (M_PI_6l * 4.0) == -0.5
Result:
is: -5.00000059604644775391e-01 -0.50000005960464477539
should be: -5.00000000000000000000e-01 -0.5
difference: 5.96046447753906250000e-08 5.9604644775390625e-08
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `cos'
is : 1 ulp
accepted: 0 ulp
Maximal error of `log'
is : 1 ulp
accepted: 0 ulp
Failure: Test: log10 (e) == log10(e)
Result:
is: 4.34294462203979492188e-01 0.43429446220397949219
should be: 4.34294492006301879883e-01 0.43429449200630187988
difference: 2.98023223876953125000e-08 2.98023223876953125e-08
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `log10'
is : 1 ulp
accepted: 0 ulp
Failure: Test: hypot (0.7, 12.4) == 12.419742348374220601176836866763271
Result:
is: 1.24197416305541992188e+01 12.419741630554199219
should be: 1.24197425842285156250e+01 12.419742584228515625
difference: 9.53674316406250000000e-07 9.5367431640625e-07
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: hypot (-0.7, 12.4) ==
12.419742348374220601176836866763271
Result:
is: 1.24197416305541992188e+01 12.419741630554199219
should be: 1.24197425842285156250e+01 12.419742584228515625
difference: 9.53674316406250000000e-07 9.5367431640625e-07
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: hypot (0.7, -12.4) ==
12.419742348374220601176836866763271
Result:
is: 1.24197416305541992188e+01 12.419741630554199219
should be: 1.24197425842285156250e+01 12.419742584228515625
difference: 9.53674316406250000000e-07 9.5367431640625e-07
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: hypot (-0.7, -12.4) ==
12.419742348374220601176836866763271
Result:
is: 1.24197416305541992188e+01 12.419741630554199219
should be: 1.24197425842285156250e+01 12.419742584228515625
difference: 9.53674316406250000000e-07 9.5367431640625e-07
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: hypot (12.4, 0.7) == 12.419742348374220601176836866763271
Result:
is: 1.24197416305541992188e+01 12.419741630554199219
should be: 1.24197425842285156250e+01 12.419742584228515625
difference: 9.53674316406250000000e-07 9.5367431640625e-07
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: hypot (-12.4, 0.7) ==
12.419742348374220601176836866763271
Result:
is: 1.24197416305541992188e+01 12.419741630554199219
should be: 1.24197425842285156250e+01 12.419742584228515625
difference: 9.53674316406250000000e-07 9.5367431640625e-07
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: hypot (12.4, -0.7) ==
12.419742348374220601176836866763271
Result:
is: 1.24197416305541992188e+01 12.419741630554199219
should be: 1.24197425842285156250e+01 12.419742584228515625
difference: 9.53674316406250000000e-07 9.5367431640625e-07
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: hypot (-12.4, -0.7) ==
12.419742348374220601176836866763271
Result:
is: 1.24197416305541992188e+01 12.419741630554199219
should be: 1.24197425842285156250e+01 12.419742584228515625
difference: 9.53674316406250000000e-07 9.5367431640625e-07
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `hypot'
is : 1 ulp
accepted: 0 ulp
Failure: Test: lgamma (0.7) == 0.260867246531666514385732417016759578
Result:
is: 2.60867267847061157227e-01 0.26086726784706115723
should be: 2.60867238044738769531e-01 0.26086723804473876953
difference: 2.98023223876953125000e-08 2.98023223876953125e-08
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: lgamma (1.2) ==
-0.853740900033158497197028392998854470e-1
Result:
is: -8.53741019964218139648e-02 -0.085374101996421813965
should be: -8.53740870952606201172e-02 -0.085374087095260620117
difference: 1.49011611938476562500e-08 1.490116119384765625e-08
ulp : 2.0000
max.ulp : 0.0000
Maximal error of `lgamma'
is : 2 ulp
accepted: 0 ulp
Failure: Test: tgamma (0.7) == 1.29805533264755778568117117915281162
Result:
is: 1.29805541038513183594e+00 1.2980554103851318359
should be: 1.29805529117584228516e+00 1.2980552911758422852
difference: 1.19209289550781250000e-07 1.1920928955078125e-07
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `tgamma'
is : 1 ulp
accepted: 0 ulp
Failure: Test: nexttoward (0, 0) == 0
Result:
is: nan nan
should be: 0.00000000000000000000e+00 0
Failure: Test: nexttoward (-0, 0) == 0
Result:
is: nan nan
should be: 0.00000000000000000000e+00 0
Failure: Test: nexttoward (0, -0) == -0
Result:
is: nan nan
should be: -0.00000000000000000000e+00 -0
Failure: Test: nexttoward (-0, -0) == -0
Result:
is: nan nan
should be: -0.00000000000000000000e+00 -0
Failure: Test: nexttoward (9, 9) == 9
Result:
is: nan nan
should be: 9.00000000000000000000e+00 9
Failure: Test: nexttoward (-9, -9) == -9
Result:
is: nan nan
should be: -9.00000000000000000000e+00 -9
Failure: Test: nexttoward (inf, inf) == inf
Result:
is: nan nan
should be: inf inf
Failure: Test: nexttoward (-inf, -inf) == -inf
Result:
is: nan nan
should be: -inf -inf
Test suite completed:
908 test cases plus 800 tests for exception flags executed.
27 errors occurred.
.... test-fpucw
PASS test-fpucw
.... test-idouble
FAIL test-idouble got 1 expected 0
testing double (inline functions)
Failure: Test: cos (M_PI_6l * 2.0) == 0.5
Result:
is: 4.99999999999999888978e-01 0.49999999999999988898
should be: 5.00000000000000000000e-01 0.5
difference: 1.11022302462515654042e-16 1.1102230246251565404e-16
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: cos (M_PI_6l * 4.0) == -0.5
Result:
is: -5.00000000000000222045e-01 -0.50000000000000022204
should be: -5.00000000000000000000e-01 -0.5
difference: 2.22044604925031308085e-16 2.2204460492503130808e-16
ulp : 2.0000
max.ulp : 0.0000
Maximal error of `cos'
is : 2 ulp
accepted: 0 ulp
Maximal error of `tan'
is : 1 ulp
accepted: 0 ulp
Failure: Test: exp (1) == e
Result:
is: 2.71828182845904553488e+00 2.7182818284590455349
should be: 2.71828182845904509080e+00 2.7182818284590450908
difference: 4.44089209850062616169e-16 4.4408920985006261617e-16
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `exp'
is : 1 ulp
accepted: 0 ulp
Failure: Test: expm1 (1) == M_El - 1.0
Result:
is: 1.71828182845904509080e+00 1.7182818284590450908
should be: 1.71828182845904531284e+00 1.7182818284590453128
difference: 2.22044604925031308085e-16 2.2204460492503130808e-16
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: expm1 (0.75) == 1.11700001661267466854536981983709561
Result:
is: 1.11700001661267478426e+00 1.1170000166126747843
should be: 1.11700001661267456221e+00 1.1170000166126745622
difference: 2.22044604925031308085e-16 2.2204460492503130808e-16
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `expm1'
is : 1 ulp
accepted: 0 ulp
Failure: Test: log10 (0.75) == -0.124938736608299953132449886193870744
Result:
is: -1.24938736608299932884e-01 -0.12493873660829993288
should be: -1.24938736608299946762e-01 -0.12493873660829994676
difference: 1.38777878078144567553e-17 1.3877787807814456755e-17
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `log10'
is : 1 ulp
accepted: 0 ulp
Failure: Test: erf (1.25) == 0.922900128256458230136523481197281140
Result:
is: 9.22900128256458174292e-01 0.92290012825645817429
should be: 9.22900128256458285314e-01 0.92290012825645828531
difference: 1.11022302462515654042e-16 1.1102230246251565404e-16
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `erf'
is : 1 ulp
accepted: 0 ulp
Failure: Test: erfc (4.125) == 0.542340079956506600531223408575531062e-8
Result:
is: 5.42340079956506549097e-09 5.423400799565065491e-09
should be: 5.42340079956506631815e-09 5.4234007995650663182e-09
difference: 8.27180612553027674871e-25 8.2718061255302767487e-25
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `erfc'
is : 1 ulp
accepted: 0 ulp
Failure: Test: lgamma (0.7) == 0.260867246531666514385732417016759578
Result:
is: 2.60867246531666596709e-01 0.26086724653166659671
should be: 2.60867246531666541198e-01 0.2608672465316665412
difference: 5.55111512312578270212e-17 5.5511151231257827021e-17
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: lgamma (1.2) ==
-0.853740900033158497197028392998854470e-1
Result:
is: -8.53740900033158334193e-02 -0.085374090003315833419
should be: -8.53740900033158472970e-02 -0.085374090003315847297
difference: 1.38777878078144567553e-17 1.3877787807814456755e-17
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `lgamma'
is : 1 ulp
accepted: 0 ulp
Failure: Test: tgamma (-0.5) == -2 sqrt (pi)
Result:
is: -3.54490770181103176384e+00 -3.5449077018110317638
should be: -3.54490770181103220793e+00 -3.5449077018110322079
difference: 4.44089209850062616169e-16 4.4408920985006261617e-16
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: tgamma (0.7) == 1.29805533264755778568117117915281162
Result:
is: 1.29805533264755790235e+00 1.2980553326475579023
should be: 1.29805533264755768030e+00 1.2980553326475576803
difference: 2.22044604925031308085e-16 2.2204460492503130808e-16
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `tgamma'
is : 1 ulp
accepted: 0 ulp
Failure: Test: nexttoward (9, 9) == 9
Result:
is: 8.99999999999999822364e+00 8.9999999999999982236
should be: 9.00000000000000000000e+00 9
difference: 1.77635683940025046468e-15 1.7763568394002504647e-15
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: nexttoward (-9, -9) == -9
Result:
is: -8.99999999999999822364e+00 -8.9999999999999982236
should be: -9.00000000000000000000e+00 -9
difference: 1.77635683940025046468e-15 1.7763568394002504647e-15
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: nexttoward (inf, inf) == inf
Result:
is: 1.79769313486231570815e+308 1.7976931348623157081e+308
should be: inf inf
Failure: Test: nexttoward (-inf, -inf) == -inf
Result:
is: -1.79769313486231570815e+308 -1.7976931348623157081e+308
should be: -inf -inf
Maximal error of `nexttoward'
is : 1 ulp
accepted: 0 ulp
Test suite completed:
849 test cases plus 741 tests for exception flags executed.
26 errors occurred.
.... test-ifloat
FAIL test-ifloat got 1 expected 0
testing float (inline functions)
Failure: Test: cos (M_PI_6l * 4.0) == -0.5
Result:
is: -5.00000059604644775391e-01 -0.50000005960464477539
should be: -5.00000000000000000000e-01 -0.5
difference: 5.96046447753906250000e-08 5.9604644775390625e-08
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `cos'
is : 1 ulp
accepted: 0 ulp
Maximal error of `log'
is : 1 ulp
accepted: 0 ulp
Failure: Test: log10 (e) == log10(e)
Result:
is: 4.34294462203979492188e-01 0.43429446220397949219
should be: 4.34294492006301879883e-01 0.43429449200630187988
difference: 2.98023223876953125000e-08 2.98023223876953125e-08
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `log10'
is : 1 ulp
accepted: 0 ulp
Failure: Test: hypot (0.7, 12.4) == 12.419742348374220601176836866763271
Result:
is: 1.24197416305541992188e+01 12.419741630554199219
should be: 1.24197425842285156250e+01 12.419742584228515625
difference: 9.53674316406250000000e-07 9.5367431640625e-07
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: hypot (-0.7, 12.4) ==
12.419742348374220601176836866763271
Result:
is: 1.24197416305541992188e+01 12.419741630554199219
should be: 1.24197425842285156250e+01 12.419742584228515625
difference: 9.53674316406250000000e-07 9.5367431640625e-07
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: hypot (0.7, -12.4) ==
12.419742348374220601176836866763271
Result:
is: 1.24197416305541992188e+01 12.419741630554199219
should be: 1.24197425842285156250e+01 12.419742584228515625
difference: 9.53674316406250000000e-07 9.5367431640625e-07
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: hypot (-0.7, -12.4) ==
12.419742348374220601176836866763271
Result:
is: 1.24197416305541992188e+01 12.419741630554199219
should be: 1.24197425842285156250e+01 12.419742584228515625
difference: 9.53674316406250000000e-07 9.5367431640625e-07
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: hypot (12.4, 0.7) == 12.419742348374220601176836866763271
Result:
is: 1.24197416305541992188e+01 12.419741630554199219
should be: 1.24197425842285156250e+01 12.419742584228515625
difference: 9.53674316406250000000e-07 9.5367431640625e-07
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: hypot (-12.4, 0.7) ==
12.419742348374220601176836866763271
Result:
is: 1.24197416305541992188e+01 12.419741630554199219
should be: 1.24197425842285156250e+01 12.419742584228515625
difference: 9.53674316406250000000e-07 9.5367431640625e-07
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: hypot (12.4, -0.7) ==
12.419742348374220601176836866763271
Result:
is: 1.24197416305541992188e+01 12.419741630554199219
should be: 1.24197425842285156250e+01 12.419742584228515625
difference: 9.53674316406250000000e-07 9.5367431640625e-07
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: hypot (-12.4, -0.7) ==
12.419742348374220601176836866763271
Result:
is: 1.24197416305541992188e+01 12.419741630554199219
should be: 1.24197425842285156250e+01 12.419742584228515625
difference: 9.53674316406250000000e-07 9.5367431640625e-07
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `hypot'
is : 1 ulp
accepted: 0 ulp
Failure: Test: lgamma (0.7) == 0.260867246531666514385732417016759578
Result:
is: 2.60867267847061157227e-01 0.26086726784706115723
should be: 2.60867238044738769531e-01 0.26086723804473876953
difference: 2.98023223876953125000e-08 2.98023223876953125e-08
ulp : 1.0000
max.ulp : 0.0000
Failure: Test: lgamma (1.2) ==
-0.853740900033158497197028392998854470e-1
Result:
is: -8.53741019964218139648e-02 -0.085374101996421813965
should be: -8.53740870952606201172e-02 -0.085374087095260620117
difference: 1.49011611938476562500e-08 1.490116119384765625e-08
ulp : 2.0000
max.ulp : 0.0000
Maximal error of `lgamma'
is : 2 ulp
accepted: 0 ulp
Failure: Test: tgamma (0.7) == 1.29805533264755778568117117915281162
Result:
is: 1.29805541038513183594e+00 1.2980554103851318359
should be: 1.29805529117584228516e+00 1.2980552911758422852
difference: 1.19209289550781250000e-07 1.1920928955078125e-07
ulp : 1.0000
max.ulp : 0.0000
Maximal error of `tgamma'
is : 1 ulp
accepted: 0 ulp
Failure: Test: nexttoward (0, 0) == 0
Result:
is: nan nan
should be: 0.00000000000000000000e+00 0
Failure: Test: nexttoward (-0, 0) == 0
Result:
is: nan nan
should be: 0.00000000000000000000e+00 0
Failure: Test: nexttoward (0, -0) == -0
Result:
is: nan nan
should be: -0.00000000000000000000e+00 -0
Failure: Test: nexttoward (-0, -0) == -0
Result:
is: nan nan
should be: -0.00000000000000000000e+00 -0
Failure: Test: nexttoward (9, 9) == 9
Result:
is: nan nan
should be: 9.00000000000000000000e+00 9
Failure: Test: nexttoward (-9, -9) == -9
Result:
is: nan nan
should be: -9.00000000000000000000e+00 -9
Failure: Test: nexttoward (inf, inf) == inf
Result:
is: nan nan
should be: inf inf
Failure: Test: nexttoward (-inf, -inf) == -inf
Result:
is: nan nan
should be: -inf -inf
Test suite completed:
846 test cases plus 738 tests for exception flags executed.
27 errors occurred.
.... tst-definitions
PASS tst-definitions
.... bug-glob2
PASS bug-glob2
.... bug-readdir1
PASS bug-readdir1
.... dirent
PASS dirent
.... dirent64
PASS dirent64
.... fdopen
PASS fdopen
.... opendir-tst1
PASS opendir-tst1
.... popen
PASS popen
.... seek
PASS seek
.... sem
PASS sem
.... stdarg
PASS stdarg
.... tst-hasmntopt
PASS tst-hasmntopt
.... tst-inotify
PASS tst-inotify
.... tst-mkostemps
PASS tst-mkostemps
.... tst-nftw
PASS tst-nftw
.... tst-preadvwritev
PASS tst-preadvwritev
.... tst-rlimit
PASS tst-rlimit
.... tst-rlimit64
PASS tst-rlimit64
.... tst-scandir
PASS tst-scandir
.... tst-seekdir
PASS tst-seekdir
.... tst-statfs
PASS tst-statfs
.... tst-statvfs
PASS tst-statvfs
.... tst-syscall0
PASS tst-syscall0
.... tst-syscall1
PASS tst-syscall1
.... tst-syscall6
PASS tst-syscall6
.... tst-utmp
PASS tst-utmp
.... tst-utmpx
PASS tst-utmpx
.... mmap
PASS mmap
.... mmap2
PASS mmap2
.... mmap64
PASS mmap64
.... tst-mmap-eofsync
PASS tst-mmap-eofsync
.... tst-mmap-fflushsync
PASS tst-mmap-fflushsync
.... tst-mmap-offend
PASS tst-mmap-offend
.... tst-mmap-setvbuf
PASS tst-mmap-setvbuf
.... tst-align
PASS tst-align
.... tst-align2
PASS tst-align2
.... tst-align3
PASS tst-align3
.... tst-atfork1
PASS tst-atfork1
.... tst-atfork2
PASS tst-atfork2
.... tst-attr1
PASS tst-attr1
.... tst-attr2
PASS tst-attr2
.... tst-attr3
PASS tst-attr3
.... tst-barrier1
PASS tst-barrier1
.... tst-barrier2
PASS tst-barrier2
.... tst-barrier3
FAIL tst-barrier3 got 1 expected 0
Timed out: killed the child process
.... tst-barrier4
FAIL tst-barrier4 got 1 expected 0
Timed out: killed the child process
.... tst-basic1
PASS tst-basic1
.... tst-basic2
PASS tst-basic2
.... tst-basic3
FAIL tst-basic3 got 1 expected 0
starting 20 + 1 threads
20 left
Timed out: killed the child process
.... tst-basic4
PASS tst-basic4
.... tst-basic5
PASS tst-basic5
.... tst-basic6
PASS tst-basic6
.... tst-basic7
PASS tst-basic7
.... tst-cancel1
PASS tst-cancel1
.... tst-cancel10
PASS tst-cancel10
.... tst-cancel11
PASS tst-cancel11
.... tst-cancel12
PASS tst-cancel12
.... tst-cancel13
PASS tst-cancel13
.... tst-cancel14
PASS tst-cancel14
.... tst-cancel15
PASS tst-cancel15
.... tst-cancel16
PASS tst-cancel16
.... tst-cancel18
PASS tst-cancel18
.... tst-cancel19
PASS tst-cancel19
.... tst-cancel2
PASS tst-cancel2
.... tst-cancel20
PASS tst-cancel20
.... tst-cancel21
FAIL tst-cancel21 got 1 expected 0
sa_flags = 0 test
pthread_kill failed No such process
.... tst-cancel22
PASS tst-cancel22
.... tst-cancel23
PASS tst-cancel23
.... tst-cancel25
PASS tst-cancel25
.... tst-cancel3
PASS tst-cancel3
.... tst-cancel4
PASS tst-cancel4
.... tst-cancel5
PASS tst-cancel5
.... tst-cancel6
PASS tst-cancel6
.... tst-cancel7
PASS tst-cancel7
.... tst-cancel8
PASS tst-cancel8
.... tst-cancel9
PASS tst-cancel9
.... tst-cancelx10
PASS tst-cancelx10
.... tst-cancelx11
PASS tst-cancelx11
.... tst-cancelx12
PASS tst-cancelx12
.... tst-cancelx13
PASS tst-cancelx13
.... tst-cancelx14
PASS tst-cancelx14
.... tst-cancelx15
PASS tst-cancelx15
.... tst-cancelx16
PASS tst-cancelx16
.... tst-cancelx18
PASS tst-cancelx18
.... tst-cancelx2
PASS tst-cancelx2
.... tst-cancelx20
PASS tst-cancelx20
.... tst-cancelx21
FAIL tst-cancelx21 got 1 expected 0
sa_flags = 0 test
pthread_kill failed No such process
.... tst-cancelx3
PASS tst-cancelx3
.... tst-cancelx4
PASS tst-cancelx4
.... tst-cancelx6
PASS tst-cancelx6
.... tst-cancelx7
PASS tst-cancelx7
.... tst-cancelx8
PASS tst-cancelx8
.... tst-cancelx9
PASS tst-cancelx9
.... tst-cleanup0
PASS tst-cleanup0
.... tst-cleanup1
PASS tst-cleanup1
.... tst-cleanup2
PASS tst-cleanup2
.... tst-cleanup3
PASS tst-cleanup3
.... tst-cleanup4
PASS tst-cleanup4
.... tst-cleanupx0
PASS tst-cleanupx0
.... tst-cleanupx1
PASS tst-cleanupx1
.... tst-cleanupx2
PASS tst-cleanupx2
.... tst-cleanupx3
PASS tst-cleanupx3
.... tst-cleanupx4
PASS tst-cleanupx4
.... tst-clock
PASS tst-clock
.... tst-clock1
PASS tst-clock1
.... tst-clock2
PASS tst-clock2
.... tst-clock_nanosleep
PASS tst-clock_nanosleep
.... tst-clockid
FAIL tst-clockid got 1 expected 0
clock_gettime: Invalid argument
.... tst-cond-deadlock
PASS tst-cond-deadlock
.... tst-cond1
PASS tst-cond1
.... tst-cond10
FAIL tst-cond10 got 1 expected 0
round 1
round 2
round 3
round 4
Timed out: killed the child process
.... tst-cond11
PASS tst-cond11
.... tst-cond12
PASS tst-cond12
.... tst-cond13
PASS tst-cond13
.... tst-cond14
PASS tst-cond14
.... tst-cond15
PASS tst-cond15
.... tst-cond16
publickey - [email protected] - 0x3DD7ECA4.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature
_______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
