START: ptest-runner 2017-08-12T17:24 BEGIN: /usr/lib/acl/ptest PASS: dump ext3.img Discarding device blocks: done Creating filesystem with 1024 1k blocks and 128 inodes Allocating group tables: 0/1 done Writing inode tables: 0/1 done Writing superblocks and filesystem accounting information: 0/1 done PASS: mkfs.ext3 -F ext3.img PASS: mount ext3.img *** malformed-restore.test *** PASS: $ cp malformed-restore-double-owner.acl tmp.acl PASS: $ sed -i "s/USER/root/g" tmp.acl PASS: $ sed -i "s/GROUP/root/g" tmp.acl PASS: $ touch tmp PASS: $ setfacl --restore tmp.acl PASS: $ rm tmp.acl tmp PASS: $ mkdir tmp PASS: $ chmod 1777 tmp PASS: $ getfacl tmp > tmp.acl PASS: $ sed -i 's/--t/--x/g' tmp.acl PASS: $ setfacl --restore tmp.acl PASS: $ rmdir tmp PASS: $ rm tmp.acl 13 commands (13 passed, 0 failed) *** sbits-restore.test *** PASS: $ umask 022 PASS: $ mkdir d PASS: $ touch d/g PASS: $ touch d/u PASS: $ chmod u+s d/u PASS: $ chmod g+s d/g PASS: $ chmod +t d PASS: $ getfacl -R d > d.acl PASS: $ rm -R d PASS: $ mkdir d PASS: $ touch d/g PASS: $ touch d/u PASS: $ setfacl --restore d.acl PASS: $ ls -dl d | awk '{print $1}' | sed 's/\.$//g' PASS: $ ls -dl d/u | awk '{print $1}' | sed 's/\.$//g' PASS: $ ls -dl d/g | awk '{print $1}' | sed 's/\.$//g' PASS: $ rm -Rf d 17 commands (17 passed, 0 failed) *** utf8-filenames.test *** PASS: $ export UPATH="官官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話官話話官話官話官話>官話官話話官話官" PASS: $ mkdir -p $UPATH/$UPATH/$UPATH PASS: $ touch $UPATH/$UPATH/$UPATH/$UPATH PASS: $ getfacl $UPATH/$UPATH/$UPATH/$UPATH > utf8-filenames.acl PASS: $ setfacl --restore=utf8-filenames.acl PASS: $ rm -R $UPATH PASS: $ rm utf8-filenames.acl 7 commands (7 passed, 0 failed) *** setfacl-X.test *** PASS: $ umask 022 PASS: $ mkdir d PASS: $ cd d PASS: $ setfacl -dm u:bin:rwx . PASS: $ touch f g PASS: $ chmod ugo+x f PASS: $ setfacl -m u:bin:rw,g::r g PASS: $ setfacl -m u:root:rwX f g PASS: $ getfacl --omit-header --no-effective f g PASS: $ rm f g PASS: $ touch f g PASS: $ mkdir d e PASS: $ setfacl -n -m u:root:rwX d f e g PASS: $ getfacl --omit-header --no-effective d e f g PASS: $ rm f g PASS: $ rmdir d e PASS: $ touch f g PASS: $ mkdir d e PASS: $ setfacl -n -m u:root:rwX f d g e PASS: $ getfacl --omit-header --no-effective d e f g PASS: $ rm f g PASS: $ rmdir d e PASS: $ cd .. PASS: $ rm -rf d 24 commands (24 passed, 0 failed) *** getfacl-noacl.test *** PASS: $ mkdir test PASS: $ cd test PASS: $ umask 027 PASS: $ touch x PASS: $ getfacl --omit-header x PASS: $ getfacl --omit-header --access x PASS: $ getfacl --omit-header -d x PASS: $ getfacl --omit-header -d . PASS: $ getfacl --omit-header -d / PASS: $ getfacl --skip-base x PASS: $ getfacl --omit-header --all-effective x PASS: $ getfacl --omit-header --no-effective x PASS: $ mkdir d PASS: $ touch d/y PASS: $ ln -s d l PASS: $ getfacl -dR . | grep file | sort PASS: $ ln -s l ll PASS: $ getfacl -dLR ll | grep file | sort PASS: $ rm l ll x PASS: $ rm -rf d PASS: $ cd .. PASS: $ rmdir test 22 commands (22 passed, 0 failed) *** getfacl-recursive.test *** PASS: $ umask 022 PASS: $ mkdir -p 1/2/3 PASS: $ mkdir 1/link PASS: $ touch 1/link/file PASS: $ ln -s `pwd`/1/link 1/2/link PASS: $ getfacl -P -R 1/2 | ./sort-getfacl-output PASS: $ getfacl -R 1/2 | ./sort-getfacl-output PASS: $ getfacl -R -L 1/2 | ./sort-getfacl-output PASS: $ getfacl -P -R 1 | ./sort-getfacl-output PASS: $ getfacl -R 1 | ./sort-getfacl-output PASS: $ getfacl -R -L 1 | ./sort-getfacl-output PASS: $ rm -R 1/ 12 commands (12 passed, 0 failed) *** cp.test *** PASS: $ umask 022 PASS: $ mkdir d PASS: $ cd d PASS: $ touch f PASS: $ setfacl -m u:bin:rw f PASS: $ ls -l f | awk -- '{ print $1 }' PASS: $ cp f g PASS: $ ls -l g | awk -- '{ print $1 }' | sed 's/\.$//g' PASS: $ rm g PASS: $ cp -p f g PASS: $ ls -l f | awk -- '{ print $1 }' PASS: $ mkdir h PASS: $ echo blubb > h/x PASS: $ cp -rp h i PASS: $ cat i/x PASS: $ rm -r i PASS: $ setfacl -R -m u:bin:rwx h PASS: $ getfacl --omit-header h/x PASS: $ cp -rp h i PASS: $ getfacl --omit-header i/x PASS: $ cd .. PASS: $ rm -r d 22 commands (22 passed, 0 failed) *** misc.test *** PASS: $ rm -f f PASS: $ umask 027 PASS: $ touch f PASS: $ setfacl -m u::r f PASS: $ setfacl -m u::rw,u:bin:rw f PASS: $ ls -dl f | awk '{print $1}' PASS: $ getfacl --omit-header f PASS: $ rm f PASS: $ umask 022 PASS: $ touch f PASS: $ setfacl -m u:bin:rw f PASS: $ ls -dl f | awk '{print $1}' PASS: $ getfacl --omit-header f PASS: $ rm f PASS: $ umask 027 PASS: $ mkdir d PASS: $ setfacl -m u:bin:rwx d PASS: $ ls -dl d | awk '{print $1}' PASS: $ getfacl --omit-header d PASS: $ rmdir d PASS: $ umask 022 PASS: $ mkdir d PASS: $ setfacl -m u:bin:rwx d PASS: $ ls -dl d | awk '{print $1}' PASS: $ getfacl --omit-header d PASS: $ rmdir d PASS: $ umask 022 PASS: $ touch f PASS: $ setfacl -m u:bin:rw,u:daemon:r f PASS: $ ls -dl f | awk '{print $1}' PASS: $ getfacl --omit-header f PASS: $ setfacl -m g:users:rw,g:daemon:r f PASS: $ ls -dl f | awk '{print $1}' PASS: $ getfacl --omit-header f PASS: $ setfacl -x g:users f PASS: $ ls -dl f | awk '{print $1}' PASS: $ getfacl --omit-header f PASS: $ setfacl -x u:daemon f PASS: $ ls -dl f | awk '{print $1}' PASS: $ getfacl --omit-header f PASS: $ rm f PASS: $ umask 027 PASS: $ mkdir d PASS: $ setfacl -m u:bin:rwx,u:daemon:rw,d:u:bin:rwx,d:m:rx d PASS: $ ls -dl d | awk '{print $1}' PASS: $ getfacl --omit-header d PASS: $ umask 027 PASS: $ touch d/f PASS: $ ls -dl d/f | awk '{print $1}' PASS: $ getfacl --omit-header d/f PASS: $ rm d/f PASS: $ umask 022 PASS: $ touch d/f PASS: $ ls -dl d/f | awk '{print $1}' PASS: $ getfacl --omit-header d/f PASS: $ rm d/f PASS: $ umask 000 PASS: $ mkdir d/d PASS: $ ls -dl d/d | awk '{print $1}' PASS: $ getfacl --omit-header d/d PASS: $ rmdir d/d PASS: $ umask 022 PASS: $ mkdir d/d PASS: $ ls -dl d/d | awk '{print $1}' PASS: $ getfacl --omit-header d/d PASS: $ setfacl -nm u:daemon:rx,d:u:daemon:rx,g:users:rx,g:daemon:rwx d/d PASS: $ ls -dl d/d | awk '{print $1}' PASS: $ getfacl --omit-header d/d PASS: $ ln -s d d/l PASS: $ ls -dl d/l | awk '{print $1}' | sed 's/\.$//g' PASS: $ ls -dl -L d/l | awk '{print $1}' PASS: $ getfacl --omit-header d/l PASS: $ rm d/l PASS: $ setfacl -m g:daemon:rx,u:bin:rx d/d PASS: $ ls -dl d/d | awk '{print $1}' PASS: $ getfacl --omit-header d/d PASS: $ setfacl -m d:u:bin:rwx d/d PASS: $ ls -dl d/d | awk '{print $1}' PASS: $ getfacl --omit-header d/d PASS: $ rmdir d/d PASS: $ setfacl -k d PASS: $ ls -dl d | awk '{print $1}' PASS: $ getfacl --omit-header d PASS: $ setfacl -b d PASS: $ ls -dl d | awk '{print $1}' | sed 's/\.$//g' PASS: $ getfacl --omit-header d PASS: $ chmod 775 d PASS: $ ls -dl d | awk '{print $1}' | sed 's/\.$//g' PASS: $ getfacl --omit-header d PASS: $ rmdir d PASS: $ umask 002 PASS: $ mkdir d PASS: $ setfacl -m u:daemon:rwx,u:bin:rx,d:u:daemon:rwx,d:u:bin:rx d PASS: $ ls -dl d | awk '{print $1}' PASS: $ getfacl --omit-header d PASS: $ chmod 750 d PASS: $ ls -dl d | awk '{print $1}' PASS: $ getfacl --omit-header d PASS: $ chmod 750 d PASS: $ ls -dl d | awk '{print $1}' PASS: $ getfacl --omit-header d PASS: $ rmdir d PASS: $ mkdir d PASS: $ ln -s d/a d/b PASS: $ getfacl -R d PASS: $ setfacl -R -m u:bin:rw d PASS: $ getfacl -RL d PASS: $ setfacl -RL -m u:bin:rw d PASS: $ rm -R d PASS: $ echo "# owner: root" > f PASS: $ setfacl --restore=f 2>&1 111 commands (111 passed, 0 failed) Note: Tests must run as root *** root/restore.test *** PASS: $ touch passwd PASS: $ chmod 755 passwd PASS: $ chmod u+s passwd PASS: $ getfacl passwd > passwd.acl PASS: $ cat passwd.acl PASS: $ chown bin passwd PASS: $ chmod u+s passwd PASS: $ setfacl --restore passwd.acl PASS: $ ls -dl passwd | awk '{print $1 " " $3 " " $4}' | sed 's/\.//g' PASS: $ rm passwd passwd.acl 10 commands (10 passed, 0 failed) Note: Tests must run as root *** root/setfacl.test *** PASS: $ mkdir d PASS: $ chown bin:bin d PASS: $ cd d PASS: $ su bin PASS: $ sg bin PASS: $ umask 027 PASS: $ touch g PASS: $ ls -dl g | awk '{print $1}' | sed 's/\.//g' PASS: $ setfacl -m m:- g PASS: $ ls -dl g | awk '{print $1}' PASS: $ getfacl g PASS: $ setfacl -x m g PASS: $ getfacl g PASS: $ setfacl -m u:daemon:rw g PASS: $ getfacl g PASS: $ setfacl -m u::rwx,g::r-x,o:- g PASS: $ getfacl g PASS: $ setfacl -m u::rwx,g::r-x,o:-,m:- g PASS: $ getfacl g PASS: $ setfacl -m u::rwx,g::r-x,o:-,u:root:-,m:- g PASS: $ getfacl g PASS: $ setfacl -m u::rwx,g::r-x,o:-,u:root:-,m:- g PASS: $ getfacl g PASS: $ setfacl -m u::rwx,g::r-x,o:-,u:root:- g PASS: $ getfacl g PASS: $ setfacl --test -x u: g PASS: $ setfacl --test -x u:x PASS: $ setfacl -m d:u:root:rwx g PASS: $ setfacl -x m g PASS: $ mkdir d PASS: $ setfacl --test -m u::rwx,u:bin:rwx,g::r-x,o::--- d PASS: $ setfacl --test -m u::rwx,u:bin:rwx,g::r-x,m::---,o::--- d PASS: $ setfacl --test -d -m u::rwx,u:bin:rwx,g::r-x,o::--- d PASS: $ setfacl --test -d -m u::rwx,u:bin:rwx,g::r-x,m::---,o::--- d PASS: $ su PASS: $ cd .. PASS: $ rm -r d 37 commands (37 passed, 0 failed) Note: Tests must run as root *** root/permissions.test *** PASS: $ id -u PASS: $ umask 022 PASS: $ mkdir d PASS: $ cd d PASS: $ umask 027 PASS: $ touch f PASS: $ ls -l f | awk -- '{ print $1, $3, $4 }' | sed 's/\.//g' PASS: $ echo root > f PASS: $ su daemon PASS: $ echo daemon >> f PASS: $ su PASS: $ chown bin:bin f PASS: $ ls -l f | awk -- '{ print $1, $3, $4 }' | sed 's/\.//g' PASS: $ su bin PASS: $ echo bin >> f PASS: $ su daemon PASS: $ cat f PASS: $ echo daemon >> f PASS: $ su bin PASS: $ setfacl -m u:daemon:rw f PASS: $ getfacl --omit-header f PASS: $ su daemon PASS: $ echo daemon >> f PASS: $ cat f PASS: $ su bin PASS: $ chmod g-w f PASS: $ getfacl --omit-header f PASS: $ su daemon PASS: $ echo daemon >> f PASS: $ su bin PASS: $ setfacl -m u:daemon:r,g:daemon:rw-,o::rw- f PASS: $ su daemon PASS: $ echo daemon >> f PASS: $ su bin PASS: $ setfacl -x u:daemon f PASS: $ su daemon PASS: $ echo daemon2 >> f PASS: $ cat f PASS: $ su bin PASS: $ setfacl -m g:daemon:r f PASS: $ su daemon PASS: $ echo daemon3 >> f PASS: $ su bin PASS: $ setfacl -x g:daemon f PASS: $ su daemon PASS: $ echo daemon4 >> f PASS: $ su PASS: $ chgrp root f PASS: $ su daemon PASS: $ echo daemon5 >> f PASS: $ cat f PASS: $ su PASS: $ setfacl -m g:bin:r,g:daemon:w f PASS: $ su daemon PASS: $ : < f PASS: $ : > f PASS: $ : <> f PASS: $ su PASS: $ mkdir -m 750 e PASS: $ touch e/h PASS: $ su bin PASS: $ shopt -s nullglob ; echo e/* PASS: $ echo i > e/i PASS: $ su PASS: $ setfacl -m u:bin:rx e PASS: $ su bin PASS: $ echo e/* PASS: $ echo i > e/i PASS: $ su PASS: $ setfacl -m u:bin:rwx e PASS: $ su bin PASS: $ echo i > e/i PASS: $ su PASS: $ touch g PASS: $ ln -s g l PASS: $ setfacl -m u:bin:rw l PASS: $ ls -l g | awk -- '{ print $1, $3, $4 }' PASS: $ mknod -m 0660 hdt b 91 64 PASS: $ mknod -m 0660 null c 1 3 PASS: $ mkfifo -m 0660 fifo PASS: $ su bin PASS: $ : < hdt PASS: $ : < null PASS: $ : < fifo PASS: $ su PASS: $ setfacl -m u:bin:rw hdt null fifo PASS: $ su bin PASS: $ : < hdt PASS: $ : < null PASS: $ ( echo blah > fifo & ) ; cat fifo PASS: $ su PASS: $ mkdir -m 600 x PASS: $ chown daemon:daemon x PASS: $ echo j > x/j PASS: $ ls -l x/j | awk -- '{ print $1, $3, $4 }' | sed 's/\.//g' PASS: $ setfacl -m u:daemon:r x PASS: $ ls -l x/j | awk -- '{ print $1, $3, $4 }' | sed 's/\.//g' PASS: $ echo k > x/k PASS: $ chmod 750 x PASS: $ su PASS: $ cd .. PASS: $ rm -rf d 102 commands (102 passed, 0 failed) /usr/lib/acl/ptest END: /usr/lib/acl/ptest 2017-08-12T17:24 2017-08-12T17:24 BEGIN: /usr/lib/attr/ptest make: Entering directory '/usr/lib/attr/ptest/test' *** attr.test *** PASS: $ mkdir d PASS: $ cd d PASS: $ touch f PASS: $ setfattr -n user -v value f PASS: $ setfattr -n user. -v value f PASS: $ setfattr -n user.name f PASS: $ getfattr -d f PASS: $ setfattr -x user.name f PASS: $ sh -c 'getfattr -n user.name f && echo zero exit code' PASS: $ setfattr -n user.n -v value f PASS: $ rm f PASS: $ touch f PASS: $ setfattr -n user.vvvvvvvvvvvv -v vvvvvvvvvvvv f PASS: $ setfattr -n user.wwwwwwww -v wwwwwwww f PASS: $ setfattr -n user.xxxx -v xxxx f PASS: $ getfattr -d f PASS: $ setfattr -n user.wwwwwwww -v wwww f PASS: $ getfattr -d f PASS: $ setfattr -n user.xxxx -v xxxxxxxx f PASS: $ getfattr -d f PASS: $ rm f PASS: $ touch f PASS: $ setfattr -n user.name -v 0xbabe f PASS: $ setfattr -n user.name2 -v 0s3q2+7w== f PASS: $ setfattr -n user.name3 -v 0xdeface f PASS: $ getfattr -d -e hex f PASS: $ getfattr -d -e base64 f PASS: $ rm f PASS: $ touch f PASS: $ setfattr -n user.novalue f PASS: $ setfattr -n user.somename -v somevalue f PASS: $ setfattr -n user.somename -v somevalue f PASS: $ setfattr -n user.longername -v longervalue f PASS: $ setfattr -n user.short -v value f PASS: $ setfattr -n user.novalue-yet f PASS: $ ls -s f PASS: $ getfattr -d f PASS: $ setfattr -n user.novalue-yet -v avalue-now f PASS: $ getfattr -d f PASS: $ setfattr -x user.noname f PASS: $ setfattr -x user.somename f PASS: $ setfattr -x user.short f PASS: $ getfattr -d f PASS: $ setfattr -x user.longername f PASS: $ setfattr -x user.novalue f PASS: $ setfattr -x user.novalue-yet f PASS: $ getfattr -d f PASS: $ ls -s f PASS: $ rm f PASS: $ touch f g h PASS: $ setfattr -n user.novalue f g h PASS: $ getfattr f g h | ../sort-getfattr-output PASS: $ setfattr -n user.name -v value f PASS: $ getfattr f g h | ../sort-getfattr-output PASS: $ getfattr -d f g h | ../sort-getfattr-output PASS: $ setfattr -n user.name -v value g PASS: $ getfattr f g h | ../sort-getfattr-output PASS: $ setfattr -x user.novalue h PASS: $ getfattr f g h | ../sort-getfattr-output PASS: $ rm f g h PASS: $ touch f PASS: $ ln -s f l PASS: $ setfattr -n user.filename -v f l PASS: $ setfattr -n user.filename -v l l PASS: $ setfattr -h -n user.filename -v l l PASS: $ getfattr -d f l | ../sort-getfattr-output PASS: $ rm f PASS: $ mkdir src PASS: $ touch src/target PASS: $ setfattr -n user.color -v blue src/target PASS: $ ln -s src symlink PASS: $ getfattr -n user.color -h symlink 2>/dev/null PASS: $ touch "f " PASS: $ setfattr -n user.name -v value "f " PASS: $ getfattr -d "f " PASS: $ rm "f " PASS: $ touch f PASS: $ setfattr -n "user.sp ace" -v value f PASS: $ setfattr -n "user.special " -v value f PASS: $ getfattr f PASS: $ getfattr -d f PASS: $ setfattr -x "user.sp ace" f PASS: $ setfattr -n "user.sp ace" -v value f PASS: $ setfattr -x "user.sp ace" f PASS: $ setfattr -x "user.special " f PASS: $ rm f PASS: $ cd .. PASS: $ rm -rf d PASS: $ mkdir -p 1/2/3 PASS: $ setfattr -n "user.9" 1 PASS: $ setfattr -n "user.a" 1 PASS: $ setfattr -n "user.9" 1/2 PASS: $ setfattr -n "user.a" 1/2 PASS: $ setfattr -n "user.9" 1/2/3 PASS: $ setfattr -n "user.a" 1/2/3 PASS: $ getfattr -h -L -R -m '.' -e hex 1 | grep -v selinux | ./sort-getfattr-output PASS: $ getfattr -h -P -R -m '.' -e hex 1/2 | grep -v selinux | ./sort-getfattr-output PASS: $ rm -R 1 PASS: $ mkdir -p 1/sub PASS: $ mkdir 1/link PASS: $ touch 1/link/link-file PASS: $ touch 1/sub/sub-file PASS: $ ln -s `pwd`/1/link 1/sub/link PASS: $ setfattr -n "user.a" 1 PASS: $ setfattr -n "user.a" 1/link/link-file PASS: $ setfattr -n "user.a" 1/link PASS: $ setfattr -n "user.a" 1/sub/sub-file PASS: $ setfattr -n "user.a" 1/sub PASS: $ getfattr -P -R 1 | ./sort-getfattr-output PASS: $ getfattr -R -P 1/sub | ./sort-getfattr-output PASS: $ getfattr -L -R 1 | ./sort-getfattr-output PASS: $ getfattr -R 1/sub/link | ./sort-getfattr-output PASS: $ getfattr -L -R 1/sub/link | ./sort-getfattr-output PASS: $ rm -R 1 114 commands (114 passed, 0 failed) Note: Tests must run as root *** root/getfattr.test *** PASS: $ mkdir d PASS: $ cd d PASS: $ touch f PASS: $ setfattr -n user.test -v test f PASS: $ ln -s f l PASS: $ setfattr -h -n trusted.test -v test l PASS: $ getfattr -m- -d f PASS: $ getfattr -m- -d l PASS: $ getfattr -m- -hd l PASS: $ getfattr -m- -Rd . | ../sort-getfattr-output PASS: $ getfattr -m- -Rhd . | ../sort-getfattr-output PASS: $ ln -s . here PASS: $ getfattr -m- -Rd here | ../sort-getfattr-output PASS: $ getfattr -m- -Rhd here PASS: $ getfattr -m- -RLhd here | ../sort-getfattr-output PASS: $ getfattr -m- -RPhd here PASS: $ mkdir sub PASS: $ mv f l sub PASS: $ getfattr -m- -Rd . | ../sort-getfattr-output PASS: $ getfattr -m- -Rhd . | ../sort-getfattr-output PASS: $ mkdir sub2 PASS: $ ln -s ../sub sub2/to-sub PASS: $ getfattr -m- -Rhd sub2 PASS: $ getfattr -m- -RLhd sub2 | ../sort-getfattr-output PASS: $ getfattr -m- -RPhd sub2 PASS: $ ln -s .. sub/up PASS: $ getfattr -m- -RLhd . | ../sort-getfattr-output PASS: $ cd .. PASS: $ rm -rf d 29 commands (29 passed, 0 failed) make: Leaving directory '/usr/lib/attr/ptest/test' END: /usr/lib/attr/ptest 2017-08-12T17:24 2017-08-12T17:24 BEGIN: /usr/lib/bash/ptest Warning: The fr_FR* locales is needed to run the intl.tests, please add it. Warning: The de_DE* locales is needed to run the intl.tests, please add it. Testing /bin/bash version: 4.3.47(1)-release versinfo: 4 3 47 1 release x86_64-poky-linux-gnu HOSTTYPE = x86_64 OSTYPE = linux-gnu MACHTYPE = x86_64-poky-linux-gnu Any output from any test, unless otherwise noted, indicates a possible anomaly run-alias PASS: run-alias run-appendop PASS: run-appendop run-arith PASS: run-arith run-arith-for PASS: run-arith-for run-array PASS: run-array run-array2 PASS: run-array2 run-assoc PASS: run-assoc run-braces PASS: run-braces run-builtins PASS: run-builtins run-case PASS: run-case run-casemod PASS: run-casemod run-comsub PASS: run-comsub run-comsub-eof PASS: run-comsub-eof run-comsub-posix PASS: run-comsub-posix run-cond PASS: run-cond run-coproc PASS: run-coproc run-cprint PASS: run-cprint run-dbg-support PASS: run-dbg-support run-dbg-support2 PASS: run-dbg-support2 run-dirstack PASS: run-dirstack run-dollars PASS: run-dollars run-errors PASS: run-errors run-execscript PASS: run-execscript run-exp-tests PASS: run-exp-tests run-extglob PASS: run-extglob run-extglob2 PASS: run-extglob2 run-extglob3 PASS: run-extglob3 run-func PASS: run-func run-getopts PASS: run-getopts run-glob-test PASS: run-glob-test run-globstar PASS: run-globstar run-heredoc PASS: run-heredoc run-herestr PASS: run-herestr run-histexpand PASS: run-histexpand run-history PASS: run-history run-ifs PASS: run-ifs run-ifs-posix PASS: run-ifs-posix run-input-test PASS: run-input-test run-intl 13a14 > 1,0000 18,19c19 < 1.0000 < 1.0000 --- > 1,0000 FAIL: run-intl run-invert PASS: run-invert run-iquote PASS: run-iquote run-jobs PASS: run-jobs run-lastpipe 5,7c5 < ./lastpipe.tests: line 41: 13629 Exit 142 exit 142 < 13624 Hangup | false < 129 -- 142 129 --- > 1 -- 142 1 9,16c7,8 < ./lastpipe.tests: line 47: 13633 Done true < 13634 | $bintrue < 13624 Hangup | false < 129 -- 0 0 129 < ./lastpipe.tests: line 51: 13635 Done true < 13636 | $bintrue < 13624 Hangup | false < 129 -- 0 0 129 --- > 1 -- 0 0 1 > 1 -- 0 0 1 FAIL: run-lastpipe run-mapfile PASS: run-mapfile run-more-exp PASS: run-more-exp run-nameref PASS: run-nameref run-new-exp PASS: run-new-exp run-nquote PASS: run-nquote run-nquote1 PASS: run-nquote1 run-nquote2 PASS: run-nquote2 run-nquote3 PASS: run-nquote3 run-nquote4 PASS: run-nquote4 run-nquote5 PASS: run-nquote5 run-posix2 PASS: run-posix2 run-posixexp PASS: run-posixexp run-posixexp2 PASS: run-posixexp2 run-posixpat PASS: run-posixpat run-posixpipe PASS: run-posixpipe run-precedence PASS: run-precedence run-printf PASS: run-printf run-quote PASS: run-quote run-read PASS: run-read run-redir PASS: run-redir run-rhs-exp PASS: run-rhs-exp run-rsh PASS: run-rsh run-set-e PASS: run-set-e run-set-x PASS: run-set-x run-shopt PASS: run-shopt run-strip PASS: run-strip run-test PASS: run-test run-tilde PASS: run-tilde run-tilde2 PASS: run-tilde2 run-trap 102d101 < trap -- '' SIGUSR2 103a103 > trap -- '' SIGUSR2 FAIL: run-trap run-type PASS: run-type run-varenv PASS: run-varenv run-vredir 90,91c90,91 < ./vredir6.sub: line 10: /dev/null: Too many open files < ./vredir6.sub: line 13: v: Too many open files --- > ./vredir6.sub: redirection error: cannot duplicate fd: Invalid argument > ./vredir6.sub: line 13: v: Invalid argument FAIL: run-vredir END: /usr/lib/bash/ptest 2017-08-12T17:27 2017-08-12T17:27 BEGIN: /usr/lib/bluez5/ptest /TP/CCM/BV-01-C - init /TP/CCM/BV-01-C - setup /TP/CCM/BV-01-C - setup complete /TP/CCM/BV-01-C - run /TP/CCM/BV-01-C - test passed /TP/CCM/BV-01-C - teardown /TP/CCM/BV-01-C - teardown complete /TP/CCM/BV-01-C - done /TP/CCM/BV-02-C - init /TP/CCM/BV-02-C - setup /TP/CCM/BV-02-C - setup complete /TP/CCM/BV-02-C - run /TP/CCM/BV-02-C - test passed /TP/CCM/BV-02-C - teardown /TP/CCM/BV-02-C - teardown complete /TP/CCM/BV-02-C - done /TP/CCM/BV-03-C - init /TP/CCM/BV-03-C - setup /TP/CCM/BV-03-C - setup complete /TP/CCM/BV-03-C - run /TP/CCM/BV-03-C - test passed /TP/CCM/BV-03-C - teardown /TP/CCM/BV-03-C - teardown complete /TP/CCM/BV-03-C - done /TP/CCM/BV-04-C - init /TP/CCM/BV-04-C - setup /TP/CCM/BV-04-C - setup complete /TP/CCM/BV-04-C - run /TP/CCM/BV-04-C - test passed /TP/CCM/BV-04-C - teardown /TP/CCM/BV-04-C - teardown complete /TP/CCM/BV-04-C - done /TP/NFR/BV-01-C - init /TP/NFR/BV-01-C - setup /TP/NFR/BV-01-C - setup complete /TP/NFR/BV-01-C - run /TP/NFR/BV-01-C - test passed /TP/NFR/BV-01-C - teardown /TP/NFR/BV-01-C - teardown complete /TP/NFR/BV-01-C - done /TP/NFR/BV-02-C - init /TP/NFR/BV-02-C - setup /TP/NFR/BV-02-C - setup complete /TP/NFR/BV-02-C - run /TP/NFR/BV-02-C - test passed /TP/NFR/BV-02-C - teardown /TP/NFR/BV-02-C - teardown complete /TP/NFR/BV-02-C - done /TP/NFR/BV-03-C - init /TP/NFR/BV-03-C - setup /TP/NFR/BV-03-C - setup complete /TP/NFR/BV-03-C - run /TP/NFR/BV-03-C - test passed /TP/NFR/BV-03-C - teardown /TP/NFR/BV-03-C - teardown complete /TP/NFR/BV-03-C - done /TP/NFR/BV-04-C - init /TP/NFR/BV-04-C - setup /TP/NFR/BV-04-C - setup complete /TP/NFR/BV-04-C - run /TP/NFR/BV-04-C - test passed /TP/NFR/BV-04-C - teardown /TP/NFR/BV-04-C - teardown complete /TP/NFR/BV-04-C - done /TP/NFR/BI-01-C - init /TP/NFR/BI-01-C - setup /TP/NFR/BI-01-C - setup complete /TP/NFR/BI-01-C - run /TP/NFR/BI-01-C - test passed /TP/NFR/BI-01-C - teardown /TP/NFR/BI-01-C - teardown complete /TP/NFR/BI-01-C - done  Test Summary ------------ /TP/CCM/BV-01-C Passed  0.000 seconds /TP/CCM/BV-02-C Passed  0.000 seconds /TP/CCM/BV-03-C Passed  0.000 seconds /TP/CCM/BV-04-C Passed  0.000 seconds /TP/NFR/BV-01-C Passed  0.000 seconds /TP/NFR/BV-02-C Passed  0.000 seconds /TP/NFR/BV-03-C Passed  0.000 seconds /TP/NFR/BV-04-C Passed  0.000 seconds /TP/NFR/BI-01-C Passed  0.000 seconds Total: 9, Passed: 9 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.00209 seconds PASS: test-avctp /TP/SIG/SMG/BV-06-C-SEID-1 - init /TP/SIG/SMG/BV-06-C-SEID-1 - setup /TP/SIG/SMG/BV-06-C-SEID-1 - setup complete /TP/SIG/SMG/BV-06-C-SEID-1 - run /TP/SIG/SMG/BV-06-C-SEID-1 - test passed /TP/SIG/SMG/BV-06-C-SEID-1 - teardown /TP/SIG/SMG/BV-06-C-SEID-1 - teardown complete /TP/SIG/SMG/BV-06-C-SEID-1 - done /TP/SIG/SMG/BV-06-C-SEID-2 - init /TP/SIG/SMG/BV-06-C-SEID-2 - setup /TP/SIG/SMG/BV-06-C-SEID-2 - setup complete /TP/SIG/SMG/BV-06-C-SEID-2 - run /TP/SIG/SMG/BV-06-C-SEID-2 - test passed /TP/SIG/SMG/BV-06-C-SEID-2 - teardown /TP/SIG/SMG/BV-06-C-SEID-2 - teardown complete /TP/SIG/SMG/BV-06-C-SEID-2 - done /TP/SIG/SMG/BV-05-C - init /TP/SIG/SMG/BV-05-C - setup /TP/SIG/SMG/BV-05-C - setup complete /TP/SIG/SMG/BV-05-C - run /TP/SIG/SMG/BV-05-C - test passed /TP/SIG/SMG/BV-05-C - teardown /TP/SIG/SMG/BV-05-C - teardown complete /TP/SIG/SMG/BV-05-C - done /TP/SIG/SMG/BV-06-C - init /TP/SIG/SMG/BV-06-C - setup /TP/SIG/SMG/BV-06-C - setup complete /TP/SIG/SMG/BV-06-C - run /TP/SIG/SMG/BV-06-C - test passed /TP/SIG/SMG/BV-06-C - teardown /TP/SIG/SMG/BV-06-C - teardown complete /TP/SIG/SMG/BV-06-C - done /TP/SIG/SMG/BV-07-C - init /TP/SIG/SMG/BV-07-C - setup /TP/SIG/SMG/BV-07-C - setup complete /TP/SIG/SMG/BV-07-C - run /TP/SIG/SMG/BV-07-C - test passed /TP/SIG/SMG/BV-07-C - teardown /TP/SIG/SMG/BV-07-C - teardown complete /TP/SIG/SMG/BV-07-C - done /TP/SIG/SMG/BV-08-C - init /TP/SIG/SMG/BV-08-C - setup /TP/SIG/SMG/BV-08-C - setup complete /TP/SIG/SMG/BV-08-C - run /TP/SIG/SMG/BV-08-C - test passed /TP/SIG/SMG/BV-08-C - teardown /TP/SIG/SMG/BV-08-C - teardown complete /TP/SIG/SMG/BV-08-C - done /TP/SIG/SMG/BV-09-C - init /TP/SIG/SMG/BV-09-C - setup /TP/SIG/SMG/BV-09-C - setup complete /TP/SIG/SMG/BV-09-C - run /TP/SIG/SMG/BV-09-C - test passed /TP/SIG/SMG/BV-09-C - teardown /TP/SIG/SMG/BV-09-C - teardown complete /TP/SIG/SMG/BV-09-C - done /TP/SIG/SMG/BV-10-C - init /TP/SIG/SMG/BV-10-C - setup /TP/SIG/SMG/BV-10-C - setup complete /TP/SIG/SMG/BV-10-C - run /TP/SIG/SMG/BV-10-C - test passed /TP/SIG/SMG/BV-10-C - teardown /TP/SIG/SMG/BV-10-C - teardown complete /TP/SIG/SMG/BV-10-C - done /TP/SIG/SMG/BV-11-C - init /TP/SIG/SMG/BV-11-C - setup /TP/SIG/SMG/BV-11-C - setup complete /TP/SIG/SMG/BV-11-C - run /TP/SIG/SMG/BV-11-C - test passed /TP/SIG/SMG/BV-11-C - teardown /TP/SIG/SMG/BV-11-C - teardown complete /TP/SIG/SMG/BV-11-C - done /TP/SIG/SMG/BV-12-C - init /TP/SIG/SMG/BV-12-C - setup /TP/SIG/SMG/BV-12-C - setup complete /TP/SIG/SMG/BV-12-C - run /TP/SIG/SMG/BV-12-C - test passed /TP/SIG/SMG/BV-12-C - teardown /TP/SIG/SMG/BV-12-C - teardown complete /TP/SIG/SMG/BV-12-C - done /TP/SIG/SMG/BV-15-C - init /TP/SIG/SMG/BV-15-C - setup /TP/SIG/SMG/BV-15-C - setup complete /TP/SIG/SMG/BV-15-C - run /TP/SIG/SMG/BV-15-C - test passed /TP/SIG/SMG/BV-15-C - teardown /TP/SIG/SMG/BV-15-C - teardown complete /TP/SIG/SMG/BV-15-C - done /TP/SIG/SMG/BV-16-C - init /TP/SIG/SMG/BV-16-C - setup /TP/SIG/SMG/BV-16-C - setup complete /TP/SIG/SMG/BV-16-C - run /TP/SIG/SMG/BV-16-C - test passed /TP/SIG/SMG/BV-16-C - teardown /TP/SIG/SMG/BV-16-C - teardown complete /TP/SIG/SMG/BV-16-C - done /TP/SIG/SMG/BV-17-C - init /TP/SIG/SMG/BV-17-C - setup /TP/SIG/SMG/BV-17-C - setup complete /TP/SIG/SMG/BV-17-C - run /TP/SIG/SMG/BV-17-C - test passed /TP/SIG/SMG/BV-17-C - teardown /TP/SIG/SMG/BV-17-C - teardown complete /TP/SIG/SMG/BV-17-C - done /TP/SIG/SMG/BV-18-C - init /TP/SIG/SMG/BV-18-C - setup /TP/SIG/SMG/BV-18-C - setup complete /TP/SIG/SMG/BV-18-C - run /TP/SIG/SMG/BV-18-C - test passed /TP/SIG/SMG/BV-18-C - teardown /TP/SIG/SMG/BV-18-C - teardown complete /TP/SIG/SMG/BV-18-C - done /TP/SIG/SMG/BV-19-C - init /TP/SIG/SMG/BV-19-C - setup /TP/SIG/SMG/BV-19-C - setup complete /TP/SIG/SMG/BV-19-C - run /TP/SIG/SMG/BV-19-C - test passed /TP/SIG/SMG/BV-19-C - teardown /TP/SIG/SMG/BV-19-C - teardown complete /TP/SIG/SMG/BV-19-C - done /TP/SIG/SMG/BV-20-C - init /TP/SIG/SMG/BV-20-C - setup /TP/SIG/SMG/BV-20-C - setup complete /TP/SIG/SMG/BV-20-C - run /TP/SIG/SMG/BV-20-C - test passed /TP/SIG/SMG/BV-20-C - teardown /TP/SIG/SMG/BV-20-C - teardown complete /TP/SIG/SMG/BV-20-C - done /TP/SIG/SMG/BV-21-C - init /TP/SIG/SMG/BV-21-C - setup /TP/SIG/SMG/BV-21-C - setup complete /TP/SIG/SMG/BV-21-C - run /TP/SIG/SMG/BV-21-C - test passed /TP/SIG/SMG/BV-21-C - teardown /TP/SIG/SMG/BV-21-C - teardown complete /TP/SIG/SMG/BV-21-C - done /TP/SIG/SMG/BV-22-C - init /TP/SIG/SMG/BV-22-C - setup /TP/SIG/SMG/BV-22-C - setup complete /TP/SIG/SMG/BV-22-C - run /TP/SIG/SMG/BV-22-C - test passed /TP/SIG/SMG/BV-22-C - teardown /TP/SIG/SMG/BV-22-C - teardown complete /TP/SIG/SMG/BV-22-C - done /TP/SIG/SMG/BV-23-C - init /TP/SIG/SMG/BV-23-C - setup /TP/SIG/SMG/BV-23-C - setup complete /TP/SIG/SMG/BV-23-C - run /TP/SIG/SMG/BV-23-C - test passed /TP/SIG/SMG/BV-23-C - teardown /TP/SIG/SMG/BV-23-C - teardown complete /TP/SIG/SMG/BV-23-C - done /TP/SIG/SMG/BV-24-C - init /TP/SIG/SMG/BV-24-C - setup /TP/SIG/SMG/BV-24-C - setup complete /TP/SIG/SMG/BV-24-C - run /TP/SIG/SMG/BV-24-C - test passed /TP/SIG/SMG/BV-24-C - teardown /TP/SIG/SMG/BV-24-C - teardown complete /TP/SIG/SMG/BV-24-C - done /TP/SIG/SMG/BV-25-C - init /TP/SIG/SMG/BV-25-C - setup /TP/SIG/SMG/BV-25-C - setup complete /TP/SIG/SMG/BV-25-C - run /TP/SIG/SMG/BV-25-C - test passed /TP/SIG/SMG/BV-25-C - teardown /TP/SIG/SMG/BV-25-C - teardown complete /TP/SIG/SMG/BV-25-C - done /TP/SIG/SMG/BV-26-C - init /TP/SIG/SMG/BV-26-C - setup /TP/SIG/SMG/BV-26-C - setup complete /TP/SIG/SMG/BV-26-C - run /TP/SIG/SMG/BV-26-C - test passed /TP/SIG/SMG/BV-26-C - teardown /TP/SIG/SMG/BV-26-C - teardown complete /TP/SIG/SMG/BV-26-C - done /TP/SIG/SMG/BV-27-C - init /TP/SIG/SMG/BV-27-C - setup /TP/SIG/SMG/BV-27-C - setup complete /TP/SIG/SMG/BV-27-C - run /TP/SIG/SMG/BV-27-C - test passed /TP/SIG/SMG/BV-27-C - teardown /TP/SIG/SMG/BV-27-C - teardown complete /TP/SIG/SMG/BV-27-C - done /TP/SIG/SMG/BV-28-C - init /TP/SIG/SMG/BV-28-C - setup /TP/SIG/SMG/BV-28-C - setup complete /TP/SIG/SMG/BV-28-C - run /TP/SIG/SMG/BV-28-C - test passed /TP/SIG/SMG/BV-28-C - teardown /TP/SIG/SMG/BV-28-C - teardown complete /TP/SIG/SMG/BV-28-C - done /TP/SIG/SMG/BV-31-C - init /TP/SIG/SMG/BV-31-C - setup /TP/SIG/SMG/BV-31-C - setup complete /TP/SIG/SMG/BV-31-C - run /TP/SIG/SMG/BV-31-C - test passed /TP/SIG/SMG/BV-31-C - teardown /TP/SIG/SMG/BV-31-C - teardown complete /TP/SIG/SMG/BV-31-C - done /TP/SIG/SMG/BI-01-C - init /TP/SIG/SMG/BI-01-C - setup /TP/SIG/SMG/BI-01-C - setup complete /TP/SIG/SMG/BI-01-C - run /TP/SIG/SMG/BI-01-C - test passed /TP/SIG/SMG/BI-01-C - teardown /TP/SIG/SMG/BI-01-C - teardown complete /TP/SIG/SMG/BI-01-C - done /TP/SIG/SMG/BI-02-C - init /TP/SIG/SMG/BI-02-C - setup /TP/SIG/SMG/BI-02-C - setup complete /TP/SIG/SMG/BI-02-C - run /TP/SIG/SMG/BI-02-C - test passed /TP/SIG/SMG/BI-02-C - teardown /TP/SIG/SMG/BI-02-C - teardown complete /TP/SIG/SMG/BI-02-C - done /TP/SIG/SMG/BI-03-C - init /TP/SIG/SMG/BI-03-C - setup /TP/SIG/SMG/BI-03-C - setup complete /TP/SIG/SMG/BI-03-C - run /TP/SIG/SMG/BI-03-C - test passed /TP/SIG/SMG/BI-03-C - teardown /TP/SIG/SMG/BI-03-C - teardown complete /TP/SIG/SMG/BI-03-C - done /TP/SIG/SMG/BI-04-C - init /TP/SIG/SMG/BI-04-C - setup /TP/SIG/SMG/BI-04-C - setup complete /TP/SIG/SMG/BI-04-C - run /TP/SIG/SMG/BI-04-C - test passed /TP/SIG/SMG/BI-04-C - teardown /TP/SIG/SMG/BI-04-C - teardown complete /TP/SIG/SMG/BI-04-C - done /TP/SIG/SMG/BI-05-C - init /TP/SIG/SMG/BI-05-C - setup /TP/SIG/SMG/BI-05-C - setup complete /TP/SIG/SMG/BI-05-C - run /TP/SIG/SMG/BI-05-C - test passed /TP/SIG/SMG/BI-05-C - teardown /TP/SIG/SMG/BI-05-C - teardown complete /TP/SIG/SMG/BI-05-C - done /TP/SIG/SMG/BI-06-C - init /TP/SIG/SMG/BI-06-C - setup /TP/SIG/SMG/BI-06-C - setup complete /TP/SIG/SMG/BI-06-C - run /TP/SIG/SMG/BI-06-C - test passed /TP/SIG/SMG/BI-06-C - teardown /TP/SIG/SMG/BI-06-C - teardown complete /TP/SIG/SMG/BI-06-C - done /TP/SIG/SMG/BI-07-C - init /TP/SIG/SMG/BI-07-C - setup /TP/SIG/SMG/BI-07-C - setup complete /TP/SIG/SMG/BI-07-C - run /TP/SIG/SMG/BI-07-C - test passed /TP/SIG/SMG/BI-07-C - teardown /TP/SIG/SMG/BI-07-C - teardown complete /TP/SIG/SMG/BI-07-C - done /TP/SIG/SMG/BI-08-C - init /TP/SIG/SMG/BI-08-C - setup /TP/SIG/SMG/BI-08-C - setup complete /TP/SIG/SMG/BI-08-C - run /TP/SIG/SMG/BI-08-C - test passed /TP/SIG/SMG/BI-08-C - teardown /TP/SIG/SMG/BI-08-C - teardown complete /TP/SIG/SMG/BI-08-C - done /TP/SIG/SMG/BI-09-C - init /TP/SIG/SMG/BI-09-C - setup /TP/SIG/SMG/BI-09-C - setup complete /TP/SIG/SMG/BI-09-C - run /TP/SIG/SMG/BI-09-C - test passed /TP/SIG/SMG/BI-09-C - teardown /TP/SIG/SMG/BI-09-C - teardown complete /TP/SIG/SMG/BI-09-C - done /TP/SIG/SMG/BI-10-C - init /TP/SIG/SMG/BI-10-C - setup /TP/SIG/SMG/BI-10-C - setup complete /TP/SIG/SMG/BI-10-C - run /TP/SIG/SMG/BI-10-C - test passed /TP/SIG/SMG/BI-10-C - teardown /TP/SIG/SMG/BI-10-C - teardown complete /TP/SIG/SMG/BI-10-C - done /TP/SIG/SMG/BI-11-C - init /TP/SIG/SMG/BI-11-C - setup /TP/SIG/SMG/BI-11-C - setup complete /TP/SIG/SMG/BI-11-C - run /TP/SIG/SMG/BI-11-C - test passed /TP/SIG/SMG/BI-11-C - teardown /TP/SIG/SMG/BI-11-C - teardown complete /TP/SIG/SMG/BI-11-C - done /TP/SIG/SMG/BI-17-C - init /TP/SIG/SMG/BI-17-C - setup /TP/SIG/SMG/BI-17-C - setup complete /TP/SIG/SMG/BI-17-C - run /TP/SIG/SMG/BI-17-C - test passed /TP/SIG/SMG/BI-17-C - teardown /TP/SIG/SMG/BI-17-C - teardown complete /TP/SIG/SMG/BI-17-C - done /TP/SIG/SMG/BI-18-C - init /TP/SIG/SMG/BI-18-C - setup /TP/SIG/SMG/BI-18-C - setup complete /TP/SIG/SMG/BI-18-C - run /TP/SIG/SMG/BI-18-C - test passed /TP/SIG/SMG/BI-18-C - teardown /TP/SIG/SMG/BI-18-C - teardown complete /TP/SIG/SMG/BI-18-C - done /TP/SIG/SMG/BI-19-C - init /TP/SIG/SMG/BI-19-C - setup /TP/SIG/SMG/BI-19-C - setup complete /TP/SIG/SMG/BI-19-C - run /TP/SIG/SMG/BI-19-C - test passed /TP/SIG/SMG/BI-19-C - teardown /TP/SIG/SMG/BI-19-C - teardown complete /TP/SIG/SMG/BI-19-C - done /TP/SIG/SMG/BI-20-C - init /TP/SIG/SMG/BI-20-C - setup /TP/SIG/SMG/BI-20-C - setup complete /TP/SIG/SMG/BI-20-C - run /TP/SIG/SMG/BI-20-C - test passed /TP/SIG/SMG/BI-20-C - teardown /TP/SIG/SMG/BI-20-C - teardown complete /TP/SIG/SMG/BI-20-C - done /TP/SIG/SMG/BI-21-C - init /TP/SIG/SMG/BI-21-C - setup /TP/SIG/SMG/BI-21-C - setup complete /TP/SIG/SMG/BI-21-C - run /TP/SIG/SMG/BI-21-C - test passed /TP/SIG/SMG/BI-21-C - teardown /TP/SIG/SMG/BI-21-C - teardown complete /TP/SIG/SMG/BI-21-C - done /TP/SIG/SMG/BI-22-C - init /TP/SIG/SMG/BI-22-C - setup /TP/SIG/SMG/BI-22-C - setup complete /TP/SIG/SMG/BI-22-C - run /TP/SIG/SMG/BI-22-C - test passed /TP/SIG/SMG/BI-22-C - teardown /TP/SIG/SMG/BI-22-C - teardown complete /TP/SIG/SMG/BI-22-C - done /TP/SIG/SMG/BI-23-C - init /TP/SIG/SMG/BI-23-C - setup /TP/SIG/SMG/BI-23-C - setup complete /TP/SIG/SMG/BI-23-C - run /TP/SIG/SMG/BI-23-C - test passed /TP/SIG/SMG/BI-23-C - teardown /TP/SIG/SMG/BI-23-C - teardown complete /TP/SIG/SMG/BI-23-C - done /TP/SIG/SMG/BI-24-C - init /TP/SIG/SMG/BI-24-C - setup /TP/SIG/SMG/BI-24-C - setup complete /TP/SIG/SMG/BI-24-C - run /TP/SIG/SMG/BI-24-C - test passed /TP/SIG/SMG/BI-24-C - teardown /TP/SIG/SMG/BI-24-C - teardown complete /TP/SIG/SMG/BI-24-C - done /TP/SIG/SMG/BI-25-C - init /TP/SIG/SMG/BI-25-C - setup /TP/SIG/SMG/BI-25-C - setup complete /TP/SIG/SMG/BI-25-C - run /TP/SIG/SMG/BI-25-C - test passed /TP/SIG/SMG/BI-25-C - teardown /TP/SIG/SMG/BI-25-C - teardown complete /TP/SIG/SMG/BI-25-C - done /TP/SIG/SMG/BI-26-C - init /TP/SIG/SMG/BI-26-C - setup /TP/SIG/SMG/BI-26-C - setup complete /TP/SIG/SMG/BI-26-C - run /TP/SIG/SMG/BI-26-C - test passed /TP/SIG/SMG/BI-26-C - teardown /TP/SIG/SMG/BI-26-C - teardown complete /TP/SIG/SMG/BI-26-C - done /TP/SIG/SMG/BI-27-C - init /TP/SIG/SMG/BI-27-C - setup /TP/SIG/SMG/BI-27-C - setup complete /TP/SIG/SMG/BI-27-C - run /TP/SIG/SMG/BI-27-C - test passed /TP/SIG/SMG/BI-27-C - teardown /TP/SIG/SMG/BI-27-C - teardown complete /TP/SIG/SMG/BI-27-C - done /TP/SIG/SMG/BI-28-C - init /TP/SIG/SMG/BI-28-C - setup /TP/SIG/SMG/BI-28-C - setup complete /TP/SIG/SMG/BI-28-C - run /TP/SIG/SMG/BI-28-C - test passed /TP/SIG/SMG/BI-28-C - teardown /TP/SIG/SMG/BI-28-C - teardown complete /TP/SIG/SMG/BI-28-C - done /TP/SIG/SMG/BI-30-C - init /TP/SIG/SMG/BI-30-C - setup /TP/SIG/SMG/BI-30-C - setup complete /TP/SIG/SMG/BI-30-C - run /TP/SIG/SMG/BI-30-C - test passed /TP/SIG/SMG/BI-30-C - teardown /TP/SIG/SMG/BI-30-C - teardown complete /TP/SIG/SMG/BI-30-C - done /TP/SIG/SMG/ESR04/BI-28-C - init /TP/SIG/SMG/ESR04/BI-28-C - setup /TP/SIG/SMG/ESR04/BI-28-C - setup complete /TP/SIG/SMG/ESR04/BI-28-C - run /TP/SIG/SMG/ESR04/BI-28-C - test passed /TP/SIG/SMG/ESR04/BI-28-C - teardown /TP/SIG/SMG/ESR04/BI-28-C - teardown complete /TP/SIG/SMG/ESR04/BI-28-C - done /TP/SIG/SMG/BI-32-C - init /TP/SIG/SMG/BI-32-C - setup /TP/SIG/SMG/BI-32-C - setup complete /TP/SIG/SMG/BI-32-C - run /TP/SIG/SMG/BI-32-C - test passed /TP/SIG/SMG/BI-32-C - teardown /TP/SIG/SMG/BI-32-C - teardown complete /TP/SIG/SMG/BI-32-C - done /TP/SIG/SMG/BI-33-C - init /TP/SIG/SMG/BI-33-C - setup /TP/SIG/SMG/BI-33-C - setup complete /TP/SIG/SMG/BI-33-C - run /TP/SIG/SMG/BI-33-C - test passed /TP/SIG/SMG/BI-33-C - teardown /TP/SIG/SMG/BI-33-C - teardown complete /TP/SIG/SMG/BI-33-C - done /TP/SIG/SMG/BI-35-C - init /TP/SIG/SMG/BI-35-C - setup /TP/SIG/SMG/BI-35-C - setup complete /TP/SIG/SMG/BI-35-C - run /TP/SIG/SMG/BI-35-C - test passed /TP/SIG/SMG/BI-35-C - teardown /TP/SIG/SMG/BI-35-C - teardown complete /TP/SIG/SMG/BI-35-C - done /TP/SIG/SMG/BI-36-C - init /TP/SIG/SMG/BI-36-C - setup /TP/SIG/SMG/BI-36-C - setup complete /TP/SIG/SMG/BI-36-C - run /TP/SIG/SMG/BI-36-C - test passed /TP/SIG/SMG/BI-36-C - teardown /TP/SIG/SMG/BI-36-C - teardown complete /TP/SIG/SMG/BI-36-C - done /TP/SIG/FRA/BV-01-C - init /TP/SIG/FRA/BV-01-C - setup /TP/SIG/FRA/BV-01-C - setup complete /TP/SIG/FRA/BV-01-C - run /TP/SIG/FRA/BV-01-C - test passed /TP/SIG/FRA/BV-01-C - teardown /TP/SIG/FRA/BV-01-C - teardown complete /TP/SIG/FRA/BV-01-C - done /TP/SIG/FRA/BV-02-C - init /TP/SIG/FRA/BV-02-C - setup /TP/SIG/FRA/BV-02-C - setup complete /TP/SIG/FRA/BV-02-C - run /TP/SIG/FRA/BV-02-C - test passed /TP/SIG/FRA/BV-02-C - teardown /TP/SIG/FRA/BV-02-C - teardown complete /TP/SIG/FRA/BV-02-C - done /TP/SIG/SYN/BV-01-C - init /TP/SIG/SYN/BV-01-C - setup /TP/SIG/SYN/BV-01-C - setup complete /TP/SIG/SYN/BV-01-C - run /TP/SIG/SYN/BV-01-C - test passed /TP/SIG/SYN/BV-01-C - teardown /TP/SIG/SYN/BV-01-C - teardown complete /TP/SIG/SYN/BV-01-C - done /TP/SIG/SYN/BV-02-C - init /TP/SIG/SYN/BV-02-C - setup /TP/SIG/SYN/BV-02-C - setup complete /TP/SIG/SYN/BV-02-C - run /TP/SIG/SYN/BV-02-C - test passed /TP/SIG/SYN/BV-02-C - teardown /TP/SIG/SYN/BV-02-C - teardown complete /TP/SIG/SYN/BV-02-C - done /TP/SIG/SYN/BV-03-C - init /TP/SIG/SYN/BV-03-C - setup /TP/SIG/SYN/BV-03-C - setup complete /TP/SIG/SYN/BV-03-C - run /TP/SIG/SYN/BV-03-C - test passed /TP/SIG/SYN/BV-03-C - teardown /TP/SIG/SYN/BV-03-C - teardown complete /TP/SIG/SYN/BV-03-C - done /TP/SIG/SYN/BV-04-C - init /TP/SIG/SYN/BV-04-C - setup /TP/SIG/SYN/BV-04-C - setup complete /TP/SIG/SYN/BV-04-C - run /TP/SIG/SYN/BV-04-C - test passed /TP/SIG/SYN/BV-04-C - teardown /TP/SIG/SYN/BV-04-C - teardown complete /TP/SIG/SYN/BV-04-C - done /TP/SIG/SYN/BV-05-C - init /TP/SIG/SYN/BV-05-C - setup /TP/SIG/SYN/BV-05-C - setup complete /TP/SIG/SYN/BV-05-C - run /TP/SIG/SYN/BV-05-C - test passed /TP/SIG/SYN/BV-05-C - teardown /TP/SIG/SYN/BV-05-C - teardown complete /TP/SIG/SYN/BV-05-C - done /TP/SIG/SYN/BV-06-C - init /TP/SIG/SYN/BV-06-C - setup /TP/SIG/SYN/BV-06-C - setup complete /TP/SIG/SYN/BV-06-C - run /TP/SIG/SYN/BV-06-C - test passed /TP/SIG/SYN/BV-06-C - teardown /TP/SIG/SYN/BV-06-C - teardown complete /TP/SIG/SYN/BV-06-C - done  Test Summary ------------ /TP/SIG/SMG/BV-06-C-SEID-1 Passed  0.003 seconds /TP/SIG/SMG/BV-06-C-SEID-2 Passed  0.001 seconds /TP/SIG/SMG/BV-05-C Passed  0.000 seconds /TP/SIG/SMG/BV-06-C Passed  0.000 seconds /TP/SIG/SMG/BV-07-C Passed  0.001 seconds /TP/SIG/SMG/BV-08-C Passed  0.001 seconds /TP/SIG/SMG/BV-09-C Passed  0.001 seconds /TP/SIG/SMG/BV-10-C Passed  0.001 seconds /TP/SIG/SMG/BV-11-C Passed  0.001 seconds /TP/SIG/SMG/BV-12-C Passed  0.001 seconds /TP/SIG/SMG/BV-15-C Passed  0.001 seconds /TP/SIG/SMG/BV-16-C Passed  0.003 seconds /TP/SIG/SMG/BV-17-C Passed  0.001 seconds /TP/SIG/SMG/BV-18-C Passed  0.001 seconds /TP/SIG/SMG/BV-19-C Passed  0.001 seconds /TP/SIG/SMG/BV-20-C Passed  0.001 seconds /TP/SIG/SMG/BV-21-C Passed  0.001 seconds /TP/SIG/SMG/BV-22-C Passed  0.001 seconds /TP/SIG/SMG/BV-23-C Passed  0.001 seconds /TP/SIG/SMG/BV-24-C Passed  0.002 seconds /TP/SIG/SMG/BV-25-C Passed  0.001 seconds /TP/SIG/SMG/BV-26-C Passed  0.001 seconds /TP/SIG/SMG/BV-27-C Passed  0.000 seconds /TP/SIG/SMG/BV-28-C Passed  0.000 seconds /TP/SIG/SMG/BV-31-C Passed  0.000 seconds /TP/SIG/SMG/BI-01-C Passed  0.000 seconds /TP/SIG/SMG/BI-02-C Passed  1.731 seconds /TP/SIG/SMG/BI-03-C Passed  0.001 seconds /TP/SIG/SMG/BI-04-C Passed  0.001 seconds /TP/SIG/SMG/BI-05-C Passed  0.001 seconds /TP/SIG/SMG/BI-06-C Passed  0.001 seconds /TP/SIG/SMG/BI-07-C Passed  0.001 seconds /TP/SIG/SMG/BI-08-C Passed  0.001 seconds /TP/SIG/SMG/BI-09-C Passed  0.001 seconds /TP/SIG/SMG/BI-10-C Passed  0.000 seconds /TP/SIG/SMG/BI-11-C Passed  0.000 seconds /TP/SIG/SMG/BI-17-C Passed  0.000 seconds /TP/SIG/SMG/BI-18-C Passed  0.000 seconds /TP/SIG/SMG/BI-19-C Passed  0.000 seconds /TP/SIG/SMG/BI-20-C Passed  0.000 seconds /TP/SIG/SMG/BI-21-C Passed  0.000 seconds /TP/SIG/SMG/BI-22-C Passed  0.000 seconds /TP/SIG/SMG/BI-23-C Passed  0.000 seconds /TP/SIG/SMG/BI-24-C Passed  0.000 seconds /TP/SIG/SMG/BI-25-C Passed  0.000 seconds /TP/SIG/SMG/BI-26-C Passed  0.000 seconds /TP/SIG/SMG/BI-27-C Passed  0.000 seconds /TP/SIG/SMG/BI-28-C Passed  0.000 seconds /TP/SIG/SMG/BI-30-C Passed  0.000 seconds /TP/SIG/SMG/ESR04/BI-28-C Passed  0.000 seconds /TP/SIG/SMG/BI-32-C Passed  0.000 seconds /TP/SIG/SMG/BI-33-C Passed  0.000 seconds /TP/SIG/SMG/BI-35-C Passed  0.000 seconds /TP/SIG/SMG/BI-36-C Passed  0.000 seconds /TP/SIG/FRA/BV-01-C Passed  0.000 seconds /TP/SIG/FRA/BV-02-C Passed  0.000 seconds /TP/SIG/SYN/BV-01-C Passed  0.000 seconds /TP/SIG/SYN/BV-02-C Passed  0.000 seconds /TP/SIG/SYN/BV-03-C Passed  0.000 seconds /TP/SIG/SYN/BV-04-C Passed  0.000 seconds /TP/SIG/SYN/BV-05-C Passed  0.000 seconds /TP/SIG/SYN/BV-06-C Passed  0.000 seconds Total: 62, Passed: 62 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 1.77 seconds PASS: test-avdtp /TP/MPS/BV-01-C - init /TP/MPS/BV-01-C - setup /TP/MPS/BV-01-C - setup complete /TP/MPS/BV-01-C - run /TP/MPS/BV-01-C - test passed /TP/MPS/BV-01-C - teardown /TP/MPS/BV-01-C - teardown complete /TP/MPS/BV-01-C - done /TP/MPS/BV-02-C - init /TP/MPS/BV-02-C - setup /TP/MPS/BV-02-C - setup complete /TP/MPS/BV-02-C - run /TP/MPS/BV-02-C - test passed /TP/MPS/BV-02-C - teardown /TP/MPS/BV-02-C - teardown complete /TP/MPS/BV-02-C - done /TP/MPS/BV-03-C - init /TP/MPS/BV-03-C - setup /TP/MPS/BV-03-C - setup complete /TP/MPS/BV-03-C - run /TP/MPS/BV-03-C - test passed /TP/MPS/BV-03-C - teardown /TP/MPS/BV-03-C - teardown complete /TP/MPS/BV-03-C - done /TP/MPS/BV-04-C - init /TP/MPS/BV-04-C - setup /TP/MPS/BV-04-C - setup complete /TP/MPS/BV-04-C - run /TP/MPS/BV-04-C - test passed /TP/MPS/BV-04-C - teardown /TP/MPS/BV-04-C - teardown complete /TP/MPS/BV-04-C - done /TP/MPS/BV-05-C - init /TP/MPS/BV-05-C - setup /TP/MPS/BV-05-C - setup complete /TP/MPS/BV-05-C - run /TP/MPS/BV-05-C - test passed /TP/MPS/BV-05-C - teardown /TP/MPS/BV-05-C - teardown complete /TP/MPS/BV-05-C - done /TP/MPS/BV-06-C - init /TP/MPS/BV-06-C - setup /TP/MPS/BV-06-C - setup complete /TP/MPS/BV-06-C - run /TP/MPS/BV-06-C - test passed /TP/MPS/BV-06-C - teardown /TP/MPS/BV-06-C - teardown complete /TP/MPS/BV-06-C - done /TP/MPS/BV-07-C - init /TP/MPS/BV-07-C - setup /TP/MPS/BV-07-C - setup complete /TP/MPS/BV-07-C - run /TP/MPS/BV-07-C - test passed /TP/MPS/BV-07-C - teardown /TP/MPS/BV-07-C - teardown complete /TP/MPS/BV-07-C - done /TP/MPS/BV-08-C - init /TP/MPS/BV-08-C - setup /TP/MPS/BV-08-C - setup complete /TP/MPS/BV-08-C - run /TP/MPS/BV-08-C - test passed /TP/MPS/BV-08-C - teardown /TP/MPS/BV-08-C - teardown complete /TP/MPS/BV-08-C - done /TP/MPS/BV-09-C - init /TP/MPS/BV-09-C - setup /TP/MPS/BV-09-C - setup complete /TP/MPS/BV-09-C - run /TP/MPS/BV-09-C - test passed /TP/MPS/BV-09-C - teardown /TP/MPS/BV-09-C - teardown complete /TP/MPS/BV-09-C - done /TP/MPS/BI-01-C - init /TP/MPS/BI-01-C - setup /TP/MPS/BI-01-C - setup complete /TP/MPS/BI-01-C - run /TP/MPS/BI-01-C - test passed /TP/MPS/BI-01-C - teardown /TP/MPS/BI-01-C - teardown complete /TP/MPS/BI-01-C - done /TP/MPS/BI-02-C - init /TP/MPS/BI-02-C - setup /TP/MPS/BI-02-C - setup complete /TP/MPS/BI-02-C - run /TP/MPS/BI-02-C - test passed /TP/MPS/BI-02-C - teardown /TP/MPS/BI-02-C - teardown complete /TP/MPS/BI-02-C - done /TP/MCN/CB/BV-01-C - init /TP/MCN/CB/BV-01-C - setup /TP/MCN/CB/BV-01-C - setup complete /TP/MCN/CB/BV-01-C - run /TP/MCN/CB/BV-01-C - test passed /TP/MCN/CB/BV-01-C - teardown /TP/MCN/CB/BV-01-C - teardown complete /TP/MCN/CB/BV-01-C - done /TP/MCN/CB/BV-02-C - init /TP/MCN/CB/BV-02-C - setup /TP/MCN/CB/BV-02-C - setup complete /TP/MCN/CB/BV-02-C - run /TP/MCN/CB/BV-02-C - test passed /TP/MCN/CB/BV-02-C - teardown /TP/MCN/CB/BV-02-C - teardown complete /TP/MCN/CB/BV-02-C - done /TP/MCN/CB/BV-03-C - init /TP/MCN/CB/BV-03-C - setup /TP/MCN/CB/BV-03-C - setup complete /TP/MCN/CB/BV-03-C - run /TP/MCN/CB/BV-03-C - test passed /TP/MCN/CB/BV-03-C - teardown /TP/MCN/CB/BV-03-C - teardown complete /TP/MCN/CB/BV-03-C - done /TP/MCN/CB/BV-04-C - init /TP/MCN/CB/BV-04-C - setup /TP/MCN/CB/BV-04-C - setup complete /TP/MCN/CB/BV-04-C - run /TP/MCN/CB/BV-04-C - test passed /TP/MCN/CB/BV-04-C - teardown /TP/MCN/CB/BV-04-C - teardown complete /TP/MCN/CB/BV-04-C - done /TP/MCN/CB/BV-05-C - init /TP/MCN/CB/BV-05-C - setup /TP/MCN/CB/BV-05-C - setup complete /TP/MCN/CB/BV-05-C - run /TP/MCN/CB/BV-05-C - test passed /TP/MCN/CB/BV-05-C - teardown /TP/MCN/CB/BV-05-C - teardown complete /TP/MCN/CB/BV-05-C - done /TP/MCN/CB/BV-06-C - init /TP/MCN/CB/BV-06-C - setup /TP/MCN/CB/BV-06-C - setup complete /TP/MCN/CB/BV-06-C - run /TP/MCN/CB/BV-06-C - test passed /TP/MCN/CB/BV-06-C - teardown /TP/MCN/CB/BV-06-C - teardown complete /TP/MCN/CB/BV-06-C - done /TP/MCN/CB/BV-07-C - init /TP/MCN/CB/BV-07-C - setup /TP/MCN/CB/BV-07-C - setup complete /TP/MCN/CB/BV-07-C - run /TP/MCN/CB/BV-07-C - test passed /TP/MCN/CB/BV-07-C - teardown /TP/MCN/CB/BV-07-C - teardown complete /TP/MCN/CB/BV-07-C - done /TP/MCN/CB/BV-08-C - init /TP/MCN/CB/BV-08-C - setup /TP/MCN/CB/BV-08-C - setup complete /TP/MCN/CB/BV-08-C - run /TP/MCN/CB/BV-08-C - test passed /TP/MCN/CB/BV-08-C - teardown /TP/MCN/CB/BV-08-C - teardown complete /TP/MCN/CB/BV-08-C - done /TP/MCN/CB/BV-09-C - init /TP/MCN/CB/BV-09-C - setup /TP/MCN/CB/BV-09-C - setup complete /TP/MCN/CB/BV-09-C - run /TP/MCN/CB/BV-09-C - test passed /TP/MCN/CB/BV-09-C - teardown /TP/MCN/CB/BV-09-C - teardown complete /TP/MCN/CB/BV-09-C - done /TP/MCN/CB/BV-10-C - init /TP/MCN/CB/BV-10-C - setup /TP/MCN/CB/BV-10-C - setup complete /TP/MCN/CB/BV-10-C - run /TP/MCN/CB/BV-10-C - test passed /TP/MCN/CB/BV-10-C - teardown /TP/MCN/CB/BV-10-C - teardown complete /TP/MCN/CB/BV-10-C - done /TP/MCN/CB/BV-11-C - init /TP/MCN/CB/BV-11-C - setup /TP/MCN/CB/BV-11-C - setup complete /TP/MCN/CB/BV-11-C - run /TP/MCN/CB/BV-11-C - test passed /TP/MCN/CB/BV-11-C - teardown /TP/MCN/CB/BV-11-C - teardown complete /TP/MCN/CB/BV-11-C - done /TP/MCN/CB/BI-01-C - init /TP/MCN/CB/BI-01-C - setup /TP/MCN/CB/BI-01-C - setup complete /TP/MCN/CB/BI-01-C - run /TP/MCN/CB/BI-01-C - test passed /TP/MCN/CB/BI-01-C - teardown /TP/MCN/CB/BI-01-C - teardown complete /TP/MCN/CB/BI-01-C - done /TP/MCN/CB/BI-02-C - init /TP/MCN/CB/BI-02-C - setup /TP/MCN/CB/BI-02-C - setup complete /TP/MCN/CB/BI-02-C - run /TP/MCN/CB/BI-02-C - test passed /TP/MCN/CB/BI-02-C - teardown /TP/MCN/CB/BI-02-C - teardown complete /TP/MCN/CB/BI-02-C - done /TP/MCN/CB/BI-03-C - init /TP/MCN/CB/BI-03-C - setup /TP/MCN/CB/BI-03-C - setup complete /TP/MCN/CB/BI-03-C - run /TP/MCN/CB/BI-03-C - test passed /TP/MCN/CB/BI-03-C - teardown /TP/MCN/CB/BI-03-C - teardown complete /TP/MCN/CB/BI-03-C - done /TP/MCN/CB/BI-04-C - init /TP/MCN/CB/BI-04-C - setup /TP/MCN/CB/BI-04-C - setup complete /TP/MCN/CB/BI-04-C - run /TP/MCN/CB/BI-04-C - test passed /TP/MCN/CB/BI-04-C - teardown /TP/MCN/CB/BI-04-C - teardown complete /TP/MCN/CB/BI-04-C - done /TP/MCN/CB/BI-05-C - init /TP/MCN/CB/BI-05-C - setup /TP/MCN/CB/BI-05-C - setup complete /TP/MCN/CB/BI-05-C - run /TP/MCN/CB/BI-05-C - test passed /TP/MCN/CB/BI-05-C - teardown /TP/MCN/CB/BI-05-C - teardown complete /TP/MCN/CB/BI-05-C - done /TP/MCN/SRC/BV-01-C - init /TP/MCN/SRC/BV-01-C - setup /TP/MCN/SRC/BV-01-C - setup complete /TP/MCN/SRC/BV-01-C - run /TP/MCN/SRC/BV-01-C - test passed /TP/MCN/SRC/BV-01-C - teardown /TP/MCN/SRC/BV-01-C - teardown complete /TP/MCN/SRC/BV-01-C - done /TP/MCN/SRC/BV-02-C - init /TP/MCN/SRC/BV-02-C - setup /TP/MCN/SRC/BV-02-C - setup complete /TP/MCN/SRC/BV-02-C - run /TP/MCN/SRC/BV-02-C - test passed /TP/MCN/SRC/BV-02-C - teardown /TP/MCN/SRC/BV-02-C - teardown complete /TP/MCN/SRC/BV-02-C - done /TP/MCN/SRC/BV-03-C - init /TP/MCN/SRC/BV-03-C - setup /TP/MCN/SRC/BV-03-C - setup complete /TP/MCN/SRC/BV-03-C - run /TP/MCN/SRC/BV-03-C - test passed /TP/MCN/SRC/BV-03-C - teardown /TP/MCN/SRC/BV-03-C - teardown complete /TP/MCN/SRC/BV-03-C - done /TP/MCN/SCR/BV-04-C - init /TP/MCN/SCR/BV-04-C - setup /TP/MCN/SCR/BV-04-C - setup complete /TP/MCN/SCR/BV-04-C - run /TP/MCN/SCR/BV-04-C - test passed /TP/MCN/SCR/BV-04-C - teardown /TP/MCN/SCR/BV-04-C - teardown complete /TP/MCN/SCR/BV-04-C - done /TP/MCN/SRC/BV-05-C - init /TP/MCN/SRC/BV-05-C - setup /TP/MCN/SRC/BV-05-C - setup complete /TP/MCN/SRC/BV-05-C - run /TP/MCN/SRC/BV-05-C - test passed /TP/MCN/SRC/BV-05-C - teardown /TP/MCN/SRC/BV-05-C - teardown complete /TP/MCN/SRC/BV-05-C - done /TP/MCN/SRC/BV-06-C - init /TP/MCN/SRC/BV-06-C - setup /TP/MCN/SRC/BV-06-C - setup complete /TP/MCN/SRC/BV-06-C - run /TP/MCN/SRC/BV-06-C - test passed /TP/MCN/SRC/BV-06-C - teardown /TP/MCN/SRC/BV-06-C - teardown complete /TP/MCN/SRC/BV-06-C - done /TP/MCN/NP/BV-01-C - init /TP/MCN/NP/BV-01-C - setup /TP/MCN/NP/BV-01-C - setup complete /TP/MCN/NP/BV-01-C - run /TP/MCN/NP/BV-01-C - test passed /TP/MCN/NP/BV-01-C - teardown /TP/MCN/NP/BV-01-C - teardown complete /TP/MCN/NP/BV-01-C - done /TP/MCN/NP/BV-02-C - init /TP/MCN/NP/BV-02-C - setup /TP/MCN/NP/BV-02-C - setup complete /TP/MCN/NP/BV-02-C - run /TP/MCN/NP/BV-02-C - test passed /TP/MCN/NP/BV-02-C - teardown /TP/MCN/NP/BV-02-C - teardown complete /TP/MCN/NP/BV-02-C - done /TP/MCN/NP/BV-03-C - init /TP/MCN/NP/BV-03-C - setup /TP/MCN/NP/BV-03-C - setup complete /TP/MCN/NP/BV-03-C - run /TP/MCN/NP/BV-03-C - test passed /TP/MCN/NP/BV-03-C - teardown /TP/MCN/NP/BV-03-C - teardown complete /TP/MCN/NP/BV-03-C - done /TP/MCN/NP/BV-04-C - init /TP/MCN/NP/BV-04-C - setup /TP/MCN/NP/BV-04-C - setup complete /TP/MCN/NP/BV-04-C - run /TP/MCN/NP/BV-04-C - test passed /TP/MCN/NP/BV-04-C - teardown /TP/MCN/NP/BV-04-C - teardown complete /TP/MCN/NP/BV-04-C - done /TP/MCN/NP/BV-05-C - init /TP/MCN/NP/BV-05-C - setup /TP/MCN/NP/BV-05-C - setup complete /TP/MCN/NP/BV-05-C - run /TP/MCN/NP/BV-05-C - test passed /TP/MCN/NP/BV-05-C - teardown /TP/MCN/NP/BV-05-C - teardown complete /TP/MCN/NP/BV-05-C - done /TP/MCN/NP/BV-06-C - init /TP/MCN/NP/BV-06-C - setup /TP/MCN/NP/BV-06-C - setup complete /TP/MCN/NP/BV-06-C - run /TP/MCN/NP/BV-06-C - test passed /TP/MCN/NP/BV-06-C - teardown /TP/MCN/NP/BV-06-C - teardown complete /TP/MCN/NP/BV-06-C - done /TP/MCN/NP/BV-07-C - init /TP/MCN/NP/BV-07-C - setup /TP/MCN/NP/BV-07-C - setup complete /TP/MCN/NP/BV-07-C - run /TP/MCN/NP/BV-07-C - test passed /TP/MCN/NP/BV-07-C - teardown /TP/MCN/NP/BV-07-C - teardown complete /TP/MCN/NP/BV-07-C - done /TP/MCN/NP/BV-08-C - init /TP/MCN/NP/BV-08-C - setup /TP/MCN/NP/BV-08-C - setup complete /TP/MCN/NP/BV-08-C - run /TP/MCN/NP/BV-08-C - test passed /TP/MCN/NP/BV-08-C - teardown /TP/MCN/NP/BV-08-C - teardown complete /TP/MCN/NP/BV-08-C - done /TP/MCN/CB/BV-09-C - init /TP/MCN/CB/BV-09-C - setup /TP/MCN/CB/BV-09-C - setup complete /TP/MCN/CB/BV-09-C - run /TP/MCN/CB/BV-09-C - test passed /TP/MCN/CB/BV-09-C - teardown /TP/MCN/CB/BV-09-C - teardown complete /TP/MCN/CB/BV-09-C - done /TP/MCN/NP/BI-01-C - init /TP/MCN/NP/BI-01-C - setup /TP/MCN/NP/BI-01-C - setup complete /TP/MCN/NP/BI-01-C - run /TP/MCN/NP/BI-01-C - test passed /TP/MCN/NP/BI-01-C - teardown /TP/MCN/NP/BI-01-C - teardown complete /TP/MCN/NP/BI-01-C - done /TP/MCN/NP/BI-02-C - init /TP/MCN/NP/BI-02-C - setup /TP/MCN/NP/BI-02-C - setup complete /TP/MCN/NP/BI-02-C - run /TP/MCN/NP/BI-02-C - test passed /TP/MCN/NP/BI-02-C - teardown /TP/MCN/NP/BI-02-C - teardown complete /TP/MCN/NP/BI-02-C - done /TP/MPS/BV-01-I - init /TP/MPS/BV-01-I - setup /TP/MPS/BV-01-I - setup complete /TP/MPS/BV-01-I - run /TP/MPS/BV-01-I - test passed /TP/MPS/BV-01-I - teardown /TP/MPS/BV-01-I - teardown complete /TP/MPS/BV-01-I - done /TP/CON/BV-01-C - init /TP/CON/BV-01-C - setup /TP/CON/BV-01-C - setup complete /TP/CON/BV-01-C - run /TP/CON/BV-01-C - test passed /TP/CON/BV-01-C - teardown /TP/CON/BV-01-C - teardown complete /TP/CON/BV-01-C - done /TP/CON/BV-02-C - init /TP/CON/BV-02-C - setup /TP/CON/BV-02-C - setup complete /TP/CON/BV-02-C - run /TP/CON/BV-02-C - test passed /TP/CON/BV-02-C - teardown /TP/CON/BV-02-C - teardown complete /TP/CON/BV-02-C - done /TP/CON/BV-03-C - init /TP/CON/BV-03-C - setup /TP/CON/BV-03-C - setup complete /TP/CON/BV-03-C - run /TP/CON/BV-03-C - test passed /TP/CON/BV-03-C - teardown /TP/CON/BV-03-C - teardown complete /TP/CON/BV-03-C - done /TP/CON/BV-04-C - init /TP/CON/BV-04-C - setup /TP/CON/BV-04-C - setup complete /TP/CON/BV-04-C - run /TP/CON/BV-04-C - test passed /TP/CON/BV-04-C - teardown /TP/CON/BV-04-C - teardown complete /TP/CON/BV-04-C - done /TP/CON/BV-05-C - init /TP/CON/BV-05-C - setup /TP/CON/BV-05-C - setup complete /TP/CON/BV-05-C - run /TP/CON/BV-05-C - test passed /TP/CON/BV-05-C - teardown /TP/CON/BV-05-C - teardown complete /TP/CON/BV-05-C - done /TP/CEC/BV-01-I - init /TP/CEC/BV-01-I - setup /TP/CEC/BV-01-I - setup complete /TP/CEC/BV-01-I - run /TP/CEC/BV-01-I - test passed /TP/CEC/BV-01-I - teardown /TP/CEC/BV-01-I - teardown complete /TP/CEC/BV-01-I - done /TP/CEC/BV-02-I - init /TP/CEC/BV-02-I - setup /TP/CEC/BV-02-I - setup complete /TP/CEC/BV-02-I - run /TP/CEC/BV-02-I - test passed /TP/CEC/BV-02-I - teardown /TP/CEC/BV-02-I - teardown complete /TP/CEC/BV-02-I - done /TP/CRC/BV-01-I - init /TP/CRC/BV-01-I - setup /TP/CRC/BV-01-I - setup complete /TP/CRC/BV-01-I - run /TP/CRC/BV-01-I - test passed /TP/CRC/BV-01-I - teardown /TP/CRC/BV-01-I - teardown complete /TP/CRC/BV-01-I - done /TP/CRC/BV-02-I - init /TP/CRC/BV-02-I - setup /TP/CRC/BV-02-I - setup complete /TP/CRC/BV-02-I - run /TP/CRC/BV-02-I - test passed /TP/CRC/BV-02-I - teardown /TP/CRC/BV-02-I - teardown complete /TP/CRC/BV-02-I - done /TP/ICC/BV-01-I - init /TP/ICC/BV-01-I - setup /TP/ICC/BV-01-I - setup complete /TP/ICC/BV-01-I - run /TP/ICC/BV-01-I - test passed /TP/ICC/BV-01-I - teardown /TP/ICC/BV-01-I - teardown complete /TP/ICC/BV-01-I - done /TP/ICC/BV-02-I - init /TP/ICC/BV-02-I - setup /TP/ICC/BV-02-I - setup complete /TP/ICC/BV-02-I - run /TP/ICC/BV-02-I - test passed /TP/ICC/BV-02-I - teardown /TP/ICC/BV-02-I - teardown complete /TP/ICC/BV-02-I - done /TP/PTT/BV-01-I - init /TP/PTT/BV-01-I - setup /TP/PTT/BV-01-I - setup complete /TP/PTT/BV-01-I - run /TP/PTT/BV-01-I - test passed /TP/PTT/BV-01-I - teardown /TP/PTT/BV-01-I - teardown complete /TP/PTT/BV-01-I - done /TP/PTT/BV-02-I - init /TP/PTT/BV-02-I - setup /TP/PTT/BV-02-I - setup complete /TP/PTT/BV-02-I - run /TP/PTT/BV-02-I - test passed /TP/PTT/BV-02-I - teardown /TP/PTT/BV-02-I - teardown complete /TP/PTT/BV-02-I - done /TP/PTT/BV-03-I - init /TP/PTT/BV-03-I - setup /TP/PTT/BV-03-I - setup complete /TP/PTT/BV-03-I - run /TP/PTT/BV-03-I - test passed /TP/PTT/BV-03-I - teardown /TP/PTT/BV-03-I - teardown complete /TP/PTT/BV-03-I - done /TP/PTT/BV-04-I - init /TP/PTT/BV-04-I - setup /TP/PTT/BV-04-I - setup complete /TP/PTT/BV-04-I - run /TP/PTT/BV-04-I - test passed /TP/PTT/BV-04-I - teardown /TP/PTT/BV-04-I - teardown complete /TP/PTT/BV-04-I - done /TP/PTT/BV-05-I - init /TP/PTT/BV-05-I - setup /TP/PTT/BV-05-I - setup complete /TP/PTT/BV-05-I - run /TP/PTT/BV-05-I - test passed /TP/PTT/BV-05-I - teardown /TP/PTT/BV-05-I - teardown complete /TP/PTT/BV-05-I - done /TP/CFG/BV-01-C - init /TP/CFG/BV-01-C - setup /TP/CFG/BV-01-C - setup complete /TP/CFG/BV-01-C - run /TP/CFG/BV-01-C - test passed /TP/CFG/BV-01-C - teardown /TP/CFG/BV-01-C - teardown complete /TP/CFG/BV-01-C - done /TP/CFG/BV-02-C - init /TP/CFG/BV-02-C - setup /TP/CFG/BV-02-C - setup complete /TP/CFG/BV-02-C - run /TP/CFG/BV-02-C - test passed /TP/CFG/BV-02-C - teardown /TP/CFG/BV-02-C - teardown complete /TP/CFG/BV-02-C - done /TP/CFG/BI-01-C - init /TP/CFG/BI-01-C - setup /TP/CFG/BI-01-C - setup complete /TP/CFG/BI-01-C - run /TP/CFG/BI-01-C - test passed /TP/CFG/BI-01-C - teardown /TP/CFG/BI-01-C - teardown complete /TP/CFG/BI-01-C - done /TP/PAS/BV-01-C - init /TP/PAS/BV-01-C - setup /TP/PAS/BV-01-C - setup complete /TP/PAS/BV-01-C - run /TP/PAS/BV-01-C - test passed /TP/PAS/BV-01-C - teardown /TP/PAS/BV-01-C - teardown complete /TP/PAS/BV-01-C - done /TP/PAS/BV-02-C - init /TP/PAS/BV-02-C - setup /TP/PAS/BV-02-C - setup complete /TP/PAS/BV-02-C - run /TP/PAS/BV-02-C - test passed /TP/PAS/BV-02-C - teardown /TP/PAS/BV-02-C - teardown complete /TP/PAS/BV-02-C - done /TP/PAS/BV-03-C - init /TP/PAS/BV-03-C - setup /TP/PAS/BV-03-C - setup complete /TP/PAS/BV-03-C - run /TP/PAS/BV-03-C - test passed /TP/PAS/BV-03-C - teardown /TP/PAS/BV-03-C - teardown complete /TP/PAS/BV-03-C - done /TP/PAS/BV-04-C - init /TP/PAS/BV-04-C - setup /TP/PAS/BV-04-C - setup complete /TP/PAS/BV-04-C - run /TP/PAS/BV-04-C - test passed /TP/PAS/BV-04-C - teardown /TP/PAS/BV-04-C - teardown complete /TP/PAS/BV-04-C - done /TP/PAS/BV-05-C - init /TP/PAS/BV-05-C - setup /TP/PAS/BV-05-C - setup complete /TP/PAS/BV-05-C - run /TP/PAS/BV-05-C - test passed /TP/PAS/BV-05-C - teardown /TP/PAS/BV-05-C - teardown complete /TP/PAS/BV-05-C - done /TP/PAS/BV-06-C - init /TP/PAS/BV-06-C - setup /TP/PAS/BV-06-C - setup complete /TP/PAS/BV-06-C - run /TP/PAS/BV-06-C - test passed /TP/PAS/BV-06-C - teardown /TP/PAS/BV-06-C - teardown complete /TP/PAS/BV-06-C - done /TP/PAS/BV-07-C - init /TP/PAS/BV-07-C - setup /TP/PAS/BV-07-C - setup complete /TP/PAS/BV-07-C - run /TP/PAS/BV-07-C - test passed /TP/PAS/BV-07-C - teardown /TP/PAS/BV-07-C - teardown complete /TP/PAS/BV-07-C - done /TP/PAS/BV-08-C - init /TP/PAS/BV-08-C - setup /TP/PAS/BV-08-C - setup complete /TP/PAS/BV-08-C - run /TP/PAS/BV-08-C - test passed /TP/PAS/BV-08-C - teardown /TP/PAS/BV-08-C - teardown complete /TP/PAS/BV-08-C - done /TP/PAS/BV-09-C - init /TP/PAS/BV-09-C - setup /TP/PAS/BV-09-C - setup complete /TP/PAS/BV-09-C - run /TP/PAS/BV-09-C - test passed /TP/PAS/BV-09-C - teardown /TP/PAS/BV-09-C - teardown complete /TP/PAS/BV-09-C - done /TP/PAS/BV-10-C - init /TP/PAS/BV-10-C - setup /TP/PAS/BV-10-C - setup complete /TP/PAS/BV-10-C - run /TP/PAS/BV-10-C - test passed /TP/PAS/BV-10-C - teardown /TP/PAS/BV-10-C - teardown complete /TP/PAS/BV-10-C - done /TP/PAS/BV-11-C - init /TP/PAS/BV-11-C - setup /TP/PAS/BV-11-C - setup complete /TP/PAS/BV-11-C - run /TP/PAS/BV-11-C - test passed /TP/PAS/BV-11-C - teardown /TP/PAS/BV-11-C - teardown complete /TP/PAS/BV-11-C - done /TP/PAS/BI-01-C - init /TP/PAS/BI-01-C - setup /TP/PAS/BI-01-C - setup complete /TP/PAS/BI-01-C - run /TP/PAS/BI-01-C - test passed /TP/PAS/BI-01-C - teardown /TP/PAS/BI-01-C - teardown complete /TP/PAS/BI-01-C - done /TP/PAS/BI-02-C - init /TP/PAS/BI-02-C - setup /TP/PAS/BI-02-C - setup complete /TP/PAS/BI-02-C - run /TP/PAS/BI-02-C - test passed /TP/PAS/BI-02-C - teardown /TP/PAS/BI-02-C - teardown complete /TP/PAS/BI-02-C - done /TP/PAS/BI-03-C - init /TP/PAS/BI-03-C - setup /TP/PAS/BI-03-C - setup complete /TP/PAS/BI-03-C - run /TP/PAS/BI-03-C - test passed /TP/PAS/BI-03-C - teardown /TP/PAS/BI-03-C - teardown complete /TP/PAS/BI-03-C - done /TP/PAS/BI-04-C - init /TP/PAS/BI-04-C - setup /TP/PAS/BI-04-C - setup complete /TP/PAS/BI-04-C - run /TP/PAS/BI-04-C - test passed /TP/PAS/BI-04-C - teardown /TP/PAS/BI-04-C - teardown complete /TP/PAS/BI-04-C - done /TP/PAS/BI-05-C - init /TP/PAS/BI-05-C - setup /TP/PAS/BI-05-C - setup complete /TP/PAS/BI-05-C - run /TP/PAS/BI-05-C - test passed /TP/PAS/BI-05-C - teardown /TP/PAS/BI-05-C - teardown complete /TP/PAS/BI-05-C - done /TP/MDI/BV-01-C - init /TP/MDI/BV-01-C - setup /TP/MDI/BV-01-C - setup complete /TP/MDI/BV-01-C - run /TP/MDI/BV-01-C - test passed /TP/MDI/BV-01-C - teardown /TP/MDI/BV-01-C - teardown complete /TP/MDI/BV-01-C - done /TP/MDI/BV-02-C - init /TP/MDI/BV-02-C - setup /TP/MDI/BV-02-C - setup complete /TP/MDI/BV-02-C - run /TP/MDI/BV-02-C - test passed /TP/MDI/BV-02-C - teardown /TP/MDI/BV-02-C - teardown complete /TP/MDI/BV-02-C - done /TP/MDI/BV-03-C - init /TP/MDI/BV-03-C - setup /TP/MDI/BV-03-C - setup complete /TP/MDI/BV-03-C - run /TP/MDI/BV-03-C - test passed /TP/MDI/BV-03-C - teardown /TP/MDI/BV-03-C - teardown complete /TP/MDI/BV-03-C - done /TP/MDI/BV-04-C - init /TP/MDI/BV-04-C - setup /TP/MDI/BV-04-C - setup complete /TP/MDI/BV-04-C - run /TP/MDI/BV-04-C - test passed /TP/MDI/BV-04-C - teardown /TP/MDI/BV-04-C - teardown complete /TP/MDI/BV-04-C - done /TP/MDI/BV-05-C - init /TP/MDI/BV-05-C - setup /TP/MDI/BV-05-C - setup complete /TP/MDI/BV-05-C - run /TP/MDI/BV-05-C - test passed /TP/MDI/BV-05-C - teardown /TP/MDI/BV-05-C - teardown complete /TP/MDI/BV-05-C - done /TP/NFY/BV-01-C - init /TP/NFY/BV-01-C - setup /TP/NFY/BV-01-C - setup complete /TP/NFY/BV-01-C - run /TP/NFY/BV-01-C - test passed /TP/NFY/BV-01-C - teardown /TP/NFY/BV-01-C - teardown complete /TP/NFY/BV-01-C - done /TP/NFY/BV-02-C - init /TP/NFY/BV-02-C - setup /TP/NFY/BV-02-C - setup complete /TP/NFY/BV-02-C - run /TP/NFY/BV-02-C - test passed /TP/NFY/BV-02-C - teardown /TP/NFY/BV-02-C - teardown complete /TP/NFY/BV-02-C - done /TP/NFY/BV-03-C - init /TP/NFY/BV-03-C - setup /TP/NFY/BV-03-C - setup complete /TP/NFY/BV-03-C - run /TP/NFY/BV-03-C - test passed /TP/NFY/BV-03-C - teardown /TP/NFY/BV-03-C - teardown complete /TP/NFY/BV-03-C - done /TP/NFY/BV-04-C - init /TP/NFY/BV-04-C - setup /TP/NFY/BV-04-C - setup complete /TP/NFY/BV-04-C - run /TP/NFY/BV-04-C - test passed /TP/NFY/BV-04-C - teardown /TP/NFY/BV-04-C - teardown complete /TP/NFY/BV-04-C - done /TP/NFY/BV-05-C - init /TP/NFY/BV-05-C - setup /TP/NFY/BV-05-C - setup complete /TP/NFY/BV-05-C - run /TP/NFY/BV-05-C - test passed /TP/NFY/BV-05-C - teardown /TP/NFY/BV-05-C - teardown complete /TP/NFY/BV-05-C - done /TP/NFY/BV-08-C - init /TP/NFY/BV-08-C - setup /TP/NFY/BV-08-C - setup complete /TP/NFY/BV-08-C - run /TP/NFY/BV-08-C - test passed /TP/NFY/BV-08-C - teardown /TP/NFY/BV-08-C - teardown complete /TP/NFY/BV-08-C - done /TP/NFY/BI-01-C - init /TP/NFY/BI-01-C - setup /TP/NFY/BI-01-C - setup complete /TP/NFY/BI-01-C - run /TP/NFY/BI-01-C - test passed /TP/NFY/BI-01-C - teardown /TP/NFY/BI-01-C - teardown complete /TP/NFY/BI-01-C - done /TP/INV/BI-01-C - init /TP/INV/BI-01-C - setup /TP/INV/BI-01-C - setup complete /TP/INV/BI-01-C - run /TP/INV/BI-01-C - test passed /TP/INV/BI-01-C - teardown /TP/INV/BI-01-C - teardown complete /TP/INV/BI-01-C - done /TP/INV/BI-02-C - init /TP/INV/BI-02-C - setup /TP/INV/BI-02-C - setup complete /TP/INV/BI-02-C - run /TP/INV/BI-02-C - test passed /TP/INV/BI-02-C - teardown /TP/INV/BI-02-C - teardown complete /TP/INV/BI-02-C - done /TP/BGN/BV-01-I - init /TP/BGN/BV-01-I - setup /TP/BGN/BV-01-I - setup complete /TP/BGN/BV-01-I - run /TP/BGN/BV-01-I - test passed /TP/BGN/BV-01-I - teardown /TP/BGN/BV-01-I - teardown complete /TP/BGN/BV-01-I - done /TP/BGN/BV-01-I - init /TP/BGN/BV-01-I - setup /TP/BGN/BV-01-I - setup complete /TP/BGN/BV-01-I - run /TP/BGN/BV-01-I - test passed /TP/BGN/BV-01-I - teardown /TP/BGN/BV-01-I - teardown complete /TP/BGN/BV-01-I - done /TP/BGN/BV-02-I - init /TP/BGN/BV-02-I - setup /TP/BGN/BV-02-I - setup complete /TP/BGN/BV-02-I - run /TP/BGN/BV-02-I - test passed /TP/BGN/BV-02-I - teardown /TP/BGN/BV-02-I - teardown complete /TP/BGN/BV-02-I - done /TP/BGN/BV-02-I - init /TP/BGN/BV-02-I - setup /TP/BGN/BV-02-I - setup complete /TP/BGN/BV-02-I - run /TP/BGN/BV-02-I - test passed /TP/BGN/BV-02-I - teardown /TP/BGN/BV-02-I - teardown complete /TP/BGN/BV-02-I - done /TP/VLH/BV-01-C - init /TP/VLH/BV-01-C - setup /TP/VLH/BV-01-C - setup complete /TP/VLH/BV-01-C - run /TP/VLH/BV-01-C - test passed /TP/VLH/BV-01-C - teardown /TP/VLH/BV-01-C - teardown complete /TP/VLH/BV-01-C - done /TP/VLH/BV-02-C - init /TP/VLH/BV-02-C - setup /TP/VLH/BV-02-C - setup complete /TP/VLH/BV-02-C - run /TP/VLH/BV-02-C - test passed /TP/VLH/BV-02-C - teardown /TP/VLH/BV-02-C - teardown complete /TP/VLH/BV-02-C - done /TP/VLH/BV-03-C - init /TP/VLH/BV-03-C - setup /TP/VLH/BV-03-C - setup complete /TP/VLH/BV-03-C - run /TP/VLH/BV-03-C - test passed /TP/VLH/BV-03-C - teardown /TP/VLH/BV-03-C - teardown complete /TP/VLH/BV-03-C - done /TP/VLH/BV-04-C - init /TP/VLH/BV-04-C - setup /TP/VLH/BV-04-C - setup complete /TP/VLH/BV-04-C - run /TP/VLH/BV-04-C - test passed /TP/VLH/BV-04-C - teardown /TP/VLH/BV-04-C - teardown complete /TP/VLH/BV-04-C - done /TP/VLH/BI-01-C - init /TP/VLH/BI-01-C - setup /TP/VLH/BI-01-C - setup complete /TP/VLH/BI-01-C - run /TP/VLH/BI-01-C - test passed /TP/VLH/BI-01-C - teardown /TP/VLH/BI-01-C - teardown complete /TP/VLH/BI-01-C - done /TP/VLH/BI-02-C - init /TP/VLH/BI-02-C - setup /TP/VLH/BI-02-C - setup complete /TP/VLH/BI-02-C - run /TP/VLH/BI-02-C - test passed /TP/VLH/BI-02-C - teardown /TP/VLH/BI-02-C - teardown complete /TP/VLH/BI-02-C - done /TP/VLH/BI-03-C - init /TP/VLH/BI-03-C - setup /TP/VLH/BI-03-C - setup complete /TP/VLH/BI-03-C - run /TP/VLH/BI-03-C - test passed /TP/VLH/BI-03-C - teardown /TP/VLH/BI-03-C - teardown complete /TP/VLH/BI-03-C - done /TP/VLH/BI-04-C - init /TP/VLH/BI-04-C - setup /TP/VLH/BI-04-C - setup complete /TP/VLH/BI-04-C - run /TP/VLH/BI-04-C - test passed /TP/VLH/BI-04-C - teardown /TP/VLH/BI-04-C - teardown complete /TP/VLH/BI-04-C - done /TP/PTH/BV-01-C - init /TP/PTH/BV-01-C - setup /TP/PTH/BV-01-C - setup complete /TP/PTH/BV-01-C - run /TP/PTH/BV-01-C - test passed /TP/PTH/BV-01-C - teardown /TP/PTH/BV-01-C - teardown complete /TP/PTH/BV-01-C - done /TP/PTH/BV-02-C - init /TP/PTH/BV-02-C - setup /TP/PTH/BV-02-C - setup complete /TP/PTH/BV-02-C - run /TP/PTH/BV-02-C - test passed /TP/PTH/BV-02-C - teardown /TP/PTH/BV-02-C - teardown complete /TP/PTH/BV-02-C - done /TP/RCR/BV-02-C - init /TP/RCR/BV-02-C - setup /TP/RCR/BV-02-C - setup complete /TP/RCR/BV-02-C - run /TP/RCR/BV-02-C - test passed /TP/RCR/BV-02-C - teardown /TP/RCR/BV-02-C - teardown complete /TP/RCR/BV-02-C - done /TP/RCR/BV-04-C - init /TP/RCR/BV-04-C - setup /TP/RCR/BV-04-C - setup complete /TP/RCR/BV-04-C - run /TP/RCR/BV-04-C - test passed /TP/RCR/BV-04-C - teardown /TP/RCR/BV-04-C - teardown complete /TP/RCR/BV-04-C - done  Test Summary ------------ /TP/MPS/BV-01-C Passed  0.000 seconds /TP/MPS/BV-02-C Passed  0.000 seconds /TP/MPS/BV-03-C Passed  0.000 seconds /TP/MPS/BV-04-C Passed  0.000 seconds /TP/MPS/BV-05-C Passed  0.000 seconds /TP/MPS/BV-06-C Passed  0.000 seconds /TP/MPS/BV-07-C Passed  0.000 seconds /TP/MPS/BV-08-C Passed  0.000 seconds /TP/MPS/BV-09-C Passed  0.000 seconds /TP/MPS/BI-01-C Passed  0.000 seconds /TP/MPS/BI-02-C Passed  0.000 seconds /TP/MCN/CB/BV-01-C Passed  0.000 seconds /TP/MCN/CB/BV-02-C Passed  0.000 seconds /TP/MCN/CB/BV-03-C Passed  0.000 seconds /TP/MCN/CB/BV-04-C Passed  0.000 seconds /TP/MCN/CB/BV-05-C Passed  0.000 seconds /TP/MCN/CB/BV-06-C Passed  0.000 seconds /TP/MCN/CB/BV-07-C Passed  0.000 seconds /TP/MCN/CB/BV-08-C Passed  0.000 seconds /TP/MCN/CB/BV-09-C Passed  0.000 seconds /TP/MCN/CB/BV-10-C Passed  0.000 seconds /TP/MCN/CB/BV-11-C Passed  0.000 seconds /TP/MCN/CB/BI-01-C Passed  0.000 seconds /TP/MCN/CB/BI-02-C Passed  0.000 seconds /TP/MCN/CB/BI-03-C Passed  0.000 seconds /TP/MCN/CB/BI-04-C Passed  0.000 seconds /TP/MCN/CB/BI-05-C Passed  0.000 seconds /TP/MCN/SRC/BV-01-C Passed  0.000 seconds /TP/MCN/SRC/BV-02-C Passed  0.000 seconds /TP/MCN/SRC/BV-03-C Passed  0.000 seconds /TP/MCN/SCR/BV-04-C Passed  0.000 seconds /TP/MCN/SRC/BV-05-C Passed  0.000 seconds /TP/MCN/SRC/BV-06-C Passed  0.000 seconds /TP/MCN/NP/BV-01-C Passed  0.000 seconds /TP/MCN/NP/BV-02-C Passed  0.000 seconds /TP/MCN/NP/BV-03-C Passed  0.000 seconds /TP/MCN/NP/BV-04-C Passed  0.000 seconds /TP/MCN/NP/BV-05-C Passed  0.000 seconds /TP/MCN/NP/BV-06-C Passed  0.000 seconds /TP/MCN/NP/BV-07-C Passed  0.000 seconds /TP/MCN/NP/BV-08-C Passed  0.000 seconds /TP/MCN/CB/BV-09-C Passed  0.000 seconds /TP/MCN/NP/BI-01-C Passed  0.000 seconds /TP/MCN/NP/BI-02-C Passed  0.000 seconds /TP/MPS/BV-01-I Passed  0.000 seconds /TP/CON/BV-01-C Passed  0.000 seconds /TP/CON/BV-02-C Passed  0.000 seconds /TP/CON/BV-03-C Passed  0.000 seconds /TP/CON/BV-04-C Passed  0.000 seconds /TP/CON/BV-05-C Passed  0.000 seconds /TP/CEC/BV-01-I Passed  0.000 seconds /TP/CEC/BV-02-I Passed  0.000 seconds /TP/CRC/BV-01-I Passed  0.000 seconds /TP/CRC/BV-02-I Passed  0.000 seconds /TP/ICC/BV-01-I Passed  0.000 seconds /TP/ICC/BV-02-I Passed  0.000 seconds /TP/PTT/BV-01-I Passed  0.000 seconds /TP/PTT/BV-02-I Passed  0.000 seconds /TP/PTT/BV-03-I Passed  0.000 seconds /TP/PTT/BV-04-I Passed  0.000 seconds /TP/PTT/BV-05-I Passed  0.000 seconds /TP/CFG/BV-01-C Passed  0.000 seconds /TP/CFG/BV-02-C Passed  0.000 seconds /TP/CFG/BI-01-C Passed  0.000 seconds /TP/PAS/BV-01-C Passed  0.000 seconds /TP/PAS/BV-02-C Passed  0.000 seconds /TP/PAS/BV-03-C Passed  0.000 seconds /TP/PAS/BV-04-C Passed  0.000 seconds /TP/PAS/BV-05-C Passed  0.000 seconds /TP/PAS/BV-06-C Passed  0.000 seconds /TP/PAS/BV-07-C Passed  0.000 seconds /TP/PAS/BV-08-C Passed  0.000 seconds /TP/PAS/BV-09-C Passed  0.000 seconds /TP/PAS/BV-10-C Passed  0.000 seconds /TP/PAS/BV-11-C Passed  0.000 seconds /TP/PAS/BI-01-C Passed  0.000 seconds /TP/PAS/BI-02-C Passed  0.000 seconds /TP/PAS/BI-03-C Passed  0.000 seconds /TP/PAS/BI-04-C Passed  0.000 seconds /TP/PAS/BI-05-C Passed  0.000 seconds /TP/MDI/BV-01-C Passed  0.000 seconds /TP/MDI/BV-02-C Passed  0.000 seconds /TP/MDI/BV-03-C Passed  0.000 seconds /TP/MDI/BV-04-C Passed  0.000 seconds /TP/MDI/BV-05-C Passed  0.000 seconds /TP/NFY/BV-01-C Passed  0.000 seconds /TP/NFY/BV-02-C Passed  0.000 seconds /TP/NFY/BV-03-C Passed  0.000 seconds /TP/NFY/BV-04-C Passed  0.000 seconds /TP/NFY/BV-05-C Passed  0.000 seconds /TP/NFY/BV-08-C Passed  0.000 seconds /TP/NFY/BI-01-C Passed  0.000 seconds /TP/INV/BI-01-C Passed  0.000 seconds /TP/INV/BI-02-C Passed  0.000 seconds /TP/BGN/BV-01-I Passed  0.000 seconds /TP/BGN/BV-01-I Passed  0.000 seconds /TP/BGN/BV-02-I Passed  0.000 seconds /TP/BGN/BV-02-I Passed  0.000 seconds /TP/VLH/BV-01-C Passed  0.000 seconds /TP/VLH/BV-02-C Passed  0.000 seconds /TP/VLH/BV-03-C Passed  0.000 seconds /TP/VLH/BV-04-C Passed  0.000 seconds /TP/VLH/BI-01-C Passed  0.000 seconds /TP/VLH/BI-02-C Passed  0.000 seconds /TP/VLH/BI-03-C Passed  0.000 seconds /TP/VLH/BI-04-C Passed  0.000 seconds /TP/PTH/BV-01-C Passed  0.000 seconds /TP/PTH/BV-02-C Passed  1.981 seconds /TP/RCR/BV-02-C Passed  0.001 seconds /TP/RCR/BV-04-C Passed  0.001 seconds Total: 110, Passed: 110 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 1.99 seconds PASS: test-avrcp /crc/1 - init /crc/1 - setup /crc/1 - setup complete /crc/1 - run /crc/1 - test passed /crc/1 - teardown /crc/1 - teardown complete /crc/1 - done /crc/2 - init /crc/2 - setup /crc/2 - setup complete /crc/2 - run /crc/2 - test passed /crc/2 - teardown /crc/2 - teardown complete /crc/2 - done /crc/3 - init /crc/3 - setup /crc/3 - setup complete /crc/3 - run /crc/3 - test passed /crc/3 - teardown /crc/3 - teardown complete /crc/3 - done /crc/4 - init /crc/4 - setup /crc/4 - setup complete /crc/4 - run /crc/4 - test passed /crc/4 - teardown /crc/4 - teardown complete /crc/4 - done /crc/5 - init /crc/5 - setup /crc/5 - setup complete /crc/5 - run /crc/5 - test passed /crc/5 - teardown /crc/5 - teardown complete /crc/5 - done /crc/6 - init /crc/6 - setup /crc/6 - setup complete /crc/6 - run /crc/6 - test passed /crc/6 - teardown /crc/6 - teardown complete /crc/6 - done /crc/7 - init /crc/7 - setup /crc/7 - setup complete /crc/7 - run /crc/7 - test passed /crc/7 - teardown /crc/7 - teardown complete /crc/7 - done /crc/8 - init /crc/8 - setup /crc/8 - setup complete /crc/8 - run /crc/8 - test passed /crc/8 - teardown /crc/8 - teardown complete /crc/8 - done /crc/9 - init /crc/9 - setup /crc/9 - setup complete /crc/9 - run /crc/9 - test passed /crc/9 - teardown /crc/9 - teardown complete /crc/9 - done  Test Summary ------------ /crc/1 Passed  0.000 seconds /crc/2 Passed  0.000 seconds /crc/3 Passed  0.000 seconds /crc/4 Passed  0.000 seconds /crc/5 Passed  0.000 seconds /crc/6 Passed  0.000 seconds /crc/7 Passed  0.000 seconds /crc/8 Passed  0.000 seconds /crc/9 Passed  0.000 seconds Total: 9, Passed: 9 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.000282 seconds PASS: test-crc PASS: test-crypto /ecdh/multi - init /ecdh/multi - setup /ecdh/multi - setup complete /ecdh/multi - run /ecdh/multi - test passed /ecdh/multi - teardown /ecdh/multi - teardown complete /ecdh/multi - done /ecdh/sample/1 - init /ecdh/sample/1 - setup /ecdh/sample/1 - setup complete /ecdh/sample/1 - run /ecdh/sample/1 - test passed /ecdh/sample/1 - teardown /ecdh/sample/1 - teardown complete /ecdh/sample/1 - done /ecdh/sample/2 - init /ecdh/sample/2 - setup /ecdh/sample/2 - setup complete /ecdh/sample/2 - run /ecdh/sample/2 - test passed /ecdh/sample/2 - teardown /ecdh/sample/2 - teardown complete /ecdh/sample/2 - done /ecdh/sample/3 - init /ecdh/sample/3 - setup /ecdh/sample/3 - setup complete /ecdh/sample/3 - run /ecdh/sample/3 - test passed /ecdh/sample/3 - teardown /ecdh/sample/3 - teardown complete /ecdh/sample/3 - done  Test Summary ------------ /ecdh/multi Passed  0.497 seconds /ecdh/sample/1 Passed  0.001 seconds /ecdh/sample/2 Passed  0.001 seconds /ecdh/sample/3 Passed  0.001 seconds Total: 4, Passed: 4 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.5 seconds PASS: test-ecc /eir/basic - init /eir/basic - setup /eir/basic - setup complete /eir/basic - run /eir/basic - test passed /eir/basic - teardown /eir/basic - teardown complete /eir/basic - done /eir/macbookair - init /eir/macbookair - setup /eir/macbookair - setup complete /eir/macbookair - run /eir/macbookair - test passed /eir/macbookair - teardown /eir/macbookair - teardown complete /eir/macbookair - done /eir/iphone5 - init /eir/iphone5 - setup /eir/iphone5 - setup complete /eir/iphone5 - run /eir/iphone5 - test passed /eir/iphone5 - teardown /eir/iphone5 - teardown complete /eir/iphone5 - done /eir/ipadmini - init /eir/ipadmini - setup /eir/ipadmini - setup complete /eir/ipadmini - run /eir/ipadmini - test passed /eir/ipadmini - teardown /eir/ipadmini - teardown complete /eir/ipadmini - done /eir/sl400h - init /eir/sl400h - setup /eir/sl400h - setup complete /eir/sl400h - run /eir/sl400h - test passed /eir/sl400h - teardown /eir/sl400h - teardown complete /eir/sl400h - done /eir/sl910 - init /eir/sl910 - setup /eir/sl910 - setup complete /eir/sl910 - run /eir/sl910 - test passed /eir/sl910 - teardown /eir/sl910 - teardown complete /eir/sl910 - done /eir/bh907 - init /eir/bh907 - setup /eir/bh907 - setup complete /eir/bh907 - run /eir/bh907 - test passed /eir/bh907 - teardown /eir/bh907 - teardown complete /eir/bh907 - done /eir/fuelband - init /eir/fuelband - setup /eir/fuelband - setup complete /eir/fuelband - run /eir/fuelband - test passed /eir/fuelband - teardown /eir/fuelband - teardown complete /eir/fuelband - done /ad/bluesc - init /ad/bluesc - setup /ad/bluesc - setup complete /ad/bluesc - run /ad/bluesc - test passed /ad/bluesc - teardown /ad/bluesc - teardown complete /ad/bluesc - done /ad/wahooscale - init /ad/wahooscale - setup /ad/wahooscale - setup complete /ad/wahooscale - run /ad/wahooscale - test passed /ad/wahooscale - teardown /ad/wahooscale - teardown complete /ad/wahooscale - done /ad/mioalpha - init /ad/mioalpha - setup /ad/mioalpha - setup complete /ad/mioalpha - run /ad/mioalpha - test passed /ad/mioalpha - teardown /ad/mioalpha - teardown complete /ad/mioalpha - done /ad/cookoo - init /ad/cookoo - setup /ad/cookoo - setup complete /ad/cookoo - run /ad/cookoo - test passed /ad/cookoo - teardown /ad/cookoo - teardown complete /ad/cookoo - done /ad/citizen1 - init /ad/citizen1 - setup /ad/citizen1 - setup complete /ad/citizen1 - run /ad/citizen1 - test passed /ad/citizen1 - teardown /ad/citizen1 - teardown complete /ad/citizen1 - done /ad/citizen2 - init /ad/citizen2 - setup /ad/citizen2 - setup complete /ad/citizen2 - run /ad/citizen2 - test passed /ad/citizen2 - teardown /ad/citizen2 - teardown complete /ad/citizen2 - done ad/g-tag - init ad/g-tag - setup ad/g-tag - setup complete ad/g-tag - run ad/g-tag - test passed ad/g-tag - teardown ad/g-tag - teardown complete ad/g-tag - done ad/uri-beacon - init ad/uri-beacon - setup ad/uri-beacon - setup complete ad/uri-beacon - run ad/uri-beacon - test passed ad/uri-beacon - teardown ad/uri-beacon - teardown complete ad/uri-beacon - done  Test Summary ------------ /eir/basic Passed  0.000 seconds /eir/macbookair Passed  0.000 seconds /eir/iphone5 Passed  0.000 seconds /eir/ipadmini Passed  0.000 seconds /eir/sl400h Passed  0.000 seconds /eir/sl910 Passed  0.000 seconds /eir/bh907 Passed  0.000 seconds /eir/fuelband Passed  0.000 seconds /ad/bluesc Passed  0.000 seconds /ad/wahooscale Passed  0.000 seconds /ad/mioalpha Passed  0.000 seconds /ad/cookoo Passed  0.000 seconds /ad/citizen1 Passed  0.000 seconds /ad/citizen2 Passed  0.000 seconds ad/g-tag Passed  0.000 seconds ad/uri-beacon Passed  0.000 seconds Total: 16, Passed: 16 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.00012 seconds PASS: test-eir /TP/GAC/CL/BV-01-C - init /TP/GAC/CL/BV-01-C - setup /TP/GAC/CL/BV-01-C - setup complete /TP/GAC/CL/BV-01-C - run /TP/GAC/CL/BV-01-C - test passed /TP/GAC/CL/BV-01-C - teardown /TP/GAC/CL/BV-01-C - teardown complete /TP/GAC/CL/BV-01-C - done /TP/GAC/SR/BV-01-C - init /TP/GAC/SR/BV-01-C - setup /TP/GAC/SR/BV-01-C - setup complete /TP/GAC/SR/BV-01-C - run /TP/GAC/SR/BV-01-C - test passed /TP/GAC/SR/BV-01-C - teardown /TP/GAC/SR/BV-01-C - teardown complete /TP/GAC/SR/BV-01-C - done /TP/GAD/CL/BV-01-C - init /TP/GAD/CL/BV-01-C - setup /TP/GAD/CL/BV-01-C - setup complete /TP/GAD/CL/BV-01-C - run /TP/GAD/CL/BV-01-C - test passed /TP/GAD/CL/BV-01-C - teardown /TP/GAD/CL/BV-01-C - teardown complete /TP/GAD/CL/BV-01-C - done /TP/GAD/CL/BV-01-C-small - init /TP/GAD/CL/BV-01-C-small - setup /TP/GAD/CL/BV-01-C-small - setup complete /TP/GAD/CL/BV-01-C-small - run /TP/GAD/CL/BV-01-C-small - test passed /TP/GAD/CL/BV-01-C-small - teardown /TP/GAD/CL/BV-01-C-small - teardown complete /TP/GAD/CL/BV-01-C-small - done /TP/GAD/SR/BV-01-C - init /TP/GAD/SR/BV-01-C - setup /TP/GAD/SR/BV-01-C - setup complete /TP/GAD/SR/BV-01-C - run /TP/GAD/SR/BV-01-C - test passed /TP/GAD/SR/BV-01-C - teardown /TP/GAD/SR/BV-01-C - teardown complete /TP/GAD/SR/BV-01-C - done /TP/GAD/SR/BV-01-C-small - init /TP/GAD/SR/BV-01-C-small - setup /TP/GAD/SR/BV-01-C-small - setup complete /TP/GAD/SR/BV-01-C-small - run /TP/GAD/SR/BV-01-C-small - test passed /TP/GAD/SR/BV-01-C-small - teardown /TP/GAD/SR/BV-01-C-small - teardown complete /TP/GAD/SR/BV-01-C-small - done /TP/GAD/SR/BV-01-C-large-1 - init /TP/GAD/SR/BV-01-C-large-1 - setup /TP/GAD/SR/BV-01-C-large-1 - setup complete /TP/GAD/SR/BV-01-C-large-1 - run /TP/GAD/SR/BV-01-C-large-1 - test passed /TP/GAD/SR/BV-01-C-large-1 - teardown /TP/GAD/SR/BV-01-C-large-1 - teardown complete /TP/GAD/SR/BV-01-C-large-1 - done /TP/GAD/CL/BV-02-C-1 - init /TP/GAD/CL/BV-02-C-1 - setup /TP/GAD/CL/BV-02-C-1 - setup complete /TP/GAD/CL/BV-02-C-1 - run /TP/GAD/CL/BV-02-C-1 - test passed /TP/GAD/CL/BV-02-C-1 - teardown /TP/GAD/CL/BV-02-C-1 - teardown complete /TP/GAD/CL/BV-02-C-1 - done /TP/GAD/CL/BV-02-C-1-alternative - init /TP/GAD/CL/BV-02-C-1-alternative - setup /TP/GAD/CL/BV-02-C-1-alternative - setup complete /TP/GAD/CL/BV-02-C-1-alternative - run /TP/GAD/CL/BV-02-C-1-alternative - test passed /TP/GAD/CL/BV-02-C-1-alternative - teardown /TP/GAD/CL/BV-02-C-1-alternative - teardown complete /TP/GAD/CL/BV-02-C-1-alternative - done /TP/GAD/CL/BV-02-C-2 - init /TP/GAD/CL/BV-02-C-2 - setup /TP/GAD/CL/BV-02-C-2 - setup complete /TP/GAD/CL/BV-02-C-2 - run /TP/GAD/CL/BV-02-C-2 - test passed /TP/GAD/CL/BV-02-C-2 - teardown /TP/GAD/CL/BV-02-C-2 - teardown complete /TP/GAD/CL/BV-02-C-2 - done /TP/GAD/SR/BV-02-C/exists-16/small - init /TP/GAD/SR/BV-02-C/exists-16/small - setup /TP/GAD/SR/BV-02-C/exists-16/small - setup complete /TP/GAD/SR/BV-02-C/exists-16/small - run /TP/GAD/SR/BV-02-C/exists-16/small - test passed /TP/GAD/SR/BV-02-C/exists-16/small - teardown /TP/GAD/SR/BV-02-C/exists-16/small - teardown complete /TP/GAD/SR/BV-02-C/exists-16/small - done /TP/GAD/SR/BV-02-C/exists-16/large-1 - init /TP/GAD/SR/BV-02-C/exists-16/large-1 - setup /TP/GAD/SR/BV-02-C/exists-16/large-1 - setup complete /TP/GAD/SR/BV-02-C/exists-16/large-1 - run /TP/GAD/SR/BV-02-C/exists-16/large-1 - test passed /TP/GAD/SR/BV-02-C/exists-16/large-1 - teardown /TP/GAD/SR/BV-02-C/exists-16/large-1 - teardown complete /TP/GAD/SR/BV-02-C/exists-16/large-1 - done /TP/GAD/SR/BV-02-C/missing-16/small - init /TP/GAD/SR/BV-02-C/missing-16/small - setup /TP/GAD/SR/BV-02-C/missing-16/small - setup complete /TP/GAD/SR/BV-02-C/missing-16/small - run /TP/GAD/SR/BV-02-C/missing-16/small - test passed /TP/GAD/SR/BV-02-C/missing-16/small - teardown /TP/GAD/SR/BV-02-C/missing-16/small - teardown complete /TP/GAD/SR/BV-02-C/missing-16/small - done /TP/GAD/SR/BV-02-C/missing-16/large-1 - init /TP/GAD/SR/BV-02-C/missing-16/large-1 - setup /TP/GAD/SR/BV-02-C/missing-16/large-1 - setup complete /TP/GAD/SR/BV-02-C/missing-16/large-1 - run /TP/GAD/SR/BV-02-C/missing-16/large-1 - test passed /TP/GAD/SR/BV-02-C/missing-16/large-1 - teardown /TP/GAD/SR/BV-02-C/missing-16/large-1 - teardown complete /TP/GAD/SR/BV-02-C/missing-16/large-1 - done /TP/GAD/SR/BV-02-C/exists-128/large-1 - init /TP/GAD/SR/BV-02-C/exists-128/large-1 - setup /TP/GAD/SR/BV-02-C/exists-128/large-1 - setup complete /TP/GAD/SR/BV-02-C/exists-128/large-1 - run /TP/GAD/SR/BV-02-C/exists-128/large-1 - test passed /TP/GAD/SR/BV-02-C/exists-128/large-1 - teardown /TP/GAD/SR/BV-02-C/exists-128/large-1 - teardown complete /TP/GAD/SR/BV-02-C/exists-128/large-1 - done /TP/GAD/SR/BV-02-C/missing-128/large-1 - init /TP/GAD/SR/BV-02-C/missing-128/large-1 - setup /TP/GAD/SR/BV-02-C/missing-128/large-1 - setup complete /TP/GAD/SR/BV-02-C/missing-128/large-1 - run /TP/GAD/SR/BV-02-C/missing-128/large-1 - test passed /TP/GAD/SR/BV-02-C/missing-128/large-1 - teardown /TP/GAD/SR/BV-02-C/missing-128/large-1 - teardown complete /TP/GAD/SR/BV-02-C/missing-128/large-1 - done /TP/GAD/CL/BV-03-C - init /TP/GAD/CL/BV-03-C - setup /TP/GAD/CL/BV-03-C - setup complete /TP/GAD/CL/BV-03-C - run /TP/GAD/CL/BV-03-C - test passed /TP/GAD/CL/BV-03-C - teardown /TP/GAD/CL/BV-03-C - teardown complete /TP/GAD/CL/BV-03-C - done /TP/GAD/SR/BV-03-C/small - init /TP/GAD/SR/BV-03-C/small - setup /TP/GAD/SR/BV-03-C/small - setup complete /TP/GAD/SR/BV-03-C/small - run /TP/GAD/SR/BV-03-C/small - test passed /TP/GAD/SR/BV-03-C/small - teardown /TP/GAD/SR/BV-03-C/small - teardown complete /TP/GAD/SR/BV-03-C/small - done /TP/GAD/SR/BV-03-C/large-1 - init /TP/GAD/SR/BV-03-C/large-1 - setup /TP/GAD/SR/BV-03-C/large-1 - setup complete /TP/GAD/SR/BV-03-C/large-1 - run /TP/GAD/SR/BV-03-C/large-1 - test passed /TP/GAD/SR/BV-03-C/large-1 - teardown /TP/GAD/SR/BV-03-C/large-1 - teardown complete /TP/GAD/SR/BV-03-C/large-1 - done /TP/GAD/CL/BV-04-C - init /TP/GAD/CL/BV-04-C - setup /TP/GAD/CL/BV-04-C - setup complete /TP/GAD/CL/BV-04-C - run /TP/GAD/CL/BV-04-C - test passed /TP/GAD/CL/BV-04-C - teardown /TP/GAD/CL/BV-04-C - teardown complete /TP/GAD/CL/BV-04-C - done /TP/GAD/SR/BV-04-C/small/1 - init /TP/GAD/SR/BV-04-C/small/1 - setup /TP/GAD/SR/BV-04-C/small/1 - setup complete /TP/GAD/SR/BV-04-C/small/1 - run /TP/GAD/SR/BV-04-C/small/1 - test passed /TP/GAD/SR/BV-04-C/small/1 - teardown /TP/GAD/SR/BV-04-C/small/1 - teardown complete /TP/GAD/SR/BV-04-C/small/1 - done /TP/GAD/SR/BV-04-C/small/2 - init /TP/GAD/SR/BV-04-C/small/2 - setup /TP/GAD/SR/BV-04-C/small/2 - setup complete /TP/GAD/SR/BV-04-C/small/2 - run /TP/GAD/SR/BV-04-C/small/2 - test passed /TP/GAD/SR/BV-04-C/small/2 - teardown /TP/GAD/SR/BV-04-C/small/2 - teardown complete /TP/GAD/SR/BV-04-C/small/2 - done /TP/GAD/SR/BV-04-C/large-1 - init /TP/GAD/SR/BV-04-C/large-1 - setup /TP/GAD/SR/BV-04-C/large-1 - setup complete /TP/GAD/SR/BV-04-C/large-1 - run /TP/GAD/SR/BV-04-C/large-1 - test passed /TP/GAD/SR/BV-04-C/large-1 - teardown /TP/GAD/SR/BV-04-C/large-1 - teardown complete /TP/GAD/SR/BV-04-C/large-1 - done /TP/GAD/CL/BV-05-C - init /TP/GAD/CL/BV-05-C - setup /TP/GAD/CL/BV-05-C - setup complete /TP/GAD/CL/BV-05-C - run /TP/GAD/CL/BV-05-C - test passed /TP/GAD/CL/BV-05-C - teardown /TP/GAD/CL/BV-05-C - teardown complete /TP/GAD/CL/BV-05-C - done /TP/GAD/SR/BV-05-C/small/1 - init /TP/GAD/SR/BV-05-C/small/1 - setup /TP/GAD/SR/BV-05-C/small/1 - setup complete /TP/GAD/SR/BV-05-C/small/1 - run /TP/GAD/SR/BV-05-C/small/1 - test passed /TP/GAD/SR/BV-05-C/small/1 - teardown /TP/GAD/SR/BV-05-C/small/1 - teardown complete /TP/GAD/SR/BV-05-C/small/1 - done /TP/GAD/SR/BV-05-C/small/2 - init /TP/GAD/SR/BV-05-C/small/2 - setup /TP/GAD/SR/BV-05-C/small/2 - setup complete /TP/GAD/SR/BV-05-C/small/2 - run /TP/GAD/SR/BV-05-C/small/2 - test passed /TP/GAD/SR/BV-05-C/small/2 - teardown /TP/GAD/SR/BV-05-C/small/2 - teardown complete /TP/GAD/SR/BV-05-C/small/2 - done /TP/GAD/SR/BV-05-C/large-1 - init /TP/GAD/SR/BV-05-C/large-1 - setup /TP/GAD/SR/BV-05-C/large-1 - setup complete /TP/GAD/SR/BV-05-C/large-1 - run /TP/GAD/SR/BV-05-C/large-1 - test passed /TP/GAD/SR/BV-05-C/large-1 - teardown /TP/GAD/SR/BV-05-C/large-1 - teardown complete /TP/GAD/SR/BV-05-C/large-1 - done /TP/GAD/CL/BV-06-C - init /TP/GAD/CL/BV-06-C - setup /TP/GAD/CL/BV-06-C - setup complete /TP/GAD/CL/BV-06-C - run /TP/GAD/CL/BV-06-C - test passed /TP/GAD/CL/BV-06-C - teardown /TP/GAD/CL/BV-06-C - teardown complete /TP/GAD/CL/BV-06-C - done /TP/GAD/CL/BV-06-C/client-1 - init /TP/GAD/CL/BV-06-C/client-1 - setup /TP/GAD/CL/BV-06-C/client-1 - setup complete /TP/GAD/CL/BV-06-C/client-1 - run /TP/GAD/CL/BV-06-C/client-1 - test passed /TP/GAD/CL/BV-06-C/client-1 - teardown /TP/GAD/CL/BV-06-C/client-1 - teardown complete /TP/GAD/CL/BV-06-C/client-1 - done /TP/GAD/CL/BV-06-C/client-2 - init /TP/GAD/CL/BV-06-C/client-2 - setup /TP/GAD/CL/BV-06-C/client-2 - setup complete /TP/GAD/CL/BV-06-C/client-2 - run /TP/GAD/CL/BV-06-C/client-2 - test passed /TP/GAD/CL/BV-06-C/client-2 - teardown /TP/GAD/CL/BV-06-C/client-2 - teardown complete /TP/GAD/CL/BV-06-C/client-2 - done /TP/GAD/CL/BV-06-C/client-3 - init /TP/GAD/CL/BV-06-C/client-3 - setup /TP/GAD/CL/BV-06-C/client-3 - setup complete /TP/GAD/CL/BV-06-C/client-3 - run /TP/GAD/CL/BV-06-C/client-3 - test passed /TP/GAD/CL/BV-06-C/client-3 - teardown /TP/GAD/CL/BV-06-C/client-3 - teardown complete /TP/GAD/CL/BV-06-C/client-3 - done /TP/GAD/SR/BV-06-C/small - init /TP/GAD/SR/BV-06-C/small - setup /TP/GAD/SR/BV-06-C/small - setup complete /TP/GAD/SR/BV-06-C/small - run /TP/GAD/SR/BV-06-C/small - test passed /TP/GAD/SR/BV-06-C/small - teardown /TP/GAD/SR/BV-06-C/small - teardown complete /TP/GAD/SR/BV-06-C/small - done /TP/GAD/SR/BV-06-C/large-1 - init /TP/GAD/SR/BV-06-C/large-1 - setup /TP/GAD/SR/BV-06-C/large-1 - setup complete /TP/GAD/SR/BV-06-C/large-1 - run /TP/GAD/SR/BV-06-C/large-1 - test passed /TP/GAD/SR/BV-06-C/large-1 - teardown /TP/GAD/SR/BV-06-C/large-1 - teardown complete /TP/GAD/SR/BV-06-C/large-1 - done /TP/GAR/CL/BV-01-C - init /TP/GAR/CL/BV-01-C - setup /TP/GAR/CL/BV-01-C - setup complete /TP/GAR/CL/BV-01-C - run /TP/GAR/CL/BV-01-C - test passed /TP/GAR/CL/BV-01-C - teardown /TP/GAR/CL/BV-01-C - teardown complete /TP/GAR/CL/BV-01-C - done /TP/GAR/CL/BI-01-C - init /TP/GAR/CL/BI-01-C - setup /TP/GAR/CL/BI-01-C - setup complete /TP/GAR/CL/BI-01-C - run /TP/GAR/CL/BI-01-C - test passed /TP/GAR/CL/BI-01-C - teardown /TP/GAR/CL/BI-01-C - teardown complete /TP/GAR/CL/BI-01-C - done /TP/GAR/CL/BI-02-C - init /TP/GAR/CL/BI-02-C - setup /TP/GAR/CL/BI-02-C - setup complete /TP/GAR/CL/BI-02-C - run /TP/GAR/CL/BI-02-C - test passed /TP/GAR/CL/BI-02-C - teardown /TP/GAR/CL/BI-02-C - teardown complete /TP/GAR/CL/BI-02-C - done /TP/GAR/CL/BI-03-C - init /TP/GAR/CL/BI-03-C - setup /TP/GAR/CL/BI-03-C - setup complete /TP/GAR/CL/BI-03-C - run /TP/GAR/CL/BI-03-C - test passed /TP/GAR/CL/BI-03-C - teardown /TP/GAR/CL/BI-03-C - teardown complete /TP/GAR/CL/BI-03-C - done /TP/GAR/CL/BI-04-C - init /TP/GAR/CL/BI-04-C - setup /TP/GAR/CL/BI-04-C - setup complete /TP/GAR/CL/BI-04-C - run /TP/GAR/CL/BI-04-C - test passed /TP/GAR/CL/BI-04-C - teardown /TP/GAR/CL/BI-04-C - teardown complete /TP/GAR/CL/BI-04-C - done /TP/GAR/CL/BI-04-C/auto - init /TP/GAR/CL/BI-04-C/auto - setup /TP/GAR/CL/BI-04-C/auto - setup complete /TP/GAR/CL/BI-04-C/auto - run /TP/GAR/CL/BI-04-C/auto - test passed /TP/GAR/CL/BI-04-C/auto - teardown /TP/GAR/CL/BI-04-C/auto - teardown complete /TP/GAR/CL/BI-04-C/auto - done /TP/GAR/CL/BI-05-C - init /TP/GAR/CL/BI-05-C - setup /TP/GAR/CL/BI-05-C - setup complete /TP/GAR/CL/BI-05-C - run /TP/GAR/CL/BI-05-C - test passed /TP/GAR/CL/BI-05-C - teardown /TP/GAR/CL/BI-05-C - teardown complete /TP/GAR/CL/BI-05-C - done /TP/GAR/SR/BV-01-C/small - init /TP/GAR/SR/BV-01-C/small - setup /TP/GAR/SR/BV-01-C/small - setup complete /TP/GAR/SR/BV-01-C/small - run /TP/GAR/SR/BV-01-C/small - test passed /TP/GAR/SR/BV-01-C/small - teardown /TP/GAR/SR/BV-01-C/small - teardown complete /TP/GAR/SR/BV-01-C/small - done /TP/GAR/SR/BV-01-C/large-1 - init /TP/GAR/SR/BV-01-C/large-1 - setup /TP/GAR/SR/BV-01-C/large-1 - setup complete /TP/GAR/SR/BV-01-C/large-1 - run /TP/GAR/SR/BV-01-C/large-1 - test passed /TP/GAR/SR/BV-01-C/large-1 - teardown /TP/GAR/SR/BV-01-C/large-1 - teardown complete /TP/GAR/SR/BV-01-C/large-1 - done /TP/GAR/SR/BI-02-C/small - init /TP/GAR/SR/BI-02-C/small - setup /TP/GAR/SR/BI-02-C/small - setup complete /TP/GAR/SR/BI-02-C/small - run /TP/GAR/SR/BI-02-C/small - test passed /TP/GAR/SR/BI-02-C/small - teardown /TP/GAR/SR/BI-02-C/small - teardown complete /TP/GAR/SR/BI-02-C/small - done /TP/GAR/SR/BI-02-C/large - init /TP/GAR/SR/BI-02-C/large - setup /TP/GAR/SR/BI-02-C/large - setup complete /TP/GAR/SR/BI-02-C/large - run /TP/GAR/SR/BI-02-C/large - test passed /TP/GAR/SR/BI-02-C/large - teardown /TP/GAR/SR/BI-02-C/large - teardown complete /TP/GAR/SR/BI-02-C/large - done /TP/GAR/CL/BV-03-C-1 - init /TP/GAR/CL/BV-03-C-1 - setup /TP/GAR/CL/BV-03-C-1 - setup complete /TP/GAR/CL/BV-03-C-1 - run /TP/GAR/CL/BV-03-C-1 - test passed /TP/GAR/CL/BV-03-C-1 - teardown /TP/GAR/CL/BV-03-C-1 - teardown complete /TP/GAR/CL/BV-03-C-1 - done /TP/GAR/CL/BV-03-C-2 - init /TP/GAR/CL/BV-03-C-2 - setup /TP/GAR/CL/BV-03-C-2 - setup complete /TP/GAR/CL/BV-03-C-2 - run /TP/GAR/CL/BV-03-C-2 - test passed /TP/GAR/CL/BV-03-C-2 - teardown /TP/GAR/CL/BV-03-C-2 - teardown complete /TP/GAR/CL/BV-03-C-2 - done /TP/GAR/CL/BI-06-C - init /TP/GAR/CL/BI-06-C - setup /TP/GAR/CL/BI-06-C - setup complete /TP/GAR/CL/BI-06-C - run /TP/GAR/CL/BI-06-C - test passed /TP/GAR/CL/BI-06-C - teardown /TP/GAR/CL/BI-06-C - teardown complete /TP/GAR/CL/BI-06-C - done /TP/GAR/CL/BI-07-C - init /TP/GAR/CL/BI-07-C - setup /TP/GAR/CL/BI-07-C - setup complete /TP/GAR/CL/BI-07-C - run /TP/GAR/CL/BI-07-C - test passed /TP/GAR/CL/BI-07-C - teardown /TP/GAR/CL/BI-07-C - teardown complete /TP/GAR/CL/BI-07-C - done /TP/GAR/CL/BI-09-C - init /TP/GAR/CL/BI-09-C - setup /TP/GAR/CL/BI-09-C - setup complete /TP/GAR/CL/BI-09-C - run /TP/GAR/CL/BI-09-C - test passed /TP/GAR/CL/BI-09-C - teardown /TP/GAR/CL/BI-09-C - teardown complete /TP/GAR/CL/BI-09-C - done /TP/GAR/CL/BI-10-C - init /TP/GAR/CL/BI-10-C - setup /TP/GAR/CL/BI-10-C - setup complete /TP/GAR/CL/BI-10-C - run /TP/GAR/CL/BI-10-C - test passed /TP/GAR/CL/BI-10-C - teardown /TP/GAR/CL/BI-10-C - teardown complete /TP/GAR/CL/BI-10-C - done /TP/GAR/CL/BI-11-C - init /TP/GAR/CL/BI-11-C - setup /TP/GAR/CL/BI-11-C - setup complete /TP/GAR/CL/BI-11-C - run /TP/GAR/CL/BI-11-C - test passed /TP/GAR/CL/BI-11-C - teardown /TP/GAR/CL/BI-11-C - teardown complete /TP/GAR/CL/BI-11-C - done /TP/GAR/SR/BV-03-C/small - init /TP/GAR/SR/BV-03-C/small - setup /TP/GAR/SR/BV-03-C/small - setup complete /TP/GAR/SR/BV-03-C/small - run /TP/GAR/SR/BV-03-C/small - test passed /TP/GAR/SR/BV-03-C/small - teardown /TP/GAR/SR/BV-03-C/small - teardown complete /TP/GAR/SR/BV-03-C/small - done /TP/GAR/SR/BV-03-C/large-1 - init /TP/GAR/SR/BV-03-C/large-1 - setup /TP/GAR/SR/BV-03-C/large-1 - setup complete /TP/GAR/SR/BV-03-C/large-1 - run /TP/GAR/SR/BV-03-C/large-1 - test passed /TP/GAR/SR/BV-03-C/large-1 - teardown /TP/GAR/SR/BV-03-C/large-1 - teardown complete /TP/GAR/SR/BV-03-C/large-1 - done /TP/GAR/SR/BI-06-C/large-1 - init /TP/GAR/SR/BI-06-C/large-1 - setup /TP/GAR/SR/BI-06-C/large-1 - setup complete /TP/GAR/SR/BI-06-C/large-1 - run /TP/GAR/SR/BI-06-C/large-1 - test passed /TP/GAR/SR/BI-06-C/large-1 - teardown /TP/GAR/SR/BI-06-C/large-1 - teardown complete /TP/GAR/SR/BI-06-C/large-1 - done /TP/GAR/SR/BI-07-C/small - init /TP/GAR/SR/BI-07-C/small - setup /TP/GAR/SR/BI-07-C/small - setup complete /TP/GAR/SR/BI-07-C/small - run /TP/GAR/SR/BI-07-C/small - test passed /TP/GAR/SR/BI-07-C/small - teardown /TP/GAR/SR/BI-07-C/small - teardown complete /TP/GAR/SR/BI-07-C/small - done /TP/GAR/SR/BI-07-C/large-1 - init /TP/GAR/SR/BI-07-C/large-1 - setup /TP/GAR/SR/BI-07-C/large-1 - setup complete /TP/GAR/SR/BI-07-C/large-1 - run /TP/GAR/SR/BI-07-C/large-1 - test passed /TP/GAR/SR/BI-07-C/large-1 - teardown /TP/GAR/SR/BI-07-C/large-1 - teardown complete /TP/GAR/SR/BI-07-C/large-1 - done /TP/GAR/SR/BI-08-C/small - init /TP/GAR/SR/BI-08-C/small - setup /TP/GAR/SR/BI-08-C/small - setup complete /TP/GAR/SR/BI-08-C/small - run /TP/GAR/SR/BI-08-C/small - test passed /TP/GAR/SR/BI-08-C/small - teardown /TP/GAR/SR/BI-08-C/small - teardown complete /TP/GAR/SR/BI-08-C/small - done /TP/GAR/SR/BI-08-C/large-1 - init /TP/GAR/SR/BI-08-C/large-1 - setup /TP/GAR/SR/BI-08-C/large-1 - setup complete /TP/GAR/SR/BI-08-C/large-1 - run /TP/GAR/SR/BI-08-C/large-1 - test passed /TP/GAR/SR/BI-08-C/large-1 - teardown /TP/GAR/SR/BI-08-C/large-1 - teardown complete /TP/GAR/SR/BI-08-C/large-1 - done /TP/GAR/SR/BV-04-C/large-1 - init /TP/GAR/SR/BV-04-C/large-1 - setup /TP/GAR/SR/BV-04-C/large-1 - setup complete /TP/GAR/SR/BV-04-C/large-1 - run /TP/GAR/SR/BV-04-C/large-1 - test passed /TP/GAR/SR/BV-04-C/large-1 - teardown /TP/GAR/SR/BV-04-C/large-1 - teardown complete /TP/GAR/SR/BV-04-C/large-1 - done /TP/GAR/SR/BI-12-C/large-1 - init /TP/GAR/SR/BI-12-C/large-1 - setup /TP/GAR/SR/BI-12-C/large-1 - setup complete /TP/GAR/SR/BI-12-C/large-1 - run /TP/GAR/SR/BI-12-C/large-1 - test passed /TP/GAR/SR/BI-12-C/large-1 - teardown /TP/GAR/SR/BI-12-C/large-1 - teardown complete /TP/GAR/SR/BI-12-C/large-1 - done /TP/GAR/SR/BI-13-C/small - init /TP/GAR/SR/BI-13-C/small - setup /TP/GAR/SR/BI-13-C/small - setup complete /TP/GAR/SR/BI-13-C/small - run /TP/GAR/SR/BI-13-C/small - test passed /TP/GAR/SR/BI-13-C/small - teardown /TP/GAR/SR/BI-13-C/small - teardown complete /TP/GAR/SR/BI-13-C/small - done /TP/GAR/SR/BI-13-C/large-1 - init /TP/GAR/SR/BI-13-C/large-1 - setup /TP/GAR/SR/BI-13-C/large-1 - setup complete /TP/GAR/SR/BI-13-C/large-1 - run /TP/GAR/SR/BI-13-C/large-1 - test passed /TP/GAR/SR/BI-13-C/large-1 - teardown /TP/GAR/SR/BI-13-C/large-1 - teardown complete /TP/GAR/SR/BI-13-C/large-1 - done /TP/GAR/SR/BI-14-C/small - init /TP/GAR/SR/BI-14-C/small - setup /TP/GAR/SR/BI-14-C/small - setup complete /TP/GAR/SR/BI-14-C/small - run /TP/GAR/SR/BI-14-C/small - test passed /TP/GAR/SR/BI-14-C/small - teardown /TP/GAR/SR/BI-14-C/small - teardown complete /TP/GAR/SR/BI-14-C/small - done /TP/GAR/SR/BI-14-C/large-1 - init /TP/GAR/SR/BI-14-C/large-1 - setup /TP/GAR/SR/BI-14-C/large-1 - setup complete /TP/GAR/SR/BI-14-C/large-1 - run /TP/GAR/SR/BI-14-C/large-1 - test passed /TP/GAR/SR/BI-14-C/large-1 - teardown /TP/GAR/SR/BI-14-C/large-1 - teardown complete /TP/GAR/SR/BI-14-C/large-1 - done /TP/GAR/CL/BV-04-C - init /TP/GAR/CL/BV-04-C - setup /TP/GAR/CL/BV-04-C - setup complete /TP/GAR/CL/BV-04-C - run /TP/GAR/CL/BV-04-C - test passed /TP/GAR/CL/BV-04-C - teardown /TP/GAR/CL/BV-04-C - teardown complete /TP/GAR/CL/BV-04-C - done /TP/GAR/CL/BV-04-C/512B - init /TP/GAR/CL/BV-04-C/512B - setup /TP/GAR/CL/BV-04-C/512B - setup complete /TP/GAR/CL/BV-04-C/512B - run /TP/GAR/CL/BV-04-C/512B - test passed /TP/GAR/CL/BV-04-C/512B - teardown /TP/GAR/CL/BV-04-C/512B - teardown complete /TP/GAR/CL/BV-04-C/512B - done /TP/GAR/CL/BV-05-C - init /TP/GAR/CL/BV-05-C - setup /TP/GAR/CL/BV-05-C - setup complete /TP/GAR/CL/BV-05-C - run /TP/GAR/CL/BV-05-C - test passed /TP/GAR/CL/BV-05-C - teardown /TP/GAR/CL/BV-05-C - teardown complete /TP/GAR/CL/BV-05-C - done /TP/GAR/CL/BI-12-C - init /TP/GAR/CL/BI-12-C - setup /TP/GAR/CL/BI-12-C - setup complete /TP/GAR/CL/BI-12-C - run /TP/GAR/CL/BI-12-C - test passed /TP/GAR/CL/BI-12-C - teardown /TP/GAR/CL/BI-12-C - teardown complete /TP/GAR/CL/BI-12-C - done /TP/GAR/CL/BI-13-C - init /TP/GAR/CL/BI-13-C - setup /TP/GAR/CL/BI-13-C - setup complete /TP/GAR/CL/BI-13-C - run /TP/GAR/CL/BI-13-C - test passed /TP/GAR/CL/BI-13-C - teardown /TP/GAR/CL/BI-13-C - teardown complete /TP/GAR/CL/BI-13-C - done /TP/GAR/CL/BI-14-C - init /TP/GAR/CL/BI-14-C - setup /TP/GAR/CL/BI-14-C - setup complete /TP/GAR/CL/BI-14-C - run /TP/GAR/CL/BI-14-C - test passed /TP/GAR/CL/BI-14-C - teardown /TP/GAR/CL/BI-14-C - teardown complete /TP/GAR/CL/BI-14-C - done /TP/GAR/CL/BI-15-C - init /TP/GAR/CL/BI-15-C - setup /TP/GAR/CL/BI-15-C - setup complete /TP/GAR/CL/BI-15-C - run /TP/GAR/CL/BI-15-C - test passed /TP/GAR/CL/BI-15-C - teardown /TP/GAR/CL/BI-15-C - teardown complete /TP/GAR/CL/BI-15-C - done /TP/GAR/CL/BI-16-C - init /TP/GAR/CL/BI-16-C - setup /TP/GAR/CL/BI-16-C - setup complete /TP/GAR/CL/BI-16-C - run /TP/GAR/CL/BI-16-C - test passed /TP/GAR/CL/BI-16-C - teardown /TP/GAR/CL/BI-16-C - teardown complete /TP/GAR/CL/BI-16-C - done /TP/GAR/CL/BI-16-C/auto - init /TP/GAR/CL/BI-16-C/auto - setup /TP/GAR/CL/BI-16-C/auto - setup complete /TP/GAR/CL/BI-16-C/auto - run /TP/GAR/CL/BI-16-C/auto - test passed /TP/GAR/CL/BI-16-C/auto - teardown /TP/GAR/CL/BI-16-C/auto - teardown complete /TP/GAR/CL/BI-16-C/auto - done /TP/GAR/CL/BI-17-C - init /TP/GAR/CL/BI-17-C - setup /TP/GAR/CL/BI-17-C - setup complete /TP/GAR/CL/BI-17-C - run /TP/GAR/CL/BI-17-C - test passed /TP/GAR/CL/BI-17-C - teardown /TP/GAR/CL/BI-17-C - teardown complete /TP/GAR/CL/BI-17-C - done /TP/GAR/CL/BI-18-C - init /TP/GAR/CL/BI-18-C - setup /TP/GAR/CL/BI-18-C - setup complete /TP/GAR/CL/BI-18-C - run /TP/GAR/CL/BI-18-C - test passed /TP/GAR/CL/BI-18-C - teardown /TP/GAR/CL/BI-18-C - teardown complete /TP/GAR/CL/BI-18-C - done /TP/GAR/CL/BI-19-C - init /TP/GAR/CL/BI-19-C - setup /TP/GAR/CL/BI-19-C - setup complete /TP/GAR/CL/BI-19-C - run /TP/GAR/CL/BI-19-C - test passed /TP/GAR/CL/BI-19-C - teardown /TP/GAR/CL/BI-19-C - teardown complete /TP/GAR/CL/BI-19-C - done /TP/GAR/CL/BI-20-C - init /TP/GAR/CL/BI-20-C - setup /TP/GAR/CL/BI-20-C - setup complete /TP/GAR/CL/BI-20-C - run /TP/GAR/CL/BI-20-C - test passed /TP/GAR/CL/BI-20-C - teardown /TP/GAR/CL/BI-20-C - teardown complete /TP/GAR/CL/BI-20-C - done /TP/GAR/CL/BI-21-C - init /TP/GAR/CL/BI-21-C - setup /TP/GAR/CL/BI-21-C - setup complete /TP/GAR/CL/BI-21-C - run /TP/GAR/CL/BI-21-C - test passed /TP/GAR/CL/BI-21-C - teardown /TP/GAR/CL/BI-21-C - teardown complete /TP/GAR/CL/BI-21-C - done /TP/GAR/CL/BI-21-C/auto - init /TP/GAR/CL/BI-21-C/auto - setup /TP/GAR/CL/BI-21-C/auto - setup complete /TP/GAR/CL/BI-21-C/auto - run /TP/GAR/CL/BI-21-C/auto - test passed /TP/GAR/CL/BI-21-C/auto - teardown /TP/GAR/CL/BI-21-C/auto - teardown complete /TP/GAR/CL/BI-21-C/auto - done /TP/GAR/CL/BI-22-C - init /TP/GAR/CL/BI-22-C - setup /TP/GAR/CL/BI-22-C - setup complete /TP/GAR/CL/BI-22-C - run /TP/GAR/CL/BI-22-C - test passed /TP/GAR/CL/BI-22-C - teardown /TP/GAR/CL/BI-22-C - teardown complete /TP/GAR/CL/BI-22-C - done /TP/GAR/SR/BV-05-C/small - init /TP/GAR/SR/BV-05-C/small - setup /TP/GAR/SR/BV-05-C/small - setup complete /TP/GAR/SR/BV-05-C/small - run /TP/GAR/SR/BV-05-C/small - test passed /TP/GAR/SR/BV-05-C/small - teardown /TP/GAR/SR/BV-05-C/small - teardown complete /TP/GAR/SR/BV-05-C/small - done /TP/GAR/SR/BV-05-C/large-1 - init /TP/GAR/SR/BV-05-C/large-1 - setup /TP/GAR/SR/BV-05-C/large-1 - setup complete /TP/GAR/SR/BV-05-C/large-1 - run /TP/GAR/SR/BV-05-C/large-1 - test passed /TP/GAR/SR/BV-05-C/large-1 - teardown /TP/GAR/SR/BV-05-C/large-1 - teardown complete /TP/GAR/SR/BV-05-C/large-1 - done /TP/GAR/SR/BI-18-C/large-1 - init /TP/GAR/SR/BI-18-C/large-1 - setup /TP/GAR/SR/BI-18-C/large-1 - setup complete /TP/GAR/SR/BI-18-C/large-1 - run /TP/GAR/SR/BI-18-C/large-1 - test passed /TP/GAR/SR/BI-18-C/large-1 - teardown /TP/GAR/SR/BI-18-C/large-1 - teardown complete /TP/GAR/SR/BI-18-C/large-1 - done /TP/GAR/SR/BI-19-C/small - init /TP/GAR/SR/BI-19-C/small - setup /TP/GAR/SR/BI-19-C/small - setup complete /TP/GAR/SR/BI-19-C/small - run /TP/GAR/SR/BI-19-C/small - test passed /TP/GAR/SR/BI-19-C/small - teardown /TP/GAR/SR/BI-19-C/small - teardown complete /TP/GAR/SR/BI-19-C/small - done /TP/GAR/SR/BI-19-C/large-1 - init /TP/GAR/SR/BI-19-C/large-1 - setup /TP/GAR/SR/BI-19-C/large-1 - setup complete /TP/GAR/SR/BI-19-C/large-1 - run /TP/GAR/SR/BI-19-C/large-1 - test passed /TP/GAR/SR/BI-19-C/large-1 - teardown /TP/GAR/SR/BI-19-C/large-1 - teardown complete /TP/GAR/SR/BI-19-C/large-1 - done /TP/GAR/SR/BV-06-C/small - init /TP/GAR/SR/BV-06-C/small - setup /TP/GAR/SR/BV-06-C/small - setup complete /TP/GAR/SR/BV-06-C/small - run /TP/GAR/SR/BV-06-C/small - test passed /TP/GAR/SR/BV-06-C/small - teardown /TP/GAR/SR/BV-06-C/small - teardown complete /TP/GAR/SR/BV-06-C/small - done /TP/GAR/SR/BV-06-C/large-1 - init /TP/GAR/SR/BV-06-C/large-1 - setup /TP/GAR/SR/BV-06-C/large-1 - setup complete /TP/GAR/SR/BV-06-C/large-1 - run /TP/GAR/SR/BV-06-C/large-1 - test passed /TP/GAR/SR/BV-06-C/large-1 - teardown /TP/GAR/SR/BV-06-C/large-1 - teardown complete /TP/GAR/SR/BV-06-C/large-1 - done /TP/GAR/SR/BI-23-C/large-1 - init /TP/GAR/SR/BI-23-C/large-1 - setup /TP/GAR/SR/BI-23-C/large-1 - setup complete /TP/GAR/SR/BI-23-C/large-1 - run /TP/GAR/SR/BI-23-C/large-1 - test passed /TP/GAR/SR/BI-23-C/large-1 - teardown /TP/GAR/SR/BI-23-C/large-1 - teardown complete /TP/GAR/SR/BI-23-C/large-1 - done /TP/GAR/SR/BI-24-C/small - init /TP/GAR/SR/BI-24-C/small - setup /TP/GAR/SR/BI-24-C/small - setup complete /TP/GAR/SR/BI-24-C/small - run /TP/GAR/SR/BI-24-C/small - test passed /TP/GAR/SR/BI-24-C/small - teardown /TP/GAR/SR/BI-24-C/small - teardown complete /TP/GAR/SR/BI-24-C/small - done /TP/GAR/SR/BI-24-C/large-1 - init /TP/GAR/SR/BI-24-C/large-1 - setup /TP/GAR/SR/BI-24-C/large-1 - setup complete /TP/GAR/SR/BI-24-C/large-1 - run /TP/GAR/SR/BI-24-C/large-1 - test passed /TP/GAR/SR/BI-24-C/large-1 - teardown /TP/GAR/SR/BI-24-C/large-1 - teardown complete /TP/GAR/SR/BI-24-C/large-1 - done /TP/GAR/SR/BV-07-C/large-1 - init /TP/GAR/SR/BV-07-C/large-1 - setup /TP/GAR/SR/BV-07-C/large-1 - setup complete /TP/GAR/SR/BV-07-C/large-1 - run /TP/GAR/SR/BV-07-C/large-1 - test passed /TP/GAR/SR/BV-07-C/large-1 - teardown /TP/GAR/SR/BV-07-C/large-1 - teardown complete /TP/GAR/SR/BV-07-C/large-1 - done /TP/GAR/SR/BV-08-C/large-1 - init /TP/GAR/SR/BV-08-C/large-1 - setup /TP/GAR/SR/BV-08-C/large-1 - setup complete /TP/GAR/SR/BV-08-C/large-1 - run /TP/GAR/SR/BV-08-C/large-1 - test passed /TP/GAR/SR/BV-08-C/large-1 - teardown /TP/GAR/SR/BV-08-C/large-1 - teardown complete /TP/GAR/SR/BV-08-C/large-1 - done /TP/GAR/SR/BI-28-C/large-1 - init /TP/GAR/SR/BI-28-C/large-1 - setup /TP/GAR/SR/BI-28-C/large-1 - setup complete /TP/GAR/SR/BI-28-C/large-1 - run /TP/GAR/SR/BI-28-C/large-1 - test passed /TP/GAR/SR/BI-28-C/large-1 - teardown /TP/GAR/SR/BI-28-C/large-1 - teardown complete /TP/GAR/SR/BI-28-C/large-1 - done /TP/GAR/SR/BI-29-C/small - init /TP/GAR/SR/BI-29-C/small - setup /TP/GAR/SR/BI-29-C/small - setup complete /TP/GAR/SR/BI-29-C/small - run /TP/GAR/SR/BI-29-C/small - test passed /TP/GAR/SR/BI-29-C/small - teardown /TP/GAR/SR/BI-29-C/small - teardown complete /TP/GAR/SR/BI-29-C/small - done /TP/GAR/SR/BI-29-C/large-1 - init /TP/GAR/SR/BI-29-C/large-1 - setup /TP/GAR/SR/BI-29-C/large-1 - setup complete /TP/GAR/SR/BI-29-C/large-1 - run /TP/GAR/SR/BI-29-C/large-1 - test passed /TP/GAR/SR/BI-29-C/large-1 - teardown /TP/GAR/SR/BI-29-C/large-1 - teardown complete /TP/GAR/SR/BI-29-C/large-1 - done /TP/GAR/SR/BI-30-C/small - init /TP/GAR/SR/BI-30-C/small - setup /TP/GAR/SR/BI-30-C/small - setup complete /TP/GAR/SR/BI-30-C/small - run /TP/GAR/SR/BI-30-C/small - test passed /TP/GAR/SR/BI-30-C/small - teardown /TP/GAR/SR/BI-30-C/small - teardown complete /TP/GAR/SR/BI-30-C/small - done /TP/GAR/SR/BI-30-C/large-1 - init /TP/GAR/SR/BI-30-C/large-1 - setup /TP/GAR/SR/BI-30-C/large-1 - setup complete /TP/GAR/SR/BI-30-C/large-1 - run /TP/GAR/SR/BI-30-C/large-1 - test passed /TP/GAR/SR/BI-30-C/large-1 - teardown /TP/GAR/SR/BI-30-C/large-1 - teardown complete /TP/GAR/SR/BI-30-C/large-1 - done /TP/GAN/CL/BV-01-C - init /TP/GAN/CL/BV-01-C - setup /TP/GAN/CL/BV-01-C - setup complete /TP/GAN/CL/BV-01-C - run /TP/GAN/CL/BV-01-C - test passed /TP/GAN/CL/BV-01-C - teardown /TP/GAN/CL/BV-01-C - teardown complete /TP/GAN/CL/BV-01-C - done /TP/GAN/SR/BV-01-C - init /TP/GAN/SR/BV-01-C - setup /TP/GAN/SR/BV-01-C - setup complete /TP/GAN/SR/BV-01-C - run /TP/GAN/SR/BV-01-C - test passed /TP/GAN/SR/BV-01-C - teardown /TP/GAN/SR/BV-01-C - teardown complete /TP/GAN/SR/BV-01-C - done /TP/GAI/SR/BV-01-C - init /TP/GAI/SR/BV-01-C - setup /TP/GAI/SR/BV-01-C - setup complete /TP/GAI/SR/BV-01-C - run /TP/GAI/SR/BV-01-C - test passed /TP/GAI/SR/BV-01-C - teardown /TP/GAI/SR/BV-01-C - teardown complete /TP/GAI/SR/BV-01-C - done /TP/GAI/CL/BV-01-C - init /TP/GAI/CL/BV-01-C - setup /TP/GAI/CL/BV-01-C - setup complete /TP/GAI/CL/BV-01-C - run /TP/GAI/CL/BV-01-C - test passed /TP/GAI/CL/BV-01-C - teardown /TP/GAI/CL/BV-01-C - teardown complete /TP/GAI/CL/BV-01-C - done /TP/GAR/CL/BV-06-C - init /TP/GAR/CL/BV-06-C - setup /TP/GAR/CL/BV-06-C - setup complete /TP/GAR/CL/BV-06-C - run /TP/GAR/CL/BV-06-C - test passed /TP/GAR/CL/BV-06-C - teardown /TP/GAR/CL/BV-06-C - teardown complete /TP/GAR/CL/BV-06-C - done /TP/GAR/CL/BI-23-C - init /TP/GAR/CL/BI-23-C - setup /TP/GAR/CL/BI-23-C - setup complete /TP/GAR/CL/BI-23-C - run /TP/GAR/CL/BI-23-C - test passed /TP/GAR/CL/BI-23-C - teardown /TP/GAR/CL/BI-23-C - teardown complete /TP/GAR/CL/BI-23-C - done /TP/GAR/CL/BI-24-C - init /TP/GAR/CL/BI-24-C - setup /TP/GAR/CL/BI-24-C - setup complete /TP/GAR/CL/BI-24-C - run /TP/GAR/CL/BI-24-C - test passed /TP/GAR/CL/BI-24-C - teardown /TP/GAR/CL/BI-24-C - teardown complete /TP/GAR/CL/BI-24-C - done /TP/GAR/CL/BI-25-C - init /TP/GAR/CL/BI-25-C - setup /TP/GAR/CL/BI-25-C - setup complete /TP/GAR/CL/BI-25-C - run /TP/GAR/CL/BI-25-C - test passed /TP/GAR/CL/BI-25-C - teardown /TP/GAR/CL/BI-25-C - teardown complete /TP/GAR/CL/BI-25-C - done /TP/GAR/CL/BI-26-C - init /TP/GAR/CL/BI-26-C - setup /TP/GAR/CL/BI-26-C - setup complete /TP/GAR/CL/BI-26-C - run /TP/GAR/CL/BI-26-C - test passed /TP/GAR/CL/BI-26-C - teardown /TP/GAR/CL/BI-26-C - teardown complete /TP/GAR/CL/BI-26-C - done /TP/GAR/CL/BI-26-C/auto - init /TP/GAR/CL/BI-26-C/auto - setup /TP/GAR/CL/BI-26-C/auto - setup complete /TP/GAR/CL/BI-26-C/auto - run /TP/GAR/CL/BI-26-C/auto - test passed /TP/GAR/CL/BI-26-C/auto - teardown /TP/GAR/CL/BI-26-C/auto - teardown complete /TP/GAR/CL/BI-26-C/auto - done /TP/GAR/CL/BI-27-C - init /TP/GAR/CL/BI-27-C - setup /TP/GAR/CL/BI-27-C - setup complete /TP/GAR/CL/BI-27-C - run /TP/GAR/CL/BI-27-C - test passed /TP/GAR/CL/BI-27-C - teardown /TP/GAR/CL/BI-27-C - teardown complete /TP/GAR/CL/BI-27-C - done /TP/GAR/CL/BV-07-C - init /TP/GAR/CL/BV-07-C - setup /TP/GAR/CL/BV-07-C - setup complete /TP/GAR/CL/BV-07-C - run /TP/GAR/CL/BV-07-C - test passed /TP/GAR/CL/BV-07-C - teardown /TP/GAR/CL/BV-07-C - teardown complete /TP/GAR/CL/BV-07-C - done /TP/GAR/CL/BV-07-C/512B - init /TP/GAR/CL/BV-07-C/512B - setup /TP/GAR/CL/BV-07-C/512B - setup complete /TP/GAR/CL/BV-07-C/512B - run /TP/GAR/CL/BV-07-C/512B - test passed /TP/GAR/CL/BV-07-C/512B - teardown /TP/GAR/CL/BV-07-C/512B - teardown complete /TP/GAR/CL/BV-07-C/512B - done /TP/GAR/CL/BI-28-C - init /TP/GAR/CL/BI-28-C - setup /TP/GAR/CL/BI-28-C - setup complete /TP/GAR/CL/BI-28-C - run /TP/GAR/CL/BI-28-C - test passed /TP/GAR/CL/BI-28-C - teardown /TP/GAR/CL/BI-28-C - teardown complete /TP/GAR/CL/BI-28-C - done /TP/GAR/CL/BI-29-C - init /TP/GAR/CL/BI-29-C - setup /TP/GAR/CL/BI-29-C - setup complete /TP/GAR/CL/BI-29-C - run /TP/GAR/CL/BI-29-C - test passed /TP/GAR/CL/BI-29-C - teardown /TP/GAR/CL/BI-29-C - teardown complete /TP/GAR/CL/BI-29-C - done /TP/GAR/CL/BI-30-C - init /TP/GAR/CL/BI-30-C - setup /TP/GAR/CL/BI-30-C - setup complete /TP/GAR/CL/BI-30-C - run /TP/GAR/CL/BI-30-C - test passed /TP/GAR/CL/BI-30-C - teardown /TP/GAR/CL/BI-30-C - teardown complete /TP/GAR/CL/BI-30-C - done /TP/GAR/CL/BI-31-C - init /TP/GAR/CL/BI-31-C - setup /TP/GAR/CL/BI-31-C - setup complete /TP/GAR/CL/BI-31-C - run /TP/GAR/CL/BI-31-C - test passed /TP/GAR/CL/BI-31-C - teardown /TP/GAR/CL/BI-31-C - teardown complete /TP/GAR/CL/BI-31-C - done /TP/GAR/CL/BI-32-C - init /TP/GAR/CL/BI-32-C - setup /TP/GAR/CL/BI-32-C - setup complete /TP/GAR/CL/BI-32-C - run /TP/GAR/CL/BI-32-C - test passed /TP/GAR/CL/BI-32-C - teardown /TP/GAR/CL/BI-32-C - teardown complete /TP/GAR/CL/BI-32-C - done /TP/GAR/CL/BI-32-C/auto - init /TP/GAR/CL/BI-32-C/auto - setup /TP/GAR/CL/BI-32-C/auto - setup complete /TP/GAR/CL/BI-32-C/auto - run /TP/GAR/CL/BI-32-C/auto - test passed /TP/GAR/CL/BI-32-C/auto - teardown /TP/GAR/CL/BI-32-C/auto - teardown complete /TP/GAR/CL/BI-32-C/auto - done /TP/GAR/CL/BI-33-C - init /TP/GAR/CL/BI-33-C - setup /TP/GAR/CL/BI-33-C - setup complete /TP/GAR/CL/BI-33-C - run /TP/GAR/CL/BI-33-C - test passed /TP/GAR/CL/BI-33-C - teardown /TP/GAR/CL/BI-33-C - teardown complete /TP/GAR/CL/BI-33-C - done /TP/GAR/CL/BI-34-C - init /TP/GAR/CL/BI-34-C - setup /TP/GAR/CL/BI-34-C - setup complete /TP/GAR/CL/BI-34-C - run /TP/GAR/CL/BI-34-C - test passed /TP/GAR/CL/BI-34-C - teardown /TP/GAR/CL/BI-34-C - teardown complete /TP/GAR/CL/BI-34-C - done /TP/GAR/CL/BI-35-C - init /TP/GAR/CL/BI-35-C - setup /TP/GAR/CL/BI-35-C - setup complete /TP/GAR/CL/BI-35-C - run /TP/GAR/CL/BI-35-C - test passed /TP/GAR/CL/BI-35-C - teardown /TP/GAR/CL/BI-35-C - teardown complete /TP/GAR/CL/BI-35-C - done /TP/GAW/CL/BV-01-C - init /TP/GAW/CL/BV-01-C - setup /TP/GAW/CL/BV-01-C - setup complete /TP/GAW/CL/BV-01-C - run /TP/GAW/CL/BV-01-C - test passed /TP/GAW/CL/BV-01-C - teardown /TP/GAW/CL/BV-01-C - teardown complete /TP/GAW/CL/BV-01-C - done /TP/GAW/CL/BV-02-C - init /TP/GAW/CL/BV-02-C - setup /TP/GAW/CL/BV-02-C - setup complete /TP/GAW/CL/BV-02-C - run /TP/GAW/CL/BV-02-C - test not run /TP/GAW/CL/BV-02-C - teardown /TP/GAW/CL/BV-02-C - teardown complete /TP/GAW/CL/BV-02-C - done /TP/GAW/CL/BV-02-C/seclevel - init /TP/GAW/CL/BV-02-C/seclevel - setup /TP/GAW/CL/BV-02-C/seclevel - setup complete /TP/GAW/CL/BV-02-C/seclevel - run /TP/GAW/CL/BV-02-C/seclevel - test passed /TP/GAW/CL/BV-02-C/seclevel - teardown /TP/GAW/CL/BV-02-C/seclevel - teardown complete /TP/GAW/CL/BV-02-C/seclevel - done /TP/GAW/CL/BV-03-C - init /TP/GAW/CL/BV-03-C - setup /TP/GAW/CL/BV-03-C - setup complete /TP/GAW/CL/BV-03-C - run /TP/GAW/CL/BV-03-C - test passed /TP/GAW/CL/BV-03-C - teardown /TP/GAW/CL/BV-03-C - teardown complete /TP/GAW/CL/BV-03-C - done /TP/GAW/CL/BI-02-C - init /TP/GAW/CL/BI-02-C - setup /TP/GAW/CL/BI-02-C - setup complete /TP/GAW/CL/BI-02-C - run /TP/GAW/CL/BI-02-C - test passed /TP/GAW/CL/BI-02-C - teardown /TP/GAW/CL/BI-02-C - teardown complete /TP/GAW/CL/BI-02-C - done /TP/GAW/CL/BI-03-C - init /TP/GAW/CL/BI-03-C - setup /TP/GAW/CL/BI-03-C - setup complete /TP/GAW/CL/BI-03-C - run /TP/GAW/CL/BI-03-C - test passed /TP/GAW/CL/BI-03-C - teardown /TP/GAW/CL/BI-03-C - teardown complete /TP/GAW/CL/BI-03-C - done /TP/GAW/CL/BI-04-C - init /TP/GAW/CL/BI-04-C - setup /TP/GAW/CL/BI-04-C - setup complete /TP/GAW/CL/BI-04-C - run /TP/GAW/CL/BI-04-C - test passed /TP/GAW/CL/BI-04-C - teardown /TP/GAW/CL/BI-04-C - teardown complete /TP/GAW/CL/BI-04-C - done /TP/GAW/CL/BI-05-C - init /TP/GAW/CL/BI-05-C - setup /TP/GAW/CL/BI-05-C - setup complete /TP/GAW/CL/BI-05-C - run /TP/GAW/CL/BI-05-C - test passed /TP/GAW/CL/BI-05-C - teardown /TP/GAW/CL/BI-05-C - teardown complete /TP/GAW/CL/BI-05-C - done /TP/GAW/CL/BI-05-C/auto - init /TP/GAW/CL/BI-05-C/auto - setup /TP/GAW/CL/BI-05-C/auto - setup complete /TP/GAW/CL/BI-05-C/auto - run /TP/GAW/CL/BI-05-C/auto - test passed /TP/GAW/CL/BI-05-C/auto - teardown /TP/GAW/CL/BI-05-C/auto - teardown complete /TP/GAW/CL/BI-05-C/auto - done /TP/GAW/CL/BI-06-C - init /TP/GAW/CL/BI-06-C - setup /TP/GAW/CL/BI-06-C - setup complete /TP/GAW/CL/BI-06-C - run /TP/GAW/CL/BI-06-C - test passed /TP/GAW/CL/BI-06-C - teardown /TP/GAW/CL/BI-06-C - teardown complete /TP/GAW/CL/BI-06-C - done /TP/GAW/SR/BV-07-C/small - init /TP/GAW/SR/BV-07-C/small - setup /TP/GAW/SR/BV-07-C/small - setup complete /TP/GAW/SR/BV-07-C/small - run /TP/GAW/SR/BV-07-C/small - test passed /TP/GAW/SR/BV-07-C/small - teardown /TP/GAW/SR/BV-07-C/small - teardown complete /TP/GAW/SR/BV-07-C/small - done /TP/GAW/SR/BV-07-C/large-1 - init /TP/GAW/SR/BV-07-C/large-1 - setup /TP/GAW/SR/BV-07-C/large-1 - setup complete /TP/GAW/SR/BV-07-C/large-1 - run /TP/GAW/SR/BV-07-C/large-1 - test passed /TP/GAW/SR/BV-07-C/large-1 - teardown /TP/GAW/SR/BV-07-C/large-1 - teardown complete /TP/GAW/SR/BV-07-C/large-1 - done /TP/GAW/SR/BV-03-C/small - init /TP/GAW/SR/BV-03-C/small - setup /TP/GAW/SR/BV-03-C/small - setup complete /TP/GAW/SR/BV-03-C/small - run /TP/GAW/SR/BV-03-C/small - test passed /TP/GAW/SR/BV-03-C/small - teardown /TP/GAW/SR/BV-03-C/small - teardown complete /TP/GAW/SR/BV-03-C/small - done /TP/GAW/SR/BV-03-C/large-1 - init /TP/GAW/SR/BV-03-C/large-1 - setup /TP/GAW/SR/BV-03-C/large-1 - setup complete /TP/GAW/SR/BV-03-C/large-1 - run /TP/GAW/SR/BV-03-C/large-1 - test passed /TP/GAW/SR/BV-03-C/large-1 - teardown /TP/GAW/SR/BV-03-C/large-1 - teardown complete /TP/GAW/SR/BV-03-C/large-1 - done /TP/GAW/SR/BI-02-C/small - init /TP/GAW/SR/BI-02-C/small - setup /TP/GAW/SR/BI-02-C/small - setup complete /TP/GAW/SR/BI-02-C/small - run /TP/GAW/SR/BI-02-C/small - test passed /TP/GAW/SR/BI-02-C/small - teardown /TP/GAW/SR/BI-02-C/small - teardown complete /TP/GAW/SR/BI-02-C/small - done /TP/GAW/SR/BI-02-C/large-1 - init /TP/GAW/SR/BI-02-C/large-1 - setup /TP/GAW/SR/BI-02-C/large-1 - setup complete /TP/GAW/SR/BI-02-C/large-1 - run /TP/GAW/SR/BI-02-C/large-1 - test passed /TP/GAW/SR/BI-02-C/large-1 - teardown /TP/GAW/SR/BI-02-C/large-1 - teardown complete /TP/GAW/SR/BI-02-C/large-1 - done /TP/GAW/SR/BI-03-C/small - init /TP/GAW/SR/BI-03-C/small - setup /TP/GAW/SR/BI-03-C/small - setup complete /TP/GAW/SR/BI-03-C/small - run /TP/GAW/SR/BI-03-C/small - test passed /TP/GAW/SR/BI-03-C/small - teardown /TP/GAW/SR/BI-03-C/small - teardown complete /TP/GAW/SR/BI-03-C/small - done /TP/GAW/SR/BI-03-C/large-1 - init /TP/GAW/SR/BI-03-C/large-1 - setup /TP/GAW/SR/BI-03-C/large-1 - setup complete /TP/GAW/SR/BI-03-C/large-1 - run /TP/GAW/SR/BI-03-C/large-1 - test passed /TP/GAW/SR/BI-03-C/large-1 - teardown /TP/GAW/SR/BI-03-C/large-1 - teardown complete /TP/GAW/SR/BI-03-C/large-1 - done /TP/GAW/CL/BV-05-C - init /TP/GAW/CL/BV-05-C - setup /TP/GAW/CL/BV-05-C - setup complete /TP/GAW/CL/BV-05-C - run /TP/GAW/CL/BV-05-C - test passed /TP/GAW/CL/BV-05-C - teardown /TP/GAW/CL/BV-05-C - teardown complete /TP/GAW/CL/BV-05-C - done /TP/GAW/CL/BI-07-C - init /TP/GAW/CL/BI-07-C - setup /TP/GAW/CL/BI-07-C - setup complete /TP/GAW/CL/BI-07-C - run /TP/GAW/CL/BI-07-C - test passed /TP/GAW/CL/BI-07-C - teardown /TP/GAW/CL/BI-07-C - teardown complete /TP/GAW/CL/BI-07-C - done /TP/GAW/CL/BI-08-C - init /TP/GAW/CL/BI-08-C - setup /TP/GAW/CL/BI-08-C - setup complete /TP/GAW/CL/BI-08-C - run /TP/GAW/CL/BI-08-C - test passed /TP/GAW/CL/BI-08-C - teardown /TP/GAW/CL/BI-08-C - teardown complete /TP/GAW/CL/BI-08-C - done /TP/GAW/CL/BI-11-C - init /TP/GAW/CL/BI-11-C - setup /TP/GAW/CL/BI-11-C - setup complete /TP/GAW/CL/BI-11-C - run /TP/GAW/CL/BI-11-C - test passed /TP/GAW/CL/BI-11-C - teardown /TP/GAW/CL/BI-11-C - teardown complete /TP/GAW/CL/BI-11-C - done /TP/GAW/CL/BI-12-C - init /TP/GAW/CL/BI-12-C - setup /TP/GAW/CL/BI-12-C - setup complete /TP/GAW/CL/BI-12-C - run /TP/GAW/CL/BI-12-C - test passed /TP/GAW/CL/BI-12-C - teardown /TP/GAW/CL/BI-12-C - teardown complete /TP/GAW/CL/BI-12-C - done /TP/GAW/CL/BI-13-C - init /TP/GAW/CL/BI-13-C - setup /TP/GAW/CL/BI-13-C - setup complete /TP/GAW/CL/BI-13-C - run /TP/GAW/CL/BI-13-C - test passed /TP/GAW/CL/BI-13-C - teardown /TP/GAW/CL/BI-13-C - teardown complete /TP/GAW/CL/BI-13-C - done /TP/GAW/SR/BV-05-C/small - init /TP/GAW/SR/BV-05-C/small - setup /TP/GAW/SR/BV-05-C/small - setup complete /TP/GAW/SR/BV-05-C/small - run /TP/GAW/SR/BV-05-C/small - test passed /TP/GAW/SR/BV-05-C/small - teardown /TP/GAW/SR/BV-05-C/small - teardown complete /TP/GAW/SR/BV-05-C/small - done /TP/GAW/SR/BV-05-C/large-1 - init /TP/GAW/SR/BV-05-C/large-1 - setup /TP/GAW/SR/BV-05-C/large-1 - setup complete /TP/GAW/SR/BV-05-C/large-1 - run /TP/GAW/SR/BV-05-C/large-1 - test passed /TP/GAW/SR/BV-05-C/large-1 - teardown /TP/GAW/SR/BV-05-C/large-1 - teardown complete /TP/GAW/SR/BV-05-C/large-1 - done /TP/GAW/SR/BI-07-C/small - init /TP/GAW/SR/BI-07-C/small - setup /TP/GAW/SR/BI-07-C/small - setup complete /TP/GAW/SR/BI-07-C/small - run /TP/GAW/SR/BI-07-C/small - test passed /TP/GAW/SR/BI-07-C/small - teardown /TP/GAW/SR/BI-07-C/small - teardown complete /TP/GAW/SR/BI-07-C/small - done /TP/GAW/SR/BI-07-C/large-1 - init /TP/GAW/SR/BI-07-C/large-1 - setup /TP/GAW/SR/BI-07-C/large-1 - setup complete /TP/GAW/SR/BI-07-C/large-1 - run /TP/GAW/SR/BI-07-C/large-1 - test passed /TP/GAW/SR/BI-07-C/large-1 - teardown /TP/GAW/SR/BI-07-C/large-1 - teardown complete /TP/GAW/SR/BI-07-C/large-1 - done /TP/GAW/SR/BI-08-C/small - init /TP/GAW/SR/BI-08-C/small - setup /TP/GAW/SR/BI-08-C/small - setup complete /TP/GAW/SR/BI-08-C/small - run /TP/GAW/SR/BI-08-C/small - test passed /TP/GAW/SR/BI-08-C/small - teardown /TP/GAW/SR/BI-08-C/small - teardown complete /TP/GAW/SR/BI-08-C/small - done /TP/GAW/SR/BI-08-C/large-1 - init /TP/GAW/SR/BI-08-C/large-1 - setup /TP/GAW/SR/BI-08-C/large-1 - setup complete /TP/GAW/SR/BI-08-C/large-1 - run /TP/GAW/SR/BI-08-C/large-1 - test passed /TP/GAW/SR/BI-08-C/large-1 - teardown /TP/GAW/SR/BI-08-C/large-1 - teardown complete /TP/GAW/SR/BI-08-C/large-1 - done /TP/GAW/CL/BV-06-C - init /TP/GAW/CL/BV-06-C - setup /TP/GAW/CL/BV-06-C - setup complete /TP/GAW/CL/BV-06-C - run /TP/GAW/CL/BV-06-C - test passed /TP/GAW/CL/BV-06-C - teardown /TP/GAW/CL/BV-06-C - teardown complete /TP/GAW/CL/BV-06-C - done /TP/GAW/CL/BI-14-C - init /TP/GAW/CL/BI-14-C - setup /TP/GAW/CL/BI-14-C - setup complete /TP/GAW/CL/BI-14-C - run /TP/GAW/CL/BI-14-C - test passed /TP/GAW/CL/BI-14-C - teardown /TP/GAW/CL/BI-14-C - teardown complete /TP/GAW/CL/BI-14-C - done /TP/GAW/CL/BI-15-C - init /TP/GAW/CL/BI-15-C - setup /TP/GAW/CL/BI-15-C - setup complete /TP/GAW/CL/BI-15-C - run /TP/GAW/CL/BI-15-C - test passed /TP/GAW/CL/BI-15-C - teardown /TP/GAW/CL/BI-15-C - teardown complete /TP/GAW/CL/BI-15-C - done /TP/GAW/CL/BI-17-C - init /TP/GAW/CL/BI-17-C - setup /TP/GAW/CL/BI-17-C - setup complete /TP/GAW/CL/BI-17-C - run /TP/GAW/CL/BI-17-C - test passed /TP/GAW/CL/BI-17-C - teardown /TP/GAW/CL/BI-17-C - teardown complete /TP/GAW/CL/BI-17-C - done /TP/GAW/CL/BI-18-C - init /TP/GAW/CL/BI-18-C - setup /TP/GAW/CL/BI-18-C - setup complete /TP/GAW/CL/BI-18-C - run /TP/GAW/CL/BI-18-C - test passed /TP/GAW/CL/BI-18-C - teardown /TP/GAW/CL/BI-18-C - teardown complete /TP/GAW/CL/BI-18-C - done /TP/GAW/CL/BI-18-C/auto - init /TP/GAW/CL/BI-18-C/auto - setup /TP/GAW/CL/BI-18-C/auto - setup complete /TP/GAW/CL/BI-18-C/auto - run /TP/GAW/CL/BI-18-C/auto - test passed /TP/GAW/CL/BI-18-C/auto - teardown /TP/GAW/CL/BI-18-C/auto - teardown complete /TP/GAW/CL/BI-18-C/auto - done /TP/GAW/CL/BI-19-C - init /TP/GAW/CL/BI-19-C - setup /TP/GAW/CL/BI-19-C - setup complete /TP/GAW/CL/BI-19-C - run /TP/GAW/CL/BI-19-C - test passed /TP/GAW/CL/BI-19-C - teardown /TP/GAW/CL/BI-19-C - teardown complete /TP/GAW/CL/BI-19-C - done /TP/GAW/SR/BV-06-C/small - init /TP/GAW/SR/BV-06-C/small - setup /TP/GAW/SR/BV-06-C/small - setup complete /TP/GAW/SR/BV-06-C/small - run /TP/GAW/SR/BV-06-C/small - test passed /TP/GAW/SR/BV-06-C/small - teardown /TP/GAW/SR/BV-06-C/small - teardown complete /TP/GAW/SR/BV-06-C/small - done /TP/GAW/SR/BV-06-C/large-1 - init /TP/GAW/SR/BV-06-C/large-1 - setup /TP/GAW/SR/BV-06-C/large-1 - setup complete /TP/GAW/SR/BV-06-C/large-1 - run /TP/GAW/SR/BV-06-C/large-1 - test passed /TP/GAW/SR/BV-06-C/large-1 - teardown /TP/GAW/SR/BV-06-C/large-1 - teardown complete /TP/GAW/SR/BV-06-C/large-1 - done /TP/GAW/SR/BV-10-C/small - init /TP/GAW/SR/BV-10-C/small - setup /TP/GAW/SR/BV-10-C/small - setup complete /TP/GAW/SR/BV-10-C/small - run /TP/GAW/SR/BV-10-C/small - test passed /TP/GAW/SR/BV-10-C/small - teardown /TP/GAW/SR/BV-10-C/small - teardown complete /TP/GAW/SR/BV-10-C/small - done /TP/GAW/SR/BV-10-C/large-1 - init /TP/GAW/SR/BV-10-C/large-1 - setup /TP/GAW/SR/BV-10-C/large-1 - setup complete /TP/GAW/SR/BV-10-C/large-1 - run /TP/GAW/SR/BV-10-C/large-1 - test passed /TP/GAW/SR/BV-10-C/large-1 - teardown /TP/GAW/SR/BV-10-C/large-1 - teardown complete /TP/GAW/SR/BV-10-C/large-1 - done /TP/GAW/SR/BI-14-C/small - init /TP/GAW/SR/BI-14-C/small - setup /TP/GAW/SR/BI-14-C/small - setup complete /TP/GAW/SR/BI-14-C/small - run /TP/GAW/SR/BI-14-C/small - test passed /TP/GAW/SR/BI-14-C/small - teardown /TP/GAW/SR/BI-14-C/small - teardown complete /TP/GAW/SR/BI-14-C/small - done /TP/GAW/SR/BI-14-C/large-1 - init /TP/GAW/SR/BI-14-C/large-1 - setup /TP/GAW/SR/BI-14-C/large-1 - setup complete /TP/GAW/SR/BI-14-C/large-1 - run /TP/GAW/SR/BI-14-C/large-1 - test passed /TP/GAW/SR/BI-14-C/large-1 - teardown /TP/GAW/SR/BI-14-C/large-1 - teardown complete /TP/GAW/SR/BI-14-C/large-1 - done /TP/GAW/SR/BI-15-C/small - init /TP/GAW/SR/BI-15-C/small - setup /TP/GAW/SR/BI-15-C/small - setup complete /TP/GAW/SR/BI-15-C/small - run /TP/GAW/SR/BI-15-C/small - test passed /TP/GAW/SR/BI-15-C/small - teardown /TP/GAW/SR/BI-15-C/small - teardown complete /TP/GAW/SR/BI-15-C/small - done /TP/GAW/SR/BI-15-C/large-1 - init /TP/GAW/SR/BI-15-C/large-1 - setup /TP/GAW/SR/BI-15-C/large-1 - setup complete /TP/GAW/SR/BI-15-C/large-1 - run /TP/GAW/SR/BI-15-C/large-1 - test passed /TP/GAW/SR/BI-15-C/large-1 - teardown /TP/GAW/SR/BI-15-C/large-1 - teardown complete /TP/GAW/SR/BI-15-C/large-1 - done /TP/GAW/CL/BV-08-C - init /TP/GAW/CL/BV-08-C - setup /TP/GAW/CL/BV-08-C - setup complete /TP/GAW/CL/BV-08-C - run /TP/GAW/CL/BV-08-C - test passed /TP/GAW/CL/BV-08-C - teardown /TP/GAW/CL/BV-08-C - teardown complete /TP/GAW/CL/BV-08-C - done /TP/GAW/CL/BI-20-C - init /TP/GAW/CL/BI-20-C - setup /TP/GAW/CL/BI-20-C - setup complete /TP/GAW/CL/BI-20-C - run /TP/GAW/CL/BI-20-C - test passed /TP/GAW/CL/BI-20-C - teardown /TP/GAW/CL/BI-20-C - teardown complete /TP/GAW/CL/BI-20-C - done /TP/GAW/CL/BI-21-C - init /TP/GAW/CL/BI-21-C - setup /TP/GAW/CL/BI-21-C - setup complete /TP/GAW/CL/BI-21-C - run /TP/GAW/CL/BI-21-C - test passed /TP/GAW/CL/BI-21-C - teardown /TP/GAW/CL/BI-21-C - teardown complete /TP/GAW/CL/BI-21-C - done /TP/GAW/CL/BI-22-C - init /TP/GAW/CL/BI-22-C - setup /TP/GAW/CL/BI-22-C - setup complete /TP/GAW/CL/BI-22-C - run /TP/GAW/CL/BI-22-C - test passed /TP/GAW/CL/BI-22-C - teardown /TP/GAW/CL/BI-22-C - teardown complete /TP/GAW/CL/BI-22-C - done /TP/GAW/CL/BI-23-C - init /TP/GAW/CL/BI-23-C - setup /TP/GAW/CL/BI-23-C - setup complete /TP/GAW/CL/BI-23-C - run /TP/GAW/CL/BI-23-C - test passed /TP/GAW/CL/BI-23-C - teardown /TP/GAW/CL/BI-23-C - teardown complete /TP/GAW/CL/BI-23-C - done /TP/GAW/CL/BI-23-C/auto - init /TP/GAW/CL/BI-23-C/auto - setup /TP/GAW/CL/BI-23-C/auto - setup complete /TP/GAW/CL/BI-23-C/auto - run /TP/GAW/CL/BI-23-C/auto - test passed /TP/GAW/CL/BI-23-C/auto - teardown /TP/GAW/CL/BI-23-C/auto - teardown complete /TP/GAW/CL/BI-23-C/auto - done /TP/GAW/CL/BI-24-C - init /TP/GAW/CL/BI-24-C - setup /TP/GAW/CL/BI-24-C - setup complete /TP/GAW/CL/BI-24-C - run /TP/GAW/CL/BI-24-C - test passed /TP/GAW/CL/BI-24-C - teardown /TP/GAW/CL/BI-24-C - teardown complete /TP/GAW/CL/BI-24-C - done /TP/GAW/SR/BV-08-C/small - init /TP/GAW/SR/BV-08-C/small - setup /TP/GAW/SR/BV-08-C/small - setup complete /TP/GAW/SR/BV-08-C/small - run /TP/GAW/SR/BV-08-C/small - test passed /TP/GAW/SR/BV-08-C/small - teardown /TP/GAW/SR/BV-08-C/small - teardown complete /TP/GAW/SR/BV-08-C/small - done /TP/GAW/SR/BV-08-C/large-1 - init /TP/GAW/SR/BV-08-C/large-1 - setup /TP/GAW/SR/BV-08-C/large-1 - setup complete /TP/GAW/SR/BV-08-C/large-1 - run /TP/GAW/SR/BV-08-C/large-1 - test passed /TP/GAW/SR/BV-08-C/large-1 - teardown /TP/GAW/SR/BV-08-C/large-1 - teardown complete /TP/GAW/SR/BV-08-C/large-1 - done /TP/GAW/SR/BI-20-C/small - init /TP/GAW/SR/BI-20-C/small - setup /TP/GAW/SR/BI-20-C/small - setup complete /TP/GAW/SR/BI-20-C/small - run /TP/GAW/SR/BI-20-C/small - test passed /TP/GAW/SR/BI-20-C/small - teardown /TP/GAW/SR/BI-20-C/small - teardown complete /TP/GAW/SR/BI-20-C/small - done /TP/GAW/SR/BI-20-C/large-1 - init /TP/GAW/SR/BI-20-C/large-1 - setup /TP/GAW/SR/BI-20-C/large-1 - setup complete /TP/GAW/SR/BI-20-C/large-1 - run /TP/GAW/SR/BI-20-C/large-1 - test passed /TP/GAW/SR/BI-20-C/large-1 - teardown /TP/GAW/SR/BI-20-C/large-1 - teardown complete /TP/GAW/SR/BI-20-C/large-1 - done /TP/GAW/SR/BI-21-C/small - init /TP/GAW/SR/BI-21-C/small - setup /TP/GAW/SR/BI-21-C/small - setup complete /TP/GAW/SR/BI-21-C/small - run /TP/GAW/SR/BI-21-C/small - test passed /TP/GAW/SR/BI-21-C/small - teardown /TP/GAW/SR/BI-21-C/small - teardown complete /TP/GAW/SR/BI-21-C/small - done /TP/GAW/SR/BI-21-C/large-1 - init /TP/GAW/SR/BI-21-C/large-1 - setup /TP/GAW/SR/BI-21-C/large-1 - setup complete /TP/GAW/SR/BI-21-C/large-1 - run /TP/GAW/SR/BI-21-C/large-1 - test passed /TP/GAW/SR/BI-21-C/large-1 - teardown /TP/GAW/SR/BI-21-C/large-1 - teardown complete /TP/GAW/SR/BI-21-C/large-1 - done /TP/GAW/CL/BV-09-C - init /TP/GAW/CL/BV-09-C - setup /TP/GAW/CL/BV-09-C - setup complete /TP/GAW/CL/BV-09-C - run /TP/GAW/CL/BV-09-C - test passed /TP/GAW/CL/BV-09-C - teardown /TP/GAW/CL/BV-09-C - teardown complete /TP/GAW/CL/BV-09-C - done /TP/GAW/CL/BI-25-C - init /TP/GAW/CL/BI-25-C - setup /TP/GAW/CL/BI-25-C - setup complete /TP/GAW/CL/BI-25-C - run /TP/GAW/CL/BI-25-C - test passed /TP/GAW/CL/BI-25-C - teardown /TP/GAW/CL/BI-25-C - teardown complete /TP/GAW/CL/BI-25-C - done /TP/GAW/CL/BI-26-C - init /TP/GAW/CL/BI-26-C - setup /TP/GAW/CL/BI-26-C - setup complete /TP/GAW/CL/BI-26-C - run /TP/GAW/CL/BI-26-C - test passed /TP/GAW/CL/BI-26-C - teardown /TP/GAW/CL/BI-26-C - teardown complete /TP/GAW/CL/BI-26-C - done /TP/GAW/CL/BI-29-C - init /TP/GAW/CL/BI-29-C - setup /TP/GAW/CL/BI-29-C - setup complete /TP/GAW/CL/BI-29-C - run /TP/GAW/CL/BI-29-C - test passed /TP/GAW/CL/BI-29-C - teardown /TP/GAW/CL/BI-29-C - teardown complete /TP/GAW/CL/BI-29-C - done /TP/GAW/CL/BI-30-C - init /TP/GAW/CL/BI-30-C - setup /TP/GAW/CL/BI-30-C - setup complete /TP/GAW/CL/BI-30-C - run /TP/GAW/CL/BI-30-C - test passed /TP/GAW/CL/BI-30-C - teardown /TP/GAW/CL/BI-30-C - teardown complete /TP/GAW/CL/BI-30-C - done /TP/GAW/CL/BI-31-C - init /TP/GAW/CL/BI-31-C - setup /TP/GAW/CL/BI-31-C - setup complete /TP/GAW/CL/BI-31-C - run /TP/GAW/CL/BI-31-C - test passed /TP/GAW/CL/BI-31-C - teardown /TP/GAW/CL/BI-31-C - teardown complete /TP/GAW/CL/BI-31-C - done /TP/GAW/SR/BV-09-C/small - init /TP/GAW/SR/BV-09-C/small - setup /TP/GAW/SR/BV-09-C/small - setup complete /TP/GAW/SR/BV-09-C/small - run /TP/GAW/SR/BV-09-C/small - test passed /TP/GAW/SR/BV-09-C/small - teardown /TP/GAW/SR/BV-09-C/small - teardown complete /TP/GAW/SR/BV-09-C/small - done /TP/GAW/SR/BV-09-C/large-1 - init /TP/GAW/SR/BV-09-C/large-1 - setup /TP/GAW/SR/BV-09-C/large-1 - setup complete /TP/GAW/SR/BV-09-C/large-1 - run /TP/GAW/SR/BV-09-C/large-1 - test passed /TP/GAW/SR/BV-09-C/large-1 - teardown /TP/GAW/SR/BV-09-C/large-1 - teardown complete /TP/GAW/SR/BV-09-C/large-1 - done /TP/GAW/SR/BI-25-C/small - init /TP/GAW/SR/BI-25-C/small - setup /TP/GAW/SR/BI-25-C/small - setup complete /TP/GAW/SR/BI-25-C/small - run /TP/GAW/SR/BI-25-C/small - test passed /TP/GAW/SR/BI-25-C/small - teardown /TP/GAW/SR/BI-25-C/small - teardown complete /TP/GAW/SR/BI-25-C/small - done /TP/GAW/SR/BI-25-C/large-1 - init /TP/GAW/SR/BI-25-C/large-1 - setup /TP/GAW/SR/BI-25-C/large-1 - setup complete /TP/GAW/SR/BI-25-C/large-1 - run /TP/GAW/SR/BI-25-C/large-1 - test passed /TP/GAW/SR/BI-25-C/large-1 - teardown /TP/GAW/SR/BI-25-C/large-1 - teardown complete /TP/GAW/SR/BI-25-C/large-1 - done /TP/GAW/SR/BI-26-C/small - init /TP/GAW/SR/BI-26-C/small - setup /TP/GAW/SR/BI-26-C/small - setup complete /TP/GAW/SR/BI-26-C/small - run /TP/GAW/SR/BI-26-C/small - test passed /TP/GAW/SR/BI-26-C/small - teardown /TP/GAW/SR/BI-26-C/small - teardown complete /TP/GAW/SR/BI-26-C/small - done /TP/GAW/SR/BI-26-C/large-1 - init /TP/GAW/SR/BI-26-C/large-1 - setup /TP/GAW/SR/BI-26-C/large-1 - setup complete /TP/GAW/SR/BI-26-C/large-1 - run /TP/GAW/SR/BI-26-C/large-1 - test passed /TP/GAW/SR/BI-26-C/large-1 - teardown /TP/GAW/SR/BI-26-C/large-1 - teardown complete /TP/GAW/SR/BI-26-C/large-1 - done /robustness/no-reliable-characteristic - init /robustness/no-reliable-characteristic - setup /robustness/no-reliable-characteristic - setup complete /robustness/no-reliable-characteristic - run /robustness/no-reliable-characteristic - test passed /robustness/no-reliable-characteristic - teardown /robustness/no-reliable-cha ERROR: Exit status is 9 TIMEOUT: /usr/lib/bluez5/ptest END: /usr/lib/bluez5/ptest 2017-08-12T17:32 2017-08-12T17:32 BEGIN: /usr/lib/busybox/ptest SKIP: busybox --help busybox ====================== echo -ne '' >input echo -ne '' | busybox PASS: busybox ====================== echo -ne '' >input echo -ne '' | busybox unknown 2>&1 PASS: busybox unknown ====================== echo -ne '' >input echo -ne '' | busybox --help 2>&1 PASS: busybox --help SKIP: busybox cat SKIP: busybox --help cat ====================== echo -ne '' >input echo -ne '' | busybox --help unknown 2>&1 PASS: busybox --help unknown ====================== echo -ne '' >input echo -ne '' | ./busybox-suffix PASS: ./busybox-suffix ====================== echo -ne '' >input echo -ne '' | ./busybox-suffix unknown 2>&1 PASS: ./busybox-suffix unknown ====================== echo -ne '' >input echo -ne '' | ./busybox-suffix --help 2>&1 PASS: ./busybox-suffix --help SKIP: ./busybox-suffix cat SKIP: ./busybox-suffix --help cat ====================== echo -ne '' >input echo -ne '' | ./busybox-suffix --help unknown 2>&1 PASS: ./busybox-suffix --help unknown ====================== echo -ne '' >input echo -ne '' | ./unknown 2>&1 PASS: busybox as unknown name ====================== echo -ne '' >input echo -ne '' | awk -F '[#]' '{ print NF }' PASS: awk -F case 0 ====================== echo -ne '' >input echo -ne '\n' | awk -F '[#]' '{ print NF }' PASS: awk -F case 1 ====================== echo -ne '' >input echo -ne '#\n' | awk -F '[#]' '{ print NF }' PASS: awk -F case 2 ====================== echo -ne '' >input echo -ne '#abc#\n' | awk -F '[#]' '{ print NF }' PASS: awk -F case 3 ====================== echo -ne '' >input echo -ne '#abc#zz\n' | awk -F '[#]' '{ print NF }' PASS: awk -F case 4 ====================== echo -ne '' >input echo -ne '#abc##zz\n' | awk -F '[#]' '{ print NF }' PASS: awk -F case 5 ====================== echo -ne '' >input echo -ne 'z#abc##zz\n' | awk -F '[#]' '{ print NF }' PASS: awk -F case 6 ====================== echo -ne '' >input echo -ne 'z##abc##zz\n' | awk -F '[#]' '{ print NF }' PASS: awk -F case 7 ====================== echo -ne '' >input echo -ne '' | awk 'BEGIN{if(23==23) print "foo"}' PASS: awk if operator == ====================== echo -ne '' >input echo -ne '' | awk 'BEGIN{if(23!=23) print "bar"}' PASS: awk if operator != ====================== echo -ne '' >input echo -ne '' | awk 'BEGIN{if(23>=23) print "foo"}' PASS: awk if operator >= ====================== echo -ne '' >input echo -ne '' | awk 'BEGIN{if(2 < 13) print "foo"}' PASS: awk if operator < ====================== echo -ne '' >input echo -ne '' | awk 'BEGIN{if("a"=="ab") print "bar"}' PASS: awk if string == ====================== echo -ne '' >input echo -ne '\n' | awk '{ print or(4294967295,1) }' PASS: awk bitwise op ====================== echo -ne '' >input echo -ne '' | awk ' function empty_fun(count) { # empty } END { i=1 print "L" i "\n" empty_fun(i + i + ++i) print "L" i "\n" }' PASS: awk handles empty function f(arg){} ====================== echo -ne '' >input echo -ne '' | awk ' function outer_fun() { return 1 } END { i=1 print "L" i "\n" i += outer_fun() print "L" i "\n" }' PASS: awk properly handles function from other scope ====================== echo -ne '' >input echo -ne '' | awk ' END { i=1 print "L" i "\n" i + trigger_error_fun() print "L" i "\n" }' 2>&1 PASS: awk properly handles undefined function SKIP: awk hex const 1 SKIP: awk hex const 2 SKIP: awk oct const ====================== echo -ne '' >input echo -ne '\n' | awk '{ printf "%f %f\n", "000.123", "009.123" }' PASS: awk floating const with leading zeroes ====================== echo -ne '' >input echo -ne 'a--\na--b--\na--b--c--\na--b--c--d--' | awk -F-- '{ print NF, length($NF), $NF }' PASS: awk long field sep ====================== echo -ne '' >input echo -ne 'a!b\n' | awk -F'\x21' '{print $1}' PASS: awk -F handles escapes ====================== echo -ne '' >input echo -ne 'Hi\n' | awk 'gsub("@(samp|code|file)\{","");'; echo $? PASS: awk gsub falls back to non-extended-regex ====================== echo -ne '' >input echo -ne '' | awk -f awk_t1_opt-functions.awk -f awk_t1_opth-gen.awk input echo -ne '' | awk 'BEGIN { print ":" NF ":" $0 ":" $1 ":" $2 ":" }' PASS: awk NF in BEGIN ====================== echo -ne '' >input echo -ne '' | awk ' function b(tmp) { tmp = 0; print "" tmp; #this line causes the bug return tmp; } function c(tmpc) { tmpc = b(); return tmpc; } BEGIN { print (c() ? "string" : "number"); }' PASS: awk string cast (bug 725) ====================== echo -ne '' >input echo -ne '' | awk 'BEGIN { arr [3] = 1; print arr [3] }' PASS: awk handles whitespace before array subscript ====================== echo -ne '' >input echo -ne '' | awk 'BEGIN { getline line <"doesnt_exist"; print ERRNO; ERRNO=0; close("doesnt_exist"); print ERRNO; print "Ok" }' PASS: awk handles non-existing file correctly ====================== echo -ne '' >input echo -ne '' | awk ' BEGIN { u["a"]=1 u["b"]=1 u["c"]=1 v["d"]=1 v["e"]=1 v["f"]=1 for (l in u) { print "outer1", l; for (l in v) { print " inner", l; } print "outer2", l; } print "end", l; l="a" exit; }' PASS: awk nested loops with the same variable ====================== echo -ne '' >input echo -ne '' | awk 'BEGIN {print()}' 2>&1 PASS: awk handles empty () ====================== echo -ne '' >input echo -ne 'a:b c:d\ne:f g:h' | awk '{FS=":"; print $1}' PASS: awk FS assignment ====================== echo -ne '' >input echo -ne '' | awk 'BEGIN{n=(2^31)-1; print n, int(n), n%1, ++n, int(n), n%1}' PASS: awk large integer ====================== echo -ne '' >input echo -ne '' | awk 'BEGIN{ A[1]=2; A["qwe"]="asd"; print length(A)}' PASS: awk length(array) ====================== echo -ne '' >input echo -ne 'qwe' | awk '{print length; print length(); print length("qwe"); print length(99+9)}' PASS: awk length() ====================== echo -ne 'do re mi\n' >input echo -ne '{print $2; print ARGC;}' | awk -f - input PASS: awk -f and ARGC ====================== echo -ne 'do re mi\n' >input echo -ne '' | awk -e '{print $2; print ARGC;}' input PASS: awk -e and ARGC ====================== echo -ne '' >input echo -ne 'BEGIN { if (1) break; else a = 1 }' | awk -f - 2>&1; echo $? PASS: awk break ====================== echo -ne '' >input echo -ne 'BEGIN { if (1) continue; else a = 1 }' | awk -f - 2>&1; echo $? PASS: awk continue PASS: basename-does-not-remove-identical-extension PASS: basename-works PASS: bunzip2-reads-from-standard-input PASS: bunzip2-removes-compressed-file PASS: bzcat-does-not-remove-compressed-file PASS: bunzip2: doesnt exist PASS: bunzip2: unknown suffix PASS: bunzip2: already exists PASS: bunzip2: stream unpack PASS: bunzip2: delete src PASS: bunzip2: test_bz2 file PASS: bunzip2: pbzip_4m_zeros file ====================== echo -ne '\x42\x5a\x68\x39\x31\x41\x59\x26\x53\x59\x63\x3e\xd6\xe2\x00\x00\x00\xc1\x00\x00\x10\x20\x00\x20\x00\x21\x00\x82\xb1\x77\x24\x53\x85\x09\x06\x33\xed\x6e\x20' >input echo -ne '' | echo -ne '' | bzcat input input; echo $? PASS: bzcat can print many files ====================== echo -ne '\x42\x5a\x68\x39\x17\x72\x45\x38\x50\x90\x00\x00\x00\x00' >input echo -ne '' | echo -ne '' | bzcat input input; echo $? PASS: bzcat can handle compressed zero-length bzip2 files PASS: cat-prints-a-file PASS: cat-prints-a-file-and-standard-input PASS: cmp-detects-difference PASS: cp-RHL-does_not_preserve-links PASS: cp-a-files-to-dir PASS: cp-a-preserves-links PASS: cp-copies-empty-file PASS: cp-copies-large-file PASS: cp-copies-small-file PASS: cp-d-files-to-dir PASS: cp-dev-file PASS: cp-dir-create-dir PASS: cp-dir-existing-dir PASS: cp-does-not-copy-unreadable-file PASS: cp-files-to-dir PASS: cp-follows-links SKIP: cp-parents SKIP: cp-preserves-hard-links PASS: cp-preserves-links PASS: cp-preserves-source-file ====================== echo -ne '' >input echo -ne '' | \ cd cp.testdir || exit 1; cp * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1 test ! -L file && test -f file || echo BAD: file test ! -L file_symlink && test -f file_symlink || echo BAD: file_symlink test ! -L dir && test ! -e dir || echo BAD: dir test ! -L dir_symlink && test ! -e dir_symlink || echo BAD: dir_symlink PASS: cp ====================== echo -ne '' >input echo -ne '' | \ cd cp.testdir || exit 1; cp -d * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1 test ! -L file && test -f file || echo BAD: file test -L file_symlink && test -f file_symlink || echo BAD: file_symlink test ! -L dir && test ! -e dir || echo BAD: dir test -L dir_symlink && test ! -e dir_symlink || echo BAD: dir_symlink PASS: cp -d ====================== echo -ne '' >input echo -ne '' | \ cd cp.testdir || exit 1; cp -P * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1 test ! -L file && test -f file || echo BAD: file test -L file_symlink && test -f file_symlink || echo BAD: file_symlink test ! -L dir && test ! -e dir || echo BAD: dir test -L dir_symlink && test ! -e dir_symlink || echo BAD: dir_symlink PASS: cp -P ====================== echo -ne '' >input echo -ne '' | \ cd cp.testdir || exit 1; cp -L * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1 test ! -L file && test -f file || echo BAD: file test ! -L file_symlink && test -f file_symlink || echo BAD: file_symlink test ! -L dir && test ! -e dir || echo BAD: dir test ! -L dir_symlink && test ! -e dir_symlink || echo BAD: dir_symlink PASS: cp -L ====================== echo -ne '' >input echo -ne '' | \ cd cp.testdir || exit 1; cp -H * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1 test ! -L file && test -f file || echo BAD: file test ! -L file_symlink && test -f file_symlink || echo BAD: file_symlink test ! -L dir && test ! -e dir || echo BAD: dir test ! -L dir_symlink && test ! -e dir_symlink || echo BAD: dir_symlink PASS: cp -H ====================== echo -ne '' >input echo -ne '' | \ cd cp.testdir || exit 1; cp -R * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1 test ! -L file && test -f file || echo BAD: file test -L file_symlink && test -f file_symlink || echo BAD: file_symlink test ! -L dir && test -d dir || echo BAD: dir test -L dir_symlink && test -d dir_symlink || echo BAD: dir_symlink test ! -L dir/file && test -f dir/file || echo BAD: dir/file test -L dir/file_symlink && test -f dir/file_symlink || echo BAD: dir/file_symlink PASS: cp -R ====================== echo -ne '' >input echo -ne '' | \ cd cp.testdir || exit 1; cp -Rd * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1 test ! -L file && test -f file || echo BAD: file test -L file_symlink && test -f file_symlink || echo BAD: file_symlink test ! -L dir && test -d dir || echo BAD: dir test -L dir_symlink && test -d dir_symlink || echo BAD: dir_symlink test ! -L dir/file && test -f dir/file || echo BAD: dir/file test -L dir/file_symlink && test -f dir/file_symlink || echo BAD: dir/file_symlink PASS: cp -Rd ====================== echo -ne '' >input echo -ne '' | \ cd cp.testdir || exit 1; cp -RP * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1 test ! -L file && test -f file || echo BAD: file test -L file_symlink && test -f file_symlink || echo BAD: file_symlink test ! -L dir && test -d dir || echo BAD: dir test -L dir_symlink && test -d dir_symlink || echo BAD: dir_symlink test ! -L dir/file && test -f dir/file || echo BAD: dir/file test -L dir/file_symlink && test -f dir/file_symlink || echo BAD: dir/file_symlink PASS: cp -RP ====================== echo -ne '' >input echo -ne '' | \ cd cp.testdir || exit 1; cp -RL * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1 test ! -L file && test -f file || echo BAD: file test ! -L file_symlink && test -f file_symlink || echo BAD: file_symlink test ! -L dir && test -d dir || echo BAD: dir test ! -L dir_symlink && test -d dir_symlink || echo BAD: dir_symlink test ! -L dir/file && test -f dir/file || echo BAD: dir/file test ! -L dir/file_symlink && test -f dir/file_symlink || echo BAD: dir/file_symlink PASS: cp -RL ====================== echo -ne '' >input echo -ne '' | \ cd cp.testdir || exit 1; cp -RH * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1 test ! -L file && test -f file || echo BAD: file test ! -L file_symlink && test -f file_symlink || echo BAD: file_symlink test ! -L dir && test -d dir || echo BAD: dir test ! -L dir_symlink && test -d dir_symlink || echo BAD: dir_symlink test ! -L dir/file && test -f dir/file || echo BAD: dir/file test -L dir/file_symlink && test -f dir/file_symlink || echo BAD: dir/file_symlink PASS: cp -RH ====================== echo -ne '' >input echo -ne '' | \ cd cp.testdir || exit 1; cp -RHP * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1 test ! -L file && test -f file || echo BAD: file test ! -L file_symlink && test -f file_symlink || echo BAD: file_symlink test ! -L dir && test -d dir || echo BAD: dir test ! -L dir_symlink && test -d dir_symlink || echo BAD: dir_symlink test ! -L dir/file && test -f dir/file || echo BAD: dir/file test -L dir/file_symlink && test -f dir/file_symlink || echo BAD: dir/file_symlink PASS: cp -RHP ====================== echo -ne '' >input echo -ne '' | \ cd cp.testdir || exit 1; cp -RHL * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1 test ! -L file && test -f file || echo BAD: file test ! -L file_symlink && test -f file_symlink || echo BAD: file_symlink test ! -L dir && test -d dir || echo BAD: dir test ! -L dir_symlink && test -d dir_symlink || echo BAD: dir_symlink test ! -L dir/file && test -f dir/file || echo BAD: dir/file test ! -L dir/file_symlink && test -f dir/file_symlink || echo BAD: dir/file_symlink PASS: cp -RHL ====================== echo -ne '' >input echo -ne '' | \ cd cp.testdir || exit 1; cp -RLH * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1 test ! -L file && test -f file || echo BAD: file test ! -L file_symlink && test -f file_symlink || echo BAD: file_symlink test ! -L dir && test -d dir || echo BAD: dir test ! -L dir_symlink && test -d dir_symlink || echo BAD: dir_symlink test ! -L dir/file && test -f dir/file || echo BAD: dir/file test ! -L dir/file_symlink && test -f dir/file_symlink || echo BAD: dir/file_symlink PASS: cp -RLH ====================== echo -ne '' >input echo -ne '' | echo -ne '\x42\x5a\x68\x39\x31\x41\x59\x26\x53\x59\x64\x1e\x91\x8c\x00\x00\x48\x7f\x80\x4c\x48\x08\x00\x28\x01\xff\xe0\x3f\x24\x14\x00\x0e\x20\xdc\x60\x20\x00\x92\x11\xea\xa0\x1a\x00\x00\x00\x03\x20\x8a\x93\xd4\x9a\x68\x1a\x0d\x1e\x91\xa1\xa0\x06\x98\xe3\x5c\x2f\xd9\x26\xa1\x25\x24\x20\xed\x47\xc7\x21\x40\x2b\x6e\xf2\xe6\xfe\x98\x13\x68\xa8\xbd\x82\xb2\x4f\x26\x02\x24\x16\x5b\x22\x16\x72\x74\x15\xcd\xc1\xa6\x9e\xa6\x5e\x6c\x16\x37\x35\x01\x99\xc4\x81\x21\x29\x28\x4b\x69\x51\xa9\x3c\x1a\x9b\x0a\xe1\xe4\xb4\xaf\x85\x73\xba\x23\x10\x59\xe8\xb3\xe1\xa1\x63\x05\x8c\x4f\xc5\xdc\x91\x4e\x14\x24\x19\x07\xa4\x63\x00' | bzcat | cpio -i 2>&1; echo $?; ls -ln cpio.testdir | sed 's/ */ /g' | cut -d' ' -f 1-5,9- | grep -v '^total ' PASS: cpio extracts zero-sized hardlinks ====================== echo -ne '' >input echo -ne '' | echo -ne '\x42\x5a\x68\x39\x31\x41\x59\x26\x53\x59\x64\x1e\x91\x8c\x00\x00\x48\x7f\x80\x4c\x48\x08\x00\x28\x01\xff\xe0\x3f\x24\x14\x00\x0e\x20\xdc\x60\x20\x00\x92\x11\xea\xa0\x1a\x00\x00\x00\x03\x20\x8a\x93\xd4\x9a\x68\x1a\x0d\x1e\x91\xa1\xa0\x06\x98\xe3\x5c\x2f\xd9\x26\xa1\x25\x24\x20\xed\x47\xc7\x21\x40\x2b\x6e\xf2\xe6\xfe\x98\x13\x68\xa8\xbd\x82\xb2\x4f\x26\x02\x24\x16\x5b\x22\x16\x72\x74\x15\xcd\xc1\xa6\x9e\xa6\x5e\x6c\x16\x37\x35\x01\x99\xc4\x81\x21\x29\x28\x4b\x69\x51\xa9\x3c\x1a\x9b\x0a\xe1\xe4\xb4\xaf\x85\x73\xba\x23\x10\x59\xe8\xb3\xe1\xa1\x63\x05\x8c\x4f\xc5\xdc\x91\x4e\x14\x24\x19\x07\xa4\x63\x00' | bzcat | cpio -t 2>&1; echo $? FAIL: cpio lists hardlinks --- expected +++ actual @@ -1,5 +1,3 @@ -cpio.testdir -cpio.testdir/x -cpio.testdir/y 1 blocks +cpio.testdir 0 SKIP: cpio extracts zero-sized hardlinks 2 SKIP: cpio -p with absolute paths SKIP: cpio restores suid/sgid bits ====================== echo -ne '' >input echo -ne '' | echo -ne '\x42\x5a\x68\x39\x31\x41\x59\x26\x53\x59\x64\x1e\x91\x8c\x00\x00\x48\x7f\x80\x4c\x48\x08\x00\x28\x01\xff\xe0\x3f\x24\x14\x00\x0e\x20\xdc\x60\x20\x00\x92\x11\xea\xa0\x1a\x00\x00\x00\x03\x20\x8a\x93\xd4\x9a\x68\x1a\x0d\x1e\x91\xa1\xa0\x06\x98\xe3\x5c\x2f\xd9\x26\xa1\x25\x24\x20\xed\x47\xc7\x21\x40\x2b\x6e\xf2\xe6\xfe\x98\x13\x68\xa8\xbd\x82\xb2\x4f\x26\x02\x24\x16\x5b\x22\x16\x72\x74\x15\xcd\xc1\xa6\x9e\xa6\x5e\x6c\x16\x37\x35\x01\x99\xc4\x81\x21\x29\x28\x4b\x69\x51\xa9\x3c\x1a\x9b\x0a\xe1\xe4\xb4\xaf\x85\x73\xba\x23\x10\x59\xe8\xb3\xe1\xa1\x63\x05\x8c\x4f\xc5\xdc\x91\x4e\x14\x24\x19\x07\xa4\x63\x00' | bzcat | cpio -id 2>&1; echo $? PASS: cpio extracts in existing directory PASS: cut-cuts-a-character PASS: cut-cuts-a-closed-range PASS: cut-cuts-a-field PASS: cut-cuts-an-open-range PASS: cut-cuts-an-unclosed-range ====================== echo -ne 'the quick brown fox\n' >input echo -ne 'jumps over the lazy dog\n' | cut -d' ' -f2 - input PASS: cut '-' (stdin) and multi file handling PASS: date-@-works PASS: date-R-works PASS: date-format-works PASS: date-u-works PASS: date-works PASS: date-works-1 ====================== echo -ne '' >input echo -ne '10 20+p' | dc PASS: dc basic syntax (stdin, multiple args) ====================== echo -ne '' >input echo -ne '' | dc '10 20+p' PASS: dc basic syntax (argv, single arg) ====================== echo -ne '' >input echo -ne '' | dc 10 20+p PASS: dc basic syntax (argv, multiple args) ====================== echo -ne '' >input echo -ne '' | dc '8 8 * 2 2 + / p' PASS: dc complex with spaces (single arg) ====================== echo -ne '' >input echo -ne '' | dc '8 8*2 2+/p' PASS: dc complex without spaces (single arg) ====================== echo -ne '' >input echo -ne '' | dc 8 8 \* 2 2 + / p PASS: dc complex with spaces (multiple args) ====================== echo -ne '' >input echo -ne '' | dc 8 8\*2 2+/p PASS: dc complex without spaces (multiple args) PASS: dd-accepts-if PASS: dd-accepts-of PASS: dd-copies-from-standard-input-to-standard-output PASS: dd-prints-count-to-standard-error PASS: dd-reports-write-errors ====================== echo -ne 'qwe\nasd\nzxc\n' >input echo -ne 'asd\n' | diff -u - input | sed 's/ .*//' PASS: diff of stdin ====================== echo -ne 'qwe\nasd\nzxc' >input echo -ne 'asd\n' | diff -u - input | sed 's/ .*//' PASS: diff of stdin, no newline in the file ====================== echo -ne '' >input echo -ne 'stdin' | diff - -; echo $?; wc -c PASS: diff of stdin, twice ====================== echo -ne '' >input echo -ne 'a\n' | diff -u - input | sed 's/ .*//' PASS: diff of empty file against stdin ====================== echo -ne 'a\n' >input echo -ne '' | diff -u - input | sed 's/ .*//' PASS: diff of empty file against nonempty one ====================== echo -ne 'abc' >input echo -ne 'abc ' | diff -ub - input; echo $? PASS: diff -b treats EOF as whitespace ====================== echo -ne 'a \t c\n' >input echo -ne 'a\t \tc\n' | diff -ub - input; echo $? PASS: diff -b treats all spaces as equal ====================== echo -ne 'a\n' >input echo -ne '\na\n\n' | diff -uB - input; echo $? PASS: diff -B ignores changes whose lines are all blank ====================== echo -ne 'a\n' >input echo -ne '\nb\n\n' | diff -uB - input | sed 's/ .*//' PASS: diff -B does not ignore changes whose lines are not all blank ====================== echo -ne '\n1\n' >input echo -ne '1\n' | diff -qB - input; echo $? PASS: diff -B ignores blank single line change ====================== echo -ne '0\n' >input echo -ne '1\n' | diff -qB - input; echo $? PASS: diff -B does not ignore non-blank single line change ====================== echo -ne 'abc\na c\ndef\n' >input echo -ne 'a c\n' | diff -ub - input | sed 's/ .*//' PASS: diff always takes context from old file ====================== echo -ne '' >input echo -ne '' | diff -ur diff1 diff2/subdir | sed 's/ .*//' PASS: diff diff1 diff2/subdir ====================== echo -ne '' >input echo -ne '' | diff -ur diff1 diff2/subdir/- | sed 's/ .*//' PASS: diff dir dir2/file/- ====================== echo -ne '' >input echo -ne '' | diff -ur diff1 diff2/subdir | sed 's/ .*//' PASS: diff of dir and fifo ====================== echo -ne '' >input echo -ne '' | diff -ur diff1 diff2/subdir | sed 's/ .*//' PASS: diff of file and fifo ====================== echo -ne '' >input echo -ne '' | diff -urN diff1 diff2/subdir | sed 's/ .*//' PASS: diff -rN does not read non-regular files ====================== echo -ne '' >input echo -ne '' | diff -ur diff1 diff2/ | sed 's/ .*//'; diff -ur .///diff1 diff2//// | sed 's/ .*//' PASS: diff diff1 diff2/ PASS: dirname-handles-absolute-path PASS: dirname-handles-empty-path PASS: dirname-handles-multiple-slashes PASS: dirname-handles-relative-path PASS: dirname-handles-root PASS: dirname-handles-single-component PASS: dirname-works PASS: du-h-works PASS: du-k-works PASS: du-l-works PASS: du-m-works PASS: du-s-works PASS: du-works PASS: echo-does-not-print-newline PASS: echo-prints-argument PASS: echo-prints-arguments PASS: echo-prints-dash PASS: echo-prints-newline PASS: echo-prints-non-opts PASS: echo-prints-slash-zero PASS: echo-prints-slash_00041 PASS: echo-prints-slash_0041 PASS: echo-prints-slash_041 PASS: echo-prints-slash_41 PASS: expr-big PASS: expr-works PASS: false-is-silent PASS: false-returns-failure PASS: find-supports-minus-xdev ====================== echo -ne '' >input echo -ne '' | cd find.tempdir && find -type f 2>&1 PASS: find -type f ====================== echo -ne '' >input echo -ne '' | cd find.tempdir && find testfile -exec true {} \; 2>&1; echo $? PASS: find -exec exitcode 1 ====================== echo -ne '' >input echo -ne '' | cd find.tempdir && find testfile -exec true {} + 2>&1; echo $? PASS: find -exec exitcode 2 ====================== echo -ne '' >input echo -ne '' | cd find.tempdir && find testfile -exec false {} \; 2>&1; echo $? PASS: find -exec exitcode 3 ====================== echo -ne '' >input echo -ne '' | cd find.tempdir && find testfile -exec false {} + 2>&1; echo $? PASS: find -exec exitcode 4 ====================== echo -ne '' >input echo -ne '' | grep nonexistent 2> /dev/null ; echo $? PASS: grep (exit with error) ====================== echo -ne '' >input echo -ne '' | grep grep /usr/lib/busybox/ptest/testsuite/grep.tests > /dev/null 2>&1 ; echo $? PASS: grep (exit success) ====================== echo -ne '' >input echo -ne 'one\ntwo\nthree\nthree\nthree\n' | grep two PASS: grep (default to stdin) ====================== echo -ne '' >input echo -ne 'one\ntwo\nthree\nthree\nthree\n' | grep two - PASS: grep - (specify stdin) ====================== echo -ne 'one\ntwo\nthree\nthree\nthree\n' >input echo -ne '' | grep two input PASS: grep input (specify file) ====================== echo -ne 'bug' >input echo -ne '' | grep bug input PASS: grep (no newline at EOL) ====================== echo -ne 'one\ntwo\nthree\nthree\nthree\n' >input echo -ne '' | grep two input empty 2>/dev/null PASS: grep two files ====================== echo -ne 'one\ntwo\nthree\n' >input echo -ne 'one\ntwo\ntoo\nthree\nthree\n' | grep two - input PASS: grep - infile (specify stdin and file) ====================== echo -ne '' >input echo -ne 'one\ntwo\ntwo\nthree\nthree\nthree\n' | grep two - nonexistent 2> /dev/null ; echo $? PASS: grep - nofile (specify stdin and nonexisting file) ====================== echo -ne '' >input echo -ne 'one\ntwo\ntwo\nthree\nthree\nthree\n' | grep -q nomatch - nonexistent 2> /dev/null ; echo $? PASS: grep -q - nofile (specify stdin and nonexisting file, no match) ====================== echo -ne '' >input echo -ne 'one\ntwo\ntwo\nthree\nthree\nthree\n' | grep -q two - nonexistent ; echo $? PASS: grep -q - nofile (specify stdin and nonexisting file, match) ====================== echo -ne '' >input echo -ne '' | grep -s nomatch nonexistent ; echo $? PASS: grep -s nofile (nonexisting file, no match) ====================== echo -ne '' >input echo -ne 'nomatch\ndomatch\nend\n' | grep -s domatch nonexistent - ; echo $? PASS: grep -s nofile - (stdin and nonexisting file, match) SKIP: grep handles NUL in files SKIP: grep handles NUL on stdin SKIP: grep matches NUL ====================== echo -ne 'one\ntwo\n' >input echo -ne '' | grep -e one -e two input ; echo $? PASS: grep handles multiple regexps ====================== echo -ne 'one\ntwo\n' >input echo -ne '' | grep -F -e one -e two input ; echo $? PASS: grep -F handles multiple expessions ====================== echo -ne 'FOO\n' >input echo -ne '' | grep -F -i foo input ; echo $? PASS: grep -F handles -i ====================== echo -ne 'tw\ntwo\nthree\n' >input echo -ne 'tw.\nthr\n' | grep -f - input ; echo $? PASS: grep can read regexps from stdin ====================== echo -ne 'foo\n' >input echo -ne '' | grep -x foo input ; echo $? PASS: grep -x (full match) ====================== echo -ne 'foo bar\n' >input echo -ne '' | grep -x foo input ; echo $? PASS: grep -x (partial match 1) ====================== echo -ne 'bar foo\n' >input echo -ne '' | grep -x foo input ; echo $? PASS: grep -x (partial match 2) ====================== echo -ne 'foo\n' >input echo -ne '' | grep -x -F foo input ; echo $? PASS: grep -x -F (full match) ====================== echo -ne 'foo bar\n' >input echo -ne '' | grep -x -F foo input ; echo $? PASS: grep -x -F (partial match 1) ====================== echo -ne 'bar foo\n' >input echo -ne '' | grep -x -F foo input ; echo $? PASS: grep -x -F (partial match 2) ====================== echo -ne '' >input echo -ne 'b\ar\nfoo\nbaz' | grep -E fo+ PASS: grep -E supports extended regexps ====================== echo -ne '' >input echo -ne 'foo\nbar\n' | egrep foo PASS: grep is also egrep ====================== echo -ne '' >input echo -ne 'FOO\n' | egrep foo ; [ $? -ne 0 ] && echo yes PASS: egrep is not case insensitive ====================== echo -ne '' >input echo -ne '00:19:3E:00:AA:5E 00:1D:60:3D:3A:FB 00:22:43:49:FB:AA\n' | grep -E -o '([[:xdigit:]]{2}[:-]){5}[[:xdigit:]]{2}' PASS: grep -E -o prints all matches ====================== echo -ne '' >input echo -ne '/var/test\n' | grep -o "[^/]*$" PASS: grep -o does not loop forever ====================== echo -ne '' >input echo -ne 'test\n' | grep -o "" | head -n1 PASS: grep -o does not loop forever on zero-length match ====================== echo -ne '' >input echo -ne 'test\n' | grep -f input PASS: grep -f EMPTY_FILE ====================== echo -ne '' >input echo -ne 'test\n' | grep -v -f input PASS: grep -v -f EMPTY_FILE ====================== echo -ne 'foop\n' >input echo -ne '' | grep -Fw foo input PASS: grep -Fw matches only words ====================== echo -ne 'foop foo\n' >input echo -ne '' | grep -Fw foo input PASS: grep -Fw doesn't stop on 1st mismatch ====================== echo -ne 'foop foo\n' >input echo -ne '' | grep -w foo input PASS: grep -w doesn't stop on 1st mismatch ====================== echo -ne 'strstr\n' >input echo -ne '' | grep -w ^str input PASS: grep -w ^str doesn't match str not at the beginning ====================== echo -ne 'anything\n' >input echo -ne '' | grep -w ^ input PASS: grep -w ^ doesn't hang ====================== echo -ne 'wordword\n' >input echo -ne '' | grep -w word input PASS: grep -w word doesn't match wordword ====================== echo -ne 'bword,word\nwordb,word\nbwordb,word\n' >input echo -ne '' | grep -w word input PASS: grep -w word match second word ====================== echo -ne '' >input echo -ne '' | grep -r . grep.testdir/symfoo PASS: grep -r on symlink to dir ====================== echo -ne '' >input echo -ne '' | grep -r . grep.testdir PASS: grep -r on dir/symlink to dir PASS: gunzip-reads-from-standard-input PASS: gunzip: doesnt exist PASS: gunzip: unknown suffix PASS: gunzip: already exists PASS: gunzip: stream unpack PASS: gunzip: delete src PASS: gzip-accepts-multiple-files PASS: gzip-accepts-single-minus PASS: gzip-removes-original-file PASS: head-n-works PASS: head-works PASS: hostname-d-works PASS: hostname-i-works PASS: hostname-s-works PASS: hostname-works PASS: id-g-works PASS: id-u-works PASS: id-un-works PASS: id-ur-works PASS: ln-creates-hard-links PASS: ln-creates-soft-links PASS: ln-force-creates-hard-links PASS: ln-force-creates-soft-links PASS: ln-preserves-hard-links PASS: ln-preserves-soft-links PASS: ls-1-works PASS: ls-h-works FAIL: ls-l-works + test x '!=' x + '[' -n /usr/lib/busybox/ptest/testsuite ']' + LC_ALL=C + ls -l /usr/lib/busybox/ptest/testsuite + LC_ALL=C + busybox ls -l /usr/lib/busybox/ptest/testsuite + diff -ubw logfile.gnu logfile.bb --- logfile.gnu 2017-08-12 17:32:34.187030907 +0000 +++ logfile.bb 2017-08-12 17:32:34.189030908 +0000 @@ -1,4 +1,3 @@ -total 532 -rw-r--r-- 1 root root 2052 Jul 30 20:34 README -rw-r--r-- 1 root root 983 Jul 30 20:34 TODO -rwxr-xr-x 1 root root 2703 Jul 30 20:34 all_sourcecode.tests FAIL: ls-s-works + test x '!=' x + '[' -n /usr/lib/busybox/ptest/testsuite ']' + LC_ALL=C + ls -1s /usr/lib/busybox/ptest/testsuite + LC_ALL=C + busybox ls -1s /usr/lib/busybox/ptest/testsuite + diff -ubw logfile.gnu logfile.bb --- logfile.gnu 2017-08-12 17:32:34.195030908 +0000 +++ logfile.bb 2017-08-12 17:32:34.195030908 +0000 @@ -1,4 +1,3 @@ -total 532 4 README 4 TODO 4 all_sourcecode.tests ====================== echo -ne '' >input echo -ne '' | touch ls.testdir/A ls.testdir/B; ln -s ls.testdir ls.link; ls ls.link; ls -1 ls.link/; ls -1 ls.link; rm -f ls.link PASS: ls symlink_to_dir PASS: md5sum-verifies-non-binary-file SKIP: md5sum PASS: mkdir-makes-a-directory PASS: mkdir-makes-parent-directories SKIP: mount PASS: mv-files-to-dir PASS: mv-follows-links PASS: mv-moves-empty-file PASS: mv-moves-file PASS: mv-moves-hardlinks PASS: mv-moves-large-file PASS: mv-moves-small-file PASS: mv-moves-symlinks PASS: mv-moves-unreadable-files SKIP: mv-preserves-hard-links PASS: mv-preserves-links PASS: mv-refuses-mv-dir-to-subdir PASS: mv-removes-source-file SKIP: od -b SKIP: od -b --traditional SKIP: od -b --traditional FILE ====================== echo -ne 'qwe zxc ' >input echo -ne '--- input Jan 01 01:01:01 2000 +++ input Jan 01 01:01:01 2000 @@ -1,2 +1,3 @@ qwe +asd zxc ' | patch 2>&1; echo $?; cat input PASS: patch with old_file == new_file ====================== echo -ne 'qwe zxc ' >input echo -ne '--- input.doesnt_exist Jan 01 01:01:01 2000 +++ input Jan 01 01:01:01 2000 @@ -1,2 +1,3 @@ qwe +asd zxc ' | patch 2>&1; echo $?; cat input PASS: patch with nonexistent old_file ====================== echo -ne 'qwe asd zxc ' >input echo -ne '--- input.doesnt_exist Jan 01 01:01:01 2000 +++ input Jan 01 01:01:01 2000 @@ -1,2 +1,3 @@ qwe +asd zxc ' | patch -R 2>&1; echo $?; cat input PASS: patch -R with nonexistent old_file ====================== echo -ne 'abc def 123 ' >input echo -ne '--- input.old Jan 01 01:01:01 2000 +++ input Jan 01 01:01:01 2000 @@ -1,2 +1,3 @@ abc +def 123 ' | patch 2>&1; echo $?; cat input PASS: patch detects already applied hunk ====================== echo -ne 'abc 123 456 ' >input echo -ne '--- input.old Jan 01 01:01:01 2000 +++ input Jan 01 01:01:01 2000 @@ -1,2 +1,3 @@ abc 123 +456 ' | patch 2>&1; echo $?; cat input PASS: patch detects already applied hunk at the EOF ====================== echo -ne 'abc def 123 ' >input echo -ne '--- input +++ input @@ -1,2 +1,3 @@ abc +def 123 ' | patch -N 2>&1; echo $?; cat input PASS: patch -N ignores already applied hunk ====================== echo -ne 'abc 123 ' >input echo -ne '--- foo.old +++ foo @@ -1,2 +1,3 @@ abc +def 123 ' | cat >a.patch; patch input a.patch 2>&1; echo $?; cat input; rm a.patch PASS: patch FILE PATCH ====================== echo -ne '111 222 333 444 555 666 777 888 999 ' >input echo -ne '--- input +++ input @@ -1,6 +1,4 @@ -111 -222 -333 +111changed 444 555 666 ' | patch 2>&1; cat input PASS: patch at the beginning ====================== echo -ne '' >input echo -ne '--- /dev/null +++ testfile @@ -0,0 +1 @@ +qwerty ' | patch 2>&1; echo $?; cat testfile; rm testfile PASS: patch creates new file ====================== echo -ne '' >input echo -ne '--- bogus_dir///dir2///file +++ bogus_dir///dir2///file @@ -1,2 +1,3 @@ qwe +asd zxc ' | patch -p1 2>&1; echo $? PASS: patch understands ...dir///dir... ====================== echo -ne '' >input echo -ne '' | pidof veryunlikelyoccuringbinaryname ; echo $? PASS: pidof (exit with error) ====================== echo -ne '' >input echo -ne '' | pidof pidof > /dev/null; echo $? PASS: pidof (exit with success) ====================== echo -ne '' >input echo -ne '' | pidof pidof.tests | grep -o -w 18227 PASS: pidof this SKIP: pidof -s SKIP: pidof -o %PPID NOP SKIP: pidof -o init ====================== echo -ne '' >input echo -ne '' | busybox printf '\c' foo PASS: printf produces no further output 1 ====================== echo -ne '' >input echo -ne '' | busybox printf '%s\c' foo bar PASS: printf produces no further output 2 ====================== echo -ne '' >input echo -ne '' | busybox printf '%s\n' foo $HOME PASS: printf repeatedly uses pattern for each argv ====================== echo -ne '' >input echo -ne '' | busybox printf '%b' 'a\tb' 'c\d\n' 2>&1; echo $? PASS: printf understands %b escaped_string ====================== echo -ne '' >input echo -ne '' | busybox printf '%d\n' '"x' "'y" "'zTAIL" 2>&1; echo $? PASS: printf understands %d '"x' "'y" "'zTAIL" ====================== echo -ne '' >input echo -ne '' | busybox printf '%s\n' '"x' "'y" "'zTAIL" 2>&1; echo $? PASS: printf understands %s '"x' "'y" "'zTAIL" ====================== echo -ne '' >input echo -ne '' | busybox printf '|%23.12f|\n' 5.25 2>&1; echo $? PASS: printf understands %23.12f ====================== echo -ne '' >input echo -ne '' | busybox printf '|%*.*f|\n' 23 12 5.25 2>&1; echo $? PASS: printf understands %*.*f ====================== echo -ne '' >input echo -ne '' | busybox printf '|%*f|\n' -23 5.25 2>&1; echo $? PASS: printf understands %*f with negative width ====================== echo -ne '' >input echo -ne '' | busybox printf '|%.*f|\n' -12 5.25 2>&1; echo $? PASS: printf understands %.*f with negative precision ====================== echo -ne '' >input echo -ne '' | busybox printf '|%*.*f|\n' -23 -12 5.25 2>&1; echo $? PASS: printf understands %*.*f with negative width/precision ====================== echo -ne '' >input echo -ne '' | busybox printf '%zd\n' -5 2>&1; echo $? PASS: printf understands %zd ====================== echo -ne '' >input echo -ne '' | busybox printf '%ld\n' -5 2>&1; echo $? PASS: printf understands %ld ====================== echo -ne '' >input echo -ne '' | busybox printf '%Ld\n' -5 2>&1; echo $? PASS: printf understands %Ld ====================== echo -ne '' >input echo -ne '' | busybox printf '%d\n' 1 - 2 bad 3 123bad 4 2>&1; echo $? PASS: printf handles %d bad_input ====================== echo -ne '' >input echo -ne '' | busybox printf '%' a b c 2>&1; echo $? PASS: printf aborts on bare % ====================== echo -ne '' >input echo -ne '' | busybox printf '%r' a b c 2>&1; echo $? PASS: printf aborts on %r PASS: pwd-prints-working-directory ====================== echo -ne '' >input echo -ne '' | readlink ./readlink_testdir/testfile PASS: readlink on a file ====================== echo -ne '' >input echo -ne '' | readlink ./testlink PASS: readlink on a link ====================== echo -ne '' >input echo -ne '' | readlink -f ./readlink_testdir/testfile PASS: readlink -f on a file ====================== echo -ne '' >input echo -ne '' | readlink -f ./testlink PASS: readlink -f on a link ====================== echo -ne '' >input echo -ne '' | readlink -f ./readlink_testdir/readlink_testdir/testlink PASS: readlink -f on an invalid link ====================== echo -ne '' >input echo -ne '' | readlink -f readlink_testdir/../readlink_testdir/testfile PASS: readlink -f on a wierd dir PASS: rm-removes-file PASS: rmdir-removes-parent-directories ====================== echo -ne '' >input echo -ne 'hello\n' | sed "" PASS: sed no files (stdin) ====================== echo -ne '' >input echo -ne 'hello\n' | sed "" - PASS: sed explicit stdin ====================== echo -ne '' >input echo -ne '\n' | sed -e 's/$/@/' PASS: sed handles empty lines ====================== echo -ne '' >input echo -ne 'hello' | sed "" - - PASS: sed stdin twice ====================== echo -ne '' >input echo -ne '' | sed -e '1 d' PASS: sed accepts blanks before command ====================== echo -ne '' >input echo -ne '2\n' | sed -e 'i1 a3' PASS: sed accepts newlines in -e ====================== echo -ne '' >input echo -ne '2\n' | sed -e 'i\' -e '1' -e 'a\' -e '3' PASS: sed accepts multiple -e ====================== echo -ne '' >input echo -ne 'foo\n' | sed -n -e s/foo/bar/ -e s/bar/baz/ PASS: sed -n ====================== echo -ne '' >input echo -ne 'string\n' | sed 's/z*//g' PASS: sed with empty match ====================== echo -ne '' >input echo -ne 'foo\n' | sed -e s/foo/bar/p -e s/bar/baz/p PASS: sed s//p ====================== echo -ne '' >input echo -ne 'abc\n' | sed -ne s/abc/def/p PASS: sed -n s//p ====================== echo -ne '' >input echo -ne '12345\n' | sed -e 's/[[:space:]]*/,/g' PASS: sed s//g (exhaustive) ====================== echo -ne '' >input echo -ne 'woo\n' | sed -e 's woo boing ' PASS: sed s arbitrary delimiter ====================== echo -ne '' >input echo -ne 'foo\n' | sed -e s/foo/bar/ -e s/bar/baz/ PASS: sed s chains ====================== echo -ne '' >input echo -ne 'foo\n' | sed -e s/foo/bar/ -e s/baz/nee/ PASS: sed s chains2 ====================== echo -ne '' >input echo -ne 'one@two' | sed -e 's@[@]@@' PASS: sed s [delimiter] ====================== echo -ne '' >input echo -ne 'one\ttwo' | sed 's/\t/ /' PASS: sed s with \t (GNU ext) ====================== echo -ne '' >input echo -ne 'foo\n' | sed -e 'b one;p;: one' PASS: sed b (branch) ====================== echo -ne '' >input echo -ne 'foo\n' | sed -e 'b;p' PASS: sed b (branch with no label jumps to end) ====================== echo -ne '' >input echo -ne 'a\nb\nc\n' | sed -e 's/a/1/;t one;p;: one;p' PASS: sed t (test/branch) ====================== echo -ne '' >input echo -ne 'a\nb\nc\n' | sed -e 's/a/b/;:loop;t loop' PASS: sed t (test/branch clears test bit) ====================== echo -ne '' >input echo -ne 'a\nb\nc\n' | sed -e 's/a/1/;T notone;p;: notone;p' PASS: sed T (!test/branch) ====================== echo -ne '' >input echo -ne 'a\nb\nc\n' | sed -e 'n;p' PASS: sed n (flushes pattern space, terminates early) ====================== echo -ne '' >input echo -ne 'a\nb\nc\n' | sed -e 'N;p' PASS: sed N (flushes pattern space (GNU behavior)) ====================== echo -ne '' >input echo -ne 'a\nb\nc\n' | sed ':a;N;s/\n/ /;ta' PASS: sed N test2 ====================== echo -ne '' >input echo -ne 'a\nb\nc\n' | sed 'N;s/\n/ /' PASS: sed N test3 ====================== echo -ne '' >input echo -ne 'a\nb\nc\nd\n' | sed "/b/N;/b\\nc/i woo" PASS: sed address match newline ====================== echo -ne '' >input echo -ne 'a\nb\nc\n' | sed -n 'N;P;p' PASS: sed N (stops at end of input) and P (prints to first newline only) ====================== echo -ne '' >input echo -ne 'a\nb\nc\n' | sed G PASS: sed G (append hold space to pattern space) ====================== echo -ne '' >input echo -ne 'ook\n' | sed -e '/ook/d;s/ook/ping/p;i woot' PASS: sed d ends script iteration ====================== echo -ne '' >input echo -ne 'ook\nwoot\n' | sed -e '/ook/d;a\' -e 'bang' PASS: sed d ends script iteration (2) ====================== echo -ne '' >input echo -ne '\0woo\0woo\0' | sed -e 's/woo/bang/' FAIL: sed embedded NUL Files expected and actual differ ====================== echo -ne '' >input echo -ne 'woo\0woo\0' | sed -e 's/woo/bang/g' PASS: sed embedded NUL g ====================== echo -ne '' >input echo -ne 'woo' | sed -f sed.commands FAIL: sed NUL in command --- expected +++ actual @@ -1,2 +0,0 @@ -woo -hello ====================== echo -ne 'woo\n' >input echo -ne 'woo\n' | sed -e 's/woo/bang/' input - PASS: sed normal newlines ====================== echo -ne 'woo\n' >input echo -ne 'woo' | sed -e 's/woo/bang/' input - PASS: sed leave off trailing newline ====================== echo -ne 'woo' >input echo -ne 'woo' | sed -e 's/woo/bang/' input - PASS: sed autoinsert newline ====================== echo -ne '' >input echo -ne 'one\ntwo' | sed -e 's/nohit//' input - PASS: sed empty file plus cat ====================== echo -ne 'one\ntwo' >input echo -ne '' | sed -e 's/nohit//' input - PASS: sed cat plus empty file ====================== echo -ne '' >input echo -ne 'woot' | sed -e '/woot/a woo' - FAIL: sed append autoinserts newline --- expected +++ actual @@ -1,2 +1,2 @@ woot -woo +woo \ No newline at end of file ====================== echo -ne '' >input echo -ne 'woot' | sed -e '/woot/i woo' - PASS: sed insert doesn't autoinsert newline ====================== echo -ne '' >input echo -ne 'one' | sed -e 'p' - PASS: sed print autoinsert newlines ====================== echo -ne 'one' >input echo -ne 'two' | sed -e 'p' input - PASS: sed print autoinsert newlines two files ====================== echo -ne 'no\n' >input echo -ne '' | sed -ne 's/woo/bang/' input PASS: sed noprint, no match, no newline ====================== echo -ne 'a woo\nb no' >input echo -ne 'c woo\nd no' | sed -ne 's/woo/bang/p' input - PASS: sed selective matches with one nl ====================== echo -ne 'a woo\nb woo' >input echo -ne 'c no\nd woo' | sed -ne 's/woo/bang/p' input - PASS: sed selective matches insert newline ====================== echo -ne 'a woo\nb woo' >input echo -ne 'c no\nd no' | sed -ne 's/woo/bang/p' input - PASS: sed selective matches noinsert newline ====================== echo -ne 'one' >input echo -ne 'two' | sed -e '/one/a 111' -e '/two/i 222' -e p input - PASS: sed clusternewline ====================== echo -ne 'thingy' >input echo -ne 'again' | sed -e 's/i/z/' -e 'woutputw' input -; echo -n X; cat outputw PASS: sed subst+write ====================== echo -ne 'a\0b\0' >input echo -ne 'c' | sed 's/i/z/' input - PASS: sed trailing NUL ====================== echo -ne 'a' >input echo -ne '' | sed 's/a/z\ z/' input PASS: sed escaped newline in command ====================== echo -ne '' >input echo -ne 'hello\nthere' | sed -e '$p' PASS: sed match EOF ====================== echo -ne 'one\ntwo' >input echo -ne 'three\nfour' | sed -e '$p' input - PASS: sed match EOF two files ====================== echo -ne 'one\ntwo' >input echo -ne '' | sed -e '$i ook' -i input input2 && cat input input2 PASS: sed match EOF inline ====================== echo -ne '' >input echo -ne '' | sed --version | grep -o 'GNU sed version ' PASS: sed lie-to-autoconf ====================== echo -ne '' >input echo -ne '' | sed -e 'b walrus' 2>/dev/null || echo yes FAIL: sed nonexistent label --- expected +++ actual @@ -1 +0,0 @@ -yes ====================== echo -ne '' >input echo -ne 'woot' | sed -e '/woot/s//eep \0 eep/' PASS: sed backref from empty s uses range regex ====================== echo -ne '' >input echo -ne 'woot\n' | sed -e '/woot/s//eep \0 eep/' PASS: sed backref from empty s uses range regex with newline ====================== echo -ne '' >input echo -ne '' | sed -e '' -i 2> /dev/null || echo yes PASS: sed -i with no arg [GNUFAIL] ====================== echo -ne '' >input echo -ne 'xxx\n' | sed -e 's/xxx/[/' PASS: sed s/xxx/[/ ====================== echo -ne '' >input echo -ne '0\n1\n2\n3\n' | sed 's/1/x/;T;n;: next;s/3/y/;t quit;n;b next;: quit;q' PASS: sed n command must reset 'substituted' bit ====================== echo -ne '' >input echo -ne 'first\nsecond\nthird\nfourth\n' | sed -n '1d;1,3p' PASS: sed d does not break n,m matching ====================== echo -ne '' >input echo -ne 'first\nsecond\nthird\nfourth\n' | sed -n '1d;1,/hir/p' PASS: sed d does not break n,regex matching ====================== echo -ne '' >input echo -ne 'first\nsecond\nthird\nfourth\nfirst2\nsecond2\nthird2\nfourth2\n' | sed -n '1,5d;1,/hir/p' PASS: sed d does not break n,regex matching #2 ====================== echo -ne '' >input echo -ne 'first\nsecond\nthird\nfourth\n' | sed -n '2d;2,1p' PASS: sed 2d;2,1p (gnu compat) ====================== echo -ne '' >input echo -ne '/usr/lib\n' | sed 's,\(^/\|\)[^/][^/]*,>\0<,g' PASS: sed beginning (^) matches only once ====================== echo -ne '' >input echo -ne 'first\nsecond\n' | sed 'crepl' PASS: sed c ====================== echo -ne '' >input echo -ne 'qwe\nasd\nzxc\n' | sed '/asd/ { p; /s/ { s/s/c/ }; p; q }' PASS: sed nested {}s ====================== echo -ne '' >input echo -ne ' | one \\ | two \\ ' | sed -e '/| one /a \ | three \\' -e '/| one-/a \ | three-* \\' PASS: sed a cmd ended by double backslash ====================== echo -ne '' >input echo -ne '1\n2\n3\n4\n' | sed -n '1{N;N;d};1p;2,3p;3p;4p' PASS: sed with N skipping lines past ranges on next cmds ====================== echo -ne 'foo\n' >input echo -ne '' | cp input input2; sed -i -e '1s/foo/bar/' input input2 && cat input input2; rm input2 PASS: sed -i with address modifies all files, not only first ====================== echo -ne '' >input echo -ne 'rrr\n' | sed 's/r/\r/' PASS: sed understands \r ====================== echo -ne '1\n2\n3\n4\n' >input echo -ne '' | sed '1,2d' -i input; echo $?; cat input PASS: sed -i finishes ranges correctly ====================== echo -ne '' >input echo -ne 'helllo\n' | sed 's/l*/@/g' PASS: sed zero chars match/replace advances correctly 1 ====================== echo -ne '' >input echo -ne ' a.b\n' | sed 's [^ .]* x g' PASS: sed zero chars match/replace advances correctly 2 ====================== echo -ne '' >input echo -ne '_aaa1aa\n' | sed 's/a/A/g' PASS: sed zero chars match/replace logic must not falsely trigger here 1 ====================== echo -ne '' >input echo -ne 'qwerty\n' | sed 's/ *$/_/g' PASS: sed zero chars match/replace logic must not falsely trigger here 2 ====================== echo -ne '' >input echo -ne 'this is a regular line line with \ continuation more regular lines line with \ continuation ' | sed ': testcont; /\\$/{ =; N; b testcont }' PASS: sed /$_in_regex/ should not match newlines, only end-of-line ====================== echo -ne '' >input echo -ne 'aa\n' | sed -e 's/a/b/2; s/a/c/g' PASS: sed s///NUM test ====================== echo -ne '' >input echo -ne '1\n2\n3\n4\n5\n' | sed /^2/,2{d} PASS: sed /regex/,N{...} addresses work ====================== echo -ne '' >input echo -ne '1\n2\n3\n4\n5\n' | sed /^2/,+2{d} PASS: sed /regex/,+N{...} addresses work ====================== echo -ne '1\n2\n3\n4\n5\n6\n7\n8\n' >input echo -ne '1\n2\n4\n5\n6\n7\n8\n' | cat - >input2; sed /^4/,+2{d} -i input input2; echo $?; cat input input2; rm input2 PASS: sed /regex/,+N{...} -i works ====================== echo -ne '1\n2\n3\n4\n5\n6\n7\n8\n' >input echo -ne '1\n2\n4\n5\n6\n7\n8\n' | cat - >input2; sed /^4/,+0{d} -i input input2; echo $?; cat input input2; rm input2 PASS: sed /regex/,+0{...} -i works ====================== echo -ne '1\n2\n3\n4\n5\n6\n7\n8\n' >input echo -ne '1\n2\n4\n5\n6\n7\n8\n' | cat - >input2; sed /^4/,+0d -i input input2; echo $?; cat input input2; rm input2 PASS: sed /regex/,+0 -i works ====================== echo -ne '' >input echo -ne '' | seq 2> /dev/null || echo yes PASS: seq (exit with error) ====================== echo -ne '' >input echo -ne '' | seq 1 2 3 4 2> /dev/null || echo yes PASS: seq (exit with error) ====================== echo -ne '' >input echo -ne '' | seq 3 PASS: seq one argument ====================== echo -ne '' >input echo -ne '' | seq 5 7 PASS: seq two arguments ====================== echo -ne '' >input echo -ne '' | seq 7 5 PASS: seq two arguments reversed ====================== echo -ne '' >input echo -ne '' | seq 3 3 PASS: seq two arguments equal ====================== echo -ne '' >input echo -ne '' | seq 1 -15 1 PASS: seq two arguments equal, arbitrary negative step ====================== echo -ne '' >input echo -ne '' | seq 1 +15 1 PASS: seq two arguments equal, arbitrary positive step ====================== echo -ne '' >input echo -ne '' | seq 4 2 8 PASS: seq count up by 2 ====================== echo -ne '' >input echo -ne '' | seq 8 -2 4 PASS: seq count down by 2 ====================== echo -ne '' >input echo -ne '' | seq 4 -2 8 PASS: seq count wrong way #1 ====================== echo -ne '' >input echo -ne '' | seq 8 2 4 PASS: seq count wrong way #2 ====================== echo -ne '' >input echo -ne '' | seq 3 .3 4 PASS: seq count by .3 ====================== echo -ne '' >input echo -ne '' | seq 3 .30 4 PASS: seq count by .30 ====================== echo -ne '' >input echo -ne '' | seq 3 .30 4.000 PASS: seq count by .30 to 4.000 ====================== echo -ne '' >input echo -ne '' | seq .7 -.9 -2.2 PASS: seq count by -.9 ====================== echo -ne '' >input echo -ne '' | seq 4 0 8 | head -n 10 PASS: seq count by zero ====================== echo -ne '' >input echo -ne '' | seq -w 003 PASS: seq one argument with padding ====================== echo -ne '' >input echo -ne '' | seq -w 005 7 PASS: seq two arguments with padding ====================== echo -ne '' >input echo -ne '' | seq -w 8 -3 04 PASS: seq count down by 3 with padding ====================== echo -ne '' >input echo -ne '' | seq -w 09 .3 11 PASS: seq count by .3 with padding 1 ====================== echo -ne '' >input echo -ne '' | seq -w 03 .3 0004 PASS: seq count by .3 with padding 2 SKIP: sha1sum SKIP: sha256sum ====================== echo -ne 'c\na\nb\n' >input echo -ne '' | sort input PASS: sort ====================== echo -ne '3\n1\n010\n' >input echo -ne '' | sort input PASS: sort #2 ====================== echo -ne '' >input echo -ne 'b\na\nc\n' | sort PASS: sort stdin ====================== echo -ne '3\n1\n010\n' >input echo -ne '' | sort -n input PASS: sort numeric ====================== echo -ne 'point\nwook\npabst\naargh\nwalrus\n' >input echo -ne '' | sort -r input PASS: sort reverse ====================== echo -ne '42 1 3 woot 42 1 010 zoology egg 1 2 papyrus 7 3 42 soup 999 3 0 algebra ' >input echo -ne '' | sort -k4,4 input PASS: sort one key ====================== echo -ne '42 1 3 woot 42 1 010 zoology egg 1 2 papyrus 7 3 42 soup 999 3 0 algebra ' >input echo -ne '' | sort -k2,3n input PASS: sort key range with numeric option ====================== echo -ne '42 1 3 woot 42 1 010 zoology egg 1 2 papyrus 7 3 42 soup 999 3 0 algebra ' >input echo -ne '' | sort -k2,3n -r input PASS: sort key range with numeric option and global reverse ====================== echo -ne '42 1 3 woot 42 1 010 zoology egg 1 2 papyrus 7 3 42 soup 999 3 0 algebra ' >input echo -ne '' | sort -k2,3rn input PASS: sort key range with multiple options ====================== echo -ne 'c 3 b 2 d 2 ' >input echo -ne '' | sort -k 2,2n -k 1,1r input PASS: sort key range with two -k options ====================== echo -ne '/a/2 /b/1 ' >input echo -ne '' | sort -n -k2 -t/ input PASS: sort with non-default leading delim 1 ====================== echo -ne '/b/1 /a/2 ' >input echo -ne '' | sort -n -k3 -t/ input PASS: sort with non-default leading delim 2 ====================== echo -ne '//a/2 //b/1 ' >input echo -ne '' | sort -n -k3 -t/ input PASS: sort with non-default leading delim 3 ====================== echo -ne 'a/a:a a:b ' >input echo -ne '' | sort -t: -k1,1 input PASS: sort with non-default leading delim 4 ====================== echo -ne 'GLIBC_2.21 GLIBC_2.1.1 GLIBC_2.2.1 GLIBC_2.2 GLIBC_2.20 GLIBC_2.10 GLIBC_2.1 ' >input echo -ne '' | sort -t. -k 1,1 -k 2n,2n -k 3 input PASS: glibc build sort ====================== echo -ne 'GLIBC_2.10 GLIBC_2.2.1 GLIBC_2.1.1 GLIBC_2.20 GLIBC_2.2 GLIBC_2.1 GLIBC_2.21 ' >input echo -ne '' | sort -u -t. -k 1,1 -k 2n,2n -k 3 input PASS: glibc build sort unique ====================== echo -ne 'a c b c ' >input echo -ne '' | sort -u -k2 input PASS: sort -u should consider field only when discarding ====================== echo -ne 'one\0two\0three\0' >input echo -ne '' | sort -z input PASS: sort -z outputs NUL terminated lines ====================== echo -ne '' >input echo -ne ' 2 \n 1 \n a \n' | sort -n -k2 -t ' ' PASS: sort key doesn't strip leading blanks, disables fallback global sort ====================== echo -ne '222 111 ' >input echo -ne '' | sort -o input input && cat input PASS: sort file in place ====================== echo -ne '' >input echo -ne '' | start-stop-daemon -S -x true 2>&1; echo $? PASS: start-stop-daemon -x without -a ====================== echo -ne '' >input echo -ne '' | start-stop-daemon -S -a false 2>&1; echo $? PASS: start-stop-daemon -a without -x PASS: strings-works-like-GNU PASS: tail-n-works SKIP: tail-works ====================== echo -ne '' >input echo -ne 'qw' | tail -c +55 2>&1; echo $? PASS: tail: +N with N > file length ====================== echo -ne '' >input echo -ne '' | dd if=/dev/zero bs=16k count=1 2>/dev/null | tail -c +8200 | wc -c; dd if=/dev/zero bs=16k count=1 2>/dev/null | tail -c +8208 | wc -c; PASS: tail: -c +N with largish N PASS: tar-archives-multiple-files PASS: tar-complains-about-missing-file PASS: tar-demands-at-least-one-ctx PASS: tar-demands-at-most-one-ctx PASS: tar-extracts-all-subdirs PASS: tar-extracts-file PASS: tar-extracts-from-standard-input PASS: tar-extracts-multiple-files PASS: tar-extracts-to-standard-output PASS: tar-handles-cz-options PASS: tar-handles-empty-include-and-non-empty-exclude-list PASS: tar-handles-exclude-and-extract-lists PASS: tar-handles-multiple-X-options PASS: tar-handles-nested-exclude SKIP: tar_with_link_with_size SKIP: tar_with_prefix_fields ====================== echo -ne '' >input echo -ne '' | \ tar xvf - 2>&1; echo $? PASS: Empty file is not a tarball ====================== echo -ne '' >input echo -ne '' | \ { tar xvzf - 2>&1; echo $?; } | grep -Fv "invalid magic" PASS: Empty file is not a tarball.tar.gz ====================== echo -ne '' >input echo -ne '' | \ dd if=/dev/zero bs=512 count=2 2>/dev/null | tar xvf - 2>&1; echo $? PASS: Two zeroed blocks is a ('truncated') empty tarball ====================== echo -ne '' >input echo -ne '' | \ dd if=/dev/zero bs=512 count=20 2>/dev/null | tar xvf - 2>&1; echo $? PASS: Twenty zeroed blocks is an empty tarball ====================== echo -ne '' >input echo -ne '' | \ rm -rf input_* test.tar 2>/dev/null >input_hard1 ln input_hard1 input_hard2 mkdir input_dir >input_dir/file chmod -R 644 * chmod 755 input_dir tar cf test.tar input input_dir/ input_hard1 input_hard2 input_hard1 input_dir/ input tar tvf test.tar | sed "s/.*[0-9] input/input/" tar xf test.tar 2>&1 echo Ok: $? ls -l . input_dir/* | grep input_ | sed "s/\\(^[^ ]*\\) .* input/\\1 input/" PASS: tar hardlinks and repeated files ====================== echo -ne '' >input echo -ne '' | \ rm -rf input_* test.tar 2>/dev/null >input_hard1 chmod 741 input_hard1 ln input_hard1 input_hard2 mkdir input_dir ln input_hard1 input_dir ln input_hard2 input_dir chmod 550 input_dir # On some filesystems, input_dir/input_hard2 is returned by readdir # BEFORE input_dir/input_hard1! Thats why we cant just "tar cf ... input_*": tar cf test.tar input_dir/input_hard* input_hard* tar tvf test.tar | sed "s/.*[0-9] input/input/" chmod 770 input_dir rm -rf input_* tar xf test.tar 2>&1 echo Ok: $? ls -l . input_dir/* | grep "input.*hard" | sed "s/\\(^[^ ]*\\) .* input/\\1 input/" PASS: tar hardlinks mode ====================== echo -ne '' >input echo -ne '' | \ rm -rf input_* test.tar 2>/dev/null >input_file chmod 741 input_file ln -s input_file input_soft mkdir input_dir ln input_file input_dir ln input_soft input_dir chmod 550 input_dir tar cf test.tar input_dir/* input_[fs]* tar tvf test.tar | sed "s/.*[0-9] input/input/" | sort chmod 770 input_dir rm -rf input_* tar xf test.tar 2>&1 echo Ok: $? ls -l . input_dir/* | grep "input_[fs]" | sed "s/\\(^[^ ]*\\) .* input/\\1 input/" PASS: tar symlinks mode SKIP: tar --overwrite ====================== echo -ne '' >input echo -ne '' | \ rm -rf input_* test.tar 2>/dev/null mkdir input_dir >input_dir/input_file chmod 550 input_dir tar cf test.tar input_dir tar tvf test.tar | sed "s/.*[0-9] input/input/" chmod 770 input_dir rm -rf input_* tar xf test.tar 2>&1 echo Ok: $? ls -l input_dir/* . | grep input_ | sed "s/\\(^[^ ]*\\) .* input/\\1 input/" chmod 770 input_dir PASS: tar writing into read-only dir ====================== echo -ne '' >input echo -ne '' | dd count=1 bs=1M if=/dev/zero of=F0 2>/dev/null tar -czf F0.tgz F0 rm F0 tar -xzvf F0.tgz && echo Ok rm F0 || echo BAD PASS: tar extract tgz SKIP: tar extract txz ====================== echo -ne '' >input echo -ne '' | rm -rf input_* test.tar 2>/dev/null mkdir input_dir echo Ok >input_dir/file tar cf test.tar ./../tar.tempdir/input_dir/../input_dir 2>&1 rm -rf input_* 2>/dev/null tar -vxf test.tar 2>&1 cat input_dir/file 2>&1 PASS: tar strips /../ on extract PASS: tee-appends-input PASS: tee-tees-input ====================== echo -ne '' >input echo -ne '' | busybox test; echo $? PASS: test: should be false (1) ====================== echo -ne '' >input echo -ne '' | busybox test ''; echo $? PASS: test '': should be false (1) ====================== echo -ne '' >input echo -ne '' | busybox test !; echo $? PASS: test !: should be true (0) ====================== echo -ne '' >input echo -ne '' | busybox test a; echo $? PASS: test a: should be true (0) ====================== echo -ne '' >input echo -ne '' | busybox test --help; echo $? PASS: test --help: should be true (0) ====================== echo -ne '' >input echo -ne '' | busybox test -f; echo $? PASS: test -f: should be true (0) ====================== echo -ne '' >input echo -ne '' | busybox test ! -f; echo $? PASS: test ! -f: should be false (1) ====================== echo -ne '' >input echo -ne '' | busybox test a = a; echo $? PASS: test a = a: should be true (0) ====================== echo -ne '' >input echo -ne '' | busybox test -lt = -gt; echo $? PASS: test -lt = -gt: should be false (1) ====================== echo -ne '' >input echo -ne '' | busybox test a -a !; echo $? PASS: test a -a !: should be true (0) ====================== echo -ne '' >input echo -ne '' | busybox test -f = a -o b; echo $? PASS: test -f = a -o b: should be true (0) ====================== echo -ne '' >input echo -ne '' | busybox test ! a = b -a ! c = c; echo $? PASS: test ! a = b -a ! c = c: should be false (1) ====================== echo -ne '' >input echo -ne '' | busybox test ! a = b -a ! c = d; echo $? PASS: test ! a = b -a ! c = d: should be true (0) ====================== echo -ne '' >input echo -ne '' | busybox test '!' = '!'; echo $? PASS: test '!' = '!': should be true (0) ====================== echo -ne '' >input echo -ne '' | busybox test '(' = '('; echo $? PASS: test '(' = '(': should be true (0) ====================== echo -ne '' >input echo -ne '' | busybox test '!' '!' = '!'; echo $? PASS: test '!' '!' = '!': should be false (1) ====================== echo -ne '' >input echo -ne '' | busybox test '!' '(' = '('; echo $? PASS: test '!' '(' = '(': should be false (1) PASS: touch-creates-file PASS: touch-does-not-create-file PASS: touch-touches-files-after-non-existent-file PASS: tr-d-alnum-works PASS: tr-d-works PASS: tr-non-gnu PASS: tr-rejects-wrong-class PASS: tr-works ====================== echo -ne '' >input echo -ne '[qwe]' | tr '[q-z]' '_Q-Z+' PASS: tr does not treat [] in [a-z] as special ====================== echo -ne '' >input echo -ne '19AFH\n' | tr -cd '[0-9A-F]' PASS: tr understands 0-9A-F ====================== echo -ne '' >input echo -ne '19AFH\n' | tr -cd '[:xdigit:]' PASS: tr understands [:xdigit:] ====================== echo -ne '' >input echo -ne '789abcxyz\n' | tr '[:digit:]y-z' 111111111123 PASS: tr does not stop after [:digit:] ====================== echo -ne '' >input echo -ne '#0123456789ABCDEFGabcdefg\n' | tr '[:xdigit:]Gg' 1111111151242222333330xX PASS: tr has correct xdigit sequence PASS: true-is-silent PASS: true-returns-success ====================== echo -ne '' >input echo -ne '' | uniq nonexistent 2> /dev/null || echo yes PASS: uniq (exit with error) ====================== echo -ne '' >input echo -ne '' | uniq /dev/null && echo yes PASS: uniq (exit success) ====================== echo -ne '' >input echo -ne 'one\ntwo\ntwo\nthree\nthree\nthree\n' | uniq PASS: uniq (default to stdin) ====================== echo -ne '' >input echo -ne 'one\ntwo\ntwo\nthree\nthree\nthree\n' | uniq - PASS: uniq - (specify stdin) ====================== echo -ne 'one\ntwo\ntwo\nthree\nthree\nthree\n' >input echo -ne '' | uniq input PASS: uniq input (specify file) ====================== echo -ne 'one\ntwo\ntwo\nthree\nthree\nthree\n' >input echo -ne '' | uniq input actual > /dev/null PASS: uniq input outfile (two files) ====================== echo -ne '' >input echo -ne 'one\ntwo\ntwo\nthree\nthree\nthree\n' | uniq - actual PASS: uniq (stdin) outfile ====================== echo -ne 'one\ntwo\ntwo\nthree\nthree\nthree\n' >input echo -ne '' | uniq input - PASS: uniq input - (specify stdout) ====================== echo -ne '' >input echo -ne 'one\ntwo\ntwo\nthree\nthree\nthree\n' | uniq -c | sed 's/^[ \t]*//' PASS: uniq -c (occurrence count) ====================== echo -ne '' >input echo -ne 'one\ntwo\ntwo\nthree\nthree\nthree\n' | uniq -d PASS: uniq -d (dups only) ====================== echo -ne '' >input echo -ne 'cc dd ee8 bb cc dd8 aa bb cc9 ' | uniq -f2 -s 3 PASS: uniq -f -s (skip fields and chars) ====================== echo -ne '' >input echo -ne 'cc1 cc2 cc3 ' | uniq -w 2 PASS: uniq -w (compare max characters) ====================== echo -ne '' >input echo -ne 'aaccaa aaccbb bbccaa ' | uniq -s 2 -w 2 PASS: uniq -s -w (skip fields and compare max chars) ====================== echo -ne '' >input echo -ne 'one\ntwo\ntwo\nthree\nthree\nthree\n' | uniq -d -u PASS: uniq -u and -d produce no output ====================== echo -ne '' >input echo -ne '' | unzip -q foo.zip foo/ && test -d foo && test ! -f foo/bar && echo yes FAIL: unzip (subdir only) --- expected +++ actual @@ -1 +0,0 @@ -yes ====================== echo -ne '' >input echo -ne 'begin-base64 644 bad.zip UEsDBBQAAgkIAAAAIQA5AAAANwAAADwAAAAQAAcAXTNqwr1ywqtJGxJLLSVJ eCkBD0AdKBk8JzQsIj01JC0/ORJQSwMEFAECCAAAAAAhADoAAAAPAAAANgAA AAwAAQASw73Ct1DCokohPXQiNjoUNTUiHRwgLT4WHlBLAQIQABQAAggIAAAA oQA5AAAANwAAADwAAAAQQAcADAAAACwAMgCAAAAAAABdM2rCvXLCq0kbEkst JUl4KQEPQB0oGSY4Cz4QNgEnJSYIPVBLAQIAABQAAggAAAAAIQAqAAAADwAA BDYAAAAMAAEADQAAADIADQAAAEEAAAASw73Ct1DKokohPXQiNzA+FAI1HCcW NzITNFBLBQUKAC4JAA04Cw0EOhZQSwUGAQAABAIAAgCZAAAAeQAAAAIALhM= ==== ' | uudecode; unzip bad.zip 2>&1; echo $? FAIL: unzip (bad archive) --- expected +++ actual @@ -1,5 +1,2 @@ -Archive: bad.zip - inflating: ]3j½r«IK-%Ix -unzip: corrupted data -unzip: inflate error +unzip: can't open bad.zip[.zip] 1 PASS: uptime-works PASS: wc-counts-all PASS: wc-counts-characters PASS: wc-counts-lines PASS: wc-counts-words PASS: wc-prints-longest-line-length PASS: wget--O-overrides--P PASS: wget-handles-empty-path PASS: wget-retrieves-google-index PASS: wget-supports--P PASS: which-uses-default-path PASS: xargs-works ====================== echo -ne '' >input echo -ne 'a\n_\nb\n' | xargs -E _ PASS: xargs -E _ stops on underscore ====================== echo -ne '' >input echo -ne 'a\n_\nb\n' | xargs -E '' PASS: xargs -E '' ====================== echo -ne '' >input echo -ne 'a\n_\nb\n' | xargs -e PASS: xargs -e without param ====================== echo -ne '' >input echo -ne 'a\n_\nb\n' | xargs PASS: xargs does not stop on underscore ('new' GNU behavior) ====================== echo -ne '' >input echo -ne 'a\n' | xargs -s7 echo PASS: xargs -s7 can take one-char input ====================== echo -ne '' >input echo -ne '1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 00\n' | xargs -ts25 echo 2>&1 >/dev/null PASS: xargs -sNUM test 1 ====================== echo -ne '' >input echo -ne '2 3 4 5 6 7 8 9 0 2 3 4 5 6 7 8 9 00\n' | xargs -ts25 echo 1 2>&1 >/dev/null PASS: xargs -sNUM test 2 END: /usr/lib/busybox/ptest 2017-08-12T17:32 2017-08-12T17:32 BEGIN: /usr/lib/bzip2/ptest ./bzip2 -1 < sample1.ref > sample1.rb2 ./bzip2 -2 < sample2.ref > sample2.rb2 ./bzip2 -3 < sample3.ref > sample3.rb2 ./bzip2 -d < sample1.bz2 > sample1.tst ./bzip2 -d < sample2.bz2 > sample2.tst ./bzip2 -ds < sample3.bz2 > sample3.tst PASS: sample1 compress PASS: sample2 compress PASS: sample3 compress PASS: sample1 decompress PASS: sample2 decompress PASS: sample3 decompress END: /usr/lib/bzip2/ptest 2017-08-12T17:32 2017-08-12T17:32 BEGIN: /usr/lib/dbus-test/ptest FAIL: test/test-bus FAIL: test/test-bus-launch-helper FAIL: test/test-bus-system FAIL: test/test-corrupt FAIL: test/test-dbus FAIL: test/test-dbus-daemon FAIL: test/test-dbus-daemon-eavesdrop FAIL: test/test-loopback PASS: test/test-marshal PASS: test/test-printf FAIL: test/test-refs FAIL: test/test-relay FAIL: test/test-shell PASS: test/test-syntax PASS: test/test-syslog END: /usr/lib/dbus-test/ptest 2017-08-12T17:32 2017-08-12T17:32 BEGIN: /usr/lib/diffstat/ptest Checking /usr/bin/diffstat testing case01 PASS: case01 PASS: case01p1 PASS: case01p9 PASS: case01f0 PASS: case01u PASS: case01k PASS: case01r1 PASS: case01r2 PASS: case01b PASS: case01R PASS: case01Rp0 testing case02 PASS: case02 PASS: case02p1 PASS: case02p9 PASS: case02f0 PASS: case02u PASS: case02k PASS: case02r1 PASS: case02r2 PASS: case02b PASS: case02R PASS: case02Rp0 testing case03 PASS: case03 PASS: case03p1 PASS: case03p9 PASS: case03f0 PASS: case03u PASS: case03k PASS: case03r1 PASS: case03r2 PASS: case03b PASS: case03R PASS: case03Rp0 testing case04 PASS: case04 PASS: case04p1 PASS: case04p9 PASS: case04f0 PASS: case04u PASS: case04k PASS: case04r1 PASS: case04r2 PASS: case04b PASS: case04R PASS: case04Rp0 testing case05 PASS: case05 PASS: case05p1 PASS: case05p9 PASS: case05f0 PASS: case05u PASS: case05k PASS: case05r1 PASS: case05r2 PASS: case05b PASS: case05R PASS: case05Rp0 testing case06 PASS: case06 PASS: case06p1 PASS: case06p9 PASS: case06f0 PASS: case06u PASS: case06k PASS: case06r1 PASS: case06r2 PASS: case06b PASS: case06R PASS: case06Rp0 testing case07 PASS: case07 PASS: case07p1 PASS: case07p9 PASS: case07f0 PASS: case07u PASS: case07k PASS: case07r1 PASS: case07r2 PASS: case07b PASS: case07R PASS: case07Rp0 testing case08 PASS: case08 PASS: case08p1 PASS: case08p9 PASS: case08f0 PASS: case08u PASS: case08k PASS: case08r1 PASS: case08r2 PASS: case08b PASS: case08R PASS: case08Rp0 testing case09 PASS: case09 PASS: case09p1 PASS: case09p9 PASS: case09f0 PASS: case09u PASS: case09k PASS: case09r1 PASS: case09r2 PASS: case09b PASS: case09R PASS: case09Rp0 testing case10 PASS: case10 PASS: case10p1 PASS: case10p9 PASS: case10f0 PASS: case10u PASS: case10k PASS: case10r1 PASS: case10r2 PASS: case10b PASS: case10R PASS: case10Rp0 testing case11 PASS: case11 PASS: case11p1 PASS: case11p9 PASS: case11f0 PASS: case11u PASS: case11k PASS: case11r1 PASS: case11r2 PASS: case11b PASS: case11R PASS: case11Rp0 testing case12 PASS: case12 PASS: case12p1 PASS: case12p9 PASS: case12f0 PASS: case12u PASS: case12k PASS: case12r1 PASS: case12r2 PASS: case12b PASS: case12R PASS: case12Rp0 testing case13 PASS: case13 PASS: case13p1 PASS: case13p9 PASS: case13f0 PASS: case13u PASS: case13k PASS: case13r1 PASS: case13r2 PASS: case13b PASS: case13R PASS: case13Rp0 testing case14 PASS: case14 PASS: case14p1 PASS: case14p9 PASS: case14f0 PASS: case14u PASS: case14k PASS: case14r1 PASS: case14r2 PASS: case14b PASS: case14R PASS: case14Rp0 testing case15 PASS: case15 PASS: case15p1 PASS: case15p9 PASS: case15f0 PASS: case15u PASS: case15k PASS: case15r1 PASS: case15r2 PASS: case15b PASS: case15R PASS: case15Rp0 testing case16 PASS: case16 PASS: case16p1 PASS: case16p9 PASS: case16f0 PASS: case16u PASS: case16k PASS: case16r1 PASS: case16r2 PASS: case16b PASS: case16R PASS: case16Rp0 testing case17 PASS: case17 PASS: case17p1 PASS: case17p9 PASS: case17f0 PASS: case17u PASS: case17k PASS: case17r1 PASS: case17r2 PASS: case17b PASS: case17R PASS: case17Rp0 testing case18 PASS: case18 PASS: case18p1 PASS: case18p9 PASS: case18f0 PASS: case18u PASS: case18k PASS: case18r1 PASS: case18r2 PASS: case18b PASS: case18R PASS: case18Rp0 testing case19 PASS: case19 PASS: case19p1 PASS: case19p9 PASS: case19f0 PASS: case19u PASS: case19k PASS: case19r1 PASS: case19r2 PASS: case19b PASS: case19R PASS: case19Rp0 testing case20 PASS: case20 PASS: case20p1 PASS: case20p9 PASS: case20f0 PASS: case20u PASS: case20k PASS: case20r1 PASS: case20r2 PASS: case20b PASS: case20R PASS: case20Rp0 testing case21 PASS: case21 PASS: case21p1 PASS: case21p9 PASS: case21f0 PASS: case21u PASS: case21k PASS: case21r1 PASS: case21r2 PASS: case21b PASS: case21R PASS: case21Rp0 testing case22 PASS: case22 PASS: case22p1 PASS: case22p9 PASS: case22f0 PASS: case22u PASS: case22k PASS: case22r1 PASS: case22r2 PASS: case22b PASS: case22R PASS: case22Rp0 testing case23 PASS: case23 PASS: case23p1 PASS: case23p9 PASS: case23f0 PASS: case23u PASS: case23k PASS: case23r1 PASS: case23r2 PASS: case23b PASS: case23R PASS: case23Rp0 testing case24 PASS: case24 PASS: case24p1 PASS: case24p9 PASS: case24f0 PASS: case24u PASS: case24k PASS: case24r1 PASS: case24r2 PASS: case24b PASS: case24R PASS: case24Rp0 testing case25 PASS: case25 PASS: case25p1 PASS: case25p9 PASS: case25f0 PASS: case25u PASS: case25k PASS: case25r1 PASS: case25r2 PASS: case25b PASS: case25R PASS: case25Rp0 testing case26 PASS: case26 PASS: case26p1 PASS: case26p9 PASS: case26f0 PASS: case26u PASS: case26k PASS: case26r1 PASS: case26r2 PASS: case26b PASS: case26R PASS: case26Rp0 testing case27 PASS: case27 PASS: case27p1 PASS: case27p9 PASS: case27f0 PASS: case27u PASS: case27k PASS: case27r1 PASS: case27r2 PASS: case27b PASS: case27R PASS: case27Rp0 testing case28 PASS: case28 PASS: case28p1 PASS: case28p9 PASS: case28f0 PASS: case28u PASS: case28k PASS: case28r1 PASS: case28r2 PASS: case28b PASS: case28R PASS: case28Rp0 testing case29 PASS: case29 PASS: case29p1 PASS: case29p9 PASS: case29f0 PASS: case29u PASS: case29k PASS: case29r1 PASS: case29r2 PASS: case29b PASS: case29R PASS: case29Rp0 testing case31 PASS: case31 PASS: case31p1 PASS: case31p9 PASS: case31f0 PASS: case31u PASS: case31k PASS: case31r1 PASS: case31r2 PASS: case31b PASS: case31R PASS: case31Rp0 testing case31l PASS: case31l PASS: case31lp1 PASS: case31lp9 PASS: case31lf0 PASS: case31lu PASS: case31lk PASS: case31lr1 PASS: case31lr2 PASS: case31lb PASS: case31lR PASS: case31lRp0 testing case31u PASS: case31u PASS: case31up1 PASS: case31up9 PASS: case31uf0 PASS: case31uu PASS: case31uk PASS: case31ur1 PASS: case31ur2 PASS: case31ub PASS: case31uR PASS: case31uRp0 testing case32 PASS: case32 PASS: case32p1 PASS: case32p9 PASS: case32f0 PASS: case32u PASS: case32k PASS: case32r1 PASS: case32r2 PASS: case32b PASS: case32R PASS: case32Rp0 testing case33 PASS: case33 PASS: case33p1 PASS: case33p9 PASS: case33f0 PASS: case33u PASS: case33k PASS: case33r1 PASS: case33r2 PASS: case33b PASS: case33R PASS: case33Rp0 testing case34 PASS: case34 PASS: case34p1 PASS: case34p9 PASS: case34f0 PASS: case34u PASS: case34k PASS: case34r1 PASS: case34r2 PASS: case34b PASS: case34R PASS: case34Rp0 testing case35 PASS: case35 PASS: case35p1 PASS: case35p9 PASS: case35f0 PASS: case35u PASS: case35k PASS: case35r1 PASS: case35r2 PASS: case35b PASS: case35R PASS: case35Rp0 testing case36 PASS: case36 PASS: case36p1 PASS: case36p9 PASS: case36f0 PASS: case36u PASS: case36k PASS: case36r1 PASS: case36r2 PASS: case36b PASS: case36R PASS: case36Rp0 testing case37 PASS: case37 PASS: case37p1 PASS: case37p9 PASS: case37f0 PASS: case37u PASS: case37k PASS: case37r1 PASS: case37r2 PASS: case37b PASS: case37R PASS: case37Rp0 testing case38l PASS: case38l PASS: case38lp1 PASS: case38lp9 PASS: case38lf0 PASS: case38lu PASS: case38lk PASS: case38lr1 PASS: case38lr2 PASS: case38lb PASS: case38lR PASS: case38lRp0 testing case38r PASS: case38r PASS: case38rp1 PASS: case38rp9 PASS: case38rf0 PASS: case38ru PASS: case38rk PASS: case38rr1 PASS: case38rr2 PASS: case38rb PASS: case38rR PASS: case38rRp0 END: /usr/lib/diffstat/ptest 2017-08-12T17:32 2017-08-12T17:32 BEGIN: /usr/lib/diffutils/ptest make: Entering directory '/usr/lib/diffutils/ptest/tests' make[1]: Entering directory '/usr/lib/diffutils/ptest/tests' PASS: basic PASS: bignum PASS: binary SKIP: brief-vs-stat-zero-kernel-lies PASS: cmp PASS: colliding-file-names PASS: diff3 PASS: excess-slash PASS: help-version PASS: invalid-re PASS: function-line-vs-leading-space PASS: ignore-matching-lines PASS: label-vs-func PASS: new-file PASS: no-dereference PASS: no-newline-at-eof PASS: stdin PASS: strcoll-0-names PASS: filename-quoting PASS: colors ============================================================================ Testsuite summary for GNU diffutils 3.6 ============================================================================ # TOTAL: 20 # PASS: 19 # SKIP: 1 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[1]: Leaving directory '/usr/lib/diffutils/ptest/tests' make: Leaving directory '/usr/lib/diffutils/ptest/tests' END: /usr/lib/diffutils/ptest 2017-08-12T17:32 2017-08-12T17:32 BEGIN: /usr/lib/e2fsprogs/ptest PASS: e2fsprogs ERROR: Exit status is 256 END: /usr/lib/e2fsprogs/ptest 2017-08-12T17:32 2017-08-12T17:32 BEGIN: /usr/lib/flex/ptest make[1]: Entering directory '/usr/lib/flex/ptest' touch alloc_extra.log touch array_nr.log touch array_r.log touch basic_nr.log touch basic_r.log touch bison_nr.log touch bison_yylloc.log touch bison_yylval.log touch c_cxx_nr.log touch c_cxx_r.log touch ccl.log touch cxx_basic.log touch cxx_multiple_scanners.log touch debug_nr.log touch debug_r.log touch extended.log touch header_nr.log touch header_r.log touch mem_nr.log touch mem_r.log touch multiple_scanners_nr.log touch multiple_scanners_r.log touch noansi_nr.log touch noansi_r.log touch posix.log touch posixly_correct.c touch posixly_correct.o touch posixly_correct touch posixly_correct.log touch prefix_nr.log touch prefix_r.log touch quotes.log touch string_nr.log touch string_r.log touch top.log touch yyextra.log touch reject_nr.reject.c touch reject_nr.reject.o touch reject_nr.reject touch reject_nr.log touch reject_r.reject.c touch reject_r.reject.o touch reject_r.reject touch reject_r.log touch reject_ver.table.c touch reject_ver.table.o touch reject_ver.table touch reject_ver.log touch reject_ser.table.c touch reject_ser.table.o touch reject_ser.table touch reject_ser.log touch include_by_buffer.log touch include_by_push.log touch include_by_reentrant.log touch rescan_nr.log touch rescan_r.log touch cxx_yywrap.log touch pthread.log touch lineno_nr.log touch lineno_r.log touch lineno_trailing.log touch tableopts_opt_nr-Ca.c touch tableopts_opt_nr-Ca.o touch tableopts_opt_nr-Ca.opt touch tableopts_opt_nr-Ca.log touch tableopts_opt_nr-Ce.c touch tableopts_opt_nr-Ce.o touch tableopts_opt_nr-Ce.opt touch tableopts_opt_nr-Ce.log touch tableopts_opt_nr-Cf.c touch tableopts_opt_nr-Cf.o touch tableopts_opt_nr-Cf.opt touch tableopts_opt_nr-Cf.log touch tableopts_opt_nr-CF.c touch tableopts_opt_nr-CF.o touch tableopts_opt_nr-CF.opt touch tableopts_opt_nr-CF.log touch tableopts_opt_nr-Cm.c touch tableopts_opt_nr-Cm.o touch tableopts_opt_nr-Cm.opt touch tableopts_opt_nr-Cm.log touch tableopts_opt_nr-Cem.c touch tableopts_opt_nr-Cem.o touch tableopts_opt_nr-Cem.opt touch tableopts_opt_nr-Cem.log touch tableopts_opt_nr-Cae.c touch tableopts_opt_nr-Cae.o touch tableopts_opt_nr-Cae.opt touch tableopts_opt_nr-Cae.log touch tableopts_opt_nr-Caef.c touch tableopts_opt_nr-Caef.o touch tableopts_opt_nr-Caef.opt touch tableopts_opt_nr-Caef.log touch tableopts_opt_nr-CaeF.c touch tableopts_opt_nr-CaeF.o touch tableopts_opt_nr-CaeF.opt touch tableopts_opt_nr-CaeF.log touch tableopts_opt_nr-Cam.c touch tableopts_opt_nr-Cam.o touch tableopts_opt_nr-Cam.opt touch tableopts_opt_nr-Cam.log touch tableopts_opt_nr-Caem.c touch tableopts_opt_nr-Caem.o touch tableopts_opt_nr-Caem.opt touch tableopts_opt_nr-Caem.log touch tableopts_opt_r-Ca.c touch tableopts_opt_r-Ca.o touch tableopts_opt_r-Ca.opt touch tableopts_opt_r-Ca.log touch tableopts_opt_r-Ce.c touch tableopts_opt_r-Ce.o touch tableopts_opt_r-Ce.opt touch tableopts_opt_r-Ce.log touch tableopts_opt_r-Cf.c touch tableopts_opt_r-Cf.o touch tableopts_opt_r-Cf.opt touch tableopts_opt_r-Cf.log touch tableopts_opt_r-CF.c touch tableopts_opt_r-CF.o touch tableopts_opt_r-CF.opt touch tableopts_opt_r-CF.log touch tableopts_opt_r-Cm.c touch tableopts_opt_r-Cm.o touch tableopts_opt_r-Cm.opt touch tableopts_opt_r-Cm.log touch tableopts_opt_r-Cem.c touch tableopts_opt_r-Cem.o touch tableopts_opt_r-Cem.opt touch tableopts_opt_r-Cem.log touch tableopts_opt_r-Cae.c touch tableopts_opt_r-Cae.o touch tableopts_opt_r-Cae.opt touch tableopts_opt_r-Cae.log touch tableopts_opt_r-Caef.c touch tableopts_opt_r-Caef.o touch tableopts_opt_r-Caef.opt touch tableopts_opt_r-Caef.log touch tableopts_opt_r-CaeF.c touch tableopts_opt_r-CaeF.o touch tableopts_opt_r-CaeF.opt touch tableopts_opt_r-CaeF.log touch tableopts_opt_r-Cam.c touch tableopts_opt_r-Cam.o touch tableopts_opt_r-Cam.opt touch tableopts_opt_r-Cam.log touch tableopts_opt_r-Caem.c touch tableopts_opt_r-Caem.o touch tableopts_opt_r-Caem.opt touch tableopts_opt_r-Caem.log touch tableopts_ser_nr-Ca.c touch tableopts_ser_nr-Ca.o touch tableopts_ser_nr-Ca.ser touch tableopts_ser_nr-Ca.log touch tableopts_ser_nr-Ce.c touch tableopts_ser_nr-Ce.o touch tableopts_ser_nr-Ce.ser touch tableopts_ser_nr-Ce.log touch tableopts_ser_nr-Cf.c touch tableopts_ser_nr-Cf.o touch tableopts_ser_nr-Cf.ser touch tableopts_ser_nr-Cf.log touch tableopts_ser_nr-CF.c touch tableopts_ser_nr-CF.o touch tableopts_ser_nr-CF.ser touch tableopts_ser_nr-CF.log touch tableopts_ser_nr-Cm.c touch tableopts_ser_nr-Cm.o touch tableopts_ser_nr-Cm.ser touch tableopts_ser_nr-Cm.log touch tableopts_ser_nr-Cem.c touch tableopts_ser_nr-Cem.o touch tableopts_ser_nr-Cem.ser touch tableopts_ser_nr-Cem.log touch tableopts_ser_nr-Cae.c touch tableopts_ser_nr-Cae.o touch tableopts_ser_nr-Cae.ser touch tableopts_ser_nr-Cae.log touch tableopts_ser_nr-Caef.c touch tableopts_ser_nr-Caef.o touch tableopts_ser_nr-Caef.ser touch tableopts_ser_nr-Caef.log touch tableopts_ser_nr-CaeF.c touch tableopts_ser_nr-CaeF.o touch tableopts_ser_nr-CaeF.ser touch tableopts_ser_nr-CaeF.log touch tableopts_ser_nr-Cam.c touch tableopts_ser_nr-Cam.o touch tableopts_ser_nr-Cam.ser touch tableopts_ser_nr-Cam.log touch tableopts_ser_nr-Caem.c touch tableopts_ser_nr-Caem.o touch tableopts_ser_nr-Caem.ser touch tableopts_ser_nr-Caem.log touch tableopts_ser_r-Ca.c touch tableopts_ser_r-Ca.o touch tableopts_ser_r-Ca.ser touch tableopts_ser_r-Ca.log touch tableopts_ser_r-Ce.c touch tableopts_ser_r-Ce.o touch tableopts_ser_r-Ce.ser touch tableopts_ser_r-Ce.log touch tableopts_ser_r-Cf.c touch tableopts_ser_r-Cf.o touch tableopts_ser_r-Cf.ser touch tableopts_ser_r-Cf.log touch tableopts_ser_r-CF.c touch tableopts_ser_r-CF.o touch tableopts_ser_r-CF.ser touch tableopts_ser_r-CF.log touch tableopts_ser_r-Cm.c touch tableopts_ser_r-Cm.o touch tableopts_ser_r-Cm.ser touch tableopts_ser_r-Cm.log touch tableopts_ser_r-Cem.c touch tableopts_ser_r-Cem.o touch tableopts_ser_r-Cem.ser touch tableopts_ser_r-Cem.log touch tableopts_ser_r-Cae.c touch tableopts_ser_r-Cae.o touch tableopts_ser_r-Cae.ser touch tableopts_ser_r-Cae.log touch tableopts_ser_r-Caef.c touch tableopts_ser_r-Caef.o touch tableopts_ser_r-Caef.ser touch tableopts_ser_r-Caef.log touch tableopts_ser_r-CaeF.c touch tableopts_ser_r-CaeF.o touch tableopts_ser_r-CaeF.ser touch tableopts_ser_r-CaeF.log touch tableopts_ser_r-Cam.c touch tableopts_ser_r-Cam.o touch tableopts_ser_r-Cam.ser touch tableopts_ser_r-Cam.log touch tableopts_ser_r-Caem.c touch tableopts_ser_r-Caem.o touch tableopts_ser_r-Caem.ser touch tableopts_ser_r-Caem.log touch tableopts_ver_nr-Ca.c touch tableopts_ver_nr-Ca.o touch tableopts_ver_nr-Ca.ver touch tableopts_ver_nr-Ca.log touch tableopts_ver_nr-Ce.c touch tableopts_ver_nr-Ce.o touch tableopts_ver_nr-Ce.ver touch tableopts_ver_nr-Ce.log touch tableopts_ver_nr-Cf.c touch tableopts_ver_nr-Cf.o touch tableopts_ver_nr-Cf.ver touch tableopts_ver_nr-Cf.log touch tableopts_ver_nr-CF.c touch tableopts_ver_nr-CF.o touch tableopts_ver_nr-CF.ver touch tableopts_ver_nr-CF.log touch tableopts_ver_nr-Cm.c touch tableopts_ver_nr-Cm.o touch tableopts_ver_nr-Cm.ver touch tableopts_ver_nr-Cm.log touch tableopts_ver_nr-Cem.c touch tableopts_ver_nr-Cem.o touch tableopts_ver_nr-Cem.ver touch tableopts_ver_nr-Cem.log touch tableopts_ver_nr-Cae.c touch tableopts_ver_nr-Cae.o touch tableopts_ver_nr-Cae.ver touch tableopts_ver_nr-Cae.log touch tableopts_ver_nr-Caef.c touch tableopts_ver_nr-Caef.o touch tableopts_ver_nr-Caef.ver touch tableopts_ver_nr-Caef.log touch tableopts_ver_nr-CaeF.c touch tableopts_ver_nr-CaeF.o touch tableopts_ver_nr-CaeF.ver touch tableopts_ver_nr-CaeF.log touch tableopts_ver_nr-Cam.c touch tableopts_ver_nr-Cam.o touch tableopts_ver_nr-Cam.ver touch tableopts_ver_nr-Cam.log touch tableopts_ver_nr-Caem.c touch tableopts_ver_nr-Caem.o touch tableopts_ver_nr-Caem.ver touch tableopts_ver_nr-Caem.log touch tableopts_ver_r-Ca.c touch tableopts_ver_r-Ca.o touch tableopts_ver_r-Ca.ver touch tableopts_ver_r-Ca.log touch tableopts_ver_r-Ce.c touch tableopts_ver_r-Ce.o touch tableopts_ver_r-Ce.ver touch tableopts_ver_r-Ce.log touch tableopts_ver_r-Cf.c touch tableopts_ver_r-Cf.o touch tableopts_ver_r-Cf.ver touch tableopts_ver_r-Cf.log touch tableopts_ver_r-CF.c touch tableopts_ver_r-CF.o touch tableopts_ver_r-CF.ver touch tableopts_ver_r-CF.log touch tableopts_ver_r-Cm.c touch tableopts_ver_r-Cm.o touch tableopts_ver_r-Cm.ver touch tableopts_ver_r-Cm.log touch tableopts_ver_r-Cem.c touch tableopts_ver_r-Cem.o touch tableopts_ver_r-Cem.ver touch tableopts_ver_r-Cem.log touch tableopts_ver_r-Cae.c touch tableopts_ver_r-Cae.o touch tableopts_ver_r-Cae.ver touch tableopts_ver_r-Cae.log touch tableopts_ver_r-Caef.c touch tableopts_ver_r-Caef.o touch tableopts_ver_r-Caef.ver touch tableopts_ver_r-Caef.log touch tableopts_ver_r-CaeF.c touch tableopts_ver_r-CaeF.o touch tableopts_ver_r-CaeF.ver touch tableopts_ver_r-CaeF.log touch tableopts_ver_r-Cam.c touch tableopts_ver_r-Cam.o touch tableopts_ver_r-Cam.ver touch tableopts_ver_r-Cam.log touch tableopts_ver_r-Caem.c touch tableopts_ver_r-Caem.o touch tableopts_ver_r-Caem.ver touch tableopts_ver_r-Caem.log touch options.log make[2]: Entering directory '/usr/lib/flex/ptest' touch alloc_extra.log touch array_nr.log touch array_r.log touch basic_nr.log touch basic_r.log touch bison_nr.log touch bison_yylloc.log touch bison_yylval.log touch c_cxx_nr.log touch c_cxx_r.log touch ccl.log touch cxx_basic.log touch cxx_multiple_scanners.log touch debug_nr.log touch debug_r.log touch extended.log touch header_nr.log touch header_r.log touch mem_nr.log touch mem_r.log touch multiple_scanners_nr.log touch multiple_scanners_r.log touch noansi_nr.log touch noansi_r.log touch posix.log touch posixly_correct.log touch prefix_nr.log touch prefix_r.log touch quotes.log touch string_nr.log touch string_r.log touch top.log touch yyextra.log touch reject_nr.log touch reject_r.log touch reject_ver.log touch reject_ser.log touch include_by_buffer.log touch include_by_push.log touch include_by_reentrant.log touch rescan_nr.log touch rescan_r.log touch cxx_yywrap.log touch pthread.log touch lineno_nr.log touch lineno_r.log touch lineno_trailing.log touch tableopts_opt_nr-Ca.log touch tableopts_opt_nr-Ce.log touch tableopts_opt_nr-Cf.log touch tableopts_opt_nr-CF.log touch tableopts_opt_nr-Cm.log touch tableopts_opt_nr-Cem.log touch tableopts_opt_nr-Cae.log touch tableopts_opt_nr-Caef.log touch tableopts_opt_nr-CaeF.log touch tableopts_opt_nr-Cam.log touch tableopts_opt_nr-Caem.log touch tableopts_opt_r-Ca.log touch tableopts_opt_r-Ce.log touch tableopts_opt_r-Cf.log touch tableopts_opt_r-CF.log touch tableopts_opt_r-Cm.log touch tableopts_opt_r-Cem.log touch tableopts_opt_r-Cae.log touch tableopts_opt_r-Caef.log touch tableopts_opt_r-CaeF.log touch tableopts_opt_r-Cam.log touch tableopts_opt_r-Caem.log touch tableopts_ser_nr-Ca.log touch tableopts_ser_nr-Ce.log touch tableopts_ser_nr-Cf.log touch tableopts_ser_nr-CF.log touch tableopts_ser_nr-Cm.log touch tableopts_ser_nr-Cem.log touch tableopts_ser_nr-Cae.log touch tableopts_ser_nr-Caef.log touch tableopts_ser_nr-CaeF.log touch tableopts_ser_nr-Cam.log touch tableopts_ser_nr-Caem.log touch tableopts_ser_r-Ca.log touch tableopts_ser_r-Ce.log touch tableopts_ser_r-Cf.log touch tableopts_ser_r-CF.log touch tableopts_ser_r-Cm.log touch tableopts_ser_r-Cem.log touch tableopts_ser_r-Cae.log touch tableopts_ser_r-Caef.log touch tableopts_ser_r-CaeF.log touch tableopts_ser_r-Cam.log touch tableopts_ser_r-Caem.log touch tableopts_ver_nr-Ca.log touch tableopts_ver_nr-Ce.log touch tableopts_ver_nr-Cf.log touch tableopts_ver_nr-CF.log touch tableopts_ver_nr-Cm.log touch tableopts_ver_nr-Cem.log touch tableopts_ver_nr-Cae.log touch tableopts_ver_nr-Caef.log touch tableopts_ver_nr-CaeF.log touch tableopts_ver_nr-Cam.log touch tableopts_ver_nr-Caem.log touch tableopts_ver_r-Ca.log touch tableopts_ver_r-Ce.log touch tableopts_ver_r-Cf.log touch tableopts_ver_r-CF.log touch tableopts_ver_r-Cm.log touch tableopts_ver_r-Cem.log touch tableopts_ver_r-Cae.log touch tableopts_ver_r-Caef.log touch tableopts_ver_r-CaeF.log touch tableopts_ver_r-Cam.log touch tableopts_ver_r-Caem.log touch options.log make[2]: Leaving directory '/usr/lib/flex/ptest' make[1]: Leaving directory '/usr/lib/flex/ptest' make[1]: Entering directory '/usr/lib/flex/ptest' PASS: alloc_extra PASS: array_nr PASS: array_r PASS: basic_nr PASS: basic_r PASS: bison_nr PASS: bison_yylloc PASS: bison_yylval PASS: c_cxx_nr PASS: c_cxx_r PASS: ccl PASS: cxx_basic PASS: cxx_multiple_scanners PASS: debug_nr PASS: debug_r PASS: extended PASS: header_nr PASS: header_r PASS: mem_nr PASS: mem_r PASS: multiple_scanners_nr PASS: multiple_scanners_r PASS: noansi_nr PASS: noansi_r PASS: posix PASS: posixly_correct PASS: prefix_nr PASS: prefix_r PASS: quotes PASS: string_nr PASS: string_r PASS: top PASS: yyextra PASS: reject_nr.reject PASS: reject_r.reject PASS: reject_ver.table PASS: reject_ser.table PASS: include_by_buffer.direct PASS: include_by_push.direct PASS: include_by_reentrant.direct PASS: rescan_nr.direct PASS: rescan_r.direct PASS: cxx_yywrap.i3 PASS: pthread.pthread PASS: lineno_nr.one PASS: lineno_r.one PASS: lineno_trailing.one PASS: tableopts_opt_nr-Ca.opt PASS: tableopts_opt_nr-Ce.opt PASS: tableopts_opt_nr-Cf.opt PASS: tableopts_opt_nr-CF.opt PASS: tableopts_opt_nr-Cm.opt PASS: tableopts_opt_nr-Cem.opt PASS: tableopts_opt_nr-Cae.opt PASS: tableopts_opt_nr-Caef.opt PASS: tableopts_opt_nr-CaeF.opt PASS: tableopts_opt_nr-Cam.opt PASS: tableopts_opt_nr-Caem.opt PASS: tableopts_opt_r-Ca.opt PASS: tableopts_opt_r-Ce.opt PASS: tableopts_opt_r-Cf.opt PASS: tableopts_opt_r-CF.opt PASS: tableopts_opt_r-Cm.opt PASS: tableopts_opt_r-Cem.opt PASS: tableopts_opt_r-Cae.opt PASS: tableopts_opt_r-Caef.opt PASS: tableopts_opt_r-CaeF.opt PASS: tableopts_opt_r-Cam.opt PASS: tableopts_opt_r-Caem.opt PASS: tableopts_ser_nr-Ca.ser PASS: tableopts_ser_nr-Ce.ser PASS: tableopts_ser_nr-Cf.ser PASS: tableopts_ser_nr-CF.ser PASS: tableopts_ser_nr-Cm.ser PASS: tableopts_ser_nr-Cem.ser PASS: tableopts_ser_nr-Cae.ser PASS: tableopts_ser_nr-Caef.ser PASS: tableopts_ser_nr-CaeF.ser PASS: tableopts_ser_nr-Cam.ser PASS: tableopts_ser_nr-Caem.ser PASS: tableopts_ser_r-Ca.ser PASS: tableopts_ser_r-Ce.ser PASS: tableopts_ser_r-Cf.ser PASS: tableopts_ser_r-CF.ser PASS: tableopts_ser_r-Cm.ser PASS: tableopts_ser_r-Cem.ser PASS: tableopts_ser_r-Cae.ser PASS: tableopts_ser_r-Caef.ser PASS: tableopts_ser_r-CaeF.ser PASS: tableopts_ser_r-Cam.ser PASS: tableopts_ser_r-Caem.ser PASS: tableopts_ver_nr-Ca.ver PASS: tableopts_ver_nr-Ce.ver PASS: tableopts_ver_nr-Cf.ver PASS: tableopts_ver_nr-CF.ver PASS: tableopts_ver_nr-Cm.ver PASS: tableopts_ver_nr-Cem.ver PASS: tableopts_ver_nr-Cae.ver PASS: tableopts_ver_nr-Caef.ver PASS: tableopts_ver_nr-CaeF.ver PASS: tableopts_ver_nr-Cam.ver PASS: tableopts_ver_nr-Caem.ver PASS: tableopts_ver_r-Ca.ver PASS: tableopts_ver_r-Ce.ver PASS: tableopts_ver_r-Cf.ver PASS: tableopts_ver_r-CF.ver PASS: tableopts_ver_r-Cm.ver PASS: tableopts_ver_r-Cem.ver PASS: tableopts_ver_r-Cae.ver PASS: tableopts_ver_r-Caef.ver PASS: tableopts_ver_r-CaeF.ver PASS: tableopts_ver_r-Cam.ver PASS: tableopts_ver_r-Caem.ver PASS: options.cn ============================================================================ Testsuite summary for the fast lexical analyser generator 2.6.0 ============================================================================ # TOTAL: 114 # PASS: 114 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[1]: Leaving directory '/usr/lib/flex/ptest' END: /usr/lib/flex/ptest 2017-08-12T17:32 2017-08-12T17:32 BEGIN: /usr/lib/gawk/ptest PASS: addcomma PASS: anchgsub PASS: arrayind1 PASS: arrayparm PASS: arrayprm2 PASS: arrayprm3 PASS: arrayref PASS: arrymem1 PASS: arryref2 PASS: arryref3 PASS: arryref4 PASS: arryref5 PASS: arynasty PASS: aryprm1 PASS: aryprm2 PASS: aryprm3 PASS: aryprm4 PASS: aryprm5 PASS: aryprm6 PASS: aryprm7 PASS: aryprm8 PASS: aryprm9 PASS: arysubnm PASS: asgext PASS: back89 PASS: backgsub PASS: badassign1 PASS: badbuild PASS: callparam PASS: childin PASS: closebad PASS: clsflnam PASS: compare2 PASS: concat1 PASS: concat2 PASS: concat3 PASS: convfmt PASS: datanonl PASS: defref PASS: delargv PASS: delarpm2 PASS: delarprm PASS: delfunc PASS: dfastress PASS: dynlj PASS: eofsplit PASS: exit2 PASS: exitval2 PASS: exitval3 PASS: fcall_exit PASS: fcall_exit2 PASS: fldchg PASS: fldchgnf PASS: fnamedat PASS: fnarray PASS: fnarray2 PASS: fnaryscl PASS: fnasgnm PASS: fnmisc PASS: fordel PASS: forref PASS: forsimp PASS: fsbs PASS: fsnul1 PASS: fsrs PASS: fstabplus PASS: funsemnl PASS: funsmnam PASS: funstack PASS: getline PASS: getline3 PASS: getline4 PASS: getline5 PASS: getnr2tb PASS: getnr2tm PASS: gsubasgn PASS: gsubtest PASS: gsubtst2 PASS: gsubtst4 PASS: gsubtst5 PASS: gsubtst7 PASS: gsubtst8 PASS: hex PASS: hex2 PASS: hsprint PASS: inpref PASS: inputred PASS: intest PASS: intprec PASS: iobug1 PASS: leadnl PASS: longsub PASS: longwrds PASS: manglprm PASS: math PASS: membug1 PASS: minusstr PASS: nasty PASS: nasty2 PASS: negexp PASS: negrange PASS: nested PASS: nfldstr PASS: nfloop PASS: nfneg PASS: nfset PASS: nlfldsep PASS: nlinstr PASS: nlstrina PASS: noeffect PASS: nofmtch PASS: noloop1 PASS: noloop2 PASS: noparms PASS: nulinsrc PASS: nulrsend PASS: numindex PASS: numsubstr PASS: octsub PASS: ofmt PASS: ofmta PASS: ofmtbig PASS: ofmtfidl PASS: ofmts PASS: ofmtstrnum PASS: ofs1 PASS: onlynl PASS: opasnidx PASS: opasnslf PASS: paramdup PASS: paramres PASS: paramtyp PASS: paramuninitglobal PASS: parse1 PASS: parsefld PASS: parseme PASS: pcntplus PASS: prdupval PASS: prec PASS: printf1 PASS: prmarscl PASS: prmreuse PASS: prt1eval PASS: prtoeval PASS: rand PASS: fi PASS: range1 PASS: readbuf PASS: rebrackloc PASS: rebt8b1 PASS: regeq PASS: regexpbrack PASS: regexpbrack2 PASS: regexprange PASS: regrange PASS: reindops PASS: reparse PASS: resplit PASS: rs PASS: rsnul1nl PASS: rstest1 PASS: rstest2 PASS: rstest3 PASS: rstest4 PASS: rstest5 PASS: rswhite PASS: scalar PASS: sclforin PASS: sclifin PASS: sigpipe1 PASS: sortempty PASS: sortglos PASS: splitargv PASS: splitarr PASS: splitdef PASS: splitvar PASS: splitwht PASS: strcat1 PASS: strnum1 PASS: strtod PASS: subback PASS: subsepnm PASS: subslash PASS: substr PASS: swaplns PASS: synerr1 PASS: synerr2 PASS: uninit2 PASS: uninit3 PASS: uninit4 PASS: uninit5 PASS: uninitialized PASS: unterm PASS: uparrfs PASS: wjposer1 PASS: zero2 PASS: zeroe0 PASS: zeroflag PASS: getlnhd PASS: aadelete1 PASS: aadelete2 PASS: aarray1 PASS: aasort PASS: aasorti PASS: arraysort PASS: backw PASS: clos1way2 PASS: clos1way3 PASS: clos1way4 PASS: clos1way5 PASS: crlf PASS: delsub PASS: fieldwdth PASS: fpat1 PASS: fpat2 PASS: fpat3 PASS: fpat4 PASS: fpat5 PASS: fpatnull PASS: fsfwfs PASS: funlen PASS: functab1 PASS: functab2 PASS: functab3 PASS: fwtest PASS: fwtest2 PASS: fwtest3 PASS: gensub PASS: gensub2 PASS: getlndir PASS: gnuops2 PASS: gnuops3 PASS: gnureops PASS: icasefs PASS: icasers PASS: id PASS: igncdym PASS: igncfs PASS: ignrcase FAIL: include PASS: indirectbuiltin PASS: indirectcall PASS: indirectcall2 PASS: lint PASS: lintold PASS: lintwarn PASS: match1 PASS: match2 PASS: match3 PASS: nastyparm PASS: nondec PASS: patsplit PASS: posix PASS: printfbad1 PASS: printfbad3 PASS: printfbad4 PASS: procinfs PASS: regnul1 PASS: regnul2 PASS: regx8bit PASS: rsgetline PASS: rstest6 PASS: shadow PASS: sortfor PASS: sortfor2 PASS: sortu PASS: split_after_fpat PASS: splitarg4 PASS: strtonum PASS: switch2 PASS: symtab1 PASS: symtab2 PASS: symtab3 PASS: symtab4 PASS: symtab5 PASS: symtab7 PASS: double1 PASS: double2 PASS: intformat PASS: asort PASS: asorti PASS: fmttest PASS: fnarydel PASS: fi PASS: fnparydl PASS: fi PASS: rebt8b2 PASS: sort1 PASS: sprintfc PASS: fnmatch PASS: fork PASS: fork2 PASS: functab4 PASS: ordchr PASS: revout PASS: revtwoway PASS: rwarray PASS: time END: /usr/lib/gawk/ptest 2017-08-12T17:32 2017-08-12T17:32 BEGIN: /usr/lib/gdbm/ptest ## --------------------- ## ## gdbm 1.13 test suite. ## ## --------------------- ## PASS: gdbm version GDBM interface PASS: create database PASS: fetch a record PASS: fetch: nonexisting record PASS: delete a record PASS: delete: non existing record PASS: delete: all records Block size selection PASS: block size adjustment PASS: exact blocksize PASS: incorrect blocksize Compatibility library (dbm/ndbm) PASS: create database PASS: converting a 1.8-style database PASS: fetch a record PASS: fetch: nonexisting record PASS: fetch from a read-only database PASS: fetch from a read-only 1.8-style database PASS: delete a record PASS: delete: non existing record PASS: delete: all records DB options PASS: setopt PASS: setopt: mmap options Cloexec PASS: cloexec: gdbm_open PASS: cloexec: gdbm_reorganize PASS: cloexec: dbm_open PASS: cloexec: dbm_open -creat ## ------------- ## ## Test results. ## ## ------------- ## All 25 tests were successful. END: /usr/lib/gdbm/ptest 2017-08-12T17:32 2017-08-12T17:32 BEGIN: /usr/lib/gdk-pixbuf/ptest Running test: gdk-pixbuf/pixbuf-composite.test # random seed: R02S9baaccf301c73a34229f37d384e93542 1..2 # Start of pixbuf tests ok 1 /pixbuf/composite1 ok 2 /pixbuf/composite2 # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-composite.test Running test: gdk-pixbuf/cve-2015-4491.test # random seed: R02Sff024bb881ce2a30e4265aa6c5603507 1..4 # Start of pixbuf tests # Start of cve-2015-4491 tests ok 1 /pixbuf/cve-2015-4491/original ok 2 /pixbuf/cve-2015-4491/scale-overflow ok 3 /pixbuf/cve-2015-4491/scale-x-overflow ok 4 /pixbuf/cve-2015-4491/scale-y-overflow # End of cve-2015-4491 tests # End of pixbuf tests PASS: gdk-pixbuf/cve-2015-4491.test Running test: gdk-pixbuf/pixbuf-short-gif-write.test # random seed: R02S3d74351182b6e8e6cf93087062739bc3 1..2 # Start of animation tests ok 1 /animation/short_gif_write ok 2 /animation/load_first_frame # End of animation tests PASS: gdk-pixbuf/pixbuf-short-gif-write.test Running test: gdk-pixbuf/pixbuf-threads.test # random seed: R02S5c828e0b427db2cd4e5f45721cb61f96 1..1 # Start of pixbuf tests # reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.jpeg # reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.png # reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.bmp # reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.gif # reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.2.jpeg # reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.xpm # reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.tga ok 1 /pixbuf/threads # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-threads.test Running test: gdk-pixbuf/pixbuf-icon-serialize.test # random seed: R02S79e899100b5eecdca26def0e16618a53 1..1 # Start of pixbuf tests # Start of icon tests ok 1 /pixbuf/icon/serialize # End of icon tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-icon-serialize.test Running test: gdk-pixbuf/pixbuf-icc.test # random seed: R02Sc0e2a9022f8930761e92919b08e22673 1..4 # Start of pixbuf tests # Start of icc tests ok 1 /pixbuf/icc/png ok 2 /pixbuf/icc/jpeg # Start of png tests ok 3 /pixbuf/icc/png/incremental # End of png tests # Start of jpeg tests ok 4 /pixbuf/icc/jpeg/incremental # End of jpeg tests # End of icc tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-icc.test Running test: gdk-pixbuf/animation.test # random seed: R02S2752472ac3aa310d2da09aaa83d84fbc 1..2 # Start of animation tests ok 1 /animation/gif ok 2 /animation/ani # End of animation tests PASS: gdk-pixbuf/animation.test Running test: gdk-pixbuf/pixbuf-area-updated.test # random seed: R02S880dd5ec40710305f53b1feafef98fb1 1..4 # Start of pixbuf tests # Start of area-updated tests ok 1 /pixbuf/area-updated/ico ok 2 /pixbuf/area-updated/gif ok 3 /pixbuf/area-updated/gif2 ok 4 /pixbuf/area-updated/gif3 # End of area-updated tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-area-updated.test Running test: gdk-pixbuf/pixbuf-reftest.test # random seed: R02S3ce8ee2bc0da3a31bdc1123b703aed02 1..50 # Start of pixbuf tests # Start of reftest tests ok 1 /pixbuf/reftest/bug696331.png ok 2 /pixbuf/reftest/colormap-too-small.tga ok 3 /pixbuf/reftest/mandatory-bitmasks.bmp ok 4 /pixbuf/reftest/rle-too-many-pixels-2.tga ok 5 /pixbuf/reftest/rle-too-many-pixels.tga ok 6 /pixbuf/reftest/squares.ico # Start of tga tests ok 7 /pixbuf/reftest/tga/gtk-logo-16bpp-bottom-left.tga ok 8 /pixbuf/reftest/tga/gtk-logo-16bpp-bottom-right.tga ok 9 /pixbuf/reftest/tga/gtk-logo-16bpp-top-left.tga ok 10 /pixbuf/reftest/tga/gtk-logo-16bpp-top-right.tga ok 11 /pixbuf/reftest/tga/gtk-logo-24bpp-bottom-left.tga ok 12 /pixbuf/reftest/tga/gtk-logo-24bpp-bottom-right.tga ok 13 /pixbuf/reftest/tga/gtk-logo-24bpp-top-left.tga ok 14 /pixbuf/reftest/tga/gtk-logo-24bpp-top-right.tga ok 15 /pixbuf/reftest/tga/gtk-logo-32bpp-bottom-left.tga ok 16 /pixbuf/reftest/tga/gtk-logo-32bpp-bottom-right.tga ok 17 /pixbuf/reftest/tga/gtk-logo-32bpp-top-left.tga ok 18 /pixbuf/reftest/tga/gtk-logo-32bpp-top-right.tga ok 19 /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-bottom-left.tga ok 20 /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-bottom-right.tga ok 21 /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-top-left.tga ok 22 /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-top-right.tga ok 23 /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-bottom-left.tga ok 24 /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-bottom-right.tga ok 25 /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-top-left.tga ok 26 /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-top-right.tga ok 27 /pixbuf/reftest/tga/gtk-logo-gray-16bpp-bottom-left.tga ok 28 /pixbuf/reftest/tga/gtk-logo-gray-16bpp-bottom-right.tga ok 29 /pixbuf/reftest/tga/gtk-logo-gray-16bpp-top-left.tga ok 30 /pixbuf/reftest/tga/gtk-logo-gray-16bpp-top-right.tga ok 31 /pixbuf/reftest/tga/gtk-logo-gray-8bpp-bottom-left.tga ok 32 /pixbuf/reftest/tga/gtk-logo-gray-8bpp-bottom-right.tga ok 33 /pixbuf/reftest/tga/gtk-logo-gray-8bpp-top-left.tga ok 34 /pixbuf/reftest/tga/gtk-logo-gray-8bpp-top-right.tga ok 35 /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-bottom-left.tga ok 36 /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-bottom-right.tga ok 37 /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-top-left.tga ok 38 /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-top-right.tga ok 39 /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-bottom-left.tga ok 40 /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-bottom-right.tga ok 41 /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-top-left.tga ok 42 /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-top-right.tga ok 43 /pixbuf/reftest/tga/gtk-logo-rle-24bpp-bottom-left.tga ok 44 /pixbuf/reftest/tga/gtk-logo-rle-24bpp-bottom-right.tga ok 45 /pixbuf/reftest/tga/gtk-logo-rle-24bpp-top-left.tga ok 46 /pixbuf/reftest/tga/gtk-logo-rle-24bpp-top-right.tga ok 47 /pixbuf/reftest/tga/gtk-logo-rle-32bpp-bottom-left.tga ok 48 /pixbuf/reftest/tga/gtk-logo-rle-32bpp-bottom-right.tga ok 49 /pixbuf/reftest/tga/gtk-logo-rle-32bpp-top-left.tga ok 50 /pixbuf/reftest/tga/gtk-logo-rle-32bpp-top-right.tga # End of tga tests # End of reftest tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-reftest.test Running test: gdk-pixbuf/pixbuf-dpi.test # random seed: R02Sf1c58b4780b5d4fe52685f061f0b6dab 1..6 # Start of pixbuf tests # Start of dpi tests ok 1 /pixbuf/dpi/png ok 2 /pixbuf/dpi/png-incremental ok 3 /pixbuf/dpi/jpeg ok 4 /pixbuf/dpi/jpeg-incremental ok 5 /pixbuf/dpi/tiff # SKIP format not supported ok 6 /pixbuf/dpi/tiff-incremental # SKIP format not supported # End of dpi tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-dpi.test Running test: gdk-pixbuf/pixbuf-stream.test # random seed: R02S9a5c6803b113eaa9643f120f5fdac19c 1..4 # Start of pixbuf tests ok 1 /pixbuf/stream # Start of stream tests ok 2 /pixbuf/stream/async ok 3 /pixbuf/stream/scale # Start of scale tests ok 4 /pixbuf/stream/scale/async # End of scale tests # End of stream tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-stream.test Running test: gdk-pixbuf/pixbuf-randomly-modified.test # random seed: R02Se33bc714427e31121f8eb29cf63a2d19 # Modified image is written to pixbuf-randomly-modified-image 1..49 # Start of pixbuf tests # Start of randomly-modified tests ok 1 /pixbuf/randomly-modified/bad-header.ico ok 2 /pixbuf/randomly-modified/bmp-line-overflow.bmp ok 3 /pixbuf/randomly-modified/bug775232.pnm ok 4 /pixbuf/randomly-modified/bug775242.bmp ok 5 /pixbuf/randomly-modified/bug775648.qtif ok 6 /pixbuf/randomly-modified/crash.ico ok 7 /pixbuf/randomly-modified/decodecolormap.bmp ok 8 /pixbuf/randomly-modified/invalid.1.xpm ok 9 /pixbuf/randomly-modified/invalid.2.ico ok 10 /pixbuf/randomly-modified/invalid.4.ppm ok 11 /pixbuf/randomly-modified/valid.1.bmp ok 12 /pixbuf/randomly-modified/valid.1.gif ok 13 /pixbuf/randomly-modified/valid.1.jp2 ok 14 /pixbuf/randomly-modified/valid.1.jpeg ok 15 /pixbuf/randomly-modified/valid.1.png ok 16 /pixbuf/randomly-modified/valid.1.ppm ok 17 /pixbuf/randomly-modified/valid.1.tga ok 18 /pixbuf/randomly-modified/valid.1.tiff ok 19 /pixbuf/randomly-modified/valid.1.xbm ok 20 /pixbuf/randomly-modified/valid.1.xpm ok 21 /pixbuf/randomly-modified/valid.2.jpeg ok 22 /pixbuf/randomly-modified/valid.2.ppm ok 23 /pixbuf/randomly-modified/valid.2.tga ok 24 /pixbuf/randomly-modified/valid.3.ppm ok 25 /pixbuf/randomly-modified/valid.4.ppm # Start of fail tests ok 26 /pixbuf/randomly-modified/fail/DoS.tga ok 27 /pixbuf/randomly-modified/fail/androstanRezeptor.tga ok 28 /pixbuf/randomly-modified/fail/colormap-image-without-colormap.tga ok 29 /pixbuf/randomly-modified/fail/empty-file.tga ok 30 /pixbuf/randomly-modified/fail/file3.jp2 ok 31 /pixbuf/randomly-modified/fail/invalid.1.bmp ok 32 /pixbuf/randomly-modified/fail/invalid.1.gif ok 33 /pixbuf/randomly-modified/fail/invalid.1.ico ok 34 /pixbuf/randomly-modified/fail/invalid.1.png ok 35 /pixbuf/randomly-modified/fail/invalid.1.ppm ok 36 /pixbuf/randomly-modified/fail/invalid.2.gif ok 37 /pixbuf/randomly-modified/fail/invalid.2.png ok 38 /pixbuf/randomly-modified/fail/invalid.2.ppm ok 39 /pixbuf/randomly-modified/fail/invalid.3.gif ok 40 /pixbuf/randomly-modified/fail/invalid.3.ico ok 41 /pixbuf/randomly-modified/fail/invalid.3.png ok 42 /pixbuf/randomly-modified/fail/invalid.3.ppm ok 43 /pixbuf/randomly-modified/fail/invalid.4.gif ok 44 /pixbuf/randomly-modified/fail/invalid.4.png ok 45 /pixbuf/randomly-modified/fail/invalid.5.ppm ok 46 /pixbuf/randomly-modified/fail/invalid.6.ppm ok 47 /pixbuf/randomly-modified/fail/invalid.7.ppm ok 48 /pixbuf/randomly-modified/fail/invalid.8.ppm ok 49 /pixbuf/randomly-modified/fail/overflow.tga # End of fail tests # End of randomly-modified tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-randomly-modified.test Running test: gdk-pixbuf/pixbuf-pixdata.test # random seed: R02S0bdd940f659327020c8edbf75ad6ccb0 1..3 # Start of pixbuf tests # GdkPixbuf-DEBUG: gdk_pixbuf_from_pixdata() called on: # GdkPixbuf-DEBUG: Encoding raw # GdkPixbuf-DEBUG: Dimensions: 48 x 48 # GdkPixbuf-DEBUG: Rowstride: 192, Length: 9240 # GdkPixbuf-DEBUG: Copy pixels == false # GdkPixbuf-DEBUG: gdk_pixbuf_from_pixdata() called on: # GdkPixbuf-DEBUG: Encoding raw # GdkPixbuf-DEBUG: Dimensions: 48 x 48 # GdkPixbuf-DEBUG: Rowstride: 192, Length: 9240 # GdkPixbuf-DEBUG: Copy pixels == false ok 1 /pixbuf/pixdata # Start of pixdata tests # GdkPixbuf-DEBUG: gdk_pixbuf_from_pixdata() called on: # GdkPixbuf-DEBUG: Encoding raw # GdkPixbuf-DEBUG: Dimensions: 89 x 96 # GdkPixbuf-DEBUG: Rowstride: 356, Length: 34200 # GdkPixbuf-DEBUG: Copy pixels == false # GdkPixbuf-DEBUG: gdk_pixbuf_from_pixdata() called on: # GdkPixbuf-DEBUG: Encoding rle # GdkPixbuf-DEBUG: Dimensions: 89 x 96 # GdkPixbuf-DEBUG: Rowstride: 356, Length: 8406 # GdkPixbuf-DEBUG: Copy pixels == false ok 2 /pixbuf/pixdata/success # GdkPixbuf-DEBUG: gdk_pixbuf_from_pixdata() called on: # GdkPixbuf-DEBUG: Encoding raw # GdkPixbuf-DEBUG: Dimensions: 48 x 4144 # GdkPixbuf-DEBUG: Rowstride: 256, Length: 80 # GdkPixbuf-DEBUG: Copy pixels == true # GdkPixbuf-DEBUG: gdk_pixbuf_from_pixdata() called on: # GdkPixbuf-DEBUG: Encoding raw # GdkPixbuf-DEBUG: Dimensions: 48 x 4144 # GdkPixbuf-DEBUG: Rowstride: 256, Length: 80 # GdkPixbuf-DEBUG: Copy pixels == false ok 3 /pixbuf/pixdata/bug775693 # End of pixdata tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-pixdata.test Running test: gdk-pixbuf/pixbuf-resource.test # random seed: R02S441ce469c1c244fe07405c2c0954c379 1..2 # Start of pixbuf tests # GdkPixbuf-DEBUG: gdk_pixbuf_from_pixdata() called on: # GdkPixbuf-DEBUG: Encoding raw # GdkPixbuf-DEBUG: Dimensions: 48 x 48 # GdkPixbuf-DEBUG: Rowstride: 192, Length: 9240 # GdkPixbuf-DEBUG: Copy pixels == false ok 1 /pixbuf/resource # Start of resource tests ok 2 /pixbuf/resource/at-scale # End of resource tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-resource.test Running test: gdk-pixbuf/pixbuf-scale-two-step.test # random seed: R02S626be66c29cfa016a448b71d116c4305 1..9 # Start of pixbuf tests # Start of scale tests # Start of two-step tests ok 1 /pixbuf/scale/two-step/tiles ok 2 /pixbuf/scale/two-step/bilinear ok 3 /pixbuf/scale/two-step/hyper # Start of offset tests ok 4 /pixbuf/scale/two-step/offset/tiles ok 5 /pixbuf/scale/two-step/offset/bilinear ok 6 /pixbuf/scale/two-step/offset/hyper # End of offset tests # Start of dest tests ok 7 /pixbuf/scale/two-step/dest/tiles ok 8 /pixbuf/scale/two-step/dest/bilinear ok 9 /pixbuf/scale/two-step/dest/hyper # End of dest tests # End of two-step tests # End of scale tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-scale-two-step.test Running test: gdk-pixbuf/pixbuf-scale.test # random seed: R02Seb45700ff87c2ba28a7b1629ea8f3e1d 1..18 # Start of pixbuf tests # Start of scale tests ok 1 /pixbuf/scale/png ok 2 /pixbuf/scale/bmp ok 3 /pixbuf/scale/gif ok 4 /pixbuf/scale/jpeg ok 5 /pixbuf/scale/tga ok 6 /pixbuf/scale/xpm ok 7 /pixbuf/scale/xbm # Start of halve-checkerboard tests ok 8 /pixbuf/scale/halve-checkerboard/nearest ok 9 /pixbuf/scale/halve-checkerboard/tiles ok 10 /pixbuf/scale/halve-checkerboard/bilinear ok 11 /pixbuf/scale/halve-checkerboard/hyper # End of halve-checkerboard tests # Start of offset tests ok 12 /pixbuf/scale/offset/nearest ok 13 /pixbuf/scale/offset/tiles ok 14 /pixbuf/scale/offset/bilinear ok 15 /pixbuf/scale/offset/hyper # End of offset tests # Start of dest tests ok 16 /pixbuf/scale/dest/nearest ok 17 /pixbuf/scale/dest/tiles ok 18 /pixbuf/scale/dest/bilinear # End of dest tests # End of scale tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-scale.test Running test: gdk-pixbuf/pixbuf-jpeg.test # random seed: R02S7cd3ef45c2b662377de5be5501f33f20 1..4 # Start of pixbuf tests # Start of jpeg tests ok 1 /pixbuf/jpeg/inverted_cmyk_jpeg ok 2 /pixbuf/jpeg/type9_rotation_exif_tag ok 3 /pixbuf/jpeg/bug775218 # ERROR:../../gdk-pixbuf-2.36.6/tests/pixbuf-jpeg.c:112:test_comment: assertion failed (error == NULL): Failed to open file '/usr/libexec/installed-tests/gdk-pixbuf/bug143608-comment.jpg': No such file or directory (g-file-error-quark, 4) FAIL: gdk-pixbuf/pixbuf-jpeg.test (Child process killed by signal 6) Running test: gdk-pixbuf/pixbuf-readonly-to-mutable.test # random seed: R02S3c55a010464a44201d5ea108bd9cd50d 1..2 # Start of pixbuf tests # Start of readonly tests ok 1 /pixbuf/readonly/mutate ok 2 /pixbuf/readonly/readpixelbytes # End of readonly tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-readonly-to-mutable.test Running test: gdk-pixbuf/pixbuf-save.test # random seed: R02S50daf54959d14722523eef24553195c5 1..3 # Start of pixbuf tests # Start of save tests ok 1 /pixbuf/save/roundtrip ok 2 /pixbuf/save/options ok 3 /pixbuf/save/ico # End of save tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-save.test Running test: gdk-pixbuf/pixbuf-fail.test # random seed: R02Sa40215ea6b2b0302927048872a9e73da 1..24 # Start of pixbuf tests # Start of fail tests ok 1 /pixbuf/fail/DoS.tga ok 2 /pixbuf/fail/androstanRezeptor.tga ok 3 /pixbuf/fail/colormap-image-without-colormap.tga ok 4 /pixbuf/fail/empty-file.tga ok 5 /pixbuf/fail/file3.jp2 # SKIP format not supported ok 6 /pixbuf/fail/invalid.1.bmp ok 7 /pixbuf/fail/invalid.1.gif ok 8 /pixbuf/fail/invalid.1.ico ok 9 /pixbuf/fail/invalid.1.png ok 10 /pixbuf/fail/invalid.1.ppm ok 11 /pixbuf/fail/invalid.2.gif ok 12 /pixbuf/fail/invalid.2.png ok 13 /pixbuf/fail/invalid.2.ppm ok 14 /pixbuf/fail/invalid.3.gif ok 15 /pixbuf/fail/invalid.3.ico ok 16 /pixbuf/fail/invalid.3.png ok 17 /pixbuf/fail/invalid.3.ppm ok 18 /pixbuf/fail/invalid.4.gif ok 19 /pixbuf/fail/invalid.4.png ok 20 /pixbuf/fail/invalid.5.ppm ok 21 /pixbuf/fail/invalid.6.ppm ok 22 /pixbuf/fail/invalid.7.ppm ok 23 /pixbuf/fail/invalid.8.ppm ok 24 /pixbuf/fail/overflow.tga # End of fail tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-fail.test SUMMARY: total=20; passed=19; skipped=0; failed=1; user=54.4s; system=0.6s; maxrss=151456 ERROR: Exit status is 512 END: /usr/lib/gdk-pixbuf/ptest 2017-08-12T17:33 2017-08-12T17:33 BEGIN: /usr/lib/glib-2.0/ptest Running test: gdk-pixbuf/cve-2015-4491.test # random seed: R02S5a0dbf5bd5b74de603f401ccedeab527 1..4 # Start of pixbuf tests # Start of cve-2015-4491 tests ok 1 /pixbuf/cve-2015-4491/original ok 2 /pixbuf/cve-2015-4491/scale-overflow ok 3 /pixbuf/cve-2015-4491/scale-x-overflow ok 4 /pixbuf/cve-2015-4491/scale-y-overflow # End of cve-2015-4491 tests # End of pixbuf tests PASS: gdk-pixbuf/cve-2015-4491.test Running test: pango/test-font.test /pango/fontdescription/parse: OK /pango/fontdescription/roundtrip: OK PASS: pango/test-font.test Running test: glib/unicode-caseconv.test PASS: glib/unicode-caseconv.test Running test: glib/onceinit.test PASS: glib/onceinit.test Running test: glib/atomic-test.test PASS: glib/atomic-test.test Running test: glib/type.test # random seed: R02Sca3317b901a578876d90990168fcb200 1..4 # Start of type tests ok 1 /type/registration-serial ok 2 /type/interface-prerequisite ok 3 /type/interface-check ok 4 /type/next-base # End of type tests PASS: glib/type.test Running test: glib/threadtests.test # random seed: R02S8dc614a1fe87530c172cbd07bf85211e 1..2 # Start of GObject tests ok 1 /GObject/threaded-object-init ok 2 /GObject/threaded-weak-ref # End of GObject tests PASS: glib/threadtests.test Running test: glib/inet-address.test # random seed: R02S60451cc6cfa5d83c7ba4f55fa9c23008 1..11 # Start of inet-address tests ok 1 /inet-address/parse ok 2 /inet-address/any ok 3 /inet-address/loopback ok 4 /inet-address/bytes ok 5 /inet-address/property # End of inet-address tests # Start of socket-address tests ok 6 /socket-address/basic ok 7 /socket-address/to-string # End of socket-address tests # Start of address-mask tests ok 8 /address-mask/parse ok 9 /address-mask/property ok 10 /address-mask/equal ok 11 /address-mask/match # End of address-mask tests PASS: glib/inet-address.test Running test: gdk-pixbuf/pixbuf-randomly-modified.test # random seed: R02S9cda74b35fc54b6768a39f2b79abd61d # Modified image is written to pixbuf-randomly-modified-image 1..49 # Start of pixbuf tests # Start of randomly-modified tests ok 1 /pixbuf/randomly-modified/bad-header.ico ok 2 /pixbuf/randomly-modified/bmp-line-overflow.bmp ok 3 /pixbuf/randomly-modified/bug775232.pnm ok 4 /pixbuf/randomly-modified/bug775242.bmp ok 5 /pixbuf/randomly-modified/bug775648.qtif ok 6 /pixbuf/randomly-modified/crash.ico ok 7 /pixbuf/randomly-modified/decodecolormap.bmp ok 8 /pixbuf/randomly-modified/invalid.1.xpm ok 9 /pixbuf/randomly-modified/invalid.2.ico ok 10 /pixbuf/randomly-modified/invalid.4.ppm ok 11 /pixbuf/randomly-modified/valid.1.bmp ok 12 /pixbuf/randomly-modified/valid.1.gif ok 13 /pixbuf/randomly-modified/valid.1.jp2 ok 14 /pixbuf/randomly-modified/valid.1.jpeg ok 15 /pixbuf/randomly-modified/valid.1.png ok 16 /pixbuf/randomly-modified/valid.1.ppm ok 17 /pixbuf/randomly-modified/valid.1.tga ok 18 /pixbuf/randomly-modified/valid.1.tiff ok 19 /pixbuf/randomly-modified/valid.1.xbm ok 20 /pixbuf/randomly-modified/valid.1.xpm ok 21 /pixbuf/randomly-modified/valid.2.jpeg ok 22 /pixbuf/randomly-modified/valid.2.ppm ok 23 /pixbuf/randomly-modified/valid.2.tga ok 24 /pixbuf/randomly-modified/valid.3.ppm ok 25 /pixbuf/randomly-modified/valid.4.ppm # Start of fail tests ok 26 /pixbuf/randomly-modified/fail/DoS.tga ok 27 /pixbuf/randomly-modified/fail/androstanRezeptor.tga ok 28 /pixbuf/randomly-modified/fail/colormap-image-without-colormap.tga ok 29 /pixbuf/randomly-modified/fail/empty-file.tga ok 30 /pixbuf/randomly-modified/fail/file3.jp2 ok 31 /pixbuf/randomly-modified/fail/invalid.1.bmp ok 32 /pixbuf/randomly-modified/fail/invalid.1.gif ok 33 /pixbuf/randomly-modified/fail/invalid.1.ico ok 34 /pixbuf/randomly-modified/fail/invalid.1.png ok 35 /pixbuf/randomly-modified/fail/invalid.1.ppm ok 36 /pixbuf/randomly-modified/fail/invalid.2.gif ok 37 /pixbuf/randomly-modified/fail/invalid.2.png ok 38 /pixbuf/randomly-modified/fail/invalid.2.ppm ok 39 /pixbuf/randomly-modified/fail/invalid.3.gif ok 40 /pixbuf/randomly-modified/fail/invalid.3.ico ok 41 /pixbuf/randomly-modified/fail/invalid.3.png ok 42 /pixbuf/randomly-modified/fail/invalid.3.ppm ok 43 /pixbuf/randomly-modified/fail/invalid.4.gif ok 44 /pixbuf/randomly-modified/fail/invalid.4.png ok 45 /pixbuf/randomly-modified/fail/invalid.5.ppm ok 46 /pixbuf/randomly-modified/fail/invalid.6.ppm ok 47 /pixbuf/randomly-modified/fail/invalid.7.ppm ok 48 /pixbuf/randomly-modified/fail/invalid.8.ppm ok 49 /pixbuf/randomly-modified/fail/overflow.tga # End of fail tests # End of randomly-modified tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-randomly-modified.test Running test: glib/srvtarget.test # random seed: R02S59385cf9875d0aa953a6cb096269dfba 1..1 # Start of srvtarget tests ok 1 /srvtarget/srv-target-ordering # End of srvtarget tests PASS: glib/srvtarget.test Running test: glib/socket.test # random seed: R02S7431f338b1c5ed182ab0ce61be82f4f3 1..20 # Start of socket tests ok 1 /socket/ipv4_sync ok 2 /socket/ipv4_async ok 3 /socket/ipv6_sync ok 4 /socket/ipv6_async ok 5 /socket/ipv6_v4mapped ok 6 /socket/close_graceful ok 7 /socket/timed_wait # Bug Reference: https://bugzilla.gnome.org/741707 ok 8 /socket/fd_reuse ok 9 /socket/address ok 10 /socket/unix-from-fd ok 11 /socket/unix-connection ok 12 /socket/unix-connection-ancillary-data # Start of ipv4_sync tests ok 13 /socket/ipv4_sync/datagram # Start of datagram tests ok 14 /socket/ipv4_sync/datagram/timeouts # End of datagram tests # End of ipv4_sync tests # Start of ipv6_sync tests ok 15 /socket/ipv6_sync/datagram # Start of datagram tests ok 16 /socket/ipv6_sync/datagram/timeouts # End of datagram tests # End of ipv6_sync tests # Start of reuse tests ok 17 /socket/reuse/tcp ok 18 /socket/reuse/udp # End of reuse tests # Start of get_available tests ok 19 /socket/get_available/datagram ok 20 /socket/get_available/stream # End of get_available tests # End of socket tests PASS: glib/socket.test Running test: glib/converter-stream.test # random seed: R02Sf77d829986c79cc2f1a77f5dff43628c 1..17 # Start of converter tests ok 1 /converter/basics # End of converter tests # Start of converter-input-stream tests ok 2 /converter-input-stream/expander ok 3 /converter-input-stream/compressor # Start of truncation tests ok 4 /converter-input-stream/truncation/zlib ok 5 /converter-input-stream/truncation/gzip ok 6 /converter-input-stream/truncation/raw # End of truncation tests # Start of charset tests ok 7 /converter-input-stream/charset/utf8->latin1 ok 8 /converter-input-stream/charset/latin1->utf8 ok 9 /converter-input-stream/charset/fallbacks # End of charset tests # End of converter-input-stream tests # Start of converter-output-stream tests # Start of roundtrip tests # Bug Reference: http://bugzilla.gnome.org/619945 ok 10 /converter-output-stream/roundtrip/zlib-0 # Bug Reference: http://bugzilla.gnome.org/619945 ok 11 /converter-output-stream/roundtrip/zlib-9 # Bug Reference: http://bugzilla.gnome.org/619945 ok 12 /converter-output-stream/roundtrip/gzip-0 # Bug Reference: http://bugzilla.gnome.org/619945 ok 13 /converter-output-stream/roundtrip/gzip-9 # Bug Reference: http://bugzilla.gnome.org/619945 ok 14 /converter-output-stream/roundtrip/raw-0 # Bug Reference: http://bugzilla.gnome.org/619945 ok 15 /converter-output-stream/roundtrip/raw-9 # End of roundtrip tests # End of converter-output-stream tests # Start of converter-stream tests ok 16 /converter-stream/pollable ok 17 /converter-stream/leftover # End of converter-stream tests PASS: glib/converter-stream.test Running test: glib/collate.test # random seed: R02S89622c55dae520a27b2308ba822b0a68 1..9 # Start of unicode tests # Start of collate tests ok 1 /unicode/collate/0 ok 2 /unicode/collate/1 ok 3 /unicode/collate/2 # End of collate tests # Start of collate-key tests ok 4 /unicode/collate-key/0 ok 5 /unicode/collate-key/1 ok 6 /unicode/collate-key/2 # End of collate-key tests # Start of collate-filename tests ok 7 /unicode/collate-filename/0 ok 8 /unicode/collate-filename/1 ok 9 /unicode/collate-filename/2 # End of collate-filename tests # End of unicode tests PASS: glib/collate.test Running test: glib/fileattributematcher.test # random seed: R02S74c089a1dd024be7c16ab9535f51efbe 1..3 # Start of fileattributematcher tests ok 1 /fileattributematcher/exact ok 2 /fileattributematcher/equality ok 3 /fileattributematcher/subtract # End of fileattributematcher tests PASS: glib/fileattributematcher.test Running test: glib/gdbus-peer-object-manager.test # random seed: R02S16268a5ed34c97b48f2c729d9d75df34 1..2 # Start of gdbus tests # Start of peer-object-manager tests ok 1 /gdbus/peer-object-manager/normal ok 2 /gdbus/peer-object-manager/root # End of peer-object-manager tests # End of gdbus tests PASS: glib/gdbus-peer-object-manager.test Running test: gdk-pixbuf/pixbuf-readonly-to-mutable.test # random seed: R02Sbeeb28ef50266e8dc91e8ad1d0221d93 1..2 # Start of pixbuf tests # Start of readonly tests ok 1 /pixbuf/readonly/mutate ok 2 /pixbuf/readonly/readpixelbytes # End of readonly tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-readonly-to-mutable.test Running test: glib/gdbus-proxy-well-known-name.test # random seed: R02S2a4b496869b1ed87226acf9240e59d97 1..1 # Start of gdbus tests ok 1 /gdbus/proxy-well-known-name # End of gdbus tests PASS: glib/gdbus-proxy-well-known-name.test Running test: glib/markup-parse.test # random seed: R02S41c4f560b1e40c6f05f676eb838f5881 1..65 # Start of markup tests # Start of parse tests ok 1 /markup/parse/fail-49.gmarkup ok 2 /markup/parse/valid-3.gmarkup ok 3 /markup/parse/fail-29.gmarkup ok 4 /markup/parse/fail-25.gmarkup ok 5 /markup/parse/fail-8.gmarkup ok 6 /markup/parse/valid-8.gmarkup ok 7 /markup/parse/fail-44.gmarkup ok 8 /markup/parse/fail-6.gmarkup ok 9 /markup/parse/valid-16.gmarkup ok 10 /markup/parse/valid-11.gmarkup ok 11 /markup/parse/valid-15.gmarkup ok 12 /markup/parse/fail-40.gmarkup ok 13 /markup/parse/fail-32.gmarkup ok 14 /markup/parse/valid-9.gmarkup ok 15 /markup/parse/fail-41.gmarkup ok 16 /markup/parse/fail-16.gmarkup ok 17 /markup/parse/valid-1.gmarkup ok 18 /markup/parse/valid-5.gmarkup ok 19 /markup/parse/fail-47.gmarkup ok 20 /markup/parse/valid-2.gmarkup ok 21 /markup/parse/fail-20.gmarkup ok 22 /markup/parse/fail-46.gmarkup ok 23 /markup/parse/fail-28.gmarkup ok 24 /markup/parse/fail-2.gmarkup ok 25 /markup/parse/fail-10.gmarkup ok 26 /markup/parse/fail-45.gmarkup ok 27 /markup/parse/fail-18.gmarkup ok 28 /markup/parse/fail-1.gmarkup ok 29 /markup/parse/valid-12.gmarkup ok 30 /markup/parse/fail-14.gmarkup ok 31 /markup/parse/fail-15.gmarkup ok 32 /markup/parse/fail-38.gmarkup ok 33 /markup/parse/valid-6.gmarkup ok 34 /markup/parse/valid-10.gmarkup ok 35 /markup/parse/fail-4.gmarkup ok 36 /markup/parse/fail-17.gmarkup ok 37 /markup/parse/fail-22.gmarkup ok 38 /markup/parse/fail-13.gmarkup ok 39 /markup/parse/fail-43.gmarkup ok 40 /markup/parse/fail-5.gmarkup ok 41 /markup/parse/fail-31.gmarkup ok 42 /markup/parse/valid-4.gmarkup ok 43 /markup/parse/fail-37.gmarkup ok 44 /markup/parse/fail-42.gmarkup ok 45 /markup/parse/fail-39.gmarkup ok 46 /markup/parse/fail-12.gmarkup ok 47 /markup/parse/fail-30.gmarkup ok 48 /markup/parse/fail-36.gmarkup ok 49 /markup/parse/valid-14.gmarkup ok 50 /markup/parse/fail-35.gmarkup ok 51 /markup/parse/fail-9.gmarkup ok 52 /markup/parse/fail-34.gmarkup ok 53 /markup/parse/fail-33.gmarkup ok 54 /markup/parse/fail-26.gmarkup ok 55 /markup/parse/fail-21.gmarkup ok 56 /markup/parse/fail-3.gmarkup ok 57 /markup/parse/fail-7.gmarkup ok 58 /markup/parse/fail-24.gmarkup ok 59 /markup/parse/fail-27.gmarkup ok 60 /markup/parse/valid-13.gmarkup ok 61 /markup/parse/fail-19.gmarkup ok 62 /markup/parse/fail-11.gmarkup ok 63 /markup/parse/valid-7.gmarkup ok 64 /markup/parse/fail-48.gmarkup ok 65 /markup/parse/fail-23.gmarkup # End of parse tests # End of markup tests PASS: glib/markup-parse.test Running test: glib/markup.test # random seed: R02Se9baecf896d50e0b0c6462c060a722ef 1..1 # Start of markup tests ok 1 /markup/stack # End of markup tests PASS: glib/markup.test Running test: glib/memory-input-stream.test # random seed: R02S8bf1c1e15ea04e04c2de5fed7f073c8e 1..6 # Start of memory-input-stream tests ok 1 /memory-input-stream/read-chunks ok 2 /memory-input-stream/async ok 3 /memory-input-stream/seek ok 4 /memory-input-stream/truncate ok 5 /memory-input-stream/read-bytes ok 6 /memory-input-stream/from-bytes # End of memory-input-stream tests PASS: glib/memory-input-stream.test Running test: glib/cancellable.test # random seed: R02Sd6f872d023bce6d2b40ffc09251c0fbf 1..1 # Start of cancellable tests ok 1 /cancellable/multiple-concurrent # End of cancellable tests PASS: glib/cancellable.test Running test: glib/value.test # random seed: R02Sb2faee526edd4b1f03b6f4de3024d87b 1..2 # Start of value tests ok 1 /value/basic # Start of array tests ok 2 /value/array/basic # End of array tests # End of value tests PASS: glib/value.test Running test: glib/sequence.test # random seed: R02S3cacf7081190ef44afcd8c32e8383418 1..16 # Start of sequence tests ok 1 /sequence/out-of-range-jump ok 2 /sequence/iter-move ok 3 /sequence/insert-sorted-non-pointer ok 4 /sequence/stable-sort ok 5 /sequence/is_empty # Start of random tests ok 6 /sequence/random/seed:825541564 ok 7 /sequence/random/seed:801678400 ok 8 /sequence/random/seed:1477639090 ok 9 /sequence/random/seed:3369132895 ok 10 /sequence/random/seed:1192944867 ok 11 /sequence/random/seed:770458294 ok 12 /sequence/random/seed:1099575817 ok 13 /sequence/random/seed:590523467 ok 14 /sequence/random/seed:3583571454 ok 15 /sequence/random/seed:579241222 ok 16 /sequence/random/seed:1262722684 # End of random tests # End of sequence tests PASS: glib/sequence.test Running test: glib/uri.test # random seed: R02S388779b2f2976c49399cf82741107645 1..7 # Start of uri tests ok 1 /uri/to-uri ok 2 /uri/from-uri ok 3 /uri/roundtrip ok 4 /uri/list ok 5 /uri/unescape ok 6 /uri/escape ok 7 /uri/scheme # End of uri tests PASS: glib/uri.test Running test: pango/testiter.test /layout/iter: OK /layout/glyphitem-iter: OK PASS: pango/testiter.test Running test: glib/unix-fd.test # random seed: R02S6ad6659a2c99756165c3e94705361343 1..1 # Start of unix-streams tests ok 1 /unix-streams/file-descriptors # End of unix-streams tests PASS: glib/unix-fd.test Running test: glib/guuid.test # random seed: R02S5d904f0e53452079ab0e82a74ae95ae7 1..2 # Start of uuid tests ok 1 /uuid/string ok 2 /uuid/random # End of uuid tests PASS: glib/guuid.test Running test: glib/dataset.test # random seed: R02S74bc6a14540cec164e91b2a4ed8aaa69 1..10 # Start of quark tests ok 1 /quark/basic ok 2 /quark/string # End of quark tests # Start of dataset tests ok 3 /dataset/basic ok 4 /dataset/id ok 5 /dataset/full ok 6 /dataset/foreach ok 7 /dataset/destroy # End of dataset tests # Start of datalist tests ok 8 /datalist/basic ok 9 /datalist/id ok 10 /datalist/recursive-clear # End of datalist tests PASS: glib/dataset.test Running test: glib/memory-output-stream.test # random seed: R02S3345f9f9ef221a983a16f10348cf1ca5 1..7 # Start of memory-output-stream tests # Bug Reference: http://bugzilla.gnome.org/540423 # Bug Reference: http://bugzilla.gnome.org/720080 ok 1 /memory-output-stream/truncate # Bug Reference: http://bugzilla.gnome.org/540459 # Bug Reference: http://bugzilla.gnome.org/540461 ok 2 /memory-output-stream/get-data-size # Bug Reference: http://bugzilla.gnome.org/605733 ok 3 /memory-output-stream/properties ok 4 /memory-output-stream/write-bytes ok 5 /memory-output-stream/steal_as_bytes # Start of seek tests ok 6 /memory-output-stream/seek/fixed ok 7 /memory-output-stream/seek/resizable # End of seek tests # End of memory-output-stream tests PASS: glib/memory-output-stream.test Running test: glib/sources.test Add same-priority sources: 17 Remove in random order: 22 Add different-priority sources: 30 Remove in random order: 35 Add sources from threads: 97 Remove sources from threads: 109 PASS: glib/sources.test Running test: glib/socket-address.test # random seed: R02S829f0d09f4b34acfaa8ca8e9dd09e71d 1..2 # Start of socket tests # Start of address tests # Start of unix tests ok 1 /socket/address/unix/construct ok 2 /socket/address/unix/to-string # End of unix tests # End of address tests # End of socket tests PASS: glib/socket-address.test Running test: glib/utf8-performance.test # random seed: R02Sf1d7c12e3e411978423bbd87e964fe55 1..0 PASS: glib/utf8-performance.test Running test: glib/testgdate.test checking GDate... Locale set to C Today is a Saturday, 08/12/17 1 second into the Unix epoch it was a Thursday, in the month of January, 01/01/70 Our "Julian" epoch begins on a Monday, in the month of January, 01/01/01 testing 104 years (Break in sequence of requested years to check) Checking year 1.................. done Checking year 2.................. done Checking year 3................... done Checking year 4.................. done Checking year 5................... done Checking year 6.................. done Checking year 7.................. done Checking year 8................... done Checking year 9.................. done Checking year 10................... done Checking year 11.................. done Checking year 12................... done Checking year 13.................. done Checking year 14.................. done (Break in sequence of requested years to check) Checking year 98................... done Checking year 99.................. done Checking year 100................... done Checking year 101.................. done Checking year 102.................. done Checking year 103................... done (Break in sequence of requested years to check) Checking year 397.................. done Checking year 398................... done Checking year 399.................. done Checking year 400................... done Checking year 401.................. done Checking year 402.................. done Checking year 403................... done Checking year 404.................. done Checking year 405................... done Checking year 406.................. done (Break in sequence of requested years to check) Checking year 1598.................. done Checking year 1599................... done Checking year 1600.................. done Checking year 1601................... done Checking year 1602.................. done (Break in sequence of requested years to check) Checking year 1650................... done Checking year 1651.................. done (Break in sequence of requested years to check) Checking year 1897.................. done Checking year 1898................... done Checking year 1899.................. done Checking year 1900................... done Checking year 1901.................. done Checking year 1902.................. done Checking year 1903................... done (Break in sequence of requested years to check) Checking year 1961.................. done Checking year 1962................... done Checking year 1963.................. done Checking year 1964................... done Checking year 1965.................. done (Break in sequence of requested years to check) Checking year 1967.................. done Checking year 1968................... done Checking year 1969.................. done Checking year 1970................... done Checking year 1971.................. done Checking year 1972................... done Checking year 1973.................. done Checking year 1974.................. done Checking year 1975................... done Checking year 1976.................. done Checking year 1977................... done Checking year 1978.................. done Checking year 1979.................. done Checking year 1980................... done Checking year 1981.................. done Checking year 1982................... done Checking year 1983.................. done Checking year 1984................... done Checking year 1985.................. done Checking year 1986.................. done Checking year 1987................... done Checking year 1988.................. done Checking year 1989................... done Checking year 1990.................. done Checking year 1991................... done Checking year 1992.................. done Checking year 1993.................. done Checking year 1994................... done Checking year 1995.................. done Checking year 1996................... done Checking year 1997.................. done Checking year 1998................... done Checking year 1999.................. done Checking year 2000.................. done Checking year 2001................... done Checking year 2002.................. done Checking year 2003................... done Checking year 2004.................. done Checking year 2005.................. done Checking year 2006................... done Checking year 2007.................. done Checking year 2008................... done Checking year 2009.................. done Checking year 2010................... done Checking year 2011.................. done Checking year 2012.................. done (Break in sequence of requested years to check) Checking year 3000................... done Checking year 3001.................. done Checking year 3002................... done (Break in sequence of requested years to check) Checking year 3998.................. done Checking year 3999................... done Checking year 4000.................. done Checking year 4001.................. done Checking year 4002................... done Checking year 4003.................. done 19156985 tests passed, 0 failed PASS: glib/testgdate.test Running test: glib/gdbus-introspection.test # random seed: R02Scdb8afbd2da6e9e97e7b09ef48c7480f 1..4 # Start of gdbus tests ok 1 /gdbus/introspection-parser ok 2 /gdbus/introspection-generate ok 3 /gdbus/introspection-default-direction ok 4 /gdbus/introspection-extra-data # End of gdbus tests PASS: glib/gdbus-introspection.test Running test: glib/qdata.test # random seed: R02S3047986ee968fc7436b57612c16aa231 1..2 # Start of qdata tests ok 1 /qdata/threaded ok 2 /qdata/dup # End of qdata tests PASS: glib/qdata.test Running test: glib/gdbus-close-pending.test # random seed: R02Sd433f0561badca334036166b6b5ab5a6 1..2 # Start of gdbus tests ok 1 /gdbus/close-pending ok 2 /gdbus/unref-pending # End of gdbus tests PASS: glib/gdbus-close-pending.test Running test: glib/slice-concurrent.test Starting 8 threads for concurrent GSlice usage... acbehfcbcaedebbbcadgccfffbfbbehefefddhcfcfgdghaeehfebdghcbaghcgbadffcfceefcfeggadhdfcdffcgahedehhegdehdehgahgbbdchcdcecffdahgdagffccdgghddfdheafeegfeaeaddahfdecafff Thread 1: 49852 blocks freed, 165 blocks not freed Thread 2: 49753 blocks freed, 245 blocks not freed Thread 3: 48935 blocks freed, 701 blocks not freed Thread 4: 49609 blocks freed, 574 blocks not freed Thread 5: 49753 blocks freed, 452 blocks not freed Thread 6: 49530 blocks freed, 165 blocks not freed Thread 7: 49454 blocks freed, 620 blocks not freed Thread 8: 49892 blocks freed, 300 blocks not freed PASS: glib/slice-concurrent.test Running test: glib/threadpool-test.test PASS: glib/threadpool-test.test Running test: glib/gdbus-bz627724.test # random seed: R02S6a781396f793e6f5e5b5285391f1d267 1..1 # Start of gdbus tests ok 1 /gdbus/bz627724 # End of gdbus tests PASS: glib/gdbus-bz627724.test Running test: glib/type-test.test PASS: glib/type-test.test Running test: glib/list.test # random seed: R02S9f5b35bfe6595140125dc8972bd833b6 1..18 # Start of list tests ok 1 /list/sort ok 2 /list/sort-with-data ok 3 /list/insert-sorted ok 4 /list/insert-sorted-with-data ok 5 /list/reverse ok 6 /list/nth ok 7 /list/concat ok 8 /list/remove ok 9 /list/remove-all ok 10 /list/first-last ok 11 /list/insert ok 12 /list/free-full ok 13 /list/copy ok 14 /list/copy-deep ok 15 /list/delete-link ok 16 /list/prepend ok 17 /list/position ok 18 /list/double-free # End of list tests PASS: glib/list.test Running test: glib/keyfile.test # random seed: R02Sc300fd3bbcdef61c0d1e44bf45729567 1..33 # Start of keyfile tests ok 1 /keyfile/line-ends ok 2 /keyfile/whitespace ok 3 /keyfile/comments ok 4 /keyfile/listing ok 5 /keyfile/string ok 6 /keyfile/boolean ok 7 /keyfile/number ok 8 /keyfile/locale-string ok 9 /keyfile/lists ok 10 /keyfile/lists-set-get # Bug Reference: http://bugzilla.gnome.org/165887 ok 11 /keyfile/group-remove # Bug Reference: http://bugzilla.gnome.org/165980 ok 12 /keyfile/key-remove # Bug Reference: http://bugzilla.gnome.org/316309 ok 13 /keyfile/groups ok 14 /keyfile/duplicate-keys # Bug Reference: http://bugzilla.gnome.org/157877 ok 15 /keyfile/duplicate-groups # Bug Reference: http://bugzilla.gnome.org/385910 ok 16 /keyfile/duplicate-groups2 ok 17 /keyfile/group-names ok 18 /keyfile/key-names # Bug Reference: http://bugzilla.gnome.org/420686 ok 19 /keyfile/reload # Bug Reference: http://bugzilla.gnome.org/614864 ok 20 /keyfile/int64 ok 21 /keyfile/load ok 22 /keyfile/save ok 23 /keyfile/load-fail ok 24 /keyfile/non-utf8 # Bug Reference: http://bugzilla.gnome.org/640695 ok 25 /keyfile/page-boundary ok 26 /keyfile/ref ok 27 /keyfile/replace-value ok 28 /keyfile/list-separator ok 29 /keyfile/empty-string ok 30 /keyfile/limbo ok 31 /keyfile/utf8 ok 32 /keyfile/roundtrip ok 33 /keyfile/bytes # End of keyfile tests PASS: glib/keyfile.test Running test: glib/shell.test # random seed: R02S97a17222645450f0ad7493853ba36ac5 1..51 # Start of shell tests # Start of cmdline tests ok 1 /shell/cmdline/0 ok 2 /shell/cmdline/1 ok 3 /shell/cmdline/2 ok 4 /shell/cmdline/3 ok 5 /shell/cmdline/4 ok 6 /shell/cmdline/5 ok 7 /shell/cmdline/6 ok 8 /shell/cmdline/7 ok 9 /shell/cmdline/8 ok 10 /shell/cmdline/9 ok 11 /shell/cmdline/10 ok 12 /shell/cmdline/11 ok 13 /shell/cmdline/12 ok 14 /shell/cmdline/13 ok 15 /shell/cmdline/14 ok 16 /shell/cmdline/15 ok 17 /shell/cmdline/16 ok 18 /shell/cmdline/17 ok 19 /shell/cmdline/18 ok 20 /shell/cmdline/19 ok 21 /shell/cmdline/20 ok 22 /shell/cmdline/21 ok 23 /shell/cmdline/22 # End of cmdline tests # Start of quote tests ok 24 /shell/quote/0 ok 25 /shell/quote/1 ok 26 /shell/quote/2 ok 27 /shell/quote/3 ok 28 /shell/quote/4 ok 29 /shell/quote/5 ok 30 /shell/quote/6 # End of quote tests # Start of unquote tests ok 31 /shell/unquote/0 ok 32 /shell/unquote/1 ok 33 /shell/unquote/2 ok 34 /shell/unquote/3 ok 35 /shell/unquote/4 ok 36 /shell/unquote/5 ok 37 /shell/unquote/6 ok 38 /shell/unquote/7 ok 39 /shell/unquote/8 ok 40 /shell/unquote/9 ok 41 /shell/unquote/10 ok 42 /shell/unquote/11 ok 43 /shell/unquote/12 ok 44 /shell/unquote/13 ok 45 /shell/unquote/14 ok 46 /shell/unquote/15 ok 47 /shell/unquote/16 ok 48 /shell/unquote/17 ok 49 /shell/unquote/18 ok 50 /shell/unquote/19 ok 51 /shell/unquote/20 # End of unquote tests # End of shell tests PASS: glib/shell.test Running test: glib/sleepy-stream.test # random seed: R02Sf765bd88b0503cc4ca35148a75a9e8e0 1..2 # Start of filter-stream tests ok 1 /filter-stream/input ok 2 /filter-stream/async # End of filter-stream tests PASS: glib/sleepy-stream.test Running test: glib/utf8-validate.test # random seed: R02Sd6bd400930f429051451ca06bb48a3ac 1..215 # Start of utf8 tests # Start of validate tests ok 1 /utf8/validate/0 ok 2 /utf8/validate/1 ok 3 /utf8/validate/2 ok 4 /utf8/validate/3 ok 5 /utf8/validate/4 ok 6 /utf8/validate/5 ok 7 /utf8/validate/6 ok 8 /utf8/validate/7 ok 9 /utf8/validate/8 ok 10 /utf8/validate/9 ok 11 /utf8/validate/10 ok 12 /utf8/validate/11 ok 13 /utf8/validate/12 ok 14 /utf8/validate/13 ok 15 /utf8/validate/14 ok 16 /utf8/validate/15 ok 17 /utf8/validate/16 ok 18 /utf8/validate/17 ok 19 /utf8/validate/18 ok 20 /utf8/validate/19 ok 21 /utf8/validate/20 ok 22 /utf8/validate/21 ok 23 /utf8/validate/22 ok 24 /utf8/validate/23 ok 25 /utf8/validate/24 ok 26 /utf8/validate/25 ok 27 /utf8/validate/26 ok 28 /utf8/validate/27 ok 29 /utf8/validate/28 ok 30 /utf8/validate/29 ok 31 /utf8/validate/30 ok 32 /utf8/validate/31 ok 33 /utf8/validate/32 ok 34 /utf8/validate/33 ok 35 /utf8/validate/34 ok 36 /utf8/validate/35 ok 37 /utf8/validate/36 ok 38 /utf8/validate/37 ok 39 /utf8/validate/38 ok 40 /utf8/validate/39 ok 41 /utf8/validate/40 ok 42 /utf8/validate/41 ok 43 /utf8/validate/42 ok 44 /utf8/validate/43 ok 45 /utf8/validate/44 ok 46 /utf8/validate/45 ok 47 /utf8/validate/46 ok 48 /utf8/validate/47 ok 49 /utf8/validate/48 ok 50 /utf8/validate/49 ok 51 /utf8/validate/50 ok 52 /utf8/validate/51 ok 53 /utf8/validate/52 ok 54 /utf8/validate/53 ok 55 /utf8/validate/54 ok 56 /utf8/validate/55 ok 57 /utf8/validate/56 ok 58 /utf8/validate/57 ok 59 /utf8/validate/58 ok 60 /utf8/validate/59 ok 61 /utf8/validate/60 ok 62 /utf8/validate/61 ok 63 /utf8/validate/62 ok 64 /utf8/validate/63 ok 65 /utf8/validate/64 ok 66 /utf8/validate/65 ok 67 /utf8/validate/66 ok 68 /utf8/validate/67 ok 69 /utf8/validate/68 ok 70 /utf8/validate/69 ok 71 /utf8/validate/70 ok 72 /utf8/validate/71 ok 73 /utf8/validate/72 ok 74 /utf8/validate/73 ok 75 /utf8/validate/74 ok 76 /utf8/validate/75 ok 77 /utf8/validate/76 ok 78 /utf8/validate/77 ok 79 /utf8/validate/78 ok 80 /utf8/validate/79 ok 81 /utf8/validate/80 ok 82 /utf8/validate/81 ok 83 /utf8/validate/82 ok 84 /utf8/validate/83 ok 85 /utf8/validate/84 ok 86 /utf8/validate/85 ok 87 /utf8/validate/86 ok 88 /utf8/validate/87 ok 89 /utf8/validate/88 ok 90 /utf8/validate/89 ok 91 /utf8/validate/90 ok 92 /utf8/validate/91 ok 93 /utf8/validate/92 ok 94 /utf8/validate/93 ok 95 /utf8/validate/94 ok 96 /utf8/validate/95 ok 97 /utf8/validate/96 ok 98 /utf8/validate/97 ok 99 /utf8/validate/98 ok 100 /utf8/validate/99 ok 101 /utf8/validate/100 ok 102 /utf8/validate/101 ok 103 /utf8/validate/102 ok 104 /utf8/validate/103 ok 105 /utf8/validate/104 ok 106 /utf8/validate/105 ok 107 /utf8/validate/106 ok 108 /utf8/validate/107 ok 109 /utf8/validate/108 ok 110 /utf8/validate/109 ok 111 /utf8/validate/110 ok 112 /utf8/validate/111 ok 113 /utf8/validate/112 ok 114 /utf8/validate/113 ok 115 /utf8/validate/114 ok 116 /utf8/validate/115 ok 117 /utf8/validate/116 ok 118 /utf8/validate/117 ok 119 /utf8/validate/118 ok 120 /utf8/validate/119 ok 121 /utf8/validate/120 ok 122 /utf8/validate/121 ok 123 /utf8/validate/122 ok 124 /utf8/validate/123 ok 125 /utf8/validate/124 ok 126 /utf8/validate/125 ok 127 /utf8/validate/126 ok 128 /utf8/validate/127 ok 129 /utf8/validate/128 ok 130 /utf8/validate/129 ok 131 /utf8/validate/130 ok 132 /utf8/validate/131 ok 133 /utf8/validate/132 ok 134 /utf8/validate/133 ok 135 /utf8/validate/134 ok 136 /utf8/validate/135 ok 137 /utf8/validate/136 ok 138 /utf8/validate/137 ok 139 /utf8/validate/138 ok 140 /utf8/validate/139 ok 141 /utf8/validate/140 ok 142 /utf8/validate/141 ok 143 /utf8/validate/142 ok 144 /utf8/validate/143 ok 145 /utf8/validate/144 ok 146 /utf8/validate/145 ok 147 /utf8/validate/146 ok 148 /utf8/validate/147 ok 149 /utf8/validate/148 ok 150 /utf8/validate/149 ok 151 /utf8/validate/150 ok 152 /utf8/validate/151 ok 153 /utf8/validate/152 ok 154 /utf8/validate/153 ok 155 /utf8/validate/154 ok 156 /utf8/validate/155 ok 157 /utf8/validate/156 ok 158 /utf8/validate/157 ok 159 /utf8/validate/158 ok 160 /utf8/validate/159 ok 161 /utf8/validate/160 ok 162 /utf8/validate/161 ok 163 /utf8/validate/162 ok 164 /utf8/validate/163 ok 165 /utf8/validate/164 ok 166 /utf8/validate/165 ok 167 /utf8/validate/166 ok 168 /utf8/validate/167 ok 169 /utf8/validate/168 ok 170 /utf8/validate/169 ok 171 /utf8/validate/170 ok 172 /utf8/validate/171 ok 173 /utf8/validate/172 ok 174 /utf8/validate/173 ok 175 /utf8/validate/174 ok 176 /utf8/validate/175 ok 177 /utf8/validate/176 ok 178 /utf8/validate/177 ok 179 /utf8/validate/178 ok 180 /utf8/validate/179 ok 181 /utf8/validate/180 ok 182 /utf8/validate/181 ok 183 /utf8/validate/182 ok 184 /utf8/validate/183 ok 185 /utf8/validate/184 ok 186 /utf8/validate/185 ok 187 /utf8/validate/186 ok 188 /utf8/validate/187 ok 189 /utf8/validate/188 ok 190 /utf8/validate/189 ok 191 /utf8/validate/190 ok 192 /utf8/validate/191 ok 193 /utf8/validate/192 ok 194 /utf8/validate/193 ok 195 /utf8/validate/194 ok 196 /utf8/validate/195 ok 197 /utf8/validate/196 ok 198 /utf8/validate/197 ok 199 /utf8/validate/198 ok 200 /utf8/validate/199 ok 201 /utf8/validate/200 ok 202 /utf8/validate/201 ok 203 /utf8/validate/202 ok 204 /utf8/validate/203 ok 205 /utf8/validate/204 ok 206 /utf8/validate/205 ok 207 /utf8/validate/206 ok 208 /utf8/validate/207 ok 209 /utf8/validate/208 ok 210 /utf8/validate/209 ok 211 /utf8/validate/210 ok 212 /utf8/validate/211 ok 213 /utf8/validate/212 ok 214 /utf8/validate/213 ok 215 /utf8/validate/214 # End of validate tests # End of utf8 tests PASS: glib/utf8-validate.test Running test: glib/queue.test # random seed: R02Sde8dd9f986efd2da1787659649d6856c 1..8 # Start of queue tests ok 1 /queue/basic ok 2 /queue/copy ok 3 /queue/off-by-one ok 4 /queue/find-custom ok 5 /queue/static ok 6 /queue/clear ok 7 /queue/free-full # Start of random tests ok 8 /queue/random/seed:2018416504 # End of random tests # End of queue tests PASS: glib/queue.test Running test: pango/testboundaries.test /text/boundaries: sample file: /usr/libexec/installed-tests/pango/boundaries.utf8 testboundaries passed OK PASS: pango/testboundaries.test Running test: glib/mainloop-test.test PASS: glib/mainloop-test.test Running test: glib/unicode.test # random seed: R02S146dd527d911b02f64ba5ef682a45bf9 1..19 # Start of unicode tests ok 1 /unicode/validate ok 2 /unicode/character-type ok 3 /unicode/break-type ok 4 /unicode/script ok 5 /unicode/combining-class ok 6 /unicode/mirror ok 7 /unicode/mark ok 8 /unicode/title ok 9 /unicode/zero-width ok 10 /unicode/defined ok 11 /unicode/wide ok 12 /unicode/compose ok 13 /unicode/decompose ok 14 /unicode/fully-decompose-canonical ok 15 /unicode/canonical-decomposition ok 16 /unicode/decompose-tail ok 17 /unicode/fully-decompose-len ok 18 /unicode/iso15924 ok 19 /unicode/cases # End of unicode tests PASS: glib/unicode.test Running test: glib/option-context.test # random seed: R02S1438091a09fddb87ca2a9534b6753b69 1..55 # Start of option tests ok 1 /option/basic ok 2 /option/translate ok 3 /option/strict-posix # Start of help tests ok 4 /option/help/options ok 5 /option/help/no-options # Bug Reference: http://bugzilla.gnome.org/697652 ok 6 /option/help/no-help-options # End of help tests # Start of group tests # Bug Reference: http://bugzilla.gnome.org/504142 ok 7 /option/group/captions ok 8 /option/group/main ok 9 /option/group/error-hook ok 10 /option/group/parse # Start of captions tests # Start of subprocess tests # End of subprocess tests # End of captions tests # End of group tests # Start of restoration tests ok 11 /option/restoration/int ok 12 /option/restoration/string ok 13 /option/restoration/boolean # End of restoration tests # Start of arg tests ok 14 /option/arg/reverse-string ok 15 /option/arg/optional-int # Start of repetition tests ok 16 /option/arg/repetition/int ok 17 /option/arg/repetition/string ok 18 /option/arg/repetition/filename ok 19 /option/arg/repetition/double ok 20 /option/arg/repetition/locale ok 21 /option/arg/repetition/int64 # End of repetition tests # Start of array tests ok 22 /option/arg/array/string # End of array tests # Start of callback tests ok 23 /option/arg/callback/string ok 24 /option/arg/callback/count ok 25 /option/arg/callback/optional1 ok 26 /option/arg/callback/optional2 ok 27 /option/arg/callback/optional3 ok 28 /option/arg/callback/optional4 ok 29 /option/arg/callback/optional5 ok 30 /option/arg/callback/optional6 ok 31 /option/arg/callback/optional7 ok 32 /option/arg/callback/optional8 # End of callback tests # Start of remaining tests ok 33 /option/arg/remaining/callback ok 34 /option/arg/remaining/callback-false ok 35 /option/arg/remaining/non-option ok 36 /option/arg/remaining/separator ok 37 /option/arg/remaining/array # End of remaining tests # Start of ignore tests ok 38 /option/arg/ignore/long ok 39 /option/arg/ignore/short ok 40 /option/arg/ignore/arg # End of ignore tests # Start of rest tests ok 41 /option/arg/rest/non-option ok 42 /option/arg/rest/separator1 ok 43 /option/arg/rest/separator2 ok 44 /option/arg/rest/separator3 ok 45 /option/arg/rest/separator4 ok 46 /option/arg/rest/separator5 # End of rest tests # End of arg tests # Start of context tests ok 47 /option/context/add ok 48 /option/context/empty2 ok 49 /option/context/empty3 # End of context tests # Start of bug tests # Bug Reference: http://bugzilla.gnome.org/166609 ok 50 /option/bug/unknown-short # Bug Reference: http://bugzilla.gnome.org/168008 ok 51 /option/bug/lonely-dash # Bug Reference: http://bugzilla.gnome.org/305576 ok 52 /option/bug/missing-arg # Bug Reference: http://bugzilla.gnome.org/577638 ok 53 /option/bug/dash-arg # Bug Reference: http://bugzilla.gnome.org/729563 ok 54 /option/bug/short-remaining # Bug Reference: http://bugzilla.gnome.org/646926 ok 55 /option/bug/double-free # End of bug tests # End of option tests PASS: glib/option-context.test Running test: glib/error.test # random seed: R02S264d7c4a0ea016e157ea64d234b77de4 1..4 # Start of error tests ok 1 /error/overwrite ok 2 /error/prefix ok 3 /error/literal ok 4 /error/copy # End of error tests PASS: glib/error.test Running test: glib/pollable.test # random seed: R02S1c59b5890ccca3094e4e05cba592d2b2 1..3 # Start of pollable tests ok 1 /pollable/unix ok 2 /pollable/converter ok 3 /pollable/socket # End of pollable tests PASS: glib/pollable.test Running test: glib/testfilemonitor.test # random seed: R02Sb760bb717f04bbe90b8a1cbe53cafadc 1..5 # Start of monitor tests ok 1 /monitor/atomic-replace ok 2 /monitor/file-changes ok 3 /monitor/dir-monitor ok 4 /monitor/dir-not-existent ok 5 /monitor/cross-dir-moves # End of monitor tests PASS: glib/testfilemonitor.test Running test: pango/test-ot-tags.test /tags/script: OK /tags/language: OK PASS: pango/test-ot-tags.test Running test: glib/slist.test # random seed: R02Sf5451ca61a6abb9539d6cf818b56f0d7 1..11 # Start of slist tests ok 1 /slist/sort ok 2 /slist/sort-with-data ok 3 /slist/insert-sorted ok 4 /slist/insert-sorted-with-data ok 5 /slist/reverse ok 6 /slist/nth ok 7 /slist/remove ok 8 /slist/remove-all ok 9 /slist/insert ok 10 /slist/position ok 11 /slist/concat # End of slist tests PASS: glib/slist.test Running test: glib/env-test.test PASS: glib/env-test.test Running test: glib/gdbus-proxy.test # random seed: R02Sc907a0efb5bebf3f72c22fd30822d93f 1..4 # Start of gdbus tests ok 1 /gdbus/proxy # Start of proxy tests ok 2 /gdbus/proxy/no-properties ok 3 /gdbus/proxy/wellknown-noauto ok 4 /gdbus/proxy/async # End of proxy tests # End of gdbus tests PASS: glib/gdbus-proxy.test Running test: glib/readwrite.test # random seed: R02Sd4dd944e8e6b1e5dc77c6055b4e925a3 1..3 # Start of readwrite tests ok 1 /readwrite/test_g_file_open_readwrite ok 2 /readwrite/test_g_file_create_readwrite ok 3 /readwrite/test_g_file_replace_readwrite # End of readwrite tests PASS: glib/readwrite.test Running test: glib/async-close-output-stream.test # random seed: R02S88b1da66488e6ff0edb9f7f7a59d08a8 1..3 # Start of close-async tests # Bug Reference: http://bugzilla.gnome.org/617937 ok 1 /close-async/without-flush # Bug Reference: http://bugzilla.gnome.org/617937 ok 2 /close-async/with-flush # Bug Reference: http://bugzilla.gnome.org/617937 ok 3 /close-async/with-async-flush # End of close-async tests PASS: glib/async-close-output-stream.test Running test: glib/gdbus-serialization.test # random seed: R02S9a3eb2296303f2860e99f6097c38787c 1..6 # Start of gdbus tests ok 1 /gdbus/message-serialize-basic ok 2 /gdbus/message-serialize-complex ok 3 /gdbus/message-serialize-invalid ok 4 /gdbus/message-serialize-header-checks # Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=673612 ok 5 /gdbus/message-parse-empty-arrays-of-arrays # Start of message-serialize tests # Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=732754 ok 6 /gdbus/message-serialize/double-array # End of message-serialize tests # End of gdbus tests PASS: glib/gdbus-serialization.test Running test: glib/unix.test # random seed: R02S8d38bc810e5925dab6c0405a9125fcb2 1..8 # Start of glib-unix tests ok 1 /glib-unix/pipe ok 2 /glib-unix/error ok 3 /glib-unix/nonblocking ok 4 /glib-unix/sighup ok 5 /glib-unix/sigterm ok 6 /glib-unix/sighup_again ok 7 /glib-unix/sighup_add_remove ok 8 /glib-unix/sighup_nested # End of glib-unix tests PASS: glib/unix.test Running test: glib/logging.test # random seed: R02S18bc27d259da35ab7ed90c9fd6a12827 1..16 # Start of logging tests ok 1 /logging/default-handler ok 2 /logging/warnings ok 3 /logging/fatal-log-mask # bu-DEBUG: message # ba-DEBUG: message # ba-INFO: message ok 4 /logging/set-handler ok 5 /logging/print-handler ok 6 /logging/printerr-handler # Bug Reference: http://bugzilla.gnome.org/653052 # The Log Message Handler # The Good Fail Message Handler ok 7 /logging/653052 ok 8 /logging/gibberish # Start of default-handler tests # Start of subprocess tests # End of subprocess tests # End of default-handler tests # End of logging tests # Start of structured-logging tests ok 9 /structured-logging/no-state ok 10 /structured-logging/some-state # The Log Message Handler ok 11 /structured-logging/robustness ok 12 /structured-logging/roundtrip1 ok 13 /structured-logging/roundtrip2 ok 14 /structured-logging/roundtrip3 ok 15 /structured-logging/variant1 ok 16 /structured-logging/variant2 # End of structured-logging tests PASS: glib/logging.test Running test: glib/fileutils.test # random seed: R02S588bc0ee319b37445093c85dcc17cda2 1..15 # Start of fileutils tests ok 1 /fileutils/build-path ok 2 /fileutils/build-pathv ok 3 /fileutils/build-filename ok 4 /fileutils/build-filenamev ok 5 /fileutils/mkdir-with-parents ok 6 /fileutils/format-size-for-display ok 7 /fileutils/errors ok 8 /fileutils/basename ok 9 /fileutils/dir-make-tmp ok 10 /fileutils/file-open-tmp ok 11 /fileutils/mkstemp ok 12 /fileutils/mkdtemp ok 13 /fileutils/set-contents ok 14 /fileutils/read-link ok 15 /fileutils/stdio-wrappers # End of fileutils tests PASS: glib/fileutils.test Running test: glib/gdbus-names.test # random seed: R02S860b60bec1f9c8c171e0c87717ded9f1 1..3 # Start of gdbus tests ok 1 /gdbus/validate-names ok 2 /gdbus/bus-own-name ok 3 /gdbus/bus-watch-name # End of gdbus tests PASS: glib/gdbus-names.test Running test: glib/gdatetime.test # random seed: R02S76321e06a46d94dea85dc258f7672c48 1..45 # Start of GDateTime tests # Bug Reference: http://bugzilla.gnome.org/702674 ok 1 /GDateTime/invalid ok 2 /GDateTime/add_days ok 3 /GDateTime/add_full ok 4 /GDateTime/add_hours ok 5 /GDateTime/add_minutes ok 6 /GDateTime/add_months ok 7 /GDateTime/add_seconds ok 8 /GDateTime/add_weeks ok 9 /GDateTime/add_years ok 10 /GDateTime/compare ok 11 /GDateTime/diff ok 12 /GDateTime/equal ok 13 /GDateTime/get_day_of_week ok 14 /GDateTime/get_day_of_month ok 15 /GDateTime/get_day_of_year ok 16 /GDateTime/get_hour ok 17 /GDateTime/get_microsecond ok 18 /GDateTime/get_minute ok 19 /GDateTime/get_month ok 20 /GDateTime/get_second ok 21 /GDateTime/get_utc_offset ok 22 /GDateTime/get_year ok 23 /GDateTime/hash ok 24 /GDateTime/new_from_unix ok 25 /GDateTime/new_from_unix_utc ok 26 /GDateTime/new_from_timeval ok 27 /GDateTime/new_from_timeval_utc ok 28 /GDateTime/new_full ok 29 /GDateTime/now ok 30 /GDateTime/printf # locale ja_JP.eucjp not available, skipping non-UTF8 tests ok 31 /GDateTime/non_utf8_printf ok 32 /GDateTime/strftime # locale fa_IR not available, skipping O modifier tests ok 33 /GDateTime/modifiers ok 34 /GDateTime/to_local ok 35 /GDateTime/to_unix ok 36 /GDateTime/to_timeval ok 37 /GDateTime/to_utc ok 38 /GDateTime/now_utc ok 39 /GDateTime/dst # Bug Reference: http://bugzilla.gnome.org/642935 ok 40 /GDateTime/test_z ok 41 /GDateTime/test-all-dates # End of GDateTime tests # Start of GTimeZone tests ok 42 /GTimeZone/find-interval ok 43 /GTimeZone/adjust-time ok 44 /GTimeZone/no-header ok 45 /GTimeZone/posix-parse # End of GTimeZone tests PASS: glib/gdatetime.test Running test: glib/utf8-pointer.test # random seed: R02S26d68abdeb1e66020c4e8db3efd1d98a 1..3 # Start of utf8 tests ok 1 /utf8/offsets ok 2 /utf8/lengths ok 3 /utf8/find # End of utf8 tests PASS: glib/utf8-pointer.test Running test: glib/actions.test # random seed: R02Sd650349db482926fec4da8cda0e8e149 1..11 # Start of actions tests ok 1 /actions/basic ok 2 /actions/name ok 3 /actions/simplegroup ok 4 /actions/stateful ok 5 /actions/default-activate ok 6 /actions/entries ok 7 /actions/parse-detailed ok 8 /actions/property # Start of dbus tests ok 9 /actions/dbus/export ok 10 /actions/dbus/threaded ok 11 /actions/dbus/bug679509 # End of dbus tests # End of actions tests PASS: glib/actions.test Running test: glib/gdbus-exit-on-close.test # random seed: R02S939fc9db27ce0d1d57fded94720ec040 1..4 # Start of gdbus tests # Start of exit-on-close tests ok 1 /gdbus/exit-on-close/default ok 2 /gdbus/exit-on-close/true ok 3 /gdbus/exit-on-close/false ok 4 /gdbus/exit-on-close/we-close # Start of default tests # End of default tests # Start of true tests # End of true tests # Start of false tests # End of false tests # Start of we-close tests # End of we-close tests # End of exit-on-close tests # End of gdbus tests PASS: glib/gdbus-exit-on-close.test Running test: gdk-pixbuf/pixbuf-fail.test # random seed: R02S78797db5939bf6249043b08c187575d2 1..24 # Start of pixbuf tests # Start of fail tests ok 1 /pixbuf/fail/DoS.tga ok 2 /pixbuf/fail/androstanRezeptor.tga ok 3 /pixbuf/fail/colormap-image-without-colormap.tga ok 4 /pixbuf/fail/empty-file.tga ok 5 /pixbuf/fail/file3.jp2 # SKIP format not supported ok 6 /pixbuf/fail/invalid.1.bmp ok 7 /pixbuf/fail/invalid.1.gif ok 8 /pixbuf/fail/invalid.1.ico ok 9 /pixbuf/fail/invalid.1.png ok 10 /pixbuf/fail/invalid.1.ppm ok 11 /pixbuf/fail/invalid.2.gif ok 12 /pixbuf/fail/invalid.2.png ok 13 /pixbuf/fail/invalid.2.ppm ok 14 /pixbuf/fail/invalid.3.gif ok 15 /pixbuf/fail/invalid.3.ico ok 16 /pixbuf/fail/invalid.3.png ok 17 /pixbuf/fail/invalid.3.ppm ok 18 /pixbuf/fail/invalid.4.gif ok 19 /pixbuf/fail/invalid.4.png ok 20 /pixbuf/fail/invalid.5.ppm ok 21 /pixbuf/fail/invalid.6.ppm ok 22 /pixbuf/fail/invalid.7.ppm ok 23 /pixbuf/fail/invalid.8.ppm ok 24 /pixbuf/fail/overflow.tga # End of fail tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-fail.test Running test: glib/gvariant.test # random seed: R02S1e7b0b3969870a85c1336e822ad9e490 1..41 # Start of gvariant tests ok 1 /gvariant/type ok 2 /gvariant/typeinfo ok 3 /gvariant/string ok 4 /gvariant/utf8 ok 5 /gvariant/containers ok 6 /gvariant/format-strings ok 7 /gvariant/invalid-varargs ok 8 /gvariant/varargs ok 9 /gvariant/valist ok 10 /gvariant/builder-memory ok 11 /gvariant/hashing ok 12 /gvariant/byteswap ok 13 /gvariant/parser ok 14 /gvariant/parse-failures ok 15 /gvariant/parse-positional ok 16 /gvariant/floating ok 17 /gvariant/bytestring ok 18 /gvariant/lookup-value ok 19 /gvariant/lookup ok 20 /gvariant/compare ok 21 /gvariant/equal ok 22 /gvariant/fixed-array ok 23 /gvariant/check-format-string ok 24 /gvariant/checksum-basic ok 25 /gvariant/checksum-nested ok 26 /gvariant/gbytes ok 27 /gvariant/print-context ok 28 /gvariant/error-quark ok 29 /gvariant/stack-builder-init ok 30 /gvariant/stack-dict-init # Start of serialiser tests ok 31 /gvariant/serialiser/maybe ok 32 /gvariant/serialiser/array ok 33 /gvariant/serialiser/tuple ok 34 /gvariant/serialiser/variant ok 35 /gvariant/serialiser/strings ok 36 /gvariant/serialiser/byteswap # Start of fuzz tests ok 37 /gvariant/serialiser/fuzz/1% ok 38 /gvariant/serialiser/fuzz/5% ok 39 /gvariant/serialiser/fuzz/9% ok 40 /gvariant/serialiser/fuzz/13% ok 41 /gvariant/serialiser/fuzz/17% # End of fuzz tests # End of serialiser tests # Start of varargs tests # Start of subprocess tests # End of subprocess tests # End of varargs tests # Start of parse tests # Start of subprocess tests # End of subprocess tests # End of parse tests # End of gvariant tests PASS: glib/gvariant.test Running test: pango/cxx-test.test PASS: pango/cxx-test.test Running test: glib/once.test # random seed: R02S1819af19b7890fb6e689301c67048d9a 1..4 # Start of thread tests ok 1 /thread/once1 ok 2 /thread/once2 ok 3 /thread/once3 ok 4 /thread/once4 # End of thread tests PASS: glib/once.test Running test: gdk-pixbuf/pixbuf-save.test # random seed: R02S00e3f809651b5ef44346ce8516c1a07d 1..3 # Start of pixbuf tests # Start of save tests ok 1 /pixbuf/save/roundtrip ok 2 /pixbuf/save/options ok 3 /pixbuf/save/ico # End of save tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-save.test Running test: glib/resources.test # random seed: R02Scee11e67eb27706c2234f88bb9ace082 1..9 # Start of resource tests ok 1 /resource/file ok 2 /resource/data ok 3 /resource/registered ok 4 /resource/manual ok 5 /resource/manual2 ok 6 /resource/automatic ok 7 /resource/module # Start of uri tests ok 8 /resource/uri/query-info ok 9 /resource/uri/file # End of uri tests # End of resource tests PASS: glib/resources.test Running test: glib/spawn-test.test PASS: glib/spawn-test.test Running test: glib/mimeapps.test # random seed: R02Sd4f1341db68dcc689d445dd9f71a9b01 # setting XDG_CONFIG_HOME to '/var/volatile/tmp/test-tmp-glib_mimeapps.test-J2DI4Y/xdgconfighome' # setting XDG_DATA_HOME to '/var/volatile/tmp/test-tmp-glib_mimeapps.test-J2DI4Y/xdgdatahome' # setting XDG_DATA_DIRS to '/var/volatile/tmp/test-tmp-glib_mimeapps.test-J2DI4Y/xdgdatadir' # creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-J2DI4Y/xdgdatadir/applications' # creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-J2DI4Y/xdgdatadir/applications/mimeapps.list' # creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-J2DI4Y/xdgdatahome/applications' # creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-J2DI4Y/xdgdatahome/applications/myapp.desktop' # creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-J2DI4Y/xdgdatahome/applications/myapp2.desktop' # creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-J2DI4Y/xdgdatahome/applications/myapp3.desktop' # creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-J2DI4Y/xdgdatahome/applications/myapp4.desktop' # creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-J2DI4Y/xdgdatahome/applications/myapp5.desktop' # creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-J2DI4Y/xdgdatahome/applications/nosuchapp.desktop' # removing '/var/volatile/tmp/test-tmp-glib_mimeapps.test-J2DI4Y/xdgdatahome/applications/mimeapps.list' # creating '/var/volatile/tmp/test-tmp-glib_mimeapps.test-J2DI4Y/xdgdatahome/applications/mimeinfo.cache' 1..7 # Start of appinfo tests ok 1 /appinfo/all # Start of mime tests ok 2 /appinfo/mime/api ok 3 /appinfo/mime/default ok 4 /appinfo/mime/file ok 5 /appinfo/mime/scheme-handler ok 6 /appinfo/mime/default-last-used ok 7 /appinfo/mime/ignore-nonexisting # End of mime tests # End of appinfo tests PASS: glib/mimeapps.test Running test: glib/object.test # random seed: R02S42fae1a7b3f4661206b2fa843fa3ecbe 1..2 # Start of object tests # Start of constructor tests ok 1 /object/constructor/singleton # Bug Reference: http://bugzilla.gnome.org/661576 ok 2 /object/constructor/infanticide # End of constructor tests # End of object tests PASS: glib/object.test Running test: glib/hash.test # random seed: R02S41c36696ee52882f953869d75172ae4b 1..24 # Start of hash tests ok 1 /hash/misc ok 2 /hash/one ok 3 /hash/honeyman ok 4 /hash/direct ok 5 /hash/direct2 ok 6 /hash/int ok 7 /hash/int64 ok 8 /hash/double ok 9 /hash/string ok 10 /hash/set ok 11 /hash/set-ref ok 12 /hash/ref ok 13 /hash/remove-all ok 14 /hash/recursive-remove-all ok 15 /hash/find ok 16 /hash/foreach ok 17 /hash/foreach-steal # Bug Reference: http://bugzilla.gnome.org/642944 ok 18 /hash/lookup-null-key # Bug Reference: http://bugzilla.gnome.org/650459 ok 19 /hash/destroy-modify ok 20 /hash/consistency # Bug Reference: http://bugzilla.gnome.org/662544 ok 21 /hash/iter-replace # Bug Reference: http://bugzilla.gnome.org/692815 ok 22 /hash/set-insert-corruption ok 23 /hash/set-to-strv ok 24 /hash/primes # Start of recursive-remove-all tests # End of recursive-remove-all tests # End of hash tests PASS: glib/hash.test Running test: glib/signal-handler.test # random seed: R02Sefe856fdfda84c52b989683ad6647ce1 1..0 PASS: glib/signal-handler.test Running test: glib/mappedfile.test # random seed: R02Sc184f94c710b3215989011dad46443ab 1..7 # Start of mappedfile tests ok 1 /mappedfile/basic ok 2 /mappedfile/empty ok 3 /mappedfile/device ok 4 /mappedfile/nonexisting ok 5 /mappedfile/writable ok 6 /mappedfile/writable_fd ok 7 /mappedfile/gbytes # End of mappedfile tests PASS: glib/mappedfile.test Running test: glib/g-icon.test # random seed: R02Sdee9674e1b44ef1dfb5e48892f01bf55 1..6 # Start of icons tests ok 1 /icons/to-string ok 2 /icons/serialize ok 3 /icons/themed ok 4 /icons/emblemed ok 5 /icons/file ok 6 /icons/bytes # End of icons tests PASS: glib/g-icon.test Running test: glib/tls-interaction.test # random seed: R02S08015a5d47dfd818ac1b0753a78d7559 1..42 # Start of tls-interaction tests # Start of ask-password tests # Start of invoke-with-loop tests ok 1 /tls-interaction/ask-password/invoke-with-loop/unhandled-implementation ok 2 /tls-interaction/ask-password/invoke-with-loop/async-implementation-success ok 3 /tls-interaction/ask-password/invoke-with-loop/async-implementation-failure ok 4 /tls-interaction/ask-password/invoke-with-loop/sync-implementation-success ok 5 /tls-interaction/ask-password/invoke-with-loop/sync-implementation-failure # End of invoke-with-loop tests # Start of invoke-without-loop tests ok 6 /tls-interaction/ask-password/invoke-without-loop/unhandled-implementation ok 7 /tls-interaction/ask-password/invoke-without-loop/async-implementation-success ok 8 /tls-interaction/ask-password/invoke-without-loop/async-implementation-failure ok 9 /tls-interaction/ask-password/invoke-without-loop/sync-implementation-success ok 10 /tls-interaction/ask-password/invoke-without-loop/sync-implementation-failure # End of invoke-without-loop tests # Start of invoke-in-loop tests ok 11 /tls-interaction/ask-password/invoke-in-loop/unhandled-implementation ok 12 /tls-interaction/ask-password/invoke-in-loop/async-implementation-success ok 13 /tls-interaction/ask-password/invoke-in-loop/async-implementation-failure ok 14 /tls-interaction/ask-password/invoke-in-loop/sync-implementation-success ok 15 /tls-interaction/ask-password/invoke-in-loop/sync-implementation-failure # End of invoke-in-loop tests # Start of sync tests ok 16 /tls-interaction/ask-password/sync/unhandled-implementation ok 17 /tls-interaction/ask-password/sync/sync-implementation-success ok 18 /tls-interaction/ask-password/sync/sync-implementation-failure # End of sync tests # Start of async tests ok 19 /tls-interaction/ask-password/async/unhandled-implementation ok 20 /tls-interaction/ask-password/async/async-implementation-success ok 21 /tls-interaction/ask-password/async/async-implementation-failure # End of async tests # End of ask-password tests # Start of request-certificate tests # Start of invoke-with-loop tests ok 22 /tls-interaction/request-certificate/invoke-with-loop/unhandled-implementation ok 23 /tls-interaction/request-certificate/invoke-with-loop/async-implementation-success ok 24 /tls-interaction/request-certificate/invoke-with-loop/async-implementation-failure ok 25 /tls-interaction/request-certificate/invoke-with-loop/sync-implementation-success ok 26 /tls-interaction/request-certificate/invoke-with-loop/sync-implementation-failure # End of invoke-with-loop tests # Start of invoke-without-loop tests ok 27 /tls-interaction/request-certificate/invoke-without-loop/unhandled-implementation ok 28 /tls-interaction/request-certificate/invoke-without-loop/async-implementation-success ok 29 /tls-interaction/request-certificate/invoke-without-loop/async-implementation-failure ok 30 /tls-interaction/request-certificate/invoke-without-loop/sync-implementation-success ok 31 /tls-interaction/request-certificate/invoke-without-loop/sync-implementation-failure # End of invoke-without-loop tests # Start of invoke-in-loop tests ok 32 /tls-interaction/request-certificate/invoke-in-loop/unhandled-implementation ok 33 /tls-interaction/request-certificate/invoke-in-loop/async-implementation-success ok 34 /tls-interaction/request-certificate/invoke-in-loop/async-implementation-failure ok 35 /tls-interaction/request-certificate/invoke-in-loop/sync-implementation-success ok 36 /tls-interaction/request-certificate/invoke-in-loop/sync-implementation-failure # End of invoke-in-loop tests # Start of sync tests ok 37 /tls-interaction/request-certificate/sync/unhandled-implementation ok 38 /tls-interaction/request-certificate/sync/sync-implementation-success ok 39 /tls-interaction/request-certificate/sync/sync-implementation-failure # End of sync tests # Start of async tests ok 40 /tls-interaction/request-certificate/async/unhandled-implementation ok 41 /tls-interaction/request-certificate/async/async-implementation-success ok 42 /tls-interaction/request-certificate/async/async-implementation-failure # End of async tests # End of request-certificate tests # End of tls-interaction tests PASS: glib/tls-interaction.test Running test: glib/markup-collect.test # random seed: R02S1e78329cd76c10bd013621ee585d776d 1..21 # Start of markup tests # Start of collect tests ok 1 /markup/collect/0 ok 2 /markup/collect/1 ok 3 /markup/collect/2 ok 4 /markup/collect/3 ok 5 /markup/collect/4 ok 6 /markup/collect/5 ok 7 /markup/collect/6 ok 8 /markup/collect/7 ok 9 /markup/collect/8 ok 10 /markup/collect/9 ok 11 /markup/collect/10 ok 12 /markup/collect/11 ok 13 /markup/collect/12 ok 14 /markup/collect/13 ok 15 /markup/collect/14 ok 16 /markup/collect/15 ok 17 /markup/collect/16 ok 18 /markup/collect/17 ok 19 /markup/collect/18 ok 20 /markup/collect/19 ok 21 /markup/collect/cleanup # End of collect tests # End of markup tests PASS: glib/markup-collect.test Running test: glib/mutex.test # random seed: R02Sd2f85633a288288759e6a3e8d6775c1b 1..5 # Start of thread tests ok 1 /thread/mutex1 ok 2 /thread/mutex2 ok 3 /thread/mutex3 ok 4 /thread/mutex4 ok 5 /thread/mutex5 # End of thread tests PASS: glib/mutex.test Running test: glib/asyncqueue-test.test PASS: glib/asyncqueue-test.test Running test: glib/asyncqueue.test # random seed: R02S9e42e8fd1af12df52f13ec8ae9755b07 1..6 # Start of asyncqueue tests ok 1 /asyncqueue/sort ok 2 /asyncqueue/destroy ok 3 /asyncqueue/threads ok 4 /asyncqueue/timed ok 5 /asyncqueue/remove ok 6 /asyncqueue/push_front # End of asyncqueue tests PASS: glib/asyncqueue.test Running test: glib/gdbus-message.test # random seed: R02S81d3f8f40610ca672be2c59984ce2498 1..2 # Start of gdbus tests # Start of message tests ok 1 /gdbus/message/lock ok 2 /gdbus/message/copy # End of message tests # End of gdbus tests PASS: glib/gdbus-message.test Running test: glib/closure.test # random seed: R02S5f644824d3762a3c83c638fe482db7a9 1..6 # Start of closure tests ok 1 /closure/idle ok 2 /closure/timeout ok 3 /closure/iochannel ok 4 /closure/child ok 5 /closure/fd ok 6 /closure/signal # End of closure tests PASS: glib/closure.test Running test: glib/appmonitor.test # random seed: R02Sbfac5a47780bf8a5a60bfa8d859dd374 1..1 # Start of monitor tests ok 1 /monitor/app # End of monitor tests PASS: glib/appmonitor.test Running test: pango/markup-parse.test /markup/parse/valid-2.markup: OK /markup/parse/valid-4.markup: OK /markup/parse/valid-1.markup: OK /markup/parse/fail-1.markup: OK /markup/parse/valid-3.markup: OK PASS: pango/markup-parse.test Running test: glib/deftype.test PASS: glib/deftype.test Running test: glib/signals.test PASS: glib/signals.test Running test: glib/gdbus-error.test # random seed: R02S8d53ac30d5ddf33540014730a7a86e55 1..4 # Start of gdbus tests ok 1 /gdbus/registered-errors ok 2 /gdbus/unregistered-errors ok 3 /gdbus/transparent-gerror ok 4 /gdbus/register-error # End of gdbus tests PASS: glib/gdbus-error.test Running test: glib/file.test # random seed: R02Sd63a76f2534158de342e5455165886d2 1..16 # Start of file tests ok 1 /file/basic ok 2 /file/parent ok 3 /file/child ok 4 /file/type ok 5 /file/parse-name ok 6 /file/replace-load # Bug Reference: http://bugzilla.gnome.org/629301 ok 7 /file/replace-cancel ok 8 /file/async-delete ok 9 /file/copy-preserve-mode ok 10 /file/measure ok 11 /file/measure-async # Start of async-create-delete tests ok 12 /file/async-create-delete/0 ok 13 /file/async-create-delete/1 ok 14 /file/async-create-delete/10 ok 15 /file/async-create-delete/25 ok 16 /file/async-create-delete/4096 # End of async-create-delete tests # End of file tests PASS: glib/file.test Running test: glib/contenttype.test # random seed: R02Sddbc2b50c93d9dce2a96088ad3128071 1..9 # Start of contenttype tests ok 1 /contenttype/guess ok 2 /contenttype/unknown ok 3 /contenttype/subtype ok 4 /contenttype/list ok 5 /contenttype/executable ok 6 /contenttype/description ok 7 /contenttype/icon ok 8 /contenttype/symbolic-icon ok 9 /contenttype/tree # End of contenttype tests PASS: glib/contenttype.test Running test: glib/timeloop-closure.test Children: 3 Iters: 10000 Children: 3 Iters: 10000 Elapsed user: 33 Elapsed system: 35 Elapsed total: 68 total / iteration: 0.00226667 Children: 3 Iters: 10000 PASS: glib/timeloop-closure.test Running test: glib/date.test # random seed: R02S11dab22be94c1bf5ca5bf322c8b189d7 1..112 # Start of date tests ok 1 /date/basic ok 2 /date/empty ok 3 /date/dmy ok 4 /date/julian ok 5 /date/dates ok 6 /date/parse ok 7 /date/clamp ok 8 /date/order # Start of year tests ok 9 /date/year/1 ok 10 /date/year/2 ok 11 /date/year/3 ok 12 /date/year/4 ok 13 /date/year/5 ok 14 /date/year/6 ok 15 /date/year/7 ok 16 /date/year/8 ok 17 /date/year/9 ok 18 /date/year/10 ok 19 /date/year/11 ok 20 /date/year/12 ok 21 /date/year/13 ok 22 /date/year/14 ok 23 /date/year/98 ok 24 /date/year/99 ok 25 /date/year/100 ok 26 /date/year/101 ok 27 /date/year/102 ok 28 /date/year/103 ok 29 /date/year/397 ok 30 /date/year/398 ok 31 /date/year/399 ok 32 /date/year/400 ok 33 /date/year/401 ok 34 /date/year/402 ok 35 /date/year/403 ok 36 /date/year/404 ok 37 /date/year/405 ok 38 /date/year/406 ok 39 /date/year/1598 ok 40 /date/year/1599 ok 41 /date/year/1600 ok 42 /date/year/1601 ok 43 /date/year/1602 ok 44 /date/year/1650 ok 45 /date/year/1651 ok 46 /date/year/1897 ok 47 /date/year/1898 ok 48 /date/year/1899 ok 49 /date/year/1900 ok 50 /date/year/1901 ok 51 /date/year/1902 ok 52 /date/year/1903 ok 53 /date/year/1961 ok 54 /date/year/1962 ok 55 /date/year/1963 ok 56 /date/year/1964 ok 57 /date/year/1965 ok 58 /date/year/1967 ok 59 /date/year/1968 ok 60 /date/year/1969 ok 61 /date/year/1970 ok 62 /date/year/1971 ok 63 /date/year/1972 ok 64 /date/year/1973 ok 65 /date/year/1974 ok 66 /date/year/1975 ok 67 /date/year/1976 ok 68 /date/year/1977 ok 69 /date/year/1978 ok 70 /date/year/1979 ok 71 /date/year/1980 ok 72 /date/year/1981 ok 73 /date/year/1982 ok 74 /date/year/1983 ok 75 /date/year/1984 ok 76 /date/year/1985 ok 77 /date/year/1986 ok 78 /date/year/1987 ok 79 /date/year/1988 ok 80 /date/year/1989 ok 81 /date/year/1990 ok 82 /date/year/1991 ok 83 /date/year/1992 ok 84 /date/year/1993 ok 85 /date/year/1994 ok 86 /date/year/1995 ok 87 /date/year/1996 ok 88 /date/year/1997 ok 89 /date/year/1998 ok 90 /date/year/1999 ok 91 /date/year/2000 ok 92 /date/year/2001 ok 93 /date/year/2002 ok 94 /date/year/2003 ok 95 /date/year/2004 ok 96 /date/year/2005 ok 97 /date/year/2006 ok 98 /date/year/2007 ok 99 /date/year/2008 ok 100 /date/year/2009 ok 101 /date/year/2010 ok 102 /date/year/2011 ok 103 /date/year/2012 ok 104 /date/year/3000 ok 105 /date/year/3001 ok 106 /date/year/3002 ok 107 /date/year/3998 ok 108 /date/year/3999 ok 109 /date/year/4000 ok 110 /date/year/4001 ok 111 /date/year/4002 ok 112 /date/year/4003 # End of year tests # End of date tests PASS: glib/date.test Running test: glib/hostutils.test # random seed: R02Sc59584fd1d0590885945ed0682c58909 1..3 # Start of hostutils tests ok 1 /hostutils/to_ascii ok 2 /hostutils/to_unicode ok 3 /hostutils/is_ip_addr # End of hostutils tests PASS: glib/hostutils.test Running test: glib/proxy-test.test # random seed: R02Sd7e12ef375214c026dbfe0c651702d15 1..9 # Start of proxy tests ok 1 /proxy/direct_sync ok 2 /proxy/direct_async ok 3 /proxy/single_sync ok 4 /proxy/single_async ok 5 /proxy/multiple_sync ok 6 /proxy/multiple_async ok 7 /proxy/dns ok 8 /proxy/override ok 9 /proxy/enumerator-ports # End of proxy tests PASS: glib/proxy-test.test Running test: gdk-pixbuf/pixbuf-jpeg.test # random seed: R02S5d0af78419ee7315003b8384e261d590 1..4 # Start of pixbuf tests # Start of jpeg tests ok 1 /pixbuf/jpeg/inverted_cmyk_jpeg ok 2 /pixbuf/jpeg/type9_rotation_exif_tag ok 3 /pixbuf/jpeg/bug775218 # ERROR:../../gdk-pixbuf-2.36.6/tests/pixbuf-jpeg.c:112:test_comment: assertion failed (error == NULL): Failed to open file '/usr/libexec/installed-tests/gdk-pixbuf/bug143608-comment.jpg': No such file or directory (g-file-error-quark, 4) FAIL: gdk-pixbuf/pixbuf-jpeg.test (Child process killed by signal 6) Running test: gdk-pixbuf/pixbuf-stream.test # random seed: R02S6d5b03d9f40297221ab8a05b60c5e390 1..4 # Start of pixbuf tests ok 1 /pixbuf/stream # Start of stream tests ok 2 /pixbuf/stream/async ok 3 /pixbuf/stream/scale # Start of scale tests ok 4 /pixbuf/stream/scale/async # End of scale tests # End of stream tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-stream.test Running test: glib/test-printf.test # random seed: R02S0e7765a0a58ee60f98c76d4dc73605e8 1..20 # Start of snprintf tests ok 1 /snprintf/retval-and-trunc ok 2 /snprintf/%d ok 3 /snprintf/%d-invalid ok 4 /snprintf/%o ok 5 /snprintf/%u ok 6 /snprintf/%x ok 7 /snprintf/%X ok 8 /snprintf/%f ok 9 /snprintf/%e ok 10 /snprintf/%c ok 11 /snprintf/%s ok 12 /snprintf/%n ok 13 /snprintf/test-percent ok 14 /snprintf/test-positional-params ok 15 /snprintf/test-64bit # End of snprintf tests # Start of printf tests ok 16 /printf/test-percent ok 17 /printf/test-positional-params ok 18 /printf/test-64bit # Start of test-64bit tests # Start of subprocess tests # End of subprocess tests # End of test-64bit tests # End of printf tests # Start of sprintf tests ok 19 /sprintf/test-positional-params ok 20 /sprintf/upper-bound # End of sprintf tests PASS: glib/test-printf.test Running test: glib/convert.test # random seed: R02S6984570dfb6cc055d55064d5782a0e13 1..7 # Start of conversion tests ok 1 /conversion/no-conv ok 2 /conversion/iconv-state ok 3 /conversion/illegal-sequence ok 4 /conversion/byte-order ok 5 /conversion/unicode ok 6 /conversion/filename-utf8 ok 7 /conversion/filename-display # End of conversion tests PASS: glib/convert.test Running test: glib/volumemonitor.test # random seed: R02S2b894178813585b0a4ddeef937522d72 1..3 # Start of volumemonitor tests ok 1 /volumemonitor/connected_drives ok 2 /volumemonitor/volumes ok 3 /volumemonitor/mounts # End of volumemonitor tests PASS: glib/volumemonitor.test Running test: glib/gdbus-threading.test # random seed: R02S7b0e6dba5631adbe9205a296f266062c 1..3 # Start of gdbus tests ok 1 /gdbus/delivery-in-thread ok 2 /gdbus/method-calls-in-thread ok 3 /gdbus/threaded-singleton # End of gdbus tests PASS: glib/gdbus-threading.test Running test: glib/bytes.test # random seed: R02S510b39a3e0111a9c22f15a10b6a0193a 1..15 # Start of bytes tests ok 1 /bytes/new ok 2 /bytes/new-take ok 3 /bytes/new-static ok 4 /bytes/new-with-free-func ok 5 /bytes/new-from-bytes ok 6 /bytes/hash ok 7 /bytes/equal ok 8 /bytes/compare ok 9 /bytes/null # Start of to-data tests ok 10 /bytes/to-data/transfered ok 11 /bytes/to-data/two-refs ok 12 /bytes/to-data/non-malloc # End of to-data tests # Start of to-array tests ok 13 /bytes/to-array/transfered ok 14 /bytes/to-array/two-refs ok 15 /bytes/to-array/non-malloc # End of to-array tests # End of bytes tests PASS: glib/bytes.test Running test: glib/singleton.test PASS: glib/singleton.test Running test: glib/gsubprocess.test # random seed: R02S73c6619113bf30715ed2fa4fb07f830b 1..26 # Start of gsubprocess tests ok 1 /gsubprocess/noop ok 2 /gsubprocess/noop-all-to-null ok 3 /gsubprocess/noop-no-wait ok 4 /gsubprocess/noop-stdin-inherit ok 5 /gsubprocess/search-path ok 6 /gsubprocess/signal ok 7 /gsubprocess/exit1 ok 8 /gsubprocess/echo1 ok 9 /gsubprocess/echo-merged ok 10 /gsubprocess/cat-utf8 ok 11 /gsubprocess/cat-eof ok 12 /gsubprocess/multi1 ok 13 /gsubprocess/communicate ok 14 /gsubprocess/communicate-async ok 15 /gsubprocess/communicate-utf8 ok 16 /gsubprocess/communicate-utf8-async ok 17 /gsubprocess/communicate-utf8-invalid ok 18 /gsubprocess/communicate-nothing ok 19 /gsubprocess/terminate ok 20 /gsubprocess/env ok 21 /gsubprocess/cwd ok 22 /gsubprocess/stdout-file ok 23 /gsubprocess/stdout-fd ok 24 /gsubprocess/child-setup ok 25 /gsubprocess/pass-fd ok 26 /gsubprocess/launcher-environment # End of gsubprocess tests PASS: glib/gsubprocess.test Running test: glib/rec-mutex.test # random seed: R02S00027b107a34b436b3ec3981eb3419d3 1..4 # Start of thread tests ok 1 /thread/rec-mutex1 ok 2 /thread/rec-mutex2 ok 3 /thread/rec-mutex3 ok 4 /thread/rec-mutex4 # End of thread tests PASS: glib/rec-mutex.test Running test: glib/tree.test # random seed: R02S16a8f56b7ae60726889e2c51f1324662 1..5 # Start of tree tests ok 1 /tree/search ok 2 /tree/remove ok 3 /tree/destroy ok 4 /tree/traverse ok 5 /tree/insert # End of tree tests PASS: glib/tree.test Running test: glib/socket-listener.test # random seed: R02S598842e850514c8b2573e9120c88c339 1..1 # Start of socket-listener tests ok 1 /socket-listener/event-signal # End of socket-listener tests PASS: glib/socket-listener.test Running test: glib/gapplication.test # random seed: R02S3e0316e79fafaf46b1f9e8e5a5929f6d 1..14 # Start of gapplication tests ok 1 /gapplication/no-dbus ok 2 /gapplication/no-appid ok 3 /gapplication/properties ok 4 /gapplication/app-id ok 5 /gapplication/quit ok 6 /gapplication/local-actions ok 7 /gapplication/local-command-line ok 8 /gapplication/resource-path ok 9 /gapplication/test-help ok 10 /gapplication/test-busy ok 11 /gapplication/test-handle-local-options1 ok 12 /gapplication/test-handle-local-options2 ok 13 /gapplication/test-handle-local-options3 ok 14 /gapplication/api # End of gapplication tests PASS: glib/gapplication.test Running test: glib/references.test PASS: glib/references.test Running test: gdk-pixbuf/pixbuf-scale-two-step.test # random seed: R02S8a651cdf6fb5521743ac61b5399852bb 1..9 # Start of pixbuf tests # Start of scale tests # Start of two-step tests ok 1 /pixbuf/scale/two-step/tiles ok 2 /pixbuf/scale/two-step/bilinear ok 3 /pixbuf/scale/two-step/hyper # Start of offset tests ok 4 /pixbuf/scale/two-step/offset/tiles ok 5 /pixbuf/scale/two-step/offset/bilinear ok 6 /pixbuf/scale/two-step/offset/hyper # End of offset tests # Start of dest tests ok 7 /pixbuf/scale/two-step/dest/tiles ok 8 /pixbuf/scale/two-step/dest/bilinear ok 9 /pixbuf/scale/two-step/dest/hyper # End of dest tests # End of two-step tests # End of scale tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-scale-two-step.test Running test: glib/paramspec-test.test /paramspec/char: OK /paramspec/string: OK /paramspec/override: OK /paramspec/gtype: OK /paramspec/variant: OK PASS: glib/paramspec-test.test Running test: gdk-pixbuf/animation.test # random seed: R02S227866b82dd85fb15047cada349054e7 1..2 # Start of animation tests ok 1 /animation/gif ok 2 /animation/ani # End of animation tests PASS: gdk-pixbuf/animation.test Running test: glib/cond.test # random seed: R02S8c7393ebbbb534b128e28e2fbfe2c1bc 1..3 # Start of thread tests ok 1 /thread/cond1 ok 2 /thread/cond2 # Start of cond tests ok 3 /thread/cond/wait-until # End of cond tests # End of thread tests PASS: glib/cond.test Running test: glib/gdbus-unix-addresses.test # random seed: R02S1324bcb790207c40cf0b6c095b1a61c6 1..2 # Start of gdbus tests ok 1 /gdbus/x11-autolaunch ok 2 /gdbus/xdg-runtime # End of gdbus tests PASS: glib/gdbus-unix-addresses.test Running test: glib/network-monitor.test # random seed: R02Sa3a30fdf20c988170798f79163e5c1f3 1..4 # Start of network-monitor tests ok 1 /network-monitor/default ok 2 /network-monitor/remove_default ok 3 /network-monitor/add_networks ok 4 /network-monitor/remove_networks # End of network-monitor tests PASS: glib/network-monitor.test Running test: glib/cxx-test.test PASS: glib/cxx-test.test Running test: glib/module-test.test PASS: glib/module-test.test Running test: glib/mem-overflow.test # random seed: R02S919904e9400091621b2a881fa1ca57a6 1..2 # Start of mem tests ok 1 /mem/overflow # Bug Reference: http://bugzilla.gnome.org/615379 ok 2 /mem/empty-alloc # Start of overflow tests # Start of subprocess tests # End of subprocess tests # End of overflow tests # Start of empty-alloc tests # End of empty-alloc tests # End of mem tests PASS: glib/mem-overflow.test Running test: glib/overflow-fallback.test # random seed: R02S085f5e640220c9057c92de7e3259f07a 1..6 # Start of glib tests # Start of checked-math tests ok 1 /glib/checked-math/guint-add ok 2 /glib/checked-math/guint-mul ok 3 /glib/checked-math/guint64-add ok 4 /glib/checked-math/guint64-mul ok 5 /glib/checked-math/gsize-add ok 6 /glib/checked-math/gsize-mul # End of checked-math tests # End of glib tests PASS: glib/overflow-fallback.test Running test: glib/private.test # random seed: R02Sbbb409cc761dc2adf2ac322d94717324 1..3 # Start of private tests ok 1 /private/instance ok 2 /private/derived-instance ok 3 /private/mixed-derived-instance # End of private tests PASS: glib/private.test Running test: glib/vfs.test # random seed: R02S97ffd6c3dc5b27d0b67d9239c22887c0 1..2 # Start of gvfs tests ok 1 /gvfs/local ok 2 /gvfs/register-scheme # End of gvfs tests PASS: glib/vfs.test Running test: pango/testscript.test /script/iter: OK PASS: pango/testscript.test Running test: glib/override.test PASS: glib/override.test Running test: glib/642026-ec.test # random seed: R02Sd371477c4296864d1100420748dc5a11 1..1 # Start of glib tests # Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642026 ok 1 /glib/642026 # End of glib tests PASS: glib/642026-ec.test Running test: gdk-pixbuf/pixbuf-dpi.test # random seed: R02Sb6943957d6d556d57a3d66a0118dd965 1..6 # Start of pixbuf tests # Start of dpi tests ok 1 /pixbuf/dpi/png ok 2 /pixbuf/dpi/png-incremental ok 3 /pixbuf/dpi/jpeg ok 4 /pixbuf/dpi/jpeg-incremental ok 5 /pixbuf/dpi/tiff # SKIP format not supported ok 6 /pixbuf/dpi/tiff-incremental # SKIP format not supported # End of dpi tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-dpi.test Running test: glib/markup-escape.test # random seed: R02S03e0c7a22abe34cccff239867d6ea281 1..34 # Start of markup tests ok 1 /markup/format # Start of escape-text tests ok 2 /markup/escape-text/0 ok 3 /markup/escape-text/1 ok 4 /markup/escape-text/2 ok 5 /markup/escape-text/3 ok 6 /markup/escape-text/4 ok 7 /markup/escape-text/5 ok 8 /markup/escape-text/6 ok 9 /markup/escape-text/7 ok 10 /markup/escape-text/8 ok 11 /markup/escape-text/9 ok 12 /markup/escape-text/10 ok 13 /markup/escape-text/11 ok 14 /markup/escape-text/12 ok 15 /markup/escape-text/13 ok 16 /markup/escape-text/14 ok 17 /markup/escape-text/15 # End of escape-text tests # Start of escape-unichar tests ok 18 /markup/escape-unichar/0 ok 19 /markup/escape-unichar/1 ok 20 /markup/escape-unichar/2 ok 21 /markup/escape-unichar/3 ok 22 /markup/escape-unichar/4 ok 23 /markup/escape-unichar/5 ok 24 /markup/escape-unichar/6 ok 25 /markup/escape-unichar/7 ok 26 /markup/escape-unichar/8 ok 27 /markup/escape-unichar/9 ok 28 /markup/escape-unichar/10 ok 29 /markup/escape-unichar/11 ok 30 /markup/escape-unichar/12 ok 31 /markup/escape-unichar/13 ok 32 /markup/escape-unichar/14 ok 33 /markup/escape-unichar/15 ok 34 /markup/escape-unichar/16 # End of escape-unichar tests # End of markup tests PASS: glib/markup-escape.test Running test: glib/timeloop.test Children: 3 Iters: 10000 Children: 3 Iters: 10000 Children: 3 Iters: 10000 Elapsed user: 14 Elapsed system: 43 Elapsed total: 57 total / iteration: 0.0019 PASS: glib/timeloop.test Running test: glib/cache.test # random seed: R02Scd0a5eb99ab1da9519141d9de0218546 1..1 # Start of cache tests ok 1 /cache/basic # End of cache tests PASS: glib/cache.test Running test: glib/buffered-input-stream.test # random seed: R02Sac029a770e4f721036ed4498fda147d6 1..10 # Start of buffered-input-stream tests ok 1 /buffered-input-stream/peek ok 2 /buffered-input-stream/peek-buffer ok 3 /buffered-input-stream/set-buffer-size # Bug Reference: http://bugzilla.gnome.org/562393 ok 4 /buffered-input-stream/read-byte ok 5 /buffered-input-stream/read ok 6 /buffered-input-stream/read-async ok 7 /buffered-input-stream/skip ok 8 /buffered-input-stream/skip-async ok 9 /buffered-input-stream/seek # End of buffered-input-stream tests # Start of filter-input-stream tests ok 10 /filter-input-stream/close # End of filter-input-stream tests PASS: glib/buffered-input-stream.test Running test: glib/iochannel-test.test PASS: glib/iochannel-test.test Running test: gdk-pixbuf/pixbuf-reftest.test # random seed: R02S86efc3e67c3128c93ff78a07ebc4433b 1..50 # Start of pixbuf tests # Start of reftest tests ok 1 /pixbuf/reftest/bug696331.png ok 2 /pixbuf/reftest/colormap-too-small.tga ok 3 /pixbuf/reftest/mandatory-bitmasks.bmp ok 4 /pixbuf/reftest/rle-too-many-pixels-2.tga ok 5 /pixbuf/reftest/rle-too-many-pixels.tga ok 6 /pixbuf/reftest/squares.ico # Start of tga tests ok 7 /pixbuf/reftest/tga/gtk-logo-16bpp-bottom-left.tga ok 8 /pixbuf/reftest/tga/gtk-logo-16bpp-bottom-right.tga ok 9 /pixbuf/reftest/tga/gtk-logo-16bpp-top-left.tga ok 10 /pixbuf/reftest/tga/gtk-logo-16bpp-top-right.tga ok 11 /pixbuf/reftest/tga/gtk-logo-24bpp-bottom-left.tga ok 12 /pixbuf/reftest/tga/gtk-logo-24bpp-bottom-right.tga ok 13 /pixbuf/reftest/tga/gtk-logo-24bpp-top-left.tga ok 14 /pixbuf/reftest/tga/gtk-logo-24bpp-top-right.tga ok 15 /pixbuf/reftest/tga/gtk-logo-32bpp-bottom-left.tga ok 16 /pixbuf/reftest/tga/gtk-logo-32bpp-bottom-right.tga ok 17 /pixbuf/reftest/tga/gtk-logo-32bpp-top-left.tga ok 18 /pixbuf/reftest/tga/gtk-logo-32bpp-top-right.tga ok 19 /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-bottom-left.tga ok 20 /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-bottom-right.tga ok 21 /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-top-left.tga ok 22 /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-top-right.tga ok 23 /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-bottom-left.tga ok 24 /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-bottom-right.tga ok 25 /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-top-left.tga ok 26 /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-top-right.tga ok 27 /pixbuf/reftest/tga/gtk-logo-gray-16bpp-bottom-left.tga ok 28 /pixbuf/reftest/tga/gtk-logo-gray-16bpp-bottom-right.tga ok 29 /pixbuf/reftest/tga/gtk-logo-gray-16bpp-top-left.tga ok 30 /pixbuf/reftest/tga/gtk-logo-gray-16bpp-top-right.tga ok 31 /pixbuf/reftest/tga/gtk-logo-gray-8bpp-bottom-left.tga ok 32 /pixbuf/reftest/tga/gtk-logo-gray-8bpp-bottom-right.tga ok 33 /pixbuf/reftest/tga/gtk-logo-gray-8bpp-top-left.tga ok 34 /pixbuf/reftest/tga/gtk-logo-gray-8bpp-top-right.tga ok 35 /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-bottom-left.tga ok 36 /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-bottom-right.tga ok 37 /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-top-left.tga ok 38 /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-top-right.tga ok 39 /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-bottom-left.tga ok 40 /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-bottom-right.tga ok 41 /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-top-left.tga ok 42 /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-top-right.tga ok 43 /pixbuf/reftest/tga/gtk-logo-rle-24bpp-bottom-left.tga ok 44 /pixbuf/reftest/tga/gtk-logo-rle-24bpp-bottom-right.tga ok 45 /pixbuf/reftest/tga/gtk-logo-rle-24bpp-top-left.tga ok 46 /pixbuf/reftest/tga/gtk-logo-rle-24bpp-top-right.tga ok 47 /pixbuf/reftest/tga/gtk-logo-rle-32bpp-bottom-left.tga ok 48 /pixbuf/reftest/tga/gtk-logo-rle-32bpp-bottom-right.tga ok 49 /pixbuf/reftest/tga/gtk-logo-rle-32bpp-top-left.tga ok 50 /pixbuf/reftest/tga/gtk-logo-rle-32bpp-top-right.tga # End of tga tests # End of reftest tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-reftest.test Running test: glib/sort.test # random seed: R02Sd1d52df9b328030492c8da0c9f0d9d83 1..3 # Start of sort tests ok 1 /sort/basic ok 2 /sort/stable ok 3 /sort/big # End of sort tests PASS: glib/sort.test Running test: glib/permission.test # random seed: R02Sc7a1bbbd098767aa374ad4ba4bc68ad6 1..1 # Start of permission tests ok 1 /permission/simple # End of permission tests PASS: glib/permission.test Running test: glib/datetime.test 08/12/17 17:37:12 PASS: glib/datetime.test Running test: glib/gdbus-connection-slow.test # random seed: R02S71bf1bf8d3eb27cab65cf24a3b69f594 1..2 # Start of gdbus tests # Start of connection tests ok 1 /gdbus/connection/flush ok 2 /gdbus/connection/large_message # End of connection tests # End of gdbus tests PASS: glib/gdbus-connection-slow.test Running test: glib/task.test # random seed: R02S12066cda17e1a6d774ca3d390615ebd6 1..22 # Start of gtask tests ok 1 /gtask/basic ok 2 /gtask/error ok 3 /gtask/return-from-same-iteration ok 4 /gtask/return-from-toplevel ok 5 /gtask/return-from-anon-thread ok 6 /gtask/return-from-wrong-thread ok 7 /gtask/no-callback ok 8 /gtask/report-error ok 9 /gtask/priority ok 10 /gtask/check-cancellable ok 11 /gtask/return-if-cancelled ok 12 /gtask/run-in-thread ok 13 /gtask/run-in-thread-sync ok 14 /gtask/run-in-thread-priority ok 15 /gtask/run-in-thread-nested ok 16 /gtask/run-in-thread-overflow ok 17 /gtask/return-on-cancel ok 18 /gtask/return-on-cancel-sync ok 19 /gtask/return-on-cancel-atomic ok 20 /gtask/return-pointer ok 21 /gtask/object-keepalive ok 22 /gtask/legacy-error # End of gtask tests PASS: glib/task.test Running test: glib/filter-streams.test # random seed: R02S6bf991261620ac75d9367c7e00add5c8 1..4 # Start of filter-stream tests # Bug Reference: http://bugzilla.gnome.org/568394 ok 1 /filter-stream/input ok 2 /filter-stream/output ok 3 /filter-stream/async-input ok 4 /filter-stream/async-output # End of filter-stream tests PASS: glib/filter-streams.test Running test: glib/utils.test # random seed: R02S732ffc48515155d31e8b6ed8b1c8c068 1..25 # Start of utils tests ok 1 /utils/language-names ok 2 /utils/locale-variants ok 3 /utils/version ok 4 /utils/appname # Bug Reference: http://bugzilla.gnome.org/627969 ok 5 /utils/tmpdir ok 6 /utils/bits ok 7 /utils/swap ok 8 /utils/find-program ok 9 /utils/debug ok 10 /utils/codeset ok 11 /utils/codeset2 ok 12 /utils/basename ok 13 /utils/gettext ok 14 /utils/username ok 15 /utils/realname ok 16 /utils/hostname ok 17 /utils/xdgdirs ok 18 /utils/specialdir ok 19 /utils/clear-pointer ok 20 /utils/take-pointer ok 21 /utils/misc-mem ok 22 /utils/nullify ok 23 /utils/atexit ok 24 /utils/check-setuid # Start of specialdir tests ok 25 /utils/specialdir/desktop # End of specialdir tests # End of utils tests PASS: glib/utils.test Running test: gdk-pixbuf/pixbuf-icc.test # random seed: R02S44ce9c79d9eb6e8d430581bc30c5aeb4 1..4 # Start of pixbuf tests # Start of icc tests ok 1 /pixbuf/icc/png ok 2 /pixbuf/icc/jpeg # Start of png tests ok 3 /pixbuf/icc/png/incremental # End of png tests # Start of jpeg tests ok 4 /pixbuf/icc/jpeg/incremental # End of jpeg tests # End of icc tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-icc.test Running test: glib/option-argv0.test # random seed: R02S306e017e5e68be184273823295ca6fb7 1..1 # Start of option tests ok 1 /option/argv0 # End of option tests PASS: glib/option-argv0.test Running test: glib/dynamictype.test PASS: glib/dynamictype.test Running test: glib/defaultvalue.test # random seed: R02Sdb540c88293363b9f4dec3d042b31822 1..80 # Start of Default Values tests ok 1 /Default Values/GAppInfoMonitor # SKIP singleton ok 2 /Default Values/GAppLaunchContext ok 3 /Default Values/GApplicationCommandLine # skipping GApplication:is-remote ok 4 /Default Values/GApplication ok 5 /Default Values/GBinding # SKIP mandatory construct params ok 6 /Default Values/GBufferedInputStream # SKIP mandatory construct params ok 7 /Default Values/GBufferedOutputStream # SKIP mandatory construct params ok 8 /Default Values/GBytesIcon ok 9 /Default Values/GCancellable ok 10 /Default Values/GCharsetConverter # SKIP mandatory construct params ok 11 /Default Values/GConverterInputStream # SKIP mandatory construct params ok 12 /Default Values/GConverterOutputStream # SKIP mandatory construct params ok 13 /Default Values/GCredentials ok 14 /Default Values/GDataInputStream # SKIP mandatory construct params ok 15 /Default Values/GDataOutputStream # SKIP mandatory construct params ok 16 /Default Values/GDBusActionGroup # SKIP mandatory construct params ok 17 /Default Values/GDBusAuthObserver ok 18 /Default Values/GDBusConnection # SKIP mandatory construct params ok 19 /Default Values/GDBusMenuModel # SKIP crash in finalize ok 20 /Default Values/GDBusMessage ok 21 /Default Values/GDBusMethodInvocation # SKIP crash in finalize ok 22 /Default Values/GDBusObjectManagerClient # SKIP mandatory construct params ok 23 /Default Values/GDBusObjectManagerServer # SKIP mandatory construct params ok 24 /Default Values/GDBusObjectProxy ok 25 /Default Values/GDBusObjectSkeleton ok 26 /Default Values/GDBusProxy # SKIP mandatory construct params ok 27 /Default Values/GDBusServer # SKIP mandatory construct params ok 28 /Default Values/GEmblem ok 29 /Default Values/GEmblemedIcon ok 30 /Default Values/GFileEnumerator # SKIP should be abstract ok 31 /Default Values/GFileIcon ok 32 /Default Values/GFileInfo ok 33 /Default Values/GFileInputStream ok 34 /Default Values/GFileIOStream # SKIP should be abstract ok 35 /Default Values/GFileOutputStream ok 36 /Default Values/GFilenameCompleter ok 37 /Default Values/GInetAddress # SKIP mandatory construct params ok 38 /Default Values/GInetAddressMask # SKIP initialization failed ok 39 /Default Values/GInetSocketAddress # SKIP mandatory construct params ok 40 /Default Values/GInitiallyUnowned ok 41 /Default Values/GIOModule ok 42 /Default Values/GListStore ok 43 /Default Values/GMemoryInputStream ok 44 /Default Values/GMemoryOutputStream ok 45 /Default Values/GMenu ok 46 /Default Values/GMenuItem ok 47 /Default Values/GMountOperation ok 48 /Default Values/GNetworkAddress ok 49 /Default Values/GNetworkService ok 50 /Default Values/GNotification ok 51 /Default Values/GObject ok 52 /Default Values/GPropertyAction # SKIP mandatory construct params # skipping GProxyAddressEnumerator:proxy-resolver ok 53 /Default Values/GProxyAddressEnumerator ok 54 /Default Values/GProxyAddress # SKIP mandatory construct params ok 55 /Default Values/GSettings # SKIP mandatory construct params ok 56 /Default Values/GSimpleAction ok 57 /Default Values/GSimpleActionGroup ok 58 /Default Values/GSimpleAsyncResult ok 59 /Default Values/GSimpleIOStream # SKIP mandatory construct params ok 60 /Default Values/GSimplePermission ok 61 /Default Values/GSimpleProxyResolver # skipping GSocketClient:proxy-resolver ok 62 /Default Values/GSocketClient ok 63 /Default Values/GSocketConnection # SKIP mandatory construct params ok 64 /Default Values/GSocket # SKIP initialization failed ok 65 /Default Values/GSocketListener ok 66 /Default Values/GSocketService ok 67 /Default Values/GSubprocess # SKIP initialization failed ok 68 /Default Values/GSubprocessLauncher ok 69 /Default Values/GTask ok 70 /Default Values/GTcpConnection # SKIP mandatory construct params ok 71 /Default Values/GTcpWrapperConnection # SKIP mandatory construct params ok 72 /Default Values/GTestDBus ok 73 /Default Values/GThemedIcon # SKIP mandatory construct params ok 74 /Default Values/GThreadedSocketService ok 75 /Default Values/GTlsInteraction ok 76 /Default Values/GTlsPassword ok 77 /Default Values/GVfs ok 78 /Default Values/GVolumeMonitor ok 79 /Default Values/GZlibCompressor ok 80 /Default Values/GZlibDecompressor # End of Default Values tests PASS: glib/defaultvalue.test Running test: glib/gmenumodel.test # random seed: R02S6fc03d08bb701f4496b364b868c24711 1..11 # Start of gmenu tests ok 1 /gmenu/equality ok 2 /gmenu/random ok 3 /gmenu/attributes ok 4 /gmenu/links ok 5 /gmenu/mutable ok 6 /gmenu/convenience ok 7 /gmenu/menuitem # Start of dbus tests ok 8 /gmenu/dbus/roundtrip ok 9 /gmenu/dbus/subscriptions ok 10 /gmenu/dbus/threaded # End of dbus tests # Start of attributes tests ok 11 /gmenu/attributes/iterate # End of attributes tests # End of gmenu tests PASS: glib/gmenumodel.test Running test: gdk-pixbuf/pixbuf-composite.test # random seed: R02S53047e94f92982e0b1a0b02d4df2881d 1..2 # Start of pixbuf tests ok 1 /pixbuf/composite1 ok 2 /pixbuf/composite2 # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-composite.test Running test: glib/regex.test # random seed: R02Sb29eacc7a238a2c4448f876a8d5e0ce7 1..572 # Start of regex tests ok 1 /regex/properties ok 2 /regex/class ok 3 /regex/lookahead ok 4 /regex/lookbehind ok 5 /regex/subpattern ok 6 /regex/condition ok 7 /regex/recursion # Bug Reference: http://bugzilla.gnome.org/640489 ok 8 /regex/multiline ok 9 /regex/explicit-crlf ok 10 /regex/max-lookbehind # Start of new tests ok 11 /regex/new/1 ok 12 /regex/new/2 ok 13 /regex/new/3 ok 14 /regex/new/4 ok 15 /regex/new/5 ok 16 /regex/new/6 ok 17 /regex/new/7 ok 18 /regex/new/8 ok 19 /regex/new/9 ok 20 /regex/new/10 ok 21 /regex/new/11 ok 22 /regex/new/12 ok 23 /regex/new/13 ok 24 /regex/new/14 ok 25 /regex/new/15 ok 26 /regex/new/16 ok 27 /regex/new/17 ok 28 /regex/new/18 ok 29 /regex/new/19 # End of new tests # Start of new-check-flags tests ok 30 /regex/new-check-flags/20 ok 31 /regex/new-check-flags/21 ok 32 /regex/new-check-flags/22 ok 33 /regex/new-check-flags/23 ok 34 /regex/new-check-flags/24 ok 35 /regex/new-check-flags/25 ok 36 /regex/new-check-flags/26 ok 37 /regex/new-check-flags/27 ok 38 /regex/new-check-flags/28 ok 39 /regex/new-check-flags/29 ok 40 /regex/new-check-flags/30 ok 41 /regex/new-check-flags/31 ok 42 /regex/new-check-flags/32 ok 43 /regex/new-check-flags/33 # End of new-check-flags tests # Start of new-fail tests ok 44 /regex/new-fail/34 ok 45 /regex/new-fail/35 ok 46 /regex/new-fail/36 ok 47 /regex/new-fail/37 ok 48 /regex/new-fail/38 ok 49 /regex/new-fail/39 ok 50 /regex/new-fail/40 ok 51 /regex/new-fail/41 ok 52 /regex/new-fail/42 ok 53 /regex/new-fail/43 ok 54 /regex/new-fail/44 ok 55 /regex/new-fail/45 ok 56 /regex/new-fail/46 ok 57 /regex/new-fail/47 ok 58 /regex/new-fail/48 ok 59 /regex/new-fail/49 ok 60 /regex/new-fail/50 ok 61 /regex/new-fail/51 ok 62 /regex/new-fail/52 ok 63 /regex/new-fail/53 ok 64 /regex/new-fail/54 ok 65 /regex/new-fail/55 ok 66 /regex/new-fail/56 ok 67 /regex/new-fail/57 ok 68 /regex/new-fail/58 ok 69 /regex/new-fail/59 ok 70 /regex/new-fail/60 ok 71 /regex/new-fail/61 ok 72 /regex/new-fail/62 ok 73 /regex/new-fail/63 ok 74 /regex/new-fail/64 ok 75 /regex/new-fail/65 ok 76 /regex/new-fail/66 ok 77 /regex/new-fail/67 ok 78 /regex/new-fail/68 ok 79 /regex/new-fail/69 ok 80 /regex/new-fail/70 ok 81 /regex/new-fail/71 ok 82 /regex/new-fail/72 ok 83 /regex/new-fail/73 ok 84 /regex/new-fail/74 ok 85 /regex/new-fail/75 ok 86 /regex/new-fail/76 ok 87 /regex/new-fail/77 ok 88 /regex/new-fail/78 ok 89 /regex/new-fail/79 ok 90 /regex/new-fail/80 ok 91 /regex/new-fail/81 ok 92 /regex/new-fail/82 ok 93 /regex/new-fail/83 ok 94 /regex/new-fail/84 ok 95 /regex/new-fail/85 ok 96 /regex/new-fail/86 ok 97 /regex/new-fail/87 ok 98 /regex/new-fail/88 # End of new-fail tests # Start of match-simple tests ok 99 /regex/match-simple/89 ok 100 /regex/match-simple/90 ok 101 /regex/match-simple/91 ok 102 /regex/match-simple/92 ok 103 /regex/match-simple/93 ok 104 /regex/match-simple/94 ok 105 /regex/match-simple/95 ok 106 /regex/match-simple/96 ok 107 /regex/match-simple/97 ok 108 /regex/match-simple/98 ok 109 /regex/match-simple/99 ok 110 /regex/match-simple/100 ok 111 /regex/match-simple/101 ok 112 /regex/match-simple/102 ok 113 /regex/match-simple/103 ok 114 /regex/match-simple/104 ok 115 /regex/match-simple/105 ok 116 /regex/match-simple/106 ok 117 /regex/match-simple/107 ok 118 /regex/match-simple/108 ok 119 /regex/match-simple/109 ok 120 /regex/match-simple/110 ok 121 /regex/match-simple/111 ok 122 /regex/match-simple/112 ok 123 /regex/match-simple/113 ok 124 /regex/match-simple/114 ok 125 /regex/match-simple/115 ok 126 /regex/match-simple/116 ok 127 /regex/match-simple/117 ok 128 /regex/match-simple/118 ok 129 /regex/match-simple/119 ok 130 /regex/match-simple/120 ok 131 /regex/match-simple/121 ok 132 /regex/match-simple/122 ok 133 /regex/match-simple/123 ok 134 /regex/match-simple/124 ok 135 /regex/match-simple/125 ok 136 /regex/match-simple/126 ok 137 /regex/match-simple/127 ok 138 /regex/match-simple/128 ok 139 /regex/match-simple/129 ok 140 /regex/match-simple/130 ok 141 /regex/match-simple/131 ok 142 /regex/match-simple/132 ok 143 /regex/match-simple/133 ok 144 /regex/match-simple/134 ok 145 /regex/match-simple/135 ok 146 /regex/match-simple/136 ok 147 /regex/match-simple/137 ok 148 /regex/match-simple/138 ok 149 /regex/match-simple/139 ok 150 /regex/match-simple/140 ok 151 /regex/match-simple/141 ok 152 /regex/match-simple/142 ok 153 /regex/match-simple/143 ok 154 /regex/match-simple/144 ok 155 /regex/match-simple/145 ok 156 /regex/match-simple/146 ok 157 /regex/match-simple/147 ok 158 /regex/match-simple/148 ok 159 /regex/match-simple/149 ok 160 /regex/match-simple/150 ok 161 /regex/match-simple/151 ok 162 /regex/match-simple/152 ok 163 /regex/match-simple/153 ok 164 /regex/match-simple/154 ok 165 /regex/match-simple/155 ok 166 /regex/match-simple/156 ok 167 /regex/match-simple/157 # End of match-simple tests # Start of match tests ok 168 /regex/match/158 ok 169 /regex/match/159 ok 170 /regex/match/160 ok 171 /regex/match/161 ok 172 /regex/match/162 ok 173 /regex/match/163 ok 174 /regex/match/164 ok 175 /regex/match/165 ok 176 /regex/match/166 ok 177 /regex/match/167 ok 178 /regex/match/168 ok 179 /regex/match/169 ok 180 /regex/match/170 ok 181 /regex/match/171 ok 182 /regex/match/172 ok 183 /regex/match/173 ok 184 /regex/match/174 ok 185 /regex/match/175 ok 186 /regex/match/176 ok 187 /regex/match/177 ok 188 /regex/match/178 ok 189 /regex/match/179 ok 190 /regex/match/180 ok 191 /regex/match/181 ok 192 /regex/match/182 ok 193 /regex/match/183 ok 194 /regex/match/184 ok 195 /regex/match/185 ok 196 /regex/match/186 ok 197 /regex/match/187 ok 198 /regex/match/188 ok 199 /regex/match/189 ok 200 /regex/match/190 ok 201 /regex/match/191 ok 202 /regex/match/192 ok 203 /regex/match/193 ok 204 /regex/match/194 ok 205 /regex/match/195 ok 206 /regex/match/196 ok 207 /regex/match/197 ok 208 /regex/match/198 ok 209 /regex/match/199 ok 210 /regex/match/200 ok 211 /regex/match/201 ok 212 /regex/match/202 ok 213 /regex/match/203 ok 214 /regex/match/204 ok 215 /regex/match/205 ok 216 /regex/match/206 ok 217 /regex/match/207 ok 218 /regex/match/208 ok 219 /regex/match/209 ok 220 /regex/match/210 ok 221 /regex/match/211 ok 222 /regex/match/212 ok 223 /regex/match/213 ok 224 /regex/match/214 ok 225 /regex/match/215 ok 226 /regex/match/216 ok 227 /regex/match/217 ok 228 /regex/match/218 ok 229 /regex/match/219 ok 230 /regex/match/220 ok 231 /regex/match/221 ok 232 /regex/match/222 ok 233 /regex/match/223 ok 234 /regex/match/224 ok 235 /regex/match/225 ok 236 /regex/match/226 ok 237 /regex/match/227 ok 238 /regex/match/228 # Start of next0 tests ok 239 /regex/match/next0/229 ok 240 /regex/match/next0/230 ok 241 /regex/match/next0/231 ok 242 /regex/match/next0/232 # End of next0 tests # Start of next1 tests ok 243 /regex/match/next1/233 ok 244 /regex/match/next1/234 ok 245 /regex/match/next1/235 ok 246 /regex/match/next1/236 # End of next1 tests # Start of next2 tests ok 247 /regex/match/next2/237 ok 248 /regex/match/next2/238 ok 249 /regex/match/next2/239 ok 250 /regex/match/next2/240 ok 251 /regex/match/next2/241 ok 252 /regex/match/next2/242 ok 253 /regex/match/next2/243 # End of next2 tests # Start of next3 tests ok 254 /regex/match/next3/244 ok 255 /regex/match/next3/245 ok 256 /regex/match/next3/246 ok 257 /regex/match/next3/247 ok 258 /regex/match/next3/248 ok 259 /regex/match/next3/249 # End of next3 tests # Start of next4 tests ok 260 /regex/match/next4/250 # End of next4 tests # Start of count tests ok 261 /regex/match/count/251 ok 262 /regex/match/count/252 ok 263 /regex/match/count/253 ok 264 /regex/match/count/254 ok 265 /regex/match/count/255 ok 266 /regex/match/count/256 ok 267 /regex/match/count/257 ok 268 /regex/match/count/258 ok 269 /regex/match/count/259 ok 270 /regex/match/count/260 # End of count tests # Start of partial tests ok 271 /regex/match/partial/261 ok 272 /regex/match/partial/262 ok 273 /regex/match/partial/263 ok 274 /regex/match/partial/264 ok 275 /regex/match/partial/265 ok 276 /regex/match/partial/266 ok 277 /regex/match/partial/267 ok 278 /regex/match/partial/268 ok 279 /regex/match/partial/269 # End of partial tests # Start of subpattern tests ok 280 /regex/match/subpattern/270 ok 281 /regex/match/subpattern/271 ok 282 /regex/match/subpattern/272 ok 283 /regex/match/subpattern/273 ok 284 /regex/match/subpattern/274 ok 285 /regex/match/subpattern/275 ok 286 /regex/match/subpattern/276 ok 287 /regex/match/subpattern/277 ok 288 /regex/match/subpattern/278 ok 289 /regex/match/subpattern/279 # Start of named tests # Start of dupnames tests ok 290 /regex/match/subpattern/named/dupnames/289 ok 291 /regex/match/subpattern/named/dupnames/290 ok 292 /regex/match/subpattern/named/dupnames/291 ok 293 /regex/match/subpattern/named/dupnames/292 ok 294 /regex/match/subpattern/named/dupnames/293 # End of dupnames tests # End of named tests # End of subpattern tests # Start of named tests # Start of subpattern tests ok 295 /regex/match/named/subpattern/280 ok 296 /regex/match/named/subpattern/281 ok 297 /regex/match/named/subpattern/282 ok 298 /regex/match/named/subpattern/283 ok 299 /regex/match/named/subpattern/284 ok 300 /regex/match/named/subpattern/285 ok 301 /regex/match/named/subpattern/286 ok 302 /regex/match/named/subpattern/287 ok 303 /regex/match/named/subpattern/288 ok 304 /regex/match/named/subpattern/294 ok 305 /regex/match/named/subpattern/295 ok 306 /regex/match/named/subpattern/296 ok 307 /regex/match/named/subpattern/297 ok 308 /regex/match/named/subpattern/298 # End of subpattern tests # End of named tests # End of match tests # Start of fetch-all0 tests ok 309 /regex/fetch-all0/299 ok 310 /regex/fetch-all0/300 # End of fetch-all0 tests # Start of fetch-all1 tests ok 311 /regex/fetch-all1/301 ok 312 /regex/fetch-all1/302 ok 313 /regex/fetch-all1/303 # End of fetch-all1 tests # Start of fetch-all2 tests ok 314 /regex/fetch-all2/304 ok 315 /regex/fetch-all2/305 ok 316 /regex/fetch-all2/306 # End of fetch-all2 tests # Start of fetch-all3 tests ok 317 /regex/fetch-all3/307 ok 318 /regex/fetch-all3/308 ok 319 /regex/fetch-all3/309 ok 320 /regex/fetch-all3/310 ok 321 /regex/fetch-all3/311 # End of fetch-all3 tests # Start of split tests # Start of simple0 tests ok 322 /regex/split/simple0/312 ok 323 /regex/split/simple0/313 ok 324 /regex/split/simple0/328 ok 325 /regex/split/simple0/329 # End of simple0 tests # Start of simple1 tests ok 326 /regex/split/simple1/314 ok 327 /regex/split/simple1/315 # End of simple1 tests # Start of simple2 tests ok 328 /regex/split/simple2/316 ok 329 /regex/split/simple2/322 ok 330 /regex/split/simple2/324 # End of simple2 tests # Start of simple3 tests ok 331 /regex/split/simple3/317 ok 332 /regex/split/simple3/318 ok 333 /regex/split/simple3/319 ok 334 /regex/split/simple3/320 ok 335 /regex/split/simple3/321 ok 336 /regex/split/simple3/323 ok 337 /regex/split/simple3/325 ok 338 /regex/split/simple3/326 ok 339 /regex/split/simple3/327 # End of simple3 tests # End of split tests # Start of split0 tests ok 340 /regex/split0/330 ok 341 /regex/split0/332 # End of split0 tests # Start of full-split0 tests ok 342 /regex/full-split0/331 ok 343 /regex/full-split0/333 ok 344 /regex/full-split0/334 ok 345 /regex/full-split0/335 ok 346 /regex/full-split0/336 # End of full-split0 tests # Start of split1 tests ok 347 /regex/split1/337 ok 348 /regex/split1/340 # End of split1 tests # Start of full-split1 tests ok 349 /regex/full-split1/338 ok 350 /regex/full-split1/339 ok 351 /regex/full-split1/341 ok 352 /regex/full-split1/342 ok 353 /regex/full-split1/368 # End of full-split1 tests # Start of split2 tests ok 354 /regex/split2/343 ok 355 /regex/split2/347 ok 356 /regex/split2/359 # End of split2 tests # Start of full-split2 tests ok 357 /regex/full-split2/344 ok 358 /regex/full-split2/345 ok 359 /regex/full-split2/346 ok 360 /regex/full-split2/348 ok 361 /regex/full-split2/360 ok 362 /regex/full-split2/363 ok 363 /regex/full-split2/369 # End of full-split2 tests # Start of split3 tests ok 364 /regex/split3/349 ok 365 /regex/split3/351 ok 366 /regex/split3/353 ok 367 /regex/split3/355 ok 368 /regex/split3/357 ok 369 /regex/split3/361 ok 370 /regex/split3/364 ok 371 /regex/split3/366 # End of split3 tests # Start of full-split3 tests ok 372 /regex/full-split3/350 ok 373 /regex/full-split3/352 ok 374 /regex/full-split3/354 ok 375 /regex/full-split3/356 ok 376 /regex/full-split3/358 ok 377 /regex/full-split3/362 ok 378 /regex/full-split3/365 ok 379 /regex/full-split3/367 ok 380 /regex/full-split3/370 ok 381 /regex/full-split3/371 # End of full-split3 tests # Start of check-repacement tests ok 382 /regex/check-repacement/372 ok 383 /regex/check-repacement/373 ok 384 /regex/check-repacement/374 ok 385 /regex/check-repacement/375 ok 386 /regex/check-repacement/376 ok 387 /regex/check-repacement/377 ok 388 /regex/check-repacement/378 ok 389 /regex/check-repacement/379 # End of check-repacement tests # Start of expand tests ok 390 /regex/expand/380 ok 391 /regex/expand/381 ok 392 /regex/expand/382 ok 393 /regex/expand/383 ok 394 /regex/expand/384 ok 395 /regex/expand/385 ok 396 /regex/expand/386 ok 397 /regex/expand/387 ok 398 /regex/expand/388 ok 399 /regex/expand/389 ok 400 /regex/expand/390 ok 401 /regex/expand/391 ok 402 /regex/expand/392 ok 403 /regex/expand/393 ok 404 /regex/expand/394 ok 405 /regex/expand/395 ok 406 /regex/expand/396 ok 407 /regex/expand/397 ok 408 /regex/expand/398 ok 409 /regex/expand/399 ok 410 /regex/expand/400 ok 411 /regex/expand/401 ok 412 /regex/expand/402 ok 413 /regex/expand/403 ok 414 /regex/expand/404 ok 415 /regex/expand/405 ok 416 /regex/expand/406 ok 417 /regex/expand/407 ok 418 /regex/expand/408 ok 419 /regex/expand/409 ok 420 /regex/expand/410 ok 421 /regex/expand/411 ok 422 /regex/expand/412 ok 423 /regex/expand/413 ok 424 /regex/expand/414 ok 425 /regex/expand/415 ok 426 /regex/expand/416 ok 427 /regex/expand/417 ok 428 /regex/expand/418 ok 429 /regex/expand/419 ok 430 /regex/expand/420 ok 431 /regex/expand/421 ok 432 /regex/expand/422 ok 433 /regex/expand/423 ok 434 /regex/expand/424 ok 435 /regex/expand/425 ok 436 /regex/expand/426 ok 437 /regex/expand/427 ok 438 /regex/expand/428 ok 439 /regex/expand/429 ok 440 /regex/expand/430 ok 441 /regex/expand/431 ok 442 /regex/expand/432 ok 443 /regex/expand/433 ok 444 /regex/expand/434 ok 445 /regex/expand/435 ok 446 /regex/expand/436 ok 447 /regex/expand/437 ok 448 /regex/expand/438 ok 449 /regex/expand/439 ok 450 /regex/expand/440 ok 451 /regex/expand/441 ok 452 /regex/expand/442 ok 453 /regex/expand/443 ok 454 /regex/expand/444 ok 455 /regex/expand/445 # End of expand tests # Start of replace tests ok 456 /regex/replace/446 ok 457 /regex/replace/447 ok 458 /regex/replace/448 ok 459 /regex/replace/449 ok 460 /regex/replace/450 ok 461 /regex/replace/451 ok 462 /regex/replace/452 ok 463 /regex/replace/453 ok 464 /regex/replace/454 ok 465 /regex/replace/455 ok 466 /regex/replace/456 ok 467 /regex/replace/457 ok 468 /regex/replace/458 ok 469 /regex/replace/459 ok 470 /regex/replace/460 ok 471 /regex/replace/461 ok 472 /regex/replace/462 ok 473 /regex/replace/463 ok 474 /regex/replace/464 ok 475 /regex/replace/465 ok 476 /regex/replace/466 ok 477 /regex/replace/467 ok 478 /regex/replace/468 ok 479 /regex/replace/469 ok 480 /regex/replace/470 ok 481 /regex/replace/471 # End of replace tests # Start of replace-literally tests ok 482 /regex/replace-literally/472 ok 483 /regex/replace-literally/473 ok 484 /regex/replace-literally/474 ok 485 /regex/replace-literally/475 ok 486 /regex/replace-literally/476 ok 487 /regex/replace-literally/477 ok 488 /regex/replace-literally/478 ok 489 /regex/replace-literally/479 ok 490 /regex/replace-literally/480 ok 491 /regex/replace-literally/481 ok 492 /regex/replace-literally/482 ok 493 /regex/replace-literally/483 ok 494 /regex/replace-literally/484 ok 495 /regex/replace-literally/485 ok 496 /regex/replace-literally/486 ok 497 /regex/replace-literally/487 ok 498 /regex/replace-literally/488 ok 499 /regex/replace-literally/489 ok 500 /regex/replace-literally/490 ok 501 /regex/replace-literally/491 # End of replace-literally tests # Start of string-number tests ok 502 /regex/string-number/492 ok 503 /regex/string-number/493 ok 504 /regex/string-number/494 ok 505 /regex/string-number/495 ok 506 /regex/string-number/496 ok 507 /regex/string-number/497 ok 508 /regex/string-number/498 ok 509 /regex/string-number/499 ok 510 /regex/string-number/500 ok 511 /regex/string-number/501 ok 512 /regex/string-number/502 # End of string-number tests # Start of escape_nul tests ok 513 /regex/escape_nul/503 ok 514 /regex/escape_nul/504 ok 515 /regex/escape_nul/505 ok 516 /regex/escape_nul/506 ok 517 /regex/escape_nul/507 ok 518 /regex/escape_nul/508 ok 519 /regex/escape_nul/509 ok 520 /regex/escape_nul/510 ok 521 /regex/escape_nul/511 ok 522 /regex/escape_nul/512 ok 523 /regex/escape_nul/513 ok 524 /regex/escape_nul/514 ok 525 /regex/escape_nul/515 ok 526 /regex/escape_nul/516 ok 527 /regex/escape_nul/517 # End of escape_nul tests # Start of escape tests ok 528 /regex/escape/518 ok 529 /regex/escape/519 ok 530 /regex/escape/520 ok 531 /regex/escape/521 ok 532 /regex/escape/522 ok 533 /regex/escape/523 ok 534 /regex/escape/524 ok 535 /regex/escape/525 ok 536 /regex/escape/526 ok 537 /regex/escape/527 ok 538 /regex/escape/528 ok 539 /regex/escape/529 ok 540 /regex/escape/530 ok 541 /regex/escape/531 ok 542 /regex/escape/532 ok 543 /regex/escape/533 ok 544 /regex/escape/534 ok 545 /regex/escape/535 # End of escape tests # Start of match-all0 tests ok 546 /regex/match-all0/536 ok 547 /regex/match-all0/538 # End of match-all0 tests # Start of match-all-full0 tests ok 548 /regex/match-all-full0/537 ok 549 /regex/match-all-full0/539 ok 550 /regex/match-all-full0/540 ok 551 /regex/match-all-full0/541 # End of match-all-full0 tests # Start of match-all1 tests ok 552 /regex/match-all1/542 ok 553 /regex/match-all1/544 ok 554 /regex/match-all1/549 # End of match-all1 tests # Start of match-all-full1 tests ok 555 /regex/match-all-full1/543 ok 556 /regex/match-all-full1/545 ok 557 /regex/match-all-full1/546 ok 558 /regex/match-all-full1/547 ok 559 /regex/match-all-full1/548 ok 560 /regex/match-all-full1/550 # End of match-all-full1 tests # Start of match-all2 tests ok 561 /regex/match-all2/551 ok 562 /regex/match-all2/553 ok 563 /regex/match-all2/555 # End of match-all2 tests # Start of match-all-full2 tests ok 564 /regex/match-all-full2/552 ok 565 /regex/match-all-full2/554 ok 566 /regex/match-all-full2/556 # End of match-all-full2 tests # Start of match-all3 tests ok 567 /regex/match-all3/557 ok 568 /regex/match-all3/559 # End of match-all3 tests # Start of match-all-full3 tests ok 569 /regex/match-all-full3/558 ok 570 /regex/match-all-full3/560 # End of match-all-full3 tests # Start of match-notempty tests ok 571 /regex/match-notempty/561 # End of match-notempty tests # Start of match-notempty-atstart tests ok 572 /regex/match-notempty-atstart/562 # End of match-notempty-atstart tests # End of regex tests PASS: glib/regex.test Running test: glib/g-file.test # random seed: R02S1119de0ecf32bbc3b5ca5b91a962d1d3 1..8 # Start of g-file tests ok 1 /g-file/test_g_file_new_null ok 2 /g-file/test_g_file_new_for_path ok 3 /g-file/test_g_file_new_for_uri ok 4 /g-file/test_g_file_dup ok 5 /g-file/test_g_file_get_parse_name_utf8 ok 6 /g-file/test_g_file_new_for_commandline_arg ok 7 /g-file/test_g_file_has_prefix ok 8 /g-file/test_g_file_get_parent_child # End of g-file tests PASS: glib/g-file.test Running test: glib/boxed.test # random seed: R02Safff86e62a41ceb13d7499c3e310f4cf 1..24 # Start of boxed tests ok 1 /boxed/define ok 2 /boxed/ownership ok 3 /boxed/closure ok 4 /boxed/date ok 5 /boxed/value ok 6 /boxed/string ok 7 /boxed/hashtable ok 8 /boxed/array ok 9 /boxed/ptrarray ok 10 /boxed/regex ok 11 /boxed/varianttype ok 12 /boxed/error ok 13 /boxed/datetime ok 14 /boxed/matchinfo ok 15 /boxed/keyfile ok 16 /boxed/mainloop ok 17 /boxed/maincontext ok 18 /boxed/source ok 19 /boxed/variantbuilder ok 20 /boxed/timezone ok 21 /boxed/pollfd ok 22 /boxed/markup ok 23 /boxed/thread ok 24 /boxed/checksum # End of boxed tests PASS: glib/boxed.test Running test: gdk-pixbuf/pixbuf-pixdata.test # random seed: R02S10745d3ec5e793db94955109cda3043b 1..3 # Start of pixbuf tests # GdkPixbuf-DEBUG: gdk_pixbuf_from_pixdata() called on: # GdkPixbuf-DEBUG: Encoding raw # GdkPixbuf-DEBUG: Dimensions: 48 x 48 # GdkPixbuf-DEBUG: Rowstride: 192, Length: 9240 # GdkPixbuf-DEBUG: Copy pixels == false # GdkPixbuf-DEBUG: gdk_pixbuf_from_pixdata() called on: # GdkPixbuf-DEBUG: Encoding raw # GdkPixbuf-DEBUG: Dimensions: 48 x 48 # GdkPixbuf-DEBUG: Rowstride: 192, Length: 9240 # GdkPixbuf-DEBUG: Copy pixels == false ok 1 /pixbuf/pixdata # Start of pixdata tests # GdkPixbuf-DEBUG: gdk_pixbuf_from_pixdata() called on: # GdkPixbuf-DEBUG: Encoding raw # GdkPixbuf-DEBUG: Dimensions: 89 x 96 # GdkPixbuf-DEBUG: Rowstride: 356, Length: 34200 # GdkPixbuf-DEBUG: Copy pixels == false # GdkPixbuf-DEBUG: gdk_pixbuf_from_pixdata() called on: # GdkPixbuf-DEBUG: Encoding rle # GdkPixbuf-DEBUG: Dimensions: 89 x 96 # GdkPixbuf-DEBUG: Rowstride: 356, Length: 8406 # GdkPixbuf-DEBUG: Copy pixels == false ok 2 /pixbuf/pixdata/success # GdkPixbuf-DEBUG: gdk_pixbuf_from_pixdata() called on: # GdkPixbuf-DEBUG: Encoding raw # GdkPixbuf-DEBUG: Dimensions: 48 x 4144 # GdkPixbuf-DEBUG: Rowstride: 256, Length: 80 # GdkPixbuf-DEBUG: Copy pixels == true # GdkPixbuf-DEBUG: gdk_pixbuf_from_pixdata() called on: # GdkPixbuf-DEBUG: Encoding raw # GdkPixbuf-DEBUG: Dimensions: 48 x 4144 # GdkPixbuf-DEBUG: Rowstride: 256, Length: 80 # GdkPixbuf-DEBUG: Copy pixels == false ok 3 /pixbuf/pixdata/bug775693 # End of pixdata tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-pixdata.test Running test: glib/timeout.test # random seed: R02S68079d06a844de2fa3e6d6f967f85130 1..2 # Start of timeout tests ok 1 /timeout/seconds ok 2 /timeout/rounding # End of timeout tests PASS: glib/timeout.test Running test: glib/markup-subparser.test # random seed: R02S8d0706f7e58bda1eb290358f6f9e03f9 1..14 # Start of glib tests # Start of markup tests # Start of subparser tests # Start of success tests ok 1 /glib/markup/subparser/success/0 ok 2 /glib/markup/subparser/success/1 ok 3 /glib/markup/subparser/success/2 ok 4 /glib/markup/subparser/success/3 ok 5 /glib/markup/subparser/success/4 ok 6 /glib/markup/subparser/success/5 ok 7 /glib/markup/subparser/success/6 # End of success tests # Start of failure tests ok 8 /glib/markup/subparser/failure/0 ok 9 /glib/markup/subparser/failure/1 ok 10 /glib/markup/subparser/failure/2 ok 11 /glib/markup/subparser/failure/3 ok 12 /glib/markup/subparser/failure/4 ok 13 /glib/markup/subparser/failure/5 ok 14 /glib/markup/subparser/failure/6 # End of failure tests # End of subparser tests # End of markup tests # End of glib tests PASS: glib/markup-subparser.test Running test: glib/enums.test # random seed: R02S3849c4d457ac3a35e9beea76d3c04350 1..2 # Start of enum tests ok 1 /enum/basic # End of enum tests # Start of flags tests ok 2 /flags/basic # End of flags tests PASS: glib/enums.test Running test: glib/file-test.test PASS: glib/file-test.test Running test: glib/testglib.test /testglib/Infos: OK /testglib/Types Sizes: OK /testglib/GStrings: OK /testglib/Various Strings: OK /testglib/GList: OK /testglib/GSList: OK /testglib/GNode: OK /testglib/GTree: OK /testglib/Arrays: OK /testglib/GHashTable: OK /testglib/Relation (deprecated): OK /testglib/File Paths: OK /testglib/File Functions: OK /testglib/Parse Debug Strings: OK /testglib/GMemChunk (deprecated): OK /testglib/Warnings & Errors: OK /testglib/Timers (slow): OK PASS: glib/testglib.test Running test: glib/base64.test # random seed: R02S2a534f7298e2bbc30397f53d7c732123 1..25 # Start of base64 tests ok 1 /base64/encode ok 2 /base64/decode ok 3 /base64/decode-inplace ok 4 /base64/encode-decode # Start of full tests ok 5 /base64/full/1 ok 6 /base64/full/2 ok 7 /base64/full/3 ok 8 /base64/full/4 # End of full tests # Start of encode tests # Start of incremental tests # Start of small-block tests # Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066 ok 9 /base64/encode/incremental/small-block/1 # Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066 ok 10 /base64/encode/incremental/small-block/2 # Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066 ok 11 /base64/encode/incremental/small-block/3 # Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066 ok 12 /base64/encode/incremental/small-block/4 # End of small-block tests # End of incremental tests # End of encode tests # Start of incremental tests # Start of nobreak tests ok 13 /base64/incremental/nobreak/1 ok 14 /base64/incremental/nobreak/2 ok 15 /base64/incremental/nobreak/3 ok 16 /base64/incremental/nobreak/4-a ok 17 /base64/incremental/nobreak/4-b ok 18 /base64/incremental/nobreak/4-c # End of nobreak tests # Start of break tests ok 19 /base64/incremental/break/1 ok 20 /base64/incremental/break/2 ok 21 /base64/incremental/break/3 # End of break tests # Start of smallblock tests ok 22 /base64/incremental/smallblock/1 ok 23 /base64/incremental/smallblock/2 ok 24 /base64/incremental/smallblock/3 ok 25 /base64/incremental/smallblock/4 # End of smallblock tests # End of incremental tests # End of base64 tests PASS: glib/base64.test Running test: glib/giomodule.test # random seed: R02S869f45ec02b4774d9bce71b10bbe8761 1..3 # Start of giomodule tests ok 1 /giomodule/extension-point ok 2 /giomodule/module-scan-all ok 3 /giomodule/module-scan-all-with-scope # End of giomodule tests PASS: glib/giomodule.test Running test: glib/accumulator.test PASS: glib/accumulator.test Running test: glib/thread.test # random seed: R02S09f4037cc8744690512cfac5254f0b63 1..6 # Start of thread tests ok 1 /thread/thread1 ok 2 /thread/thread2 ok 3 /thread/thread3 ok 4 /thread/thread4 ok 5 /thread/thread5 ok 6 /thread/thread6 # End of thread tests PASS: glib/thread.test Running test: glib/data-output-stream.test # random seed: R02S76c9143a55f8b75f2978e762309f2136 1..7 # Start of data-output-stream tests ok 1 /data-output-stream/basic ok 2 /data-output-stream/write-lines-LF ok 3 /data-output-stream/write-lines-CR ok 4 /data-output-stream/write-lines-CR-LF ok 5 /data-output-stream/write-int ok 6 /data-output-stream/seek ok 7 /data-output-stream/truncate # End of data-output-stream tests PASS: glib/data-output-stream.test Running test: pango/testattributes.test /attributes/basic: OK /attributes/equal: OK /attributes/list/basic: OK /attributes/list/change: OK /attributes/list/splice: OK /attributes/list/filter: OK /attributes/iter/basic: OK /attributes/iter/get: OK /attributes/iter/get_font: OK /attributes/iter/get_attrs: OK PASS: pango/testattributes.test Running test: glib/buffered-output-stream.test # random seed: R02Sc7da757d2a78c8ddb76fa7d7052ec372 1..5 # Start of buffered-output-stream tests ok 1 /buffered-output-stream/write ok 2 /buffered-output-stream/grow ok 3 /buffered-output-stream/seek ok 4 /buffered-output-stream/truncate # End of buffered-output-stream tests # Start of filter-output-stream tests ok 5 /filter-output-stream/close # End of filter-output-stream tests PASS: glib/buffered-output-stream.test Running test: glib/spawn-singlethread.test # random seed: R02Sd46c9eab82f93d374fd74e464e16ee5c 1..3 # Start of gthread tests ok 1 /gthread/spawn-single-sync ok 2 /gthread/spawn-single-async ok 3 /gthread/spawn-script # End of gthread tests PASS: glib/spawn-singlethread.test Running test: glib/dbus-appinfo.test # random seed: R02S85763cbfa7b9bd8c3cd7c2fc8e78ef2b 1..1 # Start of appinfo tests ok 1 /appinfo/dbusappinfo # End of appinfo tests PASS: glib/dbus-appinfo.test Running test: glib/gdbus-proxy-threads.test # random seed: R02Sd2b1fb8b6553dd9df8705bf8e9ced6f5 1..1 # Start of gdbus tests # Start of proxy tests ok 1 /gdbus/proxy/vs-threads # End of proxy tests # End of gdbus tests PASS: glib/gdbus-proxy-threads.test Running test: glib/gdbus-connection-loss.test # random seed: R02S608697271c4016611d0dde5455814e4c 1..1 # Start of gdbus tests ok 1 /gdbus/connection-loss # End of gdbus tests PASS: glib/gdbus-connection-loss.test Running test: glib/atomic.test # random seed: R02Sbc09f98d180130d3d8b8679ce353b6d6 1..2 # Start of atomic tests ok 1 /atomic/types ok 2 /atomic/threaded # End of atomic tests PASS: glib/atomic.test Running test: gdk-pixbuf/pixbuf-area-updated.test # random seed: R02S239b7fbec383731493d856b82f942a7e 1..4 # Start of pixbuf tests # Start of area-updated tests ok 1 /pixbuf/area-updated/ico ok 2 /pixbuf/area-updated/gif ok 3 /pixbuf/area-updated/gif2 ok 4 /pixbuf/area-updated/gif3 # End of area-updated tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-area-updated.test Running test: glib/gdbus-test-codegen-old.test # random seed: R02S17ed13e689e84a5d6c890206fac0e89d 1..4 # Start of gdbus tests # Start of codegen tests ok 1 /gdbus/codegen/annotations ok 2 /gdbus/codegen/interface_stability ok 3 /gdbus/codegen/object-manager ok 4 /gdbus/codegen/property-naming # End of codegen tests # End of gdbus tests PASS: glib/gdbus-test-codegen-old.test Running test: glib/search-utils.test # random seed: R02S5ddbb690cbba1be052cb3b1766655fa5 1..1 # GLib-DEBUG: Started # GLib-DEBUG: 'he' - 'Hello World' should match: OK # GLib-DEBUG: 'wo' - 'Hello World' should match: OK # GLib-DEBUG: 'lo' - 'Hello World' should NOT match: OK # GLib-DEBUG: 'ld' - 'Hello World' should NOT match: OK # GLib-DEBUG: 'wo' - 'Hello-World' should match: OK # GLib-DEBUG: 'wo' - 'HelloWorld' should NOT match: OK # GLib-DEBUG: 'jor' - 'J?rgen' should match: OK # GLib-DEBUG: 'gaetan' - 'Ga?tan' should match: OK # GLib-DEBUG: 'ele' - '?l?ve' should match: OK # GLib-DEBUG: 'Aza?s' - 'Azais' should NOT match: OK # GLib-DEBUG: 'Azais' - 'Aza?s' should match: OK # GLib-DEBUG: 'Jo?r' - 'Jorgen' should NOT match: OK # GLib-DEBUG: 'jor' - 'Jo?rgen' should match: OK # GLib-DEBUG: 'ist' - '?stanbul' should match: OK # GLib-DEBUG: 'diyarbakir' - 'Diyarbak?r' should match: OK # GLib-DEBUG: 'Xav Cla' - 'Xavier Claessens' should match: OK # GLib-DEBUG: 'Cla Xav' - 'Xavier Claessens' should match: OK # GLib-DEBUG: ' b ' - 'Foo Bar Baz' should match: OK # GLib-DEBUG: 'bar bazz' - 'Foo Bar Baz' should NOT match: OK ok 1 /search PASS: glib/search-utils.test Running test: glib/stream-rw_all.test # random seed: R02Sf4dede9eac399c2cb4615c3cfc38d5d9 1..3 # Start of stream tests # Start of read_all_async tests ok 1 /stream/read_all_async/memory # End of read_all_async tests # Start of write_all_async tests ok 2 /stream/write_all_async/memory # End of write_all_async tests # Start of read_write_all_async tests ok 3 /stream/read_write_all_async/pipe # End of read_write_all_async tests # End of stream tests PASS: glib/stream-rw_all.test Running test: glib/timer.test # random seed: R02S28fcd40e8b8ae421750d465e7fcc3081 1..7 # Start of timer tests ok 1 /timer/basic ok 2 /timer/stop ok 3 /timer/continue ok 4 /timer/reset # End of timer tests # Start of timeval tests ok 5 /timeval/add ok 6 /timeval/from-iso8601 ok 7 /timeval/to-iso8601 # End of timeval tests PASS: glib/timer.test Running test: glib/bookmarkfile.test # random seed: R02S6160fefdeb8438c0af1c5e54d713f974 1..24 # Start of bookmarks tests ok 1 /bookmarks/load-from-data-dirs ok 2 /bookmarks/to-file ok 3 /bookmarks/move-item ok 4 /bookmarks/misc # Start of parse tests ok 5 /bookmarks/parse/valid-03.xbel ok 6 /bookmarks/parse/valid-01.xbel ok 7 /bookmarks/parse/fail-04.xbel ok 8 /bookmarks/parse/fail-10.xbel ok 9 /bookmarks/parse/fail-14.xbel ok 10 /bookmarks/parse/fail-05.xbel ok 11 /bookmarks/parse/fail-15.xbel ok 12 /bookmarks/parse/fail-11.xbel ok 13 /bookmarks/parse/fail-17.xbel ok 14 /bookmarks/parse/fail-01.xbel ok 15 /bookmarks/parse/fail-13.xbel ok 16 /bookmarks/parse/valid-02.xbel ok 17 /bookmarks/parse/fail-12.xbel ok 18 /bookmarks/parse/fail-06.xbel ok 19 /bookmarks/parse/fail-03.xbel ok 20 /bookmarks/parse/fail-16.xbel ok 21 /bookmarks/parse/fail-08.xbel ok 22 /bookmarks/parse/fail-09.xbel ok 23 /bookmarks/parse/fail-02.xbel ok 24 /bookmarks/parse/fail-07.xbel # End of parse tests # End of bookmarks tests PASS: glib/bookmarkfile.test Running test: pango/test-pangocairo-threads.test PASS: pango/test-pangocairo-threads.test Running test: pango/testcolor.test /color/parse: OK PASS: pango/testcolor.test Running test: glib/credentials.test # random seed: R02Se877b87fd6ed89dcdcfbbd79709e41b4 1..1 # Start of credentials tests # GCredentials:linux-ucred:pid=12823,uid=1000,gid=1002 # GCredentials:linux-ucred:pid=12823,uid=0,gid=1002 ok 1 /credentials/basic # End of credentials tests PASS: glib/credentials.test Running test: glib/gdbus-test-codegen.test # random seed: R02Sdffad80b810d0e12242336a2095c0f2b 1..4 # Start of gdbus tests # Start of codegen tests ok 1 /gdbus/codegen/annotations ok 2 /gdbus/codegen/interface_stability ok 3 /gdbus/codegen/object-manager ok 4 /gdbus/codegen/property-naming # End of codegen tests # End of gdbus tests PASS: glib/gdbus-test-codegen.test Running test: glib/gdbus-connection-flush.test # random seed: R02Sbdba37ec4b5081da0e1c365c9dfcd2d2 1..2 # Start of gdbus tests # Start of connection tests # Start of flush tests ok 1 /gdbus/connection/flush/busy ok 2 /gdbus/connection/flush/idle # End of flush tests # End of connection tests # End of gdbus tests PASS: glib/gdbus-connection-flush.test Running test: glib/ifaceproperties.test # random seed: R02S870c63c12ccc3e470e284edb6b919712 1..7 # Start of interface tests # Start of properties tests ok 1 /interface/properties/set ok 2 /interface/properties/notify ok 3 /interface/properties/find-overridden ok 4 /interface/properties/list-overridden ok 5 /interface/properties/find-interface ok 6 /interface/properties/list-interface # Bug Reference: http://bugzilla.gnome.org/637738 ok 7 /interface/properties/not-overridden # End of properties tests # End of interface tests PASS: glib/ifaceproperties.test Running test: glib/slice.test # random seed: R02S4b1bb8b1eb2678fe57886820522f5573 1..3 # Start of slice tests ok 1 /slice/copy ok 2 /slice/chain ok 3 /slice/allocate # End of slice tests PASS: glib/slice.test Running test: glib/hmac.test # random seed: R02Se76de835aae74714c70cb1ee6ddfc680 1..37 # Start of hmac tests ok 1 /hmac/sha1-1 ok 2 /hmac/sha1-2 ok 3 /hmac/sha1-3 ok 4 /hmac/sha1-4 ok 5 /hmac/sha1-5 ok 6 /hmac/sha1-6 ok 7 /hmac/sha1-7 ok 8 /hmac/sha256-1 ok 9 /hmac/sha256-2 ok 10 /hmac/sha256-3 ok 11 /hmac/sha256-4 ok 12 /hmac/sha256-5 ok 13 /hmac/sha256-6 ok 14 /hmac/sha384-1 ok 15 /hmac/sha384-2 ok 16 /hmac/sha384-3 ok 17 /hmac/sha384-4 ok 18 /hmac/sha384-5 ok 19 /hmac/sha384-6 ok 20 /hmac/sha512-1 ok 21 /hmac/sha512-2 ok 22 /hmac/sha512-3 ok 23 /hmac/sha512-4 ok 24 /hmac/sha512-5 ok 25 /hmac/sha512-6 ok 26 /hmac/md5-1 ok 27 /hmac/md5-2 ok 28 /hmac/md5-3 ok 29 /hmac/md5-4 ok 30 /hmac/md5-5 ok 31 /hmac/md5-6 ok 32 /hmac/md5-7 ok 33 /hmac/ref-unref ok 34 /hmac/copy ok 35 /hmac/for-data ok 36 /hmac/for-string ok 37 /hmac/for-bytes # End of hmac tests PASS: glib/hmac.test Running test: glib/array-test.test # random seed: R02S2f958747751bff9498844a341470c836 1..25 # Start of array tests ok 1 /array/append ok 2 /array/prepend ok 3 /array/remove ok 4 /array/remove-fast ok 5 /array/remove-range ok 6 /array/ref-count ok 7 /array/sort ok 8 /array/sort-with-data ok 9 /array/clear-func # End of array tests # Start of pointerarray tests ok 10 /pointerarray/add ok 11 /pointerarray/insert ok 12 /pointerarray/ref-count ok 13 /pointerarray/free-func ok 14 /pointerarray/sort ok 15 /pointerarray/sort-with-data # End of pointerarray tests # Start of bytearray tests ok 16 /bytearray/append ok 17 /bytearray/prepend ok 18 /bytearray/remove ok 19 /bytearray/remove-fast ok 20 /bytearray/remove-range ok 21 /bytearray/ref-count ok 22 /bytearray/sort ok 23 /bytearray/sort-with-data ok 24 /bytearray/new-take ok 25 /bytearray/free-to-bytes # End of bytearray tests PASS: glib/array-test.test Running test: glib/simple-async-result.test # random seed: R02Scf46bf9f8fab5351f1ba56cf4b5cf5a0 1..2 # Start of gio tests # Start of simple-async-result tests ok 1 /gio/simple-async-result/test ok 2 /gio/simple-async-result/valid # End of simple-async-result tests # End of gio tests PASS: glib/simple-async-result.test Running test: glib/checksum.test # random seed: R02S6f753ce5da63694dcb37f86354e3154d 1..1851 # Start of checksum tests ok 1 /checksum/unsupported # Start of MD5 tests ok 2 /checksum/MD5/0 ok 3 /checksum/MD5/1 ok 4 /checksum/MD5/2 ok 5 /checksum/MD5/3 ok 6 /checksum/MD5/4 ok 7 /checksum/MD5/5 ok 8 /checksum/MD5/6 ok 9 /checksum/MD5/7 ok 10 /checksum/MD5/8 ok 11 /checksum/MD5/9 ok 12 /checksum/MD5/10 ok 13 /checksum/MD5/11 ok 14 /checksum/MD5/12 ok 15 /checksum/MD5/13 ok 16 /checksum/MD5/14 ok 17 /checksum/MD5/15 ok 18 /checksum/MD5/16 ok 19 /checksum/MD5/17 ok 20 /checksum/MD5/18 ok 21 /checksum/MD5/19 ok 22 /checksum/MD5/20 ok 23 /checksum/MD5/21 ok 24 /checksum/MD5/22 ok 25 /checksum/MD5/23 ok 26 /checksum/MD5/24 ok 27 /checksum/MD5/25 ok 28 /checksum/MD5/26 ok 29 /checksum/MD5/27 ok 30 /checksum/MD5/28 ok 31 /checksum/MD5/29 ok 32 /checksum/MD5/30 ok 33 /checksum/MD5/31 ok 34 /checksum/MD5/32 ok 35 /checksum/MD5/33 ok 36 /checksum/MD5/34 ok 37 /checksum/MD5/35 ok 38 /checksum/MD5/36 ok 39 /checksum/MD5/37 ok 40 /checksum/MD5/38 ok 41 /checksum/MD5/39 ok 42 /checksum/MD5/40 ok 43 /checksum/MD5/41 ok 44 /checksum/MD5/42 ok 45 /checksum/MD5/43 ok 46 /checksum/MD5/44 ok 47 /checksum/MD5/45 ok 48 /checksum/MD5/46 ok 49 /checksum/MD5/47 ok 50 /checksum/MD5/48 ok 51 /checksum/MD5/49 ok 52 /checksum/MD5/50 ok 53 /checksum/MD5/51 ok 54 /checksum/MD5/52 ok 55 /checksum/MD5/53 ok 56 /checksum/MD5/54 ok 57 /checksum/MD5/55 ok 58 /checksum/MD5/56 ok 59 /checksum/MD5/57 ok 60 /checksum/MD5/58 ok 61 /checksum/MD5/59 ok 62 /checksum/MD5/60 ok 63 /checksum/MD5/61 ok 64 /checksum/MD5/62 ok 65 /checksum/MD5/63 ok 66 /checksum/MD5/64 ok 67 /checksum/MD5/65 ok 68 /checksum/MD5/66 ok 69 /checksum/MD5/67 ok 70 /checksum/MD5/68 ok 71 /checksum/MD5/69 ok 72 /checksum/MD5/70 ok 73 /checksum/MD5/71 ok 74 /checksum/MD5/72 ok 75 /checksum/MD5/73 ok 76 /checksum/MD5/74 ok 77 /checksum/MD5/75 ok 78 /checksum/MD5/76 ok 79 /checksum/MD5/77 ok 80 /checksum/MD5/78 ok 81 /checksum/MD5/79 ok 82 /checksum/MD5/80 ok 83 /checksum/MD5/81 ok 84 /checksum/MD5/82 ok 85 /checksum/MD5/83 ok 86 /checksum/MD5/84 ok 87 /checksum/MD5/85 ok 88 /checksum/MD5/86 ok 89 /checksum/MD5/87 ok 90 /checksum/MD5/88 ok 91 /checksum/MD5/89 ok 92 /checksum/MD5/90 ok 93 /checksum/MD5/91 ok 94 /checksum/MD5/92 ok 95 /checksum/MD5/93 ok 96 /checksum/MD5/94 ok 97 /checksum/MD5/95 ok 98 /checksum/MD5/96 ok 99 /checksum/MD5/97 ok 100 /checksum/MD5/98 ok 101 /checksum/MD5/99 ok 102 /checksum/MD5/100 ok 103 /checksum/MD5/101 ok 104 /checksum/MD5/102 ok 105 /checksum/MD5/103 ok 106 /checksum/MD5/104 ok 107 /checksum/MD5/105 ok 108 /checksum/MD5/106 ok 109 /checksum/MD5/107 ok 110 /checksum/MD5/108 ok 111 /checksum/MD5/109 ok 112 /checksum/MD5/110 ok 113 /checksum/MD5/111 ok 114 /checksum/MD5/112 ok 115 /checksum/MD5/113 ok 116 /checksum/MD5/114 ok 117 /checksum/MD5/115 ok 118 /checksum/MD5/116 ok 119 /checksum/MD5/117 ok 120 /checksum/MD5/118 ok 121 /checksum/MD5/119 ok 122 /checksum/MD5/120 ok 123 /checksum/MD5/121 ok 124 /checksum/MD5/122 ok 125 /checksum/MD5/123 ok 126 /checksum/MD5/124 ok 127 /checksum/MD5/125 ok 128 /checksum/MD5/126 ok 129 /checksum/MD5/127 ok 130 /checksum/MD5/128 ok 131 /checksum/MD5/129 ok 132 /checksum/MD5/130 ok 133 /checksum/MD5/131 ok 134 /checksum/MD5/132 ok 135 /checksum/MD5/133 ok 136 /checksum/MD5/134 ok 137 /checksum/MD5/135 ok 138 /checksum/MD5/136 ok 139 /checksum/MD5/137 ok 140 /checksum/MD5/138 ok 141 /checksum/MD5/139 ok 142 /checksum/MD5/140 ok 143 /checksum/MD5/141 ok 144 /checksum/MD5/142 ok 145 /checksum/MD5/143 ok 146 /checksum/MD5/144 ok 147 /checksum/MD5/145 ok 148 /checksum/MD5/146 ok 149 /checksum/MD5/147 ok 150 /checksum/MD5/148 ok 151 /checksum/MD5/149 ok 152 /checksum/MD5/150 ok 153 /checksum/MD5/151 ok 154 /checksum/MD5/152 ok 155 /checksum/MD5/153 ok 156 /checksum/MD5/154 ok 157 /checksum/MD5/155 ok 158 /checksum/MD5/156 ok 159 /checksum/MD5/157 ok 160 /checksum/MD5/158 ok 161 /checksum/MD5/159 ok 162 /checksum/MD5/160 ok 163 /checksum/MD5/161 ok 164 /checksum/MD5/162 ok 165 /checksum/MD5/163 ok 166 /checksum/MD5/164 ok 167 /checksum/MD5/165 ok 168 /checksum/MD5/166 ok 169 /checksum/MD5/167 ok 170 /checksum/MD5/168 ok 171 /checksum/MD5/169 ok 172 /checksum/MD5/170 ok 173 /checksum/MD5/171 ok 174 /checksum/MD5/172 ok 175 /checksum/MD5/173 ok 176 /checksum/MD5/174 ok 177 /checksum/MD5/175 ok 178 /checksum/MD5/176 ok 179 /checksum/MD5/177 ok 180 /checksum/MD5/178 ok 181 /checksum/MD5/179 ok 182 /checksum/MD5/180 ok 183 /checksum/MD5/181 ok 184 /checksum/MD5/182 ok 185 /checksum/MD5/183 ok 186 /checksum/MD5/string ok 187 /checksum/MD5/bytes # Start of reset tests ok 188 /checksum/MD5/reset/0 ok 189 /checksum/MD5/reset/1 ok 190 /checksum/MD5/reset/2 ok 191 /checksum/MD5/reset/3 ok 192 /checksum/MD5/reset/4 ok 193 /checksum/MD5/reset/5 ok 194 /checksum/MD5/reset/6 ok 195 /checksum/MD5/reset/7 ok 196 /checksum/MD5/reset/8 ok 197 /checksum/MD5/reset/9 ok 198 /checksum/MD5/reset/10 ok 199 /checksum/MD5/reset/11 ok 200 /checksum/MD5/reset/12 ok 201 /checksum/MD5/reset/13 ok 202 /checksum/MD5/reset/14 ok 203 /checksum/MD5/reset/15 ok 204 /checksum/MD5/reset/16 ok 205 /checksum/MD5/reset/17 ok 206 /checksum/MD5/reset/18 ok 207 /checksum/MD5/reset/19 ok 208 /checksum/MD5/reset/20 ok 209 /checksum/MD5/reset/21 ok 210 /checksum/MD5/reset/22 ok 211 /checksum/MD5/reset/23 ok 212 /checksum/MD5/reset/24 ok 213 /checksum/MD5/reset/25 ok 214 /checksum/MD5/reset/26 ok 215 /checksum/MD5/reset/27 ok 216 /checksum/MD5/reset/28 ok 217 /checksum/MD5/reset/29 ok 218 /checksum/MD5/reset/30 ok 219 /checksum/MD5/reset/31 ok 220 /checksum/MD5/reset/32 ok 221 /checksum/MD5/reset/33 ok 222 /checksum/MD5/reset/34 ok 223 /checksum/MD5/reset/35 ok 224 /checksum/MD5/reset/36 ok 225 /checksum/MD5/reset/37 ok 226 /checksum/MD5/reset/38 ok 227 /checksum/MD5/reset/39 ok 228 /checksum/MD5/reset/40 ok 229 /checksum/MD5/reset/41 ok 230 /checksum/MD5/reset/42 ok 231 /checksum/MD5/reset/43 ok 232 /checksum/MD5/reset/44 ok 233 /checksum/MD5/reset/45 ok 234 /checksum/MD5/reset/46 ok 235 /checksum/MD5/reset/47 ok 236 /checksum/MD5/reset/48 ok 237 /checksum/MD5/reset/49 ok 238 /checksum/MD5/reset/50 ok 239 /checksum/MD5/reset/51 ok 240 /checksum/MD5/reset/52 ok 241 /checksum/MD5/reset/53 ok 242 /checksum/MD5/reset/54 ok 243 /checksum/MD5/reset/55 ok 244 /checksum/MD5/reset/56 ok 245 /checksum/MD5/reset/57 ok 246 /checksum/MD5/reset/58 ok 247 /checksum/MD5/reset/59 ok 248 /checksum/MD5/reset/60 ok 249 /checksum/MD5/reset/61 ok 250 /checksum/MD5/reset/62 ok 251 /checksum/MD5/reset/63 ok 252 /checksum/MD5/reset/64 ok 253 /checksum/MD5/reset/65 ok 254 /checksum/MD5/reset/66 ok 255 /checksum/MD5/reset/67 ok 256 /checksum/MD5/reset/68 ok 257 /checksum/MD5/reset/69 ok 258 /checksum/MD5/reset/70 ok 259 /checksum/MD5/reset/71 ok 260 /checksum/MD5/reset/72 ok 261 /checksum/MD5/reset/73 ok 262 /checksum/MD5/reset/74 ok 263 /checksum/MD5/reset/75 ok 264 /checksum/MD5/reset/76 ok 265 /checksum/MD5/reset/77 ok 266 /checksum/MD5/reset/78 ok 267 /checksum/MD5/reset/79 ok 268 /checksum/MD5/reset/80 ok 269 /checksum/MD5/reset/81 ok 270 /checksum/MD5/reset/82 ok 271 /checksum/MD5/reset/83 ok 272 /checksum/MD5/reset/84 ok 273 /checksum/MD5/reset/85 ok 274 /checksum/MD5/reset/86 ok 275 /checksum/MD5/reset/87 ok 276 /checksum/MD5/reset/88 ok 277 /checksum/MD5/reset/89 ok 278 /checksum/MD5/reset/90 ok 279 /checksum/MD5/reset/91 ok 280 /checksum/MD5/reset/92 ok 281 /checksum/MD5/reset/93 ok 282 /checksum/MD5/reset/94 ok 283 /checksum/MD5/reset/95 ok 284 /checksum/MD5/reset/96 ok 285 /checksum/MD5/reset/97 ok 286 /checksum/MD5/reset/98 ok 287 /checksum/MD5/reset/99 ok 288 /checksum/MD5/reset/100 ok 289 /checksum/MD5/reset/101 ok 290 /checksum/MD5/reset/102 ok 291 /checksum/MD5/reset/103 ok 292 /checksum/MD5/reset/104 ok 293 /checksum/MD5/reset/105 ok 294 /checksum/MD5/reset/106 ok 295 /checksum/MD5/reset/107 ok 296 /checksum/MD5/reset/108 ok 297 /checksum/MD5/reset/109 ok 298 /checksum/MD5/reset/110 ok 299 /checksum/MD5/reset/111 ok 300 /checksum/MD5/reset/112 ok 301 /checksum/MD5/reset/113 ok 302 /checksum/MD5/reset/114 ok 303 /checksum/MD5/reset/115 ok 304 /checksum/MD5/reset/116 ok 305 /checksum/MD5/reset/117 ok 306 /checksum/MD5/reset/118 ok 307 /checksum/MD5/reset/119 ok 308 /checksum/MD5/reset/120 ok 309 /checksum/MD5/reset/121 ok 310 /checksum/MD5/reset/122 ok 311 /checksum/MD5/reset/123 ok 312 /checksum/MD5/reset/124 ok 313 /checksum/MD5/reset/125 ok 314 /checksum/MD5/reset/126 ok 315 /checksum/MD5/reset/127 ok 316 /checksum/MD5/reset/128 ok 317 /checksum/MD5/reset/129 ok 318 /checksum/MD5/reset/130 ok 319 /checksum/MD5/reset/131 ok 320 /checksum/MD5/reset/132 ok 321 /checksum/MD5/reset/133 ok 322 /checksum/MD5/reset/134 ok 323 /checksum/MD5/reset/135 ok 324 /checksum/MD5/reset/136 ok 325 /checksum/MD5/reset/137 ok 326 /checksum/MD5/reset/138 ok 327 /checksum/MD5/reset/139 ok 328 /checksum/MD5/reset/140 ok 329 /checksum/MD5/reset/141 ok 330 /checksum/MD5/reset/142 ok 331 /checksum/MD5/reset/143 ok 332 /checksum/MD5/reset/144 ok 333 /checksum/MD5/reset/145 ok 334 /checksum/MD5/reset/146 ok 335 /checksum/MD5/reset/147 ok 336 /checksum/MD5/reset/148 ok 337 /checksum/MD5/reset/149 ok 338 /checksum/MD5/reset/150 ok 339 /checksum/MD5/reset/151 ok 340 /checksum/MD5/reset/152 ok 341 /checksum/MD5/reset/153 ok 342 /checksum/MD5/reset/154 ok 343 /checksum/MD5/reset/155 ok 344 /checksum/MD5/reset/156 ok 345 /checksum/MD5/reset/157 ok 346 /checksum/MD5/reset/158 ok 347 /checksum/MD5/reset/159 ok 348 /checksum/MD5/reset/160 ok 349 /checksum/MD5/reset/161 ok 350 /checksum/MD5/reset/162 ok 351 /checksum/MD5/reset/163 ok 352 /checksum/MD5/reset/164 ok 353 /checksum/MD5/reset/165 ok 354 /checksum/MD5/reset/166 ok 355 /checksum/MD5/reset/167 ok 356 /checksum/MD5/reset/168 ok 357 /checksum/MD5/reset/169 ok 358 /checksum/MD5/reset/170 ok 359 /checksum/MD5/reset/171 ok 360 /checksum/MD5/reset/172 ok 361 /checksum/MD5/reset/173 ok 362 /checksum/MD5/reset/174 ok 363 /checksum/MD5/reset/175 ok 364 /checksum/MD5/reset/176 ok 365 /checksum/MD5/reset/177 ok 366 /checksum/MD5/reset/178 ok 367 /checksum/MD5/reset/179 ok 368 /checksum/MD5/reset/180 ok 369 /checksum/MD5/reset/181 ok 370 /checksum/MD5/reset/182 ok 371 /checksum/MD5/reset/183 # End of reset tests # End of MD5 tests # Start of SHA1 tests ok 372 /checksum/SHA1/0 ok 373 /checksum/SHA1/1 ok 374 /checksum/SHA1/2 ok 375 /checksum/SHA1/3 ok 376 /checksum/SHA1/4 ok 377 /checksum/SHA1/5 ok 378 /checksum/SHA1/6 ok 379 /checksum/SHA1/7 ok 380 /checksum/SHA1/8 ok 381 /checksum/SHA1/9 ok 382 /checksum/SHA1/10 ok 383 /checksum/SHA1/11 ok 384 /checksum/SHA1/12 ok 385 /checksum/SHA1/13 ok 386 /checksum/SHA1/14 ok 387 /checksum/SHA1/15 ok 388 /checksum/SHA1/16 ok 389 /checksum/SHA1/17 ok 390 /checksum/SHA1/18 ok 391 /checksum/SHA1/19 ok 392 /checksum/SHA1/20 ok 393 /checksum/SHA1/21 ok 394 /checksum/SHA1/22 ok 395 /checksum/SHA1/23 ok 396 /checksum/SHA1/24 ok 397 /checksum/SHA1/25 ok 398 /checksum/SHA1/26 ok 399 /checksum/SHA1/27 ok 400 /checksum/SHA1/28 ok 401 /checksum/SHA1/29 ok 402 /checksum/SHA1/30 ok 403 /checksum/SHA1/31 ok 404 /checksum/SHA1/32 ok 405 /checksum/SHA1/33 ok 406 /checksum/SHA1/34 ok 407 /checksum/SHA1/35 ok 408 /checksum/SHA1/36 ok 409 /checksum/SHA1/37 ok 410 /checksum/SHA1/38 ok 411 /checksum/SHA1/39 ok 412 /checksum/SHA1/40 ok 413 /checksum/SHA1/41 ok 414 /checksum/SHA1/42 ok 415 /checksum/SHA1/43 ok 416 /checksum/SHA1/44 ok 417 /checksum/SHA1/45 ok 418 /checksum/SHA1/46 ok 419 /checksum/SHA1/47 ok 420 /checksum/SHA1/48 ok 421 /checksum/SHA1/49 ok 422 /checksum/SHA1/50 ok 423 /checksum/SHA1/51 ok 424 /checksum/SHA1/52 ok 425 /checksum/SHA1/53 ok 426 /checksum/SHA1/54 ok 427 /checksum/SHA1/55 ok 428 /checksum/SHA1/56 ok 429 /checksum/SHA1/57 ok 430 /checksum/SHA1/58 ok 431 /checksum/SHA1/59 ok 432 /checksum/SHA1/60 ok 433 /checksum/SHA1/61 ok 434 /checksum/SHA1/62 ok 435 /checksum/SHA1/63 ok 436 /checksum/SHA1/64 ok 437 /checksum/SHA1/65 ok 438 /checksum/SHA1/66 ok 439 /checksum/SHA1/67 ok 440 /checksum/SHA1/68 ok 441 /checksum/SHA1/69 ok 442 /checksum/SHA1/70 ok 443 /checksum/SHA1/71 ok 444 /checksum/SHA1/72 ok 445 /checksum/SHA1/73 ok 446 /checksum/SHA1/74 ok 447 /checksum/SHA1/75 ok 448 /checksum/SHA1/76 ok 449 /checksum/SHA1/77 ok 450 /checksum/SHA1/78 ok 451 /checksum/SHA1/79 ok 452 /checksum/SHA1/80 ok 453 /checksum/SHA1/81 ok 454 /checksum/SHA1/82 ok 455 /checksum/SHA1/83 ok 456 /checksum/SHA1/84 ok 457 /checksum/SHA1/85 ok 458 /checksum/SHA1/86 ok 459 /checksum/SHA1/87 ok 460 /checksum/SHA1/88 ok 461 /checksum/SHA1/89 ok 462 /checksum/SHA1/90 ok 463 /checksum/SHA1/91 ok 464 /checksum/SHA1/92 ok 465 /checksum/SHA1/93 ok 466 /checksum/SHA1/94 ok 467 /checksum/SHA1/95 ok 468 /checksum/SHA1/96 ok 469 /checksum/SHA1/97 ok 470 /checksum/SHA1/98 ok 471 /checksum/SHA1/99 ok 472 /checksum/SHA1/100 ok 473 /checksum/SHA1/101 ok 474 /checksum/SHA1/102 ok 475 /checksum/SHA1/103 ok 476 /checksum/SHA1/104 ok 477 /checksum/SHA1/105 ok 478 /checksum/SHA1/106 ok 479 /checksum/SHA1/107 ok 480 /checksum/SHA1/108 ok 481 /checksum/SHA1/109 ok 482 /checksum/SHA1/110 ok 483 /checksum/SHA1/111 ok 484 /checksum/SHA1/112 ok 485 /checksum/SHA1/113 ok 486 /checksum/SHA1/114 ok 487 /checksum/SHA1/115 ok 488 /checksum/SHA1/116 ok 489 /checksum/SHA1/117 ok 490 /checksum/SHA1/118 ok 491 /checksum/SHA1/119 ok 492 /checksum/SHA1/120 ok 493 /checksum/SHA1/121 ok 494 /checksum/SHA1/122 ok 495 /checksum/SHA1/123 ok 496 /checksum/SHA1/124 ok 497 /checksum/SHA1/125 ok 498 /checksum/SHA1/126 ok 499 /checksum/SHA1/127 ok 500 /checksum/SHA1/128 ok 501 /checksum/SHA1/129 ok 502 /checksum/SHA1/130 ok 503 /checksum/SHA1/131 ok 504 /checksum/SHA1/132 ok 505 /checksum/SHA1/133 ok 506 /checksum/SHA1/134 ok 507 /checksum/SHA1/135 ok 508 /checksum/SHA1/136 ok 509 /checksum/SHA1/137 ok 510 /checksum/SHA1/138 ok 511 /checksum/SHA1/139 ok 512 /checksum/SHA1/140 ok 513 /checksum/SHA1/141 ok 514 /checksum/SHA1/142 ok 515 /checksum/SHA1/143 ok 516 /checksum/SHA1/144 ok 517 /checksum/SHA1/145 ok 518 /checksum/SHA1/146 ok 519 /checksum/SHA1/147 ok 520 /checksum/SHA1/148 ok 521 /checksum/SHA1/149 ok 522 /checksum/SHA1/150 ok 523 /checksum/SHA1/151 ok 524 /checksum/SHA1/152 ok 525 /checksum/SHA1/153 ok 526 /checksum/SHA1/154 ok 527 /checksum/SHA1/155 ok 528 /checksum/SHA1/156 ok 529 /checksum/SHA1/157 ok 530 /checksum/SHA1/158 ok 531 /checksum/SHA1/159 ok 532 /checksum/SHA1/160 ok 533 /checksum/SHA1/161 ok 534 /checksum/SHA1/162 ok 535 /checksum/SHA1/163 ok 536 /checksum/SHA1/164 ok 537 /checksum/SHA1/165 ok 538 /checksum/SHA1/166 ok 539 /checksum/SHA1/167 ok 540 /checksum/SHA1/168 ok 541 /checksum/SHA1/169 ok 542 /checksum/SHA1/170 ok 543 /checksum/SHA1/171 ok 544 /checksum/SHA1/172 ok 545 /checksum/SHA1/173 ok 546 /checksum/SHA1/174 ok 547 /checksum/SHA1/175 ok 548 /checksum/SHA1/176 ok 549 /checksum/SHA1/177 ok 550 /checksum/SHA1/178 ok 551 /checksum/SHA1/179 ok 552 /checksum/SHA1/180 ok 553 /checksum/SHA1/181 ok 554 /checksum/SHA1/182 ok 555 /checksum/SHA1/183 ok 556 /checksum/SHA1/string ok 557 /checksum/SHA1/bytes # Start of reset tests ok 558 /checksum/SHA1/reset/0 ok 559 /checksum/SHA1/reset/1 ok 560 /checksum/SHA1/reset/2 ok 561 /checksum/SHA1/reset/3 ok 562 /checksum/SHA1/reset/4 ok 563 /checksum/SHA1/reset/5 ok 564 /checksum/SHA1/reset/6 ok 565 /checksum/SHA1/reset/7 ok 566 /checksum/SHA1/reset/8 ok 567 /checksum/SHA1/reset/9 ok 568 /checksum/SHA1/reset/10 ok 569 /checksum/SHA1/reset/11 ok 570 /checksum/SHA1/reset/12 ok 571 /checksum/SHA1/reset/13 ok 572 /checksum/SHA1/reset/14 ok 573 /checksum/SHA1/reset/15 ok 574 /checksum/SHA1/reset/16 ok 575 /checksum/SHA1/reset/17 ok 576 /checksum/SHA1/reset/18 ok 577 /checksum/SHA1/reset/19 ok 578 /checksum/SHA1/reset/20 ok 579 /checksum/SHA1/reset/21 ok 580 /checksum/SHA1/reset/22 ok 581 /checksum/SHA1/reset/23 ok 582 /checksum/SHA1/reset/24 ok 583 /checksum/SHA1/reset/25 ok 584 /checksum/SHA1/reset/26 ok 585 /checksum/SHA1/reset/27 ok 586 /checksum/SHA1/reset/28 ok 587 /checksum/SHA1/reset/29 ok 588 /checksum/SHA1/reset/30 ok 589 /checksum/SHA1/reset/31 ok 590 /checksum/SHA1/reset/32 ok 591 /checksum/SHA1/reset/33 ok 592 /checksum/SHA1/reset/34 ok 593 /checksum/SHA1/reset/35 ok 594 /checksum/SHA1/reset/36 ok 595 /checksum/SHA1/reset/37 ok 596 /checksum/SHA1/reset/38 ok 597 /checksum/SHA1/reset/39 ok 598 /checksum/SHA1/reset/40 ok 599 /checksum/SHA1/reset/41 ok 600 /checksum/SHA1/reset/42 ok 601 /checksum/SHA1/reset/43 ok 602 /checksum/SHA1/reset/44 ok 603 /checksum/SHA1/reset/45 ok 604 /checksum/SHA1/reset/46 ok 605 /checksum/SHA1/reset/47 ok 606 /checksum/SHA1/reset/48 ok 607 /checksum/SHA1/reset/49 ok 608 /checksum/SHA1/reset/50 ok 609 /checksum/SHA1/reset/51 ok 610 /checksum/SHA1/reset/52 ok 611 /checksum/SHA1/reset/53 ok 612 /checksum/SHA1/reset/54 ok 613 /checksum/SHA1/reset/55 ok 614 /checksum/SHA1/reset/56 ok 615 /checksum/SHA1/reset/57 ok 616 /checksum/SHA1/reset/58 ok 617 /checksum/SHA1/reset/59 ok 618 /checksum/SHA1/reset/60 ok 619 /checksum/SHA1/reset/61 ok 620 /checksum/SHA1/reset/62 ok 621 /checksum/SHA1/reset/63 ok 622 /checksum/SHA1/reset/64 ok 623 /checksum/SHA1/reset/65 ok 624 /checksum/SHA1/reset/66 ok 625 /checksum/SHA1/reset/67 ok 626 /checksum/SHA1/reset/68 ok 627 /checksum/SHA1/reset/69 ok 628 /checksum/SHA1/reset/70 ok 629 /checksum/SHA1/reset/71 ok 630 /checksum/SHA1/reset/72 ok 631 /checksum/SHA1/reset/73 ok 632 /checksum/SHA1/reset/74 ok 633 /checksum/SHA1/reset/75 ok 634 /checksum/SHA1/reset/76 ok 635 /checksum/SHA1/reset/77 ok 636 /checksum/SHA1/reset/78 ok 637 /checksum/SHA1/reset/79 ok 638 /checksum/SHA1/reset/80 ok 639 /checksum/SHA1/reset/81 ok 640 /checksum/SHA1/reset/82 ok 641 /checksum/SHA1/reset/83 ok 642 /checksum/SHA1/reset/84 ok 643 /checksum/SHA1/reset/85 ok 644 /checksum/SHA1/reset/86 ok 645 /checksum/SHA1/reset/87 ok 646 /checksum/SHA1/reset/88 ok 647 /checksum/SHA1/reset/89 ok 648 /checksum/SHA1/reset/90 ok 649 /checksum/SHA1/reset/91 ok 650 /checksum/SHA1/reset/92 ok 651 /checksum/SHA1/reset/93 ok 652 /checksum/SHA1/reset/94 ok 653 /checksum/SHA1/reset/95 ok 654 /checksum/SHA1/reset/96 ok 655 /checksum/SHA1/reset/97 ok 656 /checksum/SHA1/reset/98 ok 657 /checksum/SHA1/reset/99 ok 658 /checksum/SHA1/reset/100 ok 659 /checksum/SHA1/reset/101 ok 660 /checksum/SHA1/reset/102 ok 661 /checksum/SHA1/reset/103 ok 662 /checksum/SHA1/reset/104 ok 663 /checksum/SHA1/reset/105 ok 664 /checksum/SHA1/reset/106 ok 665 /checksum/SHA1/reset/107 ok 666 /checksum/SHA1/reset/108 ok 667 /checksum/SHA1/reset/109 ok 668 /checksum/SHA1/reset/110 ok 669 /checksum/SHA1/reset/111 ok 670 /checksum/SHA1/reset/112 ok 671 /checksum/SHA1/reset/113 ok 672 /checksum/SHA1/reset/114 ok 673 /checksum/SHA1/reset/115 ok 674 /checksum/SHA1/reset/116 ok 675 /checksum/SHA1/reset/117 ok 676 /checksum/SHA1/reset/118 ok 677 /checksum/SHA1/reset/119 ok 678 /checksum/SHA1/reset/120 ok 679 /checksum/SHA1/reset/121 ok 680 /checksum/SHA1/reset/122 ok 681 /checksum/SHA1/reset/123 ok 682 /checksum/SHA1/reset/124 ok 683 /checksum/SHA1/reset/125 ok 684 /checksum/SHA1/reset/126 ok 685 /checksum/SHA1/reset/127 ok 686 /checksum/SHA1/reset/128 ok 687 /checksum/SHA1/reset/129 ok 688 /checksum/SHA1/reset/130 ok 689 /checksum/SHA1/reset/131 ok 690 /checksum/SHA1/reset/132 ok 691 /checksum/SHA1/reset/133 ok 692 /checksum/SHA1/reset/134 ok 693 /checksum/SHA1/reset/135 ok 694 /checksum/SHA1/reset/136 ok 695 /checksum/SHA1/reset/137 ok 696 /checksum/SHA1/reset/138 ok 697 /checksum/SHA1/reset/139 ok 698 /checksum/SHA1/reset/140 ok 699 /checksum/SHA1/reset/141 ok 700 /checksum/SHA1/reset/142 ok 701 /checksum/SHA1/reset/143 ok 702 /checksum/SHA1/reset/144 ok 703 /checksum/SHA1/reset/145 ok 704 /checksum/SHA1/reset/146 ok 705 /checksum/SHA1/reset/147 ok 706 /checksum/SHA1/reset/148 ok 707 /checksum/SHA1/reset/149 ok 708 /checksum/SHA1/reset/150 ok 709 /checksum/SHA1/reset/151 ok 710 /checksum/SHA1/reset/152 ok 711 /checksum/SHA1/reset/153 ok 712 /checksum/SHA1/reset/154 ok 713 /checksum/SHA1/reset/155 ok 714 /checksum/SHA1/reset/156 ok 715 /checksum/SHA1/reset/157 ok 716 /checksum/SHA1/reset/158 ok 717 /checksum/SHA1/reset/159 ok 718 /checksum/SHA1/reset/160 ok 719 /checksum/SHA1/reset/161 ok 720 /checksum/SHA1/reset/162 ok 721 /checksum/SHA1/reset/163 ok 722 /checksum/SHA1/reset/164 ok 723 /checksum/SHA1/reset/165 ok 724 /checksum/SHA1/reset/166 ok 725 /checksum/SHA1/reset/167 ok 726 /checksum/SHA1/reset/168 ok 727 /checksum/SHA1/reset/169 ok 728 /checksum/SHA1/reset/170 ok 729 /checksum/SHA1/reset/171 ok 730 /checksum/SHA1/reset/172 ok 731 /checksum/SHA1/reset/173 ok 732 /checksum/SHA1/reset/174 ok 733 /checksum/SHA1/reset/175 ok 734 /checksum/SHA1/reset/176 ok 735 /checksum/SHA1/reset/177 ok 736 /checksum/SHA1/reset/178 ok 737 /checksum/SHA1/reset/179 ok 738 /checksum/SHA1/reset/180 ok 739 /checksum/SHA1/reset/181 ok 740 /checksum/SHA1/reset/182 ok 741 /checksum/SHA1/reset/183 # End of reset tests # End of SHA1 tests # Start of SHA256 tests ok 742 /checksum/SHA256/0 ok 743 /checksum/SHA256/1 ok 744 /checksum/SHA256/2 ok 745 /checksum/SHA256/3 ok 746 /checksum/SHA256/4 ok 747 /checksum/SHA256/5 ok 748 /checksum/SHA256/6 ok 749 /checksum/SHA256/7 ok 750 /checksum/SHA256/8 ok 751 /checksum/SHA256/9 ok 752 /checksum/SHA256/10 ok 753 /checksum/SHA256/11 ok 754 /checksum/SHA256/12 ok 755 /checksum/SHA256/13 ok 756 /checksum/SHA256/14 ok 757 /checksum/SHA256/15 ok 758 /checksum/SHA256/16 ok 759 /checksum/SHA256/17 ok 760 /checksum/SHA256/18 ok 761 /checksum/SHA256/19 ok 762 /checksum/SHA256/20 ok 763 /checksum/SHA256/21 ok 764 /checksum/SHA256/22 ok 765 /checksum/SHA256/23 ok 766 /checksum/SHA256/24 ok 767 /checksum/SHA256/25 ok 768 /checksum/SHA256/26 ok 769 /checksum/SHA256/27 ok 770 /checksum/SHA256/28 ok 771 /checksum/SHA256/29 ok 772 /checksum/SHA256/30 ok 773 /checksum/SHA256/31 ok 774 /checksum/SHA256/32 ok 775 /checksum/SHA256/33 ok 776 /checksum/SHA256/34 ok 777 /checksum/SHA256/35 ok 778 /checksum/SHA256/36 ok 779 /checksum/SHA256/37 ok 780 /checksum/SHA256/38 ok 781 /checksum/SHA256/39 ok 782 /checksum/SHA256/40 ok 783 /checksum/SHA256/41 ok 784 /checksum/SHA256/42 ok 785 /checksum/SHA256/43 ok 786 /checksum/SHA256/44 ok 787 /checksum/SHA256/45 ok 788 /checksum/SHA256/46 ok 789 /checksum/SHA256/47 ok 790 /checksum/SHA256/48 ok 791 /checksum/SHA256/49 ok 792 /checksum/SHA256/50 ok 793 /checksum/SHA256/51 ok 794 /checksum/SHA256/52 ok 795 /checksum/SHA256/53 ok 796 /checksum/SHA256/54 ok 797 /checksum/SHA256/55 ok 798 /checksum/SHA256/56 ok 799 /checksum/SHA256/57 ok 800 /checksum/SHA256/58 ok 801 /checksum/SHA256/59 ok 802 /checksum/SHA256/60 ok 803 /checksum/SHA256/61 ok 804 /checksum/SHA256/62 ok 805 /checksum/SHA256/63 ok 806 /checksum/SHA256/64 ok 807 /checksum/SHA256/65 ok 808 /checksum/SHA256/66 ok 809 /checksum/SHA256/67 ok 810 /checksum/SHA256/68 ok 811 /checksum/SHA256/69 ok 812 /checksum/SHA256/70 ok 813 /checksum/SHA256/71 ok 814 /checksum/SHA256/72 ok 815 /checksum/SHA256/73 ok 816 /checksum/SHA256/74 ok 817 /checksum/SHA256/75 ok 818 /checksum/SHA256/76 ok 819 /checksum/SHA256/77 ok 820 /checksum/SHA256/78 ok 821 /checksum/SHA256/79 ok 822 /checksum/SHA256/80 ok 823 /checksum/SHA256/81 ok 824 /checksum/SHA256/82 ok 825 /checksum/SHA256/83 ok 826 /checksum/SHA256/84 ok 827 /checksum/SHA256/85 ok 828 /checksum/SHA256/86 ok 829 /checksum/SHA256/87 ok 830 /checksum/SHA256/88 ok 831 /checksum/SHA256/89 ok 832 /checksum/SHA256/90 ok 833 /checksum/SHA256/91 ok 834 /checksum/SHA256/92 ok 835 /checksum/SHA256/93 ok 836 /checksum/SHA256/94 ok 837 /checksum/SHA256/95 ok 838 /checksum/SHA256/96 ok 839 /checksum/SHA256/97 ok 840 /checksum/SHA256/98 ok 841 /checksum/SHA256/99 ok 842 /checksum/SHA256/100 ok 843 /checksum/SHA256/101 ok 844 /checksum/SHA256/102 ok 845 /checksum/SHA256/103 ok 846 /checksum/SHA256/104 ok 847 /checksum/SHA256/105 ok 848 /checksum/SHA256/106 ok 849 /checksum/SHA256/107 ok 850 /checksum/SHA256/108 ok 851 /checksum/SHA256/109 ok 852 /checksum/SHA256/110 ok 853 /checksum/SHA256/111 ok 854 /checksum/SHA256/112 ok 855 /checksum/SHA256/113 ok 856 /checksum/SHA256/114 ok 857 /checksum/SHA256/115 ok 858 /checksum/SHA256/116 ok 859 /checksum/SHA256/117 ok 860 /checksum/SHA256/118 ok 861 /checksum/SHA256/119 ok 862 /checksum/SHA256/120 ok 863 /checksum/SHA256/121 ok 864 /checksum/SHA256/122 ok 865 /checksum/SHA256/123 ok 866 /checksum/SHA256/124 ok 867 /checksum/SHA256/125 ok 868 /checksum/SHA256/126 ok 869 /checksum/SHA256/127 ok 870 /checksum/SHA256/128 ok 871 /checksum/SHA256/129 ok 872 /checksum/SHA256/130 ok 873 /checksum/SHA256/131 ok 874 /checksum/SHA256/132 ok 875 /checksum/SHA256/133 ok 876 /checksum/SHA256/134 ok 877 /checksum/SHA256/135 ok 878 /checksum/SHA256/136 ok 879 /checksum/SHA256/137 ok 880 /checksum/SHA256/138 ok 881 /checksum/SHA256/139 ok 882 /checksum/SHA256/140 ok 883 /checksum/SHA256/141 ok 884 /checksum/SHA256/142 ok 885 /checksum/SHA256/143 ok 886 /checksum/SHA256/144 ok 887 /checksum/SHA256/145 ok 888 /checksum/SHA256/146 ok 889 /checksum/SHA256/147 ok 890 /checksum/SHA256/148 ok 891 /checksum/SHA256/149 ok 892 /checksum/SHA256/150 ok 893 /checksum/SHA256/151 ok 894 /checksum/SHA256/152 ok 895 /checksum/SHA256/153 ok 896 /checksum/SHA256/154 ok 897 /checksum/SHA256/155 ok 898 /checksum/SHA256/156 ok 899 /checksum/SHA256/157 ok 900 /checksum/SHA256/158 ok 901 /checksum/SHA256/159 ok 902 /checksum/SHA256/160 ok 903 /checksum/SHA256/161 ok 904 /checksum/SHA256/162 ok 905 /checksum/SHA256/163 ok 906 /checksum/SHA256/164 ok 907 /checksum/SHA256/165 ok 908 /checksum/SHA256/166 ok 909 /checksum/SHA256/167 ok 910 /checksum/SHA256/168 ok 911 /checksum/SHA256/169 ok 912 /checksum/SHA256/170 ok 913 /checksum/SHA256/171 ok 914 /checksum/SHA256/172 ok 915 /checksum/SHA256/173 ok 916 /checksum/SHA256/174 ok 917 /checksum/SHA256/175 ok 918 /checksum/SHA256/176 ok 919 /checksum/SHA256/177 ok 920 /checksum/SHA256/178 ok 921 /checksum/SHA256/179 ok 922 /checksum/SHA256/180 ok 923 /checksum/SHA256/181 ok 924 /checksum/SHA256/182 ok 925 /checksum/SHA256/183 ok 926 /checksum/SHA256/string ok 927 /checksum/SHA256/bytes # Start of reset tests ok 928 /checksum/SHA256/reset/0 ok 929 /checksum/SHA256/reset/1 ok 930 /checksum/SHA256/reset/2 ok 931 /checksum/SHA256/reset/3 ok 932 /checksum/SHA256/reset/4 ok 933 /checksum/SHA256/reset/5 ok 934 /checksum/SHA256/reset/6 ok 935 /checksum/SHA256/reset/7 ok 936 /checksum/SHA256/reset/8 ok 937 /checksum/SHA256/reset/9 ok 938 /checksum/SHA256/reset/10 ok 939 /checksum/SHA256/reset/11 ok 940 /checksum/SHA256/reset/12 ok 941 /checksum/SHA256/reset/13 ok 942 /checksum/SHA256/reset/14 ok 943 /checksum/SHA256/reset/15 ok 944 /checksum/SHA256/reset/16 ok 945 /checksum/SHA256/reset/17 ok 946 /checksum/SHA256/reset/18 ok 947 /checksum/SHA256/reset/19 ok 948 /checksum/SHA256/reset/20 ok 949 /checksum/SHA256/reset/21 ok 950 /checksum/SHA256/reset/22 ok 951 /checksum/SHA256/reset/23 ok 952 /checksum/SHA256/reset/24 ok 953 /checksum/SHA256/reset/25 ok 954 /checksum/SHA256/reset/26 ok 955 /checksum/SHA256/reset/27 ok 956 /checksum/SHA256/reset/28 ok 957 /checksum/SHA256/reset/29 ok 958 /checksum/SHA256/reset/30 ok 959 /checksum/SHA256/reset/31 ok 960 /checksum/SHA256/reset/32 ok 961 /checksum/SHA256/reset/33 ok 962 /checksum/SHA256/reset/34 ok 963 /checksum/SHA256/reset/35 ok 964 /checksum/SHA256/reset/36 ok 965 /checksum/SHA256/reset/37 ok 966 /checksum/SHA256/reset/38 ok 967 /checksum/SHA256/reset/39 ok 968 /checksum/SHA256/reset/40 ok 969 /checksum/SHA256/reset/41 ok 970 /checksum/SHA256/reset/42 ok 971 /checksum/SHA256/reset/43 ok 972 /checksum/SHA256/reset/44 ok 973 /checksum/SHA256/reset/45 ok 974 /checksum/SHA256/reset/46 ok 975 /checksum/SHA256/reset/47 ok 976 /checksum/SHA256/reset/48 ok 977 /checksum/SHA256/reset/49 ok 978 /checksum/SHA256/reset/50 ok 979 /checksum/SHA256/reset/51 ok 980 /checksum/SHA256/reset/52 ok 981 /checksum/SHA256/reset/53 ok 982 /checksum/SHA256/reset/54 ok 983 /checksum/SHA256/reset/55 ok 984 /checksum/SHA256/reset/56 ok 985 /checksum/SHA256/reset/57 ok 986 /checksum/SHA256/reset/58 ok 987 /checksum/SHA256/reset/59 ok 988 /checksum/SHA256/reset/60 ok 989 /checksum/SHA256/reset/61 ok 990 /checksum/SHA256/reset/62 ok 991 /checksum/SHA256/reset/63 ok 992 /checksum/SHA256/reset/64 ok 993 /checksum/SHA256/reset/65 ok 994 /checksum/SHA256/reset/66 ok 995 /checksum/SHA256/reset/67 ok 996 /checksum/SHA256/reset/68 ok 997 /checksum/SHA256/reset/69 ok 998 /checksum/SHA256/reset/70 ok 999 /checksum/SHA256/reset/71 ok 1000 /checksum/SHA256/reset/72 ok 1001 /checksum/SHA256/reset/73 ok 1002 /checksum/SHA256/reset/74 ok 1003 /checksum/SHA256/reset/75 ok 1004 /checksum/SHA256/reset/76 ok 1005 /checksum/SHA256/reset/77 ok 1006 /checksum/SHA256/reset/78 ok 1007 /checksum/SHA256/reset/79 ok 1008 /checksum/SHA256/reset/80 ok 1009 /checksum/SHA256/reset/81 ok 1010 /checksum/SHA256/reset/82 ok 1011 /checksum/SHA256/reset/83 ok 1012 /checksum/SHA256/reset/84 ok 1013 /checksum/SHA256/reset/85 ok 1014 /checksum/SHA256/reset/86 ok 1015 /checksum/SHA256/reset/87 ok 1016 /checksum/SHA256/reset/88 ok 1017 /checksum/SHA256/reset/89 ok 1018 /checksum/SHA256/reset/90 ok 1019 /checksum/SHA256/reset/91 ok 1020 /checksum/SHA256/reset/92 ok 1021 /checksum/SHA256/reset/93 ok 1022 /checksum/SHA256/reset/94 ok 1023 /checksum/SHA256/reset/95 ok 1024 /checksum/SHA256/reset/96 ok 1025 /checksum/SHA256/reset/97 ok 1026 /checksum/SHA256/reset/98 ok 1027 /checksum/SHA256/reset/99 ok 1028 /checksum/SHA256/reset/100 ok 1029 /checksum/SHA256/reset/101 ok 1030 /checksum/SHA256/reset/102 ok 1031 /checksum/SHA256/reset/103 ok 1032 /checksum/SHA256/reset/104 ok 1033 /checksum/SHA256/reset/105 ok 1034 /checksum/SHA256/reset/106 ok 1035 /checksum/SHA256/reset/107 ok 1036 /checksum/SHA256/reset/108 ok 1037 /checksum/SHA256/reset/109 ok 1038 /checksum/SHA256/reset/110 ok 1039 /checksum/SHA256/reset/111 ok 1040 /checksum/SHA256/reset/112 ok 1041 /checksum/SHA256/reset/113 ok 1042 /checksum/SHA256/reset/114 ok 1043 /checksum/SHA256/reset/115 ok 1044 /checksum/SHA256/reset/116 ok 1045 /checksum/SHA256/reset/117 ok 1046 /checksum/SHA256/reset/118 ok 1047 /checksum/SHA256/reset/119 ok 1048 /checksum/SHA256/reset/120 ok 1049 /checksum/SHA256/reset/121 ok 1050 /checksum/SHA256/reset/122 ok 1051 /checksum/SHA256/reset/123 ok 1052 /checksum/SHA256/reset/124 ok 1053 /checksum/SHA256/reset/125 ok 1054 /checksum/SHA256/reset/126 ok 1055 /checksum/SHA256/reset/127 ok 1056 /checksum/SHA256/reset/128 ok 1057 /checksum/SHA256/reset/129 ok 1058 /checksum/SHA256/reset/130 ok 1059 /checksum/SHA256/reset/131 ok 1060 /checksum/SHA256/reset/132 ok 1061 /checksum/SHA256/reset/133 ok 1062 /checksum/SHA256/reset/134 ok 1063 /checksum/SHA256/reset/135 ok 1064 /checksum/SHA256/reset/136 ok 1065 /checksum/SHA256/reset/137 ok 1066 /checksum/SHA256/reset/138 ok 1067 /checksum/SHA256/reset/139 ok 1068 /checksum/SHA256/reset/140 ok 1069 /checksum/SHA256/reset/141 ok 1070 /checksum/SHA256/reset/142 ok 1071 /checksum/SHA256/reset/143 ok 1072 /checksum/SHA256/reset/144 ok 1073 /checksum/SHA256/reset/145 ok 1074 /checksum/SHA256/reset/146 ok 1075 /checksum/SHA256/reset/147 ok 1076 /checksum/SHA256/reset/148 ok 1077 /checksum/SHA256/reset/149 ok 1078 /checksum/SHA256/reset/150 ok 1079 /checksum/SHA256/reset/151 ok 1080 /checksum/SHA256/reset/152 ok 1081 /checksum/SHA256/reset/153 ok 1082 /checksum/SHA256/reset/154 ok 1083 /checksum/SHA256/reset/155 ok 1084 /checksum/SHA256/reset/156 ok 1085 /checksum/SHA256/reset/157 ok 1086 /checksum/SHA256/reset/158 ok 1087 /checksum/SHA256/reset/159 ok 1088 /checksum/SHA256/reset/160 ok 1089 /checksum/SHA256/reset/161 ok 1090 /checksum/SHA256/reset/162 ok 1091 /checksum/SHA256/reset/163 ok 1092 /checksum/SHA256/reset/164 ok 1093 /checksum/SHA256/reset/165 ok 1094 /checksum/SHA256/reset/166 ok 1095 /checksum/SHA256/reset/167 ok 1096 /checksum/SHA256/reset/168 ok 1097 /checksum/SHA256/reset/169 ok 1098 /checksum/SHA256/reset/170 ok 1099 /checksum/SHA256/reset/171 ok 1100 /checksum/SHA256/reset/172 ok 1101 /checksum/SHA256/reset/173 ok 1102 /checksum/SHA256/reset/174 ok 1103 /checksum/SHA256/reset/175 ok 1104 /checksum/SHA256/reset/176 ok 1105 /checksum/SHA256/reset/177 ok 1106 /checksum/SHA256/reset/178 ok 1107 /checksum/SHA256/reset/179 ok 1108 /checksum/SHA256/reset/180 ok 1109 /checksum/SHA256/reset/181 ok 1110 /checksum/SHA256/reset/182 ok 1111 /checksum/SHA256/reset/183 # End of reset tests # End of SHA256 tests # Start of SHA384 tests ok 1112 /checksum/SHA384/0 ok 1113 /checksum/SHA384/1 ok 1114 /checksum/SHA384/2 ok 1115 /checksum/SHA384/3 ok 1116 /checksum/SHA384/4 ok 1117 /checksum/SHA384/5 ok 1118 /checksum/SHA384/6 ok 1119 /checksum/SHA384/7 ok 1120 /checksum/SHA384/8 ok 1121 /checksum/SHA384/9 ok 1122 /checksum/SHA384/10 ok 1123 /checksum/SHA384/11 ok 1124 /checksum/SHA384/12 ok 1125 /checksum/SHA384/13 ok 1126 /checksum/SHA384/14 ok 1127 /checksum/SHA384/15 ok 1128 /checksum/SHA384/16 ok 1129 /checksum/SHA384/17 ok 1130 /checksum/SHA384/18 ok 1131 /checksum/SHA384/19 ok 1132 /checksum/SHA384/20 ok 1133 /checksum/SHA384/21 ok 1134 /checksum/SHA384/22 ok 1135 /checksum/SHA384/23 ok 1136 /checksum/SHA384/24 ok 1137 /checksum/SHA384/25 ok 1138 /checksum/SHA384/26 ok 1139 /checksum/SHA384/27 ok 1140 /checksum/SHA384/28 ok 1141 /checksum/SHA384/29 ok 1142 /checksum/SHA384/30 ok 1143 /checksum/SHA384/31 ok 1144 /checksum/SHA384/32 ok 1145 /checksum/SHA384/33 ok 1146 /checksum/SHA384/34 ok 1147 /checksum/SHA384/35 ok 1148 /checksum/SHA384/36 ok 1149 /checksum/SHA384/37 ok 1150 /checksum/SHA384/38 ok 1151 /checksum/SHA384/39 ok 1152 /checksum/SHA384/40 ok 1153 /checksum/SHA384/41 ok 1154 /checksum/SHA384/42 ok 1155 /checksum/SHA384/43 ok 1156 /checksum/SHA384/44 ok 1157 /checksum/SHA384/45 ok 1158 /checksum/SHA384/46 ok 1159 /checksum/SHA384/47 ok 1160 /checksum/SHA384/48 ok 1161 /checksum/SHA384/49 ok 1162 /checksum/SHA384/50 ok 1163 /checksum/SHA384/51 ok 1164 /checksum/SHA384/52 ok 1165 /checksum/SHA384/53 ok 1166 /checksum/SHA384/54 ok 1167 /checksum/SHA384/55 ok 1168 /checksum/SHA384/56 ok 1169 /checksum/SHA384/57 ok 1170 /checksum/SHA384/58 ok 1171 /checksum/SHA384/59 ok 1172 /checksum/SHA384/60 ok 1173 /checksum/SHA384/61 ok 1174 /checksum/SHA384/62 ok 1175 /checksum/SHA384/63 ok 1176 /checksum/SHA384/64 ok 1177 /checksum/SHA384/65 ok 1178 /checksum/SHA384/66 ok 1179 /checksum/SHA384/67 ok 1180 /checksum/SHA384/68 ok 1181 /checksum/SHA384/69 ok 1182 /checksum/SHA384/70 ok 1183 /checksum/SHA384/71 ok 1184 /checksum/SHA384/72 ok 1185 /checksum/SHA384/73 ok 1186 /checksum/SHA384/74 ok 1187 /checksum/SHA384/75 ok 1188 /checksum/SHA384/76 ok 1189 /checksum/SHA384/77 ok 1190 /checksum/SHA384/78 ok 1191 /checksum/SHA384/79 ok 1192 /checksum/SHA384/80 ok 1193 /checksum/SHA384/81 ok 1194 /checksum/SHA384/82 ok 1195 /checksum/SHA384/83 ok 1196 /checksum/SHA384/84 ok 1197 /checksum/SHA384/85 ok 1198 /checksum/SHA384/86 ok 1199 /checksum/SHA384/87 ok 1200 /checksum/SHA384/88 ok 1201 /checksum/SHA384/89 ok 1202 /checksum/SHA384/90 ok 1203 /checksum/SHA384/91 ok 1204 /checksum/SHA384/92 ok 1205 /checksum/SHA384/93 ok 1206 /checksum/SHA384/94 ok 1207 /checksum/SHA384/95 ok 1208 /checksum/SHA384/96 ok 1209 /checksum/SHA384/97 ok 1210 /checksum/SHA384/98 ok 1211 /checksum/SHA384/99 ok 1212 /checksum/SHA384/100 ok 1213 /checksum/SHA384/101 ok 1214 /checksum/SHA384/102 ok 1215 /checksum/SHA384/103 ok 1216 /checksum/SHA384/104 ok 1217 /checksum/SHA384/105 ok 1218 /checksum/SHA384/106 ok 1219 /checksum/SHA384/107 ok 1220 /checksum/SHA384/108 ok 1221 /checksum/SHA384/109 ok 1222 /checksum/SHA384/110 ok 1223 /checksum/SHA384/111 ok 1224 /checksum/SHA384/112 ok 1225 /checksum/SHA384/113 ok 1226 /checksum/SHA384/114 ok 1227 /checksum/SHA384/115 ok 1228 /checksum/SHA384/116 ok 1229 /checksum/SHA384/117 ok 1230 /checksum/SHA384/118 ok 1231 /checksum/SHA384/119 ok 1232 /checksum/SHA384/120 ok 1233 /checksum/SHA384/121 ok 1234 /checksum/SHA384/122 ok 1235 /checksum/SHA384/123 ok 1236 /checksum/SHA384/124 ok 1237 /checksum/SHA384/125 ok 1238 /checksum/SHA384/126 ok 1239 /checksum/SHA384/127 ok 1240 /checksum/SHA384/128 ok 1241 /checksum/SHA384/129 ok 1242 /checksum/SHA384/130 ok 1243 /checksum/SHA384/131 ok 1244 /checksum/SHA384/132 ok 1245 /checksum/SHA384/133 ok 1246 /checksum/SHA384/134 ok 1247 /checksum/SHA384/135 ok 1248 /checksum/SHA384/136 ok 1249 /checksum/SHA384/137 ok 1250 /checksum/SHA384/138 ok 1251 /checksum/SHA384/139 ok 1252 /checksum/SHA384/140 ok 1253 /checksum/SHA384/141 ok 1254 /checksum/SHA384/142 ok 1255 /checksum/SHA384/143 ok 1256 /checksum/SHA384/144 ok 1257 /checksum/SHA384/145 ok 1258 /checksum/SHA384/146 ok 1259 /checksum/SHA384/147 ok 1260 /checksum/SHA384/148 ok 1261 /checksum/SHA384/149 ok 1262 /checksum/SHA384/150 ok 1263 /checksum/SHA384/151 ok 1264 /checksum/SHA384/152 ok 1265 /checksum/SHA384/153 ok 1266 /checksum/SHA384/154 ok 1267 /checksum/SHA384/155 ok 1268 /checksum/SHA384/156 ok 1269 /checksum/SHA384/157 ok 1270 /checksum/SHA384/158 ok 1271 /checksum/SHA384/159 ok 1272 /checksum/SHA384/160 ok 1273 /checksum/SHA384/161 ok 1274 /checksum/SHA384/162 ok 1275 /checksum/SHA384/163 ok 1276 /checksum/SHA384/164 ok 1277 /checksum/SHA384/165 ok 1278 /checksum/SHA384/166 ok 1279 /checksum/SHA384/167 ok 1280 /checksum/SHA384/168 ok 1281 /checksum/SHA384/169 ok 1282 /checksum/SHA384/170 ok 1283 /checksum/SHA384/171 ok 1284 /checksum/SHA384/172 ok 1285 /checksum/SHA384/173 ok 1286 /checksum/SHA384/174 ok 1287 /checksum/SHA384/175 ok 1288 /checksum/SHA384/176 ok 1289 /checksum/SHA384/177 ok 1290 /checksum/SHA384/178 ok 1291 /checksum/SHA384/179 ok 1292 /checksum/SHA384/180 ok 1293 /checksum/SHA384/181 ok 1294 /checksum/SHA384/182 ok 1295 /checksum/SHA384/183 ok 1296 /checksum/SHA384/string ok 1297 /checksum/SHA384/bytes # Start of reset tests ok 1298 /checksum/SHA384/reset/0 ok 1299 /checksum/SHA384/reset/1 ok 1300 /checksum/SHA384/reset/2 ok 1301 /checksum/SHA384/reset/3 ok 1302 /checksum/SHA384/reset/4 ok 1303 /checksum/SHA384/reset/5 ok 1304 /checksum/SHA384/reset/6 ok 1305 /checksum/SHA384/reset/7 ok 1306 /checksum/SHA384/reset/8 ok 1307 /checksum/SHA384/reset/9 ok 1308 /checksum/SHA384/reset/10 ok 1309 /checksum/SHA384/reset/11 ok 1310 /checksum/SHA384/reset/12 ok 1311 /checksum/SHA384/reset/13 ok 1312 /checksum/SHA384/reset/14 ok 1313 /checksum/SHA384/reset/15 ok 1314 /checksum/SHA384/reset/16 ok 1315 /checksum/SHA384/reset/17 ok 1316 /checksum/SHA384/reset/18 ok 1317 /checksum/SHA384/reset/19 ok 1318 /checksum/SHA384/reset/20 ok 1319 /checksum/SHA384/reset/21 ok 1320 /checksum/SHA384/reset/22 ok 1321 /checksum/SHA384/reset/23 ok 1322 /checksum/SHA384/reset/24 ok 1323 /checksum/SHA384/reset/25 ok 1324 /checksum/SHA384/reset/26 ok 1325 /checksum/SHA384/reset/27 ok 1326 /checksum/SHA384/reset/28 ok 1327 /checksum/SHA384/reset/29 ok 1328 /checksum/SHA384/reset/30 ok 1329 /checksum/SHA384/reset/31 ok 1330 /checksum/SHA384/reset/32 ok 1331 /checksum/SHA384/reset/33 ok 1332 /checksum/SHA384/reset/34 ok 1333 /checksum/SHA384/reset/35 ok 1334 /checksum/SHA384/reset/36 ok 1335 /checksum/SHA384/reset/37 ok 1336 /checksum/SHA384/reset/38 ok 1337 /checksum/SHA384/reset/39 ok 1338 /checksum/SHA384/reset/40 ok 1339 /checksum/SHA384/reset/41 ok 1340 /checksum/SHA384/reset/42 ok 1341 /checksum/SHA384/reset/43 ok 1342 /checksum/SHA384/reset/44 ok 1343 /checksum/SHA384/reset/45 ok 1344 /checksum/SHA384/reset/46 ok 1345 /checksum/SHA384/reset/47 ok 1346 /checksum/SHA384/reset/48 ok 1347 /checksum/SHA384/reset/49 ok 1348 /checksum/SHA384/reset/50 ok 1349 /checksum/SHA384/reset/51 ok 1350 /checksum/SHA384/reset/52 ok 1351 /checksum/SHA384/reset/53 ok 1352 /checksum/SHA384/reset/54 ok 1353 /checksum/SHA384/reset/55 ok 1354 /checksum/SHA384/reset/56 ok 1355 /checksum/SHA384/reset/57 ok 1356 /checksum/SHA384/reset/58 ok 1357 /checksum/SHA384/reset/59 ok 1358 /checksum/SHA384/reset/60 ok 1359 /checksum/SHA384/reset/61 ok 1360 /checksum/SHA384/reset/62 ok 1361 /checksum/SHA384/reset/63 ok 1362 /checksum/SHA384/reset/64 ok 1363 /checksum/SHA384/reset/65 ok 1364 /checksum/SHA384/reset/66 ok 1365 /checksum/SHA384/reset/67 ok 1366 /checksum/SHA384/reset/68 ok 1367 /checksum/SHA384/reset/69 ok 1368 /checksum/SHA384/reset/70 ok 1369 /checksum/SHA384/reset/71 ok 1370 /checksum/SHA384/reset/72 ok 1371 /checksum/SHA384/reset/73 ok 1372 /checksum/SHA384/reset/74 ok 1373 /checksum/SHA384/reset/75 ok 1374 /checksum/SHA384/reset/76 ok 1375 /checksum/SHA384/reset/77 ok 1376 /checksum/SHA384/reset/78 ok 1377 /checksum/SHA384/reset/79 ok 1378 /checksum/SHA384/reset/80 ok 1379 /checksum/SHA384/reset/81 ok 1380 /checksum/SHA384/reset/82 ok 1381 /checksum/SHA384/reset/83 ok 1382 /checksum/SHA384/reset/84 ok 1383 /checksum/SHA384/reset/85 ok 1384 /checksum/SHA384/reset/86 ok 1385 /checksum/SHA384/reset/87 ok 1386 /checksum/SHA384/reset/88 ok 1387 /checksum/SHA384/reset/89 ok 1388 /checksum/SHA384/reset/90 ok 1389 /checksum/SHA384/reset/91 ok 1390 /checksum/SHA384/reset/92 ok 1391 /checksum/SHA384/reset/93 ok 1392 /checksum/SHA384/reset/94 ok 1393 /checksum/SHA384/reset/95 ok 1394 /checksum/SHA384/reset/96 ok 1395 /checksum/SHA384/reset/97 ok 1396 /checksum/SHA384/reset/98 ok 1397 /checksum/SHA384/reset/99 ok 1398 /checksum/SHA384/reset/100 ok 1399 /checksum/SHA384/reset/101 ok 1400 /checksum/SHA384/reset/102 ok 1401 /checksum/SHA384/reset/103 ok 1402 /checksum/SHA384/reset/104 ok 1403 /checksum/SHA384/reset/105 ok 1404 /checksum/SHA384/reset/106 ok 1405 /checksum/SHA384/reset/107 ok 1406 /checksum/SHA384/reset/108 ok 1407 /checksum/SHA384/reset/109 ok 1408 /checksum/SHA384/reset/110 ok 1409 /checksum/SHA384/reset/111 ok 1410 /checksum/SHA384/reset/112 ok 1411 /checksum/SHA384/reset/113 ok 1412 /checksum/SHA384/reset/114 ok 1413 /checksum/SHA384/reset/115 ok 1414 /checksum/SHA384/reset/116 ok 1415 /checksum/SHA384/reset/117 ok 1416 /checksum/SHA384/reset/118 ok 1417 /checksum/SHA384/reset/119 ok 1418 /checksum/SHA384/reset/120 ok 1419 /checksum/SHA384/reset/121 ok 1420 /checksum/SHA384/reset/122 ok 1421 /checksum/SHA384/reset/123 ok 1422 /checksum/SHA384/reset/124 ok 1423 /checksum/SHA384/reset/125 ok 1424 /checksum/SHA384/reset/126 ok 1425 /checksum/SHA384/reset/127 ok 1426 /checksum/SHA384/reset/128 ok 1427 /checksum/SHA384/reset/129 ok 1428 /checksum/SHA384/reset/130 ok 1429 /checksum/SHA384/reset/131 ok 1430 /checksum/SHA384/reset/132 ok 1431 /checksum/SHA384/reset/133 ok 1432 /checksum/SHA384/reset/134 ok 1433 /checksum/SHA384/reset/135 ok 1434 /checksum/SHA384/reset/136 ok 1435 /checksum/SHA384/reset/137 ok 1436 /checksum/SHA384/reset/138 ok 1437 /checksum/SHA384/reset/139 ok 1438 /checksum/SHA384/reset/140 ok 1439 /checksum/SHA384/reset/141 ok 1440 /checksum/SHA384/reset/142 ok 1441 /checksum/SHA384/reset/143 ok 1442 /checksum/SHA384/reset/144 ok 1443 /checksum/SHA384/reset/145 ok 1444 /checksum/SHA384/reset/146 ok 1445 /checksum/SHA384/reset/147 ok 1446 /checksum/SHA384/reset/148 ok 1447 /checksum/SHA384/reset/149 ok 1448 /checksum/SHA384/reset/150 ok 1449 /checksum/SHA384/reset/151 ok 1450 /checksum/SHA384/reset/152 ok 1451 /checksum/SHA384/reset/153 ok 1452 /checksum/SHA384/reset/154 ok 1453 /checksum/SHA384/reset/155 ok 1454 /checksum/SHA384/reset/156 ok 1455 /checksum/SHA384/reset/157 ok 1456 /checksum/SHA384/reset/158 ok 1457 /checksum/SHA384/reset/159 ok 1458 /checksum/SHA384/reset/160 ok 1459 /checksum/SHA384/reset/161 ok 1460 /checksum/SHA384/reset/162 ok 1461 /checksum/SHA384/reset/163 ok 1462 /checksum/SHA384/reset/164 ok 1463 /checksum/SHA384/reset/165 ok 1464 /checksum/SHA384/reset/166 ok 1465 /checksum/SHA384/reset/167 ok 1466 /checksum/SHA384/reset/168 ok 1467 /checksum/SHA384/reset/169 ok 1468 /checksum/SHA384/reset/170 ok 1469 /checksum/SHA384/reset/171 ok 1470 /checksum/SHA384/reset/172 ok 1471 /checksum/SHA384/reset/173 ok 1472 /checksum/SHA384/reset/174 ok 1473 /checksum/SHA384/reset/175 ok 1474 /checksum/SHA384/reset/176 ok 1475 /checksum/SHA384/reset/177 ok 1476 /checksum/SHA384/reset/178 ok 1477 /checksum/SHA384/reset/179 ok 1478 /checksum/SHA384/reset/180 ok 1479 /checksum/SHA384/reset/181 ok 1480 /checksum/SHA384/reset/182 ok 1481 /checksum/SHA384/reset/183 # End of reset tests # End of SHA384 tests # Start of SHA512 tests ok 1482 /checksum/SHA512/0 ok 1483 /checksum/SHA512/1 ok 1484 /checksum/SHA512/2 ok 1485 /checksum/SHA512/3 ok 1486 /checksum/SHA512/4 ok 1487 /checksum/SHA512/5 ok 1488 /checksum/SHA512/6 ok 1489 /checksum/SHA512/7 ok 1490 /checksum/SHA512/8 ok 1491 /checksum/SHA512/9 ok 1492 /checksum/SHA512/10 ok 1493 /checksum/SHA512/11 ok 1494 /checksum/SHA512/12 ok 1495 /checksum/SHA512/13 ok 1496 /checksum/SHA512/14 ok 1497 /checksum/SHA512/15 ok 1498 /checksum/SHA512/16 ok 1499 /checksum/SHA512/17 ok 1500 /checksum/SHA512/18 ok 1501 /checksum/SHA512/19 ok 1502 /checksum/SHA512/20 ok 1503 /checksum/SHA512/21 ok 1504 /checksum/SHA512/22 ok 1505 /checksum/SHA512/23 ok 1506 /checksum/SHA512/24 ok 1507 /checksum/SHA512/25 ok 1508 /checksum/SHA512/26 ok 1509 /checksum/SHA512/27 ok 1510 /checksum/SHA512/28 ok 1511 /checksum/SHA512/29 ok 1512 /checksum/SHA512/30 ok 1513 /checksum/SHA512/31 ok 1514 /checksum/SHA512/32 ok 1515 /checksum/SHA512/33 ok 1516 /checksum/SHA512/34 ok 1517 /checksum/SHA512/35 ok 1518 /checksum/SHA512/36 ok 1519 /checksum/SHA512/37 ok 1520 /checksum/SHA512/38 ok 1521 /checksum/SHA512/39 ok 1522 /checksum/SHA512/40 ok 1523 /checksum/SHA512/41 ok 1524 /checksum/SHA512/42 ok 1525 /checksum/SHA512/43 ok 1526 /checksum/SHA512/44 ok 1527 /checksum/SHA512/45 ok 1528 /checksum/SHA512/46 ok 1529 /checksum/SHA512/47 ok 1530 /checksum/SHA512/48 ok 1531 /checksum/SHA512/49 ok 1532 /checksum/SHA512/50 ok 1533 /checksum/SHA512/51 ok 1534 /checksum/SHA512/52 ok 1535 /checksum/SHA512/53 ok 1536 /checksum/SHA512/54 ok 1537 /checksum/SHA512/55 ok 1538 /checksum/SHA512/56 ok 1539 /checksum/SHA512/57 ok 1540 /checksum/SHA512/58 ok 1541 /checksum/SHA512/59 ok 1542 /checksum/SHA512/60 ok 1543 /checksum/SHA512/61 ok 1544 /checksum/SHA512/62 ok 1545 /checksum/SHA512/63 ok 1546 /checksum/SHA512/64 ok 1547 /checksum/SHA512/65 ok 1548 /checksum/SHA512/66 ok 1549 /checksum/SHA512/67 ok 1550 /checksum/SHA512/68 ok 1551 /checksum/SHA512/69 ok 1552 /checksum/SHA512/70 ok 1553 /checksum/SHA512/71 ok 1554 /checksum/SHA512/72 ok 1555 /checksum/SHA512/73 ok 1556 /checksum/SHA512/74 ok 1557 /checksum/SHA512/75 ok 1558 /checksum/SHA512/76 ok 1559 /checksum/SHA512/77 ok 1560 /checksum/SHA512/78 ok 1561 /checksum/SHA512/79 ok 1562 /checksum/SHA512/80 ok 1563 /checksum/SHA512/81 ok 1564 /checksum/SHA512/82 ok 1565 /checksum/SHA512/83 ok 1566 /checksum/SHA512/84 ok 1567 /checksum/SHA512/85 ok 1568 /checksum/SHA512/86 ok 1569 /checksum/SHA512/87 ok 1570 /checksum/SHA512/88 ok 1571 /checksum/SHA512/89 ok 1572 /checksum/SHA512/90 ok 1573 /checksum/SHA512/91 ok 1574 /checksum/SHA512/92 ok 1575 /checksum/SHA512/93 ok 1576 /checksum/SHA512/94 ok 1577 /checksum/SHA512/95 ok 1578 /checksum/SHA512/96 ok 1579 /checksum/SHA512/97 ok 1580 /checksum/SHA512/98 ok 1581 /checksum/SHA512/99 ok 1582 /checksum/SHA512/100 ok 1583 /checksum/SHA512/101 ok 1584 /checksum/SHA512/102 ok 1585 /checksum/SHA512/103 ok 1586 /checksum/SHA512/104 ok 1587 /checksum/SHA512/105 ok 1588 /checksum/SHA512/106 ok 1589 /checksum/SHA512/107 ok 1590 /checksum/SHA512/108 ok 1591 /checksum/SHA512/109 ok 1592 /checksum/SHA512/110 ok 1593 /checksum/SHA512/111 ok 1594 /checksum/SHA512/112 ok 1595 /checksum/SHA512/113 ok 1596 /checksum/SHA512/114 ok 1597 /checksum/SHA512/115 ok 1598 /checksum/SHA512/116 ok 1599 /checksum/SHA512/117 ok 1600 /checksum/SHA512/118 ok 1601 /checksum/SHA512/119 ok 1602 /checksum/SHA512/120 ok 1603 /checksum/SHA512/121 ok 1604 /checksum/SHA512/122 ok 1605 /checksum/SHA512/123 ok 1606 /checksum/SHA512/124 ok 1607 /checksum/SHA512/125 ok 1608 /checksum/SHA512/126 ok 1609 /checksum/SHA512/127 ok 1610 /checksum/SHA512/128 ok 1611 /checksum/SHA512/129 ok 1612 /checksum/SHA512/130 ok 1613 /checksum/SHA512/131 ok 1614 /checksum/SHA512/132 ok 1615 /checksum/SHA512/133 ok 1616 /checksum/SHA512/134 ok 1617 /checksum/SHA512/135 ok 1618 /checksum/SHA512/136 ok 1619 /checksum/SHA512/137 ok 1620 /checksum/SHA512/138 ok 1621 /checksum/SHA512/139 ok 1622 /checksum/SHA512/140 ok 1623 /checksum/SHA512/141 ok 1624 /checksum/SHA512/142 ok 1625 /checksum/SHA512/143 ok 1626 /checksum/SHA512/144 ok 1627 /checksum/SHA512/145 ok 1628 /checksum/SHA512/146 ok 1629 /checksum/SHA512/147 ok 1630 /checksum/SHA512/148 ok 1631 /checksum/SHA512/149 ok 1632 /checksum/SHA512/150 ok 1633 /checksum/SHA512/151 ok 1634 /checksum/SHA512/152 ok 1635 /checksum/SHA512/153 ok 1636 /checksum/SHA512/154 ok 1637 /checksum/SHA512/155 ok 1638 /checksum/SHA512/156 ok 1639 /checksum/SHA512/157 ok 1640 /checksum/SHA512/158 ok 1641 /checksum/SHA512/159 ok 1642 /checksum/SHA512/160 ok 1643 /checksum/SHA512/161 ok 1644 /checksum/SHA512/162 ok 1645 /checksum/SHA512/163 ok 1646 /checksum/SHA512/164 ok 1647 /checksum/SHA512/165 ok 1648 /checksum/SHA512/166 ok 1649 /checksum/SHA512/167 ok 1650 /checksum/SHA512/168 ok 1651 /checksum/SHA512/169 ok 1652 /checksum/SHA512/170 ok 1653 /checksum/SHA512/171 ok 1654 /checksum/SHA512/172 ok 1655 /checksum/SHA512/173 ok 1656 /checksum/SHA512/174 ok 1657 /checksum/SHA512/175 ok 1658 /checksum/SHA512/176 ok 1659 /checksum/SHA512/177 ok 1660 /checksum/SHA512/178 ok 1661 /checksum/SHA512/179 ok 1662 /checksum/SHA512/180 ok 1663 /checksum/SHA512/181 ok 1664 /checksum/SHA512/182 ok 1665 /checksum/SHA512/183 ok 1666 /checksum/SHA512/string ok 1667 /checksum/SHA512/bytes # Start of reset tests ok 1668 /checksum/SHA512/reset/0 ok 1669 /checksum/SHA512/reset/1 ok 1670 /checksum/SHA512/reset/2 ok 1671 /checksum/SHA512/reset/3 ok 1672 /checksum/SHA512/reset/4 ok 1673 /checksum/SHA512/reset/5 ok 1674 /checksum/SHA512/reset/6 ok 1675 /checksum/SHA512/reset/7 ok 1676 /checksum/SHA512/reset/8 ok 1677 /checksum/SHA512/reset/9 ok 1678 /checksum/SHA512/reset/10 ok 1679 /checksum/SHA512/reset/11 ok 1680 /checksum/SHA512/reset/12 ok 1681 /checksum/SHA512/reset/13 ok 1682 /checksum/SHA512/reset/14 ok 1683 /checksum/SHA512/reset/15 ok 1684 /checksum/SHA512/reset/16 ok 1685 /checksum/SHA512/reset/17 ok 1686 /checksum/SHA512/reset/18 ok 1687 /checksum/SHA512/reset/19 ok 1688 /checksum/SHA512/reset/20 ok 1689 /checksum/SHA512/reset/21 ok 1690 /checksum/SHA512/reset/22 ok 1691 /checksum/SHA512/reset/23 ok 1692 /checksum/SHA512/reset/24 ok 1693 /checksum/SHA512/reset/25 ok 1694 /checksum/SHA512/reset/26 ok 1695 /checksum/SHA512/reset/27 ok 1696 /checksum/SHA512/reset/28 ok 1697 /checksum/SHA512/reset/29 ok 1698 /checksum/SHA512/reset/30 ok 1699 /checksum/SHA512/reset/31 ok 1700 /checksum/SHA512/reset/32 ok 1701 /checksum/SHA512/reset/33 ok 1702 /checksum/SHA512/reset/34 ok 1703 /checksum/SHA512/reset/35 ok 1704 /checksum/SHA512/reset/36 ok 1705 /checksum/SHA512/reset/37 ok 1706 /checksum/SHA512/reset/38 ok 1707 /checksum/SHA512/reset/39 ok 1708 /checksum/SHA512/reset/40 ok 1709 /checksum/SHA512/reset/41 ok 1710 /checksum/SHA512/reset/42 ok 1711 /checksum/SHA512/reset/43 ok 1712 /checksum/SHA512/reset/44 ok 1713 /checksum/SHA512/reset/45 ok 1714 /checksum/SHA512/reset/46 ok 1715 /checksum/SHA512/reset/47 ok 1716 /checksum/SHA512/reset/48 ok 1717 /checksum/SHA512/reset/49 ok 1718 /checksum/SHA512/reset/50 ok 1719 /checksum/SHA512/reset/51 ok 1720 /checksum/SHA512/reset/52 ok 1721 /checksum/SHA512/reset/53 ok 1722 /checksum/SHA512/reset/54 ok 1723 /checksum/SHA512/reset/55 ok 1724 /checksum/SHA512/reset/56 ok 1725 /checksum/SHA512/reset/57 ok 1726 /checksum/SHA512/reset/58 ok 1727 /checksum/SHA512/reset/59 ok 1728 /checksum/SHA512/reset/60 ok 1729 /checksum/SHA512/reset/61 ok 1730 /checksum/SHA512/reset/62 ok 1731 /checksum/SHA512/reset/63 ok 1732 /checksum/SHA512/reset/64 ok 1733 /checksum/SHA512/reset/65 ok 1734 /checksum/SHA512/reset/66 ok 1735 /checksum/SHA512/reset/67 ok 1736 /checksum/SHA512/reset/68 ok 1737 /checksum/SHA512/reset/69 ok 1738 /checksum/SHA512/reset/70 ok 1739 /checksum/SHA512/reset/71 ok 1740 /checksum/SHA512/reset/72 ok 1741 /checksum/SHA512/reset/73 ok 1742 /checksum/SHA512/reset/74 ok 1743 /checksum/SHA512/reset/75 ok 1744 /checksum/SHA512/reset/76 ok 1745 /checksum/SHA512/reset/77 ok 1746 /checksum/SHA512/reset/78 ok 1747 /checksum/SHA512/reset/79 ok 1748 /checksum/SHA512/reset/80 ok 1749 /checksum/SHA512/reset/81 ok 1750 /checksum/SHA512/reset/82 ok 1751 /checksum/SHA512/reset/83 ok 1752 /checksum/SHA512/reset/84 ok 1753 /checksum/SHA512/reset/85 ok 1754 /checksum/SHA512/reset/86 ok 1755 /checksum/SHA512/reset/87 ok 1756 /checksum/SHA512/reset/88 ok 1757 /checksum/SHA512/reset/89 ok 1758 /checksum/SHA512/reset/90 ok 1759 /checksum/SHA512/reset/91 ok 1760 /checksum/SHA512/reset/92 ok 1761 /checksum/SHA512/reset/93 ok 1762 /checksum/SHA512/reset/94 ok 1763 /checksum/SHA512/reset/95 ok 1764 /checksum/SHA512/reset/96 ok 1765 /checksum/SHA512/reset/97 ok 1766 /checksum/SHA512/reset/98 ok 1767 /checksum/SHA512/reset/99 ok 1768 /checksum/SHA512/reset/100 ok 1769 /checksum/SHA512/reset/101 ok 1770 /checksum/SHA512/reset/102 ok 1771 /checksum/SHA512/reset/103 ok 1772 /checksum/SHA512/reset/104 ok 1773 /checksum/SHA512/reset/105 ok 1774 /checksum/SHA512/reset/106 ok 1775 /checksum/SHA512/reset/107 ok 1776 /checksum/SHA512/reset/108 ok 1777 /checksum/SHA512/reset/109 ok 1778 /checksum/SHA512/reset/110 ok 1779 /checksum/SHA512/reset/111 ok 1780 /checksum/SHA512/reset/112 ok 1781 /checksum/SHA512/reset/113 ok 1782 /checksum/SHA512/reset/114 ok 1783 /checksum/SHA512/reset/115 ok 1784 /checksum/SHA512/reset/116 ok 1785 /checksum/SHA512/reset/117 ok 1786 /checksum/SHA512/reset/118 ok 1787 /checksum/SHA512/reset/119 ok 1788 /checksum/SHA512/reset/120 ok 1789 /checksum/SHA512/reset/121 ok 1790 /checksum/SHA512/reset/122 ok 1791 /checksum/SHA512/reset/123 ok 1792 /checksum/SHA512/reset/124 ok 1793 /checksum/SHA512/reset/125 ok 1794 /checksum/SHA512/reset/126 ok 1795 /checksum/SHA512/reset/127 ok 1796 /checksum/SHA512/reset/128 ok 1797 /checksum/SHA512/reset/129 ok 1798 /checksum/SHA512/reset/130 ok 1799 /checksum/SHA512/reset/131 ok 1800 /checksum/SHA512/reset/132 ok 1801 /checksum/SHA512/reset/133 ok 1802 /checksum/SHA512/reset/134 ok 1803 /checksum/SHA512/reset/135 ok 1804 /checksum/SHA512/reset/136 ok 1805 /checksum/SHA512/reset/137 ok 1806 /checksum/SHA512/reset/138 ok 1807 /checksum/SHA512/reset/139 ok 1808 /checksum/SHA512/reset/140 ok 1809 /checksum/SHA512/reset/141 ok 1810 /checksum/SHA512/reset/142 ok 1811 /checksum/SHA512/reset/143 ok 1812 /checksum/SHA512/reset/144 ok 1813 /checksum/SHA512/reset/145 ok 1814 /checksum/SHA512/reset/146 ok 1815 /checksum/SHA512/reset/147 ok 1816 /checksum/SHA512/reset/148 ok 1817 /checksum/SHA512/reset/149 ok 1818 /checksum/SHA512/reset/150 ok 1819 /checksum/SHA512/reset/151 ok 1820 /checksum/SHA512/reset/152 ok 1821 /checksum/SHA512/reset/153 ok 1822 /checksum/SHA512/reset/154 ok 1823 /checksum/SHA512/reset/155 ok 1824 /checksum/SHA512/reset/156 ok 1825 /checksum/SHA512/reset/157 ok 1826 /checksum/SHA512/reset/158 ok 1827 /checksum/SHA512/reset/159 ok 1828 /checksum/SHA512/reset/160 ok 1829 /checksum/SHA512/reset/161 ok 1830 /checksum/SHA512/reset/162 ok 1831 /checksum/SHA512/reset/163 ok 1832 /checksum/SHA512/reset/164 ok 1833 /checksum/SHA512/reset/165 ok 1834 /checksum/SHA512/reset/166 ok 1835 /checksum/SHA512/reset/167 ok 1836 /checksum/SHA512/reset/168 ok 1837 /checksum/SHA512/reset/169 ok 1838 /checksum/SHA512/reset/170 ok 1839 /checksum/SHA512/reset/171 ok 1840 /checksum/SHA512/reset/172 ok 1841 /checksum/SHA512/reset/173 ok 1842 /checksum/SHA512/reset/174 ok 1843 /checksum/SHA512/reset/175 ok 1844 /checksum/SHA512/reset/176 ok 1845 /checksum/SHA512/reset/177 ok 1846 /checksum/SHA512/reset/178 ok 1847 /checksum/SHA512/reset/179 ok 1848 /checksum/SHA512/reset/180 ok 1849 /checksum/SHA512/reset/181 ok 1850 /checksum/SHA512/reset/182 ok 1851 /checksum/SHA512/reset/183 # End of reset tests # End of SHA512 tests # End of checksum tests PASS: glib/checksum.test Running test: glib/environment.test # random seed: R02S828350501a97ada78d10999fb1b68a3c 1..4 # Start of environ tests ok 1 /environ/listenv ok 2 /environ/setenv ok 3 /environ/array ok 4 /environ/null # End of environ tests PASS: glib/environment.test Running test: glib/socket-service.test # random seed: R02Sdfefe2848fd2cad18bda38d92015d325 1..2 # Start of socket-service tests ok 1 /socket-service/start-stop # Start of threaded tests # Bug Reference: http://bugzilla.gnome.org/712570 ok 2 /socket-service/threaded/712570 # End of threaded tests # End of socket-service tests PASS: glib/socket-service.test Running test: glib/1bit-mutex.test # random seed: R02S47dda1411da9594490cc332b7afa9b89 1..2 # Start of glib tests # Start of 1bit-mutex tests ok 1 /glib/1bit-mutex/int ok 2 /glib/1bit-mutex/pointer # End of 1bit-mutex tests # End of glib tests PASS: glib/1bit-mutex.test Running test: glib/gdbus-addresses.test # random seed: R02Sea2ed3581acc4c4fcdb9d633ac6122d8 1..7 # Start of gdbus tests ok 1 /gdbus/empty-address ok 2 /gdbus/unix-address ok 3 /gdbus/nonce-tcp-address ok 4 /gdbus/tcp-address ok 5 /gdbus/autolaunch-address ok 6 /gdbus/mixed-address ok 7 /gdbus/escape-address # End of gdbus tests PASS: glib/gdbus-addresses.test Running test: glib/scannerapi.test # random seed: R02Sc6f78d969ffa55aebf11947bdc07cb3c 1..4 # Start of scanner tests ok 1 /scanner/warn ok 2 /scanner/error ok 3 /scanner/symbols ok 4 /scanner/tokens # End of scanner tests PASS: glib/scannerapi.test Running test: glib/bit-test.test PASS: glib/bit-test.test Running test: glib/rand.test # random seed: R02S28ed1ad0fb29820e8e201eea2f0f79d0 1..2 # Start of rand tests ok 1 /rand/test-rand # Bug Reference: http://bugzilla.gnome.org/502560 ok 2 /rand/double-range # End of rand tests PASS: glib/rand.test Running test: pango/test-layout.test /layout/valid-2.markup: OK /layout/valid-1.markup: OK PASS: pango/test-layout.test Running test: glib/gnotification.test # random seed: R02S18666df6c959b695bd98907dab1f3f9f 1..2 # Start of gnotification tests ok 1 /gnotification/basic ok 2 /gnotification/properties # End of gnotification tests PASS: glib/gnotification.test Running test: glib/bitlock.test # random seed: R02Sd64d506e7a814fdbd13372b3c008c811 1..0 PASS: glib/bitlock.test Running test: glib/tls-certificate.test # random seed: R02S71b534dff23a064da311cc2385d28dfc 1..6 # Start of tls-certificate tests ok 1 /tls-certificate/pem-parser ok 2 /tls-certificate/pem-parser-handles-chain ok 3 /tls-certificate/from_file ok 4 /tls-certificate/from_files ok 5 /tls-certificate/from_files_pkcs8 ok 6 /tls-certificate/list_from_file # End of tls-certificate tests PASS: glib/tls-certificate.test Running test: glib/dynamictests.test # random seed: R02S7f9c9e28116fb856a366243f295ed89b 1..2 # Start of GObject tests ok 1 /GObject/threaded-dynamic-ref-unref-init ok 2 /GObject/dynamic-interface-properties # End of GObject tests PASS: glib/dynamictests.test Running test: glib/io-stream.test # random seed: R02Sa458add8aa597393281b2422a5bb2bcc 1..3 # Start of io-stream tests ok 1 /io-stream/copy-chunks # Start of close tests # Start of async tests ok 2 /io-stream/close/async/memory ok 3 /io-stream/close/async/file # End of async tests # End of close tests # End of io-stream tests PASS: glib/io-stream.test Running test: glib/live-g-file.test # random seed: R02Sca643d26675895c2e686c12db1ff97e1 1..11 # Start of live-g-file tests ok 1 /live-g-file/prep_clean_structure ok 2 /live-g-file/create_structure ok 3 /live-g-file/test_initial_structure ok 4 /live-g-file/test_traverse_structure ok 5 /live-g-file/test_enumerate ok 6 /live-g-file/test_open ok 7 /live-g-file/test_create ok 8 /live-g-file/test_copy_move ok 9 /live-g-file/test_delete ok 10 /live-g-file/test_make_directory_with_parents ok 11 /live-g-file/final_clean # End of live-g-file tests PASS: glib/live-g-file.test Running test: glib/slice-threadinit.test PASS: glib/slice-threadinit.test Running test: glib/g-file-info.test # random seed: R02S124f6f2eb1201b0926cd319226fa600d 1..1 # Start of g-file-info tests ok 1 /g-file-info/test_g_file_info # End of g-file-info tests PASS: glib/g-file-info.test Running test: glib/thumbnail-verification.test # random seed: R02S7806fa75845c04eebae61344ca98e05b 1..1 # Start of png-thumbs tests ok 1 /png-thumbs/validity # End of png-thumbs tests PASS: glib/thumbnail-verification.test Running test: glib/rwlock.test # random seed: R02Sd2b28dd6da7db1fe1ef256478b56a6e7 1..8 # Start of thread tests ok 1 /thread/rwlock1 ok 2 /thread/rwlock2 ok 3 /thread/rwlock3 ok 4 /thread/rwlock4 ok 5 /thread/rwlock5 ok 6 /thread/rwlock6 ok 7 /thread/rwlock7 ok 8 /thread/rwlock8 # End of thread tests PASS: glib/rwlock.test Running test: glib/autoptr.test # random seed: R02S4565d729bdd8285e4a22c40bef765124 1..1 # Start of autoptr tests ok 1 /autoptr/autoptr # End of autoptr tests PASS: glib/autoptr.test Running test: glib/overflow.test # random seed: R02S5291530f39a3e7c1617da009690f65d3 1..6 # Start of glib tests # Start of checked-math tests ok 1 /glib/checked-math/guint-add ok 2 /glib/checked-math/guint-mul ok 3 /glib/checked-math/guint64-add ok 4 /glib/checked-math/guint64-mul ok 5 /glib/checked-math/gsize-add ok 6 /glib/checked-math/gsize-mul # End of checked-math tests # End of glib tests PASS: glib/overflow.test Running test: glib/unix-streams.test # random seed: R02Sf2a8d2accfd6f0a472c8ed0d990d0268 1..3 # Start of unix-streams tests ok 1 /unix-streams/basic ok 2 /unix-streams/pipe-io-test ok 3 /unix-streams/nonblocking-io-test # End of unix-streams tests PASS: glib/unix-streams.test Running test: pango/testboundaries_ucd.test /text/break/grapheme: Testing /usr/libexec/installed-tests/pango/GraphemeBreakTest.txt. OK /text/break/word: /usr/libexec/installed-tests/pango/WordBreakTest.txt not found. Skipping test. OK /text/break/sentence: /usr/libexec/installed-tests/pango/SentenceBreakTest.txt not found. Skipping test. OK /text/break/line: /usr/libexec/installed-tests/pango/LineBreakTest.txt not found. Skipping test. OK PASS: pango/testboundaries_ucd.test Running test: gdk-pixbuf/pixbuf-icon-serialize.test # random seed: R02S8f2687a57f8ed0810a9bae560ed84273 1..1 # Start of pixbuf tests # Start of icon tests ok 1 /pixbuf/icon/serialize # End of icon tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-icon-serialize.test Running test: glib/async-splice-output-stream.test # random seed: R02S34ef0b19e36db05bd0bdd55f06d7a9a3 1..4 # Start of async-splice tests ok 1 /async-splice/copy-chunks ok 2 /async-splice/copy-chunks-threaded-input ok 3 /async-splice/copy-chunks-threaded-output ok 4 /async-splice/copy-chunks-threaded # End of async-splice tests PASS: glib/async-splice-output-stream.test Running test: glib/hook.test # random seed: R02S1007ab8dfee05b55ed0744ced2591c59 1..1 # Start of hook tests ok 1 /hook/test1 # End of hook tests PASS: glib/hook.test Running test: glib/gio-test.test PASS: glib/gio-test.test Running test: glib/unicode-encoding.test PASS: glib/unicode-encoding.test Running test: glib/642026.test # random seed: R02S3741bcadf2b0c548751a25403c7d6315 1..1 # Start of glib tests # Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642026 ok 1 /glib/642026 # End of glib tests PASS: glib/642026.test Running test: glib/reference.test # random seed: R02S0198a53171ebe493abc6598b061a70aa 1..15 # Start of type tests ok 1 /type/fundamentals ok 2 /type/qdata ok 3 /type/query ok 4 /type/class-private # End of type tests # Start of object tests ok 5 /object/clear ok 6 /object/clear-function ok 7 /object/set ok 8 /object/set-function ok 9 /object/value ok 10 /object/initially-unowned ok 11 /object/weak-pointer ok 12 /object/weak-ref ok 13 /object/toggle-ref ok 14 /object/qdata ok 15 /object/qdata2 # End of object tests PASS: glib/reference.test Running test: glib/gdbus-auth.test # random seed: R02S92250da4a510a929a8238f417121b17c 1..5 # Start of gdbus tests # Start of auth tests # Start of client tests ok 1 /gdbus/auth/client/EXTERNAL ok 2 /gdbus/auth/client/DBUS_COOKIE_SHA1 # End of client tests # Start of server tests ok 3 /gdbus/auth/server/ANONYMOUS ok 4 /gdbus/auth/server/EXTERNAL ok 5 /gdbus/auth/server/DBUS_COOKIE_SHA1 # End of server tests # End of auth tests # End of gdbus tests PASS: glib/gdbus-auth.test Running test: glib/simple-proxy.test # random seed: R02S736924f2c6aba0fff0a00d18539a9a26 1..3 # Start of static-proxy tests ok 1 /static-proxy/uri ok 2 /static-proxy/socks ok 3 /static-proxy/ignore # End of static-proxy tests PASS: glib/simple-proxy.test Running test: glib/gdbus-connection.test # random seed: R02Sa60a6242390b513aab734b45dcddce75 1..8 # Start of gdbus tests # Start of connection tests ok 1 /gdbus/connection/bus-failure ok 2 /gdbus/connection/basic ok 3 /gdbus/connection/life-cycle ok 4 /gdbus/connection/send ok 5 /gdbus/connection/signals ok 6 /gdbus/connection/signal-match-rules ok 7 /gdbus/connection/filter ok 8 /gdbus/connection/serials # End of connection tests # End of gdbus tests PASS: glib/gdbus-connection.test Running test: glib/glistmodel.test # random seed: R02S5baca3659e8f20efeac5a24179c8358e 1..3 # Start of glistmodel tests # Start of store tests ok 1 /glistmodel/store/boundaries ok 2 /glistmodel/store/refcounts ok 3 /glistmodel/store/sorted # End of store tests # End of glistmodel tests PASS: glib/glistmodel.test Running test: glib/monitor.test # random seed: R02S21aa7d1a60e53897a55eb77b2efc7cac 1..1 # Start of monitor tests ok 1 /monitor/directory # End of monitor tests PASS: glib/monitor.test Running test: glib/param.test # random seed: R02Saa7e986b5ad1c327c1830e826c10f864 1..7 # Start of param tests ok 1 /param/value ok 2 /param/strings ok 3 /param/qdata ok 4 /param/validate ok 5 /param/convert ok 6 /param/default # Start of implement tests # Start of subprocess tests # End of subprocess tests # End of implement tests # End of param tests # Start of value tests ok 7 /value/transform # End of value tests PASS: glib/param.test Running test: glib/gdbus-non-socket.test # random seed: R02S63bbacb48c678fc1339295f220d94771 1..1 # Start of gdbus tests ok 1 /gdbus/non-socket # End of gdbus tests PASS: glib/gdbus-non-socket.test Running test: glib/gvalue-test.test /gvalue/enum-transformation: OK /gvalue/gtype: OK /gvalue/collection: OK /gvalue/copying: OK PASS: glib/gvalue-test.test Running test: glib/contexts.test # random seed: R02S27d10e3ddbb4ae6c4bcdcf7a087294ad 1..5 # Start of gio tests # Start of contexts tests ok 1 /gio/contexts/thread-independence ok 2 /gio/contexts/context-independence # Start of context-specific tests ok 3 /gio/contexts/context-specific/identity ok 4 /gio/contexts/context-specific/emit ok 5 /gio/contexts/context-specific/emit-and-unref # End of context-specific tests # End of contexts tests # End of gio tests PASS: glib/contexts.test Running test: glib/properties.test # random seed: R02Sfe4344eef51de8ff9df0f3cda56b750f 1..4 # Start of properties tests ok 1 /properties/install ok 2 /properties/notify ok 3 /properties/notify-queue # Bug Reference: http://bugzilla.gnome.org/630357 ok 4 /properties/construct # End of properties tests PASS: glib/properties.test Running test: glib/gdbus-export.test # random seed: R02S677db9ff9fce0647ba27044ed4a1b6d9 1..4 # Start of gdbus tests ok 1 /gdbus/object-registration ok 2 /gdbus/object-registration-with-closures ok 3 /gdbus/registered-interfaces ok 4 /gdbus/async-properties # End of gdbus tests PASS: glib/gdbus-export.test Running test: glib/dir.test # random seed: R02S85f74a684466d0f8d50eff27c3b77cb8 1..2 # Start of dir tests ok 1 /dir/read ok 2 /dir/nonexisting # End of dir tests PASS: glib/dir.test Running test: glib/relation-test.test PASS: glib/relation-test.test Running test: glib/utf8-misc.test # random seed: R02S2fae9cc00007a77b282b9c9ddc118a12 1..6 # Start of utf8 tests ok 1 /utf8/strlen ok 2 /utf8/strncpy ok 3 /utf8/strrchr ok 4 /utf8/reverse ok 5 /utf8/substring ok 6 /utf8/make-valid # End of utf8 tests PASS: glib/utf8-misc.test Running test: glib/thread-test.test PASS: glib/thread-test.test Running test: glib/string.test # random seed: R02S0cf47b99fa18489b068639fef01e665d 1..18 # Start of string tests ok 1 /string/test-string-chunks ok 2 /string/test-string-chunk-insert ok 3 /string/test-string-new ok 4 /string/test-string-printf ok 5 /string/test-string-assign ok 6 /string/test-string-append-c ok 7 /string/test-string-append ok 8 /string/test-string-prepend-c ok 9 /string/test-string-prepend ok 10 /string/test-string-insert ok 11 /string/test-string-insert-unichar ok 12 /string/test-string-equal ok 13 /string/test-string-truncate ok 14 /string/test-string-overwrite ok 15 /string/test-string-nul-handling ok 16 /string/test-string-up-down ok 17 /string/test-string-set-size ok 18 /string/test-string-to-bytes # End of string tests PASS: glib/string.test Running test: glib/include.test # random seed: R02S65577769ccb9d37c561cd4d3b9aeea1a 1..1 # Start of include tests ok 1 /include/rwlock # End of include tests PASS: glib/include.test Running test: glib/gdbus-peer.test # random seed: R02Sd31cd003629fd832f52e18de26cbe321 1..6 # Start of gdbus tests ok 1 /gdbus/peer-to-peer ok 2 /gdbus/delayed-message-processing ok 3 /gdbus/nonce-tcp ok 4 /gdbus/tcp-anonymous ok 5 /gdbus/credentials ok 6 /gdbus/codegen-peer-to-peer # End of gdbus tests PASS: glib/gdbus-peer.test Running test: gdk-pixbuf/pixbuf-threads.test # random seed: R02S708e7d8586001f60c21dab6539bf8242 1..1 # Start of pixbuf tests # reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.gif # reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.png # reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.2.jpeg # reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.bmp # reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.xpm # reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.tga # reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.jpeg ok 1 /pixbuf/threads # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-threads.test Running test: glib/child-test.test PASS: glib/child-test.test Running test: glib/pattern.test # random seed: R02S671dfdad1b69eef0d08cda0d87c688e0 1..75 # Start of pattern tests # Start of compile tests ok 1 /pattern/compile/0 ok 2 /pattern/compile/1 ok 3 /pattern/compile/2 ok 4 /pattern/compile/3 ok 5 /pattern/compile/4 ok 6 /pattern/compile/5 ok 7 /pattern/compile/6 ok 8 /pattern/compile/7 ok 9 /pattern/compile/8 ok 10 /pattern/compile/9 ok 11 /pattern/compile/10 ok 12 /pattern/compile/11 ok 13 /pattern/compile/12 # End of compile tests # Start of match tests ok 14 /pattern/match/0 ok 15 /pattern/match/1 ok 16 /pattern/match/2 ok 17 /pattern/match/3 ok 18 /pattern/match/4 ok 19 /pattern/match/5 ok 20 /pattern/match/6 ok 21 /pattern/match/7 ok 22 /pattern/match/8 ok 23 /pattern/match/9 ok 24 /pattern/match/10 ok 25 /pattern/match/11 ok 26 /pattern/match/12 ok 27 /pattern/match/13 ok 28 /pattern/match/14 ok 29 /pattern/match/15 ok 30 /pattern/match/16 ok 31 /pattern/match/17 ok 32 /pattern/match/18 ok 33 /pattern/match/19 ok 34 /pattern/match/20 ok 35 /pattern/match/21 ok 36 /pattern/match/22 ok 37 /pattern/match/23 ok 38 /pattern/match/24 ok 39 /pattern/match/25 ok 40 /pattern/match/26 ok 41 /pattern/match/27 ok 42 /pattern/match/28 ok 43 /pattern/match/29 ok 44 /pattern/match/30 ok 45 /pattern/match/31 ok 46 /pattern/match/32 ok 47 /pattern/match/33 ok 48 /pattern/match/34 ok 49 /pattern/match/35 ok 50 /pattern/match/36 ok 51 /pattern/match/37 ok 52 /pattern/match/38 ok 53 /pattern/match/39 ok 54 /pattern/match/40 ok 55 /pattern/match/41 ok 56 /pattern/match/42 ok 57 /pattern/match/43 ok 58 /pattern/match/44 ok 59 /pattern/match/45 ok 60 /pattern/match/46 ok 61 /pattern/match/47 ok 62 /pattern/match/48 ok 63 /pattern/match/49 ok 64 /pattern/match/50 # End of match tests # Start of equal tests ok 65 /pattern/equal/0 ok 66 /pattern/equal/1 ok 67 /pattern/equal/2 ok 68 /pattern/equal/3 ok 69 /pattern/equal/4 ok 70 /pattern/equal/5 ok 71 /pattern/equal/6 ok 72 /pattern/equal/7 ok 73 /pattern/equal/8 ok 74 /pattern/equal/9 ok 75 /pattern/equal/10 # End of equal tests # End of pattern tests PASS: glib/pattern.test Running test: glib/defaultiface.test PASS: glib/defaultiface.test Running test: gdk-pixbuf/pixbuf-short-gif-write.test # random seed: R02S7cdc0960c5fd0e1a7d93184db297fff8 1..2 # Start of animation tests ok 1 /animation/short_gif_write ok 2 /animation/load_first_frame # End of animation tests PASS: gdk-pixbuf/pixbuf-short-gif-write.test Running test: gdk-pixbuf/pixbuf-resource.test # random seed: R02S1004cce6ba6b2711ed6624a0f47124da 1..2 # Start of pixbuf tests # GdkPixbuf-DEBUG: gdk_pixbuf_from_pixdata() called on: # GdkPixbuf-DEBUG: Encoding raw # GdkPixbuf-DEBUG: Dimensions: 48 x 48 # GdkPixbuf-DEBUG: Rowstride: 192, Length: 9240 # GdkPixbuf-DEBUG: Copy pixels == false ok 1 /pixbuf/resource # Start of resource tests ok 2 /pixbuf/resource/at-scale # End of resource tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-resource.test Running test: glib/testing.test # random seed: R02Se8e97d8ec72a7032ce9c77dc795aaf8b 1..25 # Start of random-generator tests ok 1 /random-generator/rand-1 ok 2 /random-generator/rand-2 ok 3 /random-generator/random-conversions # End of random-generator tests # Start of misc tests ok 4 /misc/assertions ok 5 /misc/test-data ok 6 /misc/primetoul ok 7 /misc/fatal-log-handler ok 8 /misc/expected-messages ok 9 /misc/dash-p ok 10 /misc/nonfatal ok 11 /misc/skip # SKIP Skipped should count as passed, not failed ok 12 /misc/skip-all ok 13 /misc/fail ok 14 /misc/incomplete ok 15 /misc/timeout # Start of assertions tests # Start of subprocess tests # End of subprocess tests # End of assertions tests # Start of fatal-log-handler tests # Start of subprocess tests # End of subprocess tests # End of fatal-log-handler tests # Start of expected-messages tests ok 16 /misc/expected-messages/expect-error # Test-DEBUG: should be ignored ok 17 /misc/expected-messages/skip-debug # Start of subprocess tests # End of subprocess tests # End of expected-messages tests # Start of dash-p tests ok 18 /misc/dash-p/child # Start of child tests ok 19 /misc/dash-p/child/sub ok 20 /misc/dash-p/child/sub2 # Start of sub tests # Start of subprocess tests # End of subprocess tests # End of sub tests # End of child tests # Start of subprocess tests # Start of hidden tests # End of hidden tests # End of subprocess tests # End of dash-p tests # Start of skip-all tests # Start of subprocess tests # End of subprocess tests # End of skip-all tests # End of misc tests # Start of forking tests # testing:ERROR:../../../glib-2.52.2/glib/tests/testing.c:127:test_fork_fail: code should not be reached ok 21 /forking/fail assertion ok 22 /forking/patterns # End of forking tests # Start of trap_subprocess tests ok 23 /trap_subprocess/fail ok 24 /trap_subprocess/no-such-test ok 25 /trap_subprocess/patterns # End of trap_subprocess tests PASS: glib/testing.test Running test: glib/binding.test # random seed: R02S9e24a0a49c1c2ef10726601994933170 1..11 # Start of binding tests ok 1 /binding/default ok 2 /binding/bidirectional ok 3 /binding/transform ok 4 /binding/transform-default ok 5 /binding/transform-closure # Bug Reference: http://bugzilla.gnome.org/621782 ok 6 /binding/chain ok 7 /binding/sync-create ok 8 /binding/invert-boolean ok 9 /binding/same-object ok 10 /binding/unbind ok 11 /binding/fail # End of binding tests PASS: glib/binding.test Running test: glib/qsort-test.test PASS: glib/qsort-test.test Running test: glib/data-input-stream.test # random seed: R02S8bbe2de5d02fdec263cfdd169b68c85c 1..10 # Start of data-input-stream tests ok 1 /data-input-stream/basic ok 2 /data-input-stream/read-lines-LF ok 3 /data-input-stream/read-lines-LF-valid-utf8 ok 4 /data-input-stream/read-lines-LF-invalid-utf8 ok 5 /data-input-stream/read-lines-CR ok 6 /data-input-stream/read-lines-CR-LF ok 7 /data-input-stream/read-lines-any ok 8 /data-input-stream/read-until ok 9 /data-input-stream/read-upto ok 10 /data-input-stream/read-int # End of data-input-stream tests PASS: glib/data-input-stream.test Running test: glib/network-address.test # random seed: R02Sbb0fc9b1520051a7ce18b12be3542a9c 1..53 # Start of network-address tests ok 1 /network-address/basic ok 2 /network-address/scope-id ok 3 /network-address/uri-scope-id ok 4 /network-address/to-string # Start of parse-host tests ok 5 /network-address/parse-host/0 ok 6 /network-address/parse-host/1 ok 7 /network-address/parse-host/2 ok 8 /network-address/parse-host/3 ok 9 /network-address/parse-host/4 ok 10 /network-address/parse-host/5 ok 11 /network-address/parse-host/6 ok 12 /network-address/parse-host/7 ok 13 /network-address/parse-host/8 ok 14 /network-address/parse-host/9 # End of parse-host tests # Start of parse-uri tests ok 15 /network-address/parse-uri/0 ok 16 /network-address/parse-uri/1 ok 17 /network-address/parse-uri/2 ok 18 /network-address/parse-uri/3 ok 19 /network-address/parse-uri/4 ok 20 /network-address/parse-uri/5 ok 21 /network-address/parse-uri/6 ok 22 /network-address/parse-uri/7 ok 23 /network-address/parse-uri/8 ok 24 /network-address/parse-uri/9 # End of parse-uri tests # Start of resolve-address tests ok 25 /network-address/resolve-address/0 ok 26 /network-address/resolve-address/1 ok 27 /network-address/resolve-address/2 ok 28 /network-address/resolve-address/3 ok 29 /network-address/resolve-address/4 ok 30 /network-address/resolve-address/5 ok 31 /network-address/resolve-address/6 ok 32 /network-address/resolve-address/7 ok 33 /network-address/resolve-address/8 ok 34 /network-address/resolve-address/9 ok 35 /network-address/resolve-address/10 ok 36 /network-address/resolve-address/11 ok 37 /network-address/resolve-address/12 # End of resolve-address tests # Start of loopback tests ok 38 /network-address/loopback/basic ok 39 /network-address/loopback/sync ok 40 /network-address/loopback/async # End of loopback tests # End of network-address tests # Start of gresolver tests # Start of resolve-address tests ok 41 /gresolver/resolve-address/0 ok 42 /gresolver/resolve-address/1 ok 43 /gresolver/resolve-address/2 ok 44 /gresolver/resolve-address/3 ok 45 /gresolver/resolve-address/4 ok 46 /gresolver/resolve-address/5 ok 47 /gresolver/resolve-address/6 ok 48 /gresolver/resolve-address/7 ok 49 /gresolver/resolve-address/8 ok 50 /gresolver/resolve-address/9 ok 51 /gresolver/resolve-address/10 ok 52 /gresolver/resolve-address/11 ok 53 /gresolver/resolve-address/12 # End of resolve-address tests # End of gresolver tests PASS: glib/network-address.test Running test: glib/strfuncs.test # random seed: R02S4065fde51b70fa18e56ddb6791776b7d 1..30 # Start of strfuncs tests ok 1 /strfuncs/test-is-to-digit ok 2 /strfuncs/strdup ok 3 /strfuncs/strndup ok 4 /strfuncs/strdup-printf ok 5 /strfuncs/strdupv ok 6 /strfuncs/strnfill ok 7 /strfuncs/strconcat ok 8 /strfuncs/strjoin ok 9 /strfuncs/strcanon ok 10 /strfuncs/strcompress-strescape ok 11 /strfuncs/ascii-strcasecmp ok 12 /strfuncs/strchug ok 13 /strfuncs/strchomp ok 14 /strfuncs/strreverse ok 15 /strfuncs/strncasecmp ok 16 /strfuncs/strstr ok 17 /strfuncs/has-prefix ok 18 /strfuncs/has-suffix ok 19 /strfuncs/strsplit ok 20 /strfuncs/strsplit-set ok 21 /strfuncs/strv-length ok 22 /strfuncs/strtod ok 23 /strfuncs/strtoull-strtoll ok 24 /strfuncs/bounds-check ok 25 /strfuncs/strip-context ok 26 /strfuncs/strerror ok 27 /strfuncs/strsignal ok 28 /strfuncs/strup ok 29 /strfuncs/transliteration ok 30 /strfuncs/strv-contains # End of strfuncs tests PASS: glib/strfuncs.test Running test: glib/completion-test.test PASS: glib/completion-test.test Running test: glib/protocol.test # random seed: R02Sa93dd7ee9e1262e1c4a0f36b859518aa 1..9 # Start of glib tests # Start of testing tests # Start of protocol tests ok 1 /glib/testing/protocol/debug ok 2 /glib/testing/protocol/info ok 3 /glib/testing/protocol/message ok 4 /glib/testing/protocol/warning ok 5 /glib/testing/protocol/critical ok 6 /glib/testing/protocol/error ok 7 /glib/testing/protocol/gtest-message ok 8 /glib/testing/protocol/test-message ok 9 /glib/testing/protocol/test-error # End of protocol tests # End of testing tests # End of glib tests PASS: glib/protocol.test Running test: glib/mainloop.test # random seed: R02S6596da54e8deebb69df80de54ef0dcf1 1..21 # Start of maincontext tests ok 1 /maincontext/basic # End of maincontext tests # Start of mainloop tests ok 2 /mainloop/basic ok 3 /mainloop/timeouts ok 4 /mainloop/priorities ok 5 /mainloop/invoke ok 6 /mainloop/child_sources ok 7 /mainloop/recursive_child_sources ok 8 /mainloop/swapping_child_sources # Bug Reference: http://bugzilla.gnome.org/701283 ok 9 /mainloop/blocked_child_sources ok 10 /mainloop/source_time # Bug Reference: http://bugzilla.gnome.org/687098 ok 11 /mainloop/overflow ok 12 /mainloop/ready-time ok 13 /mainloop/wakeup ok 14 /mainloop/remove-invalid ok 15 /mainloop/unref-while-pending ok 16 /mainloop/unix-fd ok 17 /mainloop/unix-fd-source ok 18 /mainloop/source-unix-fd-api ok 19 /mainloop/wait ok 20 /mainloop/unix-file-poll ok 21 /mainloop/nfds # End of mainloop tests PASS: glib/mainloop.test Running test: glib/mapping-test.test PASS: glib/mapping-test.test Running test: glib/spawn-multithreaded.test # random seed: R02S1757b046167bfaa2e83f04182504ec37 1..2 # Start of gthread tests ok 1 /gthread/spawn-sync ok 2 /gthread/spawn-async # End of gthread tests PASS: glib/spawn-multithreaded.test Running test: glib/dirname-test.test PASS: glib/dirname-test.test Running test: gdk-pixbuf/pixbuf-scale.test # random seed: R02S8ace73fcb0ba64b4ce914f10bb082eee 1..18 # Start of pixbuf tests # Start of scale tests ok 1 /pixbuf/scale/png ok 2 /pixbuf/scale/bmp ok 3 /pixbuf/scale/gif ok 4 /pixbuf/scale/jpeg ok 5 /pixbuf/scale/tga ok 6 /pixbuf/scale/xpm ok 7 /pixbuf/scale/xbm # Start of halve-checkerboard tests ok 8 /pixbuf/scale/halve-checkerboard/nearest ok 9 /pixbuf/scale/halve-checkerboard/tiles ok 10 /pixbuf/scale/halve-checkerboard/bilinear ok 11 /pixbuf/scale/halve-checkerboard/hyper # End of halve-checkerboard tests # Start of offset tests ok 12 /pixbuf/scale/offset/nearest ok 13 /pixbuf/scale/offset/tiles ok 14 /pixbuf/scale/offset/bilinear ok 15 /pixbuf/scale/offset/hyper # End of offset tests # Start of dest tests ok 16 /pixbuf/scale/dest/nearest ok 17 /pixbuf/scale/dest/tiles ok 18 /pixbuf/scale/dest/bilinear # End of dest tests # End of scale tests # End of pixbuf tests PASS: gdk-pixbuf/pixbuf-scale.test Running test: glib/node.test # random seed: R02Saae97b9776612b3d89980ee465b27a50 1..6 # Start of node tests ok 1 /node/allocation ok 2 /node/construction ok 3 /node/traversal ok 4 /node/misc ok 5 /node/unlink ok 6 /node/copy # End of node tests PASS: glib/node.test SUMMARY: total=253; passed=252; skipped=0; failed=1; user=113.1s; system=53.8s; maxrss=154240 ERROR: Exit status is 2048 END: /usr/lib/glib-2.0/ptest 2017-08-12T17:38 2017-08-12T17:38 BEGIN: /usr/lib/gzip/ptest make check-TESTS make[1]: Entering directory '/usr/lib/gzip/ptest/src/tests' make[2]: Entering directory '/usr/lib/gzip/ptest/src/tests' PASS: gzip-env PASS: helin-segv PASS: help-version PASS: hufts PASS: keep PASS: list PASS: memcpy-abuse PASS: mixed PASS: null-suffix-clobber PASS: stdin PASS: trailing-nul PASS: unpack-invalid PASS: z-suffix PASS: zdiff PASS: zgrep-f PASS: zgrep-context PASS: zgrep-signal PASS: znew-k ============================================================================ Testsuite summary for gzip 1.8 ============================================================================ # TOTAL: 18 # PASS: 18 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[2]: Leaving directory '/usr/lib/gzip/ptest/src/tests' make[1]: Leaving directory '/usr/lib/gzip/ptest/src/tests' END: /usr/lib/gzip/ptest 2017-08-12T17:39 2017-08-12T17:39 BEGIN: /usr/lib/kbd/ptest make: Entering directory '/usr/lib/kbd/ptest/tests' make[1]: Entering directory '/usr/lib/kbd/ptest/tests' PASS: libkeymap-init PASS: libkeymap-kmap PASS: libkeymap-keys PASS: libkeymap-parse PASS: libkeymap-charset PASS: dumpkeys-fulltable PASS: alt-is-meta ============================================================================ Testsuite summary for kbd 2.0.4 ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[1]: Leaving directory '/usr/lib/kbd/ptest/tests' make: Leaving directory '/usr/lib/kbd/ptest/tests' END: /usr/lib/kbd/ptest 2017-08-12T17:39 2017-08-12T17:39 BEGIN: /usr/lib/libpcre/ptest make[1]: Entering directory '/usr/lib/libpcre/ptest' PASS: pcre_stringpiece_unittest PASS: RunTest PASS: RunGrepTest ============================================================================ Testsuite summary for PCRE 8.36 ============================================================================ # TOTAL: 3 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[1]: Leaving directory '/usr/lib/libpcre/ptest' END: /usr/lib/libpcre/ptest 2017-08-12T17:39 2017-08-12T17:39 BEGIN: /usr/lib/libxml2/ptest [ -d test ] || ln -s ../libxml2-2.9.4/test . [ -d result ] || ln -s ../libxml2-2.9.4/result . ./runtest && \ ./testrecurse && \ ASAN_OPTIONS="$ASAN_OPTIONS:detect_leaks=0" ./testapi && \ ./testchar && \ ./testdict && \ ./runxmlconf ## XML regression tests PASS: XML regression tests ## XML regression tests on memory PASS: XML regression tests on memory ## XML entity subst regression tests PASS: XML entity subst regression tests ## XML Namespaces regression tests PASS: XML Namespaces regression tests ## Error cases regression tests FAIL: Error cases regression tests ## Error cases regression tests (old 1.0) PASS: Error cases regression tests (old 1.0) ## Error cases stream regression tests ./test/errors/759398.xml:1: parser error : Unsupported encoding ISO-8859-5 ^ ./test/errors/759398.xml : failed to parse FAIL: Error cases stream regression tests ## Reader regression tests PASS: Reader regression tests ## Reader entities substitution regression tests PASS: Reader entities substitution regression tests ## Reader on memory regression tests PASS: Reader on memory regression tests ## Walker regression tests PASS: Walker regression tests ## SAX1 callbacks regression tests PASS: SAX1 callbacks regression tests ## SAX2 callbacks regression tests PASS: SAX2 callbacks regression tests ## XML push regression tests PASS: XML push regression tests ## HTML regression tests PASS: HTML regression tests ## Push HTML regression tests PASS: Push HTML regression tests ## HTML SAX regression tests PASS: HTML SAX regression tests ## Valid documents regression tests PASS: Valid documents regression tests ## Validity checking regression tests PASS: Validity checking regression tests ## Streaming validity checking regression tests PASS: Streaming validity checking regression tests ## Streaming validity error checking regression tests PASS: Streaming validity error checking regression tests ## General documents valid regression tests PASS: General documents valid regression tests ## XInclude regression tests PASS: XInclude regression tests ## XInclude xmlReader regression tests PASS: XInclude xmlReader regression tests ## XInclude regression tests stripping include nodes PASS: XInclude regression tests stripping include nodes ## XInclude xmlReader regression tests stripping include nodes PASS: XInclude xmlReader regression tests stripping include nodes ## URI parsing tests PASS: URI parsing tests ## URI base composition tests PASS: URI base composition tests ## Path URI conversion tests PASS: Path URI conversion tests ## Schemas regression tests PASS: Schemas regression tests ## Relax-NG regression tests PASS: Relax-NG regression tests ## Relax-NG streaming regression tests PASS: Relax-NG streaming regression tests ## Pattern regression tests PASS: Pattern regression tests ## C14N with comments regression tests PASS: C14N with comments regression tests ## C14N without comments regression tests PASS: C14N without comments regression tests ## C14N exclusive without comments regression tests PASS: C14N exclusive without comments regression tests ## C14N 1.1 without comments regression tests PASS: C14N 1.1 without comments regression tests ## Catalog and Threads regression tests PASS: Catalog and Threads regression tests Total 2656 tests, 2 errors, 0 leaks FAIL: runtest ERROR: Exit status is 512 END: /usr/lib/libxml2/ptest 2017-08-12T17:39 2017-08-12T17:39 BEGIN: /usr/lib/lttng-tools/ptest PASS: tools/filtering/test_invalid_filter 1 - Start session daemon PASS: tools/filtering/test_invalid_filter 2 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 3 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 4 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 5 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 6 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 7 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 8 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 9 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 10 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 11 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 12 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 13 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 14 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 15 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 16 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 17 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 18 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 19 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 20 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 21 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 22 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 23 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 24 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 25 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 26 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 27 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 28 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 29 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 30 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 31 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 32 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 33 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 34 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 35 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 36 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 37 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 38 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 39 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 40 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 41 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 42 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 43 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 44 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 45 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 46 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 47 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 48 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 49 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 50 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 51 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 52 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 53 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 54 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 55 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 56 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 57 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 58 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 59 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 60 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 61 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 62 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 63 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 64 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 65 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 66 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 67 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 68 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 69 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 70 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 71 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 72 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 73 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 74 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 75 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 76 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 77 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 78 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 79 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 80 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 81 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 82 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 83 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 84 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 85 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 86 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 87 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 88 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 89 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 90 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 91 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 92 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 93 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 94 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 95 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 96 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 97 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 98 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 99 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 100 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 101 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 102 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 103 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 104 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 105 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 106 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 107 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 108 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 109 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 110 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 111 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 112 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 113 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 114 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 115 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 116 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 117 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 118 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 119 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 120 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 121 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 122 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 123 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 124 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 125 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 126 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 127 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 128 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 129 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 130 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 131 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 132 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 133 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 134 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 135 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 136 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 137 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 138 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 139 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 140 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 141 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 142 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 143 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 144 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 145 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 146 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 147 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 148 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 149 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 150 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 151 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 152 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 153 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 154 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 155 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 156 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 157 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 158 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 159 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 160 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 161 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 162 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 163 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 164 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 165 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 166 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 167 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 168 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 169 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 170 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 171 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 172 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 173 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 174 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 175 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 176 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 177 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 178 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 179 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 180 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 181 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 182 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 183 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 184 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 185 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 186 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 187 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 188 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 189 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 190 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 191 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 192 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 193 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 194 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 195 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 196 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 197 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 198 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 199 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 200 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 201 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 202 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 203 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 204 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 205 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 206 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 207 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 208 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 209 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 210 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 211 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 212 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 213 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 214 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 215 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 216 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 217 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 218 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 219 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 220 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 221 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 222 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 223 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 224 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 225 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 226 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 227 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 228 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 229 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 230 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 231 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 232 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 233 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 234 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 235 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 236 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 237 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 238 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 239 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 240 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 241 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 242 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 243 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 244 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 245 - Create session filter-invalid in /tmp/tmp.bUnDc1rThW PASS: tools/filtering/test_invalid_filter 246 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 247 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 248 - Kill session daemon PASS: tools/filtering/test_unsupported_op 1 - Start session daemon PASS: tools/filtering/test_unsupported_op 2 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 3 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 4 - Unsupported operator test MUL (*) PASS: tools/filtering/test_unsupported_op 5 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 6 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 7 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 8 - Unsupported operator test DIV (/) PASS: tools/filtering/test_unsupported_op 9 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 10 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 11 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 12 - Unsupported operator test MOD (%) PASS: tools/filtering/test_unsupported_op 13 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 14 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 15 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 16 - Unsupported operator test PLUS (+) PASS: tools/filtering/test_unsupported_op 17 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 18 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 19 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 20 - Unsupported operator test MINUS (-) PASS: tools/filtering/test_unsupported_op 21 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 22 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 23 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 24 - Unsupported operator test LSHIFT (<<) PASS: tools/filtering/test_unsupported_op 25 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 26 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 27 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 28 - Unsupported operator test RSHIFT (>>) PASS: tools/filtering/test_unsupported_op 29 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 30 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 31 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 32 - Unsupported operator test BIN_AND (&) PASS: tools/filtering/test_unsupported_op 33 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 34 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 35 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 36 - Unsupported operator test BIN_OR (|) PASS: tools/filtering/test_unsupported_op 37 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 38 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 39 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 40 - Unsupported operator test BIN_XOR (^) PASS: tools/filtering/test_unsupported_op 41 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 42 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 43 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 44 - Unsupported operator test UNARY_BIN_NOT (~) PASS: tools/filtering/test_unsupported_op 45 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 46 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 47 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 48 - Unsupported operator test MUL (*) PASS: tools/filtering/test_unsupported_op 49 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 50 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 51 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 52 - Unsupported operator test DIV (/) PASS: tools/filtering/test_unsupported_op 53 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 54 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 55 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 56 - Unsupported operator test MOD (%) PASS: tools/filtering/test_unsupported_op 57 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 58 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 59 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 60 - Unsupported operator test PLUS (+) PASS: tools/filtering/test_unsupported_op 61 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 62 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 63 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 64 - Unsupported operator test MINUS (-) PASS: tools/filtering/test_unsupported_op 65 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 66 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 67 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 68 - Unsupported operator test LSHIFT (<<) PASS: tools/filtering/test_unsupported_op 69 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 70 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 71 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 72 - Unsupported operator test RSHIFT (>>) PASS: tools/filtering/test_unsupported_op 73 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 74 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 75 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 76 - Unsupported operator test BIN_AND (&) PASS: tools/filtering/test_unsupported_op 77 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 78 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 79 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 80 - Unsupported operator test BIN_OR (|) PASS: tools/filtering/test_unsupported_op 81 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 82 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 83 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 84 - Unsupported operator test BIN_XOR (^) PASS: tools/filtering/test_unsupported_op 85 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 86 - Create session filter-unsupported-ops in /tmp/tmp.XpwKodFBt9 PASS: tools/filtering/test_unsupported_op 87 - Enable lttng event with filtering and unsupported operator PASS: tools/filtering/test_unsupported_op 88 - Unsupported operator test UNARY_BIN_NOT (~) PASS: tools/filtering/test_unsupported_op 89 - Destroy session filter-unsupported-ops PASS: tools/filtering/test_unsupported_op 90 - Kill session daemon PASS: tools/filtering/test_valid_filter 1 - Start session daemon PASS: tools/filtering/test_valid_filter 2 - Create session valid_filter in /tmp/tmp.DjpllrEV7j PASS: tools/filtering/test_valid_filter 3 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 4 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 5 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 6 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 7 - Validate trace filter output PASS: tools/filtering/test_valid_filter 8 - Create session valid_filter in /tmp/tmp.bFEWQDztgs PASS: tools/filtering/test_valid_filter 9 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 10 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 11 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 12 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 13 - Validate trace filter output PASS: tools/filtering/test_valid_filter 14 - Create session valid_filter in /tmp/tmp.6bXLfHvSHj PASS: tools/filtering/test_valid_filter 15 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 16 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 17 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 18 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 19 - Validate trace filter output PASS: tools/filtering/test_valid_filter 20 - Create session valid_filter in /tmp/tmp.Vcziozdu7X PASS: tools/filtering/test_valid_filter 21 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 22 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 23 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 24 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 25 - Validate trace filter output PASS: tools/filtering/test_valid_filter 26 - Create session valid_filter in /tmp/tmp.5dbHmseiU8 PASS: tools/filtering/test_valid_filter 27 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 28 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 29 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 30 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 31 - Validate trace filter output PASS: tools/filtering/test_valid_filter 32 - Create session valid_filter in /tmp/tmp.E8BQDaC9T7 PASS: tools/filtering/test_valid_filter 33 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 34 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 35 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 36 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 37 - Validate trace filter output PASS: tools/filtering/test_valid_filter 38 - Create session valid_filter in /tmp/tmp.28WGNA2IYz PASS: tools/filtering/test_valid_filter 39 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 40 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 41 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 42 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 43 - Validate trace filter output PASS: tools/filtering/test_valid_filter 44 - Create session valid_filter in /tmp/tmp.WR6U1K7QHu PASS: tools/filtering/test_valid_filter 45 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 46 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 47 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 48 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 49 - Validate trace filter output PASS: tools/filtering/test_valid_filter 50 - Create session valid_filter in /tmp/tmp.5CgOeSvWiv PASS: tools/filtering/test_valid_filter 51 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 52 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 53 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 54 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 55 - Validate trace filter output PASS: tools/filtering/test_valid_filter 56 - Create session valid_filter in /tmp/tmp.3Lg6ifMujA PASS: tools/filtering/test_valid_filter 57 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 58 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 59 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 60 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 61 - Validate trace filter output PASS: tools/filtering/test_valid_filter 62 - Create session valid_filter in /tmp/tmp.NiD8I2RCmJ PASS: tools/filtering/test_valid_filter 63 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 64 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 65 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 66 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 67 - Validate trace filter output PASS: tools/filtering/test_valid_filter 68 - Create session valid_filter in /tmp/tmp.SQSi21Z8xi PASS: tools/filtering/test_valid_filter 69 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 70 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 71 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 72 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 73 - Validate trace filter output PASS: tools/filtering/test_valid_filter 74 - Create session valid_filter in /tmp/tmp.396NUVIbQE PASS: tools/filtering/test_valid_filter 75 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 76 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 77 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 78 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 79 - Validate trace filter output PASS: tools/filtering/test_valid_filter 80 - Create session valid_filter in /tmp/tmp.FlrSojMzcM PASS: tools/filtering/test_valid_filter 81 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 82 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 83 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 84 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 85 - Validate trace filter output PASS: tools/filtering/test_valid_filter 86 - Create session valid_filter in /tmp/tmp.g1B59STyCK PASS: tools/filtering/test_valid_filter 87 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 88 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 89 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 90 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 91 - Validate trace filter output PASS: tools/filtering/test_valid_filter 92 - Create session valid_filter in /tmp/tmp.M6DzC9l8vE PASS: tools/filtering/test_valid_filter 93 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 94 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 95 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 96 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 97 - Validate trace filter output PASS: tools/filtering/test_valid_filter 98 - Create session valid_filter in /tmp/tmp.M4NzQIQvpZ PASS: tools/filtering/test_valid_filter 99 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 100 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 101 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 102 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 103 - Validate trace filter output PASS: tools/filtering/test_valid_filter 104 - Create session valid_filter in /tmp/tmp.994MyapWCS PASS: tools/filtering/test_valid_filter 105 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 106 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 107 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 108 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 109 - Validate trace filter output PASS: tools/filtering/test_valid_filter 110 - Create session valid_filter in /tmp/tmp.4jDS2SR4wP PASS: tools/filtering/test_valid_filter 111 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 112 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 113 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 114 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 115 - Validate trace filter output PASS: tools/filtering/test_valid_filter 116 - Create session valid_filter in /tmp/tmp.OcvQQRQ7I6 PASS: tools/filtering/test_valid_filter 117 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 118 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 119 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 120 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 121 - Validate trace filter output PASS: tools/filtering/test_valid_filter 122 - Create session valid_filter in /tmp/tmp.OK5KOwJD3h PASS: tools/filtering/test_valid_filter 123 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 124 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 125 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 126 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 127 - Validate trace filter output PASS: tools/filtering/test_valid_filter 128 - Create session valid_filter in /tmp/tmp.IXDWwm1QrM PASS: tools/filtering/test_valid_filter 129 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 130 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 131 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 132 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 133 - Validate trace filter output PASS: tools/filtering/test_valid_filter 134 - Create session valid_filter in /tmp/tmp.Iy7o1rAGql PASS: tools/filtering/test_valid_filter 135 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 136 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 137 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 138 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 139 - Validate trace filter output PASS: tools/filtering/test_valid_filter 140 - Create session valid_filter in /tmp/tmp.1cxwRpcud5 PASS: tools/filtering/test_valid_filter 141 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 142 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 143 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 144 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 145 - Validate trace filter output PASS: tools/filtering/test_valid_filter 146 - Create session valid_filter in /tmp/tmp.OqRKJCRP6r PASS: tools/filtering/test_valid_filter 147 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 148 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 149 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 150 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 151 - Validate trace filter output PASS: tools/filtering/test_valid_filter 152 - Create session valid_filter in /tmp/tmp.q2lnPIxR9u PASS: tools/filtering/test_valid_filter 153 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 154 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 155 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 156 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 157 - Validate trace filter output PASS: tools/filtering/test_valid_filter 158 - Create session valid_filter in /tmp/tmp.0mmQGxngXH PASS: tools/filtering/test_valid_filter 159 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 160 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 161 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 162 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 163 - Validate trace filter output PASS: tools/filtering/test_valid_filter 164 - Create session valid_filter in /tmp/tmp.pDVfLOlLYk PASS: tools/filtering/test_valid_filter 165 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 166 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 167 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 168 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 169 - Validate trace filter output PASS: tools/filtering/test_valid_filter 170 - Create session valid_filter in /tmp/tmp.W67IH4S5Nf PASS: tools/filtering/test_valid_filter 171 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 172 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 173 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 174 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 175 - Validate trace filter output PASS: tools/filtering/test_valid_filter 176 - Create session valid_filter in /tmp/tmp.8yVb3N5JBa PASS: tools/filtering/test_valid_filter 177 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 178 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 179 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 180 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 181 - Validate trace filter output PASS: tools/filtering/test_valid_filter 182 - Create session valid_filter in /tmp/tmp.3Fm3kuGHNf PASS: tools/filtering/test_valid_filter 183 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 184 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 185 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 186 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 187 - Validate trace filter output PASS: tools/filtering/test_valid_filter 188 - Create session valid_filter in /tmp/tmp.DPH8nNUvc6 PASS: tools/filtering/test_valid_filter 189 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 190 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 191 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 192 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 193 - Validate trace filter output PASS: tools/filtering/test_valid_filter 194 - Create session valid_filter in /tmp/tmp.7PyQ4JnlUp PASS: tools/filtering/test_valid_filter 195 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 196 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 197 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 198 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 199 - Validate trace filter output PASS: tools/filtering/test_valid_filter 200 - Create session valid_filter in /tmp/tmp.PrWuGMUDrz PASS: tools/filtering/test_valid_filter 201 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 202 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 203 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 204 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 205 - Validate trace filter output PASS: tools/filtering/test_valid_filter 206 - Create session valid_filter in /tmp/tmp.uTjNWuEyco PASS: tools/filtering/test_valid_filter 207 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 208 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 209 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 210 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 211 - Validate trace filter output PASS: tools/filtering/test_valid_filter 212 - Create session valid_filter in /tmp/tmp.mJrRuYZT2R PASS: tools/filtering/test_valid_filter 213 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 214 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 215 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 216 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 217 - Validate trace filter output PASS: tools/filtering/test_valid_filter 218 - Create session valid_filter in /tmp/tmp.gwsGPaWDdQ PASS: tools/filtering/test_valid_filter 219 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 220 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 221 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 222 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 223 - Validate trace filter output PASS: tools/filtering/test_valid_filter 224 - Create session valid_filter in /tmp/tmp.io8zTPcUzH PASS: tools/filtering/test_valid_filter 225 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 226 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 227 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 228 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 229 - Validate trace filter output PASS: tools/filtering/test_valid_filter 230 - Create session valid_filter in /tmp/tmp.fPu7lxLSML PASS: tools/filtering/test_valid_filter 231 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 232 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 233 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 234 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 235 - Validate trace filter output PASS: tools/filtering/test_valid_filter 236 - Create session valid_filter in /tmp/tmp.qhF9Nvae7T PASS: tools/filtering/test_valid_filter 237 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 238 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 239 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 240 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 241 - Validate trace filter output PASS: tools/filtering/test_valid_filter 242 - Create session valid_filter in /tmp/tmp.HP3oQujwIc PASS: tools/filtering/test_valid_filter 243 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 244 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 245 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 246 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 247 - Validate trace filter output PASS: tools/filtering/test_valid_filter 248 - Create session valid_filter in /tmp/tmp.OmfFMva24S PASS: tools/filtering/test_valid_filter 249 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 250 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 251 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 252 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 253 - Validate trace filter output PASS: tools/filtering/test_valid_filter 254 - Create session valid_filter in /tmp/tmp.8e7o3hp9Hi PASS: tools/filtering/test_valid_filter 255 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 256 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 257 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 258 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 259 - Validate trace filter output PASS: tools/filtering/test_valid_filter 260 - Create session valid_filter in /tmp/tmp.HPCoAHBv8Z PASS: tools/filtering/test_valid_filter 261 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 262 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 263 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 264 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 265 - Validate trace filter output PASS: tools/filtering/test_valid_filter 266 - Create session valid_filter in /tmp/tmp.FNXdzk8hba PASS: tools/filtering/test_valid_filter 267 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 268 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 269 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 270 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 271 - Validate trace filter output PASS: tools/filtering/test_valid_filter 272 - Create session valid_filter in /tmp/tmp.nPK5QoXLYf PASS: tools/filtering/test_valid_filter 273 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 274 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 275 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 276 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 277 - Validate trace filter output PASS: tools/filtering/test_valid_filter 278 - Create session valid_filter in /tmp/tmp.JyRc1yu3ro PASS: tools/filtering/test_valid_filter 279 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 280 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 281 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 282 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 283 - Validate trace filter output PASS: tools/filtering/test_valid_filter 284 - Create session valid_filter in /tmp/tmp.J9roaV2xoq PASS: tools/filtering/test_valid_filter 285 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 286 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 287 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 288 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 289 - Validate trace filter output PASS: tools/filtering/test_valid_filter 290 - Create session valid_filter in /tmp/tmp.s6PJzVkclG PASS: tools/filtering/test_valid_filter 291 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 292 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 293 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 294 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 295 - Validate trace filter output PASS: tools/filtering/test_valid_filter 296 - Create session valid_filter in /tmp/tmp.PoLT4ltEUt PASS: tools/filtering/test_valid_filter 297 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 298 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 299 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 300 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 301 - Validate trace filter output PASS: tools/filtering/test_valid_filter 302 - Create session valid_filter in /tmp/tmp.yXdqtPWMwc PASS: tools/filtering/test_valid_filter 303 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 304 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 305 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 306 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 307 - Validate trace filter output PASS: tools/filtering/test_valid_filter 308 - Create session valid_filter in /tmp/tmp.3nvyV10egg PASS: tools/filtering/test_valid_filter 309 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 310 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 311 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 312 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 313 - Validate trace filter output PASS: tools/filtering/test_valid_filter 314 - Create session valid_filter in /tmp/tmp.8rRkP9xHz6 PASS: tools/filtering/test_valid_filter 315 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 316 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 317 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 318 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 319 - Validate trace filter output PASS: tools/filtering/test_valid_filter 320 - Create session valid_filter in /tmp/tmp.hQhZEGcwpo PASS: tools/filtering/test_valid_filter 321 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 322 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 323 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 324 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 325 - Validate trace filter output PASS: tools/filtering/test_valid_filter 326 - Create session valid_filter in /tmp/tmp.f15ZdMYgQB PASS: tools/filtering/test_valid_filter 327 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 328 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 329 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 330 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 331 - Validate trace filter output PASS: tools/filtering/test_valid_filter 332 - Create session valid_filter in /tmp/tmp.VM6AyAWs3P PASS: tools/filtering/test_valid_filter 333 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 334 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 335 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 336 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 337 - Validate trace filter output PASS: tools/filtering/test_valid_filter 338 - Create session valid_filter in /tmp/tmp.RgsLvyVAJ9 PASS: tools/filtering/test_valid_filter 339 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 340 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 341 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 342 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 343 - Validate trace filter output PASS: tools/filtering/test_valid_filter 344 - Create session valid_filter in /tmp/tmp.0KtVMWUfbf PASS: tools/filtering/test_valid_filter 345 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 346 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 347 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 348 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 349 - Validate trace filter output PASS: tools/filtering/test_valid_filter 350 - Create session valid_filter in /tmp/tmp.Bf730Uo1ky PASS: tools/filtering/test_valid_filter 351 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 352 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 353 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 354 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 355 - Validate trace filter output PASS: tools/filtering/test_valid_filter 356 - Create session valid_filter in /tmp/tmp.9B1NlxtYia PASS: tools/filtering/test_valid_filter 357 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 358 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 359 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 360 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 361 - Validate trace filter output PASS: tools/filtering/test_valid_filter 362 - Create session valid_filter in /tmp/tmp.gIvb2CiEI2 PASS: tools/filtering/test_valid_filter 363 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 364 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 365 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 366 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 367 - Validate trace filter output PASS: tools/filtering/test_valid_filter 368 - Create session valid_filter in /tmp/tmp.ZBJCNhq21b PASS: tools/filtering/test_valid_filter 369 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 370 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 371 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 372 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 373 - Validate trace filter output PASS: tools/filtering/test_valid_filter 374 - Create session valid_filter in /tmp/tmp.TwxgEaFvnC PASS: tools/filtering/test_valid_filter 375 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 376 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 377 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 378 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 379 - Validate trace filter output PASS: tools/filtering/test_valid_filter 380 - Create session valid_filter in /tmp/tmp.vr0I2IicMS PASS: tools/filtering/test_valid_filter 381 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 382 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 383 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 384 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 385 - Validate trace filter output PASS: tools/filtering/test_valid_filter 386 - Create session valid_filter in /tmp/tmp.gPgR2lRzqJ PASS: tools/filtering/test_valid_filter 387 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 388 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 389 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 390 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 391 - Validate trace filter output PASS: tools/filtering/test_valid_filter 392 - Create session valid_filter in /tmp/tmp.FfnPvYXish PASS: tools/filtering/test_valid_filter 393 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 394 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 395 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 396 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 397 - Validate trace filter output PASS: tools/filtering/test_valid_filter 398 - Create session valid_filter in /tmp/tmp.JBP96yMgvm PASS: tools/filtering/test_valid_filter 399 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 400 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 401 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 402 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 403 - Validate trace filter output PASS: tools/filtering/test_valid_filter 404 - Create session valid_filter in /tmp/tmp.vwF1dKNu98 PASS: tools/filtering/test_valid_filter 405 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 406 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 407 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 408 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 409 - Validate trace filter output PASS: tools/filtering/test_valid_filter 410 - Create session valid_filter in /tmp/tmp.JSlGfwOFjR PASS: tools/filtering/test_valid_filter 411 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 412 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 413 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 414 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 415 - Validate trace filter output PASS: tools/filtering/test_valid_filter 416 - Create session valid_filter in /tmp/tmp.AsD5lch6Af PASS: tools/filtering/test_valid_filter 417 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 418 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 419 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 420 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 421 - Validate trace filter output PASS: tools/filtering/test_valid_filter 422 - Create session valid_filter in /tmp/tmp.ctKS7nwcar PASS: tools/filtering/test_valid_filter 423 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 424 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 425 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 426 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 427 - Validate trace filter output PASS: tools/filtering/test_valid_filter 428 - Create session valid_filter in /tmp/tmp.PgIRIYkPQe PASS: tools/filtering/test_valid_filter 429 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 430 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 431 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 432 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 433 - Validate trace filter output PASS: tools/filtering/test_valid_filter 434 - Create session valid_filter in /tmp/tmp.JQUbx4iWZN PASS: tools/filtering/test_valid_filter 435 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 436 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 437 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 438 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 439 - Validate trace filter output PASS: tools/filtering/test_valid_filter 440 - Create session valid_filter in /tmp/tmp.bNACT7NwkR PASS: tools/filtering/test_valid_filter 441 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 442 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 443 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 444 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 445 - Validate trace filter output PASS: tools/filtering/test_valid_filter 446 - Create session valid_filter in /tmp/tmp.AOf5pWGfR4 PASS: tools/filtering/test_valid_filter 447 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 448 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 449 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 450 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 451 - Validate trace filter output PASS: tools/filtering/test_valid_filter 452 - Create session valid_filter in /tmp/tmp.hIRdxsNT7T PASS: tools/filtering/test_valid_filter 453 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 454 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 455 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 456 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 457 - Validate trace filter output PASS: tools/filtering/test_valid_filter 458 - Create session valid_filter in /tmp/tmp.PSL8mAf6Ud PASS: tools/filtering/test_valid_filter 459 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 460 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 461 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 462 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 463 - Validate trace filter output PASS: tools/filtering/test_valid_filter 464 - Create session valid_filter in /tmp/tmp.dQIPC7lVUk PASS: tools/filtering/test_valid_filter 465 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 466 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 467 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 468 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 469 - Validate trace filter output PASS: tools/filtering/test_valid_filter 470 - Create session valid_filter in /tmp/tmp.nBk8ZDg63F PASS: tools/filtering/test_valid_filter 471 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 472 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 473 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 474 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 475 - Validate trace filter output PASS: tools/filtering/test_valid_filter 476 - Create session valid_filter in /tmp/tmp.9DCdj2YNBX PASS: tools/filtering/test_valid_filter 477 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 478 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 479 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 480 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 481 - Validate trace filter output PASS: tools/filtering/test_valid_filter 482 - Create session valid_filter in /tmp/tmp.F7ecd9MU1l PASS: tools/filtering/test_valid_filter 483 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 484 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 485 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 486 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 487 - Validate trace filter output PASS: tools/filtering/test_valid_filter 488 - Create session valid_filter in /tmp/tmp.rwKs1K9NFy PASS: tools/filtering/test_valid_filter 489 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 490 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 491 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 492 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 493 - Validate trace filter output PASS: tools/filtering/test_valid_filter 494 - Create session valid_filter in /tmp/tmp.MUSvItdORL PASS: tools/filtering/test_valid_filter 495 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 496 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 497 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 498 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 499 - Validate trace filter output PASS: tools/filtering/test_valid_filter 500 - Create session valid_filter in /tmp/tmp.pIuwsJsxaq PASS: tools/filtering/test_valid_filter 501 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 502 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 503 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 504 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 505 - Validate trace filter output PASS: tools/filtering/test_valid_filter 506 - Create session valid_filter in /tmp/tmp.IfELfglBXc PASS: tools/filtering/test_valid_filter 507 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 508 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 509 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 510 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 511 - Validate trace filter output PASS: tools/filtering/test_valid_filter 512 - Create session valid_filter in /tmp/tmp.7s3Xd2TDdP PASS: tools/filtering/test_valid_filter 513 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 514 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 515 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 516 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 517 - Validate trace filter output PASS: tools/filtering/test_valid_filter 518 - Create session valid_filter in /tmp/tmp.S89qVKViIa PASS: tools/filtering/test_valid_filter 519 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 520 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 521 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 522 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 523 - Validate trace filter output PASS: tools/filtering/test_valid_filter 524 - Create session valid_filter in /tmp/tmp.r714cXDXWt PASS: tools/filtering/test_valid_filter 525 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 526 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 527 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 528 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 529 - Validate trace filter output PASS: tools/filtering/test_valid_filter 530 - Create session valid_filter in /tmp/tmp.R4Odc9ElMC PASS: tools/filtering/test_valid_filter 531 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 532 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 533 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 534 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 535 - Validate trace filter output PASS: tools/filtering/test_valid_filter 536 - Create session valid_filter in /tmp/tmp.E73T6635Ys PASS: tools/filtering/test_valid_filter 537 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 538 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 539 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 540 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 541 - Validate trace filter output PASS: tools/filtering/test_valid_filter 542 - Create session valid_filter in /tmp/tmp.7ukXKdFFxw PASS: tools/filtering/test_valid_filter 543 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 544 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 545 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 546 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 547 - Validate trace filter output PASS: tools/filtering/test_valid_filter 548 - Create session valid_filter in /tmp/tmp.edAqVp9KiP PASS: tools/filtering/test_valid_filter 549 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 550 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 551 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 552 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 553 - Validate trace filter output PASS: tools/filtering/test_valid_filter 554 - Create session valid_filter in /tmp/tmp.mzRsWr7HRs PASS: tools/filtering/test_valid_filter 555 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 556 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 557 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 558 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 559 - Validate trace filter output PASS: tools/filtering/test_valid_filter 560 - Create session valid_filter in /tmp/tmp.JqAOPnLbQm PASS: tools/filtering/test_valid_filter 561 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 562 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 563 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 564 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 565 - Validate trace filter output PASS: tools/filtering/test_valid_filter 566 - Create session valid_filter in /tmp/tmp.GhTr2ne0km PASS: tools/filtering/test_valid_filter 567 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 568 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 569 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 570 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 571 - Validate trace filter output PASS: tools/filtering/test_valid_filter 572 - Create session valid_filter in /tmp/tmp.q1dmFdLV2D PASS: tools/filtering/test_valid_filter 573 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 574 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 575 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 576 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 577 - Validate trace filter output PASS: tools/filtering/test_valid_filter 578 - Create session valid_filter in /tmp/tmp.ZYEjp4rN8i PASS: tools/filtering/test_valid_filter 579 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 580 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 581 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 582 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 583 - Validate trace filter output PASS: tools/filtering/test_valid_filter 584 - Create session valid_filter in /tmp/tmp.PAy1kMrcO3 PASS: tools/filtering/test_valid_filter 585 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 586 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 587 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 588 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 589 - Validate trace filter output PASS: tools/filtering/test_valid_filter 590 - Create session valid_filter in /tmp/tmp.CIMQbXTlrF PASS: tools/filtering/test_valid_filter 591 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 592 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 593 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 594 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 595 - Validate trace filter output PASS: tools/filtering/test_valid_filter 596 - Create session valid_filter in /tmp/tmp.13AT7dl2Us PASS: tools/filtering/test_valid_filter 597 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 598 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 599 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 600 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 601 - Validate trace filter output PASS: tools/filtering/test_valid_filter 602 - Create session valid_filter in /tmp/tmp.JT5ol7MHEP PASS: tools/filtering/test_valid_filter 603 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 604 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 605 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 606 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 607 - Validate trace filter output PASS: tools/filtering/test_valid_filter 608 - Create session valid_filter in /tmp/tmp.nC90L1qN2g PASS: tools/filtering/test_valid_filter 609 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 610 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 611 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 612 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 613 - Validate trace filter output PASS: tools/filtering/test_valid_filter 614 - Create session valid_filter in /tmp/tmp.lY9nJUA7IE PASS: tools/filtering/test_valid_filter 615 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 616 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 617 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 618 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 619 - Validate trace filter output PASS: tools/filtering/test_valid_filter 620 - Create session valid_filter in /tmp/tmp.iVUK2TQjLJ PASS: tools/filtering/test_valid_filter 621 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 622 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 623 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 624 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 625 - Validate trace filter output PASS: tools/filtering/test_valid_filter 626 - Create session valid_filter in /tmp/tmp.1UQ0e7SKrH PASS: tools/filtering/test_valid_filter 627 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 628 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 629 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 630 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 631 - Validate trace filter output PASS: tools/filtering/test_valid_filter 632 - Create session valid_filter in /tmp/tmp.ylF0NwXtth PASS: tools/filtering/test_valid_filter 633 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 634 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 635 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 636 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 637 - Validate trace filter output PASS: tools/filtering/test_valid_filter 638 - Create session valid_filter in /tmp/tmp.XSwsRQNiOp PASS: tools/filtering/test_valid_filter 639 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 640 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 641 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 642 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 643 - Validate trace filter output PASS: tools/filtering/test_valid_filter 644 - Create session valid_filter in /tmp/tmp.N2GRB7TvDL PASS: tools/filtering/test_valid_filter 645 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 646 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 647 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 648 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 649 - Validate trace filter output PASS: tools/filtering/test_valid_filter 650 - Create session valid_filter in /tmp/tmp.e6At3SRuKP PASS: tools/filtering/test_valid_filter 651 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 652 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 653 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 654 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 655 - Validate trace filter output PASS: tools/filtering/test_valid_filter 656 - Create session valid_filter in /tmp/tmp.Ic3lGQr9MD PASS: tools/filtering/test_valid_filter 657 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 658 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 659 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 660 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 661 - Validate trace filter output PASS: tools/filtering/test_valid_filter 662 - Kill session daemon PASS: tools/streaming/test_ust 1 - Start lttng-relayd (opt: -o /tmp/tmp.gJsJM7lfkc) PASS: tools/streaming/test_ust 2 - Start session daemon PASS: tools/streaming/test_ust 3 - Create session with default path PASS: tools/streaming/test_ust 4 - Enable ust event tp:tptest for session PteKDziFK73hBWaC PASS: tools/streaming/test_ust 5 - Start tracing for session PteKDziFK73hBWaC PASS: tools/streaming/test_ust 6 - Stop lttng tracing for session PteKDziFK73hBWaC PASS: tools/streaming/test_ust 7 - Destroy session PteKDziFK73hBWaC PASS: tools/streaming/test_ust 8 - Validate trace for event tp:tptest, 5 events PASS: tools/streaming/test_ust 9 - Create session with default path PASS: tools/streaming/test_ust 10 - Enable ust event tp:tptest for session IjnG6EX6oW7y18lV PASS: tools/streaming/test_ust 11 - Start tracing for session IjnG6EX6oW7y18lV PASS: tools/streaming/test_ust 12 - Stop lttng tracing for session IjnG6EX6oW7y18lV PASS: tools/streaming/test_ust 13 - Destroy session IjnG6EX6oW7y18lV PASS: tools/streaming/test_ust 14 - Validate trace for event tp:tptest, 5 events PASS: tools/streaming/test_ust 15 - Kill session daemon PASS: tools/streaming/test_ust 16 - Kill relay daemon PASS: tools/health/test_thread_ok 1 - Start session daemon PASS: tools/health/test_thread_ok 2 - Validation OK PASS: tools/health/test_thread_ok 3 - Create session health_thread_ok in no-output mode PASS: tools/health/test_thread_ok 4 - Enable ust event tp:tptest for session health_thread_ok PASS: tools/health/test_thread_ok 5 - Start tracing for session health_thread_ok PASS: tools/health/test_thread_ok 6 - Destroy session health_thread_ok PASS: tools/health/test_thread_ok 7 - Validation OK PASS: tools/health/test_thread_ok 8 - Create session health_thread_ok in no-output mode PASS: tools/health/test_thread_ok 9 - Enable kernel event sched_switch for session health_thread_ok PASS: tools/health/test_thread_ok 10 - Start tracing for session health_thread_ok PASS: tools/health/test_thread_ok 11 - Destroy session health_thread_ok PASS: tools/health/test_thread_ok 12 - Validation OK PASS: tools/health/test_thread_ok 13 - Start lttng-relayd (opt: -o /tmp/tmp.lI1aS9wSl3) PASS: tools/health/test_thread_ok 14 - Validation OK PASS: tools/health/test_thread_ok 15 - Validation OK PASS: tools/health/test_thread_ok 16 - Kill relay daemon PASS: tools/health/test_thread_ok 17 - Kill session daemon ERROR: tools/live/test_ust - missing test plan ERROR: tools/live/test_ust_tracefile_count - missing test plan PASS: tools/live/test_lttng_ust 1 - Start session daemon PASS: tools/live/test_lttng_ust 2 - Start lttng-relayd (opt: -o /tmp/tmp.JBJOff0ZJi) PASS: tools/live/test_lttng_ust 3 - Create session in live mode with delay 2000000 PASS: tools/live/test_lttng_ust 4 - Enable ust event tp:tptest for session live PASS: tools/live/test_lttng_ust 5 - Start tracing for session live PASS: tools/live/test_lttng_ust 6 - Stop lttng tracing for session live PASS: tools/live/test_lttng_ust 7 - Destroy session live PASS: tools/live/test_lttng_ust 8 - Trace match with 1 event tp:tptest PASS: tools/live/test_lttng_ust 9 - Kill relay daemon PASS: tools/live/test_lttng_ust 10 - Create session in live mode with delay 2000000 and custom URLs PASS: tools/live/test_lttng_ust 11 - Kill session daemon PASS: tools/tracefile-limits/test_tracefile_count 1 - Start session daemon PASS: tools/tracefile-limits/test_tracefile_count 2 - Create session kTlHZG0Q8HKGwmUJ in /tmp/tmp.RVByzftOaR PASS: tools/tracefile-limits/test_tracefile_count 3 - Enable channel channel for session kTlHZG0Q8HKGwmUJ: 1 tracefiles PASS: tools/tracefile-limits/test_tracefile_count 4 - Enable event tp:tptest for session kTlHZG0Q8HKGwmUJ in channel channel PASS: tools/tracefile-limits/test_tracefile_count 5 - Start tracing for session kTlHZG0Q8HKGwmUJ PASS: tools/tracefile-limits/test_tracefile_count 6 - Stop lttng tracing for session kTlHZG0Q8HKGwmUJ PASS: tools/tracefile-limits/test_tracefile_count 7 - Destroy session kTlHZG0Q8HKGwmUJ PASS: tools/tracefile-limits/test_tracefile_count 8 - Validate file count: channel_0_* PASS: tools/tracefile-limits/test_tracefile_count 9 - Validate file count: channel_1_* PASS: tools/tracefile-limits/test_tracefile_count 10 - Validate file count: channel_2_* PASS: tools/tracefile-limits/test_tracefile_count 11 - Validate file count: channel_3_* PASS: tools/tracefile-limits/test_tracefile_count 12 - Trace validation - intfield PASS: tools/tracefile-limits/test_tracefile_count 13 - Trace validation - netintfield PASS: tools/tracefile-limits/test_tracefile_count 14 - Trace validation - longfield PASS: tools/tracefile-limits/test_tracefile_count 15 - Create session 6EY1GtRkYqMdEjaB in /tmp/tmp.UQtJcvHAHW PASS: tools/tracefile-limits/test_tracefile_count 16 - Enable channel channel for session 6EY1GtRkYqMdEjaB: 2 tracefiles PASS: tools/tracefile-limits/test_tracefile_count 17 - Enable event tp:tptest for session 6EY1GtRkYqMdEjaB in channel channel PASS: tools/tracefile-limits/test_tracefile_count 18 - Start tracing for session 6EY1GtRkYqMdEjaB PASS: tools/tracefile-limits/test_tracefile_count 19 - Stop lttng tracing for session 6EY1GtRkYqMdEjaB PASS: tools/tracefile-limits/test_tracefile_count 20 - Destroy session 6EY1GtRkYqMdEjaB PASS: tools/tracefile-limits/test_tracefile_count 21 - Validate file count: channel_0_* PASS: tools/tracefile-limits/test_tracefile_count 22 - Validate file count: channel_1_* PASS: tools/tracefile-limits/test_tracefile_count 23 - Validate file count: channel_2_* PASS: tools/tracefile-limits/test_tracefile_count 24 - Validate file count: channel_3_* PASS: tools/tracefile-limits/test_tracefile_count 25 - Trace validation - intfield PASS: tools/tracefile-limits/test_tracefile_count 26 - Trace validation - netintfield PASS: tools/tracefile-limits/test_tracefile_count 27 - Trace validation - longfield PASS: tools/tracefile-limits/test_tracefile_count 28 - Create session u2Lhoa4HbCWqVAfF in /tmp/tmp.MvvVOa4nRW PASS: tools/tracefile-limits/test_tracefile_count 29 - Enable channel channel for session u2Lhoa4HbCWqVAfF: 4 tracefiles PASS: tools/tracefile-limits/test_tracefile_count 30 - Enable event tp:tptest for session u2Lhoa4HbCWqVAfF in channel channel PASS: tools/tracefile-limits/test_tracefile_count 31 - Start tracing for session u2Lhoa4HbCWqVAfF PASS: tools/tracefile-limits/test_tracefile_count 32 - Stop lttng tracing for session u2Lhoa4HbCWqVAfF PASS: tools/tracefile-limits/test_tracefile_count 33 - Destroy session u2Lhoa4HbCWqVAfF PASS: tools/tracefile-limits/test_tracefile_count 34 - Validate file count: channel_0_* PASS: tools/tracefile-limits/test_tracefile_count 35 - Validate file count: channel_1_* PASS: tools/tracefile-limits/test_tracefile_count 36 - Validate file count: channel_2_* PASS: tools/tracefile-limits/test_tracefile_count 37 - Validate file count: channel_3_* PASS: tools/tracefile-limits/test_tracefile_count 38 - Trace validation - intfield PASS: tools/tracefile-limits/test_tracefile_count 39 - Trace validation - netintfield PASS: tools/tracefile-limits/test_tracefile_count 40 - Trace validation - longfield PASS: tools/tracefile-limits/test_tracefile_count 41 - Create session b1mSMO1qMkg34VbZ in /tmp/tmp.QNHtJ3C6tC PASS: tools/tracefile-limits/test_tracefile_count 42 - Enable channel channel for session b1mSMO1qMkg34VbZ: 8 tracefiles PASS: tools/tracefile-limits/test_tracefile_count 43 - Enable event tp:tptest for session b1mSMO1qMkg34VbZ in channel channel PASS: tools/tracefile-limits/test_tracefile_count 44 - Start tracing for session b1mSMO1qMkg34VbZ PASS: tools/tracefile-limits/test_tracefile_count 45 - Stop lttng tracing for session b1mSMO1qMkg34VbZ PASS: tools/tracefile-limits/test_tracefile_count 46 - Destroy session b1mSMO1qMkg34VbZ PASS: tools/tracefile-limits/test_tracefile_count 47 - Validate file count: channel_0_* PASS: tools/tracefile-limits/test_tracefile_count 48 - Validate file count: channel_1_* PASS: tools/tracefile-limits/test_tracefile_count 49 - Validate file count: channel_2_* PASS: tools/tracefile-limits/test_tracefile_count 50 - Validate file count: channel_3_* PASS: tools/tracefile-limits/test_tracefile_count 51 - Trace validation - intfield PASS: tools/tracefile-limits/test_tracefile_count 52 - Trace validation - netintfield PASS: tools/tracefile-limits/test_tracefile_count 53 - Trace validation - longfield PASS: tools/tracefile-limits/test_tracefile_count 54 - Create session xfzzDK0rYXVq4VvS in /tmp/tmp.QCNdrNMLU0 PASS: tools/tracefile-limits/test_tracefile_count 55 - Enable channel channel for session xfzzDK0rYXVq4VvS: 10 tracefiles PASS: tools/tracefile-limits/test_tracefile_count 56 - Enable event tp:tptest for session xfzzDK0rYXVq4VvS in channel channel PASS: tools/tracefile-limits/test_tracefile_count 57 - Start tracing for session xfzzDK0rYXVq4VvS PASS: tools/tracefile-limits/test_tracefile_count 58 - Stop lttng tracing for session xfzzDK0rYXVq4VvS PASS: tools/tracefile-limits/test_tracefile_count 59 - Destroy session xfzzDK0rYXVq4VvS PASS: tools/tracefile-limits/test_tracefile_count 60 - Validate file count: channel_0_* PASS: tools/tracefile-limits/test_tracefile_count 61 - Validate file count: channel_1_* PASS: tools/tracefile-limits/test_tracefile_count 62 - Validate file count: channel_2_* PASS: tools/tracefile-limits/test_tracefile_count 63 - Validate file count: channel_3_* PASS: tools/tracefile-limits/test_tracefile_count 64 - Trace validation - intfield PASS: tools/tracefile-limits/test_tracefile_count 65 - Trace validation - netintfield PASS: tools/tracefile-limits/test_tracefile_count 66 - Trace validation - longfield PASS: tools/tracefile-limits/test_tracefile_count 67 - Create session gej98BdQauSaGNk8 in /tmp/tmp.3bwIYBC4jJ PASS: tools/tracefile-limits/test_tracefile_count 68 - Enable channel channel for session gej98BdQauSaGNk8: 16 tracefiles PASS: tools/tracefile-limits/test_tracefile_count 69 - Enable event tp:tptest for session gej98BdQauSaGNk8 in channel channel PASS: tools/tracefile-limits/test_tracefile_count 70 - Start tracing for session gej98BdQauSaGNk8 PASS: tools/tracefile-limits/test_tracefile_count 71 - Stop lttng tracing for session gej98BdQauSaGNk8 PASS: tools/tracefile-limits/test_tracefile_count 72 - Destroy session gej98BdQauSaGNk8 PASS: tools/tracefile-limits/test_tracefile_count 73 - Validate file count: channel_0_* PASS: tools/tracefile-limits/test_tracefile_count 74 - Validate file count: channel_1_* PASS: tools/tracefile-limits/test_tracefile_count 75 - Validate file count: channel_2_* PASS: tools/tracefile-limits/test_tracefile_count 76 - Validate file count: channel_3_* PASS: tools/tracefile-limits/test_tracefile_count 77 - Trace validation - intfield PASS: tools/tracefile-limits/test_tracefile_count 78 - Trace validation - netintfield PASS: tools/tracefile-limits/test_tracefile_count 79 - Trace validation - longfield PASS: tools/tracefile-limits/test_tracefile_count 80 - Create session 3ngmKTSFgOylIoKt in /tmp/tmp.pOPfv5vJwk PASS: tools/tracefile-limits/test_tracefile_count 81 - Enable channel channel for session 3ngmKTSFgOylIoKt: 32 tracefiles PASS: tools/tracefile-limits/test_tracefile_count 82 - Enable event tp:tptest for session 3ngmKTSFgOylIoKt in channel channel PASS: tools/tracefile-limits/test_tracefile_count 83 - Start tracing for session 3ngmKTSFgOylIoKt PASS: tools/tracefile-limits/test_tracefile_count 84 - Stop lttng tracing for session 3ngmKTSFgOylIoKt PASS: tools/tracefile-limits/test_tracefile_count 85 - Destroy session 3ngmKTSFgOylIoKt PASS: tools/tracefile-limits/test_tracefile_count 86 - Validate file count: channel_0_* PASS: tools/tracefile-limits/test_tracefile_count 87 - Validate file count: channel_1_* PASS: tools/tracefile-limits/test_tracefile_count 88 - Validate file count: channel_2_* PASS: tools/tracefile-limits/test_tracefile_count 89 - Validate file count: channel_3_* PASS: tools/tracefile-limits/test_tracefile_count 90 - Trace validation - intfield PASS: tools/tracefile-limits/test_tracefile_count 91 - Trace validation - netintfield PASS: tools/tracefile-limits/test_tracefile_count 92 - Trace validation - longfield PASS: tools/tracefile-limits/test_tracefile_count 93 - Create session pdK5XCaVdQRngpc4 in /tmp/tmp.asRyC8bVCr PASS: tools/tracefile-limits/test_tracefile_count 94 - Enable channel channel for session pdK5XCaVdQRngpc4: 64 tracefiles PASS: tools/tracefile-limits/test_tracefile_count 95 - Enable event tp:tptest for session pdK5XCaVdQRngpc4 in channel channel PASS: tools/tracefile-limits/test_tracefile_count 96 - Start tracing for session pdK5XCaVdQRngpc4 PASS: tools/tracefile-limits/test_tracefile_count 97 - Stop lttng tracing for session pdK5XCaVdQRngpc4 PASS: tools/tracefile-limits/test_tracefile_count 98 - Destroy session pdK5XCaVdQRngpc4 PASS: tools/tracefile-limits/test_tracefile_count 99 - Validate file count: channel_0_* PASS: tools/tracefile-limits/test_tracefile_count 100 - Validate file count: channel_1_* PASS: tools/tracefile-limits/test_tracefile_count 101 - Validate file count: channel_2_* PASS: tools/tracefile-limits/test_tracefile_count 102 - Validate file count: channel_3_* PASS: tools/tracefile-limits/test_tracefile_count 103 - Trace validation - intfield PASS: tools/tracefile-limits/test_tracefile_count 104 - Trace validation - netintfield PASS: tools/tracefile-limits/test_tracefile_count 105 - Trace validation - longfield PASS: tools/tracefile-limits/test_tracefile_count 106 - Kill session daemon PASS: tools/tracefile-limits/test_tracefile_size 1 - Start session daemon PASS: tools/tracefile-limits/test_tracefile_size 2 - Create session ri9ezzoyXJBBVC30 in /tmp/tmp.mZlH12ARzb PASS: tools/tracefile-limits/test_tracefile_size 3 - Enable channel channel for session ri9ezzoyXJBBVC30: 4096 bytes tracefile limit PASS: tools/tracefile-limits/test_tracefile_size 4 - Enable event tp:tptest for session ri9ezzoyXJBBVC30 in channel channel PASS: tools/tracefile-limits/test_tracefile_size 5 - Start tracing for session ri9ezzoyXJBBVC30 PASS: tools/tracefile-limits/test_tracefile_size 6 - Stop lttng tracing for session ri9ezzoyXJBBVC30 PASS: tools/tracefile-limits/test_tracefile_size 7 - Destroy session ri9ezzoyXJBBVC30 PASS: tools/tracefile-limits/test_tracefile_size 8 - File size validation PASS: tools/tracefile-limits/test_tracefile_size 9 - Validate trace for event tp:tptest, 228 events PASS: tools/tracefile-limits/test_tracefile_size 10 - Create session 6uEvWlvddV5aNP67 in /tmp/tmp.H4wSok22Zv PASS: tools/tracefile-limits/test_tracefile_size 11 - Enable channel channel for session 6uEvWlvddV5aNP67: 8192 bytes tracefile limit PASS: tools/tracefile-limits/test_tracefile_size 12 - Enable event tp:tptest for session 6uEvWlvddV5aNP67 in channel channel PASS: tools/tracefile-limits/test_tracefile_size 13 - Start tracing for session 6uEvWlvddV5aNP67 PASS: tools/tracefile-limits/test_tracefile_size 14 - Stop lttng tracing for session 6uEvWlvddV5aNP67 PASS: tools/tracefile-limits/test_tracefile_size 15 - Destroy session 6uEvWlvddV5aNP67 PASS: tools/tracefile-limits/test_tracefile_size 16 - File size validation PASS: tools/tracefile-limits/test_tracefile_size 17 - Validate trace for event tp:tptest, 228 events PASS: tools/tracefile-limits/test_tracefile_size 18 - Create session DAtfHd3eNKEZRbXH in /tmp/tmp.SFlWqethaS PASS: tools/tracefile-limits/test_tracefile_size 19 - Enable channel channel for session DAtfHd3eNKEZRbXH: 16384 bytes tracefile limit PASS: tools/tracefile-limits/test_tracefile_size 20 - Enable event tp:tptest for session DAtfHd3eNKEZRbXH in channel channel PASS: tools/tracefile-limits/test_tracefile_size 21 - Start tracing for session DAtfHd3eNKEZRbXH PASS: tools/tracefile-limits/test_tracefile_size 22 - Stop lttng tracing for session DAtfHd3eNKEZRbXH PASS: tools/tracefile-limits/test_tracefile_size 23 - Destroy session DAtfHd3eNKEZRbXH PASS: tools/tracefile-limits/test_tracefile_size 24 - File size validation PASS: tools/tracefile-limits/test_tracefile_size 25 - Validate trace for event tp:tptest, 456 events PASS: tools/tracefile-limits/test_tracefile_size 26 - Create session 9hYvzRDPLe8gp668 in /tmp/tmp.3p4o47VWzt PASS: tools/tracefile-limits/test_tracefile_size 27 - Enable channel channel for session 9hYvzRDPLe8gp668: 32768 bytes tracefile limit PASS: tools/tracefile-limits/test_tracefile_size 28 - Enable event tp:tptest for session 9hYvzRDPLe8gp668 in channel channel PASS: tools/tracefile-limits/test_tracefile_size 29 - Start tracing for session 9hYvzRDPLe8gp668 PASS: tools/tracefile-limits/test_tracefile_size 30 - Stop lttng tracing for session 9hYvzRDPLe8gp668 PASS: tools/tracefile-limits/test_tracefile_size 31 - Destroy session 9hYvzRDPLe8gp668 PASS: tools/tracefile-limits/test_tracefile_size 32 - File size validation PASS: tools/tracefile-limits/test_tracefile_size 33 - Validate trace for event tp:tptest, 456 events PASS: tools/tracefile-limits/test_tracefile_size 34 - Create session 4jbZkuIfSg7TNMMR in /tmp/tmp.yBDVXKmGlB PASS: tools/tracefile-limits/test_tracefile_size 35 - Enable channel channel for session 4jbZkuIfSg7TNMMR: 65536 bytes tracefile limit PASS: tools/tracefile-limits/test_tracefile_size 36 - Enable event tp:tptest for session 4jbZkuIfSg7TNMMR in channel channel PASS: tools/tracefile-limits/test_tracefile_size 37 - Start tracing for session 4jbZkuIfSg7TNMMR PASS: tools/tracefile-limits/test_tracefile_size 38 - Stop lttng tracing for session 4jbZkuIfSg7TNMMR PASS: tools/tracefile-limits/test_tracefile_size 39 - Destroy session 4jbZkuIfSg7TNMMR PASS: tools/tracefile-limits/test_tracefile_size 40 - File size validation PASS: tools/tracefile-limits/test_tracefile_size 41 - Validate trace for event tp:tptest, 760 events PASS: tools/tracefile-limits/test_tracefile_size 42 - Create session 6U2G0gh73pn7bRQX in /tmp/tmp.kgwDkzgmvm PASS: tools/tracefile-limits/test_tracefile_size 43 - Enable channel channel for session 6U2G0gh73pn7bRQX: 131072 bytes tracefile limit PASS: tools/tracefile-limits/test_tracefile_size 44 - Enable event tp:tptest for session 6U2G0gh73pn7bRQX in channel channel PASS: tools/tracefile-limits/test_tracefile_size 45 - Start tracing for session 6U2G0gh73pn7bRQX PASS: tools/tracefile-limits/test_tracefile_size 46 - Stop lttng tracing for session 6U2G0gh73pn7bRQX PASS: tools/tracefile-limits/test_tracefile_size 47 - Destroy session 6U2G0gh73pn7bRQX PASS: tools/tracefile-limits/test_tracefile_size 48 - File size validation PASS: tools/tracefile-limits/test_tracefile_size 49 - Validate trace for event tp:tptest, 868 events PASS: tools/tracefile-limits/test_tracefile_size 50 - Create session wj3Tvjysn8zwPEnQ in /tmp/tmp.sTI3i6Zx8P PASS: tools/tracefile-limits/test_tracefile_size 51 - Enable channel channel for session wj3Tvjysn8zwPEnQ: 5120 bytes tracefile limit PASS: tools/tracefile-limits/test_tracefile_size 52 - Enable event tp:tptest for session wj3Tvjysn8zwPEnQ in channel channel PASS: tools/tracefile-limits/test_tracefile_size 53 - Start tracing for session wj3Tvjysn8zwPEnQ PASS: tools/tracefile-limits/test_tracefile_size 54 - Stop lttng tracing for session wj3Tvjysn8zwPEnQ PASS: tools/tracefile-limits/test_tracefile_size 55 - Destroy session wj3Tvjysn8zwPEnQ PASS: tools/tracefile-limits/test_tracefile_size 56 - File size validation PASS: tools/tracefile-limits/test_tracefile_size 57 - Validate trace for event tp:tptest, 210 events PASS: tools/tracefile-limits/test_tracefile_size 58 - Create session ar07GWLlvR4xlMGy in /tmp/tmp.FiLnyI1tVK PASS: tools/tracefile-limits/test_tracefile_size 59 - Enable channel channel for session ar07GWLlvR4xlMGy: 4094 bytes tracefile limit PASS: tools/tracefile-limits/test_tracefile_size 60 - Enable event tp:tptest for session ar07GWLlvR4xlMGy in channel channel PASS: tools/tracefile-limits/test_tracefile_size 61 - Start tracing for session ar07GWLlvR4xlMGy PASS: tools/tracefile-limits/test_tracefile_size 62 - Stop lttng tracing for session ar07GWLlvR4xlMGy PASS: tools/tracefile-limits/test_tracefile_size 63 - Destroy session ar07GWLlvR4xlMGy PASS: tools/tracefile-limits/test_tracefile_size 64 - File size validation PASS: tools/tracefile-limits/test_tracefile_size 65 - Validate trace for event tp:tptest, 228 events PASS: tools/tracefile-limits/test_tracefile_size 66 - Kill session daemon PASS: tools/exclusion/test_exclusion 1 - Start session daemon PASS: tools/exclusion/test_exclusion 2 - Create session test-exclusion in /tmp/tmp.HCPwXKHNr3 PASS: tools/exclusion/test_exclusion 3 - Enable lttng event with event tp:tptest2 excluded PASS: tools/exclusion/test_exclusion 4 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 5 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 6 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 7 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 8 - Kill session daemon PASS: tools/snapshots/test_ust_fast 1 - Start session daemon PASS: tools/snapshots/test_ust_fast 2 - Create session hzQGtGw8vVCuw0H7 in no-output mode PASS: tools/snapshots/test_ust_fast 3 - Enable channel snapchan for session hzQGtGw8vVCuw0H7 PASS: tools/snapshots/test_ust_fast 4 - Enable ust event tp:tptest for session hzQGtGw8vVCuw0H7 PASS: tools/snapshots/test_ust_fast 5 - Start tracing for session hzQGtGw8vVCuw0H7 PASS: tools/snapshots/test_ust_fast 6 - Added snapshot output file:///tmp/tmp.2LwYgZ9KwX ( -n randomname ) PASS: tools/snapshots/test_ust_fast 7 - Snapshot named randomname present in list-output listing PASS: tools/snapshots/test_ust_fast 8 - Deleted snapshot output named randomname PASS: tools/snapshots/test_ust_fast 9 - Added snapshot output file:///tmp/tmp.2LwYgZ9KwX ( -n somesnapshot ) PASS: tools/snapshots/test_ust_fast 10 - Snapshot named somesnapshot present in list-output listing PASS: tools/snapshots/test_ust_fast 11 - Stop lttng tracing for session hzQGtGw8vVCuw0H7 PASS: tools/snapshots/test_ust_fast 12 - Destroy session hzQGtGw8vVCuw0H7 PASS: tools/snapshots/test_ust_fast 13 - Create session qpZQrrAhGLRtbey5 in no-output mode PASS: tools/snapshots/test_ust_fast 14 - Enable channel snapchan for session qpZQrrAhGLRtbey5 PASS: tools/snapshots/test_ust_fast 15 - Enable ust event tp:tptest for session qpZQrrAhGLRtbey5 PASS: tools/snapshots/test_ust_fast 16 - Start tracing for session qpZQrrAhGLRtbey5 PASS: tools/snapshots/test_ust_fast 17 - Added snapshot output file:///tmp/tmp.2LwYgZ9KwX PASS: tools/snapshots/test_ust_fast 18 - Start application to trace PASS: tools/snapshots/test_ust_fast 19 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 20 - Stop lttng tracing for session qpZQrrAhGLRtbey5 PASS: tools/snapshots/test_ust_fast 21 - Destroy session qpZQrrAhGLRtbey5 PASS: tools/snapshots/test_ust_fast 22 - Validate trace for event tp:tptest, 2929 events PASS: tools/snapshots/test_ust_fast 23 - Create session GqIWrlveergftWri in no-output mode PASS: tools/snapshots/test_ust_fast 24 - Enable channel for session GqIWrlveergftWri with subbuf size 8192 PASS: tools/snapshots/test_ust_fast 25 - Enable ust event tp:tptest for session GqIWrlveergftWri PASS: tools/snapshots/test_ust_fast 26 - Start tracing for session GqIWrlveergftWri PASS: tools/snapshots/test_ust_fast 27 - Added snapshot output file:///tmp/tmp.2LwYgZ9KwX ( -m 32768 ) PASS: tools/snapshots/test_ust_fast 28 - Start application to trace PASS: tools/snapshots/test_ust_fast 29 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 30 - Tracefiles size sum validation PASS: tools/snapshots/test_ust_fast 31 - Stop lttng tracing for session GqIWrlveergftWri PASS: tools/snapshots/test_ust_fast 32 - Destroy session GqIWrlveergftWri PASS: tools/snapshots/test_ust_fast 33 - Validate trace for event tp:tptest, 32 events PASS: tools/snapshots/test_ust_fast 34 - Create session abCSQQDtj172mjyQ in no-output mode PASS: tools/snapshots/test_ust_fast 35 - Enable channel snapchan per UID for session abCSQQDtj172mjyQ PASS: tools/snapshots/test_ust_fast 36 - Enable ust event tp:tptest for session abCSQQDtj172mjyQ PASS: tools/snapshots/test_ust_fast 37 - Start tracing for session abCSQQDtj172mjyQ PASS: tools/snapshots/test_ust_fast 38 - Added snapshot output file:///tmp/tmp.2LwYgZ9KwX PASS: tools/snapshots/test_ust_fast 39 - Start application to trace PASS: tools/snapshots/test_ust_fast 40 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 41 - Stop lttng tracing for session abCSQQDtj172mjyQ PASS: tools/snapshots/test_ust_fast 42 - Destroy session abCSQQDtj172mjyQ PASS: tools/snapshots/test_ust_fast 43 - Validate trace for event tp:tptest, 2965 events PASS: tools/snapshots/test_ust_fast 44 - Create session THHs63PgIdHcd60v in no-output mode PASS: tools/snapshots/test_ust_fast 45 - Enable channel snapchan per UID for session THHs63PgIdHcd60v PASS: tools/snapshots/test_ust_fast 46 - Enable ust event tp:tptest for session THHs63PgIdHcd60v PASS: tools/snapshots/test_ust_fast 47 - Start tracing for session THHs63PgIdHcd60v PASS: tools/snapshots/test_ust_fast 48 - Added snapshot output file:///tmp/tmp.2LwYgZ9KwX PASS: tools/snapshots/test_ust_fast 49 - Start application to trace PASS: tools/snapshots/test_ust_fast 50 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 51 - Stop lttng tracing for session THHs63PgIdHcd60v PASS: tools/snapshots/test_ust_fast 52 - Destroy session THHs63PgIdHcd60v PASS: tools/snapshots/test_ust_fast 53 - Validate trace for event tp:tptest, 2938 events PASS: tools/snapshots/test_ust_fast 54 - Create session iZtMwfsx1X53AwcG in no-output mode PASS: tools/snapshots/test_ust_fast 55 - Enable channel snapchan for session iZtMwfsx1X53AwcG PASS: tools/snapshots/test_ust_fast 56 - Enable ust event tp:tptest1,tp:tptest2,tp:tptest3,tp:tptest4,tp:tptest5 for session iZtMwfsx1X53AwcG PASS: tools/snapshots/test_ust_fast 57 - Start tracing for session iZtMwfsx1X53AwcG PASS: tools/snapshots/test_ust_fast 58 - Added snapshot output file:///tmp/tmp.2LwYgZ9KwX PASS: tools/snapshots/test_ust_fast 59 - Start application to trace PASS: tools/snapshots/test_ust_fast 60 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 61 - Stop lttng tracing for session iZtMwfsx1X53AwcG PASS: tools/snapshots/test_ust_fast 62 - Destroy session iZtMwfsx1X53AwcG PASS: tools/snapshots/test_ust_fast 63 - Validate trace for event tp:tptest1, 1 events PASS: tools/snapshots/test_ust_fast 64 - Validate trace for event tp:tptest2, 1 events PASS: tools/snapshots/test_ust_fast 65 - Validate trace for event tp:tptest3, 1 events PASS: tools/snapshots/test_ust_fast 66 - Validate trace for event tp:tptest4, 1 events PASS: tools/snapshots/test_ust_fast 67 - Validate trace for event tp:tptest5, 1 events PASS: tools/snapshots/test_ust_fast 68 - Create session 818EsI8IokpwwjDm in no-output mode PASS: tools/snapshots/test_ust_fast 69 - Enable channel snapchan for session 818EsI8IokpwwjDm PASS: tools/snapshots/test_ust_fast 70 - Enable ust event tp:tptest for session 818EsI8IokpwwjDm PASS: tools/snapshots/test_ust_fast 71 - Start tracing for session 818EsI8IokpwwjDm PASS: tools/snapshots/test_ust_fast 72 - Added snapshot output file:///tmp/tmp.2LwYgZ9KwX PASS: tools/snapshots/test_ust_fast 73 - Start application to trace PASS: tools/snapshots/test_ust_fast 74 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 75 - Validate trace for event tp:tptest, 2986 events PASS: tools/snapshots/test_ust_fast 76 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 77 - Validate trace for event tp:tptest, 3265 events PASS: tools/snapshots/test_ust_fast 78 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 79 - Validate trace for event tp:tptest, 3518 events PASS: tools/snapshots/test_ust_fast 80 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 81 - Validate trace for event tp:tptest, 2526 events PASS: tools/snapshots/test_ust_fast 82 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 83 - Validate trace for event tp:tptest, 1020 events PASS: tools/snapshots/test_ust_fast 84 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 85 - Validate trace for event tp:tptest, 843 events PASS: tools/snapshots/test_ust_fast 86 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 87 - Validate trace for event tp:tptest, 675 events PASS: tools/snapshots/test_ust_fast 88 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 89 - Validate trace for event tp:tptest, 472 events PASS: tools/snapshots/test_ust_fast 90 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 91 - Validate trace for event tp:tptest, 328 events PASS: tools/snapshots/test_ust_fast 92 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 93 - Validate trace for event tp:tptest, 277 events PASS: tools/snapshots/test_ust_fast 94 - Stop lttng tracing for session 818EsI8IokpwwjDm PASS: tools/snapshots/test_ust_fast 95 - Destroy session 818EsI8IokpwwjDm PASS: tools/snapshots/test_ust_fast 96 - Create session 8K7oApSMb6h9k7JP in no-output mode PASS: tools/snapshots/test_ust_fast 97 - Enable channel snapchan for session 8K7oApSMb6h9k7JP with small discard buffers PASS: tools/snapshots/test_ust_fast 98 - Enable ust event tp:tptest for session 8K7oApSMb6h9k7JP PASS: tools/snapshots/test_ust_fast 99 - Start tracing for session 8K7oApSMb6h9k7JP PASS: tools/snapshots/test_ust_fast 100 - Added snapshot output file:///tmp/tmp.2LwYgZ9KwX PASS: tools/snapshots/test_ust_fast 101 - Start application to trace PASS: tools/snapshots/test_ust_fast 102 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 103 - Start application to trace PASS: tools/snapshots/test_ust_fast 104 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 105 - First snapshot event match. PASS: tools/snapshots/test_ust_fast 106 - Stop lttng tracing for session 8K7oApSMb6h9k7JP PASS: tools/snapshots/test_ust_fast 107 - Destroy session 8K7oApSMb6h9k7JP PASS: tools/snapshots/test_ust_fast 108 - Create session yvxwcySxW83FsraU in no-output mode PASS: tools/snapshots/test_ust_fast 109 - Enable channel snapchan for session yvxwcySxW83FsraU with small discard buffers PASS: tools/snapshots/test_ust_fast 110 - Enable ust event tp:tptest for session yvxwcySxW83FsraU PASS: tools/snapshots/test_ust_fast 111 - Start tracing for session yvxwcySxW83FsraU PASS: tools/snapshots/test_ust_fast 112 - Added snapshot output file:///tmp/tmp.2LwYgZ9KwX PASS: tools/snapshots/test_ust_fast 113 - Start application to trace PASS: tools/snapshots/test_ust_fast 114 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 115 - Start application to trace PASS: tools/snapshots/test_ust_fast 116 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 117 - First snapshot event do not match. PASS: tools/snapshots/test_ust_fast 118 - Stop lttng tracing for session yvxwcySxW83FsraU PASS: tools/snapshots/test_ust_fast 119 - Destroy session yvxwcySxW83FsraU PASS: tools/snapshots/test_ust_fast 120 - Kill session daemon PASS: tools/snapshots/test_ust_streaming 1 - Start lttng-relayd (opt: -o /tmp/tmp.ppvEcGH3MG) PASS: tools/snapshots/test_ust_streaming 2 - Start session daemon PASS: tools/snapshots/test_ust_streaming 3 - Create session Q92nU6YQGC5nx4Xp in no-output mode PASS: tools/snapshots/test_ust_streaming 4 - Enable channel chan1 for session Q92nU6YQGC5nx4Xp PASS: tools/snapshots/test_ust_streaming 5 - Enable ust event tp:tptest for session Q92nU6YQGC5nx4Xp PASS: tools/snapshots/test_ust_streaming 6 - Start tracing for session Q92nU6YQGC5nx4Xp PASS: tools/snapshots/test_ust_streaming 7 - Start application to trace PASS: tools/snapshots/test_ust_streaming 8 - Added snapshot output net://localhost PASS: tools/snapshots/test_ust_streaming 9 - Snapshot recorded PASS: tools/snapshots/test_ust_streaming 10 - Validate trace for event tp:tptest, 2968 events PASS: tools/snapshots/test_ust_streaming 11 - Deleted snapshot output id 1 PASS: tools/snapshots/test_ust_streaming 12 - Added snapshot output net://localhost PASS: tools/snapshots/test_ust_streaming 13 - Snapshot recorded PASS: tools/snapshots/test_ust_streaming 14 - Validate trace for event tp:tptest, 3505 events PASS: tools/snapshots/test_ust_streaming 15 - Stop lttng tracing for session Q92nU6YQGC5nx4Xp PASS: tools/snapshots/test_ust_streaming 16 - Destroy session Q92nU6YQGC5nx4Xp PASS: tools/snapshots/test_ust_streaming 17 - Create session hwcYgt8mUYl2F751 in no-output mode PASS: tools/snapshots/test_ust_streaming 18 - Enable channel chan1 for session hwcYgt8mUYl2F751 PASS: tools/snapshots/test_ust_streaming 19 - Enable ust event tp:tptest for session hwcYgt8mUYl2F751 PASS: tools/snapshots/test_ust_streaming 20 - Start tracing for session hwcYgt8mUYl2F751 PASS: tools/snapshots/test_ust_streaming 21 - Start application to trace PASS: tools/snapshots/test_ust_streaming 22 - Added snapshot output net://localhost PASS: tools/snapshots/test_ust_streaming 23 - Snapshot recorded PASS: tools/snapshots/test_ust_streaming 24 - Stop lttng tracing for session hwcYgt8mUYl2F751 PASS: tools/snapshots/test_ust_streaming 25 - Destroy session hwcYgt8mUYl2F751 PASS: tools/snapshots/test_ust_streaming 26 - Validate trace for event tp:tptest, 2833 events PASS: tools/snapshots/test_ust_streaming 27 - Create session HQUPjg8d5hsvZGcO in no-output mode PASS: tools/snapshots/test_ust_streaming 28 - Enable channel chan1 for session HQUPjg8d5hsvZGcO PASS: tools/snapshots/test_ust_streaming 29 - Enable ust event tp:tptest for session HQUPjg8d5hsvZGcO PASS: tools/snapshots/test_ust_streaming 30 - Start tracing for session HQUPjg8d5hsvZGcO PASS: tools/snapshots/test_ust_streaming 31 - Start application to trace PASS: tools/snapshots/test_ust_streaming 32 - Added snapshot output net://localhost PASS: tools/snapshots/test_ust_streaming 33 - Snapshot recorded PASS: tools/snapshots/test_ust_streaming 34 - Stop lttng tracing for session HQUPjg8d5hsvZGcO PASS: tools/snapshots/test_ust_streaming 35 - Destroy session HQUPjg8d5hsvZGcO PASS: tools/snapshots/test_ust_streaming 36 - Custom name snapshot exists PASS: tools/snapshots/test_ust_streaming 37 - Validate trace for event tp:tptest, 3038 events PASS: tools/snapshots/test_ust_streaming 38 - Create session siRiOmUEe6FL7npn in no-output mode PASS: tools/snapshots/test_ust_streaming 39 - Enable channel chan1 for session siRiOmUEe6FL7npn PASS: tools/snapshots/test_ust_streaming 40 - Enable ust event tp:tptest for session siRiOmUEe6FL7npn PASS: tools/snapshots/test_ust_streaming 41 - Start tracing for session siRiOmUEe6FL7npn PASS: tools/snapshots/test_ust_streaming 42 - Start application to trace PASS: tools/snapshots/test_ust_streaming 43 - Added snapshot output -C tcp://localhost:5342 -D tcp://localhost:5343 PASS: tools/snapshots/test_ust_streaming 44 - Snapshot recorded PASS: tools/snapshots/test_ust_streaming 45 - Stop lttng tracing for session siRiOmUEe6FL7npn PASS: tools/snapshots/test_ust_streaming 46 - Destroy session siRiOmUEe6FL7npn PASS: tools/snapshots/test_ust_streaming 47 - Validate trace for event tp:tptest, 2999 events PASS: tools/snapshots/test_ust_streaming 48 - Kill session daemon PASS: tools/snapshots/test_ust_streaming 49 - Kill relay daemon PASS: tools/save-load/test_save 1 - Start session daemon PASS: tools/save-load/test_save 2 - Create session save-42 in /tmp/tmp.vk2QXxb6eV PASS: tools/save-load/test_save 3 - Enable channel chan-save for session save-42 PASS: tools/save-load/test_save 4 - Enable ust event tp:tptest for session save-42 PASS: tools/save-load/test_save 5 - Track command with opts: -p 666 -u -s save-42 PASS: tools/save-load/test_save 6 - Session saved PASS: tools/save-load/test_save 7 - Session save-42.lttng file found! PASS: tools/save-load/test_save 8 - Destroy session save-42 PASS: tools/save-load/test_save 9 - Create session save-42-1 in /tmp/tmp.E4NdTcnttG PASS: tools/save-load/test_save 10 - Create session save-42-2 in /tmp/tmp.E4NdTcnttG PASS: tools/save-load/test_save 11 - Create session save-42-3 in /tmp/tmp.E4NdTcnttG PASS: tools/save-load/test_save 12 - Enable channel chan-save for session save-42-1 PASS: tools/save-load/test_save 13 - Enable channel chan-save for session save-42-2 PASS: tools/save-load/test_save 14 - Enable channel chan-save for session save-42-3 PASS: tools/save-load/test_save 15 - Enable ust event tp:tptest for session save-42-1 PASS: tools/save-load/test_save 16 - Enable ust event tp:tptest for session save-42-2 PASS: tools/save-load/test_save 17 - Enable ust event tp:tptest for session save-42-3 PASS: tools/save-load/test_save 18 - Track command with opts: -p 666 -u -s save-42-1 PASS: tools/save-load/test_save 19 - Track command with opts: -p 666 -u -s save-42-2 PASS: tools/save-load/test_save 20 - Track command with opts: -p 666 -u -s save-42-3 PASS: tools/save-load/test_save 21 - Session saved PASS: tools/save-load/test_save 22 - Session save-42-1.lttng file found! PASS: tools/save-load/test_save 23 - Session save-42-2.lttng file found! PASS: tools/save-load/test_save 24 - Session save-42-3.lttng file found! PASS: tools/save-load/test_save 25 - Destroy session save-42-1 PASS: tools/save-load/test_save 26 - Destroy session save-42-2 PASS: tools/save-load/test_save 27 - Destroy session save-42-3 PASS: tools/save-load/test_save 28 - Create session save-42 in /tmp/tmp.D2ViVdCsTe PASS: tools/save-load/test_save 29 - Enable channel chan-save for session save-42 PASS: tools/save-load/test_save 30 - Enable ust event tp:tptest for session save-42 PASS: tools/save-load/test_save 31 - Session saved PASS: tools/save-load/test_save 32 - Session save-42.lttng file found! PASS: tools/save-load/test_save 33 - Destroy session save-42 PASS: tools/save-load/test_save 34 - Create session save-42 in /tmp/tmp.D2ViVdCsTe PASS: tools/save-load/test_save 35 - Enable channel chan-save for session save-42 PASS: tools/save-load/test_save 36 - Enable ust event tp:tptest for session save-42 PASS: tools/save-load/test_save 37 - Session failed to be saved. Expected! PASS: tools/save-load/test_save 38 - Session saved PASS: tools/save-load/test_save 39 - Session save-42.lttng file found! PASS: tools/save-load/test_save 40 - Destroy session save-42 PASS: tools/save-load/test_save 41 - Kill session daemon PASS: tools/save-load/test_load 1 - Start session daemon FAIL: tools/save-load/test_load 2 - Load command with opts: -i ./tools/save-load//load-42.lttng FAIL: tools/save-load/test_load 3 - Destroy session load-42 PASS: tools/save-load/test_load 4 - Kill session daemon ERROR: tools/save-load/test_load - too few tests run (expected 67, got 4) PASS: tools/mi/test_mi 1 - Start session daemon PASS: tools/mi/test_mi 2 - MI test: Lttng version FAIL: tools/mi/test_mi 3 - MI test: Version xsd validation PASS: tools/mi/test_mi 4 - Kill session daemon ERROR: tools/mi/test_mi - too few tests run (expected 228, got 4) PASS: tools/wildcard/test_event_wildcard 1 - Start session daemon PASS: tools/wildcard/test_event_wildcard 2 - Create session wildcard in /tmp/tmp.KpGfa56zj5 PASS: tools/wildcard/test_event_wildcard 3 - Enable ust event tp:tp* for session wildcard PASS: tools/wildcard/test_event_wildcard 4 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 5 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 6 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 7 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 8 - Trace match PASS: tools/wildcard/test_event_wildcard 9 - Create session wildcard in /tmp/tmp.gjzEGydjx0 PASS: tools/wildcard/test_event_wildcard 10 - Enable ust event * for session wildcard PASS: tools/wildcard/test_event_wildcard 11 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 12 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 13 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 14 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 15 - Trace match PASS: tools/wildcard/test_event_wildcard 16 - Create session wildcard in /tmp/tmp.Ouw2DMf2pI PASS: tools/wildcard/test_event_wildcard 17 - Enable ust event tp:tptest* for session wildcard PASS: tools/wildcard/test_event_wildcard 18 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 19 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 20 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 21 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 22 - Trace match PASS: tools/wildcard/test_event_wildcard 23 - Create session wildcard in /tmp/tmp.WVLcgsBxDK PASS: tools/wildcard/test_event_wildcard 24 - Enable ust event tp:abc* for session wildcard PASS: tools/wildcard/test_event_wildcard 25 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 26 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 27 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 28 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 29 - Validate empty trace PASS: tools/wildcard/test_event_wildcard 30 - Create session wildcard in /tmp/tmp.fVNbFrWE1a PASS: tools/wildcard/test_event_wildcard 31 - Enable ust event tp:*tp for session failed as expected PASS: tools/wildcard/test_event_wildcard 32 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 33 - Create session wildcard in /tmp/tmp.NuQQB8d6Sa PASS: tools/wildcard/test_event_wildcard 34 - Enable ust event tp:tp** for session failed as expected PASS: tools/wildcard/test_event_wildcard 35 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 36 - Create session wildcard in /tmp/tmp.yd6WCIQK9f PASS: tools/wildcard/test_event_wildcard 37 - Enable ust event *tp:tp* for session failed as expected PASS: tools/wildcard/test_event_wildcard 38 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 39 - Create session wildcard in /tmp/tmp.3twUrD0MBi PASS: tools/wildcard/test_event_wildcard 40 - Enable kernel event lttng_test_* for session wildcard PASS: tools/wildcard/test_event_wildcard 41 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 42 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 43 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 44 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 45 - Trace match PASS: tools/wildcard/test_event_wildcard 46 - Create session wildcard in /tmp/tmp.KSLhW7AqhY PASS: tools/wildcard/test_event_wildcard 47 - Enable kernel event lttng_test_filter_event* for session wildcard PASS: tools/wildcard/test_event_wildcard 48 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 49 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 50 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 51 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 52 - Trace match PASS: tools/wildcard/test_event_wildcard 53 - Create session wildcard in /tmp/tmp.VtGAJLqyZx PASS: tools/wildcard/test_event_wildcard 54 - Enable kernel event lttng_test_asdfasdf* for session wildcard PASS: tools/wildcard/test_event_wildcard 55 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 56 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 57 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 58 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 59 - Validate empty trace PASS: tools/wildcard/test_event_wildcard 60 - Create session wildcard in /tmp/tmp.XW73ETVDcG PASS: tools/wildcard/test_event_wildcard 61 - Enable kernel event tp_*tp for session on channel failed as expected PASS: tools/wildcard/test_event_wildcard 62 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 63 - Create session wildcard in /tmp/tmp.2rwv0N7irQ PASS: tools/wildcard/test_event_wildcard 64 - Enable kernel event tp_tp** for session on channel failed as expected PASS: tools/wildcard/test_event_wildcard 65 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 66 - Create session wildcard in /tmp/tmp.n6tm58GYWT PASS: tools/wildcard/test_event_wildcard 67 - Enable kernel event *tp_tp* for session on channel failed as expected PASS: tools/wildcard/test_event_wildcard 68 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 69 - Kill session daemon PASS: tools/crash/test_crash 1 - Start session daemon PASS: tools/crash/test_crash 2 - Create session shm_path_per_uid in /tmp/tmp.F3Tu3qe4u6 PASS: tools/crash/test_crash 3 - Enable channel channel_per_uid for session shm_path_per_uid PASS: tools/crash/test_crash 4 - No files created on set-up PASS: tools/crash/test_crash 5 - Start application to trace PASS: tools/crash/test_crash 6 - Path /tmp/tmp.A0AuNzicKC/shm_path_per_uid-20170812-174215 created on application creation PASS: tools/crash/test_crash 7 - uid path exist found /tmp/tmp.A0AuNzicKC/shm_path_per_uid-20170812-174215/ust/uid/0 PASS: tools/crash/test_crash 8 - Expect 1 uid registration folder got 1 PASS: tools/crash/test_crash 9 - Expect 1 uid registration folder got 1 PASS: tools/crash/test_crash 10 - Destroy session shm_path_per_uid PASS: tools/crash/test_crash 11 - Full cleanup PASS: tools/crash/test_crash 12 - Kill session daemon PASS: tools/crash/test_crash 13 - Start session daemon PASS: tools/crash/test_crash 14 - Create session shm_path_per_pid in /tmp/tmp.F3Tu3qe4u6 PASS: tools/crash/test_crash 15 - Enable channel channel_per_pid for session shm_path_per_pid PASS: tools/crash/test_crash 16 - No file created on set-up PASS: tools/crash/test_crash 17 - Start application to trace PASS: tools/crash/test_crash 18 - Path /tmp/tmp.1WmYiNI03D/shm_path_per_pid-20170812-174220 created on application creation PASS: tools/crash/test_crash 19 - Pid path exists: /tmp/tmp.1WmYiNI03D/shm_path_per_pid-20170812-174220/ust/pid/gen-ust-events-30067-20170812-174220 PASS: tools/crash/test_crash 20 - Expect 1 pid registration folder got 1 PASS: tools/crash/test_crash 21 - Expect > 0 buffer and metadata files got 5 PASS: tools/crash/test_crash 22 - Start application to trace PASS: tools/crash/test_crash 23 - Pid path exist found /tmp/tmp.1WmYiNI03D/shm_path_per_pid-20170812-174220/ust/pid/gen-ust-events-30084-20170812-174220 PASS: tools/crash/test_crash 24 - Expect 2 pid registration folder got 2 PASS: tools/crash/test_crash 25 - First pid cleanup PASS: tools/crash/test_crash 26 - Full cleanup PASS: tools/crash/test_crash 27 - Destroy session shm_path_per_pid PASS: tools/crash/test_crash 28 - Kill session daemon PASS: tools/crash/test_crash 29 - Start session daemon PASS: tools/crash/test_crash 30 - Create session shm_path_per_pid in /tmp/tmp.F3Tu3qe4u6 PASS: tools/crash/test_crash 31 - Enable channel channel_per_pid for session shm_path_per_pid PASS: tools/crash/test_crash 32 - Start application to trace PASS: tools/crash/test_crash 33 - Start application to trace PASS: tools/crash/test_crash 34 - Kill session daemon PASS: tools/crash/test_crash 35 - Full cleanup on sigint PASS: tools/crash/test_crash 36 - Start session daemon PASS: tools/crash/test_crash 37 - Create session shm_path_per_uid_sigint in /tmp/tmp.F3Tu3qe4u6 PASS: tools/crash/test_crash 38 - Enable channel channel_per_uid_sigint for session shm_path_per_uid_sigint PASS: tools/crash/test_crash 39 - Start application to trace PASS: tools/crash/test_crash 40 - Start application to trace PASS: tools/crash/test_crash 41 - Kill session daemon PASS: tools/crash/test_crash 42 - Full cleanup on sigint PASS: tools/crash/test_crash 43 - Start session daemon PASS: tools/crash/test_crash 44 - Create session crash_test in /tmp/tmp.F3Tu3qe4u6 PASS: tools/crash/test_crash 45 - Enable channel channel_crash for session crash_test PASS: tools/crash/test_crash 46 - Enable ust event tp:tptest for session crash_test PASS: tools/crash/test_crash 47 - Start tracing for session crash_test PASS: tools/crash/test_crash 48 - Stop lttng tracing for session FAIL: tools/crash/test_crash 49 - Expect 10 recup event from buffers got 0 FAIL: tools/crash/test_crash 50 - Expect 10 recup event from symlink buffers got 0 PASS: tools/crash/test_crash 51 - Destroy session crash_test PASS: tools/crash/test_crash 52 - Kill session daemon PASS: tools/crash/test_crash 53 - Start session daemon PASS: tools/crash/test_crash 54 - Create session crash_test in /tmp/tmp.F3Tu3qe4u6 PASS: tools/crash/test_crash 55 - Enable channel channel_crash for session crash_test PASS: tools/crash/test_crash 56 - Enable ust event tp:tptest for session crash_test PASS: tools/crash/test_crash 57 - Start tracing for session crash_test PASS: tools/crash/test_crash 58 - Stop lttng tracing for session FAIL: tools/crash/test_crash 59 - Extraction of crashed buffers to path FAIL: tools/crash/test_crash 60 - Trace match PASS: tools/crash/test_crash 61 - Destroy session crash_test PASS: tools/crash/test_crash 62 - Kill session daemon PASS: tools/crash/test_crash 63 - Start session daemon PASS: tools/crash/test_crash 64 - Create session crash_test in /tmp/tmp.F3Tu3qe4u6 PASS: tools/crash/test_crash 65 - Enable channel channel_crash for session crash_test PASS: tools/crash/test_crash 66 - Enable ust event tp:tptest for session crash_test PASS: tools/crash/test_crash 67 - Start tracing for session crash_test PASS: tools/crash/test_crash 68 - Sending SIGSTOP to session daemon PASS: tools/crash/test_crash 69 - Sending SIGSTOP to consumer daemon PASS: tools/crash/test_crash 70 - Kill consumer daemon PASS: tools/crash/test_crash 71 - Kill session daemon FAIL: tools/crash/test_crash 72 - Extraction of crashed buffers to path /tmp/tmp.p3hGetJL7H/extract FAIL: tools/crash/test_crash 73 - Trace match PASS: tools/regen-metadata/test_ust 1 - Start lttng-relayd (opt: -o /tmp/tmp.s46UJ0EOYS) PASS: tools/regen-metadata/test_ust 2 - Start session daemon PASS: tools/regen-metadata/test_ust 3 - Create session with default path PASS: tools/regen-metadata/test_ust 4 - Enable ust event tp:tptest for session BHiIrtKh5pC2I9Vk PASS: tools/regen-metadata/test_ust 5 - Start tracing for session BHiIrtKh5pC2I9Vk PASS: tools/regen-metadata/test_ust 6 - Metadata regenerate BHiIrtKh5pC2I9Vk PASS: tools/regen-metadata/test_ust 7 - Stop lttng tracing for session BHiIrtKh5pC2I9Vk PASS: tools/regen-metadata/test_ust 8 - Destroy session BHiIrtKh5pC2I9Vk PASS: tools/regen-metadata/test_ust 9 - Validate trace for event tp:tptest, 1 events PASS: tools/regen-metadata/test_ust 10 - Create session ZCmwaAeGk8X1Eden in /tmp/tmp.s46UJ0EOYS PASS: tools/regen-metadata/test_ust 11 - Enable ust event tp:tptest for session ZCmwaAeGk8X1Eden PASS: tools/regen-metadata/test_ust 12 - Start tracing for session ZCmwaAeGk8X1Eden PASS: tools/regen-metadata/test_ust 13 - Metadata regenerate ZCmwaAeGk8X1Eden PASS: tools/regen-metadata/test_ust 14 - Stop lttng tracing for session ZCmwaAeGk8X1Eden PASS: tools/regen-metadata/test_ust 15 - Destroy session ZCmwaAeGk8X1Eden PASS: tools/regen-metadata/test_ust 16 - Validate trace for event tp:tptest, 1 events PASS: tools/regen-metadata/test_ust 17 - Create session QG7UXzNtFA27iDLO in /tmp/tmp.s46UJ0EOYS PASS: tools/regen-metadata/test_ust 18 - Enable channel channel0 per PID for session QG7UXzNtFA27iDLO PASS: tools/regen-metadata/test_ust 19 - Enable ust event tp:tptest for session QG7UXzNtFA27iDLO PASS: tools/regen-metadata/test_ust 20 - Start tracing for session QG7UXzNtFA27iDLO PASS: tools/regen-metadata/test_ust 21 - Expected fail on regenerate metadata QG7UXzNtFA27iDLO PASS: tools/regen-metadata/test_ust 22 - Stop lttng tracing for session QG7UXzNtFA27iDLO PASS: tools/regen-metadata/test_ust 23 - Destroy session QG7UXzNtFA27iDLO PASS: tools/regen-metadata/test_ust 24 - Validate trace for event tp:tptest, 1 events PASS: tools/regen-metadata/test_ust 25 - Create live session PASS: tools/regen-metadata/test_ust 26 - Enable ust event tp:tptest for session SNYi0wPtXIsKhNYW PASS: tools/regen-metadata/test_ust 27 - Start tracing for session SNYi0wPtXIsKhNYW PASS: tools/regen-metadata/test_ust 28 - Expected fail on regenerate metadata SNYi0wPtXIsKhNYW PASS: tools/regen-metadata/test_ust 29 - Stop lttng tracing for session SNYi0wPtXIsKhNYW PASS: tools/regen-metadata/test_ust 30 - Destroy session SNYi0wPtXIsKhNYW PASS: tools/regen-metadata/test_ust 31 - Validate trace for event tp:tptest, 1 events PASS: tools/regen-metadata/test_ust 32 - Kill session daemon PASS: tools/regen-metadata/test_ust 33 - Kill relay daemon PASS: tools/regen-statedump/test_ust 1 - Start session daemon PASS: tools/regen-statedump/test_ust 2 - Create session J1rUu7VC1j9wy1af in /tmp/tmp.J5sUc1rCWY PASS: tools/regen-statedump/test_ust 3 - Enable ust event lttng_ust_statedump:start,lttng_ust_statedump:end for session J1rUu7VC1j9wy1af PASS: tools/regen-statedump/test_ust 4 - Start tracing for session J1rUu7VC1j9wy1af PASS: tools/regen-statedump/test_ust 5 - Metadata regenerate J1rUu7VC1j9wy1af PASS: tools/regen-statedump/test_ust 6 - Stop lttng tracing for session J1rUu7VC1j9wy1af PASS: tools/regen-statedump/test_ust 7 - Destroy session J1rUu7VC1j9wy1af PASS: tools/regen-statedump/test_ust 8 - Validate trace for event lttng_ust_statedump:start, 2 events PASS: tools/regen-statedump/test_ust 9 - Validate trace for event lttng_ust_statedump:end, 2 events PASS: tools/regen-statedump/test_ust 10 - Read a total of 4 events, expected 4 PASS: tools/regen-statedump/test_ust 11 - Kill session daemon PASS: ust/before-after/test_before_after 1 - Start session daemon PASS: ust/before-after/test_before_after 2 - Create session per-session in /tmp/tmp.DRjoUY28MM PASS: ust/before-after/test_before_after 3 - Enable ust event tp:tptest for session per-session PASS: ust/before-after/test_before_after 4 - Start tracing for session per-session PASS: ust/before-after/test_before_after 5 - Traced application stopped. PASS: ust/before-after/test_before_after 6 - Stop lttng tracing for session per-session PASS: ust/before-after/test_before_after 7 - Destroy session per-session PASS: ust/before-after/test_before_after 8 - Trace match with 100 event tp:tptest PASS: ust/before-after/test_before_after 9 - Create session per-session in /tmp/tmp.jCVF4WQN9I PASS: ust/before-after/test_before_after 10 - Enable ust event tp:tptest for session per-session PASS: ust/before-after/test_before_after 11 - Application started in background. PASS: ust/before-after/test_before_after 12 - Start tracing for session per-session PASS: ust/before-after/test_before_after 13 - Stop lttng tracing for session per-session PASS: ust/before-after/test_before_after 14 - Destroy session per-session PASS: ust/before-after/test_before_after 15 - Validate trace for event tp:tptest, 100 events PASS: ust/before-after/test_before_after 16 - Kill session daemon PASS: ust/buffers-pid/test_buffers_pid 1 - Start session daemon PASS: ust/buffers-pid/test_buffers_pid 2 - Create session buffers-pid in /tmp/tmp.mmlGfDRlTH PASS: ust/buffers-pid/test_buffers_pid 3 - Enable channel channel0 per PID for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 4 - Enable ust event tp:tptest for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 5 - Start application to trace PASS: ust/buffers-pid/test_buffers_pid 6 - Start tracing for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 7 - Stop lttng tracing for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 8 - Destroy session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 9 - Trace validation PASS: ust/buffers-pid/test_buffers_pid 10 - Create session buffers-pid in /tmp/tmp.qtwePsh3Vy PASS: ust/buffers-pid/test_buffers_pid 11 - Enable channel channel0 per PID for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 12 - Enable ust event tp:tptest for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 13 - Start tracing for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 14 - Start application to trace PASS: ust/buffers-pid/test_buffers_pid 15 - Stop lttng tracing for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 16 - Destroy session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 17 - Trace match with 100 event tp:tptest PASS: ust/buffers-pid/test_buffers_pid 18 - Create session buffers-pid in /tmp/tmp.kPrgX2uCNB PASS: ust/buffers-pid/test_buffers_pid 19 - Enable channel channel0 per PID for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 20 - Enable ust event tp:tptest for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 21 - Start tracing for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 22 - Start application 1 for tracing PASS: ust/buffers-pid/test_buffers_pid 23 - Start application 2 for tracing PASS: ust/buffers-pid/test_buffers_pid 24 - Start application 3 for tracing PASS: ust/buffers-pid/test_buffers_pid 25 - Start application 4 for tracing PASS: ust/buffers-pid/test_buffers_pid 26 - Start application 5 for tracing PASS: ust/buffers-pid/test_buffers_pid 27 - Stop lttng tracing for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 28 - Destroy session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 29 - Trace match with 500 event tp:tptest PASS: ust/buffers-pid/test_buffers_pid 30 - Start application 1 for tracing PASS: ust/buffers-pid/test_buffers_pid 31 - Start application 2 for tracing PASS: ust/buffers-pid/test_buffers_pid 32 - Start application 3 for tracing PASS: ust/buffers-pid/test_buffers_pid 33 - Start application 4 for tracing PASS: ust/buffers-pid/test_buffers_pid 34 - Start application 5 for tracing PASS: ust/buffers-pid/test_buffers_pid 35 - Create session buffers-pid in /tmp/tmp.G6QeXzwwHY PASS: ust/buffers-pid/test_buffers_pid 36 - Enable channel channel0 per PID for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 37 - Enable ust event tp:tptest for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 38 - Start tracing for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 39 - Waiting done PASS: ust/buffers-pid/test_buffers_pid 40 - Stop lttng tracing for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 41 - Destroy session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 42 - Trace validation PASS: ust/buffers-pid/test_buffers_pid 43 - Create session buffers-pid in /tmp/tmp.fqSiMU9BZA PASS: ust/buffers-pid/test_buffers_pid 44 - Enable channel channel0 per PID for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 45 - Enable channel channel1 per PID for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 46 - Enable channel channel2 per PID for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 47 - Enable channel channel3 per PID for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 48 - Enable channel channel4 per PID for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 49 - Enable event tp:tptest for session buffers-pid in channel0 PASS: ust/buffers-pid/test_buffers_pid 50 - Enable event tp:tptest for session buffers-pid in channel1 PASS: ust/buffers-pid/test_buffers_pid 51 - Enable event tp:tptest for session buffers-pid in channel2 PASS: ust/buffers-pid/test_buffers_pid 52 - Enable event tp:tptest for session buffers-pid in channel3 PASS: ust/buffers-pid/test_buffers_pid 53 - Enable event tp:tptest for session buffers-pid in channel4 PASS: ust/buffers-pid/test_buffers_pid 54 - Start tracing for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 55 - Start application to trace PASS: ust/buffers-pid/test_buffers_pid 56 - Stop lttng tracing for session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 57 - Trace match with 500 event tp:tptest PASS: ust/buffers-pid/test_buffers_pid 58 - Destroy session buffers-pid PASS: ust/buffers-pid/test_buffers_pid 59 - Kill session daemon PASS: ust/multi-session/test_multi_session 1 - Start session daemon PASS: ust/multi-session/test_multi_session 2 - Create session multi-session-0 in /tmp/tmp.E5Wv53zu9x/0 PASS: ust/multi-session/test_multi_session 3 - Enable ust event ust_gen_nevents:tptest0 for session multi-session-0 PASS: ust/multi-session/test_multi_session 4 - Start tracing for session multi-session-0 PASS: ust/multi-session/test_multi_session 5 - Create session multi-session-1 in /tmp/tmp.E5Wv53zu9x/1 PASS: ust/multi-session/test_multi_session 6 - Enable ust event ust_gen_nevents:tptest1 for session multi-session-1 PASS: ust/multi-session/test_multi_session 7 - Start tracing for session multi-session-1 PASS: ust/multi-session/test_multi_session 8 - Create session multi-session-2 in /tmp/tmp.E5Wv53zu9x/2 PASS: ust/multi-session/test_multi_session 9 - Enable ust event ust_gen_nevents:tptest2 for session multi-session-2 PASS: ust/multi-session/test_multi_session 10 - Start tracing for session multi-session-2 PASS: ust/multi-session/test_multi_session 11 - Create session multi-session-3 in /tmp/tmp.E5Wv53zu9x/3 PASS: ust/multi-session/test_multi_session 12 - Enable ust event ust_gen_nevents:tptest3 for session multi-session-3 PASS: ust/multi-session/test_multi_session 13 - Start tracing for session multi-session-3 PASS: ust/multi-session/test_multi_session 14 - Start application to generate 100 events PASS: ust/multi-session/test_multi_session 15 - Wait for events to record PASS: ust/multi-session/test_multi_session 16 - Stop lttng tracing for session multi-session-0 PASS: ust/multi-session/test_multi_session 17 - Destroy session multi-session-0 PASS: ust/multi-session/test_multi_session 18 - Trace validation of multi-session-0 PASS: ust/multi-session/test_multi_session 19 - Stop lttng tracing for session multi-session-1 PASS: ust/multi-session/test_multi_session 20 - Destroy session multi-session-1 PASS: ust/multi-session/test_multi_session 21 - Trace validation of multi-session-1 PASS: ust/multi-session/test_multi_session 22 - Stop lttng tracing for session multi-session-2 PASS: ust/multi-session/test_multi_session 23 - Destroy session multi-session-2 PASS: ust/multi-session/test_multi_session 24 - Trace validation of multi-session-2 PASS: ust/multi-session/test_multi_session 25 - Stop lttng tracing for session multi-session-3 PASS: ust/multi-session/test_multi_session 26 - Destroy session multi-session-3 PASS: ust/multi-session/test_multi_session 27 - Trace validation of multi-session-3 PASS: ust/multi-session/test_multi_session 28 - Kill session daemon PASS: ust/nprocesses/test_nprocesses 1 - Start session daemon PASS: ust/nprocesses/test_nprocesses 2 - All applications are registered to sessiond PASS: ust/nprocesses/test_nprocesses 3 - Create session ust-nprocesses in /tmp/tmp.AXFhFKEs5r PASS: ust/nprocesses/test_nprocesses 4 - Enable ust event tp:tptest for session ust-nprocesses PASS: ust/nprocesses/test_nprocesses 5 - Start tracing for session ust-nprocesses PASS: ust/nprocesses/test_nprocesses 6 - Stop lttng tracing for session ust-nprocesses PASS: ust/nprocesses/test_nprocesses 7 - Destroy session ust-nprocesses PASS: ust/nprocesses/test_nprocesses 8 - Stopped all spawned applications PASS: ust/nprocesses/test_nprocesses 9 - Kill session daemon PASS: ust/overlap/test_overlap 1 - Start session daemon PASS: ust/overlap/test_overlap 2 - Create session wildcard-overlap in /tmp/tmp.3j4W3zPG3r PASS: ust/overlap/test_overlap 3 - Enable event us* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 4 - Enable event ust* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 5 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 6 - Application done PASS: ust/overlap/test_overlap 7 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 8 - Trace match FAIL: ust/overlap/test_overlap 9 - Trace match FAIL: ust/overlap/test_overlap 10 - Trace match FAIL: ust/overlap/test_overlap 11 - Trace match PASS: ust/overlap/test_overlap 12 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 13 - Create session wildcard-overlap in /tmp/tmp.bZWOLyHBS2 PASS: ust/overlap/test_overlap 14 - Enable event us* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 15 - Enable event ust* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 16 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 17 - Application done PASS: ust/overlap/test_overlap 18 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 19 - Trace match FAIL: ust/overlap/test_overlap 20 - Trace match FAIL: ust/overlap/test_overlap 21 - Trace match FAIL: ust/overlap/test_overlap 22 - Trace match PASS: ust/overlap/test_overlap 23 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 24 - Create session wildcard-overlap in /tmp/tmp.VxOB2TjJiH PASS: ust/overlap/test_overlap 25 - Enable event us* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 26 - Enable event ust* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 27 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 28 - Application done PASS: ust/overlap/test_overlap 29 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 30 - Trace match FAIL: ust/overlap/test_overlap 31 - Trace match FAIL: ust/overlap/test_overlap 32 - Trace match FAIL: ust/overlap/test_overlap 33 - Trace match PASS: ust/overlap/test_overlap 34 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 35 - Create session wildcard-overlap in /tmp/tmp.DxUV5Dz1YA PASS: ust/overlap/test_overlap 36 - Enable event us* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 37 - Enable event ust* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 38 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 39 - Application done PASS: ust/overlap/test_overlap 40 - Stop lttng tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 41 - Trace match PASS: ust/overlap/test_overlap 42 - Trace match PASS: ust/overlap/test_overlap 43 - Trace match PASS: ust/overlap/test_overlap 44 - Trace match PASS: ust/overlap/test_overlap 45 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 46 - Create session wildcard-overlap in /tmp/tmp.Kyb8I80yGj PASS: ust/overlap/test_overlap 47 - Enable event us* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 48 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 49 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 50 - Application done PASS: ust/overlap/test_overlap 51 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 52 - Trace match FAIL: ust/overlap/test_overlap 53 - Trace match FAIL: ust/overlap/test_overlap 54 - Trace match FAIL: ust/overlap/test_overlap 55 - Trace match PASS: ust/overlap/test_overlap 56 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 57 - Create session wildcard-overlap in /tmp/tmp.8P5czY7aEL PASS: ust/overlap/test_overlap 58 - Enable event us* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 59 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 60 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 61 - Application done PASS: ust/overlap/test_overlap 62 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 63 - Trace match PASS: ust/overlap/test_overlap 64 - Trace match PASS: ust/overlap/test_overlap 65 - Trace match PASS: ust/overlap/test_overlap 66 - Trace match PASS: ust/overlap/test_overlap 67 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 68 - Create session wildcard-overlap in /tmp/tmp.sNH4XEjO63 PASS: ust/overlap/test_overlap 69 - Enable event us* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 70 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 71 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 72 - Application done PASS: ust/overlap/test_overlap 73 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 74 - Trace match FAIL: ust/overlap/test_overlap 75 - Trace match FAIL: ust/overlap/test_overlap 76 - Trace match FAIL: ust/overlap/test_overlap 77 - Trace match PASS: ust/overlap/test_overlap 78 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 79 - Create session wildcard-overlap in /tmp/tmp.Qa2GQFdsiY PASS: ust/overlap/test_overlap 80 - Enable event us* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 81 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 82 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 83 - Application done PASS: ust/overlap/test_overlap 84 - Stop lttng tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 85 - Trace match PASS: ust/overlap/test_overlap 86 - Trace match PASS: ust/overlap/test_overlap 87 - Trace match PASS: ust/overlap/test_overlap 88 - Trace match PASS: ust/overlap/test_overlap 89 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 90 - Create session wildcard-overlap in /tmp/tmp.pmyPlHpicR PASS: ust/overlap/test_overlap 91 - Enable event ust* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 92 - Enable event ust* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 93 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 94 - Application done PASS: ust/overlap/test_overlap 95 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 96 - Trace match FAIL: ust/overlap/test_overlap 97 - Trace match FAIL: ust/overlap/test_overlap 98 - Trace match FAIL: ust/overlap/test_overlap 99 - Trace match PASS: ust/overlap/test_overlap 100 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 101 - Create session wildcard-overlap in /tmp/tmp.gFOpAxfjAH PASS: ust/overlap/test_overlap 102 - Enable event ust* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 103 - Enable event with filtering for session twice failure detected PASS: ust/overlap/test_overlap 104 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 105 - Application done PASS: ust/overlap/test_overlap 106 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 107 - Trace match FAIL: ust/overlap/test_overlap 108 - Trace match FAIL: ust/overlap/test_overlap 109 - Trace match FAIL: ust/overlap/test_overlap 110 - Trace match PASS: ust/overlap/test_overlap 111 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 112 - Create session wildcard-overlap in /tmp/tmp.81ulkaWTMB PASS: ust/overlap/test_overlap 113 - Enable event ust* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 114 - Enable event ust* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 115 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 116 - Application done PASS: ust/overlap/test_overlap 117 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 118 - Trace match FAIL: ust/overlap/test_overlap 119 - Trace match FAIL: ust/overlap/test_overlap 120 - Trace match FAIL: ust/overlap/test_overlap 121 - Trace match PASS: ust/overlap/test_overlap 122 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 123 - Create session wildcard-overlap in /tmp/tmp.K8Tm2Ibwd8 PASS: ust/overlap/test_overlap 124 - Enable event ust* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 125 - Enable event ust* with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 126 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 127 - Application done PASS: ust/overlap/test_overlap 128 - Stop lttng tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 129 - Trace match PASS: ust/overlap/test_overlap 130 - Trace match PASS: ust/overlap/test_overlap 131 - Trace match PASS: ust/overlap/test_overlap 132 - Trace match PASS: ust/overlap/test_overlap 133 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 134 - Create session wildcard-overlap in /tmp/tmp.Bm9P6OZk1W PASS: ust/overlap/test_overlap 135 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 136 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap PASS: ust/overlap/test_overlap 137 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 138 - Application done PASS: ust/overlap/test_overlap 139 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 140 - Trace match PASS: ust/overlap/test_overlap 141 - Trace match PASS: ust/overlap/test_overlap 142 - Trace match PASS: ust/overlap/test_overlap 143 - Trace match PASS: ust/overlap/test_overlap 144 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 145 - Create session wildcard-overlap in /tmp/tmp.rFzSW1aamh PASS: ust/overlap/test_overlap 146 - Enable event us* with loglevel TRACE_WARNING PASS: ust/overlap/test_overlap 147 - Enable event ust* with loglevel-only TRACE_CRIT PASS: ust/overlap/test_overlap 148 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 149 - Application done PASS: ust/overlap/test_overlap 150 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 151 - Trace match FAIL: ust/overlap/test_overlap 152 - Trace match FAIL: ust/overlap/test_overlap 153 - Trace match FAIL: ust/overlap/test_overlap 154 - Trace match PASS: ust/overlap/test_overlap 155 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 156 - Create session wildcard-overlap in /tmp/tmp.lLvWmxIqn4 PASS: ust/overlap/test_overlap 157 - Enable event ust_tests_demo:starting with loglevel TRACE_CRIT PASS: ust/overlap/test_overlap 158 - Enable event ust_tests_demo:starting with loglevel TRACE_WARNING PASS: ust/overlap/test_overlap 159 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 160 - Application done PASS: ust/overlap/test_overlap 161 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 162 - Trace match PASS: ust/overlap/test_overlap 163 - Trace match PASS: ust/overlap/test_overlap 164 - Trace match PASS: ust/overlap/test_overlap 165 - Trace match PASS: ust/overlap/test_overlap 166 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 167 - Create session wildcard-overlap in /tmp/tmp.mynW9lNYyb PASS: ust/overlap/test_overlap 168 - Enable event ust* with loglevel TRACE_CRIT PASS: ust/overlap/test_overlap 169 - Enable event ust* with loglevel TRACE_WARNING PASS: ust/overlap/test_overlap 170 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 171 - Application done PASS: ust/overlap/test_overlap 172 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 173 - Trace match FAIL: ust/overlap/test_overlap 174 - Trace match FAIL: ust/overlap/test_overlap 175 - Trace match FAIL: ust/overlap/test_overlap 176 - Trace match PASS: ust/overlap/test_overlap 177 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 178 - Create session wildcard-overlap in /tmp/tmp.DLh86XmCDr PASS: ust/overlap/test_overlap 179 - Enable ust event ust_tests_demo for session wildcard-overlap PASS: ust/overlap/test_overlap 180 - Enable ust event ust_tests_demo2 for session wildcard-overlap PASS: ust/overlap/test_overlap 181 - Enable ust event ust_tests_demo3 for session wildcard-overlap PASS: ust/overlap/test_overlap 182 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 183 - Application done PASS: ust/overlap/test_overlap 184 - Stop lttng tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 185 - Trace match PASS: ust/overlap/test_overlap 186 - Trace match PASS: ust/overlap/test_overlap 187 - Trace match PASS: ust/overlap/test_overlap 188 - Trace match PASS: ust/overlap/test_overlap 189 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 190 - Create session wildcard-overlap in /tmp/tmp.LD47qkPpC0 PASS: ust/overlap/test_overlap 191 - Enable event us* with loglevel TRACE_WARNING PASS: ust/overlap/test_overlap 192 - Enable event ust_tests_demo2:loop with loglevel TRACE_CRIT PASS: ust/overlap/test_overlap 193 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 194 - Application done PASS: ust/overlap/test_overlap 195 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 196 - Trace match FAIL: ust/overlap/test_overlap 197 - Trace match FAIL: ust/overlap/test_overlap 198 - Trace match FAIL: ust/overlap/test_overlap 199 - Trace match PASS: ust/overlap/test_overlap 200 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 201 - Create session wildcard-overlap in /tmp/tmp.6rkNaL3Wm6 PASS: ust/overlap/test_overlap 202 - Enable ust event us* for session wildcard-overlap PASS: ust/overlap/test_overlap 203 - Enable ust event ust* for session wildcard-overlap PASS: ust/overlap/test_overlap 204 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 205 - Application done PASS: ust/overlap/test_overlap 206 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 207 - Trace match FAIL: ust/overlap/test_overlap 208 - Trace match FAIL: ust/overlap/test_overlap 209 - Trace match FAIL: ust/overlap/test_overlap 210 - Trace match PASS: ust/overlap/test_overlap 211 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 212 - Create session wildcard-overlap in /tmp/tmp.imlHoCfrnR PASS: ust/overlap/test_overlap 213 - Enable ust event us* for session wildcard-overlap PASS: ust/overlap/test_overlap 214 - Enable ust event ust_tests_demo:starting for session wildcard-overlap PASS: ust/overlap/test_overlap 215 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 216 - Application done PASS: ust/overlap/test_overlap 217 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 218 - Trace match FAIL: ust/overlap/test_overlap 219 - Trace match FAIL: ust/overlap/test_overlap 220 - Trace match FAIL: ust/overlap/test_overlap 221 - Trace match PASS: ust/overlap/test_overlap 222 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 223 - Create session wildcard-overlap in /tmp/tmp.qGBPtRom8j PASS: ust/overlap/test_overlap 224 - Enable event us* with loglevel TRACE_WARNING PASS: ust/overlap/test_overlap 225 - Enable event ust* with loglevel TRACE_CRIT PASS: ust/overlap/test_overlap 226 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 227 - Application done PASS: ust/overlap/test_overlap 228 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 229 - Trace match FAIL: ust/overlap/test_overlap 230 - Trace match FAIL: ust/overlap/test_overlap 231 - Trace match FAIL: ust/overlap/test_overlap 232 - Trace match PASS: ust/overlap/test_overlap 233 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 234 - Create session wildcard-overlap in /tmp/tmp.fdAEOUZpZi PASS: ust/overlap/test_overlap 235 - Enable ust event us* for session wildcard-overlap PASS: ust/overlap/test_overlap 236 - Enable ust event ust_tests_demo:starting for session wildcard-overlap PASS: ust/overlap/test_overlap 237 - Disable event us* for session wildcard-overlap PASS: ust/overlap/test_overlap 238 - Disable event ust_tests_demo:starting for session wildcard-overlap PASS: ust/overlap/test_overlap 239 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 240 - Application done PASS: ust/overlap/test_overlap 241 - Stop lttng tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 242 - Trace match PASS: ust/overlap/test_overlap 243 - Trace match PASS: ust/overlap/test_overlap 244 - Trace match PASS: ust/overlap/test_overlap 245 - Trace match PASS: ust/overlap/test_overlap 246 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 247 - Create session wildcard-overlap in /tmp/tmp.53ZMw7O82H PASS: ust/overlap/test_overlap 248 - Enable ust event us* for session wildcard-overlap PASS: ust/overlap/test_overlap 249 - Enable ust event ust_tests_demo:starting for session wildcard-overlap PASS: ust/overlap/test_overlap 250 - Disable event us* for session wildcard-overlap PASS: ust/overlap/test_overlap 251 - Start tracing for session wildcard-overlap PASS: ust/overlap/test_overlap 252 - Application done PASS: ust/overlap/test_overlap 253 - Stop lttng tracing for session wildcard-overlap FAIL: ust/overlap/test_overlap 254 - Trace match PASS: ust/overlap/test_overlap 255 - Trace match PASS: ust/overlap/test_overlap 256 - Trace match PASS: ust/overlap/test_overlap 257 - Trace match PASS: ust/overlap/test_overlap 258 - Destroy session wildcard-overlap PASS: ust/overlap/test_overlap 259 - Kill session daemon SKIP: ust/java-jul/test_java_jul 1 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 2 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 3 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 4 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 5 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 6 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 7 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 8 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 9 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 10 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 11 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 12 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 13 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 14 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 15 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 16 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 17 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 18 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 19 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 20 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 21 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 22 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 23 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 24 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 25 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 26 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 27 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 28 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 29 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 30 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 31 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 32 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 33 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 34 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 35 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 36 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 37 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 38 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 39 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 40 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 41 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 42 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 43 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 44 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 45 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 46 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 47 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 48 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 49 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 50 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 51 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 52 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 53 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 54 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 55 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 56 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 57 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 58 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 59 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 60 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 61 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 62 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 63 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 64 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 65 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 66 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 67 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 68 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 69 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 70 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 71 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 72 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 73 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 74 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 75 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 76 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 77 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 78 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 79 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 80 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 81 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 82 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 83 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 84 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 85 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 86 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 87 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 88 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 89 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 90 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 91 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 92 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 93 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 94 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 95 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 96 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 97 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 98 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 99 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 100 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 101 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 102 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 103 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 104 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 105 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 106 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 107 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 108 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 109 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 110 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 111 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 112 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 113 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 114 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 115 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 116 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 117 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 118 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 119 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 120 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 121 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 122 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 123 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 124 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 125 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 126 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 127 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 128 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 129 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 130 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 131 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 132 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 133 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 134 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 135 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 136 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 137 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 138 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 139 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 140 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 141 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 142 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 143 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 144 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 145 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 146 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 147 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 148 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 149 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 150 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 151 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 152 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 153 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 154 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 155 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 1 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 2 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 3 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 4 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 5 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 6 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 7 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 8 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 9 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 10 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 11 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 12 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 13 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 14 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 15 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 16 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 17 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 18 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 19 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 20 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 21 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 22 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 23 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 24 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 25 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 26 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 27 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 28 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 29 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 30 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 31 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 32 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 33 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 34 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 35 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 36 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 37 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 38 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 39 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 40 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 41 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 42 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 43 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 44 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 45 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 46 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 47 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 48 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 49 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 50 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 51 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 52 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 53 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 54 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 55 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 56 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 57 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 58 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 59 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 60 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 61 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 62 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 63 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 64 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 65 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 66 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 67 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 68 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 69 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 70 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 71 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 72 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 73 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 74 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 75 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 76 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 77 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 78 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 79 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 80 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 81 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 82 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 83 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 84 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 85 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 86 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 87 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 88 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 89 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 90 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 91 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 92 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 93 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 94 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 95 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 96 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 97 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 98 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 99 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 100 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 101 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 102 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 103 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 104 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 105 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 106 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 107 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 108 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 109 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 110 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 111 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 112 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 113 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 114 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 115 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 116 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 117 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 118 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 119 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 120 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 121 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 122 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 123 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 124 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 125 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 126 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 127 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 128 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 129 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 130 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 131 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 132 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 133 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 134 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 135 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 136 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 137 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 138 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 139 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 140 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 141 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 142 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 143 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 144 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 145 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 146 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 147 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 148 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 149 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 150 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 151 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 152 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 153 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 154 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 155 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/python-logging/test_python_logging 1 # SKIP : Python agent test skipped. SKIP: ust/getcpu-override/test_getcpu_override 1 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 2 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 3 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 4 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 5 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 6 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 7 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 8 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 9 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 10 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 11 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 12 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 13 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 14 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 15 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 16 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 17 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 18 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 19 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 20 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 1 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 2 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 3 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 4 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 5 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 6 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 7 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 8 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 9 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 10 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 11 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 12 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 13 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 14 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 15 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 16 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 17 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 18 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 19 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 20 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 21 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 22 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 23 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 24 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 25 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 26 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 27 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 28 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 29 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 30 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 31 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 32 # SKIP : No shared object generated. Skipping all tests. SKIP: ust/clock-override/test_clock_override 33 # SKIP : No shared object generated. Skipping all tests. PASS: ust/test_event_basic 1 - Start session daemon PASS: ust/test_event_basic 2 - Create session ust_event_basic in /tmp/tmp.TBfHNHdgyk PASS: ust/test_event_basic 3 - Create session ust_event_basic2 in /tmp/tmp.TBfHNHdgyk PASS: ust/test_event_basic 4 - Enable channel mychan for session ust_event_basic PASS: ust/test_event_basic 5 - Enable channel mychan2 for session ust_event_basic2 PASS: ust/test_event_basic 6 - Enable ust event tp1 for session ust_event_basic PASS: ust/test_event_basic 7 - Enable ust event ev2 for session ust_event_basic PASS: ust/test_event_basic 8 - Enable ust event ev3 for session ust_event_basic2 PASS: ust/test_event_basic 9 - Add context command for type: vpid PASS: ust/test_event_basic 10 - Add context command for type: vtid PASS: ust/test_event_basic 11 - Add context command for type: pthread_id PASS: ust/test_event_basic 12 - Add context command for type: procname PASS: ust/test_event_basic 13 - Add context command for type: procname PASS: ust/test_event_basic 14 - Disable event tp1 for session ust_event_basic PASS: ust/test_event_basic 15 - Disable event ev3 for session ust_event_basic2 PASS: ust/test_event_basic 16 - Enable ust event tp1 for session ust_event_basic PASS: ust/test_event_basic 17 - Enable ust event ev3 for session ust_event_basic2 PASS: ust/test_event_basic 18 - Start tracing for session PASS: ust/test_event_basic 19 - Stop lttng tracing for session PASS: ust/test_event_basic 20 - Start tracing for session PASS: ust/test_event_basic 21 - Stop lttng tracing for session PASS: ust/test_event_basic 22 - Validate trace PASS: ust/test_event_basic 23 - Destroy session ust_event_basic2 PASS: ust/test_event_basic 24 - Destroy session ust_event_basic PASS: ust/test_event_basic 25 - Kill session daemon PASS: ust/test_event_tracef 1 - Start session daemon PASS: ust/test_event_tracef 2 - Create session tracef in /tmp/tmp.bELQtFSYRr PASS: ust/test_event_tracef 3 - Enable ust event lttng_ust_tracef:event for session tracef PASS: ust/test_event_tracef 4 - Start tracing for session tracef PASS: ust/test_event_tracef 5 - Traced application stopped. PASS: ust/test_event_tracef 6 - Stop lttng tracing for session tracef PASS: ust/test_event_tracef 7 - Destroy session tracef PASS: ust/test_event_tracef 8 - Trace match with 100 event lttng_ust_tracef:event PASS: ust/test_event_tracef 9 - Kill session daemon PASS: ust/test_event_perf 1 - Start session daemon PASS: ust/test_event_perf 2 - Create session ust_event_basic in /tmp/tmp.MrYWAc14UA PASS: ust/test_event_perf 3 - Enable channel mychan for session ust_event_basic PASS: ust/test_event_perf 4 - Enable event tp:tptest for session ust_event_basic in channel mychan PASS: ust/test_event_perf 5 - Add context command for type: perf:thread:raw:r0110:test PASS: ust/test_event_perf 6 - Add context command failed as expected for type: perf:thread:raw:rZZZ:test PASS: ust/test_event_perf 7 - Add context command failed as expected for type: perf:thread:raw:b0110:test PASS: ust/test_event_perf 8 - Add context command failed as expected for type: perf:thread:raw:r0110: PASS: ust/test_event_perf 9 - Add context command failed as expected for type: perf:thread:raw:r0110:: PASS: ust/test_event_perf 10 - Add context command failed as expected for type: perf:thread:raw:r:test PASS: ust/test_event_perf 11 - Add context command failed as expected for type: perf:thread:raw:r:: PASS: ust/test_event_perf 12 - Add context command failed as expected for type: perf:thread:raw:: PASS: ust/test_event_perf 13 - Add context command failed as expected for type: perf:thread:raw PASS: ust/test_event_perf 14 - Add context command failed as expected for type: perf:thread:raw:r0110:test:wrong PASS: ust/test_event_perf 15 - Destroy session ust_event_basic PASS: ust/test_event_perf 16 - Create session ust_event_basic in /tmp/tmp.wLCvkU1dma PASS: ust/test_event_perf 17 - Enable channel mychan for session ust_event_basic PASS: ust/test_event_perf 18 - Enable event tp:tptest for session ust_event_basic in channel mychan PASS: ust/test_event_perf 19 - Add context command for type: perf:thread:page-fault PASS: ust/test_event_perf 20 - Start tracing for session PASS: ust/test_event_perf 21 - Stop lttng tracing for session PASS: ust/test_event_perf 22 - Destroy session ust_event_basic PASS: ust/test_event_perf 23 - Validate trace for event perf_thread_page_fault, 1 events PASS: ust/test_event_perf 24 - Kill session daemon ============================================================================ Testsuite summary for lttng-tools 2.9.5 ============================================================================ # TOTAL: 2425 # PASS: 1988 # SKIP: 364 # XFAIL: 0 # FAIL: 69 # XPASS: 0 # ERROR: 4 ============================================================================ See tests/regression/test-suite.log Please report to jeremie.galarneau@efficios.com ============================================================================ ERROR: Exit status is 512 END: /usr/lib/lttng-tools/ptest 2017-08-12T17:44 2017-08-12T17:44 BEGIN: /usr/lib/nettle/ptest PASS: aes-test PASS: arcfour-test PASS: arctwo-test PASS: base16-test PASS: base64-test PASS: bignum-test PASS: blowfish-test PASS: buffer-test PASS: camellia-test PASS: cast128-test PASS: cbc-test PASS: ccm-test PASS: chacha-poly1305-test PASS: chacha-test PASS: ctr-test PASS: curve25519-dh-test PASS: cxx-test PASS: des-compat-test PASS: des-test PASS: des3-test FAIL: dlopen-test PASS: dsa-keygen-test PASS: dsa-test PASS: eax-test PASS: ecc-add-test PASS: ecc-dup-test PASS: ecc-mod-test PASS: ecc-modinv-test PASS: ecc-mul-a-test PASS: ecc-mul-g-test PASS: ecc-redc-test PASS: ecc-sqrt-test PASS: ecdh-test PASS: ecdsa-keygen-test PASS: ecdsa-sign-test PASS: ecdsa-verify-test PASS: ed25519-test PASS: eddsa-compress-test PASS: eddsa-sign-test PASS: eddsa-verify-test PASS: gcm-test PASS: gosthash94-test PASS: hmac-test PASS: knuth-lfib-test PASS: md2-test PASS: md4-test PASS: md5-compat-test PASS: md5-test PASS: memeql-test PASS: memxor-test PASS: meta-aead-test PASS: meta-armor-test PASS: meta-cipher-test PASS: meta-hash-test PASS: nettle-pbkdf2-test PASS: pbkdf2-test SKIP: pkcs1-conv-test PASS: pkcs1-test PASS: poly1305-test PASS: random-prime-test PASS: ripemd160-test PASS: rsa-encrypt-test PASS: rsa-keygen-test PASS: rsa-sign-tr-test PASS: rsa-test PASS: rsa2sexp-test PASS: salsa20-test PASS: serpent-test PASS: sexp-conv-test PASS: sexp-format-test PASS: sexp-test PASS: sexp2rsa-test SKIP: sha1-huge-test (skipped for ludicrous run time) PASS: sha1-test PASS: sha224-test PASS: sha256-test PASS: sha3-224-test PASS: sha3-256-test PASS: sha3-384-test PASS: sha3-512-test PASS: sha3-permute-test PASS: sha384-test PASS: sha512-224-test PASS: sha512-256-test PASS: sha512-test PASS: symbols-test PASS: twofish-test PASS: umac-test PASS: version-test PASS: yarrow-test 1 of 88 tests failed END: /usr/lib/nettle/ptest 2017-08-12T17:44 2017-08-12T17:44 BEGIN: /usr/lib/openssh/ptest test "x" = "x" || mkdir -p /valgrind-out set -e ; if test -z "" ; then \ V="" ; \ test "x" = "x" || \ V=/usr/lib/openssh/ptest/regress/valgrind-unit.sh ; \ $V /usr/lib/openssh/ptest/regress/unittests/sshbuf/test_sshbuf ; \ $V /usr/lib/openssh/ptest/regress/unittests/sshkey/test_sshkey \ -d /usr/lib/openssh/ptest/regress/unittests/sshkey/testdata ; \ $V /usr/lib/openssh/ptest/regress/unittests/bitmap/test_bitmap ; \ $V /usr/lib/openssh/ptest/regress/unittests/conversion/test_conversion ; \ $V /usr/lib/openssh/ptest/regress/unittests/kex/test_kex ; \ $V /usr/lib/openssh/ptest/regress/unittests/hostkeys/test_hostkeys \ -d /usr/lib/openssh/ptest/regress/unittests/hostkeys/testdata ; \ $V /usr/lib/openssh/ptest/regress/unittests/match/test_match ; \ if test "x" = "xyes" ; then \ $V /usr/lib/openssh/ptest/regress/unittests/utf8/test_utf8 ; \ fi \ fi ssh-keygen -if /usr/lib/openssh/ptest/regress/rsa_ssh2.prv | diff - /usr/lib/openssh/ptest/regress/rsa_openssh.prv tr '\n' '\r' /usr/lib/openssh/ptest/regress/rsa_ssh2_cr.prv ssh-keygen -if /usr/lib/openssh/ptest/regress/rsa_ssh2_cr.prv | diff - /usr/lib/openssh/ptest/regress/rsa_openssh.prv awk '{print $0 "\r"}' /usr/lib/openssh/ptest/regress/rsa_ssh2.prv > /usr/lib/openssh/ptest/regress/rsa_ssh2_crnl.prv ssh-keygen -if /usr/lib/openssh/ptest/regress/rsa_ssh2_crnl.prv | diff - /usr/lib/openssh/ptest/regress/rsa_openssh.prv cat /usr/lib/openssh/ptest/regress/rsa_openssh.prv > /t2.out chmod 600 /t2.out ssh-keygen -yf /t2.out | diff - /usr/lib/openssh/ptest/regress/rsa_openssh.pub ssh-keygen -ef /usr/lib/openssh/ptest/regress/rsa_openssh.pub >/t3.out ssh-keygen -if /t3.out | diff - /usr/lib/openssh/ptest/regress/rsa_openssh.pub ssh-keygen -E md5 -lf /usr/lib/openssh/ptest/regress/rsa_openssh.pub |\ awk '{print $2}' | diff - /usr/lib/openssh/ptest/regress/t4.ok ssh-keygen -Bf /usr/lib/openssh/ptest/regress/rsa_openssh.pub |\ awk '{print $2}' | diff - /usr/lib/openssh/ptest/regress/t5.ok ssh-keygen -if /usr/lib/openssh/ptest/regress/dsa_ssh2.prv > /t6.out1 ssh-keygen -if /usr/lib/openssh/ptest/regress/dsa_ssh2.pub > /t6.out2 chmod 600 /t6.out1 ssh-keygen -yf /t6.out1 | diff - /t6.out2 ssh-keygen -q -t rsa -N '' -f /t7.out ssh-keygen -lf /t7.out > /dev/null ssh-keygen -Bf /t7.out > /dev/null ssh-keygen -q -t dsa -N '' -f /t8.out ssh-keygen -lf /t8.out > /dev/null ssh-keygen -Bf /t8.out > /dev/null test "" != yes || \ ssh-keygen -q -t ecdsa -N '' -f /t9.out test "" != yes || \ ssh-keygen -lf /t9.out > /dev/null test "" != yes || \ ssh-keygen -Bf /t9.out > /dev/null ssh-keygen -q -t ed25519 -N '' -f /t10.out ssh-keygen -lf /t10.out > /dev/null ssh-keygen -Bf /t10.out > /dev/null ssh-keygen -E sha256 -lf /usr/lib/openssh/ptest/regress/rsa_openssh.pub |\ awk '{print $2}' | diff - /usr/lib/openssh/ptest/regress/t11.ok ssh-keygen -q -t ed25519 -N '' -C 'test-comment-1234' -f /t12.out ssh-keygen -lf /t12.out.pub | grep test-comment-1234 >/dev/null PASS: simple connect plain username protocol 2 privsep=no comp=no plain username protocol 2 privsep=no comp=yes plain username protocol 2 privsep=yes comp=no plain username protocol 2 privsep=yes comp=yes username with style protocol 2 PASS: proxy connect PASS: proxy connect with privsep PASS: sshd version with different protocol combinations PASS: protocol version mismatch test remote exit status: proto 2 status 0 test remote exit status: proto 2 status 1 test remote exit status: proto 2 status 4 test remote exit status: proto 2 status 5 test remote exit status: proto 2 status 44 PASS: remote exit status test environment passing: pass env, don't accept test environment passing: don't pass env, accept test environment passing: pass single env, accept single env test environment passing: pass multiple env, accept multiple env PASS: environment passing transfer data: proto 2 PASS: transfer data test banner: missing banner file test banner: size 0 test banner: size 10 test banner: size 100 test banner: size 1000 test banner: size 10000 test banner: size 100000 test banner: suppress banner (-q) PASS: banner client rekey KexAlgorithms=diffie-hellman-group1-sha1 client rekey KexAlgorithms=diffie-hellman-group14-sha1 client rekey KexAlgorithms=diffie-hellman-group14-sha256 client rekey KexAlgorithms=diffie-hellman-group16-sha512 client rekey KexAlgorithms=diffie-hellman-group18-sha512 client rekey KexAlgorithms=diffie-hellman-group-exchange-sha1 client rekey KexAlgorithms=diffie-hellman-group-exchange-sha256 client rekey KexAlgorithms=ecdh-sha2-nistp256 client rekey KexAlgorithms=ecdh-sha2-nistp384 client rekey KexAlgorithms=ecdh-sha2-nistp521 client rekey KexAlgorithms=curve25519-sha256 client rekey KexAlgorithms=curve25519-sha256@libssh.org client rekey Ciphers=3des-cbc client rekey Ciphers=blowfish-cbc client rekey Ciphers=cast128-cbc client rekey Ciphers=arcfour client rekey Ciphers=arcfour128 client rekey Ciphers=arcfour256 client rekey Ciphers=aes128-cbc client rekey Ciphers=aes192-cbc client rekey Ciphers=aes256-cbc client rekey Ciphers=rijndael-cbc@lysator.liu.se client rekey Ciphers=aes128-ctr client rekey Ciphers=aes192-ctr client rekey Ciphers=aes256-ctr client rekey Ciphers=aes128-gcm@openssh.com client rekey Ciphers=aes256-gcm@openssh.com client rekey Ciphers=chacha20-poly1305@openssh.com client rekey MACs=hmac-sha1 client rekey MACs=hmac-sha1-96 client rekey MACs=hmac-sha2-256 client rekey MACs=hmac-sha2-512 client rekey MACs=hmac-md5 client rekey MACs=hmac-md5-96 client rekey MACs=hmac-ripemd160 client rekey MACs=hmac-ripemd160@openssh.com client rekey MACs=umac-64@openssh.com client rekey MACs=umac-128@openssh.com client rekey MACs=hmac-sha1-etm@openssh.com client rekey MACs=hmac-sha1-96-etm@openssh.com client rekey MACs=hmac-sha2-256-etm@openssh.com client rekey MACs=hmac-sha2-512-etm@openssh.com client rekey MACs=hmac-md5-etm@openssh.com client rekey MACs=hmac-md5-96-etm@openssh.com client rekey MACs=hmac-ripemd160-etm@openssh.com client rekey MACs=umac-64-etm@openssh.com client rekey MACs=umac-128-etm@openssh.com client rekey aes128-gcm@openssh.com diffie-hellman-group1-sha1 client rekey aes128-gcm@openssh.com diffie-hellman-group14-sha1 client rekey aes128-gcm@openssh.com diffie-hellman-group14-sha256 client rekey aes128-gcm@openssh.com diffie-hellman-group16-sha512 client rekey aes128-gcm@openssh.com diffie-hellman-group18-sha512 client rekey aes128-gcm@openssh.com diffie-hellman-group-exchange-sha1 client rekey aes128-gcm@openssh.com diffie-hellman-group-exchange-sha256 client rekey aes128-gcm@openssh.com ecdh-sha2-nistp256 client rekey aes128-gcm@openssh.com ecdh-sha2-nistp384 client rekey aes128-gcm@openssh.com ecdh-sha2-nistp521 client rekey aes128-gcm@openssh.com curve25519-sha256 client rekey aes128-gcm@openssh.com curve25519-sha256@libssh.org client rekey aes256-gcm@openssh.com diffie-hellman-group1-sha1 client rekey aes256-gcm@openssh.com diffie-hellman-group14-sha1 client rekey aes256-gcm@openssh.com diffie-hellman-group14-sha256 client rekey aes256-gcm@openssh.com diffie-hellman-group16-sha512 client rekey aes256-gcm@openssh.com diffie-hellman-group18-sha512 client rekey aes256-gcm@openssh.com diffie-hellman-group-exchange-sha1 client rekey aes256-gcm@openssh.com diffie-hellman-group-exchange-sha256 client rekey aes256-gcm@openssh.com ecdh-sha2-nistp256 client rekey aes256-gcm@openssh.com ecdh-sha2-nistp384 client rekey aes256-gcm@openssh.com ecdh-sha2-nistp521 client rekey aes256-gcm@openssh.com curve25519-sha256 client rekey aes256-gcm@openssh.com curve25519-sha256@libssh.org client rekey chacha20-poly1305@openssh.com diffie-hellman-group1-sha1 client rekey chacha20-poly1305@openssh.com diffie-hellman-group14-sha1 client rekey chacha20-poly1305@openssh.com diffie-hellman-group14-sha256 client rekey chacha20-poly1305@openssh.com diffie-hellman-group16-sha512 client rekey chacha20-poly1305@openssh.com diffie-hellman-group18-sha512 client rekey chacha20-poly1305@openssh.com diffie-hellman-group-exchange-sha1 client rekey chacha20-poly1305@openssh.com diffie-hellman-group-exchange-sha256 client rekey chacha20-poly1305@openssh.com ecdh-sha2-nistp256 client rekey chacha20-poly1305@openssh.com ecdh-sha2-nistp384 client rekey chacha20-poly1305@openssh.com ecdh-sha2-nistp521 client rekey chacha20-poly1305@openssh.com curve25519-sha256 client rekey chacha20-poly1305@openssh.com curve25519-sha256@libssh.org client rekeylimit 16 client rekeylimit 1k client rekeylimit 128k client rekeylimit 256k client rekeylimit default 5 client rekeylimit default 10 client rekeylimit default 5 no data client rekeylimit default 10 no data server rekeylimit 16 server rekeylimit 1k server rekeylimit 128k server rekeylimit 256k server rekeylimit default 5 no data server rekeylimit default 10 no data rekeylimit parsing PASS: rekey test stderr data transfer: proto 2 () test stderr data transfer: proto 2 (-n) PASS: stderr data transfer PASS: stderr data after eof PASS: broken pipe test test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha1 test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha1-96 test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha2-256 test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha2-512 test try ciphers: proto 2 cipher 3des-cbc mac hmac-md5 test try ciphers: proto 2 cipher 3des-cbc mac hmac-md5-96 test try ciphers: proto 2 cipher 3des-cbc mac hmac-ripemd160 test try ciphers: proto 2 cipher 3des-cbc mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac umac-64@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac umac-128@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha1 test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha1-96 test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha2-256 test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha2-512 test try ciphers: proto 2 cipher blowfish-cbc mac hmac-md5 test try ciphers: proto 2 cipher blowfish-cbc mac hmac-md5-96 test try ciphers: proto 2 cipher blowfish-cbc mac hmac-ripemd160 test try ciphers: proto 2 cipher blowfish-cbc mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac umac-64@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac umac-128@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha1 test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha1-96 test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha2-256 test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha2-512 test try ciphers: proto 2 cipher cast128-cbc mac hmac-md5 test try ciphers: proto 2 cipher cast128-cbc mac hmac-md5-96 test try ciphers: proto 2 cipher cast128-cbc mac hmac-ripemd160 test try ciphers: proto 2 cipher cast128-cbc mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac umac-64@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac umac-128@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac hmac-sha1 test try ciphers: proto 2 cipher arcfour mac hmac-sha1-96 test try ciphers: proto 2 cipher arcfour mac hmac-sha2-256 test try ciphers: proto 2 cipher arcfour mac hmac-sha2-512 test try ciphers: proto 2 cipher arcfour mac hmac-md5 test try ciphers: proto 2 cipher arcfour mac hmac-md5-96 test try ciphers: proto 2 cipher arcfour mac hmac-ripemd160 test try ciphers: proto 2 cipher arcfour mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher arcfour mac umac-64@openssh.com test try ciphers: proto 2 cipher arcfour mac umac-128@openssh.com test try ciphers: proto 2 cipher arcfour mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac hmac-sha1 test try ciphers: proto 2 cipher arcfour128 mac hmac-sha1-96 test try ciphers: proto 2 cipher arcfour128 mac hmac-sha2-256 test try ciphers: proto 2 cipher arcfour128 mac hmac-sha2-512 test try ciphers: proto 2 cipher arcfour128 mac hmac-md5 test try ciphers: proto 2 cipher arcfour128 mac hmac-md5-96 test try ciphers: proto 2 cipher arcfour128 mac hmac-ripemd160 test try ciphers: proto 2 cipher arcfour128 mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher arcfour128 mac umac-64@openssh.com test try ciphers: proto 2 cipher arcfour128 mac umac-128@openssh.com test try ciphers: proto 2 cipher arcfour128 mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac hmac-sha1 test try ciphers: proto 2 cipher arcfour256 mac hmac-sha1-96 test try ciphers: proto 2 cipher arcfour256 mac hmac-sha2-256 test try ciphers: proto 2 cipher arcfour256 mac hmac-sha2-512 test try ciphers: proto 2 cipher arcfour256 mac hmac-md5 test try ciphers: proto 2 cipher arcfour256 mac hmac-md5-96 test try ciphers: proto 2 cipher arcfour256 mac hmac-ripemd160 test try ciphers: proto 2 cipher arcfour256 mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher arcfour256 mac umac-64@openssh.com test try ciphers: proto 2 cipher arcfour256 mac umac-128@openssh.com test try ciphers: proto 2 cipher arcfour256 mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha1 test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha1-96 test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha2-256 test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha2-512 test try ciphers: proto 2 cipher aes128-cbc mac hmac-md5 test try ciphers: proto 2 cipher aes128-cbc mac hmac-md5-96 test try ciphers: proto 2 cipher aes128-cbc mac hmac-ripemd160 test try ciphers: proto 2 cipher aes128-cbc mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac umac-64@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac umac-128@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha1 test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha1-96 test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha2-256 test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha2-512 test try ciphers: proto 2 cipher aes192-cbc mac hmac-md5 test try ciphers: proto 2 cipher aes192-cbc mac hmac-md5-96 test try ciphers: proto 2 cipher aes192-cbc mac hmac-ripemd160 test try ciphers: proto 2 cipher aes192-cbc mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac umac-64@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac umac-128@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha1 test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha1-96 test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha2-256 test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha2-512 test try ciphers: proto 2 cipher aes256-cbc mac hmac-md5 test try ciphers: proto 2 cipher aes256-cbc mac hmac-md5-96 test try ciphers: proto 2 cipher aes256-cbc mac hmac-ripemd160 test try ciphers: proto 2 cipher aes256-cbc mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac umac-64@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac umac-128@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha1 test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha1-96 test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha2-256 test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha2-512 test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-md5 test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-md5-96 test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-ripemd160 test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac umac-64@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac umac-128@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha1 test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha1-96 test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha2-256 test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha2-512 test try ciphers: proto 2 cipher aes128-ctr mac hmac-md5 test try ciphers: proto 2 cipher aes128-ctr mac hmac-md5-96 test try ciphers: proto 2 cipher aes128-ctr mac hmac-ripemd160 test try ciphers: proto 2 cipher aes128-ctr mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac umac-64@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac umac-128@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha1 test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha1-96 test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha2-256 test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha2-512 test try ciphers: proto 2 cipher aes192-ctr mac hmac-md5 test try ciphers: proto 2 cipher aes192-ctr mac hmac-md5-96 test try ciphers: proto 2 cipher aes192-ctr mac hmac-ripemd160 test try ciphers: proto 2 cipher aes192-ctr mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac umac-64@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac umac-128@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha1 test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha1-96 test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha2-256 test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha2-512 test try ciphers: proto 2 cipher aes256-ctr mac hmac-md5 test try ciphers: proto 2 cipher aes256-ctr mac hmac-md5-96 test try ciphers: proto 2 cipher aes256-ctr mac hmac-ripemd160 test try ciphers: proto 2 cipher aes256-ctr mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac umac-64@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac umac-128@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher aes128-gcm@openssh.com mac hmac-sha1 test try ciphers: proto 2 cipher aes256-gcm@openssh.com mac hmac-sha1 test try ciphers: proto 2 cipher chacha20-poly1305@openssh.com mac hmac-sha1 PASS: try ciphers PASS: yes pipe head PASS: connect after login grace timeout PASS: simple agent test SKIP: (not supported on this platform) PASS: agent timeout test PASS: keyscan PASS: change passphrase for key PASS: convert keys PASS: keygen moduli key option proto 2 command="echo bar" key option proto 2 no-pty,command="echo bar" key option proto 2 no-pty key option proto 2 environment key option proto 2 from="127.0.0.1" key option proto 2 from="127.0.0.0/8" PASS: key options scp: simple copy local file to local file scp: simple copy local file to remote file scp: simple copy remote file to local file scp: simple copy local file to remote dir scp: simple copy local file to local dir scp: simple copy remote file to local dir scp: recursive local dir to remote dir scp: recursive local dir to local dir scp: recursive remote dir to local dir scp: shell metacharacters scp: skipped file after scp -p with failed chown+utimes scp: disallow bad server #0 scp: disallow bad server #1 scp: disallow bad server #2 scp: disallow bad server #3 scp: disallow bad server #4 scp: detect non-directory target PASS: scp test basic sftp put/get: buffer_size 5 num_requests 1 test basic sftp put/get: buffer_size 5 num_requests 2 test basic sftp put/get: buffer_size 5 num_requests 10 test basic sftp put/get: buffer_size 1000 num_requests 1 test basic sftp put/get: buffer_size 1000 num_requests 2 test basic sftp put/get: buffer_size 1000 num_requests 10 test basic sftp put/get: buffer_size 32000 num_requests 1 test basic sftp put/get: buffer_size 32000 num_requests 2 test basic sftp put/get: buffer_size 32000 num_requests 10 test basic sftp put/get: buffer_size 64000 num_requests 1 test basic sftp put/get: buffer_size 64000 num_requests 2 test basic sftp put/get: buffer_size 64000 num_requests 10 PASS: basic sftp put/get SKIP: : /var/run is unsuitable as ChrootDirectory sftp commands: lls sftp commands: lls w/path sftp commands: ls sftp commands: shell sftp commands: pwd sftp commands: lpwd sftp commands: quit sftp commands: help sftp commands: get sftp commands: get quoted sftp commands: get filename with quotes sftp commands: get filename with spaces sftp commands: get filename with glob metacharacters sftp commands: get to directory sftp commands: glob get to directory sftp commands: get to local dir sftp commands: glob get to local dir sftp commands: put sftp commands: put filename with quotes sftp commands: put filename with spaces sftp commands: put to directory sftp commands: glob put to directory sftp commands: put to local dir sftp commands: glob put to local dir sftp commands: rename sftp commands: rename directory sftp commands: ln sftp commands: ln -s sftp commands: mkdir sftp commands: chdir sftp commands: rmdir sftp commands: lmkdir sftp commands: lchdir PASS: sftp commands sftp invalid commands: get nonexistent sftp invalid commands: glob get to nonexistent directory sftp invalid commands: put nonexistent sftp invalid commands: glob put to nonexistent directory sftp invalid commands: rename nonexistent sftp invalid commands: rename target exists (directory) sftp invalid commands: glob put files to local file PASS: sftp invalid commands sftp batchfile: good commands sftp batchfile: bad commands sftp batchfile: comments and blanks sftp batchfile: junk command PASS: sftp batchfile sftp glob: file glob sftp glob: dir glob sftp glob: quoted glob sftp glob: escaped glob sftp glob: escaped quote sftp glob: quoted quote sftp glob: single-quoted quote sftp glob: escaped space sftp glob: quoted space sftp glob: escaped slash sftp glob: quoted slash sftp glob: escaped slash at EOL sftp glob: quoted slash at EOL sftp glob: escaped slash+quote sftp glob: quoted slash+quote PASS: sftp glob sftp permissions: read-only upload sftp permissions: read-only setstat sftp permissions: read-only rm sftp permissions: read-only mkdir sftp permissions: read-only rmdir sftp permissions: read-only posix-rename sftp permissions: read-only oldrename sftp permissions: read-only symlink sftp permissions: read-only hardlink sftp permissions: explicit open sftp permissions: explicit read sftp permissions: explicit write sftp permissions: explicit lstat sftp permissions: explicit opendir sftp permissions: explicit readdir sftp permissions: explicit setstat sftp permissions: explicit remove sftp permissions: explicit mkdir sftp permissions: explicit rmdir sftp permissions: explicit posix-rename sftp permissions: explicit rename sftp permissions: explicit symlink sftp permissions: explicit hardlink sftp permissions: explicit statvfs PASS: sftp permissions PASS: simple connect after reconfigure SKIP: (no suitable ProxyCommand found) PASS: local and remote forwarding test connection multiplexing: envpass test connection multiplexing: transfer test connection multiplexing: forward test connection multiplexing: status 0 test connection multiplexing: status 1 test connection multiplexing: status 4 test connection multiplexing: status 5 test connection multiplexing: status 44 test connection multiplexing: cmd check test connection multiplexing: cmd forward local (TCP) test connection multiplexing: cmd forward remote (TCP) test connection multiplexing: cmd forward local (UNIX) test connection multiplexing: cmd forward remote (UNIX) test connection multiplexing: cmd exit test connection multiplexing: cmd stop PASS: connection multiplexing test config passing reexec tests: proto 2 test reexec fallback reexec tests: proto 2 test reexec fallback without privsep reexec tests: proto 2 PASS: reexec tests PASS: broken keys reparse minimal config ssh -W opts PASS: ssh config parse reparse minimal config reparse regress config listenaddress order PASS: sshd config parse PASS: sshd_config match test first entry for user 192.168.0.1 somehost test negative match for user 192.168.30.1 somehost test no match for user 19.0.0.1 somehost test list middle for user 10.255.255.254 somehost test faked IP in hostname for user 192.168.30.1 192.168.0.1 test bare IP4 address for user 1.1.1.1 somehost.example.com test localaddress for user 19.0.0.1 somehost test localport for user 19.0.0.1 somehost test bare IP6 address for user ::1 somehost.example.com test deny IPv6 for user ::2 somehost.exaple.com test IP6 negated for user ::3 somehost test IP6 no match for user ::4 somehost test IP6 network for user 2000::1 somehost test IP6 network for user 2001::1 somehost test IP6 localaddress for user ::5 somehost test IP6 localport for user ::5 somehost PASS: address match test localcommand: proto 2 localcommand PASS: localcommand PASS: forced command port number parsing: invalid port 0 port number parsing: invalid port 65536 port number parsing: invalid port 131073 port number parsing: invalid port 2000blah port number parsing: invalid port blah2000 port number parsing: valid port 1 port number parsing: valid port 22 port number parsing: valid port 2222 port number parsing: valid port 22222 port number parsing: valid port 65535 PASS: port number parsing keygen dsa, 1024 bits: keygen rsa, 2048 bits: keygen rsa, 3072 bits: keygen ed25519, 512 bits: keygen ecdsa, 256 bits: keygen ecdsa, 384 bits: keygen ecdsa, 521 bits: userkey dsa-1024, hostkey dsa-1024: userkey dsa-1024, hostkey dsa-1024: userkey dsa-1024, hostkey dsa-1024: userkey rsa-2048, hostkey rsa-2048: userkey rsa-2048, hostkey rsa-2048: userkey rsa-2048, hostkey rsa-2048: userkey rsa-3072, hostkey rsa-3072: userkey rsa-3072, hostkey rsa-3072: userkey rsa-3072, hostkey rsa-3072: userkey ed25519-512, hostkey ed25519-512: userkey ed25519-512, hostkey ed25519-512: userkey ed25519-512, hostkey ed25519-512: userkey ecdsa-256, hostkey ecdsa-256: userkey ecdsa-256, hostkey ecdsa-256: userkey ecdsa-256, hostkey ecdsa-256: userkey ecdsa-384, hostkey ecdsa-384: userkey ecdsa-384, hostkey ecdsa-384: userkey ecdsa-384, hostkey ecdsa-384: userkey ecdsa-521, hostkey ecdsa-521: userkey ecdsa-521, hostkey ecdsa-521: userkey ecdsa-521, hostkey ecdsa-521: ok login with different key types kex diffie-hellman-group1-sha1 kex diffie-hellman-group14-sha1 kex diffie-hellman-group14-sha256 kex diffie-hellman-group16-sha512 kex diffie-hellman-group18-sha512 kex diffie-hellman-group-exchange-sha1 kex diffie-hellman-group-exchange-sha256 kex ecdh-sha2-nistp256 kex ecdh-sha2-nistp384 kex ecdh-sha2-nistp521 kex curve25519-sha256 kex curve25519-sha256@libssh.org PASS: login with different key exchange algorithms Revoking from /usr/lib/openssh/ptest/regress/host_ca_key.pub Revoking from /usr/lib/openssh/ptest/regress/host_ca_key2.pub certified host keys: sign host ed25519 cert Revoking from /usr/lib/openssh/ptest/regress/cert_host_key_ed25519.pub Revoking from /usr/lib/openssh/ptest/regress/cert_host_key_ed25519-cert.pub certified host keys: sign host rsa cert Revoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa.pub Revoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa-cert.pub certified host keys: sign host dsa cert Revoking from /usr/lib/openssh/ptest/regress/cert_host_key_dsa.pub Revoking from /usr/lib/openssh/ptest/regress/cert_host_key_dsa-cert.pub certified host keys: sign host ecdsa-sha2-nistp256 cert Revoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp256.pub Revoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp256-cert.pub certified host keys: sign host ecdsa-sha2-nistp384 cert Revoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp384.pub Revoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp384-cert.pub certified host keys: sign host ecdsa-sha2-nistp521 cert Revoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp521.pub Revoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp521-cert.pub certified host keys: sign host rsa-sha2-256 cert Revoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa-sha2-256.pub Revoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa-sha2-256-cert.pub certified host keys: sign host rsa-sha2-512 cert Revoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa-sha2-512.pub Revoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa-sha2-512-cert.pub certified host keys: host ed25519 cert connect privsep yes certified host keys: ed25519 basic connect expect success yes certified host keys: ed25519 empty KRL expect success yes certified host keys: ed25519 KRL w/ plain key revoked expect success no certified host keys: ed25519 KRL w/ cert revoked expect success no certified host keys: ed25519 KRL w/ CA revoked expect success no certified host keys: ed25519 empty plaintext revocation expect success yes certified host keys: ed25519 plain key plaintext revocation expect success no certified host keys: ed25519 cert plaintext revocation expect success no certified host keys: ed25519 CA plaintext revocation expect success no certified host keys: host rsa cert connect privsep yes certified host keys: rsa basic connect expect success yes certified host keys: rsa empty KRL expect success yes certified host keys: rsa KRL w/ plain key revoked expect success no certified host keys: rsa KRL w/ cert revoked expect success no certified host keys: rsa KRL w/ CA revoked expect success no certified host keys: rsa empty plaintext revocation expect success yes certified host keys: rsa plain key plaintext revocation expect success no certified host keys: rsa cert plaintext revocation expect success no certified host keys: rsa CA plaintext revocation expect success no certified host keys: host dsa cert connect privsep yes certified host keys: dsa basic connect expect success yes certified host keys: dsa empty KRL expect success yes certified host keys: dsa KRL w/ plain key revoked expect success no certified host keys: dsa KRL w/ cert revoked expect success no certified host keys: dsa KRL w/ CA revoked expect success no certified host keys: dsa empty plaintext revocation expect success yes certified host keys: dsa plain key plaintext revocation expect success no certified host keys: dsa cert plaintext revocation expect success no certified host keys: dsa CA plaintext revocation expect success no certified host keys: host ecdsa-sha2-nistp256 cert connect privsep yes certified host keys: ecdsa-sha2-nistp256 basic connect expect success yes certified host keys: ecdsa-sha2-nistp256 empty KRL expect success yes certified host keys: ecdsa-sha2-nistp256 KRL w/ plain key revoked expect success no certified host keys: ecdsa-sha2-nistp256 KRL w/ cert revoked expect success no certified host keys: ecdsa-sha2-nistp256 KRL w/ CA revoked expect success no certified host keys: ecdsa-sha2-nistp256 empty plaintext revocation expect success yes certified host keys: ecdsa-sha2-nistp256 plain key plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp256 cert plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp256 CA plaintext revocation expect success no certified host keys: host ecdsa-sha2-nistp384 cert connect privsep yes certified host keys: ecdsa-sha2-nistp384 basic connect expect success yes certified host keys: ecdsa-sha2-nistp384 empty KRL expect success yes certified host keys: ecdsa-sha2-nistp384 KRL w/ plain key revoked expect success no certified host keys: ecdsa-sha2-nistp384 KRL w/ cert revoked expect success no certified host keys: ecdsa-sha2-nistp384 KRL w/ CA revoked expect success no certified host keys: ecdsa-sha2-nistp384 empty plaintext revocation expect success yes certified host keys: ecdsa-sha2-nistp384 plain key plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp384 cert plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp384 CA plaintext revocation expect success no certified host keys: host ecdsa-sha2-nistp521 cert connect privsep yes certified host keys: ecdsa-sha2-nistp521 basic connect expect success yes certified host keys: ecdsa-sha2-nistp521 empty KRL expect success yes certified host keys: ecdsa-sha2-nistp521 KRL w/ plain key revoked expect success no certified host keys: ecdsa-sha2-nistp521 KRL w/ cert revoked expect success no certified host keys: ecdsa-sha2-nistp521 KRL w/ CA revoked expect success no certified host keys: ecdsa-sha2-nistp521 empty plaintext revocation expect success yes certified host keys: ecdsa-sha2-nistp521 plain key plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp521 cert plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp521 CA plaintext revocation expect success no certified host keys: host rsa-sha2-256 cert connect privsep yes certified host keys: rsa-sha2-256 basic connect expect success yes certified host keys: rsa-sha2-256 empty KRL expect success yes certified host keys: rsa-sha2-256 KRL w/ plain key revoked expect success no certified host keys: rsa-sha2-256 KRL w/ cert revoked expect success no certified host keys: rsa-sha2-256 KRL w/ CA revoked expect success no certified host keys: rsa-sha2-256 empty plaintext revocation expect success yes certified host keys: rsa-sha2-256 plain key plaintext revocation expect success no certified host keys: rsa-sha2-256 cert plaintext revocation expect success no certified host keys: rsa-sha2-256 CA plaintext revocation expect success no certified host keys: host rsa-sha2-512 cert connect privsep yes certified host keys: rsa-sha2-512 basic connect expect success yes certified host keys: rsa-sha2-512 empty KRL expect success yes certified host keys: rsa-sha2-512 KRL w/ plain key revoked expect success no certified host keys: rsa-sha2-512 KRL w/ cert revoked expect success no certified host keys: rsa-sha2-512 KRL w/ CA revoked expect success no certified host keys: rsa-sha2-512 empty plaintext revocation expect success yes certified host keys: rsa-sha2-512 plain key plaintext revocation expect success no certified host keys: rsa-sha2-512 cert plaintext revocation expect success no certified host keys: rsa-sha2-512 CA plaintext revocation expect success no certified host keys: host ed25519 cert connect privsep no certified host keys: ed25519 basic connect expect success yes certified host keys: ed25519 empty KRL expect success yes certified host keys: ed25519 KRL w/ plain key revoked expect success no certified host keys: ed25519 KRL w/ cert revoked expect success no certified host keys: ed25519 KRL w/ CA revoked expect success no certified host keys: ed25519 empty plaintext revocation expect success yes certified host keys: ed25519 plain key plaintext revocation expect success no certified host keys: ed25519 cert plaintext revocation expect success no certified host keys: ed25519 CA plaintext revocation expect success no certified host keys: host rsa cert connect privsep no certified host keys: rsa basic connect expect success yes certified host keys: rsa empty KRL expect success yes certified host keys: rsa KRL w/ plain key revoked expect success no certified host keys: rsa KRL w/ cert revoked expect success no certified host keys: rsa KRL w/ CA revoked expect success no certified host keys: rsa empty plaintext revocation expect success yes certified host keys: rsa plain key plaintext revocation expect success no certified host keys: rsa cert plaintext revocation expect success no certified host keys: rsa CA plaintext revocation expect success no certified host keys: host dsa cert connect privsep no certified host keys: dsa basic connect expect success yes certified host keys: dsa empty KRL expect success yes certified host keys: dsa KRL w/ plain key revoked expect success no certified host keys: dsa KRL w/ cert revoked expect success no certified host keys: dsa KRL w/ CA revoked expect success no certified host keys: dsa empty plaintext revocation expect success yes certified host keys: dsa plain key plaintext revocation expect success no certified host keys: dsa cert plaintext revocation expect success no certified host keys: dsa CA plaintext revocation expect success no certified host keys: host ecdsa-sha2-nistp256 cert connect privsep no certified host keys: ecdsa-sha2-nistp256 basic connect expect success yes certified host keys: ecdsa-sha2-nistp256 empty KRL expect success yes certified host keys: ecdsa-sha2-nistp256 KRL w/ plain key revoked expect success no certified host keys: ecdsa-sha2-nistp256 KRL w/ cert revoked expect success no certified host keys: ecdsa-sha2-nistp256 KRL w/ CA revoked expect success no certified host keys: ecdsa-sha2-nistp256 empty plaintext revocation expect success yes certified host keys: ecdsa-sha2-nistp256 plain key plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp256 cert plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp256 CA plaintext revocation expect success no certified host keys: host ecdsa-sha2-nistp384 cert connect privsep no certified host keys: ecdsa-sha2-nistp384 basic connect expect success yes certified host keys: ecdsa-sha2-nistp384 empty KRL expect success yes certified host keys: ecdsa-sha2-nistp384 KRL w/ plain key revoked expect success no certified host keys: ecdsa-sha2-nistp384 KRL w/ cert revoked expect success no certified host keys: ecdsa-sha2-nistp384 KRL w/ CA revoked expect success no certified host keys: ecdsa-sha2-nistp384 empty plaintext revocation expect success yes certified host keys: ecdsa-sha2-nistp384 plain key plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp384 cert plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp384 CA plaintext revocation expect success no certified host keys: host ecdsa-sha2-nistp521 cert connect privsep no certified host keys: ecdsa-sha2-nistp521 basic connect expect success yes certified host keys: ecdsa-sha2-nistp521 empty KRL expect success yes certified host keys: ecdsa-sha2-nistp521 KRL w/ plain key revoked expect success no certified host keys: ecdsa-sha2-nistp521 KRL w/ cert revoked expect success no certified host keys: ecdsa-sha2-nistp521 KRL w/ CA revoked expect success no certified host keys: ecdsa-sha2-nistp521 empty plaintext revocation expect success yes certified host keys: ecdsa-sha2-nistp521 plain key plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp521 cert plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp521 CA plaintext revocation expect success no certified host keys: host rsa-sha2-256 cert connect privsep no certified host keys: rsa-sha2-256 basic connect expect success yes certified host keys: rsa-sha2-256 empty KRL expect success yes certified host keys: rsa-sha2-256 KRL w/ plain key revoked expect success no certified host keys: rsa-sha2-256 KRL w/ cert revoked expect success no certified host keys: rsa-sha2-256 KRL w/ CA revoked expect success no certified host keys: rsa-sha2-256 empty plaintext revocation expect success yes certified host keys: rsa-sha2-256 plain key plaintext revocation expect success no certified host keys: rsa-sha2-256 cert plaintext revocation expect success no certified host keys: rsa-sha2-256 CA plaintext revocation expect success no certified host keys: host rsa-sha2-512 cert connect privsep no certified host keys: rsa-sha2-512 basic connect expect success yes certified host keys: rsa-sha2-512 empty KRL expect success yes certified host keys: rsa-sha2-512 KRL w/ plain key revoked expect success no certified host keys: rsa-sha2-512 KRL w/ cert revoked expect success no certified host keys: rsa-sha2-512 KRL w/ CA revoked expect success no certified host keys: rsa-sha2-512 empty plaintext revocation expect success yes certified host keys: rsa-sha2-512 plain key plaintext revocation expect success no certified host keys: rsa-sha2-512 cert plaintext revocation expect success no certified host keys: rsa-sha2-512 CA plaintext revocation expect success no certified host keys: host ed25519 revoked cert privsep yes certified host keys: host rsa revoked cert privsep yes certified host keys: host dsa revoked cert privsep yes certified host keys: host ecdsa-sha2-nistp256 revoked cert privsep yes certified host keys: host ecdsa-sha2-nistp384 revoked cert privsep yes certified host keys: host ecdsa-sha2-nistp521 revoked cert privsep yes certified host keys: host rsa-sha2-256 revoked cert privsep yes certified host keys: host rsa-sha2-512 revoked cert privsep yes certified host keys: host ed25519 revoked cert privsep no certified host keys: host rsa revoked cert privsep no certified host keys: host dsa revoked cert privsep no certified host keys: host ecdsa-sha2-nistp256 revoked cert privsep no certified host keys: host ecdsa-sha2-nistp384 revoked cert privsep no certified host keys: host ecdsa-sha2-nistp521 revoked cert privsep no certified host keys: host rsa-sha2-256 revoked cert privsep no certified host keys: host rsa-sha2-512 revoked cert privsep no certified host keys: host ed25519 revoked cert certified host keys: host rsa revoked cert certified host keys: host dsa revoked cert certified host keys: host ecdsa-sha2-nistp256 revoked cert certified host keys: host ecdsa-sha2-nistp384 revoked cert certified host keys: host ecdsa-sha2-nistp521 revoked cert certified host keys: host rsa-sha2-256 revoked cert certified host keys: host rsa-sha2-512 revoked cert certified host keys: host ed25519 cert downgrade to raw key certified host keys: host rsa cert downgrade to raw key certified host keys: host dsa cert downgrade to raw key certified host keys: host ecdsa-sha2-nistp256 cert downgrade to raw key certified host keys: host ecdsa-sha2-nistp384 cert downgrade to raw key certified host keys: host ecdsa-sha2-nistp521 cert downgrade to raw key certified host keys: host rsa-sha2-256 cert downgrade to raw key certified host keys: host rsa-sha2-512 cert downgrade to raw key certified host keys: host ed25519 connect wrong cert certified host keys: host rsa connect wrong cert certified host keys: host dsa connect wrong cert certified host keys: host ecdsa-sha2-nistp256 connect wrong cert certified host keys: host ecdsa-sha2-nistp384 connect wrong cert certified host keys: host ecdsa-sha2-nistp521 connect wrong cert certified host keys: host rsa-sha2-256 connect wrong cert certified host keys: host rsa-sha2-512 connect wrong cert PASS: certified host keys certified user keys: sign user ed25519 cert certified user keys: sign user rsa cert certified user keys: sign user dsa cert certified user keys: sign user ecdsa-sha2-nistp256 cert certified user keys: sign user ecdsa-sha2-nistp384 cert certified user keys: sign user ecdsa-sha2-nistp521 cert certified user keys: sign user rsa-sha2-256 cert certified user keys: sign user rsa-sha2-512 cert certified user keys: ed25519 privsep yes missing authorized_principals certified user keys: ed25519 privsep yes empty authorized_principals certified user keys: ed25519 privsep yes wrong authorized_principals certified user keys: ed25519 privsep yes correct authorized_principals certified user keys: ed25519 privsep yes authorized_principals bad key opt certified user keys: ed25519 privsep yes authorized_principals command=false certified user keys: ed25519 privsep yes authorized_principals command=true certified user keys: ed25519 privsep yes wrong principals key option certified user keys: ed25519 privsep yes correct principals key option certified user keys: ed25519 privsep no missing authorized_principals certified user keys: ed25519 privsep no empty authorized_principals certified user keys: ed25519 privsep no wrong authorized_principals certified user keys: ed25519 privsep no correct authorized_principals certified user keys: ed25519 privsep no authorized_principals bad key opt certified user keys: ed25519 privsep no authorized_principals command=false certified user keys: ed25519 privsep no authorized_principals command=true certified user keys: ed25519 privsep no wrong principals key option certified user keys: ed25519 privsep no correct principals key option certified user keys: rsa privsep yes missing authorized_principals certified user keys: rsa privsep yes empty authorized_principals certified user keys: rsa privsep yes wrong authorized_principals certified user keys: rsa privsep yes correct authorized_principals certified user keys: rsa privsep yes authorized_principals bad key opt certified user keys: rsa privsep yes authorized_principals command=false certified user keys: rsa privsep yes authorized_principals command=true certified user keys: rsa privsep yes wrong principals key option certified user keys: rsa privsep yes correct principals key option certified user keys: rsa privsep no missing authorized_principals certified user keys: rsa privsep no empty authorized_principals certified user keys: rsa privsep no wrong authorized_principals certified user keys: rsa privsep no correct authorized_principals certified user keys: rsa privsep no authorized_principals bad key opt certified user keys: rsa privsep no authorized_principals command=false certified user keys: rsa privsep no authorized_principals command=true certified user keys: rsa privsep no wrong principals key option certified user keys: rsa privsep no correct principals key option certified user keys: dsa privsep yes missing authorized_principals certified user keys: dsa privsep yes empty authorized_principals certified user keys: dsa privsep yes wrong authorized_principals certified user keys: dsa privsep yes correct authorized_principals certified user keys: dsa privsep yes authorized_principals bad key opt certified user keys: dsa privsep yes authorized_principals command=false certified user keys: dsa privsep yes authorized_principals command=true certified user keys: dsa privsep yes wrong principals key option certified user keys: dsa privsep yes correct principals key option certified user keys: dsa privsep no missing authorized_principals certified user keys: dsa privsep no empty authorized_principals certified user keys: dsa privsep no wrong authorized_principals certified user keys: dsa privsep no correct authorized_principals certified user keys: dsa privsep no authorized_principals bad key opt certified user keys: dsa privsep no authorized_principals command=false certified user keys: dsa privsep no authorized_principals command=true certified user keys: dsa privsep no wrong principals key option certified user keys: dsa privsep no correct principals key option certified user keys: ecdsa-sha2-nistp256 privsep yes missing authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep yes empty authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep yes wrong authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep yes correct authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_principals command=false certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_principals command=true certified user keys: ecdsa-sha2-nistp256 privsep yes wrong principals key option certified user keys: ecdsa-sha2-nistp256 privsep yes correct principals key option certified user keys: ecdsa-sha2-nistp256 privsep no missing authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep no empty authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep no wrong authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep no correct authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep no authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp256 privsep no authorized_principals command=false certified user keys: ecdsa-sha2-nistp256 privsep no authorized_principals command=true certified user keys: ecdsa-sha2-nistp256 privsep no wrong principals key option certified user keys: ecdsa-sha2-nistp256 privsep no correct principals key option certified user keys: ecdsa-sha2-nistp384 privsep yes missing authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep yes empty authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep yes wrong authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep yes correct authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_principals command=false certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_principals command=true certified user keys: ecdsa-sha2-nistp384 privsep yes wrong principals key option certified user keys: ecdsa-sha2-nistp384 privsep yes correct principals key option certified user keys: ecdsa-sha2-nistp384 privsep no missing authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep no empty authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep no wrong authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep no correct authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep no authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp384 privsep no authorized_principals command=false certified user keys: ecdsa-sha2-nistp384 privsep no authorized_principals command=true certified user keys: ecdsa-sha2-nistp384 privsep no wrong principals key option certified user keys: ecdsa-sha2-nistp384 privsep no correct principals key option certified user keys: ecdsa-sha2-nistp521 privsep yes missing authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep yes empty authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep yes wrong authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep yes correct authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_principals command=false certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_principals command=true certified user keys: ecdsa-sha2-nistp521 privsep yes wrong principals key option certified user keys: ecdsa-sha2-nistp521 privsep yes correct principals key option certified user keys: ecdsa-sha2-nistp521 privsep no missing authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep no empty authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep no wrong authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep no correct authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep no authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp521 privsep no authorized_principals command=false certified user keys: ecdsa-sha2-nistp521 privsep no authorized_principals command=true certified user keys: ecdsa-sha2-nistp521 privsep no wrong principals key option certified user keys: ecdsa-sha2-nistp521 privsep no correct principals key option certified user keys: rsa-sha2-256 privsep yes missing authorized_principals certified user keys: rsa-sha2-256 privsep yes empty authorized_principals certified user keys: rsa-sha2-256 privsep yes wrong authorized_principals certified user keys: rsa-sha2-256 privsep yes correct authorized_principals certified user keys: rsa-sha2-256 privsep yes authorized_principals bad key opt certified user keys: rsa-sha2-256 privsep yes authorized_principals command=false certified user keys: rsa-sha2-256 privsep yes authorized_principals command=true certified user keys: rsa-sha2-256 privsep yes wrong principals key option certified user keys: rsa-sha2-256 privsep yes correct principals key option certified user keys: rsa-sha2-256 privsep no missing authorized_principals certified user keys: rsa-sha2-256 privsep no empty authorized_principals certified user keys: rsa-sha2-256 privsep no wrong authorized_principals certified user keys: rsa-sha2-256 privsep no correct authorized_principals certified user keys: rsa-sha2-256 privsep no authorized_principals bad key opt certified user keys: rsa-sha2-256 privsep no authorized_principals command=false certified user keys: rsa-sha2-256 privsep no authorized_principals command=true certified user keys: rsa-sha2-256 privsep no wrong principals key option certified user keys: rsa-sha2-256 privsep no correct principals key option certified user keys: rsa-sha2-512 privsep yes missing authorized_principals certified user keys: rsa-sha2-512 privsep yes empty authorized_principals certified user keys: rsa-sha2-512 privsep yes wrong authorized_principals certified user keys: rsa-sha2-512 privsep yes correct authorized_principals certified user keys: rsa-sha2-512 privsep yes authorized_principals bad key opt certified user keys: rsa-sha2-512 privsep yes authorized_principals command=false certified user keys: rsa-sha2-512 privsep yes authorized_principals command=true certified user keys: rsa-sha2-512 privsep yes wrong principals key option certified user keys: rsa-sha2-512 privsep yes correct principals key option certified user keys: rsa-sha2-512 privsep no missing authorized_principals certified user keys: rsa-sha2-512 privsep no empty authorized_principals certified user keys: rsa-sha2-512 privsep no wrong authorized_principals certified user keys: rsa-sha2-512 privsep no correct authorized_principals certified user keys: rsa-sha2-512 privsep no authorized_principals bad key opt certified user keys: rsa-sha2-512 privsep no authorized_principals command=false certified user keys: rsa-sha2-512 privsep no authorized_principals command=true certified user keys: rsa-sha2-512 privsep no wrong principals key option certified user keys: rsa-sha2-512 privsep no correct principals key option certified user keys: ed25519 privsep yes authorized_keys connect certified user keys: ed25519 privsep yes authorized_keys revoked key certified user keys: ed25519 privsep yes authorized_keys revoked via KRL certified user keys: ed25519 privsep yes authorized_keys empty KRL certified user keys: ed25519 privsep no authorized_keys connect certified user keys: ed25519 privsep no authorized_keys revoked key certified user keys: ed25519 privsep no authorized_keys revoked via KRL certified user keys: ed25519 privsep no authorized_keys empty KRL certified user keys: ed25519 authorized_keys revoked CA key certified user keys: rsa privsep yes authorized_keys connect certified user keys: rsa privsep yes authorized_keys revoked key certified user keys: rsa privsep yes authorized_keys revoked via KRL certified user keys: rsa privsep yes authorized_keys empty KRL certified user keys: rsa privsep no authorized_keys connect certified user keys: rsa privsep no authorized_keys revoked key certified user keys: rsa privsep no authorized_keys revoked via KRL certified user keys: rsa privsep no authorized_keys empty KRL certified user keys: rsa authorized_keys revoked CA key certified user keys: dsa privsep yes authorized_keys connect certified user keys: dsa privsep yes authorized_keys revoked key certified user keys: dsa privsep yes authorized_keys revoked via KRL certified user keys: dsa privsep yes authorized_keys empty KRL certified user keys: dsa privsep no authorized_keys connect certified user keys: dsa privsep no authorized_keys revoked key certified user keys: dsa privsep no authorized_keys revoked via KRL certified user keys: dsa privsep no authorized_keys empty KRL certified user keys: dsa authorized_keys revoked CA key certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_keys connect certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_keys revoked key certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp256 privsep no authorized_keys connect certified user keys: ecdsa-sha2-nistp256 privsep no authorized_keys revoked key certified user keys: ecdsa-sha2-nistp256 privsep no authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp256 privsep no authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp256 authorized_keys revoked CA key certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_keys connect certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_keys revoked key certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp384 privsep no authorized_keys connect certified user keys: ecdsa-sha2-nistp384 privsep no authorized_keys revoked key certified user keys: ecdsa-sha2-nistp384 privsep no authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp384 privsep no authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp384 authorized_keys revoked CA key certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_keys connect certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_keys revoked key certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp521 privsep no authorized_keys connect certified user keys: ecdsa-sha2-nistp521 privsep no authorized_keys revoked key certified user keys: ecdsa-sha2-nistp521 privsep no authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp521 privsep no authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp521 authorized_keys revoked CA key certified user keys: rsa-sha2-256 privsep yes authorized_keys connect certified user keys: rsa-sha2-256 privsep yes authorized_keys revoked key certified user keys: rsa-sha2-256 privsep yes authorized_keys revoked via KRL certified user keys: rsa-sha2-256 privsep yes authorized_keys empty KRL certified user keys: rsa-sha2-256 privsep no authorized_keys connect certified user keys: rsa-sha2-256 privsep no authorized_keys revoked key certified user keys: rsa-sha2-256 privsep no authorized_keys revoked via KRL certified user keys: rsa-sha2-256 privsep no authorized_keys empty KRL certified user keys: rsa-sha2-256 authorized_keys revoked CA key certified user keys: rsa-sha2-512 privsep yes authorized_keys connect certified user keys: rsa-sha2-512 privsep yes authorized_keys revoked key certified user keys: rsa-sha2-512 privsep yes authorized_keys revoked via KRL certified user keys: rsa-sha2-512 privsep yes authorized_keys empty KRL certified user keys: rsa-sha2-512 privsep no authorized_keys connect certified user keys: rsa-sha2-512 privsep no authorized_keys revoked key certified user keys: rsa-sha2-512 privsep no authorized_keys revoked via KRL certified user keys: rsa-sha2-512 privsep no authorized_keys empty KRL certified user keys: rsa-sha2-512 authorized_keys revoked CA key certified user keys: authorized_keys CA does not authenticate certified user keys: ensure CA key does not authenticate user certified user keys: ed25519 privsep yes TrustedUserCAKeys connect certified user keys: ed25519 privsep yes TrustedUserCAKeys revoked key certified user keys: ed25519 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: ed25519 privsep yes TrustedUserCAKeys empty KRL certified user keys: ed25519 privsep no TrustedUserCAKeys connect certified user keys: ed25519 privsep no TrustedUserCAKeys revoked key certified user keys: ed25519 privsep no TrustedUserCAKeys revoked via KRL certified user keys: ed25519 privsep no TrustedUserCAKeys empty KRL certified user keys: ed25519 TrustedUserCAKeys revoked CA key certified user keys: rsa privsep yes TrustedUserCAKeys connect certified user keys: rsa privsep yes TrustedUserCAKeys revoked key certified user keys: rsa privsep yes TrustedUserCAKeys revoked via KRL certified user keys: rsa privsep yes TrustedUserCAKeys empty KRL certified user keys: rsa privsep no TrustedUserCAKeys connect certified user keys: rsa privsep no TrustedUserCAKeys revoked key certified user keys: rsa privsep no TrustedUserCAKeys revoked via KRL certified user keys: rsa privsep no TrustedUserCAKeys empty KRL certified user keys: rsa TrustedUserCAKeys revoked CA key certified user keys: dsa privsep yes TrustedUserCAKeys connect certified user keys: dsa privsep yes TrustedUserCAKeys revoked key certified user keys: dsa privsep yes TrustedUserCAKeys revoked via KRL certified user keys: dsa privsep yes TrustedUserCAKeys empty KRL certified user keys: dsa privsep no TrustedUserCAKeys connect certified user keys: dsa privsep no TrustedUserCAKeys revoked key certified user keys: dsa privsep no TrustedUserCAKeys revoked via KRL certified user keys: dsa privsep no TrustedUserCAKeys empty KRL certified user keys: dsa TrustedUserCAKeys revoked CA key certified user keys: ecdsa-sha2-nistp256 privsep yes TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp256 privsep yes TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp256 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp256 privsep yes TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp256 privsep no TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp256 privsep no TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp256 privsep no TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp256 privsep no TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp256 TrustedUserCAKeys revoked CA key certified user keys: ecdsa-sha2-nistp384 privsep yes TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp384 privsep yes TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp384 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp384 privsep yes TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp384 privsep no TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp384 privsep no TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp384 privsep no TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp384 privsep no TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp384 TrustedUserCAKeys revoked CA key certified user keys: ecdsa-sha2-nistp521 privsep yes TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp521 privsep yes TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp521 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp521 privsep yes TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp521 privsep no TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp521 privsep no TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp521 privsep no TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp521 privsep no TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp521 TrustedUserCAKeys revoked CA key certified user keys: rsa-sha2-256 privsep yes TrustedUserCAKeys connect certified user keys: rsa-sha2-256 privsep yes TrustedUserCAKeys revoked key certified user keys: rsa-sha2-256 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: rsa-sha2-256 privsep yes TrustedUserCAKeys empty KRL certified user keys: rsa-sha2-256 privsep no TrustedUserCAKeys connect certified user keys: rsa-sha2-256 privsep no TrustedUserCAKeys revoked key certified user keys: rsa-sha2-256 privsep no TrustedUserCAKeys revoked via KRL certified user keys: rsa-sha2-256 privsep no TrustedUserCAKeys empty KRL certified user keys: rsa-sha2-256 TrustedUserCAKeys revoked CA key certified user keys: rsa-sha2-512 privsep yes TrustedUserCAKeys connect certified user keys: rsa-sha2-512 privsep yes TrustedUserCAKeys revoked key certified user keys: rsa-sha2-512 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: rsa-sha2-512 privsep yes TrustedUserCAKeys empty KRL certified user keys: rsa-sha2-512 privsep no TrustedUserCAKeys connect certified user keys: rsa-sha2-512 privsep no TrustedUserCAKeys revoked key certified user keys: rsa-sha2-512 privsep no TrustedUserCAKeys revoked via KRL certified user keys: rsa-sha2-512 privsep no TrustedUserCAKeys empty KRL certified user keys: rsa-sha2-512 TrustedUserCAKeys revoked CA key certified user keys: TrustedUserCAKeys CA does not authenticate certified user keys: ensure CA key does not authenticate user certified user keys: correct principal auth authorized_keys expect success rsa certified user keys: correct principal auth authorized_keys expect success ed25519 certified user keys: correct principal auth TrustedUserCAKeys expect success rsa certified user keys: correct principal auth TrustedUserCAKeys expect success ed25519 certified user keys: host-certificate auth authorized_keys expect failure rsa certified user keys: host-certificate auth authorized_keys expect failure ed25519 certified user keys: host-certificate auth TrustedUserCAKeys expect failure rsa certified user keys: host-certificate auth TrustedUserCAKeys expect failure ed25519 certified user keys: wrong principals auth authorized_keys expect failure rsa certified user keys: wrong principals auth authorized_keys expect failure ed25519 certified user keys: wrong principals auth TrustedUserCAKeys expect failure rsa certified user keys: wrong principals auth TrustedUserCAKeys expect failure ed25519 certified user keys: cert not yet valid auth authorized_keys expect failure rsa certified user keys: cert not yet valid auth authorized_keys expect failure ed25519 certified user keys: cert not yet valid auth TrustedUserCAKeys expect failure rsa certified user keys: cert not yet valid auth TrustedUserCAKeys expect failure ed25519 certified user keys: cert expired auth authorized_keys expect failure rsa certified user keys: cert expired auth authorized_keys expect failure ed25519 certified user keys: cert expired auth TrustedUserCAKeys expect failure rsa certified user keys: cert expired auth TrustedUserCAKeys expect failure ed25519 certified user keys: cert valid interval auth authorized_keys expect success rsa certified user keys: cert valid interval auth authorized_keys expect success ed25519 certified user keys: cert valid interval auth TrustedUserCAKeys expect success rsa certified user keys: cert valid interval auth TrustedUserCAKeys expect success ed25519 certified user keys: wrong source-address auth authorized_keys expect failure rsa certified user keys: wrong source-address auth authorized_keys expect failure ed25519 certified user keys: wrong source-address auth TrustedUserCAKeys expect failure rsa certified user keys: wrong source-address auth TrustedUserCAKeys expect failure ed25519 certified user keys: force-command auth authorized_keys expect failure rsa certified user keys: force-command auth authorized_keys expect failure ed25519 certified user keys: force-command auth TrustedUserCAKeys expect failure rsa certified user keys: force-command auth TrustedUserCAKeys expect failure ed25519 certified user keys: empty principals auth authorized_keys expect success rsa certified user keys: empty principals auth authorized_keys expect success ed25519 certified user keys: empty principals auth TrustedUserCAKeys expect failure rsa certified user keys: empty principals auth TrustedUserCAKeys expect failure ed25519 certified user keys: AuthorizedPrincipalsFile principals auth TrustedUserCAKeys expect success rsa certified user keys: AuthorizedPrincipalsFile principals auth TrustedUserCAKeys expect success ed25519 certified user keys: AuthorizedPrincipalsFile no principals auth TrustedUserCAKeys expect failure rsa certified user keys: AuthorizedPrincipalsFile no principals auth TrustedUserCAKeys expect failure ed25519 certified user keys: principals key option principals auth authorized_keys expect success rsa certified user keys: principals key option principals auth authorized_keys expect success ed25519 certified user keys: principals key option no principals auth authorized_keys expect failure rsa certified user keys: principals key option no principals auth authorized_keys expect failure ed25519 certified user keys: force-command match true auth authorized_keys expect success rsa certified user keys: force-command match true auth authorized_keys expect success ed25519 certified user keys: force-command match true auth authorized_keys expect failure rsa certified user keys: force-command match true auth authorized_keys expect failure ed25519 certified user keys: force-command mismatch 1 auth authorized_keys expect failure rsa certified user keys: force-command mismatch 1 auth authorized_keys expect failure ed25519 certified user keys: force-command mismatch 2 auth authorized_keys expect failure rsa certified user keys: force-command mismatch 2 auth authorized_keys expect failure ed25519 certified user keys: user ed25519 connect wrong cert certified user keys: user rsa connect wrong cert certified user keys: user dsa connect wrong cert certified user keys: user ecdsa-sha2-nistp256 connect wrong cert certified user keys: user ecdsa-sha2-nistp384 connect wrong cert certified user keys: user ecdsa-sha2-nistp521 connect wrong cert certified user keys: user rsa-sha2-256 connect wrong cert certified user keys: user rsa-sha2-512 connect wrong cert PASS: certified user keys test expand %h and %n: proto 2 PASS: expand %h and %n skipping: /var/run/keycommand_root is unsuitable as AuthorizedKeysCommand check_lfwd done (expecting Y): proto 2, default configuration check_rfwd done (expecting Y): proto 2, default configuration check_lfwd done (expecting Y): proto 2, AllowTcpForwarding=yes check_rfwd done (expecting Y): proto 2, AllowTcpForwarding=yes check_lfwd done (expecting N): proto 2, AllowTcpForwarding=yes, !PermitOpen check_rfwd done (expecting Y): proto 2, AllowTcpForwarding=yes, !PermitOpen check_lfwd done (expecting N): proto 2, AllowTcpForwarding=yes, !permitopen check_rfwd done (expecting Y): proto 2, AllowTcpForwarding=yes, !permitopen check_lfwd done (expecting Y): proto 2, AllowTcpForwarding=yes, permitopen check_rfwd done (expecting Y): proto 2, AllowTcpForwarding=yes, permitopen check_lfwd done (expecting Y): proto 2, AllowTcpForwarding=local check_rfwd done (expecting N): proto 2, AllowTcpForwarding=local check_lfwd done (expecting N): proto 2, AllowTcpForwarding=local, !PermitOpen check_rfwd done (expecting N): proto 2, AllowTcpForwarding=local, !PermitOpen check_lfwd done (expecting N): proto 2, AllowTcpForwarding=local, !permitopen check_rfwd done (expecting N): proto 2, AllowTcpForwarding=local, !permitopen check_lfwd done (expecting Y): proto 2, AllowTcpForwarding=local, permitopen check_rfwd done (expecting N): proto 2, AllowTcpForwarding=local, permitopen check_lfwd done (expecting N): proto 2, AllowTcpForwarding=remote check_rfwd done (expecting Y): proto 2, AllowTcpForwarding=remote check_lfwd done (expecting N): proto 2, AllowTcpForwarding=remote, !PermitOpen check_rfwd done (expecting Y): proto 2, AllowTcpForwarding=remote, !PermitOpen check_lfwd done (expecting N): proto 2, AllowTcpForwarding=remote, !permitopen check_rfwd done (expecting Y): proto 2, AllowTcpForwarding=remote, !permitopen check_lfwd done (expecting N): proto 2, AllowTcpForwarding=remote, permitopen check_rfwd done (expecting Y): proto 2, AllowTcpForwarding=remote, permitopen check_lfwd done (expecting N): proto 2, AllowTcpForwarding=no check_rfwd done (expecting N): proto 2, AllowTcpForwarding=no check_lfwd done (expecting N): proto 2, AllowTcpForwarding=no, !PermitOpen check_rfwd done (expecting N): proto 2, AllowTcpForwarding=no, !PermitOpen check_lfwd done (expecting N): proto 2, AllowTcpForwarding=no, !permitopen check_rfwd done (expecting N): proto 2, AllowTcpForwarding=no, !permitopen check_lfwd done (expecting N): proto 2, AllowTcpForwarding=no, permitopen check_rfwd done (expecting N): proto 2, AllowTcpForwarding=no, permitopen PASS: sshd control of local and remote forwarding test integrity: hmac-sha1 @2900 test integrity: hmac-sha1 @2901 test integrity: hmac-sha1 @2902 test integrity: hmac-sha1 @2903 test integrity: hmac-sha1 @2904 test integrity: hmac-sha1 @2905 test integrity: hmac-sha1 @2906 test integrity: hmac-sha1 @2907 test integrity: hmac-sha1 @2908 test integrity: hmac-sha1 @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-sha1-96 @2900 test integrity: hmac-sha1-96 @2901 test integrity: hmac-sha1-96 @2902 test integrity: hmac-sha1-96 @2903 test integrity: hmac-sha1-96 @2904 test integrity: hmac-sha1-96 @2905 test integrity: hmac-sha1-96 @2906 test integrity: hmac-sha1-96 @2907 test integrity: hmac-sha1-96 @2908 test integrity: hmac-sha1-96 @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-sha2-256 @2900 test integrity: hmac-sha2-256 @2901 test integrity: hmac-sha2-256 @2902 test integrity: hmac-sha2-256 @2903 test integrity: hmac-sha2-256 @2904 test integrity: hmac-sha2-256 @2905 test integrity: hmac-sha2-256 @2906 test integrity: hmac-sha2-256 @2907 test integrity: hmac-sha2-256 @2908 test integrity: hmac-sha2-256 @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-sha2-512 @2900 test integrity: hmac-sha2-512 @2901 test integrity: hmac-sha2-512 @2902 test integrity: hmac-sha2-512 @2903 test integrity: hmac-sha2-512 @2904 test integrity: hmac-sha2-512 @2905 test integrity: hmac-sha2-512 @2906 test integrity: hmac-sha2-512 @2907 test integrity: hmac-sha2-512 @2908 test integrity: hmac-sha2-512 @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-md5 @2900 test integrity: hmac-md5 @2901 test integrity: hmac-md5 @2902 test integrity: hmac-md5 @2903 test integrity: hmac-md5 @2904 test integrity: hmac-md5 @2905 test integrity: hmac-md5 @2906 test integrity: hmac-md5 @2907 test integrity: hmac-md5 @2908 test integrity: hmac-md5 @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-md5-96 @2900 test integrity: hmac-md5-96 @2901 test integrity: hmac-md5-96 @2902 test integrity: hmac-md5-96 @2903 test integrity: hmac-md5-96 @2904 test integrity: hmac-md5-96 @2905 test integrity: hmac-md5-96 @2906 test integrity: hmac-md5-96 @2907 test integrity: hmac-md5-96 @2908 test integrity: hmac-md5-96 @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-ripemd160 @2900 test integrity: hmac-ripemd160 @2901 test integrity: hmac-ripemd160 @2902 test integrity: hmac-ripemd160 @2903 test integrity: hmac-ripemd160 @2904 test integrity: hmac-ripemd160 @2905 test integrity: hmac-ripemd160 @2906 test integrity: hmac-ripemd160 @2907 test integrity: hmac-ripemd160 @2908 test integrity: hmac-ripemd160 @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-ripemd160@openssh.com @2900 test integrity: hmac-ripemd160@openssh.com @2901 test integrity: hmac-ripemd160@openssh.com @2902 test integrity: hmac-ripemd160@openssh.com @2903 test integrity: hmac-ripemd160@openssh.com @2904 test integrity: hmac-ripemd160@openssh.com @2905 test integrity: hmac-ripemd160@openssh.com @2906 test integrity: hmac-ripemd160@openssh.com @2907 test integrity: hmac-ripemd160@openssh.com @2908 test integrity: hmac-ripemd160@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: umac-64@openssh.com @2900 test integrity: umac-64@openssh.com @2901 test integrity: umac-64@openssh.com @2902 test integrity: umac-64@openssh.com @2903 test integrity: umac-64@openssh.com @2904 test integrity: umac-64@openssh.com @2905 test integrity: umac-64@openssh.com @2906 test integrity: umac-64@openssh.com @2907 test integrity: umac-64@openssh.com @2908 test integrity: umac-64@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: umac-128@openssh.com @2900 test integrity: umac-128@openssh.com @2901 test integrity: umac-128@openssh.com @2902 test integrity: umac-128@openssh.com @2903 test integrity: umac-128@openssh.com @2904 test integrity: umac-128@openssh.com @2905 test integrity: umac-128@openssh.com @2906 test integrity: umac-128@openssh.com @2907 test integrity: umac-128@openssh.com @2908 test integrity: umac-128@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-sha1-etm@openssh.com @2900 test integrity: hmac-sha1-etm@openssh.com @2901 test integrity: hmac-sha1-etm@openssh.com @2902 test integrity: hmac-sha1-etm@openssh.com @2903 test integrity: hmac-sha1-etm@openssh.com @2904 test integrity: hmac-sha1-etm@openssh.com @2905 test integrity: hmac-sha1-etm@openssh.com @2906 test integrity: hmac-sha1-etm@openssh.com @2907 test integrity: hmac-sha1-etm@openssh.com @2908 test integrity: hmac-sha1-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-sha1-96-etm@openssh.com @2900 test integrity: hmac-sha1-96-etm@openssh.com @2901 test integrity: hmac-sha1-96-etm@openssh.com @2902 test integrity: hmac-sha1-96-etm@openssh.com @2903 test integrity: hmac-sha1-96-etm@openssh.com @2904 test integrity: hmac-sha1-96-etm@openssh.com @2905 test integrity: hmac-sha1-96-etm@openssh.com @2906 test integrity: hmac-sha1-96-etm@openssh.com @2907 test integrity: hmac-sha1-96-etm@openssh.com @2908 test integrity: hmac-sha1-96-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-sha2-256-etm@openssh.com @2900 test integrity: hmac-sha2-256-etm@openssh.com @2901 test integrity: hmac-sha2-256-etm@openssh.com @2902 test integrity: hmac-sha2-256-etm@openssh.com @2903 test integrity: hmac-sha2-256-etm@openssh.com @2904 test integrity: hmac-sha2-256-etm@openssh.com @2905 test integrity: hmac-sha2-256-etm@openssh.com @2906 test integrity: hmac-sha2-256-etm@openssh.com @2907 test integrity: hmac-sha2-256-etm@openssh.com @2908 test integrity: hmac-sha2-256-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-sha2-512-etm@openssh.com @2900 test integrity: hmac-sha2-512-etm@openssh.com @2901 test integrity: hmac-sha2-512-etm@openssh.com @2902 test integrity: hmac-sha2-512-etm@openssh.com @2903 test integrity: hmac-sha2-512-etm@openssh.com @2904 test integrity: hmac-sha2-512-etm@openssh.com @2905 test integrity: hmac-sha2-512-etm@openssh.com @2906 test integrity: hmac-sha2-512-etm@openssh.com @2907 test integrity: hmac-sha2-512-etm@openssh.com @2908 test integrity: hmac-sha2-512-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-md5-etm@openssh.com @2900 test integrity: hmac-md5-etm@openssh.com @2901 test integrity: hmac-md5-etm@openssh.com @2902 test integrity: hmac-md5-etm@openssh.com @2903 test integrity: hmac-md5-etm@openssh.com @2904 test integrity: hmac-md5-etm@openssh.com @2905 test integrity: hmac-md5-etm@openssh.com @2906 test integrity: hmac-md5-etm@openssh.com @2907 test integrity: hmac-md5-etm@openssh.com @2908 test integrity: hmac-md5-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-md5-96-etm@openssh.com @2900 test integrity: hmac-md5-96-etm@openssh.com @2901 test integrity: hmac-md5-96-etm@openssh.com @2902 test integrity: hmac-md5-96-etm@openssh.com @2903 test integrity: hmac-md5-96-etm@openssh.com @2904 test integrity: hmac-md5-96-etm@openssh.com @2905 test integrity: hmac-md5-96-etm@openssh.com @2906 test integrity: hmac-md5-96-etm@openssh.com @2907 test integrity: hmac-md5-96-etm@openssh.com @2908 test integrity: hmac-md5-96-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-ripemd160-etm@openssh.com @2900 test integrity: hmac-ripemd160-etm@openssh.com @2901 test integrity: hmac-ripemd160-etm@openssh.com @2902 test integrity: hmac-ripemd160-etm@openssh.com @2903 test integrity: hmac-ripemd160-etm@openssh.com @2904 test integrity: hmac-ripemd160-etm@openssh.com @2905 test integrity: hmac-ripemd160-etm@openssh.com @2906 test integrity: hmac-ripemd160-etm@openssh.com @2907 test integrity: hmac-ripemd160-etm@openssh.com @2908 test integrity: hmac-ripemd160-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: umac-64-etm@openssh.com @2900 test integrity: umac-64-etm@openssh.com @2901 test integrity: umac-64-etm@openssh.com @2902 test integrity: umac-64-etm@openssh.com @2903 test integrity: umac-64-etm@openssh.com @2904 test integrity: umac-64-etm@openssh.com @2905 test integrity: umac-64-etm@openssh.com @2906 test integrity: umac-64-etm@openssh.com @2907 test integrity: umac-64-etm@openssh.com @2908 test integrity: umac-64-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: umac-128-etm@openssh.com @2900 test integrity: umac-128-etm@openssh.com @2901 test integrity: umac-128-etm@openssh.com @2902 test integrity: umac-128-etm@openssh.com @2903 test integrity: umac-128-etm@openssh.com @2904 test integrity: umac-128-etm@openssh.com @2905 test integrity: umac-128-etm@openssh.com @2906 test integrity: umac-128-etm@openssh.com @2907 test integrity: umac-128-etm@openssh.com @2908 test integrity: umac-128-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: aes128-gcm@openssh.com @2900 test integrity: aes128-gcm@openssh.com @2901 test integrity: aes128-gcm@openssh.com @2902 test integrity: aes128-gcm@openssh.com @2903 test integrity: aes128-gcm@openssh.com @2904 test integrity: aes128-gcm@openssh.com @2905 test integrity: aes128-gcm@openssh.com @2906 test integrity: aes128-gcm@openssh.com @2907 test integrity: aes128-gcm@openssh.com @2908 test integrity: aes128-gcm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: aes256-gcm@openssh.com @2900 test integrity: aes256-gcm@openssh.com @2901 test integrity: aes256-gcm@openssh.com @2902 test integrity: aes256-gcm@openssh.com @2903 test integrity: aes256-gcm@openssh.com @2904 test integrity: aes256-gcm@openssh.com @2905 test integrity: aes256-gcm@openssh.com @2906 test integrity: aes256-gcm@openssh.com @2907 test integrity: aes256-gcm@openssh.com @2908 test integrity: aes256-gcm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: chacha20-poly1305@openssh.com @2900 test integrity: chacha20-poly1305@openssh.com @2901 test integrity: chacha20-poly1305@openssh.com @2902 test integrity: chacha20-poly1305@openssh.com @2903 test integrity: chacha20-poly1305@openssh.com @2904 test integrity: chacha20-poly1305@openssh.com @2905 test integrity: chacha20-poly1305@openssh.com @2906 test integrity: chacha20-poly1305@openssh.com @2907 test integrity: chacha20-poly1305@openssh.com @2908 test integrity: chacha20-poly1305@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 PASS: integrity key revocation lists: generating test keys key revocation lists: generating KRLs key revocation lists: checking revocations for revoked keys key revocation lists: checking revocations for unrevoked keys key revocation lists: checking revocations for revoked certs key revocation lists: checking revocations for unrevoked certs key revocation lists: testing KRL update key revocation lists: checking revocations for revoked keys key revocation lists: checking revocations for unrevoked keys key revocation lists: checking revocations for revoked certs key revocation lists: checking revocations for unrevoked certs PASS: key revocation lists PASS: multiple pubkey allow rsa,ed25519 allow ed25519 allow cert only match w/ no match match w/ matching PASS: restrict pubkey type key type ssh-ed25519 privsep=no key type ssh-rsa privsep=no key type ssh-dss privsep=no key type ecdsa-sha2-nistp256 privsep=no key type ecdsa-sha2-nistp384 privsep=no key type ecdsa-sha2-nistp521 privsep=no key type ssh-ed25519 privsep=yes key type ssh-rsa privsep=yes key type ssh-dss privsep=yes key type ecdsa-sha2-nistp256 privsep=yes key type ecdsa-sha2-nistp384 privsep=yes key type ecdsa-sha2-nistp521 privsep=yes PASS: hostkey agent /usr/lib/openssh/ptest/regress/kh.hosts updated. Original contents retained as /usr/lib/openssh/ptest/regress/kh.hosts.old /usr/lib/openssh/ptest/regress/kh.hosts updated. Original contents retained as /usr/lib/openssh/ptest/regress/kh.hosts.old /usr/lib/openssh/ptest/regress/kh.hosts updated. Original contents retained as /usr/lib/openssh/ptest/regress/kh.hosts.old /usr/lib/openssh/ptest/regress/kh.hosts updated. Original contents retained as /usr/lib/openssh/ptest/regress/kh.hosts.old /usr/lib/openssh/ptest/regress/kh.hashed updated. Original contents retained as /usr/lib/openssh/ptest/regress/kh.hashed.old PASS: ssh-keygen known_hosts learn hostkey with StrictHostKeyChecking=no learn additional hostkeys learn additional hostkeys, type=ssh-ed25519 learn additional hostkeys, type=ssh-rsa learn additional hostkeys, type=ssh-dss learn additional hostkeys, type=ecdsa-sha2-nistp256 learn additional hostkeys, type=ecdsa-sha2-nistp384 learn additional hostkeys, type=ecdsa-sha2-nistp521 learn changed non-primary hostkey learn new primary hostkey rotate primary hostkey check rotate primary hostkey PASS: hostkey rotate skipping: /var/run/principals_command_root is unsuitable as AuthorizedPrincipalsCommand protocol 2: identity cert with no plain public file protocol 2: CertificateFile with no plain public file protocol 2: plain keys protocol 2: untrusted cert protocol 2: good cert, bad key protocol 2: single trusted protocol 2: multiple trusted PASS: ssh with certificates PASS: config include PASS: AllowUsers/DenyUsers PASS: ptrace agent END: /usr/lib/openssh/ptest 2017-08-12T17:52 2017-08-12T17:52 BEGIN: /usr/lib/openssl/ptest testing... make[1]: Entering directory '/usr/lib/openssl/ptest/test' make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./destest Doing cbcm Doing ecb Doing ede ecb Doing cbc Doing desx cbc Doing ede cbc Doing pcbc Doing cfb8 cfb16 cfb32 cfb48 cfb64 cfb64() ede_cfb64() done Doing ofb Doing ofb64 Doing ede_ofb64 Doing cbc_cksum Doing quad_cksum input word alignment test 0 1 2 3 output word alignment test 0 1 2 3 fast crypt test make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_des make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./ideatest ecb idea ok cbc idea ok cfb64 idea ok make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_idea make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./shatest test 1 ok test 2 ok test 3 ok ../util/shlib_wrap.sh ./sha1test test 1 ok test 2 ok test 3 ok ../util/shlib_wrap.sh ./sha256t Testing SHA-256 ... passed. Testing SHA-224 ... passed. ../util/shlib_wrap.sh ./sha512t Testing SHA-512 ... passed. Testing SHA-384 ... passed. make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_sha make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./md4test test 1 ok test 2 ok test 3 ok test 4 ok test 5 ok test 6 ok test 7 ok make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_md4 make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./md5test test 1 ok test 2 ok test 3 ok test 4 ok test 5 ok test 6 ok test 7 ok make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_md5 make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./hmactest test 0 ok test 1 ok test 2 ok test 3 ok test 4 ok test 5 ok test 6 ok make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_hmac make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./md2test No MD2 support make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_md2 make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./mdc2test pad1 - ok pad2 - ok make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_mdc2 make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./wp_test Testing Whirlpool ......... passed. make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_wp make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./rmdtest test 1 ok test 2 ok test 3 ok test 4 ok test 5 ok test 6 ok test 7 ok test 8 ok make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_rmd make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./rc2test ecb RC2 ok make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_rc2 make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./rc4test test 0 ok test 1 ok test 2 ok test 3 ok test 4 ok test 5 ok test end processing ....................done test multi-call ....................done bulk test ok make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_rc4 make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./rc5test No RC5 support make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_rc5 make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./bftest testing blowfish in raw ecb mode testing blowfish in ecb mode testing blowfish set_key testing blowfish in cbc mode testing blowfish in cfb64 mode testing blowfish in ofb64 make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_bf make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./casttest ecb cast5 ok This test will take some time....123456789ABCDEF ok make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_cast make[2]: Entering directory '/usr/lib/openssl/ptest/test' make[2]: Nothing to be done for 'test_aes'. make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_aes make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./randtest test 1 done test 2 done test 3 done test 4 done make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_rand make[2]: Entering directory '/usr/lib/openssl/ptest/test' starting big number library test, could take a while... running bc test a^b%c implementations ../util/shlib_wrap.sh ./exptest ........................................................................................................................................................................................................ done make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_bn make[2]: Entering directory '/usr/lib/openssl/ptest/test' test elliptic curves ../util/shlib_wrap.sh ./ectest Curve defined by Weierstrass equation y^2 = x^3 + a*x + b (mod 0x17) a = 0x1 b = 0x1 A cyclic subgroup: point at infinity x = 0xD, y = 0x7 x = 0x5, y = 0x4 x = 0x11, y = 0x3 x = 0x11, y = 0x14 x = 0x5, y = 0x13 x = 0xD, y = 0x10 Generator as octet string, compressed form: 030D Generator as octet string, uncompressed form: 040D07 Generator as octet string, hybrid form: 070D07 A representation of the inverse of that generator in Jacobian projective coordinates: X = 0xC, Y = 0xF, Z = 0xA SEC2 curve secp160r1 -- Generator: x = 0x4A96B5688EF573284664698968C38BB913CBFC82 y = 0x23A628553168947D59DCC912042351377AC5FB32 verify degree ... ok verify group order .... ok long/negative scalar tests allowing precomputation ... without precomputation ... ok NIST curve P-192 -- Generator: x = 0x188DA80EB03090F67CBF20EB43A18800F4FF0AFD82FF1012 y = 0x7192B95FFC8DA78631011ED6B24CDD573F977A11E794811 verify degree ... ok verify group order .... ok long/negative scalar tests allowing precomputation ... without precomputation ... ok NIST curve P-224 -- Generator: x = 0xB70E0CBD6BB4BF7F321390B94A03C1D356C21122343280D6115C1D21 y = 0xBD376388B5F723FB4C22DFE6CD4375A05A07476444D5819985007E34 verify degree ... ok verify group order .... ok long/negative scalar tests allowing precomputation ... without precomputation ... ok NIST curve P-256 -- Generator: x = 0x6B17D1F2E12C4247F8BCE6E563A440F277037D812DEB33A0F4A13945D898C296 y = 0x4FE342E2FE1A7F9B8EE7EB4A7C0F9E162BCE33576B315ECECBB6406837BF51F5 verify degree ... ok verify group order .... ok long/negative scalar tests allowing precomputation ... without precomputation ... ok NIST curve P-384 -- Generator: x = 0xAA87CA22BE8B05378EB1C71EF320AD746E1D3B628BA79B9859F741E082542A385502F25DBF55296C3A545E3872760AB7 y = 0x3617DE4A96262C6F5D9E98BF9292DC29F8F41DBD289A147CE9DA3113B5F0B8C00A60B1CE1D7E819D7A431D7C90EA0E5F verify degree ... ok verify group order .... ok long/negative scalar tests allowing precomputation ... without precomputation ... ok NIST curve P-521 -- Generator: x = 0xC6858E06B70404E9CD9E3ECB662395B4429C648139053FB521F828AF606B4D3DBAA14B5E77EFE75928FE1DC127A2FFA8DE3348B3C1856A429BF97E7E31C2E5BD66 y = 0x11839296A789A3BC0045C8A5FB42C7D1BD998F54449579B446817AFBD17273E662C97EE72995EF42640C550B9013FAD0761353C7086A272C24088BE94769FD16650 verify degree ... ok verify group order .... ok long/negative scalar tests allowing precomputation ... without precomputation ... ok combined multiplication ..... ok Curve defined by Weierstrass equation y^2 + x*y = x^3 + a*x^2 + b (mod 0x13) a = 0x3 b = 0x1 (0x... means binary polynomial) A cyclic subgroup: point at infinity x = 0x6, y = 0x8 x = 0x1, y = 0xD x = 0x7, y = 0x2 x = 0x0, y = 0x1 x = 0x7, y = 0x5 x = 0x1, y = 0xC x = 0x6, y = 0xE Generator as octet string, uncompressed form: 040608 NIST curve K-163 -- Generator: x = 0x2FE13C0537BBC11ACAA07D793DE4E6D5E5C94EEE8 y = 0x289070FB05D38FF58321F2E800536D538CCDAA3D9 verify degree ... ok verify group order .... ok long/negative scalar tests allowing precomputation ... without precomputation ... ok NIST curve B-163 -- Generator: x = 0x3F0EBA16286A2D57EA0991168D4994637E8343E36 y = 0xD51FBC6C71A0094FA2CDD545B11C5C0C797324F1 verify degree ... ok verify group order .... ok long/negative scalar tests allowing precomputation ... without precomputation ... ok NIST curve K-233 -- Generator: x = 0x17232BA853A7E731AF129F22FF4149563A419C26BF50A4C9D6EEFAD6126 y = 0x1DB537DECE819B7F70F555A67C427A8CD9BF18AEB9B56E0C11056FAE6A3 verify degree ... ok verify group order .... ok long/negative scalar tests allowing precomputation ... without precomputation ... ok NIST curve B-233 -- Generator: x = 0xFAC9DFCBAC8313BB2139F1BB755FEF65BC391F8B36F8F8EB7371FD558B y = 0x1006A08A41903350678E58528BEBF8A0BEFF867A7CA36716F7E01F81052 verify degree ... ok verify group order .... ok long/negative scalar tests allowing precomputation ... without precomputation ... ok NIST curve K-283 -- Generator: x = 0x503213F78CA44883F1A3B8162F188E553CD265F23C1567A16876913B0C2AC2458492836 y = 0x1CCDA380F1C9E318D90F95D07E5426FE87E45C0E8184698E45962364E34116177DD2259 verify degree ... ok verify group order .... ok long/negative scalar tests allowing precomputation ... without precomputation ... ok NIST curve B-283 -- Generator: x = 0x5F939258DB7DD90E1934F8C70B0DFEC2EED25B8557EAC9C80E2E198F8CDBECD86B12053 y = 0x3676854FE24141CB98FE6D4B20D02B4516FF702350EDDB0826779C813F0DF45BE8112F4 verify degree ... ok verify group order .... ok long/negative scalar tests allowing precomputation ... without precomputation ... ok NIST curve K-409 -- Generator: x = 0x60F05F658F49C1AD3AB1890F7184210EFD0987E307C84C27ACCFB8F9F67CC2C460189EB5AAAA62EE222EB1B35540CFE9023746 y = 0x1E369050B7C4E42ACBA1DACBF04299C3460782F918EA427E6325165E9EA10E3DA5F6C42E9C55215AA9CA27A5863EC48D8E0286B verify degree ... ok verify group order .... ok long/negative scalar tests allowing precomputation ... without precomputation ... ok NIST curve B-409 -- Generator: x = 0x15D4860D088DDB3496B0C6064756260441CDE4AF1771D4DB01FFE5B34E59703DC255A868A1180515603AEAB60794E54BB7996A7 y = 0x61B1CFAB6BE5F32BBFA78324ED106A7636B9C5A7BD198D0158AA4F5488D08F38514F1FDF4B4F40D2181B3681C364BA0273C706 verify degree ... ok verify group order .... ok long/negative scalar tests allowing precomputation ... without precomputation ... ok NIST curve K-571 -- Generator: x = 0x26EB7A859923FBC82189631F8103FE4AC9CA2970012D5D46024804801841CA44370958493B205E647DA304DB4CEB08CBBD1BA39494776FB988B47174DCA88C7E2945283A01C8972 y = 0x349DC807F4FBF374F4AEADE3BCA95314DD58CEC9F307A54FFC61EFC006D8A2C9D4979C0AC44AEA74FBEBBB9F772AEDCB620B01A7BA7AF1B320430C8591984F601CD4C143EF1C7A3 verify degree ... ok verify group order .... ok long/negative scalar tests allowing precomputation ... without precomputation ... ok NIST curve B-571 -- Generator: x = 0x303001D34B856296C16C0D40D3CD7750A93D1D2955FA80AA5F40FC8DB7B2ABDBDE53950F4C0D293CDD711A35B67FB1499AE60038614F1394ABFA3B4C850D927E1E7769C8EEC2D19 y = 0x37BF27342DA639B6DCCFFFEB73D69D78C6C27A6009CBBCA1980F8533921E8A684423E43BAB08A576291AF8F461BB2A8B3531D2F0485C19B16E2F1516E23DD3C1A4827AF1B8AC15B verify degree ... ok verify group order .... ok long/negative scalar tests allowing precomputation ... without precomputation ... ok combined multiplication ..... ok testing internal curves: ................................................................................. ok make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_ec make[2]: Entering directory '/usr/lib/openssl/ptest/test' test ecdsa ../util/shlib_wrap.sh ./ecdsatest some tests from X9.62: testing prime192v1: .... ok testing prime239v1: .... ok testing c2tnb191v1: .... ok testing c2tnb239v1: .... ok testing ECDSA_sign() and ECDSA_verify() with some internal curves: secp160k1: ........ ok secp160r1: ........ ok secp160r2: ........ ok secp192k1: ........ ok secp224k1: ........ ok secp224r1: ........ ok secp256k1: ........ ok secp384r1: ........ ok secp521r1: ........ ok prime192v1: ........ ok prime192v2: ........ ok prime192v3: ........ ok prime239v1: ........ ok prime239v2: ........ ok prime239v3: ........ ok prime256v1: ........ ok sect163k1: ........ ok sect163r1: ........ ok sect163r2: ........ ok sect193r1: ........ ok sect193r2: ........ ok sect233k1: ........ ok sect233r1: ........ ok sect239k1: ........ ok sect283k1: ........ ok sect283r1: ........ ok sect409k1: ........ ok sect409r1: ........ ok sect571k1: ........ ok sect571r1: ........ ok c2pnb163v1: ........ ok c2pnb163v2: ........ ok c2pnb163v3: ........ ok c2pnb176v1: ........ ok c2tnb191v1: ........ ok c2tnb191v2: ........ ok c2tnb191v3: ........ ok c2pnb208w1: ........ ok c2tnb239v1: ........ ok c2tnb239v2: ........ ok c2tnb239v3: ........ ok c2pnb272w1: ........ ok c2pnb304w1: ........ ok c2tnb359v1: ........ ok c2pnb368w1: ........ ok c2tnb431r1: ........ ok wap-wsg-idm-ecid-wtls3: ........ ok wap-wsg-idm-ecid-wtls5: ........ ok wap-wsg-idm-ecid-wtls7: ........ ok wap-wsg-idm-ecid-wtls9: ........ ok wap-wsg-idm-ecid-wtls10: ........ ok wap-wsg-idm-ecid-wtls11: ........ ok wap-wsg-idm-ecid-wtls12: ........ ok brainpoolP160r1: ........ ok brainpoolP160t1: ........ ok brainpoolP192r1: ........ ok brainpoolP192t1: ........ ok brainpoolP224r1: ........ ok brainpoolP224t1: ........ ok brainpoolP256r1: ........ ok brainpoolP256t1: ........ ok brainpoolP320r1: ........ ok brainpoolP320t1: ........ ok brainpoolP384r1: ........ ok brainpoolP384t1: ........ ok brainpoolP512r1: ........ ok brainpoolP512t1: ........ ok ECDSA test passed make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_ecdsa make[2]: Entering directory '/usr/lib/openssl/ptest/test' test ecdh ../util/shlib_wrap.sh ./ecdhtest Testing key generation with NIST Prime-Curve P-192 .... ok Testing key generation with NIST Prime-Curve P-224 .... ok Testing key generation with NIST Prime-Curve P-256 .... ok Testing key generation with NIST Prime-Curve P-384 .... ok Testing key generation with NIST Prime-Curve P-521 .... ok Testing key generation with NIST Binary-Curve K-163 .... ok Testing key generation with NIST Binary-Curve B-163 .... ok Testing key generation with NIST Binary-Curve K-233 .... ok Testing key generation with NIST Binary-Curve B-233 .... ok Testing key generation with NIST Binary-Curve K-283 .... ok Testing key generation with NIST Binary-Curve B-283 .... ok Testing key generation with NIST Binary-Curve K-409 .... ok Testing key generation with NIST Binary-Curve B-409 .... ok Testing key generation with NIST Binary-Curve K-571 .... ok Testing key generation with NIST Binary-Curve B-571 .... ok Testing ECDH shared secret with Brainpool Prime-Curve brainpoolP256r1 ok Testing ECDH shared secret with Brainpool Prime-Curve brainpoolP384r1 ok Testing ECDH shared secret with Brainpool Prime-Curve brainpoolP512r1 ok make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_ecdh make[2]: Entering directory '/usr/lib/openssl/ptest/test' cat base64 aes-128-cbc aes-128-cbc base64 aes-128-ecb aes-128-ecb base64 aes-192-cbc aes-192-cbc base64 aes-192-ecb aes-192-ecb base64 aes-256-cbc aes-256-cbc base64 aes-256-ecb aes-256-ecb base64 base64 base64 base64 bf bf base64 bf-cbc bf-cbc base64 bf-cfb bf-cfb base64 bf-ecb bf-ecb base64 bf-ofb bf-ofb base64 camellia-128-cbc camellia-128-cbc base64 camellia-128-ecb camellia-128-ecb base64 camellia-192-cbc camellia-192-cbc base64 camellia-192-ecb camellia-192-ecb base64 camellia-256-cbc camellia-256-cbc base64 camellia-256-ecb camellia-256-ecb base64 cast cast base64 cast-cbc cast-cbc base64 cast5-cbc cast5-cbc base64 cast5-cfb cast5-cfb base64 cast5-ecb cast5-ecb base64 cast5-ofb cast5-ofb base64 des des base64 des-cbc des-cbc base64 des-cfb des-cfb base64 des-ecb des-ecb base64 des-ede des-ede base64 des-ede-cbc des-ede-cbc base64 des-ede-cfb des-ede-cfb base64 des-ede-ofb des-ede-ofb base64 des-ede3 des-ede3 base64 des-ede3-cbc des-ede3-cbc base64 des-ede3-cfb des-ede3-cfb base64 des-ede3-ofb des-ede3-ofb base64 des-ofb des-ofb base64 des3 des3 base64 desx desx base64 idea idea base64 idea-cbc idea-cbc base64 idea-cfb idea-cfb base64 idea-ecb idea-ecb base64 idea-ofb idea-ofb base64 rc2 rc2 base64 rc2-40-cbc rc2-40-cbc base64 rc2-64-cbc rc2-64-cbc base64 rc2-cbc rc2-cbc base64 rc2-cfb rc2-cfb base64 rc2-ecb rc2-ecb base64 rc2-ofb rc2-ofb base64 rc4 rc4 base64 rc4-40 rc4-40 base64 seed seed base64 seed-cbc seed-cbc base64 seed-cfb seed-cfb base64 seed-ecb seed-ecb base64 seed-ofb seed-ofb base64 make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_enc make[2]: Entering directory '/usr/lib/openssl/ptest/test' echo test normal x509v1 certificate test normal x509v1 certificate sh ./tx509 2>/dev/null testing X509 conversions p -> d p -> n p -> p d -> d n -> d p -> d d -> n n -> n p -> n d -> p n -> p p -> p Parsing test certificates OK echo test first x509v3 certificate test first x509v3 certificate sh ./tx509 v3-cert1.pem 2>/dev/null testing X509 conversions p -> d p -> n p -> p d -> d n -> d p -> d d -> n n -> n p -> n d -> p n -> p p -> p Parsing test certificates OK echo test second x509v3 certificate test second x509v3 certificate sh ./tx509 v3-cert2.pem 2>/dev/null testing X509 conversions p -> d p -> n p -> p d -> d n -> d p -> d d -> n n -> n p -> n d -> p n -> p p -> p Parsing test certificates OK make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_x509 make[2]: Entering directory '/usr/lib/openssl/ptest/test' rsa testing rsa conversions p -> d p -> p d -> d p -> d d -> p p -> p ../util/shlib_wrap.sh ./rsa_test PKCS #1 v1.5 encryption/decryption ok OAEP encryption/decryption ok PKCS #1 v1.5 encryption/decryption ok OAEP encryption/decryption ok PKCS #1 v1.5 encryption/decryption ok OAEP encryption/decryption ok PKCS #1 v1.5 encryption/decryption ok OAEP encryption/decryption ok PKCS #1 v1.5 encryption/decryption ok OAEP encryption/decryption ok PKCS #1 v1.5 encryption/decryption ok OAEP encryption/decryption ok make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_rsa make[2]: Entering directory '/usr/lib/openssl/ptest/test' testing crl conversions p -> d p -> p d -> d p -> d d -> p p -> p make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_crl make[2]: Entering directory '/usr/lib/openssl/ptest/test' testing session-id conversions p -> d p -> p d -> d p -> d d -> p p -> p make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_sid make[2]: Entering directory '/usr/lib/openssl/ptest/test' Generate and verify a certificate request generating certificate request rsa There should be a 2 sequences of .'s and some +'s. There should not be more that at most 80 per line This could take some time. make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_gen make[2]: Entering directory '/usr/lib/openssl/ptest/test' testing req conversions p -> d p -> p d -> d p -> d d -> p p -> p testing req conversions p -> d p -> p d -> d p -> d d -> p p -> p make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_req make[2]: Entering directory '/usr/lib/openssl/ptest/test' testing pkcs7 conversions p -> d p -> p d -> d p -> d d -> p p -> p testing pkcs7 conversions (2) p -> d p -> p d -> d p -> d d -> p p -> p make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_pkcs7 make[2]: Entering directory '/usr/lib/openssl/ptest/test' The following command should have some OK's and some failures There are definitly a few expired certificates ../util/shlib_wrap.sh ../apps/openssl verify -CApath ../certs/demo ../certs/demo/*.pem ../certs/demo/ca-cert.pem: C = AU, ST = Queensland, O = CryptSoft Pty Ltd, CN = Test PCA (1024 bit) error 10 at 1 depth lookup:certificate has expired C = AU, ST = Queensland, O = CryptSoft Pty Ltd, CN = Test CA (1024 bit) error 10 at 0 depth lookup:certificate has expired OK ../certs/demo/dsa-ca.pem: C = AU, ST = Some-State, O = Internet Widgits Pty Ltd, CN = PCA error 10 at 1 depth lookup:certificate has expired C = AU, ST = Some-State, O = Internet Widgits Pty Ltd, CN = CA error 10 at 0 depth lookup:certificate has expired OK ../certs/demo/dsa-pca.pem: C = AU, ST = Some-State, O = Internet Widgits Pty Ltd, CN = PCA error 10 at 0 depth lookup:certificate has expired OK ../certs/demo/pca-cert.pem: C = AU, ST = Queensland, O = CryptSoft Pty Ltd, CN = Test PCA (1024 bit) error 10 at 0 depth lookup:certificate has expired OK make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_verify make[2]: Entering directory '/usr/lib/openssl/ptest/test' Generate a set of DH parameters ../util/shlib_wrap.sh ./dhtest ....+.+..+..+.+..+......++*++*++*++*++*++*++*++*++*++*++*++*++*++*++*++*++*++*++*++*++*++*++*++*++*++*++* p =E17AFD669A106C03 g =5 pri 1=6D9CE3A7B84BA9D6 pub 1=2060BEB007F54209 pri 2=56BDFD96B4854A41 pub 2=80ADD3852E74953C key1 =D06D79F3BD577127 key2 =D06D79F3BD577127 RFC5114 parameter test 1 OK RFC5114 parameter test 2 OK RFC5114 parameter test 3 OK RFC5114 parameter test 4 OK make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_dh make[2]: Entering directory '/usr/lib/openssl/ptest/test' Generate a set of DSA parameters ../util/shlib_wrap.sh ./dsatest ../util/shlib_wrap.sh ./dsatest -app2_1 make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_dsa make[2]: Entering directory '/usr/lib/openssl/ptest/test' Generate and certify a test certificate make a certificate request using 'req' rsa convert the certificate request into a self signed certificate using 'x509' convert a certificate into a certificate request using 'x509' certCA.ss: OK make a user certificate request using 'req' sign user certificate request with the just created CA via 'x509' certU.ss: OK Certificate details subject= /C=AU/O=Dodgy Brothers/CN=Brother 1/CN=Brother 2 issuer= /C=AU/O=Dodgy Brothers/CN=Dodgy CA notBefore=Aug 12 17:52:35 2017 GMT notAfter=Sep 11 17:52:35 2017 GMT make a proxy certificate request using 'req' sign proxy certificate request with the just created user certificate via 'x509' certP1.ss: C = AU, O = Dodgy Brothers, CN = Brother 1, CN = Brother 2, CN = Proxy 1 error 40 at 0 depth lookup:proxy certificates not allowed, please set the appropriate flag Certificate details subject= /C=AU/O=Dodgy Brothers/CN=Brother 1/CN=Brother 2/CN=Proxy 1 issuer= /C=AU/O=Dodgy Brothers/CN=Brother 1/CN=Brother 2 notBefore=Aug 12 17:52:35 2017 GMT notAfter=Sep 11 17:52:35 2017 GMT make another proxy certificate request using 'req' sign second proxy certificate request with the first proxy certificate via 'x509' certP2.ss: C = AU, O = Dodgy Brothers, CN = Brother 1, CN = Brother 2, CN = Proxy 1, CN = Proxy 2 error 40 at 0 depth lookup:proxy certificates not allowed, please set the appropriate flag Certificate details subject= /C=AU/O=Dodgy Brothers/CN=Brother 1/CN=Brother 2/CN=Proxy 1/CN=Proxy 2 issuer= /C=AU/O=Dodgy Brothers/CN=Brother 1/CN=Brother 2/CN=Proxy 1 notBefore=Aug 12 17:52:35 2017 GMT notAfter=Sep 11 17:52:35 2017 GMT The generated CA certificate is certCA.ss The generated CA private key is keyCA.ss The generated user certificate is certU.ss The generated user private key is keyU.ss The first generated proxy certificate is certP1.ss The first generated proxy private key is keyP1.ss The second generated proxy certificate is certP2.ss The second generated proxy private key is keyP2.ss make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_ss make[2]: Entering directory '/usr/lib/openssl/ptest/test' rsa Generate and certify a test certificate via the 'ca' program CA certificate filename (or enter to create) Making CA certificate ... Request is in newreq.pem, private key is in newkey.pem Certificate: Data: Version: 3 (0x2) Serial Number: da:57:24:fd:48:c6:f1:58 Signature Algorithm: sha256WithRSAEncryption Issuer: C=AU, O=Dodgy Brothers, CN=Dodgy CA Validity Not Before: Aug 12 17:52:36 2017 GMT Not After : Aug 12 17:52:36 2018 GMT Subject: C=AU, O=Dodgy Brothers, CN=Brother 1, CN=Brother 2 Subject Public Key Info: Public Key Algorithm: rsaEncryption Public-Key: (2048 bit) Modulus: 00:cc:9c:02:a7:9a:b6:55:23:d5:2f:ca:0d:f7:0f: 1f:ed:ce:fa:f2:c3:02:cd:28:bc:b0:0c:2c:27:08: 99:4a:6d:f7:a3:66:c4:1a:4f:ac:97:14:a9:36:65: a2:bf:09:c2:38:b3:37:0d:f7:65:e9:d1:c6:d5:77: 59:3b:4d:d9:e3:e8:09:84:bc:c6:f2:89:82:47:13: a8:4d:42:49:cd:fe:32:8f:ba:53:0f:f8:a7:56:4b: b6:6c:32:34:41:e9:08:50:a5:57:b5:9c:d3:1c:56: df:39:6e:b6:d5:b6:4a:37:df:82:9a:cb:ef:97:32: ca:ea:2e:8c:b2:c2:8c:3f:25:7d:42:7d:62:50:d6: 99:eb:95:13:c9:cf:27:78:eb:b8:2e:fd:30:8b:71: f1:b8:a1:43:02:63:68:9a:9d:5d:b8:9f:21:60:3d: fd:f1:38:07:0d:9e:5f:e9:8a:6d:3a:13:39:f4:eb: 80:3d:3a:19:03:4f:48:d6:80:cd:67:04:71:be:3a: 62:41:10:6d:b7:da:de:17:ed:00:80:d5:ee:0b:16: 8d:1c:75:cb:04:21:e2:f9:1d:24:9a:d3:b6:49:33: 51:32:9a:9d:e8:8b:9c:20:de:6d:87:62:03:08:9e: 8c:d2:d6:9a:47:42:49:fd:04:69:6c:fa:02:9a:38: 42:d1 Exponent: 65537 (0x10001) X509v3 extensions: X509v3 Basic Constraints: CA:FALSE Netscape Comment: OpenSSL Generated Certificate X509v3 Subject Key Identifier: E0:89:09:68:A3:81:EE:9A:64:29:58:37:7F:D8:26:51:93:7C:47:01 X509v3 Authority Key Identifier: keyid:17:F1:6D:DE:FF:5B:17:4C:24:8F:3A:46:70:D0:E7:57:23:1F:49:03 Signature Algorithm: sha256WithRSAEncryption 1a:bd:84:64:01:2b:5d:48:3f:0c:af:4c:56:e4:1b:2c:29:9d: 84:19:f9:1c:18:4c:86:4c:2e:2a:00:15:1b:b0:b8:ab:ce:f0: bd:4f:6a:16:0c:05:bf:4f:31:9f:0e:68:6c:76:37:ab:a4:a7: 67:cb:12:98:ad:3d:41:95:65:0e:ed:9f:c0:60:97:9b:16:7f: 59:44:99:33:b7:9c:81:8b:c0:a3:94:fa:61:53:c4:43:f0:07: 31:5c:27:91:41:2f:ec:7d:fb:62:aa:d4:56:e5:22:63:b4:80: 26:e9:e2:ba:00:e4:79:32:22:e9:59:1d:fe:ea:18:b5:83:4c: 72:8b:27:65:91:66:84:aa:53:3d:91:2e:08:69:8a:49:79:49: b1:df:63:0c:a1:d5:83:14:62:ec:22:d9:93:51:db:72:1c:89: ad:0a:36:bc:57:a5:11:e5:a5:8c:ce:ed:e4:9e:a1:74:a0:1a: 09:e3:6e:77:b9:d2:ab:09:3e:d0:32:1d:85:05:d0:1d:d7:13: 4a:a5:0b:22:6c:57:af:a3:fe:4d:9a:9b:8d:1a:ee:61:21:fb: 26:0b:ed:2f:e7:71:6a:75:c4:66:f0:2d:a9:9b:ef:ad:6e:70: c9:36:87:30:64:73:e1:77:7f:05:8d:6b:49:37:b4:b3:2f:0e: 0e:90:e7:09 -----BEGIN CERTIFICATE----- MIIDhTCCAm2gAwIBAgIJANpXJP1IxvFYMA0GCSqGSIb3DQEBCwUAMDkxCzAJBgNV BAYTAkFVMRcwFQYDVQQKDA5Eb2RneSBCcm90aGVyczERMA8GA1UEAwwIRG9kZ3kg Q0EwHhcNMTcwODEyMTc1MjM2WhcNMTgwODEyMTc1MjM2WjBOMQswCQYDVQQGEwJB VTEXMBUGA1UECgwORG9kZ3kgQnJvdGhlcnMxEjAQBgNVBAMMCUJyb3RoZXIgMTES MBAGA1UEAwwJQnJvdGhlciAyMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC AQEAzJwCp5q2VSPVL8oN9w8f7c768sMCzSi8sAwsJwiZSm33o2bEGk+slxSpNmWi vwnCOLM3Dfdl6dHG1XdZO03Z4+gJhLzG8omCRxOoTUJJzf4yj7pTD/inVku2bDI0 QekIUKVXtZzTHFbfOW621bZKN9+CmsvvlzLK6i6MssKMPyV9Qn1iUNaZ65UTyc8n eOu4Lv0wi3HxuKFDAmNomp1duJ8hYD398TgHDZ5f6YptOhM59OuAPToZA09I1oDN ZwRxvjpiQRBtt9reF+0AgNXuCxaNHHXLBCHi+R0kmtO2STNRMpqd6IucIN5th2ID CJ6M0taaR0JJ/QRpbPoCmjhC0QIDAQABo3sweTAJBgNVHRMEAjAAMCwGCWCGSAGG +EIBDQQfFh1PcGVuU1NMIEdlbmVyYXRlZCBDZXJ0aWZpY2F0ZTAdBgNVHQ4EFgQU 4IkJaKOB7ppkKVg3f9gmUZN8RwEwHwYDVR0jBBgwFoAUF/Ft3v9bF0wkjzpGcNDn VyMfSQMwDQYJKoZIhvcNAQELBQADggEBABq9hGQBK11IPwyvTFbkGywpnYQZ+RwY TIZMLioAFRuwuKvO8L1PahYMBb9PMZ8OaGx2N6ukp2fLEpitPUGVZQ7tn8Bgl5sW f1lEmTO3nIGLwKOU+mFTxEPwBzFcJ5FBL+x9+2Kq1FblImO0gCbp4roA5HkyIulZ Hf7qGLWDTHKLJ2WRZoSqUz2RLghpikl5SbHfYwyh1YMUYuwi2ZNR23Icia0KNrxX pRHlpYzO7eSeoXSgGgnjbne50qsJPtAyHYUF0B3XE0qlCyJsV6+j/k2am40a7mEh +yYL7S/ncWp1xGbwLamb761ucMk2hzBkc+F3fwWNa0k3tLMvDg6Q5wk= -----END CERTIFICATE----- Signed certificate is in newcert.pem newcert.pem: OK make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_ca make[2]: Entering directory '/usr/lib/openssl/ptest/test' Manipulate the ENGINE structures ../util/shlib_wrap.sh ./enginetest enginetest beginning listing available engine types end of list listing available engine types engine 0, id = "test_id0", name = "First test item" end of list listing available engine types end of list listing available engine types engine 0, id = "test_id2", name = "Third test item" engine 1, id = "test_id1", name = "Second test item" end of list listing available engine types engine 0, id = "test_id2", name = "Third test item" end of list listing available engine types engine 0, id = "test_id2", name = "Third test item" engine 1, id = "test_id3", name = "Fourth test item" end of list Add that should fail did. Remove that should fail did. listing available engine types engine 0, id = "test_id3", name = "Fourth test item" end of list listing available engine types end of list listing available engine types end of list Successfully added and removed to an empty list! About to beef up the engine-type list ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ About to empty the engine-type list ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ Tests completed happily make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_engine make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./evp_test evptests.txt Testing digest SHA1 Plaintext 0000 61 62 63 Digest 0000 a9 99 3e 36 47 06 81 6a ba 3e 25 71 78 50 c2 6c 0010 9c d0 d8 9d Testing digest MD5 Plaintext Digest 0000 d4 1d 8c d9 8f 00 b2 04 e9 80 09 98 ec f8 42 7e Testing digest MD5 Plaintext 0000 61 Digest 0000 0c c1 75 b9 c0 f1 b6 a8 31 c3 99 e2 69 77 26 61 Testing digest MD5 Plaintext 0000 61 62 63 Digest 0000 90 01 50 98 3c d2 4f b0 d6 96 3f 7d 28 e1 7f 72 Testing digest MD5 Plaintext 0000 6d 65 73 73 61 67 65 20 64 69 67 65 73 74 Digest 0000 f9 6b 69 7d 7c b7 93 8d 52 5a 2f 31 aa f1 61 d0 Testing digest MD5 Plaintext 0000 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 0010 71 72 73 74 75 76 77 78 79 7a Digest 0000 c3 fc d3 d7 61 92 e4 00 7d fb 49 6c ca 67 e1 3b Testing digest MD5 Plaintext 0000 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 0010 51 52 53 54 55 56 57 58 59 5a 61 62 63 64 65 66 0020 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 0030 77 78 79 7a 30 31 32 33 34 35 36 37 38 39 Digest 0000 d1 74 ab 98 d2 77 d9 f5 a5 61 1c 2c 9f 41 9d 9f Testing digest MD5 Plaintext 0000 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 0010 37 38 39 30 31 32 33 34 35 36 37 38 39 30 31 32 0020 33 34 35 36 37 38 39 30 31 32 33 34 35 36 37 38 0030 39 30 31 32 33 34 35 36 37 38 39 30 31 32 33 34 0040 35 36 37 38 39 30 31 32 33 34 35 36 37 38 39 30 Digest 0000 57 ed f4 a2 2b e3 c9 55 ac 49 da 2e 21 07 b6 7a Testing cipher AES-128-ECB(encrypt) Key 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff Ciphertext 0000 69 c4 e0 d8 6a 7b 04 30 d8 cd b7 80 70 b4 c5 5a Testing cipher AES-192-ECB(encrypt) Key 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 Plaintext 0000 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff Ciphertext 0000 dd a9 7c a4 86 4c df e0 6e af 70 a0 ec 0d 71 91 Testing cipher AES-256-ECB(encrypt) Key 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f Plaintext 0000 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff Ciphertext 0000 8e a2 b7 ca 51 67 45 bf ea fc 49 90 4b 49 60 89 Testing cipher AES-128-ECB(encrypt/decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 3a d7 7b b4 0d 7a 36 60 a8 9e ca f3 24 66 ef 97 Testing cipher AES-128-ECB(encrypt/decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 f5 d3 d5 85 03 b9 69 9d e7 85 89 5a 96 fd ba af Testing cipher AES-128-ECB(encrypt/decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 43 b1 cd 7f 59 8e ce 23 88 1b 00 e3 ed 03 06 88 Testing cipher AES-128-ECB(encrypt/decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 7b 0c 78 5e 27 e8 ad 3f 82 23 20 71 04 72 5d d4 Testing cipher AES-192-ECB(encrypt/decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 bd 33 4f 1d 6e 45 f2 5f f7 12 a2 14 57 1f a5 cc Testing cipher AES-192-ECB(encrypt/decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 97 41 04 84 6d 0a d3 ad 77 34 ec b3 ec ee 4e ef Testing cipher AES-192-ECB(encrypt/decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 ef 7a fd 22 70 e2 e6 0a dc e0 ba 2f ac e6 44 4e Testing cipher AES-192-ECB(encrypt/decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 9a 4b 41 ba 73 8d 6c 72 fb 16 69 16 03 c1 8e 0e Testing cipher AES-256-ECB(encrypt/decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 f3 ee d1 bd b5 d2 a0 3c 06 4b 5a 7e 3d b1 81 f8 Testing cipher AES-256-ECB(encrypt/decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 59 1c cb 10 d4 10 ed 26 dc 5b a7 4a 31 36 28 70 Testing cipher AES-256-ECB(encrypt/decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 b6 ed 21 b9 9c a6 f4 f9 f1 53 e7 b1 be af ed 1d Testing cipher AES-256-ECB(encrypt/decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 23 30 4b 7a 39 f9 f3 ff 06 7d 8d 8f 9e 24 ec c7 Testing cipher AES-128-CBC(encrypt/decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 76 49 ab ac 81 19 b2 46 ce e9 8e 9b 12 e9 19 7d Testing cipher AES-128-CBC(encrypt/decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 76 49 ab ac 81 19 b2 46 ce e9 8e 9b 12 e9 19 7d Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 50 86 cb 9b 50 72 19 ee 95 db 11 3a 91 76 78 b2 Testing cipher AES-128-CBC(encrypt/decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 50 86 cb 9b 50 72 19 ee 95 db 11 3a 91 76 78 b2 Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 73 be d6 b8 e3 c1 74 3b 71 16 e6 9e 22 22 95 16 Testing cipher AES-128-CBC(encrypt/decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 73 be d6 b8 e3 c1 74 3b 71 16 e6 9e 22 22 95 16 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 3f f1 ca a1 68 1f ac 09 12 0e ca 30 75 86 e1 a7 Testing cipher AES-192-CBC(encrypt/decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 4f 02 1d b2 43 bc 63 3d 71 78 18 3a 9f a0 71 e8 Testing cipher AES-192-CBC(encrypt/decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 4f 02 1d b2 43 bc 63 3d 71 78 18 3a 9f a0 71 e8 Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 b4 d9 ad a9 ad 7d ed f4 e5 e7 38 76 3f 69 14 5a Testing cipher AES-192-CBC(encrypt/decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 b4 d9 ad a9 ad 7d ed f4 e5 e7 38 76 3f 69 14 5a Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 57 1b 24 20 12 fb 7a e0 7f a9 ba ac 3d f1 02 e0 Testing cipher AES-192-CBC(encrypt/decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 57 1b 24 20 12 fb 7a e0 7f a9 ba ac 3d f1 02 e0 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 08 b0 e2 79 88 59 88 81 d9 20 a9 e6 4f 56 15 cd Testing cipher AES-256-CBC(encrypt/decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 f5 8c 4c 04 d6 e5 f1 ba 77 9e ab fb 5f 7b fb d6 Testing cipher AES-256-CBC(encrypt/decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 f5 8c 4c 04 d6 e5 f1 ba 77 9e ab fb 5f 7b fb d6 Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 9c fc 4e 96 7e db 80 8d 67 9f 77 7b c6 70 2c 7d Testing cipher AES-256-CBC(encrypt/decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 9c fc 4e 96 7e db 80 8d 67 9f 77 7b c6 70 2c 7d Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 39 f2 33 69 a9 d9 ba cf a5 30 e2 63 04 23 14 61 Testing cipher AES-256-CBC(encrypt/decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 39 f2 33 69 a9 d9 ba cf a5 30 e2 63 04 23 14 61 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 b2 eb 05 e2 c3 9b e9 fc da 6c 19 07 8c 6a 9d 1b Testing cipher AES-128-CFB(encrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 3b 3f d9 2e b7 2d ad 20 33 34 49 f8 e8 3c fb 4a Testing cipher AES-128-CFB(encrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 3b 3f d9 2e b7 2d ad 20 33 34 49 f8 e8 3c fb 4a Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 c8 a6 45 37 a0 b3 a9 3f cd e3 cd ad 9f 1c e5 8b Testing cipher AES-128-CFB(encrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 c8 a6 45 37 a0 b3 a9 3f cd e3 cd ad 9f 1c e5 8b Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 26 75 1f 67 a3 cb b1 40 b1 80 8c f1 87 a4 f4 df Testing cipher AES-128-CFB(encrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 26 75 1f 67 a3 cb b1 40 b1 80 8c f1 87 a4 f4 df Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 c0 4b 05 35 7c 5d 1c 0e ea c4 c6 6f 9f f7 f2 e6 Testing cipher AES-128-CFB(decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 3b 3f d9 2e b7 2d ad 20 33 34 49 f8 e8 3c fb 4a Testing cipher AES-128-CFB(decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 3b 3f d9 2e b7 2d ad 20 33 34 49 f8 e8 3c fb 4a Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 c8 a6 45 37 a0 b3 a9 3f cd e3 cd ad 9f 1c e5 8b Testing cipher AES-128-CFB(decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 c8 a6 45 37 a0 b3 a9 3f cd e3 cd ad 9f 1c e5 8b Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 26 75 1f 67 a3 cb b1 40 b1 80 8c f1 87 a4 f4 df Testing cipher AES-128-CFB(decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 26 75 1f 67 a3 cb b1 40 b1 80 8c f1 87 a4 f4 df Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 c0 4b 05 35 7c 5d 1c 0e ea c4 c6 6f 9f f7 f2 e6 Testing cipher AES-192-CFB(encrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 cd c8 0d 6f dd f1 8c ab 34 c2 59 09 c9 9a 41 74 Testing cipher AES-192-CFB(encrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 cd c8 0d 6f dd f1 8c ab 34 c2 59 09 c9 9a 41 74 Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 67 ce 7f 7f 81 17 36 21 96 1a 2b 70 17 1d 3d 7a Testing cipher AES-192-CFB(encrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 67 ce 7f 7f 81 17 36 21 96 1a 2b 70 17 1d 3d 7a Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 2e 1e 8a 1d d5 9b 88 b1 c8 e6 0f ed 1e fa c4 c9 Testing cipher AES-192-CFB(encrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 2e 1e 8a 1d d5 9b 88 b1 c8 e6 0f ed 1e fa c4 c9 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 c0 5f 9f 9c a9 83 4f a0 42 ae 8f ba 58 4b 09 ff Testing cipher AES-192-CFB(decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 cd c8 0d 6f dd f1 8c ab 34 c2 59 09 c9 9a 41 74 Testing cipher AES-192-CFB(decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 cd c8 0d 6f dd f1 8c ab 34 c2 59 09 c9 9a 41 74 Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 67 ce 7f 7f 81 17 36 21 96 1a 2b 70 17 1d 3d 7a Testing cipher AES-192-CFB(decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 67 ce 7f 7f 81 17 36 21 96 1a 2b 70 17 1d 3d 7a Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 2e 1e 8a 1d d5 9b 88 b1 c8 e6 0f ed 1e fa c4 c9 Testing cipher AES-192-CFB(decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 2e 1e 8a 1d d5 9b 88 b1 c8 e6 0f ed 1e fa c4 c9 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 c0 5f 9f 9c a9 83 4f a0 42 ae 8f ba 58 4b 09 ff Testing cipher AES-256-CFB(encrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 dc 7e 84 bf da 79 16 4b 7e cd 84 86 98 5d 38 60 Testing cipher AES-256-CFB(encrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 dc 7e 84 bf da 79 16 4b 7e cd 84 86 98 5d 38 60 Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 39 ff ed 14 3b 28 b1 c8 32 11 3c 63 31 e5 40 7b Testing cipher AES-256-CFB(encrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 39 ff ed 14 3b 28 b1 c8 32 11 3c 63 31 e5 40 7b Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 df 10 13 24 15 e5 4b 92 a1 3e d0 a8 26 7a e2 f9 Testing cipher AES-256-CFB(encrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 df 10 13 24 15 e5 4b 92 a1 3e d0 a8 26 7a e2 f9 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 75 a3 85 74 1a b9 ce f8 20 31 62 3d 55 b1 e4 71 Testing cipher AES-256-CFB(decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 dc 7e 84 bf da 79 16 4b 7e cd 84 86 98 5d 38 60 Testing cipher AES-256-CFB(decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 dc 7e 84 bf da 79 16 4b 7e cd 84 86 98 5d 38 60 Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 39 ff ed 14 3b 28 b1 c8 32 11 3c 63 31 e5 40 7b Testing cipher AES-256-CFB(decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 39 ff ed 14 3b 28 b1 c8 32 11 3c 63 31 e5 40 7b Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 df 10 13 24 15 e5 4b 92 a1 3e d0 a8 26 7a e2 f9 Testing cipher AES-256-CFB(decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 df 10 13 24 15 e5 4b 92 a1 3e d0 a8 26 7a e2 f9 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 75 a3 85 74 1a b9 ce f8 20 31 62 3d 55 b1 e4 71 Testing cipher AES-128-OFB(encrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 3b 3f d9 2e b7 2d ad 20 33 34 49 f8 e8 3c fb 4a Testing cipher AES-128-OFB(encrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 50 fe 67 cc 99 6d 32 b6 da 09 37 e9 9b af ec 60 Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 77 89 50 8d 16 91 8f 03 f5 3c 52 da c5 4e d8 25 Testing cipher AES-128-OFB(encrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 d9 a4 da da 08 92 23 9f 6b 8b 3d 76 80 e1 56 74 Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 97 40 05 1e 9c 5f ec f6 43 44 f7 a8 22 60 ed cc Testing cipher AES-128-OFB(encrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 a7 88 19 58 3f 03 08 e7 a6 bf 36 b1 38 6a bf 23 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 30 4c 65 28 f6 59 c7 78 66 a5 10 d9 c1 d6 ae 5e Testing cipher AES-128-OFB(decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 3b 3f d9 2e b7 2d ad 20 33 34 49 f8 e8 3c fb 4a Testing cipher AES-128-OFB(decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 50 fe 67 cc 99 6d 32 b6 da 09 37 e9 9b af ec 60 Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 77 89 50 8d 16 91 8f 03 f5 3c 52 da c5 4e d8 25 Testing cipher AES-128-OFB(decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 d9 a4 da da 08 92 23 9f 6b 8b 3d 76 80 e1 56 74 Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 97 40 05 1e 9c 5f ec f6 43 44 f7 a8 22 60 ed cc Testing cipher AES-128-OFB(decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 a7 88 19 58 3f 03 08 e7 a6 bf 36 b1 38 6a bf 23 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 30 4c 65 28 f6 59 c7 78 66 a5 10 d9 c1 d6 ae 5e Testing cipher AES-192-OFB(encrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 cd c8 0d 6f dd f1 8c ab 34 c2 59 09 c9 9a 41 74 Testing cipher AES-192-OFB(encrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 a6 09 b3 8d f3 b1 13 3d dd ff 27 18 ba 09 56 5e Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 fc c2 8b 8d 4c 63 83 7c 09 e8 17 00 c1 10 04 01 Testing cipher AES-192-OFB(encrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 52 ef 01 da 52 60 2f e0 97 5f 78 ac 84 bf 8a 50 Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 8d 9a 9a ea c0 f6 59 6f 55 9c 6d 4d af 59 a5 f2 Testing cipher AES-192-OFB(encrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 bd 52 86 ac 63 aa bd 7e b0 67 ac 54 b5 53 f7 1d Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 6d 9f 20 08 57 ca 6c 3e 9c ac 52 4b d9 ac c9 2a Testing cipher AES-192-OFB(decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 cd c8 0d 6f dd f1 8c ab 34 c2 59 09 c9 9a 41 74 Testing cipher AES-192-OFB(decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 a6 09 b3 8d f3 b1 13 3d dd ff 27 18 ba 09 56 5e Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 fc c2 8b 8d 4c 63 83 7c 09 e8 17 00 c1 10 04 01 Testing cipher AES-192-OFB(decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 52 ef 01 da 52 60 2f e0 97 5f 78 ac 84 bf 8a 50 Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 8d 9a 9a ea c0 f6 59 6f 55 9c 6d 4d af 59 a5 f2 Testing cipher AES-192-OFB(decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 bd 52 86 ac 63 aa bd 7e b0 67 ac 54 b5 53 f7 1d Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 6d 9f 20 08 57 ca 6c 3e 9c ac 52 4b d9 ac c9 2a Testing cipher AES-256-OFB(encrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 dc 7e 84 bf da 79 16 4b 7e cd 84 86 98 5d 38 60 Testing cipher AES-256-OFB(encrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 b7 bf 3a 5d f4 39 89 dd 97 f0 fa 97 eb ce 2f 4a Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 4f eb dc 67 40 d2 0b 3a c8 8f 6a d8 2a 4f b0 8d Testing cipher AES-256-OFB(encrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 e1 c6 56 30 5e d1 a7 a6 56 38 05 74 6f e0 3e dc Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 71 ab 47 a0 86 e8 6e ed f3 9d 1c 5b ba 97 c4 08 Testing cipher AES-256-OFB(encrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 41 63 5b e6 25 b4 8a fc 16 66 dd 42 a0 9d 96 e7 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 01 26 14 1d 67 f3 7b e8 53 8f 5a 8b e7 40 e4 84 Testing cipher AES-256-OFB(decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 dc 7e 84 bf da 79 16 4b 7e cd 84 86 98 5d 38 60 Testing cipher AES-256-OFB(decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 b7 bf 3a 5d f4 39 89 dd 97 f0 fa 97 eb ce 2f 4a Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 4f eb dc 67 40 d2 0b 3a c8 8f 6a d8 2a 4f b0 8d Testing cipher AES-256-OFB(decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 e1 c6 56 30 5e d1 a7 a6 56 38 05 74 6f e0 3e dc Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 71 ab 47 a0 86 e8 6e ed f3 9d 1c 5b ba 97 c4 08 Testing cipher AES-256-OFB(decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 41 63 5b e6 25 b4 8a fc 16 66 dd 42 a0 9d 96 e7 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 01 26 14 1d 67 f3 7b e8 53 8f 5a 8b e7 40 e4 84 Testing cipher AES-128-CTR(encrypt) Key 0000 ae 68 52 f8 12 10 67 cc 4b f7 a5 76 55 77 f3 9e IV 0000 00 00 00 30 00 00 00 00 00 00 00 00 00 00 00 01 Plaintext 0000 53 69 6e 67 6c 65 20 62 6c 6f 63 6b 20 6d 73 67 Ciphertext 0000 e4 09 5d 4f b7 a7 b3 79 2d 61 75 a3 26 13 11 b8 Testing cipher AES-128-CTR(encrypt) Key 0000 7e 24 06 78 17 fa e0 d7 43 d6 ce 1f 32 53 91 63 IV 0000 00 6c b6 db c0 54 3b 59 da 48 d9 0b 00 00 00 01 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f Ciphertext 0000 51 04 a1 06 16 8a 72 d9 79 0d 41 ee 8e da d3 88 0010 eb 2e 1e fc 46 da 57 c8 fc e6 30 df 91 41 be 28 Testing cipher AES-128-CTR(encrypt) Key 0000 76 91 be 03 5e 50 20 a8 ac 6e 61 85 29 f9 a0 dc IV 0000 00 e0 01 7b 27 77 7f 3f 4a 17 86 f0 00 00 00 01 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0020 20 21 22 23 Ciphertext 0000 c1 cf 48 a8 9f 2f fd d9 cf 46 52 e9 ef db 72 d7 0010 45 40 a4 2b de 6d 78 36 d5 9a 5c ea ae f3 10 53 0020 25 b2 07 2f Testing cipher AES-192-CTR(encrypt) Key 0000 16 af 5b 14 5f c9 f5 79 c1 75 f9 3e 3b fb 0e ed 0010 86 3d 06 cc fd b7 85 15 IV 0000 00 00 00 48 36 73 3c 14 7d 6d 93 cb 00 00 00 01 Plaintext 0000 53 69 6e 67 6c 65 20 62 6c 6f 63 6b 20 6d 73 67 Ciphertext 0000 4b 55 38 4f e2 59 c9 c8 4e 79 35 a0 03 cb e9 28 Testing cipher AES-192-CTR(encrypt) Key 0000 7c 5c b2 40 1b 3d c3 3c 19 e7 34 08 19 e0 f6 9c 0010 67 8c 3d b8 e6 f6 a9 1a IV 0000 00 96 b0 3b 02 0c 6e ad c2 cb 50 0d 00 00 00 01 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f Ciphertext 0000 45 32 43 fc 60 9b 23 32 7e df aa fa 71 31 cd 9f 0010 84 90 70 1c 5a d4 a7 9c fc 1f e0 ff 42 f4 fb 00 Testing cipher AES-192-CTR(encrypt) Key 0000 02 bf 39 1e e8 ec b1 59 b9 59 61 7b 09 65 27 9b 0010 f5 9b 60 a7 86 d3 e0 fe IV 0000 00 07 bd fd 5c bd 60 27 8d cc 09 12 00 00 00 01 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0020 20 21 22 23 Ciphertext 0000 96 89 3f c5 5e 5c 72 2f 54 0b 7d d1 dd f7 e7 58 0010 d2 88 bc 95 c6 91 65 88 45 36 c8 11 66 2f 21 88 0020 ab ee 09 35 Testing cipher AES-256-CTR(encrypt) Key 0000 77 6b ef f2 85 1d b0 6f 4c 8a 05 42 c8 69 6f 6c 0010 6a 81 af 1e ec 96 b4 d3 7f c1 d6 89 e6 c1 c1 04 IV 0000 00 00 00 60 db 56 72 c9 7a a8 f0 b2 00 00 00 01 Plaintext 0000 53 69 6e 67 6c 65 20 62 6c 6f 63 6b 20 6d 73 67 Ciphertext 0000 14 5a d0 1d bf 82 4e c7 56 08 63 dc 71 e3 e0 c0 Testing cipher AES-256-CTR(encrypt) Key 0000 f6 d6 6d 6b d5 2d 59 bb 07 96 36 58 79 ef f8 86 0010 c6 6d d5 1a 5b 6a 99 74 4b 50 59 0c 87 a2 38 84 IV 0000 00 fa ac 24 c1 58 5e f1 5a 43 d8 75 00 00 00 01 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f Ciphertext 0000 f0 5e 23 1b 38 94 61 2c 49 ee 00 0b 80 4e b2 a9 0010 b8 30 6b 50 8f 83 9d 6a 55 30 83 1d 93 44 af 1c Testing cipher AES-256-CTR(encrypt) Key 0000 ff 7a 61 7c e6 91 48 e4 f1 72 6e 2f 43 58 1d e2 0010 aa 62 d9 f8 05 53 2e df f1 ee d6 87 fb 54 15 3d IV 0000 00 1c c5 b7 51 a5 1d 70 a1 c1 11 48 00 00 00 01 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0020 20 21 22 23 Ciphertext 0000 eb 6c 52 82 1d 0b bb f7 ce 75 94 46 2a ca 4f aa 0010 b4 07 df 86 65 69 fd 07 f4 8c c0 b5 83 d6 07 1f 0020 1e c0 e6 b8 Testing cipher DES-ECB(encrypt/decrypt) Key 0000 00 00 00 00 00 00 00 00 Plaintext 0000 00 00 00 00 00 00 00 00 Ciphertext 0000 8c a6 4d e9 c1 b1 23 a7 Testing cipher DES-ECB(encrypt/decrypt) Key 0000 ff ff ff ff ff ff ff ff Plaintext 0000 ff ff ff ff ff ff ff ff Ciphertext 0000 73 59 b2 16 3e 4e dc 58 Testing cipher DES-ECB(encrypt/decrypt) Key 0000 30 00 00 00 00 00 00 00 Plaintext 0000 10 00 00 00 00 00 00 01 Ciphertext 0000 95 8e 6e 62 7a 05 55 7b Testing cipher DES-ECB(encrypt/decrypt) Key 0000 11 11 11 11 11 11 11 11 Plaintext 0000 11 11 11 11 11 11 11 11 Ciphertext 0000 f4 03 79 ab 9e 0e c5 33 Testing cipher DES-ECB(encrypt/decrypt) Key 0000 01 23 45 67 89 ab cd ef Plaintext 0000 11 11 11 11 11 11 11 11 Ciphertext 0000 17 66 8d fc 72 92 53 2d Testing cipher DES-ECB(encrypt/decrypt) Key 0000 11 11 11 11 11 11 11 11 Plaintext 0000 01 23 45 67 89 ab cd ef Ciphertext 0000 8a 5a e1 f8 1a b8 f2 dd Testing cipher DES-ECB(encrypt/decrypt) Key 0000 fe dc ba 98 76 54 32 10 Plaintext 0000 01 23 45 67 89 ab cd ef Ciphertext 0000 ed 39 d9 50 fa 74 bc c4 Testing cipher DESX-CBC(encrypt/decrypt) Key 0000 01 23 45 67 89 ab cd ef f1 e0 d3 c2 b5 a4 97 86 0010 fe dc ba 98 76 54 32 10 IV 0000 fe dc ba 98 76 54 32 10 Plaintext 0000 37 36 35 34 33 32 31 20 4e 6f 77 20 69 73 20 74 0010 68 65 20 74 69 6d 65 20 66 6f 72 20 00 00 00 00 Ciphertext 0000 84 6b 29 14 85 1e 9a 29 54 73 2f 8a a0 a6 11 c1 0010 15 cd c2 d7 95 1b 10 53 a6 3c 5e 03 b2 1a a3 c4 Testing cipher DES-EDE3-CBC(encrypt/decrypt) Key 0000 01 23 45 67 89 ab cd ef f1 e0 d3 c2 b5 a4 97 86 0010 fe dc ba 98 76 54 32 10 IV 0000 fe dc ba 98 76 54 32 10 Plaintext 0000 37 36 35 34 33 32 31 20 4e 6f 77 20 69 73 20 74 0010 68 65 20 74 69 6d 65 20 66 6f 72 20 00 00 00 00 Ciphertext 0000 3f e3 01 c9 62 ac 01 d0 22 13 76 3c 1c bd 4c dc 0010 79 96 57 c0 64 ec f5 d4 1c 67 38 12 cf de 96 75 Testing cipher RC4(encrypt/decrypt) Key 0000 01 23 45 67 89 ab cd ef 01 23 45 67 89 ab cd ef Plaintext 0000 01 23 45 67 89 ab cd ef Ciphertext 0000 75 b7 87 80 99 e0 c5 96 Testing cipher RC4(encrypt/decrypt) Key 0000 01 23 45 67 89 ab cd ef 01 23 45 67 89 ab cd ef Plaintext 0000 00 00 00 00 00 00 00 00 Ciphertext 0000 74 94 c2 e7 10 4b 08 79 Testing cipher RC4(encrypt/decrypt) Key 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 00 00 00 00 00 00 00 Ciphertext 0000 de 18 89 41 a3 37 5d 3a Testing cipher RC4(encrypt/decrypt) Key 0000 ef 01 23 45 ef 01 23 45 ef 01 23 45 ef 01 23 45 Plaintext 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0010 00 00 00 00 Ciphertext 0000 d6 a1 41 a7 ec 3c 38 df bd 61 5a 11 62 e1 c7 ba 0010 36 b6 78 58 Testing cipher RC4(encrypt/decrypt) Key 0000 01 23 45 67 89 ab cd ef 01 23 45 67 89 ab cd ef Plaintext 0000 12 34 56 78 9a bc de f0 12 34 56 78 9a bc de f0 0010 12 34 56 78 9a bc de f0 12 34 56 78 Ciphertext 0000 66 a0 94 9f 8a f7 d6 89 1f 7f 83 2b a8 33 c0 0c 0010 89 2e be 30 14 3c e2 87 40 01 1e cf Testing cipher RC4(encrypt/decrypt) Key 0000 ef 01 23 45 ef 01 23 45 ef 01 23 45 ef 01 23 45 Plaintext 0000 00 00 00 00 00 00 00 00 00 00 Ciphertext 0000 d6 a1 41 a7 ec 3c 38 df bd 61 Testing cipher CAMELLIA-128-ECB(encrypt/decrypt) Key 0000 01 23 45 67 89 ab cd ef fe dc ba 98 76 54 32 10 Plaintext 0000 01 23 45 67 89 ab cd ef fe dc ba 98 76 54 32 10 Ciphertext 0000 67 67 31 38 54 96 69 73 08 57 06 56 48 ea be 43 Testing cipher CAMELLIA-192-ECB(encrypt/decrypt) Key 0000 01 23 45 67 89 ab cd ef fe dc ba 98 76 54 32 10 0010 00 11 22 33 44 55 66 77 Plaintext 0000 01 23 45 67 89 ab cd ef fe dc ba 98 76 54 32 10 Ciphertext 0000 b4 99 34 01 b3 e9 96 f8 4e e5 ce e7 d7 9b 09 b9 Testing cipher CAMELLIA-256-ECB(encrypt/decrypt) Key 0000 01 23 45 67 89 ab cd ef fe dc ba 98 76 54 32 10 0010 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff Plaintext 0000 01 23 45 67 89 ab cd ef fe dc ba 98 76 54 32 10 Ciphertext 0000 9a cc 23 7d ff 16 d7 6c 20 ef 7c 91 9e 3a 75 09 Testing cipher CAMELLIA-128-ECB(encrypt) Key 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff Ciphertext 0000 77 cf 41 20 67 af 82 70 61 35 29 14 99 19 54 6f Testing cipher CAMELLIA-192-ECB(encrypt) Key 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 Plaintext 0000 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff Ciphertext 0000 b2 2f 3c 36 b7 2d 31 32 9e ee 8a dd c2 90 6c 68 Testing cipher CAMELLIA-256-ECB(encrypt) Key 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f Plaintext 0000 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff Ciphertext 0000 2e df 1f 34 18 d5 3b 88 84 1f c8 98 5f b1 ec f2 Testing cipher CAMELLIA-128-ECB(encrypt/decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 43 2f c5 dc d6 28 11 5b 7c 38 8d 77 0b 27 0c 96 Testing cipher CAMELLIA-128-ECB(encrypt/decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 0b e1 f1 40 23 78 2a 22 e8 38 4c 5a bb 7f ab 2b Testing cipher CAMELLIA-128-ECB(encrypt/decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 a0 a1 ab cd 18 93 ab 6f e0 fe 5b 65 df 5f 86 36 Testing cipher CAMELLIA-128-ECB(encrypt/decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 e6 19 25 e0 d5 df aa 9b b2 9f 81 5b 30 76 e5 1a Testing cipher CAMELLIA-192-ECB(encrypt/decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 cc cc 6c 4e 13 8b 45 84 85 14 d4 8d 0d 34 39 d3 Testing cipher CAMELLIA-192-ECB(encrypt/decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 57 13 c6 2c 14 b2 ec 0f 83 93 b6 af d6 f5 78 5a Testing cipher CAMELLIA-192-ECB(encrypt/decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 b4 0e d2 b6 0e b5 4d 09 d0 30 cf 51 1f ee f3 66 Testing cipher CAMELLIA-192-ECB(encrypt/decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 90 9d bd 95 79 90 96 74 8c b2 73 57 e7 3e 1d 26 Testing cipher CAMELLIA-256-ECB(encrypt/decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 be fd 21 9b 11 2f a0 00 98 91 9c d1 01 c9 cc fa Testing cipher CAMELLIA-256-ECB(encrypt/decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 c9 1d 3a 8f 1a ea 08 a9 38 6c f4 b6 6c 01 69 ea Testing cipher CAMELLIA-256-ECB(encrypt/decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 a6 23 d7 11 dc 5f 25 a5 1b b8 a8 0d 56 39 7d 28 Testing cipher CAMELLIA-256-ECB(encrypt/decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 79 60 10 9f b6 dc 42 94 7f cf e5 9e a3 c5 eb 6b Testing cipher CAMELLIA-128-CBC(encrypt/decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 16 07 cf 49 4b 36 bb f0 0d ae b0 b5 03 c8 31 ab Testing cipher CAMELLIA-128-CBC(encrypt/decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 16 07 cf 49 4b 36 bb f0 0d ae b0 b5 03 c8 31 ab Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 a2 f2 cf 67 16 29 ef 78 40 c5 a5 df b5 07 48 87 Testing cipher CAMELLIA-128-CBC(encrypt/decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 a2 f2 cf 67 16 29 ef 78 40 c5 a5 df b5 07 48 87 Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 0f 06 16 50 08 cf 8b 8b 5a 63 58 63 62 54 3e 54 Testing cipher CAMELLIA-128-CBC(encrypt/decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 36 a8 4c da fd 5f 9a 85 ad a0 f0 a9 93 d6 d5 77 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 74 c6 42 68 cd b8 b8 fa f5 b3 4e 8a f3 73 29 80 Testing cipher CAMELLIA-192-CBC(encrypt/decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 2a 48 30 ab 5a c4 a1 a2 40 59 55 fd 21 95 cf 93 Testing cipher CAMELLIA-192-CBC(encrypt/decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 2a 48 30 ab 5a c4 a1 a2 40 59 55 fd 21 95 cf 93 Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 5d 5a 86 9b d1 4c e5 42 64 f8 92 a6 dd 2e c3 d5 Testing cipher CAMELLIA-192-CBC(encrypt/decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 5d 5a 86 9b d1 4c e5 42 64 f8 92 a6 dd 2e c3 d5 Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 37 d3 59 c3 34 98 36 d8 84 e3 10 ad df 68 c4 49 Testing cipher CAMELLIA-192-CBC(encrypt/decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 37 d3 59 c3 34 98 36 d8 84 e3 10 ad df 68 c4 49 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 01 fa aa 93 0b 4a b9 91 6e 96 68 e1 42 8c 6b 08 Testing cipher CAMELLIA-256-CBC(encrypt/decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 e6 cf a3 5f c0 2b 13 4a 4d 2c 0b 67 37 ac 3e da Testing cipher CAMELLIA-256-CBC(encrypt/decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 e6 cf a3 5f c0 2b 13 4a 4d 2c 0b 67 37 ac 3e da Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 36 cb eb 73 bd 50 4b 40 70 b1 b7 de 2b 21 eb 50 Testing cipher CAMELLIA-256-CBC(encrypt/decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 36 cb eb 73 bd 50 4b 40 70 b1 b7 de 2b 21 eb 50 Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 e3 1a 60 55 29 7d 96 ca 33 30 cd f1 b1 86 0a 83 Testing cipher CAMELLIA-256-CBC(encrypt/decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 e3 1a 60 55 29 7d 96 ca 33 30 cd f1 b1 86 0a 83 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 5d 56 3f 6d 1c cc f2 36 05 1c 0c 5c 1c 58 f2 8f Testing cipher CAMELLIA-128-CFB(encrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 14 f7 64 61 87 81 7e b5 86 59 91 46 b8 2b d7 19 Testing cipher CAMELLIA-128-CFB(encrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 14 f7 64 61 87 81 7e b5 86 59 91 46 b8 2b d7 19 Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 a5 3d 28 bb 82 df 74 11 03 ea 4f 92 1a 44 88 0b Testing cipher CAMELLIA-128-CFB(encrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 a5 3d 28 bb 82 df 74 11 03 ea 4f 92 1a 44 88 0b Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 9c 21 57 a6 64 62 6d 1d ef 9e a4 20 fd e6 9b 96 Testing cipher CAMELLIA-128-CFB(encrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 9c 21 57 a6 64 62 6d 1d ef 9e a4 20 fd e6 9b 96 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 74 2a 25 f0 54 23 40 c7 ba ef 24 ca 84 82 bb 09 Testing cipher CAMELLIA-128-CFB(decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 14 f7 64 61 87 81 7e b5 86 59 91 46 b8 2b d7 19 Testing cipher CAMELLIA-128-CFB(decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 14 f7 64 61 87 81 7e b5 86 59 91 46 b8 2b d7 19 Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 a5 3d 28 bb 82 df 74 11 03 ea 4f 92 1a 44 88 0b Testing cipher CAMELLIA-128-CFB(decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 a5 3d 28 bb 82 df 74 11 03 ea 4f 92 1a 44 88 0b Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 9c 21 57 a6 64 62 6d 1d ef 9e a4 20 fd e6 9b 96 Testing cipher CAMELLIA-128-CFB(decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 9c 21 57 a6 64 62 6d 1d ef 9e a4 20 fd e6 9b 96 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 74 2a 25 f0 54 23 40 c7 ba ef 24 ca 84 82 bb 09 Testing cipher CAMELLIA-192-CFB(encrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 c8 32 bb 97 80 67 7d aa 82 d9 b6 86 0d cd 56 5e Testing cipher CAMELLIA-192-CFB(encrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 c8 32 bb 97 80 67 7d aa 82 d9 b6 86 0d cd 56 5e Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 86 f8 49 16 27 90 6d 78 0c 7a 6d 46 ea 33 1f 98 Testing cipher CAMELLIA-192-CFB(encrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 86 f8 49 16 27 90 6d 78 0c 7a 6d 46 ea 33 1f 98 Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 69 51 1c ce 59 4c f7 10 cb 98 bb 63 d7 22 1f 01 Testing cipher CAMELLIA-192-CFB(encrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 69 51 1c ce 59 4c f7 10 cb 98 bb 63 d7 22 1f 01 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 d5 b5 37 8a 3a be d5 58 03 f2 55 65 d8 90 7b 84 Testing cipher CAMELLIA-192-CFB(decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 c8 32 bb 97 80 67 7d aa 82 d9 b6 86 0d cd 56 5e Testing cipher CAMELLIA-192-CFB(decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 c8 32 bb 97 80 67 7d aa 82 d9 b6 86 0d cd 56 5e Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 86 f8 49 16 27 90 6d 78 0c 7a 6d 46 ea 33 1f 98 Testing cipher CAMELLIA-192-CFB(decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 86 f8 49 16 27 90 6d 78 0c 7a 6d 46 ea 33 1f 98 Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 69 51 1c ce 59 4c f7 10 cb 98 bb 63 d7 22 1f 01 Testing cipher CAMELLIA-192-CFB(decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 69 51 1c ce 59 4c f7 10 cb 98 bb 63 d7 22 1f 01 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 d5 b5 37 8a 3a be d5 58 03 f2 55 65 d8 90 7b 84 Testing cipher CAMELLIA-256-CFB(encrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 cf 61 07 bb 0c ea 7d 7f b1 bd 31 f5 e7 b0 6c 93 Testing cipher CAMELLIA-256-CFB(encrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 cf 61 07 bb 0c ea 7d 7f b1 bd 31 f5 e7 b0 6c 93 Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 89 be db 4c cd d8 64 ea 11 ba 4c be 84 9b 5e 2b Testing cipher CAMELLIA-256-CFB(encrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 89 be db 4c cd d8 64 ea 11 ba 4c be 84 9b 5e 2b Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 55 5f c3 f3 4b dd 2d 54 c6 2d 9e 3b f3 38 c1 c4 Testing cipher CAMELLIA-256-CFB(encrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 55 5f c3 f3 4b dd 2d 54 c6 2d 9e 3b f3 38 c1 c4 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 59 53 ad ce 14 db 8c 7f 39 f1 bd 39 f3 59 bf fa Testing cipher CAMELLIA-256-CFB(decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 cf 61 07 bb 0c ea 7d 7f b1 bd 31 f5 e7 b0 6c 93 Testing cipher CAMELLIA-256-CFB(decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 cf 61 07 bb 0c ea 7d 7f b1 bd 31 f5 e7 b0 6c 93 Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 89 be db 4c cd d8 64 ea 11 ba 4c be 84 9b 5e 2b Testing cipher CAMELLIA-256-CFB(decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 89 be db 4c cd d8 64 ea 11 ba 4c be 84 9b 5e 2b Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 55 5f c3 f3 4b dd 2d 54 c6 2d 9e 3b f3 38 c1 c4 Testing cipher CAMELLIA-256-CFB(decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 55 5f c3 f3 4b dd 2d 54 c6 2d 9e 3b f3 38 c1 c4 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 59 53 ad ce 14 db 8c 7f 39 f1 bd 39 f3 59 bf fa Testing cipher CAMELLIA-128-OFB(encrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 14 f7 64 61 87 81 7e b5 86 59 91 46 b8 2b d7 19 Testing cipher CAMELLIA-128-OFB(encrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 50 fe 67 cc 99 6d 32 b6 da 09 37 e9 9b af ec 60 Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 25 62 3d b5 69 ca 51 e0 14 82 64 99 77 e2 8d 84 Testing cipher CAMELLIA-128-OFB(encrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 d9 a4 da da 08 92 23 9f 6b 8b 3d 76 80 e1 56 74 Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 c7 76 63 4a 60 72 9d c6 57 d1 2b 9f ca 80 1e 98 Testing cipher CAMELLIA-128-OFB(encrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 a7 88 19 58 3f 03 08 e7 a6 bf 36 b1 38 6a bf 23 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 d7 76 37 9b e0 e5 08 25 e6 81 da 1a 4c 98 0e 8e Testing cipher CAMELLIA-128-OFB(decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 14 f7 64 61 87 81 7e b5 86 59 91 46 b8 2b d7 19 Testing cipher CAMELLIA-128-OFB(decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 50 fe 67 cc 99 6d 32 b6 da 09 37 e9 9b af ec 60 Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 25 62 3d b5 69 ca 51 e0 14 82 64 99 77 e2 8d 84 Testing cipher CAMELLIA-128-OFB(decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 d9 a4 da da 08 92 23 9f 6b 8b 3d 76 80 e1 56 74 Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 c7 76 63 4a 60 72 9d c6 57 d1 2b 9f ca 80 1e 98 Testing cipher CAMELLIA-128-OFB(decrypt) Key 0000 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c IV 0000 a7 88 19 58 3f 03 08 e7 a6 bf 36 b1 38 6a bf 23 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 d7 76 37 9b e0 e5 08 25 e6 81 da 1a 4c 98 0e 8e Testing cipher CAMELLIA-192-OFB(encrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 c8 32 bb 97 80 67 7d aa 82 d9 b6 86 0d cd 56 5e Testing cipher CAMELLIA-192-OFB(encrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 a6 09 b3 8d f3 b1 13 3d dd ff 27 18 ba 09 56 5e Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 8e ce b7 d0 35 0d 72 c7 f7 85 62 ae bd f9 93 39 Testing cipher CAMELLIA-192-OFB(encrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 52 ef 01 da 52 60 2f e0 97 5f 78 ac 84 bf 8a 50 Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 bd d6 2d bb b9 70 08 46 c5 3b 50 7f 54 46 96 f0 Testing cipher CAMELLIA-192-OFB(encrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 bd 52 86 ac 63 aa bd 7e b0 67 ac 54 b5 53 f7 1d Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 e2 80 14 e0 46 b8 02 f3 85 c4 c2 e1 3e ad 4a 72 Testing cipher CAMELLIA-192-OFB(decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 c8 32 bb 97 80 67 7d aa 82 d9 b6 86 0d cd 56 5e Testing cipher CAMELLIA-192-OFB(decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 a6 09 b3 8d f3 b1 13 3d dd ff 27 18 ba 09 56 5e Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 8e ce b7 d0 35 0d 72 c7 f7 85 62 ae bd f9 93 39 Testing cipher CAMELLIA-192-OFB(decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 52 ef 01 da 52 60 2f e0 97 5f 78 ac 84 bf 8a 50 Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 bd d6 2d bb b9 70 08 46 c5 3b 50 7f 54 46 96 f0 Testing cipher CAMELLIA-192-OFB(decrypt) Key 0000 8e 73 b0 f7 da 0e 64 52 c8 10 f3 2b 80 90 79 e5 0010 62 f8 ea d2 52 2c 6b 7b IV 0000 bd 52 86 ac 63 aa bd 7e b0 67 ac 54 b5 53 f7 1d Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 e2 80 14 e0 46 b8 02 f3 85 c4 c2 e1 3e ad 4a 72 Testing cipher CAMELLIA-256-OFB(encrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 cf 61 07 bb 0c ea 7d 7f b1 bd 31 f5 e7 b0 6c 93 Testing cipher CAMELLIA-256-OFB(encrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 b7 bf 3a 5d f4 39 89 dd 97 f0 fa 97 eb ce 2f 4a Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 12 7a d9 7e 8e 39 94 e4 82 00 27 d7 ba 10 93 68 Testing cipher CAMELLIA-256-OFB(encrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 e1 c6 56 30 5e d1 a7 a6 56 38 05 74 6f e0 3e dc Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 6b ff 62 65 a6 a6 b7 a5 35 bc 65 a8 0b 17 21 4e Testing cipher CAMELLIA-256-OFB(encrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 41 63 5b e6 25 b4 8a fc 16 66 dd 42 a0 9d 96 e7 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 0a 4a 04 04 e2 6a a7 8a 27 cb 27 1e 8b f3 cf 20 Testing cipher CAMELLIA-256-OFB(decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a Ciphertext 0000 cf 61 07 bb 0c ea 7d 7f b1 bd 31 f5 e7 b0 6c 93 Testing cipher CAMELLIA-256-OFB(decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 b7 bf 3a 5d f4 39 89 dd 97 f0 fa 97 eb ce 2f 4a Plaintext 0000 ae 2d 8a 57 1e 03 ac 9c 9e b7 6f ac 45 af 8e 51 Ciphertext 0000 12 7a d9 7e 8e 39 94 e4 82 00 27 d7 ba 10 93 68 Testing cipher CAMELLIA-256-OFB(decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 e1 c6 56 30 5e d1 a7 a6 56 38 05 74 6f e0 3e dc Plaintext 0000 30 c8 1c 46 a3 5c e4 11 e5 fb c1 19 1a 0a 52 ef Ciphertext 0000 6b ff 62 65 a6 a6 b7 a5 35 bc 65 a8 0b 17 21 4e Testing cipher CAMELLIA-256-OFB(decrypt) Key 0000 60 3d eb 10 15 ca 71 be 2b 73 ae f0 85 7d 77 81 0010 1f 35 2c 07 3b 61 08 d7 2d 98 10 a3 09 14 df f4 IV 0000 41 63 5b e6 25 b4 8a fc 16 66 dd 42 a0 9d 96 e7 Plaintext 0000 f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 Ciphertext 0000 0a 4a 04 04 e2 6a a7 8a 27 cb 27 1e 8b f3 cf 20 Testing cipher SEED-ECB(decrypt) Key 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Ciphertext 0000 5e ba c6 e0 05 4e 16 68 19 af f1 cc 6d 34 6c db Testing cipher SEED-ECB(decrypt) Key 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Ciphertext 0000 c1 1f 22 f2 01 40 50 50 84 48 35 97 e4 37 0f 43 Testing cipher SEED-ECB(decrypt) Key 0000 47 06 48 08 51 e6 1b e8 5d 74 bf b3 fd 95 61 85 Plaintext 0000 83 a2 f8 a2 88 64 1f b9 a4 e9 a5 cc 2f 13 1c 7d Ciphertext 0000 ee 54 d1 3e bc ae 70 6d 22 6b c3 14 2c d4 0d 4a Testing cipher SEED-ECB(decrypt) Key 0000 28 db c3 bc 49 ff d8 7d cf a5 09 b1 1d 42 2b e7 Plaintext 0000 b4 1e 6b e2 eb a8 4a 14 8e 2e ed 84 59 3c 5e c7 Ciphertext 0000 9b 9b 7b fc d1 81 3c b9 5d 0b 36 18 f4 0f 51 22 Testing cipher SEED-ECB(encrypt) Key 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Ciphertext 0000 5e ba c6 e0 05 4e 16 68 19 af f1 cc 6d 34 6c db Testing cipher SEED-ECB(encrypt) Key 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Ciphertext 0000 c1 1f 22 f2 01 40 50 50 84 48 35 97 e4 37 0f 43 Testing cipher SEED-ECB(encrypt) Key 0000 47 06 48 08 51 e6 1b e8 5d 74 bf b3 fd 95 61 85 Plaintext 0000 83 a2 f8 a2 88 64 1f b9 a4 e9 a5 cc 2f 13 1c 7d Ciphertext 0000 ee 54 d1 3e bc ae 70 6d 22 6b c3 14 2c d4 0d 4a Testing cipher SEED-ECB(encrypt) Key 0000 28 db c3 bc 49 ff d8 7d cf a5 09 b1 1d 42 2b e7 Plaintext 0000 b4 1e 6b e2 eb a8 4a 14 8e 2e ed 84 59 3c 5e c7 Ciphertext 0000 9b 9b 7b fc d1 81 3c b9 5d 0b 36 18 f4 0f 51 22 Testing cipher id-aes256-CCM(encrypt/decrypt) Key 0000 1b de 32 51 d4 1a 8b 5e a0 13 c1 95 ae 12 8b 21 0010 8b 3e 03 06 37 63 57 07 7e f1 c1 c7 85 48 b9 2e IV 0000 5b 8e 40 74 6f 6b 98 e0 0f 1d 13 ff 41 Plaintext 0000 53 bd 72 a9 70 89 e3 12 42 2b f7 2e 24 23 77 b3 0010 c6 ee 3e 20 75 38 9b 99 9c 4e f7 f2 8b d2 b8 0a Ciphertext 0000 9a 5f cc cd b4 cf 04 e7 29 3d 27 75 cc 76 a4 88 0010 f0 42 38 2d 94 9b 43 b7 d6 bb 2b 98 64 78 67 26 AAD 0000 c1 7a 32 51 4e b6 10 3f 32 49 e0 76 d4 c8 71 dc 0010 97 e0 4b 28 66 99 e5 44 91 dc 18 f6 d7 34 d4 c0 Tag 0000 20 24 93 1d 73 bc a4 80 c2 4a 24 ec e6 b6 c2 bf Testing cipher id-aes128-GCM(encrypt/decrypt) Key 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 IV 0000 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext Ciphertext Tag 0000 58 e2 fc ce fa 7e 30 61 36 7f 1d 57 a4 e7 45 5a Testing cipher id-aes128-GCM(encrypt/decrypt) Key 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 IV 0000 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Ciphertext 0000 03 88 da ce 60 b6 a3 92 f3 28 c2 b9 71 b2 fe 78 Tag 0000 ab 6e 47 d4 2c ec 13 bd f5 3a 67 b2 12 57 bd df Testing cipher id-aes128-GCM(encrypt/decrypt) Key 0000 fe ff e9 92 86 65 73 1c 6d 6a 8f 94 67 30 83 08 IV 0000 ca fe ba be fa ce db ad de ca f8 88 Plaintext 0000 d9 31 32 25 f8 84 06 e5 a5 59 09 c5 af f5 26 9a 0010 86 a7 a9 53 15 34 f7 da 2e 4c 30 3d 8a 31 8a 72 0020 1c 3c 0c 95 95 68 09 53 2f cf 0e 24 49 a6 b5 25 0030 b1 6a ed f5 aa 0d e6 57 ba 63 7b 39 1a af d2 55 Ciphertext 0000 42 83 1e c2 21 77 74 24 4b 72 21 b7 84 d0 d4 9c 0010 e3 aa 21 2f 2c 02 a4 e0 35 c1 7e 23 29 ac a1 2e 0020 21 d5 14 b2 54 66 93 1c 7d 8f 6a 5a ac 84 aa 05 0030 1b a3 0b 39 6a 0a ac 97 3d 58 e0 91 47 3f 59 85 Tag 0000 4d 5c 2a f3 27 cd 64 a6 2c f3 5a bd 2b a6 fa b4 Testing cipher id-aes128-GCM(encrypt/decrypt) Key 0000 fe ff e9 92 86 65 73 1c 6d 6a 8f 94 67 30 83 08 IV 0000 ca fe ba be fa ce db ad de ca f8 88 Plaintext 0000 d9 31 32 25 f8 84 06 e5 a5 59 09 c5 af f5 26 9a 0010 86 a7 a9 53 15 34 f7 da 2e 4c 30 3d 8a 31 8a 72 0020 1c 3c 0c 95 95 68 09 53 2f cf 0e 24 49 a6 b5 25 0030 b1 6a ed f5 aa 0d e6 57 ba 63 7b 39 Ciphertext 0000 42 83 1e c2 21 77 74 24 4b 72 21 b7 84 d0 d4 9c 0010 e3 aa 21 2f 2c 02 a4 e0 35 c1 7e 23 29 ac a1 2e 0020 21 d5 14 b2 54 66 93 1c 7d 8f 6a 5a ac 84 aa 05 0030 1b a3 0b 39 6a 0a ac 97 3d 58 e0 91 AAD 0000 fe ed fa ce de ad be ef fe ed fa ce de ad be ef 0010 ab ad da d2 Tag 0000 5b c9 4f bc 32 21 a5 db 94 fa e9 5a e7 12 1a 47 Testing cipher id-aes128-GCM(encrypt/decrypt) Key 0000 fe ff e9 92 86 65 73 1c 6d 6a 8f 94 67 30 83 08 IV 0000 ca fe ba be fa ce db ad Plaintext 0000 d9 31 32 25 f8 84 06 e5 a5 59 09 c5 af f5 26 9a 0010 86 a7 a9 53 15 34 f7 da 2e 4c 30 3d 8a 31 8a 72 0020 1c 3c 0c 95 95 68 09 53 2f cf 0e 24 49 a6 b5 25 0030 b1 6a ed f5 aa 0d e6 57 ba 63 7b 39 Ciphertext 0000 61 35 3b 4c 28 06 93 4a 77 7f f5 1f a2 2a 47 55 0010 69 9b 2a 71 4f cd c6 f8 37 66 e5 f9 7b 6c 74 23 0020 73 80 69 00 e4 9f 24 b2 2b 09 75 44 d4 89 6b 42 0030 49 89 b5 e1 eb ac 0f 07 c2 3f 45 98 AAD 0000 fe ed fa ce de ad be ef fe ed fa ce de ad be ef 0010 ab ad da d2 Tag 0000 36 12 d2 e7 9e 3b 07 85 56 1b e1 4a ac a2 fc cb Testing cipher id-aes128-GCM(encrypt/decrypt) Key 0000 fe ff e9 92 86 65 73 1c 6d 6a 8f 94 67 30 83 08 IV 0000 93 13 22 5d f8 84 06 e5 55 90 9c 5a ff 52 69 aa 0010 6a 7a 95 38 53 4f 7d a1 e4 c3 03 d2 a3 18 a7 28 0020 c3 c0 c9 51 56 80 95 39 fc f0 e2 42 9a 6b 52 54 0030 16 ae db f5 a0 de 6a 57 a6 37 b3 9b Plaintext 0000 d9 31 32 25 f8 84 06 e5 a5 59 09 c5 af f5 26 9a 0010 86 a7 a9 53 15 34 f7 da 2e 4c 30 3d 8a 31 8a 72 0020 1c 3c 0c 95 95 68 09 53 2f cf 0e 24 49 a6 b5 25 0030 b1 6a ed f5 aa 0d e6 57 ba 63 7b 39 Ciphertext 0000 8c e2 49 98 62 56 15 b6 03 a0 33 ac a1 3f b8 94 0010 be 91 12 a5 c3 a2 11 a8 ba 26 2a 3c ca 7e 2c a7 0020 01 e4 a9 a4 fb a4 3c 90 cc dc b2 81 d4 8c 7c 6f 0030 d6 28 75 d2 ac a4 17 03 4c 34 ae e5 AAD 0000 fe ed fa ce de ad be ef fe ed fa ce de ad be ef 0010 ab ad da d2 Tag 0000 61 9c c5 ae ff fe 0b fa 46 2a f4 3c 16 99 d0 50 Testing cipher id-aes192-GCM(encrypt/decrypt) Key 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0010 00 00 00 00 00 00 00 00 IV 0000 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext Ciphertext Tag 0000 cd 33 b2 8a c7 73 f7 4b a0 0e d1 f3 12 57 24 35 Testing cipher id-aes192-GCM(encrypt/decrypt) Key 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0010 00 00 00 00 00 00 00 00 IV 0000 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Ciphertext 0000 98 e7 24 7c 07 f0 fe 41 1c 26 7e 43 84 b0 f6 00 Tag 0000 2f f5 8d 80 03 39 27 ab 8e f4 d4 58 75 14 f0 fb Testing cipher id-aes192-GCM(encrypt/decrypt) Key 0000 fe ff e9 92 86 65 73 1c 6d 6a 8f 94 67 30 83 08 0010 fe ff e9 92 86 65 73 1c IV 0000 ca fe ba be fa ce db ad de ca f8 88 Plaintext 0000 d9 31 32 25 f8 84 06 e5 a5 59 09 c5 af f5 26 9a 0010 86 a7 a9 53 15 34 f7 da 2e 4c 30 3d 8a 31 8a 72 0020 1c 3c 0c 95 95 68 09 53 2f cf 0e 24 49 a6 b5 25 0030 b1 6a ed f5 aa 0d e6 57 ba 63 7b 39 1a af d2 55 Ciphertext 0000 39 80 ca 0b 3c 00 e8 41 eb 06 fa c4 87 2a 27 57 0010 85 9e 1c ea a6 ef d9 84 62 85 93 b4 0c a1 e1 9c 0020 7d 77 3d 00 c1 44 c5 25 ac 61 9d 18 c8 4a 3f 47 0030 18 e2 44 8b 2f e3 24 d9 cc da 27 10 ac ad e2 56 Tag 0000 99 24 a7 c8 58 73 36 bf b1 18 02 4d b8 67 4a 14 Testing cipher id-aes192-GCM(encrypt/decrypt) Key 0000 fe ff e9 92 86 65 73 1c 6d 6a 8f 94 67 30 83 08 0010 fe ff e9 92 86 65 73 1c IV 0000 ca fe ba be fa ce db ad de ca f8 88 Plaintext 0000 d9 31 32 25 f8 84 06 e5 a5 59 09 c5 af f5 26 9a 0010 86 a7 a9 53 15 34 f7 da 2e 4c 30 3d 8a 31 8a 72 0020 1c 3c 0c 95 95 68 09 53 2f cf 0e 24 49 a6 b5 25 0030 b1 6a ed f5 aa 0d e6 57 ba 63 7b 39 Ciphertext 0000 39 80 ca 0b 3c 00 e8 41 eb 06 fa c4 87 2a 27 57 0010 85 9e 1c ea a6 ef d9 84 62 85 93 b4 0c a1 e1 9c 0020 7d 77 3d 00 c1 44 c5 25 ac 61 9d 18 c8 4a 3f 47 0030 18 e2 44 8b 2f e3 24 d9 cc da 27 10 AAD 0000 fe ed fa ce de ad be ef fe ed fa ce de ad be ef 0010 ab ad da d2 Tag 0000 25 19 49 8e 80 f1 47 8f 37 ba 55 bd 6d 27 61 8c Testing cipher id-aes192-GCM(encrypt/decrypt) Key 0000 fe ff e9 92 86 65 73 1c 6d 6a 8f 94 67 30 83 08 0010 fe ff e9 92 86 65 73 1c IV 0000 ca fe ba be fa ce db ad Plaintext 0000 d9 31 32 25 f8 84 06 e5 a5 59 09 c5 af f5 26 9a 0010 86 a7 a9 53 15 34 f7 da 2e 4c 30 3d 8a 31 8a 72 0020 1c 3c 0c 95 95 68 09 53 2f cf 0e 24 49 a6 b5 25 0030 b1 6a ed f5 aa 0d e6 57 ba 63 7b 39 Ciphertext 0000 0f 10 f5 99 ae 14 a1 54 ed 24 b3 6e 25 32 4d b8 0010 c5 66 63 2e f2 bb b3 4f 83 47 28 0f c4 50 70 57 0020 fd dc 29 df 9a 47 1f 75 c6 65 41 d4 d4 da d1 c9 0030 e9 3a 19 a5 8e 8b 47 3f a0 f0 62 f7 AAD 0000 fe ed fa ce de ad be ef fe ed fa ce de ad be ef 0010 ab ad da d2 Tag 0000 65 dc c5 7f cf 62 3a 24 09 4f cc a4 0d 35 33 f8 Testing cipher id-aes192-GCM(encrypt/decrypt) Key 0000 fe ff e9 92 86 65 73 1c 6d 6a 8f 94 67 30 83 08 0010 fe ff e9 92 86 65 73 1c IV 0000 93 13 22 5d f8 84 06 e5 55 90 9c 5a ff 52 69 aa 0010 6a 7a 95 38 53 4f 7d a1 e4 c3 03 d2 a3 18 a7 28 0020 c3 c0 c9 51 56 80 95 39 fc f0 e2 42 9a 6b 52 54 0030 16 ae db f5 a0 de 6a 57 a6 37 b3 9b Plaintext 0000 d9 31 32 25 f8 84 06 e5 a5 59 09 c5 af f5 26 9a 0010 86 a7 a9 53 15 34 f7 da 2e 4c 30 3d 8a 31 8a 72 0020 1c 3c 0c 95 95 68 09 53 2f cf 0e 24 49 a6 b5 25 0030 b1 6a ed f5 aa 0d e6 57 ba 63 7b 39 Ciphertext 0000 d2 7e 88 68 1c e3 24 3c 48 30 16 5a 8f dc f9 ff 0010 1d e9 a1 d8 e6 b4 47 ef 6e f7 b7 98 28 66 6e 45 0020 81 e7 90 12 af 34 dd d9 e2 f0 37 58 9b 29 2d b3 0030 e6 7c 03 67 45 fa 22 e7 e9 b7 37 3b AAD 0000 fe ed fa ce de ad be ef fe ed fa ce de ad be ef 0010 ab ad da d2 Tag 0000 dc f5 66 ff 29 1c 25 bb b8 56 8f c3 d3 76 a6 d9 Testing cipher id-aes256-GCM(encrypt/decrypt) Key 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 IV 0000 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext Ciphertext Tag 0000 53 0f 8a fb c7 45 36 b9 a9 63 b4 f1 c4 cb 73 8b Testing cipher id-aes256-GCM(encrypt/decrypt) Key 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 IV 0000 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Ciphertext 0000 ce a7 40 3d 4d 60 6b 6e 07 4e c5 d3 ba f3 9d 18 Tag 0000 d0 d1 c8 a7 99 99 6b f0 26 5b 98 b5 d4 8a b9 19 Testing cipher id-aes256-GCM(encrypt/decrypt) Key 0000 fe ff e9 92 86 65 73 1c 6d 6a 8f 94 67 30 83 08 0010 fe ff e9 92 86 65 73 1c 6d 6a 8f 94 67 30 83 08 IV 0000 ca fe ba be fa ce db ad de ca f8 88 Plaintext 0000 d9 31 32 25 f8 84 06 e5 a5 59 09 c5 af f5 26 9a 0010 86 a7 a9 53 15 34 f7 da 2e 4c 30 3d 8a 31 8a 72 0020 1c 3c 0c 95 95 68 09 53 2f cf 0e 24 49 a6 b5 25 0030 b1 6a ed f5 aa 0d e6 57 ba 63 7b 39 1a af d2 55 Ciphertext 0000 52 2d c1 f0 99 56 7d 07 f4 7f 37 a3 2a 84 42 7d 0010 64 3a 8c dc bf e5 c0 c9 75 98 a2 bd 25 55 d1 aa 0020 8c b0 8e 48 59 0d bb 3d a7 b0 8b 10 56 82 88 38 0030 c5 f6 1e 63 93 ba 7a 0a bc c9 f6 62 89 80 15 ad Tag 0000 b0 94 da c5 d9 34 71 bd ec 1a 50 22 70 e3 cc 6c Testing cipher id-aes256-GCM(encrypt/decrypt) Key 0000 fe ff e9 92 86 65 73 1c 6d 6a 8f 94 67 30 83 08 0010 fe ff e9 92 86 65 73 1c 6d 6a 8f 94 67 30 83 08 IV 0000 ca fe ba be fa ce db ad de ca f8 88 Plaintext 0000 d9 31 32 25 f8 84 06 e5 a5 59 09 c5 af f5 26 9a 0010 86 a7 a9 53 15 34 f7 da 2e 4c 30 3d 8a 31 8a 72 0020 1c 3c 0c 95 95 68 09 53 2f cf 0e 24 49 a6 b5 25 0030 b1 6a ed f5 aa 0d e6 57 ba 63 7b 39 Ciphertext 0000 52 2d c1 f0 99 56 7d 07 f4 7f 37 a3 2a 84 42 7d 0010 64 3a 8c dc bf e5 c0 c9 75 98 a2 bd 25 55 d1 aa 0020 8c b0 8e 48 59 0d bb 3d a7 b0 8b 10 56 82 88 38 0030 c5 f6 1e 63 93 ba 7a 0a bc c9 f6 62 AAD 0000 fe ed fa ce de ad be ef fe ed fa ce de ad be ef 0010 ab ad da d2 Tag 0000 76 fc 6e ce 0f 4e 17 68 cd df 88 53 bb 2d 55 1b Testing cipher id-aes256-GCM(encrypt/decrypt) Key 0000 fe ff e9 92 86 65 73 1c 6d 6a 8f 94 67 30 83 08 0010 fe ff e9 92 86 65 73 1c 6d 6a 8f 94 67 30 83 08 IV 0000 ca fe ba be fa ce db ad Plaintext 0000 d9 31 32 25 f8 84 06 e5 a5 59 09 c5 af f5 26 9a 0010 86 a7 a9 53 15 34 f7 da 2e 4c 30 3d 8a 31 8a 72 0020 1c 3c 0c 95 95 68 09 53 2f cf 0e 24 49 a6 b5 25 0030 b1 6a ed f5 aa 0d e6 57 ba 63 7b 39 Ciphertext 0000 c3 76 2d f1 ca 78 7d 32 ae 47 c1 3b f1 98 44 cb 0010 af 1a e1 4d 0b 97 6a fa c5 2f f7 d7 9b ba 9d e0 0020 fe b5 82 d3 39 34 a4 f0 95 4c c2 36 3b c7 3f 78 0030 62 ac 43 0e 64 ab e4 99 f4 7c 9b 1f AAD 0000 fe ed fa ce de ad be ef fe ed fa ce de ad be ef 0010 ab ad da d2 Tag 0000 3a 33 7d bf 46 a7 92 c4 5e 45 49 13 fe 2e a8 f2 Testing cipher id-aes256-GCM(encrypt/decrypt) Key 0000 fe ff e9 92 86 65 73 1c 6d 6a 8f 94 67 30 83 08 0010 fe ff e9 92 86 65 73 1c 6d 6a 8f 94 67 30 83 08 IV 0000 93 13 22 5d f8 84 06 e5 55 90 9c 5a ff 52 69 aa 0010 6a 7a 95 38 53 4f 7d a1 e4 c3 03 d2 a3 18 a7 28 0020 c3 c0 c9 51 56 80 95 39 fc f0 e2 42 9a 6b 52 54 0030 16 ae db f5 a0 de 6a 57 a6 37 b3 9b Plaintext 0000 d9 31 32 25 f8 84 06 e5 a5 59 09 c5 af f5 26 9a 0010 86 a7 a9 53 15 34 f7 da 2e 4c 30 3d 8a 31 8a 72 0020 1c 3c 0c 95 95 68 09 53 2f cf 0e 24 49 a6 b5 25 0030 b1 6a ed f5 aa 0d e6 57 ba 63 7b 39 Ciphertext 0000 5a 8d ef 2f 0c 9e 53 f1 f7 5d 78 53 65 9e 2a 20 0010 ee b2 b2 2a af de 64 19 a0 58 ab 4f 6f 74 6b f4 0020 0f c0 c3 b7 80 f2 44 45 2d a3 eb f1 c5 d8 2c de 0030 a2 41 89 97 20 0e f8 2e 44 ae 7e 3f AAD 0000 fe ed fa ce de ad be ef fe ed fa ce de ad be ef 0010 ab ad da d2 Tag 0000 a4 4a 82 66 ee 1c 8e b0 c8 b5 d4 cf 5a e9 f1 9a Testing cipher id-aes128-GCM(encrypt/decrypt) Key 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 IV 0000 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext Ciphertext AAD 0000 d9 31 32 25 f8 84 06 e5 a5 59 09 c5 af f5 26 9a 0010 86 a7 a9 53 15 34 f7 da 2e 4c 30 3d 8a 31 8a 72 0020 1c 3c 0c 95 95 68 09 53 2f cf 0e 24 49 a6 b5 25 0030 b1 6a ed f5 aa 0d e6 57 ba 63 7b 39 1a af d2 55 0040 52 2d c1 f0 99 56 7d 07 f4 7f 37 a3 2a 84 42 7d 0050 64 3a 8c dc bf e5 c0 c9 75 98 a2 bd 25 55 d1 aa 0060 8c b0 8e 48 59 0d bb 3d a7 b0 8b 10 56 82 88 38 0070 c5 f6 1e 63 93 ba 7a 0a bc c9 f6 62 89 80 15 ad Tag 0000 5f ea 79 3a 2d 6f 97 4d 37 e6 8e 0c b8 ff 94 92 Testing cipher id-aes128-GCM(encrypt/decrypt) Key 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 IV 0000 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Ciphertext 0000 03 88 da ce 60 b6 a3 92 f3 28 c2 b9 71 b2 fe 78 0010 f7 95 aa ab 49 4b 59 23 f7 fd 89 ff 94 8b c1 e0 0020 20 02 11 21 4e 73 94 da 20 89 b6 ac d0 93 ab e0 Tag 0000 9d d0 a3 76 b0 8e 40 eb 00 c3 5f 29 f9 ea 61 a4 Testing cipher id-aes128-GCM(encrypt/decrypt) Key 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 IV 0000 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Ciphertext 0000 03 88 da ce 60 b6 a3 92 f3 28 c2 b9 71 b2 fe 78 0010 f7 95 aa ab 49 4b 59 23 f7 fd 89 ff 94 8b c1 e0 0020 20 02 11 21 4e 73 94 da 20 89 b6 ac d0 93 ab e0 0030 c9 4d a2 19 11 8e 29 7d 7b 7e bc bc c9 c3 88 f2 0040 8a de 7d 85 a8 ee 35 61 6f 71 24 a9 d5 27 02 91 Tag 0000 98 88 5a 3a 22 bd 47 42 fe 7b 72 17 21 93 b1 63 Testing cipher id-aes128-GCM(encrypt/decrypt) Key 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 IV 0000 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Ciphertext 0000 03 88 da ce 60 b6 a3 92 f3 28 c2 b9 71 b2 fe 78 0010 f7 95 aa ab 49 4b 59 23 f7 fd 89 ff 94 8b c1 e0 0020 20 02 11 21 4e 73 94 da 20 89 b6 ac d0 93 ab e0 0030 c9 4d a2 19 11 8e 29 7d 7b 7e bc bc c9 c3 88 f2 0040 8a de 7d 85 a8 ee 35 61 6f 71 24 a9 d5 27 02 91 0050 95 b8 4d 1b 96 c6 90 ff 2f 2d e3 0b f2 ec 89 e0 0060 02 53 78 6e 12 65 04 f0 da b9 0c 48 a3 03 21 de 0070 33 45 e6 b0 46 1e 7c 9e 6c 6b 7a fe dd e8 3f 40 Tag 0000 ca c4 5f 60 e3 1e fd 3b 5a 43 b9 8a 22 ce 1a a1 Testing cipher id-aes128-GCM(encrypt/decrypt) Key 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 IV 0000 ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Ciphertext 0000 56 b3 37 3c a9 ef 6e 4a 2b 64 fe 1e 9a 17 b6 14 0010 25 f1 0d 47 a7 5a 5f ce 13 ef c6 bc 78 4a f2 4f 0020 41 41 bd d4 8c f7 c7 70 88 7a fd 57 3c ca 54 18 0030 a9 ae ff cd 7c 5c ed df c6 a7 83 97 b9 a8 5b 49 0040 9d a5 58 25 72 67 ca ab 2a d0 b2 3c a4 76 a5 3c 0050 b1 7f b4 1c 4b 8b 47 5c b4 f3 f7 16 50 94 c2 29 0060 c9 e8 c4 dc 0a 2a 5f f1 90 3e 50 15 11 22 13 76 0070 a1 cd b8 36 4c 50 61 a2 0c ae 74 bc 4a cd 76 ce 0080 b0 ab c9 fd 32 17 ef 9f 8c 90 be 40 2d df 6d 86 0090 97 f4 f8 80 df f1 5b fb 7a 6b 28 24 1e c8 fe 18 00a0 3c 2d 59 e3 f9 df ff 65 3c 71 26 f0 ac b9 e6 42 00b0 11 f4 2b ae 12 af 46 2b 10 70 be f1 ab 5e 36 06 Tag 0000 56 6f 8e f6 83 07 8b fd ee ff a8 69 d7 51 a0 17 Testing cipher id-aes128-GCM(encrypt/decrypt) Key 0000 84 3f fc f5 d2 b7 26 94 d1 9e d0 1d 01 24 94 12 IV 0000 db cc a3 2e bf 9b 80 46 17 c3 aa 9e Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0020 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 0030 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 0040 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f Ciphertext 0000 62 68 c6 fa 2a 80 b2 d1 37 46 7f 09 2f 65 7a c0 0010 4d 89 be 2b ea a6 23 d6 1b 5a 86 8c 8f 03 ff 95 0020 d3 dc ee 23 ad 2f 1a b3 a6 c8 0e af 4b 14 0e b0 0030 5d e3 45 7f 0f bc 11 1a 6b 43 d0 76 3a a4 22 a3 0040 01 3c f1 dc 37 fe 41 7d 1f bf c4 49 b7 5d 4c c5 AAD 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f Tag 0000 3b 62 9c cf bc 11 19 b7 31 9e 1d ce 2c d6 fd 6d Testing cipher AES-128-XTS(encrypt/decrypt) Key 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 IV 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Ciphertext 0000 91 7c f6 9e bd 68 b2 ec 9b 9f e9 a3 ea dd a6 92 0010 cd 43 d2 f5 95 98 ed 85 8c 02 c2 65 2f bf 92 2e Testing cipher AES-128-XTS(encrypt/decrypt) Key 0000 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 0010 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 IV 0000 33 33 33 33 33 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 0010 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 Ciphertext 0000 c4 54 18 5e 6a 16 93 6e 39 33 40 38 ac ef 83 8b 0010 fb 18 6f ff 74 80 ad c4 28 93 82 ec d6 d3 94 f0 Testing cipher AES-128-XTS(encrypt/decrypt) Key 0000 ff fe fd fc fb fa f9 f8 f7 f6 f5 f4 f3 f2 f1 f0 0010 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 IV 0000 33 33 33 33 33 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 0010 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 Ciphertext 0000 af 85 33 6b 59 7a fc 1a 90 0b 2e b2 1e c9 49 d2 0010 92 df 4c 04 7e 0b 21 53 21 86 a5 97 1a 22 7a 89 Testing cipher AES-128-XTS(encrypt/decrypt) Key 0000 27 18 28 18 28 45 90 45 23 53 60 28 74 71 35 26 0010 31 41 59 26 53 58 97 93 23 84 62 64 33 83 27 95 IV 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0020 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 0030 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 0040 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 0050 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 0060 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 0070 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f 0080 80 81 82 83 84 85 86 87 88 89 8a 8b 8c 8d 8e 8f 0090 90 91 92 93 94 95 96 97 98 99 9a 9b 9c 9d 9e 9f 00a0 a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab ac ad ae af 00b0 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 ba bb bc bd be bf 00c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf 00d0 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 da db dc dd de df 00e0 e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ea eb ec ed ee ef 00f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff 0100 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0110 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0120 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 0130 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 0140 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 0150 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 0160 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 0170 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f 0180 80 81 82 83 84 85 86 87 88 89 8a 8b 8c 8d 8e 8f 0190 90 91 92 93 94 95 96 97 98 99 9a 9b 9c 9d 9e 9f 01a0 a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab ac ad ae af 01b0 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 ba bb bc bd be bf 01c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf 01d0 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 da db dc dd de df 01e0 e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ea eb ec ed ee ef 01f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff Ciphertext 0000 27 a7 47 9b ef a1 d4 76 48 9f 30 8c d4 cf a6 e2 0010 a9 6e 4b be 32 08 ff 25 28 7d d3 81 96 16 e8 9c 0020 c7 8c f7 f5 e5 43 44 5f 83 33 d8 fa 7f 56 00 00 0030 05 27 9f a5 d8 b5 e4 ad 40 e7 36 dd b4 d3 54 12 0040 32 80 63 fd 2a ab 53 e5 ea 1e 0a 9f 33 25 00 a5 0050 df 94 87 d0 7a 5c 92 cc 51 2c 88 66 c7 e8 60 ce 0060 93 fd f1 66 a2 49 12 b4 22 97 61 46 ae 20 ce 84 0070 6b b7 dc 9b a9 4a 76 7a ae f2 0c 0d 61 ad 02 65 0080 5e a9 2d c4 c4 e4 1a 89 52 c6 51 d3 31 74 be 51 0090 a1 0c 42 11 10 e6 d8 15 88 ed e8 21 03 a2 52 d8 00a0 a7 50 e8 76 8d ef ff ed 91 22 81 0a ae b9 9f 91 00b0 72 af 82 b6 04 dc 4b 8e 51 bc b0 82 35 a6 f4 34 00c0 13 32 e4 ca 60 48 2a 4b a1 a0 3b 3e 65 00 8f c5 00d0 da 76 b7 0b f1 69 0d b4 ea e2 9c 5f 1b ad d0 3c 00e0 5c cf 2a 55 d7 05 dd cd 86 d4 49 51 1c eb 7e c3 00f0 0b f1 2b 1f a3 5b 91 3f 9f 74 7a 8a fd 1b 13 0e 0100 94 bf f9 4e ff d0 1a 91 73 5c a1 72 6a cd 0b 19 0110 7c 4e 5b 03 39 36 97 e1 26 82 6f b6 bb de 8e cc 0120 1e 08 29 85 16 e2 c9 ed 03 ff 3c 1b 78 60 f6 de 0130 76 d4 ce cd 94 c8 11 98 55 ef 52 97 ca 67 e9 f3 0140 e7 ff 72 b1 e9 97 85 ca 0a 7e 77 20 c5 b3 6d c6 0150 d7 2c ac 95 74 c8 cb bc 2f 80 1e 23 e5 6f d3 44 0160 b0 7f 22 15 4b eb a0 f0 8c e8 89 1e 64 3e d9 95 0170 c9 4d 9a 69 c9 f1 b5 f4 99 02 7a 78 57 2a ee bd 0180 74 d2 0c c3 98 81 c2 13 ee 77 0b 10 10 e4 be a7 0190 18 84 69 77 ae 11 9f 7a 02 3a b5 8c ca 0a d7 52 01a0 af e6 56 bb 3c 17 25 6a 9f 6e 9b f1 9f dd 5a 38 01b0 fc 82 bb e8 72 c5 53 9e db 60 9e f4 f7 9c 20 3e 01c0 bb 14 0f 2e 58 3c b2 ad 15 b4 aa 5b 65 50 16 a8 01d0 44 92 77 db d4 77 ef 2c 8d 6c 01 7d b7 38 b1 8d 01e0 eb 4a 42 7d 19 23 ce 3f f2 62 73 57 79 a4 18 f2 01f0 0a 28 2d f9 20 14 7b ea be 42 1e e5 31 9d 05 68 Testing cipher AES-128-XTS(encrypt/decrypt) Key 0000 27 18 28 18 28 45 90 45 23 53 60 28 74 71 35 26 0010 31 41 59 26 53 58 97 93 23 84 62 64 33 83 27 95 IV 0000 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 27 a7 47 9b ef a1 d4 76 48 9f 30 8c d4 cf a6 e2 0010 a9 6e 4b be 32 08 ff 25 28 7d d3 81 96 16 e8 9c 0020 c7 8c f7 f5 e5 43 44 5f 83 33 d8 fa 7f 56 00 00 0030 05 27 9f a5 d8 b5 e4 ad 40 e7 36 dd b4 d3 54 12 0040 32 80 63 fd 2a ab 53 e5 ea 1e 0a 9f 33 25 00 a5 0050 df 94 87 d0 7a 5c 92 cc 51 2c 88 66 c7 e8 60 ce 0060 93 fd f1 66 a2 49 12 b4 22 97 61 46 ae 20 ce 84 0070 6b b7 dc 9b a9 4a 76 7a ae f2 0c 0d 61 ad 02 65 0080 5e a9 2d c4 c4 e4 1a 89 52 c6 51 d3 31 74 be 51 0090 a1 0c 42 11 10 e6 d8 15 88 ed e8 21 03 a2 52 d8 00a0 a7 50 e8 76 8d ef ff ed 91 22 81 0a ae b9 9f 91 00b0 72 af 82 b6 04 dc 4b 8e 51 bc b0 82 35 a6 f4 34 00c0 13 32 e4 ca 60 48 2a 4b a1 a0 3b 3e 65 00 8f c5 00d0 da 76 b7 0b f1 69 0d b4 ea e2 9c 5f 1b ad d0 3c 00e0 5c cf 2a 55 d7 05 dd cd 86 d4 49 51 1c eb 7e c3 00f0 0b f1 2b 1f a3 5b 91 3f 9f 74 7a 8a fd 1b 13 0e 0100 94 bf f9 4e ff d0 1a 91 73 5c a1 72 6a cd 0b 19 0110 7c 4e 5b 03 39 36 97 e1 26 82 6f b6 bb de 8e cc 0120 1e 08 29 85 16 e2 c9 ed 03 ff 3c 1b 78 60 f6 de 0130 76 d4 ce cd 94 c8 11 98 55 ef 52 97 ca 67 e9 f3 0140 e7 ff 72 b1 e9 97 85 ca 0a 7e 77 20 c5 b3 6d c6 0150 d7 2c ac 95 74 c8 cb bc 2f 80 1e 23 e5 6f d3 44 0160 b0 7f 22 15 4b eb a0 f0 8c e8 89 1e 64 3e d9 95 0170 c9 4d 9a 69 c9 f1 b5 f4 99 02 7a 78 57 2a ee bd 0180 74 d2 0c c3 98 81 c2 13 ee 77 0b 10 10 e4 be a7 0190 18 84 69 77 ae 11 9f 7a 02 3a b5 8c ca 0a d7 52 01a0 af e6 56 bb 3c 17 25 6a 9f 6e 9b f1 9f dd 5a 38 01b0 fc 82 bb e8 72 c5 53 9e db 60 9e f4 f7 9c 20 3e 01c0 bb 14 0f 2e 58 3c b2 ad 15 b4 aa 5b 65 50 16 a8 01d0 44 92 77 db d4 77 ef 2c 8d 6c 01 7d b7 38 b1 8d 01e0 eb 4a 42 7d 19 23 ce 3f f2 62 73 57 79 a4 18 f2 01f0 0a 28 2d f9 20 14 7b ea be 42 1e e5 31 9d 05 68 Ciphertext 0000 26 4d 3c a8 51 21 94 fe c3 12 c8 c9 89 1f 27 9f 0010 ef dd 60 8d 0c 02 7b 60 48 3a 3f a8 11 d6 5e e5 0020 9d 52 d9 e4 0e c5 67 2d 81 53 2b 38 b6 b0 89 ce 0030 95 1f 0f 9c 35 59 0b 8b 97 8d 17 52 13 f3 29 bb 0040 1c 2f d3 0f 2f 7f 30 49 2a 61 a5 32 a7 9f 51 d3 0050 6f 5e 31 a7 c9 a1 2c 28 60 82 ff 7d 23 94 d1 8f 0060 78 3e 1a 8e 72 c7 22 ca aa a5 2d 8f 06 56 57 d2 0070 63 1f d2 5b fd 8e 5b aa d6 e5 27 d7 63 51 75 01 0080 c6 8c 5e dc 3c dd 55 43 5c 53 2d 71 25 c8 61 4d 0090 ee d9 ad aa 3a ca de 58 88 b8 7b ef 64 1c 4c 99 00a0 4c 80 91 b5 bc d3 87 f3 96 3f b5 bc 37 aa 92 2f 00b0 bf e3 df 4e 5b 91 5e 6e b5 14 71 7b dd 2a 74 07 00c0 9a 50 73 f5 c4 bf d4 6a df 7d 28 2e 7a 39 3a 52 00d0 57 9d 11 a0 28 da 4d 9c d9 c7 71 24 f9 64 8e e3 00e0 83 b1 ac 76 39 30 e7 16 2a 8d 37 f3 50 b2 f7 4b 00f0 84 72 cf 09 90 20 63 c6 b3 2e 8c 2d 92 90 ce fb 0100 d7 34 6d 1c 77 9a 0d f5 0e dc de 45 31 da 07 b0 0110 99 c6 38 e8 3a 75 59 44 df 2a ef 1a a3 17 52 fd 0120 32 3d cb 71 0f b4 bf bb 9d 22 b9 25 bc 35 77 e1 0130 b8 94 9e 72 9a 90 bb af ea cf 7f 78 79 e7 b1 14 0140 7e 28 ba 0b ae 94 0d b7 95 a6 1b 15 ec f4 df 8d 0150 b0 7b 82 4b b0 62 80 2c c9 8a 95 45 bb 2a ae ed 0160 77 cb 3f c6 db 15 dc d7 d8 0d 7d 5b c4 06 c4 97 0170 0a 34 78 ad a8 89 9b 32 91 98 eb 61 c1 93 fb 62 0180 75 aa 8c a3 40 34 4a 75 a8 62 ae be 92 ee e1 ce 0190 03 2f d9 50 b4 7d 77 04 a3 87 69 23 b4 ad 62 84 01a0 4b f4 a0 9c 4d be 8b 43 97 18 4b 74 71 36 0c 95 01b0 64 88 0a ed dd b9 ba a4 af 2e 75 39 4b 08 cd 32 01c0 ff 47 9c 57 a0 7d 3e ab 5d 54 de 5f 97 38 b8 d2 01d0 7f 27 a9 f0 ab 11 79 9d 7b 7f fe fb 27 04 c9 5c 01e0 6a d1 2c 39 f1 e8 67 a4 b7 b1 d7 81 8a 4b 75 3d 01f0 fd 2a 89 cc b4 5e 00 1a 03 a8 67 b1 87 f2 25 dd Testing cipher AES-128-XTS(encrypt/decrypt) Key 0000 27 18 28 18 28 45 90 45 23 53 60 28 74 71 35 26 0010 31 41 59 26 53 58 97 93 23 84 62 64 33 83 27 95 IV 0000 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 26 4d 3c a8 51 21 94 fe c3 12 c8 c9 89 1f 27 9f 0010 ef dd 60 8d 0c 02 7b 60 48 3a 3f a8 11 d6 5e e5 0020 9d 52 d9 e4 0e c5 67 2d 81 53 2b 38 b6 b0 89 ce 0030 95 1f 0f 9c 35 59 0b 8b 97 8d 17 52 13 f3 29 bb 0040 1c 2f d3 0f 2f 7f 30 49 2a 61 a5 32 a7 9f 51 d3 0050 6f 5e 31 a7 c9 a1 2c 28 60 82 ff 7d 23 94 d1 8f 0060 78 3e 1a 8e 72 c7 22 ca aa a5 2d 8f 06 56 57 d2 0070 63 1f d2 5b fd 8e 5b aa d6 e5 27 d7 63 51 75 01 0080 c6 8c 5e dc 3c dd 55 43 5c 53 2d 71 25 c8 61 4d 0090 ee d9 ad aa 3a ca de 58 88 b8 7b ef 64 1c 4c 99 00a0 4c 80 91 b5 bc d3 87 f3 96 3f b5 bc 37 aa 92 2f 00b0 bf e3 df 4e 5b 91 5e 6e b5 14 71 7b dd 2a 74 07 00c0 9a 50 73 f5 c4 bf d4 6a df 7d 28 2e 7a 39 3a 52 00d0 57 9d 11 a0 28 da 4d 9c d9 c7 71 24 f9 64 8e e3 00e0 83 b1 ac 76 39 30 e7 16 2a 8d 37 f3 50 b2 f7 4b 00f0 84 72 cf 09 90 20 63 c6 b3 2e 8c 2d 92 90 ce fb 0100 d7 34 6d 1c 77 9a 0d f5 0e dc de 45 31 da 07 b0 0110 99 c6 38 e8 3a 75 59 44 df 2a ef 1a a3 17 52 fd 0120 32 3d cb 71 0f b4 bf bb 9d 22 b9 25 bc 35 77 e1 0130 b8 94 9e 72 9a 90 bb af ea cf 7f 78 79 e7 b1 14 0140 7e 28 ba 0b ae 94 0d b7 95 a6 1b 15 ec f4 df 8d 0150 b0 7b 82 4b b0 62 80 2c c9 8a 95 45 bb 2a ae ed 0160 77 cb 3f c6 db 15 dc d7 d8 0d 7d 5b c4 06 c4 97 0170 0a 34 78 ad a8 89 9b 32 91 98 eb 61 c1 93 fb 62 0180 75 aa 8c a3 40 34 4a 75 a8 62 ae be 92 ee e1 ce 0190 03 2f d9 50 b4 7d 77 04 a3 87 69 23 b4 ad 62 84 01a0 4b f4 a0 9c 4d be 8b 43 97 18 4b 74 71 36 0c 95 01b0 64 88 0a ed dd b9 ba a4 af 2e 75 39 4b 08 cd 32 01c0 ff 47 9c 57 a0 7d 3e ab 5d 54 de 5f 97 38 b8 d2 01d0 7f 27 a9 f0 ab 11 79 9d 7b 7f fe fb 27 04 c9 5c 01e0 6a d1 2c 39 f1 e8 67 a4 b7 b1 d7 81 8a 4b 75 3d 01f0 fd 2a 89 cc b4 5e 00 1a 03 a8 67 b1 87 f2 25 dd Ciphertext 0000 fa 76 2a 36 80 b7 60 07 92 8e d4 a4 f4 9a 94 56 0010 03 1b 70 47 82 e6 5e 16 ce cb 54 ed 7d 01 7b 5e 0020 18 ab d6 7b 33 8e 81 07 8f 21 ed b7 86 8d 90 1e 0030 be 9c 73 1a 7c 18 b5 e6 de c1 d6 a7 2e 07 8a c9 0040 a4 26 2f 86 0b ee fa 14 f4 e8 21 01 82 72 e4 11 0050 a9 51 50 2b 6e 79 06 6e 84 25 2c 33 46 f3 aa 62 0060 34 43 51 a2 91 d4 be dc 7a 07 61 8b de a2 af 63 0070 14 5c c7 a4 b8 d4 07 06 91 ae 89 0c d6 57 33 e7 0080 94 6e 90 21 a1 df fc 4c 59 f1 59 42 5e e6 d5 0c 0090 a9 b1 35 fa 61 62 ce a1 8a 93 98 38 dc 00 0f b3 00a0 86 fa d0 86 ac ce 5a c0 7c b2 ec e7 fd 58 0b 00 00b0 cf a5 e9 85 89 63 1d c2 5e 8e 2a 3d af 2f fd ec 00c0 26 53 16 59 91 2c 9d 8f 7a 15 e5 86 5e a8 fb 58 00d0 16 d6 20 70 52 bd 71 28 cd 74 3c 12 c8 11 87 91 00e0 a4 73 68 11 93 5e b9 82 a5 32 34 9e 31 dd 40 1e 00f0 0b 66 0a 56 8c b1 a4 71 1f 55 2f 55 de d5 9f 1f 0100 15 bf 71 96 b3 ca 12 a9 1e 48 8e f5 9d 64 f3 a0 0110 2b f4 52 39 49 9a c6 17 6a e3 21 c4 a2 11 ec 54 0120 53 65 97 1c 5d 3f 4f 09 d4 eb 13 9b fd f2 07 3d 0130 33 18 0b 21 00 2b 65 cc 98 65 e7 6c b2 4c d9 2c 0140 87 4c 24 c1 83 50 39 9a 93 6a b3 63 70 79 29 5d 0150 76 c4 17 77 6b 94 ef ce 3a 0e f7 20 6b 15 11 05 0160 19 65 5c 95 6c bd 8b 24 89 40 5e e2 b0 9a 6b 6e 0170 eb e0 c5 37 90 a1 2a 89 98 37 8b 33 a5 b7 11 59 0180 62 5f 4b a4 9d 2a 2f db a5 9f bf 08 97 bc 7a ab 0190 d8 d7 07 dc 14 0a 80 f0 f3 09 f8 35 d3 da 54 ab 01a0 58 4e 50 1d fa 0e e9 77 fe c5 43 f7 41 86 a8 02 01b0 b9 a3 7a db 3e 82 91 ec a0 4d 66 52 0d 22 9e 60 01c0 40 1e 72 82 be f4 86 ae 05 9a a7 06 96 e0 e3 05 01d0 d7 77 14 0a 7a 88 3e cd cb 69 b9 ff 93 8e 8a 42 01e0 31 86 4c 69 ca 2c 20 43 be d0 07 ff 3e 60 5e 01 01f0 4b cf 51 81 38 dc 3a 25 c5 e2 36 17 1a 2d 01 d6 Testing cipher AES-128-XTS(encrypt/decrypt) Key 0000 27 18 28 18 28 45 90 45 23 53 60 28 74 71 35 26 0010 31 41 59 26 53 58 97 93 23 84 62 64 33 83 27 95 IV 0000 fd 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 8e 41 b7 8c 39 0b 5a f9 d7 58 bb 21 4a 67 e9 f6 0010 bf 77 27 b0 9a c6 12 40 84 c3 76 11 39 8f a4 5d 0020 aa d9 48 68 60 0e d3 91 fb 1a cd 48 57 a9 5b 46 0030 6e 62 ef 9f 4b 37 72 44 d1 c1 52 e7 b3 0d 73 1a 0040 ad 30 c7 16 d2 14 b7 07 ae d9 9e b5 b5 e5 80 b3 0050 e8 87 cf 74 97 46 56 51 d4 b6 0e 60 42 05 1d a3 0060 69 3c 3b 78 c1 44 89 54 3b e8 b6 ad 0b a6 29 56 0070 5b ba 20 23 13 ba 7b 0d 0c 94 a3 25 2b 67 6f 46 0080 cc 02 ce 0f 8a 7d 34 c0 ed 22 91 29 67 3c 1f 61 0090 ae d5 79 d0 8a 92 03 a2 5a ac 3a 77 e9 db 60 26 00a0 79 96 db 38 df 63 73 56 d9 dc d1 63 2e 36 99 39 00b0 f2 a2 9d 89 34 5c 66 e0 50 66 f1 a3 67 7a ef 18 00c0 de a4 11 3f ae b6 29 e4 67 21 a6 6d 0a 7e 78 5d 00d0 3e 29 af 25 94 eb 67 df a9 82 af fe 0a ac 05 8f 00e0 6e 15 86 42 69 b1 35 41 82 61 fc 3a fb 08 94 72 00f0 cf 68 c4 5d d7 f2 31 c6 24 9b a0 25 5e 1e 03 38 0100 33 fc 4d 00 a3 fe 02 13 2d 7b c3 87 36 14 b8 ae 0110 e3 42 73 58 1e a0 32 5c 81 f0 27 0a ff a1 36 41 0120 d0 52 d3 6f 07 57 d4 84 01 43 54 d0 2d 68 83 ca 0130 15 c2 4d 8c 39 56 b1 bd 02 7b cf 41 f1 51 fd 80 0140 23 c5 34 0e 56 06 f3 7e 90 fd b8 7c 86 fb 4f a6 0150 34 b3 71 8a 30 ba ce 06 a6 6e af 8f 63 c4 aa 3b 0160 63 78 26 a8 7f e8 cf a4 42 82 e9 2c b1 61 5a f3 0170 a2 8e 53 bc 74 c7 cb a1 a0 97 7b e9 06 5d 0c 1a 0180 5d ec 6c 54 ae 38 d3 7f 37 aa 35 28 3e 04 8e 55 0190 30 a8 5c 4e 7a 29 d7 b9 2e c0 c3 16 9c df 2a 80 01a0 5c 76 04 bc e6 00 49 b9 fb 7b 8e aa c1 0f 51 ae 01b0 23 79 4c eb a6 8b b5 81 12 e2 93 b9 b6 92 ca 72 01c0 1b 37 c6 62 f8 57 4e d4 db a6 f8 8e 17 08 81 c8 01d0 2c dd c1 03 4a 0c a7 e2 84 bf 09 62 b6 b2 62 92 01e0 d8 36 fa 9f 73 c1 ac 77 0e ef 0f 2d 3a 1e af 61 01f0 d3 e0 35 55 fd 42 4e ed d6 7e 18 a1 80 94 f8 88 Ciphertext 0000 d5 5f 68 4f 81 f4 42 6e 9f de 92 a5 ff 02 df 2a 0010 c8 96 af 63 96 28 88 a9 79 10 c1 37 9e 20 b0 a3 0020 b1 db 61 3f b7 fe 2e 07 00 43 29 ea 5c 22 bf d3 0030 3e 3d be 4c f5 8c c6 08 c2 c2 6c 19 a2 e2 fe 22 0040 f9 87 32 c2 b5 cb 84 4c c6 c0 70 2d 91 e1 d5 0f 0050 c4 38 2a 7e ba 56 35 cd 60 24 32 a2 30 6a c4 ce 0060 82 f8 d7 0c 8d 9b c1 5f 91 8f e7 1e 74 c6 22 d5 0070 cf 71 17 8b f6 e0 b9 cc 9f 2b 41 dd 8d be 44 1c 0080 41 cd 0c 73 a6 dc 47 a3 48 f6 70 2f 9d 0e 9b 1b 0090 14 31 e9 48 e2 99 b9 ec 22 72 ab 2c 5f 0c 7b e8 00a0 6a ff a5 de c8 7a 0b ee 81 d3 d5 00 07 ed aa 2b 00b0 cf cc b3 56 05 15 5f f3 6e d8 ed d4 a4 0d cd 4b 00c0 24 3a cd 11 b2 b9 87 bd bf af 91 a7 ca c2 7e 9c 00d0 5a ea 52 5e e5 3d e7 b2 d3 33 2c 86 44 40 2b 82 00e0 3e 94 a7 db 26 27 6d 2d 23 aa 07 18 0f 76 b4 fd 00f0 29 b9 c0 82 30 99 c9 d6 2c 51 98 80 ae e7 e9 69 0100 76 17 c1 49 7d 47 bf 3e 57 19 50 31 14 21 b6 b7 0110 34 d3 8b 0d b9 1e b8 53 31 b9 1e a9 f6 15 30 f5 0120 45 12 a5 a5 2a 4b ad 58 9e b6 97 81 d5 37 f2 32 0130 97 bb 45 9b da d2 94 8a 29 e1 55 0b f4 78 7e 0b 0140 e9 5b b1 73 cf 5f ab 17 da b7 a1 3a 05 2a 63 45 0150 3d 97 cc ec 1a 32 19 54 88 6b 7a 12 99 fa ae ec 0160 ae 35 c6 ea ac a7 53 b0 41 b5 e5 f0 93 bf 83 39 0170 7f d2 1d d6 b3 01 20 66 fc c0 58 cc 32 c3 b0 9d 0180 75 62 de e2 95 09 b5 83 93 92 c9 ff 05 f5 1f 31 0190 66 aa ac 4a c5 f2 38 03 8a 30 45 e6 f7 2e 48 ef 01a0 0f e8 bc 67 5e 82 c3 18 a2 68 e4 39 70 27 1b f1 01b0 19 b8 1b f6 a9 82 74 65 54 f8 4e 72 b9 f0 02 80 01c0 a3 20 a0 81 42 92 3c 23 c8 83 42 3f f9 49 82 7f 01d0 29 bb ac dc 1c cd b0 49 38 ce 60 98 c9 5b a6 b3 01e0 25 28 f4 ef 78 ee d7 78 b2 e1 22 dd fd 1c bd d1 01f0 1d 1c 0a 67 83 e0 11 fc 53 6d 63 d0 53 26 06 37 Testing cipher AES-128-XTS(encrypt/decrypt) Key 0000 27 18 28 18 28 45 90 45 23 53 60 28 74 71 35 26 0010 31 41 59 26 53 58 97 93 23 84 62 64 33 83 27 95 IV 0000 fe 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 d5 5f 68 4f 81 f4 42 6e 9f de 92 a5 ff 02 df 2a 0010 c8 96 af 63 96 28 88 a9 79 10 c1 37 9e 20 b0 a3 0020 b1 db 61 3f b7 fe 2e 07 00 43 29 ea 5c 22 bf d3 0030 3e 3d be 4c f5 8c c6 08 c2 c2 6c 19 a2 e2 fe 22 0040 f9 87 32 c2 b5 cb 84 4c c6 c0 70 2d 91 e1 d5 0f 0050 c4 38 2a 7e ba 56 35 cd 60 24 32 a2 30 6a c4 ce 0060 82 f8 d7 0c 8d 9b c1 5f 91 8f e7 1e 74 c6 22 d5 0070 cf 71 17 8b f6 e0 b9 cc 9f 2b 41 dd 8d be 44 1c 0080 41 cd 0c 73 a6 dc 47 a3 48 f6 70 2f 9d 0e 9b 1b 0090 14 31 e9 48 e2 99 b9 ec 22 72 ab 2c 5f 0c 7b e8 00a0 6a ff a5 de c8 7a 0b ee 81 d3 d5 00 07 ed aa 2b 00b0 cf cc b3 56 05 15 5f f3 6e d8 ed d4 a4 0d cd 4b 00c0 24 3a cd 11 b2 b9 87 bd bf af 91 a7 ca c2 7e 9c 00d0 5a ea 52 5e e5 3d e7 b2 d3 33 2c 86 44 40 2b 82 00e0 3e 94 a7 db 26 27 6d 2d 23 aa 07 18 0f 76 b4 fd 00f0 29 b9 c0 82 30 99 c9 d6 2c 51 98 80 ae e7 e9 69 0100 76 17 c1 49 7d 47 bf 3e 57 19 50 31 14 21 b6 b7 0110 34 d3 8b 0d b9 1e b8 53 31 b9 1e a9 f6 15 30 f5 0120 45 12 a5 a5 2a 4b ad 58 9e b6 97 81 d5 37 f2 32 0130 97 bb 45 9b da d2 94 8a 29 e1 55 0b f4 78 7e 0b 0140 e9 5b b1 73 cf 5f ab 17 da b7 a1 3a 05 2a 63 45 0150 3d 97 cc ec 1a 32 19 54 88 6b 7a 12 99 fa ae ec 0160 ae 35 c6 ea ac a7 53 b0 41 b5 e5 f0 93 bf 83 39 0170 7f d2 1d d6 b3 01 20 66 fc c0 58 cc 32 c3 b0 9d 0180 75 62 de e2 95 09 b5 83 93 92 c9 ff 05 f5 1f 31 0190 66 aa ac 4a c5 f2 38 03 8a 30 45 e6 f7 2e 48 ef 01a0 0f e8 bc 67 5e 82 c3 18 a2 68 e4 39 70 27 1b f1 01b0 19 b8 1b f6 a9 82 74 65 54 f8 4e 72 b9 f0 02 80 01c0 a3 20 a0 81 42 92 3c 23 c8 83 42 3f f9 49 82 7f 01d0 29 bb ac dc 1c cd b0 49 38 ce 60 98 c9 5b a6 b3 01e0 25 28 f4 ef 78 ee d7 78 b2 e1 22 dd fd 1c bd d1 01f0 1d 1c 0a 67 83 e0 11 fc 53 6d 63 d0 53 26 06 37 Ciphertext 0000 72 ef c1 eb fe 1e e2 59 75 a6 eb 3a a8 58 9d da 0010 2b 26 1f 1c 85 bd ab 44 2a 9e 5b 2d d1 d7 c3 95 0020 7a 16 fc 08 e5 26 d4 b1 22 3f 1b 12 32 a1 1a f2 0030 74 c3 d7 0d ac 57 f8 3e 09 83 c4 98 f1 a6 f1 ae 0040 cb 02 1c 3e 70 08 5a 1e 52 7f 1c e4 1e e5 91 1a 0050 82 02 01 61 52 9c d8 27 73 76 2d af 54 59 de 94 0060 a0 a8 2a da e7 e1 70 3c 80 85 43 c2 9e d6 fb 32 0070 d9 e0 04 32 7c 13 55 18 0c 99 5a 07 74 14 93 a0 0080 9c 21 ba 01 a3 87 88 2d a4 f6 25 34 b8 7b b1 5d 0090 60 d1 97 20 1c 0f d3 bf 30 c1 50 0a 3e cf ec dd 00a0 66 d8 72 1f 90 bc c4 c1 7e e9 25 c6 1b 0a 03 72 00b0 7a 9c 0d 5f 5c a4 62 fb fa 0a f1 c2 51 3a 9d 9d 00c0 4b 53 45 bd 27 a5 f6 e6 53 f7 51 69 3e 6b 6a 2b 00d0 8e ad 57 d5 11 e0 0e 58 c4 5b 7b 8d 00 5a f7 92 00e0 88 f5 c7 c2 2f d4 f1 bf 7a 89 8b 03 a5 63 4c 6a 00f0 1a e3 f9 fa e5 de 4f 29 6a 28 96 b2 3e 7e d4 3e 0100 d1 4f a5 a2 80 3f 4d 28 f0 d3 ff cf 24 75 76 77 0110 ae bd b4 7b b3 88 37 87 08 94 8a 8d 41 26 ed 18 0120 39 e0 da 29 a5 37 a8 c1 98 b3 c6 6a b0 07 12 dd 0130 26 16 74 bf 45 a7 3d 67 f7 69 14 f8 30 ca 01 4b 0140 65 59 6f 27 e4 cf 62 de 66 12 5a 55 66 df 99 75 0150 15 56 28 b4 00 fb fb 3a 29 04 0e d5 0f af fd bb 0160 18 ae ce 7c 5c 44 69 32 60 aa b3 86 c0 a3 7b 11 0170 b1 14 f1 c4 15 ae bb 65 3b e4 68 17 94 28 d4 3a 0180 4d 8b c3 ec 38 81 3e ca 30 a1 3c f1 bb 18 d5 24 0190 f1 99 2d 44 d8 b1 a4 2e a3 0b 22 e6 c9 5b 19 9d 01a0 8d 18 2f 88 40 b0 9d 05 95 85 c3 1a d6 91 fa 06 01b0 19 ff 03 8a ca 2c 39 a9 43 42 11 57 36 17 17 c4 01c0 9d 32 20 28 a7 46 48 11 3b d8 c9 d7 ec 77 cf 3c 01d0 89 c1 ec 87 18 ce ff 85 16 d9 6b 34 c3 c6 14 f1 01e0 06 99 c9 ab c4 ed 04 11 50 62 23 be a1 6a f3 5c 01f0 88 3a cc db e1 10 4e ef 0c fd b5 4e 12 fb 23 0a Testing cipher AES-128-XTS(encrypt/decrypt) Key 0000 27 18 28 18 28 45 90 45 23 53 60 28 74 71 35 26 0010 31 41 59 26 53 58 97 93 23 84 62 64 33 83 27 95 IV 0000 ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 72 ef c1 eb fe 1e e2 59 75 a6 eb 3a a8 58 9d da 0010 2b 26 1f 1c 85 bd ab 44 2a 9e 5b 2d d1 d7 c3 95 0020 7a 16 fc 08 e5 26 d4 b1 22 3f 1b 12 32 a1 1a f2 0030 74 c3 d7 0d ac 57 f8 3e 09 83 c4 98 f1 a6 f1 ae 0040 cb 02 1c 3e 70 08 5a 1e 52 7f 1c e4 1e e5 91 1a 0050 82 02 01 61 52 9c d8 27 73 76 2d af 54 59 de 94 0060 a0 a8 2a da e7 e1 70 3c 80 85 43 c2 9e d6 fb 32 0070 d9 e0 04 32 7c 13 55 18 0c 99 5a 07 74 14 93 a0 0080 9c 21 ba 01 a3 87 88 2d a4 f6 25 34 b8 7b b1 5d 0090 60 d1 97 20 1c 0f d3 bf 30 c1 50 0a 3e cf ec dd 00a0 66 d8 72 1f 90 bc c4 c1 7e e9 25 c6 1b 0a 03 72 00b0 7a 9c 0d 5f 5c a4 62 fb fa 0a f1 c2 51 3a 9d 9d 00c0 4b 53 45 bd 27 a5 f6 e6 53 f7 51 69 3e 6b 6a 2b 00d0 8e ad 57 d5 11 e0 0e 58 c4 5b 7b 8d 00 5a f7 92 00e0 88 f5 c7 c2 2f d4 f1 bf 7a 89 8b 03 a5 63 4c 6a 00f0 1a e3 f9 fa e5 de 4f 29 6a 28 96 b2 3e 7e d4 3e 0100 d1 4f a5 a2 80 3f 4d 28 f0 d3 ff cf 24 75 76 77 0110 ae bd b4 7b b3 88 37 87 08 94 8a 8d 41 26 ed 18 0120 39 e0 da 29 a5 37 a8 c1 98 b3 c6 6a b0 07 12 dd 0130 26 16 74 bf 45 a7 3d 67 f7 69 14 f8 30 ca 01 4b 0140 65 59 6f 27 e4 cf 62 de 66 12 5a 55 66 df 99 75 0150 15 56 28 b4 00 fb fb 3a 29 04 0e d5 0f af fd bb 0160 18 ae ce 7c 5c 44 69 32 60 aa b3 86 c0 a3 7b 11 0170 b1 14 f1 c4 15 ae bb 65 3b e4 68 17 94 28 d4 3a 0180 4d 8b c3 ec 38 81 3e ca 30 a1 3c f1 bb 18 d5 24 0190 f1 99 2d 44 d8 b1 a4 2e a3 0b 22 e6 c9 5b 19 9d 01a0 8d 18 2f 88 40 b0 9d 05 95 85 c3 1a d6 91 fa 06 01b0 19 ff 03 8a ca 2c 39 a9 43 42 11 57 36 17 17 c4 01c0 9d 32 20 28 a7 46 48 11 3b d8 c9 d7 ec 77 cf 3c 01d0 89 c1 ec 87 18 ce ff 85 16 d9 6b 34 c3 c6 14 f1 01e0 06 99 c9 ab c4 ed 04 11 50 62 23 be a1 6a f3 5c 01f0 88 3a cc db e1 10 4e ef 0c fd b5 4e 12 fb 23 0a Ciphertext 0000 32 60 ae 8d ad 1f 4a 32 c5 ca fe 3a b0 eb 95 54 0010 9d 46 1a 67 ce b9 e5 aa 2d 3a fb 62 de ce 05 53 0020 19 3b a5 0c 75 be 25 1e 08 d1 d0 8f 10 88 57 6c 0030 7e fd fa af 3f 45 95 59 57 1e 12 51 17 53 b0 7a 0040 f0 73 f3 5d a0 6a f0 ce 0b bf 6b 8f 5c cc 5c ea 0050 50 0e c1 b2 11 bd 51 f6 3b 60 6b f6 52 87 96 ca 0060 12 17 3b a3 9b 89 35 ee 44 cc ce 64 6f 90 a4 5b 0070 f9 cc c5 67 f0 ac e1 3d c2 d5 3e be ed c8 1f 58 0080 b2 e4 11 79 dd df 0d 5a 5c 42 f5 d8 50 6c 1a 5d 0090 2f 8f 59 f3 ea 87 3c bc d0 ee c1 9a cb f3 25 42 00a0 3b d3 dc b8 c2 b1 bf 1d 1e ae d0 eb a7 f0 69 8e 00b0 43 14 fb eb 2f 15 66 d1 b9 25 30 08 cb cc f4 5a 00c0 2b 0d 9c 5c 9c 21 47 4f 40 76 e0 2b e2 60 50 b9 00d0 9d ee 4f d6 8a 4c f8 90 e4 96 e4 fc ae 7b 70 f9 00e0 4e a5 a9 06 2d a0 da eb a1 99 3d 2c cd 1d d3 c2 00f0 44 b8 42 88 01 49 5a 58 b2 16 54 7e 7e 84 7c 46 0100 d1 d7 56 37 7b 62 42 d2 e5 fb 83 bf 75 2b 54 e0 0110 df 71 e8 89 f3 a2 bb 0f 4c 10 80 5b f3 c5 90 37 0120 6e 3c 24 e2 2f f5 7f 7f a9 65 57 73 75 32 5c ea 0130 5d 92 0d b9 4b 9c 33 6b 45 5f 6e 89 4c 01 86 6f 0140 e9 fb b8 c8 d3 f7 0a 29 57 28 5f 6d fb 5d cd 8c 0150 bf 54 78 2f 8f e7 76 6d 47 23 81 99 13 ac 77 34 0160 21 e3 a3 10 95 86 6b ad 22 c8 6a 60 36 b2 51 8b 0170 20 59 b4 22 9d 18 c8 c2 cc bd f9 06 c6 cc 6e 82 0180 46 4e e5 7b dd b0 be bc b1 dc 64 53 25 bf b3 e6 0190 65 ef 72 51 08 2c 88 eb b1 cf 20 3b d7 79 fd d3 01a0 86 75 71 3c 8d aa dd 17 e1 ca be e4 32 b0 97 87 01b0 b6 dd f3 30 4e 38 b7 31 b4 5d f5 df 51 b7 8f cf 01c0 b3 d3 24 66 02 8d 0b a3 65 55 e7 e1 1a b0 ee 06 01d0 66 06 1d 16 45 d9 62 44 4b c4 7a 38 18 89 30 a8 01e0 4b 4d 56 13 95 c7 3c 08 70 21 92 7c a6 38 b7 af 01f0 c8 a8 67 9c cb 84 c2 65 55 44 0e c7 f1 04 45 cd Testing cipher AES-256-XTS(encrypt/decrypt) Key 0000 27 18 28 18 28 45 90 45 23 53 60 28 74 71 35 26 0010 62 49 77 57 24 70 93 69 99 59 57 49 66 96 76 27 0020 31 41 59 26 53 58 97 93 23 84 62 64 33 83 27 95 0030 02 88 41 97 16 93 99 37 51 05 82 09 74 94 45 92 IV 0000 ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0020 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 0030 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 0040 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 0050 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 0060 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 0070 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f 0080 80 81 82 83 84 85 86 87 88 89 8a 8b 8c 8d 8e 8f 0090 90 91 92 93 94 95 96 97 98 99 9a 9b 9c 9d 9e 9f 00a0 a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab ac ad ae af 00b0 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 ba bb bc bd be bf 00c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf 00d0 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 da db dc dd de df 00e0 e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ea eb ec ed ee ef 00f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff 0100 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0110 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0120 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 0130 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 0140 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 0150 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 0160 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 0170 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f 0180 80 81 82 83 84 85 86 87 88 89 8a 8b 8c 8d 8e 8f 0190 90 91 92 93 94 95 96 97 98 99 9a 9b 9c 9d 9e 9f 01a0 a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab ac ad ae af 01b0 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 ba bb bc bd be bf 01c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf 01d0 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 da db dc dd de df 01e0 e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ea eb ec ed ee ef 01f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff Ciphertext 0000 1c 3b 3a 10 2f 77 03 86 e4 83 6c 99 e3 70 cf 9b 0010 ea 00 80 3f 5e 48 23 57 a4 ae 12 d4 14 a3 e6 3b 0020 5d 31 e2 76 f8 fe 4a 8d 66 b3 17 f9 ac 68 3f 44 0030 68 0a 86 ac 35 ad fc 33 45 be fe cb 4b b1 88 fd 0040 57 76 92 6c 49 a3 09 5e b1 08 fd 10 98 ba ec 70 0050 aa a6 69 99 a7 2a 82 f2 7d 84 8b 21 d4 a7 41 b0 0060 c5 cd 4d 5f ff 9d ac 89 ae ba 12 29 61 d0 3a 75 0070 71 23 e9 87 0f 8a cf 10 00 02 08 87 89 14 29 ca 0080 2a 3e 7a 7d 7d f7 b1 03 55 16 5c 8b 9a 6d 0a 7d 0090 e8 b0 62 c4 50 0d c4 cd 12 0c 0f 74 18 da e3 d0 00a0 b5 78 1c 34 80 3f a7 54 21 c7 90 df e1 de 18 34 00b0 f2 80 d7 66 7b 32 7f 6c 8c d7 55 7e 12 ac 3a 0f 00c0 93 ec 05 c5 2e 04 93 ef 31 a1 2d 3d 92 60 f7 9a 00d0 28 9d 6a 37 9b c7 0c 50 84 14 73 d1 a8 cc 81 ec 00e0 58 3e 96 45 e0 7b 8d 96 70 65 5b a5 bb cf ec c6 00f0 dc 39 66 38 0a d8 fe cb 17 b6 ba 02 46 9a 02 0a 0100 84 e1 8e 8f 84 25 20 70 c1 3e 9f 1f 28 9b e5 4f 0110 bc 48 14 57 77 8f 61 60 15 e1 32 7a 02 b1 40 f1 0120 50 5e b3 09 32 6d 68 37 8f 83 74 59 5c 84 9d 84 0130 f4 c3 33 ec 44 23 88 51 43 cb 47 bd 71 c5 ed ae 0140 9b e6 9a 2f fe ce b1 be c9 de 24 4f be 15 99 2b 0150 11 b7 7c 04 0f 12 bd 8f 6a 97 5a 44 a0 f9 0c 29 0160 a9 ab c3 d4 d8 93 92 72 84 c5 87 54 cc e2 94 52 0170 9f 86 14 dc d2 ab a9 91 92 5f ed c4 ae 74 ff ac 0180 6e 33 3b 93 eb 4a ff 04 79 da 9a 41 0e 44 50 e0 0190 dd 7a e4 c6 e2 91 09 00 57 5d a4 01 fc 07 05 9f 01a0 64 5e 8b 7e 9b fd ef 33 94 30 54 ff 84 01 14 93 01b0 c2 7b 34 29 ea ed b4 ed 53 76 44 1a 77 ed 43 85 01c0 1a d7 7f 16 f5 41 df d2 69 d5 0d 6a 5f 14 fb 0a 01d0 ab 1c bb 4c 15 50 be 97 f7 ab 40 66 19 3c 4c aa 01e0 77 3d ad 38 01 4b d2 09 2f a7 55 c8 24 bb 5e 54 01f0 c4 f3 6f fd a9 fc ea 70 b9 c6 e6 93 e1 48 c1 51 Testing cipher AES-256-XTS(encrypt/decrypt) Key 0000 27 18 28 18 28 45 90 45 23 53 60 28 74 71 35 26 0010 62 49 77 57 24 70 93 69 99 59 57 49 66 96 76 27 0020 31 41 59 26 53 58 97 93 23 84 62 64 33 83 27 95 0030 02 88 41 97 16 93 99 37 51 05 82 09 74 94 45 92 IV 0000 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0020 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 0030 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 0040 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 0050 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 0060 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 0070 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f 0080 80 81 82 83 84 85 86 87 88 89 8a 8b 8c 8d 8e 8f 0090 90 91 92 93 94 95 96 97 98 99 9a 9b 9c 9d 9e 9f 00a0 a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab ac ad ae af 00b0 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 ba bb bc bd be bf 00c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf 00d0 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 da db dc dd de df 00e0 e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ea eb ec ed ee ef 00f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff 0100 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0110 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0120 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 0130 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 0140 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 0150 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 0160 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 0170 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f 0180 80 81 82 83 84 85 86 87 88 89 8a 8b 8c 8d 8e 8f 0190 90 91 92 93 94 95 96 97 98 99 9a 9b 9c 9d 9e 9f 01a0 a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab ac ad ae af 01b0 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 ba bb bc bd be bf 01c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf 01d0 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 da db dc dd de df 01e0 e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ea eb ec ed ee ef 01f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff Ciphertext 0000 77 a3 12 51 61 8a 15 e6 b9 2d 1d 66 df fe 7b 50 0010 b5 0b ad 55 23 05 ba 02 17 a6 10 68 8e ff 7e 11 0020 e1 d0 22 54 38 e0 93 24 2d 6d b2 74 fd e8 01 d4 0030 ca e0 6f 20 92 c7 28 b2 47 85 59 df 58 e8 37 c2 0040 46 9e e4 a4 fa 79 4e 4b bc 7f 39 bc 02 6e 3c b7 0050 2c 33 b0 88 8f 25 b4 ac f5 6a 2a 98 04 f1 ce 6d 0060 3d 6e 1d c6 ca 18 1d 4b 54 61 79 d5 55 44 aa 77 0070 60 c4 0d 06 74 15 39 c7 e3 cd 9d 2f 66 50 b2 01 0080 3f d0 ee b8 c2 b8 e3 d8 d2 40 cc ae 2d 4c 98 32 0090 0a 74 42 e1 c8 d7 5a 42 d6 e6 cf a4 c2 ec a1 79 00a0 8d 15 8c 7a ec df 82 49 0f 24 bb 9b 38 e1 08 bc 00b0 da 12 c3 fa f9 a2 11 41 c3 61 3b 58 36 7f 92 2a 00c0 aa 26 cd 22 f2 3d 70 8d ae 69 9a d7 cb 40 a8 ad 00d0 0b 6e 27 84 97 3d cb 60 56 84 c0 8b 8d 69 98 c6 00e0 9a ac 04 99 21 87 1e bb 65 30 1a 46 19 ca 80 ec 00f0 b4 85 a3 1d 74 42 23 ce 8d dc 23 94 82 8d 6a 80 0100 47 0c 09 2f 5b a4 13 c3 37 8f a6 05 42 55 c6 f9 0110 df 44 95 86 2b bb 32 87 68 1f 93 1b 68 7c 88 8a 0120 bf 84 4d fc 8f c2 83 31 e5 79 92 8c d1 2b d2 39 0130 0a e1 23 cf 03 81 8d 14 de dd e5 c0 c2 4c 8a b0 0140 18 bf ca 75 ca 09 6f 2d 53 1f 3d 16 19 e7 85 f1 0150 ad a4 37 ca b9 2e 98 05 58 b3 dc e1 47 4a fb 75 0160 bf ed bf 8f f5 4c b2 61 8e 02 44 c9 ac 0d 3c 66 0170 fb 51 59 8c d2 db 11 f9 be 39 79 1a be 44 7c 63 0180 09 4f 7c 45 3b 7f f8 7c b5 bb 36 b7 c7 9e fb 08 0190 72 d1 70 58 b8 3b 15 ab 08 66 ad 8a 58 65 6c 5a 01a0 7e 20 db df 30 8b 24 61 d9 7c 0e c0 02 4a 27 15 01b0 05 52 49 cf 3b 47 8d dd 47 40 de 65 4f 75 ca 68 01c0 6e 0d 73 45 c6 9e d5 0c dc 2a 8b 33 2b 1f 88 24 01d0 10 8a c9 37 eb 05 05 85 60 8e e7 34 09 7f c0 90 01e0 54 fb ff 89 ee ae ea 79 1f 4a 7a b1 f9 86 82 94 01f0 a4 f9 e2 7b 42 af 81 00 cb 9d 59 ce f9 64 58 03 Testing cipher AES-256-XTS(encrypt/decrypt) Key 0000 27 18 28 18 28 45 90 45 23 53 60 28 74 71 35 26 0010 62 49 77 57 24 70 93 69 99 59 57 49 66 96 76 27 0020 31 41 59 26 53 58 97 93 23 84 62 64 33 83 27 95 0030 02 88 41 97 16 93 99 37 51 05 82 09 74 94 45 92 IV 0000 ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0020 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 0030 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 0040 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 0050 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 0060 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 0070 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f 0080 80 81 82 83 84 85 86 87 88 89 8a 8b 8c 8d 8e 8f 0090 90 91 92 93 94 95 96 97 98 99 9a 9b 9c 9d 9e 9f 00a0 a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab ac ad ae af 00b0 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 ba bb bc bd be bf 00c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf 00d0 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 da db dc dd de df 00e0 e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ea eb ec ed ee ef 00f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff 0100 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0110 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0120 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 0130 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 0140 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 0150 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 0160 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 0170 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f 0180 80 81 82 83 84 85 86 87 88 89 8a 8b 8c 8d 8e 8f 0190 90 91 92 93 94 95 96 97 98 99 9a 9b 9c 9d 9e 9f 01a0 a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab ac ad ae af 01b0 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 ba bb bc bd be bf 01c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf 01d0 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 da db dc dd de df 01e0 e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ea eb ec ed ee ef 01f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff Ciphertext 0000 e3 87 aa a5 8b a4 83 af a7 e8 eb 46 97 78 31 7e 0010 cf 4c f5 73 aa 9d 4e ac 23 f2 cd f9 14 e4 e2 00 0020 a8 b4 90 e4 2e e6 46 80 2d c6 ee 2b 47 1b 27 81 0030 95 d6 09 18 ec ec b4 4b f7 99 66 f8 3f ab a0 49 0040 92 98 eb c6 99 c0 c8 63 47 15 a3 20 bb 4f 07 5d 0050 62 2e 74 c8 c9 32 00 4f 25 b4 1e 36 10 25 b5 a8 0060 78 15 39 1f 61 08 fc 4a fa 6a 05 d9 30 3c 6b a6 0070 8a 12 8a 55 70 5d 41 59 85 83 2f de aa e6 c8 e1 0080 91 10 e8 4d 1b 1f 19 9a 26 92 11 9e dc 96 13 26 0090 58 f0 9d a7 c6 23 ef ce c7 12 53 7a 3d 94 c0 bf 00a0 5d 7e 35 2e c9 4a e5 79 7f db 37 7d c1 55 11 50 00b0 72 1a df 15 bd 26 a8 ef c2 fc aa d5 68 81 fa 9e 00c0 62 46 2c 28 f3 0a e1 ce ac a9 3c 34 5c f2 43 b7 00d0 3f 54 2e 20 74 a7 05 bd 26 43 bb 9f 7c c7 9b b6 00e0 e7 09 1e a6 e2 32 df 0f 9a d0 d6 cf 50 23 27 87 00f0 6d 82 20 7a bf 21 15 cd ac f6 d5 a4 8f 6c 18 79 0100 a6 5b 11 5f 0f 8b 3c b3 c5 9d 15 dd 8c 76 9b c0 0110 14 79 5a 18 37 f3 90 1b 58 45 eb 49 1a df ef e0 0120 97 b1 fa 30 a1 2f c1 f6 5b a2 29 05 03 15 39 97 0130 1a 10 f2 f3 6c 32 1b b5 13 31 cd ef b3 9e 39 64 0140 c7 ef 07 99 94 f5 b6 9b 2e dd 83 a7 1e f5 49 97 0150 1e e9 3f 44 ea c3 93 8f cd d6 1d 01 fa 71 79 9d 0160 a3 a8 09 1c 4c 48 aa 9e d2 63 ff 07 49 df 95 d4 0170 4f ef 6a 0b b5 78 ec 69 45 6a a5 40 8a e3 2c 7a 0180 f0 8a d7 ba 89 21 28 7e 3b be e3 1b 76 7b e0 6a 0190 0e 70 5c 86 4a 76 91 37 df 28 29 22 83 ea 81 a2 01a0 48 02 41 b4 4d 99 21 cd be c1 bc 28 dc 1f da 11 01b0 4b d8 e5 21 7a c9 d8 eb af a7 20 e9 da 4f 9a ce 01c0 23 1c c9 49 e5 b9 6f e7 6f fc 21 06 3f dd c8 3a 01d0 6b 86 79 c0 0d 35 e0 95 76 a8 75 30 5b ed 5f 36 01e0 ed 24 2c 89 00 dd 1f a9 65 bc 95 0d fc e0 9b 13 01f0 22 63 a1 ee f5 2d d6 88 8c 30 9f 5a 7d 71 28 26 Testing cipher AES-256-XTS(encrypt/decrypt) Key 0000 27 18 28 18 28 45 90 45 23 53 60 28 74 71 35 26 0010 62 49 77 57 24 70 93 69 99 59 57 49 66 96 76 27 0020 31 41 59 26 53 58 97 93 23 84 62 64 33 83 27 95 0030 02 88 41 97 16 93 99 37 51 05 82 09 74 94 45 92 IV 0000 ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0020 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 0030 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 0040 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 0050 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 0060 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 0070 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f 0080 80 81 82 83 84 85 86 87 88 89 8a 8b 8c 8d 8e 8f 0090 90 91 92 93 94 95 96 97 98 99 9a 9b 9c 9d 9e 9f 00a0 a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab ac ad ae af 00b0 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 ba bb bc bd be bf 00c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf 00d0 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 da db dc dd de df 00e0 e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ea eb ec ed ee ef 00f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff 0100 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0110 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0120 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 0130 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 0140 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 0150 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 0160 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 0170 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f 0180 80 81 82 83 84 85 86 87 88 89 8a 8b 8c 8d 8e 8f 0190 90 91 92 93 94 95 96 97 98 99 9a 9b 9c 9d 9e 9f 01a0 a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab ac ad ae af 01b0 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 ba bb bc bd be bf 01c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf 01d0 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 da db dc dd de df 01e0 e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ea eb ec ed ee ef 01f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff Ciphertext 0000 bf 53 d2 da de 78 e8 22 a4 d9 49 a9 bc 67 66 b0 0010 1b 06 a8 ef 70 d2 67 48 c6 a7 fc 36 d8 0a e4 c5 0020 52 0f 7c 4a b0 ac 85 44 42 4f a4 05 16 2f ef 5a 0030 6b 7f 22 94 98 06 36 18 d3 9f 00 03 cb 5f b8 d1 0040 c8 6b 64 34 97 da 1f f9 45 c8 d3 be de ca 4f 47 0050 97 02 a7 a7 35 f0 43 dd b1 d6 aa ad e3 c4 a0 ac 0060 7c a7 f3 fa 52 79 be f5 6f 82 cd 7a 2f 38 67 2e 0070 82 48 14 e1 07 00 30 0a 05 5e 16 30 b8 f1 cb 0e 0080 91 9f 5e 94 20 10 a4 16 e2 bf 48 cb 46 99 3d 3c 0090 b6 a5 1c 19 ba cf 86 47 85 a0 0b c2 ec ff 15 d3 00a0 50 87 5b 24 6e d5 3e 68 be 6f 55 bd 7e 05 cf c2 00b0 b2 ed 64 32 19 8a 64 44 b6 d8 c2 47 fa b9 41 f5 00c0 69 76 8b 5c 42 93 66 f1 d3 f0 0f 03 45 b9 61 23 00d0 d5 62 04 c0 1c 63 b2 2c e7 8b af 11 6e 52 5e d9 00e0 0f de a3 9f a4 69 49 4d 38 66 c3 1e 05 f2 95 ff 00f0 21 fe a8 d4 e6 e1 3d 67 e4 7c e7 22 e9 69 8a 1c 0100 10 48 d6 8e bc de 76 b8 6f cf 97 6e ab 8a a9 79 0110 02 68 b7 06 8e 01 7a 8b 9b 74 94 09 51 4f 10 53 0120 02 7f d1 6c 37 86 ea 1b ac 5f 15 cb 79 71 1e e2 0130 ab e8 2f 5c f8 b1 3a e7 30 30 ef 5b 9e 44 57 e7 0140 5d 13 04 f9 88 d6 2d d6 fc 4b 94 ed 38 ba 83 1d 0150 a4 b7 63 49 71 b6 cd 8e c3 25 d9 c6 1c 00 f1 df 0160 73 62 7e d3 74 5a 5e 84 89 f3 a9 5c 69 63 9c 32 0170 cd 6e 1d 53 7a 85 f7 5c c8 44 72 6e 8a 72 fc 00 0180 77 ad 22 00 0f 1d 50 78 f6 b8 66 31 8c 66 8f 1a 0190 d0 3d 5a 5f ce d5 21 9f 2e ab bd 0a a5 c0 f4 60 01a0 d1 83 f0 44 04 a0 d6 f4 69 55 8e 81 fa b2 4a 16 01b0 79 05 ab 4c 78 78 50 2a d3 e3 8f db e6 2a 41 55 01c0 6c ec 37 32 57 59 53 3c e8 f2 5f 36 7c 87 bb 55 01d0 78 d6 67 ae 93 f9 e2 fd 99 bc bc 5f 2f bb a8 8c 01e0 f6 51 61 39 42 0f cf f3 b7 36 1d 86 32 2c 4b d8 01f0 4c 82 f3 35 ab b1 52 c4 a9 34 11 37 3a aa 82 20 Testing cipher AES-256-XTS(encrypt/decrypt) Key 0000 27 18 28 18 28 45 90 45 23 53 60 28 74 71 35 26 0010 62 49 77 57 24 70 93 69 99 59 57 49 66 96 76 27 0020 31 41 59 26 53 58 97 93 23 84 62 64 33 83 27 95 0030 02 88 41 97 16 93 99 37 51 05 82 09 74 94 45 92 IV 0000 ff ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0020 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 0030 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 0040 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 0050 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 0060 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 0070 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f 0080 80 81 82 83 84 85 86 87 88 89 8a 8b 8c 8d 8e 8f 0090 90 91 92 93 94 95 96 97 98 99 9a 9b 9c 9d 9e 9f 00a0 a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab ac ad ae af 00b0 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 ba bb bc bd be bf 00c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf 00d0 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 da db dc dd de df 00e0 e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ea eb ec ed ee ef 00f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff 0100 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0110 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0120 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 0130 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 0140 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 0150 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 0160 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 0170 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f 0180 80 81 82 83 84 85 86 87 88 89 8a 8b 8c 8d 8e 8f 0190 90 91 92 93 94 95 96 97 98 99 9a 9b 9c 9d 9e 9f 01a0 a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab ac ad ae af 01b0 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 ba bb bc bd be bf 01c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf 01d0 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 da db dc dd de df 01e0 e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ea eb ec ed ee ef 01f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff Ciphertext 0000 64 49 7e 5a 83 1e 4a 93 2c 09 be 3e 53 93 37 6d 0010 aa 59 95 48 b8 16 03 1d 22 4b bf 50 a8 18 ed 23 0020 50 ea e7 e9 60 87 c8 a0 db 51 ad 29 0b d0 0c 1a 0030 c1 62 08 57 63 5b f2 46 c1 76 ab 46 3b e3 0b 80 0040 8d a5 48 08 1a c8 47 b1 58 e1 26 4b e2 5b b0 91 0050 0b bc 92 64 71 08 08 94 15 d4 5f ab 1b 3d 26 04 0060 e8 a8 ef f1 ae 40 20 cf a3 99 36 b6 68 27 b2 3f 0070 37 1b 92 20 0b e9 02 51 e6 d7 3c 5f 86 de 5f d4 0080 a9 50 78 19 33 d7 9a 28 27 2b 78 2a 2e c3 13 ef 0090 df cc 06 28 f4 3d 74 4c 2d c2 ff 3d cb 66 99 9b 00a0 50 c7 ca 89 5b 0c 64 79 1e ea a5 f2 94 99 fb 1c 00b0 02 6f 84 ce 5b 5c 72 ba 10 83 cd db 5c e4 54 34 00c0 63 16 65 c3 33 b6 0b 11 59 3f b2 53 c5 17 9a 2c 00d0 8d b8 13 78 2a 00 48 56 a1 65 30 11 e9 3f b6 d8 00e0 76 c1 83 66 dd 86 83 f5 34 12 c0 c1 80 f9 c8 48 00f0 59 2d 59 3f 86 09 ca 73 63 17 d3 56 e1 3e 2b ff 0100 3a 9f 59 cd 9a eb 19 cd 48 25 93 d8 c4 61 28 bb 0110 32 42 3b 37 a9 ad fb 48 2b 99 45 3f be 25 a4 1b 0120 f6 fe b4 aa 0b ef 5e d2 4b f7 3c 76 29 78 02 54 0130 82 c1 31 15 e4 01 5a ac 99 2e 56 13 a3 b5 c2 f6 0140 85 b8 47 95 cb 6e 9b 26 56 d8 c8 81 57 e5 2c 42 0150 f9 78 d8 63 4c 43 d0 6f ea 92 8f 28 22 e4 65 aa 0160 65 76 e9 bf 41 93 84 50 6c c3 ce 3c 54 ac 1a 6f 0170 67 dc 66 f3 b3 01 91 e6 98 38 0b c9 99 b0 5a bc 0180 e1 9d c0 c6 dc c2 dd 00 1e c5 35 ba 18 de b2 df 0190 1a 10 10 23 10 83 18 c7 5d c9 86 11 a0 9d c4 8a 01a0 0a cd ec 67 6f ab df 22 2f 07 e0 26 f0 59 b6 72 01b0 b5 6e 5c bc 8e 1d 21 bb d8 67 dd 92 72 12 05 46 01c0 81 d7 0e a7 37 13 4c df ce 93 b6 f8 2a e2 24 23 01d0 27 4e 58 a0 82 1c c5 50 2e 2d 0a b4 58 5e 94 de 01e0 69 75 be 5e 0b 4e fc e5 1c d3 e7 0c 25 a1 fb bb 01f0 d6 09 d2 73 ad 5b 0d 59 63 1c 53 1f 6a 0a 57 b9 Testing cipher AES-128-XTS(encrypt/decrypt) Key 0000 ff fe fd fc fb fa f9 f8 f7 f6 f5 f4 f3 f2 f1 f0 0010 bf be bd bc bb ba b9 b8 b7 b6 b5 b4 b3 b2 b1 b0 IV 0000 9a 78 56 34 12 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 Ciphertext 0000 6c 16 25 db 46 71 52 2d 3d 75 99 60 1d e7 ca 09 0010 ed Testing cipher AES-128-XTS(encrypt/decrypt) Key 0000 ff fe fd fc fb fa f9 f8 f7 f6 f5 f4 f3 f2 f1 f0 0010 bf be bd bc bb ba b9 b8 b7 b6 b5 b4 b3 b2 b1 b0 IV 0000 9a 78 56 34 12 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 Ciphertext 0000 d0 69 44 4b 7a 7e 0c ab 09 e2 44 47 d2 4d eb 1f 0010 ed bf Testing cipher AES-128-XTS(encrypt/decrypt) Key 0000 ff fe fd fc fb fa f9 f8 f7 f6 f5 f4 f3 f2 f1 f0 0010 bf be bd bc bb ba b9 b8 b7 b6 b5 b4 b3 b2 b1 b0 IV 0000 9a 78 56 34 12 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 Ciphertext 0000 e5 df 13 51 c0 54 4b a1 35 0b 33 63 cd 8e f4 be 0010 ed bf 9d Testing cipher AES-128-XTS(encrypt/decrypt) Key 0000 ff fe fd fc fb fa f9 f8 f7 f6 f5 f4 f3 f2 f1 f0 0010 bf be bd bc bb ba b9 b8 b7 b6 b5 b4 b3 b2 b1 b0 IV 0000 9a 78 56 34 12 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 Ciphertext 0000 9d 84 c8 13 f7 19 aa 2c 7b e3 f6 61 71 c7 c5 c2 0010 ed bf 9d ac Testing cipher AES-128-XTS(encrypt/decrypt) Key 0000 e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ea eb ec ed ee ef 0010 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf IV 0000 21 43 65 87 a9 00 00 00 00 00 00 00 00 00 00 00 Plaintext 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0020 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 0030 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 0040 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 0050 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 0060 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 0070 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f 0080 80 81 82 83 84 85 86 87 88 89 8a 8b 8c 8d 8e 8f 0090 90 91 92 93 94 95 96 97 98 99 9a 9b 9c 9d 9e 9f 00a0 a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab ac ad ae af 00b0 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 ba bb bc bd be bf 00c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf 00d0 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 da db dc dd de df 00e0 e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ea eb ec ed ee ef 00f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff 0100 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0110 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 0120 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 0130 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 0140 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 0150 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 0160 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 0170 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f 0180 80 81 82 83 84 85 86 87 88 89 8a 8b 8c 8d 8e 8f 0190 90 91 92 93 94 95 96 97 98 99 9a 9b 9c 9d 9e 9f 01a0 a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab ac ad ae af 01b0 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 ba bb bc bd be bf 01c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf 01d0 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 da db dc dd de df 01e0 e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ea eb ec ed ee ef 01f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff Ciphertext 0000 38 b4 58 12 ef 43 a0 5b d9 57 e5 45 90 7e 22 3b 0010 95 4a b4 aa f0 88 30 3a d9 10 ea df 14 b4 2b e6 0020 8b 24 61 14 9d 8c 8b a8 5f 99 2b e9 70 bc 62 1f 0030 1b 06 57 3f 63 e8 67 bf 58 75 ac af a0 4e 42 cc 0040 bd 7b d3 c2 a0 fb 1f ff 79 1e c5 ec 36 c6 6a e4 0050 ac 1e 80 6d 81 fb f7 09 db e2 9e 47 1f ad 38 54 0060 9c 8e 66 f5 34 5d 7c 1e b9 4f 40 5d 1e c7 85 cc 0070 6f 6a 68 f6 25 4d d8 33 9f 9d 84 05 7e 01 a1 77 0080 41 99 04 82 99 95 16 b5 61 1a 38 f4 1b b6 47 8e 0090 6f 17 3f 32 08 05 dd 71 b1 93 2f c3 33 cb 9e e3 00a0 99 36 be ea 9a d9 6f a1 0f b4 11 2b 90 17 34 dd 00b0 ad 40 bc 18 78 99 5f 8e 11 ae e7 d1 41 a2 f5 d4 00c0 8b 7a 4e 1e 7f 0b 2c 04 83 0e 69 a4 fd 13 78 41 00d0 1c 2f 28 7e df 48 c6 c4 e5 c2 47 a1 96 80 f7 fe 00e0 41 ce fb d4 9b 58 21 06 e3 61 6c bb e4 df b2 34 00f0 4b 2a e9 51 93 91 f3 e0 fb 49 22 25 4b 1d 6d 2d 0100 19 c6 d4 d5 37 b3 a2 6f 3b cc 51 58 8b 32 f3 ec 0110 a0 82 9b 6a 5a c7 25 78 fb 81 4f b4 3c f8 0d 64 0120 a2 33 e3 f9 97 a3 f0 26 83 34 2f 2b 33 d2 5b 49 0130 25 36 b9 3b ec b2 f5 e1 a8 b8 2f 5b 88 33 42 72 0140 9e 8a e0 9d 16 93 88 41 a2 1a 97 fb 54 3e ea 3b 0150 bf f5 9f 13 c1 a1 84 49 e3 98 70 1c 1a d5 16 48 0160 34 6c bc 04 c2 7b b2 da 3b 93 a1 37 2c ca e5 48 0170 fb 53 be e4 76 f9 e9 c9 17 73 b1 bb 19 82 83 94 0180 d5 5d 3e 1a 20 ed 69 11 3a 86 0b 68 29 ff a8 47 0190 22 46 04 43 50 70 22 1b 25 7e 8d ff 78 36 15 d2 01a0 ca e4 80 3a 93 aa 43 34 ab 48 2a 0a fa c9 c0 ae 01b0 da 70 b4 5a 48 1d f5 de c5 df 8c c0 f4 23 c7 7a 01c0 5f d4 6c d3 12 02 1d 4b 43 88 62 41 9a 79 1b e0 01d0 3b b4 d9 7c 0e 59 57 85 42 53 1b a4 66 a8 3b af 01e0 92 ce fc 15 1b 5c c1 61 1a 16 78 93 81 9b 63 fb 01f0 8a 6b 18 e8 6d e6 02 90 fa 72 b7 97 b0 ce 59 f3 Testing cipher id-aes128-wrap(encrypt/decrypt) Key 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Plaintext 0000 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff Ciphertext 0000 1f a6 8b 0a 81 12 b4 47 ae f3 4b d8 fb 5a 7b 82 0010 9d 3e 86 23 71 d2 cf e5 Testing cipher id-aes192-wrap(encrypt/decrypt) Key 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 Plaintext 0000 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff Ciphertext 0000 96 77 8b 25 ae 6c a4 35 f9 2b 5b 97 c0 50 ae d2 0010 46 8a b8 a1 7a d8 4e 5d Testing cipher id-aes256-wrap(encrypt/decrypt) Key 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f Plaintext 0000 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff Ciphertext 0000 64 e8 c3 f9 ce 0f 5b a2 63 e9 77 79 05 81 8a 2a 0010 93 c8 19 1e 7d 6e 8a e7 Testing cipher id-aes192-wrap(encrypt/decrypt) Key 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 Plaintext 0000 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff 0010 00 01 02 03 04 05 06 07 Ciphertext 0000 03 1d 33 26 4e 15 d3 32 68 f2 4e c2 60 74 3e dc 0010 e1 c6 c7 dd ee 72 5a 93 6b a8 14 91 5c 67 62 d2 Testing cipher id-aes256-wrap(encrypt/decrypt) Key 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f Plaintext 0000 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff 0010 00 01 02 03 04 05 06 07 Ciphertext 0000 a8 f9 bc 16 12 c6 8b 3f f6 e6 f4 fb e3 0e 71 e4 0010 76 9c 8b 80 a3 2c b8 95 8c d5 d1 7d 6b 25 4d a1 Testing cipher id-aes256-wrap(encrypt/decrypt) Key 0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0010 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f Plaintext 0000 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff 0010 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f Ciphertext 0000 28 c9 f4 04 c4 b8 10 f4 cb cc b3 5c fb 87 f8 26 0010 3f 57 86 e2 d8 0e d3 26 cb c7 f0 e7 1a 99 f4 3b 0020 fb 98 8b 9b 7a 02 dd 21 make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_evp make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./evp_extra_test PASS make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_evp_extra make[2]: Entering directory '/usr/lib/openssl/ptest/test' test SSL protocol ../util/shlib_wrap.sh ./ssltest -test_cipherlist Testing cipherlist order only. Ignoring all other options. test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2 via BIO pair test sslv2 with server authentication via BIO pair test sslv2 with client authentication via BIO pair test sslv2 with both client and server authentication via BIO pair test sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test dtlsv1 DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with client authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with both client and server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with client authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with both client and server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 w/o (EC)DHE via BIO pair TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with 1024bit DHE via BIO pair DONE via BIO pair: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair and app verify TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites Testing ciphersuites for TLSv1.2 Testing AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Testing AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done Testing AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-GCM-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA256 TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-GCM-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 2048 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES256-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-GCM-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites for SSLv3 Testing AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 SEED-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA128-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing IDEA-CBC-SHA TLSv1.2, cipher TLSv1/SSLv3 IDEA-CBC-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 RC4-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing RC4-MD5 TLSv1.2, cipher TLSv1/SSLv3 RC4-MD5, 2048 bit RSA 1 handshakes of 256 bytes done Testing DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 DES-CBC3-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing NULL-MD5 TLSv1.2, cipher TLSv1/SSLv3 NULL-MD5, 2048 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-SEED-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA128-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing EDH-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 EDH-RSA-DES-CBC3-SHA, 2048 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 2048 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-RC4-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-DES-CBC3-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-NULL-SHA, 2048 bit RSA 1 handshakes of 256 bytes done dh test tls1 with 1024bit anonymous DH, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s rsa test tls1 with 1024bit RSA, no (EC)DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s dh test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.02 s Approximate total client time: 0.01 s test tls1 with PSK TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with PSK via BIO pair TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with custom extensions TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done test tls1 with serverinfo TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done srp test tls1 with SRP TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 2048 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 2048 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP auth TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with SRP auth via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA, 2048 bit RSA 1 handshakes of 8388608 bytes done TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA256, 2048 bit RSA 1 handshakes of 8388608 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2 via BIO pair test sslv2 with server authentication via BIO pair test sslv2 with client authentication via BIO pair test sslv2 with both client and server authentication via BIO pair test sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test dtlsv1 DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with client authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with both client and server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with client authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with both client and server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 w/o (EC)DHE via BIO pair TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with 1024bit DHE via BIO pair DONE via BIO pair: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair and app verify TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites Testing ciphersuites for TLSv1.2 Testing AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Testing AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done Testing AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-GCM-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA256 TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-GCM-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 2048 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES256-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-GCM-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA256, 2048 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites for SSLv3 Testing AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 SEED-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA128-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing IDEA-CBC-SHA TLSv1.2, cipher TLSv1/SSLv3 IDEA-CBC-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 RC4-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing RC4-MD5 TLSv1.2, cipher TLSv1/SSLv3 RC4-MD5, 2048 bit RSA 1 handshakes of 256 bytes done Testing DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 DES-CBC3-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing NULL-MD5 TLSv1.2, cipher TLSv1/SSLv3 NULL-MD5, 2048 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-SEED-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA128-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing EDH-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 EDH-RSA-DES-CBC3-SHA, 2048 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 2048 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-RC4-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-DES-CBC3-SHA, 2048 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-NULL-SHA, 2048 bit RSA 1 handshakes of 256 bytes done dh test tls1 with 1024bit anonymous DH, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s rsa test tls1 with 1024bit RSA, no (EC)DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s dh test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.02 s Approximate total client time: 0.01 s test tls1 with PSK TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with PSK via BIO pair TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with custom extensions TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done test tls1 with serverinfo TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done srp test tls1 with SRP TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 2048 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 2048 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP auth TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with SRP auth via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done Testing a lot of proxy conditions. Some of them may turn out being invalid, which is fine. test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 via BIO pair test sslv2 with server authentication via BIO pair test sslv2 with client authentication via BIO pair test sslv2 with both client and server authentication via BIO pair test sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with client authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with both client and server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with client authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with both client and server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 w/o (EC)DHE via BIO pair TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with 1024bit DHE via BIO pair DONE via BIO pair: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair and app verify TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites Testing ciphersuites for TLSv1.2 Testing AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA256 TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES256-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites for SSLv3 Testing AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing IDEA-CBC-SHA TLSv1.2, cipher TLSv1/SSLv3 IDEA-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-MD5 TLSv1.2, cipher TLSv1/SSLv3 RC4-MD5, 1024 bit RSA 1 handshakes of 256 bytes done Testing DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-MD5 TLSv1.2, cipher TLSv1/SSLv3 NULL-MD5, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing EDH-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 EDH-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done dh test tls1 with 1024bit anonymous DH, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s rsa test tls1 with 1024bit RSA, no (EC)DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s dh test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.02 s Approximate total client time: 0.01 s test tls1 with PSK TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with PSK via BIO pair TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with custom extensions TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with serverinfo TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done srp test tls1 with SRP TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP auth TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with SRP auth via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 via BIO pair test sslv2 with server authentication via BIO pair test sslv2 with client authentication via BIO pair test sslv2 with both client and server authentication via BIO pair test sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with client authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with both client and server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with client authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with both client and server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 w/o (EC)DHE via BIO pair TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with 1024bit DHE via BIO pair DONE via BIO pair: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair and app verify TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites Testing ciphersuites for TLSv1.2 Testing AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA256 TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES256-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites for SSLv3 Testing AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing IDEA-CBC-SHA TLSv1.2, cipher TLSv1/SSLv3 IDEA-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-MD5 TLSv1.2, cipher TLSv1/SSLv3 RC4-MD5, 1024 bit RSA 1 handshakes of 256 bytes done Testing DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-MD5 TLSv1.2, cipher TLSv1/SSLv3 NULL-MD5, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing EDH-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 EDH-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done dh test tls1 with 1024bit anonymous DH, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s rsa test tls1 with 1024bit RSA, no (EC)DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s dh test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s test tls1 with PSK TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with PSK via BIO pair TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with custom extensions TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with serverinfo TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done srp test tls1 with SRP TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP auth TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with SRP auth via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 via BIO pair test sslv2 with server authentication via BIO pair test sslv2 with client authentication via BIO pair test sslv2 with both client and server authentication via BIO pair test sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with client authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with both client and server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with client authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with both client and server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 w/o (EC)DHE via BIO pair TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with 1024bit DHE via BIO pair DONE via BIO pair: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair and app verify TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites Testing ciphersuites for TLSv1.2 Testing AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA256 TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES256-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites for SSLv3 Testing AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing IDEA-CBC-SHA TLSv1.2, cipher TLSv1/SSLv3 IDEA-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-MD5 TLSv1.2, cipher TLSv1/SSLv3 RC4-MD5, 1024 bit RSA 1 handshakes of 256 bytes done Testing DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-MD5 TLSv1.2, cipher TLSv1/SSLv3 NULL-MD5, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing EDH-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 EDH-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done dh test tls1 with 1024bit anonymous DH, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s rsa test tls1 with 1024bit RSA, no (EC)DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s dh test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.02 s Approximate total client time: 0.01 s test tls1 with PSK TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with PSK via BIO pair TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with custom extensions TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with serverinfo TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done srp test tls1 with SRP TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP auth TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with SRP auth via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 via BIO pair test sslv2 with server authentication via BIO pair test sslv2 with client authentication via BIO pair test sslv2 with both client and server authentication via BIO pair test sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with client authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with both client and server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with client authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with both client and server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 w/o (EC)DHE via BIO pair TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with 1024bit DHE via BIO pair DONE via BIO pair: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair and app verify TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites Testing ciphersuites for TLSv1.2 Testing AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA256 TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES256-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites for SSLv3 Testing AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing IDEA-CBC-SHA TLSv1.2, cipher TLSv1/SSLv3 IDEA-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-MD5 TLSv1.2, cipher TLSv1/SSLv3 RC4-MD5, 1024 bit RSA 1 handshakes of 256 bytes done Testing DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-MD5 TLSv1.2, cipher TLSv1/SSLv3 NULL-MD5, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing EDH-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 EDH-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done dh test tls1 with 1024bit anonymous DH, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s rsa test tls1 with 1024bit RSA, no (EC)DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s dh test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s test tls1 with PSK TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with PSK via BIO pair TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with custom extensions TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with serverinfo TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done srp test tls1 with SRP TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP auth TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with SRP auth via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 via BIO pair test sslv2 with server authentication via BIO pair test sslv2 with client authentication via BIO pair test sslv2 with both client and server authentication via BIO pair test sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with client authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with both client and server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with client authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with both client and server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 w/o (EC)DHE via BIO pair TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with 1024bit DHE via BIO pair DONE via BIO pair: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair and app verify TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites Testing ciphersuites for TLSv1.2 Testing AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA256 TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES256-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites for SSLv3 Testing AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing IDEA-CBC-SHA TLSv1.2, cipher TLSv1/SSLv3 IDEA-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-MD5 TLSv1.2, cipher TLSv1/SSLv3 RC4-MD5, 1024 bit RSA 1 handshakes of 256 bytes done Testing DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-MD5 TLSv1.2, cipher TLSv1/SSLv3 NULL-MD5, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing EDH-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 EDH-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done dh test tls1 with 1024bit anonymous DH, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s rsa test tls1 with 1024bit RSA, no (EC)DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s dh test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.02 s Approximate total client time: 0.01 s test tls1 with PSK TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with PSK via BIO pair TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with custom extensions TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with serverinfo TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done srp test tls1 with SRP TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP auth TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with SRP auth via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 via BIO pair test sslv2 with server authentication via BIO pair test sslv2 with client authentication via BIO pair test sslv2 with both client and server authentication via BIO pair test sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with client authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with both client and server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with client authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with both client and server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 w/o (EC)DHE via BIO pair TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with 1024bit DHE via BIO pair DONE via BIO pair: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair and app verify TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites Testing ciphersuites for TLSv1.2 Testing AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA256 TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES256-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites for SSLv3 Testing AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing IDEA-CBC-SHA TLSv1.2, cipher TLSv1/SSLv3 IDEA-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-MD5 TLSv1.2, cipher TLSv1/SSLv3 RC4-MD5, 1024 bit RSA 1 handshakes of 256 bytes done Testing DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-MD5 TLSv1.2, cipher TLSv1/SSLv3 NULL-MD5, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing EDH-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 EDH-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done dh test tls1 with 1024bit anonymous DH, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s rsa test tls1 with 1024bit RSA, no (EC)DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s dh test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.02 s Approximate total client time: 0.01 s test tls1 with PSK TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with PSK via BIO pair TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with custom extensions TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with serverinfo TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done srp test tls1 with SRP TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP auth TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with SRP auth via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing a lot of proxy conditions. Some of them may turn out being invalid, which is fine. test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 via BIO pair test sslv2 with server authentication via BIO pair test sslv2 with client authentication via BIO pair test sslv2 with both client and server authentication via BIO pair test sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with client authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with both client and server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with client authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with both client and server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 w/o (EC)DHE via BIO pair TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with 1024bit DHE via BIO pair DONE via BIO pair: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair and app verify TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites Testing ciphersuites for TLSv1.2 Testing AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA256 TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES256-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites for SSLv3 Testing AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing IDEA-CBC-SHA TLSv1.2, cipher TLSv1/SSLv3 IDEA-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-MD5 TLSv1.2, cipher TLSv1/SSLv3 RC4-MD5, 1024 bit RSA 1 handshakes of 256 bytes done Testing DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-MD5 TLSv1.2, cipher TLSv1/SSLv3 NULL-MD5, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing EDH-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 EDH-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done dh test tls1 with 1024bit anonymous DH, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s rsa test tls1 with 1024bit RSA, no (EC)DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s dh test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.02 s Approximate total client time: 0.01 s test tls1 with PSK TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with PSK via BIO pair TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with custom extensions TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with serverinfo TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done srp test tls1 with SRP TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP auth TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with SRP auth via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 via BIO pair test sslv2 with server authentication via BIO pair test sslv2 with client authentication via BIO pair test sslv2 with both client and server authentication via BIO pair test sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with client authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with both client and server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with client authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with both client and server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 w/o (EC)DHE via BIO pair TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with 1024bit DHE via BIO pair DONE via BIO pair: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair and app verify TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites Testing ciphersuites for TLSv1.2 Testing AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA256 TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES256-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites for SSLv3 Testing AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing IDEA-CBC-SHA TLSv1.2, cipher TLSv1/SSLv3 IDEA-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-MD5 TLSv1.2, cipher TLSv1/SSLv3 RC4-MD5, 1024 bit RSA 1 handshakes of 256 bytes done Testing DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-MD5 TLSv1.2, cipher TLSv1/SSLv3 NULL-MD5, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing EDH-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 EDH-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done dh test tls1 with 1024bit anonymous DH, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s rsa test tls1 with 1024bit RSA, no (EC)DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s dh test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s test tls1 with PSK TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with PSK via BIO pair TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with custom extensions TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with serverinfo TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done srp test tls1 with SRP TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP auth TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with SRP auth via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 via BIO pair test sslv2 with server authentication via BIO pair test sslv2 with client authentication via BIO pair test sslv2 with both client and server authentication via BIO pair test sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with client authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with both client and server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with client authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with both client and server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 w/o (EC)DHE via BIO pair TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with 1024bit DHE via BIO pair DONE via BIO pair: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair and app verify TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites Testing ciphersuites for TLSv1.2 Testing AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA256 TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES256-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites for SSLv3 Testing AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing IDEA-CBC-SHA TLSv1.2, cipher TLSv1/SSLv3 IDEA-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-MD5 TLSv1.2, cipher TLSv1/SSLv3 RC4-MD5, 1024 bit RSA 1 handshakes of 256 bytes done Testing DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-MD5 TLSv1.2, cipher TLSv1/SSLv3 NULL-MD5, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing EDH-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 EDH-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done dh test tls1 with 1024bit anonymous DH, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s rsa test tls1 with 1024bit RSA, no (EC)DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s dh test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.02 s Approximate total client time: 0.01 s test tls1 with PSK TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with PSK via BIO pair TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with custom extensions TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with serverinfo TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done srp test tls1 with SRP TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP auth TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with SRP auth via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher (NONE) (NONE) 1 handshakes of 256 bytes done test sslv2 test sslv2 with server authentication test sslv2 with client authentication test sslv2 with both client and server authentication test sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2 via BIO pair test sslv2 with server authentication via BIO pair test sslv2 with client authentication via BIO pair test sslv2 with both client and server authentication via BIO pair test sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with client authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1 with both client and server authentication DTLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with client authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test dtlsv1.2 with both client and server authentication DTLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 w/o (EC)DHE via BIO pair TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with 1024bit DHE via BIO pair DONE via BIO pair: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with server authentication TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with client authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done test sslv2/sslv3 with both client and server authentication via BIO pair and app verify TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites Testing ciphersuites for TLSv1.2 Testing AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA256 TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES256-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES256-SHA384 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-GCM-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA256 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA256, 1024 bit RSA 1 handshakes of 256 bytes done Testing ciphersuites for SSLv3 Testing AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing IDEA-CBC-SHA TLSv1.2, cipher TLSv1/SSLv3 IDEA-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing RC4-MD5 TLSv1.2, cipher TLSv1/SSLv3 RC4-MD5, 1024 bit RSA 1 handshakes of 256 bytes done Testing DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing NULL-MD5 TLSv1.2, cipher TLSv1/SSLv3 NULL-MD5, 1024 bit RSA 1 handshakes of 256 bytes done dh Testing DHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA256-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-SEED-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-SEED-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing DHE-RSA-CAMELLIA128-SHA TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-CAMELLIA128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing EDH-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 EDH-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done testing connection with weak DH, expecting failure TLSv1.2, cipher (NONE) (NONE), 1024 bit RSA 1 handshakes of 256 bytes done ec Testing ECDHE-RSA-AES256-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-AES128-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES128-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-RC4-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-RC4-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-DES-CBC3-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-DES-CBC3-SHA, 1024 bit RSA 1 handshakes of 256 bytes done Testing ECDHE-RSA-NULL-SHA TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-NULL-SHA, 1024 bit RSA 1 handshakes of 256 bytes done dh test tls1 with 1024bit anonymous DH, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ADH-AES256-SHA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s rsa test tls1 with 1024bit RSA, no (EC)DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.01 s Approximate total client time: 0.01 s dh test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA DONE via BIO pair: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA 10 handshakes of 256 bytes done Approximate total server time: 0.02 s Approximate total client time: 0.01 s test tls1 with PSK TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with PSK via BIO pair TLSv1, cipher TLSv1/SSLv3 PSK-AES256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with custom extensions TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with serverinfo TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Servername 2 is NULL TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done srp test tls1 with SRP TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-RSA-AES-256-CBC-SHA, 1024 bit RSA 1 handshakes of 256 bytes done test tls1 with SRP auth TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done test tls1 with SRP auth via BIO pair TLSv1, cipher TLSv1/SSLv3 SRP-AES-256-CBC-SHA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done Switching server context. TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA 1 handshakes of 256 bytes done make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_ssl make[2]: Entering directory '/usr/lib/openssl/ptest/test' rsa Setting up TSA test directory... Creating CA for TSA tests... Creating a new CA for the TSA tests... Creating tsa_cert1.pem TSA server cert... Using extension tsa_cert Creating tsa_cert2.pem non-TSA server cert... Using extension non_tsa_cert Creating req1.req time stamp request for file testtsa... Printing req1.req... Version: 1 Hash Algorithm: sha1 Message data: 0000 - 48 44 c4 76 26 9d e5 5d-9c 67 1e 3b 0c ec b3 cd HD.v&..].g.;.... 0010 - c5 b8 6e 67 ..ng Policy OID: tsa_policy1 Nonce: 0xE9ACD2A9AD42F0C0 Certificate required: yes Extensions: Generating valid response for req1.req... Printing response... Status info: Status: Granted. Status description: unspecified Failure info: unspecified TST info: Version: 1 Policy OID: tsa_policy1 Hash Algorithm: sha1 Message data: 0000 - 48 44 c4 76 26 9d e5 5d-9c 67 1e 3b 0c ec b3 cd HD.v&..].g.;.... 0010 - c5 b8 6e 67 ..ng Serial number: 0x01 Time stamp: Aug 12 17:52:57 2017 GMT Accuracy: 0x01 seconds, 0x01F4 millis, 0x64 micros Ordering: yes Nonce: 0xE9ACD2A9AD42F0C0 TSA: DirName:/C=HU/ST=Budapest/L=Buda/O=Hun-TSA Ltd./CN=tsa1 Extensions: Verifying valid response... Verification: OK Verification: OK Verifying valid token... Verification: OK Verification: OK Creating req2.req time stamp request for file testtsa... Printing req2.req... Version: 1 Hash Algorithm: sha1 Message data: 0000 - 48 44 c4 76 26 9d e5 5d-9c 67 1e 3b 0c ec b3 cd HD.v&..].g.;.... 0010 - c5 b8 6e 67 ..ng Policy OID: tsa_policy2 Nonce: unspecified Certificate required: no Extensions: Generating valid response for req2.req... Checking '-token_in' and '-token_out' options with '-reply'... Version: 1 Policy OID: tsa_policy2 Hash Algorithm: sha1 Message data: 0000 - 48 44 c4 76 26 9d e5 5d-9c 67 1e 3b 0c ec b3 cd HD.v&..].g.;.... 0010 - c5 b8 6e 67 ..ng Serial number: 0x02 Time stamp: Aug 12 17:52:57 2017 GMT Accuracy: 0x01 seconds, 0x01F4 millis, 0x64 micros Ordering: yes Nonce: unspecified TSA: DirName:/C=HU/ST=Budapest/L=Buda/O=Hun-TSA Ltd./CN=tsa1 Extensions: Version: 1 Policy OID: tsa_policy2 Hash Algorithm: sha1 Message data: 0000 - 48 44 c4 76 26 9d e5 5d-9c 67 1e 3b 0c ec b3 cd HD.v&..].g.;.... 0010 - c5 b8 6e 67 ..ng Serial number: 0x02 Time stamp: Aug 12 17:52:57 2017 GMT Accuracy: 0x01 seconds, 0x01F4 millis, 0x64 micros Ordering: yes Nonce: unspecified TSA: DirName:/C=HU/ST=Budapest/L=Buda/O=Hun-TSA Ltd./CN=tsa1 Extensions: Version: 1 Policy OID: tsa_policy2 Hash Algorithm: sha1 Message data: 0000 - 48 44 c4 76 26 9d e5 5d-9c 67 1e 3b 0c ec b3 cd HD.v&..].g.;.... 0010 - c5 b8 6e 67 ..ng Serial number: 0x03 Time stamp: Aug 12 17:52:57 2017 GMT Accuracy: 0x01 seconds, 0x01F4 millis, 0x64 micros Ordering: yes Nonce: unspecified TSA: DirName:/C=HU/ST=Budapest/L=Buda/O=Hun-TSA Ltd./CN=tsa1 Extensions: Printing response... Status info: Status: Granted. Status description: unspecified Failure info: unspecified TST info: Version: 1 Policy OID: tsa_policy2 Hash Algorithm: sha1 Message data: 0000 - 48 44 c4 76 26 9d e5 5d-9c 67 1e 3b 0c ec b3 cd HD.v&..].g.;.... 0010 - c5 b8 6e 67 ..ng Serial number: 0x02 Time stamp: Aug 12 17:52:57 2017 GMT Accuracy: 0x01 seconds, 0x01F4 millis, 0x64 micros Ordering: yes Nonce: unspecified TSA: DirName:/C=HU/ST=Budapest/L=Buda/O=Hun-TSA Ltd./CN=tsa1 Extensions: Verifying valid response... Verification: OK Verification: OK Verifying response against wrong request, it should fail... Verification: FAILED Ok Verifying response against wrong request, it should fail... Verification: FAILED Ok Creating req3.req time stamp request for file CAtsa.cnf... Printing req3.req... Version: 1 Hash Algorithm: sha1 Message data: 0000 - 1c b9 52 2b 5c 27 b0 ae-83 b8 b2 c1 6d 82 1a 7f ..R+\'......m... 0010 - db 63 45 e7 .cE. Policy OID: unspecified Nonce: unspecified Certificate required: no Extensions: Verifying response against wrong request, it should fail... Verification: FAILED Ok Cleaning up... make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_tsa make[2]: Entering directory '/usr/lib/openssl/ptest/test' Test IGE mode ../util/shlib_wrap.sh ./igetest make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_ige make[2]: Entering directory '/usr/lib/openssl/ptest/test' Test JPAKE ../util/shlib_wrap.sh ./jpaketest No JPAKE support make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_jpake make[2]: Entering directory '/usr/lib/openssl/ptest/test' Test SRP ../util/shlib_wrap.sh ./srptest N = EEAF0AB9ADB38DD69C33F80AFA8FC5E86072618775FF3C0B9EA2314C9C256576D674DF7496EA81D3383B4813D692C6E0E0D5D8E250B98BE48E495C1D6089DAD15DC7D7B46154D6B6CE8EF4AD69B15D4982559B297BCF1885C529F566660E57EC68EDBC3C05726CC02FD4CBF4976EAA9AFD5138FE8376435B9FC61D2FC0EB06E3 g = 2 Salt = E34FF5641986070A4BE0FEDBA635A9DC41802889 Verifier = 44086EB4C7D4427323AF7160B19ECD43B9968C2EA1910F0E24663B9CE683503F05554C90296265C4DD323E32217FEAB5282CEC7481A1551A4D62CC137BF6F68222EE04BB661D6A5DF4725C2ED0848F4536C45E14FA972F6E8C6F4F4503664D8F8BCD5F38EF322A91A7E418BF8F4BE2156DD07AC42142326252450C0FFAFBEE0C b = 9383934946E6BF9F230B1848F746E745AB9DDFC45969922AF6D2144055338A79 B = 20A17296E677BD956312E8EE5DD0946DF85BE464823430AD70C0F91DCCCE41A443E070B0CA6BE8BCF0780393C08705AA35F201398FA39E6C285220CE8A59FFAEB1668F44B138E2D67ED13E682018BC4C015A23AF0BDDCC71082807694B65E135A5A0F8BE3FDAB587D75A8AEBAD7224713DB59559DA7E9A52094FC591EAC9912 a = 85E41D78B65E94C1A0E39DF8D6C62872A7D163D3AACEFD5E8193DBAA697FA6E A = 67B3B8310094315ADA9FE124411E2C68623492CD37E49E2787DD6D959D576987BF4445E594F38F533D87DDF21918659A174254781DCA17A95FB44DBB7EA6B6373C7DD77DC19491CFD10D4F67A8A676A4BA4397CECAC1D08A8659DF1F84DAFA8043FE216CB933D8A3378E56B2BED0C5112282DDEEA74307B880E6D5063B3FE584 Client's key = E39D652BA08F44E4F544E7BC274C9C60F4F53A8C052C2BBD649DF0457CD4A98A7F9F8E0B76A6CF9E64FEBDA4B2185AD6CC35E3E1AFE01F0927D1DBC203D8F6AB76B17C005D7E8372EA8598B16F5B89C9189253C3447EAE1FFA6AE23983B28A86087A1CB90758C9B4A9FA4CBF7F21BB3E1DB2913160B70D7078B917EED29C5292 Server's key = 11770118A3D3D8D5997E7D7BF0041F7FC7AADAF28102BF664A05362E116DFB5F7250E02C4DF8B0CE123221FDC04E38BA96A140EFEDB36FFBA8A317E0C6543731F7FD27069DD7489C39D4514BBD2F225CA50B40AE9658568C8FB65BFD4F6F09696AF1B4A64B875B5F8942D0232EFE4034B53D3250E1181808B355EAA065B62759 N = EEAF0AB9ADB38DD69C33F80AFA8FC5E86072618775FF3C0B9EA2314C9C256576D674DF7496EA81D3383B4813D692C6E0E0D5D8E250B98BE48E495C1D6089DAD15DC7D7B46154D6B6CE8EF4AD69B15D4982559B297BCF1885C529F566660E57EC68EDBC3C05726CC02FD4CBF4976EAA9AFD5138FE8376435B9FC61D2FC0EB06E3 g = 2 Salt = 1861B04A1E7C632394C943B71698D3DFB5D96901 Verifier = B518133280E3D1E8871F61AAF4AE39FA4B26A3543D166D35DFFB2B3480C40E1E9B13464F6F94D26A5357F310A78C65CDA1FAAF18C7866FCC9A9F6CC7E0E9B06DEC19C950C90872CF1F7A7210F93659B4165607FC8A89FCDD5422E9D395498A722716F7FD156D2D4BD0F6F12118591B7A15860D8E6058B3C8490E03A9B19CB00E b = D9EEAB3FD76D9BFC7B2964E3D718C5432CF7F3C12A43347C8579A0F8217431BA B = 41AB19E8517CB0AAD7D9D5BFFEFD45015B208AD6187A1B307008CD2F13CE8145978A5B123B2D0284CFA5FAB18724B1E5509F0DB4B2922AC525DF26E4380A288AC4AFA77D3B130AB01708EF6355789A073F5A283E1D2DC9C6470202F8D88A86F7A985B7CD125C9CC3B07625EED62269AD3BB305735843BAECFF410D44A3ECFEC6 a = A8248A5623925228B606B73AC66E07E3CC322389FB2948DBA6D608EA973C752B A = 954EFCF338ABEB6638C797A3C0AFC0AD37653524DEDF2CA49BC5F1FBF4102377D55BA1800506A6E35B63C0C7B822A79B080D25E9939797D484EE62DA0F5199926BF5851D7C9C844F66A508B32611A7562647C04C41FFB5F9C08D352F3BF9755898EBAA721526F9C8B8E35968DD88E08E2546FAD32C5873909937635C38C57FA4 Client's key = 75556860D75FDB8B85FCA2AB33903B68F462125B459F3714A58D3FA33274AB79E344A67FDE46F1C37D767C2A9A00973C3A168629958B2048B6E3A92900F6F3A0FA24717B267A4B58A49C02024F99CD2B466A144859967AFDE317CB6CF79310C456887B53A103089E1F18FB66066AA8DE5A887F8CB1FFDB90A0CD6F59C1D6374A Server's key = 75556860D75FDB8B85FCA2AB33903B68F462125B459F3714A58D3FA33274AB79E344A67FDE46F1C37D767C2A9A00973C3A168629958B2048B6E3A92900F6F3A0FA24717B267A4B58A49C02024F99CD2B466A144859967AFDE317CB6CF79310C456887B53A103089E1F18FB66066AA8DE5A887F8CB1FFDB90A0CD6F59C1D6374A make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_srp make[2]: Entering directory '/usr/lib/openssl/ptest/test' CMS consistency test /usr/bin/perl cms-test.pl CMS => PKCS#7 compatibility tests signed content DER format, RSA key: OK signed detached content DER format, RSA key: OK signed content test streaming BER format, RSA: OK signed content DER format, DSA key: OK signed detached content DER format, DSA key: OK signed detached content DER format, add RSA signer: OK signed content test streaming BER format, DSA key: OK signed content test streaming BER format, 2 DSA and 2 RSA keys: OK signed content test streaming BER format, 2 DSA and 2 RSA keys, no attributes: OK signed content test streaming S/MIME format, 2 DSA and 2 RSA keys: OK signed content test streaming multipart S/MIME format, 2 DSA and 2 RSA keys: OK enveloped content test streaming S/MIME format, 3 recipients: OK enveloped content test streaming S/MIME format, 3 recipients, 3rd used: OK enveloped content test streaming S/MIME format, 3 recipients, key only used: OK enveloped content test streaming S/MIME format, AES-256 cipher, 3 recipients: OK CMS <= PKCS#7 compatibility tests signed content DER format, RSA key: OK signed detached content DER format, RSA key: OK signed content test streaming BER format, RSA: OK signed content DER format, DSA key: OK signed detached content DER format, DSA key: OK signed detached content DER format, add RSA signer: OK signed content test streaming BER format, DSA key: OK signed content test streaming BER format, 2 DSA and 2 RSA keys: OK signed content test streaming BER format, 2 DSA and 2 RSA keys, no attributes: OK signed content test streaming S/MIME format, 2 DSA and 2 RSA keys: OK signed content test streaming multipart S/MIME format, 2 DSA and 2 RSA keys: OK enveloped content test streaming S/MIME format, 3 recipients: OK enveloped content test streaming S/MIME format, 3 recipients, 3rd used: OK enveloped content test streaming S/MIME format, 3 recipients, key only used: OK enveloped content test streaming S/MIME format, AES-256 cipher, 3 recipients: OK CMS <=> CMS consistency tests signed content DER format, RSA key: OK signed detached content DER format, RSA key: OK signed content test streaming BER format, RSA: OK signed content DER format, DSA key: OK signed detached content DER format, DSA key: OK signed detached content DER format, add RSA signer: OK signed content test streaming BER format, DSA key: OK signed content test streaming BER format, 2 DSA and 2 RSA keys: OK signed content test streaming BER format, 2 DSA and 2 RSA keys, no attributes: OK signed content test streaming S/MIME format, 2 DSA and 2 RSA keys: OK signed content test streaming multipart S/MIME format, 2 DSA and 2 RSA keys: OK enveloped content test streaming S/MIME format, 3 recipients: OK enveloped content test streaming S/MIME format, 3 recipients, 3rd used: OK enveloped content test streaming S/MIME format, 3 recipients, key only used: OK enveloped content test streaming S/MIME format, AES-256 cipher, 3 recipients: OK signed content test streaming BER format, 2 DSA and 2 RSA keys, keyid: OK signed content test streaming PEM format, 2 DSA and 2 RSA keys: OK signed content MIME format, RSA key, signed receipt request: OK signed receipt MIME format, RSA key: OK enveloped content test streaming S/MIME format, 3 recipients, keyid: OK enveloped content test streaming PEM format, KEK: OK enveloped content test streaming PEM format, KEK, key only: OK data content test streaming PEM format: OK encrypted content test streaming PEM format, 128 bit RC2 key: OK encrypted content test streaming PEM format, 40 bit RC2 key: OK encrypted content test streaming PEM format, triple DES key: OK encrypted content test streaming PEM format, 128 bit AES key: OK CMS <=> CMS consistency tests, modified key parameters signed content test streaming PEM format, RSA keys, PSS signature: OK signed content test streaming PEM format, RSA keys, PSS signature, no attributes: OK signed content test streaming PEM format, RSA keys, PSS signature, SHA384 MGF1: OK enveloped content test streaming S/MIME format, OAEP default parameters: OK enveloped content test streaming S/MIME format, OAEP SHA256: OK enveloped content test streaming S/MIME format, ECDH: OK enveloped content test streaming S/MIME format, ECDH, key identifier: OK enveloped content test streaming S/MIME format, ECDH, AES128, SHA256 KDF: OK enveloped content test streaming S/MIME format, ECDH, K-283, cofactor DH: skipped, EC2M disabled enveloped content test streaming S/MIME format, X9.42 DH: OK Zlib not supported: compression tests skipped ALL TESTS SUCCESSFUL. make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_cms make[2]: Entering directory '/usr/lib/openssl/ptest/test' Test OCSP === VALID OCSP RESPONSES === NON-DELEGATED; Intermediate CA -> EE NON-DELEGATED; Root CA -> Intermediate CA NON-DELEGATED; Root CA -> EE DELEGATED; Intermediate CA -> EE DELEGATED; Root CA -> Intermediate CA DELEGATED; Root CA -> EE === INVALID SIGNATURE on the OCSP RESPONSE === NON-DELEGATED; Intermediate CA -> EE NON-DELEGATED; Root CA -> Intermediate CA NON-DELEGATED; Root CA -> EE DELEGATED; Intermediate CA -> EE DELEGATED; Root CA -> Intermediate CA DELEGATED; Root CA -> EE === WRONG RESPONDERID in the OCSP RESPONSE === NON-DELEGATED; Intermediate CA -> EE NON-DELEGATED; Root CA -> Intermediate CA NON-DELEGATED; Root CA -> EE DELEGATED; Intermediate CA -> EE DELEGATED; Root CA -> Intermediate CA DELEGATED; Root CA -> EE === WRONG ISSUERNAMEHASH in the OCSP RESPONSE === NON-DELEGATED; Intermediate CA -> EE NON-DELEGATED; Root CA -> Intermediate CA NON-DELEGATED; Root CA -> EE DELEGATED; Intermediate CA -> EE DELEGATED; Root CA -> Intermediate CA DELEGATED; Root CA -> EE === WRONG ISSUERKEYHASH in the OCSP RESPONSE === NON-DELEGATED; Intermediate CA -> EE NON-DELEGATED; Root CA -> Intermediate CA NON-DELEGATED; Root CA -> EE DELEGATED; Intermediate CA -> EE DELEGATED; Root CA -> Intermediate CA DELEGATED; Root CA -> EE === WRONG KEY in the DELEGATED OCSP SIGNING CERTIFICATE === DELEGATED; Intermediate CA -> EE DELEGATED; Root CA -> Intermediate CA DELEGATED; Root CA -> EE === INVALID SIGNATURE on the DELEGATED OCSP SIGNING CERTIFICATE === DELEGATED; Intermediate CA -> EE DELEGATED; Root CA -> Intermediate CA DELEGATED; Root CA -> EE === WRONG SUBJECT NAME in the ISSUER CERTIFICATE === NON-DELEGATED; Intermediate CA -> EE NON-DELEGATED; Root CA -> Intermediate CA NON-DELEGATED; Root CA -> EE DELEGATED; Intermediate CA -> EE DELEGATED; Root CA -> Intermediate CA DELEGATED; Root CA -> EE === WRONG KEY in the ISSUER CERTIFICATE === NON-DELEGATED; Intermediate CA -> EE NON-DELEGATED; Root CA -> Intermediate CA NON-DELEGATED; Root CA -> EE DELEGATED; Intermediate CA -> EE DELEGATED; Root CA -> Intermediate CA DELEGATED; Root CA -> EE === INVALID SIGNATURE on the ISSUER CERTIFICATE === NON-DELEGATED; Intermediate CA -> EE NON-DELEGATED; Root CA -> Intermediate CA NON-DELEGATED; Root CA -> EE DELEGATED; Intermediate CA -> EE DELEGATED; Root CA -> Intermediate CA DELEGATED; Root CA -> EE ALL OCSP TESTS SUCCESSFUL make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_ocsp make[2]: Entering directory '/usr/lib/openssl/ptest/test' Test X509v3_check_* ../util/shlib_wrap.sh ./v3nametest make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_v3name make[2]: Entering directory '/usr/lib/openssl/ptest/test' ../util/shlib_wrap.sh ./heartbeat_test make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_heartbeat make[2]: Entering directory '/usr/lib/openssl/ptest/test' Test constant time utilites ../util/shlib_wrap.sh ./constant_time_test Testing constant time operations... ok (ran 1908 tests) make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_constant_time make[2]: Entering directory '/usr/lib/openssl/ptest/test' test_verify_extra ../util/shlib_wrap.sh ./verify_extra_test PASS make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_verify_extra make[2]: Entering directory '/usr/lib/openssl/ptest/test' test_clienthello ../util/shlib_wrap.sh ./clienthellotest make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_clienthello make[2]: Entering directory '/usr/lib/openssl/ptest/test' test_sslv2conftest ../util/shlib_wrap.sh ./sslv2conftest SSLv2 CONF test: PASSED make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_sslv2conftest make[2]: Entering directory '/usr/lib/openssl/ptest/test' test_dtls ../util/shlib_wrap.sh ./dtlstest ../apps/server.pem ../apps/server.pem Starting Test 0 ---- START OF PACKET ---- *---- START OF RECORD ---- ** Record Content-type: 22 ** Record Version: feff ** Record Epoch: 0 ** Record Sequence: 000000000000 ** Record Length: 103 **---- START OF HANDSHAKE MESSAGE FRAGMENT ---- *** Message Type: 1 *** Message Length: 91 *** Message sequence: 0 *** Message Fragment offset: 0 *** Message Fragment len: 91 **---- END OF HANDSHAKE MESSAGE FRAGMENT ---- *---- END OF RECORD ---- ---- END OF PACKET ---- ---- START OF PACKET ---- *---- START OF RECORD ---- ** Record Content-type: 22 ** Record Version: fefd ** Record Epoch: 1 ** Record Sequence: 00000000000f ** Record Length: 22 **---- START OF HANDSHAKE MESSAGE FRAGMENT ---- **---- HANDSHAKE MESSAGE FRAGMENT ENCRYPTED ---- *---- END OF RECORD ---- ---- END OF PACKET ---- ---- START OF PACKET ---- *---- START OF RECORD ---- ** Record Content-type: 22 ** Record Version: fefd ** Record Epoch: 0 ** Record Sequence: 000000000001 ** Record Length: 243 **---- START OF HANDSHAKE MESSAGE FRAGMENT ---- *** Message Type: 16 *** Message Length: 258 *** Message sequence: 1 *** Message Fragment offset: 0 *** Message Fragment len: 231 **---- END OF HANDSHAKE MESSAGE FRAGMENT ---- *---- END OF RECORD ---- ---- END OF PACKET ---- ---- START OF PACKET ---- *---- START OF RECORD ---- ** Record Content-type: 22 ** Record Version: fefd ** Record Epoch: 0 ** Record Sequence: 000000000002 ** Record Length: 39 **---- START OF HANDSHAKE MESSAGE FRAGMENT ---- *** Message Type: 16 *** Message Length: 258 *** Message sequence: 1 *** Message Fragment offset: 231 *** Message Fragment len: 27 **---- END OF HANDSHAKE MESSAGE FRAGMENT ---- *---- END OF RECORD ---- * *---- START OF RECORD ---- ** Record Content-type: 20 ** Record Version: fefd ** Record Epoch: 0 ** Record Sequence: 000000000003 ** Record Length: 1 *---- END OF RECORD ---- * *---- START OF RECORD ---- ** Record Content-type: 22 ** Record Version: fefd ** Record Epoch: 1 ** Record Sequence: 000000000000 ** Record Length: 64 **---- START OF HANDSHAKE MESSAGE FRAGMENT ---- **---- HANDSHAKE MESSAGE FRAGMENT ENCRYPTED ---- *---- END OF RECORD ---- ---- END OF PACKET ---- Starting Test 1 ---- START OF PACKET ---- *---- START OF RECORD ---- ** Record Content-type: 22 ** Record Version: feff ** Record Epoch: 0 ** Record Sequence: 000000000000 ** Record Length: 103 **---- START OF HANDSHAKE MESSAGE FRAGMENT ---- *** Message Type: 1 *** Message Length: 91 *** Message sequence: 0 *** Message Fragment offset: 0 *** Message Fragment len: 91 **---- END OF HANDSHAKE MESSAGE FRAGMENT ---- *---- END OF RECORD ---- ---- END OF PACKET ---- ---- START OF PACKET ---- *---- START OF RECORD ---- ** Record Content-type: 22 ** Record Version: fefd ** Record Epoch: 1 ** Record Sequence: 0000000000ff ** Record Length: 22 **---- START OF HANDSHAKE MESSAGE FRAGMENT ---- **---- HANDSHAKE MESSAGE FRAGMENT ENCRYPTED ---- *---- END OF RECORD ---- ---- END OF PACKET ---- ---- START OF PACKET ---- *---- START OF RECORD ---- ** Record Content-type: 22 ** Record Version: fefd ** Record Epoch: 0 ** Record Sequence: 000000000001 ** Record Length: 243 **---- START OF HANDSHAKE MESSAGE FRAGMENT ---- *** Message Type: 16 *** Message Length: 258 *** Message sequence: 1 *** Message Fragment offset: 0 *** Message Fragment len: 231 **---- END OF HANDSHAKE MESSAGE FRAGMENT ---- *---- END OF RECORD ---- ---- END OF PACKET ---- ---- START OF PACKET ---- *---- START OF RECORD ---- ** Record Content-type: 22 ** Record Version: fefd ** Record Epoch: 0 ** Record Sequence: 000000000002 ** Record Length: 39 **---- START OF HANDSHAKE MESSAGE FRAGMENT ---- *** Message Type: 16 *** Message Length: 258 *** Message sequence: 1 *** Message Fragment offset: 231 *** Message Fragment len: 27 **---- END OF HANDSHAKE MESSAGE FRAGMENT ---- *---- END OF RECORD ---- * *---- START OF RECORD ---- ** Record Content-type: 20 ** Record Version: fefd ** Record Epoch: 0 ** Record Sequence: 000000000003 ** Record Length: 1 *---- END OF RECORD ---- * *---- START OF RECORD ---- ** Record Content-type: 22 ** Record Version: fefd ** Record Epoch: 1 ** Record Sequence: 000000000000 ** Record Length: 64 **---- START OF HANDSHAKE MESSAGE FRAGMENT ---- **---- HANDSHAKE MESSAGE FRAGMENT ENCRYPTED ---- *---- END OF RECORD ---- ---- END OF PACKET ---- PASS make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_dtls make[2]: Entering directory '/usr/lib/openssl/ptest/test' test_bad_dtls ../util/shlib_wrap.sh ./bad_dtls_test make[2]: Leaving directory '/usr/lib/openssl/ptest/test' PASS: test_bad_dtls make[1]: Leaving directory '/usr/lib/openssl/ptest/test' OPENSSL_CONF=apps/openssl.cnf util/opensslwrap.sh version -a OpenSSL 1.0.2l 25 May 2017 built on: reproducible build, date unspecified platform: linux-x86_64 options: bn(64,64) rc4(16x,int) des(idx,cisc,16,int) idea(int) blowfish(idx) compiler: x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-no-x11/build/build/tmp/work/core2-64-poky-linux/openssl/1.0.2l-r0/recipe-sysroot -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-no-x11/build/build/tmp/work/core2-64-poky-linux/openssl/1.0.2l-r0=/usr/src/debug/openssl/1.0.2l-r0 -fdebug-prefix-map=/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-no-x11/build/build/tmp/work/core2-64-poky-linux/openssl/1.0.2l-r0/recipe-sysroot-native= -fdebug-prefix-map=/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-no-x11/build/build/tmp/work/core2-64-poky-linux/openssl/1.0.2l-r0/recipe-sysroot= -Wall -Wa,--noexecstack -DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DRC4_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM OPENSSLDIR: "/usr/lib/ssl" END: /usr/lib/openssl/ptest 2017-08-12T17:52 2017-08-12T17:52 BEGIN: /usr/lib/pango/ptest Running test: pango/testattributes.test /attributes/basic: OK /attributes/equal: OK /attributes/list/basic: OK /attributes/list/change: OK /attributes/list/splice: OK /attributes/list/filter: OK /attributes/iter/basic: OK /attributes/iter/get: OK /attributes/iter/get_font: OK /attributes/iter/get_attrs: OK PASS: pango/testattributes.test Running test: pango/testiter.test /layout/iter: OK /layout/glyphitem-iter: OK PASS: pango/testiter.test Running test: pango/test-pangocairo-threads.test PASS: pango/test-pangocairo-threads.test Running test: pango/testboundaries_ucd.test /text/break/grapheme: Testing /usr/libexec/installed-tests/pango/GraphemeBreakTest.txt. OK /text/break/word: /usr/libexec/installed-tests/pango/WordBreakTest.txt not found. Skipping test. OK /text/break/sentence: /usr/libexec/installed-tests/pango/SentenceBreakTest.txt not found. Skipping test. OK /text/break/line: /usr/libexec/installed-tests/pango/LineBreakTest.txt not found. Skipping test. OK PASS: pango/testboundaries_ucd.test Running test: pango/cxx-test.test PASS: pango/cxx-test.test Running test: pango/testcolor.test /color/parse: OK PASS: pango/testcolor.test Running test: pango/testscript.test /script/iter: OK PASS: pango/testscript.test Running test: pango/markup-parse.test /markup/parse/valid-2.markup: OK /markup/parse/valid-4.markup: OK /markup/parse/valid-1.markup: OK /markup/parse/fail-1.markup: OK /markup/parse/valid-3.markup: OK PASS: pango/markup-parse.test Running test: pango/test-font.test /pango/fontdescription/parse: OK /pango/fontdescription/roundtrip: OK PASS: pango/test-font.test Running test: pango/test-ot-tags.test /tags/script: OK /tags/language: OK PASS: pango/test-ot-tags.test Running test: pango/testboundaries.test /text/boundaries: sample file: /usr/libexec/installed-tests/pango/boundaries.utf8 testboundaries passed OK PASS: pango/testboundaries.test Running test: pango/test-layout.test /layout/valid-2.markup: OK /layout/valid-1.markup: OK PASS: pango/test-layout.test SUMMARY: total=12; passed=12; skipped=0; failed=0; user=3.9s; system=0.1s; maxrss=89820 END: /usr/lib/pango/ptest 2017-08-12T17:53 2017-08-12T17:53 BEGIN: /usr/lib/perl/ptest PASS: t/base/cond PASS: t/base/if PASS: t/base/lex PASS: t/base/num PASS: t/base/pat PASS: t/base/rs PASS: t/base/term PASS: t/base/translate PASS: t/base/while PASS: t/comp/bproto PASS: t/comp/cmdopt PASS: t/comp/colon PASS: t/comp/decl PASS: t/comp/final_line_num PASS: t/comp/fold PASS: t/comp/form_scope PASS: t/comp/hints PASS: t/comp/line_debug PASS: t/comp/multiline PASS: t/comp/opsubs PASS: t/comp/our PASS: t/comp/package PASS: t/comp/package_block PASS: t/comp/parser PASS: t/comp/proto PASS: t/comp/redef PASS: t/comp/require PASS: t/comp/retainedlines PASS: t/comp/term PASS: t/comp/uproto PASS: t/comp/use PASS: t/comp/utf PASS: t/run/cloexec SKIP: t/run/dtrace PASS: t/run/exit PASS: t/run/fresh_perl PASS: t/run/locale PASS: t/run/noswitch PASS: t/run/runenv PASS: t/run/script PASS: t/run/switch0 PASS: t/run/switchC SKIP: t/run/switchDx PASS: t/run/switchF PASS: t/run/switchF1 PASS: t/run/switchF2 PASS: t/run/switchI PASS: t/run/switchM PASS: t/run/switcha PASS: t/run/switchd-78586 PASS: t/run/switchd PASS: t/run/switches PASS: t/run/switchn PASS: t/run/switchp PASS: t/run/switcht PASS: t/run/switchx PASS: t/cmd/elsif PASS: t/cmd/for PASS: t/cmd/mod PASS: t/cmd/subval PASS: t/cmd/switch PASS: t/io/argv PASS: t/io/binmode PASS: t/io/bom PASS: t/io/closepid PASS: t/io/crlf PASS: t/io/crlf_through PASS: t/io/data PASS: t/io/defout PASS: t/io/dup SKIP: t/io/eintr SKIP: t/io/eintr_print PASS: t/io/errno PASS: t/io/errnosig PASS: t/io/fflush PASS: t/io/fs PASS: t/io/inplace PASS: t/io/iofile PASS: t/io/iprefix PASS: t/io/layers PASS: t/io/nargv PASS: t/io/open PASS: t/io/openpid PASS: t/io/perlio PASS: t/io/perlio_fail PASS: t/io/perlio_leaks PASS: t/io/perlio_open PASS: t/io/pipe PASS: t/io/print PASS: t/io/pvbm PASS: t/io/read PASS: t/io/say PASS: t/io/sem PASS: t/io/semctl PASS: t/io/shm PASS: t/io/socket PASS: t/io/tell PASS: t/io/through PASS: t/io/utf8 PASS: t/re/charset PASS: t/re/fold_grind PASS: t/re/no_utf8_pm PASS: t/re/overload PASS: t/re/pat PASS: t/re/pat_advanced PASS: t/re/pat_advanced_thr PASS: t/re/pat_psycho PASS: t/re/pat_psycho_thr PASS: t/re/pat_re_eval PASS: t/re/pat_re_eval_thr PASS: t/re/pat_rt_report PASS: t/re/pat_rt_report_thr PASS: t/re/pat_special_cc PASS: t/re/pat_special_cc_thr PASS: t/re/pat_thr PASS: t/re/pos PASS: t/re/qr-72922 PASS: t/re/qr PASS: t/re/qr_gc PASS: t/re/qrstack PASS: t/re/recompile PASS: t/re/reg_60508 PASS: t/re/reg_email PASS: t/re/reg_email_thr PASS: t/re/reg_eval PASS: t/re/reg_eval_scope PASS: t/re/reg_fold PASS: t/re/reg_mesg PASS: t/re/reg_namedcapture PASS: t/re/reg_nc_tie PASS: t/re/reg_nocapture PASS: t/re/reg_pmod PASS: t/re/reg_posixcc PASS: t/re/regex_sets PASS: t/re/regex_sets_compat PASS: t/re/regexp PASS: t/re/regexp_noamp PASS: t/re/regexp_notrie PASS: t/re/regexp_qr PASS: t/re/regexp_qr_embed PASS: t/re/regexp_qr_embed_thr PASS: t/re/regexp_trielist PASS: t/re/regexp_unicode_prop PASS: t/re/regexp_unicode_prop_thr PASS: t/re/rt122747 PASS: t/re/rxcode PASS: t/re/speed PASS: t/re/speed_thr PASS: t/re/subst PASS: t/re/substT PASS: t/re/subst_amp PASS: t/re/subst_wamp PASS: t/re/uniprops PASS: t/opbasic/arith PASS: t/opbasic/cmp PASS: t/opbasic/concat PASS: t/opbasic/magic_phase PASS: t/opbasic/qq PASS: t/op/64bitint PASS: t/op/aassign PASS: t/op/alarm PASS: t/op/anonconst PASS: t/op/anonsub PASS: t/op/append PASS: t/op/args PASS: t/op/array PASS: t/op/array_base PASS: t/op/assignwarn PASS: t/op/attrhand PASS: t/op/attrproto PASS: t/op/attrs PASS: t/op/auto PASS: t/op/avhv PASS: t/op/bless PASS: t/op/blocks PASS: t/op/bop PASS: t/op/caller PASS: t/op/chars PASS: t/op/chdir PASS: t/op/chop PASS: t/op/chr PASS: t/op/closure PASS: t/op/concat2 PASS: t/op/cond PASS: t/op/const-optree PASS: t/op/context PASS: t/op/coreamp PASS: t/op/coresubs PASS: t/op/cproto PASS: t/op/crypt PASS: t/op/current_sub PASS: t/op/dbm PASS: t/op/defined PASS: t/op/defins PASS: t/op/delete PASS: t/op/die PASS: t/op/die_except PASS: t/op/die_exit PASS: t/op/die_keeperr PASS: t/op/die_unwind PASS: t/op/do PASS: t/op/dor SKIP: t/op/dump PASS: t/op/each PASS: t/op/each_array PASS: t/op/eval PASS: t/op/evalbytes PASS: t/op/exec PASS: t/op/exists_sub PASS: t/op/exp PASS: t/op/fh PASS: t/op/filehandle PASS: t/op/filetest PASS: t/op/filetest_stack_ok PASS: t/op/filetest_t PASS: t/op/flip PASS: t/op/for PASS: t/op/fork PASS: t/op/fresh_perl_utf8 PASS: t/op/getpid PASS: t/op/getppid PASS: t/op/glob PASS: t/op/gmagic PASS: t/op/goto PASS: t/op/goto_xs PASS: t/op/grent PASS: t/op/grep PASS: t/op/groups PASS: t/op/gv PASS: t/op/hash-rt85026 PASS: t/op/hash PASS: t/op/hashassign PASS: t/op/hashwarn PASS: t/op/heredoc PASS: t/op/hexfp PASS: t/op/inc PASS: t/op/inccode-tie PASS: t/op/inccode PASS: t/op/incfilter PASS: t/op/index PASS: t/op/index_thr PASS: t/op/infnan PASS: t/op/int PASS: t/op/join PASS: t/op/kill0 PASS: t/op/kvaslice PASS: t/op/kvhslice PASS: t/op/lc PASS: t/op/leaky-magic PASS: t/op/length PASS: t/op/lex PASS: t/op/lex_assign PASS: t/op/lexsub PASS: t/op/lfs PASS: t/op/list PASS: t/op/local PASS: t/op/localref PASS: t/op/lock PASS: t/op/loopctl PASS: t/op/lop PASS: t/op/lvref PASS: t/op/magic-27839 PASS: t/op/magic PASS: t/op/method PASS: t/op/mkdir PASS: t/op/multideref PASS: t/op/my PASS: t/op/my_stash PASS: t/op/mydef PASS: t/op/negate PASS: t/op/not PASS: t/op/numconvert PASS: t/op/oct PASS: t/op/or PASS: t/op/ord PASS: t/op/overload_integer PASS: t/op/override PASS: t/op/pack PASS: t/op/packagev PASS: t/op/pos PASS: t/op/postfixderef PASS: t/op/pow PASS: t/op/print PASS: t/op/protowarn PASS: t/op/push PASS: t/op/pwent PASS: t/op/qr PASS: t/op/quotemeta PASS: t/op/rand PASS: t/op/range PASS: t/op/read PASS: t/op/readdir PASS: t/op/readline PASS: t/op/recurse PASS: t/op/ref PASS: t/op/repeat PASS: t/op/require_37033 PASS: t/op/require_errors PASS: t/op/require_override PASS: t/op/reset PASS: t/op/reverse PASS: t/op/rt119311 PASS: t/op/runlevel PASS: t/op/select PASS: t/op/setpgrpstack PASS: t/op/sigdispatch PASS: t/op/signatures PASS: t/op/sigsystem PASS: t/op/sleep PASS: t/op/smartkve PASS: t/op/smartmatch PASS: t/op/sort PASS: t/op/splice PASS: t/op/split PASS: t/op/split_unicode PASS: t/op/sprintf PASS: t/op/sprintf2 PASS: t/op/srand PASS: t/op/sselect PASS: t/op/stash PASS: t/op/stat PASS: t/op/state PASS: t/op/study PASS: t/op/studytied PASS: t/op/sub PASS: t/op/sub_lval PASS: t/op/substr PASS: t/op/substr_thr PASS: t/op/svleak PASS: t/op/switch PASS: t/op/symbolcache PASS: t/op/sysio PASS: t/op/taint PASS: t/op/threads-dirh PASS: t/op/threads PASS: t/op/tie PASS: t/op/tie_fetch_count PASS: t/op/tiearray PASS: t/op/tiehandle PASS: t/op/time PASS: t/op/time_loop PASS: t/op/tr PASS: t/op/undef PASS: t/op/universal PASS: t/op/unlink PASS: t/op/unshift PASS: t/op/upgrade PASS: t/op/utf8cache PASS: t/op/utf8decode PASS: t/op/utf8magic PASS: t/op/utfhash PASS: t/op/utftaint PASS: t/op/vec PASS: t/op/ver PASS: t/op/waitpid PASS: t/op/wantarray PASS: t/op/warn PASS: t/op/while PASS: t/op/write PASS: t/op/yadayada PASS: t/uni/attrs PASS: t/uni/bless PASS: t/uni/cache PASS: t/uni/caller PASS: t/uni/chomp PASS: t/uni/chr PASS: t/uni/class PASS: t/uni/eval PASS: t/uni/fold PASS: t/uni/goto PASS: t/uni/greek PASS: t/uni/gv PASS: t/uni/heavy PASS: t/uni/labels PASS: t/uni/latin2 PASS: t/uni/lex_utf8 PASS: t/uni/lower PASS: t/uni/method PASS: t/uni/opcroak PASS: t/uni/overload PASS: t/uni/package PASS: t/uni/parser PASS: t/uni/readline PASS: t/uni/select PASS: t/uni/sprintf PASS: t/uni/stash PASS: t/uni/tie PASS: t/uni/title PASS: t/uni/tr_7jis PASS: t/uni/tr_eucjp PASS: t/uni/tr_sjis PASS: t/uni/tr_utf8 PASS: t/uni/universal PASS: t/uni/upper PASS: t/uni/variables PASS: t/uni/write PASS: t/mro/basic PASS: t/mro/basic_01_c3 PASS: t/mro/basic_01_c3_utf8 PASS: t/mro/basic_01_dfs PASS: t/mro/basic_01_dfs_utf8 PASS: t/mro/basic_02_c3 PASS: t/mro/basic_02_c3_utf8 PASS: t/mro/basic_02_dfs PASS: t/mro/basic_02_dfs_utf8 PASS: t/mro/basic_03_c3 PASS: t/mro/basic_03_c3_utf8 PASS: t/mro/basic_03_dfs PASS: t/mro/basic_03_dfs_utf8 PASS: t/mro/basic_04_c3 PASS: t/mro/basic_04_c3_utf8 PASS: t/mro/basic_04_dfs PASS: t/mro/basic_04_dfs_utf8 PASS: t/mro/basic_05_c3 PASS: t/mro/basic_05_c3_utf8 PASS: t/mro/basic_05_dfs PASS: t/mro/basic_05_dfs_utf8 PASS: t/mro/basic_utf8 PASS: t/mro/c3_with_overload PASS: t/mro/c3_with_overload_utf8 PASS: t/mro/complex_c3 PASS: t/mro/complex_c3_utf8 PASS: t/mro/complex_dfs PASS: t/mro/complex_dfs_utf8 PASS: t/mro/dbic_c3 PASS: t/mro/dbic_c3_utf8 PASS: t/mro/dbic_dfs PASS: t/mro/dbic_dfs_utf8 PASS: t/mro/inconsistent_c3 PASS: t/mro/inconsistent_c3_utf8 PASS: t/mro/isa_aliases PASS: t/mro/isa_aliases_utf8 PASS: t/mro/isa_c3 PASS: t/mro/isa_c3_utf8 PASS: t/mro/isa_dfs PASS: t/mro/isa_dfs_utf8 PASS: t/mro/isarev PASS: t/mro/isarev_utf8 PASS: t/mro/method_caching PASS: t/mro/method_caching_utf8 PASS: t/mro/next_NEXT PASS: t/mro/next_NEXT_utf8 PASS: t/mro/next_edgecases PASS: t/mro/next_edgecases_utf8 PASS: t/mro/next_goto PASS: t/mro/next_goto_utf8 PASS: t/mro/next_inanon PASS: t/mro/next_inanon_utf8 PASS: t/mro/next_ineval PASS: t/mro/next_ineval_utf8 PASS: t/mro/next_method PASS: t/mro/next_method_utf8 PASS: t/mro/next_skip PASS: t/mro/next_skip_utf8 PASS: t/mro/overload_c3 PASS: t/mro/overload_c3_utf8 PASS: t/mro/overload_dfs PASS: t/mro/package_aliases PASS: t/mro/package_aliases_utf8 PASS: t/mro/pkg_gen PASS: t/mro/pkg_gen_utf8 PASS: t/mro/recursion_c3 PASS: t/mro/recursion_c3_utf8 PASS: t/mro/recursion_dfs PASS: t/mro/recursion_dfs_utf8 PASS: t/mro/vulcan_c3 PASS: t/mro/vulcan_c3_utf8 PASS: t/mro/vulcan_dfs PASS: t/mro/vulcan_dfs_utf8 PASS: t/perf/benchmarks PASS: t/perf/opcount PASS: t/perf/optree PASS: t/perf/speed PASS: t/perf/taint SKIP: t/porting/FindExt SKIP: t/porting/args_assert SKIP: t/porting/authors SKIP: t/porting/bench PASS: t/porting/bincompat PASS: t/porting/checkcase SKIP: t/porting/checkcfgvar SKIP: t/porting/cmp_version SKIP: t/porting/copyright PASS: t/porting/corelist FAIL: t/porting/customized SKIP: t/porting/diag SKIP: t/porting/dual-life SKIP: t/porting/exec-bit SKIP: t/porting/extrefs PASS: t/porting/filenames SKIP: t/porting/globvar SKIP: t/porting/libperl SKIP: t/porting/maintainers SKIP: t/porting/manifest SKIP: t/porting/pending-author SKIP: t/porting/perlfunc SKIP: t/porting/pod_rules SKIP: t/porting/podcheck PASS: t/porting/re_context PASS: t/porting/readme SKIP: t/porting/regen SKIP: t/porting/ss_dup PASS: t/porting/test_bootstrap SKIP: t/porting/utils PASS: t/lib/commonsense PASS: t/lib/croak SKIP: t/lib/cygwin PASS: t/lib/deprecate PASS: t/lib/mypragma PASS: t/lib/no_load PASS: t/lib/overload_fallback PASS: t/lib/overload_nomethod PASS: t/lib/proxy_constant_subs PASS: t/lib/universal PASS: cpan/Archive-Tar/t/01_use PASS: cpan/Archive-Tar/t/02_methods PASS: cpan/Archive-Tar/t/03_file PASS: cpan/Archive-Tar/t/04_resolved_issues PASS: cpan/Archive-Tar/t/05_iter PASS: cpan/Archive-Tar/t/06_error PASS: cpan/Archive-Tar/t/08_ptargrep SKIP: cpan/Archive-Tar/t/90_symlink SKIP: cpan/Archive-Tar/t/99_pod PASS: cpan/autodie/t/00-load PASS: cpan/autodie/t/args PASS: cpan/autodie/t/autodie PASS: cpan/autodie/t/backcompat PASS: cpan/autodie/t/basic_exceptions PASS: cpan/autodie/t/binmode PASS: cpan/autodie/t/blog_hints PASS: cpan/autodie/t/caller PASS: cpan/autodie/t/chmod PASS: cpan/autodie/t/chown PASS: cpan/autodie/t/context_lexical PASS: cpan/autodie/t/context PASS: cpan/autodie/t/core-trampoline-slurp PASS: cpan/autodie/t/crickey PASS: cpan/autodie/t/dbmopen PASS: cpan/autodie/t/eval_error PASS: cpan/autodie/t/exception_class PASS: cpan/autodie/t/exceptions PASS: cpan/autodie/t/exec PASS: cpan/autodie/t/Fatal PASS: cpan/autodie/t/filehandles PASS: cpan/autodie/t/fileno PASS: cpan/autodie/t/flock PASS: cpan/autodie/t/format-clobber PASS: cpan/autodie/t/hints_insist PASS: cpan/autodie/t/hints_pod_examples PASS: cpan/autodie/t/hints_provider_does PASS: cpan/autodie/t/hints_provider_easy_does_it PASS: cpan/autodie/t/hints_provider_isa PASS: cpan/autodie/t/hints SKIP: cpan/autodie/t/import-into PASS: cpan/autodie/t/internal-backcompat PASS: cpan/autodie/t/internal SKIP: cpan/autodie/t/kill PASS: cpan/autodie/t/lethal PASS: cpan/autodie/t/mkdir PASS: cpan/autodie/t/no_carp PASS: cpan/autodie/t/open PASS: cpan/autodie/t/read PASS: cpan/autodie/t/recv PASS: cpan/autodie/t/repeat PASS: cpan/autodie/t/rt-74246 PASS: cpan/autodie/t/scope_leak PASS: cpan/autodie/t/skip PASS: cpan/autodie/t/string-eval-basic PASS: cpan/autodie/t/string-eval-leak PASS: cpan/autodie/t/sysopen PASS: cpan/autodie/t/truncate PASS: cpan/autodie/t/unlink PASS: cpan/autodie/t/user-context PASS: cpan/autodie/t/usersub PASS: cpan/autodie/t/utf8_open PASS: cpan/autodie/t/utime SKIP: cpan/autodie/t/version PASS: cpan/autodie/t/version_tag PASS: cpan/AutoLoader/t/01AutoLoader PASS: cpan/AutoLoader/t/02AutoSplit PASS: cpan/B-Debug/t/debug PASS: cpan/bignum/t/big_e_pi PASS: cpan/bignum/t/bigexp PASS: cpan/bignum/t/bigint PASS: cpan/bignum/t/bignum PASS: cpan/bignum/t/bigrat PASS: cpan/bignum/t/bii_e_pi PASS: cpan/bignum/t/biinfnan PASS: cpan/bignum/t/bir_e_pi PASS: cpan/bignum/t/bninfnan SKIP: cpan/bignum/t/bn_lite PASS: cpan/bignum/t/brinfnan SKIP: cpan/bignum/t/br_lite PASS: cpan/bignum/t/in_effect PASS: cpan/bignum/t/option_a PASS: cpan/bignum/t/option_l PASS: cpan/bignum/t/option_p PASS: cpan/bignum/t/overrides PASS: cpan/bignum/t/ratopt_a PASS: cpan/bignum/t/scope_f PASS: cpan/bignum/t/scope_i PASS: cpan/bignum/t/scope_r PASS: cpan/Compress-Raw-Bzip2/t/000prereq PASS: cpan/Compress-Raw-Bzip2/t/01bzip2 PASS: cpan/Compress-Raw-Bzip2/t/09limitoutput PASS: cpan/Compress-Raw-Bzip2/t/19nonpv SKIP: cpan/Compress-Raw-Bzip2/t/99pod PASS: cpan/Compress-Raw-Zlib/t/01version PASS: cpan/Compress-Raw-Zlib/t/02zlib SKIP: cpan/Compress-Raw-Zlib/t/07bufsize PASS: cpan/Compress-Raw-Zlib/t/09limitoutput PASS: cpan/Compress-Raw-Zlib/t/18lvalue PASS: cpan/Compress-Raw-Zlib/t/19nonpv PASS: cpan/Config-Perl-V/t/10_base PASS: cpan/Config-Perl-V/t/20_plv56 PASS: cpan/Config-Perl-V/t/21_plv58 PASS: cpan/Config-Perl-V/t/22_plv510 PASS: cpan/Config-Perl-V/t/23_plv512 PASS: cpan/Config-Perl-V/t/24_plv514 PASS: cpan/Config-Perl-V/t/25_plv5162 PASS: cpan/Config-Perl-V/t/25_plv516 PASS: cpan/Config-Perl-V/t/26_plv5182 PASS: cpan/Config-Perl-V/t/26_plv518 PASS: cpan/Config-Perl-V/t/27_plv5200 PASS: cpan/Config-Perl-V/t/27_plv5202 PASS: cpan/Config-Perl-V/t/28_plv52201w PASS: cpan/Config-Perl-V/t/28_plv5220 PASS: cpan/CPAN-Meta-Requirements/t/accepts PASS: cpan/CPAN-Meta-Requirements/t/bad_version_hook PASS: cpan/CPAN-Meta-Requirements/t/basic PASS: cpan/CPAN-Meta-Requirements/t/finalize PASS: cpan/CPAN-Meta-Requirements/t/from-hash PASS: cpan/CPAN-Meta-Requirements/t/merge PASS: cpan/CPAN-Meta-Requirements/t/strings PASS: cpan/CPAN-Meta/t/converter-bad PASS: cpan/CPAN-Meta/t/converter-fail PASS: cpan/CPAN-Meta/t/converter-fragments PASS: cpan/CPAN-Meta/t/converter PASS: cpan/CPAN-Meta/t/load-bad PASS: cpan/CPAN-Meta/t/merge PASS: cpan/CPAN-Meta/t/meta-obj PASS: cpan/CPAN-Meta/t/no-index PASS: cpan/CPAN-Meta/t/optional_feature-merge PASS: cpan/CPAN-Meta/t/prereqs-finalize PASS: cpan/CPAN-Meta/t/prereqs-merge PASS: cpan/CPAN-Meta/t/prereqs PASS: cpan/CPAN-Meta/t/repository PASS: cpan/CPAN-Meta/t/save-load PASS: cpan/CPAN-Meta/t/validator PASS: cpan/CPAN-Meta-YAML/t/01_api PASS: cpan/CPAN-Meta-YAML/t/01_compile PASS: cpan/CPAN-Meta-YAML/t/10_read PASS: cpan/CPAN-Meta-YAML/t/11_read_string PASS: cpan/CPAN-Meta-YAML/t/12_write PASS: cpan/CPAN-Meta-YAML/t/13_write_string PASS: cpan/CPAN-Meta-YAML/t/20_subclass PASS: cpan/CPAN-Meta-YAML/t/21_yamlpm_compat PASS: cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml PASS: cpan/CPAN-Meta-YAML/t/31_local_tml PASS: cpan/CPAN-Meta-YAML/t/32_world_tml PASS: cpan/CPAN-Meta-YAML/t/86_fail PASS: cpan/CPAN/t/01loadme PASS: cpan/CPAN/t/02nox PASS: cpan/CPAN/t/03pkgs PASS: cpan/CPAN/t/10version PASS: cpan/CPAN/t/11mirroredby PASS: cpan/Devel-PPPort/t/call PASS: cpan/Devel-PPPort/t/cop PASS: cpan/Devel-PPPort/t/exception PASS: cpan/Devel-PPPort/t/format PASS: cpan/Devel-PPPort/t/grok PASS: cpan/Devel-PPPort/t/gv PASS: cpan/Devel-PPPort/t/HvNAME PASS: cpan/Devel-PPPort/t/limits PASS: cpan/Devel-PPPort/t/magic PASS: cpan/Devel-PPPort/t/memory PASS: cpan/Devel-PPPort/t/misc PASS: cpan/Devel-PPPort/t/mPUSH PASS: cpan/Devel-PPPort/t/MY_CXT PASS: cpan/Devel-PPPort/t/newCONSTSUB PASS: cpan/Devel-PPPort/t/newRV PASS: cpan/Devel-PPPort/t/newSVpv PASS: cpan/Devel-PPPort/t/newSV_type PASS: cpan/Devel-PPPort/t/podtest PASS: cpan/Devel-PPPort/t/ppphtest PASS: cpan/Devel-PPPort/t/pvs PASS: cpan/Devel-PPPort/t/pv_tools PASS: cpan/Devel-PPPort/t/shared_pv PASS: cpan/Devel-PPPort/t/snprintf PASS: cpan/Devel-PPPort/t/sprintf PASS: cpan/Devel-PPPort/t/strlfuncs PASS: cpan/Devel-PPPort/t/SvPV PASS: cpan/Devel-PPPort/t/SvREFCNT PASS: cpan/Devel-PPPort/t/Sv_set PASS: cpan/Devel-PPPort/t/sv_xpvf PASS: cpan/Devel-PPPort/t/threads PASS: cpan/Devel-PPPort/t/uv PASS: cpan/Devel-PPPort/t/variables PASS: cpan/Devel-PPPort/t/warn PASS: cpan/Digest-MD5/t/align PASS: cpan/Digest-MD5/t/badfile PASS: cpan/Digest-MD5/t/bits PASS: cpan/Digest-MD5/t/clone PASS: cpan/Digest-MD5/t/files PASS: cpan/Digest-MD5/t/md5-aaa PASS: cpan/Digest-MD5/t/threads PASS: cpan/Digest-MD5/t/utf8 PASS: cpan/Digest-SHA/t/allfcns PASS: cpan/Digest-SHA/t/base64 PASS: cpan/Digest-SHA/t/bitbuf PASS: cpan/Digest-SHA/t/bitorder PASS: cpan/Digest-SHA/t/fips180-4 PASS: cpan/Digest-SHA/t/fips198 PASS: cpan/Digest-SHA/t/gglong PASS: cpan/Digest-SHA/t/gg PASS: cpan/Digest-SHA/t/hmacsha PASS: cpan/Digest-SHA/t/inheritance PASS: cpan/Digest-SHA/t/ireland PASS: cpan/Digest-SHA/t/methods PASS: cpan/Digest-SHA/t/nistbit PASS: cpan/Digest-SHA/t/nistbyte PASS: cpan/Digest-SHA/t/rfc2202 PASS: cpan/Digest-SHA/t/sha1 PASS: cpan/Digest-SHA/t/sha224 PASS: cpan/Digest-SHA/t/sha256 PASS: cpan/Digest-SHA/t/sha384 PASS: cpan/Digest-SHA/t/sha512 PASS: cpan/Digest-SHA/t/state PASS: cpan/Digest-SHA/t/unicode PASS: cpan/Digest-SHA/t/woodbury PASS: cpan/Digest/t/base PASS: cpan/Digest/t/digest PASS: cpan/Digest/t/file PASS: cpan/Digest/t/security PASS: cpan/Encode/t/Aliases PASS: cpan/Encode/t/at-cn PASS: cpan/Encode/t/at-tw PASS: cpan/Encode/t/CJKT PASS: cpan/Encode/t/cow PASS: cpan/Encode/t/decode PASS: cpan/Encode/t/enc_data PASS: cpan/Encode/t/enc_eucjp PASS: cpan/Encode/t/enc_module PASS: cpan/Encode/t/Encoder PASS: cpan/Encode/t/Encode PASS: cpan/Encode/t/encoding-locale PASS: cpan/Encode/t/encoding PASS: cpan/Encode/t/enc_utf8 PASS: cpan/Encode/t/fallback PASS: cpan/Encode/t/from_to PASS: cpan/Encode/t/grow PASS: cpan/Encode/t/gsm0338 PASS: cpan/Encode/t/guess PASS: cpan/Encode/t/isa PASS: cpan/Encode/t/jis7-fallback PASS: cpan/Encode/t/jperl PASS: cpan/Encode/t/mime_header_iso2022jp PASS: cpan/Encode/t/mime-header PASS: cpan/Encode/t/mime-name PASS: cpan/Encode/t/perlio SKIP: cpan/Encode/t/piconv PASS: cpan/Encode/t/taint PASS: cpan/Encode/t/Unicode PASS: cpan/Encode/t/utf8ref PASS: cpan/Encode/t/utf8strict PASS: cpan/Encode/t/utf8warnings PASS: cpan/experimental/t/basic PASS: cpan/ExtUtils-Constant/t/Constant PASS: cpan/ExtUtils-Install/t/can_write_dir PASS: cpan/ExtUtils-Install/t/Installapi2 PASS: cpan/ExtUtils-Install/t/Installed PASS: cpan/ExtUtils-Install/t/Install PASS: cpan/ExtUtils-Install/t/InstallWithMM PASS: cpan/ExtUtils-Install/t/Packlist SKIP: cpan/ExtUtils-MakeMaker/t/00compile PASS: cpan/ExtUtils-MakeMaker/t/01perl_bugs PASS: cpan/ExtUtils-MakeMaker/t/arch_check PASS: cpan/ExtUtils-MakeMaker/t/backwards SKIP: cpan/ExtUtils-MakeMaker/t/basic PASS: cpan/ExtUtils-MakeMaker/t/build_man PASS: cpan/ExtUtils-MakeMaker/t/cd PASS: cpan/ExtUtils-MakeMaker/t/config PASS: cpan/ExtUtils-MakeMaker/t/cp PASS: cpan/ExtUtils-MakeMaker/t/dir_target SKIP: cpan/ExtUtils-MakeMaker/t/echo PASS: cpan/ExtUtils-MakeMaker/t/eu_command PASS: cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE PASS: cpan/ExtUtils-MakeMaker/t/fixin PASS: cpan/ExtUtils-MakeMaker/t/fix_libs PASS: cpan/ExtUtils-MakeMaker/t/hints SKIP: cpan/ExtUtils-MakeMaker/t/INSTALL_BASE PASS: cpan/ExtUtils-MakeMaker/t/installed_file PASS: cpan/ExtUtils-MakeMaker/t/INST_PREFIX PASS: cpan/ExtUtils-MakeMaker/t/INST PASS: cpan/ExtUtils-MakeMaker/t/is_of_type PASS: cpan/ExtUtils-MakeMaker/t/Liblist PASS: cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters PASS: cpan/ExtUtils-MakeMaker/t/make PASS: cpan/ExtUtils-MakeMaker/t/maketext_filter PASS: cpan/ExtUtils-MakeMaker/t/meta_convert PASS: cpan/ExtUtils-MakeMaker/t/metafile_data PASS: cpan/ExtUtils-MakeMaker/t/metafile_file SKIP: cpan/ExtUtils-MakeMaker/t/miniperl SKIP: cpan/ExtUtils-MakeMaker/t/min_perl_version PASS: cpan/ExtUtils-MakeMaker/t/Mkbootstrap PASS: cpan/ExtUtils-MakeMaker/t/MM_Any SKIP: cpan/ExtUtils-MakeMaker/t/MM_BeOS SKIP: cpan/ExtUtils-MakeMaker/t/MM_Cygwin SKIP: cpan/ExtUtils-MakeMaker/t/MM_NW5 SKIP: cpan/ExtUtils-MakeMaker/t/MM_OS2 PASS: cpan/ExtUtils-MakeMaker/t/MM_Unix SKIP: cpan/ExtUtils-MakeMaker/t/MM_VMS SKIP: cpan/ExtUtils-MakeMaker/t/MM_Win32 PASS: cpan/ExtUtils-MakeMaker/t/oneliner PASS: cpan/ExtUtils-MakeMaker/t/parse_abstract PASS: cpan/ExtUtils-MakeMaker/t/parse_version SKIP: cpan/ExtUtils-MakeMaker/t/PL_FILES PASS: cpan/ExtUtils-MakeMaker/t/pm SKIP: cpan/ExtUtils-MakeMaker/t/pm_to_blib PASS: cpan/ExtUtils-MakeMaker/t/pod2man PASS: cpan/ExtUtils-MakeMaker/t/postamble PASS: cpan/ExtUtils-MakeMaker/t/prefixify PASS: cpan/ExtUtils-MakeMaker/t/prereq_print PASS: cpan/ExtUtils-MakeMaker/t/prereq PASS: cpan/ExtUtils-MakeMaker/t/problems PASS: cpan/ExtUtils-MakeMaker/t/prompt SKIP: cpan/ExtUtils-MakeMaker/t/recurs PASS: cpan/ExtUtils-MakeMaker/t/revision SKIP: cpan/ExtUtils-MakeMaker/t/several_authors PASS: cpan/ExtUtils-MakeMaker/t/split_command PASS: cpan/ExtUtils-MakeMaker/t/test_boilerplate PASS: cpan/ExtUtils-MakeMaker/t/testlib PASS: cpan/ExtUtils-MakeMaker/t/unicode PASS: cpan/ExtUtils-MakeMaker/t/VERSION_FROM PASS: cpan/ExtUtils-MakeMaker/t/vstrings PASS: cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile PASS: cpan/ExtUtils-MakeMaker/t/writemakefile_args PASS: cpan/ExtUtils-MakeMaker/t/xs PASS: cpan/ExtUtils-Manifest/t/Manifest PASS: cpan/File-Fetch/t/01_File-Fetch PASS: cpan/File-Fetch/t/null_subclass PASS: cpan/File-Path/t/Path_root PASS: cpan/File-Path/t/Path SKIP: cpan/File-Path/t/Path_win32 PASS: cpan/File-Path/t/taint PASS: cpan/File-Temp/t/cmp PASS: cpan/File-Temp/t/fork SKIP: cpan/File-Temp/t/lock PASS: cpan/File-Temp/t/mktemp PASS: cpan/File-Temp/t/object PASS: cpan/File-Temp/t/posix PASS: cpan/File-Temp/t/rmtree PASS: cpan/File-Temp/t/security PASS: cpan/File-Temp/t/seekable PASS: cpan/File-Temp/t/tempfile PASS: cpan/Filter-Util-Call/t/call PASS: cpan/Filter-Util-Call/t/rt_101033 PASS: cpan/Filter-Util-Call/t/rt_54452-rebless PASS: cpan/Getopt-Long/t/gol-basic PASS: cpan/Getopt-Long/t/gol-linkage PASS: cpan/Getopt-Long/t/gol-oo PASS: cpan/Getopt-Long/t/gol-xargv PASS: cpan/Getopt-Long/t/gol-xstring PASS: cpan/HTTP-Tiny/t/000_load PASS: cpan/HTTP-Tiny/t/001_api PASS: cpan/HTTP-Tiny/t/002_croakage PASS: cpan/HTTP-Tiny/t/003_agent PASS: cpan/HTTP-Tiny/t/010_url PASS: cpan/HTTP-Tiny/t/020_headers PASS: cpan/HTTP-Tiny/t/030_response PASS: cpan/HTTP-Tiny/t/040_content PASS: cpan/HTTP-Tiny/t/050_chunked_body PASS: cpan/HTTP-Tiny/t/060_http_date PASS: cpan/HTTP-Tiny/t/070_cookie_jar PASS: cpan/HTTP-Tiny/t/100_get PASS: cpan/HTTP-Tiny/t/101_head PASS: cpan/HTTP-Tiny/t/102_put PASS: cpan/HTTP-Tiny/t/103_delete PASS: cpan/HTTP-Tiny/t/104_post PASS: cpan/HTTP-Tiny/t/110_mirror PASS: cpan/HTTP-Tiny/t/130_redirect PASS: cpan/HTTP-Tiny/t/140_proxy PASS: cpan/HTTP-Tiny/t/141_no_proxy PASS: cpan/HTTP-Tiny/t/150_post_form PASS: cpan/HTTP-Tiny/t/160_cookies PASS: cpan/HTTP-Tiny/t/161_basic_auth PASS: cpan/HTTP-Tiny/t/162_proxy_auth PASS: cpan/HTTP-Tiny/t/170_keepalive PASS: cpan/IO-Compress/t/000prereq PASS: cpan/IO-Compress/t/001bzip2 PASS: cpan/IO-Compress/t/001zlib-generic-deflate PASS: cpan/IO-Compress/t/001zlib-generic-gzip PASS: cpan/IO-Compress/t/001zlib-generic-rawdeflate PASS: cpan/IO-Compress/t/001zlib-generic-zip PASS: cpan/IO-Compress/t/002any-deflate PASS: cpan/IO-Compress/t/002any-gzip PASS: cpan/IO-Compress/t/002any-rawdeflate PASS: cpan/IO-Compress/t/002any-transparent PASS: cpan/IO-Compress/t/002any-zip PASS: cpan/IO-Compress/t/004gziphdr PASS: cpan/IO-Compress/t/005defhdr PASS: cpan/IO-Compress/t/006zip PASS: cpan/IO-Compress/t/01misc SKIP: cpan/IO-Compress/t/020isize PASS: cpan/IO-Compress/t/050interop-gzip PASS: cpan/IO-Compress/t/100generic-bzip2 PASS: cpan/IO-Compress/t/100generic-deflate PASS: cpan/IO-Compress/t/100generic-gzip PASS: cpan/IO-Compress/t/100generic-rawdeflate PASS: cpan/IO-Compress/t/100generic-zip SKIP: cpan/IO-Compress/t/101truncate-bzip2 SKIP: cpan/IO-Compress/t/101truncate-deflate SKIP: cpan/IO-Compress/t/101truncate-gzip SKIP: cpan/IO-Compress/t/101truncate-rawdeflate SKIP: cpan/IO-Compress/t/101truncate-zip PASS: cpan/IO-Compress/t/102tied-bzip2 PASS: cpan/IO-Compress/t/102tied-deflate PASS: cpan/IO-Compress/t/102tied-gzip PASS: cpan/IO-Compress/t/102tied-rawdeflate PASS: cpan/IO-Compress/t/102tied-zip PASS: cpan/IO-Compress/t/103newtied-bzip2 PASS: cpan/IO-Compress/t/103newtied-deflate PASS: cpan/IO-Compress/t/103newtied-gzip PASS: cpan/IO-Compress/t/103newtied-rawdeflate PASS: cpan/IO-Compress/t/103newtied-zip PASS: cpan/IO-Compress/t/104destroy-bzip2 PASS: cpan/IO-Compress/t/104destroy-deflate PASS: cpan/IO-Compress/t/104destroy-gzip PASS: cpan/IO-Compress/t/104destroy-rawdeflate PASS: cpan/IO-Compress/t/104destroy-zip PASS: cpan/IO-Compress/t/105oneshot-bzip2 PASS: cpan/IO-Compress/t/105oneshot-deflate PASS: cpan/IO-Compress/t/105oneshot-gzip-only PASS: cpan/IO-Compress/t/105oneshot-gzip PASS: cpan/IO-Compress/t/105oneshot-rawdeflate PASS: cpan/IO-Compress/t/105oneshot-zip-bzip2-only PASS: cpan/IO-Compress/t/105oneshot-zip-only SKIP: cpan/IO-Compress/t/105oneshot-zip-store-only PASS: cpan/IO-Compress/t/105oneshot-zip SKIP: cpan/IO-Compress/t/106prime-bzip2 SKIP: cpan/IO-Compress/t/106prime-deflate SKIP: cpan/IO-Compress/t/106prime-gzip SKIP: cpan/IO-Compress/t/106prime-rawdeflate SKIP: cpan/IO-Compress/t/106prime-zip PASS: cpan/IO-Compress/t/107multi-bzip2 PASS: cpan/IO-Compress/t/107multi-deflate PASS: cpan/IO-Compress/t/107multi-gzip PASS: cpan/IO-Compress/t/107multi-rawdeflate PASS: cpan/IO-Compress/t/107multi-zip PASS: cpan/IO-Compress/t/108anyunc-bzip2 PASS: cpan/IO-Compress/t/108anyunc-deflate PASS: cpan/IO-Compress/t/108anyunc-gzip PASS: cpan/IO-Compress/t/108anyunc-rawdeflate PASS: cpan/IO-Compress/t/108anyunc-transparent PASS: cpan/IO-Compress/t/108anyunc-zip PASS: cpan/IO-Compress/t/109merge-deflate PASS: cpan/IO-Compress/t/109merge-gzip PASS: cpan/IO-Compress/t/109merge-rawdeflate SKIP: cpan/IO-Compress/t/109merge-zip PASS: cpan/IO-Compress/t/110encode-bzip2 PASS: cpan/IO-Compress/t/110encode-deflate PASS: cpan/IO-Compress/t/110encode-gzip PASS: cpan/IO-Compress/t/110encode-rawdeflate PASS: cpan/IO-Compress/t/110encode-zip PASS: cpan/IO-Compress/t/111const-deflate SKIP: cpan/IO-Compress/t/999pod PASS: cpan/IO-Compress/t/cz-01version PASS: cpan/IO-Compress/t/cz-03zlib-v1 PASS: cpan/IO-Compress/t/cz-06gzsetp PASS: cpan/IO-Compress/t/cz-08encoding PASS: cpan/IO-Compress/t/cz-14gzopen PASS: cpan/IO-Compress/t/globmapper PASS: cpan/IO-Socket-IP/t/00use PASS: cpan/IO-Socket-IP/t/01local-client-v4 PASS: cpan/IO-Socket-IP/t/02local-server-v4 PASS: cpan/IO-Socket-IP/t/03local-cross-v4 PASS: cpan/IO-Socket-IP/t/04local-client-v6 PASS: cpan/IO-Socket-IP/t/05local-server-v6 PASS: cpan/IO-Socket-IP/t/06local-cross-v6 PASS: cpan/IO-Socket-IP/t/10args PASS: cpan/IO-Socket-IP/t/11sockopts PASS: cpan/IO-Socket-IP/t/12port-fallback PASS: cpan/IO-Socket-IP/t/13addrinfo PASS: cpan/IO-Socket-IP/t/14fileno PASS: cpan/IO-Socket-IP/t/15io-socket PASS: cpan/IO-Socket-IP/t/16v6only PASS: cpan/IO-Socket-IP/t/17gai-flags PASS: cpan/IO-Socket-IP/t/18fdopen PASS: cpan/IO-Socket-IP/t/19no-addrs PASS: cpan/IO-Socket-IP/t/20subclass PASS: cpan/IO-Socket-IP/t/21as-inet PASS: cpan/IO-Socket-IP/t/22timeout PASS: cpan/IO-Socket-IP/t/30nonblocking-connect PASS: cpan/IO-Socket-IP/t/31nonblocking-connect-internet SKIP: cpan/IO-Socket-IP/t/99pod PASS: cpan/IO-Zlib/t/basic SKIP: cpan/IO-Zlib/t/external PASS: cpan/IO-Zlib/t/getc PASS: cpan/IO-Zlib/t/getline PASS: cpan/IO-Zlib/t/import PASS: cpan/IO-Zlib/t/large PASS: cpan/IO-Zlib/t/tied PASS: cpan/IO-Zlib/t/uncomp1 PASS: cpan/IO-Zlib/t/uncomp2 PASS: cpan/IPC-Cmd/t/01_IPC-Cmd SKIP: cpan/IPC-Cmd/t/02_Interactive PASS: cpan/IPC-Cmd/t/03_run-forked PASS: cpan/IPC-SysV/t/ipcsysv PASS: cpan/IPC-SysV/t/msg SKIP: cpan/IPC-SysV/t/podcov SKIP: cpan/IPC-SysV/t/pod PASS: cpan/IPC-SysV/t/sem PASS: cpan/IPC-SysV/t/shm PASS: cpan/JSON-PP/t/000_load PASS: cpan/JSON-PP/t/001_utf8 PASS: cpan/JSON-PP/t/002_error PASS: cpan/JSON-PP/t/003_types PASS: cpan/JSON-PP/t/006_pc_pretty PASS: cpan/JSON-PP/t/007_pc_esc PASS: cpan/JSON-PP/t/008_pc_base PASS: cpan/JSON-PP/t/009_pc_extra_number PASS: cpan/JSON-PP/t/010_pc_keysort PASS: cpan/JSON-PP/t/011_pc_expo PASS: cpan/JSON-PP/t/012_blessed PASS: cpan/JSON-PP/t/013_limit PASS: cpan/JSON-PP/t/014_latin1 PASS: cpan/JSON-PP/t/015_prefix PASS: cpan/JSON-PP/t/016_tied PASS: cpan/JSON-PP/t/017_relaxed PASS: cpan/JSON-PP/t/018_json_checker PASS: cpan/JSON-PP/t/019_incr PASS: cpan/JSON-PP/t/020_unknown PASS: cpan/JSON-PP/t/021_evans_bugrep PASS: cpan/JSON-PP/t/022_comment_at_eof PASS: cpan/JSON-PP/t/099_binary PASS: cpan/JSON-PP/t/104_sortby PASS: cpan/JSON-PP/t/105_esc_slash PASS: cpan/JSON-PP/t/106_allow_barekey PASS: cpan/JSON-PP/t/107_allow_singlequote PASS: cpan/JSON-PP/t/108_decode PASS: cpan/JSON-PP/t/109_encode PASS: cpan/JSON-PP/t/110_bignum PASS: cpan/JSON-PP/t/112_upgrade PASS: cpan/JSON-PP/t/113_overloaded_eq PASS: cpan/JSON-PP/t/114_decode_prefix PASS: cpan/JSON-PP/t/115_tie_ixhash PASS: cpan/JSON-PP/t/116_incr_parse_fixed PASS: cpan/JSON-PP/t/zero-mojibake PASS: cpan/libnet/t/config PASS: cpan/libnet/t/datasend SKIP: cpan/libnet/t/ftp PASS: cpan/libnet/t/hostname PASS: cpan/libnet/t/netrc PASS: cpan/libnet/t/nntp_ipv6 SKIP: cpan/libnet/t/nntp_ssl SKIP: cpan/libnet/t/nntp PASS: cpan/libnet/t/pop3_ipv6 SKIP: cpan/libnet/t/pop3_ssl PASS: cpan/libnet/t/require PASS: cpan/libnet/t/smtp_ipv6 SKIP: cpan/libnet/t/smtp_ssl SKIP: cpan/libnet/t/smtp PASS: cpan/libnet/t/time PASS: cpan/Locale-Codes/t/code2country_old PASS: cpan/Locale-Codes/t/code2country PASS: cpan/Locale-Codes/t/code2currency PASS: cpan/Locale-Codes/t/code2langext PASS: cpan/Locale-Codes/t/code2langfam PASS: cpan/Locale-Codes/t/code2language PASS: cpan/Locale-Codes/t/code2langvar PASS: cpan/Locale-Codes/t/code2script PASS: cpan/Locale-Codes/t/country2code_old PASS: cpan/Locale-Codes/t/country2code PASS: cpan/Locale-Codes/t/country_code2code_old PASS: cpan/Locale-Codes/t/country_code2code PASS: cpan/Locale-Codes/t/country_old PASS: cpan/Locale-Codes/t/country PASS: cpan/Locale-Codes/t/currency2code_old PASS: cpan/Locale-Codes/t/currency2code PASS: cpan/Locale-Codes/t/langext2code PASS: cpan/Locale-Codes/t/langfam2code PASS: cpan/Locale-Codes/t/language2code PASS: cpan/Locale-Codes/t/language_old PASS: cpan/Locale-Codes/t/language PASS: cpan/Locale-Codes/t/langvar2code PASS: cpan/Locale-Codes/t/script2code_old PASS: cpan/Locale-Codes/t/script2code PASS: cpan/Locale-Maketext-Simple/t/0-signature PASS: cpan/Locale-Maketext-Simple/t/1-basic SKIP: cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default SKIP: cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default PASS: cpan/Math-BigInt-FastCalc/t/bigintfc PASS: cpan/Math-BigInt-FastCalc/t/bootstrap PASS: cpan/Math-BigInt-FastCalc/t/leak PASS: cpan/Math-BigInt-FastCalc/t/mbi_rand PASS: cpan/Math-BigInt/t/bare_mbf PASS: cpan/Math-BigInt/t/bare_mbi PASS: cpan/Math-BigInt/t/bare_mif PASS: cpan/Math-BigInt/t/bigfltpm PASS: cpan/Math-BigInt/t/bigintc PASS: cpan/Math-BigInt/t/bigintpm PASS: cpan/Math-BigInt/t/bigints PASS: cpan/Math-BigInt/t/biglog PASS: cpan/Math-BigInt/t/big_pi_e PASS: cpan/Math-BigInt/t/bigroot PASS: cpan/Math-BigInt/t/calling PASS: cpan/Math-BigInt/t/config PASS: cpan/Math-BigInt/t/constant PASS: cpan/Math-BigInt/t/const_mbf PASS: cpan/Math-BigInt/t/downgrade PASS: cpan/Math-BigInt/t/_e_math PASS: cpan/Math-BigInt/t/from_hex-mbf PASS: cpan/Math-BigInt/t/inf_nan PASS: cpan/Math-BigInt/t/isa PASS: cpan/Math-BigInt/t/lib_load PASS: cpan/Math-BigInt/t/mbf_ali PASS: cpan/Math-BigInt/t/mbi_ali PASS: cpan/Math-BigInt/t/mbimbf PASS: cpan/Math-BigInt/t/mbi_rand PASS: cpan/Math-BigInt/t/nan_cmp PASS: cpan/Math-BigInt/t/new_overloaded PASS: cpan/Math-BigInt/t/objectify_mbf PASS: cpan/Math-BigInt/t/objectify_mbi PASS: cpan/Math-BigInt/t/req_mbf0 PASS: cpan/Math-BigInt/t/req_mbf1 PASS: cpan/Math-BigInt/t/req_mbfa PASS: cpan/Math-BigInt/t/req_mbfi PASS: cpan/Math-BigInt/t/req_mbfn PASS: cpan/Math-BigInt/t/req_mbfw PASS: cpan/Math-BigInt/t/require PASS: cpan/Math-BigInt/t/round PASS: cpan/Math-BigInt/t/rt-16221 PASS: cpan/Math-BigInt/t/sub_ali PASS: cpan/Math-BigInt/t/sub_mbf PASS: cpan/Math-BigInt/t/sub_mbi PASS: cpan/Math-BigInt/t/sub_mif PASS: cpan/Math-BigInt/t/trap PASS: cpan/Math-BigInt/t/upgrade2 PASS: cpan/Math-BigInt/t/upgradef PASS: cpan/Math-BigInt/t/upgrade PASS: cpan/Math-BigInt/t/use_lib1 PASS: cpan/Math-BigInt/t/use_lib2 PASS: cpan/Math-BigInt/t/use_lib3 PASS: cpan/Math-BigInt/t/use_lib4 PASS: cpan/Math-BigInt/t/use_mbfw PASS: cpan/Math-BigInt/t/use PASS: cpan/Math-BigInt/t/with_sub PASS: cpan/Math-BigRat/t/big_ap PASS: cpan/Math-BigRat/t/bigfltrt PASS: cpan/Math-BigRat/t/biglog PASS: cpan/Math-BigRat/t/bigratpm PASS: cpan/Math-BigRat/t/bigrat PASS: cpan/Math-BigRat/t/bigratup PASS: cpan/Math-BigRat/t/bigroot PASS: cpan/Math-BigRat/t/bitwise PASS: cpan/Math-BigRat/t/hang PASS: cpan/Math-BigRat/t/requirer PASS: cpan/Math-BigRat/t/trap PASS: cpan/Math-Complex/t/Complex PASS: cpan/Math-Complex/t/Trig PASS: cpan/Math-Complex/t/underbar PASS: cpan/Memoize/t/array_confusion PASS: cpan/Memoize/t/array PASS: cpan/Memoize/t/correctness PASS: cpan/Memoize/t/errors PASS: cpan/Memoize/t/expfile PASS: cpan/Memoize/t/expire PASS: cpan/Memoize/t/expmod_n PASS: cpan/Memoize/t/expmod_t PASS: cpan/Memoize/t/flush PASS: cpan/Memoize/t/normalize PASS: cpan/Memoize/t/prototype PASS: cpan/Memoize/t/speed PASS: cpan/Memoize/t/tiefeatures SKIP: cpan/Memoize/t/tie_gdbm PASS: cpan/Memoize/t/tie_ndbm PASS: cpan/Memoize/t/tie_sdbm PASS: cpan/Memoize/t/tie_storable PASS: cpan/Memoize/t/tie PASS: cpan/Memoize/t/unmemoize PASS: cpan/MIME-Base64/t/base64 PASS: cpan/MIME-Base64/t/length PASS: cpan/MIME-Base64/t/quoted-print PASS: cpan/MIME-Base64/t/unicode PASS: cpan/Module-Load-Conditional/t/01_Module_Load_Conditional PASS: cpan/Module-Loaded/t/01_Module-Loaded PASS: cpan/Module-Load/t/01_Module-Load PASS: cpan/Module-Load/t/02_Module-Load PASS: cpan/Module-Metadata/t/contains_pod PASS: cpan/Module-Metadata/t/encoding PASS: cpan/Module-Metadata/t/endpod PASS: cpan/Module-Metadata/t/extract-package PASS: cpan/Module-Metadata/t/extract-version PASS: cpan/Module-Metadata/t/metadata PASS: cpan/Module-Metadata/t/taint PASS: cpan/Module-Metadata/t/version PASS: cpan/NEXT/t/actual PASS: cpan/NEXT/t/actuns PASS: cpan/NEXT/t/dynamically_scoped_regex_vars PASS: cpan/NEXT/t/next PASS: cpan/NEXT/t/stringify PASS: cpan/NEXT/t/unseen PASS: cpan/Params-Check/t/01_Params-Check PASS: cpan/parent/t/compile-time-file PASS: cpan/parent/t/compile-time PASS: cpan/parent/t/parent-classfromclassfile PASS: cpan/parent/t/parent-classfromfile PASS: cpan/parent/t/parent-pmc PASS: cpan/parent/t/parent-returns-false PASS: cpan/parent/t/parent PASS: cpan/Parse-CPAN-Meta/t/02_api PASS: cpan/Parse-CPAN-Meta/t/03_functions PASS: cpan/Parse-CPAN-Meta/t/04_export PASS: cpan/Parse-CPAN-Meta/t/05_errors PASS: cpan/PerlIO-via-QuotedPrint/t/QuotedPrint PASS: cpan/Perl-OSType/t/OSType PASS: cpan/Pod-Checker/t/pod/podchkenc PASS: cpan/Pod-Checker/t/pod/poderrs PASS: cpan/Pod-Checker/t/pod/selfcheck PASS: cpan/Pod-Escapes/t/01_about_verbose PASS: cpan/Pod-Escapes/t/10_main PASS: cpan/Pod-Escapes/t/15_name2charnum SKIP: cpan/podlators/t/docs/pod-spelling SKIP: cpan/podlators/t/docs/pod SKIP: cpan/podlators/t/docs/synopsis PASS: cpan/podlators/t/general/basic PASS: cpan/podlators/t/general/filehandle PASS: cpan/podlators/t/general/pod-parser PASS: cpan/podlators/t/man/basic PASS: cpan/podlators/t/man/devise-date PASS: cpan/podlators/t/man/devise-title PASS: cpan/podlators/t/man/empty PASS: cpan/podlators/t/man/heading PASS: cpan/podlators/t/man/no-encode PASS: cpan/podlators/t/man/options PASS: cpan/podlators/t/man/utf8-io PASS: cpan/podlators/t/parselink/basic SKIP: cpan/podlators/t/style/minimum-version SKIP: cpan/podlators/t/style/module-version SKIP: cpan/podlators/t/style/strict PASS: cpan/podlators/t/text/basic PASS: cpan/podlators/t/text/color PASS: cpan/podlators/t/text/empty PASS: cpan/podlators/t/text/encoding PASS: cpan/podlators/t/text/options PASS: cpan/podlators/t/text/overstrike PASS: cpan/podlators/t/text/perlio PASS: cpan/podlators/t/text/termcap PASS: cpan/podlators/t/text/utf8 PASS: cpan/Pod-Parser/t/pod/contains_pod PASS: cpan/Pod-Parser/t/pod/emptycmd PASS: cpan/Pod-Parser/t/pod/find PASS: cpan/Pod-Parser/t/pod/for PASS: cpan/Pod-Parser/t/pod/headings PASS: cpan/Pod-Parser/t/pod/included PASS: cpan/Pod-Parser/t/pod/include PASS: cpan/Pod-Parser/t/pod/lref PASS: cpan/Pod-Parser/t/pod/multiline_items PASS: cpan/Pod-Parser/t/pod/nested_items PASS: cpan/Pod-Parser/t/pod/nested_seqs PASS: cpan/Pod-Parser/t/pod/oneline_cmds PASS: cpan/Pod-Parser/t/pod/podselect PASS: cpan/Pod-Parser/t/pod/selfcheck PASS: cpan/Pod-Parser/t/pod/special_seqs PASS: cpan/Pod-Parser/t/pod/twice PASS: cpan/Pod-Perldoc/t/load PASS: cpan/Pod-Perldoc/t/man/_get_columns SKIP: cpan/Pod-Perldoc/t/pod PASS: cpan/Pod-Simple/t/00about PASS: cpan/Pod-Simple/t/20_skip PASS: cpan/Pod-Simple/t/accept01 PASS: cpan/Pod-Simple/t/accept05 PASS: cpan/Pod-Simple/t/ac_d PASS: cpan/Pod-Simple/t/basic PASS: cpan/Pod-Simple/t/begin PASS: cpan/Pod-Simple/t/cbacks PASS: cpan/Pod-Simple/t/chunking PASS: cpan/Pod-Simple/t/closeys PASS: cpan/Pod-Simple/t/corpus PASS: cpan/Pod-Simple/t/emptylists PASS: cpan/Pod-Simple/t/enc-chars PASS: cpan/Pod-Simple/t/encod01 PASS: cpan/Pod-Simple/t/encod02 PASS: cpan/Pod-Simple/t/encod03 PASS: cpan/Pod-Simple/t/encod04 PASS: cpan/Pod-Simple/t/end_over PASS: cpan/Pod-Simple/t/eol2 PASS: cpan/Pod-Simple/t/eol PASS: cpan/Pod-Simple/t/fake-closers PASS: cpan/Pod-Simple/t/fcodes_e PASS: cpan/Pod-Simple/t/fcodes_l PASS: cpan/Pod-Simple/t/fcodes_s PASS: cpan/Pod-Simple/t/fcodes PASS: cpan/Pod-Simple/t/fornot PASS: cpan/Pod-Simple/t/for PASS: cpan/Pod-Simple/t/heads PASS: cpan/Pod-Simple/t/html01 PASS: cpan/Pod-Simple/t/html02 PASS: cpan/Pod-Simple/t/html03 PASS: cpan/Pod-Simple/t/htmlbat PASS: cpan/Pod-Simple/t/items02 PASS: cpan/Pod-Simple/t/items PASS: cpan/Pod-Simple/t/itemstar PASS: cpan/Pod-Simple/t/linkclas PASS: cpan/Pod-Simple/t/output PASS: cpan/Pod-Simple/t/puller PASS: cpan/Pod-Simple/t/pulltitl PASS: cpan/Pod-Simple/t/reinit PASS: cpan/Pod-Simple/t/render PASS: cpan/Pod-Simple/t/search05 PASS: cpan/Pod-Simple/t/search10 PASS: cpan/Pod-Simple/t/search12 PASS: cpan/Pod-Simple/t/search20 PASS: cpan/Pod-Simple/t/search22 PASS: cpan/Pod-Simple/t/search25 PASS: cpan/Pod-Simple/t/search26 PASS: cpan/Pod-Simple/t/search27 PASS: cpan/Pod-Simple/t/search28 PASS: cpan/Pod-Simple/t/search29 PASS: cpan/Pod-Simple/t/search50 PASS: cpan/Pod-Simple/t/stree PASS: cpan/Pod-Simple/t/strpvbtm PASS: cpan/Pod-Simple/t/tiedfh PASS: cpan/Pod-Simple/t/verbatim PASS: cpan/Pod-Simple/t/verb_fmt PASS: cpan/Pod-Simple/t/whine PASS: cpan/Pod-Simple/t/xhtml01 PASS: cpan/Pod-Simple/t/xhtml05 PASS: cpan/Pod-Simple/t/xhtml10 PASS: cpan/Pod-Simple/t/xhtml15 PASS: cpan/Pod-Simple/t/xhtml20 PASS: cpan/Pod-Simple/t/xhtml-bkb PASS: cpan/Pod-Simple/t/x_nixer PASS: cpan/Pod-Usage/t/pod/headwithmarkup PASS: cpan/Pod-Usage/t/pod/pod2usage2 PASS: cpan/Pod-Usage/t/pod/pod2usage PASS: cpan/Pod-Usage/t/pod/selectheaders PASS: cpan/Pod-Usage/t/pod/selectsections PASS: cpan/Scalar-List-Utils/t/00version PASS: cpan/Scalar-List-Utils/t/any-all PASS: cpan/Scalar-List-Utils/t/blessed PASS: cpan/Scalar-List-Utils/t/dualvar PASS: cpan/Scalar-List-Utils/t/first PASS: cpan/Scalar-List-Utils/t/getmagic-once PASS: cpan/Scalar-List-Utils/t/isvstring PASS: cpan/Scalar-List-Utils/t/lln PASS: cpan/Scalar-List-Utils/t/maxstr PASS: cpan/Scalar-List-Utils/t/max PASS: cpan/Scalar-List-Utils/t/minstr PASS: cpan/Scalar-List-Utils/t/min PASS: cpan/Scalar-List-Utils/t/openhan PASS: cpan/Scalar-List-Utils/t/pair PASS: cpan/Scalar-List-Utils/t/product PASS: cpan/Scalar-List-Utils/t/prototype PASS: cpan/Scalar-List-Utils/t/readonly PASS: cpan/Scalar-List-Utils/t/reduce PASS: cpan/Scalar-List-Utils/t/refaddr PASS: cpan/Scalar-List-Utils/t/reftype PASS: cpan/Scalar-List-Utils/t/scalarutil-proto PASS: cpan/Scalar-List-Utils/t/shuffle PASS: cpan/Scalar-List-Utils/t/stack-corruption PASS: cpan/Scalar-List-Utils/t/subname PASS: cpan/Scalar-List-Utils/t/sum0 PASS: cpan/Scalar-List-Utils/t/sum PASS: cpan/Scalar-List-Utils/t/tainted PASS: cpan/Scalar-List-Utils/t/weak PASS: cpan/Socket/t/getaddrinfo PASS: cpan/Socket/t/getnameinfo PASS: cpan/Socket/t/ip_mreq PASS: cpan/Socket/t/ipv6_mreq PASS: cpan/Socket/t/sockaddr PASS: cpan/Socket/t/socketpair PASS: cpan/Socket/t/Socket PASS: cpan/Sys-Syslog/t/00-load PASS: cpan/Sys-Syslog/t/constants SKIP: cpan/Sys-Syslog/t/facilities-routing PASS: cpan/Sys-Syslog/t/syslog PASS: cpan/Term-ANSIColor/t/module/aliases-func PASS: cpan/Term-ANSIColor/t/module/basic256 PASS: cpan/Term-ANSIColor/t/module/basic PASS: cpan/Term-ANSIColor/t/module/eval PASS: cpan/Term-ANSIColor/t/module/stringify PASS: cpan/Term-ANSIColor/t/taint/basic SKIP: cpan/Term-Cap/test PASS: cpan/Test-Harness/t/aggregator PASS: cpan/Test-Harness/t/bailout PASS: cpan/Test-Harness/t/base PASS: cpan/Test-Harness/t/callbacks PASS: cpan/Test-Harness/t/compat/env_opts PASS: cpan/Test-Harness/t/compat/env PASS: cpan/Test-Harness/t/compat/failure PASS: cpan/Test-Harness/t/compat/inc-propagation PASS: cpan/Test-Harness/t/compat/inc_taint SKIP: cpan/Test-Harness/t/compat/nonumbers PASS: cpan/Test-Harness/t/compat/regression PASS: cpan/Test-Harness/t/compat/subclass PASS: cpan/Test-Harness/t/compat/switches PASS: cpan/Test-Harness/t/compat/test-harness-compat PASS: cpan/Test-Harness/t/compat/version PASS: cpan/Test-Harness/t/console PASS: cpan/Test-Harness/t/errors PASS: cpan/Test-Harness/t/file PASS: cpan/Test-Harness/t/glob-to-regexp PASS: cpan/Test-Harness/t/grammar PASS: cpan/Test-Harness/t/harness-bailout PASS: cpan/Test-Harness/t/harness-subclass PASS: cpan/Test-Harness/t/harness PASS: cpan/Test-Harness/t/iterator_factory PASS: cpan/Test-Harness/t/iterators PASS: cpan/Test-Harness/t/multiplexer PASS: cpan/Test-Harness/t/nested PASS: cpan/Test-Harness/t/nofork-mux PASS: cpan/Test-Harness/t/nofork PASS: cpan/Test-Harness/t/object PASS: cpan/Test-Harness/t/parser-config PASS: cpan/Test-Harness/t/parser-subclass PASS: cpan/Test-Harness/t/parse PASS: cpan/Test-Harness/t/perl5lib PASS: cpan/Test-Harness/t/premature-bailout PASS: cpan/Test-Harness/t/process PASS: cpan/Test-Harness/t/proverc PASS: cpan/Test-Harness/t/proverun PASS: cpan/Test-Harness/t/prove PASS: cpan/Test-Harness/t/proveversion PASS: cpan/Test-Harness/t/regression PASS: cpan/Test-Harness/t/results PASS: cpan/Test-Harness/t/scheduler PASS: cpan/Test-Harness/t/source_handler PASS: cpan/Test-Harness/t/source PASS: cpan/Test-Harness/t/source_tests/source PASS: cpan/Test-Harness/t/spool PASS: cpan/Test-Harness/t/state_results PASS: cpan/Test-Harness/t/state PASS: cpan/Test-Harness/t/streams PASS: cpan/Test-Harness/t/taint PASS: cpan/Test-Harness/t/testargs PASS: cpan/Test-Harness/t/unicode PASS: cpan/Test-Harness/t/yamlish-output PASS: cpan/Test-Harness/t/yamlish PASS: cpan/Test-Harness/t/yamlish-writer PASS: cpan/Test-Simple/t/00test_harness_check PASS: cpan/Test-Simple/t/01-basic PASS: cpan/Test-Simple/t/478-cmp_ok_hash PASS: cpan/Test-Simple/t/auto PASS: cpan/Test-Simple/t/bad_plan PASS: cpan/Test-Simple/t/bail_out PASS: cpan/Test-Simple/t/BEGIN_require_ok PASS: cpan/Test-Simple/t/BEGIN_use_ok PASS: cpan/Test-Simple/t/buffer PASS: cpan/Test-Simple/t/Builder/Builder PASS: cpan/Test-Simple/t/Builder/carp PASS: cpan/Test-Simple/t/Builder/create PASS: cpan/Test-Simple/t/Builder/current_test PASS: cpan/Test-Simple/t/Builder/current_test_without_plan PASS: cpan/Test-Simple/t/Builder/details PASS: cpan/Test-Simple/t/Builder/done_testing_double PASS: cpan/Test-Simple/t/Builder/done_testing_plan_mismatch PASS: cpan/Test-Simple/t/Builder/done_testing PASS: cpan/Test-Simple/t/Builder/done_testing_with_no_plan PASS: cpan/Test-Simple/t/Builder/done_testing_with_number PASS: cpan/Test-Simple/t/Builder/done_testing_with_plan PASS: cpan/Test-Simple/t/Builder/fork_with_new_stdout PASS: cpan/Test-Simple/t/Builder/has_plan2 PASS: cpan/Test-Simple/t/Builder/has_plan PASS: cpan/Test-Simple/t/Builder/is_fh PASS: cpan/Test-Simple/t/Builder/is_passing PASS: cpan/Test-Simple/t/Builder/maybe_regex PASS: cpan/Test-Simple/t/Builder/no_diag PASS: cpan/Test-Simple/t/Builder/no_ending PASS: cpan/Test-Simple/t/Builder/no_header PASS: cpan/Test-Simple/t/Builder/no_plan_at_all PASS: cpan/Test-Simple/t/Builder/ok_obj PASS: cpan/Test-Simple/t/Builder/output PASS: cpan/Test-Simple/t/Builder/reset_outputs PASS: cpan/Test-Simple/t/Builder/reset PASS: cpan/Test-Simple/t/Builder/try PASS: cpan/Test-Simple/t/capture PASS: cpan/Test-Simple/t/c_flag PASS: cpan/Test-Simple/t/check_tests PASS: cpan/Test-Simple/t/circular_data PASS: cpan/Test-Simple/t/cmp_ok SKIP: cpan/Test-Simple/t/dependents PASS: cpan/Test-Simple/t/depth PASS: cpan/Test-Simple/t/diag PASS: cpan/Test-Simple/t/died PASS: cpan/Test-Simple/t/dont_overwrite_die_handler PASS: cpan/Test-Simple/t/eq_set PASS: cpan/Test-Simple/t/exit PASS: cpan/Test-Simple/t/explain PASS: cpan/Test-Simple/t/extra_one PASS: cpan/Test-Simple/t/extra PASS: cpan/Test-Simple/t/fail-like PASS: cpan/Test-Simple/t/fail-more PASS: cpan/Test-Simple/t/fail_one PASS: cpan/Test-Simple/t/fail PASS: cpan/Test-Simple/t/filehandles PASS: cpan/Test-Simple/t/fork PASS: cpan/Test-Simple/t/harness_active PASS: cpan/Test-Simple/t/import PASS: cpan/Test-Simple/t/is_deeply_dne_bug PASS: cpan/Test-Simple/t/is_deeply_fail SKIP: cpan/Test-Simple/t/is_deeply_with_threads PASS: cpan/Test-Simple/t/missing PASS: cpan/Test-Simple/t/More PASS: cpan/Test-Simple/t/new_ok PASS: cpan/Test-Simple/t/no_plan PASS: cpan/Test-Simple/t/no_tests PASS: cpan/Test-Simple/t/note PASS: cpan/Test-Simple/t/overload PASS: cpan/Test-Simple/t/overload_threads PASS: cpan/Test-Simple/t/plan_bad PASS: cpan/Test-Simple/t/plan_is_noplan PASS: cpan/Test-Simple/t/plan_no_plan PASS: cpan/Test-Simple/t/plan_shouldnt_import SKIP: cpan/Test-Simple/t/plan_skip_all PASS: cpan/Test-Simple/t/plan PASS: cpan/Test-Simple/t/require_ok PASS: cpan/Test-Simple/t/run_test PASS: cpan/Test-Simple/t/Simple/load PASS: cpan/Test-Simple/t/simple PASS: cpan/Test-Simple/t/skipall PASS: cpan/Test-Simple/t/skip PASS: cpan/Test-Simple/t/subtest/args PASS: cpan/Test-Simple/t/subtest/bail_out PASS: cpan/Test-Simple/t/subtest/basic PASS: cpan/Test-Simple/t/subtest/die PASS: cpan/Test-Simple/t/subtest/do PASS: cpan/Test-Simple/t/subtest/exceptions PASS: cpan/Test-Simple/t/subtest/fork PASS: cpan/Test-Simple/t/subtest/implicit_done PASS: cpan/Test-Simple/t/subtest/line_numbers PASS: cpan/Test-Simple/t/subtest/plan PASS: cpan/Test-Simple/t/subtest/predicate PASS: cpan/Test-Simple/t/subtest/singleton PASS: cpan/Test-Simple/t/subtest/threads PASS: cpan/Test-Simple/t/subtest/todo PASS: cpan/Test-Simple/t/subtest/wstat PASS: cpan/Test-Simple/t/tbm_doesnt_set_exported_to PASS: cpan/Test-Simple/t/Tester/tbt_01basic PASS: cpan/Test-Simple/t/Tester/tbt_02fhrestore PASS: cpan/Test-Simple/t/Tester/tbt_03die PASS: cpan/Test-Simple/t/Tester/tbt_04line_num PASS: cpan/Test-Simple/t/Tester/tbt_05faildiag PASS: cpan/Test-Simple/t/Tester/tbt_06errormess PASS: cpan/Test-Simple/t/Tester/tbt_07args PASS: cpan/Test-Simple/t/Tester/tbt_08subtest PASS: cpan/Test-Simple/t/Tester/tbt_09do PASS: cpan/Test-Simple/t/threads PASS: cpan/Test-Simple/t/thread_taint PASS: cpan/Test-Simple/t/todo PASS: cpan/Test-Simple/t/undef PASS: cpan/Test-Simple/t/useing PASS: cpan/Test-Simple/t/use_ok PASS: cpan/Test-Simple/t/utf8 PASS: cpan/Test-Simple/t/versions PASS: cpan/Text-Balanced/t/01_compile PASS: cpan/Text-Balanced/t/02_extbrk PASS: cpan/Text-Balanced/t/03_extcbk PASS: cpan/Text-Balanced/t/04_extdel PASS: cpan/Text-Balanced/t/05_extmul PASS: cpan/Text-Balanced/t/06_extqlk PASS: cpan/Text-Balanced/t/07_exttag PASS: cpan/Text-Balanced/t/08_extvar PASS: cpan/Text-Balanced/t/09_gentag PASS: cpan/Text-ParseWords/t/ParseWords PASS: cpan/Text-ParseWords/t/taint PASS: cpan/Text-Tabs/t/37000 PASS: cpan/Text-Tabs/t/39548 PASS: cpan/Text-Tabs/t/79766 PASS: cpan/Text-Tabs/t/belg4mit PASS: cpan/Text-Tabs/t/dandv PASS: cpan/Text-Tabs/t/fill PASS: cpan/Text-Tabs/t/Jacobson2 PASS: cpan/Text-Tabs/t/Jacobson PASS: cpan/Text-Tabs/t/Jochen PASS: cpan/Text-Tabs/t/sep2 PASS: cpan/Text-Tabs/t/sep PASS: cpan/Text-Tabs/t/Tabs-ElCid PASS: cpan/Text-Tabs/t/tabs PASS: cpan/Text-Tabs/t/Wrap-JLB PASS: cpan/Text-Tabs/t/wrap_separator2 PASS: cpan/Text-Tabs/t/wrap PASS: cpan/Tie-RefHash/t/rebless PASS: cpan/Tie-RefHash/t/refhash PASS: cpan/Tie-RefHash/t/storable PASS: cpan/Tie-RefHash/t/threaded PASS: cpan/Time-Local/t/Local PASS: cpan/Time-Piece/t/01base PASS: cpan/Time-Piece/t/02core_dst PASS: cpan/Time-Piece/t/02core PASS: cpan/Time-Piece/t/03compare PASS: cpan/Time-Piece/t/04mjd PASS: cpan/Time-Piece/t/05overload PASS: cpan/Time-Piece/t/06subclass PASS: cpan/Time-Piece/t/07arith PASS: cpan/Unicode-Collate/t/altern PASS: cpan/Unicode-Collate/t/backwds PASS: cpan/Unicode-Collate/t/cjk_b5 PASS: cpan/Unicode-Collate/t/cjk_gb PASS: cpan/Unicode-Collate/t/cjk_ja PASS: cpan/Unicode-Collate/t/cjk_ko PASS: cpan/Unicode-Collate/t/cjk_py PASS: cpan/Unicode-Collate/t/cjkrange PASS: cpan/Unicode-Collate/t/cjk_st PASS: cpan/Unicode-Collate/t/cjk_zy PASS: cpan/Unicode-Collate/t/compatui PASS: cpan/Unicode-Collate/t/contract PASS: cpan/Unicode-Collate/t/default PASS: cpan/Unicode-Collate/t/hangtype PASS: cpan/Unicode-Collate/t/hangul PASS: cpan/Unicode-Collate/t/ident PASS: cpan/Unicode-Collate/t/iglevel2 PASS: cpan/Unicode-Collate/t/ignor PASS: cpan/Unicode-Collate/t/illegalp PASS: cpan/Unicode-Collate/t/illegal PASS: cpan/Unicode-Collate/t/index PASS: cpan/Unicode-Collate/t/loc_af PASS: cpan/Unicode-Collate/t/loc_ar PASS: cpan/Unicode-Collate/t/loc_as PASS: cpan/Unicode-Collate/t/loc_az PASS: cpan/Unicode-Collate/t/loc_be PASS: cpan/Unicode-Collate/t/loc_bg PASS: cpan/Unicode-Collate/t/loc_bn PASS: cpan/Unicode-Collate/t/loc_bscy PASS: cpan/Unicode-Collate/t/loc_bs PASS: cpan/Unicode-Collate/t/loc_ca PASS: cpan/Unicode-Collate/t/loc_cjkc PASS: cpan/Unicode-Collate/t/loc_cjk PASS: cpan/Unicode-Collate/t/loc_cs PASS: cpan/Unicode-Collate/t/loc_cyrl PASS: cpan/Unicode-Collate/t/loc_cy PASS: cpan/Unicode-Collate/t/loc_da PASS: cpan/Unicode-Collate/t/loc_deph PASS: cpan/Unicode-Collate/t/loc_de PASS: cpan/Unicode-Collate/t/loc_ee PASS: cpan/Unicode-Collate/t/loc_eo PASS: cpan/Unicode-Collate/t/loc_es PASS: cpan/Unicode-Collate/t/loc_estr PASS: cpan/Unicode-Collate/t/loc_et PASS: cpan/Unicode-Collate/t/loc_fa PASS: cpan/Unicode-Collate/t/loc_fil PASS: cpan/Unicode-Collate/t/loc_fiph PASS: cpan/Unicode-Collate/t/loc_fi PASS: cpan/Unicode-Collate/t/loc_fo PASS: cpan/Unicode-Collate/t/loc_fr PASS: cpan/Unicode-Collate/t/loc_gu PASS: cpan/Unicode-Collate/t/loc_ha PASS: cpan/Unicode-Collate/t/loc_haw PASS: cpan/Unicode-Collate/t/loc_hi PASS: cpan/Unicode-Collate/t/loc_hr PASS: cpan/Unicode-Collate/t/loc_hu PASS: cpan/Unicode-Collate/t/loc_hy PASS: cpan/Unicode-Collate/t/loc_ig PASS: cpan/Unicode-Collate/t/loc_is PASS: cpan/Unicode-Collate/t/loc_jait PASS: cpan/Unicode-Collate/t/loc_japr PASS: cpan/Unicode-Collate/t/loc_ja PASS: cpan/Unicode-Collate/t/loc_kk PASS: cpan/Unicode-Collate/t/loc_kl PASS: cpan/Unicode-Collate/t/loc_kn PASS: cpan/Unicode-Collate/t/loc_kok PASS: cpan/Unicode-Collate/t/loc_ko PASS: cpan/Unicode-Collate/t/loc_ln PASS: cpan/Unicode-Collate/t/loc_lt PASS: cpan/Unicode-Collate/t/loc_lv PASS: cpan/Unicode-Collate/t/loc_mk PASS: cpan/Unicode-Collate/t/loc_ml PASS: cpan/Unicode-Collate/t/loc_mr PASS: cpan/Unicode-Collate/t/loc_mt PASS: cpan/Unicode-Collate/t/loc_nb PASS: cpan/Unicode-Collate/t/loc_nn PASS: cpan/Unicode-Collate/t/loc_nso PASS: cpan/Unicode-Collate/t/loc_om PASS: cpan/Unicode-Collate/t/loc_or PASS: cpan/Unicode-Collate/t/loc_pa PASS: cpan/Unicode-Collate/t/loc_pl PASS: cpan/Unicode-Collate/t/loc_ro PASS: cpan/Unicode-Collate/t/loc_ru PASS: cpan/Unicode-Collate/t/loc_sa PASS: cpan/Unicode-Collate/t/loc_se PASS: cpan/Unicode-Collate/t/loc_sidt PASS: cpan/Unicode-Collate/t/loc_si PASS: cpan/Unicode-Collate/t/loc_sk PASS: cpan/Unicode-Collate/t/loc_sl PASS: cpan/Unicode-Collate/t/loc_sq PASS: cpan/Unicode-Collate/t/loc_srla PASS: cpan/Unicode-Collate/t/loc_sr PASS: cpan/Unicode-Collate/t/loc_svrf PASS: cpan/Unicode-Collate/t/loc_sv PASS: cpan/Unicode-Collate/t/loc_sw PASS: cpan/Unicode-Collate/t/loc_ta PASS: cpan/Unicode-Collate/t/loc_test PASS: cpan/Unicode-Collate/t/loc_te PASS: cpan/Unicode-Collate/t/loc_th PASS: cpan/Unicode-Collate/t/loc_tn PASS: cpan/Unicode-Collate/t/loc_to PASS: cpan/Unicode-Collate/t/loc_tr PASS: cpan/Unicode-Collate/t/loc_uk PASS: cpan/Unicode-Collate/t/loc_ur PASS: cpan/Unicode-Collate/t/loc_vi PASS: cpan/Unicode-Collate/t/loc_wae PASS: cpan/Unicode-Collate/t/loc_wo PASS: cpan/Unicode-Collate/t/loc_yo PASS: cpan/Unicode-Collate/t/loc_zhb5 PASS: cpan/Unicode-Collate/t/loc_zhgb PASS: cpan/Unicode-Collate/t/loc_zhpy PASS: cpan/Unicode-Collate/t/loc_zhst PASS: cpan/Unicode-Collate/t/loc_zh PASS: cpan/Unicode-Collate/t/loc_zhzy PASS: cpan/Unicode-Collate/t/nonchar PASS: cpan/Unicode-Collate/t/normal PASS: cpan/Unicode-Collate/t/notable PASS: cpan/Unicode-Collate/t/overcjk0 PASS: cpan/Unicode-Collate/t/overcjk1 PASS: cpan/Unicode-Collate/t/override PASS: cpan/Unicode-Collate/t/rearrang PASS: cpan/Unicode-Collate/t/rewrite PASS: cpan/Unicode-Collate/t/test PASS: cpan/Unicode-Collate/t/trailwt PASS: cpan/Unicode-Collate/t/variable PASS: cpan/Unicode-Collate/t/version PASS: cpan/Unicode-Collate/t/view PASS: cpan/Unicode-Normalize/t/fcdc PASS: cpan/Unicode-Normalize/t/form PASS: cpan/Unicode-Normalize/t/func PASS: cpan/Unicode-Normalize/t/illegal PASS: cpan/Unicode-Normalize/t/norm PASS: cpan/Unicode-Normalize/t/null PASS: cpan/Unicode-Normalize/t/partial1 PASS: cpan/Unicode-Normalize/t/partial2 PASS: cpan/Unicode-Normalize/t/proto PASS: cpan/Unicode-Normalize/t/split PASS: cpan/Unicode-Normalize/t/test PASS: cpan/Unicode-Normalize/t/tie PASS: cpan/version/t/01base PASS: cpan/version/t/02derived PASS: cpan/version/t/03require PASS: cpan/version/t/04strict_lax PASS: cpan/version/t/05sigdie PASS: cpan/version/t/06noop PASS: cpan/version/t/07locale PASS: cpan/version/t/08_corelist PASS: cpan/version/t/09_list_util PASS: cpan/version/t/10_lyon PASS: dist/Attribute-Handlers/t/constants PASS: dist/Attribute-Handlers/t/data_convert PASS: dist/Attribute-Handlers/t/linerep PASS: dist/Attribute-Handlers/t/multi PASS: dist/autouse/t/autouse PASS: dist/base/t/base-open-chunk PASS: dist/base/t/base-open-line PASS: dist/base/t/base PASS: dist/base/t/compile-time PASS: dist/base/t/core-global SKIP: dist/base/t/fields-5_6_0 SKIP: dist/base/t/fields-5_8_0 PASS: dist/base/t/fields-base PASS: dist/base/t/fields PASS: dist/base/t/isa PASS: dist/base/t/sigdie PASS: dist/base/t/version PASS: dist/base/t/warnings PASS: dist/Carp/t/arg_regexp PASS: dist/Carp/t/arg_string PASS: dist/Carp/t/baduni PASS: dist/Carp/t/baduni_warnings PASS: dist/Carp/t/Carp_overload PASS: dist/Carp/t/Carp PASS: dist/Carp/t/errno PASS: dist/Carp/t/heavy_mismatch PASS: dist/Carp/t/heavy PASS: dist/Carp/t/stash_deletion PASS: dist/Carp/t/swash PASS: dist/Carp/t/vivify_gv PASS: dist/Carp/t/vivify_stash PASS: dist/Carp/t/with_warnings PASS: dist/constant/t/constant PASS: dist/constant/t/utf8 PASS: dist/Data-Dumper/t/bless PASS: dist/Data-Dumper/t/bless_var_method PASS: dist/Data-Dumper/t/bugs PASS: dist/Data-Dumper/t/deparse PASS: dist/Data-Dumper/t/dumper PASS: dist/Data-Dumper/t/dumpperl PASS: dist/Data-Dumper/t/freezer PASS: dist/Data-Dumper/t/freezer_useperl SKIP: dist/Data-Dumper/t/huge PASS: dist/Data-Dumper/t/indent PASS: dist/Data-Dumper/t/misc PASS: dist/Data-Dumper/t/names PASS: dist/Data-Dumper/t/overload PASS: dist/Data-Dumper/t/pair PASS: dist/Data-Dumper/t/perl-74170 PASS: dist/Data-Dumper/t/purity_deepcopy_maxdepth PASS: dist/Data-Dumper/t/qr PASS: dist/Data-Dumper/t/quotekeys PASS: dist/Data-Dumper/t/recurse PASS: dist/Data-Dumper/t/seen PASS: dist/Data-Dumper/t/sortkeys PASS: dist/Data-Dumper/t/sparseseen PASS: dist/Data-Dumper/t/terse PASS: dist/Data-Dumper/t/toaster PASS: dist/Data-Dumper/t/trailing_comma PASS: dist/Data-Dumper/t/values PASS: dist/Devel-SelfStubber/t/Devel-SelfStubber PASS: dist/Dumpvalue/t/Dumpvalue PASS: dist/encoding-warnings/t/1-warning PASS: dist/encoding-warnings/t/2-fatal PASS: dist/encoding-warnings/t/3-normal PASS: dist/encoding-warnings/t/4-lexical PASS: dist/Env/t/array PASS: dist/Env/t/env PASS: dist/Exporter/t/Exporter PASS: dist/Exporter/t/warn PASS: dist/ExtUtils-CBuilder/t/00-have-compiler PASS: dist/ExtUtils-CBuilder/t/01-basic PASS: dist/ExtUtils-CBuilder/t/02-link PASS: dist/ExtUtils-CBuilder/t/03-cplusplus PASS: dist/ExtUtils-CBuilder/t/04-base PASS: dist/ExtUtils-ParseXS/t/001-basic PASS: dist/ExtUtils-ParseXS/t/002-more PASS: dist/ExtUtils-ParseXS/t/003-usage PASS: dist/ExtUtils-ParseXS/t/101-standard_typemap_locations PASS: dist/ExtUtils-ParseXS/t/102-trim_whitespace PASS: dist/ExtUtils-ParseXS/t/103-tidy_type PASS: dist/ExtUtils-ParseXS/t/104-map_type PASS: dist/ExtUtils-ParseXS/t/105-valid_proto_string PASS: dist/ExtUtils-ParseXS/t/106-process_typemaps PASS: dist/ExtUtils-ParseXS/t/108-map_type PASS: dist/ExtUtils-ParseXS/t/109-standard_XS_defs PASS: dist/ExtUtils-ParseXS/t/110-assign_func_args PASS: dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements PASS: dist/ExtUtils-ParseXS/t/112-set_cond PASS: dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements PASS: dist/ExtUtils-ParseXS/t/114-blurt_death_Warn PASS: dist/ExtUtils-ParseXS/t/115-avoid-noise PASS: dist/ExtUtils-ParseXS/t/501-t-compile PASS: dist/ExtUtils-ParseXS/t/510-t-bare PASS: dist/ExtUtils-ParseXS/t/511-t-whitespace PASS: dist/ExtUtils-ParseXS/t/512-t-file PASS: dist/ExtUtils-ParseXS/t/513-t-merge PASS: dist/ExtUtils-ParseXS/t/514-t-embed PASS: dist/ExtUtils-ParseXS/t/515-t-cmd PASS: dist/ExtUtils-ParseXS/t/516-t-clone PASS: dist/ExtUtils-ParseXS/t/517-t-targetable PASS: dist/ExtUtils-ParseXS/t/600-t-compat PASS: dist/Filter-Simple/t/code_no_comments PASS: dist/Filter-Simple/t/data PASS: dist/Filter-Simple/t/export PASS: dist/Filter-Simple/t/filter_only PASS: dist/Filter-Simple/t/filter PASS: dist/Filter-Simple/t/import PASS: dist/I18N-Collate/t/I18N-Collate PASS: dist/I18N-LangTags/t/01_about_verbose PASS: dist/I18N-LangTags/t/05_main PASS: dist/I18N-LangTags/t/07_listy PASS: dist/I18N-LangTags/t/10_http PASS: dist/I18N-LangTags/t/20_locales PASS: dist/I18N-LangTags/t/50_super PASS: dist/I18N-LangTags/t/55_supers_strict PASS: dist/I18N-LangTags/t/80_all_env PASS: dist/if/t/if PASS: dist/IO/t/cachepropagate-tcp PASS: dist/IO/t/cachepropagate-udp PASS: dist/IO/t/cachepropagate-unix PASS: dist/IO/t/io_const PASS: dist/IO/t/io_dir PASS: dist/IO/t/io_dup PASS: dist/IO/t/io_file_export PASS: dist/IO/t/io_file PASS: dist/IO/t/io_linenum PASS: dist/IO/t/io_multihomed PASS: dist/IO/t/io_pipe PASS: dist/IO/t/io_poll PASS: dist/IO/t/io_sel PASS: dist/IO/t/io_sock PASS: dist/IO/t/IO PASS: dist/IO/t/io_taint PASS: dist/IO/t/io_tell PASS: dist/IO/t/io_udp PASS: dist/IO/t/io_unix PASS: dist/IO/t/io_utf8argv PASS: dist/IO/t/io_utf8 PASS: dist/IO/t/io_xs PASS: dist/lib/t/01lib PASS: dist/Locale-Maketext/t/01_about_verbose PASS: dist/Locale-Maketext/t/04_use_external_lex_cache PASS: dist/Locale-Maketext/t/09_compile PASS: dist/Locale-Maketext/t/10_make PASS: dist/Locale-Maketext/t/20_get PASS: dist/Locale-Maketext/t/30_eval_dollar_at PASS: dist/Locale-Maketext/t/40_super PASS: dist/Locale-Maketext/t/50_super PASS: dist/Locale-Maketext/t/60_super PASS: dist/Locale-Maketext/t/70_fail_auto PASS: dist/Locale-Maketext/t/90_utf8 PASS: dist/Locale-Maketext/t/91_backslash PASS: dist/Module-CoreList/t/corelist PASS: dist/Module-CoreList/t/deprecated PASS: dist/Module-CoreList/t/find_modules PASS: dist/Module-CoreList/t/is_core SKIP: dist/Module-CoreList/t/pod PASS: dist/Module-CoreList/t/utils PASS: dist/Net-Ping/t/100_load PASS: dist/Net-Ping/t/110_icmp_inst PASS: dist/Net-Ping/t/120_udp_inst PASS: dist/Net-Ping/t/130_tcp_inst PASS: dist/Net-Ping/t/140_stream_inst PASS: dist/Net-Ping/t/150_syn_inst SKIP: dist/Net-Ping/t/190_alarm SKIP: dist/Net-Ping/t/200_ping_tcp SKIP: dist/Net-Ping/t/250_ping_hires SKIP: dist/Net-Ping/t/300_ping_stream SKIP: dist/Net-Ping/t/400_ping_syn SKIP: dist/Net-Ping/t/410_syn_host PASS: dist/Net-Ping/t/450_service PASS: dist/Net-Ping/t/500_ping_icmp PASS: dist/Net-Ping/t/510_ping_udp PASS: dist/Net-Ping/t/520_icmp_ttl PASS: dist/PathTools/t/abs2rel PASS: dist/PathTools/t/crossplatform PASS: dist/PathTools/t/cwd PASS: dist/PathTools/t/Functions PASS: dist/PathTools/t/rel2abs2rel PASS: dist/PathTools/t/Spec PASS: dist/PathTools/t/Spec-taint PASS: dist/PathTools/t/taint PASS: dist/PathTools/t/tmpdir SKIP: dist/PathTools/t/win32 PASS: dist/Safe/t/safe1 PASS: dist/Safe/t/safe2 PASS: dist/Safe/t/safe3 PASS: dist/Safe/t/safeload PASS: dist/Safe/t/safenamedcap PASS: dist/Safe/t/safeops PASS: dist/Safe/t/saferegexp PASS: dist/Safe/t/safesecurity PASS: dist/Safe/t/safesort PASS: dist/Safe/t/safeuniversal PASS: dist/Safe/t/safeutf8 PASS: dist/Safe/t/safewrap PASS: dist/Search-Dict/t/Dict PASS: dist/SelfLoader/t/01SelfLoader PASS: dist/SelfLoader/t/02SelfLoader-buggy PASS: dist/SelfLoader/t/03taint PASS: dist/Storable/t/attach_errors PASS: dist/Storable/t/attach_singleton PASS: dist/Storable/t/attach PASS: dist/Storable/t/blessed PASS: dist/Storable/t/canonical PASS: dist/Storable/t/circular_hook PASS: dist/Storable/t/code SKIP: dist/Storable/t/compat01 PASS: dist/Storable/t/compat06 PASS: dist/Storable/t/croak PASS: dist/Storable/t/dclone PASS: dist/Storable/t/destroy PASS: dist/Storable/t/downgrade PASS: dist/Storable/t/file_magic PASS: dist/Storable/t/forgive PASS: dist/Storable/t/freeze PASS: dist/Storable/t/integer SKIP: dist/Storable/t/interwork56 PASS: dist/Storable/t/just_plain_nasty SKIP: dist/Storable/t/leaks PASS: dist/Storable/t/lock PASS: dist/Storable/t/malice PASS: dist/Storable/t/overload PASS: dist/Storable/t/recurse PASS: dist/Storable/t/restrict PASS: dist/Storable/t/retrieve PASS: dist/Storable/t/robust PASS: dist/Storable/t/sig_die PASS: dist/Storable/t/store PASS: dist/Storable/t/threads PASS: dist/Storable/t/tied_hook PASS: dist/Storable/t/tied_items PASS: dist/Storable/t/tied_store PASS: dist/Storable/t/tied PASS: dist/Storable/t/utf8hash PASS: dist/Storable/t/utf8 PASS: dist/Storable/t/weak PASS: dist/Term-Complete/t/Complete SKIP: dist/Term-ReadLine/t/AE SKIP: dist/Term-ReadLine/t/AETk PASS: dist/Term-ReadLine/t/ReadLine SKIP: dist/Term-ReadLine/t/Tk PASS: dist/Test/t/05_about_verbose PASS: dist/Test/t/fail PASS: dist/Test/t/mix PASS: dist/Test/t/multiline PASS: dist/Test/t/onfail PASS: dist/Test/t/qr PASS: dist/Test/t/skip PASS: dist/Test/t/success PASS: dist/Test/t/todo PASS: dist/Text-Abbrev/t/Abbrev PASS: dist/Thread-Queue/t/01_basic PASS: dist/Thread-Queue/t/02_refs PASS: dist/Thread-Queue/t/03_peek PASS: dist/Thread-Queue/t/04_errs PASS: dist/Thread-Queue/t/05_extract PASS: dist/Thread-Queue/t/06_insert PASS: dist/Thread-Queue/t/07_lock PASS: dist/Thread-Queue/t/08_nothreads PASS: dist/Thread-Queue/t/09_ended PASS: dist/Thread-Queue/t/10_timed PASS: dist/Thread-Queue/t/11_limit PASS: dist/Thread-Semaphore/t/01_basic PASS: dist/Thread-Semaphore/t/02_errs PASS: dist/Thread-Semaphore/t/03_nothreads PASS: dist/Thread-Semaphore/t/04_nonblocking PASS: dist/Thread-Semaphore/t/05_force PASS: dist/threads-shared/t/0nothread PASS: dist/threads-shared/t/av_refs PASS: dist/threads-shared/t/av_simple PASS: dist/threads-shared/t/blessed PASS: dist/threads-shared/t/clone PASS: dist/threads-shared/t/cond PASS: dist/threads-shared/t/disabled PASS: dist/threads-shared/t/dualvar PASS: dist/threads-shared/t/hv_refs PASS: dist/threads-shared/t/hv_simple PASS: dist/threads-shared/t/no_share PASS: dist/threads-shared/t/object2 PASS: dist/threads-shared/t/object PASS: dist/threads-shared/t/shared_attr PASS: dist/threads-shared/t/stress PASS: dist/threads-shared/t/sv_refs PASS: dist/threads-shared/t/sv_simple PASS: dist/threads-shared/t/utf8 PASS: dist/threads-shared/t/waithires PASS: dist/threads-shared/t/wait PASS: dist/threads/t/basic PASS: dist/threads/t/blocks PASS: dist/threads/t/context PASS: dist/threads/t/end PASS: dist/threads/t/err PASS: dist/threads/t/exit PASS: dist/threads/t/free2 PASS: dist/threads/t/free PASS: dist/threads/t/join PASS: dist/threads/t/kill2 PASS: dist/threads/t/kill PASS: dist/threads/t/libc PASS: dist/threads/t/list SKIP: dist/threads/t/no_threads PASS: dist/threads/t/problems PASS: dist/threads/t/stack_env PASS: dist/threads/t/stack PASS: dist/threads/t/state PASS: dist/threads/t/stress_cv PASS: dist/threads/t/stress_re PASS: dist/threads/t/stress_string PASS: dist/threads/t/thread PASS: dist/Tie-File/t/00_version PASS: dist/Tie-File/t/01_gen PASS: dist/Tie-File/t/02_fetchsize PASS: dist/Tie-File/t/03_longfetch PASS: dist/Tie-File/t/04_splice PASS: dist/Tie-File/t/05_size PASS: dist/Tie-File/t/06_fixrec PASS: dist/Tie-File/t/07_rv_splice PASS: dist/Tie-File/t/08_ro PASS: dist/Tie-File/t/09_gen_rs PASS: dist/Tie-File/t/10_splice_rs PASS: dist/Tie-File/t/11_rv_splice_rs PASS: dist/Tie-File/t/12_longfetch_rs PASS: dist/Tie-File/t/13_size_rs PASS: dist/Tie-File/t/14_lock PASS: dist/Tie-File/t/15_pushpop PASS: dist/Tie-File/t/16_handle PASS: dist/Tie-File/t/17_misc_meth PASS: dist/Tie-File/t/18_rs_fixrec PASS: dist/Tie-File/t/19_cache PASS: dist/Tie-File/t/20_cache_full SKIP: dist/Tie-File/t/21_win32 PASS: dist/Tie-File/t/22_autochomp PASS: dist/Tie-File/t/23_rv_ac_splice PASS: dist/Tie-File/t/24_cache_loop PASS: dist/Tie-File/t/25_gen_nocache PASS: dist/Tie-File/t/26_twrite PASS: dist/Tie-File/t/27_iwrite PASS: dist/Tie-File/t/28_mtwrite PASS: dist/Tie-File/t/29a_upcopy PASS: dist/Tie-File/t/29_downcopy PASS: dist/Tie-File/t/30_defer PASS: dist/Tie-File/t/31_autodefer PASS: dist/Tie-File/t/32_defer_misc PASS: dist/Tie-File/t/33_defer_vs PASS: dist/Tie-File/t/40_abs_cache PASS: dist/Tie-File/t/41_heap PASS: dist/Tie-File/t/42_offset PASS: dist/Time-HiRes/t/alarm PASS: dist/Time-HiRes/t/clock PASS: dist/Time-HiRes/t/gettimeofday PASS: dist/Time-HiRes/t/itimer PASS: dist/Time-HiRes/t/nanosleep PASS: dist/Time-HiRes/t/sleep PASS: dist/Time-HiRes/t/stat PASS: dist/Time-HiRes/t/time PASS: dist/Time-HiRes/t/tv_interval PASS: dist/Time-HiRes/t/ualarm PASS: dist/Time-HiRes/t/usleep PASS: dist/XSLoader/t/XSLoader PASS: ext/arybase/t/aeach PASS: ext/arybase/t/aelem PASS: ext/arybase/t/akeys PASS: ext/arybase/t/arybase PASS: ext/arybase/t/aslice PASS: ext/arybase/t/av2arylen PASS: ext/arybase/t/index PASS: ext/arybase/t/lslice PASS: ext/arybase/t/pos PASS: ext/arybase/t/scope PASS: ext/arybase/t/splice PASS: ext/arybase/t/substr PASS: ext/B/t/b PASS: ext/B/t/concise PASS: ext/B/t/concise-xs PASS: ext/B/t/f_map PASS: ext/B/t/f_sort PASS: ext/B/t/optree_check PASS: ext/B/t/optree_concise PASS: ext/B/t/optree_constants PASS: ext/B/t/optree_misc PASS: ext/B/t/optree_samples PASS: ext/B/t/optree_sort PASS: ext/B/t/optree_specials PASS: ext/B/t/optree_varinit PASS: ext/B/t/o PASS: ext/B/t/pragma PASS: ext/B/t/showlex PASS: ext/B/t/sv_stash PASS: ext/B/t/terse PASS: ext/B/t/walkoptree PASS: ext/B/t/xref PASS: ext/Devel-Peek/t/Peek PASS: ext/DynaLoader/t/DynaLoader PASS: ext/Errno/t/Errno PASS: ext/Fcntl/t/autoload PASS: ext/Fcntl/t/fcntl PASS: ext/Fcntl/t/mode PASS: ext/Fcntl/t/syslfs PASS: ext/FileCache/t/01open PASS: ext/FileCache/t/02maxopen PASS: ext/FileCache/t/03append PASS: ext/FileCache/t/04twoarg PASS: ext/FileCache/t/05override PASS: ext/FileCache/t/06export PASS: ext/FileCache/t/07noimport PASS: ext/File-DosGlob/t/DosGlob PASS: ext/File-Find/t/find PASS: ext/File-Find/t/taint PASS: ext/File-Glob/t/basic PASS: ext/File-Glob/t/case PASS: ext/File-Glob/t/global PASS: ext/File-Glob/t/rt114984 PASS: ext/File-Glob/t/taint PASS: ext/File-Glob/t/threads PASS: ext/Hash-Util-FieldHash/t/01_load PASS: ext/Hash-Util-FieldHash/t/02_function PASS: ext/Hash-Util-FieldHash/t/03_class PASS: ext/Hash-Util-FieldHash/t/04_thread PASS: ext/Hash-Util-FieldHash/t/05_perlhook PASS: ext/Hash-Util-FieldHash/t/11_hashassign PASS: ext/Hash-Util-FieldHash/t/12_hashwarn PASS: ext/Hash-Util/t/Util PASS: ext/I18N-Langinfo/t/Langinfo PASS: ext/IPC-Open3/t/fd PASS: ext/IPC-Open3/t/IPC-Open2 PASS: ext/IPC-Open3/t/IPC-Open3 PASS: ext/NDBM_File/t/ndbm PASS: ext/ODBM_File/t/odbm PASS: ext/Opcode/t/Opcode PASS: ext/Opcode/t/ops PASS: ext/PerlIO-encoding/t/encoding PASS: ext/PerlIO-encoding/t/fallback PASS: ext/PerlIO-encoding/t/nolooping PASS: ext/PerlIO-encoding/t/threads PASS: ext/PerlIO-scalar/t/scalar PASS: ext/PerlIO-scalar/t/scalar_ungetc PASS: ext/PerlIO-via/t/via PASS: ext/Pod-Functions/t/Functions PASS: ext/Pod-Html/t/anchorify PASS: ext/Pod-Html/t/cache PASS: ext/Pod-Html/t/crossref2 PASS: ext/Pod-Html/t/crossref3 PASS: ext/Pod-Html/t/crossref PASS: ext/Pod-Html/t/eol PASS: ext/Pod-Html/t/feature2 PASS: ext/Pod-Html/t/feature PASS: ext/Pod-Html/t/htmldir1 PASS: ext/Pod-Html/t/htmldir2 PASS: ext/Pod-Html/t/htmldir3 PASS: ext/Pod-Html/t/htmldir4 PASS: ext/Pod-Html/t/htmldir5 PASS: ext/Pod-Html/t/htmlescp PASS: ext/Pod-Html/t/htmllink PASS: ext/Pod-Html/t/htmlview PASS: ext/Pod-Html/t/poderr PASS: ext/Pod-Html/t/podnoerr PASS: ext/POSIX/t/export PASS: ext/POSIX/t/math PASS: ext/POSIX/t/posix PASS: ext/POSIX/t/sigaction PASS: ext/POSIX/t/sigset PASS: ext/POSIX/t/strerror_errno PASS: ext/POSIX/t/sysconf PASS: ext/POSIX/t/taint PASS: ext/POSIX/t/termios PASS: ext/POSIX/t/time PASS: ext/POSIX/t/unimplemented PASS: ext/POSIX/t/usage PASS: ext/POSIX/t/waitpid PASS: ext/POSIX/t/wrappers PASS: ext/re/t/lexical_debug PASS: ext/re/t/qr PASS: ext/re/t/reflags PASS: ext/re/t/re_funcs PASS: ext/re/t/re_funcs_u PASS: ext/re/t/regop PASS: ext/re/t/re PASS: ext/re/t/strict PASS: ext/SDBM_File/t/constants PASS: ext/SDBM_File/t/prep PASS: ext/SDBM_File/t/sdbm PASS: ext/Sys-Hostname/t/Hostname PASS: ext/Tie-Hash-NamedCapture/t/tiehash PASS: ext/Tie-Memoize/t/Tie-Memoize PASS: ext/XS-APItest/t/addissub PASS: ext/XS-APItest/t/arrayexpr PASS: ext/XS-APItest/t/autoload PASS: ext/XS-APItest/t/blockasexpr PASS: ext/XS-APItest/t/blockhooks-csc PASS: ext/XS-APItest/t/blockhooks PASS: ext/XS-APItest/t/call_checker PASS: ext/XS-APItest/t/caller PASS: ext/XS-APItest/t/callregexec PASS: ext/XS-APItest/t/call PASS: ext/XS-APItest/t/check_warnings PASS: ext/XS-APItest/t/cleanup PASS: ext/XS-APItest/t/clone-with-stack PASS: ext/XS-APItest/t/cophh PASS: ext/XS-APItest/t/coplabel PASS: ext/XS-APItest/t/copstash PASS: ext/XS-APItest/t/copyhints PASS: ext/XS-APItest/t/customop PASS: ext/XS-APItest/t/cv_name PASS: ext/XS-APItest/t/eval-filter PASS: ext/XS-APItest/t/exception PASS: ext/XS-APItest/t/extend PASS: ext/XS-APItest/t/fetch_pad_names PASS: ext/XS-APItest/t/gotosub PASS: ext/XS-APItest/t/grok PASS: ext/XS-APItest/t/gv_autoload4 PASS: ext/XS-APItest/t/gv_const_sv PASS: ext/XS-APItest/t/gv_fetchmeth_autoload PASS: ext/XS-APItest/t/gv_fetchmethod_flags PASS: ext/XS-APItest/t/gv_fetchmeth PASS: ext/XS-APItest/t/gv_init PASS: ext/XS-APItest/t/handy PASS: ext/XS-APItest/t/hash PASS: ext/XS-APItest/t/join_with_space PASS: ext/XS-APItest/t/keyword_multiline PASS: ext/XS-APItest/t/keyword_plugin PASS: ext/XS-APItest/t/labelconst PASS: ext/XS-APItest/t/lexsub SKIP: ext/XS-APItest/t/locale PASS: ext/XS-APItest/t/loopblock PASS: ext/XS-APItest/t/looprest PASS: ext/XS-APItest/t/lvalue PASS: ext/XS-APItest/t/magic_chain PASS: ext/XS-APItest/t/magic PASS: ext/XS-APItest/t/mro PASS: ext/XS-APItest/t/multicall PASS: ext/XS-APItest/t/my_cxt PASS: ext/XS-APItest/t/my_exit PASS: ext/XS-APItest/t/newCONSTSUB PASS: ext/XS-APItest/t/newDEFSVOP PASS: ext/XS-APItest/t/op_contextualize PASS: ext/XS-APItest/t/op_list PASS: ext/XS-APItest/t/op PASS: ext/XS-APItest/t/overload PASS: ext/XS-APItest/t/pad_scalar PASS: ext/XS-APItest/t/peep PASS: ext/XS-APItest/t/pmflag PASS: ext/XS-APItest/t/postinc PASS: ext/XS-APItest/t/printf PASS: ext/XS-APItest/t/ptr_table PASS: ext/XS-APItest/t/push PASS: ext/XS-APItest/t/refs PASS: ext/XS-APItest/t/rmagical PASS: ext/XS-APItest/t/rv2cv_op_cv PASS: ext/XS-APItest/t/savehints PASS: ext/XS-APItest/t/scopelessblock PASS: ext/XS-APItest/t/sort PASS: ext/XS-APItest/t/stmtasexpr PASS: ext/XS-APItest/t/stmtsasexpr PASS: ext/XS-APItest/t/stuff_modify_bug PASS: ext/XS-APItest/t/stuff_svcur_bug PASS: ext/XS-APItest/t/subcall PASS: ext/XS-APItest/t/svcatpvf PASS: ext/XS-APItest/t/svcat PASS: ext/XS-APItest/t/sviscow PASS: ext/XS-APItest/t/svpeek PASS: ext/XS-APItest/t/svpv_magic PASS: ext/XS-APItest/t/svpv PASS: ext/XS-APItest/t/svsetsv PASS: ext/XS-APItest/t/swaplabel PASS: ext/XS-APItest/t/swaptwostmts PASS: ext/XS-APItest/t/sym-hook PASS: ext/XS-APItest/t/synthetic_scope PASS: ext/XS-APItest/t/temp_lv_sub PASS: ext/XS-APItest/t/underscore_length PASS: ext/XS-APItest/t/utf16_to_utf8 PASS: ext/XS-APItest/t/utf8 PASS: ext/XS-APItest/t/weaken PASS: ext/XS-APItest/t/whichsig SKIP: ext/XS-APItest/t/win32 PASS: ext/XS-APItest/t/xs_special_subs_require PASS: ext/XS-APItest/t/xs_special_subs PASS: ext/XS-APItest/t/xsub_h PASS: ext/XS-Typemap/t/Typemap PASS: lib/AnyDBM_File PASS: lib/B/Deparse-core PASS: lib/B/Deparse-subclass PASS: lib/B/Deparse PASS: lib/Benchmark PASS: lib/blib PASS: lib/bytes PASS: lib/charnames PASS: lib/Class/Struct PASS: lib/Config/Extensions PASS: lib/Config PASS: lib/DBM_Filter/t/01error PASS: lib/DBM_Filter/t/02core PASS: lib/DBM_Filter/t/compress PASS: lib/DBM_Filter/t/encode PASS: lib/DBM_Filter/t/int32 PASS: lib/DBM_Filter/t/null PASS: lib/DBM_Filter/t/utf8 PASS: lib/DB PASS: lib/diagnostics PASS: lib/DirHandle PASS: lib/dumpvar PASS: lib/English SKIP: lib/ExtUtils/t/Embed PASS: lib/feature PASS: lib/feature/unicode_strings PASS: lib/File/Basename PASS: lib/File/Compare PASS: lib/File/Copy PASS: lib/FileHandle PASS: lib/File/stat-7896 PASS: lib/File/stat PASS: lib/filetest PASS: lib/FindBin PASS: lib/Getopt/Std PASS: lib/h2ph PASS: lib/h2xs PASS: lib/integer PASS: lib/Internals PASS: lib/less PASS: lib/locale PASS: lib/meta_notation PASS: lib/Net/hostent SKIP: lib/Net/netent PASS: lib/Net/protoent PASS: lib/Net/servent PASS: lib/open PASS: lib/overload64 PASS: lib/overloading PASS: lib/overload PASS: lib/perl5db PASS: lib/Pod/t/InputObjects PASS: lib/Pod/t/Select PASS: lib/Pod/t/Usage PASS: lib/Pod/t/utils PASS: lib/SelectSaver PASS: lib/sigtrap PASS: lib/sort PASS: lib/strict PASS: lib/subs PASS: lib/Symbol PASS: lib/Thread PASS: lib/Tie/Array/push PASS: lib/Tie/Array/splice PASS: lib/Tie/Array/stdpush PASS: lib/Tie/Array/std PASS: lib/Tie/ExtraHash PASS: lib/Tie/Handle/stdhandle_from_handle PASS: lib/Tie/Handle/stdhandle PASS: lib/Tie/Hash PASS: lib/Tie/Scalar PASS: lib/Tie/SubstrHash PASS: lib/Time/gmtime PASS: lib/Time/localtime PASS: lib/Unicode/UCD PASS: lib/User/grent PASS: lib/User/pwent PASS: lib/utf8 PASS: lib/vars_carp PASS: lib/vars PASS: lib/vmsish PASS: lib/warnings porting/customized.t Elapsed: 655 sec u=5.16 s=1.27 cu=267.91 cs=10.44 scripts=2285 tests=837428 END: /usr/lib/perl/ptest 2017-08-12T18:03 2017-08-12T18:03 BEGIN: /usr/lib/perl5/ptest PASS: t/base/cond PASS: t/base/if PASS: t/base/lex PASS: t/base/num PASS: t/base/pat PASS: t/base/rs PASS: t/base/term PASS: t/base/translate PASS: t/base/while PASS: t/comp/bproto PASS: t/comp/cmdopt PASS: t/comp/colon PASS: t/comp/decl PASS: t/comp/final_line_num PASS: t/comp/fold PASS: t/comp/form_scope PASS: t/comp/hints PASS: t/comp/line_debug PASS: t/comp/multiline PASS: t/comp/opsubs PASS: t/comp/our PASS: t/comp/package PASS: t/comp/package_block PASS: t/comp/parser PASS: t/comp/proto PASS: t/comp/redef PASS: t/comp/require PASS: t/comp/retainedlines PASS: t/comp/term PASS: t/comp/uproto PASS: t/comp/use PASS: t/comp/utf PASS: t/run/cloexec SKIP: t/run/dtrace PASS: t/run/exit PASS: t/run/fresh_perl PASS: t/run/locale PASS: t/run/noswitch PASS: t/run/runenv PASS: t/run/script PASS: t/run/switch0 PASS: t/run/switchC SKIP: t/run/switchDx PASS: t/run/switchF PASS: t/run/switchF1 PASS: t/run/switchF2 PASS: t/run/switchI PASS: t/run/switchM PASS: t/run/switcha PASS: t/run/switchd-78586 PASS: t/run/switchd PASS: t/run/switches PASS: t/run/switchn PASS: t/run/switchp PASS: t/run/switcht PASS: t/run/switchx PASS: t/cmd/elsif PASS: t/cmd/for PASS: t/cmd/mod PASS: t/cmd/subval PASS: t/cmd/switch PASS: t/io/argv PASS: t/io/binmode PASS: t/io/bom PASS: t/io/closepid PASS: t/io/crlf PASS: t/io/crlf_through PASS: t/io/data PASS: t/io/defout PASS: t/io/dup SKIP: t/io/eintr SKIP: t/io/eintr_print PASS: t/io/errno PASS: t/io/errnosig PASS: t/io/fflush PASS: t/io/fs PASS: t/io/inplace PASS: t/io/iofile PASS: t/io/iprefix PASS: t/io/layers PASS: t/io/nargv PASS: t/io/open PASS: t/io/openpid PASS: t/io/perlio PASS: t/io/perlio_fail PASS: t/io/perlio_leaks PASS: t/io/perlio_open PASS: t/io/pipe PASS: t/io/print PASS: t/io/pvbm PASS: t/io/read PASS: t/io/say PASS: t/io/sem PASS: t/io/semctl PASS: t/io/shm PASS: t/io/socket PASS: t/io/tell PASS: t/io/through PASS: t/io/utf8 PASS: t/re/charset PASS: t/re/fold_grind PASS: t/re/no_utf8_pm PASS: t/re/overload PASS: t/re/pat PASS: t/re/pat_advanced PASS: t/re/pat_advanced_thr PASS: t/re/pat_psycho PASS: t/re/pat_psycho_thr PASS: t/re/pat_re_eval PASS: t/re/pat_re_eval_thr PASS: t/re/pat_rt_report PASS: t/re/pat_rt_report_thr PASS: t/re/pat_special_cc PASS: t/re/pat_special_cc_thr PASS: t/re/pat_thr PASS: t/re/pos PASS: t/re/qr-72922 PASS: t/re/qr PASS: t/re/qr_gc PASS: t/re/qrstack PASS: t/re/recompile PASS: t/re/reg_60508 PASS: t/re/reg_email PASS: t/re/reg_email_thr PASS: t/re/reg_eval PASS: t/re/reg_eval_scope PASS: t/re/reg_fold PASS: t/re/reg_mesg PASS: t/re/reg_namedcapture PASS: t/re/reg_nc_tie PASS: t/re/reg_nocapture PASS: t/re/reg_pmod PASS: t/re/reg_posixcc PASS: t/re/regex_sets PASS: t/re/regex_sets_compat PASS: t/re/regexp PASS: t/re/regexp_noamp PASS: t/re/regexp_notrie PASS: t/re/regexp_qr PASS: t/re/regexp_qr_embed PASS: t/re/regexp_qr_embed_thr PASS: t/re/regexp_trielist PASS: t/re/regexp_unicode_prop PASS: t/re/regexp_unicode_prop_thr PASS: t/re/rt122747 PASS: t/re/rxcode PASS: t/re/speed PASS: t/re/speed_thr PASS: t/re/subst PASS: t/re/substT PASS: t/re/subst_amp PASS: t/re/subst_wamp PASS: t/re/uniprops PASS: t/opbasic/arith PASS: t/opbasic/cmp PASS: t/opbasic/concat PASS: t/opbasic/magic_phase PASS: t/opbasic/qq PASS: t/op/64bitint PASS: t/op/aassign PASS: t/op/alarm PASS: t/op/anonconst PASS: t/op/anonsub PASS: t/op/append PASS: t/op/args PASS: t/op/array PASS: t/op/array_base PASS: t/op/assignwarn PASS: t/op/attrhand PASS: t/op/attrproto PASS: t/op/attrs PASS: t/op/auto PASS: t/op/avhv PASS: t/op/bless PASS: t/op/blocks PASS: t/op/bop PASS: t/op/caller PASS: t/op/chars PASS: t/op/chdir PASS: t/op/chop PASS: t/op/chr PASS: t/op/closure PASS: t/op/concat2 PASS: t/op/cond PASS: t/op/const-optree PASS: t/op/context PASS: t/op/coreamp PASS: t/op/coresubs PASS: t/op/cproto PASS: t/op/crypt PASS: t/op/current_sub PASS: t/op/dbm PASS: t/op/defined PASS: t/op/defins PASS: t/op/delete PASS: t/op/die PASS: t/op/die_except PASS: t/op/die_exit PASS: t/op/die_keeperr PASS: t/op/die_unwind PASS: t/op/do PASS: t/op/dor SKIP: t/op/dump PASS: t/op/each PASS: t/op/each_array PASS: t/op/eval PASS: t/op/evalbytes PASS: t/op/exec PASS: t/op/exists_sub PASS: t/op/exp PASS: t/op/fh PASS: t/op/filehandle PASS: t/op/filetest PASS: t/op/filetest_stack_ok PASS: t/op/filetest_t PASS: t/op/flip PASS: t/op/for PASS: t/op/fork PASS: t/op/fresh_perl_utf8 PASS: t/op/getpid PASS: t/op/getppid PASS: t/op/glob PASS: t/op/gmagic PASS: t/op/goto PASS: t/op/goto_xs PASS: t/op/grent PASS: t/op/grep PASS: t/op/groups PASS: t/op/gv PASS: t/op/hash-rt85026 PASS: t/op/hash PASS: t/op/hashassign PASS: t/op/hashwarn PASS: t/op/heredoc PASS: t/op/hexfp PASS: t/op/inc PASS: t/op/inccode-tie PASS: t/op/inccode PASS: t/op/incfilter PASS: t/op/index PASS: t/op/index_thr PASS: t/op/infnan PASS: t/op/int PASS: t/op/join PASS: t/op/kill0 PASS: t/op/kvaslice PASS: t/op/kvhslice PASS: t/op/lc PASS: t/op/leaky-magic PASS: t/op/length PASS: t/op/lex PASS: t/op/lex_assign PASS: t/op/lexsub PASS: t/op/lfs PASS: t/op/list PASS: t/op/local PASS: t/op/localref PASS: t/op/lock PASS: t/op/loopctl PASS: t/op/lop PASS: t/op/lvref PASS: t/op/magic-27839 PASS: t/op/magic PASS: t/op/method PASS: t/op/mkdir PASS: t/op/multideref PASS: t/op/my PASS: t/op/my_stash PASS: t/op/mydef PASS: t/op/negate PASS: t/op/not PASS: t/op/numconvert PASS: t/op/oct PASS: t/op/or PASS: t/op/ord PASS: t/op/overload_integer PASS: t/op/override PASS: t/op/pack PASS: t/op/packagev PASS: t/op/pos PASS: t/op/postfixderef PASS: t/op/pow PASS: t/op/print PASS: t/op/protowarn PASS: t/op/push PASS: t/op/pwent PASS: t/op/qr PASS: t/op/quotemeta PASS: t/op/rand PASS: t/op/range PASS: t/op/read PASS: t/op/readdir PASS: t/op/readline PASS: t/op/recurse PASS: t/op/ref PASS: t/op/repeat PASS: t/op/require_37033 PASS: t/op/require_errors PASS: t/op/require_override PASS: t/op/reset PASS: t/op/reverse PASS: t/op/rt119311 PASS: t/op/runlevel PASS: t/op/select PASS: t/op/setpgrpstack PASS: t/op/sigdispatch PASS: t/op/signatures PASS: t/op/sigsystem PASS: t/op/sleep PASS: t/op/smartkve PASS: t/op/smartmatch PASS: t/op/sort PASS: t/op/splice PASS: t/op/split PASS: t/op/split_unicode PASS: t/op/sprintf PASS: t/op/sprintf2 PASS: t/op/srand PASS: t/op/sselect PASS: t/op/stash PASS: t/op/stat PASS: t/op/state PASS: t/op/study PASS: t/op/studytied PASS: t/op/sub PASS: t/op/sub_lval PASS: t/op/substr PASS: t/op/substr_thr PASS: t/op/svleak PASS: t/op/switch PASS: t/op/symbolcache PASS: t/op/sysio PASS: t/op/taint PASS: t/op/threads-dirh PASS: t/op/threads PASS: t/op/tie PASS: t/op/tie_fetch_count PASS: t/op/tiearray PASS: t/op/tiehandle PASS: t/op/time PASS: t/op/time_loop PASS: t/op/tr PASS: t/op/undef PASS: t/op/universal PASS: t/op/unlink PASS: t/op/unshift PASS: t/op/upgrade PASS: t/op/utf8cache PASS: t/op/utf8decode PASS: t/op/utf8magic PASS: t/op/utfhash PASS: t/op/utftaint PASS: t/op/vec PASS: t/op/ver PASS: t/op/waitpid PASS: t/op/wantarray PASS: t/op/warn PASS: t/op/while PASS: t/op/write PASS: t/op/yadayada PASS: t/uni/attrs PASS: t/uni/bless PASS: t/uni/cache PASS: t/uni/caller PASS: t/uni/chomp PASS: t/uni/chr PASS: t/uni/class PASS: t/uni/eval PASS: t/uni/fold PASS: t/uni/goto PASS: t/uni/greek PASS: t/uni/gv PASS: t/uni/heavy PASS: t/uni/labels PASS: t/uni/latin2 PASS: t/uni/lex_utf8 PASS: t/uni/lower PASS: t/uni/method PASS: t/uni/opcroak PASS: t/uni/overload PASS: t/uni/package PASS: t/uni/parser PASS: t/uni/readline PASS: t/uni/select PASS: t/uni/sprintf PASS: t/uni/stash PASS: t/uni/tie PASS: t/uni/title PASS: t/uni/tr_7jis PASS: t/uni/tr_eucjp PASS: t/uni/tr_sjis PASS: t/uni/tr_utf8 PASS: t/uni/universal PASS: t/uni/upper PASS: t/uni/variables PASS: t/uni/write PASS: t/mro/basic PASS: t/mro/basic_01_c3 PASS: t/mro/basic_01_c3_utf8 PASS: t/mro/basic_01_dfs PASS: t/mro/basic_01_dfs_utf8 PASS: t/mro/basic_02_c3 PASS: t/mro/basic_02_c3_utf8 PASS: t/mro/basic_02_dfs PASS: t/mro/basic_02_dfs_utf8 PASS: t/mro/basic_03_c3 PASS: t/mro/basic_03_c3_utf8 PASS: t/mro/basic_03_dfs PASS: t/mro/basic_03_dfs_utf8 PASS: t/mro/basic_04_c3 PASS: t/mro/basic_04_c3_utf8 PASS: t/mro/basic_04_dfs PASS: t/mro/basic_04_dfs_utf8 PASS: t/mro/basic_05_c3 PASS: t/mro/basic_05_c3_utf8 PASS: t/mro/basic_05_dfs PASS: t/mro/basic_05_dfs_utf8 PASS: t/mro/basic_utf8 PASS: t/mro/c3_with_overload PASS: t/mro/c3_with_overload_utf8 PASS: t/mro/complex_c3 PASS: t/mro/complex_c3_utf8 PASS: t/mro/complex_dfs PASS: t/mro/complex_dfs_utf8 PASS: t/mro/dbic_c3 PASS: t/mro/dbic_c3_utf8 PASS: t/mro/dbic_dfs PASS: t/mro/dbic_dfs_utf8 PASS: t/mro/inconsistent_c3 PASS: t/mro/inconsistent_c3_utf8 PASS: t/mro/isa_aliases PASS: t/mro/isa_aliases_utf8 PASS: t/mro/isa_c3 PASS: t/mro/isa_c3_utf8 PASS: t/mro/isa_dfs PASS: t/mro/isa_dfs_utf8 PASS: t/mro/isarev PASS: t/mro/isarev_utf8 PASS: t/mro/method_caching PASS: t/mro/method_caching_utf8 PASS: t/mro/next_NEXT PASS: t/mro/next_NEXT_utf8 PASS: t/mro/next_edgecases PASS: t/mro/next_edgecases_utf8 PASS: t/mro/next_goto PASS: t/mro/next_goto_utf8 PASS: t/mro/next_inanon PASS: t/mro/next_inanon_utf8 PASS: t/mro/next_ineval PASS: t/mro/next_ineval_utf8 PASS: t/mro/next_method PASS: t/mro/next_method_utf8 PASS: t/mro/next_skip PASS: t/mro/next_skip_utf8 PASS: t/mro/overload_c3 PASS: t/mro/overload_c3_utf8 PASS: t/mro/overload_dfs PASS: t/mro/package_aliases PASS: t/mro/package_aliases_utf8 PASS: t/mro/pkg_gen PASS: t/mro/pkg_gen_utf8 PASS: t/mro/recursion_c3 PASS: t/mro/recursion_c3_utf8 PASS: t/mro/recursion_dfs PASS: t/mro/recursion_dfs_utf8 PASS: t/mro/vulcan_c3 PASS: t/mro/vulcan_c3_utf8 PASS: t/mro/vulcan_dfs PASS: t/mro/vulcan_dfs_utf8 PASS: t/perf/benchmarks PASS: t/perf/opcount PASS: t/perf/optree PASS: t/perf/speed PASS: t/perf/taint SKIP: t/porting/FindExt SKIP: t/porting/args_assert SKIP: t/porting/authors SKIP: t/porting/bench PASS: t/porting/bincompat PASS: t/porting/checkcase SKIP: t/porting/checkcfgvar SKIP: t/porting/cmp_version SKIP: t/porting/copyright PASS: t/porting/corelist FAIL: t/porting/customized SKIP: t/porting/diag SKIP: t/porting/dual-life SKIP: t/porting/exec-bit SKIP: t/porting/extrefs PASS: t/porting/filenames SKIP: t/porting/globvar SKIP: t/porting/libperl SKIP: t/porting/maintainers SKIP: t/porting/manifest SKIP: t/porting/pending-author SKIP: t/porting/perlfunc SKIP: t/porting/pod_rules SKIP: t/porting/podcheck PASS: t/porting/re_context PASS: t/porting/readme SKIP: t/porting/regen SKIP: t/porting/ss_dup PASS: t/porting/test_bootstrap SKIP: t/porting/utils PASS: t/lib/commonsense PASS: t/lib/croak SKIP: t/lib/cygwin PASS: t/lib/deprecate PASS: t/lib/mypragma PASS: t/lib/no_load PASS: t/lib/overload_fallback PASS: t/lib/overload_nomethod PASS: t/lib/proxy_constant_subs PASS: t/lib/universal PASS: cpan/Archive-Tar/t/01_use PASS: cpan/Archive-Tar/t/02_methods PASS: cpan/Archive-Tar/t/03_file PASS: cpan/Archive-Tar/t/04_resolved_issues PASS: cpan/Archive-Tar/t/05_iter PASS: cpan/Archive-Tar/t/06_error PASS: cpan/Archive-Tar/t/08_ptargrep SKIP: cpan/Archive-Tar/t/90_symlink SKIP: cpan/Archive-Tar/t/99_pod PASS: cpan/autodie/t/00-load PASS: cpan/autodie/t/args PASS: cpan/autodie/t/autodie PASS: cpan/autodie/t/backcompat PASS: cpan/autodie/t/basic_exceptions PASS: cpan/autodie/t/binmode PASS: cpan/autodie/t/blog_hints PASS: cpan/autodie/t/caller PASS: cpan/autodie/t/chmod PASS: cpan/autodie/t/chown PASS: cpan/autodie/t/context_lexical PASS: cpan/autodie/t/context PASS: cpan/autodie/t/core-trampoline-slurp PASS: cpan/autodie/t/crickey PASS: cpan/autodie/t/dbmopen PASS: cpan/autodie/t/eval_error PASS: cpan/autodie/t/exception_class PASS: cpan/autodie/t/exceptions PASS: cpan/autodie/t/exec PASS: cpan/autodie/t/Fatal PASS: cpan/autodie/t/filehandles PASS: cpan/autodie/t/fileno PASS: cpan/autodie/t/flock PASS: cpan/autodie/t/format-clobber PASS: cpan/autodie/t/hints_insist PASS: cpan/autodie/t/hints_pod_examples PASS: cpan/autodie/t/hints_provider_does PASS: cpan/autodie/t/hints_provider_easy_does_it PASS: cpan/autodie/t/hints_provider_isa PASS: cpan/autodie/t/hints SKIP: cpan/autodie/t/import-into PASS: cpan/autodie/t/internal-backcompat PASS: cpan/autodie/t/internal SKIP: cpan/autodie/t/kill PASS: cpan/autodie/t/lethal PASS: cpan/autodie/t/mkdir PASS: cpan/autodie/t/no_carp PASS: cpan/autodie/t/open PASS: cpan/autodie/t/read PASS: cpan/autodie/t/recv PASS: cpan/autodie/t/repeat PASS: cpan/autodie/t/rt-74246 PASS: cpan/autodie/t/scope_leak PASS: cpan/autodie/t/skip PASS: cpan/autodie/t/string-eval-basic PASS: cpan/autodie/t/string-eval-leak PASS: cpan/autodie/t/sysopen PASS: cpan/autodie/t/truncate PASS: cpan/autodie/t/unlink PASS: cpan/autodie/t/user-context PASS: cpan/autodie/t/usersub PASS: cpan/autodie/t/utf8_open PASS: cpan/autodie/t/utime SKIP: cpan/autodie/t/version PASS: cpan/autodie/t/version_tag PASS: cpan/AutoLoader/t/01AutoLoader PASS: cpan/AutoLoader/t/02AutoSplit PASS: cpan/B-Debug/t/debug PASS: cpan/bignum/t/big_e_pi PASS: cpan/bignum/t/bigexp PASS: cpan/bignum/t/bigint PASS: cpan/bignum/t/bignum PASS: cpan/bignum/t/bigrat PASS: cpan/bignum/t/bii_e_pi PASS: cpan/bignum/t/biinfnan PASS: cpan/bignum/t/bir_e_pi PASS: cpan/bignum/t/bninfnan SKIP: cpan/bignum/t/bn_lite PASS: cpan/bignum/t/brinfnan SKIP: cpan/bignum/t/br_lite PASS: cpan/bignum/t/in_effect PASS: cpan/bignum/t/option_a PASS: cpan/bignum/t/option_l PASS: cpan/bignum/t/option_p PASS: cpan/bignum/t/overrides PASS: cpan/bignum/t/ratopt_a PASS: cpan/bignum/t/scope_f PASS: cpan/bignum/t/scope_i PASS: cpan/bignum/t/scope_r PASS: cpan/Compress-Raw-Bzip2/t/000prereq PASS: cpan/Compress-Raw-Bzip2/t/01bzip2 PASS: cpan/Compress-Raw-Bzip2/t/09limitoutput PASS: cpan/Compress-Raw-Bzip2/t/19nonpv SKIP: cpan/Compress-Raw-Bzip2/t/99pod PASS: cpan/Compress-Raw-Zlib/t/01version PASS: cpan/Compress-Raw-Zlib/t/02zlib SKIP: cpan/Compress-Raw-Zlib/t/07bufsize PASS: cpan/Compress-Raw-Zlib/t/09limitoutput PASS: cpan/Compress-Raw-Zlib/t/18lvalue PASS: cpan/Compress-Raw-Zlib/t/19nonpv PASS: cpan/Config-Perl-V/t/10_base PASS: cpan/Config-Perl-V/t/20_plv56 PASS: cpan/Config-Perl-V/t/21_plv58 PASS: cpan/Config-Perl-V/t/22_plv510 PASS: cpan/Config-Perl-V/t/23_plv512 PASS: cpan/Config-Perl-V/t/24_plv514 PASS: cpan/Config-Perl-V/t/25_plv5162 PASS: cpan/Config-Perl-V/t/25_plv516 PASS: cpan/Config-Perl-V/t/26_plv5182 PASS: cpan/Config-Perl-V/t/26_plv518 PASS: cpan/Config-Perl-V/t/27_plv5200 PASS: cpan/Config-Perl-V/t/27_plv5202 PASS: cpan/Config-Perl-V/t/28_plv52201w PASS: cpan/Config-Perl-V/t/28_plv5220 PASS: cpan/CPAN-Meta-Requirements/t/accepts PASS: cpan/CPAN-Meta-Requirements/t/bad_version_hook PASS: cpan/CPAN-Meta-Requirements/t/basic PASS: cpan/CPAN-Meta-Requirements/t/finalize PASS: cpan/CPAN-Meta-Requirements/t/from-hash PASS: cpan/CPAN-Meta-Requirements/t/merge PASS: cpan/CPAN-Meta-Requirements/t/strings PASS: cpan/CPAN-Meta/t/converter-bad PASS: cpan/CPAN-Meta/t/converter-fail PASS: cpan/CPAN-Meta/t/converter-fragments PASS: cpan/CPAN-Meta/t/converter PASS: cpan/CPAN-Meta/t/load-bad PASS: cpan/CPAN-Meta/t/merge PASS: cpan/CPAN-Meta/t/meta-obj PASS: cpan/CPAN-Meta/t/no-index PASS: cpan/CPAN-Meta/t/optional_feature-merge PASS: cpan/CPAN-Meta/t/prereqs-finalize PASS: cpan/CPAN-Meta/t/prereqs-merge PASS: cpan/CPAN-Meta/t/prereqs PASS: cpan/CPAN-Meta/t/repository PASS: cpan/CPAN-Meta/t/save-load PASS: cpan/CPAN-Meta/t/validator PASS: cpan/CPAN-Meta-YAML/t/01_api PASS: cpan/CPAN-Meta-YAML/t/01_compile PASS: cpan/CPAN-Meta-YAML/t/10_read PASS: cpan/CPAN-Meta-YAML/t/11_read_string PASS: cpan/CPAN-Meta-YAML/t/12_write PASS: cpan/CPAN-Meta-YAML/t/13_write_string PASS: cpan/CPAN-Meta-YAML/t/20_subclass PASS: cpan/CPAN-Meta-YAML/t/21_yamlpm_compat PASS: cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml PASS: cpan/CPAN-Meta-YAML/t/31_local_tml PASS: cpan/CPAN-Meta-YAML/t/32_world_tml PASS: cpan/CPAN-Meta-YAML/t/86_fail PASS: cpan/CPAN/t/01loadme PASS: cpan/CPAN/t/02nox PASS: cpan/CPAN/t/03pkgs PASS: cpan/CPAN/t/10version PASS: cpan/CPAN/t/11mirroredby PASS: cpan/Devel-PPPort/t/call PASS: cpan/Devel-PPPort/t/cop PASS: cpan/Devel-PPPort/t/exception PASS: cpan/Devel-PPPort/t/format PASS: cpan/Devel-PPPort/t/grok PASS: cpan/Devel-PPPort/t/gv PASS: cpan/Devel-PPPort/t/HvNAME PASS: cpan/Devel-PPPort/t/limits PASS: cpan/Devel-PPPort/t/magic PASS: cpan/Devel-PPPort/t/memory PASS: cpan/Devel-PPPort/t/misc PASS: cpan/Devel-PPPort/t/mPUSH PASS: cpan/Devel-PPPort/t/MY_CXT PASS: cpan/Devel-PPPort/t/newCONSTSUB PASS: cpan/Devel-PPPort/t/newRV PASS: cpan/Devel-PPPort/t/newSVpv PASS: cpan/Devel-PPPort/t/newSV_type PASS: cpan/Devel-PPPort/t/podtest PASS: cpan/Devel-PPPort/t/ppphtest PASS: cpan/Devel-PPPort/t/pvs PASS: cpan/Devel-PPPort/t/pv_tools PASS: cpan/Devel-PPPort/t/shared_pv PASS: cpan/Devel-PPPort/t/snprintf PASS: cpan/Devel-PPPort/t/sprintf PASS: cpan/Devel-PPPort/t/strlfuncs PASS: cpan/Devel-PPPort/t/SvPV PASS: cpan/Devel-PPPort/t/SvREFCNT PASS: cpan/Devel-PPPort/t/Sv_set PASS: cpan/Devel-PPPort/t/sv_xpvf PASS: cpan/Devel-PPPort/t/threads PASS: cpan/Devel-PPPort/t/uv PASS: cpan/Devel-PPPort/t/variables PASS: cpan/Devel-PPPort/t/warn PASS: cpan/Digest-MD5/t/align PASS: cpan/Digest-MD5/t/badfile PASS: cpan/Digest-MD5/t/bits PASS: cpan/Digest-MD5/t/clone PASS: cpan/Digest-MD5/t/files PASS: cpan/Digest-MD5/t/md5-aaa PASS: cpan/Digest-MD5/t/threads PASS: cpan/Digest-MD5/t/utf8 PASS: cpan/Digest-SHA/t/allfcns PASS: cpan/Digest-SHA/t/base64 PASS: cpan/Digest-SHA/t/bitbuf PASS: cpan/Digest-SHA/t/bitorder PASS: cpan/Digest-SHA/t/fips180-4 PASS: cpan/Digest-SHA/t/fips198 PASS: cpan/Digest-SHA/t/gglong PASS: cpan/Digest-SHA/t/gg PASS: cpan/Digest-SHA/t/hmacsha PASS: cpan/Digest-SHA/t/inheritance PASS: cpan/Digest-SHA/t/ireland PASS: cpan/Digest-SHA/t/methods PASS: cpan/Digest-SHA/t/nistbit PASS: cpan/Digest-SHA/t/nistbyte PASS: cpan/Digest-SHA/t/rfc2202 PASS: cpan/Digest-SHA/t/sha1 PASS: cpan/Digest-SHA/t/sha224 PASS: cpan/Digest-SHA/t/sha256 PASS: cpan/Digest-SHA/t/sha384 PASS: cpan/Digest-SHA/t/sha512 PASS: cpan/Digest-SHA/t/state PASS: cpan/Digest-SHA/t/unicode PASS: cpan/Digest-SHA/t/woodbury PASS: cpan/Digest/t/base PASS: cpan/Digest/t/digest PASS: cpan/Digest/t/file PASS: cpan/Digest/t/security PASS: cpan/Encode/t/Aliases PASS: cpan/Encode/t/at-cn PASS: cpan/Encode/t/at-tw PASS: cpan/Encode/t/CJKT PASS: cpan/Encode/t/cow PASS: cpan/Encode/t/decode PASS: cpan/Encode/t/enc_data PASS: cpan/Encode/t/enc_eucjp PASS: cpan/Encode/t/enc_module PASS: cpan/Encode/t/Encoder PASS: cpan/Encode/t/Encode PASS: cpan/Encode/t/encoding-locale PASS: cpan/Encode/t/encoding PASS: cpan/Encode/t/enc_utf8 PASS: cpan/Encode/t/fallback PASS: cpan/Encode/t/from_to PASS: cpan/Encode/t/grow PASS: cpan/Encode/t/gsm0338 PASS: cpan/Encode/t/guess PASS: cpan/Encode/t/isa PASS: cpan/Encode/t/jis7-fallback PASS: cpan/Encode/t/jperl PASS: cpan/Encode/t/mime_header_iso2022jp PASS: cpan/Encode/t/mime-header PASS: cpan/Encode/t/mime-name PASS: cpan/Encode/t/perlio SKIP: cpan/Encode/t/piconv PASS: cpan/Encode/t/taint PASS: cpan/Encode/t/Unicode PASS: cpan/Encode/t/utf8ref PASS: cpan/Encode/t/utf8strict PASS: cpan/Encode/t/utf8warnings PASS: cpan/experimental/t/basic PASS: cpan/ExtUtils-Constant/t/Constant PASS: cpan/ExtUtils-Install/t/can_write_dir PASS: cpan/ExtUtils-Install/t/Installapi2 PASS: cpan/ExtUtils-Install/t/Installed PASS: cpan/ExtUtils-Install/t/Install PASS: cpan/ExtUtils-Install/t/InstallWithMM PASS: cpan/ExtUtils-Install/t/Packlist SKIP: cpan/ExtUtils-MakeMaker/t/00compile PASS: cpan/ExtUtils-MakeMaker/t/01perl_bugs PASS: cpan/ExtUtils-MakeMaker/t/arch_check PASS: cpan/ExtUtils-MakeMaker/t/backwards SKIP: cpan/ExtUtils-MakeMaker/t/basic PASS: cpan/ExtUtils-MakeMaker/t/build_man PASS: cpan/ExtUtils-MakeMaker/t/cd PASS: cpan/ExtUtils-MakeMaker/t/config PASS: cpan/ExtUtils-MakeMaker/t/cp PASS: cpan/ExtUtils-MakeMaker/t/dir_target SKIP: cpan/ExtUtils-MakeMaker/t/echo PASS: cpan/ExtUtils-MakeMaker/t/eu_command PASS: cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE PASS: cpan/ExtUtils-MakeMaker/t/fixin PASS: cpan/ExtUtils-MakeMaker/t/fix_libs PASS: cpan/ExtUtils-MakeMaker/t/hints SKIP: cpan/ExtUtils-MakeMaker/t/INSTALL_BASE PASS: cpan/ExtUtils-MakeMaker/t/installed_file PASS: cpan/ExtUtils-MakeMaker/t/INST_PREFIX PASS: cpan/ExtUtils-MakeMaker/t/INST PASS: cpan/ExtUtils-MakeMaker/t/is_of_type PASS: cpan/ExtUtils-MakeMaker/t/Liblist PASS: cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters PASS: cpan/ExtUtils-MakeMaker/t/make PASS: cpan/ExtUtils-MakeMaker/t/maketext_filter PASS: cpan/ExtUtils-MakeMaker/t/meta_convert PASS: cpan/ExtUtils-MakeMaker/t/metafile_data PASS: cpan/ExtUtils-MakeMaker/t/metafile_file SKIP: cpan/ExtUtils-MakeMaker/t/miniperl SKIP: cpan/ExtUtils-MakeMaker/t/min_perl_version PASS: cpan/ExtUtils-MakeMaker/t/Mkbootstrap PASS: cpan/ExtUtils-MakeMaker/t/MM_Any SKIP: cpan/ExtUtils-MakeMaker/t/MM_BeOS SKIP: cpan/ExtUtils-MakeMaker/t/MM_Cygwin SKIP: cpan/ExtUtils-MakeMaker/t/MM_NW5 SKIP: cpan/ExtUtils-MakeMaker/t/MM_OS2 PASS: cpan/ExtUtils-MakeMaker/t/MM_Unix SKIP: cpan/ExtUtils-MakeMaker/t/MM_VMS SKIP: cpan/ExtUtils-MakeMaker/t/MM_Win32 PASS: cpan/ExtUtils-MakeMaker/t/oneliner PASS: cpan/ExtUtils-MakeMaker/t/parse_abstract PASS: cpan/ExtUtils-MakeMaker/t/parse_version SKIP: cpan/ExtUtils-MakeMaker/t/PL_FILES PASS: cpan/ExtUtils-MakeMaker/t/pm SKIP: cpan/ExtUtils-MakeMaker/t/pm_to_blib PASS: cpan/ExtUtils-MakeMaker/t/pod2man PASS: cpan/ExtUtils-MakeMaker/t/postamble PASS: cpan/ExtUtils-MakeMaker/t/prefixify PASS: cpan/ExtUtils-MakeMaker/t/prereq_print PASS: cpan/ExtUtils-MakeMaker/t/prereq PASS: cpan/ExtUtils-MakeMaker/t/problems PASS: cpan/ExtUtils-MakeMaker/t/prompt SKIP: cpan/ExtUtils-MakeMaker/t/recurs PASS: cpan/ExtUtils-MakeMaker/t/revision SKIP: cpan/ExtUtils-MakeMaker/t/several_authors PASS: cpan/ExtUtils-MakeMaker/t/split_command PASS: cpan/ExtUtils-MakeMaker/t/test_boilerplate PASS: cpan/ExtUtils-MakeMaker/t/testlib PASS: cpan/ExtUtils-MakeMaker/t/unicode PASS: cpan/ExtUtils-MakeMaker/t/VERSION_FROM PASS: cpan/ExtUtils-MakeMaker/t/vstrings PASS: cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile PASS: cpan/ExtUtils-MakeMaker/t/writemakefile_args PASS: cpan/ExtUtils-MakeMaker/t/xs PASS: cpan/ExtUtils-Manifest/t/Manifest PASS: cpan/File-Fetch/t/01_File-Fetch PASS: cpan/File-Fetch/t/null_subclass PASS: cpan/File-Path/t/Path_root PASS: cpan/File-Path/t/Path SKIP: cpan/File-Path/t/Path_win32 PASS: cpan/File-Path/t/taint PASS: cpan/File-Temp/t/cmp PASS: cpan/File-Temp/t/fork SKIP: cpan/File-Temp/t/lock PASS: cpan/File-Temp/t/mktemp PASS: cpan/File-Temp/t/object PASS: cpan/File-Temp/t/posix PASS: cpan/File-Temp/t/rmtree PASS: cpan/File-Temp/t/security PASS: cpan/File-Temp/t/seekable PASS: cpan/File-Temp/t/tempfile PASS: cpan/Filter-Util-Call/t/call PASS: cpan/Filter-Util-Call/t/rt_101033 PASS: cpan/Filter-Util-Call/t/rt_54452-rebless PASS: cpan/Getopt-Long/t/gol-basic PASS: cpan/Getopt-Long/t/gol-linkage PASS: cpan/Getopt-Long/t/gol-oo PASS: cpan/Getopt-Long/t/gol-xargv PASS: cpan/Getopt-Long/t/gol-xstring PASS: cpan/HTTP-Tiny/t/000_load PASS: cpan/HTTP-Tiny/t/001_api PASS: cpan/HTTP-Tiny/t/002_croakage PASS: cpan/HTTP-Tiny/t/003_agent PASS: cpan/HTTP-Tiny/t/010_url PASS: cpan/HTTP-Tiny/t/020_headers PASS: cpan/HTTP-Tiny/t/030_response PASS: cpan/HTTP-Tiny/t/040_content PASS: cpan/HTTP-Tiny/t/050_chunked_body PASS: cpan/HTTP-Tiny/t/060_http_date PASS: cpan/HTTP-Tiny/t/070_cookie_jar PASS: cpan/HTTP-Tiny/t/100_get PASS: cpan/HTTP-Tiny/t/101_head PASS: cpan/HTTP-Tiny/t/102_put PASS: cpan/HTTP-Tiny/t/103_delete PASS: cpan/HTTP-Tiny/t/104_post PASS: cpan/HTTP-Tiny/t/110_mirror PASS: cpan/HTTP-Tiny/t/130_redirect PASS: cpan/HTTP-Tiny/t/140_proxy PASS: cpan/HTTP-Tiny/t/141_no_proxy PASS: cpan/HTTP-Tiny/t/150_post_form PASS: cpan/HTTP-Tiny/t/160_cookies PASS: cpan/HTTP-Tiny/t/161_basic_auth PASS: cpan/HTTP-Tiny/t/162_proxy_auth PASS: cpan/HTTP-Tiny/t/170_keepalive PASS: cpan/IO-Compress/t/000prereq PASS: cpan/IO-Compress/t/001bzip2 PASS: cpan/IO-Compress/t/001zlib-generic-deflate PASS: cpan/IO-Compress/t/001zlib-generic-gzip PASS: cpan/IO-Compress/t/001zlib-generic-rawdeflate PASS: cpan/IO-Compress/t/001zlib-generic-zip PASS: cpan/IO-Compress/t/002any-deflate PASS: cpan/IO-Compress/t/002any-gzip PASS: cpan/IO-Compress/t/002any-rawdeflate PASS: cpan/IO-Compress/t/002any-transparent PASS: cpan/IO-Compress/t/002any-zip PASS: cpan/IO-Compress/t/004gziphdr PASS: cpan/IO-Compress/t/005defhdr PASS: cpan/IO-Compress/t/006zip PASS: cpan/IO-Compress/t/01misc SKIP: cpan/IO-Compress/t/020isize PASS: cpan/IO-Compress/t/050interop-gzip PASS: cpan/IO-Compress/t/100generic-bzip2 PASS: cpan/IO-Compress/t/100generic-deflate PASS: cpan/IO-Compress/t/100generic-gzip PASS: cpan/IO-Compress/t/100generic-rawdeflate PASS: cpan/IO-Compress/t/100generic-zip SKIP: cpan/IO-Compress/t/101truncate-bzip2 SKIP: cpan/IO-Compress/t/101truncate-deflate SKIP: cpan/IO-Compress/t/101truncate-gzip SKIP: cpan/IO-Compress/t/101truncate-rawdeflate SKIP: cpan/IO-Compress/t/101truncate-zip PASS: cpan/IO-Compress/t/102tied-bzip2 PASS: cpan/IO-Compress/t/102tied-deflate PASS: cpan/IO-Compress/t/102tied-gzip PASS: cpan/IO-Compress/t/102tied-rawdeflate PASS: cpan/IO-Compress/t/102tied-zip PASS: cpan/IO-Compress/t/103newtied-bzip2 PASS: cpan/IO-Compress/t/103newtied-deflate PASS: cpan/IO-Compress/t/103newtied-gzip PASS: cpan/IO-Compress/t/103newtied-rawdeflate PASS: cpan/IO-Compress/t/103newtied-zip PASS: cpan/IO-Compress/t/104destroy-bzip2 PASS: cpan/IO-Compress/t/104destroy-deflate PASS: cpan/IO-Compress/t/104destroy-gzip PASS: cpan/IO-Compress/t/104destroy-rawdeflate PASS: cpan/IO-Compress/t/104destroy-zip PASS: cpan/IO-Compress/t/105oneshot-bzip2 PASS: cpan/IO-Compress/t/105oneshot-deflate PASS: cpan/IO-Compress/t/105oneshot-gzip-only PASS: cpan/IO-Compress/t/105oneshot-gzip PASS: cpan/IO-Compress/t/105oneshot-rawdeflate PASS: cpan/IO-Compress/t/105oneshot-zip-bzip2-only PASS: cpan/IO-Compress/t/105oneshot-zip-only SKIP: cpan/IO-Compress/t/105oneshot-zip-store-only PASS: cpan/IO-Compress/t/105oneshot-zip SKIP: cpan/IO-Compress/t/106prime-bzip2 SKIP: cpan/IO-Compress/t/106prime-deflate SKIP: cpan/IO-Compress/t/106prime-gzip SKIP: cpan/IO-Compress/t/106prime-rawdeflate SKIP: cpan/IO-Compress/t/106prime-zip PASS: cpan/IO-Compress/t/107multi-bzip2 PASS: cpan/IO-Compress/t/107multi-deflate PASS: cpan/IO-Compress/t/107multi-gzip PASS: cpan/IO-Compress/t/107multi-rawdeflate PASS: cpan/IO-Compress/t/107multi-zip PASS: cpan/IO-Compress/t/108anyunc-bzip2 PASS: cpan/IO-Compress/t/108anyunc-deflate PASS: cpan/IO-Compress/t/108anyunc-gzip PASS: cpan/IO-Compress/t/108anyunc-rawdeflate PASS: cpan/IO-Compress/t/108anyunc-transparent PASS: cpan/IO-Compress/t/108anyunc-zip PASS: cpan/IO-Compress/t/109merge-deflate PASS: cpan/IO-Compress/t/109merge-gzip PASS: cpan/IO-Compress/t/109merge-rawdeflate SKIP: cpan/IO-Compress/t/109merge-zip PASS: cpan/IO-Compress/t/110encode-bzip2 PASS: cpan/IO-Compress/t/110encode-deflate PASS: cpan/IO-Compress/t/110encode-gzip PASS: cpan/IO-Compress/t/110encode-rawdeflate PASS: cpan/IO-Compress/t/110encode-zip PASS: cpan/IO-Compress/t/111const-deflate SKIP: cpan/IO-Compress/t/999pod PASS: cpan/IO-Compress/t/cz-01version PASS: cpan/IO-Compress/t/cz-03zlib-v1 PASS: cpan/IO-Compress/t/cz-06gzsetp PASS: cpan/IO-Compress/t/cz-08encoding PASS: cpan/IO-Compress/t/cz-14gzopen PASS: cpan/IO-Compress/t/globmapper PASS: cpan/IO-Socket-IP/t/00use PASS: cpan/IO-Socket-IP/t/01local-client-v4 PASS: cpan/IO-Socket-IP/t/02local-server-v4 PASS: cpan/IO-Socket-IP/t/03local-cross-v4 PASS: cpan/IO-Socket-IP/t/04local-client-v6 PASS: cpan/IO-Socket-IP/t/05local-server-v6 PASS: cpan/IO-Socket-IP/t/06local-cross-v6 PASS: cpan/IO-Socket-IP/t/10args PASS: cpan/IO-Socket-IP/t/11sockopts PASS: cpan/IO-Socket-IP/t/12port-fallback PASS: cpan/IO-Socket-IP/t/13addrinfo PASS: cpan/IO-Socket-IP/t/14fileno PASS: cpan/IO-Socket-IP/t/15io-socket PASS: cpan/IO-Socket-IP/t/16v6only PASS: cpan/IO-Socket-IP/t/17gai-flags PASS: cpan/IO-Socket-IP/t/18fdopen PASS: cpan/IO-Socket-IP/t/19no-addrs PASS: cpan/IO-Socket-IP/t/20subclass PASS: cpan/IO-Socket-IP/t/21as-inet PASS: cpan/IO-Socket-IP/t/22timeout PASS: cpan/IO-Socket-IP/t/30nonblocking-connect PASS: cpan/IO-Socket-IP/t/31nonblocking-connect-internet SKIP: cpan/IO-Socket-IP/t/99pod PASS: cpan/IO-Zlib/t/basic SKIP: cpan/IO-Zlib/t/external PASS: cpan/IO-Zlib/t/getc PASS: cpan/IO-Zlib/t/getline PASS: cpan/IO-Zlib/t/import PASS: cpan/IO-Zlib/t/large PASS: cpan/IO-Zlib/t/tied PASS: cpan/IO-Zlib/t/uncomp1 PASS: cpan/IO-Zlib/t/uncomp2 PASS: cpan/IPC-Cmd/t/01_IPC-Cmd SKIP: cpan/IPC-Cmd/t/02_Interactive PASS: cpan/IPC-Cmd/t/03_run-forked PASS: cpan/IPC-SysV/t/ipcsysv PASS: cpan/IPC-SysV/t/msg SKIP: cpan/IPC-SysV/t/podcov SKIP: cpan/IPC-SysV/t/pod PASS: cpan/IPC-SysV/t/sem PASS: cpan/IPC-SysV/t/shm PASS: cpan/JSON-PP/t/000_load PASS: cpan/JSON-PP/t/001_utf8 PASS: cpan/JSON-PP/t/002_error PASS: cpan/JSON-PP/t/003_types PASS: cpan/JSON-PP/t/006_pc_pretty PASS: cpan/JSON-PP/t/007_pc_esc PASS: cpan/JSON-PP/t/008_pc_base PASS: cpan/JSON-PP/t/009_pc_extra_number PASS: cpan/JSON-PP/t/010_pc_keysort PASS: cpan/JSON-PP/t/011_pc_expo PASS: cpan/JSON-PP/t/012_blessed PASS: cpan/JSON-PP/t/013_limit PASS: cpan/JSON-PP/t/014_latin1 PASS: cpan/JSON-PP/t/015_prefix PASS: cpan/JSON-PP/t/016_tied PASS: cpan/JSON-PP/t/017_relaxed PASS: cpan/JSON-PP/t/018_json_checker PASS: cpan/JSON-PP/t/019_incr PASS: cpan/JSON-PP/t/020_unknown PASS: cpan/JSON-PP/t/021_evans_bugrep PASS: cpan/JSON-PP/t/022_comment_at_eof PASS: cpan/JSON-PP/t/099_binary PASS: cpan/JSON-PP/t/104_sortby PASS: cpan/JSON-PP/t/105_esc_slash PASS: cpan/JSON-PP/t/106_allow_barekey PASS: cpan/JSON-PP/t/107_allow_singlequote PASS: cpan/JSON-PP/t/108_decode PASS: cpan/JSON-PP/t/109_encode PASS: cpan/JSON-PP/t/110_bignum PASS: cpan/JSON-PP/t/112_upgrade PASS: cpan/JSON-PP/t/113_overloaded_eq PASS: cpan/JSON-PP/t/114_decode_prefix PASS: cpan/JSON-PP/t/115_tie_ixhash PASS: cpan/JSON-PP/t/116_incr_parse_fixed PASS: cpan/JSON-PP/t/zero-mojibake PASS: cpan/libnet/t/config PASS: cpan/libnet/t/datasend SKIP: cpan/libnet/t/ftp PASS: cpan/libnet/t/hostname PASS: cpan/libnet/t/netrc PASS: cpan/libnet/t/nntp_ipv6 SKIP: cpan/libnet/t/nntp_ssl SKIP: cpan/libnet/t/nntp PASS: cpan/libnet/t/pop3_ipv6 SKIP: cpan/libnet/t/pop3_ssl PASS: cpan/libnet/t/require PASS: cpan/libnet/t/smtp_ipv6 SKIP: cpan/libnet/t/smtp_ssl SKIP: cpan/libnet/t/smtp PASS: cpan/libnet/t/time PASS: cpan/Locale-Codes/t/code2country_old PASS: cpan/Locale-Codes/t/code2country PASS: cpan/Locale-Codes/t/code2currency PASS: cpan/Locale-Codes/t/code2langext PASS: cpan/Locale-Codes/t/code2langfam PASS: cpan/Locale-Codes/t/code2language PASS: cpan/Locale-Codes/t/code2langvar PASS: cpan/Locale-Codes/t/code2script PASS: cpan/Locale-Codes/t/country2code_old PASS: cpan/Locale-Codes/t/country2code PASS: cpan/Locale-Codes/t/country_code2code_old PASS: cpan/Locale-Codes/t/country_code2code PASS: cpan/Locale-Codes/t/country_old PASS: cpan/Locale-Codes/t/country PASS: cpan/Locale-Codes/t/currency2code_old PASS: cpan/Locale-Codes/t/currency2code PASS: cpan/Locale-Codes/t/langext2code PASS: cpan/Locale-Codes/t/langfam2code PASS: cpan/Locale-Codes/t/language2code PASS: cpan/Locale-Codes/t/language_old PASS: cpan/Locale-Codes/t/language PASS: cpan/Locale-Codes/t/langvar2code PASS: cpan/Locale-Codes/t/script2code_old PASS: cpan/Locale-Codes/t/script2code PASS: cpan/Locale-Maketext-Simple/t/0-signature PASS: cpan/Locale-Maketext-Simple/t/1-basic SKIP: cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default SKIP: cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default PASS: cpan/Math-BigInt-FastCalc/t/bigintfc PASS: cpan/Math-BigInt-FastCalc/t/bootstrap PASS: cpan/Math-BigInt-FastCalc/t/leak PASS: cpan/Math-BigInt-FastCalc/t/mbi_rand PASS: cpan/Math-BigInt/t/bare_mbf PASS: cpan/Math-BigInt/t/bare_mbi PASS: cpan/Math-BigInt/t/bare_mif PASS: cpan/Math-BigInt/t/bigfltpm PASS: cpan/Math-BigInt/t/bigintc PASS: cpan/Math-BigInt/t/bigintpm PASS: cpan/Math-BigInt/t/bigints PASS: cpan/Math-BigInt/t/biglog PASS: cpan/Math-BigInt/t/big_pi_e PASS: cpan/Math-BigInt/t/bigroot PASS: cpan/Math-BigInt/t/calling PASS: cpan/Math-BigInt/t/config PASS: cpan/Math-BigInt/t/constant PASS: cpan/Math-BigInt/t/const_mbf PASS: cpan/Math-BigInt/t/downgrade PASS: cpan/Math-BigInt/t/_e_math PASS: cpan/Math-BigInt/t/from_hex-mbf PASS: cpan/Math-BigInt/t/inf_nan PASS: cpan/Math-BigInt/t/isa PASS: cpan/Math-BigInt/t/lib_load PASS: cpan/Math-BigInt/t/mbf_ali PASS: cpan/Math-BigInt/t/mbi_ali PASS: cpan/Math-BigInt/t/mbimbf PASS: cpan/Math-BigInt/t/mbi_rand PASS: cpan/Math-BigInt/t/nan_cmp PASS: cpan/Math-BigInt/t/new_overloaded PASS: cpan/Math-BigInt/t/objectify_mbf PASS: cpan/Math-BigInt/t/objectify_mbi PASS: cpan/Math-BigInt/t/req_mbf0 PASS: cpan/Math-BigInt/t/req_mbf1 PASS: cpan/Math-BigInt/t/req_mbfa PASS: cpan/Math-BigInt/t/req_mbfi PASS: cpan/Math-BigInt/t/req_mbfn PASS: cpan/Math-BigInt/t/req_mbfw PASS: cpan/Math-BigInt/t/require PASS: cpan/Math-BigInt/t/round PASS: cpan/Math-BigInt/t/rt-16221 PASS: cpan/Math-BigInt/t/sub_ali PASS: cpan/Math-BigInt/t/sub_mbf PASS: cpan/Math-BigInt/t/sub_mbi PASS: cpan/Math-BigInt/t/sub_mif PASS: cpan/Math-BigInt/t/trap PASS: cpan/Math-BigInt/t/upgrade2 PASS: cpan/Math-BigInt/t/upgradef PASS: cpan/Math-BigInt/t/upgrade PASS: cpan/Math-BigInt/t/use_lib1 PASS: cpan/Math-BigInt/t/use_lib2 PASS: cpan/Math-BigInt/t/use_lib3 PASS: cpan/Math-BigInt/t/use_lib4 PASS: cpan/Math-BigInt/t/use_mbfw PASS: cpan/Math-BigInt/t/use PASS: cpan/Math-BigInt/t/with_sub PASS: cpan/Math-BigRat/t/big_ap PASS: cpan/Math-BigRat/t/bigfltrt PASS: cpan/Math-BigRat/t/biglog PASS: cpan/Math-BigRat/t/bigratpm PASS: cpan/Math-BigRat/t/bigrat PASS: cpan/Math-BigRat/t/bigratup PASS: cpan/Math-BigRat/t/bigroot PASS: cpan/Math-BigRat/t/bitwise PASS: cpan/Math-BigRat/t/hang PASS: cpan/Math-BigRat/t/requirer PASS: cpan/Math-BigRat/t/trap PASS: cpan/Math-Complex/t/Complex PASS: cpan/Math-Complex/t/Trig PASS: cpan/Math-Complex/t/underbar PASS: cpan/Memoize/t/array_confusion PASS: cpan/Memoize/t/array PASS: cpan/Memoize/t/correctness PASS: cpan/Memoize/t/errors PASS: cpan/Memoize/t/expfile PASS: cpan/Memoize/t/expire PASS: cpan/Memoize/t/expmod_n PASS: cpan/Memoize/t/expmod_t PASS: cpan/Memoize/t/flush PASS: cpan/Memoize/t/normalize PASS: cpan/Memoize/t/prototype PASS: cpan/Memoize/t/speed PASS: cpan/Memoize/t/tiefeatures SKIP: cpan/Memoize/t/tie_gdbm PASS: cpan/Memoize/t/tie_ndbm PASS: cpan/Memoize/t/tie_sdbm PASS: cpan/Memoize/t/tie_storable PASS: cpan/Memoize/t/tie PASS: cpan/Memoize/t/unmemoize PASS: cpan/MIME-Base64/t/base64 PASS: cpan/MIME-Base64/t/length PASS: cpan/MIME-Base64/t/quoted-print PASS: cpan/MIME-Base64/t/unicode PASS: cpan/Module-Load-Conditional/t/01_Module_Load_Conditional PASS: cpan/Module-Loaded/t/01_Module-Loaded PASS: cpan/Module-Load/t/01_Module-Load PASS: cpan/Module-Load/t/02_Module-Load PASS: cpan/Module-Metadata/t/contains_pod PASS: cpan/Module-Metadata/t/encoding PASS: cpan/Module-Metadata/t/endpod PASS: cpan/Module-Metadata/t/extract-package PASS: cpan/Module-Metadata/t/extract-version PASS: cpan/Module-Metadata/t/metadata PASS: cpan/Module-Metadata/t/taint PASS: cpan/Module-Metadata/t/version PASS: cpan/NEXT/t/actual PASS: cpan/NEXT/t/actuns PASS: cpan/NEXT/t/dynamically_scoped_regex_vars PASS: cpan/NEXT/t/next PASS: cpan/NEXT/t/stringify PASS: cpan/NEXT/t/unseen PASS: cpan/Params-Check/t/01_Params-Check PASS: cpan/parent/t/compile-time-file PASS: cpan/parent/t/compile-time PASS: cpan/parent/t/parent-classfromclassfile PASS: cpan/parent/t/parent-classfromfile PASS: cpan/parent/t/parent-pmc PASS: cpan/parent/t/parent-returns-false PASS: cpan/parent/t/parent PASS: cpan/Parse-CPAN-Meta/t/02_api PASS: cpan/Parse-CPAN-Meta/t/03_functions PASS: cpan/Parse-CPAN-Meta/t/04_export PASS: cpan/Parse-CPAN-Meta/t/05_errors PASS: cpan/PerlIO-via-QuotedPrint/t/QuotedPrint PASS: cpan/Perl-OSType/t/OSType PASS: cpan/Pod-Checker/t/pod/podchkenc PASS: cpan/Pod-Checker/t/pod/poderrs PASS: cpan/Pod-Checker/t/pod/selfcheck PASS: cpan/Pod-Escapes/t/01_about_verbose PASS: cpan/Pod-Escapes/t/10_main PASS: cpan/Pod-Escapes/t/15_name2charnum SKIP: cpan/podlators/t/docs/pod-spelling SKIP: cpan/podlators/t/docs/pod SKIP: cpan/podlators/t/docs/synopsis PASS: cpan/podlators/t/general/basic PASS: cpan/podlators/t/general/filehandle PASS: cpan/podlators/t/general/pod-parser PASS: cpan/podlators/t/man/basic PASS: cpan/podlators/t/man/devise-date PASS: cpan/podlators/t/man/devise-title PASS: cpan/podlators/t/man/empty PASS: cpan/podlators/t/man/heading PASS: cpan/podlators/t/man/no-encode PASS: cpan/podlators/t/man/options PASS: cpan/podlators/t/man/utf8-io PASS: cpan/podlators/t/parselink/basic SKIP: cpan/podlators/t/style/minimum-version SKIP: cpan/podlators/t/style/module-version SKIP: cpan/podlators/t/style/strict PASS: cpan/podlators/t/text/basic PASS: cpan/podlators/t/text/color PASS: cpan/podlators/t/text/empty PASS: cpan/podlators/t/text/encoding PASS: cpan/podlators/t/text/options PASS: cpan/podlators/t/text/overstrike PASS: cpan/podlators/t/text/perlio PASS: cpan/podlators/t/text/termcap PASS: cpan/podlators/t/text/utf8 PASS: cpan/Pod-Parser/t/pod/contains_pod PASS: cpan/Pod-Parser/t/pod/emptycmd PASS: cpan/Pod-Parser/t/pod/find PASS: cpan/Pod-Parser/t/pod/for PASS: cpan/Pod-Parser/t/pod/headings PASS: cpan/Pod-Parser/t/pod/included PASS: cpan/Pod-Parser/t/pod/include PASS: cpan/Pod-Parser/t/pod/lref PASS: cpan/Pod-Parser/t/pod/multiline_items PASS: cpan/Pod-Parser/t/pod/nested_items PASS: cpan/Pod-Parser/t/pod/nested_seqs PASS: cpan/Pod-Parser/t/pod/oneline_cmds PASS: cpan/Pod-Parser/t/pod/podselect PASS: cpan/Pod-Parser/t/pod/selfcheck PASS: cpan/Pod-Parser/t/pod/special_seqs PASS: cpan/Pod-Parser/t/pod/twice PASS: cpan/Pod-Perldoc/t/load PASS: cpan/Pod-Perldoc/t/man/_get_columns SKIP: cpan/Pod-Perldoc/t/pod PASS: cpan/Pod-Simple/t/00about PASS: cpan/Pod-Simple/t/20_skip PASS: cpan/Pod-Simple/t/accept01 PASS: cpan/Pod-Simple/t/accept05 PASS: cpan/Pod-Simple/t/ac_d PASS: cpan/Pod-Simple/t/basic PASS: cpan/Pod-Simple/t/begin PASS: cpan/Pod-Simple/t/cbacks PASS: cpan/Pod-Simple/t/chunking PASS: cpan/Pod-Simple/t/closeys PASS: cpan/Pod-Simple/t/corpus PASS: cpan/Pod-Simple/t/emptylists PASS: cpan/Pod-Simple/t/enc-chars PASS: cpan/Pod-Simple/t/encod01 PASS: cpan/Pod-Simple/t/encod02 PASS: cpan/Pod-Simple/t/encod03 PASS: cpan/Pod-Simple/t/encod04 PASS: cpan/Pod-Simple/t/end_over PASS: cpan/Pod-Simple/t/eol2 PASS: cpan/Pod-Simple/t/eol PASS: cpan/Pod-Simple/t/fake-closers PASS: cpan/Pod-Simple/t/fcodes_e PASS: cpan/Pod-Simple/t/fcodes_l PASS: cpan/Pod-Simple/t/fcodes_s PASS: cpan/Pod-Simple/t/fcodes PASS: cpan/Pod-Simple/t/fornot PASS: cpan/Pod-Simple/t/for PASS: cpan/Pod-Simple/t/heads PASS: cpan/Pod-Simple/t/html01 PASS: cpan/Pod-Simple/t/html02 PASS: cpan/Pod-Simple/t/html03 PASS: cpan/Pod-Simple/t/htmlbat PASS: cpan/Pod-Simple/t/items02 PASS: cpan/Pod-Simple/t/items PASS: cpan/Pod-Simple/t/itemstar PASS: cpan/Pod-Simple/t/linkclas PASS: cpan/Pod-Simple/t/output PASS: cpan/Pod-Simple/t/puller PASS: cpan/Pod-Simple/t/pulltitl PASS: cpan/Pod-Simple/t/reinit PASS: cpan/Pod-Simple/t/render PASS: cpan/Pod-Simple/t/search05 PASS: cpan/Pod-Simple/t/search10 PASS: cpan/Pod-Simple/t/search12 PASS: cpan/Pod-Simple/t/search20 PASS: cpan/Pod-Simple/t/search22 PASS: cpan/Pod-Simple/t/search25 PASS: cpan/Pod-Simple/t/search26 PASS: cpan/Pod-Simple/t/search27 PASS: cpan/Pod-Simple/t/search28 PASS: cpan/Pod-Simple/t/search29 PASS: cpan/Pod-Simple/t/search50 PASS: cpan/Pod-Simple/t/stree PASS: cpan/Pod-Simple/t/strpvbtm PASS: cpan/Pod-Simple/t/tiedfh PASS: cpan/Pod-Simple/t/verbatim PASS: cpan/Pod-Simple/t/verb_fmt PASS: cpan/Pod-Simple/t/whine PASS: cpan/Pod-Simple/t/xhtml01 PASS: cpan/Pod-Simple/t/xhtml05 PASS: cpan/Pod-Simple/t/xhtml10 PASS: cpan/Pod-Simple/t/xhtml15 PASS: cpan/Pod-Simple/t/xhtml20 PASS: cpan/Pod-Simple/t/xhtml-bkb PASS: cpan/Pod-Simple/t/x_nixer PASS: cpan/Pod-Usage/t/pod/headwithmarkup PASS: cpan/Pod-Usage/t/pod/pod2usage2 PASS: cpan/Pod-Usage/t/pod/pod2usage PASS: cpan/Pod-Usage/t/pod/selectheaders PASS: cpan/Pod-Usage/t/pod/selectsections PASS: cpan/Scalar-List-Utils/t/00version PASS: cpan/Scalar-List-Utils/t/any-all PASS: cpan/Scalar-List-Utils/t/blessed PASS: cpan/Scalar-List-Utils/t/dualvar PASS: cpan/Scalar-List-Utils/t/first PASS: cpan/Scalar-List-Utils/t/getmagic-once PASS: cpan/Scalar-List-Utils/t/isvstring PASS: cpan/Scalar-List-Utils/t/lln PASS: cpan/Scalar-List-Utils/t/maxstr PASS: cpan/Scalar-List-Utils/t/max PASS: cpan/Scalar-List-Utils/t/minstr PASS: cpan/Scalar-List-Utils/t/min PASS: cpan/Scalar-List-Utils/t/openhan PASS: cpan/Scalar-List-Utils/t/pair PASS: cpan/Scalar-List-Utils/t/product PASS: cpan/Scalar-List-Utils/t/prototype PASS: cpan/Scalar-List-Utils/t/readonly PASS: cpan/Scalar-List-Utils/t/reduce PASS: cpan/Scalar-List-Utils/t/refaddr PASS: cpan/Scalar-List-Utils/t/reftype PASS: cpan/Scalar-List-Utils/t/scalarutil-proto PASS: cpan/Scalar-List-Utils/t/shuffle PASS: cpan/Scalar-List-Utils/t/stack-corruption PASS: cpan/Scalar-List-Utils/t/subname PASS: cpan/Scalar-List-Utils/t/sum0 PASS: cpan/Scalar-List-Utils/t/sum PASS: cpan/Scalar-List-Utils/t/tainted PASS: cpan/Scalar-List-Utils/t/weak PASS: cpan/Socket/t/getaddrinfo PASS: cpan/Socket/t/getnameinfo PASS: cpan/Socket/t/ip_mreq PASS: cpan/Socket/t/ipv6_mreq PASS: cpan/Socket/t/sockaddr PASS: cpan/Socket/t/socketpair PASS: cpan/Socket/t/Socket PASS: cpan/Sys-Syslog/t/00-load PASS: cpan/Sys-Syslog/t/constants SKIP: cpan/Sys-Syslog/t/facilities-routing PASS: cpan/Sys-Syslog/t/syslog PASS: cpan/Term-ANSIColor/t/module/aliases-func PASS: cpan/Term-ANSIColor/t/module/basic256 PASS: cpan/Term-ANSIColor/t/module/basic PASS: cpan/Term-ANSIColor/t/module/eval PASS: cpan/Term-ANSIColor/t/module/stringify PASS: cpan/Term-ANSIColor/t/taint/basic SKIP: cpan/Term-Cap/test PASS: cpan/Test-Harness/t/aggregator PASS: cpan/Test-Harness/t/bailout PASS: cpan/Test-Harness/t/base PASS: cpan/Test-Harness/t/callbacks PASS: cpan/Test-Harness/t/compat/env_opts PASS: cpan/Test-Harness/t/compat/env PASS: cpan/Test-Harness/t/compat/failure PASS: cpan/Test-Harness/t/compat/inc-propagation PASS: cpan/Test-Harness/t/compat/inc_taint SKIP: cpan/Test-Harness/t/compat/nonumbers PASS: cpan/Test-Harness/t/compat/regression PASS: cpan/Test-Harness/t/compat/subclass PASS: cpan/Test-Harness/t/compat/switches PASS: cpan/Test-Harness/t/compat/test-harness-compat PASS: cpan/Test-Harness/t/compat/version PASS: cpan/Test-Harness/t/console PASS: cpan/Test-Harness/t/errors PASS: cpan/Test-Harness/t/file PASS: cpan/Test-Harness/t/glob-to-regexp PASS: cpan/Test-Harness/t/grammar PASS: cpan/Test-Harness/t/harness-bailout PASS: cpan/Test-Harness/t/harness-subclass PASS: cpan/Test-Harness/t/harness PASS: cpan/Test-Harness/t/iterator_factory PASS: cpan/Test-Harness/t/iterators PASS: cpan/Test-Harness/t/multiplexer PASS: cpan/Test-Harness/t/nested PASS: cpan/Test-Harness/t/nofork-mux PASS: cpan/Test-Harness/t/nofork PASS: cpan/Test-Harness/t/object PASS: cpan/Test-Harness/t/parser-config PASS: cpan/Test-Harness/t/parser-subclass PASS: cpan/Test-Harness/t/parse PASS: cpan/Test-Harness/t/perl5lib PASS: cpan/Test-Harness/t/premature-bailout PASS: cpan/Test-Harness/t/process PASS: cpan/Test-Harness/t/proverc PASS: cpan/Test-Harness/t/proverun PASS: cpan/Test-Harness/t/prove PASS: cpan/Test-Harness/t/proveversion PASS: cpan/Test-Harness/t/regression PASS: cpan/Test-Harness/t/results PASS: cpan/Test-Harness/t/scheduler PASS: cpan/Test-Harness/t/source_handler PASS: cpan/Test-Harness/t/source PASS: cpan/Test-Harness/t/source_tests/source PASS: cpan/Test-Harness/t/spool PASS: cpan/Test-Harness/t/state_results PASS: cpan/Test-Harness/t/state PASS: cpan/Test-Harness/t/streams PASS: cpan/Test-Harness/t/taint PASS: cpan/Test-Harness/t/testargs PASS: cpan/Test-Harness/t/unicode PASS: cpan/Test-Harness/t/yamlish-output PASS: cpan/Test-Harness/t/yamlish PASS: cpan/Test-Harness/t/yamlish-writer PASS: cpan/Test-Simple/t/00test_harness_check PASS: cpan/Test-Simple/t/01-basic PASS: cpan/Test-Simple/t/478-cmp_ok_hash PASS: cpan/Test-Simple/t/auto PASS: cpan/Test-Simple/t/bad_plan PASS: cpan/Test-Simple/t/bail_out PASS: cpan/Test-Simple/t/BEGIN_require_ok PASS: cpan/Test-Simple/t/BEGIN_use_ok PASS: cpan/Test-Simple/t/buffer PASS: cpan/Test-Simple/t/Builder/Builder PASS: cpan/Test-Simple/t/Builder/carp PASS: cpan/Test-Simple/t/Builder/create PASS: cpan/Test-Simple/t/Builder/current_test PASS: cpan/Test-Simple/t/Builder/current_test_without_plan PASS: cpan/Test-Simple/t/Builder/details PASS: cpan/Test-Simple/t/Builder/done_testing_double PASS: cpan/Test-Simple/t/Builder/done_testing_plan_mismatch PASS: cpan/Test-Simple/t/Builder/done_testing PASS: cpan/Test-Simple/t/Builder/done_testing_with_no_plan PASS: cpan/Test-Simple/t/Builder/done_testing_with_number PASS: cpan/Test-Simple/t/Builder/done_testing_with_plan PASS: cpan/Test-Simple/t/Builder/fork_with_new_stdout PASS: cpan/Test-Simple/t/Builder/has_plan2 PASS: cpan/Test-Simple/t/Builder/has_plan PASS: cpan/Test-Simple/t/Builder/is_fh PASS: cpan/Test-Simple/t/Builder/is_passing PASS: cpan/Test-Simple/t/Builder/maybe_regex PASS: cpan/Test-Simple/t/Builder/no_diag PASS: cpan/Test-Simple/t/Builder/no_ending PASS: cpan/Test-Simple/t/Builder/no_header PASS: cpan/Test-Simple/t/Builder/no_plan_at_all PASS: cpan/Test-Simple/t/Builder/ok_obj PASS: cpan/Test-Simple/t/Builder/output PASS: cpan/Test-Simple/t/Builder/reset_outputs PASS: cpan/Test-Simple/t/Builder/reset PASS: cpan/Test-Simple/t/Builder/try PASS: cpan/Test-Simple/t/capture PASS: cpan/Test-Simple/t/c_flag PASS: cpan/Test-Simple/t/check_tests PASS: cpan/Test-Simple/t/circular_data PASS: cpan/Test-Simple/t/cmp_ok SKIP: cpan/Test-Simple/t/dependents PASS: cpan/Test-Simple/t/depth PASS: cpan/Test-Simple/t/diag PASS: cpan/Test-Simple/t/died PASS: cpan/Test-Simple/t/dont_overwrite_die_handler PASS: cpan/Test-Simple/t/eq_set PASS: cpan/Test-Simple/t/exit PASS: cpan/Test-Simple/t/explain PASS: cpan/Test-Simple/t/extra_one PASS: cpan/Test-Simple/t/extra PASS: cpan/Test-Simple/t/fail-like PASS: cpan/Test-Simple/t/fail-more PASS: cpan/Test-Simple/t/fail_one PASS: cpan/Test-Simple/t/fail PASS: cpan/Test-Simple/t/filehandles PASS: cpan/Test-Simple/t/fork PASS: cpan/Test-Simple/t/harness_active PASS: cpan/Test-Simple/t/import PASS: cpan/Test-Simple/t/is_deeply_dne_bug PASS: cpan/Test-Simple/t/is_deeply_fail SKIP: cpan/Test-Simple/t/is_deeply_with_threads PASS: cpan/Test-Simple/t/missing PASS: cpan/Test-Simple/t/More PASS: cpan/Test-Simple/t/new_ok PASS: cpan/Test-Simple/t/no_plan PASS: cpan/Test-Simple/t/no_tests PASS: cpan/Test-Simple/t/note PASS: cpan/Test-Simple/t/overload PASS: cpan/Test-Simple/t/overload_threads PASS: cpan/Test-Simple/t/plan_bad PASS: cpan/Test-Simple/t/plan_is_noplan PASS: cpan/Test-Simple/t/plan_no_plan PASS: cpan/Test-Simple/t/plan_shouldnt_import SKIP: cpan/Test-Simple/t/plan_skip_all PASS: cpan/Test-Simple/t/plan PASS: cpan/Test-Simple/t/require_ok PASS: cpan/Test-Simple/t/run_test PASS: cpan/Test-Simple/t/Simple/load PASS: cpan/Test-Simple/t/simple PASS: cpan/Test-Simple/t/skipall PASS: cpan/Test-Simple/t/skip PASS: cpan/Test-Simple/t/subtest/args PASS: cpan/Test-Simple/t/subtest/bail_out PASS: cpan/Test-Simple/t/subtest/basic PASS: cpan/Test-Simple/t/subtest/die PASS: cpan/Test-Simple/t/subtest/do PASS: cpan/Test-Simple/t/subtest/exceptions PASS: cpan/Test-Simple/t/subtest/fork PASS: cpan/Test-Simple/t/subtest/implicit_done PASS: cpan/Test-Simple/t/subtest/line_numbers PASS: cpan/Test-Simple/t/subtest/plan PASS: cpan/Test-Simple/t/subtest/predicate PASS: cpan/Test-Simple/t/subtest/singleton PASS: cpan/Test-Simple/t/subtest/threads PASS: cpan/Test-Simple/t/subtest/todo PASS: cpan/Test-Simple/t/subtest/wstat PASS: cpan/Test-Simple/t/tbm_doesnt_set_exported_to PASS: cpan/Test-Simple/t/Tester/tbt_01basic PASS: cpan/Test-Simple/t/Tester/tbt_02fhrestore PASS: cpan/Test-Simple/t/Tester/tbt_03die PASS: cpan/Test-Simple/t/Tester/tbt_04line_num PASS: cpan/Test-Simple/t/Tester/tbt_05faildiag PASS: cpan/Test-Simple/t/Tester/tbt_06errormess PASS: cpan/Test-Simple/t/Tester/tbt_07args PASS: cpan/Test-Simple/t/Tester/tbt_08subtest PASS: cpan/Test-Simple/t/Tester/tbt_09do PASS: cpan/Test-Simple/t/threads PASS: cpan/Test-Simple/t/thread_taint PASS: cpan/Test-Simple/t/todo PASS: cpan/Test-Simple/t/undef PASS: cpan/Test-Simple/t/useing PASS: cpan/Test-Simple/t/use_ok PASS: cpan/Test-Simple/t/utf8 PASS: cpan/Test-Simple/t/versions PASS: cpan/Text-Balanced/t/01_compile PASS: cpan/Text-Balanced/t/02_extbrk PASS: cpan/Text-Balanced/t/03_extcbk PASS: cpan/Text-Balanced/t/04_extdel PASS: cpan/Text-Balanced/t/05_extmul PASS: cpan/Text-Balanced/t/06_extqlk PASS: cpan/Text-Balanced/t/07_exttag PASS: cpan/Text-Balanced/t/08_extvar PASS: cpan/Text-Balanced/t/09_gentag PASS: cpan/Text-ParseWords/t/ParseWords PASS: cpan/Text-ParseWords/t/taint PASS: cpan/Text-Tabs/t/37000 PASS: cpan/Text-Tabs/t/39548 PASS: cpan/Text-Tabs/t/79766 PASS: cpan/Text-Tabs/t/belg4mit PASS: cpan/Text-Tabs/t/dandv PASS: cpan/Text-Tabs/t/fill PASS: cpan/Text-Tabs/t/Jacobson2 PASS: cpan/Text-Tabs/t/Jacobson PASS: cpan/Text-Tabs/t/Jochen PASS: cpan/Text-Tabs/t/sep2 PASS: cpan/Text-Tabs/t/sep PASS: cpan/Text-Tabs/t/Tabs-ElCid PASS: cpan/Text-Tabs/t/tabs PASS: cpan/Text-Tabs/t/Wrap-JLB PASS: cpan/Text-Tabs/t/wrap_separator2 PASS: cpan/Text-Tabs/t/wrap PASS: cpan/Tie-RefHash/t/rebless PASS: cpan/Tie-RefHash/t/refhash PASS: cpan/Tie-RefHash/t/storable PASS: cpan/Tie-RefHash/t/threaded PASS: cpan/Time-Local/t/Local PASS: cpan/Time-Piece/t/01base PASS: cpan/Time-Piece/t/02core_dst PASS: cpan/Time-Piece/t/02core PASS: cpan/Time-Piece/t/03compare PASS: cpan/Time-Piece/t/04mjd PASS: cpan/Time-Piece/t/05overload PASS: cpan/Time-Piece/t/06subclass PASS: cpan/Time-Piece/t/07arith PASS: cpan/Unicode-Collate/t/altern PASS: cpan/Unicode-Collate/t/backwds PASS: cpan/Unicode-Collate/t/cjk_b5 PASS: cpan/Unicode-Collate/t/cjk_gb PASS: cpan/Unicode-Collate/t/cjk_ja PASS: cpan/Unicode-Collate/t/cjk_ko PASS: cpan/Unicode-Collate/t/cjk_py PASS: cpan/Unicode-Collate/t/cjkrange PASS: cpan/Unicode-Collate/t/cjk_st PASS: cpan/Unicode-Collate/t/cjk_zy PASS: cpan/Unicode-Collate/t/compatui PASS: cpan/Unicode-Collate/t/contract PASS: cpan/Unicode-Collate/t/default PASS: cpan/Unicode-Collate/t/hangtype PASS: cpan/Unicode-Collate/t/hangul PASS: cpan/Unicode-Collate/t/ident PASS: cpan/Unicode-Collate/t/iglevel2 PASS: cpan/Unicode-Collate/t/ignor PASS: cpan/Unicode-Collate/t/illegalp PASS: cpan/Unicode-Collate/t/illegal PASS: cpan/Unicode-Collate/t/index PASS: cpan/Unicode-Collate/t/loc_af PASS: cpan/Unicode-Collate/t/loc_ar PASS: cpan/Unicode-Collate/t/loc_as PASS: cpan/Unicode-Collate/t/loc_az PASS: cpan/Unicode-Collate/t/loc_be PASS: cpan/Unicode-Collate/t/loc_bg PASS: cpan/Unicode-Collate/t/loc_bn PASS: cpan/Unicode-Collate/t/loc_bscy PASS: cpan/Unicode-Collate/t/loc_bs PASS: cpan/Unicode-Collate/t/loc_ca PASS: cpan/Unicode-Collate/t/loc_cjkc PASS: cpan/Unicode-Collate/t/loc_cjk PASS: cpan/Unicode-Collate/t/loc_cs PASS: cpan/Unicode-Collate/t/loc_cyrl PASS: cpan/Unicode-Collate/t/loc_cy PASS: cpan/Unicode-Collate/t/loc_da PASS: cpan/Unicode-Collate/t/loc_deph PASS: cpan/Unicode-Collate/t/loc_de PASS: cpan/Unicode-Collate/t/loc_ee PASS: cpan/Unicode-Collate/t/loc_eo PASS: cpan/Unicode-Collate/t/loc_es PASS: cpan/Unicode-Collate/t/loc_estr PASS: cpan/Unicode-Collate/t/loc_et PASS: cpan/Unicode-Collate/t/loc_fa PASS: cpan/Unicode-Collate/t/loc_fil PASS: cpan/Unicode-Collate/t/loc_fiph PASS: cpan/Unicode-Collate/t/loc_fi PASS: cpan/Unicode-Collate/t/loc_fo PASS: cpan/Unicode-Collate/t/loc_fr PASS: cpan/Unicode-Collate/t/loc_gu PASS: cpan/Unicode-Collate/t/loc_ha PASS: cpan/Unicode-Collate/t/loc_haw PASS: cpan/Unicode-Collate/t/loc_hi PASS: cpan/Unicode-Collate/t/loc_hr PASS: cpan/Unicode-Collate/t/loc_hu PASS: cpan/Unicode-Collate/t/loc_hy PASS: cpan/Unicode-Collate/t/loc_ig PASS: cpan/Unicode-Collate/t/loc_is PASS: cpan/Unicode-Collate/t/loc_jait PASS: cpan/Unicode-Collate/t/loc_japr PASS: cpan/Unicode-Collate/t/loc_ja PASS: cpan/Unicode-Collate/t/loc_kk PASS: cpan/Unicode-Collate/t/loc_kl PASS: cpan/Unicode-Collate/t/loc_kn PASS: cpan/Unicode-Collate/t/loc_kok PASS: cpan/Unicode-Collate/t/loc_ko PASS: cpan/Unicode-Collate/t/loc_ln PASS: cpan/Unicode-Collate/t/loc_lt PASS: cpan/Unicode-Collate/t/loc_lv PASS: cpan/Unicode-Collate/t/loc_mk PASS: cpan/Unicode-Collate/t/loc_ml PASS: cpan/Unicode-Collate/t/loc_mr PASS: cpan/Unicode-Collate/t/loc_mt PASS: cpan/Unicode-Collate/t/loc_nb PASS: cpan/Unicode-Collate/t/loc_nn PASS: cpan/Unicode-Collate/t/loc_nso PASS: cpan/Unicode-Collate/t/loc_om PASS: cpan/Unicode-Collate/t/loc_or PASS: cpan/Unicode-Collate/t/loc_pa PASS: cpan/Unicode-Collate/t/loc_pl PASS: cpan/Unicode-Collate/t/loc_ro PASS: cpan/Unicode-Collate/t/loc_ru PASS: cpan/Unicode-Collate/t/loc_sa PASS: cpan/Unicode-Collate/t/loc_se PASS: cpan/Unicode-Collate/t/loc_sidt PASS: cpan/Unicode-Collate/t/loc_si PASS: cpan/Unicode-Collate/t/loc_sk PASS: cpan/Unicode-Collate/t/loc_sl PASS: cpan/Unicode-Collate/t/loc_sq PASS: cpan/Unicode-Collate/t/loc_srla PASS: cpan/Unicode-Collate/t/loc_sr PASS: cpan/Unicode-Collate/t/loc_svrf PASS: cpan/Unicode-Collate/t/loc_sv PASS: cpan/Unicode-Collate/t/loc_sw PASS: cpan/Unicode-Collate/t/loc_ta PASS: cpan/Unicode-Collate/t/loc_test PASS: cpan/Unicode-Collate/t/loc_te PASS: cpan/Unicode-Collate/t/loc_th PASS: cpan/Unicode-Collate/t/loc_tn PASS: cpan/Unicode-Collate/t/loc_to PASS: cpan/Unicode-Collate/t/loc_tr PASS: cpan/Unicode-Collate/t/loc_uk PASS: cpan/Unicode-Collate/t/loc_ur PASS: cpan/Unicode-Collate/t/loc_vi PASS: cpan/Unicode-Collate/t/loc_wae PASS: cpan/Unicode-Collate/t/loc_wo PASS: cpan/Unicode-Collate/t/loc_yo PASS: cpan/Unicode-Collate/t/loc_zhb5 PASS: cpan/Unicode-Collate/t/loc_zhgb PASS: cpan/Unicode-Collate/t/loc_zhpy PASS: cpan/Unicode-Collate/t/loc_zhst PASS: cpan/Unicode-Collate/t/loc_zh PASS: cpan/Unicode-Collate/t/loc_zhzy PASS: cpan/Unicode-Collate/t/nonchar PASS: cpan/Unicode-Collate/t/normal PASS: cpan/Unicode-Collate/t/notable PASS: cpan/Unicode-Collate/t/overcjk0 PASS: cpan/Unicode-Collate/t/overcjk1 PASS: cpan/Unicode-Collate/t/override PASS: cpan/Unicode-Collate/t/rearrang PASS: cpan/Unicode-Collate/t/rewrite PASS: cpan/Unicode-Collate/t/test PASS: cpan/Unicode-Collate/t/trailwt PASS: cpan/Unicode-Collate/t/variable PASS: cpan/Unicode-Collate/t/version PASS: cpan/Unicode-Collate/t/view PASS: cpan/Unicode-Normalize/t/fcdc PASS: cpan/Unicode-Normalize/t/form PASS: cpan/Unicode-Normalize/t/func PASS: cpan/Unicode-Normalize/t/illegal PASS: cpan/Unicode-Normalize/t/norm PASS: cpan/Unicode-Normalize/t/null PASS: cpan/Unicode-Normalize/t/partial1 PASS: cpan/Unicode-Normalize/t/partial2 PASS: cpan/Unicode-Normalize/t/proto PASS: cpan/Unicode-Normalize/t/split PASS: cpan/Unicode-Normalize/t/test PASS: cpan/Unicode-Normalize/t/tie PASS: cpan/version/t/01base PASS: cpan/version/t/02derived PASS: cpan/version/t/03require PASS: cpan/version/t/04strict_lax PASS: cpan/version/t/05sigdie PASS: cpan/version/t/06noop PASS: cpan/version/t/07locale PASS: cpan/version/t/08_corelist PASS: cpan/version/t/09_list_util PASS: cpan/version/t/10_lyon PASS: dist/Attribute-Handlers/t/constants PASS: dist/Attribute-Handlers/t/data_convert PASS: dist/Attribute-Handlers/t/linerep PASS: dist/Attribute-Handlers/t/multi PASS: dist/autouse/t/autouse PASS: dist/base/t/base-open-chunk PASS: dist/base/t/base-open-line PASS: dist/base/t/base PASS: dist/base/t/compile-time PASS: dist/base/t/core-global SKIP: dist/base/t/fields-5_6_0 SKIP: dist/base/t/fields-5_8_0 PASS: dist/base/t/fields-base PASS: dist/base/t/fields PASS: dist/base/t/isa PASS: dist/base/t/sigdie PASS: dist/base/t/version PASS: dist/base/t/warnings PASS: dist/Carp/t/arg_regexp PASS: dist/Carp/t/arg_string PASS: dist/Carp/t/baduni PASS: dist/Carp/t/baduni_warnings PASS: dist/Carp/t/Carp_overload PASS: dist/Carp/t/Carp PASS: dist/Carp/t/errno PASS: dist/Carp/t/heavy_mismatch PASS: dist/Carp/t/heavy PASS: dist/Carp/t/stash_deletion PASS: dist/Carp/t/swash PASS: dist/Carp/t/vivify_gv PASS: dist/Carp/t/vivify_stash PASS: dist/Carp/t/with_warnings PASS: dist/constant/t/constant PASS: dist/constant/t/utf8 PASS: dist/Data-Dumper/t/bless PASS: dist/Data-Dumper/t/bless_var_method PASS: dist/Data-Dumper/t/bugs PASS: dist/Data-Dumper/t/deparse PASS: dist/Data-Dumper/t/dumper PASS: dist/Data-Dumper/t/dumpperl PASS: dist/Data-Dumper/t/freezer PASS: dist/Data-Dumper/t/freezer_useperl SKIP: dist/Data-Dumper/t/huge PASS: dist/Data-Dumper/t/indent PASS: dist/Data-Dumper/t/misc PASS: dist/Data-Dumper/t/names PASS: dist/Data-Dumper/t/overload PASS: dist/Data-Dumper/t/pair PASS: dist/Data-Dumper/t/perl-74170 PASS: dist/Data-Dumper/t/purity_deepcopy_maxdepth PASS: dist/Data-Dumper/t/qr PASS: dist/Data-Dumper/t/quotekeys PASS: dist/Data-Dumper/t/recurse PASS: dist/Data-Dumper/t/seen PASS: dist/Data-Dumper/t/sortkeys PASS: dist/Data-Dumper/t/sparseseen PASS: dist/Data-Dumper/t/terse PASS: dist/Data-Dumper/t/toaster PASS: dist/Data-Dumper/t/trailing_comma PASS: dist/Data-Dumper/t/values PASS: dist/Devel-SelfStubber/t/Devel-SelfStubber PASS: dist/Dumpvalue/t/Dumpvalue PASS: dist/encoding-warnings/t/1-warning PASS: dist/encoding-warnings/t/2-fatal PASS: dist/encoding-warnings/t/3-normal PASS: dist/encoding-warnings/t/4-lexical PASS: dist/Env/t/array PASS: dist/Env/t/env PASS: dist/Exporter/t/Exporter PASS: dist/Exporter/t/warn PASS: dist/ExtUtils-CBuilder/t/00-have-compiler PASS: dist/ExtUtils-CBuilder/t/01-basic PASS: dist/ExtUtils-CBuilder/t/02-link PASS: dist/ExtUtils-CBuilder/t/03-cplusplus PASS: dist/ExtUtils-CBuilder/t/04-base PASS: dist/ExtUtils-ParseXS/t/001-basic PASS: dist/ExtUtils-ParseXS/t/002-more PASS: dist/ExtUtils-ParseXS/t/003-usage PASS: dist/ExtUtils-ParseXS/t/101-standard_typemap_locations PASS: dist/ExtUtils-ParseXS/t/102-trim_whitespace PASS: dist/ExtUtils-ParseXS/t/103-tidy_type PASS: dist/ExtUtils-ParseXS/t/104-map_type PASS: dist/ExtUtils-ParseXS/t/105-valid_proto_string PASS: dist/ExtUtils-ParseXS/t/106-process_typemaps PASS: dist/ExtUtils-ParseXS/t/108-map_type PASS: dist/ExtUtils-ParseXS/t/109-standard_XS_defs PASS: dist/ExtUtils-ParseXS/t/110-assign_func_args PASS: dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements PASS: dist/ExtUtils-ParseXS/t/112-set_cond PASS: dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements PASS: dist/ExtUtils-ParseXS/t/114-blurt_death_Warn PASS: dist/ExtUtils-ParseXS/t/115-avoid-noise PASS: dist/ExtUtils-ParseXS/t/501-t-compile PASS: dist/ExtUtils-ParseXS/t/510-t-bare PASS: dist/ExtUtils-ParseXS/t/511-t-whitespace PASS: dist/ExtUtils-ParseXS/t/512-t-file PASS: dist/ExtUtils-ParseXS/t/513-t-merge PASS: dist/ExtUtils-ParseXS/t/514-t-embed PASS: dist/ExtUtils-ParseXS/t/515-t-cmd PASS: dist/ExtUtils-ParseXS/t/516-t-clone PASS: dist/ExtUtils-ParseXS/t/517-t-targetable PASS: dist/ExtUtils-ParseXS/t/600-t-compat PASS: dist/Filter-Simple/t/code_no_comments PASS: dist/Filter-Simple/t/data PASS: dist/Filter-Simple/t/export PASS: dist/Filter-Simple/t/filter_only PASS: dist/Filter-Simple/t/filter PASS: dist/Filter-Simple/t/import PASS: dist/I18N-Collate/t/I18N-Collate PASS: dist/I18N-LangTags/t/01_about_verbose PASS: dist/I18N-LangTags/t/05_main PASS: dist/I18N-LangTags/t/07_listy PASS: dist/I18N-LangTags/t/10_http PASS: dist/I18N-LangTags/t/20_locales PASS: dist/I18N-LangTags/t/50_super PASS: dist/I18N-LangTags/t/55_supers_strict PASS: dist/I18N-LangTags/t/80_all_env PASS: dist/if/t/if PASS: dist/IO/t/cachepropagate-tcp PASS: dist/IO/t/cachepropagate-udp PASS: dist/IO/t/cachepropagate-unix PASS: dist/IO/t/io_const PASS: dist/IO/t/io_dir PASS: dist/IO/t/io_dup PASS: dist/IO/t/io_file_export PASS: dist/IO/t/io_file PASS: dist/IO/t/io_linenum PASS: dist/IO/t/io_multihomed PASS: dist/IO/t/io_pipe PASS: dist/IO/t/io_poll PASS: dist/IO/t/io_sel PASS: dist/IO/t/io_sock PASS: dist/IO/t/IO PASS: dist/IO/t/io_taint PASS: dist/IO/t/io_tell PASS: dist/IO/t/io_udp PASS: dist/IO/t/io_unix PASS: dist/IO/t/io_utf8argv PASS: dist/IO/t/io_utf8 PASS: dist/IO/t/io_xs PASS: dist/lib/t/01lib PASS: dist/Locale-Maketext/t/01_about_verbose PASS: dist/Locale-Maketext/t/04_use_external_lex_cache PASS: dist/Locale-Maketext/t/09_compile PASS: dist/Locale-Maketext/t/10_make PASS: dist/Locale-Maketext/t/20_get PASS: dist/Locale-Maketext/t/30_eval_dollar_at PASS: dist/Locale-Maketext/t/40_super PASS: dist/Locale-Maketext/t/50_super PASS: dist/Locale-Maketext/t/60_super PASS: dist/Locale-Maketext/t/70_fail_auto PASS: dist/Locale-Maketext/t/90_utf8 PASS: dist/Locale-Maketext/t/91_backslash PASS: dist/Module-CoreList/t/corelist PASS: dist/Module-CoreList/t/deprecated PASS: dist/Module-CoreList/t/find_modules PASS: dist/Module-CoreList/t/is_core SKIP: dist/Module-CoreList/t/pod PASS: dist/Module-CoreList/t/utils PASS: dist/Net-Ping/t/100_load PASS: dist/Net-Ping/t/110_icmp_inst PASS: dist/Net-Ping/t/120_udp_inst PASS: dist/Net-Ping/t/130_tcp_inst PASS: dist/Net-Ping/t/140_stream_inst PASS: dist/Net-Ping/t/150_syn_inst SKIP: dist/Net-Ping/t/190_alarm SKIP: dist/Net-Ping/t/200_ping_tcp SKIP: dist/Net-Ping/t/250_ping_hires SKIP: dist/Net-Ping/t/300_ping_stream SKIP: dist/Net-Ping/t/400_ping_syn SKIP: dist/Net-Ping/t/410_syn_host PASS: dist/Net-Ping/t/450_service PASS: dist/Net-Ping/t/500_ping_icmp PASS: dist/Net-Ping/t/510_ping_udp PASS: dist/Net-Ping/t/520_icmp_ttl PASS: dist/PathTools/t/abs2rel PASS: dist/PathTools/t/crossplatform PASS: dist/PathTools/t/cwd PASS: dist/PathTools/t/Functions PASS: dist/PathTools/t/rel2abs2rel PASS: dist/PathTools/t/Spec PASS: dist/PathTools/t/Spec-taint PASS: dist/PathTools/t/taint PASS: dist/PathTools/t/tmpdir SKIP: dist/PathTools/t/win32 PASS: dist/Safe/t/safe1 PASS: dist/Safe/t/safe2 PASS: dist/Safe/t/safe3 PASS: dist/Safe/t/safeload PASS: dist/Safe/t/safenamedcap PASS: dist/Safe/t/safeops PASS: dist/Safe/t/saferegexp PASS: dist/Safe/t/safesecurity PASS: dist/Safe/t/safesort PASS: dist/Safe/t/safeuniversal PASS: dist/Safe/t/safeutf8 PASS: dist/Safe/t/safewrap PASS: dist/Search-Dict/t/Dict PASS: dist/SelfLoader/t/01SelfLoader PASS: dist/SelfLoader/t/02SelfLoader-buggy PASS: dist/SelfLoader/t/03taint PASS: dist/Storable/t/attach_errors PASS: dist/Storable/t/attach_singleton PASS: dist/Storable/t/attach PASS: dist/Storable/t/blessed PASS: dist/Storable/t/canonical PASS: dist/Storable/t/circular_hook PASS: dist/Storable/t/code SKIP: dist/Storable/t/compat01 PASS: dist/Storable/t/compat06 PASS: dist/Storable/t/croak PASS: dist/Storable/t/dclone PASS: dist/Storable/t/destroy PASS: dist/Storable/t/downgrade PASS: dist/Storable/t/file_magic PASS: dist/Storable/t/forgive PASS: dist/Storable/t/freeze PASS: dist/Storable/t/integer SKIP: dist/Storable/t/interwork56 PASS: dist/Storable/t/just_plain_nasty SKIP: dist/Storable/t/leaks PASS: dist/Storable/t/lock PASS: dist/Storable/t/malice PASS: dist/Storable/t/overload PASS: dist/Storable/t/recurse PASS: dist/Storable/t/restrict PASS: dist/Storable/t/retrieve PASS: dist/Storable/t/robust PASS: dist/Storable/t/sig_die PASS: dist/Storable/t/store PASS: dist/Storable/t/threads PASS: dist/Storable/t/tied_hook PASS: dist/Storable/t/tied_items PASS: dist/Storable/t/tied_store PASS: dist/Storable/t/tied PASS: dist/Storable/t/utf8hash PASS: dist/Storable/t/utf8 PASS: dist/Storable/t/weak PASS: dist/Term-Complete/t/Complete SKIP: dist/Term-ReadLine/t/AE SKIP: dist/Term-ReadLine/t/AETk PASS: dist/Term-ReadLine/t/ReadLine SKIP: dist/Term-ReadLine/t/Tk PASS: dist/Test/t/05_about_verbose PASS: dist/Test/t/fail PASS: dist/Test/t/mix PASS: dist/Test/t/multiline PASS: dist/Test/t/onfail PASS: dist/Test/t/qr PASS: dist/Test/t/skip PASS: dist/Test/t/success PASS: dist/Test/t/todo PASS: dist/Text-Abbrev/t/Abbrev PASS: dist/Thread-Queue/t/01_basic PASS: dist/Thread-Queue/t/02_refs PASS: dist/Thread-Queue/t/03_peek PASS: dist/Thread-Queue/t/04_errs PASS: dist/Thread-Queue/t/05_extract PASS: dist/Thread-Queue/t/06_insert PASS: dist/Thread-Queue/t/07_lock PASS: dist/Thread-Queue/t/08_nothreads PASS: dist/Thread-Queue/t/09_ended PASS: dist/Thread-Queue/t/10_timed PASS: dist/Thread-Queue/t/11_limit PASS: dist/Thread-Semaphore/t/01_basic PASS: dist/Thread-Semaphore/t/02_errs PASS: dist/Thread-Semaphore/t/03_nothreads PASS: dist/Thread-Semaphore/t/04_nonblocking PASS: dist/Thread-Semaphore/t/05_force PASS: dist/threads-shared/t/0nothread PASS: dist/threads-shared/t/av_refs PASS: dist/threads-shared/t/av_simple PASS: dist/threads-shared/t/blessed PASS: dist/threads-shared/t/clone PASS: dist/threads-shared/t/cond PASS: dist/threads-shared/t/disabled PASS: dist/threads-shared/t/dualvar PASS: dist/threads-shared/t/hv_refs PASS: dist/threads-shared/t/hv_simple PASS: dist/threads-shared/t/no_share PASS: dist/threads-shared/t/object2 PASS: dist/threads-shared/t/object PASS: dist/threads-shared/t/shared_attr PASS: dist/threads-shared/t/stress PASS: dist/threads-shared/t/sv_refs PASS: dist/threads-shared/t/sv_simple PASS: dist/threads-shared/t/utf8 PASS: dist/threads-shared/t/waithires PASS: dist/threads-shared/t/wait PASS: dist/threads/t/basic PASS: dist/threads/t/blocks PASS: dist/threads/t/context PASS: dist/threads/t/end PASS: dist/threads/t/err PASS: dist/threads/t/exit PASS: dist/threads/t/free2 PASS: dist/threads/t/free PASS: dist/threads/t/join PASS: dist/threads/t/kill2 PASS: dist/threads/t/kill PASS: dist/threads/t/libc PASS: dist/threads/t/list SKIP: dist/threads/t/no_threads PASS: dist/threads/t/problems PASS: dist/threads/t/stack_env PASS: dist/threads/t/stack PASS: dist/threads/t/state PASS: dist/threads/t/stress_cv PASS: dist/threads/t/stress_re PASS: dist/threads/t/stress_string PASS: dist/threads/t/thread PASS: dist/Tie-File/t/00_version PASS: dist/Tie-File/t/01_gen PASS: dist/Tie-File/t/02_fetchsize PASS: dist/Tie-File/t/03_longfetch PASS: dist/Tie-File/t/04_splice PASS: dist/Tie-File/t/05_size PASS: dist/Tie-File/t/06_fixrec PASS: dist/Tie-File/t/07_rv_splice PASS: dist/Tie-File/t/08_ro PASS: dist/Tie-File/t/09_gen_rs PASS: dist/Tie-File/t/10_splice_rs PASS: dist/Tie-File/t/11_rv_splice_rs PASS: dist/Tie-File/t/12_longfetch_rs PASS: dist/Tie-File/t/13_size_rs PASS: dist/Tie-File/t/14_lock PASS: dist/Tie-File/t/15_pushpop PASS: dist/Tie-File/t/16_handle PASS: dist/Tie-File/t/17_misc_meth PASS: dist/Tie-File/t/18_rs_fixrec PASS: dist/Tie-File/t/19_cache PASS: dist/Tie-File/t/20_cache_full SKIP: dist/Tie-File/t/21_win32 PASS: dist/Tie-File/t/22_autochomp PASS: dist/Tie-File/t/23_rv_ac_splice PASS: dist/Tie-File/t/24_cache_loop PASS: dist/Tie-File/t/25_gen_nocache PASS: dist/Tie-File/t/26_twrite PASS: dist/Tie-File/t/27_iwrite PASS: dist/Tie-File/t/28_mtwrite PASS: dist/Tie-File/t/29a_upcopy PASS: dist/Tie-File/t/29_downcopy PASS: dist/Tie-File/t/30_defer PASS: dist/Tie-File/t/31_autodefer PASS: dist/Tie-File/t/32_defer_misc PASS: dist/Tie-File/t/33_defer_vs PASS: dist/Tie-File/t/40_abs_cache PASS: dist/Tie-File/t/41_heap PASS: dist/Tie-File/t/42_offset PASS: dist/Time-HiRes/t/alarm PASS: dist/Time-HiRes/t/clock PASS: dist/Time-HiRes/t/gettimeofday PASS: dist/Time-HiRes/t/itimer PASS: dist/Time-HiRes/t/nanosleep PASS: dist/Time-HiRes/t/sleep PASS: dist/Time-HiRes/t/stat PASS: dist/Time-HiRes/t/time PASS: dist/Time-HiRes/t/tv_interval PASS: dist/Time-HiRes/t/ualarm PASS: dist/Time-HiRes/t/usleep PASS: dist/XSLoader/t/XSLoader PASS: ext/arybase/t/aeach PASS: ext/arybase/t/aelem PASS: ext/arybase/t/akeys PASS: ext/arybase/t/arybase PASS: ext/arybase/t/aslice PASS: ext/arybase/t/av2arylen PASS: ext/arybase/t/index PASS: ext/arybase/t/lslice PASS: ext/arybase/t/pos PASS: ext/arybase/t/scope PASS: ext/arybase/t/splice PASS: ext/arybase/t/substr PASS: ext/B/t/b PASS: ext/B/t/concise PASS: ext/B/t/concise-xs PASS: ext/B/t/f_map PASS: ext/B/t/f_sort PASS: ext/B/t/optree_check PASS: ext/B/t/optree_concise PASS: ext/B/t/optree_constants PASS: ext/B/t/optree_misc PASS: ext/B/t/optree_samples PASS: ext/B/t/optree_sort PASS: ext/B/t/optree_specials PASS: ext/B/t/optree_varinit PASS: ext/B/t/o PASS: ext/B/t/pragma PASS: ext/B/t/showlex PASS: ext/B/t/sv_stash PASS: ext/B/t/terse PASS: ext/B/t/walkoptree PASS: ext/B/t/xref PASS: ext/Devel-Peek/t/Peek PASS: ext/DynaLoader/t/DynaLoader PASS: ext/Errno/t/Errno PASS: ext/Fcntl/t/autoload PASS: ext/Fcntl/t/fcntl PASS: ext/Fcntl/t/mode PASS: ext/Fcntl/t/syslfs PASS: ext/FileCache/t/01open PASS: ext/FileCache/t/02maxopen PASS: ext/FileCache/t/03append PASS: ext/FileCache/t/04twoarg PASS: ext/FileCache/t/05override PASS: ext/FileCache/t/06export PASS: ext/FileCache/t/07noimport PASS: ext/File-DosGlob/t/DosGlob PASS: ext/File-Find/t/find PASS: ext/File-Find/t/taint PASS: ext/File-Glob/t/basic PASS: ext/File-Glob/t/case PASS: ext/File-Glob/t/global PASS: ext/File-Glob/t/rt114984 PASS: ext/File-Glob/t/taint PASS: ext/File-Glob/t/threads PASS: ext/Hash-Util-FieldHash/t/01_load PASS: ext/Hash-Util-FieldHash/t/02_function PASS: ext/Hash-Util-FieldHash/t/03_class PASS: ext/Hash-Util-FieldHash/t/04_thread PASS: ext/Hash-Util-FieldHash/t/05_perlhook PASS: ext/Hash-Util-FieldHash/t/11_hashassign PASS: ext/Hash-Util-FieldHash/t/12_hashwarn PASS: ext/Hash-Util/t/Util PASS: ext/I18N-Langinfo/t/Langinfo PASS: ext/IPC-Open3/t/fd PASS: ext/IPC-Open3/t/IPC-Open2 PASS: ext/IPC-Open3/t/IPC-Open3 PASS: ext/NDBM_File/t/ndbm PASS: ext/ODBM_File/t/odbm PASS: ext/Opcode/t/Opcode PASS: ext/Opcode/t/ops PASS: ext/PerlIO-encoding/t/encoding PASS: ext/PerlIO-encoding/t/fallback PASS: ext/PerlIO-encoding/t/nolooping PASS: ext/PerlIO-encoding/t/threads PASS: ext/PerlIO-scalar/t/scalar PASS: ext/PerlIO-scalar/t/scalar_ungetc PASS: ext/PerlIO-via/t/via PASS: ext/Pod-Functions/t/Functions PASS: ext/Pod-Html/t/anchorify PASS: ext/Pod-Html/t/cache PASS: ext/Pod-Html/t/crossref2 PASS: ext/Pod-Html/t/crossref3 PASS: ext/Pod-Html/t/crossref PASS: ext/Pod-Html/t/eol PASS: ext/Pod-Html/t/feature2 PASS: ext/Pod-Html/t/feature PASS: ext/Pod-Html/t/htmldir1 PASS: ext/Pod-Html/t/htmldir2 PASS: ext/Pod-Html/t/htmldir3 PASS: ext/Pod-Html/t/htmldir4 PASS: ext/Pod-Html/t/htmldir5 PASS: ext/Pod-Html/t/htmlescp PASS: ext/Pod-Html/t/htmllink PASS: ext/Pod-Html/t/htmlview PASS: ext/Pod-Html/t/poderr PASS: ext/Pod-Html/t/podnoerr PASS: ext/POSIX/t/export PASS: ext/POSIX/t/math PASS: ext/POSIX/t/posix PASS: ext/POSIX/t/sigaction PASS: ext/POSIX/t/sigset PASS: ext/POSIX/t/strerror_errno PASS: ext/POSIX/t/sysconf PASS: ext/POSIX/t/taint PASS: ext/POSIX/t/termios PASS: ext/POSIX/t/time PASS: ext/POSIX/t/unimplemented PASS: ext/POSIX/t/usage PASS: ext/POSIX/t/waitpid PASS: ext/POSIX/t/wrappers PASS: ext/re/t/lexical_debug PASS: ext/re/t/qr PASS: ext/re/t/reflags PASS: ext/re/t/re_funcs PASS: ext/re/t/re_funcs_u PASS: ext/re/t/regop PASS: ext/re/t/re PASS: ext/re/t/strict PASS: ext/SDBM_File/t/constants PASS: ext/SDBM_File/t/prep PASS: ext/SDBM_File/t/sdbm PASS: ext/Sys-Hostname/t/Hostname PASS: ext/Tie-Hash-NamedCapture/t/tiehash PASS: ext/Tie-Memoize/t/Tie-Memoize PASS: ext/XS-APItest/t/addissub PASS: ext/XS-APItest/t/arrayexpr PASS: ext/XS-APItest/t/autoload PASS: ext/XS-APItest/t/blockasexpr PASS: ext/XS-APItest/t/blockhooks-csc PASS: ext/XS-APItest/t/blockhooks PASS: ext/XS-APItest/t/call_checker PASS: ext/XS-APItest/t/caller PASS: ext/XS-APItest/t/callregexec PASS: ext/XS-APItest/t/call PASS: ext/XS-APItest/t/check_warnings PASS: ext/XS-APItest/t/cleanup PASS: ext/XS-APItest/t/clone-with-stack PASS: ext/XS-APItest/t/cophh PASS: ext/XS-APItest/t/coplabel PASS: ext/XS-APItest/t/copstash PASS: ext/XS-APItest/t/copyhints PASS: ext/XS-APItest/t/customop PASS: ext/XS-APItest/t/cv_name PASS: ext/XS-APItest/t/eval-filter PASS: ext/XS-APItest/t/exception PASS: ext/XS-APItest/t/extend PASS: ext/XS-APItest/t/fetch_pad_names PASS: ext/XS-APItest/t/gotosub PASS: ext/XS-APItest/t/grok PASS: ext/XS-APItest/t/gv_autoload4 PASS: ext/XS-APItest/t/gv_const_sv PASS: ext/XS-APItest/t/gv_fetchmeth_autoload PASS: ext/XS-APItest/t/gv_fetchmethod_flags PASS: ext/XS-APItest/t/gv_fetchmeth PASS: ext/XS-APItest/t/gv_init PASS: ext/XS-APItest/t/handy PASS: ext/XS-APItest/t/hash PASS: ext/XS-APItest/t/join_with_space PASS: ext/XS-APItest/t/keyword_multiline PASS: ext/XS-APItest/t/keyword_plugin PASS: ext/XS-APItest/t/labelconst PASS: ext/XS-APItest/t/lexsub SKIP: ext/XS-APItest/t/locale PASS: ext/XS-APItest/t/loopblock PASS: ext/XS-APItest/t/looprest PASS: ext/XS-APItest/t/lvalue PASS: ext/XS-APItest/t/magic_chain PASS: ext/XS-APItest/t/magic PASS: ext/XS-APItest/t/mro PASS: ext/XS-APItest/t/multicall PASS: ext/XS-APItest/t/my_cxt PASS: ext/XS-APItest/t/my_exit PASS: ext/XS-APItest/t/newCONSTSUB PASS: ext/XS-APItest/t/newDEFSVOP PASS: ext/XS-APItest/t/op_contextualize PASS: ext/XS-APItest/t/op_list PASS: ext/XS-APItest/t/op PASS: ext/XS-APItest/t/overload PASS: ext/XS-APItest/t/pad_scalar PASS: ext/XS-APItest/t/peep PASS: ext/XS-APItest/t/pmflag PASS: ext/XS-APItest/t/postinc PASS: ext/XS-APItest/t/printf PASS: ext/XS-APItest/t/ptr_table PASS: ext/XS-APItest/t/push PASS: ext/XS-APItest/t/refs PASS: ext/XS-APItest/t/rmagical PASS: ext/XS-APItest/t/rv2cv_op_cv PASS: ext/XS-APItest/t/savehints PASS: ext/XS-APItest/t/scopelessblock PASS: ext/XS-APItest/t/sort PASS: ext/XS-APItest/t/stmtasexpr PASS: ext/XS-APItest/t/stmtsasexpr PASS: ext/XS-APItest/t/stuff_modify_bug PASS: ext/XS-APItest/t/stuff_svcur_bug PASS: ext/XS-APItest/t/subcall PASS: ext/XS-APItest/t/svcatpvf PASS: ext/XS-APItest/t/svcat PASS: ext/XS-APItest/t/sviscow PASS: ext/XS-APItest/t/svpeek PASS: ext/XS-APItest/t/svpv_magic PASS: ext/XS-APItest/t/svpv PASS: ext/XS-APItest/t/svsetsv PASS: ext/XS-APItest/t/swaplabel PASS: ext/XS-APItest/t/swaptwostmts PASS: ext/XS-APItest/t/sym-hook PASS: ext/XS-APItest/t/synthetic_scope PASS: ext/XS-APItest/t/temp_lv_sub PASS: ext/XS-APItest/t/underscore_length PASS: ext/XS-APItest/t/utf16_to_utf8 PASS: ext/XS-APItest/t/utf8 PASS: ext/XS-APItest/t/weaken PASS: ext/XS-APItest/t/whichsig SKIP: ext/XS-APItest/t/win32 PASS: ext/XS-APItest/t/xs_special_subs_require PASS: ext/XS-APItest/t/xs_special_subs PASS: ext/XS-APItest/t/xsub_h PASS: ext/XS-Typemap/t/Typemap PASS: lib/AnyDBM_File PASS: lib/B/Deparse-core PASS: lib/B/Deparse-subclass PASS: lib/B/Deparse PASS: lib/Benchmark PASS: lib/blib PASS: lib/bytes PASS: lib/charnames PASS: lib/Class/Struct PASS: lib/Config/Extensions PASS: lib/Config PASS: lib/DBM_Filter/t/01error PASS: lib/DBM_Filter/t/02core PASS: lib/DBM_Filter/t/compress PASS: lib/DBM_Filter/t/encode PASS: lib/DBM_Filter/t/int32 PASS: lib/DBM_Filter/t/null PASS: lib/DBM_Filter/t/utf8 PASS: lib/DB PASS: lib/diagnostics PASS: lib/DirHandle PASS: lib/dumpvar PASS: lib/English SKIP: lib/ExtUtils/t/Embed PASS: lib/feature PASS: lib/feature/unicode_strings PASS: lib/File/Basename PASS: lib/File/Compare PASS: lib/File/Copy PASS: lib/FileHandle PASS: lib/File/stat-7896 PASS: lib/File/stat PASS: lib/filetest PASS: lib/FindBin PASS: lib/Getopt/Std PASS: lib/h2ph PASS: lib/h2xs PASS: lib/integer PASS: lib/Internals PASS: lib/less PASS: lib/locale PASS: lib/meta_notation PASS: lib/Net/hostent SKIP: lib/Net/netent PASS: lib/Net/protoent PASS: lib/Net/servent PASS: lib/open PASS: lib/overload64 PASS: lib/overloading PASS: lib/overload PASS: lib/perl5db PASS: lib/Pod/t/InputObjects PASS: lib/Pod/t/Select PASS: lib/Pod/t/Usage PASS: lib/Pod/t/utils PASS: lib/SelectSaver PASS: lib/sigtrap PASS: lib/sort PASS: lib/strict PASS: lib/subs PASS: lib/Symbol PASS: lib/Thread PASS: lib/Tie/Array/push PASS: lib/Tie/Array/splice PASS: lib/Tie/Array/stdpush PASS: lib/Tie/Array/std PASS: lib/Tie/ExtraHash PASS: lib/Tie/Handle/stdhandle_from_handle PASS: lib/Tie/Handle/stdhandle PASS: lib/Tie/Hash PASS: lib/Tie/Scalar PASS: lib/Tie/SubstrHash PASS: lib/Time/gmtime PASS: lib/Time/localtime PASS: lib/Unicode/UCD PASS: lib/User/grent PASS: lib/User/pwent PASS: lib/utf8 PASS: lib/vars_carp PASS: lib/vars PASS: lib/vmsish PASS: lib/warnings porting/customized.t Elapsed: 644 sec u=5.18 s=1.31 cu=258.91 cs=10.29 scripts=2285 tests=837415 END: /usr/lib/perl5/ptest 2017-08-12T18:14 2017-08-12T18:14 BEGIN: /usr/lib/python/ptest find /usr/lib/python2.7 -name '*.py[co]' -print | xargs rm -f python -Wd -3 -E -tt /usr/lib/python2.7/test/regrtest.py -l -v python -Wd -3 -E -tt /usr/lib/python2.7/test/regrtest.py -l -v END: /usr/lib/python/ptest 2017-08-12T18:14 2017-08-12T18:14 BEGIN: /usr/lib/quilt/ptest [add-filename-check.test] 6 commands (6 passed, 0 failed) PASS: add-filename-check.test [altered-series.test] 12 commands (12 passed, 0 failed) PASS: altered-series.test [annotate.test] 31 commands (31 passed, 0 failed) PASS: annotate.test [applied.test] 15 commands (15 passed, 0 failed) PASS: applied.test [auto-refresh.test] 14 commands (14 passed, 0 failed) PASS: auto-refresh.test [backup-files.test] 119 commands (119 passed, 0 failed) PASS: backup-files.test [colon-in-patch-name.test] 23 commands (23 passed, 0 failed) PASS: colon-in-patch-name.test [comments.test] 11 commands (11 passed, 0 failed) PASS: comments.test [conflicts.test] 39 commands (39 passed, 0 failed) PASS: conflicts.test [create-delete.test] 19 commands (19 passed, 0 failed) PASS: create-delete.test [dir-a-b.test] 11 commands (11 passed, 0 failed) PASS: dir-a-b.test [dotglob.test] 7 commands (7 passed, 0 failed) PASS: dotglob.test [duplicate-patch-in-series.test] 9 commands (9 passed, 0 failed) PASS: duplicate-patch-in-series.test [edit.test] 30 commands (30 passed, 0 failed) PASS: edit.test [empty-files.test] 40 commands (40 passed, 0 failed) PASS: empty-files.test [empty.test] 10 commands (10 passed, 0 failed) PASS: empty.test [example1.test] 30 commands (30 passed, 0 failed) PASS: example1.test [failbackup.test] 10 commands (10 passed, 0 failed) PASS: failbackup.test [faildiff.test] 15 commands (15 passed, 0 failed) PASS: faildiff.test [failpop.test] 13 commands (13 passed, 0 failed) PASS: failpop.test [fold.test] 11 commands (11 passed, 0 failed) PASS: fold.test [formats.test] 13 commands (13 passed, 0 failed) PASS: formats.test [half-applies.test] 18 commands (18 passed, 0 failed) PASS: half-applies.test [hard-linked-patch.test] 15 commands (15 passed, 0 failed) PASS: hard-linked-patch.test [header.test] 15 commands (15 passed, 0 failed) PASS: header.test [import.test] 83 commands (83 passed, 0 failed) PASS: import.test [import2.test] 40 commands (40 passed, 0 failed) PASS: import2.test [merge.test] 11 commands (11 passed, 0 failed) PASS: merge.test [missing.test] 5 commands (5 passed, 0 failed) PASS: missing.test [new-nosubdir.test] 4 commands (4 passed, 0 failed) PASS: new-nosubdir.test [new.test] 9 commands (9 passed, 0 failed) PASS: new.test [no-file-to-patch.test] 5 commands (5 passed, 0 failed) PASS: no-file-to-patch.test [nolink.test] 28 commands (28 passed, 0 failed) PASS: nolink.test [null-bug.test] 9 commands (9 passed, 0 failed) PASS: null-bug.test [one.test] 44 commands (44 passed, 0 failed) PASS: one.test [patch-wrapper.test] 38 commands (38 passed, 0 failed) PASS: patch-wrapper.test [perms.test] 21 commands (21 passed, 0 failed) PASS: perms.test [project-settings.test] 10 commands (10 passed, 0 failed) PASS: project-settings.test [refresh-z.test] 10 commands (10 passed, 0 failed) PASS: refresh-z.test [refresh.test] 12 commands (12 passed, 0 failed) PASS: refresh.test [refresh_patch_order.test] 20 commands (20 passed, 0 failed) PASS: refresh_patch_order.test [remember-locations.test] 13 commands (13 passed, 0 failed) PASS: remember-locations.test [remove-trailing-ws.test] 44 commands (44 passed, 0 failed) PASS: remove-trailing-ws.test [rename.test] 18 commands (18 passed, 0 failed) PASS: rename.test [revert.test] 27 commands (27 passed, 0 failed) PASS: revert.test [setup.test] 64 commands (64 passed, 0 failed) PASS: setup.test [snapshot.test] 15 commands (15 passed, 0 failed) PASS: snapshot.test [snapshot2.test] 16 commands (16 passed, 0 failed) PASS: snapshot2.test [sort.test] 25 commands (25 passed, 0 failed) PASS: sort.test [space-in-filenames.test] 33 commands (33 passed, 0 failed) PASS: space-in-filenames.test [subdir.test] 18 commands (18 passed, 0 failed) PASS: subdir.test [symlink.test] 49 commands (49 passed, 0 failed) PASS: symlink.test [tester.test] 10 commands (10 passed, 0 failed) PASS: tester.test [three.test] 66 commands (66 passed, 0 failed) PASS: three.test [timestamps.test] 12 commands (12 passed, 0 failed) PASS: timestamps.test [trailing-ws.test] 21 commands (21 passed, 0 failed) PASS: trailing-ws.test [two.test] 57 commands (57 passed, 0 failed) PASS: two.test END: /usr/lib/quilt/ptest 2017-08-12T18:15 2017-08-12T18:15 BEGIN: /usr/lib/slang/ptest make: Entering directory '/usr/lib/slang/ptest/test' /bin/rm -rf tmpfile*.* tmpdir*.* Running tests: Testing argv processing ...Ok Testing argv processing [UTF-8 mode] ...Ok PASS: argv.sl Testing syntax ...Ok Testing syntax [UTF-8 mode] ...Ok PASS: syntax.sl Testing Short Ciruit Operators ...Ok Testing Short Ciruit Operators [UTF-8 mode] ...Ok PASS: scircuit.sl Testing _eqs ...Ok Testing _eqs [UTF-8 mode] ...Ok PASS: eqs.sl Testing sscanf ...Ok Testing sscanf [UTF-8 mode] ...Ok PASS: sscanf.sl Testing looping constructs ...Ok Testing looping constructs [UTF-8 mode] ...Ok PASS: loops.sl Testing Arithmetic ...Ok Testing Arithmetic [UTF-8 mode] ...Ok PASS: arith.sl Testing array functions ...Ok Testing array functions [UTF-8 mode] ...Ok PASS: array.sl Testing string functions ...Ok Testing string functions [UTF-8 mode] ...Ok PASS: strops.sl Testing Binary Strings ...Ok Testing Binary Strings [UTF-8 mode] ...Ok PASS: bstring.sl Testing pack and unpack functions ...Ok Testing pack and unpack functions [UTF-8 mode] ...Ok PASS: pack.sl Testing stdio routines ...Ok Testing stdio routines [UTF-8 mode] ...Ok PASS: stdio.sl Testing Associative Arrays ...Ok Testing Associative Arrays [UTF-8 mode] ...Ok PASS: assoc.sl Testing recursive function modifications ...Ok Testing recursive function modifications [UTF-8 mode] ...Ok PASS: selfload.sl Testing structures ...Ok Testing structures [UTF-8 mode] ...Ok PASS: struct.sl Testing NameSpace routines ...Ok Testing NameSpace routines [UTF-8 mode] ...Ok PASS: nspace.sl Testing path ...Ok Testing path [UTF-8 mode] ...Ok PASS: path.sl Testing #ifeval ...Ok Testing #ifeval [UTF-8 mode] ...Ok PASS: ifeval.sl Testing Any_Type ...Ok Testing Any_Type [UTF-8 mode] ...Ok PASS: anytype.sl Testing Matrix Multiplications ...Ok Testing Matrix Multiplications [UTF-8 mode] ...Ok PASS: arrmult.sl Testing time functions ...Ok Testing time functions [UTF-8 mode] ...Ok PASS: time.sl Testing utf8 ...Ok Testing utf8 [UTF-8 mode] ...Ok PASS: utf8.sl Testing exceptions ...Ok Testing exceptions [UTF-8 mode] ...Ok PASS: except.sl Known Bugs or not yet implemented features: Range arrays of Short, Long, LongLong types converted to Int_Type Known Bugs or not yet implemented features: Range arrays of Short, Long, LongLong types converted to Int_Type PASS: bugs.sl Testing lists ...Ok Testing lists [UTF-8 mode] ...Ok PASS: list.sl Testing regexp ...Ok Testing regexp [UTF-8 mode] ...Ok PASS: regexp.sl Testing method calls ...Ok Testing method calls [UTF-8 mode] ...Ok PASS: method.sl Testing dereferences ...Ok Testing dereferences [UTF-8 mode] ...Ok PASS: deref.sl Testing NaN and Inf ...Ok Testing NaN and Inf [UTF-8 mode] ...Ok PASS: naninf.sl Testing literal integer overflow ...Ok Testing literal integer overflow [UTF-8 mode] ...Ok PASS: overflow.sl Testing sorting ...Ok Testing sorting [UTF-8 mode] ...Ok PASS: sort.sl Testing long long ...Ok Testing long long [UTF-8 mode] ...Ok PASS: longlong.sl Testing signals ... Pausing for 2 seconds for alarm test. Pausing for 2.5 seconds for setitimer test.. (make detected: skipping test_sigsuspend) Ok Testing signals [UTF-8 mode] ... Pausing for 2 seconds for alarm test. Pausing for 2.5 seconds for setitimer test.. (make detected: skipping test_sigsuspend) Ok PASS: signal.sl Testing dollar strings ...Ok Testing dollar strings [UTF-8 mode] ...Ok PASS: dollar.sl Testing provide and require ...Ok Testing provide and require [UTF-8 mode] ...Ok PASS: req.sl Testing doc functions ...Ok Testing doc functions [UTF-8 mode] ...Ok PASS: docfun.sl Testing debugger support ...Ok Testing debugger support [UTF-8 mode] ...Ok PASS: debug.sl Testing qualifiers ...Ok Testing qualifiers [UTF-8 mode] ...Ok PASS: qualif.sl Testing Comparison Operators ...Ok Testing Comparison Operators [UTF-8 mode] ...Ok PASS: compare.sl Testing break and continue N ...Ok Testing break and continue N [UTF-8 mode] ...Ok PASS: break.sl Testing Multiline strings ...Ok Testing Multiline strings [UTF-8 mode] ...Ok PASS: multline.sl Testing stack functions ...Ok Testing stack functions [UTF-8 mode] ...Ok PASS: stack.sl Testing misc ...Ok Testing misc [UTF-8 mode] ...Ok PASS: misc.sl Testing POSIX I/O routines ...Ok Testing POSIX I/O routines [UTF-8 mode] ...Ok PASS: posixio.sl Testing posdir ...Ok Testing posdir [UTF-8 mode] ...Ok PASS: posdir.sl Testing proc ...Ok Testing proc [UTF-8 mode] ...Ok PASS: proc.sl Testing Math ...Ok Testing Math [UTF-8 mode] ...Ok PASS: math.sl Testing autoload ...Ok Testing autoload [UTF-8 mode] ...Ok PASS: autoload.sl Testing more NameSpace routines ...Ok Testing more NameSpace routines [UTF-8 mode] ...Ok PASS: nspace2.sl Testing slprep ...Ok Testing slprep [UTF-8 mode] ...Ok PASS: prep.sl Testing argv processing ...Ok Testing argv processing [UTF-8 mode] ...Ok PASS: argv.slc Testing syntax ...Ok Testing syntax [UTF-8 mode] ...Ok PASS: syntax.slc Testing Short Ciruit Operators ...Ok Testing Short Ciruit Operators [UTF-8 mode] ...Ok PASS: scircuit.slc Testing _eqs ...Ok Testing _eqs [UTF-8 mode] ...Ok PASS: eqs.slc Testing sscanf ...Ok Testing sscanf [UTF-8 mode] ...Ok PASS: sscanf.slc Testing looping constructs ...Ok Testing looping constructs [UTF-8 mode] ...Ok PASS: loops.slc Testing Arithmetic ...Ok Testing Arithmetic [UTF-8 mode] ...Ok PASS: arith.slc Testing array functions ...Ok Testing array functions [UTF-8 mode] ...Ok PASS: array.slc Testing string functions ...Ok Testing string functions [UTF-8 mode] ...Ok PASS: strops.slc Testing Binary Strings ...Ok Testing Binary Strings [UTF-8 mode] ...Ok PASS: bstring.slc Testing pack and unpack functions ...Ok Testing pack and unpack functions [UTF-8 mode] ...Ok PASS: pack.slc Testing stdio routines ...Ok Testing stdio routines [UTF-8 mode] ...Ok PASS: stdio.slc Testing Associative Arrays ...Ok Testing Associative Arrays [UTF-8 mode] ...Ok PASS: assoc.slc Testing recursive function modifications ...Ok Testing recursive function modifications [UTF-8 mode] ...Ok PASS: selfload.slc Testing structures ...Ok Testing structures [UTF-8 mode] ...Ok PASS: struct.slc Testing NameSpace routines ...Ok Testing NameSpace routines [UTF-8 mode] ...Ok PASS: nspace.slc Testing path ...Ok Testing path [UTF-8 mode] ...Ok PASS: path.slc Testing #ifeval ...Ok Testing #ifeval [UTF-8 mode] ...Ok PASS: ifeval.slc Testing Any_Type ...Ok Testing Any_Type [UTF-8 mode] ...Ok PASS: anytype.slc Testing Matrix Multiplications ...Ok Testing Matrix Multiplications [UTF-8 mode] ...Ok PASS: arrmult.slc Testing time functions ...Ok Testing time functions [UTF-8 mode] ...Ok PASS: time.slc Testing utf8 ...Ok Testing utf8 [UTF-8 mode] ...Ok PASS: utf8.slc Testing exceptions ...Ok Testing exceptions [UTF-8 mode] ...Ok PASS: except.slc Known Bugs or not yet implemented features: Range arrays of Short, Long, LongLong types converted to Int_Type Known Bugs or not yet implemented features: Range arrays of Short, Long, LongLong types converted to Int_Type PASS: bugs.slc Testing lists ...Ok Testing lists [UTF-8 mode] ...Ok PASS: list.slc Testing regexp ...Ok Testing regexp [UTF-8 mode] ...Ok PASS: regexp.slc Testing method calls ...Ok Testing method calls [UTF-8 mode] ...Ok PASS: method.slc Testing dereferences ...Ok Testing dereferences [UTF-8 mode] ...Ok PASS: deref.slc Testing NaN and Inf ...Ok Testing NaN and Inf [UTF-8 mode] ...Ok PASS: naninf.slc Testing literal integer overflow ...Ok Testing literal integer overflow [UTF-8 mode] ...Ok PASS: overflow.slc Testing sorting ...Ok Testing sorting [UTF-8 mode] ...Ok PASS: sort.slc Testing long long ...Ok Testing long long [UTF-8 mode] ...Ok PASS: longlong.slc Testing signals ... Pausing for 2 seconds for alarm test. Pausing for 2.5 seconds for setitimer test.. (make detected: skipping test_sigsuspend) Ok Testing signals [UTF-8 mode] ... Pausing for 2 seconds for alarm test. Pausing for 2.5 seconds for setitimer test.. (make detected: skipping test_sigsuspend) Ok PASS: signal.slc Testing dollar strings ...Ok Testing dollar strings [UTF-8 mode] ...Ok PASS: dollar.slc Testing provide and require ...Ok Testing provide and require [UTF-8 mode] ...Ok PASS: req.slc Testing doc functions ...Ok Testing doc functions [UTF-8 mode] ...Ok PASS: docfun.slc Testing debugger support ...Ok Testing debugger support [UTF-8 mode] ...Ok PASS: debug.slc Testing qualifiers ...Ok Testing qualifiers [UTF-8 mode] ...Ok PASS: qualif.slc Testing Comparison Operators ...Ok Testing Comparison Operators [UTF-8 mode] ...Ok PASS: compare.slc Testing break and continue N ...Ok Testing break and continue N [UTF-8 mode] ...Ok PASS: break.slc Testing Multiline strings ...Ok Testing Multiline strings [UTF-8 mode] ...Ok PASS: multline.slc Testing stack functions ...Ok Testing stack functions [UTF-8 mode] ...Ok PASS: stack.slc Testing misc ...Ok Testing misc [UTF-8 mode] ...Ok PASS: misc.slc Testing POSIX I/O routines ...Ok Testing POSIX I/O routines [UTF-8 mode] ...Ok PASS: posixio.slc Testing posdir ...Ok Testing posdir [UTF-8 mode] ...Ok PASS: posdir.slc Testing proc ...Ok Testing proc [UTF-8 mode] ...Ok PASS: proc.slc Testing Math ...Ok Testing Math [UTF-8 mode] ...Ok PASS: math.slc All tests passed. make: Leaving directory '/usr/lib/slang/ptest/test' END: /usr/lib/slang/ptest 2017-08-12T18:15 2017-08-12T18:15 BEGIN: /usr/lib/strace/ptest make: Entering directory '/usr/lib/strace/ptest/tests' SKIP: _newselect.gen.test PASS: accept.gen.test PASS: accept4.gen.test PASS: access.gen.test PASS: acct.gen.test PASS: add_key.gen.test PASS: adjtimex.gen.test PASS: aio.gen.test PASS: alarm.gen.test PASS: bpf.gen.test PASS: btrfs.gen.test PASS: chmod.gen.test PASS: chown.gen.test SKIP: chown32.gen.test PASS: chroot.gen.test PASS: clock.gen.test PASS: clock_adjtime.gen.test PASS: clock_nanosleep.gen.test PASS: clock_xettime.gen.test PASS: copy_file_range.gen.test PASS: creat.gen.test PASS: delete_module.gen.test PASS: dup.gen.test PASS: dup2.gen.test PASS: dup3.gen.test PASS: epoll_create.gen.test PASS: epoll_create1.gen.test PASS: epoll_ctl.gen.test PASS: epoll_pwait.gen.test PASS: epoll_wait.gen.test PASS: erestartsys.gen.test PASS: execveat.gen.test PASS: execveat-v.gen.test PASS: faccessat.gen.test SKIP: fadvise64_64.gen.test PASS: fallocate.gen.test PASS: fanotify_init.gen.test PASS: fanotify_mark.gen.test PASS: fchdir.gen.test PASS: fchmod.gen.test PASS: fchmodat.gen.test PASS: fchown.gen.test SKIP: fchown32.gen.test PASS: fchownat.gen.test PASS: fcntl.gen.test SKIP: fcntl64.gen.test PASS: fdatasync.gen.test PASS: file_handle.gen.test PASS: file_ioctl.gen.test PASS: finit_module.gen.test PASS: flock.gen.test PASS: fork-f.gen.test PASS: fstat.gen.test SKIP: fstat64.gen.test SKIP: fstatat64.gen.test PASS: fstatfs.gen.test SKIP: fstatfs64.gen.test PASS: fsync.gen.test PASS: ftruncate.gen.test SKIP: ftruncate64.gen.test PASS: futimesat.gen.test SKIP: get_mempolicy.gen.test PASS: getcpu.gen.test PASS: getcwd.gen.test PASS: getdents.gen.test PASS: getdents64.gen.test PASS: getegid.gen.test SKIP: getegid32.gen.test PASS: geteuid.gen.test SKIP: geteuid32.gen.test PASS: getgid.gen.test SKIP: getgid32.gen.test PASS: getgroups.gen.test SKIP: getgroups32.gen.test PASS: getpeername.gen.test PASS: getpgrp.gen.test PASS: getpid.gen.test PASS: getppid.gen.test PASS: getrandom.gen.test PASS: getresgid.gen.test SKIP: getresgid32.gen.test PASS: getresuid.gen.test SKIP: getresuid32.gen.test PASS: getrlimit.gen.test PASS: getrusage.gen.test PASS: getsid.gen.test PASS: getsockname.gen.test PASS: gettid.gen.test SKIP: getuid32.gen.test SKIP: getxxid.gen.test PASS: inet-cmsg.gen.test PASS: init_module.gen.test PASS: inotify.gen.test PASS: inotify_init1.gen.test 1d0 < getgid32() = 0 XFAIL: int_0x80.gen.test PASS: ioctl_block.gen.test PASS: ioctl_evdev.gen.test PASS: ioctl_evdev-v.gen.test PASS: ioctl_loop.gen.test PASS: ioctl_loop-v.gen.test PASS: ioctl_mtd.gen.test PASS: ioctl_rtc.gen.test PASS: ioctl_rtc-v.gen.test PASS: ioctl_scsi.gen.test PASS: ioctl_sg_io_v3.gen.test PASS: ioctl_sg_io_v4.gen.test SKIP: ioctl_uffdio.gen.test PASS: ioctl_v4l2.gen.test PASS: ioperm.gen.test PASS: iopl.gen.test PASS: ioprio.gen.test PASS: ip_mreq.gen.test SKIP: ipc.gen.test PASS: ipc_msg.gen.test PASS: ipc_sem.gen.test PASS: ipc_shm.gen.test PASS: kcmp.gen.test PASS: kexec_file_load.gen.test PASS: kexec_load.gen.test PASS: keyctl.gen.test PASS: kill.gen.test PASS: lchown.gen.test SKIP: lchown32.gen.test PASS: link.gen.test PASS: linkat.gen.test PASS: lookup_dcookie.gen.test PASS: lstat.gen.test SKIP: lstat64.gen.test PASS: madvise.gen.test PASS: mbind.gen.test PASS: membarrier.gen.test PASS: memfd_create.gen.test PASS: migrate_pages.gen.test PASS: mincore.gen.test PASS: mkdir.gen.test PASS: mkdirat.gen.test PASS: mknod.gen.test PASS: mknodat.gen.test PASS: mlock.gen.test PASS: mlock2.gen.test PASS: mlockall.gen.test PASS: mmap64.gen.test PASS: mmsg.gen.test PASS: mmsg-silent.gen.test PASS: mmsg_name.gen.test PASS: mmsg_name-v.gen.test PASS: mount.gen.test PASS: move_pages.gen.test PASS: mq.gen.test PASS: mq_sendrecv.gen.test PASS: mq_sendrecv-read.gen.test PASS: mq_sendrecv-write.gen.test PASS: msg_control.gen.test PASS: msg_control-v.gen.test PASS: msg_name.gen.test PASS: munlockall.gen.test PASS: nanosleep.gen.test PASS: net-icmp_filter.gen.test PASS: net-sockaddr.gen.test PASS: netlink_protocol.gen.test PASS: newfstatat.gen.test SKIP: old_mmap.gen.test SKIP: oldfstat.gen.test SKIP: oldlstat.gen.test SKIP: oldstat.gen.test PASS: open.gen.test PASS: openat.gen.test SKIP: osf_utimes.gen.test PASS: pause.gen.test PASS: perf_event_open.gen.test PASS: perf_event_open_nonverbose.gen.test PASS: perf_event_open_unabbrev.gen.test PASS: pipe2.gen.test PASS: pkey_alloc.gen.test PASS: pkey_free.gen.test PASS: pkey_mprotect.gen.test PASS: ppoll.gen.test PASS: ppoll-v.gen.test PASS: pread64-pwrite64.gen.test PASS: preadv.gen.test PASS: preadv-pwritev.gen.test PASS: preadv2-pwritev2.gen.test PASS: printstr.gen.test PASS: prlimit64.gen.test PASS: process_vm_readv.gen.test PASS: process_vm_writev.gen.test PASS: pselect6.gen.test PASS: ptrace.gen.test PASS: pwritev.gen.test PASS: quotactl.gen.test PASS: quotactl-v.gen.test PASS: quotactl-xfs.gen.test PASS: quotactl-xfs-v.gen.test PASS: read-write.gen.test PASS: readahead.gen.test SKIP: readdir.gen.test PASS: readlink.gen.test PASS: readlinkat.gen.test PASS: reboot.gen.test PASS: recvfrom.gen.test PASS: recvmmsg-timeout.gen.test PASS: recvmsg.gen.test PASS: regex.gen.test PASS: remap_file_pages.gen.test PASS: rename.gen.test PASS: renameat.gen.test PASS: renameat2.gen.test PASS: request_key.gen.test PASS: rmdir.gen.test PASS: rt_sigpending.gen.test PASS: rt_sigprocmask.gen.test PASS: rt_sigqueueinfo.gen.test PASS: rt_sigreturn.gen.test PASS: rt_sigsuspend.gen.test PASS: rt_sigtimedwait.gen.test PASS: rt_tgsigqueueinfo.gen.test PASS: sched.gen.test PASS: sched_get_priority_mxx.gen.test PASS: sched_rr_get_interval.gen.test PASS: sched_xetaffinity.gen.test PASS: sched_xetattr.gen.test PASS: sched_xetparam.gen.test PASS: sched_xetscheduler.gen.test PASS: sched_yield.gen.test PASS: seccomp-filter.gen.test PASS: seccomp-filter-v.gen.test PASS: select.gen.test PASS: semop.gen.test PASS: sendfile.gen.test SKIP: sendfile64.gen.test SKIP: set_mempolicy.gen.test PASS: setdomainname.gen.test PASS: setfsgid.gen.test SKIP: setfsgid32.gen.test PASS: setfsuid.gen.test SKIP: setfsuid32.gen.test PASS: setgid.gen.test SKIP: setgid32.gen.test PASS: setgroups.gen.test SKIP: setgroups32.gen.test PASS: sethostname.gen.test PASS: setns.gen.test PASS: setregid.gen.test SKIP: setregid32.gen.test PASS: setresgid.gen.test SKIP: setresgid32.gen.test PASS: setresuid.gen.test SKIP: setresuid32.gen.test PASS: setreuid.gen.test SKIP: setreuid32.gen.test PASS: setrlimit.gen.test PASS: setuid.gen.test SKIP: setuid32.gen.test PASS: shmxt.gen.test PASS: shutdown.gen.test PASS: siginfo.gen.test PASS: signal_receive.gen.test PASS: signalfd4.gen.test SKIP: sigreturn.gen.test SKIP: sigsuspend.gen.test SKIP: socketcall.gen.test PASS: splice.gen.test PASS: stat.gen.test SKIP: stat64.gen.test PASS: statfs.gen.test SKIP: statfs64.gen.test SKIP: statx.gen.test PASS: swap.gen.test SKIP: sxetmask.gen.test PASS: symlink.gen.test PASS: symlinkat.gen.test PASS: sync.gen.test PASS: sync_file_range.gen.test SKIP: sync_file_range2.gen.test PASS: sysinfo.gen.test PASS: syslog.gen.test PASS: tee.gen.test PASS: time.gen.test PASS: timer_create.gen.test PASS: timer_xettime.gen.test PASS: timerfd_xettime.gen.test PASS: times.gen.test PASS: times-fail.gen.test PASS: trace_fstat.gen.test PASS: trace_fstatfs.gen.test PASS: trace_lstat.gen.test PASS: trace_question.gen.test PASS: trace_stat.gen.test PASS: trace_stat_like.gen.test PASS: trace_statfs.gen.test PASS: trace_statfs_like.gen.test PASS: truncate.gen.test SKIP: truncate64.gen.test SKIP: ugetrlimit.gen.test PASS: umask.gen.test SKIP: umoven-illptr.gen.test SKIP: umovestr-illptr.gen.test PASS: umovestr3.gen.test PASS: unlink.gen.test PASS: unlinkat.gen.test PASS: unshare.gen.test PASS: userfaultfd.gen.test PASS: ustat.gen.test PASS: utime.gen.test PASS: utimensat.gen.test PASS: utimes.gen.test PASS: vfork-f.gen.test PASS: vhangup.gen.test PASS: vmsplice.gen.test PASS: wait4.gen.test PASS: wait4-v.gen.test PASS: waitid.gen.test PASS: waitid-v.gen.test SKIP: waitpid.gen.test PASS: xattr.gen.test PASS: xattr-strings.gen.test PASS: xet_robust_list.gen.test PASS: xetitimer.gen.test PASS: xetpgid.gen.test PASS: xetpriority.gen.test PASS: xettimeofday.gen.test PASS: brk.test PASS: btrfs-v.test SKIP: btrfs-vw.test SKIP: btrfs-w.test PASS: caps-abbrev.test PASS: caps.test PASS: eventfd.test PASS: execve-v.test PASS: execve.test PASS: fadvise64.test PASS: futex.test PASS: getuid.test PASS: ioctl.test PASS: ioctl_dm-v.test PASS: ioctl_dm.test PASS: ioctl_loop-nv.test PASS: ioctl_nsfs.test PASS: ioctl_sock_gifconf.test PASS: ipc_msgbuf.test SKIP: llseek.test PASS: lseek.test PASS: mmap.test PASS: net-y-unix.test PASS: net-yy-inet.test SKIP: net-yy-netlink.test SKIP: net-yy-unix.test PASS: net.test PASS: nsyscalls.test SKIP: oldselect.test PASS: personality.test PASS: pipe.test PASS: poll.test PASS: prctl-arg2-intptr.test PASS: prctl-dumpable.test PASS: prctl-name.test PASS: prctl-no-args.test PASS: prctl-pdeathsig.test PASS: prctl-seccomp-filter-v.test PASS: prctl-seccomp-strict.test PASS: prctl-securebits.test PASS: prctl-tid_address.test PASS: prctl-tsc.test PASS: qual_fault-exit_group.test PASS: readv.test PASS: scm_rights-fd.test PASS: seccomp-strict.test PASS: sigaction.test PASS: sigaltstack.test PASS: sun_path.test PASS: uio.test SKIP: umount.test PASS: umount2.test PASS: umovestr.test PASS: umovestr2.test PASS: uname.test SKIP: unix-pair-send-recv.test PASS: unix-pair-sendto-recvfrom.test PASS: attach-f-p.test PASS: attach-p-cmd.test PASS: bexecve.test PASS: count-f.test PASS: count.test PASS: detach-running.test PASS: detach-sleeping.test PASS: detach-stopped.test PASS: filter-unavailable.test PASS: get_regs.test PASS: ksysent.test PASS: opipe.test PASS: options-syntax.test PASS: pc.test PASS: qual_fault-syntax.test PASS: qual_fault.test PASS: qual_inject-error-signal.test PASS: qual_inject-retval.test PASS: qual_inject-signal.test PASS: qual_inject-syntax.test PASS: qual_signal.test PASS: qual_syscall.test PASS: redirect-fds.test PASS: redirect.test PASS: restart_syscall.test PASS: strace-C.test PASS: strace-E.test PASS: strace-S.test PASS: strace-T.test FAIL: strace-V.test PASS: strace-ff.test PASS: strace-r.test PASS: strace-t.test PASS: strace-tt.test PASS: strace-ttt.test PASS: threads-execve.test =================================================== 1 of 354 tests failed (60 tests were not run) Please report to strace-devel@lists.sourceforge.net =================================================== make: Leaving directory '/usr/lib/strace/ptest/tests' ERROR: Exit status is 512 END: /usr/lib/strace/ptest 2017-08-12T18:16 2017-08-12T18:16 BEGIN: /usr/lib/tcl/ptest PASS: aaa_exit.test PASS: append.test PASS: appendComp.test PASS: apply.test PASS: assemble.test PASS: assocd.test PASS: async.test PASS: autoMkindex.test PASS: basic.test PASS: binary.test PASS: case.test PASS: chan.test PASS: chanio.test PASS: clock.test PASS: cmdAH.test PASS: cmdIL.test PASS: cmdInfo.test PASS: cmdMZ.test PASS: compExpr-old.test PASS: compExpr.test PASS: compile.test PASS: concat.test PASS: config.test PASS: coroutine.test PASS: dcall.test PASS: dict.test PASS: dstring.test PASS: encoding.test PASS: env.test PASS: error.test PASS: eval.test PASS: event.test PASS: exec.test PASS: execute.test PASS: expr-old.test PASS: expr.test PASS: fCmd.test PASS: fileName.test PASS: fileSystem.test PASS: for-old.test PASS: for.test PASS: foreach.test PASS: format.test PASS: get.test PASS: history.test FAIL: http.test PASS: http11.test FAIL: httpold.test PASS: if-old.test PASS: if.test PASS: incr-old.test PASS: incr.test PASS: indexObj.test PASS: info.test PASS: init.test PASS: interp.test PASS: io.test PASS: ioCmd.test PASS: ioTrans.test PASS: iogt.test PASS: join.test PASS: lindex.test PASS: link.test PASS: linsert.test PASS: list.test PASS: listObj.test PASS: llength.test PASS: lmap.test PASS: load.test PASS: lrange.test PASS: lrepeat.test PASS: lreplace.test PASS: lsearch.test PASS: lset.test PASS: lsetComp.test PASS: macOSXFCmd.test PASS: macOSXLoad.test PASS: main.test PASS: mathop.test PASS: misc.test PASS: msgcat.test PASS: namespace-old.test PASS: namespace.test PASS: notify.test PASS: nre.test PASS: obj.test PASS: oo.test PASS: ooNext2.test PASS: opt.test PASS: package.test PASS: parse.test PASS: parseExpr.test PASS: parseOld.test PASS: pid.test PASS: pkgMkIndex.test PASS: platform.test PASS: proc-old.test PASS: proc.test PASS: pwd.test PASS: reg.test PASS: regexp.test PASS: regexpComp.test PASS: registry.test PASS: rename.test PASS: resolver.test PASS: result.test PASS: safe.test PASS: scan.test PASS: security.test PASS: set-old.test PASS: set.test PASS: socket.test PASS: source.test PASS: split.test PASS: stack.test PASS: string.test PASS: stringComp.test PASS: stringObj.test PASS: subst.test PASS: switch.test PASS: tailcall.test PASS: tcltest.test PASS: thread.test PASS: timer.test PASS: tm.test PASS: trace.test PASS: unixFCmd.test PASS: unixFile.test PASS: unixForkEvent.test PASS: unixInit.test PASS: unixNotfy.test PASS: unknown.test PASS: unload.test PASS: uplevel.test PASS: upvar.test PASS: utf.test PASS: util.test PASS: var.test PASS: while-old.test PASS: while.test PASS: winConsole.test PASS: winDde.test PASS: winFCmd.test PASS: winFile.test PASS: winNotify.test PASS: winPipe.test PASS: winTime.test PASS: zlib.test END: /usr/lib/tcl/ptest 2017-08-12T18:19 2017-08-12T18:19 BEGIN: /usr/lib/util-linux/ptest -------------------- util-linux regression tests -------------------- For development purpose only. Don't execute on production system! PASS: bitops: swap bytes SKIP: build-sys: config (optional) PASS: cal: 1 month PASS: cal: 1 month with week numbers PASS: cal: 3 months PASS: cal: 3 months with week numbers PASS: cal: Year 2147483646 PASS: cal: Year 2147483646 with week numbers SKIP: cal: color (without-ncurses) SKIP: cal: color with week numbers (without-ncurses) PASS: cal: January 1753 PASS: cal: September 1752 PASS: cal: September 1752 with week numbers SKIP: cal: week number given as argument (without-ncurses) PASS: cal: week number corner cases PASS: cal: year PASS: cal: year with week numbers PASS: col: multibyte input PASS: colrm: basic check column: columnate ... FAIL: column: fill-cols-80 (column/columnate-fill-cols-80) FAIL: column: fill-cols-50 (column/columnate-fill-cols-50) FAIL: column: fill-cols-250 (column/columnate-fill-cols-250) FAIL: column: fill-rows-80 (column/columnate-fill-rows-80) FAIL: column: fill-rows-50 (column/columnate-fill-rows-50) FAIL: column: fill-rows-250 (column/columnate-fill-rows-250) ... FAILED (6 from 6 sub-tests) FAIL: column: invalid multibyte (column/invalid-multibyte) FAIL: column: multiple files (column/multi-file) column: table ... FAIL: column: default (column/table-default) FAIL: column: output-separator (column/table-output-separator) FAIL: column: input-separator (column/table-input-separator) FAIL: column: long (column/table-long) FAIL: column: hide (column/table-hide) FAIL: column: headers (column/table-headers) FAIL: column: truncate (column/table-truncate) FAIL: column: right (column/table-right) FAIL: column: wrap (column/table-wrap) FAIL: column: order (column/table-order) FAIL: column: tree (column/table-tree) ... FAILED (11 from 11 sub-tests) PASS: dmesg: colors PASS: dmesg: levels PASS: dmesg: decode PASS: dmesg: delta PASS: dmesg: facilities PASS: dmesg: indentation SKIP: fsck: is mounted (no loop-device support) hexdump: format-strings ... PASS: hexdump: empty-format PASS: hexdump: 1b_octal PASS: hexdump: 1b_char PASS: hexdump: canon PASS: hexdump: 2b_dec PASS: hexdump: 2b_octal PASS: hexdump: 2b_hex ... OK (all 7 sub-tests PASSED) hexdump: highlighting ... PASS: hexdump: 1b_octal-1 PASS: hexdump: 1b_octal-2 PASS: hexdump: 1b_octal-3 PASS: hexdump: 1b_octal-4 PASS: hexdump: 1b_octal-5 PASS: hexdump: 1b_octal-6 PASS: hexdump: 1b_octal-7 PASS: hexdump: 1b_octal-8 PASS: hexdump: 1b_octal-9 PASS: hexdump: 1b_char-1 PASS: hexdump: 1b_char-2 PASS: hexdump: 1b_char-3 PASS: hexdump: canon-1 PASS: hexdump: canon-2 PASS: hexdump: 2b_dec-1 PASS: hexdump: 2b_dec-2 PASS: hexdump: 2b_dec-3 PASS: hexdump: 2b_dec-4 PASS: hexdump: 2b_dec-5 PASS: hexdump: 2b_dec-6 PASS: hexdump: 2b_dec-7 PASS: hexdump: 2b_dec-8 PASS: hexdump: 4b_dec-1 PASS: hexdump: 4b_dec-2 PASS: hexdump: 4b_dec-3 PASS: hexdump: 4b_dec-4 PASS: hexdump: 4b_dec-5 PASS: hexdump: 4b_dec-6 PASS: hexdump: 4b_dec-7 ... OK (all 29 sub-tests PASSED) SKIP: hwclock: system to hw (missing in PATH: sntp) PASS: ipcs: headers PASS: ipcs: limits overflow PASS: ipcs: basic limits PASS: ipcs: mk-rm-msg PASS: ipcs: mk-rm-sem PASS: ipcs: mk-rm-shm isosize: print-size ... PASS: isosize: default_output PASS: isosize: sector_output PASS: isosize: divisor_output ... OK (all 3 sub-tests PASSED) PASS: login: islocal PASS: login: defs PASS: look: separator PASS: md5: md5 SKIP: misc: fallocate ('' not supported) misc: flock ... PASS: misc: non-block PASS: misc: no-fork PASS: misc: shared PASS: misc: exclusive PASS: misc: timeout misc: time-check ... OK (diff 3 sec) ... OK (all 6 sub-tests PASSED) PASS: misc: ionice SKIP: misc: line (line not found) PASS: misc: mcookie PASS: misc: rev misc: setarch ... PASS: misc: options PASS: misc: uname26 PASS: misc: uname26-version ... OK (all 3 sub-tests PASSED) PASS: misc: setsid PASS: misc: strtosize FAIL: misc: swaplabel (misc/swaplabel) FAIL: misc: ul (misc/ul) PASS: misc: whereis PASS: more: regexp PASS: more: squeeze PASS: namei: basic functionality SKIP: paths: built-in (optional) schedutils: chrt ... PASS: schedutils: fifo PASS: schedutils: batch PASS: schedutils: other PASS: schedutils: rr PASS: schedutils: idle PASS: schedutils: deadline ... OK (all 6 sub-tests PASSED) schedutils: chrt-non-user ... PASS: schedutils: batch-vs-nice ... OK (all 1 sub-tests PASSED) PASS: schedutils: cpuset PASS: script: buffering race script: options ... PASS: script: append PASS: script: force PASS: script: quiet PASS: script: return ... OK (all 4 sub-tests PASSED) PASS: script: race conditions PASS: script: replay SKIP: swapon: by devname (no loop-device support) SKIP: swapon: fix page size (no loop-device support) SKIP: swapon: fix signature (no loop-device support) SKIP: swapon: by label (no loop-device support) SKIP: swapon: by uuid (no loop-device support) END: /usr/lib/util-linux/ptest 2017-08-12T18:20 2017-08-12T18:20 BEGIN: /usr/lib/valgrind/ptest PASS: cachegrind/tests/chdir PASS: cachegrind/tests/clreq PASS: cachegrind/tests/dlclose PASS: cachegrind/tests/notpower2 FAIL: cachegrind/tests/wrap5 PASS: callgrind/tests/clreq PASS: callgrind/tests/notpower2-hwpref PASS: callgrind/tests/notpower2-use PASS: callgrind/tests/notpower2-wb PASS: callgrind/tests/notpower2 PASS: callgrind/tests/simwork-both PASS: callgrind/tests/simwork-branch PASS: callgrind/tests/simwork-cache PASS: callgrind/tests/simwork1 PASS: callgrind/tests/simwork2 PASS: callgrind/tests/simwork3 PASS: callgrind/tests/threads-use PASS: callgrind/tests/threads FAIL: drd/tests/annotate_barrier FAIL: drd/tests/annotate_barrier_xml FAIL: drd/tests/annotate_hb_err FAIL: drd/tests/annotate_hb_race PASS: drd/tests/annotate_hbefore PASS: drd/tests/annotate_ignore_read FAIL: drd/tests/annotate_ignore_rw FAIL: drd/tests/annotate_ignore_rw2 FAIL: drd/tests/annotate_ignore_write FAIL: drd/tests/annotate_ignore_write2 PASS: drd/tests/annotate_order_1 PASS: drd/tests/annotate_order_2 PASS: drd/tests/annotate_order_3 FAIL: drd/tests/annotate_publish_hg PASS: drd/tests/annotate_rwlock PASS: drd/tests/annotate_rwlock_hg PASS: drd/tests/annotate_sem PASS: drd/tests/annotate_smart_pointer FAIL: drd/tests/annotate_smart_pointer2 PASS: drd/tests/annotate_spinlock PASS: drd/tests/annotate_static FAIL: drd/tests/annotate_trace_memory FAIL: drd/tests/annotate_trace_memory_xml FAIL: drd/tests/atomic_var FAIL: drd/tests/bar_bad FAIL: drd/tests/bar_bad_xml PASS: drd/tests/bar_trivial PASS: drd/tests/boost_thread PASS: drd/tests/bug-235681 PASS: drd/tests/circular_buffer PASS: drd/tests/concurrent_close PASS: drd/tests/custom_alloc FAIL: drd/tests/custom_alloc_fiw PASS: drd/tests/dlopen FAIL: drd/tests/fp_race PASS: drd/tests/fp_race2 FAIL: drd/tests/fp_race_xml PASS: drd/tests/free_is_write PASS: drd/tests/free_is_write2 PASS: drd/tests/hg01_all_ok PASS: drd/tests/hg02_deadlock FAIL: drd/tests/hg03_inherit FAIL: drd/tests/hg04_race FAIL: drd/tests/hg05_race2 PASS: drd/tests/hg06_readshared FAIL: drd/tests/hold_lock_1 FAIL: drd/tests/hold_lock_2 PASS: drd/tests/linuxthreads_det SKIP: drd/tests/local_static PASS: drd/tests/matinv PASS: drd/tests/memory_allocation PASS: drd/tests/monitor_example PASS: drd/tests/new_delete SKIP: drd/tests/omp_matinv SKIP: drd/tests/omp_matinv_racy SKIP: drd/tests/omp_prime_racy SKIP: drd/tests/omp_printf PASS: drd/tests/pth_barrier PASS: drd/tests/pth_barrier2 PASS: drd/tests/pth_barrier3 FAIL: drd/tests/pth_barrier_race FAIL: drd/tests/pth_barrier_reinit PASS: drd/tests/pth_barrier_thr_cr PASS: drd/tests/pth_broadcast FAIL: drd/tests/pth_cancel_locked PASS: drd/tests/pth_cleanup_handler SKIP: drd/tests/pth_cond_destroy_busy FAIL: drd/tests/pth_cond_race PASS: drd/tests/pth_cond_race2 PASS: drd/tests/pth_cond_race3 PASS: drd/tests/pth_create_chain SKIP: drd/tests/pth_create_glibc_2_0 PASS: drd/tests/pth_detached PASS: drd/tests/pth_detached2 FAIL: drd/tests/pth_detached3 PASS: drd/tests/pth_detached_sem FAIL: drd/tests/pth_inconsistent_cond_wait FAIL: drd/tests/pth_mutex_reinit PASS: drd/tests/pth_once PASS: drd/tests/pth_process_shared_mutex PASS: drd/tests/pth_spinlock FAIL: drd/tests/pth_uninitialized_cond FAIL: drd/tests/read_and_free_race FAIL: drd/tests/recursive_mutex FAIL: drd/tests/rwlock_race PASS: drd/tests/rwlock_test FAIL: drd/tests/rwlock_type_checking FAIL: drd/tests/sem_as_mutex PASS: drd/tests/sem_as_mutex2 FAIL: drd/tests/sem_as_mutex3 FAIL: drd/tests/sem_open PASS: drd/tests/sem_open2 FAIL: drd/tests/sem_open3 PASS: drd/tests/sem_open_traced PASS: drd/tests/sem_wait PASS: drd/tests/sigalrm PASS: drd/tests/sigaltstack PASS: drd/tests/std_atomic timed out FAIL: drd/tests/std_list PASS: drd/tests/std_string PASS: drd/tests/std_thread FAIL: drd/tests/std_thread2 PASS: drd/tests/str_tester FAIL: drd/tests/tc01_simple_race PASS: drd/tests/tc02_simple_tls PASS: drd/tests/tc03_re_excl FAIL: drd/tests/tc04_free_lock PASS: drd/tests/tc05_simple_race PASS: drd/tests/tc06_two_races PASS: drd/tests/tc07_hbl1 PASS: drd/tests/tc08_hbl2 FAIL: drd/tests/tc09_bad_unlock FAIL: drd/tests/tc10_rec_lock PASS: drd/tests/tc11_XCHG FAIL: drd/tests/tc12_rwl_trivial PASS: drd/tests/tc13_laog1 PASS: drd/tests/tc15_laog_lockdel FAIL: drd/tests/tc16_byterace PASS: drd/tests/tc17_sembar FAIL: drd/tests/tc18_semabuse FAIL: drd/tests/tc19_shadowmem FAIL: drd/tests/tc21_pthonce FAIL: drd/tests/tc22_exit_w_lock FAIL: drd/tests/tc23_bogus_condwait PASS: drd/tests/tc24_nonzero_sem FAIL: drd/tests/thread_name FAIL: drd/tests/thread_name_xml PASS: drd/tests/threaded-fork-vcs PASS: drd/tests/threaded-fork PASS: drd/tests/tls_threads FAIL: drd/tests/trylock PASS: drd/tests/unit_bitmap PASS: drd/tests/unit_vc PASS: helgrind/tests/annotate_hbefore FAIL: helgrind/tests/annotate_rwlock PASS: helgrind/tests/annotate_smart_pointer FAIL: helgrind/tests/bar_bad PASS: helgrind/tests/bar_trivial PASS: helgrind/tests/cond_init_destroy FAIL: helgrind/tests/cond_timedwait_invalid PASS: helgrind/tests/cond_timedwait_test FAIL: helgrind/tests/free_is_write PASS: helgrind/tests/hg01_all_ok FAIL: helgrind/tests/hg02_deadlock FAIL: helgrind/tests/hg03_inherit FAIL: helgrind/tests/hg04_race FAIL: helgrind/tests/hg05_race2 PASS: helgrind/tests/hg06_readshared FAIL: helgrind/tests/locked_vs_unlocked1_fwd FAIL: helgrind/tests/locked_vs_unlocked1_rev FAIL: helgrind/tests/locked_vs_unlocked2 FAIL: helgrind/tests/locked_vs_unlocked3 FAIL: helgrind/tests/pth_barrier1 FAIL: helgrind/tests/pth_barrier2 FAIL: helgrind/tests/pth_barrier3 SKIP: helgrind/tests/pth_cond_destroy_busy FAIL: helgrind/tests/pth_destroy_cond SKIP: helgrind/tests/pth_spinlock FAIL: helgrind/tests/rwlock_race PASS: helgrind/tests/rwlock_test PASS: helgrind/tests/shmem_abits PASS: helgrind/tests/stackteardown PASS: helgrind/tests/t2t_laog FAIL: helgrind/tests/tc01_simple_race PASS: helgrind/tests/tc02_simple_tls PASS: helgrind/tests/tc03_re_excl PASS: helgrind/tests/tc04_free_lock FAIL: helgrind/tests/tc05_simple_race FAIL: helgrind/tests/tc06_two_races FAIL: helgrind/tests/tc06_two_races_xml PASS: helgrind/tests/tc07_hbl1 PASS: helgrind/tests/tc08_hbl2 FAIL: helgrind/tests/tc09_bad_unlock FAIL: helgrind/tests/tc10_rec_lock PASS: helgrind/tests/tc11_XCHG FAIL: helgrind/tests/tc12_rwl_trivial FAIL: helgrind/tests/tc13_laog1 FAIL: helgrind/tests/tc14_laog_dinphils FAIL: helgrind/tests/tc15_laog_lockdel FAIL: helgrind/tests/tc16_byterace PASS: helgrind/tests/tc17_sembar FAIL: helgrind/tests/tc18_semabuse FAIL: helgrind/tests/tc19_shadowmem FAIL: helgrind/tests/tc20_verifywrap FAIL: helgrind/tests/tc21_pthonce FAIL: helgrind/tests/tc22_exit_w_lock FAIL: helgrind/tests/tc23_bogus_condwait PASS: helgrind/tests/tc24_nonzero_sem PASS: helgrind/tests/tls_threads FAIL: massif/tests/alloc-fns-A FAIL: massif/tests/alloc-fns-B FAIL: massif/tests/basic FAIL: massif/tests/basic2 FAIL: massif/tests/big-alloc PASS: massif/tests/culling1 PASS: massif/tests/culling2 FAIL: massif/tests/custom_alloc FAIL: massif/tests/deep-A FAIL: massif/tests/deep-B FAIL: massif/tests/deep-C FAIL: massif/tests/deep-D FAIL: massif/tests/ignored FAIL: massif/tests/ignoring FAIL: massif/tests/insig FAIL: massif/tests/long-names FAIL: massif/tests/long-time PASS: massif/tests/malloc_usable FAIL: massif/tests/mmapunmap FAIL: massif/tests/new-cpp PASS: massif/tests/no-stack-no-heap PASS: massif/tests/null PASS: massif/tests/one FAIL: massif/tests/overloaded-new PASS: massif/tests/pages_as_heap FAIL: massif/tests/peak FAIL: massif/tests/peak2 FAIL: massif/tests/realloc FAIL: massif/tests/thresholds_0_0 FAIL: massif/tests/thresholds_0_10 FAIL: massif/tests/thresholds_10_0 FAIL: massif/tests/thresholds_10_10 FAIL: massif/tests/thresholds_5_0 FAIL: massif/tests/thresholds_5_10 PASS: massif/tests/zero1 PASS: massif/tests/zero2 FAIL: memcheck/tests/accounting FAIL: memcheck/tests/addressable PASS: memcheck/tests/amd64/bt_everything PASS: memcheck/tests/amd64/bug132146 PASS: memcheck/tests/amd64/bug279698 PASS: memcheck/tests/amd64/fxsave-amd64 FAIL: memcheck/tests/amd64/insn-bsfl FAIL: memcheck/tests/amd64/insn-pcmpistri FAIL: memcheck/tests/amd64/insn-pmovmskb FAIL: memcheck/tests/amd64/insn_basic PASS: memcheck/tests/amd64/insn_fpu PASS: memcheck/tests/amd64/insn_mmx PASS: memcheck/tests/amd64/insn_sse PASS: memcheck/tests/amd64/insn_sse2 PASS: memcheck/tests/amd64/more_x87_fp FAIL: memcheck/tests/amd64/sh-mem-vec128-plo-no FAIL: memcheck/tests/amd64/sh-mem-vec128-plo-yes FAIL: memcheck/tests/amd64/sh-mem-vec256-plo-no FAIL: memcheck/tests/amd64/sh-mem-vec256-plo-yes PASS: memcheck/tests/amd64/shr_edx PASS: memcheck/tests/amd64/sse_memory FAIL: memcheck/tests/amd64/xor-undef-amd64 PASS: memcheck/tests/amd64/xsave-avx PASS: memcheck/tests/amd64-linux/access_below_sp_1 PASS: memcheck/tests/amd64-linux/access_below_sp_2 FAIL: memcheck/tests/amd64-linux/defcfaexpr PASS: memcheck/tests/amd64-linux/int3-amd64 PASS: memcheck/tests/atomic_incs FAIL: memcheck/tests/badaddrvalue FAIL: memcheck/tests/badfree-2trace FAIL: memcheck/tests/badfree FAIL: memcheck/tests/badfree3 PASS: memcheck/tests/badjump PASS: memcheck/tests/badjump2 FAIL: memcheck/tests/badloop FAIL: memcheck/tests/badpoll FAIL: memcheck/tests/badrw FAIL: memcheck/tests/big_blocks_freed_list PASS: memcheck/tests/big_debuginfo_symbol PASS: memcheck/tests/brk2 FAIL: memcheck/tests/buflen_check FAIL: memcheck/tests/bug155125 PASS: memcheck/tests/bug287260 PASS: memcheck/tests/bug340392 PASS: memcheck/tests/calloc-overflow FAIL: memcheck/tests/cdebug_zlib FAIL: memcheck/tests/cdebug_zlib_gnu FAIL: memcheck/tests/client-msg-as-xml FAIL: memcheck/tests/client-msg FAIL: memcheck/tests/clientperm FAIL: memcheck/tests/clireq_nofill FAIL: memcheck/tests/clo_redzone_128 PASS: memcheck/tests/clo_redzone_default FAIL: memcheck/tests/cond_ld FAIL: memcheck/tests/cond_st PASS: memcheck/tests/custom-overlap FAIL: memcheck/tests/custom_alloc FAIL: memcheck/tests/deep-backtrace FAIL: memcheck/tests/demangle FAIL: memcheck/tests/descr_belowsp FAIL: memcheck/tests/describe-block FAIL: memcheck/tests/doublefree FAIL: memcheck/tests/dw4 FAIL: memcheck/tests/err_disable1 FAIL: memcheck/tests/err_disable2 FAIL: memcheck/tests/err_disable3 FAIL: memcheck/tests/err_disable4 FAIL: memcheck/tests/err_disable_arange1 PASS: memcheck/tests/erringfds PASS: memcheck/tests/error_counts FAIL: memcheck/tests/errs1 FAIL: memcheck/tests/execve1 FAIL: memcheck/tests/execve2 FAIL: memcheck/tests/exitprog PASS: memcheck/tests/file_locking FAIL: memcheck/tests/fprw FAIL: memcheck/tests/fwrite FAIL: memcheck/tests/gone_abrt_xml FAIL: memcheck/tests/holey_buffer_too_small FAIL: memcheck/tests/inits FAIL: memcheck/tests/inline FAIL: memcheck/tests/inlinfo FAIL: memcheck/tests/inlinfosupp FAIL: memcheck/tests/inlinfosuppobj FAIL: memcheck/tests/inltemplate PASS: memcheck/tests/leak-0 PASS: memcheck/tests/leak-autofreepool-0 PASS: memcheck/tests/leak-autofreepool-1 PASS: memcheck/tests/leak-autofreepool-2 PASS: memcheck/tests/leak-autofreepool-4 FAIL: memcheck/tests/leak-autofreepool-5 PASS: memcheck/tests/leak-autofreepool-6 FAIL: memcheck/tests/leak-cases-full FAIL: memcheck/tests/leak-cases-possible PASS: memcheck/tests/leak-cases-summary FAIL: memcheck/tests/leak-cycle FAIL: memcheck/tests/leak-delta PASS: memcheck/tests/leak-pool-0 PASS: memcheck/tests/leak-pool-1 PASS: memcheck/tests/leak-pool-2 PASS: memcheck/tests/leak-pool-3 PASS: memcheck/tests/leak-pool-4 PASS: memcheck/tests/leak-pool-5 FAIL: memcheck/tests/leak-segv-jmp FAIL: memcheck/tests/leak-tree FAIL: memcheck/tests/leak_cpp_interior PASS: memcheck/tests/linux/brk PASS: memcheck/tests/linux/capget PASS: memcheck/tests/linux/getregset PASS: memcheck/tests/linux/ioctl-tiocsig PASS: memcheck/tests/linux/lsframe1 PASS: memcheck/tests/linux/lsframe2 PASS: memcheck/tests/linux/proc-auxv FAIL: memcheck/tests/linux/rfcomm PASS: memcheck/tests/linux/sigqueue PASS: memcheck/tests/linux/stack_changes PASS: memcheck/tests/linux/stack_switch PASS: memcheck/tests/linux/sys-openat PASS: memcheck/tests/linux/syscalls-2007 PASS: memcheck/tests/linux/syslog-syscall PASS: memcheck/tests/linux/timerfd-syscall FAIL: memcheck/tests/linux/with-space FAIL: memcheck/tests/lks FAIL: memcheck/tests/long-supps FAIL: memcheck/tests/long_namespace_xml PASS: memcheck/tests/mallinfo FAIL: memcheck/tests/malloc1 FAIL: memcheck/tests/malloc1_ks_alloc FAIL: memcheck/tests/malloc1_ks_alloc_and_free FAIL: memcheck/tests/malloc1_ks_free PASS: memcheck/tests/malloc1_ks_none FAIL: memcheck/tests/malloc2 FAIL: memcheck/tests/malloc3 PASS: memcheck/tests/malloc_free_fill PASS: memcheck/tests/malloc_usable FAIL: memcheck/tests/manuel1 FAIL: memcheck/tests/manuel2 FAIL: memcheck/tests/manuel3 FAIL: memcheck/tests/match-overrun PASS: memcheck/tests/memalign2 FAIL: memcheck/tests/memalign_test FAIL: memcheck/tests/memcmptest FAIL: memcheck/tests/mempool FAIL: memcheck/tests/mempool2 FAIL: memcheck/tests/metadata FAIL: memcheck/tests/mismatches PASS: memcheck/tests/mmaptest PASS: memcheck/tests/nanoleak2 FAIL: memcheck/tests/nanoleak_supp PASS: memcheck/tests/new_nothrow PASS: memcheck/tests/new_override FAIL: memcheck/tests/noisy_child PASS: memcheck/tests/null_socket FAIL: memcheck/tests/origin1-yes FAIL: memcheck/tests/origin2-not-quite FAIL: memcheck/tests/origin3-no FAIL: memcheck/tests/origin4-many FAIL: memcheck/tests/origin5-bz2 FAIL: memcheck/tests/origin6-fp FAIL: memcheck/tests/overlap FAIL: memcheck/tests/partial_load_dflt FAIL: memcheck/tests/partial_load_ok FAIL: memcheck/tests/partiallydefinedeq PASS: memcheck/tests/pdb-realloc PASS: memcheck/tests/pdb-realloc2 PASS: memcheck/tests/pipe FAIL: memcheck/tests/pointer-trace PASS: memcheck/tests/post-syscall PASS: memcheck/tests/reach_thread_register PASS: memcheck/tests/realloc1 PASS: memcheck/tests/realloc2 FAIL: memcheck/tests/realloc3 FAIL: memcheck/tests/recursive-merge FAIL: memcheck/tests/resvn_stack PASS: memcheck/tests/sbfragment PASS: memcheck/tests/sem FAIL: memcheck/tests/sendmsg PASS: memcheck/tests/sh-mem-random PASS: memcheck/tests/sh-mem PASS: memcheck/tests/sigaltstack PASS: memcheck/tests/sigkill FAIL: memcheck/tests/signal2 PASS: memcheck/tests/sigprocmask FAIL: memcheck/tests/static_malloc PASS: memcheck/tests/stpncpy PASS: memcheck/tests/str_tester FAIL: memcheck/tests/strchr PASS: memcheck/tests/supp-dir FAIL: memcheck/tests/supp1 FAIL: memcheck/tests/supp2 PASS: memcheck/tests/supp_unknown FAIL: memcheck/tests/suppfree FAIL: memcheck/tests/suppfreecollision FAIL: memcheck/tests/supponlyobj FAIL: memcheck/tests/suppvarinfo5 FAIL: memcheck/tests/test-plo-no FAIL: memcheck/tests/test-plo-yes timed out PASS: memcheck/tests/thread_alloca FAIL: memcheck/tests/threadname FAIL: memcheck/tests/threadname_xml FAIL: memcheck/tests/trivialleak FAIL: memcheck/tests/undef_malloc_args PASS: memcheck/tests/unit_libcbase PASS: memcheck/tests/unit_oset FAIL: memcheck/tests/varinfo1 FAIL: memcheck/tests/varinfo2 FAIL: memcheck/tests/varinfo3 FAIL: memcheck/tests/varinfo4 FAIL: memcheck/tests/varinfo5 FAIL: memcheck/tests/varinfo6 FAIL: memcheck/tests/varinforestrict PASS: memcheck/tests/vbit-test/vbit-test FAIL: memcheck/tests/vcpu_bz2 PASS: memcheck/tests/vcpu_fbench PASS: memcheck/tests/vcpu_fnfns PASS: memcheck/tests/wcs FAIL: memcheck/tests/wrap1 FAIL: memcheck/tests/wrap2 FAIL: memcheck/tests/wrap3 FAIL: memcheck/tests/wrap4 FAIL: memcheck/tests/wrap5 FAIL: memcheck/tests/wrap6 FAIL: memcheck/tests/wrap7 FAIL: memcheck/tests/wrap8 PASS: memcheck/tests/wrapmalloc PASS: memcheck/tests/wrapmallocstatic FAIL: memcheck/tests/writev1 FAIL: memcheck/tests/xml1 PASS: none/tests/allexec32 PASS: none/tests/allexec64 PASS: none/tests/amd64/aes PASS: none/tests/amd64/amd64locked PASS: none/tests/amd64/asorep FAIL: none/tests/amd64/avx-1 PASS: none/tests/amd64/avx2-1 PASS: none/tests/amd64/bmi PASS: none/tests/amd64/bt_flags PASS: none/tests/amd64/bug127521-64 PASS: none/tests/amd64/bug132813-amd64 PASS: none/tests/amd64/bug132918 PASS: none/tests/amd64/bug137714-amd64 PASS: none/tests/amd64/bug156404-amd64 PASS: none/tests/amd64/cet_nops PASS: none/tests/amd64/clc PASS: none/tests/amd64/cmpxchg PASS: none/tests/amd64/crc32 timed out FAIL: none/tests/amd64/fb_test_amd64 PASS: none/tests/amd64/fcmovnu PASS: none/tests/amd64/fma PASS: none/tests/amd64/fma4 PASS: none/tests/amd64/fxtract PASS: none/tests/amd64/getseg FAIL: none/tests/amd64/insn_basic PASS: none/tests/amd64/insn_fpu PASS: none/tests/amd64/insn_mmx PASS: none/tests/amd64/insn_pclmulqdq PASS: none/tests/amd64/insn_sse PASS: none/tests/amd64/insn_sse2 PASS: none/tests/amd64/insn_sse3 PASS: none/tests/amd64/insn_ssse3 PASS: none/tests/amd64/jrcxz PASS: none/tests/amd64/looper PASS: none/tests/amd64/loopnel SKIP: none/tests/amd64/lzcnt64 PASS: none/tests/amd64/movbe SKIP: none/tests/amd64/mpx PASS: none/tests/amd64/nan80and64 PASS: none/tests/amd64/nibz_bennee_mmap PASS: none/tests/amd64/pcmpstr64 PASS: none/tests/amd64/pcmpstr64w PASS: none/tests/amd64/pcmpxstrx64 PASS: none/tests/amd64/pcmpxstrx64w PASS: none/tests/amd64/rcl-amd64 PASS: none/tests/amd64/redundantRexW PASS: none/tests/amd64/sbbmisc PASS: none/tests/amd64/shrld PASS: none/tests/amd64/slahf-amd64 PASS: none/tests/amd64/smc1 PASS: none/tests/amd64/sse4-64 PASS: none/tests/amd64/ssse3_misaligned PASS: none/tests/amd64/tm1 PASS: none/tests/amd64/x87trigOOR PASS: none/tests/amd64/xacq_xrel PASS: none/tests/amd64/xadd FAIL: none/tests/amd64-linux/bug345887 PASS: none/tests/amd64-linux/cet_nops_fs PASS: none/tests/amd64-linux/cet_nops_gs FAIL: none/tests/amd64-linux/map_32bits PASS: none/tests/ansi PASS: none/tests/args PASS: none/tests/async-sigs FAIL: none/tests/bigcode PASS: none/tests/bitfield1 PASS: none/tests/bug129866 PASS: none/tests/bug234814 PASS: none/tests/closeall PASS: none/tests/cmd-with-special PASS: none/tests/cmdline0 PASS: none/tests/cmdline1 PASS: none/tests/cmdline2 PASS: none/tests/cmdline3 PASS: none/tests/cmdline4 PASS: none/tests/cmdline5 PASS: none/tests/cmdline6 PASS: none/tests/coolo_sigaction PASS: none/tests/coolo_strlen PASS: none/tests/discard PASS: none/tests/empty-exe PASS: none/tests/exec-sigmask PASS: none/tests/execve PASS: none/tests/faultstatus PASS: none/tests/fcntl_setown FAIL: none/tests/fdleak_cmsg PASS: none/tests/fdleak_creat PASS: none/tests/fdleak_dup PASS: none/tests/fdleak_dup2 PASS: none/tests/fdleak_fcntl PASS: none/tests/fdleak_ipv4 PASS: none/tests/fdleak_open PASS: none/tests/fdleak_pipe PASS: none/tests/fdleak_socketpair PASS: none/tests/floored PASS: none/tests/fork PASS: none/tests/fucomip PASS: none/tests/gxx304 PASS: none/tests/ifunc PASS: none/tests/ioctl_moans ERROR: Exit status is 512 END: /usr/lib/valgrind/ptest 2017-08-12T18:34 2017-08-12T18:34 BEGIN: /usr/lib/zlib/ptest hello world zlib version 1.2.11 = 0x12b0, compile flags = 0xa9 uncompress(): hello, hello! gzread(): hello, hello! gzgets() after gzseek: hello! inflate(): hello, hello! large_inflate(): OK after inflateSync(): hello, hello! inflate with dictionary: hello, hello! *** zlib test OK *** PASS: zlib hello world zlib version 1.2.11 = 0x12b0, compile flags = 0xa9 uncompress(): hello, hello! gzread(): hello, hello! gzgets() after gzseek: hello! inflate(): hello, hello! large_inflate(): OK after inflateSync(): hello, hello! inflate with dictionary: hello, hello! *** zlib shared test OK *** PASS: zlib shared END: /usr/lib/zlib/ptest 2017-08-12T18:34 STOP: ptest-runner