START: ptest-runner ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:35 BEGIN: /usr/lib/acl/ptest 1+0 records in 1+0 records out 1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.00525788 s, 199 MB/s PASS: dump ext3.img mke2fs 1.45.3 (14-Jul-2019) Filesystem too small for a journal 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 Makefile:20: ../include/builddefs: No such file or directory make: *** No rule to make target '../include/builddefs'. make: Failed to remake makefile '../include/builddefs'. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. *** 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: $ getfUnescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. [(2,0)(2 2,2 2)]acl --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:Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. :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 DURATION: 1 END: /usr/lib/acl/ptest 2019-08-16T19:35 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:35 BEGIN: /usr/lib/apr/ptest PASS: testatomic PASS: testdir PASS: testdso PASS: testdup PASS: testencode PASS: testenv PASS: testescape PASS: testfile PASS: testfilecopy PASS: testfileinfo PASS: testflock PASS: testfmt PASS: testfnmatch PASS: testargs PASS: testhash PASS: testipsub PASS: testlock PASS: testcond PASS: testlfs PASS: testmmap PASS: testnames PASS: testoc PASS: testpath PASS: testpipe PASS: testpoll PASS: testpools PASS: testproc PASS: testprocmutex PASS: testrand PASS: testsleep PASS: testshm PASS: testsock PASS: testsockets PASS: testsockopt PASS: teststr PASS: teststrnatcmp PASS: testtable PASS: testtemp PASS: testthread PASS: testtime PASS: testud PASS: testuser PASS: testvsn PASS: testskiplist All tests passed. DURATION: 58 END: /usr/lib/apr/ptest 2019-08-16T19:36 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:36 BEGIN: /usr/lib/apr-util/ptest PASS: teststrmatch PASS: testuri PASS: testuuid PASS: testbuckets PASS: testpass PASS: testmd4 PASS: testmd5 PASS: testcrypto PASS: testdbd PASS: testdate PASS: testmemcache PASS: testredis PASS: testxml PASS: testxlate PASS: testrmm PASS: testdbm PASS: testqueue PASS: testreslist PASS: testsiphash All tests passed. DURATION: 7 END: /usr/lib/apr-util/ptest 2019-08-16T19:36 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:36 BEGIN: /usr/lib/attr/ptest Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 87. Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 87. 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' DURATION: 1 END: /usr/lib/attr/ptest 2019-08-16T19:36 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:36 BEGIN: /usr/lib/bash/ptest declare -r SHELLOPTS="braceexpand:hashall:interactive-comments" Testing /bin/bash version: 5.0.7(1)-release versinfo: 5 0 7 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 warning: all of these tests will fail if arrays have not warning: been compiled into the shell warning: the BASH_ARGC and BASH_ARGV tests will fail if debugging support warning: has not been compiled into the shell PASS: run-array run-array2 warning: all of these tests will fail if arrays have not warning: been compiled into the shell PASS: run-array2 run-assoc warning: all of these tests will fail if arrays have not warning: been compiled into the shell PASS: run-assoc run-attr PASS: run-attr run-braces PASS: run-braces run-builtins warning: some of these tests may fail if process substitution has not warning: been compiled into the shell or if the OS does not provide warning: /dev/fd. 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 warning: all of these tests will fail if the conditional command has not warning: been compiled into the shell warning: some of these tests will fail if extended pattern matching has not warning: been compiled into the shell 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-dynvar PASS: run-dynvar run-errors PASS: run-errors run-execscript warning: the text of a system error message may vary between systems and warning: produce diff output. warning: if the text of the error messages concerning `notthere' or warning: `/tmp/bash-notthere' not being found or `/' being a directory warning: produce diff output, please do not consider this a test failure warning: if diff output differing only in the location of the bash warning: binary appears, please do not consider this a test failure PASS: run-execscript run-exp-tests PASS: run-exp-tests run-exportfunc PASS: run-exportfunc run-extglob PASS: run-extglob run-extglob2 PASS: run-extglob2 run-extglob3 PASS: run-extglob3 run-func warning: if you have exported functions defined in your environment, warning: they may show up as diff output. warning: if so, please do not consider this a test failure PASS: run-func run-getopts PASS: run-getopts run-glob-test PASS: run-glob-test run-globstar PASS: run-globstar run-heredoc warning: UNIX versions number signals and schedule processes differently. warning: If output differing only in line numbers is produced, please warning: do not consider this a test failure. PASS: run-heredoc run-herestr PASS: run-herestr run-histexpand warning: all of these tests will fail if history has not been compiled warning: into the shell PASS: run-histexpand run-history warning: all of these tests will fail if history has not been compiled warning: into the shell PASS: run-history run-ifs PASS: run-ifs run-ifs-posix PASS: run-ifs-posix run-input-test PASS: run-input-test run-intl warning: some of these tests will fail if you do not have UTF-8 warning: locales installed on your system. PASS: run-intl run-invert PASS: run-invert run-iquote PASS: run-iquote run-jobs warning: some of these tests may fail if job control has not been compiled warning: into the shell warning: there may be a message regarding a cat process dying due to a warning: SIGHUP. Please disregard. PASS: run-jobs run-lastpipe PASS: run-lastpipe run-mapfile PASS: run-mapfile run-more-exp PASS: run-more-exp run-nameref warning: some of these tests will fail if arrays have not warning: been compiled into the shell PASS: run-nameref run-new-exp warning: two of these tests will fail if your OS does not support warning: named pipes or the /dev/fd filesystem. If the tests of the warning: process substitution mechanism fail, please do not consider warning: this a test failure warning: if you have exported variables beginning with the string _Q, warning: diff output may be generated. If so, please do not consider warning: this a test failure PASS: run-new-exp run-nquote PASS: run-nquote run-nquote1 warning: several of these tests will fail if arrays have not warning: been compiled into the shell. PASS: run-nquote1 run-nquote2 warning: several of these tests will fail if arrays have not warning: been compiled into the shell. PASS: run-nquote2 run-nquote3 warning: several of these tests will fail if arrays have not warning: been compiled into the shell. PASS: run-nquote3 run-nquote4 warning: some of these tests will fail if you do not have UTF-8 warning: locales installed on your system PASS: run-nquote4 run-nquote5 PASS: run-nquote5 run-parser PASS: run-parser 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-procsub warning: all of these tests will fail if process substitution has not warning: been compiled into the shell or if the OS does not provide warning: FIFOs or /dev/fd. Some tests may fail if the OS does not warning: provide FIFOs. PASS: run-procsub run-quote PASS: run-quote run-read warning: please do not consider output differing only in the amount of warning: white space to be an error. 66c66 < 0 --- > 1 FAIL: run-read run-redir warning: the text of a system error message may vary between systems and warning: produce diff output. warning: if the text of an error message concerning `redir1.*' not being warning: found or messages concerning bad file descriptors produce diff warning: output, please do not consider it a test failure 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 warning: UNIX versions number signals and schedule processes differently. warning: If output differing only in line numbers is produced, please warning: do not consider this a test failure. 79,80d78 < +[8] false < +[8] cat 81a80,81 > +[8] cat > +[8] false FAIL: run-trap run-type PASS: run-type run-varenv PASS: run-varenv run-vredir PASS: run-vredir DURATION: 168 END: /usr/lib/bash/ptest 2019-08-16T19:39 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:39 BEGIN: /usr/lib/bluez5/ptest bluetoothd[17548]: Bluetooth daemon 5.50 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5615b7921dc0: ref=1 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5615b7921dc0: ref=1 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5615b7922740: ref=1 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5615b7922740: ref=1 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5615b7922ec0: ref=1 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5615b7922ec0: ref=1 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5615b7923520: ref=1 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5615b7923520: ref=1 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5615b7923b00: ref=1 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5615b7923b00: ref=1 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5615b7924140: ref=1 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:session_cb() handler not found for 0x00 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5615b7924140: ref=1 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5615b79245e0: ref=1 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5615b79245e0: ref=1 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5615b79245e0: ref=1 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5615b79245e0: ref=2 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5615b79245e0: ref=2 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5615b79245e0: ref=1 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x5615b79245e0: ref=1 bluetoothd[17548]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x5615b79245e0: ref=1 /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.0027 seconds PASS: test-avctp bluetoothd[17549]: Bluetooth daemon 5.50 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44a10: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b45440 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b45690 registered: type:1 codec:0 seid:2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b457a0 registered: type:1 codec:0 seid:3 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b458b0 registered: type:1 codec:0 seid:4 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b459c0 registered: type:1 codec:0 seid:5 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b45ad0 registered: type:1 codec:0 seid:6 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b45be0 registered: type:1 codec:0 seid:7 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b45cf0 registered: type:1 codec:0 seid:8 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b45d60 registered: type:1 codec:0 seid:9 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b45dd0 registered: type:1 codec:0 seid:10 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b45ec0 registered: type:1 codec:0 seid:11 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b45f30 registered: type:1 codec:0 seid:12 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b45fa0 registered: type:1 codec:0 seid:13 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46010 registered: type:1 codec:0 seid:14 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46080 registered: type:1 codec:0 seid:15 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b460f0 registered: type:1 codec:0 seid:16 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46160 registered: type:1 codec:0 seid:17 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b461d0 registered: type:1 codec:0 seid:18 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46240 registered: type:1 codec:0 seid:19 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b462b0 registered: type:1 codec:0 seid:20 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46320 registered: type:1 codec:0 seid:21 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46390 registered: type:1 codec:0 seid:22 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46400 registered: type:1 codec:0 seid:23 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46470 registered: type:1 codec:0 seid:24 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b464e0 registered: type:1 codec:0 seid:25 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46550 registered: type:1 codec:0 seid:26 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b465c0 registered: type:1 codec:0 seid:27 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46630 registered: type:1 codec:0 seid:28 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b466a0 registered: type:1 codec:0 seid:29 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46710 registered: type:1 codec:0 seid:30 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46780 registered: type:1 codec:0 seid:31 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b467f0 registered: type:1 codec:0 seid:32 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44a10: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44a10 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b45440 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b45690 unregistered: type:1 codec:0 seid:2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b457a0 unregistered: type:1 codec:0 seid:3 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b458b0 unregistered: type:1 codec:0 seid:4 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b459c0 unregistered: type:1 codec:0 seid:5 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b45ad0 unregistered: type:1 codec:0 seid:6 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b45be0 unregistered: type:1 codec:0 seid:7 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b45cf0 unregistered: type:1 codec:0 seid:8 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b45d60 unregistered: type:1 codec:0 seid:9 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b45dd0 unregistered: type:1 codec:0 seid:10 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b45ec0 unregistered: type:1 codec:0 seid:11 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b45f30 unregistered: type:1 codec:0 seid:12 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b45fa0 unregistered: type:1 codec:0 seid:13 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46010 unregistered: type:1 codec:0 seid:14 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46080 unregistered: type:1 codec:0 seid:15 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b460f0 unregistered: type:1 codec:0 seid:16 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46160 unregistered: type:1 codec:0 seid:17 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b461d0 unregistered: type:1 codec:0 seid:18 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46240 unregistered: type:1 codec:0 seid:19 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b462b0 unregistered: type:1 codec:0 seid:20 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46320 unregistered: type:1 codec:0 seid:21 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46390 unregistered: type:1 codec:0 seid:22 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46400 unregistered: type:1 codec:0 seid:23 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46470 unregistered: type:1 codec:0 seid:24 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b464e0 unregistered: type:1 codec:0 seid:25 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46550 unregistered: type:1 codec:0 seid:26 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b465c0 unregistered: type:1 codec:0 seid:27 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46630 unregistered: type:1 codec:0 seid:28 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b466a0 unregistered: type:1 codec:0 seid:29 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46710 unregistered: type:1 codec:0 seid:30 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46780 unregistered: type:1 codec:0 seid:31 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b467f0 unregistered: type:1 codec:0 seid:32 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44a10: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b45d40 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46250 registered: type:1 codec:0 seid:2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b45d40 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b45d40 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44a10: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44a10: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44a10: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44a10 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46250 unregistered: type:1 codec:0 seid:2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b45d40 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44a10: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46b30 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44a10: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44a10 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46b30 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44a10: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b44930 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44a10: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44a10: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44a10: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44a10 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b44930 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44a10: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b45d40 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44a10: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44a10: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44a10: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44a10 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b45d40 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44a10: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b37c00 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44a10: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44a10: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44a10: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44a10: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44a10: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44a10 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b37c00 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44a10: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b459a0 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44a10: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44a10: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44a10: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b44a10: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44a10: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44a10: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44a10: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> IDLE bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b459a0 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44a10: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44a10 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b449c0: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b451d0 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b449c0: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b449c0: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b449c0: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b449c0: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b449c0: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b449c0: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b449c0: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b449c0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b451d0 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b47e10 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b44960: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b47e10 unregistered: type:1 codec:0 seid:1 /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 - sbluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b39500 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b39500 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b38ea0 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b44960: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b38ea0 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b39340 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b39340 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46400 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b44960: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46400 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b39570 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b39570 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b45cd0 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b44960: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() START request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b45cd0 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b397a0 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> CLOSING bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b397a0 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b39730 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b44960: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() START request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b39730 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b39be0 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b39be0 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b451d0 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b44960: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b451d0 unregistered: type:1 codec:0 seid:1 etup 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/Sbluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b39500 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received ABORT_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> ABORTING bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b39500 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b459a0 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b459a0 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b37090 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b37090 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b47d90 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b47d90 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b47e80 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b44960: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b47e80 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b392d0 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b44960: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b392d0 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b38000 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: DISCOVER request rejected: Bad Header Format (1) bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b38000 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b38000 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: No pending request, ignoring message bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b38000 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b38000 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44960: ref=2 bluetoothd[17549]: GET_CAPABILITIES request rejected: Bad Packet Length (17) bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b38000 unregistered: type:1 codec:0 seid:1 MG/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/SIbluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44960: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44960 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b38ea0 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b47a90 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b38ea0 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b38b90 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b47a90 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b38b90 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46400 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b47a90: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: SET_CONFIGURATION request rejected: Stream End Point in Use (19) bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state change failed: Input/output error bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46400 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b47a90 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46400 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b47a90 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46400 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b38000 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b47a90 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b38000 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b459a0 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b47a90: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: GET_CONFIGURATION request rejected: Bad Acceptor SEID (18) bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> IDLE bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b459a0 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b47a90 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b45bc0 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b47a90 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b45bc0 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b459a0 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b47a90 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b459a0 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46400 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b47a90 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46400 unregistered: type:0 codec:0 seid:1 G/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 - initbluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b48010 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b47a90: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: START request rejected: Bad State (49) bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> IDLE bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b48010 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b47a90 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b48010 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_start_cmd() Rejecting (49) bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b47a90 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b48010 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b48230 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_start_cmd() Rejecting (192) bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b47a90 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b48230 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b481c0 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b47a90: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b47a90: ref=2 bluetoothd[17549]: START request rejected: Bad State (49) bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> IDLE bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b481c0 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b47a90: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b47a90 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b48460 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b48460 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b48630 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b48630 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b487f0 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: SUSPEND request rejected: Bad State (49) bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> IDLE bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b487f0 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b459a0 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b459a0 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b48af0 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b48af0 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b48cc0 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received unknown request id 63 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b48cc0 unregistered: type:0 codec:0 seid:1 [0m /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 - luetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b48d30 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b44910: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b48d30 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b3c1c0 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received unknown request id 63 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b3c1c0 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b45bc0 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: GET_ALL_CAPABILITIES request rejected: Bad Packet Length (17) bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b45bc0 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b36e60 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b36e60 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b46400 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b44910: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b46400 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b39570 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b44910: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b39570 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b3c1e0 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_send() 108 bytes split into 3 fragments bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_send() first packet with 45 bytes sent bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_send() sending continue with 47 bytes bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_send() sending end with 16 bytes bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b3c1e0 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b38ea0 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_data() Received AVDTP fragment. 2 to go bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_data() Received AVDTP fragment. 1 to go bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b38ea0 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b47d40 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b47d40 unregistered: type:1 codec:0 seid:1 ;35mteardown /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-Cbluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b45ab0 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b44910: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b45ab0 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b47d40 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b47d40 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b38ea0 registered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_set_configuration() 0x55cbb5b44910: int_seid=1, acp_seid=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b38ea0 unregistered: type:1 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b3bc90 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DELAY_REPORT_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b3bc90 unregistered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_register_sep() SEP 0x55cbb5b47ea0 registered: type:0 codec:0 seid:1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received GET_ALL_CAPABILITIES_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received START_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:session_cb() bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_ref() 0x55cbb5b44910: ref=2 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_parse_cmd() Received DELAY_REPORT_CMD bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=1 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unref() 0x55cbb5b44910: ref=0 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_free() 0x55cbb5b44910 bluetoothd[17549]: ../bluez-5.50/android/avdtp.c:avdtp_unregister_sep() SEP 0x55cbb5b47ea0 unregistered: type:0 codec:0 seid:1 [0m - 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.004 seconds /TP/SIG/SMG/BV-06-C-SEID-2 Passed  0.001 seconds /TP/SIG/SMG/BV-05-C Passed  0.001 seconds /TP/SIG/SMG/BV-06-C Passed  0.001 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.002 seconds /TP/SIG/SMG/BV-10-C Passed  0.001 seconds /TP/SIG/SMG/BV-11-C Passed  0.002 seconds /TP/SIG/SMG/BV-12-C Passed  0.002 seconds /TP/SIG/SMG/BV-15-C Passed  0.002 seconds /TP/SIG/SMG/BV-16-C Passed  0.002 seconds /TP/SIG/SMG/BV-17-C Passed  0.002 seconds /TP/SIG/SMG/BV-18-C Passed  0.002 seconds /TP/SIG/SMG/BV-19-C Passed  0.002 seconds /TP/SIG/SMG/BV-20-C Passed  0.002 seconds /TP/SIG/SMG/BV-21-C Passed  0.002 seconds /TP/SIG/SMG/BV-22-C Passed  0.002 seconds /TP/SIG/SMG/BV-23-C Passed  0.001 seconds /TP/SIG/SMG/BV-24-C Passed  0.001 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.001 seconds /TP/SIG/SMG/BV-28-C Passed  0.001 seconds /TP/SIG/SMG/BV-31-C Passed  0.001 seconds /TP/SIG/SMG/BI-01-C Passed  0.001 seconds /TP/SIG/SMG/BI-02-C Passed  1.717 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.002 seconds /TP/SIG/SMG/BI-09-C Passed  0.001 seconds /TP/SIG/SMG/BI-10-C Passed  0.002 seconds /TP/SIG/SMG/BI-11-C Passed  0.001 seconds /TP/SIG/SMG/BI-17-C Passed  0.001 seconds /TP/SIG/SMG/BI-18-C Passed  0.001 seconds /TP/SIG/SMG/BI-19-C Passed  0.002 seconds /TP/SIG/SMG/BI-20-C Passed  0.001 seconds /TP/SIG/SMG/BI-21-C Passed  0.002 seconds /TP/SIG/SMG/BI-22-C Passed  0.002 seconds /TP/SIG/SMG/BI-23-C Passed  0.002 seconds /TP/SIG/SMG/BI-24-C Passed  0.002 seconds /TP/SIG/SMG/BI-25-C Passed  0.002 seconds /TP/SIG/SMG/BI-26-C Passed  0.002 seconds /TP/SIG/SMG/BI-27-C Passed  0.002 seconds /TP/SIG/SMG/BI-28-C Passed  0.001 seconds /TP/SIG/SMG/BI-30-C Passed  0.001 seconds /TP/SIG/SMG/ESR04/BI-28-C Passed  0.001 seconds /TP/SIG/SMG/BI-32-C Passed  0.001 seconds /TP/SIG/SMG/BI-33-C Passed  0.001 seconds /TP/SIG/SMG/BI-35-C Passed  0.001 seconds /TP/SIG/SMG/BI-36-C Passed  0.001 seconds /TP/SIG/FRA/BV-01-C Passed  0.001 seconds /TP/SIG/FRA/BV-02-C Passed  0.001 seconds /TP/SIG/SYN/BV-01-C Passed  0.001 seconds /TP/SIG/SYN/BV-02-C Passed  0.001 seconds /TP/SIG/SYN/BV-03-C Passed  0.001 seconds /TP/SIG/SYN/BV-04-C Passed  0.001 seconds /TP/SIG/SYN/BV-05-C Passed  0.001 seconds /TP/SIG/SYN/BV-06-C Passed  0.002 seconds Total: 62, Passed: 62 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 1.8 seconds PASS: test-avdtp bluetoothd[17550]: Bluetooth daemon 5.50 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce3c60: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce3c60: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce50f0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:set_addressed() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce50f0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce5be0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce5be0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce6690: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:set_browsed() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce6690: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce6800: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce6800: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce6970: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce6970: ref=2 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items_rsp() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce6970: ref=2 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce6970: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce6ee0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce6ee0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce7540: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce7540: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce7540: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce7540: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce7540: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:set_addressed() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce7540: ref=1 /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 completebluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce7540: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:set_browsed() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce7540: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:set_addressed() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:set_browsed() bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce6380: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:change_path() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce6380: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce6380: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:change_path() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce6380: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce6380: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce6380: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce6380: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce6380: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce6380: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce6380: ref=1 /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-Cluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce6380: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce6380: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:change_path() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x80, len 0x000B bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:search() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 0m - 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 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x74, len 0x000B bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:play_item() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x90, len 0x000B bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:add_to_now_playing() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_folder_items() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 /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 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_item_attributes() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x74, len 0x000B bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:play_item() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x90, len 0x000B bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:add_to_now_playing() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 [1;39m/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 - teardobluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:handle_unit_info() reply to AVC_OP_UNITINFO bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:handle_subunit_info() reply to AVC_OP_SUBUNITINFO bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 wn /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 - luetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x10, len 0x0001 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x10, len 0x0001 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x11, len 0x0000 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:list_attributes() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x15, len 0x0002 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_attribute_text() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x12, len 0x0001 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:list_values() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 minit /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 - luetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x16, len 0x0003 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_value_text() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x13, len 0x0003 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_value() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x15, len 0x0002 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_attribute_text() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x12, len 0x0001 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:list_values() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x16, len 0x0003 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_value_text() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x13, len 0x0002 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_value() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x14, len 0x0003 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:set_value() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 mrun /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 - bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x30, len 0x0000 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_play_status() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x000D bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 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 - luetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0xFF, len 0x0000 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0xFF, len 0x0000 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() UNKNOWN bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() UNKNOWN bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0001 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:set_volume() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=2 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:register_notification_rsp() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=2 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:register_notification() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 34msetup /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 - luetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0000 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:set_volume() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0001 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:set_volume() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=2 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:set_volume_rsp() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=2 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=2 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:register_notification_rsp() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=2 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=2 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:register_notification_rsp() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=2 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() PLAY bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=2 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_passthrough_rsp() code 0x09 operand_count 1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_passthrough_release() PLAY bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=2 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() FAST FORWARD bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=2 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_passthrough_rsp() code 0x09 operand_count 1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=2 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_passthrough_release() FAST FORWARD bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_passthrough_press() FAST FORWARD bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=2 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=2 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes() bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:continuing_new() len 519 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x40, len 0x0001 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:request_continuing() bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:request_continuing() len 519 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:continuing_new() len 14 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x40, len 0x0001 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:request_continuing() bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:request_continuing() len 14 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_ref() 0x562528ce42e0: ref=1 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:get_element_attributes() bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:continuing_new() len 519 bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x41, len 0x0001 bluetoothd[17550]: ../bluez-5.50/android/avrcp-lib.c:abort_continuing() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_send() bluetoothd[17550]: ../bluez-5.50/android/avctp.c:avctp_unref() 0x562528ce42e0: ref=1 2mtest 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.001 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.001 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.001 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.001 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.001 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.001 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.001 seconds /TP/PTH/BV-01-C Passed  0.000 seconds /TP/PTH/BV-02-C Passed  1.915 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.95 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 /ecdh/invalid - init /ecdh/invalid - setup /ecdh/invalid - setup complete /ecdh/invalid - run /ecdh/invalid - test passed /ecdh/invalid - teardown /ecdh/invalid - teardown complete /ecdh/invalid - done  Test Summary ------------ /ecdh/multi Passed  0.622 seconds /ecdh/sample/1 Passed  0.001 seconds /ecdh/sample/2 Passed  0.001 seconds /ecdh/sample/3 Passed  0.001 seconds /ecdh/invalid Passed  0.000 seconds Total: 5, Passed: 5 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.627 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.000374 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-characteristic - teardown complete /robustness/no-reliable-characteristic - done /robustness/unkown-request - init /robustness/unkown-request - setup /robustness/unkown-request - setup complete /robustness/unkown-request - run /robustness/unkown-request - test passed /robustness/unkown-request - teardown /robustness/unkown-request - teardown complete /robustness/unkown-request - done /robustness/unkown-command - init /robustness/unkown-command - setup /robustness/unkown-command - setup complete /robustness/unkown-command - run /robustness/unkown-command - test passed /robustness/unkown-command - teardown /robustness/unkown-command - teardown complete /robustness/unkown-command - done  Test Summary ------------ /TP/GAC/CL/BV-01-C Passed  0.001 seconds /TP/GAC/SR/BV-01-C Passed  0.001 seconds /TP/GAD/CL/BV-01-C Passed  0.001 seconds /TP/GAD/CL/BV-01-C-small Passed  0.001 seconds /TP/GAD/SR/BV-01-C Passed  0.001 seconds /TP/GAD/SR/BV-01-C-small Passed  0.001 seconds /TP/GAD/SR/BV-01-C-large-1 Passed  0.001 seconds /TP/GAD/CL/BV-02-C-1 Passed  0.001 seconds /TP/GAD/CL/BV-02-C-1-alternative Passed  0.001 seconds /TP/GAD/CL/BV-02-C-2 Passed  0.001 seconds /TP/GAD/SR/BV-02-C/exists-16/small Passed  0.001 seconds /TP/GAD/SR/BV-02-C/exists-16/large-1 Passed  0.001 seconds /TP/GAD/SR/BV-02-C/missing-16/small Passed  0.001 seconds /TP/GAD/SR/BV-02-C/missing-16/large-1 Passed  0.001 seconds /TP/GAD/SR/BV-02-C/exists-128/large-1 Passed  0.001 seconds /TP/GAD/SR/BV-02-C/missing-128/large-1 Passed  0.001 seconds /TP/GAD/CL/BV-03-C Passed  0.001 seconds /TP/GAD/SR/BV-03-C/small Passed  0.001 seconds /TP/GAD/SR/BV-03-C/large-1 Passed  0.001 seconds /TP/GAD/CL/BV-04-C Passed  0.001 seconds /TP/GAD/SR/BV-04-C/small/1 Passed  0.001 seconds /TP/GAD/SR/BV-04-C/small/2 Passed  0.001 seconds /TP/GAD/SR/BV-04-C/large-1 Passed  0.001 seconds /TP/GAD/CL/BV-05-C Passed  0.001 seconds /TP/GAD/SR/BV-05-C/small/1 Passed  0.001 seconds /TP/GAD/SR/BV-05-C/small/2 Passed  0.001 seconds /TP/GAD/SR/BV-05-C/large-1 Passed  0.001 seconds /TP/GAD/CL/BV-06-C Passed  0.001 seconds /TP/GAD/CL/BV-06-C/client-1 Passed  0.001 seconds /TP/GAD/CL/BV-06-C/client-2 Passed  0.001 seconds /TP/GAD/CL/BV-06-C/client-3 Passed  0.001 seconds /TP/GAD/SR/BV-06-C/small Passed  0.001 seconds /TP/GAD/SR/BV-06-C/large-1 Passed  0.001 seconds /TP/GAR/CL/BV-01-C Passed  0.001 seconds /TP/GAR/CL/BI-01-C Passed  0.001 seconds /TP/GAR/CL/BI-02-C Passed  0.001 seconds /TP/GAR/CL/BI-03-C Passed  0.001 seconds /TP/GAR/CL/BI-04-C Passed  0.001 seconds /TP/GAR/CL/BI-04-C/auto Passed  0.001 seconds /TP/GAR/CL/BI-05-C Passed  0.001 seconds /TP/GAR/SR/BV-01-C/small Passed  0.001 seconds /TP/GAR/SR/BV-01-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-02-C/small Passed  0.001 seconds /TP/GAR/SR/BI-02-C/large Passed  0.001 seconds /TP/GAR/CL/BV-03-C-1 Passed  0.001 seconds /TP/GAR/CL/BV-03-C-2 Passed  0.001 seconds /TP/GAR/CL/BI-06-C Passed  0.001 seconds /TP/GAR/CL/BI-07-C Passed  0.001 seconds /TP/GAR/CL/BI-09-C Passed  0.001 seconds /TP/GAR/CL/BI-10-C Passed  0.001 seconds /TP/GAR/CL/BI-11-C Passed  0.001 seconds /TP/GAR/SR/BV-03-C/small Passed  0.001 seconds /TP/GAR/SR/BV-03-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-06-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-07-C/small Passed  0.001 seconds /TP/GAR/SR/BI-07-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-08-C/small Passed  0.001 seconds /TP/GAR/SR/BI-08-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BV-04-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-12-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-13-C/small Passed  0.001 seconds /TP/GAR/SR/BI-13-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-14-C/small Passed  0.001 seconds /TP/GAR/SR/BI-14-C/large-1 Passed  0.001 seconds /TP/GAR/CL/BV-04-C Passed  0.001 seconds /TP/GAR/CL/BV-04-C/512B Passed  0.001 seconds /TP/GAR/CL/BV-05-C Passed  0.001 seconds /TP/GAR/CL/BI-12-C Passed  0.001 seconds /TP/GAR/CL/BI-13-C Passed  0.001 seconds /TP/GAR/CL/BI-14-C Passed  0.001 seconds /TP/GAR/CL/BI-15-C Passed  0.001 seconds /TP/GAR/CL/BI-16-C Passed  0.001 seconds /TP/GAR/CL/BI-16-C/auto Passed  0.001 seconds /TP/GAR/CL/BI-17-C Passed  0.001 seconds /TP/GAR/CL/BI-18-C Passed  0.001 seconds /TP/GAR/CL/BI-19-C Passed  0.001 seconds /TP/GAR/CL/BI-20-C Passed  0.001 seconds /TP/GAR/CL/BI-21-C Passed  0.001 seconds /TP/GAR/CL/BI-21-C/auto Passed  0.001 seconds /TP/GAR/CL/BI-22-C Passed  0.001 seconds /TP/GAR/SR/BV-05-C/small Passed  0.001 seconds /TP/GAR/SR/BV-05-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-18-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-19-C/small Passed  0.001 seconds /TP/GAR/SR/BI-19-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BV-06-C/small Passed  0.001 seconds /TP/GAR/SR/BV-06-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-23-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-24-C/small Passed  0.001 seconds /TP/GAR/SR/BI-24-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BV-07-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BV-08-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-28-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-29-C/small Passed  0.001 seconds /TP/GAR/SR/BI-29-C/large-1 Passed  0.001 seconds /TP/GAR/SR/BI-30-C/small Passed  0.001 seconds /TP/GAR/SR/BI-30-C/large-1 Passed  0.001 seconds /TP/GAN/CL/BV-01-C Passed  0.001 seconds /TP/GAN/SR/BV-01-C Passed  0.001 seconds /TP/GAI/SR/BV-01-C Passed  0.001 seconds /TP/GAI/CL/BV-01-C Passed  0.001 seconds /TP/GAR/CL/BV-06-C Passed  0.001 seconds /TP/GAR/CL/BI-23-C Passed  0.001 seconds /TP/GAR/CL/BI-24-C Passed  0.001 seconds /TP/GAR/CL/BI-25-C Passed  0.001 seconds /TP/GAR/CL/BI-26-C Passed  0.001 seconds /TP/GAR/CL/BI-26-C/auto Passed  0.001 seconds /TP/GAR/CL/BI-27-C Passed  0.001 seconds /TP/GAR/CL/BV-07-C Passed  0.001 seconds /TP/GAR/CL/BV-07-C/512B Passed  0.001 seconds /TP/GAR/CL/BI-28-C Passed  0.001 seconds /TP/GAR/CL/BI-29-C Passed  0.001 seconds /TP/GAR/CL/BI-30-C Passed  0.001 seconds /TP/GAR/CL/BI-31-C Passed  0.001 seconds /TP/GAR/CL/BI-32-C Passed  0.001 seconds /TP/GAR/CL/BI-32-C/auto Passed  0.001 seconds /TP/GAR/CL/BI-33-C Passed  0.001 seconds /TP/GAR/CL/BI-34-C Passed  0.001 seconds /TP/GAR/CL/BI-35-C Passed  0.001 seconds /TP/GAW/CL/BV-01-C Passed  0.001 seconds /TP/GAW/CL/BV-02-C Not Run  /TP/GAW/CL/BV-02-C/seclevel Passed  0.001 seconds /TP/GAW/CL/BV-03-C Passed  0.001 seconds /TP/GAW/CL/BI-02-C Passed  0.001 seconds /TP/GAW/CL/BI-03-C Passed  0.001 seconds /TP/GAW/CL/BI-04-C Passed  0.001 seconds /TP/GAW/CL/BI-05-C Passed  0.001 seconds /TP/GAW/CL/BI-05-C/auto Passed  0.001 seconds /TP/GAW/CL/BI-06-C Passed  0.001 seconds /TP/GAW/SR/BV-07-C/small Passed  0.001 seconds /TP/GAW/SR/BV-07-C/large-1 Passed  0.001 seconds /TP/GAW/SR/BV-03-C/small Passed  0.001 seconds /TP/GAW/SR/BV-03-C/large-1 Passed  0.001 seconds /TP/GAW/SR/BI-02-C/small Passed  0.001 seconds /TP/GAW/SR/BI-02-C/large-1 Passed  0.001 seconds /TP/GAW/SR/BI-03-C/small Passed  0.001 seconds /TP/GAW/SR/BI-03-C/large-1 Passed  0.001 seconds /TP/GAW/CL/BV-05-C Passed  0.001 seconds /TP/GAW/CL/BI-07-C Passed  0.001 seconds /TP/GAW/CL/BI-08-C Passed  0.001 seconds /TP/GAW/CL/BI-11-C Passed  0.001 seconds /TP/GAW/CL/BI-12-C Passed  0.001 seconds /TP/GAW/CL/BI-13-C Passed  0.001 seconds /TP/GAW/SR/BV-05-C/small Passed  0.001 seconds /TP/GAW/SR/BV-05-C/large-1 Passed  0.001 seconds /TP/GAW/SR/BI-07-C/small Passed  0.001 seconds /TP/GAW/SR/BI-07-C/large-1 Passed  0.001 seconds /TP/GAW/SR/BI-08-C/small Passed  0.001 seconds /TP/GAW/SR/BI-08-C/large-1 Passed  0.001 seconds /TP/GAW/CL/BV-06-C Passed  0.001 seconds /TP/GAW/CL/BI-14-C Passed  0.001 seconds /TP/GAW/CL/BI-15-C Passed  0.001 seconds /TP/GAW/CL/BI-17-C Passed  0.001 seconds /TP/GAW/CL/BI-18-C Passed  0.001 seconds /TP/GAW/CL/BI-18-C/auto Passed  0.001 seconds /TP/GAW/CL/BI-19-C Passed  0.001 seconds /TP/GAW/SR/BV-06-C/small Passed  0.001 seconds /TP/GAW/SR/BV-06-C/large-1 Passed  0.001 seconds /TP/GAW/SR/BV-10-C/small Passed  0.001 seconds /TP/GAW/SR/BV-10-C/large-1 Passed  0.001 seconds /TP/GAW/SR/BI-14-C/small Passed  0.001 seconds /TP/GAW/SR/BI-14-C/large-1 Passed  0.001 seconds /TP/GAW/SR/BI-15-C/small Passed  0.001 seconds /TP/GAW/SR/BI-15-C/large-1 Passed  0.001 seconds /TP/GAW/CL/BV-08-C Passed  0.001 seconds /TP/GAW/CL/BI-20-C Passed  0.001 seconds /TP/GAW/CL/BI-21-C Passed  0.001 seconds /TP/GAW/CL/BI-22-C Passed  0.001 seconds /TP/GAW/CL/BI-23-C Passed  0.001 seconds /TP/GAW/CL/BI-23-C/auto Passed  0.001 seconds /TP/GAW/CL/BI-24-C Passed  0.001 seconds /TP/GAW/SR/BV-08-C/small Passed  0.001 seconds /TP/GAW/SR/BV-08-C/large-1 Passed  0.001 seconds /TP/GAW/SR/BI-20-C/small Passed  0.001 seconds /TP/GAW/SR/BI-20-C/large-1 Passed  0.001 seconds /TP/GAW/SR/BI-21-C/small Passed  0.001 seconds /TP/GAW/SR/BI-21-C/large-1 Passed  0.001 seconds /TP/GAW/CL/BV-09-C Passed  0.001 seconds /TP/GAW/CL/BI-25-C Passed  0.001 seconds /TP/GAW/CL/BI-26-C Passed  0.001 seconds /TP/GAW/CL/BI-29-C Passed  0.001 seconds /TP/GAW/CL/BI-30-C Passed  0.001 seconds /TP/GAW/CL/BI-31-C Passed  0.001 seconds /TP/GAW/SR/BV-09-C/small Passed  0.001 seconds /TP/GAW/SR/BV-09-C/large-1 Passed  0.001 seconds /TP/GAW/SR/BI-25-C/small Passed  0.001 seconds /TP/GAW/SR/BI-25-C/large-1 Passed  0.001 seconds /TP/GAW/SR/BI-26-C/small Passed  0.001 seconds /TP/GAW/SR/BI-26-C/large-1 Passed  0.001 seconds /robustness/no-reliable-characteristic Passed  0.001 seconds /robustness/unkown-request Passed  0.001 seconds /robustness/unkown-command Passed  0.001 seconds Total: 192, Passed: 191 (99.5%), Failed: 0, Not Run: 1 Overall execution time: 0.18 seconds PASS: test-gatt /gattrib/refcount: OK /gattrib/get_channel: OK /gattrib/send: OK /gattrib/cancel: OK /gattrib/register: OK /gattrib/buffers: OK PASS: test-gattrib /gdbus/simple_client - init /gdbus/simple_client - setup /gdbus/simple_client - setup complete /gdbus/simple_client - run /gdbus/simple_client - test not run /gdbus/simple_client - teardown /gdbus/simple_client - teardown complete /gdbus/simple_client - done /gdbus/client_connect_disconnect - init /gdbus/client_connect_disconnect - setup /gdbus/client_connect_disconnect - setup complete /gdbus/client_connect_disconnect - run /gdbus/client_connect_disconnect - test not run /gdbus/client_connect_disconnect - teardown /gdbus/client_connect_disconnect - teardown complete /gdbus/client_connect_disconnect - done /gdbus/client_get_string_property - init /gdbus/client_get_string_property - setup /gdbus/client_get_string_property - setup complete /gdbus/client_get_string_property - run /gdbus/client_get_string_property - test not run /gdbus/client_get_string_property - teardown /gdbus/client_get_string_property - teardown complete /gdbus/client_get_string_property - done /gdbus/client_get_boolean_property - init /gdbus/client_get_boolean_property - setup /gdbus/client_get_boolean_property - setup complete /gdbus/client_get_boolean_property - run /gdbus/client_get_boolean_property - test not run /gdbus/client_get_boolean_property - teardown /gdbus/client_get_boolean_property - teardown complete /gdbus/client_get_boolean_property - done /gdbus/client_get_uint64_property - init /gdbus/client_get_uint64_property - setup /gdbus/client_get_uint64_property - setup complete /gdbus/client_get_uint64_property - run /gdbus/client_get_uint64_property - test not run /gdbus/client_get_uint64_property - teardown /gdbus/client_get_uint64_property - teardown complete /gdbus/client_get_uint64_property - done /gdbus/client_get_array_property - init /gdbus/client_get_array_property - setup /gdbus/client_get_array_property - setup complete /gdbus/client_get_array_property - run /gdbus/client_get_array_property - test not run /gdbus/client_get_array_property - teardown /gdbus/client_get_array_property - teardown complete /gdbus/client_get_array_property - done /gdbus/client_get_dict_property - init /gdbus/client_get_dict_property - setup /gdbus/client_get_dict_property - setup complete /gdbus/client_get_dict_property - run /gdbus/client_get_dict_property - test not run /gdbus/client_get_dict_property - teardown /gdbus/client_get_dict_property - teardown complete /gdbus/client_get_dict_property - done /gdbus/client_set_string_property - init /gdbus/client_set_string_property - setup /gdbus/client_set_string_property - setup complete /gdbus/client_set_string_property - run /gdbus/client_set_string_property - test not run /gdbus/client_set_string_property - teardown /gdbus/client_set_string_property - teardown complete /gdbus/client_set_string_property - done /gdbus/client_string_changed - init /gdbus/client_string_changed - setup /gdbus/client_string_changed - setup complete /gdbus/client_string_changed - run /gdbus/client_string_changed - test not run /gdbus/client_string_changed - teardown /gdbus/client_string_changed - teardown complete /gdbus/client_string_changed - done /gdbus/client_check_order - init /gdbus/client_check_order - setup /gdbus/client_check_order - setup complete /gdbus/client_check_order - run /gdbus/client_check_order - test not run /gdbus/client_check_order - teardown /gdbus/client_check_order - teardown complete /gdbus/client_check_order - done /gdbus/client_proxy_removed - init /gdbus/client_proxy_removed - setup /gdbus/client_proxy_removed - setup complete /gdbus/client_proxy_removed - run /gdbus/client_proxy_removed - test not run /gdbus/client_proxy_removed - teardown /gdbus/client_proxy_removed - teardown complete /gdbus/client_proxy_removed - done /gdbus/client_no_object_manager - init /gdbus/client_no_object_manager - setup /gdbus/client_no_object_manager - setup complete /gdbus/client_no_object_manager - run /gdbus/client_no_object_manager - test not run /gdbus/client_no_object_manager - teardown /gdbus/client_no_object_manager - teardown complete /gdbus/client_no_object_manager - done /gdbus/client_force_disconnect - init /gdbus/client_force_disconnect - setup /gdbus/client_force_disconnect - setup complete /gdbus/client_force_disconnect - run /gdbus/client_force_disconnect - test not run /gdbus/client_force_disconnect - teardown /gdbus/client_force_disconnect - teardown complete /gdbus/client_force_disconnect - done /gdbus/client_ready - init /gdbus/client_ready - setup /gdbus/client_ready - setup complete /gdbus/client_ready - run /gdbus/client_ready - test not run /gdbus/client_ready - teardown /gdbus/client_ready - teardown complete /gdbus/client_ready - done  Test Summary ------------ /gdbus/simple_client Not Run  /gdbus/client_connect_disconnect Not Run  /gdbus/client_get_string_property Not Run  /gdbus/client_get_boolean_property Not Run  /gdbus/client_get_uint64_property Not Run  /gdbus/client_get_array_property Not Run  /gdbus/client_get_dict_property Not Run  /gdbus/client_set_string_property Not Run  /gdbus/client_string_changed Not Run  /gdbus/client_check_order Not Run  /gdbus/client_proxy_removed Not Run  /gdbus/client_no_object_manager Not Run  /gdbus/client_force_disconnect Not Run  /gdbus/client_ready Not Run  Total: 14, Passed: 0 (0.0%), Failed: 0, Not Run: 14 Overall execution time: 0.000425 seconds PASS: test-gdbus-client /gobex/null_io: OK /gobex/basic: OK /gobex/ref_unref: OK /gobex/test_disconnect: OK /gobex/test_recv_connect_stream: OK /gobex/test_recv_connect_pkt: OK /gobex/test_send_connect_stream: OK /gobex/test_send_connect_pkt: OK /gobex/test_recv_unexpected: OK /gobex/test_send_on_demand_stream: OK /gobex/test_send_on_demand_pkt: OK /gobex/test_send_on_demand_fail_stream: OK /gobex/test_send_on_demand_fail_pkt: OK /gobex/test_send_connect_req_stream: OK /gobex/test_send_connect_req_pkt: OK /gobex/test_send_nval_connect_req_stream: OK /gobex/test_send_nval_connect_req_pkt: OK /gobex/test_send_nval_connect_req_short_pkt: OK /gobex/test_send_connect_req_timeout_stream: OK /gobex/test_send_connect_req_timeout_pkt: OK /gobex/test_cancel_req_immediate: OK /gobex/test_cancel_req_delay_stream: OK /gobex/test_cancel_req_delay_pkt: OK /gobex/test_connect: OK /gobex/test_obex_disconnect: OK /gobex/test_auth: OK /gobex/test_auth_fail: OK /gobex/test_setpath: OK /gobex/test_setpath_up: OK /gobex/test_setpath_up_down: OK /gobex/test_mkdir: OK /gobex/test_delete: OK /gobex/test_copy: OK /gobex/test_move: OK PASS: test-gobex /gobex/test_apparam_nval_short: OK /gobex/test_apparam_nval_data: OK /gobex/test_apparam_nval2_short: OK /gobex/test_apparam_nval2_data: OK /gobex/test_apparam_get_uint8: OK /gobex/test_apparam_get_uint16: OK /gobex/test_apparam_get_uint32: OK /gobex/test_apparam_get_uint64: OK /gobex/test_apparam_get_string: OK /gobex/test_apparam_get_bytes: OK /gobex/test_apparam_get_multi: OK /gobex/test_apparam_set_uint8: OK /gobex/test_apparam_set_uint16: OK /gobex/test_apparam_set_uint32: OK /gobex/test_apparam_set_uint64: OK /gobex/test_apparam_set_string: OK /gobex/test_apparam_set_bytes: OK /gobex/test_apparam_set_multi: OK PASS: test-gobex-apparam /gobex/test_decode_header_connid: OK /gobex/test_decode_header_name_empty: OK /gobex/test_decode_header_name_ascii: OK /gobex/test_decode_header_name_umlaut: OK /gobex/test_decode_header_body: OK /gobex/test_decode_header_body_extdata: OK /gobex/test_decode_header_actionid: OK /gobex/test_decode_header_multi: OK /gobex/test_decode_header_uint32_nval: OK /gobex/test_decode_header_unicode_nval_short: OK /gobex/test_decode_header_unicode_nval_data: OK /gobex/test_decode_header_bytes_nval_short: OK /gobex/test_decode_header_bytes_nval_data: OK /gobex/test_decode_header_bytes_nval_len: OK /gobex/test_header_encode_connid: OK /gobex/test_header_encode_name_empty: OK /gobex/test_header_encode_name_ascii: OK /gobex/test_header_encode_name_umlaut: OK /gobex/test_header_encode_body: OK /gobex/test_header_encode_actionid: OK /gobex/test_header_encode_apparam: OK /gobex/test_header_name_empty: OK /gobex/test_header_name_ascii: OK /gobex/test_header_name_umlaut: OK /gobex/test_header_bytes: OK /gobex/test_header_uint8: OK /gobex/test_header_uint32: OK /gobex/test_header_apparam: OK PASS: test-gobex-header /gobex/test_pkt: OK /gobex/test_decode_pkt: OK /gobex/test_decode_pkt_header: OK /gobex/test_decode_connect: OK /gobex/test_decode_nval: OK /gobex/test_encode_pkt: OK /gobex/test_encode_on_demand: OK /gobex/test_encode_on_demand_fail: OK /gobex/test_create_args: OK PASS: test-gobex-packet /gobex/test_conn_req: OK /gobex/test_conn_rsp: OK /gobex/test_put_req: OK /gobex/test_put_rsp: OK /gobex/test_get_req: OK /gobex/test_get_rsp: OK /gobex/test_get_req_app: OK /gobex/test_get_rsp_app: OK /gobex/test_put_req_delay: OK /gobex/test_put_rsp_delay: OK /gobex/test_get_req_delay: OK /gobex/test_get_rsp_delay: OK /gobex/test_put_req_eagain: OK /gobex/test_get_req_eagain: OK /gobex/test_stream_put_req: OK /gobex/test_stream_put_rsp: OK /gobex/test_stream_put_req_abort: OK /gobex/test_stream_put_rsp_abort: OK /gobex/test_stream_get_req: OK /gobex/test_stream_get_rsp: OK /gobex/test_conn_get_req: OK /gobex/test_conn_get_rsp: OK /gobex/test_conn_put_req: OK /gobex/test_conn_put_rsp: OK /gobex/test_conn_get_wrg_rsp: OK /gobex/test_conn_put_req_seq: OK /gobex/test_packet_put_req: OK /gobex/test_packet_put_req_wait: OK /gobex/test_packet_put_req_suspend_resume: OK /gobex/test_packet_put_rsp: OK /gobex/test_packet_put_rsp_wait: OK /gobex/test_packet_get_rsp: OK /gobex/test_packet_get_rsp_wait: OK /gobex/test_packet_get_req: OK /gobex/test_packet_get_req_wait: OK /gobex/test_packet_get_req_suspend_resume: OK /gobex/test_packet_get_req_wait_next: OK /gobex/test_conn_put_req_seq_srm: OK PASS: test-gobex-transfer /hfp/test_init - init /hfp/test_init - setup /hfp/test_init - setup complete /hfp/test_init - run /hfp/test_init - test passed /hfp/test_init - teardown /hfp/test_init - teardown complete /hfp/test_init - done /hfp/test_cmd_handler_1 - init /hfp/test_cmd_handler_1 - setup /hfp/test_cmd_handler_1 - setup complete /hfp/test_cmd_handler_1 - run /hfp/test_cmd_handler_1 - test passed /hfp/test_cmd_handler_1 - teardown /hfp/test_cmd_handler_1 - teardown complete /hfp/test_cmd_handler_1 - done /hfp/test_cmd_handler_2 - init /hfp/test_cmd_handler_2 - setup /hfp/test_cmd_handler_2 - setup complete /hfp/test_cmd_handler_2 - run /hfp/test_cmd_handler_2 - test passed /hfp/test_cmd_handler_2 - teardown /hfp/test_cmd_handler_2 - teardown complete /hfp/test_cmd_handler_2 - done /hfp/test_register_1 - init /hfp/test_register_1 - setup /hfp/test_register_1 - setup complete /hfp/test_register_1 - run /hfp/test_register_1 - test passed /hfp/test_register_1 - teardown /hfp/test_register_1 - teardown complete /hfp/test_register_1 - done /hfp/test_register_2 - init /hfp/test_register_2 - setup /hfp/test_register_2 - setup complete /hfp/test_register_2 - run /hfp/test_register_2 - test passed /hfp/test_register_2 - teardown /hfp/test_register_2 - teardown complete /hfp/test_register_2 - done /hfp/test_register_3 - init /hfp/test_register_3 - setup /hfp/test_register_3 - setup complete /hfp/test_register_3 - run /hfp/test_register_3 - test passed /hfp/test_register_3 - teardown /hfp/test_register_3 - teardown complete /hfp/test_register_3 - done /hfp/test_register_4 - init /hfp/test_register_4 - setup /hfp/test_register_4 - setup complete /hfp/test_register_4 - run /hfp/test_register_4 - test passed /hfp/test_register_4 - teardown /hfp/test_register_4 - teardown complete /hfp/test_register_4 - done /hfp/test_register_5 - init /hfp/test_register_5 - setup /hfp/test_register_5 - setup complete /hfp/test_register_5 - run /hfp/test_register_5 - test passed /hfp/test_register_5 - teardown /hfp/test_register_5 - teardown complete /hfp/test_register_5 - done /hfp/test_fragmented_1 - init /hfp/test_fragmented_1 - setup /hfp/test_fragmented_1 - setup complete /hfp/test_fragmented_1 - run /hfp/test_fragmented_1 - test passed /hfp/test_fragmented_1 - teardown /hfp/test_fragmented_1 - teardown complete /hfp/test_fragmented_1 - done /hfp/test_ustring_1 - init /hfp/test_ustring_1 - setup /hfp/test_ustring_1 - setup complete /hfp/test_ustring_1 - run /hfp/test_ustring_1 - test passed /hfp/test_ustring_1 - teardown /hfp/test_ustring_1 - teardown complete /hfp/test_ustring_1 - done /hfp/test_ustring_2 - init /hfp/test_ustring_2 - setup /hfp/test_ustring_2 - setup complete /hfp/test_ustring_2 - run /hfp/test_ustring_2 - test passed /hfp/test_ustring_2 - teardown /hfp/test_ustring_2 - teardown complete /hfp/test_ustring_2 - done /hfp/test_string_1 - init /hfp/test_string_1 - setup /hfp/test_string_1 - setup complete /hfp/test_string_1 - run /hfp/test_string_1 - test passed /hfp/test_string_1 - teardown /hfp/test_string_1 - teardown complete /hfp/test_string_1 - done /hfp/test_string_2 - init /hfp/test_string_2 - setup /hfp/test_string_2 - setup complete /hfp/test_string_2 - run /hfp/test_string_2 - test passed /hfp/test_string_2 - teardown /hfp/test_string_2 - teardown complete /hfp/test_string_2 - done /hfp/test_corrupted_1 - init /hfp/test_corrupted_1 - setup /hfp/test_corrupted_1 - setup complete /hfp/test_corrupted_1 - run /hfp/test_corrupted_1 - test passed /hfp/test_corrupted_1 - teardown /hfp/test_corrupted_1 - teardown complete /hfp/test_corrupted_1 - done /hfp/test_empty - init /hfp/test_empty - setup /hfp/test_empty - setup complete /hfp/test_empty - run /hfp/test_empty - test passed /hfp/test_empty - teardown /hfp/test_empty - teardown complete /hfp/test_empty - done /hfp_hf/test_init - init /hfp_hf/test_init - setup /hfp_hf/test_init - setup complete /hfp_hf/test_init - run /hfp_hf/test_init - test passed /hfp_hf/test_init - teardown /hfp_hf/test_init - teardown complete /hfp_hf/test_init - done /hfp_hf/test_send_command_1 - init /hfp_hf/test_send_command_1 - setup /hfp_hf/test_send_command_1 - setup complete /hfp_hf/test_send_command_1 - run /hfp_hf/test_send_command_1 - test passed /hfp_hf/test_send_command_1 - teardown /hfp_hf/test_send_command_1 - teardown complete /hfp_hf/test_send_command_1 - done /hfp_hf/test_send_command_2 - init /hfp_hf/test_send_command_2 - setup /hfp_hf/test_send_command_2 - setup complete /hfp_hf/test_send_command_2 - run /hfp_hf/test_send_command_2 - test passed /hfp_hf/test_send_command_2 - teardown /hfp_hf/test_send_command_2 - teardown complete /hfp_hf/test_send_command_2 - done /hfp_hf/test_send_command_3 - init /hfp_hf/test_send_command_3 - setup /hfp_hf/test_send_command_3 - setup complete /hfp_hf/test_send_command_3 - run /hfp_hf/test_send_command_3 - test passed /hfp_hf/test_send_command_3 - teardown /hfp_hf/test_send_command_3 - teardown complete /hfp_hf/test_send_command_3 - done /hfp_hf/test_unsolicited_1 - init /hfp_hf/test_unsolicited_1 - setup /hfp_hf/test_unsolicited_1 - setup complete /hfp_hf/test_unsolicited_1 - run /hfp_hf/test_unsolicited_1 - test passed /hfp_hf/test_unsolicited_1 - teardown /hfp_hf/test_unsolicited_1 - teardown complete /hfp_hf/test_unsolicited_1 - done /hfp_hf/test_unsolicited_2 - init /hfp_hf/test_unsolicited_2 - setup /hfp_hf/test_unsolicited_2 - setup complete /hfp_hf/test_unsolicited_2 - run /hfp_hf/test_unsolicited_2 - test passed /hfp_hf/test_unsolicited_2 - teardown /hfp_hf/test_unsolicited_2 - teardown complete /hfp_hf/test_unsolicited_2 - done /hfp_hf/test_unsolicited_3 - init /hfp_hf/test_unsolicited_3 - setup /hfp_hf/test_unsolicited_3 - setup complete /hfp_hf/test_unsolicited_3 - run /hfp_hf/test_unsolicited_3 - test passed /hfp_hf/test_unsolicited_3 - teardown /hfp_hf/test_unsolicited_3 - teardown complete /hfp_hf/test_unsolicited_3 - done /hfp_hf/test_corrupted_1 - init /hfp_hf/test_corrupted_1 - setup /hfp_hf/test_corrupted_1 - setup complete /hfp_hf/test_corrupted_1 - run /hfp_hf/test_corrupted_1 - test passed /hfp_hf/test_corrupted_1 - teardown /hfp_hf/test_corrupted_1 - teardown complete /hfp_hf/test_corrupted_1 - done /hfp_hf/test_corrupted_2 - init /hfp_hf/test_corrupted_2 - setup /hfp_hf/test_corrupted_2 - setup complete /hfp_hf/test_corrupted_2 - run /hfp_hf/test_corrupted_2 - test passed /hfp_hf/test_corrupted_2 - teardown /hfp_hf/test_corrupted_2 - teardown complete /hfp_hf/test_corrupted_2 - done /hfp_hf/test_empty - init /hfp_hf/test_empty - setup /hfp_hf/test_empty - setup complete /hfp_hf/test_empty - run /hfp_hf/test_empty - test passed /hfp_hf/test_empty - teardown /hfp_hf/test_empty - teardown complete /hfp_hf/test_empty - done /hfp_hf/test_unknown - init /hfp_hf/test_unknown - setup /hfp_hf/test_unknown - setup complete /hfp_hf/test_unknown - run /hfp_hf/test_unknown - test passed /hfp_hf/test_unknown - teardown /hfp_hf/test_unknown - teardown complete /hfp_hf/test_unknown - done /hfp_hf/test_context_parser_1 - init /hfp_hf/test_context_parser_1 - setup /hfp_hf/test_context_parser_1 - setup complete /hfp_hf/test_context_parser_1 - run /hfp_hf/test_context_parser_1 - test passed /hfp_hf/test_context_parser_1 - teardown /hfp_hf/test_context_parser_1 - teardown complete /hfp_hf/test_context_parser_1 - done /hfp_hf/test_context_parser_2 - init /hfp_hf/test_context_parser_2 - setup /hfp_hf/test_context_parser_2 - setup complete /hfp_hf/test_context_parser_2 - run /hfp_hf/test_context_parser_2 - test passed /hfp_hf/test_context_parser_2 - teardown /hfp_hf/test_context_parser_2 - teardown complete /hfp_hf/test_context_parser_2 - done /hfp_hf/test_context_skip_field - init /hfp_hf/test_context_skip_field - setup /hfp_hf/test_context_skip_field - setup complete /hfp_hf/test_context_skip_field - run /hfp_hf/test_context_skip_field - test passed /hfp_hf/test_context_skip_field - teardown /hfp_hf/test_context_skip_field - teardown complete /hfp_hf/test_context_skip_field - done  Test Summary ------------ /hfp/test_init Passed  0.000 seconds /hfp/test_cmd_handler_1 Passed  0.000 seconds /hfp/test_cmd_handler_2 Passed  0.000 seconds /hfp/test_register_1 Passed  0.000 seconds /hfp/test_register_2 Passed  0.000 seconds /hfp/test_register_3 Passed  0.000 seconds /hfp/test_register_4 Passed  0.000 seconds /hfp/test_register_5 Passed  0.000 seconds /hfp/test_fragmented_1 Passed  0.000 seconds /hfp/test_ustring_1 Passed  0.000 seconds /hfp/test_ustring_2 Passed  0.000 seconds /hfp/test_string_1 Passed  0.000 seconds /hfp/test_string_2 Passed  0.000 seconds /hfp/test_corrupted_1 Passed  0.000 seconds /hfp/test_empty Passed  0.000 seconds /hfp_hf/test_init Passed  0.000 seconds /hfp_hf/test_send_command_1 Passed  0.000 seconds /hfp_hf/test_send_command_2 Passed  0.000 seconds /hfp_hf/test_send_command_3 Passed  0.000 seconds /hfp_hf/test_unsolicited_1 Passed  0.000 seconds /hfp_hf/test_unsolicited_2 Passed  0.000 seconds /hfp_hf/test_unsolicited_3 Passed  0.000 seconds /hfp_hf/test_corrupted_1 Passed  0.000 seconds /hfp_hf/test_corrupted_2 Passed  0.000 seconds /hfp_hf/test_empty Passed  0.000 seconds /hfp_hf/test_unknown Passed  0.000 seconds /hfp_hf/test_context_parser_1 Passed  0.000 seconds /hfp_hf/test_context_parser_2 Passed  0.000 seconds /hfp_hf/test_context_skip_field Passed  0.000 seconds Total: 29, Passed: 29 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.00433 seconds PASS: test-hfp /TP/HGRF/RH/BV-01-I - init /TP/HGRF/RH/BV-01-I - setup /TP/HGRF/RH/BV-01-I - setup complete /TP/HGRF/RH/BV-01-I - run /TP/HGRF/RH/BV-01-I - test passed /TP/HGRF/RH/BV-01-I - teardown /TP/HGRF/RH/BV-01-I - teardown complete /TP/HGRF/RH/BV-01-I - done /TP/HGRF/RH/BV-08-I - init /TP/HGRF/RH/BV-08-I - setup /TP/HGRF/RH/BV-08-I - setup complete /TP/HGRF/RH/BV-08-I - run /TP/HGRF/RH/BV-08-I - test passed /TP/HGRF/RH/BV-08-I - teardown /TP/HGRF/RH/BV-08-I - teardown complete /TP/HGRF/RH/BV-08-I - done /TP/HGRF/RH/BV-09-I - init /TP/HGRF/RH/BV-09-I - setup /TP/HGRF/RH/BV-09-I - setup complete /TP/HGRF/RH/BV-09-I - run /TP/HGRF/RH/BV-09-I - test passed /TP/HGRF/RH/BV-09-I - teardown /TP/HGRF/RH/BV-09-I - teardown complete /TP/HGRF/RH/BV-09-I - done /TP/HGRF/RH/BV-06-I - init /TP/HGRF/RH/BV-06-I - setup /TP/HGRF/RH/BV-06-I - setup complete /TP/HGRF/RH/BV-06-I - run /TP/HGRF/RH/BV-06-I - test passed /TP/HGRF/RH/BV-06-I - teardown /TP/HGRF/RH/BV-06-I - teardown complete /TP/HGRF/RH/BV-06-I - done /TP/HGCF/RH/BV-01-I - init /TP/HGCF/RH/BV-01-I - setup /TP/HGCF/RH/BV-01-I - setup complete /TP/HGCF/RH/BV-01-I - run /TP/HGCF/RH/BV-01-I - test passed /TP/HGCF/RH/BV-01-I - teardown /TP/HGCF/RH/BV-01-I - teardown complete /TP/HGCF/RH/BV-01-I - done /TP/HGRF/RH/BV-02-I - init /TP/HGRF/RH/BV-02-I - setup /TP/HGRF/RH/BV-02-I - setup complete /TP/HGRF/RH/BV-02-I - run /TP/HGRF/RH/BV-02-I - test passed /TP/HGRF/RH/BV-02-I - teardown /TP/HGRF/RH/BV-02-I - teardown complete /TP/HGRF/RH/BV-02-I - done  Test Summary ------------ /TP/HGRF/RH/BV-01-I Passed  0.003 seconds /TP/HGRF/RH/BV-08-I Passed  0.002 seconds /TP/HGRF/RH/BV-09-I Passed  0.002 seconds /TP/HGRF/RH/BV-06-I Passed  0.002 seconds /TP/HGCF/RH/BV-01-I Passed  0.002 seconds /TP/HGRF/RH/BV-02-I Passed  0.002 seconds Total: 6, Passed: 6 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.0137 seconds PASS: test-hog /lib/ntoh64 - init /lib/ntoh64 - setup /lib/ntoh64 - setup complete /lib/ntoh64 - run /lib/ntoh64 - test passed /lib/ntoh64 - teardown /lib/ntoh64 - teardown complete /lib/ntoh64 - done /lib/hton64 - init /lib/hton64 - setup /lib/hton64 - setup complete /lib/hton64 - run /lib/hton64 - test passed /lib/hton64 - teardown /lib/hton64 - teardown complete /lib/hton64 - done /lib/sdp_get_access_protos/valid - init /lib/sdp_get_access_protos/valid - setup /lib/sdp_get_access_protos/valid - setup complete /lib/sdp_get_access_protos/valid - run /lib/sdp_get_access_protos/valid - test passed /lib/sdp_get_access_protos/valid - teardown /lib/sdp_get_access_protos/valid - teardown complete /lib/sdp_get_access_protos/valid - done /lib/sdp_get_access_protos/nodata - init /lib/sdp_get_access_protos/nodata - setup /lib/sdp_get_access_protos/nodata - setup complete /lib/sdp_get_access_protos/nodata - run /lib/sdp_get_access_protos/nodata - test passed /lib/sdp_get_access_protos/nodata - teardown /lib/sdp_get_access_protos/nodata - teardown complete /lib/sdp_get_access_protos/nodata - done /lib/sdp_get_access_protos/invalid_dtd1 - init /lib/sdp_get_access_protos/invalid_dtd1 - setup /lib/sdp_get_access_protos/invalid_dtd1 - setup complete /lib/sdp_get_access_protos/invalid_dtd1 - run /lib/sdp_get_access_protos/invalid_dtd1 - test passed /lib/sdp_get_access_protos/invalid_dtd1 - teardown /lib/sdp_get_access_protos/invalid_dtd1 - teardown complete /lib/sdp_get_access_protos/invalid_dtd1 - done /lib/sdp_get_access_protos/invalid_dtd2 - init /lib/sdp_get_access_protos/invalid_dtd2 - setup /lib/sdp_get_access_protos/invalid_dtd2 - setup complete /lib/sdp_get_access_protos/invalid_dtd2 - run /lib/sdp_get_access_protos/invalid_dtd2 - test passed /lib/sdp_get_access_protos/invalid_dtd2 - teardown /lib/sdp_get_access_protos/invalid_dtd2 - teardown complete /lib/sdp_get_access_protos/invalid_dtd2 - done /lib/sdp_get_lang_attr/valid - init /lib/sdp_get_lang_attr/valid - setup /lib/sdp_get_lang_attr/valid - setup complete /lib/sdp_get_lang_attr/valid - run /lib/sdp_get_lang_attr/valid - test passed /lib/sdp_get_lang_attr/valid - teardown /lib/sdp_get_lang_attr/valid - teardown complete /lib/sdp_get_lang_attr/valid - done /lib/sdp_get_lang_attr/nodata - init /lib/sdp_get_lang_attr/nodata - setup /lib/sdp_get_lang_attr/nodata - setup complete /lib/sdp_get_lang_attr/nodata - run /lib/sdp_get_lang_attr/nodata - test passed /lib/sdp_get_lang_attr/nodata - teardown /lib/sdp_get_lang_attr/nodata - teardown complete /lib/sdp_get_lang_attr/nodata - done /lib/sdp_get_lang_attr/invalid_dtd - init /lib/sdp_get_lang_attr/invalid_dtd - setup /lib/sdp_get_lang_attr/invalid_dtd - setup complete /lib/sdp_get_lang_attr/invalid_dtd - run /lib/sdp_get_lang_attr/invalid_dtd - test passed /lib/sdp_get_lang_attr/invalid_dtd - teardown /lib/sdp_get_lang_attr/invalid_dtd - teardown complete /lib/sdp_get_lang_attr/invalid_dtd - done /lib/sdp_get_profile_descs/valid - init /lib/sdp_get_profile_descs/valid - setup /lib/sdp_get_profile_descs/valid - setup complete /lib/sdp_get_profile_descs/valid - run /lib/sdp_get_profile_descs/valid - test passed /lib/sdp_get_profile_descs/valid - teardown /lib/sdp_get_profile_descs/valid - teardown complete /lib/sdp_get_profile_descs/valid - done /lib/sdp_get_profile_descs/nodata - init /lib/sdp_get_profile_descs/nodata - setup /lib/sdp_get_profile_descs/nodata - setup complete /lib/sdp_get_profile_descs/nodata - run /lib/sdp_get_profile_descs/nodata - test passed /lib/sdp_get_profile_descs/nodata - teardown /lib/sdp_get_profile_descs/nodata - teardown complete /lib/sdp_get_profile_descs/nodata - done /lib/sdp_get_profile_descs/invalid_dtd - init /lib/sdp_get_profile_descs/invalid_dtd - setup /lib/sdp_get_profile_descs/invalid_dtd - setup complete /lib/sdp_get_profile_descs/invalid_dtd - run /lib/sdp_get_profile_descs/invalid_dtd - test passed /lib/sdp_get_profile_descs/invalid_dtd - teardown /lib/sdp_get_profile_descs/invalid_dtd - teardown complete /lib/sdp_get_profile_descs/invalid_dtd - done /lib/sdp_get_profile_descs/workaround - init /lib/sdp_get_profile_descs/workaround - setup /lib/sdp_get_profile_descs/workaround - setup complete /lib/sdp_get_profile_descs/workaround - run /lib/sdp_get_profile_descs/workaround - test passed /lib/sdp_get_profile_descs/workaround - teardown /lib/sdp_get_profile_descs/workaround - teardown complete /lib/sdp_get_profile_descs/workaround - done /lib/sdp_get_server_ver - init /lib/sdp_get_server_ver - setup /lib/sdp_get_server_ver - setup complete /lib/sdp_get_server_ver - run /lib/sdp_get_server_ver - test passed /lib/sdp_get_server_ver - teardown /lib/sdp_get_server_ver - teardown complete /lib/sdp_get_server_ver - done  Test Summary ------------ /lib/ntoh64 Passed  0.000 seconds /lib/hton64 Passed  0.000 seconds /lib/sdp_get_access_protos/valid Passed  0.000 seconds /lib/sdp_get_access_protos/nodata Passed  0.000 seconds /lib/sdp_get_access_protos/invalid_dtd1 Passed  0.000 seconds /lib/sdp_get_access_protos/invalid_dtd2 Passed  0.000 seconds /lib/sdp_get_lang_attr/valid Passed  0.000 seconds /lib/sdp_get_lang_attr/nodata Passed  0.000 seconds /lib/sdp_get_lang_attr/invalid_dtd Passed  0.000 seconds /lib/sdp_get_profile_descs/valid Passed  0.000 seconds /lib/sdp_get_profile_descs/nodata Passed  0.000 seconds /lib/sdp_get_profile_descs/invalid_dtd Passed  0.000 seconds /lib/sdp_get_profile_descs/workaround Passed  0.000 seconds /lib/sdp_get_server_ver Passed  0.000 seconds Total: 14, Passed: 14 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.000497 seconds PASS: test-lib /mgmt/command/1: OK /mgmt/command/2: OK /mgmt/response/1: OK /mgmt/response/2: OK /mgmt/event/1: OK /mgmt/event/2: OK /mgmt/unregister/1: OK /mgmt/unregister/2: OK /mgmt/destroy/1: OK PASS: test-mgmt /queue/basic - init /queue/basic - setup /queue/basic - setup complete /queue/basic - run /queue/basic - test passed /queue/basic - teardown /queue/basic - teardown complete /queue/basic - done /queue/foreach_destroy - init /queue/foreach_destroy - setup /queue/foreach_destroy - setup complete /queue/foreach_destroy - run /queue/foreach_destroy - test passed /queue/foreach_destroy - teardown /queue/foreach_destroy - teardown complete /queue/foreach_destroy - done /queue/foreach_remove - init /queue/foreach_remove - setup /queue/foreach_remove - setup complete /queue/foreach_remove - run /queue/foreach_remove - test passed /queue/foreach_remove - teardown /queue/foreach_remove - teardown complete /queue/foreach_remove - done /queue/foreach_remove_all - init /queue/foreach_remove_all - setup /queue/foreach_remove_all - setup complete /queue/foreach_remove_all - run /queue/foreach_remove_all - test passed /queue/foreach_remove_all - teardown /queue/foreach_remove_all - teardown complete /queue/foreach_remove_all - done /queue/foreach_remove_backward - init /queue/foreach_remove_backward - setup /queue/foreach_remove_backward - setup complete /queue/foreach_remove_backward - run /queue/foreach_remove_backward - test passed /queue/foreach_remove_backward - teardown /queue/foreach_remove_backward - teardown complete /queue/foreach_remove_backward - done /queue/destroy_remove - init /queue/destroy_remove - setup /queue/destroy_remove - setup complete /queue/destroy_remove - run /queue/destroy_remove - test passed /queue/destroy_remove - teardown /queue/destroy_remove - teardown complete /queue/destroy_remove - done /queue/push_after - init /queue/push_after - setup /queue/push_after - setup complete /queue/push_after - run /queue/push_after - test passed /queue/push_after - teardown /queue/push_after - teardown complete /queue/push_after - done /queue/remove_all - init /queue/remove_all - setup /queue/remove_all - setup complete /queue/remove_all - run /queue/remove_all - test passed /queue/remove_all - teardown /queue/remove_all - teardown complete /queue/remove_all - done  Test Summary ------------ /queue/basic Passed  0.022 seconds /queue/foreach_destroy Passed  0.000 seconds /queue/foreach_remove Passed  0.000 seconds /queue/foreach_remove_all Passed  0.000 seconds /queue/foreach_remove_backward Passed  0.000 seconds /queue/destroy_remove Passed  0.000 seconds /queue/push_after Passed  0.000 seconds /queue/remove_all Passed  0.000 seconds Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.0219 seconds PASS: test-queue /ringbuf/power2 - init /ringbuf/power2 - setup /ringbuf/power2 - setup complete /ringbuf/power2 - run /ringbuf/power2 - test passed /ringbuf/power2 - teardown /ringbuf/power2 - teardown complete /ringbuf/power2 - done /ringbuf/alloc - init /ringbuf/alloc - setup /ringbuf/alloc - setup complete /ringbuf/alloc - run /ringbuf/alloc - test passed /ringbuf/alloc - teardown /ringbuf/alloc - teardown complete /ringbuf/alloc - done /ringbuf/printf - init /ringbuf/printf - setup /ringbuf/printf - setup complete /ringbuf/printf - run /ringbuf/printf - test passed /ringbuf/printf - teardown /ringbuf/printf - teardown complete /ringbuf/printf - done  Test Summary ------------ /ringbuf/power2 Passed  0.022 seconds /ringbuf/alloc Passed  0.001 seconds /ringbuf/printf Passed  0.012 seconds Total: 3, Passed: 3 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.0346 seconds PASS: test-ringbuf bluetoothd[17774]: Bluetooth daemon 5.50 /TP/SERVER/SS/BV-01-C/UUID-16 - init /TP/SERVER/SS/BV-01-C/UUID-16 - setup /TP/SERVER/SS/BV-01-C/UUID-16 - setup complete /TP/SERVER/SS/BV-01-C/UUID-16 - run /TP/SERVER/SS/BV-01-C/UUID-16 - test passed /TP/SERVER/SS/BV-01-C/UUID-16 - teardown /TP/SERVER/SS/BV-01-C/UUID-16 - teardown complete /TP/SERVER/SS/BV-01-C/UUID-16 - done /TP/SERVER/SS/BV-01-C/UUID-32 - init /TP/SERVER/SS/BV-01-C/UUID-32 - setup /TP/SERVER/SS/BV-01-C/UUID-32 - setup complete /TP/SERVER/SS/BV-01-C/UUID-32 - run /TP/SERVER/SS/BV-01-C/UUID-32 - test passed /TP/SERVER/SS/BV-01-C/UUID-32 - teardown /TP/SERVER/SS/BV-01-C/UUID-32 - teardown complete /TP/SERVER/SS/BV-01-C/UUID-32 - done /TP/SERVER/SS/BV-01-C/UUID-128 - init /TP/SERVER/SS/BV-01-C/UUID-128 - setup /TP/SERVER/SS/BV-01-C/UUID-128 - setup complete /TP/SERVER/SS/BV-01-C/UUID-128 - run /TP/SERVER/SS/BV-01-C/UUID-128 - test passed /TP/SERVER/SS/BV-01-C/UUID-128 - teardown /TP/SERVER/SS/BV-01-C/UUID-128 - teardown complete /TP/SERVER/SS/BV-01-C/UUID-128 - done /TP/SERVER/SS/BV-03-C/UUID-16 - init /TP/SERVER/SS/BV-03-C/UUID-16 - setup /TP/SERVER/SS/BV-03-C/UUID-16 - setup complete /TP/SERVER/SS/BV-03-C/UUID-16 - run /TP/SERVER/SS/BV-03-C/UUID-16 - test passed /TP/SERVER/SS/BV-03-C/UUID-16 - teardown /TP/SERVER/SS/BV-03-C/UUID-16 - teardown complete /TP/SERVER/SS/BV-03-C/UUID-16 - done /TP/SERVER/SS/BV-03-C/UUID-32 - init /TP/SERVER/SS/BV-03-C/UUID-32 - setup /TP/SERVER/SS/BV-03-C/UUID-32 - setup complete /TP/SERVER/SS/BV-03-C/UUID-32 - run /TP/SERVER/SS/BV-03-C/UUID-32 - test passed /TP/SERVER/SS/BV-03-C/UUID-32 - teardown /TP/SERVER/SS/BV-03-C/UUID-32 - teardown complete /TP/SERVER/SS/BV-03-C/UUID-32 - done /TP/SERVER/SS/BV-03-C/UUID-128 - init /TP/SERVER/SS/BV-03-C/UUID-128 - setup /TP/SERVER/SS/BV-03-C/UUID-128 - setup complete /TP/SERVER/SS/BV-03-C/UUID-128 - run /TP/SERVER/SS/BV-03-C/UUID-128 - test passed /TP/SERVER/SS/BV-03-C/UUID-128 - teardown /TP/SERVER/SS/BV-03-C/UUID-128 - teardown complete /TP/SERVER/SS/BV-03-C/UUID-128 - done /TP/SERVER/SS/BV-04-C/UUID-16 - init /TP/SERVER/SS/BV-04-C/UUID-16 - setup /TP/SERVER/SS/BV-04-C/UUID-16 - setup complete /TP/SERVER/SS/BV-04-C/UUID-16 - run /TP/SERVER/SS/BV-04-C/UUID-16 - test passed /TP/SERVER/SS/BV-04-C/UUID-16 - teardown /TP/SERVER/SS/BV-04-C/UUID-16 - teardown complete /TP/SERVER/SS/BV-04-C/UUID-16 - done /TP/SERVER/SS/BV-04-C/UUID-128 - init /TP/SERVER/SS/BV-04-C/UUID-128 - setup /TP/SERVER/SS/BV-04-C/UUID-128 - setup complete /TP/SERVER/SS/BV-04-C/UUID-128 - run /TP/SERVER/SS/BV-04-C/UUID-128 - test passed /TP/SERVER/SS/BV-04-C/UUID-128 - teardown /TP/SERVER/SS/BV-04-C/UUID-128 - teardown complete /TP/SERVER/SS/BV-04-C/UUID-128 - done /TP/SERVER/SS/BV-04-C/UUID-32 - init /TP/SERVER/SS/BV-04-C/UUID-32 - setup /TP/SERVER/SS/BV-04-C/UUID-32 - setup complete /TP/SERVER/SS/BV-04-C/UUID-32 - run /TP/SERVER/SS/BV-04-C/UUID-32 - test passed /TP/SERVER/SS/BV-04-C/UUID-32 - teardown /TP/SERVER/SS/BV-04-C/UUID-32 - teardown complete /TP/SERVER/SS/BV-04-C/UUID-32 - done /TP/SERVER/SS/BI-01-C/UUID-16 - init /TP/SERVER/SS/BI-01-C/UUID-16 - setup /TP/SERVER/SS/BI-01-C/UUID-16 - setup complete /TP/SERVER/SS/BI-01-C/UUID-16 - run /TP/SERVER/SS/BI-01-C/UUID-16 - test passed /TP/SERVER/SS/BI-01-C/UUID-16 - teardown /TP/SERVER/SS/BI-01-C/UUID-16 - teardown complete /TP/SERVER/SS/BI-01-C/UUID-16 - done /TP/SERVER/SS/BI-01-C/UUID-32 - init /TP/SERVER/SS/BI-01-C/UUID-32 - setup /TP/SERVER/SS/BI-01-C/UUID-32 - setup complete /TP/SERVER/SS/BI-01-C/UUID-32 - run /TP/SERVER/SS/BI-01-C/UUID-32 - test passed /TP/SERVER/SS/BI-01-C/UUID-32 - teardown /TP/SERVER/SS/BI-01-C/UUID-32 - teardown complete /TP/SERVER/SS/BI-01-C/UUID-32 - done /TP/SERVER/SS/BI-01-C/UUID-128 - init /TP/SERVER/SS/BI-01-C/UUID-128 - setup /TP/SERVER/SS/BI-01-C/UUID-128 - setup complete /TP/SERVER/SS/BI-01-C/UUID-128 - run /TP/SERVER/SS/BI-01-C/UUID-128 - test passed /TP/SERVER/SS/BI-01-C/UUID-128 - teardown /TP/SERVER/SS/BI-01-C/UUID-128 - teardown complete /TP/SERVER/SS/BI-01-C/UUID-128 - done /TP/SERVER/SS/BI-02-C/UUID-16 - init /TP/SERVER/SS/BI-02-C/UUID-16 - setup /TP/SERVER/SS/BI-02-C/UUID-16 - setup complete /TP/SERVER/SS/BI-02-C/UUID-16 - run /TP/SERVER/SS/BI-02-C/UUID-16 - test passed /TP/SERVER/SS/BI-02-C/UUID-16 - teardown /TP/SERVER/SS/BI-02-C/UUID-16 - teardown complete /TP/SERVER/SS/BI-02-C/UUID-16 - done /TP/SERVER/SS/BI-02-C/UUID-32 - init /TP/SERVER/SS/BI-02-C/UUID-32 - setup /TP/SERVER/SS/BI-02-C/UUID-32 - setup complete /TP/SERVER/SS/BI-02-C/UUID-32 - run /TP/SERVER/SS/BI-02-C/UUID-32 - test passed /TP/SERVER/SS/BI-02-C/UUID-32 - teardown /TP/SERVER/SS/BI-02-C/UUID-32 - teardown complete /TP/SERVER/SS/BI-02-C/UUID-32 - done /TP/SERVER/SS/BI-02-C/UUID-128 - init /TP/SERVER/SS/BI-02-C/UUID-128 - setup /TP/SERVER/SS/BI-02-C/UUID-128 - setup complete /TP/SERVER/SS/BI-02-C/UUID-128 - run /TP/SERVER/SS/BI-02-C/UUID-128 - test passed /TP/SERVER/SS/BI-02-C/UUID-128 - teardown /TP/SERVER/SS/BI-02-C/UUID-128 - teardown complete /TP/SERVER/SS/BI-02-C/UUID-128 - done /TP/SERVER/SA/BV-01-C - init /TP/SERVER/SA/BV-01-C - setup /TP/SERVER/SA/BV-01-C - setup complete /TP/SERVER/SA/BV-01-C - run /TP/SERVER/SA/BV-01-C - test passed /TP/SERVER/SA/BV-01-C - teardown /TP/SERVER/SA/BV-01-C - teardown complete /TP/SERVER/SA/BV-01-C - done /TP/SERVER/SA/BV-03-C - init /TP/SERVER/SA/BV-03-C - setup /TP/SERVER/SA/BV-03-C - setup complete /TP/SERVER/SA/BV-03-C - run /TP/SERVER/SA/BV-03-C - test passed /TP/SERVER/SA/BV-03-C - teardown /TP/SERVER/SA/BV-03-C - teardown complete /TP/SERVER/SA/BV-03-C - done /TP/SERVER/SA/BV-04-C - init /TP/SERVER/SA/BV-04-C - setup /TP/SERVER/SA/BV-04-C - setup complete /TP/SERVER/SA/BV-04-C - run /TP/SERVER/SA/BV-04-C - test passed /TP/SERVER/SA/BV-04-C - teardown /TP/SERVER/SA/BV-04-C - teardown complete /TP/SERVER/SA/BV-04-C - done /TP/SERVER/SA/BV-05-C - init /TP/SERVER/SA/BV-05-C - setup /TP/SERVER/SA/BV-05-C - setup complete /TP/SERVER/SA/BV-05-C - run /TP/SERVER/SA/BV-05-C - test passed /TP/SERVER/SA/BV-05-C - teardown /TP/SERVER/SA/BV-05-C - teardown complete /TP/SERVER/SA/BV-05-C - done /TP/SERVER/SA/BV-06-C - init /TP/SERVER/SA/BV-06-C - setup /TP/SERVER/SA/BV-06-C - setup complete /TP/SERVER/SA/BV-06-C - run /TP/SERVER/SA/BV-06-C - test passed /TP/SERVER/SA/BV-06-C - teardown /TP/SERVER/SA/BV-06-C - teardown complete /TP/SERVER/SA/BV-06-C - done /TP/SERVER/SA/BV-07-C - init /TP/SERVER/SA/BV-07-C - setup /TP/SERVER/SA/BV-07-C - setup complete /TP/SERVER/SA/BV-07-C - run /TP/SERVER/SA/BV-07-C - test passed /TP/SERVER/SA/BV-07-C - teardown /TP/SERVER/SA/BV-07-C - teardown complete /TP/SERVER/SA/BV-07-C - done /TP/SERVER/SA/BV-08-C - init /TP/SERVER/SA/BV-08-C - setup /TP/SERVER/SA/BV-08-C - setup complete /TP/SERVER/SA/BV-08-C - run /TP/SERVER/SA/BV-08-C - test passed /TP/SERVER/SA/BV-08-C - teardown /TP/SERVER/SA/BV-08-C - teardown complete /TP/SERVER/SA/BV-08-C - done /TP/SERVER/SA/BV-09-C - init /TP/SERVER/SA/BV-09-C - setup /TP/SERVER/SA/BV-09-C - setup complete /TP/SERVER/SA/BV-09-C - run /TP/SERVER/SA/BV-09-C - test passed /TP/SERVER/SA/BV-09-C - teardown /TP/SERVER/SA/BV-09-C - teardown complete /TP/SERVER/SA/BV-09-C - done /TP/SERVER/SA/BV-10-C - init /TP/SERVER/SA/BV-10-C - setup /TP/SERVER/SA/BV-10-C - setup complete /TP/SERVER/SA/BV-10-C - run /TP/SERVER/SA/BV-10-C - test passed /TP/SERVER/SA/BV-10-C - teardown /TP/SERVER/SA/BV-10-C - teardown complete /TP/SERVER/SA/BV-10-C - done /TP/SERVER/SA/BV-11-C - init /TP/SERVER/SA/BV-11-C - setup /TP/SERVER/SA/BV-11-C - setup complete /TP/SERVER/SA/BV-11-C - run /TP/SERVER/SA/BV-11-C - test passed /TP/SERVER/SA/BV-11-C - teardown /TP/SERVER/SA/BV-11-C - teardown complete /TP/SERVER/SA/BV-11-C - done /TP/SERVER/SA/BV-12-C - init /TP/SERVER/SA/BV-12-C - setup /TP/SERVER/SA/BV-12-C - setup complete /TP/SERVER/SA/BV-12-C - run /TP/SERVER/SA/BV-12-C - test passed /TP/SERVER/SA/BV-12-C - teardown /TP/SERVER/SA/BV-12-C - teardown complete /TP/SERVER/SA/BV-12-C - done /TP/SERVER/SA/BV-13-C - init /TP/SERVER/SA/BV-13-C - setup /TP/SERVER/SA/BV-13-C - setup complete /TP/SERVER/SA/BV-13-C - run /TP/SERVER/SA/BV-13-C - test passed /TP/SERVER/SA/BV-13-C - teardown /TP/SERVER/SA/BV-13-C - teardown complete /TP/SERVER/SA/BV-13-C - done /TP/SERVER/SA/BV-14-C - init /TP/SERVER/SA/BV-14-C - setup /TP/SERVER/SA/BV-14-C - setup complete /TP/SERVER/SA/BV-14-C - run /TP/SERVER/SA/BV-14-C - test passed /TP/SERVER/SA/BV-14-C - teardown /TP/SERVER/SA/BV-14-C - teardown complete /TP/SERVER/SA/BV-14-C - done /TP/SERVER/SA/BV-15-C - init /TP/SERVER/SA/BV-15-C - setup /TP/SERVER/SA/BV-15-C - setup complete /TP/SERVER/SA/BV-15-C - run /TP/SERVER/SA/BV-15-C - test passed /TP/SERVER/SA/BV-15-C - teardown /TP/SERVER/SA/BV-15-C - teardown complete /TP/SERVER/SA/BV-15-C - done /TP/SERVER/SA/BV-16-C - init /TP/SERVER/SA/BV-16-C - setup /TP/SERVER/SA/BV-16-C - setup complete /TP/SERVER/SA/BV-16-C - run /TP/SERVER/SA/BV-16-C - test passed /TP/SERVER/SA/BV-16-C - teardown /TP/SERVER/SA/BV-16-C - teardown complete /TP/SERVER/SA/BV-16-C - done /TP/SERVER/SA/BV-17-C - init /TP/SERVER/SA/BV-17-C - setup /TP/SERVER/SA/BV-17-C - setup complete /TP/SERVER/SA/BV-17-C - run /TP/SERVER/SA/BV-17-C - test passed /TP/SERVER/SA/BV-17-C - teardown /TP/SERVER/SA/BV-17-C - teardown complete /TP/SERVER/SA/BV-17-C - done /TP/SERVER/SA/BV-18-C - init /TP/SERVER/SA/BV-18-C - setup /TP/SERVER/SA/BV-18-C - setup complete /TP/SERVER/SA/BV-18-C - run /TP/SERVER/SA/BV-18-C - test passed /TP/SERVER/SA/BV-18-C - teardown /TP/SERVER/SA/BV-18-C - teardown complete /TP/SERVER/SA/BV-18-C - done /TP/SERVER/SA/BV-19-C - init /TP/SERVER/SA/BV-19-C - setup /TP/SERVER/SA/BV-19-C - setup complete /TP/SERVER/SA/BV-19-C - run /TP/SERVER/SA/BV-19-C - test passed /TP/SERVER/SA/BV-19-C - teardown /TP/SERVER/SA/BV-19-C - teardown complete /TP/SERVER/SA/BV-19-C - done /TP/SERVER/SA/BV-20-C - init /TP/SERVER/SA/BV-20-C - setup /TP/SERVER/SA/BV-20-C - setup complete /TP/SERVER/SA/BV-20-C - run /TP/SERVER/SA/BV-20-C - test passed /TP/SERVER/SA/BV-20-C - teardown /TP/SERVER/SA/BV-20-C - teardown complete /TP/SERVER/SA/BV-20-C - done /TP/SERVER/SA/BV-21-C - init /TP/SERVER/SA/BV-21-C - setup /TP/SERVER/SA/BV-21-C - setup complete /TP/SERVER/SA/BV-21-C - run /TP/SERVER/SA/BV-21-C - test passed /TP/SERVER/SA/BV-21-C - teardown /TP/SERVER/SA/BV-21-C - teardown complete /TP/SERVER/SA/BV-21-C - done /TP/SERVER/SA/BI-01-C - init /TP/SERVER/SA/BI-01-C - setup /TP/SERVER/SA/BI-01-C - setup complete /TP/SERVER/SA/BI-01-C - run /TP/SERVER/SA/BI-01-C - test passed /TP/SERVER/SA/BI-01-C - teardown /TP/SERVER/SA/BI-01-C - teardown complete /TP/SERVER/SA/BI-01-C - done /TP/SERVER/SA/BI-02-C - init /TP/SERVER/SA/BI-02-C - setup /TP/SERVER/SA/BI-02-C - setup complete /TP/SERVER/SA/BI-02-C - run /TP/SERVER/SA/BI-02-C - test passed /TP/SERVER/SA/BI-02-C - teardown /TP/SERVER/SA/BI-02-C - teardown complete /TP/SERVER/SA/BI-02-C - done /TP/SERVER/SA/BI-03-C - init /TP/SERVER/SA/BI-03-C - setup /TP/SERVER/SA/BI-03-C - setup complete /TP/SERVER/SA/BI-03-C - run /TP/SERVER/SA/BI-03-C - test passed /TP/SERVER/SA/BI-03-C - teardown /TP/SERVER/SA/BI-03-C - teardown complete /TP/SERVER/SA/BI-03-C - done /TP/SERVER/SSA/BV-01-C/UUID-16 - init /TP/SERVER/SSA/BV-01-C/UUID-16 - setup /TP/SERVER/SSA/BV-01-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-01-C/UUID-16 - run /TP/SERVER/SSA/BV-01-C/UUID-16 - test passed /TP/SERVER/SSA/BV-01-C/UUID-16 - teardown /TP/SERVER/SSA/BV-01-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-01-C/UUID-16 - done /TP/SERVER/SSA/BV-01-C/UUID-32 - init /TP/SERVER/SSA/BV-01-C/UUID-32 - setup /TP/SERVER/SSA/BV-01-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-01-C/UUID-32 - run /TP/SERVER/SSA/BV-01-C/UUID-32 - test passed /TP/SERVER/SSA/BV-01-C/UUID-32 - teardown /TP/SERVER/SSA/BV-01-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-01-C/UUID-32 - done /TP/SERVER/SSA/BV-01-C/UUID-128 - init /TP/SERVER/SSA/BV-01-C/UUID-128 - setup /TP/SERVER/SSA/BV-01-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-01-C/UUID-128 - run /TP/SERVER/SSA/BV-01-C/UUID-128 - test passed /TP/SERVER/SSA/BV-01-C/UUID-128 - teardown /TP/SERVER/SSA/BV-01-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-01-C/UUID-128 - done /TP/SERVER/SSA/BV-02-C/UUID-16 - init /TP/SERVER/SSA/BV-02-C/UUID-16 - setup /TP/SERVER/SSA/BV-02-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-02-C/UUID-16 - run /TP/SERVER/SSA/BV-02-C/UUID-16 - test passed /TP/SERVER/SSA/BV-02-C/UUID-16 - teardown /TP/SERVER/SSA/BV-02-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-02-C/UUID-16 - done /TP/SERVER/SSA/BV-02-C/UUID-32 - init /TP/SERVER/SSA/BV-02-C/UUID-32 - setup /TP/SERVER/SSA/BV-02-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-02-C/UUID-32 - run /TP/SERVER/SSA/BV-02-C/UUID-32 - test passed /TP/SERVER/SSA/BV-02-C/UUID-32 - teardown /TP/SERVER/SSA/BV-02-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-02-C/UUID-32 - done /TP/SERVER/SSA/BV-02-C/UUID-128 - init /TP/SERVER/SSA/BV-02-C/UUID-128 - setup /TP/SERVER/SSA/BV-02-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-02-C/UUID-128 - run /TP/SERVER/SSA/BV-02-C/UUID-128 - test passed /TP/SERVER/SSA/BV-02-C/UUID-128 - teardown /TP/SERVER/SSA/BV-02-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-02-C/UUID-128 - done /TP/SERVER/SSA/BV-03-C/UUID-16 - init /TP/SERVER/SSA/BV-03-C/UUID-16 - setup /TP/SERVER/SSA/BV-03-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-03-C/UUID-16 - run /TP/SERVER/SSA/BV-03-C/UUID-16 - test passed /TP/SERVER/SSA/BV-03-C/UUID-16 - teardown /TP/SERVER/SSA/BV-03-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-03-C/UUID-16 - done /TP/SERVER/SSA/BV-03-C/UUID-32 - init /TP/SERVER/SSA/BV-03-C/UUID-32 - setup /TP/SERVER/SSA/BV-03-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-03-C/UUID-32 - run /TP/SERVER/SSA/BV-03-C/UUID-32 - test passed /TP/SERVER/SSA/BV-03-C/UUID-32 - teardown /TP/SERVER/SSA/BV-03-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-03-C/UUID-32 - done /TP/SERVER/SSA/BV-03-C/UUID-128 - init /TP/SERVER/SSA/BV-03-C/UUID-128 - setup /TP/SERVER/SSA/BV-03-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-03-C/UUID-128 - run /TP/SERVER/SSA/BV-03-C/UUID-128 - test passed /TP/SERVER/SSA/BV-03-C/UUID-128 - teardown /TP/SERVER/SSA/BV-03-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-03-C/UUID-128 - done /TP/SERVER/SSA/BV-04-C/UUID-16 - init /TP/SERVER/SSA/BV-04-C/UUID-16 - setup /TP/SERVER/SSA/BV-04-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-04-C/UUID-16 - run /TP/SERVER/SSA/BV-04-C/UUID-16 - test passed /TP/SERVER/SSA/BV-04-C/UUID-16 - teardown /TP/SERVER/SSA/BV-04-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-04-C/UUID-16 - done /TP/SERVER/SSA/BV-04-C/UUID-32 - init /TP/SERVER/SSA/BV-04-C/UUID-32 - setup /TP/SERVER/SSA/BV-04-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-04-C/UUID-32 - run /TP/SERVER/SSA/BV-04-C/UUID-32 - test passed /TP/SERVER/SSA/BV-04-C/UUID-32 - teardown /TP/SERVER/SSA/BV-04-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-04-C/UUID-32 - done /TP/SERVER/SSA/BV-04-C/UUID-128 - init /TP/SERVER/SSA/BV-04-C/UUID-128 - setup /TP/SERVER/SSA/BV-04-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-04-C/UUID-128 - run /TP/SERVER/SSA/BV-04-C/UUID-128 - test passed /TP/SERVER/SSA/BV-04-C/UUID-128 - teardown /TP/SERVER/SSA/BV-04-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-04-C/UUID-128 - done /TP/SERVER/SSA/BV-06-C/UUID-16 - init /TP/SERVER/SSA/BV-06-C/UUID-16 - setup /TP/SERVER/SSA/BV-06-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-06-C/UUID-16 - run /TP/SERVER/SSA/BV-06-C/UUID-16 - test passed /TP/SERVER/SSA/BV-06-C/UUID-16 - teardown /TP/SERVER/SSA/BV-06-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-06-C/UUID-16 - done /TP/SERVER/SSA/BV-06-C/UUID-32 - init /TP/SERVER/SSA/BV-06-C/UUID-32 - setup /TP/SERVER/SSA/BV-06-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-06-C/UUID-32 - run /TP/SERVER/SSA/BV-06-C/UUID-32 - test passed /TP/SERVER/SSA/BV-06-C/UUID-32 - teardown /TP/SERVER/SSA/BV-06-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-06-C/UUID-32 - done /TP/SERVER/SSA/BV-06-C/UUID-128 - init /TP/SERVER/SSA/BV-06-C/UUID-128 - setup /TP/SERVER/SSA/BV-06-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-06-C/UUID-128 - run /TP/SERVER/SSA/BV-06-C/UUID-128 - test passed /TP/SERVER/SSA/BV-06-C/UUID-128 - teardown /TP/SERVER/SSA/BV-06-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-06-C/UUID-128 - done /TP/SERVER/SSA/BV-07-C/UUID-16 - init /TP/SERVER/SSA/BV-07-C/UUID-16 - setup /TP/SERVER/SSA/BV-07-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-07-C/UUID-16 - run /TP/SERVER/SSA/BV-07-C/UUID-16 - test passed /TP/SERVER/SSA/BV-07-C/UUID-16 - teardown /TP/SERVER/SSA/BV-07-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-07-C/UUID-16 - done /TP/SERVER/SSA/BV-07-C/UUID-32 - init /TP/SERVER/SSA/BV-07-C/UUID-32 - setup /TP/SERVER/SSA/BV-07-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-07-C/UUID-32 - run /TP/SERVER/SSA/BV-07-C/UUID-32 - test passed /TP/SERVER/SSA/BV-07-C/UUID-32 - teardown /TP/SERVER/SSA/BV-07-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-07-C/UUID-32 - done /TP/SERVER/SSA/BV-07-C/UUID-128 - init /TP/SERVER/SSA/BV-07-C/UUID-128 - setup /TP/SERVER/SSA/BV-07-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-07-C/UUID-128 - run /TP/SERVER/SSA/BV-07-C/UUID-128 - test passed /TP/SERVER/SSA/BV-07-C/UUID-128 - teardown /TP/SERVER/SSA/BV-07-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-07-C/UUID-128 - done /TP/SERVER/SSA/BV-08-C/UUID-16 - init /TP/SERVER/SSA/BV-08-C/UUID-16 - setup /TP/SERVER/SSA/BV-08-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-08-C/UUID-16 - run /TP/SERVER/SSA/BV-08-C/UUID-16 - test passed /TP/SERVER/SSA/BV-08-C/UUID-16 - teardown /TP/SERVER/SSA/BV-08-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-08-C/UUID-16 - done /TP/SERVER/SSA/BV-08-C/UUID-32 - init /TP/SERVER/SSA/BV-08-C/UUID-32 - setup /TP/SERVER/SSA/BV-08-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-08-C/UUID-32 - run /TP/SERVER/SSA/BV-08-C/UUID-32 - test passed /TP/SERVER/SSA/BV-08-C/UUID-32 - teardown /TP/SERVER/SSA/BV-08-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-08-C/UUID-32 - done /TP/SERVER/SSA/BV-08-C/UUID-128 - init /TP/SERVER/SSA/BV-08-C/UUID-128 - setup /TP/SERVER/SSA/BV-08-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-08-C/UUID-128 - run /TP/SERVER/SSA/BV-08-C/UUID-128 - test passed /TP/SERVER/SSA/BV-08-C/UUID-128 - teardown /TP/SERVER/SSA/BV-08-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-08-C/UUID-128 - done /TP/SERVER/SSA/BV-09-C/UUID-16 - init /TP/SERVER/SSA/BV-09-C/UUID-16 - setup /TP/SERVER/SSA/BV-09-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-09-C/UUID-16 - run /TP/SERVER/SSA/BV-09-C/UUID-16 - test passed /TP/SERVER/SSA/BV-09-C/UUID-16 - teardown /TP/SERVER/SSA/BV-09-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-09-C/UUID-16 - done /TP/SERVER/SSA/BV-09-C/UUID-32 - init /TP/SERVER/SSA/BV-09-C/UUID-32 - setup /TP/SERVER/SSA/BV-09-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-09-C/UUID-32 - run /TP/SERVER/SSA/BV-09-C/UUID-32 - test passed /TP/SERVER/SSA/BV-09-C/UUID-32 - teardown /TP/SERVER/SSA/BV-09-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-09-C/UUID-32 - done /TP/SERVER/SSA/BV-09-C/UUID-128 - init /TP/SERVER/SSA/BV-09-C/UUID-128 - setup /TP/SERVER/SSA/BV-09-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-09-C/UUID-128 - run /TP/SERVER/SSA/BV-09-C/UUID-128 - test passed /TP/SERVER/SSA/BV-09-C/UUID-128 - teardown /TP/SERVER/SSA/BV-09-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-09-C/UUID-128 - done /TP/SERVER/SSA/BV-10-C/UUID-16 - init /TP/SERVER/SSA/BV-10-C/UUID-16 - setup /TP/SERVER/SSA/BV-10-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-10-C/UUID-16 - run /TP/SERVER/SSA/BV-10-C/UUID-16 - test passed /TP/SERVER/SSA/BV-10-C/UUID-16 - teardown /TP/SERVER/SSA/BV-10-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-10-C/UUID-16 - done /TP/SERVER/SSA/BV-10-C/UUID-32 - init /TP/SERVER/SSA/BV-10-C/UUID-32 - setup /TP/SERVER/SSA/BV-10-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-10-C/UUID-32 - run /TP/SERVER/SSA/BV-10-C/UUID-32 - test passed /TP/SERVER/SSA/BV-10-C/UUID-32 - teardown /TP/SERVER/SSA/BV-10-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-10-C/UUID-32 - done /TP/SERVER/SSA/BV-10-C/UUID-128 - init /TP/SERVER/SSA/BV-10-C/UUID-128 - setup /TP/SERVER/SSA/BV-10-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-10-C/UUID-128 - run /TP/SERVER/SSA/BV-10-C/UUID-128 - test passed /TP/SERVER/SSA/BV-10-C/UUID-128 - teardown /TP/SERVER/SSA/BV-10-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-10-C/UUID-128 - done /TP/SERVER/SSA/BV-11-C/UUID-16 - init /TP/SERVER/SSA/BV-11-C/UUID-16 - setup /TP/SERVER/SSA/BV-11-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-11-C/UUID-16 - run /TP/SERVER/SSA/BV-11-C/UUID-16 - test passed /TP/SERVER/SSA/BV-11-C/UUID-16 - teardown /TP/SERVER/SSA/BV-11-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-11-C/UUID-16 - done /TP/SERVER/SSA/BV-11-C/UUID-32 - init /TP/SERVER/SSA/BV-11-C/UUID-32 - setup /TP/SERVER/SSA/BV-11-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-11-C/UUID-32 - run /TP/SERVER/SSA/BV-11-C/UUID-32 - test passed /TP/SERVER/SSA/BV-11-C/UUID-32 - teardown /TP/SERVER/SSA/BV-11-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-11-C/UUID-32 - done /TP/SERVER/SSA/BV-11-C/UUID-128 - init /TP/SERVER/SSA/BV-11-C/UUID-128 - setup /TP/SERVER/SSA/BV-11-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-11-C/UUID-128 - run /TP/SERVER/SSA/BV-11-C/UUID-128 - test passed /TP/SERVER/SSA/BV-11-C/UUID-128 - teardown /TP/SERVER/SSA/BV-11-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-11-C/UUID-128 - done /TP/SERVER/SSA/BV-12-C/UUID-16 - init /TP/SERVER/SSA/BV-12-C/UUID-16 - setup /TP/SERVER/SSA/BV-12-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-12-C/UUID-16 - run /TP/SERVER/SSA/BV-12-C/UUID-16 - test passed /TP/SERVER/SSA/BV-12-C/UUID-16 - teardown /TP/SERVER/SSA/BV-12-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-12-C/UUID-16 - done /TP/SERVER/SSA/BV-12-C/UUID-32 - init /TP/SERVER/SSA/BV-12-C/UUID-32 - setup /TP/SERVER/SSA/BV-12-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-12-C/UUID-32 - run /TP/SERVER/SSA/BV-12-C/UUID-32 - test passed /TP/SERVER/SSA/BV-12-C/UUID-32 - teardown /TP/SERVER/SSA/BV-12-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-12-C/UUID-32 - done /TP/SERVER/SSA/BV-12-C/UUID-128 - init /TP/SERVER/SSA/BV-12-C/UUID-128 - setup /TP/SERVER/SSA/BV-12-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-12-C/UUID-128 - run /TP/SERVER/SSA/BV-12-C/UUID-128 - test passed /TP/SERVER/SSA/BV-12-C/UUID-128 - teardown /TP/SERVER/SSA/BV-12-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-12-C/UUID-128 - done /TP/SERVER/SSA/BV-13-C/UUID-16 - init /TP/SERVER/SSA/BV-13-C/UUID-16 - setup /TP/SERVER/SSA/BV-13-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-13-C/UUID-16 - run /TP/SERVER/SSA/BV-13-C/UUID-16 - test passed /TP/SERVER/SSA/BV-13-C/UUID-16 - teardown /TP/SERVER/SSA/BV-13-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-13-C/UUID-16 - done /TP/SERVER/SSA/BV-13-C/UUID-32 - init /TP/SERVER/SSA/BV-13-C/UUID-32 - setup /TP/SERVER/SSA/BV-13-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-13-C/UUID-32 - run /TP/SERVER/SSA/BV-13-C/UUID-32 - test passed /TP/SERVER/SSA/BV-13-C/UUID-32 - teardown /TP/SERVER/SSA/BV-13-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-13-C/UUID-32 - done /TP/SERVER/SSA/BV-13-C/UUID-128 - init /TP/SERVER/SSA/BV-13-C/UUID-128 - setup /TP/SERVER/SSA/BV-13-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-13-C/UUID-128 - run /TP/SERVER/SSA/BV-13-C/UUID-128 - test passed /TP/SERVER/SSA/BV-13-C/UUID-128 - teardown /TP/SERVER/SSA/BV-13-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-13-C/UUID-128 - done /TP/SERVER/SSA/BV-14-C/UUID-16 - init /TP/SERVER/SSA/BV-14-C/UUID-16 - setup /TP/SERVER/SSA/BV-14-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-14-C/UUID-16 - run /TP/SERVER/SSA/BV-14-C/UUID-16 - test passed /TP/SERVER/SSA/BV-14-C/UUID-16 - teardown /TP/SERVER/SSA/BV-14-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-14-C/UUID-16 - done /TP/SERVER/SSA/BV-14-C/UUID-32 - init /TP/SERVER/SSA/BV-14-C/UUID-32 - setup /TP/SERVER/SSA/BV-14-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-14-C/UUID-32 - run /TP/SERVER/SSA/BV-14-C/UUID-32 - test passed /TP/SERVER/SSA/BV-14-C/UUID-32 - teardown /TP/SERVER/SSA/BV-14-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-14-C/UUID-32 - done /TP/SERVER/SSA/BV-14-C/UUID-128 - init /TP/SERVER/SSA/BV-14-C/UUID-128 - setup /TP/SERVER/SSA/BV-14-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-14-C/UUID-128 - run /TP/SERVER/SSA/BV-14-C/UUID-128 - test passed /TP/SERVER/SSA/BV-14-C/UUID-128 - teardown /TP/SERVER/SSA/BV-14-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-14-C/UUID-128 - done /TP/SERVER/SSA/BV-15-C/UUID-16 - init /TP/SERVER/SSA/BV-15-C/UUID-16 - setup /TP/SERVER/SSA/BV-15-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-15-C/UUID-16 - run /TP/SERVER/SSA/BV-15-C/UUID-16 - test passed /TP/SERVER/SSA/BV-15-C/UUID-16 - teardown /TP/SERVER/SSA/BV-15-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-15-C/UUID-16 - done /TP/SERVER/SSA/BV-15-C/UUID-32 - init /TP/SERVER/SSA/BV-15-C/UUID-32 - setup /TP/SERVER/SSA/BV-15-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-15-C/UUID-32 - run /TP/SERVER/SSA/BV-15-C/UUID-32 - test passed /TP/SERVER/SSA/BV-15-C/UUID-32 - teardown /TP/SERVER/SSA/BV-15-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-15-C/UUID-32 - done /TP/SERVER/SSA/BV-15-C/UUID-128 - init /TP/SERVER/SSA/BV-15-C/UUID-128 - setup /TP/SERVER/SSA/BV-15-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-15-C/UUID-128 - run /TP/SERVER/SSA/BV-15-C/UUID-128 - test passed /TP/SERVER/SSA/BV-15-C/UUID-128 - teardown /TP/SERVER/SSA/BV-15-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-15-C/UUID-128 - done /TP/SERVER/SSA/BV-16-C/UUID-16 - init /TP/SERVER/SSA/BV-16-C/UUID-16 - setup /TP/SERVER/SSA/BV-16-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-16-C/UUID-16 - run /TP/SERVER/SSA/BV-16-C/UUID-16 - test passed /TP/SERVER/SSA/BV-16-C/UUID-16 - teardown /TP/SERVER/SSA/BV-16-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-16-C/UUID-16 - done /TP/SERVER/SSA/BV-16-C/UUID-32 - init /TP/SERVER/SSA/BV-16-C/UUID-32 - setup /TP/SERVER/SSA/BV-16-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-16-C/UUID-32 - run /TP/SERVER/SSA/BV-16-C/UUID-32 - test passed /TP/SERVER/SSA/BV-16-C/UUID-32 - teardown /TP/SERVER/SSA/BV-16-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-16-C/UUID-32 - done /TP/SERVER/SSA/BV-16-C/UUID-128 - init /TP/SERVER/SSA/BV-16-C/UUID-128 - setup /TP/SERVER/SSA/BV-16-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-16-C/UUID-128 - run /TP/SERVER/SSA/BV-16-C/UUID-128 - test passed /TP/SERVER/SSA/BV-16-C/UUID-128 - teardown /TP/SERVER/SSA/BV-16-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-16-C/UUID-128 - done /TP/SERVER/SSA/BV-17-C/UUID-16 - init /TP/SERVER/SSA/BV-17-C/UUID-16 - setup /TP/SERVER/SSA/BV-17-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-17-C/UUID-16 - run /TP/SERVER/SSA/BV-17-C/UUID-16 - test passed /TP/SERVER/SSA/BV-17-C/UUID-16 - teardown /TP/SERVER/SSA/BV-17-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-17-C/UUID-16 - done /TP/SERVER/SSA/BV-17-C/UUID-32 - init /TP/SERVER/SSA/BV-17-C/UUID-32 - setup /TP/SERVER/SSA/BV-17-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-17-C/UUID-32 - run /TP/SERVER/SSA/BV-17-C/UUID-32 - test passed /TP/SERVER/SSA/BV-17-C/UUID-32 - teardown /TP/SERVER/SSA/BV-17-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-17-C/UUID-32 - done /TP/SERVER/SSA/BV-17-C/UUID-128 - init /TP/SERVER/SSA/BV-17-C/UUID-128 - setup /TP/SERVER/SSA/BV-17-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-17-C/UUID-128 - run /TP/SERVER/SSA/BV-17-C/UUID-128 - test passed /TP/SERVER/SSA/BV-17-C/UUID-128 - teardown /TP/SERVER/SSA/BV-17-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-17-C/UUID-128 - done /TP/SERVER/SSA/BV-18-C/UUID-16 - init /TP/SERVER/SSA/BV-18-C/UUID-16 - setup /TP/SERVER/SSA/BV-18-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-18-C/UUID-16 - run /TP/SERVER/SSA/BV-18-C/UUID-16 - test passed /TP/SERVER/SSA/BV-18-C/UUID-16 - teardown /TP/SERVER/SSA/BV-18-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-18-C/UUID-16 - done /TP/SERVER/SSA/BV-18-C/UUID-32 - init /TP/SERVER/SSA/BV-18-C/UUID-32 - setup /TP/SERVER/SSA/BV-18-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-18-C/UUID-32 - run /TP/SERVER/SSA/BV-18-C/UUID-32 - test passed /TP/SERVER/SSA/BV-18-C/UUID-32 - teardown /TP/SERVER/SSA/BV-18-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-18-C/UUID-32 - done /TP/SERVER/SSA/BV-18-C/UUID-128 - init /TP/SERVER/SSA/BV-18-C/UUID-128 - setup /TP/SERVER/SSA/BV-18-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-18-C/UUID-128 - run /TP/SERVER/SSA/BV-18-C/UUID-128 - test passed /TP/SERVER/SSA/BV-18-C/UUID-128 - teardown /TP/SERVER/SSA/BV-18-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-18-C/UUID-128 - done /TP/SERVER/SSA/BV-19-C/UUID-16 - init /TP/SERVER/SSA/BV-19-C/UUID-16 - setup /TP/SERVER/SSA/BV-19-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-19-C/UUID-16 - run /TP/SERVER/SSA/BV-19-C/UUID-16 - test passed /TP/SERVER/SSA/BV-19-C/UUID-16 - teardown /TP/SERVER/SSA/BV-19-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-19-C/UUID-16 - done /TP/SERVER/SSA/BV-19-C/UUID-32 - init /TP/SERVER/SSA/BV-19-C/UUID-32 - setup /TP/SERVER/SSA/BV-19-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-19-C/UUID-32 - run /TP/SERVER/SSA/BV-19-C/UUID-32 - test passed /TP/SERVER/SSA/BV-19-C/UUID-32 - teardown /TP/SERVER/SSA/BV-19-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-19-C/UUID-32 - done /TP/SERVER/SSA/BV-19-C/UUID-128 - init /TP/SERVER/SSA/BV-19-C/UUID-128 - setup /TP/SERVER/SSA/BV-19-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-19-C/UUID-128 - run /TP/SERVER/SSA/BV-19-C/UUID-128 - test passed /TP/SERVER/SSA/BV-19-C/UUID-128 - teardown /TP/SERVER/SSA/BV-19-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-19-C/UUID-128 - done /TP/SERVER/SSA/BV-20-C/UUID-16 - init /TP/SERVER/SSA/BV-20-C/UUID-16 - setup /TP/SERVER/SSA/BV-20-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-20-C/UUID-16 - run /TP/SERVER/SSA/BV-20-C/UUID-16 - test passed /TP/SERVER/SSA/BV-20-C/UUID-16 - teardown /TP/SERVER/SSA/BV-20-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-20-C/UUID-16 - done /TP/SERVER/SSA/BV-20-C/UUID-32 - init /TP/SERVER/SSA/BV-20-C/UUID-32 - setup /TP/SERVER/SSA/BV-20-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-20-C/UUID-32 - run /TP/SERVER/SSA/BV-20-C/UUID-32 - test passed /TP/SERVER/SSA/BV-20-C/UUID-32 - teardown /TP/SERVER/SSA/BV-20-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-20-C/UUID-32 - done /TP/SERVER/SSA/BV-20-C/UUID-128 - init /TP/SERVER/SSA/BV-20-C/UUID-128 - setup /TP/SERVER/SSA/BV-20-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-20-C/UUID-128 - run /TP/SERVER/SSA/BV-20-C/UUID-128 - test passed /TP/SERVER/SSA/BV-20-C/UUID-128 - teardown /TP/SERVER/SSA/BV-20-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-20-C/UUID-128 - done /TP/SERVER/SSA/BV-21-C/UUID-16 - init /TP/SERVER/SSA/BV-21-C/UUID-16 - setup /TP/SERVER/SSA/BV-21-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-21-C/UUID-16 - run /TP/SERVER/SSA/BV-21-C/UUID-16 - test passed /TP/SERVER/SSA/BV-21-C/UUID-16 - teardown /TP/SERVER/SSA/BV-21-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-21-C/UUID-16 - done /TP/SERVER/SSA/BV-21-C/UUID-32 - init /TP/SERVER/SSA/BV-21-C/UUID-32 - setup /TP/SERVER/SSA/BV-21-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-21-C/UUID-32 - run /TP/SERVER/SSA/BV-21-C/UUID-32 - test passed /TP/SERVER/SSA/BV-21-C/UUID-32 - teardown /TP/SERVER/SSA/BV-21-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-21-C/UUID-32 - done /TP/SERVER/SSA/BV-21-C/UUID-128 - init /TP/SERVER/SSA/BV-21-C/UUID-128 - setup /TP/SERVER/SSA/BV-21-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-21-C/UUID-128 - run /TP/SERVER/SSA/BV-21-C/UUID-128 - test passed /TP/SERVER/SSA/BV-21-C/UUID-128 - teardown /TP/SERVER/SSA/BV-21-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-21-C/UUID-128 - done /TP/SERVER/SSA/BV-22-C/UUID-16 - init /TP/SERVER/SSA/BV-22-C/UUID-16 - setup /TP/SERVER/SSA/BV-22-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-22-C/UUID-16 - run /TP/SERVER/SSA/BV-22-C/UUID-16 - test passed /TP/SERVER/SSA/BV-22-C/UUID-16 - teardown /TP/SERVER/SSA/BV-22-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-22-C/UUID-16 - done /TP/SERVER/SSA/BV-22-C/UUID-32 - init /TP/SERVER/SSA/BV-22-C/UUID-32 - setup /TP/SERVER/SSA/BV-22-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-22-C/UUID-32 - run /TP/SERVER/SSA/BV-22-C/UUID-32 - test passed /TP/SERVER/SSA/BV-22-C/UUID-32 - teardown /TP/SERVER/SSA/BV-22-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-22-C/UUID-32 - done /TP/SERVER/SSA/BV-22-C/UUID-128 - init /TP/SERVER/SSA/BV-22-C/UUID-128 - setup /TP/SERVER/SSA/BV-22-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-22-C/UUID-128 - run /TP/SERVER/SSA/BV-22-C/UUID-128 - test passed /TP/SERVER/SSA/BV-22-C/UUID-128 - teardown /TP/SERVER/SSA/BV-22-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-22-C/UUID-128 - done /TP/SERVER/SSA/BV-23-C/UUID-16 - init /TP/SERVER/SSA/BV-23-C/UUID-16 - setup /TP/SERVER/SSA/BV-23-C/UUID-16 - setup complete /TP/SERVER/SSA/BV-23-C/UUID-16 - run /TP/SERVER/SSA/BV-23-C/UUID-16 - test passed /TP/SERVER/SSA/BV-23-C/UUID-16 - teardown /TP/SERVER/SSA/BV-23-C/UUID-16 - teardown complete /TP/SERVER/SSA/BV-23-C/UUID-16 - done /TP/SERVER/SSA/BV-23-C/UUID-32 - init /TP/SERVER/SSA/BV-23-C/UUID-32 - setup /TP/SERVER/SSA/BV-23-C/UUID-32 - setup complete /TP/SERVER/SSA/BV-23-C/UUID-32 - run /TP/SERVER/SSA/BV-23-C/UUID-32 - test passed /TP/SERVER/SSA/BV-23-C/UUID-32 - teardown /TP/SERVER/SSA/BV-23-C/UUID-32 - teardown complete /TP/SERVER/SSA/BV-23-C/UUID-32 - done /TP/SERVER/SSA/BV-23-C/UUID-128 - init /TP/SERVER/SSA/BV-23-C/UUID-128 - setup /TP/SERVER/SSA/BV-23-C/UUID-128 - setup complete /TP/SERVER/SSA/BV-23-C/UUID-128 - run /TP/SERVER/SSA/BV-23-C/UUID-128 - test passed /TP/SERVER/SSA/BV-23-C/UUID-128 - teardown /TP/SERVER/SSA/BV-23-C/UUID-128 - teardown complete /TP/SERVER/SSA/BV-23-C/UUID-128 - done /TP/SERVER/SSA/BI-01-C/UUID-16 - init /TP/SERVER/SSA/BI-01-C/UUID-16 - setup /TP/SERVER/SSA/BI-01-C/UUID-16 - setup complete /TP/SERVER/SSA/BI-01-C/UUID-16 - run /TP/SERVER/SSA/BI-01-C/UUID-16 - test passed /TP/SERVER/SSA/BI-01-C/UUID-16 - teardown /TP/SERVER/SSA/BI-01-C/UUID-16 - teardown complete /TP/SERVER/SSA/BI-01-C/UUID-16 - done /TP/SERVER/SSA/BI-01-C/UUID-32 - init /TP/SERVER/SSA/BI-01-C/UUID-32 - setup /TP/SERVER/SSA/BI-01-C/UUID-32 - setup complete /TP/SERVER/SSA/BI-01-C/UUID-32 - run /TP/SERVER/SSA/BI-01-C/UUID-32 - test passed /TP/SERVER/SSA/BI-01-C/UUID-32 - teardown /TP/SERVER/SSA/BI-01-C/UUID-32 - teardown complete /TP/SERVER/SSA/BI-01-C/UUID-32 - done /TP/SERVER/SSA/BI-01-C/UUID-128 - init /TP/SERVER/SSA/BI-01-C/UUID-128 - setup /TP/SERVER/SSA/BI-01-C/UUID-128 - setup complete /TP/SERVER/SSA/BI-01-C/UUID-128 - run /TP/SERVER/SSA/BI-01-C/UUID-128 - test passed /TP/SERVER/SSA/BI-01-C/UUID-128 - teardown /TP/SERVER/SSA/BI-01-C/UUID-128 - teardown complete /TP/SERVER/SSA/BI-01-C/UUID-128 - done /TP/SERVER/SSA/BI-02-C/UUID-16 - init /TP/SERVER/SSA/BI-02-C/UUID-16 - setup /TP/SERVER/SSA/BI-02-C/UUID-16 - setup complete /TP/SERVER/SSA/BI-02-C/UUID-16 - run /TP/SERVER/SSA/BI-02-C/UUID-16 - test passed /TP/SERVER/SSA/BI-02-C/UUID-16 - teardown /TP/SERVER/SSA/BI-02-C/UUID-16 - teardown complete /TP/SERVER/SSA/BI-02-C/UUID-16 - done /TP/SERVER/SSA/BI-02-C/UUID-32 - init /TP/SERVER/SSA/BI-02-C/UUID-32 - setup /TP/SERVER/SSA/BI-02-C/UUID-32 - setup complete /TP/SERVER/SSA/BI-02-C/UUID-32 - run /TP/SERVER/SSA/BI-02-C/UUID-32 - test passed /TP/SERVER/SSA/BI-02-C/UUID-32 - teardown /TP/SERVER/SSA/BI-02-C/UUID-32 - teardown complete /TP/SERVER/SSA/BI-02-C/UUID-32 - done /TP/SERVER/SSA/BI-02-C/UUID-128 - init /TP/SERVER/SSA/BI-02-C/UUID-128 - setup /TP/SERVER/SSA/BI-02-C/UUID-128 - setup complete /TP/SERVER/SSA/BI-02-C/UUID-128 - run /TP/SERVER/SSA/BI-02-C/UUID-128 - test passed /TP/SERVER/SSA/BI-02-C/UUID-128 - teardown /TP/SERVER/SSA/BI-02-C/UUID-128 - teardown complete /TP/SERVER/SSA/BI-02-C/UUID-128 - done /TP/SERVER/BRW/BV-01-C/UUID-16 - init /TP/SERVER/BRW/BV-01-C/UUID-16 - setup /TP/SERVER/BRW/BV-01-C/UUID-16 - setup complete /TP/SERVER/BRW/BV-01-C/UUID-16 - run /TP/SERVER/BRW/BV-01-C/UUID-16 - test passed /TP/SERVER/BRW/BV-01-C/UUID-16 - teardown /TP/SERVER/BRW/BV-01-C/UUID-16 - teardown complete /TP/SERVER/BRW/BV-01-C/UUID-16 - done /TP/SERVER/BRW/BV-01-C/UUID-32 - init /TP/SERVER/BRW/BV-01-C/UUID-32 - setup /TP/SERVER/BRW/BV-01-C/UUID-32 - setup complete /TP/SERVER/BRW/BV-01-C/UUID-32 - run /TP/SERVER/BRW/BV-01-C/UUID-32 - test passed /TP/SERVER/BRW/BV-01-C/UUID-32 - teardown /TP/SERVER/BRW/BV-01-C/UUID-32 - teardown complete /TP/SERVER/BRW/BV-01-C/UUID-32 - done /TP/SERVER/BRW/BV-01-C/UUID-128 - init /TP/SERVER/BRW/BV-01-C/UUID-128 - setup /TP/SERVER/BRW/BV-01-C/UUID-128 - setup complete /TP/SERVER/BRW/BV-01-C/UUID-128 - run /TP/SERVER/BRW/BV-01-C/UUID-128 - test passed /TP/SERVER/BRW/BV-01-C/UUID-128 - teardown /TP/SERVER/BRW/BV-01-C/UUID-128 - teardown complete /TP/SERVER/BRW/BV-01-C/UUID-128 - done /TP/SERVER/BRW/BV-02-C/UUID-16 - init /TP/SERVER/BRW/BV-02-C/UUID-16 - setup /TP/SERVER/BRW/BV-02-C/UUID-16 - setup complete /TP/SERVER/BRW/BV-02-C/UUID-16 - run /TP/SERVER/BRW/BV-02-C/UUID-16 - test passed /TP/SERVER/BRW/BV-02-C/UUID-16 - teardown /TP/SERVER/BRW/BV-02-C/UUID-16 - teardown complete /TP/SERVER/BRW/BV-02-C/UUID-16 - done /TP/SERVER/BRW/BV-02-C/UUID-32 - init /TP/SERVER/BRW/BV-02-C/UUID-32 - setup /TP/SERVER/BRW/BV-02-C/UUID-32 - setup complete /TP/SERVER/BRW/BV-02-C/UUID-32 - run /TP/SERVER/BRW/BV-02-C/UUID-32 - test passed /TP/SERVER/BRW/BV-02-C/UUID-32 - teardown /TP/SERVER/BRW/BV-02-C/UUID-32 - teardown complete /TP/SERVER/BRW/BV-02-C/UUID-32 - done /TP/SERVER/BRW/BV-02-C/UUID-128 - init /TP/SERVER/BRW/BV-02-C/UUID-128 - setup /TP/SERVER/BRW/BV-02-C/UUID-128 - setup complete /TP/SERVER/BRW/BV-02-C/UUID-128 - run /TP/SERVER/BRW/BV-02-C/UUID-128 - test passed /TP/SERVER/BRW/BV-02-C/UUID-128 - teardown /TP/SERVER/BRW/BV-02-C/UUID-128 - teardown complete /TP/SERVER/BRW/BV-02-C/UUID-128 - done /sdp/DE/ATTR/TEXT_STR8/empty - init /sdp/DE/ATTR/TEXT_STR8/empty - setup /sdp/DE/ATTR/TEXT_STR8/empty - setup complete /sdp/DE/ATTR/TEXT_STR8/empty - run /sdp/DE/ATTR/TEXT_STR8/empty - test passed /sdp/DE/ATTR/TEXT_STR8/empty - teardown /sdp/DE/ATTR/TEXT_STR8/empty - teardown complete /sdp/DE/ATTR/TEXT_STR8/empty - done /sdp/DE/ATTR/TEXT_STR8 - init /sdp/DE/ATTR/TEXT_STR8 - setup /sdp/DE/ATTR/TEXT_STR8 - setup complete /sdp/DE/ATTR/TEXT_STR8 - run /sdp/DE/ATTR/TEXT_STR8 - test passed /sdp/DE/ATTR/TEXT_STR8 - teardown /sdp/DE/ATTR/TEXT_STR8 - teardown complete /sdp/DE/ATTR/TEXT_STR8 - done /sdp/DE/ATTR/TEXT_STR16 - init /sdp/DE/ATTR/TEXT_STR16 - setup /sdp/DE/ATTR/TEXT_STR16 - setup complete /sdp/DE/ATTR/TEXT_STR16 - run /sdp/DE/ATTR/TEXT_STR16 - test passed /sdp/DE/ATTR/TEXT_STR16 - teardown /sdp/DE/ATTR/TEXT_STR16 - teardown complete /sdp/DE/ATTR/TEXT_STR16 - done /sdp/DE/ATTR/URL_STR8 - init /sdp/DE/ATTR/URL_STR8 - setup /sdp/DE/ATTR/URL_STR8 - setup complete /sdp/DE/ATTR/URL_STR8 - run /sdp/DE/ATTR/URL_STR8 - test passed /sdp/DE/ATTR/URL_STR8 - teardown /sdp/DE/ATTR/URL_STR8 - teardown complete /sdp/DE/ATTR/URL_STR8 - done /sdp/DE/ATTR/URL_STR16 - init /sdp/DE/ATTR/URL_STR16 - setup /sdp/DE/ATTR/URL_STR16 - setup complete /sdp/DE/ATTR/URL_STR16 - run /sdp/DE/ATTR/URL_STR16 - test passed /sdp/DE/ATTR/URL_STR16 - teardown /sdp/DE/ATTR/URL_STR16 - teardown complete /sdp/DE/ATTR/URL_STR16 - done /sdp/DE/ATTR/NIL - init /sdp/DE/ATTR/NIL - setup /sdp/DE/ATTR/NIL - setup complete /sdp/DE/ATTR/NIL - run /sdp/DE/ATTR/NIL - test passed /sdp/DE/ATTR/NIL - teardown /sdp/DE/ATTR/NIL - teardown complete /sdp/DE/ATTR/NIL - done /sdp/DE/ATTR/UINT8 - init /sdp/DE/ATTR/UINT8 - setup /sdp/DE/ATTR/UINT8 - setup complete /sdp/DE/ATTR/UINT8 - run /sdp/DE/ATTR/UINT8 - test passed /sdp/DE/ATTR/UINT8 - teardown /sdp/DE/ATTR/UINT8 - teardown complete /sdp/DE/ATTR/UINT8 - done /sdp/DE/ATTR/INT8 - init /sdp/DE/ATTR/INT8 - setup /sdp/DE/ATTR/INT8 - setup complete /sdp/DE/ATTR/INT8 - run /sdp/DE/ATTR/INT8 - test passed /sdp/DE/ATTR/INT8 - teardown /sdp/DE/ATTR/INT8 - teardown complete /sdp/DE/ATTR/INT8 - done /sdp/DE/ATTR/BOOL - init /sdp/DE/ATTR/BOOL - setup /sdp/DE/ATTR/BOOL - setup complete /sdp/DE/ATTR/BOOL - run /sdp/DE/ATTR/BOOL - test passed /sdp/DE/ATTR/BOOL - teardown /sdp/DE/ATTR/BOOL - teardown complete /sdp/DE/ATTR/BOOL - done /sdp/DE/ATTR/UINT16 - init /sdp/DE/ATTR/UINT16 - setup /sdp/DE/ATTR/UINT16 - setup complete /sdp/DE/ATTR/UINT16 - run /sdp/DE/ATTR/UINT16 - test passed /sdp/DE/ATTR/UINT16 - teardown /sdp/DE/ATTR/UINT16 - teardown complete /sdp/DE/ATTR/UINT16 - done /sdp/DE/ATTR/INT16 - init /sdp/DE/ATTR/INT16 - setup /sdp/DE/ATTR/INT16 - setup complete /sdp/DE/ATTR/INT16 - run /sdp/DE/ATTR/INT16 - test passed /sdp/DE/ATTR/INT16 - teardown /sdp/DE/ATTR/INT16 - teardown complete /sdp/DE/ATTR/INT16 - done /sdp/DE/ATTR/UINT32 - init /sdp/DE/ATTR/UINT32 - setup /sdp/DE/ATTR/UINT32 - setup complete /sdp/DE/ATTR/UINT32 - run /sdp/DE/ATTR/UINT32 - test passed /sdp/DE/ATTR/UINT32 - teardown /sdp/DE/ATTR/UINT32 - teardown complete /sdp/DE/ATTR/UINT32 - done /sdp/DE/ATTR/INT32 - init /sdp/DE/ATTR/INT32 - setup /sdp/DE/ATTR/INT32 - setup complete /sdp/DE/ATTR/INT32 - run /sdp/DE/ATTR/INT32 - test passed /sdp/DE/ATTR/INT32 - teardown /sdp/DE/ATTR/INT32 - teardown complete /sdp/DE/ATTR/INT32 - done /sdp/DE/ATTR/UINT64 - init /sdp/DE/ATTR/UINT64 - setup /sdp/DE/ATTR/UINT64 - setup complete /sdp/DE/ATTR/UINT64 - run /sdp/DE/ATTR/UINT64 - test passed /sdp/DE/ATTR/UINT64 - teardown /sdp/DE/ATTR/UINT64 - teardown complete /sdp/DE/ATTR/UINT64 - done /sdp/DE/ATTR/INT64 - init /sdp/DE/ATTR/INT64 - setup /sdp/DE/ATTR/INT64 - setup complete /sdp/DE/ATTR/INT64 - run /sdp/DE/ATTR/INT64 - test passed /sdp/DE/ATTR/INT64 - teardown /sdp/DE/ATTR/INT64 - teardown complete /sdp/DE/ATTR/INT64 - done /sdp/DE/ATTR/UINT128 - init /sdp/DE/ATTR/UINT128 - setup /sdp/DE/ATTR/UINT128 - setup complete /sdp/DE/ATTR/UINT128 - run /sdp/DE/ATTR/UINT128 - test passed /sdp/DE/ATTR/UINT128 - teardown /sdp/DE/ATTR/UINT128 - teardown complete /sdp/DE/ATTR/UINT128 - done /sdp/DE/ATTR/INT128 - init /sdp/DE/ATTR/INT128 - setup /sdp/DE/ATTR/INT128 - setup complete /sdp/DE/ATTR/INT128 - run /sdp/DE/ATTR/INT128 - test passed /sdp/DE/ATTR/INT128 - teardown /sdp/DE/ATTR/INT128 - teardown complete /sdp/DE/ATTR/INT128 - done  Test Summary ------------ /TP/SERVER/SS/BV-01-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SS/BV-01-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SS/BV-01-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SS/BV-03-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SS/BV-03-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SS/BV-03-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SS/BV-04-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SS/BV-04-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SS/BV-04-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SS/BI-01-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SS/BI-01-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SS/BI-01-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SS/BI-02-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SS/BI-02-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SS/BI-02-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SA/BV-01-C Passed  0.000 seconds /TP/SERVER/SA/BV-03-C Passed  0.000 seconds /TP/SERVER/SA/BV-04-C Passed  0.000 seconds /TP/SERVER/SA/BV-05-C Passed  0.000 seconds /TP/SERVER/SA/BV-06-C Passed  0.000 seconds /TP/SERVER/SA/BV-07-C Passed  0.000 seconds /TP/SERVER/SA/BV-08-C Passed  0.000 seconds /TP/SERVER/SA/BV-09-C Passed  0.000 seconds /TP/SERVER/SA/BV-10-C Passed  0.000 seconds /TP/SERVER/SA/BV-11-C Passed  0.000 seconds /TP/SERVER/SA/BV-12-C Passed  0.000 seconds /TP/SERVER/SA/BV-13-C Passed  0.000 seconds /TP/SERVER/SA/BV-14-C Passed  0.000 seconds /TP/SERVER/SA/BV-15-C Passed  0.000 seconds /TP/SERVER/SA/BV-16-C Passed  0.000 seconds /TP/SERVER/SA/BV-17-C Passed  0.000 seconds /TP/SERVER/SA/BV-18-C Passed  0.000 seconds /TP/SERVER/SA/BV-19-C Passed  0.000 seconds /TP/SERVER/SA/BV-20-C Passed  0.000 seconds /TP/SERVER/SA/BV-21-C Passed  0.000 seconds /TP/SERVER/SA/BI-01-C Passed  0.000 seconds /TP/SERVER/SA/BI-02-C Passed  0.000 seconds /TP/SERVER/SA/BI-03-C Passed  0.000 seconds /TP/SERVER/SSA/BV-01-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-01-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-01-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-02-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-02-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-02-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-03-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-03-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-03-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-04-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-04-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-04-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-06-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-06-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-06-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-07-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-07-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-07-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-08-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-08-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-08-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-09-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-09-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-09-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-10-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-10-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-10-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-11-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-11-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-11-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-12-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-12-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-12-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-13-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-13-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-13-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-14-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-14-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-14-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-15-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-15-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-15-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-16-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-16-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-16-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-17-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-17-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-17-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-18-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-18-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-18-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-19-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-19-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-19-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-20-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-20-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-20-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-21-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-21-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-21-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-22-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-22-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-22-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BV-23-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BV-23-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BV-23-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BI-01-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BI-01-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BI-01-C/UUID-128 Passed  0.000 seconds /TP/SERVER/SSA/BI-02-C/UUID-16 Passed  0.000 seconds /TP/SERVER/SSA/BI-02-C/UUID-32 Passed  0.000 seconds /TP/SERVER/SSA/BI-02-C/UUID-128 Passed  0.000 seconds /TP/SERVER/BRW/BV-01-C/UUID-16 Passed  0.001 seconds /TP/SERVER/BRW/BV-01-C/UUID-32 Passed  0.001 seconds /TP/SERVER/BRW/BV-01-C/UUID-128 Passed  0.001 seconds /TP/SERVER/BRW/BV-02-C/UUID-16 Passed  0.000 seconds /TP/SERVER/BRW/BV-02-C/UUID-32 Passed  0.000 seconds /TP/SERVER/BRW/BV-02-C/UUID-128 Passed  0.000 seconds /sdp/DE/ATTR/TEXT_STR8/empty Passed  0.000 seconds /sdp/DE/ATTR/TEXT_STR8 Passed  0.000 seconds /sdp/DE/ATTR/TEXT_STR16 Passed  0.000 seconds /sdp/DE/ATTR/URL_STR8 Passed  0.000 seconds /sdp/DE/ATTR/URL_STR16 Passed  0.000 seconds /sdp/DE/ATTR/NIL Passed  0.000 seconds /sdp/DE/ATTR/UINT8 Passed  0.000 seconds /sdp/DE/ATTR/INT8 Passed  0.000 seconds /sdp/DE/ATTR/BOOL Passed  0.000 seconds /sdp/DE/ATTR/UINT16 Passed  0.000 seconds /sdp/DE/ATTR/INT16 Passed  0.000 seconds /sdp/DE/ATTR/UINT32 Passed  0.000 seconds /sdp/DE/ATTR/INT32 Passed  0.000 seconds /sdp/DE/ATTR/UINT64 Passed  0.000 seconds /sdp/DE/ATTR/INT64 Passed  0.000 seconds /sdp/DE/ATTR/UINT128 Passed  0.000 seconds /sdp/DE/ATTR/INT128 Passed  0.000 seconds Total: 133, Passed: 133 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.0201 seconds PASS: test-sdp /textfile/pagesize - init /textfile/pagesize - setup /textfile/pagesize - setup complete /textfile/pagesize - run /textfile/pagesize - test passed /textfile/pagesize - teardown /textfile/pagesize - teardown complete /textfile/pagesize - done /textfile/delete - init /textfile/delete - setup /textfile/delete - setup complete /textfile/delete - run /textfile/delete - test passed /textfile/delete - teardown /textfile/delete - teardown complete /textfile/delete - done /textfile/overwrite - init /textfile/overwrite - setup /textfile/overwrite - setup complete /textfile/overwrite - run /textfile/overwrite - test passed /textfile/overwrite - teardown /textfile/overwrite - teardown complete /textfile/overwrite - done /textfile/multiple - init /textfile/multiple - setup /textfile/multiple - setup complete /textfile/multiple - run /textfile/multiple - test passed /textfile/multiple - teardown /textfile/multiple - teardown complete /textfile/multiple - done  Test Summary ------------ /textfile/pagesize Passed  0.000 seconds /textfile/delete Passed  0.000 seconds /textfile/overwrite Passed  0.000 seconds /textfile/multiple Passed  0.001 seconds Total: 4, Passed: 4 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.00105 seconds PASS: test-textfile /uhid/command/create - init /uhid/command/create - setup /uhid/command/create - setup complete /uhid/command/create - run /uhid/command/create - test passed /uhid/command/create - teardown /uhid/command/create - teardown complete /uhid/command/create - done /uhid/command/destroy - init /uhid/command/destroy - setup /uhid/command/destroy - setup complete /uhid/command/destroy - run /uhid/command/destroy - test passed /uhid/command/destroy - teardown /uhid/command/destroy - teardown complete /uhid/command/destroy - done /uhid/command/feature_answer - init /uhid/command/feature_answer - setup /uhid/command/feature_answer - setup complete /uhid/command/feature_answer - run /uhid/command/feature_answer - test passed /uhid/command/feature_answer - teardown /uhid/command/feature_answer - teardown complete /uhid/command/feature_answer - done /uhid/command/input - init /uhid/command/input - setup /uhid/command/input - setup complete /uhid/command/input - run /uhid/command/input - test passed /uhid/command/input - teardown /uhid/command/input - teardown complete /uhid/command/input - done /uhid/event/output - init /uhid/event/output - setup /uhid/event/output - setup complete /uhid/event/output - run /uhid/event/output - test passed /uhid/event/output - teardown /uhid/event/output - teardown complete /uhid/event/output - done /uhid/event/feature - init /uhid/event/feature - setup /uhid/event/feature - setup complete /uhid/event/feature - run /uhid/event/feature - test passed /uhid/event/feature - teardown /uhid/event/feature - teardown complete /uhid/event/feature - done  Test Summary ------------ /uhid/command/create Passed  0.000 seconds /uhid/command/destroy Passed  0.000 seconds /uhid/command/feature_answer Passed  0.000 seconds /uhid/command/input Passed  0.000 seconds /uhid/event/output Passed  0.000 seconds /uhid/event/feature Passed  0.000 seconds Total: 6, Passed: 6 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.000361 seconds PASS: test-uhid /uuid/base - init /uuid/base - setup /uuid/base - setup complete /uuid/base - run /uuid/base - test passed /uuid/base - teardown /uuid/base - teardown complete /uuid/base - done /uuid/base/str - init /uuid/base/str - setup /uuid/base/str - setup complete /uuid/base/str - run /uuid/base/str - test passed /uuid/base/str - teardown /uuid/base/str - teardown complete /uuid/base/str - done /uuid/base/cmp - init /uuid/base/cmp - setup /uuid/base/cmp - setup complete /uuid/base/cmp - run /uuid/base/cmp - test passed /uuid/base/cmp - teardown /uuid/base/cmp - teardown complete /uuid/base/cmp - done /uuid/sixteen1 - init /uuid/sixteen1 - setup /uuid/sixteen1 - setup complete /uuid/sixteen1 - run /uuid/sixteen1 - test passed /uuid/sixteen1 - teardown /uuid/sixteen1 - teardown complete /uuid/sixteen1 - done /uuid/sixteen1/str - init /uuid/sixteen1/str - setup /uuid/sixteen1/str - setup complete /uuid/sixteen1/str - run /uuid/sixteen1/str - test passed /uuid/sixteen1/str - teardown /uuid/sixteen1/str - teardown complete /uuid/sixteen1/str - done /uuid/sixteen1/cmp - init /uuid/sixteen1/cmp - setup /uuid/sixteen1/cmp - setup complete /uuid/sixteen1/cmp - run /uuid/sixteen1/cmp - test passed /uuid/sixteen1/cmp - teardown /uuid/sixteen1/cmp - teardown complete /uuid/sixteen1/cmp - done /uuid/sixteen2 - init /uuid/sixteen2 - setup /uuid/sixteen2 - setup complete /uuid/sixteen2 - run /uuid/sixteen2 - test passed /uuid/sixteen2 - teardown /uuid/sixteen2 - teardown complete /uuid/sixteen2 - done /uuid/sixteen2/str - init /uuid/sixteen2/str - setup /uuid/sixteen2/str - setup complete /uuid/sixteen2/str - run /uuid/sixteen2/str - test passed /uuid/sixteen2/str - teardown /uuid/sixteen2/str - teardown complete /uuid/sixteen2/str - done /uuid/sixteen2/cmp - init /uuid/sixteen2/cmp - setup /uuid/sixteen2/cmp - setup complete /uuid/sixteen2/cmp - run /uuid/sixteen2/cmp - test passed /uuid/sixteen2/cmp - teardown /uuid/sixteen2/cmp - teardown complete /uuid/sixteen2/cmp - done /uuid/thirtytwo1 - init /uuid/thirtytwo1 - setup /uuid/thirtytwo1 - setup complete /uuid/thirtytwo1 - run /uuid/thirtytwo1 - test passed /uuid/thirtytwo1 - teardown /uuid/thirtytwo1 - teardown complete /uuid/thirtytwo1 - done /uuid/thirtytwo1/str - init /uuid/thirtytwo1/str - setup /uuid/thirtytwo1/str - setup complete /uuid/thirtytwo1/str - run /uuid/thirtytwo1/str - test passed /uuid/thirtytwo1/str - teardown /uuid/thirtytwo1/str - teardown complete /uuid/thirtytwo1/str - done /uuid/thirtytwo1/cmp - init /uuid/thirtytwo1/cmp - setup /uuid/thirtytwo1/cmp - setup complete /uuid/thirtytwo1/cmp - run /uuid/thirtytwo1/cmp - test passed /uuid/thirtytwo1/cmp - teardown /uuid/thirtytwo1/cmp - teardown complete /uuid/thirtytwo1/cmp - done /uuid/thirtytwo2 - init /uuid/thirtytwo2 - setup /uuid/thirtytwo2 - setup complete /uuid/thirtytwo2 - run /uuid/thirtytwo2 - test passed /uuid/thirtytwo2 - teardown /uuid/thirtytwo2 - teardown complete /uuid/thirtytwo2 - done /uuid/thritytwo2/str - init /uuid/thritytwo2/str - setup /uuid/thritytwo2/str - setup complete /uuid/thritytwo2/str - run /uuid/thritytwo2/str - test passed /uuid/thritytwo2/str - teardown /uuid/thritytwo2/str - teardown complete /uuid/thritytwo2/str - done /uuid/thirtytwo2/cmp - init /uuid/thirtytwo2/cmp - setup /uuid/thirtytwo2/cmp - setup complete /uuid/thirtytwo2/cmp - run /uuid/thirtytwo2/cmp - test passed /uuid/thirtytwo2/cmp - teardown /uuid/thirtytwo2/cmp - teardown complete /uuid/thirtytwo2/cmp - done /uuid/onetwentyeight - init /uuid/onetwentyeight - setup /uuid/onetwentyeight - setup complete /uuid/onetwentyeight - run /uuid/onetwentyeight - test passed /uuid/onetwentyeight - teardown /uuid/onetwentyeight - teardown complete /uuid/onetwentyeight - done /uuid/onetwentyeight/str - init /uuid/onetwentyeight/str - setup /uuid/onetwentyeight/str - setup complete /uuid/onetwentyeight/str - run /uuid/onetwentyeight/str - test passed /uuid/onetwentyeight/str - teardown /uuid/onetwentyeight/str - teardown complete /uuid/onetwentyeight/str - done /uuid/onetwentyeight/cmp - init /uuid/onetwentyeight/cmp - setup /uuid/onetwentyeight/cmp - setup complete /uuid/onetwentyeight/cmp - run /uuid/onetwentyeight/cmp - test passed /uuid/onetwentyeight/cmp - teardown /uuid/onetwentyeight/cmp - teardown complete /uuid/onetwentyeight/cmp - done /uuid/malformed/0 - init /uuid/malformed/0 - setup /uuid/malformed/0 - setup complete /uuid/malformed/0 - run /uuid/malformed/0 - test passed /uuid/malformed/0 - teardown /uuid/malformed/0 - teardown complete /uuid/malformed/0 - done /uuid/malformed/01 - init /uuid/malformed/01 - setup /uuid/malformed/01 - setup complete /uuid/malformed/01 - run /uuid/malformed/01 - test passed /uuid/malformed/01 - teardown /uuid/malformed/01 - teardown complete /uuid/malformed/01 - done /uuid/malformed/012 - init /uuid/malformed/012 - setup /uuid/malformed/012 - setup complete /uuid/malformed/012 - run /uuid/malformed/012 - test passed /uuid/malformed/012 - teardown /uuid/malformed/012 - teardown complete /uuid/malformed/012 - done /uuid/malformed/xxxx - init /uuid/malformed/xxxx - setup /uuid/malformed/xxxx - setup complete /uuid/malformed/xxxx - run /uuid/malformed/xxxx - test passed /uuid/malformed/xxxx - teardown /uuid/malformed/xxxx - teardown complete /uuid/malformed/xxxx - done /uuid/malformed/xxxxx - init /uuid/malformed/xxxxx - setup /uuid/malformed/xxxxx - setup complete /uuid/malformed/xxxxx - run /uuid/malformed/xxxxx - test passed /uuid/malformed/xxxxx - teardown /uuid/malformed/xxxxx - teardown complete /uuid/malformed/xxxxx - done /uuid/malformed/0xxxxx - init /uuid/malformed/0xxxxx - setup /uuid/malformed/0xxxxx - setup complete /uuid/malformed/0xxxxx - run /uuid/malformed/0xxxxx - test passed /uuid/malformed/0xxxxx - teardown /uuid/malformed/0xxxxx - teardown complete /uuid/malformed/0xxxxx - done /uuid/malformed/0123456 - init /uuid/malformed/0123456 - setup /uuid/malformed/0123456 - setup complete /uuid/malformed/0123456 - run /uuid/malformed/0123456 - test passed /uuid/malformed/0123456 - teardown /uuid/malformed/0123456 - teardown complete /uuid/malformed/0123456 - done /uuid/malformed/012g4567 - init /uuid/malformed/012g4567 - setup /uuid/malformed/012g4567 - setup complete /uuid/malformed/012g4567 - run /uuid/malformed/012g4567 - test passed /uuid/malformed/012g4567 - teardown /uuid/malformed/012g4567 - teardown complete /uuid/malformed/012g4567 - done /uuid/malformed/012345678 - init /uuid/malformed/012345678 - setup /uuid/malformed/012345678 - setup complete /uuid/malformed/012345678 - run /uuid/malformed/012345678 - test passed /uuid/malformed/012345678 - teardown /uuid/malformed/012345678 - teardown complete /uuid/malformed/012345678 - done /uuid/malformed/0x234567u9 - init /uuid/malformed/0x234567u9 - setup /uuid/malformed/0x234567u9 - setup complete /uuid/malformed/0x234567u9 - run /uuid/malformed/0x234567u9 - test passed /uuid/malformed/0x234567u9 - teardown /uuid/malformed/0x234567u9 - teardown complete /uuid/malformed/0x234567u9 - done /uuid/malformed/01234567890 - init /uuid/malformed/01234567890 - setup /uuid/malformed/01234567890 - setup complete /uuid/malformed/01234567890 - run /uuid/malformed/01234567890 - test passed /uuid/malformed/01234567890 - teardown /uuid/malformed/01234567890 - teardown complete /uuid/malformed/01234567890 - done /uuid/malformed/00001234-0000-1000-8000-00805F9B34F - init /uuid/malformed/00001234-0000-1000-8000-00805F9B34F - setup /uuid/malformed/00001234-0000-1000-8000-00805F9B34F - setup complete /uuid/malformed/00001234-0000-1000-8000-00805F9B34F - run /uuid/malformed/00001234-0000-1000-8000-00805F9B34F - test passed /uuid/malformed/00001234-0000-1000-8000-00805F9B34F - teardown /uuid/malformed/00001234-0000-1000-8000-00805F9B34F - teardown complete /uuid/malformed/00001234-0000-1000-8000-00805F9B34F - done /uuid/malformed/00001234-0000-1000-8000 00805F9B34FB - init /uuid/malformed/00001234-0000-1000-8000 00805F9B34FB - setup /uuid/malformed/00001234-0000-1000-8000 00805F9B34FB - setup complete /uuid/malformed/00001234-0000-1000-8000 00805F9B34FB - run /uuid/malformed/00001234-0000-1000-8000 00805F9B34FB - test passed /uuid/malformed/00001234-0000-1000-8000 00805F9B34FB - teardown /uuid/malformed/00001234-0000-1000-8000 00805F9B34FB - teardown complete /uuid/malformed/00001234-0000-1000-8000 00805F9B34FB - done /uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC - init /uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC - setup /uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC - setup complete /uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC - run /uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC - test passed /uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC - teardown /uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC - teardown complete /uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC - done /uuid/malformed/00001234-0000-1000-800G-00805F9B34FB - init /uuid/malformed/00001234-0000-1000-800G-00805F9B34FB - setup /uuid/malformed/00001234-0000-1000-800G-00805F9B34FB - setup complete /uuid/malformed/00001234-0000-1000-800G-00805F9B34FB - run /uuid/malformed/00001234-0000-1000-800G-00805F9B34FB - test passed /uuid/malformed/00001234-0000-1000-800G-00805F9B34FB - teardown /uuid/malformed/00001234-0000-1000-800G-00805F9B34FB - teardown complete /uuid/malformed/00001234-0000-1000-800G-00805F9B34FB - done /uuid/compress/00001234-0000-1000-8000-00805f9b34fb - init /uuid/compress/00001234-0000-1000-8000-00805f9b34fb - setup /uuid/compress/00001234-0000-1000-8000-00805f9b34fb - setup complete /uuid/compress/00001234-0000-1000-8000-00805f9b34fb - run /uuid/compress/00001234-0000-1000-8000-00805f9b34fb - test passed /uuid/compress/00001234-0000-1000-8000-00805f9b34fb - teardown /uuid/compress/00001234-0000-1000-8000-00805f9b34fb - teardown complete /uuid/compress/00001234-0000-1000-8000-00805f9b34fb - done /uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb - init /uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb - setup /uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb - setup complete /uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb - run /uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb - test passed /uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb - teardown /uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb - teardown complete /uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb - done /uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB - init /uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB - setup /uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB - setup complete /uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB - run /uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB - test passed /uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB - teardown /uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB - teardown complete /uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB - done /uuid/compress/F0000000-0000-1000-8000-00805f9b34fb - init /uuid/compress/F0000000-0000-1000-8000-00805f9b34fb - setup /uuid/compress/F0000000-0000-1000-8000-00805f9b34fb - setup complete /uuid/compress/F0000000-0000-1000-8000-00805f9b34fb - run /uuid/compress/F0000000-0000-1000-8000-00805f9b34fb - test passed /uuid/compress/F0000000-0000-1000-8000-00805f9b34fb - teardown /uuid/compress/F0000000-0000-1000-8000-00805f9b34fb - teardown complete /uuid/compress/F0000000-0000-1000-8000-00805f9b34fb - done  Test Summary ------------ /uuid/base Passed  0.000 seconds /uuid/base/str Passed  0.000 seconds /uuid/base/cmp Passed  0.000 seconds /uuid/sixteen1 Passed  0.000 seconds /uuid/sixteen1/str Passed  0.000 seconds /uuid/sixteen1/cmp Passed  0.000 seconds /uuid/sixteen2 Passed  0.000 seconds /uuid/sixteen2/str Passed  0.000 seconds /uuid/sixteen2/cmp Passed  0.000 seconds /uuid/thirtytwo1 Passed  0.000 seconds /uuid/thirtytwo1/str Passed  0.000 seconds /uuid/thirtytwo1/cmp Passed  0.000 seconds /uuid/thirtytwo2 Passed  0.000 seconds /uuid/thritytwo2/str Passed  0.000 seconds /uuid/thirtytwo2/cmp Passed  0.000 seconds /uuid/onetwentyeight Passed  0.000 seconds /uuid/onetwentyeight/str Passed  0.000 seconds /uuid/onetwentyeight/cmp Passed  0.000 seconds /uuid/malformed/0 Passed  0.000 seconds /uuid/malformed/01 Passed  0.000 seconds /uuid/malformed/012 Passed  0.000 seconds /uuid/malformed/xxxx Passed  0.000 seconds /uuid/malformed/xxxxx Passed  0.000 seconds /uuid/malformed/0xxxxx Passed  0.000 seconds /uuid/malformed/0123456 Passed  0.000 seconds /uuid/malformed/012g4567 Passed  0.000 seconds /uuid/malformed/012345678 Passed  0.000 seconds /uuid/malformed/0x234567u9 Passed  0.000 seconds /uuid/malformed/01234567890 Passed  0.000 seconds /uuid/malformed/00001234-0000-1000-8000-00805F9B34F Passed  0.000 seconds /uuid/malformed/00001234-0000-1000-8000 00805F9B34FB Passed  0.000 seconds /uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC Passed  0.000 seconds /uuid/malformed/00001234-0000-1000-800G-00805F9B34FB Passed  0.000 seconds /uuid/compress/00001234-0000-1000-8000-00805f9b34fb Passed  0.000 seconds /uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb Passed  0.000 seconds /uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB Passed  0.000 seconds /uuid/compress/F0000000-0000-1000-8000-00805f9b34fb Passed  0.000 seconds Total: 37, Passed: 37 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.000972 seconds PASS: test-uuid All 25 tests passed DURATION: 8 END: /usr/lib/bluez5/ptest 2019-08-16T19:39 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:39 BEGIN: /usr/lib/busybox/ptest ====================== echo -ne '' >input echo -ne '' | ./unknown 2>&1 PASS: busybox as unknown name SKIP: busybox --help busybox ====================== echo -ne '' >input echo -ne '' | busybox 2>&1 | cat 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 2>&1 | cat 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 '' | 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{ cnt = 0 a[cnt] = "zeroth" a[++cnt] = "first" delete a[cnt--] print cnt print "[0]:" a[0] print "[1]:" a[1] }' PASS: awk 'delete a[v--]' evaluates v-- once ====================== echo -ne '' >input echo -ne '' | awk 'func f(,) { }' 2>&1 PASS: awk func arg parsing 1 ====================== echo -ne '' >input echo -ne '' | awk 'func f(a,,b) { }' 2>&1 PASS: awk func arg parsing 2 ====================== echo -ne '' >input echo -ne '' | awk 'func f(a,) { }' 2>&1 PASS: awk func arg parsing 3 ====================== echo -ne '' >input echo -ne '' | awk 'func f(a b) { }' 2>&1 PASS: awk func arg parsing 4 ====================== 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 ====================== echo -ne '' >input echo -ne '' | awk -e '{ for() }' 2>&1 PASS: awk handles invalid for loop ====================== echo -ne '' >input echo -ne '' | awk -e foo:bar: 2>&1 PASS: awk handles colon not preceded by ternary ====================== echo -ne '' >input echo -ne '' | awk -e '{delete}' 2>&1 PASS: awk errors on missing delete arg ====================== echo -ne '' >input echo -ne 'anything' | awk 2>&1 -- '{ $(-1) }' PASS: awk negative field access PASS: basename-does-not-remove-identical-extension PASS: basename-works PASS: bunzip2-reads-from-standard-input PASS: bunzip2-removes-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 PASS: bunzip2: bz2_issue_11.bz2 corrupted example PASS: bunzip2: bz2_issue_12.bz2 corrupted example PASS: bzcat-does-not-remove-compressed-file PASS: zcat: dont delete gz src PASS: zcat: dont delete bz2 src PASS: zcat: dont delete Z src ====================== 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 '' | 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 '' | bzcat input input; echo $? PASS: bzcat can handle compressed zero-length bzip2 files ====================== echo -ne '\x1f\x9d\x90\x61\x14\x00' >input echo -ne '' | zcat input input; echo $? PASS: zcat can print many files ====================== echo -ne '\x1f\x9d\x90\x00' >input echo -ne '' | zcat input input; echo $? PASS: zcat can handle compressed zero-length (.Z) files PASS: cat-prints-a-file PASS: cat-prints-a-file-and-standard-input SKIP: cat -e SKIP: cat -v 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 -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 '' | 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 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 SKIP: cpio uses by default uid/gid SKIP: cpio -R with create SKIP: cpio -R with extract 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 -e'10 20+p' PASS: dc basic syntax (argv, single arg) ====================== echo -ne '' >input echo -ne '' | dc -e10 -e20+p PASS: dc basic syntax (argv, multiple args) ====================== echo -ne '' >input echo -ne '' | dc -e'8 8 * 2 2 + / p' PASS: dc complex with spaces (single arg) ====================== echo -ne '' >input echo -ne '' | dc -e'8 8*2 2+/p' PASS: dc complex without spaces (single arg) ====================== echo -ne '' >input echo -ne '' | dc -e8 -e8 -e\* -e2 -e2 -e+ -e/ -ep PASS: dc complex with spaces (multiple args) ====================== echo -ne '' >input echo -ne '' | dc -e8 -e8\*2 -e2+/p PASS: dc complex without spaces (multiple args) SKIP: dc read SKIP: dc read string SKIP: dc '>a' (conditional execute string) 1 SKIP: dc '>a' (conditional execute string) 2 SKIP: dc '>aeb' (conditional execute string with else) SKIP: dc space can be a register SKIP: dc newline can be a register SKIP: dc dc_add.dc SKIP: dc dc_boolean.dc SKIP: dc dc_decimal.dc SKIP: dc dc_divide.dc SKIP: dc dc_divmod.dc SKIP: dc dc_misc.dc SKIP: dc dc_modexp.dc SKIP: dc dc_modulus.dc SKIP: dc dc_multiply.dc SKIP: dc dc_power.dc SKIP: dc dc_sqrt.dc SKIP: dc dc_strings.dc SKIP: dc dc_subtract.dc SKIP: dc -x dcx_vars.dc 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 SKIP: echo-prints-dash PASS: echo-prints-newline SKIP: echo-prints-non-opts SKIP: echo-prints-slash-zero SKIP: echo-prints-slash_00041 SKIP: echo-prints-slash_0041 SKIP: echo-prints-slash_041 SKIP: 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 '' | find / -maxdepth 0 -name / PASS: find / -maxdepth 0 -name / ====================== echo -ne '' >input echo -ne '' | find // -maxdepth 0 -name / PASS: find // -maxdepth 0 -name / ====================== echo -ne '' >input echo -ne '' | find / -maxdepth 0 -name // PASS: find / -maxdepth 0 -name // ====================== echo -ne '' >input echo -ne '' | find // -maxdepth 0 -name // PASS: find // -maxdepth 0 -name // ====================== echo -ne '' >input echo -ne '' | find ./// -name . PASS: find ./// -name . ====================== echo -ne '' >input echo -ne '' | find ./// -name ./// PASS: find ./// -name ./// ====================== 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 'ww\n' >input echo -ne '' | grep -F -w w input PASS: grep -F -w w doesn't match ww ====================== 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 ' aa bb cc\n' | grep -x -v -e '.*aa.*' -e 'bb.*'; echo $? PASS: grep -x -v -e EXP1 -e EXP2 finds nothing if either EXP matches ====================== 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 SKIP: gzip-compression-levels PASS: gzip-removes-original-file ====================== echo -ne '' >input echo -ne '' | head head.input PASS: head (without args) ====================== echo -ne '' >input echo -ne '' | head -n 2 head.input PASS: head -n SKIP: head -n ====================== echo -ne '' >input echo -ne '\0\0\0\0' | hexdump -C PASS: hexdump -C with four NULs 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 PASS: ls-l-works PASS: ls-s-works ====================== echo -ne '' >input echo -ne '' | (cd ls.testdir && sh ../ls.mk_uni_tests) && ls -1 ls.testdir FAIL: ls unicode test with codepoints limited to 767 --- expected +++ actual @@ -1,24 +1,24 @@ 0001_1__Some_correct_UTF-8_text___________________________________________| 0002_2__Boundary_condition_test_cases_____________________________________| 0003_2.1__First_possible_sequence_of_a_certain_length_____________________| -0004_2.1.2__2_bytes__U-00000080_:________"?"______________________________| -0005_2.1.3__3_bytes__U-00000800_:________"?"______________________________| -0006_2.1.4__4_bytes__U-00010000_:________"?"______________________________| -0007_2.1.5__5_bytes__U-00200000_:________"?"______________________________| -0008_2.1.6__6_bytes__U-04000000_:________"?"______________________________| +0004_2.1.2__2_bytes__U-00000080_:________"??"______________________________| +0005_2.1.3__3_bytes__U-00000800_:________"???"______________________________| +0006_2.1.4__4_bytes__U-00010000_:________"????"______________________________| +0007_2.1.5__5_bytes__U-00200000_:________"?????"______________________________| +0008_2.1.6__6_bytes__U-04000000_:________"??????"______________________________| 0009_2.2__Last_possible_sequence_of_a_certain_length______________________| 0010_2.2.1__1_byte___U-0000007F_:________"?"______________________________| -0011_2.2.2__2_bytes__U-000007FF_:________"?"______________________________| -0012_2.2.3__3_bytes__U-0000FFFF_:________"?"______________________________| -0013_2.2.4__4_bytes__U-001FFFFF_:________"?"______________________________| -0014_2.2.5__5_bytes__U-03FFFFFF_:________"?"______________________________| -0015_2.2.6__6_bytes__U-7FFFFFFF_:________"?"______________________________| +0011_2.2.2__2_bytes__U-000007FF_:________"??"______________________________| +0012_2.2.3__3_bytes__U-0000FFFF_:________"???"______________________________| +0013_2.2.4__4_bytes__U-001FFFFF_:________"????"______________________________| +0014_2.2.5__5_bytes__U-03FFFFFF_:________"?????"______________________________| +0015_2.2.6__6_bytes__U-7FFFFFFF_:________"??????"______________________________| 0016_2.3__Other_boundary_conditions_______________________________________| -0017_2.3.1__U-0000D7FF_=_ed_9f_bf_=_"?"___________________________________| -0018_2.3.2__U-0000E000_=_ee_80_80_=_"?"___________________________________| -0019_2.3.3__U-0000FFFD_=_ef_bf_bd_=_"?"___________________________________| -0020_2.3.4__U-0010FFFF_=_f4_8f_bf_bf_=_"?"________________________________| -0021_2.3.5__U-00110000_=_f4_90_80_80_=_"?"________________________________| +0017_2.3.1__U-0000D7FF_=_ed_9f_bf_=_"???"___________________________________| +0018_2.3.2__U-0000E000_=_ee_80_80_=_"???"___________________________________| +0019_2.3.3__U-0000FFFD_=_ef_bf_bd_=_"???"___________________________________| +0020_2.3.4__U-0010FFFF_=_f4_8f_bf_bf_=_"????"________________________________| +0021_2.3.5__U-00110000_=_f4_90_80_80_=_"????"________________________________| 0022_3__Malformed_sequences_______________________________________________| 0023_3.1__Unexpected_continuation_bytes___________________________________| 0024_3.1.1__First_continuation_byte_0x80:_"?"_____________________________| @@ -53,58 +53,58 @@ 0053____"?_?_"____________________________________________________________| 0054_3.3__Sequences_with_last_continuation_byte_missing___________________| 0055_3.3.1__2-byte_sequence_with_last_byte_missing__U+0000_:_____"?"______| -0056_3.3.2__3-byte_sequence_with_last_byte_missing__U+0000_:_____"?"______| -0057_3.3.3__4-byte_sequence_with_last_byte_missing__U+0000_:_____"?"______| -0058_3.3.4__5-byte_sequence_with_last_byte_missing__U+0000_:_____"?"______| -0059_3.3.5__6-byte_sequence_with_last_byte_missing__U+0000_:_____"?"______| +0056_3.3.2__3-byte_sequence_with_last_byte_missing__U+0000_:_____"??"______| +0057_3.3.3__4-byte_sequence_with_last_byte_missing__U+0000_:_____"???"______| +0058_3.3.4__5-byte_sequence_with_last_byte_missing__U+0000_:_____"????"______| +0059_3.3.5__6-byte_sequence_with_last_byte_missing__U+0000_:_____"?????"______| 0060_3.3.6__2-byte_sequence_with_last_byte_missing__U-000007FF_:_"?"______| -0061_3.3.7__3-byte_sequence_with_last_byte_missing__U-0000FFFF_:_"?"______| -0062_3.3.8__4-byte_sequence_with_last_byte_missing__U-001FFFFF_:_"?"______| -0063_3.3.9__5-byte_sequence_with_last_byte_missing__U-03FFFFFF_:_"?"______| -0064_3.3.10_6-byte_sequence_with_last_byte_missing__U-7FFFFFFF_:_"?"______| +0061_3.3.7__3-byte_sequence_with_last_byte_missing__U-0000FFFF_:_"??"______| +0062_3.3.8__4-byte_sequence_with_last_byte_missing__U-001FFFFF_:_"???"______| +0063_3.3.9__5-byte_sequence_with_last_byte_missing__U-03FFFFFF_:_"????"______| +0064_3.3.10_6-byte_sequence_with_last_byte_missing__U-7FFFFFFF_:_"?????"______| 0065_3.4__Concatenation_of_incomplete_sequences___________________________| -0066____"??????????"______________________________________________________| +0066____"??????????????????????????????"______________________________________________________| 0067_3.5__Impossible_bytes________________________________________________| 0068_3.5.1__fe_=_"?"______________________________________________________| 0069_3.5.2__ff_=_"?"______________________________________________________| 0070_3.5.3__fe_fe_ff_ff_=_"????"__________________________________________| 0071_4__Overlong_sequences________________________________________________| 0072_4.1__Examples_of_an_overlong_ASCII_character_________________________| -0073_4.1.1_U+002F_=_c0_af_____________=_"?"_______________________________| -0074_4.1.2_U+002F_=_e0_80_af__________=_"?"_______________________________| -0075_4.1.3_U+002F_=_f0_80_80_af_______=_"?"_______________________________| -0076_4.1.4_U+002F_=_f8_80_80_80_af____=_"?"_______________________________| -0077_4.1.5_U+002F_=_fc_80_80_80_80_af_=_"?"_______________________________| +0073_4.1.1_U+002F_=_c0_af_____________=_"??"_______________________________| +0074_4.1.2_U+002F_=_e0_80_af__________=_"???"_______________________________| +0075_4.1.3_U+002F_=_f0_80_80_af_______=_"????"_______________________________| +0076_4.1.4_U+002F_=_f8_80_80_80_af____=_"?????"_______________________________| +0077_4.1.5_U+002F_=_fc_80_80_80_80_af_=_"??????"_______________________________| 0078_4.2__Maximum_overlong_sequences______________________________________| -0079_4.2.1__U-0000007F_=_c1_bf_____________=_"?"__________________________| -0080_4.2.2__U-000007FF_=_e0_9f_bf__________=_"?"__________________________| -0081_4.2.3__U-0000FFFF_=_f0_8f_bf_bf_______=_"?"__________________________| -0082_4.2.4__U-001FFFFF_=_f8_87_bf_bf_bf____=_"?"__________________________| -0083_4.2.5__U-03FFFFFF_=_fc_83_bf_bf_bf_bf_=_"?"__________________________| +0079_4.2.1__U-0000007F_=_c1_bf_____________=_"??"__________________________| +0080_4.2.2__U-000007FF_=_e0_9f_bf__________=_"???"__________________________| +0081_4.2.3__U-0000FFFF_=_f0_8f_bf_bf_______=_"????"__________________________| +0082_4.2.4__U-001FFFFF_=_f8_87_bf_bf_bf____=_"?????"__________________________| +0083_4.2.5__U-03FFFFFF_=_fc_83_bf_bf_bf_bf_=_"??????"__________________________| 0084_4.3__Overlong_representation_of_the_NUL_character____________________| -0085_4.3.1__U+0000_=_c0_80_____________=_"?"______________________________| -0086_4.3.2__U+0000_=_e0_80_80__________=_"?"______________________________| -0087_4.3.3__U+0000_=_f0_80_80_80_______=_"?"______________________________| -0088_4.3.4__U+0000_=_f8_80_80_80_80____=_"?"______________________________| -0089_4.3.5__U+0000_=_fc_80_80_80_80_80_=_"?"______________________________| +0085_4.3.1__U+0000_=_c0_80_____________=_"??"______________________________| +0086_4.3.2__U+0000_=_e0_80_80__________=_"???"______________________________| +0087_4.3.3__U+0000_=_f0_80_80_80_______=_"????"______________________________| +0088_4.3.4__U+0000_=_f8_80_80_80_80____=_"?????"______________________________| +0089_4.3.5__U+0000_=_fc_80_80_80_80_80_=_"??????"______________________________| 0090_5__Illegal_code_positions____________________________________________| 0091_5.1_Single_UTF-16_surrogates_________________________________________| -0092_5.1.1__U+D800_=_ed_a0_80_=_"?"_______________________________________| -0093_5.1.2__U+DB7F_=_ed_ad_bf_=_"?"_______________________________________| -0094_5.1.3__U+DB80_=_ed_ae_80_=_"?"_______________________________________| -0095_5.1.4__U+DBFF_=_ed_af_bf_=_"?"_______________________________________| -0096_5.1.5__U+DC00_=_ed_b0_80_=_"?"_______________________________________| -0097_5.1.6__U+DF80_=_ed_be_80_=_"?"_______________________________________| -0098_5.1.7__U+DFFF_=_ed_bf_bf_=_"?"_______________________________________| +0092_5.1.1__U+D800_=_ed_a0_80_=_"???"_______________________________________| +0093_5.1.2__U+DB7F_=_ed_ad_bf_=_"???"_______________________________________| +0094_5.1.3__U+DB80_=_ed_ae_80_=_"???"_______________________________________| +0095_5.1.4__U+DBFF_=_ed_af_bf_=_"???"_______________________________________| +0096_5.1.5__U+DC00_=_ed_b0_80_=_"???"_______________________________________| +0097_5.1.6__U+DF80_=_ed_be_80_=_"???"_______________________________________| +0098_5.1.7__U+DFFF_=_ed_bf_bf_=_"???"_______________________________________| 0099_5.2_Paired_UTF-16_surrogates_________________________________________| -0100_5.2.1__U+D800_U+DC00_=_ed_a0_80_ed_b0_80_=_"??"______________________| -0101_5.2.2__U+D800_U+DFFF_=_ed_a0_80_ed_bf_bf_=_"??"______________________| -0102_5.2.3__U+DB7F_U+DC00_=_ed_ad_bf_ed_b0_80_=_"??"______________________| -0103_5.2.4__U+DB7F_U+DFFF_=_ed_ad_bf_ed_bf_bf_=_"??"______________________| -0104_5.2.5__U+DB80_U+DC00_=_ed_ae_80_ed_b0_80_=_"??"______________________| -0105_5.2.6__U+DB80_U+DFFF_=_ed_ae_80_ed_bf_bf_=_"??"______________________| -0106_5.2.7__U+DBFF_U+DC00_=_ed_af_bf_ed_b0_80_=_"??"______________________| -0107_5.2.8__U+DBFF_U+DFFF_=_ed_af_bf_ed_bf_bf_=_"??"______________________| +0100_5.2.1__U+D800_U+DC00_=_ed_a0_80_ed_b0_80_=_"??????"______________________| +0101_5.2.2__U+D800_U+DFFF_=_ed_a0_80_ed_bf_bf_=_"??????"______________________| +0102_5.2.3__U+DB7F_U+DC00_=_ed_ad_bf_ed_b0_80_=_"??????"______________________| +0103_5.2.4__U+DB7F_U+DFFF_=_ed_ad_bf_ed_bf_bf_=_"??????"______________________| +0104_5.2.5__U+DB80_U+DC00_=_ed_ae_80_ed_b0_80_=_"??????"______________________| +0105_5.2.6__U+DB80_U+DFFF_=_ed_ae_80_ed_bf_bf_=_"??????"______________________| +0106_5.2.7__U+DBFF_U+DC00_=_ed_af_bf_ed_b0_80_=_"??????"______________________| +0107_5.2.8__U+DBFF_U+DFFF_=_ed_af_bf_ed_bf_bf_=_"??????"______________________| 0108_5.3_Other_illegal_code_positions_____________________________________| -0109_5.3.1__U+FFFE_=_ef_bf_be_=_"?"_______________________________________| -0110_5.3.2__U+FFFF_=_ef_bf_bf_=_"?"_______________________________________| +0109_5.3.1__U+FFFE_=_ef_bf_be_=_"???"_______________________________________| +0110_5.3.2__U+FFFF_=_ef_bf_bf_=_"???"_______________________________________| ====================== 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 -f 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 'foo bar ' >input echo -ne '--- a/input.orig +++ b/input @@ -5,5 +5,8 @@ foo +1 +2 +3 bar -- 2.9.2 ' | patch -p1 2>&1; echo $?; cat input PASS: patch internal buffering bug? ====================== 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 20401 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/root' 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' 3 +3 ' 3' ' +3' 2>&1; echo $? PASS: printf handles positive numbers for %d ====================== echo -ne '' >input echo -ne '' | busybox printf '%i\n' 3 +3 ' 3' ' +3' 2>&1; echo $? PASS: printf handles positive numbers for %i ====================== echo -ne '' >input echo -ne '' | busybox printf '%x\n' 42 +42 ' 42' ' +42' 2>&1; echo $? PASS: printf handles positive numbers for %x ====================== echo -ne '' >input echo -ne '' | busybox printf '%0.3f\n' .42 +.42 ' .42' ' +.42' 2>&1; echo $? PASS: printf handles positive numbers for %f ====================== 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 weird 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 'woo\0woo\0' | sed -e 's/woo/bang/g' PASS: sed embedded NUL g ====================== 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' - PASS: sed append autoinserts newline ====================== echo -ne 'boot' >input echo -ne 'woot' | sed -e '/oot/a woo' - input PASS: sed append autoinserts newline 2 ====================== echo -ne 'boot' >input echo -ne '' | sed -e '/oot/a woo' -i input && cat input PASS: sed append autoinserts newline 3 ====================== 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 '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 'line1\n' | sed '/1/a\\t\rzero\none\\ntwo\\\nthree' PASS: sed a cmd understands \n,\t,\r ====================== echo -ne '' >input echo -ne 'line1\n' | sed '/1/i\\t\rzero\none\\ntwo\\\nthree' PASS: sed i cmd understands \n,\t,\r ====================== 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 '' >input echo -ne 'a\n1\nc\nc\na\n2\na\n3\n' | sed -n '/a/,+1 p' PASS: sed /regex/,+N{...} addresses work 2 ====================== 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 '123\nqwe\nasd\n' | sed 's/qwe/ZZZ/wz'; cat z; rm z PASS: sed 's///w FILE' ====================== echo -ne '' >input echo -ne 'q\nw\ne\nr\n' | sed '/w/p;//q' PASS: sed uses previous regexp ====================== 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 'aa.2 ab.1 ' >input echo -ne '' | sort -t. -k1,1.1 -k2 input PASS: sort with ENDCHAR ====================== 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 ====================== echo -ne '' >input echo -ne '' | start-stop-daemon -S false 2>&1; echo $? PASS: start-stop-daemon without -x and -a ====================== echo -ne '' >input echo -ne '' | start-stop-daemon -S -x /bin/false -a qwerty false 2>&1; echo $? PASS: start-stop-daemon with both -x and -a 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 '' | \ >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/" rm -rf input_dir 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 '' | \ >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 '' | \ >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 '' | 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 SKIP: tar does not extract into symlinks SKIP: tar -k does not extract into symlinks ====================== echo -ne '' >input echo -ne '' | \ tar xvf ../tar.utf8.tar.bz2 2>&1; echo $? export LANG=en_US.UTF-8 ls -l etc/ssl/certs/* | sed "s:.*etc/:etc/:" | sort unset LANG rm -rf etc usr PASS: Pax-encoded UTF8 names and symlinks SKIP: Symlink attack: create symlink and then write through it ====================== echo -ne '' >input echo -ne '' | \ mkdir dir >dir/a ln -s ../dir/a dir/b ln dir/b dir/c mkdir new tar cf - dir/* | tar -C new -xvf - 2>&1 PASS: Symlinks and hardlinks coexist 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 PASS: unzip (subdir only) SKIP: unzip (bad archive) SKIP: unzip (archive with corrupted lzma 1) SKIP: unzip (archive with corrupted lzma 2) 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 FAIL: wget--O-overrides--P + test x '!=' x + mkdir foo + busybox wget -q -O index.html -P foo http://www.example.org/ wget: bad address 'www.example.org' FAIL: wget-handles-empty-path + test x '!=' x + busybox wget http://www.example.org wget: bad address 'www.example.org' FAIL: wget-retrieves-google-index + test x '!=' x + busybox wget -q -O foo http://www.example.org/ wget: bad address 'www.example.org' FAIL: wget-supports--P + test x '!=' x + mkdir foo + busybox wget -q -P foo http://www.example.org/ wget: bad address 'www.example.org' PASS: which-uses-default-path SKIP: 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 DURATION: 84 END: /usr/lib/busybox/ptest 2019-08-16T19:40 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:40 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 DURATION: 0 END: /usr/lib/bzip2/ptest 2019-08-16T19:40 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:40 BEGIN: /usr/lib/dbus-test/ptest PASS: test/test-bus-launch-helper PASS: test/test-bus-system PASS: test/test-corrupt PASS: test/test-dbus PASS: test/test-dbus-daemon PASS: test/test-dbus-daemon-eavesdrop PASS: test/test-fdpass PASS: test/test-loopback PASS: test/test-marshal PASS: test/test-message PASS: test/test-monitor FAIL: test/test-names PASS: test/test-printf PASS: test/test-refs PASS: test/test-relay SKIP: test/test-sd-activation PASS: test/test-shell PASS: test/test-spawn PASS: test/test-syntax PASS: test/test-syslog SKIP: test/test-uid-permissions PASS: test/test-variant DURATION: 18 END: /usr/lib/dbus-test/ptest 2019-08-16T19:41 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:41 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 DURATION: 3 END: /usr/lib/diffstat/ptest 2019-08-16T19:41 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:41 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 PASS: 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 XFAIL: large-subopt PASS: new-file PASS: no-dereference PASS: no-newline-at-eof PASS: stdin PASS: strcoll-0-names PASS: filename-quoting PASS: strip-trailing-cr PASS: colors ============================================================================ Testsuite summary for GNU diffutils 3.7 ============================================================================ # TOTAL: 22 # PASS: 21 # SKIP: 0 # XFAIL: 1 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[1]: Leaving directory '/usr/lib/diffutils/ptest/tests' make: Leaving directory '/usr/lib/diffutils/ptest/tests' DURATION: 5 END: /usr/lib/diffutils/ptest 2019-08-16T19:41 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:41 BEGIN: /usr/lib/e2fsprogs/ptest debugfs 1.45.3 (14-Jul-2019) PASS: d_bad_ostype: handle bad (negative) os_type: ok PASS: d_corrupt_journal_nr_users: Journal superblock corrupted, nr_users too high: ok PASS: d_dumpe2fs_group_only: dumpe2fs group only mode: ok PASS: d_fallocate: fallocate sparse files and big files: ok PASS: d_fallocate_bigalloc: fallocate sparse files and big files with bigalloc: ok PASS: d_fallocate_blkmap: fallocate sparse files and big files on a blockmap fs: ok PASS: d_inline_dump: debugfs dump inline data test: ok PASS: d_loaddump: debugfs load/dump test: ok PASS: d_punch: punch sparse files and big files: ok PASS: d_punch_bigalloc: punch sparse files and big files with bigalloc: ok PASS: d_special_files: create special files in debugfs: ok PASS: d_xattr_edits: edit extended attributes in debugfs: ok PASS: d_xattr_sorting: sort extended attributes in debugfs: ok SKIP: e_brel_bma: block relocation table using memory array implementation: skipped PASS: e_icount_normal: inode counting structure optimized for low counts: ok PASS: e_icount_opt: inode counting abstraction optimized for counting: ok SKIP: e_irel_ima: inode relocation table using memory array implementation: skipped PASS: f_16384_block: 16384 byte blocksize: ok PASS: f_8192_block: 8192 byte blocksize: ok PASS: f_bad_bbitmap: corrupt block bitmap (metadata_csum): ok PASS: f_bad_bmap_csum: bad block/inode bitmap csum (metadata_csum): ok PASS: f_bad_disconnected_inode: Disconnected inode with bad fields: ok PASS: f_bad_gdt_csum: bad group descriptor csum (metadata_csum): ok PASS: f_bad_ibitmap: corrupt inode bitmap (metadata_csum): ok PASS: f_bad_inode_csum: inode table corruption (metadata_csum): ok PASS: f_bad_local_jnl: test for corrupt local journal (bad V1->V2 journal upgrade): ok PASS: f_badbblocks: illegal blocks in bad block inode: ok PASS: f_badcluster: test alignment problems with bigalloc clusters: ok PASS: f_baddir: corrupted directory entries: ok PASS: f_baddir2: salvage last directory entry: ok PASS: f_baddotdir: bad '.' and '..' entries: ok PASS: f_badinode: corrupted inode entries: ok PASS: f_badjour_indblks: corruption in journal inode's indirect blocks: ok PASS: f_badjourblks: Illegal blocks in journal inode (and backup in superblock): ok PASS: f_badorphan: corrupted orphan list: ok PASS: f_badprimary: bad blocks in the primary superblock and group descriptors: ok PASS: f_badroot: file in root directory inode: ok PASS: f_badsymlinks: corrupted symlinks: ok PASS: f_badsymlinks2: more types of corrupted symlinks: ok PASS: f_badtable: bad blocks in bitmaps and inode table: ok PASS: f_bb_in_bb: bad block inode table block in bad block list: ok PASS: f_bbfile: bad blocks in files: ok PASS: f_bbinode: bad blocks in inode table: ok PASS: f_big_sparse: big sparse file: ok PASS: f_bigalloc_badinode: delete bad inode handling for bigalloc filesystems: ok PASS: f_bigalloc_orphan_list: orphaned list handling with bigalloc file systems: ok PASS: f_bigalloc_symlink_with_xattr: fast symlink + xattr block on bigalloc fs: ok PASS: f_bitmaps: corrupted inode and block bitmaps: ok PASS: f_boundscheck: infinite loop when finding table free space: ok PASS: f_clear_xattr: clearing i_file_acl when !ext_attr feature: ok PASS: f_cloneblock_alloc_error: decrement badcount after remapping duplicate block: ok PASS: f_collapse_extent_tree: extent tree can be collapsed one level: ok PASS: f_compress_extent_tree_level: compress an extent tree level: ok PASS: f_convert_bmap: convert blockmap file to extents file: ok PASS: f_convert_bmap_and_extent: convert blockmap to extents files: ok PASS: f_convert_bmap_sparse: convert sparse blockmap file to extents file: ok PASS: f_corrupt_dirent_tail: rebuild a directory with corrupt dirent tail: ok PASS: f_crashdisk: Superblock with illegal values: ok PASS: f_create_symlinks: create fast, inlinedata, and regular symlinks: ok PASS: f_del_dup_quota: delete file containing multiply claimed blocks with quota: ok PASS: f_deleted_inode_bad_csum: deleted inode with bad metadata_csum wasn't fixed: ok PASS: f_desc_size_128: 128-byte group descriptors: ok PASS: f_desc_size_bad: bad superblock s_desc_size: ok SKIP: f_detect_junk: skipped (no magic) PASS: f_detect_xfs: detect xfs filesystem: ok PASS: f_dir_bad_csum: dir block w/ missing/bad csum/tail or block corruption: ok PASS: f_dir_bad_mode: directory with corrupted i_mode: ok PASS: f_dirlink: directory hard links: ok PASS: f_dup: blocks claimed by two different files: ok PASS: f_dup2: blocks claimed by three different files: ok PASS: f_dup3: blocks claimed by one file multiple times: ok PASS: f_dup4: find all directory pathnames: ok PASS: f_dup_ba: multiply claimed blocks with bigalloc: ok PASS: f_dup_de: duplicate directory entries: ok PASS: f_dup_de2: duplicate directory entries for non-indexed dirs: ok PASS: f_dup_resize: blocks claimed by the resize inode and another inode: ok PASS: f_dupdot: duplicate '.' and '..' entries: ok PASS: f_dupfsblks: blocks claimed by a file and bitmaps or inode tables: ok PASS: f_dupsuper: blocks claimed by a file and superblock or group descriptors: ok PASS: f_ea_bad_csum: EA block with bad checksum (metadata_csum): ok PASS: f_ea_checks: extended attribute block checks: ok PASS: f_ea_inode: ok PASS: f_ea_inode_self_ref: corrupted, self-referential ea_in_inode: ok PASS: f_ea_value_crash: extended attribute value conflicts with key: ok PASS: f_emptydir: always iterate dir block 0 or e2fsck goes into infinite loop: ok PASS: f_encrypted_lpf: encrypted lost+found directory: ok PASS: f_end-bitmap: corruption at end of block bitmap: ok PASS: f_eofblocks: blocks after i_size: ok PASS: f_expand: expanding lost+found: ok PASS: f_expandroot_create_lnf: no space in root to create lost+found entry: ok PASS: f_ext_journal: test external journal device: ok PASS: f_ext_zero_len: extent with zero length: ok PASS: f_extent_bad_node: bad interior node in extent tree (metadata_csum): ok PASS: f_extent_htree: htree extent compression setup: ok PASS: f_extent_htree: htree extent compression: ok PASS: f_extent_int_bad_csum: bad csum in internal extent (metadata_csum): ok PASS: f_extent_int_bad_extent: bad extent in internal extent (metadata_csum): ok PASS: f_extent_int_bad_magic: bad magic number in internal extent (metadata_csum): ok PASS: f_extent_interior_start_lblk: incorrect starting lblk in an interior node: ok PASS: f_extent_leaf_bad_csum: bad csum in leaf extent (metadata_csum): ok PASS: f_extent_leaf_bad_extent: bad extent in leaf extent (metadata_csum): ok PASS: f_extent_leaf_bad_magic: bad magic number in leaf extent (metadata_csum): ok PASS: f_extent_oobounds: ok PASS: f_extent_too_deep: extent tree is deeper than it needs to be: ok PASS: f_extents: basic extents support: ok PASS: f_extents2: multiply claimed blocks in extents and other illegal extents: ok PASS: f_extra_journal: Valid journal inode, but has_journal feature not present: ok PASS: f_fast_symlink_extents: fast symlink with extents flag set: ok PASS: f_file_acl_high: i_file_acl_high should be zero: ok PASS: f_filetype: set filetype information and illegal special files: ok PASS: f_first_meta_bg_too_big: s_first_meta_bg is too large: ok PASS: f_full_bg: inode table in last block of first bg: ok PASS: f_h_badnode: hash directory with bad HTREE nodes: ok PASS: f_h_badroot: bad htree root nodes: ok PASS: f_h_normal: Normal (signed) HTREE directory: ok PASS: f_h_reindex: reindex HTREE Directory with different hash seed: ok PASS: f_h_unsigned: Unsigned HTREE directory: ok PASS: f_holedir: directory with holes and illegal blocks: ok PASS: f_holedir2: directories with holes and zero i_size: ok PASS: f_holedir3: real directories with holes and zero i_size: ok PASS: f_holedir4: bigalloc directory with hole and misaligned extent after hole: ok PASS: f_htree_bad_csum: htree block bad csum/tail dirent/htree index corruption: ok PASS: f_htree_leaf_csum: bad csum in htree leaf block: ok PASS: f_hugedir_blocks: dir crashes e2fsck with impossible logical blk offset: ok PASS: f_hurd: GNU/Hurd specific tests: ok PASS: f_idata_and_extents: conflicting extents and inline_data inode flags: ok PASS: f_illbbitmap: illegal block bitmap: ok PASS: f_illibitmap: illegal inode bitmap: ok PASS: f_illitable: illegal inode table: ok PASS: f_illitable_flexbg: illegal inode table with FLEX_BG: ok PASS: f_imagic: non-imagic filesystem with imagic inodes: ok PASS: f_imagic_fs: imagic filesystem with imagic inodes: ok PASS: f_ind_inode_collision: multiple *ind collisions with critical metadata: ok PASS: f_inlinedata_dirblocks: check inline dir as two dirent blocks: ok PASS: f_inlinedata_flags: check incorrect inline_data flags: ok PASS: f_inlinedata_repair: repair corrupt inline data files: ok PASS: f_inlinedir_detector: detect inline dirs correctly: ok PASS: f_inode_ea_collision: collisions in the inode ea area: ok PASS: f_invalid_bad_inode: check for bogus bad inode: ok PASS: f_invalid_extent_symlink: extent-mapped symlink with two blocks: ok PASS: f_itable_collision: collision between IND/extent tree blocks and inode table: ok PASS: f_jnl_32bit: on-disk 32-bit journal format: ok PASS: f_jnl_64bit: on-disk 64-bit journal format: ok PASS: f_jnl_errno: journal s_errno handling: ok PASS: f_jnl_etb_alloc_fail: can't allocate extent tree block recreating journal: ok PASS: f_journal: recover journal from corrupted inode table: ok SKIP: f_large_dir: optimize 3 level htree directories: skipped (slow test) PASS: f_lotsbad: too many illegal blocks in inode: ok PASS: f_lpf: missing lost+found: ok PASS: f_lpf2: create lost+found and reconnect lost directory: ok PASS: f_lpffile: lost+found is not a directory: ok PASS: f_messy_inode: bad file and directory acl pointers: ok PASS: f_miss_blk_bmap: missing block bitmap: ok PASS: f_miss_journal: Non-existent journal inode: ok PASS: f_misstable: missing inode table: ok PASS: f_mke2fs2b: mke2fs version 0.2b created filesystem: ok f_mke2fs_baddisk: mke2fs /dev/mapper/bad_disk should fail: skip SKIP: f_mmp: disable MMP with tune2fs after e2fsck killed: skipped (slow test) SKIP: f_mmp_garbage: repair MMP when it is corrupted: skipped (slow test) PASS: f_no: e2fsck with repeated no: ok PASS: f_no_cache_corrupt_inode: don't cache inodes that fail checksum verification: ok PASS: f_noroot: missing root directory: ok PASS: f_nospc_create_lnf: no space to create lost+found: ok PASS: f_okgroup: 8193 block long filesystem: ok PASS: f_opt_extent: optimize extent tree: ok PASS: f_opt_extent_ext3: convert ext3 to extent tree: ok PASS: f_orphan: clearing orphan inodes: ok PASS: f_orphan_dotdot_ft: filetype of .. in orphaned directories: ok PASS: f_orphan_extents_inode: truncating an orphaned extent-mapped inode: ok PASS: f_orphan_indirect_inode: truncating an orphaned inode in preen mode: ok PASS: f_orphquot: e2fsck with quota and orphan inodes: ok PASS: f_overfsblks: overlapping inode and block bitmaps: ok PASS: f_pre_1970_date_encoding: correct mis-encoded pre-1970 dates: ok PASS: f_preen: preen shouldn't destroy backup superblocks: ok PASS: f_quota: fix incorrect usage stats in quota: ok PASS: f_quota_extent_opt: extent optimization with quota: ok PASS: f_quota_invalid_inum: invalid quota inode numbers: ok PASS: f_readonly_fsck: ensure that a readonly check doesn't modify the fs: ok PASS: f_rebuild_csum_rootdir: force rebuild corrupted rootdir w/ metadata_csum: ok PASS: f_recnect_bad: Reconnecting bad inode: ok PASS: f_reconnect: simple disconnected file inode: ok PASS: f_rehash_dir: optimize htree directories: ok PASS: f_resize_inode: e2fsck with resize_inode: ok PASS: f_resize_inode_meta_bg: conflicting features resize_inode and meta_bg: ok PASS: f_salvage_dir: salvage corrupted directories: ok PASS: f_sb_extra_isize: check invalid extra_isize fields in superblock: ok PASS: f_selinux: SE Linux generated symlinks with EA data: ok PASS: f_shared_blocks_ok: clean check for intentionally shared blocks: ok PASS: f_short_encrypted_dirent: short encrypted directory entry: ok PASS: f_special_ea: Special files with extended attributes: ok PASS: f_summary_counts: incorrect inode/block free counts: ok PASS: f_super_bad_csum: bad csum in superblock (metadata_csum): ok PASS: f_toobig_extent_dir: directory with a very large lblk in extent: ok PASS: f_trunc_dirent_header: no space for dirent header at end of buf: ok PASS: f_uninit_cat: cat a file with uninit blocks: ok PASS: f_uninit_dir: fix uninit flag on directory extents and check the dir blocks: ok PASS: f_uninit_ext_past_eof: fallocated extents after i_size: ok PASS: f_uninit_ext_past_eof2: fallocate extents w/ nonzero i_size and extents > 4: ok PASS: f_uninit_last_uninit: last group has BLOCK_UNINIT set: ok PASS: f_unshare_blocks_no_space: unshare blocks should fail with no free space: ok PASS: f_unshare_blocks_ok: unshare blocks successfully: ok PASS: f_unsorted_EAs: unsorted EAs in inode should not be deleted: ok PASS: f_unused_itable: Don't move files to lost+found for bg_unused_itable: ok PASS: f_valid_ea_in_inode: valid ea-in-inode examplars: ok PASS: f_verity: verity file: ok PASS: f_write_ea_no_extra_isize: write EA when i_extra_size is zero: ok PASS: f_write_ea_toobig_extra_isize: write EA when i_extra_size is too big for EA: ok PASS: f_write_ea_toosmall_extra_isize: write EA when i_extra_size is too small: ok PASS: f_yes: e2fsck with repeated yes: ok PASS: f_yesall: e2fsck with yes-to-all: ok PASS: f_yesthenall: e2fsck with yes then yes-to-all: ok PASS: f_yesthenno: e2fsck with yes then no: ok PASS: f_zero_group: fallback for damaged group descriptors: ok PASS: f_zero_inode_size: superblock with a zero inode size: ok PASS: f_zero_super: fallback for damaged superblock: ok PASS: f_zero_xattr: zero length extended attribute in in-inode xattr: ok PASS: f_zeroed_ext_header: zap inode with zeroed extent header: ok PASS: i_bad_csum: e2image corrupt fs: ok PASS: i_bitmaps: e2image bitmap read/write test: ok PASS: i_qcow: create/convert raw/qcow2 images: ok PASS: i_zero_super: ok PASS: j_corrupt_commit_csum: corrupt commit csum (csum v3): ok PASS: j_corrupt_commit_tid: corrupt commit tid (csum v3): ok PASS: j_corrupt_descr_csum: corrupt descr csum (csum v3): ok PASS: j_corrupt_descr_tid: corrupt descr tid (csum v3): ok PASS: j_corrupt_ext_jnl_sb_block: corrupt mcsum ext jnl fs superblock block: ok PASS: j_corrupt_ext_jnl_sb_csum: corrupt external journal superblock metadata_csum: ok PASS: j_corrupt_journal_block: corrupt journal block (csum v3): ok PASS: j_corrupt_revoke_block: corrupt revoke block (csum v3): ok PASS: j_corrupt_revoke_csum: corrupt revoke csum (csum v3): ok PASS: j_corrupt_revoke_rcount: corrupt revoke r_count buffer overflow: ok PASS: j_corrupt_sb_csum: corrupt sb csum (csum v3): ok PASS: j_corrupt_sb_magic: corrupt sb magic (csum v3): ok PASS: j_ext_dumpe2fs: dumpe2fs of external journal device: ok PASS: j_ext_long_revoke_trans: revoke trans nuking free space w/ ext. journal: ok PASS: j_ext_long_trans: transaction nuking free space w/ ext. journal: ok PASS: j_long_revoke_trans: revoked transaction nuking free space: ok PASS: j_long_revoke_trans_mcsum_32bit: revoked trans nuking free space 32bit,mcsum: ok PASS: j_long_revoke_trans_mcsum_64bit: revoke trans nuking free space 64bit,mcsum: ok PASS: j_long_trans: transaction nuking free space: ok PASS: j_long_trans_mcsum_32bit: trans nuking free space 32bit,meta_csum: ok PASS: j_long_trans_mcsum_64bit: trans nuking free space 64bit,meta_csum: ok PASS: j_recover_csum2_32bit: recover 32-bit journal checksum v2: ok PASS: j_recover_csum2_64bit: recover 64-bit journal checksum v2: ok PASS: j_recover_csum3_64bit: recover 64-bit journal checksum v3: ok PASS: j_short_revoke_trans: revoke blocks of transaction nuking bitmaps: ok PASS: j_short_revoke_trans_mcsum_64bit: revoke trans nuking bmap 64bit,meta_csum: ok PASS: j_short_trans: transaction nuking the bitmaps: ok PASS: j_short_trans_64bit: transaction nuking the bitmaps on 64bit: ok PASS: j_short_trans_mcsum_64bit: trans nuking bitmaps 64bit,meta_csum: ok PASS: j_short_trans_old_csum: trans nuking bitmaps v1 journal csum: ok PASS: j_short_trans_open_recover: don't recover open journal: ok PASS: j_short_trans_recover: transaction nuking the bitmaps (debugfs recovery): ok PASS: j_short_trans_recover_mcsum_64bit: uncommitted trans nuking bmap 64bit,mcsum: ok PASS: j_short_uncommitted_trans: uncommitted transaction nuking bitmaps: ok PASS: j_short_uncommitted_trans_mcsum_64bit: uncommitted trans nuking bmap 64b,mcsum: ok PASS: m_64bit_flexbg: mkfs with 64bit and flex_bg: ok PASS: m_bigjournal: journal over 4GB in size: ok PASS: m_dasd_bs: 2048 byte sector devices: ok PASS: m_desc_size_128: enable 128-byte group descriptor on mkfs: ok PASS: m_devdir: create fs image from /dev: ok PASS: m_error_behavior: mke2fs with error behavior: ok PASS: m_extent_journal: extent-mapped journal: ok PASS: m_hugefile: create a hugefile fs with a single huge file: ok PASS: m_hugefile_slack: mke2fs create hugefile fs with slack: ok PASS: m_image_mmp: create image for partition with enabled mmp and execute fsck on image: ok PASS: m_large_file: largefile fs type: ok PASS: m_mcsum_extjournal: create external journal with sb checksum (metadata_csum): ok PASS: m_meta_bg: meta blockgroup feature: ok PASS: m_minrootdir: create fs image from dir, then minimize it: ok PASS: m_mkfs_overhead: test bg overhead calculation: ok PASS: m_mmp: enable MMP during mke2fs: ok PASS: m_mmp_bad_csum: mmp with bad csum (metadata_csum): ok PASS: m_mmp_bad_magic: mmp with bad magic (metadata_csum): ok PASS: m_no_opt: no filesystem extensions: ok PASS: m_offset: mke2fs with offset option (-E offset=N): ok PASS: m_quota: enable quota feature on mkfs: ok PASS: m_raid_opt: raid options: ok PASS: m_resize_inode_meta_bg: resize_inode and meta_bg enabled: ok PASS: m_root_owner: root directory owner: ok PASS: m_rootdir: create fs image from dir: ok PASS: m_std: standard filesystem options: ok PASS: m_uninit: uninitialized group feature: ok PASS: r_1024_small_bg: ext2 1024 blocksize with small block groups: ok PASS: r_32to64bit: convert flex_bg 32bit fs to 64bit fs: ok PASS: r_32to64bit_expand_full: convert+expand full fs to 64bit: ok PASS: r_32to64bit_meta: convert meta_bg 32bit fs to 64bit fs: ok PASS: r_32to64bit_move_itable: convert 32 to 64bit w/ itable move: ok SKIP: r_64bit_big_expand: : skipped (slow test) PASS: r_64to32bit: convert flex_bg 64bit fs to 32bit fs: ok PASS: r_64to32bit_meta: convert meta_bg 64bit fs to 32bit fs: ok PASS: r_bigalloc_big_expand: ext4 with bigalloc: ok PASS: r_expand_full: expand a totally full filesystem: ok SKIP: r_ext4_big_expand: : skipped (slow test) PASS: r_ext4_small_bg: ext4 1024 blocksize with small block groups: ok PASS: r_fixup_lastbg: fix up last bg when expanding within the last bg: ok PASS: r_fixup_lastbg_big: fix up last bg when expanding beyond the last bg: ok PASS: r_inline_xattr: shrinking filesystem with in-inode extended attributes: ok PASS: r_meta_bg_shrink: meta_bg shrink: ok PASS: r_min_itable: resize2fs -M with inode table in middle of last block group: ok PASS: r_move_inode_int_extent: move inode and its interior extent tree block: ok PASS: r_move_itable: filesystem resize which requires moving the inode table: ok PASS: r_move_itable_nostride: resize with flex_bg and stride value set: ok PASS: r_move_itable_realloc: don't allocate inode table from in-use blocks: ok PASS: r_resize_inode: filesystem resize with a resize_inode present: ok PASS: t_change_uuid: change uuid on a pre-metadata-csum: ok PASS: t_change_uuid_mcsum: change uuid on a metadata-csum: ok PASS: t_change_uuid_mcsum_mounted: change uuid on a metadata-csum: ok PASS: t_change_uuid_mcsum_seed_mounted: change meta-csum uuid with mcsum-seed: ok PASS: t_change_uuid_mounted: change uuid on a mounted pre-metadata-csum: ok PASS: t_dangerous: dangerous tune2fs operation prompts: ok PASS: t_disable_changed_csum_seed: tune2fs disable csum seed after uuid change: ok PASS: t_disable_changed_csum_seed_mounted: mounted tune2fs disable csum+uuid: ok PASS: t_disable_csum_seed: disable csum seed via tune2fs: ok PASS: t_disable_mcsum: disable metadata_csum: ok PASS: t_disable_mcsum_noinitbg: disable metadata_csum and uninit_bg: ok PASS: t_disable_mcsum_yesinitbg: disable metadata_csum and enable uninit_bg: ok PASS: t_disable_meta_csum_and_seed: disable csum seed and csums via tune2fs: ok PASS: t_enable_csum_seed: enable csum seed via tune2fs: ok PASS: t_enable_mcsum: enable metadata_csum: ok PASS: t_enable_mcsum_ext3: enable metadata_csum on ext3 fs: ok PASS: t_enable_mcsum_initbg: enable metadata_csum when ^uninit_bg: ok PASS: t_ext_jnl_fail: tune2fs fail external journal: ok PASS: t_ext_jnl_rm: remove missing external journal device: ok PASS: t_format_csum_seed: format with csum_seed: ok PASS: t_iexpand_full: expand inodes on a totally full filesystem: ok PASS: t_iexpand_mcsum: expand inodes and turn on metadata_csum: ok PASS: t_mmp_1on: enable MMP using tune2fs: ok PASS: t_mmp_2off: disable MMP using tune2fs: ok PASS: t_project_1on: enable project using tune2fs -O option: ok PASS: t_project_2off: disable project using tune2fs: ok PASS: t_project_3on: enable project using tune2fs -Q option: ok PASS: t_project_4off: disable project using tune2fs -Q option: ok PASS: t_quota_1on: enable quota using tune2fs: ok PASS: t_quota_2off: disable quota using tune2fs: ok PASS: t_replay_and_set: recover journal and clear features: ok PASS: t_uninit_bg_rm: remove uninit_bg: ok PASS: u_compound_bad_rollback: e2undo with mke2fs/tune2fs/resize2fs/e2fsck -z: ok PASS: u_compound_rollback: e2undo with mke2fs/tune2fs/resize2fs/e2fsck -z: ok PASS: u_corrupt_blk_csum: corrupt e2undo block data: ok PASS: u_corrupt_blk_csum_force: force replay of corrupt e2undo block data: ok PASS: u_corrupt_hdr_csum: corrupt e2undo header: ok PASS: u_corrupt_key_csum: corrupt e2undo key data: ok PASS: u_debugfs_opt: e2undo with debugfs -z: ok PASS: u_dryrun: e2undo dry run: ok PASS: u_e2fsck_opt: e2undo with e2fsck -z: ok PASS: u_errorout: e2undo a failed command: ok PASS: u_force: e2undo force: ok PASS: u_force_dryrun: force dry-run replay of corrupt e2undo block data: ok PASS: u_incomplete: e2undo with incomplete undo file: ok PASS: u_mke2fs: e2undo with mke2fs: ok PASS: u_mke2fs_opt: e2undo with mke2fs -z: ok PASS: u_mke2fs_opt_oddsize: e2undo with mke2fs -z and non-32k-aligned bdev size: ok PASS: u_mke2fs_opt_offset: e2undo and mke2fs with offset option: ok PASS: u_not_undo: e2undo a non-undo file: ok PASS: u_offset: e2undo with the offset option (-o offset): ok PASS: u_onefile_bad: check that we cant append a bad undo file: ok PASS: u_resize2fs_opt: e2undo with resize2fs -z: ok PASS: u_revert_64bitmcsum_onefile: convert fs to 64bit,mcsum and revert undo file: ok PASS: u_revert_all_onefile: convert 64bit,mcsum and revert undo file: ok PASS: u_revert_upgrade_to_64bitmcsum: convert 64bit,mcsum and revert both: ok PASS: u_tune2fs: e2undo with tune2fs: ok PASS: u_tune2fs_opt: e2undo with tune2fs -z: ok PASS: u_undo_undo: undo e2undo: ok PASS: u_wrong_fs: e2undo on the wrong fs: ok 356 tests succeeded 0 tests failed DURATION: 105 END: /usr/lib/e2fsprogs/ptest 2019-08-16T19:43 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:43 BEGIN: /usr/lib/elfutils/ptest PASS: run-arextract.sh SKIP: run-arsymtest.sh Make a sorted list of the just build src .o files. nm.o size.o strip.o Create a new ar file with the .o files. eu-ar: creating test.ar List the ar file contents. Delete all objects again. Check new ar file is now empty PASS: run-ar.sh PASS: newfile PASS: test-nlist PASS: update1 PASS: update2 PASS: update3 PASS: update4 PASS: run-show-die-info.sh PASS: run-get-files.sh PASS: run-get-lines.sh PASS: run-next-files.sh PASS: run-next-lines.sh PASS: run-get-pubnames.sh PASS: run-get-aranges.sh PASS: run-allfcts.sh PASS: run-show-abbrev.sh PASS: run-line2addr.sh PASS: hash PASS: newscn PASS: run-strip-test.sh PASS: run-strip-test2.sh PASS: run-strip-test3.sh PASS: run-strip-test4.sh PASS: run-strip-test5.sh PASS: run-strip-test6.sh PASS: run-strip-test7.sh PASS: run-strip-test8.sh PASS: run-strip-test9.sh PASS: run-strip-test10.sh PASS: run-strip-test11.sh PASS: run-strip-test12.sh /usr/bin/gcc PASS: run-strip-nothing.sh /usr/bin/gcc Create debug a.out. strip -g to file with debug file [26] .symtab SYMTAB 0000000000000000 00003040 00000618 24 27 47 8 0 1 arm strip -g to file with debug file [28] .symtab SYMTAB 00000000 000750 000750 16 29 89 4 0 1 aarch64 strip -g to file with debug file [27] .symtab SYMTAB 0000000000000000 00000920 000009c0 24 28 78 8 0 1 PASS: run-strip-g.sh PASS: run-annobingroup.sh PASS: run-strip-groups.sh runtest hello_i386.ko runtest hello_x86_64.ko runtest hello_ppc64.ko runtest hello_s390.ko runtest hello_aarch64.ko runtest hello_m68k.ko runtest hello_riscv64.ko runtest /usr/lib/elfutils/ptest/tests/..//src/strip runtest /usr/lib/elfutils/ptest/tests/..//src/strip.o runtest strip-uncompressed.o runtest strip-compressed.o runtest testfile-debug-rel-ppc64.o runtest testfile-debug-rel-ppc64-z.o runtest testfile-debug-rel-ppc64-g.o PASS: run-strip-reloc.sh elflint /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge: No errors /usr/lib/elfutils/ptest/tests/..//src/addr2line: No errors /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge: No errors /usr/lib/elfutils/ptest/tests/..//src/elfcmp: No errors /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge: No errors /usr/lib/elfutils/ptest/tests/..//src/objdump: No errors /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge: No errors /usr/lib/elfutils/ptest/tests/..//src/readelf: No errors /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge: No errors /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so: No errors /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge: No errors /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so: No errors /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge: No errors /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so: No errors /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge: No errors /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so: No errors /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge: No errors /usr/lib/elfutils/ptest/tests/..//src/size.o: No errors /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge: No errors /usr/lib/elfutils/ptest/tests/..//src/strip.o: No errors elfstrmerge elflint merged.elf No errors strip elflint merged.elf.stripped No errors elflint merged.elf.debug No errors unstrip elflint remerged.elf No errors elfcmp elflint /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge.o No errors elfstrmerge elflint merged.elf No errors strip elflint merged.elf.stripped No errors elflint merged.elf.debug No errors unstrip elflint remerged.elf No errors elfcmp PASS: run-strip-strmerge.sh PASS: run-strip-nobitsalign.sh strip --keep-section=.strtab testfile elflint testfile.elf No errors elflint testfile.debug No errors readelf testfile.elf readelf testfile.debug strip --keep-section=.symtab testfile elflint testfile.elf No errors elflint testfile.debug No errors readelf testfile.elf readelf testfile.debug strip --keep-section=.strtab testfile69.so elflint testfile.elf No errors elflint testfile.debug No errors readelf testfile.elf readelf testfile.debug strip --keep-section=.symtab --remove-comment testfile69.so elflint testfile.elf No errors elflint testfile.debug No errors readelf testfile.elf readelf testfile.debug strip -g --remove-section=.symtab testfile elflint testfile.elf No errors elflint testfile.debug No errors readelf testfile.elf readelf testfile.debug strip -g --remove-section=.s[yt][mr]tab --keep-section=.stab* testfile elflint testfile.elf No errors elflint testfile.debug No errors readelf testfile.elf readelf testfile.debug strip -g --remove-section=.symtab testfile69.so elflint testfile.elf No errors elflint testfile.debug No errors readelf testfile.elf readelf testfile.debug strip -g --remove-section=.s[yt][mr]tab --keep-section=.comment testfile69.so elflint testfile.elf No errors elflint testfile.debug No errors readelf testfile.elf readelf testfile.debug PASS: run-strip-remove-keep.sh PASS: run-unstrip-test.sh PASS: run-unstrip-test2.sh PASS: run-unstrip-test3.sh PASS: run-unstrip-test4.sh PASS: run-unstrip-M.sh merging string tables testfile4 -> testfile4.merged WARNING: symbol table [34] contains section symbol 33 for old shdrstrndx 33 No errors merging string tables testfile12 -> testfile12.merged WARNING: symbol table [32] contains section symbol 31 for old shdrstrndx 31 No errors PASS: run-elfstrmerge-test.sh PASS: run-ecp-test.sh PASS: run-ecp-test2.sh PASS: run-alldts.sh PASS: run-elflint-test.sh PASS: run-elflint-self.sh PASS: run-ranlib-test.sh PASS: run-ranlib-test2.sh PASS: run-ranlib-test3.sh PASS: run-ranlib-test4.sh PASS: run-addrscopes.sh PASS: run-strings-test.sh PASS: run-funcscopes.sh PASS: run-find-prologues.sh PASS: run-allregs.sh PASS: run-addrcfi.sh PASS: run-dwarfcfi.sh PASS: run-nm-self.sh PASS: run-readelf-self.sh Could not find split unit 'testfile-hello5.dwo', id: c422aa5c31fec205 DWARF section [28] '.debug_info' at offset 0x3102: [Offset] Compilation unit at offset 0: Version: 5, Abbreviation section offset: 0, Address size: 8, Offset size: 4 Unit type: skeleton (4), Unit id: 0xc422aa5c31fec205 [ 14] skeleton_unit abbrev: 1 low_pc (addr) 0x0000000000401160 high_pc (data8) 81 (0x00000000004011b1) stmt_list (sec_offset) 0 dwo_name (strp) "testfile-hello5.dwo" comp_dir (strp) "/home/mark/src/elfutils/tests" GNU_pubnames (flag_present) yes addr_base (sec_offset) address base [ 8] Compilation unit at offset 53: Version: 5, Abbreviation section offset: 21, Address size: 8, Offset size: 4 Unit type: skeleton (4), Unit id: 0xb6c8b9d97e6dfdfe [ 49] skeleton_unit abbrev: 1 ranges (sec_offset) range list [ 24] low_pc (addr) 000000000000000000 stmt_list (sec_offset) 655 dwo_name (strp) "testfile-world5.dwo" comp_dir (strp) "/home/mark/src/elfutils/tests" GNU_pubnames (flag_present) yes addr_base (sec_offset) address base [ a8] rnglists_base (sec_offset) range list [ c] Split compilation unit at offset 53: Version: 5, Abbreviation section offset: 0, Address size: 8, Offset size: 4 Unit type: skeleton (4), Unit id: 0xb6c8b9d97e6dfdfe { 14} compile_unit abbrev: 8 producer (strx) "GNU C17 9.0.0 20180515 (experimental) -mtune=generic -march=x86-64 -gdwarf-5 -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2" language (data1) C11 (29) name (strx) "world.c" comp_dir (strx) "/home/mark/src/elfutils/tests" loclists_base (sec_offset) location list [ 0] { 1d} variable abbrev: 9 name (string) "m" decl_file (data1) hello.h (2) decl_line (data1) 1 decl_column (data1) 12 type (ref4) { 27} external (flag_present) yes declaration (flag_present) yes { 27} base_type abbrev: 10 byte_size (data1) 4 encoding (data1) signed (5) name (string) "int" { 2e} base_type abbrev: 1 byte_size (data1) 8 encoding (data1) unsigned (7) name (strx) "long unsigned int" { 32} base_type abbrev: 1 byte_size (data1) 1 encoding (data1) unsigned_char (8) name (strx) "unsigned char" { 36} base_type abbrev: 1 byte_size (data1) 2 encoding (data1) unsigned (7) name (strx) "short unsigned int" { 3a} base_type abbrev: 1 byte_size (data1) 4 encoding (data1) unsigned (7) name (strx) "unsigned int" { 3e} base_type abbrev: 1 byte_size (data1) 1 encoding (data1) signed_char (6) name (strx) "signed char" { 42} base_type abbrev: 1 byte_size (data1) 2 encoding (data1) signed (5) name (strx) "short int" { 46} base_type abbrev: 1 byte_size (data1) 8 encoding (data1) signed (5) name (strx) "long int" { 4a} base_type abbrev: 1 byte_size (data1) 1 encoding (data1) signed_char (6) name (strx) "char" { 4e} const_type abbrev: 11 type (ref4) { 4a} { 53} base_type abbrev: 1 byte_size (data1) 8 encoding (data1) signed (5) name (strx) "long long int" { 57} base_type abbrev: 1 byte_size (data1) 8 encoding (data1) unsigned (7) name (strx) "long long unsigned int" { 5b} subprogram abbrev: 3 external (flag_present) yes name (strx) "main" decl_file (implicit_const) world.c (1) decl_line (data1) 14 decl_column (implicit_const) 1 prototyped (flag_present) yes type (ref4) { 27} low_pc (addrx) [c] 0x0000000000401060
high_pc (data8) 32 (0x0000000000401080 <_start>) frame_base (exprloc) [ 0] call_frame_cfa call_all_calls (flag_present) yes sibling (ref4) { 9b} { 71} formal_parameter abbrev: 2 name (strx) "argc" decl_file (implicit_const) world.c (1) decl_line (data1) 14 decl_column (data1) 11 type (ref4) { 27} location (loclistx) location index [ 0] { 7a} formal_parameter abbrev: 2 name (strx) "argv" decl_file (implicit_const) world.c (1) decl_line (data1) 14 decl_column (data1) 30 type (ref4) { 9b} location (loclistx) location index [ 1] { 83} variable abbrev: 12 name (string) "n" decl_file (data1) world.c (1) decl_line (data1) 16 decl_column (data1) 15 type (ref4) { a0} location (loclistx) location index [ 2] { 8e} call_site abbrev: 4 call_return_pc (addrx) [5] 0x0000000000401079 call_origin (ref4) { a5} { 94} call_site abbrev: 4 call_return_pc (addrx) [a] 0x0000000000401080 <_start> call_origin (ref4) { 114} { 9b} pointer_type abbrev: 5 byte_size (implicit_const) 8 type (ref4) { a0} { a0} pointer_type abbrev: 5 byte_size (implicit_const) 8 type (ref4) { 4e} { a5} subprogram abbrev: 3 external (flag_present) yes name (strx) "calc" decl_file (implicit_const) world.c (1) decl_line (data1) 5 decl_column (implicit_const) 1 prototyped (flag_present) yes type (ref4) { 27} low_pc (addrx) [b] 0x00000000004011c0 high_pc (data8) 43 (0x00000000004011eb) frame_base (exprloc) [ 0] call_frame_cfa call_all_calls (flag_present) yes sibling (ref4) { eb} { bb} formal_parameter abbrev: 2 name (strx) "word" decl_file (implicit_const) world.c (1) decl_line (data1) 5 decl_column (data1) 19 type (ref4) { a0} location (loclistx) location index [ 3] { c4} inlined_subroutine abbrev: 13 abstract_origin (ref4) { eb} entry_pc (addrx) [6] 0x00000000004011d3 ranges (rnglistx) range index [ 0] call_file (data1) world.c (1) call_line (data1) 10 call_column (data1) 10 { ce} formal_parameter abbrev: 6 abstract_origin (ref4) { 101} location (loclistx) location index [ 4] { d4} formal_parameter abbrev: 6 abstract_origin (ref4) { f9} location (loclistx) location index [ 5] { da} lexical_block abbrev: 14 ranges (rnglistx) range index [ 0] { dc} variable abbrev: 15 abstract_origin (ref4) { 109} location (loclistx) location index [ 6] { e2} call_site abbrev: 16 call_return_pc (addrx) [1] 0x00000000004011e4 call_tail_call (flag_present) yes call_origin (ref4) { 11b} { eb} subprogram abbrev: 17 name (strx) "frob" decl_file (data1) hello.h (2) decl_line (data1) 5 decl_column (data1) 1 prototyped (flag_present) yes type (ref4) { 27} inline (data1) declared_inlined (3) sibling (ref4) { 114} { f9} formal_parameter abbrev: 7 name (string) "a" decl_file (implicit_const) hello.h (2) decl_line (implicit_const) 5 decl_column (data1) 11 type (ref4) { 27} { 101} formal_parameter abbrev: 7 name (string) "b" decl_file (implicit_const) hello.h (2) decl_line (implicit_const) 5 decl_column (data1) 18 type (ref4) { 27} { 109} variable abbrev: 18 name (string) "c" decl_file (data1) hello.h (2) decl_line (data1) 7 decl_column (data1) 7 type (ref4) { 27} { 114} subprogram abbrev: 19 external (flag_present) yes declaration (flag_present) yes linkage_name (strx) "exit" name (strx) "exit" decl_file (data1) stdlib.h (3) decl_line (data2) 542 decl_column (data1) 13 { 11b} subprogram abbrev: 20 external (flag_present) yes declaration (flag_present) yes linkage_name (string) "baz" name (string) "baz" decl_file (data1) hello.h (2) decl_line (data1) 2 decl_column (data1) 12 PASS: run-readelf-info-plus.sh PASS: run-readelf-compressed.sh PASS: run-readelf-const-values.sh PASS: run-varlocs-self.sh PASS: run-exprlocs-self.sh PASS: run-readelf-test1.sh PASS: run-readelf-test2.sh PASS: run-readelf-test3.sh PASS: run-readelf-test4.sh PASS: run-readelf-twofiles.sh PASS: run-readelf-macro.sh PASS: run-readelf-loc.sh PASS: run-readelf-ranges.sh PASS: run-readelf-aranges.sh PASS: run-readelf-line.sh PASS: run-readelf-z.sh PASS: run-readelf-n.sh PASS: run-native-test.sh PASS: run-bug1-test.sh PASS: run-debuglink.sh PASS: run-debugaltlink.sh PASS: run-buildid.sh PASS: dwfl-bug-addr-overflow PASS: run-addrname-test.sh PASS: dwfl-bug-fd-leak PASS: dwfl-bug-report PASS: run-dwfl-bug-offline-rel.sh PASS: run-dwfl-addr-sect.sh /usr/bin/gcc PASS: run-disasm-x86.sh /usr/bin/gcc PASS: run-disasm-x86-64.sh PASS: run-early-offscn.sh PASS: run-dwarf-getmacros.sh PASS: run-dwarf-ranges.sh PASS: run-test-flag-nobits.sh PASS: run-prelink-addr-test.sh PASS: run-dwarf-getstring.sh PASS: run-rerequest_tag.sh PASS: run-typeiter.sh PASS: run-readelf-d.sh PASS: run-readelf-gdb_index.sh PASS: run-unstrip-n.sh [b] main.c [2d] main [b] Following split subdie: hello.c [b] hello.c [4e] foo [6a] baz [90] frob [bd] foo [16a] baz Done subdie: hello.c [3f] Following split subdie: world.c [b] world.c [56] main [af] calc [10a] frob Done subdie: world.c [14] Following split subdie: hello.c [14] hello.c [53] foo [6d] baz [90] frob [bc] foo [154] baz Done subdie: hello.c [49] Following split subdie: world.c [14] world.c [5b] main [a5] calc [eb] frob Done subdie: world.c [b] ../sysdeps/x86_64/start.S [39] init.c [79] ../sysdeps/x86_64/crti.S [9b] ../../elfutils-0.176/src/addr2line.c [1441] handle_address [19bc] show [19f2] show_int [2e63] get_addr_width [2ed8] print_src [3095] adjust_to_section [338c] find_symbol [3523] see_one_module [35ad] print_addrsym [3666] print_dwarf_function [379a] get_diename [37d4] symname [3810] parse_opt [3869] main [3b6d] error [3ba0] strtoumax [3bda] printf [3bf9] feof_unlocked [3c17] getline [3c53] putchar [3c71] get_diename [3d72] symname [4190] ../../elfutils-0.176/lib/printversion.c [4785] print_version [48c5] fprintf [4914] elf-init.c [49fd] __libc_csu_fini [4a17] __libc_csu_init [4aef] ../sysdeps/x86_64/crtn.S [b] ../sysdeps/x86_64/start.S [39] init.c [79] ../sysdeps/x86_64/crti.S [9b] ../../elfutils-0.176/src/elfcmp.c [1adb] hash_content_equivalent [1d57] compare_Elf64_Xword [1dbf] compare_Elf32_Word [1e27] regioncompare [1e95] search_for_copy_reloc [2266] open_file [255a] parse_opt [2594] main [4b08] error [4b3b] memset [4b71] open [4b9c] fprintf [4bc7] parse_opt [4fe8] ../../elfutils-0.176/libebl/eblopenbackend.c [71ee] default_abi_cfi [7230] default_check_reloc_target_type [7272] default_check_object_attribute [72f0] default_syscall_abi [735d] default_register_info [73d8] default_return_value_location [741a] default_bss_plt_p [744d] default_check_st_other_bits [7480] default_data_marker_symbol [74c2] default_check_special_symbol [7522] default_copy_reloc_p [7541] default_debugscn_p [7602] default_object_note [7662] default_object_note_type_name [76c2] default_core_note [774f] default_auxv_info [77a0] default_core_note_type_name [77f1] default_osabi_name [782a] default_destr [7859] default_dynamic_tag_check [788c] default_dynamic_tag_name [78dd] default_symbol_binding_name [7916] default_symbol_type_name [794f] default_check_special_section [79af] default_machine_section_flag_check [79e2] default_machine_flag_check [7a15] default_machine_flag_name [7a4e] default_section_name [7aae] default_section_type_name [7ae7] default_segment_type_name [7b20] default_gotpc_reloc_check [7b4c] default_reloc_simple_type [7b9c] default_reloc_valid_use [7bc9] default_reloc_type_check [7be9] default_reloc_type_name [7c23] ebl_openbackend_emulation [7c7b] ebl_openbackend_machine [7cd7] ebl_openbackend [7d84] openbackend [8366] fill_defaults [8393] stpcpy [83bd] strcpy [83e7] mempcpy [841d] snprintf [8454] default_reloc_type_name [8485] default_reloc_type_check [84a8] default_reloc_valid_use [84d2] default_register_info [8712] ../../elfutils-0.176/libebl/eblclosebackend.c [972c] ebl_closebackend [97ba] ../../elfutils-0.176/libebl/eblcopyrelocp.c [a7d4] ebl_copy_reloc_p [a838] ../../elfutils-0.176/libebl/eblsectionstripp.c [b863] ebl_section_strip_p [ba5a] ../../elfutils-0.176/libebl/ebldebugscnp.c [ca74] ebl_debugscn_p [cad8] ../../elfutils-0.176/lib/printversion.c [d0cd] print_version [d20d] fprintf [d25c] elf-init.c [d345] __libc_csu_fini [d35f] __libc_csu_init [d437] ../sysdeps/x86_64/crtn.S [b] ../sysdeps/x86_64/start.S [39] init.c [79] ../sysdeps/x86_64/crti.S [9b] ../../elfutils-0.176/src/objdump.c [1c5b] handle_elf [2b1a] show_disasm [2bc5] disasm_output [2f16] show_full_content [2fdd] show_relocs [3759] section_match [37ba] show_relocs_rela [386f] show_relocs_rel [3924] show_relocs_x [3dae] handle_ar [43d8] process_file [493a] parse_opt [4a9b] main [4c72] error [4ca5] stpcpy [4ccf] mempcpy [4d05] memcpy [4d3b] open [4d66] asprintf [4d91] printf [4db0] putchar_unlocked [4dce] fputc_unlocked [4df8] putchar [4e16] section_match [5165] ../../elfutils-0.176/libebl/eblopenbackend.c [736b] default_abi_cfi [73ad] default_check_reloc_target_type [73ef] default_check_object_attribute [746d] default_syscall_abi [74da] default_register_info [7555] default_return_value_location [7597] default_bss_plt_p [75ca] default_check_st_other_bits [75fd] default_data_marker_symbol [763f] default_check_special_symbol [769f] default_copy_reloc_p [76be] default_debugscn_p [777f] default_object_note [77df] default_object_note_type_name [783f] default_core_note [78cc] default_auxv_info [791d] default_core_note_type_name [796e] default_osabi_name [79a7] default_destr [79d6] default_dynamic_tag_check [7a09] default_dynamic_tag_name [7a5a] default_symbol_binding_name [7a93] default_symbol_type_name [7acc] default_check_special_section [7b2c] default_machine_section_flag_check [7b5f] default_machine_flag_check [7b92] default_machine_flag_name [7bcb] default_section_name [7c2b] default_section_type_name [7c64] default_segment_type_name [7c9d] default_gotpc_reloc_check [7cc9] default_reloc_simple_type [7d19] default_reloc_valid_use [7d46] default_reloc_type_check [7d66] default_reloc_type_name [7da0] ebl_openbackend_emulation [7df8] ebl_openbackend_machine [7e54] ebl_openbackend [7f01] openbackend [84e3] fill_defaults [8510] stpcpy [853a] strcpy [8564] mempcpy [859a] snprintf [85d1] default_reloc_type_name [8602] default_reloc_type_check [8625] default_reloc_valid_use [864f] default_register_info [888f] ../../elfutils-0.176/libebl/eblclosebackend.c [98a9] ebl_closebackend [9937] ../../elfutils-0.176/libebl/eblreloctypename.c [abc0] ebl_reloc_type_name [ac6e] ../../elfutils-0.176/libebl/eblbackendname.c [bef7] ebl_backend_name [bf6b] ../../elfutils-0.176/lib/xmalloc.c [c0bc] xrealloc [c193] xcalloc [c27c] xmalloc [c34c] error [c3ca] ../../elfutils-0.176/lib/color.c [cca6] parse_opt [ce12] error [ce45] asprintf [ce70] parse_opt [d2b6] ../../elfutils-0.176/lib/printversion.c [d8ab] print_version [d9eb] fprintf [da3a] elf-init.c [db23] __libc_csu_fini [db3d] __libc_csu_init [dc15] ../sysdeps/x86_64/crtn.S [b] ../sysdeps/x86_64/start.S [39] init.c [79] ../sysdeps/x86_64/crti.S [9b] ../../elfutils-0.176/src/readelf.c [5b70] dump_archive_index [5c06] print_strings [5c56] dump_strings [5c72] dump_data [5c8e] for_each_section_argument [607c] print_string_section [60f9] dump_data_section [613e] hex_dump [61ae] handle_notes [6250] handle_notes_data [6343] handle_core_note [7098] handle_file_note [719b] handle_siginfo_note [7257] buf_read_ulong [73c7] buf_read_int [74ad] buf_has_data [74e6] handle_auxv_note [75bd] handle_core_registers [764a] same_set [777b] compare_register_sets [7832] compare_registers [7873] compare_sets_by_info [789e] register_bitpos [78bc] handle_core_register [7a7d] handle_bit_registers [7ab7] handle_core_items [7c1d] compare_core_item_groups [7ce8] compare_core_items [7d91] handle_core_item [875a] convert [8935] print_core_item [89d5] print_debug [9a61] getone_dwflmod [9ae3] is_split_dwarf [9bd8] print_gdb_index_section [ac5b] print_debug_exception_table [be99] print_debug_frame_hdr_section [c643] print_debug_str_offsets_section [c849] print_debug_str_section [cd60] print_debug_pubnames_section [cf0c] print_pubnames [d002] print_debug_macro_section [faee] print_debug_macinfo_section [10772] mac_compare [107da] print_debug_loc_section [1207f] print_debug_loclists_section [15832] print_debug_line_section [15afb] advance_pc [1942e] print_form_data [1a3f8] print_decoded_line_section [1a5df] print_debug_types_section [1a6bc] print_debug_info_section [1a719] print_debug_units [1a96a] attr_callback [1c9de] die_type_sign_bytes [1ca3d] print_debug_frame_section [21b47] print_encoding_base [21b7d] print_relinfo [21b9d] print_encoding [21d43] encoded_ptr_size [21d70] print_cfa_program [21e1a] regname [21eda] read_encoded [21f9f] register_info [2220e] print_debug_ranges_section [22d2c] print_debug_rnglists_section [258e0] split_dwarf_cu_base [25934] print_debug_aranges_section [26a31] print_decoded_aranges_section [26b18] print_debug_addr_section [26d00] print_debug_abbrev_section [27334] listptr_cu [273ad] get_listptr [273da] next_listptr_offset [27423] skip_listptr_hole [274ce] sort_listptr [274f7] notice_listptr [2757e] reset_listptr [2759a] compare_listptr [275f5] listptr_base [2761f] cudie_base [276f2] print_ops [29b4d] get_indexed_addr [29d88] print_bytes [29e4b] print_block [29e81] dwarf_line_content_description_name [29f19] dwarf_loc_list_encoding_name [29f46] dwarf_range_list_encoding_name [29f73] dwarf_unit_name [2a009] dwarf_discr_list_name [2a036] dwarf_ordering_name [2a063] dwarf_calling_convention_name [2a090] dwarf_identifier_case_name [2a0bd] dwarf_virtuality_name [2a0ea] dwarf_visibility_name [2a117] dwarf_defaulted_name [2a144] dwarf_access_name [2a171] dwarf_encoding_name [2a19e] dwarf_inline_name [2a1cb] dwarf_lang_name [2a1f8] dwarf_form_name [2a36e] dwarf_attr_name [2a406] dwarf_tag_name [2a49e] string_or_unknown [2a509] dwarf_line_content_description_string [2a529] dwarf_loc_list_encoding_string [2a549] dwarf_range_list_encoding_string [2a569] dwarf_unit_string [2a589] dwarf_locexpr_opcode_string [2a5d5] dwarf_discr_list_string [2a621] dwarf_ordering_string [2a658] dwarf_calling_convention_string [2a6a4] dwarf_identifier_case_string [2a6f0] dwarf_virtuality_string [2a73c] dwarf_visibility_string [2a773] dwarf_defaulted_string [2a7aa] dwarf_access_string [2a7e1] dwarf_encoding_string [2a82d] dwarf_inline_string [2a864] dwarf_lang_string [2a884] dwarf_form_string [2a8a4] dwarf_attr_string [2a8c4] dwarf_tag_string [2a8e4] print_dwarf_addr [2afa0] print_attributes [2b028] left [2b0e4] print_liblist [2b1ad] handle_hash [2bcdf] handle_gnu_hash [2be3a] handle_sysv_hash64 [2bf2c] handle_sysv_hash [2c018] print_hash_info [2c121] handle_versym [2c485] handle_verdef [2c56a] handle_verneed [2c651] get_ver_flags [2c7f5] print_verinfo [2c83a] handle_symtab [2caa1] print_symtab [2d8ff] handle_relocs_rela [2daaa] handle_relocs_rel [2dc65] print_relocs [2dcb7] print_dynamic [2dd25] handle_dynamic [2e4f5] print_dt_posflag_1 [2e51e] print_dt_feature_1 [2e547] print_dt_flags_1 [2e570] print_dt_flags [2e599] print_flags [2e763] print_scngrp [2ed87] handle_scngrp [2ee6a] section_name [2eea4] print_phdr [2f033] print_shdr [2f107] elf_ch_type_name [2f127] get_visibility_type [2f147] print_ehdr [300c8] print_file_type [30112] process_elf_file [33c6c] elf_contains_chdrs [33cb5] process_file [345e1] create_dwfl [349d5] find_no_debuginfo [34b1e] process_dwflmod [34c8b] count_dwflmod [34cfa] check_archive_index [34d3c] open_input_section [354cf] parse_opt [35531] add_dump_section [3592a] main [35bdc] __libdw_link_skel_split [35c1f] str_offsets_base_off [35d35] __libdw_cu_addr_base [35d8c] cu_sec_idx [35dab] __libdw_get_sleb128 [35e65] __libdw_get_uleb128 [35ed3] __libdw_max_len_sleb128 [35f09] __libdw_max_len_uleb128 [35f3f] __libdw_max_len_leb128 [35f81] libdw_valid_user_form [35fa1] __libdw_first_die_off_from_cu [35fc0] __libdw_first_die_from_cu_start [36014] write_retry [36071] error [360a5] fstat [360d8] strncpy [3610e] stpcpy [36138] memset [3616e] memcpy [361a4] dwarf_whatform [361c4] dwarf_whatattr [361e4] open [3620f] __bswap_64 [3622d] __bswap_32 [3624b] __bswap_16 [36269] vasprintf [362a5] asprintf [362d0] printf [362ef] fprintf [3631a] snprintf [36351] sprintf [3637c] putchar_unlocked [3639a] putc_unlocked [363c4] fputc_unlocked [363ee] putchar [3640c] __libdw_get_uleb128 [36556] compare_sets_by_info [365f4] compare_registers [366e5] string_or_unknown [3685e] print_block [36a06] section_name [36a66] print_shdr [370bd] print_hash_info [37598] handle_versym [3811c] print_string_section [385f3] dump_data_section [38c6c] notice_listptr [38d7b] print_encoding_base [39052] split_dwarf_cu_base [39178] print_debug_str_offsets_section [39f57] print_debug_units [3ad4b] print_debug_info_section [3adf4] print_core_item [3b182] handle_notes_data [3c0c4] listptr_base [3c19a] compare_listptr [3c4da] skip_listptr_hole [3c66a] listptr_cu [3c705] read_encoded [3cbee] print_debug_addr_section [3e701] ../../elfutils-0.176/libebl/eblopenbackend.c [40907] default_abi_cfi [40949] default_check_reloc_target_type [4098b] default_check_object_attribute [40a09] default_syscall_abi [40a76] default_register_info [40af1] default_return_value_location [40b33] default_bss_plt_p [40b66] default_check_st_other_bits [40b99] default_data_marker_symbol [40bdb] default_check_special_symbol [40c3b] default_copy_reloc_p [40c5a] default_debugscn_p [40d1b] default_object_note [40d7b] default_object_note_type_name [40ddb] default_core_note [40e68] default_auxv_info [40eb9] default_core_note_type_name [40f0a] default_osabi_name [40f43] default_destr [40f72] default_dynamic_tag_check [40fa5] default_dynamic_tag_name [40ff6] default_symbol_binding_name [4102f] default_symbol_type_name [41068] default_check_special_section [410c8] default_machine_section_flag_check [410fb] default_machine_flag_check [4112e] default_machine_flag_name [41167] default_section_name [411c7] default_section_type_name [41200] default_segment_type_name [41239] default_gotpc_reloc_check [41265] default_reloc_simple_type [412b5] default_reloc_valid_use [412e2] default_reloc_type_check [41302] default_reloc_type_name [4133c] ebl_openbackend_emulation [41394] ebl_openbackend_machine [413f0] ebl_openbackend [4149d] openbackend [41a7f] fill_defaults [41aac] stpcpy [41ad6] strcpy [41b00] mempcpy [41b36] snprintf [41b6d] default_reloc_type_name [41b9e] default_reloc_type_check [41bc1] default_reloc_valid_use [41beb] default_register_info [41e2b] ../../elfutils-0.176/libebl/eblclosebackend.c [42e45] ebl_closebackend [42ed3] ../../elfutils-0.176/libebl/eblreloctypename.c [4415c] ebl_reloc_type_name [4420a] ../../elfutils-0.176/libebl/eblsegmenttypename.c [4549d] ebl_segment_type_name [4569d] snprintf [456f7] ../../elfutils-0.176/libebl/eblsectiontypename.c [4698a] ebl_section_type_name [46c13] snprintf [46c6d] ../../elfutils-0.176/libebl/eblmachineflagname.c [47fc1] ebl_machine_flag_name [48206] mempcpy [48248] snprintf [482ae] ../../elfutils-0.176/libebl/eblsymboltypename.c [49541] ebl_symbol_type_name [4974c] snprintf [497b2] ../../elfutils-0.176/libebl/ebldynamictagname.c [4ab01] ebl_dynamic_tag_name [4ad35] snprintf [4ad8f] ../../elfutils-0.176/libebl/eblsectionname.c [4c022] ebl_section_name [4c313] snprintf [4c36d] ../../elfutils-0.176/libebl/eblsymbolbindingname.c [4d600] ebl_symbol_binding_name [4d80b] snprintf [4d871] ../../elfutils-0.176/libebl/eblosabiname.c [4eb04] ebl_osabi_name [4ec67] snprintf [4ecc1] ../../elfutils-0.176/libebl/eblreloctypecheck.c [4fcdb] ebl_reloc_type_check [4fd3f] ../../elfutils-0.176/libebl/eblcorenotetypename.c [50fd2] ebl_core_note_type_name [5113d] snprintf [51197] ../../elfutils-0.176/libebl/eblobjnotetypename.c [5242a] ebl_object_note_type_name [5286c] snprintf [528d1] ../../elfutils-0.176/libebl/eblcorenote.c [53b5a] ebl_core_note [53ccd] ../../elfutils-0.176/libebl/eblobjnote.c [56411] ebl_object_note [58548] __bswap_64 [58566] __bswap_32 [58584] __bswap_16 [585a2] printf [585c1] putchar_unlocked [586f9] ../../elfutils-0.176/libebl/eblreginfo.c [59713] ebl_register_info [59818] ../../elfutils-0.176/libebl/eblsysvhashentrysize.c [5a832] ebl_sysvhash_entrysize [5a86b] ../../elfutils-0.176/libebl/eblauxvinfo.c [5bb48] ebl_auxv_info [5bbf3] ../../elfutils-0.176/libebl/eblcheckobjattr.c [5cc0d] ebl_check_object_attribute [5cce1] ../../elfutils-0.176/lib/xmalloc.c [5ce32] xrealloc [5cf09] xcalloc [5cff2] xmalloc [5d0c2] error [5d140] ../../elfutils-0.176/lib/printversion.c [5d735] print_version [5d875] fprintf [5d8c4] ../../../../../../../work-shared/gcc-9.2.0-r0/gcc-9.2.0/libgcc/libgcc2.c [5e56e] __popcountdi2 [5e5ad] elf-init.c [5e696] __libc_csu_fini [5e6b0] __libc_csu_init [5e788] ../sysdeps/x86_64/crtn.S [b] ../sysdeps/x86_64/crti.S [2d] ../../elfutils-0.176/libelf/elf_version.c [677] elf_version [6a3] elf_version [742] ../../elfutils-0.176/libelf/elf_hash.c [b6f] elf_hash [c0c] _dl_elf_hash [c61] ../../elfutils-0.176/libelf/elf_error.c [1307] elf_errmsg [144e] __libelf_seterrno [1483] elf_errno [14de] ../../elfutils-0.176/libelf/elf_fill.c [19cf] elf_fill [1a04] ../../elfutils-0.176/libelf/elf_begin.c [311c] elf_begin [339c] lock_dup_elf [33d6] write_file [342d] dup_elf [350b] __libelf_next_arhdr_wrlock [412c] read_long_names [41cb] read_file [4909] read_unmmaped_file [49b9] __libelf_read_mmaped_file [4a3a] file_read_elf [5710] get_shnum [5819] file_read_ar [587f] allocate_elf [5903] determine_kind [5953] atol [5973] pread_retry [59dc] fstat [5a0f] pread [5a51] memset [5a87] mempcpy [5abd] memcpy [5af3] __bswap_64 [5b11] __bswap_32 [5b2f] __bswap_16 [5b4d] __libelf_read_mmaped_file [601a] ../../elfutils-0.176/libelf/elf_next.c [7314] elf_next [7413] ../../elfutils-0.176/libelf/elf_rand.c [870d] elf_rand [8785] ../../elfutils-0.176/libelf/elf_end.c [9aa1] elf_end [9dbd] ../../elfutils-0.176/libelf/elf_kind.c [b0b7] elf_kind [b0f0] ../../elfutils-0.176/libelf/gelf_getclass.c [c3ea] gelf_getclass [c423] ../../elfutils-0.176/libelf/elf_getbase.c [d71d] elf_getbase [d756] ../../elfutils-0.176/libelf/elf_getident.c [ea50] elf_getident [eaa1] ../../elfutils-0.176/libelf/elf32_fsize.c [f0d3] elf32_fsize [f175] ../../elfutils-0.176/libelf/elf64_fsize.c [f7a7] elf64_fsize [f849] ../../elfutils-0.176/libelf/gelf_fsize.c [10c9c] gelf_fsize [10cde] gelf_fsize [10dbb] ../../elfutils-0.176/libelf/elf32_xlatetof.c [1146e] elf32_xlatetof [115b2] memmove [1160c] ../../elfutils-0.176/libelf/elf32_xlatetom.c [11cbf] elf32_xlatetom [11e03] memmove [11e5d] ../../elfutils-0.176/libelf/elf64_xlatetof.c [12510] elf64_xlatetof [12654] memmove [126ae] ../../elfutils-0.176/libelf/elf64_xlatetom.c [12d61] elf64_xlatetom [12ea5] memmove [12eff] ../../elfutils-0.176/libelf/gelf_xlate.c [140b8] Elf64_cvt_chdr [140f6] Elf32_cvt_chdr [14134] elf_cvt_note8 [141d2] elf_cvt_note4 [14270] elf_cvt_note [1458c] elf_cvt_gnuhash [14748] elf_cvt_Verneed [147fc] elf_cvt_Verdef [148b0] Elf64_cvt_Chdr [14916] Elf64_cvt_auxv_t [14a69] Elf64_cvt_Lib [14cc7] Elf64_cvt_Move [14f07] Elf64_cvt_Syminfo [1504e] Elf64_cvt_Dyn [151a1] Elf64_cvt_Rela [15351] Elf64_cvt_Rel [154a4] Elf64_cvt_Sym [1569f] Elf64_cvt_Shdr [15aa4] Elf64_cvt_Phdr [15e01] Elf64_cvt_Ehdr [162ec] Elf64_cvt_Sxword [16333] Elf64_cvt_Sxword1 [16359] Elf64_cvt_Xword [163a0] Elf64_cvt_Xword1 [163c6] Elf64_cvt_Sword [1640d] Elf64_cvt_Sword1 [16433] Elf64_cvt_Word [1647a] Elf64_cvt_Word1 [164a0] Elf64_cvt_Half [164e7] Elf64_cvt_Half1 [1650d] Elf64_cvt_Off [16554] Elf64_cvt_Off1 [1657a] Elf64_cvt_Addr [165c1] Elf64_cvt_Addr1 [165e7] Elf32_cvt_Chdr [1664d] Elf32_cvt_auxv_t [167a0] Elf32_cvt_Lib [169fe] Elf32_cvt_Move [16c44] Elf32_cvt_Syminfo [16d8b] Elf32_cvt_Dyn [16ede] Elf32_cvt_Nhdr [16f44] Elf32_cvt_Rela [170f4] Elf32_cvt_Rel [17247] Elf32_cvt_Sym [1743c] Elf32_cvt_Shdr [17847] Elf32_cvt_Phdr [17b9e] Elf32_cvt_Ehdr [1808f] Elf32_cvt_Sxword [180d6] Elf32_cvt_Sxword1 [180fc] Elf32_cvt_Xword [18257] Elf32_cvt_Xword1 [1827d] Elf32_cvt_Sword [182c4] Elf32_cvt_Sword1 [182ea] Elf32_cvt_Word [18331] Elf32_cvt_Word1 [18357] Elf32_cvt_Half [1849a] Elf32_cvt_Half1 [184c0] Elf32_cvt_Off [18507] Elf32_cvt_Off1 [1852d] Elf32_cvt_Addr [18688] Elf32_cvt_Addr1 [186ae] elf_cvt_Byte [18787] memmove [187bd] memcpy [187f3] __bswap_64 [18811] __bswap_32 [1882f] __bswap_16 [1884d] Elf32_cvt_chdr [18afe] Elf64_cvt_chdr [18e1e] elf_cvt_Verneed [191d7] elf_cvt_Verdef [195ba] ../../elfutils-0.176/libelf/elf32_getehdr.c [1a9fb] elf32_getehdr [1aadd] __elf32_getehdr_wrlock [1abc4] getehdr_impl [1ac0f] ../../elfutils-0.176/libelf/elf64_getehdr.c [1c050] elf64_getehdr [1c132] __elf64_getehdr_wrlock [1c219] getehdr_impl [1c264] ../../elfutils-0.176/libelf/gelf_getehdr.c [1d6bb] gelf_getehdr [1d734] __gelf_getehdr_rdlock [1d87d] memcpy [1d8cc] ../../elfutils-0.176/libelf/elf32_newehdr.c [1ed2e] elf32_newehdr [1edec] memset [1ee3b] ../../elfutils-0.176/libelf/elf64_newehdr.c [2029d] elf64_newehdr [2035b] memset [203aa] ../../elfutils-0.176/libelf/gelf_newehdr.c [216a4] gelf_newehdr [2173b] ../../elfutils-0.176/libelf/gelf_update_ehdr.c [22bb3] gelf_update_ehdr [22d3c] memcpy [22d8b] ../../elfutils-0.176/libelf/elf32_getphdr.c [242e7] elf32_getphdr [24356] __elf32_getphdr_wrlock [24a25] memcpy [24a5b] pread_retry [24ac4] pread [24b06] __bswap_32 [24b91] ../../elfutils-0.176/libelf/elf64_getphdr.c [260ed] elf64_getphdr [2615c] __elf64_getphdr_wrlock [2682b] memcpy [26861] pread_retry [268ca] pread [2690c] __bswap_64 [2692a] __bswap_32 [269b5] ../../elfutils-0.176/libelf/gelf_getphdr.c [27e0c] gelf_getphdr [27ffa] memcpy [28079] ../../elfutils-0.176/libelf/elf32_newphdr.c [294fd] elf32_newphdr [297c8] memset [29848] ../../elfutils-0.176/libelf/elf64_newphdr.c [2accc] elf64_newphdr [2af98] memset [2b018] ../../elfutils-0.176/libelf/gelf_newphdr.c [2c312] gelf_newphdr [2c3b0] ../../elfutils-0.176/libelf/gelf_update_phdr.c [2d828] gelf_update_phdr [2d9ed] memcpy [2da6c] ../../elfutils-0.176/libelf/elf_getarhdr.c [2eead] elf_getarhdr [2efff] ../../elfutils-0.176/libelf/elf_getarsym.c [3051d] elf_getarsym [3103c] read_number_entries [310bc] _dl_elf_hash [31105] pread_retry [3116e] pread [311b0] memcpy [311e6] atol [31206] __bswap_64 [31224] __bswap_32 [312c7] ../../elfutils-0.176/libelf/elf_rawfile.c [32708] elf_rawfile [327cf] ../../elfutils-0.176/libelf/elf_readall.c [33e45] __libelf_readall [3417b] set_address [341f6] libelf_release_all [3421e] libelf_acquire_all [34246] pread_retry [342af] fstat [342e2] pread [34324] libelf_acquire_all [343ba] libelf_release_all [344b1] ../../elfutils-0.176/libelf/elf_cntl.c [35942] elf_cntl [35a0a] ../../elfutils-0.176/libelf/elf_getscn.c [36e8e] elf_getscn [36fa1] ../../elfutils-0.176/libelf/elf_nextscn.c [3829b] elf_nextscn [38305] elf_nextscn [383e0] ../../elfutils-0.176/libelf/elf_ndxscn.c [396da] elf_ndxscn [39713] ../../elfutils-0.176/libelf/elf_newscn.c [3ab97] elf_newscn [3ad53] ../../elfutils-0.176/libelf/elf32_getshdr.c [3c28e] elf32_getshdr [3c301] __elf32_getshdr_wrlock [3c388] __elf32_getshdr_rdlock [3c3b2] scn_valid [3c41a] load_shdr_wrlock [3c51e] memcpy [3c554] pread_retry [3c5bd] __bswap_32 [3c5db] pread [3c61d] load_shdr_wrlock [3cdc9] __elf32_getshdr_rdlock [3cee7] ../../elfutils-0.176/libelf/elf64_getshdr.c [3e422] elf64_getshdr [3e495] __elf64_getshdr_wrlock [3e51c] __elf64_getshdr_rdlock [3e546] scn_valid [3e5ae] load_shdr_wrlock [3e6b2] memcpy [3e6e8] pread_retry [3e751] __bswap_64 [3e76f] __bswap_32 [3e78d] pread [3e7cf] load_shdr_wrlock [3ef5b] __elf64_getshdr_rdlock [3f079] ../../elfutils-0.176/libelf/gelf_getshdr.c [404d0] gelf_getshdr [405f3] memcpy [4065c] ../../elfutils-0.176/libelf/gelf_update_shdr.c [41ad4] gelf_update_shdr [41c23] memcpy [41c8c] ../../elfutils-0.176/libelf/elf_strptr.c [430cd] elf_strptr [4336d] validate_str [433a9] get_zdata [434a5] ../../elfutils-0.176/libelf/elf_rawdata.c [44908] elf_rawdata [44938] elf_rawdata [44a07] ../../elfutils-0.176/libelf/elf_getdata.c [45f96] elf_getdata [46013] __elf_getdata_rdlock [46092] __libelf_set_data_list_rdlock [462f3] __libelf_set_rawdata [4634e] __libelf_set_rawdata_wrlock [466ea] convert_data [46765] __libelf_data_type [467c5] pread_retry [4682e] pread [46870] memcpy [468a6] __libelf_data_type [469a5] __elf_getdata_rdlock [46b36] ../../elfutils-0.176/libelf/elf_newdata.c [47fba] elf_newdata [48105] ../../elfutils-0.176/libelf/elf_getdata_rawchunk.c [49640] elf_getdata_rawchunk [49a96] pread_retry [49aff] pread [49b41] memcpy [49be6] ../../elfutils-0.176/libelf/elf_flagelf.c [4b048] elf_flagelf [4b0fe] ../../elfutils-0.176/libelf/elf_flagehdr.c [4c560] elf_flagehdr [4c616] ../../elfutils-0.176/libelf/elf_flagphdr.c [4da78] elf_flagphdr [4db2e] ../../elfutils-0.176/libelf/elf_flagscn.c [4ef90] elf_flagscn [4f046] ../../elfutils-0.176/libelf/elf_flagshdr.c [504a8] elf_flagshdr [5055e] ../../elfutils-0.176/libelf/elf_flagdata.c [519c0] elf_flagdata [51a96] ../../elfutils-0.176/libelf/elf_memory.c [52ed7] elf_memory [52f90] ../../elfutils-0.176/libelf/elf_update.c [54594] elf_update [548c6] write_file [5491f] fstat [54a1a] ../../elfutils-0.176/libelf/elf32_updatenull.c [55f7e] __elf32_updatenull_wrlock [567c8] default_ehdr32 [56884] memcpy [5694c] ../../elfutils-0.176/libelf/elf64_updatenull.c [57ebe] __elf64_updatenull_wrlock [586ec] default_ehdr64 [587a8] memcpy [58870] ../../elfutils-0.176/libelf/elf32_updatefile.c [5a2fb] __elf32_updatefile [5ad80] fill [5af9f] __elf32_updatemmap [5bc44] fill_mmap [5bca8] sort_sections [5bd54] compare_sections [5bdcf] pwrite_retry [5be38] memset [5be6e] memmove [5bea4] memcpy [5bf9c] ../../elfutils-0.176/libelf/elf64_updatefile.c [5da27] __elf64_updatefile [5e4ac] fill [5e6cb] __elf64_updatemmap [5f36e] fill_mmap [5f3d2] sort_sections [5f47e] compare_sections [5f4f9] pwrite_retry [5f562] memset [5f598] memmove [5f5ce] memcpy [5f6c6] ../../elfutils-0.176/libelf/gelf_getsym.c [60c03] gelf_getsym [60d25] ../../elfutils-0.176/libelf/gelf_update_sym.c [62283] gelf_update_sym [623b3] ../../elfutils-0.176/libelf/gelf_getversym.c [6380c] gelf_getversym [6391a] ../../elfutils-0.176/libelf/gelf_getverneed.c [64dcf] gelf_getverneed [64e96] memcpy [64ee5] ../../elfutils-0.176/libelf/gelf_getvernaux.c [6639a] gelf_getvernaux [66461] memcpy [664b0] ../../elfutils-0.176/libelf/gelf_getverdef.c [67981] gelf_getverdef [67a89] memcpy [67ad8] ../../elfutils-0.176/libelf/gelf_getverdaux.c [68f63] gelf_getverdaux [6902a] memcpy [69079] ../../elfutils-0.176/libelf/gelf_getrel.c [6a550] gelf_getrel [6a6c0] memcpy [6a724] ../../elfutils-0.176/libelf/gelf_getrela.c [6bc47] gelf_getrela [6bdf8] memcpy [6be5c] ../../elfutils-0.176/libelf/gelf_update_rel.c [6d34a] gelf_update_rel [6d50c] ../../elfutils-0.176/libelf/gelf_update_rela.c [6ea46] gelf_update_rela [6ec08] ../../elfutils-0.176/libelf/gelf_getdyn.c [70137] gelf_getdyn [7026d] ../../elfutils-0.176/libelf/gelf_update_dyn.c [717bd] gelf_update_dyn [718ed] ../../elfutils-0.176/libelf/gelf_getmove.c [72d98] gelf_getmove [72ec3] ../../elfutils-0.176/libelf/gelf_update_move.c [7438f] gelf_update_move [7448f] ../../elfutils-0.176/libelf/gelf_getsyminfo.c [75910] gelf_getsyminfo [759f8] ../../elfutils-0.176/libelf/gelf_update_syminfo.c [76e9a] gelf_update_syminfo [76fb0] ../../elfutils-0.176/libelf/gelf_getauxv.c [7849f] gelf_getauxv [78609] memcpy [78658] ../../elfutils-0.176/libelf/gelf_update_auxv.c [79b5e] gelf_update_auxv [79c8e] ../../elfutils-0.176/libelf/gelf_getnote.c [7b12e] gelf_getnote [7b264] ../../elfutils-0.176/libelf/gelf_xlatetof.c [7c563] gelf_xlatetof [7c63c] ../../elfutils-0.176/libelf/gelf_xlatetom.c [7d93b] gelf_xlatetom [7da14] ../../elfutils-0.176/libelf/nlist.c [7f07d] nlist [7f6f1] nlist_fshash_find [7f75d] nlist_fshash_overwrite [7f7b7] nlist_fshash_lookup [7f807] nlist_fshash_fini [7f821] nlist_fshash_init [7f857] open [7f882] nlist_fshash_lookup [7f9f6] ../../elfutils-0.176/libelf/gelf_getsymshndx.c [80f33] gelf_getsymshndx [810b4] ../../elfutils-0.176/libelf/gelf_update_symshndx.c [82612] gelf_update_symshndx [82798] ../../elfutils-0.176/libelf/gelf_update_versym.c [83c12] gelf_update_versym [83cf8] ../../elfutils-0.176/libelf/gelf_update_verneed.c [851ce] gelf_update_verneed [852e8] memcpy [85337] ../../elfutils-0.176/libelf/gelf_update_vernaux.c [8680d] gelf_update_vernaux [86927] memcpy [86976] ../../elfutils-0.176/libelf/gelf_update_verdef.c [87e68] gelf_update_verdef [87f76] memcpy [87fc5] ../../elfutils-0.176/libelf/gelf_update_verdaux.c [89471] gelf_update_verdaux [8958b] memcpy [895da] ../../elfutils-0.176/libelf/elf_getphdrnum.c [8aa20] elf_getphdrnum [8aab0] __elf_getphdrnum_chk_rdlock [8ab7b] __elf_getphdrnum_rdlock [8ac1b] ../../elfutils-0.176/libelf/elf_getshdrnum.c [8c05c] elf_getshdrnum [8c0d5] __elf_getshdrnum_rdlock [8c16d] ../../elfutils-0.176/libelf/elf_getshdrstrndx.c [8d670] elf_getshdrstrndx [8da7d] pread_retry [8dae6] pread [8db28] __bswap_32 [8db80] ../../elfutils-0.176/libelf/gelf_checksum.c [8ee7a] gelf_checksum [8eefd] ../../elfutils-0.176/libelf/elf32_checksum.c [9034a] elf32_checksum [90646] ../../elfutils-0.176/libelf/elf64_checksum.c [91a93] elf64_checksum [91d8f] ../../elfutils-0.176/libelf/libelf_crc32.c [91e52] __libelf_crc32 [91ed7] ../../elfutils-0.176/libelf/libelf_next_prime.c [91f1a] __libelf_next_prime [91fb1] is_prime [91ffc] ../../elfutils-0.176/libelf/elf_clone.c [9345e] elf_clone [935a2] allocate_elf [9364c] ../../elfutils-0.176/libelf/gelf_getlib.c [94af7] gelf_getlib [94bf1] ../../elfutils-0.176/libelf/gelf_update_lib.c [960bd] gelf_update_lib [961ad] ../../elfutils-0.176/libelf/elf32_offscn.c [975ee] elf32_offscn [976fa] ../../elfutils-0.176/libelf/elf64_offscn.c [98b3b] elf64_offscn [98c47] ../../elfutils-0.176/libelf/gelf_offscn.c [9a094] gelf_offscn [9a157] ../../elfutils-0.176/libelf/elf_getaroff.c [9b451] elf_getaroff [9b517] ../../elfutils-0.176/libelf/elf_gnu_hash.c [9b94b] elf_gnu_hash [9b9b4] ../../elfutils-0.176/libelf/elf_scnshndx.c [9ccba] elf_scnshndx [9cd63] ../../elfutils-0.176/libelf/elf32_getchdr.c [9e1e6] elf32_getchdr [9e313] ../../elfutils-0.176/libelf/elf64_getchdr.c [9f7a4] elf64_getchdr [9f8d1] ../../elfutils-0.176/libelf/gelf_getchdr.c [a0db0] gelf_getchdr [a0e21] gelf_getchdr [a0f3c] ../../elfutils-0.176/libelf/elf_compress.c [a2687] elf_compress [a2c5c] __libelf_reset_rawdata [a2d19] __libelf_decompress_elf [a2e9b] __libelf_decompress [a3021] __libelf_compress [a3663] do_deflate_cleanup [a36af] memcpy [a36e5] __bswap_64 [a3703] __bswap_32 [a3829] ../../elfutils-0.176/libelf/elf_compress_gnu.c [a4c95] elf_compress_gnu [a5244] memmove [a527a] memcpy [a52b0] __bswap_64 [a5360] ../sysdeps/x86_64/crtn.S [b] ../sysdeps/x86_64/crti.S [2d] ../../elfutils-0.176/libdw/dwarf_begin.c [d8b] dwarf_begin [de5] fstat [e18] dwarf_begin [1084] ../../elfutils-0.176/libdw/dwarf_begin_elf.c [32e4] dwarf_begin_elf [388f] scngrp_read [3932] global_read [3979] valid_p [3b57] __libdw_debugdir [3cb2] check_section [3f80] sprintf [3fab] realpath [410a] ../../elfutils-0.176/libdw/dwarf_end.c [5d6e] dwarf_end [5f5a] cu_free [5f7e] noop_free [5fab] cu_free [60b2] ../../elfutils-0.176/libdw/dwarf_getelf.c [6aa0] dwarf_getelf [6ad9] ../../elfutils-0.176/libdw/dwarf_getpubnames.c [77ec] dwarf_getpubnames [7fb1] get_offsets [8099] __libdw_read_offset [8156] __libdw_in_section [81aa] __libdw_offset_in_section [81fe] __libdw_checked_get_data [8238] __libdw_relocate_offset [828c] __bswap_64 [82aa] __bswap_32 [82c8] __bswap_16 [833a] ../../elfutils-0.176/libdw/dwarf_getabbrev.c [9092] dwarf_getabbrev [9184] __libdw_getabbrev [9a61] __libdw_get_sleb128 [9b21] __libdw_get_uleb128 [9b8f] __libdw_max_len_sleb128 [9bc5] __libdw_max_len_uleb128 [9bfb] __libdw_max_len_leb128 [9c7b] ../../elfutils-0.176/libdw/dwarf_tag.c [a806] dwarf_tag [aa1a] __libdw_findabbrev [aae7] __libdw_dieabbrev [ab36] __libdw_get_uleb128 [aba4] __libdw_max_len_uleb128 [abda] __libdw_max_len_leb128 [ac57] ../../elfutils-0.176/libdw/dwarf_error.c [aec5] dwarf_errmsg [aeef] __libdw_seterrno [af22] dwarf_errno [af59] dwarf_errmsg [b026] ../../elfutils-0.176/libdw/dwarf_nextcu.c [bc6c] dwarf_nextcu [be17] __libdw_next_unit [c620] dwarf_next_unit [c6b6] __libdw_read_offset_inc [c773] __libdw_in_section [c7ce] __libdw_offset_in_section [c822] __libdw_checked_get_data [c85c] __libdw_relocate_offset [c8b0] __libdw_first_die_from_cu_start [c904] __bswap_64 [c922] __bswap_32 [c940] __bswap_16 [c95e] dwarf_next_unit [ca4b] ../../elfutils-0.176/libdw/dwarf_diename.c [d92e] dwarf_diename [d9e7] ../../elfutils-0.176/libdw/dwarf_offdie.c [e5d3] dwarf_offdie_types [e660] dwarf_offdie [e6e7] __libdw_offdie [e7f8] memset [e854] ../../elfutils-0.176/libdw/dwarf_attr.c [f2da] dwarf_attr [f37e] ../../elfutils-0.176/libdw/dwarf_formstring.c [105c4] dwarf_formstring [110f3] __libdw_cu_str_off_base [11112] str_offsets_base_off [11228] cu_sec_idx [11247] __libdw_read_offset [11304] __libdw_in_section [1135f] __libdw_offset_in_section [113b3] __libdw_checked_get_data [113ed] __libdw_relocate_offset [11441] read_3ubyte_unaligned [114b6] file_byte_order [114d6] __libdw_get_uleb128 [1154a] __libdw_max_len_uleb128 [11580] __libdw_max_len_leb128 [115c2] __libdw_first_die_off_from_cu [115e1] __libdw_first_die_from_cu_start [11635] __bswap_64 [11653] __bswap_32 [11671] __bswap_16 [116d8] ../../elfutils-0.176/libdw/dwarf_abbrev_hash.c [11952] __libdwarf_next_prime [11970] is_prime [119b3] Dwarf_Abbrev_Hash_find [11a65] Dwarf_Abbrev_Hash_insert [11b33] Dwarf_Abbrev_Hash_free [11b77] Dwarf_Abbrev_Hash_init [11c5c] insert_entry_2 [11dea] lookup [11e3a] lookup [11eaa] __libdwarf_next_prime [11f59] ../../elfutils-0.176/libdw/dwarf_sig8_hash.c [1212e] Dwarf_Sig8_Hash_find [121e0] Dwarf_Sig8_Hash_insert [122ae] Dwarf_Sig8_Hash_free [122f2] Dwarf_Sig8_Hash_init [12369] insert_entry_2 [1247e] lookup [124ce] lookup [12570] ../../elfutils-0.176/libdw/dwarf_attr_integrate.c [13499] dwarf_attr_integrate [13774] is_cudie [13794] cu_sec_idx [137b3] __libdw_first_die_off_from_cu [137d2] __libdw_first_die_from_cu_start [13862] ../../elfutils-0.176/libdw/dwarf_hasattr_integrate.c [1478b] dwarf_hasattr_integrate [14a55] is_cudie [14a75] cu_sec_idx [14a94] __libdw_first_die_off_from_cu [14ab3] __libdw_first_die_from_cu_start [14b50] ../../elfutils-0.176/libdw/dwarf_child.c [157f9] dwarf_child [15864] __libdw_find_attr [15de3] memset [15e19] __libdw_form_val_len [15e9c] __libdw_dieabbrev [15eeb] __libdw_get_sleb128_unchecked [15f99] __libdw_get_uleb128_unchecked [15ffb] __libdw_get_uleb128 [16069] __libdw_max_len_uleb128 [1609f] __libdw_max_len_leb128 [160e1] dwarf_child [16402] ../../elfutils-0.176/libdw/dwarf_haschildren.c [16f78] dwarf_haschildren [1718c] __libdw_dieabbrev [171db] __libdw_get_uleb128 [17249] __libdw_max_len_uleb128 [1727f] __libdw_max_len_leb128 [172e7] ../../elfutils-0.176/libdw/dwarf_formaddr.c [18522] dwarf_formaddr [18a67] __libdw_addrx [18cdd] __libdw_cu_addr_base [18d34] cu_sec_idx [18d53] __libdw_read_address [18de3] __libdw_in_section [18e3e] __libdw_checked_get_data [18e78] __libdw_relocate_address [18ecc] read_3ubyte_unaligned [18f41] file_byte_order [18f61] __libdw_get_uleb128 [18fd5] __libdw_max_len_uleb128 [1900b] __libdw_max_len_leb128 [1904d] __libdw_first_die_off_from_cu [1906c] __libdw_first_die_from_cu_start [190c0] __bswap_64 [190de] __bswap_32 [190fc] __bswap_16 [19156] ../../elfutils-0.176/libdw/dwarf_formudata.c [1a39b] dwarf_formudata [1ad61] __libdw_formptr [1b7ba] __libdw_cu_ranges_base [1b915] cu_sec_idx [1b934] __libdw_read_offset [1b9eb] __libdw_read_address [1ba81] __libdw_in_section [1badc] __libdw_offset_in_section [1bb30] __libdw_checked_get_data [1bb6a] __libdw_relocate_offset [1bbbe] __libdw_relocate_address [1bc12] read_3ubyte_unaligned [1bc87] file_byte_order [1bca7] __libdw_get_sleb128_unchecked [1bd55] __libdw_get_sleb128 [1be0f] __libdw_get_uleb128 [1be7d] __libdw_max_len_sleb128 [1beb3] __libdw_max_len_uleb128 [1bee9] __libdw_max_len_leb128 [1bf2b] __libdw_first_die_off_from_cu [1bf4a] __libdw_first_die_from_cu_start [1bf9e] __bswap_64 [1bfbc] __bswap_32 [1bfda] __bswap_16 [1c034] ../../elfutils-0.176/libdw/dwarf_formsdata.c [1cd3e] dwarf_formsdata [1d21e] __libdw_get_sleb128_unchecked [1d2d2] __libdw_get_sleb128 [1d38c] __libdw_get_uleb128 [1d3fa] __libdw_max_len_sleb128 [1d430] __libdw_max_len_uleb128 [1d466] __libdw_max_len_leb128 [1d4a8] __bswap_64 [1d4c6] __bswap_32 [1d4e4] __bswap_16 [1d51b] ../../elfutils-0.176/libdw/dwarf_lowpc.c [1e438] dwarf_lowpc [1e5c7] is_cudie [1e5e7] cu_sec_idx [1e606] __libdw_first_die_off_from_cu [1e625] __libdw_first_die_from_cu_start [1e6b5] ../../elfutils-0.176/libdw/dwarf_entrypc.c [1f58d] dwarf_entrypc [1f68e] ../../elfutils-0.176/libdw/dwarf_haspc.c [200d1] dwarf_haspc [20130] dwarf_haspc [2021d] ../../elfutils-0.176/libdw/dwarf_highpc.c [21269] dwarf_highpc [21490] is_cudie [214b0] cu_sec_idx [214cf] __libdw_first_die_off_from_cu [214ee] __libdw_first_die_from_cu_start [215a5] ../../elfutils-0.176/libdw/dwarf_ranges.c [228b5] dwarf_ranges [232a3] initial_offset [2336f] __libdw_read_begin_end_pair_inc [26236] __libdw_cu_ranges_base [26391] is_cudie [263b1] cu_sec_idx [263d0] __libdw_read_address_inc [2646d] __libdw_in_section [264c8] __libdw_offset_in_section [2651c] __libdw_checked_get_data [26556] __libdw_relocate_address [265aa] __libdw_get_uleb128 [26618] __libdw_max_len_uleb128 [2664e] __libdw_max_len_leb128 [26690] __libdw_first_die_off_from_cu [266af] __libdw_first_die_from_cu_start [26703] __bswap_64 [26721] __bswap_32 [2673f] __bswap_16 [26801] ../../elfutils-0.176/libdw/dwarf_formref.c [274c3] dwarf_formref [27530] __libdw_formref [277e5] __libdw_get_uleb128 [27859] __libdw_max_len_uleb128 [2788f] __libdw_max_len_leb128 [278d1] __bswap_64 [278ef] __bswap_32 [2790d] __bswap_16 [27944] ../../elfutils-0.176/libdw/dwarf_formref_die.c [286d7] dwarf_formref_die [28bd0] cu_sec_idx [28bef] __libdw_read_offset [28cac] __libdw_in_section [28d07] __libdw_offset_in_section [28d5b] __libdw_checked_get_data [28d95] __libdw_relocate_offset [28de9] __bswap_64 [28e07] __bswap_32 [28e25] memset [28eca] ../../elfutils-0.176/libdw/dwarf_siblingof.c [29ed1] dwarf_siblingof [2a07c] memset [2a0ee] ../../elfutils-0.176/libdw/dwarf_dieoffset.c [2ab25] dwarf_dieoffset [2ab68] ../../elfutils-0.176/libdw/dwarf_cuoffset.c [2b59f] dwarf_cuoffset [2b5e2] ../../elfutils-0.176/libdw/dwarf_diecu.c [2c058] dwarf_diecu [2c14c] cu_sec_idx [2c16b] __libdw_first_die_off_from_cu [2c18a] __libdw_first_die_from_cu_start [2c1e6] ../../elfutils-0.176/libdw/dwarf_hasattr.c [2ce8a] dwarf_hasattr [2cefa] __libdw_dieabbrev [2cf49] __libdw_get_sleb128_unchecked [2cff7] __libdw_get_uleb128_unchecked [2d059] __libdw_get_uleb128 [2d0c7] __libdw_max_len_uleb128 [2d0fd] __libdw_max_len_leb128 [2d13f] dwarf_hasattr [2d5dd] ../../elfutils-0.176/libdw/dwarf_hasform.c [2e01a] dwarf_hasform [2e061] ../../elfutils-0.176/libdw/dwarf_whatform.c [2ea9e] dwarf_whatform [2ead7] ../../elfutils-0.176/libdw/dwarf_whatattr.c [2f514] dwarf_whatattr [2f54d] ../../elfutils-0.176/libdw/dwarf_bytesize.c [30425] dwarf_bytesize [304f8] ../../elfutils-0.176/libdw/dwarf_arrayorder.c [313d0] dwarf_arrayorder [314a3] ../../elfutils-0.176/libdw/dwarf_bitsize.c [3237b] dwarf_bitsize [3244e] ../../elfutils-0.176/libdw/dwarf_bitoffset.c [33326] dwarf_bitoffset [333f9] ../../elfutils-0.176/libdw/dwarf_srclang.c [342d1] dwarf_srclang [343a4] ../../elfutils-0.176/libdw/dwarf_getabbrevtag.c [344c3] dwarf_getabbrevtag [344fc] ../../elfutils-0.176/libdw/dwarf_getabbrevcode.c [3461b] dwarf_getabbrevcode [34654] ../../elfutils-0.176/libdw/dwarf_abbrevhaschildren.c [34773] dwarf_abbrevhaschildren [347ac] ../../elfutils-0.176/libdw/dwarf_getattrcnt.c [348e7] dwarf_getattrcnt [34a86] __libdw_get_uleb128_unchecked [34afa] ../../elfutils-0.176/libdw/dwarf_getabbrevattr.c [34dc3] dwarf_getabbrevattr [34e73] dwarf_getabbrevattr_data [35148] __libdw_get_sleb128_unchecked [351fc] __libdw_get_uleb128_unchecked [35266] ../../elfutils-0.176/libdw/dwarf_getsrclines.c [36756] dwarf_getsrclines [36aaa] __libdw_getcompdir [36b46] __libdw_getsrclines [36e7e] files_lines_compare [36eec] read_srclines [39704] add_new_line [39734] run_advance_pc [39772] compare_lines [39835] is_cudie [39855] cu_sec_idx [39874] __libdw_read_address_inc [3991d] __libdw_in_section [39971] __libdw_offset_in_section [399c5] __libdw_checked_get_data [399ff] __libdw_relocate_address [39a53] __libdw_form_val_len [39ad6] __libdw_get_sleb128 [39b90] __libdw_get_uleb128 [39bfe] __libdw_max_len_sleb128 [39c34] __libdw_max_len_uleb128 [39c6a] __libdw_max_len_leb128 [39cac] libdw_valid_user_form [39ccc] __libdw_first_die_off_from_cu [39ceb] __libdw_first_die_from_cu_start [39d3f] stpcpy [39d69] strcpy [39d93] __bswap_64 [39db1] __bswap_32 [39dcf] __bswap_16 [39ded] __libdw_get_uleb128 [39f36] add_new_line [3a0a1] ../../elfutils-0.176/libdw/dwarf_getsrc_die.c [3ac18] dwarf_getsrc_die [3ade8] ../../elfutils-0.176/libdw/dwarf_getscopes.c [3c094] dwarf_getscopes [3c1b2] pc_record [3c252] origin_match [3c2d2] pc_match [3c32e] origin_match [3c467] pc_record [3c6c6] pc_match [3c891] ../../elfutils-0.176/libdw/dwarf_getscopes_die.c [3d47a] dwarf_getscopes_die [3d5cb] scope_visitor [3d63f] cu_sec_idx [3d65e] __libdw_first_die_off_from_cu [3d67d] __libdw_first_die_from_cu_start [3d6d1] scope_visitor [3d833] ../../elfutils-0.176/libdw/dwarf_getscopevar.c [3e957] dwarf_getscopevar [3eec3] file_matches [3ef3d] getattr [3ef85] getfiles [3efb5] cu_sec_idx [3efd4] __libdw_first_die_off_from_cu [3eff3] __libdw_first_die_from_cu_start [3f0e8] ../../elfutils-0.176/libdw/dwarf_linesrc.c [3f47a] dwarf_linesrc [3f511] ../../elfutils-0.176/libdw/dwarf_lineno.c [3f769] dwarf_lineno [3f7c0] ../../elfutils-0.176/libdw/dwarf_lineaddr.c [3fa18] dwarf_lineaddr [3fa6f] ../../elfutils-0.176/libdw/dwarf_linecol.c [3fcc7] dwarf_linecol [3fd1e] ../../elfutils-0.176/libdw/dwarf_linebeginstatement.c [3ff76] dwarf_linebeginstatement [3ffcd] ../../elfutils-0.176/libdw/dwarf_lineendsequence.c [40225] dwarf_lineendsequence [4027c] ../../elfutils-0.176/libdw/dwarf_lineblock.c [404d4] dwarf_lineblock [4052b] ../../elfutils-0.176/libdw/dwarf_lineprologueend.c [40783] dwarf_lineprologueend [407da] ../../elfutils-0.176/libdw/dwarf_lineepiloguebegin.c [40a32] dwarf_lineepiloguebegin [40a89] ../../elfutils-0.176/libdw/dwarf_lineisa.c [40ce1] dwarf_lineisa [40d38] ../../elfutils-0.176/libdw/dwarf_linediscriminator.c [40f90] dwarf_linediscriminator [40fe7] ../../elfutils-0.176/libdw/dwarf_lineop_index.c [4123f] dwarf_lineop_index [41296] ../../elfutils-0.176/libdw/dwarf_line_file.c [41629] dwarf_line_file [416c6] ../../elfutils-0.176/libdw/dwarf_onesrcline.c [41aa6] dwarf_onesrcline [41b24] ../../elfutils-0.176/libdw/dwarf_formblock.c [42816] dwarf_formblock [42a7c] __libdw_get_uleb128 [42af0] __libdw_max_len_uleb128 [42b26] __libdw_max_len_leb128 [42b68] __bswap_32 [42b86] __bswap_16 [42bbd] ../../elfutils-0.176/libdw/dwarf_getsrcfiles.c [437f9] dwarf_getsrcfiles [43b4b] is_cudie [43b6b] cu_sec_idx [43b8a] __libdw_first_die_off_from_cu [43ba9] __libdw_first_die_from_cu_start [43c5f] ../../elfutils-0.176/libdw/dwarf_filesrc.c [43dc1] dwarf_filesrc [43e2e] ../../elfutils-0.176/libdw/dwarf_getsrcdirs.c [43f95] dwarf_getsrcdirs [44000] ../../elfutils-0.176/libdw/dwarf_getlocation.c [4583b] dwarf_getlocations [45b47] dwarf_getlocation_addr [45eb0] getlocations_addr [45fc5] initial_offset [465de] __libdw_cu_base_address [46737] dwarf_getlocation [46921] getlocation [4697a] __libdw_intern_expression [46cbb] check_constant_offset [46dbf] dwarf_getlocation_implicit_value [46ea2] store_implicit_value [46f2d] loc_compare [46f96] attr_ok [46fb4] __libdw_cu_locs_base [470fa] cu_sec_idx [47119] __libdw_read_offset_inc [471dc] __libdw_read_address_inc [47279] __libdw_in_section [472cd] __libdw_offset_in_section [47321] __libdw_checked_get_data [4735b] __libdw_relocate_offset [473af] __libdw_relocate_address [47403] __libdw_get_sleb128 [474bd] __libdw_get_uleb128 [4752b] __libdw_max_len_sleb128 [47561] __libdw_max_len_uleb128 [47597] __libdw_max_len_leb128 [475d9] __libdw_first_die_off_from_cu [475f8] __libdw_first_die_from_cu_start [4764c] dwarf_whatform [4766c] __bswap_64 [4768a] __bswap_32 [476a8] __bswap_16 [476c6] attr_ok [47703] check_constant_offset [47948] __libdw_intern_expression [49567] __libdw_intern_expression [4964d] getlocation [496b7] getlocations_addr [49b07] ../../elfutils-0.176/libdw/dwarf_getstring.c [4a6b0] dwarf_getstring [4a7a2] ../../elfutils-0.176/libdw/dwarf_offabbrev.c [4b190] dwarf_offabbrev [4b265] ../../elfutils-0.176/libdw/dwarf_getaranges.c [4bec8] dwarf_getaranges [4c0d3] compare_aranges [4c160] __libdw_read_offset_inc [4c223] __libdw_read_address_inc [4c2c6] __libdw_in_section [4c31a] __libdw_offset_in_section [4c36e] __libdw_checked_get_data [4c3a8] __libdw_relocate_offset [4c3fc] __libdw_relocate_address [4c450] __libdw_first_die_off_from_cu [4c46f] __libdw_first_die_from_cu_start [4c4c3] __bswap_64 [4c4e1] __bswap_32 [4c4ff] __bswap_16 [4c51d] dwarf_getaranges [4cf4a] ../../elfutils-0.176/libdw/dwarf_onearange.c [4da73] dwarf_onearange [4daf1] ../../elfutils-0.176/libdw/dwarf_getarangeinfo.c [4dc30] dwarf_getarangeinfo [4dcb5] ../../elfutils-0.176/libdw/dwarf_getarange_addr.c [4e7de] dwarf_getarange_addr [4e89e] ../../elfutils-0.176/libdw/dwarf_getattrs.c [4f5c2] dwarf_getattrs [4fb31] __libdw_form_val_len [4fbb4] __libdw_dieabbrev [4fc03] __libdw_get_sleb128_unchecked [4fcb1] __libdw_get_uleb128_unchecked [4fd13] __libdw_get_uleb128 [4fd81] __libdw_max_len_uleb128 [4fdb7] __libdw_max_len_leb128 [4fe35] ../../elfutils-0.176/libdw/dwarf_formflag.c [50acf] dwarf_formflag [50b4d] ../../elfutils-0.176/libdw/dwarf_getmacros.c [5200e] dwarf_getmacros [5238d] dwarf_getmacros_off [5260e] macro_info_getmacros_off [5268d] gnu_macros_getmacros_off [5270e] offset_from_token [52741] token_from_offset [5276e] read_macros [531ba] cache_op_table [53255] get_table_for_offset [53a71] get_macinfo_table [53b31] init_macinfo_table [53cef] build_table [53d2c] macro_op_compare [53d70] get_offset_from [53e35] str_offsets_base_off [53f51] cu_sec_idx [53f70] __libdw_form_val_len [53ff3] __libdw_get_uleb128 [54067] __libdw_max_len_uleb128 [5409d] __libdw_max_len_leb128 [540df] libdw_valid_user_form [540ff] __libdw_first_die_off_from_cu [5411e] __libdw_first_die_from_cu_start [54172] memset [541a8] memcpy [541de] __bswap_64 [541fc] __bswap_32 [5421a] __bswap_16 [54238] macro_op_compare [542bd] gnu_macros_getmacros_off [5445b] ../../elfutils-0.176/libdw/dwarf_macro_getparamcnt.c [55016] dwarf_macro_getparamcnt [55091] libdw_macro_nforms [550b9] ../../elfutils-0.176/libdw/dwarf_macro_opcode.c [55c74] dwarf_macro_opcode [55ccb] ../../elfutils-0.176/libdw/dwarf_macro_param.c [56886] dwarf_macro_param [56909] libdw_macro_nforms [56931] ../../elfutils-0.176/libdw/dwarf_macro_param1.c [574ec] dwarf_macro_param1 [575d0] ../../elfutils-0.176/libdw/dwarf_macro_param2.c [582b9] dwarf_macro_param2 [583dd] ../../elfutils-0.176/libdw/dwarf_macro_getsrcfiles.c [58f9d] dwarf_macro_getsrcfiles [59082] ../../elfutils-0.176/libdw/dwarf_addrdie.c [59ab9] dwarf_addrdie [59c1d] ../../elfutils-0.176/libdw/dwarf_getfuncs.c [5aec5] dwarf_getfuncs [5b080] tree_visitor [5b193] cu_sec_idx [5b1b2] __libdw_first_die_off_from_cu [5b1d1] __libdw_first_die_from_cu_start [5b26e] ../../elfutils-0.176/libdw/dwarf_decl_file.c [5c2bf] dwarf_decl_file [5c51b] cu_sec_idx [5c53a] __libdw_first_die_off_from_cu [5c559] __libdw_first_die_from_cu_start [5c602] ../../elfutils-0.176/libdw/dwarf_decl_line.c [5d609] __libdw_attr_intval [5d708] dwarf_decl_line [5d7b1] ../../elfutils-0.176/libdw/dwarf_decl_column.c [5e640] dwarf_decl_column [5e6d2] ../../elfutils-0.176/libdw/dwarf_func_inline.c [5f8c8] dwarf_func_inline_instances [5fa0a] dwarf_func_inline [5faa9] scope_visitor [5fbe3] cu_sec_idx [5fc02] __libdw_first_die_off_from_cu [5fc21] __libdw_first_die_from_cu_start [5fccb] ../../elfutils-0.176/libdw/dwarf_getsrc_file.c [60848] dwarf_getsrc_file [60d1d] ../../elfutils-0.176/libdw/libdw_findcu.c [62005] __libdw_find_split_dbg_addr [620cd] __libdw_findcu_addr [621a9] __libdw_findcu [622e1] __libdw_intern_next_unit [626f2] __libdw_finddbg_cb [627dd] findcu_cb [6281f] cu_sec_idx [6283e] __libdw_first_die_off_from_cu [6285d] __libdw_first_die_from_cu_start [628b1] findcu_cb [629ee] ../../elfutils-0.176/libdw/libdw_form.c [63666] __libdw_form_val_compute_len [63c31] __libdw_form_val_len [63cb4] __libdw_get_uleb128 [63d28] __libdw_max_len_uleb128 [63d5e] __libdw_max_len_leb128 [63da0] __bswap_32 [63dbe] __bswap_16 [63e01] ../../elfutils-0.176/libdw/libdw_alloc.c [648cc] __libdw_oom [64942] dwarf_new_oom_handler [64995] __libdw_allocate [64a44] error [64a9c] ../../elfutils-0.176/libdw/libdw_visit_scopes.c [65d80] walk_children [65f58] __libdw_visit_scopes [66290] may_have_scopes [662b4] walk_children [6646d] ../../elfutils-0.176/libdw/dwarf_entry_breakpoints.c [6701e] dwarf_entry_breakpoints [67789] search_range [67833] entrypc_bkpt [67874] add_bkpt [678b5] cu_sec_idx [678d4] __libdw_first_die_off_from_cu [678f3] __libdw_first_die_from_cu_start [679b7] ../../elfutils-0.176/libdw/dwarf_next_cfi.c [682f1] dwarf_next_cfi [68c1e] encoded_value_size [68c72] __libdw_get_sleb128 [68d32] __libdw_get_uleb128 [68da0] __libdw_max_len_sleb128 [68dd6] __libdw_max_len_uleb128 [68e0c] __libdw_max_len_leb128 [68e4e] __bswap_64 [68e6c] __bswap_32 [68e8a] encoded_value_size [68f25] ../../elfutils-0.176/libdw/cie.c [6b101] __libdw_intern_cie [6b1e8] __libdw_find_cie [6b324] intern_new_cie [6b4e8] compare_cie [6b551] encoded_value_size [6b5a5] encoded_value_size [6b67b] ../../elfutils-0.176/libdw/fde.c [6d8ff] __libdw_find_fde [6dc65] binary_search_fde [6dd07] __libdw_fde_by_offset [6de11] intern_fde [6e148] compare_fde [6e18c] read_encoded_value [6f2fb] __libdw_cfi_read_address_inc [6f381] encoded_value_size [6f3d5] __libdw_read_address_inc [6f472] __libdw_in_section [6f4c6] __libdw_checked_get_data [6f500] __libdw_relocate_address [6f554] __libdw_get_sleb128 [6f60e] __libdw_get_uleb128 [6f67c] __libdw_max_len_sleb128 [6f6b2] __libdw_max_len_uleb128 [6f6e8] __libdw_max_len_leb128 [6f72a] __bswap_64 [6f748] __bswap_32 [6f766] __bswap_16 [6f784] encoded_value_size [6f7fa] compare_fde [6f903] ../../elfutils-0.176/libdw/cfi.c [72107] __libdw_frame_at_address [72308] cie_cache_initial_state [7236b] execute_cfi [76752] require_cfa_offset [7676b] enough_registers [767df] duplicate_frame_state [768ce] read_encoded_value [7699a] __libdw_cfi_read_address_inc [76a20] encoded_value_size [76a74] memset [76aaa] memcpy [76ae0] __libdw_read_address_inc [76b7d] __libdw_in_section [76bd1] __libdw_checked_get_data [76c0b] __libdw_relocate_address [76c5f] __libdw_get_sleb128 [76d19] __libdw_get_uleb128 [76d87] __libdw_max_len_sleb128 [76dbd] __libdw_max_len_uleb128 [76df3] __libdw_max_len_leb128 [76e35] __bswap_64 [76e53] __bswap_32 [76e71] __bswap_16 [76f2d] ../../elfutils-0.176/libdw/frame-cache.c [78e5b] __libdw_destroy_frame_cache [78ee6] free_expr [78f55] free_cie [78fef] ../../elfutils-0.176/libdw/dwarf_frame_info.c [7aee2] dwarf_frame_info [7af5a] ../../elfutils-0.176/libdw/dwarf_frame_cfa.c [7cfff] dwarf_frame_cfa [7d0ee] ../../elfutils-0.176/libdw/dwarf_frame_register.c [7f5e4] dwarf_frame_register [7f8a5] __libdw_get_uleb128 [7f919] __libdw_max_len_uleb128 [7f94f] __libdw_max_len_leb128 [7f9c0] ../../elfutils-0.176/libdw/dwarf_cfi_addrframe.c [819e2] dwarf_cfi_addrframe [81aef] ../../elfutils-0.176/libdw/dwarf_getcfi.c [837d9] dwarf_getcfi [838db] ../../elfutils-0.176/libdw/dwarf_getcfi_elf.c [8578c] dwarf_getcfi_elf [85dae] getcfi_shdr [85e46] getcfi_scn_eh_frame [85eec] getcfi_phdr [85f4e] getcfi_gnu_eh_frame [86016] parse_eh_frame_hdr [861b2] allocate_cfi [86282] read_encoded_value [873f1] __libdw_cfi_read_address_inc [87477] encoded_value_size [874cb] __libdw_read_address_inc [87568] __libdw_in_section [875bc] __libdw_checked_get_data [875f6] __libdw_relocate_address [8764a] __libdw_get_sleb128 [87704] __libdw_get_uleb128 [87772] __libdw_max_len_sleb128 [877a8] __libdw_max_len_uleb128 [877de] __libdw_max_len_leb128 [87820] __bswap_64 [8783e] __bswap_32 [8785c] __bswap_16 [8787a] encoded_value_size [879c3] ../../elfutils-0.176/libdw/dwarf_cfi_end.c [895aa] dwarf_cfi_end [895c8] dwarf_cfi_end [89671] ../../elfutils-0.176/libdw/dwarf_aggregate_size.c [8a7b4] dwarf_aggregate_size [8a881] aggregate_size [8ae23] array_size [8af26] get_type [8aff1] cu_sec_idx [8b010] __libdw_first_die_off_from_cu [8b02f] __libdw_first_die_from_cu_start [8b11a] ../../elfutils-0.176/libdw/dwarf_getlocation_implicit_pointer.c [8c7a5] dwarf_getlocation_implicit_pointer [8c8b3] __libdw_empty_loc_attr [8c91c] ../../elfutils-0.176/libdw/dwarf_getlocation_die.c [8d9e9] dwarf_getlocation_die [8dad5] ../../elfutils-0.176/libdw/dwarf_getlocation_attr.c [8f17f] dwarf_getlocation_attr [8f36a] addr_valp [8f558] attr_form_cu [8f576] __libdw_cu_addr_base [8f5cd] cu_sec_idx [8f5ec] __libdw_first_die_off_from_cu [8f60b] __libdw_first_die_from_cu_start [8f6c2] ../../elfutils-0.176/libdw/dwarf_getalt.c [9125d] dwarf_getalt [9127b] find_debug_altlink [91349] __libdw_filepath [917c0] open [917eb] strcpy [91815] mempcpy [9184b] sprintf [91876] dwarf_getalt [91d77] ../../elfutils-0.176/libdw/dwarf_setalt.c [927b5] dwarf_setalt [9283c] ../../elfutils-0.176/libdw/dwarf_cu_getdwarf.c [93236] dwarf_cu_getdwarf [93278] ../../elfutils-0.176/libdw/dwarf_cu_die.c [93d1e] dwarf_cu_die [93e6d] cu_sec_idx [93e8c] __libdw_first_die_off_from_cu [93eab] __libdw_first_die_from_cu_start [93f07] ../../elfutils-0.176/libdw/dwarf_peel_type.c [94ffc] dwarf_peel_type [9505e] dwarf_peel_type [951c2] ../../elfutils-0.176/libdw/dwarf_default_lower_bound.c [954a6] dwarf_default_lower_bound [95524] ../../elfutils-0.176/libdw/dwarf_die_addr_die.c [95f67] dwarf_die_addr_die [960fe] memset [96167] ../../elfutils-0.176/libdw/dwarf_get_units.c [96dbd] dwarf_get_units [970b9] cu_sec_idx [970d8] __libdw_first_die_off_from_cu [970f7] __libdw_first_die_from_cu_start [9714b] memset [971b4] ../../elfutils-0.176/libdw/libdw_find_split_unit.c [993c5] __libdw_find_split_unit [9967a] try_split_file [999b6] open [999e1] __libdw_link_skel_split [99a24] __libdw_cu_addr_base [99a7b] cu_sec_idx [99a9a] __libdw_first_die_off_from_cu [99ab9] __libdw_first_die_from_cu_start [99bc8] ../../elfutils-0.176/libdw/dwarf_cu_info.c [9a79d] dwarf_cu_info [9aa29] cu_sec_idx [9aa48] __libdw_first_die_off_from_cu [9aa67] __libdw_first_die_from_cu_start [9aabb] memset [9ab17] ../../elfutils-0.176/libdw/dwarf_next_lines.c [9bc30] dwarf_next_lines [9c0bc] __bswap_64 [9c0da] __bswap_32 [9c0f8] __bswap_16 [9c192] ../../elfutils-0.176/libdwelf/dwelf_elf_gnu_debuglink.c [9c5b6] dwelf_elf_gnu_debuglink [9c8c8] ../../elfutils-0.176/libdwelf/dwelf_dwarf_gnu_debugaltlink.c [9d489] dwelf_dwarf_gnu_debugaltlink [9d592] ../../elfutils-0.176/libdwelf/dwelf_elf_gnu_build_id.c [9efcc] dwelf_elf_gnu_build_id [9f092] __libdwfl_find_elf_build_id [9f21c] find_elf_build_id [9f550] check_notes [9f6fe] ../../elfutils-0.176/libdwelf/dwelf_scn_gnu_compressed_size.c [a0a33] dwelf_scn_gnu_compressed_size [a0b19] memcpy [a0b4f] __bswap_64 [a0b9b] ../../elfutils-0.176/libdwelf/dwelf_strtab.c [a1546] dwelf_strent_str [a157e] dwelf_strent_off [a15b0] dwelf_strtab_finalize [a16e1] copystrings [a1872] dwelf_strtab_add_len [a18f7] dwelf_strtab_add [a1978] strtab_add [a1b61] searchstring [a1b97] newstring [a1bf0] dwelf_strtab_free [a1c81] morememory [a1cc2] dwelf_strtab_init [a1da4] mempcpy [a1e53] ../../elfutils-0.176/libdwelf/dwelf_elf_begin.c [a32c7] dwelf_elf_begin [a3450] ../../elfutils-0.176/libdwfl/dwfl_begin.c [a4c97] dwfl_begin [a4d72] ../../elfutils-0.176/libdwfl/dwfl_end.c [a6603] dwfl_end [a674a] ../../elfutils-0.176/libdwfl/dwfl_error.c [a7078] dwfl_errmsg [a713b] __libdwfl_seterrno [a71e1] __libdwfl_canon_error [a728c] canonicalize [a72de] dwfl_errno [a7315] canonicalize [a73ef] ../../elfutils-0.176/libdwfl/dwfl_version.c [a8c36] dwfl_version [a8c6f] ../../elfutils-0.176/libdwfl/dwfl_module.c [ab36f] dwfl_report_end [ab47d] dwfl_report_module [ab65c] use [ab692] dwfl_report_begin [ab6d7] dwfl_report_begin_add [ab704] __libdwfl_module_free [ab8c1] free_file [ab8db] nofree [ab908] free_cu [ab921] free_file [aba2d] ../../elfutils-0.176/libdwfl/dwfl_report_elf.c [ad455] _compat_without_add_p_vaddr_dwfl_report_elf [ad51b] dwfl_report_elf [ad702] __libdwfl_report_elf [ad909] __libdwfl_elf_address_range [adda5] open [ade92] ../../elfutils-0.176/libdwfl/relocate.c [b0644] __libdwfl_relocate_section [b0813] __libdwfl_relocate [b0a7a] relocate_section [b143d] check_badreltype [b147f] relocate [b163f] resolve_symbol [b1729] relocate_getsym [b17b1] __libdwfl_relocate_value [b1831] dwfl_adjusted_st_value [b186b] dwfl_adjusted_aux_sym_addr [b1898] dwfl_adjusted_dwarf_addr [b18c5] dwfl_adjusted_address [b18f2] memset [b1928] __libdwfl_relocate_value [b1b03] relocate [b246b] ../../elfutils-0.176/libdwfl/dwfl_module_build_id.c [b3cc7] _compat_vaddr_at_end_dwfl_module_build_id [b3d62] dwfl_module_build_id [b3df4] __libdwfl_find_build_id [b3e8e] found_build_id [b3ee8] memcpy [b3f1e] __libdwfl_find_build_id [b41dd] ../../elfutils-0.176/libdwfl/dwfl_module_report_build_id.c [b5a39] dwfl_module_report_build_id [b5a87] memcpy [b5abd] dwfl_module_report_build_id [b5ca8] ../../elfutils-0.176/libdwfl/derelocate.c [b7726] dwfl_module_address_section [b78a7] dwfl_module_relocate_address [b7929] __libdwfl_find_section_ndx [b79b8] find_section [b7ae7] check_module [b7b52] dwfl_module_relocation_info [b7c4d] dwfl_module_relocations [b7d4e] cache_sections [b7ebe] compare_secrefs [b7f4b] dwfl_adjusted_address [b7f78] cache_sections [b8429] check_module [b8620] ../../elfutils-0.176/libdwfl/offline.c [ba056] dwfl_report_offline [ba169] __libdwfl_report_offline [ba2ea] process_archive [ba35b] process_archive_member [ba420] process_elf [ba479] process_file [ba4d2] dwfl_offline_section_address [ba85c] open [ba887] asprintf [ba8b2] process_file [bafd4] ../../elfutils-0.176/libdwfl/segment.c [bc8be] dwfl_report_segment [bca0c] dwfl_addrsegment [bcd81] reify_segments [bce3d] lookup [bce95] insert [bd159] __libdwfl_segment_end [bd19e] __libdwfl_segment_start [bd1dd] memmove [bd269] ../../elfutils-0.176/libdwfl/dwfl_module_info.c [beab0] dwfl_module_info [bed13] dwfl_adjusted_st_value [bed4d] dwfl_adjusted_aux_sym_addr [bed7a] dwfl_adjusted_dwarf_addr [beda7] dwfl_adjusted_address [beddc] ../../elfutils-0.176/libdwfl/dwfl_getmodules.c [c064a] dwfl_getmodules [c0786] ../../elfutils-0.176/libdwfl/dwfl_getdwarf.c [c2039] dwfl_getdwarf [c20fb] module_callback [c223e] ../../elfutils-0.176/libdwfl/dwfl_module_getdwarf.c [c4ac9] dwfl_module_getsymtab_first_global [c4b46] dwfl_module_getsymtab [c4ba4] dwfl_module_getdwarf [c4bd1] find_dw [c4bf6] load_dw [c4d7e] __libdwfl_module_getebl [c4d9e] find_symtab [c514a] find_aux_sym [c5199] find_dynsym [c542b] translate_offs [c559b] find_offsets [c563f] load_symtab [c5790] find_debug_altlink [c5a7a] find_debuginfo [c5ac1] find_prelink_address_sync [c5d66] consider_shdr [c5dca] __libdwfl_getelf [c5df0] mod_verify_build_id [c5e32] open_elf [c5ee3] open_elf_file [c5f26] open [c5f51] dwfl_adjusted_dwarf_addr [c5f7e] dwfl_adjusted_address [c5fab] open_elf [c6030] translate_offs [c63b8] find_prelink_address_sync [c6c8a] find_debuginfo [c7038] __libdwfl_getelf [c742e] __libdwfl_module_getebl [c74a1] dwfl_module_getdwarf [c78c0] ../../elfutils-0.176/libdwfl/dwfl_module_getelf.c [c9107] dwfl_module_getelf [c9131] dwfl_adjusted_address [c915e] dwfl_module_getelf [c927a] ../../elfutils-0.176/libdwfl/dwfl_validate_address.c [caae5] dwfl_validate_address [cac5b] ../../elfutils-0.176/libdwfl/argp-std.c [cc8e7] dwfl_standard_argp [cc906] parse_opt [cda28] fail [cda6a] failure [cdaa8] open [cdad3] atoi [cdc5e] ../../elfutils-0.176/libdwfl/find-debuginfo.c [cf70f] dwfl_standard_find_debuginfo [cf9b3] find_debuginfo_in_path [d02c1] validate [d036e] check_crc [d03a3] try_open [d0427] fstat [d045a] stat [d0487] open [d04b2] memcpy [d04e8] realpath [d0512] asprintf [d053d] try_open [d096e] ../../elfutils-0.176/libdwfl/dwfl_build_id_find_elf.c [d2281] dwfl_build_id_find_elf [d24a8] __libdwfl_open_mod_by_build_id [d2557] __libdwfl_open_by_build_id [d2a9e] open [d2ac9] strcpy [d2af3] mempcpy [d2b29] memcpy [d2b5f] realpath [d2b89] snprintf [d2cb4] ../../elfutils-0.176/libdwfl/dwfl_build_id_find_debuginfo.c [d4568] dwfl_build_id_find_debuginfo [d4937] ../../elfutils-0.176/libdwfl/linux-kernel-modules.c [d7a25] dwfl_linux_kernel_report_modules [d7e35] dwfl_linux_kernel_module_section_address [d82ac] dwfl_linux_kernel_find_elf [d83d8] subst_name [d844c] dwfl_linux_kernel_report_kernel [d8a61] check_module_notes [d8ab3] check_kernel_notes [d8ae0] check_notes [d8d7c] intuit_kernel_bounds [d8ddf] read_address [d8e12] dwfl_linux_kernel_report_offline [d93cf] check_suffix [d941b] report_kernel_archive [d94c6] report_kernel [d96c9] get_release [d96ff] find_kernel_elf [d9740] kernel_release [d9768] try_kernel_name [d99ef] open [d9a1a] mempcpy [d9a50] memcpy [d9a86] asprintf [d9ab1] ferror_unlocked [d9acf] feof_unlocked [d9aed] getline [d9b23] read [d9b59] find_kernel_elf [d9d27] get_release [d9e31] dwfl_linux_kernel_find_elf [da891] ../../elfutils-0.176/libdwfl/linux-proc-maps.c [dc9ea] dwfl_linux_proc_find_elf [dce3e] read_proc_memory [dcf83] dwfl_linux_proc_report [dd148] dwfl_linux_proc_maps_report [dd1ba] proc_maps_report [dd8f9] do_report [dd949] grovel_auxv [ddac7] get_pid_class [ddb24] pread_retry [ddb8d] pread [ddbcf] read [ddc05] open [ddc30] stat [ddc63] asprintf [ddc8e] ferror_unlocked [ddcac] feof_unlocked [ddcca] getline [ddd00] grovel_auxv [de40c] ../../elfutils-0.176/libdwfl/dwfl_addrmodule.c [dfc53] dwfl_addrmodule [dfd02] ../../elfutils-0.176/libdwfl/dwfl_addrdwarf.c [e1549] dwfl_addrdwarf [e1603] ../../elfutils-0.176/libdwfl/cu.c [e304f] __libdwfl_addrcu [e343c] arangecu [e34bf] __libdwfl_nextcu [e35fc] intern_cu [e37da] compare_cukey [e3995] cudie_offset [e39b8] less_lazy [e39d2] nofree [e3a1f] addrarange [e3adb] dwar [e3b0b] dwfl_deadjust_dwarf_addr [e3b38] dwfl_deadjust_address [e3b65] __libdw_first_die_off_from_cu [e3b84] __libdw_first_die_from_cu_start [e3bd8] nofree [e3cfe] ../../elfutils-0.176/libdwfl/dwfl_module_nextcu.c [e5545] dwfl_module_nextcu [e5664] ../../elfutils-0.176/libdwfl/dwfl_nextcu.c [e6eab] dwfl_nextcu [e7029] dwfl_adjusted_dwarf_addr [e7056] dwfl_adjusted_address [e70be] ../../elfutils-0.176/libdwfl/dwfl_cumodule.c [e8905] dwfl_cumodule [e895b] ../../elfutils-0.176/libdwfl/dwfl_module_addrdie.c [ea1a2] dwfl_module_addrdie [ea2c1] ../../elfutils-0.176/libdwfl/dwfl_addrdie.c [ebb08] dwfl_addrdie [ebbce] ../../elfutils-0.176/libdwfl/lines.c [ed415] __libdwfl_cu_getsrclines [ed507] ../../elfutils-0.176/libdwfl/dwfl_lineinfo.c [eeea4] dwfl_lineinfo [ef042] dwfl_adjusted_dwarf_addr [ef06f] dwfl_adjusted_address [ef09c] dwfl_linecu_inline [ef0ed] ../../elfutils-0.176/libdwfl/dwfl_line_comp_dir.c [f0deb] dwfl_line_comp_dir [f0ebb] dwfl_linecu_inline [f0f23] ../../elfutils-0.176/libdwfl/dwfl_linemodule.c [f2780] dwfl_linemodule [f27f9] dwfl_linecu_inline [f283e] ../../elfutils-0.176/libdwfl/dwfl_linecu.c [f409b] dwfl_linecu [f4127] dwfl_linecu_inline [f416c] ../../elfutils-0.176/libdwfl/dwfl_dwarf_line.c [f59da] dwfl_dwarf_line [f5b0b] dwfl_adjusted_dwarf_addr [f5b38] dwfl_adjusted_address [f5b65] dwfl_linecu_inline [f5baa] ../../elfutils-0.176/libdwfl/dwfl_getsrclines.c [f73f7] dwfl_getsrclines [f74cc] ../../elfutils-0.176/libdwfl/dwfl_onesrcline.c [f8e4e] dwfl_onesrcline [f8f44] ../../elfutils-0.176/libdwfl/dwfl_module_getsrc.c [fa7a3] dwfl_module_getsrc [fa9ed] ../../elfutils-0.176/libdwfl/dwfl_getsrc.c [fc240] dwfl_getsrc [fc2eb] ../../elfutils-0.176/libdwfl/dwfl_module_getsrc_file.c [fdc8e] dwfl_module_getsrc_file [fe1c3] dwfl_line_file [fe1e7] dwfl_line [fe205] dwfl_dwarf_line_file [fe229] dwfl_linecu_inline [fe2ef] ../../elfutils-0.176/libdwfl/libdwfl_crc32.c [fe6da] __libdwfl_crc32 [fe755] ../../elfutils-0.176/libdwfl/libdwfl_crc32_file.c [ff1f6] __libdwfl_crc32_file [ff564] fstat [ff597] pread [ff644] ../../elfutils-0.176/libdwfl/elf-from-memory.c [100ace] elf_from_remote_memory [100d98] handle_segment [100f29] handle_segment [10143d] ../../elfutils-0.176/libdwfl/dwfl_module_dwarf_cfi.c [103af3] dwfl_module_dwarf_cfi [103b1d] __libdwfl_set_cfi [103bee] dwfl_adjusted_dwarf_addr [103c1b] dwfl_adjusted_address [103c48] dwfl_module_dwarf_cfi [103dba] ../../elfutils-0.176/libdwfl/dwfl_module_eh_cfi.c [106470] dwfl_module_eh_cfi [10649a] dwfl_adjusted_address [1064c7] dwfl_module_eh_cfi [1065b5] ../../elfutils-0.176/libdwfl/dwfl_module_getsym.c [107e80] dwfl_module_getsym [107f53] dwfl_module_getsym_info [108055] __libdwfl_getsym [1088ef] dwfl_deadjust_st_value [108929] dwfl_adjusted_st_value [108963] dwfl_deadjust_aux_sym_addr [108990] dwfl_adjusted_aux_sym_addr [1089bd] dwfl_deadjust_dwarf_addr [1089ea] dwfl_adjusted_dwarf_addr [108a17] dwfl_deadjust_address [108a44] dwfl_adjusted_address [108b04] ../../elfutils-0.176/libdwfl/dwfl_module_addrname.c [10a3cf] dwfl_module_addrname [10a49d] ../../elfutils-0.176/libdwfl/dwfl_module_addrsym.c [10be62] dwfl_module_addrinfo [10bf58] dwfl_module_addrsym [10c026] __libdwfl_addrsym [10d529] search_table [10d5c5] try_sym_value [10d627] binding_value [10d64b] same_section [10d6dd] dwfl_deadjust_st_value [10d717] dwfl_adjusted_st_value [10d751] dwfl_deadjust_aux_sym_addr [10d77e] dwfl_adjusted_aux_sym_addr [10d7ab] dwfl_deadjust_dwarf_addr [10d7d8] dwfl_adjusted_dwarf_addr [10d805] dwfl_deadjust_address [10d832] dwfl_adjusted_address [10d8ce] ../../elfutils-0.176/libdwfl/dwfl_module_return_value_location.c [10f164] dwfl_module_return_value_location [10f2ab] ../../elfutils-0.176/libdwfl/dwfl_module_register_names.c [110b1a] dwfl_module_register_names [110ded] ../../elfutils-0.176/libdwfl/dwfl_segment_report_module.c [113726] dwfl_segment_report_module [113837] segment_read [11388b] release_buffer [113917] finish [113925] read_portion [11396c] finish_portion [113c06] consider_notes [113caa] consider_phdr [1141cd] consider_dyn [114770] final_read [11489f] read_phdr [115773] invalid_elf [1157cf] handle_file_note [1158e8] buf_read_ulong [11596d] buf_has_data [1159a2] addr_segndx [115a17] open [115a42] memcpy [115a78] __bswap_64 [115a96] __bswap_32 [115ab4] finish [115bb5] buf_read_ulong [115d18] invalid_elf [115ed7] ../../elfutils-0.176/libdwfl/link_map.c [117cfa] dwfl_link_map_report [117e72] consider_phdr [119850] find_executable [1198e2] consider_executable [119d42] report_r_debug [119dcb] release_buffer [119df6] read_addrs [11a00e] addrsize [11a02c] integrated_memory_callback [11a2b4] auxv_format_probe [11a302] do_check32 [11a35c] do_check64 [11a3b6] open [11a3e1] pread_retry [11a44a] pread [11a48c] dwfl_adjusted_address [11a4b9] strcpy [11a4e3] __bswap_64 [11a501] __bswap_32 [11a69d] ../../elfutils-0.176/libdwfl/core-file.c [11cf88] _compat_without_executable_dwfl_core_file_report [11cffb] dwfl_core_file_report [11d45b] __libdwfl_dynamic_vaddr_get [11d555] clear_r_debug_info [11d586] dwfl_elf_phdr_memory_callback [11dd01] do_more [11dd79] update_end [11ddb7] core_file_read_eagerly [11de65] dwfl_report_core_segments [11df9c] elf_begin_rand [11e03c] do_fail [11e072] pread_retry [11e0db] pread [11e11d] memset [11e153] memcpy [11e189] clear_r_debug_info [11e1fb] core_file_read_eagerly [11e72f] ../../elfutils-0.176/libdwfl/open.c [11fbdb] __libdw_open_elf [11fc4f] __libdw_open_file [11fcf7] libdw_open_elf [11fec0] what_kind [11ff19] decompress [11ff98] what_kind [120264] ../../elfutils-0.176/libdwfl/image-header.c [1207c0] __libdw_image_header [1209f1] pread_retry [120a5a] pread [120ac9] ../../elfutils-0.176/libdwfl/dwfl_frame.c [1224ec] dwfl_thread_getframes [122a4f] dwfl_getthread_frames [122c79] get_one_thread_frames_cb [122cf2] getthread [122d7d] get_one_thread_cb [122dbc] dwfl_getthreads [12300e] dwfl_frame_thread [12303f] dwfl_thread_tid [12305d] dwfl_thread_dwfl [12308e] dwfl_pid [1230e6] dwfl_attach_state [12317c] process_alloc [1231a2] __libdwfl_process_free [123285] state_alloc [1232ef] thread_free_all_states [123309] state_free [123357] state_fetch_pc [12339a] memset [1233d0] state_free [123488] get_one_thread_cb [123552] dwfl_attach_state [123760] dwfl_thread_tid [123860] ../../elfutils-0.176/libdwfl/frame_unwind.c [1267ad] __libdwfl_frame_unwind [126b0e] readfunc [126bc8] getfunc [126c44] setfunc [126cb8] handle_cfi [1271f0] new_unwound [127279] expr_eval [1288de] do_pop [12890e] do_push [1289b7] bra_compar [1289f8] state_get_reg [128a2e] __libdwfl_frame_reg_set [128aeb] __libdwfl_frame_reg_get [128b90] bsearch [128c1a] memset [128c50] new_unwound [128de9] getfunc [128f03] setfunc [129196] ../../elfutils-0.176/libdwfl/dwfl_frame_pc.c [12a9dd] dwfl_frame_pc [12aa40] dwfl_frame_pc [12ab6a] ../../elfutils-0.176/libdwfl/linux-pid-attach.c [12d4ee] __libdwfl_get_pid_arg [12d527] dwfl_linux_proc_attach [12daba] pid_thread_detach [12db25] __libdwfl_ptrace_detach [12dba5] pid_detach [12dc4d] pid_set_initial_registers [12dcd6] pid_thread_state_registers_cb [12dd52] pid_getthread [12ddfb] pid_next_thread [12df5b] pid_memory_read [12e218] clear_cached_memory [12e23e] read_cached_memory [12e2bc] __libdwfl_ptrace_attach [12e31a] linux_proc_pid_is_stopped [12e368] open [12e393] memcpy [12e3c9] fgets [12e3ff] snprintf [12e436] pid_thread_state_registers_cb [12e5e6] __libdwfl_ptrace_attach [12e95d] pid_set_initial_registers [12eab0] pid_thread_detach [12ed8d] ../../elfutils-0.176/libdwfl/linux-core-attach.c [130a67] dwfl_core_file_attach [130f36] core_detach [130fb7] core_set_initial_registers [131761] core_next_thread [131a21] core_memory_read [131d06] __uint64_identity [131d24] __uint32_identity [131d42] __bswap_64 [131d60] __bswap_32 [131ece] ../../elfutils-0.176/libdwfl/dwfl_frame_regs.c [133720] dwfl_thread_state_register_pc [133779] dwfl_thread_state_registers [133831] dwfl_thread_state_registers [13397e] dwfl_thread_state_register_pc [133aad] ../../elfutils-0.176/libdwfl/gzip.c [134098] __libdw_gunzip [13495b] open_stream [1349ae] zlib_fail [1349d8] fail [134a02] smaller_buffer [134a28] bigger_buffer [134a68] pread_retry [134ad1] pread [134bcf] ../../elfutils-0.176/libdwfl/bzip2.c [13524f] __libdw_bunzip2 [135b44] zlib_fail [135b74] fail [135b9e] smaller_buffer [135bc4] bigger_buffer [135c04] pread_retry [135c6d] pread [135d27] ../../elfutils-0.176/libebl/eblopenbackend.c [137f2d] default_abi_cfi [137f6f] default_check_reloc_target_type [137fb1] default_check_object_attribute [13802f] default_syscall_abi [13809c] default_register_info [138117] default_return_value_location [138159] default_bss_plt_p [13818c] default_check_st_other_bits [1381bf] default_data_marker_symbol [138201] default_check_special_symbol [138261] default_copy_reloc_p [138280] default_debugscn_p [138341] default_object_note [1383a1] default_object_note_type_name [138401] default_core_note [13848e] default_auxv_info [1384df] default_core_note_type_name [138530] default_osabi_name [138569] default_destr [138598] default_dynamic_tag_check [1385cb] default_dynamic_tag_name [13861c] default_symbol_binding_name [138655] default_symbol_type_name [13868e] default_check_special_section [1386ee] default_machine_section_flag_check [138721] default_machine_flag_check [138754] default_machine_flag_name [13878d] default_section_name [1387ed] default_section_type_name [138826] default_segment_type_name [13885f] default_gotpc_reloc_check [13888b] default_reloc_simple_type [1388db] default_reloc_valid_use [138908] default_reloc_type_check [138928] default_reloc_type_name [138962] ebl_openbackend_emulation [1389ba] ebl_openbackend_machine [138a16] ebl_openbackend [138ac3] openbackend [1390a5] fill_defaults [1390d2] stpcpy [1390fc] strcpy [139126] mempcpy [13915c] snprintf [139193] default_reloc_type_name [1391c4] default_reloc_type_check [1391e7] default_reloc_valid_use [139211] default_register_info [139451] ../../elfutils-0.176/libebl/eblclosebackend.c [13a46b] ebl_closebackend [13a4f9] ../../elfutils-0.176/libebl/eblreloctypename.c [13b782] ebl_reloc_type_name [13b830] ../../elfutils-0.176/libebl/eblsegmenttypename.c [13cac3] ebl_segment_type_name [13ccc3] snprintf [13cd1d] ../../elfutils-0.176/libebl/eblsectiontypename.c [13dfb0] ebl_section_type_name [13e239] snprintf [13e293] ../../elfutils-0.176/libebl/eblmachineflagname.c [13f5e7] ebl_machine_flag_name [13f82c] mempcpy [13f86e] snprintf [13f8d4] ../../elfutils-0.176/libebl/eblsymboltypename.c [140b67] ebl_symbol_type_name [140d72] snprintf [140dd8] ../../elfutils-0.176/libebl/ebldynamictagname.c [142127] ebl_dynamic_tag_name [14235b] snprintf [1423b5] ../../elfutils-0.176/libebl/eblsectionname.c [143648] ebl_section_name [143939] snprintf [143993] ../../elfutils-0.176/libebl/eblsymbolbindingname.c [144c26] ebl_symbol_binding_name [144e31] snprintf [144e97] ../../elfutils-0.176/libebl/eblbackendname.c [146120] ebl_backend_name [146194] ../../elfutils-0.176/libebl/eblosabiname.c [147427] ebl_osabi_name [14758a] snprintf [1475e4] ../../elfutils-0.176/libebl/eblmachineflagcheck.c [1485fe] ebl_machine_flag_check [148662] ../../elfutils-0.176/libebl/eblmachinesectionflagcheck.c [14967c] ebl_machine_section_flag_check [1496e0] ../../elfutils-0.176/libebl/eblreloctypecheck.c [14a6fa] ebl_reloc_type_check [14a75e] ../../elfutils-0.176/libebl/eblrelocvaliduse.c [14b778] ebl_reloc_valid_use [14b7dc] ../../elfutils-0.176/libebl/eblrelocsimpletype.c [14c7f6] ebl_reloc_simple_type [14c87c] ../../elfutils-0.176/libebl/ebldynamictagcheck.c [14d896] ebl_dynamic_tag_check [14d906] ../../elfutils-0.176/libebl/eblcorenotetypename.c [14eb99] ebl_core_note_type_name [14ed04] snprintf [14ed5e] ../../elfutils-0.176/libebl/eblobjnotetypename.c [14fff1] ebl_object_note_type_name [150433] snprintf [150498] ../../elfutils-0.176/libebl/eblcorenote.c [151721] ebl_core_note [151894] ../../elfutils-0.176/libebl/eblobjnote.c [153fd8] ebl_object_note [15610f] __bswap_64 [15612d] __bswap_32 [15614b] __bswap_16 [156169] printf [156188] putchar_unlocked [1562c0] ../../elfutils-0.176/libebl/ebldebugscnp.c [1572da] ebl_debugscn_p [15733e] ../../elfutils-0.176/libebl/eblgotpcreloccheck.c [158358] ebl_gotpc_reloc_check [1583bc] ../../elfutils-0.176/libebl/eblcopyrelocp.c [1593d6] ebl_copy_reloc_p [15943a] ../../elfutils-0.176/libebl/eblsectionstripp.c [15a465] ebl_section_strip_p [15a65c] ../../elfutils-0.176/libebl/eblelfclass.c [15b676] ebl_get_elfclass [15b6af] ../../elfutils-0.176/libebl/eblelfdata.c [15c6c9] ebl_get_elfdata [15c702] ../../elfutils-0.176/libebl/eblelfmachine.c [15d71c] ebl_get_elfmachine [15d755] ../../elfutils-0.176/libebl/ebl_check_special_symbol.c [15e76f] ebl_check_special_symbol [15e809] ../../elfutils-0.176/libebl/eblbsspltp.c [15f823] ebl_bss_plt_p [15f862] ../../elfutils-0.176/libebl/eblretval.c [16087c] ebl_return_value_location [1608fb] ../../elfutils-0.176/libebl/eblreginfo.c [161915] ebl_register_info [161a1a] ../../elfutils-0.176/libebl/eblnonerelocp.c [162a34] ebl_none_reloc_p [162a98] ../../elfutils-0.176/libebl/eblrelativerelocp.c [163ab2] ebl_relative_reloc_p [163b16] ../../elfutils-0.176/libebl/eblsysvhashentrysize.c [164b30] ebl_sysvhash_entrysize [164b69] ../../elfutils-0.176/libebl/eblauxvinfo.c [165e46] ebl_auxv_info [165ef1] ../../elfutils-0.176/libebl/eblcheckobjattr.c [166f0b] ebl_check_object_attribute [166fdf] ../../elfutils-0.176/libebl/ebl_check_special_section.c [167ff9] ebl_check_special_section [16809a] ../../elfutils-0.176/libebl/ebl_syscall_abi.c [1690b4] ebl_syscall_abi [16916e] ../../elfutils-0.176/libebl/eblabicfi.c [16a188] ebl_ra_offset [16a1b9] ebl_abi_cfi [16a224] ../../elfutils-0.176/libebl/eblstother.c [16b23e] ebl_check_st_other_bits [16b291] ../../elfutils-0.176/libebl/eblinitreg.c [16c2ab] ebl_func_addr_mask [16c2dc] ebl_frame_nregs [16c30d] ebl_set_initial_registers_tid [16c41e] ../../elfutils-0.176/libebl/ebldwarftoregno.c [16d438] ebl_dwarf_to_regno [16d4a3] ../../elfutils-0.176/libebl/eblnormalizepc.c [16e4bd] ebl_normalize_pc [16e523] ../../elfutils-0.176/libebl/eblunwind.c [16f53d] ebl_unwind [16f62a] ../../elfutils-0.176/libebl/eblresolvesym.c [170644] ebl_resolve_sym_value [1706af] ../../elfutils-0.176/libebl/eblcheckreloctargettype.c [1716c9] ebl_check_reloc_target_type [171733] ../../elfutils-0.176/libebl/ebl_data_marker_symbol.c [17274d] ebl_data_marker_symbol [1727cc] ../sysdeps/x86_64/crtn.S [b] ../sysdeps/x86_64/crti.S [2d] ../../elfutils-0.176/backends/i386_init.c [14c6] i386_init [154f] i386_init_reloc [1569] i386_relative_reloc_p [159a] i386_none_reloc_p [15cb] i386_copy_reloc_p [15fc] i386_reloc_valid_use [1684] i386_reloc_type_check [16bb] i386_reloc_type_name [1714] i386_reloc_valid_use [1862] ../../elfutils-0.176/backends/i386_symbol.c [289a] i386_debugscn_p [28e1] i386_reloc_simple_type [2934] i386_gotpc_reloc_check [297b] ../../elfutils-0.176/backends/i386_corenote.c [30c2] i386_core_note [325e] ioperm_info [32ce] tls_info [333f] ../../elfutils-0.176/backends/i386_cfi.c [443b] i386_abi_cfi [44b1] ../../elfutils-0.176/backends/i386_retval.c [5260] i386_return_value_location [5576] dwarf_peeled_die_type [5629] ../../elfutils-0.176/backends/i386_regs.c [66e7] i386_register_info [67db] stpcpy [680d] ../../elfutils-0.176/backends/i386_auxv.c [68e5] i386_auxv_info [693a] ../../elfutils-0.176/backends/i386_syscall.c [7960] i386_syscall_abi [79cf] ../../elfutils-0.176/backends/i386_initreg.c [7d73] i386_set_initial_registers_tid [7e81] ../../elfutils-0.176/backends/i386_unwind.c [8ea7] i386_unwind [907b] ../../elfutils-0.176/libcpu/i386_disasm.c [d53e] i386_disasm [f577] FCT_xmmreg [f5f1] FCT_string [f622] FCT_sreg3 [f6fc] FCT_sreg2 [f754] FCT_sel [f8f2] FCT_reg16 [f93e] FCT_freg [f996] FCT_reg$w [fa53] FCT_reg64 [fb46] FCT_reg [fc46] FCT_mod$16r_m [fdae] FCT_mod$8r_m [feab] FCT_mod$r_m$w [1002b] FCT_moda$r_m [10078] FCT_mod$r_m [101c9] FCT_mmxreg [1022e] FCT_rel [1033a] FCT_imm8 [10428] FCT_imms8 [10479] FCT_imm16 [1058d] FCT_imm$s [1077a] FCT_imms [10868] FCT_imm$w [10a8f] FCT_imm [10b12] FCT_es_di [10bf3] FCT_dx [10c78] FCT_ds_si [10cd1] FCT_ds_bx [10d2a] FCT_ds_xx [10ea8] FCT_disp8 [10ff1] FCT_ddd [1104a] FCT_ccc [110a3] FCT_crdb [11233] FCT_ax$w [112b6] FCT_ax [11341] FCT_abs [1139a] FCT_absval [113f3] generic_abs [11470] FCT_Mod$R_m [11661] FCT_MOD$R_M [118e2] general_mod$r_m [11a69] data_prefix [11aab] printf [11aca] snprintf [11b01] stpcpy [11b2b] memcpy [11b61] FCT_xmmreg [11cae] FCT_mmxreg [11dfb] FCT_freg [11f76] generic_abs [12148] FCT_sreg2 [1220e] general_mod$r_m [12a09] FCT_moda$r_m [12c7d] ../sysdeps/x86_64/crtn.S [b] ../sysdeps/x86_64/crti.S [2d] ../../elfutils-0.176/backends/x86_64_init.c [1465] x86_64_init [14ee] x86_64_init_reloc [1508] x86_64_relative_reloc_p [1539] x86_64_none_reloc_p [156a] x86_64_copy_reloc_p [159b] x86_64_reloc_valid_use [1623] x86_64_reloc_type_check [165a] x86_64_reloc_type_name [16b3] x86_64_reloc_valid_use [1801] ../../elfutils-0.176/backends/x86_64_symbol.c [2827] x86_64_section_type_name [287a] x86_64_reloc_simple_type [28d5] ../../elfutils-0.176/backends/x86_64_corenote.c [2fc6] x86_64_core_note [3100] ioperm_info [3187] ../../elfutils-0.176/backends/x86_64_cfi.c [4283] x86_64_abi_cfi [42f9] ../../elfutils-0.176/backends/x86_64_retval.c [50be] x86_64_return_value_location [5416] dwarf_peeled_die_type [54d6] ../../elfutils-0.176/backends/x86_64_regs.c [6594] x86_64_register_info [6688] stpcpy [66ba] ../../elfutils-0.176/backends/i386_auxv.c [6792] i386_auxv_info [67e7] ../../elfutils-0.176/backends/x86_64_syscall.c [780d] x86_64_syscall_abi [787c] ../../elfutils-0.176/backends/x86_64_initreg.c [7c20] x86_64_set_initial_registers_tid [7d2e] ../../elfutils-0.176/backends/x86_64_unwind.c [8d59] x86_64_unwind [8f6c] ../../elfutils-0.176/backends/x32_corenote.c [965d] x32_core_note [9797] ioperm_info [981e] ../../elfutils-0.176/libcpu/x86_64_disasm.c [dc22] x86_64_disasm [fd00] FCT_xmmreg [fd7a] FCT_string [fdab] FCT_sreg3 [fe85] FCT_sreg2 [fedd] FCT_sel [1007b] FCT_freg [100d3] FCT_oreg$w [10146] FCT_reg$w [102d5] FCT_reg64 [10429] FCT_oreg [1049c] FCT_reg [105fd] FCT_mod$64r_m [10778] FCT_mod$16r_m [108cb] FCT_mod$8r_m [109c8] FCT_mod$r_m$w [10c51] FCT_mod$r_m [10e02] FCT_mmxreg [10e67] FCT_rel [10f73] FCT_imm8 [11061] FCT_imms8 [111de] FCT_imm16 [112f2] FCT_imm$s [115a0] FCT_imms [115f2] FCT_imm64$w [117ce] FCT_imm$w [11aaf] FCT_imm [11b32] FCT_es_di [11c13] FCT_dx [11c98] FCT_ds_si [11cf1] FCT_ds_bx [11d4a] FCT_ds_xx [11ec8] FCT_disp8 [12011] FCT_ddd [1206a] FCT_ccc [120c3] FCT_crdb [12253] FCT_ax$w [122d6] FCT_ax [12361] FCT_abs [123bf] FCT_absval [1241d] generic_abs [124a7] FCT_Mod$R_m [12698] FCT_MOD$R_M [12919] general_mod$r_m [12a5c] data_prefix [12a9e] printf [12abd] snprintf [12af4] stpcpy [12b1e] memcpy [12b54] FCT_xmmreg [12ca1] general_mod$r_m [132dc] FCT_mmxreg [13429] FCT_freg [135a4] generic_abs [13789] FCT_sreg2 [139a7] ../sysdeps/x86_64/crtn.S [b] ../../elfutils-0.176/src/size.c [c27] handle_elf [1fc2] show_segments [2043] show_bsd_totals [206c] show_bsd [2125] show_sysv_one_line [2191] show_sysv [22d0] handle_ar [2737] print_header [27f4] process_file [2c8d] parse_opt [2dfa] main [305e] error [3091] mempcpy [30c7] memcpy [30fd] open [3128] printf [b] ../../elfutils-0.176/src/strip.c [1260] cleanup_debug [126a] handle_elf [16b9] check_preserved [1848] update_section_size [18a8] no_symtab_updates [1c60] handle_debug_relocs [1d6e] process_file [21a1] remove_debug_relocations [2379] relocate [33a8] update_shdrstrndx [34f0] get_xndxdata [357c] secndx_name [35dd] parse_opt [386b] main [3acb] section_name_matches [3b01] free_patterns [3b0a] free_sec_patterns [3b96] add_pattern [3bcc] pwrite_retry [3c35] error [3c68] fstat [3c9b] stat [3cc8] strcpy [3cf2] memset [3d28] mempcpy [3d5e] memcpy [3d94] open [3dbf] cleanup_debug [3e43] update_section_size [3f9c] handle_elf PASS: run-low_high_pc.sh PASS: run-macro-test.sh PASS: run-elf_cntl_gelf_getshdr.sh PASS: run-test-archive64.sh PASS: run-readelf-vmcoreinfo.sh PASS: run-readelf-mixed-corenote.sh PASS: run-dwfllines.sh PASS: run-readelf-variant.sh PASS: run-dwfl-report-elf-align.sh # Everything on the command line # Everything from stdin (with newlines). # stdin without newline address, just EOF. # stdin without newline symbol, just EOF. # Everything on the command line with addresses # Everything from stdin (with newlines) with addresses. # Pretty with functions and addresses. PASS: run-addr2line-test.sh PASS: run-addr2line-i-test.sh PASS: run-addr2line-i-lex-test.sh PASS: run-addr2line-i-demangle-test.sh PASS: run-addr2line-alt-debugpath.sh PASS: run-varlocs.sh PASS: run-exprlocs.sh PASS: run-funcretval.sh 0x563e6ac53000 0x563e6ac58000 /usr/lib/elfutils/ptest/tests/backtrace-child 0x7f4ac2095000 0x7f4ac224c000 /lib/libc-2.30.so 0x7f4ac2250000 0x7f4ac226d000 /lib/libpthread-2.30.so 0x7f4ac2282000 0x7f4ac22ac000 /lib/ld-2.30.so 0x7ffd15791000 0x7ffd15792000 [vdso: 12917] TID 12917: # 0 0x7f4ac2263b60 raise # 1 0x563e6ac54234 - 1 main # 2 0x7f4ac20bbdeb - 1 __libc_start_main # 3 0x563e6ac5433a - 1 _start TID 12918: # 0 0x7f4ac2263b60 raise # 1 0x563e6ac5445b - 1 sigusr2 # 2 0x563e6ac544fa - 1 stdarg # 3 0x563e6ac54510 - 1 backtracegen # 4 0x563e6ac54519 - 1 start # 5 0x7f4ac2258e54 - 1 start_thread # 6 0x7f4ac218ccef - 1 __clone # 1 0x563e6ac54234 - 1 main PASS: run-backtrace-native.sh # 0 0x7fdcb043eb10 raise # 1 0x557f88d70450 - 1 main # 2 0x7fdcb042adeb - 1 __libc_start_main # 3 0x557f88d705fa - 1 _start # 1 0x557f88d70450 - 1 main PASS: run-backtrace-data.sh 0x7f620e9adb10 raise 0x7f620e998548 abort 0x560007eb7206 (null) 0x560007eb720e (null) 0x560007eb77bc (null) 0x7f620e999deb __libc_start_main 0x560007eb724a (null) dwfl_thread_getframes returned, main not found dwfl_getthreads returned, main not found dwfl_thread_getframes returned, main not found dwfl_getthreads returned, main not found PASS: run-backtrace-dwarf.sh biarch testing disabled SKIP: run-backtrace-native-biarch.sh 0x7ffc9afe3000 0x7ffc9afe4000 linux-vdso.so.1 0x7f53343d5000 0x7f53343ff130 ld-linux-x86-64.so.2 0x7f53341e8000 0x7f53343a23b8 libc.so.6 0x7f53343a3000 0x7f53343c31c0 libpthread.so.0 0x55a45534c000 0x55a455350028 backtrace-child TID 12974: # 0 0x7f53343b6b60 raise # 1 0x55a45534d42d - 1 sigusr2 # 2 0x55a45534d4fa - 1 stdarg # 3 0x55a45534d510 - 1 backtracegen # 4 0x55a45534d519 - 1 start # 5 0x7f53343abe54 - 1 start_thread # 6 0x7f53342dfcef - 1 __clone TID 12973: # 0 0x7f53343ad397 __GI___pthread_timedjoin_ex # 1 0x55a45534d25b - 1 main # 2 0x7f533420edeb - 1 __libc_start_main # 3 0x55a45534d33a - 1 _start # 1 0x55a45534d25b - 1 main PASS: run-backtrace-native-core.sh biarch testing disabled SKIP: run-backtrace-native-core-biarch.sh ./backtrace ./backtrace.x86_64.exec ./backtrace.x86_64.core 0x400000 0x6e0000 /home/jkratoch/redhat/elfutils/tests/backtrace.x86_64.exec 0x7fff1bdcc000 0x7fff1bdce000 linux-vdso.so.1 TID 23097: # 0 0x40a62b raise # 1 0x401e3d - 1 sigusr2 # 2 0x401f88 - 1 stdarg # 3 0x401fa6 - 1 backtracegen # 4 0x401fbd - 1 start # 5 0x403773 - 1 start_thread # 6 0x444239 - 1 __clone TID 23096: # 0 0x404880 pthread_join # 1 0x4021f9 - 1 main # 2 0x40ba94 - 1 __libc_start_main # 3 0x401d0d - 1 _start # 1 0x4021f9 - 1 main # 3 0x401fa6 - 1 backtracegen PASS: run-backtrace-core-x86_64.sh ./backtrace ./backtrace.x86_64.fp.exec ./backtrace.x86_64.fp.core 0x400000 0x6ca000 /home/ulf/dev/elfutils/tests/backtrace.x86_64.fp.exec 0x7fff6f250000 0x7fff6f252000 linux-vdso.so.1 TID 28872: # 0 0x40545b raise # 1 0x401b0d - 1 sigusr2 # 2 0x401bb0 - 1 stdarg # 3 0x401c00 - 1 backtracegen # 4 0x401c09 - 1 start # 5 0x402d74 - 1 start_thread # 6 0x4383b9 - 1 __clone TID 28871: # 0 0x4040f4 pthread_join # 1 0x401677 - 1 main # 2 0x4066a0 - 1 __libc_start_main # 3 0x4019b7 - 1 _start # 1 0x401677 - 1 main # 3 0x401c00 - 1 backtracegen PASS: run-backtrace-fp-core-x86_64.sh ./backtrace ./backtrace.aarch64.fp.exec ./backtrace.aarch64.fp.core 0x400000 0x4a3000 /home/ulf/backtrace.aarch64.fp.exec 0x7fb6380000 0x7fb6381000 linux-vdso.so.1 TID 350: # 0 0x40583c raise # 1 0x401aac - 1 sigusr2 # 2 0x401aac - 1 sigusr2 # 3 0x401ba8 - 1 stdarg # 4 0x401c04 - 1 backtracegen # 5 0x401c10 - 1 start # 6 0x402f44 - 1 start_thread TID 349: # 0 0x403fcc pthread_join # 1 0x401810 - 1 main # 2 0x401810 - 1 main # 3 0x406544 - 1 __libc_start_main # 4 0x401918 - 1 $x /usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range # 1 0x401810 - 1 main # 2 0x401810 - 1 main # 4 0x401c04 - 1 backtracegen PASS: run-backtrace-fp-core-aarch64.sh ./backtrace ./backtrace.ppc64le.fp.exec ./backtrace.ppc64le.fp.core 0x10000000 0x10100000 /root/mjw/elfutils/tests/backtrace.ppc64le.fp.exec 0x3fffa9410000 0x3fffa9420000 linux-vdso64.so.1 TID 23728: # 0 0x100104bc raise # 1 0x10002a1c - 1 sigusr2 # 2 0x10002a1c - 1 sigusr2 # 3 0x10002b38 - 1 stdarg # 4 0x10002bc4 - 1 backtracegen # 5 0x10002bf0 - 1 start # 6 0x10004c28 - 1 start_thread TID 23727: # 0 0x10006034 pthread_join # 1 0x100025bc - 1 main # 2 0x100025bc - 1 main # 3 0x100123c4 - 1 generic_start_main # 4 0x10012570 - 1 __libc_start_main /usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found # 1 0x100025bc - 1 main # 2 0x100025bc - 1 main # 4 0x10002bc4 - 1 backtracegen PASS: run-backtrace-fp-core-ppc64le.sh ./backtrace ./backtrace.x32.exec ./backtrace.x32.core 0x400000 0x6da000 /export/gnu/import/git/elfutils/tests/backtrace.x32.exe 0xfff64000 0xfff65000 linux-vdso.so.1 TID 3843: # 0 0x40b2a2 raise # 1 0x400e9c - 1 sigusr2 # 2 0x400f2b - 1 stdarg # 3 0x400f9f - 1 backtracegen # 4 0x400fa8 - 1 start # 5 0x402964 - 1 start_thread # 6 0x44c8c9 - 1 __clone TID 3842: # 0 0x4039ea pthread_join # 1 0x400a12 - 1 main # 2 0x411d0c - 1 __libc_start_main # 3 0x400d43 - 1 _start # 1 0x400a12 - 1 main # 3 0x400f9f - 1 backtracegen PASS: run-backtrace-core-x32.sh ./backtrace ./backtrace.i386.exec ./backtrace.i386.core 0x8048000 0x8110000 /home/jkratoch/redhat/elfutils/tests/backtrace.i386.exec 0xf77f7000 0xf77f8000 linux-gate.so.1 TID 23101: # 0 0xf77f7430 __kernel_vsyscall # 1 0x8052207 - 1 raise # 2 0x8049a8a - 1 sigusr2 # 3 0x8049b84 - 1 stdarg # 4 0x8049ba0 - 1 backtracegen # 5 0x8049bb0 - 1 start # 6 0x804b1c0 - 1 start_thread # 7 0x807f3fe - 1 __clone TID 23100: # 0 0xf77f7430 __kernel_vsyscall # 1 0x804c25d - 1 pthread_join # 2 0x8049e20 - 1 main # 3 0x805351a - 1 __libc_start_main # 4 0x804993d - 1 _start /usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found # 2 0x8049e20 - 1 main # 4 0x8049ba0 - 1 backtracegen PASS: run-backtrace-core-i386.sh ./backtrace ./backtrace.i386.fp.exec ./backtrace.i386.fp.core 0x8a7000 0x8a8000 linux-gate.so.1 0x8048000 0x80f9000 [exe] TID 12045: # 0 0x8a7416 __kernel_vsyscall # 1 0x8051ab9 - 1 raise # 2 0x80485c1 - 1 sigusr2 # 3 0x8048699 - 1 stdarg # 4 0x8048702 - 1 backtracegen # 5 0x804871b - 1 start # 6 0x804a7cf - 1 start_thread # 7 0x80746fe - 1 __clone TID 12044: # 0 0x8a7416 __kernel_vsyscall # 1 0x804ae30 - 1 pthread_join # 2 0x804847c - 1 main # 3 0x8053188 - 1 __libc_start_main # 4 0x80481e1 - 1 _start /usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found # 2 0x804847c - 1 main # 4 0x8048702 - 1 backtracegen PASS: run-backtrace-fp-core-i386.sh ./backtrace ./backtrace.ppc.exec ./backtrace.ppc.core 0x100000 0x110000 linux-vdso32.so.1 0x10000000 0x100e0000 /home/mark/elfutils/tests/backtrace.ppc.exec TID 17198: # 0 0x1000e1f0 raise # 1 0x10001f78 - 1 sigusr2 # 2 0x10002104 - 1 stdarg # 3 0x10002144 - 1 backtracegen # 4 0x1000217c - 1 start # 5 0x1000406c - 1 start_thread # 6 0x100347a0 - 1 __clone TID 17197: # 0 0x10005534 pthread_join # 1 0x1000241c - 1 main # 2 0x10010094 - 1 generic_start_main # 3 0x100101f0 - 1 __libc_start_main /usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range # 1 0x1000241c - 1 main # 3 0x10002144 - 1 backtracegen PASS: run-backtrace-core-ppc.sh ./backtrace ./backtrace.s390x.exec ./backtrace.s390x.core 0x80000000 0x800ca000 [exe] TID 58546: # 0 0x8000ed50 raise # 1 0x800003c6 - 1 sigusr2 # 2 0x8000051e - 1 stdarg # 3 0x80000552 - 1 backtracegen # 4 0x80000584 - 1 start # 5 0x800040a4 - 1 start_thread # 6 0x80030cec - 1 thread_start TID 58545: # 0 0x80004f7e pthread_join # 1 0x80000894 - 1 main # 2 0x80010b64 - 1 __libc_start_main # 3 0x8000022e - 1 _start /usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found /usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found # 1 0x80000894 - 1 main # 3 0x80000552 - 1 backtracegen PASS: run-backtrace-core-s390x.sh ./backtrace ./backtrace.s390.exec ./backtrace.s390.core 0x400000 0x4af000 [exe] TID 58560: # 0 0x40c4a2 raise # 1 0x4003e0 - 1 sigusr2 # 2 0x4004f8 - 1 stdarg # 3 0x400520 - 1 backtracegen # 4 0x400540 - 1 start # 5 0x4033e0 - 1 start_thread # 6 0x428e18 - 1 thread_start TID 58559: # 0 0x404058 pthread_join # 1 0x4007d8 - 1 main # 2 0x40dc1a - 1 __libc_start_main # 3 0x400290 - 1 _start /usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found /usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found # 1 0x4007d8 - 1 main # 3 0x400520 - 1 backtracegen PASS: run-backtrace-core-s390.sh ./backtrace ./backtrace.aarch64.exec ./backtrace.aarch64.core 0x400000 0x4c0000 /tmp/elfutils/tests/backtrace-child 0x7f818e1000 0x7f818e2000 linux-vdso.so.1 TID 24044: # 0 0x40c6d0 raise # 1 0x401ee0 - 1 sigusr2 # 2 0x401fe0 - 1 stdarg # 3 0x402038 - 1 backtracegen # 4 0x402044 - 1 start # 5 0x4038d0 - 1 start_thread # 6 0x42d3a0 - 1 __clone TID 24043: # 0 0x4048bc pthread_join # 1 0x401c00 - 1 main # 2 0x40dc60 - 1 __libc_start_main # 3 0x401d34 - 1 $x # 4 0x401d34 - 1 $x /usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: address out of range # 1 0x401c00 - 1 main # 3 0x402038 - 1 backtracegen PASS: run-backtrace-core-aarch64.sh ./backtrace ./backtrace.sparc.exec ./backtrace.sparc.core 0x100000 0x2b2000 [exe] 0xfffffc011c9a0000 0xfffffc011c9a2000 linux-vdso.so.1 TID 21612: # 0 0x10c488 raise # 1 0x1005dc - 1 sigusr2 # 2 0x1006f0 - 1 stdarg # 3 0x10076c - 1 backtracegen # 4 0x10078c - 1 start # 5 0x103384 - 1 start_thread # 6 0x1311b8 - 1 __thread_start TID 21611: # 0 0x103920 pthread_join # 1 0x100924 - 1 main # 2 0x10e0a8 - 1 __libc_start_main # 3 0x100434 - 1 _start /usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range /usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range # 1 0x100924 - 1 main # 3 0x10076c - 1 backtracegen PASS: run-backtrace-core-sparc.sh PID 18460 - core TID 18460: #0 0x00000000004005bc cxxfunc(int) #1 0x00000000004005d2 f /usr/bin/eu-stack: tid 18460: shown max number of frames (2, use -n 0 for unlimited) /usr/bin/eu-stack: tid 18460: shown max number of frames (2, use -n 0 for unlimited) #1 0x00000000004005d2 f #0 0x00000000004005bc cxxfunc(int) PASS: run-backtrace-demangle.sh PASS: run-stack-d-test.sh PASS: run-stack-i-test.sh PASS: run-stack-demangled-test.sh PASS: run-readelf-zx.sh PASS: run-readelf-zp.sh PASS: run-readelf-addr.sh PASS: run-readelf-str.sh PASS: run-readelf-types.sh PASS: run-readelf-dwz-multi.sh PASS: run-allfcts-multi.sh PID 13513 - process TID 13513: #0 0x00007f4e6327a3d3 __nanosleep #1 0x00007f4e6327a31a sleep #2 0x00007f4e6337e11e libfunc #3 0x0000556e385721c3 main #4 0x00007f4e631d9deb __libc_start_main #5 0x0000556e385721fa _start PASS: run-deleted.sh /usr/bin/eu-stack: dwfl_thread_getframes tid 3130 at 0x3fdf821d64 in /usr/lib64/libc-2.18.so: Callback returned failure PID 3130 - core TID 3130: #0 0x00007f08bc24d681 libfunc - .////////////////////////////////////linkmap-cut-lib.so #1 0x00000000004006b4 main - linkmap-cut #2 0x0000003fdf821d65 - /usr/lib64/libc-2.18.so PASS: run-linkmap-cut.sh PASS: run-aggregate-size.sh PASS: run-peel-type.sh module name: /usr/lib/elfutils/ptest/tests/vdsosyms module name: /usr/lib/libbz2.so.1.0.6 module name: /lib/libz.so.1.2.11 module name: /lib/libdl-2.30.so module name: /usr/lib/libelf-0.176.so module name: /lib/libc-2.30.so module name: /usr/lib/libdw-0.176.so module name: /lib/ld-2.30.so module name: [vdso: 13585] vdso syms: 10 0: '' 0 (0) 1: 'clock_gettime' 6f0 (7ffd154f96f0) 2: '__vdso_gettimeofday' 750 (7ffd154f9750) 3: 'gettimeofday' 750 (7ffd154f9750) 4: '__vdso_time' 7c0 (7ffd154f97c0) 5: 'time' 7c0 (7ffd154f97c0) 6: '__vdso_clock_gettime' 6f0 (7ffd154f96f0) 7: 'LINUX_2.6' 0 (0) 8: '__vdso_getcpu' 7d0 (7ffd154f97d0) 9: 'getcpu' 7d0 (7ffd154f97d0) PASS: vdsosyms PASS: run-readelf-A.sh PASS: run-getsrc-die.sh PASS: run-strptr.sh check_elf: newdata.elf32 Adding 16 bytes. OK 16 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Adding 16 bytes. OK 32 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Reading ELF file OK 16 bytes. Adding 16 bytes. OK 32 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Adding 16 bytes. OK 48 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Reading ELF file OK 16 bytes. elf_rawdata Adding 16 bytes. OK 32 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Adding 16 bytes. OK 48 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Reading ELF file OK 16 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF elf_getdata Adding 16 bytes. OK 32 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Adding 16 bytes. OK 48 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF check_elf: newdata.elf32.mmap Adding 16 bytes. OK 16 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Adding 16 bytes. OK 32 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Reading ELF file OK 16 bytes. Adding 16 bytes. OK 32 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Adding 16 bytes. OK 48 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Reading ELF file OK 16 bytes. elf_rawdata Adding 16 bytes. OK 32 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Adding 16 bytes. OK 48 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Reading ELF file OK 16 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF elf_getdata Adding 16 bytes. OK 32 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Adding 16 bytes. OK 48 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF check_elf: newdata.elf64 Adding 16 bytes. OK 16 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Adding 16 bytes. OK 32 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Reading ELF file OK 16 bytes. Adding 16 bytes. OK 32 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Adding 16 bytes. OK 48 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Reading ELF file OK 16 bytes. elf_rawdata Adding 16 bytes. OK 32 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Adding 16 bytes. OK 48 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Reading ELF file OK 16 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF elf_getdata Adding 16 bytes. OK 32 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Adding 16 bytes. OK 48 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF check_elf: newdata.elf64.mmap Adding 16 bytes. OK 16 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Adding 16 bytes. OK 32 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Reading ELF file OK 16 bytes. Adding 16 bytes. OK 32 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Adding 16 bytes. OK 48 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Reading ELF file OK 16 bytes. elf_rawdata Adding 16 bytes. OK 32 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Adding 16 bytes. OK 48 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Reading ELF file OK 16 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF elf_getdata Adding 16 bytes. OK 32 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF Adding 16 bytes. OK 48 bytes. OK, section data item 0 (d_off: 0, d_size: 16) 0 data (d_off: 0, len * i: 0): (0x55fb8ec11ca0 + 0) 123456789ABCDEF OK, section data item 1 (d_off: 16, d_size: 16) 1 data (d_off: 16, len * i: 16): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF OK, section data item 2 (d_off: 32, d_size: 16) 2 data (d_off: 32, len * i: 32): (0x55fb8ec0d0f8 + 0) 123456789ABCDEF PASS: newdata fname: strtab.elf.32 add_string: '', stridx: 1, lastidx: 0 add_string: '.strings', stridx: 10, lastidx: 1 add_string: 'elfutils', stridx: 19, lastidx: 10 add_string: 'strtabelf', stridx: 29, lastidx: 19 add_string: 'three', stridx: 35, lastidx: 29 checking orig strings: first elf_update, before write '' '.strings' 'elfutils' 'strtabelf' 'three' checking orig strings: first elf_update, after write '' '.strings' 'elfutils' 'strtabelf' 'three' add_string: 'elfutils2', stridx: 45, lastidx: 35 add_string: 'strtabelf2', stridx: 56, lastidx: 45 add_string: 'three2', stridx: 63, lastidx: 56 checking orig strings: first extra strings '' '.strings' 'elfutils' 'strtabelf' 'three' 'elfutils2' 'strtabelf2' 'three2' checking orig strings: read ELF file, orig strings '' '.strings' 'elfutils' 'strtabelf' 'three' sh_size: 35 add_string: '0123456789', stridx: 46, lastidx: 35 add_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46 add_string: 'forty-two', stridx: 91, lastidx: 81 checking orig strings: read file, added strings '' '.strings' 'elfutils' 'strtabelf' 'three' '0123456789' 'supercalifragilisticexpialidocious' 'forty-two' checking orig strings: all together now '' '.strings' 'elfutils' 'strtabelf' 'three' '0123456789' 'supercalifragilisticexpialidocious' 'forty-two' fname: strtab.elf.32.mmap add_string: '', stridx: 1, lastidx: 0 add_string: '.strings', stridx: 10, lastidx: 1 add_string: 'elfutils', stridx: 19, lastidx: 10 add_string: 'strtabelf', stridx: 29, lastidx: 19 add_string: 'three', stridx: 35, lastidx: 29 checking orig strings: first elf_update, before write '' '.strings' 'elfutils' 'strtabelf' 'three' checking orig strings: first elf_update, after write '' '.strings' 'elfutils' 'strtabelf' 'three' add_string: 'elfutils2', stridx: 45, lastidx: 35 add_string: 'strtabelf2', stridx: 56, lastidx: 45 add_string: 'three2', stridx: 63, lastidx: 56 checking orig strings: first extra strings '' '.strings' 'elfutils' 'strtabelf' 'three' 'elfutils2' 'strtabelf2' 'three2' checking orig strings: read ELF file, orig strings '' '.strings' 'elfutils' 'strtabelf' 'three' sh_size: 35 add_string: '0123456789', stridx: 46, lastidx: 35 add_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46 add_string: 'forty-two', stridx: 91, lastidx: 81 checking orig strings: read file, added strings '' '.strings' 'elfutils' 'strtabelf' 'three' '0123456789' 'supercalifragilisticexpialidocious' 'forty-two' checking orig strings: all together now '' '.strings' 'elfutils' 'strtabelf' 'three' '0123456789' 'supercalifragilisticexpialidocious' 'forty-two' fname: strtab.elf.64 add_string: '', stridx: 1, lastidx: 0 add_string: '.strings', stridx: 10, lastidx: 1 add_string: 'elfutils', stridx: 19, lastidx: 10 add_string: 'strtabelf', stridx: 29, lastidx: 19 add_string: 'three', stridx: 35, lastidx: 29 checking orig strings: first elf_update, before write '' '.strings' 'elfutils' 'strtabelf' 'three' checking orig strings: first elf_update, after write '' '.strings' 'elfutils' 'strtabelf' 'three' add_string: 'elfutils2', stridx: 45, lastidx: 35 add_string: 'strtabelf2', stridx: 56, lastidx: 45 add_string: 'three2', stridx: 63, lastidx: 56 checking orig strings: first extra strings '' '.strings' 'elfutils' 'strtabelf' 'three' 'elfutils2' 'strtabelf2' 'three2' checking orig strings: read ELF file, orig strings '' '.strings' 'elfutils' 'strtabelf' 'three' sh_size: 35 add_string: '0123456789', stridx: 46, lastidx: 35 add_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46 add_string: 'forty-two', stridx: 91, lastidx: 81 checking orig strings: read file, added strings '' '.strings' 'elfutils' 'strtabelf' 'three' '0123456789' 'supercalifragilisticexpialidocious' 'forty-two' checking orig strings: all together now '' '.strings' 'elfutils' 'strtabelf' 'three' '0123456789' 'supercalifragilisticexpialidocious' 'forty-two' fname: strtab.elf.64.mmap add_string: '', stridx: 1, lastidx: 0 add_string: '.strings', stridx: 10, lastidx: 1 add_string: 'elfutils', stridx: 19, lastidx: 10 add_string: 'strtabelf', stridx: 29, lastidx: 19 add_string: 'three', stridx: 35, lastidx: 29 checking orig strings: first elf_update, before write '' '.strings' 'elfutils' 'strtabelf' 'three' checking orig strings: first elf_update, after write '' '.strings' 'elfutils' 'strtabelf' 'three' add_string: 'elfutils2', stridx: 45, lastidx: 35 add_string: 'strtabelf2', stridx: 56, lastidx: 45 add_string: 'three2', stridx: 63, lastidx: 56 checking orig strings: first extra strings '' '.strings' 'elfutils' 'strtabelf' 'three' 'elfutils2' 'strtabelf2' 'three2' checking orig strings: read ELF file, orig strings '' '.strings' 'elfutils' 'strtabelf' 'three' sh_size: 35 add_string: '0123456789', stridx: 46, lastidx: 35 add_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46 add_string: 'forty-two', stridx: 91, lastidx: 81 checking orig strings: read file, added strings '' '.strings' 'elfutils' 'strtabelf' 'three' '0123456789' 'supercalifragilisticexpialidocious' 'forty-two' checking orig strings: all together now '' '.strings' 'elfutils' 'strtabelf' 'three' '0123456789' 'supercalifragilisticexpialidocious' 'forty-two' PASS: elfstrtab thread tid: 13654 thread tid: 13655 thread tid: 13656 PASS: dwfl-proc-attach open OK elf_begin OK testing ELF class: 1, layout: 0 gelf_newehdr OK gelf_getclass OK elf_flagelf OK gelf_getehdr OK e_shnum == 0 OK e_phnum == 0 OK e_shoff == 0 OK e_phoff == 0 OK elf_getshdrnum OK shnum == 0 OK elf_getphdrnum OK phnum == 0 OK gelf_update_ehdr OK elf_update OK gelf_getehdr OK EI_DATA OK e_version OK e_shnum == 0 OK e_phnum == 0 OK e_shoff == 0 OK e_phoff == 0 OK elf_getshdrnum OK shnum == 0 OK elf_getphdrnum OK phnum == 0 OK elf_newscn OK gelf_newphdr OK elf_update OK elf_getshdrnum OK shnum == 1 OK elf_getphdrnum OK phnum == 1 OK gelf_getehdr OK EI_DATA OK e_version OK e_shnum == 2 OK e_phnum == 1 OK e_shoff != 0 OK e_phoff != 0 OK e_shentsize OK e_phentsize OK elf_begin OK testing ELF class: 1, layout: 1 gelf_newehdr OK gelf_getclass OK elf_flagelf OK gelf_getehdr OK e_shnum == 0 OK e_phnum == 0 OK e_shoff == 0 OK e_phoff == 0 OK elf_getshdrnum OK shnum == 0 OK elf_getphdrnum OK phnum == 0 OK gelf_update_ehdr OK elf_update OK gelf_getehdr OK EI_DATA OK e_version OK e_shnum == 0 OK e_phnum == 0 OK e_shoff == 0 OK e_phoff == 0 OK elf_getshdrnum OK shnum == 0 OK elf_getphdrnum OK phnum == 0 OK elf_newscn OK gelf_newphdr OK gelf_getehdr OK gelf_update_ehdr OK elf_update OK elf_getshdrnum OK shnum == 1 OK elf_getphdrnum OK phnum == 1 OK gelf_getehdr OK EI_DATA OK e_version OK e_shnum == 2 OK e_phnum == 1 OK e_shoff != 0 OK e_phoff != 0 OK e_shentsize OK e_phentsize OK elf_begin OK testing ELF class: 2, layout: 0 gelf_newehdr OK gelf_getclass OK elf_flagelf OK gelf_getehdr OK e_shnum == 0 OK e_phnum == 0 OK e_shoff == 0 OK e_phoff == 0 OK elf_getshdrnum OK shnum == 0 OK elf_getphdrnum OK phnum == 0 OK gelf_update_ehdr OK elf_update OK gelf_getehdr OK EI_DATA OK e_version OK e_shnum == 0 OK e_phnum == 0 OK e_shoff == 0 OK e_phoff == 0 OK elf_getshdrnum OK shnum == 0 OK elf_getphdrnum OK phnum == 0 OK elf_newscn OK gelf_newphdr OK elf_update OK elf_getshdrnum OK shnum == 1 OK elf_getphdrnum OK phnum == 1 OK gelf_getehdr OK EI_DATA OK e_version OK e_shnum == 2 OK e_phnum == 1 OK e_shoff != 0 OK e_phoff != 0 OK e_shentsize OK e_phentsize OK elf_begin OK testing ELF class: 2, layout: 1 gelf_newehdr OK gelf_getclass OK elf_flagelf OK gelf_getehdr OK e_shnum == 0 OK e_phnum == 0 OK e_shoff == 0 OK e_phoff == 0 OK elf_getshdrnum OK shnum == 0 OK elf_getphdrnum OK phnum == 0 OK gelf_update_ehdr OK elf_update OK gelf_getehdr OK EI_DATA OK e_version OK e_shnum == 0 OK e_phnum == 0 OK e_shoff == 0 OK e_phoff == 0 OK elf_getshdrnum OK shnum == 0 OK elf_getphdrnum OK phnum == 0 OK elf_newscn OK gelf_newphdr OK gelf_getehdr OK gelf_update_ehdr OK elf_update OK elf_getshdrnum OK shnum == 1 OK elf_getphdrnum OK phnum == 1 OK gelf_getehdr OK EI_DATA OK e_version OK e_shnum == 2 OK e_phnum == 1 OK e_shoff != 0 OK e_phoff != 0 OK e_shentsize OK e_phentsize OK PASS: elfshphehdr LFS testing is irrelevent on this system SKIP: run-lfs-symbols.sh PASS: run-dwelfgnucompressed.sh PASS: run-elfgetchdr.sh PASS: run-elfgetzdata.sh PASS: run-elfputzdata.sh PASS: run-zstrptr.sh uncompress testfile4 -> testfile4.uncompressed processing: testfile4 [27] .debug_aranges already decompressed [28] .debug_pubnames already decompressed [29] .debug_info already decompressed [30] .debug_abbrev already decompressed [31] .debug_line already decompressed No errors compress gnu testfile4.uncompressed -> testfile4.gnu processing: testfile4.uncompressed [27] .debug_aranges compressed -> .zdebug_aranges (56 => 55 98.21%) [28] .debug_pubnames compressed -> .zdebug_pubnames (93 => 84 90.32%) [29] .debug_info compressed -> .zdebug_info (960 => 634 66.04%) [30] .debug_abbrev compressed -> .zdebug_abbrev (405 => 225 55.56%) [31] .debug_line compressed -> .zdebug_line (189 => 131 69.31%) [33] Updating section string table No errors uncompress testfile4.gnu -> testfile4.gnu.uncompressed processing: testfile4.gnu [27] .zdebug_aranges decompressed -> .debug_aranges (55 => 56 101.82%) [28] .zdebug_pubnames decompressed -> .debug_pubnames (84 => 93 110.71%) [29] .zdebug_info decompressed -> .debug_info (634 => 960 151.42%) [30] .zdebug_abbrev decompressed -> .debug_abbrev (225 => 405 180.00%) [31] .zdebug_line decompressed -> .debug_line (131 => 189 144.27%) [33] Updating section string table compress gabi testfile4.uncompressed -> testfile4.gabi processing: testfile4.uncompressed [27] .debug_aranges compressed (56 => 55 98.21%) [28] .debug_pubnames compressed (93 => 84 90.32%) [29] .debug_info compressed (960 => 634 66.04%) [30] .debug_abbrev compressed (405 => 225 55.56%) [31] .debug_line compressed (189 => 131 69.31%) No errors uncompress testfile4.gabi -> testfile4.gabi.uncompressed processing: testfile4.gabi [27] .debug_aranges decompressed (55 => 56 101.82%) [28] .debug_pubnames decompressed (84 => 93 110.71%) [29] .debug_info decompressed (634 => 960 151.42%) [30] .debug_abbrev decompressed (225 => 405 180.00%) [31] .debug_line decompressed (131 => 189 144.27%) merging string tables testfile4 -> testfile4.merged WARNING: symbol table [34] contains section symbol 33 for old shdrstrndx 33 uncompress testfile4.merged -> testfile4.merged.uncompressed processing: testfile4.merged [27] .debug_aranges already decompressed [28] .debug_pubnames already decompressed [29] .debug_info already decompressed [30] .debug_abbrev already decompressed [31] .debug_line already decompressed No errors compress gnu testfile4.merged.uncompressed -> testfile4.merged.gnu processing: testfile4.merged.uncompressed [27] .debug_aranges compressed -> .zdebug_aranges (56 => 55 98.21%) [28] .debug_pubnames compressed -> .zdebug_pubnames (93 => 84 90.32%) [29] .debug_info compressed -> .zdebug_info (960 => 634 66.04%) [30] .debug_abbrev compressed -> .zdebug_abbrev (405 => 225 55.56%) [31] .debug_line compressed -> .zdebug_line (189 => 131 69.31%) [34] Updating section string table [33] Updating symbol table No errors uncompress testfile4.merged.gnu -> testfile4.merged.gnu.uncompressed processing: testfile4.merged.gnu [27] .zdebug_aranges decompressed -> .debug_aranges (55 => 56 101.82%) [28] .zdebug_pubnames decompressed -> .debug_pubnames (84 => 93 110.71%) [29] .zdebug_info decompressed -> .debug_info (634 => 960 151.42%) [30] .zdebug_abbrev decompressed -> .debug_abbrev (225 => 405 180.00%) [31] .zdebug_line decompressed -> .debug_line (131 => 189 144.27%) [34] Updating section string table [33] Updating symbol table compress gabi testfile4.merged.uncompressed -> testfile4.merged.gabi processing: testfile4.merged.uncompressed [27] .debug_aranges compressed (56 => 55 98.21%) [28] .debug_pubnames compressed (93 => 84 90.32%) [29] .debug_info compressed (960 => 634 66.04%) [30] .debug_abbrev compressed (405 => 225 55.56%) [31] .debug_line compressed (189 => 131 69.31%) No errors uncompress testfile4.merged.gabi -> testfile4.merged.gabi.uncompressed processing: testfile4.merged.gabi [27] .debug_aranges decompressed (55 => 56 101.82%) [28] .debug_pubnames decompressed (84 => 93 110.71%) [29] .debug_info decompressed (634 => 960 151.42%) [30] .debug_abbrev decompressed (225 => 405 180.00%) [31] .debug_line decompressed (131 => 189 144.27%) uncompress testfile12 -> testfile12.uncompressed processing: testfile12 [23] .debug_aranges already decompressed [24] .debug_pubnames already decompressed [25] .debug_info already decompressed [26] .debug_abbrev already decompressed [27] .debug_line already decompressed [28] .debug_frame already decompressed [29] .debug_str already decompressed [30] .debug_macinfo already decompressed No errors compress gnu testfile12.uncompressed -> testfile12.gnu processing: testfile12.uncompressed [23] .debug_aranges compressed -> .zdebug_aranges (192 => 83 43.23%) [24] .debug_pubnames NOT compressed, wouldn't be smaller [25] .debug_info compressed -> .zdebug_info (3468 => 1879 54.18%) [26] .debug_abbrev compressed -> .zdebug_abbrev (341 => 202 59.24%) [27] .debug_line compressed -> .zdebug_line (709 => 371 52.33%) [28] .debug_frame NOT compressed, wouldn't be smaller [29] .debug_str compressed -> .zdebug_str (2235 => 986 44.12%) [30] .debug_macinfo compressed -> .zdebug_macinfo (10518 => 4360 41.45%) [31] Updating section string table No errors uncompress testfile12.gnu -> testfile12.gnu.uncompressed processing: testfile12.gnu [24] .debug_pubnames already decompressed [28] .debug_frame already decompressed [23] .zdebug_aranges decompressed -> .debug_aranges (83 => 192 231.33%) [25] .zdebug_info decompressed -> .debug_info (1879 => 3468 184.57%) [26] .zdebug_abbrev decompressed -> .debug_abbrev (202 => 341 168.81%) [27] .zdebug_line decompressed -> .debug_line (371 => 709 191.11%) [29] .zdebug_str decompressed -> .debug_str (986 => 2235 226.67%) [30] .zdebug_macinfo decompressed -> .debug_macinfo (4360 => 10518 241.24%) [31] Updating section string table compress gabi testfile12.uncompressed -> testfile12.gabi processing: testfile12.uncompressed [23] .debug_aranges compressed (192 => 95 49.48%) [24] .debug_pubnames NOT compressed, wouldn't be smaller [25] .debug_info compressed (3468 => 1891 54.53%) [26] .debug_abbrev compressed (341 => 214 62.76%) [27] .debug_line compressed (709 => 383 54.02%) [28] .debug_frame NOT compressed, wouldn't be smaller [29] .debug_str compressed (2235 => 998 44.65%) [30] .debug_macinfo compressed (10518 => 4372 41.57%) No errors uncompress testfile12.gabi -> testfile12.gabi.uncompressed processing: testfile12.gabi [24] .debug_pubnames already decompressed [28] .debug_frame already decompressed [23] .debug_aranges decompressed (95 => 192 202.11%) [25] .debug_info decompressed (1891 => 3468 183.40%) [26] .debug_abbrev decompressed (214 => 341 159.35%) [27] .debug_line decompressed (383 => 709 185.12%) [29] .debug_str decompressed (998 => 2235 223.95%) [30] .debug_macinfo decompressed (4372 => 10518 240.58%) merging string tables testfile12 -> testfile12.merged WARNING: symbol table [32] contains section symbol 31 for old shdrstrndx 31 uncompress testfile12.merged -> testfile12.merged.uncompressed processing: testfile12.merged [23] .debug_aranges already decompressed [24] .debug_pubnames already decompressed [25] .debug_info already decompressed [26] .debug_abbrev already decompressed [27] .debug_line already decompressed [28] .debug_frame already decompressed [29] .debug_str already decompressed [30] .debug_macinfo already decompressed No errors compress gnu testfile12.merged.uncompressed -> testfile12.merged.gnu processing: testfile12.merged.uncompressed [23] .debug_aranges compressed -> .zdebug_aranges (192 => 83 43.23%) [24] .debug_pubnames NOT compressed, wouldn't be smaller [25] .debug_info compressed -> .zdebug_info (3468 => 1879 54.18%) [26] .debug_abbrev compressed -> .zdebug_abbrev (341 => 202 59.24%) [27] .debug_line compressed -> .zdebug_line (709 => 371 52.33%) [28] .debug_frame NOT compressed, wouldn't be smaller [29] .debug_str compressed -> .zdebug_str (2235 => 986 44.12%) [30] .debug_macinfo compressed -> .zdebug_macinfo (10518 => 4360 41.45%) [32] Updating section string table [31] Updating symbol table No errors uncompress testfile12.merged.gnu -> testfile12.merged.gnu.uncompressed processing: testfile12.merged.gnu [24] .debug_pubnames already decompressed [28] .debug_frame already decompressed [23] .zdebug_aranges decompressed -> .debug_aranges (83 => 192 231.33%) [25] .zdebug_info decompressed -> .debug_info (1879 => 3468 184.57%) [26] .zdebug_abbrev decompressed -> .debug_abbrev (202 => 341 168.81%) [27] .zdebug_line decompressed -> .debug_line (371 => 709 191.11%) [29] .zdebug_str decompressed -> .debug_str (986 => 2235 226.67%) [30] .zdebug_macinfo decompressed -> .debug_macinfo (4360 => 10518 241.24%) [32] Updating section string table [31] Updating symbol table compress gabi testfile12.merged.uncompressed -> testfile12.merged.gabi processing: testfile12.merged.uncompressed [23] .debug_aranges compressed (192 => 95 49.48%) [24] .debug_pubnames NOT compressed, wouldn't be smaller [25] .debug_info compressed (3468 => 1891 54.53%) [26] .debug_abbrev compressed (341 => 214 62.76%) [27] .debug_line compressed (709 => 383 54.02%) [28] .debug_frame NOT compressed, wouldn't be smaller [29] .debug_str compressed (2235 => 998 44.65%) [30] .debug_macinfo compressed (10518 => 4372 41.57%) No errors uncompress testfile12.merged.gabi -> testfile12.merged.gabi.uncompressed processing: testfile12.merged.gabi [24] .debug_pubnames already decompressed [28] .debug_frame already decompressed [23] .debug_aranges decompressed (95 => 192 202.11%) [25] .debug_info decompressed (1891 => 3468 183.40%) [26] .debug_abbrev decompressed (214 => 341 159.35%) [27] .debug_line decompressed (383 => 709 185.12%) [29] .debug_str decompressed (998 => 2235 223.95%) [30] .debug_macinfo decompressed (4372 => 10518 240.58%) uncompress testfileppc64 -> testfileppc64.uncompressed processing: testfileppc64 [26] .debug_aranges already decompressed [27] .debug_info already decompressed [28] .debug_abbrev already decompressed [29] .debug_line already decompressed [30] .debug_frame already decompressed [31] .debug_str already decompressed [32] .debug_loc already decompressed [33] .debug_ranges already decompressed No errors compress gnu testfileppc64.uncompressed -> testfileppc64.gnu processing: testfileppc64.uncompressed [26] .debug_aranges compressed -> .zdebug_aranges (96 => 53 55.21%) [27] .debug_info compressed -> .zdebug_info (363 => 211 58.13%) [28] .debug_abbrev compressed -> .zdebug_abbrev (315 => 194 61.59%) [29] .debug_line compressed -> .zdebug_line (119 => 89 74.79%) [30] .debug_frame compressed -> .zdebug_frame (96 => 73 76.04%) [31] .debug_str compressed -> .zdebug_str (174 => 155 89.08%) [32] .debug_loc compressed -> .zdebug_loc (171 => 73 42.69%) [33] .debug_ranges NOT compressed, wouldn't be smaller [34] Updating section string table No errors uncompress testfileppc64.gnu -> testfileppc64.gnu.uncompressed processing: testfileppc64.gnu [33] .debug_ranges already decompressed [26] .zdebug_aranges decompressed -> .debug_aranges (53 => 96 181.13%) [27] .zdebug_info decompressed -> .debug_info (211 => 363 172.04%) [28] .zdebug_abbrev decompressed -> .debug_abbrev (194 => 315 162.37%) [29] .zdebug_line decompressed -> .debug_line (89 => 119 133.71%) [30] .zdebug_frame decompressed -> .debug_frame (73 => 96 131.51%) [31] .zdebug_str decompressed -> .debug_str (155 => 174 112.26%) [32] .zdebug_loc decompressed -> .debug_loc (73 => 171 234.25%) [34] Updating section string table compress gabi testfileppc64.uncompressed -> testfileppc64.gabi processing: testfileppc64.uncompressed [26] .debug_aranges compressed (96 => 65 67.71%) [27] .debug_info compressed (363 => 223 61.43%) [28] .debug_abbrev compressed (315 => 206 65.40%) [29] .debug_line compressed (119 => 101 84.87%) [30] .debug_frame compressed (96 => 85 88.54%) [31] .debug_str compressed (174 => 167 95.98%) [32] .debug_loc compressed (171 => 85 49.71%) [33] .debug_ranges NOT compressed, wouldn't be smaller No errors uncompress testfileppc64.gabi -> testfileppc64.gabi.uncompressed processing: testfileppc64.gabi [33] .debug_ranges already decompressed [26] .debug_aranges decompressed (65 => 96 147.69%) [27] .debug_info decompressed (223 => 363 162.78%) [28] .debug_abbrev decompressed (206 => 315 152.91%) [29] .debug_line decompressed (101 => 119 117.82%) [30] .debug_frame decompressed (85 => 96 112.94%) [31] .debug_str decompressed (167 => 174 104.19%) [32] .debug_loc decompressed (85 => 171 201.18%) merging string tables testfileppc64 -> testfileppc64.merged uncompress testfileppc64.merged -> testfileppc64.merged.uncompressed processing: testfileppc64.merged [26] .debug_aranges already decompressed [27] .debug_info already decompressed [28] .debug_abbrev already decompressed [29] .debug_line already decompressed [30] .debug_frame already decompressed [31] .debug_str already decompressed [32] .debug_loc already decompressed [33] .debug_ranges already decompressed No errors compress gnu testfileppc64.merged.uncompressed -> testfileppc64.merged.gnu processing: testfileppc64.merged.uncompressed [26] .debug_aranges compressed -> .zdebug_aranges (96 => 53 55.21%) [27] .debug_info compressed -> .zdebug_info (363 => 211 58.13%) [28] .debug_abbrev compressed -> .zdebug_abbrev (315 => 194 61.59%) [29] .debug_line compressed -> .zdebug_line (119 => 89 74.79%) [30] .debug_frame compressed -> .zdebug_frame (96 => 73 76.04%) [31] .debug_str compressed -> .zdebug_str (174 => 155 89.08%) [32] .debug_loc compressed -> .zdebug_loc (171 => 73 42.69%) [33] .debug_ranges NOT compressed, wouldn't be smaller [35] Updating section string table [34] Updating symbol table No errors uncompress testfileppc64.merged.gnu -> testfileppc64.merged.gnu.uncompressed processing: testfileppc64.merged.gnu [33] .debug_ranges already decompressed [26] .zdebug_aranges decompressed -> .debug_aranges (53 => 96 181.13%) [27] .zdebug_info decompressed -> .debug_info (211 => 363 172.04%) [28] .zdebug_abbrev decompressed -> .debug_abbrev (194 => 315 162.37%) [29] .zdebug_line decompressed -> .debug_line (89 => 119 133.71%) [30] .zdebug_frame decompressed -> .debug_frame (73 => 96 131.51%) [31] .zdebug_str decompressed -> .debug_str (155 => 174 112.26%) [32] .zdebug_loc decompressed -> .debug_loc (73 => 171 234.25%) [35] Updating section string table [34] Updating symbol table compress gabi testfileppc64.merged.uncompressed -> testfileppc64.merged.gabi processing: testfileppc64.merged.uncompressed [26] .debug_aranges compressed (96 => 65 67.71%) [27] .debug_info compressed (363 => 223 61.43%) [28] .debug_abbrev compressed (315 => 206 65.40%) [29] .debug_line compressed (119 => 101 84.87%) [30] .debug_frame compressed (96 => 85 88.54%) [31] .debug_str compressed (174 => 167 95.98%) [32] .debug_loc compressed (171 => 85 49.71%) [33] .debug_ranges NOT compressed, wouldn't be smaller No errors uncompress testfileppc64.merged.gabi -> testfileppc64.merged.gabi.uncompressed processing: testfileppc64.merged.gabi [33] .debug_ranges already decompressed [26] .debug_aranges decompressed (65 => 96 147.69%) [27] .debug_info decompressed (223 => 363 162.78%) [28] .debug_abbrev decompressed (206 => 315 152.91%) [29] .debug_line decompressed (101 => 119 117.82%) [30] .debug_frame decompressed (85 => 96 112.94%) [31] .debug_str decompressed (167 => 174 104.19%) [32] .debug_loc decompressed (85 => 171 201.18%) uncompress testfileppc32 -> testfileppc32.uncompressed processing: testfileppc32 [28] .debug_aranges already decompressed [29] .debug_info already decompressed [30] .debug_abbrev already decompressed [31] .debug_line already decompressed [32] .debug_frame already decompressed [33] .debug_str already decompressed [34] .debug_loc already decompressed [35] .debug_ranges already decompressed No errors compress gnu testfileppc32.uncompressed -> testfileppc32.gnu processing: testfileppc32.uncompressed [28] .debug_aranges compressed -> .zdebug_aranges (64 => 48 75.00%) [29] .debug_info compressed -> .zdebug_info (319 => 208 65.20%) [30] .debug_abbrev compressed -> .zdebug_abbrev (318 => 197 61.95%) [31] .debug_line compressed -> .zdebug_line (109 => 85 77.98%) [32] .debug_frame compressed -> .zdebug_frame (64 => 53 82.81%) [33] .debug_str compressed -> .zdebug_str (179 => 159 88.83%) [34] .debug_loc compressed -> .zdebug_loc (99 => 68 68.69%) [35] .debug_ranges NOT compressed, wouldn't be smaller [36] Updating section string table No errors uncompress testfileppc32.gnu -> testfileppc32.gnu.uncompressed processing: testfileppc32.gnu [35] .debug_ranges already decompressed [28] .zdebug_aranges decompressed -> .debug_aranges (48 => 64 133.33%) [29] .zdebug_info decompressed -> .debug_info (208 => 319 153.37%) [30] .zdebug_abbrev decompressed -> .debug_abbrev (197 => 318 161.42%) [31] .zdebug_line decompressed -> .debug_line (85 => 109 128.24%) [32] .zdebug_frame decompressed -> .debug_frame (53 => 64 120.75%) [33] .zdebug_str decompressed -> .debug_str (159 => 179 112.58%) [34] .zdebug_loc decompressed -> .debug_loc (68 => 99 145.59%) [36] Updating section string table compress gabi testfileppc32.uncompressed -> testfileppc32.gabi processing: testfileppc32.uncompressed [28] .debug_aranges compressed (64 => 48 75.00%) [29] .debug_info compressed (319 => 208 65.20%) [30] .debug_abbrev compressed (318 => 197 61.95%) [31] .debug_line compressed (109 => 85 77.98%) [32] .debug_frame compressed (64 => 53 82.81%) [33] .debug_str compressed (179 => 159 88.83%) [34] .debug_loc compressed (99 => 68 68.69%) [35] .debug_ranges NOT compressed, wouldn't be smaller No errors uncompress testfileppc32.gabi -> testfileppc32.gabi.uncompressed processing: testfileppc32.gabi [35] .debug_ranges already decompressed [28] .debug_aranges decompressed (48 => 64 133.33%) [29] .debug_info decompressed (208 => 319 153.37%) [30] .debug_abbrev decompressed (197 => 318 161.42%) [31] .debug_line decompressed (85 => 109 128.24%) [32] .debug_frame decompressed (53 => 64 120.75%) [33] .debug_str decompressed (159 => 179 112.58%) [34] .debug_loc decompressed (68 => 99 145.59%) merging string tables testfileppc32 -> testfileppc32.merged uncompress testfileppc32.merged -> testfileppc32.merged.uncompressed processing: testfileppc32.merged [28] .debug_aranges already decompressed [29] .debug_info already decompressed [30] .debug_abbrev already decompressed [31] .debug_line already decompressed [32] .debug_frame already decompressed [33] .debug_str already decompressed [34] .debug_loc already decompressed [35] .debug_ranges already decompressed No errors compress gnu testfileppc32.merged.uncompressed -> testfileppc32.merged.gnu processing: testfileppc32.merged.uncompressed [28] .debug_aranges compressed -> .zdebug_aranges (64 => 48 75.00%) [29] .debug_info compressed -> .zdebug_info (319 => 208 65.20%) [30] .debug_abbrev compressed -> .zdebug_abbrev (318 => 197 61.95%) [31] .debug_line compressed -> .zdebug_line (109 => 85 77.98%) [32] .debug_frame compressed -> .zdebug_frame (64 => 53 82.81%) [33] .debug_str compressed -> .zdebug_str (179 => 159 88.83%) [34] .debug_loc compressed -> .zdebug_loc (99 => 68 68.69%) [35] .debug_ranges NOT compressed, wouldn't be smaller [37] Updating section string table [36] Updating symbol table No errors uncompress testfileppc32.merged.gnu -> testfileppc32.merged.gnu.uncompressed processing: testfileppc32.merged.gnu [35] .debug_ranges already decompressed [28] .zdebug_aranges decompressed -> .debug_aranges (48 => 64 133.33%) [29] .zdebug_info decompressed -> .debug_info (208 => 319 153.37%) [30] .zdebug_abbrev decompressed -> .debug_abbrev (197 => 318 161.42%) [31] .zdebug_line decompressed -> .debug_line (85 => 109 128.24%) [32] .zdebug_frame decompressed -> .debug_frame (53 => 64 120.75%) [33] .zdebug_str decompressed -> .debug_str (159 => 179 112.58%) [34] .zdebug_loc decompressed -> .debug_loc (68 => 99 145.59%) [37] Updating section string table [36] Updating symbol table compress gabi testfileppc32.merged.uncompressed -> testfileppc32.merged.gabi processing: testfileppc32.merged.uncompressed [28] .debug_aranges compressed (64 => 48 75.00%) [29] .debug_info compressed (319 => 208 65.20%) [30] .debug_abbrev compressed (318 => 197 61.95%) [31] .debug_line compressed (109 => 85 77.98%) [32] .debug_frame compressed (64 => 53 82.81%) [33] .debug_str compressed (179 => 159 88.83%) [34] .debug_loc compressed (99 => 68 68.69%) [35] .debug_ranges NOT compressed, wouldn't be smaller No errors uncompress testfileppc32.merged.gabi -> testfileppc32.merged.gabi.uncompressed processing: testfileppc32.merged.gabi [35] .debug_ranges already decompressed [28] .debug_aranges decompressed (48 => 64 133.33%) [29] .debug_info decompressed (208 => 319 153.37%) [30] .debug_abbrev decompressed (197 => 318 161.42%) [31] .debug_line decompressed (85 => 109 128.24%) [32] .debug_frame decompressed (53 => 64 120.75%) [33] .debug_str decompressed (159 => 179 112.58%) [34] .debug_loc decompressed (68 => 99 145.59%) uncompress testfile-zgnu64 -> testfile-zgnu64.uncompressed processing: testfile-zgnu64 [4] .debug_abbrev already decompressed [2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%) [3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%) [5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%) [6] Updating section string table No errors compress gnu testfile-zgnu64.uncompressed -> testfile-zgnu64.gnu processing: testfile-zgnu64.uncompressed [2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%) [3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%) [4] .debug_abbrev NOT compressed, wouldn't be smaller [5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%) [6] Updating section string table No errors uncompress testfile-zgnu64.gnu -> testfile-zgnu64.gnu.uncompressed processing: testfile-zgnu64.gnu [4] .debug_abbrev already decompressed [2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%) [3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%) [5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%) [6] Updating section string table compress gabi testfile-zgnu64.uncompressed -> testfile-zgnu64.gabi processing: testfile-zgnu64.uncompressed [2] .debug_aranges compressed (96 => 62 64.58%) [3] .debug_info compressed (170 => 123 72.35%) [4] .debug_abbrev NOT compressed, wouldn't be smaller [5] .debug_line compressed (141 => 103 73.05%) No errors uncompress testfile-zgnu64.gabi -> testfile-zgnu64.gabi.uncompressed processing: testfile-zgnu64.gabi [4] .debug_abbrev already decompressed [2] .debug_aranges decompressed (62 => 96 154.84%) [3] .debug_info decompressed (123 => 170 138.21%) [5] .debug_line decompressed (103 => 141 136.89%) merging string tables testfile-zgnu64 -> testfile-zgnu64.merged uncompress testfile-zgnu64.merged -> testfile-zgnu64.merged.uncompressed processing: testfile-zgnu64.merged [4] .debug_abbrev already decompressed [2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%) [3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%) [5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%) [7] Updating section string table [6] Updating symbol table No errors compress gnu testfile-zgnu64.merged.uncompressed -> testfile-zgnu64.merged.gnu processing: testfile-zgnu64.merged.uncompressed [2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%) [3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%) [4] .debug_abbrev NOT compressed, wouldn't be smaller [5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%) [7] Updating section string table [6] Updating symbol table No errors uncompress testfile-zgnu64.merged.gnu -> testfile-zgnu64.merged.gnu.uncompressed processing: testfile-zgnu64.merged.gnu [4] .debug_abbrev already decompressed [2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%) [3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%) [5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%) [7] Updating section string table [6] Updating symbol table compress gabi testfile-zgnu64.merged.uncompressed -> testfile-zgnu64.merged.gabi processing: testfile-zgnu64.merged.uncompressed [2] .debug_aranges compressed (96 => 62 64.58%) [3] .debug_info compressed (170 => 123 72.35%) [4] .debug_abbrev NOT compressed, wouldn't be smaller [5] .debug_line compressed (141 => 103 73.05%) No errors uncompress testfile-zgnu64.merged.gabi -> testfile-zgnu64.merged.gabi.uncompressed processing: testfile-zgnu64.merged.gabi [4] .debug_abbrev already decompressed [2] .debug_aranges decompressed (62 => 96 154.84%) [3] .debug_info decompressed (123 => 170 138.21%) [5] .debug_line decompressed (103 => 141 136.89%) uncompress testfile-zgnu64be -> testfile-zgnu64be.uncompressed processing: testfile-zgnu64be [5] .debug_abbrev already decompressed [3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%) [4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%) [6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%) [7] Updating section string table No errors compress gnu testfile-zgnu64be.uncompressed -> testfile-zgnu64be.gnu processing: testfile-zgnu64be.uncompressed [3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%) [4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%) [5] .debug_abbrev NOT compressed, wouldn't be smaller [6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%) [7] Updating section string table No errors uncompress testfile-zgnu64be.gnu -> testfile-zgnu64be.gnu.uncompressed processing: testfile-zgnu64be.gnu [5] .debug_abbrev already decompressed [3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%) [4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%) [6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%) [7] Updating section string table compress gabi testfile-zgnu64be.uncompressed -> testfile-zgnu64be.gabi processing: testfile-zgnu64be.uncompressed [3] .debug_aranges compressed (96 => 64 66.67%) [4] .debug_info compressed (126 => 101 80.16%) [5] .debug_abbrev NOT compressed, wouldn't be smaller [6] .debug_line compressed (141 => 103 73.05%) No errors uncompress testfile-zgnu64be.gabi -> testfile-zgnu64be.gabi.uncompressed processing: testfile-zgnu64be.gabi [5] .debug_abbrev already decompressed [3] .debug_aranges decompressed (64 => 96 150.00%) [4] .debug_info decompressed (101 => 126 124.75%) [6] .debug_line decompressed (103 => 141 136.89%) merging string tables testfile-zgnu64be -> testfile-zgnu64be.merged uncompress testfile-zgnu64be.merged -> testfile-zgnu64be.merged.uncompressed processing: testfile-zgnu64be.merged [5] .debug_abbrev already decompressed [3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%) [4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%) [6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%) [8] Updating section string table [7] Updating symbol table No errors compress gnu testfile-zgnu64be.merged.uncompressed -> testfile-zgnu64be.merged.gnu processing: testfile-zgnu64be.merged.uncompressed [3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%) [4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%) [5] .debug_abbrev NOT compressed, wouldn't be smaller [6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%) [8] Updating section string table [7] Updating symbol table No errors uncompress testfile-zgnu64be.merged.gnu -> testfile-zgnu64be.merged.gnu.uncompressed processing: testfile-zgnu64be.merged.gnu [5] .debug_abbrev already decompressed [3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%) [4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%) [6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%) [8] Updating section string table [7] Updating symbol table compress gabi testfile-zgnu64be.merged.uncompressed -> testfile-zgnu64be.merged.gabi processing: testfile-zgnu64be.merged.uncompressed [3] .debug_aranges compressed (96 => 64 66.67%) [4] .debug_info compressed (126 => 101 80.16%) [5] .debug_abbrev NOT compressed, wouldn't be smaller [6] .debug_line compressed (141 => 103 73.05%) No errors uncompress testfile-zgnu64be.merged.gabi -> testfile-zgnu64be.merged.gabi.uncompressed processing: testfile-zgnu64be.merged.gabi [5] .debug_abbrev already decompressed [3] .debug_aranges decompressed (64 => 96 150.00%) [4] .debug_info decompressed (101 => 126 124.75%) [6] .debug_line decompressed (103 => 141 136.89%) uncompress testfile-zgabi64 -> testfile-zgabi64.uncompressed processing: testfile-zgabi64 [4] .debug_abbrev already decompressed [2] .debug_aranges decompressed (62 => 96 154.84%) [3] .debug_info decompressed (123 => 170 138.21%) [5] .debug_line decompressed (103 => 141 136.89%) No errors compress gnu testfile-zgabi64.uncompressed -> testfile-zgabi64.gnu processing: testfile-zgabi64.uncompressed [2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%) [3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%) [4] .debug_abbrev NOT compressed, wouldn't be smaller [5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%) [6] Updating section string table No errors uncompress testfile-zgabi64.gnu -> testfile-zgabi64.gnu.uncompressed processing: testfile-zgabi64.gnu [4] .debug_abbrev already decompressed [2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%) [3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%) [5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%) [6] Updating section string table compress gabi testfile-zgabi64.uncompressed -> testfile-zgabi64.gabi processing: testfile-zgabi64.uncompressed [2] .debug_aranges compressed (96 => 62 64.58%) [3] .debug_info compressed (170 => 123 72.35%) [4] .debug_abbrev NOT compressed, wouldn't be smaller [5] .debug_line compressed (141 => 103 73.05%) No errors uncompress testfile-zgabi64.gabi -> testfile-zgabi64.gabi.uncompressed processing: testfile-zgabi64.gabi [4] .debug_abbrev already decompressed [2] .debug_aranges decompressed (62 => 96 154.84%) [3] .debug_info decompressed (123 => 170 138.21%) [5] .debug_line decompressed (103 => 141 136.89%) merging string tables testfile-zgabi64 -> testfile-zgabi64.merged uncompress testfile-zgabi64.merged -> testfile-zgabi64.merged.uncompressed processing: testfile-zgabi64.merged [4] .debug_abbrev already decompressed [2] .debug_aranges decompressed (62 => 96 154.84%) [3] .debug_info decompressed (123 => 170 138.21%) [5] .debug_line decompressed (103 => 141 136.89%) No errors compress gnu testfile-zgabi64.merged.uncompressed -> testfile-zgabi64.merged.gnu processing: testfile-zgabi64.merged.uncompressed [2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%) [3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%) [4] .debug_abbrev NOT compressed, wouldn't be smaller [5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%) [7] Updating section string table [6] Updating symbol table No errors uncompress testfile-zgabi64.merged.gnu -> testfile-zgabi64.merged.gnu.uncompressed processing: testfile-zgabi64.merged.gnu [4] .debug_abbrev already decompressed [2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%) [3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%) [5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%) [7] Updating section string table [6] Updating symbol table compress gabi testfile-zgabi64.merged.uncompressed -> testfile-zgabi64.merged.gabi processing: testfile-zgabi64.merged.uncompressed [2] .debug_aranges compressed (96 => 62 64.58%) [3] .debug_info compressed (170 => 123 72.35%) [4] .debug_abbrev NOT compressed, wouldn't be smaller [5] .debug_line compressed (141 => 103 73.05%) No errors uncompress testfile-zgabi64.merged.gabi -> testfile-zgabi64.merged.gabi.uncompressed processing: testfile-zgabi64.merged.gabi [4] .debug_abbrev already decompressed [2] .debug_aranges decompressed (62 => 96 154.84%) [3] .debug_info decompressed (123 => 170 138.21%) [5] .debug_line decompressed (103 => 141 136.89%) uncompress testfile-zgabi64be -> testfile-zgabi64be.uncompressed processing: testfile-zgabi64be [5] .debug_abbrev already decompressed [3] .debug_aranges decompressed (64 => 96 150.00%) [4] .debug_info decompressed (101 => 126 124.75%) [6] .debug_line decompressed (103 => 141 136.89%) No errors compress gnu testfile-zgabi64be.uncompressed -> testfile-zgabi64be.gnu processing: testfile-zgabi64be.uncompressed [3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%) [4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%) [5] .debug_abbrev NOT compressed, wouldn't be smaller [6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%) [7] Updating section string table No errors uncompress testfile-zgabi64be.gnu -> testfile-zgabi64be.gnu.uncompressed processing: testfile-zgabi64be.gnu [5] .debug_abbrev already decompressed [3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%) [4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%) [6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%) [7] Updating section string table compress gabi testfile-zgabi64be.uncompressed -> testfile-zgabi64be.gabi processing: testfile-zgabi64be.uncompressed [3] .debug_aranges compressed (96 => 64 66.67%) [4] .debug_info compressed (126 => 101 80.16%) [5] .debug_abbrev NOT compressed, wouldn't be smaller [6] .debug_line compressed (141 => 103 73.05%) No errors uncompress testfile-zgabi64be.gabi -> testfile-zgabi64be.gabi.uncompressed processing: testfile-zgabi64be.gabi [5] .debug_abbrev already decompressed [3] .debug_aranges decompressed (64 => 96 150.00%) [4] .debug_info decompressed (101 => 126 124.75%) [6] .debug_line decompressed (103 => 141 136.89%) merging string tables testfile-zgabi64be -> testfile-zgabi64be.merged uncompress testfile-zgabi64be.merged -> testfile-zgabi64be.merged.uncompressed processing: testfile-zgabi64be.merged [5] .debug_abbrev already decompressed [3] .debug_aranges decompressed (64 => 96 150.00%) [4] .debug_info decompressed (101 => 126 124.75%) [6] .debug_line decompressed (103 => 141 136.89%) No errors compress gnu testfile-zgabi64be.merged.uncompressed -> testfile-zgabi64be.merged.gnu processing: testfile-zgabi64be.merged.uncompressed [3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%) [4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%) [5] .debug_abbrev NOT compressed, wouldn't be smaller [6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%) [8] Updating section string table [7] Updating symbol table No errors uncompress testfile-zgabi64be.merged.gnu -> testfile-zgabi64be.merged.gnu.uncompressed processing: testfile-zgabi64be.merged.gnu [5] .debug_abbrev already decompressed [3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%) [4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%) [6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%) [8] Updating section string table [7] Updating symbol table compress gabi testfile-zgabi64be.merged.uncompressed -> testfile-zgabi64be.merged.gabi processing: testfile-zgabi64be.merged.uncompressed [3] .debug_aranges compressed (96 => 64 66.67%) [4] .debug_info compressed (126 => 101 80.16%) [5] .debug_abbrev NOT compressed, wouldn't be smaller [6] .debug_line compressed (141 => 103 73.05%) No errors uncompress testfile-zgabi64be.merged.gabi -> testfile-zgabi64be.merged.gabi.uncompressed processing: testfile-zgabi64be.merged.gabi [5] .debug_abbrev already decompressed [3] .debug_aranges decompressed (64 => 96 150.00%) [4] .debug_info decompressed (101 => 126 124.75%) [6] .debug_line decompressed (103 => 141 136.89%) uncompress testfile-zgnu32 -> testfile-zgnu32.uncompressed processing: testfile-zgnu32 [4] .debug_abbrev already decompressed [2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%) [3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%) [5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%) [6] Updating section string table No errors compress gnu testfile-zgnu32.uncompressed -> testfile-zgnu32.gnu processing: testfile-zgnu32.uncompressed [2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%) [3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%) [4] .debug_abbrev NOT compressed, wouldn't be smaller [5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%) [6] Updating section string table No errors uncompress testfile-zgnu32.gnu -> testfile-zgnu32.gnu.uncompressed processing: testfile-zgnu32.gnu [4] .debug_abbrev already decompressed [2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%) [3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%) [5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%) [6] Updating section string table compress gabi testfile-zgnu32.uncompressed -> testfile-zgnu32.gabi processing: testfile-zgnu32.uncompressed [2] .debug_aranges compressed (64 => 49 76.56%) [3] .debug_info compressed (154 => 111 72.08%) [4] .debug_abbrev NOT compressed, wouldn't be smaller [5] .debug_line compressed (133 => 90 67.67%) No errors uncompress testfile-zgnu32.gabi -> testfile-zgnu32.gabi.uncompressed processing: testfile-zgnu32.gabi [4] .debug_abbrev already decompressed [2] .debug_aranges decompressed (49 => 64 130.61%) [3] .debug_info decompressed (111 => 154 138.74%) [5] .debug_line decompressed (90 => 133 147.78%) merging string tables testfile-zgnu32 -> testfile-zgnu32.merged uncompress testfile-zgnu32.merged -> testfile-zgnu32.merged.uncompressed processing: testfile-zgnu32.merged [4] .debug_abbrev already decompressed [2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%) [3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%) [5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%) [7] Updating section string table [6] Updating symbol table No errors compress gnu testfile-zgnu32.merged.uncompressed -> testfile-zgnu32.merged.gnu processing: testfile-zgnu32.merged.uncompressed [2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%) [3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%) [4] .debug_abbrev NOT compressed, wouldn't be smaller [5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%) [7] Updating section string table [6] Updating symbol table No errors uncompress testfile-zgnu32.merged.gnu -> testfile-zgnu32.merged.gnu.uncompressed processing: testfile-zgnu32.merged.gnu [4] .debug_abbrev already decompressed [2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%) [3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%) [5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%) [7] Updating section string table [6] Updating symbol table compress gabi testfile-zgnu32.merged.uncompressed -> testfile-zgnu32.merged.gabi processing: testfile-zgnu32.merged.uncompressed [2] .debug_aranges compressed (64 => 49 76.56%) [3] .debug_info compressed (154 => 111 72.08%) [4] .debug_abbrev NOT compressed, wouldn't be smaller [5] .debug_line compressed (133 => 90 67.67%) No errors uncompress testfile-zgnu32.merged.gabi -> testfile-zgnu32.merged.gabi.uncompressed processing: testfile-zgnu32.merged.gabi [4] .debug_abbrev already decompressed [2] .debug_aranges decompressed (49 => 64 130.61%) [3] .debug_info decompressed (111 => 154 138.74%) [5] .debug_line decompressed (90 => 133 147.78%) uncompress testfile-zgnu32be -> testfile-zgnu32be.uncompressed processing: testfile-zgnu32be [5] .debug_abbrev already decompressed [3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%) [4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%) [6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%) [7] Updating section string table No errors compress gnu testfile-zgnu32be.uncompressed -> testfile-zgnu32be.gnu processing: testfile-zgnu32be.uncompressed [3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%) [4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%) [5] .debug_abbrev NOT compressed, wouldn't be smaller [6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%) [7] Updating section string table No errors uncompress testfile-zgnu32be.gnu -> testfile-zgnu32be.gnu.uncompressed processing: testfile-zgnu32be.gnu [5] .debug_abbrev already decompressed [3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%) [4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%) [6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%) [7] Updating section string table compress gabi testfile-zgnu32be.uncompressed -> testfile-zgnu32be.gabi processing: testfile-zgnu32be.uncompressed [3] .debug_aranges compressed (64 => 51 79.69%) [4] .debug_info compressed (110 => 88 80.00%) [5] .debug_abbrev NOT compressed, wouldn't be smaller [6] .debug_line compressed (133 => 89 66.92%) No errors uncompress testfile-zgnu32be.gabi -> testfile-zgnu32be.gabi.uncompressed processing: testfile-zgnu32be.gabi [5] .debug_abbrev already decompressed [3] .debug_aranges decompressed (51 => 64 125.49%) [4] .debug_info decompressed (88 => 110 125.00%) [6] .debug_line decompressed (89 => 133 149.44%) merging string tables testfile-zgnu32be -> testfile-zgnu32be.merged uncompress testfile-zgnu32be.merged -> testfile-zgnu32be.merged.uncompressed processing: testfile-zgnu32be.merged [5] .debug_abbrev already decompressed [3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%) [4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%) [6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%) [8] Updating section string table [7] Updating symbol table No errors compress gnu testfile-zgnu32be.merged.uncompressed -> testfile-zgnu32be.merged.gnu processing: testfile-zgnu32be.merged.uncompressed [3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%) [4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%) [5] .debug_abbrev NOT compressed, wouldn't be smaller [6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%) [8] Updating section string table [7] Updating symbol table No errors uncompress testfile-zgnu32be.merged.gnu -> testfile-zgnu32be.merged.gnu.uncompressed processing: testfile-zgnu32be.merged.gnu [5] .debug_abbrev already decompressed [3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%) [4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%) [6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%) [8] Updating section string table [7] Updating symbol table compress gabi testfile-zgnu32be.merged.uncompressed -> testfile-zgnu32be.merged.gabi processing: testfile-zgnu32be.merged.uncompressed [3] .debug_aranges compressed (64 => 51 79.69%) [4] .debug_info compressed (110 => 88 80.00%) [5] .debug_abbrev NOT compressed, wouldn't be smaller [6] .debug_line compressed (133 => 89 66.92%) No errors uncompress testfile-zgnu32be.merged.gabi -> testfile-zgnu32be.merged.gabi.uncompressed processing: testfile-zgnu32be.merged.gabi [5] .debug_abbrev already decompressed [3] .debug_aranges decompressed (51 => 64 125.49%) [4] .debug_info decompressed (88 => 110 125.00%) [6] .debug_line decompressed (89 => 133 149.44%) uncompress testfile-zgabi32 -> testfile-zgabi32.uncompressed processing: testfile-zgabi32 [4] .debug_abbrev already decompressed [2] .debug_aranges decompressed (49 => 64 130.61%) [3] .debug_info decompressed (111 => 154 138.74%) [5] .debug_line decompressed (90 => 133 147.78%) No errors compress gnu testfile-zgabi32.uncompressed -> testfile-zgabi32.gnu processing: testfile-zgabi32.uncompressed [2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%) [3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%) [4] .debug_abbrev NOT compressed, wouldn't be smaller [5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%) [6] Updating section string table No errors uncompress testfile-zgabi32.gnu -> testfile-zgabi32.gnu.uncompressed processing: testfile-zgabi32.gnu [4] .debug_abbrev already decompressed [2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%) [3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%) [5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%) [6] Updating section string table compress gabi testfile-zgabi32.uncompressed -> testfile-zgabi32.gabi processing: testfile-zgabi32.uncompressed [2] .debug_aranges compressed (64 => 49 76.56%) [3] .debug_info compressed (154 => 111 72.08%) [4] .debug_abbrev NOT compressed, wouldn't be smaller [5] .debug_line compressed (133 => 90 67.67%) No errors uncompress testfile-zgabi32.gabi -> testfile-zgabi32.gabi.uncompressed processing: testfile-zgabi32.gabi [4] .debug_abbrev already decompressed [2] .debug_aranges decompressed (49 => 64 130.61%) [3] .debug_info decompressed (111 => 154 138.74%) [5] .debug_line decompressed (90 => 133 147.78%) merging string tables testfile-zgabi32 -> testfile-zgabi32.merged uncompress testfile-zgabi32.merged -> testfile-zgabi32.merged.uncompressed processing: testfile-zgabi32.merged [4] .debug_abbrev already decompressed [2] .debug_aranges decompressed (49 => 64 130.61%) [3] .debug_info decompressed (111 => 154 138.74%) [5] .debug_line decompressed (90 => 133 147.78%) No errors compress gnu testfile-zgabi32.merged.uncompressed -> testfile-zgabi32.merged.gnu processing: testfile-zgabi32.merged.uncompressed [2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%) [3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%) [4] .debug_abbrev NOT compressed, wouldn't be smaller [5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%) [7] Updating section string table [6] Updating symbol table No errors uncompress testfile-zgabi32.merged.gnu -> testfile-zgabi32.merged.gnu.uncompressed processing: testfile-zgabi32.merged.gnu [4] .debug_abbrev already decompressed [2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%) [3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%) [5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%) [7] Updating section string table [6] Updating symbol table compress gabi testfile-zgabi32.merged.uncompressed -> testfile-zgabi32.merged.gabi processing: testfile-zgabi32.merged.uncompressed [2] .debug_aranges compressed (64 => 49 76.56%) [3] .debug_info compressed (154 => 111 72.08%) [4] .debug_abbrev NOT compressed, wouldn't be smaller [5] .debug_line compressed (133 => 90 67.67%) No errors uncompress testfile-zgabi32.merged.gabi -> testfile-zgabi32.merged.gabi.uncompressed processing: testfile-zgabi32.merged.gabi [4] .debug_abbrev already decompressed [2] .debug_aranges decompressed (49 => 64 130.61%) [3] .debug_info decompressed (111 => 154 138.74%) [5] .debug_line decompressed (90 => 133 147.78%) uncompress testfile-zgabi32be -> testfile-zgabi32be.uncompressed processing: testfile-zgabi32be [5] .debug_abbrev already decompressed [3] .debug_aranges decompressed (51 => 64 125.49%) [4] .debug_info decompressed (88 => 110 125.00%) [6] .debug_line decompressed (89 => 133 149.44%) No errors compress gnu testfile-zgabi32be.uncompressed -> testfile-zgabi32be.gnu processing: testfile-zgabi32be.uncompressed [3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%) [4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%) [5] .debug_abbrev NOT compressed, wouldn't be smaller [6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%) [7] Updating section string table No errors uncompress testfile-zgabi32be.gnu -> testfile-zgabi32be.gnu.uncompressed processing: testfile-zgabi32be.gnu [5] .debug_abbrev already decompressed [3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%) [4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%) [6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%) [7] Updating section string table compress gabi testfile-zgabi32be.uncompressed -> testfile-zgabi32be.gabi processing: testfile-zgabi32be.uncompressed [3] .debug_aranges compressed (64 => 51 79.69%) [4] .debug_info compressed (110 => 88 80.00%) [5] .debug_abbrev NOT compressed, wouldn't be smaller [6] .debug_line compressed (133 => 89 66.92%) No errors uncompress testfile-zgabi32be.gabi -> testfile-zgabi32be.gabi.uncompressed processing: testfile-zgabi32be.gabi [5] .debug_abbrev already decompressed [3] .debug_aranges decompressed (51 => 64 125.49%) [4] .debug_info decompressed (88 => 110 125.00%) [6] .debug_line decompressed (89 => 133 149.44%) merging string tables testfile-zgabi32be -> testfile-zgabi32be.merged uncompress testfile-zgabi32be.merged -> testfile-zgabi32be.merged.uncompressed processing: testfile-zgabi32be.merged [5] .debug_abbrev already decompressed [3] .debug_aranges decompressed (51 => 64 125.49%) [4] .debug_info decompressed (88 => 110 125.00%) [6] .debug_line decompressed (89 => 133 149.44%) No errors compress gnu testfile-zgabi32be.merged.uncompressed -> testfile-zgabi32be.merged.gnu processing: testfile-zgabi32be.merged.uncompressed [3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%) [4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%) [5] .debug_abbrev NOT compressed, wouldn't be smaller [6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%) [8] Updating section string table [7] Updating symbol table No errors uncompress testfile-zgabi32be.merged.gnu -> testfile-zgabi32be.merged.gnu.uncompressed processing: testfile-zgabi32be.merged.gnu [5] .debug_abbrev already decompressed [3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%) [4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%) [6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%) [8] Updating section string table [7] Updating symbol table compress gabi testfile-zgabi32be.merged.uncompressed -> testfile-zgabi32be.merged.gabi processing: testfile-zgabi32be.merged.uncompressed [3] .debug_aranges compressed (64 => 51 79.69%) [4] .debug_info compressed (110 => 88 80.00%) [5] .debug_abbrev NOT compressed, wouldn't be smaller [6] .debug_line compressed (133 => 89 66.92%) No errors uncompress testfile-zgabi32be.merged.gabi -> testfile-zgabi32be.merged.gabi.uncompressed processing: testfile-zgabi32be.merged.gabi [5] .debug_abbrev already decompressed [3] .debug_aranges decompressed (51 => 64 125.49%) [4] .debug_info decompressed (88 => 110 125.00%) [6] .debug_line decompressed (89 => 133 149.44%) PASS: run-compress-test.sh PASS: run-readelf-zdebug.sh PASS: run-readelf-zdebug-rel.sh fname: empty.elf.32 add_string: '', stridx: 1, lastidx: 0 add_string: '.strtab', stridx: 9, lastidx: 1 fname: empty.elf.32.mmap add_string: '', stridx: 1, lastidx: 0 add_string: '.strtab', stridx: 9, lastidx: 1 fname: empty.elf.64 add_string: '', stridx: 1, lastidx: 0 add_string: '.strtab', stridx: 9, lastidx: 1 fname: empty.elf.64.mmap add_string: '', stridx: 1, lastidx: 0 add_string: '.strtab', stridx: 9, lastidx: 1 PASS: emptyfile fname: vendor.elf.32 fname: vendor.elf.32.mmap fname: vendor.elf.64 fname: vendor.elf.64.mmap PASS: vendorelf fname: fill.elf.32 add_string: '', stridx: 1, lastidx: 0 add_string: '.strtab', stridx: 9, lastidx: 1 Add data section .data1 add_string: '.data1', stridx: 16, lastidx: 9 Add data section .data2 add_string: '.data2', stridx: 23, lastidx: 16 Add data section .data3 add_string: '.data3', stridx: 30, lastidx: 23 Add data section .data4 add_string: '.data4', stridx: 37, lastidx: 30 Rereading fill.elf.32 shdrstrndx: 1 check data .data3 [1,2,3,4,5] Rereading fill.elf.32 again check data .data1 [1,2,3,4,5] check data .data2 [1,2,3,4,5] check data .data3 [5,4,3,2,1] check data .data4 [1,2,3,4,5] fname: fill.elf.32.mmap add_string: '', stridx: 1, lastidx: 0 add_string: '.strtab', stridx: 9, lastidx: 1 Add data section .data1 add_string: '.data1', stridx: 16, lastidx: 9 Add data section .data2 add_string: '.data2', stridx: 23, lastidx: 16 Add data section .data3 add_string: '.data3', stridx: 30, lastidx: 23 Add data section .data4 add_string: '.data4', stridx: 37, lastidx: 30 Rereading fill.elf.32.mmap shdrstrndx: 1 check data .data3 [1,2,3,4,5] Rereading fill.elf.32.mmap again check data .data1 [1,2,3,4,5] check data .data2 [1,2,3,4,5] check data .data3 [5,4,3,2,1] check data .data4 [1,2,3,4,5] fname: fill.elf.64 add_string: '', stridx: 1, lastidx: 0 add_string: '.strtab', stridx: 9, lastidx: 1 Add data section .data1 add_string: '.data1', stridx: 16, lastidx: 9 Add data section .data2 add_string: '.data2', stridx: 23, lastidx: 16 Add data section .data3 add_string: '.data3', stridx: 30, lastidx: 23 Add data section .data4 add_string: '.data4', stridx: 37, lastidx: 30 Rereading fill.elf.64 shdrstrndx: 1 check data .data3 [1,2,3,4,5] Rereading fill.elf.64 again check data .data1 [1,2,3,4,5] check data .data2 [1,2,3,4,5] check data .data3 [5,4,3,2,1] check data .data4 [1,2,3,4,5] fname: fill.elf.64.mmap add_string: '', stridx: 1, lastidx: 0 add_string: '.strtab', stridx: 9, lastidx: 1 Add data section .data1 add_string: '.data1', stridx: 16, lastidx: 9 Add data section .data2 add_string: '.data2', stridx: 23, lastidx: 16 Add data section .data3 add_string: '.data3', stridx: 30, lastidx: 23 Add data section .data4 add_string: '.data4', stridx: 37, lastidx: 30 Rereading fill.elf.64.mmap shdrstrndx: 1 check data .data3 [1,2,3,4,5] Rereading fill.elf.64.mmap again check data .data1 [1,2,3,4,5] check data .data2 [1,2,3,4,5] check data .data3 [5,4,3,2,1] check data .data4 [1,2,3,4,5] PASS: fillfile Ada83: 1 Ada95: 1 BLISS: 0 C: 0 C11: 0 C89: 0 C99: 0 C_plus_plus: 0 C_plus_plus_03: 0 C_plus_plus_11: 0 C_plus_plus_14: 0 Cobol74: 1 Cobol85: 1 D: 0 Dylan: 0 Fortran03: 1 Fortran08: 1 Fortran77: 1 Fortran90: 1 Fortran95: 1 Go: 0 Haskell: 0 Java: 0 Julia: 1 Mips_Assembler: Modula2: 1 Modula3: 1 OCaml: 0 ObjC: 0 ObjC_plus_plus: 0 OpenCL: 0 PLI: 1 Pascal83: 1 Python: 0 RenderScript: 0 Rust: 0 Swift: 0 UPC: 0 PASS: dwarf_default_lower_bound checking testfile-debug-types checking CU at 0 checking TU at 0 checking Type DIE at 4f checking TU at 43 checking Type DIE at 7f checking 2 subdie checking 2 subdie checking testfile_multi_main checking CU at 0 checking alt debug checking CU at 0 checking testfilebazdbgppc64.debug checking CU at 0 checking CU at 90 checking testfile-dwarf-4 checking CU at 0 checking CU at 211 checking testfile-dwarf-5 checking CU at 0 checking CU at 20c checking testfile-splitdwarf-4 checking CU at 0 checking CU at 34 checking 4 subdie checking 4 subdie checking testfile-splitdwarf-5 checking CU at 0 checking CU at 35 checking 4 subdie checking 4 subdie checking testfile-hello4.dwo checking CU at 0 checking testfile-world4.dwo checking CU at 0 checking testfile-hello5.dwo checking CU at 0 checking testfile-world5.dwo checking CU at 0 checking /usr/lib/elfutils/ptest/tests/..//src/addr2line checking CU at 0 checking CU at 2e checking CU at 6e checking CU at 90 checking CU at 4185 checking CU at 4909 checking CU at 4ae4 checking /usr/lib/elfutils/ptest/tests/..//src/elfcmp checking CU at 0 checking CU at 2e checking CU at 6e checking CU at 90 checking CU at 4fdd checking CU at 8707 checking CU at 97af checking CU at a82d checking CU at ba4f checking CU at cacd checking CU at d251 checking CU at d42c checking /usr/lib/elfutils/ptest/tests/..//src/objdump checking CU at 0 checking CU at 2e checking CU at 6e checking CU at 90 checking CU at 515a checking CU at 8884 checking CU at 992c checking CU at ac63 checking CU at bf60 checking CU at c3bf checking CU at d2ab checking CU at da2f checking CU at dc0a checking /usr/lib/elfutils/ptest/tests/..//src/readelf checking CU at 0 checking CU at 2e checking CU at 6e checking CU at 90 checking CU at 3e6f6 checking CU at 41e20 checking CU at 42ec8 checking CU at 441ff checking CU at 456ec checking CU at 46c62 checking CU at 482a3 checking CU at 497a7 checking CU at 4ad84 checking CU at 4c362 checking CU at 4d866 checking CU at 4ecb6 checking CU at 4fd34 checking CU at 5118c checking CU at 528c6 checking CU at 53cc2 checking CU at 586ee checking CU at 5980d checking CU at 5a860 checking CU at 5bbe8 checking CU at 5ccd6 checking CU at 5d135 checking CU at 5d8b9 checking CU at 5e5a2 checking CU at 5e77d checking /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so checking CU at 0 checking CU at 22 checking CU at 737 checking CU at c56 checking CU at 14d3 checking CU at 19f9 checking CU at 600f checking CU at 7408 checking CU at 877a checking CU at 9db2 checking CU at b0e5 checking CU at c418 checking CU at d74b checking CU at ea96 checking CU at f16a checking CU at f83e checking CU at 10db0 checking CU at 11601 checking CU at 11e52 checking CU at 126a3 checking CU at 12ef4 checking CU at 195af checking CU at 1ac04 checking CU at 1c259 checking CU at 1d8c1 checking CU at 1ee30 checking CU at 2039f checking CU at 21730 checking CU at 22d80 checking CU at 24b86 checking CU at 269aa checking CU at 2806e checking CU at 2983d checking CU at 2b00d checking CU at 2c3a5 checking CU at 2da61 checking CU at 2eff4 checking CU at 312bc checking CU at 327c4 checking CU at 344a6 checking CU at 359ff checking CU at 36f96 checking CU at 383d5 checking CU at 39708 checking CU at 3ad48 checking CU at 3cedc checking CU at 3f06e checking CU at 40651 checking CU at 41c81 checking CU at 4349a checking CU at 449fc checking CU at 46b2b checking CU at 480fa checking CU at 49bdb checking CU at 4b0f3 checking CU at 4c60b checking CU at 4db23 checking CU at 4f03b checking CU at 50553 checking CU at 51a8b checking CU at 52f85 checking CU at 54a0f checking CU at 56941 checking CU at 58865 checking CU at 5bf91 checking CU at 5f6bb checking CU at 60d1a checking CU at 623a8 checking CU at 6390f checking CU at 64eda checking CU at 664a5 checking CU at 67acd checking CU at 6906e checking CU at 6a719 checking CU at 6be51 checking CU at 6d501 checking CU at 6ebfd checking CU at 70262 checking CU at 718e2 checking CU at 72eb8 checking CU at 74484 checking CU at 759ed checking CU at 76fa5 checking CU at 7864d checking CU at 79c83 checking CU at 7b259 checking CU at 7c631 checking CU at 7da09 checking CU at 7f9eb checking CU at 810a9 checking CU at 8278d checking CU at 83ced checking CU at 8532c checking CU at 8696b checking CU at 87fba checking CU at 895cf checking CU at 8ac10 checking CU at 8c162 checking CU at 8db75 checking CU at 8eef2 checking CU at 9063b checking CU at 91d84 checking CU at 91ecc checking CU at 91ff1 checking CU at 93641 checking CU at 94be6 checking CU at 961a2 checking CU at 976ef checking CU at 98c3c checking CU at 9a14c checking CU at 9b50c checking CU at 9b9a9 checking CU at 9cd58 checking CU at 9e308 checking CU at 9f8c6 checking CU at a0f31 checking CU at a381e checking CU at a5355 checking /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so checking CU at 0 checking CU at 22 checking CU at 1079 checking CU at 40ff checking CU at 60a7 checking CU at 6ace checking CU at 832f checking CU at 9c70 checking CU at ac4c checking CU at b01b checking CU at ca40 checking CU at d9dc checking CU at e849 checking CU at f373 checking CU at 116cd checking CU at 11f4e checking CU at 12565 checking CU at 13857 checking CU at 14b45 checking CU at 163f7 checking CU at 172dc checking CU at 1914b checking CU at 1c029 checking CU at 1d510 checking CU at 1e6aa checking CU at 1f683 checking CU at 20212 checking CU at 2159a checking CU at 267f6 checking CU at 27939 checking CU at 28ebf checking CU at 2a0e3 checking CU at 2ab5d checking CU at 2b5d7 checking CU at 2c1db checking CU at 2d5d2 checking CU at 2e056 checking CU at 2eacc checking CU at 2f542 checking CU at 304ed checking CU at 31498 checking CU at 32443 checking CU at 333ee checking CU at 34399 checking CU at 344f1 checking CU at 34649 checking CU at 347a1 checking CU at 34aef checking CU at 3525b checking CU at 3a096 checking CU at 3addd checking CU at 3c886 checking CU at 3d828 checking CU at 3f0dd checking CU at 3f506 checking CU at 3f7b5 checking CU at 3fa64 checking CU at 3fd13 checking CU at 3ffc2 checking CU at 40271 checking CU at 40520 checking CU at 407cf checking CU at 40a7e checking CU at 40d2d checking CU at 40fdc checking CU at 4128b checking CU at 416bb checking CU at 41b19 checking CU at 42bb2 checking CU at 43c54 checking CU at 43e23 checking CU at 43ff5 checking CU at 49afc checking CU at 4a797 checking CU at 4b25a checking CU at 4cf3f checking CU at 4dae6 checking CU at 4dcaa checking CU at 4e893 checking CU at 4fe2a checking CU at 50b42 checking CU at 54450 checking CU at 550ae checking CU at 55cc0 checking CU at 56926 checking CU at 575c5 checking CU at 583d2 checking CU at 59077 checking CU at 59c12 checking CU at 5b263 checking CU at 5c5f7 checking CU at 5d7a6 checking CU at 5e6c7 checking CU at 5fcc0 checking CU at 60d12 checking CU at 629e3 checking CU at 63df6 checking CU at 64a91 checking CU at 66462 checking CU at 679ac checking CU at 68f1a checking CU at 6b670 checking CU at 6f8f8 checking CU at 76f22 checking CU at 78fe4 checking CU at 7af4f checking CU at 7d0e3 checking CU at 7f9b5 checking CU at 81ae4 checking CU at 838d0 checking CU at 879b8 checking CU at 89666 checking CU at 8b10f checking CU at 8c911 checking CU at 8daca checking CU at 8f6b7 checking CU at 91d6c checking CU at 92831 checking CU at 9326d checking CU at 93efc checking CU at 951b7 checking CU at 95519 checking CU at 9615c checking CU at 971a9 checking CU at 99bbd checking CU at 9ab0c checking CU at 9c187 checking CU at 9c8bd checking CU at 9d587 checking CU at 9f6f3 checking CU at a0b90 checking CU at a1e48 checking CU at a3445 checking CU at a4d67 checking CU at a673f checking CU at a73e4 checking CU at a8c64 checking CU at aba22 checking CU at ade87 checking CU at b2460 checking CU at b41d2 checking CU at b5c9d checking CU at b8615 checking CU at bafc9 checking CU at bd25e checking CU at bedd1 checking CU at c077b checking CU at c2233 checking CU at c78b5 checking CU at c926f checking CU at cac50 checking CU at cdc53 checking CU at d0963 checking CU at d2ca9 checking CU at d492c checking CU at da886 checking CU at de401 checking CU at dfcf7 checking CU at e15f8 checking CU at e3cf3 checking CU at e5659 checking CU at e70b3 checking CU at e8950 checking CU at ea2b6 checking CU at ebbc3 checking CU at ed4fc checking CU at ef0e2 checking CU at f0f18 checking CU at f2833 checking CU at f4161 checking CU at f5b9f checking CU at f74c1 checking CU at f8f39 checking CU at fa9e2 checking CU at fc2e0 checking CU at fe2e4 checking CU at fe74a checking CU at ff639 checking CU at 101432 checking CU at 103daf checking CU at 1065aa checking CU at 108af9 checking CU at 10a492 checking CU at 10d8c3 checking CU at 10f2a0 checking CU at 110de2 checking CU at 115ecc checking CU at 11a692 checking CU at 11e724 checking CU at 120259 checking CU at 120abe checking CU at 123855 checking CU at 12918b checking CU at 12ab5f checking CU at 12ed82 checking CU at 131ec3 checking CU at 133aa2 checking CU at 134bc4 checking CU at 135d1c checking CU at 139446 checking CU at 13a4ee checking CU at 13b825 checking CU at 13cd12 checking CU at 13e288 checking CU at 13f8c9 checking CU at 140dcd checking CU at 1423aa checking CU at 143988 checking CU at 144e8c checking CU at 146189 checking CU at 1475d9 checking CU at 148657 checking CU at 1496d5 checking CU at 14a753 checking CU at 14b7d1 checking CU at 14c871 checking CU at 14d8fb checking CU at 14ed53 checking CU at 15048d checking CU at 151889 checking CU at 1562b5 checking CU at 157333 checking CU at 1583b1 checking CU at 15942f checking CU at 15a651 checking CU at 15b6a4 checking CU at 15c6f7 checking CU at 15d74a checking CU at 15e7fe checking CU at 15f857 checking CU at 1608f0 checking CU at 161a0f checking CU at 162a8d checking CU at 163b0b checking CU at 164b5e checking CU at 165ee6 checking CU at 166fd4 checking CU at 16808f checking CU at 169163 checking CU at 16a219 checking CU at 16b286 checking CU at 16c413 checking CU at 16d498 checking CU at 16e518 checking CU at 16f61f checking CU at 1706a4 checking CU at 171728 checking CU at 1727c1 checking /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so checking CU at 0 checking CU at 22 checking CU at 1857 checking CU at 2970 checking CU at 3334 checking CU at 44a6 checking CU at 561e checking CU at 6802 checking CU at 692f checking CU at 79c4 checking CU at 7e76 checking CU at 9070 checking CU at 12c72 checking /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so checking CU at 0 checking CU at 22 checking CU at 17f6 checking CU at 28ca checking CU at 317c checking CU at 42ee checking CU at 54cb checking CU at 66af checking CU at 67dc checking CU at 7871 checking CU at 7d23 checking CU at 8f61 checking CU at 9813 checking CU at 1399c checking /usr/lib/elfutils/ptest/tests/..//src/size.o checking CU at 0 checking /usr/lib/elfutils/ptest/tests/..//src/strip.o checking CU at 0 PASS: run-dwarf-die-addr-die.sh file: testfile-debug-types Got cudie: (null), unit_type: 1 Got cudie: (null), unit_type: 2 subdie: B Got cudie: (null), unit_type: 2 subdie: A file: testfile_multi_main Got cudie: main.c, unit_type: 1 file: testfilebazdbgppc64.debug Got cudie: foo.c, unit_type: 1 Got cudie: bar.c, unit_type: 1 file: testfile-dwarf-4 Got cudie: hello.c, unit_type: 1 Got cudie: world.c, unit_type: 1 file: testfile-dwarf-5 Got cudie: hello.c, unit_type: 1 Got cudie: world.c, unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//src/addr2line Got cudie: ../sysdeps/x86_64/start.S, unit_type: 1 Got cudie: init.c, unit_type: 1 Got cudie: ../sysdeps/x86_64/crti.S, unit_type: 1 Got cudie: ../../elfutils-0.176/src/addr2line.c, unit_type: 1 Got cudie: ../../elfutils-0.176/lib/printversion.c, unit_type: 1 Got cudie: elf-init.c, unit_type: 1 Got cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//src/elfcmp Got cudie: ../sysdeps/x86_64/start.S, unit_type: 1 Got cudie: init.c, unit_type: 1 Got cudie: ../sysdeps/x86_64/crti.S, unit_type: 1 Got cudie: ../../elfutils-0.176/src/elfcmp.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblopenbackend.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblclosebackend.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblcopyrelocp.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblsectionstripp.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/ebldebugscnp.c, unit_type: 1 Got cudie: ../../elfutils-0.176/lib/printversion.c, unit_type: 1 Got cudie: elf-init.c, unit_type: 1 Got cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//src/objdump Got cudie: ../sysdeps/x86_64/start.S, unit_type: 1 Got cudie: init.c, unit_type: 1 Got cudie: ../sysdeps/x86_64/crti.S, unit_type: 1 Got cudie: ../../elfutils-0.176/src/objdump.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblopenbackend.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblclosebackend.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblreloctypename.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblbackendname.c, unit_type: 1 Got cudie: ../../elfutils-0.176/lib/xmalloc.c, unit_type: 1 Got cudie: ../../elfutils-0.176/lib/color.c, unit_type: 1 Got cudie: ../../elfutils-0.176/lib/printversion.c, unit_type: 1 Got cudie: elf-init.c, unit_type: 1 Got cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//src/readelf Got cudie: ../sysdeps/x86_64/start.S, unit_type: 1 Got cudie: init.c, unit_type: 1 Got cudie: ../sysdeps/x86_64/crti.S, unit_type: 1 Got cudie: ../../elfutils-0.176/src/readelf.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblopenbackend.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblclosebackend.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblreloctypename.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblsegmenttypename.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblsectiontypename.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblmachineflagname.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblsymboltypename.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/ebldynamictagname.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblsectionname.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblsymbolbindingname.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblosabiname.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblreloctypecheck.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblcorenotetypename.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblobjnotetypename.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblcorenote.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblobjnote.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblreginfo.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblsysvhashentrysize.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblauxvinfo.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblcheckobjattr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/lib/xmalloc.c, unit_type: 1 Got cudie: ../../elfutils-0.176/lib/printversion.c, unit_type: 1 Got cudie: ../../../../../../../work-shared/gcc-9.2.0-r0/gcc-9.2.0/libgcc/libgcc2.c, unit_type: 1 Got cudie: elf-init.c, unit_type: 1 Got cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so Got cudie: ../sysdeps/x86_64/crti.S, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_version.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_hash.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_error.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_fill.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_begin.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_next.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_rand.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_end.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_kind.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getclass.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_getbase.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_getident.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf32_fsize.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf64_fsize.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_fsize.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf32_xlatetof.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf32_xlatetom.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf64_xlatetof.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf64_xlatetom.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_xlate.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf32_getehdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf64_getehdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getehdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf32_newehdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf64_newehdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_newehdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_update_ehdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf32_getphdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf64_getphdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getphdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf32_newphdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf64_newphdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_newphdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_update_phdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_getarhdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_getarsym.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_rawfile.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_readall.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_cntl.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_getscn.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_nextscn.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_ndxscn.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_newscn.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf32_getshdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf64_getshdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getshdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_update_shdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_strptr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_rawdata.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_getdata.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_newdata.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_getdata_rawchunk.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_flagelf.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_flagehdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_flagphdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_flagscn.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_flagshdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_flagdata.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_memory.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_update.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf32_updatenull.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf64_updatenull.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf32_updatefile.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf64_updatefile.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getsym.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_update_sym.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getversym.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getverneed.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getvernaux.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getverdef.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getverdaux.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getrel.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getrela.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_update_rel.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_update_rela.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getdyn.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_update_dyn.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getmove.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_update_move.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getsyminfo.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_update_syminfo.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getauxv.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_update_auxv.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getnote.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_xlatetof.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_xlatetom.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/nlist.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getsymshndx.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_update_symshndx.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_update_versym.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_update_verneed.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_update_vernaux.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_update_verdef.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_update_verdaux.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_getphdrnum.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_getshdrnum.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_getshdrstrndx.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_checksum.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf32_checksum.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf64_checksum.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/libelf_crc32.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/libelf_next_prime.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_clone.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getlib.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_update_lib.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf32_offscn.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf64_offscn.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_offscn.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_getaroff.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_gnu_hash.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_scnshndx.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf32_getchdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf64_getchdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/gelf_getchdr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_compress.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libelf/elf_compress_gnu.c, unit_type: 1 Got cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so Got cudie: ../sysdeps/x86_64/crti.S, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_begin.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_begin_elf.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_end.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getelf.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getpubnames.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getabbrev.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_tag.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_error.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_nextcu.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_diename.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_offdie.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_attr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_formstring.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_abbrev_hash.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_sig8_hash.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_attr_integrate.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_hasattr_integrate.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_child.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_haschildren.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_formaddr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_formudata.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_formsdata.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_lowpc.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_entrypc.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_haspc.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_highpc.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_ranges.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_formref.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_formref_die.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_siblingof.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_dieoffset.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_cuoffset.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_diecu.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_hasattr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_hasform.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_whatform.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_whatattr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_bytesize.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_arrayorder.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_bitsize.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_bitoffset.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_srclang.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getabbrevtag.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getabbrevcode.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_abbrevhaschildren.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getattrcnt.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getabbrevattr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getsrclines.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getsrc_die.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getscopes.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getscopes_die.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getscopevar.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_linesrc.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_lineno.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_lineaddr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_linecol.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_linebeginstatement.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_lineendsequence.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_lineblock.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_lineprologueend.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_lineepiloguebegin.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_lineisa.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_linediscriminator.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_lineop_index.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_line_file.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_onesrcline.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_formblock.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getsrcfiles.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_filesrc.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getsrcdirs.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getlocation.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getstring.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_offabbrev.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getaranges.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_onearange.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getarangeinfo.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getarange_addr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getattrs.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_formflag.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getmacros.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_macro_getparamcnt.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_macro_opcode.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_macro_param.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_macro_param1.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_macro_param2.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_macro_getsrcfiles.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_addrdie.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getfuncs.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_decl_file.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_decl_line.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_decl_column.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_func_inline.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getsrc_file.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/libdw_findcu.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/libdw_form.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/libdw_alloc.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/libdw_visit_scopes.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_entry_breakpoints.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_next_cfi.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/cie.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/fde.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/cfi.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/frame-cache.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_frame_info.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_frame_cfa.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_frame_register.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_cfi_addrframe.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getcfi.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getcfi_elf.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_cfi_end.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_aggregate_size.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getlocation_implicit_pointer.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getlocation_die.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getlocation_attr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_getalt.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_setalt.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_cu_getdwarf.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_cu_die.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_peel_type.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_default_lower_bound.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_die_addr_die.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_get_units.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/libdw_find_split_unit.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_cu_info.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdw/dwarf_next_lines.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwelf/dwelf_elf_gnu_debuglink.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwelf/dwelf_dwarf_gnu_debugaltlink.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwelf/dwelf_elf_gnu_build_id.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwelf/dwelf_scn_gnu_compressed_size.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwelf/dwelf_strtab.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwelf/dwelf_elf_begin.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_begin.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_end.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_error.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_version.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_report_elf.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/relocate.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_build_id.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_report_build_id.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/derelocate.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/offline.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/segment.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_info.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_getmodules.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_getdwarf.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_getdwarf.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_getelf.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_validate_address.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/argp-std.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/find-debuginfo.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_build_id_find_elf.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_build_id_find_debuginfo.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/linux-kernel-modules.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/linux-proc-maps.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_addrmodule.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_addrdwarf.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/cu.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_nextcu.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_nextcu.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_cumodule.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_addrdie.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_addrdie.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/lines.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_lineinfo.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_line_comp_dir.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_linemodule.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_linecu.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_dwarf_line.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_getsrclines.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_onesrcline.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_getsrc.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_getsrc.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_getsrc_file.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/libdwfl_crc32.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/libdwfl_crc32_file.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/elf-from-memory.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_dwarf_cfi.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_eh_cfi.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_getsym.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_addrname.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_addrsym.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_return_value_location.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_module_register_names.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_segment_report_module.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/link_map.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/core-file.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/open.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/image-header.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_frame.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/frame_unwind.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_frame_pc.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/linux-pid-attach.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/linux-core-attach.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/dwfl_frame_regs.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/gzip.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libdwfl/bzip2.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblopenbackend.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblclosebackend.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblreloctypename.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblsegmenttypename.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblsectiontypename.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblmachineflagname.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblsymboltypename.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/ebldynamictagname.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblsectionname.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblsymbolbindingname.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblbackendname.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblosabiname.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblmachineflagcheck.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblmachinesectionflagcheck.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblreloctypecheck.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblrelocvaliduse.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblrelocsimpletype.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/ebldynamictagcheck.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblcorenotetypename.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblobjnotetypename.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblcorenote.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblobjnote.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/ebldebugscnp.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblgotpcreloccheck.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblcopyrelocp.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblsectionstripp.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblelfclass.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblelfdata.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblelfmachine.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/ebl_check_special_symbol.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblbsspltp.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblretval.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblreginfo.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblnonerelocp.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblrelativerelocp.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblsysvhashentrysize.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblauxvinfo.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblcheckobjattr.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/ebl_check_special_section.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/ebl_syscall_abi.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblabicfi.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblstother.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblinitreg.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/ebldwarftoregno.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblnormalizepc.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblunwind.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblresolvesym.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/eblcheckreloctargettype.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libebl/ebl_data_marker_symbol.c, unit_type: 1 Got cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so Got cudie: ../sysdeps/x86_64/crti.S, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/i386_init.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/i386_symbol.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/i386_corenote.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/i386_cfi.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/i386_retval.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/i386_regs.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/i386_auxv.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/i386_syscall.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/i386_initreg.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/i386_unwind.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libcpu/i386_disasm.c, unit_type: 1 Got cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so Got cudie: ../sysdeps/x86_64/crti.S, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/x86_64_init.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/x86_64_symbol.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/x86_64_corenote.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/x86_64_cfi.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/x86_64_retval.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/x86_64_regs.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/i386_auxv.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/x86_64_syscall.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/x86_64_initreg.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/x86_64_unwind.c, unit_type: 1 Got cudie: ../../elfutils-0.176/backends/x32_corenote.c, unit_type: 1 Got cudie: ../../elfutils-0.176/libcpu/x86_64_disasm.c, unit_type: 1 Got cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//src/size.o Got cudie: argp_parse, unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//src/strip.o Got cudie: Elf64_Ehdr, unit_type: 1 PASS: run-get-units-invalid.sh file: testfile-debug-types Got cudie unit_type: 1 Got cudie unit_type: 2 Got cudie unit_type: 2 file: testfile_multi_main Got cudie unit_type: 1 file: testfilebazdbgppc64.debug Got cudie unit_type: 1 Got cudie unit_type: 1 file: testfile-dwarf-4 Got cudie unit_type: 1 Got cudie unit_type: 1 file: testfile-dwarf-5 Got cudie unit_type: 1 Got cudie unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//src/addr2line Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//src/elfcmp Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//src/objdump Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//src/readelf Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 file: /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 Got cudie unit_type: 1 PASS: run-get-units-split.sh PASS: run-attr-integrate-skel.sh PASS: run-all-dwarf-ranges.sh file: testfile-debug-types Iterate getting all info, compare with dwarf_cu_info. 0 cu dietag: 11, subtag: 0, version 4, unit_type 1 1 cu dietag: 41, subtag: 13, version 4, unit_type 2 2 cu dietag: 41, subtag: 13, version 4, unit_type 2 rechecking: testfile-debug-types Iterate no info, compare recorded info with dwarf_cu_info. 0 re dietag: 11, subtag: 0, version 4, unit_type 1 1 re dietag: 41, subtag: 13, version 4, unit_type 2 2 re dietag: 41, subtag: 13, version 4, unit_type 2 file: testfile_multi_main Iterate getting all info, compare with dwarf_cu_info. 0 cu dietag: 11, subtag: 0, version 4, unit_type 1 rechecking: testfile_multi_main Iterate no info, compare recorded info with dwarf_cu_info. 0 re dietag: 11, subtag: 0, version 4, unit_type 1 file: testfilebazdbgppc64.debug Iterate getting all info, compare with dwarf_cu_info. 0 cu dietag: 11, subtag: 0, version 4, unit_type 1 1 cu dietag: 11, subtag: 0, version 4, unit_type 1 rechecking: testfilebazdbgppc64.debug Iterate no info, compare recorded info with dwarf_cu_info. 0 re dietag: 11, subtag: 0, version 4, unit_type 1 1 re dietag: 11, subtag: 0, version 4, unit_type 1 file: testfile-dwarf-4 Iterate getting all info, compare with dwarf_cu_info. 0 cu dietag: 11, subtag: 0, version 4, unit_type 1 1 cu dietag: 11, subtag: 0, version 4, unit_type 1 rechecking: testfile-dwarf-4 Iterate no info, compare recorded info with dwarf_cu_info. 0 re dietag: 11, subtag: 0, version 4, unit_type 1 1 re dietag: 11, subtag: 0, version 4, unit_type 1 file: testfile-dwarf-5 Iterate getting all info, compare with dwarf_cu_info. 0 cu dietag: 11, subtag: 0, version 5, unit_type 1 1 cu dietag: 11, subtag: 0, version 5, unit_type 1 rechecking: testfile-dwarf-5 Iterate no info, compare recorded info with dwarf_cu_info. 0 re dietag: 11, subtag: 0, version 5, unit_type 1 1 re dietag: 11, subtag: 0, version 5, unit_type 1 file: /usr/lib/elfutils/ptest/tests/..//src/addr2line Iterate getting all info, compare with dwarf_cu_info. 0 cu dietag: 11, subtag: 0, version 2, unit_type 1 1 cu dietag: 11, subtag: 0, version 4, unit_type 1 2 cu dietag: 11, subtag: 0, version 2, unit_type 1 3 cu dietag: 11, subtag: 0, version 4, unit_type 1 4 cu dietag: 11, subtag: 0, version 4, unit_type 1 5 cu dietag: 11, subtag: 0, version 4, unit_type 1 6 cu dietag: 11, subtag: 0, version 2, unit_type 1 rechecking: /usr/lib/elfutils/ptest/tests/..//src/addr2line Iterate no info, compare recorded info with dwarf_cu_info. 0 re dietag: 11, subtag: 0, version 2, unit_type 1 1 re dietag: 11, subtag: 0, version 4, unit_type 1 2 re dietag: 11, subtag: 0, version 2, unit_type 1 3 re dietag: 11, subtag: 0, version 4, unit_type 1 4 re dietag: 11, subtag: 0, version 4, unit_type 1 5 re dietag: 11, subtag: 0, version 4, unit_type 1 6 re dietag: 11, subtag: 0, version 2, unit_type 1 file: /usr/lib/elfutils/ptest/tests/..//src/elfcmp Iterate getting all info, compare with dwarf_cu_info. 0 cu dietag: 11, subtag: 0, version 2, unit_type 1 1 cu dietag: 11, subtag: 0, version 4, unit_type 1 2 cu dietag: 11, subtag: 0, version 2, unit_type 1 3 cu dietag: 11, subtag: 0, version 4, unit_type 1 4 cu dietag: 11, subtag: 0, version 4, unit_type 1 5 cu dietag: 11, subtag: 0, version 4, unit_type 1 6 cu dietag: 11, subtag: 0, version 4, unit_type 1 7 cu dietag: 11, subtag: 0, version 4, unit_type 1 8 cu dietag: 11, subtag: 0, version 4, unit_type 1 9 cu dietag: 11, subtag: 0, version 4, unit_type 1 10 cu dietag: 11, subtag: 0, version 4, unit_type 1 11 cu dietag: 11, subtag: 0, version 2, unit_type 1 rechecking: /usr/lib/elfutils/ptest/tests/..//src/elfcmp Iterate no info, compare recorded info with dwarf_cu_info. 0 re dietag: 11, subtag: 0, version 2, unit_type 1 1 re dietag: 11, subtag: 0, version 4, unit_type 1 2 re dietag: 11, subtag: 0, version 2, unit_type 1 3 re dietag: 11, subtag: 0, version 4, unit_type 1 4 re dietag: 11, subtag: 0, version 4, unit_type 1 5 re dietag: 11, subtag: 0, version 4, unit_type 1 6 re dietag: 11, subtag: 0, version 4, unit_type 1 7 re dietag: 11, subtag: 0, version 4, unit_type 1 8 re dietag: 11, subtag: 0, version 4, unit_type 1 9 re dietag: 11, subtag: 0, version 4, unit_type 1 10 re dietag: 11, subtag: 0, version 4, unit_type 1 11 re dietag: 11, subtag: 0, version 2, unit_type 1 file: /usr/lib/elfutils/ptest/tests/..//src/objdump Iterate getting all info, compare with dwarf_cu_info. 0 cu dietag: 11, subtag: 0, version 2, unit_type 1 1 cu dietag: 11, subtag: 0, version 4, unit_type 1 2 cu dietag: 11, subtag: 0, version 2, unit_type 1 3 cu dietag: 11, subtag: 0, version 4, unit_type 1 4 cu dietag: 11, subtag: 0, version 4, unit_type 1 5 cu dietag: 11, subtag: 0, version 4, unit_type 1 6 cu dietag: 11, subtag: 0, version 4, unit_type 1 7 cu dietag: 11, subtag: 0, version 4, unit_type 1 8 cu dietag: 11, subtag: 0, version 4, unit_type 1 9 cu dietag: 11, subtag: 0, version 4, unit_type 1 10 cu dietag: 11, subtag: 0, version 4, unit_type 1 11 cu dietag: 11, subtag: 0, version 4, unit_type 1 12 cu dietag: 11, subtag: 0, version 2, unit_type 1 rechecking: /usr/lib/elfutils/ptest/tests/..//src/objdump Iterate no info, compare recorded info with dwarf_cu_info. 0 re dietag: 11, subtag: 0, version 2, unit_type 1 1 re dietag: 11, subtag: 0, version 4, unit_type 1 2 re dietag: 11, subtag: 0, version 2, unit_type 1 3 re dietag: 11, subtag: 0, version 4, unit_type 1 4 re dietag: 11, subtag: 0, version 4, unit_type 1 5 re dietag: 11, subtag: 0, version 4, unit_type 1 6 re dietag: 11, subtag: 0, version 4, unit_type 1 7 re dietag: 11, subtag: 0, version 4, unit_type 1 8 re dietag: 11, subtag: 0, version 4, unit_type 1 9 re dietag: 11, subtag: 0, version 4, unit_type 1 10 re dietag: 11, subtag: 0, version 4, unit_type 1 11 re dietag: 11, subtag: 0, version 4, unit_type 1 12 re dietag: 11, subtag: 0, version 2, unit_type 1 file: /usr/lib/elfutils/ptest/tests/..//src/readelf Iterate getting all info, compare with dwarf_cu_info. 0 cu dietag: 11, subtag: 0, version 2, unit_type 1 1 cu dietag: 11, subtag: 0, version 4, unit_type 1 2 cu dietag: 11, subtag: 0, version 2, unit_type 1 3 cu dietag: 11, subtag: 0, version 4, unit_type 1 4 cu dietag: 11, subtag: 0, version 4, unit_type 1 5 cu dietag: 11, subtag: 0, version 4, unit_type 1 6 cu dietag: 11, subtag: 0, version 4, unit_type 1 7 cu dietag: 11, subtag: 0, version 4, unit_type 1 8 cu dietag: 11, subtag: 0, version 4, unit_type 1 9 cu dietag: 11, subtag: 0, version 4, unit_type 1 10 cu dietag: 11, subtag: 0, version 4, unit_type 1 11 cu dietag: 11, subtag: 0, version 4, unit_type 1 12 cu dietag: 11, subtag: 0, version 4, unit_type 1 13 cu dietag: 11, subtag: 0, version 4, unit_type 1 14 cu dietag: 11, subtag: 0, version 4, unit_type 1 15 cu dietag: 11, subtag: 0, version 4, unit_type 1 16 cu dietag: 11, subtag: 0, version 4, unit_type 1 17 cu dietag: 11, subtag: 0, version 4, unit_type 1 18 cu dietag: 11, subtag: 0, version 4, unit_type 1 19 cu dietag: 11, subtag: 0, version 4, unit_type 1 20 cu dietag: 11, subtag: 0, version 4, unit_type 1 21 cu dietag: 11, subtag: 0, version 4, unit_type 1 22 cu dietag: 11, subtag: 0, version 4, unit_type 1 23 cu dietag: 11, subtag: 0, version 4, unit_type 1 24 cu dietag: 11, subtag: 0, version 4, unit_type 1 25 cu dietag: 11, subtag: 0, version 4, unit_type 1 26 cu dietag: 11, subtag: 0, version 4, unit_type 1 27 cu dietag: 11, subtag: 0, version 4, unit_type 1 28 cu dietag: 11, subtag: 0, version 2, unit_type 1 rechecking: /usr/lib/elfutils/ptest/tests/..//src/readelf Iterate no info, compare recorded info with dwarf_cu_info. 0 re dietag: 11, subtag: 0, version 2, unit_type 1 1 re dietag: 11, subtag: 0, version 4, unit_type 1 2 re dietag: 11, subtag: 0, version 2, unit_type 1 3 re dietag: 11, subtag: 0, version 4, unit_type 1 4 re dietag: 11, subtag: 0, version 4, unit_type 1 5 re dietag: 11, subtag: 0, version 4, unit_type 1 6 re dietag: 11, subtag: 0, version 4, unit_type 1 7 re dietag: 11, subtag: 0, version 4, unit_type 1 8 re dietag: 11, subtag: 0, version 4, unit_type 1 9 re dietag: 11, subtag: 0, version 4, unit_type 1 10 re dietag: 11, subtag: 0, version 4, unit_type 1 11 re dietag: 11, subtag: 0, version 4, unit_type 1 12 re dietag: 11, subtag: 0, version 4, unit_type 1 13 re dietag: 11, subtag: 0, version 4, unit_type 1 14 re dietag: 11, subtag: 0, version 4, unit_type 1 15 re dietag: 11, subtag: 0, version 4, unit_type 1 16 re dietag: 11, subtag: 0, version 4, unit_type 1 17 re dietag: 11, subtag: 0, version 4, unit_type 1 18 re dietag: 11, subtag: 0, version 4, unit_type 1 19 re dietag: 11, subtag: 0, version 4, unit_type 1 20 re dietag: 11, subtag: 0, version 4, unit_type 1 21 re dietag: 11, subtag: 0, version 4, unit_type 1 22 re dietag: 11, subtag: 0, version 4, unit_type 1 23 re dietag: 11, subtag: 0, version 4, unit_type 1 24 re dietag: 11, subtag: 0, version 4, unit_type 1 25 re dietag: 11, subtag: 0, version 4, unit_type 1 26 re dietag: 11, subtag: 0, version 4, unit_type 1 27 re dietag: 11, subtag: 0, version 4, unit_type 1 28 re dietag: 11, subtag: 0, version 2, unit_type 1 file: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so Iterate getting all info, compare with dwarf_cu_info. 0 cu dietag: 11, subtag: 0, version 2, unit_type 1 1 cu dietag: 11, subtag: 0, version 4, unit_type 1 2 cu dietag: 11, subtag: 0, version 4, unit_type 1 3 cu dietag: 11, subtag: 0, version 4, unit_type 1 4 cu dietag: 11, subtag: 0, version 4, unit_type 1 5 cu dietag: 11, subtag: 0, version 4, unit_type 1 6 cu dietag: 11, subtag: 0, version 4, unit_type 1 7 cu dietag: 11, subtag: 0, version 4, unit_type 1 8 cu dietag: 11, subtag: 0, version 4, unit_type 1 9 cu dietag: 11, subtag: 0, version 4, unit_type 1 10 cu dietag: 11, subtag: 0, version 4, unit_type 1 11 cu dietag: 11, subtag: 0, version 4, unit_type 1 12 cu dietag: 11, subtag: 0, version 4, unit_type 1 13 cu dietag: 11, subtag: 0, version 4, unit_type 1 14 cu dietag: 11, subtag: 0, version 4, unit_type 1 15 cu dietag: 11, subtag: 0, version 4, unit_type 1 16 cu dietag: 11, subtag: 0, version 4, unit_type 1 17 cu dietag: 11, subtag: 0, version 4, unit_type 1 18 cu dietag: 11, subtag: 0, version 4, unit_type 1 19 cu dietag: 11, subtag: 0, version 4, unit_type 1 20 cu dietag: 11, subtag: 0, version 4, unit_type 1 21 cu dietag: 11, subtag: 0, version 4, unit_type 1 22 cu dietag: 11, subtag: 0, version 4, unit_type 1 23 cu dietag: 11, subtag: 0, version 4, unit_type 1 24 cu dietag: 11, subtag: 0, version 4, unit_type 1 25 cu dietag: 11, subtag: 0, version 4, unit_type 1 26 cu dietag: 11, subtag: 0, version 4, unit_type 1 27 cu dietag: 11, subtag: 0, version 4, unit_type 1 28 cu dietag: 11, subtag: 0, version 4, unit_type 1 29 cu dietag: 11, subtag: 0, version 4, unit_type 1 30 cu dietag: 11, subtag: 0, version 4, unit_type 1 31 cu dietag: 11, subtag: 0, version 4, unit_type 1 32 cu dietag: 11, subtag: 0, version 4, unit_type 1 33 cu dietag: 11, subtag: 0, version 4, unit_type 1 34 cu dietag: 11, subtag: 0, version 4, unit_type 1 35 cu dietag: 11, subtag: 0, version 4, unit_type 1 36 cu dietag: 11, subtag: 0, version 4, unit_type 1 37 cu dietag: 11, subtag: 0, version 4, unit_type 1 38 cu dietag: 11, subtag: 0, version 4, unit_type 1 39 cu dietag: 11, subtag: 0, version 4, unit_type 1 40 cu dietag: 11, subtag: 0, version 4, unit_type 1 41 cu dietag: 11, subtag: 0, version 4, unit_type 1 42 cu dietag: 11, subtag: 0, version 4, unit_type 1 43 cu dietag: 11, subtag: 0, version 4, unit_type 1 44 cu dietag: 11, subtag: 0, version 4, unit_type 1 45 cu dietag: 11, subtag: 0, version 4, unit_type 1 46 cu dietag: 11, subtag: 0, version 4, unit_type 1 47 cu dietag: 11, subtag: 0, version 4, unit_type 1 48 cu dietag: 11, subtag: 0, version 4, unit_type 1 49 cu dietag: 11, subtag: 0, version 4, unit_type 1 50 cu dietag: 11, subtag: 0, version 4, unit_type 1 51 cu dietag: 11, subtag: 0, version 4, unit_type 1 52 cu dietag: 11, subtag: 0, version 4, unit_type 1 53 cu dietag: 11, subtag: 0, version 4, unit_type 1 54 cu dietag: 11, subtag: 0, version 4, unit_type 1 55 cu dietag: 11, subtag: 0, version 4, unit_type 1 56 cu dietag: 11, subtag: 0, version 4, unit_type 1 57 cu dietag: 11, subtag: 0, version 4, unit_type 1 58 cu dietag: 11, subtag: 0, version 4, unit_type 1 59 cu dietag: 11, subtag: 0, version 4, unit_type 1 60 cu dietag: 11, subtag: 0, version 4, unit_type 1 61 cu dietag: 11, subtag: 0, version 4, unit_type 1 62 cu dietag: 11, subtag: 0, version 4, unit_type 1 63 cu dietag: 11, subtag: 0, version 4, unit_type 1 64 cu dietag: 11, subtag: 0, version 4, unit_type 1 65 cu dietag: 11, subtag: 0, version 4, unit_type 1 66 cu dietag: 11, subtag: 0, version 4, unit_type 1 67 cu dietag: 11, subtag: 0, version 4, unit_type 1 68 cu dietag: 11, subtag: 0, version 4, unit_type 1 69 cu dietag: 11, subtag: 0, version 4, unit_type 1 70 cu dietag: 11, subtag: 0, version 4, unit_type 1 71 cu dietag: 11, subtag: 0, version 4, unit_type 1 72 cu dietag: 11, subtag: 0, version 4, unit_type 1 73 cu dietag: 11, subtag: 0, version 4, unit_type 1 74 cu dietag: 11, subtag: 0, version 4, unit_type 1 75 cu dietag: 11, subtag: 0, version 4, unit_type 1 76 cu dietag: 11, subtag: 0, version 4, unit_type 1 77 cu dietag: 11, subtag: 0, version 4, unit_type 1 78 cu dietag: 11, subtag: 0, version 4, unit_type 1 79 cu dietag: 11, subtag: 0, version 4, unit_type 1 80 cu dietag: 11, subtag: 0, version 4, unit_type 1 81 cu dietag: 11, subtag: 0, version 4, unit_type 1 82 cu dietag: 11, subtag: 0, version 4, unit_type 1 83 cu dietag: 11, subtag: 0, version 4, unit_type 1 84 cu dietag: 11, subtag: 0, version 4, unit_type 1 85 cu dietag: 11, subtag: 0, version 4, unit_type 1 86 cu dietag: 11, subtag: 0, version 4, unit_type 1 87 cu dietag: 11, subtag: 0, version 4, unit_type 1 88 cu dietag: 11, subtag: 0, version 4, unit_type 1 89 cu dietag: 11, subtag: 0, version 4, unit_type 1 90 cu dietag: 11, subtag: 0, version 4, unit_type 1 91 cu dietag: 11, subtag: 0, version 4, unit_type 1 92 cu dietag: 11, subtag: 0, version 4, unit_type 1 93 cu dietag: 11, subtag: 0, version 4, unit_type 1 94 cu dietag: 11, subtag: 0, version 4, unit_type 1 95 cu dietag: 11, subtag: 0, version 4, unit_type 1 96 cu dietag: 11, subtag: 0, version 4, unit_type 1 97 cu dietag: 11, subtag: 0, version 4, unit_type 1 98 cu dietag: 11, subtag: 0, version 4, unit_type 1 99 cu dietag: 11, subtag: 0, version 4, unit_type 1 100 cu dietag: 11, subtag: 0, version 4, unit_type 1 101 cu dietag: 11, subtag: 0, version 4, unit_type 1 102 cu dietag: 11, subtag: 0, version 4, unit_type 1 103 cu dietag: 11, subtag: 0, version 4, unit_type 1 104 cu dietag: 11, subtag: 0, version 4, unit_type 1 105 cu dietag: 11, subtag: 0, version 4, unit_type 1 106 cu dietag: 11, subtag: 0, version 4, unit_type 1 107 cu dietag: 11, subtag: 0, version 4, unit_type 1 108 cu dietag: 11, subtag: 0, version 4, unit_type 1 109 cu dietag: 11, subtag: 0, version 4, unit_type 1 110 cu dietag: 11, subtag: 0, version 4, unit_type 1 111 cu dietag: 11, subtag: 0, version 4, unit_type 1 112 cu dietag: 11, subtag: 0, version 4, unit_type 1 113 cu dietag: 11, subtag: 0, version 4, unit_type 1 114 cu dietag: 11, subtag: 0, version 4, unit_type 1 115 cu dietag: 11, subtag: 0, version 4, unit_type 1 116 cu dietag: 11, subtag: 0, version 4, unit_type 1 117 cu dietag: 11, subtag: 0, version 2, unit_type 1 rechecking: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so Iterate no info, compare recorded info with dwarf_cu_info. 0 re dietag: 11, subtag: 0, version 2, unit_type 1 1 re dietag: 11, subtag: 0, version 4, unit_type 1 2 re dietag: 11, subtag: 0, version 4, unit_type 1 3 re dietag: 11, subtag: 0, version 4, unit_type 1 4 re dietag: 11, subtag: 0, version 4, unit_type 1 5 re dietag: 11, subtag: 0, version 4, unit_type 1 6 re dietag: 11, subtag: 0, version 4, unit_type 1 7 re dietag: 11, subtag: 0, version 4, unit_type 1 8 re dietag: 11, subtag: 0, version 4, unit_type 1 9 re dietag: 11, subtag: 0, version 4, unit_type 1 10 re dietag: 11, subtag: 0, version 4, unit_type 1 11 re dietag: 11, subtag: 0, version 4, unit_type 1 12 re dietag: 11, subtag: 0, version 4, unit_type 1 13 re dietag: 11, subtag: 0, version 4, unit_type 1 14 re dietag: 11, subtag: 0, version 4, unit_type 1 15 re dietag: 11, subtag: 0, version 4, unit_type 1 16 re dietag: 11, subtag: 0, version 4, unit_type 1 17 re dietag: 11, subtag: 0, version 4, unit_type 1 18 re dietag: 11, subtag: 0, version 4, unit_type 1 19 re dietag: 11, subtag: 0, version 4, unit_type 1 20 re dietag: 11, subtag: 0, version 4, unit_type 1 21 re dietag: 11, subtag: 0, version 4, unit_type 1 22 re dietag: 11, subtag: 0, version 4, unit_type 1 23 re dietag: 11, subtag: 0, version 4, unit_type 1 24 re dietag: 11, subtag: 0, version 4, unit_type 1 25 re dietag: 11, subtag: 0, version 4, unit_type 1 26 re dietag: 11, subtag: 0, version 4, unit_type 1 27 re dietag: 11, subtag: 0, version 4, unit_type 1 28 re dietag: 11, subtag: 0, version 4, unit_type 1 29 re dietag: 11, subtag: 0, version 4, unit_type 1 30 re dietag: 11, subtag: 0, version 4, unit_type 1 31 re dietag: 11, subtag: 0, version 4, unit_type 1 32 re dietag: 11, subtag: 0, version 4, unit_type 1 33 re dietag: 11, subtag: 0, version 4, unit_type 1 34 re dietag: 11, subtag: 0, version 4, unit_type 1 35 re dietag: 11, subtag: 0, version 4, unit_type 1 36 re dietag: 11, subtag: 0, version 4, unit_type 1 37 re dietag: 11, subtag: 0, version 4, unit_type 1 38 re dietag: 11, subtag: 0, version 4, unit_type 1 39 re dietag: 11, subtag: 0, version 4, unit_type 1 40 re dietag: 11, subtag: 0, version 4, unit_type 1 41 re dietag: 11, subtag: 0, version 4, unit_type 1 42 re dietag: 11, subtag: 0, version 4, unit_type 1 43 re dietag: 11, subtag: 0, version 4, unit_type 1 44 re dietag: 11, subtag: 0, version 4, unit_type 1 45 re dietag: 11, subtag: 0, version 4, unit_type 1 46 re dietag: 11, subtag: 0, version 4, unit_type 1 47 re dietag: 11, subtag: 0, version 4, unit_type 1 48 re dietag: 11, subtag: 0, version 4, unit_type 1 49 re dietag: 11, subtag: 0, version 4, unit_type 1 50 re dietag: 11, subtag: 0, version 4, unit_type 1 51 re dietag: 11, subtag: 0, version 4, unit_type 1 52 re dietag: 11, subtag: 0, version 4, unit_type 1 53 re dietag: 11, subtag: 0, version 4, unit_type 1 54 re dietag: 11, subtag: 0, version 4, unit_type 1 55 re dietag: 11, subtag: 0, version 4, unit_type 1 56 re dietag: 11, subtag: 0, version 4, unit_type 1 57 re dietag: 11, subtag: 0, version 4, unit_type 1 58 re dietag: 11, subtag: 0, version 4, unit_type 1 59 re dietag: 11, subtag: 0, version 4, unit_type 1 60 re dietag: 11, subtag: 0, version 4, unit_type 1 61 re dietag: 11, subtag: 0, version 4, unit_type 1 62 re dietag: 11, subtag: 0, version 4, unit_type 1 63 re dietag: 11, subtag: 0, version 4, unit_type 1 64 re dietag: 11, subtag: 0, version 4, unit_type 1 65 re dietag: 11, subtag: 0, version 4, unit_type 1 66 re dietag: 11, subtag: 0, version 4, unit_type 1 67 re dietag: 11, subtag: 0, version 4, unit_type 1 68 re dietag: 11, subtag: 0, version 4, unit_type 1 69 re dietag: 11, subtag: 0, version 4, unit_type 1 70 re dietag: 11, subtag: 0, version 4, unit_type 1 71 re dietag: 11, subtag: 0, version 4, unit_type 1 72 re dietag: 11, subtag: 0, version 4, unit_type 1 73 re dietag: 11, subtag: 0, version 4, unit_type 1 74 re dietag: 11, subtag: 0, version 4, unit_type 1 75 re dietag: 11, subtag: 0, version 4, unit_type 1 76 re dietag: 11, subtag: 0, version 4, unit_type 1 77 re dietag: 11, subtag: 0, version 4, unit_type 1 78 re dietag: 11, subtag: 0, version 4, unit_type 1 79 re dietag: 11, subtag: 0, version 4, unit_type 1 80 re dietag: 11, subtag: 0, version 4, unit_type 1 81 re dietag: 11, subtag: 0, version 4, unit_type 1 82 re dietag: 11, subtag: 0, version 4, unit_type 1 83 re dietag: 11, subtag: 0, version 4, unit_type 1 84 re dietag: 11, subtag: 0, version 4, unit_type 1 85 re dietag: 11, subtag: 0, version 4, unit_type 1 86 re dietag: 11, subtag: 0, version 4, unit_type 1 87 re dietag: 11, subtag: 0, version 4, unit_type 1 88 re dietag: 11, subtag: 0, version 4, unit_type 1 89 re dietag: 11, subtag: 0, version 4, unit_type 1 90 re dietag: 11, subtag: 0, version 4, unit_type 1 91 re dietag: 11, subtag: 0, version 4, unit_type 1 92 re dietag: 11, subtag: 0, version 4, unit_type 1 93 re dietag: 11, subtag: 0, version 4, unit_type 1 94 re dietag: 11, subtag: 0, version 4, unit_type 1 95 re dietag: 11, subtag: 0, version 4, unit_type 1 96 re dietag: 11, subtag: 0, version 4, unit_type 1 97 re dietag: 11, subtag: 0, version 4, unit_type 1 98 re dietag: 11, subtag: 0, version 4, unit_type 1 99 re dietag: 11, subtag: 0, version 4, unit_type 1 100 re dietag: 11, subtag: 0, version 4, unit_type 1 101 re dietag: 11, subtag: 0, version 4, unit_type 1 102 re dietag: 11, subtag: 0, version 4, unit_type 1 103 re dietag: 11, subtag: 0, version 4, unit_type 1 104 re dietag: 11, subtag: 0, version 4, unit_type 1 105 re dietag: 11, subtag: 0, version 4, unit_type 1 106 re dietag: 11, subtag: 0, version 4, unit_type 1 107 re dietag: 11, subtag: 0, version 4, unit_type 1 108 re dietag: 11, subtag: 0, version 4, unit_type 1 109 re dietag: 11, subtag: 0, version 4, unit_type 1 110 re dietag: 11, subtag: 0, version 4, unit_type 1 111 re dietag: 11, subtag: 0, version 4, unit_type 1 112 re dietag: 11, subtag: 0, version 4, unit_type 1 113 re dietag: 11, subtag: 0, version 4, unit_type 1 114 re dietag: 11, subtag: 0, version 4, unit_type 1 115 re dietag: 11, subtag: 0, version 4, unit_type 1 116 re dietag: 11, subtag: 0, version 4, unit_type 1 117 re dietag: 11, subtag: 0, version 2, unit_type 1 file: /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so Iterate getting all info, compare with dwarf_cu_info. 0 cu dietag: 11, subtag: 0, version 2, unit_type 1 1 cu dietag: 11, subtag: 0, version 4, unit_type 1 2 cu dietag: 11, subtag: 0, version 4, unit_type 1 3 cu dietag: 11, subtag: 0, version 4, unit_type 1 4 cu dietag: 11, subtag: 0, version 4, unit_type 1 5 cu dietag: 11, subtag: 0, version 4, unit_type 1 6 cu dietag: 11, subtag: 0, version 4, unit_type 1 7 cu dietag: 11, subtag: 0, version 4, unit_type 1 8 cu dietag: 11, subtag: 0, version 4, unit_type 1 9 cu dietag: 11, subtag: 0, version 4, unit_type 1 10 cu dietag: 11, subtag: 0, version 4, unit_type 1 11 cu dietag: 11, subtag: 0, version 4, unit_type 1 12 cu dietag: 11, subtag: 0, version 4, unit_type 1 13 cu dietag: 11, subtag: 0, version 4, unit_type 1 14 cu dietag: 11, subtag: 0, version 4, unit_type 1 15 cu dietag: 11, subtag: 0, version 4, unit_type 1 16 cu dietag: 11, subtag: 0, version 4, unit_type 1 17 cu dietag: 11, subtag: 0, version 4, unit_type 1 18 cu dietag: 11, subtag: 0, version 4, unit_type 1 19 cu dietag: 11, subtag: 0, version 4, unit_type 1 20 cu dietag: 11, subtag: 0, version 4, unit_type 1 21 cu dietag: 11, subtag: 0, version 4, unit_type 1 22 cu dietag: 11, subtag: 0, version 4, unit_type 1 23 cu dietag: 11, subtag: 0, version 4, unit_type 1 24 cu dietag: 11, subtag: 0, version 4, unit_type 1 25 cu dietag: 11, subtag: 0, version 4, unit_type 1 26 cu dietag: 11, subtag: 0, version 4, unit_type 1 27 cu dietag: 11, subtag: 0, version 4, unit_type 1 28 cu dietag: 11, subtag: 0, version 4, unit_type 1 29 cu dietag: 11, subtag: 0, version 4, unit_type 1 30 cu dietag: 11, subtag: 0, version 4, unit_type 1 31 cu dietag: 11, subtag: 0, version 4, unit_type 1 32 cu dietag: 11, subtag: 0, version 4, unit_type 1 33 cu dietag: 11, subtag: 0, version 4, unit_type 1 34 cu dietag: 11, subtag: 0, version 4, unit_type 1 35 cu dietag: 11, subtag: 0, version 4, unit_type 1 36 cu dietag: 11, subtag: 0, version 4, unit_type 1 37 cu dietag: 11, subtag: 0, version 4, unit_type 1 38 cu dietag: 11, subtag: 0, version 4, unit_type 1 39 cu dietag: 11, subtag: 0, version 4, unit_type 1 40 cu dietag: 11, subtag: 0, version 4, unit_type 1 41 cu dietag: 11, subtag: 0, version 4, unit_type 1 42 cu dietag: 11, subtag: 0, version 4, unit_type 1 43 cu dietag: 11, subtag: 0, version 4, unit_type 1 44 cu dietag: 11, subtag: 0, version 4, unit_type 1 45 cu dietag: 11, subtag: 0, version 4, unit_type 1 46 cu dietag: 11, subtag: 0, version 4, unit_type 1 47 cu dietag: 11, subtag: 0, version 4, unit_type 1 48 cu dietag: 11, subtag: 0, version 4, unit_type 1 49 cu dietag: 11, subtag: 0, version 4, unit_type 1 50 cu dietag: 11, subtag: 0, version 4, unit_type 1 51 cu dietag: 11, subtag: 0, version 4, unit_type 1 52 cu dietag: 11, subtag: 0, version 4, unit_type 1 53 cu dietag: 11, subtag: 0, version 4, unit_type 1 54 cu dietag: 11, subtag: 0, version 4, unit_type 1 55 cu dietag: 11, subtag: 0, version 4, unit_type 1 56 cu dietag: 11, subtag: 0, version 4, unit_type 1 57 cu dietag: 11, subtag: 0, version 4, unit_type 1 58 cu dietag: 11, subtag: 0, version 4, unit_type 1 59 cu dietag: 11, subtag: 0, version 4, unit_type 1 60 cu dietag: 11, subtag: 0, version 4, unit_type 1 61 cu dietag: 11, subtag: 0, version 4, unit_type 1 62 cu dietag: 11, subtag: 0, version 4, unit_type 1 63 cu dietag: 11, subtag: 0, version 4, unit_type 1 64 cu dietag: 11, subtag: 0, version 4, unit_type 1 65 cu dietag: 11, subtag: 0, version 4, unit_type 1 66 cu dietag: 11, subtag: 0, version 4, unit_type 1 67 cu dietag: 11, subtag: 0, version 4, unit_type 1 68 cu dietag: 11, subtag: 0, version 4, unit_type 1 69 cu dietag: 11, subtag: 0, version 4, unit_type 1 70 cu dietag: 11, subtag: 0, version 4, unit_type 1 71 cu dietag: 11, subtag: 0, version 4, unit_type 1 72 cu dietag: 11, subtag: 0, version 4, unit_type 1 73 cu dietag: 11, subtag: 0, version 4, unit_type 1 74 cu dietag: 11, subtag: 0, version 4, unit_type 1 75 cu dietag: 11, subtag: 0, version 4, unit_type 1 76 cu dietag: 11, subtag: 0, version 4, unit_type 1 77 cu dietag: 11, subtag: 0, version 4, unit_type 1 78 cu dietag: 11, subtag: 0, version 4, unit_type 1 79 cu dietag: 11, subtag: 0, version 4, unit_type 1 80 cu dietag: 11, subtag: 0, version 4, unit_type 1 81 cu dietag: 11, subtag: 0, version 4, unit_type 1 82 cu dietag: 11, subtag: 0, version 4, unit_type 1 83 cu dietag: 11, subtag: 0, version 4, unit_type 1 84 cu dietag: 11, subtag: 0, version 4, unit_type 1 85 cu dietag: 11, subtag: 0, version 4, unit_type 1 86 cu dietag: 11, subtag: 0, version 4, unit_type 1 87 cu dietag: 11, subtag: 0, version 4, unit_type 1 88 cu dietag: 11, subtag: 0, version 4, unit_type 1 89 cu dietag: 11, subtag: 0, version 4, unit_type 1 90 cu dietag: 11, subtag: 0, version 4, unit_type 1 91 cu dietag: 11, subtag: 0, version 4, unit_type 1 92 cu dietag: 11, subtag: 0, version 4, unit_type 1 93 cu dietag: 11, subtag: 0, version 4, unit_type 1 94 cu dietag: 11, subtag: 0, version 4, unit_type 1 95 cu dietag: 11, subtag: 0, version 4, unit_type 1 96 cu dietag: 11, subtag: 0, version 4, unit_type 1 97 cu dietag: 11, subtag: 0, version 4, unit_type 1 98 cu dietag: 11, subtag: 0, version 4, unit_type 1 99 cu dietag: 11, subtag: 0, version 4, unit_type 1 100 cu dietag: 11, subtag: 0, version 4, unit_type 1 101 cu dietag: 11, subtag: 0, version 4, unit_type 1 102 cu dietag: 11, subtag: 0, version 4, unit_type 1 103 cu dietag: 11, subtag: 0, version 4, unit_type 1 104 cu dietag: 11, subtag: 0, version 4, unit_type 1 105 cu dietag: 11, subtag: 0, version 4, unit_type 1 106 cu dietag: 11, subtag: 0, version 4, unit_type 1 107 cu dietag: 11, subtag: 0, version 4, unit_type 1 108 cu dietag: 11, subtag: 0, version 4, unit_type 1 109 cu dietag: 11, subtag: 0, version 4, unit_type 1 110 cu dietag: 11, subtag: 0, version 4, unit_type 1 111 cu dietag: 11, subtag: 0, version 4, unit_type 1 112 cu dietag: 11, subtag: 0, version 4, unit_type 1 113 cu dietag: 11, subtag: 0, version 4, unit_type 1 114 cu dietag: 11, subtag: 0, version 4, unit_type 1 115 cu dietag: 11, subtag: 0, version 4, unit_type 1 116 cu dietag: 11, subtag: 0, version 4, unit_type 1 117 cu dietag: 11, subtag: 0, version 4, unit_type 1 118 cu dietag: 11, subtag: 0, version 4, unit_type 1 119 cu dietag: 11, subtag: 0, version 4, unit_type 1 120 cu dietag: 11, subtag: 0, version 4, unit_type 1 121 cu dietag: 11, subtag: 0, version 4, unit_type 1 122 cu dietag: 11, subtag: 0, version 4, unit_type 1 123 cu dietag: 11, subtag: 0, version 4, unit_type 1 124 cu dietag: 11, subtag: 0, version 4, unit_type 1 125 cu dietag: 11, subtag: 0, version 4, unit_type 1 126 cu dietag: 11, subtag: 0, version 4, unit_type 1 127 cu dietag: 11, subtag: 0, version 4, unit_type 1 128 cu dietag: 11, subtag: 0, version 4, unit_type 1 129 cu dietag: 11, subtag: 0, version 4, unit_type 1 130 cu dietag: 11, subtag: 0, version 4, unit_type 1 131 cu dietag: 11, subtag: 0, version 4, unit_type 1 132 cu dietag: 11, subtag: 0, version 4, unit_type 1 133 cu dietag: 11, subtag: 0, version 4, unit_type 1 134 cu dietag: 11, subtag: 0, version 4, unit_type 1 135 cu dietag: 11, subtag: 0, version 4, unit_type 1 136 cu dietag: 11, subtag: 0, version 4, unit_type 1 137 cu dietag: 11, subtag: 0, version 4, unit_type 1 138 cu dietag: 11, subtag: 0, version 4, unit_type 1 139 cu dietag: 11, subtag: 0, version 4, unit_type 1 140 cu dietag: 11, subtag: 0, version 4, unit_type 1 141 cu dietag: 11, subtag: 0, version 4, unit_type 1 142 cu dietag: 11, subtag: 0, version 4, unit_type 1 143 cu dietag: 11, subtag: 0, version 4, unit_type 1 144 cu dietag: 11, subtag: 0, version 4, unit_type 1 145 cu dietag: 11, subtag: 0, version 4, unit_type 1 146 cu dietag: 11, subtag: 0, version 4, unit_type 1 147 cu dietag: 11, subtag: 0, version 4, unit_type 1 148 cu dietag: 11, subtag: 0, version 4, unit_type 1 149 cu dietag: 11, subtag: 0, version 4, unit_type 1 150 cu dietag: 11, subtag: 0, version 4, unit_type 1 151 cu dietag: 11, subtag: 0, version 4, unit_type 1 152 cu dietag: 11, subtag: 0, version 4, unit_type 1 153 cu dietag: 11, subtag: 0, version 4, unit_type 1 154 cu dietag: 11, subtag: 0, version 4, unit_type 1 155 cu dietag: 11, subtag: 0, version 4, unit_type 1 156 cu dietag: 11, subtag: 0, version 4, unit_type 1 157 cu dietag: 11, subtag: 0, version 4, unit_type 1 158 cu dietag: 11, subtag: 0, version 4, unit_type 1 159 cu dietag: 11, subtag: 0, version 4, unit_type 1 160 cu dietag: 11, subtag: 0, version 4, unit_type 1 161 cu dietag: 11, subtag: 0, version 4, unit_type 1 162 cu dietag: 11, subtag: 0, version 4, unit_type 1 163 cu dietag: 11, subtag: 0, version 4, unit_type 1 164 cu dietag: 11, subtag: 0, version 4, unit_type 1 165 cu dietag: 11, subtag: 0, version 4, unit_type 1 166 cu dietag: 11, subtag: 0, version 4, unit_type 1 167 cu dietag: 11, subtag: 0, version 4, unit_type 1 168 cu dietag: 11, subtag: 0, version 4, unit_type 1 169 cu dietag: 11, subtag: 0, version 4, unit_type 1 170 cu dietag: 11, subtag: 0, version 4, unit_type 1 171 cu dietag: 11, subtag: 0, version 4, unit_type 1 172 cu dietag: 11, subtag: 0, version 4, unit_type 1 173 cu dietag: 11, subtag: 0, version 4, unit_type 1 174 cu dietag: 11, subtag: 0, version 4, unit_type 1 175 cu dietag: 11, subtag: 0, version 4, unit_type 1 176 cu dietag: 11, subtag: 0, version 4, unit_type 1 177 cu dietag: 11, subtag: 0, version 4, unit_type 1 178 cu dietag: 11, subtag: 0, version 4, unit_type 1 179 cu dietag: 11, subtag: 0, version 4, unit_type 1 180 cu dietag: 11, subtag: 0, version 4, unit_type 1 181 cu dietag: 11, subtag: 0, version 4, unit_type 1 182 cu dietag: 11, subtag: 0, version 4, unit_type 1 183 cu dietag: 11, subtag: 0, version 4, unit_type 1 184 cu dietag: 11, subtag: 0, version 4, unit_type 1 185 cu dietag: 11, subtag: 0, version 4, unit_type 1 186 cu dietag: 11, subtag: 0, version 4, unit_type 1 187 cu dietag: 11, subtag: 0, version 4, unit_type 1 188 cu dietag: 11, subtag: 0, version 4, unit_type 1 189 cu dietag: 11, subtag: 0, version 4, unit_type 1 190 cu dietag: 11, subtag: 0, version 4, unit_type 1 191 cu dietag: 11, subtag: 0, version 4, unit_type 1 192 cu dietag: 11, subtag: 0, version 4, unit_type 1 193 cu dietag: 11, subtag: 0, version 4, unit_type 1 194 cu dietag: 11, subtag: 0, version 4, unit_type 1 195 cu dietag: 11, subtag: 0, version 4, unit_type 1 196 cu dietag: 11, subtag: 0, version 4, unit_type 1 197 cu dietag: 11, subtag: 0, version 4, unit_type 1 198 cu dietag: 11, subtag: 0, version 4, unit_type 1 199 cu dietag: 11, subtag: 0, version 4, unit_type 1 200 cu dietag: 11, subtag: 0, version 4, unit_type 1 201 cu dietag: 11, subtag: 0, version 4, unit_type 1 202 cu dietag: 11, subtag: 0, version 4, unit_type 1 203 cu dietag: 11, subtag: 0, version 4, unit_type 1 204 cu dietag: 11, subtag: 0, version 4, unit_type 1 205 cu dietag: 11, subtag: 0, version 4, unit_type 1 206 cu dietag: 11, subtag: 0, version 4, unit_type 1 207 cu dietag: 11, subtag: 0, version 4, unit_type 1 208 cu dietag: 11, subtag: 0, version 4, unit_type 1 209 cu dietag: 11, subtag: 0, version 4, unit_type 1 210 cu dietag: 11, subtag: 0, version 4, unit_type 1 211 cu dietag: 11, subtag: 0, version 4, unit_type 1 212 cu dietag: 11, subtag: 0, version 4, unit_type 1 213 cu dietag: 11, subtag: 0, version 4, unit_type 1 214 cu dietag: 11, subtag: 0, version 4, unit_type 1 215 cu dietag: 11, subtag: 0, version 4, unit_type 1 216 cu dietag: 11, subtag: 0, version 4, unit_type 1 217 cu dietag: 11, subtag: 0, version 4, unit_type 1 218 cu dietag: 11, subtag: 0, version 4, unit_type 1 219 cu dietag: 11, subtag: 0, version 4, unit_type 1 220 cu dietag: 11, subtag: 0, version 4, unit_type 1 221 cu dietag: 11, subtag: 0, version 4, unit_type 1 222 cu dietag: 11, subtag: 0, version 4, unit_type 1 223 cu dietag: 11, subtag: 0, version 4, unit_type 1 224 cu dietag: 11, subtag: 0, version 4, unit_type 1 225 cu dietag: 11, subtag: 0, version 4, unit_type 1 226 cu dietag: 11, subtag: 0, version 4, unit_type 1 227 cu dietag: 11, subtag: 0, version 4, unit_type 1 228 cu dietag: 11, subtag: 0, version 4, unit_type 1 229 cu dietag: 11, subtag: 0, version 4, unit_type 1 230 cu dietag: 11, subtag: 0, version 4, unit_type 1 231 cu dietag: 11, subtag: 0, version 4, unit_type 1 232 cu dietag: 11, subtag: 0, version 4, unit_type 1 233 cu dietag: 11, subtag: 0, version 4, unit_type 1 234 cu dietag: 11, subtag: 0, version 4, unit_type 1 235 cu dietag: 11, subtag: 0, version 4, unit_type 1 236 cu dietag: 11, subtag: 0, version 4, unit_type 1 237 cu dietag: 11, subtag: 0, version 4, unit_type 1 238 cu dietag: 11, subtag: 0, version 4, unit_type 1 239 cu dietag: 11, subtag: 0, version 4, unit_type 1 240 cu dietag: 11, subtag: 0, version 4, unit_type 1 241 cu dietag: 11, subtag: 0, version 4, unit_type 1 242 cu dietag: 11, subtag: 0, version 4, unit_type 1 243 cu dietag: 11, subtag: 0, version 4, unit_type 1 244 cu dietag: 11, subtag: 0, version 4, unit_type 1 245 cu dietag: 11, subtag: 0, version 4, unit_type 1 246 cu dietag: 11, subtag: 0, version 4, unit_type 1 247 cu dietag: 11, subtag: 0, version 2, unit_type 1 rechecking: /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so Iterate no info, compare recorded info with dwarf_cu_info. 0 re dietag: 11, subtag: 0, version 2, unit_type 1 1 re dietag: 11, subtag: 0, version 4, unit_type 1 2 re dietag: 11, subtag: 0, version 4, unit_type 1 3 re dietag: 11, subtag: 0, version 4, unit_type 1 4 re dietag: 11, subtag: 0, version 4, unit_type 1 5 re dietag: 11, subtag: 0, version 4, unit_type 1 6 re dietag: 11, subtag: 0, version 4, unit_type 1 7 re dietag: 11, subtag: 0, version 4, unit_type 1 8 re dietag: 11, subtag: 0, version 4, unit_type 1 9 re dietag: 11, subtag: 0, version 4, unit_type 1 10 re dietag: 11, subtag: 0, version 4, unit_type 1 11 re dietag: 11, subtag: 0, version 4, unit_type 1 12 re dietag: 11, subtag: 0, version 4, unit_type 1 13 re dietag: 11, subtag: 0, version 4, unit_type 1 14 re dietag: 11, subtag: 0, version 4, unit_type 1 15 re dietag: 11, subtag: 0, version 4, unit_type 1 16 re dietag: 11, subtag: 0, version 4, unit_type 1 17 re dietag: 11, subtag: 0, version 4, unit_type 1 18 re dietag: 11, subtag: 0, version 4, unit_type 1 19 re dietag: 11, subtag: 0, version 4, unit_type 1 20 re dietag: 11, subtag: 0, version 4, unit_type 1 21 re dietag: 11, subtag: 0, version 4, unit_type 1 22 re dietag: 11, subtag: 0, version 4, unit_type 1 23 re dietag: 11, subtag: 0, version 4, unit_type 1 24 re dietag: 11, subtag: 0, version 4, unit_type 1 25 re dietag: 11, subtag: 0, version 4, unit_type 1 26 re dietag: 11, subtag: 0, version 4, unit_type 1 27 re dietag: 11, subtag: 0, version 4, unit_type 1 28 re dietag: 11, subtag: 0, version 4, unit_type 1 29 re dietag: 11, subtag: 0, version 4, unit_type 1 30 re dietag: 11, subtag: 0, version 4, unit_type 1 31 re dietag: 11, subtag: 0, version 4, unit_type 1 32 re dietag: 11, subtag: 0, version 4, unit_type 1 33 re dietag: 11, subtag: 0, version 4, unit_type 1 34 re dietag: 11, subtag: 0, version 4, unit_type 1 35 re dietag: 11, subtag: 0, version 4, unit_type 1 36 re dietag: 11, subtag: 0, version 4, unit_type 1 37 re dietag: 11, subtag: 0, version 4, unit_type 1 38 re dietag: 11, subtag: 0, version 4, unit_type 1 39 re dietag: 11, subtag: 0, version 4, unit_type 1 40 re dietag: 11, subtag: 0, version 4, unit_type 1 41 re dietag: 11, subtag: 0, version 4, unit_type 1 42 re dietag: 11, subtag: 0, version 4, unit_type 1 43 re dietag: 11, subtag: 0, version 4, unit_type 1 44 re dietag: 11, subtag: 0, version 4, unit_type 1 45 re dietag: 11, subtag: 0, version 4, unit_type 1 46 re dietag: 11, subtag: 0, version 4, unit_type 1 47 re dietag: 11, subtag: 0, version 4, unit_type 1 48 re dietag: 11, subtag: 0, version 4, unit_type 1 49 re dietag: 11, subtag: 0, version 4, unit_type 1 50 re dietag: 11, subtag: 0, version 4, unit_type 1 51 re dietag: 11, subtag: 0, version 4, unit_type 1 52 re dietag: 11, subtag: 0, version 4, unit_type 1 53 re dietag: 11, subtag: 0, version 4, unit_type 1 54 re dietag: 11, subtag: 0, version 4, unit_type 1 55 re dietag: 11, subtag: 0, version 4, unit_type 1 56 re dietag: 11, subtag: 0, version 4, unit_type 1 57 re dietag: 11, subtag: 0, version 4, unit_type 1 58 re dietag: 11, subtag: 0, version 4, unit_type 1 59 re dietag: 11, subtag: 0, version 4, unit_type 1 60 re dietag: 11, subtag: 0, version 4, unit_type 1 61 re dietag: 11, subtag: 0, version 4, unit_type 1 62 re dietag: 11, subtag: 0, version 4, unit_type 1 63 re dietag: 11, subtag: 0, version 4, unit_type 1 64 re dietag: 11, subtag: 0, version 4, unit_type 1 65 re dietag: 11, subtag: 0, version 4, unit_type 1 66 re dietag: 11, subtag: 0, version 4, unit_type 1 67 re dietag: 11, subtag: 0, version 4, unit_type 1 68 re dietag: 11, subtag: 0, version 4, unit_type 1 69 re dietag: 11, subtag: 0, version 4, unit_type 1 70 re dietag: 11, subtag: 0, version 4, unit_type 1 71 re dietag: 11, subtag: 0, version 4, unit_type 1 72 re dietag: 11, subtag: 0, version 4, unit_type 1 73 re dietag: 11, subtag: 0, version 4, unit_type 1 74 re dietag: 11, subtag: 0, version 4, unit_type 1 75 re dietag: 11, subtag: 0, version 4, unit_type 1 76 re dietag: 11, subtag: 0, version 4, unit_type 1 77 re dietag: 11, subtag: 0, version 4, unit_type 1 78 re dietag: 11, subtag: 0, version 4, unit_type 1 79 re dietag: 11, subtag: 0, version 4, unit_type 1 80 re dietag: 11, subtag: 0, version 4, unit_type 1 81 re dietag: 11, subtag: 0, version 4, unit_type 1 82 re dietag: 11, subtag: 0, version 4, unit_type 1 83 re dietag: 11, subtag: 0, version 4, unit_type 1 84 re dietag: 11, subtag: 0, version 4, unit_type 1 85 re dietag: 11, subtag: 0, version 4, unit_type 1 86 re dietag: 11, subtag: 0, version 4, unit_type 1 87 re dietag: 11, subtag: 0, version 4, unit_type 1 88 re dietag: 11, subtag: 0, version 4, unit_type 1 89 re dietag: 11, subtag: 0, version 4, unit_type 1 90 re dietag: 11, subtag: 0, version 4, unit_type 1 91 re dietag: 11, subtag: 0, version 4, unit_type 1 92 re dietag: 11, subtag: 0, version 4, unit_type 1 93 re dietag: 11, subtag: 0, version 4, unit_type 1 94 re dietag: 11, subtag: 0, version 4, unit_type 1 95 re dietag: 11, subtag: 0, version 4, unit_type 1 96 re dietag: 11, subtag: 0, version 4, unit_type 1 97 re dietag: 11, subtag: 0, version 4, unit_type 1 98 re dietag: 11, subtag: 0, version 4, unit_type 1 99 re dietag: 11, subtag: 0, version 4, unit_type 1 100 re dietag: 11, subtag: 0, version 4, unit_type 1 101 re dietag: 11, subtag: 0, version 4, unit_type 1 102 re dietag: 11, subtag: 0, version 4, unit_type 1 103 re dietag: 11, subtag: 0, version 4, unit_type 1 104 re dietag: 11, subtag: 0, version 4, unit_type 1 105 re dietag: 11, subtag: 0, version 4, unit_type 1 106 re dietag: 11, subtag: 0, version 4, unit_type 1 107 re dietag: 11, subtag: 0, version 4, unit_type 1 108 re dietag: 11, subtag: 0, version 4, unit_type 1 109 re dietag: 11, subtag: 0, version 4, unit_type 1 110 re dietag: 11, subtag: 0, version 4, unit_type 1 111 re dietag: 11, subtag: 0, version 4, unit_type 1 112 re dietag: 11, subtag: 0, version 4, unit_type 1 113 re dietag: 11, subtag: 0, version 4, unit_type 1 114 re dietag: 11, subtag: 0, version 4, unit_type 1 115 re dietag: 11, subtag: 0, version 4, unit_type 1 116 re dietag: 11, subtag: 0, version 4, unit_type 1 117 re dietag: 11, subtag: 0, version 4, unit_type 1 118 re dietag: 11, subtag: 0, version 4, unit_type 1 119 re dietag: 11, subtag: 0, version 4, unit_type 1 120 re dietag: 11, subtag: 0, version 4, unit_type 1 121 re dietag: 11, subtag: 0, version 4, unit_type 1 122 re dietag: 11, subtag: 0, version 4, unit_type 1 123 re dietag: 11, subtag: 0, version 4, unit_type 1 124 re dietag: 11, subtag: 0, version 4, unit_type 1 125 re dietag: 11, subtag: 0, version 4, unit_type 1 126 re dietag: 11, subtag: 0, version 4, unit_type 1 127 re dietag: 11, subtag: 0, version 4, unit_type 1 128 re dietag: 11, subtag: 0, version 4, unit_type 1 129 re dietag: 11, subtag: 0, version 4, unit_type 1 130 re dietag: 11, subtag: 0, version 4, unit_type 1 131 re dietag: 11, subtag: 0, version 4, unit_type 1 132 re dietag: 11, subtag: 0, version 4, unit_type 1 133 re dietag: 11, subtag: 0, version 4, unit_type 1 134 re dietag: 11, subtag: 0, version 4, unit_type 1 135 re dietag: 11, subtag: 0, version 4, unit_type 1 136 re dietag: 11, subtag: 0, version 4, unit_type 1 137 re dietag: 11, subtag: 0, version 4, unit_type 1 138 re dietag: 11, subtag: 0, version 4, unit_type 1 139 re dietag: 11, subtag: 0, version 4, unit_type 1 140 re dietag: 11, subtag: 0, version 4, unit_type 1 141 re dietag: 11, subtag: 0, version 4, unit_type 1 142 re dietag: 11, subtag: 0, version 4, unit_type 1 143 re dietag: 11, subtag: 0, version 4, unit_type 1 144 re dietag: 11, subtag: 0, version 4, unit_type 1 145 re dietag: 11, subtag: 0, version 4, unit_type 1 146 re dietag: 11, subtag: 0, version 4, unit_type 1 147 re dietag: 11, subtag: 0, version 4, unit_type 1 148 re dietag: 11, subtag: 0, version 4, unit_type 1 149 re dietag: 11, subtag: 0, version 4, unit_type 1 150 re dietag: 11, subtag: 0, version 4, unit_type 1 151 re dietag: 11, subtag: 0, version 4, unit_type 1 152 re dietag: 11, subtag: 0, version 4, unit_type 1 153 re dietag: 11, subtag: 0, version 4, unit_type 1 154 re dietag: 11, subtag: 0, version 4, unit_type 1 155 re dietag: 11, subtag: 0, version 4, unit_type 1 156 re dietag: 11, subtag: 0, version 4, unit_type 1 157 re dietag: 11, subtag: 0, version 4, unit_type 1 158 re dietag: 11, subtag: 0, version 4, unit_type 1 159 re dietag: 11, subtag: 0, version 4, unit_type 1 160 re dietag: 11, subtag: 0, version 4, unit_type 1 161 re dietag: 11, subtag: 0, version 4, unit_type 1 162 re dietag: 11, subtag: 0, version 4, unit_type 1 163 re dietag: 11, subtag: 0, version 4, unit_type 1 164 re dietag: 11, subtag: 0, version 4, unit_type 1 165 re dietag: 11, subtag: 0, version 4, unit_type 1 166 re dietag: 11, subtag: 0, version 4, unit_type 1 167 re dietag: 11, subtag: 0, version 4, unit_type 1 168 re dietag: 11, subtag: 0, version 4, unit_type 1 169 re dietag: 11, subtag: 0, version 4, unit_type 1 170 re dietag: 11, subtag: 0, version 4, unit_type 1 171 re dietag: 11, subtag: 0, version 4, unit_type 1 172 re dietag: 11, subtag: 0, version 4, unit_type 1 173 re dietag: 11, subtag: 0, version 4, unit_type 1 174 re dietag: 11, subtag: 0, version 4, unit_type 1 175 re dietag: 11, subtag: 0, version 4, unit_type 1 176 re dietag: 11, subtag: 0, version 4, unit_type 1 177 re dietag: 11, subtag: 0, version 4, unit_type 1 178 re dietag: 11, subtag: 0, version 4, unit_type 1 179 re dietag: 11, subtag: 0, version 4, unit_type 1 180 re dietag: 11, subtag: 0, version 4, unit_type 1 181 re dietag: 11, subtag: 0, version 4, unit_type 1 182 re dietag: 11, subtag: 0, version 4, unit_type 1 183 re dietag: 11, subtag: 0, version 4, unit_type 1 184 re dietag: 11, subtag: 0, version 4, unit_type 1 185 re dietag: 11, subtag: 0, version 4, unit_type 1 186 re dietag: 11, subtag: 0, version 4, unit_type 1 187 re dietag: 11, subtag: 0, version 4, unit_type 1 188 re dietag: 11, subtag: 0, version 4, unit_type 1 189 re dietag: 11, subtag: 0, version 4, unit_type 1 190 re dietag: 11, subtag: 0, version 4, unit_type 1 191 re dietag: 11, subtag: 0, version 4, unit_type 1 192 re dietag: 11, subtag: 0, version 4, unit_type 1 193 re dietag: 11, subtag: 0, version 4, unit_type 1 194 re dietag: 11, subtag: 0, version 4, unit_type 1 195 re dietag: 11, subtag: 0, version 4, unit_type 1 196 re dietag: 11, subtag: 0, version 4, unit_type 1 197 re dietag: 11, subtag: 0, version 4, unit_type 1 198 re dietag: 11, subtag: 0, version 4, unit_type 1 199 re dietag: 11, subtag: 0, version 4, unit_type 1 200 re dietag: 11, subtag: 0, version 4, unit_type 1 201 re dietag: 11, subtag: 0, version 4, unit_type 1 202 re dietag: 11, subtag: 0, version 4, unit_type 1 203 re dietag: 11, subtag: 0, version 4, unit_type 1 204 re dietag: 11, subtag: 0, version 4, unit_type 1 205 re dietag: 11, subtag: 0, version 4, unit_type 1 206 re dietag: 11, subtag: 0, version 4, unit_type 1 207 re dietag: 11, subtag: 0, version 4, unit_type 1 208 re dietag: 11, subtag: 0, version 4, unit_type 1 209 re dietag: 11, subtag: 0, version 4, unit_type 1 210 re dietag: 11, subtag: 0, version 4, unit_type 1 211 re dietag: 11, subtag: 0, version 4, unit_type 1 212 re dietag: 11, subtag: 0, version 4, unit_type 1 213 re dietag: 11, subtag: 0, version 4, unit_type 1 214 re dietag: 11, subtag: 0, version 4, unit_type 1 215 re dietag: 11, subtag: 0, version 4, unit_type 1 216 re dietag: 11, subtag: 0, version 4, unit_type 1 217 re dietag: 11, subtag: 0, version 4, unit_type 1 218 re dietag: 11, subtag: 0, version 4, unit_type 1 219 re dietag: 11, subtag: 0, version 4, unit_type 1 220 re dietag: 11, subtag: 0, version 4, unit_type 1 221 re dietag: 11, subtag: 0, version 4, unit_type 1 222 re dietag: 11, subtag: 0, version 4, unit_type 1 223 re dietag: 11, subtag: 0, version 4, unit_type 1 224 re dietag: 11, subtag: 0, version 4, unit_type 1 225 re dietag: 11, subtag: 0, version 4, unit_type 1 226 re dietag: 11, subtag: 0, version 4, unit_type 1 227 re dietag: 11, subtag: 0, version 4, unit_type 1 228 re dietag: 11, subtag: 0, version 4, unit_type 1 229 re dietag: 11, subtag: 0, version 4, unit_type 1 230 re dietag: 11, subtag: 0, version 4, unit_type 1 231 re dietag: 11, subtag: 0, version 4, unit_type 1 232 re dietag: 11, subtag: 0, version 4, unit_type 1 233 re dietag: 11, subtag: 0, version 4, unit_type 1 234 re dietag: 11, subtag: 0, version 4, unit_type 1 235 re dietag: 11, subtag: 0, version 4, unit_type 1 236 re dietag: 11, subtag: 0, version 4, unit_type 1 237 re dietag: 11, subtag: 0, version 4, unit_type 1 238 re dietag: 11, subtag: 0, version 4, unit_type 1 239 re dietag: 11, subtag: 0, version 4, unit_type 1 240 re dietag: 11, subtag: 0, version 4, unit_type 1 241 re dietag: 11, subtag: 0, version 4, unit_type 1 242 re dietag: 11, subtag: 0, version 4, unit_type 1 243 re dietag: 11, subtag: 0, version 4, unit_type 1 244 re dietag: 11, subtag: 0, version 4, unit_type 1 245 re dietag: 11, subtag: 0, version 4, unit_type 1 246 re dietag: 11, subtag: 0, version 4, unit_type 1 247 re dietag: 11, subtag: 0, version 2, unit_type 1 file: /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so Iterate getting all info, compare with dwarf_cu_info. 0 cu dietag: 11, subtag: 0, version 2, unit_type 1 1 cu dietag: 11, subtag: 0, version 4, unit_type 1 2 cu dietag: 11, subtag: 0, version 4, unit_type 1 3 cu dietag: 11, subtag: 0, version 4, unit_type 1 4 cu dietag: 11, subtag: 0, version 4, unit_type 1 5 cu dietag: 11, subtag: 0, version 4, unit_type 1 6 cu dietag: 11, subtag: 0, version 4, unit_type 1 7 cu dietag: 11, subtag: 0, version 4, unit_type 1 8 cu dietag: 11, subtag: 0, version 4, unit_type 1 9 cu dietag: 11, subtag: 0, version 4, unit_type 1 10 cu dietag: 11, subtag: 0, version 4, unit_type 1 11 cu dietag: 11, subtag: 0, version 4, unit_type 1 12 cu dietag: 11, subtag: 0, version 2, unit_type 1 rechecking: /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so Iterate no info, compare recorded info with dwarf_cu_info. 0 re dietag: 11, subtag: 0, version 2, unit_type 1 1 re dietag: 11, subtag: 0, version 4, unit_type 1 2 re dietag: 11, subtag: 0, version 4, unit_type 1 3 re dietag: 11, subtag: 0, version 4, unit_type 1 4 re dietag: 11, subtag: 0, version 4, unit_type 1 5 re dietag: 11, subtag: 0, version 4, unit_type 1 6 re dietag: 11, subtag: 0, version 4, unit_type 1 7 re dietag: 11, subtag: 0, version 4, unit_type 1 8 re dietag: 11, subtag: 0, version 4, unit_type 1 9 re dietag: 11, subtag: 0, version 4, unit_type 1 10 re dietag: 11, subtag: 0, version 4, unit_type 1 11 re dietag: 11, subtag: 0, version 4, unit_type 1 12 re dietag: 11, subtag: 0, version 2, unit_type 1 file: /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so Iterate getting all info, compare with dwarf_cu_info. 0 cu dietag: 11, subtag: 0, version 2, unit_type 1 1 cu dietag: 11, subtag: 0, version 4, unit_type 1 2 cu dietag: 11, subtag: 0, version 4, unit_type 1 3 cu dietag: 11, subtag: 0, version 4, unit_type 1 4 cu dietag: 11, subtag: 0, version 4, unit_type 1 5 cu dietag: 11, subtag: 0, version 4, unit_type 1 6 cu dietag: 11, subtag: 0, version 4, unit_type 1 7 cu dietag: 11, subtag: 0, version 4, unit_type 1 8 cu dietag: 11, subtag: 0, version 4, unit_type 1 9 cu dietag: 11, subtag: 0, version 4, unit_type 1 10 cu dietag: 11, subtag: 0, version 4, unit_type 1 11 cu dietag: 11, subtag: 0, version 4, unit_type 1 12 cu dietag: 11, subtag: 0, version 4, unit_type 1 13 cu dietag: 11, subtag: 0, version 2, unit_type 1 rechecking: /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so Iterate no info, compare recorded info with dwarf_cu_info. 0 re dietag: 11, subtag: 0, version 2, unit_type 1 1 re dietag: 11, subtag: 0, version 4, unit_type 1 2 re dietag: 11, subtag: 0, version 4, unit_type 1 3 re dietag: 11, subtag: 0, version 4, unit_type 1 4 re dietag: 11, subtag: 0, version 4, unit_type 1 5 re dietag: 11, subtag: 0, version 4, unit_type 1 6 re dietag: 11, subtag: 0, version 4, unit_type 1 7 re dietag: 11, subtag: 0, version 4, unit_type 1 8 re dietag: 11, subtag: 0, version 4, unit_type 1 9 re dietag: 11, subtag: 0, version 4, unit_type 1 10 re dietag: 11, subtag: 0, version 4, unit_type 1 11 re dietag: 11, subtag: 0, version 4, unit_type 1 12 re dietag: 11, subtag: 0, version 4, unit_type 1 13 re dietag: 11, subtag: 0, version 2, unit_type 1 PASS: run-unit-info.sh PASS: run-reloc-bpf.sh PASS: run-next-cfi.sh /usr/lib/elfutils/ptest/tests/..//src/addr2line .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [48] CIE augmentation="zR" [72] FDE cie=[48] [112] FDE cie=[48] [136] FDE cie=[48] [156] FDE cie=[48] [176] FDE cie=[48] [284] FDE cie=[48] [360] FDE cie=[48] [416] FDE cie=[48] [460] FDE cie=[48] [496] FDE cie=[48] [608] FDE cie=[48] [664] FDE cie=[48] [696] FDE cie=[48] [768] FDE cie=[48] /usr/lib/elfutils/ptest/tests/..//src/elfcmp .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [48] CIE augmentation="zR" [72] FDE cie=[48] [112] FDE cie=[48] [136] FDE cie=[48] [156] FDE cie=[48] [176] FDE cie=[48] [196] FDE cie=[48] [256] FDE cie=[48] [336] FDE cie=[48] [376] FDE cie=[48] [424] FDE cie=[48] [444] FDE cie=[48] [464] FDE cie=[48] [484] FDE cie=[48] [504] FDE cie=[48] [524] FDE cie=[48] [544] FDE cie=[48] [564] FDE cie=[48] [584] FDE cie=[48] [604] FDE cie=[48] [624] FDE cie=[48] [644] FDE cie=[48] [664] FDE cie=[48] [684] FDE cie=[48] [704] FDE cie=[48] [724] FDE cie=[48] [744] FDE cie=[48] [764] FDE cie=[48] [784] FDE cie=[48] [804] FDE cie=[48] [824] FDE cie=[48] [844] FDE cie=[48] [864] FDE cie=[48] [884] FDE cie=[48] [904] FDE cie=[48] [924] FDE cie=[48] [944] FDE cie=[48] [964] FDE cie=[48] [1060] FDE cie=[48] [1084] FDE cie=[48] [1164] FDE cie=[48] [1184] FDE cie=[48] [1204] FDE cie=[48] [1224] FDE cie=[48] [1244] FDE cie=[48] [1264] FDE cie=[48] [1284] FDE cie=[48] [1304] FDE cie=[48] [1340] FDE cie=[48] [1360] FDE cie=[48] [1384] FDE cie=[48] [1416] FDE cie=[48] [1440] FDE cie=[48] [1496] FDE cie=[48] [1520] FDE cie=[48] [1552] FDE cie=[48] [1624] FDE cie=[48] /usr/lib/elfutils/ptest/tests/..//src/objdump .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [48] CIE augmentation="zR" [72] FDE cie=[48] [112] FDE cie=[48] [136] FDE cie=[48] [180] FDE cie=[48] [244] FDE cie=[48] [324] FDE cie=[48] [380] FDE cie=[48] [512] FDE cie=[48] [564] FDE cie=[48] [612] FDE cie=[48] [720] FDE cie=[48] [784] FDE cie=[48] [804] FDE cie=[48] [824] FDE cie=[48] [844] FDE cie=[48] [864] FDE cie=[48] [884] FDE cie=[48] [904] FDE cie=[48] [924] FDE cie=[48] [944] FDE cie=[48] [964] FDE cie=[48] [984] FDE cie=[48] [1004] FDE cie=[48] [1024] FDE cie=[48] [1044] FDE cie=[48] [1064] FDE cie=[48] [1084] FDE cie=[48] [1104] FDE cie=[48] [1124] FDE cie=[48] [1144] FDE cie=[48] [1164] FDE cie=[48] [1184] FDE cie=[48] [1204] FDE cie=[48] [1224] FDE cie=[48] [1244] FDE cie=[48] [1264] FDE cie=[48] [1284] FDE cie=[48] [1304] FDE cie=[48] [1324] FDE cie=[48] [1420] FDE cie=[48] [1444] FDE cie=[48] [1524] FDE cie=[48] [1544] FDE cie=[48] [1564] FDE cie=[48] [1584] FDE cie=[48] [1604] FDE cie=[48] [1624] FDE cie=[48] [1644] FDE cie=[48] [1664] FDE cie=[48] [1700] FDE cie=[48] [1720] FDE cie=[48] [1744] FDE cie=[48] [1776] FDE cie=[48] [1808] FDE cie=[48] [1832] FDE cie=[48] [1860] FDE cie=[48] [1888] FDE cie=[48] [1920] FDE cie=[48] [2000] FDE cie=[48] [2032] FDE cie=[48] [2104] FDE cie=[48] /usr/lib/elfutils/ptest/tests/..//src/readelf .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [48] CIE augmentation="zR" [72] FDE cie=[48] [112] FDE cie=[48] [136] FDE cie=[48] [156] FDE cie=[48] [176] FDE cie=[48] [196] FDE cie=[48] [216] FDE cie=[48] [268] FDE cie=[48] [312] FDE cie=[48] [348] FDE cie=[48] [400] FDE cie=[48] [456] FDE cie=[48] [476] FDE cie=[48] [556] FDE cie=[48] [652] FDE cie=[48] [776] FDE cie=[48] [856] FDE cie=[48] [948] FDE cie=[48] [984] FDE cie=[48] [1028] FDE cie=[48] [1080] FDE cie=[48] [1148] FDE cie=[48] [1176] FDE cie=[48] [1268] FDE cie=[48] [1316] FDE cie=[48] [1368] FDE cie=[48] [1416] FDE cie=[48] [1516] FDE cie=[48] [1536] FDE cie=[48] [1556] FDE cie=[48] [1624] FDE cie=[48] [1680] FDE cie=[48] [1708] FDE cie=[48] [1728] FDE cie=[48] [1748] FDE cie=[48] [1768] FDE cie=[48] [1788] FDE cie=[48] [1808] FDE cie=[48] [1888] FDE cie=[48] [1944] FDE cie=[48] [1988] FDE cie=[48] [2124] FDE cie=[48] [2184] FDE cie=[48] [2264] FDE cie=[48] [2404] FDE cie=[48] [2480] FDE cie=[48] [2604] FDE cie=[48] [2760] FDE cie=[48] [2808] FDE cie=[48] [2972] FDE cie=[48] [3112] FDE cie=[48] [3156] FDE cie=[48] [3228] FDE cie=[48] [3300] FDE cie=[48] [3432] FDE cie=[48] [3676] FDE cie=[48] [3696] FDE cie=[48] [3716] FDE cie=[48] [3796] FDE cie=[48] [3844] CIE augmentation="zR" [3884] FDE cie=[3844] [3904] FDE cie=[48] [3952] FDE cie=[3844] [3972] FDE cie=[48] [4052] CIE augmentation="zR" [4092] FDE cie=[4052] [4112] FDE cie=[48] [4140] FDE cie=[48] [4212] FDE cie=[48] [4328] FDE cie=[48] [4368] FDE cie=[48] [4444] FDE cie=[48] [4588] FDE cie=[48] [4952] FDE cie=[48] [5008] FDE cie=[48] [5056] FDE cie=[48] [5224] FDE cie=[48] [5320] FDE cie=[48] [5396] FDE cie=[48] [5496] FDE cie=[48] [5544] FDE cie=[48] [5612] FDE cie=[48] [5700] FDE cie=[48] [6120] FDE cie=[48] [6644] FDE cie=[48] [6796] FDE cie=[48] [6908] FDE cie=[48] [7032] FDE cie=[48] [7208] FDE cie=[48] [7352] FDE cie=[48] [7588] FDE cie=[48] [7636] FDE cie=[48] [7732] FDE cie=[48] [7832] FDE cie=[48] [7852] FDE cie=[48] [7872] FDE cie=[48] [7892] FDE cie=[48] [7912] FDE cie=[48] [7932] FDE cie=[48] [7952] FDE cie=[48] [7972] FDE cie=[48] [7992] FDE cie=[48] [8012] FDE cie=[48] [8032] FDE cie=[48] [8052] FDE cie=[48] [8072] FDE cie=[48] [8092] FDE cie=[48] [8112] FDE cie=[48] [8132] FDE cie=[48] [8152] FDE cie=[48] [8172] FDE cie=[48] [8192] FDE cie=[48] [8212] FDE cie=[48] [8232] FDE cie=[48] [8252] FDE cie=[48] [8272] FDE cie=[48] [8292] FDE cie=[48] [8312] FDE cie=[48] [8332] FDE cie=[48] [8352] FDE cie=[48] [8372] FDE cie=[48] [8468] FDE cie=[48] [8492] FDE cie=[48] [8572] FDE cie=[48] [8592] FDE cie=[48] [8612] FDE cie=[48] [8632] FDE cie=[48] [8652] FDE cie=[48] [8672] FDE cie=[48] [8692] FDE cie=[48] [8712] FDE cie=[48] [8748] FDE cie=[48] [8768] FDE cie=[48] [8792] FDE cie=[48] [8824] FDE cie=[48] [8856] FDE cie=[48] [8928] FDE cie=[48] [8992] FDE cie=[48] [9096] FDE cie=[48] [9192] FDE cie=[48] [9248] FDE cie=[48] [9336] FDE cie=[48] [9432] FDE cie=[48] [9512] FDE cie=[48] [9536] FDE cie=[48] [9696] FDE cie=[48] [9776] FDE cie=[48] [9864] FDE cie=[48] [9944] FDE cie=[48] [9968] FDE cie=[48] [9992] FDE cie=[48] [10040] FDE cie=[48] [10088] FDE cie=[48] [10116] FDE cie=[48] [10144] FDE cie=[48] [10176] FDE cie=[48] [10208] FDE cie=[48] [10232] FDE cie=[48] [10304] FDE cie=[48] /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [64] FDE cie=[0] [88] FDE cie=[0] [112] FDE cie=[0] [136] FDE cie=[0] [160] FDE cie=[0] [188] FDE cie=[0] [232] FDE cie=[0] [256] FDE cie=[0] [336] FDE cie=[0] [476] FDE cie=[0] [572] FDE cie=[0] [652] FDE cie=[0] [732] FDE cie=[0] [840] FDE cie=[0] [920] FDE cie=[0] [968] FDE cie=[0] [1048] FDE cie=[0] [1072] FDE cie=[0] [1096] FDE cie=[0] [1120] FDE cie=[0] [1144] FDE cie=[0] [1176] FDE cie=[0] [1208] FDE cie=[0] [1248] FDE cie=[0] [1304] FDE cie=[0] [1360] FDE cie=[0] [1416] FDE cie=[0] [1472] FDE cie=[0] [1492] FDE cie=[0] [1512] FDE cie=[0] [1532] FDE cie=[0] [1552] FDE cie=[0] [1572] FDE cie=[0] [1592] FDE cie=[0] [1612] FDE cie=[0] [1632] FDE cie=[0] [1652] FDE cie=[0] [1672] FDE cie=[0] [1692] FDE cie=[0] [1712] FDE cie=[0] [1732] FDE cie=[0] [1752] FDE cie=[0] [1772] FDE cie=[0] [1792] FDE cie=[0] [1812] FDE cie=[0] [1832] FDE cie=[0] [1852] FDE cie=[0] [1872] FDE cie=[0] [1892] FDE cie=[0] [1912] FDE cie=[0] [1932] FDE cie=[0] [1952] FDE cie=[0] [1972] FDE cie=[0] [1992] FDE cie=[0] [2012] FDE cie=[0] [2032] FDE cie=[0] [2052] FDE cie=[0] [2072] FDE cie=[0] [2092] FDE cie=[0] [2112] FDE cie=[0] [2132] FDE cie=[0] [2152] FDE cie=[0] [2172] FDE cie=[0] [2192] FDE cie=[0] [2212] FDE cie=[0] [2232] FDE cie=[0] [2328] FDE cie=[0] [2348] FDE cie=[0] [2368] FDE cie=[0] [2424] FDE cie=[0] [2480] FDE cie=[0] [2528] FDE cie=[0] [2592] FDE cie=[0] [2624] FDE cie=[0] [2656] FDE cie=[0] [2688] FDE cie=[0] [2720] FDE cie=[0] [2760] FDE cie=[0] [2784] FDE cie=[0] [2824] FDE cie=[0] [2864] FDE cie=[0] [2888] FDE cie=[0] [2928] FDE cie=[0] [3004] FDE cie=[0] [3032] FDE cie=[0] [3108] FDE cie=[0] [3136] FDE cie=[0] [3192] FDE cie=[0] [3288] FDE cie=[0] [3384] FDE cie=[0] [3408] FDE cie=[0] [3472] FDE cie=[0] [3504] FDE cie=[0] [3584] FDE cie=[0] [3624] FDE cie=[0] [3668] FDE cie=[0] [3696] FDE cie=[0] [3724] FDE cie=[0] [3800] FDE cie=[0] [3840] FDE cie=[0] [3912] FDE cie=[0] [3936] FDE cie=[0] [3960] FDE cie=[0] [4024] FDE cie=[0] [4052] FDE cie=[0] [4128] FDE cie=[0] [4168] FDE cie=[0] [4208] FDE cie=[0] [4240] FDE cie=[0] [4268] FDE cie=[0] [4344] FDE cie=[0] [4384] FDE cie=[0] [4424] FDE cie=[0] [4456] FDE cie=[0] [4496] FDE cie=[0] [4576] FDE cie=[0] [4612] FDE cie=[0] [4728] FDE cie=[0] [4768] FDE cie=[0] [4796] FDE cie=[0] [4876] FDE cie=[0] [4896] FDE cie=[0] [4972] FDE cie=[0] [5016] FDE cie=[0] [5040] FDE cie=[0] [5096] FDE cie=[0] [5176] FDE cie=[0] [5208] FDE cie=[0] [5240] FDE cie=[0] [5272] FDE cie=[0] [5304] FDE cie=[0] [5336] FDE cie=[0] [5368] FDE cie=[0] [5392] FDE cie=[0] [5464] FDE cie=[0] [5544] FDE cie=[0] [5624] FDE cie=[0] [5644] FDE cie=[0] [5664] FDE cie=[0] [5764] FDE cie=[0] [5844] FDE cie=[0] [5928] FDE cie=[0] [5948] FDE cie=[0] [5968] FDE cie=[0] [6068] FDE cie=[0] [6148] FDE cie=[0] [6232] FDE cie=[0] [6272] FDE cie=[0] [6312] FDE cie=[0] [6344] FDE cie=[0] [6384] FDE cie=[0] [6424] FDE cie=[0] [6464] FDE cie=[0] [6504] FDE cie=[0] [6544] FDE cie=[0] [6584] FDE cie=[0] [6656] FDE cie=[0] [6736] FDE cie=[0] [6776] FDE cie=[0] [6816] FDE cie=[0] [6840] FDE cie=[0] [6864] FDE cie=[0] [6896] FDE cie=[0] [6928] FDE cie=[0] [6968] FDE cie=[0] [7008] FDE cie=[0] [7048] FDE cie=[0] [7072] FDE cie=[0] [7096] FDE cie=[0] [7192] FDE cie=[0] [7272] FDE cie=[0] [7312] FDE cie=[0] [7368] FDE cie=[0] [7400] FDE cie=[0] [7432] FDE cie=[0] [7464] FDE cie=[0] [7504] FDE cie=[0] [7536] FDE cie=[0] [7560] FDE cie=[0] [7604] FDE cie=[0] [7632] FDE cie=[0] [7656] FDE cie=[0] [7680] FDE cie=[0] [7760] FDE cie=[0] [7784] FDE cie=[0] [7864] FDE cie=[0] [7944] FDE cie=[0] [7968] FDE cie=[0] [7992] FDE cie=[0] [8088] FDE cie=[0] [8128] FDE cie=[0] [8160] FDE cie=[0] [8216] FDE cie=[0] [8272] FDE cie=[0] [8296] FDE cie=[0] [8320] FDE cie=[0] [8344] FDE cie=[0] [8376] FDE cie=[0] [8432] FDE cie=[0] [8488] FDE cie=[0] [8528] FDE cie=[0] [8608] FDE cie=[0] [8668] FDE cie=[0] [8720] FDE cie=[0] [8760] FDE cie=[0] [8856] FDE cie=[0] /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [64] FDE cie=[0] [88] FDE cie=[0] [144] FDE cie=[0] [224] FDE cie=[0] [260] FDE cie=[0] [320] FDE cie=[0] [400] FDE cie=[0] [420] FDE cie=[0] [472] FDE cie=[0] [512] FDE cie=[0] [536] FDE cie=[0] [616] FDE cie=[0] [744] FDE cie=[0] [768] FDE cie=[0] [820] FDE cie=[0] [856] FDE cie=[0] [880] FDE cie=[0] [908] FDE cie=[0] [952] FDE cie=[0] [1180] FDE cie=[0] [1224] FDE cie=[0] [1272] FDE cie=[0] [1304] FDE cie=[0] [1340] FDE cie=[0] [1360] FDE cie=[0] [1384] FDE cie=[0] [1448] FDE cie=[0] [1520] FDE cie=[0] [1540] FDE cie=[0] [1620] FDE cie=[0] [1648] FDE cie=[0] [1672] FDE cie=[0] [1700] FDE cie=[0] [1720] FDE cie=[0] [1744] FDE cie=[0] [1764] FDE cie=[0] [1844] FDE cie=[0] [1872] FDE cie=[0] [1896] FDE cie=[0] [1924] FDE cie=[0] [1944] FDE cie=[0] [2024] FDE cie=[0] [2096] FDE cie=[0] [2172] FDE cie=[0] [2248] FDE cie=[0] [2288] FDE cie=[0] [2356] FDE cie=[0] [2392] FDE cie=[0] [2420] FDE cie=[0] [2504] FDE cie=[0] [2568] FDE cie=[0] [2608] FDE cie=[0] [2664] FDE cie=[0] [2736] FDE cie=[0] [2792] FDE cie=[0] [2868] FDE cie=[0] [2968] FDE cie=[0] [3028] FDE cie=[0] [3048] FDE cie=[0] [3128] FDE cie=[0] [3208] FDE cie=[0] [3232] FDE cie=[0] [3256] FDE cie=[0] [3296] FDE cie=[0] [3368] FDE cie=[0] [3392] FDE cie=[0] [3416] FDE cie=[0] [3440] FDE cie=[0] [3472] FDE cie=[0] [3504] FDE cie=[0] [3536] FDE cie=[0] [3568] FDE cie=[0] [3600] FDE cie=[0] [3624] FDE cie=[0] [3648] FDE cie=[0] [3672] FDE cie=[0] [3696] FDE cie=[0] [3812] FDE cie=[0] [3832] FDE cie=[0] [3852] FDE cie=[0] [3872] FDE cie=[0] [3892] FDE cie=[0] [3912] FDE cie=[0] [3992] FDE cie=[0] [4088] FDE cie=[0] [4116] FDE cie=[0] [4184] FDE cie=[0] [4224] FDE cie=[0] [4268] FDE cie=[0] [4328] FDE cie=[0] [4372] FDE cie=[0] [4424] FDE cie=[0] [4484] FDE cie=[0] [4520] FDE cie=[0] [4600] FDE cie=[0] [4624] FDE cie=[0] [4648] FDE cie=[0] [4672] FDE cie=[0] [4696] FDE cie=[0] [4720] FDE cie=[0] [4744] FDE cie=[0] [4768] FDE cie=[0] [4792] FDE cie=[0] [4816] FDE cie=[0] [4840] FDE cie=[0] [4864] FDE cie=[0] [4888] FDE cie=[0] [4912] FDE cie=[0] [4936] FDE cie=[0] [4992] FDE cie=[0] [5056] FDE cie=[0] [5080] FDE cie=[0] [5104] FDE cie=[0] [5124] FDE cie=[0] [5148] FDE cie=[0] [5208] FDE cie=[0] [5276] FDE cie=[0] [5352] FDE cie=[0] [5388] FDE cie=[0] [5408] FDE cie=[0] [5452] FDE cie=[0] [5544] FDE cie=[0] [5604] FDE cie=[0] [5656] FDE cie=[0] [5756] FDE cie=[0] [5856] FDE cie=[0] [5912] FDE cie=[0] [5944] FDE cie=[0] [5964] FDE cie=[0] [6088] FDE cie=[0] [6112] FDE cie=[0] [6136] FDE cie=[0] [6160] FDE cie=[0] [6240] FDE cie=[0] [6264] FDE cie=[0] [6308] FDE cie=[0] [6388] FDE cie=[0] [6484] FDE cie=[0] [6504] FDE cie=[0] [6524] FDE cie=[0] [6556] FDE cie=[0] [6596] FDE cie=[0] [6696] FDE cie=[0] [6720] FDE cie=[0] [6744] FDE cie=[0] [6768] FDE cie=[0] [6816] FDE cie=[0] [6880] FDE cie=[0] [6928] FDE cie=[0] [6984] FDE cie=[0] [7096] FDE cie=[0] [7160] FDE cie=[0] [7200] FDE cie=[0] [7236] FDE cie=[0] [7256] FDE cie=[0] [7280] FDE cie=[0] [7324] FDE cie=[0] [7352] FDE cie=[0] [7384] FDE cie=[0] [7480] FDE cie=[0] [7500] FDE cie=[0] [7520] FDE cie=[0] [7628] FDE cie=[0] [7688] FDE cie=[0] [7716] FDE cie=[0] [7744] FDE cie=[0] [7808] FDE cie=[0] [7868] FDE cie=[0] [7888] FDE cie=[0] [7912] FDE cie=[0] [7988] FDE cie=[0] [8064] FDE cie=[0] [8144] FDE cie=[0] [8164] FDE cie=[0] [8320] FDE cie=[0] [8340] FDE cie=[0] [8360] FDE cie=[0] [8420] FDE cie=[0] [8480] FDE cie=[0] [8536] FDE cie=[0] [8556] FDE cie=[0] [8576] FDE cie=[0] [8624] FDE cie=[0] [8740] FDE cie=[0] [8792] FDE cie=[0] [8872] FDE cie=[0] [8916] FDE cie=[0] [8996] FDE cie=[0] [9128] FDE cie=[0] [9156] FDE cie=[0] [9184] FDE cie=[0] [9216] FDE cie=[0] [9240] FDE cie=[0] [9308] CIE augmentation="zR" [9332] FDE cie=[9308] [9352] FDE cie=[0] [9440] FDE cie=[0] [9496] FDE cie=[0] [9552] FDE cie=[0] [9600] FDE cie=[0] [9620] FDE cie=[0] [9668] FDE cie=[0] [9744] FDE cie=[0] [9856] FDE cie=[0] [9888] FDE cie=[0] [9916] FDE cie=[0] [9992] FDE cie=[0] [10040] FDE cie=[0] [10060] FDE cie=[0] [10104] FDE cie=[0] [10144] FDE cie=[0] [10212] FDE cie=[0] [10272] FDE cie=[0] [10372] FDE cie=[0] [10448] FDE cie=[0] [10488] FDE cie=[0] [10512] FDE cie=[0] [10576] FDE cie=[0] [10632] FDE cie=[0] [10656] FDE cie=[0] [10736] FDE cie=[0] [10840] FDE cie=[0] [10932] FDE cie=[0] [11000] FDE cie=[0] [11064] FDE cie=[0] [11176] FDE cie=[0] [11248] FDE cie=[0] [11320] FDE cie=[0] [11396] FDE cie=[0] [11472] FDE cie=[0] [11540] FDE cie=[0] [11568] FDE cie=[0] [11608] FDE cie=[0] [11684] FDE cie=[0] [11732] FDE cie=[0] [11764] FDE cie=[0] [11804] FDE cie=[0] [11844] FDE cie=[0] [11864] FDE cie=[0] [11932] FDE cie=[0] [11952] FDE cie=[0] [11976] FDE cie=[0] [12032] FDE cie=[0] [12080] FDE cie=[0] [12128] FDE cie=[0] [12148] FDE cie=[0] [12172] FDE cie=[0] [12216] FDE cie=[0] [12244] FDE cie=[0] [12296] FDE cie=[0] [12320] FDE cie=[0] [12340] FDE cie=[0] [12372] FDE cie=[0] [12420] FDE cie=[0] [12440] FDE cie=[0] [12460] FDE cie=[0] [12536] FDE cie=[0] [12600] FDE cie=[0] [12680] FDE cie=[0] [12768] FDE cie=[0] [12856] FDE cie=[0] [12880] FDE cie=[0] [12972] FDE cie=[0] [13048] CIE augmentation="zR" [13088] FDE cie=[13048] [13108] FDE cie=[0] [13232] FDE cie=[0] [13328] FDE cie=[0] [13424] FDE cie=[0] [13500] FDE cie=[0] [13564] FDE cie=[0] [13592] FDE cie=[0] [13680] FDE cie=[0] [13724] FDE cie=[0] [13804] FDE cie=[0] [13840] FDE cie=[0] [13884] FDE cie=[0] [13908] FDE cie=[0] [13960] FDE cie=[0] [13992] FDE cie=[0] [14056] FDE cie=[0] [14136] FDE cie=[0] [14232] FDE cie=[0] [14308] FDE cie=[0] [14376] FDE cie=[0] [14432] FDE cie=[0] [14536] FDE cie=[0] [14556] FDE cie=[0] [14576] FDE cie=[0] [14676] FDE cie=[0] [14768] FDE cie=[0] [14792] FDE cie=[0] [14912] FDE cie=[0] [14992] FDE cie=[0] [15024] FDE cie=[0] [15104] FDE cie=[0] [15160] FDE cie=[0] [15180] FDE cie=[0] [15260] FDE cie=[0] [15372] FDE cie=[0] [15448] FDE cie=[0] [15516] FDE cie=[0] [15584] CIE augmentation="zR" [15620] FDE cie=[15584] [15640] FDE cie=[0] [15752] FDE cie=[0] [15784] FDE cie=[0] [15832] FDE cie=[0] [15904] FDE cie=[0] [15940] FDE cie=[0] [15976] FDE cie=[0] [16040] FDE cie=[0] [16112] FDE cie=[0] [16188] FDE cie=[0] [16208] FDE cie=[0] [16268] FDE cie=[0] [16348] FDE cie=[0] [16440] FDE cie=[0] [16520] FDE cie=[0] [16576] FDE cie=[0] [16648] FDE cie=[0] [16704] FDE cie=[0] [16800] FDE cie=[0] [16820] FDE cie=[0] [16880] FDE cie=[0] [16912] FDE cie=[0] [16980] FDE cie=[0] [17060] FDE cie=[0] [17140] FDE cie=[0] [17216] FDE cie=[0] [17300] FDE cie=[0] [17376] FDE cie=[0] [17456] FDE cie=[0] [17512] FDE cie=[0] [17612] FDE cie=[0] [17692] FDE cie=[0] [17712] FDE cie=[0] [17772] FDE cie=[0] [17848] FDE cie=[0] [17880] FDE cie=[0] [17912] FDE cie=[0] [17980] FDE cie=[0] [18000] FDE cie=[0] [18020] FDE cie=[0] [18092] FDE cie=[0] [18168] FDE cie=[0] [18216] FDE cie=[0] [18264] FDE cie=[0] [18288] FDE cie=[0] [18336] FDE cie=[0] [18376] FDE cie=[0] [18424] FDE cie=[0] [18464] FDE cie=[0] [18496] FDE cie=[0] [18520] FDE cie=[0] [18544] FDE cie=[0] [18568] FDE cie=[0] [18600] FDE cie=[0] [18640] FDE cie=[0] [18688] FDE cie=[0] [18720] FDE cie=[0] [18800] FDE cie=[0] [18824] FDE cie=[0] [18904] FDE cie=[0] [18984] CIE augmentation="zR" [19024] FDE cie=[18984] [19048] FDE cie=[0] [19092] FDE cie=[0] [19128] FDE cie=[0] [19184] FDE cie=[0] [19264] FDE cie=[0] [19304] FDE cie=[0] [19344] FDE cie=[0] [19384] FDE cie=[0] [19504] FDE cie=[0] [19544] FDE cie=[0] [19576] FDE cie=[0] [19624] FDE cie=[0] [19752] FDE cie=[0] [19772] FDE cie=[0] [19828] FDE cie=[0] [19868] FDE cie=[0] [19936] FDE cie=[0] [19980] FDE cie=[0] [20084] FDE cie=[0] [20352] FDE cie=[0] [20468] FDE cie=[0] [20580] FDE cie=[0] [21016] FDE cie=[0] [21056] FDE cie=[0] [21136] FDE cie=[0] [21216] FDE cie=[0] [21292] FDE cie=[0] [21352] FDE cie=[0] [21468] FDE cie=[0] [21488] FDE cie=[0] [21564] FDE cie=[0] [21640] FDE cie=[0] [21660] FDE cie=[0] [21688] FDE cie=[0] [21768] FDE cie=[0] [21788] FDE cie=[0] [21824] FDE cie=[0] [21868] FDE cie=[0] [21992] FDE cie=[0] [22020] FDE cie=[0] [22040] FDE cie=[0] [22060] FDE cie=[0] [22080] FDE cie=[0] [22156] FDE cie=[0] [22236] CIE augmentation="zR" [22276] FDE cie=[22236] [22296] FDE cie=[0] [22316] FDE cie=[0] [22368] FDE cie=[0] [22388] FDE cie=[0] [22444] FDE cie=[0] [22488] FDE cie=[0] [22572] FDE cie=[0] [22632] FDE cie=[0] [22712] FDE cie=[0] [22800] FDE cie=[0] [22876] FDE cie=[0] [22956] FDE cie=[0] [23024] FDE cie=[0] [23072] FDE cie=[0] [23100] FDE cie=[0] [23132] FDE cie=[0] [23184] FDE cie=[0] [23216] FDE cie=[0] [23296] FDE cie=[0] [23360] FDE cie=[0] [23416] FDE cie=[0] [23436] FDE cie=[0] [23472] FDE cie=[0] [23552] FDE cie=[0] [23576] FDE cie=[0] [23604] FDE cie=[0] [23684] FDE cie=[0] [23784] CIE augmentation="zR" [23824] FDE cie=[23784] [23844] FDE cie=[0] [23944] FDE cie=[0] [24048] FDE cie=[0] [24136] FDE cie=[0] [24168] FDE cie=[0] [24248] FDE cie=[0] [24328] FDE cie=[0] [24348] FDE cie=[0] [24368] FDE cie=[0] [24388] FDE cie=[0] [24408] FDE cie=[0] [24428] FDE cie=[0] [24448] FDE cie=[0] [24468] FDE cie=[0] [24488] FDE cie=[0] [24508] FDE cie=[0] [24528] FDE cie=[0] [24548] FDE cie=[0] [24568] FDE cie=[0] [24588] FDE cie=[0] [24608] FDE cie=[0] [24628] FDE cie=[0] [24648] FDE cie=[0] [24668] FDE cie=[0] [24688] FDE cie=[0] [24708] FDE cie=[0] [24728] FDE cie=[0] [24748] FDE cie=[0] [24768] FDE cie=[0] [24788] FDE cie=[0] [24808] FDE cie=[0] [24828] FDE cie=[0] [24848] FDE cie=[0] [24868] FDE cie=[0] [24964] FDE cie=[0] [24988] FDE cie=[0] [25068] FDE cie=[0] [25088] FDE cie=[0] [25108] FDE cie=[0] [25128] FDE cie=[0] [25148] FDE cie=[0] [25168] FDE cie=[0] [25188] FDE cie=[0] [25208] FDE cie=[0] [25244] FDE cie=[0] [25264] FDE cie=[0] [25288] FDE cie=[0] [25320] FDE cie=[0] [25352] FDE cie=[0] [25424] FDE cie=[0] [25488] FDE cie=[0] [25592] FDE cie=[0] [25688] FDE cie=[0] [25744] FDE cie=[0] [25832] FDE cie=[0] [25928] FDE cie=[0] [25952] FDE cie=[0] [26032] FDE cie=[0] [26056] FDE cie=[0] [26080] FDE cie=[0] [26104] FDE cie=[0] [26128] FDE cie=[0] [26152] FDE cie=[0] [26184] FDE cie=[0] [26344] FDE cie=[0] [26424] FDE cie=[0] [26512] FDE cie=[0] [26592] FDE cie=[0] [26616] FDE cie=[0] [26640] FDE cie=[0] [26664] FDE cie=[0] [26720] FDE cie=[0] [26744] FDE cie=[0] [26768] FDE cie=[0] [26792] FDE cie=[0] [26816] FDE cie=[0] [26840] FDE cie=[0] [26864] FDE cie=[0] [26888] FDE cie=[0] [26912] FDE cie=[0] [26936] FDE cie=[0] [26960] FDE cie=[0] [27008] FDE cie=[0] [27056] FDE cie=[0] [27080] FDE cie=[0] [27104] FDE cie=[0] [27124] FDE cie=[0] [27144] FDE cie=[0] [27168] FDE cie=[0] [27188] FDE cie=[0] [27208] FDE cie=[0] [27232] FDE cie=[0] [27256] FDE cie=[0] [27280] FDE cie=[0] [27304] FDE cie=[0] [27328] FDE cie=[0] [27360] FDE cie=[0] /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [64] FDE cie=[0] [88] FDE cie=[0] [108] FDE cie=[0] [128] FDE cie=[0] [148] FDE cie=[0] [168] FDE cie=[0] [188] FDE cie=[0] [224] FDE cie=[0] [248] FDE cie=[0] [268] FDE cie=[0] [288] FDE cie=[0] [320] FDE cie=[0] [400] FDE cie=[0] [424] FDE cie=[0] [488] FDE cie=[0] [512] FDE cie=[0] [536] FDE cie=[0] [560] FDE cie=[0] [608] FDE cie=[0] [688] FDE cie=[0] [708] FDE cie=[0] [728] FDE cie=[0] [748] FDE cie=[0] [768] FDE cie=[0] [792] FDE cie=[0] [832] FDE cie=[0] [904] FDE cie=[0] [948] FDE cie=[0] [1032] FDE cie=[0] [1076] FDE cie=[0] [1120] FDE cie=[0] [1164] FDE cie=[0] [1236] FDE cie=[0] [1256] FDE cie=[0] [1276] FDE cie=[0] [1344] FDE cie=[0] [1364] FDE cie=[0] [1384] FDE cie=[0] [1428] FDE cie=[0] [1472] FDE cie=[0] [1492] FDE cie=[0] [1516] FDE cie=[0] [1536] FDE cie=[0] [1560] FDE cie=[0] [1584] FDE cie=[0] [1628] FDE cie=[0] [1672] FDE cie=[0] [1716] FDE cie=[0] [1788] FDE cie=[0] [1808] FDE cie=[0] [1828] FDE cie=[0] [1852] FDE cie=[0] [2004] FDE cie=[0] [2076] FDE cie=[0] [2144] FDE cie=[0] [2200] FDE cie=[0] [2256] FDE cie=[0] [2280] FDE cie=[0] [2320] FDE cie=[0] [2344] FDE cie=[0] [2424] CIE augmentation="zR" [2464] FDE cie=[2424] /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [64] FDE cie=[0] [88] FDE cie=[0] [108] FDE cie=[0] [128] FDE cie=[0] [148] FDE cie=[0] [168] FDE cie=[0] [188] FDE cie=[0] [224] FDE cie=[0] [248] FDE cie=[0] [268] FDE cie=[0] [288] FDE cie=[0] [368] FDE cie=[0] [392] FDE cie=[0] [456] FDE cie=[0] [480] FDE cie=[0] [504] FDE cie=[0] [528] FDE cie=[0] [576] FDE cie=[0] [656] FDE cie=[0] [736] FDE cie=[0] [756] FDE cie=[0] [776] FDE cie=[0] [796] FDE cie=[0] [816] FDE cie=[0] [840] FDE cie=[0] [880] FDE cie=[0] [952] FDE cie=[0] [1032] FDE cie=[0] [1104] FDE cie=[0] [1148] FDE cie=[0] [1192] FDE cie=[0] [1236] FDE cie=[0] [1280] FDE cie=[0] [1352] FDE cie=[0] [1372] FDE cie=[0] [1392] FDE cie=[0] [1460] FDE cie=[0] [1480] FDE cie=[0] [1500] FDE cie=[0] [1544] FDE cie=[0] [1588] FDE cie=[0] [1608] FDE cie=[0] [1668] FDE cie=[0] [1708] FDE cie=[0] [1804] FDE cie=[0] [1844] FDE cie=[0] [1924] FDE cie=[0] [1968] FDE cie=[0] [2104] FDE cie=[0] [2200] FDE cie=[0] [2300] FDE cie=[0] [2368] FDE cie=[0] [2424] FDE cie=[0] [2480] FDE cie=[0] [2504] FDE cie=[0] [2544] FDE cie=[0] [2588] FDE cie=[0] [2632] FDE cie=[0] [2704] FDE cie=[0] [2724] FDE cie=[0] [2744] FDE cie=[0] [2768] FDE cie=[0] [2848] CIE augmentation="zR" [2888] FDE cie=[2848] /usr/lib/elfutils/ptest/tests/..//src/size.o .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [88] FDE cie=[0] [136] FDE cie=[0] [184] FDE cie=[0] [272] FDE cie=[0] /usr/lib/elfutils/ptest/tests/..//src/strip.o .eh_frame [0] CIE augmentation="zR" [24] FDE cie=[0] [84] FDE cie=[0] [128] FDE cie=[0] [168] FDE cie=[0] [280] CIE augmentation="zR" [320] FDE cie=[280] [340] FDE cie=[0] [508] FDE cie=[0] [560] FDE cie=[0] [616] FDE cie=[0] [664] FDE cie=[0] [748] FDE cie=[0] PASS: run-next-cfi-self.sh copy_elf: testfile29 -> testfile29.copy (read) setshstrndx: 4 add_sections 'testfile29.copy': 3 setshstrndx: 10 copy_elf: testfile29 -> testfile29.copy.mmap (mmap) setshstrndx: 4 add_sections 'testfile29.copy.mmap': 1 setshstrndx: 8 copy_elf: testfile23 -> testfile23.copy (read) setshstrndx: 21 add_sections 'testfile23.copy': 3 setshstrndx: 27 copy_elf: testfile23 -> testfile23.copy.mmap (mmap) setshstrndx: 21 add_sections 'testfile23.copy.mmap': 1 setshstrndx: 25 copy_elf: testfile9 -> testfile9.copy (read) setshstrndx: 13 add_sections 'testfile9.copy': 3 setshstrndx: 17 copy_elf: testfile9 -> testfile9.copy.mmap (mmap) setshstrndx: 13 add_sections 'testfile9.copy.mmap': 1 setshstrndx: 15 copy_elf: testfile38 -> testfile38.copy (read) setshstrndx: 5 add_sections 'testfile38.copy': 3 setshstrndx: 11 copy_elf: testfile38 -> testfile38.copy.mmap (mmap) setshstrndx: 5 add_sections 'testfile38.copy.mmap': 1 setshstrndx: 9 copy_elf: testfile26 -> testfile26.copy (read) setshstrndx: 25 add_sections 'testfile26.copy': 3 setshstrndx: 31 copy_elf: testfile26 -> testfile26.copy.mmap (mmap) setshstrndx: 25 add_sections 'testfile26.copy.mmap': 1 setshstrndx: 29 copy_elf: testfile27 -> testfile27.copy (read) setshstrndx: 25 add_sections 'testfile27.copy': 3 setshstrndx: 31 copy_elf: testfile27 -> testfile27.copy.mmap (mmap) setshstrndx: 25 add_sections 'testfile27.copy.mmap': 1 setshstrndx: 29 copy_elf: testfile -> testfile.copy (read) setshstrndx: 32 add_sections 'testfile.copy': 3 setshstrndx: 38 copy_elf: testfile -> testfile.copy.mmap (mmap) setshstrndx: 32 add_sections 'testfile.copy.mmap': 1 setshstrndx: 36 copy_elf: testfile10 -> testfile10.copy (read) setshstrndx: 30 add_sections 'testfile10.copy': 3 setshstrndx: 36 copy_elf: testfile10 -> testfile10.copy.mmap (mmap) setshstrndx: 30 add_sections 'testfile10.copy.mmap': 1 setshstrndx: 34 PASS: run-copyadd-sections.sh copy_elf: testfile29 -> testfile29.copy (read) setshstrndx: 4 add_sections 'testfile29.copy': 65535 setshstrndx: 65542 copy_elf: testfile29 -> testfile29.copy.mmap (mmap) setshstrndx: 4 copy_elf: testfile29.copy -> testfile29.copy.copy (read) setshstrndx: 65542 add_sections 'testfile29.copy.copy': 65535 setshstrndx: 131078 copy_elf: testfile29.copy -> testfile29.copy.copy.mmap (mmap) setshstrndx: 65542 copy_elf: testfile23 -> testfile23.copy (read) setshstrndx: 21 add_sections 'testfile23.copy': 65535 setshstrndx: 65559 copy_elf: testfile23 -> testfile23.copy.mmap (mmap) setshstrndx: 21 copy_elf: testfile23.copy -> testfile23.copy.copy (read) setshstrndx: 65559 add_sections 'testfile23.copy.copy': 65535 setshstrndx: 131095 copy_elf: testfile23.copy -> testfile23.copy.copy.mmap (mmap) setshstrndx: 65559 copy_elf: testfile9 -> testfile9.copy (read) setshstrndx: 13 add_sections 'testfile9.copy': 65535 setshstrndx: 65549 copy_elf: testfile9 -> testfile9.copy.mmap (mmap) setshstrndx: 13 copy_elf: testfile9.copy -> testfile9.copy.copy (read) setshstrndx: 65549 add_sections 'testfile9.copy.copy': 65535 setshstrndx: 131085 copy_elf: testfile9.copy -> testfile9.copy.copy.mmap (mmap) setshstrndx: 65549 copy_elf: testfile38 -> testfile38.copy (read) setshstrndx: 5 add_sections 'testfile38.copy': 65535 setshstrndx: 65543 copy_elf: testfile38 -> testfile38.copy.mmap (mmap) setshstrndx: 5 copy_elf: testfile38.copy -> testfile38.copy.copy (read) setshstrndx: 65543 add_sections 'testfile38.copy.copy': 65535 setshstrndx: 131079 copy_elf: testfile38.copy -> testfile38.copy.copy.mmap (mmap) setshstrndx: 65543 copy_elf: testfile26 -> testfile26.copy (read) setshstrndx: 25 add_sections 'testfile26.copy': 65535 setshstrndx: 65563 copy_elf: testfile26 -> testfile26.copy.mmap (mmap) setshstrndx: 25 copy_elf: testfile26.copy -> testfile26.copy.copy (read) setshstrndx: 65563 add_sections 'testfile26.copy.copy': 65535 setshstrndx: 131099 copy_elf: testfile26.copy -> testfile26.copy.copy.mmap (mmap) setshstrndx: 65563 copy_elf: testfile27 -> testfile27.copy (read) setshstrndx: 25 add_sections 'testfile27.copy': 65535 setshstrndx: 65563 copy_elf: testfile27 -> testfile27.copy.mmap (mmap) setshstrndx: 25 copy_elf: testfile27.copy -> testfile27.copy.copy (read) setshstrndx: 65563 add_sections 'testfile27.copy.copy': 65535 setshstrndx: 131099 copy_elf: testfile27.copy -> testfile27.copy.copy.mmap (mmap) setshstrndx: 65563 copy_elf: testfile -> testfile.copy (read) setshstrndx: 32 add_sections 'testfile.copy': 65535 setshstrndx: 65570 copy_elf: testfile -> testfile.copy.mmap (mmap) setshstrndx: 32 copy_elf: testfile.copy -> testfile.copy.copy (read) setshstrndx: 65570 add_sections 'testfile.copy.copy': 65535 setshstrndx: 131106 copy_elf: testfile.copy -> testfile.copy.copy.mmap (mmap) setshstrndx: 65570 copy_elf: testfile10 -> testfile10.copy (read) setshstrndx: 30 add_sections 'testfile10.copy': 65535 setshstrndx: 65568 copy_elf: testfile10 -> testfile10.copy.mmap (mmap) setshstrndx: 30 copy_elf: testfile10.copy -> testfile10.copy.copy (read) setshstrndx: 65568 add_sections 'testfile10.copy.copy': 65535 setshstrndx: 131104 copy_elf: testfile10.copy -> testfile10.copy.copy.mmap (mmap) setshstrndx: 65568 PASS: run-copymany-sections.sh add_sections 'testfile-debug-types': 65535 setshstrndx: 65571 PASS: run-typeiter-many.sh Adding sections to testfile add_sections 'testfile': 65535 setshstrndx: 65570 Testing strip -o elflint testfile1.strip elflint testfile1.debug unstrip elfcmp Testing strip -g elflint testfile2.strip elflint testfile2.debug Testing strip in-place original size 3035912 stripped size 3196 elflint in-place PASS: run-strip-test-many.sh No errors No errors PASS: run-strip-version.sh PASS: msg_tst PASS: system-elf-libelf-test PASS: asm-tst1 PASS: asm-tst2 PASS: asm-tst3 PASS: asm-tst4 PASS: asm-tst5 PASS: asm-tst6 PASS: asm-tst7 PASS: asm-tst8 PASS: asm-tst9 PASS: run-disasm-bpf.sh ====================== All 199 tests passed (4 tests were not run) ====================== DURATION: 31 END: /usr/lib/elfutils/ptest 2019-08-16T19:43 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:43 BEGIN: /usr/lib/ethtool/ptest PASS: test-cmdline PASS: test-features ================== All 2 tests passed ================== DURATION: 1 END: /usr/lib/ethtool/ptest 2019-08-16T19:43 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:43 BEGIN: /usr/lib/flex/ptest touch posixly_correct.c touch posixly_correct.o touch posixly_correct touch reject_nr.reject.c touch reject_nr.reject.o touch reject_nr.reject touch reject_r.reject.c touch reject_r.reject.o touch reject_r.reject touch reject_ver.table.c touch reject_ver.table.o touch reject_ver.table touch reject_ser.table.c touch reject_ser.table.o touch reject_ser.table touch tableopts_opt_nr-Ca.c touch tableopts_opt_nr-Ca.o touch tableopts_opt_nr-Ca.opt touch tableopts_opt_nr-Ce.c touch tableopts_opt_nr-Ce.o touch tableopts_opt_nr-Ce.opt touch tableopts_opt_nr-Cf.c touch tableopts_opt_nr-Cf.o touch tableopts_opt_nr-Cf.opt touch tableopts_opt_nr-CF.c touch tableopts_opt_nr-CF.o touch tableopts_opt_nr-CF.opt touch tableopts_opt_nr-Cm.c touch tableopts_opt_nr-Cm.o touch tableopts_opt_nr-Cm.opt touch tableopts_opt_nr-Cem.c touch tableopts_opt_nr-Cem.o touch tableopts_opt_nr-Cem.opt touch tableopts_opt_nr-Cae.c touch tableopts_opt_nr-Cae.o touch tableopts_opt_nr-Cae.opt touch tableopts_opt_nr-Caef.c touch tableopts_opt_nr-Caef.o touch tableopts_opt_nr-Caef.opt touch tableopts_opt_nr-CaeF.c touch tableopts_opt_nr-CaeF.o touch tableopts_opt_nr-CaeF.opt touch tableopts_opt_nr-Cam.c touch tableopts_opt_nr-Cam.o touch tableopts_opt_nr-Cam.opt touch tableopts_opt_nr-Caem.c touch tableopts_opt_nr-Caem.o touch tableopts_opt_nr-Caem.opt touch tableopts_opt_r-Ca.c touch tableopts_opt_r-Ca.o touch tableopts_opt_r-Ca.opt touch tableopts_opt_r-Ce.c touch tableopts_opt_r-Ce.o touch tableopts_opt_r-Ce.opt touch tableopts_opt_r-Cf.c touch tableopts_opt_r-Cf.o touch tableopts_opt_r-Cf.opt touch tableopts_opt_r-CF.c touch tableopts_opt_r-CF.o touch tableopts_opt_r-CF.opt touch tableopts_opt_r-Cm.c touch tableopts_opt_r-Cm.o touch tableopts_opt_r-Cm.opt touch tableopts_opt_r-Cem.c touch tableopts_opt_r-Cem.o touch tableopts_opt_r-Cem.opt touch tableopts_opt_r-Cae.c touch tableopts_opt_r-Cae.o touch tableopts_opt_r-Cae.opt touch tableopts_opt_r-Caef.c touch tableopts_opt_r-Caef.o touch tableopts_opt_r-Caef.opt touch tableopts_opt_r-CaeF.c touch tableopts_opt_r-CaeF.o touch tableopts_opt_r-CaeF.opt touch tableopts_opt_r-Cam.c touch tableopts_opt_r-Cam.o touch tableopts_opt_r-Cam.opt touch tableopts_opt_r-Caem.c touch tableopts_opt_r-Caem.o touch tableopts_opt_r-Caem.opt touch tableopts_ser_nr-Ca.c touch tableopts_ser_nr-Ca.o touch tableopts_ser_nr-Ca.ser touch tableopts_ser_nr-Ce.c touch tableopts_ser_nr-Ce.o touch tableopts_ser_nr-Ce.ser touch tableopts_ser_nr-Cf.c touch tableopts_ser_nr-Cf.o touch tableopts_ser_nr-Cf.ser touch tableopts_ser_nr-CF.c touch tableopts_ser_nr-CF.o touch tableopts_ser_nr-CF.ser touch tableopts_ser_nr-Cm.c touch tableopts_ser_nr-Cm.o touch tableopts_ser_nr-Cm.ser touch tableopts_ser_nr-Cem.c touch tableopts_ser_nr-Cem.o touch tableopts_ser_nr-Cem.ser touch tableopts_ser_nr-Cae.c touch tableopts_ser_nr-Cae.o touch tableopts_ser_nr-Cae.ser touch tableopts_ser_nr-Caef.c touch tableopts_ser_nr-Caef.o touch tableopts_ser_nr-Caef.ser touch tableopts_ser_nr-CaeF.c touch tableopts_ser_nr-CaeF.o touch tableopts_ser_nr-CaeF.ser touch tableopts_ser_nr-Cam.c touch tableopts_ser_nr-Cam.o touch tableopts_ser_nr-Cam.ser touch tableopts_ser_nr-Caem.c touch tableopts_ser_nr-Caem.o touch tableopts_ser_nr-Caem.ser touch tableopts_ser_r-Ca.c touch tableopts_ser_r-Ca.o touch tableopts_ser_r-Ca.ser touch tableopts_ser_r-Ce.c touch tableopts_ser_r-Ce.o touch tableopts_ser_r-Ce.ser touch tableopts_ser_r-Cf.c touch tableopts_ser_r-Cf.o touch tableopts_ser_r-Cf.ser touch tableopts_ser_r-CF.c touch tableopts_ser_r-CF.o touch tableopts_ser_r-CF.ser touch tableopts_ser_r-Cm.c touch tableopts_ser_r-Cm.o touch tableopts_ser_r-Cm.ser touch tableopts_ser_r-Cem.c touch tableopts_ser_r-Cem.o touch tableopts_ser_r-Cem.ser touch tableopts_ser_r-Cae.c touch tableopts_ser_r-Cae.o touch tableopts_ser_r-Cae.ser touch tableopts_ser_r-Caef.c touch tableopts_ser_r-Caef.o touch tableopts_ser_r-Caef.ser touch tableopts_ser_r-CaeF.c touch tableopts_ser_r-CaeF.o touch tableopts_ser_r-CaeF.ser touch tableopts_ser_r-Cam.c touch tableopts_ser_r-Cam.o touch tableopts_ser_r-Cam.ser touch tableopts_ser_r-Caem.c touch tableopts_ser_r-Caem.o touch tableopts_ser_r-Caem.ser touch tableopts_ver_nr-Ca.c touch tableopts_ver_nr-Ca.o touch tableopts_ver_nr-Ca.ver touch tableopts_ver_nr-Ce.c touch tableopts_ver_nr-Ce.o touch tableopts_ver_nr-Ce.ver touch tableopts_ver_nr-Cf.c touch tableopts_ver_nr-Cf.o touch tableopts_ver_nr-Cf.ver touch tableopts_ver_nr-CF.c touch tableopts_ver_nr-CF.o touch tableopts_ver_nr-CF.ver touch tableopts_ver_nr-Cm.c touch tableopts_ver_nr-Cm.o touch tableopts_ver_nr-Cm.ver touch tableopts_ver_nr-Cem.c touch tableopts_ver_nr-Cem.o touch tableopts_ver_nr-Cem.ver touch tableopts_ver_nr-Cae.c touch tableopts_ver_nr-Cae.o touch tableopts_ver_nr-Cae.ver touch tableopts_ver_nr-Caef.c touch tableopts_ver_nr-Caef.o touch tableopts_ver_nr-Caef.ver touch tableopts_ver_nr-CaeF.c touch tableopts_ver_nr-CaeF.o touch tableopts_ver_nr-CaeF.ver touch tableopts_ver_nr-Cam.c touch tableopts_ver_nr-Cam.o touch tableopts_ver_nr-Cam.ver touch tableopts_ver_nr-Caem.c touch tableopts_ver_nr-Caem.o touch tableopts_ver_nr-Caem.ver touch tableopts_ver_r-Ca.c touch tableopts_ver_r-Ca.o touch tableopts_ver_r-Ca.ver touch tableopts_ver_r-Ce.c touch tableopts_ver_r-Ce.o touch tableopts_ver_r-Ce.ver touch tableopts_ver_r-Cf.c touch tableopts_ver_r-Cf.o touch tableopts_ver_r-Cf.ver touch tableopts_ver_r-CF.c touch tableopts_ver_r-CF.o touch tableopts_ver_r-CF.ver touch tableopts_ver_r-Cm.c touch tableopts_ver_r-Cm.o touch tableopts_ver_r-Cm.ver touch tableopts_ver_r-Cem.c touch tableopts_ver_r-Cem.o touch tableopts_ver_r-Cem.ver touch tableopts_ver_r-Cae.c touch tableopts_ver_r-Cae.o touch tableopts_ver_r-Cae.ver touch tableopts_ver_r-Caef.c touch tableopts_ver_r-Caef.o touch tableopts_ver_r-Caef.ver touch tableopts_ver_r-CaeF.c touch tableopts_ver_r-CaeF.o touch tableopts_ver_r-CaeF.ver touch tableopts_ver_r-Cam.c touch tableopts_ver_r-Cam.o touch tableopts_ver_r-Cam.ver touch tableopts_ver_r-Caem.c touch tableopts_ver_r-Caem.o touch tableopts_ver_r-Caem.ver 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.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]: 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' fatal: making test-suite.log: failed to create alloc_extra.trs fatal: making test-suite.log: failed to create array_nr.trs fatal: making test-suite.log: failed to create array_r.trs fatal: making test-suite.log: failed to create basic_nr.trs fatal: making test-suite.log: failed to create basic_r.trs fatal: making test-suite.log: failed to create bison_nr.trs fatal: making test-suite.log: failed to create bison_yylloc.trs fatal: making test-suite.log: failed to create bison_yylval.trs fatal: making test-suite.log: failed to create c_cxx_nr.trs fatal: making test-suite.log: failed to create c_cxx_r.trs fatal: making test-suite.log: failed to create ccl.trs fatal: making test-suite.log: failed to create cxx_basic.trs fatal: making test-suite.log: failed to create cxx_multiple_scanners.trs fatal: making test-suite.log: failed to create debug_nr.trs fatal: making test-suite.log: failed to create debug_r.trs fatal: making test-suite.log: failed to create extended.trs fatal: making test-suite.log: failed to create header_nr.trs fatal: making test-suite.log: failed to create header_r.trs fatal: making test-suite.log: failed to create mem_nr.trs fatal: making test-suite.log: failed to create mem_r.trs fatal: making test-suite.log: failed to create multiple_scanners_nr.trs fatal: making test-suite.log: failed to create multiple_scanners_r.trs fatal: making test-suite.log: failed to create noansi_nr.trs fatal: making test-suite.log: failed to create noansi_r.trs fatal: making test-suite.log: failed to create posix.trs fatal: making test-suite.log: failed to create posixly_correct.trs fatal: making test-suite.log: failed to create prefix_nr.trs fatal: making test-suite.log: failed to create prefix_r.trs fatal: making test-suite.log: failed to create quotes.trs fatal: making test-suite.log: failed to create string_nr.trs fatal: making test-suite.log: failed to create string_r.trs fatal: making test-suite.log: failed to create top.trs fatal: making test-suite.log: failed to create yyextra.trs fatal: making test-suite.log: failed to create reject_nr.trs fatal: making test-suite.log: failed to create reject_r.trs fatal: making test-suite.log: failed to create reject_ver.trs fatal: making test-suite.log: failed to create reject_ser.trs fatal: making test-suite.log: failed to create include_by_buffer.trs fatal: making test-suite.log: failed to create include_by_push.trs fatal: making test-suite.log: failed to create include_by_reentrant.trs fatal: making test-suite.log: failed to create rescan_nr.trs fatal: making test-suite.log: failed to create rescan_r.trs fatal: making test-suite.log: failed to create cxx_yywrap.trs fatal: making test-suite.log: failed to create pthread.trs fatal: making test-suite.log: failed to create lineno_nr.trs fatal: making test-suite.log: failed to create lineno_r.trs fatal: making test-suite.log: failed to create lineno_trailing.trs fatal: making test-suite.log: failed to create tableopts_opt_nr-Ca.trs fatal: making test-suite.log: failed to create tableopts_opt_nr-Ce.trs fatal: making test-suite.log: failed to create tableopts_opt_nr-Cf.trs fatal: making test-suite.log: failed to create tableopts_opt_nr-CF.trs fatal: making test-suite.log: failed to create tableopts_opt_nr-Cm.trs fatal: making test-suite.log: failed to create tableopts_opt_nr-Cem.trs fatal: making test-suite.log: failed to create tableopts_opt_nr-Cae.trs fatal: making test-suite.log: failed to create tableopts_opt_nr-Caef.trs fatal: making test-suite.log: failed to create tableopts_opt_nr-CaeF.trs fatal: making test-suite.log: failed to create tableopts_opt_nr-Cam.trs fatal: making test-suite.log: failed to create tableopts_opt_nr-Caem.trs fatal: making test-suite.log: failed to create tableopts_opt_r-Ca.trs fatal: making test-suite.log: failed to create tableopts_opt_r-Ce.trs fatal: making test-suite.log: failed to create tableopts_opt_r-Cf.trs fatal: making test-suite.log: failed to create tableopts_opt_r-CF.trs fatal: making test-suite.log: failed to create tableopts_opt_r-Cm.trs fatal: making test-suite.log: failed to create tableopts_opt_r-Cem.trs fatal: making test-suite.log: failed to create tableopts_opt_r-Cae.trs fatal: making test-suite.log: failed to create tableopts_opt_r-Caef.trs fatal: making test-suite.log: failed to create tableopts_opt_r-CaeF.trs fatal: making test-suite.log: failed to create tableopts_opt_r-Cam.trs fatal: making test-suite.log: failed to create tableopts_opt_r-Caem.trs fatal: making test-suite.log: failed to create tableopts_ser_nr-Ca.trs fatal: making test-suite.log: failed to create tableopts_ser_nr-Ce.trs fatal: making test-suite.log: failed to create tableopts_ser_nr-Cf.trs fatal: making test-suite.log: failed to create tableopts_ser_nr-CF.trs fatal: making test-suite.log: failed to create tableopts_ser_nr-Cm.trs fatal: making test-suite.log: failed to create tableopts_ser_nr-Cem.trs fatal: making test-suite.log: failed to create tableopts_ser_nr-Cae.trs fatal: making test-suite.log: failed to create tableopts_ser_nr-Caef.trs fatal: making test-suite.log: failed to create tableopts_ser_nr-CaeF.trs fatal: making test-suite.log: failed to create tableopts_ser_nr-Cam.trs fatal: making test-suite.log: failed to create tableopts_ser_nr-Caem.trs fatal: making test-suite.log: failed to create tableopts_ser_r-Ca.trs fatal: making test-suite.log: failed to create tableopts_ser_r-Ce.trs fatal: making test-suite.log: failed to create tableopts_ser_r-Cf.trs fatal: making test-suite.log: failed to create tableopts_ser_r-CF.trs fatal: making test-suite.log: failed to create tableopts_ser_r-Cm.trs fatal: making test-suite.log: failed to create tableopts_ser_r-Cem.trs fatal: making test-suite.log: failed to create tableopts_ser_r-Cae.trs fatal: making test-suite.log: failed to create tableopts_ser_r-Caef.trs fatal: making test-suite.log: failed to create tableopts_ser_r-CaeF.trs fatal: making test-suite.log: failed to create tableopts_ser_r-Cam.trs fatal: making test-suite.log: failed to create tableopts_ser_r-Caem.trs fatal: making test-suite.log: failed to create tableopts_ver_nr-Ca.trs fatal: making test-suite.log: failed to create tableopts_ver_nr-Ce.trs fatal: making test-suite.log: failed to create tableopts_ver_nr-Cf.trs fatal: making test-suite.log: failed to create tableopts_ver_nr-CF.trs fatal: making test-suite.log: failed to create tableopts_ver_nr-Cm.trs fatal: making test-suite.log: failed to create tableopts_ver_nr-Cem.trs fatal: making test-suite.log: failed to create tableopts_ver_nr-Cae.trs fatal: making test-suite.log: failed to create tableopts_ver_nr-Caef.trs fatal: making test-suite.log: failed to create tableopts_ver_nr-CaeF.trs fatal: making test-suite.log: failed to create tableopts_ver_nr-Cam.trs fatal: making test-suite.log: failed to create tableopts_ver_nr-Caem.trs fatal: making test-suite.log: failed to create tableopts_ver_r-Ca.trs fatal: making test-suite.log: failed to create tableopts_ver_r-Ce.trs fatal: making test-suite.log: failed to create tableopts_ver_r-Cf.trs fatal: making test-suite.log: failed to create tableopts_ver_r-CF.trs fatal: making test-suite.log: failed to create tableopts_ver_r-Cm.trs fatal: making test-suite.log: failed to create tableopts_ver_r-Cem.trs fatal: making test-suite.log: failed to create tableopts_ver_r-Cae.trs fatal: making test-suite.log: failed to create tableopts_ver_r-Caef.trs fatal: making test-suite.log: failed to create tableopts_ver_r-CaeF.trs fatal: making test-suite.log: failed to create tableopts_ver_r-Cam.trs fatal: making test-suite.log: failed to create tableopts_ver_r-Caem.trs fatal: making test-suite.log: failed to create options.trs make[1]: *** [Makefile:2188: test-suite.log] Error 1 make[1]: Leaving directory '/usr/lib/flex/ptest' make: *** [Makefile:2297: check-TESTS] Error 2 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' DURATION: 1 END: /usr/lib/flex/ptest 2019-08-16T19:43 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:43 BEGIN: /usr/lib/gawk/ptest PASS: addcomma PASS: anchgsub PASS: anchor PASS: arrayind1 PASS: arrayind2 PASS: arrayind3 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: aryunasgn PASS: asgext PASS: assignnumfield PASS: assignnumfield2 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: concat4 PASS: concat5 PASS: convfmt PASS: datanonl PASS: defref PASS: delargv PASS: delarpm2 PASS: delarprm PASS: delfunc PASS: dfamb1 PASS: dfastress PASS: dynlj PASS: eofsplit PASS: exit2 PASS: exitval2 PASS: exitval3 PASS: fcall_exit PASS: fcall_exit2 PASS: fldchg PASS: fldchgnf PASS: fldterm PASS: fnamedat PASS: fnarray PASS: fnarray2 PASS: fnaryscl PASS: fnasgnm PASS: fnmisc PASS: fordel PASS: forref PASS: forsimp PASS: fsbs PASS: fscaret 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: gsubtst3 PASS: gsubtst4 PASS: gsubtst5 PASS: gsubtst6 PASS: gsubtst7 PASS: gsubtst8 PASS: hex PASS: hex2 PASS: hsprint PASS: inpref PASS: inputred PASS: intest PASS: intprec PASS: iobug1 PASS: leaddig PASS: leadnl PASS: litoct PASS: longsub PASS: manglprm PASS: math PASS: membug1 PASS: memleak PASS: minusstr PASS: mmap8k 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: nonl PASS: noparms PASS: nulinsrc PASS: nulrsend PASS: numindex PASS: numrange PASS: numstr1 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: paramasfunc1 PASS: paramasfunc2 PASS: paramdup PASS: paramres PASS: paramtyp PASS: paramuninitglobal PASS: parse1 PASS: parsefld PASS: parseme PASS: pcntplus PASS: posix2008sub PASS: prdupval PASS: prec PASS: printf0 PASS: printf1 PASS: printfchar PASS: prmarscl PASS: prmreuse PASS: prt1eval PASS: prtoeval PASS: rand PASS: randtest PASS: range1 PASS: range2 PASS: readbuf PASS: rebrackloc PASS: rebt8b1 PASS: rebuild PASS: regeq PASS: regexpbrack PASS: regexpbrack2 PASS: regexprange PASS: regrange PASS: reindops PASS: reparse PASS: resplit PASS: rri1 PASS: rs PASS: rscompat PASS: rsnul1nl PASS: rstest1 PASS: rstest2 PASS: rstest3 PASS: rstest4 PASS: rstest5 PASS: rswhite PASS: scalar PASS: sclforin PASS: sclifin PASS: setrec0 PASS: setrec1 PASS: sigpipe1 PASS: sortempty PASS: sortglos PASS: splitargv PASS: splitarr PASS: splitdef PASS: splitvar PASS: splitwht PASS: status-close PASS: strcat1 PASS: strnum1 PASS: strnum2 PASS: strtod PASS: subamp PASS: subback PASS: subi18n PASS: subsepnm PASS: subslash PASS: substr PASS: swaplns PASS: synerr1 PASS: synerr2 PASS: synerr3 PASS: tailrecurse PASS: tradanch PASS: trailbs PASS: uninit2 PASS: uninit3 PASS: uninit4 PASS: uninit5 PASS: uninitialized PASS: unterm PASS: uparrfs PASS: uplus PASS: wideidx PASS: wideidx2 PASS: widesub PASS: widesub2 PASS: widesub3 PASS: widesub4 PASS: wjposer1 PASS: zero2 PASS: zeroe0 PASS: zeroflag PASS: fflush PASS: getlnhd PASS: localenl PASS: rtlen PASS: rtlen01 PASS: aadelete1 PASS: aadelete2 PASS: aarray1 PASS: aasort PASS: aasorti PASS: arraysort PASS: arraysort2 PASS: arraytype PASS: backw PASS: clos1way PASS: clos1way2 PASS: clos1way3 PASS: clos1way4 PASS: clos1way5 PASS: clos1way6 PASS: crlf PASS: dbugeval2 PASS: dbugeval3 PASS: dbugtypedre1 PASS: dbugtypedre2 PASS: delsub PASS: dfacheck1 PASS: exit PASS: fieldwdth PASS: forcenum PASS: fpat1 PASS: fpat2 PASS: fpat3 PASS: fpat4 PASS: fpat5 PASS: fpat6 PASS: fpatnull PASS: fsfwfs PASS: funlen PASS: functab1 PASS: functab2 PASS: functab3 PASS: fwtest PASS: fwtest2 PASS: fwtest3 PASS: fwtest4 PASS: fwtest5 PASS: fwtest6 PASS: fwtest7 PASS: fwtest8 PASS: gensub PASS: gensub2 PASS: gensub3 PASS: getlndir PASS: gnuops2 PASS: gnuops3 PASS: gnureops PASS: gsubind PASS: icasefs PASS: icasers PASS: id PASS: igncdym PASS: igncfs PASS: ignrcas2 PASS: ignrcas4 PASS: ignrcase PASS: include PASS: indirectbuiltin PASS: indirectcall PASS: indirectcall2 PASS: intarray PASS: isarrayunset PASS: lint PASS: lintexp PASS: lintindex PASS: lintint PASS: lintlength PASS: lintold PASS: lintset PASS: lintwarn PASS: match1 PASS: match2 PASS: match3 4 1 FAIL: mbstr1 2007 2007 2007 2007 FAIL: mbstr2 PASS: mktime PASS: muldimposix PASS: nastyparm PASS: next PASS: nondec PASS: nondec2 PASS: nonfatal2 PASS: nonfatal3 PASS: nsbad PASS: nsforloop PASS: nsfuncrecurse PASS: nsindirect1 PASS: nsindirect2 PASS: nsprof1 PASS: nsprof2 PASS: patsplit PASS: posix PASS: printfbad1 PASS: printfbad3 PASS: printfbad4 PASS: printhuge PASS: procinfs PASS: profile4 PASS: profile5 PASS: profile8 PASS: profile9 PASS: profile10 PASS: profile11 PASS: regnul1 PASS: regnul2 PASS: regx8bit PASS: reint PASS: reint2 PASS: rsgetline PASS: rsstart1 PASS: rsstart2 PASS: rstest6 PASS: sandbox1 PASS: shadow PASS: shadowbuiltin PASS: sortfor PASS: sortfor2 PASS: sortu PASS: split_after_fpat PASS: splitarg4 PASS: strftfld PASS: strtonum PASS: strtonum1 PASS: switch2 PASS: symtab1 PASS: symtab2 PASS: symtab3 PASS: symtab4 PASS: symtab5 PASS: symtab7 PASS: symtab10 PASS: timeout PASS: typedregex1 PASS: typedregex2 PASS: typedregex3 PASS: typeof1 PASS: typeof2 PASS: typeof3 PASS: typeof4 PASS: typeof5 PASS: double1 PASS: double2 PASS: intformat PASS: asort PASS: asorti FAIL: backbigs1 FAIL: backsmalls1 PASS: backsmalls2 PASS: fmttest PASS: fnarydel PASS: fnparydl PASS: lc_num1 Site Kungsbacka länGöteborg Stenungsund FAIL: mbfw1 AAA | ÅÃÆ | FAIL: mbprintf1 PASS: mbprintf2 PASS: mbprintf3 1 1 printf %c ú 1:2: || 1:3: || 1:4: | | 1:5: | | 1:6: | | 1 7 printf %-c ú 1:8: || 1:9: || 1:10: | | 1:11: | | 1:12: | | 1 13 printf %s ú 1:14: |ú| 1:15: |ú| 1:16: | ú| 1:17: | | 1:18: | ú| 1 19 printf %-s ú 1:20: |ú| 1:21: |ú| 1:22: |ú | 1:23: | | 1:24: |ú | 2 1 printf %c último 2:2: || 2:3: || 2:4: | | 2:5: | | 2:6: | | 2 7 printf %-c último 2:8: || 2:9: || 2:10: | | 2:11: | | 2:12: | | 2 13 printf %s último 2:14: |último| 2:15: |último| 2:16: |último| 2:17: | | 2:18: |últi| 2 19 printf %-s último 2:20: |último| 2:21: |último| 2:22: |último| 2:23: | | 2:24: |últi| 3 1 printf %c áé 3:2: || 3:3: || 3:4: | | 3:5: | | 3:6: | | 3 7 printf %-c áé 3:8: || 3:9: || 3:10: | | 3:11: | | 3:12: | | 3 13 printf %s áé 3:14: |áé| 3:15: |áé| 3:16: |áé| 3:17: | | 3:18: |áé| 3 19 printf %-s áé 3:20: |áé| 3:21: |áé| 3:22: |áé| 3:23: | | 3:24: |áé| FAIL: mbprintf4 PASS: mtchi18n PASS: rebt8b2 PASS: sort1 PASS: sprintfc PASS: apiterm PASS: fnmatch PASS: fork PASS: fork2 PASS: functab4 PASS: ordchr PASS: revout PASS: revtwoway PASS: rwarray PASS: time gawk: warning: -M ignored: MPFR/GMP support not compiled in # of digits = 4 +inf ... +inf floating-point computation with precision = 14.2877 # of digits = 4 +inf ... +inf SKIP: mpfrbigint gawk: warning: -M ignored: MPFR/GMP support not compiled in 146727939091013287542784 146727939091013287542784 146727939091013287542784 SKIP: mpfrbigint2 gawk: warning: -M ignored: MPFR/GMP support not compiled in min 0 SKIP: mpfrfield gawk: warning: -M ignored: MPFR/GMP support not compiled in -0 -> -0.000000, -0.0 -> -0.000000 atan2(+0, -0) = 3.141593 atan2(+0.0, -0.0) = 3.141593 atan2(-0, -0) = -3.141593 atan2(-0.0, -0.0) = -3.141593 atan2(+0, +0) = 0.000000 atan2(+0.0, +0.0) = 0.000000 atan2(-0, +0) = -0.000000 atan2(-0.0, +0.0) = -0.000000 SKIP: mpfrnegzero gawk: warning: -M ignored: MPFR/GMP support not compiled in 2147483650 3 -9223372036854775808 -18446744073709551616 SKIP: mpfrnr gawk: warning: -M ignored: MPFR/GMP support not compiled in 15 % 7 = 1 15 % -7 = 1 -15 % 7 = -1 -15 % -7 = -1 SKIP: mpfrrem gawk: warning: -M ignored: MPFR/GMP support not compiled in 3.1416 2.7183 1.618 Variable pi U: 3 Variable pi D: 3 Literal pi U: 3 Literal pi D: 3 Variable e D: 3 Variable e U: 3 Literal e D: 3 Literal e U: 3 Variable golden N: 2 Variable golden Z: 2 Literal golden N: 2 Literal golden Z: 2 SKIP: mpfrrndeval gawk: warning: -M ignored: MPFR/GMP support not compiled in 11111111111111111261130863809439559987542611609749437808640 11111111111111111261130863809439559987542611609749437808640 SKIP: mpfrsqrt gawk: warning: -M ignored: MPFR/GMP support not compiled in 11 9 SKIP: mpfrstrtonum gawk: warning: -M ignored: MPFR/GMP support not compiled in string SKIP: mpgforcenum DURATION: 19 END: /usr/lib/gawk/ptest 2019-08-16T19:43 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:43 BEGIN: /usr/lib/gdbm/ptest ## ----------------------- ## ## gdbm 1.18.1 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 PASS: gdbm_close error 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 gdbmtool PASS: Input from file PASS: Input from stdin PASS: Input from command line PASS: Initialization file ## ------------- ## ## Test results. ## ## ------------- ## All 30 tests were successful. DURATION: 1 END: /usr/lib/gdbm/ptest 2019-08-16T19:44 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:44 BEGIN: /usr/lib/gdk-pixbuf/ptest Running test: gdk-pixbuf/pixbuf-area-updated.test /pixbuf/area-updated/ico: OK /pixbuf/area-updated/gif: OK /pixbuf/area-updated/gif2: Executing: gdk-pixbuf/pixbuf-area-updated.test Executing: gdk-pixbuf/pixbuf-area-updated.test Executing: gdk-pixbuf/pixbuf-area-updated.test Executing: gdk-pixbuf/pixbuf-area-updated.test Executing: gdk-pixbuf/pixbuf-area-updated.test OK /pixbuf/area-updated/gif3: OK PASS: gdk-pixbuf/pixbuf-area-updated.test Running test: gdk-pixbuf/pixbuf-pixdata.test /pixbuf/pixdata: OK /pixbuf/pixdata/success: OK /pixbuf/pixdata/bug775693: OK /pixbuf/pixdata/bug775229: OK PASS: gdk-pixbuf/pixbuf-pixdata.test Running test: gdk-pixbuf/pixbuf-icon-serialize.test /pixbuf/icon/serialize: OK PASS: gdk-pixbuf/pixbuf-icon-serialize.test Running test: gdk-pixbuf/pixbuf-stream.test /pixbuf/stream: OK /pixbuf/stream/async: OK /pixbuf/stream/scale: OK /pixbuf/stream/scale/async: OK PASS: gdk-pixbuf/pixbuf-stream.test Running test: gdk-pixbuf/pixbuf-composite.test /pixbuf/composite1: OK /pixbuf/composite2: OK PASS: gdk-pixbuf/pixbuf-composite.test Running test: gdk-pixbuf/animation.test /animation/gif: OK /animation/ani: OK PASS: gdk-pixbuf/animation.test Running test: gdk-pixbuf/pixbuf-scale-two-step.test /pixbuf/scale/two-step/tiles: OK /pixbuf/scale/two-step/bilinear: OK /pixbuf/scale/two-step/hyper: OK /pixbuf/scale/two-step/offset/tiles: OK /pixbuf/scale/two-step/offset/bilinear: OK /pixbuf/scale/two-step/offset/hyper: OK /pixbuf/scale/two-step/dest/tiles: OK /pixbuf/scale/two-step/dest/bilinear: OK /pixbuf/scale/two-step/dest/hyper: OK PASS: gdk-pixbuf/pixbuf-scale-two-step.test Running test: gdk-pixbuf/pixbuf-save.test /pixbuf/save/roundtrip: OK /pixbuf/save/options: OK /pixbuf/save/ico: OK PASS: gdk-pixbuf/pixbuf-save.test Running test: gdk-pixbuf/pixbuf-scale.test /pixbuf/scale/png: OK /pixbuf/scale/bmp: OK /pixbuf/scale/gif: OK /pixbuf/scale/jpeg: OK /pixbuf/scale/tga: OK /pixbuf/scale/xpm: OK /pixbuf/scale/xbm: OK /pixbuf/scale/halve-checkerboard/nearest: OK /pixbuf/scale/halve-checkerboard/tiles: OK /pixbuf/scale/halve-checkerboard/bilinear: OK /pixbuf/scale/halve-checkerboard/hyper: OK /pixbuf/scale/offset/nearest: OK /pixbuf/scale/offset/tiles: OK /pixbuf/scale/offset/bilinear: OK /pixbuf/scale/offset/hyper: OK /pixbuf/scale/dest/nearest: OK /pixbuf/scale/dest/tiles: OK /pixbuf/scale/dest/bilinear: OK PASS: gdk-pixbuf/pixbuf-scale.test Running test: gdk-pixbuf/pixbuf-fail.test /pixbuf/fail_tiny/CVE-2017-2862.jpg: OK /pixbuf/fail_tiny/DoS.tga: OK /pixbuf/fail_tiny/androstanRezeptor.tga: OK /pixbuf/fail_tiny/bug776694.bmp: OK /pixbuf/fail_tiny/bug777315.bmp: OK /pixbuf/fail_tiny/bug778204.ico: OK /pixbuf/fail_tiny/bug778584.gif: OK /pixbuf/fail_tiny/bug779012.ico: OK /pixbuf/fail_tiny/bug779016-infinite.icns: OK /pixbuf/fail_tiny/bug780269.tif: SKIP /pixbuf/fail_tiny/bug784903-overflow-dimensions.tiff: SKIP /pixbuf/fail_tiny/bug785973.gif: OK /pixbuf/fail_tiny/bug793470-crasher.png: OK /pixbuf/fail_tiny/colormap-image-without-colormap.tga: OK /pixbuf/fail_tiny/empty-file.tga: OK /pixbuf/fail_tiny/file3.jp2: SKIP /pixbuf/fail_tiny/invalid.1.bmp: OK /pixbuf/fail_tiny/invalid.1.gif: OK /pixbuf/fail_tiny/invalid.1.ico: OK /pixbuf/fail_tiny/invalid.1.png: OK /pixbuf/fail_tiny/invalid.1.ppm: OK /pixbuf/fail_tiny/invalid.2.gif: OK /pixbuf/fail_tiny/invalid.2.png: OK /pixbuf/fail_tiny/invalid.2.ppm: OK /pixbuf/fail_tiny/invalid.3.gif: OK /pixbuf/fail_tiny/invalid.3.ico: OK /pixbuf/fail_tiny/invalid.3.png: OK /pixbuf/fail_tiny/invalid.3.ppm: OK /pixbuf/fail_tiny/invalid.4.gif: OK /pixbuf/fail_tiny/invalid.4.png: OK /pixbuf/fail_tiny/invalid.5.ppm: OK /pixbuf/fail_tiny/invalid.6.ppm: OK /pixbuf/fail_tiny/invalid.7.ppm: OK /pixbuf/fail_tiny/invalid.8.ppm: OK /pixbuf/fail_tiny/overflow.tga: OK /pixbuf/fail_huge/CVE-2017-2862.jpg: OK /pixbuf/fail_huge/DoS.tga: OK /pixbuf/fail_huge/androstanRezeptor.tga: OK /pixbuf/fail_huge/bug776694.bmp: OK /pixbuf/fail_huge/bug777315.bmp: OK /pixbuf/fail_huge/bug778204.ico: OK /pixbuf/fail_huge/bug778584.gif: OK /pixbuf/fail_huge/bug779012.ico: OK /pixbuf/fail_huge/bug779016-infinite.icns: OK /pixbuf/fail_huge/bug780269.tif: SKIP /pixbuf/fail_huge/bug784903-overflow-dimensions.tiff: SKIP /pixbuf/fail_huge/bug785973.gif: OK /pixbuf/fail_huge/bug793470-crasher.png: OK /pixbuf/fail_huge/colormap-image-without-colormap.tga: OK /pixbuf/fail_huge/empty-file.tga: OK /pixbuf/fail_huge/file3.jp2: SKIP /pixbuf/fail_huge/invalid.1.bmp: OK /pixbuf/fail_huge/invalid.1.gif: OK /pixbuf/fail_huge/invalid.1.ico: OK /pixbuf/fail_huge/invalid.1.png: OK /pixbuf/fail_huge/invalid.1.ppm: OK /pixbuf/fail_huge/invalid.2.gif: OK /pixbuf/fail_huge/invalid.2.png: OK /pixbuf/fail_huge/invalid.2.ppm: OK /pixbuf/fail_huge/invalid.3.gif: OK /pixbuf/fail_huge/invalid.3.ico: OK /pixbuf/fail_huge/invalid.3.png: OK /pixbuf/fail_huge/invalid.3.ppm: OK /pixbuf/fail_huge/invalid.4.gif: OK /pixbuf/fail_huge/invalid.4.png: OK /pixbuf/fail_huge/invalid.5.ppm: OK /pixbuf/fail_huge/invalid.6.ppm: OK /pixbuf/fail_huge/invalid.7.ppm: OK /pixbuf/fail_huge/invalid.8.ppm: OK /pixbuf/fail_huge/overflow.tga: OK PASS: gdk-pixbuf/pixbuf-fail.test Running test: gdk-pixbuf/pixbuf-threads.test /pixbuf/threads: OK PASS: gdk-pixbuf/pixbuf-threads.test Running test: gdk-pixbuf/pixbuf-reftest.test /pixbuf/reftest/bug696331.png: OK /pixbuf/reftest/bug785447.ico: OK /pixbuf/reftest/cat.jpg: OK /pixbuf/reftest/colormap-too-small.tga: OK /pixbuf/reftest/mandatory-bitmasks.bmp: OK /pixbuf/reftest/rle-too-many-pixels-2.tga: OK /pixbuf/reftest/rle-too-many-pixels.tga: OK /pixbuf/reftest/squares.ico: OK /pixbuf/reftest/tga/gtk-logo-16bpp-bottom-left.tga: OK /pixbuf/reftest/tga/gtk-logo-16bpp-bottom-right.tga: OK /pixbuf/reftest/tga/gtk-logo-16bpp-top-left.tga: OK /pixbuf/reftest/tga/gtk-logo-16bpp-top-right.tga: OK /pixbuf/reftest/tga/gtk-logo-24bpp-bottom-left.tga: OK /pixbuf/reftest/tga/gtk-logo-24bpp-bottom-right.tga: OK /pixbuf/reftest/tga/gtk-logo-24bpp-top-left.tga: OK /pixbuf/reftest/tga/gtk-logo-24bpp-top-right.tga: OK /pixbuf/reftest/tga/gtk-logo-32bpp-bottom-left.tga: OK /pixbuf/reftest/tga/gtk-logo-32bpp-bottom-right.tga: OK /pixbuf/reftest/tga/gtk-logo-32bpp-top-left.tga: OK /pixbuf/reftest/tga/gtk-logo-32bpp-top-right.tga: OK /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-bottom-left.tga: OK /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-bottom-right.tga: OK /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-top-left.tga: OK /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-top-right.tga: OK /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-bottom-left.tga: OK /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-bottom-right.tga: OK /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-top-left.tga: OK /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-top-right.tga: OK /pixbuf/reftest/tga/gtk-logo-gray-16bpp-bottom-left.tga: OK /pixbuf/reftest/tga/gtk-logo-gray-16bpp-bottom-right.tga: OK /pixbuf/reftest/tga/gtk-logo-gray-16bpp-top-left.tga: OK /pixbuf/reftest/tga/gtk-logo-gray-16bpp-top-right.tga: OK /pixbuf/reftest/tga/gtk-logo-gray-8bpp-bottom-left.tga: OK /pixbuf/reftest/tga/gtk-logo-gray-8bpp-bottom-right.tga: OK /pixbuf/reftest/tga/gtk-logo-gray-8bpp-top-left.tga: OK /pixbuf/reftest/tga/gtk-logo-gray-8bpp-top-right.tga: OK /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-bottom-left.tga: OK /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-bottom-right.tga: OK /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-top-left.tga: OK /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-top-right.tga: OK /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-bottom-left.tga: OK /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-bottom-right.tga: OK /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-top-left.tga: OK /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-top-right.tga: OK /pixbuf/reftest/tga/gtk-logo-rle-24bpp-bottom-left.tga: OK /pixbuf/reftest/tga/gtk-logo-rle-24bpp-bottom-right.tga: OK /pixbuf/reftest/tga/gtk-logo-rle-24bpp-top-left.tga: OK /pixbuf/reftest/tga/gtk-logo-rle-24bpp-top-right.tga: OK /pixbuf/reftest/tga/gtk-logo-rle-32bpp-bottom-left.tga: OK /pixbuf/reftest/tga/gtk-logo-rle-32bpp-bottom-right.tga: OK /pixbuf/reftest/tga/gtk-logo-rle-32bpp-top-left.tga: OK /pixbuf/reftest/tga/gtk-logo-rle-32bpp-top-right.tga: OK PASS: gdk-pixbuf/pixbuf-reftest.test Running test: gdk-pixbuf/pixbuf-dpi.test /pixbuf/dpi/png: OK /pixbuf/dpi/png-incremental: OK /pixbuf/dpi/jpeg: OK /pixbuf/dpi/jpeg-incremental: OK /pixbuf/dpi/tiff: SKIP /pixbuf/dpi/tiff-incremental: SKIP PASS: gdk-pixbuf/pixbuf-dpi.test Running test: gdk-pixbuf/pixbuf-gif-circular-table.test /pixbuf/gif/circular-table: ** ERROR:../gdk-pixbuf-2.38.1/tests/pixbuf-gif-circular-table.c:12:test_gif_circular_table: assertion failed (error == NULL): Failed to open file ?/usr/libexec/installed-tests/gdk-pixbuf/circular-table.gif?: No such file or directory (g-file-error-quark, 4) FAIL: gdk-pixbuf/pixbuf-gif-circular-table.test (Child process killed by signal 6) Running test: gdk-pixbuf/pixbuf-gif.test /pixbuf/gif/depth1: OK /pixbuf/gif/depth2: OK /pixbuf/gif/depth3: OK /pixbuf/gif/depth4: OK /pixbuf/gif/depth5: OK /pixbuf/gif/depth6: OK /pixbuf/gif/depth7: OK /pixbuf/gif/depth8: OK /pixbuf/gif/four-colors: OK /pixbuf/gif/local-color-table: OK /pixbuf/gif/no-global-color-table: OK /pixbuf/gif/zero-width: OK /pixbuf/gif/zero-height: OK /pixbuf/gif/zero-size: OK /pixbuf/gif/invalid-background: OK /pixbuf/gif/all-reds: OK /pixbuf/gif/all-greens: OK /pixbuf/gif/all-blues: OK /pixbuf/gif/interlace: OK /pixbuf/gif/image-inside-bg: OK /pixbuf/gif/image-overlap-bg: OK /pixbuf/gif/image-outside-bg: OK /pixbuf/gif/missing-pixels: OK /pixbuf/gif/extra-pixels: OK /pixbuf/gif/extra-data: OK /pixbuf/gif/no-clear: OK /pixbuf/gif/no-eoi: OK /pixbuf/gif/no-clear-and-eoi: OK /pixbuf/gif/many-clears: OK /pixbuf/gif/double-clears: OK /pixbuf/gif/invalid-colors: OK /pixbuf/gif/max-width: OK /pixbuf/gif/max-height: OK /pixbuf/gif/4095-codes-clear: OK /pixbuf/gif/4095-codes: OK /pixbuf/gif/255-codes: OK /pixbuf/gif/large-codes: OK /pixbuf/gif/max-codes: OK /pixbuf/gif/transparent: OK /pixbuf/gif/invalid-transparent: OK /pixbuf/gif/disabled-transparent: OK /pixbuf/gif/loop-infinite: OK /pixbuf/gif/loop-once: OK /pixbuf/gif/loop-max: OK /pixbuf/gif/loop-buffer: OK /pixbuf/gif/loop-buffer_max: OK /pixbuf/gif/loop-animexts: OK /pixbuf/gif/animation: OK /pixbuf/gif/animation-speed: OK /pixbuf/gif/animation-no-delays: OK /pixbuf/gif/animation-zero-delays: OK /pixbuf/gif/dispose-none: OK /pixbuf/gif/dispose-keep: OK /pixbuf/gif/dispose-restore-background: OK /pixbuf/gif/comment: OK /pixbuf/gif/large-comment: OK /pixbuf/gif/nul-comment: OK /pixbuf/gif/invalid-ascii-comment: OK /pixbuf/gif/invalid-utf8-comment: OK /pixbuf/gif/plain-text: OK /pixbuf/gif/xmp-data: OK /pixbuf/gif/xmp-data-empty: OK /pixbuf/gif/icc-color-profile: OK /pixbuf/gif/icc-color-profile-empty: OK /pixbuf/gif/unknown-extension: OK /pixbuf/gif/unknown-application-extension: OK /pixbuf/gif/nul-application-extension: OK /pixbuf/gif/gif87a: OK /pixbuf/gif/gif87a-animation: OK PASS: gdk-pixbuf/pixbuf-gif.test Running test: gdk-pixbuf/cve-2015-4491.test /pixbuf/cve-2015-4491/original: OK /pixbuf/cve-2015-4491/scale-overflow: OK /pixbuf/cve-2015-4491/scale-x-overflow: OK /pixbuf/cve-2015-4491/scale-y-overflow: OK PASS: gdk-pixbuf/cve-2015-4491.test Running test: gdk-pixbuf/pixbuf-icc.test /pixbuf/icc/png: OK /pixbuf/icc/jpeg: OK /pixbuf/icc/png/incremental: OK /pixbuf/icc/jpeg/incremental: OK PASS: gdk-pixbuf/pixbuf-icc.test Running test: gdk-pixbuf/pixbuf-resource.test /pixbuf/resource: OK /pixbuf/resource/at-scale: OK PASS: gdk-pixbuf/pixbuf-resource.test Running test: gdk-pixbuf/pixbuf-short-gif-write.test /animation/short_gif_write: OK /animation/load_first_frame: OK PASS: gdk-pixbuf/pixbuf-short-gif-write.test Running test: gdk-pixbuf/pixbuf-randomly-modified.test /pixbuf/randomly-modified/bad-header.ico: OK /pixbuf/randomly-modified/bmp-line-overflow.bmp: OK /pixbuf/randomly-modified/bug775232.pnm: OK /pixbuf/randomly-modified/bug775242.bmp: OK /pixbuf/randomly-modified/bug775648.qtif: OK /pixbuf/randomly-modified/bug775697.jpg: OK /pixbuf/randomly-modified/bug776040.ico: OK /pixbuf/randomly-modified/crash.ico: OK /pixbuf/randomly-modified/decodecolormap.bmp: OK /pixbuf/randomly-modified/invalid.1.xpm: OK /pixbuf/randomly-modified/invalid.2.ico: OK /pixbuf/randomly-modified/invalid.4.ppm: OK /pixbuf/randomly-modified/valid.1.bmp: OK /pixbuf/randomly-modified/valid.1.gif: OK /pixbuf/randomly-modified/valid.1.jp2: OK /pixbuf/randomly-modified/valid.1.jpeg: OK /pixbuf/randomly-modified/valid.1.png: OK /pixbuf/randomly-modified/valid.1.ppm: OK /pixbuf/randomly-modified/valid.1.tga: OK /pixbuf/randomly-modified/valid.1.tiff: OK /pixbuf/randomly-modified/valid.1.xbm: OK /pixbuf/randomly-modified/valid.1.xpm: Executing: gdk-pixbuf/pixbuf-randomly-modified.test OK /pixbuf/randomly-modified/valid.2.jpeg: OK /pixbuf/randomly-modified/valid.2.ppm: OK /pixbuf/randomly-modified/valid.2.tga: OK /pixbuf/randomly-modified/valid.3.ppm: OK /pixbuf/randomly-modified/valid.4.ppm: OK /pixbuf/randomly-modified/fail/CVE-2017-2862.jpg: OK /pixbuf/randomly-modified/fail/DoS.tga: OK /pixbuf/randomly-modified/fail/androstanRezeptor.tga: OK /pixbuf/randomly-modified/fail/bug776694.bmp: OK /pixbuf/randomly-modified/fail/bug777315.bmp: OK /pixbuf/randomly-modified/fail/bug778204.ico: OK /pixbuf/randomly-modified/fail/bug778584.gif: OK /pixbuf/randomly-modified/fail/bug779012.ico: OK /pixbuf/randomly-modified/fail/bug779016-infinite.icns: OK /pixbuf/randomly-modified/fail/bug780269.tif: OK /pixbuf/randomly-modified/fail/bug784903-overflow-dimensions.tiff: OK /pixbuf/randomly-modified/fail/bug785973.gif: OK /pixbuf/randomly-modified/fail/bug793470-crasher.png: OK /pixbuf/randomly-modified/fail/colormap-image-without-colormap.tga: OK /pixbuf/randomly-modified/fail/empty-file.tga: OK /pixbuf/randomly-modified/fail/file3.jp2: OK /pixbuf/randomly-modified/fail/invalid.1.bmp: OK /pixbuf/randomly-modified/fail/invalid.1.gif: OK /pixbuf/randomly-modified/fail/invalid.1.ico: OK /pixbuf/randomly-modified/fail/invalid.1.png: OK /pixbuf/randomly-modified/fail/invalid.1.ppm: OK /pixbuf/randomly-modified/fail/invalid.2.gif: OK /pixbuf/randomly-modified/fail/invalid.2.png: OK /pixbuf/randomly-modified/fail/invalid.2.ppm: OK /pixbuf/randomly-modified/fail/invalid.3.gif: OK /pixbuf/randomly-modified/fail/invalid.3.ico: OK /pixbuf/randomly-modified/fail/invalid.3.png: OK /pixbuf/randomly-modified/fail/invalid.3.ppm: OK /pixbuf/randomly-modified/fail/invalid.4.gif: OK /pixbuf/randomly-modified/fail/invalid.4.png: OK /pixbuf/randomly-modified/fail/invalid.5.ppm: OK /pixbuf/randomly-modified/fail/invalid.6.ppm: OK /pixbuf/randomly-modified/fail/invalid.7.ppm: OK /pixbuf/randomly-modified/fail/invalid.8.ppm: OK /pixbuf/randomly-modified/fail/overflow.tga: OK PASS: gdk-pixbuf/pixbuf-randomly-modified.test Running test: gdk-pixbuf/pixbuf-jpeg.test /pixbuf/jpeg/inverted_cmyk_jpeg: OK /pixbuf/jpeg/type9_rotation_exif_tag: OK /pixbuf/jpeg/bug775218: OK /pixbuf/jpeg/comment: OK /pixbuf/jpeg/at_size: OK PASS: gdk-pixbuf/pixbuf-jpeg.test Running test: gdk-pixbuf/pixbuf-readonly-to-mutable.test /pixbuf/readonly/mutate: OK /pixbuf/readonly/readpixelbytes: OK PASS: gdk-pixbuf/pixbuf-readonly-to-mutable.test SUMMARY: total=22; passed=21; skipped=0; failed=1; user=30.3s; system=0.3s; maxrss=20172 FAIL: gdk-pixbuf/pixbuf-gif-circular-table.test (Child process killed by signal 6) ERROR: Exit status is 512 DURATION: 31 END: /usr/lib/gdk-pixbuf/ptest 2019-08-16T19:44 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:44 BEGIN: /usr/lib/gettext/ptest PASS: gettext-1 PASS: gettext-2 Skipping test: not a glibc system SKIP: gettext-3 PASS: gettext-4 Skipping test: not a glibc system SKIP: gettext-5 Skipping test: not a glibc or Mac OS X system SKIP: gettext-6 Skipping test: not a glibc or Mac OS X system SKIP: gettext-7 PASS: gettext-8 PASS: msgattrib-1 PASS: msgattrib-2 PASS: msgattrib-3 PASS: msgattrib-4 PASS: msgattrib-5 PASS: msgattrib-6 PASS: msgattrib-7 PASS: msgattrib-8 PASS: msgattrib-9 PASS: msgattrib-10 PASS: msgattrib-11 PASS: msgattrib-12 PASS: msgattrib-13 PASS: msgattrib-14 PASS: msgattrib-15 PASS: msgattrib-16 PASS: msgattrib-17 PASS: msgattrib-18 PASS: msgattrib-19 PASS: msgattrib-properties-1 PASS: msgcat-1 PASS: msgcat-2 PASS: msgcat-3 PASS: msgcat-4 PASS: msgcat-5 PASS: msgcat-6 PASS: msgcat-7 PASS: msgcat-8 PASS: msgcat-9 PASS: msgcat-10 PASS: msgcat-11 PASS: msgcat-12 PASS: msgcat-13 PASS: msgcat-14 PASS: msgcat-15 PASS: msgcat-16 PASS: msgcat-17 PASS: msgcat-18 PASS: msgcat-19 PASS: msgcat-20 PASS: msgcat-properties-1 PASS: msgcat-properties-2 PASS: msgcat-stringtable-1 PASS: msgcmp-1 PASS: msgcmp-2 PASS: msgcmp-3 PASS: msgcmp-4 PASS: msgcomm-1 PASS: msgcomm-2 PASS: msgcomm-3 PASS: msgcomm-4 PASS: msgcomm-5 PASS: msgcomm-6 PASS: msgcomm-7 PASS: msgcomm-8 PASS: msgcomm-9 PASS: msgcomm-10 PASS: msgcomm-11 PASS: msgcomm-12 PASS: msgcomm-13 PASS: msgcomm-14 PASS: msgcomm-15 PASS: msgcomm-16 PASS: msgcomm-17 PASS: msgcomm-18 PASS: msgcomm-19 PASS: msgcomm-20 PASS: msgcomm-21 PASS: msgcomm-22 PASS: msgcomm-23 PASS: msgcomm-24 PASS: msgcomm-25 PASS: msgcomm-26 PASS: msgcomm-27 PASS: msgcomm-28 PASS: msgconv-1 PASS: msgconv-2 PASS: msgconv-3 PASS: msgconv-4 PASS: msgconv-5 PASS: msgconv-6 PASS: msgconv-7 PASS: msgen-1 PASS: msgen-2 PASS: msgen-3 PASS: msgen-4 PASS: msgexec-1 PASS: msgexec-2 PASS: msgexec-3 PASS: msgexec-4 PASS: msgexec-5 PASS: msgexec-6 PASS: msgfilter-1 PASS: msgfilter-2 PASS: msgfilter-3 PASS: msgfilter-4 PASS: msgfilter-5 PASS: msgfilter-6 PASS: msgfilter-7 PASS: msgfilter-8 PASS: msgfilter-sr-latin-1 PASS: msgfilter-quote-1 PASS: msgfmt-1 PASS: msgfmt-2 PASS: msgfmt-3 PASS: msgfmt-4 PASS: msgfmt-5 PASS: msgfmt-6 PASS: msgfmt-7 PASS: msgfmt-8 PASS: msgfmt-9 PASS: msgfmt-10 PASS: msgfmt-11 PASS: msgfmt-12 PASS: msgfmt-13 PASS: msgfmt-14 PASS: msgfmt-15 PASS: msgfmt-16 PASS: msgfmt-17 PASS: msgfmt-18 PASS: msgfmt-properties-1 PASS: msgfmt-qt-1 PASS: msgfmt-qt-2 PASS: msgfmt-desktop-1 PASS: msgfmt-desktop-2 PASS: msgfmt-xml-1 PASS: msgfmt-xml-2 PASS: msggrep-1 PASS: msggrep-2 PASS: msggrep-3 PASS: msggrep-4 PASS: msggrep-5 PASS: msggrep-6 PASS: msggrep-7 PASS: msggrep-8 PASS: msggrep-9 PASS: msggrep-10 PASS: msggrep-11 PASS: msginit-1 PASS: msginit-2 PASS: msginit-3 PASS: msginit-4 PASS: msgmerge-1 PASS: msgmerge-2 PASS: msgmerge-3 PASS: msgmerge-4 PASS: msgmerge-5 PASS: msgmerge-6 PASS: msgmerge-7 PASS: msgmerge-8 PASS: msgmerge-9 PASS: msgmerge-10 PASS: msgmerge-11 PASS: msgmerge-12 PASS: msgmerge-13 PASS: msgmerge-14 PASS: msgmerge-15 PASS: msgmerge-16 PASS: msgmerge-17 PASS: msgmerge-18 PASS: msgmerge-19 PASS: msgmerge-20 PASS: msgmerge-21 PASS: msgmerge-22 PASS: msgmerge-23 PASS: msgmerge-24 PASS: msgmerge-25 PASS: msgmerge-compendium-1 PASS: msgmerge-compendium-2 PASS: msgmerge-compendium-3 PASS: msgmerge-compendium-4 PASS: msgmerge-compendium-5 PASS: msgmerge-compendium-6 PASS: msgmerge-properties-1 PASS: msgmerge-properties-2 PASS: msgmerge-update-1 PASS: msgmerge-update-2 PASS: msgmerge-update-3 PASS: msgmerge-update-4 PASS: msgunfmt-1 PASS: msgunfmt-2 PASS: msgunfmt-3 Skipping test: C# compiler not found SKIP: msgunfmt-csharp-1 Skipping test: Java compiler or jar not found SKIP: msgunfmt-java-1 PASS: msgunfmt-properties-1 PASS: msgunfmt-tcl-1 PASS: msguniq-1 PASS: msguniq-2 PASS: msguniq-3 PASS: msguniq-4 PASS: msguniq-5 PASS: msguniq-6 PASS: msguniq-7 PASS: recode-sr-latin-1 PASS: recode-sr-latin-2 PASS: xgettext-2 PASS: xgettext-3 PASS: xgettext-4 PASS: xgettext-5 PASS: xgettext-6 PASS: xgettext-7 PASS: xgettext-8 PASS: xgettext-9 PASS: xgettext-10 PASS: xgettext-11 xg-test12.c:1: ambiguous argument specification for keyword 'ngettext' xg-test12.c:2: ambiguous argument specification for keyword 'ngettext' PASS: xgettext-12 PASS: xgettext-13 PASS: xgettext-14 PASS: xgettext-appdata-1 PASS: xgettext-awk-1 PASS: xgettext-awk-2 PASS: xgettext-c-2 PASS: xgettext-c-3 PASS: xgettext-c-4 PASS: xgettext-c-5 PASS: xgettext-c-6 PASS: xgettext-c-7 PASS: xgettext-c-8 PASS: xgettext-c-9 PASS: xgettext-c-10 PASS: xgettext-c-11 PASS: xgettext-c-12 PASS: xgettext-c-13 PASS: xgettext-c-14 PASS: xgettext-c-15 PASS: xgettext-c-16 PASS: xgettext-c-17 PASS: xgettext-c-18 err1.c:2: warning: invalid Unicode character xg-c-19.c:10: warning: internationalized messages should not contain the '\a' escape sequence xg-c-19.c:10: warning: internationalized messages should not contain the '\b' escape sequence xg-c-19.c:10: warning: internationalized messages should not contain the '\f' escape sequence xg-c-19.c:10: warning: internationalized messages should not contain the '\r' escape sequence xg-c-19.c:10: warning: internationalized messages should not contain the '\v' escape sequence PASS: xgettext-c-19 err0.cc:1: warning: unterminated string literal err0.cc:3: warning: unterminated string literal err1.cc:3: warning: unterminated string literal PASS: xgettext-c-20 /usr/lib/gettext/ptest/tests/xg-c-21.c:3: warning: Empty msgid. It is reserved by GNU gettext: gettext("") returns the header entry with meta information, not the empty string. /usr/lib/gettext/ptest/tests/xg-c-21.c:4: warning: Empty msgid. It is reserved by GNU gettext: gettext("") returns the header entry with meta information, not the empty string. PASS: xgettext-c-21 PASS: xgettext-csharp-1 PASS: xgettext-csharp-2 PASS: xgettext-csharp-3 PASS: xgettext-csharp-4 PASS: xgettext-csharp-5 PASS: xgettext-csharp-6 PASS: xgettext-csharp-7 PASS: xgettext-csharp-8 PASS: xgettext-elisp-1 PASS: xgettext-elisp-2 PASS: xgettext-glade-1 PASS: xgettext-glade-2 PASS: xgettext-glade-3 PASS: xgettext-glade-4 PASS: xgettext-glade-5 PASS: xgettext-glade-6 PASS: xgettext-glade-7 PASS: xgettext-java-1 PASS: xgettext-java-2 PASS: xgettext-java-3 PASS: xgettext-java-4 PASS: xgettext-java-5 PASS: xgettext-java-6 PASS: xgettext-java-7 PASS: xgettext-librep-1 PASS: xgettext-librep-2 PASS: xgettext-lisp-1 PASS: xgettext-lisp-2 PASS: xgettext-objc-1 PASS: xgettext-objc-2 PASS: xgettext-perl-1 PASS: xgettext-perl-2 PASS: xgettext-perl-3 PASS: xgettext-perl-4 PASS: xgettext-perl-5 PASS: xgettext-perl-6 PASS: xgettext-perl-7 PASS: xgettext-perl-8 PASS: xgettext-php-1 PASS: xgettext-php-2 PASS: xgettext-php-3 PASS: xgettext-php-4 PASS: xgettext-po-1 PASS: xgettext-po-2 PASS: xgettext-properties-1 PASS: xgettext-python-1 PASS: xgettext-python-2 PASS: xgettext-python-3 PASS: xgettext-python-4 PASS: xgettext-scheme-1 PASS: xgettext-scheme-2 PASS: xgettext-scheme-3 PASS: xgettext-scheme-4 PASS: xgettext-sh-1 PASS: xgettext-sh-2 xg-sh-3.sh:2: warning: internationalized messages should not contain the '\a' escape sequence xg-sh-3.sh:2: warning: internationalized messages should not contain the '\b' escape sequence xg-sh-3.sh:2: warning: internationalized messages should not contain the '\f' escape sequence xg-sh-3.sh:2: warning: internationalized messages should not contain the '\r' escape sequence xg-sh-3.sh:2: warning: internationalized messages should not contain the '\v' escape sequence PASS: xgettext-sh-3 PASS: xgettext-sh-4 PASS: xgettext-sh-5 PASS: xgettext-sh-6 PASS: xgettext-smalltalk-1 PASS: xgettext-smalltalk-2 PASS: xgettext-stringtable-1 PASS: xgettext-tcl-1 PASS: xgettext-tcl-2 PASS: xgettext-tcl-3 PASS: xgettext-tcl-4 PASS: xgettext-ycp-1 PASS: xgettext-ycp-2 PASS: xgettext-ycp-3 PASS: xgettext-ycp-4 PASS: xgettext-lua-1 PASS: xgettext-lua-2 PASS: xgettext-javascript-1 PASS: xgettext-javascript-2 PASS: xgettext-javascript-3 PASS: xgettext-javascript-4 PASS: xgettext-javascript-5 PASS: xgettext-javascript-6 xg-vala-1.err.vala:3: warning: regular expression literal terminated too early PASS: xgettext-vala-1 PASS: xgettext-gsettings-1 err1.desktop:2:0: warning: missing '=' after "This" err2.desktop:2:0: warning: unterminated group name err3.desktop:3:0: warning: invalid non-blank line err4.desktop:2:0: warning: invalid non-blank character PASS: xgettext-desktop-1 PASS: xgettext-its-1 PASS: xgettext-its-2 PASS: format-awk-1 PASS: format-awk-2 PASS: format-boost-1 PASS: format-boost-2 PASS: format-c-1 PASS: format-c-2 PASS: format-c-3 PASS: format-c-4 PASS: format-c-5 PASS: format-csharp-1 PASS: format-csharp-2 PASS: format-elisp-1 PASS: format-elisp-2 PASS: format-gcc-internal-1 PASS: format-gcc-internal-2 PASS: format-gfc-internal-1 PASS: format-gfc-internal-2 PASS: format-java-1 PASS: format-java-2 PASS: format-kde-1 PASS: format-kde-2 f-kd-1-1.in:1: warning: Although being used in a format string position, the msgid is not a valid KDE KUIT format string. Reason: error while parsing: Premature end of data in tag kuit line 1 f-kd-1-2.in:1: warning: Although being used in a format string position, the msgid is not a valid KDE KUIT format string. Reason: error while parsing: Premature end of data in tag kuit line 1 f-kd-1-3.in:1: warning: Although being used in a format string position, the msgid is not a valid KDE KUIT format string. Reason: error while parsing: Opening and ending tag mismatch: filename line 1 and xfilename PASS: format-kde-kuit-1 PASS: format-kde-kuit-2 PASS: format-librep-1 PASS: format-librep-2 PASS: format-lisp-1 PASS: format-lisp-2 PASS: format-php-1 PASS: format-php-2 PASS: format-python-1 PASS: format-python-2 PASS: format-python-brace-1 PASS: format-python-brace-2 PASS: format-pascal-1 PASS: format-pascal-2 PASS: format-perl-1 PASS: format-perl-2 PASS: format-perl-brace-1 PASS: format-perl-brace-2 PASS: format-perl-mixed-1 PASS: format-perl-mixed-2 PASS: format-qt-1 PASS: format-qt-2 PASS: format-qt-plural-1 PASS: format-qt-plural-2 PASS: format-scheme-1 PASS: format-scheme-2 PASS: format-sh-1 PASS: format-sh-2 PASS: format-tcl-1 PASS: format-tcl-2 PASS: format-ycp-1 PASS: format-ycp-2 PASS: format-lua-1 PASS: format-lua-2 PASS: format-javascript-1 PASS: format-javascript-2 PASS: plural-1 PASS: plural-2 PASS: gettextpo-1 PASS: sentence-1 Skipping test: configured with --disable-libasprintf SKIP: lang-c++ Skipping test: Objective C compiler not found SKIP: lang-objc PASS: lang-sh PASS: lang-bash PASS: lang-python-1 PASS: lang-python-2 Skipping test: clisp not found SKIP: lang-clisp PASS: lang-elisp Skipping test: rep not found SKIP: lang-librep Skipping test: guile not found SKIP: lang-guile Skipping test: gst not found SKIP: lang-smalltalk Skipping test: Java compiler or jar not found SKIP: lang-java Skipping test: C# compiler not found SKIP: lang-csharp Skipping test: gawk was built without i18n support SKIP: lang-gawk Skipping test: Pascal compiler ppc386 or ppcx64 not found SKIP: lang-pascal PASS: lang-ycp PASS: lang-tcl Skipping test: perl package Locale::Messages is not installed SKIP: lang-perl-1 Skipping test: perl package libintl-perl is not installed SKIP: lang-perl-2 Skipping test: php not found SKIP: lang-php PASS: lang-po PASS: lang-rst Skipping test: lua not found SKIP: lang-lua Skipping test: gjs not found SKIP: lang-javascript Skipping test: valac not found SKIP: lang-vala Copying file ABOUT-NLS Copying file config.rpath Copying file intl/ChangeLog Copying file intl/Makefile.in Copying file intl/bindtextdom.c Copying file intl/config.charset Copying file intl/dcgettext.c Copying file intl/dcigettext.c Copying file intl/dcngettext.c Copying file intl/dgettext.c Copying file intl/dngettext.c Copying file intl/eval-plural.h Copying file intl/explodename.c Copying file intl/export.h Copying file intl/finddomain.c Copying file intl/gettext.c Copying file intl/gettextP.h Copying file intl/gmo.h Copying file intl/hash-string.c Copying file intl/hash-string.h Copying file intl/intl-compat.c Copying file intl/intl-exports.c Copying file intl/l10nflist.c Copying file intl/langprefs.c Copying file intl/libgnuintl.h.in Copying file intl/loadinfo.h Copying file intl/loadmsgcat.c Copying file intl/localcharset.c Copying file intl/localcharset.h Copying file intl/locale.alias Copying file intl/localealias.c Copying file intl/localename.c Copying file intl/lock.c Copying file intl/lock.h Copying file intl/log.c Copying file intl/ngettext.c Copying file intl/os2compat.c Copying file intl/os2compat.h Copying file intl/osdep.c Copying file intl/plural-exp.c Copying file intl/plural-exp.h Copying file intl/plural.c Copying file intl/plural.y Copying file intl/printf-args.c Copying file intl/printf-args.h Copying file intl/printf-parse.c Copying file intl/printf-parse.h Copying file intl/printf.c Copying file intl/ref-add.sin Copying file intl/ref-del.sin Copying file intl/relocatable.c Copying file intl/relocatable.h Copying file intl/textdomain.c Copying file intl/vasnprintf.c Copying file intl/vasnprintf.h Copying file intl/vasnwprintf.h Copying file intl/version.c Copying file intl/wprintf-parse.h Copying file intl/xsize.h Creating directory m4 Copying file m4/codeset.m4 Copying file m4/gettext.m4 Copying file m4/glibc2.m4 Copying file m4/glibc21.m4 Copying file m4/iconv.m4 Copying file m4/intdiv0.m4 Copying file m4/intmax.m4 Copying file m4/inttypes-h.m4 Copying file m4/inttypes-pri.m4 Copying file m4/inttypes_h.m4 Copying file m4/lcmessage.m4 Copying file m4/lib-ld.m4 Copying file m4/lib-link.m4 Copying file m4/lib-prefix.m4 Copying file m4/lock.m4 Copying file m4/longdouble.m4 Copying file m4/longlong.m4 Copying file m4/nls.m4 Copying file m4/po.m4 Copying file m4/printf-posix.m4 Copying file m4/progtest.m4 Copying file m4/signed.m4 Copying file m4/size_max.m4 Copying file m4/stdint_h.m4 Copying file m4/uintmax_t.m4 Copying file m4/ulonglong.m4 Copying file m4/visibility.m4 Copying file m4/wchar_t.m4 Copying file m4/wint_t.m4 Copying file m4/xsize.m4 Creating directory po Copying file po/Makefile.in.in Copying file po/Makevars.template Copying file po/Rules-quot Copying file po/boldquot.sed Copying file po/en@boldquot.header Copying file po/en@quot.header Copying file po/insert-header.sin Copying file po/quot.sed Copying file po/remove-potcdate.sin PASS: autopoint-1 autopoint: *** Missing version: please specify in configure.ac through a line 'AM_GNU_GETTEXT_VERSION(x.yy.zz)' the gettext version the package is using autopoint: *** Stop. FAIL: autopoint-2 cp: cannot stat '/usr/lib/gettext/ptest/tests/..//gnulib-lib/gettext.h': No such file or directory cp: cannot stat '/usr/lib/gettext/ptest/tests/..//examples/hello-c/hello.c': No such file or directory autopoint: *** Missing version: please specify in configure.ac through a line 'AM_GNU_GETTEXT_VERSION(x.yy.zz)' the gettext version the package is using autopoint: *** Stop. FAIL: autopoint-3 PASS: cldr-plurals-1 ======================================== 2 of 390 tests failed (22 tests were not run) Please report to bug-gnu-gettext@gnu.org ======================================== make: *** [Makefile:2324: runtest-TESTS] Error 1 DURATION: 32 END: /usr/lib/gettext/ptest 2019-08-16T19:45 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:45 BEGIN: /usr/lib/glib-2.0/ptest + useradd glib2-test + su glib2-test -c 'gnome-desktop-testing-runner glib' Running test: glib/datetime.test 08/16/19 19:45:03 PASS: glib/datetime.test Running test: glib/atomic-test.test PASS: glib/atomic-test.test Running test: glib/charset.test # random seed: R02S9fda386ce7369ef05120f51ecefb1995 1..2 # Start of charset tests # Test 0 # Test 1 # Test 2 # Test 3 ok 1 /charset/language_names_with_category ok 2 /charset/language_names_with_category_async # End of charset tests PASS: glib/charset.test Running test: glib/markup-subparser.test # random seed: R02S6446e9ab9a28f3df9d3495fb437501aa 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/rec-mutex.test # random seed: R02S95f51c58611021d3da8d345ea9d1a0f4 1..4 # Start of thread tests ok 1 /thread/rec-mutex1 ok 2 /thread/rec-mutex2 ok 3 /thread/rec-mutex3 Executing: glib/rec-mutex.test ok 4 /thread/rec-mutex4 # End of thread tests PASS: glib/rec-mutex.test Running test: glib/overflow-fallback.test # random seed: R02Sfa12d1b7e03f80ec7e1d63868750df2d 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/mappedfile.test # random seed: R02S5ac3c245df13a2d62d31648de732d05f 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/live-g-file.test # random seed: R02S3b31e15c5357585c13cb8190fcf491c4 1..13 # Start of live-g-file tests Cleaning target testing structure in 'testdir_live-g-file'... # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? ok 1 /live-g-file/prep_clean_structure Going to create testing structure in 'testdir_live-g-file'... Creating directory 'dir1'... Creating directory 'dir1/subdir'... Creating directory 'dir2'... Creating directory 'dir-target'... Creating directory 'dir_no-access'... Creating directory 'dir_no-write'... Creating file 'target-file'... Creating file 'normal_file'... Creating symlink 'normal_file-symlink' --> 'normal_file'... Creating file 'executable_file'... Creating file 'private_file'... Creating file 'normal_file2'... Creating file 'readonly_file'... Creating file 'UTF_pr?i?lis? z'... Creating directory 'dir_pr?i?lis? z'... Creating symlink 'lost_symlink' --> 'nowhere'... Creating directory 'dir_hidden'... Creating file 'dir_hidden/.a-hidden-file'... Creating file 'dir_hidden/file-in-.hidden1'... Creating file 'dir_hidden/file-in-.hidden2'... Creating pattern file... done. ok 2 /live-g-file/create_structure Testing sample structure in 'testdir_live-g-file'... Testing file 'dir1'... Testing file 'dir1/subdir'... Testing file 'dir2'... Testing file 'dir-target'... Testing file 'dir_no-access'... Testing file 'dir_no-write'... Testing file 'target-file'... Testing file 'normal_file'... Testing file 'normal_file-symlink'... Testing file 'executable_file'... Testing file 'private_file'... Testing file 'normal_file2'... Testing file 'readonly_file'... Testing file 'UTF_pr?i?lis? z'... Testing file 'dir_pr?i?lis? z'... Testing file 'lost_symlink'... Testing file 'dir_hidden'... Testing file 'dir_hidden/.a-hidden-file'... Testing file 'dir_hidden/file-in-.hidden1'... Testing file 'dir_hidden/file-in-.hidden2'... Testing pattern file... read 65536 bytes, total = 65536 of 65536. ok 3 /live-g-file/test_initial_structure Traversing through the sample structure in 'testdir_live-g-file'... Found file dir1, relative to root: dir1 Found file subdir, relative to root: dir1/subdir Found file dir2, relative to root: dir2 Found file dir-target, relative to root: dir-target Found file dir_no-access, relative to root: dir_no-access Found file dir_no-write, relative to root: dir_no-write Found file target-file, relative to root: target-file Found file normal_file, relative to root: normal_file Found file normal_file-symlink, relative to root: normal_file-symlink Found file executable_file, relative to root: executable_file Found file private_file, relative to root: private_file Found file normal_file2, relative to root: normal_file2 Found file readonly_file, relative to root: readonly_file Found file UTF_pr?i?lis? z, relative to root: UTF_pr?i?lis? z Found file dir_pr?i?lis? z, relative to root: dir_pr?i?lis? z Found file lost_symlink, relative to root: lost_symlink Found file dir_hidden, relative to root: dir_hidden Found file .a-hidden-file, relative to root: dir_hidden/.a-hidden-file Found file file-in-.hidden1, relative to root: dir_hidden/file-in-.hidden1 Found file .hidden, relative to root: dir_hidden/.hidden Found file file-in-.hidden2, relative to root: dir_hidden/file-in-.hidden2 Found file pattern_file, relative to root: pattern_file ok 4 /live-g-file/test_traverse_structure Test enumerate 'testdir_live-g-file'... Testing file 'dir_no-access' Testing file 'normal_file' Testing file 'normal_file-symlink' Testing file 'not_exists' Testing file 'not_exists' Testing file 'not_exists2' Testing file 'not_exists3' Testing file 'not_exists4' Testing file 'dir_no-execute/file' ok 5 /live-g-file/test_enumerate test_open: 'dir1' test_open: 'dir_no-access' test_open: 'target-file' test_open: 'normal_file-symlink' test_open: 'executable_file' test_open: 'private_file' test_open: 'readonly_file' test_open: 'UTF_pr?i?lis? z' test_open: 'pattern_file' test_open: 'not_exists' test_open: 'dir_no-execute/file' test_open: 'lost_symlink' ok 6 /live-g-file/test_open test_create: 'dir1' error code 3 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir1?: Is a directory test_create: 'dir1/subdir' error code 3 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir1/subdir?: Is a directory test_create: 'dir2' error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir2?: File exists test_create: 'normal_file' error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/normal_file?: File exists test_create: 'executable_file' test_create: 'private_file' test_create: 'normal_file2' test_create: 'UTF_pr?i?lis? z' error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/UTF_pr?i?lis? z?: File exists test_create: 'dir_pr?i?lis? z' error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_pr?i?lis? z?: File exists test_create: 'pattern_file' test_create: 'not_exists2' test_create: 'not_exists3' test_create: 'not_exists4' ok 7 /live-g-file/test_create do_copy_move: 'dir1/subdir' --> 'dir-target' res = 0, error code 25 = Can?t recursively copy directory do_copy_move: 'dir1/subdir' --> '.' res = 0, error code 2 = Target file exists do_copy_move: 'dir1/subdir' --> 'target-file' res = 0, error code 4 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/target-file/dir1/subdir?: Not a directory do_copy_move: 'dir1/subdir' --> 'not_exists' res = 0, error code 25 = Can?t recursively copy directory do_copy_move: 'dir1/subdir' --> 'dir_no-access' res = 0, error code 25 = Can?t recursively copy directory do_copy_move: 'dir1/subdir' --> 'dir_no-write' res = 0, error code 25 = Can?t recursively copy directory do_copy_move: 'dir2' --> 'dir-target' do_copy_move: 'dir-target' --> 'dir-target' res = 0, error code 25 = Can?t recursively copy directory do_copy_move: 'dir-target' --> '.' res = 0, error code 2 = Target file exists do_copy_move: 'dir-target' --> 'target-file' res = 0, error code 4 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/target-file/dir-target?: Not a directory do_copy_move: 'dir-target' --> 'not_exists' res = 0, error code 25 = Can?t recursively copy directory do_copy_move: 'dir-target' --> 'dir_no-access' res = 0, error code 25 = Can?t recursively copy directory do_copy_move: 'dir-target' --> 'dir_no-write' res = 0, error code 25 = Can?t recursively copy directory do_copy_move: 'target-file' --> 'dir-target' do_copy_move: 'target-file' --> '.' res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/target-file?: File exists do_copy_move: 'target-file' --> 'target-file' res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/target-file/target-file?: Not a directory do_copy_move: 'target-file' --> 'not_exists' res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists/target-file?: No such file or directory do_copy_move: 'target-file' --> 'dir_no-access' res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-access/target-file?: Permission denied do_copy_move: 'target-file' --> 'dir_no-write' res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-write/target-file?: Permission denied do_copy_move: 'normal_file-symlink' --> 'dir-target' do_copy_move: 'normal_file-symlink' --> '.' res = 0, error code 2 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/normal_file-symlink: File exists do_copy_move: 'normal_file-symlink' --> 'target-file' res = 0, error code 4 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/target-file/normal_file-symlink: Not a directory do_copy_move: 'normal_file-symlink' --> 'not_exists' res = 0, error code 1 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists/normal_file-symlink: No such file or directory do_copy_move: 'normal_file-symlink' --> 'dir_no-access' res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-access/normal_file-symlink: Permission denied do_copy_move: 'normal_file-symlink' --> 'dir_no-write' res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-write/normal_file-symlink: Permission denied do_copy_move: 'executable_file' --> 'dir-target' do_copy_move: 'executable_file' --> 'dir-target' do_copy_move: 'executable_file' --> '.' res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/executable_file?: File exists do_copy_move: 'executable_file' --> 'target-file' res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/target-file/executable_file?: Not a directory do_copy_move: 'executable_file' --> 'not_exists' res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists/executable_file?: No such file or directory do_copy_move: 'executable_file' --> 'dir_no-access' res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-access/executable_file?: Permission denied do_copy_move: 'executable_file' --> 'dir_no-write' res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-write/executable_file?: Permission denied do_copy_move: 'private_file' --> 'dir-target' do_copy_move: 'private_file' --> 'dir-target' do_copy_move: 'private_file' --> '.' res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/private_file?: File exists do_copy_move: 'private_file' --> 'target-file' res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/target-file/private_file?: Not a directory do_copy_move: 'private_file' --> 'not_exists' res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists/private_file?: No such file or directory do_copy_move: 'private_file' --> 'dir_no-access' res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-access/private_file?: Permission denied do_copy_move: 'private_file' --> 'dir_no-write' res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-write/private_file?: Permission denied do_copy_move: 'normal_file2' --> 'dir-target' do_copy_move: 'normal_file2' --> 'dir-target' do_copy_move: 'normal_file2' --> '.' res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/normal_file2?: File exists do_copy_move: 'normal_file2' --> 'target-file' res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/target-file/normal_file2?: Not a directory do_copy_move: 'normal_file2' --> 'not_exists' res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists/normal_file2?: No such file or directory do_copy_move: 'normal_file2' --> 'dir_no-access' res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-access/normal_file2?: Permission denied do_copy_move: 'normal_file2' --> 'dir_no-write' res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-write/normal_file2?: Permission denied do_copy_move: 'UTF_pr?i?lis? z' --> 'dir-target' do_copy_move: 'UTF_pr?i?lis? z' --> 'dir-target' do_copy_move: 'UTF_pr?i?lis? z' --> '.' res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/UTF_pr?i?lis? z?: File exists do_copy_move: 'UTF_pr?i?lis? z' --> 'target-file' res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/target-file/UTF_pr?i?lis? z?: Not a directory do_copy_move: 'UTF_pr?i?lis? z' --> 'not_exists' res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists/UTF_pr?i?lis? z?: No such file or directory do_copy_move: 'UTF_pr?i?lis? z' --> 'dir_no-access' res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-access/UTF_pr?i?lis? z?: Permission denied do_copy_move: 'UTF_pr?i?lis? z' --> 'dir_no-write' res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-write/UTF_pr?i?lis? z?: Permission denied do_copy_move: 'pattern_file' --> 'dir-target' do_copy_move: 'pattern_file' --> '.' res = 0, error code 2 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/pattern_file?: File exists do_copy_move: 'pattern_file' --> 'target-file' res = 0, error code 4 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/target-file/pattern_file?: Not a directory do_copy_move: 'pattern_file' --> 'not_exists' res = 0, error code 1 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists/pattern_file?: No such file or directory do_copy_move: 'pattern_file' --> 'dir_no-access' res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-access/pattern_file?: Permission denied do_copy_move: 'pattern_file' --> 'dir_no-write' res = 0, error code 14 = Error opening file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-write/pattern_file?: Permission denied do_copy_move: 'not_exists' --> 'dir-target' res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists?: No such file or directory do_copy_move: 'not_exists' --> '.' res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists?: No such file or directory do_copy_move: 'not_exists' --> 'target-file' res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists?: No such file or directory do_copy_move: 'not_exists' --> 'not_exists' res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists?: No such file or directory do_copy_move: 'not_exists' --> 'dir_no-access' res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists?: No such file or directory do_copy_move: 'not_exists' --> 'dir_no-write' res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists?: No such file or directory do_copy_move: 'not_exists' --> 'dir-target' res = 0, error code 1 = Error moving file /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists: No such file or directory do_copy_move: 'lost_symlink' --> 'dir-target' do_copy_move: 'lost_symlink' --> '.' res = 0, error code 2 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/lost_symlink: File exists do_copy_move: 'lost_symlink' --> 'target-file' res = 0, error code 4 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/target-file/lost_symlink: Not a directory do_copy_move: 'lost_symlink' --> 'not_exists' res = 0, error code 1 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists/lost_symlink: No such file or directory do_copy_move: 'lost_symlink' --> 'dir_no-access' res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-access/lost_symlink: Permission denied do_copy_move: 'lost_symlink' --> 'dir_no-write' res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-write/lost_symlink: Permission denied ok 8 /live-g-file/test_copy_move Deleting dir1, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir1 result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir1: Directory not empty Deleting dir2, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir2 result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir2: No such file or directory Deleting executable_file, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/executable_file result = 0, error = Trashing on system internal mounts is not supported Deleting readonly_file, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/readonly_file Deleting dir_pr?i?lis? z, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_pr?i?lis? z Deleting not_exists, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists: No such file or directory Deleting not_exists, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists result = 0, error = Error trashing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/not_exists: No such file or directory Deleting dir_no-execute/file, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-execute/file result = 0, error = Error removing file /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/dir_no-execute/file: No such file or directory Deleting lost_symlink, path = /var/volatile/tmp/test-tmp-glib_live-g-file.test-ZQMM6Z/testdir_live-g-file/lost_symlink ok 9 /live-g-file/test_delete ok 10 /live-g-file/test_make_directory_with_parents Cleaning target testing structure in 'testdir_live-g-file'... deleting 'dir1' deleting 'subdir' deleting 'dir-target' deleting 'dir2' deleting 'target-file' deleting 'normal_file-symlink' deleting 'executable_file' deleting 'private_file' deleting 'normal_file2' deleting 'UTF_pr?i?lis? z' deleting 'pattern_file' deleting 'lost_symlink' deleting 'dir_no-access' deleting 'dir_no-write' deleting 'target-file' deleting 'normal_file' deleting 'normal_file-symlink' deleting 'executable_file~' deleting 'private_file' deleting 'normal_file2~' deleting 'UTF_pr?i?lis? z' deleting 'dir_hidden' deleting '.a-hidden-file' deleting 'file-in-.hidden1' deleting '.hidden' deleting 'file-in-.hidden2' deleting 'pattern_file' deleting 'executable_file' deleting 'normal_file2' deleting 'not_exists2' deleting 'not_exists3' deleting 'not_exists4' deleting 'a' ok 11 /live-g-file/final_clean # Start of test_unix_is_mountpoint tests ok 12 /live-g-file/test_unix_is_mountpoint/sysroot ok 13 /live-g-file/test_unix_is_mountpoint/proc # End of test_unix_is_mountpoint tests # End of live-g-file tests PASS: glib/live-g-file.test Running test: glib/testfilemonitor.test # random seed: R02S66f2ca816af2c9f1c8f85c9b86eec010 1..6 # Start of monitor tests # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? Executing: glib/testfilemonitor.test ok 1 /monitor/atomic-replace ok 2 /monitor/file-changes Executing: glib/testfilemonitor.test ok 3 /monitor/dir-monitor Executing: glib/testfilemonitor.test Executing: glib/testfilemonitor.test Executing: glib/testfilemonitor.test Executing: glib/testfilemonitor.test Executing: glib/testfilemonitor.test ok 4 /monitor/dir-not-existent ok 5 /monitor/cross-dir-moves # Start of file tests # Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=755721 # Running with hard link tests Executing: glib/testfilemonitor.test # Event 0 at expected index 7 skipped because it is marked as optional # Event 2 at expected index 11 skipped because it is marked as optional ok 6 /monitor/file/hard-links # End of file tests # End of monitor tests PASS: glib/testfilemonitor.test Running test: glib/thread.test # random seed: R02Sc41ef203b70761bf2586fb29b7f2aa0d 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/qdata.test # random seed: R02Sd23e6ad61ad51c16167ea936c5bf013a 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/socket-address.test # random seed: R02S201fb3353d707babdab2470f5bfbcdb0 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/gdatetime.test # random seed: R02S9bfc35a2538b424ce7a2ab18fd587897 1..54 # 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_from_iso8601 ok 29 /GDateTime/new_full ok 30 /GDateTime/now ok 31 /GDateTime/printf ok 32 /GDateTime/non_utf8_printf ok 33 /GDateTime/format_unrepresentable ok 34 /GDateTime/strftime ok 35 /GDateTime/modifiers # Bug Reference: http://bugzilla.gnome.org/749206 ok 36 /GDateTime/month_names ok 37 /GDateTime/to_local ok 38 /GDateTime/to_unix ok 39 /GDateTime/to_timeval ok 40 /GDateTime/to_utc ok 41 /GDateTime/now_utc ok 42 /GDateTime/dst # Bug Reference: http://bugzilla.gnome.org/642935 ok 43 /GDateTime/test_z ok 44 /GDateTime/test-all-dates # Start of new_from_unix tests # Bug Reference: http://bugzilla.gnome.org/782089 ok 45 /GDateTime/new_from_unix/overflow # End of new_from_unix tests # Start of new_from_timeval tests # Bug Reference: http://bugzilla.gnome.org/782089 # Maximum supported GTimeVal.tv_sec = 253402300799 ok 46 /GDateTime/new_from_timeval/overflow # End of new_from_timeval tests # Start of strftime tests ok 47 /GDateTime/strftime/error_handling # End of strftime tests # End of GDateTime tests # Start of GTimeZone tests ok 48 /GTimeZone/find-interval ok 49 /GTimeZone/adjust-time ok 50 /GTimeZone/no-header ok 51 /GTimeZone/posix-parse # Bug Reference: http://bugzilla.gnome.org/697715 ok 52 /GTimeZone/floating-point ok 53 /GTimeZone/identifier # Vector 0: -10000 # Vector 1: -3600 # Vector 2: -61 # Vector 3: -60 # Vector 4: -59 # Vector 5: 0 # Vector 6: 59 # Vector 7: 60 # Vector 8: 61 # Vector 9: 3600 # Vector 10: 10000 ok 54 /GTimeZone/new-offset # End of GTimeZone tests PASS: glib/gdatetime.test Running test: glib/bitlock.test # random seed: R02S4e2a029a5162d037fa5703a589eaff87 1..0 PASS: glib/bitlock.test Running test: glib/gdbus-names.test # random seed: R02S845f0734752fc8da54110386db10f383 1..3 # Start of gdbus tests ok 1 /gdbus/validate-names # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 2 /gdbus/bus-own-name # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 3 /gdbus/bus-watch-name # End of gdbus tests PASS: glib/gdbus-names.test Running test: glib/dbus-appinfo.test # random seed: R02Sfcb563c534e7e82c42a61bdf09dd6faf # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) 1..1 # Start of appinfo tests # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? ok 1 /appinfo/dbusappinfo # End of appinfo tests PASS: glib/dbus-appinfo.test Running test: glib/testgobject.test private data during initialization: 54321 == 54321 MAIN: emit test-signal: TestObject-Message: 19:45:53.335: ::test_signal default_handler called TestObject-Message: 19:45:53.335: ::test_signal default_handler called TestObject-Message: 19:45:53.335: ::test_signal default_handler called TestObject-Message: 19:45:53.335: signal return: "" MAIN: call iface print-string on test and derived object: Iface-FOO: "iface-string-from-test-type" from 0x56518cb23870 Iface-BAR: "iface-string-from-derived-type" from 0x56518cb25820 chaining: Iface-FOO: "iface-string-from-derived-type" from 0x56518cb25820 private data after initialization: 54321 == 54321 TestObject-Message: 19:45:53.335: /usr/libexec/installed-tests/glib/testgobject done PASS: glib/testgobject.test Running test: glib/gdbus-unix-addresses.test # random seed: R02Se41acde139596bff5a8fa241bc58c005 1..2 # Start of gdbus tests # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 1 /gdbus/x11-autolaunch # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 2 /gdbus/xdg-runtime # End of gdbus tests PASS: glib/gdbus-unix-addresses.test Running test: glib/refstring.test # random seed: R02Se970f5d6678cc21385b95e21e3585c9b 1..5 # Start of refstring tests # s = 'hello, world' (0x560b86affeb0) ok 1 /refstring/base ok 2 /refstring/length ok 3 /refstring/length-auto ok 4 /refstring/length-nuls # s = 'hello, world' (0x560b86affeb0) # p = s = 'hello, world' (0x560b86affeb0) # releasing p[0x560b86affeb0] ('hello, world') # p = 'goodbye, world' (0x560b86b01fb0) # releasing p[0x560b86b01fb0] ('goodbye, world') # releasing s[0x560b86affeb0] ('hello, world') ok 5 /refstring/intern # End of refstring tests PASS: glib/refstring.test Running test: glib/gdbus-peer-object-manager.test # random seed: R02S27c22f6b6a41d9b008a732ab3ea13a62 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: glib/asyncqueue-test.test Executing: glib/asyncqueue-test.test Executing: glib/asyncqueue-test.test Executing: glib/asyncqueue-test.test Executing: glib/asyncqueue-test.test Executing: glib/asyncqueue-test.test PASS: glib/asyncqueue-test.test Running test: glib/slice-concurrent.test Starting 8 threads for concurrent GSlice usage... headbbcfffhcdbaeaeggghhbbgcggebcdceefhbafhadfdcaacgahbfccaaahchebgdbgbbcbgceeegcfcfgacchgbdgefccedgcggcbhgabfbggddacdfbhbcaahadcdhccghd Thread 1: 48656 blocks freed, 1210 blocks not freed Thread 2: 48259 blocks freed, 1448 blocks not freed Thread 3: 49127 blocks freed, 873 blocks not freed Thread 4: 49363 blocks freed, 901 blocks not freed Thread 5: 49177 blocks freed, 554 blocks not freed Thread 6: 47941 blocks freed, 1976 blocks not freed Thread 7: 49178 blocks freed, 1043 blocks not freed Thread 8: 48519 blocks freed, 1775 blocks not freed PASS: glib/slice-concurrent.test Running test: glib/strfuncs.test # random seed: R02Sa8be52585ce92d74e85763b63c2098ea 1..33 # 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 ok 31 /strfuncs/strv-equal # Start of ascii-string-to-num tests ok 32 /strfuncs/ascii-string-to-num/usual ok 33 /strfuncs/ascii-string-to-num/pathological # End of ascii-string-to-num tests # End of strfuncs tests PASS: glib/strfuncs.test Running test: glib/properties4.test START: /usr/libexec/installed-tests/glib/properties4 PASS: glib/properties4.test Running test: glib/spawn-test.test PASS: glib/spawn-test.test Running test: glib/module-test.test PASS: glib/module-test.test Running test: glib/cxx-test.test PASS: glib/cxx-test.test Running test: glib/binding.test # random seed: R02Sf6c2e9a017b75b1fa602c6be24d2c3fa 1..13 # 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/unbind-weak # Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1373 ok 12 /binding/unbind-multiple ok 13 /binding/fail # End of binding tests PASS: glib/binding.test Running test: glib/hostutils.test # random seed: R02S366df0f171eddc36c0e79a1a7b88ac9f 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/cond.test # random seed: R02S997c50dd6314356dffe2eeb29051a6f0 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/data-output-stream.test # random seed: R02Sd5e90ac7956a60a481f2d6469dda3fcc 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: glib/proxy-test.test # random seed: R02Sab6bcbf63034a65b91fdd819627a1688 1..9 # Start of proxy tests # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation test (GTestProxyResolver) for ?gio-proxy-resolver? 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 # GLib-GIO-DEBUG: IPv6 DNS error: Not found # GLib-GIO-DEBUG: IPv4 DNS error: Not found ok 7 /proxy/dns ok 8 /proxy/override ok 9 /proxy/enumerator-ports # End of proxy tests PASS: glib/proxy-test.test Running test: glib/search-utils.test # random seed: R02Sa3b600a6827b6425c315154b17e680f1 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/boxed.test # random seed: R02S9e1287363aa0868da79fb3a38b4c3690 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: glib/child-test.test Executing: glib/child-test.test Executing: glib/child-test.test Executing: glib/child-test.test Executing: glib/child-test.test PASS: glib/child-test.test Running test: glib/rwlock.test # random seed: R02S9ecd3a30cf245958c36c4b3010ab2013 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 Executing: glib/rwlock.test Executing: glib/rwlock.test ok 7 /thread/rwlock7 ok 8 /thread/rwlock8 # End of thread tests PASS: glib/rwlock.test Running test: glib/trash.test # random seed: R02Se1eba2c26a874bd65fa97f593ec4e608 1..2 # Start of trash tests # Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/251 # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? # File: /tmp/test-trash90OT6Z (parent st_dev: 16) # Home: /home/glib2-test (st_dev: 64768) # Mount: /var/volatile # Error: Trashing on system internal mounts is not supported ok 1 /trash/not-supported # Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1522 ok 2 /trash/symlinks # SKIP Directory '/home/glib2-test/.local' does not exist # End of trash tests PASS: glib/trash.test Running test: glib/gdbus-proxy-threads.test # random seed: R02S8bdc6efa92b95565aca5ed76b2c81b25 1..1 # Start of gdbus tests # Start of proxy tests # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 1 /gdbus/proxy/vs-threads # End of proxy tests # End of gdbus tests cleaning up pid 20141 PASS: glib/gdbus-proxy-threads.test Running test: glib/static-link.test Test disabled because GLIB_TEST_COMPILATION is not set in the env. If you wish to run this test, set GLIB_TEST_COMPILATION=1 in the env, and make sure you have glib build dependencies installed, including meson. PASS: glib/static-link.test Running test: glib/readwrite.test # random seed: R02S58f59d80d7fedacd02ddc7755fe88434 1..3 # Start of readwrite tests # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? 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/date.test # random seed: R02Sc0f87a319192ff81528bf18de4080f66 1..117 # 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/parse_locale_change # Bug Reference: http://bugzilla.gnome.org/793550 ok 8 /date/month_substring # Bug Reference: http://bugzilla.gnome.org/749206 ok 9 /date/month_names ok 10 /date/clamp ok 11 /date/order ok 12 /date/copy # Vector 0: 0000-00-00, invalid # Vector 1: 0001-01-01, valid # Vector 2: 0000-01-01, invalid # Vector 3: 2000-02-30, invalid # Vector 4: 2000-02-29, valid # Vector 5: 2001-02-29, invalid # Vector 6: 65535-01-01, valid ok 13 /date/valid-dmy # Start of year tests ok 14 /date/year/1 ok 15 /date/year/2 ok 16 /date/year/3 ok 17 /date/year/4 ok 18 /date/year/5 ok 19 /date/year/6 ok 20 /date/year/7 ok 21 /date/year/8 ok 22 /date/year/9 ok 23 /date/year/10 ok 24 /date/year/11 ok 25 /date/year/12 ok 26 /date/year/13 ok 27 /date/year/14 ok 28 /date/year/98 ok 29 /date/year/99 ok 30 /date/year/100 ok 31 /date/year/101 ok 32 /date/year/102 ok 33 /date/year/103 ok 34 /date/year/397 ok 35 /date/year/398 ok 36 /date/year/399 ok 37 /date/year/400 ok 38 /date/year/401 ok 39 /date/year/402 ok 40 /date/year/403 ok 41 /date/year/404 ok 42 /date/year/405 ok 43 /date/year/406 ok 44 /date/year/1598 ok 45 /date/year/1599 ok 46 /date/year/1600 ok 47 /date/year/1601 ok 48 /date/year/1602 ok 49 /date/year/1650 ok 50 /date/year/1651 ok 51 /date/year/1897 ok 52 /date/year/1898 ok 53 /date/year/1899 ok 54 /date/year/1900 ok 55 /date/year/1901 ok 56 /date/year/1902 ok 57 /date/year/1903 ok 58 /date/year/1961 ok 59 /date/year/1962 ok 60 /date/year/1963 ok 61 /date/year/1964 ok 62 /date/year/1965 ok 63 /date/year/1967 ok 64 /date/year/1968 ok 65 /date/year/1969 ok 66 /date/year/1970 ok 67 /date/year/1971 ok 68 /date/year/1972 ok 69 /date/year/1973 ok 70 /date/year/1974 ok 71 /date/year/1975 ok 72 /date/year/1976 ok 73 /date/year/1977 ok 74 /date/year/1978 ok 75 /date/year/1979 ok 76 /date/year/1980 ok 77 /date/year/1981 ok 78 /date/year/1982 ok 79 /date/year/1983 ok 80 /date/year/1984 ok 81 /date/year/1985 ok 82 /date/year/1986 ok 83 /date/year/1987 ok 84 /date/year/1988 ok 85 /date/year/1989 ok 86 /date/year/1990 ok 87 /date/year/1991 ok 88 /date/year/1992 ok 89 /date/year/1993 ok 90 /date/year/1994 ok 91 /date/year/1995 ok 92 /date/year/1996 ok 93 /date/year/1997 ok 94 /date/year/1998 ok 95 /date/year/1999 ok 96 /date/year/2000 ok 97 /date/year/2001 ok 98 /date/year/2002 ok 99 /date/year/2003 ok 100 /date/year/2004 ok 101 /date/year/2005 ok 102 /date/year/2006 ok 103 /date/year/2007 ok 104 /date/year/2008 ok 105 /date/year/2009 ok 106 /date/year/2010 ok 107 /date/year/2011 ok 108 /date/year/2012 ok 109 /date/year/3000 ok 110 /date/year/3001 ok 111 /date/year/3002 ok 112 /date/year/3998 ok 113 /date/year/3999 ok 114 /date/year/4000 ok 115 /date/year/4001 ok 116 /date/year/4002 ok 117 /date/year/4003 # End of year tests # End of date tests PASS: glib/date.test Running test: glib/tls-database.test # random seed: R02Sb8cbd0c52cc37dcb0e081b81f548731e 1..1 # Start of tls-backend tests # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation test (GTestTlsBackend) for ?gio-tls-backend? ok 1 /tls-backend/set-default-database # End of tls-backend tests PASS: glib/tls-database.test Running test: glib/converter-stream.test # random seed: R02S816f3bca644cac496eb9e7f41b5368ba 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 # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver? ok 16 /converter-stream/pollable ok 17 /converter-stream/leftover # End of converter-stream tests PASS: glib/converter-stream.test Running test: glib/unix.test # random seed: R02S97da069a1fcfe365e655603944f14e7f 1..9 # Start of glib-unix tests ok 1 /glib-unix/pipe ok 2 /glib-unix/error ok 3 /glib-unix/nonblocking Executing: glib/unix.test 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 ok 9 /glib-unix/callback_after_signal # End of glib-unix tests PASS: glib/unix.test Running test: glib/642026-ec.test # random seed: R02Sbaa39d699511c066accfdb50718992ef 1..1 # Start of glib tests # Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642026 Executing: glib/642026-ec.test ok 1 /glib/642026 # End of glib tests PASS: glib/642026-ec.test Running test: glib/sleepy-stream.test # random seed: R02Sf5d14e5ea5a1aad5107fee325eddbd27 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/gdbus-message.test # random seed: R02S44f5a291f253ad0d86bc9b8b9db29ea3 1..3 # Start of gdbus tests # Start of message tests ok 1 /gdbus/message/lock ok 2 /gdbus/message/copy # Vector: 0 # Vector: 1 # Vector: 2 # Vector: 3 # Vector: 4 # Vector: 5 ok 3 /gdbus/message/bytes-needed # End of message tests # End of gdbus tests PASS: glib/gdbus-message.test Running test: glib/bit-test.test PASS: glib/bit-test.test Running test: glib/cancellable.test # random seed: R02S8aba9509574e6b50318c0adcc809eca4 1..1 # Start of cancellable tests ok 1 /cancellable/multiple-concurrent # End of cancellable tests PASS: glib/cancellable.test Running test: glib/environment.test # random seed: R02S00efdbfe7ad021c4b09125be7c1042cc 1..5 # Start of environ tests ok 1 /environ/listenv ok 2 /environ/setenv ok 3 /environ/array ok 4 /environ/null ok 5 /environ/case # End of environ tests PASS: glib/environment.test Running test: glib/async-splice-output-stream.test # random seed: R02S3a938ce7d24a57351976db8b86592173 1..4 # Start of async-splice tests ok 1 /async-splice/copy-chunks # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? 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/timeloop-closure.test Children: 3 Iters: 10000 Children: 3 Iters: 10000 Children: 3 Iters: 10000 Children: 3 Iters: 10000 Elapsed user: 99 Elapsed system: 100 Elapsed total: 199 total / iteration: 0.00663333 PASS: glib/timeloop-closure.test Running test: glib/collate.test # random seed: R02S4a717b1e5e6d43ec800adcb453b6f415 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/dirname-test.test PASS: glib/dirname-test.test Running test: glib/error.test # random seed: R02S06f1ff8654e74488e9e878d295b56988 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/mimeapps.test # random seed: R02S1345209c0254da9701cbb63f005d39f9 1..7 # Start of appinfo tests # GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/home # GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/cache # GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/system-config1:/tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/system-config2 # GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/config # GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/system-data1:/tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/system-data2 # GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/data # GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/runtime # creating '/tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/system-data1/applications' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/system-data1/applications/mimeapps.list' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/data/applications' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/data/applications/myapp.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/data/applications/myapp2.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/data/applications/myapp3.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/data/applications/myapp4.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/data/applications/myapp5.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/data/applications/nosuchapp.desktop' # removing '/tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/data/applications/mimeapps.list' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/data/applications/mimeinfo.cache' # GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from (null) to /tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/config ok 1 /appinfo/all # Start of mime tests # GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/home # GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/cache # GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/system-config1:/tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/system-config2 # GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/config # GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/system-data1:/tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/system-data2 # GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/data # GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/runtime # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/system-data1/applications' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/system-data1/applications/mimeapps.list' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/data/applications' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/data/applications/myapp.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/data/applications/myapp2.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/data/applications/myapp3.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/data/applications/myapp4.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/data/applications/myapp5.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/data/applications/nosuchapp.desktop' # removing '/tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/data/applications/mimeapps.list' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/data/applications/mimeinfo.cache' # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/config # GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_V76N6Z/appinfo/all/.dirs/config to /tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/config ok 2 /appinfo/mime/api # GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/home # GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/cache # GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/system-config1:/tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/system-config2 # GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/config # GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/system-data1:/tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/system-data2 # GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/data # GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/runtime # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/system-data1/applications' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/system-data1/applications/mimeapps.list' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/data/applications' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/data/applications/myapp.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/data/applications/myapp2.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/data/applications/myapp3.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/data/applications/myapp4.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/data/applications/myapp5.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/data/applications/nosuchapp.desktop' # removing '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/data/applications/mimeapps.list' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/data/applications/mimeinfo.cache' # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/config # GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_V76N6Z/appinfo/mime/api/.dirs/config to /tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/config ok 3 /appinfo/mime/default # GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/home # GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/cache # GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/system-config1:/tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/system-config2 # GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/config # GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/system-data1:/tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/system-data2 # GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/data # GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/runtime # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/system-data1/applications' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/system-data1/applications/mimeapps.list' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/data/applications' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/data/applications/myapp.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/data/applications/myapp2.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/data/applications/myapp3.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/data/applications/myapp4.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/data/applications/myapp5.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/data/applications/nosuchapp.desktop' # removing '/tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/data/applications/mimeapps.list' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/data/applications/mimeinfo.cache' # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/config # GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_V76N6Z/appinfo/mime/default/.dirs/config to /tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/config ok 4 /appinfo/mime/file # GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/home # GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/cache # GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/system-config1:/tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/system-config2 # GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/config # GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/system-data1:/tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/system-data2 # GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/data # GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/runtime # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/system-data1/applications' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/system-data1/applications/mimeapps.list' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/data/applications' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/data/applications/myapp.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/data/applications/myapp2.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/data/applications/myapp3.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/data/applications/myapp4.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/data/applications/myapp5.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/data/applications/nosuchapp.desktop' # removing '/tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/data/applications/mimeapps.list' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/data/applications/mimeinfo.cache' # GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_V76N6Z/appinfo/mime/file/.dirs/config to /tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/config ok 5 /appinfo/mime/scheme-handler # GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/home # GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/cache # GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/system-config1:/tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/system-config2 # GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/config # GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/system-data1:/tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/system-data2 # GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/data # GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/runtime # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/system-data1/applications' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/system-data1/applications/mimeapps.list' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/data/applications' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/data/applications/myapp.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/data/applications/myapp2.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/data/applications/myapp3.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/data/applications/myapp4.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/data/applications/myapp5.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/data/applications/nosuchapp.desktop' # removing '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/data/applications/mimeapps.list' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/data/applications/mimeinfo.cache' # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/config # GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_V76N6Z/appinfo/mime/scheme-handler/.dirs/config to /tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/config # GLib-GIO-DEBUG: ensure_dir: Ensuring /tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/config ok 6 /appinfo/mime/default-last-used # GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/home # GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/cache # GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/system-config1:/tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/system-config2 # GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/config # GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/system-data1:/tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/system-data2 # GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/data # GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/runtime # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/system-data1/applications' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/system-data1/applications/mimeapps.list' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp2.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp3.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp4.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp5.desktop' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/nosuchapp.desktop' # removing '/tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/mimeapps.list' # creating '/tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/data/applications/mimeinfo.cache' # GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /tmp/test_mimeapps_V76N6Z/appinfo/mime/default-last-used/.dirs/config to /tmp/test_mimeapps_V76N6Z/appinfo/mime/ignore-nonexisting/.dirs/config ok 7 /appinfo/mime/ignore-nonexisting # End of mime tests # End of appinfo tests PASS: glib/mimeapps.test Running test: glib/mainloop.test # random seed: R02S5435bc2f6176304ee5f0e057797363a4 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 Executing: glib/mainloop.test 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 Executing: glib/mainloop.test 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/object.test # random seed: R02Sfe6dbacc32a13c3738c9d60f0c1bc662 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/hook.test # random seed: R02S119f9b65926f3f934836397cdb037336 1..1 # Start of hook tests ok 1 /hook/test1 # End of hook tests PASS: glib/hook.test Running test: glib/unicode.test # random seed: R02S5b37ac5cc5945f131a83b51f554a41c7 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/contenttype.test # random seed: R02S0e0ce089aa4d7c98eb762d8e2a71c136 1..12 # Start of contenttype tests ok 1 /contenttype/guess ok 2 /contenttype/guess_svg_from_data ok 3 /contenttype/mime_from_content # SKIP mime from content type test not implemented on UNIX ok 4 /contenttype/unknown ok 5 /contenttype/subtype ok 6 /contenttype/list ok 7 /contenttype/executable ok 8 /contenttype/description ok 9 /contenttype/icon ok 10 /contenttype/symbolic-icon # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? ok 11 /contenttype/tree # Bug Reference: http://bugzilla.gnome.org/782311 ok 12 /contenttype/test_type_is_a_special_case # End of contenttype tests PASS: glib/contenttype.test Running test: glib/fileattributematcher.test # random seed: R02S2f7a141066ac673e72238f3e9fa93c39 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/spawn-multithreaded.test # random seed: R02S5e4d131d4b6b8f1cee702b4fbd2f0516 1..2 # Start of gthread tests # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) ok 1 /gthread/spawn-sync # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) ok 2 /gthread/spawn-async # End of gthread tests PASS: glib/spawn-multithreaded.test Running test: glib/objects.test START: /usr/libexec/installed-tests/glib/objects init 0x55ab74da4200 init 0x55ab74da4220 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/objects.test ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... stopping dispose 0x55ab74da4200! dispose 0x55ab74da4220! stopped PASS: glib/objects.test Running test: glib/network-monitor.test # random seed: R02Sd96475496e757dc8f1832ea7bf69963a 1..4 # Start of network-monitor tests # GLib-GIO-DEBUG: Failed to initialize portal (GNetworkMonitorPortal) for gio-network-monitor: Not using portals # GLib-GIO-DEBUG: Failed to initialize networkmanager (GNetworkMonitorNM) for gio-network-monitor: NetworkManager not running # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation netlink (GNetworkMonitorNetlink) for ?gio-network-monitor? # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver? 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/signal-handler.test # random seed: R02S2ca765002b120218b6291e80f86caf74 1..0 PASS: glib/signal-handler.test Running test: glib/value.test # random seed: R02S1dfecf358fe85fa2d1e331abb0f50edb 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/tree.test # random seed: R02Sb591a8cb6fc6faccf73b730d8e7408e5 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/mutex.test # random seed: R02S7feb3177c11fce7091aa02b85f5ce85d 1..5 # Start of thread tests ok 1 /thread/mutex1 ok 2 /thread/mutex2 ok 3 /thread/mutex3 ok 4 /thread/mutex4 Executing: glib/mutex.test ok 5 /thread/mutex5 # End of thread tests PASS: glib/mutex.test Running test: glib/gdbus-proxy-well-known-name.test # random seed: R02S02469b43d5b84c0c97e7455f625d1fc7 1..1 # Start of gdbus tests # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 1 /gdbus/proxy-well-known-name # End of gdbus tests PASS: glib/gdbus-proxy-well-known-name.test Running test: glib/network-address.test # random seed: R02S8f32565d17cbdb47b820d6be7ea38e04 1..66 # 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 # Input: 192.168.1.2 ok 25 /network-address/resolve-address/0 # Input: fe80::42 ok 26 /network-address/resolve-address/1 # Input: 192.168.1.2:80 ok 27 /network-address/resolve-address/2 # Input: [fe80::42] ok 28 /network-address/resolve-address/3 # Input: [fe80::42]:80 ok 29 /network-address/resolve-address/4 # Input: 192.168.258 ok 30 /network-address/resolve-address/5 # Input: 192.11010306 ok 31 /network-address/resolve-address/6 # Input: 3232235778 ok 32 /network-address/resolve-address/7 # Input: 0300.0250.0001.0001 ok 33 /network-address/resolve-address/8 # Input: 0xC0.0xA8.0x01.0x02 ok 34 /network-address/resolve-address/9 # Input: 0xc0.0xa8.0x01.0x02 ok 35 /network-address/resolve-address/10 # Input: 0xc0a80102 ok 36 /network-address/resolve-address/11 # End of resolve-address tests # Start of loopback tests ok 37 /network-address/loopback/basic ok 38 /network-address/loopback/sync ok 39 /network-address/loopback/async # End of loopback tests # Start of happy-eyeballs tests ok 40 /network-address/happy-eyeballs/basic ok 41 /network-address/happy-eyeballs/parallel ok 42 /network-address/happy-eyeballs/slow-ipv4 ok 43 /network-address/happy-eyeballs/slow-ipv6 ok 44 /network-address/happy-eyeballs/very-slow-ipv6 Executing: glib/network-address.test ok 45 /network-address/happy-eyeballs/slow-connection-and-ipv4 # GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken ok 46 /network-address/happy-eyeballs/ipv6-error-ipv4-first # GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken ok 47 /network-address/happy-eyeballs/ipv6-error-ipv6-first # Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/865 # GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken ok 48 /network-address/happy-eyeballs/ipv6-error-ipv4-very-slow # GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken ok 49 /network-address/happy-eyeballs/ipv4-error-ipv6-first # GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken ok 50 /network-address/happy-eyeballs/ipv4-error-ipv4-first # GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken # GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken ok 51 /network-address/happy-eyeballs/both-error # GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken # GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken ok 52 /network-address/happy-eyeballs/both-error-delays-1 # GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken # GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken ok 53 /network-address/happy-eyeballs/both-error-delays-2 # GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken ok 54 /network-address/happy-eyeballs/both-error-delays-3 # End of happy-eyeballs tests # End of network-address tests # Start of gresolver tests # Start of resolve-address tests # Input: 192.168.1.2 ok 55 /gresolver/resolve-address/0 # Input: fe80::42 ok 56 /gresolver/resolve-address/1 # Input: 192.168.1.2:80 # Error: Error resolving ?192.168.1.2:80?: Name or service not known ok 57 /gresolver/resolve-address/2 # Input: [fe80::42] # Error: Error resolving ?[fe80::42]?: Name or service not known ok 58 /gresolver/resolve-address/3 # Input: [fe80::42]:80 # Error: Error resolving ?[fe80::42]:80?: Name or service not known ok 59 /gresolver/resolve-address/4 # Input: 192.168.258 # Error: Error resolving ?192.168.258?: Name or service not known ok 60 /gresolver/resolve-address/5 # Input: 192.11010306 # Error: Error resolving ?192.11010306?: Name or service not known ok 61 /gresolver/resolve-address/6 # Input: 3232235778 # Error: Error resolving ?3232235778?: Name or service not known ok 62 /gresolver/resolve-address/7 # Input: 0300.0250.0001.0001 # Error: Error resolving ?0300.0250.0001.0001?: Name or service not known ok 63 /gresolver/resolve-address/8 # Input: 0xC0.0xA8.0x01.0x02 # Error: Error resolving ?0xC0.0xA8.0x01.0x02?: Name or service not known ok 64 /gresolver/resolve-address/9 # Input: 0xc0.0xa8.0x01.0x02 # Error: Error resolving ?0xc0.0xa8.0x01.0x02?: Name or service not known ok 65 /gresolver/resolve-address/10 # Input: 0xc0a80102 # Error: Error resolving ?0xc0a80102?: Name or service not known ok 66 /gresolver/resolve-address/11 # End of resolve-address tests # End of gresolver tests PASS: glib/network-address.test Running test: glib/filter-streams.test # random seed: R02S4a014ac3c906912bffb025c0cc255bb8 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/tls-certificate.test # random seed: R02S1493a7225e0a9f37da1c9804cce2a14b 1..8 # Start of tls-certificate tests # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation test (GTestTlsBackend) for ?gio-tls-backend? 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_crlf ok 6 /tls-certificate/from_files_pkcs8 ok 7 /tls-certificate/from_files_pkcs8enc ok 8 /tls-certificate/list_from_file # End of tls-certificate tests PASS: glib/tls-certificate.test Running test: glib/reference.test # random seed: R02S8aa82a7afd1b4092c032a6a2c0fdc2c9 1..19 # 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 # Start of weak-pointer tests ok 16 /object/weak-pointer/clear ok 17 /object/weak-pointer/clear-function ok 18 /object/weak-pointer/set ok 19 /object/weak-pointer/set-function # End of weak-pointer tests # End of object tests PASS: glib/reference.test Running test: glib/actions.test # random seed: R02Sdfa3f2480802490e00f6ef0037438c1f 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 # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 9 /actions/dbus/export # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) Executing: glib/actions.test Executing: glib/actions.test ok 10 /actions/dbus/threaded # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 11 /actions/dbus/bug679509 # End of dbus tests # End of actions tests PASS: glib/actions.test Running test: glib/gio-test.test PASS: glib/gio-test.test Running test: glib/slice.test # random seed: R02S20c7f6a93f4b7e68a0026576c7f43059 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/cache.test # random seed: R02S36e55bcef0e24053b8529f1a7324f453 1..1 # Start of cache tests ok 1 /cache/basic # End of cache tests PASS: glib/cache.test Running test: glib/markup-escape.test # random seed: R02Sa37396038c65f67715829403ac3d4208 1..40 # 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 ok 18 /markup/escape-text/16 ok 19 /markup/escape-text/17 ok 20 /markup/escape-text/18 ok 21 /markup/escape-text/19 ok 22 /markup/escape-text/20 ok 23 /markup/escape-text/21 # End of escape-text tests # Start of escape-unichar tests ok 24 /markup/escape-unichar/0 ok 25 /markup/escape-unichar/1 ok 26 /markup/escape-unichar/2 ok 27 /markup/escape-unichar/3 ok 28 /markup/escape-unichar/4 ok 29 /markup/escape-unichar/5 ok 30 /markup/escape-unichar/6 ok 31 /markup/escape-unichar/7 ok 32 /markup/escape-unichar/8 ok 33 /markup/escape-unichar/9 ok 34 /markup/escape-unichar/10 ok 35 /markup/escape-unichar/11 ok 36 /markup/escape-unichar/12 ok 37 /markup/escape-unichar/13 ok 38 /markup/escape-unichar/14 ok 39 /markup/escape-unichar/15 ok 40 /markup/escape-unichar/16 # End of escape-unichar tests # End of markup tests PASS: glib/markup-escape.test Running test: glib/gapplication.test # random seed: R02S01eafd627ecbd4d7d594b73bb38357bf 1..16 # Start of gapplication tests ok 1 /gapplication/no-dbus ok 2 /gapplication/no-appid # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 3 /gapplication/properties ok 4 /gapplication/app-id # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 5 /gapplication/quit ok 6 /gapplication/local-actions ok 7 /gapplication/local-command-line ok 8 /gapplication/resource-path # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 9 /gapplication/test-help # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 10 /gapplication/test-busy # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 11 /gapplication/test-handle-local-options1 # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 12 /gapplication/test-handle-local-options2 # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 13 /gapplication/test-handle-local-options3 ok 14 /gapplication/api # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) # launching subprocess # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 15 /gapplication/replace # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) # launching subprocess # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) Executing: glib/gapplication.test ok 16 /gapplication/no-replace # End of gapplication tests PASS: glib/gapplication.test Running test: glib/param.test # random seed: R02Scc766628333de98409fd0dfcc12335cf 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/defaultiface.test PASS: glib/defaultiface.test Running test: glib/g-file-info.test # random seed: R02S9146d006992e5be5610b6ab5aeff3d43 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/mem-overflow.test # random seed: R02S66f0b7d1de3985cf0d2670fd74a1743b 1..2 # Start of mem tests # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 1 /mem/overflow # Bug Reference: http://bugzilla.gnome.org/615379 # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) 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/dataset.test # random seed: R02Sd6dab306c92e3806517d2b0ace2dbb2a 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 # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 10 /datalist/recursive-clear # End of datalist tests PASS: glib/dataset.test Running test: glib/dynamictype.test PASS: glib/dynamictype.test Running test: glib/buffered-output-stream.test # random seed: R02S75e1fbef7e386a0901f5275dcbda29d7 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: R02S79b6563521ba4ffce40ae39d8968cb4e 1..6 # Start of gthread tests # GLib-DEBUG: posix_spawn avoided (fd close requested) ok 1 /gthread/spawn-single-sync # GLib-DEBUG: posix_spawn avoided (fd close requested) ok 2 /gthread/spawn-single-async # GLib-DEBUG: posix_spawn avoided (fd close requested) thread 1# GLib-DEBUG: posix_spawn avoided (fd close requested) thread 1# GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) ok 3 /gthread/spawn-single-async-with-fds # GLib-DEBUG: posix_spawn avoided (fd close requested) ok 4 /gthread/spawn-script # GLib-DEBUG: Launching with posix_spawn ok 5 /gthread/spawn-posix-spawn # Start of spawn tests # GLib-DEBUG: posix_spawn avoided (fd close requested) ok 6 /gthread/spawn/nonexistent # End of spawn tests # End of gthread tests PASS: glib/spawn-singlethread.test Running test: glib/sources.test Add same-priority sources: 21 Remove in random order: 21 Add different-priority sources: 28 Remove in random order: 37 Add sources from threads: 429 Remove sources from threads: 374 PASS: glib/sources.test Running test: glib/unix-streams.test # random seed: R02S6f280d3a002c7362255e75aa19c59a57 1..9 # Start of unix-streams tests ok 1 /unix-streams/basic ok 2 /unix-streams/pipe-io-test ok 3 /unix-streams/nonblocking-io-test ok 4 /unix-streams/read_write ok 5 /unix-streams/read_writev ok 6 /unix-streams/write-wouldblock ok 7 /unix-streams/writev-wouldblock ok 8 /unix-streams/write-async-wouldblock ok 9 /unix-streams/writev-async-wouldblock # End of unix-streams tests PASS: glib/unix-streams.test Running test: glib/gsubprocess.test # random seed: R02Sbd07a905383415cc019ae3cd2d06c930 1..74 # Start of gsubprocess tests # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 1 /gsubprocess/noop # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 2 /gsubprocess/noop-all-to-null # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 3 /gsubprocess/noop-no-wait # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 4 /gsubprocess/noop-stdin-inherit # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 5 /gsubprocess/search-path # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) Executing: glib/gsubprocess.test ok 6 /gsubprocess/signal # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 7 /gsubprocess/exit1 # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 8 /gsubprocess/echo1 # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 9 /gsubprocess/echo-merged # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 10 /gsubprocess/cat-utf8 # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 11 /gsubprocess/cat-eof # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) Executing: glib/gsubprocess.test ok 12 /gsubprocess/multi1 # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 13 /gsubprocess/communicate # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 14 /gsubprocess/terminate # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 15 /gsubprocess/env # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) (child_setup specified) ok 16 /gsubprocess/cwd # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 17 /gsubprocess/stdout-file # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 18 /gsubprocess/stdout-fd # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 19 /gsubprocess/child-setup # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 20 /gsubprocess/pass-fd # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 21 /gsubprocess/launcher-environment # Start of exit1 tests # Bug Reference: https://bugzilla.gnome.org/786456 # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 22 /gsubprocess/exit1/cancel # Bug Reference: https://bugzilla.gnome.org/786456 # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 23 /gsubprocess/exit1/cancel_in_cb # End of exit1 tests # Start of communicate tests # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 24 /gsubprocess/communicate/cancelled # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 25 /gsubprocess/communicate/async # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 26 /gsubprocess/communicate/utf8 # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) # hello world ok 27 /gsubprocess/communicate/no-pipes # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 28 /gsubprocess/communicate/separate-stderr # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 29 /gsubprocess/communicate/stdout-only # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) # hello world ok 30 /gsubprocess/communicate/stderr-only # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 31 /gsubprocess/communicate/stdout-silence # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 32 /gsubprocess/communicate/nothing # Start of async tests # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 33 /gsubprocess/communicate/async/cancelled # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) # hello world ok 34 /gsubprocess/communicate/async/no-pipes # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 35 /gsubprocess/communicate/async/separate-stderr # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 36 /gsubprocess/communicate/async/stdout-only # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) # hello world ok 37 /gsubprocess/communicate/async/stderr-only # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 38 /gsubprocess/communicate/async/stdout-silence # Start of cancelled tests # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 39 /gsubprocess/communicate/async/cancelled/no-pipes # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 40 /gsubprocess/communicate/async/cancelled/separate-stderr # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 41 /gsubprocess/communicate/async/cancelled/stdout-only # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 42 /gsubprocess/communicate/async/cancelled/stderr-only # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 43 /gsubprocess/communicate/async/cancelled/stdout-silence # End of cancelled tests # End of async tests # Start of utf8 tests # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 44 /gsubprocess/communicate/utf8/cancelled # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 45 /gsubprocess/communicate/utf8/async # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) # hello world ok 46 /gsubprocess/communicate/utf8/no-pipes # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 47 /gsubprocess/communicate/utf8/separate-stderr # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 48 /gsubprocess/communicate/utf8/stdout-only # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) # hello world ok 49 /gsubprocess/communicate/utf8/stderr-only # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 50 /gsubprocess/communicate/utf8/stdout-silence # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 51 /gsubprocess/communicate/utf8/invalid # Start of async tests # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 52 /gsubprocess/communicate/utf8/async/cancelled # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) # hello world ok 53 /gsubprocess/communicate/utf8/async/no-pipes # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 54 /gsubprocess/communicate/utf8/async/separate-stderr # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 55 /gsubprocess/communicate/utf8/async/stdout-only # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) # hello world ok 56 /gsubprocess/communicate/utf8/async/stderr-only # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 57 /gsubprocess/communicate/utf8/async/stdout-silence # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 58 /gsubprocess/communicate/utf8/async/invalid # Start of cancelled tests # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 59 /gsubprocess/communicate/utf8/async/cancelled/no-pipes # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 60 /gsubprocess/communicate/utf8/async/cancelled/separate-stderr # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 61 /gsubprocess/communicate/utf8/async/cancelled/stdout-only # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 62 /gsubprocess/communicate/utf8/async/cancelled/stderr-only # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 63 /gsubprocess/communicate/utf8/async/cancelled/stdout-silence # End of cancelled tests # End of async tests # Start of cancelled tests # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 64 /gsubprocess/communicate/utf8/cancelled/no-pipes # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 65 /gsubprocess/communicate/utf8/cancelled/separate-stderr # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 66 /gsubprocess/communicate/utf8/cancelled/stdout-only # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 67 /gsubprocess/communicate/utf8/cancelled/stderr-only # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 68 /gsubprocess/communicate/utf8/cancelled/stdout-silence # End of cancelled tests # End of utf8 tests # Start of cancelled tests # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 69 /gsubprocess/communicate/cancelled/no-pipes # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 70 /gsubprocess/communicate/cancelled/separate-stderr # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 71 /gsubprocess/communicate/cancelled/stdout-only # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 72 /gsubprocess/communicate/cancelled/stderr-only # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 73 /gsubprocess/communicate/cancelled/stdout-silence # End of cancelled tests # End of communicate tests # Start of env tests # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 74 /gsubprocess/env/inherit # End of env tests # End of gsubprocess tests PASS: glib/gsubprocess.test Running test: glib/async-close-output-stream.test # random seed: R02Sde84ebdbba3aec0c599a7a14aa1e0832 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/paramspec-test.test # random seed: R02S499ec993d04d44c7853b11fdc1f8d52c 1..6 # Start of paramspec tests ok 1 /paramspec/char ok 2 /paramspec/string ok 3 /paramspec/override ok 4 /paramspec/gtype ok 5 /paramspec/variant # Start of variant tests ok 6 /paramspec/variant/cmp # End of variant tests # End of paramspec tests PASS: glib/paramspec-test.test Running test: glib/checksum.test # random seed: R02S6e45b5f027e3c163ea939370d7b909b6 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/utf8-misc.test # random seed: R02S70aa83cea3c89bffb97ef52df9fcf44e 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/simple-proxy.test # random seed: R02S0a9e8e2b47d1ac30e17aa9971b902800 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/credentials.test # random seed: R02S66f90a9d6e4bf8133445e073a70b9e60 1..1 # Start of credentials tests # GCredentials:linux-ucred:pid=23690,uid=1000,gid=1001 # GCredentials:linux-ucred:pid=23690,uid=0,gid=1001 ok 1 /credentials/basic # End of credentials tests PASS: glib/credentials.test Running test: glib/gdbus-test-codegen.test # random seed: R02S27e7caf3700d9e90bf03f9859f47d812 # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) 1..7 # 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 ok 5 /gdbus/codegen/autocleanups ok 6 /gdbus/codegen/deprecations ok 7 /gdbus/codegen/standalone-interface-info # End of codegen tests # End of gdbus tests PASS: glib/gdbus-test-codegen.test Running test: glib/unix-mounts.test # random seed: R02S326338427f9f0a789ec6dd33623e96a9 1..2 # Start of unix-mounts tests ok 1 /unix-mounts/is-system-fs-type ok 2 /unix-mounts/is-system-device-path # End of unix-mounts tests PASS: glib/unix-mounts.test Running test: glib/once.test # random seed: R02S4e284c575edc7a2cbb6a5b5e14cbccb3 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: glib/refcount-macro.test # random seed: R02S9c933101a7e34fa3a5e34c619561e79b 1..4 # Start of refcount tests ok 1 /refcount/grefcount ok 2 /refcount/gatomicrefcount # Start of grefcount tests # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 3 /refcount/grefcount/saturation # End of grefcount tests # Start of gatomicrefcount tests # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 4 /refcount/gatomicrefcount/saturation # End of gatomicrefcount tests # End of refcount tests PASS: glib/refcount-macro.test Running test: glib/test-printf.test # random seed: R02S913e4a7943ef697f8ee4d1a6344ba415 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 # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 16 /printf/test-percent # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 17 /printf/test-positional-params # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) 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/signal1.test START: /usr/libexec/installed-tests/glib/signal1 init 0x55d43d430800 init 0x55d43d430820 .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal1.test ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... stopping stopped dispose 0x55d43d430800! dispose 0x55d43d430820! PASS: glib/signal1.test Running test: glib/memory-output-stream.test # random seed: R02S7a72c679cce6244b7083ecc8b426e570 1..9 # 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/writev ok 6 /memory-output-stream/writev_nonblocking ok 7 /memory-output-stream/steal_as_bytes # Start of seek tests ok 8 /memory-output-stream/seek/fixed ok 9 /memory-output-stream/seek/resizable # End of seek tests # End of memory-output-stream tests PASS: glib/memory-output-stream.test Running test: glib/mount-operation.test # random seed: R02Saad0f204688158bba79120e3413629e9 1..2 # Start of mount-operation tests ok 1 /mount-operation/construction ok 2 /mount-operation/properties # End of mount-operation tests PASS: glib/mount-operation.test Running test: glib/gsocketclient-slow.test # random seed: R02S8c74238a8e52cf9c2c714a95efd6147b 1..3 # Start of socket-client tests # Start of happy-eyeballs tests # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver? ok 1 /socket-client/happy-eyeballs/slow # Start of cancellation tests ok 2 /socket-client/happy-eyeballs/cancellation/instant ok 3 /socket-client/happy-eyeballs/cancellation/delayed # End of cancellation tests # End of happy-eyeballs tests # End of socket-client tests PASS: glib/gsocketclient-slow.test Running test: glib/642026.test # random seed: R02Sd075bb664acac3a160d0dd50b36f0280 1..1 # Start of glib tests # Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642026 Executing: glib/642026.test ok 1 /glib/642026 # End of glib tests PASS: glib/642026.test Running test: glib/gnotification.test # random seed: R02Scbcbeff868bc22410c86df175b9dd913 1..2 # Start of gnotification tests # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 1 /gnotification/basic ok 2 /gnotification/properties # End of gnotification tests PASS: glib/gnotification.test Running test: glib/mapping-test.test GLib-Message: 19:47:56.591: test_mapping: ok GLib-Message: 19:47:56.593: test_private: ok GLib-Message: 19:47:56.593: test_child_private: child spawned GLib-Message: 19:47:56.597: test_child_private: received first child signal GLib-Message: 19:47:56.598: test_child_private: received parent signal GLib-Message: 19:47:56.602: test_child_private: received second child signal GLib-Message: 19:47:56.602: test_child_private: ok PASS: glib/mapping-test.test Running test: glib/volumemonitor.test # random seed: R02Sa45c9c206b4b53d4d0be53220016e70d # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? 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/properties.test START: /usr/libexec/installed-tests/glib/properties .f.e.d.c.b.e.f.d.c.b.e.d.b.f.c.d.f.e.b.c.f.d.e.c.b.f.e.d.c.b.d.f.e.c.b.f.d.e.c.b.f.d.e.b.c.d.f.e.b.c.f.d.e.b.c.f.e.d.c.b.d.f.e.c.b.d.f.c.e.b.d.c.f.e.b.d.f.c.e.b.d.e.f.c.b.d.c.f.e.b.d.f.c.b.e.d.f.c.b.e.d.f.c.e.b.d.f.c.b.e.f.d.c.b.e.f.d.e.c.b.f.d.c.b.e.d.f.c.e.b.d.f.c.e.b.f.d.c.e.b.f.d.c.e.b.e.d.c.b.f.d.f.c.e.b.d.f.c.b.e.f.b.c.d.e.f.c.e.d.b.f.b.c.d.e.f.c.e.b.d.d.f.c.e.b.f.c.e.d.b.f.c.e.d.b.f.c.e.d.b.f.c.d.e.b.fExecuting: glib/properties.test .c.d.e.b.c.f.d.e.b.c.f.d.e.b.f.b.c.d.e.d.f.c.b.e.f.d.c.e.b.c.b.d.f.e.d.b.c.e.f.c.d.e.b.f.c.d.b.e.f.d.c.b.f.e.d.c.b.f.e.d.c.b.f.e.d.c.b.f.e.b.d.c.e.f.d.c.b.f.e.c.b.d.f.e.c.d.b.f.e stopping stopped PASS: glib/properties.test Running test: glib/closure.test # random seed: R02S5e9e2e3f5691aab1a1872ee9c5209076 1..6 # Start of closure tests ok 1 /closure/idle ok 2 /closure/timeout ok 3 /closure/iochannel # GLib-DEBUG: posix_spawn avoided (fd close requested) ok 4 /closure/child ok 5 /closure/fd ok 6 /closure/signal # End of closure tests PASS: glib/closure.test Running test: glib/fileutils.test # random seed: R02Sf6b37b9685e9ffcc821745599bd2cc56 1..16 # 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 # Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/119 # Testing fopen() mode 'w' # Testing fopen() mode 'r' # Testing fopen() mode 'a' # Testing fopen() mode 'w+' # Testing fopen() mode 'r+' # Testing fopen() mode 'a+' # Testing fopen() mode 'wb' # Testing fopen() mode 'rb' # Testing fopen() mode 'ab' # Testing fopen() mode 'w+b' # Testing fopen() mode 'r+b' # Testing fopen() mode 'a+b' # Testing fopen() mode 'wb+' # Testing fopen() mode 'rb+' # Testing fopen() mode 'ab+' ok 16 /fileutils/fopen-modes # End of fileutils tests PASS: glib/fileutils.test Running test: glib/file.test # random seed: R02S7c442442af12ad3258c18816c5a35bca 1..30 # Start of file tests # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? ok 1 /file/basic ok 2 /file/build-filename ok 3 /file/parent ok 4 /file/child ok 5 /file/type ok 6 /file/parse-name ok 7 /file/replace-load # Bug Reference: http://bugzilla.gnome.org/629301 ok 8 /file/replace-cancel ok 9 /file/async-delete ok 10 /file/copy-preserve-mode # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 11 /file/measure # GLib-DEBUG: posix_spawn avoided (fd close requested) (child_setup specified) ok 12 /file/measure-async ok 13 /file/load-bytes ok 14 /file/load-bytes-async ok 15 /file/writev # Start of async-create-delete tests ok 16 /file/async-create-delete/0 ok 17 /file/async-create-delete/1 Executing: glib/file.test ok 18 /file/async-create-delete/10 ok 19 /file/async-create-delete/25 Executing: glib/file.test ok 20 /file/async-create-delete/4096 # End of async-create-delete tests # Start of writev tests ok 21 /file/writev/no-bytes-written ok 22 /file/writev/no-vectors ok 23 /file/writev/empty-vectors ok 24 /file/writev/too-big-vectors ok 25 /file/writev/async ok 26 /file/writev/async_all ok 27 /file/writev/async_all-empty-vectors ok 28 /file/writev/async_all-no-vectors ok 29 /file/writev/async_all-to-big-vectors ok 30 /file/writev/async_all-cancellation # End of writev tests # End of file tests PASS: glib/file.test Running test: glib/vfs.test # random seed: R02Sa88855c1509fff179506b7608bb3ca83 1..2 # Start of gvfs tests ok 1 /gvfs/local # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? ok 2 /gvfs/register-scheme # End of gvfs tests PASS: glib/vfs.test Running test: glib/gdbus-introspection.test # random seed: R02Scac5cdcec65c681e39d9f354195845ec # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) 1..4 # Start of gdbus tests # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) 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/gdbus-proxy.test # random seed: R02S71cf98344448be8c4ac0eb532f4f367a # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) 1..4 # Start of gdbus tests # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 1 /gdbus/proxy # Start of proxy tests ok 2 /gdbus/proxy/no-properties ok 3 /gdbus/proxy/wellknown-noauto # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 4 /gdbus/proxy/async # End of proxy tests # End of gdbus tests PASS: glib/gdbus-proxy.test Running test: glib/markup.test # random seed: R02S26d61b51ee833c21deb7cfe720ad9bb0 1..1 # Start of markup tests ok 1 /markup/stack # End of markup tests PASS: glib/markup.test Running test: glib/gdbus-auth.test # random seed: R02S44e614f72fe0a34ae79ae0bc3e632037 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/hash.test # random seed: R02Sa2c59732f1a98147728d7e39ad5cdaa2 1..27 # 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 # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 14 /hash/recursive-remove-all ok 15 /hash/find ok 16 /hash/foreach ok 17 /hash/foreach-steal ok 18 /hash/steal-extended ok 19 /hash/lookup-extended # Bug Reference: http://bugzilla.gnome.org/642944 ok 20 /hash/lookup-null-key # Bug Reference: http://bugzilla.gnome.org/650459 ok 21 /hash/destroy-modify ok 22 /hash/consistency # Bug Reference: http://bugzilla.gnome.org/662544 ok 23 /hash/iter-replace # Bug Reference: http://bugzilla.gnome.org/692815 ok 24 /hash/set-insert-corruption ok 25 /hash/set-to-strv ok 26 /hash/primes # Start of recursive-remove-all tests # End of recursive-remove-all tests # Start of steal-extended tests ok 27 /hash/steal-extended/optional # End of steal-extended tests # End of hash tests PASS: glib/hash.test Running test: glib/guuid.test # random seed: R02S482ac7aa679416e4a84cfe52af7ef8dd 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/array-test.test # random seed: R02S640436e23c1c6ee0fd7dcc56cd961803 1..66 # Start of array tests ok 1 /array/ref-count ok 2 /array/clear-func # Start of new tests ok 3 /array/new/zero-terminated # End of new tests # Start of set-size tests ok 4 /array/set-size/non-zero-terminated-no-clear ok 5 /array/set-size/non-zero-terminated-clear ok 6 /array/set-size/zero-terminated-no-clear ok 7 /array/set-size/zero-terminated-clear # Start of sized tests ok 8 /array/set-size/sized/non-zero-terminated-no-clear ok 9 /array/set-size/sized/non-zero-terminated-clear ok 10 /array/set-size/sized/zero-terminated-no-clear ok 11 /array/set-size/sized/zero-terminated-clear # End of sized tests # End of set-size tests # Start of append-val tests ok 12 /array/append-val/non-zero-terminated-no-clear ok 13 /array/append-val/non-zero-terminated-clear ok 14 /array/append-val/zero-terminated-no-clear ok 15 /array/append-val/zero-terminated-clear # End of append-val tests # Start of prepend-val tests ok 16 /array/prepend-val/non-zero-terminated-no-clear ok 17 /array/prepend-val/non-zero-terminated-clear ok 18 /array/prepend-val/zero-terminated-no-clear ok 19 /array/prepend-val/zero-terminated-clear # End of prepend-val tests # Start of prepend-vals tests ok 20 /array/prepend-vals/non-zero-terminated-no-clear ok 21 /array/prepend-vals/non-zero-terminated-clear ok 22 /array/prepend-vals/zero-terminated-no-clear ok 23 /array/prepend-vals/zero-terminated-clear # End of prepend-vals tests # Start of insert-vals tests ok 24 /array/insert-vals/non-zero-terminated-no-clear ok 25 /array/insert-vals/non-zero-terminated-clear ok 26 /array/insert-vals/zero-terminated-no-clear ok 27 /array/insert-vals/zero-terminated-clear # End of insert-vals tests # Start of remove-index tests ok 28 /array/remove-index/non-zero-terminated-no-clear ok 29 /array/remove-index/non-zero-terminated-clear ok 30 /array/remove-index/zero-terminated-no-clear ok 31 /array/remove-index/zero-terminated-clear # End of remove-index tests # Start of remove-index-fast tests ok 32 /array/remove-index-fast/non-zero-terminated-no-clear ok 33 /array/remove-index-fast/non-zero-terminated-clear ok 34 /array/remove-index-fast/zero-terminated-no-clear ok 35 /array/remove-index-fast/zero-terminated-clear # End of remove-index-fast tests # Start of remove-range tests ok 36 /array/remove-range/non-zero-terminated-no-clear ok 37 /array/remove-range/non-zero-terminated-clear ok 38 /array/remove-range/zero-terminated-no-clear ok 39 /array/remove-range/zero-terminated-clear # End of remove-range tests # Start of sort tests ok 40 /array/sort/non-zero-terminated-no-clear ok 41 /array/sort/non-zero-terminated-clear ok 42 /array/sort/zero-terminated-no-clear ok 43 /array/sort/zero-terminated-clear # End of sort tests # Start of sort-with-data tests ok 44 /array/sort-with-data/non-zero-terminated-no-clear ok 45 /array/sort-with-data/non-zero-terminated-clear ok 46 /array/sort-with-data/zero-terminated-no-clear ok 47 /array/sort-with-data/zero-terminated-clear # End of sort-with-data tests # End of array tests # Start of pointerarray tests ok 48 /pointerarray/add ok 49 /pointerarray/insert ok 50 /pointerarray/ref-count ok 51 /pointerarray/free-func ok 52 /pointerarray/sort ok 53 /pointerarray/sort-with-data ok 54 /pointerarray/steal # Start of find tests ok 55 /pointerarray/find/empty ok 56 /pointerarray/find/non-empty # End of find tests # End of pointerarray tests # Start of bytearray tests ok 57 /bytearray/append ok 58 /bytearray/prepend ok 59 /bytearray/remove ok 60 /bytearray/remove-fast ok 61 /bytearray/remove-range ok 62 /bytearray/ref-count ok 63 /bytearray/sort ok 64 /bytearray/sort-with-data ok 65 /bytearray/new-take ok 66 /bytearray/free-to-bytes # End of bytearray tests PASS: glib/array-test.test Running test: glib/gdbus-exit-on-close.test # random seed: R02Sbb1accb8364a640311ffd0422d59b3b5 1..4 # Start of gdbus tests # Start of exit-on-close tests # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 1 /gdbus/exit-on-close/default # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 2 /gdbus/exit-on-close/true # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 3 /gdbus/exit-on-close/false # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) 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: glib/node.test # random seed: R02Sddc1eacf1a46b1ca9f2021b6a5708adc 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 Running test: glib/option-argv0.test # random seed: R02S2fd5f0e3c0645210c16f5fd8dec104e3 1..1 # Start of option tests ok 1 /option/argv0 # End of option tests PASS: glib/option-argv0.test Running test: glib/g-file.test Executing: glib/g-file.test # random seed: R02S39cf92b0abe5d416f62a4470f635f8b6 1..8 # Start of g-file tests # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? 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 file:///var/volatile/tmp/test-tmp-glib_g-file.test-M4ZT6Z file:///var/volatile/tmp file:///tmp file:////UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88 file:///UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88 ok 6 /g-file/test_g_file_new_for_commandline_arg /dir1 /dir1/dir2/dir3/ /dir1/ /dir1/dir2/dir3/ /dir1 /dir1/dir2/dir3 /dir1/ /dir1/dir2/dir3 /tmp/ /something/ /dir1/dir2 /dir1/ //dir1/new //dir1/new/dir2/dir3 /dir/UTF-8 p??li? ?lu?ou?k? k?? /dir/UTF-8 p??li? ?lu?ou?k? k??/dir2 file:///dir1 file:///dir1/dir2/dir3/ file:///dir1/ file:///dir1/dir2/dir3/ file:///dir1 file:///dir1/dir2/dir3 file:///dir1/ file:///dir1/dir2/dir3 file:///tmp/ file:///something/ file:///dir1/dir2 file:///dir1/ file:////dir1/new file:////dir1/new/dir2/dir3 file:///dir/UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88 file:///dir/UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88/dir2 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/threadpool-test.test Executing: glib/threadpool-test.test Executing: glib/threadpool-test.test Executing: glib/threadpool-test.test Executing: glib/threadpool-test.test Executing: glib/threadpool-test.test Executing: glib/threadpool-test.test Executing: glib/threadpool-test.test PASS: glib/threadpool-test.test Running test: glib/tls-interaction.test # random seed: R02S4ff3d0d73d62e920e2e257f3d0914dcc 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/permission.test # random seed: R02Sbde82ccfc28c9343e257778efd5c7f6b 1..1 # Start of permission tests ok 1 /permission/simple # End of permission tests PASS: glib/permission.test Running test: glib/completion-test.test PASS: glib/completion-test.test Running test: glib/io-stream.test # random seed: R02Sd44d41e88c899badcad70b3449c7fb76 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 # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? 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/1bit-mutex.test # random seed: R02S1189e501a2eb249247354ea76ce8b340 1..2 # Start of glib tests # Start of 1bit-mutex tests Executing: glib/1bit-mutex.test ok 1 /glib/1bit-mutex/int Executing: glib/1bit-mutex.test Executing: glib/1bit-mutex.test ok 2 /glib/1bit-mutex/pointer # End of 1bit-mutex tests # End of glib tests PASS: glib/1bit-mutex.test Running test: glib/bookmarkfile.test # random seed: R02S1064867bd0f499a2b4bf0cbcd36586a8 1..48 # 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/fail-17.xbel ok 6 /bookmarks/parse/fail-14.xbel ok 7 /bookmarks/parse/fail-29.xbel ok 8 /bookmarks/parse/fail-12.xbel ok 9 /bookmarks/parse/valid-03.xbel ok 10 /bookmarks/parse/fail-32.xbel ok 11 /bookmarks/parse/fail-02.xbel ok 12 /bookmarks/parse/fail-28.xbel ok 13 /bookmarks/parse/fail-08.xbel ok 14 /bookmarks/parse/fail-18.xbel ok 15 /bookmarks/parse/fail-11.xbel ok 16 /bookmarks/parse/fail-34.xbel ok 17 /bookmarks/parse/fail-38.xbel ok 18 /bookmarks/parse/fail-03.xbel ok 19 /bookmarks/parse/fail-19.xbel ok 20 /bookmarks/parse/fail-35.xbel ok 21 /bookmarks/parse/fail-33.xbel ok 22 /bookmarks/parse/fail-01.xbel ok 23 /bookmarks/parse/fail-10.xbel ok 24 /bookmarks/parse/valid-02.xbel ok 25 /bookmarks/parse/fail-40.xbel ok 26 /bookmarks/parse/fail-16.xbel ok 27 /bookmarks/parse/fail-20.xbel ok 28 /bookmarks/parse/fail-24.xbel ok 29 /bookmarks/parse/fail-05.xbel ok 30 /bookmarks/parse/fail-27.xbel ok 31 /bookmarks/parse/fail-26.xbel ok 32 /bookmarks/parse/fail-15.xbel ok 33 /bookmarks/parse/fail-39.xbel ok 34 /bookmarks/parse/fail-30.xbel ok 35 /bookmarks/parse/fail-37.xbel ok 36 /bookmarks/parse/fail-25.xbel ok 37 /bookmarks/parse/fail-07.xbel ok 38 /bookmarks/parse/fail-06.xbel ok 39 /bookmarks/parse/fail-22.xbel ok 40 /bookmarks/parse/fail-21.xbel ok 41 /bookmarks/parse/fail-13.xbel ok 42 /bookmarks/parse/valid-01.xbel ok 43 /bookmarks/parse/fail-09.xbel ok 44 /bookmarks/parse/fail-41.xbel ok 45 /bookmarks/parse/fail-31.xbel ok 46 /bookmarks/parse/fail-36.xbel ok 47 /bookmarks/parse/fail-23.xbel ok 48 /bookmarks/parse/fail-04.xbel # End of parse tests # End of bookmarks tests PASS: glib/bookmarkfile.test Running test: glib/timer.test # random seed: R02Sd76e5d7f1e53766f5f875484a836d49c 1..8 # 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 # Start of to-iso8601 tests ok 8 /timeval/to-iso8601/overflow # End of to-iso8601 tests # End of timeval tests PASS: glib/timer.test Running test: glib/atomic.test # random seed: R02Sc28922c5c4f35b787b541b31b2b9ed7b 1..2 # Start of atomic tests ok 1 /atomic/types ok 2 /atomic/threaded # End of atomic tests PASS: glib/atomic.test Running test: glib/task.test # random seed: R02S9b3d93551cb740cb965d57e5ad86885a 1..28 # 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/name # Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1608 ok 11 /gtask/asynchronous-cancellation ok 12 /gtask/check-cancellable ok 13 /gtask/return-if-cancelled ok 14 /gtask/run-in-thread ok 15 /gtask/run-in-thread-sync ok 16 /gtask/run-in-thread-priority ok 17 /gtask/run-in-thread-nested ok 18 /gtask/run-in-thread-overflow ok 19 /gtask/return-on-cancel ok 20 /gtask/return-on-cancel-sync ok 21 /gtask/return-on-cancel-atomic ok 22 /gtask/return-pointer ok 23 /gtask/object-keepalive ok 24 /gtask/legacy-error # Start of return tests # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 25 /gtask/return/error-first # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 26 /gtask/return/value-first # Start of in-idle tests # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 27 /gtask/return/in-idle/error-first # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 28 /gtask/return/in-idle/value-first # End of in-idle tests # End of return tests # End of gtask tests PASS: glib/task.test Running test: glib/enums.test # random seed: R02Saf00df0f6b119638131191477931fee7 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/gdbus-bz627724.test # random seed: R02S1d333ba312547d2c098e5159911795c7 1..1 # Start of gdbus tests # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 1 /gdbus/bz627724 # End of gdbus tests PASS: glib/gdbus-bz627724.test Running test: glib/relation-test.test PASS: glib/relation-test.test Running test: glib/string.test # random seed: R02S2107c238a9012eda20b36b157e2ac47e 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/autoptr-gio.test # random seed: R02S10740e0a86b90987344735b2ec48cbbe 1..1 # Start of autoptr tests # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? ok 1 /autoptr/autoptr # End of autoptr tests PASS: glib/autoptr-gio.test Running test: glib/gdbus-peer.test # random seed: R02Sb9fbf9d618d1f8c60d4a8e9a9a9b7cda 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 # Machine ID: 65fbc730cfc45648472fd15f5d570578 ok 6 /gdbus/codegen-peer-to-peer # End of gdbus tests PASS: glib/gdbus-peer.test Running test: glib/gdbus-connection-flush.test # random seed: R02Se85c707f5befb9ca528be9dc11a4426c 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/srvtarget.test # random seed: R02S0553c85041168c61883705464938adba 1..1 # Start of srvtarget tests ok 1 /srvtarget/srv-target-ordering # End of srvtarget tests PASS: glib/srvtarget.test Running test: glib/override.test PASS: glib/override.test Running test: glib/contexts.test # random seed: R02Sb2a6b3a3a9e1a2db06a4f81f240d8c89 1..5 # Start of gio tests # Start of contexts tests # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? 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/type.test # random seed: R02Sf111a9e19cb7640ac5f521e129b25130 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/mainloop-test.test Executing: glib/mainloop-test.test PASS: glib/mainloop-test.test Running test: glib/gdbus-serialization.test # random seed: R02S2ef81529b52516103ed168b23db06883 1..10 # 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 # Start of message-parse tests ok 7 /gdbus/message-parse/non-signature-header ok 8 /gdbus/message-parse/empty-signature-header ok 9 /gdbus/message-parse/multiple-signature-header ok 10 /gdbus/message-parse/over-long-signature-header # End of message-parse tests # End of gdbus tests PASS: glib/gdbus-serialization.test Running test: glib/data-input-stream.test # random seed: R02S3550de0b2a9b852b1e4e538c79a7bd9d 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/signal4.test START: /usr/libexec/installed-tests/glib/signal4 init 0x559fdbfb4800 init 0x559fdbfb4820 ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal4.test ........................................... stopping stopped dispose 0x559fdbfb4800! dispose 0x559fdbfb4820! PASS: glib/signal4.test Running test: glib/asyncqueue.test # random seed: R02Sbb5e9dbcf651e5082564eb44de02a9dc 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/convert.test # random seed: R02S299adce59f0a4cc94cf2147056c5c52a 1..12 # 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 ok 8 /conversion/convert-embedded-nul # Start of locale-to-utf8 tests # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 9 /conversion/locale-to-utf8/embedded-nul # Start of embedded-nul tests # Start of subprocess tests # End of subprocess tests # End of embedded-nul tests # End of locale-to-utf8 tests # Start of locale-from-utf8 tests # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 10 /conversion/locale-from-utf8/embedded-nul # Start of embedded-nul tests # Start of subprocess tests # End of subprocess tests # End of embedded-nul tests # End of locale-from-utf8 tests # Start of filename-to-utf8 tests # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 11 /conversion/filename-to-utf8/embedded-nul # Start of embedded-nul tests # Start of subprocess tests # End of subprocess tests # End of embedded-nul tests # End of filename-to-utf8 tests # Start of filename-from-utf8 tests # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 12 /conversion/filename-from-utf8/embedded-nul # Start of embedded-nul tests # Start of subprocess tests # End of subprocess tests # End of embedded-nul tests # End of filename-from-utf8 tests # End of conversion tests PASS: glib/convert.test Running test: glib/testglib.test # random seed: R02Sdbefdfe6e88cc62cb30c3daead440917 1..17 # Start of testglib tests ok 1 /testglib/Infos ok 2 /testglib/Types Sizes ok 3 /testglib/GStrings ok 4 /testglib/Various Strings ok 5 /testglib/GList ok 6 /testglib/GSList ok 7 /testglib/GNode ok 8 /testglib/GTree ok 9 /testglib/Arrays ok 10 /testglib/GHashTable ok 11 /testglib/Relation (deprecated) ok 12 /testglib/File Paths ok 13 /testglib/File Functions ok 14 /testglib/Parse Debug Strings ok 15 /testglib/GMemChunk (deprecated) ok 16 /testglib/Warnings & Errors ok 17 /testglib/Timers (slow) # End of testglib tests PASS: glib/testglib.test Running test: glib/logging.test # random seed: R02S6422ebc7e8d6c5913bb9e81662360aaf 1..16 # Start of logging tests # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 1 /logging/default-handler ok 2 /logging/warnings # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) 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 # The Log Message Handler 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/giomodule.test # random seed: R02S162fbb934f21680541165f036eab5073 1..3 # Start of giomodule tests ok 1 /giomodule/extension-point # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 2 /giomodule/module-scan-all # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 3 /giomodule/module-scan-all-with-scope # End of giomodule tests PASS: glib/giomodule.test Running test: glib/glistmodel.test # random seed: R02Sd930dd454da15403756228921c5e5f2e 1..17 # Start of glistmodel tests # Start of store tests ok 1 /glistmodel/store/properties # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 2 /glistmodel/store/non-gobjects ok 3 /glistmodel/store/boundaries ok 4 /glistmodel/store/refcounts ok 5 /glistmodel/store/sorted # Bug Reference: https://bugzilla.gnome.org/795307 ok 6 /glistmodel/store/splice-replace-middle # Bug Reference: https://bugzilla.gnome.org/795307 ok 7 /glistmodel/store/splice-replace-all ok 8 /glistmodel/store/splice-noop ok 9 /glistmodel/store/splice-remove-multiple ok 10 /glistmodel/store/splice-add-multiple ok 11 /glistmodel/store/splice-wrong-type ok 12 /glistmodel/store/item-type ok 13 /glistmodel/store/remove-all ok 14 /glistmodel/store/sort ok 15 /glistmodel/store/get-item-cache ok 16 /glistmodel/store/items-changed ok 17 /glistmodel/store/past-end # End of store tests # End of glistmodel tests PASS: glib/glistmodel.test Running test: glib/iochannel-test.test PASS: glib/iochannel-test.test Running test: glib/uri.test # random seed: R02S920afd5bbb38ae6b1e960d4f5aa36ed1 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: glib/properties2.test START: /usr/libexec/installed-tests/glib/properties2 init 0x558ea792f200 ....................................................................................................dispose 0x558ea792f200! PASS: glib/properties2.test Running test: glib/rcbox.test # random seed: R02S8381aed7a6c7df42dabc40d13aa4f08b 1..8 # Start of rcbox tests ok 1 /rcbox/new # global_point = 0x55c2279d88a0 ok 2 /rcbox/release-full # global_point_a = 0x55c2279d88a0 # global_point_b = 0x55c2279b1eb0 ok 3 /rcbox/dup ok 4 /rcbox/alignment # End of rcbox tests # Start of atomic-rcbox tests ok 5 /atomic-rcbox/new # global_point = 0x55c2279d8a80 ok 6 /atomic-rcbox/release-full # global_point_a = 0x55c2279d8a80 # global_point_b = 0x55c2279d8a40 ok 7 /atomic-rcbox/dup ok 8 /atomic-rcbox/alignment # End of atomic-rcbox tests PASS: glib/rcbox.test Running test: glib/gdbus-close-pending.test # random seed: R02Scc9ded766a6b5e82af9c4b71d5616ca6 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/file-test.test PASS: glib/file-test.test Running test: glib/properties3.test START: /usr/libexec/installed-tests/glib/properties3 .b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test .b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test .b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test .b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test .b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test .b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.bExecuting: glib/properties3.test .b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b stopping stopped 62060997 7755672 PASS: glib/properties3.test Running test: glib/list.test # random seed: R02S43d810af5013d2bc63dd1b29ef756f89 1..19 # 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 # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 18 /list/double-free # Start of sort tests ok 19 /list/sort/stable # End of sort tests # End of list tests PASS: glib/list.test Running test: glib/gdbus-connection-loss.test # random seed: R02Sc12ebc6db39716d2bd19b2f2974b61e8 # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) 1..1 # Start of gdbus tests ok 1 /gdbus/connection-loss # End of gdbus tests PASS: glib/gdbus-connection-loss.test Running test: glib/gdbus-connection.test # random seed: R02S9aff6a85ece127a4028c6233c84a68e6 1..8 # Start of gdbus tests # Start of connection tests ok 1 /gdbus/connection/bus-failure # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 2 /gdbus/connection/basic # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 3 /gdbus/connection/life-cycle # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 4 /gdbus/connection/send # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 5 /gdbus/connection/signals # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 6 /gdbus/connection/signal-match-rules # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 7 /gdbus/connection/filter # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 8 /gdbus/connection/serials # End of connection tests # End of gdbus tests PASS: glib/gdbus-connection.test Running test: glib/inet-address.test # random seed: R02S56fbd61b316e85603d69163cf3c19381 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: glib/protocol.test # random seed: R02S593fa0b36fe789ba3457fbeea11bf282 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 # GLib-DEBUG: Launching with posix_spawn ok 8 /glib/testing/protocol/test-message # GLib-DEBUG: Launching with posix_spawn # GLib-DEBUG: Launching with posix_spawn # GLib-DEBUG: Launching with posix_spawn 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/type-test.test PASS: glib/type-test.test Running test: glib/gobject-private.test # random seed: R02S2da398b087e70b3b25c4637436df5928 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/gobject-private.test Running test: glib/signal3.test START: /usr/libexec/installed-tests/glib/signal3 init 0x55e2f992a800 init 0x55e2f992a820 .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal3.test ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. stopping stopped dispose 0x55e2f992a800! dispose 0x55e2f992a820! PASS: glib/signal3.test Running test: glib/gdbus-non-socket.test # random seed: R02Sa3b60f55e5bfc5632d299b33f0473094 1..1 # Start of gdbus tests ok 1 /gdbus/non-socket # End of gdbus tests PASS: glib/gdbus-non-socket.test Running test: glib/sequence.test # random seed: R02S30f5757abc99b72429ba93689b07dadc 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 Executing: glib/sequence.test 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 Executing: glib/sequence.test ok 16 /sequence/random/seed:1282356788 # End of random tests # End of sequence tests PASS: glib/sequence.test Running test: glib/timeout.test # random seed: R02Sfe43929e2154c30b617b73f4693a12d9 1..4 # Start of timeout tests # Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642052 ok 1 /timeout/seconds # Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1600 ok 2 /timeout/weeks-overflow ok 3 /timeout/far-future-ready-time Executing: glib/timeout.test Executing: glib/timeout.test Executing: glib/timeout.test ok 4 /timeout/rounding # End of timeout tests PASS: glib/timeout.test Running test: glib/stream-rw_all.test # random seed: R02S91e36ba177a56a4be1ebd19b8efe7c41 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/sort.test # random seed: R02Se96460c74ebbedb6a00926baba55d882 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/testing.test # random seed: R02S4b9a9fa63e159497d1c6ee87fd5459d8 1..26 # pass # GLib-DEBUG: posix_spawn avoided (fd close requested) # skip # GLib-DEBUG: posix_spawn avoided (fd close requested) # incomplete # GLib-DEBUG: posix_spawn avoided (fd close requested) # fail # GLib-DEBUG: posix_spawn avoided (fd close requested) # all # GLib-DEBUG: posix_spawn avoided (fd close requested) # all-non-failures # GLib-DEBUG: posix_spawn avoided (fd close requested) ok 1 /tap # Start of random-generator tests ok 2 /random-generator/rand-1 ok 3 /random-generator/rand-2 ok 4 /random-generator/random-conversions # End of random-generator tests # Start of misc tests # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 5 /misc/assertions ok 6 /misc/test-data ok 7 /misc/primetoul # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 8 /misc/fatal-log-handler # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 9 /misc/expected-messages # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 10 /misc/dash-p # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 11 /misc/nonfatal ok 12 /misc/skip # SKIP Skipped should count as passed, not failed # single test case skipped -> overall status 77 # GLib-DEBUG: posix_spawn avoided (fd close requested) # each test case skipped -> overall status 77 # GLib-DEBUG: posix_spawn avoided (fd close requested) # single test case incomplete -> overall status 77 # GLib-DEBUG: posix_spawn avoided (fd close requested) # one pass and some skipped -> overall status 0 # GLib-DEBUG: posix_spawn avoided (fd close requested) # one pass and some incomplete -> overall status 0 # GLib-DEBUG: posix_spawn avoided (fd close requested) # one pass and mix of skipped and incomplete -> overall status 0 # GLib-DEBUG: posix_spawn avoided (fd close requested) # one fail and some skipped -> overall status fail # GLib-DEBUG: posix_spawn avoided (fd close requested) # one fail and some incomplete -> overall status fail # GLib-DEBUG: posix_spawn avoided (fd close requested) # one fail and mix of skipped and incomplete -> overall status fail # GLib-DEBUG: posix_spawn avoided (fd close requested) ok 13 /misc/combining # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 14 /misc/fail # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 15 /misc/incomplete # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 16 /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 17 /misc/expected-messages/expect-error # Test-DEBUG: should be ignored ok 18 /misc/expected-messages/skip-debug # Start of subprocess tests # End of subprocess tests # End of expected-messages tests # Start of dash-p tests ok 19 /misc/dash-p/child # Start of child tests ok 20 /misc/dash-p/child/sub ok 21 /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 combining tests # Start of subprocess tests # End of subprocess tests # End of combining tests # End of misc tests # Start of forking tests # testing:ERROR:../glib-2.60.6/glib/tests/testing.c:194:test_fork_fail: code should not be reached ok 22 /forking/fail assertion ok 23 /forking/patterns # End of forking tests # Start of trap_subprocess tests # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 24 /trap_subprocess/fail # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 25 /trap_subprocess/no-such-test # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 26 /trap_subprocess/patterns # End of trap_subprocess tests PASS: glib/testing.test Running test: glib/pollable.test # random seed: R02S70dc0a5ab7424bfc5f6da30d26eb42e4 1..3 # Start of pollable tests ok 1 /pollable/unix ok 2 /pollable/converter # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver? ok 3 /pollable/socket # End of pollable tests PASS: glib/pollable.test Running test: glib/pattern.test # random seed: R02S5aa290b3310c958a5037b842630f6377 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/network-monitor-race.test # random seed: R02Sa58dcd58e13855913da4d353151338df 1..1 # Start of network-monitor tests # Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=793727 # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 1 /network-monitor/create-in-thread # End of network-monitor tests PASS: glib/network-monitor-race.test Running test: glib/thumbnail-verification.test # random seed: R02Se93902bc64ec5809e6225d783533d50a 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/utf8-pointer.test # random seed: R02S21762939f5a30bd77c7a76c4af0a3900 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/objects2.test START: /usr/libexec/installed-tests/glib/objects2 init 0x562816ff5200 .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/objects2.test .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................dispose 0x562816ff5200! PASS: glib/objects2.test Running test: glib/testgdate.test checking GDate... Locale set to C Today is a Friday, 08/16/19 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/qsort-test.test PASS: glib/qsort-test.test Running test: glib/socket-service.test # random seed: R02S2f11189d2f2044e6c713800b39940146 1..4 # Start of socket-service tests # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver? ok 1 /socket-service/start-stop ok 2 /socket-service/read_write_async ok 3 /socket-service/read_writev_async # Start of threaded tests # Bug Reference: http://bugzilla.gnome.org/712570 ok 4 /socket-service/threaded/712570 # End of threaded tests # End of socket-service tests PASS: glib/socket-service.test Running test: glib/simple-async-result.test # random seed: R02S7c3b90619f3f80521c56304685eee077 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/utils.test # random seed: R02Sa1381de2f71b193e45fbb6fd76c038f7 1..29 # 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 # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 9 /utils/debug ok 10 /utils/codeset # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) 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/clear-pointer-cast ok 21 /utils/take-pointer ok 22 /utils/clear-source ok 23 /utils/misc-mem ok 24 /utils/nullify # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 25 /utils/atexit ok 26 /utils/check-setuid # Bug Reference: http://bugzilla.gnome.org/https://gitlab.gnome.org/GNOME/glib/issues/1663 ok 27 /utils/int-limits # Start of specialdir tests ok 28 /utils/specialdir/desktop # End of specialdir tests # Start of clear-pointer tests ok 29 /utils/clear-pointer/side-effects # End of clear-pointer tests # End of utils tests PASS: glib/utils.test Running test: glib/include.test # random seed: R02S14533c169a8335eb8af8656168905005 1..1 # Start of include tests ok 1 /include/rwlock # End of include tests PASS: glib/include.test Running test: glib/markup-parse.test # random seed: R02S301fc8473ae0a71d5432569613728a2b 1..69 # Start of markup tests # Start of parse tests ok 1 /markup/parse/fail-17.gmarkup ok 2 /markup/parse/fail-36.gmarkup ok 3 /markup/parse/valid-10.gmarkup ok 4 /markup/parse/fail-24.gmarkup ok 5 /markup/parse/fail-12.gmarkup ok 6 /markup/parse/fail-44.gmarkup ok 7 /markup/parse/fail-46.gmarkup ok 8 /markup/parse/valid-1.gmarkup ok 9 /markup/parse/fail-16.gmarkup ok 10 /markup/parse/fail-35.gmarkup ok 11 /markup/parse/fail-51.gmarkup ok 12 /markup/parse/fail-28.gmarkup ok 13 /markup/parse/fail-10.gmarkup ok 14 /markup/parse/fail-22.gmarkup ok 15 /markup/parse/valid-7.gmarkup ok 16 /markup/parse/fail-52.gmarkup ok 17 /markup/parse/fail-14.gmarkup ok 18 /markup/parse/fail-1.gmarkup ok 19 /markup/parse/fail-43.gmarkup ok 20 /markup/parse/fail-2.gmarkup ok 21 /markup/parse/fail-25.gmarkup ok 22 /markup/parse/fail-23.gmarkup ok 23 /markup/parse/valid-13.gmarkup ok 24 /markup/parse/fail-42.gmarkup ok 25 /markup/parse/valid-11.gmarkup ok 26 /markup/parse/valid-14.gmarkup ok 27 /markup/parse/fail-19.gmarkup ok 28 /markup/parse/fail-49.gmarkup ok 29 /markup/parse/fail-40.gmarkup ok 30 /markup/parse/fail-30.gmarkup ok 31 /markup/parse/fail-7.gmarkup ok 32 /markup/parse/fail-9.gmarkup ok 33 /markup/parse/valid-16.gmarkup ok 34 /markup/parse/valid-3.gmarkup ok 35 /markup/parse/fail-31.gmarkup ok 36 /markup/parse/fail-8.gmarkup ok 37 /markup/parse/fail-4.gmarkup ok 38 /markup/parse/fail-27.gmarkup ok 39 /markup/parse/fail-38.gmarkup ok 40 /markup/parse/fail-32.gmarkup ok 41 /markup/parse/fail-34.gmarkup ok 42 /markup/parse/fail-48.gmarkup ok 43 /markup/parse/fail-15.gmarkup ok 44 /markup/parse/fail-13.gmarkup ok 45 /markup/parse/fail-21.gmarkup ok 46 /markup/parse/fail-50.gmarkup ok 47 /markup/parse/fail-29.gmarkup ok 48 /markup/parse/valid-4.gmarkup ok 49 /markup/parse/valid-12.gmarkup ok 50 /markup/parse/fail-45.gmarkup ok 51 /markup/parse/valid-9.gmarkup ok 52 /markup/parse/valid-15.gmarkup ok 53 /markup/parse/fail-33.gmarkup ok 54 /markup/parse/fail-5.gmarkup ok 55 /markup/parse/fail-37.gmarkup ok 56 /markup/parse/valid-8.gmarkup ok 57 /markup/parse/fail-20.gmarkup ok 58 /markup/parse/fail-39.gmarkup ok 59 /markup/parse/fail-47.gmarkup ok 60 /markup/parse/fail-18.gmarkup ok 61 /markup/parse/fail-3.gmarkup ok 62 /markup/parse/fail-26.gmarkup ok 63 /markup/parse/fail-41.gmarkup ok 64 /markup/parse/fail-6.gmarkup ok 65 /markup/parse/fail-11.gmarkup ok 66 /markup/parse/valid-2.gmarkup ok 67 /markup/parse/fail-53.gmarkup ok 68 /markup/parse/valid-5.gmarkup ok 69 /markup/parse/valid-6.gmarkup # End of parse tests # End of markup tests PASS: glib/markup-parse.test Running test: glib/gdbus-proxy-unique-name.test # random seed: R02Se22c4c9004c2bd98791e02b5f33f248b 1..1 # Start of gdbus tests # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 1 /gdbus/proxy-unique-name # End of gdbus tests PASS: glib/gdbus-proxy-unique-name.test Running test: glib/appmonitor.test # random seed: R02S5449b389b31f074353c7d6be627c089a 1..1 # Start of monitor tests # GLib-DEBUG: g_set_user_dirs: Setting HOME to /tmp/test_appmonitor_NS9G6Z/monitor/app/.dirs/home # GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /tmp/test_appmonitor_NS9G6Z/monitor/app/.dirs/cache # GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /tmp/test_appmonitor_NS9G6Z/monitor/app/.dirs/system-config1:/tmp/test_appmonitor_NS9G6Z/monitor/app/.dirs/system-config2 # GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /tmp/test_appmonitor_NS9G6Z/monitor/app/.dirs/config # GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /tmp/test_appmonitor_NS9G6Z/monitor/app/.dirs/system-data1:/tmp/test_appmonitor_NS9G6Z/monitor/app/.dirs/system-data2 # GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /tmp/test_appmonitor_NS9G6Z/monitor/app/.dirs/data # GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /tmp/test_appmonitor_NS9G6Z/monitor/app/.dirs/runtime # Using data directory: /tmp/test_appmonitor_NS9G6Z/monitor/app/.dirs/data # GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from (null) to /tmp/test_appmonitor_NS9G6Z/monitor/app/.dirs/config ok 1 /monitor/app # End of monitor tests PASS: glib/appmonitor.test Running test: glib/unix-fd.test # random seed: R02S40e02fdfdc909f279b2e2fdf3e25d68b 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/signals.test PASS: glib/signals.test Running test: glib/utf8-validate.test # random seed: R02Sf6b7d27a0dcabe890c846d35a86752d5 1..216 # Start of utf8 tests # Vector 0 # Vector 1 # Vector 2 # Vector 3 # Vector 4 # Vector 5 # Vector 6 # Vector 7 # Vector 8 # Vector 9 # Vector 10 # Vector 11 # Vector 12 # Vector 13 # Vector 14 # Vector 15 # Vector 16 # Vector 17 # Vector 18 # Vector 19 # Vector 20 # Vector 21 ok 1 /utf8/get-char-validated # Start of validate tests ok 2 /utf8/validate/0 ok 3 /utf8/validate/1 ok 4 /utf8/validate/2 ok 5 /utf8/validate/3 ok 6 /utf8/validate/4 ok 7 /utf8/validate/5 ok 8 /utf8/validate/6 ok 9 /utf8/validate/7 ok 10 /utf8/validate/8 ok 11 /utf8/validate/9 ok 12 /utf8/validate/10 ok 13 /utf8/validate/11 ok 14 /utf8/validate/12 ok 15 /utf8/validate/13 ok 16 /utf8/validate/14 ok 17 /utf8/validate/15 ok 18 /utf8/validate/16 ok 19 /utf8/validate/17 ok 20 /utf8/validate/18 ok 21 /utf8/validate/19 ok 22 /utf8/validate/20 ok 23 /utf8/validate/21 ok 24 /utf8/validate/22 ok 25 /utf8/validate/23 ok 26 /utf8/validate/24 ok 27 /utf8/validate/25 ok 28 /utf8/validate/26 ok 29 /utf8/validate/27 ok 30 /utf8/validate/28 ok 31 /utf8/validate/29 ok 32 /utf8/validate/30 ok 33 /utf8/validate/31 ok 34 /utf8/validate/32 ok 35 /utf8/validate/33 ok 36 /utf8/validate/34 ok 37 /utf8/validate/35 ok 38 /utf8/validate/36 ok 39 /utf8/validate/37 ok 40 /utf8/validate/38 ok 41 /utf8/validate/39 ok 42 /utf8/validate/40 ok 43 /utf8/validate/41 ok 44 /utf8/validate/42 ok 45 /utf8/validate/43 ok 46 /utf8/validate/44 ok 47 /utf8/validate/45 ok 48 /utf8/validate/46 ok 49 /utf8/validate/47 ok 50 /utf8/validate/48 ok 51 /utf8/validate/49 ok 52 /utf8/validate/50 ok 53 /utf8/validate/51 ok 54 /utf8/validate/52 ok 55 /utf8/validate/53 ok 56 /utf8/validate/54 ok 57 /utf8/validate/55 ok 58 /utf8/validate/56 ok 59 /utf8/validate/57 ok 60 /utf8/validate/58 ok 61 /utf8/validate/59 ok 62 /utf8/validate/60 ok 63 /utf8/validate/61 ok 64 /utf8/validate/62 ok 65 /utf8/validate/63 ok 66 /utf8/validate/64 ok 67 /utf8/validate/65 ok 68 /utf8/validate/66 ok 69 /utf8/validate/67 ok 70 /utf8/validate/68 ok 71 /utf8/validate/69 ok 72 /utf8/validate/70 ok 73 /utf8/validate/71 ok 74 /utf8/validate/72 ok 75 /utf8/validate/73 ok 76 /utf8/validate/74 ok 77 /utf8/validate/75 ok 78 /utf8/validate/76 ok 79 /utf8/validate/77 ok 80 /utf8/validate/78 ok 81 /utf8/validate/79 ok 82 /utf8/validate/80 ok 83 /utf8/validate/81 ok 84 /utf8/validate/82 ok 85 /utf8/validate/83 ok 86 /utf8/validate/84 ok 87 /utf8/validate/85 ok 88 /utf8/validate/86 ok 89 /utf8/validate/87 ok 90 /utf8/validate/88 ok 91 /utf8/validate/89 ok 92 /utf8/validate/90 ok 93 /utf8/validate/91 ok 94 /utf8/validate/92 ok 95 /utf8/validate/93 ok 96 /utf8/validate/94 ok 97 /utf8/validate/95 ok 98 /utf8/validate/96 ok 99 /utf8/validate/97 ok 100 /utf8/validate/98 ok 101 /utf8/validate/99 ok 102 /utf8/validate/100 ok 103 /utf8/validate/101 ok 104 /utf8/validate/102 ok 105 /utf8/validate/103 ok 106 /utf8/validate/104 ok 107 /utf8/validate/105 ok 108 /utf8/validate/106 ok 109 /utf8/validate/107 ok 110 /utf8/validate/108 ok 111 /utf8/validate/109 ok 112 /utf8/validate/110 ok 113 /utf8/validate/111 ok 114 /utf8/validate/112 ok 115 /utf8/validate/113 ok 116 /utf8/validate/114 ok 117 /utf8/validate/115 ok 118 /utf8/validate/116 ok 119 /utf8/validate/117 ok 120 /utf8/validate/118 ok 121 /utf8/validate/119 ok 122 /utf8/validate/120 ok 123 /utf8/validate/121 ok 124 /utf8/validate/122 ok 125 /utf8/validate/123 ok 126 /utf8/validate/124 ok 127 /utf8/validate/125 ok 128 /utf8/validate/126 ok 129 /utf8/validate/127 ok 130 /utf8/validate/128 ok 131 /utf8/validate/129 ok 132 /utf8/validate/130 ok 133 /utf8/validate/131 ok 134 /utf8/validate/132 ok 135 /utf8/validate/133 ok 136 /utf8/validate/134 ok 137 /utf8/validate/135 ok 138 /utf8/validate/136 ok 139 /utf8/validate/137 ok 140 /utf8/validate/138 ok 141 /utf8/validate/139 ok 142 /utf8/validate/140 ok 143 /utf8/validate/141 ok 144 /utf8/validate/142 ok 145 /utf8/validate/143 ok 146 /utf8/validate/144 ok 147 /utf8/validate/145 ok 148 /utf8/validate/146 ok 149 /utf8/validate/147 ok 150 /utf8/validate/148 ok 151 /utf8/validate/149 ok 152 /utf8/validate/150 ok 153 /utf8/validate/151 ok 154 /utf8/validate/152 ok 155 /utf8/validate/153 ok 156 /utf8/validate/154 ok 157 /utf8/validate/155 ok 158 /utf8/validate/156 ok 159 /utf8/validate/157 ok 160 /utf8/validate/158 ok 161 /utf8/validate/159 ok 162 /utf8/validate/160 ok 163 /utf8/validate/161 ok 164 /utf8/validate/162 ok 165 /utf8/validate/163 ok 166 /utf8/validate/164 ok 167 /utf8/validate/165 ok 168 /utf8/validate/166 ok 169 /utf8/validate/167 ok 170 /utf8/validate/168 ok 171 /utf8/validate/169 ok 172 /utf8/validate/170 ok 173 /utf8/validate/171 ok 174 /utf8/validate/172 ok 175 /utf8/validate/173 ok 176 /utf8/validate/174 ok 177 /utf8/validate/175 ok 178 /utf8/validate/176 ok 179 /utf8/validate/177 ok 180 /utf8/validate/178 ok 181 /utf8/validate/179 ok 182 /utf8/validate/180 ok 183 /utf8/validate/181 ok 184 /utf8/validate/182 ok 185 /utf8/validate/183 ok 186 /utf8/validate/184 ok 187 /utf8/validate/185 ok 188 /utf8/validate/186 ok 189 /utf8/validate/187 ok 190 /utf8/validate/188 ok 191 /utf8/validate/189 ok 192 /utf8/validate/190 ok 193 /utf8/validate/191 ok 194 /utf8/validate/192 ok 195 /utf8/validate/193 ok 196 /utf8/validate/194 ok 197 /utf8/validate/195 ok 198 /utf8/validate/196 ok 199 /utf8/validate/197 ok 200 /utf8/validate/198 ok 201 /utf8/validate/199 ok 202 /utf8/validate/200 ok 203 /utf8/validate/201 ok 204 /utf8/validate/202 ok 205 /utf8/validate/203 ok 206 /utf8/validate/204 ok 207 /utf8/validate/205 ok 208 /utf8/validate/206 ok 209 /utf8/validate/207 ok 210 /utf8/validate/208 ok 211 /utf8/validate/209 ok 212 /utf8/validate/210 ok 213 /utf8/validate/211 ok 214 /utf8/validate/212 ok 215 /utf8/validate/213 ok 216 /utf8/validate/214 # End of validate tests # End of utf8 tests PASS: glib/utf8-validate.test Running test: glib/defaultvalue.test # random seed: R02S74446248bdbe8cce24276268dbdf1360 # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) 1..0 PASS: glib/defaultvalue.test Running test: glib/gvariant.test # random seed: R02Sc9f509d9682e76af71f7bdcd76a63a5d 1..51 # 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 # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) 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 # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) 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 ok 31 /gvariant/unaligned-construction # Start of type tests # Start of string-scan tests # Start of recursion tests ok 32 /gvariant/type/string-scan/recursion/tuple ok 33 /gvariant/type/string-scan/recursion/array # End of recursion tests # End of string-scan tests # End of type tests # Start of serialiser tests ok 34 /gvariant/serialiser/maybe ok 35 /gvariant/serialiser/array ok 36 /gvariant/serialiser/tuple ok 37 /gvariant/serialiser/variant ok 38 /gvariant/serialiser/strings ok 39 /gvariant/serialiser/byteswap # Start of fuzz tests ok 40 /gvariant/serialiser/fuzz/1% ok 41 /gvariant/serialiser/fuzz/5% ok 42 /gvariant/serialiser/fuzz/9% Executing: glib/gvariant.test ok 43 /gvariant/serialiser/fuzz/13% ok 44 /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 parser tests ok 45 /gvariant/parser/integer-bounds # End of parser tests # Start of parse tests # Start of subprocess tests # End of subprocess tests # End of parse tests # Start of normal-checking tests ok 46 /gvariant/normal-checking/tuples ok 47 /gvariant/normal-checking/array-offsets ok 48 /gvariant/normal-checking/tuple-offsets ok 49 /gvariant/normal-checking/empty-object-path # End of normal-checking tests # Start of recursion-limits tests ok 50 /gvariant/recursion-limits/variant-in-variant ok 51 /gvariant/recursion-limits/array-in-variant # End of recursion-limits tests # End of gvariant tests PASS: glib/gvariant.test Running test: glib/gdbus-addresses.test # random seed: R02Sd9e6c97b2cb9432133b38729fa5df9e0 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/flags.test # random seed: R02Sb1d0361b127022c2f808ccbc7f3b7fe0 1..1 # Start of gobject tests # Start of flags tests ok 1 /gobject/flags/validate # End of flags tests # End of gobject tests PASS: glib/flags.test Running test: glib/gdbus-connection-slow.test # random seed: R02S4efba7b798b5e85edd38b698c637edd1 1..2 # Start of gdbus tests # Start of connection tests # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) # GLib-DEBUG: posix_spawn avoided (fd close requested) ok 1 /gdbus/connection/flush # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) ok 2 /gdbus/connection/large_message # End of connection tests # End of gdbus tests PASS: glib/gdbus-connection-slow.test Running test: glib/gvalue-test.test # random seed: R02S3cdfc6cd8baf06cb3b2d0845f6ce9786 1..4 # Start of gvalue tests ok 1 /gvalue/enum-transformation ok 2 /gvalue/gtype ok 3 /gvalue/collection ok 4 /gvalue/copying # End of gvalue tests PASS: glib/gvalue-test.test Running test: glib/rand.test # random seed: R02Sbd74c4b7fff6fd3287794b3a7766b098 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: glib/closure-refcount.test # random seed: R02Se64ffd7eec027d149ba8886d00f0270f 1..1 # Start of closure tests # Init 0x55633e8fc430 # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from thread2 # Yielding from thread1 # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from thread2 # Yielding from thread1 # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from thread1 # Yielding from thread2 # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from thread1 # Yielding from thread2 # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from thread1 # Yielding from main thread # Yielding from thread2 # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from thread2 # Yielding from thread1 # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from thread2 # Yielding from thread1 # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from thread2 # Yielding from thread1 # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from thread1 # Yielding from thread2 # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from thread1 # Yielding from thread2 # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from thread1 # Yielding from thread2 # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from thread1 # Yielding from thread2 # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from thread2 # Yielding from thread1 # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from thread2 # Yielding from thread1 # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from thread1 # Yielding from thread2 # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from thread1 # Yielding from thread2 # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from main thread # Yielding from thread1 # Yielding from main thread # Yielding from thread2 # Yielding from main thread # Stopping # Stopped ok 1 /closure/refcount # End of closure tests PASS: glib/closure-refcount.test Running test: glib/onceinit.test PASS: glib/onceinit.test Running test: glib/monitor.test # random seed: R02S3abc3b2bb4f4612d6fa6fbe3f8de8146 1..1 # Start of monitor tests # Using temporary directory: /tmp/gio-test-file-monitor_0YTD6Z # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? ok 1 /monitor/directory # End of monitor tests PASS: glib/monitor.test Running test: glib/unicode-caseconv.test PASS: glib/unicode-caseconv.test Running test: glib/dynamictests.test # random seed: R02S2a2e2fce9eba718f9618c6a7b3526142 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/socket-listener.test # random seed: R02S8f605163661dfcd6e4a321254c8de3de 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/slice-threadinit.test PASS: glib/slice-threadinit.test Running test: glib/accumulator.test PASS: glib/accumulator.test Running test: glib/scannerapi.test # random seed: R02Sd4b430043cb09a109ed0055c44b32685 1..4 # Start of scanner tests ok 1 /scanner/warn # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 2 /scanner/error ok 3 /scanner/symbols ok 4 /scanner/tokens # End of scanner tests PASS: glib/scannerapi.test Running test: glib/hmac.test # random seed: R02S4a52f9508d80e2ddeaa49b7dfccf30c2 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/gdbus-test-codegen-old.test # random seed: R02Sd72a030342edef3fdef195c602a215b8 # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) 1..7 # 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 ok 5 /gdbus/codegen/autocleanups ok 6 /gdbus/codegen/deprecations ok 7 /gdbus/codegen/standalone-interface-info # End of codegen tests # End of gdbus tests PASS: glib/gdbus-test-codegen-old.test Running test: glib/references.test PASS: glib/references.test Running test: glib/option-context.test # random seed: R02See4a25164f80627133b0b414e74cb66b 1..56 # 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 # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) 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 ok 52 /option/bug/triple-dash # Bug Reference: http://bugzilla.gnome.org/305576 ok 53 /option/bug/missing-arg # Bug Reference: http://bugzilla.gnome.org/577638 ok 54 /option/bug/dash-arg # Bug Reference: http://bugzilla.gnome.org/729563 ok 55 /option/bug/short-remaining # Bug Reference: http://bugzilla.gnome.org/646926 ok 56 /option/bug/double-free # End of bug tests # End of option tests PASS: glib/option-context.test Running test: glib/deftype.test PASS: glib/deftype.test Running test: glib/utf8-performance.test # random seed: R02Sedf2d273b676a9f6ed9c14499664a7c4 1..0 PASS: glib/utf8-performance.test Running test: glib/socket.test # random seed: R02Sd07a472d8aa4e5b5c7e9623f353f7575 1..23 # Start of socket tests ok 1 /socket/ipv4_sync Executing: glib/socket.test 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 ok 13 /socket/source-postmortem ok 14 /socket/read_write ok 15 /socket/read_writev # Start of ipv4_sync tests ok 16 /socket/ipv4_sync/datagram # Start of datagram tests ok 17 /socket/ipv4_sync/datagram/timeouts # End of datagram tests # End of ipv4_sync tests # Start of ipv6_sync tests ok 18 /socket/ipv6_sync/datagram # Start of datagram tests ok 19 /socket/ipv6_sync/datagram/timeouts # End of datagram tests # End of ipv6_sync tests # Start of reuse tests ok 20 /socket/reuse/tcp ok 21 /socket/reuse/udp # End of reuse tests # Start of get_available tests ok 22 /socket/get_available/datagram ok 23 /socket/get_available/stream # End of get_available tests # End of socket tests PASS: glib/socket.test Running test: glib/regex.test # random seed: R02S10bcd941ad3699005b88067f166d920f 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/macros.test # random seed: R02Sd27e49ad5c6ca0454be721cac60ec4a3 1..1 # Start of alignof tests ok 1 /alignof/fallback # End of alignof tests PASS: glib/macros.test Running test: glib/unicode-encoding.test PASS: glib/unicode-encoding.test Running test: glib/gdbus-threading.test # random seed: R02S205c6dd5d530d5df67fe7a71455ef883 # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) 1..3 # Start of gdbus tests ok 1 /gdbus/delivery-in-thread Executing: glib/gdbus-threading.test Executing: glib/gdbus-threading.test ok 2 /gdbus/method-calls-in-thread # GLib-GIO-DEBUG: run 0: refcount is 2, sleeping # GLib-GIO-DEBUG: run 1: refcount is 3, sleeping Executing: glib/gdbus-threading.test Executing: glib/gdbus-threading.test # GLib-GIO-DEBUG: run 3802: refcount is 3, sleeping ok 3 /gdbus/threaded-singleton # End of gdbus tests PASS: glib/gdbus-threading.test Running test: glib/singleton.test PASS: glib/singleton.test Running test: glib/base64.test # random seed: R02S5a8aaa3a805c6be2fdf819eca7339e4e 1..28 # 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 # Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=https://gitlab.gnome.org/GNOME/glib/issues/1698 ok 9 /base64/encode/empty # Start of incremental tests # Start of small-block tests # Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066 ok 10 /base64/encode/incremental/small-block/1 # Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066 ok 11 /base64/encode/incremental/small-block/2 # Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066 ok 12 /base64/encode/incremental/small-block/3 # Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=780066 ok 13 /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 14 /base64/incremental/nobreak/1 ok 15 /base64/incremental/nobreak/2 ok 16 /base64/incremental/nobreak/3 ok 17 /base64/incremental/nobreak/4-a ok 18 /base64/incremental/nobreak/4-b ok 19 /base64/incremental/nobreak/4-c # End of nobreak tests # Start of break tests ok 20 /base64/incremental/break/1 ok 21 /base64/incremental/break/2 ok 22 /base64/incremental/break/3 # End of break tests # Start of smallblock tests ok 23 /base64/incremental/smallblock/1 ok 24 /base64/incremental/smallblock/2 ok 25 /base64/incremental/smallblock/3 ok 26 /base64/incremental/smallblock/4 # End of smallblock tests # End of incremental tests # Start of decode tests # Bug Reference: https://bugzilla.gnome.org/browse.cgi?product=https://gitlab.gnome.org/GNOME/glib/issues/1698 ok 27 /base64/decode/empty # End of decode tests # Start of encode-decode tests # Vector 0: # Vector 1: f # Vector 2: fo # Vector 3: foo # Vector 4: foob # Vector 5: fooba # Vector 6: foobar ok 28 /base64/encode-decode/rfc4648 # End of encode-decode tests # End of base64 tests PASS: glib/base64.test Running test: glib/gmenumodel.test # random seed: R02Saa965939935bbc9300e77c1a0634e899 # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) 1..13 # Start of gmenu tests ok 1 /gmenu/equality Executing: glib/gmenumodel.test 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 # Start of peer tests ok 11 /gmenu/dbus/peer/roundtrip Executing: glib/gmenumodel.test ok 12 /gmenu/dbus/peer/subscriptions # End of peer tests # End of dbus tests # Start of attributes tests ok 13 /gmenu/attributes/iterate # End of attributes tests # End of gmenu tests PASS: glib/gmenumodel.test Running test: glib/buffered-input-stream.test # random seed: R02Sd3878d58693b9f529e6e7844d7ee309c 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/gdbus-export.test # random seed: R02Sf79eafb240998ffb398be441032fc425 # GLib-DEBUG: posix_spawn avoided (automatic reaping requested) (fd close requested) 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/resources.test # random seed: R02Sdb96f2444933e9e43c78f9345c9af36f 1..17 # Start of resource tests ok 1 /resource/file # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? ok 2 /resource/file-path ok 3 /resource/data ok 4 /resource/data_unaligned ok 5 /resource/data-corrupt ok 6 /resource/data-empty ok 7 /resource/registered ok 8 /resource/manual ok 9 /resource/manual2 ok 10 /resource/automatic ok 11 /resource/module ** GLib-GIO:ERROR:../glib-2.60.6/gio/tests/resources.c:582:test_resource_binary_linked: 'found' should be TRUE Bail out! GLib-GIO:ERROR:../glib-2.60.6/gio/tests/resources.c:582:test_resource_binary_linked: 'found' should be TRUE FAIL: glib/resources.test (Child process killed by signal 6) Running test: glib/shell.test # random seed: R02S7f5380201672e926e16f3dfc1b1d74f8 1..51 # Start of shell tests # Start of cmdline tests test cmdline: foo bar ok 1 /shell/cmdline/0 test cmdline: foo 'bar' ok 2 /shell/cmdline/1 test cmdline: foo "bar" ok 3 /shell/cmdline/2 test cmdline: foo '' 'bar' ok 4 /shell/cmdline/3 test cmdline: foo "bar"'baz'blah'foo'\''blah'"boo" ok 5 /shell/cmdline/4 test cmdline: foo blah foo bar baz ok 6 /shell/cmdline/5 test cmdline: foo ' spaces more spaces lots of spaces in this ' ok 7 /shell/cmdline/6 test cmdline: foo \ bar ok 8 /shell/cmdline/7 test cmdline: foo '' '' ok 9 /shell/cmdline/8 test cmdline: foo \" la la la ok 10 /shell/cmdline/9 test cmdline: foo \ foo woo woo\ ok 11 /shell/cmdline/10 test cmdline: foo "yada yada \$\"" ok 12 /shell/cmdline/11 test cmdline: foo "c:\\" ok 13 /shell/cmdline/12 test cmdline: foo # bla bla bla bar ok 14 /shell/cmdline/13 test cmdline: foo a#b ok 15 /shell/cmdline/14 test cmdline: #foo ok 16 /shell/cmdline/15 test cmdline: foo bar \ ok 17 /shell/cmdline/16 test cmdline: foo 'bar baz ok 18 /shell/cmdline/17 test cmdline: foo '"bar" baz ok 19 /shell/cmdline/18 test cmdline: ok 20 /shell/cmdline/19 test cmdline: ok 21 /shell/cmdline/20 test cmdline: # foo bar ok 22 /shell/cmdline/21 test cmdline: foo '/bar/summer'\''09 tours.pdf' 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/g-file-info-filesystem-readonly.test # random seed: R02Sa73204e4f37acf53faa8e95f93e66fd4 # Bug Reference: http://bugzilla.gnome.org/787731 1..2 # Start of g-file-info-filesystem-readonly tests ok 1 /g-file-info-filesystem-readonly/test-fs-ro # SKIP 'bindfs' and 'fusermount' commands are needed to run this test ok 2 /g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor # SKIP 'bindfs' and 'fusermount' commands are needed to run this test # End of g-file-info-filesystem-readonly tests PASS: glib/g-file-info-filesystem-readonly.test Running test: glib/slist.test # random seed: R02Sad75df93087267022773776635b3dba3 1..14 # 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 ok 12 /slist/copy # Start of sort tests ok 13 /slist/sort/stable # End of sort tests # Start of copy tests ok 14 /slist/copy/deep # End of copy tests # End of slist tests PASS: glib/slist.test Running test: glib/timeloop.test Children: 3 Iters: 10000 Children: 3 Iters: 10000 Children: 3 Iters: 10000 Children: 3 Iters: 10000 Elapsed user: 107 Elapsed system: 131 Elapsed total: 238 total / iteration: 0.00793333 PASS: glib/timeloop.test Running test: glib/signal2.test START: /usr/libexec/installed-tests/glib/signal2 init 0x5571237f7800 init 0x5571237f7820 ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Executing: glib/signal2.test ........................................................................................................................................................ stopping stopped dispose 0x5571237f7800! dispose 0x5571237f7820! PASS: glib/signal2.test Running test: glib/refcount.test # random seed: R02S1466f6e618ea9beba5399ff3bcd6b996 1..4 # Start of refcount tests ok 1 /refcount/grefcount ok 2 /refcount/gatomicrefcount # Start of grefcount tests # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 3 /refcount/grefcount/saturation # End of grefcount tests # Start of gatomicrefcount tests # GLib-DEBUG: posix_spawn avoided (workdir specified) (fd close requested) ok 4 /refcount/gatomicrefcount/saturation # End of gatomicrefcount tests # End of refcount tests PASS: glib/refcount.test Running test: glib/keyfile.test # random seed: R02Sf746df45a32ab641d8846aca073e720c 1..35 # 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 ok 34 /keyfile/get-locale ok 35 /keyfile/free-when-not-last-ref # End of keyfile tests PASS: glib/keyfile.test Running test: glib/bytes.test # random seed: R02S6f614192ddfbd80f6fb7e55f920b8c07 1..17 # 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/new-from-bytes-slice ok 7 /bytes/new-from-bytes-shared-ref ok 8 /bytes/hash ok 9 /bytes/equal ok 10 /bytes/compare ok 11 /bytes/null # Start of to-data tests ok 12 /bytes/to-data/transfered ok 13 /bytes/to-data/two-refs ok 14 /bytes/to-data/non-malloc # End of to-data tests # Start of to-array tests ok 15 /bytes/to-array/transfered ok 16 /bytes/to-array/two-refs ok 17 /bytes/to-array/non-malloc # End of to-array tests # End of bytes tests PASS: glib/bytes.test Running test: glib/dir.test # random seed: R02Sfff184c1b4b19913b1756743e3ee51ec 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/autoptr.test # random seed: R02Sbc5dcaf9f3b99a29f48f822ccbaafb91 1..4 # Start of autoptr tests ok 1 /autoptr/autoptr ok 2 /autoptr/autoptr_steal ok 3 /autoptr/autolist ok 4 /autoptr/autoslist # End of autoptr tests PASS: glib/autoptr.test Running test: glib/env-test.test PASS: glib/env-test.test Running test: glib/gdbus-error.test # random seed: R02S3b4ffc3fe61b10f5948901290e9daba1 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/markup-collect.test # random seed: R02Sb3761be02abde263403877412967cbe3 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/overflow.test # random seed: R02S620a3b9e26101af72e433be4d7d83688 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/thread-test.test Executing: glib/thread-test.test Executing: glib/thread-test.test Executing: glib/thread-test.test Executing: glib/thread-test.test PASS: glib/thread-test.test Running test: glib/threadtests.test # random seed: R02Sc88a376b355ffd89ed9ed20eaf7f3f88 1..2 # Start of GObject tests ok 1 /GObject/threaded-object-init Executing: glib/threadtests.test ok 2 /GObject/threaded-weak-ref # End of GObject tests PASS: glib/threadtests.test Running test: glib/ifaceproperties.test # random seed: R02S48b916354ba6fc837c5f277b3f9aa2b3 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/private.test # random seed: R02Sf4ce5ae777d52233dca31dfbe0ba6483 1..8 # Start of thread tests ok 1 /thread/private1 ok 2 /thread/private2 ok 3 /thread/private3 ok 4 /thread/staticprivate1 ok 5 /thread/staticprivate2 ok 6 /thread/staticprivate3 ok 7 /thread/staticprivate4 ok 8 /thread/staticprivate5 # End of thread tests PASS: glib/private.test Running test: glib/memory-input-stream.test Executing: glib/memory-input-stream.test # random seed: R02S3b81e2e7bf4b33d0b3793c1183183d18 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/g-icon.test # random seed: R02S255e4e62c533ff8e8f56fd3cfa983474 1..6 # Start of icons tests # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs? 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/queue.test # random seed: R02S96d5b4ade1cb243339839bf5478ee429 1..9 # 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 ok 8 /queue/clear-full # Start of random tests ok 9 /queue/random/seed:1318858198 # End of random tests # End of queue tests PASS: glib/queue.test SUMMARY: total=250; passed=249; skipped=0; failed=1; user=121.4s; system=33.8s; maxrss=154472 FAIL: glib/resources.test (Child process killed by signal 6) ERROR: Exit status is 512 DURATION: 392 END: /usr/lib/glib-2.0/ptest 2019-08-16T19:51 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:51 BEGIN: /usr/lib/gstreamer1.0/ptest PASS: gst/gstabi PASS: gst/gstatomicqueue PASS: gst/gstbuffer PASS: gst/gstbufferlist PASS: gst/gstbufferpool PASS: gst/gstmeta PASS: gst/gstmemory PASS: gst/gstbus PASS: gst/gstcaps PASS: gst/gstcapsfeatures PASS: gst/gstcpp PASS: libs/gstlibscpp PASS: gst/gstdatetime PASS: gst/gstdeinit PASS: gst/gstdevice PASS: gst/gstinfo PASS: gst/gstiterator PASS: gst/gstmessage PASS: gst/gstminiobject PASS: gst/gstobject PASS: gst/gstpad PASS: gst/gstparamspecs PASS: gst/gstpipeline PASS: gst/gstpoll PASS: gst/gstprotection PASS: gst/gstprintf PASS: gst/gstpromise PASS: gst/gstsegment FAIL: gst/gstsystemclock PASS: gst/gstclock PASS: gst/gststream PASS: gst/gststructure PASS: gst/gsttag PASS: gst/gsttracerrecord PASS: gst/gsttagsetter PASS: gst/gsttask PASS: gst/gsttoc PASS: gst/gsttocsetter PASS: gst/gstvalue PASS: generic/states PASS: pipelines/simple-launch-lines PASS: pipelines/cleanup FAIL: pipelines/parse-launch PASS: gst/gst PASS: gst/gstbin PASS: gst/gstchildproxy PASS: gst/gstcontext PASS: gst/gstcontroller PASS: gst/gstelement PASS: gst/gstelementfactory PASS: gst/gstevent PASS: gst/gstghostpad PASS: gst/gstplugin PASS: gst/gstpreset PASS: gst/gstprotection PASS: gst/gstquery PASS: gst/gstregistry FAIL: gst/gsturi PASS: gst/gstutils PASS: generic/sinks PASS: elements/capsfilter PASS: elements/concat PASS: elements/dataurisrc PASS: elements/fakesink PASS: elements/fakesrc PASS: elements/fdsrc PASS: elements/filesink PASS: elements/filesrc PASS: elements/funnel PASS: elements/identity PASS: elements/multiqueue PASS: elements/selector PASS: elements/tee PASS: elements/queue PASS: elements/queue2 PASS: elements/valve PASS: elements/streamiddemux PASS: libs/baseparse PASS: libs/basesrc PASS: libs/basesink PASS: libs/sparsefile PASS: libs/controller PASS: libs/queuearray PASS: libs/typefindhelper PASS: pipelines/seek PASS: pipelines/stress PASS: pipelines/queue-error PASS: libs/libsabi PASS: libs/adapter PASS: libs/aggregator PASS: libs/bitreader PASS: libs/bitwriter PASS: libs/bytereader PASS: libs/bytewriter PASS: libs/bitreader-noinline PASS: libs/bytereader-noinline PASS: libs/bytewriter-noinline PASS: libs/flowcombiner PASS: libs/sparsefile PASS: libs/collectpads PASS: libs/gstharness PASS: libs/gstnetclientclock PASS: libs/gstnettimeprovider PASS: libs/gsttestclock PASS: libs/transform1 PASS: libs/transform2 PASS: tools/gstinspect DURATION: 108 END: /usr/lib/gstreamer1.0/ptest 2019-08-16T19:53 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:53 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: reproducible PASS: stdin PASS: timestamp PASS: trailing-nul PASS: unpack-invalid PASS: unpack-valid PASS: upper-suffix PASS: z-suffix PASS: zdiff PASS: zgrep-f PASS: zgrep-context PASS: zgrep-signal PASS: znew-k ============================================================================ Testsuite summary for gzip 1.10 ============================================================================ # TOTAL: 22 # PASS: 22 # 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' DURATION: 3 END: /usr/lib/gzip/ptest 2019-08-16T19:53 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:53 BEGIN: /usr/lib/json-glib/ptest Running test: json-glib-1.0/object.test /object/empty-object: OK /object/add-member: OK /object/set-member: OK /object/remove-member: OK /object/foreach-member: OK /object/iter: OK /object/empty-member: OK PASS: json-glib-1.0/object.test Running test: json-glib-1.0/builder.test /builder/complex: OK /builder/empty: OK /builder/reset: OK PASS: json-glib-1.0/builder.test Running test: json-glib-1.0/array.test /array/empty-array: OK /array/add-element: OK /array/remove-element: OK /array/foreach-element: OK PASS: json-glib-1.0/array.test Running test: json-glib-1.0/parser.test /parser/empty-string: OK /parser/base-value: OK /parser/empty-array: OK /parser/simple-array: OK /parser/nested-array: OK /parser/empty-object: OK /parser/simple-object: OK /parser/nested-object: OK /parser/assignment: OK /parser/unicode-escape: OK /parser/stream-sync: OK /parser/stream-async: OK PASS: json-glib-1.0/parser.test Running test: json-glib-1.0/gvariant.test /gvariant/to-json/boolean: OK /gvariant/to-json/byte: OK /gvariant/to-json/int16: OK /gvariant/to-json/uint16: OK /gvariant/to-json/int32: OK /gvariant/to-json/uint32: OK /gvariant/to-json/int64: OK /gvariant/to-json/uint64: OK /gvariant/to-json/handle: OK /gvariant/to-json/double: OK /gvariant/to-json/double-whole: OK /gvariant/to-json/string: OK /gvariant/to-json/object-path: OK /gvariant/to-json/signature: OK /gvariant/to-json/tuple: OK /gvariant/to-json/deep-nesting: OK /gvariant/to-json/mixed1: OK /gvariant/to-json/mixed2: OK /gvariant/to-json/maybe/simple/null: OK /gvariant/to-json/maybe/simple/string: OK /gvariant/to-json/maybe/container/null: OK /gvariant/to-json/maybe/container/tuple: OK /gvariant/to-json/maybe/variant/boolean: OK /gvariant/to-json/array/empty: OK /gvariant/to-json/array/byte: OK /gvariant/to-json/array/string: OK /gvariant/to-json/array/variant: OK /gvariant/to-json/array/array/int32: OK /gvariant/to-json/dictionary/empty: OK /gvariant/to-json/dictionary/single-entry: OK /gvariant/to-json/dictionary/string-int32: OK /gvariant/to-json/dictionary/string-variant: OK /gvariant/to-json/dictionary/int64-variant: OK /gvariant/to-json/dictionary/uint64-boolean: OK /gvariant/to-json/dictionary/boolean-variant: OK /gvariant/to-json/dictionary/double-string: OK /gvariant/to-json/variant/string: OK /gvariant/to-json/variant/dictionary: OK /gvariant/to-json/variant/maybe/null: OK /gvariant/to-json/variant/variant/array: OK /gvariant/from-json/boolean: OK /gvariant/from-json/byte: OK /gvariant/from-json/int16: OK /gvariant/from-json/uint16: OK /gvariant/from-json/int32: OK /gvariant/from-json/uint32: OK /gvariant/from-json/int64: OK /gvariant/from-json/uint64: OK /gvariant/from-json/handle: OK /gvariant/from-json/double: OK /gvariant/from-json/double-whole: OK /gvariant/from-json/string: OK /gvariant/from-json/object-path: OK /gvariant/from-json/signature: OK /gvariant/from-json/tuple: OK /gvariant/from-json/deep-nesting: OK /gvariant/from-json/mixed1: OK /gvariant/from-json/mixed2: OK /gvariant/from-json/string-to-boolean: OK /gvariant/from-json/string-to-byte: OK /gvariant/from-json/string-to-int16: OK /gvariant/from-json/string-to-uint16: OK /gvariant/from-json/string-to-int32: OK /gvariant/from-json/string-to-int64: OK /gvariant/from-json/string-to-uint64: OK /gvariant/from-json/string-to-double: OK /gvariant/from-json/string-to-double-whole: OK /gvariant/from-json/maybe/simple/null: OK /gvariant/from-json/maybe/simple/string: OK /gvariant/from-json/maybe/container/null: OK /gvariant/from-json/maybe/container/tuple: OK /gvariant/from-json/maybe/variant/boolean: OK /gvariant/from-json/array/empty: OK /gvariant/from-json/array/byte: OK /gvariant/from-json/array/string: OK /gvariant/from-json/array/variant: OK /gvariant/from-json/array/array/int32: OK /gvariant/from-json/dictionary/empty: OK /gvariant/from-json/dictionary/single-entry: OK /gvariant/from-json/dictionary/string-int32: OK /gvariant/from-json/dictionary/string-variant: OK /gvariant/from-json/dictionary/int64-variant: OK /gvariant/from-json/dictionary/uint64-boolean: OK /gvariant/from-json/dictionary/boolean-variant: OK /gvariant/from-json/dictionary/double-string: OK /gvariant/from-json/variant/string: OK /gvariant/from-json/variant/dictionary: OK /gvariant/from-json/variant/maybe/null: OK /gvariant/from-json/variant/variant/array: OK PASS: json-glib-1.0/gvariant.test Running test: json-glib-1.0/serialize-complex.test /serialize/gobject-boxed: OK PASS: json-glib-1.0/serialize-complex.test Running test: json-glib-1.0/serialize-full.test /deserialize/json-to-gobject: OK PASS: json-glib-1.0/serialize-full.test Running test: json-glib-1.0/path.test /path/expressions/valid/1: OK /path/expressions/valid/2: OK /path/expressions/valid/3: OK /path/expressions/valid/4: OK /path/expressions/valid/5: OK /path/expressions/valid/6: OK /path/expressions/valid/7: OK /path/expressions/valid/8: OK /path/expressions/valid/9: OK /path/expressions/valid/10: OK /path/expressions/valid/11: OK /path/expressions/valid/12: OK /path/expressions/valid/13: OK /path/expressions/invalid/1: OK /path/expressions/invalid/2: OK /path/expressions/invalid/3: OK /path/expressions/invalid/4: OK /path/expressions/invalid/5: OK /path/expressions/invalid/6: OK /path/expressions/invalid/7: OK /path/match/1: OK /path/match/2: OK /path/match/3: OK /path/match/4: OK /path/match/5: OK /path/match/6: OK /path/match/7: OK /path/match/8: OK /path/match/9: OK /path/match/10: OK /path/match/11: OK /path/match/12: OK PASS: json-glib-1.0/path.test Running test: json-glib-1.0/invalid.test /invalid/json/bareword-1: OK /invalid/json/bareword-2: OK /invalid/json/bareword-3: OK /invalid/json/bareword-4: OK /invalid/json/bareword-5: OK /invalid/json/values-1: OK /invalid/json/assignment-1: OK /invalid/json/assignment-2: OK /invalid/json/assignment-3: OK /invalid/json/assignment-4: OK /invalid/json/assignment-5: OK /invalid/json/array-1: OK /invalid/json/array-2: OK /invalid/json/array-3: OK /invalid/json/object-1: OK /invalid/json/object-2: OK /invalid/json/object-3: OK /invalid/json/object-4: OK /invalid/json/object-5: OK /invalid/json/object-6: OK /invalid/json/object-7: OK /invalid/json/missing-comma-1: OK /invalid/json/missing-comma-2: OK /invalid/json/trailing-comma-1: OK /invalid/json/trailing-comma-2: OK PASS: json-glib-1.0/invalid.test Running test: json-glib-1.0/generator.test /generator/empty-array: OK /generator/empty-object: OK /generator/simple-array: OK /generator/nested-array: OK /generator/simple-object: OK /generator/nested-object: OK /generator/decimal-separator: OK /generator/double-stays-double: OK /generator/pretty: OK /generator/string/abc: OK /generator/string/a\177xc: OK /generator/string/a\033xc: OK /generator/string/a\nxc: OK /generator/string/a\\xc: OK /generator/string/Barney B\303\244r: OK PASS: json-glib-1.0/generator.test Running test: json-glib-1.0/serialize-simple.test /serialize/gobject: OK PASS: json-glib-1.0/serialize-simple.test Running test: json-glib-1.0/node.test /nodes/gvalue: OK /nodes/init/int: OK /nodes/init/double: OK /nodes/init/boolean: OK /nodes/init/string: OK /nodes/init/null: OK /nodes/copy/null: OK /nodes/copy/value: OK /nodes/copy/object: OK /nodes/get/int: OK /nodes/get/double: OK /nodes/gvalue/autopromotion: OK /nodes/seal/int: OK /nodes/seal/double: OK /nodes/seal/boolean: OK /nodes/seal/string: OK /nodes/seal/null: OK /nodes/seal/object: OK /nodes/seal/array: OK /nodes/immutable/int: OK /nodes/immutable/double: OK /nodes/immutable/boolean: OK /nodes/immutable/string: OK /nodes/immutable/object: OK /nodes/immutable/array: OK /nodes/immutable/value: OK /nodes/immutable/parent: OK PASS: json-glib-1.0/node.test Running test: json-glib-1.0/boxed.test /boxed/serialize-property: OK /boxed/deserialize-property: OK PASS: json-glib-1.0/boxed.test Running test: json-glib-1.0/reader.test /reader/base-array: OK /reader/base-object: OK /reader/level: OK /reader/null-value: OK PASS: json-glib-1.0/reader.test SUMMARY: total=14; passed=14; skipped=0; failed=0; user=0.1s; system=0.0s; maxrss=5628 DURATION: 1 END: /usr/lib/json-glib/ptest 2019-08-16T19:53 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:53 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' DURATION: 0 END: /usr/lib/kbd/ptest 2019-08-16T19:53 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:53 BEGIN: /usr/lib/libconvert-asn1-perl/ptest 1..26 ok 1 ok 2 ok 3 # t/aj.cer ok 4 ok 5 ok 6 # t/aj2.cer ok 7 ok 8 ok 9 # t/allianz_root.cer ok 10 ok 11 ok 12 # t/dsacert.der ok 13 ok 14 # t/new_root_ca.cer ok 15 ok 16 # t/pgpextension.der ok 17 ok 18 ok 19 # t/subca_2.cer ok 20 ok 21 ok 22 # t/telesec_799972029.crt ok 23 ok 24 # t/verisign.der ok 25 ok 26 PASS: t/x509 1..21 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 PASS: t/01tag 1..67 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 # INTEGER -1073741824 ok 36 ok 37 ok 38 ok 39 # INTEGER -2147483648 ok 40 ok 41 ok 42 ok 43 # INTEGER 2147483648 ok 44 ok 45 ok 46 ok 47 # INTEGER 4294967296 ok 48 ok 49 ok 50 ok 51 # INTEGER -4294967296 ok 52 ok 53 ok 54 ok 55 # INTEGER 1073741824 ok 56 ok 57 ok 58 ok 59 # BCDString 1073741824 ok 60 ok 61 ok 62 ok 63 # BCDString -1073741824 ok 64 ok 65 ok 66 ok 67 PASS: t/06bigint 1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 PASS: t/07io 1..35 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 PASS: t/03seqof 1..4 ok 1 ok 2 ok 3 ok 4 PASS: t/11explicit 1..27 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 PASS: t/16extset 1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 PASS: t/11indef 1..186 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 # NULL ok 23 ok 24 ok 25 ok 26 # BOOLEAN 0 ok 27 ok 28 ok 29 ok 30 # BOOLEAN 1 ok 31 ok 32 ok 33 ok 34 # BOOLEAN -99 ok 35 ok 36 ok 37 ok 38 # INTEGER -457 ok 39 ok 40 ok 41 ok 42 # INTEGER 0 ok 43 ok 44 ok 45 ok 46 # INTEGER -1073741824 ok 47 ok 48 ok 49 ok 50 # INTEGER 1073741824 ok 51 ok 52 ok 53 ok 54 # INTEGER -128 ok 55 ok 56 ok 57 ok 58 # INTEGER 128 ok 59 ok 60 ok 61 ok 62 # INTEGER 6715289 ok 63 ok 64 ok 65 ok 66 # INTEGER -255 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 # STRING '' ok 75 ok 76 ok 77 ok 78 # STRING 'A string' ok 79 ok 80 ok 81 ok 82 # OBJECT_ID 0.0.17.773.1.1.1 ok 83 ok 84 ok 85 ok 86 # OBJECT_ID 2.99999.99 ok 87 ok 88 ok 89 ok 90 # OBJECT_ID 2.5.457 ok 91 ok 92 ok 93 ok 94 # OBJECT_ID 1.2.3.4.5 ok 95 ok 96 ok 97 ok 98 # ENUM 6573456 ok 99 ok 100 ok 101 ok 102 # ENUM -99 ok 103 ok 104 ok 105 ok 106 # ENUM 0 ok 107 ok 108 ok 109 ok 110 # BIT STRING 011011100101110111000000 21 ok 111 ok 112 ok 113 ok 114 ok 115 # BIT STRING 00110011 3 ok 116 ok 117 ok 118 ok 119 ok 120 # BIT STRING 011011111101110111000000 7 ok 121 ok 122 ok 123 ok 124 ok 125 # BIT STRING 00000000 1 ok 126 ok 127 ok 128 ok 129 ok 130 # REAL Inf ok 131 ok 132 ok 133 ok 134 # REAL -5.5 ok 135 ok 136 ok 137 ok 138 # REAL -Inf ok 139 ok 140 ok 141 ok 142 # REAL 1.5 ok 143 ok 144 ok 145 ok 146 # REAL 0 ok 147 ok 148 ok 149 ok 150 # RELATIVE-OID 2.5.457 ok 151 ok 152 ok 153 ok 154 # RELATIVE-OID 1.2.3.4.5 ok 155 ok 156 ok 157 ok 158 # RELATIVE-OID 0.0.17.773.1.1.1 ok 159 ok 160 ok 161 ok 162 # BCDString 2.2 ok 163 ok 164 ok 165 ok 166 # BCDString 564 ok 167 ok 168 ok 169 ok 170 # BCDString 12345678 ok 171 ok 172 ok 173 ok 174 # BCDString -1 ok 175 ok 176 ok 177 ok 178 # BCDString 0 ok 179 ok 180 ok 181 ok 182 # BCDString 123456789123456789 ok 183 ok 184 ok 185 ok 186 PASS: t/00prim 1..12 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 PASS: t/13utf8 1..24 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 PASS: t/05time 1..4 ok 1 ok 2 ok 3 ok 4 PASS: t/09contr 1..13 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 PASS: t/08set 1..19 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 PASS: t/17extchoice 1..18 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 PASS: t/02seq 1..16 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 PASS: t/04opt 1..25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 PASS: t/18tagdefault 1..2 ok 1 ok 2 PASS: t/99misc 1..18 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 PASS: t/12der 1..21 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 PASS: t/14any 1..10 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 PASS: t/10choice 1..27 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 PASS: t/15extseq DURATION: 2 END: /usr/lib/libconvert-asn1-perl/ptest 2019-08-16T19:53 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:53 BEGIN: /usr/lib/liberror-perl/ptest 1..2 ok 1 - defined( $_[0] ) after throw/except ok 2 - $_[0]->isa( "Error::Simple" ) after throw/except PASS: t/13except-arg0 1..8 ok 1 - defined( $_[0] ) after throw/catch ok 2 - defined( $@ ) after throw/catch ok 3 - $_[0]->isa( "Error::Simple" ) after throw/catch ok 4 - $@->isa( "Error::Simple" ) after throw/catch ok 5 - defined( $_[0] ) after throw/otherwise ok 6 - defined( $@ ) after throw/otherwise ok 7 - $_[0]->isa( "Error::Simple" ) after throw/otherwise ok 8 - $@->isa( "Error::Simple" ) after throw/otherwise PASS: t/09dollar-at 1..4 readline() on closed filehandle I at t/lib/MyDie.pm line 10. ok 1 - Not MyError::Foo ok 2 - Testing ok 3 - Testing for correct line number ok 4 - Testing for correct module PASS: t/05text-errors-with-file-handles 1..2 ok 1 - Checking that eval { ... } is sane # Error::THROWN = This is caught by eval, not by try. at t/12wrong-error-var.t line 12. # Error::THROWN = # E = This is a simple 'die' exception. at t/12wrong-error-var.t line 22. ok 2 - Checking that the argument to otherwise is the thrown exception PASS: t/12wrong-error-var 1..2 ok 1 - Error thrown in the catch clause is registered ok 2 - Error thrown in the otherwise clause is registered PASS: t/10throw-in-catch 1..4 ok 1 - Error rethrown ok 2 - Thrown Error::Simple ok 3 - die foobar ok 4 - throw Error::Simple PASS: t/11rethrow 1..21 ok 1 - Loaded ok 2 - Test framework STDERR ok 3 - Test framework felloffcode ok 4 - warn \n-terminated STDERR ok 5 - warn \n-terminated felloffcode ok 6 - warn unterminated STDERR ok 7 - warn unterminated felloffcode ok 8 - die \n-terminated STDERR ok 9 - die \n-terminated felloffcode ok 10 - die unterminated STDERR ok 11 - die unterminated felloffcode ok 12 - Error STDOUT ok 13 - Error felloffcode ok 14 - Custom warn test STDERR ok 15 - Custom warn test felloffcode ok 16 - Custom die test STDERR ok 17 - Custom die test felloffcode ok 18 - Custom warn STDERR ok 19 - Custom warn felloffcode ok 20 - Custom die STDERR ok 21 - Custom die felloffcode PASS: t/08warndie 1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 PASS: t/02order 1..4 ok 1 ok 2 ok 3 ok 4 PASS: t/01throw 1..1 ok 1 - Testing that the VERSION was not overrided PASS: t/14Error-Simple-VERSION 1..1 ok 1 - Testing that the use base worked. PASS: t/04use-base-Error-Simple 1..2 ok 1 - Testing for thrown exception ok 2 - No Errors caught. PASS: t/03throw-non-Error 1..3 ok 1 - Error was auto-converted to Error::Simple ok 2 - Error was auto-converted to MyError::Bar ok 3 - Text of the error is correct PASS: t/06customize-text-throw 1..2 ok 1 - Error.pm loaded ok ok 2 - Error/Simple.pm loaded ok PASS: t/00-compile 1..1 ok 1 - Testing that the excpetion is not trampeled PASS: t/07try-in-obj-destructor DURATION: 1 END: /usr/lib/liberror-perl/ptest 2019-08-16T19:53 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:53 BEGIN: /usr/lib/libevent/ptest main/methods: [forking] OK main/version: OK main/base_features: [forking] OK main/base_environ: [forking] OK main/event_base_new: [forking] OK main/free_active_base: [forking] OK main/manipulate_active_events: [forking] OK main/event_new_selfarg: [forking] OK main/event_assign_selfarg: [forking] OK main/event_base_get_num_events: [forking] OK main/event_base_get_max_events: [forking] OK main/evmap_invalid_slots: [forking] OK main/bad_assign: [forking] OK main/bad_reentrant: [forking] OK main/active_later: [forking] OK main/event_remove_timeout: [forking] OK main/persistent_timeout: [forking] OK main/persistent_timeout_jump: [forking] OK main/persistent_active_timeout: [forking] OK main/priorities: [forking] OK main/priority_active_inversion: [forking] OK main/common_timeout: [forking] OK main/simpleread: [forking] OK main/simpleread_multiple: [forking] OK main/simplewrite: [forking] OK main/simpleclose: [forking] OK main/multiple: [forking] OK main/persistent: [forking] OK main/combined: [forking] OK main/simpletimeout: [forking] OK main/loopbreak: [forking] OK main/loopexit: [forking] OK main/loopexit_multiple: [forking] OK main/nonpersist_readd: [forking] OK main/multiple_events_for_same_fd: [forking] OK main/want_only_once: [forking] OK main/event_once: [forking] OK main/event_once_never: [forking] OK main/event_pending: [forking] OK main/event_closed_fd_poll: [forking] SKIPPED main/dup_fd: [forking] OK main/mm_functions: [forking] OK main/many_events: [forking] OK main/many_events_slow_add: [forking] OK main/struct_event_size: OK main/get_assignment: [forking] OK main/event_foreach: [forking] OK main/gettimeofday_cached: [forking] OK main/gettimeofday_cached_sleep: [forking] OK main/gettimeofday_cached_reset: [forking] OK main/gettimeofday_cached_disabled: [forking] OK main/gettimeofday_cached_disabled_nosleep: [forking] OK main/active_by_fd: [forking] OK main/fork: [forking] OK main/del_wait: [forking] OK main/del_notify: [forking] OK heap/randomized: OK et/et: [forking] OK et/et_mix_error: [forking] OK et/et_multiple_events: [forking] OK finalize/cb_invoked: [forking] OK finalize/free_finalize: [forking] OK finalize/within_cb: [forking] OK evbuffer/evbuffer: OK evbuffer/remove_buffer_with_empty: OK evbuffer/remove_buffer_with_empty2: OK evbuffer/remove_buffer_with_empty3: OK evbuffer/remove_buffer_with_empty_front: OK evbuffer/remove_buffer_adjust_last_with_datap_with_empty: OK evbuffer/add_buffer_with_empty: OK evbuffer/add_buffer_with_empty2: OK evbuffer/reserve2: OK evbuffer/reserve_many: OK evbuffer/reserve_many2: OK evbuffer/reserve_many3: OK evbuffer/reserve_with_empty: OK evbuffer/reserve_invalid_last_with_datap: [forking] OK evbuffer/expand: OK evbuffer/expand_overflow: OK evbuffer/add1: OK evbuffer/add2: OK evbuffer/reference: OK evbuffer/reference2: OK evbuffer/iterative: OK evbuffer/readln: OK evbuffer/search_eol: OK evbuffer/find: OK evbuffer/ptr_set: OK evbuffer/search: OK evbuffer/callbacks: OK evbuffer/add_reference: OK evbuffer/multicast: OK evbuffer/multicast_drain: OK evbuffer/prepend: [forking] OK evbuffer/empty_reference_prepend: [forking] OK evbuffer/empty_reference_prepend_buffer: [forking] OK evbuffer/peek: OK evbuffer/peek_first_gt: OK evbuffer/freeze_start: OK evbuffer/freeze_end: OK evbuffer/add_iovec: OK evbuffer/copyout: OK evbuffer/file_segment_add_cleanup_cb: OK evbuffer/add_file_sendfile: [forking] OK evbuffer/add_file_mmap: [forking] OK evbuffer/add_file_linear: [forking] OK evbuffer/add_file_nosegment: [forking] OK evbuffer/add_big_file_sendfile: [forking] OK evbuffer/add_big_file_mmap: [forking] OK evbuffer/add_big_file_linear: [forking] OK evbuffer/add_big_file_nosegment: [forking] OK evbuffer/add_file_offset_sendfile: [forking] OK evbuffer/add_file_offset_mmap: [forking] OK evbuffer/add_file_offset_linear: [forking] OK evbuffer/add_file_offset_nosegment: [forking] OK evbuffer/add_file_offset2_sendfile: [forking] OK evbuffer/add_file_offset2_mmap: [forking] OK evbuffer/add_file_offset2_linear: [forking] OK evbuffer/add_file_offset3_sendfile: [forking] OK evbuffer/add_file_offset3_mmap: [forking] OK evbuffer/add_file_offset3_linear: [forking] OK signal/simplestsignal: [forking] OK signal/simplesignal: [forking] OK signal/multiplesignal: [forking] OK signal/immediatesignal: [forking] OK signal/signal_dealloc: [forking] OK signal/signal_pipeloss: [forking] OK signal/signal_switchbase: [forking] OK signal/signal_restore: [forking] OK signal/signal_assert: [forking] OK signal/signal_while_processing: [forking] OK util/ipv4_parse: OK util/ipv6_parse: OK util/sockaddr_port_parse: OK util/sockaddr_port_format: OK util/sockaddr_predicates: OK util/evutil_snprintf: OK util/evutil_strtoll: OK util/evutil_casecmp: OK util/evutil_rtrim: OK util/strlcpy: OK util/log: [forking] OK util/upcast: OK util/integers: OK util/rand: [forking] OK util/getaddrinfo: [forking] OK util/getaddrinfo_live: DISABLED util/mm_malloc: OK util/mm_calloc: OK util/mm_strdup: OK util/usleep: OK util/monotonic_res: OK util/monotonic_res_precise: DISABLED util/monotonic_res_fallback: DISABLED util/monotonic_prc: OK util/monotonic_prc_precise: OK util/monotonic_prc_fallback: OK util/date_rfc1123: OK util/evutil_v4addr_is_local: OK util/evutil_v6addr_is_local: OK bufferevent/bufferevent: [forking] OK bufferevent/bufferevent_pair: [forking] OK bufferevent/bufferevent_flush_normal: [forking] OK bufferevent/bufferevent_flush_flush: [forking] OK bufferevent/bufferevent_flush_finished: [forking] OK bufferevent/bufferevent_pair_flush_normal: [forking] OK bufferevent/bufferevent_pair_flush_flush: [forking] OK bufferevent/bufferevent_pair_flush_finished: [forking] OK bufferevent/bufferevent_pair_release_lock: [forking] OK bufferevent/bufferevent_watermarks: [forking] OK bufferevent/bufferevent_pair_watermarks: [forking] OK bufferevent/bufferevent_filters: [forking] OK bufferevent/bufferevent_pair_filters: [forking] OK bufferevent/bufferevent_filters_disable: [forking] OK bufferevent/bufferevent_pair_filters_disable: [forking] OK bufferevent/bufferevent_connect: [forking] OK bufferevent/bufferevent_connect_defer: [forking] OK bufferevent/bufferevent_connect_lock: [forking] OK bufferevent/bufferevent_connect_lock_defer: [forking] OK bufferevent/bufferevent_connect_unlocked_cbs: [forking] OK bufferevent/bufferevent_connect_fail: [forking] OK bufferevent/bufferevent_timeout: [forking] OK bufferevent/bufferevent_timeout_pair: [forking] OK bufferevent/bufferevent_timeout_filter: [forking] OK bufferevent/bufferevent_timeout_filter_pair: [forking] OK bufferevent/bufferevent_trigger: [forking] OK bufferevent/bufferevent_trigger_defer: [forking] OK bufferevent/bufferevent_trigger_postpone: [forking] OK bufferevent/bufferevent_trigger_defer_postpone: [forking] OK bufferevent/bufferevent_zlib: [forking] OK bufferevent/bufferevent_connect_fail_eventcb_defer: [forking] OK bufferevent/bufferevent_connect_fail_eventcb: [forking] OK bufferevent/bufferevent_socket_filter_inactive: [forking] OK bufferevent/bufferevent_pair_flush: [forking] OK bufferevent/bufferevent_filter_data_stuck: [forking] OK http/primitives: OK http/base: [forking] OK http/bad_headers: OK http/parse_query: OK http/parse_query_str: OK http/parse_uri: OK http/parse_uri_nc: OK http/uriencode: OK http/basic: [forking] OK http/basic_trailing_space: [forking] OK http/simple: [forking] OK http/simple_nonconformant: [forking] OK http/cancel: [forking] OK http/cancel_by_host: [forking] OK http/cancel_by_host_inactive_server: [forking] OK http/cancel_by_host_no_ns: [forking] OK http/cancel_inactive_server: [forking] OK http/cancel_by_host_no_ns_inactive_server: [forking] OK http/cancel_by_host_server_timeout: DISABLED http/cancel_server_timeout: DISABLED http/cancel_by_host_no_ns_server_timeout: DISABLED http/cancel_by_host_ns_timeout_server_timeout: DISABLED http/cancel_by_host_ns_timeout: [forking] OK http/cancel_by_host_ns_timeout_inactive_server: [forking] OK http/virtual_host: [forking] OK http/post: [forking] OK http/put: [forking] OK http/delete: [forking] OK http/allowed_methods: [forking] OK http/failure: [forking] OK http/connection: [forking] OK http/persist_connection: [forking] OK http/autofree_connection: [forking] OK http/connection_async: [forking] OK http/close_detection: [forking] OK http/close_detection_delay: [forking] OK http/bad_request: [forking] OK http/incomplete: [forking] OK http/incomplete_timeout: [forking] OK http/terminate_chunked: [forking] OK http/terminate_chunked_oneshot: [forking] OK http/on_complete: [forking] OK http/highport: [forking] OK http/dispatcher: [forking] OK http/multi_line_header: [forking] OK http/negative_content_length: [forking] OK http/chunk_out: [forking] OK http/stream_out: [forking] OK http/stream_in: [forking] OK http/stream_in_cancel: [forking] OK http/connection_fail: [forking] OK http/connection_retry: DISABLED http/connection_retry_conn_address: DISABLED http/data_length_constraints: [forking] OK http/read_on_write_error: [forking] OK http/non_lingering_close: [forking] OK http/lingering_close: [forking] OK http/ipv6_for_domain: [forking] OK http/get_addr: [forking] OK http/set_family: [forking] OK http/set_family_ipv4: [forking] OK http/set_family_ipv6: [forking] OK http/write_during_read: [forking] OK http/request_own: [forking] OK http/request_extra_body: [forking] OK dns/server: [forking] OK dns/gethostbyname: DISABLED dns/gethostbyname6: DISABLED dns/gethostbyaddr: DISABLED dns/resolve_reverse: DISABLED dns/search_empty: [forking] OK dns/search: [forking] OK dns/search_lower: [forking] OK dns/search_cancel: [forking] OK dns/retry: [forking] OK dns/retry_disable_when_inactive: [forking] OK dns/reissue: [forking] OK dns/reissue_disable_when_inactive: [forking] OK dns/inflight: [forking] OK dns/bufferevent_connect_hostname: [forking] [Lost connection!] [bufferevent_connect_hostname FAILED] dns/bufferevent_connect_hostname_emfile: [forking] OK dns/disable_when_inactive: [forking] OK dns/disable_when_inactive_no_ns: [forking] OK dns/initialize_nameservers: [forking] FAIL ../libevent-2.1.11-stable/test/regress_dns.c:1021: assert(evdns_base_get_nameserver_addr(dns, 0, NULL, 0) == sizeof(struct sockaddr)): 28 vs 16 [initialize_nameservers FAILED] dns/nameservers_no_default: [forking] OK dns/getaddrinfo_async: [forking] OK dns/getaddrinfo_cancel_stress: [forking] OK dns/leak_shutdown: [forking] OK dns/leak_cancel: [forking] OK dns/leak_resume: [forking] OK dns/leak_cancel_and_resume: [forking] OK dns/leak_resume_send_err: [forking] OK dns/leak_cancel_and_resume_send_err: [forking] OK dns/client_fail_requests: [forking] OK dns/client_fail_requests_getaddrinfo: [forking] OK dns/getaddrinfo_race_gotresolve: DISABLED dns/set_SO_RCVBUF_SO_SNDBUF: [forking] OK evtag/int: [forking] OK evtag/fuzz: [forking] OK evtag/encoding: [forking] OK evtag/peek: OK rpc/basic_test: [forking] OK rpc/basic_message: [forking] OK rpc/basic_client: [forking] OK rpc/basic_queued_client: [forking] OK rpc/basic_client_with_pause: [forking] OK rpc/invalid_type: [forking] OK rpc/client_timeout: [forking] OK rpc/test: [forking] OK thread/basic: [forking] OK thread/forking: [forking] OK thread/conditions_simple: [forking] OK thread/deferred_cb_skew: DISABLED thread/no_events: [forking] OK listener/randport: [forking] OK listener/randport_ts: [forking] OK listener/error_unlock: [forking] OK listener/error: [forking] OK listener/error_ts: [forking] OK listener/close_accepted_fd: [forking] OK listener/immediate_close: [forking] OK 2/300 TESTS FAILED. (31 skipped) write callback. should only see this once timeout fired, time to end test usec used=107, usec passed=1502303, cpu usage=0.01% closed_cb: detected socket close with success =====expected Now= 1565985321.207937 Inserted: 0x5631242c4940 [fd 3] Write 0x5631242c49d0 [fd 4] Read Persist Timeout=T+1 0x5631242c4a60 [fd 5] Write Persist Timeout=T+1 0x5631242c4af0 [fd 6] Read Timeout=T+2.5 0x5631242c4b80 [fd -1] Timeout=T+1 0x5631242c4c10 [fd -1] Timeout=T+1 0x5631242c4ca0 [fd -1] Timeout=T+1 0x5631242c4d30 [fd -1] Persist Timeout=T+2.5 0x5631242c4dc0 [fd -1] Persist Timeout=T+1 0x5631242c4e50 [fd -1] Persist Timeout=T+2.5 0x5631242c5000 [sig 2] Signal Persist Active: 0x5631242c4ee0 [fd -1, priority=0] Read active 0x5631242c4f70 [fd -1, priority=0] Read Write Timeout active 0x5631242c49d0 [fd 4, priority=0] Read active ======received Inserted events: 0x5631242c4940 [fd 3] Write 0x5631242c49d0 [fd 4] Read Persist Timeout=1565985322.207818 0x5631242c4a60 [fd 5] Write Persist Timeout=1565985322.207818 0x5631242c4af0 [fd 6] Read Timeout=1565985323.708818 0x5631242c4308 [fd 8] Read Persist Internal 0x5631242c5000 [sig 2] Signal Persist 0x5631242c4800 [fd -1] Internal Timeout=1565985322.207818 0x5631242c48b0 [fd -1] Internal Timeout=1565985323.708818 0x5631242c4ca0 [fd -1] Timeout=1565985322.208818 0x5631242c4e50 [fd -1] Persist Timeout=1565985323.708818 0x5631242c4b80 [fd -1] Timeout=1565985322.208818 0x5631242c4c10 [fd -1] Timeout=1565985322.208818 0x5631242c4dc0 [fd -1] Persist Timeout=1565985322.208818 0x5631242c4d30 [fd -1] Persist Timeout=1565985323.708818 Active events: 0x5631242c49d0 [fd 4, priority=0] Read active 0x5631242c4ee0 [fd -1, priority=0] Read active 0x5631242c4f70 [fd -1, priority=0] Read Write Timeout active read_cb: read 12 read_cb: read 0 - means EOF waiting for 30 conns Average group read bucket level: 0.000000 Average group write bucket level: 0.000000 1: 6481456.400000 per second 2: 6481456.400000 per second 3: 6481456.400000 per second 4: 6481456.400000 per second 5: 6481456.400000 per second 6: 6481456.400000 per second 7: 6481456.400000 per second 8: 6481456.400000 per second 9: 6481456.400000 per second 10: 6481456.400000 per second 11: 6481456.400000 per second 12: 6481456.400000 per second 13: 6481456.400000 per second 14: 6481456.400000 per second 15: 6481456.400000 per second 16: 6481456.400000 per second 17: 6481456.400000 per second 18: 6481456.400000 per second 19: 6481456.400000 per second 20: 6481456.400000 per second 21: 6481456.400000 per second 22: 6481456.400000 per second 23: 6481456.400000 per second 24: 6481456.400000 per second 25: 6481456.400000 per second 26: 6481456.400000 per second 27: 6481456.400000 per second 28: 6481456.400000 per second 29: 6481456.400000 per second 30: 6481456.400000 per second total: 194443692.000000 per second average: 6481456.400000 per second stddev: -nan per second 208969, 20000 write_cb: write 12 write_cb: write -1 FAIL: libevent DURATION: 118 END: /usr/lib/libevent/ptest 2019-08-16T19:55 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:55 BEGIN: /usr/lib/libmodule-build-perl/ptest 1..63 ok 1 ok 2 Cleaning up build files Cleaning up configuration files ok 3 - MBB->can('ACTION_loop') ok 4 - MBB->can('ACTION_loop2') ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 - The foo element should be in build_elements only once Building Simple ok 13 Cleaning up build files Cleaning up configuration files ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 - An object of class 'MBSub' isa 'Module::Build' ok 21 - An object of class 'MBSub' isa 'MBSub' ok 22 ok 23 - MBSub->can('module_name') ok 24 - MBSub->can('foo') ok 25 ok 26 ok 27 ok 28 - MBSub->can('bar') ok 29 ok 30 ok 31 ok 32 ok 33 - MBSub->can('hash') ok 34 - A reference of type 'HASH' isa 'HASH' ok 35 ok 36 ok 37 ok 38 - MBSub->can('hash') ok 39 - A reference of type 'HASH' isa 'HASH' ok 40 ok 41 ok 42 ok 43 - An object of class 'MBSub2' isa 'Module::Build' ok 44 - An object of class 'MBSub2' isa 'MBSub2' ok 45 ok 46 - MBSub2->can('bar') ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 - prompt() requires a prompt ok 54 - y_n() requires a prompt ok 55 - y_n() requires a default of 'y' or 'n' Is this a question? ok 56 - Do not allow default-less y_n() for unattended builds Is this a question? ok 57 - Do not allow default-less prompt() for unattended builds Is this a question? ok 58 - prompt() doesn't require default for interactive builds Say yes ok 59 - y_n() doesn't require default for interactive build Is this a question ok 60 - default for prompt() without a default is '' Is this a question [y ]y ok 61 - prompt() with a default Is this a question [y ]y ok 62 - y_n() with a default Is this a question [] ok 63 - prompt() with undef() default PASS: t/extend Can't find 'build_params' in _build at /usr/lib/libmodule-build-perl/ptest/blib/lib/Module/Build/Base.pm line 1291. FAIL: t/ppm 1..0 # SKIP $ENV{MB_TEST_EXPERIMENTAL} is not set 1..0 # SKIP $ENV{MB_TEST_EXPERIMENTAL} is not set SKIP: t/bundle_inc 1..2 Building Simple ok 1 - Manpage is found at blib/libdoc/Simple::PodWithUtf8.3 ok 2 - POD should contain special characters PASS: t/manifypods_with_utf8 1..8 ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - dist_name is 'Simple' ok 3 - set for no recursive testing ok 4 - recursive tests run via PERL_MB_OPT Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Deleting MYMETA.json Removed previous 'MYMETA.json' Deleting MYMETA.yml Removed previous 'MYMETA.yml' Created MYMETA.yml and MYMETA.json Deleting Build Removed previous script 'Build' Creating new 'Build' script for 'Simple' version '0.01' ok 5 - PERL_MB_OPT set recusive tests in Build.PL ok 6 - PERL_MB_OPT set verbose in Build.PL ok 7 - PERL_MB_OPT cleared ok 8 - recursive tests run via Build object PASS: t/perl_mb_opt 1..18 ok 1 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' Created META.yml and META.json ok 2 ok 3 ok 4 ok 5 - Creating Simple.pm Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '3.14159265' Creating README using Pod::Text ok 6 - Generating README from .pm ok 7 - Extracting AUTHOR from .pm ok 8 - Extracting abstract from .pm ok 9 - Creating Simple.pm ok 10 - Creating Simple.pod Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '3.14159265' Creating README using Pod::Text ok 11 - Generating README from .pod ok 12 - Extracting AUTHOR from .pod ok 13 - Extracting abstract from .pod ok 14 - Creating Simple.pm ok 15 - Creating Simple.pod Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '3.14159265' Creating README using Pod::Text ok 16 - Generating README from .pod over .pm ok 17 - Extracting AUTHOR from .pod over .pm ok 18 - Extracting abstract from .pod over .pm PASS: t/metadata2 Can't find 'build_params' in _build at /usr/lib/libmodule-build-perl/ptest/blib/lib/Module/Build/Base.pm line 1291. FAIL: t/par 1..4 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 1 ok 2 ok 3 ok 4 PASS: t/files 1..16 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 - API does not expand tildes ok 14 ok 15 ok 16 PASS: t/tilde 1..11 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 10 ok 11 PASS: t/notes 1..1 ok 1 - found nested ACTION_* debug statements PASS: t/debug ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - regular version has release_status 'stable' ok 3 - An object of class 'Module::Build' isa 'Module::Build' ok 4 - dotted-decimal version has release_status 'stable' ok 5 - An object of class 'Module::Build' isa 'Module::Build' ok 6 - alpha version has release_status 'testing' ok 7 - An object of class 'Module::Build' isa 'Module::Build' ok 8 - explicit 'unstable' keeps release_status 'unstable' ok 9 - An object of class 'Module::Build' isa 'Module::Build' ok 10 - regular version marked 'testing' gets 'TRIAL' suffix ok 11 - An object of class 'Module::Build' isa 'Module::Build' ok 12 - dotted version marked 'testing' gets 'TRIAL' suffix ok 13 - An object of class 'Module::Build' isa 'Module::Build' ok 14 - regular version marked 'unstable' gets 'TRIAL' suffix ok 15 - Got error message for illegal release_status ok 16 - Got error message for illegal 'stable' with alpha version ok 17 - An object of class 'Module::Build' isa 'Module::Build' ok 18 - non-standard dist_version does not get a suffix ok 19 - non-standard dist_version defaults to stable release_status 1..19 PASS: t/properties/release_status 1..4 ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - undef prereq converted to 0 ok 3 - An object of class 'Module::Build' isa 'Module::Build' ok 4 - empty string prereq converted to 0 PASS: t/properties/requires 1..23 ok 1 - Created Module::Build object ok 2 - default share_dir undef if no 'share' dir exists ok 3 - File::ShareDir not added to 'requires' ok 4 - Created 'share' directory ok 5 - Created 'share/subdir/share' directory ok 6 - Created 'share/subdir/whatever' directory ok 7 - Created 'other/share' directory ok 8 - Default share_dir is undef even if 'share' exists ok 9 - File::ShareDir not added to 'requires' ok 10 - Scalar share_dir set as dist-type share ok 11 - Arrayref share_dir set as dist-type share ok 12 - Hashref share_dir w/ scalar dist set as dist-type share ok 13 - Hashref share_dir w/ arrayref dist set as dist-type share ok 14 - Hashref share_dir w/ both dist and module shares (scalar-form) ok 15 - Hashref share_dir w/ both dist and module shares (array-form) ok 16 - share_dir filemap for copying to lib complete ok 17 - Build ran and blib exists ok 18 - blib/lib/auto/share exists ok 19 - share_dir files copied to blib ok 20 - temp install dir created ok 21 - share_dir files correctly installed ok 22 # skip needs File::ShareDir 1.00 ok 23 # skip needs File::ShareDir 1.00 ok 22 # skip needs File::ShareDir 1.00 ok 23 # skip needs File::ShareDir 1.00 SKIP: t/properties/share_dir 1..2 ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - dist_suffix set correctly PASS: t/properties/dist_suffix 1..19 ok 1 - Default Build.PL ok 2 - needs_compiler is false ok 3 - ExtUtils::CBuilder is not in build_requires ok 4 - Build.PL with c_source ok 5 - c_source is set ok 6 - needs_compiler is true ok 7 - ExtUtils::CBuilder was added to build_requires ok 8 - Build.PL with xs files ok 9 - needs_compiler is true ok 10 - ExtUtils::CBuilder was added to build_requires ok 11 - Build.PL with xs files, but needs_compiler => 0 ok 12 - needs_compiler is false ok 13 - ExtUtils::CBuilder is not in build_requires ok 14 - Build.PL with xs files, build_requires EU::CB 0.2 ok 15 - needs_compiler is true ok 16 - build_requires for ExtUtils::CBuilder is correct version ok 17 - Build.PL while hiding compiler ok 18 - hidden compiler resulted in warning message during Build.PL ok 19 - hidden compiler resulted in fatal message during Build PASS: t/properties/needs_compiler 1..4 ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - module_name guessed from dist_name ok 3 - An object of class 'Module::Build' isa 'Module::Build' ok 4 - module_name guessed from dist_version_from PASS: t/properties/module_name ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - license 'perl' is valid ok 3 - META license will be 'perl' ok 4 - META license URL is correct ok 5 - An object of class 'Module::Build' isa 'Module::Build' ok 6 - license 'VaporWare' is valid ok 7 - META license will be 'unrestricted' ok 8 - META license URL is correct 1..8 PASS: t/properties/license 1..27 ok 1 - Create new build object ok 2 - Property "foo" should be undef ok 3 - Set "foo" ok 4 - Now "foo" should have new value ok 5 - Property "bar" should be its default ok 6 - Set "bar" ok 7 - Now "bar" should have new value ok 8 - Property "check" should be its default ok 9 - Should get an error for an invalid value ok 10 - It should be the correct error ok 11 - Property "code" should have its code value ok 12 - Property "hash" should be default ok 13 - Should be able to get key in hash ok 14 - Add a key to the hash prop ok 15 - New key should be in hash ok 16 - Should get exception for assigning invalid hash ok 17 - It should be the correct error ok 18 - Should get exception for assigning an array for a hash ok 19 - It should be the proper error ok 20 - Should be able to set hash to undef ok 21 - Property "installdirs" should be default ok 22 - Set "installdirst" to "core" ok 23 - Now "installdirs" should be "core" ok 24 - Should have caught exception setting "installdirs" to "perl" ok 25 - And it should suggest "core" in the error message ok 26 - Should catch exception for invalid "installdirs" value ok 27 - And it should suggest the proper values in the error message PASS: t/add_property 1..21 ok 1 - bindoc_dirs ok 2 - libdoc_dirs Building Simple ok 3 ok 4 - lib/Simple.pm should contain POD ok 5 - Created blib/libdoc/Simple.3 manpage ok 6 - bin/nopod.pl should not contain POD ok 7 - bin/haspod.pl should contain POD ok 8 - Created blib/bindoc/haspod.pl.1 manpage ok 9 - lib/Simple/NoPod.pm should not contain POD ok 10 - lib/Simple/AllPod.pod should contain POD ok 11 - Created blib/libdoc/Simple::AllPod.3 manpage Building Simple Installing /usr/lib/libmodule-build-perl/ptest/t/install_test11750/man/man1/haspod.pl.1 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test11750/html/bin/haspod.html Installing /usr/lib/libmodule-build-perl/ptest/t/install_test11750/lib/perl5/Simple.pm Installing /usr/lib/libmodule-build-perl/ptest/t/install_test11750/lib/perl5/Simple/AllPod.pod Installing /usr/lib/libmodule-build-perl/ptest/t/install_test11750/lib/perl5/Simple/NoPod.pm Installing /usr/lib/libmodule-build-perl/ptest/t/install_test11750/man/man3/Simple::AllPod.3 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test11750/man/man3/Simple.3 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test11750/html/site/lib/Simple.html Installing /usr/lib/libmodule-build-perl/ptest/t/install_test11750/html/site/lib/Simple/AllPod.html Installing /usr/lib/libmodule-build-perl/ptest/t/install_test11750/bin/nopod.pl Installing /usr/lib/libmodule-build-perl/ptest/t/install_test11750/bin/haspod.pl ok 12 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test11750/man/man3/Simple.3 manpage ok 13 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test11750/man/man1/haspod.pl.1 manpage ok 14 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test11750/man/man3/Simple::AllPod.3 manpage Cleaning up build files Cleaning up configuration files ok 15 - override libdoc_dirs ok 16 ok 17 ok 18 ok 19 - =item testcover # # [version 0.26] # # Runs the C action using C, generating a # code-coverage report showing which parts of the code were actually # exercised during the tests. # # To pass options to C, set the C<$DEVEL_COVER_OPTIONS> # environment variable: # # DEVEL_COVER_OPTIONS=-ignore,Build ./Build testcover # # ok 20 ok 21 - =item disttest # # [version 0.05] # # Performs the 'distdir' action, then switches into that directory and runs a # C, followed by the 'build' and 'test' actions in that directory. # Use PERL_MB_OPT or F<.modulebuildrc> to set options that should be applied # during subprocesses # # # PASS: t/manifypods 1..14 ok 1 - object created ok 2 - author ok 3 - abstract ok 4 - object created ok 5 - author ok 6 - abstract ok 7 - object created ok 8 - author ok 9 - abstract ok 10 - object created ok 11 - author ok 12 - abstract ok 13 - object created ok 14 - abstract PASS: t/pod_parser 1..9 ok 1 - Construct build object with test_file_exts parameter ok 2 - Should see first test output ok 3 - Should see test success message ok 4 - Construct build object with test_file_exts parameter ok 5 - Should not see first test output ok 6 - Should see test success message ok 7 - Construct build object after setting tests to fail ok 8 - 'Build test' had non-zero exit code ok 9 - Saw emulated Test::Harness die() message PASS: t/use_tap_harness 1..3 ok 1 - Construct build object with test_file_exts parameter ok 2 - Should see first test output ok 3 - Should see second test output PASS: t/test_file_exts 1..113 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 1 - An object of class 'Module::Build' isa 'Module::Build::Base' ok 2 - install_path() accessor ok 3 - returns assigned path ok 4 - can read stored path ok 5 - can access map ok 6 - can delete a path element ok 7 - deletes path from map ok 8 - install_base_relpaths() accessor ok 9 - emits error if path not relative ok 10 - returns assigned path ok 11 - can read stored path ok 12 - can access map ok 13 - can delete a path element ok 14 - deletes path from map ok 15 - prefix_relpaths() accessor ok 16 - defaults to 'site' ok 17 - emits error if path not relative ok 18 - returns assigned path ok 19 - can read stored path ok 20 - can access map ok 21 - can delete a path element ok 22 - deletes path from map ok 23 ok 24 ok 25 ok 26 - arch destination ok 27 - bindoc destination ok 28 - bin destination ok 29 - libhtml destination ok 30 - libdoc destination ok 31 - lib destination ok 32 - binhtml destination ok 33 - script destination ok 34 ok 35 - binhtml destination ok 36 - lib destination ok 37 - libdoc destination ok 38 - libhtml destination ok 39 - bin destination ok 40 - bindoc destination ok 41 - script destination ok 42 - arch destination ok 43 ok 44 ok 45 ok 46 - script destination ok 47 - bindoc destination ok 48 - libhtml destination ok 49 - bin destination ok 50 - libdoc destination ok 51 - lib destination ok 52 - binhtml destination ok 53 - arch destination ok 54 ok 55 ok 56 - lib prefixed ok 57 - suffix correctish (/tmp/MB-LBSrTdYO/site/lib/perl5/site_perl + some/prefix = some/prefix/lib/perl5/site_perl) ok 58 - arch prefixed ok 59 - suffix correctish (/tmp/MB-LBSrTdYO/site/lib/perl5/site_perl/5.30.0/x86_64-linux + some/prefix = some/prefix/lib/perl5/site_perl/5.30.0/x86_64-linux) ok 60 - bin prefixed ok 61 - suffix correctish (/tmp/MB-LBSrTdYO/site/bin + some/prefix = some/prefix/bin) ok 62 - script prefixed ok 63 - suffix correctish (/tmp/MB-LBSrTdYO/site/bin + some/prefix = some/prefix/bin) ok 64 - bindoc prefixed ok 65 - suffix correctish (/tmp/MB-LBSrTdYO/site/man/man1 + some/prefix = some/prefix/man/man1) ok 66 - libdoc prefixed ok 67 - suffix correctish (/tmp/MB-LBSrTdYO/site/man/man3 + some/prefix = some/prefix/man/man3) ok 68 - binhtml prefixed ok 69 - suffix correctish (/tmp/MB-LBSrTdYO/site/html + some/prefix = some/prefix/html) ok 70 - libhtml prefixed ok 71 - suffix correctish (/tmp/MB-LBSrTdYO/site/html + some/prefix = some/prefix/html) ok 72 ok 73 - lib prefixed ok 74 # skip 'lib' not configured ok 75 - arch prefixed ok 76 # skip 'arch' not configured ok 77 - bin prefixed ok 78 # skip 'bin' not configured ok 79 - script prefixed ok 80 # skip 'script' not configured ok 81 - bindoc prefixed ok 82 # skip 'bindoc' not configured ok 83 - libdoc prefixed ok 84 # skip 'libdoc' not configured ok 85 - binhtml prefixed ok 86 # skip 'binhtml' not configured ok 87 - libhtml prefixed ok 88 # skip 'libhtml' not configured ok 89 ok 90 - lib prefixed ok 91 - suffix correctish (/foo/bar/lib/perl5/site_perl + another/prefix = another/prefix/lib/perl5/site_perl) ok 92 - arch prefixed ok 93 - suffix correctish (/biz/lib/perl5/site_perl/5.30.0/x86_64-linux + another/prefix = another/prefix/lib/perl5/site_perl/5.30.0/x86_64-linux) ok 94 - bin prefixed ok 95 - suffix correctish (/foo/bar/bin + another/prefix = another/prefix/bin) ok 96 - script prefixed ok 97 - suffix correctish (/bin + another/prefix = another/prefix/bin) ok 98 - bindoc prefixed ok 99 - suffix correctish (/foo/bar/man/man1 + another/prefix = another/prefix/man/man1) ok 100 - libdoc prefixed ok 101 - suffix correctish (/foo/bar/man/man3 + another/prefix = another/prefix/man/man3) ok 102 - binhtml prefixed ok 103 - suffix correctish (/foo/bar/html + another/prefix = another/prefix/html) ok 104 - libhtml prefixed ok 105 - suffix correctish (/foo/bar/html + another/prefix = another/prefix/html) ok 106 - arch destination ok 107 - script destination ok 108 - libhtml destination ok 109 - bin destination ok 110 - bindoc destination ok 111 - binhtml destination ok 112 - lib destination ok 113 - libdoc destination ok 74 # skip 'lib' not configured ok 76 # skip 'arch' not configured ok 78 # skip 'bin' not configured ok 80 # skip 'script' not configured ok 82 # skip 'bindoc' not configured ok 84 # skip 'libdoc' not configured ok 86 # skip 'binhtml' not configured ok 88 # skip 'libhtml' not configured SKIP: t/destinations 1..7 ok 1 - MANIFEST.SKIP doesn't exist at start ok 2 - An object of class 'Module::Build' isa 'Module::Build' ok 3 - 'Build manifest_skip' creates MANIFEST.SKIP ok 4 - Saw creation message ok 5 - Running it again warns about pre-existing MANIFEST.SKIP ok 6 - File does not appear modified ok 7 - MANIFEST.SKIP still exists after distclean ok 1 - MANIFEST.SKIP doesn't exist at start ok 3 - 'Build manifest_skip' creates MANIFEST.SKIP ok 5 - Running it again warns about pre-existing MANIFEST.SKIP ok 7 - MANIFEST.SKIP still exists after distclean SKIP: t/actions/manifest_skip 1..6 ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - cpan_client is mocked with perl ok 3 - ran mocked Build installdeps ok 4 - saw File::Spec prereq ok 5 - saw Getopt::Long prereq ok 6 - Build installdeps with bad cpan_client fails PASS: t/actions/installdeps 1..2 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 1 - dodged the bullet ok 2 PASS: t/new_from_context 1..7 ok 1 t/special_ext.st .. ok All tests successful. Files=1, Tests=2, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.06 cusr 0.01 csys = 0.09 CPU) Result: PASS ok 2 - called once ok 3 ok 4 ok 5 - called again ok 6 ok 7 - called a third time PASS: t/test_type 1..14 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '3.14159265' ok 1 - saw warning about M::B not in configure_requires ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 - Add M::B to configure_requires ok 8 - Test::More was required by ->new ok 9 ok 10 - 'meta-spec' -> 'version' field present in META.yml ok 11 - 'meta-spec' -> 'url' field present in META.yml ok 12 ok 13 ok 14 - Add M::B to configure_requires PASS: t/metadata 1..8 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' Building Simple Installing test_install/lib/perl5/Simple.pm Installing test_install/lib/perl5/Bar.pm Installing test_install/man/man3/Simple.3 Installing test_install/html/site/lib/Simple.html Installing test_install/bin/foo ok 1 - Generated PL_files installed from bin ok 2 - and from lib ok 3 - PL_files not installed from bin ok 4 - nor from lib ok 5 - Generated bin contains correct content ok 6 - so does the lib Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 7 - special PL file ran ok 8 - generated special file not added to cleanup PASS: t/PL_files 1..3 ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - dist_name is 'Simple' ok 3 - resume added @INC addition to @INC PASS: t/resume 1..26 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 PASS: t/parents 1..41 ok 1 - META.yml doesn't exist before Build.PL runs ok 2 - MYMETA.yml doesn't exist before Build.PL runs ok 3 - META.json doesn't exist before Build.PL runs ok 4 - MYMETA.json doesn't exist before Build.PL runs ok 5 - Ran Build.PL and saw MYMETA.yml creation message ok 6 - MYMETA.yml exists ok 7 - MYMETA.json exists ok 8 - Ran Build distmeta to create META.yml ok 9 - Re-ran Build.PL and regenerated MYMETA.yml based on META.yml ok 10 - META.yml 'dynamic_config' is 1 ok 11 - MYMETA.yml 'dynamic_config' is 0 ok 12 - Other generated MYMETA.yml matches generated META.yml ok 13 - CPAN meta spec mentioned in meta-spec URL ok 14 - META.json 'dynamic_config' is 1 ok 15 - MYMETA.json 'dynamic_config' is 0 ok 16 - Other generated MYMETA.json matches generated META.json ok 17 - CPAN meta spec mentioned in meta-spec URL ok 18 - Ran realclean ok 19 - Build file removed ok 20 - MYMETA.yml file removed ok 21 - MYMETA.json file removed ok 22 - Ran Build.PL with dynamic config ok 23 - MYMETA.yml exists ok 24 - MYMETA.json exists ok 25 - MYMETA.yml requires differs from META.yml ok 26 - MYMETA.json requires differs from META.json ok 27 - Ran realclean ok 28 - Build file removed ok 29 - MYMETA file removed ok 30 - MYMETA file removed ok 31 - Wrote manually modified META.yml ok 32 - Wrote manually modified META.json ok 33 - Ran Build.PL ok 34 - MYMETA.yml preserved META.yml modifications ok 35 - MYMETA.json preserved META.json modifications ok 36 - MANIFEST.SKIP created for distcheck ok 37 - MYMETA not flagged by distcheck ok 38 - Ran Build.PL and saw MYMETA.yml creation message ok 39 - No MYMETA.yml after distclean ok 40 - No MYMETA.json after distclean ok 41 - No MANIFEST.SKIP after distclean ok 36 - MANIFEST.SKIP created for distcheck ok 41 - No MANIFEST.SKIP after distclean SKIP: t/mymeta 1..29 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 1 ok 2 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 - Check version used to create META.yml: 0.4229 == 0.4229 Creating Simple-0.01 Creating Simple-0.01.tar.gz ok 18 ok 19 ok 20 ok 21 - should rewrite the shebang line Cleaning up build files Cleaning up configuration files ok 22 ok 23 ok 24 ok 25 ok 26 # skip Windows-only test ok 27 # skip Windows-only test ok 28 # skip Windows-only test ok 29 # skip Windows-only test ok 26 # skip Windows-only test ok 27 # skip Windows-only test ok 28 # skip Windows-only test ok 29 # skip Windows-only test SKIP: t/runthrough 1..34 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 1 Building Simple Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/usr/lib/perl5/site_perl/5.30.0/Simple.pm Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/tmp/MB-vyu1q7De/site/man/man3/Simple.3 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/usr/share/doc/perl/html/site/lib/Simple.html Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/usr/bin/script ok 2 ok 3 ok 4 ok 5 - /usr/lib/libmodule-build-perl/ptest/t/install_test12076/usr/lib/perl5/site_perl/5.30.0/x86_64-linux/auto/Simple/.packlist should be written Building Simple Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/usr/lib/perl5/5.30.0/Simple.pm Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/tmp/MB-vyu1q7De/man/man3/Simple.3 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/usr/share/doc/perl/html/lib/Simple.html ok 6 ok 7 Building Simple Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/foo/bar/Simple.pm ok 8 ok 9 Building Simple Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/foo/base/lib/perl5/Simple.pm Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/foo/base/man/man3/Simple.3 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/foo/base/html/lib/Simple.html Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/foo/base/html/site/lib/Simple.html Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/foo/base/bin/script ok 10 ok 11 Building Simple Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/usr/lib/perl5/site_perl/5.30.0/Simple/ConfigData.pm Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/tmp/MB-vyu1q7De/site/man/man3/Simple::ConfigData.3 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/usr/share/doc/perl/html/site/lib/Simple/ConfigData.html ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 Cleaning up build files Cleaning up configuration files ok 20 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 21 Building Simple Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/foo/lib/Simple.pm Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/usr/share/man/man3/Simple.3 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/usr/share/doc/perl/html/site/lib/Simple.html Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/usr/bin/script ok 22 ok 23 Building Simple Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/bar/man/man3/Simple.3 Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/bar/html/site/lib/Simple.html Installing /usr/lib/libmodule-build-perl/ptest/t/install_test12076/bar/bin/script ok 24 ok 25 - Look for file at /usr/lib/libmodule-build-perl/ptest/t/install_test12076/foo/lib/Simple.pm Cleaning up build files Cleaning up configuration files ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 PASS: t/install 1..25 ok 1 ok 2 - saw expected output from first test ok 3 - saw expected output from second test ok 4 - we have some test output ok 5 - saw expected output from first test ok 6 - saw expected output from second test ok 7 - expected output from basic.t ok 8 - expected output from basic.t ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 - saw expected output from first test ok 16 - saw expected output from second test ok 17 - we have some test output ok 18 - saw expected output from first test ok 19 - saw expected output from second test ok 20 - expected output from basic.t ok 21 - expected output from basic.t ok 22 ok 23 ok 24 ok 25 PASS: t/test_types 1..1 ok 1 PASS: t/add_property_array Can't stat lib: No such file or directory at t/00-compile.t line 8. You said to run 0 tests at t/00-compile.t line 10. FAIL: t/00-compile 1..225 ok 1 - Split using Module::Build ok 2 - Split using Module::Build ok 3 - Split using Module::Build::Platform::Unix ok 4 - Split using Module::Build::Platform::Unix ok 5 - Split using Module::Build::Platform::Windows ok 6 - Split using Module::Build::Platform::Windows ok 7 - 'one t'wo th'ree f"o\"ur " "five" ' result all defined ok 8 ok 9 - ' foo bar ' result all defined ok 10 ok 11 - ' D\'oh f{g\'h\"i\]\* ' result all defined ok 12 ok 13 - ' D\$foo ' result all defined ok 14 ok 15 - 'one\\ # two' result all defined ok 16 ok 17 - 'a" "b\c" "d' result all defined ok 18 ok 19 - '"a b\c d"' result all defined ok 20 ok 21 - '"a b"\"c d"' result all defined ok 22 ok 23 - '"a b"\\"c d"' result all defined ok 24 ok 25 - '"a"\"b" "a\"b"' result all defined ok 26 ok 27 - '"a"\\"b" "a\\"b"' result all defined ok 28 ok 29 - '"a"\"b a\"b"' result all defined ok 30 ok 31 - 'a"\"b" "a\"b' result all defined ok 32 ok 33 - 'a"\"b" "a\"b' result all defined ok 34 ok 35 - 'a b' result all defined ok 36 ok 37 - 'a"\"b a\"b' result all defined ok 38 ok 39 - '"a""b" "a"b"' result all defined ok 40 ok 41 - '\"a\"' result all defined ok 42 ok 43 - '"a"" "b"' result all defined ok 44 ok 45 - 'a"b' result all defined ok 46 ok 47 - 'a""b' result all defined ok 48 ok 49 - 'a"""b' result all defined ok 50 ok 51 - 'a""""b' result all defined ok 52 ok 53 - 'a"""""b' result all defined ok 54 ok 55 - 'a""""""b' result all defined ok 56 ok 57 - '"a"b"' result all defined ok 58 ok 59 - '"a""b"' result all defined ok 60 ok 61 - '"a"""b"' result all defined ok 62 ok 63 - '"a""""b"' result all defined ok 64 ok 65 - '"a"""""b"' result all defined ok 66 ok 67 - '"a""""""b"' result all defined ok 68 ok 69 - '' result all defined ok 70 ok 71 - ' ' result all defined ok 72 ok 73 - '""' result all defined ok 74 ok 75 - '" "' result all defined ok 76 ok 77 - '""a' result all defined ok 78 ok 79 - '""a b' result all defined ok 80 ok 81 - 'a""' result all defined ok 82 ok 83 - 'a"" b' result all defined ok 84 ok 85 - '"" a' result all defined ok 86 ok 87 - 'a ""' result all defined ok 88 ok 89 - 'a "" b' result all defined ok 90 ok 91 - 'a " " b' result all defined ok 92 ok 93 - 'a " b " c' result all defined ok 94 ok 95 - 'a "0" c' result all defined ok 96 ok 97 - '"a\b"' result all defined ok 98 ok 99 - '"a\\b"' result all defined ok 100 ok 101 - '"a\\\b"' result all defined ok 102 ok 103 - '"a\\\\b"' result all defined ok 104 ok 105 - '"a\"' result all defined ok 106 ok 107 - '"a\\"' result all defined ok 108 ok 109 - '"a\\\"' result all defined ok 110 ok 111 - '"a\\\\"' result all defined ok 112 ok 113 - '"a\\\""' result all defined ok 114 ok 115 ok 116 ok 117 - perl round trip for {one}{two three}{fo"ur }{five} ok 118 - perl round trip for {foo}{bar} ok 119 - perl round trip for {D'oh}{f{g'h"i]*} ok 120 - perl round trip for {D$foo} ok 121 - perl round trip for {one # two} ok 122 - perl round trip for {a b\c d} ok 123 - perl round trip for {a b\c d} ok 124 - perl round trip for {a b"c}{d} ok 125 - perl round trip for {a b\c d} ok 126 - perl round trip for {a"b a"b} ok 127 - perl round trip for {a\b}{a\b} ok 128 - perl round trip for {a"b}{a"b} ok 129 - perl round trip for {a"b}{a"b} ok 130 - perl round trip for {a"b}{a"b} ok 131 - perl round trip for {a}{b} ok 132 - perl round trip for {a"b a"b} ok 133 - perl round trip for {a"b ab} ok 134 - perl round trip for {"a"} ok 135 - perl round trip for {a"}{b} ok 136 - perl round trip for {ab} ok 137 - perl round trip for {ab} ok 138 - perl round trip for {a"b} ok 139 - perl round trip for {a"b} ok 140 - perl round trip for {a"b} ok 141 - perl round trip for {a""b} ok 142 - perl round trip for {ab} ok 143 - perl round trip for {a"b} ok 144 - perl round trip for {a"b} ok 145 - perl round trip for {a"b} ok 146 - perl round trip for {a""b} ok 147 - perl round trip for {a""b} ok 148 - perl round trip for ok 149 - perl round trip for ok 150 - perl round trip for {} ok 151 - perl round trip for { } ok 152 - perl round trip for {a} ok 153 - perl round trip for {a}{b} ok 154 - perl round trip for {a} ok 155 - perl round trip for {a}{b} ok 156 - perl round trip for {}{a} ok 157 - perl round trip for {a}{} ok 158 - perl round trip for {a}{}{b} ok 159 - perl round trip for {a}{ }{b} ok 160 - perl round trip for {a}{ b }{c} ok 161 - perl round trip for {a}{0}{c} ok 162 - perl round trip for {a\b} ok 163 - perl round trip for {a\\b} ok 164 - perl round trip for {a\\\b} ok 165 - perl round trip for {a\\\\b} ok 166 - perl round trip for {a"} ok 167 - perl round trip for {a\} ok 168 - perl round trip for {a\"} ok 169 - perl round trip for {a\\} ok 170 - perl round trip for {a\"} ok 171 - backticks round trip for {one}{two three}{fo"ur }{five} ok 172 - backticks round trip for {foo}{bar} ok 173 - backticks round trip for {D'oh}{f{g'h"i]*} ok 174 - backticks round trip for {D$foo} ok 175 - backticks round trip for {one # two} ok 176 - backticks round trip for {a b\c d} ok 177 - backticks round trip for {a b\c d} ok 178 - backticks round trip for {a b"c}{d} ok 179 - backticks round trip for {a b\c d} ok 180 - backticks round trip for {a"b a"b} ok 181 - backticks round trip for {a\b}{a\b} ok 182 - backticks round trip for {a"b}{a"b} ok 183 - backticks round trip for {a"b}{a"b} ok 184 - backticks round trip for {a"b}{a"b} ok 185 - backticks round trip for {a}{b} ok 186 - backticks round trip for {a"b a"b} ok 187 - backticks round trip for {a"b ab} ok 188 - backticks round trip for {"a"} ok 189 - backticks round trip for {a"}{b} ok 190 - backticks round trip for {ab} ok 191 - backticks round trip for {ab} ok 192 - backticks round trip for {a"b} ok 193 - backticks round trip for {a"b} ok 194 - backticks round trip for {a"b} ok 195 - backticks round trip for {a""b} ok 196 - backticks round trip for {ab} ok 197 - backticks round trip for {a"b} ok 198 - backticks round trip for {a"b} ok 199 - backticks round trip for {a"b} ok 200 - backticks round trip for {a""b} ok 201 - backticks round trip for {a""b} ok 202 - backticks round trip for ok 203 - backticks round trip for ok 204 - backticks round trip for {} ok 205 - backticks round trip for { } ok 206 - backticks round trip for {a} ok 207 - backticks round trip for {a}{b} ok 208 - backticks round trip for {a} ok 209 - backticks round trip for {a}{b} ok 210 - backticks round trip for {}{a} ok 211 - backticks round trip for {a}{} ok 212 - backticks round trip for {a}{}{b} ok 213 - backticks round trip for {a}{ }{b} ok 214 - backticks round trip for {a}{ b }{c} ok 215 - backticks round trip for {a}{0}{c} ok 216 - backticks round trip for {a\b} ok 217 - backticks round trip for {a\\b} ok 218 - backticks round trip for {a\\\b} ok 219 - backticks round trip for {a\\\\b} ok 220 - backticks round trip for {a"} ok 221 - backticks round trip for {a\} ok 222 - backticks round trip for {a\"} ok 223 - backticks round trip for {a\\} ok 224 - backticks round trip for {a\"} ok 225 PASS: t/ext 1..2 ok 1 - version_from_file ok 2 - compare: 1.0_01 > 1.0 PASS: t/versions 1..58 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 Cleaning up build files Cleaning up configuration files ok 12 ok 13 ok 14 ok 15 ok 16 Cleaning up build files Cleaning up configuration files ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 Cleaning up build files Cleaning up configuration files Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 - bar ok 30 - bat ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 - dist_author converted to array if simple string ok 43 ok 44 ok 45 ok 46 - Should split shell string into list ok 47 - Should split shell string into list Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 48 ok 49 - Should split shell string into list ok 50 - Should split shell string into list ok 51 ok 52 - Should have include dirs ok 53 ok 54 - Should have string include dir Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 55 ok 56 - Should have include dirs Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 57 ok 58 - Should have single include dir PASS: t/basic ok 1 - Default maniskip written ok 2 - default MANIFEST.SKIP used ok 3 - Module::Build specific entries ok 4 - distribution tarball entry 1..4 ok 1 - Default maniskip written ok 2 - default MANIFEST.SKIP used SKIP: t/write_default_maniskip 1..2 ok 1 - An object of class 'Module::Build' isa 'Module::Build' ok 2 - dist_name is 'Simple' PASS: t/sample 1..12 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 - ./Build distdir --sign 0 does not sign ok 9 ok 10 ok 11 ok 12 - Build.PL --sign=1 signs PASS: t/signature 1..3 ok 1 - Makefile.PL exit ok 2 ok 3 PASS: t/compat/exit 1..23 ok 1 ok 2 - MyModuleBuilder->can('ACTION_foo') ok 3 - got doc for 'foo' ok 4 - got the right doc ok 5 - got doc for 'bar' ok 6 - got the right doc ok 7 - got doc for 'baz' ok 8 - got the right doc ok 9 - slap ok 10 - informative error ok 11 - got doc for 'help' not ok 12 - got the right doc # TODO Do we allow overrides on just docs? # Failed (TODO) test 'got the right doc' # at t/help.t line 93. # '=item help # # Does the help thing. # # You should probably not be seeing this. That is, we haven't # overridden the help action, but we're able to override just the # docs? That almost seems reasonable, but is probably wrong. # # =item help # # [version 0.03] # # This action will simply print out a message that is meant to help you # use the build process. It will show you a list of available build # actions too. # # With an optional argument specifying an action name (e.g. C), the 'help' action will show you any POD documentation it can # find for that action. # # ' # matches '(?^s:^=\w+ help\n\nDoes the help thing\.)' not ok 13 - got doc for 'foo' # TODO Support capitalized Actions section # Failed (TODO) test 'got doc for 'foo'' # at t/help.t line 182. not ok 14 - got the right doc # TODO Support capitalized Actions section # Failed (TODO) test 'got the right doc' # at t/help.t line 183. # 'undef' # doesn't match '(?^s:^=\w+ foo\n\nDoes the foo thing\.)' not ok 15 - got doc for 'bar' # TODO Support capitalized Actions section # Failed (TODO) test 'got doc for 'bar'' # at t/help.t line 182. not ok 16 - got the right doc # TODO Support capitalized Actions section # Failed (TODO) test 'got the right doc' # at t/help.t line 183. # 'undef' # doesn't match '(?^s:^=\w+ bar\n\nDoes the bar thing\.)' ok 17 - got doc for 'foo' ok 18 - got the right doc ok 19 - got doc for 'bar' ok 20 - got the right doc ok 21 - got doc for 'baz' ok 22 - got the right doc ok 23 - nothing after uplevel PASS: t/help 1..1 ok 1 PASS: t/add_property_hash 1..6 ok 1 - Built etc/config ok 2 - Built shared/data ok 3 - Built shared/html ok 4 - installed etc/config ok 5 - installed shared/data ok 6 - installed shared/html PASS: t/install_extra_target 1..9 ok 1 - runtests ran with expected parameters ok 2 - runtests ran with expected parameters ok 3 - switches are undef ok 4 - switches are undef ok 5 - run_test_harness should not produce warning if Test::Harness::[Ss]witches are undef and harness_switches() return empty list ok 6 - runtests ran with expected parameters ok 7 - runtests ran with expected parameters ok 8 - switches are empty string ok 9 - switches are empty string PASS: t/unit_run_test_harness 1..4 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Simple' version '0.01' ok 1 - runtime prereqs in MYMETA ok 2 - test prereqs in MYMETA ok 3 - runtime prereqs in META ok 4 - test prereqs in META PASS: t/test_reqs Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'bin-foo' version '0.01' ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 1..8 PASS: t/script_dist Can't find 'build_params' in _build at /usr/lib/libmodule-build-perl/ptest/blib/lib/Module/Build/Base.pm line 1291. FAIL: t/xs ok 1 - Module::Build->new_from_context ok 2 - small Makefile.PL created ok 3 - Makefile.PL does not require a perl version ok 4 - Makefile.PL ran without error ok 5 - Makefile exists ok 6 - (skipping cleanup) ok 7 - Makefile has correct PREREQ_PM line ok 8 - make ran without error ok 9 - make test ran without error ok 10 - make test output indicated success ok 11 - make realclean ran without error ok 12 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor) ok 13 - Makefile exists ok 14 - Makefile cleaned up with realclean ok 15 - Makefile.PL ran without error ok 16 - Makefile exists ok 17 - Makefile cleaned up with distclean ok 18 - cleaned up Makefile ok 19 - Module::Build->new_from_context ok 20 - passthrough Makefile.PL created ok 21 - Makefile.PL does not require a perl version ok 22 - Makefile.PL ran without error ok 23 - Makefile exists ok 24 - (skipping cleanup) ok 25 - Makefile has correct PREREQ_PM line ok 26 - make ran without error ok 27 - make test ran without error ok 28 - make test output indicated success ok 29 - make realclean ran without error ok 30 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor) ok 31 - Makefile exists ok 32 - Makefile cleaned up with realclean ok 33 - Makefile.PL ran without error ok 34 - Makefile exists ok 35 - Makefile cleaned up with distclean ok 36 - cleaned up Makefile ok 37 - Module::Build->new_from_context ok 38 - traditional Makefile.PL created ok 39 - Makefile.PL does not require a perl version ok 40 - Makefile.PL ran without error ok 41 - Makefile exists ok 42 - (skipping cleanup) ok 43 - Makefile has correct PREREQ_PM line ok 44 - Found WriteMakefile arguments ok 45 - Makefile.PL has correct PL_FILES line not ok 46 - make ran without error # Failed test 'make ran without error' # at t/compat.t line 417. not ok 47 - make test ran without error # Failed test 'make test ran without error' # at t/compat.t line 427. not ok 48 - make test output indicated success # Failed test 'make test output indicated success' # at t/compat.t line 428. # 'MAKE: *** NO RULE TO MAKE TARGET '/USR/LIB/PERL5/5.30.0/X86_64-LINUX/CONFIG.PM', NEEDED BY 'MAKEFILE'. STOP. # ' # doesn't match '(?^:DONE\.|SUCCESS)' not ok 49 - make realclean ran without error # Failed test 'make realclean ran without error' # at t/compat.t line 433. ok 50 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor) ok 51 - Makefile exists not ok 52 - Makefile cleaned up with realclean # Failed test 'Makefile cleaned up with realclean' # at t/compat.t line 467. ok 53 - Makefile.PL ran without error ok 54 - Makefile exists not ok 55 - Makefile cleaned up with distclean # Failed test 'Makefile cleaned up with distclean' # at t/compat.t line 467. ok 56 - cleaned up Makefile ok 57 - Module::Build->new_from_context ok 58 - small Makefile.PL created ok 59 - Makefile.PL has 'require 5.030000;' ok 60 - Makefile.PL ran without error ok 61 - Makefile exists ok 62 - (skipping cleanup) ok 63 - Makefile has correct PREREQ_PM line ok 64 - make ran without error ok 65 - PL_files generated - foo ok 66 - make test ran without error ok 67 - make test output indicated success ok 68 - make realclean ran without error ok 69 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor) ok 70 - Makefile exists ok 71 - Makefile cleaned up with realclean ok 72 - Makefile.PL ran without error ok 73 - Makefile exists ok 74 - Makefile cleaned up with distclean ok 75 - cleaned up Makefile ok 76 - Module::Build->new_from_context ok 77 - passthrough Makefile.PL created ok 78 - Makefile.PL has 'require 5.030000;' ok 79 - Makefile.PL ran without error ok 80 - Makefile exists ok 81 - (skipping cleanup) ok 82 - Makefile has correct PREREQ_PM line ok 83 - make ran without error ok 84 - PL_files generated - foo ok 85 - make test ran without error ok 86 - make test output indicated success ok 87 - make realclean ran without error ok 88 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor) ok 89 - Makefile exists ok 90 - Makefile cleaned up with realclean ok 91 - Makefile.PL ran without error ok 92 - Makefile exists ok 93 - Makefile cleaned up with distclean ok 94 - cleaned up Makefile ok 95 - Module::Build->new_from_context ok 96 - traditional Makefile.PL created ok 97 - Makefile.PL has 'require 5.030000;' ok 98 - Makefile.PL ran without error ok 99 - Makefile exists ok 100 - (skipping cleanup) ok 101 - Makefile has correct PREREQ_PM line ok 102 - Found WriteMakefile arguments ok 103 - Makefile.PL has correct PL_FILES line not ok 104 - make ran without error # Failed test 'make ran without error' # at t/compat.t line 417. not ok 105 - PL_files generated - foo # Failed test 'PL_files generated - foo' # at t/compat.t line 420. not ok 106 - make test ran without error # Failed test 'make test ran without error' # at t/compat.t line 427. not ok 107 - make test output indicated success # Failed test 'make test output indicated success' # at t/compat.t line 428. # 'MAKE: *** NO RULE TO MAKE TARGET '/USR/LIB/PERL5/5.30.0/X86_64-LINUX/CONFIG.PM', NEEDED BY 'MAKEFILE'. STOP. # ' # doesn't match '(?^:DONE\.|SUCCESS)' not ok 108 - make realclean ran without error # Failed test 'make realclean ran without error' # at t/compat.t line 433. ok 109 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor) ok 110 - Makefile exists not ok 111 - Makefile cleaned up with realclean # Failed test 'Makefile cleaned up with realclean' # at t/compat.t line 467. ok 112 - Makefile.PL ran without error ok 113 - Makefile exists not ok 114 - Makefile cleaned up with distclean # Failed test 'Makefile cleaned up with distclean' # at t/compat.t line 467. ok 115 - cleaned up Makefile ok 116 - Module::Build->new_from_context ok 117 - fake_makefile lived ok 118 - found 'realclean' in fake_makefile output ok 119 - saw warning about 'build_class' ok 120 - passthrough Makefile.PL created ok 121 - Makefile.PL failed ok 122 - custom builder wasn't found ok 123 - small Makefile.PL created ok 124 - Makefile.PL failed ok 125 - custom builder wasn't found ok 126 - passthrough Makefile.PL created ok 127 - Makefile.PL ran without error ok 128 - small Makefile.PL created ok 129 - Makefile.PL ran without error ok 130 - passthrough Makefile.PL created ok 131 - passthrough Makefile.PL ran with arguments ok 132 - Build.PL generated ok 133 - installdirs is core ok 134 - tests set for verbose ok 135 - custom libdir ok 136 - PERL_POLLUTE set ok 137 - make test ran without error ok 138 - Should be verbose ok 139 - make test without verbose ran ok ok 140 - Should be non-verbose ok 141 - fakeinstall INSTALLDIRS=vendor ran ok ok 142 - Saw destination directory for INSTALLDIRS=vendor ok 143 - fakeinstall PREFIX=$libdir2 ran ok ok 144 - Saw destination directory for PREFIX=$libdir2 ok 145 - fakeinstall PREFIX=$libdir2 LIB=mylib ran ok ok 146 - Saw destination directory for PREFIX=$libdir2 LIB=mylib ok 147 - Makefile shouldn't exist ok 148 - Makefile.PL cleaned up ok 149 - passthrough Makefile.PL created ok 150 - install_base set ok 151 - Tildes should be expanded ok 152 - Makefile shouldn't exist ok 153 - Makefile.PL cleaned up ok 154 - traditional Makefile.PL created ok 155 - Found WriteMakefile arguments ok 156 - Makefile.PL has correct TESTS line for recursive test files ok 157 - Makefile.PL cleaned up ok 158 - Makefile.PL created ok 159 - Correctly complains and converts dotted-decimal ok 160 - Properly converted dotted-decimal ok 161 - Makefile.PL cleaned up ok 162 - Makefile.PL doesn't exist before we start ok 163 - Correctly dies when it encounters invalid prereq ok 164 - Makefile.PL NOT created ok 165 - Makefile.PL cleaned up 1..165 # Looks like you failed 13 tests of 165. FAIL: t/compat DURATION: 40 END: /usr/lib/libmodule-build-perl/ptest 2019-08-16T19:56 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:56 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' DURATION: 2 END: /usr/lib/libpcre/ptest 2019-08-16T19:56 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:56 BEGIN: /usr/lib/libtest-needs-perl/ptest 1..113 ok 1 - standalone: Missing module SKIPs - exit status ok 2 - standalone: Missing module SKIPs ok 3 - standalone: Broken module dies - exit status ok 4 - standalone: Broken module dies ok 5 - standalone: Working module runs - exit status ok 6 - standalone: Working module runs ok 7 - standalone: Outdated module SKIPs - exit status ok 8 - standalone: Outdated module SKIPs ok 9 - standalone: Missing module fails with RELEASE_TESTING - exit status ok 10 - standalone: Missing module fails with RELEASE_TESTING ok 11 - standalone: Broken module dies with RELEASE_TESTING - exit status ok 12 - standalone: Broken module dies with RELEASE_TESTING ok 13 - standalone: Working module runs with RELEASE_TESTING - exit status ok 14 - standalone: Working module runs with RELEASE_TESTING ok 15 - standalone: Outdated module fails with RELEASE_TESTING - exit status ok 16 - standalone: Outdated module fails with RELEASE_TESTING ok 17 - standalone: Outdated module fails with RELEASE_TESTING # Checking against Test2::API 1.302162 ok 18 - Test2: Missing module SKIPs - exit status ok 19 - Test2: Missing module SKIPs ok 20 - Test2: Broken module dies - exit status ok 21 - Test2: Broken module dies ok 22 - Test2: Working module runs - exit status ok 23 - Test2: Working module runs ok 24 - Test2: Outdated module SKIPs - exit status ok 25 - Test2: Outdated module SKIPs ok 26 - Test2: Missing module fails with RELEASE_TESTING - exit status ok 27 - Test2: Missing module fails with RELEASE_TESTING ok 28 - Test2: Broken module dies with RELEASE_TESTING - exit status ok 29 - Test2: Broken module dies with RELEASE_TESTING ok 30 - Test2: Working module runs with RELEASE_TESTING - exit status ok 31 - Test2: Working module runs with RELEASE_TESTING ok 32 - Test2: Outdated module fails with RELEASE_TESTING - exit status ok 33 - Test2: Outdated module fails with RELEASE_TESTING ok 34 - Test2: Outdated module fails with RELEASE_TESTING ok 35 - Test2: Missing module skips with plan - exit status ok 36 - Test2: Missing module skips with plan ok 37 - Test2: Missing module skips with no_plan - exit status ok 38 - Test2: Missing module skips with no_plan ok 39 - Test2: Missing module skips with tests - exit status ok 40 - Test2: Missing module skips with tests ok 41 - Test2: Missing module passes with plan and tests - exit status ok 42 - Test2: Missing module passes with plan and tests ok 43 - Test2: Missing module passes with no_plan and tests - exit status ok 44 - Test2: Missing module passes with no_plan and tests ok 45 - Test2: Missing module skips in subtest - exit status ok 46 - Test2: Missing module skips in subtest ok 47 - Test2: Broken module dies in subtest - exit status ok 48 - Test2: Broken module dies in subtest ok 49 - Test2: Working module runs in subtest - exit status ok 50 - Test2: Working module runs in subtest ok 51 - Test2: Working module runs in subtest ok 52 - Test2: Outdated module skips in subtest - exit status ok 53 - Test2: Outdated module skips in subtest ok 54 - Test2: Missing module skips with plan in subtest - exit status ok 55 - Test2: Missing module skips with plan in subtest ok 56 - Test2: Missing module skips with no_plan in subtest - exit status ok 57 - Test2: Missing module skips with no_plan in subtest ok 58 - Test2: Missing module skips with tests in subtest - exit status ok 59 - Test2: Missing module skips with tests in subtest ok 60 - Test2: Missing module passes with plan and tests in subtest - exit status ok 61 - Test2: Missing module passes with plan and tests in subtest ok 62 - Test2: Missing module passes with no_plan and tests in subtest - exit status ok 63 - Test2: Missing module passes with no_plan and tests in subtest ok 64 - Test2: Missing module fails in subtest with RELEASE_TESTING - exit status ok 65 - Test2: Missing module fails in subtest with RELEASE_TESTING # Checking against Test::Builder 1.302162 ok 66 - Test::Builder: Missing module SKIPs - exit status ok 67 - Test::Builder: Missing module SKIPs ok 68 - Test::Builder: Broken module dies - exit status ok 69 - Test::Builder: Broken module dies ok 70 - Test::Builder: Working module runs - exit status ok 71 - Test::Builder: Working module runs ok 72 - Test::Builder: Outdated module SKIPs - exit status ok 73 - Test::Builder: Outdated module SKIPs ok 74 - Test::Builder: Missing module fails with RELEASE_TESTING - exit status ok 75 - Test::Builder: Missing module fails with RELEASE_TESTING ok 76 - Test::Builder: Broken module dies with RELEASE_TESTING - exit status ok 77 - Test::Builder: Broken module dies with RELEASE_TESTING ok 78 - Test::Builder: Working module runs with RELEASE_TESTING - exit status ok 79 - Test::Builder: Working module runs with RELEASE_TESTING ok 80 - Test::Builder: Outdated module fails with RELEASE_TESTING - exit status ok 81 - Test::Builder: Outdated module fails with RELEASE_TESTING ok 82 - Test::Builder: Outdated module fails with RELEASE_TESTING ok 83 - Test::Builder: Missing module skips with plan - exit status ok 84 - Test::Builder: Missing module skips with plan ok 85 - Test::Builder: Missing module skips with no_plan - exit status ok 86 - Test::Builder: Missing module skips with no_plan ok 87 - Test::Builder: Missing module skips with tests - exit status ok 88 - Test::Builder: Missing module skips with tests ok 89 - Test::Builder: Missing module passes with plan and tests - exit status ok 90 - Test::Builder: Missing module passes with plan and tests ok 91 - Test::Builder: Missing module passes with no_plan and tests - exit status ok 92 - Test::Builder: Missing module passes with no_plan and tests ok 93 - Test::Builder: Missing module skips in subtest - exit status ok 94 - Test::Builder: Missing module skips in subtest ok 95 - Test::Builder: Broken module dies in subtest - exit status ok 96 - Test::Builder: Broken module dies in subtest ok 97 - Test::Builder: Working module runs in subtest - exit status ok 98 - Test::Builder: Working module runs in subtest ok 99 - Test::Builder: Working module runs in subtest ok 100 - Test::Builder: Outdated module skips in subtest - exit status ok 101 - Test::Builder: Outdated module skips in subtest ok 102 - Test::Builder: Missing module skips with plan in subtest - exit status ok 103 - Test::Builder: Missing module skips with plan in subtest ok 104 - Test::Builder: Missing module skips with no_plan in subtest - exit status ok 105 - Test::Builder: Missing module skips with no_plan in subtest ok 106 - Test::Builder: Missing module skips with tests in subtest - exit status ok 107 - Test::Builder: Missing module skips with tests in subtest ok 108 - Test::Builder: Missing module passes with plan and tests in subtest - exit status ok 109 - Test::Builder: Missing module passes with plan and tests in subtest ok 110 - Test::Builder: Missing module passes with no_plan and tests in subtest - exit status ok 111 - Test::Builder: Missing module passes with no_plan and tests in subtest ok 112 - Test::Builder: Missing module fails in subtest with RELEASE_TESTING - exit status ok 113 - Test::Builder: Missing module fails in subtest with RELEASE_TESTING ok 1 - standalone: Missing module SKIPs - exit status ok 2 - standalone: Missing module SKIPs ok 7 - standalone: Outdated module SKIPs - exit status ok 8 - standalone: Outdated module SKIPs ok 18 - Test2: Missing module SKIPs - exit status ok 19 - Test2: Missing module SKIPs ok 24 - Test2: Outdated module SKIPs - exit status ok 25 - Test2: Outdated module SKIPs ok 35 - Test2: Missing module skips with plan - exit status ok 36 - Test2: Missing module skips with plan ok 37 - Test2: Missing module skips with no_plan - exit status ok 38 - Test2: Missing module skips with no_plan ok 39 - Test2: Missing module skips with tests - exit status ok 40 - Test2: Missing module skips with tests ok 45 - Test2: Missing module skips in subtest - exit status ok 46 - Test2: Missing module skips in subtest ok 52 - Test2: Outdated module skips in subtest - exit status ok 53 - Test2: Outdated module skips in subtest ok 54 - Test2: Missing module skips with plan in subtest - exit status ok 55 - Test2: Missing module skips with plan in subtest ok 56 - Test2: Missing module skips with no_plan in subtest - exit status ok 57 - Test2: Missing module skips with no_plan in subtest ok 58 - Test2: Missing module skips with tests in subtest - exit status ok 59 - Test2: Missing module skips with tests in subtest ok 66 - Test::Builder: Missing module SKIPs - exit status ok 67 - Test::Builder: Missing module SKIPs ok 72 - Test::Builder: Outdated module SKIPs - exit status ok 73 - Test::Builder: Outdated module SKIPs ok 83 - Test::Builder: Missing module skips with plan - exit status ok 84 - Test::Builder: Missing module skips with plan ok 85 - Test::Builder: Missing module skips with no_plan - exit status ok 86 - Test::Builder: Missing module skips with no_plan ok 87 - Test::Builder: Missing module skips with tests - exit status ok 88 - Test::Builder: Missing module skips with tests ok 93 - Test::Builder: Missing module skips in subtest - exit status ok 94 - Test::Builder: Missing module skips in subtest ok 100 - Test::Builder: Outdated module skips in subtest - exit status ok 101 - Test::Builder: Outdated module skips in subtest ok 102 - Test::Builder: Missing module skips with plan in subtest - exit status ok 103 - Test::Builder: Missing module skips with plan in subtest ok 104 - Test::Builder: Missing module skips with no_plan in subtest - exit status ok 105 - Test::Builder: Missing module skips with no_plan in subtest ok 106 - Test::Builder: Missing module skips with tests in subtest - exit status ok 107 - Test::Builder: Missing module skips with tests in subtest SKIP: t/basic 1..24 ok 1 - perl prereq of 5.029 passed ok 2 - perl prereq of "5.29.0" passed ok 3 - perl prereq of "v5.29.0" passed ok 4 - perl prereq of v5.29.0 passed ok 5 - perl prereq of version->new("5.29.0") passed ok 6 - perl prereq of 5.030000 passed ok 7 - perl prereq of "5.30.0" passed ok 8 - perl prereq of "v5.30.0" passed ok 9 - perl prereq of v5.30.0 passed ok 10 - perl prereq of version->new("5.30.0") passed ok 11 - perl prereq of 5.031 failed ok 12 - perl prereq of "5.31.0" failed ok 13 - perl prereq of "v5.31.0" failed ok 14 - perl prereq of v5.31.0 failed ok 15 - perl prereq of version->new("5.31.0") failed ok 16 - existing module accepted ok 17 - existing module with version accepted ok 18 - missing module rejected ok 19 - missing module with version rejected ok 20 - existing module with old version rejected ok 21 - missing module rejected (arrayref) ok 22 - missing module with version rejected (arrayref) ok 23 - broken module dies ok 24 - broken module dies again PASS: t/find_missing DURATION: 3 END: /usr/lib/libtest-needs-perl/ptest 2019-08-16T19:56 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:56 BEGIN: /usr/lib/libtimedate-perl/ptest 1..202 ok 1 - %y ok 2 - %Y ok 3 - %% ok 4 - %a ok 5 - %A ok 6 - %b ok 7 - %B ok 8 - %c ok 9 - %C ok 10 - %d ok 11 - %e ok 12 - %D ok 13 - %G ok 14 - %h ok 15 - %H ok 16 - %I ok 17 - %j ok 18 - %k ok 19 - %l ok 20 - %L ok 21 - %m ok 22 - %M ok 23 - %o ok 24 - %p ok 25 - %q ok 26 - %r ok 27 - %R ok 28 - %s ok 29 - %S ok 30 - %T ok 31 - %U ok 32 - %w ok 33 - %W ok 34 - %x ok 35 - %X ok 36 - %y ok 37 - %Y ok 38 - %Z ok 39 - %z ok 40 - %Od ok 41 - %Oe ok 42 - %OH ok 43 - %OI ok 44 - %Oj ok 45 - %Ok ok 46 - %Ol ok 47 - %Om ok 48 - %OM ok 49 - %Oq ok 50 - %OY ok 51 - %Oy ok 52 - %y ok 53 - %Y ok 54 - %% ok 55 - %a ok 56 - %A ok 57 - %b ok 58 - %B ok 59 - %c ok 60 - %C ok 61 - %d ok 62 - %e ok 63 - %D ok 64 - %h ok 65 - %H ok 66 - %I ok 67 - %j ok 68 - %k ok 69 - %l ok 70 - %L ok 71 - %m ok 72 - %M ok 73 - %o ok 74 - %p ok 75 - %q ok 76 - %r ok 77 - %R ok 78 - %s ok 79 - %S ok 80 - %T ok 81 - %U ok 82 - %w ok 83 - %W ok 84 - %x ok 85 - %X ok 86 - %y ok 87 - %Y ok 88 - %Z ok 89 - %z ok 90 - %Od ok 91 - %Oe ok 92 - %OH ok 93 - %OI ok 94 - %Oj ok 95 - %Ok ok 96 - %Ol ok 97 - %Om ok 98 - %OM ok 99 - %Oq ok 100 - %OY ok 101 - %Oy ok 102 - %y ok 103 - %Y ok 104 - %% ok 105 - %a ok 106 - %A ok 107 - %b ok 108 - %B ok 109 - %c ok 110 - %C ok 111 - %d ok 112 - %e ok 113 - %D ok 114 - %h ok 115 - %H ok 116 - %I ok 117 - %j ok 118 - %k ok 119 - %l ok 120 - %L ok 121 - %m ok 122 - %M ok 123 - %o ok 124 - %p ok 125 - %q ok 126 - %r ok 127 - %R ok 128 - %s ok 129 - %S ok 130 - %T ok 131 - %U ok 132 - %w ok 133 - %W ok 134 - %x ok 135 - %X ok 136 - %y ok 137 - %Y ok 138 - %Z ok 139 - %z ok 140 - %Od ok 141 - %Oe ok 142 - %OH ok 143 - %OI ok 144 - %Oj ok 145 - %Ok ok 146 - %Ol ok 147 - %Om ok 148 - %OM ok 149 - %Oq ok 150 - %OY ok 151 - %Oy ok 152 - %G ok 153 - %y ok 154 - %Y ok 155 - %% ok 156 - %a ok 157 - %A ok 158 - %b ok 159 - %B ok 160 - %c ok 161 - %C ok 162 - %d ok 163 - %e ok 164 - %D ok 165 - %G ok 166 - %h ok 167 - %H ok 168 - %I ok 169 - %j ok 170 - %k ok 171 - %l ok 172 - %L ok 173 - %m ok 174 - %M ok 175 - %o ok 176 - %p ok 177 - %q ok 178 - %r ok 179 - %R ok 180 - %s ok 181 - %S ok 182 - %T ok 183 - %U ok 184 - %w ok 185 - %W ok 186 - %x ok 187 - %X ok 188 - %Z ok 189 - %z ok 190 - %z ok 191 - %Od ok 192 - %Oe ok 193 - %OH ok 194 - %OI ok 195 - %Oj ok 196 - %Ok ok 197 - %Ol ok 198 - %Om ok 199 - %OM ok 200 - %Oq ok 201 - %OY ok 202 - %Oy PASS: t/format Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. 1..148 ok 1 1995-01-24 Tue Jan 24 00:00:00 1995 GMT ok 2 1995-01-24T09:08:17.1823213 Tue Jan 24 09:08:17 1995 GMT ok 3 1935-01-24T09:08:17 Wed Jan 24 09:08:17 2035 GMT ok 4 Fri Dec 17 00:00:00 1901 GMT Mon Dec 17 00:00:00 2001 GMT ok 5 Tue Jan 16 23:59:59 2038 GMT Sat Jan 16 23:59:59 2038 GMT ok 6 2001-02-02 00:00:00 GMT Fri Feb 2 00:00:00 2001 GMT ok 7 2035-02-02 00:00:00 GMT Fri Feb 2 00:00:00 2035 GMT ok 8 16 Jun 33 07:29:35 CST Thu Jun 16 13:29:35 2033 GMT ok 9 2002-02-26-10:37:21.141 GMT Tue Feb 26 10:37:21 2002 GMT ok 10 Wed, 16 Jun 94 07:29:35 CST Thu Jun 16 13:29:35 1994 GMT ok 11 Wed, 16 Nov 94 07:29:35 CST Wed Nov 16 13:29:35 1994 GMT ok 12 Mon, 21 Nov 94 07:42:23 CST Mon Nov 21 13:42:23 1994 GMT ok 13 Mon, 21 Nov 94 04:28:18 CST Mon Nov 21 10:28:18 1994 GMT ok 14 Tue, 15 Nov 94 09:15:10 GMT Tue Nov 15 09:15:10 1994 GMT ok 15 Wed, 16 Nov 94 09:39:49 GMT Wed Nov 16 09:39:49 1994 GMT ok 16 Wed, 16 Nov 94 09:23:17 GMT Wed Nov 16 09:23:17 1994 GMT ok 17 Wed, 16 Nov 94 12:39:49 GMT Wed Nov 16 12:39:49 1994 GMT ok 18 Wed, 16 Nov 94 14:03:06 GMT Wed Nov 16 14:03:06 1994 GMT ok 19 Wed, 16 Nov 94 05:30:51 CST Wed Nov 16 11:30:51 1994 GMT ok 20 Thu, 17 Nov 94 03:19:30 CST Thu Nov 17 09:19:30 1994 GMT ok 21 Mon, 21 Nov 94 14:05:32 GMT Mon Nov 21 14:05:32 1994 GMT ok 22 Mon, 14 Nov 94 15:08:49 CST Mon Nov 14 21:08:49 1994 GMT ok 23 Wed, 16 Nov 94 14:48:06 GMT Wed Nov 16 14:48:06 1994 GMT ok 24 Thu, 17 Nov 94 14:22:03 GMT Thu Nov 17 14:22:03 1994 GMT ok 25 Wed, 16 Nov 94 14:36:00 GMT Wed Nov 16 14:36:00 1994 GMT ok 26 Wed, 16 Nov 94 09:23:17 GMT Wed Nov 16 09:23:17 1994 GMT ok 27 Wed, 16 Nov 94 10:01:43 GMT Wed Nov 16 10:01:43 1994 GMT ok 28 Wed, 16 Nov 94 15:03:35 GMT Wed Nov 16 15:03:35 1994 GMT ok 29 Mon, 21 Nov 94 13:55:19 GMT Mon Nov 21 13:55:19 1994 GMT ok 30 Wed, 16 Nov 94 08:46:11 CST Wed Nov 16 14:46:11 1994 GMT ok 31 21 dec 17:05 Fri Dec 21 17:05:00 2018 GMT ok 32 21-dec 17:05 Fri Dec 21 17:05:00 2018 GMT ok 33 21/dec 17:05 Fri Dec 21 17:05:00 2018 GMT ok 34 21/dec/93 17:05 Tue Dec 21 17:05:00 1993 GMT ok 35 dec/21/93 17:05 Tue Dec 21 17:05:00 1993 GMT ok 36 Dec/21/1993 17:05:00 Tue Dec 21 17:05:00 1993 GMT ok 37 dec-21-1993 17:05 Tue Dec 21 17:05:00 1993 GMT ok 38 Dec-21-93 17:05:00 Tue Dec 21 17:05:00 1993 GMT ok 39 dec 21 1994 17:05 Wed Dec 21 17:05:00 1994 GMT ok 40 dec 21 94 17:05 Wed Dec 21 17:05:00 1994 GMT ok 41 dec 21 94 17:05 GMT Wed Dec 21 17:05:00 1994 GMT ok 42 dec 21 94 17:05 BST Wed Dec 21 16:05:00 1994 GMT ok 43 dec 21 94 00:05 -1700 Wed Dec 21 17:05:00 1994 GMT ok 44 dec 21 94 17:05 -1700 Thu Dec 22 10:05:00 1994 GMT ok 45 Wed, 9 Nov 1994 09:50:32 -0500 (EST) Wed Nov 9 14:50:32 1994 GMT ok 46 Thu, 13 Oct 94 10:13:13 -0700 Thu Oct 13 17:13:13 1994 GMT ok 47 Sat, 19 Nov 1994 16:59:14 +0100 Sat Nov 19 15:59:14 1994 GMT ok 48 Thu, 3 Nov 94 14:10:47 EST Thu Nov 3 19:10:47 1994 GMT ok 49 Thu, 3 Nov 94 21:51:09 EST Fri Nov 4 02:51:09 1994 GMT ok 50 Fri, 4 Nov 94 9:24:52 EST Fri Nov 4 14:24:52 1994 GMT ok 51 Wed, 9 Nov 94 09:38:54 EST Wed Nov 9 14:38:54 1994 GMT ok 52 Mon, 14 Nov 94 13:20:12 EST Mon Nov 14 18:20:12 1994 GMT ok 53 Wed, 16 Nov 94 17:09:13 EST Wed Nov 16 22:09:13 1994 GMT ok 54 Tue, 15 Nov 94 12:27:01 PST Tue Nov 15 20:27:01 1994 GMT ok 55 Fri, 18 Nov 1994 07:34:05 -0600 Fri Nov 18 13:34:05 1994 GMT ok 56 Mon, 21 Nov 94 14:34:28 -0500 Mon Nov 21 19:34:28 1994 GMT ok 57 Fri, 18 Nov 1994 12:05:47 -0800 (PST) Fri Nov 18 20:05:47 1994 GMT ok 58 Fri, 18 Nov 1994 12:36:26 -0800 (PST) Fri Nov 18 20:36:26 1994 GMT ok 59 Wed, 16 Nov 1994 15:58:58 GMT Wed Nov 16 15:58:58 1994 GMT ok 60 1999 10:02:18 "GMT" Mon Aug 16 10:02:18 1999 GMT ok 61 Sun, 06 Nov 94 14:27:40 -0500 Sun Nov 6 19:27:40 1994 GMT ok 62 Mon, 07 Nov 94 08:20:13 -0500 Mon Nov 7 13:20:13 1994 GMT ok 63 Mon, 07 Nov 94 16:48:42 -0500 Mon Nov 7 21:48:42 1994 GMT ok 64 Wed, 09 Nov 94 15:46:16 -0500 Wed Nov 9 20:46:16 1994 GMT ok 65 Fri, 4 Nov 94 16:17:40 "PST Sat Nov 5 00:17:40 1994 GMT ok 66 Wed, 16 Nov 94 12:43:37 "PST Wed Nov 16 20:43:37 1994 GMT ok 67 Sun, 6 Nov 1994 02:38:17 -0800 Sun Nov 6 10:38:17 1994 GMT ok 68 Tue, 1 Nov 1994 13:53:49 -0500 Tue Nov 1 18:53:49 1994 GMT ok 69 Tue, 15 Nov 94 08:31:59 +0100 Tue Nov 15 07:31:59 1994 GMT ok 70 Sun, 6 Nov 1994 11:09:12 -0500 (IST) Sun Nov 6 16:09:12 1994 GMT ok 71 Fri, 4 Nov 94 12:52:10 EST Fri Nov 4 17:52:10 1994 GMT ok 72 Mon, 31 Oct 1994 14:17:39 -0500 (EST) Mon Oct 31 19:17:39 1994 GMT ok 73 Mon, 14 Nov 94 11:25:00 CST Mon Nov 14 17:25:00 1994 GMT ok 74 Mon, 14 Nov 94 13:26:29 CST Mon Nov 14 19:26:29 1994 GMT ok 75 Fri, 18 Nov 94 8:42:47 CST Fri Nov 18 14:42:47 1994 GMT ok 76 Thu, 17 Nov 94 14:32:01 +0900 Thu Nov 17 05:32:01 1994 GMT ok 77 Wed, 2 Nov 94 18:16:31 +0100 Wed Nov 2 17:16:31 1994 GMT ok 78 Fri, 18 Nov 94 10:46:26 +0100 Fri Nov 18 09:46:26 1994 GMT ok 79 Tue, 8 Nov 1994 22:39:28 +0200 Tue Nov 8 20:39:28 1994 GMT ok 80 Wed, 16 Nov 1994 10:01:08 -0500 (EST) Wed Nov 16 15:01:08 1994 GMT ok 81 Wed, 2 Nov 1994 16:59:42 -0800 Thu Nov 3 00:59:42 1994 GMT ok 82 Wed, 9 Nov 94 10:00:23 PST Wed Nov 9 18:00:23 1994 GMT ok 83 Fri, 18 Nov 94 17:01:43 PST Sat Nov 19 01:01:43 1994 GMT ok 84 Mon, 14 Nov 1994 14:47:46 -0500 Mon Nov 14 19:47:46 1994 GMT ok 85 Mon, 21 Nov 1994 04:56:04 -0500 (EST) Mon Nov 21 09:56:04 1994 GMT ok 86 Mon, 21 Nov 1994 11:50:12 -0800 Mon Nov 21 19:50:12 1994 GMT ok 87 Sat, 5 Nov 1994 14:04:16 -0600 (CST) Sat Nov 5 20:04:16 1994 GMT ok 88 Sat, 05 Nov 94 13:10:13 MST Sat Nov 5 20:10:13 1994 GMT ok 89 Wed, 02 Nov 94 10:47:48 -0800 Wed Nov 2 18:47:48 1994 GMT ok 90 Wed, 02 Nov 94 13:19:15 -0800 Wed Nov 2 21:19:15 1994 GMT ok 91 Thu, 03 Nov 94 15:27:07 -0800 Thu Nov 3 23:27:07 1994 GMT ok 92 Fri, 04 Nov 94 09:12:12 -0800 Fri Nov 4 17:12:12 1994 GMT ok 93 Wed, 9 Nov 1994 10:13:03 +0000 (GMT) Wed Nov 9 10:13:03 1994 GMT ok 94 Wed, 9 Nov 1994 15:28:37 +0000 (GMT) Wed Nov 9 15:28:37 1994 GMT ok 95 Wed, 2 Nov 1994 17:37:41 +0100 (MET) Wed Nov 2 16:37:41 1994 GMT ok 96 05 Nov 94 14:22:19 PST Sat Nov 5 22:22:19 1994 GMT ok 97 16 Nov 94 22:28:20 PST Thu Nov 17 06:28:20 1994 GMT ok 98 Tue, 1 Nov 1994 19:51:15 -0800 Wed Nov 2 03:51:15 1994 GMT ok 99 Wed, 2 Nov 94 12:21:23 GMT Wed Nov 2 12:21:23 1994 GMT ok 100 Fri, 18 Nov 94 18:07:03 GMT Fri Nov 18 18:07:03 1994 GMT ok 101 Wed, 16 Nov 1994 11:26:27 -0500 Wed Nov 16 16:26:27 1994 GMT ok 102 Sun, 6 Nov 1994 13:48:49 -0500 Sun Nov 6 18:48:49 1994 GMT ok 103 Tue, 8 Nov 1994 13:19:37 -0800 Tue Nov 8 21:19:37 1994 GMT ok 104 Fri, 18 Nov 1994 11:01:12 -0800 Fri Nov 18 19:01:12 1994 GMT ok 105 Mon, 21 Nov 1994 00:47:58 -0500 Mon Nov 21 05:47:58 1994 GMT ok 106 Mon, 7 Nov 1994 14:22:48 -0800 (PST) Mon Nov 7 22:22:48 1994 GMT ok 107 Wed, 16 Nov 1994 15:56:45 -0800 (PST) Wed Nov 16 23:56:45 1994 GMT ok 108 Thu, 3 Nov 1994 13:17:47 +0000 Thu NoRedundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. Redundant argument in printf at t/date.t line 180. v 3 13:17:47 1994 GMT ok 109 Wed, 9 Nov 1994 17:32:50 -0500 (EST) Wed Nov 9 22:32:50 1994 GMT ok 110 Wed, 9 Nov 94 16:31:52 PST Thu Nov 10 00:31:52 1994 GMT ok 111 Wed, 09 Nov 94 10:41:10 -0800 Wed Nov 9 18:41:10 1994 GMT ok 112 Wed, 9 Nov 94 08:42:22 MST Wed Nov 9 15:42:22 1994 GMT ok 113 Mon, 14 Nov 1994 08:32:13 -0800 Mon Nov 14 16:32:13 1994 GMT ok 114 Mon, 14 Nov 1994 11:34:32 -0500 (EST) Mon Nov 14 16:34:32 1994 GMT ok 115 Mon, 14 Nov 94 16:48:09 GMT Mon Nov 14 16:48:09 1994 GMT ok 116 Tue, 15 Nov 1994 10:27:33 +0000 Tue Nov 15 10:27:33 1994 GMT ok 117 Wed, 02 Nov 94 13:56:54 MST Wed Nov 2 20:56:54 1994 GMT ok 118 Thu, 03 Nov 94 15:24:45 MST Thu Nov 3 22:24:45 1994 GMT ok 119 Thu, 3 Nov 1994 15:13:53 -0700 (MST) Thu Nov 3 22:13:53 1994 GMT ok 120 Fri, 04 Nov 94 08:15:13 MST Fri Nov 4 15:15:13 1994 GMT ok 121 Thu, 3 Nov 94 18:15:47 EST Thu Nov 3 23:15:47 1994 GMT ok 122 Tue, 08 Nov 94 07:02:33 MST Tue Nov 8 14:02:33 1994 GMT ok 123 Thu, 3 Nov 94 18:15:47 EST Thu Nov 3 23:15:47 1994 GMT ok 124 Tue, 15 Nov 94 07:26:05 MST Tue Nov 15 14:26:05 1994 GMT ok 125 Wed, 2 Nov 1994 00:00:55 -0600 (CST) Wed Nov 2 06:00:55 1994 GMT ok 126 Sun, 6 Nov 1994 01:19:13 -0600 (CST) Sun Nov 6 07:19:13 1994 GMT ok 127 Mon, 7 Nov 1994 23:16:57 -0600 (CST) Tue Nov 8 05:16:57 1994 GMT ok 128 Tue, 08 Nov 1994 13:21:21 -0600 Tue Nov 8 19:21:21 1994 GMT ok 129 Mon, 07 Nov 94 13:47:37 PST Mon Nov 7 21:47:37 1994 GMT ok 130 Tue, 08 Nov 94 11:23:19 PST Tue Nov 8 19:23:19 1994 GMT ok 131 Tue, 01 Nov 1994 11:28:25 -0800 Tue Nov 1 19:28:25 1994 GMT ok 132 Tue, 15 Nov 1994 13:11:47 -0800 Tue Nov 15 21:11:47 1994 GMT ok 133 Tue, 15 Nov 1994 13:18:38 -0800 Tue Nov 15 21:18:38 1994 GMT ok 134 Tue, 15 Nov 1994 0:18:38 -0800 Tue Nov 15 08:18:38 1994 GMT ok 135 10:00:00Z Fri Aug 16 10:00:00 2019 GMT ok 136 10:00:00 Fri Aug 16 10:00:00 2019 GMT ok 137 10:00 Fri Aug 16 10:00:00 2019 GMT ok 138 10:00 +100 Fri Aug 16 09:00:00 2019 GMT ok 139 10:00 +0100 Fri Aug 16 09:00:00 2019 GMT ok 140 20020722T100000Z Mon Jul 22 10:00:00 2002 GMT ok 141 Jul 22 10:00:00 UTC 2002 Mon Jul 22 10:00:00 2002 GMT ok 142 2002-07-22 10:00:00Z Mon Jul 22 10:00:00 2002 GMT ok 143 2002-07-22 10:00:00 Z Mon Jul 22 10:00:00 2002 GMT ok 144 2002-07-22 10:00 Z Mon Jul 22 10:00:00 2002 GMT ok 145 2002-07-22 10:00Z Mon Jul 22 10:00:00 2002 GMT ok 146 2002-07-22 10:00 +100 Mon Jul 22 09:00:00 2002 GMT ok 147 2002-07-22 10:00 +0100 Mon Jul 22 09:00:00 2002 GMT ok 148 PASS: t/date 1..8 # -0430 => -0430 -0430 ok 1 # -0445 => -0445 -0445 ok 2 # 2008.11.30 22:35 CET => -:35:22:30:10:108:3600 ok 3 # 2008-11-30 22:35 CET => -:35:22:30:10:108:3600 ok 4 # 4/3/2005 ok 5 ok 6 ok 7 ok 8 PASS: t/cpanrt 1..146 # offset = 0 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 ok 105 ok 106 ok 107 ok 108 ok 109 ok 110 ok 111 ok 112 ok 113 ok 114 ok 115 ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 ok 129 ok 130 ok 131 ok 132 ok 133 ok 134 ok 135 ok 136 ok 137 ok 138 ok 139 ok 140 ok 141 ok 142 ok 143 ok 144 ok 145 ok 146 PASS: t/getdate 1..4 ok 1 ok 2 ok 3 ok 4 PASS: t/lang DURATION: 1 END: /usr/lib/libtimedate-perl/ptest 2019-08-16T19:56 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:56 BEGIN: /usr/lib/liburi-perl/ptest 1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 PASS: t/old-absconf 1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 PASS: t/rel ok 1 - path_segments in list context ok 2 - path_segments in scalar context ok 3 - set path_segments in list context ok 4 - set path_segments in scalar context ok 5 - set path_segments in void context ok 6 - escaping special characters ok 7 - An object of class 'URI::_segment' isa 'URI::_segment' ok 8 - dealing with URI segments 1..8 PASS: t/path-segments 1..1 # # Versions for all modules listed in static metadata (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.34 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.02 # # === Test Requires === # # Module Want Have # --------------------- ---- -------- # ExtUtils::MakeMaker any 7.34 # File::Spec any 3.78 # File::Spec::Functions any 3.78 # File::Temp any 0.2309 # Test any 1.31 # Test::More 0.96 1.302162 # Test::Needs any 0.002006 # utf8 any 1.22 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------ ---- ----- # Carp any 1.50 # Cwd any 3.78 # Data::Dumper any 2.174 # Encode any 3.01 # Exporter 5.57 5.73 # MIME::Base64 2 3.15 # Net::Domain any 3.11 # Scalar::Util any 1.50 # constant any 1.33 # integer any 1.01 # overload any 1.30 # parent any 0.237 # strict any 1.11 # utf8 any 1.22 # warnings any 1.44 # ok 1 PASS: t/00-report-prereqs not ok 1 - correctly created a URI from a utf8-upgraded string # TODO URI::Escape::escape_char misunderstands utf8 # Failed (TODO) test 'correctly created a URI from a utf8-upgraded string' # at t/escape-char.t line 17. # got: 'http://foo/%C3%A9' # expected: 'http://foo/%E9' ok 2 - correctly created a URI from a utf8-downgrade string 1..2 PASS: t/escape-char 1..22 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 PASS: t/data 1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 PASS: t/mix 1..4 ok 1 ok 2 ok 3 ok 4 PASS: t/urn-oid 1..102 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:14 2019 # Current time GMT: Fri Aug 16 19:56:14 2019 # Using Test.pm version 1.31 # t/roytest1.html ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 # t/roytest2.html ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 # t/roytest3.html ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 # t/roytest4.html ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 # t/roytest5.html ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 PASS: t/roy-test 1..2 ok 1 ok 2 PASS: t/clone 1..12 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 PASS: t/old-file 1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 PASS: t/mailto 1..19 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 PASS: t/rfc2732 ok 1 - Query parameters are sorted 1..1 PASS: t/sort-hash-query-form 1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 PASS: t/idna 1..4 ok 1 - no exception when trying to load a scheme handler class ok 2 - but URI still instantiated as foreign ok 3 - no exception when trying to load a scheme handler class ok 4 - but URI still instantiated as foreign PASS: t/scheme-exceptions # Turn lib path . into /usr/lib/liburi-perl/ptest/. # Self tests for URI::URL version 5.04... # Subtest: scheme tests # Testing 'file://host/fseg/fs?g/fseg' ok 1 - URI::URL->as_string ok 2 - URI::URL->path ok 3 - URI::URL->host # Testing 'ftp://0%3A:%40@h:0/0?0' ok 4 - URI::URL->password ok 5 - URI::URL->user ok 6 - URI::URL->netloc ok 7 - URI::URL->host ok 8 - URI::URL->as_string ok 9 - URI::URL->params ok 10 - URI::URL->path ok 11 - URI::URL->port ok 12 - URI::URL->query ok 13 - URI::URL->scheme # Testing 'ftp://host/a/b' ok 14 - URI::URL->user ok 15 - URI::URL->host ok 16 - URI::URL->port ok 17 - URI::URL->as_string ok 18 - URI::URL->path # Testing 'ftp://usr:pswd@web:1234/a/b;type=i' ok 19 - URI::URL->port ok 20 - URI::URL->password ok 21 - URI::URL->user ok 22 - URI::URL->host ok 23 - URI::URL->as_string ok 24 - URI::URL->params ok 25 - URI::URL->path # Testing 'gopher://gopher/2a_selector' ok 26 - URI::URL->gtype ok 27 - URI::URL->selector ok 28 - URI::URL->as_string # Testing 'gopher://host' ok 29 - URI::URL->gtype ok 30 - URI::URL->as_string # Testing 'gopher://host/' ok 31 - URI::URL->gtype ok 32 - URI::URL->as_string # Testing 'hTTp://web1.net/a/b/c/welcome#intro' ok 33 - URI::URL->as_string ok 34 - URI::URL->path ok 35 - URI::URL->params ok 36 - URI::URL->host ok 37 - URI::URL->epath ok 38 - URI::URL->eparams ok 39 - URI::URL->query ok 40 - URI::URL->scheme ok 41 - URI::URL->frag ok 42 - URI::URL->full_path ok 43 - URI::URL->port ok 44 - URI::URL->equery # Testing 'http://0:0/0/0;0?0#0' ok 45 - URI::URL->frag ok 46 - URI::URL->port ok 47 - URI::URL->query ok 48 - URI::URL->scheme ok 49 - URI::URL->netloc ok 50 - URI::URL->host ok 51 - URI::URL->as_string ok 52 - URI::URL->path ok 53 - URI::URL->params # Testing 'http://web.net' ok 54 - URI::URL->query ok 55 - URI::URL->scheme ok 56 - URI::URL->frag ok 57 - URI::URL->full_path ok 58 - URI::URL->port ok 59 - URI::URL->as_string ok 60 - URI::URL->path ok 61 - URI::URL->host # Testing 'http://web.net/' ok 62 - URI::URL->host ok 63 - URI::URL->as_string ok 64 - URI::URL->path ok 65 - URI::URL->frag ok 66 - URI::URL->full_path ok 67 - URI::URL->port ok 68 - URI::URL->query ok 69 - URI::URL->scheme # Testing 'http://web:1/a?query+text' ok 70 - URI::URL->frag ok 71 - URI::URL->host ok 72 - URI::URL->port ok 73 - URI::URL->scheme ok 74 - URI::URL->query ok 75 - URI::URL->path # Testing 'http:/0?0' ok 76 - URI::URL->path ok 77 - URI::URL->query ok 78 - URI::URL->scheme ok 79 - URI::URL->as_string ok 80 - URI::URL->full_path # Testing 'http:0' ok 81 - URI::URL->full_path ok 82 - URI::URL->path ok 83 - URI::URL->query ok 84 - URI::URL->scheme ok 85 - URI::URL->as_string # Testing 'mailto:libwww-perl@ics.uci.edu' ok 86 - URI::URL->address ok 87 - URI::URL->encoded822addr ok 88 - URI::URL->as_string # Testing 'news:*' ok 89 - URI::URL->groupart ok 90 - URI::URL->as_string ok 91 - URI::URL->group # Testing 'news:comp.lang.perl' ok 92 - URI::URL->group # Testing 'news:perl-faq/module-list-1-794455075@ig.co.uk' ok 93 - URI::URL->article # Testing 'nntp://news.com/comp.lang.perl/42' ok 94 - URI::URL->group # Testing 'rlogin://aas@a.sn.no' ok 95 - URI::URL->host ok 96 - URI::URL->user # Testing 'telnet://usr:pswd@web:12345/' ok 97 - URI::URL->host ok 98 - URI::URL->user ok 99 - URI::URL->password 1..99 ok 1 - scheme tests # Subtest: parts test ok 1 - URI::URL->as_string ok 2 - URI::URL->full_path ok 3 - URI::URL->as_string ok 4 - URI::URL->full_path ok 5 - URI::URL->as_string ok 6 - URI::URL->as_string ok 7 - URI::URL->as_string ok 8 - URI::URL->as_string ok 9 - URI::URL->as_string ok 10 - $url->keywords ok 11 - URI::URL->as_string ok 12 - $url->query_form ok 13 - URI::URL->as_string ok 14 - length ok 15 - query_form ok 16 - length ok 17 - sequence ok 18 - URI::URL->as_string # Subtest: netloc_test ok 1 - URI::URL->as_string ok 2 - URI::URL->as_string ok 3 - URI::URL->as_string ok 4 - URI::URL->as_string ok 5 - URI::URL->as_string ok 6 - URI::URL->as_string ok 7 - URI::URL->as_string ok 8 - URI::URL->as_string ok 9 - URI::URL->as_string ok 10 - URI::URL->as_string ok 11 - URI::URL->as_string ok 12 - URI::URL->as_string ok 13 - URI::URL->as_string ok 14 - URI::URL->as_string ok 15 - URI::URL->as_string ok 16 - URI::URL->as_string 1..16 ok 19 - netloc_test # Subtest: port_test ok 1 - port ok 2 - string ok 3 - port ok 4 - string ok 5 - port ok 6 - string ok 7 - port ok 8 - string 1..8 ok 20 - port_test ok 21 - URI::URL->as_string ok 22 - URI::URL->as_string ok 23 - URI::URL->as_string ok 24 - URI::URL->as_string ok 25 - URI::URL->as_string ok 26 - URI::URL->as_string ok 27 - URI::URL->as_string ok 28 - URI::URL->as_string ok 29 - URI::URL->as_string: "<" and ">" are gone ok 30 - 9 elements # Cracked result: http*UNDEF*UNDEF*host*80*/path*param*query*frag ok 31 - crack result ok 32 - 9 elements # Cracked result: UNDEF*anonymous*anonymous@*UNDEF*21*foo/bar*UNDEF*UNDEF*UNDEF ok 33 - 9 elements # Cracked result: ftp*u*p*host*21*/q?path*UNDEF*path*UNDEF ok 34 - crack result ok 35 - 9 elements ok 36 - passwd in anonymous crack # Cracked result: ftp*anonymous*passwd*ftp.sn.no*21*/pub*UNDEF*UNDEF*UNDEF ok 37 - crack result ok 38 - 9 elements # Cracked result: mailto*UNDEF*UNDEF*UNDEF*UNDEF*/aas@sn.no*UNDEF*UNDEF*UNDEF ok 39 - 9 elements # Cracked result: news*UNDEF*UNDEF*UNDEF*119*comp.lang.perl.misc*UNDEF*UNDEF*UNDEF ok 40 - crack result 1..40 ok 2 - parts test # Subtest: escape test ok 1 - URI::URL->as_string ok 2 - URI::URL->as_string ok 3 - URI::URL->as_string ok 4 - uri_escape->uri_unescape ok 5 - URI::URL->as_string ok 6 - URI::URL->as_string 1..6 ok 3 - escape test # Subtest: newlocal test ok 1 - URI::URL->as_string # Local directory is /var/volatile/tmp/XvDXvwQlyH/ ok 2 - URI::URL->as_string ok 3 - URI::URL->as_string ok 4 - URI::URL->as_string ok 5 - URI::URL->as_string ok 6 - URI::URL->as_string ok 7 - URI::URL->as_string ok 8 - URI::URL->as_string ok 9 - URI::URL->as_string ok 10 - URI::URL->as_string ok 11 - URI::URL->as_string ok 12 - URI::URL->as_string ok 13 - URI::URL->as_string ok 14 - URI::URL->as_string ok 15 - URI::URL->as_string ok 16 - URI::URL->as_string ok 17 - URI::URL->as_string ok 18 - URI::URL->as_string ok 19 - URI::URL->as_string ok 20 - URI::URL->as_string 1..20 ok 4 - newlocal test # Subtest: Test relative/absolute URI::URL parsing # Relative + Base => Expected Absolute URL # ------------------------------------------------ # g:h + http://a/b/c/d;p?q#f => g:h ok 1 - URI::URL->as_string # g + http://a/b/c/d;p?q#f => http://a/b/c/g ok 2 - URI::URL->as_string # ./g + http://a/b/c/d;p?q#f => http://a/b/c/g ok 3 - URI::URL->as_string # g/ + http://a/b/c/d;p?q#f => http://a/b/c/g/ ok 4 - URI::URL->as_string # /g + http://a/b/c/d;p?q#f => http://a/g ok 5 - URI::URL->as_string # //g + http://a/b/c/d;p?q#f => http://g ok 6 - URI::URL->as_string # g?y + http://a/b/c/d;p?q#f => http://a/b/c/g?y ok 7 - URI::URL->as_string # g?y/./x + http://a/b/c/d;p?q#f => http://a/b/c/g?y/./x ok 8 - URI::URL->as_string # #s + http://a/b/c/d;p?q#f => http://a/b/c/d;p?q#s ok 9 - URI::URL->as_string # g#s + http://a/b/c/d;p?q#f => http://a/b/c/g#s ok 10 - URI::URL->as_string # g#s/./x + http://a/b/c/d;p?q#f => http://a/b/c/g#s/./x ok 11 - URI::URL->as_string # g?y#s + http://a/b/c/d;p?q#f => http://a/b/c/g?y#s ok 12 - URI::URL->as_string # g;x + http://a/b/c/d;p?q#f => http://a/b/c/g;x ok 13 - URI::URL->as_string # g;x?y#s + http://a/b/c/d;p?q#f => http://a/b/c/g;x?y#s ok 14 - URI::URL->as_string # . + http://a/b/c/d;p?q#f => http://a/b/c/ ok 15 - URI::URL->as_string # ./ + http://a/b/c/d;p?q#f => http://a/b/c/ ok 16 - URI::URL->as_string # .. + http://a/b/c/d;p?q#f => http://a/b/ ok 17 - URI::URL->as_string # ../ + http://a/b/c/d;p?q#f => http://a/b/ ok 18 - URI::URL->as_string # ../g + http://a/b/c/d;p?q#f => http://a/b/g ok 19 - URI::URL->as_string # ../.. + http://a/b/c/d;p?q#f => http://a/ ok 20 - URI::URL->as_string # ../../ + http://a/b/c/d;p?q#f => http://a/ ok 21 - URI::URL->as_string # ../../g + http://a/b/c/d;p?q#f => http://a/g ok 22 - URI::URL->as_string # + http://a/b/c/d;p?q#f => http://a/b/c/d;p?q#f ok 23 - URI::URL->as_string # /./g + http://a/b/c/d;p?q#f => http://a/./g ok 24 - URI::URL->as_string # /../g + http://a/b/c/d;p?q#f => http://a/../g ok 25 - URI::URL->as_string # g. + http://a/b/c/d;p?q#f => http://a/b/c/g. ok 26 - URI::URL->as_string # .g + http://a/b/c/d;p?q#f => http://a/b/c/.g ok 27 - URI::URL->as_string # g.. + http://a/b/c/d;p?q#f => http://a/b/c/g.. ok 28 - URI::URL->as_string # ..g + http://a/b/c/d;p?q#f => http://a/b/c/..g ok 29 - URI::URL->as_string # ./../g + http://a/b/c/d;p?q#f => http://a/b/g ok 30 - URI::URL->as_string # ./g/. + http://a/b/c/d;p?q#f => http://a/b/c/g/ ok 31 - URI::URL->as_string # g/./h + http://a/b/c/d;p?q#f => http://a/b/c/g/h ok 32 - URI::URL->as_string # g/../h + http://a/b/c/d;p?q#f => http://a/b/c/h ok 33 - URI::URL->as_string # http:g + http://a/b/c/d;p?q#f => http:g ok 34 - URI::URL->as_string # http: + http://a/b/c/d;p?q#f => http: ok 35 - URI::URL->as_string # x/y//../z + http://a/b/c/d;p?q#f => http://a/b/c/x/y/z ok 36 - URI::URL->as_string # 1 + http://a/b/c/d;p?q#f => http://a/b/c/1 ok 37 - URI::URL->as_string # 0 + http://a/b/c/d;p?q#f => http://a/b/c/0 ok 38 - URI::URL->as_string # /0 + http://a/b/c/d;p?q#f => http://a/0 ok 39 - URI::URL->as_string ok 40 - identity ok 41 - URL canonicalised # -------- # http://abc/ + news:45664545 => http://abc/ ok 42 - ->as_string # news:abc + http://abc/ => news:abc ok 43 - ->as_string # abc + file:/test?aas => file:/abc ok 44 - ->as_string # ?foo + file:/abc => file:/abc?foo ok 45 - ->as_string # #foo + http://abc/a => http://abc/a#foo ok 46 - ->as_string # #foo + file:a => file:a#foo ok 47 - ->as_string # #foo + file:/a => file:/a#foo ok 48 - ->as_string # #foo + file:/a => file:/a#foo ok 49 - ->as_string # #foo + file://localhost/a => file://localhost/a#foo ok 50 - ->as_string # 123@sn.no + news:comp.lang.perl.misc => news:/123@sn.no ok 51 - ->as_string # no.perl + news:123@sn.no => news:/no.perl ok 52 - ->as_string # mailto:aas@a.sn.no+ http://www.sn.no/ => mailto:aas@a.sn.no ok 53 - ->as_string # http:foo + http://h/a/b => http://h/a/foo ok 54 - ->as_string # http:/foo + http://h/a/b => http://h/foo ok 55 - ->as_string # http:?foo + http://h/a/b => http://h/a/b?foo ok 56 - ->as_string # http:#foo + http://h/a/b => http://h/a/b#foo ok 57 - ->as_string # http:?foo#bar+ http://h/a/b => http://h/a/b?foo#bar ok 58 - ->as_string # file:/foo + http://h/a/b => file:/foo ok 59 - ->as_string # absolute test ok ok 60 - url('http://abc/a', 'http://abc')->rel = 'a' ok 61 - url('http://abc/a', 'http://abc/b')->rel = 'a' ok 62 - url('http://abc/a?q', 'http://abc/b')->rel = 'a?q' ok 63 - url('http://abc/a;p', 'http://abc/b')->rel = 'a;p' ok 64 - url('http://abc/a', 'http://abc/a/b/c/')->rel = '../../../a' ok 65 - url('http://abc/a/', 'http://abc/a/')->rel = './' ok 66 - url('http://abc/a\#f', 'http://abc/a')->rel = '\#f' ok 67 - url('file:/etc/motd', 'file:/')->rel = 'etc/motd' ok 68 - url('file:/etc/motd', 'file:/etc/passwd')->rel = 'motd' ok 69 - url('file:/etc/motd', 'file:/etc/rc2.d/')->rel = '../motd' ok 70 - url('file:/etc/motd', 'file:/usr/lib/doc')->rel = '../../etc/motd' ok 71 - url('file:', 'file:/etc/')->rel = '../' ok 72 - url('file:foo', 'file:/etc/')->rel = '../foo' ok 73 - url('mailto:aas', 'http://abc')->rel = 'mailto:aas' ok 74 - url('http://www.math.uio.no/doc/mail/top.html', 'http://www.math.uio.no/doc/linux/')->rel = '../mail/top.html' # relative test ok 1..74 ok 5 - Test relative/absolute URI::URL parsing # Subtest: eq test ok 1 - 1: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html ok 2 - 2: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html ok 3 - 3: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html ok 4 - 4: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html ok 5 - 5: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html ok 6 - 6: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html ok 7 - 7: http://www.sn.no/ ok 8 - 8: http://www.sn.no/ ok 9 - 10: ftp://ftp/%2Fetc ok 10 - 11: ftp://ftp/%2Fetc 1..10 ok 6 - eq test ok 7 - URI::URL->as_string ok 8 - URI::URL->path ok 9 - wash&go # URI::URL version 5.04 ok 1..9 PASS: t/old-base 1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 PASS: t/pop 1..12 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 PASS: t/escape 1..19 ok 1 - query_form_hash get ok 2 - query_form_hash set ok 3 - query_param list keys ok 4 - query_param scalar return ok 5 - query_param list return ok 6 - query_param set return ok 7 - param order ok 8 - old values returned ok 9 ok 10 - query_param_delete ok 11 ok 12 ok 13 - delete by assigning empty list ok 14 - query_param from scratch ok 15 ok 16 ok 17 ok 18 ok 19 PASS: t/query-param 1..13 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 PASS: t/ftp 1..0 # SKIP Need Business::ISBN 1..0 # SKIP Need Business::ISBN SKIP: t/urn-isbn 1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 PASS: t/sip 1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 PASS: t/news 1..5 http://www.acme.com/foo/bar http://www.acme.com/foo/ http://www.acme.com/foo/zoo/foo ok 1 ok 2 ok 3 uri:/foo ok 4 ok 5 PASS: t/old-relbase 1..45 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 In the following cases we did not get back to where we started with rel() 3: URI->new("http://a/b/c/g", "http://a/b/c/d;p?q")->rel ==> "g" (not "./g") 5: URI->new("http://a/g", "http://a/b/c/d;p?q")->rel ==> "../../g" (not "/g") 6: URI->new("http://g", "http://a/b/c/d;p?q")->rel ==> "http://g" (not "//g") 7: URI->new("http://a/b/c/d;p?y", "http://a/b/c/d;p?q")->rel ==> "d;p?y" (not "?y") 9: URI->new("http://a/b/c/d;p?q#s", "http://a/b/c/d;p?q")->rel ==> "d;p?q#s" (not "#s") 15: URI->new("http://a/b/c/", "http://a/b/c/d;p?q")->rel ==> "./" (not ".") 17: URI->new("http://a/b/", "http://a/b/c/d;p?q")->rel ==> "../" (not "..") 20: URI->new("http://a/", "http://a/b/c/d;p?q")->rel ==> "../../" (not "../..") 23: URI->new("http://a/b/c/d;p?q", "http://a/b/c/d;p?q")->rel ==> "d;p?q" (not "<>") 26: URI->new("http://a/./g", "http://a/b/c/d;p?q")->rel ==> "../.././g" (not "/./g") 27: URI->new("http://a/../g", "http://a/b/c/d;p?q")->rel ==> "../../../g" (not "/../g") 32: URI->new("http://a/b/g", "http://a/b/c/d;p?q")->rel ==> "../g" (not "./../g") 33: URI->new("http://a/b/c/g/", "http://a/b/c/d;p?q")->rel ==> "g/" (not "./g/.") 34: URI->new("http://a/b/c/g/h", "http://a/b/c/d;p?q")->rel ==> "g/h" (not "g/./h") 35: URI->new("http://a/b/c/h", "http://a/b/c/d;p?q")->rel ==> "h" (not "g/../h") 36: URI->new("http://a/b/c/g;x=1/y", "http://a/b/c/d;p?q")->rel ==> "g;x=1/y" (not "g;x=1/./y") 37: URI->new("http://a/b/c/y", "http://a/b/c/d;p?q")->rel ==> "y" (not "g;x=1/../y") 44: URI->new("http://a/b/c/d;p?q#foo?", "http://a/b/c/d;p?q")->rel ==> "d;p?q#foo?" (not "#foo?") 45: URI->new("http://a/b/c/d;p?#foo", "http://a/b/c/d;p?q")->rel ==> "d;p?#foo" (not "?#foo") PASS: t/abs 1..24 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ldap://LDAP-HOST:389/o=University%20of%20Michigan,c=US?postalAddress?base?ObjectClass=*?FOO=Bar,bindname=CN%3DManager%CO%3dFoo ldap://ldap-host/o=University%20of%20Michigan,c=US?postaladdress???foo=Bar,bindname=CN=Manager%CO=Foo ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 PASS: t/ldap 1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 PASS: t/mms 1..26 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 PASS: t/heuristic 1..26 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 not ok 22 # TODO some chars (like U+202E, RIGHT-TO-LEFT OVERRIDE) need to stay escaped # Failed (TODO) test at t/iri.t line 65. # got: 'http://納豆.example.org/‮' # expected: 'http://納豆.example.org/%e2%80%ae' ok 23 ok 24 not ok 25 # TODO should ihost decode UTF8 bytes? # Failed (TODO) test at t/iri.t line 74. # got: 'üüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüü' # expected: 'üüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüüü' ok 26 PASS: t/iri 1..48 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 PASS: t/gopher ok 1 - == ok 2 - != 1..2 PASS: t/num_eq 1..9 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 PASS: t/rtsp 1..4 ok 1 ok 2 ok 3 ok 4 PASS: t/rsync 1..23 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 PASS: t/query 1..48 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 PASS: t/generic 1..3 # store # retrieve ok 1 ok 2 ok 3 PASS: t/storable 1..15 ok 1 - http://en.wikipedia.org/wiki/Punycode example encode ok 2 - http://en.wikipedia.org/wiki/Punycode example decode ok 3 - A encode ok 4 - A decode ok 5 - B encode ok 6 - B decode ok 7 - E encode ok 8 - E decode ok 9 - J encode ok 10 - J decode ok 11 - K encode ok 12 - K decode ok 13 - O encode ok 14 - O decode ok 15 - S encode PASS: t/punycode 1..17 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 PASS: t/split ok 1 ok 2 ok 3 ok 4 ok 5 1..5 PASS: t/utf8 1..16 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 PASS: t/http DURATION: 22 END: /usr/lib/liburi-perl/ptest 2019-08-16T19:56 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:56 BEGIN: /usr/lib/libusb1/ptest ---------------------------- libusb1 tests --------------------------- Starting test run: init_and_exit... Success (0) PASS: init_and_exit Starting test run: get_device_list... Success (0) PASS: get_device_list Starting test run: many_device_lists... Success (0) PASS: many_device_lists Starting test run: default_context_change... Success (0) PASS: default_context_change --- Ran 4 tests Passed 4 tests Failed 0 tests Error in 0 tests Skipped 0 tests DURATION: 5 END: /usr/lib/libusb1/ptest 2019-08-16T19:56 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:56 BEGIN: /usr/lib/libxml-namespacesupport-perl/ptest 1..49 ok 1 ok 2 - xml xmlns ok 3 ok 4 - http://www.w3.org/2000/xmlns/ ok 5 ok 6 - no declared_prefixes ok 7 - xml xmlns ok 8 ok 9 ok 10 ok 11 ok 12 - icl icl2 ok 13 - icl icl2 xml xmlns ok 14 - icl icl2 ok 15 ok 16 - http://www.icl.com ok 17 - http://www.icl.com el1 icl:el1 ok 18 - http://www.icl.com icl el1 ok 19 ok 20 - http://www.ibm.com undef el1 ok 21 - http://www.w3.org/XML/1998/namespace xml el1 ok 22 ok 23 - http://www.icl.com icl att1 ok 24 ok 25 - undef undef att1 ok 26 - http://www.w3.org/XML/1998/namespace xml att1 ok 27 ok 28 ok 29 ok 30 ok 31 - undef undef undef ok 32 - icl icl2 ok 33 - perl ok 34 - http://www.icl.com icl el1 ok 35 ok 36 - http://www.java.com undef el1 ok 37 - http://www.perl.com perl el1 ok 38 - http://www.icl.com icl att1 ok 39 ok 40 - undef undef att1 ok 41 - http://www.perl.com perl att1 ok 42 ok 43 - icl icl2 ok 44 ok 45 - xml xmlns ok 46 ok 47 - xml xmlns ok 48 ok 49 - get_declared_prefixes raises error without context on stack PASS: t/00base DURATION: 1 END: /usr/lib/libxml-namespacesupport-perl/ptest 2019-08-16T19:56 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:56 BEGIN: /usr/lib/libxml-parser-perl/ptest 1..3 ok 1 ok 2 ok 3 PASS: t/stream 1..40 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 PASS: t/decl 1..4 ok 1 ok 2 ok 3 ok 4 PASS: t/defaulted 1..1 ok 1 PASS: t/file 1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 PASS: t/encoding 1..16 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 PASS: t/namespaces 1..4 ok 1 ok 2 ok 3 ok 4 PASS: t/skip Couldn't load LWP based external entity handler Switching to file-based external entity handler (To avoid this message, use NoLWP option to XML::Parser) 1..5 ok 1 ok 2 ok 3 ok 4 ok 5 PASS: t/external_ent 1..13 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:42 2019 # Current time GMT: Fri Aug 16 19:56:42 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 PASS: t/styles 1..3 ok 1 ok 2 ok 3 PASS: t/partial 1..13 ok 1 - doctype called Couldn't load LWP based external entity handler Switching to file-based external entity handler (To avoid this message, use NoLWP option to XML::Parser) ok 2 - when el eq foo ok 3 - when el eq bar ok 4 ok 5 ok 6 ok 7 ok 8 - got 'more' ok 9 ok 10 - internal exists ok 11 - doctype called ok 12 - when el eq foo ok 13 PASS: t/parament 1..3 ok 1 ok 2 ok 3 PASS: t/finish 1..27 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 PASS: t/astress 1..1 ok 1 PASS: t/file_open_scalar 1..2 ok 1 ok 2 PASS: t/cdata DURATION: 1 END: /usr/lib/libxml-parser-perl/ptest 2019-08-16T19:56 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:56 BEGIN: /usr/lib/libxml-perl/ptest 1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 PASS: t/stream 1..5 ok 1 ok 2 ok 3 ok 4 ok 5 PASS: t/canon_xml_writer 1..15 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 PASS: t/xp_sax 1..2 ok 1 ok 2 PASS: t/schema 1..10 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 PASS: t/subs 1..2 ok 1 ok 2 PASS: t/amsterdam DURATION: 0 END: /usr/lib/libxml-perl/ptest 2019-08-16T19:56 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:56 BEGIN: /usr/lib/libxml-sax-base-perl/ptest 1..12 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:43 2019 # Current time GMT: Fri Aug 16 19:56:43 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 PASS: t/03chdriver 1..1 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:44 2019 # Current time GMT: Fri Aug 16 19:56:44 2019 # Using Test.pm version 1.31 ok 1 PASS: t/01simpledriver 1..2 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:44 2019 # Current time GMT: Fri Aug 16 19:56:44 2019 # Using Test.pm version 1.31 ok 1 ok 2 PASS: t/16gethandlers 1..3 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:44 2019 # Current time GMT: Fri Aug 16 19:56:44 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 PASS: t/14downstreamswitch 1..4 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:44 2019 # Current time GMT: Fri Aug 16 19:56:44 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 PASS: t/08errorhdriver 1..33 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:44 2019 # Current time GMT: Fri Aug 16 19:56:44 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 PASS: t/12sax2multiclass 1..0 # SKIP these tests are for release candidate testing 1..0 # SKIP these tests are for release candidate testing SKIP: t/release-pod-syntax 1..10 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:44 2019 # Current time GMT: Fri Aug 16 19:56:44 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 PASS: t/10dochdriver 1..2 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:44 2019 # Current time GMT: Fri Aug 16 19:56:44 2019 # Using Test.pm version 1.31 ok 1 ok 2 PASS: t/09resoldriver 1..3 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:44 2019 # Current time GMT: Fri Aug 16 19:56:44 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 PASS: t/15parentswitch 1..5 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:44 2019 # Current time GMT: Fri Aug 16 19:56:44 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 PASS: t/07declhdriver 1..1 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:44 2019 # Current time GMT: Fri Aug 16 19:56:44 2019 # Using Test.pm version 1.31 ok 1 PASS: t/00basic 1..7 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:44 2019 # Current time GMT: Fri Aug 16 19:56:44 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 PASS: t/05dtdhdriver 1..8 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:44 2019 # Current time GMT: Fri Aug 16 19:56:44 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 PASS: t/06lexhdriver 1..14 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:44 2019 # Current time GMT: Fri Aug 16 19:56:44 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 PASS: t/01exception 1..1 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:44 2019 # Current time GMT: Fri Aug 16 19:56:44 2019 # Using Test.pm version 1.31 ok 1 PASS: t/02simplefilter 1..16 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:44 2019 # Current time GMT: Fri Aug 16 19:56:44 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 PASS: t/11sax1multiclass 1..12 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:44 2019 # Current time GMT: Fri Aug 16 19:56:44 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 PASS: t/04chfilter 1..3 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:44 2019 # Current time GMT: Fri Aug 16 19:56:44 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 PASS: t/13handlerswitch DURATION: 2 END: /usr/lib/libxml-sax-base-perl/ptest 2019-08-16T19:56 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:56 BEGIN: /usr/lib/libxml-sax-perl/ptest 1..4 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:45 2019 # Current time GMT: Fri Aug 16 19:56:45 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 PASS: t/40cdata 1..32 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:45 2019 # Current time GMT: Fri Aug 16 19:56:45 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 PASS: t/15element 1..3 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:45 2019 # Current time GMT: Fri Aug 16 19:56:45 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 PASS: t/01known 1..16 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:45 2019 # Current time GMT: Fri Aug 16 19:56:45 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 PASS: t/20factory 1..6 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:45 2019 # Current time GMT: Fri Aug 16 19:56:45 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 PASS: t/12miscstart 1..1 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:45 2019 # Current time GMT: Fri Aug 16 19:56:45 2019 # Using Test.pm version 1.31 not ok 1 # Test 1 got: "0" (t/99cleanup.t at line 4) # Expected: "1" (delete ParserDetails.ini) # t/99cleanup.t line 4 is: ok(unlink( PASS: t/99cleanup 1..2 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:45 2019 # Current time GMT: Fri Aug 16 19:56:45 2019 # Using Test.pm version 1.31 ok 1 ok 2 PASS: t/19pi 1..10 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:45 2019 # Current time GMT: Fri Aug 16 19:56:45 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 XML Declaration lacks required version attribute, or version attribute does not match XML specification [Ln: 1, Col: 6] ok 5 ok 6 ok 7 ok 8 Only XML version 1.0 supported. Saw: '2.0' [Ln: 1, Col: 19] ok 9 ok 10 PASS: t/11xmldecl2 1..3 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:45 2019 # Current time GMT: Fri Aug 16 19:56:45 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 PASS: t/13int_ent 1..8 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:45 2019 # Current time GMT: Fri Aug 16 19:56:45 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 Unable to provide SAX.ini required features. Using fallback ok 6 ok 7 ok 8 PASS: t/21saxini 1..5 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:45 2019 # Current time GMT: Fri Aug 16 19:56:45 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 PASS: t/10xmldecl1 1..4 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:45 2019 # Current time GMT: Fri Aug 16 19:56:45 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 PASS: t/42entities 1..2 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:45 2019 # Current time GMT: Fri Aug 16 19:56:45 2019 # Using Test.pm version 1.31 ok 1 ok 2 PASS: t/00basic 1..5 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:46 2019 # Current time GMT: Fri Aug 16 19:56:46 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 PASS: t/30parse_file 1..3 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:46 2019 # Current time GMT: Fri Aug 16 19:56:46 2019 # Using Test.pm version 1.31 ok 1 ok 2 parsed 80085 bytes in 0 seconds ok 3 PASS: t/16large 1..9 # Running under perl version 5.030000 for linux # Current time local: Fri Aug 16 19:56:46 2019 # Current time GMT: Fri Aug 16 19:56:46 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 PASS: t/14encoding DURATION: 1 END: /usr/lib/libxml-sax-perl/ptest 2019-08-16T19:56 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:56 BEGIN: /usr/lib/libxml-simple-perl/ptest 1..8 ok 1 - copied known good source file ok 2 - parsed expected data from file ok 3 - deleted the XML source file ok 4 - and recreated it (empty) ok 5 - got expected values from the cache ok 6 - even though the XML file is empty ok 7 - parsed new data through cache ok 8 - cache was modified PASS: t/4_MemShare 1..14 ok 1 - created source XML file ok 2 - deleted old cache files ok 3 - parsed expected value from file ok 4 - '$fh' isa 'IO::File' ok 5 - parsed expected value from IO::File object ok 6 - parsed expected value from string ok 7 - parsed expected value from STDIN ('-') ok 8 - XML::Simple as a SAX handler returned expected value ok 9 - options passed to handler contructor work ok 10 - driving a SAX pipeline with XML::Simple worked ok 11 - 'handler' is a synonym for 'Handler' ok 12 - 'DataHandler' option works ok 13 - 'datahandler' is a synonym for 'DataHandler' ok 14 - keeproot works with SAX pipelines PASS: t/7_SaxStuff 1..8 ok 1 - qnames are not expanded by default ok 2 - qnames are expanded on request ok 3 - clarkian names not converted to qnames on output by default ok 4 - clarkian names are converted to qnames on output on request ok 5 - expansion of default namespace works ok 6 - default namespaces are output correctly too ok 7 - namespace prefixes are generated automatically (part 1) ok 8 - namespace prefixes are generated automatically (part 2) PASS: t/8_Namespaces 1..23 ok 1 - copied known good source file ok 2 - no cache files lying around ok 3 - parsed expected data from file ok 4 - and no cache file was created ok 5 - parsed expected data from file (again) ok 6 - but this time a cache file was created ok 7 - got expected data from cache ok 8 - and cache timestamp has not changed ok 9 - parsed in expected value again ok 10 - and this time the cache timestamp has changed ok 11 - deleted the source file ok 12 - recreated the source file ok 13 - but with nothing in it ok 14 - got the expected data from the cache ok 15 - parsed in expected data from file ok 16 - and the cache file was not touched ok 17 - parsed expected data through cache ok 18 - and the cache was updated ok 19 - copied back the original file ok 20 - parsed expected data in through cache ok 21 - scheme name is case-insensitive ok 22 - bad cache scheme names are trapped ok 23 - with correct error message PASS: t/3_Storable 1..2 ok 1 - External entity not retrieved ok 2 - External entity left as URL PASS: t/C_External_Entities 1..14 ok 1 - Parsing caused warning (as expected) ok 2 - Message contained expected text ok 3 - Parsing was successful ok 4 - Using ParserOpts caused warning (as expected) ok 5 - Message contained expected text ok 6 - Parsing was successful ok 7 - ParserOpts warning uppressed successfully ok 8 - Parsing was successful ok 9 - No error when parsing ok 10 - matches expectations (attributes) ok 11 - XML::Parser didn't choke on named external file ok 12 - and contents parsed as expected ok 13 - XML::Parser didn't choke on an IO::File object ok 14 - and it parsed the right file PASS: t/A_XMLParser 1..7 ok 1 - copied source XML file ok 2 - parsed expected data through the cache ok 3 - deleted the source XML file ok 4 - got what we expected from the cache ok 5 - even though the source XML file is empty ok 6 - parsed expected data through cache ok 7 - cache not modified PASS: t/5_MemCopy 1..0 # SKIP these tests are for testing by the author 1..0 # SKIP these tests are for testing by the author SKIP: t/author-pod-syntax 1..12 ok 1 - use XML::Simple; ok 2 # skip Tie::IxHash not installed ok 3 # skip Tie::IxHash not installed ok 4 # skip Tie::IxHash not installed ok 5 - 'object of class ElbarotsXS' isa 'XML::Simple' ok 6 - default storable cache filename looks good ok 7 - overridden storable cache filename looks good ok 8 - overridden cache file does not exist before parse ok 9 - overridden cache file does exist after parse ok 10 - bad cache scheme was rejected ok 11 - custom cache scheme was not rejected ok 12 - custom cache reading method delivered the goods ok 2 # skip Tie::IxHash not installed ok 3 # skip Tie::IxHash not installed ok 4 # skip Tie::IxHash not installed SKIP: t/B_Hooks 1..1 # # Package Version # perl 5.30.0 # XML::Simple 2.25 # Storable 3.15 # XML::Parser 2.44 # XML::SAX 1.02 # XML::NamespaceSupport 1.12 ok 1 - Dumped config PASS: t/0_Config 1..44 ok 1 - XML::Simple loads ok with qw(:strict) ok 2 - XMLin() did not fail ok 3 - and managed to produce the expected results ok 4 - omitting forcearray was a fatal error ok 5 - with the correct error message ok 6 - omitting keyattr was a fatal error ok 7 - with the correct error message ok 8 - omitting forcearray for elements in keyattr was a fatal error ok 9 - with the correct error message ok 10 - omitting keyattr elements from forcearray was a fatal error ok 11 - with the correct error message ok 12 - key attribute missing from names element was a fatal error ok 13 - with the correct error message ok 14 - non-unique key attribute values was a fatal error ok 15 - with the correct error message ok 16 - key attribute not a scalar was a fatal error ok 17 - with the correct error message ok 18 - XMLout() did not fail ok 19 - and managed to produce the expected results ok 20 - omitting keyattr was a fatal error ok 21 - with the correct error message ok 22 - omitting forcearray was not a fatal error on output ok 23 - $xs->XMLin() did not fail ok 24 - and managed to produce the expected results ok 25 - omitting forcearray was a fatal error ok 26 - with the correct error message ok 27 - omitting keyattr was a fatal error ok 28 - with the correct error message ok 29 - omitting forcearray for elements in keyattr was a fatal error ok 30 - with the correct error message ok 31 - omitting keyattr elements from forcearray was a fatal error ok 32 - with the correct error message ok 33 - key attribute missing from names element was a fatal error ok 34 - with the correct error message ok 35 - key attribute not a scalar was a fatal error ok 36 - with the correct error message ok 37 - XMLout() did not fail ok 38 - and managed to produce the expected results ok 39 - omitting keyattr was a fatal error ok 40 - with the correct error message ok 41 - other namespaces do not have strict mode forced upon them ok 42 - other namespaces do not have strict mode forced upon them ok 43 - with the correct error message ok 44 - other namespaces do not have strict mode forced upon them PASS: t/9_Strict 1..201 ok 1 - call with no args proves fatal ok 2 - with correct error message ok 3 - XMLout did not crash ok 4 - and it returned an XML string ok 5 - which parses back OK ok 6 - encoded a hash ok 7 - first key encoded OK ok 8 - second key encoded OK ok 9 - third key encoded OK ok 10 - no other attributes encoded ok 11 - encoded a hash with nested array ok 12 - array elements encoded in correct order ok 13 - no other spurious encodings ok 14 - encoded nested hashes ok 15 - nested hash 1 ok ok 16 - nested hash 2 ok ok 17 - whole OK ok 18 - encoded anonymous array ok 19 - output matches expectations ok 20 - encoded nested anonymous arrays ok 21 - output matches expectations ok 22 - encoded hash of hashes with folding disabled ok 23 - nested hash 1 ok ok 24 - nested hash 2 ok ok 25 - nested hash 3 ok ok 26 - container hash ok ok 27 - document ok ok 28 - encoded hash of hashes with explicit folding enabled ok 29 - output as expected ok 30 - still works when keyattr is scalar ok 31 - still works when keyattr is hash ok 32 - still works when keyattr is hash with leading '+' ok 33 - still works when keyattr is hash with leading '-' ok 34 - encoded hash of hashes with default folding enabled ok 35 - expected output with default keyattr ok 36 - single nested hash unfolded ok 37 - attr 1 ok ok 38 - attr 2 ok ok 39 - element ok ok 40 - document ok ok 41 - generated doc with XML declaration ok 42 - XML declaration OK ok 43 - data OK too ok 44 - generated doc with custom XML declaration ok 45 - XML declaration OK ok 46 - data OK too ok 47 - generated document with escaping ok 48 - angle brackets escaped OK ok 49 - double quotes escaped OK ok 50 - ampersands escaped OK ok 51 - data OK too ok 52 - generated unescaped angle brackets ok 53 - generated unescaped double quotes ok 54 - generated unescaped ampersands ok 55 - data OK too ok 56 - Unescaped scalar as expected too ok 57 - caught circular data structure ok 58 - with correct error message ok 59 - repetitive (non-circular) data structure not fatal ok 60 - and encodes as expected ok 61 - caught blessed non array/hash reference in data structure ok 62 - with correct error message ok 63 - generated document with named root element ok 64 - parsed it back correctly ok 65 - XML as expected ok 66 - same again but encoded a hash ok 67 - first key encoded OK ok 68 - second key encoded OK ok 69 - third key encoded OK ok 70 - XML looks OK ok 71 - same again but with array in hash ok 72 - array encoded in correct order ok 73 - only expected root element left ok 74 - same again but with nested hashes ok 75 - hash 1 encoded OK ok 76 - hash 2 encoded OK ok 77 - document OK ok 78 - same again but with nested anonymous array ok 79 - document OK ok 80 - encoded scalar with no root element ok 81 - same again but with rootname = undef ok 82 - generated doc with no root element from hash ok 83 - first key encoded OK ok 84 - second key encoded OK ok 85 - third key encoded OK ok 86 - document OK ok 87 - generated docucment with no root element from nested hashes ok 88 - first element OK ok 89 - second element OK ok 90 - third element OK ok 91 - document OK ok 92 - generated doc with no root name from array ok 93 - document OK ok 94 - caught attempt to specify searchpath on XMLout ok 95 - with correct error message ok 96 - caught attempt to specify odd number of option args ok 97 - with correct error message ok 98 - output file does not exist ok 99 - created xml output file ok 100 - Contents match expectations ok 101 ok 102 - create XML output file via IO::File ok 103 - Contents match expectations ok 104 - original data not corrupted ok 105 - skipped hashkeys with '-' prefix ok 106 - generated document from complex nested hash with unfolding ok 107 - element 1 attribute 1 OK ok 108 - element 1 attribute 2 OK ok 109 - element 1 attribute 3 OK ok 110 - element 1.1 attribute 1 OK ok 111 - element 1.1 attribute 2 OK ok 112 - element 1.1 attribute 3 OK ok 113 - elements 1 and 1.1 OK ok 114 - element 2 attribute 1 OK ok 115 - element 2 attribute 2 OK ok 116 - element 2 attribute 3 OK ok 117 - element 2.1 attribute 1 OK ok 118 - element 2.1 attribute 2 OK ok 119 - element 2.1 attribute 3 OK ok 120 - element 2.1 OK ok 121 - element 2.2 attribute 1 OK ok 122 - element 2.2 attribute 2 OK ok 123 - element 2.2 attribute 3 OK ok 124 - element 2.2 OK ok 125 - element 2.3 attribute 1 OK ok 126 - element 2.3 attribute 2 OK ok 127 - element 2.3 attribute 3 OK ok 128 - element 2.3 OK ok 129 - element 2 OK ok 130 - document OK ok 131 - nested empty hash OK ok 132 - array OK ok 133 - scalar OK ok 134 - nesting OK ok 135 - empty hash OK ok 136 - document OK ok 137 - caught warning re uninitialised value ok 138 - undef maps to any empty attribute by default ok 139 - no warning re uninitialised value if warnings off ok 140 - undef still maps to any empty attribute ok 141 - uninitialiased values successfully mapped to empty elements ok 142 - uninitialiased values successfully skipped ok 143 - uninitialiased value in array is empty element ok 144 - uninitialiased value in array is skipped ok 145 - keeproot works as expected ok 146 - content keys mapped OK ok 147 - even when name changed ok 148 - even with "-" prefix ok 149 - no warnings with suppress_empty => undef ok 150 - undef does not cause content tags in output ok 151 - generated document with no attributes ok 152 - parses ok ok 153 - scalar 1 mapped ok ok 154 - scalar 2 mapped ok ok 155 - array mapped ok ok 156 - document OK ok 157 - same again but with unfolding too ok 158 - parsed OK ok 159 - scalar 1.1 mapped OK ok 160 - scalar 1.2 mapped OK ok 161 - scalar 1.3 mapped OK ok 162 - element 1 OK ok 163 - scalar 2.1 mapped OK ok 164 - scalar 2.1 mapped OK ok 165 - scalar 2.1 mapped OK ok 166 - element 2 OK ok 167 - document OK ok 168 - bad GroupTags value was caught ok 169 - error message looks good ok 170 - good GroupTags value caused no error ok 171 - prefix OK ok 172 - suffix OK ok 173 - list OK ok 174 - group OK ok 175 - document OK ok 176 - original ref is not messed with ok 177 - list 1 OK ok 178 - group 1 OK ok 179 - list 2 OK ok 180 - group 2 OK ok 181 - document OK ok 182 - item 1 OK ok 183 - item 2 OK ok 184 - group OK ok 185 - document OK ok 186 - Failed to unwrap/group stripped content - as expected ok 187 - parses ok ok 188 - NoIndent worked ok ok 189 - parses ok ok 190 - NoIndent worked ok with KeyAttr ok 191 - AttrIndent seems to work ok 192 - sorting by default key attribute works ok 193 - sorting by specified key attributes works ok 194 - sorting with no key attribute works ok 195 # skip Tie::IxHash not installed ok 196 - Correct attributes inserted when ValueAttr specified ok 197 - No numeric escaping by default ok 198 - No numeric escaping: explicit ok 199 - Level 2 numeric escaping looks good ok 200 - Level 1 numeric escaping looks good ok 201 - large datastructure mapped to XML and back OK ok 105 - skipped hashkeys with '-' prefix ok 142 - uninitialiased values successfully skipped ok 144 - uninitialiased value in array is skipped ok 195 # skip Tie::IxHash not installed SKIP: t/2_XMLout 1..37 ok 1 - invalid number of options are trapped ok 2 - with correct error message ok 3 - 'object one' isa 'XML::Simple' ok 4 - 'object two' isa 'XML::Simple' ok 5 - 'object three' isa 'XML::Simple' ok 6 - options hash was not corrupted ok 7 - parsed expected data via object 1 ok 8 - parsed expected data via object 2 ok 9 - parsed expected data via object 3 ok 10 - successfully merged options ok 11 - defaults were not affected by merge ok 12 - t1 ok 13 - t2 ok 14 - t3 ok 15 - t4 ok 16 - t5 ok 17 - t6 ok 18 - t7 ok 19 - t8 ok 20 - t9 ok 21 - t10 ok 22 - t11 ok 23 - t12 ok 24 - ttl ok 25 - cddbid ok 26 - id ok 27 - artist ok 28 - disc ok 29 - database ok 30 - XMLout() method call with no args proves fatal ok 31 - with correct error message ok 32 - inheritance works with build_tree() overridden ok 33 - inheritance works with escape_value() overridden ok 34 - variables from XML merged with predefined variables ok 35 - variables from XML merged with predefined variables ok 36 - unrecognised option caught by constructor ok 37 - correct message in exception PASS: t/6_ObjIntf 1..132 ok 1 - Module compiled OK # Warning: XML::Simple::VERSION = 2.25 (Changes version: unknown) ok 2 - XMLin() didn't crash ok 3 - and it returned a value ok 4 - and a hasref at that ok 5 - matches expectations (attributes) ok 6 - same again with nested elements ok 7 - attributes in empty element ok 8 - repeated child elements give arrays of scalars ok 9 - nested element gives hash ok 10 - repeated child elements give list of hashes ok 11 - array folded on default key 'name' ok 12 - not folded when keyattr turned off ok 13 - still works when keyattr is empty hash ok 14 - folded on default key 'key' ok 15 - folded on default key 'id' ok 16 - folded on non-default key 'xname' ok 17 - same again but keyattr set with hash ok 18 - keyattr as array with value in second position ok 19 - keyattr as scalar ok 20 - KeyAttr as scalar ok 21 - key_attr as scalar ok 22 - fold same array on two different keys ok 23 - same again but with priority switch ok 24 - folded on multi-key keyattr hash ok 25 - same again but with '+' prefix to copy keys ok 26 - did not fold on default key with non-scalar value ok 27 - no warning issued ok 28 - did not fold on specific key with non-scalar value ok 29 - warning issued as expected ok 30 - text in warning is correct ok 31 - same again but with keyattr as array ok 32 - warning issued as expected ok 33 - text in warning is correct ok 34 - did not fold on specific key with non-scalar value ok 35 - no warning issued (as expected) ok 36 - did not fold when element missing key attribute ok 37 - expected warning issued ok 38 - same again ok 39 - but with no warning this time ok 40 - folded elements despite non-unique key attribute ok 41 - expected warning issued ok 42 - same again but with keyattr as array ok 43 - expected warning issued ok 44 - same again ok 45 - but with no warning this time ok 46 - keeproot option works ok 47 - CDATA section parsed correctly ok 48 - CDATA section containing markup characters parsed correctly ok 49 - XMLin didn't choke on named external file ok 50 - and contents parsed as expected ok 51 - XMLin didn't choke on un-named (default) external file ok 52 - and contents parsed as expected ok 53 - XMLin found file using searchpath ok 54 - and contents parsed as expected ok 55 - XMLin choked on nonexistant file ok 56 - with the expected message ok 57 - nonexistant file not found in current directory ok 58 - with the expected message ok 59 - search path ignored when pathname supplied ok 60 - failed with expected message ok 61 - XMLin didn't choke on an IO::File object ok 62 - and it parsed the right file ok 63 - XMLin didn't choke on STDIN ('-') ok 64 - and data parsed correctly ok 65 - anonymous arrays parsed correctly ok 66 - anonymous arrays parsed correctly ok 67 - top level anonymous array returned arrayref ok 68 - nested anonymous arrays parsed correctly ok 69 - 'content' key appears as expected ok 70 - 'content' key successfully renamed to 'text' ok 71 - 'content' key not munged by forcearray ok 72 - gratuitous use of content key works as expected ok 73 - even when we change it's name to 'text' ok 74 - spurious content keys not eliminated after folding ok 75 - spurious content keys not eliminated after folding ok 76 - mixed content doesn't work - no surprises there ok 77 - nested element rolls up to scalar ok 78 - except when forcearray is enabled ok 79 - array folding works with single nested hash ok 80 - but not if forcearray is turned off ok 81 - selective application of forcearray successful ok 82 - forcearray using regex successful ok 83 - forcearray using a single regex successful ok 84 - attributes successfully skipped ok 85 - noattr does not intefere with array folding ok 86 - empty elements parse to hashrefs ok 87 - or are suppressed ok 88 - or parse to 'undef' ok 89 - or parse to an empty string ok 90 - empty document parses to undef ok 91 - grouped tags parse normally ok 92 - disintermediation of grouped tags works ok 93 - disintermediation works with multiple groups ok 94 - folding and ungrouping work together ok 95 - folding, ungrouping and content stripping work together ok 96 - folding without forcearray but with ungrouping fails as expected ok 97 - folding with forcearray and ungrouping works ok 98 - undefined variables are left untouched ok 99 - substitution of pre-defined variables works ok 100 - variables defined in XML work ok 101 - variables defined in XML merged successfully with predefined vars ok 102 - variables are expanded in later variable definitions ok 103 - grouptags requires a hash ok 104 - with correct error message ok 105 - variables requires a hash ok 106 - with correct error message ok 107 - disintermediation using wrong child key - as expected ok 108 - invalid options are trapped ok 109 - with correct error message ok 110 - invalid number of options are trapped ok 111 - with correct error message ok 112 - NS-1: folding OK ok 113 - NS-2: space normalised in hash key ok 114 - NS-3: space normalised in hash key ok 115 - NS-4: space not normalised in hash value ok 116 - NS-1a: folding OK ok 117 - NS-2a: space normalised in hash key ok 118 - NS-3a: space normalised in hash key ok 119 - NS-4a: space not normalised in hash value ok 120 - NS-5: folding OK ok 121 - NS-6: space normalised in hash key ok 122 - NS-7: space normalised in attribute value ok 123 - NS-8: space normalised in hash key ok 124 - NS-9: space normalised in element text content ok 125 - NS-10: space normalised in anonymous array ok 126 - NS-11: space normalized in anonymous array ok 127 - Nothing special about 'value' attributes ok 128 - ValueAttr as arrayref works ok 129 - ValueAttr as arrayref works ok 130 - ValueAttr as hashref works too ok 131 - ValueAttr as hashref works too ok 132 - successfully read an SRT config file ok 84 - attributes successfully skipped SKIP: t/1_XMLin DURATION: 14 END: /usr/lib/libxml-simple-perl/ptest 2019-08-16T19:57 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:57 BEGIN: /usr/lib/libxml2/ptest [ -d test ] || ln -s ../libxml2-2.9.9/test . [ -d result ] || ln -s ../libxml2-2.9.9/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 PASS: Error cases regression tests ## Error cases regression tests (old 1.0) PASS: Error cases regression tests (old 1.0) ## Error cases stream regression tests PASS: 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 ## SAX2 callbacks regression tests with entity substitution PASS: SAX2 callbacks regression tests with entity substitution ## 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 2798 tests, no errors PASS: runtest ......... ## Parsing recursive test cases PASS: Parsing recursive test cases ## Parsing non-recursive test cases PASS: Parsing non-recursive test cases ## Parsing non-recursive huge case PASS: Parsing non-recursive huge case Total 9 tests, no errors PASS: testrecurse Testing HTMLparser : 32 of 38 functions ... PASS: HTMLparser Testing HTMLtree : 18 of 18 functions ... PASS: HTMLtree Testing SAX2 : 38 of 38 functions ... PASS: SAX2 Testing c14n : 3 of 4 functions ... PASS: c14n Testing catalog : 27 of 36 functions ... PASS: catalog Testing chvalid : 9 of 9 functions ... PASS: chvalid Testing debugXML : 25 of 28 functions ... PASS: debugXML Testing dict : 10 of 13 functions ... PASS: dict Testing encoding : 16 of 19 functions ... PASS: encoding Testing entities : 13 of 17 functions ... PASS: entities Testing hash : 17 of 25 functions ... PASS: hash Testing list : 19 of 26 functions ... PASS: list Testing nanoftp : 14 of 22 functions ... PASS: nanoftp Testing nanohttp : 13 of 17 functions ... PASS: nanohttp Testing parser : 61 of 70 functions ... PASS: parser Testing parserInternals : 33 of 90 functions ... PASS: parserInternals Testing pattern : 10 of 15 functions ... PASS: pattern Testing relaxng : 14 of 24 functions ... PASS: relaxng Testing schemasInternals : 0 of 2 functions ... PASS: schemasInternals Testing schematron : 1 of 10 functions ... PASS: schematron Testing tree : 142 of 164 functions ... PASS: tree Testing uri : 10 of 15 functions ... PASS: uri Testing valid : 50 of 70 functions ... PASS: valid Testing xinclude : 8 of 10 functions ... PASS: xinclude Testing xmlIO : 40 of 50 functions ... PASS: xmlIO Testing xmlautomata : 3 of 19 functions ... PASS: xmlautomata Testing xmlerror : 7 of 15 functions ... PASS: xmlerror Testing xmlmodule : 2 of 4 functions ... PASS: xmlmodule Testing xmlreader : 76 of 86 functions ... PASS: xmlreader Testing xmlregexp : 16 of 30 functions ... PASS: xmlregexp Testing xmlsave : 4 of 10 functions ... PASS: xmlsave Testing xmlschemas : 16 of 27 functions ... PASS: xmlschemas Testing xmlschemastypes : 26 of 34 functions ... PASS: xmlschemastypes Testing xmlstring : 26 of 30 functions ... PASS: xmlstring Testing xmlunicode : 166 of 166 functions ... PASS: xmlunicode Testing xmlwriter : 52 of 80 functions ... PASS: xmlwriter Testing xpath : 32 of 40 functions ... PASS: xpath Testing xpathInternals : 106 of 117 functions ... PASS: xpathInternals Testing xpointer : 17 of 21 functions ... PASS: xpointer Total: 1138 functions, 280566 tests, 0 errors PASS: testapi testing char range: 1 2 3 4 done testing 1 byte char in document: 1 2 3 4 done testing 2 byte char in document: 1 2 3 4 done PASS: testchar dictionary tests succeeded 20000 strings PASS: testdict Test suite: XML 1.0 (2nd edition) W3C Conformance Test Suite, 6 October 2000 Test cases: James Clark XML 1.0 Tests Test cases: Fuji Xerox Japanese Text Tests XML 1.0 Tests Test cases: Sun Microsystems XML Tests Test cases: 159 tests Test cases: OASIS/NIST XML 1.0 Tests Test cases: IBM XML 1.0 Tests Test cases: IBM XML 1.1 Tests Test cases: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003 Test cases: 34 tests Test cases: Richard Tobin's XML 1.1 test suite 13 Feb 2003 Test cases: 57 tests Test cases: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003 Test cases: 46 tests Test cases: Richard Tobin's XML Namespaces 1.1 test suite 14 Feb 2003 Test cases: 6 tests Test cases: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006 Test cases: 13 tests Test cases: University of Edinburgh tests for XML 1.0 5th edition Test cases: 392 tests Test cases: Richard Tobin's XML Namespaces 1.0/1.1 2nd edition test suite 1 June 2006 Test cases: 3 tests Ran 2269 tests, 15 errors, 0 leaks Total 2269 tests, 15 errors, 0 leaks See runxmlconf.log for detailed output 15 errors were expected PASS: runxmlconf make[1]: Entering directory '/usr/lib/libxml2/ptest/python' cd tests && make tests make[2]: Entering directory '/usr/lib/libxml2/ptest/python/tests' ## running Python regression tests PASS: build.py PASS: attribs.py PASS: tst.py PASS: tstxpath.py PASS: xpathext.py PASS: push.py PASS: pushSAX.py PASS: pushSAXhtml.py PASS: error.py PASS: serialize.py PASS: validate.py PASS: tstURI.py PASS: cutnpaste.py PASS: xpathret.py PASS: xpath.py PASS: outbuf.py PASS: inbuf.py PASS: input_callback.py PASS: resolver.py PASS: regexp.py PASS: reader.py PASS: reader2.py PASS: reader3.py PASS: reader4.py PASS: reader5.py PASS: reader6.py PASS: reader7.py PASS: reader8.py PASS: readernext.py PASS: walker.py PASS: nsdel.py PASS: ctxterror.py PASS: readererr.py PASS: relaxng.py PASS: schema.py PASS: thread2.py PASS: sync.py ./tstLastError.py:43: DeprecationWarning: Please use assertEqual instead. self.failUnlessEqual(domain,e.domain()) ./tstLastError.py:44: DeprecationWarning: Please use assertEqual instead. self.failUnlessEqual(code,e.code()) ./tstLastError.py:45: DeprecationWarning: Please use assertEqual instead. self.failUnlessEqual(message,e.message()) ./tstLastError.py:46: DeprecationWarning: Please use assertEqual instead. self.failUnlessEqual(level,e.level()) ./tstLastError.py:47: DeprecationWarning: Please use assertEqual instead. self.failUnlessEqual(file,e.file()) ./tstLastError.py:48: DeprecationWarning: Please use assertEqual instead. self.failUnlessEqual(line,e.line()) PASS: tstLastError.py PASS: indexes.py PASS: dtdvalid.py PASS: tstmem.py PASS: validDTD.py PASS: validSchemas.py PASS: validRNG.py PASS: compareNodes.py PASS: xpathns.py PASS: xpathleak.py make[2]: Leaving directory '/usr/lib/libxml2/ptest/python/tests' make[1]: Leaving directory '/usr/lib/libxml2/ptest/python' DURATION: 13 END: /usr/lib/libxml2/ptest 2019-08-16T19:57 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T19:57 BEGIN: /usr/lib/lttng-tools/ptest PASS: test_kernel_data 1 - Create kernel session PASS: test_kernel_data 2 - Validate kernel session PASS: test_kernel_data 3 - Create kernel metadata PASS: test_kernel_data 4 - Validate kernel session metadata PASS: test_kernel_data 5 - Create kernel channel PASS: test_kernel_data 6 - Validate kernel channel PASS: test_kernel_data 7 - Validate string length PASS: test_kernel_data 8 - Create kernel event PASS: test_kernel_data 9 - Validate kernel event PASS: test_kernel_data 10 - Create kernel stream PASS: test_kernel_data 11 - Validate kernel stream PASS: test_session 1 - Session list: not NULL PASS: test_session 2 - Create session: test1 PASS: test_session 3 - Validating session: session found PASS: test_session 4 - Validating session: basic sanity check PASS: test_session 5 - Destroying session: session found PASS: test_session 6 - Destroying session: test1 destroyed PASS: test_session 7 - Duplicate session creation PASS: test_session 8 - Create session with bogus param: NULL should fail PASS: test_session 9 - Create session with bogus param: session list empty PASS: test_session 10 - Large sessions number: created 10000 sessions PASS: test_session 11 - Large sessions number: destroyed 10000 sessions PASS: test_uri 1 - URI set to net://localhost PASS: test_uri 2 - URI set to net://localhost:8989:4242/my/test/path PASS: test_uri 3 - URI set to net://localhost:8989:4242 PASS: test_uri 4 - URI set to net6://[::1]:8989 PASS: test_uri 5 - URI set to tcp://42.42.42.42/my/test/path PASS: test_uri 6 - URI set to tcp6://[fe80::f66d:4ff:fe53:d220]/my/test/path PASS: test_uri 7 - URI set to file:///my/test/path PASS: test_uri 8 - Bad URI set to file/my/test/path PASS: test_uri 9 - Bad URI set to net://:8999 PASS: test_uri 10 - URI compare net://localhost == net://localhost PASS: test_uri 11 - URI compare net://localhost != net://localhost:8989:4242 PASS: test_utils_parse_size_suffix 1 - valid test case: 0 PASS: test_utils_parse_size_suffix 2 - valid test case: 1234 PASS: test_utils_parse_size_suffix 3 - valid test case: 0x400 PASS: test_utils_parse_size_suffix 4 - valid test case: 0300 PASS: test_utils_parse_size_suffix 5 - valid test case: 16k PASS: test_utils_parse_size_suffix 6 - valid test case: 128K PASS: test_utils_parse_size_suffix 7 - valid test case: 0x1234k PASS: test_utils_parse_size_suffix 8 - valid test case: 32M PASS: test_utils_parse_size_suffix 9 - valid test case: 1024G PASS: test_utils_parse_size_suffix 10 - valid test case: 0X400 PASS: test_utils_parse_size_suffix 11 - valid test case: 0x40a PASS: test_utils_parse_size_suffix 12 - valid test case: 0X40b PASS: test_utils_parse_size_suffix 13 - valid test case: 0x40C PASS: test_utils_parse_size_suffix 14 - valid test case: 0X40D PASS: test_utils_parse_size_suffix 15 - valid test case: 0x40e PASS: test_utils_parse_size_suffix 16 - valid test case: 0X40f PASS: test_utils_parse_size_suffix 17 - valid test case: 00 PASS: test_utils_parse_size_suffix 18 - valid test case: 0k PASS: test_utils_parse_size_suffix 19 - valid test case: 0K PASS: test_utils_parse_size_suffix 20 - valid test case: 0M PASS: test_utils_parse_size_suffix 21 - valid test case: 0G PASS: test_utils_parse_size_suffix 22 - valid test case: 00k PASS: test_utils_parse_size_suffix 23 - valid test case: 00K PASS: test_utils_parse_size_suffix 24 - valid test case: 00M PASS: test_utils_parse_size_suffix 25 - valid test case: 00G PASS: test_utils_parse_size_suffix 26 - valid test case: 0x0 PASS: test_utils_parse_size_suffix 27 - valid test case: 0X0 PASS: test_utils_parse_size_suffix 28 - valid test case: 0x0k PASS: test_utils_parse_size_suffix 29 - valid test case: 0X0K PASS: test_utils_parse_size_suffix 30 - valid test case: 0x0M PASS: test_utils_parse_size_suffix 31 - valid test case: 0X0G PASS: test_utils_parse_size_suffix 32 - valid test case: 0X40G PASS: test_utils_parse_size_suffix 33 - valid test case: 0300k PASS: test_utils_parse_size_suffix 34 - valid test case: 0300K PASS: test_utils_parse_size_suffix 35 - valid test case: 030M PASS: test_utils_parse_size_suffix 36 - valid test case: 020G PASS: test_utils_parse_size_suffix 37 - valid test case: 0xa0k PASS: test_utils_parse_size_suffix 38 - valid test case: 0xa0K PASS: test_utils_parse_size_suffix 39 - valid test case: 0XA0M PASS: test_utils_parse_size_suffix 40 - valid test case: 0xA0G PASS: test_utils_parse_size_suffix 41 - invalid test case: PASS: test_utils_parse_size_suffix 42 - invalid test case: PASS: test_utils_parse_size_suffix 43 - invalid test case: -1 PASS: test_utils_parse_size_suffix 44 - invalid test case: k PASS: test_utils_parse_size_suffix 45 - invalid test case: 4611686018427387904G PASS: test_utils_parse_size_suffix 46 - invalid test case: 0x40g PASS: test_utils_parse_size_suffix 47 - invalid test case: 08 PASS: test_utils_parse_size_suffix 48 - invalid test case: 09 PASS: test_utils_parse_size_suffix 49 - invalid test case: 0x PASS: test_utils_parse_size_suffix 50 - invalid test case: x0 PASS: test_utils_parse_size_suffix 51 - invalid test case: 0xx0 PASS: test_utils_parse_size_suffix 52 - invalid test case: 07kK PASS: test_utils_parse_size_suffix 53 - invalid test case: 0xk PASS: test_utils_parse_size_suffix 54 - invalid test case: 0XM PASS: test_utils_parse_size_suffix 55 - invalid test case: 0xG PASS: test_utils_parse_size_suffix 56 - invalid test case: 0x0MM PASS: test_utils_parse_size_suffix 57 - invalid test case: 0X0GG PASS: test_utils_parse_size_suffix 58 - invalid test case: 0a PASS: test_utils_parse_size_suffix 59 - invalid test case: 0B PASS: test_utils_expand_path 1 - valid test case: /a/b/c/d/e PASS: test_utils_expand_path 2 - valid test case: ./a/b/c/d/e PASS: test_utils_expand_path 3 - valid test case: ../a/b/c/d/../e PASS: test_utils_expand_path 4 - valid test case: .././a/b/c/d/./e PASS: test_utils_expand_path 5 - valid test case: ../../a/b/c/d/e PASS: test_utils_expand_path 6 - valid test case: ./a/b/../c/d/../e PASS: test_utils_expand_path 7 - valid test case: ../a/b/../../c/./d/./e PASS: test_utils_expand_path 8 - valid test case: ../../a/b/../c/d/../../e PASS: test_utils_expand_path 9 - valid test case: ./a/b/c/d/../../../../e PASS: test_utils_expand_path 10 - valid test case: .././a/b/c/d/./e PASS: test_utils_expand_path 11 - valid test case: a/ PASS: test_utils_expand_path 12 - valid test case: a PASS: test_utils_expand_path 13 - valid test case: ../../ PASS: test_utils_expand_path 14 - valid test case: ../.. PASS: test_utils_expand_path 15 - valid test case: ../ PASS: test_utils_expand_path 16 - valid test case: .. PASS: test_utils_expand_path 17 - valid test case: ./ PASS: test_utils_expand_path 18 - valid test case: . PASS: test_utils_expand_path 19 - valid test case: /../a/b/c/d/e PASS: test_utils_expand_path 20 - valid test case: /a/b/c/d/../../../../../e PASS: test_utils_expand_path 21 - valid test case: /.. PASS: test_utils_expand_path 22 - valid test case: /a/.. PASS: test_utils_expand_path 23 - symlink tree test case: [tmppath/]a/g/../l/. PASS: test_utils_expand_path 24 - symlink tree test case: [tmppath/]a/g/../l/./ PASS: test_utils_expand_path 25 - symlink tree test case: [tmppath/]a/g/../l/.. PASS: test_utils_expand_path 26 - symlink tree test case: [tmppath/]a/g/../l/../ PASS: test_utils_expand_path 27 - symlink tree test case: [tmppath/]a/b/h/g/ PASS: test_utils_expand_path 28 - invalid test case: NULL PASS: test_string_utils 1 - strutils_normalize_star_glob_pattern() produces the expected result: `salut` -> `salut` PASS: test_string_utils 2 - strutils_normalize_star_glob_pattern() produces the expected result: `sal*ut` -> `sal*ut` PASS: test_string_utils 3 - strutils_normalize_star_glob_pattern() produces the expected result: `sal**ut` -> `sal*ut` PASS: test_string_utils 4 - strutils_normalize_star_glob_pattern() produces the expected result: `sal***ut` -> `sal*ut` PASS: test_string_utils 5 - strutils_normalize_star_glob_pattern() produces the expected result: `*salut` -> `*salut` PASS: test_string_utils 6 - strutils_normalize_star_glob_pattern() produces the expected result: `**salut` -> `*salut` PASS: test_string_utils 7 - strutils_normalize_star_glob_pattern() produces the expected result: `***salut` -> `*salut` PASS: test_string_utils 8 - strutils_normalize_star_glob_pattern() produces the expected result: `salut*` -> `salut*` PASS: test_string_utils 9 - strutils_normalize_star_glob_pattern() produces the expected result: `salut**` -> `salut*` PASS: test_string_utils 10 - strutils_normalize_star_glob_pattern() produces the expected result: `salut***` -> `salut*` PASS: test_string_utils 11 - strutils_normalize_star_glob_pattern() produces the expected result: `sa\*lut` -> `sa\*lut` PASS: test_string_utils 12 - strutils_normalize_star_glob_pattern() produces the expected result: `sa\**lut` -> `sa\**lut` PASS: test_string_utils 13 - strutils_normalize_star_glob_pattern() produces the expected result: `sa*\**lut` -> `sa*\**lut` PASS: test_string_utils 14 - strutils_normalize_star_glob_pattern() produces the expected result: `sa*\***lut` -> `sa*\**lut` PASS: test_string_utils 15 - strutils_normalize_star_glob_pattern() produces the expected result: `\*salu**t` -> `\*salu*t` PASS: test_string_utils 16 - strutils_normalize_star_glob_pattern() produces the expected result: `\*salut**` -> `\*salut*` PASS: test_string_utils 17 - strutils_normalize_star_glob_pattern() produces the expected result: `\*salut**\*` -> `\*salut*\*` PASS: test_string_utils 18 - strutils_normalize_star_glob_pattern() produces the expected result: `\*salut` -> `\*salut` PASS: test_string_utils 19 - strutils_normalize_star_glob_pattern() produces the expected result: `\***salut` -> `\**salut` PASS: test_string_utils 20 - strutils_normalize_star_glob_pattern() produces the expected result: `salut\` -> `salut\` PASS: test_string_utils 21 - strutils_normalize_star_glob_pattern() produces the expected result: `salut\**` -> `salut\**` PASS: test_string_utils 22 - strutils_normalize_star_glob_pattern() produces the expected result: `salut\\*` -> `salut\\*` PASS: test_string_utils 23 - strutils_normalize_star_glob_pattern() produces the expected result: `salut\\***` -> `salut\\*` PASS: test_string_utils 24 - strutils_normalize_star_glob_pattern() produces the expected result: `*` -> `*` PASS: test_string_utils 25 - strutils_normalize_star_glob_pattern() produces the expected result: `**` -> `*` PASS: test_string_utils 26 - strutils_normalize_star_glob_pattern() produces the expected result: `***` -> `*` PASS: test_string_utils 27 - strutils_normalize_star_glob_pattern() produces the expected result: `**\***` -> `*\**` PASS: test_string_utils 28 - strutils_is_star_glob_pattern() returns the expected result: `allo*` -> 1 PASS: test_string_utils 29 - strutils_is_star_glob_pattern() returns the expected result: `*allo` -> 1 PASS: test_string_utils 30 - strutils_is_star_glob_pattern() returns the expected result: `*allo*` -> 1 PASS: test_string_utils 31 - strutils_is_star_glob_pattern() returns the expected result: `*al*lo*` -> 1 PASS: test_string_utils 32 - strutils_is_star_glob_pattern() returns the expected result: `al\**lo` -> 1 PASS: test_string_utils 33 - strutils_is_star_glob_pattern() returns the expected result: `al\*l*o` -> 1 PASS: test_string_utils 34 - strutils_is_star_glob_pattern() returns the expected result: `all*o\` -> 1 PASS: test_string_utils 35 - strutils_is_star_glob_pattern() returns the expected result: `*` -> 1 PASS: test_string_utils 36 - strutils_is_star_glob_pattern() returns the expected result: `\\*` -> 1 PASS: test_string_utils 37 - strutils_is_star_glob_pattern() returns the expected result: `allo` -> 0 PASS: test_string_utils 38 - strutils_is_star_glob_pattern() returns the expected result: `allo\*` -> 0 PASS: test_string_utils 39 - strutils_is_star_glob_pattern() returns the expected result: `al\*lo` -> 0 PASS: test_string_utils 40 - strutils_is_star_glob_pattern() returns the expected result: `\*allo` -> 0 PASS: test_string_utils 41 - strutils_is_star_glob_pattern() returns the expected result: `\*` -> 0 PASS: test_string_utils 42 - strutils_is_star_glob_pattern() returns the expected result: `allo\` -> 0 PASS: test_string_utils 43 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo*` -> 1 PASS: test_string_utils 44 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo\\*` -> 1 PASS: test_string_utils 45 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo` -> 0 PASS: test_string_utils 46 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `al*lo` -> 0 PASS: test_string_utils 47 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `al\*lo` -> 0 PASS: test_string_utils 48 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `*allo` -> 0 PASS: test_string_utils 49 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `al*lo*` -> 0 PASS: test_string_utils 50 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo**` -> 0 PASS: test_string_utils 51 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo*\*` -> 0 PASS: test_string_utils 52 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo\*` -> 0 PASS: test_string_utils 53 - strutils_split() produces the expected substrings: `a/b/c/d/e` (delim. `/`, escape `0`) PASS: test_string_utils 54 - strutils_split() produces the expected substrings: `a/b//d/e` (delim. `/`, escape `0`) PASS: test_string_utils 55 - strutils_split() produces the expected substrings: `/b/c/d/e` (delim. `/`, escape `0`) PASS: test_string_utils 56 - strutils_split() produces the expected substrings: `a/b/c/d/` (delim. `/`, escape `0`) PASS: test_string_utils 57 - strutils_split() produces the expected substrings: `/b/c/d/` (delim. `/`, escape `0`) PASS: test_string_utils 58 - strutils_split() produces the expected substrings: `` (delim. `/`, escape `0`) PASS: test_string_utils 59 - strutils_split() produces the expected substrings: `/` (delim. `/`, escape `0`) PASS: test_string_utils 60 - strutils_split() produces the expected substrings: `//` (delim. `/`, escape `0`) PASS: test_string_utils 61 - strutils_split() produces the expected substrings: `hello+world` (delim. `+`, escape `0`) PASS: test_string_utils 62 - strutils_split() produces the expected substrings: `hello\+world` (delim. `+`, escape `0`) PASS: test_string_utils 63 - strutils_split() produces the expected substrings: `hello\+world` (delim. `+`, escape `1`) PASS: test_string_utils 64 - strutils_split() produces the expected substrings: `hello\++world` (delim. `+`, escape `1`) PASS: test_string_utils 65 - strutils_split() produces the expected substrings: `hello\\++world` (delim. `+`, escape `1`) PASS: test_string_utils 66 - strutils_split() produces the expected substrings: `hello+world\` (delim. `+`, escape `0`) PASS: test_string_utils 67 - strutils_split() produces the expected substrings: `hello+world\` (delim. `+`, escape `1`) PASS: test_string_utils 68 - strutils_split() produces the expected substrings: `\+` (delim. `+`, escape `0`) PASS: test_string_utils 69 - strutils_split() produces the expected substrings: `\+` (delim. `+`, escape `1`) PASS: test_notification 1 - Condition allocated PASS: test_notification 2 - Condition is of type "low buffer usage" PASS: test_notification 3 - Threshold ratio is unset PASS: test_notification 4 - Threshold byte is unset PASS: test_notification 5 - Session name is unset PASS: test_notification 6 - Session name is null PASS: test_notification 7 - Channel name is unset PASS: test_notification 8 - Channel name is null PASS: test_notification 9 - Domain name is unset PASS: test_notification 10 - Set null condition on set session name PASS: test_notification 11 - Get session name with null condition PASS: test_notification 12 - Session name is null PASS: test_notification 13 - Session name is unset PASS: test_notification 14 - Session name is null PASS: test_notification 15 - Set null session name PASS: test_notification 16 - Session name is unset PASS: test_notification 17 - Session name is null PASS: test_notification 18 - Set empty session name PASS: test_notification 19 - Session name is unset PASS: test_notification 20 - Session name is null PASS: test_notification 21 - Set session name session420 PASS: test_notification 22 - Session name is set PASS: test_notification 23 - Session name has a value PASS: test_notification 24 - Session name is session420 PASS: test_notification 25 - Set session name to empty PASS: test_notification 26 - Session name is still set PASS: test_notification 27 - Session name has a value PASS: test_notification 28 - Session is still name is session420 PASS: test_notification 29 - Set null condition on set channel name PASS: test_notification 30 - Get channel name with null condition PASS: test_notification 31 - Channel name is unset PASS: test_notification 32 - Channel name is null PASS: test_notification 33 - Set null channel name PASS: test_notification 34 - Channel name is unset PASS: test_notification 35 - Channel name is null PASS: test_notification 36 - Set empty channel name PASS: test_notification 37 - Channel name is unset PASS: test_notification 38 - Channel name is null PASS: test_notification 39 - Set channel name channel420 PASS: test_notification 40 - Channel name is set PASS: test_notification 41 - Channel name has a value PASS: test_notification 42 - Channel name is channel420 PASS: test_notification 43 - Set channel name to empty PASS: test_notification 44 - Channel name is still set PASS: test_notification 45 - Channel name has a value PASS: test_notification 46 - Channel is still name is channel420 PASS: test_notification 47 - Set threshold ratio with null condition PASS: test_notification 48 - Get threshold ratio with null condition PASS: test_notification 49 - Threshold ratio is unset PASS: test_notification 50 - Set threshold ratio < 0 PASS: test_notification 51 - Threshold ratio is unset PASS: test_notification 52 - Set Threshold ratio > 1 PASS: test_notification 53 - Threshold ratio is unset PASS: test_notification 54 - Set threshold ratio == 1.0 PASS: test_notification 55 - Threshold ratio is set PASS: test_notification 56 - Threshold ratio is 1.0 PASS: test_notification 57 - Set threshold ratio == 0.0 PASS: test_notification 58 - Threshold ratio is set PASS: test_notification 59 - Threshold ratio is 0.0 PASS: test_notification 60 - Set threshold ratio == 0.420 PASS: test_notification 61 - Threshold ratio is set PASS: test_notification 62 - Threshold ratio is 0.420 PASS: test_notification 63 - Set threshold with null condition PASS: test_notification 64 - Get threshold value with null condition PASS: test_notification 65 - Threshold is unset PASS: test_notification 66 - Set threshold > 0 PASS: test_notification 67 - Threshold is set PASS: test_notification 68 - Threshold is 100000 PASS: test_notification 69 - Set threshold UINT64_MAX PASS: test_notification 70 - Threshold is set PASS: test_notification 71 - Threshold is UINT64_MAX PASS: test_notification 72 - Set threshold == 0 PASS: test_notification 73 - Threshold is set PASS: test_notification 74 - Threshold is 0 PASS: test_notification 75 - Threshold ratio is unset PASS: test_notification 76 - Threshold ratio is untouched PASS: test_notification 77 - Set threshold ratio == 0.420 PASS: test_notification 78 - Threshold ratio is set PASS: test_notification 79 - Threshold ratio is 0.420 PASS: test_notification 80 - Threshold is unset PASS: test_notification 81 - Threshold is untouched PASS: test_notification 82 - Set domain type with null condition PASS: test_notification 83 - Get domain type with null condition PASS: test_notification 84 - Set domain type as LTTNG_DOMAIN_NONE PASS: test_notification 85 - Domain type is unset PASS: test_notification 86 - Set domain type as LTTNG_DOMAIN_UST PASS: test_notification 87 - Domain type is set PASS: test_notification 88 - Domain type is LTTNG_DOMAIN_UST PASS: test_notification 89 - High buffer usage condition allocated PASS: test_notification 90 - Condition is of type "high buffer usage" PASS: test_notification 91 - Threshold ratio is unset PASS: test_notification 92 - Threshold byte is unset PASS: test_notification 93 - Session name is unset PASS: test_notification 94 - Session name is null PASS: test_notification 95 - Channel name is unset PASS: test_notification 96 - Channel name is null PASS: test_notification 97 - Domain name is unset PASS: test_notification 98 - Set null condition on set session name PASS: test_notification 99 - Get session name with null condition PASS: test_notification 100 - Session name is null PASS: test_notification 101 - Session name is unset PASS: test_notification 102 - Session name is null PASS: test_notification 103 - Set null session name PASS: test_notification 104 - Session name is unset PASS: test_notification 105 - Session name is null PASS: test_notification 106 - Set empty session name PASS: test_notification 107 - Session name is unset PASS: test_notification 108 - Session name is null PASS: test_notification 109 - Set session name session420 PASS: test_notification 110 - Session name is set PASS: test_notification 111 - Session name has a value PASS: test_notification 112 - Session name is session420 PASS: test_notification 113 - Set session name to empty PASS: test_notification 114 - Session name is still set PASS: test_notification 115 - Session name has a value PASS: test_notification 116 - Session is still name is session420 PASS: test_notification 117 - Set null condition on set channel name PASS: test_notification 118 - Get channel name with null condition PASS: test_notification 119 - Channel name is unset PASS: test_notification 120 - Channel name is null PASS: test_notification 121 - Set null channel name PASS: test_notification 122 - Channel name is unset PASS: test_notification 123 - Channel name is null PASS: test_notification 124 - Set empty channel name PASS: test_notification 125 - Channel name is unset PASS: test_notification 126 - Channel name is null PASS: test_notification 127 - Set channel name channel420 PASS: test_notification 128 - Channel name is set PASS: test_notification 129 - Channel name has a value PASS: test_notification 130 - Channel name is channel420 PASS: test_notification 131 - Set channel name to empty PASS: test_notification 132 - Channel name is still set PASS: test_notification 133 - Channel name has a value PASS: test_notification 134 - Channel is still name is channel420 PASS: test_notification 135 - Set threshold ratio with null condition PASS: test_notification 136 - Get threshold ratio with null condition PASS: test_notification 137 - Threshold ratio is unset PASS: test_notification 138 - Set threshold ratio < 0 PASS: test_notification 139 - Threshold ratio is unset PASS: test_notification 140 - Set Threshold ratio > 1 PASS: test_notification 141 - Threshold ratio is unset PASS: test_notification 142 - Set threshold ratio == 1.0 PASS: test_notification 143 - Threshold ratio is set PASS: test_notification 144 - Threshold ratio is 1.0 PASS: test_notification 145 - Set threshold ratio == 0.0 PASS: test_notification 146 - Threshold ratio is set PASS: test_notification 147 - Threshold ratio is 0.0 PASS: test_notification 148 - Set threshold ratio == 0.420 PASS: test_notification 149 - Threshold ratio is set PASS: test_notification 150 - Threshold ratio is 0.420 PASS: test_notification 151 - Set threshold with null condition PASS: test_notification 152 - Get threshold value with null condition PASS: test_notification 153 - Threshold is unset PASS: test_notification 154 - Set threshold > 0 PASS: test_notification 155 - Threshold is set PASS: test_notification 156 - Threshold is 100000 PASS: test_notification 157 - Set threshold UINT64_MAX PASS: test_notification 158 - Threshold is set PASS: test_notification 159 - Threshold is UINT64_MAX PASS: test_notification 160 - Set threshold == 0 PASS: test_notification 161 - Threshold is set PASS: test_notification 162 - Threshold is 0 PASS: test_notification 163 - Threshold ratio is unset PASS: test_notification 164 - Threshold ratio is untouched PASS: test_notification 165 - Set threshold ratio == 0.420 PASS: test_notification 166 - Threshold ratio is set PASS: test_notification 167 - Threshold ratio is 0.420 PASS: test_notification 168 - Threshold is unset PASS: test_notification 169 - Threshold is untouched PASS: test_notification 170 - Set domain type with null condition PASS: test_notification 171 - Get domain type with null condition PASS: test_notification 172 - Set domain type as LTTNG_DOMAIN_NONE PASS: test_notification 173 - Domain type is unset PASS: test_notification 174 - Set domain type as LTTNG_DOMAIN_UST PASS: test_notification 175 - Domain type is set PASS: test_notification 176 - Domain type is LTTNG_DOMAIN_UST PASS: test_notification 177 - Create notify action PASS: test_notification 178 - Action has type LTTNG_ACTION_TYPE_NOTIFY PASS: test_notification 179 - lttng_trigger_create(NULL, NULL) returns null PASS: test_notification 180 - lttng_trigger_create(NON-NULL, NULL) returns null PASS: test_notification 181 - lttng_trigger_create(NULL, NON-NULL) returns null PASS: test_notification 182 - lttng_trigger_create(NON-NULL, NON-NULL) returns an object PASS: ini_config/test_ini_config 1 - Successfully opened a config file, registered to all sections PASS: ini_config/test_ini_config 2 - Processed entries from each sections PASS: ini_config/test_ini_config 3 - Text value parsed correctly PASS: ini_config/test_ini_config 4 - Successfully opened a config file, registered to one section PASS: ini_config/test_ini_config 5 - Processed an entry from section1 only PASS: ini_config/test_ini_config 6 - Int value parsed correctly PASS: ini_config/test_ini_config 7 - Successfully opened a config file, registered to the global section PASS: ini_config/test_ini_config 8 - Processed an entry from the global section only PASS: test_ust_data 1 - Create UST session PASS: test_ust_data 2 - Validate UST session PASS: test_ust_data 3 - Validate channel name length PASS: test_ust_data 4 - Create UST channel PASS: test_ust_data 5 - Validate UST channel PASS: test_ust_data 6 - Validate string length PASS: test_ust_data 7 - Create UST event PASS: test_ust_data 8 - Validate UST event PASS: test_ust_data 9 - Create UST context PASS: test_ust_data 10 - Validate UST context PASS: test_ust_data 11 - Validate string length PASS: test_ust_data 12 - Create UST exclusion PASS: test_ust_data 13 - Create UST event with identical exclusion names fails PASS: test_ust_data 14 - Create UST exclusion PASS: test_ust_data 15 - Create UST event with different exclusion names PASS: test_ust_data 16 - Validate UST event and exclusion ============================================================================ Testsuite summary for lttng-tools 2.10.7 ============================================================================ # TOTAL: 395 # PASS: 395 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ PASS: tools/filtering/test_invalid_filter 1 - Start session daemon PASS: tools/filtering/test_invalid_filter 2 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 249 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 250 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 251 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 252 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 253 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 254 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 255 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 256 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 257 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 258 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 259 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 260 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 261 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 262 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 263 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 264 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 265 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 266 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 267 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 268 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 269 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 270 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 271 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 272 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 273 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 274 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 275 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 276 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 277 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 278 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 279 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 280 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 281 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 282 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 283 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 284 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 285 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 286 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 287 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 288 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 289 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 290 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 291 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 292 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 293 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 294 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 295 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 296 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 297 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 298 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 299 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 300 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 301 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 302 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 303 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 304 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 305 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 306 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 307 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 308 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 309 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 310 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 311 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 312 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 313 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 314 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 315 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 316 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 317 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 318 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 319 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 320 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 321 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 322 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 323 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 324 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 325 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 326 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 327 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 328 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 329 - Create session filter-invalid in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_invalid_filter 330 - Enable lttng event with filtering and invalid filter PASS: tools/filtering/test_invalid_filter 331 - Destroy session filter-invalid PASS: tools/filtering/test_invalid_filter 332 - 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 663 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 664 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 665 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 666 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 667 - Validate trace filter output PASS: tools/filtering/test_valid_filter 668 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 669 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 670 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 671 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 672 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 673 - Validate trace filter output PASS: tools/filtering/test_valid_filter 674 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 675 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 676 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 677 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 678 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 679 - Validate trace filter output PASS: tools/filtering/test_valid_filter 680 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 681 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 682 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 683 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 684 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 685 - Validate trace filter output PASS: tools/filtering/test_valid_filter 686 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 687 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 688 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 689 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 690 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 691 - Validate trace filter output PASS: tools/filtering/test_valid_filter 692 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 693 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 694 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 695 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 696 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 697 - Validate trace filter output PASS: tools/filtering/test_valid_filter 698 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 699 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 700 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 701 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 702 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 703 - Validate trace filter output PASS: tools/filtering/test_valid_filter 704 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 705 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 706 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 707 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 708 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 709 - Validate trace filter output PASS: tools/filtering/test_valid_filter 710 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 711 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 712 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 713 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 714 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 715 - Validate trace filter output PASS: tools/filtering/test_valid_filter 716 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 717 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 718 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 719 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 720 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 721 - Validate trace filter output PASS: tools/filtering/test_valid_filter 722 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 723 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 724 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 725 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 726 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 727 - Validate trace filter output PASS: tools/filtering/test_valid_filter 728 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 729 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 730 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 731 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 732 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 733 - Validate trace filter output PASS: tools/filtering/test_valid_filter 734 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 735 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 736 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 737 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 738 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 739 - Validate trace filter output PASS: tools/filtering/test_valid_filter 740 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 741 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 742 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 743 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 744 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 745 - Validate trace filter output PASS: tools/filtering/test_valid_filter 746 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 747 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 748 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 749 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 750 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 751 - Validate trace filter output PASS: tools/filtering/test_valid_filter 752 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 753 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 754 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 755 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 756 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 757 - Validate trace filter output PASS: tools/filtering/test_valid_filter 758 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 759 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 760 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 761 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 762 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 763 - Validate trace filter output PASS: tools/filtering/test_valid_filter 764 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 765 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 766 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 767 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 768 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 769 - Validate trace filter output PASS: tools/filtering/test_valid_filter 770 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 771 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 772 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 773 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 774 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 775 - Validate trace filter output PASS: tools/filtering/test_valid_filter 776 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 777 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 778 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 779 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 780 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 781 - Validate trace filter output PASS: tools/filtering/test_valid_filter 782 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 783 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 784 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 785 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 786 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 787 - Validate trace filter output PASS: tools/filtering/test_valid_filter 788 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 789 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 790 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 791 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 792 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 793 - Validate trace filter output PASS: tools/filtering/test_valid_filter 794 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 795 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 796 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 797 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 798 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 799 - Validate trace filter output PASS: tools/filtering/test_valid_filter 800 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 801 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 802 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 803 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 804 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 805 - Validate trace filter output PASS: tools/filtering/test_valid_filter 806 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 807 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 808 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 809 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 810 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 811 - Validate trace filter output PASS: tools/filtering/test_valid_filter 812 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 813 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 814 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 815 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 816 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 817 - Validate trace filter output PASS: tools/filtering/test_valid_filter 818 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 819 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 820 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 821 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 822 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 823 - Validate trace filter output PASS: tools/filtering/test_valid_filter 824 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 825 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 826 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 827 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 828 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 829 - Validate trace filter output PASS: tools/filtering/test_valid_filter 830 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 831 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 832 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 833 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 834 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 835 - Validate trace filter output PASS: tools/filtering/test_valid_filter 836 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 837 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 838 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 839 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 840 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 841 - Validate trace filter output PASS: tools/filtering/test_valid_filter 842 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 843 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 844 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 845 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 846 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 847 - Validate trace filter output PASS: tools/filtering/test_valid_filter 848 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 849 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 850 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 851 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 852 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 853 - Validate trace filter output PASS: tools/filtering/test_valid_filter 854 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 855 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 856 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 857 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 858 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 859 - Validate trace filter output PASS: tools/filtering/test_valid_filter 860 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 861 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 862 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 863 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 864 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 865 - Validate trace filter output PASS: tools/filtering/test_valid_filter 866 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 867 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 868 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 869 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 870 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 871 - Validate trace filter output PASS: tools/filtering/test_valid_filter 872 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 873 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 874 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 875 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 876 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 877 - Validate trace filter output PASS: tools/filtering/test_valid_filter 878 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 879 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 880 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 881 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 882 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 883 - Validate trace filter output PASS: tools/filtering/test_valid_filter 884 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 885 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 886 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 887 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 888 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 889 - Validate trace filter output PASS: tools/filtering/test_valid_filter 890 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 891 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 892 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 893 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 894 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 895 - Validate trace filter output PASS: tools/filtering/test_valid_filter 896 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 897 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 898 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 899 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 900 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 901 - Validate trace filter output PASS: tools/filtering/test_valid_filter 902 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 903 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 904 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 905 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 906 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 907 - Validate trace filter output PASS: tools/filtering/test_valid_filter 908 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 909 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 910 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 911 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 912 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 913 - Validate trace filter output PASS: tools/filtering/test_valid_filter 914 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 915 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 916 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 917 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 918 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 919 - Validate trace filter output PASS: tools/filtering/test_valid_filter 920 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 921 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 922 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 923 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 924 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 925 - Validate trace filter output PASS: tools/filtering/test_valid_filter 926 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 927 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 928 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 929 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 930 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 931 - Validate trace filter output PASS: tools/filtering/test_valid_filter 932 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 933 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 934 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 935 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 936 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 937 - Validate trace filter output PASS: tools/filtering/test_valid_filter 938 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 939 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 940 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 941 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 942 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 943 - Validate trace filter output PASS: tools/filtering/test_valid_filter 944 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 945 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 946 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 947 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 948 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 949 - Validate trace filter output PASS: tools/filtering/test_valid_filter 950 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 951 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 952 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 953 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 954 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 955 - Validate trace filter output PASS: tools/filtering/test_valid_filter 956 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 957 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 958 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 959 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 960 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 961 - Validate trace filter output PASS: tools/filtering/test_valid_filter 962 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 963 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 964 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 965 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 966 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 967 - Validate trace filter output PASS: tools/filtering/test_valid_filter 968 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 969 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 970 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 971 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 972 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 973 - Validate trace filter output PASS: tools/filtering/test_valid_filter 974 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 975 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 976 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 977 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 978 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 979 - Validate trace filter output PASS: tools/filtering/test_valid_filter 980 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 981 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 982 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 983 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 984 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 985 - Validate trace filter output PASS: tools/filtering/test_valid_filter 986 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 987 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 988 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 989 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 990 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 991 - Validate trace filter output PASS: tools/filtering/test_valid_filter 992 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 993 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 994 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 995 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 996 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 997 - Validate trace filter output PASS: tools/filtering/test_valid_filter 998 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 999 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1000 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1001 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1002 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1003 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1004 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1005 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1006 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1007 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1008 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1009 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1010 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1011 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1012 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1013 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1014 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1015 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1016 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1017 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1018 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1019 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1020 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1021 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1022 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1023 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1024 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1025 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1026 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1027 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1028 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1029 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1030 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1031 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1032 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1033 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1034 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1035 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1036 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1037 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1038 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1039 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1040 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1041 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1042 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1043 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1044 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1045 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1046 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1047 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1048 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1049 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1050 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1051 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1052 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1053 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1054 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1055 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1056 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1057 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1058 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1059 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1060 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1061 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1062 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1063 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1064 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1065 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1066 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1067 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1068 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1069 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1070 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1071 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1072 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1073 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1074 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1075 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1076 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1077 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1078 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1079 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1080 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1081 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1082 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1083 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1084 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1085 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1086 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1087 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1088 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1089 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1090 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1091 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1092 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1093 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1094 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1095 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1096 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1097 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1098 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1099 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1100 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1101 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1102 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1103 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1104 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1105 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1106 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1107 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1108 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1109 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1110 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1111 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1112 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1113 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1114 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1115 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1116 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1117 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1118 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1119 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1120 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1121 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1122 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1123 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1124 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1125 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1126 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1127 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1128 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1129 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1130 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1131 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1132 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1133 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1134 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1135 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1136 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1137 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1138 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1139 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1140 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1141 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1142 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1143 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1144 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1145 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1146 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1147 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1148 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1149 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1150 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1151 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1152 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1153 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1154 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1155 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1156 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1157 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1158 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1159 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1160 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1161 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1162 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1163 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1164 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1165 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1166 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1167 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1168 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1169 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1170 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1171 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1172 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1173 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1174 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1175 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1176 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1177 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1178 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1179 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1180 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1181 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1182 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1183 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1184 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1185 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1186 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1187 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1188 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1189 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1190 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1191 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1192 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1193 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1194 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1195 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1196 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1197 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1198 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1199 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1200 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1201 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1202 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1203 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1204 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1205 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1206 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1207 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1208 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1209 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1210 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1211 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1212 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1213 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1214 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1215 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1216 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1217 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1218 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1219 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1220 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1221 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1222 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1223 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1224 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1225 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1226 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1227 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1228 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1229 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1230 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1231 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1232 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1233 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1234 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1235 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1236 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1237 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1238 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1239 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1240 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1241 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1242 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1243 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1244 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1245 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1246 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1247 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1248 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1249 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1250 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1251 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1252 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1253 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1254 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1255 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1256 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1257 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1258 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1259 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1260 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1261 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1262 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1263 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1264 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1265 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1266 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1267 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1268 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1269 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1270 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1271 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1272 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1273 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1274 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1275 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1276 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1277 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1278 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1279 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1280 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1281 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1282 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1283 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1284 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1285 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1286 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1287 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1288 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1289 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1290 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1291 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1292 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1293 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1294 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1295 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1296 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1297 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1298 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1299 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1300 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1301 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1302 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1303 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1304 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1305 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1306 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1307 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1308 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1309 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1310 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1311 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1312 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1313 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1314 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1315 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1316 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1317 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1318 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1319 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1320 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1321 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1322 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1323 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1324 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1325 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1326 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1327 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1328 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1329 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1330 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1331 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1332 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1333 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1334 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1335 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1336 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1337 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1338 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1339 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1340 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1341 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1342 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1343 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1344 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1345 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1346 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1347 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1348 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1349 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1350 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1351 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1352 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1353 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1354 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1355 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1356 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1357 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1358 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1359 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1360 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1361 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1362 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1363 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1364 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1365 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1366 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1367 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1368 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1369 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1370 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1371 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1372 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1373 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1374 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1375 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1376 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1377 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1378 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1379 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1380 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1381 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1382 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1383 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1384 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1385 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1386 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1387 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1388 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1389 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1390 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1391 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1392 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1393 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1394 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1395 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1396 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1397 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1398 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1399 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1400 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1401 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1402 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1403 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1404 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1405 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1406 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1407 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1408 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1409 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1410 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1411 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1412 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1413 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1414 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1415 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1416 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1417 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1418 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1419 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1420 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1421 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1422 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1423 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1424 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1425 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1426 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1427 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1428 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1429 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1430 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1431 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1432 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1433 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1434 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1435 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1436 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1437 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1438 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1439 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1440 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1441 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1442 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1443 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1444 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1445 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1446 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1447 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1448 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1449 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1450 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1451 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1452 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1453 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1454 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1455 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1456 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1457 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1458 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1459 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1460 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1461 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1462 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1463 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1464 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1465 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1466 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1467 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1468 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1469 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1470 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1471 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1472 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1473 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1474 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1475 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1476 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1477 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1478 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1479 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1480 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1481 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1482 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1483 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1484 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1485 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1486 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1487 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1488 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1489 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1490 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1491 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1492 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1493 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1494 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1495 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1496 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1497 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1498 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1499 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1500 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1501 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1502 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1503 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1504 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1505 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1506 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1507 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1508 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1509 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1510 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1511 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1512 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1513 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1514 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1515 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1516 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1517 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1518 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1519 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1520 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1521 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1522 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1523 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1524 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1525 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1526 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1527 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1528 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1529 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1530 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1531 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1532 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1533 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1534 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1535 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1536 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1537 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1538 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1539 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1540 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1541 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1542 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1543 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1544 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1545 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1546 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1547 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1548 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1549 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1550 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1551 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1552 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1553 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1554 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1555 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1556 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1557 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1558 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1559 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1560 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1561 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1562 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1563 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1564 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1565 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1566 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1567 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1568 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1569 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1570 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1571 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1572 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1573 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1574 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1575 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1576 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1577 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1578 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1579 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1580 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1581 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1582 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1583 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1584 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1585 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1586 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1587 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1588 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1589 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1590 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1591 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1592 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1593 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1594 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1595 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1596 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1597 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1598 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1599 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1600 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1601 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1602 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1603 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1604 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1605 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1606 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1607 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1608 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1609 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1610 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1611 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1612 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1613 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1614 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1615 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1616 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1617 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1618 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1619 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1620 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1621 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1622 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1623 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1624 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1625 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1626 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1627 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1628 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1629 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1630 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1631 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1632 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1633 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1634 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1635 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1636 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1637 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1638 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1639 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1640 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1641 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1642 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1643 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1644 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1645 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1646 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1647 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1648 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1649 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1650 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1651 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1652 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1653 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1654 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1655 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1656 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1657 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1658 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1659 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1660 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1661 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1662 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1663 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1664 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1665 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1666 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1667 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1668 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1669 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1670 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1671 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1672 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1673 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1674 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1675 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1676 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1677 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1678 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1679 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1680 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1681 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1682 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1683 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1684 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1685 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1686 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1687 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1688 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1689 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1690 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1691 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1692 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1693 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1694 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1695 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1696 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1697 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1698 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1699 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1700 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1701 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1702 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1703 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1704 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1705 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1706 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1707 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1708 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1709 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1710 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1711 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1712 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1713 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1714 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1715 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1716 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1717 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1718 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1719 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1720 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1721 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1722 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1723 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1724 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1725 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1726 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1727 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1728 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1729 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1730 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1731 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1732 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1733 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1734 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1735 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1736 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1737 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1738 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1739 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1740 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1741 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1742 - Create session valid_filter in /tmp/tmp.XXXXXXXXXX PASS: tools/filtering/test_valid_filter 1743 - Enable lttng event with filtering PASS: tools/filtering/test_valid_filter 1744 - Start tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1745 - Stop lttng tracing for session valid_filter PASS: tools/filtering/test_valid_filter 1746 - Destroy session valid_filter PASS: tools/filtering/test_valid_filter 1747 - Validate trace filter output PASS: tools/filtering/test_valid_filter 1748 - Kill session daemon PASS: tools/streaming/test_ust 1 - Start lttng-relayd (opt: -o /tmp/tmp.XXXXXXXXXX) 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 64SVNt10KPJti9AM PASS: tools/streaming/test_ust 5 - Start tracing for session 64SVNt10KPJti9AM PASS: tools/streaming/test_ust 6 - Stop lttng tracing for session 64SVNt10KPJti9AM PASS: tools/streaming/test_ust 7 - Destroy session 64SVNt10KPJti9AM 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 svaidHuRJ3DunqpE PASS: tools/streaming/test_ust 11 - Start tracing for session svaidHuRJ3DunqpE PASS: tools/streaming/test_ust 12 - Stop lttng tracing for session svaidHuRJ3DunqpE PASS: tools/streaming/test_ust 13 - Destroy session svaidHuRJ3DunqpE 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.XXXXXXXXXX) 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 PASS: tools/live/test_ust 1 - Connect viewer to relayd PASS: tools/live/test_ust 2 - Established connection and version check with 2.10 PASS: tools/live/test_ust 3 - List sessions : 1 session(s) PASS: tools/live/test_ust 4 - Create viewer session PASS: tools/live/test_ust 5 - Attach to session, 2 stream(s) received PASS: tools/live/test_ust 6 - Get metadata, received 4096 bytes PASS: tools/live/test_ust 7 - Get one index per stream PASS: tools/live/test_ust 8 - Get one data packet for stream 1, offset 0, len 4096 PASS: tools/live/test_ust 9 - Detach viewer session PASS: tools/live/test_ust 10 - List sessions : 1 session(s) PASS: tools/live/test_ust 11 - Attach to session, 2 streams received PASS: tools/live/test_ust_tracefile_count 1 - Connect viewer to relayd PASS: tools/live/test_ust_tracefile_count 2 - Established connection and version check with 2.10 PASS: tools/live/test_ust_tracefile_count 3 - List sessions : 1 session(s) PASS: tools/live/test_ust_tracefile_count 4 - Create viewer session PASS: tools/live/test_ust_tracefile_count 5 - Attach to session, 2 stream(s) received PASS: tools/live/test_ust_tracefile_count 6 - Get metadata, received 4096 bytes PASS: tools/live/test_ust_tracefile_count 7 - Get one index per stream PASS: tools/live/test_ust_tracefile_count 8 - Get one data packet for stream 0, offset 0, len 4096 PASS: tools/live/test_ust_tracefile_count 9 - Detach viewer session PASS: tools/live/test_ust_tracefile_count 10 - List sessions : 1 session(s) PASS: tools/live/test_ust_tracefile_count 11 - Attach to session, 2 streams received PASS: tools/live/test_lttng_ust 1 - Start session daemon PASS: tools/live/test_lttng_ust 2 - Start lttng-relayd (opt: -o /tmp/tmp.XXXXXXXXXX) 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 relay daemon PASS: tools/live/test_lttng_ust 12 - Kill session daemon PASS: tools/tracefile-limits/test_tracefile_count 1 - Start session daemon PASS: tools/tracefile-limits/test_tracefile_count 2 - Create session J5YFZR2ykH4XS4yj in /tmp/tmp.XXXXXXXXXX PASS: tools/tracefile-limits/test_tracefile_count 3 - Enable channel channel for session J5YFZR2ykH4XS4yj: 1 tracefiles PASS: tools/tracefile-limits/test_tracefile_count 4 - Enable event tp:tptest for session J5YFZR2ykH4XS4yj in channel channel PASS: tools/tracefile-limits/test_tracefile_count 5 - Start tracing for session J5YFZR2ykH4XS4yj PASS: tools/tracefile-limits/test_tracefile_count 6 - Stop lttng tracing for session J5YFZR2ykH4XS4yj PASS: tools/tracefile-limits/test_tracefile_count 7 - Destroy session J5YFZR2ykH4XS4yj PASS: tools/tracefile-limits/test_tracefile_count 8 - Validate file count: channel_0_* PASS: tools/tracefile-limits/test_tracefile_count 9 - Trace validation - intfield PASS: tools/tracefile-limits/test_tracefile_count 10 - Trace validation - netintfield PASS: tools/tracefile-limits/test_tracefile_count 11 - Trace validation - longfield PASS: tools/tracefile-limits/test_tracefile_count 12 - Create session suLQ3g1LXwKOHUQw in /tmp/tmp.XXXXXXXXXX PASS: tools/tracefile-limits/test_tracefile_count 13 - Enable channel channel for session suLQ3g1LXwKOHUQw: 2 tracefiles PASS: tools/tracefile-limits/test_tracefile_count 14 - Enable event tp:tptest for session suLQ3g1LXwKOHUQw in channel channel PASS: tools/tracefile-limits/test_tracefile_count 15 - Start tracing for session suLQ3g1LXwKOHUQw PASS: tools/tracefile-limits/test_tracefile_count 16 - Stop lttng tracing for session suLQ3g1LXwKOHUQw PASS: tools/tracefile-limits/test_tracefile_count 17 - Destroy session suLQ3g1LXwKOHUQw PASS: tools/tracefile-limits/test_tracefile_count 18 - Validate file count: channel_0_* PASS: tools/tracefile-limits/test_tracefile_count 19 - Trace validation - intfield PASS: tools/tracefile-limits/test_tracefile_count 20 - Trace validation - netintfield PASS: tools/tracefile-limits/test_tracefile_count 21 - Trace validation - longfield PASS: tools/tracefile-limits/test_tracefile_count 22 - Create session AJk8YwIkM0QjUGKz in /tmp/tmp.XXXXXXXXXX PASS: tools/tracefile-limits/test_tracefile_count 23 - Enable channel channel for session AJk8YwIkM0QjUGKz: 4 tracefiles PASS: tools/tracefile-limits/test_tracefile_count 24 - Enable event tp:tptest for session AJk8YwIkM0QjUGKz in channel channel PASS: tools/tracefile-limits/test_tracefile_count 25 - Start tracing for session AJk8YwIkM0QjUGKz PASS: tools/tracefile-limits/test_tracefile_count 26 - Stop lttng tracing for session AJk8YwIkM0QjUGKz PASS: tools/tracefile-limits/test_tracefile_count 27 - Destroy session AJk8YwIkM0QjUGKz PASS: tools/tracefile-limits/test_tracefile_count 28 - Validate file count: channel_0_* PASS: tools/tracefile-limits/test_tracefile_count 29 - Trace validation - intfield PASS: tools/tracefile-limits/test_tracefile_count 30 - Trace validation - netintfield PASS: tools/tracefile-limits/test_tracefile_count 31 - Trace validation - longfield PASS: tools/tracefile-limits/test_tracefile_count 32 - Create session rjeCPyE3loBcGPsC in /tmp/tmp.XXXXXXXXXX PASS: tools/tracefile-limits/test_tracefile_count 33 - Enable channel channel for session rjeCPyE3loBcGPsC: 8 tracefiles PASS: tools/tracefile-limits/test_tracefile_count 34 - Enable event tp:tptest for session rjeCPyE3loBcGPsC in channel channel PASS: tools/tracefile-limits/test_tracefile_count 35 - Start tracing for session rjeCPyE3loBcGPsC PASS: tools/tracefile-limits/test_tracefile_count 36 - Stop lttng tracing for session rjeCPyE3loBcGPsC PASS: tools/tracefile-limits/test_tracefile_count 37 - Destroy session rjeCPyE3loBcGPsC PASS: tools/tracefile-limits/test_tracefile_count 38 - Validate file count: channel_0_* PASS: tools/tracefile-limits/test_tracefile_count 39 - Trace validation - intfield PASS: tools/tracefile-limits/test_tracefile_count 40 - Trace validation - netintfield PASS: tools/tracefile-limits/test_tracefile_count 41 - Trace validation - longfield PASS: tools/tracefile-limits/test_tracefile_count 42 - Create session 4K9bWNy3f7f7Ewen in /tmp/tmp.XXXXXXXXXX PASS: tools/tracefile-limits/test_tracefile_count 43 - Enable channel channel for session 4K9bWNy3f7f7Ewen: 10 tracefiles PASS: tools/tracefile-limits/test_tracefile_count 44 - Enable event tp:tptest for session 4K9bWNy3f7f7Ewen in channel channel PASS: tools/tracefile-limits/test_tracefile_count 45 - Start tracing for session 4K9bWNy3f7f7Ewen PASS: tools/tracefile-limits/test_tracefile_count 46 - Stop lttng tracing for session 4K9bWNy3f7f7Ewen PASS: tools/tracefile-limits/test_tracefile_count 47 - Destroy session 4K9bWNy3f7f7Ewen PASS: tools/tracefile-limits/test_tracefile_count 48 - Validate file count: channel_0_* PASS: tools/tracefile-limits/test_tracefile_count 49 - Trace validation - intfield PASS: tools/tracefile-limits/test_tracefile_count 50 - Trace validation - netintfield PASS: tools/tracefile-limits/test_tracefile_count 51 - Trace validation - longfield PASS: tools/tracefile-limits/test_tracefile_count 52 - Create session 8WzQmvrhrqnRLJ4Z in /tmp/tmp.XXXXXXXXXX PASS: tools/tracefile-limits/test_tracefile_count 53 - Enable channel channel for session 8WzQmvrhrqnRLJ4Z: 16 tracefiles PASS: tools/tracefile-limits/test_tracefile_count 54 - Enable event tp:tptest for session 8WzQmvrhrqnRLJ4Z in channel channel PASS: tools/tracefile-limits/test_tracefile_count 55 - Start tracing for session 8WzQmvrhrqnRLJ4Z PASS: tools/tracefile-limits/test_tracefile_count 56 - Stop lttng tracing for session 8WzQmvrhrqnRLJ4Z PASS: tools/tracefile-limits/test_tracefile_count 57 - Destroy session 8WzQmvrhrqnRLJ4Z PASS: tools/tracefile-limits/test_tracefile_count 58 - Validate file count: channel_0_* PASS: tools/tracefile-limits/test_tracefile_count 59 - Trace validation - intfield PASS: tools/tracefile-limits/test_tracefile_count 60 - Trace validation - netintfield PASS: tools/tracefile-limits/test_tracefile_count 61 - Trace validation - longfield PASS: tools/tracefile-limits/test_tracefile_count 62 - Create session 1JfXHnefPOpizgfK in /tmp/tmp.XXXXXXXXXX PASS: tools/tracefile-limits/test_tracefile_count 63 - Enable channel channel for session 1JfXHnefPOpizgfK: 32 tracefiles PASS: tools/tracefile-limits/test_tracefile_count 64 - Enable event tp:tptest for session 1JfXHnefPOpizgfK in channel channel PASS: tools/tracefile-limits/test_tracefile_count 65 - Start tracing for session 1JfXHnefPOpizgfK PASS: tools/tracefile-limits/test_tracefile_count 66 - Stop lttng tracing for session 1JfXHnefPOpizgfK PASS: tools/tracefile-limits/test_tracefile_count 67 - Destroy session 1JfXHnefPOpizgfK PASS: tools/tracefile-limits/test_tracefile_count 68 - Validate file count: channel_0_* PASS: tools/tracefile-limits/test_tracefile_count 69 - Trace validation - intfield PASS: tools/tracefile-limits/test_tracefile_count 70 - Trace validation - netintfield PASS: tools/tracefile-limits/test_tracefile_count 71 - Trace validation - longfield PASS: tools/tracefile-limits/test_tracefile_count 72 - Create session K8DjtSYvGVRaLDr4 in /tmp/tmp.XXXXXXXXXX PASS: tools/tracefile-limits/test_tracefile_count 73 - Enable channel channel for session K8DjtSYvGVRaLDr4: 64 tracefiles PASS: tools/tracefile-limits/test_tracefile_count 74 - Enable event tp:tptest for session K8DjtSYvGVRaLDr4 in channel channel PASS: tools/tracefile-limits/test_tracefile_count 75 - Start tracing for session K8DjtSYvGVRaLDr4 PASS: tools/tracefile-limits/test_tracefile_count 76 - Stop lttng tracing for session K8DjtSYvGVRaLDr4 PASS: tools/tracefile-limits/test_tracefile_count 77 - Destroy session K8DjtSYvGVRaLDr4 PASS: tools/tracefile-limits/test_tracefile_count 78 - Validate file count: channel_0_* PASS: tools/tracefile-limits/test_tracefile_count 79 - Trace validation - intfield PASS: tools/tracefile-limits/test_tracefile_count 80 - Trace validation - netintfield PASS: tools/tracefile-limits/test_tracefile_count 81 - Trace validation - longfield PASS: tools/tracefile-limits/test_tracefile_count 82 - Kill session daemon PASS: tools/tracefile-limits/test_tracefile_size 1 - Start session daemon PASS: tools/tracefile-limits/test_tracefile_size 2 - Create session IAPXN5AAzlqOUzdj in /tmp/tmp.XXXXXXXXXX PASS: tools/tracefile-limits/test_tracefile_size 3 - Enable channel channel for session IAPXN5AAzlqOUzdj: 4096 bytes tracefile limit PASS: tools/tracefile-limits/test_tracefile_size 4 - Enable event tp:tptest for session IAPXN5AAzlqOUzdj in channel channel PASS: tools/tracefile-limits/test_tracefile_size 5 - Start tracing for session IAPXN5AAzlqOUzdj PASS: tools/tracefile-limits/test_tracefile_size 6 - Stop lttng tracing for session IAPXN5AAzlqOUzdj PASS: tools/tracefile-limits/test_tracefile_size 7 - Destroy session IAPXN5AAzlqOUzdj 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, 152 events PASS: tools/tracefile-limits/test_tracefile_size 10 - Create session CnEFcONDgnKvzC7Z in /tmp/tmp.XXXXXXXXXX PASS: tools/tracefile-limits/test_tracefile_size 11 - Enable channel channel for session CnEFcONDgnKvzC7Z: 8192 bytes tracefile limit PASS: tools/tracefile-limits/test_tracefile_size 12 - Enable event tp:tptest for session CnEFcONDgnKvzC7Z in channel channel PASS: tools/tracefile-limits/test_tracefile_size 13 - Start tracing for session CnEFcONDgnKvzC7Z PASS: tools/tracefile-limits/test_tracefile_size 14 - Stop lttng tracing for session CnEFcONDgnKvzC7Z PASS: tools/tracefile-limits/test_tracefile_size 15 - Destroy session CnEFcONDgnKvzC7Z 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, 152 events PASS: tools/tracefile-limits/test_tracefile_size 18 - Create session dGATkWOuvOkoJqGK in /tmp/tmp.XXXXXXXXXX PASS: tools/tracefile-limits/test_tracefile_size 19 - Enable channel channel for session dGATkWOuvOkoJqGK: 16384 bytes tracefile limit PASS: tools/tracefile-limits/test_tracefile_size 20 - Enable event tp:tptest for session dGATkWOuvOkoJqGK in channel channel PASS: tools/tracefile-limits/test_tracefile_size 21 - Start tracing for session dGATkWOuvOkoJqGK PASS: tools/tracefile-limits/test_tracefile_size 22 - Stop lttng tracing for session dGATkWOuvOkoJqGK PASS: tools/tracefile-limits/test_tracefile_size 23 - Destroy session dGATkWOuvOkoJqGK 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, 152 events PASS: tools/tracefile-limits/test_tracefile_size 26 - Create session BRBdMUC41AerBWYa in /tmp/tmp.XXXXXXXXXX PASS: tools/tracefile-limits/test_tracefile_size 27 - Enable channel channel for session BRBdMUC41AerBWYa: 32768 bytes tracefile limit PASS: tools/tracefile-limits/test_tracefile_size 28 - Enable event tp:tptest for session BRBdMUC41AerBWYa in channel channel PASS: tools/tracefile-limits/test_tracefile_size 29 - Start tracing for session BRBdMUC41AerBWYa PASS: tools/tracefile-limits/test_tracefile_size 30 - Stop lttng tracing for session BRBdMUC41AerBWYa PASS: tools/tracefile-limits/test_tracefile_size 31 - Destroy session BRBdMUC41AerBWYa 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, 152 events PASS: tools/tracefile-limits/test_tracefile_size 34 - Create session CyDU9RcVR7qK2PXP in /tmp/tmp.XXXXXXXXXX PASS: tools/tracefile-limits/test_tracefile_size 35 - Enable channel channel for session CyDU9RcVR7qK2PXP: 65536 bytes tracefile limit PASS: tools/tracefile-limits/test_tracefile_size 36 - Enable event tp:tptest for session CyDU9RcVR7qK2PXP in channel channel PASS: tools/tracefile-limits/test_tracefile_size 37 - Start tracing for session CyDU9RcVR7qK2PXP PASS: tools/tracefile-limits/test_tracefile_size 38 - Stop lttng tracing for session CyDU9RcVR7qK2PXP PASS: tools/tracefile-limits/test_tracefile_size 39 - Destroy session CyDU9RcVR7qK2PXP 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, 152 events PASS: tools/tracefile-limits/test_tracefile_size 42 - Create session dclwn2orjP8NwNJ1 in /tmp/tmp.XXXXXXXXXX PASS: tools/tracefile-limits/test_tracefile_size 43 - Enable channel channel for session dclwn2orjP8NwNJ1: 131072 bytes tracefile limit PASS: tools/tracefile-limits/test_tracefile_size 44 - Enable event tp:tptest for session dclwn2orjP8NwNJ1 in channel channel PASS: tools/tracefile-limits/test_tracefile_size 45 - Start tracing for session dclwn2orjP8NwNJ1 PASS: tools/tracefile-limits/test_tracefile_size 46 - Stop lttng tracing for session dclwn2orjP8NwNJ1 PASS: tools/tracefile-limits/test_tracefile_size 47 - Destroy session dclwn2orjP8NwNJ1 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, 152 events PASS: tools/tracefile-limits/test_tracefile_size 50 - Create session SFnr8p91DByzRsrt in /tmp/tmp.XXXXXXXXXX PASS: tools/tracefile-limits/test_tracefile_size 51 - Enable channel channel for session SFnr8p91DByzRsrt: 5120 bytes tracefile limit PASS: tools/tracefile-limits/test_tracefile_size 52 - Enable event tp:tptest for session SFnr8p91DByzRsrt in channel channel PASS: tools/tracefile-limits/test_tracefile_size 53 - Start tracing for session SFnr8p91DByzRsrt PASS: tools/tracefile-limits/test_tracefile_size 54 - Stop lttng tracing for session SFnr8p91DByzRsrt PASS: tools/tracefile-limits/test_tracefile_size 55 - Destroy session SFnr8p91DByzRsrt 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, 152 events PASS: tools/tracefile-limits/test_tracefile_size 58 - Create session KdqwXO00e52g1TM8 in /tmp/tmp.XXXXXXXXXX PASS: tools/tracefile-limits/test_tracefile_size 59 - Enable channel channel for session KdqwXO00e52g1TM8: 4094 bytes tracefile limit PASS: tools/tracefile-limits/test_tracefile_size 60 - Enable event tp:tptest for session KdqwXO00e52g1TM8 in channel channel PASS: tools/tracefile-limits/test_tracefile_size 61 - Start tracing for session KdqwXO00e52g1TM8 PASS: tools/tracefile-limits/test_tracefile_size 62 - Stop lttng tracing for session KdqwXO00e52g1TM8 PASS: tools/tracefile-limits/test_tracefile_size 63 - Destroy session KdqwXO00e52g1TM8 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, 152 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.XXXXXXXXXX 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 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 9 - Enable lttng event with event "tp:tptest3" excluded PASS: tools/exclusion/test_exclusion 10 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 11 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 12 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 13 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 14 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 15 - Enable lttng event with event "tp:tptest*" excluded PASS: tools/exclusion/test_exclusion 16 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 17 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 18 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 19 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 20 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 21 - Enable lttng event with event "tp:tptest*" excluded PASS: tools/exclusion/test_exclusion 22 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 23 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 24 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 25 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 26 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 27 - Enable lttng event with event "tp:tptest*" excluded PASS: tools/exclusion/test_exclusion 28 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 29 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 30 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 31 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 32 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 33 - Enable lttng event with event "tp:tptest*" excluded PASS: tools/exclusion/test_exclusion 34 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 35 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 36 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 37 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 38 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 39 - Enable lttng event with event "tp:tptest*" excluded PASS: tools/exclusion/test_exclusion 40 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 41 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 42 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 43 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 44 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 45 - Enable lttng event with event "tp*tptest*" excluded PASS: tools/exclusion/test_exclusion 46 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 47 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 48 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 49 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 50 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 51 - Enable lttng event with event "tp*tptest*" excluded PASS: tools/exclusion/test_exclusion 52 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 53 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 54 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 55 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 56 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 57 - Enable lttng event with event "tp*tptest*" excluded PASS: tools/exclusion/test_exclusion 58 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 59 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 60 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 61 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 62 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 63 - Enable lttng event with event "tp*tptest*" excluded PASS: tools/exclusion/test_exclusion 64 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 65 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 66 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 67 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 68 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 69 - Enable lttng event with event "tp*tptest*" excluded PASS: tools/exclusion/test_exclusion 70 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 71 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 72 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 73 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 74 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 75 - Enable lttng event with event "*test2" excluded PASS: tools/exclusion/test_exclusion 76 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 77 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 78 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 79 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 80 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 81 - Enable lttng event with event "*test5" excluded PASS: tools/exclusion/test_exclusion 82 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 83 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 84 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 85 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 86 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 87 - Enable lttng event with event "*p*test*" excluded PASS: tools/exclusion/test_exclusion 88 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 89 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 90 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 91 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 92 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 93 - Enable lttng event with event "*p*test*" excluded PASS: tools/exclusion/test_exclusion 94 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 95 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 96 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 97 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 98 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 99 - Enable lttng event with event "*p*test*" excluded PASS: tools/exclusion/test_exclusion 100 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 101 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 102 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 103 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 104 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 105 - Enable lttng event with event "*p***test*" excluded PASS: tools/exclusion/test_exclusion 106 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 107 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 108 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 109 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 110 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 111 - Enable lttng event with event "*p*test*" excluded PASS: tools/exclusion/test_exclusion 112 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 113 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 114 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 115 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 116 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 117 - Enable lttng event with event "*3" excluded PASS: tools/exclusion/test_exclusion 118 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 119 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 120 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 121 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 122 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 123 - Enable lttng event with event "tp*test3,*2" excluded PASS: tools/exclusion/test_exclusion 124 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 125 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 126 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 127 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 128 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 129 - Enable lttng event with event "**tp*test3,*2" excluded PASS: tools/exclusion/test_exclusion 130 - Start tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 131 - Stop lttng tracing for session test-exclusion PASS: tools/exclusion/test_exclusion 132 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 133 - Validate trace exclusion output PASS: tools/exclusion/test_exclusion 134 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 135 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 136 - Enable LTTng event "allo" with exclusion "lol" fails PASS: tools/exclusion/test_exclusion 137 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 138 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 139 - Enable LTTng event "allo" with exclusion "meow,lol" fails PASS: tools/exclusion/test_exclusion 140 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 141 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 142 - Enable LTTng event "allo" with exclusion "z*em" fails PASS: tools/exclusion/test_exclusion 143 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 144 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 145 - Enable LTTng event "allo*" with exclusion "all*" fails PASS: tools/exclusion/test_exclusion 146 - Create session test-exclusion in /tmp/tmp.XXXXXXXXXX PASS: tools/exclusion/test_exclusion 147 - Destroy session test-exclusion PASS: tools/exclusion/test_exclusion 148 - Enable LTTng event "allo*" with exclusion "ze,all*,yes" fails PASS: tools/exclusion/test_exclusion 149 - Kill session daemon PASS: tools/snapshots/test_ust_fast 1 - Start session daemon PASS: tools/snapshots/test_ust_fast 2 - Create session pDWEbkKAuXSsaTd4 in no-output mode PASS: tools/snapshots/test_ust_fast 3 - Enable channel snapchan for session pDWEbkKAuXSsaTd4 PASS: tools/snapshots/test_ust_fast 4 - Enable ust event tp:tptest for session pDWEbkKAuXSsaTd4 PASS: tools/snapshots/test_ust_fast 5 - Start tracing for session pDWEbkKAuXSsaTd4 PASS: tools/snapshots/test_ust_fast 6 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX ( -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.XXXXXXXXXX ( -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 pDWEbkKAuXSsaTd4 PASS: tools/snapshots/test_ust_fast 12 - Destroy session pDWEbkKAuXSsaTd4 PASS: tools/snapshots/test_ust_fast 13 - Create session SApGtg6FjBk8SNRE in no-output mode PASS: tools/snapshots/test_ust_fast 14 - Enable channel snapchan for session SApGtg6FjBk8SNRE PASS: tools/snapshots/test_ust_fast 15 - Enable ust event tp:tptest for session SApGtg6FjBk8SNRE PASS: tools/snapshots/test_ust_fast 16 - Start tracing for session SApGtg6FjBk8SNRE PASS: tools/snapshots/test_ust_fast 17 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX 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 SApGtg6FjBk8SNRE PASS: tools/snapshots/test_ust_fast 21 - Destroy session SApGtg6FjBk8SNRE PASS: tools/snapshots/test_ust_fast 22 - Validate trace for event tp:tptest, 499 events PASS: tools/snapshots/test_ust_fast 23 - Create session E6TeqcOsaLmK0o0h in no-output mode PASS: tools/snapshots/test_ust_fast 24 - Enable channel for session E6TeqcOsaLmK0o0h with subbuf size 8192 PASS: tools/snapshots/test_ust_fast 25 - Enable ust event tp:tptest for session E6TeqcOsaLmK0o0h PASS: tools/snapshots/test_ust_fast 26 - Start tracing for session E6TeqcOsaLmK0o0h PASS: tools/snapshots/test_ust_fast 27 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX ( -m 8192 ) 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 E6TeqcOsaLmK0o0h PASS: tools/snapshots/test_ust_fast 32 - Destroy session E6TeqcOsaLmK0o0h PASS: tools/snapshots/test_ust_fast 33 - Validate trace for event tp:tptest, 38 events PASS: tools/snapshots/test_ust_fast 34 - Create session 5z6AtcDUh8bQKeqZ in no-output mode PASS: tools/snapshots/test_ust_fast 35 - Enable channel snapchan per UID for session 5z6AtcDUh8bQKeqZ PASS: tools/snapshots/test_ust_fast 36 - Enable ust event tp:tptest for session 5z6AtcDUh8bQKeqZ PASS: tools/snapshots/test_ust_fast 37 - Start tracing for session 5z6AtcDUh8bQKeqZ PASS: tools/snapshots/test_ust_fast 38 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX 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 5z6AtcDUh8bQKeqZ PASS: tools/snapshots/test_ust_fast 42 - Destroy session 5z6AtcDUh8bQKeqZ PASS: tools/snapshots/test_ust_fast 43 - Validate trace for event tp:tptest, 499 events PASS: tools/snapshots/test_ust_fast 44 - Create session g1RVndUj6FBZEd4d in no-output mode PASS: tools/snapshots/test_ust_fast 45 - Enable channel snapchan per UID for session g1RVndUj6FBZEd4d PASS: tools/snapshots/test_ust_fast 46 - Enable ust event tp:tptest for session g1RVndUj6FBZEd4d PASS: tools/snapshots/test_ust_fast 47 - Start tracing for session g1RVndUj6FBZEd4d PASS: tools/snapshots/test_ust_fast 48 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX 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 g1RVndUj6FBZEd4d PASS: tools/snapshots/test_ust_fast 52 - Destroy session g1RVndUj6FBZEd4d PASS: tools/snapshots/test_ust_fast 53 - Validate trace for event tp:tptest, 491 events PASS: tools/snapshots/test_ust_fast 54 - Create session P11iGBgMKs8OGauq in no-output mode PASS: tools/snapshots/test_ust_fast 55 - Enable channel snapchan for session P11iGBgMKs8OGauq PASS: tools/snapshots/test_ust_fast 56 - Enable ust event tp:tptest1,tp:tptest2,tp:tptest3,tp:tptest4,tp:tptest5 for session P11iGBgMKs8OGauq PASS: tools/snapshots/test_ust_fast 57 - Start tracing for session P11iGBgMKs8OGauq PASS: tools/snapshots/test_ust_fast 58 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX 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 P11iGBgMKs8OGauq PASS: tools/snapshots/test_ust_fast 62 - Destroy session P11iGBgMKs8OGauq 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 CZaCpbtvHSRh0Tpf in no-output mode PASS: tools/snapshots/test_ust_fast 69 - Enable channel snapchan for session CZaCpbtvHSRh0Tpf PASS: tools/snapshots/test_ust_fast 70 - Enable ust event tp:tptest for session CZaCpbtvHSRh0Tpf PASS: tools/snapshots/test_ust_fast 71 - Start tracing for session CZaCpbtvHSRh0Tpf PASS: tools/snapshots/test_ust_fast 72 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX 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, 505 events PASS: tools/snapshots/test_ust_fast 76 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 77 - Validate trace for event tp:tptest, 538 events PASS: tools/snapshots/test_ust_fast 78 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 79 - Validate trace for event tp:tptest, 566 events PASS: tools/snapshots/test_ust_fast 80 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 81 - Validate trace for event tp:tptest, 591 events PASS: tools/snapshots/test_ust_fast 82 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 83 - Validate trace for event tp:tptest, 109 events PASS: tools/snapshots/test_ust_fast 84 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 85 - Validate trace for event tp:tptest, 91 events PASS: tools/snapshots/test_ust_fast 86 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 87 - Validate trace for event tp:tptest, 76 events PASS: tools/snapshots/test_ust_fast 88 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 89 - Validate trace for event tp:tptest, 64 events PASS: tools/snapshots/test_ust_fast 90 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 91 - Validate trace for event tp:tptest, 54 events PASS: tools/snapshots/test_ust_fast 92 - Snapshot recorded PASS: tools/snapshots/test_ust_fast 93 - Validate trace for event tp:tptest, 52 events PASS: tools/snapshots/test_ust_fast 94 - Stop lttng tracing for session CZaCpbtvHSRh0Tpf PASS: tools/snapshots/test_ust_fast 95 - Destroy session CZaCpbtvHSRh0Tpf PASS: tools/snapshots/test_ust_fast 96 - Create session b1UN3Z4PI41DUuyF in no-output mode PASS: tools/snapshots/test_ust_fast 97 - Enable channel snapchan for session b1UN3Z4PI41DUuyF with small discard buffers PASS: tools/snapshots/test_ust_fast 98 - Enable ust event tp:tptest for session b1UN3Z4PI41DUuyF PASS: tools/snapshots/test_ust_fast 99 - Start tracing for session b1UN3Z4PI41DUuyF PASS: tools/snapshots/test_ust_fast 100 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX 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 b1UN3Z4PI41DUuyF PASS: tools/snapshots/test_ust_fast 107 - Destroy session b1UN3Z4PI41DUuyF PASS: tools/snapshots/test_ust_fast 108 - Create session Y8FfM4qXnToJO8qb in no-output mode PASS: tools/snapshots/test_ust_fast 109 - Enable channel snapchan for session Y8FfM4qXnToJO8qb with small discard buffers PASS: tools/snapshots/test_ust_fast 110 - Enable ust event tp:tptest for session Y8FfM4qXnToJO8qb PASS: tools/snapshots/test_ust_fast 111 - Start tracing for session Y8FfM4qXnToJO8qb PASS: tools/snapshots/test_ust_fast 112 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX 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 Y8FfM4qXnToJO8qb PASS: tools/snapshots/test_ust_fast 119 - Destroy session Y8FfM4qXnToJO8qb PASS: tools/snapshots/test_ust_fast 120 - Kill session daemon PASS: tools/snapshots/test_ust_streaming 1 - Start lttng-relayd (opt: -o /tmp/tmp.XXXXXXXXXX) PASS: tools/snapshots/test_ust_streaming 2 - Start session daemon PASS: tools/snapshots/test_ust_streaming 3 - Create session b7xfTf3xXv3U9c8y in no-output mode PASS: tools/snapshots/test_ust_streaming 4 - Enable channel chan1 for session b7xfTf3xXv3U9c8y PASS: tools/snapshots/test_ust_streaming 5 - Enable ust event tp:tptest for session b7xfTf3xXv3U9c8y PASS: tools/snapshots/test_ust_streaming 6 - Start tracing for session b7xfTf3xXv3U9c8y 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, 500 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, 578 events PASS: tools/snapshots/test_ust_streaming 15 - Stop lttng tracing for session b7xfTf3xXv3U9c8y PASS: tools/snapshots/test_ust_streaming 16 - Destroy session b7xfTf3xXv3U9c8y PASS: tools/snapshots/test_ust_streaming 17 - Create session e3NLp6OhumPZrC2u in no-output mode PASS: tools/snapshots/test_ust_streaming 18 - Enable channel chan1 for session e3NLp6OhumPZrC2u PASS: tools/snapshots/test_ust_streaming 19 - Enable ust event tp:tptest for session e3NLp6OhumPZrC2u PASS: tools/snapshots/test_ust_streaming 20 - Start tracing for session e3NLp6OhumPZrC2u 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 e3NLp6OhumPZrC2u PASS: tools/snapshots/test_ust_streaming 25 - Destroy session e3NLp6OhumPZrC2u PASS: tools/snapshots/test_ust_streaming 26 - Validate trace for event tp:tptest, 504 events PASS: tools/snapshots/test_ust_streaming 27 - Create session IxDzWEl5EJ81uMeS in no-output mode PASS: tools/snapshots/test_ust_streaming 28 - Enable channel chan1 for session IxDzWEl5EJ81uMeS PASS: tools/snapshots/test_ust_streaming 29 - Enable ust event tp:tptest for session IxDzWEl5EJ81uMeS PASS: tools/snapshots/test_ust_streaming 30 - Start tracing for session IxDzWEl5EJ81uMeS 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 IxDzWEl5EJ81uMeS PASS: tools/snapshots/test_ust_streaming 35 - Destroy session IxDzWEl5EJ81uMeS PASS: tools/snapshots/test_ust_streaming 36 - Custom name snapshot exists PASS: tools/snapshots/test_ust_streaming 37 - Validate trace for event tp:tptest, 502 events PASS: tools/snapshots/test_ust_streaming 38 - Create session FpOcRixI9FGGoux2 in no-output mode PASS: tools/snapshots/test_ust_streaming 39 - Enable channel chan1 for session FpOcRixI9FGGoux2 PASS: tools/snapshots/test_ust_streaming 40 - Enable ust event tp:tptest for session FpOcRixI9FGGoux2 PASS: tools/snapshots/test_ust_streaming 41 - Start tracing for session FpOcRixI9FGGoux2 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 FpOcRixI9FGGoux2 PASS: tools/snapshots/test_ust_streaming 46 - Destroy session FpOcRixI9FGGoux2 PASS: tools/snapshots/test_ust_streaming 47 - Validate trace for event tp:tptest, 503 events PASS: tools/snapshots/test_ust_streaming 48 - Create session 8SQxJvetF26Lpngs in no-output mode PASS: tools/snapshots/test_ust_streaming 49 - Enable channel chan1 for session 8SQxJvetF26Lpngs PASS: tools/snapshots/test_ust_streaming 50 - Enable ust event tp:tptest for session 8SQxJvetF26Lpngs PASS: tools/snapshots/test_ust_streaming 51 - Added snapshot output net://localhost PASS: tools/snapshots/test_ust_streaming 52 - Start application to trace PASS: tools/snapshots/test_ust_streaming 53 - Start tracing for session 8SQxJvetF26Lpngs PASS: tools/snapshots/test_ust_streaming 54 - Snapshot recorded PASS: tools/snapshots/test_ust_streaming 55 - Stop lttng tracing for session 8SQxJvetF26Lpngs PASS: tools/snapshots/test_ust_streaming 56 - Validate trace for event tp:tptest, 8 events PASS: tools/snapshots/test_ust_streaming 57 - Start tracing for session 8SQxJvetF26Lpngs PASS: tools/snapshots/test_ust_streaming 58 - Snapshot recorded PASS: tools/snapshots/test_ust_streaming 59 - Stop lttng tracing for session 8SQxJvetF26Lpngs PASS: tools/snapshots/test_ust_streaming 60 - Validate trace for event tp:tptest, 60 events PASS: tools/snapshots/test_ust_streaming 61 - Start tracing for session 8SQxJvetF26Lpngs PASS: tools/snapshots/test_ust_streaming 62 - Snapshot recorded PASS: tools/snapshots/test_ust_streaming 63 - Stop lttng tracing for session 8SQxJvetF26Lpngs PASS: tools/snapshots/test_ust_streaming 64 - Validate trace for event tp:tptest, 111 events PASS: tools/snapshots/test_ust_streaming 65 - Start tracing for session 8SQxJvetF26Lpngs PASS: tools/snapshots/test_ust_streaming 66 - Snapshot recorded PASS: tools/snapshots/test_ust_streaming 67 - Stop lttng tracing for session 8SQxJvetF26Lpngs PASS: tools/snapshots/test_ust_streaming 68 - Validate trace for event tp:tptest, 163 events PASS: tools/snapshots/test_ust_streaming 69 - Start tracing for session 8SQxJvetF26Lpngs PASS: tools/snapshots/test_ust_streaming 70 - Snapshot recorded PASS: tools/snapshots/test_ust_streaming 71 - Stop lttng tracing for session 8SQxJvetF26Lpngs PASS: tools/snapshots/test_ust_streaming 72 - Validate trace for event tp:tptest, 206 events PASS: tools/snapshots/test_ust_streaming 73 - Destroy session 8SQxJvetF26Lpngs PASS: tools/snapshots/test_ust_streaming 74 - Kill session daemon PASS: tools/snapshots/test_ust_streaming 75 - Kill relay daemon SKIP: tools/save-load/test_save - Skip No UST events binary detected. PASS: tools/save-load/test_load 1 - Start session daemon PASS: tools/save-load/test_load 2 - Load command with opts: -i ./tools/save-load//load-42.lttng PASS: tools/save-load/test_load 3 - Destroy session load-42 PASS: tools/save-load/test_load 4 - Start lttng-relayd (opt: -C tcp://localhost:8172 -D tcp://localhost:9817) PASS: tools/save-load/test_load 5 - Load command with opts: -i ./tools/save-load//load-42-complex.lttng PASS: tools/save-load/test_load 6 - Disable event uevent1 for session load-42-complex PASS: tools/save-load/test_load 7 - Disable event uevent2 for session load-42-complex PASS: tools/save-load/test_load 8 - Disable event uevent3* for session load-42-complex PASS: tools/save-load/test_load 9 - Disable channel chan1 for session load-42-complex PASS: tools/save-load/test_load 10 - Disable channel chan2 for session load-42-complex PASS: tools/save-load/test_load 11 - Disable channel chan3 for session load-42-complex PASS: tools/save-load/test_load 12 - Disabled event is loaded in disabled state PASS: tools/save-load/test_load 13 - Disabled event is loaded in disabled state PASS: tools/save-load/test_load 14 - Enabled event with same name but different loglevel is in disabled state PASS: tools/save-load/test_load 15 - Destroy session load-42-complex PASS: tools/save-load/test_load 16 - Kill relay daemon PASS: tools/save-load/test_load 17 - Start lttng-relayd (opt: -C tcp://localhost:8172 -D tcp://localhost:9817) PASS: tools/save-load/test_load 18 - Load command with opts: -a -i ./tools/save-load/ PASS: tools/save-load/test_load 19 - Destroy session load-42 PASS: tools/save-load/test_load 20 - Destroy session load-42-complex PASS: tools/save-load/test_load 21 - Destroy session load-42-trackers PASS: tools/save-load/test_load 22 - Kill relay daemon PASS: tools/save-load/test_load 23 - Load command with opts: -i ./tools/save-load//load-42.lttng PASS: tools/save-load/test_load 24 - Load command with opts: -f -i ./tools/save-load/ load-42 PASS: tools/save-load/test_load 25 - Destroy session load-42 PASS: tools/save-load/test_load 26 - Load command with opts: -i ./tools/save-load//load-42-trackers.lttng PASS: tools/save-load/test_load 27 - Pid target is present PASS: tools/save-load/test_load 28 - Untrack command with opts: -p 666 -u -s load-42-trackers PASS: tools/save-load/test_load 29 - Destroy session load-42-trackers PASS: tools/save-load/test_load 30 - Load command with opts: -i ./tools/save-load//load-42.lttng --override-name=PinkyAndTheBrain load-42 PASS: tools/save-load/test_load 31 - Override name successful [load-42 to PinkyAndTheBrain] PASS: tools/save-load/test_load 32 - Output path is not affected by name override PASS: tools/save-load/test_load 33 - Destroy session PinkyAndTheBrain PASS: tools/save-load/test_load 34 - Load command failed as expected with opts: -i ./tools/save-load//load-42.lttng --override-name=PinkyAndTheBrain PASS: tools/save-load/test_load 35 - Start lttng-relayd (opt: -C tcp://127.0.0.1:8172 -D tcp://127.0.0.1:9817) PASS: tools/save-load/test_load 36 - Load command with opts: -i ./tools/save-load//load-42.lttng --override-url=file:///tmp/override/to/here PASS: tools/save-load/test_load 37 - Path url file:// override [{/tmp/override/to/here/}, /tmp/override/to/here/] PASS: tools/save-load/test_load 38 - Destroy session load-42 PASS: tools/save-load/test_load 39 - Load command with opts: -i ./tools/save-load//load-42.lttng --override-url=/tmp/override/to/here PASS: tools/save-load/test_load 40 - Path url / override [{/tmp/override/to/here/}, /tmp/override/to/here/] PASS: tools/save-load/test_load 41 - Destroy session load-42 PASS: tools/save-load/test_load 42 - Load command with opts: -i ./tools/save-load//load-42.lttng --override-url=net://127.0.0.1:8172:9817 PASS: tools/save-load/test_load 43 - Path url net://host:port:port override [tcp4://127.0.0.1:8172/ [data: 9817], tcp4://127.0.0.1:8172/ [data: 9817]] PASS: tools/save-load/test_load 44 - Destroy session load-42 PASS: tools/save-load/test_load 45 - Kill relay daemon PASS: tools/save-load/test_load 46 - Start lttng-relayd (opt: -C tcp://127.0.0.1:8172 -D tcp://127.0.0.1:9817) PASS: tools/save-load/test_load 47 - Load command with opts: -i ./tools/save-load//configuration/load-42-snapshot.lttng --override-url=file:///tmp/override/to/here PASS: tools/save-load/test_load 48 - Path url file:// override [{/tmp/override/to/here/}, /tmp/override/to/here/] PASS: tools/save-load/test_load 49 - Destroy session load-42-snapshot PASS: tools/save-load/test_load 50 - Load command with opts: -i ./tools/save-load//configuration/load-42-snapshot.lttng --override-url=/tmp/override/to/here PASS: tools/save-load/test_load 51 - Path url / override [{/tmp/override/to/here/}, /tmp/override/to/here/] PASS: tools/save-load/test_load 52 - Destroy session load-42-snapshot PASS: tools/save-load/test_load 53 - Load command with opts: -i ./tools/save-load//configuration/load-42-snapshot.lttng --override-url=net://127.0.0.1:8172:9817 PASS: tools/save-load/test_load 54 - Path url ctrl net://host:port:port override [tcp4://127.0.0.1:8172/, tcp4://127.0.0.1:8172/] PASS: tools/save-load/test_load 55 - Path url data net://host:port:port override [tcp4://127.0.0.1:9817/, tcp4://127.0.0.1:9817/] PASS: tools/save-load/test_load 56 - Destroy session load-42-snapshot PASS: tools/save-load/test_load 57 - Kill relay daemon PASS: tools/save-load/test_load 58 - Start lttng-relayd (opt: -C tcp://127.0.0.1:8172 -D tcp://127.0.0.1:9817) PASS: tools/save-load/test_load 59 - Load command failed as expected with opts: -i ./tools/save-load//configuration/load-42-live.lttng --override-url=file:///tmp/override/to/here PASS: tools/save-load/test_load 60 - Destroy session load-42-live failed as expected PASS: tools/save-load/test_load 61 - Load command failed as expected with opts: -i ./tools/save-load//configuration/load-42-live.lttng --override-url=/tmp/override/to/here PASS: tools/save-load/test_load 62 - Destroy session load-42-live failed as expected PASS: tools/save-load/test_load 63 - Load command with opts: -i ./tools/save-load//configuration/load-42-live.lttng --override-url=net://127.0.0.1:8172:9817 PASS: tools/save-load/test_load 64 - Path url net://host:port:port override [tcp4://127.0.0.1:8172/ [data: 9817], tcp4://127.0.0.1:8172/ [data: 9817]] PASS: tools/save-load/test_load 65 - Destroy session load-42-live PASS: tools/save-load/test_load 66 - Kill relay daemon PASS: tools/save-load/test_load 67 - Kill session daemon PASS: tools/save-load/test_autoload 1 - Start session daemon PASS: tools/save-load/test_autoload 2 - Lttng-tool list command with option load-42 PASS: tools/save-load/test_autoload 3 - Kill session daemon PASS: tools/save-load/test_autoload 4 - Start session daemon PASS: tools/save-load/test_autoload 5 - Lttng-tool list command with option load-42 PASS: tools/save-load/test_autoload 6 - Kill session daemon PASS: tools/save-load/test_autoload 7 - Start session daemon PASS: tools/save-load/test_autoload 8 - Lttng-tool list command with option load-42 PASS: tools/save-load/test_autoload 9 - Kill session daemon PASS: tools/mi/test_mi 1 - Start session daemon PASS: tools/mi/test_mi 2 - MI test: Lttng version PASS: tools/mi/test_mi 3 - MI test: Version xsd validation PASS: tools/mi/test_mi 4 - Create session testSession in /tmp/tmp.XXXXXXXXXX PASS: tools/mi/test_mi 5 - MI test: create session xsd validation PASS: tools/mi/test_mi 6 - Create session testSession in /tmp/tmp.XXXXXXXXXX failed as expected PASS: tools/mi/test_mi 7 - MI test: expecting fail create session xsd validation PASS: tools/mi/test_mi 8 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 9 - Mi test: /tmp/tmp.XXXXXXXXXX/create_session.xml command failed as expected PASS: tools/mi/test_mi 10 - Destroy session testSession PASS: tools/mi/test_mi 11 - Create session testSession1 in /tmp/tmp.XXXXXXXXXX PASS: tools/mi/test_mi 12 - Create session testSession2 in /tmp/tmp.XXXXXXXXXX PASS: tools/mi/test_mi 13 - Create session testSession3 in /tmp/tmp.XXXXXXXXXX PASS: tools/mi/test_mi 14 - Destroy session testSession1 PASS: tools/mi/test_mi 15 - MI test: destroy session testSession1 xsd validation PASS: tools/mi/test_mi 16 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text() PASS: tools/mi/test_mi 17 - Mi test: deleted session: testSession1 expected: testSession1 PASS: tools/mi/test_mi 18 - Destroy all lttng sessions PASS: tools/mi/test_mi 19 - MI test: destroy all session xsd validation PASS: tools/mi/test_mi 20 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text() PASS: tools/mi/test_mi 21 - Mi test: 2 / 2 sessions discovered PASS: tools/mi/test_mi 22 - Destroy session testSession1 failed as expected PASS: tools/mi/test_mi 23 - MI test: failing destroy session testSession1 xsd validation PASS: tools/mi/test_mi 24 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 25 - Mi test: destroy command on testSession1 failed as expected PASS: tools/mi/test_mi 26 - Create session testSession1 in /tmp/tmp.XXXXXXXXXX PASS: tools/mi/test_mi 27 - Create session testSession2 in /tmp/tmp.XXXXXXXXXX PASS: tools/mi/test_mi 28 - Create session testSession3 in /tmp/tmp.XXXXXXXXXX PASS: tools/mi/test_mi 29 - Lttng-tool list command with option PASS: tools/mi/test_mi 30 - Mi test: list sessions xsd validation PASS: tools/mi/test_mi 31 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text() PASS: tools/mi/test_mi 32 - Mi test: 3 / 3 sessions discovered PASS: tools/mi/test_mi 33 - Destroy all lttng sessions PASS: tools/mi/test_mi 34 - Create session testsession in /tmp/tmp.XXXXXXXXXX PASS: tools/mi/test_mi 35 - Enable channel channelUst0 for session testsession PASS: tools/mi/test_mi 36 - Mi test: enable ust channel xsd validation PASS: tools/mi/test_mi 37 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 38 - Mi test: /tmp/tmp.XXXXXXXXXX/ust_channel.xml command success PASS: tools/mi/test_mi 39 - Enable channel channelUst0 for session testsession failed as expected PASS: tools/mi/test_mi 40 - Mi test: fail enable ust channel xsd validation PASS: tools/mi/test_mi 41 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 42 - Mi test: /tmp/tmp.XXXXXXXXXX/ust_channel.xml command failed as expected PASS: tools/mi/test_mi 43 - Enable channel channelUst1 for session testsession PASS: tools/mi/test_mi 44 - Enable channel channelUst2 for session testsession PASS: tools/mi/test_mi 45 - Disable channel channelUst0 for session testsession PASS: tools/mi/test_mi 46 - Mi test: disable ust channel xsd validation PASS: tools/mi/test_mi 47 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 48 - Mi test: /tmp/tmp.XXXXXXXXXX/ust_channel.xml command success PASS: tools/mi/test_mi 49 - Extraction of xpath //lttng:command/lttng:output/lttng:channels/lttng:channel/lttng:name/text() PASS: tools/mi/test_mi 50 - MI test: channelUst0 disabled PASS: tools/mi/test_mi 51 - Disable channel channelUst1,channelUst2 for session testsession PASS: tools/mi/test_mi 52 - Mi test: multiple disable ust channel xsd validation PASS: tools/mi/test_mi 53 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 54 - Mi test: /tmp/tmp.XXXXXXXXXX/ust_channel.xml command success PASS: tools/mi/test_mi 55 - Extraction of xpath //lttng:command/lttng:output/lttng:channels/lttng:channel/lttng:name/text() PASS: tools/mi/test_mi 56 - Mi test: disabled ust channel 2/2 PASS: tools/mi/test_mi 57 - Destroy all lttng sessions PASS: tools/mi/test_mi 58 - Create session testSession in /tmp/tmp.XXXXXXXXXX PASS: tools/mi/test_mi 59 - Enable channel testChannel for session testSession PASS: tools/mi/test_mi 60 - Enable ust event ev1 for session testSession PASS: tools/mi/test_mi 61 - Mi test: Enable_event for ust domain xsd validation PASS: tools/mi/test_mi 62 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 63 - Mi test: /tmp/tmp.XXXXXXXXXX/ust_event.xml command success PASS: tools/mi/test_mi 64 - Enable ust event ev1 for session testSession failed as expected PASS: tools/mi/test_mi 65 - Mi test: Fail enable_event for ust domain xsd validation PASS: tools/mi/test_mi 66 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 67 - Mi test: /tmp/tmp.XXXXXXXXXX/ust_event.xml command failed as expected PASS: tools/mi/test_mi 68 - Enable ust event ev1,ev2,ev3 for session testSession failed as expected PASS: tools/mi/test_mi 69 - Mi test: Multiple enable ust event with inside fail xsd validation PASS: tools/mi/test_mi 70 - Extraction of xpath //lttng:command/lttng:output/lttng:events/lttng:event/lttng:success/text() PASS: tools/mi/test_mi 71 - Mi test: Enabled event on failing enable command /2 PASS: tools/mi/test_mi 72 - Extraction of xpath //lttng:command/lttng:output/lttng:events/lttng:event/lttng:success/text() PASS: tools/mi/test_mi 73 - Mi test: Enabled event on failing enable command /2 PASS: tools/mi/test_mi 74 - Disable event ev1 for session testSession PASS: tools/mi/test_mi 75 - Mi test: Disable ust event xsd validation PASS: tools/mi/test_mi 76 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 77 - Mi test: /tmp/tmp.XXXXXXXXXX/ust_event.xml command success PASS: tools/mi/test_mi 78 - Disable event ev1,ev2,ev3 for session testSession PASS: tools/mi/test_mi 79 - Mi test: Disable multiple ust event xsd validation PASS: tools/mi/test_mi 80 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 81 - Mi test: /tmp/tmp.XXXXXXXXXX/ust_event.xml command success PASS: tools/mi/test_mi 82 - Extraction of xpath //lttng:command/lttng:output/lttng:channel/lttng:events/lttng:event/lttng:success/text() PASS: tools/mi/test_mi 83 - Mi test: Disable multiple ust event success 3/3 PASS: tools/mi/test_mi 84 - Destroy all lttng sessions PASS: tools/mi/test_mi 85 - Create session testSession in /tmp/tmp.XXXXXXXXXX PASS: tools/mi/test_mi 86 - Enable channel testChannel for session testSession PASS: tools/mi/test_mi 87 - Enable ust event ev1,ev2,ev3 for session testSession PASS: tools/mi/test_mi 88 - Lttng-tool list command with option testSession -c testChannel PASS: tools/mi/test_mi 89 - Mi test: list channel xsd validation PASS: tools/mi/test_mi 90 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:type/text() PASS: tools/mi/test_mi 91 - Mi test: 1 / 1 domains discovered PASS: tools/mi/test_mi 92 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:channels/lttng:channel/lttng:name/text() PASS: tools/mi/test_mi 93 - Mi test: 1 / 1 channel discovered PASS: tools/mi/test_mi 94 - Mi test: expected channel: testChannel found: testChannel PASS: tools/mi/test_mi 95 - Enable channel testChannela for session testSession PASS: tools/mi/test_mi 96 - Destroy all lttng sessions PASS: tools/mi/test_mi 97 - Create session testSession in /tmp/tmp.XXXXXXXXXX PASS: tools/mi/test_mi 98 - Enable channel testChannel for session testSession PASS: tools/mi/test_mi 99 - Enable ust event ev1,ev2,ev3 for session testSession PASS: tools/mi/test_mi 100 - Enable JUL event ev1,ev2,ev3 for session testSession PASS: tools/mi/test_mi 101 - Lttng-tool list command with option testSession -d PASS: tools/mi/test_mi 102 - Mi test: list domain xsd validation PASS: tools/mi/test_mi 103 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:type/text() PASS: tools/mi/test_mi 104 - Mi test: 2 / 2 domains discovered PASS: tools/mi/test_mi 105 - Mi test: domains Jul is present PASS: tools/mi/test_mi 106 - Mi test: domains UST is present PASS: tools/mi/test_mi 107 - Destroy all lttng sessions PASS: tools/mi/test_mi 108 - Create session testSession in /tmp/tmp.XXXXXXXXXX PASS: tools/mi/test_mi 109 - Enable channel testChannel for session testSession PASS: tools/mi/test_mi 110 - Enable ust event ev1,ev2,ev3 for session testSession PASS: tools/mi/test_mi 111 - Enable JUL event ev1,ev2,ev3 for session testSession PASS: tools/mi/test_mi 112 - Lttng-tool list command with option testSession PASS: tools/mi/test_mi 113 - Mi test: list session xsd validation PASS: tools/mi/test_mi 114 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:type/text() PASS: tools/mi/test_mi 115 - Mi test: 2 / 2 domains discovered PASS: tools/mi/test_mi 116 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:channels/lttng:channel/lttng:name/text() PASS: tools/mi/test_mi 117 - Mi test: 2 / 2 channel discovered PASS: tools/mi/test_mi 118 - Destroy all lttng sessions PASS: tools/mi/test_mi 119 - Lttng-tool list command with option -u -f PASS: tools/mi/test_mi 120 - Mi test: list ust event xsd validation PASS: tools/mi/test_mi 121 - Extraction of xpath //lttng:command/lttng:output/lttng:domains/lttng:domain[./lttng:type ='UST']/lttng:pids/lttng:pid/lttng:events/lttng:event/lttng:name/text() PASS: tools/mi/test_mi 122 - Mi test: 26 / 5 ust events discovered PASS: tools/mi/test_mi 123 - Extraction of xpath //lttng:command/lttng:output/lttng:domains/lttng:domain[./lttng:type ='UST']/lttng:pids/lttng:pid/lttng:events/lttng:event[./lttng:name = 'tp:tptest']/lttng:event_fields/lttng:event_field/lttng:name/text() PASS: tools/mi/test_mi 124 - Mi test: 12 / 12 ust event fields discovered PASS: tools/mi/test_mi 125 - Create session testStartStopSession in /tmp/tmp.XXXXXXXXXX PASS: tools/mi/test_mi 126 - Start tracing for session testStartStopSession failed as expected PASS: tools/mi/test_mi 127 - Mi test: failed start xsd validation PASS: tools/mi/test_mi 128 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 129 - Mi test: mi report failure on start command as expected PASS: tools/mi/test_mi 130 - Enable channel startStopChannel for session testStartStopSession PASS: tools/mi/test_mi 131 - Start tracing for session testStartStopSession PASS: tools/mi/test_mi 132 - Mi test: start xsd validation PASS: tools/mi/test_mi 133 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 134 - Mi test: mi report success on start command as expected PASS: tools/mi/test_mi 135 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text() PASS: tools/mi/test_mi 136 - Mi test: started testStartStopSession PASS: tools/mi/test_mi 137 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:enabled/text() PASS: tools/mi/test_mi 138 - Mi test: enabled element : true expected: true PASS: tools/mi/test_mi 139 - Metadata regenerate testStartStopSession PASS: tools/mi/test_mi 140 - Mi test: regenerate metadata PASS: tools/mi/test_mi 141 - Stop lttng tracing for session testStartStopSession PASS: tools/mi/test_mi 142 - Mi test: stop xsd validation PASS: tools/mi/test_mi 143 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text() PASS: tools/mi/test_mi 144 - Mi test: stopped testStartStopSession PASS: tools/mi/test_mi 145 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:enabled/text() PASS: tools/mi/test_mi 146 - Mi test: enabled element : false expected: false PASS: tools/mi/test_mi 147 - Stop lttng tracing for session testStartStopSession failed as expected PASS: tools/mi/test_mi 148 - Mi test: failed stop xsd validation PASS: tools/mi/test_mi 149 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 150 - Mi test: mi report failure on start command as expected PASS: tools/mi/test_mi 151 - Destroy all lttng sessions PASS: tools/mi/test_mi 152 - Create session testSnapshotAdd in no-output mode PASS: tools/mi/test_mi 153 - Added snapshot output file:///tmp/tmp.XXXXXXXXXX/snapshotoutput PASS: tools/mi/test_mi 154 - Mi test: snapshot xsd validation PASS: tools/mi/test_mi 155 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 156 - Mi test: add snapshot is a success PASS: tools/mi/test_mi 157 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'add-output']/lttng:output/lttng:snapshot/lttng:session_name/text() PASS: tools/mi/test_mi 158 - Mi test: added snapshot for: testSnapshotAdd expected testSnapshotAdd PASS: tools/mi/test_mi 159 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'add-output']/lttng:output/lttng:snapshot/lttng:name/text() PASS: tools/mi/test_mi 160 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'add-output']/lttng:output/lttng:snapshot/lttng:id/text() PASS: tools/mi/test_mi 161 - Snapshot list PASS: tools/mi/test_mi 162 - Mi test: snapshot list xsd validation PASS: tools/mi/test_mi 163 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 164 - Mi test: add snapshot is a success PASS: tools/mi/test_mi 165 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'list-output']/lttng:output/lttng:session[./lttng:name ='testSnapshotAdd']/lttng:snapshots/lttng:snapshot/lttng:name/text() PASS: tools/mi/test_mi 166 - Mi test: snapshot list extracted snapshot: snapshot-1 expected: snapshot-1 PASS: tools/mi/test_mi 167 - Deleted snapshot output id 1 PASS: tools/mi/test_mi 168 - Mi test: snapshot delete xsd validation PASS: tools/mi/test_mi 169 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 170 - Mi test: del snapshot is a success PASS: tools/mi/test_mi 171 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'del-output']/lttng:output/lttng:snapshot/lttng:id/text() PASS: tools/mi/test_mi 172 - Mi test: snapshot del extracted snapshot id: 1 expected: 1 PASS: tools/mi/test_mi 173 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'del-output']/lttng:output/lttng:snapshot/lttng:session_name/text() PASS: tools/mi/test_mi 174 - Mi test: snapshot del extracted snapshot id: testSnapshotAdd expected: testSnapshotAdd PASS: tools/mi/test_mi 175 - Deleted snapshot output id 1 failed as expected PASS: tools/mi/test_mi 176 - Mi test: snapshot delete xsd validation PASS: tools/mi/test_mi 177 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 178 - Mi test: del snapshot is a success PASS: tools/mi/test_mi 179 - Destroy all lttng sessions PASS: tools/mi/test_mi 180 - Create session testTrack in no-output mode PASS: tools/mi/test_mi 181 - Track command with opts: -p 1,2,3 -u PASS: tools/mi/test_mi 182 - Mi test: track pid xsd validation PASS: tools/mi/test_mi 183 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 184 - Mi test: track pid is a success PASS: tools/mi/test_mi 185 - Extraction of xpath //lttng:command/lttng:output/lttng:targets/lttng:pid_target/lttng:pid PASS: tools/mi/test_mi 186 - Mi test: track pid expecting 3 processes got 3 PASS: tools/mi/test_mi 187 - Lttng-tool list command with option testTrack PASS: tools/mi/test_mi 188 - Mi test: session list with pid_tracker validate PASS: tools/mi/test_mi 189 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:trackers/lttng:pid_tracker/lttng:targets/lttng:pid_target/lttng:pid PASS: tools/mi/test_mi 190 - Mi test: tracker pid listing expecting 3 target got 3 PASS: tools/mi/test_mi 191 - Untrack command with opts: -p 2,3 -u PASS: tools/mi/test_mi 192 - Mi test: untrack pid xsd validation PASS: tools/mi/test_mi 193 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 194 - Mi test: untrack pid is a success PASS: tools/mi/test_mi 195 - Extraction of xpath //lttng:command/lttng:output/lttng:targets/lttng:pid_target/lttng:pid PASS: tools/mi/test_mi 196 - Mi test: untrack pid expecting 2 process got 2 PASS: tools/mi/test_mi 197 - Lttng-tool list command with option testTrack PASS: tools/mi/test_mi 198 - Mi test: session list with pid_tracker validate PASS: tools/mi/test_mi 199 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:trackers/lttng:pid_tracker/lttng:targets/lttng:pid_target/lttng:pid PASS: tools/mi/test_mi 200 - Mi test: tracker pid listing expecting 1 process got 1 PASS: tools/mi/test_mi 201 - Untrack command with opts: -p -u -a PASS: tools/mi/test_mi 202 - Mi test: untrack pid xsd validation PASS: tools/mi/test_mi 203 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 204 - Mi test: untrack all pid is a success PASS: tools/mi/test_mi 205 - Extraction of xpath //lttng:command/lttng:output/lttng:targets/lttng:pid_target/lttng:pid PASS: tools/mi/test_mi 206 - Mi test: untrack pid expecting 1 process got 1 PASS: tools/mi/test_mi 207 - Mi test: pid expected is * got * PASS: tools/mi/test_mi 208 - Lttng-tool list command with option testTrack PASS: tools/mi/test_mi 209 - Mi test: session list with pid_tracker validate PASS: tools/mi/test_mi 210 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:trackers/lttng:pid_tracker/lttng:targets/lttng:pid_target/lttng:pid PASS: tools/mi/test_mi 211 - Mi test: tracker pid listing expecting 0 process got 0 PASS: tools/mi/test_mi 212 - Track command with opts: -p -u -a PASS: tools/mi/test_mi 213 - Mi test: track pid xsd validation PASS: tools/mi/test_mi 214 - Extraction of xpath /lttng:command/lttng:success/text() PASS: tools/mi/test_mi 215 - Mi test: track all pid is a success PASS: tools/mi/test_mi 216 - Extraction of xpath //lttng:command/lttng:output/lttng:targets/lttng:pid_target/lttng:pid PASS: tools/mi/test_mi 217 - Mi test: track pid expecting 1 process got 1 PASS: tools/mi/test_mi 218 - Mi test: pid expected is * got * PASS: tools/mi/test_mi 219 - Lttng-tool list command with option testTrack PASS: tools/mi/test_mi 220 - Mi test: session list with pid_tracker validate PASS: tools/mi/test_mi 221 - Check of node existence with xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:trackers/lttng:pid_tracker PASS: tools/mi/test_mi 222 - Mi test: Pid_tracker node is absent as defined PASS: tools/mi/test_mi 223 - Destroy all lttng sessions PASS: tools/mi/test_mi 224 - Create session session_long_path in /tmp/tmp.XXXXXXXXXX/KAL8EnmPHwvLB4uhPgbhX6ZiJdnXTXoutmjWOkenUt7iFtUlnjmOIj3rFxOaJpuOzTiH7H10HsL0o1n8abpltxB9WcjqRyAGDGsAgAflRWQ5Me8NEyEylIDqHve2HicUinP2xm166tjdnljgUimPxxPI1qXEKqsieMQcjaYXjQOPkGAqCHVXPG8joe9m1ccLxecv2air5rXabtnvyAyJ2zcybSx2NJLciSQWeyiqDgM9OGnZu2BtIMac47eZsw PASS: tools/mi/test_mi 225 - Lttng-tool list command with option PASS: tools/mi/test_mi 226 - Mi test: list session with long path xsd validation PASS: tools/mi/test_mi 227 - Destroy all lttng sessions PASS: tools/mi/test_mi 228 - Kill session daemon PASS: tools/wildcard/test_event_wildcard 1 - Start session daemon PASS: tools/wildcard/test_event_wildcard 2 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 3 - Enable ust event tp:abc* 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.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 10 - Enable ust event *abc 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.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 17 - Enable ust event *z* 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.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 24 - Enable ust event *\** 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 - Trace match PASS: tools/wildcard/test_event_wildcard 30 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 31 - Enable ust event *\* for session wildcard PASS: tools/wildcard/test_event_wildcard 32 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 33 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 34 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 35 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 36 - Trace match PASS: tools/wildcard/test_event_wildcard 37 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 38 - Enable ust event \** for session wildcard PASS: tools/wildcard/test_event_wildcard 39 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 40 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 41 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 42 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 43 - Trace match PASS: tools/wildcard/test_event_wildcard 44 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 45 - Enable ust event *:*tpte*s for session wildcard PASS: tools/wildcard/test_event_wildcard 46 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 47 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 48 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 49 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 50 - Trace match PASS: tools/wildcard/test_event_wildcard 51 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 52 - Enable ust event tp**tpTest for session wildcard PASS: tools/wildcard/test_event_wildcard 53 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 54 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 55 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 56 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 57 - Trace match PASS: tools/wildcard/test_event_wildcard 58 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 59 - Enable ust event tp:tp* for session wildcard PASS: tools/wildcard/test_event_wildcard 60 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 61 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 62 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 63 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 64 - Trace match PASS: tools/wildcard/test_event_wildcard 65 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 66 - Enable ust event * for session wildcard PASS: tools/wildcard/test_event_wildcard 67 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 68 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 69 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 70 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 71 - Trace match PASS: tools/wildcard/test_event_wildcard 72 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 73 - Enable ust event tp:tptest* for session wildcard PASS: tools/wildcard/test_event_wildcard 74 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 75 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 76 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 77 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 78 - Trace match PASS: tools/wildcard/test_event_wildcard 79 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 80 - Enable ust event ** for session wildcard PASS: tools/wildcard/test_event_wildcard 81 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 82 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 83 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 84 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 85 - Trace match PASS: tools/wildcard/test_event_wildcard 86 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 87 - Enable ust event *** for session wildcard PASS: tools/wildcard/test_event_wildcard 88 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 89 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 90 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 91 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 92 - Trace match PASS: tools/wildcard/test_event_wildcard 93 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 94 - Enable ust event *tptest for session wildcard PASS: tools/wildcard/test_event_wildcard 95 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 96 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 97 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 98 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 99 - Trace match PASS: tools/wildcard/test_event_wildcard 100 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 101 - Enable ust event **tptest for session wildcard PASS: tools/wildcard/test_event_wildcard 102 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 103 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 104 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 105 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 106 - Trace match PASS: tools/wildcard/test_event_wildcard 107 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 108 - Enable ust event *tpte* for session wildcard PASS: tools/wildcard/test_event_wildcard 109 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 110 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 111 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 112 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 113 - Trace match PASS: tools/wildcard/test_event_wildcard 114 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 115 - Enable ust event *tp* for session wildcard PASS: tools/wildcard/test_event_wildcard 116 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 117 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 118 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 119 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 120 - Trace match PASS: tools/wildcard/test_event_wildcard 121 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 122 - Enable ust event *tp** for session wildcard PASS: tools/wildcard/test_event_wildcard 123 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 124 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 125 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 126 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 127 - Trace match PASS: tools/wildcard/test_event_wildcard 128 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 129 - Enable ust event *:*tptest for session wildcard PASS: tools/wildcard/test_event_wildcard 130 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 131 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 132 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 133 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 134 - Trace match PASS: tools/wildcard/test_event_wildcard 135 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 136 - Enable ust event *:*tpte*t for session wildcard PASS: tools/wildcard/test_event_wildcard 137 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 138 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 139 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 140 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 141 - Trace match PASS: tools/wildcard/test_event_wildcard 142 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 143 - Enable ust event t*p*:*t*e*s*t for session wildcard PASS: tools/wildcard/test_event_wildcard 144 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 145 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 146 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 147 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 148 - Trace match PASS: tools/wildcard/test_event_wildcard 149 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 150 - Enable ust event *t*p*:*t*e*s*t* for session wildcard PASS: tools/wildcard/test_event_wildcard 151 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 152 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 153 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 154 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 155 - Trace match PASS: tools/wildcard/test_event_wildcard 156 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 157 - Enable ust event tp*tptest for session wildcard PASS: tools/wildcard/test_event_wildcard 158 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 159 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 160 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 161 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 162 - Trace match PASS: tools/wildcard/test_event_wildcard 163 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 164 - Enable ust event tp**tptest for session wildcard PASS: tools/wildcard/test_event_wildcard 165 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 166 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 167 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 168 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 169 - Trace match PASS: tools/wildcard/test_event_wildcard 170 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 171 - Enable ust event tp*test for session wildcard PASS: tools/wildcard/test_event_wildcard 172 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 173 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 174 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 175 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 176 - Trace match PASS: tools/wildcard/test_event_wildcard 177 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 178 - Enable kernel event lttng_test_abc* for session wildcard PASS: tools/wildcard/test_event_wildcard 179 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 180 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 181 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 182 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 183 - Trace match PASS: tools/wildcard/test_event_wildcard 184 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 185 - Enable kernel event *abc for session wildcard PASS: tools/wildcard/test_event_wildcard 186 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 187 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 188 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 189 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 190 - Trace match PASS: tools/wildcard/test_event_wildcard 191 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 192 - Enable kernel event *z* for session wildcard PASS: tools/wildcard/test_event_wildcard 193 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 194 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 195 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 196 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 197 - Trace match PASS: tools/wildcard/test_event_wildcard 198 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 199 - Enable kernel event *\** for session wildcard PASS: tools/wildcard/test_event_wildcard 200 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 201 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 202 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 203 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 204 - Trace match PASS: tools/wildcard/test_event_wildcard 205 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 206 - Enable kernel event *\* for session wildcard PASS: tools/wildcard/test_event_wildcard 207 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 208 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 209 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 210 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 211 - Trace match PASS: tools/wildcard/test_event_wildcard 212 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 213 - Enable kernel event \** for session wildcard PASS: tools/wildcard/test_event_wildcard 214 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 215 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 216 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 217 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 218 - Trace match PASS: tools/wildcard/test_event_wildcard 219 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 220 - Enable kernel event *:*eve*n for session wildcard PASS: tools/wildcard/test_event_wildcard 221 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 222 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 223 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 224 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 225 - Trace match PASS: tools/wildcard/test_event_wildcard 226 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 227 - Enable kernel event lttng_test_fil* for session wildcard PASS: tools/wildcard/test_event_wildcard 228 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 229 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 230 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 231 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 232 - Trace match PASS: tools/wildcard/test_event_wildcard 233 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 234 - Enable kernel event * for session wildcard PASS: tools/wildcard/test_event_wildcard 235 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 236 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 237 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 238 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 239 - Trace match PASS: tools/wildcard/test_event_wildcard 240 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 241 - Enable kernel event lttng_test_filter_event* for session wildcard PASS: tools/wildcard/test_event_wildcard 242 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 243 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 244 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 245 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 246 - Trace match PASS: tools/wildcard/test_event_wildcard 247 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 248 - Enable kernel event ** for session wildcard PASS: tools/wildcard/test_event_wildcard 249 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 250 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 251 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 252 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 253 - Trace match PASS: tools/wildcard/test_event_wildcard 254 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 255 - Enable kernel event *** for session wildcard PASS: tools/wildcard/test_event_wildcard 256 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 257 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 258 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 259 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 260 - Trace match PASS: tools/wildcard/test_event_wildcard 261 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 262 - Enable kernel event *filter_event for session wildcard PASS: tools/wildcard/test_event_wildcard 263 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 264 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 265 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 266 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 267 - Trace match PASS: tools/wildcard/test_event_wildcard 268 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 269 - Enable kernel event *ter_ev* for session wildcard PASS: tools/wildcard/test_event_wildcard 270 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 271 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 272 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 273 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 274 - Trace match PASS: tools/wildcard/test_event_wildcard 275 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 276 - Enable kernel event *test* for session wildcard PASS: tools/wildcard/test_event_wildcard 277 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 278 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 279 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 280 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 281 - Trace match PASS: tools/wildcard/test_event_wildcard 282 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 283 - Enable kernel event *test** for session wildcard PASS: tools/wildcard/test_event_wildcard 284 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 285 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 286 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 287 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 288 - Trace match PASS: tools/wildcard/test_event_wildcard 289 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 290 - Enable kernel event *e* for session wildcard PASS: tools/wildcard/test_event_wildcard 291 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 292 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 293 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 294 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 295 - Trace match PASS: tools/wildcard/test_event_wildcard 296 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 297 - Enable kernel event *_*event for session wildcard PASS: tools/wildcard/test_event_wildcard 298 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 299 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 300 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 301 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 302 - Trace match PASS: tools/wildcard/test_event_wildcard 303 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 304 - Enable kernel event *_*filter_*nt for session wildcard PASS: tools/wildcard/test_event_wildcard 305 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 306 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 307 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 308 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 309 - Trace match PASS: tools/wildcard/test_event_wildcard 310 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 311 - Enable kernel event *_**filter_*nt for session wildcard PASS: tools/wildcard/test_event_wildcard 312 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 313 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 314 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 315 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 316 - Trace match PASS: tools/wildcard/test_event_wildcard 317 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 318 - Enable kernel event l*t*t*n*g*_*t*e*s*t*_*f*i*l*t*e*r*_*e*v*e*n*t for session wildcard PASS: tools/wildcard/test_event_wildcard 319 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 320 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 321 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 322 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 323 - Trace match PASS: tools/wildcard/test_event_wildcard 324 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 325 - Enable kernel event *l*t*t*n*g*_*t*e*s*t*_*f*i*l*t*e*r*_*e*v*e*n*t* for session wildcard PASS: tools/wildcard/test_event_wildcard 326 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 327 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 328 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 329 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 330 - Trace match PASS: tools/wildcard/test_event_wildcard 331 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 332 - Enable kernel event lttng*event for session wildcard PASS: tools/wildcard/test_event_wildcard 333 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 334 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 335 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 336 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 337 - Trace match PASS: tools/wildcard/test_event_wildcard 338 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 339 - Enable kernel event lttng*test*filter*event for session wildcard PASS: tools/wildcard/test_event_wildcard 340 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 341 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 342 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 343 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 344 - Trace match PASS: tools/wildcard/test_event_wildcard 345 - Create session wildcard in /tmp/tmp.XXXXXXXXXX PASS: tools/wildcard/test_event_wildcard 346 - Enable kernel event *lttng*test*filter*event* for session wildcard PASS: tools/wildcard/test_event_wildcard 347 - Start tracing for session PASS: tools/wildcard/test_event_wildcard 348 - Traced application stopped. PASS: tools/wildcard/test_event_wildcard 349 - Stop lttng tracing for session PASS: tools/wildcard/test_event_wildcard 350 - Destroy session wildcard PASS: tools/wildcard/test_event_wildcard 351 - Trace match PASS: tools/wildcard/test_event_wildcard 352 - 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.XXXXXXXXXX PASS: tools/crash/test_crash 3 - Enable channel channel_per_uid for session shm_path_per_uid PASS: tools/crash/test_crash 4 - Start tracing for session shm_path_per_uid PASS: tools/crash/test_crash 5 - No files created on set-up PASS: tools/crash/test_crash 6 - Start application to trace PASS: tools/crash/test_crash 7 - Path /tmp/tmp.XXXXXXXXXX/shm_path_per_uid-20190816-200237 created on application creation PASS: tools/crash/test_crash 8 - uid path exist found /tmp/tmp.XXXXXXXXXX/shm_path_per_uid-20190816-200237/ust/uid/0 PASS: tools/crash/test_crash 9 - Expect 1 uid registration folder got 1 PASS: tools/crash/test_crash 10 - Expect 1 uid registration folder got 1 PASS: tools/crash/test_crash 11 - Destroy session shm_path_per_uid PASS: tools/crash/test_crash 12 - Full cleanup PASS: tools/crash/test_crash 13 - Kill session daemon PASS: tools/crash/test_crash 14 - Start session daemon PASS: tools/crash/test_crash 15 - Create session shm_path_per_pid in /tmp/tmp.XXXXXXXXXX PASS: tools/crash/test_crash 16 - Enable channel channel_per_pid for session shm_path_per_pid PASS: tools/crash/test_crash 17 - Start tracing for session shm_path_per_pid PASS: tools/crash/test_crash 18 - No file created on set-up PASS: tools/crash/test_crash 19 - Start application to trace PASS: tools/crash/test_crash 20 - Path /tmp/tmp.XXXXXXXXXX/shm_path_per_pid-20190816-200242 created on application creation PASS: tools/crash/test_crash 21 - Pid path exists: /tmp/tmp.XXXXXXXXXX/shm_path_per_pid-20190816-200242/ust/pid/gen-ust-events-6994-20190816-200242 PASS: tools/crash/test_crash 22 - Expect 1 pid registration folder got 1 PASS: tools/crash/test_crash 23 - Expect > 0 buffer and metadata files got 2 PASS: tools/crash/test_crash 24 - Start application to trace PASS: tools/crash/test_crash 25 - Pid path exist found /tmp/tmp.XXXXXXXXXX/shm_path_per_pid-20190816-200242/ust/pid/gen-ust-events-7011-20190816-200242 PASS: tools/crash/test_crash 26 - Expect 2 pid registration folder got 2 PASS: tools/crash/test_crash 27 - First pid cleanup PASS: tools/crash/test_crash 28 - Full cleanup PASS: tools/crash/test_crash 29 - Destroy session shm_path_per_pid PASS: tools/crash/test_crash 30 - Kill session daemon PASS: tools/crash/test_crash 31 - Start session daemon PASS: tools/crash/test_crash 32 - Create session shm_path_per_pid in /tmp/tmp.XXXXXXXXXX PASS: tools/crash/test_crash 33 - Enable channel channel_per_pid for session shm_path_per_pid PASS: tools/crash/test_crash 34 - Start tracing for session shm_path_per_pid PASS: tools/crash/test_crash 35 - Start application to trace PASS: tools/crash/test_crash 36 - Start application to trace PASS: tools/crash/test_crash 37 - Kill session daemon PASS: tools/crash/test_crash 38 - Full cleanup on sigint PASS: tools/crash/test_crash 39 - Start session daemon PASS: tools/crash/test_crash 40 - Create session shm_path_per_uid_sigint in /tmp/tmp.XXXXXXXXXX PASS: tools/crash/test_crash 41 - Enable channel channel_per_uid_sigint for session shm_path_per_uid_sigint PASS: tools/crash/test_crash 42 - Start tracing for session shm_path_per_uid_sigint PASS: tools/crash/test_crash 43 - Start application to trace PASS: tools/crash/test_crash 44 - Start application to trace PASS: tools/crash/test_crash 45 - Kill session daemon PASS: tools/crash/test_crash 46 - Full cleanup on sigint PASS: tools/crash/test_crash 47 - Start session daemon PASS: tools/crash/test_crash 48 - Create session crash_test in /tmp/tmp.XXXXXXXXXX PASS: tools/crash/test_crash 49 - Enable channel channel_crash for session crash_test PASS: tools/crash/test_crash 50 - Enable ust event tp:tptest for session crash_test PASS: tools/crash/test_crash 51 - Start tracing for session crash_test PASS: tools/crash/test_crash 52 - Stop lttng tracing for session PASS: tools/crash/test_crash 53 - Expect 10 recup event from buffers got 10 PASS: tools/crash/test_crash 54 - Expect 10 recup event from symlink buffers got 10 PASS: tools/crash/test_crash 55 - Destroy session crash_test PASS: tools/crash/test_crash 56 - Kill session daemon PASS: tools/crash/test_crash 57 - Start session daemon PASS: tools/crash/test_crash 58 - Create session crash_test in /tmp/tmp.XXXXXXXXXX PASS: tools/crash/test_crash 59 - Enable channel channel_crash for session crash_test PASS: tools/crash/test_crash 60 - Enable ust event tp:tptest for session crash_test PASS: tools/crash/test_crash 61 - Start tracing for session crash_test PASS: tools/crash/test_crash 62 - Stop lttng tracing for session PASS: tools/crash/test_crash 63 - Extraction of crashed buffers to path PASS: tools/crash/test_crash 64 - Trace match with 10 event tp:tptest PASS: tools/crash/test_crash 65 - Destroy session crash_test PASS: tools/crash/test_crash 66 - Kill session daemon PASS: tools/crash/test_crash 67 - Start session daemon PASS: tools/crash/test_crash 68 - Create session crash_test in /tmp/tmp.XXXXXXXXXX PASS: tools/crash/test_crash 69 - Enable channel channel_crash for session crash_test PASS: tools/crash/test_crash 70 - Enable ust event tp:tptest for session crash_test PASS: tools/crash/test_crash 71 - Start tracing for session crash_test PASS: tools/crash/test_crash 72 - Sending SIGSTOP to session daemon PASS: tools/crash/test_crash 73 - Sending SIGSTOP to consumer daemon PASS: tools/crash/test_crash 74 - Kill consumer daemon PASS: tools/crash/test_crash 75 - Kill session daemon PASS: tools/crash/test_crash 76 - Extraction of crashed buffers to path /tmp/tmp.XXXXXXXXXX/extract PASS: tools/crash/test_crash 77 - Trace match with 10 event tp:tptest PASS: tools/regen-metadata/test_ust 1 - Start lttng-relayd (opt: -o /tmp/tmp.XXXXXXXXXX) 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 jI5a94q9WFLyJbfp PASS: tools/regen-metadata/test_ust 5 - Start tracing for session jI5a94q9WFLyJbfp PASS: tools/regen-metadata/test_ust 6 - Metadata regenerate jI5a94q9WFLyJbfp PASS: tools/regen-metadata/test_ust 7 - Stop lttng tracing for session jI5a94q9WFLyJbfp PASS: tools/regen-metadata/test_ust 8 - Destroy session jI5a94q9WFLyJbfp PASS: tools/regen-metadata/test_ust 9 - Validate trace for event tp:tptest, 1 events PASS: tools/regen-metadata/test_ust 10 - Create session VOMFExshTO1TReyC in /tmp/tmp.XXXXXXXXXX PASS: tools/regen-metadata/test_ust 11 - Enable ust event tp:tptest for session VOMFExshTO1TReyC PASS: tools/regen-metadata/test_ust 12 - Start tracing for session VOMFExshTO1TReyC PASS: tools/regen-metadata/test_ust 13 - Metadata regenerate VOMFExshTO1TReyC PASS: tools/regen-metadata/test_ust 14 - Stop lttng tracing for session VOMFExshTO1TReyC PASS: tools/regen-metadata/test_ust 15 - Destroy session VOMFExshTO1TReyC PASS: tools/regen-metadata/test_ust 16 - Validate trace for event tp:tptest, 1 events PASS: tools/regen-metadata/test_ust 17 - Create session CN2rpXpo9m4qsKLQ in /tmp/tmp.XXXXXXXXXX PASS: tools/regen-metadata/test_ust 18 - Enable channel channel0 per PID for session CN2rpXpo9m4qsKLQ PASS: tools/regen-metadata/test_ust 19 - Enable ust event tp:tptest for session CN2rpXpo9m4qsKLQ PASS: tools/regen-metadata/test_ust 20 - Start tracing for session CN2rpXpo9m4qsKLQ PASS: tools/regen-metadata/test_ust 21 - Expected fail on regenerate metadata CN2rpXpo9m4qsKLQ PASS: tools/regen-metadata/test_ust 22 - Stop lttng tracing for session CN2rpXpo9m4qsKLQ PASS: tools/regen-metadata/test_ust 23 - Destroy session CN2rpXpo9m4qsKLQ 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 RI7cYU23moUqQcW1 PASS: tools/regen-metadata/test_ust 27 - Start tracing for session RI7cYU23moUqQcW1 PASS: tools/regen-metadata/test_ust 28 - Expected fail on regenerate metadata RI7cYU23moUqQcW1 PASS: tools/regen-metadata/test_ust 29 - Stop lttng tracing for session RI7cYU23moUqQcW1 PASS: tools/regen-metadata/test_ust 30 - Destroy session RI7cYU23moUqQcW1 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 SURq8yBQUksv7YB8 in /tmp/tmp.XXXXXXXXXX PASS: tools/regen-statedump/test_ust 3 - Enable ust event lttng_ust_statedump:start,lttng_ust_statedump:end for session SURq8yBQUksv7YB8 PASS: tools/regen-statedump/test_ust 4 - Start tracing for session SURq8yBQUksv7YB8 PASS: tools/regen-statedump/test_ust 5 - Metadata regenerate SURq8yBQUksv7YB8 PASS: tools/regen-statedump/test_ust 6 - Stop lttng tracing for session SURq8yBQUksv7YB8 PASS: tools/regen-statedump/test_ust 7 - Destroy session SURq8yBQUksv7YB8 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: tools/notification/test_notification_ust 1 - Registering a NULL trigger fails as expected PASS: tools/notification/test_notification_ust 2 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio unset, threshold byte unset, domain type unset PASS: tools/notification/test_notification_ust 3 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio unset, threshold byte unset, domain type unset PASS: tools/notification/test_notification_ust 4 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio unset, threshold byte unset, domain type unset PASS: tools/notification/test_notification_ust 5 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio unset, threshold byte unset, domain type unset PASS: tools/notification/test_notification_ust 6 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio set, threshold byte unset, domain type unset PASS: tools/notification/test_notification_ust 7 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio set, threshold byte unset, domain type unset PASS: tools/notification/test_notification_ust 8 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio set, threshold byte unset, domain type unset PASS: tools/notification/test_notification_ust 9 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio set, threshold byte unset, domain type unset PASS: tools/notification/test_notification_ust 10 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio unset, threshold byte set, domain type unset PASS: tools/notification/test_notification_ust 11 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio unset, threshold byte set, domain type unset PASS: tools/notification/test_notification_ust 12 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio unset, threshold byte set, domain type unset PASS: tools/notification/test_notification_ust 13 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio unset, threshold byte set, domain type unset PASS: tools/notification/test_notification_ust 14 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio set, threshold byte set, domain type unset PASS: tools/notification/test_notification_ust 15 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio set, threshold byte set, domain type unset PASS: tools/notification/test_notification_ust 16 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio set, threshold byte set, domain type unset PASS: tools/notification/test_notification_ust 17 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio set, threshold byte set, domain type unset PASS: tools/notification/test_notification_ust 18 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio unset, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 19 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio unset, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 20 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio unset, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 21 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio unset, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 22 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 23 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 24 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 25 - Trigger is registered: session name set, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 26 - Re-register trigger fails as expected: session name set, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 27 - Unregister trigger: session name set, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 28 - Unregister of a non-registerd trigger fails as expected: session name set, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 29 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 30 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 31 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 32 - Trigger is registered: session name set, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 33 - Re-register trigger fails as expected: session name set, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 34 - Unregister trigger: session name set, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 35 - Unregister of a non-registerd trigger fails as expected: session name set, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 36 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 37 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 38 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 39 - Trigger is registered: session name set, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 40 - Re-register trigger fails as expected: session name set, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 41 - Unregister trigger: session name set, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 42 - Unregister of a non-registerd trigger fails as expected: session name set, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 43 - Registering a NULL trigger fails as expected PASS: tools/notification/test_notification_ust 44 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio unset, threshold byte unset, domain type unset PASS: tools/notification/test_notification_ust 45 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio unset, threshold byte unset, domain type unset PASS: tools/notification/test_notification_ust 46 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio unset, threshold byte unset, domain type unset PASS: tools/notification/test_notification_ust 47 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio unset, threshold byte unset, domain type unset PASS: tools/notification/test_notification_ust 48 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio set, threshold byte unset, domain type unset PASS: tools/notification/test_notification_ust 49 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio set, threshold byte unset, domain type unset PASS: tools/notification/test_notification_ust 50 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio set, threshold byte unset, domain type unset PASS: tools/notification/test_notification_ust 51 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio set, threshold byte unset, domain type unset PASS: tools/notification/test_notification_ust 52 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio unset, threshold byte set, domain type unset PASS: tools/notification/test_notification_ust 53 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio unset, threshold byte set, domain type unset PASS: tools/notification/test_notification_ust 54 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio unset, threshold byte set, domain type unset PASS: tools/notification/test_notification_ust 55 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio unset, threshold byte set, domain type unset PASS: tools/notification/test_notification_ust 56 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio set, threshold byte set, domain type unset PASS: tools/notification/test_notification_ust 57 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio set, threshold byte set, domain type unset PASS: tools/notification/test_notification_ust 58 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio set, threshold byte set, domain type unset PASS: tools/notification/test_notification_ust 59 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio set, threshold byte set, domain type unset PASS: tools/notification/test_notification_ust 60 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio unset, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 61 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio unset, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 62 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio unset, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 63 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio unset, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 64 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 65 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 66 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 67 - Trigger is registered: session name set, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 68 - Re-register trigger fails as expected: session name set, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 69 - Unregister trigger: session name set, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 70 - Unregister of a non-registerd trigger fails as expected: session name set, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_ust 71 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 72 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 73 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 74 - Trigger is registered: session name set, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 75 - Re-register trigger fails as expected: session name set, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 76 - Unregister trigger: session name set, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 77 - Unregister of a non-registerd trigger fails as expected: session name set, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 78 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 79 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 80 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 81 - Trigger is registered: session name set, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 82 - Re-register trigger fails as expected: session name set, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 83 - Unregister trigger: session name set, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 84 - Unregister of a non-registerd trigger fails as expected: session name set, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_ust 85 - Notification channel object creation PASS: tools/notification/test_notification_ust 86 - Notification channel subscription is invalid: NULL, NULL PASS: tools/notification/test_notification_ust 87 - Notification channel subscription is invalid: NON-NULL, NULL PASS: tools/notification/test_notification_ust 88 - Notification channel subscription is invalid: NULL, NON-NULL PASS: tools/notification/test_notification_ust 89 - Subscribing to an invalid condition PASS: tools/notification/test_notification_ust 90 - Unsubscribing to an invalid condition PASS: tools/notification/test_notification_ust 91 - Unsubscribing to an valid unknown condition PASS: tools/notification/test_notification_ust 92 - Subscribe to condition PASS: tools/notification/test_notification_ust 93 - Subscribe to condition PASS: tools/notification/test_notification_ust 94 - Subscribe to a condition for which subscription was already done PASS: tools/notification/test_notification_ust 95 - Subscribe to a condition for which subscription was already done PASS: tools/notification/test_notification_ust 96 - High notification received after intermediary communication PASS: tools/notification/test_notification_ust 97 - Unsubscribe with pending notification PASS: tools/notification/test_notification_ust 98 - subscribe with pending notification PASS: tools/notification/test_notification_ust 99 - Low notification received after intermediary communication PASS: tools/notification/test_notification_ust 100 - High notification received after intermediary communication PASS: tools/notification/test_notification_ust 101 - Low notification received after re-subscription PASS: tools/notification/test_notification_ust 102 - High notification PASS: tools/notification/test_notification_ust 103 - Unsubscribe low condition with pending notification PASS: tools/notification/test_notification_ust 104 - Unsubscribe high condition with pending notification PASS: tools/notification/test_notification_kernel 1 - Registering a NULL trigger fails as expected PASS: tools/notification/test_notification_kernel 2 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio unset, threshold byte unset, domain type unset PASS: tools/notification/test_notification_kernel 3 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio unset, threshold byte unset, domain type unset PASS: tools/notification/test_notification_kernel 4 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio unset, threshold byte unset, domain type unset PASS: tools/notification/test_notification_kernel 5 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio unset, threshold byte unset, domain type unset PASS: tools/notification/test_notification_kernel 6 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio set, threshold byte unset, domain type unset PASS: tools/notification/test_notification_kernel 7 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio set, threshold byte unset, domain type unset PASS: tools/notification/test_notification_kernel 8 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio set, threshold byte unset, domain type unset PASS: tools/notification/test_notification_kernel 9 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio set, threshold byte unset, domain type unset PASS: tools/notification/test_notification_kernel 10 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio unset, threshold byte set, domain type unset PASS: tools/notification/test_notification_kernel 11 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio unset, threshold byte set, domain type unset PASS: tools/notification/test_notification_kernel 12 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio unset, threshold byte set, domain type unset PASS: tools/notification/test_notification_kernel 13 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio unset, threshold byte set, domain type unset PASS: tools/notification/test_notification_kernel 14 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio set, threshold byte set, domain type unset PASS: tools/notification/test_notification_kernel 15 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio set, threshold byte set, domain type unset PASS: tools/notification/test_notification_kernel 16 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio set, threshold byte set, domain type unset PASS: tools/notification/test_notification_kernel 17 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio set, threshold byte set, domain type unset PASS: tools/notification/test_notification_kernel 18 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio unset, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 19 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio unset, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 20 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio unset, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 21 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio unset, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 22 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 23 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 24 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 25 - Trigger is registered: session name set, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 26 - Re-register trigger fails as expected: session name set, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 27 - Unregister trigger: session name set, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 28 - Unregister of a non-registerd trigger fails as expected: session name set, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 29 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 30 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 31 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 32 - Trigger is registered: session name set, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 33 - Re-register trigger fails as expected: session name set, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 34 - Unregister trigger: session name set, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 35 - Unregister of a non-registerd trigger fails as expected: session name set, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 36 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 37 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 38 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 39 - Trigger is registered: session name set, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 40 - Re-register trigger fails as expected: session name set, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 41 - Unregister trigger: session name set, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 42 - Unregister of a non-registerd trigger fails as expected: session name set, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 43 - Registering a NULL trigger fails as expected PASS: tools/notification/test_notification_kernel 44 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio unset, threshold byte unset, domain type unset PASS: tools/notification/test_notification_kernel 45 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio unset, threshold byte unset, domain type unset PASS: tools/notification/test_notification_kernel 46 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio unset, threshold byte unset, domain type unset PASS: tools/notification/test_notification_kernel 47 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio unset, threshold byte unset, domain type unset PASS: tools/notification/test_notification_kernel 48 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio set, threshold byte unset, domain type unset PASS: tools/notification/test_notification_kernel 49 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio set, threshold byte unset, domain type unset PASS: tools/notification/test_notification_kernel 50 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio set, threshold byte unset, domain type unset PASS: tools/notification/test_notification_kernel 51 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio set, threshold byte unset, domain type unset PASS: tools/notification/test_notification_kernel 52 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio unset, threshold byte set, domain type unset PASS: tools/notification/test_notification_kernel 53 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio unset, threshold byte set, domain type unset PASS: tools/notification/test_notification_kernel 54 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio unset, threshold byte set, domain type unset PASS: tools/notification/test_notification_kernel 55 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio unset, threshold byte set, domain type unset PASS: tools/notification/test_notification_kernel 56 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio set, threshold byte set, domain type unset PASS: tools/notification/test_notification_kernel 57 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio set, threshold byte set, domain type unset PASS: tools/notification/test_notification_kernel 58 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio set, threshold byte set, domain type unset PASS: tools/notification/test_notification_kernel 59 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio set, threshold byte set, domain type unset PASS: tools/notification/test_notification_kernel 60 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio unset, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 61 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio unset, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 62 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio unset, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 63 - Trigger is invalid as expected and cannot be registered: session name set, channel name set, threshold ratio unset, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 64 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 65 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 66 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 67 - Trigger is registered: session name set, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 68 - Re-register trigger fails as expected: session name set, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 69 - Unregister trigger: session name set, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 70 - Unregister of a non-registerd trigger fails as expected: session name set, channel name set, threshold ratio set, threshold byte unset, domain type set PASS: tools/notification/test_notification_kernel 71 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 72 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 73 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 74 - Trigger is registered: session name set, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 75 - Re-register trigger fails as expected: session name set, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 76 - Unregister trigger: session name set, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 77 - Unregister of a non-registerd trigger fails as expected: session name set, channel name set, threshold ratio unset, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 78 - Trigger is invalid as expected and cannot be registered: session name unset, channel name unset, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 79 - Trigger is invalid as expected and cannot be registered: session name set, channel name unset, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 80 - Trigger is invalid as expected and cannot be registered: session name unset, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 81 - Trigger is registered: session name set, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 82 - Re-register trigger fails as expected: session name set, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 83 - Unregister trigger: session name set, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 84 - Unregister of a non-registerd trigger fails as expected: session name set, channel name set, threshold ratio set, threshold byte set, domain type set PASS: tools/notification/test_notification_kernel 85 - Notification channel object creation PASS: tools/notification/test_notification_kernel 86 - Notification channel subscription is invalid: NULL, NULL PASS: tools/notification/test_notification_kernel 87 - Notification channel subscription is invalid: NON-NULL, NULL PASS: tools/notification/test_notification_kernel 88 - Notification channel subscription is invalid: NULL, NON-NULL PASS: tools/notification/test_notification_kernel 89 - Subscribing to an invalid condition PASS: tools/notification/test_notification_kernel 90 - Unsubscribing to an invalid condition PASS: tools/notification/test_notification_kernel 91 - Unsubscribing to an valid unknown condition PASS: tools/notification/test_notification_kernel 92 - Subscribe to condition PASS: tools/notification/test_notification_kernel 93 - Subscribe to condition PASS: tools/notification/test_notification_kernel 94 - Subscribe to a condition for which subscription was already done PASS: tools/notification/test_notification_kernel 95 - Subscribe to a condition for which subscription was already done PASS: tools/notification/test_notification_kernel 96 - High notification received after intermediary communication PASS: tools/notification/test_notification_kernel 97 - Unsubscribe with pending notification PASS: tools/notification/test_notification_kernel 98 - subscribe with pending notification PASS: tools/notification/test_notification_kernel 99 - Low notification received after intermediary communication PASS: tools/notification/test_notification_kernel 100 - High notification received after intermediary communication PASS: tools/notification/test_notification_kernel 101 - Low notification received after re-subscription PASS: tools/notification/test_notification_kernel 102 - High notification PASS: tools/notification/test_notification_kernel 103 - Unsubscribe low condition with pending notification PASS: tools/notification/test_notification_kernel 104 - Unsubscribe high condition with pending notification PASS: tools/notification/test_notification_multi_app 1 - Start session daemon PASS: tools/notification/test_notification_multi_app 2 - Create session my_session in /tmp/tmp.XXXXXXXXXX PASS: tools/notification/test_notification_multi_app 3 - Enable channel my_channel for session my_session PASS: tools/notification/test_notification_multi_app 4 - Enable ust event tp:tptest for session my_session PASS: tools/notification/test_notification_multi_app 5 - Message received: sync: ready PASS: tools/notification/test_notification_multi_app 6 - Message received: sync: ready PASS: tools/notification/test_notification_multi_app 7 - Start tracing for session my_session PASS: tools/notification/test_notification_multi_app 8 - Message received: notification: high 0 PASS: tools/notification/test_notification_multi_app 9 - Stop lttng tracing for session PASS: tools/notification/test_notification_multi_app 10 - Message received: notification: low 0 PASS: tools/notification/test_notification_multi_app 11 - Notifications 0 received PASS: tools/notification/test_notification_multi_app 12 - Start tracing for session my_session PASS: tools/notification/test_notification_multi_app 13 - Message received: notification: high 1 PASS: tools/notification/test_notification_multi_app 14 - Stop lttng tracing for session PASS: tools/notification/test_notification_multi_app 15 - Message received: notification: low 1 PASS: tools/notification/test_notification_multi_app 16 - Notifications 1 received PASS: tools/notification/test_notification_multi_app 17 - Start tracing for session my_session PASS: tools/notification/test_notification_multi_app 18 - Message received: notification: high 2 PASS: tools/notification/test_notification_multi_app 19 - Stop lttng tracing for session PASS: tools/notification/test_notification_multi_app 20 - Message received: notification: low 2 PASS: tools/notification/test_notification_multi_app 21 - Notifications 2 received PASS: tools/notification/test_notification_multi_app 22 - Start tracing for session my_session PASS: tools/notification/test_notification_multi_app 23 - Message received: notification: high 3 PASS: tools/notification/test_notification_multi_app 24 - Stop lttng tracing for session PASS: tools/notification/test_notification_multi_app 25 - Message received: notification: low 3 PASS: tools/notification/test_notification_multi_app 26 - Notifications 3 received PASS: tools/notification/test_notification_multi_app 27 - Start tracing for session my_session PASS: tools/notification/test_notification_multi_app 28 - Message received: notification: high 4 PASS: tools/notification/test_notification_multi_app 29 - Stop lttng tracing for session PASS: tools/notification/test_notification_multi_app 30 - Message received: notification: low 4 PASS: tools/notification/test_notification_multi_app 31 - Notifications 4 received PASS: tools/notification/test_notification_multi_app 32 - Message received: exit: 0 PASS: tools/notification/test_notification_multi_app 33 - Application for low notification terminated normally PASS: tools/notification/test_notification_multi_app 34 - Message received: exit: 0 PASS: tools/notification/test_notification_multi_app 35 - Application for high notification terminated normally PASS: tools/notification/test_notification_multi_app 36 - Destroy session my_session PASS: tools/notification/test_notification_multi_app 37 - Kill session daemon PASS: tools/notification/test_notification_multi_app 38 - Start session daemon PASS: tools/notification/test_notification_multi_app 39 - Create session my_session in /tmp/tmp.XXXXXXXXXX PASS: tools/notification/test_notification_multi_app 40 - Enable channel my_channel for session my_session PASS: tools/notification/test_notification_multi_app 41 - Enable ust event tp:tptest for session my_session PASS: tools/notification/test_notification_multi_app 42 - Message received: sync: ready PASS: tools/notification/test_notification_multi_app 43 - Start tracing for session my_session PASS: tools/notification/test_notification_multi_app 44 - Message received: notification: high 0 PASS: tools/notification/test_notification_multi_app 45 - Message received: sync: ready PASS: tools/notification/test_notification_multi_app 46 - Message received: notification: high 0 PASS: tools/notification/test_notification_multi_app 47 - Message received: exit: 0 PASS: tools/notification/test_notification_multi_app 48 - Application for high notification terminated normally PASS: tools/notification/test_notification_multi_app 49 - Destroy session my_session PASS: tools/notification/test_notification_multi_app 50 - Kill session daemon PASS: tools/notification/test_notification_multi_app 51 - Start session daemon PASS: tools/notification/test_notification_multi_app 52 - Create session my_session in /tmp/tmp.XXXXXXXXXX PASS: tools/notification/test_notification_multi_app 53 - Enable channel my_channel for session my_session PASS: tools/notification/test_notification_multi_app 54 - Enable kernel event lttng_test_filter_event for session my_session PASS: tools/notification/test_notification_multi_app 55 - Message received: sync: ready PASS: tools/notification/test_notification_multi_app 56 - Message received: sync: ready PASS: tools/notification/test_notification_multi_app 57 - Start tracing for session my_session PASS: tools/notification/test_notification_multi_app 58 - Message received: notification: high 0 PASS: tools/notification/test_notification_multi_app 59 - Stop lttng tracing for session PASS: tools/notification/test_notification_multi_app 60 - Message received: notification: low 0 PASS: tools/notification/test_notification_multi_app 61 - Notifications 0 received PASS: tools/notification/test_notification_multi_app 62 - Start tracing for session my_session PASS: tools/notification/test_notification_multi_app 63 - Message received: notification: high 1 PASS: tools/notification/test_notification_multi_app 64 - Stop lttng tracing for session PASS: tools/notification/test_notification_multi_app 65 - Message received: notification: low 1 PASS: tools/notification/test_notification_multi_app 66 - Notifications 1 received PASS: tools/notification/test_notification_multi_app 67 - Start tracing for session my_session PASS: tools/notification/test_notification_multi_app 68 - Message received: notification: high 2 PASS: tools/notification/test_notification_multi_app 69 - Stop lttng tracing for session PASS: tools/notification/test_notification_multi_app 70 - Message received: notification: low 2 PASS: tools/notification/test_notification_multi_app 71 - Notifications 2 received PASS: tools/notification/test_notification_multi_app 72 - Start tracing for session my_session PASS: tools/notification/test_notification_multi_app 73 - Message received: notification: high 3 PASS: tools/notification/test_notification_multi_app 74 - Stop lttng tracing for session PASS: tools/notification/test_notification_multi_app 75 - Message received: notification: low 3 PASS: tools/notification/test_notification_multi_app 76 - Notifications 3 received PASS: tools/notification/test_notification_multi_app 77 - Start tracing for session my_session PASS: tools/notification/test_notification_multi_app 78 - Message received: notification: high 4 PASS: tools/notification/test_notification_multi_app 79 - Stop lttng tracing for session PASS: tools/notification/test_notification_multi_app 80 - Message received: notification: low 4 PASS: tools/notification/test_notification_multi_app 81 - Notifications 4 received PASS: tools/notification/test_notification_multi_app 82 - Message received: exit: 0 PASS: tools/notification/test_notification_multi_app 83 - Application for low notification terminated normally PASS: tools/notification/test_notification_multi_app 84 - Message received: exit: 0 PASS: tools/notification/test_notification_multi_app 85 - Application for high notification terminated normally PASS: tools/notification/test_notification_multi_app 86 - Destroy session my_session PASS: tools/notification/test_notification_multi_app 87 - Kill session daemon PASS: tools/notification/test_notification_multi_app 88 - Start session daemon PASS: tools/notification/test_notification_multi_app 89 - Create session my_session in /tmp/tmp.XXXXXXXXXX PASS: tools/notification/test_notification_multi_app 90 - Enable channel my_channel for session my_session PASS: tools/notification/test_notification_multi_app 91 - Enable kernel event lttng_test_filter_event for session my_session PASS: tools/notification/test_notification_multi_app 92 - Message received: sync: ready PASS: tools/notification/test_notification_multi_app 93 - Start tracing for session my_session PASS: tools/notification/test_notification_multi_app 94 - Message received: notification: high 0 PASS: tools/notification/test_notification_multi_app 95 - Message received: sync: ready PASS: tools/notification/test_notification_multi_app 96 - Message received: notification: high 0 PASS: tools/notification/test_notification_multi_app 97 - Message received: exit: 0 PASS: tools/notification/test_notification_multi_app 98 - Application for high notification terminated normally PASS: tools/notification/test_notification_multi_app 99 - Destroy session my_session PASS: tools/notification/test_notification_multi_app 100 - 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX/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.XXXXXXXXXX/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.XXXXXXXXXX/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.XXXXXXXXXX/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.XXXXXXXXXX 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.XXXXXXXXXX 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 PASS: ust/overlap/test_overlap 8 - Trace match PASS: ust/overlap/test_overlap 9 - Trace match PASS: ust/overlap/test_overlap 10 - Trace match PASS: 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.XXXXXXXXXX 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 PASS: ust/overlap/test_overlap 19 - Trace match PASS: ust/overlap/test_overlap 20 - Trace match PASS: ust/overlap/test_overlap 21 - Trace match PASS: 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.XXXXXXXXXX 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 PASS: ust/overlap/test_overlap 30 - Trace match PASS: ust/overlap/test_overlap 31 - Trace match PASS: ust/overlap/test_overlap 32 - Trace match PASS: 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.XXXXXXXXXX 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.XXXXXXXXXX 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 PASS: ust/overlap/test_overlap 52 - Trace match PASS: ust/overlap/test_overlap 53 - Trace match PASS: ust/overlap/test_overlap 54 - Trace match PASS: 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.XXXXXXXXXX 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 PASS: 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.XXXXXXXXXX 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 PASS: ust/overlap/test_overlap 74 - Trace match PASS: ust/overlap/test_overlap 75 - Trace match PASS: ust/overlap/test_overlap 76 - Trace match PASS: 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.XXXXXXXXXX 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.XXXXXXXXXX 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 PASS: ust/overlap/test_overlap 96 - Trace match PASS: ust/overlap/test_overlap 97 - Trace match PASS: ust/overlap/test_overlap 98 - Trace match PASS: 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.XXXXXXXXXX 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 PASS: ust/overlap/test_overlap 107 - Trace match PASS: ust/overlap/test_overlap 108 - Trace match PASS: ust/overlap/test_overlap 109 - Trace match PASS: 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.XXXXXXXXXX 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 PASS: ust/overlap/test_overlap 118 - Trace match PASS: ust/overlap/test_overlap 119 - Trace match PASS: ust/overlap/test_overlap 120 - Trace match PASS: 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.XXXXXXXXXX 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.XXXXXXXXXX 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 PASS: 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.XXXXXXXXXX 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 PASS: ust/overlap/test_overlap 151 - Trace match PASS: ust/overlap/test_overlap 152 - Trace match PASS: ust/overlap/test_overlap 153 - Trace match PASS: 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.XXXXXXXXXX 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 PASS: 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.XXXXXXXXXX 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 PASS: ust/overlap/test_overlap 173 - Trace match PASS: ust/overlap/test_overlap 174 - Trace match PASS: ust/overlap/test_overlap 175 - Trace match PASS: 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.XXXXXXXXXX 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.XXXXXXXXXX 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 PASS: ust/overlap/test_overlap 196 - Trace match PASS: ust/overlap/test_overlap 197 - Trace match PASS: ust/overlap/test_overlap 198 - Trace match PASS: 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.XXXXXXXXXX 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 PASS: ust/overlap/test_overlap 207 - Trace match PASS: ust/overlap/test_overlap 208 - Trace match PASS: ust/overlap/test_overlap 209 - Trace match PASS: 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.XXXXXXXXXX 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 PASS: ust/overlap/test_overlap 218 - Trace match PASS: ust/overlap/test_overlap 219 - Trace match PASS: ust/overlap/test_overlap 220 - Trace match PASS: 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.XXXXXXXXXX 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 PASS: ust/overlap/test_overlap 229 - Trace match PASS: ust/overlap/test_overlap 230 - Trace match PASS: ust/overlap/test_overlap 231 - Trace match PASS: 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.XXXXXXXXXX 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.XXXXXXXXXX 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 PASS: 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-jul/test_java_jul 156 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 157 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 158 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 159 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 160 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 161 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 162 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 163 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 164 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 165 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 166 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 167 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 168 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 169 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 170 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 171 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 172 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 173 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 174 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 175 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 176 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 177 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 178 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 179 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 180 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 181 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 182 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 183 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 184 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 185 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 186 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 187 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 188 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 189 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 190 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 191 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 192 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 193 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 194 # SKIP : JUL support is needed. Skipping all tests. SKIP: ust/java-jul/test_java_jul 195 # 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/java-log4j/test_java_log4j 156 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 157 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 158 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 159 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 160 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 161 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 162 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 163 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 164 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 165 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 166 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 167 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 168 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 169 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 170 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 171 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 172 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 173 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 174 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 175 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 176 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 177 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 178 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 179 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 180 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 181 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 182 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 183 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 184 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 185 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 186 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 187 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 188 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 189 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 190 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 191 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 192 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 193 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 194 # SKIP : LOG4J support is needed. Skipping all tests. SKIP: ust/java-log4j/test_java_log4j 195 # 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 : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 2 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 3 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 4 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 5 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 6 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 7 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 8 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 9 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 10 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 11 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 12 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 13 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 14 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 15 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 16 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 17 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 18 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 19 # SKIP : Test system only have a single thread. Skipping all tests. SKIP: ust/getcpu-override/test_getcpu_override 20 # SKIP : Test system only have a single thread. Skipping all tests. PASS: ust/clock-override/test_clock_override 1 - Start session daemon PASS: ust/clock-override/test_clock_override 2 - Create session clock_override in /tmp/tmp.XXXXXXXXXX PASS: ust/clock-override/test_clock_override 3 - Enable ust event tp:tptest for session clock_override PASS: ust/clock-override/test_clock_override 4 - Start tracing for session clock_override PASS: ust/clock-override/test_clock_override 5 - Application done PASS: ust/clock-override/test_clock_override 6 - Stop lttng tracing for session clock_override PASS: ust/clock-override/test_clock_override 7 - Destroy session clock_override PASS: ust/clock-override/test_clock_override 8 - Kill session daemon PASS: ust/clock-override/test_clock_override 9 - Metadata extraction from babeltrace PASS: ust/clock-override/test_clock_override 10 - Clock metadata extraction PASS: ust/clock-override/test_clock_override 11 - Tokens to check(4) and provided values(4) count is equal PASS: ust/clock-override/test_clock_override 12 - Token "name" expect:lttng_test_clock_override got:lttng_test_clock_override PASS: ust/clock-override/test_clock_override 13 - Token "uuid" expect:83c63deb-7aa4-48fb-abda-946f400d76e6 got:83c63deb-7aa4-48fb-abda-946f400d76e6 PASS: ust/clock-override/test_clock_override 14 - Token "description" expect:Freeze time with 1KHz for regression test got:Freeze time with 1KHz for regression test PASS: ust/clock-override/test_clock_override 15 - Token "freq" expect:1000 got:1000 PASS: ust/clock-override/test_clock_override 16 - Start session daemon PASS: ust/clock-override/test_clock_override 17 - Create session clock_override in /tmp/tmp.XXXXXXXXXX PASS: ust/clock-override/test_clock_override 18 - Enable ust event tp:tptest for session clock_override PASS: ust/clock-override/test_clock_override 19 - Start tracing for session clock_override PASS: ust/clock-override/test_clock_override 20 - Application done PASS: ust/clock-override/test_clock_override 21 - Stop lttng tracing for session clock_override PASS: ust/clock-override/test_clock_override 22 - Destroy session clock_override PASS: ust/clock-override/test_clock_override 23 - Unique event timestamps without clock override: 256 expect >1 PASS: ust/clock-override/test_clock_override 24 - Kill session daemon PASS: ust/clock-override/test_clock_override 25 - Start session daemon PASS: ust/clock-override/test_clock_override 26 - Create session clock_override in /tmp/tmp.XXXXXXXXXX PASS: ust/clock-override/test_clock_override 27 - Enable ust event tp:tptest for session clock_override PASS: ust/clock-override/test_clock_override 28 - Start tracing for session clock_override PASS: ust/clock-override/test_clock_override 29 - Application done PASS: ust/clock-override/test_clock_override 30 - Stop lttng tracing for session clock_override PASS: ust/clock-override/test_clock_override 31 - Destroy session clock_override PASS: ust/clock-override/test_clock_override 32 - Kill session daemon PASS: ust/clock-override/test_clock_override 33 - Unique event timestamps with clock override: 1 expect 1 PASS: ust/test_event_basic 1 - Start session daemon PASS: ust/test_event_basic 2 - Create session ust_event_basic in /tmp/tmp.XXXXXXXXXX PASS: ust/test_event_basic 3 - Create session ust_event_basic2 in /tmp/tmp.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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.XXXXXXXXXX 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 - Validate trace for event perf_thread_page_fault, 1 events PASS: ust/test_event_perf 23 - Destroy session ust_event_basic PASS: ust/test_event_perf 24 - Kill session daemon PASS: ust/blocking/test_blocking 1 - Start session daemon PASS: ust/blocking/test_blocking 2 - Create session blocking in no-output mode PASS: ust/blocking/test_blocking 3 - Enable ust event tp:tptest for session blocking PASS: ust/blocking/test_blocking 4 - Start tracing for session blocking PASS: ust/blocking/test_blocking 5 - Application done PASS: ust/blocking/test_blocking 6 - Stop lttng tracing for session blocking PASS: ust/blocking/test_blocking 7 - Destroy session blocking PASS: ust/blocking/test_blocking 8 - Kill session daemon PASS: ust/blocking/test_blocking 9 - Does not hang PASS: ust/blocking/test_blocking 10 - Start session daemon PASS: ust/blocking/test_blocking 11 - Create session blocking in no-output mode PASS: ust/blocking/test_blocking 12 - Enable channel testchan for session blocking PASS: ust/blocking/test_blocking 13 - Enable ust event tp:tptest for session blocking PASS: ust/blocking/test_blocking 14 - Start tracing for session blocking PASS: ust/blocking/test_blocking 15 - Application done PASS: ust/blocking/test_blocking 16 - Stop lttng tracing for session blocking PASS: ust/blocking/test_blocking 17 - Destroy session blocking PASS: ust/blocking/test_blocking 18 - Kill session daemon PASS: ust/blocking/test_blocking 19 - Does not hang PASS: ust/blocking/test_blocking 20 - Start session daemon PASS: ust/blocking/test_blocking 21 - Create session blocking in no-output mode PASS: ust/blocking/test_blocking 22 - Enable channel testchan for session blocking PASS: ust/blocking/test_blocking 23 - Enable ust event tp:tptest for session blocking PASS: ust/blocking/test_blocking 24 - Start tracing for session blocking PASS: ust/blocking/test_blocking 25 - Application done PASS: ust/blocking/test_blocking 26 - Stop lttng tracing for session blocking PASS: ust/blocking/test_blocking 27 - Destroy session blocking PASS: ust/blocking/test_blocking 28 - Kill session daemon PASS: ust/blocking/test_blocking 29 - Does not hang PASS: ust/blocking/test_blocking 30 - Start session daemon PASS: ust/blocking/test_blocking 31 - Create session blocking in /tmp/tmp.XXXXXXXXXX PASS: ust/blocking/test_blocking 32 - Enable channel testchan for session blocking PASS: ust/blocking/test_blocking 33 - Enable ust event tp:tptest for session blocking PASS: ust/blocking/test_blocking 34 - Start tracing for session blocking PASS: ust/blocking/test_blocking 35 - Application done PASS: ust/blocking/test_blocking 36 - Stop lttng tracing for session blocking PASS: ust/blocking/test_blocking 37 - Destroy session blocking PASS: ust/blocking/test_blocking 38 - Kill session daemon PASS: ust/blocking/test_blocking 39 - Does not hang PASS: ust/blocking/test_blocking 40 - Start session daemon PASS: ust/blocking/test_blocking 41 - Create session blocking in /tmp/tmp.XXXXXXXXXX PASS: ust/blocking/test_blocking 42 - Enable channel testchan for session blocking PASS: ust/blocking/test_blocking 43 - Enable ust event tp:tptest for session blocking PASS: ust/blocking/test_blocking 44 - Start tracing for session blocking PASS: ust/blocking/test_blocking 45 - Application done PASS: ust/blocking/test_blocking 46 - Stop lttng tracing for session blocking PASS: ust/blocking/test_blocking 47 - Destroy session blocking PASS: ust/blocking/test_blocking 48 - Kill session daemon FAIL: ust/blocking/test_blocking 49 - No event lost with UST blocking mode: found 0 expect 5000000 ============================================================================ Testsuite summary for lttng-tools 2.10.7 ============================================================================ # TOTAL: 4737 # PASS: 4324 # SKIP: 412 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/regression/test-suite.log Please report to jeremie.galarneau@efficios.com ============================================================================ DURATION: 549 END: /usr/lib/lttng-tools/ptest 2019-08-16T20:06 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T20:06 BEGIN: /usr/lib/lzo/ptest LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1B-1 | services 18790 1 10709 57.0 84.428 0.000 | LZO1B-2 | services 18790 1 10510 55.9 82.642 0.000 | LZO1B-3 | services 18790 1 10435 55.5 78.238 0.000 | LZO1B-4 | services 18790 1 10289 54.8 58.206 0.000 | LZO1B-5 | services 18790 1 10178 54.2 59.853 0.000 | LZO1B-6 | services 18790 1 9981 53.1 51.762 0.000 | LZO1B-7 | services 18790 1 10017 53.3 47.621 0.000 | LZO1B-8 | services 18790 1 9808 52.2 43.841 0.000 | LZO1B-9 | services 18790 1 9734 51.8 51.549 0.000 | LZO1C-1 | services 18790 1 10577 56.3 95.126 0.000 | LZO1C-2 | services 18790 1 10381 55.2 96.843 0.000 | LZO1C-3 | services 18790 1 10314 54.9 99.132 0.000 | LZO1C-4 | services 18790 1 10170 54.1 66.314 0.000 | LZO1C-5 | services 18790 1 10066 53.6 69.203 0.000 | LZO1C-6 | services 18790 1 9828 52.3 67.100 0.000 | LZO1C-7 | services 18790 1 9890 52.6 54.717 0.000 | LZO1C-8 | services 18790 1 9678 51.5 51.671 0.000 | LZO1C-9 | services 18790 1 9608 51.1 58.464 0.000 | LZO1-1 | services 18790 1 10939 58.2 116.762 0.000 | LZO1A-1 | services 18790 1 10822 57.6 120.014 0.000 | LZO1F-1 | services 18790 1 10571 56.3 99.672 0.000 | LZO1X-1 | services 18790 1 10642 56.6 0.000 0.000 | LZO1Y-1 | services 18790 1 10527 56.0 0.000 0.000 | LZO1X-1(11) | services 18790 1 11042 58.8 0.000 0.000 | LZO1X-1(12) | services 18790 1 10806 57.5 0.000 0.000 | LZO1X-1(15) | services 18790 1 10692 56.9 0.000 0.000 | LZO1B-99 | services 18790 1 9592 51.0 49.337 0.000 | LZO1B-999 | services 18790 1 9138 48.6 21.636 0.000 | LZO1C-99 | services 18790 1 9451 50.3 55.713 0.000 | LZO1C-999 | services 18790 1 8970 47.7 21.935 0.000 | LZO1-99 | services 18790 1 9753 51.9 52.051 0.000 | LZO1A-99 | services 18790 1 9669 51.5 52.432 0.000 | LZO2A-999 | services 18790 1 8578 45.7 20.583 0.000 | LZO1F-999 | services 18790 1 8931 47.5 20.571 0.000 | LZO1X-999 | services 18790 1 8764 46.6 10.192 0.000 | LZO1Y-999 | services 18790 1 8639 46.0 10.044 0.000 | LZO1Z-999 | services 18790 1 8790 46.8 10.277 0.000 | memcpy() | services 18790 1 18790 100 0.000 0.000 | lzotest: execution time: 0 seconds PASS: lzotest LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1-1 | 00-primary.seat 64 1 66 103 0.000 0.000 | LZO1-1 | Xsession 755 1 508 67.3 0.000 0.000 | LZO1-1 | 13xdgbasedirs.sh 550 1 466 84.7 0.000 0.000 | LZO1-1 | 30xinput_calibrate.sh 115 1 115 100 0.000 0.000 | LZO1-1 | 70settings-daemon.sh 27 1 28 104 0.000 0.000 | LZO1-1 | 80matchboxkeyboard.sh 631 1 400 63.4 0.000 0.000 | LZO1-1 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 | LZO1-1 | 90XWindowManager.sh 181 1 111 61.3 0.000 0.000 | LZO1-1 | xinitrc 739 1 434 58.7 0.000 0.000 | LZO1-1 | xorg.conf 1165 1 646 55.5 0.000 0.000 | LZO1-1 | asound.conf 32 1 34 106 0.000 0.000 | LZO1-1 | at.deny 144 1 130 90.3 0.000 0.000 | LZO1-1 | avahi-daemon.conf 1753 1 1270 72.4 0.000 0.000 | LZO1-1 | localtime 114 1 36 31.6 0.000 0.000 | LZO1-1 | hosts 1121 1 914 81.5 0.000 0.000 | LZO1-1 | sftp-ssh.service 1075 1 853 79.3 0.000 0.000 | LZO1-1 | ssh.service 1071 1 854 79.7 0.000 0.000 | LZO1-1 | bash_completion 45 1 44 97.8 0.000 0.000 | LZO1-1 | perf 6321 1 3143 49.7 0.000 0.000 | LZO1-1 | quilt 7117 1 2789 39.2 0.000 0.000 | LZO1-1 | bindresvport.blacklist 429 1 334 77.9 0.000 0.000 | LZO1-1 | input.conf 397 1 350 88.2 0.000 0.000 | LZO1-1 | network.conf 120 1 117 97.5 0.000 0.000 | LZO1-1 | build 527 1 285 54.1 0.000 0.000 | LZO1-1 | busybox.links.nosuid 2392 1 1260 52.7 0.000 0.000 | LZO1-1 | busybox.links.suid 91 1 67 73.6 0.000 0.000 | LZO1-1 | ca-certificates.conf 5340 1 2061 38.6 0.000 0.000 | LZO1-1 | pap 653 1 552 84.5 0.000 0.000 | LZO1-1 | logrotate 189 1 160 84.7 0.000 0.000 | LZO1-1 | cron.deny 0 1 0 0.0 0.000 0.000 | LZO1-1 | crontab 653 1 422 64.6 0.000 0.000 | LZO1-1 | session.conf 838 1 644 76.8 0.000 0.000 | LZO1-1 | system.conf 833 1 641 77.0 0.000 0.000 | LZO1-1 | ConsoleKit.conf 7305 1 944 12.9 0.000 0.000 | LZO1-1 | avahi-dbus.conf 1138 1 551 48.4 0.000 0.000 | LZO1-1 | bluetooth.conf 1315 1 700 53.2 0.000 0.000 | LZO1-1 | dbus-wpa_supplicant.conf 743 1 358 48.2 0.000 0.000 | LZO1-1 | ofono.conf 1063 1 606 57.0 0.000 0.000 | LZO1-1 | pulseaudio-system.conf 1084 1 870 80.3 0.000 0.000 | LZO1-1 | devpts 93 1 91 97.8 0.000 0.000 | LZO1-1 | distcc 535 1 441 82.4 0.000 0.000 | LZO1-1 | mountall 36 1 38 106 0.000 0.000 | LZO1-1 | postinst 52 1 53 102 0.000 0.000 | LZO1-1 | rcS 1040 1 798 76.7 0.000 0.000 | LZO1-1 | rng-tools 27 1 28 104 0.000 0.000 | LZO1-1 | usbd 0 1 0 0.0 0.000 0.000 | LZO1-1 | useradd 117 1 120 103 0.000 0.000 | LZO1-1 | 00_core 1637 1 1044 63.8 0.000 0.000 | LZO1-1 | 01_bootlogd 36 1 34 94.4 0.000 0.000 | LZO1-1 | 99_dbus 48 1 41 85.4 0.000 0.000 | LZO1-1 | 99_sshd 75 1 64 85.3 0.000 0.000 | LZO1-1 | 99_wpa_supplicant 46 1 45 97.8 0.000 0.000 | LZO1-1 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1-1 | xserver-nodm 130 1 132 102 0.000 0.000 | LZO1-1 | clients.allow 1582 1 1153 72.9 0.000 0.000 | LZO1-1 | commands.allow.sh 1763 1 1114 63.2 0.000 0.000 | LZO1-1 | hosts 203 1 177 87.2 0.000 0.000 | LZO1-1 | automatic.conf 2569 1 1377 53.6 0.000 0.000 | LZO1-1 | dnf.conf 82 1 83 101 0.000 0.000 | LZO1-1 | dnf.conf 4 1 5 125 0.000 0.000 | LZO1-1 | yum.conf 4 1 5 125 0.000 0.000 | LZO1-1 | arch 26 1 27 104 0.000 0.000 | LZO1-1 | releasever 6 1 7 117 0.000 0.000 | LZO1-1 | e2scrub.conf 685 1 490 71.5 0.000 0.000 | LZO1-1 | exports 46 1 46 100 0.000 0.000 | LZO1-1 | 30-liberation-aliases.conf 419 1 230 54.9 0.000 0.000 | LZO1-1 | README 978 1 740 75.7 0.000 0.000 | LZO1-1 | fonts.conf 2532 1 1481 58.5 0.000 0.000 | LZO1-1 | config 1032 1 439 42.5 0.000 0.000 | LZO1-1 | machconfig 193 1 153 79.3 0.000 0.000 | LZO1-1 | fstab 637 1 386 60.6 0.000 0.000 | LZO1-1 | path 1448 1 914 63.1 0.000 0.000 | LZO1-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1-1 | %gconf.xml 235 1 146 62.1 0.000 0.000 | LZO1-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1-1 | %gconf.xml 2158 1 576 26.7 0.000 0.000 | LZO1-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1-1 | %gconf.xml 515 1 313 60.8 0.000 0.000 | LZO1-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1-1 | %gconf.xml 5626 1 1690 30.0 0.000 0.000 | LZO1-1 | settings-daemon.schemas 7202 1 1840 25.5 0.000 0.000 | LZO1-1 | group 639 1 561 87.8 0.000 0.000 | LZO1-1 | group- 620 1 544 87.7 0.000 0.000 | LZO1-1 | gshadow 529 1 389 73.5 0.000 0.000 | LZO1-1 | gshadow- 514 1 378 73.5 0.000 0.000 | LZO1-1 | im-multipress.conf 890 1 785 88.2 0.000 0.000 | LZO1-1 | host.conf 26 1 27 104 0.000 0.000 | LZO1-1 | hostname 11 1 12 109 0.000 0.000 | LZO1-1 | hosts 258 1 203 78.7 0.000 0.000 | LZO1-1 | alsa-state 811 1 542 66.8 0.000 0.000 | LZO1-1 | atd 578 1 398 68.9 0.000 0.000 | LZO1-1 | avahi-daemon 4491 1 2588 57.6 0.000 0.000 | LZO1-1 | banner.sh 492 1 305 62.0 0.000 0.000 | LZO1-1 | bluetooth 1253 1 786 62.7 0.000 0.000 | LZO1-1 | bootlogd 1997 1 1258 63.0 0.000 0.000 | LZO1-1 | bootmisc.sh 2017 1 1402 69.5 0.000 0.000 | LZO1-1 | checkroot.sh 3591 1 2351 65.5 0.000 0.000 | LZO1-1 | connman 1462 1 987 67.5 0.000 0.000 | LZO1-1 | crond 1235 1 824 66.7 0.000 0.000 | LZO1-1 | dbus-1 2887 1 1831 63.4 0.000 0.000 | LZO1-1 | devpts.sh 526 1 391 74.3 0.000 0.000 | LZO1-1 | distcc 2863 1 1676 58.5 0.000 0.000 | LZO1-1 | dmesg.sh 352 1 250 71.0 0.000 0.000 | LZO1-1 | functions 2141 1 1363 63.7 0.000 0.000 | LZO1-1 | halt 510 1 402 78.8 0.000 0.000 | LZO1-1 | hostname.sh 580 1 426 73.4 0.000 0.000 | LZO1-1 | hwclock.sh 2541 1 1346 53.0 0.000 0.000 | LZO1-1 | kdump 2989 1 1432 47.9 0.000 0.000 | LZO1-1 | mdmonitor 1773 1 1076 60.7 0.000 0.000 | LZO1-1 | modutils.sh 1223 1 777 63.5 0.000 0.000 | LZO1-1 | mountall.sh 869 1 662 76.2 0.000 0.000 | LZO1-1 | mountnfs.sh 1589 1 962 60.5 0.000 0.000 | LZO1-1 | networking 1956 1 1021 52.2 0.000 0.000 | LZO1-1 | nfscommon 1609 1 1022 63.5 0.000 0.000 | LZO1-1 | nfsserver 3326 1 1900 57.1 0.000 0.000 | LZO1-1 | ofono 516 1 368 71.3 0.000 0.000 | LZO1-1 | populate-volatile.sh 7826 1 3625 46.3 0.000 0.000 | LZO1-1 | ppp 1231 1 714 58.0 0.000 0.000 | LZO1-1 | psplash.sh 682 1 480 70.4 0.000 0.000 | LZO1-1 | rc 4457 1 2659 59.7 0.000 0.000 | LZO1-1 | rcS 525 1 445 84.8 0.000 0.000 | LZO1-1 | read-only-rootfs-hook.sh 1273 1 886 69.6 0.000 0.000 | LZO1-1 | reboot 289 1 221 76.5 0.000 0.000 | LZO1-1 | rmnologin.sh 585 1 379 64.8 0.000 0.000 | LZO1-1 | rng-tools 1021 1 491 48.1 0.000 0.000 | LZO1-1 | rpcbind 1827 1 968 53.0 0.000 0.000 | LZO1-1 | run-postinsts 25 1 26 104 0.000 0.000 | LZO1-1 | save-rtc.sh 429 1 321 74.8 0.000 0.000 | LZO1-1 | sendsigs 438 1 302 68.9 0.000 0.000 | LZO1-1 | single 578 1 430 74.4 0.000 0.000 | LZO1-1 | sshd 2029 1 1068 52.6 0.000 0.000 | LZO1-1 | sysfs.sh 907 1 480 52.9 0.000 0.000 | LZO1-1 | syslog 2066 1 1168 56.5 0.000 0.000 | LZO1-1 | tcf-agent 1298 1 749 57.7 0.000 0.000 | LZO1-1 | udev 2779 1 1686 60.7 0.000 0.000 | LZO1-1 | umountfs 540 1 405 75.0 0.000 0.000 | LZO1-1 | umountnfs.sh 711 1 526 74.0 0.000 0.000 | LZO1-1 | urandom 1473 1 949 64.4 0.000 0.000 | LZO1-1 | xserver-nodm 1436 1 1001 69.7 0.000 0.000 | LZO1-1 | inittab 1140 1 794 69.6 0.000 0.000 | LZO1-1 | inputrc 1633 1 1100 67.4 0.000 0.000 | LZO1-1 | bpf_pinning 85 1 85 100 0.000 0.000 | LZO1-1 | ematch_map 81 1 83 102 0.000 0.000 | LZO1-1 | group 31 1 32 103 0.000 0.000 | LZO1-1 | nl_protos 262 1 256 97.7 0.000 0.000 | LZO1-1 | rt_dsfield 331 1 278 84.0 0.000 0.000 | LZO1-1 | rt_protos 201 1 198 98.5 0.000 0.000 | LZO1-1 | rt_realms 112 1 111 99.1 0.000 0.000 | LZO1-1 | rt_scopes 92 1 89 96.7 0.000 0.000 | LZO1-1 | rt_tables 87 1 85 97.7 0.000 0.000 | LZO1-1 | issue 58 1 60 103 0.000 0.000 | LZO1-1 | issue.net 55 1 57 104 0.000 0.000 | LZO1-1 | ld.so.cache 57567 1 21058 36.6 0.000 0.000 | LZO1-1 | ld.so.conf 33 1 35 106 0.000 0.000 | LZO1-1 | classid 1130 1 643 56.9 0.000 0.000 | LZO1-1 | pktloc 1532 1 896 58.5 0.000 0.000 | LZO1-1 | collect_dnf.conf 813 1 522 64.2 0.000 0.000 | LZO1-1 | limits 827 1 646 78.1 0.000 0.000 | LZO1-1 | login.access 2006 1 1340 66.8 0.000 0.000 | LZO1-1 | login.defs 11030 1 6607 59.9 0.000 0.000 | LZO1-1 | logrotate-dmesg.conf 121 1 115 95.0 0.000 0.000 | LZO1-1 | logrotate.conf 434 1 361 83.2 0.000 0.000 | LZO1-1 | btmp 130 1 122 93.8 0.000 0.000 | LZO1-1 | dnf 526 1 135 25.7 0.000 0.000 | LZO1-1 | wtmp 145 1 134 92.4 0.000 0.000 | LZO1-1 | kbdconfig 721 1 545 75.6 0.000 0.000 | LZO1-1 | session 630 1 461 73.2 0.000 0.000 | LZO1-1 | mdadm.conf 2687 1 1916 71.3 0.000 0.000 | LZO1-1 | mke2fs.conf 846 1 508 60.0 0.000 0.000 | LZO1-1 | uvesafb.conf 39 1 38 97.4 0.000 0.000 | LZO1-1 | uvesafb.conf 8 1 9 113 0.000 0.000 | LZO1-1 | motd 0 1 0 0.0 0.000 0.000 | LZO1-1 | netconfig 767 1 480 62.6 0.000 0.000 | LZO1-1 | nfsroot 809 1 552 68.2 0.000 0.000 | LZO1-1 | wpa-supplicant 1999 1 991 49.6 0.000 0.000 | LZO1-1 | interfaces 132 1 126 95.5 0.000 0.000 | LZO1-1 | nm-disabled-eth0 0 1 0 0.0 0.000 0.000 | LZO1-1 | nfs-utils.conf 1087 1 740 68.1 0.000 0.000 | LZO1-1 | nfsmount.conf 3606 1 2079 57.7 0.000 0.000 | LZO1-1 | nsswitch.conf 497 1 371 74.6 0.000 0.000 | LZO1-1 | phonesim.conf 361 1 310 85.9 0.000 0.000 | LZO1-1 | arch.conf 88 1 70 79.5 0.000 0.000 | LZO1-1 | opkg.conf 845 1 605 71.6 0.000 0.000 | LZO1-1 | passwd 1055 1 712 67.5 0.000 0.000 | LZO1-1 | passwd- 1006 1 681 67.7 0.000 0.000 | LZO1-1 | cert9.db 28672 1 1209 4.2 0.000 0.000 | LZO1-1 | key4.db 36864 1 1511 4.1 0.000 0.000 | LZO1-1 | pkcs11.txt 425 1 361 84.9 0.000 0.000 | LZO1-1 | pointercal.xinput 91 1 91 100 0.000 0.000 | LZO1-1 | chap-secrets 78 1 78 100 0.000 0.000 | LZO1-1 | ip-down 1454 1 1034 71.1 0.000 0.000 | LZO1-1 | 92removedns 118 1 89 75.4 0.000 0.000 | LZO1-1 | ip-up 1452 1 1029 70.9 0.000 0.000 | LZO1-1 | 08setupdns 292 1 185 63.4 0.000 0.000 | LZO1-1 | options 5 1 6 120 0.000 0.000 | LZO1-1 | pap-secrets 77 1 77 100 0.000 0.000 | LZO1-1 | provider 1093 1 831 76.0 0.000 0.000 | LZO1-1 | ppp_on_boot 573 1 462 80.6 0.000 0.000 | LZO1-1 | profile 984 1 804 81.7 0.000 0.000 | LZO1-1 | bash_completion.sh 672 1 418 62.2 0.000 0.000 | LZO1-1 | distcc.sh 68 1 62 91.2 0.000 0.000 | LZO1-1 | gawk.csh 1107 1 288 26.0 0.000 0.000 | LZO1-1 | gawk.sh 757 1 233 30.8 0.000 0.000 | LZO1-1 | protocols 2932 1 2129 72.6 0.000 0.000 | LZO1-1 | client.conf 1233 1 970 78.7 0.000 0.000 | LZO1-1 | 50-sato.conf 447 1 369 82.6 0.000 0.000 | LZO1-1 | daemon.conf 2374 1 1621 68.3 0.000 0.000 | LZO1-1 | default.pa 4933 1 2748 55.7 0.000 0.000 | LZO1-1 | system.pa 2078 1 1357 65.3 0.000 0.000 | LZO1-1 | quilt.quiltrc 1236 1 865 70.0 0.000 0.000 | LZO1-1 | quotagrpadmins 220 1 199 90.5 0.000 0.000 | LZO1-1 | quotatab 261 1 220 84.3 0.000 0.000 | LZO1-1 | rpc 895 1 680 76.0 0.000 0.000 | LZO1-1 | rpcbind.conf 58 1 60 103 0.000 0.000 | LZO1-1 | macros 38 1 40 105 0.000 0.000 | LZO1-1 | platform 19 1 20 105 0.000 0.000 | LZO1-1 | rpmrc 104 1 76 73.1 0.000 0.000 | LZO1-1 | securetty 1848 1 1236 66.9 0.000 0.000 | LZO1-1 | services 18790 1 10939 58.2 0.000 0.000 | LZO1-1 | shadow 651 1 245 37.6 0.000 0.000 | LZO1-1 | shadow- 619 1 229 37.0 0.000 0.000 | LZO1-1 | shells 52 1 50 96.2 0.000 0.000 | LZO1-1 | .bashrc 410 1 328 80.0 0.000 0.000 | LZO1-1 | .profile 241 1 224 92.9 0.000 0.000 | LZO1-1 | slsh.rc 2030 1 1063 52.4 0.000 0.000 | LZO1-1 | moduli 577388 3 59050 10.2 748.044 1116.630 | LZO1-1 | ssh_config 1548 1 1067 68.9 0.000 0.000 | LZO1-1 | ssh_host_ecdsa_key 505 1 454 89.9 0.000 0.000 | LZO1-1 | ssh_host_ecdsa_key.pub 177 1 169 95.5 0.000 0.000 | LZO1-1 | ssh_host_ed25519_key 411 1 325 79.1 0.000 0.000 | LZO1-1 | ssh_host_ed25519_key.pub 97 1 99 102 0.000 0.000 | LZO1-1 | ssh_host_rsa_key 2602 1 2577 99.0 0.000 0.000 | LZO1-1 | ssh_host_rsa_key.pub 569 1 572 101 0.000 0.000 | LZO1-1 | sshd_config 3177 1 2063 64.9 0.000 0.000 | LZO1-1 | sshd_config_readonly 3186 1 2067 64.9 0.000 0.000 | LZO1-1 | ca-certificates.crt 200061 1 166798 83.4 85.898 0.000 | LZO1-1 | openssl.cnf 10909 1 5402 49.5 0.000 0.000 | LZO1-1 | sudoers 3174 1 1949 61.4 0.000 0.000 | LZO1-1 | sudoers.dist 3174 1 1949 61.4 0.000 0.000 | LZO1-1 | crond 110 1 108 98.2 0.000 0.000 | LZO1-1 | kdump.conf 411 1 339 82.5 0.000 0.000 | LZO1-1 | sysctl.conf 2128 1 1623 76.3 0.000 0.000 | LZO1-1 | syslog-startup.conf 651 1 548 84.2 0.000 0.000 | LZO1-1 | syslog.conf 69 1 67 97.1 0.000 0.000 | LZO1-1 | ansi 1481 1 792 53.5 0.000 0.000 | LZO1-1 | dumb 308 1 71 23.1 0.000 0.000 | LZO1-1 | linux 1730 1 1083 62.6 0.000 0.000 | LZO1-1 | rxvt 2286 1 1622 71.0 0.000 0.000 | LZO1-1 | screen 1587 1 977 61.6 0.000 0.000 | LZO1-1 | screen-256color 1677 1 1026 61.2 0.000 0.000 | LZO1-1 | sun 1004 1 542 54.0 0.000 0.000 | LZO1-1 | vt100 1190 1 786 66.1 0.000 0.000 | LZO1-1 | vt102 1184 1 789 66.6 0.000 0.000 | LZO1-1 | vt200 1377 1 967 70.2 0.000 0.000 | LZO1-1 | vt220 1377 1 967 70.2 0.000 0.000 | LZO1-1 | vt52 470 1 249 53.0 0.000 0.000 | LZO1-1 | xterm-256color 3641 1 2533 69.6 0.000 0.000 | LZO1-1 | xterm-color 1551 1 839 54.1 0.000 0.000 | LZO1-1 | xterm-xfree86 2240 1 1446 64.6 0.000 0.000 | LZO1-1 | timestamp 15 1 16 107 0.000 0.000 | LZO1-1 | timezone 10 1 11 110 0.000 0.000 | LZO1-1 | dnf.conf 164 1 131 79.9 0.000 0.000 | LZO1-1 | mount.blacklist 51 1 44 86.3 0.000 0.000 | LZO1-1 | 80-net-name-slot.rules 0 1 0 0.0 0.000 0.000 | LZO1-1 | automount.rules 847 1 581 68.6 0.000 0.000 | LZO1-1 | autonet.rules 757 1 552 72.9 0.000 0.000 | LZO1-1 | local.rules 885 1 675 76.3 0.000 0.000 | LZO1-1 | localextra.rules 843 1 629 74.6 0.000 0.000 | LZO1-1 | mount.sh 4279 1 2265 52.9 0.000 0.000 | LZO1-1 | network.sh 1402 1 1049 74.8 0.000 0.000 | LZO1-1 | udev.conf 49 1 50 102 0.000 0.000 | LZO1-1 | 50default 2634 1 1194 45.3 0.000 0.000 | LZO1-1 | version 15 1 16 107 0.000 0.000 | LZO1-1 | volatile.cache 5955 1 1562 26.2 0.000 0.000 | LZO1-1 | warnquota.conf 3360 1 2236 66.5 0.000 0.000 | LZO1-1 | wpa_supplicant.conf 113 1 103 91.2 0.000 0.000 | LZO1-1 | at-spi-dbus-bus.desktop 296 1 270 91.2 0.000 0.000 | LZO1-1 | connman-applet.desktop 191 1 173 90.6 0.000 0.000 | LZO1-1 | gsettings-data-convert.desktop 7741 1 4756 61.4 0.000 0.000 | LZO1-1 | pulseaudio.desktop 4973 1 2425 48.8 0.000 0.000 | LZO1-1 | xinput_calibrator.desktop 299 1 236 78.9 0.000 0.000 | LZO1-1 | libfm.conf 183 1 147 80.3 0.000 0.000 | LZO1-1 | pcmanfm.conf 321 1 281 87.5 0.000 0.000 | LZO1-1 | Xserver 652 1 461 70.7 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1584 70.3 154.101 1116.630 LZO1-1 ***TOTALS*** 1249687 289 454794 36.4 154.101 1116.630 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1A-1 | 00-primary.seat 64 1 66 103 0.000 0.000 | LZO1A-1 | Xsession 755 1 508 67.3 0.000 0.000 | LZO1A-1 | 13xdgbasedirs.sh 550 1 464 84.4 0.000 0.000 | LZO1A-1 | 30xinput_calibrate.sh 115 1 115 100 0.000 0.000 | LZO1A-1 | 70settings-daemon.sh 27 1 28 104 0.000 0.000 | LZO1A-1 | 80matchboxkeyboard.sh 631 1 400 63.4 0.000 0.000 | LZO1A-1 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 | LZO1A-1 | 90XWindowManager.sh 181 1 111 61.3 0.000 0.000 | LZO1A-1 | xinitrc 739 1 434 58.7 0.000 0.000 | LZO1A-1 | xorg.conf 1165 1 642 55.1 0.000 0.000 | LZO1A-1 | asound.conf 32 1 34 106 0.000 0.000 | LZO1A-1 | at.deny 144 1 130 90.3 0.000 0.000 | LZO1A-1 | avahi-daemon.conf 1753 1 1263 72.0 0.000 0.000 | LZO1A-1 | localtime 114 1 35 30.7 0.000 0.000 | LZO1A-1 | hosts 1121 1 908 81.0 0.000 0.000 | LZO1A-1 | sftp-ssh.service 1075 1 848 78.9 0.000 0.000 | LZO1A-1 | ssh.service 1071 1 849 79.3 0.000 0.000 | LZO1A-1 | bash_completion 45 1 44 97.8 0.000 0.000 | LZO1A-1 | perf 6321 1 3130 49.5 0.000 0.000 | LZO1A-1 | quilt 7117 1 2769 38.9 0.000 0.000 | LZO1A-1 | bindresvport.blacklist 429 1 333 77.6 0.000 0.000 | LZO1A-1 | input.conf 397 1 344 86.6 0.000 0.000 | LZO1A-1 | network.conf 120 1 117 97.5 0.000 0.000 | LZO1A-1 | build 527 1 283 53.7 0.000 0.000 | LZO1A-1 | busybox.links.nosuid 2392 1 1259 52.6 0.000 0.000 | LZO1A-1 | busybox.links.suid 91 1 67 73.6 0.000 0.000 | LZO1A-1 | ca-certificates.conf 5340 1 2057 38.5 0.000 0.000 | LZO1A-1 | pap 653 1 547 83.8 0.000 0.000 | LZO1A-1 | logrotate 189 1 160 84.7 0.000 0.000 | LZO1A-1 | cron.deny 0 1 0 0.0 0.000 0.000 | LZO1A-1 | crontab 653 1 421 64.5 0.000 0.000 | LZO1A-1 | session.conf 838 1 641 76.5 0.000 0.000 | LZO1A-1 | system.conf 833 1 638 76.6 0.000 0.000 | LZO1A-1 | ConsoleKit.conf 7305 1 941 12.9 0.000 0.000 | LZO1A-1 | avahi-dbus.conf 1138 1 550 48.3 0.000 0.000 | LZO1A-1 | bluetooth.conf 1315 1 698 53.1 0.000 0.000 | LZO1A-1 | dbus-wpa_supplicant.conf 743 1 357 48.0 0.000 0.000 | LZO1A-1 | ofono.conf 1063 1 602 56.6 0.000 0.000 | LZO1A-1 | pulseaudio-system.conf 1084 1 862 79.5 0.000 0.000 | LZO1A-1 | devpts 93 1 91 97.8 0.000 0.000 | LZO1A-1 | distcc 535 1 436 81.5 0.000 0.000 | LZO1A-1 | mountall 36 1 38 106 0.000 0.000 | LZO1A-1 | postinst 52 1 53 102 0.000 0.000 | LZO1A-1 | rcS 1040 1 795 76.4 0.000 0.000 | LZO1A-1 | rng-tools 27 1 28 104 0.000 0.000 | LZO1A-1 | usbd 0 1 0 0.0 0.000 0.000 | LZO1A-1 | useradd 117 1 120 103 0.000 0.000 | LZO1A-1 | 00_core 1637 1 1042 63.7 0.000 0.000 | LZO1A-1 | 01_bootlogd 36 1 34 94.4 0.000 0.000 | LZO1A-1 | 99_dbus 48 1 41 85.4 0.000 0.000 | LZO1A-1 | 99_sshd 75 1 64 85.3 0.000 0.000 | LZO1A-1 | 99_wpa_supplicant 46 1 45 97.8 0.000 0.000 | LZO1A-1 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1A-1 | xserver-nodm 130 1 132 102 0.000 0.000 | LZO1A-1 | clients.allow 1582 1 1139 72.0 0.000 0.000 | LZO1A-1 | commands.allow.sh 1763 1 1109 62.9 0.000 0.000 | LZO1A-1 | hosts 203 1 177 87.2 0.000 0.000 | LZO1A-1 | automatic.conf 2569 1 1367 53.2 0.000 0.000 | LZO1A-1 | dnf.conf 82 1 83 101 0.000 0.000 | LZO1A-1 | dnf.conf 4 1 5 125 0.000 0.000 | LZO1A-1 | yum.conf 4 1 5 125 0.000 0.000 | LZO1A-1 | arch 26 1 27 104 0.000 0.000 | LZO1A-1 | releasever 6 1 7 117 0.000 0.000 | LZO1A-1 | e2scrub.conf 685 1 489 71.4 0.000 0.000 | LZO1A-1 | exports 46 1 46 100 0.000 0.000 | LZO1A-1 | 30-liberation-aliases.conf 419 1 230 54.9 0.000 0.000 | LZO1A-1 | README 978 1 737 75.4 0.000 0.000 | LZO1A-1 | fonts.conf 2532 1 1470 58.1 0.000 0.000 | LZO1A-1 | config 1032 1 438 42.4 0.000 0.000 | LZO1A-1 | machconfig 193 1 152 78.8 0.000 0.000 | LZO1A-1 | fstab 637 1 383 60.1 0.000 0.000 | LZO1A-1 | path 1448 1 909 62.8 0.000 0.000 | LZO1A-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1A-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1A-1 | %gconf.xml 235 1 146 62.1 0.000 0.000 | LZO1A-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1A-1 | %gconf.xml 2158 1 574 26.6 0.000 0.000 | LZO1A-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1A-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1A-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1A-1 | %gconf.xml 515 1 313 60.8 0.000 0.000 | LZO1A-1 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1A-1 | %gconf.xml 5626 1 1683 29.9 0.000 0.000 | LZO1A-1 | settings-daemon.schemas 7202 1 1831 25.4 0.000 0.000 | LZO1A-1 | group 639 1 556 87.0 0.000 0.000 | LZO1A-1 | group- 620 1 539 86.9 0.000 0.000 | LZO1A-1 | gshadow 529 1 389 73.5 0.000 0.000 | LZO1A-1 | gshadow- 514 1 378 73.5 0.000 0.000 | LZO1A-1 | im-multipress.conf 890 1 782 87.9 0.000 0.000 | LZO1A-1 | host.conf 26 1 27 104 0.000 0.000 | LZO1A-1 | hostname 11 1 12 109 0.000 0.000 | LZO1A-1 | hosts 258 1 203 78.7 0.000 0.000 | LZO1A-1 | alsa-state 811 1 538 66.3 0.000 0.000 | LZO1A-1 | atd 578 1 397 68.7 0.000 0.000 | LZO1A-1 | avahi-daemon 4491 1 2577 57.4 0.000 0.000 | LZO1A-1 | banner.sh 492 1 304 61.8 0.000 0.000 | LZO1A-1 | bluetooth 1253 1 782 62.4 0.000 0.000 | LZO1A-1 | bootlogd 1997 1 1253 62.7 0.000 0.000 | LZO1A-1 | bootmisc.sh 2017 1 1395 69.2 0.000 0.000 | LZO1A-1 | checkroot.sh 3591 1 2338 65.1 0.000 0.000 | LZO1A-1 | connman 1462 1 980 67.0 0.000 0.000 | LZO1A-1 | crond 1235 1 822 66.6 0.000 0.000 | LZO1A-1 | dbus-1 2887 1 1823 63.1 0.000 0.000 | LZO1A-1 | devpts.sh 526 1 390 74.1 0.000 0.000 | LZO1A-1 | distcc 2863 1 1669 58.3 0.000 0.000 | LZO1A-1 | dmesg.sh 352 1 250 71.0 0.000 0.000 | LZO1A-1 | functions 2141 1 1359 63.5 0.000 0.000 | LZO1A-1 | halt 510 1 401 78.6 0.000 0.000 | LZO1A-1 | hostname.sh 580 1 426 73.4 0.000 0.000 | LZO1A-1 | hwclock.sh 2541 1 1339 52.7 0.000 0.000 | LZO1A-1 | kdump 2989 1 1428 47.8 0.000 0.000 | LZO1A-1 | mdmonitor 1773 1 1072 60.5 0.000 0.000 | LZO1A-1 | modutils.sh 1223 1 775 63.4 0.000 0.000 | LZO1A-1 | mountall.sh 869 1 658 75.7 0.000 0.000 | LZO1A-1 | mountnfs.sh 1589 1 957 60.2 0.000 0.000 | LZO1A-1 | networking 1956 1 1019 52.1 0.000 0.000 | LZO1A-1 | nfscommon 1609 1 1017 63.2 0.000 0.000 | LZO1A-1 | nfsserver 3326 1 1888 56.8 0.000 0.000 | LZO1A-1 | ofono 516 1 368 71.3 0.000 0.000 | LZO1A-1 | populate-volatile.sh 7826 1 3602 46.0 0.000 0.000 | LZO1A-1 | ppp 1231 1 714 58.0 0.000 0.000 | LZO1A-1 | psplash.sh 682 1 480 70.4 0.000 0.000 | LZO1A-1 | rc 4457 1 2644 59.3 0.000 0.000 | LZO1A-1 | rcS 525 1 443 84.4 0.000 0.000 | LZO1A-1 | read-only-rootfs-hook.sh 1273 1 881 69.2 0.000 0.000 | LZO1A-1 | reboot 289 1 220 76.1 0.000 0.000 | LZO1A-1 | rmnologin.sh 585 1 379 64.8 0.000 0.000 | LZO1A-1 | rng-tools 1021 1 489 47.9 0.000 0.000 | LZO1A-1 | rpcbind 1827 1 966 52.9 0.000 0.000 | LZO1A-1 | run-postinsts 25 1 26 104 0.000 0.000 | LZO1A-1 | save-rtc.sh 429 1 320 74.6 0.000 0.000 | LZO1A-1 | sendsigs 438 1 301 68.7 0.000 0.000 | LZO1A-1 | single 578 1 427 73.9 0.000 0.000 | LZO1A-1 | sshd 2029 1 1060 52.2 0.000 0.000 | LZO1A-1 | sysfs.sh 907 1 480 52.9 0.000 0.000 | LZO1A-1 | syslog 2066 1 1166 56.4 0.000 0.000 | LZO1A-1 | tcf-agent 1298 1 746 57.5 0.000 0.000 | LZO1A-1 | udev 2779 1 1679 60.4 0.000 0.000 | LZO1A-1 | umountfs 540 1 404 74.8 0.000 0.000 | LZO1A-1 | umountnfs.sh 711 1 525 73.8 0.000 0.000 | LZO1A-1 | urandom 1473 1 944 64.1 0.000 0.000 | LZO1A-1 | xserver-nodm 1436 1 995 69.3 0.000 0.000 | LZO1A-1 | inittab 1140 1 790 69.3 0.000 0.000 | LZO1A-1 | inputrc 1633 1 1093 66.9 0.000 0.000 | LZO1A-1 | bpf_pinning 85 1 84 98.8 0.000 0.000 | LZO1A-1 | ematch_map 81 1 83 102 0.000 0.000 | LZO1A-1 | group 31 1 32 103 0.000 0.000 | LZO1A-1 | nl_protos 262 1 255 97.3 0.000 0.000 | LZO1A-1 | rt_dsfield 331 1 275 83.1 0.000 0.000 | LZO1A-1 | rt_protos 201 1 198 98.5 0.000 0.000 | LZO1A-1 | rt_realms 112 1 111 99.1 0.000 0.000 | LZO1A-1 | rt_scopes 92 1 89 96.7 0.000 0.000 | LZO1A-1 | rt_tables 87 1 85 97.7 0.000 0.000 | LZO1A-1 | issue 58 1 60 103 0.000 0.000 | LZO1A-1 | issue.net 55 1 57 104 0.000 0.000 | LZO1A-1 | ld.so.cache 57567 1 20317 35.3 0.000 0.000 | LZO1A-1 | ld.so.conf 33 1 35 106 0.000 0.000 | LZO1A-1 | classid 1130 1 640 56.6 0.000 0.000 | LZO1A-1 | pktloc 1532 1 888 58.0 0.000 0.000 | LZO1A-1 | collect_dnf.conf 813 1 521 64.1 0.000 0.000 | LZO1A-1 | limits 827 1 641 77.5 0.000 0.000 | LZO1A-1 | login.access 2006 1 1324 66.0 0.000 0.000 | LZO1A-1 | login.defs 11030 1 6552 59.4 0.000 0.000 | LZO1A-1 | logrotate-dmesg.conf 121 1 114 94.2 0.000 0.000 | LZO1A-1 | logrotate.conf 434 1 361 83.2 0.000 0.000 | LZO1A-1 | btmp 130 1 122 93.8 0.000 0.000 | LZO1A-1 | dnf 526 1 135 25.7 0.000 0.000 | LZO1A-1 | wtmp 145 1 134 92.4 0.000 0.000 | LZO1A-1 | kbdconfig 721 1 542 75.2 0.000 0.000 | LZO1A-1 | session 630 1 461 73.2 0.000 0.000 | LZO1A-1 | mdadm.conf 2687 1 1906 70.9 0.000 0.000 | LZO1A-1 | mke2fs.conf 846 1 505 59.7 0.000 0.000 | LZO1A-1 | uvesafb.conf 39 1 38 97.4 0.000 0.000 | LZO1A-1 | uvesafb.conf 8 1 9 113 0.000 0.000 | LZO1A-1 | motd 0 1 0 0.0 0.000 0.000 | LZO1A-1 | netconfig 767 1 479 62.5 0.000 0.000 | LZO1A-1 | nfsroot 809 1 549 67.9 0.000 0.000 | LZO1A-1 | wpa-supplicant 1999 1 987 49.4 0.000 0.000 | LZO1A-1 | interfaces 132 1 126 95.5 0.000 0.000 | LZO1A-1 | nm-disabled-eth0 0 1 0 0.0 0.000 0.000 | LZO1A-1 | nfs-utils.conf 1087 1 738 67.9 0.000 0.000 | LZO1A-1 | nfsmount.conf 3606 1 2059 57.1 0.000 0.000 | LZO1A-1 | nsswitch.conf 497 1 370 74.4 0.000 0.000 | LZO1A-1 | phonesim.conf 361 1 308 85.3 0.000 0.000 | LZO1A-1 | arch.conf 88 1 69 78.4 0.000 0.000 | LZO1A-1 | opkg.conf 845 1 604 71.5 0.000 0.000 | LZO1A-1 | passwd 1055 1 702 66.5 0.000 0.000 | LZO1A-1 | passwd- 1006 1 671 66.7 0.000 0.000 | LZO1A-1 | cert9.db 28672 1 1201 4.2 0.000 0.000 | LZO1A-1 | key4.db 36864 1 1505 4.1 0.000 0.000 | LZO1A-1 | pkcs11.txt 425 1 360 84.7 0.000 0.000 | LZO1A-1 | pointercal.xinput 91 1 91 100 0.000 0.000 | LZO1A-1 | chap-secrets 78 1 78 100 0.000 0.000 | LZO1A-1 | ip-down 1454 1 1022 70.3 0.000 0.000 | LZO1A-1 | 92removedns 118 1 89 75.4 0.000 0.000 | LZO1A-1 | ip-up 1452 1 1018 70.1 0.000 0.000 | LZO1A-1 | 08setupdns 292 1 185 63.4 0.000 0.000 | LZO1A-1 | options 5 1 6 120 0.000 0.000 | LZO1A-1 | pap-secrets 77 1 77 100 0.000 0.000 | LZO1A-1 | provider 1093 1 828 75.8 0.000 0.000 | LZO1A-1 | ppp_on_boot 573 1 459 80.1 0.000 0.000 | LZO1A-1 | profile 984 1 801 81.4 0.000 0.000 | LZO1A-1 | bash_completion.sh 672 1 416 61.9 0.000 0.000 | LZO1A-1 | distcc.sh 68 1 62 91.2 0.000 0.000 | LZO1A-1 | gawk.csh 1107 1 288 26.0 0.000 0.000 | LZO1A-1 | gawk.sh 757 1 233 30.8 0.000 0.000 | LZO1A-1 | protocols 2932 1 2112 72.0 0.000 0.000 | LZO1A-1 | client.conf 1233 1 965 78.3 0.000 0.000 | LZO1A-1 | 50-sato.conf 447 1 368 82.3 0.000 0.000 | LZO1A-1 | daemon.conf 2374 1 1610 67.8 0.000 0.000 | LZO1A-1 | default.pa 4933 1 2723 55.2 0.000 0.000 | LZO1A-1 | system.pa 2078 1 1347 64.8 0.000 0.000 | LZO1A-1 | quilt.quiltrc 1236 1 862 69.7 0.000 0.000 | LZO1A-1 | quotagrpadmins 220 1 199 90.5 0.000 0.000 | LZO1A-1 | quotatab 261 1 220 84.3 0.000 0.000 | LZO1A-1 | rpc 895 1 677 75.6 0.000 0.000 | LZO1A-1 | rpcbind.conf 58 1 60 103 0.000 0.000 | LZO1A-1 | macros 38 1 40 105 0.000 0.000 | LZO1A-1 | platform 19 1 20 105 0.000 0.000 | LZO1A-1 | rpmrc 104 1 75 72.1 0.000 0.000 | LZO1A-1 | securetty 1848 1 1234 66.8 0.000 0.000 | LZO1A-1 | services 18790 1 10822 57.6 0.000 0.000 | LZO1A-1 | shadow 651 1 245 37.6 0.000 0.000 | LZO1A-1 | shadow- 619 1 229 37.0 0.000 0.000 | LZO1A-1 | shells 52 1 50 96.2 0.000 0.000 | LZO1A-1 | .bashrc 410 1 327 79.8 0.000 0.000 | LZO1A-1 | .profile 241 1 224 92.9 0.000 0.000 | LZO1A-1 | slsh.rc 2030 1 1056 52.0 0.000 0.000 | LZO1A-1 | moduli 577388 3 58472 10.1 751.941 1138.704 | LZO1A-1 | ssh_config 1548 1 1062 68.6 0.000 0.000 | LZO1A-1 | ssh_host_ecdsa_key 505 1 454 89.9 0.000 0.000 | LZO1A-1 | ssh_host_ecdsa_key.pub 177 1 169 95.5 0.000 0.000 | LZO1A-1 | ssh_host_ed25519_key 411 1 325 79.1 0.000 0.000 | LZO1A-1 | ssh_host_ed25519_key.pub 97 1 99 102 0.000 0.000 | LZO1A-1 | ssh_host_rsa_key 2602 1 2577 99.0 0.000 0.000 | LZO1A-1 | ssh_host_rsa_key.pub 569 1 572 101 0.000 0.000 | LZO1A-1 | sshd_config 3177 1 2043 64.3 0.000 0.000 | LZO1A-1 | sshd_config_readonly 3186 1 2046 64.2 0.000 0.000 | LZO1A-1 | ca-certificates.crt 200061 1 166420 83.2 86.667 0.000 | LZO1A-1 | openssl.cnf 10909 1 5355 49.1 0.000 0.000 | LZO1A-1 | sudoers 3174 1 1933 60.9 0.000 0.000 | LZO1A-1 | sudoers.dist 3174 1 1933 60.9 0.000 0.000 | LZO1A-1 | crond 110 1 108 98.2 0.000 0.000 | LZO1A-1 | kdump.conf 411 1 339 82.5 0.000 0.000 | LZO1A-1 | sysctl.conf 2128 1 1609 75.6 0.000 0.000 | LZO1A-1 | syslog-startup.conf 651 1 547 84.0 0.000 0.000 | LZO1A-1 | syslog.conf 69 1 67 97.1 0.000 0.000 | LZO1A-1 | ansi 1481 1 767 51.8 0.000 0.000 | LZO1A-1 | dumb 308 1 70 22.7 0.000 0.000 | LZO1A-1 | linux 1730 1 1065 61.6 0.000 0.000 | LZO1A-1 | rxvt 2286 1 1582 69.2 0.000 0.000 | LZO1A-1 | screen 1587 1 953 60.1 0.000 0.000 | LZO1A-1 | screen-256color 1677 1 1003 59.8 0.000 0.000 | LZO1A-1 | sun 1004 1 526 52.4 0.000 0.000 | LZO1A-1 | vt100 1190 1 758 63.7 0.000 0.000 | LZO1A-1 | vt102 1184 1 765 64.6 0.000 0.000 | LZO1A-1 | vt200 1377 1 942 68.4 0.000 0.000 | LZO1A-1 | vt220 1377 1 942 68.4 0.000 0.000 | LZO1A-1 | vt52 470 1 246 52.3 0.000 0.000 | LZO1A-1 | xterm-256color 3641 1 2498 68.6 0.000 0.000 | LZO1A-1 | xterm-color 1551 1 823 53.1 0.000 0.000 | LZO1A-1 | xterm-xfree86 2240 1 1414 63.1 0.000 0.000 | LZO1A-1 | timestamp 15 1 16 107 0.000 0.000 | LZO1A-1 | timezone 10 1 11 110 0.000 0.000 | LZO1A-1 | dnf.conf 164 1 131 79.9 0.000 0.000 | LZO1A-1 | mount.blacklist 51 1 44 86.3 0.000 0.000 | LZO1A-1 | 80-net-name-slot.rules 0 1 0 0.0 0.000 0.000 | LZO1A-1 | automount.rules 847 1 577 68.1 0.000 0.000 | LZO1A-1 | autonet.rules 757 1 549 72.5 0.000 0.000 | LZO1A-1 | local.rules 885 1 671 75.8 0.000 0.000 | LZO1A-1 | localextra.rules 843 1 624 74.0 0.000 0.000 | LZO1A-1 | mount.sh 4279 1 2255 52.7 0.000 0.000 | LZO1A-1 | network.sh 1402 1 1035 73.8 0.000 0.000 | LZO1A-1 | udev.conf 49 1 50 102 0.000 0.000 | LZO1A-1 | 50default 2634 1 1190 45.2 0.000 0.000 | LZO1A-1 | version 15 1 16 107 0.000 0.000 | LZO1A-1 | volatile.cache 5955 1 1558 26.2 0.000 0.000 | LZO1A-1 | warnquota.conf 3360 1 2216 66.0 0.000 0.000 | LZO1A-1 | wpa_supplicant.conf 113 1 103 91.2 0.000 0.000 | LZO1A-1 | at-spi-dbus-bus.desktop 296 1 270 91.2 0.000 0.000 | LZO1A-1 | connman-applet.desktop 191 1 173 90.6 0.000 0.000 | LZO1A-1 | gsettings-data-convert.desktop 7741 1 4723 61.0 0.000 0.000 | LZO1A-1 | pulseaudio.desktop 4973 1 2415 48.6 0.000 0.000 | LZO1A-1 | xinput_calibrator.desktop 299 1 236 78.9 0.000 0.000 | LZO1A-1 | libfm.conf 183 1 147 80.3 0.000 0.000 | LZO1A-1 | pcmanfm.conf 321 1 280 87.2 0.000 0.000 | LZO1A-1 | Xserver 652 1 460 70.6 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1573 70.0 155.421 1138.704 LZO1A-1 ***TOTALS*** 1249687 289 451669 36.1 155.421 1138.704 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1B-1 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1B-1 | Xsession 755 1 510 67.5 0.000 0.000 | LZO1B-1 | 13xdgbasedirs.sh 550 1 472 85.8 0.000 0.000 | LZO1B-1 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1B-1 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1B-1 | 80matchboxkeyboard.sh 631 1 408 64.7 0.000 0.000 | LZO1B-1 | 89xdgautostart.sh 179 1 151 84.4 0.000 0.000 | LZO1B-1 | 90XWindowManager.sh 181 1 110 60.8 0.000 0.000 | LZO1B-1 | xinitrc 739 1 439 59.4 0.000 0.000 | LZO1B-1 | xorg.conf 1165 1 635 54.5 0.000 0.000 | LZO1B-1 | asound.conf 32 1 37 116 0.000 0.000 | LZO1B-1 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1B-1 | avahi-daemon.conf 1753 1 1276 72.8 0.000 0.000 | LZO1B-1 | localtime 114 1 38 33.3 0.000 0.000 | LZO1B-1 | hosts 1121 1 916 81.7 0.000 0.000 | LZO1B-1 | sftp-ssh.service 1075 1 852 79.3 0.000 0.000 | LZO1B-1 | ssh.service 1071 1 851 79.5 0.000 0.000 | LZO1B-1 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1B-1 | perf 6321 1 3116 49.3 0.000 0.000 | LZO1B-1 | quilt 7117 1 2763 38.8 0.000 0.000 | LZO1B-1 | bindresvport.blacklist 429 1 335 78.1 0.000 0.000 | LZO1B-1 | input.conf 397 1 351 88.4 0.000 0.000 | LZO1B-1 | network.conf 120 1 120 100 0.000 0.000 | LZO1B-1 | build 527 1 281 53.3 0.000 0.000 | LZO1B-1 | busybox.links.nosuid 2392 1 1275 53.3 0.000 0.000 | LZO1B-1 | busybox.links.suid 91 1 70 76.9 0.000 0.000 | LZO1B-1 | ca-certificates.conf 5340 1 2070 38.8 0.000 0.000 | LZO1B-1 | pap 653 1 556 85.1 0.000 0.000 | LZO1B-1 | logrotate 189 1 156 82.5 0.000 0.000 | LZO1B-1 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1B-1 | crontab 653 1 427 65.4 0.000 0.000 | LZO1B-1 | session.conf 838 1 635 75.8 0.000 0.000 | LZO1B-1 | system.conf 833 1 633 76.0 0.000 0.000 | LZO1B-1 | ConsoleKit.conf 7305 1 976 13.4 0.000 0.000 | LZO1B-1 | avahi-dbus.conf 1138 1 549 48.2 0.000 0.000 | LZO1B-1 | bluetooth.conf 1315 1 707 53.8 0.000 0.000 | LZO1B-1 | dbus-wpa_supplicant.conf 743 1 358 48.2 0.000 0.000 | LZO1B-1 | ofono.conf 1063 1 607 57.1 0.000 0.000 | LZO1B-1 | pulseaudio-system.conf 1084 1 863 79.6 0.000 0.000 | LZO1B-1 | devpts 93 1 94 101 0.000 0.000 | LZO1B-1 | distcc 535 1 448 83.7 0.000 0.000 | LZO1B-1 | mountall 36 1 38 106 0.000 0.000 | LZO1B-1 | postinst 52 1 57 110 0.000 0.000 | LZO1B-1 | rcS 1040 1 804 77.3 0.000 0.000 | LZO1B-1 | rng-tools 27 1 31 115 0.000 0.000 | LZO1B-1 | usbd 0 1 3 0.0 0.000 0.000 | LZO1B-1 | useradd 117 1 122 104 0.000 0.000 | LZO1B-1 | 00_core 1637 1 1067 65.2 0.000 0.000 | LZO1B-1 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1B-1 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1B-1 | 99_sshd 75 1 67 89.3 0.000 0.000 | LZO1B-1 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1B-1 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1B-1 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1B-1 | clients.allow 1582 1 1157 73.1 0.000 0.000 | LZO1B-1 | commands.allow.sh 1763 1 1114 63.2 0.000 0.000 | LZO1B-1 | hosts 203 1 183 90.1 0.000 0.000 | LZO1B-1 | automatic.conf 2569 1 1368 53.3 0.000 0.000 | LZO1B-1 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1B-1 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1B-1 | yum.conf 4 1 8 200 0.000 0.000 | LZO1B-1 | arch 26 1 29 112 0.000 0.000 | LZO1B-1 | releasever 6 1 10 167 0.000 0.000 | LZO1B-1 | e2scrub.conf 685 1 501 73.1 0.000 0.000 | LZO1B-1 | exports 46 1 49 107 0.000 0.000 | LZO1B-1 | 30-liberation-aliases.conf 419 1 233 55.6 0.000 0.000 | LZO1B-1 | README 978 1 741 75.8 0.000 0.000 | LZO1B-1 | fonts.conf 2532 1 1493 59.0 0.000 0.000 | LZO1B-1 | config 1032 1 446 43.2 0.000 0.000 | LZO1B-1 | machconfig 193 1 154 79.8 0.000 0.000 | LZO1B-1 | fstab 637 1 388 60.9 0.000 0.000 | LZO1B-1 | path 1448 1 907 62.6 0.000 0.000 | LZO1B-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-1 | %gconf.xml 235 1 150 63.8 0.000 0.000 | LZO1B-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-1 | %gconf.xml 2158 1 598 27.7 0.000 0.000 | LZO1B-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-1 | %gconf.xml 515 1 315 61.2 0.000 0.000 | LZO1B-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-1 | %gconf.xml 5626 1 1746 31.0 0.000 0.000 | LZO1B-1 | settings-daemon.schemas 7202 1 1840 25.5 0.000 0.000 | LZO1B-1 | group 639 1 565 88.4 0.000 0.000 | LZO1B-1 | group- 620 1 548 88.4 0.000 0.000 | LZO1B-1 | gshadow 529 1 394 74.5 0.000 0.000 | LZO1B-1 | gshadow- 514 1 383 74.5 0.000 0.000 | LZO1B-1 | im-multipress.conf 890 1 793 89.1 0.000 0.000 | LZO1B-1 | host.conf 26 1 30 115 0.000 0.000 | LZO1B-1 | hostname 11 1 15 136 0.000 0.000 | LZO1B-1 | hosts 258 1 208 80.6 0.000 0.000 | LZO1B-1 | alsa-state 811 1 531 65.5 0.000 0.000 | LZO1B-1 | atd 578 1 401 69.4 0.000 0.000 | LZO1B-1 | avahi-daemon 4491 1 2603 58.0 0.000 0.000 | LZO1B-1 | banner.sh 492 1 310 63.0 0.000 0.000 | LZO1B-1 | bluetooth 1253 1 793 63.3 0.000 0.000 | LZO1B-1 | bootlogd 1997 1 1257 62.9 0.000 0.000 | LZO1B-1 | bootmisc.sh 2017 1 1409 69.9 0.000 0.000 | LZO1B-1 | checkroot.sh 3591 1 2347 65.4 0.000 0.000 | LZO1B-1 | connman 1462 1 976 66.8 0.000 0.000 | LZO1B-1 | crond 1235 1 828 67.0 0.000 0.000 | LZO1B-1 | dbus-1 2887 1 1821 63.1 0.000 0.000 | LZO1B-1 | devpts.sh 526 1 394 74.9 0.000 0.000 | LZO1B-1 | distcc 2863 1 1707 59.6 0.000 0.000 | LZO1B-1 | dmesg.sh 352 1 255 72.4 0.000 0.000 | LZO1B-1 | functions 2141 1 1365 63.8 0.000 0.000 | LZO1B-1 | halt 510 1 410 80.4 0.000 0.000 | LZO1B-1 | hostname.sh 580 1 432 74.5 0.000 0.000 | LZO1B-1 | hwclock.sh 2541 1 1357 53.4 0.000 0.000 | LZO1B-1 | kdump 2989 1 1448 48.4 0.000 0.000 | LZO1B-1 | mdmonitor 1773 1 1081 61.0 0.000 0.000 | LZO1B-1 | modutils.sh 1223 1 782 63.9 0.000 0.000 | LZO1B-1 | mountall.sh 869 1 671 77.2 0.000 0.000 | LZO1B-1 | mountnfs.sh 1589 1 969 61.0 0.000 0.000 | LZO1B-1 | networking 1956 1 1038 53.1 0.000 0.000 | LZO1B-1 | nfscommon 1609 1 1008 62.6 0.000 0.000 | LZO1B-1 | nfsserver 3326 1 1918 57.7 0.000 0.000 | LZO1B-1 | ofono 516 1 374 72.5 0.000 0.000 | LZO1B-1 | populate-volatile.sh 7826 1 3633 46.4 0.000 0.000 | LZO1B-1 | ppp 1231 1 717 58.2 0.000 0.000 | LZO1B-1 | psplash.sh 682 1 482 70.7 0.000 0.000 | LZO1B-1 | rc 4457 1 2655 59.6 0.000 0.000 | LZO1B-1 | rcS 525 1 448 85.3 0.000 0.000 | LZO1B-1 | read-only-rootfs-hook.sh 1273 1 885 69.5 0.000 0.000 | LZO1B-1 | reboot 289 1 227 78.5 0.000 0.000 | LZO1B-1 | rmnologin.sh 585 1 384 65.6 0.000 0.000 | LZO1B-1 | rng-tools 1021 1 504 49.4 0.000 0.000 | LZO1B-1 | rpcbind 1827 1 972 53.2 0.000 0.000 | LZO1B-1 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1B-1 | save-rtc.sh 429 1 323 75.3 0.000 0.000 | LZO1B-1 | sendsigs 438 1 311 71.0 0.000 0.000 | LZO1B-1 | single 578 1 432 74.7 0.000 0.000 | LZO1B-1 | sshd 2029 1 1063 52.4 0.000 0.000 | LZO1B-1 | sysfs.sh 907 1 488 53.8 0.000 0.000 | LZO1B-1 | syslog 2066 1 1170 56.6 0.000 0.000 | LZO1B-1 | tcf-agent 1298 1 751 57.9 0.000 0.000 | LZO1B-1 | udev 2779 1 1678 60.4 0.000 0.000 | LZO1B-1 | umountfs 540 1 410 75.9 0.000 0.000 | LZO1B-1 | umountnfs.sh 711 1 533 75.0 0.000 0.000 | LZO1B-1 | urandom 1473 1 960 65.2 0.000 0.000 | LZO1B-1 | xserver-nodm 1436 1 1000 69.6 0.000 0.000 | LZO1B-1 | inittab 1140 1 801 70.3 0.000 0.000 | LZO1B-1 | inputrc 1633 1 1080 66.1 0.000 0.000 | LZO1B-1 | bpf_pinning 85 1 88 104 0.000 0.000 | LZO1B-1 | ematch_map 81 1 86 106 0.000 0.000 | LZO1B-1 | group 31 1 35 113 0.000 0.000 | LZO1B-1 | nl_protos 262 1 265 101 0.000 0.000 | LZO1B-1 | rt_dsfield 331 1 280 84.6 0.000 0.000 | LZO1B-1 | rt_protos 201 1 203 101 0.000 0.000 | LZO1B-1 | rt_realms 112 1 114 102 0.000 0.000 | LZO1B-1 | rt_scopes 92 1 92 100 0.000 0.000 | LZO1B-1 | rt_tables 87 1 89 102 0.000 0.000 | LZO1B-1 | issue 58 1 63 109 0.000 0.000 | LZO1B-1 | issue.net 55 1 60 109 0.000 0.000 | LZO1B-1 | ld.so.cache 57567 1 19028 33.1 0.000 0.000 | LZO1B-1 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1B-1 | classid 1130 1 650 57.5 0.000 0.000 | LZO1B-1 | pktloc 1532 1 875 57.1 0.000 0.000 | LZO1B-1 | collect_dnf.conf 813 1 524 64.5 0.000 0.000 | LZO1B-1 | limits 827 1 643 77.8 0.000 0.000 | LZO1B-1 | login.access 2006 1 1336 66.6 0.000 0.000 | LZO1B-1 | login.defs 11030 1 6547 59.4 0.000 0.000 | LZO1B-1 | logrotate-dmesg.conf 121 1 118 97.5 0.000 0.000 | LZO1B-1 | logrotate.conf 434 1 365 84.1 0.000 0.000 | LZO1B-1 | btmp 130 1 120 92.3 0.000 0.000 | LZO1B-1 | dnf 526 1 139 26.4 0.000 0.000 | LZO1B-1 | wtmp 145 1 133 91.7 0.000 0.000 | LZO1B-1 | kbdconfig 721 1 553 76.7 0.000 0.000 | LZO1B-1 | session 630 1 468 74.3 0.000 0.000 | LZO1B-1 | mdadm.conf 2687 1 1909 71.0 0.000 0.000 | LZO1B-1 | mke2fs.conf 846 1 513 60.6 0.000 0.000 | LZO1B-1 | uvesafb.conf 39 1 41 105 0.000 0.000 | LZO1B-1 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1B-1 | motd 0 1 3 0.0 0.000 0.000 | LZO1B-1 | netconfig 767 1 476 62.1 0.000 0.000 | LZO1B-1 | nfsroot 809 1 549 67.9 0.000 0.000 | LZO1B-1 | wpa-supplicant 1999 1 976 48.8 0.000 0.000 | LZO1B-1 | interfaces 132 1 126 95.5 0.000 0.000 | LZO1B-1 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1B-1 | nfs-utils.conf 1087 1 755 69.5 0.000 0.000 | LZO1B-1 | nfsmount.conf 3606 1 2091 58.0 0.000 0.000 | LZO1B-1 | nsswitch.conf 497 1 375 75.5 0.000 0.000 | LZO1B-1 | phonesim.conf 361 1 312 86.4 0.000 0.000 | LZO1B-1 | arch.conf 88 1 69 78.4 0.000 0.000 | LZO1B-1 | opkg.conf 845 1 606 71.7 0.000 0.000 | LZO1B-1 | passwd 1055 1 715 67.8 0.000 0.000 | LZO1B-1 | passwd- 1006 1 683 67.9 0.000 0.000 | LZO1B-1 | cert9.db 28672 1 1007 3.5 0.000 0.000 | LZO1B-1 | key4.db 36864 1 1262 3.4 0.000 0.000 | LZO1B-1 | pkcs11.txt 425 1 366 86.1 0.000 0.000 | LZO1B-1 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1B-1 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1B-1 | ip-down 1454 1 1042 71.7 0.000 0.000 | LZO1B-1 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1B-1 | ip-up 1452 1 1040 71.6 0.000 0.000 | LZO1B-1 | 08setupdns 292 1 188 64.4 0.000 0.000 | LZO1B-1 | options 5 1 9 180 0.000 0.000 | LZO1B-1 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1B-1 | provider 1093 1 835 76.4 0.000 0.000 | LZO1B-1 | ppp_on_boot 573 1 469 81.8 0.000 0.000 | LZO1B-1 | profile 984 1 804 81.7 0.000 0.000 | LZO1B-1 | bash_completion.sh 672 1 424 63.1 0.000 0.000 | LZO1B-1 | distcc.sh 68 1 65 95.6 0.000 0.000 | LZO1B-1 | gawk.csh 1107 1 296 26.7 0.000 0.000 | LZO1B-1 | gawk.sh 757 1 241 31.8 0.000 0.000 | LZO1B-1 | protocols 2932 1 2138 72.9 0.000 0.000 | LZO1B-1 | client.conf 1233 1 976 79.2 0.000 0.000 | LZO1B-1 | 50-sato.conf 447 1 375 83.9 0.000 0.000 | LZO1B-1 | daemon.conf 2374 1 1631 68.7 0.000 0.000 | LZO1B-1 | default.pa 4933 1 2745 55.6 0.000 0.000 | LZO1B-1 | system.pa 2078 1 1359 65.4 0.000 0.000 | LZO1B-1 | quilt.quiltrc 1236 1 867 70.1 0.000 0.000 | LZO1B-1 | quotagrpadmins 220 1 203 92.3 0.000 0.000 | LZO1B-1 | quotatab 261 1 226 86.6 0.000 0.000 | LZO1B-1 | rpc 895 1 687 76.8 0.000 0.000 | LZO1B-1 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1B-1 | macros 38 1 43 113 0.000 0.000 | LZO1B-1 | platform 19 1 23 121 0.000 0.000 | LZO1B-1 | rpmrc 104 1 80 76.9 0.000 0.000 | LZO1B-1 | securetty 1848 1 1309 70.8 0.000 0.000 | LZO1B-1 | services 18790 1 10709 57.0 0.000 0.000 | LZO1B-1 | shadow 651 1 247 37.9 0.000 0.000 | LZO1B-1 | shadow- 619 1 230 37.2 0.000 0.000 | LZO1B-1 | shells 52 1 50 96.2 0.000 0.000 | LZO1B-1 | .bashrc 410 1 333 81.2 0.000 0.000 | LZO1B-1 | .profile 241 1 226 93.8 0.000 0.000 | LZO1B-1 | slsh.rc 2030 1 1066 52.5 0.000 0.000 | LZO1B-1 | moduli 577388 3 30470 5.3 839.305 0.000 | LZO1B-1 | ssh_config 1548 1 1077 69.6 0.000 0.000 | LZO1B-1 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 | LZO1B-1 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 | LZO1B-1 | ssh_host_ed25519_key 411 1 323 78.6 0.000 0.000 | LZO1B-1 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1B-1 | ssh_host_rsa_key 2602 1 2573 98.9 0.000 0.000 | LZO1B-1 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1B-1 | sshd_config 3177 1 2070 65.2 0.000 0.000 | LZO1B-1 | sshd_config_readonly 3186 1 2069 64.9 0.000 0.000 | LZO1B-1 | ca-certificates.crt 200061 1 159821 79.9 85.775 0.000 | LZO1B-1 | openssl.cnf 10909 1 5292 48.5 0.000 0.000 | LZO1B-1 | sudoers 3174 1 1953 61.5 0.000 0.000 | LZO1B-1 | sudoers.dist 3174 1 1953 61.5 0.000 0.000 | LZO1B-1 | crond 110 1 110 100 0.000 0.000 | LZO1B-1 | kdump.conf 411 1 332 80.8 0.000 0.000 | LZO1B-1 | sysctl.conf 2128 1 1626 76.4 0.000 0.000 | LZO1B-1 | syslog-startup.conf 651 1 548 84.2 0.000 0.000 | LZO1B-1 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1B-1 | ansi 1481 1 779 52.6 0.000 0.000 | LZO1B-1 | dumb 308 1 76 24.7 0.000 0.000 | LZO1B-1 | linux 1730 1 1057 61.1 0.000 0.000 | LZO1B-1 | rxvt 2286 1 1586 69.4 0.000 0.000 | LZO1B-1 | screen 1587 1 955 60.2 0.000 0.000 | LZO1B-1 | screen-256color 1677 1 1002 59.7 0.000 0.000 | LZO1B-1 | sun 1004 1 537 53.5 0.000 0.000 | LZO1B-1 | vt100 1190 1 766 64.4 0.000 0.000 | LZO1B-1 | vt102 1184 1 769 64.9 0.000 0.000 | LZO1B-1 | vt200 1377 1 945 68.6 0.000 0.000 | LZO1B-1 | vt220 1377 1 945 68.6 0.000 0.000 | LZO1B-1 | vt52 470 1 250 53.2 0.000 0.000 | LZO1B-1 | xterm-256color 3641 1 2561 70.3 0.000 0.000 | LZO1B-1 | xterm-color 1551 1 818 52.7 0.000 0.000 | LZO1B-1 | xterm-xfree86 2240 1 1424 63.6 0.000 0.000 | LZO1B-1 | timestamp 15 1 19 127 0.000 0.000 | LZO1B-1 | timezone 10 1 14 140 0.000 0.000 | LZO1B-1 | dnf.conf 164 1 127 77.4 0.000 0.000 | LZO1B-1 | mount.blacklist 51 1 44 86.3 0.000 0.000 | LZO1B-1 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1B-1 | automount.rules 847 1 577 68.1 0.000 0.000 | LZO1B-1 | autonet.rules 757 1 547 72.3 0.000 0.000 | LZO1B-1 | local.rules 885 1 670 75.7 0.000 0.000 | LZO1B-1 | localextra.rules 843 1 627 74.4 0.000 0.000 | LZO1B-1 | mount.sh 4279 1 2305 53.9 0.000 0.000 | LZO1B-1 | network.sh 1402 1 1043 74.4 0.000 0.000 | LZO1B-1 | udev.conf 49 1 53 108 0.000 0.000 | LZO1B-1 | 50default 2634 1 1199 45.5 0.000 0.000 | LZO1B-1 | version 15 1 19 127 0.000 0.000 | LZO1B-1 | volatile.cache 5955 1 1544 25.9 0.000 0.000 | LZO1B-1 | warnquota.conf 3360 1 2235 66.5 0.000 0.000 | LZO1B-1 | wpa_supplicant.conf 113 1 106 93.8 0.000 0.000 | LZO1B-1 | at-spi-dbus-bus.desktop 296 1 275 92.9 0.000 0.000 | LZO1B-1 | connman-applet.desktop 191 1 177 92.7 0.000 0.000 | LZO1B-1 | gsettings-data-convert.desktop 7741 1 4735 61.2 0.000 0.000 | LZO1B-1 | pulseaudio.desktop 4973 1 2435 49.0 0.000 0.000 | LZO1B-1 | xinput_calibrator.desktop 299 1 239 79.9 0.000 0.000 | LZO1B-1 | libfm.conf 183 1 145 79.2 0.000 0.000 | LZO1B-1 | pcmanfm.conf 321 1 284 88.5 0.000 0.000 | LZO1B-1 | Xserver 652 1 460 70.6 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1452 72.7 155.644 0.000 LZO1B-1 ***TOTALS*** 1249687 289 416967 33.4 155.644 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1B-2 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1B-2 | Xsession 755 1 514 68.1 0.000 0.000 | LZO1B-2 | 13xdgbasedirs.sh 550 1 469 85.3 0.000 0.000 | LZO1B-2 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1B-2 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1B-2 | 80matchboxkeyboard.sh 631 1 408 64.7 0.000 0.000 | LZO1B-2 | 89xdgautostart.sh 179 1 151 84.4 0.000 0.000 | LZO1B-2 | 90XWindowManager.sh 181 1 110 60.8 0.000 0.000 | LZO1B-2 | xinitrc 739 1 450 60.9 0.000 0.000 | LZO1B-2 | xorg.conf 1165 1 630 54.1 0.000 0.000 | LZO1B-2 | asound.conf 32 1 37 116 0.000 0.000 | LZO1B-2 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1B-2 | avahi-daemon.conf 1753 1 1278 72.9 0.000 0.000 | LZO1B-2 | localtime 114 1 38 33.3 0.000 0.000 | LZO1B-2 | hosts 1121 1 918 81.9 0.000 0.000 | LZO1B-2 | sftp-ssh.service 1075 1 853 79.3 0.000 0.000 | LZO1B-2 | ssh.service 1071 1 852 79.6 0.000 0.000 | LZO1B-2 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1B-2 | perf 6321 1 3068 48.5 0.000 0.000 | LZO1B-2 | quilt 7117 1 2780 39.1 0.000 0.000 | LZO1B-2 | bindresvport.blacklist 429 1 340 79.3 0.000 0.000 | LZO1B-2 | input.conf 397 1 353 88.9 0.000 0.000 | LZO1B-2 | network.conf 120 1 120 100 0.000 0.000 | LZO1B-2 | build 527 1 282 53.5 0.000 0.000 | LZO1B-2 | busybox.links.nosuid 2392 1 1255 52.5 0.000 0.000 | LZO1B-2 | busybox.links.suid 91 1 71 78.0 0.000 0.000 | LZO1B-2 | ca-certificates.conf 5340 1 2048 38.4 0.000 0.000 | LZO1B-2 | pap 653 1 554 84.8 0.000 0.000 | LZO1B-2 | logrotate 189 1 156 82.5 0.000 0.000 | LZO1B-2 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1B-2 | crontab 653 1 426 65.2 0.000 0.000 | LZO1B-2 | session.conf 838 1 636 75.9 0.000 0.000 | LZO1B-2 | system.conf 833 1 634 76.1 0.000 0.000 | LZO1B-2 | ConsoleKit.conf 7305 1 972 13.3 0.000 0.000 | LZO1B-2 | avahi-dbus.conf 1138 1 553 48.6 0.000 0.000 | LZO1B-2 | bluetooth.conf 1315 1 708 53.8 0.000 0.000 | LZO1B-2 | dbus-wpa_supplicant.conf 743 1 352 47.4 0.000 0.000 | LZO1B-2 | ofono.conf 1063 1 608 57.2 0.000 0.000 | LZO1B-2 | pulseaudio-system.conf 1084 1 865 79.8 0.000 0.000 | LZO1B-2 | devpts 93 1 94 101 0.000 0.000 | LZO1B-2 | distcc 535 1 448 83.7 0.000 0.000 | LZO1B-2 | mountall 36 1 38 106 0.000 0.000 | LZO1B-2 | postinst 52 1 57 110 0.000 0.000 | LZO1B-2 | rcS 1040 1 801 77.0 0.000 0.000 | LZO1B-2 | rng-tools 27 1 31 115 0.000 0.000 | LZO1B-2 | usbd 0 1 3 0.0 0.000 0.000 | LZO1B-2 | useradd 117 1 122 104 0.000 0.000 | LZO1B-2 | 00_core 1637 1 1055 64.4 0.000 0.000 | LZO1B-2 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1B-2 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1B-2 | 99_sshd 75 1 67 89.3 0.000 0.000 | LZO1B-2 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1B-2 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1B-2 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1B-2 | clients.allow 1582 1 1154 72.9 0.000 0.000 | LZO1B-2 | commands.allow.sh 1763 1 1111 63.0 0.000 0.000 | LZO1B-2 | hosts 203 1 181 89.2 0.000 0.000 | LZO1B-2 | automatic.conf 2569 1 1368 53.3 0.000 0.000 | LZO1B-2 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1B-2 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1B-2 | yum.conf 4 1 8 200 0.000 0.000 | LZO1B-2 | arch 26 1 29 112 0.000 0.000 | LZO1B-2 | releasever 6 1 10 167 0.000 0.000 | LZO1B-2 | e2scrub.conf 685 1 501 73.1 0.000 0.000 | LZO1B-2 | exports 46 1 49 107 0.000 0.000 | LZO1B-2 | 30-liberation-aliases.conf 419 1 233 55.6 0.000 0.000 | LZO1B-2 | README 978 1 739 75.6 0.000 0.000 | LZO1B-2 | fonts.conf 2532 1 1483 58.6 0.000 0.000 | LZO1B-2 | config 1032 1 446 43.2 0.000 0.000 | LZO1B-2 | machconfig 193 1 154 79.8 0.000 0.000 | LZO1B-2 | fstab 637 1 385 60.4 0.000 0.000 | LZO1B-2 | path 1448 1 903 62.4 0.000 0.000 | LZO1B-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-2 | %gconf.xml 235 1 150 63.8 0.000 0.000 | LZO1B-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-2 | %gconf.xml 2158 1 601 27.8 0.000 0.000 | LZO1B-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-2 | %gconf.xml 515 1 312 60.6 0.000 0.000 | LZO1B-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-2 | %gconf.xml 5626 1 1709 30.4 0.000 0.000 | LZO1B-2 | settings-daemon.schemas 7202 1 1822 25.3 0.000 0.000 | LZO1B-2 | group 639 1 564 88.3 0.000 0.000 | LZO1B-2 | group- 620 1 547 88.2 0.000 0.000 | LZO1B-2 | gshadow 529 1 392 74.1 0.000 0.000 | LZO1B-2 | gshadow- 514 1 381 74.1 0.000 0.000 | LZO1B-2 | im-multipress.conf 890 1 792 89.0 0.000 0.000 | LZO1B-2 | host.conf 26 1 30 115 0.000 0.000 | LZO1B-2 | hostname 11 1 15 136 0.000 0.000 | LZO1B-2 | hosts 258 1 207 80.2 0.000 0.000 | LZO1B-2 | alsa-state 811 1 536 66.1 0.000 0.000 | LZO1B-2 | atd 578 1 401 69.4 0.000 0.000 | LZO1B-2 | avahi-daemon 4491 1 2608 58.1 0.000 0.000 | LZO1B-2 | banner.sh 492 1 304 61.8 0.000 0.000 | LZO1B-2 | bluetooth 1253 1 789 63.0 0.000 0.000 | LZO1B-2 | bootlogd 1997 1 1256 62.9 0.000 0.000 | LZO1B-2 | bootmisc.sh 2017 1 1388 68.8 0.000 0.000 | LZO1B-2 | checkroot.sh 3591 1 2341 65.2 0.000 0.000 | LZO1B-2 | connman 1462 1 976 66.8 0.000 0.000 | LZO1B-2 | crond 1235 1 825 66.8 0.000 0.000 | LZO1B-2 | dbus-1 2887 1 1813 62.8 0.000 0.000 | LZO1B-2 | devpts.sh 526 1 395 75.1 0.000 0.000 | LZO1B-2 | distcc 2863 1 1696 59.2 0.000 0.000 | LZO1B-2 | dmesg.sh 352 1 252 71.6 0.000 0.000 | LZO1B-2 | functions 2141 1 1356 63.3 0.000 0.000 | LZO1B-2 | halt 510 1 409 80.2 0.000 0.000 | LZO1B-2 | hostname.sh 580 1 429 74.0 0.000 0.000 | LZO1B-2 | hwclock.sh 2541 1 1344 52.9 0.000 0.000 | LZO1B-2 | kdump 2989 1 1443 48.3 0.000 0.000 | LZO1B-2 | mdmonitor 1773 1 1075 60.6 0.000 0.000 | LZO1B-2 | modutils.sh 1223 1 784 64.1 0.000 0.000 | LZO1B-2 | mountall.sh 869 1 667 76.8 0.000 0.000 | LZO1B-2 | mountnfs.sh 1589 1 947 59.6 0.000 0.000 | LZO1B-2 | networking 1956 1 1038 53.1 0.000 0.000 | LZO1B-2 | nfscommon 1609 1 1007 62.6 0.000 0.000 | LZO1B-2 | nfsserver 3326 1 1915 57.6 0.000 0.000 | LZO1B-2 | ofono 516 1 377 73.1 0.000 0.000 | LZO1B-2 | populate-volatile.sh 7826 1 3574 45.7 0.000 0.000 | LZO1B-2 | ppp 1231 1 707 57.4 0.000 0.000 | LZO1B-2 | psplash.sh 682 1 479 70.2 0.000 0.000 | LZO1B-2 | rc 4457 1 2599 58.3 0.000 0.000 | LZO1B-2 | rcS 525 1 448 85.3 0.000 0.000 | LZO1B-2 | read-only-rootfs-hook.sh 1273 1 880 69.1 0.000 0.000 | LZO1B-2 | reboot 289 1 226 78.2 0.000 0.000 | LZO1B-2 | rmnologin.sh 585 1 386 66.0 0.000 0.000 | LZO1B-2 | rng-tools 1021 1 501 49.1 0.000 0.000 | LZO1B-2 | rpcbind 1827 1 973 53.3 0.000 0.000 | LZO1B-2 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1B-2 | save-rtc.sh 429 1 326 76.0 0.000 0.000 | LZO1B-2 | sendsigs 438 1 307 70.1 0.000 0.000 | LZO1B-2 | single 578 1 432 74.7 0.000 0.000 | LZO1B-2 | sshd 2029 1 1064 52.4 0.000 0.000 | LZO1B-2 | sysfs.sh 907 1 482 53.1 0.000 0.000 | LZO1B-2 | syslog 2066 1 1154 55.9 0.000 0.000 | LZO1B-2 | tcf-agent 1298 1 750 57.8 0.000 0.000 | LZO1B-2 | udev 2779 1 1676 60.3 0.000 0.000 | LZO1B-2 | umountfs 540 1 410 75.9 0.000 0.000 | LZO1B-2 | umountnfs.sh 711 1 532 74.8 0.000 0.000 | LZO1B-2 | urandom 1473 1 960 65.2 0.000 0.000 | LZO1B-2 | xserver-nodm 1436 1 1000 69.6 0.000 0.000 | LZO1B-2 | inittab 1140 1 801 70.3 0.000 0.000 | LZO1B-2 | inputrc 1633 1 1071 65.6 0.000 0.000 | LZO1B-2 | bpf_pinning 85 1 88 104 0.000 0.000 | LZO1B-2 | ematch_map 81 1 86 106 0.000 0.000 | LZO1B-2 | group 31 1 35 113 0.000 0.000 | LZO1B-2 | nl_protos 262 1 265 101 0.000 0.000 | LZO1B-2 | rt_dsfield 331 1 279 84.3 0.000 0.000 | LZO1B-2 | rt_protos 201 1 203 101 0.000 0.000 | LZO1B-2 | rt_realms 112 1 113 101 0.000 0.000 | LZO1B-2 | rt_scopes 92 1 92 100 0.000 0.000 | LZO1B-2 | rt_tables 87 1 89 102 0.000 0.000 | LZO1B-2 | issue 58 1 63 109 0.000 0.000 | LZO1B-2 | issue.net 55 1 60 109 0.000 0.000 | LZO1B-2 | ld.so.cache 57567 1 18050 31.4 0.000 0.000 | LZO1B-2 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1B-2 | classid 1130 1 652 57.7 0.000 0.000 | LZO1B-2 | pktloc 1532 1 872 56.9 0.000 0.000 | LZO1B-2 | collect_dnf.conf 813 1 514 63.2 0.000 0.000 | LZO1B-2 | limits 827 1 642 77.6 0.000 0.000 | LZO1B-2 | login.access 2006 1 1323 66.0 0.000 0.000 | LZO1B-2 | login.defs 11030 1 6485 58.8 0.000 0.000 | LZO1B-2 | logrotate-dmesg.conf 121 1 118 97.5 0.000 0.000 | LZO1B-2 | logrotate.conf 434 1 365 84.1 0.000 0.000 | LZO1B-2 | btmp 130 1 120 92.3 0.000 0.000 | LZO1B-2 | dnf 526 1 139 26.4 0.000 0.000 | LZO1B-2 | wtmp 145 1 133 91.7 0.000 0.000 | LZO1B-2 | kbdconfig 721 1 550 76.3 0.000 0.000 | LZO1B-2 | session 630 1 468 74.3 0.000 0.000 | LZO1B-2 | mdadm.conf 2687 1 1905 70.9 0.000 0.000 | LZO1B-2 | mke2fs.conf 846 1 511 60.4 0.000 0.000 | LZO1B-2 | uvesafb.conf 39 1 41 105 0.000 0.000 | LZO1B-2 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1B-2 | motd 0 1 3 0.0 0.000 0.000 | LZO1B-2 | netconfig 767 1 469 61.1 0.000 0.000 | LZO1B-2 | nfsroot 809 1 546 67.5 0.000 0.000 | LZO1B-2 | wpa-supplicant 1999 1 968 48.4 0.000 0.000 | LZO1B-2 | interfaces 132 1 126 95.5 0.000 0.000 | LZO1B-2 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1B-2 | nfs-utils.conf 1087 1 755 69.5 0.000 0.000 | LZO1B-2 | nfsmount.conf 3606 1 2063 57.2 0.000 0.000 | LZO1B-2 | nsswitch.conf 497 1 376 75.7 0.000 0.000 | LZO1B-2 | phonesim.conf 361 1 310 85.9 0.000 0.000 | LZO1B-2 | arch.conf 88 1 69 78.4 0.000 0.000 | LZO1B-2 | opkg.conf 845 1 606 71.7 0.000 0.000 | LZO1B-2 | passwd 1055 1 714 67.7 0.000 0.000 | LZO1B-2 | passwd- 1006 1 682 67.8 0.000 0.000 | LZO1B-2 | cert9.db 28672 1 1001 3.5 0.000 0.000 | LZO1B-2 | key4.db 36864 1 1254 3.4 0.000 0.000 | LZO1B-2 | pkcs11.txt 425 1 366 86.1 0.000 0.000 | LZO1B-2 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1B-2 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1B-2 | ip-down 1454 1 1037 71.3 0.000 0.000 | LZO1B-2 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1B-2 | ip-up 1452 1 1037 71.4 0.000 0.000 | LZO1B-2 | 08setupdns 292 1 188 64.4 0.000 0.000 | LZO1B-2 | options 5 1 9 180 0.000 0.000 | LZO1B-2 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1B-2 | provider 1093 1 835 76.4 0.000 0.000 | LZO1B-2 | ppp_on_boot 573 1 467 81.5 0.000 0.000 | LZO1B-2 | profile 984 1 803 81.6 0.000 0.000 | LZO1B-2 | bash_completion.sh 672 1 421 62.6 0.000 0.000 | LZO1B-2 | distcc.sh 68 1 65 95.6 0.000 0.000 | LZO1B-2 | gawk.csh 1107 1 296 26.7 0.000 0.000 | LZO1B-2 | gawk.sh 757 1 239 31.6 0.000 0.000 | LZO1B-2 | protocols 2932 1 2130 72.6 0.000 0.000 | LZO1B-2 | client.conf 1233 1 975 79.1 0.000 0.000 | LZO1B-2 | 50-sato.conf 447 1 376 84.1 0.000 0.000 | LZO1B-2 | daemon.conf 2374 1 1613 67.9 0.000 0.000 | LZO1B-2 | default.pa 4933 1 2704 54.8 0.000 0.000 | LZO1B-2 | system.pa 2078 1 1355 65.2 0.000 0.000 | LZO1B-2 | quilt.quiltrc 1236 1 865 70.0 0.000 0.000 | LZO1B-2 | quotagrpadmins 220 1 203 92.3 0.000 0.000 | LZO1B-2 | quotatab 261 1 225 86.2 0.000 0.000 | LZO1B-2 | rpc 895 1 683 76.3 0.000 0.000 | LZO1B-2 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1B-2 | macros 38 1 43 113 0.000 0.000 | LZO1B-2 | platform 19 1 23 121 0.000 0.000 | LZO1B-2 | rpmrc 104 1 80 76.9 0.000 0.000 | LZO1B-2 | securetty 1848 1 1306 70.7 0.000 0.000 | LZO1B-2 | services 18790 1 10510 55.9 0.000 0.000 | LZO1B-2 | shadow 651 1 245 37.6 0.000 0.000 | LZO1B-2 | shadow- 619 1 228 36.8 0.000 0.000 | LZO1B-2 | shells 52 1 50 96.2 0.000 0.000 | LZO1B-2 | .bashrc 410 1 333 81.2 0.000 0.000 | LZO1B-2 | .profile 241 1 226 93.8 0.000 0.000 | LZO1B-2 | slsh.rc 2030 1 1056 52.0 0.000 0.000 | LZO1B-2 | moduli 577388 3 30284 5.2 860.577 0.000 | LZO1B-2 | ssh_config 1548 1 1068 69.0 0.000 0.000 | LZO1B-2 | ssh_host_ecdsa_key 505 1 456 90.3 0.000 0.000 | LZO1B-2 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 | LZO1B-2 | ssh_host_ed25519_key 411 1 324 78.8 0.000 0.000 | LZO1B-2 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1B-2 | ssh_host_rsa_key 2602 1 2573 98.9 0.000 0.000 | LZO1B-2 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1B-2 | sshd_config 3177 1 2049 64.5 0.000 0.000 | LZO1B-2 | sshd_config_readonly 3186 1 2053 64.4 0.000 0.000 | LZO1B-2 | ca-certificates.crt 200061 1 158011 79.0 85.303 0.000 | LZO1B-2 | openssl.cnf 10909 1 5230 47.9 0.000 0.000 | LZO1B-2 | sudoers 3174 1 1941 61.2 0.000 0.000 | LZO1B-2 | sudoers.dist 3174 1 1941 61.2 0.000 0.000 | LZO1B-2 | crond 110 1 105 95.5 0.000 0.000 | LZO1B-2 | kdump.conf 411 1 332 80.8 0.000 0.000 | LZO1B-2 | sysctl.conf 2128 1 1618 76.0 0.000 0.000 | LZO1B-2 | syslog-startup.conf 651 1 543 83.4 0.000 0.000 | LZO1B-2 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1B-2 | ansi 1481 1 768 51.9 0.000 0.000 | LZO1B-2 | dumb 308 1 73 23.7 0.000 0.000 | LZO1B-2 | linux 1730 1 1033 59.7 0.000 0.000 | LZO1B-2 | rxvt 2286 1 1584 69.3 0.000 0.000 | LZO1B-2 | screen 1587 1 943 59.4 0.000 0.000 | LZO1B-2 | screen-256color 1677 1 988 58.9 0.000 0.000 | LZO1B-2 | sun 1004 1 523 52.1 0.000 0.000 | LZO1B-2 | vt100 1190 1 755 63.4 0.000 0.000 | LZO1B-2 | vt102 1184 1 761 64.3 0.000 0.000 | LZO1B-2 | vt200 1377 1 939 68.2 0.000 0.000 | LZO1B-2 | vt220 1377 1 939 68.2 0.000 0.000 | LZO1B-2 | vt52 470 1 239 50.9 0.000 0.000 | LZO1B-2 | xterm-256color 3641 1 2540 69.8 0.000 0.000 | LZO1B-2 | xterm-color 1551 1 803 51.8 0.000 0.000 | LZO1B-2 | xterm-xfree86 2240 1 1401 62.5 0.000 0.000 | LZO1B-2 | timestamp 15 1 19 127 0.000 0.000 | LZO1B-2 | timezone 10 1 14 140 0.000 0.000 | LZO1B-2 | dnf.conf 164 1 127 77.4 0.000 0.000 | LZO1B-2 | mount.blacklist 51 1 44 86.3 0.000 0.000 | LZO1B-2 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1B-2 | automount.rules 847 1 577 68.1 0.000 0.000 | LZO1B-2 | autonet.rules 757 1 547 72.3 0.000 0.000 | LZO1B-2 | local.rules 885 1 669 75.6 0.000 0.000 | LZO1B-2 | localextra.rules 843 1 622 73.8 0.000 0.000 | LZO1B-2 | mount.sh 4279 1 2290 53.5 0.000 0.000 | LZO1B-2 | network.sh 1402 1 1046 74.6 0.000 0.000 | LZO1B-2 | udev.conf 49 1 53 108 0.000 0.000 | LZO1B-2 | 50default 2634 1 1176 44.6 0.000 0.000 | LZO1B-2 | version 15 1 19 127 0.000 0.000 | LZO1B-2 | volatile.cache 5955 1 1560 26.2 0.000 0.000 | LZO1B-2 | warnquota.conf 3360 1 2218 66.0 0.000 0.000 | LZO1B-2 | wpa_supplicant.conf 113 1 106 93.8 0.000 0.000 | LZO1B-2 | at-spi-dbus-bus.desktop 296 1 275 92.9 0.000 0.000 | LZO1B-2 | connman-applet.desktop 191 1 177 92.7 0.000 0.000 | LZO1B-2 | gsettings-data-convert.desktop 7741 1 4721 61.0 0.000 0.000 | LZO1B-2 | pulseaudio.desktop 4973 1 2443 49.1 0.000 0.000 | LZO1B-2 | xinput_calibrator.desktop 299 1 239 79.9 0.000 0.000 | LZO1B-2 | libfm.conf 183 1 145 79.2 0.000 0.000 | LZO1B-2 | pcmanfm.conf 321 1 282 87.9 0.000 0.000 | LZO1B-2 | Xserver 652 1 462 70.9 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1438 72.5 155.220 0.000 LZO1B-2 ***TOTALS*** 1249687 289 412706 33.0 155.220 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1B-3 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1B-3 | Xsession 755 1 514 68.1 0.000 0.000 | LZO1B-3 | 13xdgbasedirs.sh 550 1 469 85.3 0.000 0.000 | LZO1B-3 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1B-3 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1B-3 | 80matchboxkeyboard.sh 631 1 408 64.7 0.000 0.000 | LZO1B-3 | 89xdgautostart.sh 179 1 151 84.4 0.000 0.000 | LZO1B-3 | 90XWindowManager.sh 181 1 110 60.8 0.000 0.000 | LZO1B-3 | xinitrc 739 1 450 60.9 0.000 0.000 | LZO1B-3 | xorg.conf 1165 1 628 53.9 0.000 0.000 | LZO1B-3 | asound.conf 32 1 37 116 0.000 0.000 | LZO1B-3 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1B-3 | avahi-daemon.conf 1753 1 1270 72.4 0.000 0.000 | LZO1B-3 | localtime 114 1 38 33.3 0.000 0.000 | LZO1B-3 | hosts 1121 1 913 81.4 0.000 0.000 | LZO1B-3 | sftp-ssh.service 1075 1 848 78.9 0.000 0.000 | LZO1B-3 | ssh.service 1071 1 847 79.1 0.000 0.000 | LZO1B-3 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1B-3 | perf 6321 1 3052 48.3 0.000 0.000 | LZO1B-3 | quilt 7117 1 2756 38.7 0.000 0.000 | LZO1B-3 | bindresvport.blacklist 429 1 343 80.0 0.000 0.000 | LZO1B-3 | input.conf 397 1 353 88.9 0.000 0.000 | LZO1B-3 | network.conf 120 1 120 100 0.000 0.000 | LZO1B-3 | build 527 1 285 54.1 0.000 0.000 | LZO1B-3 | busybox.links.nosuid 2392 1 1247 52.1 0.000 0.000 | LZO1B-3 | busybox.links.suid 91 1 71 78.0 0.000 0.000 | LZO1B-3 | ca-certificates.conf 5340 1 2047 38.3 0.000 0.000 | LZO1B-3 | pap 653 1 550 84.2 0.000 0.000 | LZO1B-3 | logrotate 189 1 156 82.5 0.000 0.000 | LZO1B-3 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1B-3 | crontab 653 1 422 64.6 0.000 0.000 | LZO1B-3 | session.conf 838 1 633 75.5 0.000 0.000 | LZO1B-3 | system.conf 833 1 631 75.8 0.000 0.000 | LZO1B-3 | ConsoleKit.conf 7305 1 978 13.4 0.000 0.000 | LZO1B-3 | avahi-dbus.conf 1138 1 554 48.7 0.000 0.000 | LZO1B-3 | bluetooth.conf 1315 1 707 53.8 0.000 0.000 | LZO1B-3 | dbus-wpa_supplicant.conf 743 1 356 47.9 0.000 0.000 | LZO1B-3 | ofono.conf 1063 1 608 57.2 0.000 0.000 | LZO1B-3 | pulseaudio-system.conf 1084 1 860 79.3 0.000 0.000 | LZO1B-3 | devpts 93 1 94 101 0.000 0.000 | LZO1B-3 | distcc 535 1 446 83.4 0.000 0.000 | LZO1B-3 | mountall 36 1 38 106 0.000 0.000 | LZO1B-3 | postinst 52 1 57 110 0.000 0.000 | LZO1B-3 | rcS 1040 1 799 76.8 0.000 0.000 | LZO1B-3 | rng-tools 27 1 31 115 0.000 0.000 | LZO1B-3 | usbd 0 1 3 0.0 0.000 0.000 | LZO1B-3 | useradd 117 1 122 104 0.000 0.000 | LZO1B-3 | 00_core 1637 1 1050 64.1 0.000 0.000 | LZO1B-3 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1B-3 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1B-3 | 99_sshd 75 1 67 89.3 0.000 0.000 | LZO1B-3 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1B-3 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1B-3 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1B-3 | clients.allow 1582 1 1140 72.1 0.000 0.000 | LZO1B-3 | commands.allow.sh 1763 1 1101 62.5 0.000 0.000 | LZO1B-3 | hosts 203 1 181 89.2 0.000 0.000 | LZO1B-3 | automatic.conf 2569 1 1357 52.8 0.000 0.000 | LZO1B-3 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1B-3 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1B-3 | yum.conf 4 1 8 200 0.000 0.000 | LZO1B-3 | arch 26 1 29 112 0.000 0.000 | LZO1B-3 | releasever 6 1 10 167 0.000 0.000 | LZO1B-3 | e2scrub.conf 685 1 503 73.4 0.000 0.000 | LZO1B-3 | exports 46 1 49 107 0.000 0.000 | LZO1B-3 | 30-liberation-aliases.conf 419 1 233 55.6 0.000 0.000 | LZO1B-3 | README 978 1 735 75.2 0.000 0.000 | LZO1B-3 | fonts.conf 2532 1 1480 58.5 0.000 0.000 | LZO1B-3 | config 1032 1 445 43.1 0.000 0.000 | LZO1B-3 | machconfig 193 1 154 79.8 0.000 0.000 | LZO1B-3 | fstab 637 1 390 61.2 0.000 0.000 | LZO1B-3 | path 1448 1 897 61.9 0.000 0.000 | LZO1B-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-3 | %gconf.xml 235 1 150 63.8 0.000 0.000 | LZO1B-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-3 | %gconf.xml 2158 1 603 27.9 0.000 0.000 | LZO1B-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-3 | %gconf.xml 515 1 312 60.6 0.000 0.000 | LZO1B-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-3 | %gconf.xml 5626 1 1710 30.4 0.000 0.000 | LZO1B-3 | settings-daemon.schemas 7202 1 1821 25.3 0.000 0.000 | LZO1B-3 | group 639 1 564 88.3 0.000 0.000 | LZO1B-3 | group- 620 1 547 88.2 0.000 0.000 | LZO1B-3 | gshadow 529 1 392 74.1 0.000 0.000 | LZO1B-3 | gshadow- 514 1 381 74.1 0.000 0.000 | LZO1B-3 | im-multipress.conf 890 1 794 89.2 0.000 0.000 | LZO1B-3 | host.conf 26 1 30 115 0.000 0.000 | LZO1B-3 | hostname 11 1 15 136 0.000 0.000 | LZO1B-3 | hosts 258 1 207 80.2 0.000 0.000 | LZO1B-3 | alsa-state 811 1 533 65.7 0.000 0.000 | LZO1B-3 | atd 578 1 399 69.0 0.000 0.000 | LZO1B-3 | avahi-daemon 4491 1 2591 57.7 0.000 0.000 | LZO1B-3 | banner.sh 492 1 304 61.8 0.000 0.000 | LZO1B-3 | bluetooth 1253 1 787 62.8 0.000 0.000 | LZO1B-3 | bootlogd 1997 1 1238 62.0 0.000 0.000 | LZO1B-3 | bootmisc.sh 2017 1 1393 69.1 0.000 0.000 | LZO1B-3 | checkroot.sh 3591 1 2329 64.9 0.000 0.000 | LZO1B-3 | connman 1462 1 976 66.8 0.000 0.000 | LZO1B-3 | crond 1235 1 818 66.2 0.000 0.000 | LZO1B-3 | dbus-1 2887 1 1807 62.6 0.000 0.000 | LZO1B-3 | devpts.sh 526 1 395 75.1 0.000 0.000 | LZO1B-3 | distcc 2863 1 1692 59.1 0.000 0.000 | LZO1B-3 | dmesg.sh 352 1 252 71.6 0.000 0.000 | LZO1B-3 | functions 2141 1 1353 63.2 0.000 0.000 | LZO1B-3 | halt 510 1 409 80.2 0.000 0.000 | LZO1B-3 | hostname.sh 580 1 429 74.0 0.000 0.000 | LZO1B-3 | hwclock.sh 2541 1 1344 52.9 0.000 0.000 | LZO1B-3 | kdump 2989 1 1438 48.1 0.000 0.000 | LZO1B-3 | mdmonitor 1773 1 1067 60.2 0.000 0.000 | LZO1B-3 | modutils.sh 1223 1 783 64.0 0.000 0.000 | LZO1B-3 | mountall.sh 869 1 665 76.5 0.000 0.000 | LZO1B-3 | mountnfs.sh 1589 1 947 59.6 0.000 0.000 | LZO1B-3 | networking 1956 1 1038 53.1 0.000 0.000 | LZO1B-3 | nfscommon 1609 1 1000 62.2 0.000 0.000 | LZO1B-3 | nfsserver 3326 1 1897 57.0 0.000 0.000 | LZO1B-3 | ofono 516 1 378 73.3 0.000 0.000 | LZO1B-3 | populate-volatile.sh 7826 1 3558 45.5 0.000 0.000 | LZO1B-3 | ppp 1231 1 703 57.1 0.000 0.000 | LZO1B-3 | psplash.sh 682 1 478 70.1 0.000 0.000 | LZO1B-3 | rc 4457 1 2592 58.2 0.000 0.000 | LZO1B-3 | rcS 525 1 448 85.3 0.000 0.000 | LZO1B-3 | read-only-rootfs-hook.sh 1273 1 879 69.0 0.000 0.000 | LZO1B-3 | reboot 289 1 226 78.2 0.000 0.000 | LZO1B-3 | rmnologin.sh 585 1 384 65.6 0.000 0.000 | LZO1B-3 | rng-tools 1021 1 501 49.1 0.000 0.000 | LZO1B-3 | rpcbind 1827 1 979 53.6 0.000 0.000 | LZO1B-3 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1B-3 | save-rtc.sh 429 1 327 76.2 0.000 0.000 | LZO1B-3 | sendsigs 438 1 307 70.1 0.000 0.000 | LZO1B-3 | single 578 1 430 74.4 0.000 0.000 | LZO1B-3 | sshd 2029 1 1062 52.3 0.000 0.000 | LZO1B-3 | sysfs.sh 907 1 477 52.6 0.000 0.000 | LZO1B-3 | syslog 2066 1 1152 55.8 0.000 0.000 | LZO1B-3 | tcf-agent 1298 1 747 57.6 0.000 0.000 | LZO1B-3 | udev 2779 1 1662 59.8 0.000 0.000 | LZO1B-3 | umountfs 540 1 408 75.6 0.000 0.000 | LZO1B-3 | umountnfs.sh 711 1 529 74.4 0.000 0.000 | LZO1B-3 | urandom 1473 1 960 65.2 0.000 0.000 | LZO1B-3 | xserver-nodm 1436 1 998 69.5 0.000 0.000 | LZO1B-3 | inittab 1140 1 799 70.1 0.000 0.000 | LZO1B-3 | inputrc 1633 1 1065 65.2 0.000 0.000 | LZO1B-3 | bpf_pinning 85 1 88 104 0.000 0.000 | LZO1B-3 | ematch_map 81 1 86 106 0.000 0.000 | LZO1B-3 | group 31 1 35 113 0.000 0.000 | LZO1B-3 | nl_protos 262 1 265 101 0.000 0.000 | LZO1B-3 | rt_dsfield 331 1 279 84.3 0.000 0.000 | LZO1B-3 | rt_protos 201 1 203 101 0.000 0.000 | LZO1B-3 | rt_realms 112 1 113 101 0.000 0.000 | LZO1B-3 | rt_scopes 92 1 92 100 0.000 0.000 | LZO1B-3 | rt_tables 87 1 89 102 0.000 0.000 | LZO1B-3 | issue 58 1 63 109 0.000 0.000 | LZO1B-3 | issue.net 55 1 60 109 0.000 0.000 | LZO1B-3 | ld.so.cache 57567 1 18202 31.6 0.000 0.000 | LZO1B-3 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1B-3 | classid 1130 1 652 57.7 0.000 0.000 | LZO1B-3 | pktloc 1532 1 869 56.7 0.000 0.000 | LZO1B-3 | collect_dnf.conf 813 1 516 63.5 0.000 0.000 | LZO1B-3 | limits 827 1 642 77.6 0.000 0.000 | LZO1B-3 | login.access 2006 1 1318 65.7 0.000 0.000 | LZO1B-3 | login.defs 11030 1 6438 58.4 0.000 0.000 | LZO1B-3 | logrotate-dmesg.conf 121 1 118 97.5 0.000 0.000 | LZO1B-3 | logrotate.conf 434 1 365 84.1 0.000 0.000 | LZO1B-3 | btmp 130 1 120 92.3 0.000 0.000 | LZO1B-3 | dnf 526 1 139 26.4 0.000 0.000 | LZO1B-3 | wtmp 145 1 133 91.7 0.000 0.000 | LZO1B-3 | kbdconfig 721 1 548 76.0 0.000 0.000 | LZO1B-3 | session 630 1 468 74.3 0.000 0.000 | LZO1B-3 | mdadm.conf 2687 1 1894 70.5 0.000 0.000 | LZO1B-3 | mke2fs.conf 846 1 513 60.6 0.000 0.000 | LZO1B-3 | uvesafb.conf 39 1 41 105 0.000 0.000 | LZO1B-3 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1B-3 | motd 0 1 3 0.0 0.000 0.000 | LZO1B-3 | netconfig 767 1 471 61.4 0.000 0.000 | LZO1B-3 | nfsroot 809 1 544 67.2 0.000 0.000 | LZO1B-3 | wpa-supplicant 1999 1 962 48.1 0.000 0.000 | LZO1B-3 | interfaces 132 1 126 95.5 0.000 0.000 | LZO1B-3 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1B-3 | nfs-utils.conf 1087 1 748 68.8 0.000 0.000 | LZO1B-3 | nfsmount.conf 3606 1 2058 57.1 0.000 0.000 | LZO1B-3 | nsswitch.conf 497 1 376 75.7 0.000 0.000 | LZO1B-3 | phonesim.conf 361 1 310 85.9 0.000 0.000 | LZO1B-3 | arch.conf 88 1 69 78.4 0.000 0.000 | LZO1B-3 | opkg.conf 845 1 606 71.7 0.000 0.000 | LZO1B-3 | passwd 1055 1 707 67.0 0.000 0.000 | LZO1B-3 | passwd- 1006 1 675 67.1 0.000 0.000 | LZO1B-3 | cert9.db 28672 1 1000 3.5 0.000 0.000 | LZO1B-3 | key4.db 36864 1 1253 3.4 0.000 0.000 | LZO1B-3 | pkcs11.txt 425 1 366 86.1 0.000 0.000 | LZO1B-3 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1B-3 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1B-3 | ip-down 1454 1 1034 71.1 0.000 0.000 | LZO1B-3 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1B-3 | ip-up 1452 1 1035 71.3 0.000 0.000 | LZO1B-3 | 08setupdns 292 1 188 64.4 0.000 0.000 | LZO1B-3 | options 5 1 9 180 0.000 0.000 | LZO1B-3 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1B-3 | provider 1093 1 827 75.7 0.000 0.000 | LZO1B-3 | ppp_on_boot 573 1 467 81.5 0.000 0.000 | LZO1B-3 | profile 984 1 801 81.4 0.000 0.000 | LZO1B-3 | bash_completion.sh 672 1 419 62.4 0.000 0.000 | LZO1B-3 | distcc.sh 68 1 65 95.6 0.000 0.000 | LZO1B-3 | gawk.csh 1107 1 296 26.7 0.000 0.000 | LZO1B-3 | gawk.sh 757 1 239 31.6 0.000 0.000 | LZO1B-3 | protocols 2932 1 2126 72.5 0.000 0.000 | LZO1B-3 | client.conf 1233 1 967 78.4 0.000 0.000 | LZO1B-3 | 50-sato.conf 447 1 371 83.0 0.000 0.000 | LZO1B-3 | daemon.conf 2374 1 1601 67.4 0.000 0.000 | LZO1B-3 | default.pa 4933 1 2695 54.6 0.000 0.000 | LZO1B-3 | system.pa 2078 1 1342 64.6 0.000 0.000 | LZO1B-3 | quilt.quiltrc 1236 1 862 69.7 0.000 0.000 | LZO1B-3 | quotagrpadmins 220 1 203 92.3 0.000 0.000 | LZO1B-3 | quotatab 261 1 225 86.2 0.000 0.000 | LZO1B-3 | rpc 895 1 683 76.3 0.000 0.000 | LZO1B-3 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1B-3 | macros 38 1 43 113 0.000 0.000 | LZO1B-3 | platform 19 1 23 121 0.000 0.000 | LZO1B-3 | rpmrc 104 1 80 76.9 0.000 0.000 | LZO1B-3 | securetty 1848 1 1302 70.5 0.000 0.000 | LZO1B-3 | services 18790 1 10435 55.5 0.000 0.000 | LZO1B-3 | shadow 651 1 245 37.6 0.000 0.000 | LZO1B-3 | shadow- 619 1 228 36.8 0.000 0.000 | LZO1B-3 | shells 52 1 50 96.2 0.000 0.000 | LZO1B-3 | .bashrc 410 1 332 81.0 0.000 0.000 | LZO1B-3 | .profile 241 1 226 93.8 0.000 0.000 | LZO1B-3 | slsh.rc 2030 1 1056 52.0 0.000 0.000 | LZO1B-3 | moduli 577388 3 30269 5.2 825.791 0.000 | LZO1B-3 | ssh_config 1548 1 1068 69.0 0.000 0.000 | LZO1B-3 | ssh_host_ecdsa_key 505 1 456 90.3 0.000 0.000 | LZO1B-3 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 | LZO1B-3 | ssh_host_ed25519_key 411 1 324 78.8 0.000 0.000 | LZO1B-3 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1B-3 | ssh_host_rsa_key 2602 1 2573 98.9 0.000 0.000 | LZO1B-3 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1B-3 | sshd_config 3177 1 2040 64.2 0.000 0.000 | LZO1B-3 | sshd_config_readonly 3186 1 2042 64.1 0.000 0.000 | LZO1B-3 | ca-certificates.crt 200061 1 157709 78.8 85.509 0.000 | LZO1B-3 | openssl.cnf 10909 1 5193 47.6 0.000 0.000 | LZO1B-3 | sudoers 3174 1 1929 60.8 0.000 0.000 | LZO1B-3 | sudoers.dist 3174 1 1929 60.8 0.000 0.000 | LZO1B-3 | crond 110 1 105 95.5 0.000 0.000 | LZO1B-3 | kdump.conf 411 1 333 81.0 0.000 0.000 | LZO1B-3 | sysctl.conf 2128 1 1605 75.4 0.000 0.000 | LZO1B-3 | syslog-startup.conf 651 1 543 83.4 0.000 0.000 | LZO1B-3 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1B-3 | ansi 1481 1 767 51.8 0.000 0.000 | LZO1B-3 | dumb 308 1 73 23.7 0.000 0.000 | LZO1B-3 | linux 1730 1 1029 59.5 0.000 0.000 | LZO1B-3 | rxvt 2286 1 1578 69.0 0.000 0.000 | LZO1B-3 | screen 1587 1 945 59.5 0.000 0.000 | LZO1B-3 | screen-256color 1677 1 991 59.1 0.000 0.000 | LZO1B-3 | sun 1004 1 521 51.9 0.000 0.000 | LZO1B-3 | vt100 1190 1 755 63.4 0.000 0.000 | LZO1B-3 | vt102 1184 1 760 64.2 0.000 0.000 | LZO1B-3 | vt200 1377 1 936 68.0 0.000 0.000 | LZO1B-3 | vt220 1377 1 936 68.0 0.000 0.000 | LZO1B-3 | vt52 470 1 239 50.9 0.000 0.000 | LZO1B-3 | xterm-256color 3641 1 2530 69.5 0.000 0.000 | LZO1B-3 | xterm-color 1551 1 803 51.8 0.000 0.000 | LZO1B-3 | xterm-xfree86 2240 1 1400 62.5 0.000 0.000 | LZO1B-3 | timestamp 15 1 19 127 0.000 0.000 | LZO1B-3 | timezone 10 1 14 140 0.000 0.000 | LZO1B-3 | dnf.conf 164 1 127 77.4 0.000 0.000 | LZO1B-3 | mount.blacklist 51 1 44 86.3 0.000 0.000 | LZO1B-3 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1B-3 | automount.rules 847 1 577 68.1 0.000 0.000 | LZO1B-3 | autonet.rules 757 1 547 72.3 0.000 0.000 | LZO1B-3 | local.rules 885 1 669 75.6 0.000 0.000 | LZO1B-3 | localextra.rules 843 1 622 73.8 0.000 0.000 | LZO1B-3 | mount.sh 4279 1 2280 53.3 0.000 0.000 | LZO1B-3 | network.sh 1402 1 1043 74.4 0.000 0.000 | LZO1B-3 | udev.conf 49 1 53 108 0.000 0.000 | LZO1B-3 | 50default 2634 1 1171 44.5 0.000 0.000 | LZO1B-3 | version 15 1 19 127 0.000 0.000 | LZO1B-3 | volatile.cache 5955 1 1565 26.3 0.000 0.000 | LZO1B-3 | warnquota.conf 3360 1 2212 65.8 0.000 0.000 | LZO1B-3 | wpa_supplicant.conf 113 1 106 93.8 0.000 0.000 | LZO1B-3 | at-spi-dbus-bus.desktop 296 1 275 92.9 0.000 0.000 | LZO1B-3 | connman-applet.desktop 191 1 177 92.7 0.000 0.000 | LZO1B-3 | gsettings-data-convert.desktop 7741 1 4696 60.7 0.000 0.000 | LZO1B-3 | pulseaudio.desktop 4973 1 2437 49.0 0.000 0.000 | LZO1B-3 | xinput_calibrator.desktop 299 1 239 79.9 0.000 0.000 | LZO1B-3 | libfm.conf 183 1 145 79.2 0.000 0.000 | LZO1B-3 | pcmanfm.conf 321 1 282 87.9 0.000 0.000 | LZO1B-3 | Xserver 652 1 461 70.7 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1434 72.4 154.971 0.000 LZO1B-3 ***TOTALS*** 1249687 289 411822 33.0 154.971 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1B-4 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1B-4 | Xsession 755 1 510 67.5 0.000 0.000 | LZO1B-4 | 13xdgbasedirs.sh 550 1 462 84.0 0.000 0.000 | LZO1B-4 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1B-4 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1B-4 | 80matchboxkeyboard.sh 631 1 400 63.4 0.000 0.000 | LZO1B-4 | 89xdgautostart.sh 179 1 150 83.8 0.000 0.000 | LZO1B-4 | 90XWindowManager.sh 181 1 108 59.7 0.000 0.000 | LZO1B-4 | xinitrc 739 1 433 58.6 0.000 0.000 | LZO1B-4 | xorg.conf 1165 1 629 54.0 0.000 0.000 | LZO1B-4 | asound.conf 32 1 37 116 0.000 0.000 | LZO1B-4 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1B-4 | avahi-daemon.conf 1753 1 1257 71.7 0.000 0.000 | LZO1B-4 | localtime 114 1 36 31.6 0.000 0.000 | LZO1B-4 | hosts 1121 1 904 80.6 0.000 0.000 | LZO1B-4 | sftp-ssh.service 1075 1 845 78.6 0.000 0.000 | LZO1B-4 | ssh.service 1071 1 844 78.8 0.000 0.000 | LZO1B-4 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1B-4 | perf 6321 1 3019 47.8 0.000 0.000 | LZO1B-4 | quilt 7117 1 2698 37.9 0.000 0.000 | LZO1B-4 | bindresvport.blacklist 429 1 332 77.4 0.000 0.000 | LZO1B-4 | input.conf 397 1 348 87.7 0.000 0.000 | LZO1B-4 | network.conf 120 1 120 100 0.000 0.000 | LZO1B-4 | build 527 1 282 53.5 0.000 0.000 | LZO1B-4 | busybox.links.nosuid 2392 1 1237 51.7 0.000 0.000 | LZO1B-4 | busybox.links.suid 91 1 69 75.8 0.000 0.000 | LZO1B-4 | ca-certificates.conf 5340 1 2017 37.8 0.000 0.000 | LZO1B-4 | pap 653 1 548 83.9 0.000 0.000 | LZO1B-4 | logrotate 189 1 155 82.0 0.000 0.000 | LZO1B-4 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1B-4 | crontab 653 1 425 65.1 0.000 0.000 | LZO1B-4 | session.conf 838 1 633 75.5 0.000 0.000 | LZO1B-4 | system.conf 833 1 632 75.9 0.000 0.000 | LZO1B-4 | ConsoleKit.conf 7305 1 972 13.3 0.000 0.000 | LZO1B-4 | avahi-dbus.conf 1138 1 552 48.5 0.000 0.000 | LZO1B-4 | bluetooth.conf 1315 1 699 53.2 0.000 0.000 | LZO1B-4 | dbus-wpa_supplicant.conf 743 1 342 46.0 0.000 0.000 | LZO1B-4 | ofono.conf 1063 1 597 56.2 0.000 0.000 | LZO1B-4 | pulseaudio-system.conf 1084 1 849 78.3 0.000 0.000 | LZO1B-4 | devpts 93 1 94 101 0.000 0.000 | LZO1B-4 | distcc 535 1 438 81.9 0.000 0.000 | LZO1B-4 | mountall 36 1 38 106 0.000 0.000 | LZO1B-4 | postinst 52 1 56 108 0.000 0.000 | LZO1B-4 | rcS 1040 1 786 75.6 0.000 0.000 | LZO1B-4 | rng-tools 27 1 31 115 0.000 0.000 | LZO1B-4 | usbd 0 1 3 0.0 0.000 0.000 | LZO1B-4 | useradd 117 1 123 105 0.000 0.000 | LZO1B-4 | 00_core 1637 1 1018 62.2 0.000 0.000 | LZO1B-4 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1B-4 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1B-4 | 99_sshd 75 1 65 86.7 0.000 0.000 | LZO1B-4 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1B-4 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1B-4 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1B-4 | clients.allow 1582 1 1110 70.2 0.000 0.000 | LZO1B-4 | commands.allow.sh 1763 1 1099 62.3 0.000 0.000 | LZO1B-4 | hosts 203 1 178 87.7 0.000 0.000 | LZO1B-4 | automatic.conf 2569 1 1317 51.3 0.000 0.000 | LZO1B-4 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1B-4 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1B-4 | yum.conf 4 1 8 200 0.000 0.000 | LZO1B-4 | arch 26 1 29 112 0.000 0.000 | LZO1B-4 | releasever 6 1 10 167 0.000 0.000 | LZO1B-4 | e2scrub.conf 685 1 486 70.9 0.000 0.000 | LZO1B-4 | exports 46 1 49 107 0.000 0.000 | LZO1B-4 | 30-liberation-aliases.conf 419 1 220 52.5 0.000 0.000 | LZO1B-4 | README 978 1 728 74.4 0.000 0.000 | LZO1B-4 | fonts.conf 2532 1 1443 57.0 0.000 0.000 | LZO1B-4 | config 1032 1 447 43.3 0.000 0.000 | LZO1B-4 | machconfig 193 1 152 78.8 0.000 0.000 | LZO1B-4 | fstab 637 1 382 60.0 0.000 0.000 | LZO1B-4 | path 1448 1 885 61.1 0.000 0.000 | LZO1B-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-4 | %gconf.xml 235 1 149 63.4 0.000 0.000 | LZO1B-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-4 | %gconf.xml 2158 1 597 27.7 0.000 0.000 | LZO1B-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-4 | %gconf.xml 515 1 312 60.6 0.000 0.000 | LZO1B-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-4 | %gconf.xml 5626 1 1657 29.5 0.000 0.000 | LZO1B-4 | settings-daemon.schemas 7202 1 1810 25.1 0.000 0.000 | LZO1B-4 | group 639 1 554 86.7 0.000 0.000 | LZO1B-4 | group- 620 1 537 86.6 0.000 0.000 | LZO1B-4 | gshadow 529 1 390 73.7 0.000 0.000 | LZO1B-4 | gshadow- 514 1 379 73.7 0.000 0.000 | LZO1B-4 | im-multipress.conf 890 1 785 88.2 0.000 0.000 | LZO1B-4 | host.conf 26 1 30 115 0.000 0.000 | LZO1B-4 | hostname 11 1 15 136 0.000 0.000 | LZO1B-4 | hosts 258 1 204 79.1 0.000 0.000 | LZO1B-4 | alsa-state 811 1 541 66.7 0.000 0.000 | LZO1B-4 | atd 578 1 399 69.0 0.000 0.000 | LZO1B-4 | avahi-daemon 4491 1 2524 56.2 0.000 0.000 | LZO1B-4 | banner.sh 492 1 298 60.6 0.000 0.000 | LZO1B-4 | bluetooth 1253 1 782 62.4 0.000 0.000 | LZO1B-4 | bootlogd 1997 1 1243 62.2 0.000 0.000 | LZO1B-4 | bootmisc.sh 2017 1 1368 67.8 0.000 0.000 | LZO1B-4 | checkroot.sh 3591 1 2279 63.5 0.000 0.000 | LZO1B-4 | connman 1462 1 969 66.3 0.000 0.000 | LZO1B-4 | crond 1235 1 814 65.9 0.000 0.000 | LZO1B-4 | dbus-1 2887 1 1782 61.7 0.000 0.000 | LZO1B-4 | devpts.sh 526 1 386 73.4 0.000 0.000 | LZO1B-4 | distcc 2863 1 1645 57.5 0.000 0.000 | LZO1B-4 | dmesg.sh 352 1 247 70.2 0.000 0.000 | LZO1B-4 | functions 2141 1 1346 62.9 0.000 0.000 | LZO1B-4 | halt 510 1 403 79.0 0.000 0.000 | LZO1B-4 | hostname.sh 580 1 427 73.6 0.000 0.000 | LZO1B-4 | hwclock.sh 2541 1 1317 51.8 0.000 0.000 | LZO1B-4 | kdump 2989 1 1432 47.9 0.000 0.000 | LZO1B-4 | mdmonitor 1773 1 1062 59.9 0.000 0.000 | LZO1B-4 | modutils.sh 1223 1 763 62.4 0.000 0.000 | LZO1B-4 | mountall.sh 869 1 658 75.7 0.000 0.000 | LZO1B-4 | mountnfs.sh 1589 1 938 59.0 0.000 0.000 | LZO1B-4 | networking 1956 1 1018 52.0 0.000 0.000 | LZO1B-4 | nfscommon 1609 1 1000 62.2 0.000 0.000 | LZO1B-4 | nfsserver 3326 1 1868 56.2 0.000 0.000 | LZO1B-4 | ofono 516 1 371 71.9 0.000 0.000 | LZO1B-4 | populate-volatile.sh 7826 1 3503 44.8 0.000 0.000 | LZO1B-4 | ppp 1231 1 688 55.9 0.000 0.000 | LZO1B-4 | psplash.sh 682 1 474 69.5 0.000 0.000 | LZO1B-4 | rc 4457 1 2530 56.8 0.000 0.000 | LZO1B-4 | rcS 525 1 445 84.8 0.000 0.000 | LZO1B-4 | read-only-rootfs-hook.sh 1273 1 874 68.7 0.000 0.000 | LZO1B-4 | reboot 289 1 222 76.8 0.000 0.000 | LZO1B-4 | rmnologin.sh 585 1 381 65.1 0.000 0.000 | LZO1B-4 | rng-tools 1021 1 486 47.6 0.000 0.000 | LZO1B-4 | rpcbind 1827 1 962 52.7 0.000 0.000 | LZO1B-4 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1B-4 | save-rtc.sh 429 1 321 74.8 0.000 0.000 | LZO1B-4 | sendsigs 438 1 301 68.7 0.000 0.000 | LZO1B-4 | single 578 1 424 73.4 0.000 0.000 | LZO1B-4 | sshd 2029 1 1041 51.3 0.000 0.000 | LZO1B-4 | sysfs.sh 907 1 476 52.5 0.000 0.000 | LZO1B-4 | syslog 2066 1 1134 54.9 0.000 0.000 | LZO1B-4 | tcf-agent 1298 1 743 57.2 0.000 0.000 | LZO1B-4 | udev 2779 1 1654 59.5 0.000 0.000 | LZO1B-4 | umountfs 540 1 406 75.2 0.000 0.000 | LZO1B-4 | umountnfs.sh 711 1 521 73.3 0.000 0.000 | LZO1B-4 | urandom 1473 1 928 63.0 0.000 0.000 | LZO1B-4 | xserver-nodm 1436 1 977 68.0 0.000 0.000 | LZO1B-4 | inittab 1140 1 785 68.9 0.000 0.000 | LZO1B-4 | inputrc 1633 1 1054 64.5 0.000 0.000 | LZO1B-4 | bpf_pinning 85 1 86 101 0.000 0.000 | LZO1B-4 | ematch_map 81 1 86 106 0.000 0.000 | LZO1B-4 | group 31 1 35 113 0.000 0.000 | LZO1B-4 | nl_protos 262 1 257 98.1 0.000 0.000 | LZO1B-4 | rt_dsfield 331 1 278 84.0 0.000 0.000 | LZO1B-4 | rt_protos 201 1 201 100 0.000 0.000 | LZO1B-4 | rt_realms 112 1 113 101 0.000 0.000 | LZO1B-4 | rt_scopes 92 1 91 98.9 0.000 0.000 | LZO1B-4 | rt_tables 87 1 87 100 0.000 0.000 | LZO1B-4 | issue 58 1 63 109 0.000 0.000 | LZO1B-4 | issue.net 55 1 60 109 0.000 0.000 | LZO1B-4 | ld.so.cache 57567 1 18090 31.4 0.000 0.000 | LZO1B-4 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1B-4 | classid 1130 1 635 56.2 0.000 0.000 | LZO1B-4 | pktloc 1532 1 878 57.3 0.000 0.000 | LZO1B-4 | collect_dnf.conf 813 1 512 63.0 0.000 0.000 | LZO1B-4 | limits 827 1 635 76.8 0.000 0.000 | LZO1B-4 | login.access 2006 1 1303 65.0 0.000 0.000 | LZO1B-4 | login.defs 11030 1 6245 56.6 0.000 0.000 | LZO1B-4 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 | LZO1B-4 | logrotate.conf 434 1 362 83.4 0.000 0.000 | LZO1B-4 | btmp 130 1 119 91.5 0.000 0.000 | LZO1B-4 | dnf 526 1 137 26.0 0.000 0.000 | LZO1B-4 | wtmp 145 1 130 89.7 0.000 0.000 | LZO1B-4 | kbdconfig 721 1 538 74.6 0.000 0.000 | LZO1B-4 | session 630 1 464 73.7 0.000 0.000 | LZO1B-4 | mdadm.conf 2687 1 1861 69.3 0.000 0.000 | LZO1B-4 | mke2fs.conf 846 1 508 60.0 0.000 0.000 | LZO1B-4 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1B-4 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1B-4 | motd 0 1 3 0.0 0.000 0.000 | LZO1B-4 | netconfig 767 1 457 59.6 0.000 0.000 | LZO1B-4 | nfsroot 809 1 541 66.9 0.000 0.000 | LZO1B-4 | wpa-supplicant 1999 1 945 47.3 0.000 0.000 | LZO1B-4 | interfaces 132 1 124 93.9 0.000 0.000 | LZO1B-4 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1B-4 | nfs-utils.conf 1087 1 743 68.4 0.000 0.000 | LZO1B-4 | nfsmount.conf 3606 1 2018 56.0 0.000 0.000 | LZO1B-4 | nsswitch.conf 497 1 373 75.1 0.000 0.000 | LZO1B-4 | phonesim.conf 361 1 308 85.3 0.000 0.000 | LZO1B-4 | arch.conf 88 1 67 76.1 0.000 0.000 | LZO1B-4 | opkg.conf 845 1 604 71.5 0.000 0.000 | LZO1B-4 | passwd 1055 1 698 66.2 0.000 0.000 | LZO1B-4 | passwd- 1006 1 667 66.3 0.000 0.000 | LZO1B-4 | cert9.db 28672 1 972 3.4 0.000 0.000 | LZO1B-4 | key4.db 36864 1 1231 3.3 0.000 0.000 | LZO1B-4 | pkcs11.txt 425 1 363 85.4 0.000 0.000 | LZO1B-4 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1B-4 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1B-4 | ip-down 1454 1 1009 69.4 0.000 0.000 | LZO1B-4 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1B-4 | ip-up 1452 1 1007 69.4 0.000 0.000 | LZO1B-4 | 08setupdns 292 1 188 64.4 0.000 0.000 | LZO1B-4 | options 5 1 9 180 0.000 0.000 | LZO1B-4 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1B-4 | provider 1093 1 815 74.6 0.000 0.000 | LZO1B-4 | ppp_on_boot 573 1 457 79.8 0.000 0.000 | LZO1B-4 | profile 984 1 796 80.9 0.000 0.000 | LZO1B-4 | bash_completion.sh 672 1 416 61.9 0.000 0.000 | LZO1B-4 | distcc.sh 68 1 64 94.1 0.000 0.000 | LZO1B-4 | gawk.csh 1107 1 289 26.1 0.000 0.000 | LZO1B-4 | gawk.sh 757 1 234 30.9 0.000 0.000 | LZO1B-4 | protocols 2932 1 2078 70.9 0.000 0.000 | LZO1B-4 | client.conf 1233 1 959 77.8 0.000 0.000 | LZO1B-4 | 50-sato.conf 447 1 367 82.1 0.000 0.000 | LZO1B-4 | daemon.conf 2374 1 1570 66.1 0.000 0.000 | LZO1B-4 | default.pa 4933 1 2616 53.0 0.000 0.000 | LZO1B-4 | system.pa 2078 1 1314 63.2 0.000 0.000 | LZO1B-4 | quilt.quiltrc 1236 1 848 68.6 0.000 0.000 | LZO1B-4 | quotagrpadmins 220 1 201 91.4 0.000 0.000 | LZO1B-4 | quotatab 261 1 222 85.1 0.000 0.000 | LZO1B-4 | rpc 895 1 672 75.1 0.000 0.000 | LZO1B-4 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1B-4 | macros 38 1 43 113 0.000 0.000 | LZO1B-4 | platform 19 1 23 121 0.000 0.000 | LZO1B-4 | rpmrc 104 1 76 73.1 0.000 0.000 | LZO1B-4 | securetty 1848 1 1222 66.1 0.000 0.000 | LZO1B-4 | services 18790 1 10289 54.8 0.000 0.000 | LZO1B-4 | shadow 651 1 242 37.2 0.000 0.000 | LZO1B-4 | shadow- 619 1 226 36.5 0.000 0.000 | LZO1B-4 | shells 52 1 49 94.2 0.000 0.000 | LZO1B-4 | .bashrc 410 1 329 80.2 0.000 0.000 | LZO1B-4 | .profile 241 1 225 93.4 0.000 0.000 | LZO1B-4 | slsh.rc 2030 1 1040 51.2 0.000 0.000 | LZO1B-4 | moduli 577388 3 29600 5.1 727.767 0.000 | LZO1B-4 | ssh_config 1548 1 1065 68.8 0.000 0.000 | LZO1B-4 | ssh_host_ecdsa_key 505 1 451 89.3 0.000 0.000 | LZO1B-4 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1B-4 | ssh_host_ed25519_key 411 1 322 78.3 0.000 0.000 | LZO1B-4 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1B-4 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 | LZO1B-4 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 | LZO1B-4 | sshd_config 3177 1 1986 62.5 0.000 0.000 | LZO1B-4 | sshd_config_readonly 3186 1 1986 62.3 0.000 0.000 | LZO1B-4 | ca-certificates.crt 200061 1 158010 79.0 78.588 0.000 | LZO1B-4 | openssl.cnf 10909 1 5037 46.2 0.000 0.000 | LZO1B-4 | sudoers 3174 1 1875 59.1 0.000 0.000 | LZO1B-4 | sudoers.dist 3174 1 1875 59.1 0.000 0.000 | LZO1B-4 | crond 110 1 105 95.5 0.000 0.000 | LZO1B-4 | kdump.conf 411 1 332 80.8 0.000 0.000 | LZO1B-4 | sysctl.conf 2128 1 1569 73.7 0.000 0.000 | LZO1B-4 | syslog-startup.conf 651 1 544 83.6 0.000 0.000 | LZO1B-4 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1B-4 | ansi 1481 1 752 50.8 0.000 0.000 | LZO1B-4 | dumb 308 1 71 23.1 0.000 0.000 | LZO1B-4 | linux 1730 1 1039 60.1 0.000 0.000 | LZO1B-4 | rxvt 2286 1 1558 68.2 0.000 0.000 | LZO1B-4 | screen 1587 1 936 59.0 0.000 0.000 | LZO1B-4 | screen-256color 1677 1 979 58.4 0.000 0.000 | LZO1B-4 | sun 1004 1 514 51.2 0.000 0.000 | LZO1B-4 | vt100 1190 1 732 61.5 0.000 0.000 | LZO1B-4 | vt102 1184 1 742 62.7 0.000 0.000 | LZO1B-4 | vt200 1377 1 932 67.7 0.000 0.000 | LZO1B-4 | vt220 1377 1 932 67.7 0.000 0.000 | LZO1B-4 | vt52 470 1 235 50.0 0.000 0.000 | LZO1B-4 | xterm-256color 3641 1 2468 67.8 0.000 0.000 | LZO1B-4 | xterm-color 1551 1 801 51.6 0.000 0.000 | LZO1B-4 | xterm-xfree86 2240 1 1386 61.9 0.000 0.000 | LZO1B-4 | timestamp 15 1 19 127 0.000 0.000 | LZO1B-4 | timezone 10 1 14 140 0.000 0.000 | LZO1B-4 | dnf.conf 164 1 127 77.4 0.000 0.000 | LZO1B-4 | mount.blacklist 51 1 43 84.3 0.000 0.000 | LZO1B-4 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1B-4 | automount.rules 847 1 572 67.5 0.000 0.000 | LZO1B-4 | autonet.rules 757 1 545 72.0 0.000 0.000 | LZO1B-4 | local.rules 885 1 667 75.4 0.000 0.000 | LZO1B-4 | localextra.rules 843 1 616 73.1 0.000 0.000 | LZO1B-4 | mount.sh 4279 1 2227 52.0 0.000 0.000 | LZO1B-4 | network.sh 1402 1 1025 73.1 0.000 0.000 | LZO1B-4 | udev.conf 49 1 53 108 0.000 0.000 | LZO1B-4 | 50default 2634 1 1144 43.4 0.000 0.000 | LZO1B-4 | version 15 1 19 127 0.000 0.000 | LZO1B-4 | volatile.cache 5955 1 1545 25.9 0.000 0.000 | LZO1B-4 | warnquota.conf 3360 1 2163 64.4 0.000 0.000 | LZO1B-4 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 | LZO1B-4 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 | LZO1B-4 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 | LZO1B-4 | gsettings-data-convert.desktop 7741 1 4605 59.5 0.000 0.000 | LZO1B-4 | pulseaudio.desktop 4973 1 2418 48.6 0.000 0.000 | LZO1B-4 | xinput_calibrator.desktop 299 1 239 79.9 0.000 0.000 | LZO1B-4 | libfm.conf 183 1 147 80.3 0.000 0.000 | LZO1B-4 | pcmanfm.conf 321 1 281 87.5 0.000 0.000 | LZO1B-4 | Xserver 652 1 461 70.7 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1421 71.7 141.858 0.000 LZO1B-4 ***TOTALS*** 1249687 289 408067 32.7 141.858 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1B-5 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1B-5 | Xsession 755 1 517 68.5 0.000 0.000 | LZO1B-5 | 13xdgbasedirs.sh 550 1 463 84.2 0.000 0.000 | LZO1B-5 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1B-5 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1B-5 | 80matchboxkeyboard.sh 631 1 398 63.1 0.000 0.000 | LZO1B-5 | 89xdgautostart.sh 179 1 150 83.8 0.000 0.000 | LZO1B-5 | 90XWindowManager.sh 181 1 108 59.7 0.000 0.000 | LZO1B-5 | xinitrc 739 1 445 60.2 0.000 0.000 | LZO1B-5 | xorg.conf 1165 1 621 53.3 0.000 0.000 | LZO1B-5 | asound.conf 32 1 37 116 0.000 0.000 | LZO1B-5 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1B-5 | avahi-daemon.conf 1753 1 1247 71.1 0.000 0.000 | LZO1B-5 | localtime 114 1 36 31.6 0.000 0.000 | LZO1B-5 | hosts 1121 1 903 80.6 0.000 0.000 | LZO1B-5 | sftp-ssh.service 1075 1 841 78.2 0.000 0.000 | LZO1B-5 | ssh.service 1071 1 846 79.0 0.000 0.000 | LZO1B-5 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1B-5 | perf 6321 1 3003 47.5 0.000 0.000 | LZO1B-5 | quilt 7117 1 2688 37.8 0.000 0.000 | LZO1B-5 | bindresvport.blacklist 429 1 336 78.3 0.000 0.000 | LZO1B-5 | input.conf 397 1 343 86.4 0.000 0.000 | LZO1B-5 | network.conf 120 1 120 100 0.000 0.000 | LZO1B-5 | build 527 1 279 52.9 0.000 0.000 | LZO1B-5 | busybox.links.nosuid 2392 1 1229 51.4 0.000 0.000 | LZO1B-5 | busybox.links.suid 91 1 70 76.9 0.000 0.000 | LZO1B-5 | ca-certificates.conf 5340 1 1994 37.3 0.000 0.000 | LZO1B-5 | pap 653 1 538 82.4 0.000 0.000 | LZO1B-5 | logrotate 189 1 153 81.0 0.000 0.000 | LZO1B-5 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1B-5 | crontab 653 1 427 65.4 0.000 0.000 | LZO1B-5 | session.conf 838 1 629 75.1 0.000 0.000 | LZO1B-5 | system.conf 833 1 625 75.0 0.000 0.000 | LZO1B-5 | ConsoleKit.conf 7305 1 962 13.2 0.000 0.000 | LZO1B-5 | avahi-dbus.conf 1138 1 549 48.2 0.000 0.000 | LZO1B-5 | bluetooth.conf 1315 1 694 52.8 0.000 0.000 | LZO1B-5 | dbus-wpa_supplicant.conf 743 1 352 47.4 0.000 0.000 | LZO1B-5 | ofono.conf 1063 1 593 55.8 0.000 0.000 | LZO1B-5 | pulseaudio-system.conf 1084 1 845 78.0 0.000 0.000 | LZO1B-5 | devpts 93 1 94 101 0.000 0.000 | LZO1B-5 | distcc 535 1 438 81.9 0.000 0.000 | LZO1B-5 | mountall 36 1 38 106 0.000 0.000 | LZO1B-5 | postinst 52 1 56 108 0.000 0.000 | LZO1B-5 | rcS 1040 1 785 75.5 0.000 0.000 | LZO1B-5 | rng-tools 27 1 31 115 0.000 0.000 | LZO1B-5 | usbd 0 1 3 0.0 0.000 0.000 | LZO1B-5 | useradd 117 1 123 105 0.000 0.000 | LZO1B-5 | 00_core 1637 1 1015 62.0 0.000 0.000 | LZO1B-5 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1B-5 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1B-5 | 99_sshd 75 1 65 86.7 0.000 0.000 | LZO1B-5 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1B-5 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1B-5 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1B-5 | clients.allow 1582 1 1100 69.5 0.000 0.000 | LZO1B-5 | commands.allow.sh 1763 1 1084 61.5 0.000 0.000 | LZO1B-5 | hosts 203 1 178 87.7 0.000 0.000 | LZO1B-5 | automatic.conf 2569 1 1297 50.5 0.000 0.000 | LZO1B-5 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1B-5 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1B-5 | yum.conf 4 1 8 200 0.000 0.000 | LZO1B-5 | arch 26 1 29 112 0.000 0.000 | LZO1B-5 | releasever 6 1 10 167 0.000 0.000 | LZO1B-5 | e2scrub.conf 685 1 486 70.9 0.000 0.000 | LZO1B-5 | exports 46 1 49 107 0.000 0.000 | LZO1B-5 | 30-liberation-aliases.conf 419 1 220 52.5 0.000 0.000 | LZO1B-5 | README 978 1 723 73.9 0.000 0.000 | LZO1B-5 | fonts.conf 2532 1 1433 56.6 0.000 0.000 | LZO1B-5 | config 1032 1 443 42.9 0.000 0.000 | LZO1B-5 | machconfig 193 1 152 78.8 0.000 0.000 | LZO1B-5 | fstab 637 1 384 60.3 0.000 0.000 | LZO1B-5 | path 1448 1 874 60.4 0.000 0.000 | LZO1B-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-5 | %gconf.xml 235 1 149 63.4 0.000 0.000 | LZO1B-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-5 | %gconf.xml 2158 1 600 27.8 0.000 0.000 | LZO1B-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-5 | %gconf.xml 515 1 317 61.6 0.000 0.000 | LZO1B-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-5 | %gconf.xml 5626 1 1642 29.2 0.000 0.000 | LZO1B-5 | settings-daemon.schemas 7202 1 1789 24.8 0.000 0.000 | LZO1B-5 | group 639 1 549 85.9 0.000 0.000 | LZO1B-5 | group- 620 1 532 85.8 0.000 0.000 | LZO1B-5 | gshadow 529 1 391 73.9 0.000 0.000 | LZO1B-5 | gshadow- 514 1 380 73.9 0.000 0.000 | LZO1B-5 | im-multipress.conf 890 1 781 87.8 0.000 0.000 | LZO1B-5 | host.conf 26 1 30 115 0.000 0.000 | LZO1B-5 | hostname 11 1 15 136 0.000 0.000 | LZO1B-5 | hosts 258 1 204 79.1 0.000 0.000 | LZO1B-5 | alsa-state 811 1 534 65.8 0.000 0.000 | LZO1B-5 | atd 578 1 390 67.5 0.000 0.000 | LZO1B-5 | avahi-daemon 4491 1 2490 55.4 0.000 0.000 | LZO1B-5 | banner.sh 492 1 298 60.6 0.000 0.000 | LZO1B-5 | bluetooth 1253 1 777 62.0 0.000 0.000 | LZO1B-5 | bootlogd 1997 1 1224 61.3 0.000 0.000 | LZO1B-5 | bootmisc.sh 2017 1 1347 66.8 0.000 0.000 | LZO1B-5 | checkroot.sh 3591 1 2254 62.8 0.000 0.000 | LZO1B-5 | connman 1462 1 960 65.7 0.000 0.000 | LZO1B-5 | crond 1235 1 808 65.4 0.000 0.000 | LZO1B-5 | dbus-1 2887 1 1762 61.0 0.000 0.000 | LZO1B-5 | devpts.sh 526 1 386 73.4 0.000 0.000 | LZO1B-5 | distcc 2863 1 1644 57.4 0.000 0.000 | LZO1B-5 | dmesg.sh 352 1 245 69.6 0.000 0.000 | LZO1B-5 | functions 2141 1 1322 61.7 0.000 0.000 | LZO1B-5 | halt 510 1 403 79.0 0.000 0.000 | LZO1B-5 | hostname.sh 580 1 426 73.4 0.000 0.000 | LZO1B-5 | hwclock.sh 2541 1 1297 51.0 0.000 0.000 | LZO1B-5 | kdump 2989 1 1421 47.5 0.000 0.000 | LZO1B-5 | mdmonitor 1773 1 1055 59.5 0.000 0.000 | LZO1B-5 | modutils.sh 1223 1 772 63.1 0.000 0.000 | LZO1B-5 | mountall.sh 869 1 660 75.9 0.000 0.000 | LZO1B-5 | mountnfs.sh 1589 1 924 58.1 0.000 0.000 | LZO1B-5 | networking 1956 1 1014 51.8 0.000 0.000 | LZO1B-5 | nfscommon 1609 1 982 61.0 0.000 0.000 | LZO1B-5 | nfsserver 3326 1 1855 55.8 0.000 0.000 | LZO1B-5 | ofono 516 1 373 72.3 0.000 0.000 | LZO1B-5 | populate-volatile.sh 7826 1 3426 43.8 0.000 0.000 | LZO1B-5 | ppp 1231 1 685 55.6 0.000 0.000 | LZO1B-5 | psplash.sh 682 1 472 69.2 0.000 0.000 | LZO1B-5 | rc 4457 1 2515 56.4 0.000 0.000 | LZO1B-5 | rcS 525 1 445 84.8 0.000 0.000 | LZO1B-5 | read-only-rootfs-hook.sh 1273 1 868 68.2 0.000 0.000 | LZO1B-5 | reboot 289 1 222 76.8 0.000 0.000 | LZO1B-5 | rmnologin.sh 585 1 379 64.8 0.000 0.000 | LZO1B-5 | rng-tools 1021 1 483 47.3 0.000 0.000 | LZO1B-5 | rpcbind 1827 1 961 52.6 0.000 0.000 | LZO1B-5 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1B-5 | save-rtc.sh 429 1 323 75.3 0.000 0.000 | LZO1B-5 | sendsigs 438 1 301 68.7 0.000 0.000 | LZO1B-5 | single 578 1 426 73.7 0.000 0.000 | LZO1B-5 | sshd 2029 1 1041 51.3 0.000 0.000 | LZO1B-5 | sysfs.sh 907 1 478 52.7 0.000 0.000 | LZO1B-5 | syslog 2066 1 1136 55.0 0.000 0.000 | LZO1B-5 | tcf-agent 1298 1 729 56.2 0.000 0.000 | LZO1B-5 | udev 2779 1 1621 58.3 0.000 0.000 | LZO1B-5 | umountfs 540 1 404 74.8 0.000 0.000 | LZO1B-5 | umountnfs.sh 711 1 521 73.3 0.000 0.000 | LZO1B-5 | urandom 1473 1 928 63.0 0.000 0.000 | LZO1B-5 | xserver-nodm 1436 1 974 67.8 0.000 0.000 | LZO1B-5 | inittab 1140 1 784 68.8 0.000 0.000 | LZO1B-5 | inputrc 1633 1 1050 64.3 0.000 0.000 | LZO1B-5 | bpf_pinning 85 1 86 101 0.000 0.000 | LZO1B-5 | ematch_map 81 1 86 106 0.000 0.000 | LZO1B-5 | group 31 1 35 113 0.000 0.000 | LZO1B-5 | nl_protos 262 1 257 98.1 0.000 0.000 | LZO1B-5 | rt_dsfield 331 1 278 84.0 0.000 0.000 | LZO1B-5 | rt_protos 201 1 201 100 0.000 0.000 | LZO1B-5 | rt_realms 112 1 113 101 0.000 0.000 | LZO1B-5 | rt_scopes 92 1 91 98.9 0.000 0.000 | LZO1B-5 | rt_tables 87 1 87 100 0.000 0.000 | LZO1B-5 | issue 58 1 63 109 0.000 0.000 | LZO1B-5 | issue.net 55 1 60 109 0.000 0.000 | LZO1B-5 | ld.so.cache 57567 1 19798 34.4 0.000 0.000 | LZO1B-5 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1B-5 | classid 1130 1 639 56.5 0.000 0.000 | LZO1B-5 | pktloc 1532 1 873 57.0 0.000 0.000 | LZO1B-5 | collect_dnf.conf 813 1 514 63.2 0.000 0.000 | LZO1B-5 | limits 827 1 633 76.5 0.000 0.000 | LZO1B-5 | login.access 2006 1 1275 63.6 0.000 0.000 | LZO1B-5 | login.defs 11030 1 6110 55.4 0.000 0.000 | LZO1B-5 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 | LZO1B-5 | logrotate.conf 434 1 364 83.9 0.000 0.000 | LZO1B-5 | btmp 130 1 119 91.5 0.000 0.000 | LZO1B-5 | dnf 526 1 137 26.0 0.000 0.000 | LZO1B-5 | wtmp 145 1 131 90.3 0.000 0.000 | LZO1B-5 | kbdconfig 721 1 537 74.5 0.000 0.000 | LZO1B-5 | session 630 1 464 73.7 0.000 0.000 | LZO1B-5 | mdadm.conf 2687 1 1839 68.4 0.000 0.000 | LZO1B-5 | mke2fs.conf 846 1 502 59.3 0.000 0.000 | LZO1B-5 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1B-5 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1B-5 | motd 0 1 3 0.0 0.000 0.000 | LZO1B-5 | netconfig 767 1 457 59.6 0.000 0.000 | LZO1B-5 | nfsroot 809 1 529 65.4 0.000 0.000 | LZO1B-5 | wpa-supplicant 1999 1 955 47.8 0.000 0.000 | LZO1B-5 | interfaces 132 1 125 94.7 0.000 0.000 | LZO1B-5 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1B-5 | nfs-utils.conf 1087 1 737 67.8 0.000 0.000 | LZO1B-5 | nfsmount.conf 3606 1 1986 55.1 0.000 0.000 | LZO1B-5 | nsswitch.conf 497 1 372 74.8 0.000 0.000 | LZO1B-5 | phonesim.conf 361 1 308 85.3 0.000 0.000 | LZO1B-5 | arch.conf 88 1 67 76.1 0.000 0.000 | LZO1B-5 | opkg.conf 845 1 603 71.4 0.000 0.000 | LZO1B-5 | passwd 1055 1 684 64.8 0.000 0.000 | LZO1B-5 | passwd- 1006 1 654 65.0 0.000 0.000 | LZO1B-5 | cert9.db 28672 1 964 3.4 0.000 0.000 | LZO1B-5 | key4.db 36864 1 1215 3.3 0.000 0.000 | LZO1B-5 | pkcs11.txt 425 1 363 85.4 0.000 0.000 | LZO1B-5 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1B-5 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1B-5 | ip-down 1454 1 1009 69.4 0.000 0.000 | LZO1B-5 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1B-5 | ip-up 1452 1 1006 69.3 0.000 0.000 | LZO1B-5 | 08setupdns 292 1 189 64.7 0.000 0.000 | LZO1B-5 | options 5 1 9 180 0.000 0.000 | LZO1B-5 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1B-5 | provider 1093 1 806 73.7 0.000 0.000 | LZO1B-5 | ppp_on_boot 573 1 457 79.8 0.000 0.000 | LZO1B-5 | profile 984 1 789 80.2 0.000 0.000 | LZO1B-5 | bash_completion.sh 672 1 409 60.9 0.000 0.000 | LZO1B-5 | distcc.sh 68 1 64 94.1 0.000 0.000 | LZO1B-5 | gawk.csh 1107 1 300 27.1 0.000 0.000 | LZO1B-5 | gawk.sh 757 1 242 32.0 0.000 0.000 | LZO1B-5 | protocols 2932 1 2063 70.4 0.000 0.000 | LZO1B-5 | client.conf 1233 1 950 77.0 0.000 0.000 | LZO1B-5 | 50-sato.conf 447 1 365 81.7 0.000 0.000 | LZO1B-5 | daemon.conf 2374 1 1558 65.6 0.000 0.000 | LZO1B-5 | default.pa 4933 1 2600 52.7 0.000 0.000 | LZO1B-5 | system.pa 2078 1 1314 63.2 0.000 0.000 | LZO1B-5 | quilt.quiltrc 1236 1 842 68.1 0.000 0.000 | LZO1B-5 | quotagrpadmins 220 1 200 90.9 0.000 0.000 | LZO1B-5 | quotatab 261 1 222 85.1 0.000 0.000 | LZO1B-5 | rpc 895 1 672 75.1 0.000 0.000 | LZO1B-5 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1B-5 | macros 38 1 43 113 0.000 0.000 | LZO1B-5 | platform 19 1 23 121 0.000 0.000 | LZO1B-5 | rpmrc 104 1 76 73.1 0.000 0.000 | LZO1B-5 | securetty 1848 1 1211 65.5 0.000 0.000 | LZO1B-5 | services 18790 1 10178 54.2 0.000 0.000 | LZO1B-5 | shadow 651 1 242 37.2 0.000 0.000 | LZO1B-5 | shadow- 619 1 226 36.5 0.000 0.000 | LZO1B-5 | shells 52 1 49 94.2 0.000 0.000 | LZO1B-5 | .bashrc 410 1 328 80.0 0.000 0.000 | LZO1B-5 | .profile 241 1 225 93.4 0.000 0.000 | LZO1B-5 | slsh.rc 2030 1 1031 50.8 0.000 0.000 | LZO1B-5 | moduli 577388 3 29359 5.1 749.006 0.000 | LZO1B-5 | ssh_config 1548 1 1055 68.2 0.000 0.000 | LZO1B-5 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 | LZO1B-5 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1B-5 | ssh_host_ed25519_key 411 1 325 79.1 0.000 0.000 | LZO1B-5 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1B-5 | ssh_host_rsa_key 2602 1 2571 98.8 0.000 0.000 | LZO1B-5 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 | LZO1B-5 | sshd_config 3177 1 1962 61.8 0.000 0.000 | LZO1B-5 | sshd_config_readonly 3186 1 1958 61.5 0.000 0.000 | LZO1B-5 | ca-certificates.crt 200061 1 157810 78.9 82.899 0.000 | LZO1B-5 | openssl.cnf 10909 1 4969 45.5 0.000 0.000 | LZO1B-5 | sudoers 3174 1 1861 58.6 0.000 0.000 | LZO1B-5 | sudoers.dist 3174 1 1861 58.6 0.000 0.000 | LZO1B-5 | crond 110 1 105 95.5 0.000 0.000 | LZO1B-5 | kdump.conf 411 1 332 80.8 0.000 0.000 | LZO1B-5 | sysctl.conf 2128 1 1565 73.5 0.000 0.000 | LZO1B-5 | syslog-startup.conf 651 1 542 83.3 0.000 0.000 | LZO1B-5 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1B-5 | ansi 1481 1 753 50.8 0.000 0.000 | LZO1B-5 | dumb 308 1 72 23.4 0.000 0.000 | LZO1B-5 | linux 1730 1 1020 59.0 0.000 0.000 | LZO1B-5 | rxvt 2286 1 1538 67.3 0.000 0.000 | LZO1B-5 | screen 1587 1 936 59.0 0.000 0.000 | LZO1B-5 | screen-256color 1677 1 981 58.5 0.000 0.000 | LZO1B-5 | sun 1004 1 501 49.9 0.000 0.000 | LZO1B-5 | vt100 1190 1 732 61.5 0.000 0.000 | LZO1B-5 | vt102 1184 1 739 62.4 0.000 0.000 | LZO1B-5 | vt200 1377 1 923 67.0 0.000 0.000 | LZO1B-5 | vt220 1377 1 923 67.0 0.000 0.000 | LZO1B-5 | vt52 470 1 235 50.0 0.000 0.000 | LZO1B-5 | xterm-256color 3641 1 2446 67.2 0.000 0.000 | LZO1B-5 | xterm-color 1551 1 796 51.3 0.000 0.000 | LZO1B-5 | xterm-xfree86 2240 1 1371 61.2 0.000 0.000 | LZO1B-5 | timestamp 15 1 19 127 0.000 0.000 | LZO1B-5 | timezone 10 1 14 140 0.000 0.000 | LZO1B-5 | dnf.conf 164 1 127 77.4 0.000 0.000 | LZO1B-5 | mount.blacklist 51 1 43 84.3 0.000 0.000 | LZO1B-5 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1B-5 | automount.rules 847 1 570 67.3 0.000 0.000 | LZO1B-5 | autonet.rules 757 1 543 71.7 0.000 0.000 | LZO1B-5 | local.rules 885 1 662 74.8 0.000 0.000 | LZO1B-5 | localextra.rules 843 1 614 72.8 0.000 0.000 | LZO1B-5 | mount.sh 4279 1 2209 51.6 0.000 0.000 | LZO1B-5 | network.sh 1402 1 1019 72.7 0.000 0.000 | LZO1B-5 | udev.conf 49 1 53 108 0.000 0.000 | LZO1B-5 | 50default 2634 1 1138 43.2 0.000 0.000 | LZO1B-5 | version 15 1 19 127 0.000 0.000 | LZO1B-5 | volatile.cache 5955 1 1554 26.1 0.000 0.000 | LZO1B-5 | warnquota.conf 3360 1 2129 63.4 0.000 0.000 | LZO1B-5 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 | LZO1B-5 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 | LZO1B-5 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 | LZO1B-5 | gsettings-data-convert.desktop 7741 1 4568 59.0 0.000 0.000 | LZO1B-5 | pulseaudio.desktop 4973 1 2396 48.2 0.000 0.000 | LZO1B-5 | xinput_calibrator.desktop 299 1 239 79.9 0.000 0.000 | LZO1B-5 | libfm.conf 183 1 144 78.7 0.000 0.000 | LZO1B-5 | pcmanfm.conf 321 1 276 86.0 0.000 0.000 | LZO1B-5 | Xserver 652 1 458 70.2 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1420 71.5 149.276 0.000 LZO1B-5 ***TOTALS*** 1249687 289 407815 32.6 149.276 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1B-6 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1B-6 | Xsession 755 1 510 67.5 0.000 0.000 | LZO1B-6 | 13xdgbasedirs.sh 550 1 462 84.0 0.000 0.000 | LZO1B-6 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1B-6 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1B-6 | 80matchboxkeyboard.sh 631 1 397 62.9 0.000 0.000 | LZO1B-6 | 89xdgautostart.sh 179 1 150 83.8 0.000 0.000 | LZO1B-6 | 90XWindowManager.sh 181 1 108 59.7 0.000 0.000 | LZO1B-6 | xinitrc 739 1 434 58.7 0.000 0.000 | LZO1B-6 | xorg.conf 1165 1 627 53.8 0.000 0.000 | LZO1B-6 | asound.conf 32 1 37 116 0.000 0.000 | LZO1B-6 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1B-6 | avahi-daemon.conf 1753 1 1235 70.5 0.000 0.000 | LZO1B-6 | localtime 114 1 36 31.6 0.000 0.000 | LZO1B-6 | hosts 1121 1 894 79.8 0.000 0.000 | LZO1B-6 | sftp-ssh.service 1075 1 842 78.3 0.000 0.000 | LZO1B-6 | ssh.service 1071 1 845 78.9 0.000 0.000 | LZO1B-6 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1B-6 | perf 6321 1 2948 46.6 0.000 0.000 | LZO1B-6 | quilt 7117 1 2653 37.3 0.000 0.000 | LZO1B-6 | bindresvport.blacklist 429 1 333 77.6 0.000 0.000 | LZO1B-6 | input.conf 397 1 343 86.4 0.000 0.000 | LZO1B-6 | network.conf 120 1 120 100 0.000 0.000 | LZO1B-6 | build 527 1 283 53.7 0.000 0.000 | LZO1B-6 | busybox.links.nosuid 2392 1 1217 50.9 0.000 0.000 | LZO1B-6 | busybox.links.suid 91 1 69 75.8 0.000 0.000 | LZO1B-6 | ca-certificates.conf 5340 1 2010 37.6 0.000 0.000 | LZO1B-6 | pap 653 1 539 82.5 0.000 0.000 | LZO1B-6 | logrotate 189 1 154 81.5 0.000 0.000 | LZO1B-6 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1B-6 | crontab 653 1 424 64.9 0.000 0.000 | LZO1B-6 | session.conf 838 1 625 74.6 0.000 0.000 | LZO1B-6 | system.conf 833 1 620 74.4 0.000 0.000 | LZO1B-6 | ConsoleKit.conf 7305 1 939 12.9 0.000 0.000 | LZO1B-6 | avahi-dbus.conf 1138 1 550 48.3 0.000 0.000 | LZO1B-6 | bluetooth.conf 1315 1 694 52.8 0.000 0.000 | LZO1B-6 | dbus-wpa_supplicant.conf 743 1 351 47.2 0.000 0.000 | LZO1B-6 | ofono.conf 1063 1 595 56.0 0.000 0.000 | LZO1B-6 | pulseaudio-system.conf 1084 1 845 78.0 0.000 0.000 | LZO1B-6 | devpts 93 1 94 101 0.000 0.000 | LZO1B-6 | distcc 535 1 437 81.7 0.000 0.000 | LZO1B-6 | mountall 36 1 38 106 0.000 0.000 | LZO1B-6 | postinst 52 1 56 108 0.000 0.000 | LZO1B-6 | rcS 1040 1 779 74.9 0.000 0.000 | LZO1B-6 | rng-tools 27 1 31 115 0.000 0.000 | LZO1B-6 | usbd 0 1 3 0.0 0.000 0.000 | LZO1B-6 | useradd 117 1 123 105 0.000 0.000 | LZO1B-6 | 00_core 1637 1 1002 61.2 0.000 0.000 | LZO1B-6 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1B-6 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1B-6 | 99_sshd 75 1 65 86.7 0.000 0.000 | LZO1B-6 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1B-6 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1B-6 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1B-6 | clients.allow 1582 1 1102 69.7 0.000 0.000 | LZO1B-6 | commands.allow.sh 1763 1 1068 60.6 0.000 0.000 | LZO1B-6 | hosts 203 1 178 87.7 0.000 0.000 | LZO1B-6 | automatic.conf 2569 1 1305 50.8 0.000 0.000 | LZO1B-6 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1B-6 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1B-6 | yum.conf 4 1 8 200 0.000 0.000 | LZO1B-6 | arch 26 1 29 112 0.000 0.000 | LZO1B-6 | releasever 6 1 10 167 0.000 0.000 | LZO1B-6 | e2scrub.conf 685 1 481 70.2 0.000 0.000 | LZO1B-6 | exports 46 1 49 107 0.000 0.000 | LZO1B-6 | 30-liberation-aliases.conf 419 1 218 52.0 0.000 0.000 | LZO1B-6 | README 978 1 722 73.8 0.000 0.000 | LZO1B-6 | fonts.conf 2532 1 1415 55.9 0.000 0.000 | LZO1B-6 | config 1032 1 443 42.9 0.000 0.000 | LZO1B-6 | machconfig 193 1 152 78.8 0.000 0.000 | LZO1B-6 | fstab 637 1 380 59.7 0.000 0.000 | LZO1B-6 | path 1448 1 866 59.8 0.000 0.000 | LZO1B-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-6 | %gconf.xml 235 1 149 63.4 0.000 0.000 | LZO1B-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-6 | %gconf.xml 2158 1 600 27.8 0.000 0.000 | LZO1B-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-6 | %gconf.xml 515 1 313 60.8 0.000 0.000 | LZO1B-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-6 | %gconf.xml 5626 1 1636 29.1 0.000 0.000 | LZO1B-6 | settings-daemon.schemas 7202 1 1789 24.8 0.000 0.000 | LZO1B-6 | group 639 1 548 85.8 0.000 0.000 | LZO1B-6 | group- 620 1 532 85.8 0.000 0.000 | LZO1B-6 | gshadow 529 1 387 73.2 0.000 0.000 | LZO1B-6 | gshadow- 514 1 376 73.2 0.000 0.000 | LZO1B-6 | im-multipress.conf 890 1 779 87.5 0.000 0.000 | LZO1B-6 | host.conf 26 1 30 115 0.000 0.000 | LZO1B-6 | hostname 11 1 15 136 0.000 0.000 | LZO1B-6 | hosts 258 1 202 78.3 0.000 0.000 | LZO1B-6 | alsa-state 811 1 528 65.1 0.000 0.000 | LZO1B-6 | atd 578 1 393 68.0 0.000 0.000 | LZO1B-6 | avahi-daemon 4491 1 2485 55.3 0.000 0.000 | LZO1B-6 | banner.sh 492 1 296 60.2 0.000 0.000 | LZO1B-6 | bluetooth 1253 1 776 61.9 0.000 0.000 | LZO1B-6 | bootlogd 1997 1 1217 60.9 0.000 0.000 | LZO1B-6 | bootmisc.sh 2017 1 1347 66.8 0.000 0.000 | LZO1B-6 | checkroot.sh 3591 1 2237 62.3 0.000 0.000 | LZO1B-6 | connman 1462 1 950 65.0 0.000 0.000 | LZO1B-6 | crond 1235 1 808 65.4 0.000 0.000 | LZO1B-6 | dbus-1 2887 1 1748 60.5 0.000 0.000 | LZO1B-6 | devpts.sh 526 1 386 73.4 0.000 0.000 | LZO1B-6 | distcc 2863 1 1629 56.9 0.000 0.000 | LZO1B-6 | dmesg.sh 352 1 245 69.6 0.000 0.000 | LZO1B-6 | functions 2141 1 1322 61.7 0.000 0.000 | LZO1B-6 | halt 510 1 401 78.6 0.000 0.000 | LZO1B-6 | hostname.sh 580 1 424 73.1 0.000 0.000 | LZO1B-6 | hwclock.sh 2541 1 1301 51.2 0.000 0.000 | LZO1B-6 | kdump 2989 1 1406 47.0 0.000 0.000 | LZO1B-6 | mdmonitor 1773 1 1043 58.8 0.000 0.000 | LZO1B-6 | modutils.sh 1223 1 765 62.6 0.000 0.000 | LZO1B-6 | mountall.sh 869 1 650 74.8 0.000 0.000 | LZO1B-6 | mountnfs.sh 1589 1 915 57.6 0.000 0.000 | LZO1B-6 | networking 1956 1 1001 51.2 0.000 0.000 | LZO1B-6 | nfscommon 1609 1 971 60.3 0.000 0.000 | LZO1B-6 | nfsserver 3326 1 1842 55.4 0.000 0.000 | LZO1B-6 | ofono 516 1 370 71.7 0.000 0.000 | LZO1B-6 | populate-volatile.sh 7826 1 3394 43.4 0.000 0.000 | LZO1B-6 | ppp 1231 1 679 55.2 0.000 0.000 | LZO1B-6 | psplash.sh 682 1 473 69.4 0.000 0.000 | LZO1B-6 | rc 4457 1 2491 55.9 0.000 0.000 | LZO1B-6 | rcS 525 1 445 84.8 0.000 0.000 | LZO1B-6 | read-only-rootfs-hook.sh 1273 1 867 68.1 0.000 0.000 | LZO1B-6 | reboot 289 1 222 76.8 0.000 0.000 | LZO1B-6 | rmnologin.sh 585 1 379 64.8 0.000 0.000 | LZO1B-6 | rng-tools 1021 1 485 47.5 0.000 0.000 | LZO1B-6 | rpcbind 1827 1 959 52.5 0.000 0.000 | LZO1B-6 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1B-6 | save-rtc.sh 429 1 321 74.8 0.000 0.000 | LZO1B-6 | sendsigs 438 1 301 68.7 0.000 0.000 | LZO1B-6 | single 578 1 424 73.4 0.000 0.000 | LZO1B-6 | sshd 2029 1 1026 50.6 0.000 0.000 | LZO1B-6 | sysfs.sh 907 1 475 52.4 0.000 0.000 | LZO1B-6 | syslog 2066 1 1121 54.3 0.000 0.000 | LZO1B-6 | tcf-agent 1298 1 733 56.5 0.000 0.000 | LZO1B-6 | udev 2779 1 1614 58.1 0.000 0.000 | LZO1B-6 | umountfs 540 1 404 74.8 0.000 0.000 | LZO1B-6 | umountnfs.sh 711 1 522 73.4 0.000 0.000 | LZO1B-6 | urandom 1473 1 924 62.7 0.000 0.000 | LZO1B-6 | xserver-nodm 1436 1 968 67.4 0.000 0.000 | LZO1B-6 | inittab 1140 1 780 68.4 0.000 0.000 | LZO1B-6 | inputrc 1633 1 1031 63.1 0.000 0.000 | LZO1B-6 | bpf_pinning 85 1 86 101 0.000 0.000 | LZO1B-6 | ematch_map 81 1 86 106 0.000 0.000 | LZO1B-6 | group 31 1 35 113 0.000 0.000 | LZO1B-6 | nl_protos 262 1 257 98.1 0.000 0.000 | LZO1B-6 | rt_dsfield 331 1 278 84.0 0.000 0.000 | LZO1B-6 | rt_protos 201 1 201 100 0.000 0.000 | LZO1B-6 | rt_realms 112 1 113 101 0.000 0.000 | LZO1B-6 | rt_scopes 92 1 91 98.9 0.000 0.000 | LZO1B-6 | rt_tables 87 1 87 100 0.000 0.000 | LZO1B-6 | issue 58 1 63 109 0.000 0.000 | LZO1B-6 | issue.net 55 1 60 109 0.000 0.000 | LZO1B-6 | ld.so.cache 57567 1 19267 33.5 0.000 0.000 | LZO1B-6 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1B-6 | classid 1130 1 636 56.3 0.000 0.000 | LZO1B-6 | pktloc 1532 1 863 56.3 0.000 0.000 | LZO1B-6 | collect_dnf.conf 813 1 512 63.0 0.000 0.000 | LZO1B-6 | limits 827 1 634 76.7 0.000 0.000 | LZO1B-6 | login.access 2006 1 1264 63.0 0.000 0.000 | LZO1B-6 | login.defs 11030 1 6104 55.3 0.000 0.000 | LZO1B-6 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 | LZO1B-6 | logrotate.conf 434 1 358 82.5 0.000 0.000 | LZO1B-6 | btmp 130 1 119 91.5 0.000 0.000 | LZO1B-6 | dnf 526 1 137 26.0 0.000 0.000 | LZO1B-6 | wtmp 145 1 131 90.3 0.000 0.000 | LZO1B-6 | kbdconfig 721 1 537 74.5 0.000 0.000 | LZO1B-6 | session 630 1 461 73.2 0.000 0.000 | LZO1B-6 | mdadm.conf 2687 1 1837 68.4 0.000 0.000 | LZO1B-6 | mke2fs.conf 846 1 498 58.9 0.000 0.000 | LZO1B-6 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1B-6 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1B-6 | motd 0 1 3 0.0 0.000 0.000 | LZO1B-6 | netconfig 767 1 452 58.9 0.000 0.000 | LZO1B-6 | nfsroot 809 1 534 66.0 0.000 0.000 | LZO1B-6 | wpa-supplicant 1999 1 938 46.9 0.000 0.000 | LZO1B-6 | interfaces 132 1 125 94.7 0.000 0.000 | LZO1B-6 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1B-6 | nfs-utils.conf 1087 1 741 68.2 0.000 0.000 | LZO1B-6 | nfsmount.conf 3606 1 1962 54.4 0.000 0.000 | LZO1B-6 | nsswitch.conf 497 1 367 73.8 0.000 0.000 | LZO1B-6 | phonesim.conf 361 1 306 84.8 0.000 0.000 | LZO1B-6 | arch.conf 88 1 67 76.1 0.000 0.000 | LZO1B-6 | opkg.conf 845 1 601 71.1 0.000 0.000 | LZO1B-6 | passwd 1055 1 670 63.5 0.000 0.000 | LZO1B-6 | passwd- 1006 1 634 63.0 0.000 0.000 | LZO1B-6 | cert9.db 28672 1 960 3.3 0.000 0.000 | LZO1B-6 | key4.db 36864 1 1210 3.3 0.000 0.000 | LZO1B-6 | pkcs11.txt 425 1 363 85.4 0.000 0.000 | LZO1B-6 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1B-6 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1B-6 | ip-down 1454 1 1010 69.5 0.000 0.000 | LZO1B-6 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1B-6 | ip-up 1452 1 1008 69.4 0.000 0.000 | LZO1B-6 | 08setupdns 292 1 189 64.7 0.000 0.000 | LZO1B-6 | options 5 1 9 180 0.000 0.000 | LZO1B-6 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1B-6 | provider 1093 1 796 72.8 0.000 0.000 | LZO1B-6 | ppp_on_boot 573 1 453 79.1 0.000 0.000 | LZO1B-6 | profile 984 1 782 79.5 0.000 0.000 | LZO1B-6 | bash_completion.sh 672 1 407 60.6 0.000 0.000 | LZO1B-6 | distcc.sh 68 1 64 94.1 0.000 0.000 | LZO1B-6 | gawk.csh 1107 1 294 26.6 0.000 0.000 | LZO1B-6 | gawk.sh 757 1 235 31.0 0.000 0.000 | LZO1B-6 | protocols 2932 1 2051 70.0 0.000 0.000 | LZO1B-6 | client.conf 1233 1 944 76.6 0.000 0.000 | LZO1B-6 | 50-sato.conf 447 1 364 81.4 0.000 0.000 | LZO1B-6 | daemon.conf 2374 1 1547 65.2 0.000 0.000 | LZO1B-6 | default.pa 4933 1 2590 52.5 0.000 0.000 | LZO1B-6 | system.pa 2078 1 1308 62.9 0.000 0.000 | LZO1B-6 | quilt.quiltrc 1236 1 835 67.6 0.000 0.000 | LZO1B-6 | quotagrpadmins 220 1 200 90.9 0.000 0.000 | LZO1B-6 | quotatab 261 1 224 85.8 0.000 0.000 | LZO1B-6 | rpc 895 1 672 75.1 0.000 0.000 | LZO1B-6 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1B-6 | macros 38 1 43 113 0.000 0.000 | LZO1B-6 | platform 19 1 23 121 0.000 0.000 | LZO1B-6 | rpmrc 104 1 76 73.1 0.000 0.000 | LZO1B-6 | securetty 1848 1 1205 65.2 0.000 0.000 | LZO1B-6 | services 18790 1 9981 53.1 0.000 0.000 | LZO1B-6 | shadow 651 1 241 37.0 0.000 0.000 | LZO1B-6 | shadow- 619 1 225 36.3 0.000 0.000 | LZO1B-6 | shells 52 1 49 94.2 0.000 0.000 | LZO1B-6 | .bashrc 410 1 328 80.0 0.000 0.000 | LZO1B-6 | .profile 241 1 225 93.4 0.000 0.000 | LZO1B-6 | slsh.rc 2030 1 1031 50.8 0.000 0.000 | LZO1B-6 | moduli 577388 3 29367 5.1 703.233 0.000 | LZO1B-6 | ssh_config 1548 1 1045 67.5 0.000 0.000 | LZO1B-6 | ssh_host_ecdsa_key 505 1 451 89.3 0.000 0.000 | LZO1B-6 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1B-6 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 | LZO1B-6 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1B-6 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 | LZO1B-6 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 | LZO1B-6 | sshd_config 3177 1 1950 61.4 0.000 0.000 | LZO1B-6 | sshd_config_readonly 3186 1 1950 61.2 0.000 0.000 | LZO1B-6 | ca-certificates.crt 200061 1 157247 78.6 80.202 0.000 | LZO1B-6 | openssl.cnf 10909 1 4928 45.2 0.000 0.000 | LZO1B-6 | sudoers 3174 1 1856 58.5 0.000 0.000 | LZO1B-6 | sudoers.dist 3174 1 1856 58.5 0.000 0.000 | LZO1B-6 | crond 110 1 105 95.5 0.000 0.000 | LZO1B-6 | kdump.conf 411 1 332 80.8 0.000 0.000 | LZO1B-6 | sysctl.conf 2128 1 1560 73.3 0.000 0.000 | LZO1B-6 | syslog-startup.conf 651 1 540 82.9 0.000 0.000 | LZO1B-6 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1B-6 | ansi 1481 1 751 50.7 0.000 0.000 | LZO1B-6 | dumb 308 1 72 23.4 0.000 0.000 | LZO1B-6 | linux 1730 1 1014 58.6 0.000 0.000 | LZO1B-6 | rxvt 2286 1 1535 67.1 0.000 0.000 | LZO1B-6 | screen 1587 1 931 58.7 0.000 0.000 | LZO1B-6 | screen-256color 1677 1 972 58.0 0.000 0.000 | LZO1B-6 | sun 1004 1 502 50.0 0.000 0.000 | LZO1B-6 | vt100 1190 1 731 61.4 0.000 0.000 | LZO1B-6 | vt102 1184 1 739 62.4 0.000 0.000 | LZO1B-6 | vt200 1377 1 920 66.8 0.000 0.000 | LZO1B-6 | vt220 1377 1 920 66.8 0.000 0.000 | LZO1B-6 | vt52 470 1 235 50.0 0.000 0.000 | LZO1B-6 | xterm-256color 3641 1 2418 66.4 0.000 0.000 | LZO1B-6 | xterm-color 1551 1 791 51.0 0.000 0.000 | LZO1B-6 | xterm-xfree86 2240 1 1364 60.9 0.000 0.000 | LZO1B-6 | timestamp 15 1 19 127 0.000 0.000 | LZO1B-6 | timezone 10 1 14 140 0.000 0.000 | LZO1B-6 | dnf.conf 164 1 127 77.4 0.000 0.000 | LZO1B-6 | mount.blacklist 51 1 43 84.3 0.000 0.000 | LZO1B-6 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1B-6 | automount.rules 847 1 563 66.5 0.000 0.000 | LZO1B-6 | autonet.rules 757 1 536 70.8 0.000 0.000 | LZO1B-6 | local.rules 885 1 654 73.9 0.000 0.000 | LZO1B-6 | localextra.rules 843 1 605 71.8 0.000 0.000 | LZO1B-6 | mount.sh 4279 1 2181 51.0 0.000 0.000 | LZO1B-6 | network.sh 1402 1 1013 72.3 0.000 0.000 | LZO1B-6 | udev.conf 49 1 53 108 0.000 0.000 | LZO1B-6 | 50default 2634 1 1137 43.2 0.000 0.000 | LZO1B-6 | version 15 1 19 127 0.000 0.000 | LZO1B-6 | volatile.cache 5955 1 1532 25.7 0.000 0.000 | LZO1B-6 | warnquota.conf 3360 1 2141 63.7 0.000 0.000 | LZO1B-6 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 | LZO1B-6 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 | LZO1B-6 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 | LZO1B-6 | gsettings-data-convert.desktop 7741 1 4535 58.6 0.000 0.000 | LZO1B-6 | pulseaudio.desktop 4973 1 2355 47.4 0.000 0.000 | LZO1B-6 | xinput_calibrator.desktop 299 1 237 79.3 0.000 0.000 | LZO1B-6 | libfm.conf 183 1 144 78.7 0.000 0.000 | LZO1B-6 | pcmanfm.conf 321 1 275 85.7 0.000 0.000 | LZO1B-6 | Xserver 652 1 458 70.2 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1412 71.3 143.984 0.000 LZO1B-6 ***TOTALS*** 1249687 289 405449 32.4 143.984 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1B-7 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1B-7 | Xsession 755 1 514 68.1 0.000 0.000 | LZO1B-7 | 13xdgbasedirs.sh 550 1 463 84.2 0.000 0.000 | LZO1B-7 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1B-7 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1B-7 | 80matchboxkeyboard.sh 631 1 398 63.1 0.000 0.000 | LZO1B-7 | 89xdgautostart.sh 179 1 150 83.8 0.000 0.000 | LZO1B-7 | 90XWindowManager.sh 181 1 108 59.7 0.000 0.000 | LZO1B-7 | xinitrc 739 1 430 58.2 0.000 0.000 | LZO1B-7 | xorg.conf 1165 1 611 52.4 0.000 0.000 | LZO1B-7 | asound.conf 32 1 37 116 0.000 0.000 | LZO1B-7 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1B-7 | avahi-daemon.conf 1753 1 1237 70.6 0.000 0.000 | LZO1B-7 | localtime 114 1 36 31.6 0.000 0.000 | LZO1B-7 | hosts 1121 1 892 79.6 0.000 0.000 | LZO1B-7 | sftp-ssh.service 1075 1 840 78.1 0.000 0.000 | LZO1B-7 | ssh.service 1071 1 841 78.5 0.000 0.000 | LZO1B-7 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1B-7 | perf 6321 1 2929 46.3 0.000 0.000 | LZO1B-7 | quilt 7117 1 2621 36.8 0.000 0.000 | LZO1B-7 | bindresvport.blacklist 429 1 329 76.7 0.000 0.000 | LZO1B-7 | input.conf 397 1 343 86.4 0.000 0.000 | LZO1B-7 | network.conf 120 1 120 100 0.000 0.000 | LZO1B-7 | build 527 1 279 52.9 0.000 0.000 | LZO1B-7 | busybox.links.nosuid 2392 1 1231 51.5 0.000 0.000 | LZO1B-7 | busybox.links.suid 91 1 70 76.9 0.000 0.000 | LZO1B-7 | ca-certificates.conf 5340 1 1939 36.3 0.000 0.000 | LZO1B-7 | pap 653 1 538 82.4 0.000 0.000 | LZO1B-7 | logrotate 189 1 153 81.0 0.000 0.000 | LZO1B-7 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1B-7 | crontab 653 1 416 63.7 0.000 0.000 | LZO1B-7 | session.conf 838 1 625 74.6 0.000 0.000 | LZO1B-7 | system.conf 833 1 623 74.8 0.000 0.000 | LZO1B-7 | ConsoleKit.conf 7305 1 953 13.0 0.000 0.000 | LZO1B-7 | avahi-dbus.conf 1138 1 533 46.8 0.000 0.000 | LZO1B-7 | bluetooth.conf 1315 1 694 52.8 0.000 0.000 | LZO1B-7 | dbus-wpa_supplicant.conf 743 1 355 47.8 0.000 0.000 | LZO1B-7 | ofono.conf 1063 1 593 55.8 0.000 0.000 | LZO1B-7 | pulseaudio-system.conf 1084 1 839 77.4 0.000 0.000 | LZO1B-7 | devpts 93 1 94 101 0.000 0.000 | LZO1B-7 | distcc 535 1 437 81.7 0.000 0.000 | LZO1B-7 | mountall 36 1 38 106 0.000 0.000 | LZO1B-7 | postinst 52 1 56 108 0.000 0.000 | LZO1B-7 | rcS 1040 1 779 74.9 0.000 0.000 | LZO1B-7 | rng-tools 27 1 31 115 0.000 0.000 | LZO1B-7 | usbd 0 1 3 0.0 0.000 0.000 | LZO1B-7 | useradd 117 1 123 105 0.000 0.000 | LZO1B-7 | 00_core 1637 1 1008 61.6 0.000 0.000 | LZO1B-7 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1B-7 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1B-7 | 99_sshd 75 1 65 86.7 0.000 0.000 | LZO1B-7 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1B-7 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1B-7 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1B-7 | clients.allow 1582 1 1090 68.9 0.000 0.000 | LZO1B-7 | commands.allow.sh 1763 1 1080 61.3 0.000 0.000 | LZO1B-7 | hosts 203 1 178 87.7 0.000 0.000 | LZO1B-7 | automatic.conf 2569 1 1278 49.7 0.000 0.000 | LZO1B-7 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1B-7 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1B-7 | yum.conf 4 1 8 200 0.000 0.000 | LZO1B-7 | arch 26 1 29 112 0.000 0.000 | LZO1B-7 | releasever 6 1 10 167 0.000 0.000 | LZO1B-7 | e2scrub.conf 685 1 484 70.7 0.000 0.000 | LZO1B-7 | exports 46 1 49 107 0.000 0.000 | LZO1B-7 | 30-liberation-aliases.conf 419 1 218 52.0 0.000 0.000 | LZO1B-7 | README 978 1 718 73.4 0.000 0.000 | LZO1B-7 | fonts.conf 2532 1 1412 55.8 0.000 0.000 | LZO1B-7 | config 1032 1 444 43.0 0.000 0.000 | LZO1B-7 | machconfig 193 1 152 78.8 0.000 0.000 | LZO1B-7 | fstab 637 1 383 60.1 0.000 0.000 | LZO1B-7 | path 1448 1 868 59.9 0.000 0.000 | LZO1B-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-7 | %gconf.xml 235 1 149 63.4 0.000 0.000 | LZO1B-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-7 | %gconf.xml 2158 1 598 27.7 0.000 0.000 | LZO1B-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-7 | %gconf.xml 515 1 311 60.4 0.000 0.000 | LZO1B-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-7 | %gconf.xml 5626 1 1616 28.7 0.000 0.000 | LZO1B-7 | settings-daemon.schemas 7202 1 1780 24.7 0.000 0.000 | LZO1B-7 | group 639 1 549 85.9 0.000 0.000 | LZO1B-7 | group- 620 1 532 85.8 0.000 0.000 | LZO1B-7 | gshadow 529 1 390 73.7 0.000 0.000 | LZO1B-7 | gshadow- 514 1 379 73.7 0.000 0.000 | LZO1B-7 | im-multipress.conf 890 1 780 87.6 0.000 0.000 | LZO1B-7 | host.conf 26 1 30 115 0.000 0.000 | LZO1B-7 | hostname 11 1 15 136 0.000 0.000 | LZO1B-7 | hosts 258 1 204 79.1 0.000 0.000 | LZO1B-7 | alsa-state 811 1 530 65.4 0.000 0.000 | LZO1B-7 | atd 578 1 389 67.3 0.000 0.000 | LZO1B-7 | avahi-daemon 4491 1 2481 55.2 0.000 0.000 | LZO1B-7 | banner.sh 492 1 298 60.6 0.000 0.000 | LZO1B-7 | bluetooth 1253 1 775 61.9 0.000 0.000 | LZO1B-7 | bootlogd 1997 1 1215 60.8 0.000 0.000 | LZO1B-7 | bootmisc.sh 2017 1 1343 66.6 0.000 0.000 | LZO1B-7 | checkroot.sh 3591 1 2239 62.4 0.000 0.000 | LZO1B-7 | connman 1462 1 949 64.9 0.000 0.000 | LZO1B-7 | crond 1235 1 801 64.9 0.000 0.000 | LZO1B-7 | dbus-1 2887 1 1740 60.3 0.000 0.000 | LZO1B-7 | devpts.sh 526 1 387 73.6 0.000 0.000 | LZO1B-7 | distcc 2863 1 1632 57.0 0.000 0.000 | LZO1B-7 | dmesg.sh 352 1 245 69.6 0.000 0.000 | LZO1B-7 | functions 2141 1 1331 62.2 0.000 0.000 | LZO1B-7 | halt 510 1 402 78.8 0.000 0.000 | LZO1B-7 | hostname.sh 580 1 429 74.0 0.000 0.000 | LZO1B-7 | hwclock.sh 2541 1 1298 51.1 0.000 0.000 | LZO1B-7 | kdump 2989 1 1411 47.2 0.000 0.000 | LZO1B-7 | mdmonitor 1773 1 1049 59.2 0.000 0.000 | LZO1B-7 | modutils.sh 1223 1 767 62.7 0.000 0.000 | LZO1B-7 | mountall.sh 869 1 655 75.4 0.000 0.000 | LZO1B-7 | mountnfs.sh 1589 1 920 57.9 0.000 0.000 | LZO1B-7 | networking 1956 1 1011 51.7 0.000 0.000 | LZO1B-7 | nfscommon 1609 1 973 60.5 0.000 0.000 | LZO1B-7 | nfsserver 3326 1 1834 55.1 0.000 0.000 | LZO1B-7 | ofono 516 1 373 72.3 0.000 0.000 | LZO1B-7 | populate-volatile.sh 7826 1 3393 43.4 0.000 0.000 | LZO1B-7 | ppp 1231 1 692 56.2 0.000 0.000 | LZO1B-7 | psplash.sh 682 1 472 69.2 0.000 0.000 | LZO1B-7 | rc 4457 1 2505 56.2 0.000 0.000 | LZO1B-7 | rcS 525 1 445 84.8 0.000 0.000 | LZO1B-7 | read-only-rootfs-hook.sh 1273 1 859 67.5 0.000 0.000 | LZO1B-7 | reboot 289 1 222 76.8 0.000 0.000 | LZO1B-7 | rmnologin.sh 585 1 379 64.8 0.000 0.000 | LZO1B-7 | rng-tools 1021 1 482 47.2 0.000 0.000 | LZO1B-7 | rpcbind 1827 1 958 52.4 0.000 0.000 | LZO1B-7 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1B-7 | save-rtc.sh 429 1 320 74.6 0.000 0.000 | LZO1B-7 | sendsigs 438 1 300 68.5 0.000 0.000 | LZO1B-7 | single 578 1 424 73.4 0.000 0.000 | LZO1B-7 | sshd 2029 1 1020 50.3 0.000 0.000 | LZO1B-7 | sysfs.sh 907 1 473 52.1 0.000 0.000 | LZO1B-7 | syslog 2066 1 1121 54.3 0.000 0.000 | LZO1B-7 | tcf-agent 1298 1 728 56.1 0.000 0.000 | LZO1B-7 | udev 2779 1 1608 57.9 0.000 0.000 | LZO1B-7 | umountfs 540 1 406 75.2 0.000 0.000 | LZO1B-7 | umountnfs.sh 711 1 522 73.4 0.000 0.000 | LZO1B-7 | urandom 1473 1 921 62.5 0.000 0.000 | LZO1B-7 | xserver-nodm 1436 1 973 67.8 0.000 0.000 | LZO1B-7 | inittab 1140 1 784 68.8 0.000 0.000 | LZO1B-7 | inputrc 1633 1 1028 63.0 0.000 0.000 | LZO1B-7 | bpf_pinning 85 1 86 101 0.000 0.000 | LZO1B-7 | ematch_map 81 1 86 106 0.000 0.000 | LZO1B-7 | group 31 1 35 113 0.000 0.000 | LZO1B-7 | nl_protos 262 1 257 98.1 0.000 0.000 | LZO1B-7 | rt_dsfield 331 1 278 84.0 0.000 0.000 | LZO1B-7 | rt_protos 201 1 201 100 0.000 0.000 | LZO1B-7 | rt_realms 112 1 113 101 0.000 0.000 | LZO1B-7 | rt_scopes 92 1 91 98.9 0.000 0.000 | LZO1B-7 | rt_tables 87 1 87 100 0.000 0.000 | LZO1B-7 | issue 58 1 63 109 0.000 0.000 | LZO1B-7 | issue.net 55 1 60 109 0.000 0.000 | LZO1B-7 | ld.so.cache 57567 1 18224 31.7 0.000 0.000 | LZO1B-7 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1B-7 | classid 1130 1 636 56.3 0.000 0.000 | LZO1B-7 | pktloc 1532 1 861 56.2 0.000 0.000 | LZO1B-7 | collect_dnf.conf 813 1 513 63.1 0.000 0.000 | LZO1B-7 | limits 827 1 631 76.3 0.000 0.000 | LZO1B-7 | login.access 2006 1 1260 62.8 0.000 0.000 | LZO1B-7 | login.defs 11030 1 6006 54.5 0.000 0.000 | LZO1B-7 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 | LZO1B-7 | logrotate.conf 434 1 361 83.2 0.000 0.000 | LZO1B-7 | btmp 130 1 119 91.5 0.000 0.000 | LZO1B-7 | dnf 526 1 137 26.0 0.000 0.000 | LZO1B-7 | wtmp 145 1 130 89.7 0.000 0.000 | LZO1B-7 | kbdconfig 721 1 535 74.2 0.000 0.000 | LZO1B-7 | session 630 1 464 73.7 0.000 0.000 | LZO1B-7 | mdadm.conf 2687 1 1813 67.5 0.000 0.000 | LZO1B-7 | mke2fs.conf 846 1 500 59.1 0.000 0.000 | LZO1B-7 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1B-7 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1B-7 | motd 0 1 3 0.0 0.000 0.000 | LZO1B-7 | netconfig 767 1 458 59.7 0.000 0.000 | LZO1B-7 | nfsroot 809 1 532 65.8 0.000 0.000 | LZO1B-7 | wpa-supplicant 1999 1 937 46.9 0.000 0.000 | LZO1B-7 | interfaces 132 1 124 93.9 0.000 0.000 | LZO1B-7 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1B-7 | nfs-utils.conf 1087 1 735 67.6 0.000 0.000 | LZO1B-7 | nfsmount.conf 3606 1 1968 54.6 0.000 0.000 | LZO1B-7 | nsswitch.conf 497 1 371 74.6 0.000 0.000 | LZO1B-7 | phonesim.conf 361 1 308 85.3 0.000 0.000 | LZO1B-7 | arch.conf 88 1 67 76.1 0.000 0.000 | LZO1B-7 | opkg.conf 845 1 600 71.0 0.000 0.000 | LZO1B-7 | passwd 1055 1 677 64.2 0.000 0.000 | LZO1B-7 | passwd- 1006 1 647 64.3 0.000 0.000 | LZO1B-7 | cert9.db 28672 1 969 3.4 0.000 0.000 | LZO1B-7 | key4.db 36864 1 1221 3.3 0.000 0.000 | LZO1B-7 | pkcs11.txt 425 1 363 85.4 0.000 0.000 | LZO1B-7 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1B-7 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1B-7 | ip-down 1454 1 999 68.7 0.000 0.000 | LZO1B-7 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1B-7 | ip-up 1452 1 1001 68.9 0.000 0.000 | LZO1B-7 | 08setupdns 292 1 189 64.7 0.000 0.000 | LZO1B-7 | options 5 1 9 180 0.000 0.000 | LZO1B-7 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1B-7 | provider 1093 1 801 73.3 0.000 0.000 | LZO1B-7 | ppp_on_boot 573 1 454 79.2 0.000 0.000 | LZO1B-7 | profile 984 1 788 80.1 0.000 0.000 | LZO1B-7 | bash_completion.sh 672 1 409 60.9 0.000 0.000 | LZO1B-7 | distcc.sh 68 1 64 94.1 0.000 0.000 | LZO1B-7 | gawk.csh 1107 1 291 26.3 0.000 0.000 | LZO1B-7 | gawk.sh 757 1 231 30.5 0.000 0.000 | LZO1B-7 | protocols 2932 1 2054 70.1 0.000 0.000 | LZO1B-7 | client.conf 1233 1 950 77.0 0.000 0.000 | LZO1B-7 | 50-sato.conf 447 1 363 81.2 0.000 0.000 | LZO1B-7 | daemon.conf 2374 1 1557 65.6 0.000 0.000 | LZO1B-7 | default.pa 4933 1 2577 52.2 0.000 0.000 | LZO1B-7 | system.pa 2078 1 1296 62.4 0.000 0.000 | LZO1B-7 | quilt.quiltrc 1236 1 838 67.8 0.000 0.000 | LZO1B-7 | quotagrpadmins 220 1 200 90.9 0.000 0.000 | LZO1B-7 | quotatab 261 1 222 85.1 0.000 0.000 | LZO1B-7 | rpc 895 1 672 75.1 0.000 0.000 | LZO1B-7 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1B-7 | macros 38 1 43 113 0.000 0.000 | LZO1B-7 | platform 19 1 23 121 0.000 0.000 | LZO1B-7 | rpmrc 104 1 76 73.1 0.000 0.000 | LZO1B-7 | securetty 1848 1 1203 65.1 0.000 0.000 | LZO1B-7 | services 18790 1 10017 53.3 0.000 0.000 | LZO1B-7 | shadow 651 1 242 37.2 0.000 0.000 | LZO1B-7 | shadow- 619 1 226 36.5 0.000 0.000 | LZO1B-7 | shells 52 1 49 94.2 0.000 0.000 | LZO1B-7 | .bashrc 410 1 328 80.0 0.000 0.000 | LZO1B-7 | .profile 241 1 225 93.4 0.000 0.000 | LZO1B-7 | slsh.rc 2030 1 1025 50.5 0.000 0.000 | LZO1B-7 | moduli 577388 3 29499 5.1 545.134 0.000 | LZO1B-7 | ssh_config 1548 1 1054 68.1 0.000 0.000 | LZO1B-7 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 | LZO1B-7 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1B-7 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 | LZO1B-7 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1B-7 | ssh_host_rsa_key 2602 1 2569 98.7 0.000 0.000 | LZO1B-7 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1B-7 | sshd_config 3177 1 1936 60.9 0.000 0.000 | LZO1B-7 | sshd_config_readonly 3186 1 1940 60.9 0.000 0.000 | LZO1B-7 | ca-certificates.crt 200061 1 156994 78.5 64.043 0.000 | LZO1B-7 | openssl.cnf 10909 1 4922 45.1 0.000 0.000 | LZO1B-7 | sudoers 3174 1 1840 58.0 0.000 0.000 | LZO1B-7 | sudoers.dist 3174 1 1840 58.0 0.000 0.000 | LZO1B-7 | crond 110 1 105 95.5 0.000 0.000 | LZO1B-7 | kdump.conf 411 1 332 80.8 0.000 0.000 | LZO1B-7 | sysctl.conf 2128 1 1550 72.8 0.000 0.000 | LZO1B-7 | syslog-startup.conf 651 1 542 83.3 0.000 0.000 | LZO1B-7 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1B-7 | ansi 1481 1 759 51.2 0.000 0.000 | LZO1B-7 | dumb 308 1 72 23.4 0.000 0.000 | LZO1B-7 | linux 1730 1 1015 58.7 0.000 0.000 | LZO1B-7 | rxvt 2286 1 1529 66.9 0.000 0.000 | LZO1B-7 | screen 1587 1 940 59.2 0.000 0.000 | LZO1B-7 | screen-256color 1677 1 971 57.9 0.000 0.000 | LZO1B-7 | sun 1004 1 505 50.3 0.000 0.000 | LZO1B-7 | vt100 1190 1 728 61.2 0.000 0.000 | LZO1B-7 | vt102 1184 1 737 62.2 0.000 0.000 | LZO1B-7 | vt200 1377 1 917 66.6 0.000 0.000 | LZO1B-7 | vt220 1377 1 917 66.6 0.000 0.000 | LZO1B-7 | vt52 470 1 235 50.0 0.000 0.000 | LZO1B-7 | xterm-256color 3641 1 2427 66.7 0.000 0.000 | LZO1B-7 | xterm-color 1551 1 791 51.0 0.000 0.000 | LZO1B-7 | xterm-xfree86 2240 1 1363 60.8 0.000 0.000 | LZO1B-7 | timestamp 15 1 19 127 0.000 0.000 | LZO1B-7 | timezone 10 1 14 140 0.000 0.000 | LZO1B-7 | dnf.conf 164 1 127 77.4 0.000 0.000 | LZO1B-7 | mount.blacklist 51 1 43 84.3 0.000 0.000 | LZO1B-7 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1B-7 | automount.rules 847 1 570 67.3 0.000 0.000 | LZO1B-7 | autonet.rules 757 1 543 71.7 0.000 0.000 | LZO1B-7 | local.rules 885 1 662 74.8 0.000 0.000 | LZO1B-7 | localextra.rules 843 1 614 72.8 0.000 0.000 | LZO1B-7 | mount.sh 4279 1 2179 50.9 0.000 0.000 | LZO1B-7 | network.sh 1402 1 1012 72.2 0.000 0.000 | LZO1B-7 | udev.conf 49 1 53 108 0.000 0.000 | LZO1B-7 | 50default 2634 1 1140 43.3 0.000 0.000 | LZO1B-7 | version 15 1 19 127 0.000 0.000 | LZO1B-7 | volatile.cache 5955 1 1469 24.7 0.000 0.000 | LZO1B-7 | warnquota.conf 3360 1 2112 62.9 0.000 0.000 | LZO1B-7 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 | LZO1B-7 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 | LZO1B-7 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 | LZO1B-7 | gsettings-data-convert.desktop 7741 1 4534 58.6 0.000 0.000 | LZO1B-7 | pulseaudio.desktop 4973 1 2378 47.8 0.000 0.000 | LZO1B-7 | xinput_calibrator.desktop 299 1 239 79.9 0.000 0.000 | LZO1B-7 | libfm.conf 183 1 144 78.7 0.000 0.000 | LZO1B-7 | pcmanfm.conf 321 1 276 86.0 0.000 0.000 | LZO1B-7 | Xserver 652 1 456 69.9 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1407 71.3 114.620 0.000 LZO1B-7 ***TOTALS*** 1249687 289 403954 32.3 114.620 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1B-8 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1B-8 | Xsession 755 1 518 68.6 0.000 0.000 | LZO1B-8 | 13xdgbasedirs.sh 550 1 462 84.0 0.000 0.000 | LZO1B-8 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1B-8 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1B-8 | 80matchboxkeyboard.sh 631 1 395 62.6 0.000 0.000 | LZO1B-8 | 89xdgautostart.sh 179 1 150 83.8 0.000 0.000 | LZO1B-8 | 90XWindowManager.sh 181 1 105 58.0 0.000 0.000 | LZO1B-8 | xinitrc 739 1 434 58.7 0.000 0.000 | LZO1B-8 | xorg.conf 1165 1 613 52.6 0.000 0.000 | LZO1B-8 | asound.conf 32 1 37 116 0.000 0.000 | LZO1B-8 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1B-8 | avahi-daemon.conf 1753 1 1233 70.3 0.000 0.000 | LZO1B-8 | localtime 114 1 36 31.6 0.000 0.000 | LZO1B-8 | hosts 1121 1 882 78.7 0.000 0.000 | LZO1B-8 | sftp-ssh.service 1075 1 841 78.2 0.000 0.000 | LZO1B-8 | ssh.service 1071 1 841 78.5 0.000 0.000 | LZO1B-8 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1B-8 | perf 6321 1 2885 45.6 0.000 0.000 | LZO1B-8 | quilt 7117 1 2605 36.6 0.000 0.000 | LZO1B-8 | bindresvport.blacklist 429 1 333 77.6 0.000 0.000 | LZO1B-8 | input.conf 397 1 343 86.4 0.000 0.000 | LZO1B-8 | network.conf 120 1 120 100 0.000 0.000 | LZO1B-8 | build 527 1 281 53.3 0.000 0.000 | LZO1B-8 | busybox.links.nosuid 2392 1 1218 50.9 0.000 0.000 | LZO1B-8 | busybox.links.suid 91 1 69 75.8 0.000 0.000 | LZO1B-8 | ca-certificates.conf 5340 1 1939 36.3 0.000 0.000 | LZO1B-8 | pap 653 1 538 82.4 0.000 0.000 | LZO1B-8 | logrotate 189 1 154 81.5 0.000 0.000 | LZO1B-8 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1B-8 | crontab 653 1 412 63.1 0.000 0.000 | LZO1B-8 | session.conf 838 1 619 73.9 0.000 0.000 | LZO1B-8 | system.conf 833 1 614 73.7 0.000 0.000 | LZO1B-8 | ConsoleKit.conf 7305 1 940 12.9 0.000 0.000 | LZO1B-8 | avahi-dbus.conf 1138 1 550 48.3 0.000 0.000 | LZO1B-8 | bluetooth.conf 1315 1 693 52.7 0.000 0.000 | LZO1B-8 | dbus-wpa_supplicant.conf 743 1 353 47.5 0.000 0.000 | LZO1B-8 | ofono.conf 1063 1 594 55.9 0.000 0.000 | LZO1B-8 | pulseaudio-system.conf 1084 1 842 77.7 0.000 0.000 | LZO1B-8 | devpts 93 1 94 101 0.000 0.000 | LZO1B-8 | distcc 535 1 436 81.5 0.000 0.000 | LZO1B-8 | mountall 36 1 38 106 0.000 0.000 | LZO1B-8 | postinst 52 1 56 108 0.000 0.000 | LZO1B-8 | rcS 1040 1 772 74.2 0.000 0.000 | LZO1B-8 | rng-tools 27 1 31 115 0.000 0.000 | LZO1B-8 | usbd 0 1 3 0.0 0.000 0.000 | LZO1B-8 | useradd 117 1 123 105 0.000 0.000 | LZO1B-8 | 00_core 1637 1 993 60.7 0.000 0.000 | LZO1B-8 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1B-8 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1B-8 | 99_sshd 75 1 65 86.7 0.000 0.000 | LZO1B-8 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1B-8 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1B-8 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1B-8 | clients.allow 1582 1 1088 68.8 0.000 0.000 | LZO1B-8 | commands.allow.sh 1763 1 1068 60.6 0.000 0.000 | LZO1B-8 | hosts 203 1 178 87.7 0.000 0.000 | LZO1B-8 | automatic.conf 2569 1 1291 50.3 0.000 0.000 | LZO1B-8 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1B-8 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1B-8 | yum.conf 4 1 8 200 0.000 0.000 | LZO1B-8 | arch 26 1 29 112 0.000 0.000 | LZO1B-8 | releasever 6 1 10 167 0.000 0.000 | LZO1B-8 | e2scrub.conf 685 1 481 70.2 0.000 0.000 | LZO1B-8 | exports 46 1 49 107 0.000 0.000 | LZO1B-8 | 30-liberation-aliases.conf 419 1 221 52.7 0.000 0.000 | LZO1B-8 | README 978 1 716 73.2 0.000 0.000 | LZO1B-8 | fonts.conf 2532 1 1416 55.9 0.000 0.000 | LZO1B-8 | config 1032 1 445 43.1 0.000 0.000 | LZO1B-8 | machconfig 193 1 151 78.2 0.000 0.000 | LZO1B-8 | fstab 637 1 379 59.5 0.000 0.000 | LZO1B-8 | path 1448 1 865 59.7 0.000 0.000 | LZO1B-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-8 | %gconf.xml 235 1 149 63.4 0.000 0.000 | LZO1B-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-8 | %gconf.xml 2158 1 594 27.5 0.000 0.000 | LZO1B-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-8 | %gconf.xml 515 1 313 60.8 0.000 0.000 | LZO1B-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-8 | %gconf.xml 5626 1 1588 28.2 0.000 0.000 | LZO1B-8 | settings-daemon.schemas 7202 1 1795 24.9 0.000 0.000 | LZO1B-8 | group 639 1 548 85.8 0.000 0.000 | LZO1B-8 | group- 620 1 532 85.8 0.000 0.000 | LZO1B-8 | gshadow 529 1 386 73.0 0.000 0.000 | LZO1B-8 | gshadow- 514 1 375 73.0 0.000 0.000 | LZO1B-8 | im-multipress.conf 890 1 778 87.4 0.000 0.000 | LZO1B-8 | host.conf 26 1 30 115 0.000 0.000 | LZO1B-8 | hostname 11 1 15 136 0.000 0.000 | LZO1B-8 | hosts 258 1 204 79.1 0.000 0.000 | LZO1B-8 | alsa-state 811 1 522 64.4 0.000 0.000 | LZO1B-8 | atd 578 1 391 67.6 0.000 0.000 | LZO1B-8 | avahi-daemon 4491 1 2467 54.9 0.000 0.000 | LZO1B-8 | banner.sh 492 1 294 59.8 0.000 0.000 | LZO1B-8 | bluetooth 1253 1 776 61.9 0.000 0.000 | LZO1B-8 | bootlogd 1997 1 1211 60.6 0.000 0.000 | LZO1B-8 | bootmisc.sh 2017 1 1340 66.4 0.000 0.000 | LZO1B-8 | checkroot.sh 3591 1 2213 61.6 0.000 0.000 | LZO1B-8 | connman 1462 1 941 64.4 0.000 0.000 | LZO1B-8 | crond 1235 1 802 64.9 0.000 0.000 | LZO1B-8 | dbus-1 2887 1 1732 60.0 0.000 0.000 | LZO1B-8 | devpts.sh 526 1 380 72.2 0.000 0.000 | LZO1B-8 | distcc 2863 1 1627 56.8 0.000 0.000 | LZO1B-8 | dmesg.sh 352 1 246 69.9 0.000 0.000 | LZO1B-8 | functions 2141 1 1315 61.4 0.000 0.000 | LZO1B-8 | halt 510 1 399 78.2 0.000 0.000 | LZO1B-8 | hostname.sh 580 1 425 73.3 0.000 0.000 | LZO1B-8 | hwclock.sh 2541 1 1287 50.6 0.000 0.000 | LZO1B-8 | kdump 2989 1 1397 46.7 0.000 0.000 | LZO1B-8 | mdmonitor 1773 1 1040 58.7 0.000 0.000 | LZO1B-8 | modutils.sh 1223 1 766 62.6 0.000 0.000 | LZO1B-8 | mountall.sh 869 1 647 74.5 0.000 0.000 | LZO1B-8 | mountnfs.sh 1589 1 907 57.1 0.000 0.000 | LZO1B-8 | networking 1956 1 1003 51.3 0.000 0.000 | LZO1B-8 | nfscommon 1609 1 966 60.0 0.000 0.000 | LZO1B-8 | nfsserver 3326 1 1805 54.3 0.000 0.000 | LZO1B-8 | ofono 516 1 370 71.7 0.000 0.000 | LZO1B-8 | populate-volatile.sh 7826 1 3346 42.8 0.000 0.000 | LZO1B-8 | ppp 1231 1 675 54.8 0.000 0.000 | LZO1B-8 | psplash.sh 682 1 470 68.9 0.000 0.000 | LZO1B-8 | rc 4457 1 2477 55.6 0.000 0.000 | LZO1B-8 | rcS 525 1 446 85.0 0.000 0.000 | LZO1B-8 | read-only-rootfs-hook.sh 1273 1 859 67.5 0.000 0.000 | LZO1B-8 | reboot 289 1 221 76.5 0.000 0.000 | LZO1B-8 | rmnologin.sh 585 1 379 64.8 0.000 0.000 | LZO1B-8 | rng-tools 1021 1 494 48.4 0.000 0.000 | LZO1B-8 | rpcbind 1827 1 949 51.9 0.000 0.000 | LZO1B-8 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1B-8 | save-rtc.sh 429 1 319 74.4 0.000 0.000 | LZO1B-8 | sendsigs 438 1 298 68.0 0.000 0.000 | LZO1B-8 | single 578 1 423 73.2 0.000 0.000 | LZO1B-8 | sshd 2029 1 1011 49.8 0.000 0.000 | LZO1B-8 | sysfs.sh 907 1 471 51.9 0.000 0.000 | LZO1B-8 | syslog 2066 1 1115 54.0 0.000 0.000 | LZO1B-8 | tcf-agent 1298 1 722 55.6 0.000 0.000 | LZO1B-8 | udev 2779 1 1597 57.5 0.000 0.000 | LZO1B-8 | umountfs 540 1 405 75.0 0.000 0.000 | LZO1B-8 | umountnfs.sh 711 1 521 73.3 0.000 0.000 | LZO1B-8 | urandom 1473 1 925 62.8 0.000 0.000 | LZO1B-8 | xserver-nodm 1436 1 961 66.9 0.000 0.000 | LZO1B-8 | inittab 1140 1 779 68.3 0.000 0.000 | LZO1B-8 | inputrc 1633 1 1024 62.7 0.000 0.000 | LZO1B-8 | bpf_pinning 85 1 86 101 0.000 0.000 | LZO1B-8 | ematch_map 81 1 86 106 0.000 0.000 | LZO1B-8 | group 31 1 35 113 0.000 0.000 | LZO1B-8 | nl_protos 262 1 257 98.1 0.000 0.000 | LZO1B-8 | rt_dsfield 331 1 278 84.0 0.000 0.000 | LZO1B-8 | rt_protos 201 1 201 100 0.000 0.000 | LZO1B-8 | rt_realms 112 1 113 101 0.000 0.000 | LZO1B-8 | rt_scopes 92 1 91 98.9 0.000 0.000 | LZO1B-8 | rt_tables 87 1 87 100 0.000 0.000 | LZO1B-8 | issue 58 1 63 109 0.000 0.000 | LZO1B-8 | issue.net 55 1 60 109 0.000 0.000 | LZO1B-8 | ld.so.cache 57567 1 19755 34.3 0.000 0.000 | LZO1B-8 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1B-8 | classid 1130 1 634 56.1 0.000 0.000 | LZO1B-8 | pktloc 1532 1 842 55.0 0.000 0.000 | LZO1B-8 | collect_dnf.conf 813 1 508 62.5 0.000 0.000 | LZO1B-8 | limits 827 1 630 76.2 0.000 0.000 | LZO1B-8 | login.access 2006 1 1253 62.5 0.000 0.000 | LZO1B-8 | login.defs 11030 1 5963 54.1 0.000 0.000 | LZO1B-8 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 | LZO1B-8 | logrotate.conf 434 1 356 82.0 0.000 0.000 | LZO1B-8 | btmp 130 1 119 91.5 0.000 0.000 | LZO1B-8 | dnf 526 1 137 26.0 0.000 0.000 | LZO1B-8 | wtmp 145 1 131 90.3 0.000 0.000 | LZO1B-8 | kbdconfig 721 1 535 74.2 0.000 0.000 | LZO1B-8 | session 630 1 461 73.2 0.000 0.000 | LZO1B-8 | mdadm.conf 2687 1 1822 67.8 0.000 0.000 | LZO1B-8 | mke2fs.conf 846 1 496 58.6 0.000 0.000 | LZO1B-8 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1B-8 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1B-8 | motd 0 1 3 0.0 0.000 0.000 | LZO1B-8 | netconfig 767 1 444 57.9 0.000 0.000 | LZO1B-8 | nfsroot 809 1 526 65.0 0.000 0.000 | LZO1B-8 | wpa-supplicant 1999 1 935 46.8 0.000 0.000 | LZO1B-8 | interfaces 132 1 125 94.7 0.000 0.000 | LZO1B-8 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1B-8 | nfs-utils.conf 1087 1 738 67.9 0.000 0.000 | LZO1B-8 | nfsmount.conf 3606 1 1950 54.1 0.000 0.000 | LZO1B-8 | nsswitch.conf 497 1 367 73.8 0.000 0.000 | LZO1B-8 | phonesim.conf 361 1 306 84.8 0.000 0.000 | LZO1B-8 | arch.conf 88 1 67 76.1 0.000 0.000 | LZO1B-8 | opkg.conf 845 1 601 71.1 0.000 0.000 | LZO1B-8 | passwd 1055 1 665 63.0 0.000 0.000 | LZO1B-8 | passwd- 1006 1 629 62.5 0.000 0.000 | LZO1B-8 | cert9.db 28672 1 956 3.3 0.000 0.000 | LZO1B-8 | key4.db 36864 1 1211 3.3 0.000 0.000 | LZO1B-8 | pkcs11.txt 425 1 363 85.4 0.000 0.000 | LZO1B-8 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1B-8 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1B-8 | ip-down 1454 1 998 68.6 0.000 0.000 | LZO1B-8 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1B-8 | ip-up 1452 1 1001 68.9 0.000 0.000 | LZO1B-8 | 08setupdns 292 1 187 64.0 0.000 0.000 | LZO1B-8 | options 5 1 9 180 0.000 0.000 | LZO1B-8 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1B-8 | provider 1093 1 791 72.4 0.000 0.000 | LZO1B-8 | ppp_on_boot 573 1 451 78.7 0.000 0.000 | LZO1B-8 | profile 984 1 783 79.6 0.000 0.000 | LZO1B-8 | bash_completion.sh 672 1 408 60.7 0.000 0.000 | LZO1B-8 | distcc.sh 68 1 64 94.1 0.000 0.000 | LZO1B-8 | gawk.csh 1107 1 281 25.4 0.000 0.000 | LZO1B-8 | gawk.sh 757 1 230 30.4 0.000 0.000 | LZO1B-8 | protocols 2932 1 2044 69.7 0.000 0.000 | LZO1B-8 | client.conf 1233 1 936 75.9 0.000 0.000 | LZO1B-8 | 50-sato.conf 447 1 364 81.4 0.000 0.000 | LZO1B-8 | daemon.conf 2374 1 1527 64.3 0.000 0.000 | LZO1B-8 | default.pa 4933 1 2559 51.9 0.000 0.000 | LZO1B-8 | system.pa 2078 1 1298 62.5 0.000 0.000 | LZO1B-8 | quilt.quiltrc 1236 1 830 67.2 0.000 0.000 | LZO1B-8 | quotagrpadmins 220 1 200 90.9 0.000 0.000 | LZO1B-8 | quotatab 261 1 224 85.8 0.000 0.000 | LZO1B-8 | rpc 895 1 671 75.0 0.000 0.000 | LZO1B-8 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1B-8 | macros 38 1 43 113 0.000 0.000 | LZO1B-8 | platform 19 1 23 121 0.000 0.000 | LZO1B-8 | rpmrc 104 1 76 73.1 0.000 0.000 | LZO1B-8 | securetty 1848 1 1204 65.2 0.000 0.000 | LZO1B-8 | services 18790 1 9808 52.2 0.000 0.000 | LZO1B-8 | shadow 651 1 243 37.3 0.000 0.000 | LZO1B-8 | shadow- 619 1 227 36.7 0.000 0.000 | LZO1B-8 | shells 52 1 49 94.2 0.000 0.000 | LZO1B-8 | .bashrc 410 1 330 80.5 0.000 0.000 | LZO1B-8 | .profile 241 1 225 93.4 0.000 0.000 | LZO1B-8 | slsh.rc 2030 1 1026 50.5 0.000 0.000 | LZO1B-8 | moduli 577388 3 29453 5.1 537.529 0.000 | LZO1B-8 | ssh_config 1548 1 1044 67.4 0.000 0.000 | LZO1B-8 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 | LZO1B-8 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1B-8 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 | LZO1B-8 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1B-8 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 | LZO1B-8 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 | LZO1B-8 | sshd_config 3177 1 1935 60.9 0.000 0.000 | LZO1B-8 | sshd_config_readonly 3186 1 1940 60.9 0.000 0.000 | LZO1B-8 | ca-certificates.crt 200061 1 156248 78.1 63.431 0.000 | LZO1B-8 | openssl.cnf 10909 1 4836 44.3 0.000 0.000 | LZO1B-8 | sudoers 3174 1 1829 57.6 0.000 0.000 | LZO1B-8 | sudoers.dist 3174 1 1829 57.6 0.000 0.000 | LZO1B-8 | crond 110 1 105 95.5 0.000 0.000 | LZO1B-8 | kdump.conf 411 1 332 80.8 0.000 0.000 | LZO1B-8 | sysctl.conf 2128 1 1554 73.0 0.000 0.000 | LZO1B-8 | syslog-startup.conf 651 1 540 82.9 0.000 0.000 | LZO1B-8 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1B-8 | ansi 1481 1 749 50.6 0.000 0.000 | LZO1B-8 | dumb 308 1 72 23.4 0.000 0.000 | LZO1B-8 | linux 1730 1 1012 58.5 0.000 0.000 | LZO1B-8 | rxvt 2286 1 1538 67.3 0.000 0.000 | LZO1B-8 | screen 1587 1 922 58.1 0.000 0.000 | LZO1B-8 | screen-256color 1677 1 962 57.4 0.000 0.000 | LZO1B-8 | sun 1004 1 500 49.8 0.000 0.000 | LZO1B-8 | vt100 1190 1 731 61.4 0.000 0.000 | LZO1B-8 | vt102 1184 1 734 62.0 0.000 0.000 | LZO1B-8 | vt200 1377 1 915 66.4 0.000 0.000 | LZO1B-8 | vt220 1377 1 915 66.4 0.000 0.000 | LZO1B-8 | vt52 470 1 238 50.6 0.000 0.000 | LZO1B-8 | xterm-256color 3641 1 2395 65.8 0.000 0.000 | LZO1B-8 | xterm-color 1551 1 786 50.7 0.000 0.000 | LZO1B-8 | xterm-xfree86 2240 1 1360 60.7 0.000 0.000 | LZO1B-8 | timestamp 15 1 19 127 0.000 0.000 | LZO1B-8 | timezone 10 1 14 140 0.000 0.000 | LZO1B-8 | dnf.conf 164 1 127 77.4 0.000 0.000 | LZO1B-8 | mount.blacklist 51 1 43 84.3 0.000 0.000 | LZO1B-8 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1B-8 | automount.rules 847 1 561 66.2 0.000 0.000 | LZO1B-8 | autonet.rules 757 1 532 70.3 0.000 0.000 | LZO1B-8 | local.rules 885 1 652 73.7 0.000 0.000 | LZO1B-8 | localextra.rules 843 1 603 71.5 0.000 0.000 | LZO1B-8 | mount.sh 4279 1 2151 50.3 0.000 0.000 | LZO1B-8 | network.sh 1402 1 1009 72.0 0.000 0.000 | LZO1B-8 | udev.conf 49 1 53 108 0.000 0.000 | LZO1B-8 | 50default 2634 1 1116 42.4 0.000 0.000 | LZO1B-8 | version 15 1 19 127 0.000 0.000 | LZO1B-8 | volatile.cache 5955 1 1492 25.1 0.000 0.000 | LZO1B-8 | warnquota.conf 3360 1 2095 62.4 0.000 0.000 | LZO1B-8 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 | LZO1B-8 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 | LZO1B-8 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 | LZO1B-8 | gsettings-data-convert.desktop 7741 1 4497 58.1 0.000 0.000 | LZO1B-8 | pulseaudio.desktop 4973 1 2330 46.9 0.000 0.000 | LZO1B-8 | xinput_calibrator.desktop 299 1 237 79.3 0.000 0.000 | LZO1B-8 | libfm.conf 183 1 144 78.7 0.000 0.000 | LZO1B-8 | pcmanfm.conf 321 1 275 85.7 0.000 0.000 | LZO1B-8 | Xserver 652 1 455 69.8 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1405 71.1 113.471 0.000 LZO1B-8 ***TOTALS*** 1249687 289 403333 32.3 113.471 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1B-9 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1B-9 | Xsession 755 1 511 67.7 0.000 0.000 | LZO1B-9 | 13xdgbasedirs.sh 550 1 460 83.6 0.000 0.000 | LZO1B-9 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1B-9 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1B-9 | 80matchboxkeyboard.sh 631 1 389 61.6 0.000 0.000 | LZO1B-9 | 89xdgautostart.sh 179 1 150 83.8 0.000 0.000 | LZO1B-9 | 90XWindowManager.sh 181 1 105 58.0 0.000 0.000 | LZO1B-9 | xinitrc 739 1 422 57.1 0.000 0.000 | LZO1B-9 | xorg.conf 1165 1 600 51.5 0.000 0.000 | LZO1B-9 | asound.conf 32 1 37 116 0.000 0.000 | LZO1B-9 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1B-9 | avahi-daemon.conf 1753 1 1227 70.0 0.000 0.000 | LZO1B-9 | localtime 114 1 36 31.6 0.000 0.000 | LZO1B-9 | hosts 1121 1 881 78.6 0.000 0.000 | LZO1B-9 | sftp-ssh.service 1075 1 832 77.4 0.000 0.000 | LZO1B-9 | ssh.service 1071 1 835 78.0 0.000 0.000 | LZO1B-9 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1B-9 | perf 6321 1 2857 45.2 0.000 0.000 | LZO1B-9 | quilt 7117 1 2594 36.4 0.000 0.000 | LZO1B-9 | bindresvport.blacklist 429 1 328 76.5 0.000 0.000 | LZO1B-9 | input.conf 397 1 343 86.4 0.000 0.000 | LZO1B-9 | network.conf 120 1 120 100 0.000 0.000 | LZO1B-9 | build 527 1 280 53.1 0.000 0.000 | LZO1B-9 | busybox.links.nosuid 2392 1 1206 50.4 0.000 0.000 | LZO1B-9 | busybox.links.suid 91 1 69 75.8 0.000 0.000 | LZO1B-9 | ca-certificates.conf 5340 1 1943 36.4 0.000 0.000 | LZO1B-9 | pap 653 1 535 81.9 0.000 0.000 | LZO1B-9 | logrotate 189 1 152 80.4 0.000 0.000 | LZO1B-9 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1B-9 | crontab 653 1 414 63.4 0.000 0.000 | LZO1B-9 | session.conf 838 1 617 73.6 0.000 0.000 | LZO1B-9 | system.conf 833 1 614 73.7 0.000 0.000 | LZO1B-9 | ConsoleKit.conf 7305 1 911 12.5 0.000 0.000 | LZO1B-9 | avahi-dbus.conf 1138 1 533 46.8 0.000 0.000 | LZO1B-9 | bluetooth.conf 1315 1 685 52.1 0.000 0.000 | LZO1B-9 | dbus-wpa_supplicant.conf 743 1 340 45.8 0.000 0.000 | LZO1B-9 | ofono.conf 1063 1 590 55.5 0.000 0.000 | LZO1B-9 | pulseaudio-system.conf 1084 1 836 77.1 0.000 0.000 | LZO1B-9 | devpts 93 1 94 101 0.000 0.000 | LZO1B-9 | distcc 535 1 436 81.5 0.000 0.000 | LZO1B-9 | mountall 36 1 38 106 0.000 0.000 | LZO1B-9 | postinst 52 1 56 108 0.000 0.000 | LZO1B-9 | rcS 1040 1 772 74.2 0.000 0.000 | LZO1B-9 | rng-tools 27 1 31 115 0.000 0.000 | LZO1B-9 | usbd 0 1 3 0.0 0.000 0.000 | LZO1B-9 | useradd 117 1 123 105 0.000 0.000 | LZO1B-9 | 00_core 1637 1 993 60.7 0.000 0.000 | LZO1B-9 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1B-9 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1B-9 | 99_sshd 75 1 65 86.7 0.000 0.000 | LZO1B-9 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1B-9 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1B-9 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1B-9 | clients.allow 1582 1 1084 68.5 0.000 0.000 | LZO1B-9 | commands.allow.sh 1763 1 1062 60.2 0.000 0.000 | LZO1B-9 | hosts 203 1 178 87.7 0.000 0.000 | LZO1B-9 | automatic.conf 2569 1 1274 49.6 0.000 0.000 | LZO1B-9 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1B-9 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1B-9 | yum.conf 4 1 8 200 0.000 0.000 | LZO1B-9 | arch 26 1 29 112 0.000 0.000 | LZO1B-9 | releasever 6 1 10 167 0.000 0.000 | LZO1B-9 | e2scrub.conf 685 1 483 70.5 0.000 0.000 | LZO1B-9 | exports 46 1 49 107 0.000 0.000 | LZO1B-9 | 30-liberation-aliases.conf 419 1 217 51.8 0.000 0.000 | LZO1B-9 | README 978 1 714 73.0 0.000 0.000 | LZO1B-9 | fonts.conf 2532 1 1393 55.0 0.000 0.000 | LZO1B-9 | config 1032 1 440 42.6 0.000 0.000 | LZO1B-9 | machconfig 193 1 151 78.2 0.000 0.000 | LZO1B-9 | fstab 637 1 376 59.0 0.000 0.000 | LZO1B-9 | path 1448 1 850 58.7 0.000 0.000 | LZO1B-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-9 | %gconf.xml 235 1 149 63.4 0.000 0.000 | LZO1B-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-9 | %gconf.xml 2158 1 581 26.9 0.000 0.000 | LZO1B-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-9 | %gconf.xml 515 1 310 60.2 0.000 0.000 | LZO1B-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-9 | %gconf.xml 5626 1 1580 28.1 0.000 0.000 | LZO1B-9 | settings-daemon.schemas 7202 1 1756 24.4 0.000 0.000 | LZO1B-9 | group 639 1 548 85.8 0.000 0.000 | LZO1B-9 | group- 620 1 532 85.8 0.000 0.000 | LZO1B-9 | gshadow 529 1 384 72.6 0.000 0.000 | LZO1B-9 | gshadow- 514 1 373 72.6 0.000 0.000 | LZO1B-9 | im-multipress.conf 890 1 778 87.4 0.000 0.000 | LZO1B-9 | host.conf 26 1 30 115 0.000 0.000 | LZO1B-9 | hostname 11 1 15 136 0.000 0.000 | LZO1B-9 | hosts 258 1 202 78.3 0.000 0.000 | LZO1B-9 | alsa-state 811 1 522 64.4 0.000 0.000 | LZO1B-9 | atd 578 1 390 67.5 0.000 0.000 | LZO1B-9 | avahi-daemon 4491 1 2429 54.1 0.000 0.000 | LZO1B-9 | banner.sh 492 1 293 59.6 0.000 0.000 | LZO1B-9 | bluetooth 1253 1 775 61.9 0.000 0.000 | LZO1B-9 | bootlogd 1997 1 1202 60.2 0.000 0.000 | LZO1B-9 | bootmisc.sh 2017 1 1340 66.4 0.000 0.000 | LZO1B-9 | checkroot.sh 3591 1 2188 60.9 0.000 0.000 | LZO1B-9 | connman 1462 1 937 64.1 0.000 0.000 | LZO1B-9 | crond 1235 1 794 64.3 0.000 0.000 | LZO1B-9 | dbus-1 2887 1 1727 59.8 0.000 0.000 | LZO1B-9 | devpts.sh 526 1 380 72.2 0.000 0.000 | LZO1B-9 | distcc 2863 1 1613 56.3 0.000 0.000 | LZO1B-9 | dmesg.sh 352 1 245 69.6 0.000 0.000 | LZO1B-9 | functions 2141 1 1308 61.1 0.000 0.000 | LZO1B-9 | halt 510 1 399 78.2 0.000 0.000 | LZO1B-9 | hostname.sh 580 1 425 73.3 0.000 0.000 | LZO1B-9 | hwclock.sh 2541 1 1258 49.5 0.000 0.000 | LZO1B-9 | kdump 2989 1 1387 46.4 0.000 0.000 | LZO1B-9 | mdmonitor 1773 1 1036 58.4 0.000 0.000 | LZO1B-9 | modutils.sh 1223 1 756 61.8 0.000 0.000 | LZO1B-9 | mountall.sh 869 1 648 74.6 0.000 0.000 | LZO1B-9 | mountnfs.sh 1589 1 899 56.6 0.000 0.000 | LZO1B-9 | networking 1956 1 992 50.7 0.000 0.000 | LZO1B-9 | nfscommon 1609 1 964 59.9 0.000 0.000 | LZO1B-9 | nfsserver 3326 1 1808 54.4 0.000 0.000 | LZO1B-9 | ofono 516 1 368 71.3 0.000 0.000 | LZO1B-9 | populate-volatile.sh 7826 1 3355 42.9 0.000 0.000 | LZO1B-9 | ppp 1231 1 673 54.7 0.000 0.000 | LZO1B-9 | psplash.sh 682 1 469 68.8 0.000 0.000 | LZO1B-9 | rc 4457 1 2455 55.1 0.000 0.000 | LZO1B-9 | rcS 525 1 444 84.6 0.000 0.000 | LZO1B-9 | read-only-rootfs-hook.sh 1273 1 852 66.9 0.000 0.000 | LZO1B-9 | reboot 289 1 221 76.5 0.000 0.000 | LZO1B-9 | rmnologin.sh 585 1 377 64.4 0.000 0.000 | LZO1B-9 | rng-tools 1021 1 477 46.7 0.000 0.000 | LZO1B-9 | rpcbind 1827 1 941 51.5 0.000 0.000 | LZO1B-9 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1B-9 | save-rtc.sh 429 1 317 73.9 0.000 0.000 | LZO1B-9 | sendsigs 438 1 297 67.8 0.000 0.000 | LZO1B-9 | single 578 1 423 73.2 0.000 0.000 | LZO1B-9 | sshd 2029 1 1017 50.1 0.000 0.000 | LZO1B-9 | sysfs.sh 907 1 465 51.3 0.000 0.000 | LZO1B-9 | syslog 2066 1 1116 54.0 0.000 0.000 | LZO1B-9 | tcf-agent 1298 1 722 55.6 0.000 0.000 | LZO1B-9 | udev 2779 1 1580 56.9 0.000 0.000 | LZO1B-9 | umountfs 540 1 405 75.0 0.000 0.000 | LZO1B-9 | umountnfs.sh 711 1 519 73.0 0.000 0.000 | LZO1B-9 | urandom 1473 1 911 61.8 0.000 0.000 | LZO1B-9 | xserver-nodm 1436 1 959 66.8 0.000 0.000 | LZO1B-9 | inittab 1140 1 776 68.1 0.000 0.000 | LZO1B-9 | inputrc 1633 1 1006 61.6 0.000 0.000 | LZO1B-9 | bpf_pinning 85 1 86 101 0.000 0.000 | LZO1B-9 | ematch_map 81 1 86 106 0.000 0.000 | LZO1B-9 | group 31 1 35 113 0.000 0.000 | LZO1B-9 | nl_protos 262 1 257 98.1 0.000 0.000 | LZO1B-9 | rt_dsfield 331 1 278 84.0 0.000 0.000 | LZO1B-9 | rt_protos 201 1 201 100 0.000 0.000 | LZO1B-9 | rt_realms 112 1 113 101 0.000 0.000 | LZO1B-9 | rt_scopes 92 1 91 98.9 0.000 0.000 | LZO1B-9 | rt_tables 87 1 87 100 0.000 0.000 | LZO1B-9 | issue 58 1 63 109 0.000 0.000 | LZO1B-9 | issue.net 55 1 60 109 0.000 0.000 | LZO1B-9 | ld.so.cache 57567 1 18327 31.8 0.000 0.000 | LZO1B-9 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1B-9 | classid 1130 1 625 55.3 0.000 0.000 | LZO1B-9 | pktloc 1532 1 840 54.8 0.000 0.000 | LZO1B-9 | collect_dnf.conf 813 1 503 61.9 0.000 0.000 | LZO1B-9 | limits 827 1 629 76.1 0.000 0.000 | LZO1B-9 | login.access 2006 1 1253 62.5 0.000 0.000 | LZO1B-9 | login.defs 11030 1 5909 53.6 0.000 0.000 | LZO1B-9 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 | LZO1B-9 | logrotate.conf 434 1 356 82.0 0.000 0.000 | LZO1B-9 | btmp 130 1 119 91.5 0.000 0.000 | LZO1B-9 | dnf 526 1 137 26.0 0.000 0.000 | LZO1B-9 | wtmp 145 1 130 89.7 0.000 0.000 | LZO1B-9 | kbdconfig 721 1 535 74.2 0.000 0.000 | LZO1B-9 | session 630 1 461 73.2 0.000 0.000 | LZO1B-9 | mdadm.conf 2687 1 1806 67.2 0.000 0.000 | LZO1B-9 | mke2fs.conf 846 1 496 58.6 0.000 0.000 | LZO1B-9 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1B-9 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1B-9 | motd 0 1 3 0.0 0.000 0.000 | LZO1B-9 | netconfig 767 1 442 57.6 0.000 0.000 | LZO1B-9 | nfsroot 809 1 523 64.6 0.000 0.000 | LZO1B-9 | wpa-supplicant 1999 1 924 46.2 0.000 0.000 | LZO1B-9 | interfaces 132 1 124 93.9 0.000 0.000 | LZO1B-9 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1B-9 | nfs-utils.conf 1087 1 733 67.4 0.000 0.000 | LZO1B-9 | nfsmount.conf 3606 1 1946 54.0 0.000 0.000 | LZO1B-9 | nsswitch.conf 497 1 367 73.8 0.000 0.000 | LZO1B-9 | phonesim.conf 361 1 306 84.8 0.000 0.000 | LZO1B-9 | arch.conf 88 1 67 76.1 0.000 0.000 | LZO1B-9 | opkg.conf 845 1 598 70.8 0.000 0.000 | LZO1B-9 | passwd 1055 1 661 62.7 0.000 0.000 | LZO1B-9 | passwd- 1006 1 625 62.1 0.000 0.000 | LZO1B-9 | cert9.db 28672 1 954 3.3 0.000 0.000 | LZO1B-9 | key4.db 36864 1 1203 3.3 0.000 0.000 | LZO1B-9 | pkcs11.txt 425 1 363 85.4 0.000 0.000 | LZO1B-9 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1B-9 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1B-9 | ip-down 1454 1 989 68.0 0.000 0.000 | LZO1B-9 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1B-9 | ip-up 1452 1 990 68.2 0.000 0.000 | LZO1B-9 | 08setupdns 292 1 186 63.7 0.000 0.000 | LZO1B-9 | options 5 1 9 180 0.000 0.000 | LZO1B-9 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1B-9 | provider 1093 1 793 72.6 0.000 0.000 | LZO1B-9 | ppp_on_boot 573 1 450 78.5 0.000 0.000 | LZO1B-9 | profile 984 1 780 79.3 0.000 0.000 | LZO1B-9 | bash_completion.sh 672 1 406 60.4 0.000 0.000 | LZO1B-9 | distcc.sh 68 1 64 94.1 0.000 0.000 | LZO1B-9 | gawk.csh 1107 1 279 25.2 0.000 0.000 | LZO1B-9 | gawk.sh 757 1 229 30.3 0.000 0.000 | LZO1B-9 | protocols 2932 1 2046 69.8 0.000 0.000 | LZO1B-9 | client.conf 1233 1 934 75.8 0.000 0.000 | LZO1B-9 | 50-sato.conf 447 1 364 81.4 0.000 0.000 | LZO1B-9 | daemon.conf 2374 1 1522 64.1 0.000 0.000 | LZO1B-9 | default.pa 4933 1 2546 51.6 0.000 0.000 | LZO1B-9 | system.pa 2078 1 1288 62.0 0.000 0.000 | LZO1B-9 | quilt.quiltrc 1236 1 834 67.5 0.000 0.000 | LZO1B-9 | quotagrpadmins 220 1 198 90.0 0.000 0.000 | LZO1B-9 | quotatab 261 1 224 85.8 0.000 0.000 | LZO1B-9 | rpc 895 1 670 74.9 0.000 0.000 | LZO1B-9 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1B-9 | macros 38 1 43 113 0.000 0.000 | LZO1B-9 | platform 19 1 23 121 0.000 0.000 | LZO1B-9 | rpmrc 104 1 76 73.1 0.000 0.000 | LZO1B-9 | securetty 1848 1 1200 64.9 0.000 0.000 | LZO1B-9 | services 18790 1 9734 51.8 0.000 0.000 | LZO1B-9 | shadow 651 1 243 37.3 0.000 0.000 | LZO1B-9 | shadow- 619 1 227 36.7 0.000 0.000 | LZO1B-9 | shells 52 1 49 94.2 0.000 0.000 | LZO1B-9 | .bashrc 410 1 328 80.0 0.000 0.000 | LZO1B-9 | .profile 241 1 225 93.4 0.000 0.000 | LZO1B-9 | slsh.rc 2030 1 1008 49.7 0.000 0.000 | LZO1B-9 | moduli 577388 3 27755 4.8 282.732 0.000 | LZO1B-9 | ssh_config 1548 1 1038 67.1 0.000 0.000 | LZO1B-9 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 | LZO1B-9 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1B-9 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 | LZO1B-9 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1B-9 | ssh_host_rsa_key 2602 1 2567 98.7 0.000 0.000 | LZO1B-9 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 | LZO1B-9 | sshd_config 3177 1 1919 60.4 0.000 0.000 | LZO1B-9 | sshd_config_readonly 3186 1 1929 60.5 0.000 0.000 | LZO1B-9 | ca-certificates.crt 200061 1 156219 78.1 74.487 0.000 | LZO1B-9 | openssl.cnf 10909 1 4787 43.9 0.000 0.000 | LZO1B-9 | sudoers 3174 1 1809 57.0 0.000 0.000 | LZO1B-9 | sudoers.dist 3174 1 1809 57.0 0.000 0.000 | LZO1B-9 | crond 110 1 105 95.5 0.000 0.000 | LZO1B-9 | kdump.conf 411 1 332 80.8 0.000 0.000 | LZO1B-9 | sysctl.conf 2128 1 1544 72.6 0.000 0.000 | LZO1B-9 | syslog-startup.conf 651 1 539 82.8 0.000 0.000 | LZO1B-9 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1B-9 | ansi 1481 1 738 49.8 0.000 0.000 | LZO1B-9 | dumb 308 1 72 23.4 0.000 0.000 | LZO1B-9 | linux 1730 1 1012 58.5 0.000 0.000 | LZO1B-9 | rxvt 2286 1 1527 66.8 0.000 0.000 | LZO1B-9 | screen 1587 1 912 57.5 0.000 0.000 | LZO1B-9 | screen-256color 1677 1 951 56.7 0.000 0.000 | LZO1B-9 | sun 1004 1 497 49.5 0.000 0.000 | LZO1B-9 | vt100 1190 1 723 60.8 0.000 0.000 | LZO1B-9 | vt102 1184 1 728 61.5 0.000 0.000 | LZO1B-9 | vt200 1377 1 903 65.6 0.000 0.000 | LZO1B-9 | vt220 1377 1 903 65.6 0.000 0.000 | LZO1B-9 | vt52 470 1 233 49.6 0.000 0.000 | LZO1B-9 | xterm-256color 3641 1 2378 65.3 0.000 0.000 | LZO1B-9 | xterm-color 1551 1 784 50.5 0.000 0.000 | LZO1B-9 | xterm-xfree86 2240 1 1352 60.4 0.000 0.000 | LZO1B-9 | timestamp 15 1 19 127 0.000 0.000 | LZO1B-9 | timezone 10 1 14 140 0.000 0.000 | LZO1B-9 | dnf.conf 164 1 127 77.4 0.000 0.000 | LZO1B-9 | mount.blacklist 51 1 43 84.3 0.000 0.000 | LZO1B-9 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1B-9 | automount.rules 847 1 563 66.5 0.000 0.000 | LZO1B-9 | autonet.rules 757 1 534 70.5 0.000 0.000 | LZO1B-9 | local.rules 885 1 654 73.9 0.000 0.000 | LZO1B-9 | localextra.rules 843 1 603 71.5 0.000 0.000 | LZO1B-9 | mount.sh 4279 1 2130 49.8 0.000 0.000 | LZO1B-9 | network.sh 1402 1 1011 72.1 0.000 0.000 | LZO1B-9 | udev.conf 49 1 53 108 0.000 0.000 | LZO1B-9 | 50default 2634 1 1107 42.0 0.000 0.000 | LZO1B-9 | version 15 1 19 127 0.000 0.000 | LZO1B-9 | volatile.cache 5955 1 1470 24.7 0.000 0.000 | LZO1B-9 | warnquota.conf 3360 1 2068 61.5 0.000 0.000 | LZO1B-9 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 | LZO1B-9 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 | LZO1B-9 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 | LZO1B-9 | gsettings-data-convert.desktop 7741 1 4421 57.1 0.000 0.000 | LZO1B-9 | pulseaudio.desktop 4973 1 2323 46.7 0.000 0.000 | LZO1B-9 | xinput_calibrator.desktop 299 1 237 79.3 0.000 0.000 | LZO1B-9 | libfm.conf 183 1 144 78.7 0.000 0.000 | LZO1B-9 | pcmanfm.conf 321 1 275 85.7 0.000 0.000 | LZO1B-9 | Xserver 652 1 453 69.5 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1389 70.8 117.910 0.000 LZO1B-9 ***TOTALS*** 1249687 289 398844 31.9 117.910 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1C-1 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1C-1 | Xsession 755 1 505 66.9 0.000 0.000 | LZO1C-1 | 13xdgbasedirs.sh 550 1 471 85.6 0.000 0.000 | LZO1C-1 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1C-1 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1C-1 | 80matchboxkeyboard.sh 631 1 407 64.5 0.000 0.000 | LZO1C-1 | 89xdgautostart.sh 179 1 151 84.4 0.000 0.000 | LZO1C-1 | 90XWindowManager.sh 181 1 110 60.8 0.000 0.000 | LZO1C-1 | xinitrc 739 1 433 58.6 0.000 0.000 | LZO1C-1 | xorg.conf 1165 1 625 53.6 0.000 0.000 | LZO1C-1 | asound.conf 32 1 37 116 0.000 0.000 | LZO1C-1 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1C-1 | avahi-daemon.conf 1753 1 1271 72.5 0.000 0.000 | LZO1C-1 | localtime 114 1 38 33.3 0.000 0.000 | LZO1C-1 | hosts 1121 1 913 81.4 0.000 0.000 | LZO1C-1 | sftp-ssh.service 1075 1 848 78.9 0.000 0.000 | LZO1C-1 | ssh.service 1071 1 846 79.0 0.000 0.000 | LZO1C-1 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1C-1 | perf 6321 1 3085 48.8 0.000 0.000 | LZO1C-1 | quilt 7117 1 2732 38.4 0.000 0.000 | LZO1C-1 | bindresvport.blacklist 429 1 334 77.9 0.000 0.000 | LZO1C-1 | input.conf 397 1 351 88.4 0.000 0.000 | LZO1C-1 | network.conf 120 1 120 100 0.000 0.000 | LZO1C-1 | build 527 1 281 53.3 0.000 0.000 | LZO1C-1 | busybox.links.nosuid 2392 1 1231 51.5 0.000 0.000 | LZO1C-1 | busybox.links.suid 91 1 69 75.8 0.000 0.000 | LZO1C-1 | ca-certificates.conf 5340 1 2044 38.3 0.000 0.000 | LZO1C-1 | pap 653 1 556 85.1 0.000 0.000 | LZO1C-1 | logrotate 189 1 156 82.5 0.000 0.000 | LZO1C-1 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1C-1 | crontab 653 1 425 65.1 0.000 0.000 | LZO1C-1 | session.conf 838 1 634 75.7 0.000 0.000 | LZO1C-1 | system.conf 833 1 632 75.9 0.000 0.000 | LZO1C-1 | ConsoleKit.conf 7305 1 961 13.2 0.000 0.000 | LZO1C-1 | avahi-dbus.conf 1138 1 547 48.1 0.000 0.000 | LZO1C-1 | bluetooth.conf 1315 1 706 53.7 0.000 0.000 | LZO1C-1 | dbus-wpa_supplicant.conf 743 1 354 47.6 0.000 0.000 | LZO1C-1 | ofono.conf 1063 1 604 56.8 0.000 0.000 | LZO1C-1 | pulseaudio-system.conf 1084 1 859 79.2 0.000 0.000 | LZO1C-1 | devpts 93 1 94 101 0.000 0.000 | LZO1C-1 | distcc 535 1 448 83.7 0.000 0.000 | LZO1C-1 | mountall 36 1 38 106 0.000 0.000 | LZO1C-1 | postinst 52 1 57 110 0.000 0.000 | LZO1C-1 | rcS 1040 1 804 77.3 0.000 0.000 | LZO1C-1 | rng-tools 27 1 31 115 0.000 0.000 | LZO1C-1 | usbd 0 1 3 0.0 0.000 0.000 | LZO1C-1 | useradd 117 1 122 104 0.000 0.000 | LZO1C-1 | 00_core 1637 1 1058 64.6 0.000 0.000 | LZO1C-1 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1C-1 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1C-1 | 99_sshd 75 1 67 89.3 0.000 0.000 | LZO1C-1 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1C-1 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1C-1 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1C-1 | clients.allow 1582 1 1156 73.1 0.000 0.000 | LZO1C-1 | commands.allow.sh 1763 1 1102 62.5 0.000 0.000 | LZO1C-1 | hosts 203 1 183 90.1 0.000 0.000 | LZO1C-1 | automatic.conf 2569 1 1364 53.1 0.000 0.000 | LZO1C-1 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1C-1 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1C-1 | yum.conf 4 1 8 200 0.000 0.000 | LZO1C-1 | arch 26 1 29 112 0.000 0.000 | LZO1C-1 | releasever 6 1 10 167 0.000 0.000 | LZO1C-1 | e2scrub.conf 685 1 500 73.0 0.000 0.000 | LZO1C-1 | exports 46 1 49 107 0.000 0.000 | LZO1C-1 | 30-liberation-aliases.conf 419 1 231 55.1 0.000 0.000 | LZO1C-1 | README 978 1 734 75.1 0.000 0.000 | LZO1C-1 | fonts.conf 2532 1 1486 58.7 0.000 0.000 | LZO1C-1 | config 1032 1 438 42.4 0.000 0.000 | LZO1C-1 | machconfig 193 1 153 79.3 0.000 0.000 | LZO1C-1 | fstab 637 1 385 60.4 0.000 0.000 | LZO1C-1 | path 1448 1 906 62.6 0.000 0.000 | LZO1C-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-1 | %gconf.xml 235 1 148 63.0 0.000 0.000 | LZO1C-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-1 | %gconf.xml 2158 1 594 27.5 0.000 0.000 | LZO1C-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-1 | %gconf.xml 515 1 315 61.2 0.000 0.000 | LZO1C-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-1 | %gconf.xml 5626 1 1734 30.8 0.000 0.000 | LZO1C-1 | settings-daemon.schemas 7202 1 1828 25.4 0.000 0.000 | LZO1C-1 | group 639 1 565 88.4 0.000 0.000 | LZO1C-1 | group- 620 1 548 88.4 0.000 0.000 | LZO1C-1 | gshadow 529 1 394 74.5 0.000 0.000 | LZO1C-1 | gshadow- 514 1 383 74.5 0.000 0.000 | LZO1C-1 | im-multipress.conf 890 1 792 89.0 0.000 0.000 | LZO1C-1 | host.conf 26 1 30 115 0.000 0.000 | LZO1C-1 | hostname 11 1 15 136 0.000 0.000 | LZO1C-1 | hosts 258 1 208 80.6 0.000 0.000 | LZO1C-1 | alsa-state 811 1 526 64.9 0.000 0.000 | LZO1C-1 | atd 578 1 398 68.9 0.000 0.000 | LZO1C-1 | avahi-daemon 4491 1 2578 57.4 0.000 0.000 | LZO1C-1 | banner.sh 492 1 308 62.6 0.000 0.000 | LZO1C-1 | bluetooth 1253 1 786 62.7 0.000 0.000 | LZO1C-1 | bootlogd 1997 1 1242 62.2 0.000 0.000 | LZO1C-1 | bootmisc.sh 2017 1 1389 68.9 0.000 0.000 | LZO1C-1 | checkroot.sh 3591 1 2334 65.0 0.000 0.000 | LZO1C-1 | connman 1462 1 969 66.3 0.000 0.000 | LZO1C-1 | crond 1235 1 825 66.8 0.000 0.000 | LZO1C-1 | dbus-1 2887 1 1811 62.7 0.000 0.000 | LZO1C-1 | devpts.sh 526 1 393 74.7 0.000 0.000 | LZO1C-1 | distcc 2863 1 1696 59.2 0.000 0.000 | LZO1C-1 | dmesg.sh 352 1 254 72.2 0.000 0.000 | LZO1C-1 | functions 2141 1 1349 63.0 0.000 0.000 | LZO1C-1 | halt 510 1 407 79.8 0.000 0.000 | LZO1C-1 | hostname.sh 580 1 429 74.0 0.000 0.000 | LZO1C-1 | hwclock.sh 2541 1 1348 53.0 0.000 0.000 | LZO1C-1 | kdump 2989 1 1437 48.1 0.000 0.000 | LZO1C-1 | mdmonitor 1773 1 1069 60.3 0.000 0.000 | LZO1C-1 | modutils.sh 1223 1 775 63.4 0.000 0.000 | LZO1C-1 | mountall.sh 869 1 669 77.0 0.000 0.000 | LZO1C-1 | mountnfs.sh 1589 1 959 60.4 0.000 0.000 | LZO1C-1 | networking 1956 1 1036 53.0 0.000 0.000 | LZO1C-1 | nfscommon 1609 1 1004 62.4 0.000 0.000 | LZO1C-1 | nfsserver 3326 1 1906 57.3 0.000 0.000 | LZO1C-1 | ofono 516 1 370 71.7 0.000 0.000 | LZO1C-1 | populate-volatile.sh 7826 1 3590 45.9 0.000 0.000 | LZO1C-1 | ppp 1231 1 712 57.8 0.000 0.000 | LZO1C-1 | psplash.sh 682 1 477 69.9 0.000 0.000 | LZO1C-1 | rc 4457 1 2624 58.9 0.000 0.000 | LZO1C-1 | rcS 525 1 447 85.1 0.000 0.000 | LZO1C-1 | read-only-rootfs-hook.sh 1273 1 879 69.0 0.000 0.000 | LZO1C-1 | reboot 289 1 225 77.9 0.000 0.000 | LZO1C-1 | rmnologin.sh 585 1 379 64.8 0.000 0.000 | LZO1C-1 | rng-tools 1021 1 498 48.8 0.000 0.000 | LZO1C-1 | rpcbind 1827 1 959 52.5 0.000 0.000 | LZO1C-1 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1C-1 | save-rtc.sh 429 1 322 75.1 0.000 0.000 | LZO1C-1 | sendsigs 438 1 310 70.8 0.000 0.000 | LZO1C-1 | single 578 1 430 74.4 0.000 0.000 | LZO1C-1 | sshd 2029 1 1046 51.6 0.000 0.000 | LZO1C-1 | sysfs.sh 907 1 482 53.1 0.000 0.000 | LZO1C-1 | syslog 2066 1 1158 56.1 0.000 0.000 | LZO1C-1 | tcf-agent 1298 1 741 57.1 0.000 0.000 | LZO1C-1 | udev 2779 1 1662 59.8 0.000 0.000 | LZO1C-1 | umountfs 540 1 407 75.4 0.000 0.000 | LZO1C-1 | umountnfs.sh 711 1 529 74.4 0.000 0.000 | LZO1C-1 | urandom 1473 1 954 64.8 0.000 0.000 | LZO1C-1 | xserver-nodm 1436 1 991 69.0 0.000 0.000 | LZO1C-1 | inittab 1140 1 797 69.9 0.000 0.000 | LZO1C-1 | inputrc 1633 1 1073 65.7 0.000 0.000 | LZO1C-1 | bpf_pinning 85 1 88 104 0.000 0.000 | LZO1C-1 | ematch_map 81 1 86 106 0.000 0.000 | LZO1C-1 | group 31 1 35 113 0.000 0.000 | LZO1C-1 | nl_protos 262 1 265 101 0.000 0.000 | LZO1C-1 | rt_dsfield 331 1 280 84.6 0.000 0.000 | LZO1C-1 | rt_protos 201 1 203 101 0.000 0.000 | LZO1C-1 | rt_realms 112 1 114 102 0.000 0.000 | LZO1C-1 | rt_scopes 92 1 92 100 0.000 0.000 | LZO1C-1 | rt_tables 87 1 89 102 0.000 0.000 | LZO1C-1 | issue 58 1 63 109 0.000 0.000 | LZO1C-1 | issue.net 55 1 60 109 0.000 0.000 | LZO1C-1 | ld.so.cache 57567 1 18539 32.2 0.000 0.000 | LZO1C-1 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1C-1 | classid 1130 1 649 57.4 0.000 0.000 | LZO1C-1 | pktloc 1532 1 854 55.7 0.000 0.000 | LZO1C-1 | collect_dnf.conf 813 1 520 64.0 0.000 0.000 | LZO1C-1 | limits 827 1 638 77.1 0.000 0.000 | LZO1C-1 | login.access 2006 1 1329 66.3 0.000 0.000 | LZO1C-1 | login.defs 11030 1 6509 59.0 0.000 0.000 | LZO1C-1 | logrotate-dmesg.conf 121 1 118 97.5 0.000 0.000 | LZO1C-1 | logrotate.conf 434 1 364 83.9 0.000 0.000 | LZO1C-1 | btmp 130 1 120 92.3 0.000 0.000 | LZO1C-1 | dnf 526 1 138 26.2 0.000 0.000 | LZO1C-1 | wtmp 145 1 133 91.7 0.000 0.000 | LZO1C-1 | kbdconfig 721 1 553 76.7 0.000 0.000 | LZO1C-1 | session 630 1 466 74.0 0.000 0.000 | LZO1C-1 | mdadm.conf 2687 1 1897 70.6 0.000 0.000 | LZO1C-1 | mke2fs.conf 846 1 511 60.4 0.000 0.000 | LZO1C-1 | uvesafb.conf 39 1 41 105 0.000 0.000 | LZO1C-1 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1C-1 | motd 0 1 3 0.0 0.000 0.000 | LZO1C-1 | netconfig 767 1 475 61.9 0.000 0.000 | LZO1C-1 | nfsroot 809 1 546 67.5 0.000 0.000 | LZO1C-1 | wpa-supplicant 1999 1 968 48.4 0.000 0.000 | LZO1C-1 | interfaces 132 1 126 95.5 0.000 0.000 | LZO1C-1 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1C-1 | nfs-utils.conf 1087 1 755 69.5 0.000 0.000 | LZO1C-1 | nfsmount.conf 3606 1 2074 57.5 0.000 0.000 | LZO1C-1 | nsswitch.conf 497 1 372 74.8 0.000 0.000 | LZO1C-1 | phonesim.conf 361 1 311 86.1 0.000 0.000 | LZO1C-1 | arch.conf 88 1 69 78.4 0.000 0.000 | LZO1C-1 | opkg.conf 845 1 603 71.4 0.000 0.000 | LZO1C-1 | passwd 1055 1 714 67.7 0.000 0.000 | LZO1C-1 | passwd- 1006 1 682 67.8 0.000 0.000 | LZO1C-1 | cert9.db 28672 1 996 3.5 0.000 0.000 | LZO1C-1 | key4.db 36864 1 1247 3.4 0.000 0.000 | LZO1C-1 | pkcs11.txt 425 1 366 86.1 0.000 0.000 | LZO1C-1 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1C-1 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1C-1 | ip-down 1454 1 1039 71.5 0.000 0.000 | LZO1C-1 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1C-1 | ip-up 1452 1 1038 71.5 0.000 0.000 | LZO1C-1 | 08setupdns 292 1 185 63.4 0.000 0.000 | LZO1C-1 | options 5 1 9 180 0.000 0.000 | LZO1C-1 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1C-1 | provider 1093 1 830 75.9 0.000 0.000 | LZO1C-1 | ppp_on_boot 573 1 466 81.3 0.000 0.000 | LZO1C-1 | profile 984 1 804 81.7 0.000 0.000 | LZO1C-1 | bash_completion.sh 672 1 421 62.6 0.000 0.000 | LZO1C-1 | distcc.sh 68 1 65 95.6 0.000 0.000 | LZO1C-1 | gawk.csh 1107 1 291 26.3 0.000 0.000 | LZO1C-1 | gawk.sh 757 1 238 31.4 0.000 0.000 | LZO1C-1 | protocols 2932 1 2130 72.6 0.000 0.000 | LZO1C-1 | client.conf 1233 1 974 79.0 0.000 0.000 | LZO1C-1 | 50-sato.conf 447 1 375 83.9 0.000 0.000 | LZO1C-1 | daemon.conf 2374 1 1620 68.2 0.000 0.000 | LZO1C-1 | default.pa 4933 1 2732 55.4 0.000 0.000 | LZO1C-1 | system.pa 2078 1 1353 65.1 0.000 0.000 | LZO1C-1 | quilt.quiltrc 1236 1 863 69.8 0.000 0.000 | LZO1C-1 | quotagrpadmins 220 1 203 92.3 0.000 0.000 | LZO1C-1 | quotatab 261 1 226 86.6 0.000 0.000 | LZO1C-1 | rpc 895 1 684 76.4 0.000 0.000 | LZO1C-1 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1C-1 | macros 38 1 43 113 0.000 0.000 | LZO1C-1 | platform 19 1 23 121 0.000 0.000 | LZO1C-1 | rpmrc 104 1 80 76.9 0.000 0.000 | LZO1C-1 | securetty 1848 1 1304 70.6 0.000 0.000 | LZO1C-1 | services 18790 1 10590 56.4 0.000 0.000 | LZO1C-1 | shadow 651 1 239 36.7 0.000 0.000 | LZO1C-1 | shadow- 619 1 222 35.9 0.000 0.000 | LZO1C-1 | shells 52 1 50 96.2 0.000 0.000 | LZO1C-1 | .bashrc 410 1 332 81.0 0.000 0.000 | LZO1C-1 | .profile 241 1 226 93.8 0.000 0.000 | LZO1C-1 | slsh.rc 2030 1 1052 51.8 0.000 0.000 | LZO1C-1 | moduli 577388 3 41501 7.2 921.700 0.000 | LZO1C-1 | ssh_config 1548 1 1074 69.4 0.000 0.000 | LZO1C-1 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 | LZO1C-1 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 | LZO1C-1 | ssh_host_ed25519_key 411 1 323 78.6 0.000 0.000 | LZO1C-1 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1C-1 | ssh_host_rsa_key 2602 1 2573 98.9 0.000 0.000 | LZO1C-1 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1C-1 | sshd_config 3177 1 2056 64.7 0.000 0.000 | LZO1C-1 | sshd_config_readonly 3186 1 2055 64.5 0.000 0.000 | LZO1C-1 | ca-certificates.crt 200061 1 162374 81.2 75.394 0.000 | LZO1C-1 | openssl.cnf 10909 1 5240 48.0 0.000 0.000 | LZO1C-1 | sudoers 3174 1 1939 61.1 0.000 0.000 | LZO1C-1 | sudoers.dist 3174 1 1939 61.1 0.000 0.000 | LZO1C-1 | crond 110 1 110 100 0.000 0.000 | LZO1C-1 | kdump.conf 411 1 330 80.3 0.000 0.000 | LZO1C-1 | sysctl.conf 2128 1 1624 76.3 0.000 0.000 | LZO1C-1 | syslog-startup.conf 651 1 548 84.2 0.000 0.000 | LZO1C-1 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1C-1 | ansi 1481 1 772 52.1 0.000 0.000 | LZO1C-1 | dumb 308 1 75 24.4 0.000 0.000 | LZO1C-1 | linux 1730 1 1047 60.5 0.000 0.000 | LZO1C-1 | rxvt 2286 1 1581 69.2 0.000 0.000 | LZO1C-1 | screen 1587 1 949 59.8 0.000 0.000 | LZO1C-1 | screen-256color 1677 1 994 59.3 0.000 0.000 | LZO1C-1 | sun 1004 1 528 52.6 0.000 0.000 | LZO1C-1 | vt100 1190 1 762 64.0 0.000 0.000 | LZO1C-1 | vt102 1184 1 765 64.6 0.000 0.000 | LZO1C-1 | vt200 1377 1 938 68.1 0.000 0.000 | LZO1C-1 | vt220 1377 1 938 68.1 0.000 0.000 | LZO1C-1 | vt52 470 1 247 52.6 0.000 0.000 | LZO1C-1 | xterm-256color 3641 1 2550 70.0 0.000 0.000 | LZO1C-1 | xterm-color 1551 1 815 52.5 0.000 0.000 | LZO1C-1 | xterm-xfree86 2240 1 1416 63.2 0.000 0.000 | LZO1C-1 | timestamp 15 1 19 127 0.000 0.000 | LZO1C-1 | timezone 10 1 14 140 0.000 0.000 | LZO1C-1 | dnf.conf 164 1 126 76.8 0.000 0.000 | LZO1C-1 | mount.blacklist 51 1 44 86.3 0.000 0.000 | LZO1C-1 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1C-1 | automount.rules 847 1 572 67.5 0.000 0.000 | LZO1C-1 | autonet.rules 757 1 542 71.6 0.000 0.000 | LZO1C-1 | local.rules 885 1 665 75.1 0.000 0.000 | LZO1C-1 | localextra.rules 843 1 619 73.4 0.000 0.000 | LZO1C-1 | mount.sh 4279 1 2282 53.3 0.000 0.000 | LZO1C-1 | network.sh 1402 1 1038 74.0 0.000 0.000 | LZO1C-1 | udev.conf 49 1 53 108 0.000 0.000 | LZO1C-1 | 50default 2634 1 1184 45.0 0.000 0.000 | LZO1C-1 | version 15 1 19 127 0.000 0.000 | LZO1C-1 | volatile.cache 5955 1 1529 25.7 0.000 0.000 | LZO1C-1 | warnquota.conf 3360 1 2226 66.2 0.000 0.000 | LZO1C-1 | wpa_supplicant.conf 113 1 106 93.8 0.000 0.000 | LZO1C-1 | at-spi-dbus-bus.desktop 296 1 275 92.9 0.000 0.000 | LZO1C-1 | connman-applet.desktop 191 1 177 92.7 0.000 0.000 | LZO1C-1 | gsettings-data-convert.desktop 7741 1 4692 60.6 0.000 0.000 | LZO1C-1 | pulseaudio.desktop 4973 1 2402 48.3 0.000 0.000 | LZO1C-1 | xinput_calibrator.desktop 299 1 238 79.6 0.000 0.000 | LZO1C-1 | libfm.conf 183 1 144 78.7 0.000 0.000 | LZO1C-1 | pcmanfm.conf 321 1 284 88.5 0.000 0.000 | LZO1C-1 | Xserver 652 1 459 70.4 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1493 72.5 139.386 0.000 LZO1C-1 ***TOTALS*** 1249687 289 428570 34.3 139.386 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1C-2 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1C-2 | Xsession 755 1 509 67.4 0.000 0.000 | LZO1C-2 | 13xdgbasedirs.sh 550 1 468 85.1 0.000 0.000 | LZO1C-2 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1C-2 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1C-2 | 80matchboxkeyboard.sh 631 1 407 64.5 0.000 0.000 | LZO1C-2 | 89xdgautostart.sh 179 1 151 84.4 0.000 0.000 | LZO1C-2 | 90XWindowManager.sh 181 1 110 60.8 0.000 0.000 | LZO1C-2 | xinitrc 739 1 444 60.1 0.000 0.000 | LZO1C-2 | xorg.conf 1165 1 620 53.2 0.000 0.000 | LZO1C-2 | asound.conf 32 1 37 116 0.000 0.000 | LZO1C-2 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1C-2 | avahi-daemon.conf 1753 1 1273 72.6 0.000 0.000 | LZO1C-2 | localtime 114 1 38 33.3 0.000 0.000 | LZO1C-2 | hosts 1121 1 915 81.6 0.000 0.000 | LZO1C-2 | sftp-ssh.service 1075 1 849 79.0 0.000 0.000 | LZO1C-2 | ssh.service 1071 1 847 79.1 0.000 0.000 | LZO1C-2 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1C-2 | perf 6321 1 3045 48.2 0.000 0.000 | LZO1C-2 | quilt 7117 1 2751 38.7 0.000 0.000 | LZO1C-2 | bindresvport.blacklist 429 1 339 79.0 0.000 0.000 | LZO1C-2 | input.conf 397 1 353 88.9 0.000 0.000 | LZO1C-2 | network.conf 120 1 120 100 0.000 0.000 | LZO1C-2 | build 527 1 282 53.5 0.000 0.000 | LZO1C-2 | busybox.links.nosuid 2392 1 1209 50.5 0.000 0.000 | LZO1C-2 | busybox.links.suid 91 1 70 76.9 0.000 0.000 | LZO1C-2 | ca-certificates.conf 5340 1 2020 37.8 0.000 0.000 | LZO1C-2 | pap 653 1 554 84.8 0.000 0.000 | LZO1C-2 | logrotate 189 1 156 82.5 0.000 0.000 | LZO1C-2 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1C-2 | crontab 653 1 424 64.9 0.000 0.000 | LZO1C-2 | session.conf 838 1 635 75.8 0.000 0.000 | LZO1C-2 | system.conf 833 1 633 76.0 0.000 0.000 | LZO1C-2 | ConsoleKit.conf 7305 1 959 13.1 0.000 0.000 | LZO1C-2 | avahi-dbus.conf 1138 1 550 48.3 0.000 0.000 | LZO1C-2 | bluetooth.conf 1315 1 707 53.8 0.000 0.000 | LZO1C-2 | dbus-wpa_supplicant.conf 743 1 348 46.8 0.000 0.000 | LZO1C-2 | ofono.conf 1063 1 605 56.9 0.000 0.000 | LZO1C-2 | pulseaudio-system.conf 1084 1 861 79.4 0.000 0.000 | LZO1C-2 | devpts 93 1 94 101 0.000 0.000 | LZO1C-2 | distcc 535 1 448 83.7 0.000 0.000 | LZO1C-2 | mountall 36 1 38 106 0.000 0.000 | LZO1C-2 | postinst 52 1 57 110 0.000 0.000 | LZO1C-2 | rcS 1040 1 801 77.0 0.000 0.000 | LZO1C-2 | rng-tools 27 1 31 115 0.000 0.000 | LZO1C-2 | usbd 0 1 3 0.0 0.000 0.000 | LZO1C-2 | useradd 117 1 122 104 0.000 0.000 | LZO1C-2 | 00_core 1637 1 1047 64.0 0.000 0.000 | LZO1C-2 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1C-2 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1C-2 | 99_sshd 75 1 67 89.3 0.000 0.000 | LZO1C-2 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1C-2 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1C-2 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1C-2 | clients.allow 1582 1 1153 72.9 0.000 0.000 | LZO1C-2 | commands.allow.sh 1763 1 1099 62.3 0.000 0.000 | LZO1C-2 | hosts 203 1 181 89.2 0.000 0.000 | LZO1C-2 | automatic.conf 2569 1 1360 52.9 0.000 0.000 | LZO1C-2 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1C-2 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1C-2 | yum.conf 4 1 8 200 0.000 0.000 | LZO1C-2 | arch 26 1 29 112 0.000 0.000 | LZO1C-2 | releasever 6 1 10 167 0.000 0.000 | LZO1C-2 | e2scrub.conf 685 1 500 73.0 0.000 0.000 | LZO1C-2 | exports 46 1 49 107 0.000 0.000 | LZO1C-2 | 30-liberation-aliases.conf 419 1 231 55.1 0.000 0.000 | LZO1C-2 | README 978 1 732 74.8 0.000 0.000 | LZO1C-2 | fonts.conf 2532 1 1477 58.3 0.000 0.000 | LZO1C-2 | config 1032 1 438 42.4 0.000 0.000 | LZO1C-2 | machconfig 193 1 153 79.3 0.000 0.000 | LZO1C-2 | fstab 637 1 381 59.8 0.000 0.000 | LZO1C-2 | path 1448 1 902 62.3 0.000 0.000 | LZO1C-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-2 | %gconf.xml 235 1 148 63.0 0.000 0.000 | LZO1C-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-2 | %gconf.xml 2158 1 598 27.7 0.000 0.000 | LZO1C-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-2 | %gconf.xml 515 1 312 60.6 0.000 0.000 | LZO1C-2 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-2 | %gconf.xml 5626 1 1696 30.1 0.000 0.000 | LZO1C-2 | settings-daemon.schemas 7202 1 1809 25.1 0.000 0.000 | LZO1C-2 | group 639 1 564 88.3 0.000 0.000 | LZO1C-2 | group- 620 1 547 88.2 0.000 0.000 | LZO1C-2 | gshadow 529 1 392 74.1 0.000 0.000 | LZO1C-2 | gshadow- 514 1 381 74.1 0.000 0.000 | LZO1C-2 | im-multipress.conf 890 1 791 88.9 0.000 0.000 | LZO1C-2 | host.conf 26 1 30 115 0.000 0.000 | LZO1C-2 | hostname 11 1 15 136 0.000 0.000 | LZO1C-2 | hosts 258 1 207 80.2 0.000 0.000 | LZO1C-2 | alsa-state 811 1 532 65.6 0.000 0.000 | LZO1C-2 | atd 578 1 398 68.9 0.000 0.000 | LZO1C-2 | avahi-daemon 4491 1 2585 57.6 0.000 0.000 | LZO1C-2 | banner.sh 492 1 302 61.4 0.000 0.000 | LZO1C-2 | bluetooth 1253 1 782 62.4 0.000 0.000 | LZO1C-2 | bootlogd 1997 1 1240 62.1 0.000 0.000 | LZO1C-2 | bootmisc.sh 2017 1 1370 67.9 0.000 0.000 | LZO1C-2 | checkroot.sh 3591 1 2324 64.7 0.000 0.000 | LZO1C-2 | connman 1462 1 968 66.2 0.000 0.000 | LZO1C-2 | crond 1235 1 822 66.6 0.000 0.000 | LZO1C-2 | dbus-1 2887 1 1802 62.4 0.000 0.000 | LZO1C-2 | devpts.sh 526 1 394 74.9 0.000 0.000 | LZO1C-2 | distcc 2863 1 1686 58.9 0.000 0.000 | LZO1C-2 | dmesg.sh 352 1 251 71.3 0.000 0.000 | LZO1C-2 | functions 2141 1 1341 62.6 0.000 0.000 | LZO1C-2 | halt 510 1 406 79.6 0.000 0.000 | LZO1C-2 | hostname.sh 580 1 426 73.4 0.000 0.000 | LZO1C-2 | hwclock.sh 2541 1 1334 52.5 0.000 0.000 | LZO1C-2 | kdump 2989 1 1431 47.9 0.000 0.000 | LZO1C-2 | mdmonitor 1773 1 1063 60.0 0.000 0.000 | LZO1C-2 | modutils.sh 1223 1 778 63.6 0.000 0.000 | LZO1C-2 | mountall.sh 869 1 665 76.5 0.000 0.000 | LZO1C-2 | mountnfs.sh 1589 1 937 59.0 0.000 0.000 | LZO1C-2 | networking 1956 1 1036 53.0 0.000 0.000 | LZO1C-2 | nfscommon 1609 1 1003 62.3 0.000 0.000 | LZO1C-2 | nfsserver 3326 1 1902 57.2 0.000 0.000 | LZO1C-2 | ofono 516 1 373 72.3 0.000 0.000 | LZO1C-2 | populate-volatile.sh 7826 1 3532 45.1 0.000 0.000 | LZO1C-2 | ppp 1231 1 702 57.0 0.000 0.000 | LZO1C-2 | psplash.sh 682 1 475 69.6 0.000 0.000 | LZO1C-2 | rc 4457 1 2570 57.7 0.000 0.000 | LZO1C-2 | rcS 525 1 447 85.1 0.000 0.000 | LZO1C-2 | read-only-rootfs-hook.sh 1273 1 873 68.6 0.000 0.000 | LZO1C-2 | reboot 289 1 224 77.5 0.000 0.000 | LZO1C-2 | rmnologin.sh 585 1 381 65.1 0.000 0.000 | LZO1C-2 | rng-tools 1021 1 495 48.5 0.000 0.000 | LZO1C-2 | rpcbind 1827 1 962 52.7 0.000 0.000 | LZO1C-2 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1C-2 | save-rtc.sh 429 1 324 75.5 0.000 0.000 | LZO1C-2 | sendsigs 438 1 306 69.9 0.000 0.000 | LZO1C-2 | single 578 1 430 74.4 0.000 0.000 | LZO1C-2 | sshd 2029 1 1048 51.7 0.000 0.000 | LZO1C-2 | sysfs.sh 907 1 476 52.5 0.000 0.000 | LZO1C-2 | syslog 2066 1 1142 55.3 0.000 0.000 | LZO1C-2 | tcf-agent 1298 1 741 57.1 0.000 0.000 | LZO1C-2 | udev 2779 1 1658 59.7 0.000 0.000 | LZO1C-2 | umountfs 540 1 407 75.4 0.000 0.000 | LZO1C-2 | umountnfs.sh 711 1 528 74.3 0.000 0.000 | LZO1C-2 | urandom 1473 1 954 64.8 0.000 0.000 | LZO1C-2 | xserver-nodm 1436 1 992 69.1 0.000 0.000 | LZO1C-2 | inittab 1140 1 797 69.9 0.000 0.000 | LZO1C-2 | inputrc 1633 1 1066 65.3 0.000 0.000 | LZO1C-2 | bpf_pinning 85 1 88 104 0.000 0.000 | LZO1C-2 | ematch_map 81 1 86 106 0.000 0.000 | LZO1C-2 | group 31 1 35 113 0.000 0.000 | LZO1C-2 | nl_protos 262 1 265 101 0.000 0.000 | LZO1C-2 | rt_dsfield 331 1 279 84.3 0.000 0.000 | LZO1C-2 | rt_protos 201 1 203 101 0.000 0.000 | LZO1C-2 | rt_realms 112 1 113 101 0.000 0.000 | LZO1C-2 | rt_scopes 92 1 92 100 0.000 0.000 | LZO1C-2 | rt_tables 87 1 89 102 0.000 0.000 | LZO1C-2 | issue 58 1 63 109 0.000 0.000 | LZO1C-2 | issue.net 55 1 60 109 0.000 0.000 | LZO1C-2 | ld.so.cache 57567 1 17591 30.6 0.000 0.000 | LZO1C-2 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1C-2 | classid 1130 1 650 57.5 0.000 0.000 | LZO1C-2 | pktloc 1532 1 849 55.4 0.000 0.000 | LZO1C-2 | collect_dnf.conf 813 1 511 62.9 0.000 0.000 | LZO1C-2 | limits 827 1 637 77.0 0.000 0.000 | LZO1C-2 | login.access 2006 1 1314 65.5 0.000 0.000 | LZO1C-2 | login.defs 11030 1 6445 58.4 0.000 0.000 | LZO1C-2 | logrotate-dmesg.conf 121 1 118 97.5 0.000 0.000 | LZO1C-2 | logrotate.conf 434 1 364 83.9 0.000 0.000 | LZO1C-2 | btmp 130 1 120 92.3 0.000 0.000 | LZO1C-2 | dnf 526 1 138 26.2 0.000 0.000 | LZO1C-2 | wtmp 145 1 133 91.7 0.000 0.000 | LZO1C-2 | kbdconfig 721 1 550 76.3 0.000 0.000 | LZO1C-2 | session 630 1 466 74.0 0.000 0.000 | LZO1C-2 | mdadm.conf 2687 1 1895 70.5 0.000 0.000 | LZO1C-2 | mke2fs.conf 846 1 509 60.2 0.000 0.000 | LZO1C-2 | uvesafb.conf 39 1 41 105 0.000 0.000 | LZO1C-2 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1C-2 | motd 0 1 3 0.0 0.000 0.000 | LZO1C-2 | netconfig 767 1 469 61.1 0.000 0.000 | LZO1C-2 | nfsroot 809 1 543 67.1 0.000 0.000 | LZO1C-2 | wpa-supplicant 1999 1 959 48.0 0.000 0.000 | LZO1C-2 | interfaces 132 1 126 95.5 0.000 0.000 | LZO1C-2 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1C-2 | nfs-utils.conf 1087 1 755 69.5 0.000 0.000 | LZO1C-2 | nfsmount.conf 3606 1 2046 56.7 0.000 0.000 | LZO1C-2 | nsswitch.conf 497 1 372 74.8 0.000 0.000 | LZO1C-2 | phonesim.conf 361 1 309 85.6 0.000 0.000 | LZO1C-2 | arch.conf 88 1 69 78.4 0.000 0.000 | LZO1C-2 | opkg.conf 845 1 603 71.4 0.000 0.000 | LZO1C-2 | passwd 1055 1 713 67.6 0.000 0.000 | LZO1C-2 | passwd- 1006 1 681 67.7 0.000 0.000 | LZO1C-2 | cert9.db 28672 1 989 3.4 0.000 0.000 | LZO1C-2 | key4.db 36864 1 1241 3.4 0.000 0.000 | LZO1C-2 | pkcs11.txt 425 1 366 86.1 0.000 0.000 | LZO1C-2 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1C-2 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1C-2 | ip-down 1454 1 1035 71.2 0.000 0.000 | LZO1C-2 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1C-2 | ip-up 1452 1 1036 71.3 0.000 0.000 | LZO1C-2 | 08setupdns 292 1 185 63.4 0.000 0.000 | LZO1C-2 | options 5 1 9 180 0.000 0.000 | LZO1C-2 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1C-2 | provider 1093 1 830 75.9 0.000 0.000 | LZO1C-2 | ppp_on_boot 573 1 464 81.0 0.000 0.000 | LZO1C-2 | profile 984 1 803 81.6 0.000 0.000 | LZO1C-2 | bash_completion.sh 672 1 418 62.2 0.000 0.000 | LZO1C-2 | distcc.sh 68 1 65 95.6 0.000 0.000 | LZO1C-2 | gawk.csh 1107 1 291 26.3 0.000 0.000 | LZO1C-2 | gawk.sh 757 1 236 31.2 0.000 0.000 | LZO1C-2 | protocols 2932 1 2123 72.4 0.000 0.000 | LZO1C-2 | client.conf 1233 1 973 78.9 0.000 0.000 | LZO1C-2 | 50-sato.conf 447 1 376 84.1 0.000 0.000 | LZO1C-2 | daemon.conf 2374 1 1601 67.4 0.000 0.000 | LZO1C-2 | default.pa 4933 1 2691 54.6 0.000 0.000 | LZO1C-2 | system.pa 2078 1 1350 65.0 0.000 0.000 | LZO1C-2 | quilt.quiltrc 1236 1 861 69.7 0.000 0.000 | LZO1C-2 | quotagrpadmins 220 1 203 92.3 0.000 0.000 | LZO1C-2 | quotatab 261 1 225 86.2 0.000 0.000 | LZO1C-2 | rpc 895 1 680 76.0 0.000 0.000 | LZO1C-2 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1C-2 | macros 38 1 43 113 0.000 0.000 | LZO1C-2 | platform 19 1 23 121 0.000 0.000 | LZO1C-2 | rpmrc 104 1 80 76.9 0.000 0.000 | LZO1C-2 | securetty 1848 1 1301 70.4 0.000 0.000 | LZO1C-2 | services 18790 1 10391 55.3 0.000 0.000 | LZO1C-2 | shadow 651 1 236 36.3 0.000 0.000 | LZO1C-2 | shadow- 619 1 219 35.4 0.000 0.000 | LZO1C-2 | shells 52 1 50 96.2 0.000 0.000 | LZO1C-2 | .bashrc 410 1 332 81.0 0.000 0.000 | LZO1C-2 | .profile 241 1 226 93.8 0.000 0.000 | LZO1C-2 | slsh.rc 2030 1 1040 51.2 0.000 0.000 | LZO1C-2 | moduli 577388 3 30064 5.2 1052.354 0.000 | LZO1C-2 | ssh_config 1548 1 1065 68.8 0.000 0.000 | LZO1C-2 | ssh_host_ecdsa_key 505 1 456 90.3 0.000 0.000 | LZO1C-2 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 | LZO1C-2 | ssh_host_ed25519_key 411 1 323 78.6 0.000 0.000 | LZO1C-2 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1C-2 | ssh_host_rsa_key 2602 1 2573 98.9 0.000 0.000 | LZO1C-2 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1C-2 | sshd_config 3177 1 2036 64.1 0.000 0.000 | LZO1C-2 | sshd_config_readonly 3186 1 2040 64.0 0.000 0.000 | LZO1C-2 | ca-certificates.crt 200061 1 161437 80.7 75.080 0.000 | LZO1C-2 | openssl.cnf 10909 1 5178 47.5 0.000 0.000 | LZO1C-2 | sudoers 3174 1 1925 60.6 0.000 0.000 | LZO1C-2 | sudoers.dist 3174 1 1925 60.6 0.000 0.000 | LZO1C-2 | crond 110 1 105 95.5 0.000 0.000 | LZO1C-2 | kdump.conf 411 1 330 80.3 0.000 0.000 | LZO1C-2 | sysctl.conf 2128 1 1616 75.9 0.000 0.000 | LZO1C-2 | syslog-startup.conf 651 1 543 83.4 0.000 0.000 | LZO1C-2 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1C-2 | ansi 1481 1 761 51.4 0.000 0.000 | LZO1C-2 | dumb 308 1 72 23.4 0.000 0.000 | LZO1C-2 | linux 1730 1 1024 59.2 0.000 0.000 | LZO1C-2 | rxvt 2286 1 1579 69.1 0.000 0.000 | LZO1C-2 | screen 1587 1 935 58.9 0.000 0.000 | LZO1C-2 | screen-256color 1677 1 978 58.3 0.000 0.000 | LZO1C-2 | sun 1004 1 515 51.3 0.000 0.000 | LZO1C-2 | vt100 1190 1 750 63.0 0.000 0.000 | LZO1C-2 | vt102 1184 1 756 63.9 0.000 0.000 | LZO1C-2 | vt200 1377 1 932 67.7 0.000 0.000 | LZO1C-2 | vt220 1377 1 932 67.7 0.000 0.000 | LZO1C-2 | vt52 470 1 234 49.8 0.000 0.000 | LZO1C-2 | xterm-256color 3641 1 2529 69.5 0.000 0.000 | LZO1C-2 | xterm-color 1551 1 797 51.4 0.000 0.000 | LZO1C-2 | xterm-xfree86 2240 1 1395 62.3 0.000 0.000 | LZO1C-2 | timestamp 15 1 19 127 0.000 0.000 | LZO1C-2 | timezone 10 1 14 140 0.000 0.000 | LZO1C-2 | dnf.conf 164 1 126 76.8 0.000 0.000 | LZO1C-2 | mount.blacklist 51 1 44 86.3 0.000 0.000 | LZO1C-2 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1C-2 | automount.rules 847 1 572 67.5 0.000 0.000 | LZO1C-2 | autonet.rules 757 1 542 71.6 0.000 0.000 | LZO1C-2 | local.rules 885 1 664 75.0 0.000 0.000 | LZO1C-2 | localextra.rules 843 1 614 72.8 0.000 0.000 | LZO1C-2 | mount.sh 4279 1 2267 53.0 0.000 0.000 | LZO1C-2 | network.sh 1402 1 1041 74.3 0.000 0.000 | LZO1C-2 | udev.conf 49 1 53 108 0.000 0.000 | LZO1C-2 | 50default 2634 1 1162 44.1 0.000 0.000 | LZO1C-2 | version 15 1 19 127 0.000 0.000 | LZO1C-2 | volatile.cache 5955 1 1547 26.0 0.000 0.000 | LZO1C-2 | warnquota.conf 3360 1 2209 65.7 0.000 0.000 | LZO1C-2 | wpa_supplicant.conf 113 1 106 93.8 0.000 0.000 | LZO1C-2 | at-spi-dbus-bus.desktop 296 1 275 92.9 0.000 0.000 | LZO1C-2 | connman-applet.desktop 191 1 177 92.7 0.000 0.000 | LZO1C-2 | gsettings-data-convert.desktop 7741 1 4675 60.4 0.000 0.000 | LZO1C-2 | pulseaudio.desktop 4973 1 2409 48.4 0.000 0.000 | LZO1C-2 | xinput_calibrator.desktop 299 1 238 79.6 0.000 0.000 | LZO1C-2 | libfm.conf 183 1 144 78.7 0.000 0.000 | LZO1C-2 | pcmanfm.conf 321 1 282 87.9 0.000 0.000 | LZO1C-2 | Xserver 652 1 461 70.7 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1442 72.3 140.160 0.000 LZO1C-2 ***TOTALS*** 1249687 289 413953 33.1 140.160 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1C-3 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1C-3 | Xsession 755 1 509 67.4 0.000 0.000 | LZO1C-3 | 13xdgbasedirs.sh 550 1 468 85.1 0.000 0.000 | LZO1C-3 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1C-3 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1C-3 | 80matchboxkeyboard.sh 631 1 407 64.5 0.000 0.000 | LZO1C-3 | 89xdgautostart.sh 179 1 151 84.4 0.000 0.000 | LZO1C-3 | 90XWindowManager.sh 181 1 110 60.8 0.000 0.000 | LZO1C-3 | xinitrc 739 1 444 60.1 0.000 0.000 | LZO1C-3 | xorg.conf 1165 1 618 53.0 0.000 0.000 | LZO1C-3 | asound.conf 32 1 37 116 0.000 0.000 | LZO1C-3 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1C-3 | avahi-daemon.conf 1753 1 1264 72.1 0.000 0.000 | LZO1C-3 | localtime 114 1 38 33.3 0.000 0.000 | LZO1C-3 | hosts 1121 1 910 81.2 0.000 0.000 | LZO1C-3 | sftp-ssh.service 1075 1 844 78.5 0.000 0.000 | LZO1C-3 | ssh.service 1071 1 842 78.6 0.000 0.000 | LZO1C-3 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1C-3 | perf 6321 1 3027 47.9 0.000 0.000 | LZO1C-3 | quilt 7117 1 2730 38.4 0.000 0.000 | LZO1C-3 | bindresvport.blacklist 429 1 342 79.7 0.000 0.000 | LZO1C-3 | input.conf 397 1 353 88.9 0.000 0.000 | LZO1C-3 | network.conf 120 1 120 100 0.000 0.000 | LZO1C-3 | build 527 1 285 54.1 0.000 0.000 | LZO1C-3 | busybox.links.nosuid 2392 1 1197 50.0 0.000 0.000 | LZO1C-3 | busybox.links.suid 91 1 70 76.9 0.000 0.000 | LZO1C-3 | ca-certificates.conf 5340 1 2017 37.8 0.000 0.000 | LZO1C-3 | pap 653 1 549 84.1 0.000 0.000 | LZO1C-3 | logrotate 189 1 156 82.5 0.000 0.000 | LZO1C-3 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1C-3 | crontab 653 1 420 64.3 0.000 0.000 | LZO1C-3 | session.conf 838 1 632 75.4 0.000 0.000 | LZO1C-3 | system.conf 833 1 630 75.6 0.000 0.000 | LZO1C-3 | ConsoleKit.conf 7305 1 966 13.2 0.000 0.000 | LZO1C-3 | avahi-dbus.conf 1138 1 552 48.5 0.000 0.000 | LZO1C-3 | bluetooth.conf 1315 1 706 53.7 0.000 0.000 | LZO1C-3 | dbus-wpa_supplicant.conf 743 1 352 47.4 0.000 0.000 | LZO1C-3 | ofono.conf 1063 1 605 56.9 0.000 0.000 | LZO1C-3 | pulseaudio-system.conf 1084 1 856 79.0 0.000 0.000 | LZO1C-3 | devpts 93 1 94 101 0.000 0.000 | LZO1C-3 | distcc 535 1 446 83.4 0.000 0.000 | LZO1C-3 | mountall 36 1 38 106 0.000 0.000 | LZO1C-3 | postinst 52 1 57 110 0.000 0.000 | LZO1C-3 | rcS 1040 1 798 76.7 0.000 0.000 | LZO1C-3 | rng-tools 27 1 31 115 0.000 0.000 | LZO1C-3 | usbd 0 1 3 0.0 0.000 0.000 | LZO1C-3 | useradd 117 1 122 104 0.000 0.000 | LZO1C-3 | 00_core 1637 1 1042 63.7 0.000 0.000 | LZO1C-3 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1C-3 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1C-3 | 99_sshd 75 1 67 89.3 0.000 0.000 | LZO1C-3 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1C-3 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1C-3 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1C-3 | clients.allow 1582 1 1139 72.0 0.000 0.000 | LZO1C-3 | commands.allow.sh 1763 1 1089 61.8 0.000 0.000 | LZO1C-3 | hosts 203 1 181 89.2 0.000 0.000 | LZO1C-3 | automatic.conf 2569 1 1350 52.5 0.000 0.000 | LZO1C-3 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1C-3 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1C-3 | yum.conf 4 1 8 200 0.000 0.000 | LZO1C-3 | arch 26 1 29 112 0.000 0.000 | LZO1C-3 | releasever 6 1 10 167 0.000 0.000 | LZO1C-3 | e2scrub.conf 685 1 502 73.3 0.000 0.000 | LZO1C-3 | exports 46 1 49 107 0.000 0.000 | LZO1C-3 | 30-liberation-aliases.conf 419 1 231 55.1 0.000 0.000 | LZO1C-3 | README 978 1 728 74.4 0.000 0.000 | LZO1C-3 | fonts.conf 2532 1 1474 58.2 0.000 0.000 | LZO1C-3 | config 1032 1 437 42.3 0.000 0.000 | LZO1C-3 | machconfig 193 1 153 79.3 0.000 0.000 | LZO1C-3 | fstab 637 1 386 60.6 0.000 0.000 | LZO1C-3 | path 1448 1 896 61.9 0.000 0.000 | LZO1C-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-3 | %gconf.xml 235 1 148 63.0 0.000 0.000 | LZO1C-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-3 | %gconf.xml 2158 1 600 27.8 0.000 0.000 | LZO1C-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-3 | %gconf.xml 515 1 312 60.6 0.000 0.000 | LZO1C-3 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-3 | %gconf.xml 5626 1 1697 30.2 0.000 0.000 | LZO1C-3 | settings-daemon.schemas 7202 1 1808 25.1 0.000 0.000 | LZO1C-3 | group 639 1 564 88.3 0.000 0.000 | LZO1C-3 | group- 620 1 547 88.2 0.000 0.000 | LZO1C-3 | gshadow 529 1 392 74.1 0.000 0.000 | LZO1C-3 | gshadow- 514 1 381 74.1 0.000 0.000 | LZO1C-3 | im-multipress.conf 890 1 793 89.1 0.000 0.000 | LZO1C-3 | host.conf 26 1 30 115 0.000 0.000 | LZO1C-3 | hostname 11 1 15 136 0.000 0.000 | LZO1C-3 | hosts 258 1 207 80.2 0.000 0.000 | LZO1C-3 | alsa-state 811 1 527 65.0 0.000 0.000 | LZO1C-3 | atd 578 1 396 68.5 0.000 0.000 | LZO1C-3 | avahi-daemon 4491 1 2568 57.2 0.000 0.000 | LZO1C-3 | banner.sh 492 1 302 61.4 0.000 0.000 | LZO1C-3 | bluetooth 1253 1 780 62.3 0.000 0.000 | LZO1C-3 | bootlogd 1997 1 1224 61.3 0.000 0.000 | LZO1C-3 | bootmisc.sh 2017 1 1375 68.2 0.000 0.000 | LZO1C-3 | checkroot.sh 3591 1 2311 64.4 0.000 0.000 | LZO1C-3 | connman 1462 1 968 66.2 0.000 0.000 | LZO1C-3 | crond 1235 1 815 66.0 0.000 0.000 | LZO1C-3 | dbus-1 2887 1 1795 62.2 0.000 0.000 | LZO1C-3 | devpts.sh 526 1 394 74.9 0.000 0.000 | LZO1C-3 | distcc 2863 1 1681 58.7 0.000 0.000 | LZO1C-3 | dmesg.sh 352 1 251 71.3 0.000 0.000 | LZO1C-3 | functions 2141 1 1338 62.5 0.000 0.000 | LZO1C-3 | halt 510 1 406 79.6 0.000 0.000 | LZO1C-3 | hostname.sh 580 1 426 73.4 0.000 0.000 | LZO1C-3 | hwclock.sh 2541 1 1334 52.5 0.000 0.000 | LZO1C-3 | kdump 2989 1 1426 47.7 0.000 0.000 | LZO1C-3 | mdmonitor 1773 1 1056 59.6 0.000 0.000 | LZO1C-3 | modutils.sh 1223 1 778 63.6 0.000 0.000 | LZO1C-3 | mountall.sh 869 1 663 76.3 0.000 0.000 | LZO1C-3 | mountnfs.sh 1589 1 937 59.0 0.000 0.000 | LZO1C-3 | networking 1956 1 1036 53.0 0.000 0.000 | LZO1C-3 | nfscommon 1609 1 996 61.9 0.000 0.000 | LZO1C-3 | nfsserver 3326 1 1884 56.6 0.000 0.000 | LZO1C-3 | ofono 516 1 374 72.5 0.000 0.000 | LZO1C-3 | populate-volatile.sh 7826 1 3518 45.0 0.000 0.000 | LZO1C-3 | ppp 1231 1 698 56.7 0.000 0.000 | LZO1C-3 | psplash.sh 682 1 473 69.4 0.000 0.000 | LZO1C-3 | rc 4457 1 2562 57.5 0.000 0.000 | LZO1C-3 | rcS 525 1 447 85.1 0.000 0.000 | LZO1C-3 | read-only-rootfs-hook.sh 1273 1 872 68.5 0.000 0.000 | LZO1C-3 | reboot 289 1 224 77.5 0.000 0.000 | LZO1C-3 | rmnologin.sh 585 1 379 64.8 0.000 0.000 | LZO1C-3 | rng-tools 1021 1 495 48.5 0.000 0.000 | LZO1C-3 | rpcbind 1827 1 968 53.0 0.000 0.000 | LZO1C-3 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1C-3 | save-rtc.sh 429 1 325 75.8 0.000 0.000 | LZO1C-3 | sendsigs 438 1 306 69.9 0.000 0.000 | LZO1C-3 | single 578 1 428 74.0 0.000 0.000 | LZO1C-3 | sshd 2029 1 1046 51.6 0.000 0.000 | LZO1C-3 | sysfs.sh 907 1 471 51.9 0.000 0.000 | LZO1C-3 | syslog 2066 1 1140 55.2 0.000 0.000 | LZO1C-3 | tcf-agent 1298 1 737 56.8 0.000 0.000 | LZO1C-3 | udev 2779 1 1644 59.2 0.000 0.000 | LZO1C-3 | umountfs 540 1 405 75.0 0.000 0.000 | LZO1C-3 | umountnfs.sh 711 1 524 73.7 0.000 0.000 | LZO1C-3 | urandom 1473 1 954 64.8 0.000 0.000 | LZO1C-3 | xserver-nodm 1436 1 989 68.9 0.000 0.000 | LZO1C-3 | inittab 1140 1 795 69.7 0.000 0.000 | LZO1C-3 | inputrc 1633 1 1059 64.8 0.000 0.000 | LZO1C-3 | bpf_pinning 85 1 88 104 0.000 0.000 | LZO1C-3 | ematch_map 81 1 86 106 0.000 0.000 | LZO1C-3 | group 31 1 35 113 0.000 0.000 | LZO1C-3 | nl_protos 262 1 265 101 0.000 0.000 | LZO1C-3 | rt_dsfield 331 1 279 84.3 0.000 0.000 | LZO1C-3 | rt_protos 201 1 203 101 0.000 0.000 | LZO1C-3 | rt_realms 112 1 113 101 0.000 0.000 | LZO1C-3 | rt_scopes 92 1 92 100 0.000 0.000 | LZO1C-3 | rt_tables 87 1 89 102 0.000 0.000 | LZO1C-3 | issue 58 1 63 109 0.000 0.000 | LZO1C-3 | issue.net 55 1 60 109 0.000 0.000 | LZO1C-3 | ld.so.cache 57567 1 17805 30.9 0.000 0.000 | LZO1C-3 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1C-3 | classid 1130 1 650 57.5 0.000 0.000 | LZO1C-3 | pktloc 1532 1 846 55.2 0.000 0.000 | LZO1C-3 | collect_dnf.conf 813 1 513 63.1 0.000 0.000 | LZO1C-3 | limits 827 1 637 77.0 0.000 0.000 | LZO1C-3 | login.access 2006 1 1309 65.3 0.000 0.000 | LZO1C-3 | login.defs 11030 1 6401 58.0 0.000 0.000 | LZO1C-3 | logrotate-dmesg.conf 121 1 118 97.5 0.000 0.000 | LZO1C-3 | logrotate.conf 434 1 364 83.9 0.000 0.000 | LZO1C-3 | btmp 130 1 120 92.3 0.000 0.000 | LZO1C-3 | dnf 526 1 138 26.2 0.000 0.000 | LZO1C-3 | wtmp 145 1 133 91.7 0.000 0.000 | LZO1C-3 | kbdconfig 721 1 548 76.0 0.000 0.000 | LZO1C-3 | session 630 1 466 74.0 0.000 0.000 | LZO1C-3 | mdadm.conf 2687 1 1885 70.2 0.000 0.000 | LZO1C-3 | mke2fs.conf 846 1 511 60.4 0.000 0.000 | LZO1C-3 | uvesafb.conf 39 1 41 105 0.000 0.000 | LZO1C-3 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1C-3 | motd 0 1 3 0.0 0.000 0.000 | LZO1C-3 | netconfig 767 1 470 61.3 0.000 0.000 | LZO1C-3 | nfsroot 809 1 541 66.9 0.000 0.000 | LZO1C-3 | wpa-supplicant 1999 1 953 47.7 0.000 0.000 | LZO1C-3 | interfaces 132 1 126 95.5 0.000 0.000 | LZO1C-3 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1C-3 | nfs-utils.conf 1087 1 748 68.8 0.000 0.000 | LZO1C-3 | nfsmount.conf 3606 1 2041 56.6 0.000 0.000 | LZO1C-3 | nsswitch.conf 497 1 372 74.8 0.000 0.000 | LZO1C-3 | phonesim.conf 361 1 309 85.6 0.000 0.000 | LZO1C-3 | arch.conf 88 1 69 78.4 0.000 0.000 | LZO1C-3 | opkg.conf 845 1 603 71.4 0.000 0.000 | LZO1C-3 | passwd 1055 1 705 66.8 0.000 0.000 | LZO1C-3 | passwd- 1006 1 673 66.9 0.000 0.000 | LZO1C-3 | cert9.db 28672 1 988 3.4 0.000 0.000 | LZO1C-3 | key4.db 36864 1 1241 3.4 0.000 0.000 | LZO1C-3 | pkcs11.txt 425 1 366 86.1 0.000 0.000 | LZO1C-3 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1C-3 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1C-3 | ip-down 1454 1 1032 71.0 0.000 0.000 | LZO1C-3 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1C-3 | ip-up 1452 1 1034 71.2 0.000 0.000 | LZO1C-3 | 08setupdns 292 1 185 63.4 0.000 0.000 | LZO1C-3 | options 5 1 9 180 0.000 0.000 | LZO1C-3 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1C-3 | provider 1093 1 822 75.2 0.000 0.000 | LZO1C-3 | ppp_on_boot 573 1 464 81.0 0.000 0.000 | LZO1C-3 | profile 984 1 801 81.4 0.000 0.000 | LZO1C-3 | bash_completion.sh 672 1 416 61.9 0.000 0.000 | LZO1C-3 | distcc.sh 68 1 65 95.6 0.000 0.000 | LZO1C-3 | gawk.csh 1107 1 291 26.3 0.000 0.000 | LZO1C-3 | gawk.sh 757 1 236 31.2 0.000 0.000 | LZO1C-3 | protocols 2932 1 2120 72.3 0.000 0.000 | LZO1C-3 | client.conf 1233 1 965 78.3 0.000 0.000 | LZO1C-3 | 50-sato.conf 447 1 371 83.0 0.000 0.000 | LZO1C-3 | daemon.conf 2374 1 1589 66.9 0.000 0.000 | LZO1C-3 | default.pa 4933 1 2680 54.3 0.000 0.000 | LZO1C-3 | system.pa 2078 1 1338 64.4 0.000 0.000 | LZO1C-3 | quilt.quiltrc 1236 1 858 69.4 0.000 0.000 | LZO1C-3 | quotagrpadmins 220 1 203 92.3 0.000 0.000 | LZO1C-3 | quotatab 261 1 225 86.2 0.000 0.000 | LZO1C-3 | rpc 895 1 680 76.0 0.000 0.000 | LZO1C-3 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1C-3 | macros 38 1 43 113 0.000 0.000 | LZO1C-3 | platform 19 1 23 121 0.000 0.000 | LZO1C-3 | rpmrc 104 1 80 76.9 0.000 0.000 | LZO1C-3 | securetty 1848 1 1297 70.2 0.000 0.000 | LZO1C-3 | services 18790 1 10321 54.9 0.000 0.000 | LZO1C-3 | shadow 651 1 236 36.3 0.000 0.000 | LZO1C-3 | shadow- 619 1 219 35.4 0.000 0.000 | LZO1C-3 | shells 52 1 50 96.2 0.000 0.000 | LZO1C-3 | .bashrc 410 1 331 80.7 0.000 0.000 | LZO1C-3 | .profile 241 1 226 93.8 0.000 0.000 | LZO1C-3 | slsh.rc 2030 1 1042 51.3 0.000 0.000 | LZO1C-3 | moduli 577388 3 30049 5.2 1038.251 0.000 | LZO1C-3 | ssh_config 1548 1 1065 68.8 0.000 0.000 | LZO1C-3 | ssh_host_ecdsa_key 505 1 456 90.3 0.000 0.000 | LZO1C-3 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 | LZO1C-3 | ssh_host_ed25519_key 411 1 323 78.6 0.000 0.000 | LZO1C-3 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1C-3 | ssh_host_rsa_key 2602 1 2573 98.9 0.000 0.000 | LZO1C-3 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1C-3 | sshd_config 3177 1 2025 63.7 0.000 0.000 | LZO1C-3 | sshd_config_readonly 3186 1 2027 63.6 0.000 0.000 | LZO1C-3 | ca-certificates.crt 200061 1 161002 80.5 74.695 0.000 | LZO1C-3 | openssl.cnf 10909 1 5140 47.1 0.000 0.000 | LZO1C-3 | sudoers 3174 1 1915 60.3 0.000 0.000 | LZO1C-3 | sudoers.dist 3174 1 1915 60.3 0.000 0.000 | LZO1C-3 | crond 110 1 105 95.5 0.000 0.000 | LZO1C-3 | kdump.conf 411 1 332 80.8 0.000 0.000 | LZO1C-3 | sysctl.conf 2128 1 1601 75.2 0.000 0.000 | LZO1C-3 | syslog-startup.conf 651 1 543 83.4 0.000 0.000 | LZO1C-3 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1C-3 | ansi 1481 1 760 51.3 0.000 0.000 | LZO1C-3 | dumb 308 1 72 23.4 0.000 0.000 | LZO1C-3 | linux 1730 1 1020 59.0 0.000 0.000 | LZO1C-3 | rxvt 2286 1 1574 68.9 0.000 0.000 | LZO1C-3 | screen 1587 1 937 59.0 0.000 0.000 | LZO1C-3 | screen-256color 1677 1 981 58.5 0.000 0.000 | LZO1C-3 | sun 1004 1 513 51.1 0.000 0.000 | LZO1C-3 | vt100 1190 1 750 63.0 0.000 0.000 | LZO1C-3 | vt102 1184 1 755 63.8 0.000 0.000 | LZO1C-3 | vt200 1377 1 929 67.5 0.000 0.000 | LZO1C-3 | vt220 1377 1 929 67.5 0.000 0.000 | LZO1C-3 | vt52 470 1 234 49.8 0.000 0.000 | LZO1C-3 | xterm-256color 3641 1 2519 69.2 0.000 0.000 | LZO1C-3 | xterm-color 1551 1 797 51.4 0.000 0.000 | LZO1C-3 | xterm-xfree86 2240 1 1394 62.2 0.000 0.000 | LZO1C-3 | timestamp 15 1 19 127 0.000 0.000 | LZO1C-3 | timezone 10 1 14 140 0.000 0.000 | LZO1C-3 | dnf.conf 164 1 126 76.8 0.000 0.000 | LZO1C-3 | mount.blacklist 51 1 44 86.3 0.000 0.000 | LZO1C-3 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1C-3 | automount.rules 847 1 572 67.5 0.000 0.000 | LZO1C-3 | autonet.rules 757 1 542 71.6 0.000 0.000 | LZO1C-3 | local.rules 885 1 664 75.0 0.000 0.000 | LZO1C-3 | localextra.rules 843 1 614 72.8 0.000 0.000 | LZO1C-3 | mount.sh 4279 1 2256 52.7 0.000 0.000 | LZO1C-3 | network.sh 1402 1 1038 74.0 0.000 0.000 | LZO1C-3 | udev.conf 49 1 53 108 0.000 0.000 | LZO1C-3 | 50default 2634 1 1158 44.0 0.000 0.000 | LZO1C-3 | version 15 1 19 127 0.000 0.000 | LZO1C-3 | volatile.cache 5955 1 1551 26.0 0.000 0.000 | LZO1C-3 | warnquota.conf 3360 1 2203 65.6 0.000 0.000 | LZO1C-3 | wpa_supplicant.conf 113 1 106 93.8 0.000 0.000 | LZO1C-3 | at-spi-dbus-bus.desktop 296 1 275 92.9 0.000 0.000 | LZO1C-3 | connman-applet.desktop 191 1 177 92.7 0.000 0.000 | LZO1C-3 | gsettings-data-convert.desktop 7741 1 4653 60.1 0.000 0.000 | LZO1C-3 | pulseaudio.desktop 4973 1 2401 48.3 0.000 0.000 | LZO1C-3 | xinput_calibrator.desktop 299 1 238 79.6 0.000 0.000 | LZO1C-3 | libfm.conf 183 1 144 78.7 0.000 0.000 | LZO1C-3 | pcmanfm.conf 321 1 282 87.9 0.000 0.000 | LZO1C-3 | Xserver 652 1 460 70.6 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1439 72.2 139.364 0.000 LZO1C-3 ***TOTALS*** 1249687 289 412996 33.0 139.364 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1C-4 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1C-4 | Xsession 755 1 506 67.0 0.000 0.000 | LZO1C-4 | 13xdgbasedirs.sh 550 1 461 83.8 0.000 0.000 | LZO1C-4 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1C-4 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1C-4 | 80matchboxkeyboard.sh 631 1 400 63.4 0.000 0.000 | LZO1C-4 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 | LZO1C-4 | 90XWindowManager.sh 181 1 107 59.1 0.000 0.000 | LZO1C-4 | xinitrc 739 1 428 57.9 0.000 0.000 | LZO1C-4 | xorg.conf 1165 1 618 53.0 0.000 0.000 | LZO1C-4 | asound.conf 32 1 37 116 0.000 0.000 | LZO1C-4 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1C-4 | avahi-daemon.conf 1753 1 1250 71.3 0.000 0.000 | LZO1C-4 | localtime 114 1 35 30.7 0.000 0.000 | LZO1C-4 | hosts 1121 1 900 80.3 0.000 0.000 | LZO1C-4 | sftp-ssh.service 1075 1 842 78.3 0.000 0.000 | LZO1C-4 | ssh.service 1071 1 841 78.5 0.000 0.000 | LZO1C-4 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1C-4 | perf 6321 1 2994 47.4 0.000 0.000 | LZO1C-4 | quilt 7117 1 2671 37.5 0.000 0.000 | LZO1C-4 | bindresvport.blacklist 429 1 330 76.9 0.000 0.000 | LZO1C-4 | input.conf 397 1 348 87.7 0.000 0.000 | LZO1C-4 | network.conf 120 1 120 100 0.000 0.000 | LZO1C-4 | build 527 1 281 53.3 0.000 0.000 | LZO1C-4 | busybox.links.nosuid 2392 1 1186 49.6 0.000 0.000 | LZO1C-4 | busybox.links.suid 91 1 68 74.7 0.000 0.000 | LZO1C-4 | ca-certificates.conf 5340 1 1990 37.3 0.000 0.000 | LZO1C-4 | pap 653 1 548 83.9 0.000 0.000 | LZO1C-4 | logrotate 189 1 155 82.0 0.000 0.000 | LZO1C-4 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1C-4 | crontab 653 1 423 64.8 0.000 0.000 | LZO1C-4 | session.conf 838 1 630 75.2 0.000 0.000 | LZO1C-4 | system.conf 833 1 630 75.6 0.000 0.000 | LZO1C-4 | ConsoleKit.conf 7305 1 960 13.1 0.000 0.000 | LZO1C-4 | avahi-dbus.conf 1138 1 549 48.2 0.000 0.000 | LZO1C-4 | bluetooth.conf 1315 1 696 52.9 0.000 0.000 | LZO1C-4 | dbus-wpa_supplicant.conf 743 1 339 45.6 0.000 0.000 | LZO1C-4 | ofono.conf 1063 1 593 55.8 0.000 0.000 | LZO1C-4 | pulseaudio-system.conf 1084 1 846 78.0 0.000 0.000 | LZO1C-4 | devpts 93 1 94 101 0.000 0.000 | LZO1C-4 | distcc 535 1 438 81.9 0.000 0.000 | LZO1C-4 | mountall 36 1 38 106 0.000 0.000 | LZO1C-4 | postinst 52 1 56 108 0.000 0.000 | LZO1C-4 | rcS 1040 1 786 75.6 0.000 0.000 | LZO1C-4 | rng-tools 27 1 31 115 0.000 0.000 | LZO1C-4 | usbd 0 1 3 0.0 0.000 0.000 | LZO1C-4 | useradd 117 1 123 105 0.000 0.000 | LZO1C-4 | 00_core 1637 1 1012 61.8 0.000 0.000 | LZO1C-4 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1C-4 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1C-4 | 99_sshd 75 1 64 85.3 0.000 0.000 | LZO1C-4 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1C-4 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1C-4 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1C-4 | clients.allow 1582 1 1106 69.9 0.000 0.000 | LZO1C-4 | commands.allow.sh 1763 1 1081 61.3 0.000 0.000 | LZO1C-4 | hosts 203 1 178 87.7 0.000 0.000 | LZO1C-4 | automatic.conf 2569 1 1311 51.0 0.000 0.000 | LZO1C-4 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1C-4 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1C-4 | yum.conf 4 1 8 200 0.000 0.000 | LZO1C-4 | arch 26 1 29 112 0.000 0.000 | LZO1C-4 | releasever 6 1 10 167 0.000 0.000 | LZO1C-4 | e2scrub.conf 685 1 485 70.8 0.000 0.000 | LZO1C-4 | exports 46 1 49 107 0.000 0.000 | LZO1C-4 | 30-liberation-aliases.conf 419 1 218 52.0 0.000 0.000 | LZO1C-4 | README 978 1 717 73.3 0.000 0.000 | LZO1C-4 | fonts.conf 2532 1 1436 56.7 0.000 0.000 | LZO1C-4 | config 1032 1 441 42.7 0.000 0.000 | LZO1C-4 | machconfig 193 1 151 78.2 0.000 0.000 | LZO1C-4 | fstab 637 1 377 59.2 0.000 0.000 | LZO1C-4 | path 1448 1 884 61.0 0.000 0.000 | LZO1C-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-4 | %gconf.xml 235 1 147 62.6 0.000 0.000 | LZO1C-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-4 | %gconf.xml 2158 1 592 27.4 0.000 0.000 | LZO1C-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-4 | %gconf.xml 515 1 312 60.6 0.000 0.000 | LZO1C-4 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-4 | %gconf.xml 5626 1 1641 29.2 0.000 0.000 | LZO1C-4 | settings-daemon.schemas 7202 1 1794 24.9 0.000 0.000 | LZO1C-4 | group 639 1 554 86.7 0.000 0.000 | LZO1C-4 | group- 620 1 537 86.6 0.000 0.000 | LZO1C-4 | gshadow 529 1 390 73.7 0.000 0.000 | LZO1C-4 | gshadow- 514 1 379 73.7 0.000 0.000 | LZO1C-4 | im-multipress.conf 890 1 783 88.0 0.000 0.000 | LZO1C-4 | host.conf 26 1 30 115 0.000 0.000 | LZO1C-4 | hostname 11 1 15 136 0.000 0.000 | LZO1C-4 | hosts 258 1 204 79.1 0.000 0.000 | LZO1C-4 | alsa-state 811 1 535 66.0 0.000 0.000 | LZO1C-4 | atd 578 1 396 68.5 0.000 0.000 | LZO1C-4 | avahi-daemon 4491 1 2499 55.6 0.000 0.000 | LZO1C-4 | banner.sh 492 1 295 60.0 0.000 0.000 | LZO1C-4 | bluetooth 1253 1 775 61.9 0.000 0.000 | LZO1C-4 | bootlogd 1997 1 1231 61.6 0.000 0.000 | LZO1C-4 | bootmisc.sh 2017 1 1346 66.7 0.000 0.000 | LZO1C-4 | checkroot.sh 3591 1 2263 63.0 0.000 0.000 | LZO1C-4 | connman 1462 1 960 65.7 0.000 0.000 | LZO1C-4 | crond 1235 1 810 65.6 0.000 0.000 | LZO1C-4 | dbus-1 2887 1 1769 61.3 0.000 0.000 | LZO1C-4 | devpts.sh 526 1 383 72.8 0.000 0.000 | LZO1C-4 | distcc 2863 1 1637 57.2 0.000 0.000 | LZO1C-4 | dmesg.sh 352 1 246 69.9 0.000 0.000 | LZO1C-4 | functions 2141 1 1332 62.2 0.000 0.000 | LZO1C-4 | halt 510 1 401 78.6 0.000 0.000 | LZO1C-4 | hostname.sh 580 1 424 73.1 0.000 0.000 | LZO1C-4 | hwclock.sh 2541 1 1308 51.5 0.000 0.000 | LZO1C-4 | kdump 2989 1 1418 47.4 0.000 0.000 | LZO1C-4 | mdmonitor 1773 1 1051 59.3 0.000 0.000 | LZO1C-4 | modutils.sh 1223 1 754 61.7 0.000 0.000 | LZO1C-4 | mountall.sh 869 1 655 75.4 0.000 0.000 | LZO1C-4 | mountnfs.sh 1589 1 929 58.5 0.000 0.000 | LZO1C-4 | networking 1956 1 1014 51.8 0.000 0.000 | LZO1C-4 | nfscommon 1609 1 992 61.7 0.000 0.000 | LZO1C-4 | nfsserver 3326 1 1854 55.7 0.000 0.000 | LZO1C-4 | ofono 516 1 367 71.1 0.000 0.000 | LZO1C-4 | populate-volatile.sh 7826 1 3463 44.2 0.000 0.000 | LZO1C-4 | ppp 1231 1 685 55.6 0.000 0.000 | LZO1C-4 | psplash.sh 682 1 470 68.9 0.000 0.000 | LZO1C-4 | rc 4457 1 2504 56.2 0.000 0.000 | LZO1C-4 | rcS 525 1 444 84.6 0.000 0.000 | LZO1C-4 | read-only-rootfs-hook.sh 1273 1 867 68.1 0.000 0.000 | LZO1C-4 | reboot 289 1 221 76.5 0.000 0.000 | LZO1C-4 | rmnologin.sh 585 1 376 64.3 0.000 0.000 | LZO1C-4 | rng-tools 1021 1 481 47.1 0.000 0.000 | LZO1C-4 | rpcbind 1827 1 951 52.1 0.000 0.000 | LZO1C-4 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1C-4 | save-rtc.sh 429 1 319 74.4 0.000 0.000 | LZO1C-4 | sendsigs 438 1 300 68.5 0.000 0.000 | LZO1C-4 | single 578 1 421 72.8 0.000 0.000 | LZO1C-4 | sshd 2029 1 1027 50.6 0.000 0.000 | LZO1C-4 | sysfs.sh 907 1 471 51.9 0.000 0.000 | LZO1C-4 | syslog 2066 1 1122 54.3 0.000 0.000 | LZO1C-4 | tcf-agent 1298 1 734 56.5 0.000 0.000 | LZO1C-4 | udev 2779 1 1634 58.8 0.000 0.000 | LZO1C-4 | umountfs 540 1 403 74.6 0.000 0.000 | LZO1C-4 | umountnfs.sh 711 1 514 72.3 0.000 0.000 | LZO1C-4 | urandom 1473 1 921 62.5 0.000 0.000 | LZO1C-4 | xserver-nodm 1436 1 972 67.7 0.000 0.000 | LZO1C-4 | inittab 1140 1 778 68.2 0.000 0.000 | LZO1C-4 | inputrc 1633 1 1047 64.1 0.000 0.000 | LZO1C-4 | bpf_pinning 85 1 86 101 0.000 0.000 | LZO1C-4 | ematch_map 81 1 86 106 0.000 0.000 | LZO1C-4 | group 31 1 35 113 0.000 0.000 | LZO1C-4 | nl_protos 262 1 257 98.1 0.000 0.000 | LZO1C-4 | rt_dsfield 331 1 278 84.0 0.000 0.000 | LZO1C-4 | rt_protos 201 1 201 100 0.000 0.000 | LZO1C-4 | rt_realms 112 1 113 101 0.000 0.000 | LZO1C-4 | rt_scopes 92 1 91 98.9 0.000 0.000 | LZO1C-4 | rt_tables 87 1 87 100 0.000 0.000 | LZO1C-4 | issue 58 1 63 109 0.000 0.000 | LZO1C-4 | issue.net 55 1 60 109 0.000 0.000 | LZO1C-4 | ld.so.cache 57567 1 17235 29.9 0.000 0.000 | LZO1C-4 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1C-4 | classid 1130 1 633 56.0 0.000 0.000 | LZO1C-4 | pktloc 1532 1 855 55.8 0.000 0.000 | LZO1C-4 | collect_dnf.conf 813 1 509 62.6 0.000 0.000 | LZO1C-4 | limits 827 1 629 76.1 0.000 0.000 | LZO1C-4 | login.access 2006 1 1295 64.6 0.000 0.000 | LZO1C-4 | login.defs 11030 1 6213 56.3 0.000 0.000 | LZO1C-4 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 | LZO1C-4 | logrotate.conf 434 1 362 83.4 0.000 0.000 | LZO1C-4 | btmp 130 1 119 91.5 0.000 0.000 | LZO1C-4 | dnf 526 1 136 25.9 0.000 0.000 | LZO1C-4 | wtmp 145 1 130 89.7 0.000 0.000 | LZO1C-4 | kbdconfig 721 1 538 74.6 0.000 0.000 | LZO1C-4 | session 630 1 462 73.3 0.000 0.000 | LZO1C-4 | mdadm.conf 2687 1 1850 68.9 0.000 0.000 | LZO1C-4 | mke2fs.conf 846 1 506 59.8 0.000 0.000 | LZO1C-4 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1C-4 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1C-4 | motd 0 1 3 0.0 0.000 0.000 | LZO1C-4 | netconfig 767 1 456 59.5 0.000 0.000 | LZO1C-4 | nfsroot 809 1 539 66.6 0.000 0.000 | LZO1C-4 | wpa-supplicant 1999 1 934 46.7 0.000 0.000 | LZO1C-4 | interfaces 132 1 124 93.9 0.000 0.000 | LZO1C-4 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1C-4 | nfs-utils.conf 1087 1 742 68.3 0.000 0.000 | LZO1C-4 | nfsmount.conf 3606 1 2001 55.5 0.000 0.000 | LZO1C-4 | nsswitch.conf 497 1 370 74.4 0.000 0.000 | LZO1C-4 | phonesim.conf 361 1 306 84.8 0.000 0.000 | LZO1C-4 | arch.conf 88 1 67 76.1 0.000 0.000 | LZO1C-4 | opkg.conf 845 1 601 71.1 0.000 0.000 | LZO1C-4 | passwd 1055 1 694 65.8 0.000 0.000 | LZO1C-4 | passwd- 1006 1 663 65.9 0.000 0.000 | LZO1C-4 | cert9.db 28672 1 961 3.4 0.000 0.000 | LZO1C-4 | key4.db 36864 1 1219 3.3 0.000 0.000 | LZO1C-4 | pkcs11.txt 425 1 363 85.4 0.000 0.000 | LZO1C-4 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1C-4 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1C-4 | ip-down 1454 1 1008 69.3 0.000 0.000 | LZO1C-4 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1C-4 | ip-up 1452 1 1006 69.3 0.000 0.000 | LZO1C-4 | 08setupdns 292 1 185 63.4 0.000 0.000 | LZO1C-4 | options 5 1 9 180 0.000 0.000 | LZO1C-4 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1C-4 | provider 1093 1 808 73.9 0.000 0.000 | LZO1C-4 | ppp_on_boot 573 1 454 79.2 0.000 0.000 | LZO1C-4 | profile 984 1 794 80.7 0.000 0.000 | LZO1C-4 | bash_completion.sh 672 1 413 61.5 0.000 0.000 | LZO1C-4 | distcc.sh 68 1 64 94.1 0.000 0.000 | LZO1C-4 | gawk.csh 1107 1 283 25.6 0.000 0.000 | LZO1C-4 | gawk.sh 757 1 231 30.5 0.000 0.000 | LZO1C-4 | protocols 2932 1 2062 70.3 0.000 0.000 | LZO1C-4 | client.conf 1233 1 955 77.5 0.000 0.000 | LZO1C-4 | 50-sato.conf 447 1 365 81.7 0.000 0.000 | LZO1C-4 | daemon.conf 2374 1 1559 65.7 0.000 0.000 | LZO1C-4 | default.pa 4933 1 2592 52.5 0.000 0.000 | LZO1C-4 | system.pa 2078 1 1305 62.8 0.000 0.000 | LZO1C-4 | quilt.quiltrc 1236 1 844 68.3 0.000 0.000 | LZO1C-4 | quotagrpadmins 220 1 201 91.4 0.000 0.000 | LZO1C-4 | quotatab 261 1 222 85.1 0.000 0.000 | LZO1C-4 | rpc 895 1 669 74.7 0.000 0.000 | LZO1C-4 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1C-4 | macros 38 1 43 113 0.000 0.000 | LZO1C-4 | platform 19 1 23 121 0.000 0.000 | LZO1C-4 | rpmrc 104 1 76 73.1 0.000 0.000 | LZO1C-4 | securetty 1848 1 1218 65.9 0.000 0.000 | LZO1C-4 | services 18790 1 10170 54.1 0.000 0.000 | LZO1C-4 | shadow 651 1 233 35.8 0.000 0.000 | LZO1C-4 | shadow- 619 1 217 35.1 0.000 0.000 | LZO1C-4 | shells 52 1 49 94.2 0.000 0.000 | LZO1C-4 | .bashrc 410 1 327 79.8 0.000 0.000 | LZO1C-4 | .profile 241 1 225 93.4 0.000 0.000 | LZO1C-4 | slsh.rc 2030 1 1028 50.6 0.000 0.000 | LZO1C-4 | moduli 577388 3 31084 5.4 756.111 0.000 | LZO1C-4 | ssh_config 1548 1 1061 68.5 0.000 0.000 | LZO1C-4 | ssh_host_ecdsa_key 505 1 451 89.3 0.000 0.000 | LZO1C-4 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1C-4 | ssh_host_ed25519_key 411 1 321 78.1 0.000 0.000 | LZO1C-4 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1C-4 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 | LZO1C-4 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 | LZO1C-4 | sshd_config 3177 1 1976 62.2 0.000 0.000 | LZO1C-4 | sshd_config_readonly 3186 1 1976 62.0 0.000 0.000 | LZO1C-4 | ca-certificates.crt 200061 1 160514 80.2 57.861 0.000 | LZO1C-4 | openssl.cnf 10909 1 4984 45.7 0.000 0.000 | LZO1C-4 | sudoers 3174 1 1863 58.7 0.000 0.000 | LZO1C-4 | sudoers.dist 3174 1 1863 58.7 0.000 0.000 | LZO1C-4 | crond 110 1 105 95.5 0.000 0.000 | LZO1C-4 | kdump.conf 411 1 330 80.3 0.000 0.000 | LZO1C-4 | sysctl.conf 2128 1 1566 73.6 0.000 0.000 | LZO1C-4 | syslog-startup.conf 651 1 543 83.4 0.000 0.000 | LZO1C-4 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1C-4 | ansi 1481 1 741 50.0 0.000 0.000 | LZO1C-4 | dumb 308 1 70 22.7 0.000 0.000 | LZO1C-4 | linux 1730 1 1029 59.5 0.000 0.000 | LZO1C-4 | rxvt 2286 1 1553 67.9 0.000 0.000 | LZO1C-4 | screen 1587 1 928 58.5 0.000 0.000 | LZO1C-4 | screen-256color 1677 1 968 57.7 0.000 0.000 | LZO1C-4 | sun 1004 1 504 50.2 0.000 0.000 | LZO1C-4 | vt100 1190 1 726 61.0 0.000 0.000 | LZO1C-4 | vt102 1184 1 736 62.2 0.000 0.000 | LZO1C-4 | vt200 1377 1 925 67.2 0.000 0.000 | LZO1C-4 | vt220 1377 1 925 67.2 0.000 0.000 | LZO1C-4 | vt52 470 1 230 48.9 0.000 0.000 | LZO1C-4 | xterm-256color 3641 1 2455 67.4 0.000 0.000 | LZO1C-4 | xterm-color 1551 1 795 51.3 0.000 0.000 | LZO1C-4 | xterm-xfree86 2240 1 1377 61.5 0.000 0.000 | LZO1C-4 | timestamp 15 1 19 127 0.000 0.000 | LZO1C-4 | timezone 10 1 14 140 0.000 0.000 | LZO1C-4 | dnf.conf 164 1 126 76.8 0.000 0.000 | LZO1C-4 | mount.blacklist 51 1 43 84.3 0.000 0.000 | LZO1C-4 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1C-4 | automount.rules 847 1 566 66.8 0.000 0.000 | LZO1C-4 | autonet.rules 757 1 539 71.2 0.000 0.000 | LZO1C-4 | local.rules 885 1 661 74.7 0.000 0.000 | LZO1C-4 | localextra.rules 843 1 606 71.9 0.000 0.000 | LZO1C-4 | mount.sh 4279 1 2204 51.5 0.000 0.000 | LZO1C-4 | network.sh 1402 1 1019 72.7 0.000 0.000 | LZO1C-4 | udev.conf 49 1 53 108 0.000 0.000 | LZO1C-4 | 50default 2634 1 1128 42.8 0.000 0.000 | LZO1C-4 | version 15 1 19 127 0.000 0.000 | LZO1C-4 | volatile.cache 5955 1 1535 25.8 0.000 0.000 | LZO1C-4 | warnquota.conf 3360 1 2155 64.1 0.000 0.000 | LZO1C-4 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 | LZO1C-4 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 | LZO1C-4 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 | LZO1C-4 | gsettings-data-convert.desktop 7741 1 4552 58.8 0.000 0.000 | LZO1C-4 | pulseaudio.desktop 4973 1 2378 47.8 0.000 0.000 | LZO1C-4 | xinput_calibrator.desktop 299 1 238 79.6 0.000 0.000 | LZO1C-4 | libfm.conf 183 1 146 79.8 0.000 0.000 | LZO1C-4 | pcmanfm.conf 321 1 281 87.5 0.000 0.000 | LZO1C-4 | Xserver 652 1 461 70.7 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1427 71.4 107.496 0.000 LZO1C-4 ***TOTALS*** 1249687 289 409611 32.8 107.496 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1C-5 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1C-5 | Xsession 755 1 512 67.8 0.000 0.000 | LZO1C-5 | 13xdgbasedirs.sh 550 1 462 84.0 0.000 0.000 | LZO1C-5 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1C-5 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1C-5 | 80matchboxkeyboard.sh 631 1 398 63.1 0.000 0.000 | LZO1C-5 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 | LZO1C-5 | 90XWindowManager.sh 181 1 107 59.1 0.000 0.000 | LZO1C-5 | xinitrc 739 1 440 59.5 0.000 0.000 | LZO1C-5 | xorg.conf 1165 1 611 52.4 0.000 0.000 | LZO1C-5 | asound.conf 32 1 37 116 0.000 0.000 | LZO1C-5 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1C-5 | avahi-daemon.conf 1753 1 1241 70.8 0.000 0.000 | LZO1C-5 | localtime 114 1 35 30.7 0.000 0.000 | LZO1C-5 | hosts 1121 1 900 80.3 0.000 0.000 | LZO1C-5 | sftp-ssh.service 1075 1 838 78.0 0.000 0.000 | LZO1C-5 | ssh.service 1071 1 843 78.7 0.000 0.000 | LZO1C-5 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1C-5 | perf 6321 1 2974 47.0 0.000 0.000 | LZO1C-5 | quilt 7117 1 2660 37.4 0.000 0.000 | LZO1C-5 | bindresvport.blacklist 429 1 334 77.9 0.000 0.000 | LZO1C-5 | input.conf 397 1 343 86.4 0.000 0.000 | LZO1C-5 | network.conf 120 1 120 100 0.000 0.000 | LZO1C-5 | build 527 1 278 52.8 0.000 0.000 | LZO1C-5 | busybox.links.nosuid 2392 1 1176 49.2 0.000 0.000 | LZO1C-5 | busybox.links.suid 91 1 69 75.8 0.000 0.000 | LZO1C-5 | ca-certificates.conf 5340 1 1964 36.8 0.000 0.000 | LZO1C-5 | pap 653 1 536 82.1 0.000 0.000 | LZO1C-5 | logrotate 189 1 153 81.0 0.000 0.000 | LZO1C-5 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1C-5 | crontab 653 1 425 65.1 0.000 0.000 | LZO1C-5 | session.conf 838 1 627 74.8 0.000 0.000 | LZO1C-5 | system.conf 833 1 623 74.8 0.000 0.000 | LZO1C-5 | ConsoleKit.conf 7305 1 950 13.0 0.000 0.000 | LZO1C-5 | avahi-dbus.conf 1138 1 546 48.0 0.000 0.000 | LZO1C-5 | bluetooth.conf 1315 1 691 52.5 0.000 0.000 | LZO1C-5 | dbus-wpa_supplicant.conf 743 1 348 46.8 0.000 0.000 | LZO1C-5 | ofono.conf 1063 1 588 55.3 0.000 0.000 | LZO1C-5 | pulseaudio-system.conf 1084 1 842 77.7 0.000 0.000 | LZO1C-5 | devpts 93 1 94 101 0.000 0.000 | LZO1C-5 | distcc 535 1 438 81.9 0.000 0.000 | LZO1C-5 | mountall 36 1 38 106 0.000 0.000 | LZO1C-5 | postinst 52 1 56 108 0.000 0.000 | LZO1C-5 | rcS 1040 1 784 75.4 0.000 0.000 | LZO1C-5 | rng-tools 27 1 31 115 0.000 0.000 | LZO1C-5 | usbd 0 1 3 0.0 0.000 0.000 | LZO1C-5 | useradd 117 1 123 105 0.000 0.000 | LZO1C-5 | 00_core 1637 1 1008 61.6 0.000 0.000 | LZO1C-5 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1C-5 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1C-5 | 99_sshd 75 1 64 85.3 0.000 0.000 | LZO1C-5 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1C-5 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1C-5 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1C-5 | clients.allow 1582 1 1094 69.2 0.000 0.000 | LZO1C-5 | commands.allow.sh 1763 1 1066 60.5 0.000 0.000 | LZO1C-5 | hosts 203 1 178 87.7 0.000 0.000 | LZO1C-5 | automatic.conf 2569 1 1290 50.2 0.000 0.000 | LZO1C-5 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1C-5 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1C-5 | yum.conf 4 1 8 200 0.000 0.000 | LZO1C-5 | arch 26 1 29 112 0.000 0.000 | LZO1C-5 | releasever 6 1 10 167 0.000 0.000 | LZO1C-5 | e2scrub.conf 685 1 484 70.7 0.000 0.000 | LZO1C-5 | exports 46 1 49 107 0.000 0.000 | LZO1C-5 | 30-liberation-aliases.conf 419 1 218 52.0 0.000 0.000 | LZO1C-5 | README 978 1 712 72.8 0.000 0.000 | LZO1C-5 | fonts.conf 2532 1 1424 56.2 0.000 0.000 | LZO1C-5 | config 1032 1 436 42.2 0.000 0.000 | LZO1C-5 | machconfig 193 1 151 78.2 0.000 0.000 | LZO1C-5 | fstab 637 1 379 59.5 0.000 0.000 | LZO1C-5 | path 1448 1 873 60.3 0.000 0.000 | LZO1C-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-5 | %gconf.xml 235 1 147 62.6 0.000 0.000 | LZO1C-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-5 | %gconf.xml 2158 1 595 27.6 0.000 0.000 | LZO1C-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-5 | %gconf.xml 515 1 317 61.6 0.000 0.000 | LZO1C-5 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-5 | %gconf.xml 5626 1 1627 28.9 0.000 0.000 | LZO1C-5 | settings-daemon.schemas 7202 1 1770 24.6 0.000 0.000 | LZO1C-5 | group 639 1 549 85.9 0.000 0.000 | LZO1C-5 | group- 620 1 532 85.8 0.000 0.000 | LZO1C-5 | gshadow 529 1 391 73.9 0.000 0.000 | LZO1C-5 | gshadow- 514 1 380 73.9 0.000 0.000 | LZO1C-5 | im-multipress.conf 890 1 779 87.5 0.000 0.000 | LZO1C-5 | host.conf 26 1 30 115 0.000 0.000 | LZO1C-5 | hostname 11 1 15 136 0.000 0.000 | LZO1C-5 | hosts 258 1 204 79.1 0.000 0.000 | LZO1C-5 | alsa-state 811 1 529 65.2 0.000 0.000 | LZO1C-5 | atd 578 1 387 67.0 0.000 0.000 | LZO1C-5 | avahi-daemon 4491 1 2469 55.0 0.000 0.000 | LZO1C-5 | banner.sh 492 1 296 60.2 0.000 0.000 | LZO1C-5 | bluetooth 1253 1 770 61.5 0.000 0.000 | LZO1C-5 | bootlogd 1997 1 1213 60.7 0.000 0.000 | LZO1C-5 | bootmisc.sh 2017 1 1327 65.8 0.000 0.000 | LZO1C-5 | checkroot.sh 3591 1 2236 62.3 0.000 0.000 | LZO1C-5 | connman 1462 1 952 65.1 0.000 0.000 | LZO1C-5 | crond 1235 1 803 65.0 0.000 0.000 | LZO1C-5 | dbus-1 2887 1 1751 60.7 0.000 0.000 | LZO1C-5 | devpts.sh 526 1 384 73.0 0.000 0.000 | LZO1C-5 | distcc 2863 1 1635 57.1 0.000 0.000 | LZO1C-5 | dmesg.sh 352 1 244 69.3 0.000 0.000 | LZO1C-5 | functions 2141 1 1307 61.0 0.000 0.000 | LZO1C-5 | halt 510 1 401 78.6 0.000 0.000 | LZO1C-5 | hostname.sh 580 1 424 73.1 0.000 0.000 | LZO1C-5 | hwclock.sh 2541 1 1284 50.5 0.000 0.000 | LZO1C-5 | kdump 2989 1 1409 47.1 0.000 0.000 | LZO1C-5 | mdmonitor 1773 1 1044 58.9 0.000 0.000 | LZO1C-5 | modutils.sh 1223 1 763 62.4 0.000 0.000 | LZO1C-5 | mountall.sh 869 1 657 75.6 0.000 0.000 | LZO1C-5 | mountnfs.sh 1589 1 915 57.6 0.000 0.000 | LZO1C-5 | networking 1956 1 1010 51.6 0.000 0.000 | LZO1C-5 | nfscommon 1609 1 976 60.7 0.000 0.000 | LZO1C-5 | nfsserver 3326 1 1840 55.3 0.000 0.000 | LZO1C-5 | ofono 516 1 369 71.5 0.000 0.000 | LZO1C-5 | populate-volatile.sh 7826 1 3387 43.3 0.000 0.000 | LZO1C-5 | ppp 1231 1 681 55.3 0.000 0.000 | LZO1C-5 | psplash.sh 682 1 468 68.6 0.000 0.000 | LZO1C-5 | rc 4457 1 2490 55.9 0.000 0.000 | LZO1C-5 | rcS 525 1 443 84.4 0.000 0.000 | LZO1C-5 | read-only-rootfs-hook.sh 1273 1 860 67.6 0.000 0.000 | LZO1C-5 | reboot 289 1 221 76.5 0.000 0.000 | LZO1C-5 | rmnologin.sh 585 1 374 63.9 0.000 0.000 | LZO1C-5 | rng-tools 1021 1 477 46.7 0.000 0.000 | LZO1C-5 | rpcbind 1827 1 952 52.1 0.000 0.000 | LZO1C-5 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1C-5 | save-rtc.sh 429 1 321 74.8 0.000 0.000 | LZO1C-5 | sendsigs 438 1 300 68.5 0.000 0.000 | LZO1C-5 | single 578 1 423 73.2 0.000 0.000 | LZO1C-5 | sshd 2029 1 1027 50.6 0.000 0.000 | LZO1C-5 | sysfs.sh 907 1 473 52.1 0.000 0.000 | LZO1C-5 | syslog 2066 1 1124 54.4 0.000 0.000 | LZO1C-5 | tcf-agent 1298 1 718 55.3 0.000 0.000 | LZO1C-5 | udev 2779 1 1601 57.6 0.000 0.000 | LZO1C-5 | umountfs 540 1 401 74.3 0.000 0.000 | LZO1C-5 | umountnfs.sh 711 1 514 72.3 0.000 0.000 | LZO1C-5 | urandom 1473 1 921 62.5 0.000 0.000 | LZO1C-5 | xserver-nodm 1436 1 967 67.3 0.000 0.000 | LZO1C-5 | inittab 1140 1 777 68.2 0.000 0.000 | LZO1C-5 | inputrc 1633 1 1042 63.8 0.000 0.000 | LZO1C-5 | bpf_pinning 85 1 86 101 0.000 0.000 | LZO1C-5 | ematch_map 81 1 86 106 0.000 0.000 | LZO1C-5 | group 31 1 35 113 0.000 0.000 | LZO1C-5 | nl_protos 262 1 257 98.1 0.000 0.000 | LZO1C-5 | rt_dsfield 331 1 278 84.0 0.000 0.000 | LZO1C-5 | rt_protos 201 1 201 100 0.000 0.000 | LZO1C-5 | rt_realms 112 1 113 101 0.000 0.000 | LZO1C-5 | rt_scopes 92 1 91 98.9 0.000 0.000 | LZO1C-5 | rt_tables 87 1 87 100 0.000 0.000 | LZO1C-5 | issue 58 1 63 109 0.000 0.000 | LZO1C-5 | issue.net 55 1 60 109 0.000 0.000 | LZO1C-5 | ld.so.cache 57567 1 19378 33.7 0.000 0.000 | LZO1C-5 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1C-5 | classid 1130 1 637 56.4 0.000 0.000 | LZO1C-5 | pktloc 1532 1 849 55.4 0.000 0.000 | LZO1C-5 | collect_dnf.conf 813 1 511 62.9 0.000 0.000 | LZO1C-5 | limits 827 1 627 75.8 0.000 0.000 | LZO1C-5 | login.access 2006 1 1269 63.3 0.000 0.000 | LZO1C-5 | login.defs 11030 1 6079 55.1 0.000 0.000 | LZO1C-5 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 | LZO1C-5 | logrotate.conf 434 1 364 83.9 0.000 0.000 | LZO1C-5 | btmp 130 1 119 91.5 0.000 0.000 | LZO1C-5 | dnf 526 1 136 25.9 0.000 0.000 | LZO1C-5 | wtmp 145 1 131 90.3 0.000 0.000 | LZO1C-5 | kbdconfig 721 1 537 74.5 0.000 0.000 | LZO1C-5 | session 630 1 462 73.3 0.000 0.000 | LZO1C-5 | mdadm.conf 2687 1 1829 68.1 0.000 0.000 | LZO1C-5 | mke2fs.conf 846 1 500 59.1 0.000 0.000 | LZO1C-5 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1C-5 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1C-5 | motd 0 1 3 0.0 0.000 0.000 | LZO1C-5 | netconfig 767 1 456 59.5 0.000 0.000 | LZO1C-5 | nfsroot 809 1 526 65.0 0.000 0.000 | LZO1C-5 | wpa-supplicant 1999 1 944 47.2 0.000 0.000 | LZO1C-5 | interfaces 132 1 125 94.7 0.000 0.000 | LZO1C-5 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1C-5 | nfs-utils.conf 1087 1 736 67.7 0.000 0.000 | LZO1C-5 | nfsmount.conf 3606 1 1968 54.6 0.000 0.000 | LZO1C-5 | nsswitch.conf 497 1 369 74.2 0.000 0.000 | LZO1C-5 | phonesim.conf 361 1 306 84.8 0.000 0.000 | LZO1C-5 | arch.conf 88 1 67 76.1 0.000 0.000 | LZO1C-5 | opkg.conf 845 1 601 71.1 0.000 0.000 | LZO1C-5 | passwd 1055 1 680 64.5 0.000 0.000 | LZO1C-5 | passwd- 1006 1 651 64.7 0.000 0.000 | LZO1C-5 | cert9.db 28672 1 953 3.3 0.000 0.000 | LZO1C-5 | key4.db 36864 1 1205 3.3 0.000 0.000 | LZO1C-5 | pkcs11.txt 425 1 363 85.4 0.000 0.000 | LZO1C-5 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1C-5 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1C-5 | ip-down 1454 1 1007 69.3 0.000 0.000 | LZO1C-5 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1C-5 | ip-up 1452 1 1004 69.1 0.000 0.000 | LZO1C-5 | 08setupdns 292 1 187 64.0 0.000 0.000 | LZO1C-5 | options 5 1 9 180 0.000 0.000 | LZO1C-5 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1C-5 | provider 1093 1 800 73.2 0.000 0.000 | LZO1C-5 | ppp_on_boot 573 1 454 79.2 0.000 0.000 | LZO1C-5 | profile 984 1 788 80.1 0.000 0.000 | LZO1C-5 | bash_completion.sh 672 1 406 60.4 0.000 0.000 | LZO1C-5 | distcc.sh 68 1 64 94.1 0.000 0.000 | LZO1C-5 | gawk.csh 1107 1 294 26.6 0.000 0.000 | LZO1C-5 | gawk.sh 757 1 239 31.6 0.000 0.000 | LZO1C-5 | protocols 2932 1 2051 70.0 0.000 0.000 | LZO1C-5 | client.conf 1233 1 947 76.8 0.000 0.000 | LZO1C-5 | 50-sato.conf 447 1 364 81.4 0.000 0.000 | LZO1C-5 | daemon.conf 2374 1 1547 65.2 0.000 0.000 | LZO1C-5 | default.pa 4933 1 2580 52.3 0.000 0.000 | LZO1C-5 | system.pa 2078 1 1307 62.9 0.000 0.000 | LZO1C-5 | quilt.quiltrc 1236 1 839 67.9 0.000 0.000 | LZO1C-5 | quotagrpadmins 220 1 200 90.9 0.000 0.000 | LZO1C-5 | quotatab 261 1 222 85.1 0.000 0.000 | LZO1C-5 | rpc 895 1 669 74.7 0.000 0.000 | LZO1C-5 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1C-5 | macros 38 1 43 113 0.000 0.000 | LZO1C-5 | platform 19 1 23 121 0.000 0.000 | LZO1C-5 | rpmrc 104 1 76 73.1 0.000 0.000 | LZO1C-5 | securetty 1848 1 1205 65.2 0.000 0.000 | LZO1C-5 | services 18790 1 10074 53.6 0.000 0.000 | LZO1C-5 | shadow 651 1 232 35.6 0.000 0.000 | LZO1C-5 | shadow- 619 1 216 34.9 0.000 0.000 | LZO1C-5 | shells 52 1 49 94.2 0.000 0.000 | LZO1C-5 | .bashrc 410 1 326 79.5 0.000 0.000 | LZO1C-5 | .profile 241 1 225 93.4 0.000 0.000 | LZO1C-5 | slsh.rc 2030 1 1021 50.3 0.000 0.000 | LZO1C-5 | moduli 577388 3 31010 5.4 764.689 0.000 | LZO1C-5 | ssh_config 1548 1 1051 67.9 0.000 0.000 | LZO1C-5 | ssh_host_ecdsa_key 505 1 452 89.5 0.000 0.000 | LZO1C-5 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1C-5 | ssh_host_ed25519_key 411 1 324 78.8 0.000 0.000 | LZO1C-5 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1C-5 | ssh_host_rsa_key 2602 1 2571 98.8 0.000 0.000 | LZO1C-5 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 | LZO1C-5 | sshd_config 3177 1 1954 61.5 0.000 0.000 | LZO1C-5 | sshd_config_readonly 3186 1 1948 61.1 0.000 0.000 | LZO1C-5 | ca-certificates.crt 200061 1 160038 80.0 58.565 0.000 | LZO1C-5 | openssl.cnf 10909 1 4928 45.2 0.000 0.000 | LZO1C-5 | sudoers 3174 1 1851 58.3 0.000 0.000 | LZO1C-5 | sudoers.dist 3174 1 1851 58.3 0.000 0.000 | LZO1C-5 | crond 110 1 105 95.5 0.000 0.000 | LZO1C-5 | kdump.conf 411 1 330 80.3 0.000 0.000 | LZO1C-5 | sysctl.conf 2128 1 1560 73.3 0.000 0.000 | LZO1C-5 | syslog-startup.conf 651 1 541 83.1 0.000 0.000 | LZO1C-5 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1C-5 | ansi 1481 1 743 50.2 0.000 0.000 | LZO1C-5 | dumb 308 1 71 23.1 0.000 0.000 | LZO1C-5 | linux 1730 1 1009 58.3 0.000 0.000 | LZO1C-5 | rxvt 2286 1 1534 67.1 0.000 0.000 | LZO1C-5 | screen 1587 1 928 58.5 0.000 0.000 | LZO1C-5 | screen-256color 1677 1 971 57.9 0.000 0.000 | LZO1C-5 | sun 1004 1 492 49.0 0.000 0.000 | LZO1C-5 | vt100 1190 1 726 61.0 0.000 0.000 | LZO1C-5 | vt102 1184 1 733 61.9 0.000 0.000 | LZO1C-5 | vt200 1377 1 916 66.5 0.000 0.000 | LZO1C-5 | vt220 1377 1 916 66.5 0.000 0.000 | LZO1C-5 | vt52 470 1 229 48.7 0.000 0.000 | LZO1C-5 | xterm-256color 3641 1 2434 66.8 0.000 0.000 | LZO1C-5 | xterm-color 1551 1 790 50.9 0.000 0.000 | LZO1C-5 | xterm-xfree86 2240 1 1363 60.8 0.000 0.000 | LZO1C-5 | timestamp 15 1 19 127 0.000 0.000 | LZO1C-5 | timezone 10 1 14 140 0.000 0.000 | LZO1C-5 | dnf.conf 164 1 126 76.8 0.000 0.000 | LZO1C-5 | mount.blacklist 51 1 43 84.3 0.000 0.000 | LZO1C-5 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1C-5 | automount.rules 847 1 564 66.6 0.000 0.000 | LZO1C-5 | autonet.rules 757 1 537 70.9 0.000 0.000 | LZO1C-5 | local.rules 885 1 656 74.1 0.000 0.000 | LZO1C-5 | localextra.rules 843 1 604 71.6 0.000 0.000 | LZO1C-5 | mount.sh 4279 1 2187 51.1 0.000 0.000 | LZO1C-5 | network.sh 1402 1 1014 72.3 0.000 0.000 | LZO1C-5 | udev.conf 49 1 53 108 0.000 0.000 | LZO1C-5 | 50default 2634 1 1121 42.6 0.000 0.000 | LZO1C-5 | version 15 1 19 127 0.000 0.000 | LZO1C-5 | volatile.cache 5955 1 1540 25.9 0.000 0.000 | LZO1C-5 | warnquota.conf 3360 1 2123 63.2 0.000 0.000 | LZO1C-5 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 | LZO1C-5 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 | LZO1C-5 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 | LZO1C-5 | gsettings-data-convert.desktop 7741 1 4517 58.4 0.000 0.000 | LZO1C-5 | pulseaudio.desktop 4973 1 2361 47.5 0.000 0.000 | LZO1C-5 | xinput_calibrator.desktop 299 1 238 79.6 0.000 0.000 | LZO1C-5 | libfm.conf 183 1 143 78.1 0.000 0.000 | LZO1C-5 | pcmanfm.conf 321 1 275 85.7 0.000 0.000 | LZO1C-5 | Xserver 652 1 458 70.2 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1427 71.2 108.797 0.000 LZO1C-5 ***TOTALS*** 1249687 289 409723 32.8 108.797 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1C-6 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1C-6 | Xsession 755 1 505 66.9 0.000 0.000 | LZO1C-6 | 13xdgbasedirs.sh 550 1 461 83.8 0.000 0.000 | LZO1C-6 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1C-6 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1C-6 | 80matchboxkeyboard.sh 631 1 397 62.9 0.000 0.000 | LZO1C-6 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 | LZO1C-6 | 90XWindowManager.sh 181 1 107 59.1 0.000 0.000 | LZO1C-6 | xinitrc 739 1 429 58.1 0.000 0.000 | LZO1C-6 | xorg.conf 1165 1 616 52.9 0.000 0.000 | LZO1C-6 | asound.conf 32 1 37 116 0.000 0.000 | LZO1C-6 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1C-6 | avahi-daemon.conf 1753 1 1229 70.1 0.000 0.000 | LZO1C-6 | localtime 114 1 35 30.7 0.000 0.000 | LZO1C-6 | hosts 1121 1 891 79.5 0.000 0.000 | LZO1C-6 | sftp-ssh.service 1075 1 839 78.0 0.000 0.000 | LZO1C-6 | ssh.service 1071 1 842 78.6 0.000 0.000 | LZO1C-6 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1C-6 | perf 6321 1 2922 46.2 0.000 0.000 | LZO1C-6 | quilt 7117 1 2627 36.9 0.000 0.000 | LZO1C-6 | bindresvport.blacklist 429 1 331 77.2 0.000 0.000 | LZO1C-6 | input.conf 397 1 343 86.4 0.000 0.000 | LZO1C-6 | network.conf 120 1 120 100 0.000 0.000 | LZO1C-6 | build 527 1 282 53.5 0.000 0.000 | LZO1C-6 | busybox.links.nosuid 2392 1 1161 48.5 0.000 0.000 | LZO1C-6 | busybox.links.suid 91 1 68 74.7 0.000 0.000 | LZO1C-6 | ca-certificates.conf 5340 1 1983 37.1 0.000 0.000 | LZO1C-6 | pap 653 1 537 82.2 0.000 0.000 | LZO1C-6 | logrotate 189 1 154 81.5 0.000 0.000 | LZO1C-6 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1C-6 | crontab 653 1 422 64.6 0.000 0.000 | LZO1C-6 | session.conf 838 1 622 74.2 0.000 0.000 | LZO1C-6 | system.conf 833 1 618 74.2 0.000 0.000 | LZO1C-6 | ConsoleKit.conf 7305 1 928 12.7 0.000 0.000 | LZO1C-6 | avahi-dbus.conf 1138 1 546 48.0 0.000 0.000 | LZO1C-6 | bluetooth.conf 1315 1 691 52.5 0.000 0.000 | LZO1C-6 | dbus-wpa_supplicant.conf 743 1 348 46.8 0.000 0.000 | LZO1C-6 | ofono.conf 1063 1 590 55.5 0.000 0.000 | LZO1C-6 | pulseaudio-system.conf 1084 1 843 77.8 0.000 0.000 | LZO1C-6 | devpts 93 1 94 101 0.000 0.000 | LZO1C-6 | distcc 535 1 437 81.7 0.000 0.000 | LZO1C-6 | mountall 36 1 38 106 0.000 0.000 | LZO1C-6 | postinst 52 1 56 108 0.000 0.000 | LZO1C-6 | rcS 1040 1 778 74.8 0.000 0.000 | LZO1C-6 | rng-tools 27 1 31 115 0.000 0.000 | LZO1C-6 | usbd 0 1 3 0.0 0.000 0.000 | LZO1C-6 | useradd 117 1 123 105 0.000 0.000 | LZO1C-6 | 00_core 1637 1 995 60.8 0.000 0.000 | LZO1C-6 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1C-6 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1C-6 | 99_sshd 75 1 64 85.3 0.000 0.000 | LZO1C-6 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1C-6 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1C-6 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1C-6 | clients.allow 1582 1 1095 69.2 0.000 0.000 | LZO1C-6 | commands.allow.sh 1763 1 1051 59.6 0.000 0.000 | LZO1C-6 | hosts 203 1 178 87.7 0.000 0.000 | LZO1C-6 | automatic.conf 2569 1 1298 50.5 0.000 0.000 | LZO1C-6 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1C-6 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1C-6 | yum.conf 4 1 8 200 0.000 0.000 | LZO1C-6 | arch 26 1 29 112 0.000 0.000 | LZO1C-6 | releasever 6 1 10 167 0.000 0.000 | LZO1C-6 | e2scrub.conf 685 1 480 70.1 0.000 0.000 | LZO1C-6 | exports 46 1 49 107 0.000 0.000 | LZO1C-6 | 30-liberation-aliases.conf 419 1 216 51.6 0.000 0.000 | LZO1C-6 | README 978 1 711 72.7 0.000 0.000 | LZO1C-6 | fonts.conf 2532 1 1408 55.6 0.000 0.000 | LZO1C-6 | config 1032 1 436 42.2 0.000 0.000 | LZO1C-6 | machconfig 193 1 151 78.2 0.000 0.000 | LZO1C-6 | fstab 637 1 376 59.0 0.000 0.000 | LZO1C-6 | path 1448 1 865 59.7 0.000 0.000 | LZO1C-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-6 | %gconf.xml 235 1 147 62.6 0.000 0.000 | LZO1C-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-6 | %gconf.xml 2158 1 595 27.6 0.000 0.000 | LZO1C-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-6 | %gconf.xml 515 1 313 60.8 0.000 0.000 | LZO1C-6 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-6 | %gconf.xml 5626 1 1619 28.8 0.000 0.000 | LZO1C-6 | settings-daemon.schemas 7202 1 1771 24.6 0.000 0.000 | LZO1C-6 | group 639 1 548 85.8 0.000 0.000 | LZO1C-6 | group- 620 1 532 85.8 0.000 0.000 | LZO1C-6 | gshadow 529 1 387 73.2 0.000 0.000 | LZO1C-6 | gshadow- 514 1 376 73.2 0.000 0.000 | LZO1C-6 | im-multipress.conf 890 1 777 87.3 0.000 0.000 | LZO1C-6 | host.conf 26 1 30 115 0.000 0.000 | LZO1C-6 | hostname 11 1 15 136 0.000 0.000 | LZO1C-6 | hosts 258 1 202 78.3 0.000 0.000 | LZO1C-6 | alsa-state 811 1 525 64.7 0.000 0.000 | LZO1C-6 | atd 578 1 391 67.6 0.000 0.000 | LZO1C-6 | avahi-daemon 4491 1 2459 54.8 0.000 0.000 | LZO1C-6 | banner.sh 492 1 294 59.8 0.000 0.000 | LZO1C-6 | bluetooth 1253 1 770 61.5 0.000 0.000 | LZO1C-6 | bootlogd 1997 1 1206 60.4 0.000 0.000 | LZO1C-6 | bootmisc.sh 2017 1 1326 65.7 0.000 0.000 | LZO1C-6 | checkroot.sh 3591 1 2218 61.8 0.000 0.000 | LZO1C-6 | connman 1462 1 941 64.4 0.000 0.000 | LZO1C-6 | crond 1235 1 804 65.1 0.000 0.000 | LZO1C-6 | dbus-1 2887 1 1735 60.1 0.000 0.000 | LZO1C-6 | devpts.sh 526 1 384 73.0 0.000 0.000 | LZO1C-6 | distcc 2863 1 1620 56.6 0.000 0.000 | LZO1C-6 | dmesg.sh 352 1 244 69.3 0.000 0.000 | LZO1C-6 | functions 2141 1 1310 61.2 0.000 0.000 | LZO1C-6 | halt 510 1 400 78.4 0.000 0.000 | LZO1C-6 | hostname.sh 580 1 422 72.8 0.000 0.000 | LZO1C-6 | hwclock.sh 2541 1 1291 50.8 0.000 0.000 | LZO1C-6 | kdump 2989 1 1397 46.7 0.000 0.000 | LZO1C-6 | mdmonitor 1773 1 1030 58.1 0.000 0.000 | LZO1C-6 | modutils.sh 1223 1 756 61.8 0.000 0.000 | LZO1C-6 | mountall.sh 869 1 647 74.5 0.000 0.000 | LZO1C-6 | mountnfs.sh 1589 1 907 57.1 0.000 0.000 | LZO1C-6 | networking 1956 1 998 51.0 0.000 0.000 | LZO1C-6 | nfscommon 1609 1 964 59.9 0.000 0.000 | LZO1C-6 | nfsserver 3326 1 1827 54.9 0.000 0.000 | LZO1C-6 | ofono 516 1 366 70.9 0.000 0.000 | LZO1C-6 | populate-volatile.sh 7826 1 3365 43.0 0.000 0.000 | LZO1C-6 | ppp 1231 1 674 54.8 0.000 0.000 | LZO1C-6 | psplash.sh 682 1 468 68.6 0.000 0.000 | LZO1C-6 | rc 4457 1 2468 55.4 0.000 0.000 | LZO1C-6 | rcS 525 1 443 84.4 0.000 0.000 | LZO1C-6 | read-only-rootfs-hook.sh 1273 1 860 67.6 0.000 0.000 | LZO1C-6 | reboot 289 1 221 76.5 0.000 0.000 | LZO1C-6 | rmnologin.sh 585 1 374 63.9 0.000 0.000 | LZO1C-6 | rng-tools 1021 1 479 46.9 0.000 0.000 | LZO1C-6 | rpcbind 1827 1 949 51.9 0.000 0.000 | LZO1C-6 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1C-6 | save-rtc.sh 429 1 319 74.4 0.000 0.000 | LZO1C-6 | sendsigs 438 1 300 68.5 0.000 0.000 | LZO1C-6 | single 578 1 421 72.8 0.000 0.000 | LZO1C-6 | sshd 2029 1 1011 49.8 0.000 0.000 | LZO1C-6 | sysfs.sh 907 1 470 51.8 0.000 0.000 | LZO1C-6 | syslog 2066 1 1111 53.8 0.000 0.000 | LZO1C-6 | tcf-agent 1298 1 724 55.8 0.000 0.000 | LZO1C-6 | udev 2779 1 1594 57.4 0.000 0.000 | LZO1C-6 | umountfs 540 1 401 74.3 0.000 0.000 | LZO1C-6 | umountnfs.sh 711 1 516 72.6 0.000 0.000 | LZO1C-6 | urandom 1473 1 917 62.3 0.000 0.000 | LZO1C-6 | xserver-nodm 1436 1 959 66.8 0.000 0.000 | LZO1C-6 | inittab 1140 1 772 67.7 0.000 0.000 | LZO1C-6 | inputrc 1633 1 1022 62.6 0.000 0.000 | LZO1C-6 | bpf_pinning 85 1 86 101 0.000 0.000 | LZO1C-6 | ematch_map 81 1 86 106 0.000 0.000 | LZO1C-6 | group 31 1 35 113 0.000 0.000 | LZO1C-6 | nl_protos 262 1 257 98.1 0.000 0.000 | LZO1C-6 | rt_dsfield 331 1 278 84.0 0.000 0.000 | LZO1C-6 | rt_protos 201 1 201 100 0.000 0.000 | LZO1C-6 | rt_realms 112 1 113 101 0.000 0.000 | LZO1C-6 | rt_scopes 92 1 91 98.9 0.000 0.000 | LZO1C-6 | rt_tables 87 1 87 100 0.000 0.000 | LZO1C-6 | issue 58 1 63 109 0.000 0.000 | LZO1C-6 | issue.net 55 1 60 109 0.000 0.000 | LZO1C-6 | ld.so.cache 57567 1 18961 32.9 0.000 0.000 | LZO1C-6 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1C-6 | classid 1130 1 634 56.1 0.000 0.000 | LZO1C-6 | pktloc 1532 1 837 54.6 0.000 0.000 | LZO1C-6 | collect_dnf.conf 813 1 509 62.6 0.000 0.000 | LZO1C-6 | limits 827 1 629 76.1 0.000 0.000 | LZO1C-6 | login.access 2006 1 1258 62.7 0.000 0.000 | LZO1C-6 | login.defs 11030 1 6074 55.1 0.000 0.000 | LZO1C-6 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 | LZO1C-6 | logrotate.conf 434 1 358 82.5 0.000 0.000 | LZO1C-6 | btmp 130 1 119 91.5 0.000 0.000 | LZO1C-6 | dnf 526 1 136 25.9 0.000 0.000 | LZO1C-6 | wtmp 145 1 131 90.3 0.000 0.000 | LZO1C-6 | kbdconfig 721 1 537 74.5 0.000 0.000 | LZO1C-6 | session 630 1 461 73.2 0.000 0.000 | LZO1C-6 | mdadm.conf 2687 1 1828 68.0 0.000 0.000 | LZO1C-6 | mke2fs.conf 846 1 496 58.6 0.000 0.000 | LZO1C-6 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1C-6 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1C-6 | motd 0 1 3 0.0 0.000 0.000 | LZO1C-6 | netconfig 767 1 451 58.8 0.000 0.000 | LZO1C-6 | nfsroot 809 1 531 65.6 0.000 0.000 | LZO1C-6 | wpa-supplicant 1999 1 928 46.4 0.000 0.000 | LZO1C-6 | interfaces 132 1 125 94.7 0.000 0.000 | LZO1C-6 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1C-6 | nfs-utils.conf 1087 1 740 68.1 0.000 0.000 | LZO1C-6 | nfsmount.conf 3606 1 1940 53.8 0.000 0.000 | LZO1C-6 | nsswitch.conf 497 1 365 73.4 0.000 0.000 | LZO1C-6 | phonesim.conf 361 1 304 84.2 0.000 0.000 | LZO1C-6 | arch.conf 88 1 67 76.1 0.000 0.000 | LZO1C-6 | opkg.conf 845 1 599 70.9 0.000 0.000 | LZO1C-6 | passwd 1055 1 666 63.1 0.000 0.000 | LZO1C-6 | passwd- 1006 1 631 62.7 0.000 0.000 | LZO1C-6 | cert9.db 28672 1 949 3.3 0.000 0.000 | LZO1C-6 | key4.db 36864 1 1200 3.3 0.000 0.000 | LZO1C-6 | pkcs11.txt 425 1 363 85.4 0.000 0.000 | LZO1C-6 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1C-6 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1C-6 | ip-down 1454 1 1009 69.4 0.000 0.000 | LZO1C-6 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1C-6 | ip-up 1452 1 1007 69.4 0.000 0.000 | LZO1C-6 | 08setupdns 292 1 186 63.7 0.000 0.000 | LZO1C-6 | options 5 1 9 180 0.000 0.000 | LZO1C-6 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1C-6 | provider 1093 1 790 72.3 0.000 0.000 | LZO1C-6 | ppp_on_boot 573 1 450 78.5 0.000 0.000 | LZO1C-6 | profile 984 1 780 79.3 0.000 0.000 | LZO1C-6 | bash_completion.sh 672 1 404 60.1 0.000 0.000 | LZO1C-6 | distcc.sh 68 1 64 94.1 0.000 0.000 | LZO1C-6 | gawk.csh 1107 1 288 26.0 0.000 0.000 | LZO1C-6 | gawk.sh 757 1 232 30.6 0.000 0.000 | LZO1C-6 | protocols 2932 1 2036 69.4 0.000 0.000 | LZO1C-6 | client.conf 1233 1 941 76.3 0.000 0.000 | LZO1C-6 | 50-sato.conf 447 1 361 80.8 0.000 0.000 | LZO1C-6 | daemon.conf 2374 1 1536 64.7 0.000 0.000 | LZO1C-6 | default.pa 4933 1 2569 52.1 0.000 0.000 | LZO1C-6 | system.pa 2078 1 1301 62.6 0.000 0.000 | LZO1C-6 | quilt.quiltrc 1236 1 831 67.2 0.000 0.000 | LZO1C-6 | quotagrpadmins 220 1 200 90.9 0.000 0.000 | LZO1C-6 | quotatab 261 1 224 85.8 0.000 0.000 | LZO1C-6 | rpc 895 1 669 74.7 0.000 0.000 | LZO1C-6 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1C-6 | macros 38 1 43 113 0.000 0.000 | LZO1C-6 | platform 19 1 23 121 0.000 0.000 | LZO1C-6 | rpmrc 104 1 76 73.1 0.000 0.000 | LZO1C-6 | securetty 1848 1 1198 64.8 0.000 0.000 | LZO1C-6 | services 18790 1 9866 52.5 0.000 0.000 | LZO1C-6 | shadow 651 1 231 35.5 0.000 0.000 | LZO1C-6 | shadow- 619 1 215 34.7 0.000 0.000 | LZO1C-6 | shells 52 1 49 94.2 0.000 0.000 | LZO1C-6 | .bashrc 410 1 326 79.5 0.000 0.000 | LZO1C-6 | .profile 241 1 225 93.4 0.000 0.000 | LZO1C-6 | slsh.rc 2030 1 1020 50.2 0.000 0.000 | LZO1C-6 | moduli 577388 3 29121 5.0 791.353 0.000 | LZO1C-6 | ssh_config 1548 1 1040 67.2 0.000 0.000 | LZO1C-6 | ssh_host_ecdsa_key 505 1 451 89.3 0.000 0.000 | LZO1C-6 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1C-6 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 | LZO1C-6 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1C-6 | ssh_host_rsa_key 2602 1 2572 98.8 0.000 0.000 | LZO1C-6 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 | LZO1C-6 | sshd_config 3177 1 1942 61.1 0.000 0.000 | LZO1C-6 | sshd_config_readonly 3186 1 1941 60.9 0.000 0.000 | LZO1C-6 | ca-certificates.crt 200061 1 159425 79.7 55.146 0.000 | LZO1C-6 | openssl.cnf 10909 1 4882 44.8 0.000 0.000 | LZO1C-6 | sudoers 3174 1 1843 58.1 0.000 0.000 | LZO1C-6 | sudoers.dist 3174 1 1843 58.1 0.000 0.000 | LZO1C-6 | crond 110 1 105 95.5 0.000 0.000 | LZO1C-6 | kdump.conf 411 1 330 80.3 0.000 0.000 | LZO1C-6 | sysctl.conf 2128 1 1557 73.2 0.000 0.000 | LZO1C-6 | syslog-startup.conf 651 1 539 82.8 0.000 0.000 | LZO1C-6 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1C-6 | ansi 1481 1 740 50.0 0.000 0.000 | LZO1C-6 | dumb 308 1 71 23.1 0.000 0.000 | LZO1C-6 | linux 1730 1 1002 57.9 0.000 0.000 | LZO1C-6 | rxvt 2286 1 1531 67.0 0.000 0.000 | LZO1C-6 | screen 1587 1 923 58.2 0.000 0.000 | LZO1C-6 | screen-256color 1677 1 960 57.2 0.000 0.000 | LZO1C-6 | sun 1004 1 493 49.1 0.000 0.000 | LZO1C-6 | vt100 1190 1 725 60.9 0.000 0.000 | LZO1C-6 | vt102 1184 1 733 61.9 0.000 0.000 | LZO1C-6 | vt200 1377 1 914 66.4 0.000 0.000 | LZO1C-6 | vt220 1377 1 914 66.4 0.000 0.000 | LZO1C-6 | vt52 470 1 229 48.7 0.000 0.000 | LZO1C-6 | xterm-256color 3641 1 2406 66.1 0.000 0.000 | LZO1C-6 | xterm-color 1551 1 785 50.6 0.000 0.000 | LZO1C-6 | xterm-xfree86 2240 1 1356 60.5 0.000 0.000 | LZO1C-6 | timestamp 15 1 19 127 0.000 0.000 | LZO1C-6 | timezone 10 1 14 140 0.000 0.000 | LZO1C-6 | dnf.conf 164 1 126 76.8 0.000 0.000 | LZO1C-6 | mount.blacklist 51 1 43 84.3 0.000 0.000 | LZO1C-6 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1C-6 | automount.rules 847 1 558 65.9 0.000 0.000 | LZO1C-6 | autonet.rules 757 1 531 70.1 0.000 0.000 | LZO1C-6 | local.rules 885 1 649 73.3 0.000 0.000 | LZO1C-6 | localextra.rules 843 1 596 70.7 0.000 0.000 | LZO1C-6 | mount.sh 4279 1 2157 50.4 0.000 0.000 | LZO1C-6 | network.sh 1402 1 1008 71.9 0.000 0.000 | LZO1C-6 | udev.conf 49 1 53 108 0.000 0.000 | LZO1C-6 | 50default 2634 1 1121 42.6 0.000 0.000 | LZO1C-6 | version 15 1 19 127 0.000 0.000 | LZO1C-6 | volatile.cache 5955 1 1521 25.5 0.000 0.000 | LZO1C-6 | warnquota.conf 3360 1 2136 63.6 0.000 0.000 | LZO1C-6 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 | LZO1C-6 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 | LZO1C-6 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 | LZO1C-6 | gsettings-data-convert.desktop 7741 1 4493 58.0 0.000 0.000 | LZO1C-6 | pulseaudio.desktop 4973 1 2319 46.6 0.000 0.000 | LZO1C-6 | xinput_calibrator.desktop 299 1 236 78.9 0.000 0.000 | LZO1C-6 | libfm.conf 183 1 143 78.1 0.000 0.000 | LZO1C-6 | pcmanfm.conf 321 1 274 85.4 0.000 0.000 | LZO1C-6 | Xserver 652 1 457 70.1 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1412 71.0 103.107 0.000 LZO1C-6 ***TOTALS*** 1249687 289 405530 32.5 103.107 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1C-7 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1C-7 | Xsession 755 1 509 67.4 0.000 0.000 | LZO1C-7 | 13xdgbasedirs.sh 550 1 462 84.0 0.000 0.000 | LZO1C-7 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1C-7 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1C-7 | 80matchboxkeyboard.sh 631 1 398 63.1 0.000 0.000 | LZO1C-7 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 | LZO1C-7 | 90XWindowManager.sh 181 1 107 59.1 0.000 0.000 | LZO1C-7 | xinitrc 739 1 425 57.5 0.000 0.000 | LZO1C-7 | xorg.conf 1165 1 600 51.5 0.000 0.000 | LZO1C-7 | asound.conf 32 1 37 116 0.000 0.000 | LZO1C-7 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1C-7 | avahi-daemon.conf 1753 1 1231 70.2 0.000 0.000 | LZO1C-7 | localtime 114 1 35 30.7 0.000 0.000 | LZO1C-7 | hosts 1121 1 888 79.2 0.000 0.000 | LZO1C-7 | sftp-ssh.service 1075 1 837 77.9 0.000 0.000 | LZO1C-7 | ssh.service 1071 1 838 78.2 0.000 0.000 | LZO1C-7 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1C-7 | perf 6321 1 2899 45.9 0.000 0.000 | LZO1C-7 | quilt 7117 1 2595 36.5 0.000 0.000 | LZO1C-7 | bindresvport.blacklist 429 1 327 76.2 0.000 0.000 | LZO1C-7 | input.conf 397 1 343 86.4 0.000 0.000 | LZO1C-7 | network.conf 120 1 120 100 0.000 0.000 | LZO1C-7 | build 527 1 278 52.8 0.000 0.000 | LZO1C-7 | busybox.links.nosuid 2392 1 1179 49.3 0.000 0.000 | LZO1C-7 | busybox.links.suid 91 1 69 75.8 0.000 0.000 | LZO1C-7 | ca-certificates.conf 5340 1 1912 35.8 0.000 0.000 | LZO1C-7 | pap 653 1 536 82.1 0.000 0.000 | LZO1C-7 | logrotate 189 1 153 81.0 0.000 0.000 | LZO1C-7 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1C-7 | crontab 653 1 414 63.4 0.000 0.000 | LZO1C-7 | session.conf 838 1 624 74.5 0.000 0.000 | LZO1C-7 | system.conf 833 1 621 74.5 0.000 0.000 | LZO1C-7 | ConsoleKit.conf 7305 1 941 12.9 0.000 0.000 | LZO1C-7 | avahi-dbus.conf 1138 1 529 46.5 0.000 0.000 | LZO1C-7 | bluetooth.conf 1315 1 690 52.5 0.000 0.000 | LZO1C-7 | dbus-wpa_supplicant.conf 743 1 350 47.1 0.000 0.000 | LZO1C-7 | ofono.conf 1063 1 587 55.2 0.000 0.000 | LZO1C-7 | pulseaudio-system.conf 1084 1 837 77.2 0.000 0.000 | LZO1C-7 | devpts 93 1 94 101 0.000 0.000 | LZO1C-7 | distcc 535 1 437 81.7 0.000 0.000 | LZO1C-7 | mountall 36 1 38 106 0.000 0.000 | LZO1C-7 | postinst 52 1 56 108 0.000 0.000 | LZO1C-7 | rcS 1040 1 778 74.8 0.000 0.000 | LZO1C-7 | rng-tools 27 1 31 115 0.000 0.000 | LZO1C-7 | usbd 0 1 3 0.0 0.000 0.000 | LZO1C-7 | useradd 117 1 123 105 0.000 0.000 | LZO1C-7 | 00_core 1637 1 1001 61.1 0.000 0.000 | LZO1C-7 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1C-7 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1C-7 | 99_sshd 75 1 64 85.3 0.000 0.000 | LZO1C-7 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1C-7 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1C-7 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1C-7 | clients.allow 1582 1 1086 68.6 0.000 0.000 | LZO1C-7 | commands.allow.sh 1763 1 1063 60.3 0.000 0.000 | LZO1C-7 | hosts 203 1 178 87.7 0.000 0.000 | LZO1C-7 | automatic.conf 2569 1 1268 49.4 0.000 0.000 | LZO1C-7 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1C-7 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1C-7 | yum.conf 4 1 8 200 0.000 0.000 | LZO1C-7 | arch 26 1 29 112 0.000 0.000 | LZO1C-7 | releasever 6 1 10 167 0.000 0.000 | LZO1C-7 | e2scrub.conf 685 1 482 70.4 0.000 0.000 | LZO1C-7 | exports 46 1 49 107 0.000 0.000 | LZO1C-7 | 30-liberation-aliases.conf 419 1 216 51.6 0.000 0.000 | LZO1C-7 | README 978 1 707 72.3 0.000 0.000 | LZO1C-7 | fonts.conf 2532 1 1404 55.5 0.000 0.000 | LZO1C-7 | config 1032 1 437 42.3 0.000 0.000 | LZO1C-7 | machconfig 193 1 151 78.2 0.000 0.000 | LZO1C-7 | fstab 637 1 379 59.5 0.000 0.000 | LZO1C-7 | path 1448 1 867 59.9 0.000 0.000 | LZO1C-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-7 | %gconf.xml 235 1 147 62.6 0.000 0.000 | LZO1C-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-7 | %gconf.xml 2158 1 593 27.5 0.000 0.000 | LZO1C-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-7 | %gconf.xml 515 1 311 60.4 0.000 0.000 | LZO1C-7 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-7 | %gconf.xml 5626 1 1602 28.5 0.000 0.000 | LZO1C-7 | settings-daemon.schemas 7202 1 1763 24.5 0.000 0.000 | LZO1C-7 | group 639 1 549 85.9 0.000 0.000 | LZO1C-7 | group- 620 1 532 85.8 0.000 0.000 | LZO1C-7 | gshadow 529 1 390 73.7 0.000 0.000 | LZO1C-7 | gshadow- 514 1 379 73.7 0.000 0.000 | LZO1C-7 | im-multipress.conf 890 1 778 87.4 0.000 0.000 | LZO1C-7 | host.conf 26 1 30 115 0.000 0.000 | LZO1C-7 | hostname 11 1 15 136 0.000 0.000 | LZO1C-7 | hosts 258 1 204 79.1 0.000 0.000 | LZO1C-7 | alsa-state 811 1 525 64.7 0.000 0.000 | LZO1C-7 | atd 578 1 386 66.8 0.000 0.000 | LZO1C-7 | avahi-daemon 4491 1 2457 54.7 0.000 0.000 | LZO1C-7 | banner.sh 492 1 296 60.2 0.000 0.000 | LZO1C-7 | bluetooth 1253 1 768 61.3 0.000 0.000 | LZO1C-7 | bootlogd 1997 1 1204 60.3 0.000 0.000 | LZO1C-7 | bootmisc.sh 2017 1 1322 65.5 0.000 0.000 | LZO1C-7 | checkroot.sh 3591 1 2217 61.7 0.000 0.000 | LZO1C-7 | connman 1462 1 942 64.4 0.000 0.000 | LZO1C-7 | crond 1235 1 795 64.4 0.000 0.000 | LZO1C-7 | dbus-1 2887 1 1728 59.9 0.000 0.000 | LZO1C-7 | devpts.sh 526 1 385 73.2 0.000 0.000 | LZO1C-7 | distcc 2863 1 1621 56.6 0.000 0.000 | LZO1C-7 | dmesg.sh 352 1 244 69.3 0.000 0.000 | LZO1C-7 | functions 2141 1 1316 61.5 0.000 0.000 | LZO1C-7 | halt 510 1 400 78.4 0.000 0.000 | LZO1C-7 | hostname.sh 580 1 426 73.4 0.000 0.000 | LZO1C-7 | hwclock.sh 2541 1 1286 50.6 0.000 0.000 | LZO1C-7 | kdump 2989 1 1397 46.7 0.000 0.000 | LZO1C-7 | mdmonitor 1773 1 1038 58.5 0.000 0.000 | LZO1C-7 | modutils.sh 1223 1 758 62.0 0.000 0.000 | LZO1C-7 | mountall.sh 869 1 652 75.0 0.000 0.000 | LZO1C-7 | mountnfs.sh 1589 1 911 57.3 0.000 0.000 | LZO1C-7 | networking 1956 1 1007 51.5 0.000 0.000 | LZO1C-7 | nfscommon 1609 1 967 60.1 0.000 0.000 | LZO1C-7 | nfsserver 3326 1 1820 54.7 0.000 0.000 | LZO1C-7 | ofono 516 1 369 71.5 0.000 0.000 | LZO1C-7 | populate-volatile.sh 7826 1 3352 42.8 0.000 0.000 | LZO1C-7 | ppp 1231 1 687 55.8 0.000 0.000 | LZO1C-7 | psplash.sh 682 1 468 68.6 0.000 0.000 | LZO1C-7 | rc 4457 1 2477 55.6 0.000 0.000 | LZO1C-7 | rcS 525 1 444 84.6 0.000 0.000 | LZO1C-7 | read-only-rootfs-hook.sh 1273 1 851 66.8 0.000 0.000 | LZO1C-7 | reboot 289 1 221 76.5 0.000 0.000 | LZO1C-7 | rmnologin.sh 585 1 374 63.9 0.000 0.000 | LZO1C-7 | rng-tools 1021 1 476 46.6 0.000 0.000 | LZO1C-7 | rpcbind 1827 1 946 51.8 0.000 0.000 | LZO1C-7 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1C-7 | save-rtc.sh 429 1 318 74.1 0.000 0.000 | LZO1C-7 | sendsigs 438 1 299 68.3 0.000 0.000 | LZO1C-7 | single 578 1 421 72.8 0.000 0.000 | LZO1C-7 | sshd 2029 1 1006 49.6 0.000 0.000 | LZO1C-7 | sysfs.sh 907 1 468 51.6 0.000 0.000 | LZO1C-7 | syslog 2066 1 1109 53.7 0.000 0.000 | LZO1C-7 | tcf-agent 1298 1 718 55.3 0.000 0.000 | LZO1C-7 | udev 2779 1 1586 57.1 0.000 0.000 | LZO1C-7 | umountfs 540 1 402 74.4 0.000 0.000 | LZO1C-7 | umountnfs.sh 711 1 515 72.4 0.000 0.000 | LZO1C-7 | urandom 1473 1 914 62.1 0.000 0.000 | LZO1C-7 | xserver-nodm 1436 1 965 67.2 0.000 0.000 | LZO1C-7 | inittab 1140 1 777 68.2 0.000 0.000 | LZO1C-7 | inputrc 1633 1 1020 62.5 0.000 0.000 | LZO1C-7 | bpf_pinning 85 1 86 101 0.000 0.000 | LZO1C-7 | ematch_map 81 1 86 106 0.000 0.000 | LZO1C-7 | group 31 1 35 113 0.000 0.000 | LZO1C-7 | nl_protos 262 1 257 98.1 0.000 0.000 | LZO1C-7 | rt_dsfield 331 1 278 84.0 0.000 0.000 | LZO1C-7 | rt_protos 201 1 201 100 0.000 0.000 | LZO1C-7 | rt_realms 112 1 113 101 0.000 0.000 | LZO1C-7 | rt_scopes 92 1 91 98.9 0.000 0.000 | LZO1C-7 | rt_tables 87 1 87 100 0.000 0.000 | LZO1C-7 | issue 58 1 63 109 0.000 0.000 | LZO1C-7 | issue.net 55 1 60 109 0.000 0.000 | LZO1C-7 | ld.so.cache 57567 1 17342 30.1 0.000 0.000 | LZO1C-7 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1C-7 | classid 1130 1 633 56.0 0.000 0.000 | LZO1C-7 | pktloc 1532 1 838 54.7 0.000 0.000 | LZO1C-7 | collect_dnf.conf 813 1 510 62.7 0.000 0.000 | LZO1C-7 | limits 827 1 625 75.6 0.000 0.000 | LZO1C-7 | login.access 2006 1 1253 62.5 0.000 0.000 | LZO1C-7 | login.defs 11030 1 5968 54.1 0.000 0.000 | LZO1C-7 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 | LZO1C-7 | logrotate.conf 434 1 360 82.9 0.000 0.000 | LZO1C-7 | btmp 130 1 119 91.5 0.000 0.000 | LZO1C-7 | dnf 526 1 136 25.9 0.000 0.000 | LZO1C-7 | wtmp 145 1 130 89.7 0.000 0.000 | LZO1C-7 | kbdconfig 721 1 535 74.2 0.000 0.000 | LZO1C-7 | session 630 1 462 73.3 0.000 0.000 | LZO1C-7 | mdadm.conf 2687 1 1801 67.0 0.000 0.000 | LZO1C-7 | mke2fs.conf 846 1 498 58.9 0.000 0.000 | LZO1C-7 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1C-7 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1C-7 | motd 0 1 3 0.0 0.000 0.000 | LZO1C-7 | netconfig 767 1 457 59.6 0.000 0.000 | LZO1C-7 | nfsroot 809 1 529 65.4 0.000 0.000 | LZO1C-7 | wpa-supplicant 1999 1 928 46.4 0.000 0.000 | LZO1C-7 | interfaces 132 1 124 93.9 0.000 0.000 | LZO1C-7 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1C-7 | nfs-utils.conf 1087 1 734 67.5 0.000 0.000 | LZO1C-7 | nfsmount.conf 3606 1 1948 54.0 0.000 0.000 | LZO1C-7 | nsswitch.conf 497 1 368 74.0 0.000 0.000 | LZO1C-7 | phonesim.conf 361 1 306 84.8 0.000 0.000 | LZO1C-7 | arch.conf 88 1 67 76.1 0.000 0.000 | LZO1C-7 | opkg.conf 845 1 598 70.8 0.000 0.000 | LZO1C-7 | passwd 1055 1 673 63.8 0.000 0.000 | LZO1C-7 | passwd- 1006 1 644 64.0 0.000 0.000 | LZO1C-7 | cert9.db 28672 1 958 3.3 0.000 0.000 | LZO1C-7 | key4.db 36864 1 1206 3.3 0.000 0.000 | LZO1C-7 | pkcs11.txt 425 1 363 85.4 0.000 0.000 | LZO1C-7 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1C-7 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1C-7 | ip-down 1454 1 998 68.6 0.000 0.000 | LZO1C-7 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1C-7 | ip-up 1452 1 999 68.8 0.000 0.000 | LZO1C-7 | 08setupdns 292 1 187 64.0 0.000 0.000 | LZO1C-7 | options 5 1 9 180 0.000 0.000 | LZO1C-7 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1C-7 | provider 1093 1 795 72.7 0.000 0.000 | LZO1C-7 | ppp_on_boot 573 1 451 78.7 0.000 0.000 | LZO1C-7 | profile 984 1 786 79.9 0.000 0.000 | LZO1C-7 | bash_completion.sh 672 1 406 60.4 0.000 0.000 | LZO1C-7 | distcc.sh 68 1 64 94.1 0.000 0.000 | LZO1C-7 | gawk.csh 1107 1 285 25.7 0.000 0.000 | LZO1C-7 | gawk.sh 757 1 228 30.1 0.000 0.000 | LZO1C-7 | protocols 2932 1 2040 69.6 0.000 0.000 | LZO1C-7 | client.conf 1233 1 947 76.8 0.000 0.000 | LZO1C-7 | 50-sato.conf 447 1 361 80.8 0.000 0.000 | LZO1C-7 | daemon.conf 2374 1 1545 65.1 0.000 0.000 | LZO1C-7 | default.pa 4933 1 2558 51.9 0.000 0.000 | LZO1C-7 | system.pa 2078 1 1289 62.0 0.000 0.000 | LZO1C-7 | quilt.quiltrc 1236 1 835 67.6 0.000 0.000 | LZO1C-7 | quotagrpadmins 220 1 200 90.9 0.000 0.000 | LZO1C-7 | quotatab 261 1 222 85.1 0.000 0.000 | LZO1C-7 | rpc 895 1 669 74.7 0.000 0.000 | LZO1C-7 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1C-7 | macros 38 1 43 113 0.000 0.000 | LZO1C-7 | platform 19 1 23 121 0.000 0.000 | LZO1C-7 | rpmrc 104 1 76 73.1 0.000 0.000 | LZO1C-7 | securetty 1848 1 1197 64.8 0.000 0.000 | LZO1C-7 | services 18790 1 9885 52.6 0.000 0.000 | LZO1C-7 | shadow 651 1 232 35.6 0.000 0.000 | LZO1C-7 | shadow- 619 1 216 34.9 0.000 0.000 | LZO1C-7 | shells 52 1 49 94.2 0.000 0.000 | LZO1C-7 | .bashrc 410 1 326 79.5 0.000 0.000 | LZO1C-7 | .profile 241 1 225 93.4 0.000 0.000 | LZO1C-7 | slsh.rc 2030 1 1017 50.1 0.000 0.000 | LZO1C-7 | moduli 577388 3 29257 5.1 816.428 0.000 | LZO1C-7 | ssh_config 1548 1 1050 67.8 0.000 0.000 | LZO1C-7 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 | LZO1C-7 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1C-7 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 | LZO1C-7 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1C-7 | ssh_host_rsa_key 2602 1 2569 98.7 0.000 0.000 | LZO1C-7 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1C-7 | sshd_config 3177 1 1928 60.7 0.000 0.000 | LZO1C-7 | sshd_config_readonly 3186 1 1930 60.6 0.000 0.000 | LZO1C-7 | ca-certificates.crt 200061 1 159481 79.7 51.476 0.000 | LZO1C-7 | openssl.cnf 10909 1 4873 44.7 0.000 0.000 | LZO1C-7 | sudoers 3174 1 1829 57.6 0.000 0.000 | LZO1C-7 | sudoers.dist 3174 1 1829 57.6 0.000 0.000 | LZO1C-7 | crond 110 1 105 95.5 0.000 0.000 | LZO1C-7 | kdump.conf 411 1 330 80.3 0.000 0.000 | LZO1C-7 | sysctl.conf 2128 1 1545 72.6 0.000 0.000 | LZO1C-7 | syslog-startup.conf 651 1 541 83.1 0.000 0.000 | LZO1C-7 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1C-7 | ansi 1481 1 750 50.6 0.000 0.000 | LZO1C-7 | dumb 308 1 71 23.1 0.000 0.000 | LZO1C-7 | linux 1730 1 1003 58.0 0.000 0.000 | LZO1C-7 | rxvt 2286 1 1525 66.7 0.000 0.000 | LZO1C-7 | screen 1587 1 931 58.7 0.000 0.000 | LZO1C-7 | screen-256color 1677 1 960 57.2 0.000 0.000 | LZO1C-7 | sun 1004 1 496 49.4 0.000 0.000 | LZO1C-7 | vt100 1190 1 723 60.8 0.000 0.000 | LZO1C-7 | vt102 1184 1 732 61.8 0.000 0.000 | LZO1C-7 | vt200 1377 1 911 66.2 0.000 0.000 | LZO1C-7 | vt220 1377 1 911 66.2 0.000 0.000 | LZO1C-7 | vt52 470 1 231 49.1 0.000 0.000 | LZO1C-7 | xterm-256color 3641 1 2413 66.3 0.000 0.000 | LZO1C-7 | xterm-color 1551 1 783 50.5 0.000 0.000 | LZO1C-7 | xterm-xfree86 2240 1 1354 60.4 0.000 0.000 | LZO1C-7 | timestamp 15 1 19 127 0.000 0.000 | LZO1C-7 | timezone 10 1 14 140 0.000 0.000 | LZO1C-7 | dnf.conf 164 1 126 76.8 0.000 0.000 | LZO1C-7 | mount.blacklist 51 1 43 84.3 0.000 0.000 | LZO1C-7 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1C-7 | automount.rules 847 1 564 66.6 0.000 0.000 | LZO1C-7 | autonet.rules 757 1 537 70.9 0.000 0.000 | LZO1C-7 | local.rules 885 1 656 74.1 0.000 0.000 | LZO1C-7 | localextra.rules 843 1 604 71.6 0.000 0.000 | LZO1C-7 | mount.sh 4279 1 2157 50.4 0.000 0.000 | LZO1C-7 | network.sh 1402 1 1007 71.8 0.000 0.000 | LZO1C-7 | udev.conf 49 1 53 108 0.000 0.000 | LZO1C-7 | 50default 2634 1 1122 42.6 0.000 0.000 | LZO1C-7 | version 15 1 19 127 0.000 0.000 | LZO1C-7 | volatile.cache 5955 1 1455 24.4 0.000 0.000 | LZO1C-7 | warnquota.conf 3360 1 2107 62.7 0.000 0.000 | LZO1C-7 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 | LZO1C-7 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 | LZO1C-7 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 | LZO1C-7 | gsettings-data-convert.desktop 7741 1 4488 58.0 0.000 0.000 | LZO1C-7 | pulseaudio.desktop 4973 1 2338 47.0 0.000 0.000 | LZO1C-7 | xinput_calibrator.desktop 299 1 238 79.6 0.000 0.000 | LZO1C-7 | libfm.conf 183 1 143 78.1 0.000 0.000 | LZO1C-7 | pcmanfm.conf 321 1 275 85.7 0.000 0.000 | LZO1C-7 | Xserver 652 1 456 69.9 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1406 70.9 96.846 0.000 LZO1C-7 ***TOTALS*** 1249687 289 403693 32.3 96.846 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1C-8 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1C-8 | Xsession 755 1 513 67.9 0.000 0.000 | LZO1C-8 | 13xdgbasedirs.sh 550 1 461 83.8 0.000 0.000 | LZO1C-8 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1C-8 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1C-8 | 80matchboxkeyboard.sh 631 1 395 62.6 0.000 0.000 | LZO1C-8 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 | LZO1C-8 | 90XWindowManager.sh 181 1 104 57.5 0.000 0.000 | LZO1C-8 | xinitrc 739 1 429 58.1 0.000 0.000 | LZO1C-8 | xorg.conf 1165 1 603 51.8 0.000 0.000 | LZO1C-8 | asound.conf 32 1 37 116 0.000 0.000 | LZO1C-8 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1C-8 | avahi-daemon.conf 1753 1 1225 69.9 0.000 0.000 | LZO1C-8 | localtime 114 1 35 30.7 0.000 0.000 | LZO1C-8 | hosts 1121 1 878 78.3 0.000 0.000 | LZO1C-8 | sftp-ssh.service 1075 1 838 78.0 0.000 0.000 | LZO1C-8 | ssh.service 1071 1 838 78.2 0.000 0.000 | LZO1C-8 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1C-8 | perf 6321 1 2857 45.2 0.000 0.000 | LZO1C-8 | quilt 7117 1 2579 36.2 0.000 0.000 | LZO1C-8 | bindresvport.blacklist 429 1 331 77.2 0.000 0.000 | LZO1C-8 | input.conf 397 1 343 86.4 0.000 0.000 | LZO1C-8 | network.conf 120 1 120 100 0.000 0.000 | LZO1C-8 | build 527 1 280 53.1 0.000 0.000 | LZO1C-8 | busybox.links.nosuid 2392 1 1166 48.7 0.000 0.000 | LZO1C-8 | busybox.links.suid 91 1 68 74.7 0.000 0.000 | LZO1C-8 | ca-certificates.conf 5340 1 1911 35.8 0.000 0.000 | LZO1C-8 | pap 653 1 536 82.1 0.000 0.000 | LZO1C-8 | logrotate 189 1 154 81.5 0.000 0.000 | LZO1C-8 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1C-8 | crontab 653 1 410 62.8 0.000 0.000 | LZO1C-8 | session.conf 838 1 617 73.6 0.000 0.000 | LZO1C-8 | system.conf 833 1 612 73.5 0.000 0.000 | LZO1C-8 | ConsoleKit.conf 7305 1 928 12.7 0.000 0.000 | LZO1C-8 | avahi-dbus.conf 1138 1 546 48.0 0.000 0.000 | LZO1C-8 | bluetooth.conf 1315 1 690 52.5 0.000 0.000 | LZO1C-8 | dbus-wpa_supplicant.conf 743 1 350 47.1 0.000 0.000 | LZO1C-8 | ofono.conf 1063 1 588 55.3 0.000 0.000 | LZO1C-8 | pulseaudio-system.conf 1084 1 839 77.4 0.000 0.000 | LZO1C-8 | devpts 93 1 94 101 0.000 0.000 | LZO1C-8 | distcc 535 1 436 81.5 0.000 0.000 | LZO1C-8 | mountall 36 1 38 106 0.000 0.000 | LZO1C-8 | postinst 52 1 56 108 0.000 0.000 | LZO1C-8 | rcS 1040 1 771 74.1 0.000 0.000 | LZO1C-8 | rng-tools 27 1 31 115 0.000 0.000 | LZO1C-8 | usbd 0 1 3 0.0 0.000 0.000 | LZO1C-8 | useradd 117 1 123 105 0.000 0.000 | LZO1C-8 | 00_core 1637 1 986 60.2 0.000 0.000 | LZO1C-8 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1C-8 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1C-8 | 99_sshd 75 1 64 85.3 0.000 0.000 | LZO1C-8 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1C-8 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1C-8 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1C-8 | clients.allow 1582 1 1082 68.4 0.000 0.000 | LZO1C-8 | commands.allow.sh 1763 1 1050 59.6 0.000 0.000 | LZO1C-8 | hosts 203 1 178 87.7 0.000 0.000 | LZO1C-8 | automatic.conf 2569 1 1283 49.9 0.000 0.000 | LZO1C-8 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1C-8 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1C-8 | yum.conf 4 1 8 200 0.000 0.000 | LZO1C-8 | arch 26 1 29 112 0.000 0.000 | LZO1C-8 | releasever 6 1 10 167 0.000 0.000 | LZO1C-8 | e2scrub.conf 685 1 480 70.1 0.000 0.000 | LZO1C-8 | exports 46 1 49 107 0.000 0.000 | LZO1C-8 | 30-liberation-aliases.conf 419 1 219 52.3 0.000 0.000 | LZO1C-8 | README 978 1 705 72.1 0.000 0.000 | LZO1C-8 | fonts.conf 2532 1 1408 55.6 0.000 0.000 | LZO1C-8 | config 1032 1 438 42.4 0.000 0.000 | LZO1C-8 | machconfig 193 1 150 77.7 0.000 0.000 | LZO1C-8 | fstab 637 1 375 58.9 0.000 0.000 | LZO1C-8 | path 1448 1 864 59.7 0.000 0.000 | LZO1C-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-8 | %gconf.xml 235 1 147 62.6 0.000 0.000 | LZO1C-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-8 | %gconf.xml 2158 1 589 27.3 0.000 0.000 | LZO1C-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-8 | %gconf.xml 515 1 313 60.8 0.000 0.000 | LZO1C-8 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-8 | %gconf.xml 5626 1 1572 27.9 0.000 0.000 | LZO1C-8 | settings-daemon.schemas 7202 1 1778 24.7 0.000 0.000 | LZO1C-8 | group 639 1 548 85.8 0.000 0.000 | LZO1C-8 | group- 620 1 532 85.8 0.000 0.000 | LZO1C-8 | gshadow 529 1 386 73.0 0.000 0.000 | LZO1C-8 | gshadow- 514 1 375 73.0 0.000 0.000 | LZO1C-8 | im-multipress.conf 890 1 776 87.2 0.000 0.000 | LZO1C-8 | host.conf 26 1 30 115 0.000 0.000 | LZO1C-8 | hostname 11 1 15 136 0.000 0.000 | LZO1C-8 | hosts 258 1 204 79.1 0.000 0.000 | LZO1C-8 | alsa-state 811 1 517 63.7 0.000 0.000 | LZO1C-8 | atd 578 1 388 67.1 0.000 0.000 | LZO1C-8 | avahi-daemon 4491 1 2442 54.4 0.000 0.000 | LZO1C-8 | banner.sh 492 1 291 59.1 0.000 0.000 | LZO1C-8 | bluetooth 1253 1 769 61.4 0.000 0.000 | LZO1C-8 | bootlogd 1997 1 1199 60.0 0.000 0.000 | LZO1C-8 | bootmisc.sh 2017 1 1320 65.4 0.000 0.000 | LZO1C-8 | checkroot.sh 3591 1 2197 61.2 0.000 0.000 | LZO1C-8 | connman 1462 1 933 63.8 0.000 0.000 | LZO1C-8 | crond 1235 1 797 64.5 0.000 0.000 | LZO1C-8 | dbus-1 2887 1 1720 59.6 0.000 0.000 | LZO1C-8 | devpts.sh 526 1 378 71.9 0.000 0.000 | LZO1C-8 | distcc 2863 1 1617 56.5 0.000 0.000 | LZO1C-8 | dmesg.sh 352 1 245 69.6 0.000 0.000 | LZO1C-8 | functions 2141 1 1302 60.8 0.000 0.000 | LZO1C-8 | halt 510 1 398 78.0 0.000 0.000 | LZO1C-8 | hostname.sh 580 1 423 72.9 0.000 0.000 | LZO1C-8 | hwclock.sh 2541 1 1277 50.3 0.000 0.000 | LZO1C-8 | kdump 2989 1 1385 46.3 0.000 0.000 | LZO1C-8 | mdmonitor 1773 1 1029 58.0 0.000 0.000 | LZO1C-8 | modutils.sh 1223 1 759 62.1 0.000 0.000 | LZO1C-8 | mountall.sh 869 1 644 74.1 0.000 0.000 | LZO1C-8 | mountnfs.sh 1589 1 899 56.6 0.000 0.000 | LZO1C-8 | networking 1956 1 999 51.1 0.000 0.000 | LZO1C-8 | nfscommon 1609 1 960 59.7 0.000 0.000 | LZO1C-8 | nfsserver 3326 1 1789 53.8 0.000 0.000 | LZO1C-8 | ofono 516 1 366 70.9 0.000 0.000 | LZO1C-8 | populate-volatile.sh 7826 1 3315 42.4 0.000 0.000 | LZO1C-8 | ppp 1231 1 670 54.4 0.000 0.000 | LZO1C-8 | psplash.sh 682 1 465 68.2 0.000 0.000 | LZO1C-8 | rc 4457 1 2447 54.9 0.000 0.000 | LZO1C-8 | rcS 525 1 445 84.8 0.000 0.000 | LZO1C-8 | read-only-rootfs-hook.sh 1273 1 851 66.8 0.000 0.000 | LZO1C-8 | reboot 289 1 220 76.1 0.000 0.000 | LZO1C-8 | rmnologin.sh 585 1 374 63.9 0.000 0.000 | LZO1C-8 | rng-tools 1021 1 488 47.8 0.000 0.000 | LZO1C-8 | rpcbind 1827 1 938 51.3 0.000 0.000 | LZO1C-8 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1C-8 | save-rtc.sh 429 1 317 73.9 0.000 0.000 | LZO1C-8 | sendsigs 438 1 297 67.8 0.000 0.000 | LZO1C-8 | single 578 1 420 72.7 0.000 0.000 | LZO1C-8 | sshd 2029 1 995 49.0 0.000 0.000 | LZO1C-8 | sysfs.sh 907 1 466 51.4 0.000 0.000 | LZO1C-8 | syslog 2066 1 1105 53.5 0.000 0.000 | LZO1C-8 | tcf-agent 1298 1 715 55.1 0.000 0.000 | LZO1C-8 | udev 2779 1 1575 56.7 0.000 0.000 | LZO1C-8 | umountfs 540 1 401 74.3 0.000 0.000 | LZO1C-8 | umountnfs.sh 711 1 514 72.3 0.000 0.000 | LZO1C-8 | urandom 1473 1 917 62.3 0.000 0.000 | LZO1C-8 | xserver-nodm 1436 1 953 66.4 0.000 0.000 | LZO1C-8 | inittab 1140 1 773 67.8 0.000 0.000 | LZO1C-8 | inputrc 1633 1 1017 62.3 0.000 0.000 | LZO1C-8 | bpf_pinning 85 1 86 101 0.000 0.000 | LZO1C-8 | ematch_map 81 1 86 106 0.000 0.000 | LZO1C-8 | group 31 1 35 113 0.000 0.000 | LZO1C-8 | nl_protos 262 1 257 98.1 0.000 0.000 | LZO1C-8 | rt_dsfield 331 1 278 84.0 0.000 0.000 | LZO1C-8 | rt_protos 201 1 201 100 0.000 0.000 | LZO1C-8 | rt_realms 112 1 113 101 0.000 0.000 | LZO1C-8 | rt_scopes 92 1 91 98.9 0.000 0.000 | LZO1C-8 | rt_tables 87 1 87 100 0.000 0.000 | LZO1C-8 | issue 58 1 63 109 0.000 0.000 | LZO1C-8 | issue.net 55 1 60 109 0.000 0.000 | LZO1C-8 | ld.so.cache 57567 1 19540 33.9 0.000 0.000 | LZO1C-8 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1C-8 | classid 1130 1 631 55.8 0.000 0.000 | LZO1C-8 | pktloc 1532 1 819 53.5 0.000 0.000 | LZO1C-8 | collect_dnf.conf 813 1 505 62.1 0.000 0.000 | LZO1C-8 | limits 827 1 625 75.6 0.000 0.000 | LZO1C-8 | login.access 2006 1 1247 62.2 0.000 0.000 | LZO1C-8 | login.defs 11030 1 5925 53.7 0.000 0.000 | LZO1C-8 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 | LZO1C-8 | logrotate.conf 434 1 355 81.8 0.000 0.000 | LZO1C-8 | btmp 130 1 119 91.5 0.000 0.000 | LZO1C-8 | dnf 526 1 136 25.9 0.000 0.000 | LZO1C-8 | wtmp 145 1 131 90.3 0.000 0.000 | LZO1C-8 | kbdconfig 721 1 535 74.2 0.000 0.000 | LZO1C-8 | session 630 1 461 73.2 0.000 0.000 | LZO1C-8 | mdadm.conf 2687 1 1812 67.4 0.000 0.000 | LZO1C-8 | mke2fs.conf 846 1 493 58.3 0.000 0.000 | LZO1C-8 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1C-8 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1C-8 | motd 0 1 3 0.0 0.000 0.000 | LZO1C-8 | netconfig 767 1 443 57.8 0.000 0.000 | LZO1C-8 | nfsroot 809 1 523 64.6 0.000 0.000 | LZO1C-8 | wpa-supplicant 1999 1 925 46.3 0.000 0.000 | LZO1C-8 | interfaces 132 1 125 94.7 0.000 0.000 | LZO1C-8 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1C-8 | nfs-utils.conf 1087 1 737 67.8 0.000 0.000 | LZO1C-8 | nfsmount.conf 3606 1 1931 53.5 0.000 0.000 | LZO1C-8 | nsswitch.conf 497 1 365 73.4 0.000 0.000 | LZO1C-8 | phonesim.conf 361 1 304 84.2 0.000 0.000 | LZO1C-8 | arch.conf 88 1 67 76.1 0.000 0.000 | LZO1C-8 | opkg.conf 845 1 599 70.9 0.000 0.000 | LZO1C-8 | passwd 1055 1 661 62.7 0.000 0.000 | LZO1C-8 | passwd- 1006 1 626 62.2 0.000 0.000 | LZO1C-8 | cert9.db 28672 1 945 3.3 0.000 0.000 | LZO1C-8 | key4.db 36864 1 1200 3.3 0.000 0.000 | LZO1C-8 | pkcs11.txt 425 1 363 85.4 0.000 0.000 | LZO1C-8 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1C-8 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1C-8 | ip-down 1454 1 997 68.6 0.000 0.000 | LZO1C-8 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1C-8 | ip-up 1452 1 999 68.8 0.000 0.000 | LZO1C-8 | 08setupdns 292 1 184 63.0 0.000 0.000 | LZO1C-8 | options 5 1 9 180 0.000 0.000 | LZO1C-8 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1C-8 | provider 1093 1 785 71.8 0.000 0.000 | LZO1C-8 | ppp_on_boot 573 1 448 78.2 0.000 0.000 | LZO1C-8 | profile 984 1 782 79.5 0.000 0.000 | LZO1C-8 | bash_completion.sh 672 1 405 60.3 0.000 0.000 | LZO1C-8 | distcc.sh 68 1 64 94.1 0.000 0.000 | LZO1C-8 | gawk.csh 1107 1 275 24.8 0.000 0.000 | LZO1C-8 | gawk.sh 757 1 226 29.9 0.000 0.000 | LZO1C-8 | protocols 2932 1 2029 69.2 0.000 0.000 | LZO1C-8 | client.conf 1233 1 933 75.7 0.000 0.000 | LZO1C-8 | 50-sato.conf 447 1 361 80.8 0.000 0.000 | LZO1C-8 | daemon.conf 2374 1 1516 63.9 0.000 0.000 | LZO1C-8 | default.pa 4933 1 2536 51.4 0.000 0.000 | LZO1C-8 | system.pa 2078 1 1291 62.1 0.000 0.000 | LZO1C-8 | quilt.quiltrc 1236 1 827 66.9 0.000 0.000 | LZO1C-8 | quotagrpadmins 220 1 200 90.9 0.000 0.000 | LZO1C-8 | quotatab 261 1 224 85.8 0.000 0.000 | LZO1C-8 | rpc 895 1 668 74.6 0.000 0.000 | LZO1C-8 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1C-8 | macros 38 1 43 113 0.000 0.000 | LZO1C-8 | platform 19 1 23 121 0.000 0.000 | LZO1C-8 | rpmrc 104 1 76 73.1 0.000 0.000 | LZO1C-8 | securetty 1848 1 1198 64.8 0.000 0.000 | LZO1C-8 | services 18790 1 9675 51.5 0.000 0.000 | LZO1C-8 | shadow 651 1 234 35.9 0.000 0.000 | LZO1C-8 | shadow- 619 1 218 35.2 0.000 0.000 | LZO1C-8 | shells 52 1 49 94.2 0.000 0.000 | LZO1C-8 | .bashrc 410 1 329 80.2 0.000 0.000 | LZO1C-8 | .profile 241 1 225 93.4 0.000 0.000 | LZO1C-8 | slsh.rc 2030 1 1013 49.9 0.000 0.000 | LZO1C-8 | moduli 577388 3 29204 5.1 842.918 0.000 | LZO1C-8 | ssh_config 1548 1 1039 67.1 0.000 0.000 | LZO1C-8 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 | LZO1C-8 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1C-8 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 | LZO1C-8 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1C-8 | ssh_host_rsa_key 2602 1 2568 98.7 0.000 0.000 | LZO1C-8 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 | LZO1C-8 | sshd_config 3177 1 1925 60.6 0.000 0.000 | LZO1C-8 | sshd_config_readonly 3186 1 1930 60.6 0.000 0.000 | LZO1C-8 | ca-certificates.crt 200061 1 158540 79.2 55.683 0.000 | LZO1C-8 | openssl.cnf 10909 1 4792 43.9 0.000 0.000 | LZO1C-8 | sudoers 3174 1 1817 57.2 0.000 0.000 | LZO1C-8 | sudoers.dist 3174 1 1817 57.2 0.000 0.000 | LZO1C-8 | crond 110 1 105 95.5 0.000 0.000 | LZO1C-8 | kdump.conf 411 1 330 80.3 0.000 0.000 | LZO1C-8 | sysctl.conf 2128 1 1550 72.8 0.000 0.000 | LZO1C-8 | syslog-startup.conf 651 1 539 82.8 0.000 0.000 | LZO1C-8 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1C-8 | ansi 1481 1 738 49.8 0.000 0.000 | LZO1C-8 | dumb 308 1 71 23.1 0.000 0.000 | LZO1C-8 | linux 1730 1 1000 57.8 0.000 0.000 | LZO1C-8 | rxvt 2286 1 1534 67.1 0.000 0.000 | LZO1C-8 | screen 1587 1 914 57.6 0.000 0.000 | LZO1C-8 | screen-256color 1677 1 950 56.6 0.000 0.000 | LZO1C-8 | sun 1004 1 491 48.9 0.000 0.000 | LZO1C-8 | vt100 1190 1 725 60.9 0.000 0.000 | LZO1C-8 | vt102 1184 1 728 61.5 0.000 0.000 | LZO1C-8 | vt200 1377 1 909 66.0 0.000 0.000 | LZO1C-8 | vt220 1377 1 909 66.0 0.000 0.000 | LZO1C-8 | vt52 470 1 232 49.4 0.000 0.000 | LZO1C-8 | xterm-256color 3641 1 2383 65.4 0.000 0.000 | LZO1C-8 | xterm-color 1551 1 779 50.2 0.000 0.000 | LZO1C-8 | xterm-xfree86 2240 1 1352 60.4 0.000 0.000 | LZO1C-8 | timestamp 15 1 19 127 0.000 0.000 | LZO1C-8 | timezone 10 1 14 140 0.000 0.000 | LZO1C-8 | dnf.conf 164 1 126 76.8 0.000 0.000 | LZO1C-8 | mount.blacklist 51 1 43 84.3 0.000 0.000 | LZO1C-8 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1C-8 | automount.rules 847 1 556 65.6 0.000 0.000 | LZO1C-8 | autonet.rules 757 1 527 69.6 0.000 0.000 | LZO1C-8 | local.rules 885 1 647 73.1 0.000 0.000 | LZO1C-8 | localextra.rules 843 1 594 70.5 0.000 0.000 | LZO1C-8 | mount.sh 4279 1 2127 49.7 0.000 0.000 | LZO1C-8 | network.sh 1402 1 1004 71.6 0.000 0.000 | LZO1C-8 | udev.conf 49 1 53 108 0.000 0.000 | LZO1C-8 | 50default 2634 1 1099 41.7 0.000 0.000 | LZO1C-8 | version 15 1 19 127 0.000 0.000 | LZO1C-8 | volatile.cache 5955 1 1478 24.8 0.000 0.000 | LZO1C-8 | warnquota.conf 3360 1 2087 62.1 0.000 0.000 | LZO1C-8 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 | LZO1C-8 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 | LZO1C-8 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 | LZO1C-8 | gsettings-data-convert.desktop 7741 1 4456 57.6 0.000 0.000 | LZO1C-8 | pulseaudio.desktop 4973 1 2296 46.2 0.000 0.000 | LZO1C-8 | xinput_calibrator.desktop 299 1 236 78.9 0.000 0.000 | LZO1C-8 | libfm.conf 183 1 143 78.1 0.000 0.000 | LZO1C-8 | pcmanfm.conf 321 1 274 85.4 0.000 0.000 | LZO1C-8 | Xserver 652 1 453 69.5 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1406 70.8 104.466 0.000 LZO1C-8 ***TOTALS*** 1249687 289 403571 32.3 104.466 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1C-9 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1C-9 | Xsession 755 1 505 66.9 0.000 0.000 | LZO1C-9 | 13xdgbasedirs.sh 550 1 459 83.5 0.000 0.000 | LZO1C-9 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1C-9 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1C-9 | 80matchboxkeyboard.sh 631 1 389 61.6 0.000 0.000 | LZO1C-9 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 | LZO1C-9 | 90XWindowManager.sh 181 1 104 57.5 0.000 0.000 | LZO1C-9 | xinitrc 739 1 417 56.4 0.000 0.000 | LZO1C-9 | xorg.conf 1165 1 590 50.6 0.000 0.000 | LZO1C-9 | asound.conf 32 1 37 116 0.000 0.000 | LZO1C-9 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1C-9 | avahi-daemon.conf 1753 1 1222 69.7 0.000 0.000 | LZO1C-9 | localtime 114 1 35 30.7 0.000 0.000 | LZO1C-9 | hosts 1121 1 877 78.2 0.000 0.000 | LZO1C-9 | sftp-ssh.service 1075 1 832 77.4 0.000 0.000 | LZO1C-9 | ssh.service 1071 1 832 77.7 0.000 0.000 | LZO1C-9 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1C-9 | perf 6321 1 2830 44.8 0.000 0.000 | LZO1C-9 | quilt 7117 1 2582 36.3 0.000 0.000 | LZO1C-9 | bindresvport.blacklist 429 1 326 76.0 0.000 0.000 | LZO1C-9 | input.conf 397 1 343 86.4 0.000 0.000 | LZO1C-9 | network.conf 120 1 120 100 0.000 0.000 | LZO1C-9 | build 527 1 279 52.9 0.000 0.000 | LZO1C-9 | busybox.links.nosuid 2392 1 1151 48.1 0.000 0.000 | LZO1C-9 | busybox.links.suid 91 1 68 74.7 0.000 0.000 | LZO1C-9 | ca-certificates.conf 5340 1 1915 35.9 0.000 0.000 | LZO1C-9 | pap 653 1 533 81.6 0.000 0.000 | LZO1C-9 | logrotate 189 1 152 80.4 0.000 0.000 | LZO1C-9 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1C-9 | crontab 653 1 412 63.1 0.000 0.000 | LZO1C-9 | session.conf 838 1 615 73.4 0.000 0.000 | LZO1C-9 | system.conf 833 1 612 73.5 0.000 0.000 | LZO1C-9 | ConsoleKit.conf 7305 1 899 12.3 0.000 0.000 | LZO1C-9 | avahi-dbus.conf 1138 1 532 46.7 0.000 0.000 | LZO1C-9 | bluetooth.conf 1315 1 681 51.8 0.000 0.000 | LZO1C-9 | dbus-wpa_supplicant.conf 743 1 336 45.2 0.000 0.000 | LZO1C-9 | ofono.conf 1063 1 585 55.0 0.000 0.000 | LZO1C-9 | pulseaudio-system.conf 1084 1 836 77.1 0.000 0.000 | LZO1C-9 | devpts 93 1 94 101 0.000 0.000 | LZO1C-9 | distcc 535 1 436 81.5 0.000 0.000 | LZO1C-9 | mountall 36 1 38 106 0.000 0.000 | LZO1C-9 | postinst 52 1 56 108 0.000 0.000 | LZO1C-9 | rcS 1040 1 771 74.1 0.000 0.000 | LZO1C-9 | rng-tools 27 1 31 115 0.000 0.000 | LZO1C-9 | usbd 0 1 3 0.0 0.000 0.000 | LZO1C-9 | useradd 117 1 123 105 0.000 0.000 | LZO1C-9 | 00_core 1637 1 984 60.1 0.000 0.000 | LZO1C-9 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1C-9 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1C-9 | 99_sshd 75 1 64 85.3 0.000 0.000 | LZO1C-9 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1C-9 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1C-9 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1C-9 | clients.allow 1582 1 1077 68.1 0.000 0.000 | LZO1C-9 | commands.allow.sh 1763 1 1042 59.1 0.000 0.000 | LZO1C-9 | hosts 203 1 178 87.7 0.000 0.000 | LZO1C-9 | automatic.conf 2569 1 1275 49.6 0.000 0.000 | LZO1C-9 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1C-9 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1C-9 | yum.conf 4 1 8 200 0.000 0.000 | LZO1C-9 | arch 26 1 29 112 0.000 0.000 | LZO1C-9 | releasever 6 1 10 167 0.000 0.000 | LZO1C-9 | e2scrub.conf 685 1 482 70.4 0.000 0.000 | LZO1C-9 | exports 46 1 49 107 0.000 0.000 | LZO1C-9 | 30-liberation-aliases.conf 419 1 215 51.3 0.000 0.000 | LZO1C-9 | README 978 1 703 71.9 0.000 0.000 | LZO1C-9 | fonts.conf 2532 1 1385 54.7 0.000 0.000 | LZO1C-9 | config 1032 1 434 42.1 0.000 0.000 | LZO1C-9 | machconfig 193 1 150 77.7 0.000 0.000 | LZO1C-9 | fstab 637 1 372 58.4 0.000 0.000 | LZO1C-9 | path 1448 1 848 58.6 0.000 0.000 | LZO1C-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-9 | %gconf.xml 235 1 147 62.6 0.000 0.000 | LZO1C-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-9 | %gconf.xml 2158 1 576 26.7 0.000 0.000 | LZO1C-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-9 | %gconf.xml 515 1 309 60.0 0.000 0.000 | LZO1C-9 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-9 | %gconf.xml 5626 1 1570 27.9 0.000 0.000 | LZO1C-9 | settings-daemon.schemas 7202 1 1742 24.2 0.000 0.000 | LZO1C-9 | group 639 1 548 85.8 0.000 0.000 | LZO1C-9 | group- 620 1 532 85.8 0.000 0.000 | LZO1C-9 | gshadow 529 1 384 72.6 0.000 0.000 | LZO1C-9 | gshadow- 514 1 373 72.6 0.000 0.000 | LZO1C-9 | im-multipress.conf 890 1 776 87.2 0.000 0.000 | LZO1C-9 | host.conf 26 1 30 115 0.000 0.000 | LZO1C-9 | hostname 11 1 15 136 0.000 0.000 | LZO1C-9 | hosts 258 1 202 78.3 0.000 0.000 | LZO1C-9 | alsa-state 811 1 517 63.7 0.000 0.000 | LZO1C-9 | atd 578 1 387 67.0 0.000 0.000 | LZO1C-9 | avahi-daemon 4491 1 2404 53.5 0.000 0.000 | LZO1C-9 | banner.sh 492 1 290 58.9 0.000 0.000 | LZO1C-9 | bluetooth 1253 1 768 61.3 0.000 0.000 | LZO1C-9 | bootlogd 1997 1 1197 59.9 0.000 0.000 | LZO1C-9 | bootmisc.sh 2017 1 1318 65.3 0.000 0.000 | LZO1C-9 | checkroot.sh 3591 1 2176 60.6 0.000 0.000 | LZO1C-9 | connman 1462 1 930 63.6 0.000 0.000 | LZO1C-9 | crond 1235 1 788 63.8 0.000 0.000 | LZO1C-9 | dbus-1 2887 1 1720 59.6 0.000 0.000 | LZO1C-9 | devpts.sh 526 1 378 71.9 0.000 0.000 | LZO1C-9 | distcc 2863 1 1605 56.1 0.000 0.000 | LZO1C-9 | dmesg.sh 352 1 244 69.3 0.000 0.000 | LZO1C-9 | functions 2141 1 1294 60.4 0.000 0.000 | LZO1C-9 | halt 510 1 398 78.0 0.000 0.000 | LZO1C-9 | hostname.sh 580 1 422 72.8 0.000 0.000 | LZO1C-9 | hwclock.sh 2541 1 1248 49.1 0.000 0.000 | LZO1C-9 | kdump 2989 1 1369 45.8 0.000 0.000 | LZO1C-9 | mdmonitor 1773 1 1027 57.9 0.000 0.000 | LZO1C-9 | modutils.sh 1223 1 748 61.2 0.000 0.000 | LZO1C-9 | mountall.sh 869 1 645 74.2 0.000 0.000 | LZO1C-9 | mountnfs.sh 1589 1 892 56.1 0.000 0.000 | LZO1C-9 | networking 1956 1 987 50.5 0.000 0.000 | LZO1C-9 | nfscommon 1609 1 958 59.5 0.000 0.000 | LZO1C-9 | nfsserver 3326 1 1797 54.0 0.000 0.000 | LZO1C-9 | ofono 516 1 364 70.5 0.000 0.000 | LZO1C-9 | populate-volatile.sh 7826 1 3335 42.6 0.000 0.000 | LZO1C-9 | ppp 1231 1 668 54.3 0.000 0.000 | LZO1C-9 | psplash.sh 682 1 465 68.2 0.000 0.000 | LZO1C-9 | rc 4457 1 2431 54.5 0.000 0.000 | LZO1C-9 | rcS 525 1 442 84.2 0.000 0.000 | LZO1C-9 | read-only-rootfs-hook.sh 1273 1 845 66.4 0.000 0.000 | LZO1C-9 | reboot 289 1 220 76.1 0.000 0.000 | LZO1C-9 | rmnologin.sh 585 1 372 63.6 0.000 0.000 | LZO1C-9 | rng-tools 1021 1 471 46.1 0.000 0.000 | LZO1C-9 | rpcbind 1827 1 934 51.1 0.000 0.000 | LZO1C-9 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1C-9 | save-rtc.sh 429 1 315 73.4 0.000 0.000 | LZO1C-9 | sendsigs 438 1 296 67.6 0.000 0.000 | LZO1C-9 | single 578 1 420 72.7 0.000 0.000 | LZO1C-9 | sshd 2029 1 1003 49.4 0.000 0.000 | LZO1C-9 | sysfs.sh 907 1 460 50.7 0.000 0.000 | LZO1C-9 | syslog 2066 1 1105 53.5 0.000 0.000 | LZO1C-9 | tcf-agent 1298 1 713 54.9 0.000 0.000 | LZO1C-9 | udev 2779 1 1566 56.4 0.000 0.000 | LZO1C-9 | umountfs 540 1 401 74.3 0.000 0.000 | LZO1C-9 | umountnfs.sh 711 1 512 72.0 0.000 0.000 | LZO1C-9 | urandom 1473 1 903 61.3 0.000 0.000 | LZO1C-9 | xserver-nodm 1436 1 953 66.4 0.000 0.000 | LZO1C-9 | inittab 1140 1 769 67.5 0.000 0.000 | LZO1C-9 | inputrc 1633 1 1005 61.5 0.000 0.000 | LZO1C-9 | bpf_pinning 85 1 86 101 0.000 0.000 | LZO1C-9 | ematch_map 81 1 86 106 0.000 0.000 | LZO1C-9 | group 31 1 35 113 0.000 0.000 | LZO1C-9 | nl_protos 262 1 257 98.1 0.000 0.000 | LZO1C-9 | rt_dsfield 331 1 278 84.0 0.000 0.000 | LZO1C-9 | rt_protos 201 1 201 100 0.000 0.000 | LZO1C-9 | rt_realms 112 1 113 101 0.000 0.000 | LZO1C-9 | rt_scopes 92 1 91 98.9 0.000 0.000 | LZO1C-9 | rt_tables 87 1 87 100 0.000 0.000 | LZO1C-9 | issue 58 1 63 109 0.000 0.000 | LZO1C-9 | issue.net 55 1 60 109 0.000 0.000 | LZO1C-9 | ld.so.cache 57567 1 18060 31.4 0.000 0.000 | LZO1C-9 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1C-9 | classid 1130 1 621 55.0 0.000 0.000 | LZO1C-9 | pktloc 1532 1 816 53.3 0.000 0.000 | LZO1C-9 | collect_dnf.conf 813 1 500 61.5 0.000 0.000 | LZO1C-9 | limits 827 1 624 75.5 0.000 0.000 | LZO1C-9 | login.access 2006 1 1247 62.2 0.000 0.000 | LZO1C-9 | login.defs 11030 1 5913 53.6 0.000 0.000 | LZO1C-9 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 | LZO1C-9 | logrotate.conf 434 1 355 81.8 0.000 0.000 | LZO1C-9 | btmp 130 1 119 91.5 0.000 0.000 | LZO1C-9 | dnf 526 1 136 25.9 0.000 0.000 | LZO1C-9 | wtmp 145 1 130 89.7 0.000 0.000 | LZO1C-9 | kbdconfig 721 1 535 74.2 0.000 0.000 | LZO1C-9 | session 630 1 461 73.2 0.000 0.000 | LZO1C-9 | mdadm.conf 2687 1 1796 66.8 0.000 0.000 | LZO1C-9 | mke2fs.conf 846 1 494 58.4 0.000 0.000 | LZO1C-9 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1C-9 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1C-9 | motd 0 1 3 0.0 0.000 0.000 | LZO1C-9 | netconfig 767 1 441 57.5 0.000 0.000 | LZO1C-9 | nfsroot 809 1 520 64.3 0.000 0.000 | LZO1C-9 | wpa-supplicant 1999 1 924 46.2 0.000 0.000 | LZO1C-9 | interfaces 132 1 124 93.9 0.000 0.000 | LZO1C-9 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1C-9 | nfs-utils.conf 1087 1 732 67.3 0.000 0.000 | LZO1C-9 | nfsmount.conf 3606 1 1926 53.4 0.000 0.000 | LZO1C-9 | nsswitch.conf 497 1 365 73.4 0.000 0.000 | LZO1C-9 | phonesim.conf 361 1 304 84.2 0.000 0.000 | LZO1C-9 | arch.conf 88 1 67 76.1 0.000 0.000 | LZO1C-9 | opkg.conf 845 1 595 70.4 0.000 0.000 | LZO1C-9 | passwd 1055 1 656 62.2 0.000 0.000 | LZO1C-9 | passwd- 1006 1 621 61.7 0.000 0.000 | LZO1C-9 | cert9.db 28672 1 943 3.3 0.000 0.000 | LZO1C-9 | key4.db 36864 1 1191 3.2 0.000 0.000 | LZO1C-9 | pkcs11.txt 425 1 363 85.4 0.000 0.000 | LZO1C-9 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1C-9 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1C-9 | ip-down 1454 1 992 68.2 0.000 0.000 | LZO1C-9 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1C-9 | ip-up 1452 1 989 68.1 0.000 0.000 | LZO1C-9 | 08setupdns 292 1 182 62.3 0.000 0.000 | LZO1C-9 | options 5 1 9 180 0.000 0.000 | LZO1C-9 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1C-9 | provider 1093 1 787 72.0 0.000 0.000 | LZO1C-9 | ppp_on_boot 573 1 447 78.0 0.000 0.000 | LZO1C-9 | profile 984 1 778 79.1 0.000 0.000 | LZO1C-9 | bash_completion.sh 672 1 403 60.0 0.000 0.000 | LZO1C-9 | distcc.sh 68 1 64 94.1 0.000 0.000 | LZO1C-9 | gawk.csh 1107 1 274 24.8 0.000 0.000 | LZO1C-9 | gawk.sh 757 1 225 29.7 0.000 0.000 | LZO1C-9 | protocols 2932 1 2033 69.3 0.000 0.000 | LZO1C-9 | client.conf 1233 1 931 75.5 0.000 0.000 | LZO1C-9 | 50-sato.conf 447 1 361 80.8 0.000 0.000 | LZO1C-9 | daemon.conf 2374 1 1513 63.7 0.000 0.000 | LZO1C-9 | default.pa 4933 1 2525 51.2 0.000 0.000 | LZO1C-9 | system.pa 2078 1 1281 61.6 0.000 0.000 | LZO1C-9 | quilt.quiltrc 1236 1 829 67.1 0.000 0.000 | LZO1C-9 | quotagrpadmins 220 1 198 90.0 0.000 0.000 | LZO1C-9 | quotatab 261 1 224 85.8 0.000 0.000 | LZO1C-9 | rpc 895 1 667 74.5 0.000 0.000 | LZO1C-9 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1C-9 | macros 38 1 43 113 0.000 0.000 | LZO1C-9 | platform 19 1 23 121 0.000 0.000 | LZO1C-9 | rpmrc 104 1 76 73.1 0.000 0.000 | LZO1C-9 | securetty 1848 1 1193 64.6 0.000 0.000 | LZO1C-9 | services 18790 1 9618 51.2 0.000 0.000 | LZO1C-9 | shadow 651 1 234 35.9 0.000 0.000 | LZO1C-9 | shadow- 619 1 218 35.2 0.000 0.000 | LZO1C-9 | shells 52 1 49 94.2 0.000 0.000 | LZO1C-9 | .bashrc 410 1 326 79.5 0.000 0.000 | LZO1C-9 | .profile 241 1 225 93.4 0.000 0.000 | LZO1C-9 | slsh.rc 2030 1 996 49.1 0.000 0.000 | LZO1C-9 | moduli 577388 3 27392 4.7 393.402 0.000 | LZO1C-9 | ssh_config 1548 1 1032 66.7 0.000 0.000 | LZO1C-9 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 | LZO1C-9 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1C-9 | ssh_host_ed25519_key 411 1 319 77.6 0.000 0.000 | LZO1C-9 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1C-9 | ssh_host_rsa_key 2602 1 2567 98.7 0.000 0.000 | LZO1C-9 | ssh_host_rsa_key.pub 569 1 574 101 0.000 0.000 | LZO1C-9 | sshd_config 3177 1 1924 60.6 0.000 0.000 | LZO1C-9 | sshd_config_readonly 3186 1 1919 60.2 0.000 0.000 | LZO1C-9 | ca-certificates.crt 200061 1 158310 79.1 76.307 0.000 | LZO1C-9 | openssl.cnf 10909 1 4741 43.5 0.000 0.000 | LZO1C-9 | sudoers 3174 1 1795 56.6 0.000 0.000 | LZO1C-9 | sudoers.dist 3174 1 1795 56.6 0.000 0.000 | LZO1C-9 | crond 110 1 105 95.5 0.000 0.000 | LZO1C-9 | kdump.conf 411 1 330 80.3 0.000 0.000 | LZO1C-9 | sysctl.conf 2128 1 1541 72.4 0.000 0.000 | LZO1C-9 | syslog-startup.conf 651 1 538 82.6 0.000 0.000 | LZO1C-9 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1C-9 | ansi 1481 1 725 49.0 0.000 0.000 | LZO1C-9 | dumb 308 1 71 23.1 0.000 0.000 | LZO1C-9 | linux 1730 1 1000 57.8 0.000 0.000 | LZO1C-9 | rxvt 2286 1 1529 66.9 0.000 0.000 | LZO1C-9 | screen 1587 1 904 57.0 0.000 0.000 | LZO1C-9 | screen-256color 1677 1 939 56.0 0.000 0.000 | LZO1C-9 | sun 1004 1 487 48.5 0.000 0.000 | LZO1C-9 | vt100 1190 1 717 60.3 0.000 0.000 | LZO1C-9 | vt102 1184 1 722 61.0 0.000 0.000 | LZO1C-9 | vt200 1377 1 896 65.1 0.000 0.000 | LZO1C-9 | vt220 1377 1 896 65.1 0.000 0.000 | LZO1C-9 | vt52 470 1 228 48.5 0.000 0.000 | LZO1C-9 | xterm-256color 3641 1 2377 65.3 0.000 0.000 | LZO1C-9 | xterm-color 1551 1 777 50.1 0.000 0.000 | LZO1C-9 | xterm-xfree86 2240 1 1344 60.0 0.000 0.000 | LZO1C-9 | timestamp 15 1 19 127 0.000 0.000 | LZO1C-9 | timezone 10 1 14 140 0.000 0.000 | LZO1C-9 | dnf.conf 164 1 126 76.8 0.000 0.000 | LZO1C-9 | mount.blacklist 51 1 43 84.3 0.000 0.000 | LZO1C-9 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1C-9 | automount.rules 847 1 558 65.9 0.000 0.000 | LZO1C-9 | autonet.rules 757 1 529 69.9 0.000 0.000 | LZO1C-9 | local.rules 885 1 649 73.3 0.000 0.000 | LZO1C-9 | localextra.rules 843 1 594 70.5 0.000 0.000 | LZO1C-9 | mount.sh 4279 1 2107 49.2 0.000 0.000 | LZO1C-9 | network.sh 1402 1 1006 71.8 0.000 0.000 | LZO1C-9 | udev.conf 49 1 53 108 0.000 0.000 | LZO1C-9 | 50default 2634 1 1090 41.4 0.000 0.000 | LZO1C-9 | version 15 1 19 127 0.000 0.000 | LZO1C-9 | volatile.cache 5955 1 1459 24.5 0.000 0.000 | LZO1C-9 | warnquota.conf 3360 1 2066 61.5 0.000 0.000 | LZO1C-9 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 | LZO1C-9 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 | LZO1C-9 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 | LZO1C-9 | gsettings-data-convert.desktop 7741 1 4387 56.7 0.000 0.000 | LZO1C-9 | pulseaudio.desktop 4973 1 2291 46.1 0.000 0.000 | LZO1C-9 | xinput_calibrator.desktop 299 1 236 78.9 0.000 0.000 | LZO1C-9 | libfm.conf 183 1 143 78.1 0.000 0.000 | LZO1C-9 | pcmanfm.conf 321 1 274 85.4 0.000 0.000 | LZO1C-9 | Xserver 652 1 451 69.2 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1389 70.5 127.821 0.000 LZO1C-9 ***TOTALS*** 1249687 289 398910 31.9 127.821 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1F-1 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1F-1 | Xsession 755 1 500 66.2 0.000 0.000 | LZO1F-1 | 13xdgbasedirs.sh 550 1 466 84.7 0.000 0.000 | LZO1F-1 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1F-1 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1F-1 | 80matchboxkeyboard.sh 631 1 405 64.2 0.000 0.000 | LZO1F-1 | 89xdgautostart.sh 179 1 151 84.4 0.000 0.000 | LZO1F-1 | 90XWindowManager.sh 181 1 110 60.8 0.000 0.000 | LZO1F-1 | xinitrc 739 1 431 58.3 0.000 0.000 | LZO1F-1 | xorg.conf 1165 1 613 52.6 0.000 0.000 | LZO1F-1 | asound.conf 32 1 37 116 0.000 0.000 | LZO1F-1 | at.deny 144 1 128 88.9 0.000 0.000 | LZO1F-1 | avahi-daemon.conf 1753 1 1251 71.4 0.000 0.000 | LZO1F-1 | localtime 114 1 38 33.3 0.000 0.000 | LZO1F-1 | hosts 1121 1 902 80.5 0.000 0.000 | LZO1F-1 | sftp-ssh.service 1075 1 836 77.8 0.000 0.000 | LZO1F-1 | ssh.service 1071 1 834 77.9 0.000 0.000 | LZO1F-1 | bash_completion 45 1 39 86.7 0.000 0.000 | LZO1F-1 | perf 6321 1 3049 48.2 0.000 0.000 | LZO1F-1 | quilt 7117 1 2731 38.4 0.000 0.000 | LZO1F-1 | bindresvport.blacklist 429 1 327 76.2 0.000 0.000 | LZO1F-1 | input.conf 397 1 345 86.9 0.000 0.000 | LZO1F-1 | network.conf 120 1 120 100 0.000 0.000 | LZO1F-1 | build 527 1 280 53.1 0.000 0.000 | LZO1F-1 | busybox.links.nosuid 2392 1 1181 49.4 0.000 0.000 | LZO1F-1 | busybox.links.suid 91 1 69 75.8 0.000 0.000 | LZO1F-1 | ca-certificates.conf 5340 1 2030 38.0 0.000 0.000 | LZO1F-1 | pap 653 1 545 83.5 0.000 0.000 | LZO1F-1 | logrotate 189 1 155 82.0 0.000 0.000 | LZO1F-1 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1F-1 | crontab 653 1 420 64.3 0.000 0.000 | LZO1F-1 | session.conf 838 1 621 74.1 0.000 0.000 | LZO1F-1 | system.conf 833 1 619 74.3 0.000 0.000 | LZO1F-1 | ConsoleKit.conf 7305 1 956 13.1 0.000 0.000 | LZO1F-1 | avahi-dbus.conf 1138 1 538 47.3 0.000 0.000 | LZO1F-1 | bluetooth.conf 1315 1 700 53.2 0.000 0.000 | LZO1F-1 | dbus-wpa_supplicant.conf 743 1 353 47.5 0.000 0.000 | LZO1F-1 | ofono.conf 1063 1 602 56.6 0.000 0.000 | LZO1F-1 | pulseaudio-system.conf 1084 1 847 78.1 0.000 0.000 | LZO1F-1 | devpts 93 1 94 101 0.000 0.000 | LZO1F-1 | distcc 535 1 444 83.0 0.000 0.000 | LZO1F-1 | mountall 36 1 38 106 0.000 0.000 | LZO1F-1 | postinst 52 1 57 110 0.000 0.000 | LZO1F-1 | rcS 1040 1 787 75.7 0.000 0.000 | LZO1F-1 | rng-tools 27 1 31 115 0.000 0.000 | LZO1F-1 | usbd 0 1 3 0.0 0.000 0.000 | LZO1F-1 | useradd 117 1 122 104 0.000 0.000 | LZO1F-1 | 00_core 1637 1 1034 63.2 0.000 0.000 | LZO1F-1 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1F-1 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1F-1 | 99_sshd 75 1 67 89.3 0.000 0.000 | LZO1F-1 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1F-1 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1F-1 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1F-1 | clients.allow 1582 1 1126 71.2 0.000 0.000 | LZO1F-1 | commands.allow.sh 1763 1 1079 61.2 0.000 0.000 | LZO1F-1 | hosts 203 1 182 89.7 0.000 0.000 | LZO1F-1 | automatic.conf 2569 1 1321 51.4 0.000 0.000 | LZO1F-1 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1F-1 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1F-1 | yum.conf 4 1 8 200 0.000 0.000 | LZO1F-1 | arch 26 1 29 112 0.000 0.000 | LZO1F-1 | releasever 6 1 10 167 0.000 0.000 | LZO1F-1 | e2scrub.conf 685 1 488 71.2 0.000 0.000 | LZO1F-1 | exports 46 1 49 107 0.000 0.000 | LZO1F-1 | 30-liberation-aliases.conf 419 1 229 54.7 0.000 0.000 | LZO1F-1 | README 978 1 713 72.9 0.000 0.000 | LZO1F-1 | fonts.conf 2532 1 1461 57.7 0.000 0.000 | LZO1F-1 | config 1032 1 437 42.3 0.000 0.000 | LZO1F-1 | machconfig 193 1 152 78.8 0.000 0.000 | LZO1F-1 | fstab 637 1 383 60.1 0.000 0.000 | LZO1F-1 | path 1448 1 886 61.2 0.000 0.000 | LZO1F-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1F-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1F-1 | %gconf.xml 235 1 147 62.6 0.000 0.000 | LZO1F-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1F-1 | %gconf.xml 2158 1 591 27.4 0.000 0.000 | LZO1F-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1F-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1F-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1F-1 | %gconf.xml 515 1 306 59.4 0.000 0.000 | LZO1F-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1F-1 | %gconf.xml 5626 1 1711 30.4 0.000 0.000 | LZO1F-1 | settings-daemon.schemas 7202 1 1825 25.3 0.000 0.000 | LZO1F-1 | group 639 1 547 85.6 0.000 0.000 | LZO1F-1 | group- 620 1 530 85.5 0.000 0.000 | LZO1F-1 | gshadow 529 1 377 71.3 0.000 0.000 | LZO1F-1 | gshadow- 514 1 366 71.2 0.000 0.000 | LZO1F-1 | im-multipress.conf 890 1 783 88.0 0.000 0.000 | LZO1F-1 | host.conf 26 1 30 115 0.000 0.000 | LZO1F-1 | hostname 11 1 15 136 0.000 0.000 | LZO1F-1 | hosts 258 1 206 79.8 0.000 0.000 | LZO1F-1 | alsa-state 811 1 517 63.7 0.000 0.000 | LZO1F-1 | atd 578 1 388 67.1 0.000 0.000 | LZO1F-1 | avahi-daemon 4491 1 2520 56.1 0.000 0.000 | LZO1F-1 | banner.sh 492 1 305 62.0 0.000 0.000 | LZO1F-1 | bluetooth 1253 1 776 61.9 0.000 0.000 | LZO1F-1 | bootlogd 1997 1 1208 60.5 0.000 0.000 | LZO1F-1 | bootmisc.sh 2017 1 1369 67.9 0.000 0.000 | LZO1F-1 | checkroot.sh 3591 1 2267 63.1 0.000 0.000 | LZO1F-1 | connman 1462 1 950 65.0 0.000 0.000 | LZO1F-1 | crond 1235 1 801 64.9 0.000 0.000 | LZO1F-1 | dbus-1 2887 1 1769 61.3 0.000 0.000 | LZO1F-1 | devpts.sh 526 1 388 73.8 0.000 0.000 | LZO1F-1 | distcc 2863 1 1647 57.5 0.000 0.000 | LZO1F-1 | dmesg.sh 352 1 250 71.0 0.000 0.000 | LZO1F-1 | functions 2141 1 1325 61.9 0.000 0.000 | LZO1F-1 | halt 510 1 404 79.2 0.000 0.000 | LZO1F-1 | hostname.sh 580 1 426 73.4 0.000 0.000 | LZO1F-1 | hwclock.sh 2541 1 1322 52.0 0.000 0.000 | LZO1F-1 | kdump 2989 1 1398 46.8 0.000 0.000 | LZO1F-1 | mdmonitor 1773 1 1041 58.7 0.000 0.000 | LZO1F-1 | modutils.sh 1223 1 768 62.8 0.000 0.000 | LZO1F-1 | mountall.sh 869 1 658 75.7 0.000 0.000 | LZO1F-1 | mountnfs.sh 1589 1 939 59.1 0.000 0.000 | LZO1F-1 | networking 1956 1 1014 51.8 0.000 0.000 | LZO1F-1 | nfscommon 1609 1 976 60.7 0.000 0.000 | LZO1F-1 | nfsserver 3326 1 1842 55.4 0.000 0.000 | LZO1F-1 | ofono 516 1 363 70.3 0.000 0.000 | LZO1F-1 | populate-volatile.sh 7826 1 3590 45.9 0.000 0.000 | LZO1F-1 | ppp 1231 1 690 56.1 0.000 0.000 | LZO1F-1 | psplash.sh 682 1 476 69.8 0.000 0.000 | LZO1F-1 | rc 4457 1 2578 57.8 0.000 0.000 | LZO1F-1 | rcS 525 1 441 84.0 0.000 0.000 | LZO1F-1 | read-only-rootfs-hook.sh 1273 1 862 67.7 0.000 0.000 | LZO1F-1 | reboot 289 1 224 77.5 0.000 0.000 | LZO1F-1 | rmnologin.sh 585 1 377 64.4 0.000 0.000 | LZO1F-1 | rng-tools 1021 1 487 47.7 0.000 0.000 | LZO1F-1 | rpcbind 1827 1 939 51.4 0.000 0.000 | LZO1F-1 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1F-1 | save-rtc.sh 429 1 317 73.9 0.000 0.000 | LZO1F-1 | sendsigs 438 1 307 70.1 0.000 0.000 | LZO1F-1 | single 578 1 424 73.4 0.000 0.000 | LZO1F-1 | sshd 2029 1 1020 50.3 0.000 0.000 | LZO1F-1 | sysfs.sh 907 1 476 52.5 0.000 0.000 | LZO1F-1 | syslog 2066 1 1135 54.9 0.000 0.000 | LZO1F-1 | tcf-agent 1298 1 724 55.8 0.000 0.000 | LZO1F-1 | udev 2779 1 1619 58.3 0.000 0.000 | LZO1F-1 | umountfs 540 1 400 74.1 0.000 0.000 | LZO1F-1 | umountnfs.sh 711 1 525 73.8 0.000 0.000 | LZO1F-1 | urandom 1473 1 931 63.2 0.000 0.000 | LZO1F-1 | xserver-nodm 1436 1 969 67.5 0.000 0.000 | LZO1F-1 | inittab 1140 1 789 69.2 0.000 0.000 | LZO1F-1 | inputrc 1633 1 1043 63.9 0.000 0.000 | LZO1F-1 | bpf_pinning 85 1 88 104 0.000 0.000 | LZO1F-1 | ematch_map 81 1 86 106 0.000 0.000 | LZO1F-1 | group 31 1 35 113 0.000 0.000 | LZO1F-1 | nl_protos 262 1 264 101 0.000 0.000 | LZO1F-1 | rt_dsfield 331 1 260 78.5 0.000 0.000 | LZO1F-1 | rt_protos 201 1 203 101 0.000 0.000 | LZO1F-1 | rt_realms 112 1 114 102 0.000 0.000 | LZO1F-1 | rt_scopes 92 1 92 100 0.000 0.000 | LZO1F-1 | rt_tables 87 1 89 102 0.000 0.000 | LZO1F-1 | issue 58 1 63 109 0.000 0.000 | LZO1F-1 | issue.net 55 1 60 109 0.000 0.000 | LZO1F-1 | ld.so.cache 57567 1 18449 32.0 0.000 0.000 | LZO1F-1 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1F-1 | classid 1130 1 635 56.2 0.000 0.000 | LZO1F-1 | pktloc 1532 1 822 53.7 0.000 0.000 | LZO1F-1 | collect_dnf.conf 813 1 510 62.7 0.000 0.000 | LZO1F-1 | limits 827 1 632 76.4 0.000 0.000 | LZO1F-1 | login.access 2006 1 1287 64.2 0.000 0.000 | LZO1F-1 | login.defs 11030 1 6554 59.4 0.000 0.000 | LZO1F-1 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 | LZO1F-1 | logrotate.conf 434 1 357 82.3 0.000 0.000 | LZO1F-1 | btmp 130 1 119 91.5 0.000 0.000 | LZO1F-1 | dnf 526 1 137 26.0 0.000 0.000 | LZO1F-1 | wtmp 145 1 132 91.0 0.000 0.000 | LZO1F-1 | kbdconfig 721 1 546 75.7 0.000 0.000 | LZO1F-1 | session 630 1 466 74.0 0.000 0.000 | LZO1F-1 | mdadm.conf 2687 1 1827 68.0 0.000 0.000 | LZO1F-1 | mke2fs.conf 846 1 504 59.6 0.000 0.000 | LZO1F-1 | uvesafb.conf 39 1 41 105 0.000 0.000 | LZO1F-1 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1F-1 | motd 0 1 3 0.0 0.000 0.000 | LZO1F-1 | netconfig 767 1 467 60.9 0.000 0.000 | LZO1F-1 | nfsroot 809 1 534 66.0 0.000 0.000 | LZO1F-1 | wpa-supplicant 1999 1 944 47.2 0.000 0.000 | LZO1F-1 | interfaces 132 1 126 95.5 0.000 0.000 | LZO1F-1 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1F-1 | nfs-utils.conf 1087 1 741 68.2 0.000 0.000 | LZO1F-1 | nfsmount.conf 3606 1 2022 56.1 0.000 0.000 | LZO1F-1 | nsswitch.conf 497 1 366 73.6 0.000 0.000 | LZO1F-1 | phonesim.conf 361 1 309 85.6 0.000 0.000 | LZO1F-1 | arch.conf 88 1 66 75.0 0.000 0.000 | LZO1F-1 | opkg.conf 845 1 591 69.9 0.000 0.000 | LZO1F-1 | passwd 1055 1 693 65.7 0.000 0.000 | LZO1F-1 | passwd- 1006 1 662 65.8 0.000 0.000 | LZO1F-1 | cert9.db 28672 1 915 3.2 0.000 0.000 | LZO1F-1 | key4.db 36864 1 1166 3.2 0.000 0.000 | LZO1F-1 | pkcs11.txt 425 1 359 84.5 0.000 0.000 | LZO1F-1 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1F-1 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1F-1 | ip-down 1454 1 1015 69.8 0.000 0.000 | LZO1F-1 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1F-1 | ip-up 1452 1 1014 69.8 0.000 0.000 | LZO1F-1 | 08setupdns 292 1 184 63.0 0.000 0.000 | LZO1F-1 | options 5 1 9 180 0.000 0.000 | LZO1F-1 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1F-1 | provider 1093 1 809 74.0 0.000 0.000 | LZO1F-1 | ppp_on_boot 573 1 463 80.8 0.000 0.000 | LZO1F-1 | profile 984 1 795 80.8 0.000 0.000 | LZO1F-1 | bash_completion.sh 672 1 410 61.0 0.000 0.000 | LZO1F-1 | distcc.sh 68 1 65 95.6 0.000 0.000 | LZO1F-1 | gawk.csh 1107 1 287 25.9 0.000 0.000 | LZO1F-1 | gawk.sh 757 1 237 31.3 0.000 0.000 | LZO1F-1 | protocols 2932 1 2087 71.2 0.000 0.000 | LZO1F-1 | client.conf 1233 1 959 77.8 0.000 0.000 | LZO1F-1 | 50-sato.conf 447 1 372 83.2 0.000 0.000 | LZO1F-1 | daemon.conf 2374 1 1578 66.5 0.000 0.000 | LZO1F-1 | default.pa 4933 1 2705 54.8 0.000 0.000 | LZO1F-1 | system.pa 2078 1 1320 63.5 0.000 0.000 | LZO1F-1 | quilt.quiltrc 1236 1 845 68.4 0.000 0.000 | LZO1F-1 | quotagrpadmins 220 1 201 91.4 0.000 0.000 | LZO1F-1 | quotatab 261 1 224 85.8 0.000 0.000 | LZO1F-1 | rpc 895 1 660 73.7 0.000 0.000 | LZO1F-1 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1F-1 | macros 38 1 43 113 0.000 0.000 | LZO1F-1 | platform 19 1 23 121 0.000 0.000 | LZO1F-1 | rpmrc 104 1 80 76.9 0.000 0.000 | LZO1F-1 | securetty 1848 1 1128 61.0 0.000 0.000 | LZO1F-1 | services 18790 1 10572 56.3 0.000 0.000 | LZO1F-1 | shadow 651 1 239 36.7 0.000 0.000 | LZO1F-1 | shadow- 619 1 222 35.9 0.000 0.000 | LZO1F-1 | shells 52 1 50 96.2 0.000 0.000 | LZO1F-1 | .bashrc 410 1 330 80.5 0.000 0.000 | LZO1F-1 | .profile 241 1 225 93.4 0.000 0.000 | LZO1F-1 | slsh.rc 2030 1 1025 50.5 0.000 0.000 | LZO1F-1 | moduli 577388 3 39666 6.9 0.000 0.000 | LZO1F-1 | ssh_config 1548 1 1051 67.9 0.000 0.000 | LZO1F-1 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 | LZO1F-1 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1F-1 | ssh_host_ed25519_key 411 1 319 77.6 0.000 0.000 | LZO1F-1 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1F-1 | ssh_host_rsa_key 2602 1 2571 98.8 0.000 0.000 | LZO1F-1 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1F-1 | sshd_config 3177 1 1998 62.9 0.000 0.000 | LZO1F-1 | sshd_config_readonly 3186 1 1997 62.7 0.000 0.000 | LZO1F-1 | ca-certificates.crt 200061 1 162540 81.2 101.460 0.000 | LZO1F-1 | openssl.cnf 10909 1 5247 48.1 0.000 0.000 | LZO1F-1 | sudoers 3174 1 1899 59.8 0.000 0.000 | LZO1F-1 | sudoers.dist 3174 1 1899 59.8 0.000 0.000 | LZO1F-1 | crond 110 1 110 100 0.000 0.000 | LZO1F-1 | kdump.conf 411 1 326 79.3 0.000 0.000 | LZO1F-1 | sysctl.conf 2128 1 1589 74.7 0.000 0.000 | LZO1F-1 | syslog-startup.conf 651 1 542 83.3 0.000 0.000 | LZO1F-1 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1F-1 | ansi 1481 1 747 50.4 0.000 0.000 | LZO1F-1 | dumb 308 1 75 24.4 0.000 0.000 | LZO1F-1 | linux 1730 1 992 57.3 0.000 0.000 | LZO1F-1 | rxvt 2286 1 1487 65.0 0.000 0.000 | LZO1F-1 | screen 1587 1 913 57.5 0.000 0.000 | LZO1F-1 | screen-256color 1677 1 956 57.0 0.000 0.000 | LZO1F-1 | sun 1004 1 498 49.6 0.000 0.000 | LZO1F-1 | vt100 1190 1 735 61.8 0.000 0.000 | LZO1F-1 | vt102 1184 1 735 62.1 0.000 0.000 | LZO1F-1 | vt200 1377 1 899 65.3 0.000 0.000 | LZO1F-1 | vt220 1377 1 899 65.3 0.000 0.000 | LZO1F-1 | vt52 470 1 239 50.9 0.000 0.000 | LZO1F-1 | xterm-256color 3641 1 2362 64.9 0.000 0.000 | LZO1F-1 | xterm-color 1551 1 773 49.8 0.000 0.000 | LZO1F-1 | xterm-xfree86 2240 1 1322 59.0 0.000 0.000 | LZO1F-1 | timestamp 15 1 19 127 0.000 0.000 | LZO1F-1 | timezone 10 1 14 140 0.000 0.000 | LZO1F-1 | dnf.conf 164 1 126 76.8 0.000 0.000 | LZO1F-1 | mount.blacklist 51 1 42 82.4 0.000 0.000 | LZO1F-1 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1F-1 | automount.rules 847 1 562 66.4 0.000 0.000 | LZO1F-1 | autonet.rules 757 1 531 70.1 0.000 0.000 | LZO1F-1 | local.rules 885 1 649 73.3 0.000 0.000 | LZO1F-1 | localextra.rules 843 1 607 72.0 0.000 0.000 | LZO1F-1 | mount.sh 4279 1 2245 52.5 0.000 0.000 | LZO1F-1 | network.sh 1402 1 1020 72.8 0.000 0.000 | LZO1F-1 | udev.conf 49 1 53 108 0.000 0.000 | LZO1F-1 | 50default 2634 1 1166 44.3 0.000 0.000 | LZO1F-1 | version 15 1 19 127 0.000 0.000 | LZO1F-1 | volatile.cache 5955 1 1517 25.5 0.000 0.000 | LZO1F-1 | warnquota.conf 3360 1 2179 64.9 0.000 0.000 | LZO1F-1 | wpa_supplicant.conf 113 1 106 93.8 0.000 0.000 | LZO1F-1 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 | LZO1F-1 | connman-applet.desktop 191 1 177 92.7 0.000 0.000 | LZO1F-1 | gsettings-data-convert.desktop 7741 1 4663 60.2 0.000 0.000 | LZO1F-1 | pulseaudio.desktop 4973 1 2393 48.1 0.000 0.000 | LZO1F-1 | xinput_calibrator.desktop 299 1 236 78.9 0.000 0.000 | LZO1F-1 | libfm.conf 183 1 143 78.1 0.000 0.000 | LZO1F-1 | pcmanfm.conf 321 1 283 88.2 0.000 0.000 | LZO1F-1 | Xserver 652 1 453 69.5 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1473 71.5 101.460 0.000 LZO1F-1 ***TOTALS*** 1249687 289 422903 33.8 101.460 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1X-1 | 00-primary.seat 64 1 68 106 0.000 0.000 | LZO1X-1 | Xsession 755 1 511 67.7 0.000 0.000 | LZO1X-1 | 13xdgbasedirs.sh 550 1 504 91.6 0.000 0.000 | LZO1X-1 | 30xinput_calibrate.sh 115 1 119 103 0.000 0.000 | LZO1X-1 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1X-1 | 80matchboxkeyboard.sh 631 1 424 67.2 0.000 0.000 | LZO1X-1 | 89xdgautostart.sh 179 1 159 88.8 0.000 0.000 | LZO1X-1 | 90XWindowManager.sh 181 1 113 62.4 0.000 0.000 | LZO1X-1 | xinitrc 739 1 436 59.0 0.000 0.000 | LZO1X-1 | xorg.conf 1165 1 637 54.7 0.000 0.000 | LZO1X-1 | asound.conf 32 1 36 113 0.000 0.000 | LZO1X-1 | at.deny 144 1 140 97.2 0.000 0.000 | LZO1X-1 | avahi-daemon.conf 1753 1 1278 72.9 0.000 0.000 | LZO1X-1 | localtime 114 1 47 41.2 0.000 0.000 | LZO1X-1 | hosts 1121 1 929 82.9 0.000 0.000 | LZO1X-1 | sftp-ssh.service 1075 1 893 83.1 0.000 0.000 | LZO1X-1 | ssh.service 1071 1 891 83.2 0.000 0.000 | LZO1X-1 | bash_completion 45 1 49 109 0.000 0.000 | LZO1X-1 | perf 6321 1 3075 48.6 0.000 0.000 | LZO1X-1 | quilt 7117 1 2743 38.5 0.000 0.000 | LZO1X-1 | bindresvport.blacklist 429 1 355 82.8 0.000 0.000 | LZO1X-1 | input.conf 397 1 355 89.4 0.000 0.000 | LZO1X-1 | network.conf 120 1 124 103 0.000 0.000 | LZO1X-1 | build 527 1 314 59.6 0.000 0.000 | LZO1X-1 | busybox.links.nosuid 2392 1 1192 49.8 0.000 0.000 | LZO1X-1 | busybox.links.suid 91 1 75 82.4 0.000 0.000 | LZO1X-1 | ca-certificates.conf 5340 1 2050 38.4 0.000 0.000 | LZO1X-1 | pap 653 1 571 87.4 0.000 0.000 | LZO1X-1 | logrotate 189 1 169 89.4 0.000 0.000 | LZO1X-1 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1X-1 | crontab 653 1 438 67.1 0.000 0.000 | LZO1X-1 | session.conf 838 1 643 76.7 0.000 0.000 | LZO1X-1 | system.conf 833 1 644 77.3 0.000 0.000 | LZO1X-1 | ConsoleKit.conf 7305 1 986 13.5 0.000 0.000 | LZO1X-1 | avahi-dbus.conf 1138 1 566 49.7 0.000 0.000 | LZO1X-1 | bluetooth.conf 1315 1 731 55.6 0.000 0.000 | LZO1X-1 | dbus-wpa_supplicant.conf 743 1 367 49.4 0.000 0.000 | LZO1X-1 | ofono.conf 1063 1 622 58.5 0.000 0.000 | LZO1X-1 | pulseaudio-system.conf 1084 1 877 80.9 0.000 0.000 | LZO1X-1 | devpts 93 1 97 104 0.000 0.000 | LZO1X-1 | distcc 535 1 454 84.9 0.000 0.000 | LZO1X-1 | mountall 36 1 40 111 0.000 0.000 | LZO1X-1 | postinst 52 1 56 108 0.000 0.000 | LZO1X-1 | rcS 1040 1 824 79.2 0.000 0.000 | LZO1X-1 | rng-tools 27 1 31 115 0.000 0.000 | LZO1X-1 | usbd 0 1 3 0.0 0.000 0.000 | LZO1X-1 | useradd 117 1 121 103 0.000 0.000 | LZO1X-1 | 00_core 1637 1 1083 66.2 0.000 0.000 | LZO1X-1 | 01_bootlogd 36 1 40 111 0.000 0.000 | LZO1X-1 | 99_dbus 48 1 48 100 0.000 0.000 | LZO1X-1 | 99_sshd 75 1 72 96.0 0.000 0.000 | LZO1X-1 | 99_wpa_supplicant 46 1 50 109 0.000 0.000 | LZO1X-1 | volatiles.04_pulse 91 1 93 102 0.000 0.000 | LZO1X-1 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1X-1 | clients.allow 1582 1 1164 73.6 0.000 0.000 | LZO1X-1 | commands.allow.sh 1763 1 1099 62.3 0.000 0.000 | LZO1X-1 | hosts 203 1 183 90.1 0.000 0.000 | LZO1X-1 | automatic.conf 2569 1 1349 52.5 0.000 0.000 | LZO1X-1 | dnf.conf 82 1 87 106 0.000 0.000 | LZO1X-1 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1X-1 | yum.conf 4 1 8 200 0.000 0.000 | LZO1X-1 | arch 26 1 30 115 0.000 0.000 | LZO1X-1 | releasever 6 1 10 167 0.000 0.000 | LZO1X-1 | e2scrub.conf 685 1 507 74.0 0.000 0.000 | LZO1X-1 | exports 46 1 50 109 0.000 0.000 | LZO1X-1 | 30-liberation-aliases.conf 419 1 239 57.0 0.000 0.000 | LZO1X-1 | README 978 1 735 75.2 0.000 0.000 | LZO1X-1 | fonts.conf 2532 1 1498 59.2 0.000 0.000 | LZO1X-1 | config 1032 1 448 43.4 0.000 0.000 | LZO1X-1 | machconfig 193 1 157 81.3 0.000 0.000 | LZO1X-1 | fstab 637 1 398 62.5 0.000 0.000 | LZO1X-1 | path 1448 1 920 63.5 0.000 0.000 | LZO1X-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1 | %gconf.xml 235 1 151 64.3 0.000 0.000 | LZO1X-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1 | %gconf.xml 2158 1 607 28.1 0.000 0.000 | LZO1X-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1 | %gconf.xml 515 1 326 63.3 0.000 0.000 | LZO1X-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1 | %gconf.xml 5626 1 1699 30.2 0.000 0.000 | LZO1X-1 | settings-daemon.schemas 7202 1 1872 26.0 0.000 0.000 | LZO1X-1 | group 639 1 567 88.7 0.000 0.000 | LZO1X-1 | group- 620 1 549 88.5 0.000 0.000 | LZO1X-1 | gshadow 529 1 380 71.8 0.000 0.000 | LZO1X-1 | gshadow- 514 1 372 72.4 0.000 0.000 | LZO1X-1 | im-multipress.conf 890 1 806 90.6 0.000 0.000 | LZO1X-1 | host.conf 26 1 30 115 0.000 0.000 | LZO1X-1 | hostname 11 1 15 136 0.000 0.000 | LZO1X-1 | hosts 258 1 207 80.2 0.000 0.000 | LZO1X-1 | alsa-state 811 1 540 66.6 0.000 0.000 | LZO1X-1 | atd 578 1 394 68.2 0.000 0.000 | LZO1X-1 | avahi-daemon 4491 1 2561 57.0 0.000 0.000 | LZO1X-1 | banner.sh 492 1 324 65.9 0.000 0.000 | LZO1X-1 | bluetooth 1253 1 798 63.7 0.000 0.000 | LZO1X-1 | bootlogd 1997 1 1218 61.0 0.000 0.000 | LZO1X-1 | bootmisc.sh 2017 1 1404 69.6 0.000 0.000 | LZO1X-1 | checkroot.sh 3591 1 2315 64.5 0.000 0.000 | LZO1X-1 | connman 1462 1 979 67.0 0.000 0.000 | LZO1X-1 | crond 1235 1 807 65.3 0.000 0.000 | LZO1X-1 | dbus-1 2887 1 1797 62.2 0.000 0.000 | LZO1X-1 | devpts.sh 526 1 402 76.4 0.000 0.000 | LZO1X-1 | distcc 2863 1 1675 58.5 0.000 0.000 | LZO1X-1 | dmesg.sh 352 1 267 75.9 0.000 0.000 | LZO1X-1 | functions 2141 1 1366 63.8 0.000 0.000 | LZO1X-1 | halt 510 1 416 81.6 0.000 0.000 | LZO1X-1 | hostname.sh 580 1 435 75.0 0.000 0.000 | LZO1X-1 | hwclock.sh 2541 1 1337 52.6 0.000 0.000 | LZO1X-1 | kdump 2989 1 1427 47.7 0.000 0.000 | LZO1X-1 | mdmonitor 1773 1 1052 59.3 0.000 0.000 | LZO1X-1 | modutils.sh 1223 1 798 65.2 0.000 0.000 | LZO1X-1 | mountall.sh 869 1 670 77.1 0.000 0.000 | LZO1X-1 | mountnfs.sh 1589 1 951 59.8 0.000 0.000 | LZO1X-1 | networking 1956 1 1028 52.6 0.000 0.000 | LZO1X-1 | nfscommon 1609 1 997 62.0 0.000 0.000 | LZO1X-1 | nfsserver 3326 1 1876 56.4 0.000 0.000 | LZO1X-1 | ofono 516 1 367 71.1 0.000 0.000 | LZO1X-1 | populate-volatile.sh 7826 1 3640 46.5 0.000 0.000 | LZO1X-1 | ppp 1231 1 689 56.0 0.000 0.000 | LZO1X-1 | psplash.sh 682 1 491 72.0 0.000 0.000 | LZO1X-1 | rc 4457 1 2630 59.0 0.000 0.000 | LZO1X-1 | rcS 525 1 472 89.9 0.000 0.000 | LZO1X-1 | read-only-rootfs-hook.sh 1273 1 1225 96.2 0.000 0.000 | LZO1X-1 | reboot 289 1 231 79.9 0.000 0.000 | LZO1X-1 | rmnologin.sh 585 1 390 66.7 0.000 0.000 | LZO1X-1 | rng-tools 1021 1 509 49.9 0.000 0.000 | LZO1X-1 | rpcbind 1827 1 961 52.6 0.000 0.000 | LZO1X-1 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1X-1 | save-rtc.sh 429 1 333 77.6 0.000 0.000 | LZO1X-1 | sendsigs 438 1 314 71.7 0.000 0.000 | LZO1X-1 | single 578 1 437 75.6 0.000 0.000 | LZO1X-1 | sshd 2029 1 1056 52.0 0.000 0.000 | LZO1X-1 | sysfs.sh 907 1 487 53.7 0.000 0.000 | LZO1X-1 | syslog 2066 1 1146 55.5 0.000 0.000 | LZO1X-1 | tcf-agent 1298 1 739 56.9 0.000 0.000 | LZO1X-1 | udev 2779 1 1646 59.2 0.000 0.000 | LZO1X-1 | umountfs 540 1 408 75.6 0.000 0.000 | LZO1X-1 | umountnfs.sh 711 1 528 74.3 0.000 0.000 | LZO1X-1 | urandom 1473 1 943 64.0 0.000 0.000 | LZO1X-1 | xserver-nodm 1436 1 1008 70.2 0.000 0.000 | LZO1X-1 | inittab 1140 1 818 71.8 0.000 0.000 | LZO1X-1 | inputrc 1633 1 1062 65.0 0.000 0.000 | LZO1X-1 | bpf_pinning 85 1 89 105 0.000 0.000 | LZO1X-1 | ematch_map 81 1 85 105 0.000 0.000 | LZO1X-1 | group 31 1 35 113 0.000 0.000 | LZO1X-1 | nl_protos 262 1 267 102 0.000 0.000 | LZO1X-1 | rt_dsfield 331 1 269 81.3 0.000 0.000 | LZO1X-1 | rt_protos 201 1 205 102 0.000 0.000 | LZO1X-1 | rt_realms 112 1 116 104 0.000 0.000 | LZO1X-1 | rt_scopes 92 1 96 104 0.000 0.000 | LZO1X-1 | rt_tables 87 1 87 100 0.000 0.000 | LZO1X-1 | issue 58 1 62 107 0.000 0.000 | LZO1X-1 | issue.net 55 1 59 107 0.000 0.000 | LZO1X-1 | ld.so.cache 57567 1 18715 32.5 0.000 0.000 | LZO1X-1 | ld.so.conf 33 1 37 112 0.000 0.000 | LZO1X-1 | classid 1130 1 670 59.3 0.000 0.000 | LZO1X-1 | pktloc 1532 1 859 56.1 0.000 0.000 | LZO1X-1 | collect_dnf.conf 813 1 530 65.2 0.000 0.000 | LZO1X-1 | limits 827 1 653 79.0 0.000 0.000 | LZO1X-1 | login.access 2006 1 1317 65.7 0.000 0.000 | LZO1X-1 | login.defs 11030 1 6591 59.8 0.000 0.000 | LZO1X-1 | logrotate-dmesg.conf 121 1 119 98.3 0.000 0.000 | LZO1X-1 | logrotate.conf 434 1 363 83.6 0.000 0.000 | LZO1X-1 | btmp 130 1 129 99.2 0.000 0.000 | LZO1X-1 | dnf 526 1 158 30.0 0.000 0.000 | LZO1X-1 | wtmp 145 1 143 98.6 0.000 0.000 | LZO1X-1 | kbdconfig 721 1 563 78.1 0.000 0.000 | LZO1X-1 | session 630 1 478 75.9 0.000 0.000 | LZO1X-1 | mdadm.conf 2687 1 1859 69.2 0.000 0.000 | LZO1X-1 | mke2fs.conf 846 1 535 63.2 0.000 0.000 | LZO1X-1 | uvesafb.conf 39 1 43 110 0.000 0.000 | LZO1X-1 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1X-1 | motd 0 1 3 0.0 0.000 0.000 | LZO1X-1 | netconfig 767 1 487 63.5 0.000 0.000 | LZO1X-1 | nfsroot 809 1 547 67.6 0.000 0.000 | LZO1X-1 | wpa-supplicant 1999 1 952 47.6 0.000 0.000 | LZO1X-1 | interfaces 132 1 132 100 0.000 0.000 | LZO1X-1 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1X-1 | nfs-utils.conf 1087 1 764 70.3 0.000 0.000 | LZO1X-1 | nfsmount.conf 3606 1 2048 56.8 0.000 0.000 | LZO1X-1 | nsswitch.conf 497 1 405 81.5 0.000 0.000 | LZO1X-1 | phonesim.conf 361 1 316 87.5 0.000 0.000 | LZO1X-1 | arch.conf 88 1 70 79.5 0.000 0.000 | LZO1X-1 | opkg.conf 845 1 603 71.4 0.000 0.000 | LZO1X-1 | passwd 1055 1 710 67.3 0.000 0.000 | LZO1X-1 | passwd- 1006 1 671 66.7 0.000 0.000 | LZO1X-1 | cert9.db 28672 1 942 3.3 0.000 0.000 | LZO1X-1 | key4.db 36864 1 1190 3.2 0.000 0.000 | LZO1X-1 | pkcs11.txt 425 1 376 88.5 0.000 0.000 | LZO1X-1 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1X-1 | chap-secrets 78 1 82 105 0.000 0.000 | LZO1X-1 | ip-down 1454 1 1031 70.9 0.000 0.000 | LZO1X-1 | 92removedns 118 1 103 87.3 0.000 0.000 | LZO1X-1 | ip-up 1452 1 1040 71.6 0.000 0.000 | LZO1X-1 | 08setupdns 292 1 194 66.4 0.000 0.000 | LZO1X-1 | options 5 1 9 180 0.000 0.000 | LZO1X-1 | pap-secrets 77 1 81 105 0.000 0.000 | LZO1X-1 | provider 1093 1 826 75.6 0.000 0.000 | LZO1X-1 | ppp_on_boot 573 1 487 85.0 0.000 0.000 | LZO1X-1 | profile 984 1 813 82.6 0.000 0.000 | LZO1X-1 | bash_completion.sh 672 1 435 64.7 0.000 0.000 | LZO1X-1 | distcc.sh 68 1 70 103 0.000 0.000 | LZO1X-1 | gawk.csh 1107 1 296 26.7 0.000 0.000 | LZO1X-1 | gawk.sh 757 1 248 32.8 0.000 0.000 | LZO1X-1 | protocols 2932 1 2132 72.7 0.000 0.000 | LZO1X-1 | client.conf 1233 1 986 80.0 0.000 0.000 | LZO1X-1 | 50-sato.conf 447 1 379 84.8 0.000 0.000 | LZO1X-1 | daemon.conf 2374 1 1616 68.1 0.000 0.000 | LZO1X-1 | default.pa 4933 1 2732 55.4 0.000 0.000 | LZO1X-1 | system.pa 2078 1 1343 64.6 0.000 0.000 | LZO1X-1 | quilt.quiltrc 1236 1 874 70.7 0.000 0.000 | LZO1X-1 | quotagrpadmins 220 1 205 93.2 0.000 0.000 | LZO1X-1 | quotatab 261 1 230 88.1 0.000 0.000 | LZO1X-1 | rpc 895 1 675 75.4 0.000 0.000 | LZO1X-1 | rpcbind.conf 58 1 62 107 0.000 0.000 | LZO1X-1 | macros 38 1 42 111 0.000 0.000 | LZO1X-1 | platform 19 1 23 121 0.000 0.000 | LZO1X-1 | rpmrc 104 1 92 88.5 0.000 0.000 | LZO1X-1 | securetty 1848 1 1145 62.0 0.000 0.000 | LZO1X-1 | services 18790 1 10642 56.6 0.000 0.000 | LZO1X-1 | shadow 651 1 251 38.6 0.000 0.000 | LZO1X-1 | shadow- 619 1 235 38.0 0.000 0.000 | LZO1X-1 | shells 52 1 55 106 0.000 0.000 | LZO1X-1 | .bashrc 410 1 343 83.7 0.000 0.000 | LZO1X-1 | .profile 241 1 237 98.3 0.000 0.000 | LZO1X-1 | slsh.rc 2030 1 1061 52.3 0.000 0.000 | LZO1X-1 | moduli 577388 3 47770 8.3 0.000 0.000 | LZO1X-1 | ssh_config 1548 1 1070 69.1 0.000 0.000 | LZO1X-1 | ssh_host_ecdsa_key 505 1 482 95.4 0.000 0.000 | LZO1X-1 | ssh_host_ecdsa_key.pub 177 1 173 97.7 0.000 0.000 | LZO1X-1 | ssh_host_ed25519_key 411 1 335 81.5 0.000 0.000 | LZO1X-1 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1X-1 | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 | LZO1X-1 | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 | LZO1X-1 | sshd_config 3177 1 2027 63.8 0.000 0.000 | LZO1X-1 | sshd_config_readonly 3186 1 2026 63.6 0.000 0.000 | LZO1X-1 | ca-certificates.crt 200061 1 168813 84.4 0.000 0.000 | LZO1X-1 | openssl.cnf 10909 1 5295 48.5 0.000 0.000 | LZO1X-1 | sudoers 3174 1 1930 60.8 0.000 0.000 | LZO1X-1 | sudoers.dist 3174 1 1930 60.8 0.000 0.000 | LZO1X-1 | crond 110 1 113 103 0.000 0.000 | LZO1X-1 | kdump.conf 411 1 355 86.4 0.000 0.000 | LZO1X-1 | sysctl.conf 2128 1 1632 76.7 0.000 0.000 | LZO1X-1 | syslog-startup.conf 651 1 550 84.5 0.000 0.000 | LZO1X-1 | syslog.conf 69 1 73 106 0.000 0.000 | LZO1X-1 | ansi 1481 1 769 51.9 0.000 0.000 | LZO1X-1 | dumb 308 1 83 26.9 0.000 0.000 | LZO1X-1 | linux 1730 1 1022 59.1 0.000 0.000 | LZO1X-1 | rxvt 2286 1 1539 67.3 0.000 0.000 | LZO1X-1 | screen 1587 1 934 58.9 0.000 0.000 | LZO1X-1 | screen-256color 1677 1 974 58.1 0.000 0.000 | LZO1X-1 | sun 1004 1 525 52.3 0.000 0.000 | LZO1X-1 | vt100 1190 1 758 63.7 0.000 0.000 | LZO1X-1 | vt102 1184 1 767 64.8 0.000 0.000 | LZO1X-1 | vt200 1377 1 924 67.1 0.000 0.000 | LZO1X-1 | vt220 1377 1 924 67.1 0.000 0.000 | LZO1X-1 | vt52 470 1 243 51.7 0.000 0.000 | LZO1X-1 | xterm-256color 3641 1 2388 65.6 0.000 0.000 | LZO1X-1 | xterm-color 1551 1 804 51.8 0.000 0.000 | LZO1X-1 | xterm-xfree86 2240 1 1348 60.2 0.000 0.000 | LZO1X-1 | timestamp 15 1 19 127 0.000 0.000 | LZO1X-1 | timezone 10 1 14 140 0.000 0.000 | LZO1X-1 | dnf.conf 164 1 138 84.1 0.000 0.000 | LZO1X-1 | mount.blacklist 51 1 50 98.0 0.000 0.000 | LZO1X-1 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1X-1 | automount.rules 847 1 598 70.6 0.000 0.000 | LZO1X-1 | autonet.rules 757 1 567 74.9 0.000 0.000 | LZO1X-1 | local.rules 885 1 678 76.6 0.000 0.000 | LZO1X-1 | localextra.rules 843 1 623 73.9 0.000 0.000 | LZO1X-1 | mount.sh 4279 1 2287 53.4 0.000 0.000 | LZO1X-1 | network.sh 1402 1 1045 74.5 0.000 0.000 | LZO1X-1 | udev.conf 49 1 53 108 0.000 0.000 | LZO1X-1 | 50default 2634 1 1185 45.0 0.000 0.000 | LZO1X-1 | version 15 1 19 127 0.000 0.000 | LZO1X-1 | volatile.cache 5955 1 1546 26.0 0.000 0.000 | LZO1X-1 | warnquota.conf 3360 1 2199 65.4 0.000 0.000 | LZO1X-1 | wpa_supplicant.conf 113 1 111 98.2 0.000 0.000 | LZO1X-1 | at-spi-dbus-bus.desktop 296 1 292 98.6 0.000 0.000 | LZO1X-1 | connman-applet.desktop 191 1 185 96.9 0.000 0.000 | LZO1X-1 | gsettings-data-convert.desktop 7741 1 4716 60.9 0.000 0.000 | LZO1X-1 | pulseaudio.desktop 4973 1 2418 48.6 0.000 0.000 | LZO1X-1 | xinput_calibrator.desktop 299 1 238 79.6 0.000 0.000 | LZO1X-1 | libfm.conf 183 1 157 85.8 0.000 0.000 | LZO1X-1 | pcmanfm.conf 321 1 305 95.0 0.000 0.000 | LZO1X-1 | Xserver 652 1 488 74.8 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1541 73.8 0.000 0.000 LZO1X-1 ***TOTALS*** 1249687 289 442523 35.4 0.000 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1Y-1 | 00-primary.seat 64 1 68 106 0.000 0.000 | LZO1Y-1 | Xsession 755 1 499 66.1 0.000 0.000 | LZO1Y-1 | 13xdgbasedirs.sh 550 1 501 91.1 0.000 0.000 | LZO1Y-1 | 30xinput_calibrate.sh 115 1 119 103 0.000 0.000 | LZO1Y-1 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1Y-1 | 80matchboxkeyboard.sh 631 1 420 66.6 0.000 0.000 | LZO1Y-1 | 89xdgautostart.sh 179 1 157 87.7 0.000 0.000 | LZO1Y-1 | 90XWindowManager.sh 181 1 111 61.3 0.000 0.000 | LZO1Y-1 | xinitrc 739 1 420 56.8 0.000 0.000 | LZO1Y-1 | xorg.conf 1165 1 624 53.6 0.000 0.000 | LZO1Y-1 | asound.conf 32 1 36 113 0.000 0.000 | LZO1Y-1 | at.deny 144 1 140 97.2 0.000 0.000 | LZO1Y-1 | avahi-daemon.conf 1753 1 1255 71.6 0.000 0.000 | LZO1Y-1 | localtime 114 1 47 41.2 0.000 0.000 | LZO1Y-1 | hosts 1121 1 919 82.0 0.000 0.000 | LZO1Y-1 | sftp-ssh.service 1075 1 885 82.3 0.000 0.000 | LZO1Y-1 | ssh.service 1071 1 883 82.4 0.000 0.000 | LZO1Y-1 | bash_completion 45 1 49 109 0.000 0.000 | LZO1Y-1 | perf 6321 1 3081 48.7 0.000 0.000 | LZO1Y-1 | quilt 7117 1 2737 38.5 0.000 0.000 | LZO1Y-1 | bindresvport.blacklist 429 1 354 82.5 0.000 0.000 | LZO1Y-1 | input.conf 397 1 354 89.2 0.000 0.000 | LZO1Y-1 | network.conf 120 1 124 103 0.000 0.000 | LZO1Y-1 | build 527 1 312 59.2 0.000 0.000 | LZO1Y-1 | busybox.links.nosuid 2392 1 1119 46.8 0.000 0.000 | LZO1Y-1 | busybox.links.suid 91 1 73 80.2 0.000 0.000 | LZO1Y-1 | ca-certificates.conf 5340 1 1982 37.1 0.000 0.000 | LZO1Y-1 | pap 653 1 569 87.1 0.000 0.000 | LZO1Y-1 | logrotate 189 1 165 87.3 0.000 0.000 | LZO1Y-1 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1Y-1 | crontab 653 1 434 66.5 0.000 0.000 | LZO1Y-1 | session.conf 838 1 635 75.8 0.000 0.000 | LZO1Y-1 | system.conf 833 1 637 76.5 0.000 0.000 | LZO1Y-1 | ConsoleKit.conf 7305 1 977 13.4 0.000 0.000 | LZO1Y-1 | avahi-dbus.conf 1138 1 554 48.7 0.000 0.000 | LZO1Y-1 | bluetooth.conf 1315 1 721 54.8 0.000 0.000 | LZO1Y-1 | dbus-wpa_supplicant.conf 743 1 360 48.5 0.000 0.000 | LZO1Y-1 | ofono.conf 1063 1 614 57.8 0.000 0.000 | LZO1Y-1 | pulseaudio-system.conf 1084 1 868 80.1 0.000 0.000 | LZO1Y-1 | devpts 93 1 97 104 0.000 0.000 | LZO1Y-1 | distcc 535 1 453 84.7 0.000 0.000 | LZO1Y-1 | mountall 36 1 40 111 0.000 0.000 | LZO1Y-1 | postinst 52 1 56 108 0.000 0.000 | LZO1Y-1 | rcS 1040 1 816 78.5 0.000 0.000 | LZO1Y-1 | rng-tools 27 1 31 115 0.000 0.000 | LZO1Y-1 | usbd 0 1 3 0.0 0.000 0.000 | LZO1Y-1 | useradd 117 1 121 103 0.000 0.000 | LZO1Y-1 | 00_core 1637 1 1053 64.3 0.000 0.000 | LZO1Y-1 | 01_bootlogd 36 1 40 111 0.000 0.000 | LZO1Y-1 | 99_dbus 48 1 48 100 0.000 0.000 | LZO1Y-1 | 99_sshd 75 1 72 96.0 0.000 0.000 | LZO1Y-1 | 99_wpa_supplicant 46 1 50 109 0.000 0.000 | LZO1Y-1 | volatiles.04_pulse 91 1 93 102 0.000 0.000 | LZO1Y-1 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1Y-1 | clients.allow 1582 1 1159 73.3 0.000 0.000 | LZO1Y-1 | commands.allow.sh 1763 1 1076 61.0 0.000 0.000 | LZO1Y-1 | hosts 203 1 183 90.1 0.000 0.000 | LZO1Y-1 | automatic.conf 2569 1 1340 52.2 0.000 0.000 | LZO1Y-1 | dnf.conf 82 1 87 106 0.000 0.000 | LZO1Y-1 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1Y-1 | yum.conf 4 1 8 200 0.000 0.000 | LZO1Y-1 | arch 26 1 30 115 0.000 0.000 | LZO1Y-1 | releasever 6 1 10 167 0.000 0.000 | LZO1Y-1 | e2scrub.conf 685 1 504 73.6 0.000 0.000 | LZO1Y-1 | exports 46 1 50 109 0.000 0.000 | LZO1Y-1 | 30-liberation-aliases.conf 419 1 234 55.8 0.000 0.000 | LZO1Y-1 | README 978 1 722 73.8 0.000 0.000 | LZO1Y-1 | fonts.conf 2532 1 1495 59.0 0.000 0.000 | LZO1Y-1 | config 1032 1 436 42.2 0.000 0.000 | LZO1Y-1 | machconfig 193 1 153 79.3 0.000 0.000 | LZO1Y-1 | fstab 637 1 391 61.4 0.000 0.000 | LZO1Y-1 | path 1448 1 909 62.8 0.000 0.000 | LZO1Y-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Y-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Y-1 | %gconf.xml 235 1 149 63.4 0.000 0.000 | LZO1Y-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Y-1 | %gconf.xml 2158 1 602 27.9 0.000 0.000 | LZO1Y-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Y-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Y-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Y-1 | %gconf.xml 515 1 325 63.1 0.000 0.000 | LZO1Y-1 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Y-1 | %gconf.xml 5626 1 1721 30.6 0.000 0.000 | LZO1Y-1 | settings-daemon.schemas 7202 1 1889 26.2 0.000 0.000 | LZO1Y-1 | group 639 1 567 88.7 0.000 0.000 | LZO1Y-1 | group- 620 1 549 88.5 0.000 0.000 | LZO1Y-1 | gshadow 529 1 380 71.8 0.000 0.000 | LZO1Y-1 | gshadow- 514 1 372 72.4 0.000 0.000 | LZO1Y-1 | im-multipress.conf 890 1 804 90.3 0.000 0.000 | LZO1Y-1 | host.conf 26 1 30 115 0.000 0.000 | LZO1Y-1 | hostname 11 1 15 136 0.000 0.000 | LZO1Y-1 | hosts 258 1 204 79.1 0.000 0.000 | LZO1Y-1 | alsa-state 811 1 535 66.0 0.000 0.000 | LZO1Y-1 | atd 578 1 392 67.8 0.000 0.000 | LZO1Y-1 | avahi-daemon 4491 1 2533 56.4 0.000 0.000 | LZO1Y-1 | banner.sh 492 1 316 64.2 0.000 0.000 | LZO1Y-1 | bluetooth 1253 1 789 63.0 0.000 0.000 | LZO1Y-1 | bootlogd 1997 1 1205 60.3 0.000 0.000 | LZO1Y-1 | bootmisc.sh 2017 1 1376 68.2 0.000 0.000 | LZO1Y-1 | checkroot.sh 3591 1 2328 64.8 0.000 0.000 | LZO1Y-1 | connman 1462 1 965 66.0 0.000 0.000 | LZO1Y-1 | crond 1235 1 800 64.8 0.000 0.000 | LZO1Y-1 | dbus-1 2887 1 1791 62.0 0.000 0.000 | LZO1Y-1 | devpts.sh 526 1 398 75.7 0.000 0.000 | LZO1Y-1 | distcc 2863 1 1676 58.5 0.000 0.000 | LZO1Y-1 | dmesg.sh 352 1 261 74.1 0.000 0.000 | LZO1Y-1 | functions 2141 1 1341 62.6 0.000 0.000 | LZO1Y-1 | halt 510 1 411 80.6 0.000 0.000 | LZO1Y-1 | hostname.sh 580 1 425 73.3 0.000 0.000 | LZO1Y-1 | hwclock.sh 2541 1 1325 52.1 0.000 0.000 | LZO1Y-1 | kdump 2989 1 1429 47.8 0.000 0.000 | LZO1Y-1 | mdmonitor 1773 1 1026 57.9 0.000 0.000 | LZO1Y-1 | modutils.sh 1223 1 777 63.5 0.000 0.000 | LZO1Y-1 | mountall.sh 869 1 660 75.9 0.000 0.000 | LZO1Y-1 | mountnfs.sh 1589 1 930 58.5 0.000 0.000 | LZO1Y-1 | networking 1956 1 1028 52.6 0.000 0.000 | LZO1Y-1 | nfscommon 1609 1 980 60.9 0.000 0.000 | LZO1Y-1 | nfsserver 3326 1 1877 56.4 0.000 0.000 | LZO1Y-1 | ofono 516 1 364 70.5 0.000 0.000 | LZO1Y-1 | populate-volatile.sh 7826 1 3636 46.5 0.000 0.000 | LZO1Y-1 | ppp 1231 1 681 55.3 0.000 0.000 | LZO1Y-1 | psplash.sh 682 1 478 70.1 0.000 0.000 | LZO1Y-1 | rc 4457 1 2635 59.1 0.000 0.000 | LZO1Y-1 | rcS 525 1 469 89.3 0.000 0.000 | LZO1Y-1 | read-only-rootfs-hook.sh 1273 1 1222 96.0 0.000 0.000 | LZO1Y-1 | reboot 289 1 226 78.2 0.000 0.000 | LZO1Y-1 | rmnologin.sh 585 1 380 65.0 0.000 0.000 | LZO1Y-1 | rng-tools 1021 1 502 49.2 0.000 0.000 | LZO1Y-1 | rpcbind 1827 1 943 51.6 0.000 0.000 | LZO1Y-1 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1Y-1 | save-rtc.sh 429 1 327 76.2 0.000 0.000 | LZO1Y-1 | sendsigs 438 1 307 70.1 0.000 0.000 | LZO1Y-1 | single 578 1 432 74.7 0.000 0.000 | LZO1Y-1 | sshd 2029 1 1036 51.1 0.000 0.000 | LZO1Y-1 | sysfs.sh 907 1 472 52.0 0.000 0.000 | LZO1Y-1 | syslog 2066 1 1123 54.4 0.000 0.000 | LZO1Y-1 | tcf-agent 1298 1 708 54.5 0.000 0.000 | LZO1Y-1 | udev 2779 1 1631 58.7 0.000 0.000 | LZO1Y-1 | umountfs 540 1 401 74.3 0.000 0.000 | LZO1Y-1 | umountnfs.sh 711 1 519 73.0 0.000 0.000 | LZO1Y-1 | urandom 1473 1 929 63.1 0.000 0.000 | LZO1Y-1 | xserver-nodm 1436 1 987 68.7 0.000 0.000 | LZO1Y-1 | inittab 1140 1 810 71.1 0.000 0.000 | LZO1Y-1 | inputrc 1633 1 1054 64.5 0.000 0.000 | LZO1Y-1 | bpf_pinning 85 1 89 105 0.000 0.000 | LZO1Y-1 | ematch_map 81 1 85 105 0.000 0.000 | LZO1Y-1 | group 31 1 35 113 0.000 0.000 | LZO1Y-1 | nl_protos 262 1 267 102 0.000 0.000 | LZO1Y-1 | rt_dsfield 331 1 269 81.3 0.000 0.000 | LZO1Y-1 | rt_protos 201 1 205 102 0.000 0.000 | LZO1Y-1 | rt_realms 112 1 116 104 0.000 0.000 | LZO1Y-1 | rt_scopes 92 1 96 104 0.000 0.000 | LZO1Y-1 | rt_tables 87 1 87 100 0.000 0.000 | LZO1Y-1 | issue 58 1 62 107 0.000 0.000 | LZO1Y-1 | issue.net 55 1 59 107 0.000 0.000 | LZO1Y-1 | ld.so.cache 57567 1 17837 31.0 0.000 0.000 | LZO1Y-1 | ld.so.conf 33 1 37 112 0.000 0.000 | LZO1Y-1 | classid 1130 1 658 58.2 0.000 0.000 | LZO1Y-1 | pktloc 1532 1 830 54.2 0.000 0.000 | LZO1Y-1 | collect_dnf.conf 813 1 510 62.7 0.000 0.000 | LZO1Y-1 | limits 827 1 646 78.1 0.000 0.000 | LZO1Y-1 | login.access 2006 1 1310 65.3 0.000 0.000 | LZO1Y-1 | login.defs 11030 1 6708 60.8 0.000 0.000 | LZO1Y-1 | logrotate-dmesg.conf 121 1 119 98.3 0.000 0.000 | LZO1Y-1 | logrotate.conf 434 1 360 82.9 0.000 0.000 | LZO1Y-1 | btmp 130 1 129 99.2 0.000 0.000 | LZO1Y-1 | dnf 526 1 157 29.8 0.000 0.000 | LZO1Y-1 | wtmp 145 1 143 98.6 0.000 0.000 | LZO1Y-1 | kbdconfig 721 1 560 77.7 0.000 0.000 | LZO1Y-1 | session 630 1 468 74.3 0.000 0.000 | LZO1Y-1 | mdadm.conf 2687 1 1871 69.6 0.000 0.000 | LZO1Y-1 | mke2fs.conf 846 1 525 62.1 0.000 0.000 | LZO1Y-1 | uvesafb.conf 39 1 43 110 0.000 0.000 | LZO1Y-1 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1Y-1 | motd 0 1 3 0.0 0.000 0.000 | LZO1Y-1 | netconfig 767 1 480 62.6 0.000 0.000 | LZO1Y-1 | nfsroot 809 1 539 66.6 0.000 0.000 | LZO1Y-1 | wpa-supplicant 1999 1 926 46.3 0.000 0.000 | LZO1Y-1 | interfaces 132 1 131 99.2 0.000 0.000 | LZO1Y-1 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1Y-1 | nfs-utils.conf 1087 1 759 69.8 0.000 0.000 | LZO1Y-1 | nfsmount.conf 3606 1 2062 57.2 0.000 0.000 | LZO1Y-1 | nsswitch.conf 497 1 398 80.1 0.000 0.000 | LZO1Y-1 | phonesim.conf 361 1 315 87.3 0.000 0.000 | LZO1Y-1 | arch.conf 88 1 70 79.5 0.000 0.000 | LZO1Y-1 | opkg.conf 845 1 592 70.1 0.000 0.000 | LZO1Y-1 | passwd 1055 1 700 66.4 0.000 0.000 | LZO1Y-1 | passwd- 1006 1 661 65.7 0.000 0.000 | LZO1Y-1 | cert9.db 28672 1 921 3.2 0.000 0.000 | LZO1Y-1 | key4.db 36864 1 1168 3.2 0.000 0.000 | LZO1Y-1 | pkcs11.txt 425 1 374 88.0 0.000 0.000 | LZO1Y-1 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1Y-1 | chap-secrets 78 1 82 105 0.000 0.000 | LZO1Y-1 | ip-down 1454 1 1026 70.6 0.000 0.000 | LZO1Y-1 | 92removedns 118 1 102 86.4 0.000 0.000 | LZO1Y-1 | ip-up 1452 1 1035 71.3 0.000 0.000 | LZO1Y-1 | 08setupdns 292 1 183 62.7 0.000 0.000 | LZO1Y-1 | options 5 1 9 180 0.000 0.000 | LZO1Y-1 | pap-secrets 77 1 81 105 0.000 0.000 | LZO1Y-1 | provider 1093 1 818 74.8 0.000 0.000 | LZO1Y-1 | ppp_on_boot 573 1 481 83.9 0.000 0.000 | LZO1Y-1 | profile 984 1 809 82.2 0.000 0.000 | LZO1Y-1 | bash_completion.sh 672 1 428 63.7 0.000 0.000 | LZO1Y-1 | distcc.sh 68 1 70 103 0.000 0.000 | LZO1Y-1 | gawk.csh 1107 1 288 26.0 0.000 0.000 | LZO1Y-1 | gawk.sh 757 1 244 32.2 0.000 0.000 | LZO1Y-1 | protocols 2932 1 2137 72.9 0.000 0.000 | LZO1Y-1 | client.conf 1233 1 975 79.1 0.000 0.000 | LZO1Y-1 | 50-sato.conf 447 1 374 83.7 0.000 0.000 | LZO1Y-1 | daemon.conf 2374 1 1596 67.2 0.000 0.000 | LZO1Y-1 | default.pa 4933 1 2756 55.9 0.000 0.000 | LZO1Y-1 | system.pa 2078 1 1344 64.7 0.000 0.000 | LZO1Y-1 | quilt.quiltrc 1236 1 867 70.1 0.000 0.000 | LZO1Y-1 | quotagrpadmins 220 1 205 93.2 0.000 0.000 | LZO1Y-1 | quotatab 261 1 229 87.7 0.000 0.000 | LZO1Y-1 | rpc 895 1 667 74.5 0.000 0.000 | LZO1Y-1 | rpcbind.conf 58 1 62 107 0.000 0.000 | LZO1Y-1 | macros 38 1 42 111 0.000 0.000 | LZO1Y-1 | platform 19 1 23 121 0.000 0.000 | LZO1Y-1 | rpmrc 104 1 90 86.5 0.000 0.000 | LZO1Y-1 | securetty 1848 1 1137 61.5 0.000 0.000 | LZO1Y-1 | services 18790 1 10527 56.0 0.000 0.000 | LZO1Y-1 | shadow 651 1 250 38.4 0.000 0.000 | LZO1Y-1 | shadow- 619 1 234 37.8 0.000 0.000 | LZO1Y-1 | shells 52 1 55 106 0.000 0.000 | LZO1Y-1 | .bashrc 410 1 338 82.4 0.000 0.000 | LZO1Y-1 | .profile 241 1 237 98.3 0.000 0.000 | LZO1Y-1 | slsh.rc 2030 1 1057 52.1 0.000 0.000 | LZO1Y-1 | moduli 577388 3 47747 8.3 0.000 0.000 | LZO1Y-1 | ssh_config 1548 1 1059 68.4 0.000 0.000 | LZO1Y-1 | ssh_host_ecdsa_key 505 1 480 95.0 0.000 0.000 | LZO1Y-1 | ssh_host_ecdsa_key.pub 177 1 172 97.2 0.000 0.000 | LZO1Y-1 | ssh_host_ed25519_key 411 1 334 81.3 0.000 0.000 | LZO1Y-1 | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1Y-1 | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 | LZO1Y-1 | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 | LZO1Y-1 | sshd_config 3177 1 2034 64.0 0.000 0.000 | LZO1Y-1 | sshd_config_readonly 3186 1 2035 63.9 0.000 0.000 | LZO1Y-1 | ca-certificates.crt 200061 1 168934 84.4 0.000 0.000 | LZO1Y-1 | openssl.cnf 10909 1 5322 48.8 0.000 0.000 | LZO1Y-1 | sudoers 3174 1 1934 60.9 0.000 0.000 | LZO1Y-1 | sudoers.dist 3174 1 1934 60.9 0.000 0.000 | LZO1Y-1 | crond 110 1 113 103 0.000 0.000 | LZO1Y-1 | kdump.conf 411 1 351 85.4 0.000 0.000 | LZO1Y-1 | sysctl.conf 2128 1 1631 76.6 0.000 0.000 | LZO1Y-1 | syslog-startup.conf 651 1 548 84.2 0.000 0.000 | LZO1Y-1 | syslog.conf 69 1 73 106 0.000 0.000 | LZO1Y-1 | ansi 1481 1 757 51.1 0.000 0.000 | LZO1Y-1 | dumb 308 1 83 26.9 0.000 0.000 | LZO1Y-1 | linux 1730 1 1011 58.4 0.000 0.000 | LZO1Y-1 | rxvt 2286 1 1542 67.5 0.000 0.000 | LZO1Y-1 | screen 1587 1 934 58.9 0.000 0.000 | LZO1Y-1 | screen-256color 1677 1 970 57.8 0.000 0.000 | LZO1Y-1 | sun 1004 1 518 51.6 0.000 0.000 | LZO1Y-1 | vt100 1190 1 752 63.2 0.000 0.000 | LZO1Y-1 | vt102 1184 1 762 64.4 0.000 0.000 | LZO1Y-1 | vt200 1377 1 918 66.7 0.000 0.000 | LZO1Y-1 | vt220 1377 1 918 66.7 0.000 0.000 | LZO1Y-1 | vt52 470 1 238 50.6 0.000 0.000 | LZO1Y-1 | xterm-256color 3641 1 2402 66.0 0.000 0.000 | LZO1Y-1 | xterm-color 1551 1 801 51.6 0.000 0.000 | LZO1Y-1 | xterm-xfree86 2240 1 1341 59.9 0.000 0.000 | LZO1Y-1 | timestamp 15 1 19 127 0.000 0.000 | LZO1Y-1 | timezone 10 1 14 140 0.000 0.000 | LZO1Y-1 | dnf.conf 164 1 138 84.1 0.000 0.000 | LZO1Y-1 | mount.blacklist 51 1 50 98.0 0.000 0.000 | LZO1Y-1 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1Y-1 | automount.rules 847 1 592 69.9 0.000 0.000 | LZO1Y-1 | autonet.rules 757 1 561 74.1 0.000 0.000 | LZO1Y-1 | local.rules 885 1 670 75.7 0.000 0.000 | LZO1Y-1 | localextra.rules 843 1 614 72.8 0.000 0.000 | LZO1Y-1 | mount.sh 4279 1 2307 53.9 0.000 0.000 | LZO1Y-1 | network.sh 1402 1 1032 73.6 0.000 0.000 | LZO1Y-1 | udev.conf 49 1 53 108 0.000 0.000 | LZO1Y-1 | 50default 2634 1 1175 44.6 0.000 0.000 | LZO1Y-1 | version 15 1 19 127 0.000 0.000 | LZO1Y-1 | volatile.cache 5955 1 1479 24.8 0.000 0.000 | LZO1Y-1 | warnquota.conf 3360 1 2232 66.4 0.000 0.000 | LZO1Y-1 | wpa_supplicant.conf 113 1 110 97.3 0.000 0.000 | LZO1Y-1 | at-spi-dbus-bus.desktop 296 1 292 98.6 0.000 0.000 | LZO1Y-1 | connman-applet.desktop 191 1 184 96.3 0.000 0.000 | LZO1Y-1 | gsettings-data-convert.desktop 7741 1 4670 60.3 0.000 0.000 | LZO1Y-1 | pulseaudio.desktop 4973 1 2374 47.7 0.000 0.000 | LZO1Y-1 | xinput_calibrator.desktop 299 1 236 78.9 0.000 0.000 | LZO1Y-1 | libfm.conf 183 1 153 83.6 0.000 0.000 | LZO1Y-1 | pcmanfm.conf 321 1 304 94.7 0.000 0.000 | LZO1Y-1 | Xserver 652 1 482 73.9 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1534 73.3 0.000 0.000 LZO1Y-1 ***TOTALS*** 1249687 289 440285 35.2 0.000 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1X-1(11) | 00-primary.seat 64 1 68 106 0.000 0.000 | LZO1X-1(11) | Xsession 755 1 514 68.1 0.000 0.000 | LZO1X-1(11) | 13xdgbasedirs.sh 550 1 513 93.3 0.000 0.000 | LZO1X-1(11) | 30xinput_calibrate.sh 115 1 119 103 0.000 0.000 | LZO1X-1(11) | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1X-1(11) | 80matchboxkeyboard.sh 631 1 424 67.2 0.000 0.000 | LZO1X-1(11) | 89xdgautostart.sh 179 1 159 88.8 0.000 0.000 | LZO1X-1(11) | 90XWindowManager.sh 181 1 113 62.4 0.000 0.000 | LZO1X-1(11) | xinitrc 739 1 436 59.0 0.000 0.000 | LZO1X-1(11) | xorg.conf 1165 1 640 54.9 0.000 0.000 | LZO1X-1(11) | asound.conf 32 1 36 113 0.000 0.000 | LZO1X-1(11) | at.deny 144 1 140 97.2 0.000 0.000 | LZO1X-1(11) | avahi-daemon.conf 1753 1 1286 73.4 0.000 0.000 | LZO1X-1(11) | localtime 114 1 47 41.2 0.000 0.000 | LZO1X-1(11) | hosts 1121 1 938 83.7 0.000 0.000 | LZO1X-1(11) | sftp-ssh.service 1075 1 902 83.9 0.000 0.000 | LZO1X-1(11) | ssh.service 1071 1 900 84.0 0.000 0.000 | LZO1X-1(11) | bash_completion 45 1 49 109 0.000 0.000 | LZO1X-1(11) | perf 6321 1 3146 49.8 0.000 0.000 | LZO1X-1(11) | quilt 7117 1 2799 39.3 0.000 0.000 | LZO1X-1(11) | bindresvport.blacklist 429 1 355 82.8 0.000 0.000 | LZO1X-1(11) | input.conf 397 1 355 89.4 0.000 0.000 | LZO1X-1(11) | network.conf 120 1 124 103 0.000 0.000 | LZO1X-1(11) | build 527 1 314 59.6 0.000 0.000 | LZO1X-1(11) | busybox.links.nosuid 2392 1 1196 50.0 0.000 0.000 | LZO1X-1(11) | busybox.links.suid 91 1 75 82.4 0.000 0.000 | LZO1X-1(11) | ca-certificates.conf 5340 1 2061 38.6 0.000 0.000 | LZO1X-1(11) | pap 653 1 573 87.7 0.000 0.000 | LZO1X-1(11) | logrotate 189 1 169 89.4 0.000 0.000 | LZO1X-1(11) | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1X-1(11) | crontab 653 1 442 67.7 0.000 0.000 | LZO1X-1(11) | session.conf 838 1 643 76.7 0.000 0.000 | LZO1X-1(11) | system.conf 833 1 644 77.3 0.000 0.000 | LZO1X-1(11) | ConsoleKit.conf 7305 1 998 13.7 0.000 0.000 | LZO1X-1(11) | avahi-dbus.conf 1138 1 561 49.3 0.000 0.000 | LZO1X-1(11) | bluetooth.conf 1315 1 742 56.4 0.000 0.000 | LZO1X-1(11) | dbus-wpa_supplicant.conf 743 1 366 49.3 0.000 0.000 | LZO1X-1(11) | ofono.conf 1063 1 626 58.9 0.000 0.000 | LZO1X-1(11) | pulseaudio-system.conf 1084 1 885 81.6 0.000 0.000 | LZO1X-1(11) | devpts 93 1 97 104 0.000 0.000 | LZO1X-1(11) | distcc 535 1 457 85.4 0.000 0.000 | LZO1X-1(11) | mountall 36 1 40 111 0.000 0.000 | LZO1X-1(11) | postinst 52 1 56 108 0.000 0.000 | LZO1X-1(11) | rcS 1040 1 832 80.0 0.000 0.000 | LZO1X-1(11) | rng-tools 27 1 31 115 0.000 0.000 | LZO1X-1(11) | usbd 0 1 3 0.0 0.000 0.000 | LZO1X-1(11) | useradd 117 1 121 103 0.000 0.000 | LZO1X-1(11) | 00_core 1637 1 1085 66.3 0.000 0.000 | LZO1X-1(11) | 01_bootlogd 36 1 40 111 0.000 0.000 | LZO1X-1(11) | 99_dbus 48 1 48 100 0.000 0.000 | LZO1X-1(11) | 99_sshd 75 1 72 96.0 0.000 0.000 | LZO1X-1(11) | 99_wpa_supplicant 46 1 50 109 0.000 0.000 | LZO1X-1(11) | volatiles.04_pulse 91 1 93 102 0.000 0.000 | LZO1X-1(11) | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1X-1(11) | clients.allow 1582 1 1173 74.1 0.000 0.000 | LZO1X-1(11) | commands.allow.sh 1763 1 1116 63.3 0.000 0.000 | LZO1X-1(11) | hosts 203 1 183 90.1 0.000 0.000 | LZO1X-1(11) | automatic.conf 2569 1 1363 53.1 0.000 0.000 | LZO1X-1(11) | dnf.conf 82 1 87 106 0.000 0.000 | LZO1X-1(11) | dnf.conf 4 1 8 200 0.000 0.000 | LZO1X-1(11) | yum.conf 4 1 8 200 0.000 0.000 | LZO1X-1(11) | arch 26 1 30 115 0.000 0.000 | LZO1X-1(11) | releasever 6 1 10 167 0.000 0.000 | LZO1X-1(11) | e2scrub.conf 685 1 507 74.0 0.000 0.000 | LZO1X-1(11) | exports 46 1 50 109 0.000 0.000 | LZO1X-1(11) | 30-liberation-aliases.conf 419 1 239 57.0 0.000 0.000 | LZO1X-1(11) | README 978 1 741 75.8 0.000 0.000 | LZO1X-1(11) | fonts.conf 2532 1 1498 59.2 0.000 0.000 | LZO1X-1(11) | config 1032 1 448 43.4 0.000 0.000 | LZO1X-1(11) | machconfig 193 1 157 81.3 0.000 0.000 | LZO1X-1(11) | fstab 637 1 398 62.5 0.000 0.000 | LZO1X-1(11) | path 1448 1 931 64.3 0.000 0.000 | LZO1X-1(11) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(11) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(11) | %gconf.xml 235 1 151 64.3 0.000 0.000 | LZO1X-1(11) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(11) | %gconf.xml 2158 1 612 28.4 0.000 0.000 | LZO1X-1(11) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(11) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(11) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(11) | %gconf.xml 515 1 329 63.9 0.000 0.000 | LZO1X-1(11) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(11) | %gconf.xml 5626 1 1731 30.8 0.000 0.000 | LZO1X-1(11) | settings-daemon.schemas 7202 1 1889 26.2 0.000 0.000 | LZO1X-1(11) | group 639 1 570 89.2 0.000 0.000 | LZO1X-1(11) | group- 620 1 552 89.0 0.000 0.000 | LZO1X-1(11) | gshadow 529 1 380 71.8 0.000 0.000 | LZO1X-1(11) | gshadow- 514 1 372 72.4 0.000 0.000 | LZO1X-1(11) | im-multipress.conf 890 1 814 91.5 0.000 0.000 | LZO1X-1(11) | host.conf 26 1 30 115 0.000 0.000 | LZO1X-1(11) | hostname 11 1 15 136 0.000 0.000 | LZO1X-1(11) | hosts 258 1 207 80.2 0.000 0.000 | LZO1X-1(11) | alsa-state 811 1 540 66.6 0.000 0.000 | LZO1X-1(11) | atd 578 1 395 68.3 0.000 0.000 | LZO1X-1(11) | avahi-daemon 4491 1 2591 57.7 0.000 0.000 | LZO1X-1(11) | banner.sh 492 1 324 65.9 0.000 0.000 | LZO1X-1(11) | bluetooth 1253 1 802 64.0 0.000 0.000 | LZO1X-1(11) | bootlogd 1997 1 1230 61.6 0.000 0.000 | LZO1X-1(11) | bootmisc.sh 2017 1 1409 69.9 0.000 0.000 | LZO1X-1(11) | checkroot.sh 3591 1 2349 65.4 0.000 0.000 | LZO1X-1(11) | connman 1462 1 993 67.9 0.000 0.000 | LZO1X-1(11) | crond 1235 1 810 65.6 0.000 0.000 | LZO1X-1(11) | dbus-1 2887 1 1817 62.9 0.000 0.000 | LZO1X-1(11) | devpts.sh 526 1 406 77.2 0.000 0.000 | LZO1X-1(11) | distcc 2863 1 1698 59.3 0.000 0.000 | LZO1X-1(11) | dmesg.sh 352 1 267 75.9 0.000 0.000 | LZO1X-1(11) | functions 2141 1 1380 64.5 0.000 0.000 | LZO1X-1(11) | halt 510 1 418 82.0 0.000 0.000 | LZO1X-1(11) | hostname.sh 580 1 436 75.2 0.000 0.000 | LZO1X-1(11) | hwclock.sh 2541 1 1351 53.2 0.000 0.000 | LZO1X-1(11) | kdump 2989 1 1470 49.2 0.000 0.000 | LZO1X-1(11) | mdmonitor 1773 1 1052 59.3 0.000 0.000 | LZO1X-1(11) | modutils.sh 1223 1 809 66.1 0.000 0.000 | LZO1X-1(11) | mountall.sh 869 1 672 77.3 0.000 0.000 | LZO1X-1(11) | mountnfs.sh 1589 1 957 60.2 0.000 0.000 | LZO1X-1(11) | networking 1956 1 1035 52.9 0.000 0.000 | LZO1X-1(11) | nfscommon 1609 1 1006 62.5 0.000 0.000 | LZO1X-1(11) | nfsserver 3326 1 1913 57.5 0.000 0.000 | LZO1X-1(11) | ofono 516 1 369 71.5 0.000 0.000 | LZO1X-1(11) | populate-volatile.sh 7826 1 3701 47.3 0.000 0.000 | LZO1X-1(11) | ppp 1231 1 690 56.1 0.000 0.000 | LZO1X-1(11) | psplash.sh 682 1 491 72.0 0.000 0.000 | LZO1X-1(11) | rc 4457 1 2674 60.0 0.000 0.000 | LZO1X-1(11) | rcS 525 1 472 89.9 0.000 0.000 | LZO1X-1(11) | read-only-rootfs-hook.sh 1273 1 1225 96.2 0.000 0.000 | LZO1X-1(11) | reboot 289 1 231 79.9 0.000 0.000 | LZO1X-1(11) | rmnologin.sh 585 1 390 66.7 0.000 0.000 | LZO1X-1(11) | rng-tools 1021 1 511 50.0 0.000 0.000 | LZO1X-1(11) | rpcbind 1827 1 963 52.7 0.000 0.000 | LZO1X-1(11) | run-postinsts 25 1 29 116 0.000 0.000 | LZO1X-1(11) | save-rtc.sh 429 1 333 77.6 0.000 0.000 | LZO1X-1(11) | sendsigs 438 1 314 71.7 0.000 0.000 | LZO1X-1(11) | single 578 1 438 75.8 0.000 0.000 | LZO1X-1(11) | sshd 2029 1 1079 53.2 0.000 0.000 | LZO1X-1(11) | sysfs.sh 907 1 488 53.8 0.000 0.000 | LZO1X-1(11) | syslog 2066 1 1149 55.6 0.000 0.000 | LZO1X-1(11) | tcf-agent 1298 1 742 57.2 0.000 0.000 | LZO1X-1(11) | udev 2779 1 1669 60.1 0.000 0.000 | LZO1X-1(11) | umountfs 540 1 408 75.6 0.000 0.000 | LZO1X-1(11) | umountnfs.sh 711 1 530 74.5 0.000 0.000 | LZO1X-1(11) | urandom 1473 1 945 64.2 0.000 0.000 | LZO1X-1(11) | xserver-nodm 1436 1 1014 70.6 0.000 0.000 | LZO1X-1(11) | inittab 1140 1 821 72.0 0.000 0.000 | LZO1X-1(11) | inputrc 1633 1 1074 65.8 0.000 0.000 | LZO1X-1(11) | bpf_pinning 85 1 89 105 0.000 0.000 | LZO1X-1(11) | ematch_map 81 1 85 105 0.000 0.000 | LZO1X-1(11) | group 31 1 35 113 0.000 0.000 | LZO1X-1(11) | nl_protos 262 1 267 102 0.000 0.000 | LZO1X-1(11) | rt_dsfield 331 1 269 81.3 0.000 0.000 | LZO1X-1(11) | rt_protos 201 1 205 102 0.000 0.000 | LZO1X-1(11) | rt_realms 112 1 116 104 0.000 0.000 | LZO1X-1(11) | rt_scopes 92 1 96 104 0.000 0.000 | LZO1X-1(11) | rt_tables 87 1 91 105 0.000 0.000 | LZO1X-1(11) | issue 58 1 62 107 0.000 0.000 | LZO1X-1(11) | issue.net 55 1 59 107 0.000 0.000 | LZO1X-1(11) | ld.so.cache 57567 1 18746 32.6 0.000 0.000 | LZO1X-1(11) | ld.so.conf 33 1 37 112 0.000 0.000 | LZO1X-1(11) | classid 1130 1 670 59.3 0.000 0.000 | LZO1X-1(11) | pktloc 1532 1 864 56.4 0.000 0.000 | LZO1X-1(11) | collect_dnf.conf 813 1 533 65.6 0.000 0.000 | LZO1X-1(11) | limits 827 1 655 79.2 0.000 0.000 | LZO1X-1(11) | login.access 2006 1 1326 66.1 0.000 0.000 | LZO1X-1(11) | login.defs 11030 1 6791 61.6 0.000 0.000 | LZO1X-1(11) | logrotate-dmesg.conf 121 1 119 98.3 0.000 0.000 | LZO1X-1(11) | logrotate.conf 434 1 364 83.9 0.000 0.000 | LZO1X-1(11) | btmp 130 1 129 99.2 0.000 0.000 | LZO1X-1(11) | dnf 526 1 159 30.2 0.000 0.000 | LZO1X-1(11) | wtmp 145 1 143 98.6 0.000 0.000 | LZO1X-1(11) | kbdconfig 721 1 566 78.5 0.000 0.000 | LZO1X-1(11) | session 630 1 478 75.9 0.000 0.000 | LZO1X-1(11) | mdadm.conf 2687 1 1894 70.5 0.000 0.000 | LZO1X-1(11) | mke2fs.conf 846 1 537 63.5 0.000 0.000 | LZO1X-1(11) | uvesafb.conf 39 1 43 110 0.000 0.000 | LZO1X-1(11) | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1X-1(11) | motd 0 1 3 0.0 0.000 0.000 | LZO1X-1(11) | netconfig 767 1 488 63.6 0.000 0.000 | LZO1X-1(11) | nfsroot 809 1 546 67.5 0.000 0.000 | LZO1X-1(11) | wpa-supplicant 1999 1 959 48.0 0.000 0.000 | LZO1X-1(11) | interfaces 132 1 132 100 0.000 0.000 | LZO1X-1(11) | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1X-1(11) | nfs-utils.conf 1087 1 765 70.4 0.000 0.000 | LZO1X-1(11) | nfsmount.conf 3606 1 2071 57.4 0.000 0.000 | LZO1X-1(11) | nsswitch.conf 497 1 406 81.7 0.000 0.000 | LZO1X-1(11) | phonesim.conf 361 1 317 87.8 0.000 0.000 | LZO1X-1(11) | arch.conf 88 1 70 79.5 0.000 0.000 | LZO1X-1(11) | opkg.conf 845 1 603 71.4 0.000 0.000 | LZO1X-1(11) | passwd 1055 1 711 67.4 0.000 0.000 | LZO1X-1(11) | passwd- 1006 1 672 66.8 0.000 0.000 | LZO1X-1(11) | cert9.db 28672 1 944 3.3 0.000 0.000 | LZO1X-1(11) | key4.db 36864 1 1190 3.2 0.000 0.000 | LZO1X-1(11) | pkcs11.txt 425 1 376 88.5 0.000 0.000 | LZO1X-1(11) | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1X-1(11) | chap-secrets 78 1 82 105 0.000 0.000 | LZO1X-1(11) | ip-down 1454 1 1036 71.3 0.000 0.000 | LZO1X-1(11) | 92removedns 118 1 103 87.3 0.000 0.000 | LZO1X-1(11) | ip-up 1452 1 1047 72.1 0.000 0.000 | LZO1X-1(11) | 08setupdns 292 1 194 66.4 0.000 0.000 | LZO1X-1(11) | options 5 1 9 180 0.000 0.000 | LZO1X-1(11) | pap-secrets 77 1 81 105 0.000 0.000 | LZO1X-1(11) | provider 1093 1 833 76.2 0.000 0.000 | LZO1X-1(11) | ppp_on_boot 573 1 489 85.3 0.000 0.000 | LZO1X-1(11) | profile 984 1 813 82.6 0.000 0.000 | LZO1X-1(11) | bash_completion.sh 672 1 437 65.0 0.000 0.000 | LZO1X-1(11) | distcc.sh 68 1 70 103 0.000 0.000 | LZO1X-1(11) | gawk.csh 1107 1 296 26.7 0.000 0.000 | LZO1X-1(11) | gawk.sh 757 1 248 32.8 0.000 0.000 | LZO1X-1(11) | protocols 2932 1 2168 73.9 0.000 0.000 | LZO1X-1(11) | client.conf 1233 1 988 80.1 0.000 0.000 | LZO1X-1(11) | 50-sato.conf 447 1 377 84.3 0.000 0.000 | LZO1X-1(11) | daemon.conf 2374 1 1622 68.3 0.000 0.000 | LZO1X-1(11) | default.pa 4933 1 2783 56.4 0.000 0.000 | LZO1X-1(11) | system.pa 2078 1 1368 65.8 0.000 0.000 | LZO1X-1(11) | quilt.quiltrc 1236 1 877 71.0 0.000 0.000 | LZO1X-1(11) | quotagrpadmins 220 1 205 93.2 0.000 0.000 | LZO1X-1(11) | quotatab 261 1 230 88.1 0.000 0.000 | LZO1X-1(11) | rpc 895 1 678 75.8 0.000 0.000 | LZO1X-1(11) | rpcbind.conf 58 1 62 107 0.000 0.000 | LZO1X-1(11) | macros 38 1 42 111 0.000 0.000 | LZO1X-1(11) | platform 19 1 23 121 0.000 0.000 | LZO1X-1(11) | rpmrc 104 1 92 88.5 0.000 0.000 | LZO1X-1(11) | securetty 1848 1 1148 62.1 0.000 0.000 | LZO1X-1(11) | services 18790 1 11042 58.8 0.000 0.000 | LZO1X-1(11) | shadow 651 1 251 38.6 0.000 0.000 | LZO1X-1(11) | shadow- 619 1 235 38.0 0.000 0.000 | LZO1X-1(11) | shells 52 1 55 106 0.000 0.000 | LZO1X-1(11) | .bashrc 410 1 343 83.7 0.000 0.000 | LZO1X-1(11) | .profile 241 1 237 98.3 0.000 0.000 | LZO1X-1(11) | slsh.rc 2030 1 1076 53.0 0.000 0.000 | LZO1X-1(11) | moduli 577388 3 47861 8.3 0.000 0.000 | LZO1X-1(11) | ssh_config 1548 1 1072 69.3 0.000 0.000 | LZO1X-1(11) | ssh_host_ecdsa_key 505 1 482 95.4 0.000 0.000 | LZO1X-1(11) | ssh_host_ecdsa_key.pub 177 1 173 97.7 0.000 0.000 | LZO1X-1(11) | ssh_host_ed25519_key 411 1 335 81.5 0.000 0.000 | LZO1X-1(11) | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1X-1(11) | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 | LZO1X-1(11) | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 | LZO1X-1(11) | sshd_config 3177 1 2055 64.7 0.000 0.000 | LZO1X-1(11) | sshd_config_readonly 3186 1 2048 64.3 0.000 0.000 | LZO1X-1(11) | ca-certificates.crt 200061 1 178519 89.2 0.000 0.000 | LZO1X-1(11) | openssl.cnf 10909 1 5490 50.3 0.000 0.000 | LZO1X-1(11) | sudoers 3174 1 1955 61.6 0.000 0.000 | LZO1X-1(11) | sudoers.dist 3174 1 1955 61.6 0.000 0.000 | LZO1X-1(11) | crond 110 1 113 103 0.000 0.000 | LZO1X-1(11) | kdump.conf 411 1 357 86.9 0.000 0.000 | LZO1X-1(11) | sysctl.conf 2128 1 1649 77.5 0.000 0.000 | LZO1X-1(11) | syslog-startup.conf 651 1 550 84.5 0.000 0.000 | LZO1X-1(11) | syslog.conf 69 1 73 106 0.000 0.000 | LZO1X-1(11) | ansi 1481 1 769 51.9 0.000 0.000 | LZO1X-1(11) | dumb 308 1 83 26.9 0.000 0.000 | LZO1X-1(11) | linux 1730 1 1023 59.1 0.000 0.000 | LZO1X-1(11) | rxvt 2286 1 1544 67.5 0.000 0.000 | LZO1X-1(11) | screen 1587 1 938 59.1 0.000 0.000 | LZO1X-1(11) | screen-256color 1677 1 976 58.2 0.000 0.000 | LZO1X-1(11) | sun 1004 1 525 52.3 0.000 0.000 | LZO1X-1(11) | vt100 1190 1 758 63.7 0.000 0.000 | LZO1X-1(11) | vt102 1184 1 767 64.8 0.000 0.000 | LZO1X-1(11) | vt200 1377 1 926 67.2 0.000 0.000 | LZO1X-1(11) | vt220 1377 1 926 67.2 0.000 0.000 | LZO1X-1(11) | vt52 470 1 243 51.7 0.000 0.000 | LZO1X-1(11) | xterm-256color 3641 1 2417 66.4 0.000 0.000 | LZO1X-1(11) | xterm-color 1551 1 805 51.9 0.000 0.000 | LZO1X-1(11) | xterm-xfree86 2240 1 1351 60.3 0.000 0.000 | LZO1X-1(11) | timestamp 15 1 19 127 0.000 0.000 | LZO1X-1(11) | timezone 10 1 14 140 0.000 0.000 | LZO1X-1(11) | dnf.conf 164 1 138 84.1 0.000 0.000 | LZO1X-1(11) | mount.blacklist 51 1 50 98.0 0.000 0.000 | LZO1X-1(11) | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1X-1(11) | automount.rules 847 1 598 70.6 0.000 0.000 | LZO1X-1(11) | autonet.rules 757 1 567 74.9 0.000 0.000 | LZO1X-1(11) | local.rules 885 1 678 76.6 0.000 0.000 | LZO1X-1(11) | localextra.rules 843 1 623 73.9 0.000 0.000 | LZO1X-1(11) | mount.sh 4279 1 2310 54.0 0.000 0.000 | LZO1X-1(11) | network.sh 1402 1 1050 74.9 0.000 0.000 | LZO1X-1(11) | udev.conf 49 1 53 108 0.000 0.000 | LZO1X-1(11) | 50default 2634 1 1190 45.2 0.000 0.000 | LZO1X-1(11) | version 15 1 19 127 0.000 0.000 | LZO1X-1(11) | volatile.cache 5955 1 1551 26.0 0.000 0.000 | LZO1X-1(11) | warnquota.conf 3360 1 2243 66.8 0.000 0.000 | LZO1X-1(11) | wpa_supplicant.conf 113 1 111 98.2 0.000 0.000 | LZO1X-1(11) | at-spi-dbus-bus.desktop 296 1 292 98.6 0.000 0.000 | LZO1X-1(11) | connman-applet.desktop 191 1 185 96.9 0.000 0.000 | LZO1X-1(11) | gsettings-data-convert.desktop 7741 1 4834 62.4 0.000 0.000 | LZO1X-1(11) | pulseaudio.desktop 4973 1 2458 49.4 0.000 0.000 | LZO1X-1(11) | xinput_calibrator.desktop 299 1 238 79.6 0.000 0.000 | LZO1X-1(11) | libfm.conf 183 1 157 85.8 0.000 0.000 | LZO1X-1(11) | pcmanfm.conf 321 1 305 95.0 0.000 0.000 | LZO1X-1(11) | Xserver 652 1 491 75.3 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1584 74.1 0.000 0.000 LZO1X-1(11) ***TOTALS*** 1249687 289 454681 36.4 0.000 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1X-1(12) | 00-primary.seat 64 1 68 106 0.000 0.000 | LZO1X-1(12) | Xsession 755 1 511 67.7 0.000 0.000 | LZO1X-1(12) | 13xdgbasedirs.sh 550 1 513 93.3 0.000 0.000 | LZO1X-1(12) | 30xinput_calibrate.sh 115 1 119 103 0.000 0.000 | LZO1X-1(12) | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1X-1(12) | 80matchboxkeyboard.sh 631 1 424 67.2 0.000 0.000 | LZO1X-1(12) | 89xdgautostart.sh 179 1 159 88.8 0.000 0.000 | LZO1X-1(12) | 90XWindowManager.sh 181 1 113 62.4 0.000 0.000 | LZO1X-1(12) | xinitrc 739 1 436 59.0 0.000 0.000 | LZO1X-1(12) | xorg.conf 1165 1 639 54.8 0.000 0.000 | LZO1X-1(12) | asound.conf 32 1 36 113 0.000 0.000 | LZO1X-1(12) | at.deny 144 1 140 97.2 0.000 0.000 | LZO1X-1(12) | avahi-daemon.conf 1753 1 1280 73.0 0.000 0.000 | LZO1X-1(12) | localtime 114 1 47 41.2 0.000 0.000 | LZO1X-1(12) | hosts 1121 1 933 83.2 0.000 0.000 | LZO1X-1(12) | sftp-ssh.service 1075 1 899 83.6 0.000 0.000 | LZO1X-1(12) | ssh.service 1071 1 897 83.8 0.000 0.000 | LZO1X-1(12) | bash_completion 45 1 49 109 0.000 0.000 | LZO1X-1(12) | perf 6321 1 3105 49.1 0.000 0.000 | LZO1X-1(12) | quilt 7117 1 2771 38.9 0.000 0.000 | LZO1X-1(12) | bindresvport.blacklist 429 1 355 82.8 0.000 0.000 | LZO1X-1(12) | input.conf 397 1 355 89.4 0.000 0.000 | LZO1X-1(12) | network.conf 120 1 124 103 0.000 0.000 | LZO1X-1(12) | build 527 1 314 59.6 0.000 0.000 | LZO1X-1(12) | busybox.links.nosuid 2392 1 1196 50.0 0.000 0.000 | LZO1X-1(12) | busybox.links.suid 91 1 75 82.4 0.000 0.000 | LZO1X-1(12) | ca-certificates.conf 5340 1 2041 38.2 0.000 0.000 | LZO1X-1(12) | pap 653 1 573 87.7 0.000 0.000 | LZO1X-1(12) | logrotate 189 1 169 89.4 0.000 0.000 | LZO1X-1(12) | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1X-1(12) | crontab 653 1 441 67.5 0.000 0.000 | LZO1X-1(12) | session.conf 838 1 643 76.7 0.000 0.000 | LZO1X-1(12) | system.conf 833 1 644 77.3 0.000 0.000 | LZO1X-1(12) | ConsoleKit.conf 7305 1 986 13.5 0.000 0.000 | LZO1X-1(12) | avahi-dbus.conf 1138 1 566 49.7 0.000 0.000 | LZO1X-1(12) | bluetooth.conf 1315 1 732 55.7 0.000 0.000 | LZO1X-1(12) | dbus-wpa_supplicant.conf 743 1 367 49.4 0.000 0.000 | LZO1X-1(12) | ofono.conf 1063 1 622 58.5 0.000 0.000 | LZO1X-1(12) | pulseaudio-system.conf 1084 1 880 81.2 0.000 0.000 | LZO1X-1(12) | devpts 93 1 97 104 0.000 0.000 | LZO1X-1(12) | distcc 535 1 454 84.9 0.000 0.000 | LZO1X-1(12) | mountall 36 1 40 111 0.000 0.000 | LZO1X-1(12) | postinst 52 1 56 108 0.000 0.000 | LZO1X-1(12) | rcS 1040 1 828 79.6 0.000 0.000 | LZO1X-1(12) | rng-tools 27 1 31 115 0.000 0.000 | LZO1X-1(12) | usbd 0 1 3 0.0 0.000 0.000 | LZO1X-1(12) | useradd 117 1 121 103 0.000 0.000 | LZO1X-1(12) | 00_core 1637 1 1084 66.2 0.000 0.000 | LZO1X-1(12) | 01_bootlogd 36 1 40 111 0.000 0.000 | LZO1X-1(12) | 99_dbus 48 1 48 100 0.000 0.000 | LZO1X-1(12) | 99_sshd 75 1 72 96.0 0.000 0.000 | LZO1X-1(12) | 99_wpa_supplicant 46 1 50 109 0.000 0.000 | LZO1X-1(12) | volatiles.04_pulse 91 1 93 102 0.000 0.000 | LZO1X-1(12) | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1X-1(12) | clients.allow 1582 1 1164 73.6 0.000 0.000 | LZO1X-1(12) | commands.allow.sh 1763 1 1103 62.6 0.000 0.000 | LZO1X-1(12) | hosts 203 1 183 90.1 0.000 0.000 | LZO1X-1(12) | automatic.conf 2569 1 1351 52.6 0.000 0.000 | LZO1X-1(12) | dnf.conf 82 1 87 106 0.000 0.000 | LZO1X-1(12) | dnf.conf 4 1 8 200 0.000 0.000 | LZO1X-1(12) | yum.conf 4 1 8 200 0.000 0.000 | LZO1X-1(12) | arch 26 1 30 115 0.000 0.000 | LZO1X-1(12) | releasever 6 1 10 167 0.000 0.000 | LZO1X-1(12) | e2scrub.conf 685 1 507 74.0 0.000 0.000 | LZO1X-1(12) | exports 46 1 50 109 0.000 0.000 | LZO1X-1(12) | 30-liberation-aliases.conf 419 1 239 57.0 0.000 0.000 | LZO1X-1(12) | README 978 1 740 75.7 0.000 0.000 | LZO1X-1(12) | fonts.conf 2532 1 1500 59.2 0.000 0.000 | LZO1X-1(12) | config 1032 1 448 43.4 0.000 0.000 | LZO1X-1(12) | machconfig 193 1 157 81.3 0.000 0.000 | LZO1X-1(12) | fstab 637 1 398 62.5 0.000 0.000 | LZO1X-1(12) | path 1448 1 921 63.6 0.000 0.000 | LZO1X-1(12) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(12) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(12) | %gconf.xml 235 1 151 64.3 0.000 0.000 | LZO1X-1(12) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(12) | %gconf.xml 2158 1 612 28.4 0.000 0.000 | LZO1X-1(12) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(12) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(12) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(12) | %gconf.xml 515 1 327 63.5 0.000 0.000 | LZO1X-1(12) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(12) | %gconf.xml 5626 1 1707 30.3 0.000 0.000 | LZO1X-1(12) | settings-daemon.schemas 7202 1 1885 26.2 0.000 0.000 | LZO1X-1(12) | group 639 1 567 88.7 0.000 0.000 | LZO1X-1(12) | group- 620 1 549 88.5 0.000 0.000 | LZO1X-1(12) | gshadow 529 1 380 71.8 0.000 0.000 | LZO1X-1(12) | gshadow- 514 1 372 72.4 0.000 0.000 | LZO1X-1(12) | im-multipress.conf 890 1 807 90.7 0.000 0.000 | LZO1X-1(12) | host.conf 26 1 30 115 0.000 0.000 | LZO1X-1(12) | hostname 11 1 15 136 0.000 0.000 | LZO1X-1(12) | hosts 258 1 207 80.2 0.000 0.000 | LZO1X-1(12) | alsa-state 811 1 540 66.6 0.000 0.000 | LZO1X-1(12) | atd 578 1 394 68.2 0.000 0.000 | LZO1X-1(12) | avahi-daemon 4491 1 2574 57.3 0.000 0.000 | LZO1X-1(12) | banner.sh 492 1 324 65.9 0.000 0.000 | LZO1X-1(12) | bluetooth 1253 1 801 63.9 0.000 0.000 | LZO1X-1(12) | bootlogd 1997 1 1219 61.0 0.000 0.000 | LZO1X-1(12) | bootmisc.sh 2017 1 1411 70.0 0.000 0.000 | LZO1X-1(12) | checkroot.sh 3591 1 2329 64.9 0.000 0.000 | LZO1X-1(12) | connman 1462 1 986 67.4 0.000 0.000 | LZO1X-1(12) | crond 1235 1 807 65.3 0.000 0.000 | LZO1X-1(12) | dbus-1 2887 1 1807 62.6 0.000 0.000 | LZO1X-1(12) | devpts.sh 526 1 404 76.8 0.000 0.000 | LZO1X-1(12) | distcc 2863 1 1680 58.7 0.000 0.000 | LZO1X-1(12) | dmesg.sh 352 1 267 75.9 0.000 0.000 | LZO1X-1(12) | functions 2141 1 1368 63.9 0.000 0.000 | LZO1X-1(12) | halt 510 1 418 82.0 0.000 0.000 | LZO1X-1(12) | hostname.sh 580 1 436 75.2 0.000 0.000 | LZO1X-1(12) | hwclock.sh 2541 1 1346 53.0 0.000 0.000 | LZO1X-1(12) | kdump 2989 1 1435 48.0 0.000 0.000 | LZO1X-1(12) | mdmonitor 1773 1 1054 59.4 0.000 0.000 | LZO1X-1(12) | modutils.sh 1223 1 800 65.4 0.000 0.000 | LZO1X-1(12) | mountall.sh 869 1 671 77.2 0.000 0.000 | LZO1X-1(12) | mountnfs.sh 1589 1 957 60.2 0.000 0.000 | LZO1X-1(12) | networking 1956 1 1031 52.7 0.000 0.000 | LZO1X-1(12) | nfscommon 1609 1 1004 62.4 0.000 0.000 | LZO1X-1(12) | nfsserver 3326 1 1890 56.8 0.000 0.000 | LZO1X-1(12) | ofono 516 1 367 71.1 0.000 0.000 | LZO1X-1(12) | populate-volatile.sh 7826 1 3662 46.8 0.000 0.000 | LZO1X-1(12) | ppp 1231 1 689 56.0 0.000 0.000 | LZO1X-1(12) | psplash.sh 682 1 491 72.0 0.000 0.000 | LZO1X-1(12) | rc 4457 1 2658 59.6 0.000 0.000 | LZO1X-1(12) | rcS 525 1 472 89.9 0.000 0.000 | LZO1X-1(12) | read-only-rootfs-hook.sh 1273 1 1225 96.2 0.000 0.000 | LZO1X-1(12) | reboot 289 1 231 79.9 0.000 0.000 | LZO1X-1(12) | rmnologin.sh 585 1 390 66.7 0.000 0.000 | LZO1X-1(12) | rng-tools 1021 1 511 50.0 0.000 0.000 | LZO1X-1(12) | rpcbind 1827 1 961 52.6 0.000 0.000 | LZO1X-1(12) | run-postinsts 25 1 29 116 0.000 0.000 | LZO1X-1(12) | save-rtc.sh 429 1 333 77.6 0.000 0.000 | LZO1X-1(12) | sendsigs 438 1 314 71.7 0.000 0.000 | LZO1X-1(12) | single 578 1 437 75.6 0.000 0.000 | LZO1X-1(12) | sshd 2029 1 1063 52.4 0.000 0.000 | LZO1X-1(12) | sysfs.sh 907 1 488 53.8 0.000 0.000 | LZO1X-1(12) | syslog 2066 1 1146 55.5 0.000 0.000 | LZO1X-1(12) | tcf-agent 1298 1 739 56.9 0.000 0.000 | LZO1X-1(12) | udev 2779 1 1660 59.7 0.000 0.000 | LZO1X-1(12) | umountfs 540 1 408 75.6 0.000 0.000 | LZO1X-1(12) | umountnfs.sh 711 1 528 74.3 0.000 0.000 | LZO1X-1(12) | urandom 1473 1 945 64.2 0.000 0.000 | LZO1X-1(12) | xserver-nodm 1436 1 1007 70.1 0.000 0.000 | LZO1X-1(12) | inittab 1140 1 818 71.8 0.000 0.000 | LZO1X-1(12) | inputrc 1633 1 1069 65.5 0.000 0.000 | LZO1X-1(12) | bpf_pinning 85 1 89 105 0.000 0.000 | LZO1X-1(12) | ematch_map 81 1 85 105 0.000 0.000 | LZO1X-1(12) | group 31 1 35 113 0.000 0.000 | LZO1X-1(12) | nl_protos 262 1 267 102 0.000 0.000 | LZO1X-1(12) | rt_dsfield 331 1 269 81.3 0.000 0.000 | LZO1X-1(12) | rt_protos 201 1 205 102 0.000 0.000 | LZO1X-1(12) | rt_realms 112 1 116 104 0.000 0.000 | LZO1X-1(12) | rt_scopes 92 1 96 104 0.000 0.000 | LZO1X-1(12) | rt_tables 87 1 87 100 0.000 0.000 | LZO1X-1(12) | issue 58 1 62 107 0.000 0.000 | LZO1X-1(12) | issue.net 55 1 59 107 0.000 0.000 | LZO1X-1(12) | ld.so.cache 57567 1 18752 32.6 0.000 0.000 | LZO1X-1(12) | ld.so.conf 33 1 37 112 0.000 0.000 | LZO1X-1(12) | classid 1130 1 670 59.3 0.000 0.000 | LZO1X-1(12) | pktloc 1532 1 863 56.3 0.000 0.000 | LZO1X-1(12) | collect_dnf.conf 813 1 532 65.4 0.000 0.000 | LZO1X-1(12) | limits 827 1 653 79.0 0.000 0.000 | LZO1X-1(12) | login.access 2006 1 1328 66.2 0.000 0.000 | LZO1X-1(12) | login.defs 11030 1 6677 60.5 0.000 0.000 | LZO1X-1(12) | logrotate-dmesg.conf 121 1 119 98.3 0.000 0.000 | LZO1X-1(12) | logrotate.conf 434 1 363 83.6 0.000 0.000 | LZO1X-1(12) | btmp 130 1 129 99.2 0.000 0.000 | LZO1X-1(12) | dnf 526 1 159 30.2 0.000 0.000 | LZO1X-1(12) | wtmp 145 1 143 98.6 0.000 0.000 | LZO1X-1(12) | kbdconfig 721 1 563 78.1 0.000 0.000 | LZO1X-1(12) | session 630 1 478 75.9 0.000 0.000 | LZO1X-1(12) | mdadm.conf 2687 1 1874 69.7 0.000 0.000 | LZO1X-1(12) | mke2fs.conf 846 1 537 63.5 0.000 0.000 | LZO1X-1(12) | uvesafb.conf 39 1 43 110 0.000 0.000 | LZO1X-1(12) | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1X-1(12) | motd 0 1 3 0.0 0.000 0.000 | LZO1X-1(12) | netconfig 767 1 487 63.5 0.000 0.000 | LZO1X-1(12) | nfsroot 809 1 547 67.6 0.000 0.000 | LZO1X-1(12) | wpa-supplicant 1999 1 953 47.7 0.000 0.000 | LZO1X-1(12) | interfaces 132 1 132 100 0.000 0.000 | LZO1X-1(12) | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1X-1(12) | nfs-utils.conf 1087 1 766 70.5 0.000 0.000 | LZO1X-1(12) | nfsmount.conf 3606 1 2059 57.1 0.000 0.000 | LZO1X-1(12) | nsswitch.conf 497 1 406 81.7 0.000 0.000 | LZO1X-1(12) | phonesim.conf 361 1 316 87.5 0.000 0.000 | LZO1X-1(12) | arch.conf 88 1 70 79.5 0.000 0.000 | LZO1X-1(12) | opkg.conf 845 1 603 71.4 0.000 0.000 | LZO1X-1(12) | passwd 1055 1 710 67.3 0.000 0.000 | LZO1X-1(12) | passwd- 1006 1 671 66.7 0.000 0.000 | LZO1X-1(12) | cert9.db 28672 1 941 3.3 0.000 0.000 | LZO1X-1(12) | key4.db 36864 1 1189 3.2 0.000 0.000 | LZO1X-1(12) | pkcs11.txt 425 1 376 88.5 0.000 0.000 | LZO1X-1(12) | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1X-1(12) | chap-secrets 78 1 82 105 0.000 0.000 | LZO1X-1(12) | ip-down 1454 1 1034 71.1 0.000 0.000 | LZO1X-1(12) | 92removedns 118 1 103 87.3 0.000 0.000 | LZO1X-1(12) | ip-up 1452 1 1045 72.0 0.000 0.000 | LZO1X-1(12) | 08setupdns 292 1 194 66.4 0.000 0.000 | LZO1X-1(12) | options 5 1 9 180 0.000 0.000 | LZO1X-1(12) | pap-secrets 77 1 81 105 0.000 0.000 | LZO1X-1(12) | provider 1093 1 830 75.9 0.000 0.000 | LZO1X-1(12) | ppp_on_boot 573 1 489 85.3 0.000 0.000 | LZO1X-1(12) | profile 984 1 813 82.6 0.000 0.000 | LZO1X-1(12) | bash_completion.sh 672 1 437 65.0 0.000 0.000 | LZO1X-1(12) | distcc.sh 68 1 70 103 0.000 0.000 | LZO1X-1(12) | gawk.csh 1107 1 296 26.7 0.000 0.000 | LZO1X-1(12) | gawk.sh 757 1 248 32.8 0.000 0.000 | LZO1X-1(12) | protocols 2932 1 2148 73.3 0.000 0.000 | LZO1X-1(12) | client.conf 1233 1 988 80.1 0.000 0.000 | LZO1X-1(12) | 50-sato.conf 447 1 379 84.8 0.000 0.000 | LZO1X-1(12) | daemon.conf 2374 1 1621 68.3 0.000 0.000 | LZO1X-1(12) | default.pa 4933 1 2747 55.7 0.000 0.000 | LZO1X-1(12) | system.pa 2078 1 1360 65.4 0.000 0.000 | LZO1X-1(12) | quilt.quiltrc 1236 1 875 70.8 0.000 0.000 | LZO1X-1(12) | quotagrpadmins 220 1 205 93.2 0.000 0.000 | LZO1X-1(12) | quotatab 261 1 230 88.1 0.000 0.000 | LZO1X-1(12) | rpc 895 1 675 75.4 0.000 0.000 | LZO1X-1(12) | rpcbind.conf 58 1 62 107 0.000 0.000 | LZO1X-1(12) | macros 38 1 42 111 0.000 0.000 | LZO1X-1(12) | platform 19 1 23 121 0.000 0.000 | LZO1X-1(12) | rpmrc 104 1 92 88.5 0.000 0.000 | LZO1X-1(12) | securetty 1848 1 1147 62.1 0.000 0.000 | LZO1X-1(12) | services 18790 1 10806 57.5 0.000 0.000 | LZO1X-1(12) | shadow 651 1 251 38.6 0.000 0.000 | LZO1X-1(12) | shadow- 619 1 235 38.0 0.000 0.000 | LZO1X-1(12) | shells 52 1 55 106 0.000 0.000 | LZO1X-1(12) | .bashrc 410 1 343 83.7 0.000 0.000 | LZO1X-1(12) | .profile 241 1 237 98.3 0.000 0.000 | LZO1X-1(12) | slsh.rc 2030 1 1063 52.4 0.000 0.000 | LZO1X-1(12) | moduli 577388 3 47817 8.3 0.000 0.000 | LZO1X-1(12) | ssh_config 1548 1 1070 69.1 0.000 0.000 | LZO1X-1(12) | ssh_host_ecdsa_key 505 1 482 95.4 0.000 0.000 | LZO1X-1(12) | ssh_host_ecdsa_key.pub 177 1 173 97.7 0.000 0.000 | LZO1X-1(12) | ssh_host_ed25519_key 411 1 335 81.5 0.000 0.000 | LZO1X-1(12) | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1X-1(12) | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 | LZO1X-1(12) | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 | LZO1X-1(12) | sshd_config 3177 1 2047 64.4 0.000 0.000 | LZO1X-1(12) | sshd_config_readonly 3186 1 2038 64.0 0.000 0.000 | LZO1X-1(12) | ca-certificates.crt 200061 1 172736 86.3 0.000 0.000 | LZO1X-1(12) | openssl.cnf 10909 1 5377 49.3 0.000 0.000 | LZO1X-1(12) | sudoers 3174 1 1945 61.3 0.000 0.000 | LZO1X-1(12) | sudoers.dist 3174 1 1945 61.3 0.000 0.000 | LZO1X-1(12) | crond 110 1 113 103 0.000 0.000 | LZO1X-1(12) | kdump.conf 411 1 356 86.6 0.000 0.000 | LZO1X-1(12) | sysctl.conf 2128 1 1645 77.3 0.000 0.000 | LZO1X-1(12) | syslog-startup.conf 651 1 550 84.5 0.000 0.000 | LZO1X-1(12) | syslog.conf 69 1 73 106 0.000 0.000 | LZO1X-1(12) | ansi 1481 1 769 51.9 0.000 0.000 | LZO1X-1(12) | dumb 308 1 83 26.9 0.000 0.000 | LZO1X-1(12) | linux 1730 1 1022 59.1 0.000 0.000 | LZO1X-1(12) | rxvt 2286 1 1541 67.4 0.000 0.000 | LZO1X-1(12) | screen 1587 1 936 59.0 0.000 0.000 | LZO1X-1(12) | screen-256color 1677 1 976 58.2 0.000 0.000 | LZO1X-1(12) | sun 1004 1 525 52.3 0.000 0.000 | LZO1X-1(12) | vt100 1190 1 758 63.7 0.000 0.000 | LZO1X-1(12) | vt102 1184 1 767 64.8 0.000 0.000 | LZO1X-1(12) | vt200 1377 1 926 67.2 0.000 0.000 | LZO1X-1(12) | vt220 1377 1 926 67.2 0.000 0.000 | LZO1X-1(12) | vt52 470 1 243 51.7 0.000 0.000 | LZO1X-1(12) | xterm-256color 3641 1 2396 65.8 0.000 0.000 | LZO1X-1(12) | xterm-color 1551 1 804 51.8 0.000 0.000 | LZO1X-1(12) | xterm-xfree86 2240 1 1351 60.3 0.000 0.000 | LZO1X-1(12) | timestamp 15 1 19 127 0.000 0.000 | LZO1X-1(12) | timezone 10 1 14 140 0.000 0.000 | LZO1X-1(12) | dnf.conf 164 1 138 84.1 0.000 0.000 | LZO1X-1(12) | mount.blacklist 51 1 50 98.0 0.000 0.000 | LZO1X-1(12) | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1X-1(12) | automount.rules 847 1 598 70.6 0.000 0.000 | LZO1X-1(12) | autonet.rules 757 1 567 74.9 0.000 0.000 | LZO1X-1(12) | local.rules 885 1 678 76.6 0.000 0.000 | LZO1X-1(12) | localextra.rules 843 1 623 73.9 0.000 0.000 | LZO1X-1(12) | mount.sh 4279 1 2297 53.7 0.000 0.000 | LZO1X-1(12) | network.sh 1402 1 1046 74.6 0.000 0.000 | LZO1X-1(12) | udev.conf 49 1 53 108 0.000 0.000 | LZO1X-1(12) | 50default 2634 1 1180 44.8 0.000 0.000 | LZO1X-1(12) | version 15 1 19 127 0.000 0.000 | LZO1X-1(12) | volatile.cache 5955 1 1547 26.0 0.000 0.000 | LZO1X-1(12) | warnquota.conf 3360 1 2214 65.9 0.000 0.000 | LZO1X-1(12) | wpa_supplicant.conf 113 1 111 98.2 0.000 0.000 | LZO1X-1(12) | at-spi-dbus-bus.desktop 296 1 292 98.6 0.000 0.000 | LZO1X-1(12) | connman-applet.desktop 191 1 185 96.9 0.000 0.000 | LZO1X-1(12) | gsettings-data-convert.desktop 7741 1 4771 61.6 0.000 0.000 | LZO1X-1(12) | pulseaudio.desktop 4973 1 2427 48.8 0.000 0.000 | LZO1X-1(12) | xinput_calibrator.desktop 299 1 238 79.6 0.000 0.000 | LZO1X-1(12) | libfm.conf 183 1 157 85.8 0.000 0.000 | LZO1X-1(12) | pcmanfm.conf 321 1 305 95.0 0.000 0.000 | LZO1X-1(12) | Xserver 652 1 491 75.3 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1559 73.9 0.000 0.000 LZO1X-1(12) ***TOTALS*** 1249687 289 447511 35.8 0.000 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1X-1(15) | 00-primary.seat 64 1 68 106 0.000 0.000 | LZO1X-1(15) | Xsession 755 1 511 67.7 0.000 0.000 | LZO1X-1(15) | 13xdgbasedirs.sh 550 1 508 92.4 0.000 0.000 | LZO1X-1(15) | 30xinput_calibrate.sh 115 1 119 103 0.000 0.000 | LZO1X-1(15) | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1X-1(15) | 80matchboxkeyboard.sh 631 1 424 67.2 0.000 0.000 | LZO1X-1(15) | 89xdgautostart.sh 179 1 159 88.8 0.000 0.000 | LZO1X-1(15) | 90XWindowManager.sh 181 1 113 62.4 0.000 0.000 | LZO1X-1(15) | xinitrc 739 1 436 59.0 0.000 0.000 | LZO1X-1(15) | xorg.conf 1165 1 639 54.8 0.000 0.000 | LZO1X-1(15) | asound.conf 32 1 36 113 0.000 0.000 | LZO1X-1(15) | at.deny 144 1 140 97.2 0.000 0.000 | LZO1X-1(15) | avahi-daemon.conf 1753 1 1278 72.9 0.000 0.000 | LZO1X-1(15) | localtime 114 1 47 41.2 0.000 0.000 | LZO1X-1(15) | hosts 1121 1 931 83.1 0.000 0.000 | LZO1X-1(15) | sftp-ssh.service 1075 1 898 83.5 0.000 0.000 | LZO1X-1(15) | ssh.service 1071 1 896 83.7 0.000 0.000 | LZO1X-1(15) | bash_completion 45 1 49 109 0.000 0.000 | LZO1X-1(15) | perf 6321 1 3080 48.7 0.000 0.000 | LZO1X-1(15) | quilt 7117 1 2754 38.7 0.000 0.000 | LZO1X-1(15) | bindresvport.blacklist 429 1 355 82.8 0.000 0.000 | LZO1X-1(15) | input.conf 397 1 355 89.4 0.000 0.000 | LZO1X-1(15) | network.conf 120 1 124 103 0.000 0.000 | LZO1X-1(15) | build 527 1 314 59.6 0.000 0.000 | LZO1X-1(15) | busybox.links.nosuid 2392 1 1195 50.0 0.000 0.000 | LZO1X-1(15) | busybox.links.suid 91 1 75 82.4 0.000 0.000 | LZO1X-1(15) | ca-certificates.conf 5340 1 2056 38.5 0.000 0.000 | LZO1X-1(15) | pap 653 1 573 87.7 0.000 0.000 | LZO1X-1(15) | logrotate 189 1 169 89.4 0.000 0.000 | LZO1X-1(15) | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1X-1(15) | crontab 653 1 438 67.1 0.000 0.000 | LZO1X-1(15) | session.conf 838 1 643 76.7 0.000 0.000 | LZO1X-1(15) | system.conf 833 1 644 77.3 0.000 0.000 | LZO1X-1(15) | ConsoleKit.conf 7305 1 986 13.5 0.000 0.000 | LZO1X-1(15) | avahi-dbus.conf 1138 1 566 49.7 0.000 0.000 | LZO1X-1(15) | bluetooth.conf 1315 1 732 55.7 0.000 0.000 | LZO1X-1(15) | dbus-wpa_supplicant.conf 743 1 367 49.4 0.000 0.000 | LZO1X-1(15) | ofono.conf 1063 1 622 58.5 0.000 0.000 | LZO1X-1(15) | pulseaudio-system.conf 1084 1 877 80.9 0.000 0.000 | LZO1X-1(15) | devpts 93 1 97 104 0.000 0.000 | LZO1X-1(15) | distcc 535 1 454 84.9 0.000 0.000 | LZO1X-1(15) | mountall 36 1 40 111 0.000 0.000 | LZO1X-1(15) | postinst 52 1 56 108 0.000 0.000 | LZO1X-1(15) | rcS 1040 1 824 79.2 0.000 0.000 | LZO1X-1(15) | rng-tools 27 1 31 115 0.000 0.000 | LZO1X-1(15) | usbd 0 1 3 0.0 0.000 0.000 | LZO1X-1(15) | useradd 117 1 121 103 0.000 0.000 | LZO1X-1(15) | 00_core 1637 1 1083 66.2 0.000 0.000 | LZO1X-1(15) | 01_bootlogd 36 1 40 111 0.000 0.000 | LZO1X-1(15) | 99_dbus 48 1 48 100 0.000 0.000 | LZO1X-1(15) | 99_sshd 75 1 72 96.0 0.000 0.000 | LZO1X-1(15) | 99_wpa_supplicant 46 1 50 109 0.000 0.000 | LZO1X-1(15) | volatiles.04_pulse 91 1 93 102 0.000 0.000 | LZO1X-1(15) | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1X-1(15) | clients.allow 1582 1 1164 73.6 0.000 0.000 | LZO1X-1(15) | commands.allow.sh 1763 1 1101 62.5 0.000 0.000 | LZO1X-1(15) | hosts 203 1 183 90.1 0.000 0.000 | LZO1X-1(15) | automatic.conf 2569 1 1349 52.5 0.000 0.000 | LZO1X-1(15) | dnf.conf 82 1 87 106 0.000 0.000 | LZO1X-1(15) | dnf.conf 4 1 8 200 0.000 0.000 | LZO1X-1(15) | yum.conf 4 1 8 200 0.000 0.000 | LZO1X-1(15) | arch 26 1 30 115 0.000 0.000 | LZO1X-1(15) | releasever 6 1 10 167 0.000 0.000 | LZO1X-1(15) | e2scrub.conf 685 1 507 74.0 0.000 0.000 | LZO1X-1(15) | exports 46 1 50 109 0.000 0.000 | LZO1X-1(15) | 30-liberation-aliases.conf 419 1 239 57.0 0.000 0.000 | LZO1X-1(15) | README 978 1 736 75.3 0.000 0.000 | LZO1X-1(15) | fonts.conf 2532 1 1503 59.4 0.000 0.000 | LZO1X-1(15) | config 1032 1 448 43.4 0.000 0.000 | LZO1X-1(15) | machconfig 193 1 157 81.3 0.000 0.000 | LZO1X-1(15) | fstab 637 1 398 62.5 0.000 0.000 | LZO1X-1(15) | path 1448 1 921 63.6 0.000 0.000 | LZO1X-1(15) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(15) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(15) | %gconf.xml 235 1 151 64.3 0.000 0.000 | LZO1X-1(15) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(15) | %gconf.xml 2158 1 612 28.4 0.000 0.000 | LZO1X-1(15) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(15) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(15) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(15) | %gconf.xml 515 1 327 63.5 0.000 0.000 | LZO1X-1(15) | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-1(15) | %gconf.xml 5626 1 1705 30.3 0.000 0.000 | LZO1X-1(15) | settings-daemon.schemas 7202 1 1877 26.1 0.000 0.000 | LZO1X-1(15) | group 639 1 567 88.7 0.000 0.000 | LZO1X-1(15) | group- 620 1 549 88.5 0.000 0.000 | LZO1X-1(15) | gshadow 529 1 380 71.8 0.000 0.000 | LZO1X-1(15) | gshadow- 514 1 372 72.4 0.000 0.000 | LZO1X-1(15) | im-multipress.conf 890 1 806 90.6 0.000 0.000 | LZO1X-1(15) | host.conf 26 1 30 115 0.000 0.000 | LZO1X-1(15) | hostname 11 1 15 136 0.000 0.000 | LZO1X-1(15) | hosts 258 1 207 80.2 0.000 0.000 | LZO1X-1(15) | alsa-state 811 1 540 66.6 0.000 0.000 | LZO1X-1(15) | atd 578 1 394 68.2 0.000 0.000 | LZO1X-1(15) | avahi-daemon 4491 1 2565 57.1 0.000 0.000 | LZO1X-1(15) | banner.sh 492 1 324 65.9 0.000 0.000 | LZO1X-1(15) | bluetooth 1253 1 799 63.8 0.000 0.000 | LZO1X-1(15) | bootlogd 1997 1 1218 61.0 0.000 0.000 | LZO1X-1(15) | bootmisc.sh 2017 1 1406 69.7 0.000 0.000 | LZO1X-1(15) | checkroot.sh 3591 1 2320 64.6 0.000 0.000 | LZO1X-1(15) | connman 1462 1 979 67.0 0.000 0.000 | LZO1X-1(15) | crond 1235 1 807 65.3 0.000 0.000 | LZO1X-1(15) | dbus-1 2887 1 1800 62.3 0.000 0.000 | LZO1X-1(15) | devpts.sh 526 1 402 76.4 0.000 0.000 | LZO1X-1(15) | distcc 2863 1 1677 58.6 0.000 0.000 | LZO1X-1(15) | dmesg.sh 352 1 267 75.9 0.000 0.000 | LZO1X-1(15) | functions 2141 1 1366 63.8 0.000 0.000 | LZO1X-1(15) | halt 510 1 418 82.0 0.000 0.000 | LZO1X-1(15) | hostname.sh 580 1 435 75.0 0.000 0.000 | LZO1X-1(15) | hwclock.sh 2541 1 1338 52.7 0.000 0.000 | LZO1X-1(15) | kdump 2989 1 1429 47.8 0.000 0.000 | LZO1X-1(15) | mdmonitor 1773 1 1054 59.4 0.000 0.000 | LZO1X-1(15) | modutils.sh 1223 1 800 65.4 0.000 0.000 | LZO1X-1(15) | mountall.sh 869 1 670 77.1 0.000 0.000 | LZO1X-1(15) | mountnfs.sh 1589 1 951 59.8 0.000 0.000 | LZO1X-1(15) | networking 1956 1 1028 52.6 0.000 0.000 | LZO1X-1(15) | nfscommon 1609 1 997 62.0 0.000 0.000 | LZO1X-1(15) | nfsserver 3326 1 1877 56.4 0.000 0.000 | LZO1X-1(15) | ofono 516 1 367 71.1 0.000 0.000 | LZO1X-1(15) | populate-volatile.sh 7826 1 3653 46.7 0.000 0.000 | LZO1X-1(15) | ppp 1231 1 689 56.0 0.000 0.000 | LZO1X-1(15) | psplash.sh 682 1 491 72.0 0.000 0.000 | LZO1X-1(15) | rc 4457 1 2639 59.2 0.000 0.000 | LZO1X-1(15) | rcS 525 1 472 89.9 0.000 0.000 | LZO1X-1(15) | read-only-rootfs-hook.sh 1273 1 1225 96.2 0.000 0.000 | LZO1X-1(15) | reboot 289 1 231 79.9 0.000 0.000 | LZO1X-1(15) | rmnologin.sh 585 1 390 66.7 0.000 0.000 | LZO1X-1(15) | rng-tools 1021 1 509 49.9 0.000 0.000 | LZO1X-1(15) | rpcbind 1827 1 961 52.6 0.000 0.000 | LZO1X-1(15) | run-postinsts 25 1 29 116 0.000 0.000 | LZO1X-1(15) | save-rtc.sh 429 1 333 77.6 0.000 0.000 | LZO1X-1(15) | sendsigs 438 1 314 71.7 0.000 0.000 | LZO1X-1(15) | single 578 1 437 75.6 0.000 0.000 | LZO1X-1(15) | sshd 2029 1 1063 52.4 0.000 0.000 | LZO1X-1(15) | sysfs.sh 907 1 487 53.7 0.000 0.000 | LZO1X-1(15) | syslog 2066 1 1146 55.5 0.000 0.000 | LZO1X-1(15) | tcf-agent 1298 1 739 56.9 0.000 0.000 | LZO1X-1(15) | udev 2779 1 1658 59.7 0.000 0.000 | LZO1X-1(15) | umountfs 540 1 408 75.6 0.000 0.000 | LZO1X-1(15) | umountnfs.sh 711 1 528 74.3 0.000 0.000 | LZO1X-1(15) | urandom 1473 1 944 64.1 0.000 0.000 | LZO1X-1(15) | xserver-nodm 1436 1 1008 70.2 0.000 0.000 | LZO1X-1(15) | inittab 1140 1 818 71.8 0.000 0.000 | LZO1X-1(15) | inputrc 1633 1 1068 65.4 0.000 0.000 | LZO1X-1(15) | bpf_pinning 85 1 89 105 0.000 0.000 | LZO1X-1(15) | ematch_map 81 1 85 105 0.000 0.000 | LZO1X-1(15) | group 31 1 35 113 0.000 0.000 | LZO1X-1(15) | nl_protos 262 1 267 102 0.000 0.000 | LZO1X-1(15) | rt_dsfield 331 1 269 81.3 0.000 0.000 | LZO1X-1(15) | rt_protos 201 1 205 102 0.000 0.000 | LZO1X-1(15) | rt_realms 112 1 116 104 0.000 0.000 | LZO1X-1(15) | rt_scopes 92 1 96 104 0.000 0.000 | LZO1X-1(15) | rt_tables 87 1 87 100 0.000 0.000 | LZO1X-1(15) | issue 58 1 62 107 0.000 0.000 | LZO1X-1(15) | issue.net 55 1 59 107 0.000 0.000 | LZO1X-1(15) | ld.so.cache 57567 1 18727 32.5 0.000 0.000 | LZO1X-1(15) | ld.so.conf 33 1 37 112 0.000 0.000 | LZO1X-1(15) | classid 1130 1 670 59.3 0.000 0.000 | LZO1X-1(15) | pktloc 1532 1 860 56.1 0.000 0.000 | LZO1X-1(15) | collect_dnf.conf 813 1 530 65.2 0.000 0.000 | LZO1X-1(15) | limits 827 1 653 79.0 0.000 0.000 | LZO1X-1(15) | login.access 2006 1 1322 65.9 0.000 0.000 | LZO1X-1(15) | login.defs 11030 1 6624 60.1 0.000 0.000 | LZO1X-1(15) | logrotate-dmesg.conf 121 1 119 98.3 0.000 0.000 | LZO1X-1(15) | logrotate.conf 434 1 363 83.6 0.000 0.000 | LZO1X-1(15) | btmp 130 1 129 99.2 0.000 0.000 | LZO1X-1(15) | dnf 526 1 159 30.2 0.000 0.000 | LZO1X-1(15) | wtmp 145 1 143 98.6 0.000 0.000 | LZO1X-1(15) | kbdconfig 721 1 563 78.1 0.000 0.000 | LZO1X-1(15) | session 630 1 478 75.9 0.000 0.000 | LZO1X-1(15) | mdadm.conf 2687 1 1865 69.4 0.000 0.000 | LZO1X-1(15) | mke2fs.conf 846 1 536 63.4 0.000 0.000 | LZO1X-1(15) | uvesafb.conf 39 1 43 110 0.000 0.000 | LZO1X-1(15) | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1X-1(15) | motd 0 1 3 0.0 0.000 0.000 | LZO1X-1(15) | netconfig 767 1 487 63.5 0.000 0.000 | LZO1X-1(15) | nfsroot 809 1 547 67.6 0.000 0.000 | LZO1X-1(15) | wpa-supplicant 1999 1 952 47.6 0.000 0.000 | LZO1X-1(15) | interfaces 132 1 132 100 0.000 0.000 | LZO1X-1(15) | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1X-1(15) | nfs-utils.conf 1087 1 764 70.3 0.000 0.000 | LZO1X-1(15) | nfsmount.conf 3606 1 2058 57.1 0.000 0.000 | LZO1X-1(15) | nsswitch.conf 497 1 405 81.5 0.000 0.000 | LZO1X-1(15) | phonesim.conf 361 1 316 87.5 0.000 0.000 | LZO1X-1(15) | arch.conf 88 1 70 79.5 0.000 0.000 | LZO1X-1(15) | opkg.conf 845 1 603 71.4 0.000 0.000 | LZO1X-1(15) | passwd 1055 1 710 67.3 0.000 0.000 | LZO1X-1(15) | passwd- 1006 1 671 66.7 0.000 0.000 | LZO1X-1(15) | cert9.db 28672 1 942 3.3 0.000 0.000 | LZO1X-1(15) | key4.db 36864 1 1190 3.2 0.000 0.000 | LZO1X-1(15) | pkcs11.txt 425 1 376 88.5 0.000 0.000 | LZO1X-1(15) | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1X-1(15) | chap-secrets 78 1 82 105 0.000 0.000 | LZO1X-1(15) | ip-down 1454 1 1031 70.9 0.000 0.000 | LZO1X-1(15) | 92removedns 118 1 103 87.3 0.000 0.000 | LZO1X-1(15) | ip-up 1452 1 1041 71.7 0.000 0.000 | LZO1X-1(15) | 08setupdns 292 1 194 66.4 0.000 0.000 | LZO1X-1(15) | options 5 1 9 180 0.000 0.000 | LZO1X-1(15) | pap-secrets 77 1 81 105 0.000 0.000 | LZO1X-1(15) | provider 1093 1 826 75.6 0.000 0.000 | LZO1X-1(15) | ppp_on_boot 573 1 487 85.0 0.000 0.000 | LZO1X-1(15) | profile 984 1 813 82.6 0.000 0.000 | LZO1X-1(15) | bash_completion.sh 672 1 437 65.0 0.000 0.000 | LZO1X-1(15) | distcc.sh 68 1 70 103 0.000 0.000 | LZO1X-1(15) | gawk.csh 1107 1 296 26.7 0.000 0.000 | LZO1X-1(15) | gawk.sh 757 1 248 32.8 0.000 0.000 | LZO1X-1(15) | protocols 2932 1 2140 73.0 0.000 0.000 | LZO1X-1(15) | client.conf 1233 1 986 80.0 0.000 0.000 | LZO1X-1(15) | 50-sato.conf 447 1 379 84.8 0.000 0.000 | LZO1X-1(15) | daemon.conf 2374 1 1616 68.1 0.000 0.000 | LZO1X-1(15) | default.pa 4933 1 2733 55.4 0.000 0.000 | LZO1X-1(15) | system.pa 2078 1 1343 64.6 0.000 0.000 | LZO1X-1(15) | quilt.quiltrc 1236 1 875 70.8 0.000 0.000 | LZO1X-1(15) | quotagrpadmins 220 1 205 93.2 0.000 0.000 | LZO1X-1(15) | quotatab 261 1 230 88.1 0.000 0.000 | LZO1X-1(15) | rpc 895 1 675 75.4 0.000 0.000 | LZO1X-1(15) | rpcbind.conf 58 1 62 107 0.000 0.000 | LZO1X-1(15) | macros 38 1 42 111 0.000 0.000 | LZO1X-1(15) | platform 19 1 23 121 0.000 0.000 | LZO1X-1(15) | rpmrc 104 1 92 88.5 0.000 0.000 | LZO1X-1(15) | securetty 1848 1 1145 62.0 0.000 0.000 | LZO1X-1(15) | services 18790 1 10692 56.9 0.000 0.000 | LZO1X-1(15) | shadow 651 1 251 38.6 0.000 0.000 | LZO1X-1(15) | shadow- 619 1 235 38.0 0.000 0.000 | LZO1X-1(15) | shells 52 1 55 106 0.000 0.000 | LZO1X-1(15) | .bashrc 410 1 343 83.7 0.000 0.000 | LZO1X-1(15) | .profile 241 1 237 98.3 0.000 0.000 | LZO1X-1(15) | slsh.rc 2030 1 1062 52.3 0.000 0.000 | LZO1X-1(15) | moduli 577388 3 47791 8.3 0.000 0.000 | LZO1X-1(15) | ssh_config 1548 1 1070 69.1 0.000 0.000 | LZO1X-1(15) | ssh_host_ecdsa_key 505 1 482 95.4 0.000 0.000 | LZO1X-1(15) | ssh_host_ecdsa_key.pub 177 1 173 97.7 0.000 0.000 | LZO1X-1(15) | ssh_host_ed25519_key 411 1 335 81.5 0.000 0.000 | LZO1X-1(15) | ssh_host_ed25519_key.pub 97 1 102 105 0.000 0.000 | LZO1X-1(15) | ssh_host_rsa_key 2602 1 2607 100 0.000 0.000 | LZO1X-1(15) | ssh_host_rsa_key.pub 569 1 575 101 0.000 0.000 | LZO1X-1(15) | sshd_config 3177 1 2031 63.9 0.000 0.000 | LZO1X-1(15) | sshd_config_readonly 3186 1 2030 63.7 0.000 0.000 | LZO1X-1(15) | ca-certificates.crt 200061 1 169971 85.0 0.000 0.000 | LZO1X-1(15) | openssl.cnf 10909 1 5296 48.5 0.000 0.000 | LZO1X-1(15) | sudoers 3174 1 1942 61.2 0.000 0.000 | LZO1X-1(15) | sudoers.dist 3174 1 1942 61.2 0.000 0.000 | LZO1X-1(15) | crond 110 1 113 103 0.000 0.000 | LZO1X-1(15) | kdump.conf 411 1 356 86.6 0.000 0.000 | LZO1X-1(15) | sysctl.conf 2128 1 1637 76.9 0.000 0.000 | LZO1X-1(15) | syslog-startup.conf 651 1 550 84.5 0.000 0.000 | LZO1X-1(15) | syslog.conf 69 1 73 106 0.000 0.000 | LZO1X-1(15) | ansi 1481 1 769 51.9 0.000 0.000 | LZO1X-1(15) | dumb 308 1 83 26.9 0.000 0.000 | LZO1X-1(15) | linux 1730 1 1022 59.1 0.000 0.000 | LZO1X-1(15) | rxvt 2286 1 1540 67.4 0.000 0.000 | LZO1X-1(15) | screen 1587 1 934 58.9 0.000 0.000 | LZO1X-1(15) | screen-256color 1677 1 974 58.1 0.000 0.000 | LZO1X-1(15) | sun 1004 1 525 52.3 0.000 0.000 | LZO1X-1(15) | vt100 1190 1 758 63.7 0.000 0.000 | LZO1X-1(15) | vt102 1184 1 767 64.8 0.000 0.000 | LZO1X-1(15) | vt200 1377 1 924 67.1 0.000 0.000 | LZO1X-1(15) | vt220 1377 1 924 67.1 0.000 0.000 | LZO1X-1(15) | vt52 470 1 243 51.7 0.000 0.000 | LZO1X-1(15) | xterm-256color 3641 1 2388 65.6 0.000 0.000 | LZO1X-1(15) | xterm-color 1551 1 804 51.8 0.000 0.000 | LZO1X-1(15) | xterm-xfree86 2240 1 1348 60.2 0.000 0.000 | LZO1X-1(15) | timestamp 15 1 19 127 0.000 0.000 | LZO1X-1(15) | timezone 10 1 14 140 0.000 0.000 | LZO1X-1(15) | dnf.conf 164 1 138 84.1 0.000 0.000 | LZO1X-1(15) | mount.blacklist 51 1 50 98.0 0.000 0.000 | LZO1X-1(15) | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1X-1(15) | automount.rules 847 1 598 70.6 0.000 0.000 | LZO1X-1(15) | autonet.rules 757 1 567 74.9 0.000 0.000 | LZO1X-1(15) | local.rules 885 1 678 76.6 0.000 0.000 | LZO1X-1(15) | localextra.rules 843 1 623 73.9 0.000 0.000 | LZO1X-1(15) | mount.sh 4279 1 2288 53.5 0.000 0.000 | LZO1X-1(15) | network.sh 1402 1 1046 74.6 0.000 0.000 | LZO1X-1(15) | udev.conf 49 1 53 108 0.000 0.000 | LZO1X-1(15) | 50default 2634 1 1185 45.0 0.000 0.000 | LZO1X-1(15) | version 15 1 19 127 0.000 0.000 | LZO1X-1(15) | volatile.cache 5955 1 1546 26.0 0.000 0.000 | LZO1X-1(15) | warnquota.conf 3360 1 2210 65.8 0.000 0.000 | LZO1X-1(15) | wpa_supplicant.conf 113 1 111 98.2 0.000 0.000 | LZO1X-1(15) | at-spi-dbus-bus.desktop 296 1 292 98.6 0.000 0.000 | LZO1X-1(15) | connman-applet.desktop 191 1 185 96.9 0.000 0.000 | LZO1X-1(15) | gsettings-data-convert.desktop 7741 1 4749 61.3 0.000 0.000 | LZO1X-1(15) | pulseaudio.desktop 4973 1 2421 48.7 0.000 0.000 | LZO1X-1(15) | xinput_calibrator.desktop 299 1 238 79.6 0.000 0.000 | LZO1X-1(15) | libfm.conf 183 1 157 85.8 0.000 0.000 | LZO1X-1(15) | pcmanfm.conf 321 1 305 95.0 0.000 0.000 | LZO1X-1(15) | Xserver 652 1 488 74.8 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1547 73.9 0.000 0.000 LZO1X-1(15) ***TOTALS*** 1249687 289 444071 35.5 0.000 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1-99 | 00-primary.seat 64 1 66 103 0.000 0.000 | LZO1-99 | Xsession 755 1 508 67.3 0.000 0.000 | LZO1-99 | 13xdgbasedirs.sh 550 1 459 83.5 0.000 0.000 | LZO1-99 | 30xinput_calibrate.sh 115 1 115 100 0.000 0.000 | LZO1-99 | 70settings-daemon.sh 27 1 28 104 0.000 0.000 | LZO1-99 | 80matchboxkeyboard.sh 631 1 385 61.0 0.000 0.000 | LZO1-99 | 89xdgautostart.sh 179 1 147 82.1 0.000 0.000 | LZO1-99 | 90XWindowManager.sh 181 1 102 56.4 0.000 0.000 | LZO1-99 | xinitrc 739 1 420 56.8 0.000 0.000 | LZO1-99 | xorg.conf 1165 1 601 51.6 0.000 0.000 | LZO1-99 | asound.conf 32 1 34 106 0.000 0.000 | LZO1-99 | at.deny 144 1 130 90.3 0.000 0.000 | LZO1-99 | avahi-daemon.conf 1753 1 1230 70.2 0.000 0.000 | LZO1-99 | localtime 114 1 33 28.9 0.000 0.000 | LZO1-99 | hosts 1121 1 883 78.8 0.000 0.000 | LZO1-99 | sftp-ssh.service 1075 1 834 77.6 0.000 0.000 | LZO1-99 | ssh.service 1071 1 831 77.6 0.000 0.000 | LZO1-99 | bash_completion 45 1 38 84.4 0.000 0.000 | LZO1-99 | perf 6321 1 2815 44.5 0.000 0.000 | LZO1-99 | quilt 7117 1 2570 36.1 0.000 0.000 | LZO1-99 | bindresvport.blacklist 429 1 326 76.0 0.000 0.000 | LZO1-99 | input.conf 397 1 344 86.6 0.000 0.000 | LZO1-99 | network.conf 120 1 117 97.5 0.000 0.000 | LZO1-99 | build 527 1 276 52.4 0.000 0.000 | LZO1-99 | busybox.links.nosuid 2392 1 1204 50.3 0.000 0.000 | LZO1-99 | busybox.links.suid 91 1 66 72.5 0.000 0.000 | LZO1-99 | ca-certificates.conf 5340 1 1901 35.6 0.000 0.000 | LZO1-99 | pap 653 1 535 81.9 0.000 0.000 | LZO1-99 | logrotate 189 1 149 78.8 0.000 0.000 | LZO1-99 | cron.deny 0 1 0 0.0 0.000 0.000 | LZO1-99 | crontab 653 1 405 62.0 0.000 0.000 | LZO1-99 | session.conf 838 1 614 73.3 0.000 0.000 | LZO1-99 | system.conf 833 1 613 73.6 0.000 0.000 | LZO1-99 | ConsoleKit.conf 7305 1 854 11.7 0.000 0.000 | LZO1-99 | avahi-dbus.conf 1138 1 526 46.2 0.000 0.000 | LZO1-99 | bluetooth.conf 1315 1 676 51.4 0.000 0.000 | LZO1-99 | dbus-wpa_supplicant.conf 743 1 335 45.1 0.000 0.000 | LZO1-99 | ofono.conf 1063 1 584 54.9 0.000 0.000 | LZO1-99 | pulseaudio-system.conf 1084 1 842 77.7 0.000 0.000 | LZO1-99 | devpts 93 1 91 97.8 0.000 0.000 | LZO1-99 | distcc 535 1 437 81.7 0.000 0.000 | LZO1-99 | mountall 36 1 35 97.2 0.000 0.000 | LZO1-99 | postinst 52 1 53 102 0.000 0.000 | LZO1-99 | rcS 1040 1 769 73.9 0.000 0.000 | LZO1-99 | rng-tools 27 1 28 104 0.000 0.000 | LZO1-99 | usbd 0 1 0 0.0 0.000 0.000 | LZO1-99 | useradd 117 1 120 103 0.000 0.000 | LZO1-99 | 00_core 1637 1 987 60.3 0.000 0.000 | LZO1-99 | 01_bootlogd 36 1 34 94.4 0.000 0.000 | LZO1-99 | 99_dbus 48 1 41 85.4 0.000 0.000 | LZO1-99 | 99_sshd 75 1 62 82.7 0.000 0.000 | LZO1-99 | 99_wpa_supplicant 46 1 45 97.8 0.000 0.000 | LZO1-99 | volatiles.04_pulse 91 1 84 92.3 0.000 0.000 | LZO1-99 | xserver-nodm 130 1 132 102 0.000 0.000 | LZO1-99 | clients.allow 1582 1 1090 68.9 0.000 0.000 | LZO1-99 | commands.allow.sh 1763 1 1062 60.2 0.000 0.000 | LZO1-99 | hosts 203 1 175 86.2 0.000 0.000 | LZO1-99 | automatic.conf 2569 1 1271 49.5 0.000 0.000 | LZO1-99 | dnf.conf 82 1 83 101 0.000 0.000 | LZO1-99 | dnf.conf 4 1 5 125 0.000 0.000 | LZO1-99 | yum.conf 4 1 5 125 0.000 0.000 | LZO1-99 | arch 26 1 26 100 0.000 0.000 | LZO1-99 | releasever 6 1 7 117 0.000 0.000 | LZO1-99 | e2scrub.conf 685 1 478 69.8 0.000 0.000 | LZO1-99 | exports 46 1 46 100 0.000 0.000 | LZO1-99 | 30-liberation-aliases.conf 419 1 212 50.6 0.000 0.000 | LZO1-99 | README 978 1 714 73.0 0.000 0.000 | LZO1-99 | fonts.conf 2532 1 1391 54.9 0.000 0.000 | LZO1-99 | config 1032 1 435 42.2 0.000 0.000 | LZO1-99 | machconfig 193 1 149 77.2 0.000 0.000 | LZO1-99 | fstab 637 1 378 59.3 0.000 0.000 | LZO1-99 | path 1448 1 846 58.4 0.000 0.000 | LZO1-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1-99 | %gconf.xml 235 1 145 61.7 0.000 0.000 | LZO1-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1-99 | %gconf.xml 2158 1 562 26.0 0.000 0.000 | LZO1-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1-99 | %gconf.xml 515 1 300 58.3 0.000 0.000 | LZO1-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1-99 | %gconf.xml 5626 1 1532 27.2 0.000 0.000 | LZO1-99 | settings-daemon.schemas 7202 1 1682 23.4 0.000 0.000 | LZO1-99 | group 639 1 546 85.4 0.000 0.000 | LZO1-99 | group- 620 1 530 85.5 0.000 0.000 | LZO1-99 | gshadow 529 1 381 72.0 0.000 0.000 | LZO1-99 | gshadow- 514 1 370 72.0 0.000 0.000 | LZO1-99 | im-multipress.conf 890 1 780 87.6 0.000 0.000 | LZO1-99 | host.conf 26 1 27 104 0.000 0.000 | LZO1-99 | hostname 11 1 12 109 0.000 0.000 | LZO1-99 | hosts 258 1 199 77.1 0.000 0.000 | LZO1-99 | alsa-state 811 1 521 64.2 0.000 0.000 | LZO1-99 | atd 578 1 387 67.0 0.000 0.000 | LZO1-99 | avahi-daemon 4491 1 2421 53.9 0.000 0.000 | LZO1-99 | banner.sh 492 1 289 58.7 0.000 0.000 | LZO1-99 | bluetooth 1253 1 774 61.8 0.000 0.000 | LZO1-99 | bootlogd 1997 1 1193 59.7 0.000 0.000 | LZO1-99 | bootmisc.sh 2017 1 1341 66.5 0.000 0.000 | LZO1-99 | checkroot.sh 3591 1 2183 60.8 0.000 0.000 | LZO1-99 | connman 1462 1 942 64.4 0.000 0.000 | LZO1-99 | crond 1235 1 790 64.0 0.000 0.000 | LZO1-99 | dbus-1 2887 1 1721 59.6 0.000 0.000 | LZO1-99 | devpts.sh 526 1 378 71.9 0.000 0.000 | LZO1-99 | distcc 2863 1 1605 56.1 0.000 0.000 | LZO1-99 | dmesg.sh 352 1 242 68.8 0.000 0.000 | LZO1-99 | functions 2141 1 1294 60.4 0.000 0.000 | LZO1-99 | halt 510 1 397 77.8 0.000 0.000 | LZO1-99 | hostname.sh 580 1 422 72.8 0.000 0.000 | LZO1-99 | hwclock.sh 2541 1 1250 49.2 0.000 0.000 | LZO1-99 | kdump 2989 1 1369 45.8 0.000 0.000 | LZO1-99 | mdmonitor 1773 1 1034 58.3 0.000 0.000 | LZO1-99 | modutils.sh 1223 1 750 61.3 0.000 0.000 | LZO1-99 | mountall.sh 869 1 649 74.7 0.000 0.000 | LZO1-99 | mountnfs.sh 1589 1 898 56.5 0.000 0.000 | LZO1-99 | networking 1956 1 985 50.4 0.000 0.000 | LZO1-99 | nfscommon 1609 1 963 59.9 0.000 0.000 | LZO1-99 | nfsserver 3326 1 1797 54.0 0.000 0.000 | LZO1-99 | ofono 516 1 365 70.7 0.000 0.000 | LZO1-99 | populate-volatile.sh 7826 1 3311 42.3 0.000 0.000 | LZO1-99 | ppp 1231 1 659 53.5 0.000 0.000 | LZO1-99 | psplash.sh 682 1 466 68.3 0.000 0.000 | LZO1-99 | rc 4457 1 2451 55.0 0.000 0.000 | LZO1-99 | rcS 525 1 443 84.4 0.000 0.000 | LZO1-99 | read-only-rootfs-hook.sh 1273 1 846 66.5 0.000 0.000 | LZO1-99 | reboot 289 1 219 75.8 0.000 0.000 | LZO1-99 | rmnologin.sh 585 1 375 64.1 0.000 0.000 | LZO1-99 | rng-tools 1021 1 472 46.2 0.000 0.000 | LZO1-99 | rpcbind 1827 1 934 51.1 0.000 0.000 | LZO1-99 | run-postinsts 25 1 26 104 0.000 0.000 | LZO1-99 | save-rtc.sh 429 1 315 73.4 0.000 0.000 | LZO1-99 | sendsigs 438 1 295 67.4 0.000 0.000 | LZO1-99 | single 578 1 423 73.2 0.000 0.000 | LZO1-99 | sshd 2029 1 996 49.1 0.000 0.000 | LZO1-99 | sysfs.sh 907 1 462 50.9 0.000 0.000 | LZO1-99 | syslog 2066 1 1113 53.9 0.000 0.000 | LZO1-99 | tcf-agent 1298 1 721 55.5 0.000 0.000 | LZO1-99 | udev 2779 1 1574 56.6 0.000 0.000 | LZO1-99 | umountfs 540 1 400 74.1 0.000 0.000 | LZO1-99 | umountnfs.sh 711 1 517 72.7 0.000 0.000 | LZO1-99 | urandom 1473 1 912 61.9 0.000 0.000 | LZO1-99 | xserver-nodm 1436 1 963 67.1 0.000 0.000 | LZO1-99 | inittab 1140 1 777 68.2 0.000 0.000 | LZO1-99 | inputrc 1633 1 1009 61.8 0.000 0.000 | LZO1-99 | bpf_pinning 85 1 85 100 0.000 0.000 | LZO1-99 | ematch_map 81 1 83 102 0.000 0.000 | LZO1-99 | group 31 1 32 103 0.000 0.000 | LZO1-99 | nl_protos 262 1 255 97.3 0.000 0.000 | LZO1-99 | rt_dsfield 331 1 278 84.0 0.000 0.000 | LZO1-99 | rt_protos 201 1 198 98.5 0.000 0.000 | LZO1-99 | rt_realms 112 1 110 98.2 0.000 0.000 | LZO1-99 | rt_scopes 92 1 88 95.7 0.000 0.000 | LZO1-99 | rt_tables 87 1 84 96.6 0.000 0.000 | LZO1-99 | issue 58 1 60 103 0.000 0.000 | LZO1-99 | issue.net 55 1 57 104 0.000 0.000 | LZO1-99 | ld.so.cache 57567 1 17142 29.8 0.000 0.000 | LZO1-99 | ld.so.conf 33 1 35 106 0.000 0.000 | LZO1-99 | classid 1130 1 623 55.1 0.000 0.000 | LZO1-99 | pktloc 1532 1 835 54.5 0.000 0.000 | LZO1-99 | collect_dnf.conf 813 1 497 61.1 0.000 0.000 | LZO1-99 | limits 827 1 630 76.2 0.000 0.000 | LZO1-99 | login.access 2006 1 1257 62.7 0.000 0.000 | LZO1-99 | login.defs 11030 1 5878 53.3 0.000 0.000 | LZO1-99 | logrotate-dmesg.conf 121 1 115 95.0 0.000 0.000 | LZO1-99 | logrotate.conf 434 1 354 81.6 0.000 0.000 | LZO1-99 | btmp 130 1 116 89.2 0.000 0.000 | LZO1-99 | dnf 526 1 130 24.7 0.000 0.000 | LZO1-99 | wtmp 145 1 127 87.6 0.000 0.000 | LZO1-99 | kbdconfig 721 1 535 74.2 0.000 0.000 | LZO1-99 | session 630 1 458 72.7 0.000 0.000 | LZO1-99 | mdadm.conf 2687 1 1805 67.2 0.000 0.000 | LZO1-99 | mke2fs.conf 846 1 493 58.3 0.000 0.000 | LZO1-99 | uvesafb.conf 39 1 37 94.9 0.000 0.000 | LZO1-99 | uvesafb.conf 8 1 9 113 0.000 0.000 | LZO1-99 | motd 0 1 0 0.0 0.000 0.000 | LZO1-99 | netconfig 767 1 435 56.7 0.000 0.000 | LZO1-99 | nfsroot 809 1 519 64.2 0.000 0.000 | LZO1-99 | wpa-supplicant 1999 1 920 46.0 0.000 0.000 | LZO1-99 | interfaces 132 1 121 91.7 0.000 0.000 | LZO1-99 | nm-disabled-eth0 0 1 0 0.0 0.000 0.000 | LZO1-99 | nfs-utils.conf 1087 1 729 67.1 0.000 0.000 | LZO1-99 | nfsmount.conf 3606 1 1942 53.9 0.000 0.000 | LZO1-99 | nsswitch.conf 497 1 365 73.4 0.000 0.000 | LZO1-99 | phonesim.conf 361 1 305 84.5 0.000 0.000 | LZO1-99 | arch.conf 88 1 65 73.9 0.000 0.000 | LZO1-99 | opkg.conf 845 1 591 69.9 0.000 0.000 | LZO1-99 | passwd 1055 1 664 62.9 0.000 0.000 | LZO1-99 | passwd- 1006 1 628 62.4 0.000 0.000 | LZO1-99 | cert9.db 28672 1 1159 4.0 0.000 0.000 | LZO1-99 | key4.db 36864 1 1467 4.0 0.000 0.000 | LZO1-99 | pkcs11.txt 425 1 361 84.9 0.000 0.000 | LZO1-99 | pointercal.xinput 91 1 91 100 0.000 0.000 | LZO1-99 | chap-secrets 78 1 78 100 0.000 0.000 | LZO1-99 | ip-down 1454 1 998 68.6 0.000 0.000 | LZO1-99 | 92removedns 118 1 89 75.4 0.000 0.000 | LZO1-99 | ip-up 1452 1 993 68.4 0.000 0.000 | LZO1-99 | 08setupdns 292 1 183 62.7 0.000 0.000 | LZO1-99 | options 5 1 6 120 0.000 0.000 | LZO1-99 | pap-secrets 77 1 77 100 0.000 0.000 | LZO1-99 | provider 1093 1 794 72.6 0.000 0.000 | LZO1-99 | ppp_on_boot 573 1 450 78.5 0.000 0.000 | LZO1-99 | profile 984 1 779 79.2 0.000 0.000 | LZO1-99 | bash_completion.sh 672 1 400 59.5 0.000 0.000 | LZO1-99 | distcc.sh 68 1 57 83.8 0.000 0.000 | LZO1-99 | gawk.csh 1107 1 273 24.7 0.000 0.000 | LZO1-99 | gawk.sh 757 1 222 29.3 0.000 0.000 | LZO1-99 | protocols 2932 1 2053 70.0 0.000 0.000 | LZO1-99 | client.conf 1233 1 935 75.8 0.000 0.000 | LZO1-99 | 50-sato.conf 447 1 364 81.4 0.000 0.000 | LZO1-99 | daemon.conf 2374 1 1524 64.2 0.000 0.000 | LZO1-99 | default.pa 4933 1 2547 51.6 0.000 0.000 | LZO1-99 | system.pa 2078 1 1292 62.2 0.000 0.000 | LZO1-99 | quilt.quiltrc 1236 1 834 67.5 0.000 0.000 | LZO1-99 | quotagrpadmins 220 1 196 89.1 0.000 0.000 | LZO1-99 | quotatab 261 1 219 83.9 0.000 0.000 | LZO1-99 | rpc 895 1 670 74.9 0.000 0.000 | LZO1-99 | rpcbind.conf 58 1 60 103 0.000 0.000 | LZO1-99 | macros 38 1 40 105 0.000 0.000 | LZO1-99 | platform 19 1 20 105 0.000 0.000 | LZO1-99 | rpmrc 104 1 73 70.2 0.000 0.000 | LZO1-99 | securetty 1848 1 1198 64.8 0.000 0.000 | LZO1-99 | services 18790 1 9753 51.9 0.000 0.000 | LZO1-99 | shadow 651 1 240 36.9 0.000 0.000 | LZO1-99 | shadow- 619 1 224 36.2 0.000 0.000 | LZO1-99 | shells 52 1 46 88.5 0.000 0.000 | LZO1-99 | .bashrc 410 1 326 79.5 0.000 0.000 | LZO1-99 | .profile 241 1 222 92.1 0.000 0.000 | LZO1-99 | slsh.rc 2030 1 1005 49.5 0.000 0.000 | LZO1-99 | moduli 577388 3 32074 5.6 328.901 0.000 | LZO1-99 | ssh_config 1548 1 1038 67.1 0.000 0.000 | LZO1-99 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 | LZO1-99 | ssh_host_ecdsa_key.pub 177 1 168 94.9 0.000 0.000 | LZO1-99 | ssh_host_ed25519_key 411 1 316 76.9 0.000 0.000 | LZO1-99 | ssh_host_ed25519_key.pub 97 1 98 101 0.000 0.000 | LZO1-99 | ssh_host_rsa_key 2602 1 2564 98.5 0.000 0.000 | LZO1-99 | ssh_host_rsa_key.pub 569 1 570 100 0.000 0.000 | LZO1-99 | sshd_config 3177 1 1922 60.5 0.000 0.000 | LZO1-99 | sshd_config_readonly 3186 1 1916 60.1 0.000 0.000 | LZO1-99 | ca-certificates.crt 200061 1 160773 80.4 48.528 0.000 | LZO1-99 | openssl.cnf 10909 1 4809 44.1 0.000 0.000 | LZO1-99 | sudoers 3174 1 1812 57.1 0.000 0.000 | LZO1-99 | sudoers.dist 3174 1 1812 57.1 0.000 0.000 | LZO1-99 | crond 110 1 102 92.7 0.000 0.000 | LZO1-99 | kdump.conf 411 1 329 80.0 0.000 0.000 | LZO1-99 | sysctl.conf 2128 1 1548 72.7 0.000 0.000 | LZO1-99 | syslog-startup.conf 651 1 535 82.2 0.000 0.000 | LZO1-99 | syslog.conf 69 1 67 97.1 0.000 0.000 | LZO1-99 | ansi 1481 1 751 50.7 0.000 0.000 | LZO1-99 | dumb 308 1 69 22.4 0.000 0.000 | LZO1-99 | linux 1730 1 1019 58.9 0.000 0.000 | LZO1-99 | rxvt 2286 1 1549 67.8 0.000 0.000 | LZO1-99 | screen 1587 1 919 57.9 0.000 0.000 | LZO1-99 | screen-256color 1677 1 964 57.5 0.000 0.000 | LZO1-99 | sun 1004 1 509 50.7 0.000 0.000 | LZO1-99 | vt100 1190 1 747 62.8 0.000 0.000 | LZO1-99 | vt102 1184 1 749 63.3 0.000 0.000 | LZO1-99 | vt200 1377 1 921 66.9 0.000 0.000 | LZO1-99 | vt220 1377 1 921 66.9 0.000 0.000 | LZO1-99 | vt52 470 1 231 49.1 0.000 0.000 | LZO1-99 | xterm-256color 3641 1 2398 65.9 0.000 0.000 | LZO1-99 | xterm-color 1551 1 788 50.8 0.000 0.000 | LZO1-99 | xterm-xfree86 2240 1 1373 61.3 0.000 0.000 | LZO1-99 | timestamp 15 1 16 107 0.000 0.000 | LZO1-99 | timezone 10 1 11 110 0.000 0.000 | LZO1-99 | dnf.conf 164 1 124 75.6 0.000 0.000 | LZO1-99 | mount.blacklist 51 1 40 78.4 0.000 0.000 | LZO1-99 | 80-net-name-slot.rules 0 1 0 0.0 0.000 0.000 | LZO1-99 | automount.rules 847 1 557 65.8 0.000 0.000 | LZO1-99 | autonet.rules 757 1 528 69.7 0.000 0.000 | LZO1-99 | local.rules 885 1 652 73.7 0.000 0.000 | LZO1-99 | localextra.rules 843 1 600 71.2 0.000 0.000 | LZO1-99 | mount.sh 4279 1 2109 49.3 0.000 0.000 | LZO1-99 | network.sh 1402 1 1022 72.9 0.000 0.000 | LZO1-99 | udev.conf 49 1 50 102 0.000 0.000 | LZO1-99 | 50default 2634 1 1093 41.5 0.000 0.000 | LZO1-99 | version 15 1 16 107 0.000 0.000 | LZO1-99 | volatile.cache 5955 1 1396 23.4 0.000 0.000 | LZO1-99 | warnquota.conf 3360 1 2061 61.3 0.000 0.000 | LZO1-99 | wpa_supplicant.conf 113 1 102 90.3 0.000 0.000 | LZO1-99 | at-spi-dbus-bus.desktop 296 1 270 91.2 0.000 0.000 | LZO1-99 | connman-applet.desktop 191 1 173 90.6 0.000 0.000 | LZO1-99 | gsettings-data-convert.desktop 7741 1 4396 56.8 0.000 0.000 | LZO1-99 | pulseaudio.desktop 4973 1 2294 46.1 0.000 0.000 | LZO1-99 | xinput_calibrator.desktop 299 1 234 78.3 0.000 0.000 | LZO1-99 | libfm.conf 183 1 141 77.0 0.000 0.000 | LZO1-99 | pcmanfm.conf 321 1 273 85.0 0.000 0.000 | LZO1-99 | Xserver 652 1 451 69.2 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1414 68.2 84.576 0.000 LZO1-99 ***TOTALS*** 1249687 289 406017 32.5 84.576 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1A-99 | 00-primary.seat 64 1 66 103 0.000 0.000 | LZO1A-99 | Xsession 755 1 508 67.3 0.000 0.000 | LZO1A-99 | 13xdgbasedirs.sh 550 1 457 83.1 0.000 0.000 | LZO1A-99 | 30xinput_calibrate.sh 115 1 115 100 0.000 0.000 | LZO1A-99 | 70settings-daemon.sh 27 1 28 104 0.000 0.000 | LZO1A-99 | 80matchboxkeyboard.sh 631 1 385 61.0 0.000 0.000 | LZO1A-99 | 89xdgautostart.sh 179 1 147 82.1 0.000 0.000 | LZO1A-99 | 90XWindowManager.sh 181 1 102 56.4 0.000 0.000 | LZO1A-99 | xinitrc 739 1 419 56.7 0.000 0.000 | LZO1A-99 | xorg.conf 1165 1 597 51.2 0.000 0.000 | LZO1A-99 | asound.conf 32 1 34 106 0.000 0.000 | LZO1A-99 | at.deny 144 1 130 90.3 0.000 0.000 | LZO1A-99 | avahi-daemon.conf 1753 1 1222 69.7 0.000 0.000 | LZO1A-99 | localtime 114 1 32 28.1 0.000 0.000 | LZO1A-99 | hosts 1121 1 878 78.3 0.000 0.000 | LZO1A-99 | sftp-ssh.service 1075 1 829 77.1 0.000 0.000 | LZO1A-99 | ssh.service 1071 1 826 77.1 0.000 0.000 | LZO1A-99 | bash_completion 45 1 38 84.4 0.000 0.000 | LZO1A-99 | perf 6321 1 2808 44.4 0.000 0.000 | LZO1A-99 | quilt 7117 1 2551 35.8 0.000 0.000 | LZO1A-99 | bindresvport.blacklist 429 1 325 75.8 0.000 0.000 | LZO1A-99 | input.conf 397 1 340 85.6 0.000 0.000 | LZO1A-99 | network.conf 120 1 117 97.5 0.000 0.000 | LZO1A-99 | build 527 1 275 52.2 0.000 0.000 | LZO1A-99 | busybox.links.nosuid 2392 1 1203 50.3 0.000 0.000 | LZO1A-99 | busybox.links.suid 91 1 66 72.5 0.000 0.000 | LZO1A-99 | ca-certificates.conf 5340 1 1898 35.5 0.000 0.000 | LZO1A-99 | pap 653 1 532 81.5 0.000 0.000 | LZO1A-99 | logrotate 189 1 149 78.8 0.000 0.000 | LZO1A-99 | cron.deny 0 1 0 0.0 0.000 0.000 | LZO1A-99 | crontab 653 1 404 61.9 0.000 0.000 | LZO1A-99 | session.conf 838 1 612 73.0 0.000 0.000 | LZO1A-99 | system.conf 833 1 611 73.3 0.000 0.000 | LZO1A-99 | ConsoleKit.conf 7305 1 853 11.7 0.000 0.000 | LZO1A-99 | avahi-dbus.conf 1138 1 525 46.1 0.000 0.000 | LZO1A-99 | bluetooth.conf 1315 1 672 51.1 0.000 0.000 | LZO1A-99 | dbus-wpa_supplicant.conf 743 1 334 45.0 0.000 0.000 | LZO1A-99 | ofono.conf 1063 1 580 54.6 0.000 0.000 | LZO1A-99 | pulseaudio-system.conf 1084 1 833 76.8 0.000 0.000 | LZO1A-99 | devpts 93 1 91 97.8 0.000 0.000 | LZO1A-99 | distcc 535 1 433 80.9 0.000 0.000 | LZO1A-99 | mountall 36 1 35 97.2 0.000 0.000 | LZO1A-99 | postinst 52 1 53 102 0.000 0.000 | LZO1A-99 | rcS 1040 1 767 73.8 0.000 0.000 | LZO1A-99 | rng-tools 27 1 28 104 0.000 0.000 | LZO1A-99 | usbd 0 1 0 0.0 0.000 0.000 | LZO1A-99 | useradd 117 1 120 103 0.000 0.000 | LZO1A-99 | 00_core 1637 1 985 60.2 0.000 0.000 | LZO1A-99 | 01_bootlogd 36 1 34 94.4 0.000 0.000 | LZO1A-99 | 99_dbus 48 1 41 85.4 0.000 0.000 | LZO1A-99 | 99_sshd 75 1 62 82.7 0.000 0.000 | LZO1A-99 | 99_wpa_supplicant 46 1 45 97.8 0.000 0.000 | LZO1A-99 | volatiles.04_pulse 91 1 84 92.3 0.000 0.000 | LZO1A-99 | xserver-nodm 130 1 132 102 0.000 0.000 | LZO1A-99 | clients.allow 1582 1 1079 68.2 0.000 0.000 | LZO1A-99 | commands.allow.sh 1763 1 1056 59.9 0.000 0.000 | LZO1A-99 | hosts 203 1 175 86.2 0.000 0.000 | LZO1A-99 | automatic.conf 2569 1 1265 49.2 0.000 0.000 | LZO1A-99 | dnf.conf 82 1 83 101 0.000 0.000 | LZO1A-99 | dnf.conf 4 1 5 125 0.000 0.000 | LZO1A-99 | yum.conf 4 1 5 125 0.000 0.000 | LZO1A-99 | arch 26 1 26 100 0.000 0.000 | LZO1A-99 | releasever 6 1 7 117 0.000 0.000 | LZO1A-99 | e2scrub.conf 685 1 477 69.6 0.000 0.000 | LZO1A-99 | exports 46 1 46 100 0.000 0.000 | LZO1A-99 | 30-liberation-aliases.conf 419 1 212 50.6 0.000 0.000 | LZO1A-99 | README 978 1 711 72.7 0.000 0.000 | LZO1A-99 | fonts.conf 2532 1 1381 54.5 0.000 0.000 | LZO1A-99 | config 1032 1 434 42.1 0.000 0.000 | LZO1A-99 | machconfig 193 1 148 76.7 0.000 0.000 | LZO1A-99 | fstab 637 1 373 58.6 0.000 0.000 | LZO1A-99 | path 1448 1 842 58.1 0.000 0.000 | LZO1A-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1A-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1A-99 | %gconf.xml 235 1 145 61.7 0.000 0.000 | LZO1A-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1A-99 | %gconf.xml 2158 1 560 25.9 0.000 0.000 | LZO1A-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1A-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1A-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1A-99 | %gconf.xml 515 1 300 58.3 0.000 0.000 | LZO1A-99 | %gconf.xml 0 1 0 0.0 0.000 0.000 | LZO1A-99 | %gconf.xml 5626 1 1519 27.0 0.000 0.000 | LZO1A-99 | settings-daemon.schemas 7202 1 1672 23.2 0.000 0.000 | LZO1A-99 | group 639 1 544 85.1 0.000 0.000 | LZO1A-99 | group- 620 1 528 85.2 0.000 0.000 | LZO1A-99 | gshadow 529 1 381 72.0 0.000 0.000 | LZO1A-99 | gshadow- 514 1 370 72.0 0.000 0.000 | LZO1A-99 | im-multipress.conf 890 1 775 87.1 0.000 0.000 | LZO1A-99 | host.conf 26 1 27 104 0.000 0.000 | LZO1A-99 | hostname 11 1 12 109 0.000 0.000 | LZO1A-99 | hosts 258 1 199 77.1 0.000 0.000 | LZO1A-99 | alsa-state 811 1 517 63.7 0.000 0.000 | LZO1A-99 | atd 578 1 386 66.8 0.000 0.000 | LZO1A-99 | avahi-daemon 4491 1 2410 53.7 0.000 0.000 | LZO1A-99 | banner.sh 492 1 288 58.5 0.000 0.000 | LZO1A-99 | bluetooth 1253 1 770 61.5 0.000 0.000 | LZO1A-99 | bootlogd 1997 1 1191 59.6 0.000 0.000 | LZO1A-99 | bootmisc.sh 2017 1 1335 66.2 0.000 0.000 | LZO1A-99 | checkroot.sh 3591 1 2170 60.4 0.000 0.000 | LZO1A-99 | connman 1462 1 933 63.8 0.000 0.000 | LZO1A-99 | crond 1235 1 787 63.7 0.000 0.000 | LZO1A-99 | dbus-1 2887 1 1713 59.3 0.000 0.000 | LZO1A-99 | devpts.sh 526 1 377 71.7 0.000 0.000 | LZO1A-99 | distcc 2863 1 1599 55.9 0.000 0.000 | LZO1A-99 | dmesg.sh 352 1 242 68.8 0.000 0.000 | LZO1A-99 | functions 2141 1 1288 60.2 0.000 0.000 | LZO1A-99 | halt 510 1 396 77.6 0.000 0.000 | LZO1A-99 | hostname.sh 580 1 422 72.8 0.000 0.000 | LZO1A-99 | hwclock.sh 2541 1 1243 48.9 0.000 0.000 | LZO1A-99 | kdump 2989 1 1366 45.7 0.000 0.000 | LZO1A-99 | mdmonitor 1773 1 1031 58.2 0.000 0.000 | LZO1A-99 | modutils.sh 1223 1 748 61.2 0.000 0.000 | LZO1A-99 | mountall.sh 869 1 645 74.2 0.000 0.000 | LZO1A-99 | mountnfs.sh 1589 1 892 56.1 0.000 0.000 | LZO1A-99 | networking 1956 1 983 50.3 0.000 0.000 | LZO1A-99 | nfscommon 1609 1 959 59.6 0.000 0.000 | LZO1A-99 | nfsserver 3326 1 1787 53.7 0.000 0.000 | LZO1A-99 | ofono 516 1 365 70.7 0.000 0.000 | LZO1A-99 | populate-volatile.sh 7826 1 3289 42.0 0.000 0.000 | LZO1A-99 | ppp 1231 1 658 53.5 0.000 0.000 | LZO1A-99 | psplash.sh 682 1 466 68.3 0.000 0.000 | LZO1A-99 | rc 4457 1 2437 54.7 0.000 0.000 | LZO1A-99 | rcS 525 1 441 84.0 0.000 0.000 | LZO1A-99 | read-only-rootfs-hook.sh 1273 1 842 66.1 0.000 0.000 | LZO1A-99 | reboot 289 1 218 75.4 0.000 0.000 | LZO1A-99 | rmnologin.sh 585 1 374 63.9 0.000 0.000 | LZO1A-99 | rng-tools 1021 1 470 46.0 0.000 0.000 | LZO1A-99 | rpcbind 1827 1 932 51.0 0.000 0.000 | LZO1A-99 | run-postinsts 25 1 26 104 0.000 0.000 | LZO1A-99 | save-rtc.sh 429 1 314 73.2 0.000 0.000 | LZO1A-99 | sendsigs 438 1 294 67.1 0.000 0.000 | LZO1A-99 | single 578 1 420 72.7 0.000 0.000 | LZO1A-99 | sshd 2029 1 992 48.9 0.000 0.000 | LZO1A-99 | sysfs.sh 907 1 462 50.9 0.000 0.000 | LZO1A-99 | syslog 2066 1 1111 53.8 0.000 0.000 | LZO1A-99 | tcf-agent 1298 1 718 55.3 0.000 0.000 | LZO1A-99 | udev 2779 1 1572 56.6 0.000 0.000 | LZO1A-99 | umountfs 540 1 399 73.9 0.000 0.000 | LZO1A-99 | umountnfs.sh 711 1 516 72.6 0.000 0.000 | LZO1A-99 | urandom 1473 1 906 61.5 0.000 0.000 | LZO1A-99 | xserver-nodm 1436 1 956 66.6 0.000 0.000 | LZO1A-99 | inittab 1140 1 772 67.7 0.000 0.000 | LZO1A-99 | inputrc 1633 1 1002 61.4 0.000 0.000 | LZO1A-99 | bpf_pinning 85 1 83 97.6 0.000 0.000 | LZO1A-99 | ematch_map 81 1 83 102 0.000 0.000 | LZO1A-99 | group 31 1 32 103 0.000 0.000 | LZO1A-99 | nl_protos 262 1 254 96.9 0.000 0.000 | LZO1A-99 | rt_dsfield 331 1 275 83.1 0.000 0.000 | LZO1A-99 | rt_protos 201 1 198 98.5 0.000 0.000 | LZO1A-99 | rt_realms 112 1 110 98.2 0.000 0.000 | LZO1A-99 | rt_scopes 92 1 88 95.7 0.000 0.000 | LZO1A-99 | rt_tables 87 1 84 96.6 0.000 0.000 | LZO1A-99 | issue 58 1 60 103 0.000 0.000 | LZO1A-99 | issue.net 55 1 57 104 0.000 0.000 | LZO1A-99 | ld.so.cache 57567 1 16421 28.5 0.000 0.000 | LZO1A-99 | ld.so.conf 33 1 35 106 0.000 0.000 | LZO1A-99 | classid 1130 1 619 54.8 0.000 0.000 | LZO1A-99 | pktloc 1532 1 830 54.2 0.000 0.000 | LZO1A-99 | collect_dnf.conf 813 1 496 61.0 0.000 0.000 | LZO1A-99 | limits 827 1 626 75.7 0.000 0.000 | LZO1A-99 | login.access 2006 1 1242 61.9 0.000 0.000 | LZO1A-99 | login.defs 11030 1 5828 52.8 0.000 0.000 | LZO1A-99 | logrotate-dmesg.conf 121 1 114 94.2 0.000 0.000 | LZO1A-99 | logrotate.conf 434 1 353 81.3 0.000 0.000 | LZO1A-99 | btmp 130 1 116 89.2 0.000 0.000 | LZO1A-99 | dnf 526 1 130 24.7 0.000 0.000 | LZO1A-99 | wtmp 145 1 127 87.6 0.000 0.000 | LZO1A-99 | kbdconfig 721 1 532 73.8 0.000 0.000 | LZO1A-99 | session 630 1 458 72.7 0.000 0.000 | LZO1A-99 | mdadm.conf 2687 1 1796 66.8 0.000 0.000 | LZO1A-99 | mke2fs.conf 846 1 492 58.2 0.000 0.000 | LZO1A-99 | uvesafb.conf 39 1 37 94.9 0.000 0.000 | LZO1A-99 | uvesafb.conf 8 1 9 113 0.000 0.000 | LZO1A-99 | motd 0 1 0 0.0 0.000 0.000 | LZO1A-99 | netconfig 767 1 432 56.3 0.000 0.000 | LZO1A-99 | nfsroot 809 1 517 63.9 0.000 0.000 | LZO1A-99 | wpa-supplicant 1999 1 916 45.8 0.000 0.000 | LZO1A-99 | interfaces 132 1 121 91.7 0.000 0.000 | LZO1A-99 | nm-disabled-eth0 0 1 0 0.0 0.000 0.000 | LZO1A-99 | nfs-utils.conf 1087 1 726 66.8 0.000 0.000 | LZO1A-99 | nfsmount.conf 3606 1 1926 53.4 0.000 0.000 | LZO1A-99 | nsswitch.conf 497 1 364 73.2 0.000 0.000 | LZO1A-99 | phonesim.conf 361 1 303 83.9 0.000 0.000 | LZO1A-99 | arch.conf 88 1 64 72.7 0.000 0.000 | LZO1A-99 | opkg.conf 845 1 590 69.8 0.000 0.000 | LZO1A-99 | passwd 1055 1 657 62.3 0.000 0.000 | LZO1A-99 | passwd- 1006 1 621 61.7 0.000 0.000 | LZO1A-99 | cert9.db 28672 1 1151 4.0 0.000 0.000 | LZO1A-99 | key4.db 36864 1 1461 4.0 0.000 0.000 | LZO1A-99 | pkcs11.txt 425 1 360 84.7 0.000 0.000 | LZO1A-99 | pointercal.xinput 91 1 91 100 0.000 0.000 | LZO1A-99 | chap-secrets 78 1 78 100 0.000 0.000 | LZO1A-99 | ip-down 1454 1 986 67.8 0.000 0.000 | LZO1A-99 | 92removedns 118 1 89 75.4 0.000 0.000 | LZO1A-99 | ip-up 1452 1 981 67.6 0.000 0.000 | LZO1A-99 | 08setupdns 292 1 183 62.7 0.000 0.000 | LZO1A-99 | options 5 1 6 120 0.000 0.000 | LZO1A-99 | pap-secrets 77 1 77 100 0.000 0.000 | LZO1A-99 | provider 1093 1 787 72.0 0.000 0.000 | LZO1A-99 | ppp_on_boot 573 1 447 78.0 0.000 0.000 | LZO1A-99 | profile 984 1 777 79.0 0.000 0.000 | LZO1A-99 | bash_completion.sh 672 1 399 59.4 0.000 0.000 | LZO1A-99 | distcc.sh 68 1 57 83.8 0.000 0.000 | LZO1A-99 | gawk.csh 1107 1 273 24.7 0.000 0.000 | LZO1A-99 | gawk.sh 757 1 222 29.3 0.000 0.000 | LZO1A-99 | protocols 2932 1 2039 69.5 0.000 0.000 | LZO1A-99 | client.conf 1233 1 929 75.3 0.000 0.000 | LZO1A-99 | 50-sato.conf 447 1 361 80.8 0.000 0.000 | LZO1A-99 | daemon.conf 2374 1 1513 63.7 0.000 0.000 | LZO1A-99 | default.pa 4933 1 2527 51.2 0.000 0.000 | LZO1A-99 | system.pa 2078 1 1283 61.7 0.000 0.000 | LZO1A-99 | quilt.quiltrc 1236 1 829 67.1 0.000 0.000 | LZO1A-99 | quotagrpadmins 220 1 195 88.6 0.000 0.000 | LZO1A-99 | quotatab 261 1 219 83.9 0.000 0.000 | LZO1A-99 | rpc 895 1 667 74.5 0.000 0.000 | LZO1A-99 | rpcbind.conf 58 1 60 103 0.000 0.000 | LZO1A-99 | macros 38 1 40 105 0.000 0.000 | LZO1A-99 | platform 19 1 20 105 0.000 0.000 | LZO1A-99 | rpmrc 104 1 73 70.2 0.000 0.000 | LZO1A-99 | securetty 1848 1 1197 64.8 0.000 0.000 | LZO1A-99 | services 18790 1 9669 51.5 0.000 0.000 | LZO1A-99 | shadow 651 1 240 36.9 0.000 0.000 | LZO1A-99 | shadow- 619 1 224 36.2 0.000 0.000 | LZO1A-99 | shells 52 1 46 88.5 0.000 0.000 | LZO1A-99 | .bashrc 410 1 325 79.3 0.000 0.000 | LZO1A-99 | .profile 241 1 222 92.1 0.000 0.000 | LZO1A-99 | slsh.rc 2030 1 1001 49.3 0.000 0.000 | LZO1A-99 | moduli 577388 3 31595 5.5 332.054 0.000 | LZO1A-99 | ssh_config 1548 1 1033 66.7 0.000 0.000 | LZO1A-99 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 | LZO1A-99 | ssh_host_ecdsa_key.pub 177 1 168 94.9 0.000 0.000 | LZO1A-99 | ssh_host_ed25519_key 411 1 316 76.9 0.000 0.000 | LZO1A-99 | ssh_host_ed25519_key.pub 97 1 98 101 0.000 0.000 | LZO1A-99 | ssh_host_rsa_key 2602 1 2564 98.5 0.000 0.000 | LZO1A-99 | ssh_host_rsa_key.pub 569 1 570 100 0.000 0.000 | LZO1A-99 | sshd_config 3177 1 1906 60.0 0.000 0.000 | LZO1A-99 | sshd_config_readonly 3186 1 1899 59.6 0.000 0.000 | LZO1A-99 | ca-certificates.crt 200061 1 160357 80.2 49.216 0.000 | LZO1A-99 | openssl.cnf 10909 1 4769 43.7 0.000 0.000 | LZO1A-99 | sudoers 3174 1 1798 56.6 0.000 0.000 | LZO1A-99 | sudoers.dist 3174 1 1798 56.6 0.000 0.000 | LZO1A-99 | crond 110 1 102 92.7 0.000 0.000 | LZO1A-99 | kdump.conf 411 1 329 80.0 0.000 0.000 | LZO1A-99 | sysctl.conf 2128 1 1534 72.1 0.000 0.000 | LZO1A-99 | syslog-startup.conf 651 1 534 82.0 0.000 0.000 | LZO1A-99 | syslog.conf 69 1 67 97.1 0.000 0.000 | LZO1A-99 | ansi 1481 1 728 49.2 0.000 0.000 | LZO1A-99 | dumb 308 1 68 22.1 0.000 0.000 | LZO1A-99 | linux 1730 1 1003 58.0 0.000 0.000 | LZO1A-99 | rxvt 2286 1 1514 66.2 0.000 0.000 | LZO1A-99 | screen 1587 1 898 56.6 0.000 0.000 | LZO1A-99 | screen-256color 1677 1 944 56.3 0.000 0.000 | LZO1A-99 | sun 1004 1 491 48.9 0.000 0.000 | LZO1A-99 | vt100 1190 1 719 60.4 0.000 0.000 | LZO1A-99 | vt102 1184 1 724 61.1 0.000 0.000 | LZO1A-99 | vt200 1377 1 895 65.0 0.000 0.000 | LZO1A-99 | vt220 1377 1 895 65.0 0.000 0.000 | LZO1A-99 | vt52 470 1 229 48.7 0.000 0.000 | LZO1A-99 | xterm-256color 3641 1 2368 65.0 0.000 0.000 | LZO1A-99 | xterm-color 1551 1 774 49.9 0.000 0.000 | LZO1A-99 | xterm-xfree86 2240 1 1345 60.0 0.000 0.000 | LZO1A-99 | timestamp 15 1 16 107 0.000 0.000 | LZO1A-99 | timezone 10 1 11 110 0.000 0.000 | LZO1A-99 | dnf.conf 164 1 124 75.6 0.000 0.000 | LZO1A-99 | mount.blacklist 51 1 40 78.4 0.000 0.000 | LZO1A-99 | 80-net-name-slot.rules 0 1 0 0.0 0.000 0.000 | LZO1A-99 | automount.rules 847 1 554 65.4 0.000 0.000 | LZO1A-99 | autonet.rules 757 1 526 69.5 0.000 0.000 | LZO1A-99 | local.rules 885 1 647 73.1 0.000 0.000 | LZO1A-99 | localextra.rules 843 1 596 70.7 0.000 0.000 | LZO1A-99 | mount.sh 4279 1 2096 49.0 0.000 0.000 | LZO1A-99 | network.sh 1402 1 1009 72.0 0.000 0.000 | LZO1A-99 | udev.conf 49 1 50 102 0.000 0.000 | LZO1A-99 | 50default 2634 1 1089 41.3 0.000 0.000 | LZO1A-99 | version 15 1 16 107 0.000 0.000 | LZO1A-99 | volatile.cache 5955 1 1394 23.4 0.000 0.000 | LZO1A-99 | warnquota.conf 3360 1 2049 61.0 0.000 0.000 | LZO1A-99 | wpa_supplicant.conf 113 1 102 90.3 0.000 0.000 | LZO1A-99 | at-spi-dbus-bus.desktop 296 1 270 91.2 0.000 0.000 | LZO1A-99 | connman-applet.desktop 191 1 173 90.6 0.000 0.000 | LZO1A-99 | gsettings-data-convert.desktop 7741 1 4371 56.5 0.000 0.000 | LZO1A-99 | pulseaudio.desktop 4973 1 2287 46.0 0.000 0.000 | LZO1A-99 | xinput_calibrator.desktop 299 1 234 78.3 0.000 0.000 | LZO1A-99 | libfm.conf 183 1 141 77.0 0.000 0.000 | LZO1A-99 | pcmanfm.conf 321 1 272 84.7 0.000 0.000 | LZO1A-99 | Xserver 652 1 450 69.0 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1404 67.9 85.727 0.000 LZO1A-99 ***TOTALS*** 1249687 289 403120 32.3 85.727 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1B-99 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1B-99 | Xsession 755 1 499 66.1 0.000 0.000 | LZO1B-99 | 13xdgbasedirs.sh 550 1 460 83.6 0.000 0.000 | LZO1B-99 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1B-99 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1B-99 | 80matchboxkeyboard.sh 631 1 389 61.6 0.000 0.000 | LZO1B-99 | 89xdgautostart.sh 179 1 150 83.8 0.000 0.000 | LZO1B-99 | 90XWindowManager.sh 181 1 105 58.0 0.000 0.000 | LZO1B-99 | xinitrc 739 1 422 57.1 0.000 0.000 | LZO1B-99 | xorg.conf 1165 1 598 51.3 0.000 0.000 | LZO1B-99 | asound.conf 32 1 37 116 0.000 0.000 | LZO1B-99 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1B-99 | avahi-daemon.conf 1753 1 1225 69.9 0.000 0.000 | LZO1B-99 | localtime 114 1 36 31.6 0.000 0.000 | LZO1B-99 | hosts 1121 1 881 78.6 0.000 0.000 | LZO1B-99 | sftp-ssh.service 1075 1 832 77.4 0.000 0.000 | LZO1B-99 | ssh.service 1071 1 829 77.4 0.000 0.000 | LZO1B-99 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1B-99 | perf 6321 1 2802 44.3 0.000 0.000 | LZO1B-99 | quilt 7117 1 2456 34.5 0.000 0.000 | LZO1B-99 | bindresvport.blacklist 429 1 328 76.5 0.000 0.000 | LZO1B-99 | input.conf 397 1 343 86.4 0.000 0.000 | LZO1B-99 | network.conf 120 1 120 100 0.000 0.000 | LZO1B-99 | build 527 1 280 53.1 0.000 0.000 | LZO1B-99 | busybox.links.nosuid 2392 1 1206 50.4 0.000 0.000 | LZO1B-99 | busybox.links.suid 91 1 69 75.8 0.000 0.000 | LZO1B-99 | ca-certificates.conf 5340 1 1890 35.4 0.000 0.000 | LZO1B-99 | pap 653 1 535 81.9 0.000 0.000 | LZO1B-99 | logrotate 189 1 152 80.4 0.000 0.000 | LZO1B-99 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1B-99 | crontab 653 1 410 62.8 0.000 0.000 | LZO1B-99 | session.conf 838 1 615 73.4 0.000 0.000 | LZO1B-99 | system.conf 833 1 613 73.6 0.000 0.000 | LZO1B-99 | ConsoleKit.conf 7305 1 895 12.3 0.000 0.000 | LZO1B-99 | avahi-dbus.conf 1138 1 525 46.1 0.000 0.000 | LZO1B-99 | bluetooth.conf 1315 1 685 52.1 0.000 0.000 | LZO1B-99 | dbus-wpa_supplicant.conf 743 1 338 45.5 0.000 0.000 | LZO1B-99 | ofono.conf 1063 1 589 55.4 0.000 0.000 | LZO1B-99 | pulseaudio-system.conf 1084 1 836 77.1 0.000 0.000 | LZO1B-99 | devpts 93 1 94 101 0.000 0.000 | LZO1B-99 | distcc 535 1 436 81.5 0.000 0.000 | LZO1B-99 | mountall 36 1 38 106 0.000 0.000 | LZO1B-99 | postinst 52 1 56 108 0.000 0.000 | LZO1B-99 | rcS 1040 1 770 74.0 0.000 0.000 | LZO1B-99 | rng-tools 27 1 31 115 0.000 0.000 | LZO1B-99 | usbd 0 1 3 0.0 0.000 0.000 | LZO1B-99 | useradd 117 1 123 105 0.000 0.000 | LZO1B-99 | 00_core 1637 1 982 60.0 0.000 0.000 | LZO1B-99 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1B-99 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1B-99 | 99_sshd 75 1 65 86.7 0.000 0.000 | LZO1B-99 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1B-99 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1B-99 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1B-99 | clients.allow 1582 1 1080 68.3 0.000 0.000 | LZO1B-99 | commands.allow.sh 1763 1 1059 60.1 0.000 0.000 | LZO1B-99 | hosts 203 1 178 87.7 0.000 0.000 | LZO1B-99 | automatic.conf 2569 1 1270 49.4 0.000 0.000 | LZO1B-99 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1B-99 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1B-99 | yum.conf 4 1 8 200 0.000 0.000 | LZO1B-99 | arch 26 1 29 112 0.000 0.000 | LZO1B-99 | releasever 6 1 10 167 0.000 0.000 | LZO1B-99 | e2scrub.conf 685 1 481 70.2 0.000 0.000 | LZO1B-99 | exports 46 1 49 107 0.000 0.000 | LZO1B-99 | 30-liberation-aliases.conf 419 1 215 51.3 0.000 0.000 | LZO1B-99 | README 978 1 714 73.0 0.000 0.000 | LZO1B-99 | fonts.conf 2532 1 1375 54.3 0.000 0.000 | LZO1B-99 | config 1032 1 440 42.6 0.000 0.000 | LZO1B-99 | machconfig 193 1 151 78.2 0.000 0.000 | LZO1B-99 | fstab 637 1 372 58.4 0.000 0.000 | LZO1B-99 | path 1448 1 849 58.6 0.000 0.000 | LZO1B-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-99 | %gconf.xml 235 1 149 63.4 0.000 0.000 | LZO1B-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-99 | %gconf.xml 2158 1 572 26.5 0.000 0.000 | LZO1B-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-99 | %gconf.xml 515 1 305 59.2 0.000 0.000 | LZO1B-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-99 | %gconf.xml 5626 1 1552 27.6 0.000 0.000 | LZO1B-99 | settings-daemon.schemas 7202 1 1714 23.8 0.000 0.000 | LZO1B-99 | group 639 1 547 85.6 0.000 0.000 | LZO1B-99 | group- 620 1 531 85.6 0.000 0.000 | LZO1B-99 | gshadow 529 1 384 72.6 0.000 0.000 | LZO1B-99 | gshadow- 514 1 373 72.6 0.000 0.000 | LZO1B-99 | im-multipress.conf 890 1 778 87.4 0.000 0.000 | LZO1B-99 | host.conf 26 1 30 115 0.000 0.000 | LZO1B-99 | hostname 11 1 15 136 0.000 0.000 | LZO1B-99 | hosts 258 1 202 78.3 0.000 0.000 | LZO1B-99 | alsa-state 811 1 522 64.4 0.000 0.000 | LZO1B-99 | atd 578 1 390 67.5 0.000 0.000 | LZO1B-99 | avahi-daemon 4491 1 2407 53.6 0.000 0.000 | LZO1B-99 | banner.sh 492 1 293 59.6 0.000 0.000 | LZO1B-99 | bluetooth 1253 1 775 61.9 0.000 0.000 | LZO1B-99 | bootlogd 1997 1 1191 59.6 0.000 0.000 | LZO1B-99 | bootmisc.sh 2017 1 1334 66.1 0.000 0.000 | LZO1B-99 | checkroot.sh 3591 1 2175 60.6 0.000 0.000 | LZO1B-99 | connman 1462 1 935 64.0 0.000 0.000 | LZO1B-99 | crond 1235 1 792 64.1 0.000 0.000 | LZO1B-99 | dbus-1 2887 1 1717 59.5 0.000 0.000 | LZO1B-99 | devpts.sh 526 1 380 72.2 0.000 0.000 | LZO1B-99 | distcc 2863 1 1603 56.0 0.000 0.000 | LZO1B-99 | dmesg.sh 352 1 245 69.6 0.000 0.000 | LZO1B-99 | functions 2141 1 1295 60.5 0.000 0.000 | LZO1B-99 | halt 510 1 399 78.2 0.000 0.000 | LZO1B-99 | hostname.sh 580 1 425 73.3 0.000 0.000 | LZO1B-99 | hwclock.sh 2541 1 1244 49.0 0.000 0.000 | LZO1B-99 | kdump 2989 1 1358 45.4 0.000 0.000 | LZO1B-99 | mdmonitor 1773 1 1034 58.3 0.000 0.000 | LZO1B-99 | modutils.sh 1223 1 750 61.3 0.000 0.000 | LZO1B-99 | mountall.sh 869 1 647 74.5 0.000 0.000 | LZO1B-99 | mountnfs.sh 1589 1 894 56.3 0.000 0.000 | LZO1B-99 | networking 1956 1 989 50.6 0.000 0.000 | LZO1B-99 | nfscommon 1609 1 962 59.8 0.000 0.000 | LZO1B-99 | nfsserver 3326 1 1792 53.9 0.000 0.000 | LZO1B-99 | ofono 516 1 368 71.3 0.000 0.000 | LZO1B-99 | populate-volatile.sh 7826 1 3289 42.0 0.000 0.000 | LZO1B-99 | ppp 1231 1 661 53.7 0.000 0.000 | LZO1B-99 | psplash.sh 682 1 469 68.8 0.000 0.000 | LZO1B-99 | rc 4457 1 2433 54.6 0.000 0.000 | LZO1B-99 | rcS 525 1 444 84.6 0.000 0.000 | LZO1B-99 | read-only-rootfs-hook.sh 1273 1 842 66.1 0.000 0.000 | LZO1B-99 | reboot 289 1 221 76.5 0.000 0.000 | LZO1B-99 | rmnologin.sh 585 1 375 64.1 0.000 0.000 | LZO1B-99 | rng-tools 1021 1 477 46.7 0.000 0.000 | LZO1B-99 | rpcbind 1827 1 935 51.2 0.000 0.000 | LZO1B-99 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1B-99 | save-rtc.sh 429 1 317 73.9 0.000 0.000 | LZO1B-99 | sendsigs 438 1 297 67.8 0.000 0.000 | LZO1B-99 | single 578 1 423 73.2 0.000 0.000 | LZO1B-99 | sshd 2029 1 998 49.2 0.000 0.000 | LZO1B-99 | sysfs.sh 907 1 465 51.3 0.000 0.000 | LZO1B-99 | syslog 2066 1 1108 53.6 0.000 0.000 | LZO1B-99 | tcf-agent 1298 1 714 55.0 0.000 0.000 | LZO1B-99 | udev 2779 1 1572 56.6 0.000 0.000 | LZO1B-99 | umountfs 540 1 402 74.4 0.000 0.000 | LZO1B-99 | umountnfs.sh 711 1 519 73.0 0.000 0.000 | LZO1B-99 | urandom 1473 1 910 61.8 0.000 0.000 | LZO1B-99 | xserver-nodm 1436 1 957 66.6 0.000 0.000 | LZO1B-99 | inittab 1140 1 776 68.1 0.000 0.000 | LZO1B-99 | inputrc 1633 1 1004 61.5 0.000 0.000 | LZO1B-99 | bpf_pinning 85 1 86 101 0.000 0.000 | LZO1B-99 | ematch_map 81 1 86 106 0.000 0.000 | LZO1B-99 | group 31 1 35 113 0.000 0.000 | LZO1B-99 | nl_protos 262 1 257 98.1 0.000 0.000 | LZO1B-99 | rt_dsfield 331 1 278 84.0 0.000 0.000 | LZO1B-99 | rt_protos 201 1 201 100 0.000 0.000 | LZO1B-99 | rt_realms 112 1 113 101 0.000 0.000 | LZO1B-99 | rt_scopes 92 1 91 98.9 0.000 0.000 | LZO1B-99 | rt_tables 87 1 87 100 0.000 0.000 | LZO1B-99 | issue 58 1 63 109 0.000 0.000 | LZO1B-99 | issue.net 55 1 60 109 0.000 0.000 | LZO1B-99 | ld.so.cache 57567 1 16055 27.9 0.000 0.000 | LZO1B-99 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1B-99 | classid 1130 1 623 55.1 0.000 0.000 | LZO1B-99 | pktloc 1532 1 834 54.4 0.000 0.000 | LZO1B-99 | collect_dnf.conf 813 1 498 61.3 0.000 0.000 | LZO1B-99 | limits 827 1 627 75.8 0.000 0.000 | LZO1B-99 | login.access 2006 1 1247 62.2 0.000 0.000 | LZO1B-99 | login.defs 11030 1 5805 52.6 0.000 0.000 | LZO1B-99 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 | LZO1B-99 | logrotate.conf 434 1 356 82.0 0.000 0.000 | LZO1B-99 | btmp 130 1 119 91.5 0.000 0.000 | LZO1B-99 | dnf 526 1 137 26.0 0.000 0.000 | LZO1B-99 | wtmp 145 1 130 89.7 0.000 0.000 | LZO1B-99 | kbdconfig 721 1 532 73.8 0.000 0.000 | LZO1B-99 | session 630 1 461 73.2 0.000 0.000 | LZO1B-99 | mdadm.conf 2687 1 1796 66.8 0.000 0.000 | LZO1B-99 | mke2fs.conf 846 1 496 58.6 0.000 0.000 | LZO1B-99 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1B-99 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1B-99 | motd 0 1 3 0.0 0.000 0.000 | LZO1B-99 | netconfig 767 1 436 56.8 0.000 0.000 | LZO1B-99 | nfsroot 809 1 520 64.3 0.000 0.000 | LZO1B-99 | wpa-supplicant 1999 1 915 45.8 0.000 0.000 | LZO1B-99 | interfaces 132 1 124 93.9 0.000 0.000 | LZO1B-99 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1B-99 | nfs-utils.conf 1087 1 730 67.2 0.000 0.000 | LZO1B-99 | nfsmount.conf 3606 1 1931 53.5 0.000 0.000 | LZO1B-99 | nsswitch.conf 497 1 363 73.0 0.000 0.000 | LZO1B-99 | phonesim.conf 361 1 306 84.8 0.000 0.000 | LZO1B-99 | arch.conf 88 1 67 76.1 0.000 0.000 | LZO1B-99 | opkg.conf 845 1 594 70.3 0.000 0.000 | LZO1B-99 | passwd 1055 1 657 62.3 0.000 0.000 | LZO1B-99 | passwd- 1006 1 621 61.7 0.000 0.000 | LZO1B-99 | cert9.db 28672 1 949 3.3 0.000 0.000 | LZO1B-99 | key4.db 36864 1 1203 3.3 0.000 0.000 | LZO1B-99 | pkcs11.txt 425 1 363 85.4 0.000 0.000 | LZO1B-99 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1B-99 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1B-99 | ip-down 1454 1 987 67.9 0.000 0.000 | LZO1B-99 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1B-99 | ip-up 1452 1 982 67.6 0.000 0.000 | LZO1B-99 | 08setupdns 292 1 186 63.7 0.000 0.000 | LZO1B-99 | options 5 1 9 180 0.000 0.000 | LZO1B-99 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1B-99 | provider 1093 1 790 72.3 0.000 0.000 | LZO1B-99 | ppp_on_boot 573 1 450 78.5 0.000 0.000 | LZO1B-99 | profile 984 1 780 79.3 0.000 0.000 | LZO1B-99 | bash_completion.sh 672 1 404 60.1 0.000 0.000 | LZO1B-99 | distcc.sh 68 1 60 88.2 0.000 0.000 | LZO1B-99 | gawk.csh 1107 1 280 25.3 0.000 0.000 | LZO1B-99 | gawk.sh 757 1 229 30.3 0.000 0.000 | LZO1B-99 | protocols 2932 1 2037 69.5 0.000 0.000 | LZO1B-99 | client.conf 1233 1 932 75.6 0.000 0.000 | LZO1B-99 | 50-sato.conf 447 1 364 81.4 0.000 0.000 | LZO1B-99 | daemon.conf 2374 1 1516 63.9 0.000 0.000 | LZO1B-99 | default.pa 4933 1 2529 51.3 0.000 0.000 | LZO1B-99 | system.pa 2078 1 1291 62.1 0.000 0.000 | LZO1B-99 | quilt.quiltrc 1236 1 829 67.1 0.000 0.000 | LZO1B-99 | quotagrpadmins 220 1 198 90.0 0.000 0.000 | LZO1B-99 | quotatab 261 1 222 85.1 0.000 0.000 | LZO1B-99 | rpc 895 1 670 74.9 0.000 0.000 | LZO1B-99 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1B-99 | macros 38 1 43 113 0.000 0.000 | LZO1B-99 | platform 19 1 23 121 0.000 0.000 | LZO1B-99 | rpmrc 104 1 76 73.1 0.000 0.000 | LZO1B-99 | securetty 1848 1 1200 64.9 0.000 0.000 | LZO1B-99 | services 18790 1 9592 51.0 0.000 0.000 | LZO1B-99 | shadow 651 1 242 37.2 0.000 0.000 | LZO1B-99 | shadow- 619 1 226 36.5 0.000 0.000 | LZO1B-99 | shells 52 1 49 94.2 0.000 0.000 | LZO1B-99 | .bashrc 410 1 328 80.0 0.000 0.000 | LZO1B-99 | .profile 241 1 225 93.4 0.000 0.000 | LZO1B-99 | slsh.rc 2030 1 999 49.2 0.000 0.000 | LZO1B-99 | moduli 577388 3 27330 4.7 307.771 0.000 | LZO1B-99 | ssh_config 1548 1 1034 66.8 0.000 0.000 | LZO1B-99 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 | LZO1B-99 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1B-99 | ssh_host_ed25519_key 411 1 320 77.9 0.000 0.000 | LZO1B-99 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1B-99 | ssh_host_rsa_key 2602 1 2567 98.7 0.000 0.000 | LZO1B-99 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1B-99 | sshd_config 3177 1 1902 59.9 0.000 0.000 | LZO1B-99 | sshd_config_readonly 3186 1 1901 59.7 0.000 0.000 | LZO1B-99 | ca-certificates.crt 200061 1 152388 76.2 44.738 0.000 | LZO1B-99 | openssl.cnf 10909 1 4716 43.2 0.000 0.000 | LZO1B-99 | sudoers 3174 1 1801 56.7 0.000 0.000 | LZO1B-99 | sudoers.dist 3174 1 1801 56.7 0.000 0.000 | LZO1B-99 | crond 110 1 105 95.5 0.000 0.000 | LZO1B-99 | kdump.conf 411 1 332 80.8 0.000 0.000 | LZO1B-99 | sysctl.conf 2128 1 1537 72.2 0.000 0.000 | LZO1B-99 | syslog-startup.conf 651 1 537 82.5 0.000 0.000 | LZO1B-99 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1B-99 | ansi 1481 1 733 49.5 0.000 0.000 | LZO1B-99 | dumb 308 1 72 23.4 0.000 0.000 | LZO1B-99 | linux 1730 1 1008 58.3 0.000 0.000 | LZO1B-99 | rxvt 2286 1 1519 66.4 0.000 0.000 | LZO1B-99 | screen 1587 1 901 56.8 0.000 0.000 | LZO1B-99 | screen-256color 1677 1 944 56.3 0.000 0.000 | LZO1B-99 | sun 1004 1 497 49.5 0.000 0.000 | LZO1B-99 | vt100 1190 1 723 60.8 0.000 0.000 | LZO1B-99 | vt102 1184 1 728 61.5 0.000 0.000 | LZO1B-99 | vt200 1377 1 900 65.4 0.000 0.000 | LZO1B-99 | vt220 1377 1 900 65.4 0.000 0.000 | LZO1B-99 | vt52 470 1 232 49.4 0.000 0.000 | LZO1B-99 | xterm-256color 3641 1 2372 65.1 0.000 0.000 | LZO1B-99 | xterm-color 1551 1 777 50.1 0.000 0.000 | LZO1B-99 | xterm-xfree86 2240 1 1345 60.0 0.000 0.000 | LZO1B-99 | timestamp 15 1 19 127 0.000 0.000 | LZO1B-99 | timezone 10 1 14 140 0.000 0.000 | LZO1B-99 | dnf.conf 164 1 127 77.4 0.000 0.000 | LZO1B-99 | mount.blacklist 51 1 43 84.3 0.000 0.000 | LZO1B-99 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1B-99 | automount.rules 847 1 559 66.0 0.000 0.000 | LZO1B-99 | autonet.rules 757 1 530 70.0 0.000 0.000 | LZO1B-99 | local.rules 885 1 650 73.4 0.000 0.000 | LZO1B-99 | localextra.rules 843 1 599 71.1 0.000 0.000 | LZO1B-99 | mount.sh 4279 1 2100 49.1 0.000 0.000 | LZO1B-99 | network.sh 1402 1 1003 71.5 0.000 0.000 | LZO1B-99 | udev.conf 49 1 53 108 0.000 0.000 | LZO1B-99 | 50default 2634 1 1095 41.6 0.000 0.000 | LZO1B-99 | version 15 1 19 127 0.000 0.000 | LZO1B-99 | volatile.cache 5955 1 1302 21.9 0.000 0.000 | LZO1B-99 | warnquota.conf 3360 1 2053 61.1 0.000 0.000 | LZO1B-99 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 | LZO1B-99 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 | LZO1B-99 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 | LZO1B-99 | gsettings-data-convert.desktop 7741 1 4373 56.5 0.000 0.000 | LZO1B-99 | pulseaudio.desktop 4973 1 2289 46.0 0.000 0.000 | LZO1B-99 | xinput_calibrator.desktop 299 1 237 79.3 0.000 0.000 | LZO1B-99 | libfm.conf 183 1 144 78.7 0.000 0.000 | LZO1B-99 | pcmanfm.conf 321 1 275 85.7 0.000 0.000 | LZO1B-99 | Xserver 652 1 453 69.5 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1360 70.6 78.121 0.000 LZO1B-99 ***TOTALS*** 1249687 289 390598 31.3 78.121 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1C-99 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1C-99 | Xsession 755 1 493 65.3 0.000 0.000 | LZO1C-99 | 13xdgbasedirs.sh 550 1 459 83.5 0.000 0.000 | LZO1C-99 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1C-99 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1C-99 | 80matchboxkeyboard.sh 631 1 389 61.6 0.000 0.000 | LZO1C-99 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 | LZO1C-99 | 90XWindowManager.sh 181 1 104 57.5 0.000 0.000 | LZO1C-99 | xinitrc 739 1 417 56.4 0.000 0.000 | LZO1C-99 | xorg.conf 1165 1 588 50.5 0.000 0.000 | LZO1C-99 | asound.conf 32 1 37 116 0.000 0.000 | LZO1C-99 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1C-99 | avahi-daemon.conf 1753 1 1221 69.7 0.000 0.000 | LZO1C-99 | localtime 114 1 35 30.7 0.000 0.000 | LZO1C-99 | hosts 1121 1 877 78.2 0.000 0.000 | LZO1C-99 | sftp-ssh.service 1075 1 829 77.1 0.000 0.000 | LZO1C-99 | ssh.service 1071 1 826 77.1 0.000 0.000 | LZO1C-99 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1C-99 | perf 6321 1 2774 43.9 0.000 0.000 | LZO1C-99 | quilt 7117 1 2429 34.1 0.000 0.000 | LZO1C-99 | bindresvport.blacklist 429 1 326 76.0 0.000 0.000 | LZO1C-99 | input.conf 397 1 343 86.4 0.000 0.000 | LZO1C-99 | network.conf 120 1 120 100 0.000 0.000 | LZO1C-99 | build 527 1 279 52.9 0.000 0.000 | LZO1C-99 | busybox.links.nosuid 2392 1 1151 48.1 0.000 0.000 | LZO1C-99 | busybox.links.suid 91 1 68 74.7 0.000 0.000 | LZO1C-99 | ca-certificates.conf 5340 1 1861 34.9 0.000 0.000 | LZO1C-99 | pap 653 1 533 81.6 0.000 0.000 | LZO1C-99 | logrotate 189 1 152 80.4 0.000 0.000 | LZO1C-99 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1C-99 | crontab 653 1 408 62.5 0.000 0.000 | LZO1C-99 | session.conf 838 1 613 73.2 0.000 0.000 | LZO1C-99 | system.conf 833 1 611 73.3 0.000 0.000 | LZO1C-99 | ConsoleKit.conf 7305 1 882 12.1 0.000 0.000 | LZO1C-99 | avahi-dbus.conf 1138 1 522 45.9 0.000 0.000 | LZO1C-99 | bluetooth.conf 1315 1 681 51.8 0.000 0.000 | LZO1C-99 | dbus-wpa_supplicant.conf 743 1 334 45.0 0.000 0.000 | LZO1C-99 | ofono.conf 1063 1 585 55.0 0.000 0.000 | LZO1C-99 | pulseaudio-system.conf 1084 1 836 77.1 0.000 0.000 | LZO1C-99 | devpts 93 1 94 101 0.000 0.000 | LZO1C-99 | distcc 535 1 436 81.5 0.000 0.000 | LZO1C-99 | mountall 36 1 38 106 0.000 0.000 | LZO1C-99 | postinst 52 1 56 108 0.000 0.000 | LZO1C-99 | rcS 1040 1 769 73.9 0.000 0.000 | LZO1C-99 | rng-tools 27 1 31 115 0.000 0.000 | LZO1C-99 | usbd 0 1 3 0.0 0.000 0.000 | LZO1C-99 | useradd 117 1 123 105 0.000 0.000 | LZO1C-99 | 00_core 1637 1 975 59.6 0.000 0.000 | LZO1C-99 | 01_bootlogd 36 1 37 103 0.000 0.000 | LZO1C-99 | 99_dbus 48 1 44 91.7 0.000 0.000 | LZO1C-99 | 99_sshd 75 1 64 85.3 0.000 0.000 | LZO1C-99 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1C-99 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1C-99 | xserver-nodm 130 1 135 104 0.000 0.000 | LZO1C-99 | clients.allow 1582 1 1073 67.8 0.000 0.000 | LZO1C-99 | commands.allow.sh 1763 1 1039 58.9 0.000 0.000 | LZO1C-99 | hosts 203 1 178 87.7 0.000 0.000 | LZO1C-99 | automatic.conf 2569 1 1263 49.2 0.000 0.000 | LZO1C-99 | dnf.conf 82 1 86 105 0.000 0.000 | LZO1C-99 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1C-99 | yum.conf 4 1 8 200 0.000 0.000 | LZO1C-99 | arch 26 1 29 112 0.000 0.000 | LZO1C-99 | releasever 6 1 10 167 0.000 0.000 | LZO1C-99 | e2scrub.conf 685 1 479 69.9 0.000 0.000 | LZO1C-99 | exports 46 1 49 107 0.000 0.000 | LZO1C-99 | 30-liberation-aliases.conf 419 1 213 50.8 0.000 0.000 | LZO1C-99 | README 978 1 703 71.9 0.000 0.000 | LZO1C-99 | fonts.conf 2532 1 1367 54.0 0.000 0.000 | LZO1C-99 | config 1032 1 434 42.1 0.000 0.000 | LZO1C-99 | machconfig 193 1 150 77.7 0.000 0.000 | LZO1C-99 | fstab 637 1 367 57.6 0.000 0.000 | LZO1C-99 | path 1448 1 847 58.5 0.000 0.000 | LZO1C-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-99 | %gconf.xml 235 1 147 62.6 0.000 0.000 | LZO1C-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-99 | %gconf.xml 2158 1 568 26.3 0.000 0.000 | LZO1C-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-99 | %gconf.xml 515 1 304 59.0 0.000 0.000 | LZO1C-99 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-99 | %gconf.xml 5626 1 1538 27.3 0.000 0.000 | LZO1C-99 | settings-daemon.schemas 7202 1 1700 23.6 0.000 0.000 | LZO1C-99 | group 639 1 547 85.6 0.000 0.000 | LZO1C-99 | group- 620 1 531 85.6 0.000 0.000 | LZO1C-99 | gshadow 529 1 384 72.6 0.000 0.000 | LZO1C-99 | gshadow- 514 1 373 72.6 0.000 0.000 | LZO1C-99 | im-multipress.conf 890 1 776 87.2 0.000 0.000 | LZO1C-99 | host.conf 26 1 30 115 0.000 0.000 | LZO1C-99 | hostname 11 1 15 136 0.000 0.000 | LZO1C-99 | hosts 258 1 202 78.3 0.000 0.000 | LZO1C-99 | alsa-state 811 1 517 63.7 0.000 0.000 | LZO1C-99 | atd 578 1 387 67.0 0.000 0.000 | LZO1C-99 | avahi-daemon 4491 1 2380 53.0 0.000 0.000 | LZO1C-99 | banner.sh 492 1 290 58.9 0.000 0.000 | LZO1C-99 | bluetooth 1253 1 768 61.3 0.000 0.000 | LZO1C-99 | bootlogd 1997 1 1182 59.2 0.000 0.000 | LZO1C-99 | bootmisc.sh 2017 1 1313 65.1 0.000 0.000 | LZO1C-99 | checkroot.sh 3591 1 2159 60.1 0.000 0.000 | LZO1C-99 | connman 1462 1 926 63.3 0.000 0.000 | LZO1C-99 | crond 1235 1 786 63.6 0.000 0.000 | LZO1C-99 | dbus-1 2887 1 1707 59.1 0.000 0.000 | LZO1C-99 | devpts.sh 526 1 378 71.9 0.000 0.000 | LZO1C-99 | distcc 2863 1 1593 55.6 0.000 0.000 | LZO1C-99 | dmesg.sh 352 1 244 69.3 0.000 0.000 | LZO1C-99 | functions 2141 1 1280 59.8 0.000 0.000 | LZO1C-99 | halt 510 1 398 78.0 0.000 0.000 | LZO1C-99 | hostname.sh 580 1 422 72.8 0.000 0.000 | LZO1C-99 | hwclock.sh 2541 1 1232 48.5 0.000 0.000 | LZO1C-99 | kdump 2989 1 1352 45.2 0.000 0.000 | LZO1C-99 | mdmonitor 1773 1 1023 57.7 0.000 0.000 | LZO1C-99 | modutils.sh 1223 1 741 60.6 0.000 0.000 | LZO1C-99 | mountall.sh 869 1 644 74.1 0.000 0.000 | LZO1C-99 | mountnfs.sh 1589 1 887 55.8 0.000 0.000 | LZO1C-99 | networking 1956 1 986 50.4 0.000 0.000 | LZO1C-99 | nfscommon 1609 1 955 59.4 0.000 0.000 | LZO1C-99 | nfsserver 3326 1 1777 53.4 0.000 0.000 | LZO1C-99 | ofono 516 1 364 70.5 0.000 0.000 | LZO1C-99 | populate-volatile.sh 7826 1 3260 41.7 0.000 0.000 | LZO1C-99 | ppp 1231 1 655 53.2 0.000 0.000 | LZO1C-99 | psplash.sh 682 1 465 68.2 0.000 0.000 | LZO1C-99 | rc 4457 1 2405 54.0 0.000 0.000 | LZO1C-99 | rcS 525 1 442 84.2 0.000 0.000 | LZO1C-99 | read-only-rootfs-hook.sh 1273 1 834 65.5 0.000 0.000 | LZO1C-99 | reboot 289 1 220 76.1 0.000 0.000 | LZO1C-99 | rmnologin.sh 585 1 370 63.2 0.000 0.000 | LZO1C-99 | rng-tools 1021 1 471 46.1 0.000 0.000 | LZO1C-99 | rpcbind 1827 1 921 50.4 0.000 0.000 | LZO1C-99 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1C-99 | save-rtc.sh 429 1 315 73.4 0.000 0.000 | LZO1C-99 | sendsigs 438 1 296 67.6 0.000 0.000 | LZO1C-99 | single 578 1 420 72.7 0.000 0.000 | LZO1C-99 | sshd 2029 1 983 48.4 0.000 0.000 | LZO1C-99 | sysfs.sh 907 1 460 50.7 0.000 0.000 | LZO1C-99 | syslog 2066 1 1097 53.1 0.000 0.000 | LZO1C-99 | tcf-agent 1298 1 702 54.1 0.000 0.000 | LZO1C-99 | udev 2779 1 1553 55.9 0.000 0.000 | LZO1C-99 | umountfs 540 1 399 73.9 0.000 0.000 | LZO1C-99 | umountnfs.sh 711 1 512 72.0 0.000 0.000 | LZO1C-99 | urandom 1473 1 901 61.2 0.000 0.000 | LZO1C-99 | xserver-nodm 1436 1 951 66.2 0.000 0.000 | LZO1C-99 | inittab 1140 1 769 67.5 0.000 0.000 | LZO1C-99 | inputrc 1633 1 996 61.0 0.000 0.000 | LZO1C-99 | bpf_pinning 85 1 86 101 0.000 0.000 | LZO1C-99 | ematch_map 81 1 86 106 0.000 0.000 | LZO1C-99 | group 31 1 35 113 0.000 0.000 | LZO1C-99 | nl_protos 262 1 257 98.1 0.000 0.000 | LZO1C-99 | rt_dsfield 331 1 278 84.0 0.000 0.000 | LZO1C-99 | rt_protos 201 1 201 100 0.000 0.000 | LZO1C-99 | rt_realms 112 1 113 101 0.000 0.000 | LZO1C-99 | rt_scopes 92 1 91 98.9 0.000 0.000 | LZO1C-99 | rt_tables 87 1 87 100 0.000 0.000 | LZO1C-99 | issue 58 1 63 109 0.000 0.000 | LZO1C-99 | issue.net 55 1 60 109 0.000 0.000 | LZO1C-99 | ld.so.cache 57567 1 15232 26.5 0.000 0.000 | LZO1C-99 | ld.so.conf 33 1 38 115 0.000 0.000 | LZO1C-99 | classid 1130 1 620 54.9 0.000 0.000 | LZO1C-99 | pktloc 1532 1 810 52.9 0.000 0.000 | LZO1C-99 | collect_dnf.conf 813 1 495 60.9 0.000 0.000 | LZO1C-99 | limits 827 1 621 75.1 0.000 0.000 | LZO1C-99 | login.access 2006 1 1242 61.9 0.000 0.000 | LZO1C-99 | login.defs 11030 1 5808 52.7 0.000 0.000 | LZO1C-99 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 | LZO1C-99 | logrotate.conf 434 1 355 81.8 0.000 0.000 | LZO1C-99 | btmp 130 1 119 91.5 0.000 0.000 | LZO1C-99 | dnf 526 1 136 25.9 0.000 0.000 | LZO1C-99 | wtmp 145 1 130 89.7 0.000 0.000 | LZO1C-99 | kbdconfig 721 1 532 73.8 0.000 0.000 | LZO1C-99 | session 630 1 461 73.2 0.000 0.000 | LZO1C-99 | mdadm.conf 2687 1 1785 66.4 0.000 0.000 | LZO1C-99 | mke2fs.conf 846 1 494 58.4 0.000 0.000 | LZO1C-99 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1C-99 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1C-99 | motd 0 1 3 0.0 0.000 0.000 | LZO1C-99 | netconfig 767 1 435 56.7 0.000 0.000 | LZO1C-99 | nfsroot 809 1 517 63.9 0.000 0.000 | LZO1C-99 | wpa-supplicant 1999 1 906 45.3 0.000 0.000 | LZO1C-99 | interfaces 132 1 124 93.9 0.000 0.000 | LZO1C-99 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1C-99 | nfs-utils.conf 1087 1 729 67.1 0.000 0.000 | LZO1C-99 | nfsmount.conf 3606 1 1910 53.0 0.000 0.000 | LZO1C-99 | nsswitch.conf 497 1 361 72.6 0.000 0.000 | LZO1C-99 | phonesim.conf 361 1 304 84.2 0.000 0.000 | LZO1C-99 | arch.conf 88 1 67 76.1 0.000 0.000 | LZO1C-99 | opkg.conf 845 1 591 69.9 0.000 0.000 | LZO1C-99 | passwd 1055 1 652 61.8 0.000 0.000 | LZO1C-99 | passwd- 1006 1 617 61.3 0.000 0.000 | LZO1C-99 | cert9.db 28672 1 938 3.3 0.000 0.000 | LZO1C-99 | key4.db 36864 1 1191 3.2 0.000 0.000 | LZO1C-99 | pkcs11.txt 425 1 363 85.4 0.000 0.000 | LZO1C-99 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1C-99 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1C-99 | ip-down 1454 1 986 67.8 0.000 0.000 | LZO1C-99 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1C-99 | ip-up 1452 1 981 67.6 0.000 0.000 | LZO1C-99 | 08setupdns 292 1 182 62.3 0.000 0.000 | LZO1C-99 | options 5 1 9 180 0.000 0.000 | LZO1C-99 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1C-99 | provider 1093 1 784 71.7 0.000 0.000 | LZO1C-99 | ppp_on_boot 573 1 447 78.0 0.000 0.000 | LZO1C-99 | profile 984 1 778 79.1 0.000 0.000 | LZO1C-99 | bash_completion.sh 672 1 401 59.7 0.000 0.000 | LZO1C-99 | distcc.sh 68 1 60 88.2 0.000 0.000 | LZO1C-99 | gawk.csh 1107 1 275 24.8 0.000 0.000 | LZO1C-99 | gawk.sh 757 1 225 29.7 0.000 0.000 | LZO1C-99 | protocols 2932 1 2021 68.9 0.000 0.000 | LZO1C-99 | client.conf 1233 1 929 75.3 0.000 0.000 | LZO1C-99 | 50-sato.conf 447 1 361 80.8 0.000 0.000 | LZO1C-99 | daemon.conf 2374 1 1505 63.4 0.000 0.000 | LZO1C-99 | default.pa 4933 1 2510 50.9 0.000 0.000 | LZO1C-99 | system.pa 2078 1 1284 61.8 0.000 0.000 | LZO1C-99 | quilt.quiltrc 1236 1 825 66.7 0.000 0.000 | LZO1C-99 | quotagrpadmins 220 1 198 90.0 0.000 0.000 | LZO1C-99 | quotatab 261 1 222 85.1 0.000 0.000 | LZO1C-99 | rpc 895 1 667 74.5 0.000 0.000 | LZO1C-99 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1C-99 | macros 38 1 43 113 0.000 0.000 | LZO1C-99 | platform 19 1 23 121 0.000 0.000 | LZO1C-99 | rpmrc 104 1 76 73.1 0.000 0.000 | LZO1C-99 | securetty 1848 1 1193 64.6 0.000 0.000 | LZO1C-99 | services 18790 1 9460 50.3 0.000 0.000 | LZO1C-99 | shadow 651 1 233 35.8 0.000 0.000 | LZO1C-99 | shadow- 619 1 217 35.1 0.000 0.000 | LZO1C-99 | shells 52 1 49 94.2 0.000 0.000 | LZO1C-99 | .bashrc 410 1 326 79.5 0.000 0.000 | LZO1C-99 | .profile 241 1 225 93.4 0.000 0.000 | LZO1C-99 | slsh.rc 2030 1 988 48.7 0.000 0.000 | LZO1C-99 | moduli 577388 3 26921 4.7 336.712 0.000 | LZO1C-99 | ssh_config 1548 1 1028 66.4 0.000 0.000 | LZO1C-99 | ssh_host_ecdsa_key 505 1 450 89.1 0.000 0.000 | LZO1C-99 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1C-99 | ssh_host_ed25519_key 411 1 319 77.6 0.000 0.000 | LZO1C-99 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1C-99 | ssh_host_rsa_key 2602 1 2567 98.7 0.000 0.000 | LZO1C-99 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1C-99 | sshd_config 3177 1 1895 59.6 0.000 0.000 | LZO1C-99 | sshd_config_readonly 3186 1 1891 59.4 0.000 0.000 | LZO1C-99 | ca-certificates.crt 200061 1 156707 78.3 42.555 0.000 | LZO1C-99 | openssl.cnf 10909 1 4667 42.8 0.000 0.000 | LZO1C-99 | sudoers 3174 1 1787 56.3 0.000 0.000 | LZO1C-99 | sudoers.dist 3174 1 1787 56.3 0.000 0.000 | LZO1C-99 | crond 110 1 105 95.5 0.000 0.000 | LZO1C-99 | kdump.conf 411 1 330 80.3 0.000 0.000 | LZO1C-99 | sysctl.conf 2128 1 1532 72.0 0.000 0.000 | LZO1C-99 | syslog-startup.conf 651 1 535 82.2 0.000 0.000 | LZO1C-99 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1C-99 | ansi 1481 1 721 48.7 0.000 0.000 | LZO1C-99 | dumb 308 1 71 23.1 0.000 0.000 | LZO1C-99 | linux 1730 1 995 57.5 0.000 0.000 | LZO1C-99 | rxvt 2286 1 1515 66.3 0.000 0.000 | LZO1C-99 | screen 1587 1 891 56.1 0.000 0.000 | LZO1C-99 | screen-256color 1677 1 930 55.5 0.000 0.000 | LZO1C-99 | sun 1004 1 487 48.5 0.000 0.000 | LZO1C-99 | vt100 1190 1 717 60.3 0.000 0.000 | LZO1C-99 | vt102 1184 1 722 61.0 0.000 0.000 | LZO1C-99 | vt200 1377 1 894 64.9 0.000 0.000 | LZO1C-99 | vt220 1377 1 894 64.9 0.000 0.000 | LZO1C-99 | vt52 470 1 227 48.3 0.000 0.000 | LZO1C-99 | xterm-256color 3641 1 2359 64.8 0.000 0.000 | LZO1C-99 | xterm-color 1551 1 769 49.6 0.000 0.000 | LZO1C-99 | xterm-xfree86 2240 1 1343 60.0 0.000 0.000 | LZO1C-99 | timestamp 15 1 19 127 0.000 0.000 | LZO1C-99 | timezone 10 1 14 140 0.000 0.000 | LZO1C-99 | dnf.conf 164 1 126 76.8 0.000 0.000 | LZO1C-99 | mount.blacklist 51 1 43 84.3 0.000 0.000 | LZO1C-99 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1C-99 | automount.rules 847 1 553 65.3 0.000 0.000 | LZO1C-99 | autonet.rules 757 1 524 69.2 0.000 0.000 | LZO1C-99 | local.rules 885 1 644 72.8 0.000 0.000 | LZO1C-99 | localextra.rules 843 1 589 69.9 0.000 0.000 | LZO1C-99 | mount.sh 4279 1 2075 48.5 0.000 0.000 | LZO1C-99 | network.sh 1402 1 996 71.0 0.000 0.000 | LZO1C-99 | udev.conf 49 1 53 108 0.000 0.000 | LZO1C-99 | 50default 2634 1 1081 41.0 0.000 0.000 | LZO1C-99 | version 15 1 19 127 0.000 0.000 | LZO1C-99 | volatile.cache 5955 1 1293 21.7 0.000 0.000 | LZO1C-99 | warnquota.conf 3360 1 2047 60.9 0.000 0.000 | LZO1C-99 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 | LZO1C-99 | at-spi-dbus-bus.desktop 296 1 273 92.2 0.000 0.000 | LZO1C-99 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 | LZO1C-99 | gsettings-data-convert.desktop 7741 1 4335 56.0 0.000 0.000 | LZO1C-99 | pulseaudio.desktop 4973 1 2259 45.4 0.000 0.000 | LZO1C-99 | xinput_calibrator.desktop 299 1 236 78.9 0.000 0.000 | LZO1C-99 | libfm.conf 183 1 143 78.1 0.000 0.000 | LZO1C-99 | pcmanfm.conf 321 1 274 85.4 0.000 0.000 | LZO1C-99 | Xserver 652 1 451 69.2 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1366 70.3 75.561 0.000 LZO1C-99 ***TOTALS*** 1249687 289 392133 31.4 75.561 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1B-999 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1B-999 | Xsession 755 1 493 65.3 0.000 0.000 | LZO1B-999 | 13xdgbasedirs.sh 550 1 458 83.3 0.000 0.000 | LZO1B-999 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1B-999 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1B-999 | 80matchboxkeyboard.sh 631 1 386 61.2 0.000 0.000 | LZO1B-999 | 89xdgautostart.sh 179 1 150 83.8 0.000 0.000 | LZO1B-999 | 90XWindowManager.sh 181 1 105 58.0 0.000 0.000 | LZO1B-999 | xinitrc 739 1 421 57.0 0.000 0.000 | LZO1B-999 | xorg.conf 1165 1 587 50.4 0.000 0.000 | LZO1B-999 | asound.conf 32 1 37 116 0.000 0.000 | LZO1B-999 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1B-999 | avahi-daemon.conf 1753 1 1216 69.4 0.000 0.000 | LZO1B-999 | localtime 114 1 36 31.6 0.000 0.000 | LZO1B-999 | hosts 1121 1 870 77.6 0.000 0.000 | LZO1B-999 | sftp-ssh.service 1075 1 817 76.0 0.000 0.000 | LZO1B-999 | ssh.service 1071 1 816 76.2 0.000 0.000 | LZO1B-999 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1B-999 | perf 6321 1 2700 42.7 0.000 0.000 | LZO1B-999 | quilt 7117 1 2325 32.7 0.000 0.000 | LZO1B-999 | bindresvport.blacklist 429 1 327 76.2 0.000 0.000 | LZO1B-999 | input.conf 397 1 341 85.9 0.000 0.000 | LZO1B-999 | network.conf 120 1 120 100 0.000 0.000 | LZO1B-999 | build 527 1 272 51.6 0.000 0.000 | LZO1B-999 | busybox.links.nosuid 2392 1 1186 49.6 0.000 0.000 | LZO1B-999 | busybox.links.suid 91 1 69 75.8 0.000 0.000 | LZO1B-999 | ca-certificates.conf 5340 1 1741 32.6 0.000 0.000 | LZO1B-999 | pap 653 1 531 81.3 0.000 0.000 | LZO1B-999 | logrotate 189 1 152 80.4 0.000 0.000 | LZO1B-999 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1B-999 | crontab 653 1 406 62.2 0.000 0.000 | LZO1B-999 | session.conf 838 1 613 73.2 0.000 0.000 | LZO1B-999 | system.conf 833 1 611 73.3 0.000 0.000 | LZO1B-999 | ConsoleKit.conf 7305 1 862 11.8 0.000 0.000 | LZO1B-999 | avahi-dbus.conf 1138 1 512 45.0 0.000 0.000 | LZO1B-999 | bluetooth.conf 1315 1 679 51.6 0.000 0.000 | LZO1B-999 | dbus-wpa_supplicant.conf 743 1 332 44.7 0.000 0.000 | LZO1B-999 | ofono.conf 1063 1 586 55.1 0.000 0.000 | LZO1B-999 | pulseaudio-system.conf 1084 1 831 76.7 0.000 0.000 | LZO1B-999 | devpts 93 1 94 101 0.000 0.000 | LZO1B-999 | distcc 535 1 435 81.3 0.000 0.000 | LZO1B-999 | mountall 36 1 38 106 0.000 0.000 | LZO1B-999 | postinst 52 1 56 108 0.000 0.000 | LZO1B-999 | rcS 1040 1 759 73.0 0.000 0.000 | LZO1B-999 | rng-tools 27 1 31 115 0.000 0.000 | LZO1B-999 | usbd 0 1 3 0.0 0.000 0.000 | LZO1B-999 | useradd 117 1 123 105 0.000 0.000 | LZO1B-999 | 00_core 1637 1 970 59.3 0.000 0.000 | LZO1B-999 | 01_bootlogd 36 1 36 100 0.000 0.000 | LZO1B-999 | 99_dbus 48 1 43 89.6 0.000 0.000 | LZO1B-999 | 99_sshd 75 1 60 80.0 0.000 0.000 | LZO1B-999 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1B-999 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1B-999 | xserver-nodm 130 1 131 101 0.000 0.000 | LZO1B-999 | clients.allow 1582 1 1063 67.2 0.000 0.000 | LZO1B-999 | commands.allow.sh 1763 1 1036 58.8 0.000 0.000 | LZO1B-999 | hosts 203 1 178 87.7 0.000 0.000 | LZO1B-999 | automatic.conf 2569 1 1232 48.0 0.000 0.000 | LZO1B-999 | dnf.conf 82 1 82 100 0.000 0.000 | LZO1B-999 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1B-999 | yum.conf 4 1 8 200 0.000 0.000 | LZO1B-999 | arch 26 1 24 92.3 0.000 0.000 | LZO1B-999 | releasever 6 1 10 167 0.000 0.000 | LZO1B-999 | e2scrub.conf 685 1 473 69.1 0.000 0.000 | LZO1B-999 | exports 46 1 49 107 0.000 0.000 | LZO1B-999 | 30-liberation-aliases.conf 419 1 215 51.3 0.000 0.000 | LZO1B-999 | README 978 1 706 72.2 0.000 0.000 | LZO1B-999 | fonts.conf 2532 1 1357 53.6 0.000 0.000 | LZO1B-999 | config 1032 1 436 42.2 0.000 0.000 | LZO1B-999 | machconfig 193 1 151 78.2 0.000 0.000 | LZO1B-999 | fstab 637 1 355 55.7 0.000 0.000 | LZO1B-999 | path 1448 1 829 57.3 0.000 0.000 | LZO1B-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-999 | %gconf.xml 235 1 144 61.3 0.000 0.000 | LZO1B-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-999 | %gconf.xml 2158 1 554 25.7 0.000 0.000 | LZO1B-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-999 | %gconf.xml 515 1 298 57.9 0.000 0.000 | LZO1B-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1B-999 | %gconf.xml 5626 1 1494 26.6 0.000 0.000 | LZO1B-999 | settings-daemon.schemas 7202 1 1663 23.1 0.000 0.000 | LZO1B-999 | group 639 1 531 83.1 0.000 0.000 | LZO1B-999 | group- 620 1 516 83.2 0.000 0.000 | LZO1B-999 | gshadow 529 1 373 70.5 0.000 0.000 | LZO1B-999 | gshadow- 514 1 360 70.0 0.000 0.000 | LZO1B-999 | im-multipress.conf 890 1 777 87.3 0.000 0.000 | LZO1B-999 | host.conf 26 1 30 115 0.000 0.000 | LZO1B-999 | hostname 11 1 15 136 0.000 0.000 | LZO1B-999 | hosts 258 1 202 78.3 0.000 0.000 | LZO1B-999 | alsa-state 811 1 516 63.6 0.000 0.000 | LZO1B-999 | atd 578 1 381 65.9 0.000 0.000 | LZO1B-999 | avahi-daemon 4491 1 2358 52.5 0.000 0.000 | LZO1B-999 | banner.sh 492 1 293 59.6 0.000 0.000 | LZO1B-999 | bluetooth 1253 1 768 61.3 0.000 0.000 | LZO1B-999 | bootlogd 1997 1 1162 58.2 0.000 0.000 | LZO1B-999 | bootmisc.sh 2017 1 1314 65.1 0.000 0.000 | LZO1B-999 | checkroot.sh 3591 1 2130 59.3 0.000 0.000 | LZO1B-999 | connman 1462 1 918 62.8 0.000 0.000 | LZO1B-999 | crond 1235 1 785 63.6 0.000 0.000 | LZO1B-999 | dbus-1 2887 1 1682 58.3 0.000 0.000 | LZO1B-999 | devpts.sh 526 1 378 71.9 0.000 0.000 | LZO1B-999 | distcc 2863 1 1582 55.3 0.000 0.000 | LZO1B-999 | dmesg.sh 352 1 245 69.6 0.000 0.000 | LZO1B-999 | functions 2141 1 1277 59.6 0.000 0.000 | LZO1B-999 | halt 510 1 398 78.0 0.000 0.000 | LZO1B-999 | hostname.sh 580 1 421 72.6 0.000 0.000 | LZO1B-999 | hwclock.sh 2541 1 1222 48.1 0.000 0.000 | LZO1B-999 | kdump 2989 1 1318 44.1 0.000 0.000 | LZO1B-999 | mdmonitor 1773 1 1004 56.6 0.000 0.000 | LZO1B-999 | modutils.sh 1223 1 743 60.8 0.000 0.000 | LZO1B-999 | mountall.sh 869 1 643 74.0 0.000 0.000 | LZO1B-999 | mountnfs.sh 1589 1 878 55.3 0.000 0.000 | LZO1B-999 | networking 1956 1 973 49.7 0.000 0.000 | LZO1B-999 | nfscommon 1609 1 949 59.0 0.000 0.000 | LZO1B-999 | nfsserver 3326 1 1756 52.8 0.000 0.000 | LZO1B-999 | ofono 516 1 366 70.9 0.000 0.000 | LZO1B-999 | populate-volatile.sh 7826 1 3157 40.3 0.000 0.000 | LZO1B-999 | ppp 1231 1 643 52.2 0.000 0.000 | LZO1B-999 | psplash.sh 682 1 468 68.6 0.000 0.000 | LZO1B-999 | rc 4457 1 2352 52.8 0.000 0.000 | LZO1B-999 | rcS 525 1 443 84.4 0.000 0.000 | LZO1B-999 | read-only-rootfs-hook.sh 1273 1 836 65.7 0.000 0.000 | LZO1B-999 | reboot 289 1 221 76.5 0.000 0.000 | LZO1B-999 | rmnologin.sh 585 1 374 63.9 0.000 0.000 | LZO1B-999 | rng-tools 1021 1 471 46.1 0.000 0.000 | LZO1B-999 | rpcbind 1827 1 922 50.5 0.000 0.000 | LZO1B-999 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1B-999 | save-rtc.sh 429 1 317 73.9 0.000 0.000 | LZO1B-999 | sendsigs 438 1 297 67.8 0.000 0.000 | LZO1B-999 | single 578 1 423 73.2 0.000 0.000 | LZO1B-999 | sshd 2029 1 977 48.2 0.000 0.000 | LZO1B-999 | sysfs.sh 907 1 450 49.6 0.000 0.000 | LZO1B-999 | syslog 2066 1 1093 52.9 0.000 0.000 | LZO1B-999 | tcf-agent 1298 1 693 53.4 0.000 0.000 | LZO1B-999 | udev 2779 1 1539 55.4 0.000 0.000 | LZO1B-999 | umountfs 540 1 399 73.9 0.000 0.000 | LZO1B-999 | umountnfs.sh 711 1 516 72.6 0.000 0.000 | LZO1B-999 | urandom 1473 1 899 61.0 0.000 0.000 | LZO1B-999 | xserver-nodm 1436 1 941 65.5 0.000 0.000 | LZO1B-999 | inittab 1140 1 769 67.5 0.000 0.000 | LZO1B-999 | inputrc 1633 1 981 60.1 0.000 0.000 | LZO1B-999 | bpf_pinning 85 1 86 101 0.000 0.000 | LZO1B-999 | ematch_map 81 1 86 106 0.000 0.000 | LZO1B-999 | group 31 1 35 113 0.000 0.000 | LZO1B-999 | nl_protos 262 1 253 96.6 0.000 0.000 | LZO1B-999 | rt_dsfield 331 1 276 83.4 0.000 0.000 | LZO1B-999 | rt_protos 201 1 200 99.5 0.000 0.000 | LZO1B-999 | rt_realms 112 1 111 99.1 0.000 0.000 | LZO1B-999 | rt_scopes 92 1 90 97.8 0.000 0.000 | LZO1B-999 | rt_tables 87 1 85 97.7 0.000 0.000 | LZO1B-999 | issue 58 1 63 109 0.000 0.000 | LZO1B-999 | issue.net 55 1 60 109 0.000 0.000 | LZO1B-999 | ld.so.cache 57567 1 15460 26.9 9.590 0.000 | LZO1B-999 | ld.so.conf 33 1 35 106 0.000 0.000 | LZO1B-999 | classid 1130 1 621 55.0 0.000 0.000 | LZO1B-999 | pktloc 1532 1 820 53.5 0.000 0.000 | LZO1B-999 | collect_dnf.conf 813 1 492 60.5 0.000 0.000 | LZO1B-999 | limits 827 1 623 75.3 0.000 0.000 | LZO1B-999 | login.access 2006 1 1210 60.3 0.000 0.000 | LZO1B-999 | login.defs 11030 1 5512 50.0 0.000 0.000 | LZO1B-999 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 | LZO1B-999 | logrotate.conf 434 1 355 81.8 0.000 0.000 | LZO1B-999 | btmp 130 1 119 91.5 0.000 0.000 | LZO1B-999 | dnf 526 1 137 26.0 0.000 0.000 | LZO1B-999 | wtmp 145 1 130 89.7 0.000 0.000 | LZO1B-999 | kbdconfig 721 1 532 73.8 0.000 0.000 | LZO1B-999 | session 630 1 461 73.2 0.000 0.000 | LZO1B-999 | mdadm.conf 2687 1 1752 65.2 0.000 0.000 | LZO1B-999 | mke2fs.conf 846 1 481 56.9 0.000 0.000 | LZO1B-999 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1B-999 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1B-999 | motd 0 1 3 0.0 0.000 0.000 | LZO1B-999 | netconfig 767 1 424 55.3 0.000 0.000 | LZO1B-999 | nfsroot 809 1 515 63.7 0.000 0.000 | LZO1B-999 | wpa-supplicant 1999 1 869 43.5 0.000 0.000 | LZO1B-999 | interfaces 132 1 123 93.2 0.000 0.000 | LZO1B-999 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1B-999 | nfs-utils.conf 1087 1 728 67.0 0.000 0.000 | LZO1B-999 | nfsmount.conf 3606 1 1867 51.8 0.000 0.000 | LZO1B-999 | nsswitch.conf 497 1 363 73.0 0.000 0.000 | LZO1B-999 | phonesim.conf 361 1 305 84.5 0.000 0.000 | LZO1B-999 | arch.conf 88 1 67 76.1 0.000 0.000 | LZO1B-999 | opkg.conf 845 1 589 69.7 0.000 0.000 | LZO1B-999 | passwd 1055 1 636 60.3 0.000 0.000 | LZO1B-999 | passwd- 1006 1 608 60.4 0.000 0.000 | LZO1B-999 | cert9.db 28672 1 968 3.4 29.208 0.000 | LZO1B-999 | key4.db 36864 1 1215 3.3 35.473 0.000 | LZO1B-999 | pkcs11.txt 425 1 363 85.4 0.000 0.000 | LZO1B-999 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1B-999 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1B-999 | ip-down 1454 1 974 67.0 0.000 0.000 | LZO1B-999 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1B-999 | ip-up 1452 1 974 67.1 0.000 0.000 | LZO1B-999 | 08setupdns 292 1 185 63.4 0.000 0.000 | LZO1B-999 | options 5 1 9 180 0.000 0.000 | LZO1B-999 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1B-999 | provider 1093 1 780 71.4 0.000 0.000 | LZO1B-999 | ppp_on_boot 573 1 451 78.7 0.000 0.000 | LZO1B-999 | profile 984 1 774 78.7 0.000 0.000 | LZO1B-999 | bash_completion.sh 672 1 397 59.1 0.000 0.000 | LZO1B-999 | distcc.sh 68 1 60 88.2 0.000 0.000 | LZO1B-999 | gawk.csh 1107 1 272 24.6 0.000 0.000 | LZO1B-999 | gawk.sh 757 1 220 29.1 0.000 0.000 | LZO1B-999 | protocols 2932 1 2006 68.4 0.000 0.000 | LZO1B-999 | client.conf 1233 1 921 74.7 0.000 0.000 | LZO1B-999 | 50-sato.conf 447 1 364 81.4 0.000 0.000 | LZO1B-999 | daemon.conf 2374 1 1495 63.0 0.000 0.000 | LZO1B-999 | default.pa 4933 1 2444 49.5 0.000 0.000 | LZO1B-999 | system.pa 2078 1 1257 60.5 0.000 0.000 | LZO1B-999 | quilt.quiltrc 1236 1 820 66.3 0.000 0.000 | LZO1B-999 | quotagrpadmins 220 1 198 90.0 0.000 0.000 | LZO1B-999 | quotatab 261 1 222 85.1 0.000 0.000 | LZO1B-999 | rpc 895 1 664 74.2 0.000 0.000 | LZO1B-999 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1B-999 | macros 38 1 36 94.7 0.000 0.000 | LZO1B-999 | platform 19 1 23 121 0.000 0.000 | LZO1B-999 | rpmrc 104 1 72 69.2 0.000 0.000 | LZO1B-999 | securetty 1848 1 1165 63.0 0.000 0.000 | LZO1B-999 | services 18790 1 9138 48.6 34.783 0.000 | LZO1B-999 | shadow 651 1 239 36.7 0.000 0.000 | LZO1B-999 | shadow- 619 1 224 36.2 0.000 0.000 | LZO1B-999 | shells 52 1 48 92.3 0.000 0.000 | LZO1B-999 | .bashrc 410 1 325 79.3 0.000 0.000 | LZO1B-999 | .profile 241 1 225 93.4 0.000 0.000 | LZO1B-999 | slsh.rc 2030 1 987 48.6 0.000 0.000 | LZO1B-999 | moduli 577388 3 26764 4.6 53.050 0.000 | LZO1B-999 | ssh_config 1548 1 1025 66.2 0.000 0.000 | LZO1B-999 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 | LZO1B-999 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1B-999 | ssh_host_ed25519_key 411 1 317 77.1 0.000 0.000 | LZO1B-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1B-999 | ssh_host_rsa_key 2602 1 2565 98.6 0.000 0.000 | LZO1B-999 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1B-999 | sshd_config 3177 1 1862 58.6 0.000 0.000 | LZO1B-999 | sshd_config_readonly 3186 1 1865 58.5 0.000 0.000 | LZO1B-999 | ca-certificates.crt 200061 1 148711 74.3 19.296 0.000 | LZO1B-999 | openssl.cnf 10909 1 4510 41.3 0.000 0.000 | LZO1B-999 | sudoers 3174 1 1773 55.9 0.000 0.000 | LZO1B-999 | sudoers.dist 3174 1 1773 55.9 0.000 0.000 | LZO1B-999 | crond 110 1 105 95.5 0.000 0.000 | LZO1B-999 | kdump.conf 411 1 331 80.5 0.000 0.000 | LZO1B-999 | sysctl.conf 2128 1 1515 71.2 0.000 0.000 | LZO1B-999 | syslog-startup.conf 651 1 531 81.6 0.000 0.000 | LZO1B-999 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1B-999 | ansi 1481 1 719 48.5 0.000 0.000 | LZO1B-999 | dumb 308 1 71 23.1 0.000 0.000 | LZO1B-999 | linux 1730 1 987 57.1 0.000 0.000 | LZO1B-999 | rxvt 2286 1 1487 65.0 0.000 0.000 | LZO1B-999 | screen 1587 1 894 56.3 0.000 0.000 | LZO1B-999 | screen-256color 1677 1 931 55.5 0.000 0.000 | LZO1B-999 | sun 1004 1 490 48.8 0.000 0.000 | LZO1B-999 | vt100 1190 1 706 59.3 0.000 0.000 | LZO1B-999 | vt102 1184 1 710 60.0 0.000 0.000 | LZO1B-999 | vt200 1377 1 888 64.5 0.000 0.000 | LZO1B-999 | vt220 1377 1 888 64.5 0.000 0.000 | LZO1B-999 | vt52 470 1 233 49.6 0.000 0.000 | LZO1B-999 | xterm-256color 3641 1 2323 63.8 0.000 0.000 | LZO1B-999 | xterm-color 1551 1 763 49.2 0.000 0.000 | LZO1B-999 | xterm-xfree86 2240 1 1316 58.8 0.000 0.000 | LZO1B-999 | timestamp 15 1 19 127 0.000 0.000 | LZO1B-999 | timezone 10 1 14 140 0.000 0.000 | LZO1B-999 | dnf.conf 164 1 127 77.4 0.000 0.000 | LZO1B-999 | mount.blacklist 51 1 43 84.3 0.000 0.000 | LZO1B-999 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1B-999 | automount.rules 847 1 558 65.9 0.000 0.000 | LZO1B-999 | autonet.rules 757 1 529 69.9 0.000 0.000 | LZO1B-999 | local.rules 885 1 649 73.3 0.000 0.000 | LZO1B-999 | localextra.rules 843 1 597 70.8 0.000 0.000 | LZO1B-999 | mount.sh 4279 1 2052 48.0 0.000 0.000 | LZO1B-999 | network.sh 1402 1 992 70.8 0.000 0.000 | LZO1B-999 | udev.conf 49 1 53 108 0.000 0.000 | LZO1B-999 | 50default 2634 1 1069 40.6 0.000 0.000 | LZO1B-999 | version 15 1 19 127 0.000 0.000 | LZO1B-999 | volatile.cache 5955 1 1229 20.6 0.000 0.000 | LZO1B-999 | warnquota.conf 3360 1 2008 59.8 0.000 0.000 | LZO1B-999 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 | LZO1B-999 | at-spi-dbus-bus.desktop 296 1 269 90.9 0.000 0.000 | LZO1B-999 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 | LZO1B-999 | gsettings-data-convert.desktop 7741 1 4264 55.1 0.000 0.000 | LZO1B-999 | pulseaudio.desktop 4973 1 2225 44.7 0.000 0.000 | LZO1B-999 | xinput_calibrator.desktop 299 1 237 79.3 0.000 0.000 | LZO1B-999 | libfm.conf 183 1 142 77.6 0.000 0.000 | LZO1B-999 | pcmanfm.conf 321 1 274 85.4 0.000 0.000 | LZO1B-999 | Xserver 652 1 449 68.9 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1329 69.7 22.546 0.000 LZO1B-999 ***TOTALS*** 1249687 289 381553 30.5 22.546 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1C-999 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1C-999 | Xsession 755 1 487 64.5 0.000 0.000 | LZO1C-999 | 13xdgbasedirs.sh 550 1 457 83.1 0.000 0.000 | LZO1C-999 | 30xinput_calibrate.sh 115 1 118 103 0.000 0.000 | LZO1C-999 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1C-999 | 80matchboxkeyboard.sh 631 1 386 61.2 0.000 0.000 | LZO1C-999 | 89xdgautostart.sh 179 1 149 83.2 0.000 0.000 | LZO1C-999 | 90XWindowManager.sh 181 1 104 57.5 0.000 0.000 | LZO1C-999 | xinitrc 739 1 415 56.2 0.000 0.000 | LZO1C-999 | xorg.conf 1165 1 575 49.4 0.000 0.000 | LZO1C-999 | asound.conf 32 1 37 116 0.000 0.000 | LZO1C-999 | at.deny 144 1 133 92.4 0.000 0.000 | LZO1C-999 | avahi-daemon.conf 1753 1 1207 68.9 0.000 0.000 | LZO1C-999 | localtime 114 1 34 29.8 0.000 0.000 | LZO1C-999 | hosts 1121 1 866 77.3 0.000 0.000 | LZO1C-999 | sftp-ssh.service 1075 1 812 75.5 0.000 0.000 | LZO1C-999 | ssh.service 1071 1 810 75.6 0.000 0.000 | LZO1C-999 | bash_completion 45 1 41 91.1 0.000 0.000 | LZO1C-999 | perf 6321 1 2668 42.2 0.000 0.000 | LZO1C-999 | quilt 7117 1 2287 32.1 0.000 0.000 | LZO1C-999 | bindresvport.blacklist 429 1 325 75.8 0.000 0.000 | LZO1C-999 | input.conf 397 1 341 85.9 0.000 0.000 | LZO1C-999 | network.conf 120 1 120 100 0.000 0.000 | LZO1C-999 | build 527 1 271 51.4 0.000 0.000 | LZO1C-999 | busybox.links.nosuid 2392 1 1122 46.9 0.000 0.000 | LZO1C-999 | busybox.links.suid 91 1 68 74.7 0.000 0.000 | LZO1C-999 | ca-certificates.conf 5340 1 1691 31.7 0.000 0.000 | LZO1C-999 | pap 653 1 530 81.2 0.000 0.000 | LZO1C-999 | logrotate 189 1 152 80.4 0.000 0.000 | LZO1C-999 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1C-999 | crontab 653 1 402 61.6 0.000 0.000 | LZO1C-999 | session.conf 838 1 610 72.8 0.000 0.000 | LZO1C-999 | system.conf 833 1 608 73.0 0.000 0.000 | LZO1C-999 | ConsoleKit.conf 7305 1 849 11.6 0.000 0.000 | LZO1C-999 | avahi-dbus.conf 1138 1 508 44.6 0.000 0.000 | LZO1C-999 | bluetooth.conf 1315 1 675 51.3 0.000 0.000 | LZO1C-999 | dbus-wpa_supplicant.conf 743 1 328 44.1 0.000 0.000 | LZO1C-999 | ofono.conf 1063 1 580 54.6 0.000 0.000 | LZO1C-999 | pulseaudio-system.conf 1084 1 828 76.4 0.000 0.000 | LZO1C-999 | devpts 93 1 94 101 0.000 0.000 | LZO1C-999 | distcc 535 1 435 81.3 0.000 0.000 | LZO1C-999 | mountall 36 1 38 106 0.000 0.000 | LZO1C-999 | postinst 52 1 56 108 0.000 0.000 | LZO1C-999 | rcS 1040 1 758 72.9 0.000 0.000 | LZO1C-999 | rng-tools 27 1 31 115 0.000 0.000 | LZO1C-999 | usbd 0 1 3 0.0 0.000 0.000 | LZO1C-999 | useradd 117 1 123 105 0.000 0.000 | LZO1C-999 | 00_core 1637 1 963 58.8 0.000 0.000 | LZO1C-999 | 01_bootlogd 36 1 36 100 0.000 0.000 | LZO1C-999 | 99_dbus 48 1 43 89.6 0.000 0.000 | LZO1C-999 | 99_sshd 75 1 59 78.7 0.000 0.000 | LZO1C-999 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1C-999 | volatiles.04_pulse 91 1 87 95.6 0.000 0.000 | LZO1C-999 | xserver-nodm 130 1 131 101 0.000 0.000 | LZO1C-999 | clients.allow 1582 1 1055 66.7 0.000 0.000 | LZO1C-999 | commands.allow.sh 1763 1 1016 57.6 0.000 0.000 | LZO1C-999 | hosts 203 1 178 87.7 0.000 0.000 | LZO1C-999 | automatic.conf 2569 1 1227 47.8 0.000 0.000 | LZO1C-999 | dnf.conf 82 1 82 100 0.000 0.000 | LZO1C-999 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1C-999 | yum.conf 4 1 8 200 0.000 0.000 | LZO1C-999 | arch 26 1 24 92.3 0.000 0.000 | LZO1C-999 | releasever 6 1 10 167 0.000 0.000 | LZO1C-999 | e2scrub.conf 685 1 471 68.8 0.000 0.000 | LZO1C-999 | exports 46 1 49 107 0.000 0.000 | LZO1C-999 | 30-liberation-aliases.conf 419 1 213 50.8 0.000 0.000 | LZO1C-999 | README 978 1 695 71.1 0.000 0.000 | LZO1C-999 | fonts.conf 2532 1 1348 53.2 0.000 0.000 | LZO1C-999 | config 1032 1 429 41.6 0.000 0.000 | LZO1C-999 | machconfig 193 1 150 77.7 0.000 0.000 | LZO1C-999 | fstab 637 1 348 54.6 0.000 0.000 | LZO1C-999 | path 1448 1 826 57.0 0.000 0.000 | LZO1C-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-999 | %gconf.xml 235 1 141 60.0 0.000 0.000 | LZO1C-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-999 | %gconf.xml 2158 1 547 25.3 0.000 0.000 | LZO1C-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-999 | %gconf.xml 515 1 296 57.5 0.000 0.000 | LZO1C-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1C-999 | %gconf.xml 5626 1 1476 26.2 0.000 0.000 | LZO1C-999 | settings-daemon.schemas 7202 1 1650 22.9 0.000 0.000 | LZO1C-999 | group 639 1 531 83.1 0.000 0.000 | LZO1C-999 | group- 620 1 516 83.2 0.000 0.000 | LZO1C-999 | gshadow 529 1 373 70.5 0.000 0.000 | LZO1C-999 | gshadow- 514 1 360 70.0 0.000 0.000 | LZO1C-999 | im-multipress.conf 890 1 775 87.1 0.000 0.000 | LZO1C-999 | host.conf 26 1 30 115 0.000 0.000 | LZO1C-999 | hostname 11 1 15 136 0.000 0.000 | LZO1C-999 | hosts 258 1 202 78.3 0.000 0.000 | LZO1C-999 | alsa-state 811 1 508 62.6 0.000 0.000 | LZO1C-999 | atd 578 1 378 65.4 0.000 0.000 | LZO1C-999 | avahi-daemon 4491 1 2328 51.8 0.000 0.000 | LZO1C-999 | banner.sh 492 1 290 58.9 0.000 0.000 | LZO1C-999 | bluetooth 1253 1 760 60.7 0.000 0.000 | LZO1C-999 | bootlogd 1997 1 1152 57.7 0.000 0.000 | LZO1C-999 | bootmisc.sh 2017 1 1291 64.0 0.000 0.000 | LZO1C-999 | checkroot.sh 3591 1 2106 58.6 0.000 0.000 | LZO1C-999 | connman 1462 1 906 62.0 0.000 0.000 | LZO1C-999 | crond 1235 1 779 63.1 0.000 0.000 | LZO1C-999 | dbus-1 2887 1 1665 57.7 0.000 0.000 | LZO1C-999 | devpts.sh 526 1 376 71.5 0.000 0.000 | LZO1C-999 | distcc 2863 1 1567 54.7 0.000 0.000 | LZO1C-999 | dmesg.sh 352 1 243 69.0 0.000 0.000 | LZO1C-999 | functions 2141 1 1258 58.8 0.000 0.000 | LZO1C-999 | halt 510 1 397 77.8 0.000 0.000 | LZO1C-999 | hostname.sh 580 1 418 72.1 0.000 0.000 | LZO1C-999 | hwclock.sh 2541 1 1212 47.7 0.000 0.000 | LZO1C-999 | kdump 2989 1 1306 43.7 0.000 0.000 | LZO1C-999 | mdmonitor 1773 1 990 55.8 0.000 0.000 | LZO1C-999 | modutils.sh 1223 1 733 59.9 0.000 0.000 | LZO1C-999 | mountall.sh 869 1 640 73.6 0.000 0.000 | LZO1C-999 | mountnfs.sh 1589 1 872 54.9 0.000 0.000 | LZO1C-999 | networking 1956 1 967 49.4 0.000 0.000 | LZO1C-999 | nfscommon 1609 1 941 58.5 0.000 0.000 | LZO1C-999 | nfsserver 3326 1 1738 52.3 0.000 0.000 | LZO1C-999 | ofono 516 1 362 70.2 0.000 0.000 | LZO1C-999 | populate-volatile.sh 7826 1 3115 39.8 0.000 0.000 | LZO1C-999 | ppp 1231 1 633 51.4 0.000 0.000 | LZO1C-999 | psplash.sh 682 1 463 67.9 0.000 0.000 | LZO1C-999 | rc 4457 1 2320 52.1 0.000 0.000 | LZO1C-999 | rcS 525 1 440 83.8 0.000 0.000 | LZO1C-999 | read-only-rootfs-hook.sh 1273 1 826 64.9 0.000 0.000 | LZO1C-999 | reboot 289 1 220 76.1 0.000 0.000 | LZO1C-999 | rmnologin.sh 585 1 368 62.9 0.000 0.000 | LZO1C-999 | rng-tools 1021 1 464 45.4 0.000 0.000 | LZO1C-999 | rpcbind 1827 1 906 49.6 0.000 0.000 | LZO1C-999 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1C-999 | save-rtc.sh 429 1 315 73.4 0.000 0.000 | LZO1C-999 | sendsigs 438 1 296 67.6 0.000 0.000 | LZO1C-999 | single 578 1 420 72.7 0.000 0.000 | LZO1C-999 | sshd 2029 1 961 47.4 0.000 0.000 | LZO1C-999 | sysfs.sh 907 1 445 49.1 0.000 0.000 | LZO1C-999 | syslog 2066 1 1081 52.3 0.000 0.000 | LZO1C-999 | tcf-agent 1298 1 680 52.4 0.000 0.000 | LZO1C-999 | udev 2779 1 1514 54.5 0.000 0.000 | LZO1C-999 | umountfs 540 1 396 73.3 0.000 0.000 | LZO1C-999 | umountnfs.sh 711 1 509 71.6 0.000 0.000 | LZO1C-999 | urandom 1473 1 889 60.4 0.000 0.000 | LZO1C-999 | xserver-nodm 1436 1 928 64.6 0.000 0.000 | LZO1C-999 | inittab 1140 1 761 66.8 0.000 0.000 | LZO1C-999 | inputrc 1633 1 973 59.6 0.000 0.000 | LZO1C-999 | bpf_pinning 85 1 86 101 0.000 0.000 | LZO1C-999 | ematch_map 81 1 86 106 0.000 0.000 | LZO1C-999 | group 31 1 35 113 0.000 0.000 | LZO1C-999 | nl_protos 262 1 253 96.6 0.000 0.000 | LZO1C-999 | rt_dsfield 331 1 276 83.4 0.000 0.000 | LZO1C-999 | rt_protos 201 1 200 99.5 0.000 0.000 | LZO1C-999 | rt_realms 112 1 111 99.1 0.000 0.000 | LZO1C-999 | rt_scopes 92 1 90 97.8 0.000 0.000 | LZO1C-999 | rt_tables 87 1 85 97.7 0.000 0.000 | LZO1C-999 | issue 58 1 63 109 0.000 0.000 | LZO1C-999 | issue.net 55 1 60 109 0.000 0.000 | LZO1C-999 | ld.so.cache 57567 1 14651 25.5 8.805 0.000 | LZO1C-999 | ld.so.conf 33 1 35 106 0.000 0.000 | LZO1C-999 | classid 1130 1 618 54.7 0.000 0.000 | LZO1C-999 | pktloc 1532 1 789 51.5 0.000 0.000 | LZO1C-999 | collect_dnf.conf 813 1 489 60.1 0.000 0.000 | LZO1C-999 | limits 827 1 617 74.6 0.000 0.000 | LZO1C-999 | login.access 2006 1 1203 60.0 0.000 0.000 | LZO1C-999 | login.defs 11030 1 5463 49.5 0.000 0.000 | LZO1C-999 | logrotate-dmesg.conf 121 1 117 96.7 0.000 0.000 | LZO1C-999 | logrotate.conf 434 1 354 81.6 0.000 0.000 | LZO1C-999 | btmp 130 1 119 91.5 0.000 0.000 | LZO1C-999 | dnf 526 1 136 25.9 0.000 0.000 | LZO1C-999 | wtmp 145 1 130 89.7 0.000 0.000 | LZO1C-999 | kbdconfig 721 1 532 73.8 0.000 0.000 | LZO1C-999 | session 630 1 460 73.0 0.000 0.000 | LZO1C-999 | mdadm.conf 2687 1 1737 64.6 0.000 0.000 | LZO1C-999 | mke2fs.conf 846 1 477 56.4 0.000 0.000 | LZO1C-999 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1C-999 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1C-999 | motd 0 1 3 0.0 0.000 0.000 | LZO1C-999 | netconfig 767 1 419 54.6 0.000 0.000 | LZO1C-999 | nfsroot 809 1 512 63.3 0.000 0.000 | LZO1C-999 | wpa-supplicant 1999 1 858 42.9 0.000 0.000 | LZO1C-999 | interfaces 132 1 122 92.4 0.000 0.000 | LZO1C-999 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1C-999 | nfs-utils.conf 1087 1 727 66.9 0.000 0.000 | LZO1C-999 | nfsmount.conf 3606 1 1844 51.1 0.000 0.000 | LZO1C-999 | nsswitch.conf 497 1 361 72.6 0.000 0.000 | LZO1C-999 | phonesim.conf 361 1 303 83.9 0.000 0.000 | LZO1C-999 | arch.conf 88 1 67 76.1 0.000 0.000 | LZO1C-999 | opkg.conf 845 1 586 69.3 0.000 0.000 | LZO1C-999 | passwd 1055 1 629 59.6 0.000 0.000 | LZO1C-999 | passwd- 1006 1 602 59.8 0.000 0.000 | LZO1C-999 | cert9.db 28672 1 959 3.3 28.111 0.000 | LZO1C-999 | key4.db 36864 1 1205 3.3 33.742 0.000 | LZO1C-999 | pkcs11.txt 425 1 363 85.4 0.000 0.000 | LZO1C-999 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO1C-999 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1C-999 | ip-down 1454 1 973 66.9 0.000 0.000 | LZO1C-999 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1C-999 | ip-up 1452 1 973 67.0 0.000 0.000 | LZO1C-999 | 08setupdns 292 1 180 61.6 0.000 0.000 | LZO1C-999 | options 5 1 9 180 0.000 0.000 | LZO1C-999 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1C-999 | provider 1093 1 774 70.8 0.000 0.000 | LZO1C-999 | ppp_on_boot 573 1 448 78.2 0.000 0.000 | LZO1C-999 | profile 984 1 772 78.5 0.000 0.000 | LZO1C-999 | bash_completion.sh 672 1 394 58.6 0.000 0.000 | LZO1C-999 | distcc.sh 68 1 60 88.2 0.000 0.000 | LZO1C-999 | gawk.csh 1107 1 266 24.0 0.000 0.000 | LZO1C-999 | gawk.sh 757 1 216 28.5 0.000 0.000 | LZO1C-999 | protocols 2932 1 1988 67.8 0.000 0.000 | LZO1C-999 | client.conf 1233 1 918 74.5 0.000 0.000 | LZO1C-999 | 50-sato.conf 447 1 361 80.8 0.000 0.000 | LZO1C-999 | daemon.conf 2374 1 1483 62.5 0.000 0.000 | LZO1C-999 | default.pa 4933 1 2418 49.0 0.000 0.000 | LZO1C-999 | system.pa 2078 1 1249 60.1 0.000 0.000 | LZO1C-999 | quilt.quiltrc 1236 1 814 65.9 0.000 0.000 | LZO1C-999 | quotagrpadmins 220 1 198 90.0 0.000 0.000 | LZO1C-999 | quotatab 261 1 222 85.1 0.000 0.000 | LZO1C-999 | rpc 895 1 661 73.9 0.000 0.000 | LZO1C-999 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1C-999 | macros 38 1 36 94.7 0.000 0.000 | LZO1C-999 | platform 19 1 23 121 0.000 0.000 | LZO1C-999 | rpmrc 104 1 72 69.2 0.000 0.000 | LZO1C-999 | securetty 1848 1 1156 62.6 0.000 0.000 | LZO1C-999 | services 18790 1 8970 47.7 33.219 0.000 | LZO1C-999 | shadow 651 1 229 35.2 0.000 0.000 | LZO1C-999 | shadow- 619 1 214 34.6 0.000 0.000 | LZO1C-999 | shells 52 1 48 92.3 0.000 0.000 | LZO1C-999 | .bashrc 410 1 322 78.5 0.000 0.000 | LZO1C-999 | .profile 241 1 225 93.4 0.000 0.000 | LZO1C-999 | slsh.rc 2030 1 972 47.9 0.000 0.000 | LZO1C-999 | moduli 577388 3 26453 4.6 131.897 0.000 | LZO1C-999 | ssh_config 1548 1 1019 65.8 0.000 0.000 | LZO1C-999 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 | LZO1C-999 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1C-999 | ssh_host_ed25519_key 411 1 316 76.9 0.000 0.000 | LZO1C-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1C-999 | ssh_host_rsa_key 2602 1 2565 98.6 0.000 0.000 | LZO1C-999 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1C-999 | sshd_config 3177 1 1850 58.2 0.000 0.000 | LZO1C-999 | sshd_config_readonly 3186 1 1853 58.2 0.000 0.000 | LZO1C-999 | ca-certificates.crt 200061 1 154170 77.1 40.023 0.000 | LZO1C-999 | openssl.cnf 10909 1 4460 40.9 0.000 0.000 | LZO1C-999 | sudoers 3174 1 1756 55.3 0.000 0.000 | LZO1C-999 | sudoers.dist 3174 1 1756 55.3 0.000 0.000 | LZO1C-999 | crond 110 1 105 95.5 0.000 0.000 | LZO1C-999 | kdump.conf 411 1 329 80.0 0.000 0.000 | LZO1C-999 | sysctl.conf 2128 1 1507 70.8 0.000 0.000 | LZO1C-999 | syslog-startup.conf 651 1 529 81.3 0.000 0.000 | LZO1C-999 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1C-999 | ansi 1481 1 707 47.7 0.000 0.000 | LZO1C-999 | dumb 308 1 70 22.7 0.000 0.000 | LZO1C-999 | linux 1730 1 971 56.1 0.000 0.000 | LZO1C-999 | rxvt 2286 1 1479 64.7 0.000 0.000 | LZO1C-999 | screen 1587 1 883 55.6 0.000 0.000 | LZO1C-999 | screen-256color 1677 1 916 54.6 0.000 0.000 | LZO1C-999 | sun 1004 1 480 47.8 0.000 0.000 | LZO1C-999 | vt100 1190 1 701 58.9 0.000 0.000 | LZO1C-999 | vt102 1184 1 704 59.5 0.000 0.000 | LZO1C-999 | vt200 1377 1 880 63.9 0.000 0.000 | LZO1C-999 | vt220 1377 1 880 63.9 0.000 0.000 | LZO1C-999 | vt52 470 1 228 48.5 0.000 0.000 | LZO1C-999 | xterm-256color 3641 1 2303 63.3 0.000 0.000 | LZO1C-999 | xterm-color 1551 1 754 48.6 0.000 0.000 | LZO1C-999 | xterm-xfree86 2240 1 1305 58.3 0.000 0.000 | LZO1C-999 | timestamp 15 1 19 127 0.000 0.000 | LZO1C-999 | timezone 10 1 14 140 0.000 0.000 | LZO1C-999 | dnf.conf 164 1 126 76.8 0.000 0.000 | LZO1C-999 | mount.blacklist 51 1 43 84.3 0.000 0.000 | LZO1C-999 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1C-999 | automount.rules 847 1 552 65.2 0.000 0.000 | LZO1C-999 | autonet.rules 757 1 523 69.1 0.000 0.000 | LZO1C-999 | local.rules 885 1 643 72.7 0.000 0.000 | LZO1C-999 | localextra.rules 843 1 587 69.6 0.000 0.000 | LZO1C-999 | mount.sh 4279 1 2017 47.1 0.000 0.000 | LZO1C-999 | network.sh 1402 1 983 70.1 0.000 0.000 | LZO1C-999 | udev.conf 49 1 53 108 0.000 0.000 | LZO1C-999 | 50default 2634 1 1051 39.9 0.000 0.000 | LZO1C-999 | version 15 1 19 127 0.000 0.000 | LZO1C-999 | volatile.cache 5955 1 1212 20.4 0.000 0.000 | LZO1C-999 | warnquota.conf 3360 1 1998 59.5 0.000 0.000 | LZO1C-999 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 | LZO1C-999 | at-spi-dbus-bus.desktop 296 1 269 90.9 0.000 0.000 | LZO1C-999 | connman-applet.desktop 191 1 176 92.1 0.000 0.000 | LZO1C-999 | gsettings-data-convert.desktop 7741 1 4212 54.4 0.000 0.000 | LZO1C-999 | pulseaudio.desktop 4973 1 2182 43.9 0.000 0.000 | LZO1C-999 | xinput_calibrator.desktop 299 1 236 78.9 0.000 0.000 | LZO1C-999 | libfm.conf 183 1 141 77.0 0.000 0.000 | LZO1C-999 | pcmanfm.conf 321 1 273 85.0 0.000 0.000 | LZO1C-999 | Xserver 652 1 447 68.6 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1337 69.3 24.849 0.000 LZO1C-999 ***TOTALS*** 1249687 289 383923 30.7 24.849 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO2A-999 | 00-primary.seat 64 1 71 111 0.000 0.000 | LZO2A-999 | Xsession 755 1 461 61.1 0.000 0.000 | LZO2A-999 | 13xdgbasedirs.sh 550 1 408 74.2 0.000 0.000 | LZO2A-999 | 30xinput_calibrate.sh 115 1 119 103 0.000 0.000 | LZO2A-999 | 70settings-daemon.sh 27 1 32 119 0.000 0.000 | LZO2A-999 | 80matchboxkeyboard.sh 631 1 363 57.5 0.000 0.000 | LZO2A-999 | 89xdgautostart.sh 179 1 145 81.0 0.000 0.000 | LZO2A-999 | 90XWindowManager.sh 181 1 103 56.9 0.000 0.000 | LZO2A-999 | xinitrc 739 1 391 52.9 0.000 0.000 | LZO2A-999 | xorg.conf 1165 1 533 45.8 0.000 0.000 | LZO2A-999 | asound.conf 32 1 37 116 0.000 0.000 | LZO2A-999 | at.deny 144 1 124 86.1 0.000 0.000 | LZO2A-999 | avahi-daemon.conf 1753 1 1071 61.1 0.000 0.000 | LZO2A-999 | localtime 114 1 31 27.2 0.000 0.000 | LZO2A-999 | hosts 1121 1 761 67.9 0.000 0.000 | LZO2A-999 | sftp-ssh.service 1075 1 733 68.2 0.000 0.000 | LZO2A-999 | ssh.service 1071 1 730 68.2 0.000 0.000 | LZO2A-999 | bash_completion 45 1 40 88.9 0.000 0.000 | LZO2A-999 | perf 6321 1 2513 39.8 0.000 0.000 | LZO2A-999 | quilt 7117 1 2103 29.5 0.000 0.000 | LZO2A-999 | bindresvport.blacklist 429 1 294 68.5 0.000 0.000 | LZO2A-999 | input.conf 397 1 294 74.1 0.000 0.000 | LZO2A-999 | network.conf 120 1 115 95.8 0.000 0.000 | LZO2A-999 | build 527 1 269 51.0 0.000 0.000 | LZO2A-999 | busybox.links.nosuid 2392 1 1080 45.2 0.000 0.000 | LZO2A-999 | busybox.links.suid 91 1 65 71.4 0.000 0.000 | LZO2A-999 | ca-certificates.conf 5340 1 1608 30.1 0.000 0.000 | LZO2A-999 | pap 653 1 477 73.0 0.000 0.000 | LZO2A-999 | logrotate 189 1 153 81.0 0.000 0.000 | LZO2A-999 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO2A-999 | crontab 653 1 364 55.7 0.000 0.000 | LZO2A-999 | session.conf 838 1 536 64.0 0.000 0.000 | LZO2A-999 | system.conf 833 1 535 64.2 0.000 0.000 | LZO2A-999 | ConsoleKit.conf 7305 1 759 10.4 0.000 0.000 | LZO2A-999 | avahi-dbus.conf 1138 1 466 40.9 0.000 0.000 | LZO2A-999 | bluetooth.conf 1315 1 617 46.9 0.000 0.000 | LZO2A-999 | dbus-wpa_supplicant.conf 743 1 313 42.1 0.000 0.000 | LZO2A-999 | ofono.conf 1063 1 531 50.0 0.000 0.000 | LZO2A-999 | pulseaudio-system.conf 1084 1 738 68.1 0.000 0.000 | LZO2A-999 | devpts 93 1 93 100 0.000 0.000 | LZO2A-999 | distcc 535 1 392 73.3 0.000 0.000 | LZO2A-999 | mountall 36 1 38 106 0.000 0.000 | LZO2A-999 | postinst 52 1 55 106 0.000 0.000 | LZO2A-999 | rcS 1040 1 682 65.6 0.000 0.000 | LZO2A-999 | rng-tools 27 1 33 122 0.000 0.000 | LZO2A-999 | usbd 0 1 3 0.0 0.000 0.000 | LZO2A-999 | useradd 117 1 126 108 0.000 0.000 | LZO2A-999 | 00_core 1637 1 842 51.4 0.000 0.000 | LZO2A-999 | 01_bootlogd 36 1 36 100 0.000 0.000 | LZO2A-999 | 99_dbus 48 1 43 89.6 0.000 0.000 | LZO2A-999 | 99_sshd 75 1 60 80.0 0.000 0.000 | LZO2A-999 | 99_wpa_supplicant 46 1 49 107 0.000 0.000 | LZO2A-999 | volatiles.04_pulse 91 1 83 91.2 0.000 0.000 | LZO2A-999 | xserver-nodm 130 1 129 99.2 0.000 0.000 | LZO2A-999 | clients.allow 1582 1 953 60.2 0.000 0.000 | LZO2A-999 | commands.allow.sh 1763 1 915 51.9 0.000 0.000 | LZO2A-999 | hosts 203 1 160 78.8 0.000 0.000 | LZO2A-999 | automatic.conf 2569 1 1088 42.4 0.000 0.000 | LZO2A-999 | dnf.conf 82 1 85 104 0.000 0.000 | LZO2A-999 | dnf.conf 4 1 7 175 0.000 0.000 | LZO2A-999 | yum.conf 4 1 7 175 0.000 0.000 | LZO2A-999 | arch 26 1 24 92.3 0.000 0.000 | LZO2A-999 | releasever 6 1 9 150 0.000 0.000 | LZO2A-999 | e2scrub.conf 685 1 414 60.4 0.000 0.000 | LZO2A-999 | exports 46 1 51 111 0.000 0.000 | LZO2A-999 | 30-liberation-aliases.conf 419 1 201 48.0 0.000 0.000 | LZO2A-999 | README 978 1 610 62.4 0.000 0.000 | LZO2A-999 | fonts.conf 2532 1 1211 47.8 0.000 0.000 | LZO2A-999 | config 1032 1 428 41.5 0.000 0.000 | LZO2A-999 | machconfig 193 1 146 75.6 0.000 0.000 | LZO2A-999 | fstab 637 1 340 53.4 0.000 0.000 | LZO2A-999 | path 1448 1 728 50.3 0.000 0.000 | LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO2A-999 | %gconf.xml 235 1 139 59.1 0.000 0.000 | LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO2A-999 | %gconf.xml 2158 1 513 23.8 0.000 0.000 | LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO2A-999 | %gconf.xml 515 1 265 51.5 0.000 0.000 | LZO2A-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO2A-999 | %gconf.xml 5626 1 1322 23.5 0.000 0.000 | LZO2A-999 | settings-daemon.schemas 7202 1 1504 20.9 0.000 0.000 | LZO2A-999 | group 639 1 434 67.9 0.000 0.000 | LZO2A-999 | group- 620 1 419 67.6 0.000 0.000 | LZO2A-999 | gshadow 529 1 327 61.8 0.000 0.000 | LZO2A-999 | gshadow- 514 1 316 61.5 0.000 0.000 | LZO2A-999 | im-multipress.conf 890 1 676 76.0 0.000 0.000 | LZO2A-999 | host.conf 26 1 32 123 0.000 0.000 | LZO2A-999 | hostname 11 1 15 136 0.000 0.000 | LZO2A-999 | hosts 258 1 187 72.5 0.000 0.000 | LZO2A-999 | alsa-state 811 1 468 57.7 0.000 0.000 | LZO2A-999 | atd 578 1 345 59.7 0.000 0.000 | LZO2A-999 | avahi-daemon 4491 1 2138 47.6 0.000 0.000 | LZO2A-999 | banner.sh 492 1 277 56.3 0.000 0.000 | LZO2A-999 | bluetooth 1253 1 697 55.6 0.000 0.000 | LZO2A-999 | bootlogd 1997 1 1044 52.3 0.000 0.000 | LZO2A-999 | bootmisc.sh 2017 1 1178 58.4 0.000 0.000 | LZO2A-999 | checkroot.sh 3591 1 1936 53.9 0.000 0.000 | LZO2A-999 | connman 1462 1 837 57.3 0.000 0.000 | LZO2A-999 | crond 1235 1 699 56.6 0.000 0.000 | LZO2A-999 | dbus-1 2887 1 1514 52.4 0.000 0.000 | LZO2A-999 | devpts.sh 526 1 347 66.0 0.000 0.000 | LZO2A-999 | distcc 2863 1 1426 49.8 0.000 0.000 | LZO2A-999 | dmesg.sh 352 1 234 66.5 0.000 0.000 | LZO2A-999 | functions 2141 1 1147 53.6 0.000 0.000 | LZO2A-999 | halt 510 1 362 71.0 0.000 0.000 | LZO2A-999 | hostname.sh 580 1 392 67.6 0.000 0.000 | LZO2A-999 | hwclock.sh 2541 1 1133 44.6 0.000 0.000 | LZO2A-999 | kdump 2989 1 1241 41.5 0.000 0.000 | LZO2A-999 | mdmonitor 1773 1 913 51.5 0.000 0.000 | LZO2A-999 | modutils.sh 1223 1 674 55.1 0.000 0.000 | LZO2A-999 | mountall.sh 869 1 575 66.2 0.000 0.000 | LZO2A-999 | mountnfs.sh 1589 1 811 51.0 0.000 0.000 | LZO2A-999 | networking 1956 1 890 45.5 0.000 0.000 | LZO2A-999 | nfscommon 1609 1 848 52.7 0.000 0.000 | LZO2A-999 | nfsserver 3326 1 1580 47.5 0.000 0.000 | LZO2A-999 | ofono 516 1 335 64.9 0.000 0.000 | LZO2A-999 | populate-volatile.sh 7826 1 2933 37.5 0.000 0.000 | LZO2A-999 | ppp 1231 1 579 47.0 0.000 0.000 | LZO2A-999 | psplash.sh 682 1 444 65.1 0.000 0.000 | LZO2A-999 | rc 4457 1 2163 48.5 0.000 0.000 | LZO2A-999 | rcS 525 1 402 76.6 0.000 0.000 | LZO2A-999 | read-only-rootfs-hook.sh 1273 1 759 59.6 0.000 0.000 | LZO2A-999 | reboot 289 1 208 72.0 0.000 0.000 | LZO2A-999 | rmnologin.sh 585 1 344 58.8 0.000 0.000 | LZO2A-999 | rng-tools 1021 1 421 41.2 0.000 0.000 | LZO2A-999 | rpcbind 1827 1 835 45.7 0.000 0.000 | LZO2A-999 | run-postinsts 25 1 29 116 0.000 0.000 | LZO2A-999 | save-rtc.sh 429 1 300 69.9 0.000 0.000 | LZO2A-999 | sendsigs 438 1 280 63.9 0.000 0.000 | LZO2A-999 | single 578 1 390 67.5 0.000 0.000 | LZO2A-999 | sshd 2029 1 882 43.5 0.000 0.000 | LZO2A-999 | sysfs.sh 907 1 420 46.3 0.000 0.000 | LZO2A-999 | syslog 2066 1 993 48.1 0.000 0.000 | LZO2A-999 | tcf-agent 1298 1 640 49.3 0.000 0.000 | LZO2A-999 | udev 2779 1 1409 50.7 0.000 0.000 | LZO2A-999 | umountfs 540 1 369 68.3 0.000 0.000 | LZO2A-999 | umountnfs.sh 711 1 467 65.7 0.000 0.000 | LZO2A-999 | urandom 1473 1 824 55.9 0.000 0.000 | LZO2A-999 | xserver-nodm 1436 1 853 59.4 0.000 0.000 | LZO2A-999 | inittab 1140 1 694 60.9 0.000 0.000 | LZO2A-999 | inputrc 1633 1 860 52.7 0.000 0.000 | LZO2A-999 | bpf_pinning 85 1 84 98.8 0.000 0.000 | LZO2A-999 | ematch_map 81 1 89 110 0.000 0.000 | LZO2A-999 | group 31 1 37 119 0.000 0.000 | LZO2A-999 | nl_protos 262 1 223 85.1 0.000 0.000 | LZO2A-999 | rt_dsfield 331 1 227 68.6 0.000 0.000 | LZO2A-999 | rt_protos 201 1 183 91.0 0.000 0.000 | LZO2A-999 | rt_realms 112 1 105 93.8 0.000 0.000 | LZO2A-999 | rt_scopes 92 1 86 93.5 0.000 0.000 | LZO2A-999 | rt_tables 87 1 84 96.6 0.000 0.000 | LZO2A-999 | issue 58 1 65 112 0.000 0.000 | LZO2A-999 | issue.net 55 1 62 113 0.000 0.000 | LZO2A-999 | ld.so.cache 57567 1 14829 25.8 11.984 0.000 | LZO2A-999 | ld.so.conf 33 1 36 109 0.000 0.000 | LZO2A-999 | classid 1130 1 549 48.6 0.000 0.000 | LZO2A-999 | pktloc 1532 1 737 48.1 0.000 0.000 | LZO2A-999 | collect_dnf.conf 813 1 447 55.0 0.000 0.000 | LZO2A-999 | limits 827 1 554 67.0 0.000 0.000 | LZO2A-999 | login.access 2006 1 1052 52.4 0.000 0.000 | LZO2A-999 | login.defs 11030 1 5153 46.7 0.000 0.000 | LZO2A-999 | logrotate-dmesg.conf 121 1 113 93.4 0.000 0.000 | LZO2A-999 | logrotate.conf 434 1 308 71.0 0.000 0.000 | LZO2A-999 | btmp 130 1 116 89.2 0.000 0.000 | LZO2A-999 | dnf 526 1 124 23.6 0.000 0.000 | LZO2A-999 | wtmp 145 1 125 86.2 0.000 0.000 | LZO2A-999 | kbdconfig 721 1 479 66.4 0.000 0.000 | LZO2A-999 | session 630 1 437 69.4 0.000 0.000 | LZO2A-999 | mdadm.conf 2687 1 1560 58.1 0.000 0.000 | LZO2A-999 | mke2fs.conf 846 1 435 51.4 0.000 0.000 | LZO2A-999 | uvesafb.conf 39 1 42 108 0.000 0.000 | LZO2A-999 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO2A-999 | motd 0 1 3 0.0 0.000 0.000 | LZO2A-999 | netconfig 767 1 381 49.7 0.000 0.000 | LZO2A-999 | nfsroot 809 1 473 58.5 0.000 0.000 | LZO2A-999 | wpa-supplicant 1999 1 808 40.4 0.000 0.000 | LZO2A-999 | interfaces 132 1 114 86.4 0.000 0.000 | LZO2A-999 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO2A-999 | nfs-utils.conf 1087 1 644 59.2 0.000 0.000 | LZO2A-999 | nfsmount.conf 3606 1 1673 46.4 0.000 0.000 | LZO2A-999 | nsswitch.conf 497 1 329 66.2 0.000 0.000 | LZO2A-999 | phonesim.conf 361 1 269 74.5 0.000 0.000 | LZO2A-999 | arch.conf 88 1 63 71.6 0.000 0.000 | LZO2A-999 | opkg.conf 845 1 518 61.3 0.000 0.000 | LZO2A-999 | passwd 1055 1 553 52.4 0.000 0.000 | LZO2A-999 | passwd- 1006 1 529 52.6 0.000 0.000 | LZO2A-999 | cert9.db 28672 1 857 3.0 15.008 0.000 | LZO2A-999 | key4.db 36864 1 1112 3.0 18.344 0.000 | LZO2A-999 | pkcs11.txt 425 1 340 80.0 0.000 0.000 | LZO2A-999 | pointercal.xinput 91 1 94 103 0.000 0.000 | LZO2A-999 | chap-secrets 78 1 78 100 0.000 0.000 | LZO2A-999 | ip-down 1454 1 876 60.2 0.000 0.000 | LZO2A-999 | 92removedns 118 1 96 81.4 0.000 0.000 | LZO2A-999 | ip-up 1452 1 878 60.5 0.000 0.000 | LZO2A-999 | 08setupdns 292 1 176 60.3 0.000 0.000 | LZO2A-999 | options 5 1 8 160 0.000 0.000 | LZO2A-999 | pap-secrets 77 1 77 100 0.000 0.000 | LZO2A-999 | provider 1093 1 675 61.8 0.000 0.000 | LZO2A-999 | ppp_on_boot 573 1 387 67.5 0.000 0.000 | LZO2A-999 | profile 984 1 690 70.1 0.000 0.000 | LZO2A-999 | bash_completion.sh 672 1 363 54.0 0.000 0.000 | LZO2A-999 | distcc.sh 68 1 58 85.3 0.000 0.000 | LZO2A-999 | gawk.csh 1107 1 256 23.1 0.000 0.000 | LZO2A-999 | gawk.sh 757 1 213 28.1 0.000 0.000 | LZO2A-999 | protocols 2932 1 1793 61.2 0.000 0.000 | LZO2A-999 | client.conf 1233 1 805 65.3 0.000 0.000 | LZO2A-999 | 50-sato.conf 447 1 314 70.2 0.000 0.000 | LZO2A-999 | daemon.conf 2374 1 1320 55.6 0.000 0.000 | LZO2A-999 | default.pa 4933 1 2230 45.2 0.000 0.000 | LZO2A-999 | system.pa 2078 1 1120 53.9 0.000 0.000 | LZO2A-999 | quilt.quiltrc 1236 1 744 60.2 0.000 0.000 | LZO2A-999 | quotagrpadmins 220 1 180 81.8 0.000 0.000 | LZO2A-999 | quotatab 261 1 206 78.9 0.000 0.000 | LZO2A-999 | rpc 895 1 581 64.9 0.000 0.000 | LZO2A-999 | rpcbind.conf 58 1 68 117 0.000 0.000 | LZO2A-999 | macros 38 1 38 100 0.000 0.000 | LZO2A-999 | platform 19 1 23 121 0.000 0.000 | LZO2A-999 | rpmrc 104 1 70 67.3 0.000 0.000 | LZO2A-999 | securetty 1848 1 969 52.4 0.000 0.000 | LZO2A-999 | services 18790 1 8578 45.7 29.003 0.000 | LZO2A-999 | shadow 651 1 230 35.3 0.000 0.000 | LZO2A-999 | shadow- 619 1 214 34.6 0.000 0.000 | LZO2A-999 | shells 52 1 48 92.3 0.000 0.000 | LZO2A-999 | .bashrc 410 1 298 72.7 0.000 0.000 | LZO2A-999 | .profile 241 1 216 89.6 0.000 0.000 | LZO2A-999 | slsh.rc 2030 1 871 42.9 0.000 0.000 | LZO2A-999 | moduli 577388 3 23672 4.1 119.565 0.000 | LZO2A-999 | ssh_config 1548 1 913 59.0 0.000 0.000 | LZO2A-999 | ssh_host_ecdsa_key 505 1 459 90.9 0.000 0.000 | LZO2A-999 | ssh_host_ecdsa_key.pub 177 1 183 103 0.000 0.000 | LZO2A-999 | ssh_host_ed25519_key 411 1 323 78.6 0.000 0.000 | LZO2A-999 | ssh_host_ed25519_key.pub 97 1 107 110 0.000 0.000 | LZO2A-999 | ssh_host_rsa_key 2602 1 2750 106 0.000 0.000 | LZO2A-999 | ssh_host_rsa_key.pub 569 1 621 109 0.000 0.000 | LZO2A-999 | sshd_config 3177 1 1682 52.9 0.000 0.000 | LZO2A-999 | sshd_config_readonly 3186 1 1676 52.6 0.000 0.000 | LZO2A-999 | ca-certificates.crt 200061 1 162655 81.3 36.211 0.000 | LZO2A-999 | openssl.cnf 10909 1 4213 38.6 0.000 0.000 | LZO2A-999 | sudoers 3174 1 1599 50.4 0.000 0.000 | LZO2A-999 | sudoers.dist 3174 1 1599 50.4 0.000 0.000 | LZO2A-999 | crond 110 1 106 96.4 0.000 0.000 | LZO2A-999 | kdump.conf 411 1 307 74.7 0.000 0.000 | LZO2A-999 | sysctl.conf 2128 1 1337 62.8 0.000 0.000 | LZO2A-999 | syslog-startup.conf 651 1 482 74.0 0.000 0.000 | LZO2A-999 | syslog.conf 69 1 70 101 0.000 0.000 | LZO2A-999 | ansi 1481 1 650 43.9 0.000 0.000 | LZO2A-999 | dumb 308 1 69 22.4 0.000 0.000 | LZO2A-999 | linux 1730 1 884 51.1 0.000 0.000 | LZO2A-999 | rxvt 2286 1 1304 57.0 0.000 0.000 | LZO2A-999 | screen 1587 1 803 50.6 0.000 0.000 | LZO2A-999 | screen-256color 1677 1 825 49.2 0.000 0.000 | LZO2A-999 | sun 1004 1 436 43.4 0.000 0.000 | LZO2A-999 | vt100 1190 1 637 53.5 0.000 0.000 | LZO2A-999 | vt102 1184 1 634 53.5 0.000 0.000 | LZO2A-999 | vt200 1377 1 781 56.7 0.000 0.000 | LZO2A-999 | vt220 1377 1 781 56.7 0.000 0.000 | LZO2A-999 | vt52 470 1 216 46.0 0.000 0.000 | LZO2A-999 | xterm-256color 3641 1 2084 57.2 0.000 0.000 | LZO2A-999 | xterm-color 1551 1 667 43.0 0.000 0.000 | LZO2A-999 | xterm-xfree86 2240 1 1177 52.5 0.000 0.000 | LZO2A-999 | timestamp 15 1 19 127 0.000 0.000 | LZO2A-999 | timezone 10 1 14 140 0.000 0.000 | LZO2A-999 | dnf.conf 164 1 120 73.2 0.000 0.000 | LZO2A-999 | mount.blacklist 51 1 41 80.4 0.000 0.000 | LZO2A-999 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO2A-999 | automount.rules 847 1 496 58.6 0.000 0.000 | LZO2A-999 | autonet.rules 757 1 467 61.7 0.000 0.000 | LZO2A-999 | local.rules 885 1 575 65.0 0.000 0.000 | LZO2A-999 | localextra.rules 843 1 526 62.4 0.000 0.000 | LZO2A-999 | mount.sh 4279 1 1891 44.2 0.000 0.000 | LZO2A-999 | network.sh 1402 1 885 63.1 0.000 0.000 | LZO2A-999 | udev.conf 49 1 53 108 0.000 0.000 | LZO2A-999 | 50default 2634 1 979 37.2 0.000 0.000 | LZO2A-999 | version 15 1 19 127 0.000 0.000 | LZO2A-999 | volatile.cache 5955 1 1182 19.8 0.000 0.000 | LZO2A-999 | warnquota.conf 3360 1 1812 53.9 0.000 0.000 | LZO2A-999 | wpa_supplicant.conf 113 1 109 96.5 0.000 0.000 | LZO2A-999 | at-spi-dbus-bus.desktop 296 1 258 87.2 0.000 0.000 | LZO2A-999 | connman-applet.desktop 191 1 170 89.0 0.000 0.000 | LZO2A-999 | gsettings-data-convert.desktop 7741 1 3859 49.9 0.000 0.000 | LZO2A-999 | pulseaudio.desktop 4973 1 2017 40.6 0.000 0.000 | LZO2A-999 | xinput_calibrator.desktop 299 1 226 75.6 0.000 0.000 | LZO2A-999 | libfm.conf 183 1 136 74.3 0.000 0.000 | LZO2A-999 | pcmanfm.conf 321 1 246 76.6 0.000 0.000 | LZO2A-999 | Xserver 652 1 410 62.9 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1305 65.4 21.814 0.000 LZO2A-999 ***TOTALS*** 1249687 289 374814 30.0 21.814 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1F-999 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1F-999 | Xsession 755 1 483 64.0 0.000 0.000 | LZO1F-999 | 13xdgbasedirs.sh 550 1 446 81.1 0.000 0.000 | LZO1F-999 | 30xinput_calibrate.sh 115 1 117 102 0.000 0.000 | LZO1F-999 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1F-999 | 80matchboxkeyboard.sh 631 1 377 59.7 0.000 0.000 | LZO1F-999 | 89xdgautostart.sh 179 1 148 82.7 0.000 0.000 | LZO1F-999 | 90XWindowManager.sh 181 1 102 56.4 0.000 0.000 | LZO1F-999 | xinitrc 739 1 407 55.1 0.000 0.000 | LZO1F-999 | xorg.conf 1165 1 559 48.0 0.000 0.000 | LZO1F-999 | asound.conf 32 1 37 116 0.000 0.000 | LZO1F-999 | at.deny 144 1 128 88.9 0.000 0.000 | LZO1F-999 | avahi-daemon.conf 1753 1 1171 66.8 0.000 0.000 | LZO1F-999 | localtime 114 1 33 28.9 0.000 0.000 | LZO1F-999 | hosts 1121 1 839 74.8 0.000 0.000 | LZO1F-999 | sftp-ssh.service 1075 1 789 73.4 0.000 0.000 | LZO1F-999 | ssh.service 1071 1 787 73.5 0.000 0.000 | LZO1F-999 | bash_completion 45 1 39 86.7 0.000 0.000 | LZO1F-999 | perf 6321 1 2602 41.2 0.000 0.000 | LZO1F-999 | quilt 7117 1 2247 31.6 0.000 0.000 | LZO1F-999 | bindresvport.blacklist 429 1 314 73.2 0.000 0.000 | LZO1F-999 | input.conf 397 1 333 83.9 0.000 0.000 | LZO1F-999 | network.conf 120 1 120 100 0.000 0.000 | LZO1F-999 | build 527 1 269 51.0 0.000 0.000 | LZO1F-999 | busybox.links.nosuid 2392 1 1084 45.3 0.000 0.000 | LZO1F-999 | busybox.links.suid 91 1 68 74.7 0.000 0.000 | LZO1F-999 | ca-certificates.conf 5340 1 1669 31.3 0.000 0.000 | LZO1F-999 | pap 653 1 516 79.0 0.000 0.000 | LZO1F-999 | logrotate 189 1 151 79.9 0.000 0.000 | LZO1F-999 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1F-999 | crontab 653 1 391 59.9 0.000 0.000 | LZO1F-999 | session.conf 838 1 587 70.0 0.000 0.000 | LZO1F-999 | system.conf 833 1 584 70.1 0.000 0.000 | LZO1F-999 | ConsoleKit.conf 7305 1 840 11.5 0.000 0.000 | LZO1F-999 | avahi-dbus.conf 1138 1 498 43.8 0.000 0.000 | LZO1F-999 | bluetooth.conf 1315 1 662 50.3 0.000 0.000 | LZO1F-999 | dbus-wpa_supplicant.conf 743 1 327 44.0 0.000 0.000 | LZO1F-999 | ofono.conf 1063 1 569 53.5 0.000 0.000 | LZO1F-999 | pulseaudio-system.conf 1084 1 799 73.7 0.000 0.000 | LZO1F-999 | devpts 93 1 93 100 0.000 0.000 | LZO1F-999 | distcc 535 1 429 80.2 0.000 0.000 | LZO1F-999 | mountall 36 1 38 106 0.000 0.000 | LZO1F-999 | postinst 52 1 55 106 0.000 0.000 | LZO1F-999 | rcS 1040 1 728 70.0 0.000 0.000 | LZO1F-999 | rng-tools 27 1 31 115 0.000 0.000 | LZO1F-999 | usbd 0 1 3 0.0 0.000 0.000 | LZO1F-999 | useradd 117 1 123 105 0.000 0.000 | LZO1F-999 | 00_core 1637 1 914 55.8 0.000 0.000 | LZO1F-999 | 01_bootlogd 36 1 36 100 0.000 0.000 | LZO1F-999 | 99_dbus 48 1 43 89.6 0.000 0.000 | LZO1F-999 | 99_sshd 75 1 59 78.7 0.000 0.000 | LZO1F-999 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1F-999 | volatiles.04_pulse 91 1 86 94.5 0.000 0.000 | LZO1F-999 | xserver-nodm 130 1 131 101 0.000 0.000 | LZO1F-999 | clients.allow 1582 1 998 63.1 0.000 0.000 | LZO1F-999 | commands.allow.sh 1763 1 974 55.2 0.000 0.000 | LZO1F-999 | hosts 203 1 174 85.7 0.000 0.000 | LZO1F-999 | automatic.conf 2569 1 1164 45.3 0.000 0.000 | LZO1F-999 | dnf.conf 82 1 82 100 0.000 0.000 | LZO1F-999 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1F-999 | yum.conf 4 1 8 200 0.000 0.000 | LZO1F-999 | arch 26 1 24 92.3 0.000 0.000 | LZO1F-999 | releasever 6 1 10 167 0.000 0.000 | LZO1F-999 | e2scrub.conf 685 1 457 66.7 0.000 0.000 | LZO1F-999 | exports 46 1 49 107 0.000 0.000 | LZO1F-999 | 30-liberation-aliases.conf 419 1 209 49.9 0.000 0.000 | LZO1F-999 | README 978 1 664 67.9 0.000 0.000 | LZO1F-999 | fonts.conf 2532 1 1301 51.4 0.000 0.000 | LZO1F-999 | config 1032 1 426 41.3 0.000 0.000 | LZO1F-999 | machconfig 193 1 148 76.7 0.000 0.000 | LZO1F-999 | fstab 637 1 345 54.2 0.000 0.000 | LZO1F-999 | path 1448 1 802 55.4 0.000 0.000 | LZO1F-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1F-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1F-999 | %gconf.xml 235 1 139 59.1 0.000 0.000 | LZO1F-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1F-999 | %gconf.xml 2158 1 542 25.1 0.000 0.000 | LZO1F-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1F-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1F-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1F-999 | %gconf.xml 515 1 285 55.3 0.000 0.000 | LZO1F-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1F-999 | %gconf.xml 5626 1 1425 25.3 0.000 0.000 | LZO1F-999 | settings-daemon.schemas 7202 1 1617 22.5 0.000 0.000 | LZO1F-999 | group 639 1 497 77.8 0.000 0.000 | LZO1F-999 | group- 620 1 482 77.7 0.000 0.000 | LZO1F-999 | gshadow 529 1 350 66.2 0.000 0.000 | LZO1F-999 | gshadow- 514 1 337 65.6 0.000 0.000 | LZO1F-999 | im-multipress.conf 890 1 757 85.1 0.000 0.000 | LZO1F-999 | host.conf 26 1 30 115 0.000 0.000 | LZO1F-999 | hostname 11 1 15 136 0.000 0.000 | LZO1F-999 | hosts 258 1 200 77.5 0.000 0.000 | LZO1F-999 | alsa-state 811 1 496 61.2 0.000 0.000 | LZO1F-999 | atd 578 1 370 64.0 0.000 0.000 | LZO1F-999 | avahi-daemon 4491 1 2248 50.1 0.000 0.000 | LZO1F-999 | banner.sh 492 1 285 57.9 0.000 0.000 | LZO1F-999 | bluetooth 1253 1 738 58.9 0.000 0.000 | LZO1F-999 | bootlogd 1997 1 1094 54.8 0.000 0.000 | LZO1F-999 | bootmisc.sh 2017 1 1257 62.3 0.000 0.000 | LZO1F-999 | checkroot.sh 3591 1 2033 56.6 0.000 0.000 | LZO1F-999 | connman 1462 1 872 59.6 0.000 0.000 | LZO1F-999 | crond 1235 1 757 61.3 0.000 0.000 | LZO1F-999 | dbus-1 2887 1 1594 55.2 0.000 0.000 | LZO1F-999 | devpts.sh 526 1 370 70.3 0.000 0.000 | LZO1F-999 | distcc 2863 1 1499 52.4 0.000 0.000 | LZO1F-999 | dmesg.sh 352 1 238 67.6 0.000 0.000 | LZO1F-999 | functions 2141 1 1221 57.0 0.000 0.000 | LZO1F-999 | halt 510 1 389 76.3 0.000 0.000 | LZO1F-999 | hostname.sh 580 1 413 71.2 0.000 0.000 | LZO1F-999 | hwclock.sh 2541 1 1175 46.2 0.000 0.000 | LZO1F-999 | kdump 2989 1 1269 42.5 0.000 0.000 | LZO1F-999 | mdmonitor 1773 1 952 53.7 0.000 0.000 | LZO1F-999 | modutils.sh 1223 1 715 58.5 0.000 0.000 | LZO1F-999 | mountall.sh 869 1 624 71.8 0.000 0.000 | LZO1F-999 | mountnfs.sh 1589 1 841 52.9 0.000 0.000 | LZO1F-999 | networking 1956 1 934 47.8 0.000 0.000 | LZO1F-999 | nfscommon 1609 1 901 56.0 0.000 0.000 | LZO1F-999 | nfsserver 3326 1 1658 49.8 0.000 0.000 | LZO1F-999 | ofono 516 1 351 68.0 0.000 0.000 | LZO1F-999 | populate-volatile.sh 7826 1 3092 39.5 0.000 0.000 | LZO1F-999 | ppp 1231 1 611 49.6 0.000 0.000 | LZO1F-999 | psplash.sh 682 1 457 67.0 0.000 0.000 | LZO1F-999 | rc 4457 1 2230 50.0 0.000 0.000 | LZO1F-999 | rcS 525 1 429 81.7 0.000 0.000 | LZO1F-999 | read-only-rootfs-hook.sh 1273 1 801 62.9 0.000 0.000 | LZO1F-999 | reboot 289 1 216 74.7 0.000 0.000 | LZO1F-999 | rmnologin.sh 585 1 364 62.2 0.000 0.000 | LZO1F-999 | rng-tools 1021 1 454 44.5 0.000 0.000 | LZO1F-999 | rpcbind 1827 1 878 48.1 0.000 0.000 | LZO1F-999 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1F-999 | save-rtc.sh 429 1 311 72.5 0.000 0.000 | LZO1F-999 | sendsigs 438 1 292 66.7 0.000 0.000 | LZO1F-999 | single 578 1 410 70.9 0.000 0.000 | LZO1F-999 | sshd 2029 1 927 45.7 0.000 0.000 | LZO1F-999 | sysfs.sh 907 1 439 48.4 0.000 0.000 | LZO1F-999 | syslog 2066 1 1036 50.1 0.000 0.000 | LZO1F-999 | tcf-agent 1298 1 664 51.2 0.000 0.000 | LZO1F-999 | udev 2779 1 1467 52.8 0.000 0.000 | LZO1F-999 | umountfs 540 1 386 71.5 0.000 0.000 | LZO1F-999 | umountnfs.sh 711 1 499 70.2 0.000 0.000 | LZO1F-999 | urandom 1473 1 865 58.7 0.000 0.000 | LZO1F-999 | xserver-nodm 1436 1 898 62.5 0.000 0.000 | LZO1F-999 | inittab 1140 1 746 65.4 0.000 0.000 | LZO1F-999 | inputrc 1633 1 925 56.6 0.000 0.000 | LZO1F-999 | bpf_pinning 85 1 86 101 0.000 0.000 | LZO1F-999 | ematch_map 81 1 85 105 0.000 0.000 | LZO1F-999 | group 31 1 35 113 0.000 0.000 | LZO1F-999 | nl_protos 262 1 249 95.0 0.000 0.000 | LZO1F-999 | rt_dsfield 331 1 249 75.2 0.000 0.000 | LZO1F-999 | rt_protos 201 1 198 98.5 0.000 0.000 | LZO1F-999 | rt_realms 112 1 110 98.2 0.000 0.000 | LZO1F-999 | rt_scopes 92 1 90 97.8 0.000 0.000 | LZO1F-999 | rt_tables 87 1 85 97.7 0.000 0.000 | LZO1F-999 | issue 58 1 63 109 0.000 0.000 | LZO1F-999 | issue.net 55 1 60 109 0.000 0.000 | LZO1F-999 | ld.so.cache 57567 1 14488 25.2 8.203 0.000 | LZO1F-999 | ld.so.conf 33 1 34 103 0.000 0.000 | LZO1F-999 | classid 1130 1 602 53.3 0.000 0.000 | LZO1F-999 | pktloc 1532 1 761 49.7 0.000 0.000 | LZO1F-999 | collect_dnf.conf 813 1 477 58.7 0.000 0.000 | LZO1F-999 | limits 827 1 601 72.7 0.000 0.000 | LZO1F-999 | login.access 2006 1 1136 56.6 0.000 0.000 | LZO1F-999 | login.defs 11030 1 5451 49.4 0.000 0.000 | LZO1F-999 | logrotate-dmesg.conf 121 1 116 95.9 0.000 0.000 | LZO1F-999 | logrotate.conf 434 1 341 78.6 0.000 0.000 | LZO1F-999 | btmp 130 1 117 90.0 0.000 0.000 | LZO1F-999 | dnf 526 1 134 25.5 0.000 0.000 | LZO1F-999 | wtmp 145 1 128 88.3 0.000 0.000 | LZO1F-999 | kbdconfig 721 1 523 72.5 0.000 0.000 | LZO1F-999 | session 630 1 457 72.5 0.000 0.000 | LZO1F-999 | mdadm.conf 2687 1 1633 60.8 0.000 0.000 | LZO1F-999 | mke2fs.conf 846 1 470 55.6 0.000 0.000 | LZO1F-999 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1F-999 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1F-999 | motd 0 1 3 0.0 0.000 0.000 | LZO1F-999 | netconfig 767 1 409 53.3 0.000 0.000 | LZO1F-999 | nfsroot 809 1 497 61.4 0.000 0.000 | LZO1F-999 | wpa-supplicant 1999 1 840 42.0 0.000 0.000 | LZO1F-999 | interfaces 132 1 120 90.9 0.000 0.000 | LZO1F-999 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1F-999 | nfs-utils.conf 1087 1 702 64.6 0.000 0.000 | LZO1F-999 | nfsmount.conf 3606 1 1767 49.0 0.000 0.000 | LZO1F-999 | nsswitch.conf 497 1 355 71.4 0.000 0.000 | LZO1F-999 | phonesim.conf 361 1 297 82.3 0.000 0.000 | LZO1F-999 | arch.conf 88 1 64 72.7 0.000 0.000 | LZO1F-999 | opkg.conf 845 1 565 66.9 0.000 0.000 | LZO1F-999 | passwd 1055 1 592 56.1 0.000 0.000 | LZO1F-999 | passwd- 1006 1 567 56.4 0.000 0.000 | LZO1F-999 | cert9.db 28672 1 890 3.1 15.858 0.000 | LZO1F-999 | key4.db 36864 1 1137 3.1 19.621 0.000 | LZO1F-999 | pkcs11.txt 425 1 352 82.8 0.000 0.000 | LZO1F-999 | pointercal.xinput 91 1 93 102 0.000 0.000 | LZO1F-999 | chap-secrets 78 1 81 104 0.000 0.000 | LZO1F-999 | ip-down 1454 1 932 64.1 0.000 0.000 | LZO1F-999 | 92removedns 118 1 92 78.0 0.000 0.000 | LZO1F-999 | ip-up 1452 1 932 64.2 0.000 0.000 | LZO1F-999 | 08setupdns 292 1 178 61.0 0.000 0.000 | LZO1F-999 | options 5 1 9 180 0.000 0.000 | LZO1F-999 | pap-secrets 77 1 80 104 0.000 0.000 | LZO1F-999 | provider 1093 1 738 67.5 0.000 0.000 | LZO1F-999 | ppp_on_boot 573 1 433 75.6 0.000 0.000 | LZO1F-999 | profile 984 1 747 75.9 0.000 0.000 | LZO1F-999 | bash_completion.sh 672 1 383 57.0 0.000 0.000 | LZO1F-999 | distcc.sh 68 1 59 86.8 0.000 0.000 | LZO1F-999 | gawk.csh 1107 1 259 23.4 0.000 0.000 | LZO1F-999 | gawk.sh 757 1 215 28.4 0.000 0.000 | LZO1F-999 | protocols 2932 1 1896 64.7 0.000 0.000 | LZO1F-999 | client.conf 1233 1 891 72.3 0.000 0.000 | LZO1F-999 | 50-sato.conf 447 1 351 78.5 0.000 0.000 | LZO1F-999 | daemon.conf 2374 1 1416 59.6 0.000 0.000 | LZO1F-999 | default.pa 4933 1 2344 47.5 0.000 0.000 | LZO1F-999 | system.pa 2078 1 1200 57.7 0.000 0.000 | LZO1F-999 | quilt.quiltrc 1236 1 790 63.9 0.000 0.000 | LZO1F-999 | quotagrpadmins 220 1 192 87.3 0.000 0.000 | LZO1F-999 | quotatab 261 1 218 83.5 0.000 0.000 | LZO1F-999 | rpc 895 1 624 69.7 0.000 0.000 | LZO1F-999 | rpcbind.conf 58 1 63 109 0.000 0.000 | LZO1F-999 | macros 38 1 36 94.7 0.000 0.000 | LZO1F-999 | platform 19 1 23 121 0.000 0.000 | LZO1F-999 | rpmrc 104 1 70 67.3 0.000 0.000 | LZO1F-999 | securetty 1848 1 1035 56.0 0.000 0.000 | LZO1F-999 | services 18790 1 8931 47.5 28.315 0.000 | LZO1F-999 | shadow 651 1 227 34.9 0.000 0.000 | LZO1F-999 | shadow- 619 1 212 34.2 0.000 0.000 | LZO1F-999 | shells 52 1 47 90.4 0.000 0.000 | LZO1F-999 | .bashrc 410 1 320 78.0 0.000 0.000 | LZO1F-999 | .profile 241 1 224 92.9 0.000 0.000 | LZO1F-999 | slsh.rc 2030 1 931 45.9 0.000 0.000 | LZO1F-999 | moduli 577388 3 25302 4.4 132.172 0.000 | LZO1F-999 | ssh_config 1548 1 982 63.4 0.000 0.000 | LZO1F-999 | ssh_host_ecdsa_key 505 1 442 87.5 0.000 0.000 | LZO1F-999 | ssh_host_ecdsa_key.pub 177 1 170 96.0 0.000 0.000 | LZO1F-999 | ssh_host_ed25519_key 411 1 313 76.2 0.000 0.000 | LZO1F-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1F-999 | ssh_host_rsa_key 2602 1 2558 98.3 0.000 0.000 | LZO1F-999 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1F-999 | sshd_config 3177 1 1756 55.3 0.000 0.000 | LZO1F-999 | sshd_config_readonly 3186 1 1761 55.3 0.000 0.000 | LZO1F-999 | ca-certificates.crt 200061 1 156742 78.3 40.879 0.000 | LZO1F-999 | openssl.cnf 10909 1 4391 40.3 0.000 0.000 | LZO1F-999 | sudoers 3174 1 1695 53.4 0.000 0.000 | LZO1F-999 | sudoers.dist 3174 1 1695 53.4 0.000 0.000 | LZO1F-999 | crond 110 1 104 94.5 0.000 0.000 | LZO1F-999 | kdump.conf 411 1 325 79.1 0.000 0.000 | LZO1F-999 | sysctl.conf 2128 1 1433 67.3 0.000 0.000 | LZO1F-999 | syslog-startup.conf 651 1 519 79.7 0.000 0.000 | LZO1F-999 | syslog.conf 69 1 70 101 0.000 0.000 | LZO1F-999 | ansi 1481 1 662 44.7 0.000 0.000 | LZO1F-999 | dumb 308 1 70 22.7 0.000 0.000 | LZO1F-999 | linux 1730 1 906 52.4 0.000 0.000 | LZO1F-999 | rxvt 2286 1 1358 59.4 0.000 0.000 | LZO1F-999 | screen 1587 1 831 52.4 0.000 0.000 | LZO1F-999 | screen-256color 1677 1 860 51.3 0.000 0.000 | LZO1F-999 | sun 1004 1 445 44.3 0.000 0.000 | LZO1F-999 | vt100 1190 1 664 55.8 0.000 0.000 | LZO1F-999 | vt102 1184 1 663 56.0 0.000 0.000 | LZO1F-999 | vt200 1377 1 814 59.1 0.000 0.000 | LZO1F-999 | vt220 1377 1 814 59.1 0.000 0.000 | LZO1F-999 | vt52 470 1 220 46.8 0.000 0.000 | LZO1F-999 | xterm-256color 3641 1 2101 57.7 0.000 0.000 | LZO1F-999 | xterm-color 1551 1 696 44.9 0.000 0.000 | LZO1F-999 | xterm-xfree86 2240 1 1194 53.3 0.000 0.000 | LZO1F-999 | timestamp 15 1 19 127 0.000 0.000 | LZO1F-999 | timezone 10 1 14 140 0.000 0.000 | LZO1F-999 | dnf.conf 164 1 125 76.2 0.000 0.000 | LZO1F-999 | mount.blacklist 51 1 41 80.4 0.000 0.000 | LZO1F-999 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1F-999 | automount.rules 847 1 535 63.2 0.000 0.000 | LZO1F-999 | autonet.rules 757 1 506 66.8 0.000 0.000 | LZO1F-999 | local.rules 885 1 616 69.6 0.000 0.000 | LZO1F-999 | localextra.rules 843 1 563 66.8 0.000 0.000 | LZO1F-999 | mount.sh 4279 1 1955 45.7 0.000 0.000 | LZO1F-999 | network.sh 1402 1 950 67.8 0.000 0.000 | LZO1F-999 | udev.conf 49 1 53 108 0.000 0.000 | LZO1F-999 | 50default 2634 1 1031 39.1 0.000 0.000 | LZO1F-999 | version 15 1 19 127 0.000 0.000 | LZO1F-999 | volatile.cache 5955 1 1200 20.2 0.000 0.000 | LZO1F-999 | warnquota.conf 3360 1 1914 57.0 0.000 0.000 | LZO1F-999 | wpa_supplicant.conf 113 1 105 92.9 0.000 0.000 | LZO1F-999 | at-spi-dbus-bus.desktop 296 1 266 89.9 0.000 0.000 | LZO1F-999 | connman-applet.desktop 191 1 175 91.6 0.000 0.000 | LZO1F-999 | gsettings-data-convert.desktop 7741 1 4125 53.3 0.000 0.000 | LZO1F-999 | pulseaudio.desktop 4973 1 2121 42.7 0.000 0.000 | LZO1F-999 | xinput_calibrator.desktop 299 1 231 77.3 0.000 0.000 | LZO1F-999 | libfm.conf 183 1 141 77.0 0.000 0.000 | LZO1F-999 | pcmanfm.conf 321 1 271 84.4 0.000 0.000 | LZO1F-999 | Xserver 652 1 436 66.9 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1321 67.8 19.784 0.000 LZO1F-999 ***TOTALS*** 1249687 289 379180 30.3 19.784 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1X-999 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1X-999 | Xsession 755 1 475 62.9 0.000 0.000 | LZO1X-999 | 13xdgbasedirs.sh 550 1 435 79.1 0.000 0.000 | LZO1X-999 | 30xinput_calibrate.sh 115 1 115 100 0.000 0.000 | LZO1X-999 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1X-999 | 80matchboxkeyboard.sh 631 1 374 59.3 0.000 0.000 | LZO1X-999 | 89xdgautostart.sh 179 1 145 81.0 0.000 0.000 | LZO1X-999 | 90XWindowManager.sh 181 1 100 55.2 0.000 0.000 | LZO1X-999 | xinitrc 739 1 403 54.5 0.000 0.000 | LZO1X-999 | xorg.conf 1165 1 551 47.3 0.000 0.000 | LZO1X-999 | asound.conf 32 1 36 113 0.000 0.000 | LZO1X-999 | at.deny 144 1 127 88.2 0.000 0.000 | LZO1X-999 | avahi-daemon.conf 1753 1 1133 64.6 0.000 0.000 | LZO1X-999 | localtime 114 1 33 28.9 0.000 0.000 | LZO1X-999 | hosts 1121 1 813 72.5 0.000 0.000 | LZO1X-999 | sftp-ssh.service 1075 1 773 71.9 0.000 0.000 | LZO1X-999 | ssh.service 1071 1 771 72.0 0.000 0.000 | LZO1X-999 | bash_completion 45 1 39 86.7 0.000 0.000 | LZO1X-999 | perf 6321 1 2558 40.5 0.000 0.000 | LZO1X-999 | quilt 7117 1 2206 31.0 0.000 0.000 | LZO1X-999 | bindresvport.blacklist 429 1 308 71.8 0.000 0.000 | LZO1X-999 | input.conf 397 1 321 80.9 0.000 0.000 | LZO1X-999 | network.conf 120 1 119 99.2 0.000 0.000 | LZO1X-999 | build 527 1 271 51.4 0.000 0.000 | LZO1X-999 | busybox.links.nosuid 2392 1 1057 44.2 0.000 0.000 | LZO1X-999 | busybox.links.suid 91 1 65 71.4 0.000 0.000 | LZO1X-999 | ca-certificates.conf 5340 1 1637 30.7 0.000 0.000 | LZO1X-999 | pap 653 1 505 77.3 0.000 0.000 | LZO1X-999 | logrotate 189 1 153 81.0 0.000 0.000 | LZO1X-999 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1X-999 | crontab 653 1 385 59.0 0.000 0.000 | LZO1X-999 | session.conf 838 1 573 68.4 0.000 0.000 | LZO1X-999 | system.conf 833 1 571 68.5 0.000 0.000 | LZO1X-999 | ConsoleKit.conf 7305 1 820 11.2 0.000 0.000 | LZO1X-999 | avahi-dbus.conf 1138 1 492 43.2 0.000 0.000 | LZO1X-999 | bluetooth.conf 1315 1 652 49.6 0.000 0.000 | LZO1X-999 | dbus-wpa_supplicant.conf 743 1 325 43.7 0.000 0.000 | LZO1X-999 | ofono.conf 1063 1 561 52.8 0.000 0.000 | LZO1X-999 | pulseaudio-system.conf 1084 1 781 72.0 0.000 0.000 | LZO1X-999 | devpts 93 1 92 98.9 0.000 0.000 | LZO1X-999 | distcc 535 1 422 78.9 0.000 0.000 | LZO1X-999 | mountall 36 1 37 103 0.000 0.000 | LZO1X-999 | postinst 52 1 56 108 0.000 0.000 | LZO1X-999 | rcS 1040 1 711 68.4 0.000 0.000 | LZO1X-999 | rng-tools 27 1 31 115 0.000 0.000 | LZO1X-999 | usbd 0 1 3 0.0 0.000 0.000 | LZO1X-999 | useradd 117 1 122 104 0.000 0.000 | LZO1X-999 | 00_core 1637 1 891 54.4 0.000 0.000 | LZO1X-999 | 01_bootlogd 36 1 36 100 0.000 0.000 | LZO1X-999 | 99_dbus 48 1 43 89.6 0.000 0.000 | LZO1X-999 | 99_sshd 75 1 59 78.7 0.000 0.000 | LZO1X-999 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1X-999 | volatiles.04_pulse 91 1 86 94.5 0.000 0.000 | LZO1X-999 | xserver-nodm 130 1 130 100 0.000 0.000 | LZO1X-999 | clients.allow 1582 1 967 61.1 0.000 0.000 | LZO1X-999 | commands.allow.sh 1763 1 944 53.5 0.000 0.000 | LZO1X-999 | hosts 203 1 173 85.2 0.000 0.000 | LZO1X-999 | automatic.conf 2569 1 1129 43.9 0.000 0.000 | LZO1X-999 | dnf.conf 82 1 81 98.8 0.000 0.000 | LZO1X-999 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1X-999 | yum.conf 4 1 8 200 0.000 0.000 | LZO1X-999 | arch 26 1 24 92.3 0.000 0.000 | LZO1X-999 | releasever 6 1 10 167 0.000 0.000 | LZO1X-999 | e2scrub.conf 685 1 439 64.1 0.000 0.000 | LZO1X-999 | exports 46 1 49 107 0.000 0.000 | LZO1X-999 | 30-liberation-aliases.conf 419 1 206 49.2 0.000 0.000 | LZO1X-999 | README 978 1 641 65.5 0.000 0.000 | LZO1X-999 | fonts.conf 2532 1 1270 50.2 0.000 0.000 | LZO1X-999 | config 1032 1 427 41.4 0.000 0.000 | LZO1X-999 | machconfig 193 1 146 75.6 0.000 0.000 | LZO1X-999 | fstab 637 1 341 53.5 0.000 0.000 | LZO1X-999 | path 1448 1 778 53.7 0.000 0.000 | LZO1X-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-999 | %gconf.xml 235 1 139 59.1 0.000 0.000 | LZO1X-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-999 | %gconf.xml 2158 1 531 24.6 0.000 0.000 | LZO1X-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-999 | %gconf.xml 515 1 281 54.6 0.000 0.000 | LZO1X-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1X-999 | %gconf.xml 5626 1 1386 24.6 0.000 0.000 | LZO1X-999 | settings-daemon.schemas 7202 1 1595 22.1 0.000 0.000 | LZO1X-999 | group 639 1 475 74.3 0.000 0.000 | LZO1X-999 | group- 620 1 460 74.2 0.000 0.000 | LZO1X-999 | gshadow 529 1 337 63.7 0.000 0.000 | LZO1X-999 | gshadow- 514 1 324 63.0 0.000 0.000 | LZO1X-999 | im-multipress.conf 890 1 743 83.5 0.000 0.000 | LZO1X-999 | host.conf 26 1 30 115 0.000 0.000 | LZO1X-999 | hostname 11 1 15 136 0.000 0.000 | LZO1X-999 | hosts 258 1 197 76.4 0.000 0.000 | LZO1X-999 | alsa-state 811 1 488 60.2 0.000 0.000 | LZO1X-999 | atd 578 1 363 62.8 0.000 0.000 | LZO1X-999 | avahi-daemon 4491 1 2192 48.8 0.000 0.000 | LZO1X-999 | banner.sh 492 1 284 57.7 0.000 0.000 | LZO1X-999 | bluetooth 1253 1 725 57.9 0.000 0.000 | LZO1X-999 | bootlogd 1997 1 1077 53.9 0.000 0.000 | LZO1X-999 | bootmisc.sh 2017 1 1223 60.6 0.000 0.000 | LZO1X-999 | checkroot.sh 3591 1 1979 55.1 0.000 0.000 | LZO1X-999 | connman 1462 1 858 58.7 0.000 0.000 | LZO1X-999 | crond 1235 1 745 60.3 0.000 0.000 | LZO1X-999 | dbus-1 2887 1 1549 53.7 0.000 0.000 | LZO1X-999 | devpts.sh 526 1 363 69.0 0.000 0.000 | LZO1X-999 | distcc 2863 1 1466 51.2 0.000 0.000 | LZO1X-999 | dmesg.sh 352 1 236 67.0 0.000 0.000 | LZO1X-999 | functions 2141 1 1186 55.4 0.000 0.000 | LZO1X-999 | halt 510 1 384 75.3 0.000 0.000 | LZO1X-999 | hostname.sh 580 1 407 70.2 0.000 0.000 | LZO1X-999 | hwclock.sh 2541 1 1145 45.1 0.000 0.000 | LZO1X-999 | kdump 2989 1 1248 41.8 0.000 0.000 | LZO1X-999 | mdmonitor 1773 1 933 52.6 0.000 0.000 | LZO1X-999 | modutils.sh 1223 1 700 57.2 0.000 0.000 | LZO1X-999 | mountall.sh 869 1 606 69.7 0.000 0.000 | LZO1X-999 | mountnfs.sh 1589 1 826 52.0 0.000 0.000 | LZO1X-999 | networking 1956 1 919 47.0 0.000 0.000 | LZO1X-999 | nfscommon 1609 1 887 55.1 0.000 0.000 | LZO1X-999 | nfsserver 3326 1 1626 48.9 0.000 0.000 | LZO1X-999 | ofono 516 1 347 67.2 0.000 0.000 | LZO1X-999 | populate-volatile.sh 7826 1 3029 38.7 0.000 0.000 | LZO1X-999 | ppp 1231 1 595 48.3 0.000 0.000 | LZO1X-999 | psplash.sh 682 1 452 66.3 0.000 0.000 | LZO1X-999 | rc 4457 1 2205 49.5 0.000 0.000 | LZO1X-999 | rcS 525 1 427 81.3 0.000 0.000 | LZO1X-999 | read-only-rootfs-hook.sh 1273 1 787 61.8 0.000 0.000 | LZO1X-999 | reboot 289 1 216 74.7 0.000 0.000 | LZO1X-999 | rmnologin.sh 585 1 357 61.0 0.000 0.000 | LZO1X-999 | rng-tools 1021 1 446 43.7 0.000 0.000 | LZO1X-999 | rpcbind 1827 1 863 47.2 0.000 0.000 | LZO1X-999 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1X-999 | save-rtc.sh 429 1 312 72.7 0.000 0.000 | LZO1X-999 | sendsigs 438 1 291 66.4 0.000 0.000 | LZO1X-999 | single 578 1 404 69.9 0.000 0.000 | LZO1X-999 | sshd 2029 1 912 44.9 0.000 0.000 | LZO1X-999 | sysfs.sh 907 1 430 47.4 0.000 0.000 | LZO1X-999 | syslog 2066 1 1019 49.3 0.000 0.000 | LZO1X-999 | tcf-agent 1298 1 653 50.3 0.000 0.000 | LZO1X-999 | udev 2779 1 1431 51.5 0.000 0.000 | LZO1X-999 | umountfs 540 1 386 71.5 0.000 0.000 | LZO1X-999 | umountnfs.sh 711 1 492 69.2 0.000 0.000 | LZO1X-999 | urandom 1473 1 840 57.0 0.000 0.000 | LZO1X-999 | xserver-nodm 1436 1 878 61.1 0.000 0.000 | LZO1X-999 | inittab 1140 1 728 63.9 0.000 0.000 | LZO1X-999 | inputrc 1633 1 900 55.1 0.000 0.000 | LZO1X-999 | bpf_pinning 85 1 85 100 0.000 0.000 | LZO1X-999 | ematch_map 81 1 84 104 0.000 0.000 | LZO1X-999 | group 31 1 35 113 0.000 0.000 | LZO1X-999 | nl_protos 262 1 245 93.5 0.000 0.000 | LZO1X-999 | rt_dsfield 331 1 247 74.6 0.000 0.000 | LZO1X-999 | rt_protos 201 1 192 95.5 0.000 0.000 | LZO1X-999 | rt_realms 112 1 110 98.2 0.000 0.000 | LZO1X-999 | rt_scopes 92 1 88 95.7 0.000 0.000 | LZO1X-999 | rt_tables 87 1 86 98.9 0.000 0.000 | LZO1X-999 | issue 58 1 62 107 0.000 0.000 | LZO1X-999 | issue.net 55 1 59 107 0.000 0.000 | LZO1X-999 | ld.so.cache 57567 1 14388 25.0 4.519 0.000 | LZO1X-999 | ld.so.conf 33 1 34 103 0.000 0.000 | LZO1X-999 | classid 1130 1 585 51.8 0.000 0.000 | LZO1X-999 | pktloc 1532 1 747 48.8 0.000 0.000 | LZO1X-999 | collect_dnf.conf 813 1 469 57.7 0.000 0.000 | LZO1X-999 | limits 827 1 585 70.7 0.000 0.000 | LZO1X-999 | login.access 2006 1 1102 54.9 0.000 0.000 | LZO1X-999 | login.defs 11030 1 5351 48.5 17.282 0.000 | LZO1X-999 | logrotate-dmesg.conf 121 1 114 94.2 0.000 0.000 | LZO1X-999 | logrotate.conf 434 1 328 75.6 0.000 0.000 | LZO1X-999 | btmp 130 1 115 88.5 0.000 0.000 | LZO1X-999 | dnf 526 1 133 25.3 0.000 0.000 | LZO1X-999 | wtmp 145 1 125 86.2 0.000 0.000 | LZO1X-999 | kbdconfig 721 1 510 70.7 0.000 0.000 | LZO1X-999 | session 630 1 449 71.3 0.000 0.000 | LZO1X-999 | mdadm.conf 2687 1 1597 59.4 0.000 0.000 | LZO1X-999 | mke2fs.conf 846 1 456 53.9 0.000 0.000 | LZO1X-999 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1X-999 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1X-999 | motd 0 1 3 0.0 0.000 0.000 | LZO1X-999 | netconfig 767 1 400 52.2 0.000 0.000 | LZO1X-999 | nfsroot 809 1 486 60.1 0.000 0.000 | LZO1X-999 | wpa-supplicant 1999 1 827 41.4 0.000 0.000 | LZO1X-999 | interfaces 132 1 119 90.2 0.000 0.000 | LZO1X-999 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1X-999 | nfs-utils.conf 1087 1 682 62.7 0.000 0.000 | LZO1X-999 | nfsmount.conf 3606 1 1724 47.8 0.000 0.000 | LZO1X-999 | nsswitch.conf 497 1 346 69.6 0.000 0.000 | LZO1X-999 | phonesim.conf 361 1 292 80.9 0.000 0.000 | LZO1X-999 | arch.conf 88 1 64 72.7 0.000 0.000 | LZO1X-999 | opkg.conf 845 1 548 64.9 0.000 0.000 | LZO1X-999 | passwd 1055 1 578 54.8 0.000 0.000 | LZO1X-999 | passwd- 1006 1 554 55.1 0.000 0.000 | LZO1X-999 | cert9.db 28672 1 888 3.1 26.295 0.000 | LZO1X-999 | key4.db 36864 1 1133 3.1 32.172 0.000 | LZO1X-999 | pkcs11.txt 425 1 350 82.4 0.000 0.000 | LZO1X-999 | pointercal.xinput 91 1 92 101 0.000 0.000 | LZO1X-999 | chap-secrets 78 1 79 101 0.000 0.000 | LZO1X-999 | ip-down 1454 1 908 62.4 0.000 0.000 | LZO1X-999 | 92removedns 118 1 91 77.1 0.000 0.000 | LZO1X-999 | ip-up 1452 1 906 62.4 0.000 0.000 | LZO1X-999 | 08setupdns 292 1 175 59.9 0.000 0.000 | LZO1X-999 | options 5 1 9 180 0.000 0.000 | LZO1X-999 | pap-secrets 77 1 78 101 0.000 0.000 | LZO1X-999 | provider 1093 1 716 65.5 0.000 0.000 | LZO1X-999 | ppp_on_boot 573 1 424 74.0 0.000 0.000 | LZO1X-999 | profile 984 1 731 74.3 0.000 0.000 | LZO1X-999 | bash_completion.sh 672 1 380 56.5 0.000 0.000 | LZO1X-999 | distcc.sh 68 1 59 86.8 0.000 0.000 | LZO1X-999 | gawk.csh 1107 1 255 23.0 0.000 0.000 | LZO1X-999 | gawk.sh 757 1 213 28.1 0.000 0.000 | LZO1X-999 | protocols 2932 1 1830 62.4 0.000 0.000 | LZO1X-999 | client.conf 1233 1 861 69.8 0.000 0.000 | LZO1X-999 | 50-sato.conf 447 1 340 76.1 0.000 0.000 | LZO1X-999 | daemon.conf 2374 1 1376 58.0 0.000 0.000 | LZO1X-999 | default.pa 4933 1 2284 46.3 0.000 0.000 | LZO1X-999 | system.pa 2078 1 1158 55.7 0.000 0.000 | LZO1X-999 | quilt.quiltrc 1236 1 759 61.4 0.000 0.000 | LZO1X-999 | quotagrpadmins 220 1 191 86.8 0.000 0.000 | LZO1X-999 | quotatab 261 1 218 83.5 0.000 0.000 | LZO1X-999 | rpc 895 1 604 67.5 0.000 0.000 | LZO1X-999 | rpcbind.conf 58 1 62 107 0.000 0.000 | LZO1X-999 | macros 38 1 36 94.7 0.000 0.000 | LZO1X-999 | platform 19 1 23 121 0.000 0.000 | LZO1X-999 | rpmrc 104 1 68 65.4 0.000 0.000 | LZO1X-999 | securetty 1848 1 1025 55.5 0.000 0.000 | LZO1X-999 | services 18790 1 8764 46.6 13.758 0.000 | LZO1X-999 | shadow 651 1 224 34.4 0.000 0.000 | LZO1X-999 | shadow- 619 1 209 33.8 0.000 0.000 | LZO1X-999 | shells 52 1 46 88.5 0.000 0.000 | LZO1X-999 | .bashrc 410 1 312 76.1 0.000 0.000 | LZO1X-999 | .profile 241 1 220 91.3 0.000 0.000 | LZO1X-999 | slsh.rc 2030 1 905 44.6 0.000 0.000 | LZO1X-999 | moduli 577388 3 24561 4.3 85.229 0.000 | LZO1X-999 | ssh_config 1548 1 950 61.4 0.000 0.000 | LZO1X-999 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 | LZO1X-999 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1X-999 | ssh_host_ed25519_key 411 1 315 76.6 0.000 0.000 | LZO1X-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1X-999 | ssh_host_rsa_key 2602 1 2561 98.4 0.000 0.000 | LZO1X-999 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1X-999 | sshd_config 3177 1 1712 53.9 0.000 0.000 | LZO1X-999 | sshd_config_readonly 3186 1 1715 53.8 0.000 0.000 | LZO1X-999 | ca-certificates.crt 200061 1 148801 74.4 13.478 0.000 | LZO1X-999 | openssl.cnf 10909 1 4292 39.3 0.000 0.000 | LZO1X-999 | sudoers 3174 1 1646 51.9 0.000 0.000 | LZO1X-999 | sudoers.dist 3174 1 1646 51.9 0.000 0.000 | LZO1X-999 | crond 110 1 102 92.7 0.000 0.000 | LZO1X-999 | kdump.conf 411 1 320 77.9 0.000 0.000 | LZO1X-999 | sysctl.conf 2128 1 1396 65.6 0.000 0.000 | LZO1X-999 | syslog-startup.conf 651 1 512 78.6 0.000 0.000 | LZO1X-999 | syslog.conf 69 1 71 103 0.000 0.000 | LZO1X-999 | ansi 1481 1 660 44.6 0.000 0.000 | LZO1X-999 | dumb 308 1 69 22.4 0.000 0.000 | LZO1X-999 | linux 1730 1 900 52.0 0.000 0.000 | LZO1X-999 | rxvt 2286 1 1349 59.0 0.000 0.000 | LZO1X-999 | screen 1587 1 820 51.7 0.000 0.000 | LZO1X-999 | screen-256color 1677 1 849 50.6 0.000 0.000 | LZO1X-999 | sun 1004 1 442 44.0 0.000 0.000 | LZO1X-999 | vt100 1190 1 661 55.5 0.000 0.000 | LZO1X-999 | vt102 1184 1 657 55.5 0.000 0.000 | LZO1X-999 | vt200 1377 1 808 58.7 0.000 0.000 | LZO1X-999 | vt220 1377 1 808 58.7 0.000 0.000 | LZO1X-999 | vt52 470 1 217 46.2 0.000 0.000 | LZO1X-999 | xterm-256color 3641 1 2088 57.3 0.000 0.000 | LZO1X-999 | xterm-color 1551 1 694 44.7 0.000 0.000 | LZO1X-999 | xterm-xfree86 2240 1 1190 53.1 0.000 0.000 | LZO1X-999 | timestamp 15 1 19 127 0.000 0.000 | LZO1X-999 | timezone 10 1 14 140 0.000 0.000 | LZO1X-999 | dnf.conf 164 1 122 74.4 0.000 0.000 | LZO1X-999 | mount.blacklist 51 1 41 80.4 0.000 0.000 | LZO1X-999 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1X-999 | automount.rules 847 1 527 62.2 0.000 0.000 | LZO1X-999 | autonet.rules 757 1 495 65.4 0.000 0.000 | LZO1X-999 | local.rules 885 1 605 68.4 0.000 0.000 | LZO1X-999 | localextra.rules 843 1 554 65.7 0.000 0.000 | LZO1X-999 | mount.sh 4279 1 1913 44.7 0.000 0.000 | LZO1X-999 | network.sh 1402 1 920 65.6 0.000 0.000 | LZO1X-999 | udev.conf 49 1 52 106 0.000 0.000 | LZO1X-999 | 50default 2634 1 1016 38.6 0.000 0.000 | LZO1X-999 | version 15 1 19 127 0.000 0.000 | LZO1X-999 | volatile.cache 5955 1 1197 20.1 0.000 0.000 | LZO1X-999 | warnquota.conf 3360 1 1868 55.6 0.000 0.000 | LZO1X-999 | wpa_supplicant.conf 113 1 104 92.0 0.000 0.000 | LZO1X-999 | at-spi-dbus-bus.desktop 296 1 267 90.2 0.000 0.000 | LZO1X-999 | connman-applet.desktop 191 1 174 91.1 0.000 0.000 | LZO1X-999 | gsettings-data-convert.desktop 7741 1 4042 52.2 0.000 0.000 | LZO1X-999 | pulseaudio.desktop 4973 1 2080 41.8 0.000 0.000 | LZO1X-999 | xinput_calibrator.desktop 299 1 231 77.3 0.000 0.000 | LZO1X-999 | libfm.conf 183 1 139 76.0 0.000 0.000 | LZO1X-999 | pcmanfm.conf 321 1 269 83.8 0.000 0.000 | LZO1X-999 | Xserver 652 1 431 66.1 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1278 66.9 13.810 0.000 LZO1X-999 ***TOTALS*** 1249687 289 366839 29.4 13.810 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1Y-999 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1Y-999 | Xsession 755 1 462 61.2 0.000 0.000 | LZO1Y-999 | 13xdgbasedirs.sh 550 1 433 78.7 0.000 0.000 | LZO1Y-999 | 30xinput_calibrate.sh 115 1 115 100 0.000 0.000 | LZO1Y-999 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1Y-999 | 80matchboxkeyboard.sh 631 1 368 58.3 0.000 0.000 | LZO1Y-999 | 89xdgautostart.sh 179 1 142 79.3 0.000 0.000 | LZO1Y-999 | 90XWindowManager.sh 181 1 99 54.7 0.000 0.000 | LZO1Y-999 | xinitrc 739 1 389 52.6 0.000 0.000 | LZO1Y-999 | xorg.conf 1165 1 535 45.9 0.000 0.000 | LZO1Y-999 | asound.conf 32 1 36 113 0.000 0.000 | LZO1Y-999 | at.deny 144 1 127 88.2 0.000 0.000 | LZO1Y-999 | avahi-daemon.conf 1753 1 1108 63.2 0.000 0.000 | LZO1Y-999 | localtime 114 1 33 28.9 0.000 0.000 | LZO1Y-999 | hosts 1121 1 801 71.5 0.000 0.000 | LZO1Y-999 | sftp-ssh.service 1075 1 764 71.1 0.000 0.000 | LZO1Y-999 | ssh.service 1071 1 762 71.1 0.000 0.000 | LZO1Y-999 | bash_completion 45 1 38 84.4 0.000 0.000 | LZO1Y-999 | perf 6321 1 2530 40.0 0.000 0.000 | LZO1Y-999 | quilt 7117 1 2188 30.7 0.000 0.000 | LZO1Y-999 | bindresvport.blacklist 429 1 305 71.1 0.000 0.000 | LZO1Y-999 | input.conf 397 1 320 80.6 0.000 0.000 | LZO1Y-999 | network.conf 120 1 119 99.2 0.000 0.000 | LZO1Y-999 | build 527 1 269 51.0 0.000 0.000 | LZO1Y-999 | busybox.links.nosuid 2392 1 957 40.0 0.000 0.000 | LZO1Y-999 | busybox.links.suid 91 1 62 68.1 0.000 0.000 | LZO1Y-999 | ca-certificates.conf 5340 1 1593 29.8 0.000 0.000 | LZO1Y-999 | pap 653 1 503 77.0 0.000 0.000 | LZO1Y-999 | logrotate 189 1 148 78.3 0.000 0.000 | LZO1Y-999 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1Y-999 | crontab 653 1 378 57.9 0.000 0.000 | LZO1Y-999 | session.conf 838 1 561 66.9 0.000 0.000 | LZO1Y-999 | system.conf 833 1 559 67.1 0.000 0.000 | LZO1Y-999 | ConsoleKit.conf 7305 1 813 11.1 0.000 0.000 | LZO1Y-999 | avahi-dbus.conf 1138 1 480 42.2 0.000 0.000 | LZO1Y-999 | bluetooth.conf 1315 1 644 49.0 0.000 0.000 | LZO1Y-999 | dbus-wpa_supplicant.conf 743 1 317 42.7 0.000 0.000 | LZO1Y-999 | ofono.conf 1063 1 551 51.8 0.000 0.000 | LZO1Y-999 | pulseaudio-system.conf 1084 1 769 70.9 0.000 0.000 | LZO1Y-999 | devpts 93 1 92 98.9 0.000 0.000 | LZO1Y-999 | distcc 535 1 421 78.7 0.000 0.000 | LZO1Y-999 | mountall 36 1 37 103 0.000 0.000 | LZO1Y-999 | postinst 52 1 56 108 0.000 0.000 | LZO1Y-999 | rcS 1040 1 703 67.6 0.000 0.000 | LZO1Y-999 | rng-tools 27 1 31 115 0.000 0.000 | LZO1Y-999 | usbd 0 1 3 0.0 0.000 0.000 | LZO1Y-999 | useradd 117 1 122 104 0.000 0.000 | LZO1Y-999 | 00_core 1637 1 867 53.0 0.000 0.000 | LZO1Y-999 | 01_bootlogd 36 1 36 100 0.000 0.000 | LZO1Y-999 | 99_dbus 48 1 42 87.5 0.000 0.000 | LZO1Y-999 | 99_sshd 75 1 58 77.3 0.000 0.000 | LZO1Y-999 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1Y-999 | volatiles.04_pulse 91 1 86 94.5 0.000 0.000 | LZO1Y-999 | xserver-nodm 130 1 130 100 0.000 0.000 | LZO1Y-999 | clients.allow 1582 1 963 60.9 0.000 0.000 | LZO1Y-999 | commands.allow.sh 1763 1 919 52.1 0.000 0.000 | LZO1Y-999 | hosts 203 1 173 85.2 0.000 0.000 | LZO1Y-999 | automatic.conf 2569 1 1117 43.5 0.000 0.000 | LZO1Y-999 | dnf.conf 82 1 81 98.8 0.000 0.000 | LZO1Y-999 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1Y-999 | yum.conf 4 1 8 200 0.000 0.000 | LZO1Y-999 | arch 26 1 24 92.3 0.000 0.000 | LZO1Y-999 | releasever 6 1 10 167 0.000 0.000 | LZO1Y-999 | e2scrub.conf 685 1 434 63.4 0.000 0.000 | LZO1Y-999 | exports 46 1 49 107 0.000 0.000 | LZO1Y-999 | 30-liberation-aliases.conf 419 1 202 48.2 0.000 0.000 | LZO1Y-999 | README 978 1 624 63.8 0.000 0.000 | LZO1Y-999 | fonts.conf 2532 1 1262 49.8 0.000 0.000 | LZO1Y-999 | config 1032 1 413 40.0 0.000 0.000 | LZO1Y-999 | machconfig 193 1 141 73.1 0.000 0.000 | LZO1Y-999 | fstab 637 1 335 52.6 0.000 0.000 | LZO1Y-999 | path 1448 1 761 52.6 0.000 0.000 | LZO1Y-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Y-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Y-999 | %gconf.xml 235 1 137 58.3 0.000 0.000 | LZO1Y-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Y-999 | %gconf.xml 2158 1 523 24.2 0.000 0.000 | LZO1Y-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Y-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Y-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Y-999 | %gconf.xml 515 1 278 54.0 0.000 0.000 | LZO1Y-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Y-999 | %gconf.xml 5626 1 1401 24.9 0.000 0.000 | LZO1Y-999 | settings-daemon.schemas 7202 1 1601 22.2 0.000 0.000 | LZO1Y-999 | group 639 1 475 74.3 0.000 0.000 | LZO1Y-999 | group- 620 1 460 74.2 0.000 0.000 | LZO1Y-999 | gshadow 529 1 337 63.7 0.000 0.000 | LZO1Y-999 | gshadow- 514 1 324 63.0 0.000 0.000 | LZO1Y-999 | im-multipress.conf 890 1 741 83.3 0.000 0.000 | LZO1Y-999 | host.conf 26 1 30 115 0.000 0.000 | LZO1Y-999 | hostname 11 1 15 136 0.000 0.000 | LZO1Y-999 | hosts 258 1 193 74.8 0.000 0.000 | LZO1Y-999 | alsa-state 811 1 481 59.3 0.000 0.000 | LZO1Y-999 | atd 578 1 359 62.1 0.000 0.000 | LZO1Y-999 | avahi-daemon 4491 1 2162 48.1 0.000 0.000 | LZO1Y-999 | banner.sh 492 1 275 55.9 0.000 0.000 | LZO1Y-999 | bluetooth 1253 1 714 57.0 0.000 0.000 | LZO1Y-999 | bootlogd 1997 1 1061 53.1 0.000 0.000 | LZO1Y-999 | bootmisc.sh 2017 1 1196 59.3 0.000 0.000 | LZO1Y-999 | checkroot.sh 3591 1 1981 55.2 0.000 0.000 | LZO1Y-999 | connman 1462 1 840 57.5 0.000 0.000 | LZO1Y-999 | crond 1235 1 735 59.5 0.000 0.000 | LZO1Y-999 | dbus-1 2887 1 1538 53.3 0.000 0.000 | LZO1Y-999 | devpts.sh 526 1 357 67.9 0.000 0.000 | LZO1Y-999 | distcc 2863 1 1455 50.8 0.000 0.000 | LZO1Y-999 | dmesg.sh 352 1 230 65.3 0.000 0.000 | LZO1Y-999 | functions 2141 1 1159 54.1 0.000 0.000 | LZO1Y-999 | halt 510 1 378 74.1 0.000 0.000 | LZO1Y-999 | hostname.sh 580 1 393 67.8 0.000 0.000 | LZO1Y-999 | hwclock.sh 2541 1 1141 44.9 0.000 0.000 | LZO1Y-999 | kdump 2989 1 1235 41.3 0.000 0.000 | LZO1Y-999 | mdmonitor 1773 1 907 51.2 0.000 0.000 | LZO1Y-999 | modutils.sh 1223 1 679 55.5 0.000 0.000 | LZO1Y-999 | mountall.sh 869 1 591 68.0 0.000 0.000 | LZO1Y-999 | mountnfs.sh 1589 1 811 51.0 0.000 0.000 | LZO1Y-999 | networking 1956 1 905 46.3 0.000 0.000 | LZO1Y-999 | nfscommon 1609 1 865 53.8 0.000 0.000 | LZO1Y-999 | nfsserver 3326 1 1613 48.5 0.000 0.000 | LZO1Y-999 | ofono 516 1 344 66.7 0.000 0.000 | LZO1Y-999 | populate-volatile.sh 7826 1 2990 38.2 0.000 0.000 | LZO1Y-999 | ppp 1231 1 585 47.5 0.000 0.000 | LZO1Y-999 | psplash.sh 682 1 440 64.5 0.000 0.000 | LZO1Y-999 | rc 4457 1 2208 49.5 0.000 0.000 | LZO1Y-999 | rcS 525 1 423 80.6 0.000 0.000 | LZO1Y-999 | read-only-rootfs-hook.sh 1273 1 771 60.6 0.000 0.000 | LZO1Y-999 | reboot 289 1 210 72.7 0.000 0.000 | LZO1Y-999 | rmnologin.sh 585 1 348 59.5 0.000 0.000 | LZO1Y-999 | rng-tools 1021 1 440 43.1 0.000 0.000 | LZO1Y-999 | rpcbind 1827 1 840 46.0 0.000 0.000 | LZO1Y-999 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1Y-999 | save-rtc.sh 429 1 304 70.9 0.000 0.000 | LZO1Y-999 | sendsigs 438 1 283 64.6 0.000 0.000 | LZO1Y-999 | single 578 1 398 68.9 0.000 0.000 | LZO1Y-999 | sshd 2029 1 899 44.3 0.000 0.000 | LZO1Y-999 | sysfs.sh 907 1 414 45.6 0.000 0.000 | LZO1Y-999 | syslog 2066 1 996 48.2 0.000 0.000 | LZO1Y-999 | tcf-agent 1298 1 624 48.1 0.000 0.000 | LZO1Y-999 | udev 2779 1 1409 50.7 0.000 0.000 | LZO1Y-999 | umountfs 540 1 378 70.0 0.000 0.000 | LZO1Y-999 | umountnfs.sh 711 1 479 67.4 0.000 0.000 | LZO1Y-999 | urandom 1473 1 824 55.9 0.000 0.000 | LZO1Y-999 | xserver-nodm 1436 1 851 59.3 0.000 0.000 | LZO1Y-999 | inittab 1140 1 716 62.8 0.000 0.000 | LZO1Y-999 | inputrc 1633 1 889 54.4 0.000 0.000 | LZO1Y-999 | bpf_pinning 85 1 85 100 0.000 0.000 | LZO1Y-999 | ematch_map 81 1 84 104 0.000 0.000 | LZO1Y-999 | group 31 1 35 113 0.000 0.000 | LZO1Y-999 | nl_protos 262 1 245 93.5 0.000 0.000 | LZO1Y-999 | rt_dsfield 331 1 247 74.6 0.000 0.000 | LZO1Y-999 | rt_protos 201 1 192 95.5 0.000 0.000 | LZO1Y-999 | rt_realms 112 1 110 98.2 0.000 0.000 | LZO1Y-999 | rt_scopes 92 1 88 95.7 0.000 0.000 | LZO1Y-999 | rt_tables 87 1 86 98.9 0.000 0.000 | LZO1Y-999 | issue 58 1 62 107 0.000 0.000 | LZO1Y-999 | issue.net 55 1 59 107 0.000 0.000 | LZO1Y-999 | ld.so.cache 57567 1 13749 23.9 4.573 0.000 | LZO1Y-999 | ld.so.conf 33 1 34 103 0.000 0.000 | LZO1Y-999 | classid 1130 1 570 50.4 0.000 0.000 | LZO1Y-999 | pktloc 1532 1 713 46.5 0.000 0.000 | LZO1Y-999 | collect_dnf.conf 813 1 448 55.1 0.000 0.000 | LZO1Y-999 | limits 827 1 579 70.0 0.000 0.000 | LZO1Y-999 | login.access 2006 1 1087 54.2 0.000 0.000 | LZO1Y-999 | login.defs 11030 1 5420 49.1 16.182 0.000 | LZO1Y-999 | logrotate-dmesg.conf 121 1 114 94.2 0.000 0.000 | LZO1Y-999 | logrotate.conf 434 1 325 74.9 0.000 0.000 | LZO1Y-999 | btmp 130 1 115 88.5 0.000 0.000 | LZO1Y-999 | dnf 526 1 132 25.1 0.000 0.000 | LZO1Y-999 | wtmp 145 1 125 86.2 0.000 0.000 | LZO1Y-999 | kbdconfig 721 1 507 70.3 0.000 0.000 | LZO1Y-999 | session 630 1 438 69.5 0.000 0.000 | LZO1Y-999 | mdadm.conf 2687 1 1600 59.5 0.000 0.000 | LZO1Y-999 | mke2fs.conf 846 1 448 53.0 0.000 0.000 | LZO1Y-999 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1Y-999 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1Y-999 | motd 0 1 3 0.0 0.000 0.000 | LZO1Y-999 | netconfig 767 1 393 51.2 0.000 0.000 | LZO1Y-999 | nfsroot 809 1 477 59.0 0.000 0.000 | LZO1Y-999 | wpa-supplicant 1999 1 802 40.1 0.000 0.000 | LZO1Y-999 | interfaces 132 1 117 88.6 0.000 0.000 | LZO1Y-999 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1Y-999 | nfs-utils.conf 1087 1 676 62.2 0.000 0.000 | LZO1Y-999 | nfsmount.conf 3606 1 1726 47.9 0.000 0.000 | LZO1Y-999 | nsswitch.conf 497 1 336 67.6 0.000 0.000 | LZO1Y-999 | phonesim.conf 361 1 290 80.3 0.000 0.000 | LZO1Y-999 | arch.conf 88 1 64 72.7 0.000 0.000 | LZO1Y-999 | opkg.conf 845 1 537 63.6 0.000 0.000 | LZO1Y-999 | passwd 1055 1 555 52.6 0.000 0.000 | LZO1Y-999 | passwd- 1006 1 532 52.9 0.000 0.000 | LZO1Y-999 | cert9.db 28672 1 848 3.0 27.499 0.000 | LZO1Y-999 | key4.db 36864 1 1092 3.0 33.367 0.000 | LZO1Y-999 | pkcs11.txt 425 1 346 81.4 0.000 0.000 | LZO1Y-999 | pointercal.xinput 91 1 92 101 0.000 0.000 | LZO1Y-999 | chap-secrets 78 1 79 101 0.000 0.000 | LZO1Y-999 | ip-down 1454 1 897 61.7 0.000 0.000 | LZO1Y-999 | 92removedns 118 1 89 75.4 0.000 0.000 | LZO1Y-999 | ip-up 1452 1 896 61.7 0.000 0.000 | LZO1Y-999 | 08setupdns 292 1 163 55.8 0.000 0.000 | LZO1Y-999 | options 5 1 9 180 0.000 0.000 | LZO1Y-999 | pap-secrets 77 1 78 101 0.000 0.000 | LZO1Y-999 | provider 1093 1 706 64.6 0.000 0.000 | LZO1Y-999 | ppp_on_boot 573 1 417 72.8 0.000 0.000 | LZO1Y-999 | profile 984 1 723 73.5 0.000 0.000 | LZO1Y-999 | bash_completion.sh 672 1 371 55.2 0.000 0.000 | LZO1Y-999 | distcc.sh 68 1 58 85.3 0.000 0.000 | LZO1Y-999 | gawk.csh 1107 1 248 22.4 0.000 0.000 | LZO1Y-999 | gawk.sh 757 1 206 27.2 0.000 0.000 | LZO1Y-999 | protocols 2932 1 1828 62.3 0.000 0.000 | LZO1Y-999 | client.conf 1233 1 848 68.8 0.000 0.000 | LZO1Y-999 | 50-sato.conf 447 1 333 74.5 0.000 0.000 | LZO1Y-999 | daemon.conf 2374 1 1353 57.0 0.000 0.000 | LZO1Y-999 | default.pa 4933 1 2327 47.2 0.000 0.000 | LZO1Y-999 | system.pa 2078 1 1159 55.8 0.000 0.000 | LZO1Y-999 | quilt.quiltrc 1236 1 750 60.7 0.000 0.000 | LZO1Y-999 | quotagrpadmins 220 1 191 86.8 0.000 0.000 | LZO1Y-999 | quotatab 261 1 216 82.8 0.000 0.000 | LZO1Y-999 | rpc 895 1 595 66.5 0.000 0.000 | LZO1Y-999 | rpcbind.conf 58 1 62 107 0.000 0.000 | LZO1Y-999 | macros 38 1 36 94.7 0.000 0.000 | LZO1Y-999 | platform 19 1 23 121 0.000 0.000 | LZO1Y-999 | rpmrc 104 1 67 64.4 0.000 0.000 | LZO1Y-999 | securetty 1848 1 1015 54.9 0.000 0.000 | LZO1Y-999 | services 18790 1 8639 46.0 13.864 0.000 | LZO1Y-999 | shadow 651 1 224 34.4 0.000 0.000 | LZO1Y-999 | shadow- 619 1 209 33.8 0.000 0.000 | LZO1Y-999 | shells 52 1 46 88.5 0.000 0.000 | LZO1Y-999 | .bashrc 410 1 306 74.6 0.000 0.000 | LZO1Y-999 | .profile 241 1 219 90.9 0.000 0.000 | LZO1Y-999 | slsh.rc 2030 1 900 44.3 0.000 0.000 | LZO1Y-999 | moduli 577388 3 25427 4.4 83.733 0.000 | LZO1Y-999 | ssh_config 1548 1 937 60.5 0.000 0.000 | LZO1Y-999 | ssh_host_ecdsa_key 505 1 445 88.1 0.000 0.000 | LZO1Y-999 | ssh_host_ecdsa_key.pub 177 1 170 96.0 0.000 0.000 | LZO1Y-999 | ssh_host_ed25519_key 411 1 314 76.4 0.000 0.000 | LZO1Y-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1Y-999 | ssh_host_rsa_key 2602 1 2564 98.5 0.000 0.000 | LZO1Y-999 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1Y-999 | sshd_config 3177 1 1722 54.2 0.000 0.000 | LZO1Y-999 | sshd_config_readonly 3186 1 1725 54.1 0.000 0.000 | LZO1Y-999 | ca-certificates.crt 200061 1 148942 74.4 12.890 0.000 | LZO1Y-999 | openssl.cnf 10909 1 4330 39.7 5.711 0.000 | LZO1Y-999 | sudoers 3174 1 1648 51.9 0.000 0.000 | LZO1Y-999 | sudoers.dist 3174 1 1648 51.9 0.000 0.000 | LZO1Y-999 | crond 110 1 101 91.8 0.000 0.000 | LZO1Y-999 | kdump.conf 411 1 314 76.4 0.000 0.000 | LZO1Y-999 | sysctl.conf 2128 1 1396 65.6 0.000 0.000 | LZO1Y-999 | syslog-startup.conf 651 1 510 78.3 0.000 0.000 | LZO1Y-999 | syslog.conf 69 1 71 103 0.000 0.000 | LZO1Y-999 | ansi 1481 1 648 43.8 0.000 0.000 | LZO1Y-999 | dumb 308 1 69 22.4 0.000 0.000 | LZO1Y-999 | linux 1730 1 892 51.6 0.000 0.000 | LZO1Y-999 | rxvt 2286 1 1352 59.1 0.000 0.000 | LZO1Y-999 | screen 1587 1 819 51.6 0.000 0.000 | LZO1Y-999 | screen-256color 1677 1 846 50.4 0.000 0.000 | LZO1Y-999 | sun 1004 1 439 43.7 0.000 0.000 | LZO1Y-999 | vt100 1190 1 651 54.7 0.000 0.000 | LZO1Y-999 | vt102 1184 1 648 54.7 0.000 0.000 | LZO1Y-999 | vt200 1377 1 803 58.3 0.000 0.000 | LZO1Y-999 | vt220 1377 1 803 58.3 0.000 0.000 | LZO1Y-999 | vt52 470 1 215 45.7 0.000 0.000 | LZO1Y-999 | xterm-256color 3641 1 2091 57.4 0.000 0.000 | LZO1Y-999 | xterm-color 1551 1 692 44.6 0.000 0.000 | LZO1Y-999 | xterm-xfree86 2240 1 1181 52.7 0.000 0.000 | LZO1Y-999 | timestamp 15 1 19 127 0.000 0.000 | LZO1Y-999 | timezone 10 1 14 140 0.000 0.000 | LZO1Y-999 | dnf.conf 164 1 121 73.8 0.000 0.000 | LZO1Y-999 | mount.blacklist 51 1 41 80.4 0.000 0.000 | LZO1Y-999 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1Y-999 | automount.rules 847 1 522 61.6 0.000 0.000 | LZO1Y-999 | autonet.rules 757 1 490 64.7 0.000 0.000 | LZO1Y-999 | local.rules 885 1 597 67.5 0.000 0.000 | LZO1Y-999 | localextra.rules 843 1 545 64.7 0.000 0.000 | LZO1Y-999 | mount.sh 4279 1 1914 44.7 0.000 0.000 | LZO1Y-999 | network.sh 1402 1 907 64.7 0.000 0.000 | LZO1Y-999 | udev.conf 49 1 52 106 0.000 0.000 | LZO1Y-999 | 50default 2634 1 999 37.9 0.000 0.000 | LZO1Y-999 | version 15 1 19 127 0.000 0.000 | LZO1Y-999 | volatile.cache 5955 1 1157 19.4 0.000 0.000 | LZO1Y-999 | warnquota.conf 3360 1 1890 56.2 0.000 0.000 | LZO1Y-999 | wpa_supplicant.conf 113 1 103 91.2 0.000 0.000 | LZO1Y-999 | at-spi-dbus-bus.desktop 296 1 266 89.9 0.000 0.000 | LZO1Y-999 | connman-applet.desktop 191 1 174 91.1 0.000 0.000 | LZO1Y-999 | gsettings-data-convert.desktop 7741 1 4012 51.8 0.000 0.000 | LZO1Y-999 | pulseaudio.desktop 4973 1 2032 40.9 0.000 0.000 | LZO1Y-999 | xinput_calibrator.desktop 299 1 229 76.6 0.000 0.000 | LZO1Y-999 | libfm.conf 183 1 134 73.2 0.000 0.000 | LZO1Y-999 | pcmanfm.conf 321 1 266 82.9 0.000 0.000 | LZO1Y-999 | Xserver 652 1 421 64.6 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1272 66.2 11.703 0.000 LZO1Y-999 ***TOTALS*** 1249687 289 365264 29.2 11.703 0.000 LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. 262144 block-size LZO1Z-999 | 00-primary.seat 64 1 69 108 0.000 0.000 | LZO1Z-999 | Xsession 755 1 475 62.9 0.000 0.000 | LZO1Z-999 | 13xdgbasedirs.sh 550 1 435 79.1 0.000 0.000 | LZO1Z-999 | 30xinput_calibrate.sh 115 1 115 100 0.000 0.000 | LZO1Z-999 | 70settings-daemon.sh 27 1 31 115 0.000 0.000 | LZO1Z-999 | 80matchboxkeyboard.sh 631 1 373 59.1 0.000 0.000 | LZO1Z-999 | 89xdgautostart.sh 179 1 145 81.0 0.000 0.000 | LZO1Z-999 | 90XWindowManager.sh 181 1 100 55.2 0.000 0.000 | LZO1Z-999 | xinitrc 739 1 400 54.1 0.000 0.000 | LZO1Z-999 | xorg.conf 1165 1 544 46.7 0.000 0.000 | LZO1Z-999 | asound.conf 32 1 36 113 0.000 0.000 | LZO1Z-999 | at.deny 144 1 123 85.4 0.000 0.000 | LZO1Z-999 | avahi-daemon.conf 1753 1 1131 64.5 0.000 0.000 | LZO1Z-999 | localtime 114 1 33 28.9 0.000 0.000 | LZO1Z-999 | hosts 1121 1 812 72.4 0.000 0.000 | LZO1Z-999 | sftp-ssh.service 1075 1 772 71.8 0.000 0.000 | LZO1Z-999 | ssh.service 1071 1 770 71.9 0.000 0.000 | LZO1Z-999 | bash_completion 45 1 39 86.7 0.000 0.000 | LZO1Z-999 | perf 6321 1 2563 40.5 0.000 0.000 | LZO1Z-999 | quilt 7117 1 2203 31.0 0.000 0.000 | LZO1Z-999 | bindresvport.blacklist 429 1 305 71.1 0.000 0.000 | LZO1Z-999 | input.conf 397 1 320 80.6 0.000 0.000 | LZO1Z-999 | network.conf 120 1 119 99.2 0.000 0.000 | LZO1Z-999 | build 527 1 271 51.4 0.000 0.000 | LZO1Z-999 | busybox.links.nosuid 2392 1 1053 44.0 0.000 0.000 | LZO1Z-999 | busybox.links.suid 91 1 65 71.4 0.000 0.000 | LZO1Z-999 | ca-certificates.conf 5340 1 1634 30.6 0.000 0.000 | LZO1Z-999 | pap 653 1 505 77.3 0.000 0.000 | LZO1Z-999 | logrotate 189 1 153 81.0 0.000 0.000 | LZO1Z-999 | cron.deny 0 1 3 0.0 0.000 0.000 | LZO1Z-999 | crontab 653 1 383 58.7 0.000 0.000 | LZO1Z-999 | session.conf 838 1 572 68.3 0.000 0.000 | LZO1Z-999 | system.conf 833 1 570 68.4 0.000 0.000 | LZO1Z-999 | ConsoleKit.conf 7305 1 820 11.2 0.000 0.000 | LZO1Z-999 | avahi-dbus.conf 1138 1 491 43.1 0.000 0.000 | LZO1Z-999 | bluetooth.conf 1315 1 652 49.6 0.000 0.000 | LZO1Z-999 | dbus-wpa_supplicant.conf 743 1 325 43.7 0.000 0.000 | LZO1Z-999 | ofono.conf 1063 1 561 52.8 0.000 0.000 | LZO1Z-999 | pulseaudio-system.conf 1084 1 780 72.0 0.000 0.000 | LZO1Z-999 | devpts 93 1 92 98.9 0.000 0.000 | LZO1Z-999 | distcc 535 1 421 78.7 0.000 0.000 | LZO1Z-999 | mountall 36 1 37 103 0.000 0.000 | LZO1Z-999 | postinst 52 1 56 108 0.000 0.000 | LZO1Z-999 | rcS 1040 1 711 68.4 0.000 0.000 | LZO1Z-999 | rng-tools 27 1 31 115 0.000 0.000 | LZO1Z-999 | usbd 0 1 3 0.0 0.000 0.000 | LZO1Z-999 | useradd 117 1 122 104 0.000 0.000 | LZO1Z-999 | 00_core 1637 1 889 54.3 0.000 0.000 | LZO1Z-999 | 01_bootlogd 36 1 36 100 0.000 0.000 | LZO1Z-999 | 99_dbus 48 1 43 89.6 0.000 0.000 | LZO1Z-999 | 99_sshd 75 1 58 77.3 0.000 0.000 | LZO1Z-999 | 99_wpa_supplicant 46 1 48 104 0.000 0.000 | LZO1Z-999 | volatiles.04_pulse 91 1 85 93.4 0.000 0.000 | LZO1Z-999 | xserver-nodm 130 1 130 100 0.000 0.000 | LZO1Z-999 | clients.allow 1582 1 966 61.1 0.000 0.000 | LZO1Z-999 | commands.allow.sh 1763 1 943 53.5 0.000 0.000 | LZO1Z-999 | hosts 203 1 173 85.2 0.000 0.000 | LZO1Z-999 | automatic.conf 2569 1 1134 44.1 0.000 0.000 | LZO1Z-999 | dnf.conf 82 1 81 98.8 0.000 0.000 | LZO1Z-999 | dnf.conf 4 1 8 200 0.000 0.000 | LZO1Z-999 | yum.conf 4 1 8 200 0.000 0.000 | LZO1Z-999 | arch 26 1 24 92.3 0.000 0.000 | LZO1Z-999 | releasever 6 1 10 167 0.000 0.000 | LZO1Z-999 | e2scrub.conf 685 1 439 64.1 0.000 0.000 | LZO1Z-999 | exports 46 1 49 107 0.000 0.000 | LZO1Z-999 | 30-liberation-aliases.conf 419 1 206 49.2 0.000 0.000 | LZO1Z-999 | README 978 1 635 64.9 0.000 0.000 | LZO1Z-999 | fonts.conf 2532 1 1272 50.2 0.000 0.000 | LZO1Z-999 | config 1032 1 427 41.4 0.000 0.000 | LZO1Z-999 | machconfig 193 1 146 75.6 0.000 0.000 | LZO1Z-999 | fstab 637 1 341 53.5 0.000 0.000 | LZO1Z-999 | path 1448 1 778 53.7 0.000 0.000 | LZO1Z-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Z-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Z-999 | %gconf.xml 235 1 139 59.1 0.000 0.000 | LZO1Z-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Z-999 | %gconf.xml 2158 1 530 24.6 0.000 0.000 | LZO1Z-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Z-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Z-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Z-999 | %gconf.xml 515 1 279 54.2 0.000 0.000 | LZO1Z-999 | %gconf.xml 0 1 3 0.0 0.000 0.000 | LZO1Z-999 | %gconf.xml 5626 1 1385 24.6 0.000 0.000 | LZO1Z-999 | settings-daemon.schemas 7202 1 1594 22.1 0.000 0.000 | LZO1Z-999 | group 639 1 470 73.6 0.000 0.000 | LZO1Z-999 | group- 620 1 455 73.4 0.000 0.000 | LZO1Z-999 | gshadow 529 1 336 63.5 0.000 0.000 | LZO1Z-999 | gshadow- 514 1 323 62.8 0.000 0.000 | LZO1Z-999 | im-multipress.conf 890 1 734 82.5 0.000 0.000 | LZO1Z-999 | host.conf 26 1 30 115 0.000 0.000 | LZO1Z-999 | hostname 11 1 15 136 0.000 0.000 | LZO1Z-999 | hosts 258 1 196 76.0 0.000 0.000 | LZO1Z-999 | alsa-state 811 1 488 60.2 0.000 0.000 | LZO1Z-999 | atd 578 1 363 62.8 0.000 0.000 | LZO1Z-999 | avahi-daemon 4491 1 2196 48.9 0.000 0.000 | LZO1Z-999 | banner.sh 492 1 284 57.7 0.000 0.000 | LZO1Z-999 | bluetooth 1253 1 725 57.9 0.000 0.000 | LZO1Z-999 | bootlogd 1997 1 1077 53.9 0.000 0.000 | LZO1Z-999 | bootmisc.sh 2017 1 1221 60.5 0.000 0.000 | LZO1Z-999 | checkroot.sh 3591 1 1985 55.3 0.000 0.000 | LZO1Z-999 | connman 1462 1 858 58.7 0.000 0.000 | LZO1Z-999 | crond 1235 1 743 60.2 0.000 0.000 | LZO1Z-999 | dbus-1 2887 1 1554 53.8 0.000 0.000 | LZO1Z-999 | devpts.sh 526 1 363 69.0 0.000 0.000 | LZO1Z-999 | distcc 2863 1 1465 51.2 0.000 0.000 | LZO1Z-999 | dmesg.sh 352 1 234 66.5 0.000 0.000 | LZO1Z-999 | functions 2141 1 1185 55.3 0.000 0.000 | LZO1Z-999 | halt 510 1 384 75.3 0.000 0.000 | LZO1Z-999 | hostname.sh 580 1 407 70.2 0.000 0.000 | LZO1Z-999 | hwclock.sh 2541 1 1145 45.1 0.000 0.000 | LZO1Z-999 | kdump 2989 1 1250 41.8 0.000 0.000 | LZO1Z-999 | mdmonitor 1773 1 932 52.6 0.000 0.000 | LZO1Z-999 | modutils.sh 1223 1 700 57.2 0.000 0.000 | LZO1Z-999 | mountall.sh 869 1 606 69.7 0.000 0.000 | LZO1Z-999 | mountnfs.sh 1589 1 825 51.9 0.000 0.000 | LZO1Z-999 | networking 1956 1 917 46.9 0.000 0.000 | LZO1Z-999 | nfscommon 1609 1 886 55.1 0.000 0.000 | LZO1Z-999 | nfsserver 3326 1 1630 49.0 0.000 0.000 | LZO1Z-999 | ofono 516 1 347 67.2 0.000 0.000 | LZO1Z-999 | populate-volatile.sh 7826 1 3039 38.8 0.000 0.000 | LZO1Z-999 | ppp 1231 1 593 48.2 0.000 0.000 | LZO1Z-999 | psplash.sh 682 1 452 66.3 0.000 0.000 | LZO1Z-999 | rc 4457 1 2207 49.5 0.000 0.000 | LZO1Z-999 | rcS 525 1 427 81.3 0.000 0.000 | LZO1Z-999 | read-only-rootfs-hook.sh 1273 1 787 61.8 0.000 0.000 | LZO1Z-999 | reboot 289 1 216 74.7 0.000 0.000 | LZO1Z-999 | rmnologin.sh 585 1 357 61.0 0.000 0.000 | LZO1Z-999 | rng-tools 1021 1 444 43.5 0.000 0.000 | LZO1Z-999 | rpcbind 1827 1 863 47.2 0.000 0.000 | LZO1Z-999 | run-postinsts 25 1 29 116 0.000 0.000 | LZO1Z-999 | save-rtc.sh 429 1 312 72.7 0.000 0.000 | LZO1Z-999 | sendsigs 438 1 291 66.4 0.000 0.000 | LZO1Z-999 | single 578 1 404 69.9 0.000 0.000 | LZO1Z-999 | sshd 2029 1 910 44.8 0.000 0.000 | LZO1Z-999 | sysfs.sh 907 1 430 47.4 0.000 0.000 | LZO1Z-999 | syslog 2066 1 1017 49.2 0.000 0.000 | LZO1Z-999 | tcf-agent 1298 1 653 50.3 0.000 0.000 | LZO1Z-999 | udev 2779 1 1434 51.6 0.000 0.000 | LZO1Z-999 | umountfs 540 1 386 71.5 0.000 0.000 | LZO1Z-999 | umountnfs.sh 711 1 491 69.1 0.000 0.000 | LZO1Z-999 | urandom 1473 1 840 57.0 0.000 0.000 | LZO1Z-999 | xserver-nodm 1436 1 875 60.9 0.000 0.000 | LZO1Z-999 | inittab 1140 1 726 63.7 0.000 0.000 | LZO1Z-999 | inputrc 1633 1 896 54.9 0.000 0.000 | LZO1Z-999 | bpf_pinning 85 1 85 100 0.000 0.000 | LZO1Z-999 | ematch_map 81 1 84 104 0.000 0.000 | LZO1Z-999 | group 31 1 35 113 0.000 0.000 | LZO1Z-999 | nl_protos 262 1 245 93.5 0.000 0.000 | LZO1Z-999 | rt_dsfield 331 1 234 70.7 0.000 0.000 | LZO1Z-999 | rt_protos 201 1 192 95.5 0.000 0.000 | LZO1Z-999 | rt_realms 112 1 109 97.3 0.000 0.000 | LZO1Z-999 | rt_scopes 92 1 88 95.7 0.000 0.000 | LZO1Z-999 | rt_tables 87 1 86 98.9 0.000 0.000 | LZO1Z-999 | issue 58 1 62 107 0.000 0.000 | LZO1Z-999 | issue.net 55 1 59 107 0.000 0.000 | LZO1Z-999 | ld.so.cache 57567 1 14391 25.0 4.611 0.000 | LZO1Z-999 | ld.so.conf 33 1 34 103 0.000 0.000 | LZO1Z-999 | classid 1130 1 584 51.7 0.000 0.000 | LZO1Z-999 | pktloc 1532 1 739 48.2 0.000 0.000 | LZO1Z-999 | collect_dnf.conf 813 1 469 57.7 0.000 0.000 | LZO1Z-999 | limits 827 1 579 70.0 0.000 0.000 | LZO1Z-999 | login.access 2006 1 1103 55.0 0.000 0.000 | LZO1Z-999 | login.defs 11030 1 5381 48.8 17.503 0.000 | LZO1Z-999 | logrotate-dmesg.conf 121 1 113 93.4 0.000 0.000 | LZO1Z-999 | logrotate.conf 434 1 328 75.6 0.000 0.000 | LZO1Z-999 | btmp 130 1 115 88.5 0.000 0.000 | LZO1Z-999 | dnf 526 1 132 25.1 0.000 0.000 | LZO1Z-999 | wtmp 145 1 125 86.2 0.000 0.000 | LZO1Z-999 | kbdconfig 721 1 510 70.7 0.000 0.000 | LZO1Z-999 | session 630 1 447 71.0 0.000 0.000 | LZO1Z-999 | mdadm.conf 2687 1 1600 59.5 0.000 0.000 | LZO1Z-999 | mke2fs.conf 846 1 455 53.8 0.000 0.000 | LZO1Z-999 | uvesafb.conf 39 1 40 103 0.000 0.000 | LZO1Z-999 | uvesafb.conf 8 1 12 150 0.000 0.000 | LZO1Z-999 | motd 0 1 3 0.0 0.000 0.000 | LZO1Z-999 | netconfig 767 1 400 52.2 0.000 0.000 | LZO1Z-999 | nfsroot 809 1 486 60.1 0.000 0.000 | LZO1Z-999 | wpa-supplicant 1999 1 826 41.3 0.000 0.000 | LZO1Z-999 | interfaces 132 1 119 90.2 0.000 0.000 | LZO1Z-999 | nm-disabled-eth0 0 1 3 0.0 0.000 0.000 | LZO1Z-999 | nfs-utils.conf 1087 1 681 62.6 0.000 0.000 | LZO1Z-999 | nfsmount.conf 3606 1 1736 48.1 0.000 0.000 | LZO1Z-999 | nsswitch.conf 497 1 346 69.6 0.000 0.000 | LZO1Z-999 | phonesim.conf 361 1 291 80.6 0.000 0.000 | LZO1Z-999 | arch.conf 88 1 63 71.6 0.000 0.000 | LZO1Z-999 | opkg.conf 845 1 547 64.7 0.000 0.000 | LZO1Z-999 | passwd 1055 1 576 54.6 0.000 0.000 | LZO1Z-999 | passwd- 1006 1 552 54.9 0.000 0.000 | LZO1Z-999 | cert9.db 28672 1 837 2.9 27.141 0.000 | LZO1Z-999 | key4.db 36864 1 1085 2.9 32.462 0.000 | LZO1Z-999 | pkcs11.txt 425 1 350 82.4 0.000 0.000 | LZO1Z-999 | pointercal.xinput 91 1 92 101 0.000 0.000 | LZO1Z-999 | chap-secrets 78 1 79 101 0.000 0.000 | LZO1Z-999 | ip-down 1454 1 902 62.0 0.000 0.000 | LZO1Z-999 | 92removedns 118 1 91 77.1 0.000 0.000 | LZO1Z-999 | ip-up 1452 1 900 62.0 0.000 0.000 | LZO1Z-999 | 08setupdns 292 1 175 59.9 0.000 0.000 | LZO1Z-999 | options 5 1 9 180 0.000 0.000 | LZO1Z-999 | pap-secrets 77 1 78 101 0.000 0.000 | LZO1Z-999 | provider 1093 1 716 65.5 0.000 0.000 | LZO1Z-999 | ppp_on_boot 573 1 424 74.0 0.000 0.000 | LZO1Z-999 | profile 984 1 731 74.3 0.000 0.000 | LZO1Z-999 | bash_completion.sh 672 1 379 56.4 0.000 0.000 | LZO1Z-999 | distcc.sh 68 1 59 86.8 0.000 0.000 | LZO1Z-999 | gawk.csh 1107 1 255 23.0 0.000 0.000 | LZO1Z-999 | gawk.sh 757 1 212 28.0 0.000 0.000 | LZO1Z-999 | protocols 2932 1 1828 62.3 0.000 0.000 | LZO1Z-999 | client.conf 1233 1 860 69.7 0.000 0.000 | LZO1Z-999 | 50-sato.conf 447 1 340 76.1 0.000 0.000 | LZO1Z-999 | daemon.conf 2374 1 1375 57.9 0.000 0.000 | LZO1Z-999 | default.pa 4933 1 2293 46.5 0.000 0.000 | LZO1Z-999 | system.pa 2078 1 1154 55.5 0.000 0.000 | LZO1Z-999 | quilt.quiltrc 1236 1 758 61.3 0.000 0.000 | LZO1Z-999 | quotagrpadmins 220 1 190 86.4 0.000 0.000 | LZO1Z-999 | quotatab 261 1 217 83.1 0.000 0.000 | LZO1Z-999 | rpc 895 1 602 67.3 0.000 0.000 | LZO1Z-999 | rpcbind.conf 58 1 62 107 0.000 0.000 | LZO1Z-999 | macros 38 1 36 94.7 0.000 0.000 | LZO1Z-999 | platform 19 1 23 121 0.000 0.000 | LZO1Z-999 | rpmrc 104 1 68 65.4 0.000 0.000 | LZO1Z-999 | securetty 1848 1 910 49.2 0.000 0.000 | LZO1Z-999 | services 18790 1 8790 46.8 14.305 0.000 | LZO1Z-999 | shadow 651 1 224 34.4 0.000 0.000 | LZO1Z-999 | shadow- 619 1 209 33.8 0.000 0.000 | LZO1Z-999 | shells 52 1 46 88.5 0.000 0.000 | LZO1Z-999 | .bashrc 410 1 311 75.9 0.000 0.000 | LZO1Z-999 | .profile 241 1 220 91.3 0.000 0.000 | LZO1Z-999 | slsh.rc 2030 1 906 44.6 0.000 0.000 | LZO1Z-999 | moduli 577388 3 24710 4.3 87.212 0.000 | LZO1Z-999 | ssh_config 1548 1 947 61.2 0.000 0.000 | LZO1Z-999 | ssh_host_ecdsa_key 505 1 447 88.5 0.000 0.000 | LZO1Z-999 | ssh_host_ecdsa_key.pub 177 1 171 96.6 0.000 0.000 | LZO1Z-999 | ssh_host_ed25519_key 411 1 315 76.6 0.000 0.000 | LZO1Z-999 | ssh_host_ed25519_key.pub 97 1 101 104 0.000 0.000 | LZO1Z-999 | ssh_host_rsa_key 2602 1 2561 98.4 0.000 0.000 | LZO1Z-999 | ssh_host_rsa_key.pub 569 1 573 101 0.000 0.000 | LZO1Z-999 | sshd_config 3177 1 1722 54.2 0.000 0.000 | LZO1Z-999 | sshd_config_readonly 3186 1 1728 54.2 0.000 0.000 | LZO1Z-999 | ca-certificates.crt 200061 1 148779 74.4 13.834 0.000 | LZO1Z-999 | openssl.cnf 10909 1 4304 39.5 0.000 0.000 | LZO1Z-999 | sudoers 3174 1 1647 51.9 0.000 0.000 | LZO1Z-999 | sudoers.dist 3174 1 1647 51.9 0.000 0.000 | LZO1Z-999 | crond 110 1 102 92.7 0.000 0.000 | LZO1Z-999 | kdump.conf 411 1 320 77.9 0.000 0.000 | LZO1Z-999 | sysctl.conf 2128 1 1398 65.7 0.000 0.000 | LZO1Z-999 | syslog-startup.conf 651 1 512 78.6 0.000 0.000 | LZO1Z-999 | syslog.conf 69 1 71 103 0.000 0.000 | LZO1Z-999 | ansi 1481 1 638 43.1 0.000 0.000 | LZO1Z-999 | dumb 308 1 69 22.4 0.000 0.000 | LZO1Z-999 | linux 1730 1 879 50.8 0.000 0.000 | LZO1Z-999 | rxvt 2286 1 1312 57.4 0.000 0.000 | LZO1Z-999 | screen 1587 1 797 50.2 0.000 0.000 | LZO1Z-999 | screen-256color 1677 1 826 49.3 0.000 0.000 | LZO1Z-999 | sun 1004 1 424 42.2 0.000 0.000 | LZO1Z-999 | vt100 1190 1 636 53.4 0.000 0.000 | LZO1Z-999 | vt102 1184 1 636 53.7 0.000 0.000 | LZO1Z-999 | vt200 1377 1 780 56.6 0.000 0.000 | LZO1Z-999 | vt220 1377 1 780 56.6 0.000 0.000 | LZO1Z-999 | vt52 470 1 216 46.0 0.000 0.000 | LZO1Z-999 | xterm-256color 3641 1 1965 54.0 0.000 0.000 | LZO1Z-999 | xterm-color 1551 1 675 43.5 0.000 0.000 | LZO1Z-999 | xterm-xfree86 2240 1 1139 50.8 0.000 0.000 | LZO1Z-999 | timestamp 15 1 19 127 0.000 0.000 | LZO1Z-999 | timezone 10 1 14 140 0.000 0.000 | LZO1Z-999 | dnf.conf 164 1 122 74.4 0.000 0.000 | LZO1Z-999 | mount.blacklist 51 1 41 80.4 0.000 0.000 | LZO1Z-999 | 80-net-name-slot.rules 0 1 3 0.0 0.000 0.000 | LZO1Z-999 | automount.rules 847 1 527 62.2 0.000 0.000 | LZO1Z-999 | autonet.rules 757 1 495 65.4 0.000 0.000 | LZO1Z-999 | local.rules 885 1 605 68.4 0.000 0.000 | LZO1Z-999 | localextra.rules 843 1 554 65.7 0.000 0.000 | LZO1Z-999 | mount.sh 4279 1 1915 44.8 0.000 0.000 | LZO1Z-999 | network.sh 1402 1 920 65.6 0.000 0.000 | LZO1Z-999 | udev.conf 49 1 52 106 0.000 0.000 | LZO1Z-999 | 50default 2634 1 1015 38.5 0.000 0.000 | LZO1Z-999 | version 15 1 19 127 0.000 0.000 | LZO1Z-999 | volatile.cache 5955 1 1198 20.1 0.000 0.000 | LZO1Z-999 | warnquota.conf 3360 1 1874 55.8 0.000 0.000 | LZO1Z-999 | wpa_supplicant.conf 113 1 104 92.0 0.000 0.000 | LZO1Z-999 | at-spi-dbus-bus.desktop 296 1 267 90.2 0.000 0.000 | LZO1Z-999 | connman-applet.desktop 191 1 174 91.1 0.000 0.000 | LZO1Z-999 | gsettings-data-convert.desktop 7741 1 4037 52.2 0.000 0.000 | LZO1Z-999 | pulseaudio.desktop 4973 1 2073 41.7 0.000 0.000 | LZO1Z-999 | xinput_calibrator.desktop 299 1 231 77.3 0.000 0.000 | LZO1Z-999 | libfm.conf 183 1 139 76.0 0.000 0.000 | LZO1Z-999 | pcmanfm.conf 321 1 268 83.5 0.000 0.000 | LZO1Z-999 | Xserver 652 1 431 66.1 0.000 0.000 | [clock=2] ***AVG*** 4354 1.0 1276 66.7 14.133 0.000 LZO1Z-999 ***TOTALS*** 1249687 289 366294 29.3 14.133 0.000 Done. Align init: 0x7f57aa201010 ( 0x7f57aa201010 ) Alignment test passed. PASS: align Checksum test passed. PASS: chksum LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. compressed 131072 bytes into 593 bytes decompressed 593 bytes back into 131072 bytes Simple compression test passed. PASS: simple LZO real-time data compression library (v2.10, Mar 01 2017). Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. compressed 131072 bytes into 593 bytes decompressed 593 bytes back into 131072 bytes miniLZO simple compression test passed. PASS: testmini DURATION: 2 END: /usr/lib/lzo/ptest 2019-08-16T20:06 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T20:06 BEGIN: /usr/lib/m4/ptest PASS: test-alignof PASS: test-alloca-opt PASS: test-array_list PASS: test-array_oset PASS: test-avltree_oset PASS: test-binary-io.sh PASS: test-btowc1.sh PASS: test-btowc2.sh PASS: test-c-ctype skipping test: c_stack_action: Operation not supported SKIP: test-c-stack.sh skipping test: c_stack_action: Operation not supported SKIP: test-c-stack2.sh PASS: test-c-strcase.sh PASS: test-canonicalize-lgpl PASS: test-chdir PASS: test-cloexec PASS: test-close PASS: test-closein.sh PASS: test-ctype PASS: test-dirent PASS: test-dirname PASS: test-dup PASS: test-dup2 PASS: test-environ PASS: test-errno PASS: test-fclose PASS: test-fcntl-h PASS: test-fcntl PASS: test-fdopen PASS: test-fflush PASS: test-fflush2.sh PASS: test-fgetc PASS: test-filenamecat PASS: test-float PASS: test-fopen-safer PASS: test-fopen PASS: test-fpending.sh PASS: test-fpurge PASS: test-fputc PASS: test-fread PASS: test-freadahead.sh PASS: test-freading PASS: test-frexp-nolibm PASS: test-frexpl-nolibm PASS: test-fseek.sh PASS: test-fseek2.sh PASS: test-fseeko.sh PASS: test-fseeko2.sh PASS: test-fseeko3.sh PASS: test-fseeko4.sh PASS: test-fstat PASS: test-ftell.sh PASS: test-ftell2.sh PASS: test-ftell3 PASS: test-ftello.sh PASS: test-ftello2.sh PASS: test-ftello3 PASS: test-ftello4.sh PASS: test-fwrite PASS: test-getcwd-lgpl PASS: test-getdtablesize PASS: test-getopt-gnu PASS: test-getopt-posix PASS: test-getprogname PASS: test-gettimeofday PASS: test-ignore-value PASS: test-intprops PASS: test-inttypes PASS: test-isblank PASS: test-isnand-nolibm PASS: test-isnanf-nolibm PASS: test-isnanl-nolibm PASS: test-langinfo PASS: test-limits-h PASS: test-link PASS: test-linkedhash_list PASS: test-locale PASS: test-localeconv PASS: test-localename PASS: test-lseek.sh PASS: test-lstat PASS: test-malloca PASS: test-math PASS: test-mbrtowc1.sh PASS: test-mbrtowc2.sh Skipping test: no traditional japanese locale is supported SKIP: test-mbrtowc3.sh Skipping test: no transitional chinese locale is supported SKIP: test-mbrtowc4.sh PASS: test-mbrtowc5.sh Skipping test: not a native Windows system SKIP: test-mbrtowc-w32-1.sh Skipping test: not a native Windows system SKIP: test-mbrtowc-w32-2.sh Skipping test: not a native Windows system SKIP: test-mbrtowc-w32-3.sh Skipping test: not a native Windows system SKIP: test-mbrtowc-w32-4.sh Skipping test: not a native Windows system SKIP: test-mbrtowc-w32-5.sh PASS: test-mbsinit.sh PASS: test-memchr PASS: test-memchr2 PASS: test-nl_langinfo.sh PASS: test-open PASS: test-pathmax PASS: test-pipe2 PASS: test-posix_spawn_file_actions_addclose PASS: test-posix_spawn_file_actions_adddup2 PASS: test-posix_spawn_file_actions_addopen PASS: test-posix_spawn1 PASS: test-posix_spawn2 PASS: test-printf-frexp PASS: test-printf-frexpl PASS: test-quotearg-simple PASS: test-raise PASS: test-rawmemchr PASS: test-readlink PASS: test-regex PASS: test-rename PASS: test-rmdir PASS: test-sched PASS: test-setenv PASS: test-setlocale1.sh PASS: test-setlocale2.sh PASS: test-sigaction PASS: test-signal-h PASS: test-signbit PASS: test-sigpipe.sh PASS: test-sigprocmask PASS: test-sleep PASS: test-snprintf PASS: test-spawn-pipe.sh PASS: test-spawn PASS: test-stat PASS: test-stdalign PASS: test-stdbool PASS: test-stddef PASS: test-stdint PASS: test-stdio PASS: test-stdlib PASS: test-strchrnul PASS: test-strerror PASS: test-string PASS: test-strnlen PASS: test-strsignal PASS: test-strstr PASS: test-strtod PASS: test-symlink PASS: test-sys_stat PASS: test-sys_time PASS: test-sys_types PASS: test-sys_wait PASS: test-init.sh PASS: test-time PASS: test-dup-safer PASS: test-unistd PASS: test-unsetenv PASS: test-update-copyright.sh PASS: test-vasnprintf PASS: test-vasprintf-posix PASS: test-vasprintf test-vc-list-files-git.sh: skipped test: git not found in PATH SKIP: test-vc-list-files-git.sh test-vc-list-files-cvs.sh: skipped test: cvs not found in PATH SKIP: test-vc-list-files-cvs.sh PASS: test-verify test-verify.sh: skipped test: cannot compile error-free SKIP: test-verify.sh PASS: test-version-etc.sh PASS: test-wchar PASS: test-wcrtomb.sh Skipping test: not a native Windows system SKIP: test-wcrtomb-w32-1.sh Skipping test: not a native Windows system SKIP: test-wcrtomb-w32-2.sh Skipping test: not a native Windows system SKIP: test-wcrtomb-w32-3.sh Skipping test: not a native Windows system SKIP: test-wcrtomb-w32-4.sh Skipping test: not a native Windows system SKIP: test-wcrtomb-w32-5.sh PASS: test-wctype-h PASS: test-write PASS: test-xalloc-die.sh PASS: test-xvasprintf ======================= All 153 tests passed (17 tests were not run) ======================= DURATION: 6 END: /usr/lib/m4/ptest 2019-08-16T20:06 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T20:06 BEGIN: /usr/lib/mdadm/ptest Testing on linux-5.0.19-yocto-standard kernel PASS: /usr/lib/mdadm/ptest/tests/00linear PASS: /usr/lib/mdadm/ptest/tests/00multipath FAIL: /usr/lib/mdadm/ptest/tests/00namesFAILED - see //00names.log and //fail00names.log for details PASS: /usr/lib/mdadm/ptest/tests/00raid0 PASS: /usr/lib/mdadm/ptest/tests/00raid1 PASS: /usr/lib/mdadm/ptest/tests/00raid10 FAIL: /usr/lib/mdadm/ptest/tests/00raid4FAILED - see //00raid4.log and //fail00raid4.log for details FAIL: /usr/lib/mdadm/ptest/tests/00raid5FAILED - see //00raid5.log and //fail00raid5.log for details FAIL: /usr/lib/mdadm/ptest/tests/00raid6FAILED - see //00raid6.log and //fail00raid6.log for details FAIL: /usr/lib/mdadm/ptest/tests/00readonlyFAILED - see //00readonly.log and //fail00readonly.log for details PASS: /usr/lib/mdadm/ptest/tests/01r1fail FAIL: /usr/lib/mdadm/ptest/tests/01r5failFAILED - see //01r5fail.log and //fail01r5fail.log for details FAIL: /usr/lib/mdadm/ptest/tests/01r5integFAILED - see //01r5integ.log and //fail01r5integ.log for details FAIL: /usr/lib/mdadm/ptest/tests/01raid6integFAILED - see //01raid6integ.log and //fail01raid6integ.log for details FAIL: /usr/lib/mdadm/ptest/tests/01replaceFAILED - see //01replace.log and //fail01replace.log for details FAIL: /usr/lib/mdadm/ptest/tests/02lineargrowFAILED - see //02lineargrow.log and //fail02lineargrow.log for details FAIL: /usr/lib/mdadm/ptest/tests/02r1addFAILED - see //02r1add.log and //fail02r1add.log for details FAIL: /usr/lib/mdadm/ptest/tests/02r1growFAILED - see //02r1grow.log and //fail02r1grow.log for details FAIL: /usr/lib/mdadm/ptest/tests/02r5growFAILED - see //02r5grow.log and //fail02r5grow.log for details FAIL: /usr/lib/mdadm/ptest/tests/02r6growFAILED - see //02r6grow.log and //fail02r6grow.log for details FAIL: /usr/lib/mdadm/ptest/tests/03assem-incrFAILED - see //03assem-incr.log and //fail03assem-incr.log for details PASS: /usr/lib/mdadm/ptest/tests/03r0assem FAIL: /usr/lib/mdadm/ptest/tests/03r5assemFAILED - see //03r5assem.log and //fail03r5assem.log for details FAIL: /usr/lib/mdadm/ptest/tests/03r5assem-failedFAILED - see //03r5assem-failed.log and //fail03r5assem-failed.log for details FAIL: /usr/lib/mdadm/ptest/tests/03r5assemV1FAILED - see //03r5assemV1.log and //fail03r5assemV1.log for details FAIL: /usr/lib/mdadm/ptest/tests/04r0updateFAILED - see //04r0update.log and //fail04r0update.log for details FAIL: /usr/lib/mdadm/ptest/tests/04r1updateFAILED - see //04r1update.log and //fail04r1update.log for details FAIL: /usr/lib/mdadm/ptest/tests/04r5swapFAILED - see //04r5swap.log and //fail04r5swap.log for details FAIL: /usr/lib/mdadm/ptest/tests/04update-metadataFAILED - see //04update-metadata.log and //fail04update-metadata.log for details FAIL: /usr/lib/mdadm/ptest/tests/04update-uuidFAILED - see //04update-uuid.log and //fail04update-uuid.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-add-internalbitmapFAILED - see //05r1-add-internalbitmap.log and //fail05r1-add-internalbitmap.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-add-internalbitmap-v1aFAILED - see //05r1-add-internalbitmap-v1a.log and //fail05r1-add-internalbitmap-v1a.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-add-internalbitmap-v1bFAILED - see //05r1-add-internalbitmap-v1b.log and //fail05r1-add-internalbitmap-v1b.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-add-internalbitmap-v1cFAILED - see //05r1-add-internalbitmap-v1c.log and //fail05r1-add-internalbitmap-v1c.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-bitmapfileFAILED - see //05r1-bitmapfile.log and //fail05r1-bitmapfile.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-grow-externalFAILED - see //05r1-grow-external.log and //fail05r1-grow-external.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-grow-internalFAILED - see //05r1-grow-internal.log and //fail05r1-grow-internal.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-grow-internal-1FAILED - see //05r1-grow-internal-1.log and //fail05r1-grow-internal-1.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-internalbitmapFAILED - see //05r1-internalbitmap.log and //fail05r1-internalbitmap.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-internalbitmap-v1aFAILED - see //05r1-internalbitmap-v1a.log and //fail05r1-internalbitmap-v1a.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-internalbitmap-v1bFAILED - see //05r1-internalbitmap-v1b.log and //fail05r1-internalbitmap-v1b.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-internalbitmap-v1cFAILED - see //05r1-internalbitmap-v1c.log and //fail05r1-internalbitmap-v1c.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-n3-bitmapfileFAILED - see //05r1-n3-bitmapfile.log and //fail05r1-n3-bitmapfile.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-re-addFAILED - see //05r1-re-add.log and //fail05r1-re-add.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-re-add-nosuperFAILED - see //05r1-re-add-nosuper.log and //fail05r1-re-add-nosuper.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-remove-internalbitmapFAILED - see //05r1-remove-internalbitmap.log and //fail05r1-remove-internalbitmap.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-remove-internalbitmap-v1aFAILED - see //05r1-remove-internalbitmap-v1a.log and //fail05r1-remove-internalbitmap-v1a.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-remove-internalbitmap-v1bFAILED - see //05r1-remove-internalbitmap-v1b.log and //fail05r1-remove-internalbitmap-v1b.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r1-remove-internalbitmap-v1cFAILED - see //05r1-remove-internalbitmap-v1c.log and //fail05r1-remove-internalbitmap-v1c.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r5-bitmapfileFAILED - see //05r5-bitmapfile.log and //fail05r5-bitmapfile.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r5-internalbitmapFAILED - see //05r5-internalbitmap.log and //fail05r5-internalbitmap.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r6-bitmapfileFAILED - see //05r6-bitmapfile.log and //fail05r6-bitmapfile.log for details FAIL: /usr/lib/mdadm/ptest/tests/05r6tor0FAILED - see //05r6tor0.log and //fail05r6tor0.log for details FAIL: /usr/lib/mdadm/ptest/tests/06nameFAILED - see //06name.log and //fail06name.log for details PASS: /usr/lib/mdadm/ptest/tests/06sysfs FAIL: /usr/lib/mdadm/ptest/tests/06wrmostlyFAILED - see //06wrmostly.log and //fail06wrmostly.log for details FAIL: /usr/lib/mdadm/ptest/tests/07autoassembleFAILED - see //07autoassemble.log and //fail07autoassemble.log for details FAIL: /usr/lib/mdadm/ptest/tests/07autodetectFAILED - see //07autodetect.log and //fail07autodetect.log for details mdadm: cannot open /dev/.tmp.md0: No such file or directory FAIL: /usr/lib/mdadm/ptest/tests/07changelevelintrFAILED - see //07changelevelintr.log and //fail07changelevelintr.log for details FAIL: /usr/lib/mdadm/ptest/tests/07changelevelsFAILED - see //07changelevels.log and //fail07changelevels.log for details FAIL: /usr/lib/mdadm/ptest/tests/07layoutsFAILED - see //07layouts.log and //fail07layouts.log for details FAIL: /usr/lib/mdadm/ptest/tests/07reshape5intrFAILED - see //07reshape5intr.log and //fail07reshape5intr.log for details FAIL: /usr/lib/mdadm/ptest/tests/07revert-growFAILED - see //07revert-grow.log and //fail07revert-grow.log for details FAIL: /usr/lib/mdadm/ptest/tests/07revert-inplaceFAILED - see //07revert-inplace.log and //fail07revert-inplace.log for details FAIL: /usr/lib/mdadm/ptest/tests/07revert-shrinkFAILED - see //07revert-shrink.log and //fail07revert-shrink.log for details FAIL: /usr/lib/mdadm/ptest/tests/07testreshape5FAILED - see //07testreshape5.log and //fail07testreshape5.log for details PASS: /usr/lib/mdadm/ptest/tests/09imsm-assemble FAIL: /usr/lib/mdadm/ptest/tests/09imsm-create-fail-rebuildFAILED - see //09imsm-create-fail-rebuild.log and //fail09imsm-create-fail-rebuild.log for details FAIL: /usr/lib/mdadm/ptest/tests/09imsm-overlapFAILED - see //09imsm-overlap.log and //fail09imsm-overlap.log for details FAIL: /usr/lib/mdadm/ptest/tests/10ddf-assemble-missingFAILED - see //10ddf-assemble-missing.log and //fail10ddf-assemble-missing.log for details FAIL: /usr/lib/mdadm/ptest/tests/10ddf-createFAILED - see //10ddf-create.log and //fail10ddf-create.log for details FAIL: /usr/lib/mdadm/ptest/tests/10ddf-create-fail-rebuildFAILED - see //10ddf-create-fail-rebuild.log and //fail10ddf-create-fail-rebuild.log for details FAIL: /usr/lib/mdadm/ptest/tests/10ddf-fail-create-raceFAILED - see //10ddf-fail-create-race.log and //fail10ddf-fail-create-race.log for details PASS: /usr/lib/mdadm/ptest/tests/10ddf-fail-readd PASS: /usr/lib/mdadm/ptest/tests/10ddf-fail-readd-readonly PASS: /usr/lib/mdadm/ptest/tests/10ddf-fail-spare PASS: /usr/lib/mdadm/ptest/tests/10ddf-fail-stop-readd FAIL: /usr/lib/mdadm/ptest/tests/10ddf-fail-twiceFAILED - see //10ddf-fail-twice.log and //fail10ddf-fail-twice.log for details FAIL: /usr/lib/mdadm/ptest/tests/10ddf-fail-two-sparesFAILED - see //10ddf-fail-two-spares.log and //fail10ddf-fail-two-spares.log for details FAIL: /usr/lib/mdadm/ptest/tests/10ddf-geometry ERROR: dmesg prints errors when testing 10ddf-geometry! FAILED - see //10ddf-geometry.log and //fail10ddf-geometry.log for details ERROR: Exit status is 512 DURATION: 301 END: /usr/lib/mdadm/ptest 2019-08-16T20:11 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T20:11 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: cfb-test PASS: chacha-poly1305-test PASS: chacha-test PASS: cmac-test PASS: cnd-memcpy-test PASS: ctr-test PASS: curve25519-dh-test PASS: cxx-test PASS: des-test PASS: des3-test PASS: 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: hkdf-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-sec-decrypt-test PASS: pkcs1-test PASS: poly1305-test PASS: pss-mgf1-test PASS: pss-test PASS: random-prime-test PASS: ripemd160-test PASS: rsa-compute-root-test PASS: rsa-encrypt-test PASS: rsa-keygen-test PASS: rsa-pss-sign-tr-test PASS: rsa-sec-decrypt-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 nm: '../libnettle.a': No such file nm: '../libnettle.a': No such file PASS: symbols-test PASS: twofish-test PASS: umac-test PASS: version-test PASS: xts-test PASS: yarrow-test All 98 tests passed DURATION: 8 END: /usr/lib/nettle/ptest 2019-08-16T20:11 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T20:11 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 /bin/sh: line 4: /usr/lib/openssh/ptest/regress/unittests/sshbuf/test_sshbuf: No such file or directory make: *** [Makefile:229: unit] Error 127 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 run test connect.sh ... PASS: simple connect run test proxy-connect.sh ... plain username comp=no plain username comp=yes username with style PASS: proxy connect run test connect-privsep.sh ... PASS: proxy connect with privsep run test connect-uri.sh ... uri connect: no trailing slash uri connect: trailing slash uri connect: with path name PASS: uri connect run test proto-version.sh ... PASS: sshd version with different protocol combinations run test proto-mismatch.sh ... run test exit-status.sh ... PASS: protocol version mismatch test remote exit status: status 0 test remote exit status: status 1 test remote exit status: status 4 test remote exit status: status 5 test remote exit status: status 44 PASS: remote exit status run test envpass.sh ... 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 run test transfer.sh ... PASS: transfer data run test banner.sh ... 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 run test rekey.sh ... 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 KexAlgorithms=sntrup4591761x25519-sha512@tinyssh.org client rekey Ciphers=3des-cbc 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=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=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 aes128-gcm@openssh.com sntrup4591761x25519-sha512@tinyssh.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 aes256-gcm@openssh.com sntrup4591761x25519-sha512@tinyssh.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 rekey chacha20-poly1305@openssh.com sntrup4591761x25519-sha512@tinyssh.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 run test stderr-data.sh ... test stderr data transfer: () test stderr data transfer: (-n) PASS: stderr data transfer run test stderr-after-eof.sh ... PASS: stderr data after eof run test broken-pipe.sh ... PASS: broken pipe test run test try-ciphers.sh ... test try ciphers: cipher 3des-cbc mac hmac-sha1 test try ciphers: cipher 3des-cbc mac hmac-sha1-96 test try ciphers: cipher 3des-cbc mac hmac-sha2-256 test try ciphers: cipher 3des-cbc mac hmac-sha2-512 test try ciphers: cipher 3des-cbc mac hmac-md5 test try ciphers: cipher 3des-cbc mac hmac-md5-96 test try ciphers: cipher 3des-cbc mac umac-64@openssh.com test try ciphers: cipher 3des-cbc mac umac-128@openssh.com test try ciphers: cipher 3des-cbc mac hmac-sha1-etm@openssh.com test try ciphers: cipher 3des-cbc mac hmac-sha1-96-etm@openssh.com test try ciphers: cipher 3des-cbc mac hmac-sha2-256-etm@openssh.com test try ciphers: cipher 3des-cbc mac hmac-sha2-512-etm@openssh.com test try ciphers: cipher 3des-cbc mac hmac-md5-etm@openssh.com test try ciphers: cipher 3des-cbc mac hmac-md5-96-etm@openssh.com test try ciphers: cipher 3des-cbc mac umac-64-etm@openssh.com test try ciphers: cipher 3des-cbc mac umac-128-etm@openssh.com test try ciphers: cipher aes128-cbc mac hmac-sha1 test try ciphers: cipher aes128-cbc mac hmac-sha1-96 test try ciphers: cipher aes128-cbc mac hmac-sha2-256 test try ciphers: cipher aes128-cbc mac hmac-sha2-512 test try ciphers: cipher aes128-cbc mac hmac-md5 test try ciphers: cipher aes128-cbc mac hmac-md5-96 test try ciphers: cipher aes128-cbc mac umac-64@openssh.com test try ciphers: cipher aes128-cbc mac umac-128@openssh.com test try ciphers: cipher aes128-cbc mac hmac-sha1-etm@openssh.com test try ciphers: cipher aes128-cbc mac hmac-sha1-96-etm@openssh.com test try ciphers: cipher aes128-cbc mac hmac-sha2-256-etm@openssh.com test try ciphers: cipher aes128-cbc mac hmac-sha2-512-etm@openssh.com test try ciphers: cipher aes128-cbc mac hmac-md5-etm@openssh.com test try ciphers: cipher aes128-cbc mac hmac-md5-96-etm@openssh.com test try ciphers: cipher aes128-cbc mac umac-64-etm@openssh.com test try ciphers: cipher aes128-cbc mac umac-128-etm@openssh.com test try ciphers: cipher aes192-cbc mac hmac-sha1 test try ciphers: cipher aes192-cbc mac hmac-sha1-96 test try ciphers: cipher aes192-cbc mac hmac-sha2-256 test try ciphers: cipher aes192-cbc mac hmac-sha2-512 test try ciphers: cipher aes192-cbc mac hmac-md5 test try ciphers: cipher aes192-cbc mac hmac-md5-96 test try ciphers: cipher aes192-cbc mac umac-64@openssh.com test try ciphers: cipher aes192-cbc mac umac-128@openssh.com test try ciphers: cipher aes192-cbc mac hmac-sha1-etm@openssh.com test try ciphers: cipher aes192-cbc mac hmac-sha1-96-etm@openssh.com test try ciphers: cipher aes192-cbc mac hmac-sha2-256-etm@openssh.com test try ciphers: cipher aes192-cbc mac hmac-sha2-512-etm@openssh.com test try ciphers: cipher aes192-cbc mac hmac-md5-etm@openssh.com test try ciphers: cipher aes192-cbc mac hmac-md5-96-etm@openssh.com test try ciphers: cipher aes192-cbc mac umac-64-etm@openssh.com test try ciphers: cipher aes192-cbc mac umac-128-etm@openssh.com test try ciphers: cipher aes256-cbc mac hmac-sha1 test try ciphers: cipher aes256-cbc mac hmac-sha1-96 test try ciphers: cipher aes256-cbc mac hmac-sha2-256 test try ciphers: cipher aes256-cbc mac hmac-sha2-512 test try ciphers: cipher aes256-cbc mac hmac-md5 test try ciphers: cipher aes256-cbc mac hmac-md5-96 test try ciphers: cipher aes256-cbc mac umac-64@openssh.com test try ciphers: cipher aes256-cbc mac umac-128@openssh.com test try ciphers: cipher aes256-cbc mac hmac-sha1-etm@openssh.com test try ciphers: cipher aes256-cbc mac hmac-sha1-96-etm@openssh.com test try ciphers: cipher aes256-cbc mac hmac-sha2-256-etm@openssh.com test try ciphers: cipher aes256-cbc mac hmac-sha2-512-etm@openssh.com test try ciphers: cipher aes256-cbc mac hmac-md5-etm@openssh.com test try ciphers: cipher aes256-cbc mac hmac-md5-96-etm@openssh.com test try ciphers: cipher aes256-cbc mac umac-64-etm@openssh.com test try ciphers: cipher aes256-cbc mac umac-128-etm@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-sha1 test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-sha1-96 test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-sha2-256 test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-sha2-512 test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-md5 test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-md5-96 test try ciphers: cipher rijndael-cbc@lysator.liu.se mac umac-64@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac umac-128@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-sha1-etm@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-sha1-96-etm@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-sha2-256-etm@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-sha2-512-etm@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-md5-etm@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac hmac-md5-96-etm@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac umac-64-etm@openssh.com test try ciphers: cipher rijndael-cbc@lysator.liu.se mac umac-128-etm@openssh.com test try ciphers: cipher aes128-ctr mac hmac-sha1 test try ciphers: cipher aes128-ctr mac hmac-sha1-96 test try ciphers: cipher aes128-ctr mac hmac-sha2-256 test try ciphers: cipher aes128-ctr mac hmac-sha2-512 test try ciphers: cipher aes128-ctr mac hmac-md5 test try ciphers: cipher aes128-ctr mac hmac-md5-96 test try ciphers: cipher aes128-ctr mac umac-64@openssh.com test try ciphers: cipher aes128-ctr mac umac-128@openssh.com test try ciphers: cipher aes128-ctr mac hmac-sha1-etm@openssh.com test try ciphers: cipher aes128-ctr mac hmac-sha1-96-etm@openssh.com test try ciphers: cipher aes128-ctr mac hmac-sha2-256-etm@openssh.com test try ciphers: cipher aes128-ctr mac hmac-sha2-512-etm@openssh.com test try ciphers: cipher aes128-ctr mac hmac-md5-etm@openssh.com test try ciphers: cipher aes128-ctr mac hmac-md5-96-etm@openssh.com test try ciphers: cipher aes128-ctr mac umac-64-etm@openssh.com test try ciphers: cipher aes128-ctr mac umac-128-etm@openssh.com test try ciphers: cipher aes192-ctr mac hmac-sha1 test try ciphers: cipher aes192-ctr mac hmac-sha1-96 test try ciphers: cipher aes192-ctr mac hmac-sha2-256 test try ciphers: cipher aes192-ctr mac hmac-sha2-512 test try ciphers: cipher aes192-ctr mac hmac-md5 test try ciphers: cipher aes192-ctr mac hmac-md5-96 test try ciphers: cipher aes192-ctr mac umac-64@openssh.com test try ciphers: cipher aes192-ctr mac umac-128@openssh.com test try ciphers: cipher aes192-ctr mac hmac-sha1-etm@openssh.com test try ciphers: cipher aes192-ctr mac hmac-sha1-96-etm@openssh.com test try ciphers: cipher aes192-ctr mac hmac-sha2-256-etm@openssh.com test try ciphers: cipher aes192-ctr mac hmac-sha2-512-etm@openssh.com test try ciphers: cipher aes192-ctr mac hmac-md5-etm@openssh.com test try ciphers: cipher aes192-ctr mac hmac-md5-96-etm@openssh.com test try ciphers: cipher aes192-ctr mac umac-64-etm@openssh.com test try ciphers: cipher aes192-ctr mac umac-128-etm@openssh.com test try ciphers: cipher aes256-ctr mac hmac-sha1 test try ciphers: cipher aes256-ctr mac hmac-sha1-96 test try ciphers: cipher aes256-ctr mac hmac-sha2-256 test try ciphers: cipher aes256-ctr mac hmac-sha2-512 test try ciphers: cipher aes256-ctr mac hmac-md5 test try ciphers: cipher aes256-ctr mac hmac-md5-96 test try ciphers: cipher aes256-ctr mac umac-64@openssh.com test try ciphers: cipher aes256-ctr mac umac-128@openssh.com test try ciphers: cipher aes256-ctr mac hmac-sha1-etm@openssh.com test try ciphers: cipher aes256-ctr mac hmac-sha1-96-etm@openssh.com test try ciphers: cipher aes256-ctr mac hmac-sha2-256-etm@openssh.com test try ciphers: cipher aes256-ctr mac hmac-sha2-512-etm@openssh.com test try ciphers: cipher aes256-ctr mac hmac-md5-etm@openssh.com test try ciphers: cipher aes256-ctr mac hmac-md5-96-etm@openssh.com test try ciphers: cipher aes256-ctr mac umac-64-etm@openssh.com test try ciphers: cipher aes256-ctr mac umac-128-etm@openssh.com test try ciphers: cipher aes128-gcm@openssh.com mac hmac-sha1 test try ciphers: cipher aes256-gcm@openssh.com mac hmac-sha1 test try ciphers: cipher chacha20-poly1305@openssh.com mac hmac-sha1 PASS: try ciphers run test yes-head.sh ... PASS: yes pipe head run test login-timeout.sh ... PASS: connect after login grace timeout run test agent.sh ... PASS: simple agent test run test agent-getpeereid.sh ... SKIP: (not supported on this platform) run test agent-timeout.sh ... PASS: agent timeout test run test keyscan.sh ... PASS: keyscan run test keygen-change.sh ... PASS: change passphrase for key run test keygen-convert.sh ... PASS: convert keys run test keygen-moduli.sh ... PASS: keygen moduli run test key-options.sh ... key option command="echo bar" key option no-pty,command="echo bar" key option pty default SKIP: for no openpty(3) key option pty no-pty SKIP: for no openpty(3) key option pty restrict SKIP: for no openpty(3) key option pty restrict,pty SKIP: for no openpty(3) key option environment key option from="127.0.0.1" key option from="127.0.0.0/8" key option expiry-time default key option expiry-time invalid key option expiry-time expired key option expiry-time valid run test scp.sh ... 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 /usr/lib/openssh/ptest/regress/copy2: Not a directory PASS: scp run test scp-uri.sh ... scp-uri: simple copy local file to remote file scp-uri: simple copy remote file to local file scp-uri: simple copy local file to remote dir scp-uri: simple copy remote file to local dir scp-uri: recursive local dir to remote dir scp-uri: recursive remote dir to local dir PASS: scp-uri run test sftp.sh ... 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 run test sftp-chroot.sh ... test sftp in chroot: get PASS: sftp in chroot run test sftp-cmds.sh ... 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 run test sftp-badcmds.sh ... 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 run test sftp-batch.sh ... sftp batchfile: good commands sftp batchfile: bad commands sftp batchfile: comments and blanks sftp batchfile: junk command PASS: sftp batchfile run test sftp-glob.sh ... 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 run test sftp-perm.sh ... 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 run test sftp-uri.sh ... sftp-uri: non-interactive fetch to local file sftp-uri: non-interactive fetch to local dir sftp-uri: put to remote directory (trailing slash) sftp-uri: put to remote directory (no slash) PASS: sftp-uri run test reconfigure.sh ... PASS: simple connect after reconfigure run test dynamic-forward.sh ... SKIP: (no suitable ProxyCommand found) run test forwarding.sh ... Exit request sent. Exit request sent. Exit request sent. Exit request sent. Exit request sent. Exit request sent. Exit request sent. Exit request sent. PASS: local and remote forwarding run test multiplex.sh ... 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 run test reexec.sh ... test config passing test reexec fallback PASS: reexec tests run test brokenkeys.sh ... PASS: broken keys run test sshcfgparse.sh ... reparse minimal config ssh -W opts user first match pubkeyacceptedkeytypes PASS: ssh config parse run test cfgparse.sh ... reparse minimal config Could not connect to agent "none": No such file or directory reparse regress config Could not connect to agent "none": No such file or directory listenaddress order PASS: sshd config parse run test cfgmatch.sh ... PASS: sshd_config match run test cfgmatchlisten.sh ... PASS: sshd_config matchlisten run test addrmatch.sh ... 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 run test localcommand.sh ... test localcommand: proto localcommand PASS: localcommand run test forcecommand.sh ... PASS: forced command run test portnum.sh ... 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 run test keytype.sh ... 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 PASS: login with different key types run test kextype.sh ... 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 kex sntrup4591761x25519-sha512@tinyssh.org PASS: login with different key exchange algorithms run test cert-hostkey.sh ... 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 sandbox 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 sandbox 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 sandbox 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 sandbox 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 sandbox 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 sandbox 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 sandbox 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 sandbox 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 sandbox certified host keys: host rsa revoked cert privsep sandbox certified host keys: host dsa revoked cert privsep sandbox certified host keys: host ecdsa-sha2-nistp256 revoked cert privsep sandbox certified host keys: host ecdsa-sha2-nistp384 revoked cert privsep sandbox certified host keys: host ecdsa-sha2-nistp521 revoked cert privsep sandbox certified host keys: host rsa-sha2-256 revoked cert privsep sandbox certified host keys: host rsa-sha2-512 revoked cert privsep sandbox 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 run test cert-userkey.sh ... 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 sandbox missing authorized_principals certified user keys: ed25519 privsep sandbox empty authorized_principals certified user keys: ed25519 privsep sandbox wrong authorized_principals certified user keys: ed25519 privsep sandbox correct authorized_principals certified user keys: ed25519 privsep sandbox authorized_principals bad key opt certified user keys: ed25519 privsep sandbox authorized_principals command=false certified user keys: ed25519 privsep sandbox authorized_principals command=true certified user keys: ed25519 privsep sandbox wrong principals key option certified user keys: ed25519 privsep sandbox 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 sandbox missing authorized_principals certified user keys: rsa privsep sandbox empty authorized_principals certified user keys: rsa privsep sandbox wrong authorized_principals certified user keys: rsa privsep sandbox correct authorized_principals certified user keys: rsa privsep sandbox authorized_principals bad key opt certified user keys: rsa privsep sandbox authorized_principals command=false certified user keys: rsa privsep sandbox authorized_principals command=true certified user keys: rsa privsep sandbox wrong principals key option certified user keys: rsa privsep sandbox 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 sandbox missing authorized_principals certified user keys: dsa privsep sandbox empty authorized_principals certified user keys: dsa privsep sandbox wrong authorized_principals certified user keys: dsa privsep sandbox correct authorized_principals certified user keys: dsa privsep sandbox authorized_principals bad key opt certified user keys: dsa privsep sandbox authorized_principals command=false certified user keys: dsa privsep sandbox authorized_principals command=true certified user keys: dsa privsep sandbox wrong principals key option certified user keys: dsa privsep sandbox 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 sandbox missing authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep sandbox empty authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep sandbox wrong authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep sandbox correct authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep sandbox authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp256 privsep sandbox authorized_principals command=false certified user keys: ecdsa-sha2-nistp256 privsep sandbox authorized_principals command=true certified user keys: ecdsa-sha2-nistp256 privsep sandbox wrong principals key option certified user keys: ecdsa-sha2-nistp256 privsep sandbox 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 sandbox missing authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep sandbox empty authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep sandbox wrong authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep sandbox correct authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep sandbox authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp384 privsep sandbox authorized_principals command=false certified user keys: ecdsa-sha2-nistp384 privsep sandbox authorized_principals command=true certified user keys: ecdsa-sha2-nistp384 privsep sandbox wrong principals key option certified user keys: ecdsa-sha2-nistp384 privsep sandbox 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 sandbox missing authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep sandbox empty authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep sandbox wrong authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep sandbox correct authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep sandbox authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp521 privsep sandbox authorized_principals command=false certified user keys: ecdsa-sha2-nistp521 privsep sandbox authorized_principals command=true certified user keys: ecdsa-sha2-nistp521 privsep sandbox wrong principals key option certified user keys: ecdsa-sha2-nistp521 privsep sandbox 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 sandbox missing authorized_principals certified user keys: rsa-sha2-256 privsep sandbox empty authorized_principals certified user keys: rsa-sha2-256 privsep sandbox wrong authorized_principals certified user keys: rsa-sha2-256 privsep sandbox correct authorized_principals certified user keys: rsa-sha2-256 privsep sandbox authorized_principals bad key opt certified user keys: rsa-sha2-256 privsep sandbox authorized_principals command=false certified user keys: rsa-sha2-256 privsep sandbox authorized_principals command=true certified user keys: rsa-sha2-256 privsep sandbox wrong principals key option certified user keys: rsa-sha2-256 privsep sandbox 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 sandbox missing authorized_principals certified user keys: rsa-sha2-512 privsep sandbox empty authorized_principals certified user keys: rsa-sha2-512 privsep sandbox wrong authorized_principals certified user keys: rsa-sha2-512 privsep sandbox correct authorized_principals certified user keys: rsa-sha2-512 privsep sandbox authorized_principals bad key opt certified user keys: rsa-sha2-512 privsep sandbox authorized_principals command=false certified user keys: rsa-sha2-512 privsep sandbox authorized_principals command=true certified user keys: rsa-sha2-512 privsep sandbox wrong principals key option certified user keys: rsa-sha2-512 privsep sandbox 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 run test host-expand.sh ... PASS: certified user keys PASS: expand %h and %n run test keys-command.sh ... /usr/lib/openssh/ptest/regress/keys-command.sh: line 17: /usr/lib/openssh/ptest/regress/rsa.pub: No such file or directory ssh-keygen: /usr/lib/openssh/ptest/regress/rsa.pub: No such file or directory AuthorizedKeysCommand with arguments AuthorizedKeysCommand without arguments PASS: authorized keys from command run test forward-control.sh ... check_lfwd done (expecting Y): default configuration check_rfwd done (expecting Y): default configuration check_lfwd done (expecting Y): AllowTcpForwarding=yes check_rfwd done (expecting Y): AllowTcpForwarding=yes check_lfwd done (expecting N): AllowTcpForwarding=yes, !PermitOpen check_rfwd done (expecting Y): AllowTcpForwarding=yes, !PermitOpen check_lfwd done (expecting Y): AllowTcpForwarding=yes, PermitOpen check_rfwd done (expecting Y): AllowTcpForwarding=yes, PermitOpen check_lfwd done (expecting N): AllowTcpForwarding=yes, !permitopen check_rfwd done (expecting Y): AllowTcpForwarding=yes, !permitopen check_lfwd done (expecting Y): AllowTcpForwarding=yes, permitopen check_rfwd done (expecting Y): AllowTcpForwarding=yes, permitopen check_lfwd done (expecting N): AllowTcpForwarding=yes, no-port-forwarding check_rfwd done (expecting N): AllowTcpForwarding=yes, no-port-forwarding check_lfwd done (expecting N): AllowTcpForwarding=yes, restrict check_rfwd done (expecting N): AllowTcpForwarding=yes, restrict check_lfwd done (expecting Y): AllowTcpForwarding=yes, restrict,port-forwarding check_rfwd done (expecting Y): AllowTcpForwarding=yes, restrict,port-forwarding check_lfwd done (expecting Y): AllowTcpForwarding=local check_rfwd done (expecting N): AllowTcpForwarding=local check_lfwd done (expecting N): AllowTcpForwarding=local, !PermitOpen check_rfwd done (expecting N): AllowTcpForwarding=local, !PermitOpen check_lfwd done (expecting Y): AllowTcpForwarding=local, PermitOpen check_rfwd done (expecting N): AllowTcpForwarding=local, PermitOpen check_lfwd done (expecting N): AllowTcpForwarding=local, !permitopen check_rfwd done (expecting N): AllowTcpForwarding=local, !permitopen check_lfwd done (expecting Y): AllowTcpForwarding=local, permitopen check_rfwd done (expecting N): AllowTcpForwarding=local, permitopen check_lfwd done (expecting N): AllowTcpForwarding=local, no-port-forwarding check_rfwd done (expecting N): AllowTcpForwarding=local, no-port-forwarding check_lfwd done (expecting N): AllowTcpForwarding=local, restrict check_rfwd done (expecting N): AllowTcpForwarding=local, restrict check_lfwd done (expecting Y): AllowTcpForwarding=local, restrict,port-forwarding check_rfwd done (expecting N): AllowTcpForwarding=local, restrict,port-forwarding check_lfwd done (expecting N): AllowTcpForwarding=remote check_rfwd done (expecting Y): AllowTcpForwarding=remote check_lfwd done (expecting N): AllowTcpForwarding=remote, !PermitOpen check_rfwd done (expecting Y): AllowTcpForwarding=remote, !PermitOpen check_lfwd done (expecting N): AllowTcpForwarding=remote, PermitOpen check_rfwd done (expecting Y): AllowTcpForwarding=remote, PermitOpen check_lfwd done (expecting N): AllowTcpForwarding=remote, !permitopen check_rfwd done (expecting Y): AllowTcpForwarding=remote, !permitopen check_lfwd done (expecting N): AllowTcpForwarding=remote, permitopen check_rfwd done (expecting Y): AllowTcpForwarding=remote, permitopen check_lfwd done (expecting N): AllowTcpForwarding=remote, no-port-forwarding check_rfwd done (expecting N): AllowTcpForwarding=remote, no-port-forwarding check_lfwd done (expecting N): AllowTcpForwarding=remote, restrict check_rfwd done (expecting N): AllowTcpForwarding=remote, restrict check_lfwd done (expecting N): AllowTcpForwarding=remote, restrict,port-forwarding check_rfwd done (expecting Y): AllowTcpForwarding=remote, restrict,port-forwarding check_lfwd done (expecting N): AllowTcpForwarding=no check_rfwd done (expecting N): AllowTcpForwarding=no check_lfwd done (expecting N): AllowTcpForwarding=no, !PermitOpen check_rfwd done (expecting N): AllowTcpForwarding=no, !PermitOpen check_lfwd done (expecting N): AllowTcpForwarding=no, PermitOpen check_rfwd done (expecting N): AllowTcpForwarding=no, PermitOpen check_lfwd done (expecting N): AllowTcpForwarding=no, !permitopen check_rfwd done (expecting N): AllowTcpForwarding=no, !permitopen check_lfwd done (expecting N): AllowTcpForwarding=no, permitopen check_rfwd done (expecting N): AllowTcpForwarding=no, permitopen check_lfwd done (expecting N): AllowTcpForwarding=no, no-port-forwarding check_rfwd done (expecting N): AllowTcpForwarding=no, no-port-forwarding check_lfwd done (expecting N): AllowTcpForwarding=no, restrict check_rfwd done (expecting N): AllowTcpForwarding=no, restrict check_lfwd done (expecting N): AllowTcpForwarding=no, restrict,port-forwarding check_rfwd done (expecting N): AllowTcpForwarding=no, restrict,port-forwarding check_lfwd done (expecting Y): AllowTcpForwarding=yes, !PermitListen check_rfwd done (expecting N): AllowTcpForwarding=yes, !PermitListen check_lfwd done (expecting Y): AllowTcpForwarding=yes, PermitListen check_rfwd done (expecting Y): AllowTcpForwarding=yes, PermitListen check_lfwd done (expecting Y): AllowTcpForwarding=local, !PermitListen check_rfwd done (expecting N): AllowTcpForwarding=local, !PermitListen check_lfwd done (expecting Y): AllowTcpForwarding=local, PermitListen check_rfwd done (expecting N): AllowTcpForwarding=local, PermitListen check_lfwd done (expecting N): AllowTcpForwarding=remote, !PermitListen check_rfwd done (expecting N): AllowTcpForwarding=remote, !PermitListen check_lfwd done (expecting N): AllowTcpForwarding=remote, PermitListen check_rfwd done (expecting Y): AllowTcpForwarding=remote, PermitListen check_lfwd done (expecting N): AllowTcpForwarding=no, !PermitListen check_rfwd done (expecting N): AllowTcpForwarding=no, !PermitListen check_lfwd done (expecting N): AllowTcpForwarding=no, PermitListen check_rfwd done (expecting N): AllowTcpForwarding=no, PermitListen PASS: sshd control of local and remote forwarding run test integrity.sh ... 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 timeout 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 timeout 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 timeout 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 timeout 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 timeout 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 timeout 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 timeout 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 timeout 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 timeout 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 @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: 8 errors: mac 7 padding 0 length 1 timeout 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 timeout 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 timeout 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 timeout 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 @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: 8 errors: mac 7 padding 0 length 1 timeout 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 timeout 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 timeout 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 timeout 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 timeout 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 timeout 0 PASS: integrity run test krl.sh ... 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 run test multipubkey.sh ... PASS: multiple pubkey run test limit-keytype.sh ... allow rsa,ed25519 allow ed25519 allow cert only match w/ no match match w/ matching PASS: restrict pubkey type run test hostkey-agent.sh ... 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 run test keygen-knownhosts.sh ... /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 run test hostkey-rotate.sh ... 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 run test principals-command.sh ... authorized principals command: privsep yes empty authorized_principals authorized principals command: privsep yes wrong authorized_principals authorized principals command: privsep yes correct authorized_principals authorized principals command: privsep yes authorized_principals bad key opt authorized principals command: privsep yes authorized_principals command=false authorized principals command: privsep yes authorized_principals command=true authorized principals command: privsep yes wrong principals key option authorized principals command: privsep yes correct principals key option authorized principals command: privsep sandbox empty authorized_principals authorized principals command: privsep sandbox wrong authorized_principals authorized principals command: privsep sandbox correct authorized_principals authorized principals command: privsep sandbox authorized_principals bad key opt authorized principals command: privsep sandbox authorized_principals command=false authorized principals command: privsep sandbox authorized_principals command=true authorized principals command: privsep sandbox wrong principals key option authorized principals command: privsep sandbox correct principals key option PASS: authorized principals command run test cert-file.sh ... identity cert with no plain public file CertificateFile with no plain public file plain keys untrusted cert good cert, bad key single trusted multiple trusted PASS: ssh with certificates run test cfginclude.sh ... PASS: config include run test allow-deny-users.sh ... run test authinfo.sh ... PASS: AllowUsers/DenyUsers ExposeAuthInfo=no ExposeAuthInfo=yes PASS: authinfo make: Target 'tests' not remade because of errors. PASS: ptrace agent DURATION: 992 END: /usr/lib/openssh/ptest 2019-08-16T20:28 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T20:28 BEGIN: /usr/lib/openssl/ptest PASS: test/recipes/01-test_abort.t PASS: test/recipes/01-test_sanity.t SKIP: test/recipes/01-test_symbol_presence.t (The case needs debug symbols then we just disable it) PASS: test/recipes/01-test_test.t PASS: test/recipes/02-test_errstr.t PASS: test/recipes/02-test_internal_ctype.t PASS: test/recipes/02-test_lhash.t PASS: test/recipes/02-test_ordinals.t PASS: test/recipes/02-test_stack.t PASS: test/recipes/03-test_exdata.t PASS: test/recipes/03-test_internal_asn1.t PASS: test/recipes/03-test_internal_chacha.t PASS: test/recipes/03-test_internal_curve448.t PASS: test/recipes/03-test_internal_ec.t PASS: test/recipes/03-test_internal_mdc2.t PASS: test/recipes/03-test_internal_modes.t PASS: test/recipes/03-test_internal_poly1305.t PASS: test/recipes/03-test_internal_siphash.t PASS: test/recipes/03-test_internal_sm2.t PASS: test/recipes/03-test_internal_sm4.t PASS: test/recipes/03-test_internal_ssl_cert_table.t PASS: test/recipes/03-test_internal_x509.t PASS: test/recipes/03-test_ui.t PASS: test/recipes/04-test_asn1_decode.t PASS: test/recipes/04-test_asn1_encode.t PASS: test/recipes/04-test_asn1_string_table.t PASS: test/recipes/04-test_bio_callback.t PASS: test/recipes/04-test_bioprint.t PASS: test/recipes/04-test_err.t PASS: test/recipes/04-test_pem.t PASS: test/recipes/05-test_bf.t PASS: test/recipes/05-test_cast.t PASS: test/recipes/05-test_des.t PASS: test/recipes/05-test_hmac.t PASS: test/recipes/05-test_idea.t SKIP: test/recipes/05-test_md2.t (md2 is not supported by this OpenSSL build) PASS: test/recipes/05-test_mdc2.t PASS: test/recipes/05-test_rand.t PASS: test/recipes/05-test_rc2.t PASS: test/recipes/05-test_rc4.t SKIP: test/recipes/05-test_rc5.t (rc5 is not supported by this OpenSSL build) PASS: test/recipes/06-test-rdrand.t PASS: test/recipes/10-test_bn.t PASS: test/recipes/10-test_exp.t PASS: test/recipes/15-test_dh.t PASS: test/recipes/15-test_dsa.t PASS: test/recipes/15-test_ec.t PASS: test/recipes/15-test_ecdsa.t PASS: test/recipes/15-test_ecparam.t PASS: test/recipes/15-test_genrsa.t PASS: test/recipes/15-test_mp_rsa.t PASS: test/recipes/15-test_out_option.t PASS: test/recipes/15-test_rsa.t PASS: test/recipes/15-test_rsapss.t PASS: test/recipes/20-test_enc.t PASS: test/recipes/20-test_enc_more.t PASS: test/recipes/20-test_passwd.t PASS: test/recipes/25-test_crl.t PASS: test/recipes/25-test_d2i.t PASS: test/recipes/25-test_pkcs7.t PASS: test/recipes/25-test_req.t PASS: test/recipes/25-test_sid.t PASS: test/recipes/25-test_verify.t PASS: test/recipes/25-test_x509.t PASS: test/recipes/30-test_afalg.t PASS: test/recipes/30-test_engine.t PASS: test/recipes/30-test_evp.t PASS: test/recipes/30-test_evp_extra.t PASS: test/recipes/30-test_pbelu.t PASS: test/recipes/30-test_pkey_meth.t PASS: test/recipes/30-test_pkey_meth_kdf.t PASS: test/recipes/40-test_rehash.t PASS: test/recipes/60-test_x509_check_cert_pkey.t PASS: test/recipes/60-test_x509_dup_cert.t PASS: test/recipes/60-test_x509_store.t PASS: test/recipes/60-test_x509_time.t PASS: test/recipes/70-test_asyncio.t PASS: test/recipes/70-test_bad_dtls.t PASS: test/recipes/70-test_clienthello.t PASS: test/recipes/70-test_comp.t PASS: test/recipes/70-test_key_share.t PASS: test/recipes/70-test_packet.t PASS: test/recipes/70-test_recordlen.t PASS: test/recipes/70-test_renegotiation.t PASS: test/recipes/70-test_servername.t PASS: test/recipes/70-test_sslcbcpadding.t PASS: test/recipes/70-test_sslcertstatus.t PASS: test/recipes/70-test_sslextension.t PASS: test/recipes/70-test_sslmessages.t PASS: test/recipes/70-test_sslrecords.t PASS: test/recipes/70-test_sslsessiontick.t PASS: test/recipes/70-test_sslsigalgs.t PASS: test/recipes/70-test_sslsignature.t PASS: test/recipes/70-test_sslskewith0p.t PASS: test/recipes/70-test_sslversions.t PASS: test/recipes/70-test_sslvertol.t PASS: test/recipes/70-test_tls13alerts.t PASS: test/recipes/70-test_tls13cookie.t PASS: test/recipes/70-test_tls13downgrade.t PASS: test/recipes/70-test_tls13hrr.t PASS: test/recipes/70-test_tls13kexmodes.t PASS: test/recipes/70-test_tls13messages.t PASS: test/recipes/70-test_tls13psk.t PASS: test/recipes/70-test_tlsextms.t PASS: test/recipes/70-test_verify_extra.t PASS: test/recipes/70-test_wpacket.t PASS: test/recipes/80-test_ca.t PASS: test/recipes/80-test_cipherbytes.t PASS: test/recipes/80-test_cipherlist.t PASS: test/recipes/80-test_ciphername.t PASS: test/recipes/80-test_cms.t PASS: test/recipes/80-test_cmsapi.t PASS: test/recipes/80-test_ct.t PASS: test/recipes/80-test_dane.t PASS: test/recipes/80-test_dtls.t PASS: test/recipes/80-test_dtls_mtu.t PASS: test/recipes/80-test_dtlsv1listen.t PASS: test/recipes/80-test_ocsp.t PASS: test/recipes/80-test_pkcs12.t PASS: test/recipes/80-test_ssl_new.t PASS: test/recipes/80-test_ssl_old.t PASS: test/recipes/80-test_ssl_test_ctx.t PASS: test/recipes/80-test_sslcorrupt.t PASS: test/recipes/80-test_tsa.t PASS: test/recipes/80-test_x509aux.t PASS: test/recipes/90-test_asn1_time.t PASS: test/recipes/90-test_async.t PASS: test/recipes/90-test_bio_enc.t PASS: test/recipes/90-test_bio_memleak.t PASS: test/recipes/90-test_constant_time.t PASS: test/recipes/90-test_fatalerr.t PASS: test/recipes/90-test_gmdiff.t SKIP: test/recipes/90-test_gost.t (No test GOST engine found) PASS: test/recipes/90-test_ige.t PASS: test/recipes/90-test_includes.t PASS: test/recipes/90-test_memleak.t SKIP: test/recipes/90-test_overhead.t (Only supported in no-shared builds) PASS: test/recipes/90-test_secmem.t PASS: test/recipes/90-test_shlibload.t PASS: test/recipes/90-test_srp.t PASS: test/recipes/90-test_sslapi.t PASS: test/recipes/90-test_sslbuffers.t PASS: test/recipes/90-test_store.t PASS: test/recipes/90-test_sysdefault.t PASS: test/recipes/90-test_threads.t PASS: test/recipes/90-test_time_offset.t PASS: test/recipes/90-test_tls13ccs.t PASS: test/recipes/90-test_tls13encryption.t PASS: test/recipes/90-test_tls13secrets.t PASS: test/recipes/90-test_v3name.t SKIP: test/recipes/95-test_external_boringssl.t (No external tests in this configuration) SKIP: test/recipes/95-test_external_krb5.t (No external tests in this configuration) SKIP: test/recipes/95-test_external_pyca.t (No external tests in this configuration) PASS: test/recipes/99-test_ecstress.t PASS: test/recipes/99-test_fuzz.t All tests successful. Files=155, Tests=1449, 81 wallclock secs ( 1.29 usr 0.17 sys + 63.53 cusr 10.18 csys = 75.17 CPU) Result: PASS DURATION: 81 END: /usr/lib/openssl/ptest 2019-08-16T20:29 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T20:29 BEGIN: /usr/lib/opkg/ptest make -C tests DATADIR=/usr/share SYSCONFDIR=/etc VARDIR=/var make[1]: Entering directory '/usr/lib/opkg/ptest/tests' PASS:core/01_install.py PASS:core/02_file.py PASS:core/03_upgrade.py PASS:core/04_upgrade_file.py PASS:core/05_downgrade.py PASS:core/06_dependency.py PASS:core/07_hold_upgrade.py PASS:core/08_hold_by_hand.py PASS:core/09_hold_depends.py PASS:core/10_virtual_conflicts_first.py PASS:core/11_virtual_conflicts_second.py PASS:core/12_virtual_no_conflicts.py PASS:core/13_virtual_upgrade.py PASS:core/14_upgrade_by_uri.py PASS:core/15_reinstall_by_uri.py PASS:core/16_upgrade_dependency.py PASS:core/17_upgrade_conflicts.py PASS:core/18_upgrade_recommends.py PASS:core/19_no_recommends.py PASS:core/20_exclude.py PASS:core/21_autoremove.py PASS:core/22_autoremove_dependency.py PASS:core/23_force_depends.py PASS:core/24_nodeps.py PASS:core/25_essential.py PASS:core/25a_essential.py PASS:core/26_prefer_arch_to_version.py PASS:core/27_reldeps_lt.py PASS:core/28_reldeps_lteq.py PASS:core/29_reldeps_eq.py PASS:core/30_reldeps_gteq.py PASS:core/31_reldeps_gt.py PASS:core/32_intercept_disable.py PASS:core/33_install_exact_version.py PASS:core/34_list_upgradable.py PASS:core/35_download_only.py PASS:core/36_install_virtual.py PASS:core/37_globs.py PASS:core/38_install_constrained_version.py PASS:core/39_distupgrade.py PASS:core/40_arch.py PASS:core/41_info_fields.py PASS:core/42_info_description.py PASS:core/43_add_ignore_recommends.py PASS:regress/issue26.py PASS:regress/issue31.py PASS:regress/issue32.py PASS:regress/issue45.py PASS:regress/issue46.py PASS:regress/issue50.py PASS:regress/issue51.py PASS:regress/issue55.py PASS:regress/issue58.py PASS:regress/issue72.py PASS:regress/issue79.py PASS:regress/issue85.py PASS:regress/issue89.py PASS:regress/issue91.py PASS:regress/issue103.py PASS:regress/issue121.py regress/issue124.py: Expected failure: [libsolv] Package 'a' upgraded despite not being listed in packages to upgrade. PASS:regress/issue124.py regress/issue124a.py: Expected failure: [libsolv] Package 'a' upgraded despite not being listed in packages to upgrade. PASS:regress/issue124a.py PASS:regress/issue127.py PASS:regress/issue152.py PASS:regress/issue154.py PASS:regress/issue156.py PASS:regress/issue162.py PASS:regress/issue163.py PASS:regress/issue165.py PASS:regress/issue165a.py PASS:regress/issue165b.py PASS:regress/issue167.py PASS:regress/issue8351.py PASS:regress/issue8601.py PASS:regress/issue8912.py PASS:regress/issue8913.py PASS:regress/issue9059.py PASS:regress/issue9218.py PASS:regress/issue9533.py PASS:regress/issue9802.py PASS:regress/issue9802b.py PASS:regress/issue9987.py PASS:regress/issue9939.py PASS:regress/issue10358.py PASS:regress/issue10358b.py PASS:regress/issue10777.py PASS:regress/issue10781.py PASS:regress/issue11033.py PASS:regress/issue11033b.py PASS:regress/issue11826.py PASS:misc/filehash.py PASS:misc/update_loses_autoinstalled_flag.py PASS:misc/version_comparisons.py make[1]: Leaving directory '/usr/lib/opkg/ptest/tests' DURATION: 8 END: /usr/lib/opkg/ptest 2019-08-16T20:29 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T20:29 BEGIN: /usr/lib/pango/ptest Running test: pango/testiter.test /layout/iter: (/usr/libexec/installed-tests/pango/testiter:27215): Pango-WARNING **: 20:29:40.771: Expected RTL run but got LTR. Fixing. FAIL: pango/testiter.test (Child process killed by signal 5) Running test: pango/testcolor.test /color/parse: OK PASS: pango/testcolor.test Running test: pango/test-shape.test PASS: pango/test-shape.test Running test: pango/test-coverage.test /coverage/basic: OK /coverage/copy: OK PASS: pango/test-coverage.test Running test: pango/testscript.test /script/iter: OK PASS: pango/testscript.test Running test: pango/test-font.test /pango/font/metrics: OK /pango/fontdescription/parse: OK /pango/fontdescription/roundtrip: OK /pango/fontdescription/variation: OK PASS: pango/test-font.test Running test: pango/test-break.test /break/three.break: OK /break/two.break: OK /break/one.break: OK PASS: pango/test-break.test Running test: pango/cxx-test.test PASS: pango/cxx-test.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/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/list/update: 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/testboundaries_ucd.test /text/break/grapheme: Testing /usr/libexec/installed-tests/pango/GraphemeBreakTest.txt. OK /text/break/word: Testing /usr/libexec/installed-tests/pango/WordBreakTest.txt. OK /text/break/sentence: Testing /usr/libexec/installed-tests/pango/SentenceBreakTest.txt. OK /text/break/line: /usr/libexec/installed-tests/pango/LineBreakTest.txt not found. Skipping test. OK /text/break/emoji: Testing /usr/libexec/installed-tests/pango/EmojiBreakTest.txt. OK /text/break/char: Testing /usr/libexec/installed-tests/pango/CharBreakTest.txt. OK PASS: pango/testboundaries_ucd.test Running test: pango/test-pangocairo-threads.test PASS: pango/test-pangocairo-threads.test Running test: pango/test-harfbuzz.test /harfbuzz/font: OK PASS: pango/test-harfbuzz.test Running test: pango/test-ot-tags.test /tags/script: OK /tags/language: OK PASS: pango/test-ot-tags.test Running test: pango/markup-parse.test /markup/parse/valid-8.markup: OK /markup/parse/valid-9.markup: OK /markup/parse/valid-3.markup: OK /markup/parse/valid-4.markup: OK /markup/parse/valid-5.markup: OK /markup/parse/valid-2.markup: OK /markup/parse/valid-1.markup: OK /markup/parse/valid-7.markup: OK /markup/parse/fail-5.markup: OK /markup/parse/fail-2.markup: OK /markup/parse/fail-1.markup: OK /markup/parse/valid-6.markup: OK /markup/parse/fail-4.markup: OK /markup/parse/fail-3.markup: OK PASS: pango/markup-parse.test Running test: pango/test-layout.test /layout/valid-2.markup: OK /layout/valid-1.markup: OK PASS: pango/test-layout.test Running test: pango/test-itemize.test /itemize/one.items: OK PASS: pango/test-itemize.test SUMMARY: total=17; passed=16; skipped=0; failed=1; user=0.6s; system=0.1s; maxrss=24356 FAIL: pango/testiter.test (Child process killed by signal 5) ERROR: Exit status is 512 DURATION: 1 END: /usr/lib/pango/ptest 2019-08-16T20:29 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T20:29 BEGIN: /usr/lib/parted/ptest make: Entering directory '/usr/lib/parted/ptest/tests' make[1]: Entering directory '/usr/lib/parted/ptest/tests' PASS: help-version.sh PASS: t0000-basic.sh PASS: t0001-tiny.sh PASS: t0010-script-no-ctrl-chars.sh PASS: t0100-print.sh PASS: t0101-print-empty.sh PASS: t0200-gpt.sh PASS: t0201-gpt.sh PASS: t0202-gpt-pmbr.sh PASS: t0203-gpt-tiny-device-abort.sh PASS: t0203-gpt-shortened-device-primary-valid.sh PASS: t0205-gpt-list-clobbers-pmbr.sh PASS: t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh PASS: t0207-IEC-binary-notation.sh PASS: t0208-mkpart-end-in-IEC.sh PASS: t0209-gpt-pmbr_boot.sh t0210-gpt-resized-partition-entry-array.sh: skipped test: this test requires Perl's Digest::CRC module SKIP: t0210-gpt-resized-partition-entry-array.sh t0211-gpt-rewrite-header.sh: skipped test: this test requires Perl's Digest::CRC module SKIP: t0211-gpt-rewrite-header.sh PASS: t0212-gpt-many-partitions.sh PASS: t0220-gpt-msftres.sh PASS: t0250-gpt.sh PASS: t0280-gpt-corrupt.sh PASS: t0300-dos-on-gpt.sh PASS: t0400-loop-clobber-infloop.sh PASS: t0500-dup-clobber.sh PASS: t0501-duplicate.sh t1100-busy-label.sh: skipped test: mkfs.vfat failed SKIP: t1100-busy-label.sh t1101-busy-partition.sh: skipped test: mkfs.vfat failed SKIP: t1101-busy-partition.sh : no xfs support : no nilfs2 support : no ntfs support : no vfat support : no hfsplus support PASS: t1700-probe-fs.sh PASS: t2200-dos-label-recog.sh PASS: t2201-pc98-label-recog.sh PASS: t2300-dos-label-extended-bootcode.sh PASS: t2310-dos-extended-2-sector-min-offset.sh PASS: t2400-dos-hfs-partition-type.sh PASS: t2500-probe-corrupt-hfs.sh t3000-resize-fs.sh: skipped test: This test requires HFS support. SKIP: t3000-resize-fs.sh t3200-type-change.sh: skipped test: this system lacks a new-enough libblkid SKIP: t3200-type-change.sh PASS: t3300-palo-prep.sh PASS: t3310-flags.sh t3400-whole-disk-FAT-partition.sh: skipped test: mkfs.vfat failed SKIP: t3400-whole-disk-FAT-partition.sh PASS: t4000-sun-raid-type.sh PASS: t4001-sun-vtoc.sh t4100-msdos-partition-limits.sh: skipped test: this test requires XFS support SKIP: t4100-msdos-partition-limits.sh t4100-dvh-partition-limits.sh: skipped test: this test requires XFS support SKIP: t4100-dvh-partition-limits.sh PASS: t4100-msdos-starting-sector.sh t4200-partprobe.sh: skipped test: This test requires an erasable device and you have not properly set the $DEVICE_TO_ERASE and $DEVICE_TO_ERASE_SIZE envvars. SKIP: t4200-partprobe.sh PASS: t4300-nilfs2-tiny.sh PASS: t5000-tags.sh t6000-dm.sh: skipped test: no device-mapper support SKIP: t6000-dm.sh t6001-psep.sh: skipped test: no device-mapper support SKIP: t6001-psep.sh FAIL: t6100-mdraid-partitions.sh t7000-scripting.sh: skipped test: configured without readline support SKIP: t7000-scripting.sh PASS: t8000-loop.sh PASS: t8001-loop-blkpg.sh t9010-big-sector.sh: skipped test: this system lacks a new-enough libblkid SKIP: t9010-big-sector.sh t9020-alignment.sh: skipped test: this system lacks a new-enough libblkid SKIP: t9020-alignment.sh PASS: t9021-maxima.sh PASS: t9022-one-unit-snap.sh PASS: t9023-value-lt-one.sh t9030-align-check.sh: skipped test: this system lacks a new-enough libblkid SKIP: t9030-align-check.sh t9040-many-partitions.sh: skipped test: this system lacks a new-enough libblkid SKIP: t9040-many-partitions.sh t9041-undetected-in-use-16th-partition.sh: skipped test: this system lacks a new-enough libblkid SKIP: t9041-undetected-in-use-16th-partition.sh t9042-dos-partition-limit.sh: skipped test: this system lacks a new-enough libblkid SKIP: t9042-dos-partition-limit.sh PASS: t9050-partition-table-types.sh ============================================================================ Testsuite summary for GNU parted 3.1 ============================================================================ # TOTAL: 64 # PASS: 44 # SKIP: 19 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to bug-parted@gnu.org ============================================================================ make[1]: *** [Makefile:169: test-suite.log] Error 1 make[1]: Leaving directory '/usr/lib/parted/ptest/tests' make: *** [Makefile:261: check-TESTS] Error 2 make: Leaving directory '/usr/lib/parted/ptest/tests' ERROR: Exit status is 512 DURATION: 9 END: /usr/lib/parted/ptest 2019-08-16T20:29 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T20:29 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/filter_exception 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/parser_run 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/getcwd 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/paragraph_mode 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/socketpair PASS: t/io/tell PASS: t/io/through PASS: t/io/utf8 PASS: t/re/alpha_assertions PASS: t/re/anyof PASS: t/re/charset PASS: t/re/fold_grind_8 PASS: t/re/fold_grind_T PASS: t/re/fold_grind_a PASS: t/re/fold_grind_aa PASS: t/re/fold_grind_d PASS: t/re/fold_grind_l PASS: t/re/fold_grind_u PASS: t/re/keep_tabs PASS: t/re/no_utf8_pm PASS: t/re/overload PASS: t/re/pat PASS: t/re/pat_advanced SKIP: t/re/pat_advanced_thr PASS: t/re/pat_psycho SKIP: t/re/pat_psycho_thr PASS: t/re/pat_re_eval SKIP: t/re/pat_re_eval_thr PASS: t/re/pat_rt_report SKIP: t/re/pat_rt_report_thr PASS: t/re/pat_special_cc SKIP: t/re/pat_special_cc_thr SKIP: 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 SKIP: 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_nonull PASS: t/re/regexp_notrie PASS: t/re/regexp_qr PASS: t/re/regexp_qr_embed SKIP: t/re/regexp_qr_embed_thr PASS: t/re/regexp_trielist PASS: t/re/regexp_unicode_prop SKIP: t/re/regexp_unicode_prop_thr PASS: t/re/rt122747 PASS: t/re/rxcode PASS: t/re/script_run PASS: t/re/speed SKIP: 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/uniprops01 PASS: t/re/uniprops02 PASS: t/re/uniprops03 PASS: t/re/uniprops04 PASS: t/re/uniprops05 PASS: t/re/uniprops06 PASS: t/re/uniprops07 PASS: t/re/uniprops08 PASS: t/re/uniprops09 PASS: t/re/uniprops10 SKIP: t/re/user_prop_race_thr 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/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/catch 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/decl-refs 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 SKIP: 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 SKIP: 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/stash_parse_gv PASS: t/op/stat PASS: t/op/stat_errors 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 SKIP: t/op/substr_thr PASS: t/op/svleak PASS: t/op/switch PASS: t/op/symbolcache PASS: t/op/sysio PASS: t/op/taint SKIP: t/op/threads-dirh SKIP: 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/tr_latin1 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 SKIP: t/uni/cache PASS: t/uni/caller PASS: t/uni/chomp PASS: t/uni/class PASS: t/uni/eval PASS: t/uni/fold PASS: t/uni/goto SKIP: t/uni/greek PASS: t/uni/gv PASS: t/uni/labels SKIP: 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_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/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: lib/AnyDBM_File PASS: lib/B/Deparse PASS: lib/B/Deparse-core PASS: lib/B/Deparse-subclass PASS: lib/Benchmark PASS: lib/blib PASS: lib/bytes PASS: lib/charnames PASS: lib/Class/Struct PASS: lib/Config PASS: lib/Config/Extensions PASS: lib/DB 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/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/File/stat PASS: lib/File/stat-7896 PASS: lib/FileHandle 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 Use of uninitialized value $Config{"d_has_C_UTF8"} in string eq at ./loc_tools.pl line 343. Use of uninitialized value $Config{"d_has_C_UTF8"} in string eq at ./loc_tools.pl line 343. PASS: lib/locale SKIP: lib/locale_threads 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/overload PASS: lib/overload64 PASS: lib/overloading PASS: lib/perl5db PASS: lib/perlbug 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 SKIP: lib/Thread PASS: lib/Tie/Array/push PASS: lib/Tie/Array/splice PASS: lib/Tie/Array/std PASS: lib/Tie/Array/stdpush PASS: lib/Tie/ExtraHash PASS: lib/Tie/Handle/stdhandle PASS: lib/Tie/Handle/stdhandle_from_handle 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 PASS: lib/vars_carp PASS: lib/vmsish PASS: lib/warnings 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/o 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/pragma PASS: ext/B/t/showlex PASS: ext/B/t/strict 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/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/rt131211 PASS: ext/File-Glob/t/taint SKIP: ext/File-Glob/t/threads 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/GDBM_File/t/fatal PASS: ext/GDBM_File/t/gdbm PASS: ext/Hash-Util/t/builtin PASS: ext/Hash-Util/t/Util 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/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 SKIP: 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 SKIP: ext/PerlIO-encoding/t/threads PASS: ext/PerlIO-scalar/t/scalar PASS: ext/PerlIO-scalar/t/scalar_ungetc SKIP: ext/PerlIO-via/t/thread 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/crossref PASS: ext/Pod-Html/t/crossref2 PASS: ext/Pod-Html/t/crossref3 PASS: ext/Pod-Html/t/eol PASS: ext/Pod-Html/t/feature PASS: ext/Pod-Html/t/feature2 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/mb 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 Use of uninitialized value $Config{"d_has_C_UTF8"} in string eq at ../../t/loc_tools.pl line 343. PASS: ext/POSIX/t/wrappers PASS: ext/re/t/lexical_debug PASS: ext/re/t/qr PASS: ext/re/t/re PASS: ext/re/t/re_funcs PASS: ext/re/t/re_funcs_u PASS: ext/re/t/reflags PASS: ext/re/t/regop PASS: ext/re/t/strict PASS: ext/SDBM_File/t/constants PASS: ext/SDBM_File/t/corrupt 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 Can't locate VMS/DCLsym.pm in @INC (you may need to install the VMS::DCLsym module) (@INC contains: ../../lib ../../t .) at t/vms_dclsym.t line 3. FAIL: ext/VMS-DCLsym/t/vms_dclsym Can't locate VMS/Filespec.pm in @INC (you may need to install the VMS::Filespec module) (@INC contains: ../../lib ../../t .) at t/filespec.t line 3. BEGIN failed--compilation aborted at t/filespec.t line 3. FAIL: ext/VMS-Filespec/t/filespec Can't locate VMS/Stdio.pm in @INC (you may need to install the VMS::Stdio module) (@INC contains: ../../lib ../../t .) at t/vms_stdio.t line 2. BEGIN failed--compilation aborted at t/vms_stdio.t line 2. FAIL: ext/VMS-Stdio/t/vms_stdio SKIP: ext/Win32CORE/t/win32core 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 PASS: ext/XS-APItest/t/blockhooks-csc PASS: ext/XS-APItest/t/bootstrap PASS: ext/XS-APItest/t/call PASS: ext/XS-APItest/t/call_checker PASS: ext/XS-APItest/t/caller PASS: ext/XS-APItest/t/callregexec PASS: ext/XS-APItest/t/check_warnings PASS: ext/XS-APItest/t/cleanup SKIP: ext/XS-APItest/t/clone-with-stack PASS: ext/XS-APItest/t/cophh PASS: ext/XS-APItest/t/coplabel SKIP: 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/get 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 PASS: ext/XS-APItest/t/gv_fetchmeth_autoload PASS: ext/XS-APItest/t/gv_fetchmethod_flags PASS: ext/XS-APItest/t/gv_init PASS: ext/XS-APItest/t/handy00 PASS: ext/XS-APItest/t/handy01 PASS: ext/XS-APItest/t/handy02 PASS: ext/XS-APItest/t/handy03 PASS: ext/XS-APItest/t/handy04 PASS: ext/XS-APItest/t/handy05 PASS: ext/XS-APItest/t/handy06 PASS: ext/XS-APItest/t/handy07 PASS: ext/XS-APItest/t/handy08 PASS: ext/XS-APItest/t/handy09 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 SKIP: ext/XS-APItest/t/keyword_plugin_threads PASS: ext/XS-APItest/t/labelconst PASS: ext/XS-APItest/t/lexsub PASS: ext/XS-APItest/t/load-module PASS: 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 PASS: ext/XS-APItest/t/magic_chain 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 PASS: ext/XS-APItest/t/op_contextualize PASS: ext/XS-APItest/t/op_list 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/svcat PASS: ext/XS-APItest/t/svcatpvf PASS: ext/XS-APItest/t/sviscow PASS: ext/XS-APItest/t/svpeek PASS: ext/XS-APItest/t/svpv PASS: ext/XS-APItest/t/svpv_magic 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/utf8_to_bytes PASS: ext/XS-APItest/t/utf8_warn00 PASS: ext/XS-APItest/t/utf8_warn01 PASS: ext/XS-APItest/t/utf8_warn02 PASS: ext/XS-APItest/t/utf8_warn03 PASS: ext/XS-APItest/t/utf8_warn04 PASS: ext/XS-APItest/t/utf8_warn05 PASS: ext/XS-APItest/t/utf8_warn06 PASS: ext/XS-APItest/t/utf8_warn07 PASS: ext/XS-APItest/t/utf8_warn08 PASS: ext/XS-APItest/t/utf8_warn09 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 PASS: ext/XS-APItest/t/xs_special_subs_require PASS: ext/XS-APItest/t/xsub_h PASS: ext/XS-Typemap/t/Typemap 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 PASS: dist/base/t/base-open-chunk PASS: dist/base/t/base-open-line PASS: dist/base/t/compile-time PASS: dist/base/t/core-global PASS: dist/base/t/fields 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/incdot 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/broken_can PASS: dist/Carp/t/broken_univ_can PASS: dist/Carp/t/Carp PASS: dist/Carp/t/Carp_overload PASS: dist/Carp/t/Carp_overloadless PASS: dist/Carp/t/errno PASS: dist/Carp/t/heavy PASS: dist/Carp/t/heavy_mismatch PASS: dist/Carp/t/stack_after_err 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-PPPort/t/call PASS: dist/Devel-PPPort/t/cop PASS: dist/Devel-PPPort/t/exception PASS: dist/Devel-PPPort/t/format PASS: dist/Devel-PPPort/t/grok PASS: dist/Devel-PPPort/t/gv PASS: dist/Devel-PPPort/t/HvNAME PASS: dist/Devel-PPPort/t/limits PASS: dist/Devel-PPPort/t/magic PASS: dist/Devel-PPPort/t/memory PASS: dist/Devel-PPPort/t/mess PASS: dist/Devel-PPPort/t/misc PASS: dist/Devel-PPPort/t/mPUSH PASS: dist/Devel-PPPort/t/MY_CXT PASS: dist/Devel-PPPort/t/newCONSTSUB PASS: dist/Devel-PPPort/t/newRV PASS: dist/Devel-PPPort/t/newSV_type PASS: dist/Devel-PPPort/t/newSVpv PASS: dist/Devel-PPPort/t/podtest PASS: dist/Devel-PPPort/t/ppphtest PASS: dist/Devel-PPPort/t/pv_tools PASS: dist/Devel-PPPort/t/pvs PASS: dist/Devel-PPPort/t/shared_pv PASS: dist/Devel-PPPort/t/snprintf PASS: dist/Devel-PPPort/t/sprintf PASS: dist/Devel-PPPort/t/strlfuncs PASS: dist/Devel-PPPort/t/Sv_set PASS: dist/Devel-PPPort/t/sv_xpvf PASS: dist/Devel-PPPort/t/SvPV PASS: dist/Devel-PPPort/t/SvREFCNT PASS: dist/Devel-PPPort/t/threads PASS: dist/Devel-PPPort/t/uv PASS: dist/Devel-PPPort/t/variables PASS: dist/Devel-PPPort/t/warn PASS: dist/Devel-SelfStubber/t/Devel-SelfStubber PASS: dist/Dumpvalue/t/Dumpvalue PASS: dist/encoding-warnings/t/1-warning SKIP: dist/encoding-warnings/t/2-fatal SKIP: dist/encoding-warnings/t/3-normal SKIP: 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 PASS: dist/Filter-Simple/t/filter_only PASS: dist/Filter-Simple/t/import PASS: dist/Filter-Simple/t/no 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 PASS: dist/IO/t/io_const PASS: dist/IO/t/io_dir PASS: dist/IO/t/io_dup PASS: dist/IO/t/io_file PASS: dist/IO/t/io_file_export PASS: dist/IO/t/io_leak 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_taint PASS: dist/IO/t/io_tell PASS: dist/IO/t/io_udp PASS: dist/IO/t/io_unix PASS: dist/IO/t/io_utf8 PASS: dist/IO/t/io_utf8argv 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/Locale-Maketext/t/92_blacklist PASS: dist/Locale-Maketext/t/93_whitelist 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 PASS: dist/Module-CoreList/t/maintainer SKIP: dist/Module-CoreList/t/pod PASS: dist/Module-CoreList/t/utils PASS: dist/Net-Ping/t/000_load PASS: dist/Net-Ping/t/001_new PASS: dist/Net-Ping/t/010_pingecho 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 SKIP: dist/Net-Ping/t/420_ping_syn_port PASS: dist/Net-Ping/t/450_service PASS: dist/Net-Ping/t/500_ping_icmp PASS: dist/Net-Ping/t/501_ping_icmpv6 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/cwd_enoent 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 PASS: dist/Storable/t/attach_errors PASS: dist/Storable/t/attach_singleton PASS: dist/Storable/t/blessed # Will use Digest::MD5 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/CVE-2015-1592 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/flags PASS: dist/Storable/t/forgive PASS: dist/Storable/t/freeze SKIP: dist/Storable/t/huge SKIP: dist/Storable/t/hugeids 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/regexp 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 SKIP: dist/Storable/t/threads PASS: dist/Storable/t/tied PASS: dist/Storable/t/tied_hook PASS: dist/Storable/t/tied_items PASS: dist/Storable/t/tied_reify PASS: dist/Storable/t/tied_store PASS: dist/Storable/t/utf8 PASS: dist/Storable/t/utf8hash 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 PASS: dist/Term-ReadLine/t/ReadLine-STDERR 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 SKIP: dist/Thread-Queue/t/01_basic SKIP: dist/Thread-Queue/t/02_refs SKIP: dist/Thread-Queue/t/03_peek PASS: dist/Thread-Queue/t/04_errs SKIP: dist/Thread-Queue/t/05_extract SKIP: dist/Thread-Queue/t/06_insert SKIP: dist/Thread-Queue/t/07_lock PASS: dist/Thread-Queue/t/08_nothreads SKIP: dist/Thread-Queue/t/09_ended SKIP: dist/Thread-Queue/t/10_timed SKIP: dist/Thread-Queue/t/11_limit SKIP: dist/Thread-Semaphore/t/01_basic PASS: dist/Thread-Semaphore/t/02_errs PASS: dist/Thread-Semaphore/t/03_nothreads SKIP: dist/Thread-Semaphore/t/04_nonblocking SKIP: dist/Thread-Semaphore/t/05_force SKIP: dist/Thread-Semaphore/t/06_timed SKIP: dist/threads/t/basic SKIP: dist/threads/t/blocks SKIP: dist/threads/t/context SKIP: dist/threads/t/end SKIP: dist/threads/t/err SKIP: dist/threads/t/exit SKIP: dist/threads/t/free SKIP: dist/threads/t/free2 SKIP: dist/threads/t/join SKIP: dist/threads/t/kill SKIP: dist/threads/t/kill2 SKIP: dist/threads/t/kill3 SKIP: dist/threads/t/libc SKIP: dist/threads/t/list PASS: dist/threads/t/no_threads SKIP: dist/threads/t/problems SKIP: dist/threads/t/stack SKIP: dist/threads/t/stack_env SKIP: dist/threads/t/state SKIP: dist/threads/t/stress_cv SKIP: dist/threads/t/stress_re SKIP: dist/threads/t/stress_string SKIP: dist/threads/t/thread SKIP: dist/threads/t/unique PASS: dist/threads-shared/t/0nothread SKIP: dist/threads-shared/t/av_refs SKIP: dist/threads-shared/t/av_simple SKIP: dist/threads-shared/t/blessed SKIP: dist/threads-shared/t/clone SKIP: dist/threads-shared/t/cond PASS: dist/threads-shared/t/disabled SKIP: dist/threads-shared/t/dualvar SKIP: dist/threads-shared/t/hv_refs SKIP: dist/threads-shared/t/hv_simple SKIP: dist/threads-shared/t/no_share SKIP: dist/threads-shared/t/object SKIP: dist/threads-shared/t/object2 SKIP: dist/threads-shared/t/shared_attr SKIP: dist/threads-shared/t/stress SKIP: dist/threads-shared/t/sv_refs SKIP: dist/threads-shared/t/sv_simple SKIP: dist/threads-shared/t/utf8 SKIP: dist/threads-shared/t/wait SKIP: dist/threads-shared/t/waithires 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/29_downcopy PASS: dist/Tie-File/t/29a_upcopy 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/Time-HiRes/t/utime PASS: dist/Unicode-Normalize/t/fcdc PASS: dist/Unicode-Normalize/t/form PASS: dist/Unicode-Normalize/t/func PASS: dist/Unicode-Normalize/t/illegal PASS: dist/Unicode-Normalize/t/norm PASS: dist/Unicode-Normalize/t/null PASS: dist/Unicode-Normalize/t/partial1 PASS: dist/Unicode-Normalize/t/partial2 PASS: dist/Unicode-Normalize/t/proto PASS: dist/Unicode-Normalize/t/split PASS: dist/Unicode-Normalize/t/test PASS: dist/Unicode-Normalize/t/tie PASS: dist/XSLoader/t/XSLoader 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 PASS: cpan/Archive-Tar/t/09_roundtrip 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 PASS: cpan/autodie/t/context_lexical 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 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 SKIP: cpan/autodie/t/import-into PASS: cpan/autodie/t/internal PASS: cpan/autodie/t/internal-backcompat 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/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 SKIP: cpan/bignum/t/bn_lite PASS: cpan/bignum/t/bninfnan SKIP: cpan/bignum/t/br_lite PASS: cpan/bignum/t/brinfnan 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_plv516 PASS: cpan/Config-Perl-V/t/25_plv5162 PASS: cpan/Config-Perl-V/t/26_plv518 PASS: cpan/Config-Perl-V/t/26_plv5182 PASS: cpan/Config-Perl-V/t/27_plv5200 PASS: cpan/Config-Perl-V/t/27_plv5202 PASS: cpan/Config-Perl-V/t/28_plv5220 PASS: cpan/Config-Perl-V/t/28_plv52201w PASS: cpan/Config-Perl-V/t/29_plv5235w PASS: cpan/Config-Perl-V/t/30_plv5240 PASS: cpan/Config-Perl-V/t/31_plv52511 PASS: cpan/Config-Perl-V/t/32_plv5261rc1 PASS: cpan/Config-Perl-V/t/33_plv52711r PASS: cpan/Config-Perl-V/t/34_plv5280 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/CPAN-Meta/t/converter 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/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/parse-cpan-meta/02_api PASS: cpan/CPAN-Meta/t/parse-cpan-meta/03_functions PASS: cpan/CPAN-Meta/t/parse-cpan-meta/04_export PASS: cpan/CPAN-Meta/t/parse-cpan-meta/05_errors PASS: cpan/CPAN-Meta/t/prereqs PASS: cpan/CPAN-Meta/t/prereqs-finalize PASS: cpan/CPAN-Meta/t/prereqs-merge PASS: cpan/CPAN-Meta/t/repository PASS: cpan/CPAN-Meta/t/save-load PASS: cpan/CPAN-Meta/t/validator 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-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/DB_File/t/db-btree PASS: cpan/DB_File/t/db-hash PASS: cpan/DB_File/t/db-recno SKIP: cpan/DB_File/t/db-threads PASS: cpan/Digest/t/base PASS: cpan/Digest/t/digest PASS: cpan/Digest/t/file PASS: cpan/Digest/t/security 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 SKIP: 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/gg PASS: cpan/Digest-SHA/t/gglong 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/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 SKIP: cpan/Encode/t/enc_data SKIP: cpan/Encode/t/enc_eucjp SKIP: cpan/Encode/t/enc_module SKIP: cpan/Encode/t/enc_utf8 PASS: cpan/Encode/t/Encode PASS: cpan/Encode/t/Encoder SKIP: cpan/Encode/t/encoding PASS: cpan/Encode/t/encoding-locale 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 SKIP: cpan/Encode/t/jperl PASS: cpan/Encode/t/magic PASS: cpan/Encode/t/mime-header PASS: cpan/Encode/t/mime-name PASS: cpan/Encode/t/mime_header_iso2022jp PASS: cpan/Encode/t/perlio SKIP: cpan/Encode/t/piconv PASS: cpan/Encode/t/rt113164 PASS: cpan/Encode/t/rt65541 PASS: cpan/Encode/t/rt76824 PASS: cpan/Encode/t/rt85489 PASS: cpan/Encode/t/rt86327 PASS: cpan/Encode/t/taint PASS: cpan/Encode/t/truncated_utf8 PASS: cpan/Encode/t/undef PASS: cpan/Encode/t/Unicode PASS: cpan/Encode/t/use-Encode-Alias PASS: cpan/Encode/t/utf8ref PASS: cpan/Encode/t/utf8strict PASS: cpan/Encode/t/utf8warnings SKIP: cpan/Encode/t/whatwg-aliases PASS: cpan/Encode/t/xml PASS: cpan/experimental/t/basic PASS: cpan/ExtUtils-Constant/t/Constant PASS: cpan/ExtUtils-Install/t/can_write_dir PASS: cpan/ExtUtils-Install/t/Install PASS: cpan/ExtUtils-Install/t/Installapi2 PASS: cpan/ExtUtils-Install/t/Installed 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/02-xsdynamic SKIP: cpan/ExtUtils-MakeMaker/t/03-xsstatic 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/fix_libs PASS: cpan/ExtUtils-MakeMaker/t/fixin PASS: cpan/ExtUtils-MakeMaker/t/hints PASS: cpan/ExtUtils-MakeMaker/t/INST PASS: cpan/ExtUtils-MakeMaker/t/INST_PREFIX SKIP: cpan/ExtUtils-MakeMaker/t/INSTALL_BASE PASS: cpan/ExtUtils-MakeMaker/t/installed_file PASS: cpan/ExtUtils-MakeMaker/t/is_of_type PASS: cpan/ExtUtils-MakeMaker/t/Liblist PASS: cpan/ExtUtils-MakeMaker/t/make PASS: cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters 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/min_perl_version SKIP: cpan/ExtUtils-MakeMaker/t/miniperl 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/os_unsupported 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 PASS: cpan/ExtUtils-MakeMaker/t/prereq_print 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 SKIP: 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-Manifest/t/Manifest PASS: cpan/File-Fetch/t/01_File-Fetch PASS: cpan/File-Fetch/t/null_subclass PASS: cpan/File-Path/t/Path PASS: cpan/File-Path/t/Path_root 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/004_timeout 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 PASS: cpan/IO-Compress/t/105oneshot-gzip-only PASS: cpan/IO-Compress/t/105oneshot-rawdeflate PASS: cpan/IO-Compress/t/105oneshot-zip 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 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/pod SKIP: cpan/IPC-SysV/t/podcov 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/004_dwiw_encode PASS: cpan/JSON-PP/t/005_dwiw_decode 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_faihu PASS: cpan/JSON-PP/t/020_unknown PASS: cpan/JSON-PP/t/021_evans PASS: cpan/JSON-PP/t/022_comment_at_eof PASS: cpan/JSON-PP/t/052_object 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/117_numbers PASS: cpan/JSON-PP/t/118_boolean_values PASS: cpan/JSON-PP/t/gh_28_json_test_suite PASS: cpan/JSON-PP/t/gh_29_trailing_false_value PASS: cpan/JSON-PP/t/rt_116998_wrong_character_offset PASS: cpan/JSON-PP/t/rt_90071_incr_parse 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 SKIP: cpan/libnet/t/nntp PASS: cpan/libnet/t/nntp_ipv6 SKIP: cpan/libnet/t/nntp_ssl PASS: cpan/libnet/t/pop3_ipv6 SKIP: cpan/libnet/t/pop3_ssl PASS: cpan/libnet/t/require SKIP: cpan/libnet/t/smtp PASS: cpan/libnet/t/smtp_ipv6 SKIP: cpan/libnet/t/smtp_ssl PASS: cpan/libnet/t/time 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/t/_e_math 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/bdstr-mbf PASS: cpan/Math-BigInt/t/bdstr-mbi PASS: cpan/Math-BigInt/t/bestr-mbf PASS: cpan/Math-BigInt/t/bestr-mbi PASS: cpan/Math-BigInt/t/bfib-mbi PASS: cpan/Math-BigInt/t/big_pi_e 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/bigroot PASS: cpan/Math-BigInt/t/blucas-mbi PASS: cpan/Math-BigInt/t/bnok-mbf PASS: cpan/Math-BigInt/t/bnok-mbi PASS: cpan/Math-BigInt/t/bnstr-mbf PASS: cpan/Math-BigInt/t/bnstr-mbi PASS: cpan/Math-BigInt/t/bsstr-mbf PASS: cpan/Math-BigInt/t/bsstr-mbi PASS: cpan/Math-BigInt/t/calling PASS: cpan/Math-BigInt/t/calling-class-methods PASS: cpan/Math-BigInt/t/calling-instance-methods PASS: cpan/Math-BigInt/t/config PASS: cpan/Math-BigInt/t/const_mbf PASS: cpan/Math-BigInt/t/constant PASS: cpan/Math-BigInt/t/downgrade PASS: cpan/Math-BigInt/t/dparts-mbf PASS: cpan/Math-BigInt/t/dparts-mbi PASS: cpan/Math-BigInt/t/eparts-mbf PASS: cpan/Math-BigInt/t/eparts-mbi PASS: cpan/Math-BigInt/t/from_base-mbi PASS: cpan/Math-BigInt/t/from_bin-mbf PASS: cpan/Math-BigInt/t/from_bin-mbi PASS: cpan/Math-BigInt/t/from_hex-mbf PASS: cpan/Math-BigInt/t/from_hex-mbi PASS: cpan/Math-BigInt/t/from_oct-mbf PASS: cpan/Math-BigInt/t/from_oct-mbi 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/mbi_rand PASS: cpan/Math-BigInt/t/mbimbf PASS: cpan/Math-BigInt/t/nan_cmp PASS: cpan/Math-BigInt/t/new-mbf PASS: cpan/Math-BigInt/t/new_overloaded PASS: cpan/Math-BigInt/t/nparts-mbf PASS: cpan/Math-BigInt/t/nparts-mbi 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/sparts-mbf PASS: cpan/Math-BigInt/t/sparts-mbi 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/to_base-mbi PASS: cpan/Math-BigInt/t/trap PASS: cpan/Math-BigInt/t/upgrade PASS: cpan/Math-BigInt/t/upgrade2 PASS: cpan/Math-BigInt/t/upgradef PASS: cpan/Math-BigInt/t/use 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/with_sub PASS: cpan/Math-BigInt-FastCalc/t/bigintfc PASS: cpan/Math-BigInt-FastCalc/t/biglog PASS: cpan/Math-BigInt-FastCalc/t/bigroot 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-BigRat/t/big_ap PASS: cpan/Math-BigRat/t/bigfltrt PASS: cpan/Math-BigRat/t/bigrat PASS: cpan/Math-BigRat/t/bigratpm PASS: cpan/Math-BigRat/t/bigratup PASS: cpan/Math-BigRat/t/bitwise PASS: cpan/Math-BigRat/t/hang PASS: cpan/Math-BigRat/t/requirer PASS: cpan/Math-BigRat/t/rt121139 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 PASS: cpan/Memoize/t/array_confusion 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/tie PASS: 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/tiefeatures 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/t/01_Module-Load PASS: cpan/Module-Load/t/02_Module-Load PASS: cpan/Module-Load-Conditional/t/01_Module_Load_Conditional PASS: cpan/Module-Loaded/t/01_Module-Loaded 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 PASS: cpan/parent/t/compile-time-file PASS: cpan/parent/t/parent 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/Perl-OSType/t/OSType PASS: cpan/PerlIO-via-QuotedPrint/t/QuotedPrint PASS: cpan/Pod-Checker/t/pod/podchkenc PASS: cpan/Pod-Checker/t/pod/podchklink 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 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/include PASS: cpan/Pod-Parser/t/pod/included 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/00_load PASS: cpan/Pod-Perldoc/t/01_about_verbose 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/ac_d PASS: cpan/Pod-Simple/t/accept01 PASS: cpan/Pod-Simple/t/accept05 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 # parser guessed wrong encoding expected 'CP1252' got 'UTF-8' PASS: cpan/Pod-Simple/t/encod04 PASS: cpan/Pod-Simple/t/end_over PASS: cpan/Pod-Simple/t/eol PASS: cpan/Pod-Simple/t/eol2 PASS: cpan/Pod-Simple/t/fake-closers PASS: cpan/Pod-Simple/t/fcodes 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/for PASS: cpan/Pod-Simple/t/fornot 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/items PASS: cpan/Pod-Simple/t/items02 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/verb_fmt PASS: cpan/Pod-Simple/t/verbatim PASS: cpan/Pod-Simple/t/whine PASS: cpan/Pod-Simple/t/x_nixer PASS: cpan/Pod-Simple/t/xhtml-bkb 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-Usage/t/pod/headwithmarkup PASS: cpan/Pod-Usage/t/pod/pod2usage PASS: cpan/Pod-Usage/t/pod/pod2usage2 PASS: cpan/Pod-Usage/t/pod/selectheaders PASS: cpan/Pod-Usage/t/pod/selectsections SKIP: cpan/podlators/t/docs/pod SKIP: cpan/podlators/t/docs/pod-spelling SKIP: cpan/podlators/t/docs/spdx-license SKIP: cpan/podlators/t/docs/synopsis SKIP: cpan/podlators/t/docs/urls PASS: cpan/podlators/t/general/basic PASS: cpan/podlators/t/general/filehandle PASS: cpan/podlators/t/general/pod-parser 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/iso-8859-1 PASS: cpan/podlators/t/man/no-encode PASS: cpan/podlators/t/man/snippets 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/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/exotic_names PASS: cpan/Scalar-List-Utils/t/first PASS: cpan/Scalar-List-Utils/t/getmagic-once PASS: cpan/Scalar-List-Utils/t/head-tail PASS: cpan/Scalar-List-Utils/t/isvstring PASS: cpan/Scalar-List-Utils/t/lln PASS: cpan/Scalar-List-Utils/t/max PASS: cpan/Scalar-List-Utils/t/maxstr PASS: cpan/Scalar-List-Utils/t/min PASS: cpan/Scalar-List-Utils/t/minstr 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/rt-96343 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/sum PASS: cpan/Scalar-List-Utils/t/sum0 PASS: cpan/Scalar-List-Utils/t/tainted PASS: cpan/Scalar-List-Utils/t/uniq 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/Socket PASS: cpan/Socket/t/socketpair 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/basic PASS: cpan/Term-ANSIColor/t/module/basic256 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 PASS: cpan/Test-Harness/t/compat/env_opts 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/env_opts 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 PASS: cpan/Test-Harness/t/harness-bailout PASS: cpan/Test-Harness/t/harness-subclass 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 PASS: cpan/Test-Harness/t/nofork-mux PASS: cpan/Test-Harness/t/object PASS: cpan/Test-Harness/t/parse PASS: cpan/Test-Harness/t/parser-config PASS: cpan/Test-Harness/t/parser-subclass PASS: cpan/Test-Harness/t/perl5lib PASS: cpan/Test-Harness/t/premature-bailout PASS: cpan/Test-Harness/t/process PASS: cpan/Test-Harness/t/prove PASS: cpan/Test-Harness/t/proverc PASS: cpan/Test-Harness/t/proverun PASS: cpan/Test-Harness/t/proveversion PASS: cpan/Test-Harness/t/regression PASS: cpan/Test-Harness/t/results PASS: cpan/Test-Harness/t/rulesfile PASS: cpan/Test-Harness/t/scheduler PASS: cpan/Test-Harness/t/source PASS: cpan/Test-Harness/t/source_handler PASS: cpan/Test-Harness/t/source_tests/source PASS: cpan/Test-Harness/t/spool PASS: cpan/Test-Harness/t/state PASS: cpan/Test-Harness/t/state_results 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 PASS: cpan/Test-Harness/t/yamlish-output PASS: cpan/Test-Harness/t/yamlish-writer PASS: cpan/Test-Simple/t/HashBase PASS: cpan/Test-Simple/t/Legacy/00test_harness_check PASS: cpan/Test-Simple/t/Legacy/01-basic PASS: cpan/Test-Simple/t/Legacy/478-cmp_ok_hash PASS: cpan/Test-Simple/t/Legacy/auto PASS: cpan/Test-Simple/t/Legacy/bad_plan PASS: cpan/Test-Simple/t/Legacy/bail_out PASS: cpan/Test-Simple/t/Legacy/BEGIN_require_ok PASS: cpan/Test-Simple/t/Legacy/BEGIN_use_ok PASS: cpan/Test-Simple/t/Legacy/buffer PASS: cpan/Test-Simple/t/Legacy/Bugs/600 PASS: cpan/Test-Simple/t/Legacy/Bugs/629 PASS: cpan/Test-Simple/t/Legacy/Builder/Builder PASS: cpan/Test-Simple/t/Legacy/Builder/carp PASS: cpan/Test-Simple/t/Legacy/Builder/create PASS: cpan/Test-Simple/t/Legacy/Builder/current_test PASS: cpan/Test-Simple/t/Legacy/Builder/current_test_without_plan PASS: cpan/Test-Simple/t/Legacy/Builder/details PASS: cpan/Test-Simple/t/Legacy/Builder/done_testing PASS: cpan/Test-Simple/t/Legacy/Builder/done_testing_double PASS: cpan/Test-Simple/t/Legacy/Builder/done_testing_plan_mismatch PASS: cpan/Test-Simple/t/Legacy/Builder/done_testing_with_no_plan PASS: cpan/Test-Simple/t/Legacy/Builder/done_testing_with_number PASS: cpan/Test-Simple/t/Legacy/Builder/done_testing_with_plan PASS: cpan/Test-Simple/t/Legacy/Builder/fork_with_new_stdout PASS: cpan/Test-Simple/t/Legacy/Builder/has_plan PASS: cpan/Test-Simple/t/Legacy/Builder/has_plan2 PASS: cpan/Test-Simple/t/Legacy/Builder/is_fh PASS: cpan/Test-Simple/t/Legacy/Builder/is_passing PASS: cpan/Test-Simple/t/Legacy/Builder/maybe_regex PASS: cpan/Test-Simple/t/Legacy/Builder/no_diag PASS: cpan/Test-Simple/t/Legacy/Builder/no_ending PASS: cpan/Test-Simple/t/Legacy/Builder/no_header PASS: cpan/Test-Simple/t/Legacy/Builder/no_plan_at_all PASS: cpan/Test-Simple/t/Legacy/Builder/ok_obj PASS: cpan/Test-Simple/t/Legacy/Builder/output PASS: cpan/Test-Simple/t/Legacy/Builder/reset PASS: cpan/Test-Simple/t/Legacy/Builder/reset_outputs PASS: cpan/Test-Simple/t/Legacy/Builder/try PASS: cpan/Test-Simple/t/Legacy/c_flag PASS: cpan/Test-Simple/t/Legacy/capture PASS: cpan/Test-Simple/t/Legacy/check_tests PASS: cpan/Test-Simple/t/Legacy/circular_data PASS: cpan/Test-Simple/t/Legacy/cmp_ok PASS: cpan/Test-Simple/t/Legacy/depth PASS: cpan/Test-Simple/t/Legacy/diag PASS: cpan/Test-Simple/t/Legacy/died PASS: cpan/Test-Simple/t/Legacy/dont_overwrite_die_handler PASS: cpan/Test-Simple/t/Legacy/eq_set PASS: cpan/Test-Simple/t/Legacy/exit PASS: cpan/Test-Simple/t/Legacy/explain PASS: cpan/Test-Simple/t/Legacy/explain_err_vars PASS: cpan/Test-Simple/t/Legacy/extra PASS: cpan/Test-Simple/t/Legacy/extra_one PASS: cpan/Test-Simple/t/Legacy/fail PASS: cpan/Test-Simple/t/Legacy/fail-like PASS: cpan/Test-Simple/t/Legacy/fail-more PASS: cpan/Test-Simple/t/Legacy/fail_one PASS: cpan/Test-Simple/t/Legacy/filehandles PASS: cpan/Test-Simple/t/Legacy/fork PASS: cpan/Test-Simple/t/Legacy/harness_active PASS: cpan/Test-Simple/t/Legacy/import PASS: cpan/Test-Simple/t/Legacy/is_deeply_dne_bug PASS: cpan/Test-Simple/t/Legacy/is_deeply_fail SKIP: cpan/Test-Simple/t/Legacy/is_deeply_with_threads PASS: cpan/Test-Simple/t/Legacy/missing PASS: cpan/Test-Simple/t/Legacy/More PASS: cpan/Test-Simple/t/Legacy/new_ok PASS: cpan/Test-Simple/t/Legacy/no_log_results PASS: cpan/Test-Simple/t/Legacy/no_plan PASS: cpan/Test-Simple/t/Legacy/no_tests PASS: cpan/Test-Simple/t/Legacy/note PASS: cpan/Test-Simple/t/Legacy/overload PASS: cpan/Test-Simple/t/Legacy/overload_threads PASS: cpan/Test-Simple/t/Legacy/plan PASS: cpan/Test-Simple/t/Legacy/plan_bad PASS: cpan/Test-Simple/t/Legacy/plan_is_noplan PASS: cpan/Test-Simple/t/Legacy/plan_no_plan PASS: cpan/Test-Simple/t/Legacy/plan_shouldnt_import SKIP: cpan/Test-Simple/t/Legacy/plan_skip_all SKIP: cpan/Test-Simple/t/Legacy/Regression/637 SKIP: cpan/Test-Simple/t/Legacy/Regression/683_thread_todo PASS: cpan/Test-Simple/t/Legacy/Regression/6_cmp_ok PASS: cpan/Test-Simple/t/Legacy/Regression/736_use_ok SKIP: cpan/Test-Simple/t/Legacy/Regression/789-read-only PASS: cpan/Test-Simple/t/Legacy/require_ok PASS: cpan/Test-Simple/t/Legacy/run_test PASS: cpan/Test-Simple/t/Legacy/simple PASS: cpan/Test-Simple/t/Legacy/Simple/load PASS: cpan/Test-Simple/t/Legacy/skip PASS: cpan/Test-Simple/t/Legacy/skipall SKIP: cpan/Test-Simple/t/Legacy/strays PASS: cpan/Test-Simple/t/Legacy/subtest/args PASS: cpan/Test-Simple/t/Legacy/subtest/bail_out PASS: cpan/Test-Simple/t/Legacy/subtest/basic PASS: cpan/Test-Simple/t/Legacy/subtest/callback PASS: cpan/Test-Simple/t/Legacy/subtest/die PASS: cpan/Test-Simple/t/Legacy/subtest/do PASS: cpan/Test-Simple/t/Legacy/subtest/events PASS: cpan/Test-Simple/t/Legacy/subtest/fork PASS: cpan/Test-Simple/t/Legacy/subtest/implicit_done PASS: cpan/Test-Simple/t/Legacy/subtest/line_numbers PASS: cpan/Test-Simple/t/Legacy/subtest/plan PASS: cpan/Test-Simple/t/Legacy/subtest/predicate PASS: cpan/Test-Simple/t/Legacy/subtest/singleton SKIP: cpan/Test-Simple/t/Legacy/subtest/threads PASS: cpan/Test-Simple/t/Legacy/subtest/todo PASS: cpan/Test-Simple/t/Legacy/subtest/wstat PASS: cpan/Test-Simple/t/Legacy/tbm_doesnt_set_exported_to PASS: cpan/Test-Simple/t/Legacy/Test2/Subtest PASS: cpan/Test-Simple/t/Legacy/Tester/tbt_01basic PASS: cpan/Test-Simple/t/Legacy/Tester/tbt_02fhrestore PASS: cpan/Test-Simple/t/Legacy/Tester/tbt_03die PASS: cpan/Test-Simple/t/Legacy/Tester/tbt_04line_num PASS: cpan/Test-Simple/t/Legacy/Tester/tbt_05faildiag PASS: cpan/Test-Simple/t/Legacy/Tester/tbt_06errormess PASS: cpan/Test-Simple/t/Legacy/Tester/tbt_07args PASS: cpan/Test-Simple/t/Legacy/Tester/tbt_08subtest PASS: cpan/Test-Simple/t/Legacy/Tester/tbt_09do PASS: cpan/Test-Simple/t/Legacy/thread_taint SKIP: cpan/Test-Simple/t/Legacy/threads PASS: cpan/Test-Simple/t/Legacy/todo PASS: cpan/Test-Simple/t/Legacy/undef PASS: cpan/Test-Simple/t/Legacy/use_ok PASS: cpan/Test-Simple/t/Legacy/useing PASS: cpan/Test-Simple/t/Legacy/utf8 PASS: cpan/Test-Simple/t/Legacy/versions PASS: cpan/Test-Simple/t/Legacy_And_Test2/builder_loaded_late PASS: cpan/Test-Simple/t/Legacy_And_Test2/diag_event_on_ok PASS: cpan/Test-Simple/t/Legacy_And_Test2/hidden_warnings PASS: cpan/Test-Simple/t/Legacy_And_Test2/preload_diag_note SKIP: cpan/Test-Simple/t/Legacy_And_Test2/thread_init_warning PASS: cpan/Test-Simple/t/regression/642_persistent_end PASS: cpan/Test-Simple/t/regression/662-tbt-no-plan PASS: cpan/Test-Simple/t/regression/684-nested_todo_diag PASS: cpan/Test-Simple/t/regression/694_note_diag_return_values PASS: cpan/Test-Simple/t/regression/696-intercept_skip_all PASS: cpan/Test-Simple/t/regression/721-nested-streamed-subtest PASS: cpan/Test-Simple/t/regression/757-reset_in_subtest PASS: cpan/Test-Simple/t/regression/812-todo PASS: cpan/Test-Simple/t/regression/817-subtest-todo PASS: cpan/Test-Simple/t/regression/buffered_subtest_plan_buffered PASS: cpan/Test-Simple/t/regression/builder_does_not_init PASS: cpan/Test-Simple/t/regression/errors_facet PASS: cpan/Test-Simple/t/regression/fork_first PASS: cpan/Test-Simple/t/regression/inherit_trace PASS: cpan/Test-Simple/t/regression/no_name_in_subtest PASS: cpan/Test-Simple/t/regression/todo_and_facets PASS: cpan/Test-Simple/t/Test2/acceptance/try_it_done_testing PASS: cpan/Test-Simple/t/Test2/acceptance/try_it_fork PASS: cpan/Test-Simple/t/Test2/acceptance/try_it_no_plan PASS: cpan/Test-Simple/t/Test2/acceptance/try_it_plan SKIP: cpan/Test-Simple/t/Test2/acceptance/try_it_skip SKIP: cpan/Test-Simple/t/Test2/acceptance/try_it_threads PASS: cpan/Test-Simple/t/Test2/acceptance/try_it_todo PASS: cpan/Test-Simple/t/Test2/behavior/disable_ipc_a PASS: cpan/Test-Simple/t/Test2/behavior/disable_ipc_b PASS: cpan/Test-Simple/t/Test2/behavior/disable_ipc_c SKIP: cpan/Test-Simple/t/Test2/behavior/disable_ipc_d PASS: cpan/Test-Simple/t/Test2/behavior/err_var PASS: cpan/Test-Simple/t/Test2/behavior/Formatter PASS: cpan/Test-Simple/t/Test2/behavior/init_croak PASS: cpan/Test-Simple/t/Test2/behavior/intercept PASS: cpan/Test-Simple/t/Test2/behavior/ipc_wait_timeout PASS: cpan/Test-Simple/t/Test2/behavior/nested_context_exception PASS: cpan/Test-Simple/t/Test2/behavior/no_load_api PASS: cpan/Test-Simple/t/Test2/behavior/run_subtest_inherit PASS: cpan/Test-Simple/t/Test2/behavior/special_names PASS: cpan/Test-Simple/t/Test2/behavior/subtest_bailout PASS: cpan/Test-Simple/t/Test2/behavior/Subtest_buffer_formatter PASS: cpan/Test-Simple/t/Test2/behavior/Subtest_callback PASS: cpan/Test-Simple/t/Test2/behavior/Subtest_events PASS: cpan/Test-Simple/t/Test2/behavior/Subtest_plan PASS: cpan/Test-Simple/t/Test2/behavior/Subtest_todo PASS: cpan/Test-Simple/t/Test2/behavior/Taint PASS: cpan/Test-Simple/t/Test2/behavior/trace_signature PASS: cpan/Test-Simple/t/Test2/behavior/uuid PASS: cpan/Test-Simple/t/Test2/legacy/TAP PASS: cpan/Test-Simple/t/Test2/modules/API PASS: cpan/Test-Simple/t/Test2/modules/API/Breakage PASS: cpan/Test-Simple/t/Test2/modules/API/Context PASS: cpan/Test-Simple/t/Test2/modules/API/Instance PASS: cpan/Test-Simple/t/Test2/modules/API/Stack PASS: cpan/Test-Simple/t/Test2/modules/Event PASS: cpan/Test-Simple/t/Test2/modules/Event/Bail PASS: cpan/Test-Simple/t/Test2/modules/Event/Diag PASS: cpan/Test-Simple/t/Test2/modules/Event/Encoding PASS: cpan/Test-Simple/t/Test2/modules/Event/Exception PASS: cpan/Test-Simple/t/Test2/modules/Event/Fail PASS: cpan/Test-Simple/t/Test2/modules/Event/Generic PASS: cpan/Test-Simple/t/Test2/modules/Event/Note PASS: cpan/Test-Simple/t/Test2/modules/Event/Ok PASS: cpan/Test-Simple/t/Test2/modules/Event/Pass PASS: cpan/Test-Simple/t/Test2/modules/Event/Plan PASS: cpan/Test-Simple/t/Test2/modules/Event/Skip PASS: cpan/Test-Simple/t/Test2/modules/Event/Subtest PASS: cpan/Test-Simple/t/Test2/modules/Event/TAP/Version PASS: cpan/Test-Simple/t/Test2/modules/Event/V2 PASS: cpan/Test-Simple/t/Test2/modules/Event/Waiting PASS: cpan/Test-Simple/t/Test2/modules/EventFacet PASS: cpan/Test-Simple/t/Test2/modules/EventFacet/About PASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Amnesty PASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Assert PASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Control PASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Error PASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Info PASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Meta PASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Parent PASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Plan PASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Trace PASS: cpan/Test-Simple/t/Test2/modules/Formatter/TAP PASS: cpan/Test-Simple/t/Test2/modules/Hub PASS: cpan/Test-Simple/t/Test2/modules/Hub/Interceptor PASS: cpan/Test-Simple/t/Test2/modules/Hub/Interceptor/Terminator PASS: cpan/Test-Simple/t/Test2/modules/Hub/Subtest PASS: cpan/Test-Simple/t/Test2/modules/IPC PASS: cpan/Test-Simple/t/Test2/modules/IPC/Driver PASS: cpan/Test-Simple/t/Test2/modules/IPC/Driver/Files PASS: cpan/Test-Simple/t/Test2/modules/Tools/Tiny PASS: cpan/Test-Simple/t/Test2/modules/Util PASS: cpan/Test-Simple/t/Test2/modules/Util/ExternalMeta PASS: cpan/Test-Simple/t/Test2/modules/Util/Facets2Legacy PASS: cpan/Test-Simple/t/Test2/modules/Util/Trace SKIP: cpan/Test-Simple/t/Test2/regression/693_ipc_ordering PASS: cpan/Test-Simple/t/Test2/regression/746-forking-subtest SKIP: cpan/Test-Simple/t/Test2/regression/gh_16 SKIP: cpan/Test-Simple/t/Test2/regression/ipc_files_abort_exit 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/Jacobson PASS: cpan/Text-Tabs/t/Jacobson2 PASS: cpan/Text-Tabs/t/Jochen PASS: cpan/Text-Tabs/t/sep PASS: cpan/Text-Tabs/t/sep2 PASS: cpan/Text-Tabs/t/tabs PASS: cpan/Text-Tabs/t/Tabs-ElCid PASS: cpan/Text-Tabs/t/wrap PASS: cpan/Text-Tabs/t/Wrap-JLB PASS: cpan/Text-Tabs/t/wrap_separator2 PASS: cpan/Tie-RefHash/t/rebless PASS: cpan/Tie-RefHash/t/refhash PASS: cpan/Tie-RefHash/t/storable SKIP: cpan/Tie-RefHash/t/threaded PASS: cpan/Time-Local/t/Local PASS: cpan/Time-Piece/t/01base PASS: cpan/Time-Piece/t/02core PASS: cpan/Time-Piece/t/02core_dst 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/cjk_st PASS: cpan/Unicode-Collate/t/cjk_zy PASS: cpan/Unicode-Collate/t/cjkrange 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/illegal PASS: cpan/Unicode-Collate/t/illegalp 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_bs PASS: cpan/Unicode-Collate/t/loc_bscy PASS: cpan/Unicode-Collate/t/loc_ca PASS: cpan/Unicode-Collate/t/loc_cjk PASS: cpan/Unicode-Collate/t/loc_cjkc PASS: cpan/Unicode-Collate/t/loc_cs PASS: cpan/Unicode-Collate/t/loc_cu PASS: cpan/Unicode-Collate/t/loc_cy PASS: cpan/Unicode-Collate/t/loc_cyrl PASS: cpan/Unicode-Collate/t/loc_da PASS: cpan/Unicode-Collate/t/loc_de PASS: cpan/Unicode-Collate/t/loc_deat PASS: cpan/Unicode-Collate/t/loc_deph PASS: cpan/Unicode-Collate/t/loc_dsb 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_fi PASS: cpan/Unicode-Collate/t/loc_fil PASS: cpan/Unicode-Collate/t/loc_fiph PASS: cpan/Unicode-Collate/t/loc_fo PASS: cpan/Unicode-Collate/t/loc_fr PASS: cpan/Unicode-Collate/t/loc_frca 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_he 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_ja PASS: cpan/Unicode-Collate/t/loc_jait PASS: cpan/Unicode-Collate/t/loc_japr 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_ko PASS: cpan/Unicode-Collate/t/loc_kok PASS: cpan/Unicode-Collate/t/loc_lkt 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_mncy 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_si PASS: cpan/Unicode-Collate/t/loc_sidt 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_sr PASS: cpan/Unicode-Collate/t/loc_srla PASS: cpan/Unicode-Collate/t/loc_sv PASS: cpan/Unicode-Collate/t/loc_svrf PASS: cpan/Unicode-Collate/t/loc_sw PASS: cpan/Unicode-Collate/t/loc_ta PASS: cpan/Unicode-Collate/t/loc_te PASS: cpan/Unicode-Collate/t/loc_test 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_ugcy 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_vo 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_zh 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_zhzy PASS: cpan/Unicode-Collate/t/nonchar PASS: cpan/Unicode-Collate/t/normal PASS: cpan/Unicode-Collate/t/notable PASS: cpan/Unicode-Collate/t/nushu 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/tangut 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/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 SKIP: cpan/version/t/11_taint Can't locate loadable object for module Win32 in @INC (@INC contains: ../../lib ../../t .) at t/CodePage.t line 3. Compilation failed in require at t/CodePage.t line 3. BEGIN failed--compilation aborted at t/CodePage.t line 3. FAIL: cpan/Win32/t/CodePage Can't locate loadable object for module Win32 in @INC (@INC contains: ../../lib ../../t .) at t/CreateFile.t line 3. Compilation failed in require at t/CreateFile.t line 3. BEGIN failed--compilation aborted at t/CreateFile.t line 3. FAIL: cpan/Win32/t/CreateFile Can't locate loadable object for module Win32 in @INC (@INC contains: ../../lib ../../t .) at t/ExpandEnvironmentStrings.t line 3. Compilation failed in require at t/ExpandEnvironmentStrings.t line 3. BEGIN failed--compilation aborted at t/ExpandEnvironmentStrings.t line 3. FAIL: cpan/Win32/t/ExpandEnvironmentStrings Can't locate loadable object for module Win32 in @INC (@INC contains: ../../lib ../../t .) at t/GetCurrentThreadId.t line 4. Compilation failed in require at t/GetCurrentThreadId.t line 4. BEGIN failed--compilation aborted at t/GetCurrentThreadId.t line 4. FAIL: cpan/Win32/t/GetCurrentThreadId Can't locate loadable object for module Win32 in @INC (@INC contains: ../../lib ../../t .) at t/GetFileVersion.t line 3. Compilation failed in require at t/GetFileVersion.t line 3. BEGIN failed--compilation aborted at t/GetFileVersion.t line 3. FAIL: cpan/Win32/t/GetFileVersion Can't locate loadable object for module Win32 in @INC (@INC contains: ../../lib ../../t .) at t/GetFolderPath.t line 3. Compilation failed in require at t/GetFolderPath.t line 3. BEGIN failed--compilation aborted at t/GetFolderPath.t line 3. FAIL: cpan/Win32/t/GetFolderPath Can't locate loadable object for module Win32 in @INC (@INC contains: ../../lib ../../t .) at t/GetFullPathName.t line 3. Compilation failed in require at t/GetFullPathName.t line 3. BEGIN failed--compilation aborted at t/GetFullPathName.t line 3. FAIL: cpan/Win32/t/GetFullPathName Can't locate loadable object for module Win32 in @INC (@INC contains: ../../lib ../../t .) at t/GetLongPathName.t line 3. Compilation failed in require at t/GetLongPathName.t line 3. BEGIN failed--compilation aborted at t/GetLongPathName.t line 3. FAIL: cpan/Win32/t/GetLongPathName Can't locate loadable object for module Win32 in @INC (@INC contains: ../../lib ../../t .) at t/GetOSName.t line 3. Compilation failed in require at t/GetOSName.t line 3. BEGIN failed--compilation aborted at t/GetOSName.t line 3. FAIL: cpan/Win32/t/GetOSName Can't locate loadable object for module Win32 in @INC (@INC contains: ../../lib ../../t .) at t/GetOSVersion.t line 3. Compilation failed in require at t/GetOSVersion.t line 3. BEGIN failed--compilation aborted at t/GetOSVersion.t line 3. FAIL: cpan/Win32/t/GetOSVersion Can't locate loadable object for module Win32 in @INC (@INC contains: ../../lib ../../t .) at t/GetShortPathName.t line 3. Compilation failed in require at t/GetShortPathName.t line 3. BEGIN failed--compilation aborted at t/GetShortPathName.t line 3. FAIL: cpan/Win32/t/GetShortPathName Can't locate loadable object for module Win32 in @INC (@INC contains: ../../lib ../../t .) at t/GuidGen.t line 3. Compilation failed in require at t/GuidGen.t line 3. BEGIN failed--compilation aborted at t/GuidGen.t line 3. FAIL: cpan/Win32/t/GuidGen Can't locate loadable object for module Win32 in @INC (@INC contains: ../../lib ../../t .) at t/Names.t line 8. Compilation failed in require at t/Names.t line 8. BEGIN failed--compilation aborted at t/Names.t line 8. FAIL: cpan/Win32/t/Names Can't locate loadable object for module Win32 in @INC (@INC contains: ../../lib ../../t .) at t/Unicode.t line 6. Compilation failed in require at t/Unicode.t line 6. BEGIN failed--compilation aborted at t/Unicode.t line 6. FAIL: cpan/Win32/t/Unicode SKIP: cpan/Win32API-File/t/file SKIP: cpan/Win32API-File/t/tie 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/bench_selftest 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 SKIP: 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 Failed 17 tests out of 2423, 99.30% okay. ### Since not all tests were successful, you may want to run some of ### them individually and examine any diagnostic messages they produce. ### See the INSTALL document's section on "make test". ### You have a good chance to get more information by running ### ./perl harness ### in the 't' directory since most (>=80%) of the tests succeeded. SKIP: t/porting/utils ../cpan/Win32/t/CodePage.t ../cpan/Win32/t/CreateFile.t ../cpan/Win32/t/ExpandEnvironmentStrings.t ../cpan/Win32/t/GetCurrentThreadId.t ../cpan/Win32/t/GetFileVersion.t ../cpan/Win32/t/GetFolderPath.t ../cpan/Win32/t/GetFullPathName.t ../cpan/Win32/t/GetLongPathName.t ../cpan/Win32/t/GetOSName.t ../cpan/Win32/t/GetOSVersion.t ../cpan/Win32/t/GetShortPathName.t ../cpan/Win32/t/GuidGen.t ../cpan/Win32/t/Names.t ../cpan/Win32/t/Unicode.t ../ext/VMS-DCLsym/t/vms_dclsym.t ../ext/VMS-Filespec/t/filespec.t ../ext/VMS-Stdio/t/vms_stdio.t ### You may have to set your dynamic library search path, ### LD_LIBRARY_PATH, to point to the build directory: ### setenv LD_LIBRARY_PATH `pwd`; cd t; ./perl harness ### LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH; cd t; ./perl harness ### export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness ### for csh-style shells, like tcsh; or for traditional/modern ### Bourne-style shells, like bash, ksh, and zsh, respectively. Elapsed: 988 sec u=13.85 s=4.14 cu=471.76 cs=37.86 scripts=2423 tests=1193937 DURATION: 989 END: /usr/lib/perl/ptest 2019-08-16T20:46 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T20:46 BEGIN: /usr/lib/python/ptest == CPython 2.7.16 (default, Aug 16 2019, 17:40:37) [GCC 9.2.0] == Linux-5.0.19-yocto-standard-x86_64-with-glibc2.2.5 little-endian == /var/volatile/tmp/test_python_15423 == CPU count: 1 Run tests sequentially 0:00:00 load avg: 0.61 [ 1/404] test_grammar 0:00:00 load avg: 0.61 [ 2/404] test_opcodes 0:00:00 load avg: 0.61 [ 3/404] test_dict 0:00:00 load avg: 0.61 [ 4/404] test_builtin 0:00:00 load avg: 0.61 [ 5/404] test_exceptions 0:00:00 load avg: 0.61 [ 6/404] test_types 0:00:00 load avg: 0.61 [ 7/404] test_unittest 0:00:00 load avg: 0.61 [ 8/404] test_doctest 0:00:00 load avg: 0.61 [ 9/404] test_doctest2 0:00:00 load avg: 0.61 [ 10/404] test_MimeWriter 0:00:00 load avg: 0.61 [ 11/404] test_SimpleHTTPServer 0:00:00 load avg: 0.61 [ 12/404] test_StringIO 0:00:01 load avg: 0.61 [ 13/404] test___all__ 0:00:01 load avg: 0.64 [ 14/404] test___future__ 0:00:01 load avg: 0.64 [ 15/404] test__locale 0:00:01 load avg: 0.64 [ 16/404] test__osx_support 0:00:01 load avg: 0.64 [ 17/404] test_abc 0:00:01 load avg: 0.64 [ 18/404] test_abstract_numbers 0:00:01 load avg: 0.64 [ 19/404] test_aepack test_aepack skipped -- No module named aetypes 0:00:01 load avg: 0.64 [ 20/404] test_aifc -- test_aepack skipped 0:00:01 load avg: 0.64 [ 21/404] test_al test_al skipped -- No module named al 0:00:01 load avg: 0.64 [ 22/404] test_anydbm -- test_al skipped 0:00:01 load avg: 0.64 [ 23/404] test_applesingle test_applesingle skipped -- No module named MacOS 0:00:01 load avg: 0.64 [ 24/404] test_argparse -- test_applesingle skipped 0:00:02 load avg: 0.64 [ 25/404] test_array 0:00:02 load avg: 0.64 [ 26/404] test_ascii_formatd 0:00:03 load avg: 0.64 [ 27/404] test_ast 0:00:03 load avg: 0.64 [ 28/404] test_asynchat 0:00:05 load avg: 0.64 [ 29/404] test_asyncore 0:00:10 load avg: 0.59 [ 30/404] test_atexit 0:00:10 load avg: 0.59 [ 31/404] test_audioop 0:00:10 load avg: 0.59 [ 32/404] test_augassign 0:00:10 load avg: 0.59 [ 33/404] test_base64 0:00:10 load avg: 0.59 [ 34/404] test_bastion 0:00:10 load avg: 0.59 [ 35/404] test_bdb 0:00:10 load avg: 0.59 [ 36/404] test_bigaddrspace 0:00:10 load avg: 0.59 [ 37/404] test_bigmem 0:00:10 load avg: 0.59 [ 38/404] test_binascii 0:00:10 load avg: 0.59 [ 39/404] test_binhex 0:00:10 load avg: 0.59 [ 40/404] test_binop 0:00:10 load avg: 0.59 [ 41/404] test_bisect 0:00:10 load avg: 0.59 [ 42/404] test_bool 0:00:10 load avg: 0.59 [ 43/404] test_bsddb 0:00:10 load avg: 0.59 [ 44/404] test_bsddb185 test_bsddb185 skipped -- No module named bsddb185 0:00:10 load avg: 0.59 [ 45/404] test_bsddb3 -- test_bsddb185 skipped test_bsddb3 skipped -- Use of the `bsddb' resource not enabled 0:00:10 load avg: 0.59 [ 46/404] test_buffer -- test_bsddb3 skipped (resource denied) 0:00:10 load avg: 0.59 [ 47/404] test_bufio 0:00:11 load avg: 0.59 [ 48/404] test_bytes 0:00:11 load avg: 0.62 [ 49/404] test_bz2 0:00:12 load avg: 0.62 [ 50/404] test_calendar 0:00:13 load avg: 0.62 [ 51/404] test_call 0:00:13 load avg: 0.62 [ 52/404] test_capi 0:00:15 load avg: 0.62 [ 53/404] test_cd test_cd skipped -- No module named cd 0:00:15 load avg: 0.62 [ 54/404] test_cfgparser -- test_cd skipped 0:00:16 load avg: 0.62 [ 55/404] test_cgi 0:00:16 load avg: 0.62 [ 56/404] test_charmapcodec 0:00:16 load avg: 0.62 [ 57/404] test_cl test_cl skipped -- No module named cl 0:00:16 load avg: 0.62 [ 58/404] test_class -- test_cl skipped 0:00:16 load avg: 0.62 [ 59/404] test_cmath 0:00:16 load avg: 0.62 [ 60/404] test_cmd 0:00:16 load avg: 0.62 [ 61/404] test_cmd_line 0:00:16 load avg: 0.65 [ 62/404] test_cmd_line_script 0:00:16 load avg: 0.65 [ 63/404] test_code 0:00:16 load avg: 0.65 [ 64/404] test_codeccallbacks 0:00:16 load avg: 0.65 [ 65/404] test_codecencodings_cn 0:00:17 load avg: 0.65 [ 66/404] test_codecencodings_hk 0:00:17 load avg: 0.65 [ 67/404] test_codecencodings_iso2022 0:00:17 load avg: 0.65 [ 68/404] test_codecencodings_jp 0:00:17 load avg: 0.65 [ 69/404] test_codecencodings_kr 0:00:17 load avg: 0.65 [ 70/404] test_codecencodings_tw 0:00:18 load avg: 0.65 [ 71/404] test_codecmaps_cn test_codecmaps_cn skipped -- Use of the `urlfetch' resource not enabled 0:00:18 load avg: 0.65 [ 72/404] test_codecmaps_hk -- test_codecmaps_cn skipped (resource denied) test_codecmaps_hk skipped -- Use of the `urlfetch' resource not enabled 0:00:18 load avg: 0.65 [ 73/404] test_codecmaps_jp -- test_codecmaps_hk skipped (resource denied) test_codecmaps_jp skipped -- Use of the `urlfetch' resource not enabled 0:00:18 load avg: 0.65 [ 74/404] test_codecmaps_kr -- test_codecmaps_jp skipped (resource denied) test_codecmaps_kr skipped -- Use of the `urlfetch' resource not enabled 0:00:18 load avg: 0.65 [ 75/404] test_codecmaps_tw -- test_codecmaps_kr skipped (resource denied) test_codecmaps_tw skipped -- Use of the `urlfetch' resource not enabled 0:00:18 load avg: 0.65 [ 76/404] test_codecs -- test_codecmaps_tw skipped (resource denied) 0:00:18 load avg: 0.65 [ 77/404] test_codeop 0:00:18 load avg: 0.65 [ 78/404] test_coercion 0:00:18 load avg: 0.65 [ 79/404] test_collections 0:00:19 load avg: 0.65 [ 80/404] test_colorsys 0:00:19 load avg: 0.65 [ 81/404] test_commands 0:00:19 load avg: 0.65 [ 82/404] test_compare 0:00:19 load avg: 0.65 [ 83/404] test_compile 0:00:19 load avg: 0.65 [ 84/404] test_compileall 0:00:19 load avg: 0.65 [ 85/404] test_compiler 0:00:19 load avg: 0.65 [ 86/404] test_complex 0:00:19 load avg: 0.65 [ 87/404] test_complex_args 0:00:19 load avg: 0.65 [ 88/404] test_contains 0:00:19 load avg: 0.65 [ 89/404] test_contextlib 0:00:19 load avg: 0.65 [ 90/404] test_cookie 0:00:19 load avg: 0.65 [ 91/404] test_cookielib 0:00:19 load avg: 0.65 [ 92/404] test_copy 0:00:19 load avg: 0.65 [ 93/404] test_copy_reg 0:00:19 load avg: 0.65 [ 94/404] test_cpickle 0:00:20 load avg: 0.65 [ 95/404] test_cprofile 0:00:20 load avg: 0.65 [ 96/404] test_crypt 0:00:20 load avg: 0.65 [ 97/404] test_csv 0:00:20 load avg: 0.65 [ 98/404] test_ctypes 0:00:21 load avg: 0.68 [ 99/404] test_curses test_curses skipped -- Use of the `curses' resource not enabled 0:00:21 load avg: 0.68 [100/404] test_datetime -- test_curses skipped (resource denied) 0:00:22 load avg: 0.68 [101/404] test_dbm 0:00:22 load avg: 0.68 [102/404] test_decimal 0:00:23 load avg: 0.68 [103/404] test_decorators 0:00:23 load avg: 0.68 [104/404] test_defaultdict 0:00:23 load avg: 0.68 [105/404] test_deque 0:00:24 load avg: 0.68 [106/404] test_descr 0:00:25 load avg: 0.68 [107/404] test_descrtut 0:00:25 load avg: 0.68 [108/404] test_dictcomps 0:00:25 load avg: 0.68 [109/404] test_dictviews 0:00:25 load avg: 0.68 [110/404] test_difflib 0:00:26 load avg: 0.68 [111/404] test_dircache 0:00:27 load avg: 0.62 [112/404] test_dis 0:00:27 load avg: 0.62 [113/404] test_distutils 0:00:28 load avg: 0.62 [114/404] test_dl test_dl skipped -- No module named dl 0:00:28 load avg: 0.62 [115/404] test_docxmlrpc -- test_dl skipped 0:00:28 load avg: 0.62 [116/404] test_dumbdbm 0:00:28 load avg: 0.62 [117/404] test_dummy_thread 0:00:28 load avg: 0.62 [118/404] test_dummy_threading 0:00:28 load avg: 0.62 [119/404] test_email 0:00:32 load avg: 0.98 [120/404] test_email_codecs 0:00:32 load avg: 0.98 [121/404] test_email_renamed 0:00:32 load avg: 0.98 [122/404] test_ensurepip 0:00:32 load avg: 0.98 [123/404] test_enumerate 0:00:32 load avg: 0.98 [124/404] test_eof 0:00:32 load avg: 0.98 [125/404] test_epoll 0:00:34 load avg: 0.98 [126/404] test_errno 0:00:34 load avg: 0.98 [127/404] test_exception_variations 0:00:34 load avg: 0.98 [128/404] test_extcall 0:00:34 load avg: 0.98 [129/404] test_fcntl 0:00:34 load avg: 0.98 [130/404] test_file 0:00:34 load avg: 0.98 [131/404] test_file2k 0:00:42 load avg: 1.19 [132/404] test_file_eintr 0:00:43 load avg: 1.19 [133/404] test_filecmp 0:00:43 load avg: 1.19 [134/404] test_fileinput 0:00:43 load avg: 1.19 [135/404] test_fileio 0:00:43 load avg: 1.19 [136/404] test_float 0:00:43 load avg: 1.19 [137/404] test_fnmatch 0:00:43 load avg: 1.19 [138/404] test_fork1 0:00:50 load avg: 1.10 [139/404] test_format 0:00:50 load avg: 1.10 [140/404] test_fpformat 0:00:50 load avg: 1.10 [141/404] test_fractions 0:00:50 load avg: 1.10 [142/404] test_frozen 0:00:50 load avg: 1.10 [143/404] test_ftplib 0:00:54 load avg: 1.01 [144/404] test_funcattrs 0:00:54 load avg: 1.01 [145/404] test_functools 0:00:54 load avg: 1.01 [146/404] test_future 0:00:54 load avg: 1.01 [147/404] test_future3 0:00:54 load avg: 1.01 [148/404] test_future4 0:00:54 load avg: 1.01 [149/404] test_future5 0:00:54 load avg: 1.01 [150/404] test_future_builtins 0:00:54 load avg: 1.01 [151/404] test_gc 0:00:56 load avg: 1.09 [152/404] test_gdb test_gdb skipped -- test_gdb only works on source builds at the moment. 0:00:56 load avg: 1.09 [153/404] test_gdbm -- test_gdb skipped 0:00:56 load avg: 1.09 [154/404] test_generators 0:00:56 load avg: 1.09 [155/404] test_genericpath 0:00:56 load avg: 1.09 [156/404] test_genexps 0:00:57 load avg: 1.09 [157/404] test_getargs 0:00:57 load avg: 1.09 [158/404] test_getargs2 0:00:57 load avg: 1.09 [159/404] test_getopt 0:00:57 load avg: 1.09 [160/404] test_gettext 0:00:57 load avg: 1.09 [161/404] test_gl test_gl skipped -- No module named gl 0:00:57 load avg: 1.09 [162/404] test_glob -- test_gl skipped 0:00:57 load avg: 1.09 [163/404] test_global 0:00:57 load avg: 1.09 [164/404] test_grp 0:00:57 load avg: 1.09 [165/404] test_gzip 0:00:57 load avg: 1.09 [166/404] test_hash 0:00:57 load avg: 1.09 [167/404] test_hashlib 0:00:57 load avg: 1.09 [168/404] test_heapq 0:00:58 load avg: 1.09 [169/404] test_hmac 0:00:58 load avg: 1.09 [170/404] test_hotshot 0:00:58 load avg: 1.09 [171/404] test_htmllib 0:00:58 load avg: 1.09 [172/404] test_htmlparser 0:00:58 load avg: 1.09 [173/404] test_httplib 0:00:58 load avg: 1.09 [174/404] test_httpservers 0:00:59 load avg: 1.09 [175/404] test_idle test_idle skipped -- No module named _tkinter 0:00:59 load avg: 1.09 [176/404] test_imageop -- test_idle skipped test_imageop skipped -- No module named imageop 0:00:59 load avg: 1.09 [177/404] test_imaplib -- test_imageop skipped 0:00:59 load avg: 1.09 [178/404] test_imgfile test_imgfile skipped -- No module named imgfile 0:00:59 load avg: 1.09 [179/404] test_imghdr -- test_imgfile skipped 0:00:59 load avg: 1.09 [180/404] test_imp 0:00:59 load avg: 1.09 [181/404] test_import 0:00:59 load avg: 1.09 [182/404] test_import_magic 0:00:59 load avg: 1.09 [183/404] test_importhooks 0:00:59 load avg: 1.09 [184/404] test_importlib 0:00:59 load avg: 1.09 [185/404] test_index 0:00:59 load avg: 1.09 [186/404] test_inspect 0:00:59 load avg: 1.09 [187/404] test_int 0:01:00 load avg: 1.09 [188/404] test_int_literal 0:01:00 load avg: 1.09 [189/404] test_io 0:01:30 load avg: 0.71 [190/404] test_ioctl -- test_io passed in 30 sec 387 ms 0:01:30 load avg: 0.71 [191/404] test_isinstance 0:01:30 load avg: 0.71 [192/404] test_iter 0:01:30 load avg: 0.71 [193/404] test_iterlen 0:01:30 load avg: 0.71 [194/404] test_itertools 0:01:33 load avg: 0.74 [195/404] test_json 0:01:35 load avg: 0.74 [196/404] test_kqueue test_kqueue skipped -- test works only on BSD 0:01:35 load avg: 0.74 [197/404] test_largefile -- test_kqueue skipped 0:01:35 load avg: 0.74 [198/404] test_lib2to3 0:01:47 load avg: 0.79 [199/404] test_linecache 0:01:47 load avg: 0.79 [200/404] test_linuxaudiodev test_linuxaudiodev skipped -- Use of the `audio' resource not enabled 0:01:47 load avg: 0.79 [201/404] test_list -- test_linuxaudiodev skipped (resource denied) 0:01:47 load avg: 0.79 [202/404] test_locale 0:01:47 load avg: 0.79 [203/404] test_logging 0:01:58 load avg: 0.83 [204/404] test_long 0:01:59 load avg: 0.83 [205/404] test_long_future 0:02:00 load avg: 0.83 [206/404] test_longexp 0:02:00 load avg: 0.83 [207/404] test_macos test_macos skipped -- No module named MacOS 0:02:00 load avg: 0.83 [208/404] test_macostools -- test_macos skipped test_macostools skipped -- No module named MacOS 0:02:00 load avg: 0.83 [209/404] test_macpath -- test_macostools skipped 0:02:00 load avg: 0.83 [210/404] test_macurl2path 0:02:00 load avg: 0.83 [211/404] test_mailbox 0:02:01 load avg: 0.83 [212/404] test_marshal 0:02:01 load avg: 0.83 [213/404] test_math 0:02:01 load avg: 0.84 [214/404] test_md5 0:02:02 load avg: 0.84 [215/404] test_memoryio 0:02:02 load avg: 0.84 [216/404] test_memoryview 0:02:02 load avg: 0.84 [217/404] test_mhlib 0:02:02 load avg: 0.84 [218/404] test_mimetools 0:02:02 load avg: 0.84 [219/404] test_mimetypes 0:02:02 load avg: 0.84 [220/404] test_minidom 0:02:02 load avg: 0.84 [221/404] test_mmap 0:02:02 load avg: 0.84 [222/404] test_module 0:02:02 load avg: 0.84 [223/404] test_modulefinder 0:02:02 load avg: 0.84 [224/404] test_msilib test_msilib skipped -- No module named msilib 0:02:02 load avg: 0.84 [225/404] test_multibytecodec -- test_msilib skipped 0:02:03 load avg: 0.84 [226/404] test_multifile 0:02:03 load avg: 0.84 [227/404] test_multiprocessing 0:02:28 load avg: 0.92 [228/404] test_mutants 0:02:29 load avg: 0.92 [229/404] test_mutex 0:02:29 load avg: 0.92 [230/404] test_netrc 0:02:29 load avg: 0.92 [231/404] test_new 0:02:29 load avg: 0.92 [232/404] test_nis test_nis skipped -- No module named nis 0:02:29 load avg: 0.92 [233/404] test_nntplib -- test_nis skipped 0:02:29 load avg: 0.92 [234/404] test_normalization 0:02:29 load avg: 0.92 [235/404] test_ntpath 0:02:29 load avg: 0.92 [236/404] test_old_mailbox 0:02:29 load avg: 0.92 [237/404] test_openpty 0:02:29 load avg: 0.92 [238/404] test_operator 0:02:29 load avg: 0.92 [239/404] test_optparse 0:02:29 load avg: 0.92 [240/404] test_ordered_dict 0:02:30 load avg: 0.92 [241/404] test_os 0:02:30 load avg: 0.92 [242/404] test_ossaudiodev test_ossaudiodev skipped -- Use of the `audio' resource not enabled 0:02:30 load avg: 0.92 [243/404] test_parser -- test_ossaudiodev skipped (resource denied) 0:02:30 load avg: 0.92 [244/404] test_pdb 0:02:30 load avg: 0.92 [245/404] test_peepholer 0:02:30 load avg: 0.92 [246/404] test_pep247 0:02:30 load avg: 0.92 [247/404] test_pep277 test_pep277 skipped -- only NT+ and systems with Unicode-friendly filesystem encoding 0:02:30 load avg: 0.92 [248/404] test_pep352 -- test_pep277 skipped 0:02:30 load avg: 0.92 [249/404] test_pickle 0:02:31 load avg: 0.93 [250/404] test_pickletools 0:02:31 load avg: 0.93 [251/404] test_pipes 0:02:31 load avg: 0.93 [252/404] test_pkg 0:02:32 load avg: 0.93 [253/404] test_pkgimport 0:02:32 load avg: 0.93 [254/404] test_pkgutil 0:02:32 load avg: 0.93 [255/404] test_platform 0:02:32 load avg: 0.93 [256/404] test_plistlib 0:02:32 load avg: 0.93 [257/404] test_poll 0:02:43 load avg: 0.78 [258/404] test_popen 0:02:43 load avg: 0.78 [259/404] test_popen2 0:02:43 load avg: 0.78 [260/404] test_poplib 0:02:44 load avg: 0.78 [261/404] test_posix 0:02:44 load avg: 0.78 [262/404] test_posixpath 0:02:45 load avg: 0.78 [263/404] test_pow 0:02:45 load avg: 0.78 [264/404] test_pprint 0:02:45 load avg: 0.78 [265/404] test_print 0:02:45 load avg: 0.78 [266/404] test_profile 0:02:45 load avg: 0.78 [267/404] test_property 0:02:45 load avg: 0.78 [268/404] test_pstats 0:02:45 load avg: 0.78 [269/404] test_pty 0:02:45 load avg: 0.78 [270/404] test_pwd 0:02:45 load avg: 0.78 [271/404] test_py3kwarn test_py3kwarn skipped -- test.test_py3kwarn must be run with the -3 flag 0:02:45 load avg: 0.78 [272/404] test_py_compile -- test_py3kwarn skipped 0:02:45 load avg: 0.78 [273/404] test_pyclbr 0:02:46 load avg: 0.78 [274/404] test_pydoc 0:02:46 load avg: 0.78 [275/404] test_pyexpat 0:02:46 load avg: 0.78 [276/404] test_queue 0:02:50 load avg: 0.80 [277/404] test_quopri 0:02:50 load avg: 0.80 [278/404] test_random 0:02:50 load avg: 0.80 [279/404] test_re 0:02:51 load avg: 0.80 [280/404] test_readline 0:02:51 load avg: 0.82 [281/404] test_regrtest 0:02:53 load avg: 0.82 [282/404] test_repr 0:02:53 load avg: 0.82 [283/404] test_resource 0:02:53 load avg: 0.82 [284/404] test_rfc822 0:02:53 load avg: 0.82 [285/404] test_richcmp 0:02:53 load avg: 0.82 [286/404] test_rlcompleter 0:02:53 load avg: 0.82 [287/404] test_robotparser 0:02:53 load avg: 0.82 [288/404] test_runpy 0:02:56 load avg: 0.83 [289/404] test_sax 0:02:56 load avg: 0.83 [290/404] test_scope 0:02:56 load avg: 0.83 [291/404] test_scriptpackages test_scriptpackages skipped -- No module named aetools 0:02:56 load avg: 0.83 [292/404] test_select -- test_scriptpackages skipped 0:03:07 load avg: 0.70 [293/404] test_set 0:03:08 load avg: 0.70 [294/404] test_setcomps 0:03:08 load avg: 0.70 [295/404] test_sets 0:03:08 load avg: 0.70 [296/404] test_sgmllib 0:03:08 load avg: 0.70 [297/404] test_sha 0:03:08 load avg: 0.70 [298/404] test_shelve 0:03:08 load avg: 0.70 [299/404] test_shlex 0:03:08 load avg: 0.70 [300/404] test_shutil 0:03:08 load avg: 0.70 [301/404] test_signal 0:03:16 load avg: 0.65 [302/404] test_site 0:03:16 load avg: 0.65 [303/404] test_slice 0:03:16 load avg: 0.65 [304/404] test_smtplib 0:03:16 load avg: 0.76 [305/404] test_smtpnet test_smtpnet skipped -- Use of the `network' resource not enabled 0:03:16 load avg: 0.76 [306/404] test_socket -- test_smtpnet skipped (resource denied) 0:03:52 load avg: 0.59 [307/404] test_socketserver -- test_socket passed in 35 sec 789 ms test_socketserver skipped -- Use of the `network' resource not enabled 0:03:52 load avg: 0.59 [308/404] test_softspace -- test_socketserver skipped (resource denied) 0:03:52 load avg: 0.59 [309/404] test_sort 0:03:52 load avg: 0.59 [310/404] test_source_encoding 0:03:52 load avg: 0.59 [311/404] test_spwd 0:03:52 load avg: 0.59 [312/404] test_sqlite 0:03:53 load avg: 0.59 [313/404] test_ssl Exception in thread Thread-591: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib/python2.7/test/test_ssl.py", line 1779, in run msg = self.read() File "/usr/lib/python2.7/test/test_ssl.py", line 1756, in read return self.sslconn.read() File "/usr/lib/python2.7/ssl.py", line 641, in read v = self._sslobj.read(len) error: [Errno 104] Connection reset by peer Exception in thread Thread-644: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib/python2.7/test/test_ssl.py", line 1779, in run msg = self.read() File "/usr/lib/python2.7/test/test_ssl.py", line 1756, in read return self.sslconn.read() File "/usr/lib/python2.7/ssl.py", line 641, in read v = self._sslobj.read(len) error: [Errno 104] Connection reset by peer 0:03:55 load avg: 0.59 [314/404] test_startfile test_startfile skipped -- module 'os' has no attribute 'startfile' 0:03:55 load avg: 0.59 [315/404] test_stat -- test_startfile skipped 0:03:55 load avg: 0.59 [316/404] test_str 0:03:56 load avg: 0.59 [317/404] test_strftime 0:03:56 load avg: 0.63 [318/404] test_string 0:03:57 load avg: 0.63 [319/404] test_stringprep 0:03:57 load avg: 0.63 [320/404] test_strop 0:03:57 load avg: 0.63 [321/404] test_strptime 0:03:57 load avg: 0.63 [322/404] test_strtod 0:03:57 load avg: 0.63 [323/404] test_struct 0:03:58 load avg: 0.63 [324/404] test_structmembers 0:03:58 load avg: 0.63 [325/404] test_structseq 0:03:58 load avg: 0.63 [326/404] test_subprocess test test_subprocess failed -- Traceback (most recent call last): File "/usr/lib/python2.7/test/test_subprocess.py", line 1276, in test_pipe_cloexec self.assertEqual(p2.returncode, 0, "Unexpected error: " + repr(stderr)) AssertionError: Unexpected error: '' Re-running test 'test_subprocess' in verbose mode PASS: test_call_kwargs (test.test_subprocess.ProcessTestCase) PASS: test_call_seq (test.test_subprocess.ProcessTestCase) PASS: test_check_call_nonzero (test.test_subprocess.ProcessTestCase) PASS: test_check_call_zero (test.test_subprocess.ProcessTestCase) PASS: test_check_output (test.test_subprocess.ProcessTestCase) PASS: test_check_output_nonzero (test.test_subprocess.ProcessTestCase) PASS: test_check_output_stderr (test.test_subprocess.ProcessTestCase) PASS: test_check_output_stdout_arg (test.test_subprocess.ProcessTestCase) PASS: test_communicate (test.test_subprocess.ProcessTestCase) PASS: test_communicate_epipe (test.test_subprocess.ProcessTestCase) PASS: test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCase) PASS: test_communicate_pipe_buf (test.test_subprocess.ProcessTestCase) PASS: test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCase) PASS: test_communicate_returns (test.test_subprocess.ProcessTestCase) PASS: test_communicate_stderr (test.test_subprocess.ProcessTestCase) PASS: test_communicate_stdin (test.test_subprocess.ProcessTestCase) PASS: test_communicate_stdout (test.test_subprocess.ProcessTestCase) PASS: test_cwd (test.test_subprocess.ProcessTestCase) PASS: test_double_close_on_error (test.test_subprocess.ProcessTestCase) PASS: test_env (test.test_subprocess.ProcessTestCase) PASS: test_executable_with_cwd (test.test_subprocess.ProcessTestCase) PASS: test_executable_without_cwd (test.test_subprocess.ProcessTestCase) test_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCase) PASS: Test for the fork() failure fd leak reported in issue16327. PASS: test_handles_closed_on_exception (test.test_subprocess.ProcessTestCase) PASS: test_invalid_args (test.test_subprocess.ProcessTestCase) PASS: test_invalid_bufsize (test.test_subprocess.ProcessTestCase) PASS: test_invalid_cmd (test.test_subprocess.ProcessTestCase) PASS: test_invalid_env (test.test_subprocess.ProcessTestCase) PASS: test_leaking_fds_on_error (test.test_subprocess.ProcessTestCase) PASS: test_list2cmdline (test.test_subprocess.ProcessTestCase) PASS: test_no_leaking (test.test_subprocess.ProcessTestCase) PASS: test_poll (test.test_subprocess.ProcessTestCase) PASS: test_stderr_filedes (test.test_subprocess.ProcessTestCase) PASS: test_stderr_fileobj (test.test_subprocess.ProcessTestCase) PASS: test_stderr_none (test.test_subprocess.ProcessTestCase) PASS: test_stderr_pipe (test.test_subprocess.ProcessTestCase) PASS: test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCase) PASS: test_stdin_filedes (test.test_subprocess.ProcessTestCase) PASS: test_stdin_fileobj (test.test_subprocess.ProcessTestCase) PASS: test_stdin_none (test.test_subprocess.ProcessTestCase) PASS: test_stdin_pipe (test.test_subprocess.ProcessTestCase) PASS: test_stdout_filedes (test.test_subprocess.ProcessTestCase) PASS: test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCase) PASS: test_stdout_fileobj (test.test_subprocess.ProcessTestCase) PASS: test_stdout_none (test.test_subprocess.ProcessTestCase) PASS: test_stdout_pipe (test.test_subprocess.ProcessTestCase) PASS: test_stdout_stderr_file (test.test_subprocess.ProcessTestCase) PASS: test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCase) PASS: test_universal_newlines (test.test_subprocess.ProcessTestCase) PASS: test_universal_newlines_communicate (test.test_subprocess.ProcessTestCase) PASS: test_wait (test.test_subprocess.ProcessTestCase) PASS: test_writes_before_communicate (test.test_subprocess.ProcessTestCase) PASS: test_args_string (test.test_subprocess.POSIXProcessTestCase) PASS: test_call_string (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fd_0 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fd_1 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fd_2 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fds_0_1 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fds_0_1_2 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fds_0_2 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fds_1_2 (test.test_subprocess.POSIXProcessTestCase) PASS: test_exceptions (test.test_subprocess.POSIXProcessTestCase) PASS: test_invalid_args (test.test_subprocess.POSIXProcessTestCase) PASS: test_kill (test.test_subprocess.POSIXProcessTestCase) PASS: test_kill_dead (test.test_subprocess.POSIXProcessTestCase) PASS: test_leak_fast_process_del_killed (test.test_subprocess.POSIXProcessTestCase) FAIL: test_pipe_cloexec (test.test_subprocess.POSIXProcessTestCase) PASS: test_preexec (test.test_subprocess.POSIXProcessTestCase) test_preexec_errpipe_does_not_double_close_pipes (test.test_subprocess.POSIXProcessTestCase) PASS: Issue16140: Don't double close pipes on preexec error. PASS: test_run_abort (test.test_subprocess.POSIXProcessTestCase) PASS: test_send_signal (test.test_subprocess.POSIXProcessTestCase) PASS: test_send_signal_dead (test.test_subprocess.POSIXProcessTestCase) PASS: test_shell_sequence (test.test_subprocess.POSIXProcessTestCase) PASS: test_shell_string (test.test_subprocess.POSIXProcessTestCase) PASS: test_specific_shell (test.test_subprocess.POSIXProcessTestCase) test_stopped (test.test_subprocess.POSIXProcessTestCase) PASS: Test wait() behavior when waitpid returns WIFSTOPPED; issue29335. PASS: test_swap_fds (test.test_subprocess.POSIXProcessTestCase) PASS: test_terminate (test.test_subprocess.POSIXProcessTestCase) PASS: test_terminate_dead (test.test_subprocess.POSIXProcessTestCase) PASS: test_wait_when_sigchild_ignored (test.test_subprocess.POSIXProcessTestCase) PASS: test_zombie_fast_process_del (test.test_subprocess.POSIXProcessTestCase) SKIP: test_call_string (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_close_fds (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_creationflags (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_invalid_args (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_kill (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_kill_dead (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_send_signal (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_send_signal_dead (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_shell_sequence (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_shell_string (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_startupinfo (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_terminate (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_terminate_dead (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' PASS: test_call_kwargs (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_call_seq (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_call_nonzero (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_call_zero (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_nonzero (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_stderr (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_stdout_arg (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_epipe (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_pipe_buf (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_returns (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_stderr (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_stdin (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_stdout (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_cwd (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_double_close_on_error (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_env (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_executable_with_cwd (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_executable_without_cwd (test.test_subprocess.ProcessTestCaseNoPoll) test_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll) PASS: Test for the fork() failure fd leak reported in issue16327. PASS: test_handles_closed_on_exception (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_invalid_args (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_invalid_bufsize (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_invalid_cmd (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_invalid_env (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_leaking_fds_on_error (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_list2cmdline (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_no_leaking (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_poll (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stderr_filedes (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stderr_fileobj (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stderr_none (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdin_filedes (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdin_fileobj (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdin_none (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdin_pipe (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_filedes (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_fileobj (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_none (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_pipe (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_stderr_file (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_universal_newlines (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_universal_newlines_communicate (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_wait (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_writes_before_communicate (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_eintr_retry_call (test.test_subprocess.HelperFunctionTests) SKIP: test_noshell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces) 'mswindows only' SKIP: test_noshell_string_with_spaces (test.test_subprocess.CommandsWithSpaces) 'mswindows only' SKIP: test_shell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces) 'mswindows only' test test_subprocess failed -- Traceback (most recent call last): File "/usr/lib/python2.7/test/test_subprocess.py", line 1276, in test_pipe_cloexec self.assertEqual(p2.returncode, 0, "Unexpected error: " + repr(stderr)) AssertionError: Unexpected error: '' SKIP: test_shell_string_with_spaces (test.test_subprocess.CommandsWithSpaces) 'mswindows only' ====================================================================== FAIL: test_pipe_cloexec (test.test_subprocess.POSIXProcessTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/test/test_subprocess.py", line 1276, in test_pipe_cloexec self.assertEqual(p2.returncode, 0, "Unexpected error: " + repr(stderr)) AssertionError: Unexpected error: '' ---------------------------------------------------------------------- Ran 151 tests in 28.673s FAILED (failures=1, skipped=17) 0:04:55 load avg: 1.00 [327/404/1] test_sunau -- test_subprocess failed in 57 sec 584 ms 0:04:56 load avg: 1.00 [328/404/1] test_sunaudiodev test_sunaudiodev skipped -- No module named sunaudiodev 0:04:56 load avg: 1.00 [329/404/1] test_sundry -- test_sunaudiodev skipped 0:04:56 load avg: 1.00 [330/404/1] test_symtable 0:04:56 load avg: 1.00 [331/404/1] test_syntax 0:04:56 load avg: 1.00 [332/404/1] test_sys 0:04:56 load avg: 1.00 [333/404/1] test_sys_setprofile 0:04:56 load avg: 1.00 [334/404/1] test_sys_settrace 0:04:56 load avg: 1.00 [335/404/1] test_sysconfig 0:04:56 load avg: 1.00 [336/404/1] test_tarfile 0:04:57 load avg: 1.00 [337/404/1] test_tcl test_tcl skipped -- No module named _tkinter 0:04:58 load avg: 1.00 [338/404/1] test_telnetlib -- test_tcl skipped 0:05:02 load avg: 1.00 [339/404/1] test_tempfile 0:05:03 load avg: 1.00 [340/404/1] test_test_support 0:05:03 load avg: 1.00 [341/404/1] test_textwrap 0:05:03 load avg: 1.00 [342/404/1] test_thread 0:05:03 load avg: 1.00 [343/404/1] test_threaded_import 0:05:03 load avg: 1.00 [344/404/1] test_threadedtempfile 0:05:03 load avg: 1.00 [345/404/1] test_threading 0:05:07 load avg: 1.00 [346/404/1] test_threading_local 0:05:08 load avg: 1.00 [347/404/1] test_threadsignals 0:05:08 load avg: 1.00 [348/404/1] test_time 0:05:09 load avg: 1.00 [349/404/1] test_timeit 0:05:09 load avg: 1.00 [350/404/1] test_timeout test_timeout skipped -- Use of the `network' resource not enabled 0:05:09 load avg: 1.00 [351/404/1] test_tk -- test_timeout skipped (resource denied) test_tk skipped -- No module named _tkinter 0:05:09 load avg: 1.00 [352/404/1] test_tokenize -- test_tk skipped 0:05:09 load avg: 1.00 [353/404/1] test_tools test_tools skipped -- test irrelevant for an installed Python 0:05:10 load avg: 1.00 [354/404/1] test_trace -- test_tools skipped 0:05:11 load avg: 1.00 [355/404/1] test_traceback 0:05:15 load avg: 0.92 [356/404/1] test_transformer 0:05:15 load avg: 0.92 [357/404/1] test_ttk_guionly test_ttk_guionly skipped -- No module named _tkinter 0:05:15 load avg: 0.92 [358/404/1] test_ttk_textonly -- test_ttk_guionly skipped test_ttk_textonly skipped -- No module named _tkinter 0:05:15 load avg: 0.92 [359/404/1] test_tuple -- test_ttk_textonly skipped 0:05:18 load avg: 0.93 [360/404/1] test_turtle test_turtle skipped -- No module named _tkinter 0:05:18 load avg: 0.93 [361/404/1] test_typechecks -- test_turtle skipped 0:05:18 load avg: 0.93 [362/404/1] test_ucn 0:05:18 load avg: 0.93 [363/404/1] test_unary 0:05:18 load avg: 0.93 [364/404/1] test_undocumented_details 0:05:18 load avg: 0.93 [365/404/1] test_unicode 0:05:19 load avg: 0.93 [366/404/1] test_unicode_file test_unicode_file skipped -- No Unicode filesystem semantics on this platform. 0:05:19 load avg: 0.93 [367/404/1] test_unicodedata -- test_unicode_file skipped 0:05:20 load avg: 0.93 [368/404/1] test_univnewlines 0:05:20 load avg: 0.93 [369/404/1] test_univnewlines2k 0:05:20 load avg: 0.93 [370/404/1] test_unpack 0:05:20 load avg: 0.93 [371/404/1] test_urllib 0:05:20 load avg: 0.93 [372/404/1] test_urllib2 0:05:41 load avg: 0.66 [373/404/1] test_urllib2_localnet 0:05:41 load avg: 0.66 [374/404/1] test_urllib2net test_urllib2net skipped -- Use of the `network' resource not enabled 0:05:41 load avg: 0.66 [375/404/1] test_urllibnet -- test_urllib2net skipped (resource denied) test_urllibnet skipped -- Use of the `network' resource not enabled 0:05:41 load avg: 0.69 [376/404/1] test_urlparse -- test_urllibnet skipped (resource denied) 0:05:41 load avg: 0.69 [377/404/1] test_userdict 0:05:42 load avg: 0.69 [378/404/1] test_userlist 0:05:42 load avg: 0.69 [379/404/1] test_userstring 0:05:43 load avg: 0.69 [380/404/1] test_uu 0:05:43 load avg: 0.69 [381/404/1] test_uuid 0:05:43 load avg: 0.69 [382/404/1] test_wait3 0:05:49 load avg: 0.72 [383/404/1] test_wait4 0:05:54 load avg: 0.66 [384/404/1] test_warnings 0:05:54 load avg: 0.66 [385/404/1] test_wave 0:05:54 load avg: 0.66 [386/404/1] test_weakref 0:05:58 load avg: 0.77 [387/404/1] test_weakset 0:05:59 load avg: 0.77 [388/404/1] test_whichdb 0:05:59 load avg: 0.77 [389/404/1] test_winreg test_winreg skipped -- No module named _winreg 0:05:59 load avg: 0.77 [390/404/1] test_winsound -- test_winreg skipped test_winsound skipped -- Use of the `audio' resource not enabled 0:05:59 load avg: 0.77 [391/404/1] test_with -- test_winsound skipped (resource denied) 0:05:59 load avg: 0.77 [392/404/1] test_wsgiref 0:05:59 load avg: 0.77 [393/404/1] test_xdrlib 0:05:59 load avg: 0.77 [394/404/1] test_xml_etree 0:05:59 load avg: 0.77 [395/404/1] test_xml_etree_c 0:05:59 load avg: 0.77 [396/404/1] test_xmllib 0:05:59 load avg: 0.77 [397/404/1] test_xmlrpc 0:06:03 load avg: 0.70 [398/404/1] test_xpickle 0:06:03 load avg: 0.70 [399/404/1] test_xrange 0:06:03 load avg: 0.70 [400/404/1] test_zipfile 0:06:05 load avg: 0.70 [401/404/1] test_zipfile64 test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run 0:06:05 load avg: 0.70 [402/404/1] test_zipimport -- test_zipfile64 skipped (resource denied) 0:06:05 load avg: 0.70 [403/404/1] test_zipimport_support 0:06:05 load avg: 0.70 [404/404/1] test_zlib == Tests result: FAILURE == 357 tests OK. 1 test failed: test_subprocess 46 tests skipped: test_aepack test_al test_applesingle test_bsddb185 test_bsddb3 test_cd test_cl test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_curses test_dl test_gdb test_gl test_idle test_imageop test_imgfile test_kqueue test_linuxaudiodev test_macos test_macostools test_msilib test_nis test_ossaudiodev test_pep277 test_py3kwarn test_scriptpackages test_smtpnet test_socketserver test_startfile test_sunaudiodev test_tcl test_timeout test_tk test_tools test_ttk_guionly test_ttk_textonly test_turtle test_unicode_file test_urllib2net test_urllibnet test_winreg test_winsound test_zipfile64 8 skips unexpected on linux2: test_gdb test_idle test_tcl test_tk test_tools test_ttk_guionly test_ttk_textonly test_turtle Total duration: 6 min 6 sec Tests result: FAILURE DURATION: 367 END: /usr/lib/python/ptest 2019-08-16T20:52 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T20:52 BEGIN: /usr/lib/python3/ptest == CPython 3.7.4 (default, Aug 16 2019, 17:59:56) [GCC 9.2.0] == Linux-5.0.19-yocto-standard-x86_64-with-glibc2.2.5 little-endian == cwd: /var/volatile/tmp/test_python_23281 == CPU count: 1 == encodings: locale=UTF-8, FS=utf-8 Run tests sequentially 0:00:00 load avg: 0.73 [ 1/416] test_grammar PASS: testAssert2 (test.test_grammar.GrammarTests) PASS: test_additive_ops (test.test_grammar.GrammarTests) PASS: test_assert (test.test_grammar.GrammarTests) PASS: test_async_await (test.test_grammar.GrammarTests) PASS: test_async_for (test.test_grammar.GrammarTests) PASS: test_async_with (test.test_grammar.GrammarTests) PASS: test_atoms (test.test_grammar.GrammarTests) PASS: test_binary_mask_ops (test.test_grammar.GrammarTests) PASS: test_break_continue_loop (test.test_grammar.GrammarTests) PASS: test_break_in_finally (test.test_grammar.GrammarTests) PASS: test_break_stmt (test.test_grammar.GrammarTests) PASS: test_classdef (test.test_grammar.GrammarTests) PASS: test_comparison (test.test_grammar.GrammarTests) PASS: test_comprehension_specials (test.test_grammar.GrammarTests) PASS: test_continue_stmt (test.test_grammar.GrammarTests) PASS: test_del_stmt (test.test_grammar.GrammarTests) PASS: test_dictcomps (test.test_grammar.GrammarTests) PASS: test_eval_input (test.test_grammar.GrammarTests) PASS: test_expr_stmt (test.test_grammar.GrammarTests) PASS: test_for (test.test_grammar.GrammarTests) PASS: test_former_statements_refer_to_builtins (test.test_grammar.GrammarTests) PASS: test_funcdef (test.test_grammar.GrammarTests) PASS: test_genexps (test.test_grammar.GrammarTests) PASS: test_global (test.test_grammar.GrammarTests) PASS: test_if (test.test_grammar.GrammarTests) PASS: test_if_else_expr (test.test_grammar.GrammarTests) PASS: test_import (test.test_grammar.GrammarTests) PASS: test_lambdef (test.test_grammar.GrammarTests) PASS: test_listcomps (test.test_grammar.GrammarTests) PASS: test_matrix_mul (test.test_grammar.GrammarTests) PASS: test_multiplicative_ops (test.test_grammar.GrammarTests) PASS: test_nonlocal (test.test_grammar.GrammarTests) PASS: test_paren_evaluation (test.test_grammar.GrammarTests) PASS: test_pass_stmt (test.test_grammar.GrammarTests) PASS: test_raise (test.test_grammar.GrammarTests) PASS: test_return (test.test_grammar.GrammarTests) PASS: test_return_in_finally (test.test_grammar.GrammarTests) PASS: test_selectors (test.test_grammar.GrammarTests) PASS: test_shift_ops (test.test_grammar.GrammarTests) PASS: test_simple_stmt (test.test_grammar.GrammarTests) PASS: test_suite (test.test_grammar.GrammarTests) PASS: test_test (test.test_grammar.GrammarTests) PASS: test_try (test.test_grammar.GrammarTests) PASS: test_unary_ops (test.test_grammar.GrammarTests) PASS: test_var_annot_basic_semantics (test.test_grammar.GrammarTests) PASS: test_var_annot_basics (test.test_grammar.GrammarTests) PASS: test_var_annot_custom_maps (test.test_grammar.GrammarTests) PASS: test_var_annot_in_module (test.test_grammar.GrammarTests) PASS: test_var_annot_metaclass_semantics (test.test_grammar.GrammarTests) PASS: test_var_annot_module_semantics (test.test_grammar.GrammarTests) PASS: test_var_annot_refleak (test.test_grammar.GrammarTests) PASS: test_var_annot_simple_exec (test.test_grammar.GrammarTests) PASS: test_var_annot_syntax_errors (test.test_grammar.GrammarTests) PASS: test_while (test.test_grammar.GrammarTests) PASS: test_with_statement (test.test_grammar.GrammarTests) PASS: test_yield (test.test_grammar.GrammarTests) PASS: test_yield_in_comprehensions (test.test_grammar.GrammarTests) PASS: test_backslash (test.test_grammar.TokenTests) PASS: test_ellipsis (test.test_grammar.TokenTests) PASS: test_eof_error (test.test_grammar.TokenTests) PASS: test_float_exponent_tokenization (test.test_grammar.TokenTests) PASS: test_floats (test.test_grammar.TokenTests) PASS: test_long_integers (test.test_grammar.TokenTests) PASS: test_plain_integers (test.test_grammar.TokenTests) PASS: test_string_literals (test.test_grammar.TokenTests) PASS: test_underscore_literals (test.test_grammar.TokenTests) ---------------------------------------------------------------------- Ran 66 tests in 0.025s OK 0:00:00 load avg: 0.73 [ 2/416] test_opcodes PASS: test_compare_function_objects (test.test_opcodes.OpcodeTest) PASS: test_do_not_recreate_annotations (test.test_opcodes.OpcodeTest) PASS: test_modulo_of_string_subclasses (test.test_opcodes.OpcodeTest) PASS: test_no_annotations_if_not_needed (test.test_opcodes.OpcodeTest) PASS: test_raise_class_exceptions (test.test_opcodes.OpcodeTest) PASS: test_setup_annotations_line (test.test_opcodes.OpcodeTest) PASS: test_try_inside_for_loop (test.test_opcodes.OpcodeTest) PASS: test_use_existing_annotations (test.test_opcodes.OpcodeTest) ---------------------------------------------------------------------- Ran 8 tests in 0.003s OK 0:00:00 load avg: 0.73 [ 3/416] test_dict PASS: test_getitem_knownhash (test.test_dict.CAPITest) PASS: test_bad_key (test.test_dict.DictTest) PASS: test_bool (test.test_dict.DictTest) PASS: test_clear (test.test_dict.DictTest) PASS: test_constructor (test.test_dict.DictTest) PASS: test_container_iterator (test.test_dict.DictTest) PASS: test_contains (test.test_dict.DictTest) PASS: test_copy (test.test_dict.DictTest) PASS: test_copy_fuzz (test.test_dict.DictTest) PASS: test_copy_maintains_tracking (test.test_dict.DictTest) PASS: test_copy_noncompact (test.test_dict.DictTest) PASS: test_dict_copy_order (test.test_dict.DictTest) PASS: test_dictitems_contains_use_after_free (test.test_dict.DictTest) PASS: test_dictview_mixed_set_operations (test.test_dict.DictTest) PASS: test_dictview_set_operations_on_items (test.test_dict.DictTest) PASS: test_dictview_set_operations_on_keys (test.test_dict.DictTest) PASS: test_empty_presized_dict_in_freelist (test.test_dict.DictTest) PASS: test_eq (test.test_dict.DictTest) PASS: test_equal_operator_modifying_operand (test.test_dict.DictTest) PASS: test_errors_in_view_containment_check (test.test_dict.DictTest) PASS: test_free_after_iterating (test.test_dict.DictTest) PASS: test_fromkeys (test.test_dict.DictTest) PASS: test_fromkeys_operator_modifying_dict_operand (test.test_dict.DictTest) PASS: test_fromkeys_operator_modifying_set_operand (test.test_dict.DictTest) PASS: test_get (test.test_dict.DictTest) PASS: test_getitem (test.test_dict.DictTest) PASS: test_init_use_after_free (test.test_dict.DictTest) PASS: test_instance_dict_getattr_str_subclass (test.test_dict.DictTest) PASS: test_invalid_keyword_arguments (test.test_dict.DictTest) PASS: test_itemiterator_pickling (test.test_dict.DictTest) PASS: test_items (test.test_dict.DictTest) PASS: test_iterator_pickling (test.test_dict.DictTest) PASS: test_keys (test.test_dict.DictTest) PASS: test_keys_contained (test.test_dict.DictTest) PASS: test_len (test.test_dict.DictTest) PASS: test_literal_constructor (test.test_dict.DictTest) PASS: test_merge_and_mutate (test.test_dict.DictTest) PASS: test_missing (test.test_dict.DictTest) PASS: test_mutating_iteration (test.test_dict.DictTest) PASS: test_mutating_lookup (test.test_dict.DictTest) PASS: test_object_set_item_single_instance_non_str_key (test.test_dict.DictTest) PASS: test_oob_indexing_dictiter_iternextitem (test.test_dict.DictTest) PASS: test_pop (test.test_dict.DictTest) PASS: test_popitem (test.test_dict.DictTest) PASS: test_reentrant_insertion (test.test_dict.DictTest) PASS: test_repr (test.test_dict.DictTest) PASS: test_repr_deep (test.test_dict.DictTest) PASS: test_resize1 (test.test_dict.DictTest) PASS: test_resize2 (test.test_dict.DictTest) PASS: test_setdefault (test.test_dict.DictTest) PASS: test_setdefault_atomic (test.test_dict.DictTest) PASS: test_setitem_atomic_at_resize (test.test_dict.DictTest) test_splittable_del (test.test_dict.DictTest) PASS: split table must be combined when del d[k] test_splittable_pop (test.test_dict.DictTest) PASS: split table must be combined when d.pop(k) test_splittable_pop_pending (test.test_dict.DictTest) PASS: pop a pending key in a splitted table should not crash test_splittable_popitem (test.test_dict.DictTest) PASS: split table must be combined when d.popitem() test_splittable_setattr_after_pop (test.test_dict.DictTest) PASS: setattr() must not convert combined table into split table. test_splittable_setdefault (test.test_dict.DictTest) PASS: split table must be combined when setdefault() PASS: test_track_dynamic (test.test_dict.DictTest) PASS: test_track_literals (test.test_dict.DictTest) PASS: test_track_subtypes (test.test_dict.DictTest) PASS: test_tuple_keyerror (test.test_dict.DictTest) PASS: test_update (test.test_dict.DictTest) PASS: test_values (test.test_dict.DictTest) PASS: test_valuesiterator_pickling (test.test_dict.DictTest) PASS: test_bool (test.test_dict.GeneralMappingTests) PASS: test_constructor (test.test_dict.GeneralMappingTests) PASS: test_get (test.test_dict.GeneralMappingTests) PASS: test_getitem (test.test_dict.GeneralMappingTests) PASS: test_items (test.test_dict.GeneralMappingTests) PASS: test_keys (test.test_dict.GeneralMappingTests) PASS: test_len (test.test_dict.GeneralMappingTests) PASS: test_pop (test.test_dict.GeneralMappingTests) PASS: test_popitem (test.test_dict.GeneralMappingTests) PASS: test_read (test.test_dict.GeneralMappingTests) PASS: test_setdefault (test.test_dict.GeneralMappingTests) PASS: test_update (test.test_dict.GeneralMappingTests) PASS: test_values (test.test_dict.GeneralMappingTests) PASS: test_write (test.test_dict.GeneralMappingTests) PASS: test_bool (test.test_dict.SubclassMappingTests) PASS: test_constructor (test.test_dict.SubclassMappingTests) PASS: test_get (test.test_dict.SubclassMappingTests) PASS: test_getitem (test.test_dict.SubclassMappingTests) PASS: test_items (test.test_dict.SubclassMappingTests) PASS: test_keys (test.test_dict.SubclassMappingTests) PASS: test_len (test.test_dict.SubclassMappingTests) PASS: test_pop (test.test_dict.SubclassMappingTests) PASS: test_popitem (test.test_dict.SubclassMappingTests) PASS: test_read (test.test_dict.SubclassMappingTests) PASS: test_setdefault (test.test_dict.SubclassMappingTests) PASS: test_update (test.test_dict.SubclassMappingTests) PASS: test_values (test.test_dict.SubclassMappingTests) PASS: test_write (test.test_dict.SubclassMappingTests) ---------------------------------------------------------------------- Ran 93 tests in 0.294s OK 0:00:00 load avg: 0.73 [ 4/416] test_builtin PASS: test_abs (test.test_builtin.BuiltinTest) PASS: test_all (test.test_builtin.BuiltinTest) PASS: test_any (test.test_builtin.BuiltinTest) PASS: test_ascii (test.test_builtin.BuiltinTest) PASS: test_bin (test.test_builtin.BuiltinTest) PASS: test_bug_27936 (test.test_builtin.BuiltinTest) PASS: test_bytearray_translate (test.test_builtin.BuiltinTest) PASS: test_callable (test.test_builtin.BuiltinTest) PASS: test_chr (test.test_builtin.BuiltinTest) PASS: test_cmp (test.test_builtin.BuiltinTest) PASS: test_compile (test.test_builtin.BuiltinTest) PASS: test_construct_singletons (test.test_builtin.BuiltinTest) PASS: test_delattr (test.test_builtin.BuiltinTest) PASS: test_dir (test.test_builtin.BuiltinTest) PASS: test_divmod (test.test_builtin.BuiltinTest) PASS: test_eval (test.test_builtin.BuiltinTest) PASS: test_exec (test.test_builtin.BuiltinTest) PASS: test_exec_globals (test.test_builtin.BuiltinTest) PASS: test_exec_redirected (test.test_builtin.BuiltinTest) PASS: test_filter (test.test_builtin.BuiltinTest) PASS: test_filter_pickle (test.test_builtin.BuiltinTest) PASS: test_format (test.test_builtin.BuiltinTest) PASS: test_general_eval (test.test_builtin.BuiltinTest) PASS: test_getattr (test.test_builtin.BuiltinTest) PASS: test_hasattr (test.test_builtin.BuiltinTest) PASS: test_hash (test.test_builtin.BuiltinTest) PASS: test_hex (test.test_builtin.BuiltinTest) PASS: test_id (test.test_builtin.BuiltinTest) PASS: test_import (test.test_builtin.BuiltinTest) PASS: test_input (test.test_builtin.BuiltinTest) PASS: test_isinstance (test.test_builtin.BuiltinTest) PASS: test_issubclass (test.test_builtin.BuiltinTest) PASS: test_iter (test.test_builtin.BuiltinTest) PASS: test_len (test.test_builtin.BuiltinTest) PASS: test_map (test.test_builtin.BuiltinTest) PASS: test_map_pickle (test.test_builtin.BuiltinTest) PASS: test_max (test.test_builtin.BuiltinTest) PASS: test_min (test.test_builtin.BuiltinTest) PASS: test_neg (test.test_builtin.BuiltinTest) PASS: test_next (test.test_builtin.BuiltinTest) PASS: test_oct (test.test_builtin.BuiltinTest) PASS: test_open (test.test_builtin.BuiltinTest) SKIP: test_open_default_encoding (test.test_builtin.BuiltinTest) 'utf-8 mode is enabled' PASS: test_open_non_inheritable (test.test_builtin.BuiltinTest) PASS: test_ord (test.test_builtin.BuiltinTest) PASS: test_pow (test.test_builtin.BuiltinTest) PASS: test_repr (test.test_builtin.BuiltinTest) PASS: test_round (test.test_builtin.BuiltinTest) PASS: test_round_large (test.test_builtin.BuiltinTest) PASS: test_setattr (test.test_builtin.BuiltinTest) PASS: test_sum (test.test_builtin.BuiltinTest) PASS: test_type (test.test_builtin.BuiltinTest) PASS: test_vars (test.test_builtin.BuiltinTest) PASS: test_zip (test.test_builtin.BuiltinTest) PASS: test_zip_pickle (test.test_builtin.BuiltinTest) PASS: test_input_no_stdout_fileno (test.test_builtin.PtyTests) SKIP: test_input_tty (test.test_builtin.PtyTests) 'stdin and stdout must be ttys' SKIP: test_input_tty_non_ascii (test.test_builtin.PtyTests) 'stdin and stdout must be ttys' SKIP: test_input_tty_non_ascii_unicode_errors (test.test_builtin.PtyTests) 'stdin and stdout must be ttys' PASS: test_cleanup (test.test_builtin.ShutdownTest) PASS: test_breakpoint (test.test_builtin.TestBreakpoint) PASS: test_breakpoint_with_args_and_keywords (test.test_builtin.TestBreakpoint) PASS: test_breakpoint_with_breakpointhook_reset (test.test_builtin.TestBreakpoint) PASS: test_breakpoint_with_breakpointhook_set (test.test_builtin.TestBreakpoint) PASS: test_breakpoint_with_passthru_error (test.test_builtin.TestBreakpoint) PASS: test_envar_good_path_builtin (test.test_builtin.TestBreakpoint) PASS: test_envar_good_path_empty_string (test.test_builtin.TestBreakpoint) PASS: test_envar_good_path_noop_0 (test.test_builtin.TestBreakpoint) PASS: test_envar_good_path_other (test.test_builtin.TestBreakpoint) PASS: test_envar_ignored_when_hook_is_set (test.test_builtin.TestBreakpoint) PASS: test_envar_unimportable (test.test_builtin.TestBreakpoint) PASS: test_bad_arguments (test.test_builtin.TestSorted) PASS: test_baddecorator (test.test_builtin.TestSorted) PASS: test_basic (test.test_builtin.TestSorted) PASS: test_inputtypes (test.test_builtin.TestSorted) PASS: test_bad_args (test.test_builtin.TestType) PASS: test_bad_slots (test.test_builtin.TestType) PASS: test_namespace_order (test.test_builtin.TestType) PASS: test_new_type (test.test_builtin.TestType) PASS: test_type_doc (test.test_builtin.TestType) PASS: test_type_name (test.test_builtin.TestType) PASS: test_type_nokwargs (test.test_builtin.TestType) PASS: test_type_qualname (test.test_builtin.TestType) bin (builtins) PASS: Doctest: builtins.bin as_integer_ratio (builtins.float) PASS: Doctest: builtins.float.as_integer_ratio fromhex (builtins.float) PASS: Doctest: builtins.float.fromhex hex (builtins.float) PASS: Doctest: builtins.float.hex hex (builtins) PASS: Doctest: builtins.hex int (builtins) PASS: Doctest: builtins.int bit_length (builtins.int) PASS: Doctest: builtins.int.bit_length oct (builtins) PASS: Doctest: builtins.oct ---------------------------------------------------------------------- Ran 91 tests in 0.075s OK (skipped=4) 0:00:00 load avg: 0.73 [ 5/416] test_exceptions PASS: testAttributes (test.test_exceptions.ExceptionTests) PASS: testChainingAttrs (test.test_exceptions.ExceptionTests) PASS: testChainingDescriptors (test.test_exceptions.ExceptionTests) PASS: testExceptionCleanupNames (test.test_exceptions.ExceptionTests) PASS: testExceptionCleanupState (test.test_exceptions.ExceptionTests) PASS: testInfiniteRecursion (test.test_exceptions.ExceptionTests) PASS: testInvalidAttrs (test.test_exceptions.ExceptionTests) PASS: testInvalidTraceback (test.test_exceptions.ExceptionTests) PASS: testKeywordArgs (test.test_exceptions.ExceptionTests) PASS: testNoneClearsTracebackAttr (test.test_exceptions.ExceptionTests) PASS: testRaising (test.test_exceptions.ExceptionTests) PASS: testSettingException (test.test_exceptions.ExceptionTests) PASS: testSyntaxErrorMessage (test.test_exceptions.ExceptionTests) PASS: testSyntaxErrorMissingParens (test.test_exceptions.ExceptionTests) PASS: testSyntaxErrorOffset (test.test_exceptions.ExceptionTests) PASS: testWithTraceback (test.test_exceptions.ExceptionTests) PASS: test_3114 (test.test_exceptions.ExceptionTests) PASS: test_MemoryError (test.test_exceptions.ExceptionTests) PASS: test_WindowsError (test.test_exceptions.ExceptionTests) PASS: test_badisinstance (test.test_exceptions.ExceptionTests) PASS: test_errno_ENOTDIR (test.test_exceptions.ExceptionTests) PASS: test_exception_target_in_nested_scope (test.test_exceptions.ExceptionTests) PASS: test_exception_with_doc (test.test_exceptions.ExceptionTests) PASS: test_generator_close_cleanup_exc_state (test.test_exceptions.ExceptionTests) PASS: test_generator_del_cleanup_exc_state (test.test_exceptions.ExceptionTests) PASS: test_generator_doesnt_retain_old_exc (test.test_exceptions.ExceptionTests) PASS: test_generator_doesnt_retain_old_exc2 (test.test_exceptions.ExceptionTests) PASS: test_generator_finalizing_and_exc_info (test.test_exceptions.ExceptionTests) PASS: test_generator_leaking (test.test_exceptions.ExceptionTests) PASS: test_generator_leaking2 (test.test_exceptions.ExceptionTests) PASS: test_generator_leaking3 (test.test_exceptions.ExceptionTests) PASS: test_generator_leaking4 (test.test_exceptions.ExceptionTests) PASS: test_generator_next_cleanup_exc_state (test.test_exceptions.ExceptionTests) PASS: test_generator_send_cleanup_exc_state (test.test_exceptions.ExceptionTests) PASS: test_generator_throw_cleanup_exc_state (test.test_exceptions.ExceptionTests) PASS: test_memory_error_cleanup (test.test_exceptions.ExceptionTests) PASS: test_memory_error_in_PyErr_PrintEx (test.test_exceptions.ExceptionTests) PASS: test_raise_in_generator (test.test_exceptions.ExceptionTests) PASS: test_recursion_error_cleanup (test.test_exceptions.ExceptionTests) PASS: test_recursion_normalizing_exception (test.test_exceptions.ExceptionTests) PASS: test_recursion_normalizing_infinite_exception (test.test_exceptions.ExceptionTests) PASS: test_recursion_normalizing_with_no_memory (test.test_exceptions.ExceptionTests) PASS: test_str (test.test_exceptions.ExceptionTests) PASS: test_unhandled (test.test_exceptions.ExceptionTests) PASS: test_unicode_change_attributes (test.test_exceptions.ExceptionTests) PASS: test_unicode_errors_no_object (test.test_exceptions.ExceptionTests) PASS: test_unraisable (test.test_exceptions.ExceptionTests) test_windows_message (test.test_exceptions.ExceptionTests) SKIP: Should fill in unknown error code in Windows error message 'test specific to Windows' PASS: test_yield_in_nested_try_excepts (test.test_exceptions.ExceptionTests) PASS: test_attributes (test.test_exceptions.ImportErrorTests) PASS: test_copy_pickle (test.test_exceptions.ImportErrorTests) PASS: test_non_str_argument (test.test_exceptions.ImportErrorTests) PASS: test_reset_attributes (test.test_exceptions.ImportErrorTests) ---------------------------------------------------------------------- Ran 53 tests in 0.357s OK (skipped=1) 0:00:00 load avg: 0.73 [ 6/416] test_types PASS: test_bad___prepare__ (test.test_types.ClassCreationTests) PASS: test_metaclass_derivation (test.test_types.ClassCreationTests) PASS: test_metaclass_override_callable (test.test_types.ClassCreationTests) PASS: test_metaclass_override_function (test.test_types.ClassCreationTests) PASS: test_new_class_basics (test.test_types.ClassCreationTests) PASS: test_new_class_defaults (test.test_types.ClassCreationTests) PASS: test_new_class_exec_body (test.test_types.ClassCreationTests) PASS: test_new_class_meta (test.test_types.ClassCreationTests) PASS: test_new_class_meta_with_base (test.test_types.ClassCreationTests) PASS: test_new_class_metaclass_keywords (test.test_types.ClassCreationTests) PASS: test_new_class_subclass (test.test_types.ClassCreationTests) PASS: test_new_class_with_mro_entry (test.test_types.ClassCreationTests) PASS: test_new_class_with_mro_entry_error (test.test_types.ClassCreationTests) PASS: test_new_class_with_mro_entry_multiple (test.test_types.ClassCreationTests) PASS: test_new_class_with_mro_entry_multiple_2 (test.test_types.ClassCreationTests) PASS: test_new_class_with_mro_entry_none (test.test_types.ClassCreationTests) PASS: test_one_argument_type (test.test_types.ClassCreationTests) PASS: test_prepare_class (test.test_types.ClassCreationTests) PASS: test_resolve_bases (test.test_types.ClassCreationTests) PASS: test_async_def (test.test_types.CoroutineTests) PASS: test_duck_coro (test.test_types.CoroutineTests) PASS: test_duck_corogen (test.test_types.CoroutineTests) PASS: test_duck_functional_gen (test.test_types.CoroutineTests) PASS: test_duck_gen (test.test_types.CoroutineTests) PASS: test_gen (test.test_types.CoroutineTests) PASS: test_genfunc (test.test_types.CoroutineTests) PASS: test_non_gen_values (test.test_types.CoroutineTests) PASS: test_returning_itercoro (test.test_types.CoroutineTests) PASS: test_wrapper_object (test.test_types.CoroutineTests) PASS: test_wrong_args (test.test_types.CoroutineTests) PASS: test_chainmap (test.test_types.MappingProxyTests) PASS: test_constructor (test.test_types.MappingProxyTests) PASS: test_contains (test.test_types.MappingProxyTests) PASS: test_copy (test.test_types.MappingProxyTests) PASS: test_customdict (test.test_types.MappingProxyTests) PASS: test_get (test.test_types.MappingProxyTests) PASS: test_iterators (test.test_types.MappingProxyTests) PASS: test_len (test.test_types.MappingProxyTests) PASS: test_methods (test.test_types.MappingProxyTests) PASS: test_missing (test.test_types.MappingProxyTests) PASS: test_views (test.test_types.MappingProxyTests) PASS: test_as_dict (test.test_types.SimpleNamespaceTests) PASS: test_attrdel (test.test_types.SimpleNamespaceTests) PASS: test_attrget (test.test_types.SimpleNamespaceTests) PASS: test_attrset (test.test_types.SimpleNamespaceTests) PASS: test_constructor (test.test_types.SimpleNamespaceTests) PASS: test_equal (test.test_types.SimpleNamespaceTests) PASS: test_fake_namespace_compare (test.test_types.SimpleNamespaceTests) PASS: test_nested (test.test_types.SimpleNamespaceTests) PASS: test_pickle (test.test_types.SimpleNamespaceTests) PASS: test_recursive (test.test_types.SimpleNamespaceTests) PASS: test_recursive_repr (test.test_types.SimpleNamespaceTests) PASS: test_repr (test.test_types.SimpleNamespaceTests) PASS: test_subclass (test.test_types.SimpleNamespaceTests) PASS: test_unbound (test.test_types.SimpleNamespaceTests) PASS: test_underlying_dict (test.test_types.SimpleNamespaceTests) PASS: test_boolean_ops (test.test_types.TypesTests) PASS: test_comparisons (test.test_types.TypesTests) PASS: test_float__format__ (test.test_types.TypesTests) PASS: test_float__format__locale (test.test_types.TypesTests) PASS: test_float_constructor (test.test_types.TypesTests) PASS: test_float_to_string (test.test_types.TypesTests) PASS: test_floats (test.test_types.TypesTests) PASS: test_format_spec_errors (test.test_types.TypesTests) PASS: test_int__format__ (test.test_types.TypesTests) PASS: test_int__format__locale (test.test_types.TypesTests) PASS: test_internal_sizes (test.test_types.TypesTests) PASS: test_method_descriptor_types (test.test_types.TypesTests) PASS: test_method_wrapper_types (test.test_types.TypesTests) PASS: test_normal_integers (test.test_types.TypesTests) PASS: test_numeric_types (test.test_types.TypesTests) PASS: test_slot_wrapper_types (test.test_types.TypesTests) PASS: test_strings (test.test_types.TypesTests) PASS: test_truth_values (test.test_types.TypesTests) PASS: test_type_function (test.test_types.TypesTests) PASS: test_zero_division (test.test_types.TypesTests) ---------------------------------------------------------------------- Ran 76 tests in 0.029s OK 0:00:01 load avg: 0.73 [ 7/416] test_unittest PASS: test_class_not_setup_or_torndown_when_skipped (unittest.test.test_setups.TestSetups) PASS: test_class_not_torndown_when_setup_fails (unittest.test.test_setups.TestSetups) PASS: test_error_in_setup_module (unittest.test.test_setups.TestSetups) PASS: test_error_in_setupclass (unittest.test.test_setups.TestSetups) PASS: test_error_in_teardown_class (unittest.test.test_setups.TestSetups) PASS: test_error_in_teardown_module (unittest.test.test_setups.TestSetups) PASS: test_setup_class (unittest.test.test_setups.TestSetups) PASS: test_setup_module (unittest.test.test_setups.TestSetups) PASS: test_setup_teardown_order_with_pathological_suite (unittest.test.test_setups.TestSetups) PASS: test_skiptest_in_setupclass (unittest.test.test_setups.TestSetups) PASS: test_skiptest_in_setupmodule (unittest.test.test_setups.TestSetups) PASS: test_suite_debug_executes_setups_and_teardowns (unittest.test.test_setups.TestSetups) PASS: test_suite_debug_propagates_exceptions (unittest.test.test_setups.TestSetups) PASS: test_teardown_class (unittest.test.test_setups.TestSetups) PASS: test_teardown_class_two_classes (unittest.test.test_setups.TestSetups) PASS: test_teardown_module (unittest.test.test_setups.TestSetups) PASS: test_testcase_with_missing_module (unittest.test.test_setups.TestSetups) PASS: testHandlerReplacedButCalled (unittest.test.test_break.TestBreak) PASS: testInstallHandler (unittest.test.test_break.TestBreak) PASS: testInterruptCaught (unittest.test.test_break.TestBreak) PASS: testMainInstallsHandler (unittest.test.test_break.TestBreak) PASS: testRegisterResult (unittest.test.test_break.TestBreak) PASS: testRemoveHandler (unittest.test.test_break.TestBreak) PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreak) PASS: testRemoveResult (unittest.test.test_break.TestBreak) PASS: testRunner (unittest.test.test_break.TestBreak) PASS: testSecondInterrupt (unittest.test.test_break.TestBreak) PASS: testTwoResults (unittest.test.test_break.TestBreak) PASS: testWeakReferences (unittest.test.test_break.TestBreak) PASS: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testInstallHandler (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testInterruptCaught (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testRegisterResult (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testRemoveHandler (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testRemoveResult (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testRunner (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testSecondInterrupt (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testTwoResults (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testWeakReferences (unittest.test.test_break.TestBreakDefaultIntHandler) PASS: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakSignalDefault) PASS: testInstallHandler (unittest.test.test_break.TestBreakSignalDefault) PASS: testInterruptCaught (unittest.test.test_break.TestBreakSignalDefault) PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakSignalDefault) PASS: testRegisterResult (unittest.test.test_break.TestBreakSignalDefault) PASS: testRemoveHandler (unittest.test.test_break.TestBreakSignalDefault) PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakSignalDefault) PASS: testRemoveResult (unittest.test.test_break.TestBreakSignalDefault) PASS: testRunner (unittest.test.test_break.TestBreakSignalDefault) PASS: testSecondInterrupt (unittest.test.test_break.TestBreakSignalDefault) PASS: testTwoResults (unittest.test.test_break.TestBreakSignalDefault) PASS: testWeakReferences (unittest.test.test_break.TestBreakSignalDefault) SKIP: testHandlerReplacedButCalled (unittest.test.test_break.TestBreakSignalIgnored) 'test requires SIGINT to not be ignored' PASS: testInstallHandler (unittest.test.test_break.TestBreakSignalIgnored) PASS: testInterruptCaught (unittest.test.test_break.TestBreakSignalIgnored) PASS: testMainInstallsHandler (unittest.test.test_break.TestBreakSignalIgnored) PASS: testRegisterResult (unittest.test.test_break.TestBreakSignalIgnored) PASS: testRemoveHandler (unittest.test.test_break.TestBreakSignalIgnored) PASS: testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakSignalIgnored) PASS: testRemoveResult (unittest.test.test_break.TestBreakSignalIgnored) PASS: testRunner (unittest.test.test_break.TestBreakSignalIgnored) SKIP: testSecondInterrupt (unittest.test.test_break.TestBreakSignalIgnored) 'test requires SIGINT to not be ignored' PASS: testTwoResults (unittest.test.test_break.TestBreakSignalIgnored) PASS: testWeakReferences (unittest.test.test_break.TestBreakSignalIgnored) PASS: test___init__ (unittest.test.test_loader.Test_TestLoader) PASS: test_getTestCaseNames (unittest.test.test_loader.Test_TestLoader) PASS: test_getTestCaseNames__inheritance (unittest.test.test_loader.Test_TestLoader) PASS: test_getTestCaseNames__no_tests (unittest.test.test_loader.Test_TestLoader) PASS: test_getTestCaseNames__not_a_TestCase (unittest.test.test_loader.Test_TestLoader) PASS: test_getTestCaseNames__testNamePatterns (unittest.test.test_loader.Test_TestLoader) PASS: test_getTestCaseNames__testNamePatterns__attribute_access_regression (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__TestCase_subclass (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__faulty_load_tests (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__load_tests (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__no_TestCase_instances (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__no_TestCase_tests (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__not_a_module (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__pattern (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__too_many_positional_args (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__use_load_tests_deprecated_keyword (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__use_load_tests_deprecated_positional (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromModule__use_load_tests_other_bad_keyword (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__callable__TestCase_instance (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__callable__TestSuite (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__callable__wrong_type (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__empty_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__function_with_different_name_than_method (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__malformed_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__module_not_loaded (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_TestCase_subclass (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_TestSuite (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_bad_object (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_empty_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_invalid_testmethod (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_malformed_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_not_a_module (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_testmethod (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_testmethod_ProperSuiteClass (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__relative_unknown_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__unknown_attr_name_on_module (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__unknown_attr_name_on_package (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromName__unknown_module_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__callable__TestCase_instance (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__callable__TestSuite (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__callable__call_staticmethod (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__callable__wrong_type (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__empty_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__empty_name_list (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__malformed_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__module_not_loaded (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_TestCase_subclass (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_TestSuite (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_bad_object (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_empty_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_empty_name_list (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_invalid_testmethod (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_malformed_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_not_a_module (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__relative_testmethod (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__unknown_attr_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__unknown_module_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__unknown_name_relative_1 (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromNames__unknown_name_relative_2 (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromTestCase__TestSuite_subclass (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromTestCase__default_method_name (unittest.test.test_loader.Test_TestLoader) PASS: test_loadTestsFromTestCase__no_matches (unittest.test.test_loader.Test_TestLoader) PASS: test_partial_functions (unittest.test.test_loader.Test_TestLoader) PASS: test_sortTestMethodsUsing__None (unittest.test.test_loader.Test_TestLoader) PASS: test_sortTestMethodsUsing__default_value (unittest.test.test_loader.Test_TestLoader) PASS: test_sortTestMethodsUsing__getTestCaseNames (unittest.test.test_loader.Test_TestLoader) PASS: test_sortTestMethodsUsing__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader) PASS: test_sortTestMethodsUsing__loadTestsFromName (unittest.test.test_loader.Test_TestLoader) PASS: test_sortTestMethodsUsing__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader) PASS: test_sortTestMethodsUsing__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader) PASS: test_suiteClass__default_value (unittest.test.test_loader.Test_TestLoader) PASS: test_suiteClass__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader) PASS: test_suiteClass__loadTestsFromName (unittest.test.test_loader.Test_TestLoader) PASS: test_suiteClass__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader) PASS: test_suiteClass__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader) PASS: test_testMethodPrefix__default_value (unittest.test.test_loader.Test_TestLoader) PASS: test_testMethodPrefix__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader) PASS: test_testMethodPrefix__loadTestsFromName (unittest.test.test_loader.Test_TestLoader) PASS: test_testMethodPrefix__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader) PASS: test_testMethodPrefix__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader) PASS: test_addTest__TestCase (unittest.test.test_suite.Test_TestSuite) PASS: test_addTest__TestSuite (unittest.test.test_suite.Test_TestSuite) PASS: test_addTest__casesuiteclass (unittest.test.test_suite.Test_TestSuite) PASS: test_addTest__noncallable (unittest.test.test_suite.Test_TestSuite) PASS: test_addTest__noniterable (unittest.test.test_suite.Test_TestSuite) PASS: test_addTests (unittest.test.test_suite.Test_TestSuite) PASS: test_addTests__string (unittest.test.test_suite.Test_TestSuite) PASS: test_basetestsuite (unittest.test.test_suite.Test_TestSuite) PASS: test_countTestCases_nested (unittest.test.test_suite.Test_TestSuite) PASS: test_countTestCases_simple (unittest.test.test_suite.Test_TestSuite) PASS: test_countTestCases_zero_nested (unittest.test.test_suite.Test_TestSuite) PASS: test_countTestCases_zero_simple (unittest.test.test_suite.Test_TestSuite) PASS: test_eq (unittest.test.test_suite.Test_TestSuite) PASS: test_function_in_suite (unittest.test.test_suite.Test_TestSuite) PASS: test_garbage_collect_test_after_run_BaseTestSuite (unittest.test.test_suite.Test_TestSuite) PASS: test_garbage_collect_test_after_run_TestSuite (unittest.test.test_suite.Test_TestSuite) PASS: test_init__TestSuite_instances_in_tests (unittest.test.test_suite.Test_TestSuite) PASS: test_init__empty_tests (unittest.test.test_suite.Test_TestSuite) PASS: test_init__tests_from_any_iterable (unittest.test.test_suite.Test_TestSuite) PASS: test_init__tests_optional (unittest.test.test_suite.Test_TestSuite) PASS: test_iter (unittest.test.test_suite.Test_TestSuite) PASS: test_ne (unittest.test.test_suite.Test_TestSuite) PASS: test_overriding_call (unittest.test.test_suite.Test_TestSuite) PASS: test_remove_test_at_index (unittest.test.test_suite.Test_TestSuite) PASS: test_remove_test_at_index_not_indexable (unittest.test.test_suite.Test_TestSuite) PASS: test_run (unittest.test.test_suite.Test_TestSuite) PASS: test_run__empty_suite (unittest.test.test_suite.Test_TestSuite) PASS: test_run__requires_result (unittest.test.test_suite.Test_TestSuite) PASS: testAddTypeEqualityFunc (unittest.test.test_case.Test_TestCase) PASS: testAssertCountEqual (unittest.test.test_case.Test_TestCase) PASS: testAssertDictContainsSubset (unittest.test.test_case.Test_TestCase) PASS: testAssertDictEqualTruncates (unittest.test.test_case.Test_TestCase) PASS: testAssertEqual (unittest.test.test_case.Test_TestCase) PASS: testAssertEqualSingleLine (unittest.test.test_case.Test_TestCase) PASS: testAssertEqual_diffThreshold (unittest.test.test_case.Test_TestCase) PASS: testAssertEqual_shorten (unittest.test.test_case.Test_TestCase) PASS: testAssertIn (unittest.test.test_case.Test_TestCase) PASS: testAssertIs (unittest.test.test_case.Test_TestCase) PASS: testAssertIsInstance (unittest.test.test_case.Test_TestCase) PASS: testAssertIsNone (unittest.test.test_case.Test_TestCase) PASS: testAssertIsNot (unittest.test.test_case.Test_TestCase) PASS: testAssertLogsDefaults (unittest.test.test_case.Test_TestCase) PASS: testAssertLogsFailureLevelTooHigh (unittest.test.test_case.Test_TestCase) PASS: testAssertLogsFailureMismatchingLogger (unittest.test.test_case.Test_TestCase) PASS: testAssertLogsFailureNoLogs (unittest.test.test_case.Test_TestCase) PASS: testAssertLogsPerLevel (unittest.test.test_case.Test_TestCase) PASS: testAssertLogsPerLogger (unittest.test.test_case.Test_TestCase) PASS: testAssertLogsTwoMatchingMessages (unittest.test.test_case.Test_TestCase) PASS: testAssertMultiLineEqual (unittest.test.test_case.Test_TestCase) PASS: testAssertMultiLineEqualTruncates (unittest.test.test_case.Test_TestCase) PASS: testAssertNotIsInstance (unittest.test.test_case.Test_TestCase) PASS: testAssertNotRaisesRegex (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesCallable (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesContext (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesExcValue (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesNoExceptionType (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesRefcount (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesRegex (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesRegexInvalidRegex (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesRegexMismatch (unittest.test.test_case.Test_TestCase) PASS: testAssertRaisesRegexNoExceptionType (unittest.test.test_case.Test_TestCase) PASS: testAssertRegex (unittest.test.test_case.Test_TestCase) PASS: testAssertSequenceEqualMaxDiff (unittest.test.test_case.Test_TestCase) PASS: testAssertSetEqual (unittest.test.test_case.Test_TestCase) PASS: testAssertWarnsCallable (unittest.test.test_case.Test_TestCase) PASS: testAssertWarnsContext (unittest.test.test_case.Test_TestCase) PASS: testAssertWarnsNoExceptionType (unittest.test.test_case.Test_TestCase) PASS: testAssertWarnsRegexCallable (unittest.test.test_case.Test_TestCase) PASS: testAssertWarnsRegexContext (unittest.test.test_case.Test_TestCase) PASS: testAssertWarnsRegexInvalidRegex (unittest.test.test_case.Test_TestCase) PASS: testAssertWarnsRegexNoExceptionType (unittest.test.test_case.Test_TestCase) PASS: testDeepcopy (unittest.test.test_case.Test_TestCase) PASS: testDeprecatedMethodNames (unittest.test.test_case.Test_TestCase) PASS: testEquality (unittest.test.test_case.Test_TestCase) PASS: testEqualityBytesWarning (unittest.test.test_case.Test_TestCase) PASS: testInequality (unittest.test.test_case.Test_TestCase) PASS: testKeyboardInterrupt (unittest.test.test_case.Test_TestCase) PASS: testNoCycles (unittest.test.test_case.Test_TestCase) PASS: testPickle (unittest.test.test_case.Test_TestCase) testShortDescriptionWithMultiLineDocstring (unittest.test.test_case.Test_TestCase) PASS: Tests shortDescription() for a method with a longer docstring. testShortDescriptionWithOneLineDocstring (unittest.test.test_case.Test_TestCase) PASS: Tests shortDescription() for a method with a docstring. PASS: testShortDescriptionWithoutDocstring (unittest.test.test_case.Test_TestCase) PASS: testSkippingEverywhere (unittest.test.test_case.Test_TestCase) PASS: testSystemExit (unittest.test.test_case.Test_TestCase) PASS: testTruncateMessage (unittest.test.test_case.Test_TestCase) PASS: test_call__invoking_an_instance_delegates_to_run (unittest.test.test_case.Test_TestCase) PASS: test_countTestCases (unittest.test.test_case.Test_TestCase) PASS: test_defaultTestResult (unittest.test.test_case.Test_TestCase) PASS: test_eq (unittest.test.test_case.Test_TestCase) PASS: test_failureException__default (unittest.test.test_case.Test_TestCase) PASS: test_failureException__subclassing__explicit_raise (unittest.test.test_case.Test_TestCase) PASS: test_failureException__subclassing__implicit_raise (unittest.test.test_case.Test_TestCase) PASS: test_hash (unittest.test.test_case.Test_TestCase) PASS: test_id (unittest.test.test_case.Test_TestCase) PASS: test_init__no_test_name (unittest.test.test_case.Test_TestCase) PASS: test_init__test_name__invalid (unittest.test.test_case.Test_TestCase) PASS: test_init__test_name__valid (unittest.test.test_case.Test_TestCase) PASS: test_ne (unittest.test.test_case.Test_TestCase) PASS: test_no_exception_leak (unittest.test.test_case.Test_TestCase) PASS: test_run__returns_given_result (unittest.test.test_case.Test_TestCase) PASS: test_run__uses_defaultTestResult (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__error_in_setUp (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__error_in_setUp_default_result (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__error_in_tearDown (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__error_in_tearDown_default_result (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__error_in_test (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__error_in_test_default_result (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__failure_in_test (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__failure_in_test_default_result (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__subtests (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__subtests_failfast (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__subtests_legacy (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__subtests_success (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order__subtests_success_legacy (unittest.test.test_case.Test_TestCase) PASS: test_run_call_order_default_result (unittest.test.test_case.Test_TestCase) PASS: test_setUp (unittest.test.test_case.Test_TestCase) PASS: test_subtests_debug (unittest.test.test_case.Test_TestCase) PASS: test_subtests_failfast (unittest.test.test_case.Test_TestCase) PASS: test_tearDown (unittest.test.test_case.Test_TestCase) PASS: test_countTestCases (unittest.test.test_functiontestcase.Test_FunctionTestCase) PASS: test_id (unittest.test.test_functiontestcase.Test_FunctionTestCase) PASS: test_run_call_order__error_in_setUp (unittest.test.test_functiontestcase.Test_FunctionTestCase) PASS: test_run_call_order__error_in_tearDown (unittest.test.test_functiontestcase.Test_FunctionTestCase) PASS: test_run_call_order__error_in_test (unittest.test.test_functiontestcase.Test_FunctionTestCase) PASS: test_run_call_order__failure_in_test (unittest.test.test_functiontestcase.Test_FunctionTestCase) PASS: test_shortDescription__no_docstring (unittest.test.test_functiontestcase.Test_FunctionTestCase) PASS: test_shortDescription__singleline_docstring (unittest.test.test_functiontestcase.Test_FunctionTestCase) PASS: testCleanUp (unittest.test.test_runner.TestCleanUp) PASS: testCleanUpWithErrors (unittest.test.test_runner.TestCleanUp) PASS: testCleanupInRun (unittest.test.test_runner.TestCleanUp) PASS: testTestCaseDebugExecutesCleanups (unittest.test.test_runner.TestCleanUp) PASS: testBufferAndFailfast (unittest.test.test_runner.Test_TextTestRunner) PASS: testRunnerRegistersResult (unittest.test.test_runner.Test_TextTestRunner) PASS: testSpecifiedStreamUsed (unittest.test.test_runner.Test_TextTestRunner) PASS: testStdErrLookedUpAtInstantiationTime (unittest.test.test_runner.Test_TextTestRunner) PASS: test_init (unittest.test.test_runner.Test_TextTestRunner) PASS: test_locals (unittest.test.test_runner.Test_TextTestRunner) PASS: test_multiple_inheritance (unittest.test.test_runner.Test_TextTestRunner) PASS: test_pickle_unpickle (unittest.test.test_runner.Test_TextTestRunner) PASS: test_resultclass (unittest.test.test_runner.Test_TextTestRunner) PASS: test_startTestRun_stopTestRun_called (unittest.test.test_runner.Test_TextTestRunner) PASS: test_warnings (unittest.test.test_runner.Test_TextTestRunner) PASS: test_works_with_result_without_startTestRun_stopTestRun (unittest.test.test_runner.Test_TextTestRunner) PASS: testBufferOutputAddErrorOrFailure (unittest.test.test_result.TestOutputBuffering) PASS: testBufferOutputOff (unittest.test.test_result.TestOutputBuffering) PASS: testBufferOutputStartTestAddSuccess (unittest.test.test_result.TestOutputBuffering) PASS: testBufferSetUpModule (unittest.test.test_result.TestOutputBuffering) PASS: testBufferSetupClass (unittest.test.test_result.TestOutputBuffering) PASS: testBufferTearDownClass (unittest.test.test_result.TestOutputBuffering) PASS: testBufferTearDownModule (unittest.test.test_result.TestOutputBuffering) PASS: testOldResultWithRunner (unittest.test.test_result.Test_OldTestResult) PASS: testOldTestResult (unittest.test.test_result.Test_OldTestResult) PASS: testOldTestResultClass (unittest.test.test_result.Test_OldTestResult) PASS: testOldTestTesultSetup (unittest.test.test_result.Test_OldTestResult) PASS: testFailFast (unittest.test.test_result.Test_TestResult) PASS: testFailFastSetByRunner (unittest.test.test_result.Test_TestResult) testGetDescriptionWithMultiLineDocstring (unittest.test.test_result.Test_TestResult) PASS: Tests getDescription() for a method with a longer docstring. testGetDescriptionWithOneLineDocstring (unittest.test.test_result.Test_TestResult) PASS: Tests getDescription() for a method with a docstring. PASS: testGetDescriptionWithoutDocstring (unittest.test.test_result.Test_TestResult) PASS: testGetDuplicatedNestedSubTestDescriptionWithoutDocstring (unittest.test.test_result.Test_TestResult) PASS: testGetNestedSubTestDescriptionWithoutDocstring (unittest.test.test_result.Test_TestResult) PASS: testGetSubTestDescriptionForFalsyValues (unittest.test.test_result.Test_TestResult) testGetSubTestDescriptionWithMultiLineDocstring (unittest.test.test_result.Test_TestResult) PASS: Tests getDescription() for a method with a longer docstring. testGetSubTestDescriptionWithOneLineDocstring (unittest.test.test_result.Test_TestResult) PASS: Tests getDescription() for a method with a docstring. PASS: testGetSubTestDescriptionWithoutDocstring (unittest.test.test_result.Test_TestResult) PASS: testGetSubTestDescriptionWithoutDocstringAndParams (unittest.test.test_result.Test_TestResult) PASS: testStackFrameTrimming (unittest.test.test_result.Test_TestResult) PASS: test_addError (unittest.test.test_result.Test_TestResult) PASS: test_addError_locals (unittest.test.test_result.Test_TestResult) PASS: test_addFailure (unittest.test.test_result.Test_TestResult) PASS: test_addSubTest (unittest.test.test_result.Test_TestResult) PASS: test_addSuccess (unittest.test.test_result.Test_TestResult) PASS: test_init (unittest.test.test_result.Test_TestResult) PASS: test_startTest (unittest.test.test_result.Test_TestResult) PASS: test_startTestRun_stopTestRun (unittest.test.test_result.Test_TestResult) PASS: test_stop (unittest.test.test_result.Test_TestResult) PASS: test_stopTest (unittest.test.test_result.Test_TestResult) PASS: testAlmostEqual (unittest.test.test_assertions.TestLongMessage) PASS: testAssertDictContainsSubset (unittest.test.test_assertions.TestLongMessage) PASS: testAssertDictEqual (unittest.test.test_assertions.TestLongMessage) PASS: testAssertFalse (unittest.test.test_assertions.TestLongMessage) PASS: testAssertGreater (unittest.test.test_assertions.TestLongMessage) PASS: testAssertGreaterEqual (unittest.test.test_assertions.TestLongMessage) PASS: testAssertIn (unittest.test.test_assertions.TestLongMessage) PASS: testAssertIs (unittest.test.test_assertions.TestLongMessage) PASS: testAssertIsNone (unittest.test.test_assertions.TestLongMessage) PASS: testAssertIsNot (unittest.test.test_assertions.TestLongMessage) PASS: testAssertIsNotNone (unittest.test.test_assertions.TestLongMessage) PASS: testAssertLess (unittest.test.test_assertions.TestLongMessage) PASS: testAssertLessEqual (unittest.test.test_assertions.TestLongMessage) PASS: testAssertMultiLineEqual (unittest.test.test_assertions.TestLongMessage) PASS: testAssertNotIn (unittest.test.test_assertions.TestLongMessage) PASS: testAssertNotRegex (unittest.test.test_assertions.TestLongMessage) PASS: testAssertRaises (unittest.test.test_assertions.TestLongMessage) PASS: testAssertRaisesRegex (unittest.test.test_assertions.TestLongMessage) PASS: testAssertRegex (unittest.test.test_assertions.TestLongMessage) PASS: testAssertSequenceEqual (unittest.test.test_assertions.TestLongMessage) PASS: testAssertSetEqual (unittest.test.test_assertions.TestLongMessage) PASS: testAssertTrue (unittest.test.test_assertions.TestLongMessage) PASS: testAssertWarns (unittest.test.test_assertions.TestLongMessage) PASS: testAssertWarnsRegex (unittest.test.test_assertions.TestLongMessage) PASS: testDefault (unittest.test.test_assertions.TestLongMessage) PASS: testNotAlmostEqual (unittest.test.test_assertions.TestLongMessage) PASS: testNotEqual (unittest.test.test_assertions.TestLongMessage) PASS: test_baseAssertEqual (unittest.test.test_assertions.TestLongMessage) PASS: test_formatMessage_unicode_error (unittest.test.test_assertions.TestLongMessage) PASS: test_formatMsg (unittest.test.test_assertions.TestLongMessage) PASS: testAssertNotRegex (unittest.test.test_assertions.Test_Assertions) PASS: test_AlmostEqual (unittest.test.test_assertions.Test_Assertions) PASS: test_AmostEqualWithDelta (unittest.test.test_assertions.Test_Assertions) PASS: test_assertRaises (unittest.test.test_assertions.Test_Assertions) PASS: test_assertRaises_frames_survival (unittest.test.test_assertions.Test_Assertions) PASS: testBufferCatchFailfast (unittest.test.test_program.TestCommandLineArgs) PASS: testCatchBreakInstallsHandler (unittest.test.test_program.TestCommandLineArgs) PASS: testParseArgsAbsolutePathsThatCanBeConverted (unittest.test.test_program.TestCommandLineArgs) PASS: testParseArgsAbsolutePathsThatCannotBeConverted (unittest.test.test_program.TestCommandLineArgs) PASS: testParseArgsFileNames (unittest.test.test_program.TestCommandLineArgs) PASS: testParseArgsFilePaths (unittest.test.test_program.TestCommandLineArgs) PASS: testParseArgsNonExistentFiles (unittest.test.test_program.TestCommandLineArgs) PASS: testParseArgsSelectedTestNames (unittest.test.test_program.TestCommandLineArgs) PASS: testRunTestsOldRunnerClass (unittest.test.test_program.TestCommandLineArgs) PASS: testRunTestsRunnerClass (unittest.test.test_program.TestCommandLineArgs) PASS: testRunTestsRunnerInstance (unittest.test.test_program.TestCommandLineArgs) PASS: testSelectedTestNamesFunctionalTest (unittest.test.test_program.TestCommandLineArgs) PASS: testVerbosity (unittest.test.test_program.TestCommandLineArgs) testWarning (unittest.test.test_program.TestCommandLineArgs) PASS: Test the warnings argument PASS: test_locals (unittest.test.test_program.TestCommandLineArgs) PASS: testNoExit (unittest.test.test_program.Test_TestProgram) PASS: test_Exit (unittest.test.test_program.Test_TestProgram) PASS: test_ExitAsDefault (unittest.test.test_program.Test_TestProgram) PASS: test_NonExit (unittest.test.test_program.Test_TestProgram) PASS: test_defaultTest_with_iterable (unittest.test.test_program.Test_TestProgram) PASS: test_defaultTest_with_string (unittest.test.test_program.Test_TestProgram) PASS: test_discovery_from_dotted_path (unittest.test.test_program.Test_TestProgram) PASS: test_command_line_handling_discover_by_default (unittest.test.test_discovery.TestDiscovery) PASS: test_command_line_handling_discover_by_default_with_options (unittest.test.test_discovery.TestDiscovery) PASS: test_command_line_handling_do_discovery_calls_loader (unittest.test.test_discovery.TestDiscovery) PASS: test_command_line_handling_do_discovery_too_many_arguments (unittest.test.test_discovery.TestDiscovery) PASS: test_command_line_handling_do_discovery_uses_default_loader (unittest.test.test_discovery.TestDiscovery) PASS: test_command_line_handling_parseArgs (unittest.test.test_discovery.TestDiscovery) PASS: test_detect_module_clash (unittest.test.test_discovery.TestDiscovery) PASS: test_discover (unittest.test.test_discovery.TestDiscovery) PASS: test_discover_start_dir_is_package_calls_package_load_tests (unittest.test.test_discovery.TestDiscovery) PASS: test_discover_with_init_module_that_raises_SkipTest_on_import (unittest.test.test_discovery.TestDiscovery) PASS: test_discover_with_init_modules_that_fail_to_import (unittest.test.test_discovery.TestDiscovery) PASS: test_discover_with_module_that_raises_SkipTest_on_import (unittest.test.test_discovery.TestDiscovery) PASS: test_discover_with_modules_that_fail_to_import (unittest.test.test_discovery.TestDiscovery) PASS: test_discovery_failed_discovery (unittest.test.test_discovery.TestDiscovery) PASS: test_discovery_from_dotted_namespace_packages (unittest.test.test_discovery.TestDiscovery) PASS: test_discovery_from_dotted_path (unittest.test.test_discovery.TestDiscovery) PASS: test_discovery_from_dotted_path_builtin_modules (unittest.test.test_discovery.TestDiscovery) PASS: test_find_tests (unittest.test.test_discovery.TestDiscovery) PASS: test_find_tests_customize_via_package_pattern (unittest.test.test_discovery.TestDiscovery) PASS: test_find_tests_default_calls_package_load_tests (unittest.test.test_discovery.TestDiscovery) PASS: test_find_tests_socket (unittest.test.test_discovery.TestDiscovery) PASS: test_find_tests_with_package (unittest.test.test_discovery.TestDiscovery) PASS: test_get_name_from_path (unittest.test.test_discovery.TestDiscovery) PASS: test_module_symlink_ok (unittest.test.test_discovery.TestDiscovery) PASS: test_decorated_skip (unittest.test.test_skipping.Test_TestSkipping) PASS: test_expected_failure (unittest.test.test_skipping.Test_TestSkipping) PASS: test_expected_failure_subtests (unittest.test.test_skipping.Test_TestSkipping) PASS: test_expected_failure_with_wrapped_class (unittest.test.test_skipping.Test_TestSkipping) PASS: test_expected_failure_with_wrapped_subclass (unittest.test.test_skipping.Test_TestSkipping) PASS: test_skip_class (unittest.test.test_skipping.Test_TestSkipping) PASS: test_skip_doesnt_run_setup (unittest.test.test_skipping.Test_TestSkipping) PASS: test_skip_non_unittest_class (unittest.test.test_skipping.Test_TestSkipping) PASS: test_skipping (unittest.test.test_skipping.Test_TestSkipping) PASS: test_skipping_decorators (unittest.test.test_skipping.Test_TestSkipping) PASS: test_skipping_subtests (unittest.test.test_skipping.Test_TestSkipping) PASS: test_unexpected_success (unittest.test.test_skipping.Test_TestSkipping) PASS: test_unexpected_success_subtests (unittest.test.test_skipping.Test_TestSkipping) PASS: testBases (unittest.test.testmock.testsentinel.SentinelTest) PASS: testCopy (unittest.test.testmock.testsentinel.SentinelTest) PASS: testDEFAULT (unittest.test.testmock.testsentinel.SentinelTest) PASS: testPickle (unittest.test.testmock.testsentinel.SentinelTest) PASS: testSentinelName (unittest.test.testmock.testsentinel.SentinelTest) PASS: testSentinels (unittest.test.testmock.testsentinel.SentinelTest) PASS: test__name__ (unittest.test.testmock.testmock.MockTest) PASS: test_adding_child_mock (unittest.test.testmock.testmock.MockTest) PASS: test_adding_return_value_mock (unittest.test.testmock.testmock.MockTest) PASS: test_all (unittest.test.testmock.testmock.MockTest) PASS: test_arg_lists (unittest.test.testmock.testmock.MockTest) PASS: test_assert_any_call (unittest.test.testmock.testmock.MockTest) PASS: test_assert_any_call_with_function_spec (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_once (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_once_with (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_once_with_function_spec (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_once_with_message (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_with (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_with_any (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_with_failure_message (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_with_function_spec (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_with_message (unittest.test.testmock.testmock.MockTest) PASS: test_assert_called_with_method_spec (unittest.test.testmock.testmock.MockTest) PASS: test_assert_has_calls (unittest.test.testmock.testmock.MockTest) PASS: test_assert_has_calls_any_order (unittest.test.testmock.testmock.MockTest) PASS: test_assert_has_calls_with_function_spec (unittest.test.testmock.testmock.MockTest) PASS: test_assert_not_called (unittest.test.testmock.testmock.MockTest) PASS: test_attach_mock (unittest.test.testmock.testmock.MockTest) PASS: test_attach_mock_return_value (unittest.test.testmock.testmock.MockTest) PASS: test_attribute_access_returns_mocks (unittest.test.testmock.testmock.MockTest) PASS: test_attribute_deletion (unittest.test.testmock.testmock.MockTest) PASS: test_attributes_have_name_and_parent_set (unittest.test.testmock.testmock.MockTest) PASS: test_autospec_side_effect (unittest.test.testmock.testmock.MockTest) PASS: test_autospec_side_effect_exception (unittest.test.testmock.testmock.MockTest) PASS: test_baseexceptional_side_effect (unittest.test.testmock.testmock.MockTest) PASS: test_call (unittest.test.testmock.testmock.MockTest) PASS: test_call_args_comparison (unittest.test.testmock.testmock.MockTest) PASS: test_call_args_two_tuple (unittest.test.testmock.testmock.MockTest) PASS: test_calls_equal_with_any (unittest.test.testmock.testmock.MockTest) PASS: test_child_mock_call_equal (unittest.test.testmock.testmock.MockTest) PASS: test_class_assignable (unittest.test.testmock.testmock.MockTest) PASS: test_configure_mock (unittest.test.testmock.testmock.MockTest) PASS: test_constructor (unittest.test.testmock.testmock.MockTest) PASS: test_copy (unittest.test.testmock.testmock.MockTest) PASS: test_create_autospec_classmethod_and_staticmethod (unittest.test.testmock.testmock.MockTest) PASS: test_create_autospec_with_name (unittest.test.testmock.testmock.MockTest) PASS: test_customize_wrapped_object_with_return_value (unittest.test.testmock.testmock.MockTest) PASS: test_customize_wrapped_object_with_return_value_and_side_effect (unittest.test.testmock.testmock.MockTest) PASS: test_customize_wrapped_object_with_return_value_and_side_effect2 (unittest.test.testmock.testmock.MockTest) PASS: test_customize_wrapped_object_with_return_value_and_side_effect_default (unittest.test.testmock.testmock.MockTest) PASS: test_customize_wrapped_object_with_side_effect_exception (unittest.test.testmock.testmock.MockTest) PASS: test_customize_wrapped_object_with_side_effect_function (unittest.test.testmock.testmock.MockTest) PASS: test_customize_wrapped_object_with_side_effect_iterable (unittest.test.testmock.testmock.MockTest) PASS: test_customize_wrapped_object_with_side_effect_iterable_with_default (unittest.test.testmock.testmock.MockTest) PASS: test_dir (unittest.test.testmock.testmock.MockTest) PASS: test_dir_does_not_include_deleted_attributes (unittest.test.testmock.testmock.MockTest) PASS: test_dir_from_spec (unittest.test.testmock.testmock.MockTest) PASS: test_exceptional_side_effect (unittest.test.testmock.testmock.MockTest) PASS: test_filter_dir (unittest.test.testmock.testmock.MockTest) PASS: test_from_spec (unittest.test.testmock.testmock.MockTest) PASS: test_isinstance_under_settrace (unittest.test.testmock.testmock.MockTest) SKIP: test_java_exception_side_effect (unittest.test.testmock.testmock.MockTest) 'This test only applies to Jython' PASS: test_magic_methods_mock_calls (unittest.test.testmock.testmock.MockTest) PASS: test_manager_mock (unittest.test.testmock.testmock.MockTest) PASS: test_method_calls_compare_easily (unittest.test.testmock.testmock.MockTest) PASS: test_method_calls_recorded (unittest.test.testmock.testmock.MockTest) PASS: test_mock_add_spec (unittest.test.testmock.testmock.MockTest) PASS: test_mock_add_spec_magic_methods (unittest.test.testmock.testmock.MockTest) PASS: test_mock_call_not_equal_leaf (unittest.test.testmock.testmock.MockTest) PASS: test_mock_call_not_equal_non_leaf (unittest.test.testmock.testmock.MockTest) PASS: test_mock_call_not_equal_non_leaf_attr (unittest.test.testmock.testmock.MockTest) PASS: test_mock_call_not_equal_non_leaf_call_versus_attr (unittest.test.testmock.testmock.MockTest) PASS: test_mock_call_not_equal_non_leaf_params_different (unittest.test.testmock.testmock.MockTest) PASS: test_mock_call_repr (unittest.test.testmock.testmock.MockTest) PASS: test_mock_calls (unittest.test.testmock.testmock.MockTest) PASS: test_mock_calls_create_autospec (unittest.test.testmock.testmock.MockTest) PASS: test_mock_does_not_raise_on_repeated_attribute_deletion (unittest.test.testmock.testmock.MockTest) PASS: test_mock_open_after_eof (unittest.test.testmock.testmock.MockTest) PASS: test_mock_open_alter_readline (unittest.test.testmock.testmock.MockTest) PASS: test_mock_open_dunder_iter_issue (unittest.test.testmock.testmock.MockTest) PASS: test_mock_open_reuse_issue_21750 (unittest.test.testmock.testmock.MockTest) PASS: test_mock_open_using_next (unittest.test.testmock.testmock.MockTest) PASS: test_mock_open_write (unittest.test.testmock.testmock.MockTest) PASS: test_mock_parents (unittest.test.testmock.testmock.MockTest) PASS: test_mock_raises_when_deleting_nonexistent_attribute (unittest.test.testmock.testmock.MockTest) PASS: test_mock_unsafe (unittest.test.testmock.testmock.MockTest) PASS: test_name_attribute_of_call (unittest.test.testmock.testmock.MockTest) PASS: test_only_allowed_methods_exist (unittest.test.testmock.testmock.MockTest) PASS: test_override_tuple_methods (unittest.test.testmock.testmock.MockTest) PASS: test_parent_attribute_of_call (unittest.test.testmock.testmock.MockTest) PASS: test_parent_propagation_with_create_autospec (unittest.test.testmock.testmock.MockTest) PASS: test_repr (unittest.test.testmock.testmock.MockTest) PASS: test_repr_with_spec (unittest.test.testmock.testmock.MockTest) PASS: test_reset_mock (unittest.test.testmock.testmock.MockTest) PASS: test_reset_mock_does_not_raise_on_attr_deletion (unittest.test.testmock.testmock.MockTest) PASS: test_reset_mock_on_mock_open_issue_18622 (unittest.test.testmock.testmock.MockTest) PASS: test_reset_mock_recursion (unittest.test.testmock.testmock.MockTest) PASS: test_reset_return (unittest.test.testmock.testmock.MockTest) PASS: test_reset_return_sideeffect (unittest.test.testmock.testmock.MockTest) PASS: test_reset_sideeffect (unittest.test.testmock.testmock.MockTest) PASS: test_return_value_in_constructor (unittest.test.testmock.testmock.MockTest) PASS: test_setting_attribute_with_spec_set (unittest.test.testmock.testmock.MockTest) PASS: test_setting_call (unittest.test.testmock.testmock.MockTest) PASS: test_side_effect (unittest.test.testmock.testmock.MockTest) PASS: test_side_effect_iterator (unittest.test.testmock.testmock.MockTest) PASS: test_side_effect_iterator_default (unittest.test.testmock.testmock.MockTest) PASS: test_side_effect_iterator_exceptions (unittest.test.testmock.testmock.MockTest) PASS: test_side_effect_setting_iterator (unittest.test.testmock.testmock.MockTest) PASS: test_sorted_call_signature (unittest.test.testmock.testmock.MockTest) PASS: test_spec_class (unittest.test.testmock.testmock.MockTest) PASS: test_spec_list_subclass (unittest.test.testmock.testmock.MockTest) PASS: test_subclass_with_properties (unittest.test.testmock.testmock.MockTest) PASS: test_subclassing (unittest.test.testmock.testmock.MockTest) PASS: test_wraps_attributes (unittest.test.testmock.testmock.MockTest) PASS: test_wraps_call_with_nondefault_return_value (unittest.test.testmock.testmock.MockTest) PASS: test_wraps_calls (unittest.test.testmock.testmock.MockTest) PASS: test_wraps_prevents_automatic_creation_of_mocks (unittest.test.testmock.testmock.MockTest) PASS: test_autospec (unittest.test.testmock.testpatch.PatchTest) PASS: test_autospec_classmethod (unittest.test.testmock.testpatch.PatchTest) PASS: test_autospec_function (unittest.test.testmock.testpatch.PatchTest) PASS: test_autospec_inherits (unittest.test.testmock.testpatch.PatchTest) PASS: test_autospec_keywords (unittest.test.testmock.testpatch.PatchTest) PASS: test_autospec_name (unittest.test.testmock.testpatch.PatchTest) PASS: test_autospec_staticmethod (unittest.test.testmock.testpatch.PatchTest) PASS: test_autospec_with_new (unittest.test.testmock.testpatch.PatchTest) PASS: test_autospec_with_object (unittest.test.testmock.testpatch.PatchTest) PASS: test_callable_spec_as_list (unittest.test.testmock.testpatch.PatchTest) PASS: test_create_and_specs (unittest.test.testmock.testpatch.PatchTest) PASS: test_falsey_spec (unittest.test.testmock.testpatch.PatchTest) PASS: test_get_only_proxy (unittest.test.testmock.testpatch.PatchTest) PASS: test_get_set_delete_proxy (unittest.test.testmock.testpatch.PatchTest) PASS: test_mock_calls_with_patch (unittest.test.testmock.testpatch.PatchTest) PASS: test_multiple_patchobject (unittest.test.testmock.testpatch.PatchTest) PASS: test_multiple_specs (unittest.test.testmock.testpatch.PatchTest) PASS: test_name_preserved (unittest.test.testmock.testpatch.PatchTest) PASS: test_nested_patch_failure (unittest.test.testmock.testpatch.PatchTest) PASS: test_nested_patch_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_class_decorating (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_create (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_failure (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_incompatible_with_autospec (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_incompatible_with_new (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_inherit_for_mocks (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_inherit_non_mock (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_keyword_arguments (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_patch (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_patch_object (unittest.test.testmock.testpatch.PatchTest) PASS: test_new_callable_spec (unittest.test.testmock.testpatch.PatchTest) PASS: test_not_callable_spec_as_list (unittest.test.testmock.testpatch.PatchTest) PASS: test_object_lookup_is_quite_lazy (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_builtins_without_create (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_class_acts_with_spec_is_inherited (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_class_attribute (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_class_decorator (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_descriptor (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_class_decorator (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_decorator_resolution (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_keyword_args (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_start_stop (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_test_prefix (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_with_clear (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_with_container_object (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_with_container_object_and_clear (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_dict_with_string (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_imports_lazily (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_keyword_args (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_local (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_create (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_create_mocks (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_create_mocks_different_order (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_create_mocks_patcher (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_decorating_class (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_failure (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_new_callable (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_new_callable_failure (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_no_kwargs (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_spec_set (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_stacked_decorators (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_multiple_string_subclasses (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_nested_autospec_repr (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_object_keyword_args (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_object_with_spec_as_boolean (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_propogrates_exc_on_exit (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_slots (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_spec_set (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_start_stop (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_stopall (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_test_prefix (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_with_create_mocks_non_existent_attributes (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_with_exception (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_with_spec (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_with_spec_as_boolean (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_with_spec_mock_repr (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_with_static_methods (unittest.test.testmock.testpatch.PatchTest) PASS: test_patch_wont_create_by_default (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_class_decorator (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_start_stop (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_twice (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_with_create_mocks_non_existent_attributes (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_with_default_mock (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_with_none (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_with_spec (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest) PASS: test_patchobject_wont_create_by_default (unittest.test.testmock.testpatch.PatchTest) PASS: test_single_patchobject (unittest.test.testmock.testpatch.PatchTest) PASS: test_spec_set_inherit (unittest.test.testmock.testpatch.PatchTest) PASS: test_spec_set_true (unittest.test.testmock.testpatch.PatchTest) PASS: test_special_attrs (unittest.test.testmock.testpatch.PatchTest) PASS: test_specs_false_instead_of_none (unittest.test.testmock.testpatch.PatchTest) PASS: test_stop_without_start (unittest.test.testmock.testpatch.PatchTest) PASS: test_stopall_lifo (unittest.test.testmock.testpatch.PatchTest) PASS: test_tracebacks (unittest.test.testmock.testpatch.PatchTest) PASS: test_dunder_iter_data (unittest.test.testmock.testwith.TestMockOpen) PASS: test_explicit_mock (unittest.test.testmock.testwith.TestMockOpen) PASS: test_interleaved_reads (unittest.test.testmock.testwith.TestMockOpen) PASS: test_mock_open (unittest.test.testmock.testwith.TestMockOpen) PASS: test_mock_open_context_manager (unittest.test.testmock.testwith.TestMockOpen) PASS: test_mock_open_context_manager_multiple_times (unittest.test.testmock.testwith.TestMockOpen) PASS: test_mock_open_read_with_argument (unittest.test.testmock.testwith.TestMockOpen) PASS: test_next_data (unittest.test.testmock.testwith.TestMockOpen) PASS: test_overriding_return_values (unittest.test.testmock.testwith.TestMockOpen) PASS: test_read_bytes (unittest.test.testmock.testwith.TestMockOpen) PASS: test_read_data (unittest.test.testmock.testwith.TestMockOpen) PASS: test_readline_bytes (unittest.test.testmock.testwith.TestMockOpen) PASS: test_readline_data (unittest.test.testmock.testwith.TestMockOpen) PASS: test_readlines_bytes (unittest.test.testmock.testwith.TestMockOpen) PASS: test_readlines_data (unittest.test.testmock.testwith.TestMockOpen) PASS: testContextManagerMocking (unittest.test.testmock.testwith.WithTest) PASS: test_context_manager_with_magic_mock (unittest.test.testmock.testwith.WithTest) PASS: test_dict_context_manager (unittest.test.testmock.testwith.WithTest) PASS: test_double_patch_instance_method (unittest.test.testmock.testwith.WithTest) PASS: test_patch_object_with_statement (unittest.test.testmock.testwith.WithTest) PASS: test_with_statement (unittest.test.testmock.testwith.WithTest) PASS: test_with_statement_as (unittest.test.testmock.testwith.WithTest) PASS: test_with_statement_exception (unittest.test.testmock.testwith.WithTest) PASS: test_with_statement_imbricated (unittest.test.testmock.testwith.WithTest) PASS: test_with_statement_nested (unittest.test.testmock.testwith.WithTest) PASS: test_with_statement_same_attribute (unittest.test.testmock.testwith.WithTest) PASS: test_with_statement_specified (unittest.test.testmock.testwith.WithTest) PASS: test_attribute_chain_is_maintained (unittest.test.testmock.testsealable.TestSealable) PASS: test_attributes_return_more_mocks_by_default (unittest.test.testmock.testsealable.TestSealable) PASS: test_call_chain_is_maintained (unittest.test.testmock.testsealable.TestSealable) PASS: test_call_on_defined_sealed_mock_succeeds (unittest.test.testmock.testsealable.TestSealable) PASS: test_call_on_sealed_mock_fails (unittest.test.testmock.testsealable.TestSealable) PASS: test_existing_attributes_allowed_after_seal (unittest.test.testmock.testsealable.TestSealable) PASS: test_existing_attributes_can_be_set_on_seal (unittest.test.testmock.testsealable.TestSealable) PASS: test_initialized_attributes_allowed_after_seal (unittest.test.testmock.testsealable.TestSealable) test_integration_with_spec_att_definition (unittest.test.testmock.testsealable.TestSealable) PASS: You are not restricted when using mock with spec test_integration_with_spec_method_definition (unittest.test.testmock.testsealable.TestSealable) PASS: You need to defin the methods, even if they are in the spec test_integration_with_spec_method_definition_respects_spec (unittest.test.testmock.testsealable.TestSealable) PASS: You cannot define methods out of the spec PASS: test_new_attributes_cannot_be_accessed_on_seal (unittest.test.testmock.testsealable.TestSealable) PASS: test_new_attributes_cannot_be_set_on_child_of_seal (unittest.test.testmock.testsealable.TestSealable) PASS: test_new_attributes_cannot_be_set_on_seal (unittest.test.testmock.testsealable.TestSealable) PASS: test_sealed_exception_has_attribute_name (unittest.test.testmock.testsealable.TestSealable) PASS: test_seals_dont_recurse_on_manual_attributes (unittest.test.testmock.testsealable.TestSealable) PASS: test_seals_recurse_on_added_attributes (unittest.test.testmock.testsealable.TestSealable) PASS: test_seals_recurse_on_magic_methods (unittest.test.testmock.testsealable.TestSealable) PASS: test_any (unittest.test.testmock.testhelpers.AnyTest) PASS: test_any_and_datetime (unittest.test.testmock.testhelpers.AnyTest) PASS: test_any_mock_calls_comparison_order (unittest.test.testmock.testhelpers.AnyTest) PASS: test_repr (unittest.test.testmock.testhelpers.AnyTest) PASS: test_attribute_call (unittest.test.testmock.testhelpers.CallTest) PASS: test_call (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_any (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_list (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_ne (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_non_tuples (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_with_args (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_with_args_call_empty_name (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_with_call (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_with_kwargs (unittest.test.testmock.testhelpers.CallTest) PASS: test_call_with_name (unittest.test.testmock.testhelpers.CallTest) PASS: test_empty__Call (unittest.test.testmock.testhelpers.CallTest) PASS: test_extended_call (unittest.test.testmock.testhelpers.CallTest) PASS: test_extended_not_equal (unittest.test.testmock.testhelpers.CallTest) PASS: test_named_call_with_args (unittest.test.testmock.testhelpers.CallTest) PASS: test_named_call_with_kwargs (unittest.test.testmock.testhelpers.CallTest) PASS: test_named_empty_call (unittest.test.testmock.testhelpers.CallTest) PASS: test_nested_calls_not_equal (unittest.test.testmock.testhelpers.CallTest) PASS: test_repr (unittest.test.testmock.testhelpers.CallTest) PASS: test_two_args_call (unittest.test.testmock.testhelpers.CallTest) PASS: test_attributes (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_autospec_data_descriptor (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_autospec_functions_with_self_in_odd_place (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_autospec_getattr_partial_function (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_autospec_on_bound_builtin_function (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_autospec_reset_mock (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_basic (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_builtin_functions_types (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_builtins (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_class_with_no_init (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_create_autospec_keyword_arguments (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_create_autospec_keyword_only_arguments (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_create_autospec_none (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_create_autospec_return_value (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_create_autospec_unbound_methods (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_descriptors (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_function (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_function_as_instance_attribute (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_inherit (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_magic_methods (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_method_calls (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_mocking_unbound_methods (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_recursive (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_signature_callable (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_signature_class (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_signature_noncallable (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_skip_attributeerrors (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_spec_as_list (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_spec_inheritance_for_classes (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_spec_inspect_signature (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_spec_inspect_signature_annotations (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_spec_set (unittest.test.testmock.testhelpers.SpecSignatureTest) PASS: test_args_list_contains_call_list (unittest.test.testmock.testhelpers.TestCallList) PASS: test_call_list_str (unittest.test.testmock.testhelpers.TestCallList) PASS: test_propertymock (unittest.test.testmock.testhelpers.TestCallList) PASS: test_propertymock_returnvalue (unittest.test.testmock.testhelpers.TestCallList) PASS: test_call_magic_method (unittest.test.testmock.testhelpers.TestCallablePredicate) PASS: test_classmethod (unittest.test.testmock.testhelpers.TestCallablePredicate) PASS: test_non_callable_classmethod (unittest.test.testmock.testhelpers.TestCallablePredicate) PASS: test_non_callable_staticmethod (unittest.test.testmock.testhelpers.TestCallablePredicate) PASS: test_staticmethod (unittest.test.testmock.testhelpers.TestCallablePredicate) PASS: test_type (unittest.test.testmock.testhelpers.TestCallablePredicate) PASS: test_attributes (unittest.test.testmock.testcallable.TestCallable) PASS: test_create_autospec (unittest.test.testmock.testcallable.TestCallable) PASS: test_create_autospec_instance (unittest.test.testmock.testcallable.TestCallable) PASS: test_hierarchy (unittest.test.testmock.testcallable.TestCallable) PASS: test_non_callable (unittest.test.testmock.testcallable.TestCallable) PASS: test_patch_spec (unittest.test.testmock.testcallable.TestCallable) PASS: test_patch_spec_callable_class (unittest.test.testmock.testcallable.TestCallable) PASS: test_patch_spec_instance (unittest.test.testmock.testcallable.TestCallable) PASS: test_patch_spec_set (unittest.test.testmock.testcallable.TestCallable) PASS: test_patch_spec_set_instance (unittest.test.testmock.testcallable.TestCallable) PASS: test_subclasses (unittest.test.testmock.testcallable.TestCallable) PASS: test_attributes_and_return_value (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_bound_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_changing_magic_set_in_initialization (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_comparison (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_deleting_magic_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_descriptor_from_class (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_dict_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_dir (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_division (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_divmod_and_rdivmod (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_equality (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_hash (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_iterable_as_iter_return_value (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_len_contains_iter (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_in_initialization (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_method_reset_mock (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_method_type (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_method_wrapping (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_methods_and_spec (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_methods_and_spec_set (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_methods_are_magic_mocks (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_methods_isolated_between_mocks (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magic_mock_equality (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magicmock (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magicmock_defaults (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_magicmock_del (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_matmul (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_nonzero (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_numeric (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_repr (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_setting_unsupported_magic_method (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) PASS: test_str (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods) ---------------------------------------------------------------------- Ran 789 tests in 1.572s OK (skipped=3) 0:00:02 load avg: 0.73 [ 8/416] test_doctest Trying: runner = DebugRunner(verbose=False) Expecting nothing ok Trying: test = DocTestParser().get_doctest('>>> raise KeyError\n42', {}, 'foo', 'foo.py', 0) Expecting nothing ok Trying: try: runner.run(test) except UnexpectedException as f: failure = f Expecting nothing ok Trying: failure.test is test Expecting: True ok Trying: failure.example.want Expecting: '42\n' ok Trying: exc_info = failure.exc_info Expecting nothing ok Trying: raise exc_info[1] # Already has the traceback Expecting: Traceback (most recent call last): ... KeyError ok Trying: test = DocTestParser().get_doctest(''' >>> x = 1 >>> x 2 ''', {}, 'foo', 'foo.py', 0) Expecting nothing ok Trying: try: runner.run(test) except DocTestFailure as f: failure = f Expecting nothing ok Trying: failure.test is test Expecting: True ok Trying: failure.example.want Expecting: '2\n' ok Trying: failure.got Expecting: '1\n' ok Trying: del test.globs['__builtins__'] Expecting nothing ok Trying: test.globs Expecting: {'x': 1} ok Trying: test = DocTestParser().get_doctest(''' >>> x = 2 >>> raise KeyError ''', {}, 'foo', 'foo.py', 0) Expecting nothing ok Trying: runner.run(test) Expecting: Traceback (most recent call last): ... doctest.UnexpectedException: ok Trying: del test.globs['__builtins__'] Expecting nothing ok Trying: test.globs Expecting: {'x': 2} ok Trying: test = DocTestParser().get_doctest(''' >>> x = 2 ''', {}, 'foo', 'foo.py', 0) Expecting nothing ok Trying: runner.run(test) Expecting: TestResults(failed=0, attempted=1) ok Trying: test.globs Expecting: {} ok Trying: test = DocTestParser().get_doctest('>>> raise KeyError\n42', {}, 'foo', 'foo.py', 0) Expecting nothing ok Trying: case = DocTestCase(test) Expecting nothing ok Trying: try: case.debug() except UnexpectedException as f: failure = f Expecting nothing ok Trying: failure.test is test Expecting: True ok Trying: failure.example.want Expecting: '42\n' ok Trying: exc_info = failure.exc_info Expecting nothing ok Trying: raise exc_info[1] # Already has the traceback Expecting: Traceback (most recent call last): ... KeyError ok Trying: test = DocTestParser().get_doctest(''' >>> x = 1 >>> x 2 ''', {}, 'foo', 'foo.py', 0) Expecting nothing ok Trying: case = DocTestCase(test) Expecting nothing ok Trying: try: case.debug() except DocTestFailure as f: failure = f Expecting nothing ok Trying: failure.test is test Expecting: True ok Trying: failure.example.want Expecting: '2\n' ok Trying: failure.got Expecting: '1\n' ok Trying: tests = DocTestFinder().find(_TestClass) Expecting nothing ok Trying: runner = DocTestRunner(verbose=False) Expecting nothing ok Trying: tests.sort(key = lambda test: test.name) Expecting nothing ok Trying: for test in tests: print(test.name, '->', runner.run(test)) Expecting: _TestClass -> TestResults(failed=0, attempted=2) _TestClass.__init__ -> TestResults(failed=0, attempted=2) _TestClass.get -> TestResults(failed=0, attempted=2) _TestClass.square -> TestResults(failed=0, attempted=1) ok Trying: runner.summarize(verbose=1) Expecting: 4 items passed all tests: 2 tests in _TestClass 2 tests in _TestClass.__init__ 2 tests in _TestClass.get 1 tests in _TestClass.square 7 tests in 4 items. 7 passed and 0 failed. Test passed. TestResults(failed=0, attempted=7) ok Trying: runner.tries Expecting: 7 ok Trying: runner.failures Expecting: 0 ok Trying: _TestClass(13).get() + _TestClass(-12).get() Expecting: 1 ok Trying: hex(_TestClass(13).square().get()) Expecting: '0xa9' ok Trying: t = _TestClass(123) Expecting nothing ok Trying: print(t.get()) Expecting: 123 ok Trying: x = _TestClass(-42) Expecting nothing ok Trying: print(x.get()) Expecting: -42 ok Trying: _TestClass(13).square().get() Expecting: 169 ok Trying: print('foo\n\nbar\n') Expecting: foo bar ok Trying: 4 == 4 Expecting: 1 ok Trying: 4 == 4 Expecting: True ok Trying: 4 > 4 Expecting: 0 ok Trying: 4 > 4 Expecting: False ok Trying: print(list(range(1000))) #doctest: +ELLIPSIS Expecting: [0, 1, 2, ..., 999] ok Trying: x = 1; y = 2 Expecting nothing ok Trying: x + y, x * y Expecting: (3, 2) ok Trying: print(list(range(30))) #doctest: +NORMALIZE_WHITESPACE Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29] ok Trying: _ellipsis_match('aa...aa', 'aaa') Expecting: False ok Trying: text = ''' Here are examples of simple math. Python has super accurate integer addition >>> 2 + 2 5 And very friendly error messages: >>> 1/0 To Infinity And Beyond You can use logic if you want: >>> if 0: ... blah ... blah ... Ho hum ''' Expecting nothing ok Trying: print(script_from_examples(text)) Expecting: # Here are examples of simple math. # # Python has super accurate integer addition # 2 + 2 # Expected: ## 5 # # And very friendly error messages: # 1/0 # Expected: ## To Infinity ## And ## Beyond # # You can use logic if you want: # if 0: blah blah # # Ho hum ok Trying: import doctest Expecting nothing ok Trying: old = doctest._unittest_reportflags Expecting nothing ok Trying: doctest.set_unittest_reportflags(REPORT_NDIFF | REPORT_ONLY_FIRST_FAILURE) == old Expecting: True ok Trying: doctest._unittest_reportflags == (REPORT_NDIFF | REPORT_ONLY_FIRST_FAILURE) Expecting: True ok Trying: doctest.set_unittest_reportflags(ELLIPSIS) Expecting: Traceback (most recent call last): ... ValueError: ('Only reporting flags allowed', 8) ok Trying: doctest.set_unittest_reportflags(old) == (REPORT_NDIFF | REPORT_ONLY_FIRST_FAILURE) Expecting: True ok 106 items had no tests: doctest doctest.DebugRunner.report_failure doctest.DebugRunner.report_unexpected_exception doctest.DebugRunner.run doctest.DocFileCase doctest.DocFileCase.__repr__ doctest.DocFileCase.format_failure doctest.DocFileCase.id doctest.DocFileSuite doctest.DocFileTest doctest.DocTest doctest.DocTest.__eq__ doctest.DocTest.__hash__ doctest.DocTest.__init__ doctest.DocTest.__lt__ doctest.DocTest.__repr__ doctest.DocTestCase doctest.DocTestCase.__eq__ doctest.DocTestCase.__hash__ doctest.DocTestCase.__init__ doctest.DocTestCase.__repr__ doctest.DocTestCase.format_failure doctest.DocTestCase.id doctest.DocTestCase.runTest doctest.DocTestCase.setUp doctest.DocTestCase.shortDescription doctest.DocTestCase.tearDown doctest.DocTestFailure doctest.DocTestFailure.__init__ doctest.DocTestFailure.__str__ doctest.DocTestFinder doctest.DocTestFinder.__init__ doctest.DocTestFinder._find doctest.DocTestFinder._find_lineno doctest.DocTestFinder._from_module doctest.DocTestFinder._get_test doctest.DocTestFinder.find doctest.DocTestParser doctest.DocTestParser._check_prefix doctest.DocTestParser._check_prompt_blank doctest.DocTestParser._find_options doctest.DocTestParser._min_indent doctest.DocTestParser._parse_example doctest.DocTestParser.get_doctest doctest.DocTestParser.get_examples doctest.DocTestParser.parse doctest.DocTestRunner._DocTestRunner__patched_linecache_getlines doctest.DocTestRunner._DocTestRunner__record_outcome doctest.DocTestRunner._DocTestRunner__run doctest.DocTestRunner.__init__ doctest.DocTestRunner._failure_header doctest.DocTestRunner.merge doctest.DocTestRunner.report_failure doctest.DocTestRunner.report_start doctest.DocTestRunner.report_success doctest.DocTestRunner.report_unexpected_exception doctest.DocTestRunner.run doctest.DocTestRunner.summarize doctest.DocTestSuite doctest.Example doctest.Example.__eq__ doctest.Example.__hash__ doctest.Example.__init__ doctest.OutputChecker doctest.OutputChecker._do_a_fancy_diff doctest.OutputChecker._toAscii doctest.OutputChecker.check_output doctest.OutputChecker.output_difference doctest.SkipDocTestCase doctest.SkipDocTestCase.__init__ doctest.SkipDocTestCase.setUp doctest.SkipDocTestCase.shortDescription doctest.SkipDocTestCase.test_skip doctest.TestResults doctest.TestResults.attempted doctest.TestResults.failed doctest.UnexpectedException doctest.UnexpectedException.__init__ doctest.UnexpectedException.__str__ doctest._DocTestSuite doctest._DocTestSuite._removeTestAtIndex doctest._OutputRedirectingPdb doctest._OutputRedirectingPdb.__init__ doctest._OutputRedirectingPdb.set_continue doctest._OutputRedirectingPdb.set_trace doctest._OutputRedirectingPdb.trace_dispatch doctest._SpoofOut doctest._SpoofOut.getvalue doctest._SpoofOut.truncate doctest._comment_line doctest._exception_traceback doctest._extract_future_flags doctest._indent doctest._load_testfile doctest._module_relative_path doctest._normalize_module doctest._strip_exception_details doctest._test doctest.debug doctest.debug_script doctest.debug_src doctest.register_optionflag doctest.run_docstring_examples doctest.testfile doctest.testmod doctest.testsource 15 items passed all tests: 21 tests in doctest.DebugRunner 13 tests in doctest.DocTestCase.debug 7 tests in doctest.DocTestRunner 2 tests in doctest._TestClass 2 tests in doctest._TestClass.__init__ 2 tests in doctest._TestClass.get 1 tests in doctest._TestClass.square 1 tests in doctest.__test__.blank lines 4 tests in doctest.__test__.bool-int equivalence 1 tests in doctest.__test__.ellipsis 2 tests in doctest.__test__.string 1 tests in doctest.__test__.whitespace normalization 1 tests in doctest._ellipsis_match 2 tests in doctest.script_from_examples 6 tests in doctest.set_unittest_reportflags 66 tests in 121 items. 66 passed and 0 failed. Test passed. doctest (doctest) ... 66 tests with zero failures Trying: print(1) Expecting: 1 ok Trying: sc = SampleClass(3) Expecting nothing ok Trying: for i in range(10): sc = sc.double() print(' ', sc.get(), sep='', end='') Expecting: 6 12 24 48 96 192 384 768 1536 3072 ok Trying: x = SampleClass.NestedClass(5) Expecting nothing ok Trying: y = x.square() Expecting nothing ok Trying: print(y.get()) Expecting: 25 ok Trying: print(SampleClass.NestedClass().get()) Expecting: 0 ok Trying: print(SampleClass(12).get()) Expecting: 12 ok Trying: print(SampleClass.a_classmethod(10)) Expecting: 12 ok Trying: print(SampleClass(0).a_classmethod(10)) Expecting: 12 ok Trying: print(SampleClass(22).a_property) Expecting: 22 ok Trying: print(SampleClass.a_staticmethod(10)) Expecting: 11 ok Trying: print(SampleClass(12).double().get()) Expecting: 24 ok Trying: print(SampleClass(-5).get()) Expecting: -5 ok Trying: print('1\n2\n3') Expecting: 1 2 3 ok Trying: print(SampleNewStyleClass(12).get()) Expecting: 12 ok Trying: print(SampleNewStyleClass(12).double().get()) Expecting: 24 ok Trying: print(SampleNewStyleClass(-5).get()) Expecting: -5 ok Trying: print(sample_func(22)) Expecting: 44 ok Trying: def normalize(s): return '\n'.join(s.decode().splitlines()) Expecting nothing ok Trying: from test.support import script_helper, temp_dir Expecting nothing ok Trying: with temp_dir() as tmpdir: fn = os.path.join(tmpdir, 'myfile.doc') with open(fn, 'w') as f: _ = f.write('This is a very simple test file.\n') _ = f.write(' >>> 1 + 1\n') _ = f.write(' 2\n') _ = f.write(' >>> "a"\n') _ = f.write(" 'a'\n") _ = f.write('\n') _ = f.write('And that is it.\n') rc1, out1, err1 = script_helper.assert_python_ok( '-m', 'doctest', fn) rc2, out2, err2 = script_helper.assert_python_ok( '-m', 'doctest', '-v', fn) Expecting nothing ok Trying: rc1, out1, err1 Expecting: (0, b'', b'') ok Trying: rc2, err2 Expecting: (0, b'') ok Trying: print(normalize(out2)) Expecting: Trying: 1 + 1 Expecting: 2 ok Trying: "a" Expecting: 'a' ok 1 items passed all tests: 2 tests in myfile.doc 2 tests in 1 items. 2 passed and 0 failed. Test passed. ok Trying: from test.support import script_helper, temp_dir Expecting nothing ok Trying: with temp_dir() as tmpdir: fn = os.path.join(tmpdir, 'myfile.doc') with open(fn, 'w') as f: _ = f.write('This is another simple test file.\n') _ = f.write(' >>> 1 + 1\n') _ = f.write(' 2\n') _ = f.write(' >>> "abcdef"\n') _ = f.write(" 'a...f'\n") _ = f.write(' >>> "ajkml"\n') _ = f.write(" 'a...l'\n") _ = f.write('\n') _ = f.write('And that is it.\n') fn2 = os.path.join(tmpdir, 'myfile2.py') with open(fn2, 'w') as f: _ = f.write('def test_func():\n') _ = f.write(' \"\"\"\n') _ = f.write(' This is simple python test function.\n') _ = f.write(' >>> 1 + 1\n') _ = f.write(' 2\n') _ = f.write(' >>> "abc def"\n') _ = f.write(" 'abc def'\n") _ = f.write("\n") _ = f.write(' \"\"\"\n') rc1, out1, err1 = script_helper.assert_python_failure( '-m', 'doctest', fn, fn2) rc2, out2, err2 = script_helper.assert_python_ok( '-m', 'doctest', '-o', 'ELLIPSIS', fn) rc3, out3, err3 = script_helper.assert_python_ok( '-m', 'doctest', '-o', 'ELLIPSIS', '-o', 'NORMALIZE_WHITESPACE', fn, fn2) rc4, out4, err4 = script_helper.assert_python_failure( '-m', 'doctest', '-f', fn, fn2) rc5, out5, err5 = script_helper.assert_python_ok( '-m', 'doctest', '-v', '-o', 'ELLIPSIS', '-o', 'NORMALIZE_WHITESPACE', fn, fn2) Expecting nothing ok Trying: rc1, err1 Expecting: (1, b'') ok Trying: print(normalize(out1)) # doctest: +ELLIPSIS Expecting: ********************************************************************** File "...myfile.doc", line 4, in myfile.doc Failed example: "abcdef" Expected: 'a...f' Got: 'abcdef' ********************************************************************** File "...myfile.doc", line 6, in myfile.doc Failed example: "ajkml" Expected: 'a...l' Got: 'ajkml' ********************************************************************** 1 items had failures: 2 of 3 in myfile.doc ***Test Failed*** 2 failures. ok Trying: rc2, out2, err2 Expecting: (0, b'', b'') ok Trying: rc3, out3, err3 Expecting: (0, b'', b'') ok Trying: rc4, err4 Expecting: (1, b'') ok Trying: print(normalize(out4)) # doctest: +ELLIPSIS Expecting: ********************************************************************** File "...myfile.doc", line 4, in myfile.doc Failed example: "abcdef" Expected: 'a...f' Got: 'abcdef' ********************************************************************** 1 items had failures: 1 of 2 in myfile.doc ***Test Failed*** 1 failures. ok Trying: rc5, err5 Expecting: (0, b'') ok Trying: print(normalize(out5)) Expecting: Trying: 1 + 1 Expecting: 2 ok Trying: "abcdef" Expecting: 'a...f' ok Trying: "ajkml" Expecting: 'a...l' ok 1 items passed all tests: 3 tests in myfile.doc 3 tests in 1 items. 3 passed and 0 failed. Test passed. Trying: 1 + 1 Expecting: 2 ok Trying: "abc def" Expecting: 'abc def' ok 1 items had no tests: myfile2 1 items passed all tests: 2 tests in myfile2.test_func 2 tests in 2 items. 2 passed and 0 failed. Test passed. ok Trying: rc, out, err = script_helper.assert_python_failure( '-m', 'doctest', 'nosuchfile') Expecting nothing ok Trying: rc, out Expecting: (1, b'') ok Trying: print(normalize(err)) # doctest: +ELLIPSIS Expecting: Traceback (most recent call last): ... FileNotFoundError: [Errno ...] No such file or directory: 'nosuchfile' ok Trying: rc, out, err = script_helper.assert_python_failure( '-m', 'doctest', '-o', 'nosuchoption') Expecting nothing ok Trying: rc, out Expecting: (2, b'') ok Trying: print(normalize(err)) # doctest: +ELLIPSIS Expecting: usage...invalid...nosuchoption... ok Trying: import unittest Expecting nothing ok Trying: suite = doctest.DocFileSuite('test_doctest.txt', 'test_doctest2.txt', 'test_doctest4.txt') Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: import unittest Expecting nothing ok Trying: suite = doctest.DocFileSuite('test_doctest.txt', 'test_doctest2.txt', 'test_doctest4.txt', package='test') Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: import unittest, pkgutil, test Expecting nothing ok Trying: added_loader = False Expecting nothing ok Trying: if not hasattr(test, '__loader__'): test.__loader__ = pkgutil.get_loader(test) added_loader = True Expecting nothing ok Trying: try: suite = doctest.DocFileSuite('test_doctest.txt', 'test_doctest2.txt', 'test_doctest4.txt', package='test') suite.run(unittest.TestResult()) finally: if added_loader: del test.__loader__ Expecting: ok Trying: suite = doctest.DocFileSuite('../test/test_doctest.txt') Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: import types, os.path, test.test_doctest Expecting nothing ok Trying: save_argv = sys.argv Expecting nothing ok Trying: sys.argv = [test.test_doctest.__file__] Expecting nothing ok Trying: suite = doctest.DocFileSuite('test_doctest.txt', package=types.ModuleType('__main__')) Expecting nothing ok Trying: sys.argv = save_argv Expecting nothing ok Trying: test_doctest_path = os.path.abspath(test.test_doctest.__file__) Expecting nothing ok Trying: test_pkg_path = os.path.split(test_doctest_path)[0] Expecting nothing ok Trying: test_file = os.path.join(test_pkg_path, 'test_doctest.txt') Expecting nothing ok Trying: suite = doctest.DocFileSuite(test_file, module_relative=False) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocFileSuite(test_file, module_relative=False, package='test') Expecting: Traceback (most recent call last): ValueError: Package may only be specified for module-relative paths. ok Trying: suite = doctest.DocFileSuite('test_doctest.txt', 'test_doctest2.txt', 'test_doctest4.txt', globs={'favorite_color': 'blue'}) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocFileSuite('test_doctest.txt', 'test_doctest2.txt', 'test_doctest4.txt', optionflags=doctest.DONT_ACCEPT_BLANKLINE, globs={'favorite_color': 'blue'}) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: def setUp(t): import test.test_doctest test.test_doctest.sillySetup = True Expecting nothing ok Trying: def tearDown(t): import test.test_doctest del test.test_doctest.sillySetup Expecting nothing ok Trying: suite = doctest.DocFileSuite('test_doctest.txt', 'test_doctest2.txt', 'test_doctest4.txt', setUp=setUp, tearDown=tearDown) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: import test.test_doctest Expecting nothing ok Trying: test.test_doctest.sillySetup Expecting: Traceback (most recent call last): ... AttributeError: module 'test.test_doctest' has no attribute 'sillySetup' ok Trying: def setUp(test): test.globs['favorite_color'] = 'blue' Expecting nothing ok Trying: suite = doctest.DocFileSuite('test_doctest.txt', setUp=setUp) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocFileSuite('test_doctest3.txt') Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocFileSuite('test_doctest.txt', 'test_doctest2.txt', 'test_doctest4.txt', encoding='utf-8') Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: docstring = ''' >>> print(12) 12 Non-example text. >>> print('another\\example') another example ''' Expecting nothing ok Trying: globs = {} # globals to run the test in. Expecting nothing ok Trying: parser = doctest.DocTestParser() Expecting nothing ok Trying: test = parser.get_doctest(docstring, globs, 'some_test', 'some_file', 20) Expecting nothing ok Trying: print(test) Expecting: ok Trying: len(test.examples) Expecting: 2 ok Trying: e1, e2 = test.examples Expecting nothing ok Trying: (e1.source, e1.want, e1.lineno) Expecting: ('print(12)\n', '12\n', 1) ok Trying: (e2.source, e2.want, e2.lineno) Expecting: ("print('another\\example')\n", 'another\nexample\n', 6) ok Trying: (test.name, test.filename, test.lineno) Expecting: ('some_test', 'some_file', 20) ok Trying: test.lineno + e1.lineno Expecting: 21 ok Trying: test.lineno + e2.lineno Expecting: 26 ok Trying: docstring = r''' >>> print('bad\nindentation') bad indentation ''' Expecting nothing ok Trying: parser.get_doctest(docstring, globs, 'some_test', 'filename', 0) Expecting: Traceback (most recent call last): ValueError: line 4 of the docstring for some_test has inconsistent leading whitespace: 'indentation' ok Trying: docstring = r''' >>> print(('bad indentation', ... 2)) ('bad', 'indentation') ''' Expecting nothing ok Trying: parser.get_doctest(docstring, globs, 'some_test', 'filename', 0) Expecting: Traceback (most recent call last): ValueError: line 2 of the docstring for some_test has inconsistent leading whitespace: '... 2))' ok Trying: docstring = '>>>print(1)\n1' Expecting nothing ok Trying: parser.get_doctest(docstring, globs, 'some_test', 'filename', 0) Expecting: Traceback (most recent call last): ValueError: line 1 of the docstring for some_test lacks blank after >>>: '>>>print(1)' ok Trying: docstring = '>>> if 1:\n...print(1)\n1' Expecting nothing ok Trying: parser.get_doctest(docstring, globs, 'some_test', 'filename', 0) Expecting: Traceback (most recent call last): ValueError: line 2 of the docstring for some_test lacks blank after ...: '...print(1)' ok Trying: docstring = ''' >>> print 12 12 ''' Expecting nothing ok Trying: test = parser.get_doctest(docstring, globs, 'some_test', 'some_test', 20) Expecting nothing ok Trying: same_test = parser.get_doctest(docstring, globs, 'some_test', 'some_test', 20) Expecting nothing ok Trying: test == same_test Expecting: True ok Trying: test != same_test Expecting: False ok Trying: hash(test) == hash(same_test) Expecting: True ok Trying: docstring = ''' >>> print 42 42 ''' Expecting nothing ok Trying: other_test = parser.get_doctest(docstring, globs, 'other_test', 'other_file', 10) Expecting nothing ok Trying: test == other_test Expecting: False ok Trying: test != other_test Expecting: True ok Trying: DocTestCase = doctest.DocTestCase Expecting nothing ok Trying: test_case = DocTestCase(test) Expecting nothing ok Trying: same_test_case = DocTestCase(same_test) Expecting nothing ok Trying: other_test_case = DocTestCase(other_test) Expecting nothing ok Trying: test_case == same_test_case Expecting: True ok Trying: test_case != same_test_case Expecting: False ok Trying: hash(test_case) == hash(same_test_case) Expecting: True ok Trying: test == other_test_case Expecting: False ok Trying: test != other_test_case Expecting: True ok Trying: finder = doctest.DocTestFinder() Expecting nothing ok Trying: import test.test_doctest Expecting nothing ok Trying: old = test.test_doctest.__file__ Expecting nothing ok Trying: test.test_doctest.__file__ = 'test_doctest.pyc' Expecting nothing ok Trying: tests = finder.find(sample_func) Expecting nothing ok Trying: print(tests) # doctest: +ELLIPSIS Expecting: [] ok Trying: tests[0].filename # doctest: +ELLIPSIS Expecting: '...test_doctest.py' ok Trying: test.test_doctest.__file__ = old Expecting nothing ok Trying: e = tests[0].examples[0] Expecting nothing ok Trying: (e.source, e.want, e.lineno) Expecting: ('print(sample_func(22))\n', '44\n', 3) ok Trying: def no_docstring(v): pass Expecting nothing ok Trying: finder.find(no_docstring) Expecting: [] ok Trying: def no_docstring(v): pass Expecting nothing ok Trying: excl_empty_finder = doctest.DocTestFinder(exclude_empty=True) Expecting nothing ok Trying: excl_empty_finder.find(no_docstring) Expecting: [] ok Trying: def no_examples(v): ''' no doctest examples ''' Expecting nothing ok Trying: finder.find(no_examples) # doctest: +ELLIPSIS Expecting: [] ok Trying: finder = doctest.DocTestFinder() Expecting nothing ok Trying: tests = finder.find(SampleClass) Expecting nothing ok Trying: for t in tests: print('%2s %s' % (len(t.examples), t.name)) Expecting: 3 SampleClass 3 SampleClass.NestedClass 1 SampleClass.NestedClass.__init__ 1 SampleClass.__init__ 2 SampleClass.a_classmethod 1 SampleClass.a_property 1 SampleClass.a_staticmethod 1 SampleClass.double 1 SampleClass.get ok Trying: tests = finder.find(SampleNewStyleClass) Expecting nothing ok Trying: for t in tests: print('%2s %s' % (len(t.examples), t.name)) Expecting: 1 SampleNewStyleClass 1 SampleNewStyleClass.__init__ 1 SampleNewStyleClass.double 1 SampleNewStyleClass.get ok Trying: import types Expecting nothing ok Trying: m = types.ModuleType('some_module') Expecting nothing ok Trying: def triple(val): ''' >>> print(triple(11)) 33 ''' return val*3 Expecting nothing ok Trying: m.__dict__.update({ 'sample_func': sample_func, 'SampleClass': SampleClass, '__doc__': ''' Module docstring. >>> print('module') module ''', '__test__': { 'd': '>>> print(6)\n6\n>>> print(7)\n7\n', 'c': triple}}) Expecting nothing ok Trying: finder = doctest.DocTestFinder() Expecting nothing ok Trying: import test.test_doctest Expecting nothing ok Trying: tests = finder.find(m, module=test.test_doctest) Expecting nothing ok Trying: for t in tests: print('%2s %s' % (len(t.examples), t.name)) Expecting: 1 some_module 3 some_module.SampleClass 3 some_module.SampleClass.NestedClass 1 some_module.SampleClass.NestedClass.__init__ 1 some_module.SampleClass.__init__ 2 some_module.SampleClass.a_classmethod 1 some_module.SampleClass.a_property 1 some_module.SampleClass.a_staticmethod 1 some_module.SampleClass.double 1 some_module.SampleClass.get 1 some_module.__test__.c 2 some_module.__test__.d 1 some_module.sample_func ok Trying: from test import doctest_aliases Expecting nothing ok Trying: assert doctest_aliases.TwoNames.f Expecting nothing ok Trying: assert doctest_aliases.TwoNames.g Expecting nothing ok Trying: tests = excl_empty_finder.find(doctest_aliases) Expecting nothing ok Trying: print(len(tests)) Expecting: 2 ok Trying: print(tests[0].name) Expecting: test.doctest_aliases.TwoNames ok Trying: tests[1].name.split('.')[-1] in ['f', 'g'] Expecting: True ok Trying: tests = doctest.DocTestFinder().find(SampleClass) Expecting nothing ok Trying: for t in tests: print('%2s %s' % (len(t.examples), t.name)) Expecting: 3 SampleClass 3 SampleClass.NestedClass 1 SampleClass.NestedClass.__init__ 1 SampleClass.__init__ 2 SampleClass.a_classmethod 1 SampleClass.a_property 1 SampleClass.a_staticmethod 1 SampleClass.double 1 SampleClass.get ok Trying: tests = doctest.DocTestFinder(exclude_empty=False).find(SampleClass) Expecting nothing ok Trying: for t in tests: print('%2s %s' % (len(t.examples), t.name)) Expecting: 3 SampleClass 3 SampleClass.NestedClass 1 SampleClass.NestedClass.__init__ 0 SampleClass.NestedClass.get 0 SampleClass.NestedClass.square 1 SampleClass.__init__ 2 SampleClass.a_classmethod 1 SampleClass.a_property 1 SampleClass.a_staticmethod 1 SampleClass.double 1 SampleClass.get ok Trying: tests = doctest.DocTestFinder(recurse=False).find(SampleClass) Expecting nothing ok Trying: for t in tests: print('%2s %s' % (len(t.examples), t.name)) Expecting: 3 SampleClass ok Trying: def f(x): ''' >>> x = 12 some text >>> # examples are not created for comments & bare prompts. >>> ... >>> for x in range(10): ... print(x, end=' ') 0 1 2 3 4 5 6 7 8 9 >>> x//2 6 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: [e.lineno for e in test.examples] Expecting: [1, 9, 12] ok Trying: import builtins Expecting nothing ok Trying: tests = doctest.DocTestFinder().find(builtins) Expecting nothing ok Trying: 800 < len(tests) < 820 # approximate number of objects with docstrings Expecting: True ok Trying: real_tests = [t for t in tests if len(t.examples) > 0] Expecting nothing ok Trying: len(real_tests) # objects that actually have doctests Expecting: 8 ok Trying: for t in real_tests: print('{} {}'.format(len(t.examples), t.name)) Expecting: 1 builtins.bin 3 builtins.float.as_integer_ratio 2 builtins.float.fromhex 2 builtins.float.hex 1 builtins.hex 1 builtins.int 2 builtins.int.bit_length 1 builtins.oct ok Trying: s = ''' >>> x, y = 2, 3 # no output expected >>> if 1: ... print(x) ... print(y) 2 3 Some text. >>> x+y 5 ''' Expecting nothing ok Trying: parser = doctest.DocTestParser() Expecting nothing ok Trying: for piece in parser.parse(s): if isinstance(piece, doctest.Example): print('Example:', (piece.source, piece.want, piece.lineno)) else: print(' Text:', repr(piece)) Expecting: Text: '\n' Example: ('x, y = 2, 3 # no output expected\n', '', 1) Text: '' Example: ('if 1:\n print(x)\n print(y)\n', '2\n3\n', 2) Text: '\nSome text.\n' Example: ('x+y\n', '5\n', 9) Text: '' ok Trying: for piece in parser.get_examples(s): print((piece.source, piece.want, piece.lineno)) Expecting: ('x, y = 2, 3 # no output expected\n', '', 1) ('if 1:\n print(x)\n print(y)\n', '2\n3\n', 2) ('x+y\n', '5\n', 9) ok Trying: test = parser.get_doctest(s, {}, 'name', 'filename', lineno=5) Expecting nothing ok Trying: (test.name, test.filename, test.lineno) Expecting: ('name', 'filename', 5) ok Trying: for piece in test.examples: print((piece.source, piece.want, piece.lineno)) Expecting: ('x, y = 2, 3 # no output expected\n', '', 1) ('if 1:\n print(x)\n print(y)\n', '2\n3\n', 2) ('x+y\n', '5\n', 9) ok Trying: def f(x): ''' >>> x = 12 >>> print(x) 12 >>> x//2 6 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=3) ok Trying: def f(x): ''' >>> x = 12 >>> print(x) 14 >>> x//2 6 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=True).run(test) # doctest: +ELLIPSIS Expecting: Trying: x = 12 Expecting nothing ok Trying: print(x) Expecting: 14 ********************************************************************** File ..., line 4, in f Failed example: print(x) Expected: 14 Got: 12 Trying: x//2 Expecting: 6 ok TestResults(failed=1, attempted=3) ok Trying: import sys Expecting nothing ok Trying: orig_displayhook = sys.displayhook Expecting nothing ok Trying: def my_displayhook(x): print('hi!') Expecting nothing ok Trying: sys.displayhook = my_displayhook Expecting nothing ok Trying: def f(): ''' >>> 3 3 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: r = doctest.DocTestRunner(verbose=False).run(test) Expecting nothing ok Trying: post_displayhook = sys.displayhook Expecting nothing ok Trying: sys.displayhook = orig_displayhook Expecting nothing ok Trying: r Expecting: TestResults(failed=0, attempted=1) ok Trying: post_displayhook is my_displayhook Expecting: True ok Trying: def f(x): ''' >>> x = 12 >>> print(x//0) Traceback (most recent call last): ZeroDivisionError: integer division or modulo by zero ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) ok Trying: def f(x): ''' >>> x = 12 >>> print('pre-exception output', x//0) pre-exception output Traceback (most recent call last): ZeroDivisionError: integer division or modulo by zero ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 4, in f Failed example: print('pre-exception output', x//0) Exception raised: ... ZeroDivisionError: integer division or modulo by zero TestResults(failed=1, attempted=2) ok Trying: def f(x): r''' >>> raise ValueError('multi\nline\nmessage') Traceback (most recent call last): ValueError: multi line message ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) ok Trying: def f(x): r''' >>> raise ValueError('message') Traceback (most recent call last): ValueError: wrong message ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 3, in f Failed example: raise ValueError('message') Expected: Traceback (most recent call last): ValueError: wrong message Got: Traceback (most recent call last): ... ValueError: message TestResults(failed=1, attempted=1) ok Trying: def f(x): r''' >>> raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): ValueError: wrong message ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) ok Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException('message') Traceback (most recent call last): HTTPException: message ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 4, in f Failed example: raise HTTPException('message') Expected: Traceback (most recent call last): HTTPException: message Got: Traceback (most recent call last): ... http.client.HTTPException: message TestResults(failed=1, attempted=2) ok Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException('message') Traceback (most recent call last): http.client.HTTPException: message ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) ok Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException('message') #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): HTTPException: message ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) ok Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException('message') #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): foo.bar.HTTPException: message ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) ok Trying: def f(x): r''' >>> raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): TypeError: wrong type ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 3, in f Failed example: raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL Expected: Traceback (most recent call last): TypeError: wrong type Got: Traceback (most recent call last): ... ValueError: message TestResults(failed=1, attempted=1) ok Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException() #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): foo.bar.HTTPException ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) ok Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException() #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): foo.bar.HTTPException: ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) ok Trying: def f(x): r''' >>> 1//0 0 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 3, in f Failed example: 1//0 Exception raised: Traceback (most recent call last): ... ZeroDivisionError: integer division or modulo by zero TestResults(failed=1, attempted=1) ok Trying: def f(x): r''' >>> print(list(range(10))) # should fail: no ellipsis [0, 1, ..., 9] >>> print(list(range(10))) # doctest: +ELLIPSIS [0, 1, ..., 9] ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: print(list(range(10))) # should fail: no ellipsis Expected: [0, 1, ..., 9] Got: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] TestResults(failed=1, attempted=2) ok Trying: def f(x): r''' >>> print(list(range(10))) [0, 1, ..., 9] >>> # should fail: no ellipsis >>> print(list(range(10))) # doctest: -ELLIPSIS [0, 1, ..., 9] ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=doctest.ELLIPSIS).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 6, in f Failed example: print(list(range(10))) # doctest: -ELLIPSIS Expected: [0, 1, ..., 9] Got: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] TestResults(failed=1, attempted=2) ok Trying: def f(x): r''' >>> print(list(range(10))) # Should fail: no ellipsis [0, 1, ..., 9] >>> print(list(range(10))) # doctest: +ELLIPSIS [0, 1, ..., 9] >>> print(list(range(10))) # Should fail: no ellipsis [0, 1, ..., 9] ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: print(list(range(10))) # Should fail: no ellipsis Expected: [0, 1, ..., 9] Got: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ********************************************************************** File ..., line 8, in f Failed example: print(list(range(10))) # Should fail: no ellipsis Expected: [0, 1, ..., 9] Got: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] TestResults(failed=2, attempted=3) ok Trying: def f(x): r''' >>> print(list(range(10))) # Should fail [0, 1, ..., 9] >>> print(list(range(10))) # Should succeed ... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE [0, 1, ..., 9] ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: print(list(range(10))) # Should fail Expected: [0, 1, ..., 9] Got: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] TestResults(failed=1, attempted=2) ok Trying: def f(x): r''' >>> print(list(range(10))) # Should fail [0, 1, ..., 9] >>> print(list(range(10))) # Should succeed ... # doctest: +ELLIPSIS,+NORMALIZE_WHITESPACE [0, 1, ..., 9] ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: print(list(range(10))) # Should fail Expected: [0, 1, ..., 9] Got: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] TestResults(failed=1, attempted=2) ok Trying: def f(x): r''' >>> print(list(range(10))) # Should fail [0, 1, ..., 9] >>> print(list(range(10))) # Should succeed ... # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE [0, 1, ..., 9] ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: print(list(range(10))) # Should fail Expected: [0, 1, ..., 9] Got: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] TestResults(failed=1, attempted=2) ok Trying: def f(x): r''' >>> print(list(range(10))) ... # doctest: +ELLIPSIS [0, 1, ..., 9] ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) ok Trying: def f(x): r''' >>> for x in range(10): # doctest: +ELLIPSIS ... print(' ', x, end='', sep='') 0 1 2 ... 9 >>> for x in range(10): ... print(' ', x, end='', sep='') # doctest: +ELLIPSIS 0 1 2 ... 9 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) ok Trying: def f(x): r''' Should fail (option directive not on the last line): >>> for x in range(10): # doctest: +ELLIPSIS ... print(x, end=' ') # doctest: +NORMALIZE_WHITESPACE 0 1 2...9 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) ok Trying: s = '>>> print(12) #doctest: +BADOPTION' Expecting nothing ok Trying: test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0) Expecting: Traceback (most recent call last): ValueError: line 1 of the doctest for s has an invalid option: '+BADOPTION' ok Trying: s = '>>> print(12) #doctest: ELLIPSIS' Expecting nothing ok Trying: test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0) Expecting: Traceback (most recent call last): ValueError: line 1 of the doctest for s has an invalid option: 'ELLIPSIS' ok Trying: s = '>>> # doctest: +ELLIPSIS' Expecting nothing ok Trying: test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0) Expecting: Traceback (most recent call last): ValueError: line 0 of the doctest for s has an option directive on a line with no example: '# doctest: +ELLIPSIS' ok Trying: def f(x): '>>> True\n1\n' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.DONT_ACCEPT_TRUE_FOR_1 Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: True Expected: 1 Got: True TestResults(failed=1, attempted=1) ok Trying: def f(x): '>>> print("a\\n\\nb")\na\n\nb\n' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.DONT_ACCEPT_BLANKLINE Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: print("a\n\nb") Expected: a b Got: a b TestResults(failed=1, attempted=1) ok Trying: def f(x): '>>> print(1, 2, 3)\n 1 2\n 3' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: print(1, 2, 3) Expected: 1 2 3 Got: 1 2 3 TestResults(failed=1, attempted=1) ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.NORMALIZE_WHITESPACE Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) Expecting: TestResults(failed=0, attempted=1) ok Trying: print(list(range(20))) #doctest: +NORMALIZE_WHITESPACE Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19] ok Trying: def f(x): '>>> print(list(range(15)))\n[0, 1, 2, ..., 14]\n' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: print(list(range(15))) Expected: [0, 1, 2, ..., 14] Got: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14] TestResults(failed=1, attempted=1) ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.ELLIPSIS Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) Expecting: TestResults(failed=0, attempted=1) ok Trying: if 1: for i in range(100): print(i**2, end=' ') #doctest: +ELLIPSIS print('!') Expecting: 0 1...4...9 16 ... 36 49 64 ... 9801 ! ok Trying: if 1: #doctest: +ELLIPSIS for i in range(20): print(i, end=' ') print(20) Expecting: 0 1 2 ...1...2...0 ok Trying: print(list(range(20))) # doctest:+ELLIPSIS Expecting: [0, 1, ..., 18, 19] ok Trying: print(list(range(20))) # doctest: +ELLIPSIS # doctest: +NORMALIZE_WHITESPACE Expecting: [0, 1, ..., 18, 19] ok Trying: import random Expecting nothing ok Trying: def f(x): r''' >>> print('\n'.join('abcdefg')) a B c d f g h ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 3, in f Failed example: print('\n'.join('abcdefg')) Expected: a B c d f g h Got: a b c d e f g TestResults(failed=1, attempted=1) ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.REPORT_UDIFF Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 3, in f Failed example: print('\n'.join('abcdefg')) Differences (unified diff with -expected +actual): @@ -1,7 +1,7 @@ a -B +b c d +e f g -h TestResults(failed=1, attempted=1) ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.REPORT_CDIFF Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 3, in f Failed example: print('\n'.join('abcdefg')) Differences (context diff with expected followed by actual): *************** *** 1,7 **** a ! B c d f g - h --- 1,7 ---- a ! b c d + e f g TestResults(failed=1, attempted=1) ok Trying: def f(x): r''' >>> print("a b c d e f g h i j k l m") a b c d e f g h i j k 1 m ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.REPORT_NDIFF Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 3, in f Failed example: print("a b c d e f g h i j k l m") Differences (ndiff with -expected +actual): - a b c d e f g h i j k 1 m ? ^ + a b c d e f g h i j k l m ? + ++ ^ TestResults(failed=1, attempted=1) ok Trying: def f(x): r''' >>> print(1) # first success 1 >>> print(2) # first failure 200 >>> print(3) # second failure 300 >>> print(4) # second success 4 >>> print(5) # third failure 500 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.REPORT_ONLY_FIRST_FAILURE Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 5, in f Failed example: print(2) # first failure Expected: 200 Got: 2 TestResults(failed=3, attempted=5) ok Trying: doctest.DocTestRunner(verbose=True, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: Trying: print(1) # first success Expecting: 1 ok Trying: print(2) # first failure Expecting: 200 ********************************************************************** File ..., line 5, in f Failed example: print(2) # first failure Expected: 200 Got: 2 TestResults(failed=3, attempted=5) ok Trying: flags = doctest.FAIL_FAST Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 5, in f Failed example: print(2) # first failure Expected: 200 Got: 2 TestResults(failed=1, attempted=2) ok Trying: flags = doctest.FAIL_FAST | doctest.REPORT_ONLY_FIRST_FAILURE Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 5, in f Failed example: print(2) # first failure Expected: 200 Got: 2 TestResults(failed=1, attempted=2) ok Trying: def f(x): r''' >>> print(1) # first success 1 >>> raise ValueError(2) # first failure 200 >>> print(3) # second failure 300 >>> print(4) # second success 4 >>> print(5) # third failure 500 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.REPORT_ONLY_FIRST_FAILURE Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 5, in f Failed example: raise ValueError(2) # first failure Exception raised: ... ValueError: 2 TestResults(failed=3, attempted=5) ok Trying: flags = doctest.FAIL_FAST Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 5, in f Failed example: raise ValueError(2) # first failure Exception raised: ... ValueError: 2 TestResults(failed=1, attempted=2) ok Trying: unlikely = "UNLIKELY_OPTION_NAME" Expecting nothing ok Trying: unlikely in doctest.OPTIONFLAGS_BY_NAME Expecting: False ok Trying: new_flag_value = doctest.register_optionflag(unlikely) Expecting nothing ok Trying: unlikely in doctest.OPTIONFLAGS_BY_NAME Expecting: True ok Trying: redundant_flag_value = doctest.register_optionflag(unlikely) Expecting nothing ok Trying: redundant_flag_value == new_flag_value Expecting: True ok Trying: del doctest.OPTIONFLAGS_BY_NAME[unlikely] Expecting nothing ok Trying: def f(x): ''' >>> x = 12 >>> print(x) 12 >>> x//2 6 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=True).run(test) Expecting: Trying: x = 12 Expecting nothing ok Trying: print(x) Expecting: 12 ok Trying: x//2 Expecting: 6 ok TestResults(failed=0, attempted=3) ok Trying: old_argv = sys.argv Expecting nothing ok Trying: sys.argv = ['test'] Expecting nothing ok Trying: doctest.DocTestRunner().run(test) Expecting: TestResults(failed=0, attempted=3) ok Trying: sys.argv = ['test', '-v'] Expecting nothing ok Trying: doctest.DocTestRunner().run(test) Expecting: Trying: x = 12 Expecting nothing ok Trying: print(x) Expecting: 12 ok Trying: x//2 Expecting: 6 ok TestResults(failed=0, attempted=3) ok Trying: sys.argv = old_argv Expecting nothing ok Trying: import unittest Expecting nothing ok Trying: import test.sample_doctest Expecting nothing ok Trying: suite = doctest.DocTestSuite(test.sample_doctest) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocTestSuite('test.sample_doctest') Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocTestSuite('test.sample_doctest_no_doctests') Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocTestSuite('test.sample_doctest_no_docstrings') Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = test.sample_doctest.test_suite() Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: finder = doctest.DocTestFinder() Expecting nothing ok Trying: suite = doctest.DocTestSuite('test.sample_doctest', test_finder=finder) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: finder = doctest.DocTestFinder() Expecting nothing ok Trying: suite = doctest.DocTestSuite('test.sample_doctest_no_docstrings', test_finder=finder) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocTestSuite('test.sample_doctest', globs={}) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocTestSuite('test.sample_doctest', extraglobs={'y': 1}) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocTestSuite('test.sample_doctest', optionflags=doctest.DONT_ACCEPT_BLANKLINE) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: def setUp(t): import test.test_doctest test.test_doctest.sillySetup = True Expecting nothing ok Trying: def tearDown(t): import test.test_doctest del test.test_doctest.sillySetup Expecting nothing ok Trying: suite = doctest.DocTestSuite('test.sample_doctest', setUp=setUp, tearDown=tearDown) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: import test.test_doctest Expecting nothing ok Trying: test.test_doctest.sillySetup Expecting: Traceback (most recent call last): ... AttributeError: module 'test.test_doctest' has no attribute 'sillySetup' ok Trying: def setUp(test): test.globs['y'] = 1 Expecting nothing ok Trying: suite = doctest.DocTestSuite('test.sample_doctest', setUp=setUp) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: example = doctest.Example('print(1)', '1\n') Expecting nothing ok Trying: (example.source, example.want, example.exc_msg, example.lineno, example.indent, example.options) Expecting: ('print(1)\n', '1\n', None, 0, 0, {}) ok Trying: exc_msg = 'IndexError: pop from an empty list' Expecting nothing ok Trying: example = doctest.Example('[].pop()', '', exc_msg, lineno=5, indent=4, options={doctest.ELLIPSIS: True}) Expecting nothing ok Trying: (example.source, example.want, example.exc_msg, example.lineno, example.indent, example.options) Expecting: ('[].pop()\n', '', 'IndexError: pop from an empty list\n', 5, 4, {8: True}) ok Trying: e = doctest.Example('print(1)', '1\n') Expecting nothing ok Trying: e.source, e.want Expecting: ('print(1)\n', '1\n') ok Trying: e = doctest.Example('print(1)\n', '1\n') Expecting nothing ok Trying: e.source, e.want Expecting: ('print(1)\n', '1\n') ok Trying: e = doctest.Example('print(1);\nprint(2)\n', '1\n2\n') Expecting nothing ok Trying: e.source, e.want Expecting: ('print(1);\nprint(2)\n', '1\n2\n') ok Trying: e = doctest.Example('print(1);\nprint(2)', '1\n2\n') Expecting nothing ok Trying: e.source, e.want Expecting: ('print(1);\nprint(2)\n', '1\n2\n') ok Trying: e = doctest.Example('', '') Expecting nothing ok Trying: e.source, e.want Expecting: ('\n', '') ok Trying: e = doctest.Example('print(1)', '1\n') Expecting nothing ok Trying: e.source, e.want Expecting: ('print(1)\n', '1\n') ok Trying: e = doctest.Example('print(1)', '1') Expecting nothing ok Trying: e.source, e.want Expecting: ('print(1)\n', '1\n') ok Trying: e = doctest.Example('print', '') Expecting nothing ok Trying: e.source, e.want Expecting: ('print\n', '') ok Trying: exc_msg = 'IndexError: pop from an empty list' Expecting nothing ok Trying: e = doctest.Example('[].pop()', '', exc_msg) Expecting nothing ok Trying: e.exc_msg Expecting: 'IndexError: pop from an empty list\n' ok Trying: exc_msg = 'IndexError: pop from an empty list\n' Expecting nothing ok Trying: e = doctest.Example('[].pop()', '', exc_msg) Expecting nothing ok Trying: e.exc_msg Expecting: 'IndexError: pop from an empty list\n' ok Trying: exc_msg = 'ValueError: 1\n 2' Expecting nothing ok Trying: e = doctest.Example('raise ValueError("1\n 2")', '', exc_msg) Expecting nothing ok Trying: e.exc_msg Expecting: 'ValueError: 1\n 2\n' ok Trying: exc_msg = 'ValueError: 1\n 2\n' Expecting nothing ok Trying: e = doctest.Example('raise ValueError("1\n 2")', '', exc_msg) Expecting nothing ok Trying: e.exc_msg Expecting: 'ValueError: 1\n 2\n' ok Trying: exc_msg = '' Expecting nothing ok Trying: e = doctest.Example('raise X()', '', exc_msg) Expecting nothing ok Trying: e.exc_msg Expecting: '\n' ok Trying: example = doctest.Example('print 1', '1\n') Expecting nothing ok Trying: same_example = doctest.Example('print 1', '1\n') Expecting nothing ok Trying: other_example = doctest.Example('print 42', '42\n') Expecting nothing ok Trying: example == same_example Expecting: True ok Trying: example != same_example Expecting: False ok Trying: hash(example) == hash(same_example) Expecting: True ok Trying: example == other_example Expecting: False ok Trying: example != other_example Expecting: True ok Trying: s = ''' >>> x = 12 >>> print(x) 12 ''' Expecting nothing ok Trying: real_stdin = sys.stdin Expecting nothing ok Trying: sys.stdin = _FakeInput(['next', 'print(x)', 'continue']) Expecting nothing ok Trying: try: doctest.debug_src(s) finally: sys.stdin = real_stdin Expecting: > (1)() (Pdb) next 12 --Return-- > (1)()->None (Pdb) print(x) 12 (Pdb) continue ok Trying: import tempfile, os Expecting nothing ok Trying: fn = tempfile.mktemp() Expecting nothing ok Trying: with open(fn, 'wb') as f: f.write(b'Test:\r\n\r\n >>> x = 1 + 1\r\n\r\nDone.\r\n') Expecting: 35 ok Trying: doctest.testfile(fn, module_relative=False, verbose=False) Expecting: TestResults(failed=0, attempted=1) ok Trying: os.remove(fn) Expecting nothing ok Trying: fn = tempfile.mktemp() Expecting nothing ok Trying: with open(fn, 'wb') as f: f.write(b'Test:\n\n >>> x = 1 + 1\n\nDone.\n') Expecting: 30 ok Trying: doctest.testfile(fn, module_relative=False, verbose=False) Expecting: TestResults(failed=0, attempted=1) ok Trying: os.remove(fn) Expecting nothing ok Trying: 'one other test' Expecting: 'one other test' ok Trying: def f(x): r''' >>> print('\n'.join(['a ', 'b'])) a b ''' Expecting nothing ok Trying: doc = ''' >>> x = 42 >>> raise Exception('clé') Traceback (most recent call last): Exception: clé >>> import pdb; pdb.set_trace() ''' Expecting nothing ok Trying: parser = doctest.DocTestParser() Expecting nothing ok Trying: test = parser.get_doctest(doc, {}, "foo-bar@baz", "foo-bar@baz.py", 0) Expecting nothing ok Trying: runner = doctest.DocTestRunner(verbose=False) Expecting nothing ok Trying: real_stdin = sys.stdin Expecting nothing ok Trying: sys.stdin = _FakeInput([ 'print(x)', # print data defined by the example 'continue', # stop debugging '']) Expecting nothing ok Trying: try: runner.run(test) finally: sys.stdin = real_stdin Expecting: --Return-- > (1)()->None -> import pdb; pdb.set_trace() (Pdb) print(x) 42 (Pdb) continue TestResults(failed=0, attempted=3) ok Trying: def calls_set_trace(): y=2 import pdb; pdb.set_trace() Expecting nothing ok Trying: doc = ''' >>> x=1 >>> calls_set_trace() ''' Expecting nothing ok Trying: test = parser.get_doctest(doc, globals(), "foo-bar@baz", "foo-bar@baz.py", 0) Expecting nothing ok Trying: real_stdin = sys.stdin Expecting nothing ok Trying: sys.stdin = _FakeInput([ 'print(y)', # print data defined in the function 'up', # out of function 'print(x)', # print data defined by the example 'continue', # stop debugging '']) Expecting nothing ok Trying: try: runner.run(test) finally: sys.stdin = real_stdin Expecting: --Return-- > (3)calls_set_trace()->None -> import pdb; pdb.set_trace() (Pdb) print(y) 2 (Pdb) up > (1)() -> calls_set_trace() (Pdb) print(x) 1 (Pdb) continue TestResults(failed=0, attempted=2) ok Trying: doc = ''' >>> def f(x): ... g(x*2) >>> def g(x): ... print(x+3) ... import pdb; pdb.set_trace() >>> f(3) ''' Expecting nothing ok Trying: test = parser.get_doctest(doc, globals(), "foo-bar@baz", "foo-bar@baz.py", 0) Expecting nothing ok Trying: real_stdin = sys.stdin Expecting nothing ok Trying: sys.stdin = _FakeInput([ 'list', # list source from example 2 'next', # return from g() 'list', # list source from example 1 'next', # return from f() 'list', # list source from example 3 'continue', # stop debugging '']) Expecting nothing ok Trying: try: runner.run(test) finally: sys.stdin = real_stdin # doctest: +NORMALIZE_WHITESPACE Expecting: --Return-- > (3)g()->None -> import pdb; pdb.set_trace() (Pdb) list 1 def g(x): 2 print(x+3) 3 -> import pdb; pdb.set_trace() [EOF] (Pdb) next --Return-- > (2)f()->None -> g(x*2) (Pdb) list 1 def f(x): 2 -> g(x*2) [EOF] (Pdb) next --Return-- > (1)()->None -> f(3) (Pdb) list 1 -> f(3) [EOF] (Pdb) continue ********************************************************************** File "foo-bar@baz.py", line 7, in foo-bar@baz Failed example: f(3) Expected nothing Got: 9 TestResults(failed=1, attempted=3) ok Trying: class C(object): def calls_set_trace(self): y = 1 import pdb; pdb.set_trace() self.f1() y = 2 def f1(self): x = 1 self.f2() x = 2 def f2(self): z = 1 z = 2 Expecting nothing ok Trying: calls_set_trace = C().calls_set_trace Expecting nothing ok Trying: doc = ''' >>> a = 1 >>> calls_set_trace() ''' Expecting nothing ok Trying: parser = doctest.DocTestParser() Expecting nothing ok Trying: runner = doctest.DocTestRunner(verbose=False) Expecting nothing ok Trying: test = parser.get_doctest(doc, globals(), "foo-bar@baz", "foo-bar@baz.py", 0) Expecting nothing ok Trying: real_stdin = sys.stdin Expecting nothing ok Trying: sys.stdin = _FakeInput([ 'print(y)', # print data defined in the function 'step', 'step', 'step', 'step', 'step', 'step', 'print(z)', 'up', 'print(x)', 'up', 'print(y)', 'up', 'print(foo)', 'continue', # stop debugging '']) Expecting nothing ok Trying: try: runner.run(test) finally: sys.stdin = real_stdin # doctest: +REPORT_NDIFF Expecting: > (5)calls_set_trace() -> self.f1() (Pdb) print(y) 1 (Pdb) step --Call-- > (7)f1() -> def f1(self): (Pdb) step > (8)f1() -> x = 1 (Pdb) step > (9)f1() -> self.f2() (Pdb) step --Call-- > (11)f2() -> def f2(self): (Pdb) step > (12)f2() -> z = 1 (Pdb) step > (13)f2() -> z = 2 (Pdb) print(z) 1 (Pdb) up > (9)f1() -> self.f2() (Pdb) print(x) 1 (Pdb) up > (5)calls_set_trace() -> self.f1() (Pdb) print(y) 1 (Pdb) up > (1)() -> calls_set_trace() (Pdb) print(foo) *** NameError: name 'foo' is not defined (Pdb) continue TestResults(failed=0, attempted=2) ok Trying: save_argv = sys.argv Expecting nothing ok Trying: if '-v' in sys.argv: sys.argv = [arg for arg in save_argv if arg != '-v'] Expecting nothing ok Trying: doctest.testfile('test_doctest.txt') # doctest: +ELLIPSIS Expecting: ********************************************************************** File "...", line 6, in test_doctest.txt Failed example: favorite_color Exception raised: ... NameError: name 'favorite_color' is not defined ********************************************************************** 1 items had failures: 1 of 2 in test_doctest.txt ***Test Failed*** 1 failures. TestResults(failed=1, attempted=2) ok Trying: doctest.master = None # Reset master. Expecting nothing ok Trying: globs = {'favorite_color': 'blue'} Expecting nothing ok Trying: doctest.testfile('test_doctest.txt', globs=globs) Expecting: TestResults(failed=0, attempted=2) ok Trying: doctest.master = None # Reset master. Expecting nothing ok Trying: extraglobs = {'favorite_color': 'red'} Expecting nothing ok Trying: doctest.testfile('test_doctest.txt', globs=globs, extraglobs=extraglobs) # doctest: +ELLIPSIS Expecting: ********************************************************************** File "...", line 6, in test_doctest.txt Failed example: favorite_color Expected: 'blue' Got: 'red' ********************************************************************** 1 items had failures: 1 of 2 in test_doctest.txt ***Test Failed*** 1 failures. TestResults(failed=1, attempted=2) ok Trying: doctest.master = None # Reset master. Expecting nothing ok Trying: doctest.testfile('test_doctest.txt', globs=globs, module_relative='test') Expecting: TestResults(failed=0, attempted=2) ok Trying: doctest.master = None # Reset master. Expecting nothing ok Trying: doctest.testfile('test_doctest.txt', globs=globs, verbose=True) Expecting: Trying: favorite_color Expecting: 'blue' ok Trying: if 1: print('a') print() print('b') Expecting: a b ok 1 items passed all tests: 2 tests in test_doctest.txt 2 tests in 1 items. 2 passed and 0 failed. Test passed. TestResults(failed=0, attempted=2) ok Trying: doctest.master = None # Reset master. Expecting nothing ok Trying: doctest.testfile('test_doctest.txt', name='newname') # doctest: +ELLIPSIS Expecting: ********************************************************************** File "...", line 6, in newname ... TestResults(failed=1, attempted=2) ok Trying: doctest.master = None # Reset master. Expecting nothing ok Trying: doctest.testfile('test_doctest.txt', report=False) # doctest: +ELLIPSIS Expecting: ********************************************************************** File "...", line 6, in test_doctest.txt Failed example: favorite_color Exception raised: ... NameError: name 'favorite_color' is not defined TestResults(failed=1, attempted=2) ok Trying: doctest.master = None # Reset master. Expecting nothing ok Trying: doctest.testfile('test_doctest.txt', raise_on_error=True) # doctest: +ELLIPSIS Expecting: Traceback (most recent call last): doctest.UnexpectedException: ... ok Trying: doctest.master = None # Reset master. Expecting nothing ok Trying: doctest.testfile('test_doctest4.txt', encoding='latin-1') # doctest: +ELLIPSIS Expecting: ********************************************************************** File "...", line 7, in test_doctest4.txt Failed example: '...' Expected: 'f\xf6\xf6' Got: 'f\xc3\xb6\xc3\xb6' ********************************************************************** ... ********************************************************************** 1 items had failures: 2 of 2 in test_doctest4.txt ***Test Failed*** 2 failures. TestResults(failed=2, attempted=2) ok Trying: doctest.master = None # Reset master. Expecting nothing ok Trying: doctest.testfile('test_doctest4.txt', encoding='utf-8') Expecting: TestResults(failed=0, attempted=2) ok Trying: doctest.master = None # Reset master. Expecting nothing ok Trying: doctest.testfile('test_doctest4.txt', encoding='utf-8', verbose=True) Expecting: Trying: 'föö' Expecting: 'f\xf6\xf6' ok Trying: 'bąr' Expecting: 'b\u0105r' ok 1 items passed all tests: 2 tests in test_doctest4.txt 2 tests in 1 items. 2 passed and 0 failed. Test passed. TestResults(failed=0, attempted=2) ok Trying: doctest.master = None # Reset master. Expecting nothing ok Trying: sys.argv = save_argv Expecting nothing ok Trying: import unicodedata Expecting nothing ok Trying: doctest.testmod(unicodedata, verbose=False) Expecting: TestResults(failed=0, attempted=0) ok Trying: import test.test_doctest Expecting nothing ok Trying: name = 'test.test_doctest.sample_func' Expecting nothing ok Trying: print(doctest.testsource(test.test_doctest, name)) Expecting: # Blah blah # print(sample_func(22)) # Expected: ## 44 # # Yee ha! ok Trying: name = 'test.test_doctest.SampleNewStyleClass' Expecting nothing ok Trying: print(doctest.testsource(test.test_doctest, name)) Expecting: print('1\n2\n3') # Expected: ## 1 ## 2 ## 3 ok Trying: name = 'test.test_doctest.SampleClass.a_classmethod' Expecting nothing ok Trying: print(doctest.testsource(test.test_doctest, name)) Expecting: print(SampleClass.a_classmethod(10)) # Expected: ## 12 print(SampleClass(0).a_classmethod(10)) # Expected: ## 12 ok Trying: x, y = 'foo', '' Expecting nothing ok Trying: print(x, y) Expecting: foo ok Trying: doc = ''' >>> raise Exception('clé') ''' Expecting nothing ok Trying: parser = doctest.DocTestParser() Expecting nothing ok Trying: test = parser.get_doctest(doc, {}, "foo-bär@baz", "foo-bär@baz.py", 0) Expecting nothing ok Trying: test Expecting: ok Trying: runner = doctest.DocTestRunner(verbose=False) Expecting nothing ok Trying: runner.run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File "foo-bär@baz.py", line 2, in foo-bär@baz Failed example: raise Exception('clé') Exception raised: Traceback (most recent call last): File ... compileflags, 1), test.globs) File "", line 1, in raise Exception('clé') Exception: clé TestResults(failed=1, attempted=1) ok Trying: suite = doctest.DocFileSuite('test_doctest.txt', optionflags=doctest.DONT_ACCEPT_BLANKLINE) Expecting nothing ok Trying: import unittest Expecting nothing ok Trying: result = suite.run(unittest.TestResult()) Expecting nothing ok Trying: print(result.failures[0][1]) # doctest: +ELLIPSIS Expecting: Traceback ... Failed example: favorite_color ... Failed example: if 1: ... ok Trying: old = doctest.set_unittest_reportflags( doctest.REPORT_ONLY_FIRST_FAILURE) Expecting nothing ok Trying: result = suite.run(unittest.TestResult()) Expecting nothing ok Trying: print(result.failures[0][1]) # doctest: +ELLIPSIS Expecting: Traceback ... Failed example: favorite_color Exception raised: ... NameError: name 'favorite_color' is not defined ok Trying: suite = doctest.DocFileSuite('test_doctest.txt', optionflags=doctest.DONT_ACCEPT_BLANKLINE | doctest.REPORT_NDIFF) Expecting nothing ok Trying: result = suite.run(unittest.TestResult()) Expecting nothing ok Trying: print(result.failures[0][1]) # doctest: +ELLIPSIS Expecting: Traceback ... Failed example: favorite_color ... Failed example: if 1: print('a') print() print('b') Differences (ndiff with -expected +actual): a - + b ok Trying: ignored = doctest.set_unittest_reportflags(old) Expecting nothing ok 15 items had no tests: test.test_doctest test.test_doctest.SampleClass.NestedClass.get test.test_doctest.SampleClass.NestedClass.square test.test_doctest.TestDocTestFinder test.test_doctest.TestDocTestFinder.test_empty_namespace_package test.test_doctest.Wrapper test.test_doctest.Wrapper.__call__ test.test_doctest.Wrapper.__init__ test.test_doctest._FakeInput test.test_doctest._FakeInput.__init__ test.test_doctest._FakeInput.readline test.test_doctest.test_DocTestFinder test.test_doctest.test_DocTestRunner test.test_doctest.test_coverage test.test_doctest.test_main 40 items passed all tests: 3 tests in test.test_doctest.SampleClass 3 tests in test.test_doctest.SampleClass.NestedClass 1 tests in test.test_doctest.SampleClass.NestedClass.__init__ 1 tests in test.test_doctest.SampleClass.__init__ 2 tests in test.test_doctest.SampleClass.a_classmethod 1 tests in test.test_doctest.SampleClass.a_property 1 tests in test.test_doctest.SampleClass.a_staticmethod 1 tests in test.test_doctest.SampleClass.double 1 tests in test.test_doctest.SampleClass.get 1 tests in test.test_doctest.SampleNewStyleClass 1 tests in test.test_doctest.SampleNewStyleClass.__init__ 1 tests in test.test_doctest.SampleNewStyleClass.double 1 tests in test.test_doctest.SampleNewStyleClass.get 1 tests in test.test_doctest.sample_func 22 tests in test.test_doctest.test_CLI 40 tests in test.test_doctest.test_DocFileSuite 39 tests in test.test_doctest.test_DocTest 46 tests in test.test_doctest.test_DocTestFinder.basics 6 tests in test.test_doctest.test_DocTestFinder.non_Python_modules 7 tests in test.test_doctest.test_DocTestParser 6 tests in test.test_doctest.test_DocTestRunner.basics 11 tests in test.test_doctest.test_DocTestRunner.displayhook 39 tests in test.test_doctest.test_DocTestRunner.exceptions 33 tests in test.test_doctest.test_DocTestRunner.option_directives 65 tests in test.test_doctest.test_DocTestRunner.optionflags 9 tests in test.test_doctest.test_DocTestRunner.verbose_flag 33 tests in test.test_doctest.test_DocTestSuite 44 tests in test.test_doctest.test_Example 4 tests in test.test_doctest.test_debug 9 tests in test.test_doctest.test_lineendings 1 tests in test.test_doctest.test_look_in_unwrapped 1 tests in test.test_doctest.test_no_trailing_whitespace_stripping 18 tests in test.test_doctest.test_pdb_set_trace 9 tests in test.test_doctest.test_pdb_set_trace_nested 27 tests in test.test_doctest.test_testfile 2 tests in test.test_doctest.test_testmod 7 tests in test.test_doctest.test_testsource 2 tests in test.test_doctest.test_trailing_space_in_test 6 tests in test.test_doctest.test_unicode 11 tests in test.test_doctest.test_unittest_reportflags 516 tests in 55 items. 516 passed and 0 failed. Test passed. doctest (test.test_doctest) ... 516 tests with zero failures PASS: test_empty_namespace_package (test.test_doctest.TestDocTestFinder) ---------------------------------------------------------------------- Ran 1 test in 0.005s OK 0:00:03 load avg: 0.73 [ 9/416] test_doctest2 Trying: print('yup') # 1 Expecting: yup ok Trying: print(C()) # 2 Expecting: 42 ok Trying: print("In D!") # 5 Expecting: In D! ok Trying: print(3) # 6 Expecting: 3 ok Trying: print(C()) # 3 Expecting: 42 ok Trying: print(C()) # 4 Expecting: 42 ok Trying: print(C.clsm(22)) # 18 Expecting: 22 ok Trying: print(C().clsm(23)) # 19 Expecting: 23 ok Trying: c = C() # 7 Expecting nothing ok Trying: c.x = 12 # 8 Expecting nothing ok Trying: print(c.x) # 9 Expecting: -12 ok Trying: c = C() # 10 Expecting nothing ok Trying: c.x = 12 # 11 Expecting nothing ok Trying: print(c.x) # 12 Expecting: -12 ok Trying: print(C.statm()) # 16 Expecting: 666 ok Trying: print(C().statm()) # 17 Expecting: 666 ok Trying: c = C() # 13 Expecting nothing ok Trying: c.x = 12 # 14 Expecting nothing ok Trying: print(c.x) # 15 Expecting: -12 ok 1 items had no tests: test.test_doctest2.test_main 11 items passed all tests: 1 tests in test.test_doctest2 1 tests in test.test_doctest2.C 1 tests in test.test_doctest2.C.D 1 tests in test.test_doctest2.C.D.nested 1 tests in test.test_doctest2.C.__init__ 1 tests in test.test_doctest2.C.__str__ 2 tests in test.test_doctest2.C.clsm 3 tests in test.test_doctest2.C.getx 3 tests in test.test_doctest2.C.setx 2 tests in test.test_doctest2.C.statm 3 tests in test.test_doctest2.C.x 19 tests in 12 items. 19 passed and 0 failed. Test passed. doctest (test.test_doctest2) ... 19 tests with zero failures 0:00:03 load avg: 0.73 [ 10/416] test_support PASS: test_CleanImport (test.test_support.TestSupport) PASS: test_DirsOnSysPath (test.test_support.TestSupport) PASS: test_HOST (test.test_support.TestSupport) PASS: test_args_from_interpreter_flags (test.test_support.TestSupport) PASS: test_bind_port (test.test_support.TestSupport) PASS: test_captured_stderr (test.test_support.TestSupport) PASS: test_captured_stdin (test.test_support.TestSupport) PASS: test_captured_stdout (test.test_support.TestSupport) PASS: test_change_cwd (test.test_support.TestSupport) test_change_cwd__chdir_warning (test.test_support.TestSupport) PASS: Check the warning message when os.chdir() fails. test_change_cwd__non_existent_dir (test.test_support.TestSupport) PASS: Test passing a non-existent directory. test_change_cwd__non_existent_dir__quiet_true (test.test_support.TestSupport) PASS: Test passing a non-existent directory with quiet=True. PASS: test_check__all__ (test.test_support.TestSupport) PASS: test_check_syntax_error (test.test_support.TestSupport) PASS: test_detect_api_mismatch (test.test_support.TestSupport) PASS: test_detect_api_mismatch__ignore (test.test_support.TestSupport) PASS: test_fd_count (test.test_support.TestSupport) PASS: test_find_unused_port (test.test_support.TestSupport) PASS: test_forget (test.test_support.TestSupport) PASS: test_gc_collect (test.test_support.TestSupport) PASS: test_get_attribute (test.test_support.TestSupport) SKIP: test_get_original_stdout (test.test_support.TestSupport) 'failing buildbots' PASS: test_import_fresh_module (test.test_support.TestSupport) PASS: test_import_module (test.test_support.TestSupport) PASS: test_make_bad_fd (test.test_support.TestSupport) PASS: test_match_test (test.test_support.TestSupport) PASS: test_optim_args_from_interpreter_flags (test.test_support.TestSupport) PASS: test_python_is_optimized (test.test_support.TestSupport) PASS: test_reap_children (test.test_support.TestSupport) PASS: test_rmtree (test.test_support.TestSupport) PASS: test_sortdict (test.test_support.TestSupport) PASS: test_swap_attr (test.test_support.TestSupport) PASS: test_swap_item (test.test_support.TestSupport) PASS: test_temp_cwd (test.test_support.TestSupport) test_temp_cwd__name_none (test.test_support.TestSupport) PASS: Test passing None to temp_cwd(). test_temp_dir (test.test_support.TestSupport) PASS: Test that temp_dir() creates and destroys its directory. test_temp_dir__existing_dir__quiet_default (test.test_support.TestSupport) PASS: Test passing a directory that already exists. test_temp_dir__existing_dir__quiet_true (test.test_support.TestSupport) PASS: Test passing a directory that already exists with quiet=True. test_temp_dir__forked_child (test.test_support.TestSupport) PASS: Test that a forked child process does not remove the directory. test_temp_dir__path_none (test.test_support.TestSupport) PASS: Test passing no path. PASS: test_unlink (test.test_support.TestSupport) PASS: test_unload (test.test_support.TestSupport) ---------------------------------------------------------------------- Ran 42 tests in 2.840s OK (skipped=1) 0:00:06 load avg: 0.75 [ 11/416] test___all__ test_all (test.test___all__.AllTest) ... __phello__.foo _bootlocale _collections_abc _compat_pickle _compression _dummy_thread _markupbase _osx_support _py_abc _pydecimal _pyio _sitebuiltins _strptime _sysconfigdata_m_linux_x86_64-linux-gnu _threading_local _weakrefset abc aifc antigravity argparse ast asynchat asyncio asyncio.base_events asyncio.base_futures asyncio.base_subprocess asyncio.base_tasks asyncio.constants asyncio.coroutines asyncio.events asyncio.format_helpers asyncio.futures asyncio.locks asyncio.log asyncio.proactor_events asyncio.protocols asyncio.queues asyncio.runners asyncio.selector_events asyncio.sslproto asyncio.streams asyncio.subprocess asyncio.tasks asyncio.transports asyncio.unix_events asyncio.windows_events asyncio.windows_utils asyncore base64 bdb binhex bisect bz2 cProfile calendar cgi cgitb chunk cmd code codecs codeop collections collections.abc colorsys compileall concurrent concurrent.futures concurrent.futures._base concurrent.futures.process concurrent.futures.thread configparser contextlib contextvars copy copyreg crypt csv ctypes ctypes._aix ctypes._endian ctypes.macholib ctypes.macholib.dyld ctypes.macholib.dylib ctypes.macholib.framework ctypes.test ctypes.test.__main__ ctypes.test.test_anon ctypes.test.test_array_in_pointer ctypes.test.test_arrays ctypes.test.test_as_parameter ctypes.test.test_bitfields ctypes.test.test_buffers ctypes.test.test_bytes ctypes.test.test_byteswap ctypes.test.test_callbacks ctypes.test.test_cast ctypes.test.test_cfuncs ctypes.test.test_checkretval ctypes.test.test_delattr ctypes.test.test_errno ctypes.test.test_find ctypes.test.test_frombuffer ctypes.test.test_funcptr ctypes.test.test_functions ctypes.test.test_incomplete ctypes.test.test_init ctypes.test.test_internals ctypes.test.test_keeprefs ctypes.test.test_libc ctypes.test.test_loading ctypes.test.test_macholib ctypes.test.test_memfunctions ctypes.test.test_numbers ctypes.test.test_objects ctypes.test.test_parameters ctypes.test.test_pep3118 ctypes.test.test_pickling ctypes.test.test_pointers ctypes.test.test_prototypes ctypes.test.test_python_api ctypes.test.test_random_things ctypes.test.test_refcounts ctypes.test.test_repr ctypes.test.test_returnfuncptrs ctypes.test.test_simplesubclasses ctypes.test.test_sizes ctypes.test.test_slicing ctypes.test.test_stringptr ctypes.test.test_strings ctypes.test.test_struct_fields ctypes.test.test_structures ctypes.test.test_unaligned_structures ctypes.test.test_unicode ctypes.test.test_values ctypes.test.test_varsize_struct ctypes.test.test_win32 ctypes.test.test_wintypes ctypes.util ctypes.wintypes curses curses.ascii curses.has_key curses.panel curses.textpad dataclasses datetime dbm dbm.dumb dbm.gnu dbm.ndbm decimal difflib dis distutils distutils._msvccompiler distutils.archive_util distutils.bcppcompiler distutils.ccompiler distutils.cmd distutils.command distutils.command.bdist distutils.command.bdist_dumb distutils.command.bdist_msi distutils.command.bdist_rpm distutils.command.bdist_wininst distutils.command.build distutils.command.build_clib distutils.command.build_ext distutils.command.build_py distutils.command.build_scripts distutils.command.check distutils.command.clean distutils.command.config distutils.command.install distutils.command.install_data distutils.command.install_egg_info distutils.command.install_headers distutils.command.install_lib distutils.command.install_scripts distutils.command.register distutils.command.sdist distutils.command.upload distutils.config distutils.core distutils.cygwinccompiler distutils.debug distutils.dep_util distutils.dir_util distutils.dist distutils.errors distutils.extension distutils.fancy_getopt distutils.file_util distutils.filelist distutils.log distutils.msvc9compiler distutils.msvccompiler distutils.spawn distutils.sysconfig distutils.tests distutils.tests.support distutils.tests.test_archive_util distutils.tests.test_bdist distutils.tests.test_bdist_dumb distutils.tests.test_bdist_msi distutils.tests.test_bdist_rpm distutils.tests.test_bdist_wininst distutils.tests.test_build distutils.tests.test_build_clib distutils.tests.test_build_ext distutils.tests.test_build_py distutils.tests.test_build_scripts distutils.tests.test_check distutils.tests.test_clean distutils.tests.test_cmd distutils.tests.test_config distutils.tests.test_config_cmd distutils.tests.test_core distutils.tests.test_cygwinccompiler distutils.tests.test_dep_util distutils.tests.test_dir_util distutils.tests.test_dist distutils.tests.test_extension distutils.tests.test_file_util distutils.tests.test_filelist distutils.tests.test_install distutils.tests.test_install_data distutils.tests.test_install_headers distutils.tests.test_install_lib distutils.tests.test_install_scripts distutils.tests.test_log distutils.tests.test_msvc9compiler distutils.tests.test_msvccompiler distutils.tests.test_register distutils.tests.test_sdist distutils.tests.test_spawn distutils.tests.test_sysconfig distutils.tests.test_text_file distutils.tests.test_unixccompiler distutils.tests.test_upload distutils.tests.test_util distutils.tests.test_version distutils.tests.test_versionpredicate distutils.text_file distutils.unixccompiler distutils.util distutils.version distutils.versionpredicate doctest dummy_threading email email._encoded_words email._header_value_parser email._parseaddr email._policybase email.base64mime email.charset email.contentmanager email.encoders email.errors email.feedparser email.generator email.header email.headerregistry email.iterators email.message email.mime email.mime.application email.mime.audio email.mime.base email.mime.image email.mime.message email.mime.multipart email.mime.nonmultipart email.mime.text email.parser email.policy email.quoprimime email.utils encodings encodings.aliases encodings.ascii encodings.base64_codec encodings.big5 encodings.big5hkscs encodings.bz2_codec encodings.charmap encodings.cp037 encodings.cp1006 encodings.cp1026 encodings.cp1125 encodings.cp1140 encodings.cp1250 encodings.cp1251 encodings.cp1252 encodings.cp1253 encodings.cp1254 encodings.cp1255 encodings.cp1256 encodings.cp1257 encodings.cp1258 encodings.cp273 encodings.cp424 encodings.cp437 encodings.cp500 encodings.cp65001 encodings.cp720 encodings.cp737 encodings.cp775 encodings.cp850 encodings.cp852 encodings.cp855 encodings.cp856 encodings.cp857 encodings.cp858 encodings.cp860 encodings.cp861 encodings.cp862 encodings.cp863 encodings.cp864 encodings.cp865 encodings.cp866 encodings.cp869 encodings.cp874 encodings.cp875 encodings.cp932 encodings.cp949 encodings.cp950 encodings.euc_jis_2004 encodings.euc_jisx0213 encodings.euc_jp encodings.euc_kr encodings.gb18030 encodings.gb2312 encodings.gbk encodings.hex_codec encodings.hp_roman8 encodings.hz encodings.idna encodings.iso2022_jp encodings.iso2022_jp_1 encodings.iso2022_jp_2 encodings.iso2022_jp_2004 encodings.iso2022_jp_3 encodings.iso2022_jp_ext encodings.iso2022_kr encodings.iso8859_1 encodings.iso8859_10 encodings.iso8859_11 encodings.iso8859_13 encodings.iso8859_14 encodings.iso8859_15 encodings.iso8859_16 encodings.iso8859_2 encodings.iso8859_3 encodings.iso8859_4 encodings.iso8859_5 encodings.iso8859_6 encodings.iso8859_7 encodings.iso8859_8 encodings.iso8859_9 encodings.johab encodings.koi8_r encodings.koi8_t encodings.koi8_u encodings.kz1048 encodings.latin_1 encodings.mac_arabic encodings.mac_centeuro encodings.mac_croatian encodings.mac_cyrillic encodings.mac_farsi encodings.mac_greek encodings.mac_iceland encodings.mac_latin2 encodings.mac_roman encodings.mac_romanian encodings.mac_turkish encodings.mbcs encodings.oem encodings.palmos encodings.ptcp154 encodings.punycode encodings.quopri_codec encodings.raw_unicode_escape encodings.rot_13 encodings.shift_jis encodings.shift_jis_2004 encodings.shift_jisx0213 encodings.tis_620 encodings.undefined encodings.unicode_escape encodings.unicode_internal encodings.utf_16 encodings.utf_16_be encodings.utf_16_le encodings.utf_32 encodings.utf_32_be encodings.utf_32_le encodings.utf_7 encodings.utf_8 encodings.utf_8_sig encodings.uu_codec encodings.zlib_codec ensurepip ensurepip.__main__ ensurepip._uninstall enum filecmp fileinput fnmatch formatter fractions ftplib functools genericpath getopt getpass gettext glob gzip hashlib heapq hmac html html.entities html.parser http http.client http.cookiejar http.cookies http.server idlelib idlelib.__main__ idlelib.autocomplete idlelib.autocomplete_w idlelib.autoexpand idlelib.browser idlelib.calltip idlelib.calltip_w idlelib.codecontext idlelib.colorizer idlelib.config idlelib.config_key idlelib.configdialog idlelib.debugger idlelib.debugger_r idlelib.debugobj idlelib.debugobj_r idlelib.delegator idlelib.dynoption idlelib.editor idlelib.filelist idlelib.grep idlelib.help idlelib.help_about idlelib.history idlelib.hyperparser idlelib.idle idlelib.idle_test idlelib.idle_test.htest idlelib.idle_test.mock_idle idlelib.idle_test.mock_tk idlelib.idle_test.template idlelib.idle_test.test_autocomplete idlelib.idle_test.test_autocomplete_w idlelib.idle_test.test_autoexpand idlelib.idle_test.test_browser idlelib.idle_test.test_calltip idlelib.idle_test.test_calltip_w idlelib.idle_test.test_codecontext idlelib.idle_test.test_colorizer idlelib.idle_test.test_config idlelib.idle_test.test_config_key idlelib.idle_test.test_configdialog idlelib.idle_test.test_debugger idlelib.idle_test.test_debugger_r idlelib.idle_test.test_debugobj idlelib.idle_test.test_debugobj_r idlelib.idle_test.test_delegator idlelib.idle_test.test_editmenu idlelib.idle_test.test_editor idlelib.idle_test.test_filelist idlelib.idle_test.test_grep idlelib.idle_test.test_help idlelib.idle_test.test_help_about idlelib.idle_test.test_history idlelib.idle_test.test_hyperparser idlelib.idle_test.test_iomenu idlelib.idle_test.test_macosx idlelib.idle_test.test_mainmenu idlelib.idle_test.test_multicall idlelib.idle_test.test_outwin idlelib.idle_test.test_paragraph idlelib.idle_test.test_parenmatch idlelib.idle_test.test_pathbrowser idlelib.idle_test.test_percolator idlelib.idle_test.test_pyparse idlelib.idle_test.test_pyshell idlelib.idle_test.test_query idlelib.idle_test.test_redirector idlelib.idle_test.test_replace idlelib.idle_test.test_rpc idlelib.idle_test.test_rstrip idlelib.idle_test.test_run idlelib.idle_test.test_runscript idlelib.idle_test.test_scrolledlist idlelib.idle_test.test_search idlelib.idle_test.test_searchbase idlelib.idle_test.test_searchengine idlelib.idle_test.test_squeezer idlelib.idle_test.test_stackviewer idlelib.idle_test.test_statusbar idlelib.idle_test.test_text idlelib.idle_test.test_textview idlelib.idle_test.test_tooltip idlelib.idle_test.test_tree idlelib.idle_test.test_undo idlelib.idle_test.test_warning idlelib.idle_test.test_window idlelib.idle_test.test_zoomheight idlelib.iomenu idlelib.macosx idlelib.mainmenu idlelib.multicall idlelib.outwin idlelib.paragraph idlelib.parenmatch idlelib.pathbrowser idlelib.percolator idlelib.pyparse idlelib.pyshell idlelib.query idlelib.redirector idlelib.replace idlelib.rpc idlelib.rstrip idlelib.run idlelib.runscript idlelib.scrolledlist idlelib.search idlelib.searchbase idlelib.searchengine idlelib.squeezer idlelib.stackviewer idlelib.statusbar idlelib.textview idlelib.tooltip idlelib.tree idlelib.undo idlelib.window idlelib.zoomheight idlelib.zzdummy imaplib imghdr imp importlib importlib._bootstrap importlib._bootstrap_external importlib.abc importlib.machinery importlib.resources importlib.util inspect io ipaddress json json.decoder json.encoder json.scanner json.tool keyword lib2to3 lib2to3.__main__ lib2to3.btm_matcher lib2to3.btm_utils lib2to3.fixer_base lib2to3.fixer_util lib2to3.fixes lib2to3.fixes.fix_apply lib2to3.fixes.fix_asserts lib2to3.fixes.fix_basestring lib2to3.fixes.fix_buffer lib2to3.fixes.fix_dict lib2to3.fixes.fix_except lib2to3.fixes.fix_exec lib2to3.fixes.fix_execfile lib2to3.fixes.fix_exitfunc lib2to3.fixes.fix_filter lib2to3.fixes.fix_funcattrs lib2to3.fixes.fix_future lib2to3.fixes.fix_getcwdu lib2to3.fixes.fix_has_key lib2to3.fixes.fix_idioms lib2to3.fixes.fix_import lib2to3.fixes.fix_imports lib2to3.fixes.fix_imports2 lib2to3.fixes.fix_input lib2to3.fixes.fix_intern lib2to3.fixes.fix_isinstance lib2to3.fixes.fix_itertools lib2to3.fixes.fix_itertools_imports lib2to3.fixes.fix_long lib2to3.fixes.fix_map lib2to3.fixes.fix_metaclass lib2to3.fixes.fix_methodattrs lib2to3.fixes.fix_ne lib2to3.fixes.fix_next lib2to3.fixes.fix_nonzero lib2to3.fixes.fix_numliterals lib2to3.fixes.fix_operator lib2to3.fixes.fix_paren lib2to3.fixes.fix_print lib2to3.fixes.fix_raise lib2to3.fixes.fix_raw_input lib2to3.fixes.fix_reduce lib2to3.fixes.fix_reload lib2to3.fixes.fix_renames lib2to3.fixes.fix_repr lib2to3.fixes.fix_set_literal lib2to3.fixes.fix_standarderror lib2to3.fixes.fix_sys_exc lib2to3.fixes.fix_throw lib2to3.fixes.fix_tuple_params lib2to3.fixes.fix_types lib2to3.fixes.fix_unicode lib2to3.fixes.fix_urllib lib2to3.fixes.fix_ws_comma lib2to3.fixes.fix_xrange lib2to3.fixes.fix_xreadlines lib2to3.fixes.fix_zip lib2to3.main lib2to3.patcomp lib2to3.pgen2 lib2to3.pgen2.conv lib2to3.pgen2.driver lib2to3.pgen2.grammar lib2to3.pgen2.literals lib2to3.pgen2.parse lib2to3.pgen2.pgen lib2to3.pgen2.token lib2to3.pgen2.tokenize lib2to3.pygram lib2to3.pytree lib2to3.refactor lib2to3.tests lib2to3.tests.__main__ lib2to3.tests.pytree_idempotency lib2to3.tests.support lib2to3.tests.test_all_fixers lib2to3.tests.test_fixers lib2to3.tests.test_main lib2to3.tests.test_parser lib2to3.tests.test_pytree lib2to3.tests.test_refactor lib2to3.tests.test_util linecache locale logging logging.config logging.handlers lzma macpath mailbox mailcap mimetypes modulefinder multiprocessing multiprocessing.connection multiprocessing.context multiprocessing.dummy multiprocessing.dummy.connection multiprocessing.forkserver multiprocessing.heap multiprocessing.managers multiprocessing.pool multiprocessing.popen_fork multiprocessing.popen_forkserver multiprocessing.popen_spawn_posix multiprocessing.popen_spawn_win32 multiprocessing.process multiprocessing.queues multiprocessing.reduction multiprocessing.resource_sharer multiprocessing.semaphore_tracker multiprocessing.sharedctypes multiprocessing.spawn multiprocessing.synchronize multiprocessing.util netrc nntplib ntpath nturl2path numbers opcode operator optparse os pathlib pdb pickle pickletools pipes pkgutil platform plistlib poplib posixpath pprint profile pstats pty py_compile pyclbr pydoc pydoc_data pydoc_data.topics queue quopri random re reprlib rlcompleter runpy sched secrets selectors shelve shlex shutil signal site smtpd smtplib sndhdr socket socketserver sqlite3 sqlite3.dbapi2 sqlite3.dump sqlite3.test sqlite3.test.backup sqlite3.test.dbapi sqlite3.test.dump sqlite3.test.factory sqlite3.test.hooks sqlite3.test.regression sqlite3.test.transactions sqlite3.test.types sqlite3.test.userfunctions sre_compile sre_constants sre_parse ssl stat statistics string stringprep struct subprocess sunau symbol symtable sysconfig tabnanny tarfile telnetlib tempfile test test.__main__ test._test_multiprocessing test.ann_module test.ann_module2 test.ann_module3 test.audiotests test.autotest test.bad_coding test.bad_coding2 test.bad_getattr test.bad_getattr2 test.bad_getattr3 test.badsyntax_3131 test.badsyntax_future10 test.badsyntax_future3 test.badsyntax_future4 test.badsyntax_future5 test.badsyntax_future6 test.badsyntax_future7 test.badsyntax_future8 test.badsyntax_future9 test.badsyntax_pep3120 test.bisect_cmd test.bytecode_helper test.coding20731 test.curses_tests test.dataclass_module_1 test.dataclass_module_1_str test.dataclass_module_2 test.dataclass_module_2_str test.datetimetester test.dis_module test.doctest_aliases test.double_const test.encoded_modules test.encoded_modules.module_iso_8859_1 test.encoded_modules.module_koi8_r test.final_a test.final_b test.fork_wait test.future_test1 test.future_test2 test.gdb_sample test.good_getattr test.imp_dummy test.inspect_fodder test.inspect_fodder2 test.libregrtest test.libregrtest.cmdline test.libregrtest.main test.libregrtest.refleak test.libregrtest.runtest test.libregrtest.runtest_mp test.libregrtest.save_env test.libregrtest.setup test.libregrtest.utils test.libregrtest.win_utils test.list_tests test.lock_tests test.make_ssl_certs test.mapping_tests test.memory_watchdog test.mock_socket test.mod_generics_cache test.mp_fork_bomb test.mp_preload test.multibytecodec_support test.outstanding_bugs test.pickletester test.profilee test.pyclbr_input test.pydoc_mod test.pydocfodder test.pythoninfo test.re_tests test.regrtest test.relimport test.reperf test.sample_doctest test.sample_doctest_no_docstrings test.sample_doctest_no_doctests test.seq_tests test.signalinterproctester test.sortperf test.ssl_servers test.ssltests test.string_tests test.support test.support.script_helper test.support.testresult test.test___all__ test.test___future__ test.test__locale test.test__opcode test.test__osx_support test.test_abc test.test_abstract_numbers test.test_aifc test.test_argparse test.test_array test.test_asdl_parser test.test_ast test.test_asyncgen test.test_asynchat test.test_asyncio test.test_asyncio.__main__ test.test_asyncio.echo test.test_asyncio.echo2 test.test_asyncio.echo3 test.test_asyncio.functional test.test_asyncio.test_base_events test.test_asyncio.test_buffered_proto test.test_asyncio.test_context test.test_asyncio.test_events test.test_asyncio.test_futures test.test_asyncio.test_locks test.test_asyncio.test_pep492 test.test_asyncio.test_proactor_events test.test_asyncio.test_queues test.test_asyncio.test_runners test.test_asyncio.test_selector_events test.test_asyncio.test_server test.test_asyncio.test_sslproto test.test_asyncio.test_streams test.test_asyncio.test_subprocess test.test_asyncio.test_tasks test.test_asyncio.test_transports test.test_asyncio.test_unix_events test.test_asyncio.test_windows_events test.test_asyncio.test_windows_utils test.test_asyncio.utils test.test_asyncore test.test_atexit test.test_audioop test.test_augassign test.test_base64 test.test_baseexception test.test_bdb test.test_bigaddrspace test.test_bigmem test.test_binascii test.test_binhex test.test_binop test.test_bisect test.test_bool test.test_buffer test.test_bufio test.test_builtin test.test_bytes test.test_bz2 test.test_c_locale_coercion test.test_calendar test.test_call test.test_capi test.test_cgi test.test_cgitb test.test_charmapcodec test.test_class test.test_clinic test.test_cmath test.test_cmd test.test_cmd_line test.test_cmd_line_script test.test_code test.test_code_module test.test_codeccallbacks test.test_codecencodings_cn test.test_codecencodings_hk test.test_codecencodings_iso2022 test.test_codecencodings_jp test.test_codecencodings_kr test.test_codecencodings_tw test.test_codecmaps_cn test.test_codecmaps_hk test.test_codecmaps_jp test.test_codecmaps_kr test.test_codecmaps_tw test.test_codecs test.test_codeop test.test_collections test.test_colorsys test.test_compare test.test_compile test.test_compileall test.test_complex test.test_concurrent_futures test.test_configparser test.test_contains test.test_context test.test_contextlib test.test_contextlib_async test.test_copy test.test_copyreg test.test_coroutines test.test_cprofile test.test_crashers test.test_crypt test.test_csv test.test_ctypes test.test_curses test.test_dataclasses test.test_datetime test.test_dbm test.test_dbm_dumb test.test_dbm_gnu test.test_dbm_ndbm test.test_decimal test.test_decorators test.test_defaultdict test.test_deque test.test_descr test.test_descrtut test.test_devpoll test.test_dict test.test_dict_version test.test_dictcomps test.test_dictviews test.test_difflib test.test_dis test.test_distutils test.test_doctest test.test_doctest2 test.test_docxmlrpc test.test_dtrace test.test_dummy_thread test.test_dummy_threading test.test_dynamic test.test_dynamicclassattribute test.test_eintr test.test_email test.test_email.__main__ test.test_email.test__encoded_words test.test_email.test__header_value_parser test.test_email.test_asian_codecs test.test_email.test_contentmanager test.test_email.test_defect_handling test.test_email.test_email test.test_email.test_generator test.test_email.test_headerregistry test.test_email.test_inversion test.test_email.test_message test.test_email.test_parser test.test_email.test_pickleable test.test_email.test_policy test.test_email.test_utils test.test_email.torture_test test.test_embed test.test_ensurepip test.test_enum test.test_enumerate test.test_eof test.test_epoll test.test_errno test.test_exception_hierarchy test.test_exception_variations test.test_exceptions test.test_extcall test.test_faulthandler test.test_fcntl test.test_file test.test_file_eintr test.test_filecmp test.test_fileinput test.test_fileio test.test_finalization test.test_float test.test_flufl test.test_fnmatch test.test_fork1 test.test_format test.test_fractions test.test_frame test.test_frozen test.test_fstring test.test_ftplib test.test_funcattrs test.test_functools test.test_future test.test_future3 test.test_future4 test.test_future5 test.test_gc test.test_gdb test.test_generator_stop test.test_generators test.test_genericclass test.test_genericpath test.test_genexps test.test_getargs2 test.test_getopt test.test_getpass test.test_gettext test.test_glob test.test_global test.test_grammar test.test_grp test.test_gzip test.test_hash test.test_hashlib test.test_heapq test.test_hmac test.test_html test.test_htmlparser test.test_http_cookiejar test.test_http_cookies test.test_httplib test.test_httpservers test.test_idle test.test_imaplib test.test_imghdr test.test_imp test.test_import test.test_import.__main__ test.test_importlib test.test_importlib.__main__ test.test_importlib.abc test.test_importlib.builtin test.test_importlib.builtin.__main__ test.test_importlib.builtin.test_finder test.test_importlib.builtin.test_loader test.test_importlib.data01 test.test_importlib.data01.subdirectory test.test_importlib.data02 test.test_importlib.data02.one test.test_importlib.data02.two test.test_importlib.data03 test.test_importlib.extension test.test_importlib.extension.__main__ test.test_importlib.extension.test_case_sensitivity test.test_importlib.extension.test_finder test.test_importlib.extension.test_loader test.test_importlib.extension.test_path_hook test.test_importlib.frozen test.test_importlib.frozen.__main__ test.test_importlib.frozen.test_finder test.test_importlib.frozen.test_loader test.test_importlib.import_ test.test_importlib.import_.__main__ test.test_importlib.import_.test___loader__ test.test_importlib.import_.test___package__ test.test_importlib.import_.test_api test.test_importlib.import_.test_caching test.test_importlib.import_.test_fromlist test.test_importlib.import_.test_meta_path test.test_importlib.import_.test_packages test.test_importlib.import_.test_path test.test_importlib.import_.test_relative_imports test.test_importlib.source test.test_importlib.source.__main__ test.test_importlib.source.test_case_sensitivity test.test_importlib.source.test_file_loader test.test_importlib.source.test_finder test.test_importlib.source.test_path_hook test.test_importlib.source.test_source_encoding test.test_importlib.test_abc test.test_importlib.test_api test.test_importlib.test_lazy test.test_importlib.test_locks test.test_importlib.test_namespace_pkgs test.test_importlib.test_open test.test_importlib.test_path test.test_importlib.test_read test.test_importlib.test_resource test.test_importlib.test_spec test.test_importlib.test_util test.test_importlib.test_windows test.test_importlib.util test.test_importlib.zipdata01 test.test_importlib.zipdata02 test.test_index test.test_inspect test.test_int test.test_int_literal test.test_io test.test_ioctl test.test_ipaddress test.test_isinstance test.test_iter test.test_iterlen test.test_itertools test.test_json test.test_json.__main__ test.test_json.test_decode test.test_json.test_default test.test_json.test_dump test.test_json.test_encode_basestring_ascii test.test_json.test_enum test.test_json.test_fail test.test_json.test_float test.test_json.test_indent test.test_json.test_pass1 test.test_json.test_pass2 test.test_json.test_pass3 test.test_json.test_recursion test.test_json.test_scanstring test.test_json.test_separators test.test_json.test_speedups test.test_json.test_tool test.test_json.test_unicode test.test_keyword test.test_keywordonlyarg test.test_kqueue test.test_largefile test.test_lib2to3 test.test_linecache test.test_list test.test_listcomps test.test_locale test.test_logging test.test_long test.test_longexp test.test_lzma test.test_macpath test.test_mailbox test.test_mailcap test.test_marshal test.test_math test.test_memoryio test.test_memoryview test.test_metaclass test.test_mimetypes test.test_minidom test.test_mmap test.test_module test.test_modulefinder test.test_msilib test.test_multibytecodec test.test_multiprocessing_fork test.test_multiprocessing_forkserver test.test_multiprocessing_main_handling test.test_multiprocessing_spawn test.test_netrc test.test_nis test.test_nntplib test.test_normalization test.test_ntpath test.test_numeric_tower test.test_opcodes test.test_openpty test.test_operator test.test_optparse test.test_ordered_dict test.test_os test.test_ossaudiodev test.test_osx_env test.test_parser test.test_pathlib test.test_pdb test.test_peepholer test.test_pickle test.test_pickletools test.test_pipes test.test_pkg test.test_pkgimport test.test_pkgutil test.test_platform test.test_plistlib test.test_poll test.test_popen test.test_poplib test.test_posix test.test_posixpath test.test_pow test.test_pprint test.test_print test.test_profile test.test_property test.test_pstats test.test_pty test.test_pulldom test.test_pwd test.test_py_compile test.test_pyclbr test.test_pydoc test.test_pyexpat test.test_queue test.test_quopri test.test_raise test.test_random test.test_range test.test_re test.test_readline test.test_regrtest test.test_repl test.test_reprlib test.test_resource test.test_richcmp test.test_rlcompleter test.test_robotparser test.test_runpy test.test_sax test.test_sched test.test_scope test.test_script_helper test.test_secrets test.test_select test.test_selectors test.test_set test.test_setcomps test.test_shelve test.test_shlex test.test_shutil test.test_signal test.test_site test.test_slice test.test_smtpd test.test_smtplib test.test_smtpnet test.test_sndhdr test.test_socket test.test_socketserver test.test_sort test.test_source_encoding test.test_spwd test.test_sqlite test.test_ssl test.test_startfile test.test_stat test.test_statistics test.test_strftime test.test_string test.test_string_literals test.test_stringprep test.test_strptime test.test_strtod test.test_struct test.test_structmembers test.test_structseq test.test_subclassinit test.test_subprocess test.test_sunau test.test_sundry test.test_super test.test_support test.test_symbol test.test_symtable test.test_syntax test.test_sys test.test_sys_setprofile test.test_sys_settrace test.test_sysconfig test.test_syslog test.test_tarfile test.test_tcl test.test_telnetlib test.test_tempfile test.test_textwrap test.test_thread test.test_threaded_import test.test_threadedtempfile test.test_threading test.test_threading_local test.test_threadsignals test.test_time test.test_timeit test.test_timeout test.test_tix test.test_tk test.test_tokenize test.test_tools test.test_tools.__main__ test.test_tools.test_fixcid test.test_tools.test_gprof2html test.test_tools.test_i18n test.test_tools.test_lll test.test_tools.test_md5sum test.test_tools.test_pdeps test.test_tools.test_pindent test.test_tools.test_reindent test.test_tools.test_sundry test.test_tools.test_unparse test.test_trace test.test_traceback test.test_tracemalloc test.test_ttk_guionly test.test_ttk_textonly test.test_tuple test.test_turtle test.test_typechecks test.test_types test.test_typing test.test_ucn test.test_unary test.test_unicode test.test_unicode_file test.test_unicode_file_functions test.test_unicode_identifiers test.test_unicodedata test.test_unittest test.test_univnewlines test.test_unpack test.test_unpack_ex test.test_urllib test.test_urllib2 test.test_urllib2_localnet test.test_urllib2net test.test_urllib_response test.test_urllibnet test.test_urlparse test.test_userdict test.test_userlist test.test_userstring test.test_utf8_mode test.test_utf8source test.test_uu test.test_uuid test.test_venv test.test_wait3 test.test_wait4 test.test_warnings test.test_warnings.__main__ test.test_wave test.test_weakref test.test_weakset test.test_webbrowser test.test_winconsoleio test.test_winreg test.test_winsound test.test_with test.test_wsgiref test.test_xdrlib test.test_xml_dom_minicompat test.test_xml_etree test.test_xml_etree_c test.test_xmlrpc test.test_xmlrpc_net test.test_xxtestfuzz test.test_yield_from test.test_zipapp test.test_zipfile test.test_zipfile64 test.test_zipimport test.test_zipimport_support test.test_zlib test.testcodec test.tf_inherit_check test.threaded_import_hangers test.time_hashlib test.tracedmodules test.tracedmodules.testmod test.win_console_handler test.xmltests textwrap this threading timeit tkinter tkinter.__main__ tkinter.colorchooser tkinter.commondialog tkinter.constants tkinter.dialog tkinter.dnd tkinter.filedialog tkinter.font tkinter.messagebox tkinter.scrolledtext tkinter.simpledialog tkinter.test tkinter.test.runtktests tkinter.test.support tkinter.test.test_tkinter tkinter.test.test_tkinter.test_font tkinter.test.test_tkinter.test_geometry_managers tkinter.test.test_tkinter.test_images tkinter.test.test_tkinter.test_loadtk tkinter.test.test_tkinter.test_misc tkinter.test.test_tkinter.test_text tkinter.test.test_tkinter.test_variables tkinter.test.test_tkinter.test_widgets tkinter.test.test_ttk tkinter.test.test_ttk.test_extensions tkinter.test.test_ttk.test_functions tkinter.test.test_ttk.test_style tkinter.test.test_ttk.test_widgets tkinter.test.widget_tests tkinter.tix tkinter.ttk token tokenize trace traceback tracemalloc tty turtle turtledemo turtledemo.__main__ turtledemo.bytedesign turtledemo.chaos turtledemo.clock turtledemo.colormixer turtledemo.forest turtledemo.fractalcurves turtledemo.lindenmayer turtledemo.minimal_hanoi turtledemo.nim turtledemo.paint turtledemo.peace turtledemo.penrose turtledemo.planet_and_moon turtledemo.rosette turtledemo.round_dance turtledemo.sorting_animate turtledemo.tree turtledemo.two_canvases turtledemo.yinyang types typing unittest unittest.__main__ unittest.case unittest.loader unittest.main unittest.mock unittest.result unittest.runner unittest.signals unittest.suite unittest.test unittest.test.__main__ unittest.test._test_warnings unittest.test.dummy unittest.test.support unittest.test.test_assertions unittest.test.test_break unittest.test.test_case unittest.test.test_discovery unittest.test.test_functiontestcase unittest.test.test_loader unittest.test.test_program unittest.test.test_result unittest.test.test_runner unittest.test.test_setups unittest.test.test_skipping unittest.test.test_suite unittest.test.testmock unittest.test.testmock.__main__ unittest.test.testmock.support unittest.test.testmock.testcallable unittest.test.testmock.testhelpers unittest.test.testmock.testmagicmethods unittest.test.testmock.testmock unittest.test.testmock.testpatch unittest.test.testmock.testsealable unittest.test.testmock.testsentinel unittest.test.testmock.testwith unittest.util urllib urllib.error urllib.parse urllib.request urllib.response urllib.robotparser uu uuid venv venv.__main__ warnings wave weakref webbrowser wsgiref wsgiref.handlers wsgiref.headers wsgiref.simple_server wsgiref.util wsgiref.validate xdrlib xml xml.dom xml.dom.NodeFilter xml.dom.domreg xml.dom.expatbuilder xml.dom.minicompat xml.dom.minidom xml.dom.pulldom xml.dom.xmlbuilder xml.etree xml.etree.ElementInclude xml.etree.ElementPath xml.etree.ElementTree xml.etree.cElementTree xml.parsers xml.parsers.expat xml.sax xml.sax._exceptions xml.sax.expatreader xml.sax.handler xml.sax.saxutils xml.sax.xmlreader xmlrpc xmlrpc.client xmlrpc.server zipapp zipfile Following modules have no __all__ and have been ignored: ['__phello__.foo', '_bootlocale', '_compat_pickle', '_compression', '_markupbase', '_py_abc', '_sitebuiltins', '_sysconfigdata_m_linux_x86_64-linux-gnu', 'abc', 'antigravity', 'ast', 'asynchat', 'asyncio.base_subprocess', 'asyncio.base_tasks', 'asyncio.constants', 'asyncio.format_helpers', 'asyncio.log', 'asyncio.sslproto', 'asyncore', 'bisect', 'cgitb', 'chunk', 'concurrent', 'concurrent.futures._base', 'concurrent.futures.process', 'concurrent.futures.thread', 'crypt', 'ctypes', 'ctypes._aix', 'ctypes._endian', 'ctypes.macholib', 'ctypes.test', 'ctypes.test.__main__', 'ctypes.test.test_anon', 'ctypes.test.test_array_in_pointer', 'ctypes.test.test_arrays', 'ctypes.test.test_as_parameter', 'ctypes.test.test_bitfields', 'ctypes.test.test_buffers', 'ctypes.test.test_bytes', 'ctypes.test.test_byteswap', 'ctypes.test.test_callbacks', 'ctypes.test.test_cast', 'ctypes.test.test_cfuncs', 'ctypes.test.test_checkretval', 'ctypes.test.test_delattr', 'ctypes.test.test_errno', 'ctypes.test.test_find', 'ctypes.test.test_frombuffer', 'ctypes.test.test_funcptr', 'ctypes.test.test_functions', 'ctypes.test.test_incomplete', 'ctypes.test.test_init', 'ctypes.test.test_internals', 'ctypes.test.test_keeprefs', 'ctypes.test.test_libc', 'ctypes.test.test_loading', 'ctypes.test.test_macholib', 'ctypes.test.test_memfunctions', 'ctypes.test.test_numbers', 'ctypes.test.test_objects', 'ctypes.test.test_parameters', 'ctypes.test.test_pep3118', 'ctypes.test.test_pickling', 'ctypes.test.test_pointers', 'ctypes.test.test_prototypes', 'ctypes.test.test_python_api', 'ctypes.test.test_random_things', 'ctypes.test.test_refcounts', 'ctypes.test.test_repr', 'ctypes.test.test_returnfuncptrs', 'ctypes.test.test_simplesubclasses', 'ctypes.test.test_sizes', 'ctypes.test.test_slicing', 'ctypes.test.test_stringptr', 'ctypes.test.test_strings', 'ctypes.test.test_struct_fields', 'ctypes.test.test_structures', 'ctypes.test.test_unaligned_structures', 'ctypes.test.test_unicode', 'ctypes.test.test_values', 'ctypes.test.test_varsize_struct', 'ctypes.test.test_win32', 'ctypes.test.test_wintypes', 'ctypes.util', 'ctypes.wintypes', 'curses', 'curses.ascii', 'curses.has_key', 'curses.panel', 'curses.textpad', 'datetime', 'dbm.gnu', 'dbm.ndbm', 'decimal', 'distutils', 'distutils._msvccompiler', 'distutils.archive_util', 'distutils.bcppcompiler', 'distutils.ccompiler', 'distutils.cmd', 'distutils.command.bdist', 'distutils.command.bdist_dumb', 'distutils.command.bdist_msi', 'distutils.command.bdist_rpm', 'distutils.command.bdist_wininst', 'distutils.command.build', 'distutils.command.build_clib', 'distutils.command.build_ext', 'distutils.command.build_py', 'distutils.command.build_scripts', 'distutils.command.check', 'distutils.command.clean', 'distutils.command.config', 'distutils.command.install', 'distutils.command.install_data', 'distutils.command.install_egg_info', 'distutils.command.install_headers', 'distutils.command.install_lib', 'distutils.command.install_scripts', 'distutils.command.register', 'distutils.command.sdist', 'distutils.command.upload', 'distutils.config', 'distutils.core', 'distutils.cygwinccompiler', 'distutils.debug', 'distutils.dep_util', 'distutils.dir_util', 'distutils.dist', 'distutils.errors', 'distutils.extension', 'distutils.fancy_getopt', 'distutils.file_util', 'distutils.filelist', 'distutils.log', 'distutils.msvc9compiler', 'distutils.msvccompiler', 'distutils.spawn', 'distutils.sysconfig', 'distutils.tests', 'distutils.tests.support', 'distutils.tests.test_archive_util', 'distutils.tests.test_bdist', 'distutils.tests.test_bdist_dumb', 'distutils.tests.test_bdist_msi', 'distutils.tests.test_bdist_rpm', 'distutils.tests.test_bdist_wininst', 'distutils.tests.test_build', 'distutils.tests.test_build_clib', 'distutils.tests.test_build_ext', 'distutils.tests.test_build_py', 'distutils.tests.test_build_scripts', 'distutils.tests.test_check', 'distutils.tests.test_clean', 'distutils.tests.test_cmd', 'distutils.tests.test_config', 'distutils.tests.test_config_cmd', 'distutils.tests.test_core', 'distutils.tests.test_cygwinccompiler', 'distutils.tests.test_dep_util', 'distutils.tests.test_dir_util', 'distutils.tests.test_dist', 'distutils.tests.test_extension', 'distutils.tests.test_file_util', 'distutils.tests.test_filelist', 'distutils.tests.test_install', 'distutils.tests.test_install_data', 'distutils.tests.test_install_headers', 'distutils.tests.test_install_lib', 'distutils.tests.test_install_scripts', 'distutils.tests.test_log', 'distutils.tests.test_msvc9compiler', 'distutils.tests.test_msvccompiler', 'distutils.tests.test_register', 'distutils.tests.test_sdist', 'distutils.tests.test_spawn', 'distutils.tests.test_sysconfig', 'distutils.tests.test_text_file', 'distutils.tests.test_unixccompiler', 'distutils.tests.test_upload', 'distutils.tests.test_util', 'distutils.tests.test_version', 'distutils.tests.test_versionpredicate', 'distutils.text_file', 'distutils.unixccompiler', 'distutils.util', 'distutils.version', 'distutils.versionpredicate', 'email._header_value_parser', 'email.contentmanager', 'email.errors', 'email.headerregistry', 'email.mime', 'encodings', 'encodings.aliases', 'encodings.ascii', 'encodings.base64_codec', 'encodings.big5', 'encodings.big5hkscs', 'encodings.bz2_codec', 'encodings.charmap', 'encodings.cp037', 'encodings.cp1006', 'encodings.cp1026', 'encodings.cp1125', 'encodings.cp1140', 'encodings.cp1250', 'encodings.cp1251', 'encodings.cp1252', 'encodings.cp1253', 'encodings.cp1254', 'encodings.cp1255', 'encodings.cp1256', 'encodings.cp1257', 'encodings.cp1258', 'encodings.cp273', 'encodings.cp424', 'encodings.cp437', 'encodings.cp500', 'encodings.cp65001', 'encodings.cp720', 'encodings.cp737', 'encodings.cp775', 'encodings.cp850', 'encodings.cp852', 'encodings.cp855', 'encodings.cp856', 'encodings.cp857', 'encodings.cp858', 'encodings.cp860', 'encodings.cp861', 'encodings.cp862', 'encodings.cp863', 'encodings.cp864', 'encodings.cp865', 'encodings.cp866', 'encodings.cp869', 'encodings.cp874', 'encodings.cp875', 'encodings.cp932', 'encodings.cp949', 'encodings.cp950', 'encodings.euc_jis_2004', 'encodings.euc_jisx0213', 'encodings.euc_jp', 'encodings.euc_kr', 'encodings.gb18030', 'encodings.gb2312', 'encodings.gbk', 'encodings.hex_codec', 'encodings.hp_roman8', 'encodings.hz', 'encodings.idna', 'encodings.iso2022_jp', 'encodings.iso2022_jp_1', 'encodings.iso2022_jp_2', 'encodings.iso2022_jp_2004', 'encodings.iso2022_jp_3', 'encodings.iso2022_jp_ext', 'encodings.iso2022_kr', 'encodings.iso8859_1', 'encodings.iso8859_10', 'encodings.iso8859_11', 'encodings.iso8859_13', 'encodings.iso8859_14', 'encodings.iso8859_15', 'encodings.iso8859_16', 'encodings.iso8859_2', 'encodings.iso8859_3', 'encodings.iso8859_4', 'encodings.iso8859_5', 'encodings.iso8859_6', 'encodings.iso8859_7', 'encodings.iso8859_8', 'encodings.iso8859_9', 'encodings.johab', 'encodings.koi8_r', 'encodings.koi8_t', 'encodings.koi8_u', 'encodings.kz1048', 'encodings.latin_1', 'encodings.mac_arabic', 'encodings.mac_centeuro', 'encodings.mac_croatian', 'encodings.mac_cyrillic', 'encodings.mac_farsi', 'encodings.mac_greek', 'encodings.mac_iceland', 'encodings.mac_latin2', 'encodings.mac_roman', 'encodings.mac_romanian', 'encodings.mac_turkish', 'encodings.mbcs', 'encodings.oem', 'encodings.palmos', 'encodings.ptcp154', 'encodings.punycode', 'encodings.quopri_codec', 'encodings.raw_unicode_escape', 'encodings.rot_13', 'encodings.shift_jis', 'encodings.shift_jis_2004', 'encodings.shift_jisx0213', 'encodings.tis_620', 'encodings.undefined', 'encodings.unicode_escape', 'encodings.unicode_internal', 'encodings.utf_16', 'encodings.utf_16_be', 'encodings.utf_16_le', 'encodings.utf_32', 'encodings.utf_32_be', 'encodings.utf_32_le', 'encodings.utf_7', 'encodings.utf_8', 'encodings.utf_8_sig', 'encodings.uu_codec', 'encodings.zlib_codec', 'ensurepip.__main__', 'ensurepip._uninstall', 'formatter', 'hmac', 'idlelib', 'idlelib.__main__', 'idlelib.autocomplete_w', 'idlelib.autoexpand', 'idlelib.browser', 'idlelib.calltip', 'idlelib.calltip_w', 'idlelib.codecontext', 'idlelib.colorizer', 'idlelib.config', 'idlelib.config_key', 'idlelib.configdialog', 'idlelib.debugger', 'idlelib.debugger_r', 'idlelib.debugobj', 'idlelib.debugobj_r', 'idlelib.delegator', 'idlelib.dynoption', 'idlelib.editor', 'idlelib.filelist', 'idlelib.grep', 'idlelib.help', 'idlelib.help_about', 'idlelib.history', 'idlelib.hyperparser', 'idlelib.idle', 'idlelib.idle_test', 'idlelib.idle_test.htest', 'idlelib.idle_test.mock_idle', 'idlelib.idle_test.mock_tk', 'idlelib.idle_test.template', 'idlelib.idle_test.test_autocomplete_w', 'idlelib.idle_test.test_autoexpand', 'idlelib.idle_test.test_browser', 'idlelib.idle_test.test_calltip', 'idlelib.idle_test.test_calltip_w', 'idlelib.idle_test.test_codecontext', 'idlelib.idle_test.test_colorizer', 'idlelib.idle_test.test_config', 'idlelib.idle_test.test_config_key', 'idlelib.idle_test.test_configdialog', 'idlelib.idle_test.test_debugger', 'idlelib.idle_test.test_debugger_r', 'idlelib.idle_test.test_debugobj', 'idlelib.idle_test.test_debugobj_r', 'idlelib.idle_test.test_delegator', 'idlelib.idle_test.test_editmenu', 'idlelib.idle_test.test_editor', 'idlelib.idle_test.test_filelist', 'idlelib.idle_test.test_grep', 'idlelib.idle_test.test_help', 'idlelib.idle_test.test_help_about', 'idlelib.idle_test.test_history', 'idlelib.idle_test.test_hyperparser', 'idlelib.idle_test.test_iomenu', 'idlelib.idle_test.test_macosx', 'idlelib.idle_test.test_mainmenu', 'idlelib.idle_test.test_multicall', 'idlelib.idle_test.test_outwin', 'idlelib.idle_test.test_paragraph', 'idlelib.idle_test.test_parenmatch', 'idlelib.idle_test.test_pathbrowser', 'idlelib.idle_test.test_percolator', 'idlelib.idle_test.test_pyparse', 'idlelib.idle_test.test_pyshell', 'idlelib.idle_test.test_query', 'idlelib.idle_test.test_redirector', 'idlelib.idle_test.test_replace', 'idlelib.idle_test.test_rpc', 'idlelib.idle_test.test_rstrip', 'idlelib.idle_test.test_run', 'idlelib.idle_test.test_runscript', 'idlelib.idle_test.test_scrolledlist', 'idlelib.idle_test.test_search', 'idlelib.idle_test.test_searchbase', 'idlelib.idle_test.test_searchengine', 'idlelib.idle_test.test_squeezer', 'idlelib.idle_test.test_stackviewer', 'idlelib.idle_test.test_statusbar', 'idlelib.idle_test.test_text', 'idlelib.idle_test.test_textview', 'idlelib.idle_test.test_tooltip', 'idlelib.idle_test.test_tree', 'idlelib.idle_test.test_undo', 'idlelib.idle_test.test_warning', 'idlelib.idle_test.test_window', 'idlelib.idle_test.test_zoomheight', 'idlelib.iomenu', 'idlelib.macosx', 'idlelib.mainmenu', 'idlelib.multicall', 'idlelib.outwin', 'idlelib.paragraph', 'idlelib.parenmatch', 'idlelib.pathbrowser', 'idlelib.percolator', 'idlelib.pyparse', 'idlelib.pyshell', 'idlelib.query', 'idlelib.redirector', 'idlelib.replace', 'idlelib.rpc', 'idlelib.rstrip', 'idlelib.run', 'idlelib.runscript', 'idlelib.scrolledlist', 'idlelib.search', 'idlelib.searchbase', 'idlelib.searchengine', 'idlelib.squeezer', 'idlelib.stackviewer', 'idlelib.statusbar', 'idlelib.textview', 'idlelib.tooltip', 'idlelib.tree', 'idlelib.undo', 'idlelib.window', 'idlelib.zoomheight', 'idlelib.zzdummy', 'imp', 'importlib._bootstrap', 'importlib._bootstrap_external', 'importlib.abc', 'importlib.machinery', 'importlib.util', 'inspect', 'ipaddress', 'json.encoder', 'json.tool', 'lib2to3', 'lib2to3.__main__', 'lib2to3.btm_matcher', 'lib2to3.btm_utils', 'lib2to3.fixer_base', 'lib2to3.fixer_util', 'lib2to3.fixes', 'lib2to3.fixes.fix_apply', 'lib2to3.fixes.fix_asserts', 'lib2to3.fixes.fix_basestring', 'lib2to3.fixes.fix_buffer', 'lib2to3.fixes.fix_dict', 'lib2to3.fixes.fix_except', 'lib2to3.fixes.fix_exec', 'lib2to3.fixes.fix_execfile', 'lib2to3.fixes.fix_exitfunc', 'lib2to3.fixes.fix_filter', 'lib2to3.fixes.fix_funcattrs', 'lib2to3.fixes.fix_future', 'lib2to3.fixes.fix_getcwdu', 'lib2to3.fixes.fix_has_key', 'lib2to3.fixes.fix_idioms', 'lib2to3.fixes.fix_import', 'lib2to3.fixes.fix_imports', 'lib2to3.fixes.fix_imports2', 'lib2to3.fixes.fix_input', 'lib2to3.fixes.fix_intern', 'lib2to3.fixes.fix_isinstance', 'lib2to3.fixes.fix_itertools', 'lib2to3.fixes.fix_itertools_imports', 'lib2to3.fixes.fix_long', 'lib2to3.fixes.fix_map', 'lib2to3.fixes.fix_metaclass', 'lib2to3.fixes.fix_methodattrs', 'lib2to3.fixes.fix_ne', 'lib2to3.fixes.fix_next', 'lib2to3.fixes.fix_nonzero', 'lib2to3.fixes.fix_numliterals', 'lib2to3.fixes.fix_operator', 'lib2to3.fixes.fix_paren', 'lib2to3.fixes.fix_print', 'lib2to3.fixes.fix_raise', 'lib2to3.fixes.fix_raw_input', 'lib2to3.fixes.fix_reduce', 'lib2to3.fixes.fix_reload', 'lib2to3.fixes.fix_renames', 'lib2to3.fixes.fix_repr', 'lib2to3.fixes.fix_set_literal', 'lib2to3.fixes.fix_standarderror', 'lib2to3.fixes.fix_sys_exc', 'lib2to3.fixes.fix_throw', 'lib2to3.fixes.fix_tuple_params', 'lib2to3.fixes.fix_types', 'lib2to3.fixes.fix_unicode', 'lib2to3.fixes.fix_urllib', 'lib2to3.fixes.fix_ws_comma', 'lib2to3.fixes.fix_xrange', 'lib2to3.fixes.fix_xreadlines', 'lib2to3.fixes.fix_zip', 'lib2to3.main', 'lib2to3.patcomp', 'lib2to3.pgen2', 'lib2to3.pgen2.conv', 'lib2to3.pgen2.grammar', 'lib2to3.pgen2.literals', 'lib2to3.pgen2.parse', 'lib2to3.pgen2.pgen', 'lib2to3.pgen2.token', 'lib2to3.pygram', 'lib2to3.pytree', 'lib2to3.refactor', 'lib2to3.tests', 'lib2to3.tests.__main__', 'lib2to3.tests.pytree_idempotency', 'lib2to3.tests.support', 'lib2to3.tests.test_all_fixers', 'lib2to3.tests.test_fixers', 'lib2to3.tests.test_main', 'lib2to3.tests.test_parser', 'lib2to3.tests.test_pytree', 'lib2to3.tests.test_refactor', 'lib2to3.tests.test_util', 'logging.config', 'logging.handlers', 'modulefinder', 'nturl2path', 'platform', 'pydoc_data', 'pydoc_data.topics', 'selectors', 'signal', 'site', 'sqlite3', 'sqlite3.dbapi2', 'sqlite3.dump', 'sqlite3.test', 'sqlite3.test.backup', 'sqlite3.test.dbapi', 'sqlite3.test.dump', 'sqlite3.test.factory', 'sqlite3.test.hooks', 'sqlite3.test.regression', 'sqlite3.test.transactions', 'sqlite3.test.types', 'sqlite3.test.userfunctions', 'sre_compile', 'sre_constants', 'sre_parse', 'ssl', 'stat', 'stringprep', 'sunau', 'symbol', 'test', 'test.__main__', 'test._test_multiprocessing', 'test.ann_module', 'test.ann_module2', 'test.ann_module3', 'test.audiotests', 'test.autotest', 'test.bad_coding', 'test.bad_coding2', 'test.bad_getattr', 'test.bad_getattr2', 'test.bad_getattr3', 'test.badsyntax_3131', 'test.badsyntax_future10', 'test.badsyntax_future3', 'test.badsyntax_future4', 'test.badsyntax_future5', 'test.badsyntax_future6', 'test.badsyntax_future7', 'test.badsyntax_future8', 'test.badsyntax_future9', 'test.badsyntax_pep3120', 'test.bisect_cmd', 'test.bytecode_helper', 'test.coding20731', 'test.curses_tests', 'test.dataclass_module_1', 'test.dataclass_module_1_str', 'test.dataclass_module_2', 'test.dataclass_module_2_str', 'test.datetimetester', 'test.dis_module', 'test.doctest_aliases', 'test.double_const', 'test.encoded_modules', 'test.encoded_modules.module_iso_8859_1', 'test.encoded_modules.module_koi8_r', 'test.final_a', 'test.final_b', 'test.fork_wait', 'test.future_test1', 'test.future_test2', 'test.gdb_sample', 'test.good_getattr', 'test.imp_dummy', 'test.inspect_fodder', 'test.inspect_fodder2', 'test.libregrtest', 'test.libregrtest.cmdline', 'test.libregrtest.main', 'test.libregrtest.refleak', 'test.libregrtest.runtest', 'test.libregrtest.runtest_mp', 'test.libregrtest.save_env', 'test.libregrtest.setup', 'test.libregrtest.utils', 'test.libregrtest.win_utils', 'test.list_tests', 'test.lock_tests', 'test.make_ssl_certs', 'test.mapping_tests', 'test.memory_watchdog', 'test.mock_socket', 'test.mod_generics_cache', 'test.mp_fork_bomb', 'test.mp_preload', 'test.multibytecodec_support', 'test.outstanding_bugs', 'test.pickletester', 'test.profilee', 'test.pyclbr_input', 'test.pydoc_mod', 'test.pydocfodder', 'test.pythoninfo', 'test.re_tests', 'test.regrtest', 'test.relimport', 'test.reperf', 'test.sample_doctest', 'test.sample_doctest_no_docstrings', 'test.sample_doctest_no_doctests', 'test.seq_tests', 'test.signalinterproctester', 'test.sortperf', 'test.ssl_servers', 'test.ssltests', 'test.string_tests', 'test.support.script_helper', 'test.support.testresult', 'test.test___all__', 'test.test___future__', 'test.test__locale', 'test.test__opcode', 'test.test__osx_support', 'test.test_abc', 'test.test_abstract_numbers', 'test.test_aifc', 'test.test_argparse', 'test.test_array', 'test.test_asdl_parser', 'test.test_ast', 'test.test_asyncgen', 'test.test_asynchat', 'test.test_asyncio', 'test.test_asyncio.__main__', 'test.test_asyncio.echo', 'test.test_asyncio.echo2', 'test.test_asyncio.echo3', 'test.test_asyncio.functional', 'test.test_asyncio.test_base_events', 'test.test_asyncio.test_buffered_proto', 'test.test_asyncio.test_context', 'test.test_asyncio.test_events', 'test.test_asyncio.test_futures', 'test.test_asyncio.test_locks', 'test.test_asyncio.test_pep492', 'test.test_asyncio.test_proactor_events', 'test.test_asyncio.test_queues', 'test.test_asyncio.test_runners', 'test.test_asyncio.test_selector_events', 'test.test_asyncio.test_server', 'test.test_asyncio.test_sslproto', 'test.test_asyncio.test_streams', 'test.test_asyncio.test_subprocess', 'test.test_asyncio.test_tasks', 'test.test_asyncio.test_transports', 'test.test_asyncio.test_unix_events', 'test.test_asyncio.test_windows_events', 'test.test_asyncio.test_windows_utils', 'test.test_asyncio.utils', 'test.test_asyncore', 'test.test_atexit', 'test.test_audioop', 'test.test_augassign', 'test.test_base64', 'test.test_baseexception', 'test.test_bdb', 'test.test_bigaddrspace', 'test.test_bigmem', 'test.test_binascii', 'test.test_binhex', 'test.test_binop', 'test.test_bisect', 'test.test_bool', 'test.test_buffer', 'test.test_bufio', 'test.test_builtin', 'test.test_bytes', 'test.test_bz2', 'test.test_c_locale_coercion', 'test.test_calendar', 'test.test_call', 'test.test_capi', 'test.test_cgi', 'test.test_cgitb', 'test.test_charmapcodec', 'test.test_class', 'test.test_clinic', 'test.test_cmath', 'test.test_cmd', 'test.test_cmd_line', 'test.test_cmd_line_script', 'test.test_code', 'test.test_code_module', 'test.test_codeccallbacks', 'test.test_codecencodings_cn', 'test.test_codecencodings_hk', 'test.test_codecencodings_iso2022', 'test.test_codecencodings_jp', 'test.test_codecencodings_kr', 'test.test_codecencodings_tw', 'test.test_codecmaps_cn', 'test.test_codecmaps_hk', 'test.test_codecmaps_jp', 'test.test_codecmaps_kr', 'test.test_codecmaps_tw', 'test.test_codecs', 'test.test_codeop', 'test.test_collections', 'test.test_colorsys', 'test.test_compare', 'test.test_compile', 'test.test_compileall', 'test.test_complex', 'test.test_concurrent_futures', 'test.test_configparser', 'test.test_contains', 'test.test_context', 'test.test_contextlib', 'test.test_contextlib_async', 'test.test_copy', 'test.test_copyreg', 'test.test_coroutines', 'test.test_cprofile', 'test.test_crashers', 'test.test_crypt', 'test.test_csv', 'test.test_ctypes', 'test.test_curses', 'test.test_dataclasses', 'test.test_datetime', 'test.test_dbm', 'test.test_dbm_dumb', 'test.test_dbm_gnu', 'test.test_dbm_ndbm', 'test.test_decimal', 'test.test_decorators', 'test.test_defaultdict', 'test.test_deque', 'test.test_descr', 'test.test_descrtut', 'test.test_devpoll', 'test.test_dict', 'test.test_dict_version', 'test.test_dictcomps', 'test.test_dictviews', 'test.test_difflib', 'test.test_dis', 'test.test_distutils', 'test.test_doctest', 'test.test_doctest2', 'test.test_docxmlrpc', 'test.test_dtrace', 'test.test_dummy_thread', 'test.test_dummy_threading', 'test.test_dynamic', 'test.test_dynamicclassattribute', 'test.test_eintr', 'test.test_email', 'test.test_email.__main__', 'test.test_email.test__encoded_words', 'test.test_email.test__header_value_parser', 'test.test_email.test_asian_codecs', 'test.test_email.test_contentmanager', 'test.test_email.test_defect_handling', 'test.test_email.test_email', 'test.test_email.test_generator', 'test.test_email.test_headerregistry', 'test.test_email.test_inversion', 'test.test_email.test_message', 'test.test_email.test_parser', 'test.test_email.test_pickleable', 'test.test_email.test_policy', 'test.test_email.test_utils', 'test.test_email.torture_test', 'test.test_embed', 'test.test_ensurepip', 'test.test_enum', 'test.test_enumerate', 'test.test_eof', 'test.test_epoll', 'test.test_errno', 'test.test_exception_hierarchy', 'test.test_exception_variations', 'test.test_exceptions', 'test.test_extcall', 'test.test_faulthandler', 'test.test_fcntl', 'test.test_file', 'test.test_file_eintr', 'test.test_filecmp', 'test.test_fileinput', 'test.test_fileio', 'test.test_finalization', 'test.test_float', 'test.test_flufl', 'test.test_fnmatch', 'test.test_fork1', 'test.test_format', 'test.test_fractions', 'test.test_frame', 'test.test_frozen', 'test.test_fstring', 'test.test_ftplib', 'test.test_funcattrs', 'test.test_functools', 'test.test_future', 'test.test_future3', 'test.test_future4', 'test.test_future5', 'test.test_gc', 'test.test_gdb', 'test.test_generator_stop', 'test.test_generators', 'test.test_genericclass', 'test.test_genericpath', 'test.test_genexps', 'test.test_getargs2', 'test.test_getopt', 'test.test_getpass', 'test.test_gettext', 'test.test_glob', 'test.test_global', 'test.test_grammar', 'test.test_grp', 'test.test_gzip', 'test.test_hash', 'test.test_hashlib', 'test.test_heapq', 'test.test_hmac', 'test.test_html', 'test.test_htmlparser', 'test.test_http_cookiejar', 'test.test_http_cookies', 'test.test_httplib', 'test.test_httpservers', 'test.test_idle', 'test.test_imaplib', 'test.test_imghdr', 'test.test_imp', 'test.test_import', 'test.test_import.__main__', 'test.test_importlib', 'test.test_importlib.__main__', 'test.test_importlib.abc', 'test.test_importlib.builtin', 'test.test_importlib.builtin.__main__', 'test.test_importlib.builtin.test_finder', 'test.test_importlib.builtin.test_loader', 'test.test_importlib.data01', 'test.test_importlib.data01.subdirectory', 'test.test_importlib.data02', 'test.test_importlib.data02.one', 'test.test_importlib.data02.two', 'test.test_importlib.data03', 'test.test_importlib.extension', 'test.test_importlib.extension.__main__', 'test.test_importlib.extension.test_case_sensitivity', 'test.test_importlib.extension.test_finder', 'test.test_importlib.extension.test_loader', 'test.test_importlib.extension.test_path_hook', 'test.test_importlib.frozen', 'test.test_importlib.frozen.__main__', 'test.test_importlib.frozen.test_finder', 'test.test_importlib.frozen.test_loader', 'test.test_importlib.import_', 'test.test_importlib.import_.__main__', 'test.test_importlib.import_.test___loader__', 'test.test_importlib.import_.test___package__', 'test.test_importlib.import_.test_api', 'test.test_importlib.import_.test_caching', 'test.test_importlib.import_.test_fromlist', 'test.test_importlib.import_.test_meta_path', 'test.test_importlib.import_.test_packages', 'test.test_importlib.import_.test_path', 'test.test_importlib.import_.test_relative_imports', 'test.test_importlib.source', 'test.test_importlib.source.__main__', 'test.test_importlib.source.test_case_sensitivity', 'test.test_importlib.source.test_file_loader', 'test.test_importlib.source.test_finder', 'test.test_importlib.source.test_path_hook', 'test.test_importlib.source.test_source_encoding', 'test.test_importlib.test_abc', 'test.test_importlib.test_api', 'test.test_importlib.test_lazy', 'test.test_importlib.test_locks', 'test.test_importlib.test_namespace_pkgs', 'test.test_importlib.test_open', 'test.test_importlib.test_path', 'test.test_importlib.test_read', 'test.test_importlib.test_resource', 'test.test_importlib.test_spec', 'test.test_importlib.test_util', 'test.test_importlib.test_windows', 'test.test_importlib.util', 'test.test_importlib.zipdata01', 'test.test_importlib.zipdata02', 'test.test_index', 'test.test_inspect', 'test.test_int', 'test.test_int_literal', 'test.test_io', 'test.test_ioctl', 'test.test_ipaddress', 'test.test_isinstance', 'test.test_iter', 'test.test_iterlen', 'test.test_itertools', 'test.test_json', 'test.test_json.__main__', 'test.test_json.test_decode', 'test.test_json.test_default', 'test.test_json.test_dump', 'test.test_json.test_encode_basestring_ascii', 'test.test_json.test_enum', 'test.test_json.test_fail', 'test.test_json.test_float', 'test.test_json.test_indent', 'test.test_json.test_pass1', 'test.test_json.test_pass2', 'test.test_json.test_pass3', 'test.test_json.test_recursion', 'test.test_json.test_scanstring', 'test.test_json.test_separators', 'test.test_json.test_speedups', 'test.test_json.test_tool', 'test.test_json.test_unicode', 'test.test_keyword', 'test.test_keywordonlyarg', 'test.test_kqueue', 'test.test_largefile', 'test.test_lib2to3', 'test.test_linecache', 'test.test_list', 'test.test_listcomps', 'test.test_locale', 'test.test_logging', 'test.test_long', 'test.test_longexp', 'test.test_lzma', 'test.test_macpath', 'test.test_mailbox', 'test.test_mailcap', 'test.test_marshal', 'test.test_math', 'test.test_memoryio', 'test.test_memoryview', 'test.test_metaclass', 'test.test_mimetypes', 'test.test_minidom', 'test.test_mmap', 'test.test_module', 'test.test_modulefinder', 'test.test_msilib', 'test.test_multibytecodec', 'test.test_multiprocessing_fork', 'test.test_multiprocessing_forkserver', 'test.test_multiprocessing_main_handling', 'test.test_multiprocessing_spawn', 'test.test_netrc', 'test.test_nis', 'test.test_nntplib', 'test.test_normalization', 'test.test_ntpath', 'test.test_numeric_tower', 'test.test_opcodes', 'test.test_openpty', 'test.test_operator', 'test.test_optparse', 'test.test_ordered_dict', 'test.test_os', 'test.test_ossaudiodev', 'test.test_osx_env', 'test.test_parser', 'test.test_pathlib', 'test.test_pdb', 'test.test_peepholer', 'test.test_pickle', 'test.test_pickletools', 'test.test_pipes', 'test.test_pkg', 'test.test_pkgimport', 'test.test_pkgutil', 'test.test_platform', 'test.test_plistlib', 'test.test_poll', 'test.test_popen', 'test.test_poplib', 'test.test_posix', 'test.test_posixpath', 'test.test_pow', 'test.test_pprint', 'test.test_print', 'test.test_profile', 'test.test_property', 'test.test_pstats', 'test.test_pty', 'test.test_pulldom', 'test.test_pwd', 'test.test_py_compile', 'test.test_pyclbr', 'test.test_pydoc', 'test.test_pyexpat', 'test.test_queue', 'test.test_quopri', 'test.test_raise', 'test.test_random', 'test.test_range', 'test.test_re', 'test.test_readline', 'test.test_regrtest', 'test.test_repl', 'test.test_reprlib', 'test.test_resource', 'test.test_richcmp', 'test.test_rlcompleter', 'test.test_robotparser', 'test.test_runpy', 'test.test_sax', 'test.test_sched', 'test.test_scope', 'test.test_script_helper', 'test.test_secrets', 'test.test_select', 'test.test_selectors', 'test.test_set', 'test.test_setcomps', 'test.test_shelve', 'test.test_shlex', 'test.test_shutil', 'test.test_signal', 'test.test_site', 'test.test_slice', 'test.test_smtpd', 'test.test_smtplib', 'test.test_smtpnet', 'test.test_sndhdr', 'test.test_socket', 'test.test_sort', 'test.test_source_encoding', 'test.test_spwd', 'test.test_sqlite', 'test.test_ssl', 'test.test_startfile', 'test.test_stat', 'test.test_statistics', 'test.test_strftime', 'test.test_string', 'test.test_string_literals', 'test.test_stringprep', 'test.test_strptime', 'test.test_strtod', 'test.test_struct', 'test.test_structmembers', 'test.test_structseq', 'test.test_subclassinit', 'test.test_subprocess', 'test.test_sunau', 'test.test_sundry', 'test.test_super', 'test.test_support', 'test.test_symbol', 'test.test_symtable', 'test.test_syntax', 'test.test_sys', 'test.test_sys_setprofile', 'test.test_sys_settrace', 'test.test_sysconfig', 'test.test_syslog', 'test.test_tarfile', 'test.test_tcl', 'test.test_telnetlib', 'test.test_tempfile', 'test.test_textwrap', 'test.test_thread', 'test.test_threaded_import', 'test.test_threadedtempfile', 'test.test_threading', 'test.test_threading_local', 'test.test_threadsignals', 'test.test_time', 'test.test_timeit', 'test.test_timeout', 'test.test_tix', 'test.test_tk', 'test.test_tokenize', 'test.test_tools', 'test.test_tools.__main__', 'test.test_tools.test_fixcid', 'test.test_tools.test_gprof2html', 'test.test_tools.test_i18n', 'test.test_tools.test_lll', 'test.test_tools.test_md5sum', 'test.test_tools.test_pdeps', 'test.test_tools.test_pindent', 'test.test_tools.test_reindent', 'test.test_tools.test_sundry', 'test.test_tools.test_unparse', 'test.test_trace', 'test.test_traceback', 'test.test_tracemalloc', 'test.test_ttk_guionly', 'test.test_ttk_textonly', 'test.test_tuple', 'test.test_turtle', 'test.test_typechecks', 'test.test_types', 'test.test_typing', 'test.test_ucn', 'test.test_unary', 'test.test_unicode', 'test.test_unicode_file', 'test.test_unicode_file_functions', 'test.test_unicode_identifiers', 'test.test_unicodedata', 'test.test_unittest', 'test.test_univnewlines', 'test.test_unpack', 'test.test_unpack_ex', 'test.test_urllib', 'test.test_urllib2', 'test.test_urllib2_localnet', 'test.test_urllib2net', 'test.test_urllib_response', 'test.test_urllibnet', 'test.test_urlparse', 'test.test_userdict', 'test.test_userlist', 'test.test_userstring', 'test.test_utf8_mode', 'test.test_utf8source', 'test.test_uu', 'test.test_uuid', 'test.test_venv', 'test.test_wait3', 'test.test_wait4', 'test.test_warnings', 'test.test_warnings.__main__', 'test.test_wave', 'test.test_weakref', 'test.test_weakset', 'test.test_webbrowser', 'test.test_winconsoleio', 'test.test_winreg', 'test.test_winsound', 'test.test_with', 'test.test_wsgiref', 'test.test_xdrlib', 'test.test_xml_dom_minicompat', 'test.test_xml_etree', 'test.test_xml_etree_c', 'test.test_xmlrpc', 'test.test_xmlrpc_net', 'test.test_xxtestfuzz', 'test.test_yield_from', 'test.test_zipapp', 'test.test_zipfile', 'test.test_zipfile64', 'test.test_zipimport', 'test.test_zipimport_support', 'test.test_zlib', 'test.testcodec', 'test.tf_inherit_check', 'test.threaded_import_hangers', 'test.time_hashlib', 'test.tracedmodules', 'test.tracedmodules.testmod', 'test.win_console_handler', 'test.xmltests', 'this', 'tkinter', 'tkinter.__main__', 'tkinter.colorchooser', 'tkinter.commondialog', 'tkinter.constants', 'tkinter.dialog', 'tkinter.dnd', 'tkinter.filedialog', 'tkinter.font', 'tkinter.messagebox', 'tkinter.simpledialog', 'tkinter.test', 'tkinter.test.runtktests', 'tkinter.test.support', 'tkinter.test.test_tkinter', 'tkinter.test.test_tkinter.test_font', 'tkinter.test.test_tkinter.test_geometry_managers', 'tkinter.test.test_tkinter.test_images', 'tkinter.test.test_tkinter.test_loadtk', 'tkinter.test.test_tkinter.test_misc', 'tkinter.test.test_tkinter.test_text', 'tkinter.test.test_tkinter.test_variables', 'tkinter.test.test_tkinter.test_widgets', 'tkinter.test.test_ttk', 'tkinter.test.test_ttk.test_extensions', 'tkinter.test.test_ttk.test_functions', 'tkinter.test.test_ttk.test_style', 'tkinter.test.test_ttk.test_widgets', 'tkinter.test.widget_tests', 'tkinter.tix', 'tracemalloc', 'turtledemo', 'turtledemo.__main__', 'turtledemo.bytedesign', 'turtledemo.chaos', 'turtledemo.clock', 'turtledemo.colormixer', 'turtledemo.forest', 'turtledemo.fractalcurves', 'turtledemo.lindenmayer', 'turtledemo.minimal_hanoi', 'turtledemo.nim', 'turtledemo.paint', 'turtledemo.peace', 'turtledemo.penrose', 'turtledemo.planet_and_moon', 'turtledemo.rosette', 'turtledemo.round_dance', 'turtledemo.sorting_animate', 'turtledemo.tree', 'turtledemo.two_canvases', 'turtledemo.yinyang', 'unittest.__main__', 'unittest.case', 'unittest.loader', 'unittest.main', 'unittest.result', 'unittest.runner', 'unittest.signals', 'unittest.suite', 'unittest.test', 'unittest.test.__main__', 'unittest.test._test_warnings', 'unittest.test.dummy', 'unittest.test.support', 'unittest.test.test_assertions', 'unittest.test.test_break', 'unittest.test.test_case', 'unittest.test.test_discovery', 'unittest.test.test_functiontestcase', 'unittest.test.test_loader', 'unittest.test.test_program', 'unittest.test.test_result', 'unittest.test.test_runner', 'unittest.test.test_setups', 'unittest.test.test_skipping', 'unittest.test.test_suite', 'unittest.test.testmock', 'unittest.test.testmock.__main__', 'unittest.test.testmock.support', 'unittest.test.testmock.testcallable', 'unittest.test.testmock.testhelpers', 'unittest.test.testmock.testmagicmethods', 'unittest.test.testmock.testmock', 'unittest.test.testmock.testpatch', 'unittest.test.testmock.testsealable', 'unittest.test.testmock.testsentinel', 'unittest.test.testmock.testwith', 'unittest.util', 'urllib', 'uuid', 'venv', 'venv.__main__', 'wsgiref', 'wsgiref.headers', 'xml.dom', 'xml.dom.NodeFilter', 'xml.dom.domreg', 'xml.dom.expatbuilder', 'xml.dom.minidom', 'xml.dom.pulldom', 'xml.etree', 'xml.etree.ElementInclude', 'xml.etree.ElementPath', 'xml.etree.cElementTree', 'xml.parsers', 'xml.parsers.expat', 'xml.sax', 'xml.sax._exceptions', 'xml.sax.expatreader', 'xml.sax.handler', 'xml.sax.saxutils', 'xml.sax.xmlreader', 'xmlrpc', 'xmlrpc.client', 'xmlrpc.server'] Following modules failed to be imported: ['asyncio.windows_events', 'asyncio.windows_utils', 'idlelib.autocomplete', 'idlelib.idle_test.test_autocomplete', 'multiprocessing.popen_spawn_win32', 'test.test_socketserver', 'tkinter.scrolledtext', 'tkinter.ttk', 'turtle'] ok ---------------------------------------------------------------------- Ran 1 test in 0.688s OK 0:00:07 load avg: 0.75 [ 12/416] test___future__ PASS: test_attributes (test.test___future__.FutureTest) PASS: test_names (test.test___future__.FutureTest) ---------------------------------------------------------------------- Ran 2 tests in 0.001s OK 0:00:07 load avg: 0.75 [ 13/416] test__locale PASS: test_float_parsing (test.test__locale._LocaleTests) PASS: test_lc_numeric_basic (test.test__locale._LocaleTests) PASS: test_lc_numeric_localeconv (test.test__locale._LocaleTests) PASS: test_lc_numeric_nl_langinfo (test.test__locale._LocaleTests) ---------------------------------------------------------------------- Ran 4 tests in 0.007s OK 0:00:07 load avg: 0.75 [ 14/416] test__opcode PASS: test_stack_effect (test.test__opcode.OpcodeTests) ---------------------------------------------------------------------- Ran 1 test in 0.000s OK 0:00:07 load avg: 0.75 [ 15/416] test__osx_support SKIP: test__check_for_unavailable_sdk (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__find_appropriate_compiler (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__find_build_tool (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__find_executable (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__get_system_version (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__override_all_archs (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__read_output (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__remove_original_values (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__remove_universal_flags (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__remove_unsupported_archs (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__save_modified_value (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__save_modified_value_unchanged (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test__supports_universal_builds (test.test__osx_support.Test_OSXSupport) 'requires OS X' SKIP: test_get_platform_osx (test.test__osx_support.Test_OSXSupport) 'requires OS X' ---------------------------------------------------------------------- Ran 14 tests in 0.002s OK (skipped=14) 0:00:07 load avg: 0.75 [ 16/416] test_abc PASS: test_works_with_init_subclass (test.test_abc.test_factory..TestABCWithInitSubclass) PASS: test_works_with_init_subclass (test.test_abc.test_factory..TestABCWithInitSubclass) PASS: test_ABC_has___slots__ (test.test_abc.test_factory..TestABC) PASS: test_ABC_helper (test.test_abc.test_factory..TestABC) PASS: test_abstractclassmethod_basics (test.test_abc.test_factory..TestABC) PASS: test_abstractmethod_basics (test.test_abc.test_factory..TestABC) PASS: test_abstractmethod_integration (test.test_abc.test_factory..TestABC) PASS: test_abstractproperty_basics (test.test_abc.test_factory..TestABC) PASS: test_abstractstaticmethod_basics (test.test_abc.test_factory..TestABC) PASS: test_all_new_methods_are_called (test.test_abc.test_factory..TestABC) PASS: test_customdescriptors_with_abstractmethod (test.test_abc.test_factory..TestABC) PASS: test_descriptors_with_abstractmethod (test.test_abc.test_factory..TestABC) PASS: test_isinstance_invalidation (test.test_abc.test_factory..TestABC) PASS: test_issubclass_bad_arguments (test.test_abc.test_factory..TestABC) PASS: test_metaclass_abc (test.test_abc.test_factory..TestABC) PASS: test_register_as_class_deco (test.test_abc.test_factory..TestABC) PASS: test_register_non_class (test.test_abc.test_factory..TestABC) PASS: test_registration_basics (test.test_abc.test_factory..TestABC) PASS: test_registration_builtins (test.test_abc.test_factory..TestABC) PASS: test_registration_edge_cases (test.test_abc.test_factory..TestABC) PASS: test_registration_transitiveness (test.test_abc.test_factory..TestABC) PASS: test_tricky_new_works (test.test_abc.test_factory..TestABC) PASS: test_ABC_has___slots__ (test.test_abc.test_factory..TestABC) PASS: test_ABC_helper (test.test_abc.test_factory..TestABC) PASS: test_abstractclassmethod_basics (test.test_abc.test_factory..TestABC) PASS: test_abstractmethod_basics (test.test_abc.test_factory..TestABC) PASS: test_abstractmethod_integration (test.test_abc.test_factory..TestABC) PASS: test_abstractproperty_basics (test.test_abc.test_factory..TestABC) PASS: test_abstractstaticmethod_basics (test.test_abc.test_factory..TestABC) PASS: test_all_new_methods_are_called (test.test_abc.test_factory..TestABC) PASS: test_customdescriptors_with_abstractmethod (test.test_abc.test_factory..TestABC) PASS: test_descriptors_with_abstractmethod (test.test_abc.test_factory..TestABC) PASS: test_isinstance_invalidation (test.test_abc.test_factory..TestABC) PASS: test_issubclass_bad_arguments (test.test_abc.test_factory..TestABC) PASS: test_metaclass_abc (test.test_abc.test_factory..TestABC) PASS: test_register_as_class_deco (test.test_abc.test_factory..TestABC) PASS: test_register_non_class (test.test_abc.test_factory..TestABC) PASS: test_registration_basics (test.test_abc.test_factory..TestABC) PASS: test_registration_builtins (test.test_abc.test_factory..TestABC) PASS: test_registration_edge_cases (test.test_abc.test_factory..TestABC) PASS: test_registration_transitiveness (test.test_abc.test_factory..TestABC) PASS: test_tricky_new_works (test.test_abc.test_factory..TestABC) PASS: test_abstractclassmethod_basics (test.test_abc.test_factory..TestLegacyAPI) PASS: test_abstractproperty_basics (test.test_abc.test_factory..TestLegacyAPI) PASS: test_abstractstaticmethod_basics (test.test_abc.test_factory..TestLegacyAPI) PASS: test_abstractclassmethod_basics (test.test_abc.test_factory..TestLegacyAPI) PASS: test_abstractproperty_basics (test.test_abc.test_factory..TestLegacyAPI) PASS: test_abstractstaticmethod_basics (test.test_abc.test_factory..TestLegacyAPI) ---------------------------------------------------------------------- Ran 48 tests in 0.016s OK 0:00:07 load avg: 0.75 [ 17/416] test_abstract_numbers PASS: test_complex (test.test_abstract_numbers.TestNumbers) PASS: test_float (test.test_abstract_numbers.TestNumbers) PASS: test_int (test.test_abstract_numbers.TestNumbers) ---------------------------------------------------------------------- Ran 3 tests in 0.001s OK 0:00:07 load avg: 0.75 [ 18/416] test_aifc PASS: test_read_comm_kludge_compname_even (test.test_aifc.AIFCLowLevelTest) PASS: test_read_comm_kludge_compname_odd (test.test_aifc.AIFCLowLevelTest) PASS: test_read_no_comm_chunk (test.test_aifc.AIFCLowLevelTest) PASS: test_read_no_ssnd_chunk (test.test_aifc.AIFCLowLevelTest) PASS: test_read_raises (test.test_aifc.AIFCLowLevelTest) PASS: test_read_written (test.test_aifc.AIFCLowLevelTest) PASS: test_read_wrong_compression_type (test.test_aifc.AIFCLowLevelTest) PASS: test_read_wrong_form (test.test_aifc.AIFCLowLevelTest) PASS: test_read_wrong_marks (test.test_aifc.AIFCLowLevelTest) PASS: test_read_wrong_number_of_channels (test.test_aifc.AIFCLowLevelTest) PASS: test_read_wrong_sample_width (test.test_aifc.AIFCLowLevelTest) PASS: test_write_aiff_by_extension (test.test_aifc.AIFCLowLevelTest) PASS: test_write_header_comptype_raises (test.test_aifc.AIFCLowLevelTest) PASS: test_write_header_raises (test.test_aifc.AIFCLowLevelTest) PASS: test_write_long_string_raises (test.test_aifc.AIFCLowLevelTest) PASS: test_write_markers_raises (test.test_aifc.AIFCLowLevelTest) PASS: test_write_params_bunch (test.test_aifc.AIFCLowLevelTest) PASS: test_write_params_raises (test.test_aifc.AIFCLowLevelTest) PASS: test_write_params_singles (test.test_aifc.AIFCLowLevelTest) PASS: test_wrong_open_mode (test.test_aifc.AIFCLowLevelTest) PASS: test_close (test.test_aifc.AifcALAWTest) PASS: test_context_manager_with_filename (test.test_aifc.AifcALAWTest) PASS: test_context_manager_with_open_file (test.test_aifc.AifcALAWTest) PASS: test_copy (test.test_aifc.AifcALAWTest) PASS: test_incompleted_write (test.test_aifc.AifcALAWTest) PASS: test_multiple_writes (test.test_aifc.AifcALAWTest) PASS: test_overflowed_write (test.test_aifc.AifcALAWTest) PASS: test_read (test.test_aifc.AifcALAWTest) PASS: test_read_not_from_start (test.test_aifc.AifcALAWTest) PASS: test_read_params (test.test_aifc.AifcALAWTest) PASS: test_unseekable_incompleted_write (test.test_aifc.AifcALAWTest) PASS: test_unseekable_overflowed_write (test.test_aifc.AifcALAWTest) PASS: test_unseekable_write (test.test_aifc.AifcALAWTest) PASS: test_write (test.test_aifc.AifcALAWTest) PASS: test_write_array (test.test_aifc.AifcALAWTest) PASS: test_write_bytearray (test.test_aifc.AifcALAWTest) PASS: test_write_context_manager_calls_close (test.test_aifc.AifcALAWTest) PASS: test_write_memoryview (test.test_aifc.AifcALAWTest) PASS: test_write_params (test.test_aifc.AifcALAWTest) PASS: test_close_opened_files_on_error (test.test_aifc.AifcMiscTest) PASS: test_openfp_deprecated (test.test_aifc.AifcMiscTest) PASS: test_params_added (test.test_aifc.AifcMiscTest) PASS: test_read_markers (test.test_aifc.AifcMiscTest) PASS: test_skipunknown (test.test_aifc.AifcMiscTest) PASS: test_write_header_comptype_sampwidth (test.test_aifc.AifcMiscTest) PASS: test_write_markers_values (test.test_aifc.AifcMiscTest) PASS: test_close (test.test_aifc.AifcPCM16Test) PASS: test_context_manager_with_filename (test.test_aifc.AifcPCM16Test) PASS: test_context_manager_with_open_file (test.test_aifc.AifcPCM16Test) PASS: test_copy (test.test_aifc.AifcPCM16Test) PASS: test_incompleted_write (test.test_aifc.AifcPCM16Test) PASS: test_multiple_writes (test.test_aifc.AifcPCM16Test) PASS: test_overflowed_write (test.test_aifc.AifcPCM16Test) PASS: test_read (test.test_aifc.AifcPCM16Test) PASS: test_read_not_from_start (test.test_aifc.AifcPCM16Test) PASS: test_read_params (test.test_aifc.AifcPCM16Test) PASS: test_unseekable_incompleted_write (test.test_aifc.AifcPCM16Test) PASS: test_unseekable_overflowed_write (test.test_aifc.AifcPCM16Test) PASS: test_unseekable_write (test.test_aifc.AifcPCM16Test) PASS: test_write (test.test_aifc.AifcPCM16Test) PASS: test_write_array (test.test_aifc.AifcPCM16Test) PASS: test_write_bytearray (test.test_aifc.AifcPCM16Test) PASS: test_write_context_manager_calls_close (test.test_aifc.AifcPCM16Test) PASS: test_write_memoryview (test.test_aifc.AifcPCM16Test) PASS: test_write_params (test.test_aifc.AifcPCM16Test) PASS: test_close (test.test_aifc.AifcPCM24Test) PASS: test_context_manager_with_filename (test.test_aifc.AifcPCM24Test) PASS: test_context_manager_with_open_file (test.test_aifc.AifcPCM24Test) PASS: test_copy (test.test_aifc.AifcPCM24Test) PASS: test_incompleted_write (test.test_aifc.AifcPCM24Test) PASS: test_multiple_writes (test.test_aifc.AifcPCM24Test) PASS: test_overflowed_write (test.test_aifc.AifcPCM24Test) PASS: test_read (test.test_aifc.AifcPCM24Test) PASS: test_read_not_from_start (test.test_aifc.AifcPCM24Test) PASS: test_read_params (test.test_aifc.AifcPCM24Test) PASS: test_unseekable_incompleted_write (test.test_aifc.AifcPCM24Test) PASS: test_unseekable_overflowed_write (test.test_aifc.AifcPCM24Test) PASS: test_unseekable_write (test.test_aifc.AifcPCM24Test) PASS: test_write (test.test_aifc.AifcPCM24Test) PASS: test_write_array (test.test_aifc.AifcPCM24Test) PASS: test_write_bytearray (test.test_aifc.AifcPCM24Test) PASS: test_write_context_manager_calls_close (test.test_aifc.AifcPCM24Test) PASS: test_write_memoryview (test.test_aifc.AifcPCM24Test) PASS: test_write_params (test.test_aifc.AifcPCM24Test) PASS: test_close (test.test_aifc.AifcPCM32Test) PASS: test_context_manager_with_filename (test.test_aifc.AifcPCM32Test) PASS: test_context_manager_with_open_file (test.test_aifc.AifcPCM32Test) PASS: test_copy (test.test_aifc.AifcPCM32Test) PASS: test_incompleted_write (test.test_aifc.AifcPCM32Test) PASS: test_multiple_writes (test.test_aifc.AifcPCM32Test) PASS: test_overflowed_write (test.test_aifc.AifcPCM32Test) PASS: test_read (test.test_aifc.AifcPCM32Test) PASS: test_read_not_from_start (test.test_aifc.AifcPCM32Test) PASS: test_read_params (test.test_aifc.AifcPCM32Test) PASS: test_unseekable_incompleted_write (test.test_aifc.AifcPCM32Test) PASS: test_unseekable_overflowed_write (test.test_aifc.AifcPCM32Test) PASS: test_unseekable_write (test.test_aifc.AifcPCM32Test) PASS: test_write (test.test_aifc.AifcPCM32Test) PASS: test_write_array (test.test_aifc.AifcPCM32Test) PASS: test_write_bytearray (test.test_aifc.AifcPCM32Test) PASS: test_write_context_manager_calls_close (test.test_aifc.AifcPCM32Test) PASS: test_write_memoryview (test.test_aifc.AifcPCM32Test) PASS: test_write_params (test.test_aifc.AifcPCM32Test) PASS: test_close (test.test_aifc.AifcPCM8Test) PASS: test_context_manager_with_filename (test.test_aifc.AifcPCM8Test) PASS: test_context_manager_with_open_file (test.test_aifc.AifcPCM8Test) PASS: test_copy (test.test_aifc.AifcPCM8Test) PASS: test_incompleted_write (test.test_aifc.AifcPCM8Test) PASS: test_multiple_writes (test.test_aifc.AifcPCM8Test) PASS: test_overflowed_write (test.test_aifc.AifcPCM8Test) PASS: test_read (test.test_aifc.AifcPCM8Test) PASS: test_read_not_from_start (test.test_aifc.AifcPCM8Test) PASS: test_read_params (test.test_aifc.AifcPCM8Test) PASS: test_unseekable_incompleted_write (test.test_aifc.AifcPCM8Test) PASS: test_unseekable_overflowed_write (test.test_aifc.AifcPCM8Test) PASS: test_unseekable_write (test.test_aifc.AifcPCM8Test) PASS: test_write (test.test_aifc.AifcPCM8Test) PASS: test_write_array (test.test_aifc.AifcPCM8Test) PASS: test_write_bytearray (test.test_aifc.AifcPCM8Test) PASS: test_write_context_manager_calls_close (test.test_aifc.AifcPCM8Test) PASS: test_write_memoryview (test.test_aifc.AifcPCM8Test) PASS: test_write_params (test.test_aifc.AifcPCM8Test) PASS: test_close (test.test_aifc.AifcULAWTest) PASS: test_context_manager_with_filename (test.test_aifc.AifcULAWTest) PASS: test_context_manager_with_open_file (test.test_aifc.AifcULAWTest) PASS: test_copy (test.test_aifc.AifcULAWTest) PASS: test_incompleted_write (test.test_aifc.AifcULAWTest) PASS: test_multiple_writes (test.test_aifc.AifcULAWTest) PASS: test_overflowed_write (test.test_aifc.AifcULAWTest) PASS: test_read (test.test_aifc.AifcULAWTest) PASS: test_read_not_from_start (test.test_aifc.AifcULAWTest) PASS: test_read_params (test.test_aifc.AifcULAWTest) PASS: test_unseekable_incompleted_write (test.test_aifc.AifcULAWTest) PASS: test_unseekable_overflowed_write (test.test_aifc.AifcULAWTest) PASS: test_unseekable_write (test.test_aifc.AifcULAWTest) PASS: test_write (test.test_aifc.AifcULAWTest) PASS: test_write_array (test.test_aifc.AifcULAWTest) PASS: test_write_bytearray (test.test_aifc.AifcULAWTest) PASS: test_write_context_manager_calls_close (test.test_aifc.AifcULAWTest) PASS: test_write_memoryview (test.test_aifc.AifcULAWTest) PASS: test_write_params (test.test_aifc.AifcULAWTest) ---------------------------------------------------------------------- Ran 141 tests in 0.107s OK 0:00:08 load avg: 0.75 [ 19/416] test_argparse PASS: test (test.test_argparse.TestActionRegistration) PASS: test_failures_many_groups_listargs (test.test_argparse.TestActionUserDefined) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestActionUserDefined) PASS: test_failures_no_groups_listargs (test.test_argparse.TestActionUserDefined) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestActionUserDefined) PASS: test_failures_one_group_listargs (test.test_argparse.TestActionUserDefined) PASS: test_failures_one_group_sysargs (test.test_argparse.TestActionUserDefined) PASS: test_successes_many_groups_listargs (test.test_argparse.TestActionUserDefined) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestActionUserDefined) PASS: test_successes_no_groups_listargs (test.test_argparse.TestActionUserDefined) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestActionUserDefined) PASS: test_successes_one_group_listargs (test.test_argparse.TestActionUserDefined) PASS: test_successes_one_group_sysargs (test.test_argparse.TestActionUserDefined) PASS: test_dest (test.test_argparse.TestActionsReturned) PASS: test_misc (test.test_argparse.TestActionsReturned) PASS: test_nargs_1_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_1_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_1_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_1_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_1_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_2_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_2_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_2_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_2_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_2_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_3_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_3_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_3_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_3_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_3_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_None_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_None_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_None_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_None_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_None_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_oneormore_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_oneormore_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_oneormore_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_oneormore_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_oneormore_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_optional_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_optional_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_optional_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_optional_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_optional_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_parser_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_parser_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_parser_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_parser_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_parser_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_remainder_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_remainder_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_remainder_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_remainder_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_remainder_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_zeroormore_metavar_length0 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_zeroormore_metavar_length1 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_zeroormore_metavar_length2 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_zeroormore_metavar_length3 (test.test_argparse.TestAddArgumentMetavar) PASS: test_nargs_zeroormore_metavar_string (test.test_argparse.TestAddArgumentMetavar) PASS: test_alias_help (test.test_argparse.TestAddSubparsers) PASS: test_alias_invocation (test.test_argparse.TestAddSubparsers) PASS: test_dest (test.test_argparse.TestAddSubparsers) PASS: test_error_alias_invocation (test.test_argparse.TestAddSubparsers) PASS: test_help (test.test_argparse.TestAddSubparsers) PASS: test_help_alternate_prefix_chars (test.test_argparse.TestAddSubparsers) PASS: test_help_extra_prefix_chars (test.test_argparse.TestAddSubparsers) PASS: test_help_non_breaking_spaces (test.test_argparse.TestAddSubparsers) PASS: test_optional_subparsers (test.test_argparse.TestAddSubparsers) PASS: test_parse_args (test.test_argparse.TestAddSubparsers) PASS: test_parse_args_failures (test.test_argparse.TestAddSubparsers) PASS: test_parse_known_args (test.test_argparse.TestAddSubparsers) PASS: test_parser_command_help (test.test_argparse.TestAddSubparsers) PASS: test_required_subparsers_default (test.test_argparse.TestAddSubparsers) PASS: test_required_subparsers_via_attribute (test.test_argparse.TestAddSubparsers) PASS: test_required_subparsers_via_kwarg (test.test_argparse.TestAddSubparsers) PASS: test_subparser1_help (test.test_argparse.TestAddSubparsers) PASS: test_subparser2_help (test.test_argparse.TestAddSubparsers) PASS: test_subparser_title_help (test.test_argparse.TestAddSubparsers) PASS: test_argument_error (test.test_argparse.TestArgumentError) PASS: test_argument_type_error (test.test_argparse.TestArgumentTypeError) PASS: test_failures_many_groups_listargs (test.test_argparse.TestArgumentsFromFile) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestArgumentsFromFile) PASS: test_failures_no_groups_listargs (test.test_argparse.TestArgumentsFromFile) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestArgumentsFromFile) PASS: test_failures_one_group_listargs (test.test_argparse.TestArgumentsFromFile) PASS: test_failures_one_group_sysargs (test.test_argparse.TestArgumentsFromFile) PASS: test_successes_many_groups_listargs (test.test_argparse.TestArgumentsFromFile) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestArgumentsFromFile) PASS: test_successes_no_groups_listargs (test.test_argparse.TestArgumentsFromFile) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestArgumentsFromFile) PASS: test_successes_one_group_listargs (test.test_argparse.TestArgumentsFromFile) PASS: test_successes_one_group_sysargs (test.test_argparse.TestArgumentsFromFile) PASS: test_failures_many_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_failures_no_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_failures_one_group_listargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_failures_one_group_sysargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_successes_many_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_successes_no_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_successes_one_group_listargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_successes_one_group_sysargs (test.test_argparse.TestArgumentsFromFileConverter) PASS: test_bad_type (test.test_argparse.TestConflictHandling) PASS: test_conflict_error (test.test_argparse.TestConflictHandling) PASS: test_resolve_error (test.test_argparse.TestConflictHandling) PASS: test_failures_many_groups_listargs (test.test_argparse.TestDefaultSuppress) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestDefaultSuppress) PASS: test_failures_no_groups_listargs (test.test_argparse.TestDefaultSuppress) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestDefaultSuppress) PASS: test_failures_one_group_listargs (test.test_argparse.TestDefaultSuppress) PASS: test_failures_one_group_sysargs (test.test_argparse.TestDefaultSuppress) PASS: test_successes_many_groups_listargs (test.test_argparse.TestDefaultSuppress) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestDefaultSuppress) PASS: test_successes_no_groups_listargs (test.test_argparse.TestDefaultSuppress) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestDefaultSuppress) PASS: test_successes_one_group_listargs (test.test_argparse.TestDefaultSuppress) PASS: test_successes_one_group_sysargs (test.test_argparse.TestDefaultSuppress) PASS: test_failures_many_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_failures_no_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_failures_one_group_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_failures_one_group_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_successes_many_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_successes_no_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_successes_one_group_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_successes_one_group_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments) PASS: test_argparse_module_encoding (test.test_argparse.TestEncoding) PASS: test_test_argparse_module_encoding (test.test_argparse.TestEncoding) PASS: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeDefaults) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeDefaults) PASS: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeDefaults) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeDefaults) PASS: test_failures_one_group_listargs (test.test_argparse.TestFileTypeDefaults) PASS: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeDefaults) PASS: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeDefaults) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeDefaults) PASS: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeDefaults) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeDefaults) PASS: test_successes_one_group_listargs (test.test_argparse.TestFileTypeDefaults) PASS: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeDefaults) PASS: test_open_args (test.test_argparse.TestFileTypeOpenArgs) PASS: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeR) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeR) PASS: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeR) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeR) PASS: test_failures_one_group_listargs (test.test_argparse.TestFileTypeR) PASS: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeR) PASS: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeR) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeR) PASS: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeR) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeR) PASS: test_successes_one_group_listargs (test.test_argparse.TestFileTypeR) PASS: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeR) PASS: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeRB) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeRB) PASS: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeRB) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeRB) PASS: test_failures_one_group_listargs (test.test_argparse.TestFileTypeRB) PASS: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeRB) PASS: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeRB) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeRB) PASS: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeRB) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeRB) PASS: test_successes_one_group_listargs (test.test_argparse.TestFileTypeRB) PASS: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeRB) PASS: test_r (test.test_argparse.TestFileTypeRepr) PASS: test_r_1_replace (test.test_argparse.TestFileTypeRepr) PASS: test_r_latin (test.test_argparse.TestFileTypeRepr) PASS: test_w_big5_ignore (test.test_argparse.TestFileTypeRepr) PASS: test_wb_1 (test.test_argparse.TestFileTypeRepr) SKIP: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_failures_one_group_listargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_successes_one_group_listargs (test.test_argparse.TestFileTypeW) 'non-root user required' SKIP: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeW) 'non-root user required' PASS: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeWB) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeWB) PASS: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeWB) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeWB) PASS: test_failures_one_group_listargs (test.test_argparse.TestFileTypeWB) PASS: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeWB) PASS: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeWB) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeWB) PASS: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeWB) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeWB) PASS: test_successes_one_group_listargs (test.test_argparse.TestFileTypeWB) PASS: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeWB) PASS: test_get_default (test.test_argparse.TestGetDefault) PASS: test_format_help (test.test_argparse.TestHelpAlternatePrefixChars) PASS: test_format_usage (test.test_argparse.TestHelpAlternatePrefixChars) PASS: test_print_file_help (test.test_argparse.TestHelpAlternatePrefixChars) PASS: test_print_file_usage (test.test_argparse.TestHelpAlternatePrefixChars) PASS: test_print_help (test.test_argparse.TestHelpAlternatePrefixChars) PASS: test_print_usage (test.test_argparse.TestHelpAlternatePrefixChars) PASS: test_format_help (test.test_argparse.TestHelpArgumentDefaults) PASS: test_format_usage (test.test_argparse.TestHelpArgumentDefaults) PASS: test_print_file_help (test.test_argparse.TestHelpArgumentDefaults) PASS: test_print_file_usage (test.test_argparse.TestHelpArgumentDefaults) PASS: test_print_help (test.test_argparse.TestHelpArgumentDefaults) PASS: test_print_usage (test.test_argparse.TestHelpArgumentDefaults) PASS: test_format_help (test.test_argparse.TestHelpBiggerOptionalGroups) PASS: test_format_usage (test.test_argparse.TestHelpBiggerOptionalGroups) PASS: test_print_file_help (test.test_argparse.TestHelpBiggerOptionalGroups) PASS: test_print_file_usage (test.test_argparse.TestHelpBiggerOptionalGroups) PASS: test_print_help (test.test_argparse.TestHelpBiggerOptionalGroups) PASS: test_print_usage (test.test_argparse.TestHelpBiggerOptionalGroups) PASS: test_format_help (test.test_argparse.TestHelpBiggerOptionals) PASS: test_format_usage (test.test_argparse.TestHelpBiggerOptionals) PASS: test_print_file_help (test.test_argparse.TestHelpBiggerOptionals) PASS: test_print_file_usage (test.test_argparse.TestHelpBiggerOptionals) PASS: test_print_help (test.test_argparse.TestHelpBiggerOptionals) PASS: test_print_usage (test.test_argparse.TestHelpBiggerOptionals) PASS: test_format_help (test.test_argparse.TestHelpBiggerPositionals) PASS: test_format_usage (test.test_argparse.TestHelpBiggerPositionals) PASS: test_print_file_help (test.test_argparse.TestHelpBiggerPositionals) PASS: test_print_file_usage (test.test_argparse.TestHelpBiggerPositionals) PASS: test_print_help (test.test_argparse.TestHelpBiggerPositionals) PASS: test_print_usage (test.test_argparse.TestHelpBiggerPositionals) PASS: test_format_help (test.test_argparse.TestHelpMetavarTypeFormatter) PASS: test_format_usage (test.test_argparse.TestHelpMetavarTypeFormatter) PASS: test_print_file_help (test.test_argparse.TestHelpMetavarTypeFormatter) PASS: test_print_file_usage (test.test_argparse.TestHelpMetavarTypeFormatter) PASS: test_print_help (test.test_argparse.TestHelpMetavarTypeFormatter) PASS: test_print_usage (test.test_argparse.TestHelpMetavarTypeFormatter) PASS: test_format_help (test.test_argparse.TestHelpNoHelpOptional) PASS: test_format_usage (test.test_argparse.TestHelpNoHelpOptional) PASS: test_print_file_help (test.test_argparse.TestHelpNoHelpOptional) PASS: test_print_file_usage (test.test_argparse.TestHelpNoHelpOptional) PASS: test_print_help (test.test_argparse.TestHelpNoHelpOptional) PASS: test_print_usage (test.test_argparse.TestHelpNoHelpOptional) PASS: test_format_help (test.test_argparse.TestHelpNone) PASS: test_format_usage (test.test_argparse.TestHelpNone) PASS: test_print_file_help (test.test_argparse.TestHelpNone) PASS: test_print_file_usage (test.test_argparse.TestHelpNone) PASS: test_print_help (test.test_argparse.TestHelpNone) PASS: test_print_usage (test.test_argparse.TestHelpNone) PASS: test_format_help (test.test_argparse.TestHelpOnlyUserGroups) PASS: test_format_usage (test.test_argparse.TestHelpOnlyUserGroups) PASS: test_print_file_help (test.test_argparse.TestHelpOnlyUserGroups) PASS: test_print_file_usage (test.test_argparse.TestHelpOnlyUserGroups) PASS: test_print_help (test.test_argparse.TestHelpOnlyUserGroups) PASS: test_print_usage (test.test_argparse.TestHelpOnlyUserGroups) PASS: test_format_help (test.test_argparse.TestHelpRawDescription) PASS: test_format_usage (test.test_argparse.TestHelpRawDescription) PASS: test_print_file_help (test.test_argparse.TestHelpRawDescription) PASS: test_print_file_usage (test.test_argparse.TestHelpRawDescription) PASS: test_print_help (test.test_argparse.TestHelpRawDescription) PASS: test_print_usage (test.test_argparse.TestHelpRawDescription) PASS: test_format_help (test.test_argparse.TestHelpRawText) PASS: test_format_usage (test.test_argparse.TestHelpRawText) PASS: test_print_file_help (test.test_argparse.TestHelpRawText) PASS: test_print_file_usage (test.test_argparse.TestHelpRawText) PASS: test_print_help (test.test_argparse.TestHelpRawText) PASS: test_print_usage (test.test_argparse.TestHelpRawText) PASS: test_format_help (test.test_argparse.TestHelpReformatting) PASS: test_format_usage (test.test_argparse.TestHelpReformatting) PASS: test_print_file_help (test.test_argparse.TestHelpReformatting) PASS: test_print_file_usage (test.test_argparse.TestHelpReformatting) PASS: test_print_help (test.test_argparse.TestHelpReformatting) PASS: test_print_usage (test.test_argparse.TestHelpReformatting) PASS: test_format_help (test.test_argparse.TestHelpRequiredOptional) PASS: test_format_usage (test.test_argparse.TestHelpRequiredOptional) PASS: test_print_file_help (test.test_argparse.TestHelpRequiredOptional) PASS: test_print_file_usage (test.test_argparse.TestHelpRequiredOptional) PASS: test_print_help (test.test_argparse.TestHelpRequiredOptional) PASS: test_print_usage (test.test_argparse.TestHelpRequiredOptional) PASS: test_format_help (test.test_argparse.TestHelpSubparsersOrdering) PASS: test_format_usage (test.test_argparse.TestHelpSubparsersOrdering) PASS: test_print_file_help (test.test_argparse.TestHelpSubparsersOrdering) PASS: test_print_file_usage (test.test_argparse.TestHelpSubparsersOrdering) PASS: test_print_help (test.test_argparse.TestHelpSubparsersOrdering) PASS: test_print_usage (test.test_argparse.TestHelpSubparsersOrdering) PASS: test_format_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering) PASS: test_format_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering) PASS: test_print_file_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering) PASS: test_print_file_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering) PASS: test_print_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering) PASS: test_print_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering) PASS: test_format_help (test.test_argparse.TestHelpSuppressOptional) PASS: test_format_usage (test.test_argparse.TestHelpSuppressOptional) PASS: test_print_file_help (test.test_argparse.TestHelpSuppressOptional) PASS: test_print_file_usage (test.test_argparse.TestHelpSuppressOptional) PASS: test_print_help (test.test_argparse.TestHelpSuppressOptional) PASS: test_print_usage (test.test_argparse.TestHelpSuppressOptional) PASS: test_format_help (test.test_argparse.TestHelpSuppressOptionalGroup) PASS: test_format_usage (test.test_argparse.TestHelpSuppressOptionalGroup) PASS: test_print_file_help (test.test_argparse.TestHelpSuppressOptionalGroup) PASS: test_print_file_usage (test.test_argparse.TestHelpSuppressOptionalGroup) PASS: test_print_help (test.test_argparse.TestHelpSuppressOptionalGroup) PASS: test_print_usage (test.test_argparse.TestHelpSuppressOptionalGroup) PASS: test_format_help (test.test_argparse.TestHelpSuppressPositional) PASS: test_format_usage (test.test_argparse.TestHelpSuppressPositional) PASS: test_print_file_help (test.test_argparse.TestHelpSuppressPositional) PASS: test_print_file_usage (test.test_argparse.TestHelpSuppressPositional) PASS: test_print_help (test.test_argparse.TestHelpSuppressPositional) PASS: test_print_usage (test.test_argparse.TestHelpSuppressPositional) PASS: test_format_help (test.test_argparse.TestHelpSuppressUsage) PASS: test_format_usage (test.test_argparse.TestHelpSuppressUsage) PASS: test_print_file_help (test.test_argparse.TestHelpSuppressUsage) PASS: test_print_file_usage (test.test_argparse.TestHelpSuppressUsage) PASS: test_print_help (test.test_argparse.TestHelpSuppressUsage) PASS: test_print_usage (test.test_argparse.TestHelpSuppressUsage) PASS: test_format_help (test.test_argparse.TestHelpTupleMetavar) PASS: test_format_usage (test.test_argparse.TestHelpTupleMetavar) PASS: test_print_file_help (test.test_argparse.TestHelpTupleMetavar) PASS: test_print_file_usage (test.test_argparse.TestHelpTupleMetavar) PASS: test_print_help (test.test_argparse.TestHelpTupleMetavar) PASS: test_print_usage (test.test_argparse.TestHelpTupleMetavar) PASS: test_format_help (test.test_argparse.TestHelpUsage) PASS: test_format_usage (test.test_argparse.TestHelpUsage) PASS: test_print_file_help (test.test_argparse.TestHelpUsage) PASS: test_print_file_usage (test.test_argparse.TestHelpUsage) PASS: test_print_help (test.test_argparse.TestHelpUsage) PASS: test_print_usage (test.test_argparse.TestHelpUsage) PASS: test_format_help (test.test_argparse.TestHelpUsageLongProg) PASS: test_format_usage (test.test_argparse.TestHelpUsageLongProg) PASS: test_print_file_help (test.test_argparse.TestHelpUsageLongProg) PASS: test_print_file_usage (test.test_argparse.TestHelpUsageLongProg) PASS: test_print_help (test.test_argparse.TestHelpUsageLongProg) PASS: test_print_usage (test.test_argparse.TestHelpUsageLongProg) PASS: test_format_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap) PASS: test_format_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap) PASS: test_print_file_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap) PASS: test_print_file_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap) PASS: test_print_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap) PASS: test_print_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap) PASS: test_format_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap) PASS: test_format_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap) PASS: test_print_file_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap) PASS: test_print_file_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap) PASS: test_print_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap) PASS: test_print_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap) PASS: test_format_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap) PASS: test_format_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap) PASS: test_print_file_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap) PASS: test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap) PASS: test_print_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap) PASS: test_print_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap) PASS: test_format_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap) PASS: test_format_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap) PASS: test_print_file_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap) PASS: test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap) PASS: test_print_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap) PASS: test_print_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap) PASS: test_format_help (test.test_argparse.TestHelpUsageOptionalsWrap) PASS: test_format_usage (test.test_argparse.TestHelpUsageOptionalsWrap) PASS: test_print_file_help (test.test_argparse.TestHelpUsageOptionalsWrap) PASS: test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsWrap) PASS: test_print_help (test.test_argparse.TestHelpUsageOptionalsWrap) PASS: test_print_usage (test.test_argparse.TestHelpUsageOptionalsWrap) PASS: test_format_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap) PASS: test_format_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap) PASS: test_print_file_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap) PASS: test_print_file_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap) PASS: test_print_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap) PASS: test_print_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap) PASS: test_format_help (test.test_argparse.TestHelpUsagePositionalsWrap) PASS: test_format_usage (test.test_argparse.TestHelpUsagePositionalsWrap) PASS: test_print_file_help (test.test_argparse.TestHelpUsagePositionalsWrap) PASS: test_print_file_usage (test.test_argparse.TestHelpUsagePositionalsWrap) PASS: test_print_help (test.test_argparse.TestHelpUsagePositionalsWrap) PASS: test_print_usage (test.test_argparse.TestHelpUsagePositionalsWrap) PASS: test_format_help (test.test_argparse.TestHelpVariableExpansion) PASS: test_format_usage (test.test_argparse.TestHelpVariableExpansion) PASS: test_print_file_help (test.test_argparse.TestHelpVariableExpansion) PASS: test_print_file_usage (test.test_argparse.TestHelpVariableExpansion) PASS: test_print_help (test.test_argparse.TestHelpVariableExpansion) PASS: test_print_usage (test.test_argparse.TestHelpVariableExpansion) PASS: test_format_help (test.test_argparse.TestHelpVariableExpansionNoArguments) PASS: test_format_usage (test.test_argparse.TestHelpVariableExpansionNoArguments) PASS: test_print_file_help (test.test_argparse.TestHelpVariableExpansionNoArguments) PASS: test_print_file_usage (test.test_argparse.TestHelpVariableExpansionNoArguments) PASS: test_print_help (test.test_argparse.TestHelpVariableExpansionNoArguments) PASS: test_print_usage (test.test_argparse.TestHelpVariableExpansionNoArguments) PASS: test_format_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied) PASS: test_format_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied) PASS: test_print_file_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied) PASS: test_print_file_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied) PASS: test_print_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied) PASS: test_print_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied) PASS: test_format_help (test.test_argparse.TestHelpVersionAction) PASS: test_format_usage (test.test_argparse.TestHelpVersionAction) PASS: test_print_file_help (test.test_argparse.TestHelpVersionAction) PASS: test_print_file_usage (test.test_argparse.TestHelpVersionAction) PASS: test_print_help (test.test_argparse.TestHelpVersionAction) PASS: test_print_usage (test.test_argparse.TestHelpVersionAction) PASS: test_format_help (test.test_argparse.TestHelpVersionActionSuppress) PASS: test_format_usage (test.test_argparse.TestHelpVersionActionSuppress) PASS: test_print_file_help (test.test_argparse.TestHelpVersionActionSuppress) PASS: test_print_file_usage (test.test_argparse.TestHelpVersionActionSuppress) PASS: test_print_help (test.test_argparse.TestHelpVersionActionSuppress) PASS: test_print_usage (test.test_argparse.TestHelpVersionActionSuppress) PASS: test_format_help (test.test_argparse.TestHelpWrappingLongNames) PASS: test_format_usage (test.test_argparse.TestHelpWrappingLongNames) PASS: test_print_file_help (test.test_argparse.TestHelpWrappingLongNames) PASS: test_print_file_usage (test.test_argparse.TestHelpWrappingLongNames) PASS: test_print_help (test.test_argparse.TestHelpWrappingLongNames) PASS: test_print_usage (test.test_argparse.TestHelpWrappingLongNames) PASS: test_format_help (test.test_argparse.TestHelpWrappingShortNames) PASS: test_format_usage (test.test_argparse.TestHelpWrappingShortNames) PASS: test_print_file_help (test.test_argparse.TestHelpWrappingShortNames) PASS: test_print_file_usage (test.test_argparse.TestHelpWrappingShortNames) PASS: test_print_help (test.test_argparse.TestHelpWrappingShortNames) PASS: test_print_usage (test.test_argparse.TestHelpWrappingShortNames) PASS: test (test.test_argparse.TestImportStar) PASS: test_all_exports_everything_but_modules (test.test_argparse.TestImportStar) PASS: test_basic (test.test_argparse.TestIntermixedArgs) PASS: test_exclusive (test.test_argparse.TestIntermixedArgs) PASS: test_exclusive_incompatible (test.test_argparse.TestIntermixedArgs) PASS: test_remainder (test.test_argparse.TestIntermixedArgs) PASS: test_missing_argument_name_in_message (test.test_argparse.TestIntermixedMessageContentError) PASS: test_invalid_action (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_invalid_keyword_arguments (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_invalid_option_strings (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_invalid_type (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_missing_destination (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_more_than_one_argument_actions (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_multiple_dest (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_no_argument_actions (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_no_argument_no_const_actions (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_parsers_action_missing_params (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_required_const_actions (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_required_positional (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_user_defined_action (test.test_argparse.TestInvalidArgumentConstructors) PASS: test_missing_argument_name_in_message (test.test_argparse.TestMessageContentError) PASS: test_optional_optional_not_in_message (test.test_argparse.TestMessageContentError) PASS: test_optional_positional_not_in_message (test.test_argparse.TestMessageContentError) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent) PASS: test_help (test.test_argparse.TestMutuallyExclusiveGroupErrors) PASS: test_invalid_add_argument (test.test_argparse.TestMutuallyExclusiveGroupErrors) PASS: test_invalid_add_argument_group (test.test_argparse.TestMutuallyExclusiveGroupErrors) PASS: test_help (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent) PASS: test_invalid_add_argument (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent) PASS: test_invalid_add_argument_group (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveInGroup) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveInGroup) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveInGroup) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveInGroup) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveLong) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveLong) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveLong) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveLong) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveLong) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveLong) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveLong) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveLong) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveLongParent) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveLongParent) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveLongParent) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveLongParent) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveSimple) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveSimple) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveSimple) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveSimple) PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent) PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent) PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent) PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent) PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent) PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent) PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent) PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent) PASS: test_constructor (test.test_argparse.TestNamespace) PASS: test_equality (test.test_argparse.TestNamespace) PASS: test_equality_returns_notimplemented (test.test_argparse.TestNamespace) PASS: test_empty (test.test_argparse.TestNamespaceContainsSimple) PASS: test_non_empty (test.test_argparse.TestNamespaceContainsSimple) PASS: test_failures_many_groups_listargs (test.test_argparse.TestNargsRemainder) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestNargsRemainder) PASS: test_failures_no_groups_listargs (test.test_argparse.TestNargsRemainder) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestNargsRemainder) PASS: test_failures_one_group_listargs (test.test_argparse.TestNargsRemainder) PASS: test_failures_one_group_sysargs (test.test_argparse.TestNargsRemainder) PASS: test_successes_many_groups_listargs (test.test_argparse.TestNargsRemainder) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestNargsRemainder) PASS: test_successes_no_groups_listargs (test.test_argparse.TestNargsRemainder) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestNargsRemainder) PASS: test_successes_one_group_listargs (test.test_argparse.TestNargsRemainder) PASS: test_successes_one_group_sysargs (test.test_argparse.TestNargsRemainder) PASS: test_failures_many_groups_listargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestNargsZeroOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionLike) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionLike) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionLike) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionLike) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionLike) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionLike) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionLike) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionLike) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionLike) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionLike) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionLike) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionLike) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppend) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConst) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionCount) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionCount) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionCount) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionCount) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionCount) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionCount) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionCount) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionCount) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionCount) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionCount) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionCount) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionCount) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStore) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStore) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreConst) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreFalse) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreTrue) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsChoices) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsChoices) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsChoices) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsChoices) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsChoices) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsChoices) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsChoices) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsChoices) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsChoices) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsChoices) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsChoices) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsChoices) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDefault) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDefault) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDefault) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDefault) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDefault) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDefault) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDefault) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDefault) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDefault) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDefault) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDefault) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDefault) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDest) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDest) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDest) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDest) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDest) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDest) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDest) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDest) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDest) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDest) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDest) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDest) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDash) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch) PASS: test_alternate_help_version (test.test_argparse.TestOptionalsHelpVersionActions) PASS: test_help_version_extra_arguments (test.test_argparse.TestOptionalsHelpVersionActions) PASS: test_no_help (test.test_argparse.TestOptionalsHelpVersionActions) PASS: test_version (test.test_argparse.TestOptionalsHelpVersionActions) PASS: test_version_action (test.test_argparse.TestOptionalsHelpVersionActions) PASS: test_version_format (test.test_argparse.TestOptionalsHelpVersionActions) PASS: test_version_no_help (test.test_argparse.TestOptionalsHelpVersionActions) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargs1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargs1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargs1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargs1) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargs1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargs1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargs1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargs1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargs1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargs1) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargs1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargs1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargs3) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargs3) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargs3) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargs3) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargs3) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargs3) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargs3) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargs3) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargs3) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargs3) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargs3) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargs3) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsDefault) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsOptional) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNumeric) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNumeric) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNumeric) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNumeric) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNumeric) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNumeric) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNumeric) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNumeric) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNumeric) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNumeric) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNumeric) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNumeric) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsRequired) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsRequired) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsRequired) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsRequired) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsRequired) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsRequired) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsRequired) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsRequired) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsRequired) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsRequired) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsRequired) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsRequired) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsShortLong) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsShortLong) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsShortLong) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsShortLong) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsShortLong) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsShortLong) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsShortLong) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsShortLong) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsShortLong) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsShortLong) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsShortLong) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsShortLong) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDash) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashCombined) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashLong) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous) PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash) PASS: test_conflicting_parents (test.test_argparse.TestParentParsers) PASS: test_conflicting_parents_mutex (test.test_argparse.TestParentParsers) PASS: test_groups_parents (test.test_argparse.TestParentParsers) PASS: test_multiple_parents (test.test_argparse.TestParentParsers) PASS: test_multiple_parents_mutex (test.test_argparse.TestParentParsers) PASS: test_parent_help (test.test_argparse.TestParentParsers) PASS: test_same_argument_name_parents (test.test_argparse.TestParentParsers) PASS: test_single_granparent_mutex (test.test_argparse.TestParentParsers) PASS: test_single_parent (test.test_argparse.TestParentParsers) PASS: test_single_parent_mutex (test.test_argparse.TestParentParsers) PASS: test_subparser_parents (test.test_argparse.TestParentParsers) PASS: test_subparser_parents_mutex (test.test_argparse.TestParentParsers) PASS: test_arguments_list (test.test_argparse.TestParseKnownArgs) PASS: test_arguments_list_positional (test.test_argparse.TestParseKnownArgs) PASS: test_arguments_tuple (test.test_argparse.TestParseKnownArgs) PASS: test_arguments_tuple_positional (test.test_argparse.TestParseKnownArgs) PASS: test_mixed (test.test_argparse.TestParseKnownArgs) PASS: test_optionals (test.test_argparse.TestParseKnownArgs) PASS: test_failures_many_groups_listargs (test.test_argparse.TestParserDefault42) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestParserDefault42) PASS: test_failures_no_groups_listargs (test.test_argparse.TestParserDefault42) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestParserDefault42) PASS: test_failures_one_group_listargs (test.test_argparse.TestParserDefault42) PASS: test_failures_one_group_sysargs (test.test_argparse.TestParserDefault42) PASS: test_successes_many_groups_listargs (test.test_argparse.TestParserDefault42) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestParserDefault42) PASS: test_successes_no_groups_listargs (test.test_argparse.TestParserDefault42) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestParserDefault42) PASS: test_successes_one_group_listargs (test.test_argparse.TestParserDefault42) PASS: test_successes_one_group_sysargs (test.test_argparse.TestParserDefault42) PASS: test_failures_many_groups_listargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_failures_no_groups_listargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_failures_one_group_listargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_failures_one_group_sysargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_successes_many_groups_listargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_successes_no_groups_listargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_successes_one_group_listargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_successes_one_group_sysargs (test.test_argparse.TestParserDefaultSuppress) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsActionAppend) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsChoicesInt) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsChoicesString) PASS: test_group_first (test.test_argparse.TestPositionalsGroups) PASS: test_interleaved_groups (test.test_argparse.TestPositionalsGroups) PASS: test_nongroup_first (test.test_argparse.TestPositionalsGroups) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs1) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs1) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2None) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2Optional) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneNone) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone) PASS: test_failures_many_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_failures_no_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_failures_one_group_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_failures_one_group_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_successes_many_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_successes_no_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_successes_one_group_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_successes_one_group_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments) PASS: test_set_defaults_no_args (test.test_argparse.TestSetDefaults) PASS: test_set_defaults_on_parent_and_subparser (test.test_argparse.TestSetDefaults) PASS: test_set_defaults_parents (test.test_argparse.TestSetDefaults) PASS: test_set_defaults_same_as_add_argument (test.test_argparse.TestSetDefaults) PASS: test_set_defaults_same_as_add_argument_group (test.test_argparse.TestSetDefaults) PASS: test_set_defaults_subparsers (test.test_argparse.TestSetDefaults) PASS: test_set_defaults_with_args (test.test_argparse.TestSetDefaults) PASS: test_format_help (test.test_argparse.TestShortColumns) PASS: test_format_usage (test.test_argparse.TestShortColumns) PASS: test_print_file_help (test.test_argparse.TestShortColumns) PASS: test_print_file_usage (test.test_argparse.TestShortColumns) PASS: test_print_help (test.test_argparse.TestShortColumns) PASS: test_print_usage (test.test_argparse.TestShortColumns) PASS: test_argument (test.test_argparse.TestStrings) PASS: test_namespace (test.test_argparse.TestStrings) PASS: test_namespace_kwargs_and_starkwargs_notidentifier (test.test_argparse.TestStrings) PASS: test_namespace_starkwargs_identifier (test.test_argparse.TestStrings) PASS: test_namespace_starkwargs_notidentifier (test.test_argparse.TestStrings) PASS: test_optional (test.test_argparse.TestStrings) PASS: test_parser (test.test_argparse.TestStrings) PASS: test_failures_many_groups_listargs (test.test_argparse.TestTypeCallable) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestTypeCallable) PASS: test_failures_no_groups_listargs (test.test_argparse.TestTypeCallable) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestTypeCallable) PASS: test_failures_one_group_listargs (test.test_argparse.TestTypeCallable) PASS: test_failures_one_group_sysargs (test.test_argparse.TestTypeCallable) PASS: test_successes_many_groups_listargs (test.test_argparse.TestTypeCallable) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestTypeCallable) PASS: test_successes_no_groups_listargs (test.test_argparse.TestTypeCallable) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestTypeCallable) PASS: test_successes_one_group_listargs (test.test_argparse.TestTypeCallable) PASS: test_successes_one_group_sysargs (test.test_argparse.TestTypeCallable) PASS: test_failures_many_groups_listargs (test.test_argparse.TestTypeClassicClass) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestTypeClassicClass) PASS: test_failures_no_groups_listargs (test.test_argparse.TestTypeClassicClass) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestTypeClassicClass) PASS: test_failures_one_group_listargs (test.test_argparse.TestTypeClassicClass) PASS: test_failures_one_group_sysargs (test.test_argparse.TestTypeClassicClass) PASS: test_successes_many_groups_listargs (test.test_argparse.TestTypeClassicClass) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestTypeClassicClass) PASS: test_successes_no_groups_listargs (test.test_argparse.TestTypeClassicClass) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestTypeClassicClass) PASS: test_successes_one_group_listargs (test.test_argparse.TestTypeClassicClass) PASS: test_successes_one_group_sysargs (test.test_argparse.TestTypeClassicClass) PASS: test_type_function_call_only_once (test.test_argparse.TestTypeFunctionCallOnlyOnce) PASS: test_issue_15906 (test.test_argparse.TestTypeFunctionCalledOnDefault) PASS: test_no_double_type_conversion_of_default (test.test_argparse.TestTypeFunctionCalledOnDefault) PASS: test_type_function_call_with_non_string_default (test.test_argparse.TestTypeFunctionCalledOnDefault) PASS: test_type_function_call_with_string_default (test.test_argparse.TestTypeFunctionCalledOnDefault) PASS: test (test.test_argparse.TestTypeRegistration) PASS: test_failures_many_groups_listargs (test.test_argparse.TestTypeUserDefined) PASS: test_failures_many_groups_sysargs (test.test_argparse.TestTypeUserDefined) PASS: test_failures_no_groups_listargs (test.test_argparse.TestTypeUserDefined) PASS: test_failures_no_groups_sysargs (test.test_argparse.TestTypeUserDefined) PASS: test_failures_one_group_listargs (test.test_argparse.TestTypeUserDefined) PASS: test_failures_one_group_sysargs (test.test_argparse.TestTypeUserDefined) PASS: test_successes_many_groups_listargs (test.test_argparse.TestTypeUserDefined) PASS: test_successes_many_groups_sysargs (test.test_argparse.TestTypeUserDefined) PASS: test_successes_no_groups_listargs (test.test_argparse.TestTypeUserDefined) PASS: test_successes_no_groups_sysargs (test.test_argparse.TestTypeUserDefined) PASS: test_successes_one_group_listargs (test.test_argparse.TestTypeUserDefined) PASS: test_successes_one_group_sysargs (test.test_argparse.TestTypeUserDefined) PASS: test_help_with_metavar (test.test_argparse.TestWrappingMetavar) ---------------------------------------------------------------------- Ran 1574 tests in 1.369s OK (skipped=12) 0:00:09 load avg: 0.93 [ 20/416] test_array PASS: test_error (test.test_array.ArrayReconstructorTest) PASS: test_numbers (test.test_array.ArrayReconstructorTest) PASS: test_unicode (test.test_array.ArrayReconstructorTest) PASS: test_add (test.test_array.ByteTest) PASS: test_assignment (test.test_array.ByteTest) PASS: test_buffer (test.test_array.ByteTest) PASS: test_buffer_info (test.test_array.ByteTest) PASS: test_bug_782369 (test.test_array.ByteTest) PASS: test_byteswap (test.test_array.ByteTest) PASS: test_cmp (test.test_array.ByteTest) PASS: test_constructor (test.test_array.ByteTest) PASS: test_constructor_with_iterable_argument (test.test_array.ByteTest) PASS: test_copy (test.test_array.ByteTest) PASS: test_count (test.test_array.ByteTest) PASS: test_coveritertraverse (test.test_array.ByteTest) PASS: test_create_from_bytes (test.test_array.ByteTest) PASS: test_deepcopy (test.test_array.ByteTest) PASS: test_delitem (test.test_array.ByteTest) PASS: test_delslice (test.test_array.ByteTest) PASS: test_exhausted_iterator (test.test_array.ByteTest) PASS: test_extend (test.test_array.ByteTest) PASS: test_extended_getslice (test.test_array.ByteTest) PASS: test_extended_set_del_slice (test.test_array.ByteTest) PASS: test_extslice (test.test_array.ByteTest) PASS: test_filewrite (test.test_array.ByteTest) PASS: test_free_after_iterating (test.test_array.ByteTest) PASS: test_fromarray (test.test_array.ByteTest) PASS: test_frombytearray (test.test_array.ByteTest) PASS: test_fromfile_ioerror (test.test_array.ByteTest) PASS: test_getitem (test.test_array.ByteTest) PASS: test_getslice (test.test_array.ByteTest) PASS: test_iadd (test.test_array.ByteTest) PASS: test_imul (test.test_array.ByteTest) PASS: test_index (test.test_array.ByteTest) PASS: test_initialize_with_unicode (test.test_array.ByteTest) PASS: test_insert (test.test_array.ByteTest) PASS: test_iterationcontains (test.test_array.ByteTest) PASS: test_iterator_pickle (test.test_array.ByteTest) PASS: test_len (test.test_array.ByteTest) PASS: test_mul (test.test_array.ByteTest) PASS: test_obsolete_write_lock (test.test_array.ByteTest) PASS: test_overflow (test.test_array.ByteTest) PASS: test_pickle (test.test_array.ByteTest) PASS: test_pickle_for_empty_array (test.test_array.ByteTest) PASS: test_pop (test.test_array.ByteTest) PASS: test_reduce_ex (test.test_array.ByteTest) PASS: test_remove (test.test_array.ByteTest) PASS: test_repr (test.test_array.ByteTest) PASS: test_reverse (test.test_array.ByteTest) PASS: test_setitem (test.test_array.ByteTest) PASS: test_setslice (test.test_array.ByteTest) PASS: test_sizeof_with_buffer (test.test_array.ByteTest) PASS: test_sizeof_without_buffer (test.test_array.ByteTest) PASS: test_str (test.test_array.ByteTest) PASS: test_subclass_with_kwargs (test.test_array.ByteTest) PASS: test_subclassing (test.test_array.ByteTest) PASS: test_tofrombytes (test.test_array.ByteTest) PASS: test_tofromfile (test.test_array.ByteTest) PASS: test_tofromlist (test.test_array.ByteTest) PASS: test_tofromstring (test.test_array.ByteTest) PASS: test_type_error (test.test_array.ByteTest) PASS: test_weakref (test.test_array.ByteTest) PASS: test_add (test.test_array.DoubleTest) PASS: test_alloc_overflow (test.test_array.DoubleTest) PASS: test_assignment (test.test_array.DoubleTest) PASS: test_buffer (test.test_array.DoubleTest) PASS: test_buffer_info (test.test_array.DoubleTest) PASS: test_bug_782369 (test.test_array.DoubleTest) PASS: test_byteswap (test.test_array.DoubleTest) PASS: test_cmp (test.test_array.DoubleTest) PASS: test_constructor (test.test_array.DoubleTest) PASS: test_constructor_with_iterable_argument (test.test_array.DoubleTest) PASS: test_copy (test.test_array.DoubleTest) PASS: test_count (test.test_array.DoubleTest) PASS: test_coveritertraverse (test.test_array.DoubleTest) PASS: test_create_from_bytes (test.test_array.DoubleTest) PASS: test_deepcopy (test.test_array.DoubleTest) PASS: test_delitem (test.test_array.DoubleTest) PASS: test_delslice (test.test_array.DoubleTest) PASS: test_exhausted_iterator (test.test_array.DoubleTest) PASS: test_extend (test.test_array.DoubleTest) PASS: test_extended_getslice (test.test_array.DoubleTest) PASS: test_extended_set_del_slice (test.test_array.DoubleTest) PASS: test_extslice (test.test_array.DoubleTest) PASS: test_filewrite (test.test_array.DoubleTest) PASS: test_free_after_iterating (test.test_array.DoubleTest) PASS: test_fromarray (test.test_array.DoubleTest) PASS: test_frombytearray (test.test_array.DoubleTest) PASS: test_fromfile_ioerror (test.test_array.DoubleTest) PASS: test_getitem (test.test_array.DoubleTest) PASS: test_getslice (test.test_array.DoubleTest) PASS: test_iadd (test.test_array.DoubleTest) PASS: test_imul (test.test_array.DoubleTest) PASS: test_index (test.test_array.DoubleTest) PASS: test_initialize_with_unicode (test.test_array.DoubleTest) PASS: test_insert (test.test_array.DoubleTest) PASS: test_iterationcontains (test.test_array.DoubleTest) PASS: test_iterator_pickle (test.test_array.DoubleTest) PASS: test_len (test.test_array.DoubleTest) PASS: test_mul (test.test_array.DoubleTest) PASS: test_nan (test.test_array.DoubleTest) PASS: test_obsolete_write_lock (test.test_array.DoubleTest) PASS: test_pickle (test.test_array.DoubleTest) PASS: test_pickle_for_empty_array (test.test_array.DoubleTest) PASS: test_pop (test.test_array.DoubleTest) PASS: test_reduce_ex (test.test_array.DoubleTest) PASS: test_remove (test.test_array.DoubleTest) PASS: test_repr (test.test_array.DoubleTest) PASS: test_reverse (test.test_array.DoubleTest) PASS: test_setitem (test.test_array.DoubleTest) PASS: test_setslice (test.test_array.DoubleTest) PASS: test_sizeof_with_buffer (test.test_array.DoubleTest) PASS: test_sizeof_without_buffer (test.test_array.DoubleTest) PASS: test_str (test.test_array.DoubleTest) PASS: test_subclass_with_kwargs (test.test_array.DoubleTest) PASS: test_subclassing (test.test_array.DoubleTest) PASS: test_tofrombytes (test.test_array.DoubleTest) PASS: test_tofromfile (test.test_array.DoubleTest) PASS: test_tofromlist (test.test_array.DoubleTest) PASS: test_tofromstring (test.test_array.DoubleTest) PASS: test_weakref (test.test_array.DoubleTest) PASS: test_add (test.test_array.FloatTest) PASS: test_assignment (test.test_array.FloatTest) PASS: test_buffer (test.test_array.FloatTest) PASS: test_buffer_info (test.test_array.FloatTest) PASS: test_bug_782369 (test.test_array.FloatTest) PASS: test_byteswap (test.test_array.FloatTest) PASS: test_cmp (test.test_array.FloatTest) PASS: test_constructor (test.test_array.FloatTest) PASS: test_constructor_with_iterable_argument (test.test_array.FloatTest) PASS: test_copy (test.test_array.FloatTest) PASS: test_count (test.test_array.FloatTest) PASS: test_coveritertraverse (test.test_array.FloatTest) PASS: test_create_from_bytes (test.test_array.FloatTest) PASS: test_deepcopy (test.test_array.FloatTest) PASS: test_delitem (test.test_array.FloatTest) PASS: test_delslice (test.test_array.FloatTest) PASS: test_exhausted_iterator (test.test_array.FloatTest) PASS: test_extend (test.test_array.FloatTest) PASS: test_extended_getslice (test.test_array.FloatTest) PASS: test_extended_set_del_slice (test.test_array.FloatTest) PASS: test_extslice (test.test_array.FloatTest) PASS: test_filewrite (test.test_array.FloatTest) PASS: test_free_after_iterating (test.test_array.FloatTest) PASS: test_fromarray (test.test_array.FloatTest) PASS: test_frombytearray (test.test_array.FloatTest) PASS: test_fromfile_ioerror (test.test_array.FloatTest) PASS: test_getitem (test.test_array.FloatTest) PASS: test_getslice (test.test_array.FloatTest) PASS: test_iadd (test.test_array.FloatTest) PASS: test_imul (test.test_array.FloatTest) PASS: test_index (test.test_array.FloatTest) PASS: test_initialize_with_unicode (test.test_array.FloatTest) PASS: test_insert (test.test_array.FloatTest) PASS: test_iterationcontains (test.test_array.FloatTest) PASS: test_iterator_pickle (test.test_array.FloatTest) PASS: test_len (test.test_array.FloatTest) PASS: test_mul (test.test_array.FloatTest) PASS: test_nan (test.test_array.FloatTest) PASS: test_obsolete_write_lock (test.test_array.FloatTest) PASS: test_pickle (test.test_array.FloatTest) PASS: test_pickle_for_empty_array (test.test_array.FloatTest) PASS: test_pop (test.test_array.FloatTest) PASS: test_reduce_ex (test.test_array.FloatTest) PASS: test_remove (test.test_array.FloatTest) PASS: test_repr (test.test_array.FloatTest) PASS: test_reverse (test.test_array.FloatTest) PASS: test_setitem (test.test_array.FloatTest) PASS: test_setslice (test.test_array.FloatTest) PASS: test_sizeof_with_buffer (test.test_array.FloatTest) PASS: test_sizeof_without_buffer (test.test_array.FloatTest) PASS: test_str (test.test_array.FloatTest) PASS: test_subclass_with_kwargs (test.test_array.FloatTest) PASS: test_subclassing (test.test_array.FloatTest) PASS: test_tofrombytes (test.test_array.FloatTest) PASS: test_tofromfile (test.test_array.FloatTest) PASS: test_tofromlist (test.test_array.FloatTest) PASS: test_tofromstring (test.test_array.FloatTest) PASS: test_weakref (test.test_array.FloatTest) PASS: test_add (test.test_array.IntTest) PASS: test_assignment (test.test_array.IntTest) PASS: test_buffer (test.test_array.IntTest) PASS: test_buffer_info (test.test_array.IntTest) PASS: test_bug_782369 (test.test_array.IntTest) PASS: test_byteswap (test.test_array.IntTest) PASS: test_cmp (test.test_array.IntTest) PASS: test_constructor (test.test_array.IntTest) PASS: test_constructor_with_iterable_argument (test.test_array.IntTest) PASS: test_copy (test.test_array.IntTest) PASS: test_count (test.test_array.IntTest) PASS: test_coveritertraverse (test.test_array.IntTest) PASS: test_create_from_bytes (test.test_array.IntTest) PASS: test_deepcopy (test.test_array.IntTest) PASS: test_delitem (test.test_array.IntTest) PASS: test_delslice (test.test_array.IntTest) PASS: test_exhausted_iterator (test.test_array.IntTest) PASS: test_extend (test.test_array.IntTest) PASS: test_extended_getslice (test.test_array.IntTest) PASS: test_extended_set_del_slice (test.test_array.IntTest) PASS: test_extslice (test.test_array.IntTest) PASS: test_filewrite (test.test_array.IntTest) PASS: test_free_after_iterating (test.test_array.IntTest) PASS: test_fromarray (test.test_array.IntTest) PASS: test_frombytearray (test.test_array.IntTest) PASS: test_fromfile_ioerror (test.test_array.IntTest) PASS: test_getitem (test.test_array.IntTest) PASS: test_getslice (test.test_array.IntTest) PASS: test_iadd (test.test_array.IntTest) PASS: test_imul (test.test_array.IntTest) PASS: test_index (test.test_array.IntTest) PASS: test_initialize_with_unicode (test.test_array.IntTest) PASS: test_insert (test.test_array.IntTest) PASS: test_iterationcontains (test.test_array.IntTest) PASS: test_iterator_pickle (test.test_array.IntTest) PASS: test_len (test.test_array.IntTest) PASS: test_mul (test.test_array.IntTest) PASS: test_obsolete_write_lock (test.test_array.IntTest) PASS: test_overflow (test.test_array.IntTest) PASS: test_pickle (test.test_array.IntTest) PASS: test_pickle_for_empty_array (test.test_array.IntTest) PASS: test_pop (test.test_array.IntTest) PASS: test_reduce_ex (test.test_array.IntTest) PASS: test_remove (test.test_array.IntTest) PASS: test_repr (test.test_array.IntTest) PASS: test_reverse (test.test_array.IntTest) PASS: test_setitem (test.test_array.IntTest) PASS: test_setslice (test.test_array.IntTest) PASS: test_sizeof_with_buffer (test.test_array.IntTest) PASS: test_sizeof_without_buffer (test.test_array.IntTest) PASS: test_str (test.test_array.IntTest) PASS: test_subclass_with_kwargs (test.test_array.IntTest) PASS: test_subclassing (test.test_array.IntTest) PASS: test_tofrombytes (test.test_array.IntTest) PASS: test_tofromfile (test.test_array.IntTest) PASS: test_tofromlist (test.test_array.IntTest) PASS: test_tofromstring (test.test_array.IntTest) PASS: test_type_error (test.test_array.IntTest) PASS: test_weakref (test.test_array.IntTest) PASS: test_add (test.test_array.LongLongTest) PASS: test_assignment (test.test_array.LongLongTest) PASS: test_buffer (test.test_array.LongLongTest) PASS: test_buffer_info (test.test_array.LongLongTest) PASS: test_bug_782369 (test.test_array.LongLongTest) PASS: test_byteswap (test.test_array.LongLongTest) PASS: test_cmp (test.test_array.LongLongTest) PASS: test_constructor (test.test_array.LongLongTest) PASS: test_constructor_with_iterable_argument (test.test_array.LongLongTest) PASS: test_copy (test.test_array.LongLongTest) PASS: test_count (test.test_array.LongLongTest) PASS: test_coveritertraverse (test.test_array.LongLongTest) PASS: test_create_from_bytes (test.test_array.LongLongTest) PASS: test_deepcopy (test.test_array.LongLongTest) PASS: test_delitem (test.test_array.LongLongTest) PASS: test_delslice (test.test_array.LongLongTest) PASS: test_exhausted_iterator (test.test_array.LongLongTest) PASS: test_extend (test.test_array.LongLongTest) PASS: test_extended_getslice (test.test_array.LongLongTest) PASS: test_extended_set_del_slice (test.test_array.LongLongTest) PASS: test_extslice (test.test_array.LongLongTest) PASS: test_filewrite (test.test_array.LongLongTest) PASS: test_free_after_iterating (test.test_array.LongLongTest) PASS: test_fromarray (test.test_array.LongLongTest) PASS: test_frombytearray (test.test_array.LongLongTest) PASS: test_fromfile_ioerror (test.test_array.LongLongTest) PASS: test_getitem (test.test_array.LongLongTest) PASS: test_getslice (test.test_array.LongLongTest) PASS: test_iadd (test.test_array.LongLongTest) PASS: test_imul (test.test_array.LongLongTest) PASS: test_index (test.test_array.LongLongTest) PASS: test_initialize_with_unicode (test.test_array.LongLongTest) PASS: test_insert (test.test_array.LongLongTest) PASS: test_iterationcontains (test.test_array.LongLongTest) PASS: test_iterator_pickle (test.test_array.LongLongTest) PASS: test_len (test.test_array.LongLongTest) PASS: test_mul (test.test_array.LongLongTest) PASS: test_obsolete_write_lock (test.test_array.LongLongTest) PASS: test_overflow (test.test_array.LongLongTest) PASS: test_pickle (test.test_array.LongLongTest) PASS: test_pickle_for_empty_array (test.test_array.LongLongTest) PASS: test_pop (test.test_array.LongLongTest) PASS: test_reduce_ex (test.test_array.LongLongTest) PASS: test_remove (test.test_array.LongLongTest) PASS: test_repr (test.test_array.LongLongTest) PASS: test_reverse (test.test_array.LongLongTest) PASS: test_setitem (test.test_array.LongLongTest) PASS: test_setslice (test.test_array.LongLongTest) PASS: test_sizeof_with_buffer (test.test_array.LongLongTest) PASS: test_sizeof_without_buffer (test.test_array.LongLongTest) PASS: test_str (test.test_array.LongLongTest) PASS: test_subclass_with_kwargs (test.test_array.LongLongTest) PASS: test_subclassing (test.test_array.LongLongTest) PASS: test_tofrombytes (test.test_array.LongLongTest) PASS: test_tofromfile (test.test_array.LongLongTest) PASS: test_tofromlist (test.test_array.LongLongTest) PASS: test_tofromstring (test.test_array.LongLongTest) PASS: test_type_error (test.test_array.LongLongTest) PASS: test_weakref (test.test_array.LongLongTest) PASS: test_add (test.test_array.LongTest) PASS: test_assignment (test.test_array.LongTest) PASS: test_buffer (test.test_array.LongTest) PASS: test_buffer_info (test.test_array.LongTest) PASS: test_bug_782369 (test.test_array.LongTest) PASS: test_byteswap (test.test_array.LongTest) PASS: test_cmp (test.test_array.LongTest) PASS: test_constructor (test.test_array.LongTest) PASS: test_constructor_with_iterable_argument (test.test_array.LongTest) PASS: test_copy (test.test_array.LongTest) PASS: test_count (test.test_array.LongTest) PASS: test_coveritertraverse (test.test_array.LongTest) PASS: test_create_from_bytes (test.test_array.LongTest) PASS: test_deepcopy (test.test_array.LongTest) PASS: test_delitem (test.test_array.LongTest) PASS: test_delslice (test.test_array.LongTest) PASS: test_exhausted_iterator (test.test_array.LongTest) PASS: test_extend (test.test_array.LongTest) PASS: test_extended_getslice (test.test_array.LongTest) PASS: test_extended_set_del_slice (test.test_array.LongTest) PASS: test_extslice (test.test_array.LongTest) PASS: test_filewrite (test.test_array.LongTest) PASS: test_free_after_iterating (test.test_array.LongTest) PASS: test_fromarray (test.test_array.LongTest) PASS: test_frombytearray (test.test_array.LongTest) PASS: test_fromfile_ioerror (test.test_array.LongTest) PASS: test_getitem (test.test_array.LongTest) PASS: test_getslice (test.test_array.LongTest) PASS: test_iadd (test.test_array.LongTest) PASS: test_imul (test.test_array.LongTest) PASS: test_index (test.test_array.LongTest) PASS: test_initialize_with_unicode (test.test_array.LongTest) PASS: test_insert (test.test_array.LongTest) PASS: test_iterationcontains (test.test_array.LongTest) PASS: test_iterator_pickle (test.test_array.LongTest) PASS: test_len (test.test_array.LongTest) PASS: test_mul (test.test_array.LongTest) PASS: test_obsolete_write_lock (test.test_array.LongTest) PASS: test_overflow (test.test_array.LongTest) PASS: test_pickle (test.test_array.LongTest) PASS: test_pickle_for_empty_array (test.test_array.LongTest) PASS: test_pop (test.test_array.LongTest) PASS: test_reduce_ex (test.test_array.LongTest) PASS: test_remove (test.test_array.LongTest) PASS: test_repr (test.test_array.LongTest) PASS: test_reverse (test.test_array.LongTest) PASS: test_setitem (test.test_array.LongTest) PASS: test_setslice (test.test_array.LongTest) PASS: test_sizeof_with_buffer (test.test_array.LongTest) PASS: test_sizeof_without_buffer (test.test_array.LongTest) PASS: test_str (test.test_array.LongTest) PASS: test_subclass_with_kwargs (test.test_array.LongTest) PASS: test_subclassing (test.test_array.LongTest) PASS: test_tofrombytes (test.test_array.LongTest) PASS: test_tofromfile (test.test_array.LongTest) PASS: test_tofromlist (test.test_array.LongTest) PASS: test_tofromstring (test.test_array.LongTest) PASS: test_type_error (test.test_array.LongTest) PASS: test_weakref (test.test_array.LongTest) PASS: test_bad_constructor (test.test_array.MiscTest) PASS: test_empty (test.test_array.MiscTest) PASS: test_add (test.test_array.ShortTest) PASS: test_assignment (test.test_array.ShortTest) PASS: test_buffer (test.test_array.ShortTest) PASS: test_buffer_info (test.test_array.ShortTest) PASS: test_bug_782369 (test.test_array.ShortTest) PASS: test_byteswap (test.test_array.ShortTest) PASS: test_cmp (test.test_array.ShortTest) PASS: test_constructor (test.test_array.ShortTest) PASS: test_constructor_with_iterable_argument (test.test_array.ShortTest) PASS: test_copy (test.test_array.ShortTest) PASS: test_count (test.test_array.ShortTest) PASS: test_coveritertraverse (test.test_array.ShortTest) PASS: test_create_from_bytes (test.test_array.ShortTest) PASS: test_deepcopy (test.test_array.ShortTest) PASS: test_delitem (test.test_array.ShortTest) PASS: test_delslice (test.test_array.ShortTest) PASS: test_exhausted_iterator (test.test_array.ShortTest) PASS: test_extend (test.test_array.ShortTest) PASS: test_extended_getslice (test.test_array.ShortTest) PASS: test_extended_set_del_slice (test.test_array.ShortTest) PASS: test_extslice (test.test_array.ShortTest) PASS: test_filewrite (test.test_array.ShortTest) PASS: test_free_after_iterating (test.test_array.ShortTest) PASS: test_fromarray (test.test_array.ShortTest) PASS: test_frombytearray (test.test_array.ShortTest) PASS: test_fromfile_ioerror (test.test_array.ShortTest) PASS: test_getitem (test.test_array.ShortTest) PASS: test_getslice (test.test_array.ShortTest) PASS: test_iadd (test.test_array.ShortTest) PASS: test_imul (test.test_array.ShortTest) PASS: test_index (test.test_array.ShortTest) PASS: test_initialize_with_unicode (test.test_array.ShortTest) PASS: test_insert (test.test_array.ShortTest) PASS: test_iterationcontains (test.test_array.ShortTest) PASS: test_iterator_pickle (test.test_array.ShortTest) PASS: test_len (test.test_array.ShortTest) PASS: test_mul (test.test_array.ShortTest) PASS: test_obsolete_write_lock (test.test_array.ShortTest) PASS: test_overflow (test.test_array.ShortTest) PASS: test_pickle (test.test_array.ShortTest) PASS: test_pickle_for_empty_array (test.test_array.ShortTest) PASS: test_pop (test.test_array.ShortTest) PASS: test_reduce_ex (test.test_array.ShortTest) PASS: test_remove (test.test_array.ShortTest) PASS: test_repr (test.test_array.ShortTest) PASS: test_reverse (test.test_array.ShortTest) PASS: test_setitem (test.test_array.ShortTest) PASS: test_setslice (test.test_array.ShortTest) PASS: test_sizeof_with_buffer (test.test_array.ShortTest) PASS: test_sizeof_without_buffer (test.test_array.ShortTest) PASS: test_str (test.test_array.ShortTest) PASS: test_subclass_with_kwargs (test.test_array.ShortTest) PASS: test_subclassing (test.test_array.ShortTest) PASS: test_tofrombytes (test.test_array.ShortTest) PASS: test_tofromfile (test.test_array.ShortTest) PASS: test_tofromlist (test.test_array.ShortTest) PASS: test_tofromstring (test.test_array.ShortTest) PASS: test_type_error (test.test_array.ShortTest) PASS: test_weakref (test.test_array.ShortTest) PASS: test_add (test.test_array.UnicodeTest) PASS: test_buffer (test.test_array.UnicodeTest) PASS: test_buffer_info (test.test_array.UnicodeTest) PASS: test_bug_782369 (test.test_array.UnicodeTest) PASS: test_byteswap (test.test_array.UnicodeTest) PASS: test_cmp (test.test_array.UnicodeTest) PASS: test_constructor (test.test_array.UnicodeTest) PASS: test_constructor_with_iterable_argument (test.test_array.UnicodeTest) PASS: test_copy (test.test_array.UnicodeTest) PASS: test_count (test.test_array.UnicodeTest) PASS: test_coveritertraverse (test.test_array.UnicodeTest) PASS: test_create_from_bytes (test.test_array.UnicodeTest) PASS: test_deepcopy (test.test_array.UnicodeTest) PASS: test_delitem (test.test_array.UnicodeTest) PASS: test_exhausted_iterator (test.test_array.UnicodeTest) PASS: test_extend (test.test_array.UnicodeTest) PASS: test_extended_getslice (test.test_array.UnicodeTest) PASS: test_extended_set_del_slice (test.test_array.UnicodeTest) PASS: test_filewrite (test.test_array.UnicodeTest) PASS: test_free_after_iterating (test.test_array.UnicodeTest) PASS: test_fromarray (test.test_array.UnicodeTest) PASS: test_fromfile_ioerror (test.test_array.UnicodeTest) PASS: test_getitem (test.test_array.UnicodeTest) PASS: test_getslice (test.test_array.UnicodeTest) PASS: test_iadd (test.test_array.UnicodeTest) PASS: test_imul (test.test_array.UnicodeTest) PASS: test_index (test.test_array.UnicodeTest) PASS: test_initialize_with_unicode (test.test_array.UnicodeTest) PASS: test_insert (test.test_array.UnicodeTest) PASS: test_issue17223 (test.test_array.UnicodeTest) PASS: test_iterator_pickle (test.test_array.UnicodeTest) PASS: test_len (test.test_array.UnicodeTest) PASS: test_mul (test.test_array.UnicodeTest) PASS: test_obsolete_write_lock (test.test_array.UnicodeTest) PASS: test_pickle (test.test_array.UnicodeTest) PASS: test_pickle_for_empty_array (test.test_array.UnicodeTest) PASS: test_pop (test.test_array.UnicodeTest) PASS: test_reduce_ex (test.test_array.UnicodeTest) PASS: test_remove (test.test_array.UnicodeTest) PASS: test_repr (test.test_array.UnicodeTest) PASS: test_reverse (test.test_array.UnicodeTest) PASS: test_setitem (test.test_array.UnicodeTest) PASS: test_setslice (test.test_array.UnicodeTest) PASS: test_sizeof_with_buffer (test.test_array.UnicodeTest) PASS: test_sizeof_without_buffer (test.test_array.UnicodeTest) PASS: test_str (test.test_array.UnicodeTest) PASS: test_subclass_with_kwargs (test.test_array.UnicodeTest) PASS: test_tofrombytes (test.test_array.UnicodeTest) PASS: test_tofromfile (test.test_array.UnicodeTest) PASS: test_tofromlist (test.test_array.UnicodeTest) PASS: test_tofromstring (test.test_array.UnicodeTest) PASS: test_unicode (test.test_array.UnicodeTest) PASS: test_weakref (test.test_array.UnicodeTest) PASS: test_add (test.test_array.UnsignedByteTest) PASS: test_assignment (test.test_array.UnsignedByteTest) PASS: test_buffer (test.test_array.UnsignedByteTest) PASS: test_buffer_info (test.test_array.UnsignedByteTest) PASS: test_bug_782369 (test.test_array.UnsignedByteTest) PASS: test_bytes_extend (test.test_array.UnsignedByteTest) PASS: test_byteswap (test.test_array.UnsignedByteTest) PASS: test_cmp (test.test_array.UnsignedByteTest) PASS: test_constructor (test.test_array.UnsignedByteTest) PASS: test_constructor_with_iterable_argument (test.test_array.UnsignedByteTest) PASS: test_copy (test.test_array.UnsignedByteTest) PASS: test_count (test.test_array.UnsignedByteTest) PASS: test_coveritertraverse (test.test_array.UnsignedByteTest) PASS: test_create_from_bytes (test.test_array.UnsignedByteTest) PASS: test_deepcopy (test.test_array.UnsignedByteTest) PASS: test_delitem (test.test_array.UnsignedByteTest) PASS: test_delslice (test.test_array.UnsignedByteTest) PASS: test_exhausted_iterator (test.test_array.UnsignedByteTest) PASS: test_extend (test.test_array.UnsignedByteTest) PASS: test_extended_getslice (test.test_array.UnsignedByteTest) PASS: test_extended_set_del_slice (test.test_array.UnsignedByteTest) PASS: test_extslice (test.test_array.UnsignedByteTest) PASS: test_filewrite (test.test_array.UnsignedByteTest) PASS: test_free_after_iterating (test.test_array.UnsignedByteTest) PASS: test_fromarray (test.test_array.UnsignedByteTest) PASS: test_frombytearray (test.test_array.UnsignedByteTest) PASS: test_fromfile_ioerror (test.test_array.UnsignedByteTest) PASS: test_getitem (test.test_array.UnsignedByteTest) PASS: test_getslice (test.test_array.UnsignedByteTest) PASS: test_iadd (test.test_array.UnsignedByteTest) PASS: test_imul (test.test_array.UnsignedByteTest) PASS: test_index (test.test_array.UnsignedByteTest) PASS: test_initialize_with_unicode (test.test_array.UnsignedByteTest) PASS: test_insert (test.test_array.UnsignedByteTest) PASS: test_iterationcontains (test.test_array.UnsignedByteTest) PASS: test_iterator_pickle (test.test_array.UnsignedByteTest) PASS: test_len (test.test_array.UnsignedByteTest) PASS: test_mul (test.test_array.UnsignedByteTest) PASS: test_obsolete_write_lock (test.test_array.UnsignedByteTest) PASS: test_overflow (test.test_array.UnsignedByteTest) PASS: test_pickle (test.test_array.UnsignedByteTest) PASS: test_pickle_for_empty_array (test.test_array.UnsignedByteTest) PASS: test_pop (test.test_array.UnsignedByteTest) PASS: test_reduce_ex (test.test_array.UnsignedByteTest) PASS: test_remove (test.test_array.UnsignedByteTest) PASS: test_repr (test.test_array.UnsignedByteTest) PASS: test_reverse (test.test_array.UnsignedByteTest) PASS: test_setitem (test.test_array.UnsignedByteTest) PASS: test_setslice (test.test_array.UnsignedByteTest) PASS: test_sizeof_with_buffer (test.test_array.UnsignedByteTest) PASS: test_sizeof_without_buffer (test.test_array.UnsignedByteTest) PASS: test_str (test.test_array.UnsignedByteTest) PASS: test_subclass_with_kwargs (test.test_array.UnsignedByteTest) PASS: test_subclassing (test.test_array.UnsignedByteTest) PASS: test_tofrombytes (test.test_array.UnsignedByteTest) PASS: test_tofromfile (test.test_array.UnsignedByteTest) PASS: test_tofromlist (test.test_array.UnsignedByteTest) PASS: test_tofromstring (test.test_array.UnsignedByteTest) PASS: test_type_error (test.test_array.UnsignedByteTest) PASS: test_weakref (test.test_array.UnsignedByteTest) PASS: test_add (test.test_array.UnsignedIntTest) PASS: test_assignment (test.test_array.UnsignedIntTest) PASS: test_buffer (test.test_array.UnsignedIntTest) PASS: test_buffer_info (test.test_array.UnsignedIntTest) PASS: test_bug_782369 (test.test_array.UnsignedIntTest) PASS: test_bytes_extend (test.test_array.UnsignedIntTest) PASS: test_byteswap (test.test_array.UnsignedIntTest) PASS: test_cmp (test.test_array.UnsignedIntTest) PASS: test_constructor (test.test_array.UnsignedIntTest) PASS: test_constructor_with_iterable_argument (test.test_array.UnsignedIntTest) PASS: test_copy (test.test_array.UnsignedIntTest) PASS: test_count (test.test_array.UnsignedIntTest) PASS: test_coveritertraverse (test.test_array.UnsignedIntTest) PASS: test_create_from_bytes (test.test_array.UnsignedIntTest) PASS: test_deepcopy (test.test_array.UnsignedIntTest) PASS: test_delitem (test.test_array.UnsignedIntTest) PASS: test_delslice (test.test_array.UnsignedIntTest) PASS: test_exhausted_iterator (test.test_array.UnsignedIntTest) PASS: test_extend (test.test_array.UnsignedIntTest) PASS: test_extended_getslice (test.test_array.UnsignedIntTest) PASS: test_extended_set_del_slice (test.test_array.UnsignedIntTest) PASS: test_extslice (test.test_array.UnsignedIntTest) PASS: test_filewrite (test.test_array.UnsignedIntTest) PASS: test_free_after_iterating (test.test_array.UnsignedIntTest) PASS: test_fromarray (test.test_array.UnsignedIntTest) PASS: test_frombytearray (test.test_array.UnsignedIntTest) PASS: test_fromfile_ioerror (test.test_array.UnsignedIntTest) PASS: test_getitem (test.test_array.UnsignedIntTest) PASS: test_getslice (test.test_array.UnsignedIntTest) PASS: test_iadd (test.test_array.UnsignedIntTest) PASS: test_imul (test.test_array.UnsignedIntTest) PASS: test_index (test.test_array.UnsignedIntTest) PASS: test_initialize_with_unicode (test.test_array.UnsignedIntTest) PASS: test_insert (test.test_array.UnsignedIntTest) PASS: test_iterationcontains (test.test_array.UnsignedIntTest) PASS: test_iterator_pickle (test.test_array.UnsignedIntTest) PASS: test_len (test.test_array.UnsignedIntTest) PASS: test_mul (test.test_array.UnsignedIntTest) PASS: test_obsolete_write_lock (test.test_array.UnsignedIntTest) PASS: test_overflow (test.test_array.UnsignedIntTest) PASS: test_pickle (test.test_array.UnsignedIntTest) PASS: test_pickle_for_empty_array (test.test_array.UnsignedIntTest) PASS: test_pop (test.test_array.UnsignedIntTest) PASS: test_reduce_ex (test.test_array.UnsignedIntTest) PASS: test_remove (test.test_array.UnsignedIntTest) PASS: test_repr (test.test_array.UnsignedIntTest) PASS: test_reverse (test.test_array.UnsignedIntTest) PASS: test_setitem (test.test_array.UnsignedIntTest) PASS: test_setslice (test.test_array.UnsignedIntTest) PASS: test_sizeof_with_buffer (test.test_array.UnsignedIntTest) PASS: test_sizeof_without_buffer (test.test_array.UnsignedIntTest) PASS: test_str (test.test_array.UnsignedIntTest) PASS: test_subclass_with_kwargs (test.test_array.UnsignedIntTest) PASS: test_subclassing (test.test_array.UnsignedIntTest) PASS: test_tofrombytes (test.test_array.UnsignedIntTest) PASS: test_tofromfile (test.test_array.UnsignedIntTest) PASS: test_tofromlist (test.test_array.UnsignedIntTest) PASS: test_tofromstring (test.test_array.UnsignedIntTest) PASS: test_type_error (test.test_array.UnsignedIntTest) PASS: test_weakref (test.test_array.UnsignedIntTest) PASS: test_add (test.test_array.UnsignedLongLongTest) PASS: test_assignment (test.test_array.UnsignedLongLongTest) PASS: test_buffer (test.test_array.UnsignedLongLongTest) PASS: test_buffer_info (test.test_array.UnsignedLongLongTest) PASS: test_bug_782369 (test.test_array.UnsignedLongLongTest) PASS: test_bytes_extend (test.test_array.UnsignedLongLongTest) PASS: test_byteswap (test.test_array.UnsignedLongLongTest) PASS: test_cmp (test.test_array.UnsignedLongLongTest) PASS: test_constructor (test.test_array.UnsignedLongLongTest) PASS: test_constructor_with_iterable_argument (test.test_array.UnsignedLongLongTest) PASS: test_copy (test.test_array.UnsignedLongLongTest) PASS: test_count (test.test_array.UnsignedLongLongTest) PASS: test_coveritertraverse (test.test_array.UnsignedLongLongTest) PASS: test_create_from_bytes (test.test_array.UnsignedLongLongTest) PASS: test_deepcopy (test.test_array.UnsignedLongLongTest) PASS: test_delitem (test.test_array.UnsignedLongLongTest) PASS: test_delslice (test.test_array.UnsignedLongLongTest) PASS: test_exhausted_iterator (test.test_array.UnsignedLongLongTest) PASS: test_extend (test.test_array.UnsignedLongLongTest) PASS: test_extended_getslice (test.test_array.UnsignedLongLongTest) PASS: test_extended_set_del_slice (test.test_array.UnsignedLongLongTest) PASS: test_extslice (test.test_array.UnsignedLongLongTest) PASS: test_filewrite (test.test_array.UnsignedLongLongTest) PASS: test_free_after_iterating (test.test_array.UnsignedLongLongTest) PASS: test_fromarray (test.test_array.UnsignedLongLongTest) PASS: test_frombytearray (test.test_array.UnsignedLongLongTest) PASS: test_fromfile_ioerror (test.test_array.UnsignedLongLongTest) PASS: test_getitem (test.test_array.UnsignedLongLongTest) PASS: test_getslice (test.test_array.UnsignedLongLongTest) PASS: test_iadd (test.test_array.UnsignedLongLongTest) PASS: test_imul (test.test_array.UnsignedLongLongTest) PASS: test_index (test.test_array.UnsignedLongLongTest) PASS: test_initialize_with_unicode (test.test_array.UnsignedLongLongTest) PASS: test_insert (test.test_array.UnsignedLongLongTest) PASS: test_iterationcontains (test.test_array.UnsignedLongLongTest) PASS: test_iterator_pickle (test.test_array.UnsignedLongLongTest) PASS: test_len (test.test_array.UnsignedLongLongTest) PASS: test_mul (test.test_array.UnsignedLongLongTest) PASS: test_obsolete_write_lock (test.test_array.UnsignedLongLongTest) PASS: test_overflow (test.test_array.UnsignedLongLongTest) PASS: test_pickle (test.test_array.UnsignedLongLongTest) PASS: test_pickle_for_empty_array (test.test_array.UnsignedLongLongTest) PASS: test_pop (test.test_array.UnsignedLongLongTest) PASS: test_reduce_ex (test.test_array.UnsignedLongLongTest) PASS: test_remove (test.test_array.UnsignedLongLongTest) PASS: test_repr (test.test_array.UnsignedLongLongTest) PASS: test_reverse (test.test_array.UnsignedLongLongTest) PASS: test_setitem (test.test_array.UnsignedLongLongTest) PASS: test_setslice (test.test_array.UnsignedLongLongTest) PASS: test_sizeof_with_buffer (test.test_array.UnsignedLongLongTest) PASS: test_sizeof_without_buffer (test.test_array.UnsignedLongLongTest) PASS: test_str (test.test_array.UnsignedLongLongTest) PASS: test_subclass_with_kwargs (test.test_array.UnsignedLongLongTest) PASS: test_subclassing (test.test_array.UnsignedLongLongTest) PASS: test_tofrombytes (test.test_array.UnsignedLongLongTest) PASS: test_tofromfile (test.test_array.UnsignedLongLongTest) PASS: test_tofromlist (test.test_array.UnsignedLongLongTest) PASS: test_tofromstring (test.test_array.UnsignedLongLongTest) PASS: test_type_error (test.test_array.UnsignedLongLongTest) PASS: test_weakref (test.test_array.UnsignedLongLongTest) PASS: test_add (test.test_array.UnsignedLongTest) PASS: test_assignment (test.test_array.UnsignedLongTest) PASS: test_buffer (test.test_array.UnsignedLongTest) PASS: test_buffer_info (test.test_array.UnsignedLongTest) PASS: test_bug_782369 (test.test_array.UnsignedLongTest) PASS: test_bytes_extend (test.test_array.UnsignedLongTest) PASS: test_byteswap (test.test_array.UnsignedLongTest) PASS: test_cmp (test.test_array.UnsignedLongTest) PASS: test_constructor (test.test_array.UnsignedLongTest) PASS: test_constructor_with_iterable_argument (test.test_array.UnsignedLongTest) PASS: test_copy (test.test_array.UnsignedLongTest) PASS: test_count (test.test_array.UnsignedLongTest) PASS: test_coveritertraverse (test.test_array.UnsignedLongTest) PASS: test_create_from_bytes (test.test_array.UnsignedLongTest) PASS: test_deepcopy (test.test_array.UnsignedLongTest) PASS: test_delitem (test.test_array.UnsignedLongTest) PASS: test_delslice (test.test_array.UnsignedLongTest) PASS: test_exhausted_iterator (test.test_array.UnsignedLongTest) PASS: test_extend (test.test_array.UnsignedLongTest) PASS: test_extended_getslice (test.test_array.UnsignedLongTest) PASS: test_extended_set_del_slice (test.test_array.UnsignedLongTest) PASS: test_extslice (test.test_array.UnsignedLongTest) PASS: test_filewrite (test.test_array.UnsignedLongTest) PASS: test_free_after_iterating (test.test_array.UnsignedLongTest) PASS: test_fromarray (test.test_array.UnsignedLongTest) PASS: test_frombytearray (test.test_array.UnsignedLongTest) PASS: test_fromfile_ioerror (test.test_array.UnsignedLongTest) PASS: test_getitem (test.test_array.UnsignedLongTest) PASS: test_getslice (test.test_array.UnsignedLongTest) PASS: test_iadd (test.test_array.UnsignedLongTest) PASS: test_imul (test.test_array.UnsignedLongTest) PASS: test_index (test.test_array.UnsignedLongTest) PASS: test_initialize_with_unicode (test.test_array.UnsignedLongTest) PASS: test_insert (test.test_array.UnsignedLongTest) PASS: test_iterationcontains (test.test_array.UnsignedLongTest) PASS: test_iterator_pickle (test.test_array.UnsignedLongTest) PASS: test_len (test.test_array.UnsignedLongTest) PASS: test_mul (test.test_array.UnsignedLongTest) PASS: test_obsolete_write_lock (test.test_array.UnsignedLongTest) PASS: test_overflow (test.test_array.UnsignedLongTest) PASS: test_pickle (test.test_array.UnsignedLongTest) PASS: test_pickle_for_empty_array (test.test_array.UnsignedLongTest) PASS: test_pop (test.test_array.UnsignedLongTest) PASS: test_reduce_ex (test.test_array.UnsignedLongTest) PASS: test_remove (test.test_array.UnsignedLongTest) PASS: test_repr (test.test_array.UnsignedLongTest) PASS: test_reverse (test.test_array.UnsignedLongTest) PASS: test_setitem (test.test_array.UnsignedLongTest) PASS: test_setslice (test.test_array.UnsignedLongTest) PASS: test_sizeof_with_buffer (test.test_array.UnsignedLongTest) PASS: test_sizeof_without_buffer (test.test_array.UnsignedLongTest) PASS: test_str (test.test_array.UnsignedLongTest) PASS: test_subclass_with_kwargs (test.test_array.UnsignedLongTest) PASS: test_subclassing (test.test_array.UnsignedLongTest) PASS: test_tofrombytes (test.test_array.UnsignedLongTest) PASS: test_tofromfile (test.test_array.UnsignedLongTest) PASS: test_tofromlist (test.test_array.UnsignedLongTest) PASS: test_tofromstring (test.test_array.UnsignedLongTest) PASS: test_type_error (test.test_array.UnsignedLongTest) PASS: test_weakref (test.test_array.UnsignedLongTest) PASS: test_add (test.test_array.UnsignedShortTest) PASS: test_assignment (test.test_array.UnsignedShortTest) PASS: test_buffer (test.test_array.UnsignedShortTest) PASS: test_buffer_info (test.test_array.UnsignedShortTest) PASS: test_bug_782369 (test.test_array.UnsignedShortTest) PASS: test_bytes_extend (test.test_array.UnsignedShortTest) PASS: test_byteswap (test.test_array.UnsignedShortTest) PASS: test_cmp (test.test_array.UnsignedShortTest) PASS: test_constructor (test.test_array.UnsignedShortTest) PASS: test_constructor_with_iterable_argument (test.test_array.UnsignedShortTest) PASS: test_copy (test.test_array.UnsignedShortTest) PASS: test_count (test.test_array.UnsignedShortTest) PASS: test_coveritertraverse (test.test_array.UnsignedShortTest) PASS: test_create_from_bytes (test.test_array.UnsignedShortTest) PASS: test_deepcopy (test.test_array.UnsignedShortTest) PASS: test_delitem (test.test_array.UnsignedShortTest) PASS: test_delslice (test.test_array.UnsignedShortTest) PASS: test_exhausted_iterator (test.test_array.UnsignedShortTest) PASS: test_extend (test.test_array.UnsignedShortTest) PASS: test_extended_getslice (test.test_array.UnsignedShortTest) PASS: test_extended_set_del_slice (test.test_array.UnsignedShortTest) PASS: test_extslice (test.test_array.UnsignedShortTest) PASS: test_filewrite (test.test_array.UnsignedShortTest) PASS: test_free_after_iterating (test.test_array.UnsignedShortTest) PASS: test_fromarray (test.test_array.UnsignedShortTest) PASS: test_frombytearray (test.test_array.UnsignedShortTest) PASS: test_fromfile_ioerror (test.test_array.UnsignedShortTest) PASS: test_getitem (test.test_array.UnsignedShortTest) PASS: test_getslice (test.test_array.UnsignedShortTest) PASS: test_iadd (test.test_array.UnsignedShortTest) PASS: test_imul (test.test_array.UnsignedShortTest) PASS: test_index (test.test_array.UnsignedShortTest) PASS: test_initialize_with_unicode (test.test_array.UnsignedShortTest) PASS: test_insert (test.test_array.UnsignedShortTest) PASS: test_iterationcontains (test.test_array.UnsignedShortTest) PASS: test_iterator_pickle (test.test_array.UnsignedShortTest) PASS: test_len (test.test_array.UnsignedShortTest) PASS: test_mul (test.test_array.UnsignedShortTest) PASS: test_obsolete_write_lock (test.test_array.UnsignedShortTest) PASS: test_overflow (test.test_array.UnsignedShortTest) PASS: test_pickle (test.test_array.UnsignedShortTest) PASS: test_pickle_for_empty_array (test.test_array.UnsignedShortTest) PASS: test_pop (test.test_array.UnsignedShortTest) PASS: test_reduce_ex (test.test_array.UnsignedShortTest) PASS: test_remove (test.test_array.UnsignedShortTest) PASS: test_repr (test.test_array.UnsignedShortTest) PASS: test_reverse (test.test_array.UnsignedShortTest) PASS: test_setitem (test.test_array.UnsignedShortTest) PASS: test_setslice (test.test_array.UnsignedShortTest) PASS: test_sizeof_with_buffer (test.test_array.UnsignedShortTest) PASS: test_sizeof_without_buffer (test.test_array.UnsignedShortTest) PASS: test_str (test.test_array.UnsignedShortTest) PASS: test_subclass_with_kwargs (test.test_array.UnsignedShortTest) PASS: test_subclassing (test.test_array.UnsignedShortTest) PASS: test_tofrombytes (test.test_array.UnsignedShortTest) PASS: test_tofromfile (test.test_array.UnsignedShortTest) PASS: test_tofromlist (test.test_array.UnsignedShortTest) PASS: test_tofromstring (test.test_array.UnsignedShortTest) PASS: test_type_error (test.test_array.UnsignedShortTest) PASS: test_weakref (test.test_array.UnsignedShortTest) ---------------------------------------------------------------------- Ran 770 tests in 0.925s OK 0:00:10 load avg: 0.93 [ 21/416] test_asdl_parser test_asdl_parser skipped -- test irrelevant for an installed Python 0:00:10 load avg: 0.93 [ 22/416] test_ast -- test_asdl_parser skipped PASS: test_bad_integer (test.test_ast.ASTHelpers_Test) PASS: test_copy_location (test.test_ast.ASTHelpers_Test) PASS: test_dump (test.test_ast.ASTHelpers_Test) PASS: test_fix_missing_locations (test.test_ast.ASTHelpers_Test) PASS: test_get_docstring (test.test_ast.ASTHelpers_Test) PASS: test_get_docstring_none (test.test_ast.ASTHelpers_Test) PASS: test_increment_lineno (test.test_ast.ASTHelpers_Test) PASS: test_iter_child_nodes (test.test_ast.ASTHelpers_Test) PASS: test_iter_fields (test.test_ast.ASTHelpers_Test) PASS: test_level_as_none (test.test_ast.ASTHelpers_Test) PASS: test_literal_eval (test.test_ast.ASTHelpers_Test) PASS: test_literal_eval_complex (test.test_ast.ASTHelpers_Test) PASS: test_parse (test.test_ast.ASTHelpers_Test) PASS: test_parse_in_error (test.test_ast.ASTHelpers_Test) PASS: test_assert (test.test_ast.ASTValidatorTests) PASS: test_assign (test.test_ast.ASTValidatorTests) PASS: test_attribute (test.test_ast.ASTValidatorTests) PASS: test_augassign (test.test_ast.ASTValidatorTests) PASS: test_boolop (test.test_ast.ASTValidatorTests) PASS: test_call (test.test_ast.ASTValidatorTests) PASS: test_classdef (test.test_ast.ASTValidatorTests) PASS: test_compare (test.test_ast.ASTValidatorTests) PASS: test_delete (test.test_ast.ASTValidatorTests) PASS: test_dict (test.test_ast.ASTValidatorTests) PASS: test_dictcomp (test.test_ast.ASTValidatorTests) PASS: test_expr (test.test_ast.ASTValidatorTests) PASS: test_for (test.test_ast.ASTValidatorTests) PASS: test_funcdef (test.test_ast.ASTValidatorTests) PASS: test_generatorexp (test.test_ast.ASTValidatorTests) PASS: test_global (test.test_ast.ASTValidatorTests) PASS: test_if (test.test_ast.ASTValidatorTests) PASS: test_ifexp (test.test_ast.ASTValidatorTests) PASS: test_import (test.test_ast.ASTValidatorTests) PASS: test_importfrom (test.test_ast.ASTValidatorTests) PASS: test_lambda (test.test_ast.ASTValidatorTests) PASS: test_list (test.test_ast.ASTValidatorTests) PASS: test_listcomp (test.test_ast.ASTValidatorTests) PASS: test_module (test.test_ast.ASTValidatorTests) PASS: test_nameconstant (test.test_ast.ASTValidatorTests) PASS: test_nonlocal (test.test_ast.ASTValidatorTests) PASS: test_num (test.test_ast.ASTValidatorTests) PASS: test_raise (test.test_ast.ASTValidatorTests) PASS: test_set (test.test_ast.ASTValidatorTests) PASS: test_setcomp (test.test_ast.ASTValidatorTests) PASS: test_starred (test.test_ast.ASTValidatorTests) PASS: test_stdlib_validates (test.test_ast.ASTValidatorTests) PASS: test_subscript (test.test_ast.ASTValidatorTests) PASS: test_try (test.test_ast.ASTValidatorTests) PASS: test_tuple (test.test_ast.ASTValidatorTests) PASS: test_unaryop (test.test_ast.ASTValidatorTests) PASS: test_while (test.test_ast.ASTValidatorTests) PASS: test_with (test.test_ast.ASTValidatorTests) PASS: test_yield (test.test_ast.ASTValidatorTests) PASS: test_AST_garbage_collection (test.test_ast.AST_Tests) PASS: test_AST_objects (test.test_ast.AST_Tests) PASS: test_arguments (test.test_ast.AST_Tests) PASS: test_base_classes (test.test_ast.AST_Tests) PASS: test_classattrs (test.test_ast.AST_Tests) PASS: test_empty_yield_from (test.test_ast.AST_Tests) PASS: test_field_attr_existence (test.test_ast.AST_Tests) PASS: test_field_attr_writable (test.test_ast.AST_Tests) PASS: test_from_import (test.test_ast.AST_Tests) PASS: test_invalid_identitifer (test.test_ast.AST_Tests) PASS: test_invalid_sum (test.test_ast.AST_Tests) PASS: test_issue31592 (test.test_ast.AST_Tests) PASS: test_module (test.test_ast.AST_Tests) PASS: test_no_fields (test.test_ast.AST_Tests) PASS: test_nodeclasses (test.test_ast.AST_Tests) PASS: test_non_interned_future_from_ast (test.test_ast.AST_Tests) PASS: test_pickling (test.test_ast.AST_Tests) PASS: test_slice (test.test_ast.AST_Tests) PASS: test_snippets (test.test_ast.AST_Tests) PASS: test_assign_to_constant (test.test_ast.ConstantTests) PASS: test_get_docstring (test.test_ast.ConstantTests) PASS: test_literal_eval (test.test_ast.ConstantTests) PASS: test_load_const (test.test_ast.ConstantTests) PASS: test_singletons (test.test_ast.ConstantTests) PASS: test_validation (test.test_ast.ConstantTests) PASS: test_values (test.test_ast.ConstantTests) ---------------------------------------------------------------------- Ran 79 tests in 1.075s OK 0:00:11 load avg: 0.93 [ 23/416] test_asyncgen PASS: test_async_gen_asyncio_01 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_02 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_03 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_aclose_06 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_aclose_07 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_aclose_08 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_aclose_10 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_aclose_11 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_anext_04 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_anext_05 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_anext_06 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_anext_stopiteration (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_anext_tuple (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_asend_01 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_asend_02 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_asend_03 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_athrow_01 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_athrow_02 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_athrow_03 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_athrow_stopiteration (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_athrow_tuple (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_gc_aclose_09 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_shutdown_01 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_asyncio_shutdown_02 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_expression_01 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_expression_02 (test.test_asyncgen.AsyncGenAsyncioTest) PASS: test_async_gen_syntax_01 (test.test_asyncgen.AsyncGenSyntaxTest) PASS: test_async_gen_syntax_02 (test.test_asyncgen.AsyncGenSyntaxTest) PASS: test_async_gen_syntax_03 (test.test_asyncgen.AsyncGenSyntaxTest) PASS: test_async_gen_syntax_04 (test.test_asyncgen.AsyncGenSyntaxTest) PASS: test_async_gen_syntax_05 (test.test_asyncgen.AsyncGenSyntaxTest) PASS: test_async_gen_api_01 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_exception_03 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_exception_04 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_exception_05 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_exception_06 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_exception_07 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_exception_08 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_exception_09 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_exception_10 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_iteration_01 (test.test_asyncgen.AsyncGenTest) PASS: test_async_gen_iteration_02 (test.test_asyncgen.AsyncGenTest) ---------------------------------------------------------------------- Ran 42 tests in 1.155s OK 0:00:13 load avg: 0.93 [ 24/416] test_asynchat PASS: test_close_when_done (test.test_asynchat.TestAsynchat) PASS: test_empty_line (test.test_asynchat.TestAsynchat) PASS: test_line_terminator1 (test.test_asynchat.TestAsynchat) PASS: test_line_terminator2 (test.test_asynchat.TestAsynchat) PASS: test_line_terminator3 (test.test_asynchat.TestAsynchat) PASS: test_none_terminator (test.test_asynchat.TestAsynchat) PASS: test_numeric_terminator1 (test.test_asynchat.TestAsynchat) PASS: test_numeric_terminator2 (test.test_asynchat.TestAsynchat) PASS: test_push (test.test_asynchat.TestAsynchat) PASS: test_simple_producer (test.test_asynchat.TestAsynchat) PASS: test_string_producer (test.test_asynchat.TestAsynchat) PASS: test_blockingioerror (test.test_asynchat.TestAsynchatMocked) PASS: test_close_when_done (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_empty_line (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_line_terminator1 (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_line_terminator2 (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_line_terminator3 (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_none_terminator (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_numeric_terminator1 (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_numeric_terminator2 (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_push (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_simple_producer (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_string_producer (test.test_asynchat.TestAsynchat_WithPoll) PASS: test_find_prefix_at_end (test.test_asynchat.TestHelperFunctions) PASS: test_disallow_negative_terminator (test.test_asynchat.TestNotConnected) ---------------------------------------------------------------------- Ran 25 tests in 1.929s OK 0:00:15 load avg: 0.94 [ 25/416] test_asyncio PASS: test__add_callback_cancelled_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test__add_callback_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test__run_once_cancelled_event_cleanup (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test__run_once_logging (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test__run_once_schedule_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_asyncgen_finalization_by_gc (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_asyncgen_finalization_by_gc_in_other_thread (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_call_later (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_call_later_negative_delays (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_call_soon (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_call_soon_non_callable (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_check_thread (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_close (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_create_task (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_default_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_default_exc_handler_callback (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_default_exc_handler_coro (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_env_var_debug (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_not_implemented (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_run_forever_keyboard_interrupt (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_run_forever_pre_stopped (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_run_once (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_run_until_complete_baseexception (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_run_until_complete_loop (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_run_until_complete_loop_orphan_future_close_loop (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_run_until_complete_type_error (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_set_debug (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_set_default_executor (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_set_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_set_exc_handler_custom (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_set_exc_handler_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_set_task_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_set_task_factory_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_single_selecter_event_callback_after_stopping (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_time_and_call_at (test.test_asyncio.test_base_events.BaseEventLoopTests) PASS: test_accept_connection_exception (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_accept_connection_retry (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_call_coroutine (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_bluetooth (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_ipv6_scope (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_multiple (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_multiple_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_multiple_errors_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_no_inet_pton (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_no_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_no_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_service_name (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_ssl_server_hostname_default (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_timeout (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_connection_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_addr_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_allow_broadcast (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_no_addrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_no_matching_family (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_noaddr_nofamily (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_setblk_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_sock_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_socket_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_datagram_endpoint_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_empty_host (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_ipv6 (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_soreuseport_only_defined (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_stream_bittype (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_create_server_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_getnameinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_log_slow_callbacks (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) PASS: test_ipaddr_info (test.test_asyncio.test_base_events.BaseEventTests) PASS: test_ipaddr_info_no_inet_pton (test.test_asyncio.test_base_events.BaseEventTests) PASS: test_port_parameter_types (test.test_asyncio.test_base_events.BaseEventTests) PASS: test__sock_sendfile_native_failure (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_blocking_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_negative_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_negative_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_nonbinary_file (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_nonstream_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_notint_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_notint_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_sock_sendfile_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_sock_sendfile_fallback_offset_and_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_sock_sendfile_no_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) PASS: test_running_loop_within_a_loop (test.test_asyncio.test_base_events.RunningLoopTests) PASS: test_set_nodelay (test.test_asyncio.test_base_events.TestSelectorUtils) SKIP: test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolProactorTests) 'Windows only' PASS: test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolSelectorTests) PASS: test_asyncio_task_decimal_context (test.test_asyncio.test_context.DecimalContextTest) PASS: test_not_implemented (test.test_asyncio.test_events.AbstractEventLoopTests) PASS: test_not_implemented_async (test.test_asyncio.test_events.AbstractEventLoopTests) PASS: test_add_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_add_signal_handler (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_bidirectional_pty (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_call_later (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_call_soon (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_call_soon_threadsafe (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_close (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_close_running_event_loop (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_connection (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_connection_local_addr (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_connection_local_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_connection_sock (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_datagram_endpoint (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_dual_stack (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_reuse_port (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_sock (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_ssl_match_failed (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_ssl_connection (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_ssl_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_unix_server (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_unix_server_path_socket_error (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_unix_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_internal_fds (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_prompt_cancellation (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_read_pipe (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_read_pty_output (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_reader_callback (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_remove_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_run_in_executor (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_run_in_executor_cancel (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_run_until_complete (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_run_until_complete_nesting (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_run_until_complete_stopped (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sendfile (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sendfile_close_peer_after_receiving (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sendfile_for_closing_transp (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sendfile_force_fallback (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sendfile_force_unsupported_native (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sendfile_not_supported (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sendfile_partial (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sendfile_pre_and_post_data (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sendfile_prevents_bare_write (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sendfile_ssl (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sendfile_ssl_partial (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_server_close (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_signal_handling_args (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_signal_handling_while_selecting (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sock_accept (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sock_client_fail (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sock_client_ops (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sock_sendfile_success (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_sock_sendfile_zero_size (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_close_after_finish (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_close_client_stream (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_exec (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_exitcode (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_interactive (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_kill (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_send_signal (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_shell (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_stderr (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_terminate (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_subprocess_wait_no_same_group (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_timeout_rounding (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_unclosed_pipe_transport (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_unix_sock_client_ops (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_write_pipe (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_write_pty (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_writer_callback (test.test_asyncio.test_events.EPollEventLoopTests) PASS: test_callback_with_exception (test.test_asyncio.test_events.HandleTests) PASS: test_coroutine_like_object_debug_formatting (test.test_asyncio.test_events.HandleTests) PASS: test_handle (test.test_asyncio.test_events.HandleTests) PASS: test_handle_repr (test.test_asyncio.test_events.HandleTests) PASS: test_handle_repr_debug (test.test_asyncio.test_events.HandleTests) PASS: test_handle_source_traceback (test.test_asyncio.test_events.HandleTests) PASS: test_handle_weakref (test.test_asyncio.test_events.HandleTests) PASS: test_event_loop_policy (test.test_asyncio.test_events.PolicyTests) PASS: test_get_event_loop (test.test_asyncio.test_events.PolicyTests) PASS: test_get_event_loop_after_set_none (test.test_asyncio.test_events.PolicyTests) PASS: test_get_event_loop_calls_set_event_loop (test.test_asyncio.test_events.PolicyTests) PASS: test_get_event_loop_policy (test.test_asyncio.test_events.PolicyTests) PASS: test_get_event_loop_thread (test.test_asyncio.test_events.PolicyTests) PASS: test_new_event_loop (test.test_asyncio.test_events.PolicyTests) PASS: test_set_event_loop (test.test_asyncio.test_events.PolicyTests) PASS: test_set_event_loop_policy (test.test_asyncio.test_events.PolicyTests) PASS: test_add_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_add_signal_handler (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_bidirectional_pty (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_call_later (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_call_soon (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_call_soon_threadsafe (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_close (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_close_running_event_loop (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_connection (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_connection_local_addr (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_connection_local_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_connection_sock (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_datagram_endpoint (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_dual_stack (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_reuse_port (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_sock (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_ssl_match_failed (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_ssl_connection (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_unix_server (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_unix_server_path_socket_error (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_unix_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_internal_fds (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_prompt_cancellation (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_read_pipe (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_read_pty_output (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_reader_callback (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_remove_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_run_in_executor (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_run_in_executor_cancel (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_run_until_complete (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_run_until_complete_nesting (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_run_until_complete_stopped (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sendfile (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sendfile_close_peer_after_receiving (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sendfile_for_closing_transp (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sendfile_force_fallback (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sendfile_force_unsupported_native (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sendfile_not_supported (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sendfile_partial (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sendfile_pre_and_post_data (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sendfile_prevents_bare_write (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sendfile_ssl (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sendfile_ssl_partial (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_server_close (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_signal_handling_args (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_signal_handling_while_selecting (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sock_accept (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sock_client_fail (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sock_client_ops (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sock_sendfile_success (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_sock_sendfile_zero_size (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_close_after_finish (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_close_client_stream (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_exec (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_exitcode (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_interactive (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_kill (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_send_signal (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_shell (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_stderr (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_terminate (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_subprocess_wait_no_same_group (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_timeout_rounding (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_unclosed_pipe_transport (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_unix_sock_client_ops (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_write_pipe (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_write_pty (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_writer_callback (test.test_asyncio.test_events.PollEventLoopTests) PASS: test_empty (test.test_asyncio.test_events.ProtocolsAbsTests) PASS: test_add_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_add_signal_handler (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_call_later (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_call_soon (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_call_soon_threadsafe (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_close (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_close_running_event_loop (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_connection (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_connection_local_addr (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_connection_local_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_connection_sock (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_datagram_endpoint (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_dual_stack (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_reuse_port (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_sock (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_ssl_match_failed (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_unix_server_path_socket_error (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_internal_fds (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_prompt_cancellation (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_read_pipe (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_reader_callback (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_remove_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_run_in_executor (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_run_in_executor_cancel (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_run_until_complete (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_run_until_complete_nesting (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_run_until_complete_stopped (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sendfile (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sendfile_close_peer_after_receiving (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sendfile_for_closing_transp (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sendfile_force_fallback (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sendfile_force_unsupported_native (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sendfile_not_supported (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sendfile_partial (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sendfile_pre_and_post_data (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sendfile_prevents_bare_write (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sendfile_ssl (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sendfile_ssl_partial (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_server_close (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_signal_handling_args (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_signal_handling_while_selecting (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sock_accept (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sock_client_fail (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sock_client_ops (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sock_sendfile_success (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_sock_sendfile_zero_size (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_close_after_finish (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_close_client_stream (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_exec (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_exitcode (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_interactive (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_kill (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_send_signal (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_shell (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_stderr (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_terminate (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_subprocess_wait_no_same_group (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_unclosed_pipe_transport (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_unix_sock_client_ops (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_write_pipe (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_writer_callback (test.test_asyncio.test_events.SelectEventLoopTests) PASS: test_close (test.test_asyncio.test_events.TestAbstractServer) PASS: test_get_loop (test.test_asyncio.test_events.TestAbstractServer) PASS: test_wait_closed (test.test_asyncio.test_events.TestAbstractServer) PASS: test_get_event_loop_new_process (test.test_asyncio.test_events.TestCGetEventLoop) PASS: test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestCGetEventLoop) PASS: test_get_event_loop_new_process (test.test_asyncio.test_events.TestPyGetEventLoop) PASS: test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestPyGetEventLoop) PASS: test_get_loop (test.test_asyncio.test_events.TestServer) PASS: test_hash (test.test_asyncio.test_events.TimerTests) PASS: test_timer (test.test_asyncio.test_events.TimerTests) PASS: test_timer_comparison (test.test_asyncio.test_events.TimerTests) PASS: test_timer_repr (test.test_asyncio.test_events.TimerTests) PASS: test_timer_repr_debug (test.test_asyncio.test_events.TimerTests) PASS: test_when (test.test_asyncio.test_events.TimerTests) PASS: test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_remove_done_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CFutureDoneCallbackTests) PASS: test_cancel (test.test_asyncio.test_futures.CFutureTests) PASS: test_constructor_positional (test.test_asyncio.test_futures.CFutureTests) PASS: test_copy_state (test.test_asyncio.test_futures.CFutureTests) PASS: test_exception (test.test_asyncio.test_futures.CFutureTests) PASS: test_exception_class (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_del_collect (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_del_segfault (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_exception_never_retrieved (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_iter_throw (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_repr (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_source_traceback (test.test_asyncio.test_futures.CFutureTests) PASS: test_future_stop_iteration_args (test.test_asyncio.test_futures.CFutureTests) PASS: test_init_constructor_default_loop (test.test_asyncio.test_futures.CFutureTests) PASS: test_initial_state (test.test_asyncio.test_futures.CFutureTests) PASS: test_isfuture (test.test_asyncio.test_futures.CFutureTests) PASS: test_iter (test.test_asyncio.test_futures.CFutureTests) PASS: test_log_traceback (test.test_asyncio.test_futures.CFutureTests) PASS: test_result (test.test_asyncio.test_futures.CFutureTests) PASS: test_set_result_unless_cancelled (test.test_asyncio.test_futures.CFutureTests) PASS: test_tb_logger_abandoned (test.test_asyncio.test_futures.CFutureTests) PASS: test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CFutureTests) PASS: test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CFutureTests) PASS: test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CFutureTests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CFutureTests) PASS: test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CFutureTests) PASS: test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CFutureTests) PASS: test_uninitialized (test.test_asyncio.test_futures.CFutureTests) PASS: test_wrap_future (test.test_asyncio.test_futures.CFutureTests) PASS: test_wrap_future_cancel (test.test_asyncio.test_futures.CFutureTests) PASS: test_wrap_future_cancel2 (test.test_asyncio.test_futures.CFutureTests) PASS: test_wrap_future_future (test.test_asyncio.test_futures.CFutureTests) PASS: test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CFutureTests) PASS: test_yield_from_twice (test.test_asyncio.test_futures.CFutureTests) PASS: test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_remove_done_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) PASS: test_cancel (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_constructor_positional (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_copy_state (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_exception (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_exception_class (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_future_del_collect (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_future_exception_never_retrieved (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_future_iter_throw (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_future_repr (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_future_source_traceback (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_future_stop_iteration_args (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_init_constructor_default_loop (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_initial_state (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_isfuture (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_iter (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_log_traceback (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_result (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_set_result_unless_cancelled (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_tb_logger_abandoned (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_uninitialized (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_wrap_future (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_wrap_future_cancel (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_wrap_future_cancel2 (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_wrap_future_future (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_yield_from_twice (test.test_asyncio.test_futures.CSubFutureTests) PASS: test_ensure_future (test.test_asyncio.test_futures.DuckTests) PASS: test_wrap_future (test.test_asyncio.test_futures.DuckTests) PASS: test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_callbacks_remove_first_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_callbacks_remove_third_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_remove_done_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) PASS: test_cancel (test.test_asyncio.test_futures.PyFutureTests) PASS: test_constructor_positional (test.test_asyncio.test_futures.PyFutureTests) PASS: test_copy_state (test.test_asyncio.test_futures.PyFutureTests) PASS: test_exception (test.test_asyncio.test_futures.PyFutureTests) PASS: test_exception_class (test.test_asyncio.test_futures.PyFutureTests) PASS: test_future_del_collect (test.test_asyncio.test_futures.PyFutureTests) PASS: test_future_exception_never_retrieved (test.test_asyncio.test_futures.PyFutureTests) PASS: test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.PyFutureTests) PASS: test_future_iter_throw (test.test_asyncio.test_futures.PyFutureTests) PASS: test_future_repr (test.test_asyncio.test_futures.PyFutureTests) PASS: test_future_source_traceback (test.test_asyncio.test_futures.PyFutureTests) PASS: test_future_stop_iteration_args (test.test_asyncio.test_futures.PyFutureTests) PASS: test_init_constructor_default_loop (test.test_asyncio.test_futures.PyFutureTests) PASS: test_initial_state (test.test_asyncio.test_futures.PyFutureTests) PASS: test_isfuture (test.test_asyncio.test_futures.PyFutureTests) PASS: test_iter (test.test_asyncio.test_futures.PyFutureTests) PASS: test_log_traceback (test.test_asyncio.test_futures.PyFutureTests) PASS: test_result (test.test_asyncio.test_futures.PyFutureTests) PASS: test_set_result_unless_cancelled (test.test_asyncio.test_futures.PyFutureTests) PASS: test_tb_logger_abandoned (test.test_asyncio.test_futures.PyFutureTests) PASS: test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.PyFutureTests) PASS: test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.PyFutureTests) PASS: test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.PyFutureTests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.PyFutureTests) PASS: test_tb_logger_result_retrieved (test.test_asyncio.test_futures.PyFutureTests) PASS: test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.PyFutureTests) PASS: test_uninitialized (test.test_asyncio.test_futures.PyFutureTests) PASS: test_wrap_future (test.test_asyncio.test_futures.PyFutureTests) PASS: test_wrap_future_cancel (test.test_asyncio.test_futures.PyFutureTests) PASS: test_wrap_future_cancel2 (test.test_asyncio.test_futures.PyFutureTests) PASS: test_wrap_future_future (test.test_asyncio.test_futures.PyFutureTests) PASS: test_wrap_future_use_global_loop (test.test_asyncio.test_futures.PyFutureTests) PASS: test_yield_from_twice (test.test_asyncio.test_futures.PyFutureTests) PASS: test_ambiguous_loops (test.test_asyncio.test_locks.ConditionTests) PASS: test_context_manager (test.test_asyncio.test_locks.ConditionTests) PASS: test_context_manager_no_yield (test.test_asyncio.test_locks.ConditionTests) PASS: test_ctor_loop (test.test_asyncio.test_locks.ConditionTests) PASS: test_ctor_noloop (test.test_asyncio.test_locks.ConditionTests) PASS: test_explicit_lock (test.test_asyncio.test_locks.ConditionTests) PASS: test_notify (test.test_asyncio.test_locks.ConditionTests) PASS: test_notify_all (test.test_asyncio.test_locks.ConditionTests) PASS: test_notify_all_unacquired (test.test_asyncio.test_locks.ConditionTests) PASS: test_notify_unacquired (test.test_asyncio.test_locks.ConditionTests) PASS: test_repr (test.test_asyncio.test_locks.ConditionTests) PASS: test_timeout_in_block (test.test_asyncio.test_locks.ConditionTests) PASS: test_wait (test.test_asyncio.test_locks.ConditionTests) PASS: test_wait_cancel (test.test_asyncio.test_locks.ConditionTests) PASS: test_wait_cancel_after_notify (test.test_asyncio.test_locks.ConditionTests) PASS: test_wait_cancel_contested (test.test_asyncio.test_locks.ConditionTests) PASS: test_wait_for (test.test_asyncio.test_locks.ConditionTests) PASS: test_wait_for_unacquired (test.test_asyncio.test_locks.ConditionTests) PASS: test_wait_unacquired (test.test_asyncio.test_locks.ConditionTests) PASS: test_clear (test.test_asyncio.test_locks.EventTests) PASS: test_clear_with_waiters (test.test_asyncio.test_locks.EventTests) PASS: test_ctor_loop (test.test_asyncio.test_locks.EventTests) PASS: test_ctor_noloop (test.test_asyncio.test_locks.EventTests) PASS: test_repr (test.test_asyncio.test_locks.EventTests) PASS: test_wait (test.test_asyncio.test_locks.EventTests) PASS: test_wait_cancel (test.test_asyncio.test_locks.EventTests) PASS: test_wait_on_set (test.test_asyncio.test_locks.EventTests) PASS: test_acquire (test.test_asyncio.test_locks.LockTests) PASS: test_acquire_cancel (test.test_asyncio.test_locks.LockTests) PASS: test_cancel_race (test.test_asyncio.test_locks.LockTests) PASS: test_cancel_release_race (test.test_asyncio.test_locks.LockTests) PASS: test_context_manager (test.test_asyncio.test_locks.LockTests) PASS: test_context_manager_cant_reuse (test.test_asyncio.test_locks.LockTests) PASS: test_context_manager_no_yield (test.test_asyncio.test_locks.LockTests) PASS: test_ctor_loop (test.test_asyncio.test_locks.LockTests) PASS: test_ctor_noloop (test.test_asyncio.test_locks.LockTests) PASS: test_finished_waiter_cancelled (test.test_asyncio.test_locks.LockTests) PASS: test_lock (test.test_asyncio.test_locks.LockTests) PASS: test_lock_by_with_statement (test.test_asyncio.test_locks.LockTests) PASS: test_release_no_waiters (test.test_asyncio.test_locks.LockTests) PASS: test_release_not_acquired (test.test_asyncio.test_locks.LockTests) PASS: test_repr (test.test_asyncio.test_locks.LockTests) PASS: test_acquire (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_acquire_cancel (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_acquire_cancel_before_awoken (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_acquire_hang (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_context_manager (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_context_manager_no_yield (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_ctor_loop (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_ctor_noloop (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_initial_value_zero (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_release_no_waiters (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_release_not_acquired (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_repr (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_semaphore (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_semaphore_value (test.test_asyncio.test_locks.SemaphoreTests) PASS: test_async_def_coroutines (test.test_asyncio.test_pep492.CoroutineTests) PASS: test_debug_mode_manages_coroutine_origin_tracking (test.test_asyncio.test_pep492.CoroutineTests) PASS: test_double_await (test.test_asyncio.test_pep492.CoroutineTests) PASS: test_function_returning_awaitable (test.test_asyncio.test_pep492.CoroutineTests) PASS: test_iscoroutine (test.test_asyncio.test_pep492.CoroutineTests) PASS: test_iscoroutinefunction (test.test_asyncio.test_pep492.CoroutineTests) PASS: test_task_print_stack (test.test_asyncio.test_pep492.CoroutineTests) PASS: test_types_coroutine (test.test_asyncio.test_pep492.CoroutineTests) PASS: test_context_manager_async_with (test.test_asyncio.test_pep492.LockTests) PASS: test_context_manager_with_await (test.test_asyncio.test_pep492.LockTests) PASS: test_readline (test.test_asyncio.test_pep492.StreamReaderTests) PASS: test_close (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_close_self_pipe (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_create_server (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_create_server_cancel (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_ctor (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_loop_self_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_loop_self_reading_exception (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_loop_self_reading_fut (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_make_socket_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_process_events (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_stop_serving (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) PASS: test_write_to_self (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) SKIP: test_sock_sendfile_iobuffer (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) 'Proactor is supported on Windows only' SKIP: test_sock_sendfile_not_a_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) 'Proactor is supported on Windows only' SKIP: test_sock_sendfile_not_regular_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) 'Proactor is supported on Windows only' SKIP: test_buffer_updated_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' SKIP: test_ctor (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' SKIP: test_get_buffer_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' SKIP: test_get_buffer_zerosized (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' SKIP: test_loop_eof_received_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' SKIP: test_loop_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' SKIP: test_loop_reading_aborted (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' SKIP: test_loop_reading_aborted_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' SKIP: test_loop_reading_aborted_is_fatal (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' SKIP: test_loop_reading_conn_reset_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' SKIP: test_loop_reading_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' SKIP: test_loop_reading_exception (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' SKIP: test_loop_reading_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' SKIP: test_pause_resume_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' SKIP: test_proto_buf_switch (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' SKIP: test_proto_type_switch (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' PASS: test_abort (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_call_connection_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_close_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_close_write_fut (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_ctor (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_dont_pause_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_fatal_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_fatal_error_2 (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_force_close_idempotent (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_reading_aborted (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_reading_aborted_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_reading_aborted_is_fatal (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_reading_conn_reset_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_reading_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_reading_exception (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_reading_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_writing_err (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_writing_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_loop_writing_stop (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_pause_resume_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_pause_resume_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_pause_writing_2write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_pause_writing_3write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_write_eof (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_write_eof_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_write_eof_buffer_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_write_eof_duplex_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_write_eof_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_write_more (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_write_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) PASS: test_format (test.test_asyncio.test_queues.LifoQueueJoinTests) PASS: test_join_empty_queue (test.test_asyncio.test_queues.LifoQueueJoinTests) PASS: test_task_done (test.test_asyncio.test_queues.LifoQueueJoinTests) PASS: test_task_done_underflow (test.test_asyncio.test_queues.LifoQueueJoinTests) PASS: test_order (test.test_asyncio.test_queues.LifoQueueTests) PASS: test_format (test.test_asyncio.test_queues.PriorityQueueJoinTests) PASS: test_join_empty_queue (test.test_asyncio.test_queues.PriorityQueueJoinTests) PASS: test_task_done (test.test_asyncio.test_queues.PriorityQueueJoinTests) PASS: test_task_done_underflow (test.test_asyncio.test_queues.PriorityQueueJoinTests) PASS: test_order (test.test_asyncio.test_queues.PriorityQueueTests) PASS: test_ctor_loop (test.test_asyncio.test_queues.QueueBasicTests) PASS: test_ctor_noloop (test.test_asyncio.test_queues.QueueBasicTests) PASS: test_empty (test.test_asyncio.test_queues.QueueBasicTests) PASS: test_full (test.test_asyncio.test_queues.QueueBasicTests) PASS: test_maxsize (test.test_asyncio.test_queues.QueueBasicTests) PASS: test_order (test.test_asyncio.test_queues.QueueBasicTests) PASS: test_repr (test.test_asyncio.test_queues.QueueBasicTests) PASS: test_str (test.test_asyncio.test_queues.QueueBasicTests) PASS: test_blocking_get (test.test_asyncio.test_queues.QueueGetTests) PASS: test_blocking_get_wait (test.test_asyncio.test_queues.QueueGetTests) PASS: test_cancelled_getters_not_being_held_in_self_getters (test.test_asyncio.test_queues.QueueGetTests) PASS: test_get_cancelled (test.test_asyncio.test_queues.QueueGetTests) PASS: test_get_cancelled_race (test.test_asyncio.test_queues.QueueGetTests) PASS: test_get_with_putters (test.test_asyncio.test_queues.QueueGetTests) PASS: test_get_with_waiting_putters (test.test_asyncio.test_queues.QueueGetTests) PASS: test_nonblocking_get (test.test_asyncio.test_queues.QueueGetTests) PASS: test_nonblocking_get_exception (test.test_asyncio.test_queues.QueueGetTests) PASS: test_why_are_getters_waiting (test.test_asyncio.test_queues.QueueGetTests) PASS: test_format (test.test_asyncio.test_queues.QueueJoinTests) PASS: test_join_empty_queue (test.test_asyncio.test_queues.QueueJoinTests) PASS: test_task_done (test.test_asyncio.test_queues.QueueJoinTests) PASS: test_task_done_underflow (test.test_asyncio.test_queues.QueueJoinTests) PASS: test_blocking_put (test.test_asyncio.test_queues.QueuePutTests) PASS: test_blocking_put_wait (test.test_asyncio.test_queues.QueuePutTests) PASS: test_cancelled_put_silence_value_error_exception (test.test_asyncio.test_queues.QueuePutTests) PASS: test_cancelled_puts_not_being_held_in_self_putters (test.test_asyncio.test_queues.QueuePutTests) PASS: test_float_maxsize (test.test_asyncio.test_queues.QueuePutTests) PASS: test_get_cancel_drop_many_pending_readers (test.test_asyncio.test_queues.QueuePutTests) PASS: test_get_cancel_drop_one_pending_reader (test.test_asyncio.test_queues.QueuePutTests) PASS: test_nonblocking_put (test.test_asyncio.test_queues.QueuePutTests) PASS: test_nonblocking_put_exception (test.test_asyncio.test_queues.QueuePutTests) PASS: test_put_cancel_drop (test.test_asyncio.test_queues.QueuePutTests) PASS: test_put_cancelled (test.test_asyncio.test_queues.QueuePutTests) PASS: test_put_cancelled_race (test.test_asyncio.test_queues.QueuePutTests) PASS: test_put_with_waiting_getters (test.test_asyncio.test_queues.QueuePutTests) PASS: test_why_are_putters_waiting (test.test_asyncio.test_queues.QueuePutTests) PASS: test_asyncio_run_cancels_hanging_tasks (test.test_asyncio.test_runners.RunTests) PASS: test_asyncio_run_closes_gens_after_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests) PASS: test_asyncio_run_debug (test.test_asyncio.test_runners.RunTests) PASS: test_asyncio_run_from_running_loop (test.test_asyncio.test_runners.RunTests) PASS: test_asyncio_run_only_coro (test.test_asyncio.test_runners.RunTests) PASS: test_asyncio_run_raises (test.test_asyncio.test_runners.RunTests) PASS: test_asyncio_run_reports_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests) PASS: test_asyncio_run_return (test.test_asyncio.test_runners.RunTests) PASS: test__sock_accept (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_accept_canceled_fut (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_accept_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_accept_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_accept_unregister (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_connect (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_connect_cb_cancelled_fut (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_connect_cb_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_connect_cb_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_connect_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_recv_canceled_fut (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_recv_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_recv_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_recv_unregister (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_sendall (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_sendall_canceled_fut (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_sendall_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_sendall_interrupted (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_sendall_none (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_sendall_partial (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_sendall_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test__sock_sendall_unregister (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_accept_connection_multiple (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_add_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_add_reader_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_add_reader_existing_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_add_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_add_writer_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_close (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_close_no_selector (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_make_socket_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_make_ssl_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_make_ssl_transport_without_ssl_error (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_process_events_read (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_process_events_read_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_process_events_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_process_events_write_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_read_from_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_read_from_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_remove_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_remove_reader_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_remove_reader_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_remove_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_remove_writer_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_remove_writer_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_sock_accept (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_sock_connect_resolve_using_socket_params (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_sock_connect_timeout (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_sock_recv (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_sock_recv_reconnection (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_sock_sendall (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_sock_sendall_nodata (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_sock_sendall_reconnection (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_write_to_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_write_to_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) PASS: test_fatal_error_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_fatal_error_connected_custom_error (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_read_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_read_ready_err (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_read_ready_oserr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_buffer (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_buffer_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_buffer_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_connected_addr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_error_received_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_ready_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_ready_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_ready_error_received_connection (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_ready_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_ready_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_str (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_sendto_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) PASS: test_buffer_updated_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_get_buffer_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_get_buffer_zerosized (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_proto_type_switch (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) PASS: test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_ctor_with_waiter (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_data_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_pause_resume_reading (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_transport_close_remove_writer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_eof_after_close (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_eof_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_partial_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_partial_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_ready_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_ready_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_ready_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_ready_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_ready_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_str (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test_write_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) PASS: test__add_reader (test.test_asyncio.test_selector_events.SelectorTransportTests) PASS: test_abort (test.test_asyncio.test_selector_events.SelectorTransportTests) PASS: test_close (test.test_asyncio.test_selector_events.SelectorTransportTests) PASS: test_close_write_buffer (test.test_asyncio.test_selector_events.SelectorTransportTests) PASS: test_connection_lost (test.test_asyncio.test_selector_events.SelectorTransportTests) PASS: test_ctor (test.test_asyncio.test_selector_events.SelectorTransportTests) PASS: test_fatal_error (test.test_asyncio.test_selector_events.SelectorTransportTests) PASS: test_fatal_error_custom_exception (test.test_asyncio.test_selector_events.SelectorTransportTests) PASS: test_force_close (test.test_asyncio.test_selector_events.SelectorTransportTests) SKIP: test_start_server_1 (test.test_asyncio.test_server.ProactorStartServerTests) 'Windows only' PASS: test_start_server_1 (test.test_asyncio.test_server.SelectorStartServerTests) PASS: test_start_unix_server_1 (test.test_asyncio.test_server.SelectorStartServerTests) SKIP: test_buf_feed_data (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_create_connection_memory_leak (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_handshake_timeout (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_start_tls_server_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' SKIP: test_start_tls_wrong_args (test.test_asyncio.test_sslproto.ProactorStartTLSTests) 'Windows only' PASS: test_buf_feed_data (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_create_connection_memory_leak (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_handshake_timeout (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_start_tls_wrong_args (test.test_asyncio.test_sslproto.SelectorStartTLSTests) PASS: test_close_during_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_connection_lost (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_data_received_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_eof_received_waiter (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_fatal_error_no_name_error (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_get_extra_info_on_closed_connection (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_handshake_timeout_negative (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_handshake_timeout_zero (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_set_new_app_protocol (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_write_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) PASS: test_IncompleteReadError_pickleable (test.test_asyncio.test_streams.StreamTests) PASS: test_LimitOverrunError_pickleable (test.test_asyncio.test_streams.StreamTests) PASS: test___repr__ (test.test_asyncio.test_streams.StreamTests) PASS: test___repr__data (test.test_asyncio.test_streams.StreamTests) PASS: test___repr__eof (test.test_asyncio.test_streams.StreamTests) PASS: test___repr__exception (test.test_asyncio.test_streams.StreamTests) PASS: test___repr__nondefault_limit (test.test_asyncio.test_streams.StreamTests) PASS: test___repr__transport (test.test_asyncio.test_streams.StreamTests) PASS: test___repr__waiter (test.test_asyncio.test_streams.StreamTests) PASS: test_at_eof (test.test_asyncio.test_streams.StreamTests) PASS: test_ctor_global_loop (test.test_asyncio.test_streams.StreamTests) PASS: test_drain_raises (test.test_asyncio.test_streams.StreamTests) PASS: test_exception (test.test_asyncio.test_streams.StreamTests) PASS: test_exception_cancel (test.test_asyncio.test_streams.StreamTests) PASS: test_exception_waiter (test.test_asyncio.test_streams.StreamTests) PASS: test_feed_empty_data (test.test_asyncio.test_streams.StreamTests) PASS: test_feed_nonempty_data (test.test_asyncio.test_streams.StreamTests) PASS: test_invalid_limit (test.test_asyncio.test_streams.StreamTests) PASS: test_open_connection (test.test_asyncio.test_streams.StreamTests) PASS: test_open_connection_error (test.test_asyncio.test_streams.StreamTests) PASS: test_open_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests) PASS: test_open_unix_connection (test.test_asyncio.test_streams.StreamTests) PASS: test_open_unix_connection_error (test.test_asyncio.test_streams.StreamTests) PASS: test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests) PASS: test_read (test.test_asyncio.test_streams.StreamTests) PASS: test_read_all_from_pipe_reader (test.test_asyncio.test_streams.StreamTests) PASS: test_read_eof (test.test_asyncio.test_streams.StreamTests) PASS: test_read_exception (test.test_asyncio.test_streams.StreamTests) PASS: test_read_limit (test.test_asyncio.test_streams.StreamTests) PASS: test_read_line_breaks (test.test_asyncio.test_streams.StreamTests) PASS: test_read_until_eof (test.test_asyncio.test_streams.StreamTests) PASS: test_read_zero (test.test_asyncio.test_streams.StreamTests) PASS: test_readexactly (test.test_asyncio.test_streams.StreamTests) PASS: test_readexactly_eof (test.test_asyncio.test_streams.StreamTests) PASS: test_readexactly_exception (test.test_asyncio.test_streams.StreamTests) PASS: test_readexactly_limit (test.test_asyncio.test_streams.StreamTests) PASS: test_readexactly_zero_or_less (test.test_asyncio.test_streams.StreamTests) PASS: test_readline (test.test_asyncio.test_streams.StreamTests) PASS: test_readline_empty_eof (test.test_asyncio.test_streams.StreamTests) PASS: test_readline_eof (test.test_asyncio.test_streams.StreamTests) PASS: test_readline_exception (test.test_asyncio.test_streams.StreamTests) PASS: test_readline_limit (test.test_asyncio.test_streams.StreamTests) PASS: test_readline_limit_with_existing_data (test.test_asyncio.test_streams.StreamTests) PASS: test_readline_nolimit_nowait (test.test_asyncio.test_streams.StreamTests) PASS: test_readline_read_byte_count (test.test_asyncio.test_streams.StreamTests) PASS: test_readuntil_eof (test.test_asyncio.test_streams.StreamTests) PASS: test_readuntil_limit_found_sep (test.test_asyncio.test_streams.StreamTests) PASS: test_readuntil_multi_chunks (test.test_asyncio.test_streams.StreamTests) PASS: test_readuntil_multi_chunks_1 (test.test_asyncio.test_streams.StreamTests) PASS: test_readuntil_separator (test.test_asyncio.test_streams.StreamTests) PASS: test_start_server (test.test_asyncio.test_streams.StreamTests) PASS: test_start_unix_server (test.test_asyncio.test_streams.StreamTests) PASS: test_streamreader_constructor (test.test_asyncio.test_streams.StreamTests) PASS: test_streamreaderprotocol_constructor (test.test_asyncio.test_streams.StreamTests) PASS: test_wait_closed_on_close (test.test_asyncio.test_streams.StreamTests) PASS: test_wait_closed_on_close_with_unread_data (test.test_asyncio.test_streams.StreamTests) PASS: test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_communicate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_empty_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_kill (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_popen_error (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_send_signal (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_shell (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_start_new_session (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_terminate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) PASS: test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_communicate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_empty_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_kill (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_popen_error (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_send_signal (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_shell (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_start_new_session (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_terminate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) PASS: test_proc_exited (test.test_asyncio.test_subprocess.SubprocessTransportTests) PASS: test_subprocess_repr (test.test_asyncio.test_subprocess.SubprocessTransportTests) PASS: test_current_task_no_running_loop (test.test_asyncio.test_tasks.CCurrentLoopTests) PASS: test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.CCurrentLoopTests) PASS: test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.CCurrentLoopTests) PASS: test__enter_task (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__enter_task_failure (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__leave_task (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__leave_task_failure1 (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__leave_task_failure2 (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__register_task_1 (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__register_task_2 (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__register_task_3 (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__unregister_task (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test__unregister_task_not_registered (test.test_asyncio.test_tasks.CIntrospectionTests) PASS: test_all_tasks_deprecated (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_as_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_bare_create_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) test_cancel_at_end (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: coroutine end right after task is cancelled PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) test_cancel_gather_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: Ensure that a gathering future refuses to be cancelled once all PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_cancel_yield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_context_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_context_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_context_3 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_corowrapper_throw (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_corowrapper_weakref (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_current_task_deprecated (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_exception_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_gather_shield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_get_stack (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_log_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_other_loop_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: Return of @asyncio.coroutine()-wrapped function generator object PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_shield_effect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_shield_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_shield_gather (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_shield_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_sleep (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_step_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_step_result_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_basics (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_class (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_del_collect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_repr (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_task_set_methods (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_errors (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_for_blocking (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_for_race_condition (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_really_done (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_with_global_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) PASS: test_all_tasks_deprecated (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: coroutine end right after task is cancelled PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: Ensure that a gathering future refuses to be cancelled once all PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_current_task_deprecated (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: Return of @asyncio.coroutine()-wrapped function generator object PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_step_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) PASS: test_all_tasks_deprecated (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: coroutine end right after task is cancelled PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: Ensure that a gathering future refuses to be cancelled once all PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_current_task_deprecated (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_del__log_destroy_pending_segfault (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) SKIP: test_refleaks_in_task___init__ (test.test_asyncio.test_tasks.CTask_CFuture_Tests) "object has no attribute 'gettotalrefcount'" test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: Return of @asyncio.coroutine()-wrapped function generator object PASS: test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_step_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_task_source_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) PASS: test_foobar (test.test_asyncio.test_tasks.CTask_Future_Tests) PASS: test_all_tasks_deprecated (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_as_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_bare_create_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) test_cancel_at_end (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: coroutine end right after task is cancelled PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: Ensure that a gathering future refuses to be cancelled once all PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_cancel_yield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_context_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_context_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_context_3 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_current_task_deprecated (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_exception_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_gather_shield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_get_stack (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_log_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_other_loop_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: Return of @asyncio.coroutine()-wrapped function generator object PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_shield_effect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_shield_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_shield_gather (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_shield_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_sleep (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_step_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_step_result_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_basics (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_class (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_del_collect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_repr (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_set_methods (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_task_source_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_errors (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_really_done (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) PASS: test_await_old_style_coro (test.test_asyncio.test_tasks.CompatibilityTests) PASS: test_debug_mode_interop (test.test_asyncio.test_tasks.CompatibilityTests) PASS: test_yield_from_awaitable (test.test_asyncio.test_tasks.CompatibilityTests) PASS: test_cancellation_broadcast (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_constructor_loop_selection (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_duplicate_coroutines (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_env_var_debug (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_exception_marking (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_one_exception (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_result_exception_success (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_return_exceptions (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_success (test.test_asyncio.test_tasks.CoroutineGatherTests) PASS: test_constructor_empty_sequence (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_constructor_heterogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_constructor_homogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_env_var_debug (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_one_exception (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_result_exception_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_result_exception_success (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_return_exceptions (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_success (test.test_asyncio.test_tasks.FutureGatherTests) PASS: test_asyncio_module_compiled (test.test_asyncio.test_tasks.GenericTaskTests) PASS: test_future_subclass (test.test_asyncio.test_tasks.GenericTaskTests) PASS: test_current_task_no_running_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests) PASS: test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.PyCurrentLoopTests) PASS: test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests) PASS: test__enter_task (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__enter_task_failure (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__leave_task (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__leave_task_failure1 (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__leave_task_failure2 (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__register_task_1 (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__register_task_2 (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__register_task_3 (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__unregister_task (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test__unregister_task_not_registered (test.test_asyncio.test_tasks.PyIntrospectionTests) PASS: test_all_tasks_deprecated (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: coroutine end right after task is cancelled PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: Ensure that a gathering future refuses to be cancelled once all PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_current_task_deprecated (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: Return of @asyncio.coroutine()-wrapped function generator object PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_sleep (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_step_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_class (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) PASS: test_all_tasks_deprecated (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: coroutine end right after task is cancelled PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: Ensure that a gathering future refuses to be cancelled once all PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_current_task_deprecated (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: Return of @asyncio.coroutine()-wrapped function generator object PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_sleep (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_step_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_class (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) PASS: test_all_tasks_deprecated (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: coroutine end right after task is cancelled PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: Ensure that a gathering future refuses to be cancelled once all PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_current_task_deprecated (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: Return of @asyncio.coroutine()-wrapped function generator object PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_step_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) PASS: test_all_tasks_deprecated (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: coroutine end right after task is cancelled PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: Ensure that a gathering future refuses to be cancelled once all PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_current_task_deprecated (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: Return of @asyncio.coroutine()-wrapped function generator object PASS: test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_step_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) test_run_coroutine_threadsafe (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) PASS: Test coroutine submission from a thread to an event loop. test_run_coroutine_threadsafe_task_cancelled (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) PASS: Test coroutine submission from a tread to an event loop test_run_coroutine_threadsafe_task_factory_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) PASS: Test coroutine submission from a tread to an event loop test_run_coroutine_threadsafe_with_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) PASS: Test coroutine submission from a thread to an event loop test_run_coroutine_threadsafe_with_timeout (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) PASS: Test coroutine submission from a thread to an event loop PASS: test_sleep_zero (test.test_asyncio.test_tasks.SleepTests) PASS: test_ctor_extra_is_none (test.test_asyncio.test_transports.TransportTests) PASS: test_dgram_not_implemented (test.test_asyncio.test_transports.TransportTests) PASS: test_flowcontrol_mixin_set_write_limits (test.test_asyncio.test_transports.TransportTests) PASS: test_get_extra_info (test.test_asyncio.test_transports.TransportTests) PASS: test_not_implemented (test.test_asyncio.test_transports.TransportTests) PASS: test_subprocess_transport_not_implemented (test.test_asyncio.test_transports.TransportTests) PASS: test_writelines (test.test_asyncio.test_transports.TransportTests) PASS: test_not_implemented (test.test_asyncio.test_unix_events.AbstractChildWatcherTests) PASS: test_not_implemented (test.test_asyncio.test_unix_events.BaseChildWatcherTests) PASS: test_add_child_handler_with_no_loop_attached (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_close (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_create_watcher (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_remove_child_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_set_loop (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_set_loop_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_remove_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_replace_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_two_children (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_sigchld_unknown_status (test.test_asyncio.test_unix_events.FastChildWatcherTests) PASS: test_child_watcher_replace_mainloop_existing (test.test_asyncio.test_unix_events.PolicyTests) PASS: test_get_child_watcher (test.test_asyncio.test_unix_events.PolicyTests) PASS: test_get_child_watcher_after_set (test.test_asyncio.test_unix_events.PolicyTests) PASS: test_get_child_watcher_thread (test.test_asyncio.test_unix_events.PolicyTests) PASS: test_get_child_watcher_with_mainloop_existing (test.test_asyncio.test_unix_events.PolicyTests) PASS: test_add_child_handler_with_no_loop_attached (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_close (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_create_watcher (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_remove_child_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_set_loop (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_set_loop_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_remove_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_replace_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_two_children (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_sigchld_unknown_status (test.test_asyncio.test_unix_events.SafeChildWatcherTests) PASS: test_add_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_add_signal_handler_coroutine_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_add_signal_handler_install_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_add_signal_handler_install_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_add_signal_handler_install_error3 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_add_signal_handler_setup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_check_signal (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_close (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_close_on_finalizing (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_handle_signal_cancelled_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_handle_signal_no_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_remove_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_remove_signal_handler_2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_remove_signal_handler_cleanup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_remove_signal_handler_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_remove_signal_handler_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) PASS: test_sock_sendfile_blocking_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_cancel1 (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_cancel2 (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_exception (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_iobuffer (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_not_a_file (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_not_available (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_not_regular_file (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_os_error_first_call (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_sock_sendfile_os_error_next_call (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) PASS: test_create_unix_connection_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_connection_nossl_serverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_connection_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_connection_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_connection_pathlib (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_connection_ssl_noserverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_connection_ssl_timeout_with_plain_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_bind_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_existing_path_nonsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_existing_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_path_dgram (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_path_stream_bittype (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_pathlib (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_ssl_bool (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_create_unix_server_ssl_timeout_with_plain_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) PASS: test_add_reader_invalid_argument (test.test_asyncio.test_unix_events.TestFunctional) PASS: test_add_reader_or_writer_transport_fd (test.test_asyncio.test_unix_events.TestFunctional) PASS: test__call_connection_lost (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test__close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test__read_ready (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test__read_ready_blocked (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test__read_ready_eof (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test__read_ready_error (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test_close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test_close_already_closing (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test_ctor (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test_pause_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test_resume_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) PASS: test__call_connection_lost (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test__read_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test__write_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test__write_ready_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test__write_ready_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test__write_ready_empty (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test__write_ready_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test__write_ready_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_abort (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_can_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_close_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_ctor (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write_buffer (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write_eof_pending (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write_no_data (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) PASS: test_write_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) SKIP: test.test_asyncio.test_windows_events (unittest.loader.ModuleSkipped) 'Windows only' SKIP: test.test_asyncio.test_windows_utils (unittest.loader.ModuleSkipped) 'Windows only' ---------------------------------------------------------------------- Ran 2047 tests in 52.685s OK (skipped=35) 0:01:08 load avg: 0.89 [ 26/416] test_asyncore -- test_asyncio passed in 52 sec 884 ms PASS: test_basic (test.test_asyncore.DispatcherTests) PASS: test_log (test.test_asyncore.DispatcherTests) PASS: test_log_info (test.test_asyncore.DispatcherTests) PASS: test_repr (test.test_asyncore.DispatcherTests) PASS: test_strerror (test.test_asyncore.DispatcherTests) PASS: test_unhandled (test.test_asyncore.DispatcherTests) PASS: test_send (test.test_asyncore.DispatcherWithSendTests) PASS: test_close_twice (test.test_asyncore.FileWrapperTest) PASS: test_dispatcher (test.test_asyncore.FileWrapperTest) PASS: test_recv (test.test_asyncore.FileWrapperTest) PASS: test_resource_warning (test.test_asyncore.FileWrapperTest) PASS: test_send (test.test_asyncore.FileWrapperTest) PASS: test_closeall (test.test_asyncore.HelperFunctionTests) PASS: test_closeall_default (test.test_asyncore.HelperFunctionTests) PASS: test_compact_traceback (test.test_asyncore.HelperFunctionTests) PASS: test_readwrite (test.test_asyncore.HelperFunctionTests) PASS: test_readwriteexc (test.test_asyncore.HelperFunctionTests) PASS: test_bind (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_connection_attributes (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_create_socket (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_accept (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_accepted (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_close (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_connect (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_error (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_expt (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_read (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_handle_write (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_quick_connect (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_set_reuse_addr (test.test_asyncore.TestAPI_UseIPv4Poll) PASS: test_bind (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_connection_attributes (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_create_socket (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_accept (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_accepted (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_close (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_connect (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_error (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_expt (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_read (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_handle_write (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_quick_connect (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_set_reuse_addr (test.test_asyncore.TestAPI_UseIPv4Select) PASS: test_bind (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_connection_attributes (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_create_socket (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_accept (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_accepted (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_close (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_connect (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_error (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_expt (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_read (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_handle_write (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_quick_connect (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_set_reuse_addr (test.test_asyncore.TestAPI_UseIPv6Poll) PASS: test_bind (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_connection_attributes (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_create_socket (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_accept (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_accepted (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_close (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_connect (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_error (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_expt (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_read (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_handle_write (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_quick_connect (test.test_asyncore.TestAPI_UseIPv6Select) PASS: test_set_reuse_addr (test.test_asyncore.TestAPI_UseIPv6Select) SKIP: test_bind (test.test_asyncore.TestAPI_UseUnixSocketsPoll) 'Not applicable to AF_UNIX sockets.' PASS: test_connection_attributes (test.test_asyncore.TestAPI_UseUnixSocketsPoll) PASS: test_create_socket (test.test_asyncore.TestAPI_UseUnixSocketsPoll) PASS: test_handle_accept (test.test_asyncore.TestAPI_UseUnixSocketsPoll) PASS: test_handle_accepted (test.test_asyncore.TestAPI_UseUnixSocketsPoll) PASS: test_handle_close (test.test_asyncore.TestAPI_UseUnixSocketsPoll) PASS: test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseUnixSocketsPoll) PASS: test_handle_connect (test.test_asyncore.TestAPI_UseUnixSocketsPoll) PASS: test_handle_error (test.test_asyncore.TestAPI_UseUnixSocketsPoll) SKIP: test_handle_expt (test.test_asyncore.TestAPI_UseUnixSocketsPoll) 'Not applicable to AF_UNIX sockets.' PASS: test_handle_read (test.test_asyncore.TestAPI_UseUnixSocketsPoll) PASS: test_handle_write (test.test_asyncore.TestAPI_UseUnixSocketsPoll) SKIP: test_quick_connect (test.test_asyncore.TestAPI_UseUnixSocketsPoll) 'test specific to AF_INET and AF_INET6' SKIP: test_set_reuse_addr (test.test_asyncore.TestAPI_UseUnixSocketsPoll) 'Not applicable to AF_UNIX sockets.' SKIP: test_bind (test.test_asyncore.TestAPI_UseUnixSocketsSelect) 'Not applicable to AF_UNIX sockets.' PASS: test_connection_attributes (test.test_asyncore.TestAPI_UseUnixSocketsSelect) PASS: test_create_socket (test.test_asyncore.TestAPI_UseUnixSocketsSelect) PASS: test_handle_accept (test.test_asyncore.TestAPI_UseUnixSocketsSelect) PASS: test_handle_accepted (test.test_asyncore.TestAPI_UseUnixSocketsSelect) PASS: test_handle_close (test.test_asyncore.TestAPI_UseUnixSocketsSelect) PASS: test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseUnixSocketsSelect) PASS: test_handle_connect (test.test_asyncore.TestAPI_UseUnixSocketsSelect) PASS: test_handle_error (test.test_asyncore.TestAPI_UseUnixSocketsSelect) SKIP: test_handle_expt (test.test_asyncore.TestAPI_UseUnixSocketsSelect) 'Not applicable to AF_UNIX sockets.' PASS: test_handle_read (test.test_asyncore.TestAPI_UseUnixSocketsSelect) PASS: test_handle_write (test.test_asyncore.TestAPI_UseUnixSocketsSelect) SKIP: test_quick_connect (test.test_asyncore.TestAPI_UseUnixSocketsSelect) 'test specific to AF_INET and AF_INET6' SKIP: test_set_reuse_addr (test.test_asyncore.TestAPI_UseUnixSocketsSelect) 'Not applicable to AF_UNIX sockets.' ---------------------------------------------------------------------- Ran 101 tests in 1.918s OK (skipped=8) 0:01:10 load avg: 0.82 [ 27/416] test_atexit PASS: test_args (test.test_atexit.GeneralTest) PASS: test_badargs (test.test_atexit.GeneralTest) PASS: test_bound_methods (test.test_atexit.GeneralTest) PASS: test_clear (test.test_atexit.GeneralTest) PASS: test_exit (test.test_atexit.GeneralTest) PASS: test_order (test.test_atexit.GeneralTest) PASS: test_print_tracebacks (test.test_atexit.GeneralTest) PASS: test_raise (test.test_atexit.GeneralTest) PASS: test_raise_unnormalized (test.test_atexit.GeneralTest) PASS: test_shutdown (test.test_atexit.GeneralTest) PASS: test_stress (test.test_atexit.GeneralTest) PASS: test_unregister (test.test_atexit.GeneralTest) PASS: test_callback_on_subinterpreter_teardown (test.test_atexit.SubinterpreterTest) PASS: test_callbacks_leak (test.test_atexit.SubinterpreterTest) PASS: test_callbacks_leak_refcycle (test.test_atexit.SubinterpreterTest) ---------------------------------------------------------------------- Ran 15 tests in 0.145s OK 0:01:10 load avg: 0.82 [ 28/416] test_audioop PASS: test_add (test.test_audioop.TestAudioop) PASS: test_adpcm2lin (test.test_audioop.TestAudioop) PASS: test_alaw2lin (test.test_audioop.TestAudioop) PASS: test_avg (test.test_audioop.TestAudioop) PASS: test_avgpp (test.test_audioop.TestAudioop) PASS: test_bias (test.test_audioop.TestAudioop) PASS: test_byteswap (test.test_audioop.TestAudioop) PASS: test_cross (test.test_audioop.TestAudioop) PASS: test_findfactor (test.test_audioop.TestAudioop) PASS: test_findfit (test.test_audioop.TestAudioop) PASS: test_findmax (test.test_audioop.TestAudioop) PASS: test_getsample (test.test_audioop.TestAudioop) PASS: test_invalid_adpcm_state (test.test_audioop.TestAudioop) PASS: test_issue7673 (test.test_audioop.TestAudioop) PASS: test_lin2adpcm (test.test_audioop.TestAudioop) PASS: test_lin2alaw (test.test_audioop.TestAudioop) PASS: test_lin2lin (test.test_audioop.TestAudioop) PASS: test_lin2ulaw (test.test_audioop.TestAudioop) PASS: test_max (test.test_audioop.TestAudioop) PASS: test_maxpp (test.test_audioop.TestAudioop) PASS: test_minmax (test.test_audioop.TestAudioop) PASS: test_mul (test.test_audioop.TestAudioop) PASS: test_negativelen (test.test_audioop.TestAudioop) PASS: test_ratecv (test.test_audioop.TestAudioop) PASS: test_reverse (test.test_audioop.TestAudioop) PASS: test_rms (test.test_audioop.TestAudioop) PASS: test_string (test.test_audioop.TestAudioop) PASS: test_tomono (test.test_audioop.TestAudioop) PASS: test_tostereo (test.test_audioop.TestAudioop) PASS: test_ulaw2lin (test.test_audioop.TestAudioop) PASS: test_wrongsize (test.test_audioop.TestAudioop) ---------------------------------------------------------------------- Ran 31 tests in 0.010s OK 0:01:10 load avg: 0.82 [ 29/416] test_augassign PASS: testBasic (test.test_augassign.AugAssignTest) PASS: testCustomMethods1 (test.test_augassign.AugAssignTest) PASS: testCustomMethods2 (test.test_augassign.AugAssignTest) PASS: testInDict (test.test_augassign.AugAssignTest) PASS: testInList (test.test_augassign.AugAssignTest) PASS: testSequences (test.test_augassign.AugAssignTest) PASS: test_with_unpacking (test.test_augassign.AugAssignTest) ---------------------------------------------------------------------- Ran 7 tests in 0.002s OK 0:01:10 load avg: 0.82 [ 30/416] test_base64 PASS: test_ErrorHeritage (test.test_base64.BaseXYTestCase) PASS: test_a85_padding (test.test_base64.BaseXYTestCase) PASS: test_a85decode (test.test_base64.BaseXYTestCase) PASS: test_a85decode_errors (test.test_base64.BaseXYTestCase) PASS: test_a85encode (test.test_base64.BaseXYTestCase) PASS: test_b16decode (test.test_base64.BaseXYTestCase) PASS: test_b16encode (test.test_base64.BaseXYTestCase) PASS: test_b32decode (test.test_base64.BaseXYTestCase) PASS: test_b32decode_casefold (test.test_base64.BaseXYTestCase) PASS: test_b32decode_error (test.test_base64.BaseXYTestCase) PASS: test_b32encode (test.test_base64.BaseXYTestCase) PASS: test_b64decode (test.test_base64.BaseXYTestCase) PASS: test_b64decode_invalid_chars (test.test_base64.BaseXYTestCase) PASS: test_b64decode_padding_error (test.test_base64.BaseXYTestCase) PASS: test_b64encode (test.test_base64.BaseXYTestCase) PASS: test_b85_padding (test.test_base64.BaseXYTestCase) PASS: test_b85decode (test.test_base64.BaseXYTestCase) PASS: test_b85decode_errors (test.test_base64.BaseXYTestCase) PASS: test_b85encode (test.test_base64.BaseXYTestCase) PASS: test_decode_nonascii_str (test.test_base64.BaseXYTestCase) PASS: test_decode (test.test_base64.LegacyBase64TestCase) PASS: test_decodebytes (test.test_base64.LegacyBase64TestCase) PASS: test_decodestring_warns (test.test_base64.LegacyBase64TestCase) PASS: test_encode (test.test_base64.LegacyBase64TestCase) PASS: test_encodebytes (test.test_base64.LegacyBase64TestCase) PASS: test_encodestring_warns (test.test_base64.LegacyBase64TestCase) PASS: test_decode (test.test_base64.TestMain) PASS: test_encode_decode (test.test_base64.TestMain) PASS: test_encode_file (test.test_base64.TestMain) PASS: test_encode_from_stdin (test.test_base64.TestMain) ---------------------------------------------------------------------- Ran 30 tests in 0.186s OK 0:01:10 load avg: 0.82 [ 31/416] test_baseexception PASS: test_builtins_new_style (test.test_baseexception.ExceptionClassTests) PASS: test_inheritance (test.test_baseexception.ExceptionClassTests) PASS: test_interface_multi_arg (test.test_baseexception.ExceptionClassTests) PASS: test_interface_no_arg (test.test_baseexception.ExceptionClassTests) PASS: test_interface_single_arg (test.test_baseexception.ExceptionClassTests) PASS: test_catch_BaseException_instance (test.test_baseexception.UsageTests) PASS: test_catch_non_BaseException (test.test_baseexception.UsageTests) PASS: test_catch_string (test.test_baseexception.UsageTests) PASS: test_raise_new_style_non_exception (test.test_baseexception.UsageTests) PASS: test_raise_string (test.test_baseexception.UsageTests) ---------------------------------------------------------------------- Ran 10 tests in 0.003s OK 0:01:11 load avg: 0.82 [ 32/416] test_bdb PASS: test_down (test.test_bdb.StateTestCase) PASS: test_next (test.test_bdb.StateTestCase) PASS: test_next_in_caller_frame (test.test_bdb.StateTestCase) PASS: test_next_on_plain_statement (test.test_bdb.StateTestCase) PASS: test_next_over_import (test.test_bdb.StateTestCase) PASS: test_return (test.test_bdb.StateTestCase) PASS: test_return_in_caller_frame (test.test_bdb.StateTestCase) PASS: test_skip (test.test_bdb.StateTestCase) PASS: test_step (test.test_bdb.StateTestCase) PASS: test_step_next_on_last_statement (test.test_bdb.StateTestCase) PASS: test_until (test.test_bdb.StateTestCase) PASS: test_until_in_caller_frame (test.test_bdb.StateTestCase) PASS: test_until_with_too_large_count (test.test_bdb.StateTestCase) PASS: test_up (test.test_bdb.StateTestCase) PASS: test_run_step (test.test_bdb.RunTestCase) PASS: test_runeval_step (test.test_bdb.RunTestCase) PASS: test_bp_after_last_statement (test.test_bdb.BreakpointTestCase) PASS: test_bp_condition (test.test_bdb.BreakpointTestCase) PASS: test_bp_exception_on_condition_evaluation (test.test_bdb.BreakpointTestCase) PASS: test_bp_ignore_count (test.test_bdb.BreakpointTestCase) PASS: test_bp_on_non_existent_module (test.test_bdb.BreakpointTestCase) PASS: test_clear_at_no_bp (test.test_bdb.BreakpointTestCase) PASS: test_clear_two_bp_on_same_line (test.test_bdb.BreakpointTestCase) PASS: test_disabled_temporary_bp (test.test_bdb.BreakpointTestCase) PASS: test_ignore_count_on_disabled_bp (test.test_bdb.BreakpointTestCase) PASS: test_temporary_bp (test.test_bdb.BreakpointTestCase) PASS: test_next_command_in_generator_for_loop (test.test_bdb.IssuesTestCase) PASS: test_next_command_in_generator_with_subiterator (test.test_bdb.IssuesTestCase) PASS: test_next_until_return_in_generator (test.test_bdb.IssuesTestCase) PASS: test_return_command_in_generator_with_subiterator (test.test_bdb.IssuesTestCase) PASS: test_step_at_return_with_no_trace_in_caller (test.test_bdb.IssuesTestCase) ---------------------------------------------------------------------- Ran 31 tests in 0.047s OK 0:01:11 load avg: 0.82 [ 33/416] test_bigaddrspace SKIP: test_concat (test.test_bigaddrspace.BytesTest) 'not enough memory: 8589934592.0G minimum needed' SKIP: test_optimized_concat (test.test_bigaddrspace.BytesTest) 'not enough memory: 8589934592.0G minimum needed' SKIP: test_repeat (test.test_bigaddrspace.BytesTest) 'not enough memory: 8589934592.0G minimum needed' SKIP: test_concat (test.test_bigaddrspace.StrTest) 'not enough memory: 8589934592.0G minimum needed' SKIP: test_optimized_concat (test.test_bigaddrspace.StrTest) 'not enough memory: 8589934592.0G minimum needed' SKIP: test_repeat (test.test_bigaddrspace.StrTest) 'not enough memory: 8589934592.0G minimum needed' ---------------------------------------------------------------------- Ran 6 tests in 0.001s OK (skipped=6) 0:01:11 load avg: 0.82 [ 34/416] test_bigmem PASS: test_capitalize (test.test_bigmem.StrTest) PASS: test_center (test.test_bigmem.StrTest) PASS: test_compare (test.test_bigmem.StrTest) PASS: test_concat (test.test_bigmem.StrTest) PASS: test_contains (test.test_bigmem.StrTest) PASS: test_count (test.test_bigmem.StrTest) PASS: test_encode (test.test_bigmem.StrTest) PASS: test_encode_ascii (test.test_bigmem.StrTest) PASS: test_encode_raw_unicode_escape (test.test_bigmem.StrTest) PASS: test_encode_utf32 (test.test_bigmem.StrTest) PASS: test_encode_utf7 (test.test_bigmem.StrTest) PASS: test_endswith (test.test_bigmem.StrTest) PASS: test_expandtabs (test.test_bigmem.StrTest) PASS: test_find (test.test_bigmem.StrTest) PASS: test_format (test.test_bigmem.StrTest) PASS: test_hash (test.test_bigmem.StrTest) PASS: test_index (test.test_bigmem.StrTest) PASS: test_isalnum (test.test_bigmem.StrTest) PASS: test_isalpha (test.test_bigmem.StrTest) PASS: test_isdigit (test.test_bigmem.StrTest) PASS: test_islower (test.test_bigmem.StrTest) PASS: test_isspace (test.test_bigmem.StrTest) PASS: test_istitle (test.test_bigmem.StrTest) PASS: test_isupper (test.test_bigmem.StrTest) PASS: test_join (test.test_bigmem.StrTest) PASS: test_ljust (test.test_bigmem.StrTest) PASS: test_lower (test.test_bigmem.StrTest) PASS: test_lstrip (test.test_bigmem.StrTest) PASS: test_repeat (test.test_bigmem.StrTest) PASS: test_replace (test.test_bigmem.StrTest) PASS: test_repr_large (test.test_bigmem.StrTest) PASS: test_repr_small (test.test_bigmem.StrTest) PASS: test_rfind (test.test_bigmem.StrTest) PASS: test_rindex (test.test_bigmem.StrTest) PASS: test_rjust (test.test_bigmem.StrTest) PASS: test_rstrip (test.test_bigmem.StrTest) PASS: test_slice_and_getitem (test.test_bigmem.StrTest) PASS: test_split_large (test.test_bigmem.StrTest) PASS: test_split_small (test.test_bigmem.StrTest) PASS: test_splitlines (test.test_bigmem.StrTest) PASS: test_startswith (test.test_bigmem.StrTest) PASS: test_strip (test.test_bigmem.StrTest) PASS: test_swapcase (test.test_bigmem.StrTest) PASS: test_title (test.test_bigmem.StrTest) PASS: test_translate (test.test_bigmem.StrTest) PASS: test_unicode_repr (test.test_bigmem.StrTest) PASS: test_unicode_repr_wide (test.test_bigmem.StrTest) PASS: test_upper (test.test_bigmem.StrTest) PASS: test_zfill (test.test_bigmem.StrTest) PASS: test_capitalize (test.test_bigmem.BytesTest) PASS: test_center (test.test_bigmem.BytesTest) PASS: test_compare (test.test_bigmem.BytesTest) PASS: test_concat (test.test_bigmem.BytesTest) PASS: test_contains (test.test_bigmem.BytesTest) PASS: test_count (test.test_bigmem.BytesTest) PASS: test_decode (test.test_bigmem.BytesTest) PASS: test_endswith (test.test_bigmem.BytesTest) PASS: test_expandtabs (test.test_bigmem.BytesTest) PASS: test_find (test.test_bigmem.BytesTest) PASS: test_hash (test.test_bigmem.BytesTest) PASS: test_index (test.test_bigmem.BytesTest) PASS: test_isalnum (test.test_bigmem.BytesTest) PASS: test_isalpha (test.test_bigmem.BytesTest) PASS: test_isdigit (test.test_bigmem.BytesTest) PASS: test_islower (test.test_bigmem.BytesTest) PASS: test_isspace (test.test_bigmem.BytesTest) PASS: test_istitle (test.test_bigmem.BytesTest) PASS: test_isupper (test.test_bigmem.BytesTest) PASS: test_join (test.test_bigmem.BytesTest) PASS: test_ljust (test.test_bigmem.BytesTest) PASS: test_lower (test.test_bigmem.BytesTest) PASS: test_lstrip (test.test_bigmem.BytesTest) PASS: test_repeat (test.test_bigmem.BytesTest) PASS: test_replace (test.test_bigmem.BytesTest) PASS: test_rfind (test.test_bigmem.BytesTest) PASS: test_rindex (test.test_bigmem.BytesTest) PASS: test_rjust (test.test_bigmem.BytesTest) PASS: test_rstrip (test.test_bigmem.BytesTest) PASS: test_slice_and_getitem (test.test_bigmem.BytesTest) PASS: test_split_large (test.test_bigmem.BytesTest) PASS: test_split_small (test.test_bigmem.BytesTest) PASS: test_splitlines (test.test_bigmem.BytesTest) PASS: test_startswith (test.test_bigmem.BytesTest) PASS: test_strip (test.test_bigmem.BytesTest) PASS: test_swapcase (test.test_bigmem.BytesTest) PASS: test_title (test.test_bigmem.BytesTest) PASS: test_translate (test.test_bigmem.BytesTest) PASS: test_upper (test.test_bigmem.BytesTest) PASS: test_zfill (test.test_bigmem.BytesTest) PASS: test_capitalize (test.test_bigmem.BytearrayTest) PASS: test_center (test.test_bigmem.BytearrayTest) PASS: test_compare (test.test_bigmem.BytearrayTest) PASS: test_concat (test.test_bigmem.BytearrayTest) PASS: test_contains (test.test_bigmem.BytearrayTest) PASS: test_count (test.test_bigmem.BytearrayTest) PASS: test_decode (test.test_bigmem.BytearrayTest) PASS: test_endswith (test.test_bigmem.BytearrayTest) PASS: test_expandtabs (test.test_bigmem.BytearrayTest) PASS: test_find (test.test_bigmem.BytearrayTest) PASS: test_index (test.test_bigmem.BytearrayTest) PASS: test_isalnum (test.test_bigmem.BytearrayTest) PASS: test_isalpha (test.test_bigmem.BytearrayTest) PASS: test_isdigit (test.test_bigmem.BytearrayTest) PASS: test_islower (test.test_bigmem.BytearrayTest) PASS: test_isspace (test.test_bigmem.BytearrayTest) PASS: test_istitle (test.test_bigmem.BytearrayTest) PASS: test_isupper (test.test_bigmem.BytearrayTest) PASS: test_join (test.test_bigmem.BytearrayTest) PASS: test_ljust (test.test_bigmem.BytearrayTest) PASS: test_lower (test.test_bigmem.BytearrayTest) PASS: test_lstrip (test.test_bigmem.BytearrayTest) PASS: test_repeat (test.test_bigmem.BytearrayTest) PASS: test_replace (test.test_bigmem.BytearrayTest) PASS: test_rfind (test.test_bigmem.BytearrayTest) PASS: test_rindex (test.test_bigmem.BytearrayTest) PASS: test_rjust (test.test_bigmem.BytearrayTest) PASS: test_rstrip (test.test_bigmem.BytearrayTest) PASS: test_slice_and_getitem (test.test_bigmem.BytearrayTest) PASS: test_split_small (test.test_bigmem.BytearrayTest) PASS: test_splitlines (test.test_bigmem.BytearrayTest) PASS: test_startswith (test.test_bigmem.BytearrayTest) PASS: test_strip (test.test_bigmem.BytearrayTest) PASS: test_swapcase (test.test_bigmem.BytearrayTest) PASS: test_title (test.test_bigmem.BytearrayTest) PASS: test_translate (test.test_bigmem.BytearrayTest) PASS: test_upper (test.test_bigmem.BytearrayTest) PASS: test_zfill (test.test_bigmem.BytearrayTest) PASS: test_compare (test.test_bigmem.TupleTest) PASS: test_concat_large (test.test_bigmem.TupleTest) PASS: test_concat_small (test.test_bigmem.TupleTest) PASS: test_contains (test.test_bigmem.TupleTest) PASS: test_from_2G_generator (test.test_bigmem.TupleTest) PASS: test_from_almost_2G_generator (test.test_bigmem.TupleTest) PASS: test_hash (test.test_bigmem.TupleTest) PASS: test_index_and_slice (test.test_bigmem.TupleTest) PASS: test_repeat_large (test.test_bigmem.TupleTest) PASS: test_repeat_large_2 (test.test_bigmem.TupleTest) PASS: test_repeat_small (test.test_bigmem.TupleTest) PASS: test_repr_large (test.test_bigmem.TupleTest) PASS: test_repr_small (test.test_bigmem.TupleTest) PASS: test_append (test.test_bigmem.ListTest) PASS: test_compare (test.test_bigmem.ListTest) PASS: test_concat_large (test.test_bigmem.ListTest) PASS: test_concat_small (test.test_bigmem.ListTest) PASS: test_contains (test.test_bigmem.ListTest) PASS: test_count (test.test_bigmem.ListTest) PASS: test_extend_large (test.test_bigmem.ListTest) PASS: test_extend_small (test.test_bigmem.ListTest) PASS: test_hash (test.test_bigmem.ListTest) PASS: test_index (test.test_bigmem.ListTest) PASS: test_index_and_slice (test.test_bigmem.ListTest) PASS: test_inplace_concat_large (test.test_bigmem.ListTest) PASS: test_inplace_concat_small (test.test_bigmem.ListTest) PASS: test_inplace_repeat_large (test.test_bigmem.ListTest) PASS: test_inplace_repeat_small (test.test_bigmem.ListTest) PASS: test_insert (test.test_bigmem.ListTest) PASS: test_pop (test.test_bigmem.ListTest) PASS: test_remove (test.test_bigmem.ListTest) PASS: test_repeat_large (test.test_bigmem.ListTest) PASS: test_repeat_small (test.test_bigmem.ListTest) PASS: test_repr_large (test.test_bigmem.ListTest) PASS: test_repr_small (test.test_bigmem.ListTest) PASS: test_reverse (test.test_bigmem.ListTest) PASS: test_sort (test.test_bigmem.ListTest) ---------------------------------------------------------------------- Ran 164 tests in 0.046s OK 0:01:11 load avg: 0.82 [ 35/416] test_binascii PASS: test_b2a_base64_newline (test.test_binascii.ArrayBinASCIITest) PASS: test_base64errors (test.test_binascii.ArrayBinASCIITest) PASS: test_base64invalid (test.test_binascii.ArrayBinASCIITest) PASS: test_base64valid (test.test_binascii.ArrayBinASCIITest) PASS: test_crc32 (test.test_binascii.ArrayBinASCIITest) PASS: test_crc_hqx (test.test_binascii.ArrayBinASCIITest) PASS: test_empty_string (test.test_binascii.ArrayBinASCIITest) PASS: test_exceptions (test.test_binascii.ArrayBinASCIITest) PASS: test_functions (test.test_binascii.ArrayBinASCIITest) PASS: test_hex (test.test_binascii.ArrayBinASCIITest) PASS: test_hqx (test.test_binascii.ArrayBinASCIITest) PASS: test_qp (test.test_binascii.ArrayBinASCIITest) PASS: test_returned_value (test.test_binascii.ArrayBinASCIITest) PASS: test_rle (test.test_binascii.ArrayBinASCIITest) PASS: test_unicode_a2b (test.test_binascii.ArrayBinASCIITest) PASS: test_unicode_b2a (test.test_binascii.ArrayBinASCIITest) PASS: test_uu (test.test_binascii.ArrayBinASCIITest) PASS: test_b2a_base64_newline (test.test_binascii.BinASCIITest) PASS: test_base64errors (test.test_binascii.BinASCIITest) PASS: test_base64invalid (test.test_binascii.BinASCIITest) PASS: test_base64valid (test.test_binascii.BinASCIITest) PASS: test_crc32 (test.test_binascii.BinASCIITest) PASS: test_crc_hqx (test.test_binascii.BinASCIITest) PASS: test_empty_string (test.test_binascii.BinASCIITest) PASS: test_exceptions (test.test_binascii.BinASCIITest) PASS: test_functions (test.test_binascii.BinASCIITest) PASS: test_hex (test.test_binascii.BinASCIITest) PASS: test_hqx (test.test_binascii.BinASCIITest) PASS: test_qp (test.test_binascii.BinASCIITest) PASS: test_returned_value (test.test_binascii.BinASCIITest) PASS: test_rle (test.test_binascii.BinASCIITest) PASS: test_unicode_a2b (test.test_binascii.BinASCIITest) PASS: test_unicode_b2a (test.test_binascii.BinASCIITest) PASS: test_uu (test.test_binascii.BinASCIITest) PASS: test_b2a_base64_newline (test.test_binascii.BytearrayBinASCIITest) PASS: test_base64errors (test.test_binascii.BytearrayBinASCIITest) PASS: test_base64invalid (test.test_binascii.BytearrayBinASCIITest) PASS: test_base64valid (test.test_binascii.BytearrayBinASCIITest) PASS: test_crc32 (test.test_binascii.BytearrayBinASCIITest) PASS: test_crc_hqx (test.test_binascii.BytearrayBinASCIITest) PASS: test_empty_string (test.test_binascii.BytearrayBinASCIITest) PASS: test_exceptions (test.test_binascii.BytearrayBinASCIITest) PASS: test_functions (test.test_binascii.BytearrayBinASCIITest) PASS: test_hex (test.test_binascii.BytearrayBinASCIITest) PASS: test_hqx (test.test_binascii.BytearrayBinASCIITest) PASS: test_qp (test.test_binascii.BytearrayBinASCIITest) PASS: test_returned_value (test.test_binascii.BytearrayBinASCIITest) PASS: test_rle (test.test_binascii.BytearrayBinASCIITest) PASS: test_unicode_a2b (test.test_binascii.BytearrayBinASCIITest) PASS: test_unicode_b2a (test.test_binascii.BytearrayBinASCIITest) PASS: test_uu (test.test_binascii.BytearrayBinASCIITest) PASS: test_b2a_base64_newline (test.test_binascii.MemoryviewBinASCIITest) PASS: test_base64errors (test.test_binascii.MemoryviewBinASCIITest) PASS: test_base64invalid (test.test_binascii.MemoryviewBinASCIITest) PASS: test_base64valid (test.test_binascii.MemoryviewBinASCIITest) PASS: test_crc32 (test.test_binascii.MemoryviewBinASCIITest) PASS: test_crc_hqx (test.test_binascii.MemoryviewBinASCIITest) PASS: test_empty_string (test.test_binascii.MemoryviewBinASCIITest) PASS: test_exceptions (test.test_binascii.MemoryviewBinASCIITest) PASS: test_functions (test.test_binascii.MemoryviewBinASCIITest) PASS: test_hex (test.test_binascii.MemoryviewBinASCIITest) PASS: test_hqx (test.test_binascii.MemoryviewBinASCIITest) PASS: test_qp (test.test_binascii.MemoryviewBinASCIITest) PASS: test_returned_value (test.test_binascii.MemoryviewBinASCIITest) PASS: test_rle (test.test_binascii.MemoryviewBinASCIITest) PASS: test_unicode_a2b (test.test_binascii.MemoryviewBinASCIITest) PASS: test_unicode_b2a (test.test_binascii.MemoryviewBinASCIITest) PASS: test_uu (test.test_binascii.MemoryviewBinASCIITest) ---------------------------------------------------------------------- Ran 68 tests in 0.020s OK 0:01:11 load avg: 0.82 [ 36/416] test_binhex PASS: test_binhex (test.test_binhex.BinHexTestCase) PASS: test_binhex_error_on_long_filename (test.test_binhex.BinHexTestCase) ---------------------------------------------------------------------- Ran 2 tests in 0.001s OK 0:01:11 load avg: 0.82 [ 37/416] test_binop PASS: test_fallback_ne_blocking (test.test_binop.FallbackBlockingTests) PASS: test_fallback_rmethod_blocking (test.test_binop.FallbackBlockingTests) PASS: test_comparison_orders (test.test_binop.OperationOrderTests) PASS: test_add (test.test_binop.RatTestCase) PASS: test_constructor (test.test_binop.RatTestCase) PASS: test_div (test.test_binop.RatTestCase) PASS: test_eq (test.test_binop.RatTestCase) PASS: test_floordiv (test.test_binop.RatTestCase) PASS: test_gcd (test.test_binop.RatTestCase) PASS: test_mul (test.test_binop.RatTestCase) PASS: test_sub (test.test_binop.RatTestCase) PASS: test_true_div (test.test_binop.RatTestCase) ---------------------------------------------------------------------- Ran 12 tests in 0.004s OK 0:01:11 load avg: 0.82 [ 38/416] test_bisect PASS: test_backcompatibility (test.test_bisect.TestBisectC) PASS: test_keyword_args (test.test_bisect.TestBisectC) PASS: test_large_pyrange (test.test_bisect.TestBisectC) PASS: test_large_range (test.test_bisect.TestBisectC) PASS: test_negative_lo (test.test_bisect.TestBisectC) PASS: test_optionalSlicing (test.test_bisect.TestBisectC) PASS: test_precomputed (test.test_bisect.TestBisectC) PASS: test_random (test.test_bisect.TestBisectC) PASS: test_backcompatibility (test.test_bisect.TestBisectPython) PASS: test_keyword_args (test.test_bisect.TestBisectPython) PASS: test_large_pyrange (test.test_bisect.TestBisectPython) PASS: test_large_range (test.test_bisect.TestBisectPython) PASS: test_negative_lo (test.test_bisect.TestBisectPython) PASS: test_optionalSlicing (test.test_bisect.TestBisectPython) PASS: test_precomputed (test.test_bisect.TestBisectPython) PASS: test_random (test.test_bisect.TestBisectPython) PASS: test_colors (test.test_bisect.TestDocExampleC) PASS: test_grades (test.test_bisect.TestDocExampleC) PASS: test_colors (test.test_bisect.TestDocExamplePython) PASS: test_grades (test.test_bisect.TestDocExamplePython) PASS: test_arg_parsing (test.test_bisect.TestErrorHandlingC) PASS: test_cmp_err (test.test_bisect.TestErrorHandlingC) PASS: test_get_only (test.test_bisect.TestErrorHandlingC) PASS: test_len_only (test.test_bisect.TestErrorHandlingC) PASS: test_non_sequence (test.test_bisect.TestErrorHandlingC) PASS: test_arg_parsing (test.test_bisect.TestErrorHandlingPython) PASS: test_cmp_err (test.test_bisect.TestErrorHandlingPython) PASS: test_get_only (test.test_bisect.TestErrorHandlingPython) PASS: test_len_only (test.test_bisect.TestErrorHandlingPython) PASS: test_non_sequence (test.test_bisect.TestErrorHandlingPython) PASS: test_backcompatibility (test.test_bisect.TestInsortC) PASS: test_listDerived (test.test_bisect.TestInsortC) PASS: test_vsBuiltinSort (test.test_bisect.TestInsortC) PASS: test_backcompatibility (test.test_bisect.TestInsortPython) PASS: test_listDerived (test.test_bisect.TestInsortPython) PASS: test_vsBuiltinSort (test.test_bisect.TestInsortPython) ---------------------------------------------------------------------- Ran 36 tests in 0.026s OK 0:01:12 load avg: 0.82 [ 39/416] test_bool PASS: test_blocked (test.test_bool.BoolTest) PASS: test_boolean (test.test_bool.BoolTest) PASS: test_callable (test.test_bool.BoolTest) PASS: test_contains (test.test_bool.BoolTest) PASS: test_convert (test.test_bool.BoolTest) PASS: test_convert_to_bool (test.test_bool.BoolTest) PASS: test_fileclosed (test.test_bool.BoolTest) PASS: test_float (test.test_bool.BoolTest) PASS: test_format (test.test_bool.BoolTest) PASS: test_from_bytes (test.test_bool.BoolTest) PASS: test_hasattr (test.test_bool.BoolTest) PASS: test_int (test.test_bool.BoolTest) PASS: test_isinstance (test.test_bool.BoolTest) PASS: test_issubclass (test.test_bool.BoolTest) PASS: test_keyword_args (test.test_bool.BoolTest) PASS: test_marshal (test.test_bool.BoolTest) PASS: test_math (test.test_bool.BoolTest) PASS: test_operator (test.test_bool.BoolTest) PASS: test_pickle (test.test_bool.BoolTest) PASS: test_picklevalues (test.test_bool.BoolTest) PASS: test_print (test.test_bool.BoolTest) PASS: test_real_and_imag (test.test_bool.BoolTest) PASS: test_repr (test.test_bool.BoolTest) PASS: test_sane_len (test.test_bool.BoolTest) PASS: test_str (test.test_bool.BoolTest) PASS: test_string (test.test_bool.BoolTest) PASS: test_subclass (test.test_bool.BoolTest) PASS: test_types (test.test_bool.BoolTest) ---------------------------------------------------------------------- Ran 28 tests in 0.005s OK 0:01:12 load avg: 0.82 [ 40/416] test_buffer PASS: test_issue_7385 (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_array (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_assign (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_cast (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_cast_1D_ND (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_cast_invalid (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_cast_zero_shape (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_cast_zero_strides (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_check_released (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_multidim_c (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_multidim_fortran (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_multidim_mixed (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_multidim_suboffsets (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_multidim_zero_shape (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_multidim_zero_strides (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_ndim_one (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_ndim_zero (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_not_equal (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_random_formats (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_special_cases (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_zero_shape (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_compare_zero_strides (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_construction (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_from_static_exporter (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_get_contiguous (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_getbuffer_undefined (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_hash (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_index (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_redirect (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_release (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_repr (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_sequence (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_serializing (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_sizeof (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_slice (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_struct_module (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_tobytes (test.test_buffer.TestBufferProtocol) PASS: test_memoryview_tolist (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_cmp_contig (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_exceptions (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_format_scalar (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_format_shape (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_format_strides (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_fortran (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_get_pointer (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_getbuf (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_hash (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_index_getitem_multidim (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_index_getitem_single (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_index_invalid (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_index_null_strides (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_index_scalar (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_index_setitem_single (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_linked_list (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_memoryview_from_buffer (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_multidim (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_offset (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_random (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_random_invalid (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_random_slice_assign (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_re_export (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_sequence (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_slice_assign_multidim (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_slice_assign_single (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_slice_invalid (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_slice_multidim (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_slice_redundant_suboffsets (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_slice_zero_shape (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_tolist_null_strides (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_zero_shape (test.test_buffer.TestBufferProtocol) PASS: test_ndarray_zero_strides (test.test_buffer.TestBufferProtocol) PASS: test_py_buffer_to_contiguous (test.test_buffer.TestBufferProtocol) ---------------------------------------------------------------------- Ran 72 tests in 5.757s OK 0:01:18 load avg: 0.84 [ 41/416] test_bufio PASS: test_nullpat (test.test_bufio.CBufferSizeTest) PASS: test_primepat (test.test_bufio.CBufferSizeTest) PASS: test_nullpat (test.test_bufio.PyBufferSizeTest) PASS: test_primepat (test.test_bufio.PyBufferSizeTest) ---------------------------------------------------------------------- Ran 4 tests in 0.450s OK 0:01:18 load avg: 0.84 [ 42/416] test_bytes SKIP: test_compare (test.test_bytes.AssortedBytesTest) 'BytesWarning is needed for this test: use -bb option' PASS: test_compare_bytes_to_bytearray (test.test_bytes.AssortedBytesTest) PASS: test_doc (test.test_bytes.AssortedBytesTest) PASS: test_format (test.test_bytes.AssortedBytesTest) PASS: test_from_bytearray (test.test_bytes.AssortedBytesTest) PASS: test_literal (test.test_bytes.AssortedBytesTest) PASS: test_repr_str (test.test_bytes.AssortedBytesTest) PASS: test_return_self (test.test_bytes.AssortedBytesTest) PASS: test_rsplit_bytearray (test.test_bytes.AssortedBytesTest) PASS: test_split_bytearray (test.test_bytes.AssortedBytesTest) PASS: test_to_str (test.test_bytes.AssortedBytesTest) PASS: test_additional_rsplit (test.test_bytes.ByteArrayAsStringTest) PASS: test_additional_split (test.test_bytes.ByteArrayAsStringTest) PASS: test_capitalize (test.test_bytes.ByteArrayAsStringTest) PASS: test_center (test.test_bytes.ByteArrayAsStringTest) PASS: test_count (test.test_bytes.ByteArrayAsStringTest) PASS: test_expandtabs (test.test_bytes.ByteArrayAsStringTest) PASS: test_find (test.test_bytes.ByteArrayAsStringTest) PASS: test_fixtype (test.test_bytes.ByteArrayAsStringTest) PASS: test_index (test.test_bytes.ByteArrayAsStringTest) PASS: test_isalnum (test.test_bytes.ByteArrayAsStringTest) PASS: test_isalpha (test.test_bytes.ByteArrayAsStringTest) PASS: test_isascii (test.test_bytes.ByteArrayAsStringTest) PASS: test_isdigit (test.test_bytes.ByteArrayAsStringTest) PASS: test_islower (test.test_bytes.ByteArrayAsStringTest) PASS: test_isspace (test.test_bytes.ByteArrayAsStringTest) PASS: test_istitle (test.test_bytes.ByteArrayAsStringTest) PASS: test_isupper (test.test_bytes.ByteArrayAsStringTest) PASS: test_ljust (test.test_bytes.ByteArrayAsStringTest) PASS: test_lower (test.test_bytes.ByteArrayAsStringTest) PASS: test_replace (test.test_bytes.ByteArrayAsStringTest) SKIP: test_replace_overflow (test.test_bytes.ByteArrayAsStringTest) 'only applies to 32-bit platforms' PASS: test_rfind (test.test_bytes.ByteArrayAsStringTest) PASS: test_rindex (test.test_bytes.ByteArrayAsStringTest) PASS: test_rjust (test.test_bytes.ByteArrayAsStringTest) PASS: test_rsplit (test.test_bytes.ByteArrayAsStringTest) PASS: test_split (test.test_bytes.ByteArrayAsStringTest) PASS: test_splitlines (test.test_bytes.ByteArrayAsStringTest) PASS: test_strip (test.test_bytes.ByteArrayAsStringTest) PASS: test_strip_whitespace (test.test_bytes.ByteArrayAsStringTest) PASS: test_swapcase (test.test_bytes.ByteArrayAsStringTest) PASS: test_title (test.test_bytes.ByteArrayAsStringTest) PASS: test_upper (test.test_bytes.ByteArrayAsStringTest) PASS: test_zfill (test.test_bytes.ByteArrayAsStringTest) PASS: test_basic (test.test_bytes.ByteArraySubclassTest) PASS: test_copy (test.test_bytes.ByteArraySubclassTest) PASS: test_fromhex (test.test_bytes.ByteArraySubclassTest) PASS: test_init_override (test.test_bytes.ByteArraySubclassTest) PASS: test_join (test.test_bytes.ByteArraySubclassTest) PASS: test_pickle (test.test_bytes.ByteArraySubclassTest) PASS: test_alloc (test.test_bytes.ByteArrayTest) PASS: test_append (test.test_bytes.ByteArrayTest) PASS: test_basics (test.test_bytes.ByteArrayTest) PASS: test_bytearray_api (test.test_bytes.ByteArrayTest) PASS: test_center (test.test_bytes.ByteArrayTest) PASS: test_clear (test.test_bytes.ByteArrayTest) PASS: test_compare (test.test_bytes.ByteArrayTest) PASS: test_compare_to_str (test.test_bytes.ByteArrayTest) PASS: test_concat (test.test_bytes.ByteArrayTest) PASS: test_constructor_exceptions (test.test_bytes.ByteArrayTest) SKIP: test_constructor_overflow (test.test_bytes.ByteArrayTest) 'not enough memory: 8589934592.0G minimum needed' PASS: test_constructor_type_errors (test.test_bytes.ByteArrayTest) PASS: test_constructor_value_errors (test.test_bytes.ByteArrayTest) PASS: test_contains (test.test_bytes.ByteArrayTest) PASS: test_copied (test.test_bytes.ByteArrayTest) PASS: test_copy (test.test_bytes.ByteArrayTest) PASS: test_count (test.test_bytes.ByteArrayTest) PASS: test_decode (test.test_bytes.ByteArrayTest) PASS: test_del_expand (test.test_bytes.ByteArrayTest) PASS: test_delitem (test.test_bytes.ByteArrayTest) PASS: test_empty_sequence (test.test_bytes.ByteArrayTest) PASS: test_encoding (test.test_bytes.ByteArrayTest) PASS: test_endswith (test.test_bytes.ByteArrayTest) PASS: test_exhausted_iterator (test.test_bytes.ByteArrayTest) PASS: test_extend (test.test_bytes.ByteArrayTest) PASS: test_extended_getslice (test.test_bytes.ByteArrayTest) PASS: test_extended_set_del_slice (test.test_bytes.ByteArrayTest) PASS: test_fifo_overrun (test.test_bytes.ByteArrayTest) PASS: test_find (test.test_bytes.ByteArrayTest) PASS: test_find_etc_raise_correct_error_messages (test.test_bytes.ByteArrayTest) PASS: test_free_after_iterating (test.test_bytes.ByteArrayTest) PASS: test_from_buffer (test.test_bytes.ByteArrayTest) PASS: test_from_index (test.test_bytes.ByteArrayTest) PASS: test_from_int (test.test_bytes.ByteArrayTest) PASS: test_from_iterable (test.test_bytes.ByteArrayTest) PASS: test_from_list (test.test_bytes.ByteArrayTest) PASS: test_from_mutating_list (test.test_bytes.ByteArrayTest) PASS: test_from_ssize (test.test_bytes.ByteArrayTest) PASS: test_from_tuple (test.test_bytes.ByteArrayTest) PASS: test_fromhex (test.test_bytes.ByteArrayTest) PASS: test_getitem_error (test.test_bytes.ByteArrayTest) PASS: test_getslice (test.test_bytes.ByteArrayTest) PASS: test_hex (test.test_bytes.ByteArrayTest) PASS: test_iconcat (test.test_bytes.ByteArrayTest) PASS: test_imod (test.test_bytes.ByteArrayTest) PASS: test_index (test.test_bytes.ByteArrayTest) PASS: test_init_alloc (test.test_bytes.ByteArrayTest) PASS: test_insert (test.test_bytes.ByteArrayTest) PASS: test_integer_arguments_out_of_byte_range (test.test_bytes.ByteArrayTest) PASS: test_irepeat (test.test_bytes.ByteArrayTest) PASS: test_irepeat_1char (test.test_bytes.ByteArrayTest) PASS: test_iterator_length_hint (test.test_bytes.ByteArrayTest) PASS: test_iterator_pickling (test.test_bytes.ByteArrayTest) PASS: test_iterator_pickling2 (test.test_bytes.ByteArrayTest) PASS: test_join (test.test_bytes.ByteArrayTest) PASS: test_ljust (test.test_bytes.ByteArrayTest) PASS: test_maketrans (test.test_bytes.ByteArrayTest) PASS: test_mod (test.test_bytes.ByteArrayTest) PASS: test_nohash (test.test_bytes.ByteArrayTest) PASS: test_none_arguments (test.test_bytes.ByteArrayTest) PASS: test_nosort (test.test_bytes.ByteArrayTest) PASS: test_obsolete_write_lock (test.test_bytes.ByteArrayTest) PASS: test_ord (test.test_bytes.ByteArrayTest) PASS: test_partition (test.test_bytes.ByteArrayTest) PASS: test_partition_bytearray_doesnt_share_nullstring (test.test_bytes.ByteArrayTest) PASS: test_partition_int_error (test.test_bytes.ByteArrayTest) PASS: test_partition_string_error (test.test_bytes.ByteArrayTest) PASS: test_pickling (test.test_bytes.ByteArrayTest) PASS: test_pop (test.test_bytes.ByteArrayTest) PASS: test_regexps (test.test_bytes.ByteArrayTest) PASS: test_remove (test.test_bytes.ByteArrayTest) PASS: test_repeat (test.test_bytes.ByteArrayTest) PASS: test_repeat_1char (test.test_bytes.ByteArrayTest) PASS: test_replace (test.test_bytes.ByteArrayTest) PASS: test_replace_int_error (test.test_bytes.ByteArrayTest) PASS: test_resize_forbidden (test.test_bytes.ByteArrayTest) PASS: test_reverse (test.test_bytes.ByteArrayTest) PASS: test_reversed (test.test_bytes.ByteArrayTest) PASS: test_rfind (test.test_bytes.ByteArrayTest) PASS: test_rindex (test.test_bytes.ByteArrayTest) PASS: test_rjust (test.test_bytes.ByteArrayTest) PASS: test_rmod (test.test_bytes.ByteArrayTest) PASS: test_rpartition (test.test_bytes.ByteArrayTest) PASS: test_rsplit_unicodewhitespace (test.test_bytes.ByteArrayTest) PASS: test_setitem (test.test_bytes.ByteArrayTest) PASS: test_setitem_error (test.test_bytes.ByteArrayTest) PASS: test_setslice (test.test_bytes.ByteArrayTest) PASS: test_setslice_extend (test.test_bytes.ByteArrayTest) PASS: test_setslice_trap (test.test_bytes.ByteArrayTest) PASS: test_split_int_error (test.test_bytes.ByteArrayTest) PASS: test_split_string_error (test.test_bytes.ByteArrayTest) PASS: test_split_unicodewhitespace (test.test_bytes.ByteArrayTest) PASS: test_startswith (test.test_bytes.ByteArrayTest) PASS: test_strip_bytearray (test.test_bytes.ByteArrayTest) PASS: test_strip_int_error (test.test_bytes.ByteArrayTest) PASS: test_strip_string_error (test.test_bytes.ByteArrayTest) PASS: test_translate (test.test_bytes.ByteArrayTest) PASS: test_xjust_int_error (test.test_bytes.ByteArrayTest) PASS: test_returns_new_copy (test.test_bytes.BytearrayPEP3137Test) PASS: test_additional_rsplit (test.test_bytes.BytesAsStringTest) PASS: test_additional_split (test.test_bytes.BytesAsStringTest) PASS: test_capitalize (test.test_bytes.BytesAsStringTest) PASS: test_center (test.test_bytes.BytesAsStringTest) PASS: test_count (test.test_bytes.BytesAsStringTest) PASS: test_expandtabs (test.test_bytes.BytesAsStringTest) PASS: test_find (test.test_bytes.BytesAsStringTest) PASS: test_fixtype (test.test_bytes.BytesAsStringTest) PASS: test_index (test.test_bytes.BytesAsStringTest) PASS: test_isalnum (test.test_bytes.BytesAsStringTest) PASS: test_isalpha (test.test_bytes.BytesAsStringTest) PASS: test_isascii (test.test_bytes.BytesAsStringTest) PASS: test_isdigit (test.test_bytes.BytesAsStringTest) PASS: test_islower (test.test_bytes.BytesAsStringTest) PASS: test_isspace (test.test_bytes.BytesAsStringTest) PASS: test_istitle (test.test_bytes.BytesAsStringTest) PASS: test_isupper (test.test_bytes.BytesAsStringTest) PASS: test_ljust (test.test_bytes.BytesAsStringTest) PASS: test_lower (test.test_bytes.BytesAsStringTest) PASS: test_replace (test.test_bytes.BytesAsStringTest) SKIP: test_replace_overflow (test.test_bytes.BytesAsStringTest) 'only applies to 32-bit platforms' PASS: test_rfind (test.test_bytes.BytesAsStringTest) PASS: test_rindex (test.test_bytes.BytesAsStringTest) PASS: test_rjust (test.test_bytes.BytesAsStringTest) PASS: test_rsplit (test.test_bytes.BytesAsStringTest) PASS: test_split (test.test_bytes.BytesAsStringTest) PASS: test_splitlines (test.test_bytes.BytesAsStringTest) PASS: test_strip (test.test_bytes.BytesAsStringTest) PASS: test_strip_whitespace (test.test_bytes.BytesAsStringTest) PASS: test_swapcase (test.test_bytes.BytesAsStringTest) PASS: test_title (test.test_bytes.BytesAsStringTest) PASS: test_upper (test.test_bytes.BytesAsStringTest) PASS: test_zfill (test.test_bytes.BytesAsStringTest) PASS: test_basic (test.test_bytes.BytesSubclassTest) PASS: test_copy (test.test_bytes.BytesSubclassTest) PASS: test_fromhex (test.test_bytes.BytesSubclassTest) PASS: test_join (test.test_bytes.BytesSubclassTest) PASS: test_pickle (test.test_bytes.BytesSubclassTest) PASS: test_basics (test.test_bytes.BytesTest) PASS: test_buffer_is_readonly (test.test_bytes.BytesTest) PASS: test_bytes_blocking (test.test_bytes.BytesTest) PASS: test_center (test.test_bytes.BytesTest) PASS: test_compare (test.test_bytes.BytesTest) PASS: test_compare_to_str (test.test_bytes.BytesTest) PASS: test_concat (test.test_bytes.BytesTest) PASS: test_constructor_exceptions (test.test_bytes.BytesTest) SKIP: test_constructor_overflow (test.test_bytes.BytesTest) 'not enough memory: 8589934592.0G minimum needed' PASS: test_constructor_type_errors (test.test_bytes.BytesTest) PASS: test_constructor_value_errors (test.test_bytes.BytesTest) PASS: test_contains (test.test_bytes.BytesTest) PASS: test_copy (test.test_bytes.BytesTest) PASS: test_count (test.test_bytes.BytesTest) PASS: test_custom (test.test_bytes.BytesTest) PASS: test_decode (test.test_bytes.BytesTest) PASS: test_empty_sequence (test.test_bytes.BytesTest) PASS: test_encoding (test.test_bytes.BytesTest) PASS: test_endswith (test.test_bytes.BytesTest) PASS: test_extended_getslice (test.test_bytes.BytesTest) PASS: test_find (test.test_bytes.BytesTest) PASS: test_find_etc_raise_correct_error_messages (test.test_bytes.BytesTest) PASS: test_free_after_iterating (test.test_bytes.BytesTest) PASS: test_from_buffer (test.test_bytes.BytesTest) PASS: test_from_format (test.test_bytes.BytesTest) PASS: test_from_index (test.test_bytes.BytesTest) PASS: test_from_int (test.test_bytes.BytesTest) PASS: test_from_iterable (test.test_bytes.BytesTest) PASS: test_from_list (test.test_bytes.BytesTest) PASS: test_from_mutating_list (test.test_bytes.BytesTest) PASS: test_from_ssize (test.test_bytes.BytesTest) PASS: test_from_tuple (test.test_bytes.BytesTest) PASS: test_fromhex (test.test_bytes.BytesTest) PASS: test_getitem_error (test.test_bytes.BytesTest) PASS: test_getslice (test.test_bytes.BytesTest) PASS: test_hex (test.test_bytes.BytesTest) PASS: test_imod (test.test_bytes.BytesTest) PASS: test_index (test.test_bytes.BytesTest) PASS: test_integer_arguments_out_of_byte_range (test.test_bytes.BytesTest) PASS: test_iterator_pickling (test.test_bytes.BytesTest) PASS: test_join (test.test_bytes.BytesTest) PASS: test_ljust (test.test_bytes.BytesTest) PASS: test_maketrans (test.test_bytes.BytesTest) PASS: test_mod (test.test_bytes.BytesTest) PASS: test_none_arguments (test.test_bytes.BytesTest) PASS: test_ord (test.test_bytes.BytesTest) PASS: test_partition (test.test_bytes.BytesTest) PASS: test_partition_int_error (test.test_bytes.BytesTest) PASS: test_partition_string_error (test.test_bytes.BytesTest) PASS: test_pickling (test.test_bytes.BytesTest) PASS: test_repeat (test.test_bytes.BytesTest) PASS: test_repeat_1char (test.test_bytes.BytesTest) PASS: test_replace (test.test_bytes.BytesTest) PASS: test_replace_int_error (test.test_bytes.BytesTest) PASS: test_reversed (test.test_bytes.BytesTest) PASS: test_rfind (test.test_bytes.BytesTest) PASS: test_rindex (test.test_bytes.BytesTest) PASS: test_rjust (test.test_bytes.BytesTest) PASS: test_rmod (test.test_bytes.BytesTest) PASS: test_rpartition (test.test_bytes.BytesTest) PASS: test_rsplit_unicodewhitespace (test.test_bytes.BytesTest) PASS: test_split_int_error (test.test_bytes.BytesTest) PASS: test_split_string_error (test.test_bytes.BytesTest) PASS: test_split_unicodewhitespace (test.test_bytes.BytesTest) PASS: test_startswith (test.test_bytes.BytesTest) PASS: test_strip_bytearray (test.test_bytes.BytesTest) PASS: test_strip_int_error (test.test_bytes.BytesTest) PASS: test_strip_string_error (test.test_bytes.BytesTest) PASS: test_translate (test.test_bytes.BytesTest) PASS: test_xjust_int_error (test.test_bytes.BytesTest) ---------------------------------------------------------------------- Ran 257 tests in 1.138s OK (skipped=5) 0:01:19 load avg: 0.85 [ 43/416] test_bz2 PASS: testAppend (test.test_bz2.BZ2FileTest) PASS: testBadArgs (test.test_bz2.BZ2FileTest) PASS: testClosedIteratorDeadlock (test.test_bz2.BZ2FileTest) PASS: testContextProtocol (test.test_bz2.BZ2FileTest) testDecompressLimited (test.test_bz2.BZ2FileTest) PASS: Decompressed data buffering should be limited PASS: testFileno (test.test_bz2.BZ2FileTest) PASS: testIterator (test.test_bz2.BZ2FileTest) PASS: testIteratorMultiStream (test.test_bz2.BZ2FileTest) PASS: testMixedIterationAndReads (test.test_bz2.BZ2FileTest) PASS: testMultiStreamOrdering (test.test_bz2.BZ2FileTest) PASS: testOpenBytesFilename (test.test_bz2.BZ2FileTest) PASS: testOpenDel (test.test_bz2.BZ2FileTest) PASS: testOpenNonexistent (test.test_bz2.BZ2FileTest) PASS: testOpenPathLikeFilename (test.test_bz2.BZ2FileTest) PASS: testPeek (test.test_bz2.BZ2FileTest) PASS: testPeekBytesIO (test.test_bz2.BZ2FileTest) PASS: testRead (test.test_bz2.BZ2FileTest) PASS: testRead0 (test.test_bz2.BZ2FileTest) PASS: testRead100 (test.test_bz2.BZ2FileTest) PASS: testReadBadFile (test.test_bz2.BZ2FileTest) PASS: testReadBytesIO (test.test_bz2.BZ2FileTest) PASS: testReadChunk10 (test.test_bz2.BZ2FileTest) PASS: testReadChunk10MultiStream (test.test_bz2.BZ2FileTest) PASS: testReadInto (test.test_bz2.BZ2FileTest) PASS: testReadLine (test.test_bz2.BZ2FileTest) PASS: testReadLineMultiStream (test.test_bz2.BZ2FileTest) PASS: testReadLines (test.test_bz2.BZ2FileTest) PASS: testReadLinesMultiStream (test.test_bz2.BZ2FileTest) PASS: testReadMonkeyMultiStream (test.test_bz2.BZ2FileTest) PASS: testReadMultiStream (test.test_bz2.BZ2FileTest) PASS: testReadMultiStreamTrailingJunk (test.test_bz2.BZ2FileTest) PASS: testReadTrailingJunk (test.test_bz2.BZ2FileTest) PASS: testReadable (test.test_bz2.BZ2FileTest) PASS: testReadlinesNoNewline (test.test_bz2.BZ2FileTest) PASS: testSeekBackwards (test.test_bz2.BZ2FileTest) PASS: testSeekBackwardsAcrossStreams (test.test_bz2.BZ2FileTest) PASS: testSeekBackwardsBytesIO (test.test_bz2.BZ2FileTest) PASS: testSeekBackwardsFromEnd (test.test_bz2.BZ2FileTest) PASS: testSeekBackwardsFromEndAcrossStreams (test.test_bz2.BZ2FileTest) PASS: testSeekForward (test.test_bz2.BZ2FileTest) PASS: testSeekForwardAcrossStreams (test.test_bz2.BZ2FileTest) PASS: testSeekForwardBytesIO (test.test_bz2.BZ2FileTest) PASS: testSeekPostEnd (test.test_bz2.BZ2FileTest) PASS: testSeekPostEndMultiStream (test.test_bz2.BZ2FileTest) PASS: testSeekPostEndTwice (test.test_bz2.BZ2FileTest) PASS: testSeekPostEndTwiceMultiStream (test.test_bz2.BZ2FileTest) PASS: testSeekPreStart (test.test_bz2.BZ2FileTest) PASS: testSeekPreStartMultiStream (test.test_bz2.BZ2FileTest) PASS: testSeekable (test.test_bz2.BZ2FileTest) PASS: testThreading (test.test_bz2.BZ2FileTest) PASS: testWritable (test.test_bz2.BZ2FileTest) PASS: testWrite (test.test_bz2.BZ2FileTest) PASS: testWriteBytesIO (test.test_bz2.BZ2FileTest) PASS: testWriteChunks10 (test.test_bz2.BZ2FileTest) PASS: testWriteLines (test.test_bz2.BZ2FileTest) PASS: testWriteMethodsOnReadOnlyFile (test.test_bz2.BZ2FileTest) PASS: testWriteNonDefaultCompressLevel (test.test_bz2.BZ2FileTest) PASS: test_read_truncated (test.test_bz2.BZ2FileTest) PASS: testCompress (test.test_bz2.BZ2CompressorTest) PASS: testCompress4G (test.test_bz2.BZ2CompressorTest) PASS: testCompressChunks10 (test.test_bz2.BZ2CompressorTest) PASS: testCompressEmptyString (test.test_bz2.BZ2CompressorTest) PASS: testPickle (test.test_bz2.BZ2CompressorTest) PASS: testDecompress (test.test_bz2.BZ2DecompressorTest) PASS: testDecompress4G (test.test_bz2.BZ2DecompressorTest) PASS: testDecompressChunks10 (test.test_bz2.BZ2DecompressorTest) PASS: testDecompressUnusedData (test.test_bz2.BZ2DecompressorTest) PASS: testDecompressorChunksMaxsize (test.test_bz2.BZ2DecompressorTest) PASS: testEOFError (test.test_bz2.BZ2DecompressorTest) PASS: testPickle (test.test_bz2.BZ2DecompressorTest) PASS: test_Constructor (test.test_bz2.BZ2DecompressorTest) PASS: test_decompressor_inputbuf_1 (test.test_bz2.BZ2DecompressorTest) PASS: test_decompressor_inputbuf_2 (test.test_bz2.BZ2DecompressorTest) PASS: test_decompressor_inputbuf_3 (test.test_bz2.BZ2DecompressorTest) PASS: test_failure (test.test_bz2.BZ2DecompressorTest) SKIP: test_refleaks_in___init__ (test.test_bz2.BZ2DecompressorTest) "object has no attribute 'gettotalrefcount'" PASS: testCompress (test.test_bz2.CompressDecompressTest) PASS: testCompressEmptyString (test.test_bz2.CompressDecompressTest) PASS: testDecompress (test.test_bz2.CompressDecompressTest) PASS: testDecompressBadData (test.test_bz2.CompressDecompressTest) PASS: testDecompressEmpty (test.test_bz2.CompressDecompressTest) PASS: testDecompressIncomplete (test.test_bz2.CompressDecompressTest) PASS: testDecompressMultiStream (test.test_bz2.CompressDecompressTest) PASS: testDecompressMultiStreamTrailingJunk (test.test_bz2.CompressDecompressTest) PASS: testDecompressToEmptyString (test.test_bz2.CompressDecompressTest) PASS: testDecompressTrailingJunk (test.test_bz2.CompressDecompressTest) PASS: test_bad_params (test.test_bz2.OpenTest) PASS: test_binary_modes (test.test_bz2.OpenTest) PASS: test_encoding (test.test_bz2.OpenTest) PASS: test_encoding_error_handler (test.test_bz2.OpenTest) PASS: test_fileobj (test.test_bz2.OpenTest) PASS: test_implicit_binary_modes (test.test_bz2.OpenTest) PASS: test_newline (test.test_bz2.OpenTest) PASS: test_text_modes (test.test_bz2.OpenTest) PASS: test_x_mode (test.test_bz2.OpenTest) ---------------------------------------------------------------------- Ran 95 tests in 3.092s OK (skipped=1) 0:01:23 load avg: 0.85 [ 44/416] test_c_locale_coercion skipped 'No C-with-UTF-8 locale available' PASS: test_LC_ALL_set_to_C (test.test_c_locale_coercion.LocaleCoercionTests) PASS: test_PYTHONCOERCECLOCALE_not_set (test.test_c_locale_coercion.LocaleCoercionTests) PASS: test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests) SKIP: test_PYTHONCOERCECLOCALE_set_to_one (test.test_c_locale_coercion.LocaleCoercionTests) 'test requires LC_CTYPE locale different than C' PASS: test_PYTHONCOERCECLOCALE_set_to_warn (test.test_c_locale_coercion.LocaleCoercionTests) PASS: test_PYTHONCOERCECLOCALE_set_to_zero (test.test_c_locale_coercion.LocaleCoercionTests) ---------------------------------------------------------------------- Ran 6 tests in 1.264s OK (skipped=2) 0:01:24 load avg: 0.86 [ 45/416] test_calendar PASS: test_days (test.test_calendar.CalendarTestCase) PASS: test_enumerate_weekdays (test.test_calendar.CalendarTestCase) PASS: test_illegal_weekday_reported (test.test_calendar.CalendarTestCase) PASS: test_isleap (test.test_calendar.CalendarTestCase) PASS: test_itermonthdays (test.test_calendar.CalendarTestCase) PASS: test_itermonthdays2 (test.test_calendar.CalendarTestCase) PASS: test_itermonthdays3 (test.test_calendar.CalendarTestCase) PASS: test_itermonthdays4 (test.test_calendar.CalendarTestCase) PASS: test_locale_calendars (test.test_calendar.CalendarTestCase) PASS: test_months (test.test_calendar.CalendarTestCase) PASS: test_setfirstweekday (test.test_calendar.CalendarTestCase) PASS: test_help (test.test_calendar.CommandLineTestCase) PASS: test_html_output_current_year (test.test_calendar.CommandLineTestCase) PASS: test_html_output_year_css (test.test_calendar.CommandLineTestCase) PASS: test_html_output_year_encoding (test.test_calendar.CommandLineTestCase) PASS: test_illegal_arguments (test.test_calendar.CommandLineTestCase) PASS: test_option_encoding (test.test_calendar.CommandLineTestCase) PASS: test_option_lines (test.test_calendar.CommandLineTestCase) PASS: test_option_locale (test.test_calendar.CommandLineTestCase) PASS: test_option_months (test.test_calendar.CommandLineTestCase) PASS: test_option_spacing (test.test_calendar.CommandLineTestCase) PASS: test_option_type (test.test_calendar.CommandLineTestCase) PASS: test_option_width (test.test_calendar.CommandLineTestCase) PASS: test_output_current_year (test.test_calendar.CommandLineTestCase) PASS: test_output_month (test.test_calendar.CommandLineTestCase) PASS: test_output_year (test.test_calendar.CommandLineTestCase) PASS: test_no_leapdays (test.test_calendar.LeapdaysTestCase) PASS: test_no_leapdays_upper_boundary (test.test_calendar.LeapdaysTestCase) PASS: test_no_range (test.test_calendar.LeapdaysTestCase) PASS: test_one_leapday_lower_boundary (test.test_calendar.LeapdaysTestCase) PASS: test_several_leapyears_in_range (test.test_calendar.LeapdaysTestCase) PASS: test__all__ (test.test_calendar.MiscTestCase) PASS: test_april (test.test_calendar.MondayTestCase) PASS: test_december (test.test_calendar.MondayTestCase) PASS: test_february (test.test_calendar.MondayTestCase) PASS: test_december (test.test_calendar.MonthRangeTestCase) PASS: test_february_leap (test.test_calendar.MonthRangeTestCase) PASS: test_february_nonleap (test.test_calendar.MonthRangeTestCase) PASS: test_illegal_month_reported (test.test_calendar.MonthRangeTestCase) PASS: test_january (test.test_calendar.MonthRangeTestCase) PASS: test_thirteenth_month (test.test_calendar.MonthRangeTestCase) PASS: test_zeroth_month (test.test_calendar.MonthRangeTestCase) PASS: test_format (test.test_calendar.OutputTestCase) PASS: test_formatmonth (test.test_calendar.OutputTestCase) PASS: test_formatmonthname_with_year (test.test_calendar.OutputTestCase) PASS: test_formatmonthname_without_year (test.test_calendar.OutputTestCase) PASS: test_formatweekheader_long (test.test_calendar.OutputTestCase) PASS: test_formatweekheader_short (test.test_calendar.OutputTestCase) PASS: test_output (test.test_calendar.OutputTestCase) PASS: test_output_htmlcalendar_encoding_ascii (test.test_calendar.OutputTestCase) PASS: test_output_htmlcalendar_encoding_default (test.test_calendar.OutputTestCase) PASS: test_output_htmlcalendar_encoding_utf8 (test.test_calendar.OutputTestCase) PASS: test_output_textcalendar (test.test_calendar.OutputTestCase) PASS: test_prmonth (test.test_calendar.OutputTestCase) PASS: test_prweek (test.test_calendar.OutputTestCase) PASS: test_pryear (test.test_calendar.OutputTestCase) PASS: test_yeardatescalendar (test.test_calendar.OutputTestCase) PASS: test_yeardayscalendar (test.test_calendar.OutputTestCase) PASS: test_april (test.test_calendar.SundayTestCase) PASS: test_december (test.test_calendar.SundayTestCase) PASS: test_february (test.test_calendar.SundayTestCase) PASS: test_format_year (test.test_calendar.TestSubClassingCase) PASS: test_format_year_head (test.test_calendar.TestSubClassingCase) PASS: test_formatmonth (test.test_calendar.TestSubClassingCase) PASS: test_formatmonthname (test.test_calendar.TestSubClassingCase) PASS: test_formatweek (test.test_calendar.TestSubClassingCase) PASS: test_formatweek_head (test.test_calendar.TestSubClassingCase) PASS: test_timegm (test.test_calendar.TimegmTestCase) ---------------------------------------------------------------------- Ran 68 tests in 1.533s OK 0:01:26 load avg: 0.86 [ 46/416] test_call PASS: test_oldargs0_0 (test.test_call.CFunctionCalls) PASS: test_oldargs0_0_ext (test.test_call.CFunctionCalls) PASS: test_oldargs0_0_kw (test.test_call.CFunctionCalls) PASS: test_oldargs0_1 (test.test_call.CFunctionCalls) PASS: test_oldargs0_1_ext (test.test_call.CFunctionCalls) PASS: test_oldargs0_1_kw (test.test_call.CFunctionCalls) PASS: test_oldargs0_2 (test.test_call.CFunctionCalls) PASS: test_oldargs0_2_ext (test.test_call.CFunctionCalls) PASS: test_oldargs0_2_kw (test.test_call.CFunctionCalls) PASS: test_oldargs1_0 (test.test_call.CFunctionCalls) PASS: test_oldargs1_0_ext (test.test_call.CFunctionCalls) PASS: test_oldargs1_0_kw (test.test_call.CFunctionCalls) PASS: test_oldargs1_1 (test.test_call.CFunctionCalls) PASS: test_oldargs1_1_ext (test.test_call.CFunctionCalls) PASS: test_oldargs1_1_kw (test.test_call.CFunctionCalls) PASS: test_oldargs1_2 (test.test_call.CFunctionCalls) PASS: test_oldargs1_2_ext (test.test_call.CFunctionCalls) PASS: test_oldargs1_2_kw (test.test_call.CFunctionCalls) PASS: test_varargs0 (test.test_call.CFunctionCalls) PASS: test_varargs0_ext (test.test_call.CFunctionCalls) PASS: test_varargs1 (test.test_call.CFunctionCalls) PASS: test_varargs1_ext (test.test_call.CFunctionCalls) PASS: test_varargs1_kw (test.test_call.CFunctionCalls) PASS: test_varargs2 (test.test_call.CFunctionCalls) PASS: test_varargs2_ext (test.test_call.CFunctionCalls) PASS: test_varargs2_kw (test.test_call.CFunctionCalls) PASS: test_oldargs0_1 (test.test_call.CFunctionCallsErrorMessages) PASS: test_oldargs0_1_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_oldargs0_2 (test.test_call.CFunctionCallsErrorMessages) PASS: test_oldargs0_2_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_oldargs1_0 (test.test_call.CFunctionCallsErrorMessages) PASS: test_oldargs1_0_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_oldargs1_1_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_oldargs1_2 (test.test_call.CFunctionCallsErrorMessages) PASS: test_oldargs1_2_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs0 (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs10_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs11_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs12_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs13_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs14_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs15_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs16_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs17_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs1_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs2 (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs2_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs3 (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs3_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs4_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs5_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs6_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs7_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs8_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_varargs9_kw (test.test_call.CFunctionCallsErrorMessages) PASS: test_fastcall (test.test_call.FastCallTests) PASS: test_fastcall_clearing_dict (test.test_call.FastCallTests) PASS: test_fastcall_dict (test.test_call.FastCallTests) PASS: test_fastcall_keywords (test.test_call.FastCallTests) PASS: test_kwargs_order (test.test_call.FunctionCalls) ---------------------------------------------------------------------- Ran 60 tests in 0.035s OK 0:01:26 load avg: 0.86 [ 47/416] test_capi PASS: test_buildvalue_N (test.test_capi.CAPITest) PASS: test_c_type_with_matrix_multiplication (test.test_capi.CAPITest) PASS: test_docstring_signature_parsing (test.test_capi.CAPITest) PASS: test_exc_info (test.test_capi.CAPITest) PASS: test_instancemethod (test.test_capi.CAPITest) PASS: test_mapping_keys_values_items (test.test_capi.CAPITest) PASS: test_mapping_keys_values_items_bad_arg (test.test_capi.CAPITest) PASS: test_memoryview_from_NULL_pointer (test.test_capi.CAPITest) PASS: test_no_FatalError_infinite_loop (test.test_capi.CAPITest) PASS: test_return_null_without_error (test.test_capi.CAPITest) PASS: test_return_result_with_error (test.test_capi.CAPITest) PASS: test_seq_bytes_to_charp_array (test.test_capi.CAPITest) PASS: test_set_nomemory (test.test_capi.CAPITest) PASS: test_subprocess_fork_exec (test.test_capi.CAPITest) PASS: test_api_misuse (test.test_capi.PyMemDebugTests) PASS: test_buffer_overflow (test.test_capi.PyMemDebugTests) PASS: test_pymem_malloc_without_gil (test.test_capi.PyMemDebugTests) PASS: test_pyobject_is_freed_forbidden_bytes (test.test_capi.PyMemDebugTests) PASS: test_pyobject_is_freed_free (test.test_capi.PyMemDebugTests) PASS: test_pyobject_is_freed_uninitialized (test.test_capi.PyMemDebugTests) PASS: test_pyobject_malloc_without_gil (test.test_capi.PyMemDebugTests) SKIP: test_api_misuse (test.test_capi.PyMemDefaultTests) 'need Py_DEBUG' SKIP: test_buffer_overflow (test.test_capi.PyMemDefaultTests) 'need Py_DEBUG' SKIP: test_pymem_malloc_without_gil (test.test_capi.PyMemDefaultTests) 'need Py_DEBUG' SKIP: test_pyobject_is_freed_forbidden_bytes (test.test_capi.PyMemDefaultTests) 'need Py_DEBUG' SKIP: test_pyobject_is_freed_free (test.test_capi.PyMemDefaultTests) 'need Py_DEBUG' SKIP: test_pyobject_is_freed_uninitialized (test.test_capi.PyMemDefaultTests) 'need Py_DEBUG' SKIP: test_pyobject_malloc_without_gil (test.test_capi.PyMemDefaultTests) 'need Py_DEBUG' PASS: test_api_misuse (test.test_capi.PyMemMallocDebugTests) PASS: test_buffer_overflow (test.test_capi.PyMemMallocDebugTests) PASS: test_pymem_malloc_without_gil (test.test_capi.PyMemMallocDebugTests) PASS: test_pyobject_is_freed_forbidden_bytes (test.test_capi.PyMemMallocDebugTests) PASS: test_pyobject_is_freed_free (test.test_capi.PyMemMallocDebugTests) PASS: test_pyobject_is_freed_uninitialized (test.test_capi.PyMemMallocDebugTests) PASS: test_pyobject_malloc_without_gil (test.test_capi.PyMemMallocDebugTests) PASS: test_api_misuse (test.test_capi.PyMemPymallocDebugTests) PASS: test_buffer_overflow (test.test_capi.PyMemPymallocDebugTests) PASS: test_pymem_malloc_without_gil (test.test_capi.PyMemPymallocDebugTests) PASS: test_pyobject_is_freed_forbidden_bytes (test.test_capi.PyMemPymallocDebugTests) PASS: test_pyobject_is_freed_free (test.test_capi.PyMemPymallocDebugTests) PASS: test_pyobject_is_freed_uninitialized (test.test_capi.PyMemPymallocDebugTests) PASS: test_pyobject_malloc_without_gil (test.test_capi.PyMemPymallocDebugTests) PASS: test_subinterps (test.test_capi.SubinterpreterTest) PASS: test_pendingcalls_non_threaded (test.test_capi.TestPendingCalls) PASS: test_pendingcalls_threaded (test.test_capi.TestPendingCalls) PASS: test_thread_state (test.test_capi.TestThreadState) PASS: test_buildvalue_N (test.test_capi.Test_testcapi) PASS: test_capsule (test.test_capi.Test_testcapi) PASS: test_config (test.test_capi.Test_testcapi) PASS: test_datetime_capi (test.test_capi.Test_testcapi) PASS: test_decref_doesnt_leak (test.test_capi.Test_testcapi) PASS: test_dict_iteration (test.test_capi.Test_testcapi) PASS: test_empty_argparse (test.test_capi.Test_testcapi) PASS: test_from_contiguous (test.test_capi.Test_testcapi) PASS: test_incref_decref_API (test.test_capi.Test_testcapi) PASS: test_incref_doesnt_leak (test.test_capi.Test_testcapi) PASS: test_lazy_hash_inheritance (test.test_capi.Test_testcapi) PASS: test_list_api (test.test_capi.Test_testcapi) PASS: test_long_and_overflow (test.test_capi.Test_testcapi) PASS: test_long_api (test.test_capi.Test_testcapi) PASS: test_long_as_double (test.test_capi.Test_testcapi) PASS: test_long_as_size_t (test.test_capi.Test_testcapi) PASS: test_long_as_unsigned_long_long_mask (test.test_capi.Test_testcapi) PASS: test_long_long_and_overflow (test.test_capi.Test_testcapi) PASS: test_long_numbits (test.test_capi.Test_testcapi) PASS: test_longlong_api (test.test_capi.Test_testcapi) PASS: test_null_strings (test.test_capi.Test_testcapi) PASS: test_pep3118_obsolete_write_locks (test.test_capi.Test_testcapi) PASS: test_pymem_alloc0 (test.test_capi.Test_testcapi) PASS: test_pymem_setallocators (test.test_capi.Test_testcapi) PASS: test_pymem_setrawallocators (test.test_capi.Test_testcapi) PASS: test_pyobject_setallocators (test.test_capi.Test_testcapi) PASS: test_pythread_tss_key_state (test.test_capi.Test_testcapi) PASS: test_sizeof_c_types (test.test_capi.Test_testcapi) PASS: test_string_from_format (test.test_capi.Test_testcapi) PASS: test_string_to_double (test.test_capi.Test_testcapi) PASS: test_unicode_compare_with_ascii (test.test_capi.Test_testcapi) PASS: test_widechar (test.test_capi.Test_testcapi) test_with_docstring (test.test_capi.Test_testcapi) PASS: This is a pretty normal docstring. PASS: test_xdecref_doesnt_leak (test.test_capi.Test_testcapi) PASS: test_xincref_doesnt_leak (test.test_capi.Test_testcapi) ---------------------------------------------------------------------- Ran 81 tests in 3.184s OK (skipped=7) 0:01:29 load avg: 0.79 [ 48/416] test_cgi PASS: testQSAndFormData (test.test_cgi.CgiTests) PASS: testQSAndFormDataFile (test.test_cgi.CgiTests) PASS: testQSAndUrlEncode (test.test_cgi.CgiTests) PASS: test_all (test.test_cgi.CgiTests) PASS: test_deprecated_parse_qs (test.test_cgi.CgiTests) PASS: test_deprecated_parse_qsl (test.test_cgi.CgiTests) PASS: test_escape (test.test_cgi.CgiTests) PASS: test_fieldstorage_as_context_manager (test.test_cgi.CgiTests) PASS: test_fieldstorage_invalid (test.test_cgi.CgiTests) PASS: test_fieldstorage_multipart (test.test_cgi.CgiTests) PASS: test_fieldstorage_multipart_leading_whitespace (test.test_cgi.CgiTests) PASS: test_fieldstorage_multipart_maxline (test.test_cgi.CgiTests) PASS: test_fieldstorage_multipart_non_ascii (test.test_cgi.CgiTests) PASS: test_fieldstorage_multipart_w3c (test.test_cgi.CgiTests) PASS: test_fieldstorage_part_content_length (test.test_cgi.CgiTests) PASS: test_fieldstorage_properties (test.test_cgi.CgiTests) PASS: test_fieldstorage_readline (test.test_cgi.CgiTests) PASS: test_log (test.test_cgi.CgiTests) PASS: test_max_num_fields (test.test_cgi.CgiTests) PASS: test_parse_header (test.test_cgi.CgiTests) PASS: test_parse_multipart (test.test_cgi.CgiTests) PASS: test_parse_multipart_invalid_encoding (test.test_cgi.CgiTests) PASS: test_strict (test.test_cgi.CgiTests) ---------------------------------------------------------------------- Ran 23 tests in 0.021s OK 0:01:29 load avg: 0.79 [ 49/416] test_cgitb PASS: test_blanks (test.test_cgitb.TestCgitb) PASS: test_fonts (test.test_cgitb.TestCgitb) PASS: test_html (test.test_cgitb.TestCgitb) PASS: test_syshook_no_logdir_default_format (test.test_cgitb.TestCgitb) PASS: test_syshook_no_logdir_text_format (test.test_cgitb.TestCgitb) PASS: test_text (test.test_cgitb.TestCgitb) ---------------------------------------------------------------------- Ran 6 tests in 0.223s OK 0:01:30 load avg: 0.79 [ 50/416] test_charmapcodec PASS: test_constructorx (test.test_charmapcodec.CharmapCodecTest) PASS: test_constructory (test.test_charmapcodec.CharmapCodecTest) PASS: test_encodex (test.test_charmapcodec.CharmapCodecTest) PASS: test_maptoundefined (test.test_charmapcodec.CharmapCodecTest) ---------------------------------------------------------------------- Ran 4 tests in 0.002s OK 0:01:30 load avg: 0.79 [ 51/416] test_class PASS: testBadTypeReturned (test.test_class.ClassTests) PASS: testBinaryOps (test.test_class.ClassTests) PASS: testConstructorErrorMessages (test.test_class.ClassTests) PASS: testDel (test.test_class.ClassTests) PASS: testForExceptionsRaisedInInstanceGetattr2 (test.test_class.ClassTests) PASS: testGetSetAndDel (test.test_class.ClassTests) PASS: testHashComparisonOfMethods (test.test_class.ClassTests) PASS: testHashStuff (test.test_class.ClassTests) PASS: testInit (test.test_class.ClassTests) PASS: testListAndDictOps (test.test_class.ClassTests) PASS: testMisc (test.test_class.ClassTests) PASS: testSFBug532646 (test.test_class.ClassTests) PASS: testSetattrNonStringName (test.test_class.ClassTests) PASS: testSetattrWrapperNameIntern (test.test_class.ClassTests) PASS: testUnaryOps (test.test_class.ClassTests) ---------------------------------------------------------------------- Ran 15 tests in 0.015s OK 0:01:30 load avg: 0.79 [ 52/416] test_clinic test_clinic skipped -- '/usr/lib/Tools/clinic' path does not exist 0:01:30 load avg: 0.79 [ 53/416] test_cmath -- test_clinic skipped PASS: testAtanSign (test.test_cmath.CMathTests) PASS: testAtanhSign (test.test_cmath.CMathTests) SKIP: testTanhSign (test.test_cmath.CMathTests) "system tanh() function doesn't copy the sign" PASS: test_abs (test.test_cmath.CMathTests) PASS: test_abs_overflows (test.test_cmath.CMathTests) PASS: test_cmath_matches_math (test.test_cmath.CMathTests) PASS: test_constants (test.test_cmath.CMathTests) PASS: test_infinity_and_nan_constants (test.test_cmath.CMathTests) PASS: test_input_type (test.test_cmath.CMathTests) PASS: test_isfinite (test.test_cmath.CMathTests) PASS: test_isinf (test.test_cmath.CMathTests) PASS: test_isnan (test.test_cmath.CMathTests) PASS: test_phase (test.test_cmath.CMathTests) PASS: test_polar (test.test_cmath.CMathTests) PASS: test_polar_errno (test.test_cmath.CMathTests) PASS: test_rect (test.test_cmath.CMathTests) PASS: test_specific_values (test.test_cmath.CMathTests) PASS: test_user_object (test.test_cmath.CMathTests) PASS: test_asymmetry (test.test_cmath.IsCloseTests) PASS: test_complex_near_zero (test.test_cmath.IsCloseTests) PASS: test_complex_values (test.test_cmath.IsCloseTests) PASS: test_decimals (test.test_cmath.IsCloseTests) PASS: test_eight_decimal_places (test.test_cmath.IsCloseTests) PASS: test_fractions (test.test_cmath.IsCloseTests) PASS: test_identical (test.test_cmath.IsCloseTests) PASS: test_identical_infinite (test.test_cmath.IsCloseTests) PASS: test_inf_ninf_nan (test.test_cmath.IsCloseTests) PASS: test_integers (test.test_cmath.IsCloseTests) PASS: test_near_zero (test.test_cmath.IsCloseTests) PASS: test_negative_tolerances (test.test_cmath.IsCloseTests) PASS: test_reject_complex_tolerances (test.test_cmath.IsCloseTests) PASS: test_zero_tolerance (test.test_cmath.IsCloseTests) ---------------------------------------------------------------------- Ran 32 tests in 0.035s OK (skipped=1) 0:01:30 load avg: 0.79 [ 54/416] test_cmd Trying: mycmd = samplecmdclass() Expecting nothing ok Trying: mycmd.parseline("") Expecting: (None, None, '') ok Trying: mycmd.parseline("?") Expecting: ('help', '', 'help ') ok Trying: mycmd.parseline("?help") Expecting: ('help', 'help', 'help help') ok Trying: mycmd.parseline("!") Expecting: ('shell', '', 'shell ') ok Trying: mycmd.parseline("!command") Expecting: ('shell', 'command', 'shell command') ok Trying: mycmd.parseline("func") Expecting: ('func', '', 'func') ok Trying: mycmd.parseline("func arg1") Expecting: ('func', 'arg1', 'func arg1') ok Trying: mycmd.onecmd("") Expecting nothing ok Trying: mycmd.onecmd("add 4 5") Expecting: 9 ok Trying: mycmd.onecmd("") Expecting: 9 ok Trying: mycmd.onecmd("test") Expecting: *** Unknown syntax: test ok Trying: mycmd.emptyline() Expecting: *** Unknown syntax: test ok Trying: mycmd.default("default") Expecting: *** Unknown syntax: default ok Trying: mycmd.completedefault() Expecting: This is the completedefault method ok Trying: mycmd.completenames("a") Expecting: ['add'] ok Trying: mycmd.completenames("12") Expecting: [] ok Trying: mycmd.completenames("help") Expecting: ['help'] ok Trying: mycmd.complete_help("a") Expecting: ['add'] ok Trying: mycmd.complete_help("he") Expecting: ['help'] ok Trying: mycmd.complete_help("12") Expecting: [] ok Trying: sorted(mycmd.complete_help("")) Expecting: ['add', 'exit', 'help', 'shell'] ok Trying: mycmd.do_help("testet") Expecting: *** No help on testet ok Trying: mycmd.do_help("add") Expecting: help text for add ok Trying: mycmd.onecmd("help add") Expecting: help text for add ok Trying: mycmd.do_help("") Expecting: Documented commands (type help ): ======================================== add help Undocumented commands: ====================== exit shell ok Trying: mycmd.print_topics("header", ["command1", "command2"], 2 ,10) Expecting: header ====== command1 command2 ok Trying: mycmd.columnize([str(i) for i in range(20)]) Expecting: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ok Trying: mycmd.columnize([str(i) for i in range(20)], 10) Expecting: 0 7 14 1 8 15 2 9 16 3 10 17 4 11 18 5 12 19 6 13 ok Trying: mycmd.use_rawinput=0 Expecting nothing ok Trying: mycmd.cmdqueue=["", "add", "add 4 5", "help", "help add","exit"] Expecting nothing ok Trying: mycmd.cmdloop() Expecting: Hello from preloop help text for add *** invalid number of arguments 9 Documented commands (type help ): ======================================== add help Undocumented commands: ====================== exit shell help text for add Hello from postloop ok 19 items had no tests: test.test_cmd test.test_cmd.TestAlternateInput test.test_cmd.TestAlternateInput.simplecmd test.test_cmd.TestAlternateInput.simplecmd.do_EOF test.test_cmd.TestAlternateInput.simplecmd.do_print test.test_cmd.TestAlternateInput.simplecmd2 test.test_cmd.TestAlternateInput.simplecmd2.do_EOF test.test_cmd.TestAlternateInput.test_file_with_missing_final_nl test.test_cmd.TestAlternateInput.test_input_reset_at_EOF test.test_cmd.samplecmdclass.complete_command test.test_cmd.samplecmdclass.completedefault test.test_cmd.samplecmdclass.do_add test.test_cmd.samplecmdclass.do_exit test.test_cmd.samplecmdclass.do_shell test.test_cmd.samplecmdclass.help_add test.test_cmd.samplecmdclass.postloop test.test_cmd.samplecmdclass.preloop test.test_cmd.test_coverage test.test_cmd.test_main 1 items passed all tests: 32 tests in test.test_cmd.samplecmdclass 32 tests in 20 items. 32 passed and 0 failed. Test passed. doctest (test.test_cmd) ... 32 tests with zero failures PASS: test_file_with_missing_final_nl (test.test_cmd.TestAlternateInput) PASS: test_input_reset_at_EOF (test.test_cmd.TestAlternateInput) ---------------------------------------------------------------------- Ran 2 tests in 0.004s OK 0:01:30 load avg: 0.79 [ 55/416] test_cmd_line SKIP: test_argv0_normalization (test.test_cmd_line.CmdLineTest) 'bpo-32457 only applies on Windows' PASS: test_builtin_input (test.test_cmd_line.CmdLineTest) PASS: test_closed_stdout (test.test_cmd_line.CmdLineTest) PASS: test_del___main__ (test.test_cmd_line.CmdLineTest) PASS: test_directories (test.test_cmd_line.CmdLineTest) PASS: test_displayhook_unencodable (test.test_cmd_line.CmdLineTest) PASS: test_empty_PYTHONPATH_issue16309 (test.test_cmd_line.CmdLineTest) PASS: test_hash_randomization (test.test_cmd_line.CmdLineTest) PASS: test_isolatedmode (test.test_cmd_line.CmdLineTest) PASS: test_large_PYTHONPATH (test.test_cmd_line.CmdLineTest) PASS: test_no_std_streams (test.test_cmd_line.CmdLineTest) PASS: test_no_stderr (test.test_cmd_line.CmdLineTest) PASS: test_no_stdin (test.test_cmd_line.CmdLineTest) PASS: test_no_stdout (test.test_cmd_line.CmdLineTest) PASS: test_non_ascii (test.test_cmd_line.CmdLineTest) PASS: test_optimize (test.test_cmd_line.CmdLineTest) SKIP: test_osx_android_utf8 (test.test_cmd_line.CmdLineTest) 'test specific to Mac OS X and Android' PASS: test_output_newline (test.test_cmd_line.CmdLineTest) PASS: test_pythondevmode_env (test.test_cmd_line.CmdLineTest) PASS: test_pythonmalloc (test.test_cmd_line.CmdLineTest) PASS: test_run_code (test.test_cmd_line.CmdLineTest) PASS: test_run_module (test.test_cmd_line.CmdLineTest) PASS: test_run_module_bug1764407 (test.test_cmd_line.CmdLineTest) PASS: test_showrefcount (test.test_cmd_line.CmdLineTest) PASS: test_site_flag (test.test_cmd_line.CmdLineTest) PASS: test_stdin_readline (test.test_cmd_line.CmdLineTest) PASS: test_stdout_flush_at_shutdown (test.test_cmd_line.CmdLineTest) PASS: test_sys_flags_set (test.test_cmd_line.CmdLineTest) PASS: test_unbuffered_input (test.test_cmd_line.CmdLineTest) PASS: test_unbuffered_output (test.test_cmd_line.CmdLineTest) PASS: test_undecodable_code (test.test_cmd_line.CmdLineTest) PASS: test_unknown_options (test.test_cmd_line.CmdLineTest) PASS: test_unmached_quote (test.test_cmd_line.CmdLineTest) PASS: test_usage (test.test_cmd_line.CmdLineTest) PASS: test_verbose (test.test_cmd_line.CmdLineTest) PASS: test_version (test.test_cmd_line.CmdLineTest) PASS: test_warnings_filter_precedence (test.test_cmd_line.CmdLineTest) PASS: test_xdev (test.test_cmd_line.CmdLineTest) PASS: test_xoptions (test.test_cmd_line.CmdLineTest) PASS: test_ignore_PYTHONHASHSEED (test.test_cmd_line.IgnoreEnvironmentTest) PASS: test_ignore_PYTHONPATH (test.test_cmd_line.IgnoreEnvironmentTest) PASS: test_sys_flags_not_set (test.test_cmd_line.IgnoreEnvironmentTest) ---------------------------------------------------------------------- Ran 42 tests in 1.661s OK (skipped=2) 0:01:32 load avg: 0.79 [ 56/416] test_cmd_line_script PASS: test_basic_script (test.test_cmd_line_script.CmdLineTest) PASS: test_consistent_sys_path_for_direct_execution (test.test_cmd_line_script.CmdLineTest) PASS: test_consistent_sys_path_for_module_execution (test.test_cmd_line_script.CmdLineTest) PASS: test_dash_c_loader (test.test_cmd_line_script.CmdLineTest) PASS: test_dash_m_bad_pyc (test.test_cmd_line_script.CmdLineTest) PASS: test_dash_m_error_code_is_one (test.test_cmd_line_script.CmdLineTest) PASS: test_dash_m_errors (test.test_cmd_line_script.CmdLineTest) PASS: test_dash_m_init_traceback (test.test_cmd_line_script.CmdLineTest) PASS: test_dash_m_main_traceback (test.test_cmd_line_script.CmdLineTest) PASS: test_directory (test.test_cmd_line_script.CmdLineTest) PASS: test_directory_compiled (test.test_cmd_line_script.CmdLineTest) PASS: test_directory_error (test.test_cmd_line_script.CmdLineTest) PASS: test_issue20500_exit_with_exception_value (test.test_cmd_line_script.CmdLineTest) PASS: test_issue20884 (test.test_cmd_line_script.CmdLineTest) PASS: test_issue8202 (test.test_cmd_line_script.CmdLineTest) PASS: test_issue8202_dash_c_file_ignored (test.test_cmd_line_script.CmdLineTest) PASS: test_issue8202_dash_m_file_ignored (test.test_cmd_line_script.CmdLineTest) PASS: test_module_in_package (test.test_cmd_line_script.CmdLineTest) PASS: test_module_in_package_in_zipfile (test.test_cmd_line_script.CmdLineTest) PASS: test_module_in_subpackage_in_zipfile (test.test_cmd_line_script.CmdLineTest) PASS: test_non_ascii (test.test_cmd_line_script.CmdLineTest) PASS: test_nonexisting_script (test.test_cmd_line_script.CmdLineTest) PASS: test_package (test.test_cmd_line_script.CmdLineTest) PASS: test_package_compiled (test.test_cmd_line_script.CmdLineTest) PASS: test_package_error (test.test_cmd_line_script.CmdLineTest) PASS: test_package_recursion (test.test_cmd_line_script.CmdLineTest) PASS: test_pep_409_verbiage (test.test_cmd_line_script.CmdLineTest) PASS: test_repl_stderr_flush (test.test_cmd_line_script.CmdLineTest) PASS: test_repl_stderr_flush_separate_stderr (test.test_cmd_line_script.CmdLineTest) PASS: test_repl_stdout_flush (test.test_cmd_line_script.CmdLineTest) PASS: test_repl_stdout_flush_separate_stderr (test.test_cmd_line_script.CmdLineTest) PASS: test_script_compiled (test.test_cmd_line_script.CmdLineTest) PASS: test_stdin_loader (test.test_cmd_line_script.CmdLineTest) PASS: test_syntaxerror_indented_caret_position (test.test_cmd_line_script.CmdLineTest) PASS: test_syntaxerror_unindented_caret_position (test.test_cmd_line_script.CmdLineTest) PASS: test_zipfile (test.test_cmd_line_script.CmdLineTest) PASS: test_zipfile_compiled (test.test_cmd_line_script.CmdLineTest) PASS: test_zipfile_error (test.test_cmd_line_script.CmdLineTest) ---------------------------------------------------------------------- Ran 38 tests in 2.189s OK 0:01:34 load avg: 0.81 [ 57/416] test_code Trying: def f(x): def g(y): return x + y return g Expecting nothing ok Trying: dump(f.__code__) Expecting: name: f argcount: 1 kwonlyargcount: 0 names: () varnames: ('x', 'g') cellvars: ('x',) freevars: () nlocals: 2 flags: 3 consts: ('None', '', "'f..g'") ok Trying: dump(f(4).__code__) Expecting: name: g argcount: 1 kwonlyargcount: 0 names: () varnames: ('y',) cellvars: () freevars: ('x',) nlocals: 1 flags: 19 consts: ('None',) ok Trying: def h(x, y): a = x + y b = x - y c = a * b return c Expecting nothing ok Trying: dump(h.__code__) Expecting: name: h argcount: 2 kwonlyargcount: 0 names: () varnames: ('x', 'y', 'a', 'b', 'c') cellvars: () freevars: () nlocals: 5 flags: 67 consts: ('None',) ok Trying: def attrs(obj): print(obj.attr1) print(obj.attr2) print(obj.attr3) Expecting nothing ok Trying: dump(attrs.__code__) Expecting: name: attrs argcount: 1 kwonlyargcount: 0 names: ('print', 'attr1', 'attr2', 'attr3') varnames: ('obj',) cellvars: () freevars: () nlocals: 1 flags: 67 consts: ('None',) ok Trying: def optimize_away(): 'doc string' 'not a docstring' 53 0x53 Expecting nothing ok Trying: dump(optimize_away.__code__) Expecting: name: optimize_away argcount: 0 kwonlyargcount: 0 names: () varnames: () cellvars: () freevars: () nlocals: 0 flags: 67 consts: ("'doc string'", 'None') ok Trying: def keywordonly_args(a,b,*,k1): return a,b,k1 Expecting nothing ok Trying: dump(keywordonly_args.__code__) Expecting: name: keywordonly_args argcount: 2 kwonlyargcount: 1 names: () varnames: ('a', 'b', 'k1') cellvars: () freevars: () nlocals: 3 flags: 67 consts: ('None',) ok 27 items had no tests: test.test_code.CoExtra test.test_code.CoExtra.get_func test.test_code.CoExtra.test_bad_index test.test_code.CoExtra.test_free_called test.test_code.CoExtra.test_free_different_thread test.test_code.CoExtra.test_get_non_code test.test_code.CoExtra.test_get_set test.test_code.CodeConstsTest test.test_code.CodeConstsTest.assertIsInterned test.test_code.CodeConstsTest.assertIsNotInterned test.test_code.CodeConstsTest.find_const test.test_code.CodeConstsTest.test_interned_string test.test_code.CodeConstsTest.test_interned_string_default test.test_code.CodeConstsTest.test_interned_string_in_frozenset test.test_code.CodeConstsTest.test_interned_string_in_tuple test.test_code.CodeConstsTest.test_interned_string_with_null test.test_code.CodeTest test.test_code.CodeTest.test_closure_injection test.test_code.CodeTest.test_newempty test.test_code.CodeWeakRefTest test.test_code.CodeWeakRefTest.test_basic test.test_code.consts test.test_code.dump test.test_code.external_getitem test.test_code.isinterned test.test_code.myfree test.test_code.test_main 1 items passed all tests: 11 tests in test.test_code 11 tests in 28 items. 11 passed and 0 failed. Test passed. doctest (test.test_code) ... 11 tests with zero failures PASS: test_closure_injection (test.test_code.CodeTest) PASS: test_newempty (test.test_code.CodeTest) PASS: test_interned_string (test.test_code.CodeConstsTest) PASS: test_interned_string_default (test.test_code.CodeConstsTest) PASS: test_interned_string_in_frozenset (test.test_code.CodeConstsTest) PASS: test_interned_string_in_tuple (test.test_code.CodeConstsTest) PASS: test_interned_string_with_null (test.test_code.CodeConstsTest) PASS: test_basic (test.test_code.CodeWeakRefTest) PASS: test_bad_index (test.test_code.CoExtra) PASS: test_free_called (test.test_code.CoExtra) PASS: test_free_different_thread (test.test_code.CoExtra) PASS: test_get_non_code (test.test_code.CoExtra) PASS: test_get_set (test.test_code.CoExtra) ---------------------------------------------------------------------- Ran 13 tests in 0.008s OK 0:01:35 load avg: 0.81 [ 58/416] test_code_module PASS: test_banner (test.test_code_module.TestInteractiveConsole) PASS: test_cause_tb (test.test_code_module.TestInteractiveConsole) PASS: test_console_stderr (test.test_code_module.TestInteractiveConsole) PASS: test_context_tb (test.test_code_module.TestInteractiveConsole) PASS: test_exit_msg (test.test_code_module.TestInteractiveConsole) PASS: test_ps1 (test.test_code_module.TestInteractiveConsole) PASS: test_ps2 (test.test_code_module.TestInteractiveConsole) PASS: test_syntax_error (test.test_code_module.TestInteractiveConsole) PASS: test_sysexcepthook (test.test_code_module.TestInteractiveConsole) ---------------------------------------------------------------------- Ran 9 tests in 0.030s OK 0:01:35 load avg: 0.81 [ 59/416] test_codeccallbacks PASS: test_backslashescape (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badandgoodbackslashreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badandgoodignoreexceptions (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badandgoodnamereplaceexceptions (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badandgoodreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badandgoodstrictexceptions (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badandgoodsurrogateescapeexceptions (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badandgoodsurrogatepassexceptions (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badandgoodxmlcharrefreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badhandlerresults (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badlookupcall (test.test_codeccallbacks.CodecCallbackTest) PASS: test_badregistercall (test.test_codeccallbacks.CodecCallbackTest) PASS: test_bug828737 (test.test_codeccallbacks.CodecCallbackTest) PASS: test_callbacks (test.test_codeccallbacks.CodecCallbackTest) PASS: test_charmapencode (test.test_codeccallbacks.CodecCallbackTest) PASS: test_crashing_decode_handler (test.test_codeccallbacks.CodecCallbackTest) PASS: test_decodehelper (test.test_codeccallbacks.CodecCallbackTest) PASS: test_decodeunicodeinternal (test.test_codeccallbacks.CodecCallbackTest) PASS: test_decoding_callbacks (test.test_codeccallbacks.CodecCallbackTest) PASS: test_encodehelper (test.test_codeccallbacks.CodecCallbackTest) PASS: test_fake_error_class (test.test_codeccallbacks.CodecCallbackTest) PASS: test_longstrings (test.test_codeccallbacks.CodecCallbackTest) PASS: test_lookup (test.test_codeccallbacks.CodecCallbackTest) PASS: test_mutatingdecodehandler (test.test_codeccallbacks.CodecCallbackTest) PASS: test_nameescape (test.test_codeccallbacks.CodecCallbackTest) PASS: test_translatehelper (test.test_codeccallbacks.CodecCallbackTest) PASS: test_unencodablereplacement (test.test_codeccallbacks.CodecCallbackTest) PASS: test_unicodedecodeerror (test.test_codeccallbacks.CodecCallbackTest) PASS: test_unicodeencodeerror (test.test_codeccallbacks.CodecCallbackTest) PASS: test_unicodetranslateerror (test.test_codeccallbacks.CodecCallbackTest) PASS: test_uninamereplace (test.test_codeccallbacks.CodecCallbackTest) PASS: test_unknownhandler (test.test_codeccallbacks.CodecCallbackTest) PASS: test_xmlcharnamereplace (test.test_codeccallbacks.CodecCallbackTest) PASS: test_xmlcharrefreplace (test.test_codeccallbacks.CodecCallbackTest) PASS: test_xmlcharrefvalues (test.test_codeccallbacks.CodecCallbackTest) ---------------------------------------------------------------------- Ran 35 tests in 0.022s OK 0:01:35 load avg: 0.81 [ 60/416] test_codecencodings_cn PASS: test_callback_None_index (test.test_codecencodings_cn.Test_GB18030) PASS: test_callback_backward_index (test.test_codecencodings_cn.Test_GB18030) PASS: test_callback_forward_index (test.test_codecencodings_cn.Test_GB18030) PASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_GB18030) PASS: test_callback_long_index (test.test_codecencodings_cn.Test_GB18030) PASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_GB18030) PASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_GB18030) PASS: test_chunkcoding (test.test_codecencodings_cn.Test_GB18030) SKIP: test_customreplace_encode (test.test_codecencodings_cn.Test_GB18030) 'encoding contains full ISO 10646 map' PASS: test_errorhandle (test.test_codecencodings_cn.Test_GB18030) PASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_GB18030) PASS: test_incrementalencoder (test.test_codecencodings_cn.Test_GB18030) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GB18030) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GB18030) PASS: test_streamreader (test.test_codecencodings_cn.Test_GB18030) PASS: test_streamwriter (test.test_codecencodings_cn.Test_GB18030) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GB18030) SKIP: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GB18030) 'encoding contains full ISO 10646 map' PASS: test_callback_None_index (test.test_codecencodings_cn.Test_GB2312) PASS: test_callback_backward_index (test.test_codecencodings_cn.Test_GB2312) PASS: test_callback_forward_index (test.test_codecencodings_cn.Test_GB2312) PASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_GB2312) PASS: test_callback_long_index (test.test_codecencodings_cn.Test_GB2312) PASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_GB2312) PASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_GB2312) PASS: test_chunkcoding (test.test_codecencodings_cn.Test_GB2312) PASS: test_customreplace_encode (test.test_codecencodings_cn.Test_GB2312) PASS: test_errorhandle (test.test_codecencodings_cn.Test_GB2312) PASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_GB2312) PASS: test_incrementalencoder (test.test_codecencodings_cn.Test_GB2312) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GB2312) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GB2312) PASS: test_streamreader (test.test_codecencodings_cn.Test_GB2312) PASS: test_streamwriter (test.test_codecencodings_cn.Test_GB2312) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GB2312) PASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GB2312) PASS: test_callback_None_index (test.test_codecencodings_cn.Test_GBK) PASS: test_callback_backward_index (test.test_codecencodings_cn.Test_GBK) PASS: test_callback_forward_index (test.test_codecencodings_cn.Test_GBK) PASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_GBK) PASS: test_callback_long_index (test.test_codecencodings_cn.Test_GBK) PASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_GBK) PASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_GBK) PASS: test_chunkcoding (test.test_codecencodings_cn.Test_GBK) PASS: test_customreplace_encode (test.test_codecencodings_cn.Test_GBK) PASS: test_errorhandle (test.test_codecencodings_cn.Test_GBK) PASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_GBK) PASS: test_incrementalencoder (test.test_codecencodings_cn.Test_GBK) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GBK) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GBK) PASS: test_streamreader (test.test_codecencodings_cn.Test_GBK) PASS: test_streamwriter (test.test_codecencodings_cn.Test_GBK) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GBK) PASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GBK) PASS: test_callback_None_index (test.test_codecencodings_cn.Test_HZ) PASS: test_callback_backward_index (test.test_codecencodings_cn.Test_HZ) PASS: test_callback_forward_index (test.test_codecencodings_cn.Test_HZ) PASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_HZ) PASS: test_callback_long_index (test.test_codecencodings_cn.Test_HZ) PASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_HZ) PASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_HZ) PASS: test_chunkcoding (test.test_codecencodings_cn.Test_HZ) PASS: test_customreplace_encode (test.test_codecencodings_cn.Test_HZ) PASS: test_errorhandle (test.test_codecencodings_cn.Test_HZ) PASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_HZ) PASS: test_incrementalencoder (test.test_codecencodings_cn.Test_HZ) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_HZ) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_HZ) PASS: test_streamreader (test.test_codecencodings_cn.Test_HZ) PASS: test_streamwriter (test.test_codecencodings_cn.Test_HZ) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_HZ) PASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_HZ) ---------------------------------------------------------------------- Ran 72 tests in 0.150s OK (skipped=2) 0:01:35 load avg: 0.81 [ 61/416] test_codecencodings_hk PASS: test_callback_None_index (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_callback_backward_index (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_callback_forward_index (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_callback_index_outofbound (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_callback_long_index (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_callback_returns_bytes (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_callback_wrong_objects (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_chunkcoding (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_customreplace_encode (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_errorhandle (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_incrementaldecoder (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_incrementalencoder (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_streamreader (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_streamwriter (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_hk.Test_Big5HKSCS) PASS: test_xmlcharrefreplace (test.test_codecencodings_hk.Test_Big5HKSCS) ---------------------------------------------------------------------- Ran 18 tests in 0.010s OK 0:01:35 load avg: 0.81 [ 62/416] test_codecencodings_iso2022 PASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP) PASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP2) PASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_KR) SKIP: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_KR) 'iso2022_kr.txt cannot be used to test "chunk coding"' PASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_KR) PASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_KR) ---------------------------------------------------------------------- Ran 54 tests in 0.138s OK (skipped=1) 0:01:36 load avg: 0.81 [ 63/416] test_codecencodings_jp PASS: test_callback_None_index (test.test_codecencodings_jp.Test_CP932) PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_CP932) PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_CP932) PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_CP932) PASS: test_callback_long_index (test.test_codecencodings_jp.Test_CP932) PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_CP932) PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_CP932) PASS: test_chunkcoding (test.test_codecencodings_jp.Test_CP932) PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_CP932) PASS: test_errorhandle (test.test_codecencodings_jp.Test_CP932) PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_CP932) PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_CP932) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_CP932) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_CP932) PASS: test_streamreader (test.test_codecencodings_jp.Test_CP932) PASS: test_streamwriter (test.test_codecencodings_jp.Test_CP932) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_CP932) PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_CP932) PASS: test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_errorhandle (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_streamreader (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_streamwriter (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JISX0213) PASS: test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_errorhandle (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_streamreader (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_streamwriter (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JIS_2004) PASS: test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_errorhandle (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_streamreader (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_streamwriter (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JP_COMPAT) PASS: test_callback_None_index (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_callback_long_index (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_chunkcoding (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_errorhandle (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_streamreader (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_streamwriter (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJISX0213) PASS: test_callback_None_index (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_callback_long_index (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_chunkcoding (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_errorhandle (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_streamreader (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_streamwriter (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_2004) PASS: test_callback_None_index (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_callback_long_index (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_chunkcoding (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_errorhandle (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_streamreader (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_streamwriter (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJIS_COMPAT) PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_COMPAT) ---------------------------------------------------------------------- Ran 126 tests in 0.355s OK 0:01:36 load avg: 0.81 [ 64/416] test_codecencodings_kr PASS: test_callback_None_index (test.test_codecencodings_kr.Test_CP949) PASS: test_callback_backward_index (test.test_codecencodings_kr.Test_CP949) PASS: test_callback_forward_index (test.test_codecencodings_kr.Test_CP949) PASS: test_callback_index_outofbound (test.test_codecencodings_kr.Test_CP949) PASS: test_callback_long_index (test.test_codecencodings_kr.Test_CP949) PASS: test_callback_returns_bytes (test.test_codecencodings_kr.Test_CP949) PASS: test_callback_wrong_objects (test.test_codecencodings_kr.Test_CP949) PASS: test_chunkcoding (test.test_codecencodings_kr.Test_CP949) PASS: test_customreplace_encode (test.test_codecencodings_kr.Test_CP949) PASS: test_errorhandle (test.test_codecencodings_kr.Test_CP949) PASS: test_incrementaldecoder (test.test_codecencodings_kr.Test_CP949) PASS: test_incrementalencoder (test.test_codecencodings_kr.Test_CP949) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_CP949) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_CP949) PASS: test_streamreader (test.test_codecencodings_kr.Test_CP949) PASS: test_streamwriter (test.test_codecencodings_kr.Test_CP949) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_CP949) PASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_CP949) PASS: test_callback_None_index (test.test_codecencodings_kr.Test_EUCKR) PASS: test_callback_backward_index (test.test_codecencodings_kr.Test_EUCKR) PASS: test_callback_forward_index (test.test_codecencodings_kr.Test_EUCKR) PASS: test_callback_index_outofbound (test.test_codecencodings_kr.Test_EUCKR) PASS: test_callback_long_index (test.test_codecencodings_kr.Test_EUCKR) PASS: test_callback_returns_bytes (test.test_codecencodings_kr.Test_EUCKR) PASS: test_callback_wrong_objects (test.test_codecencodings_kr.Test_EUCKR) PASS: test_chunkcoding (test.test_codecencodings_kr.Test_EUCKR) PASS: test_customreplace_encode (test.test_codecencodings_kr.Test_EUCKR) PASS: test_errorhandle (test.test_codecencodings_kr.Test_EUCKR) PASS: test_incrementaldecoder (test.test_codecencodings_kr.Test_EUCKR) PASS: test_incrementalencoder (test.test_codecencodings_kr.Test_EUCKR) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_EUCKR) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_EUCKR) PASS: test_streamreader (test.test_codecencodings_kr.Test_EUCKR) PASS: test_streamwriter (test.test_codecencodings_kr.Test_EUCKR) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_EUCKR) PASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_EUCKR) PASS: test_callback_None_index (test.test_codecencodings_kr.Test_JOHAB) PASS: test_callback_backward_index (test.test_codecencodings_kr.Test_JOHAB) PASS: test_callback_forward_index (test.test_codecencodings_kr.Test_JOHAB) PASS: test_callback_index_outofbound (test.test_codecencodings_kr.Test_JOHAB) PASS: test_callback_long_index (test.test_codecencodings_kr.Test_JOHAB) PASS: test_callback_returns_bytes (test.test_codecencodings_kr.Test_JOHAB) PASS: test_callback_wrong_objects (test.test_codecencodings_kr.Test_JOHAB) PASS: test_chunkcoding (test.test_codecencodings_kr.Test_JOHAB) PASS: test_customreplace_encode (test.test_codecencodings_kr.Test_JOHAB) PASS: test_errorhandle (test.test_codecencodings_kr.Test_JOHAB) PASS: test_incrementaldecoder (test.test_codecencodings_kr.Test_JOHAB) PASS: test_incrementalencoder (test.test_codecencodings_kr.Test_JOHAB) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_JOHAB) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_JOHAB) PASS: test_streamreader (test.test_codecencodings_kr.Test_JOHAB) PASS: test_streamwriter (test.test_codecencodings_kr.Test_JOHAB) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_JOHAB) PASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_JOHAB) ---------------------------------------------------------------------- Ran 54 tests in 0.094s OK 0:01:36 load avg: 0.81 [ 65/416] test_codecencodings_tw PASS: test_callback_None_index (test.test_codecencodings_tw.Test_Big5) PASS: test_callback_backward_index (test.test_codecencodings_tw.Test_Big5) PASS: test_callback_forward_index (test.test_codecencodings_tw.Test_Big5) PASS: test_callback_index_outofbound (test.test_codecencodings_tw.Test_Big5) PASS: test_callback_long_index (test.test_codecencodings_tw.Test_Big5) PASS: test_callback_returns_bytes (test.test_codecencodings_tw.Test_Big5) PASS: test_callback_wrong_objects (test.test_codecencodings_tw.Test_Big5) PASS: test_chunkcoding (test.test_codecencodings_tw.Test_Big5) PASS: test_customreplace_encode (test.test_codecencodings_tw.Test_Big5) PASS: test_errorhandle (test.test_codecencodings_tw.Test_Big5) PASS: test_incrementaldecoder (test.test_codecencodings_tw.Test_Big5) PASS: test_incrementalencoder (test.test_codecencodings_tw.Test_Big5) PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_tw.Test_Big5) PASS: test_incrementalencoder_error_callback (test.test_codecencodings_tw.Test_Big5) PASS: test_streamreader (test.test_codecencodings_tw.Test_Big5) PASS: test_streamwriter (test.test_codecencodings_tw.Test_Big5) PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_tw.Test_Big5) PASS: test_xmlcharrefreplace (test.test_codecencodings_tw.Test_Big5) ---------------------------------------------------------------------- Ran 18 tests in 0.032s OK 0:01:36 load avg: 0.81 [ 66/416] test_codecmaps_cn SKIP: test_errorhandle (test.test_codecmaps_cn.TestGB18030Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_cn.TestGB18030Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGB18030Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_cn.TestGB2312Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_cn.TestGB2312Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGB2312Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_cn.TestGBKMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_cn.TestGBKMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGBKMap) "Use of the 'urlfetch' resource not enabled" ---------------------------------------------------------------------- Ran 9 tests in 0.003s OK (skipped=9) 0:01:36 load avg: 0.81 [ 67/416] test_codecmaps_hk SKIP: test_errorhandle (test.test_codecmaps_hk.TestBig5HKSCSMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_hk.TestBig5HKSCSMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_hk.TestBig5HKSCSMap) "Use of the 'urlfetch' resource not enabled" ---------------------------------------------------------------------- Ran 3 tests in 0.001s OK (skipped=3) 0:01:37 load avg: 0.81 [ 68/416] test_codecmaps_jp SKIP: test_errorhandle (test.test_codecmaps_jp.TestCP932Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_jp.TestCP932Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestCP932Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_jp.TestEUCJISX0213Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_jp.TestEUCJISX0213Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestEUCJISX0213Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_jp.TestEUCJPCOMPATMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_jp.TestEUCJPCOMPATMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestEUCJPCOMPATMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_jp.TestSJISCOMPATMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_jp.TestSJISCOMPATMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestSJISCOMPATMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_jp.TestSJISX0213Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_jp.TestSJISX0213Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestSJISX0213Map) "Use of the 'urlfetch' resource not enabled" ---------------------------------------------------------------------- Ran 15 tests in 0.004s OK (skipped=15) 0:01:37 load avg: 0.81 [ 69/416] test_codecmaps_kr SKIP: test_errorhandle (test.test_codecmaps_kr.TestCP949Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_kr.TestCP949Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestCP949Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_kr.TestEUCKRMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_kr.TestEUCKRMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestEUCKRMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_kr.TestJOHABMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_kr.TestJOHABMap) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestJOHABMap) "Use of the 'urlfetch' resource not enabled" ---------------------------------------------------------------------- Ran 9 tests in 0.003s OK (skipped=9) 0:01:37 load avg: 0.81 [ 70/416] test_codecmaps_tw SKIP: test_errorhandle (test.test_codecmaps_tw.TestBIG5Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_tw.TestBIG5Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_tw.TestBIG5Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_errorhandle (test.test_codecmaps_tw.TestCP950Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_file (test.test_codecmaps_tw.TestCP950Map) "Use of the 'urlfetch' resource not enabled" SKIP: test_mapping_supplemental (test.test_codecmaps_tw.TestCP950Map) "Use of the 'urlfetch' resource not enabled" ---------------------------------------------------------------------- Ran 6 tests in 0.002s OK (skipped=6) 0:01:37 load avg: 0.81 [ 71/416] test_codecs PASS: test_decode (test.test_codecs.ASCIITest) PASS: test_decode_error (test.test_codecs.ASCIITest) PASS: test_encode (test.test_codecs.ASCIITest) PASS: test_encode_error (test.test_codecs.ASCIITest) PASS: test_encode_surrogateescape_error (test.test_codecs.ASCIITest) PASS: test_bad_decode_args (test.test_codecs.BasicUnicodeTest) PASS: test_bad_encode_args (test.test_codecs.BasicUnicodeTest) PASS: test_basics (test.test_codecs.BasicUnicodeTest) PASS: test_basics_capi (test.test_codecs.BasicUnicodeTest) PASS: test_decoder_state (test.test_codecs.BasicUnicodeTest) PASS: test_encoding_map_type_initialized (test.test_codecs.BasicUnicodeTest) PASS: test_seek (test.test_codecs.BasicUnicodeTest) PASS: test_seek0 (test.test_codecs.BomTest) SKIP: test_bug1098990_a (test.test_codecs.CP65001Test) 'cp65001 is a Windows-only codec' SKIP: test_bug1098990_b (test.test_codecs.CP65001Test) 'cp65001 is a Windows-only codec' SKIP: test_bug1175396 (test.test_codecs.CP65001Test) 'cp65001 is a Windows-only codec' SKIP: test_decode (test.test_codecs.CP65001Test) 'cp65001 is a Windows-only codec' SKIP: test_encode (test.test_codecs.CP65001Test) 'cp65001 is a Windows-only codec' SKIP: test_incremental_surrogatepass (test.test_codecs.CP65001Test) 'cp65001 is a Windows-only codec' SKIP: test_lone_surrogates (test.test_codecs.CP65001Test) 'cp65001 is a Windows-only codec' SKIP: test_mixed_readline_and_read (test.test_codecs.CP65001Test) 'cp65001 is a Windows-only codec' SKIP: test_readline (test.test_codecs.CP65001Test) 'cp65001 is a Windows-only codec' SKIP: test_readlinequeue (test.test_codecs.CP65001Test) 'cp65001 is a Windows-only codec' SKIP: test_surrogatepass_handler (test.test_codecs.CP65001Test) 'cp65001 is a Windows-only codec' PASS: test_decode_with_int2int_map (test.test_codecs.CharmapTest) PASS: test_decode_with_int2str_map (test.test_codecs.CharmapTest) PASS: test_decode_with_string_map (test.test_codecs.CharmapTest) SKIP: test_code_page_decode_flags (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_code_page_name (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_cp1252 (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_cp932 (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_cp_utf7 (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_incremental (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_invalid_code_page (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_large_input (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_mbcs_alias (test.test_codecs.CodePageTest) 'code pages are specific to Windows' SKIP: test_multibyte_encoding (test.test_codecs.CodePageTest) 'code pages are specific to Windows' PASS: test_all (test.test_codecs.CodecsModuleTest) PASS: test_decode (test.test_codecs.CodecsModuleTest) PASS: test_encode (test.test_codecs.CodecsModuleTest) PASS: test_getdecoder (test.test_codecs.CodecsModuleTest) PASS: test_getencoder (test.test_codecs.CodecsModuleTest) PASS: test_getreader (test.test_codecs.CodecsModuleTest) PASS: test_getwriter (test.test_codecs.CodecsModuleTest) PASS: test_lookup (test.test_codecs.CodecsModuleTest) PASS: test_lookup_issue1813 (test.test_codecs.CodecsModuleTest) PASS: test_open (test.test_codecs.CodecsModuleTest) PASS: test_register (test.test_codecs.CodecsModuleTest) PASS: test_undefined (test.test_codecs.CodecsModuleTest) PASS: test_basic (test.test_codecs.EncodedFileTest) PASS: test_empty (test.test_codecs.EscapeDecodeTest) PASS: test_errors (test.test_codecs.EscapeDecodeTest) PASS: test_escape (test.test_codecs.EscapeDecodeTest) PASS: test_raw (test.test_codecs.EscapeDecodeTest) PASS: test_escape_encode (test.test_codecs.EscapeEncodeTest) PASS: test_codec_lookup_failure_not_wrapped (test.test_codecs.ExceptionChainingTest) PASS: test_init_override_is_not_wrapped (test.test_codecs.ExceptionChainingTest) PASS: test_instance_attribute_is_not_wrapped (test.test_codecs.ExceptionChainingTest) PASS: test_multiple_args_is_not_wrapped (test.test_codecs.ExceptionChainingTest) PASS: test_new_override_is_not_wrapped (test.test_codecs.ExceptionChainingTest) PASS: test_non_str_arg_is_not_wrapped (test.test_codecs.ExceptionChainingTest) PASS: test_raise_by_type (test.test_codecs.ExceptionChainingTest) PASS: test_raise_by_value (test.test_codecs.ExceptionChainingTest) PASS: test_raise_grandchild_subclass_exact_size (test.test_codecs.ExceptionChainingTest) PASS: test_raise_subclass_with_weakref_support (test.test_codecs.ExceptionChainingTest) PASS: test_unflagged_non_text_codec_handling (test.test_codecs.ExceptionChainingTest) PASS: test_builtin_decode (test.test_codecs.IDNACodecTest) PASS: test_builtin_encode (test.test_codecs.IDNACodecTest) test_errors (test.test_codecs.IDNACodecTest) PASS: Only supports "strict" error handler PASS: test_incremental_decode (test.test_codecs.IDNACodecTest) PASS: test_incremental_encode (test.test_codecs.IDNACodecTest) PASS: test_stream (test.test_codecs.IDNACodecTest) PASS: test_decode (test.test_codecs.Latin1Test) PASS: test_encode (test.test_codecs.Latin1Test) PASS: test_encode_errors (test.test_codecs.Latin1Test) PASS: test_encode_surrogateescape_error (test.test_codecs.Latin1Test) PASS: test_nameprep (test.test_codecs.NameprepTest) PASS: test_decode (test.test_codecs.PunycodeTest) PASS: test_encode (test.test_codecs.PunycodeTest) PASS: test_decode_errors (test.test_codecs.RawUnicodeEscapeTest) PASS: test_empty (test.test_codecs.RawUnicodeEscapeTest) PASS: test_escape_decode (test.test_codecs.RawUnicodeEscapeTest) PASS: test_escape_encode (test.test_codecs.RawUnicodeEscapeTest) PASS: test_raw_decode (test.test_codecs.RawUnicodeEscapeTest) PASS: test_raw_encode (test.test_codecs.RawUnicodeEscapeTest) PASS: test_array (test.test_codecs.ReadBufferTest) PASS: test_bad_args (test.test_codecs.ReadBufferTest) PASS: test_empty (test.test_codecs.ReadBufferTest) PASS: test_recoding (test.test_codecs.RecodingTest) PASS: test_readlines (test.test_codecs.StreamReaderTest) PASS: test_seeking_read (test.test_codecs.StreamRecoderTest) PASS: test_seeking_write (test.test_codecs.StreamRecoderTest) PASS: test_write (test.test_codecs.StreamRecoderTest) PASS: test_writelines (test.test_codecs.StreamRecoderTest) PASS: test_ascii (test.test_codecs.SurrogateEscapeTest) PASS: test_charmap (test.test_codecs.SurrogateEscapeTest) PASS: test_latin1 (test.test_codecs.SurrogateEscapeTest) PASS: test_utf8 (test.test_codecs.SurrogateEscapeTest) PASS: test_aliases (test.test_codecs.TransformCodecTest) PASS: test_basics (test.test_codecs.TransformCodecTest) PASS: test_binary_to_text_blacklists_binary_transforms (test.test_codecs.TransformCodecTest) PASS: test_binary_to_text_blacklists_text_transforms (test.test_codecs.TransformCodecTest) PASS: test_buffer_api_usage (test.test_codecs.TransformCodecTest) PASS: test_custom_hex_error_is_wrapped (test.test_codecs.TransformCodecTest) PASS: test_custom_zlib_error_is_wrapped (test.test_codecs.TransformCodecTest) PASS: test_quopri_stateless (test.test_codecs.TransformCodecTest) PASS: test_read (test.test_codecs.TransformCodecTest) PASS: test_readline (test.test_codecs.TransformCodecTest) PASS: test_text_to_binary_blacklists_binary_transforms (test.test_codecs.TransformCodecTest) PASS: test_text_to_binary_blacklists_text_transforms (test.test_codecs.TransformCodecTest) PASS: test_uu_invalid (test.test_codecs.TransformCodecTest) PASS: test_decode_unicode (test.test_codecs.TypesTest) PASS: test_unicode_escape (test.test_codecs.TypesTest) PASS: test_bug1098990_a (test.test_codecs.UTF16BETest) PASS: test_bug1098990_b (test.test_codecs.UTF16BETest) PASS: test_bug1175396 (test.test_codecs.UTF16BETest) PASS: test_errors (test.test_codecs.UTF16BETest) PASS: test_incremental_surrogatepass (test.test_codecs.UTF16BETest) PASS: test_lone_surrogates (test.test_codecs.UTF16BETest) PASS: test_mixed_readline_and_read (test.test_codecs.UTF16BETest) PASS: test_nonbmp (test.test_codecs.UTF16BETest) PASS: test_partial (test.test_codecs.UTF16BETest) PASS: test_readline (test.test_codecs.UTF16BETest) PASS: test_readlinequeue (test.test_codecs.UTF16BETest) PASS: test_bad_args (test.test_codecs.UTF16ExTest) PASS: test_errors (test.test_codecs.UTF16ExTest) PASS: test_bug1098990_a (test.test_codecs.UTF16LETest) PASS: test_bug1098990_b (test.test_codecs.UTF16LETest) PASS: test_bug1175396 (test.test_codecs.UTF16LETest) PASS: test_errors (test.test_codecs.UTF16LETest) PASS: test_incremental_surrogatepass (test.test_codecs.UTF16LETest) PASS: test_lone_surrogates (test.test_codecs.UTF16LETest) PASS: test_mixed_readline_and_read (test.test_codecs.UTF16LETest) PASS: test_nonbmp (test.test_codecs.UTF16LETest) PASS: test_partial (test.test_codecs.UTF16LETest) PASS: test_readline (test.test_codecs.UTF16LETest) PASS: test_readlinequeue (test.test_codecs.UTF16LETest) PASS: test_badbom (test.test_codecs.UTF16Test) PASS: test_bug1098990_a (test.test_codecs.UTF16Test) PASS: test_bug1098990_b (test.test_codecs.UTF16Test) PASS: test_bug1175396 (test.test_codecs.UTF16Test) PASS: test_bug691291 (test.test_codecs.UTF16Test) PASS: test_decoder_state (test.test_codecs.UTF16Test) PASS: test_errors (test.test_codecs.UTF16Test) PASS: test_handlers (test.test_codecs.UTF16Test) PASS: test_incremental_surrogatepass (test.test_codecs.UTF16Test) PASS: test_lone_surrogates (test.test_codecs.UTF16Test) PASS: test_mixed_readline_and_read (test.test_codecs.UTF16Test) PASS: test_only_one_bom (test.test_codecs.UTF16Test) PASS: test_partial (test.test_codecs.UTF16Test) PASS: test_readline (test.test_codecs.UTF16Test) PASS: test_readlinequeue (test.test_codecs.UTF16Test) PASS: test_bug1098990_a (test.test_codecs.UTF32BETest) PASS: test_bug1098990_b (test.test_codecs.UTF32BETest) PASS: test_bug1175396 (test.test_codecs.UTF32BETest) PASS: test_errors (test.test_codecs.UTF32BETest) PASS: test_incremental_surrogatepass (test.test_codecs.UTF32BETest) PASS: test_issue8941 (test.test_codecs.UTF32BETest) PASS: test_lone_surrogates (test.test_codecs.UTF32BETest) PASS: test_mixed_readline_and_read (test.test_codecs.UTF32BETest) PASS: test_partial (test.test_codecs.UTF32BETest) PASS: test_readline (test.test_codecs.UTF32BETest) PASS: test_readlinequeue (test.test_codecs.UTF32BETest) PASS: test_simple (test.test_codecs.UTF32BETest) PASS: test_bug1098990_a (test.test_codecs.UTF32LETest) PASS: test_bug1098990_b (test.test_codecs.UTF32LETest) PASS: test_bug1175396 (test.test_codecs.UTF32LETest) PASS: test_errors (test.test_codecs.UTF32LETest) PASS: test_incremental_surrogatepass (test.test_codecs.UTF32LETest) PASS: test_issue8941 (test.test_codecs.UTF32LETest) PASS: test_lone_surrogates (test.test_codecs.UTF32LETest) PASS: test_mixed_readline_and_read (test.test_codecs.UTF32LETest) PASS: test_partial (test.test_codecs.UTF32LETest) PASS: test_readline (test.test_codecs.UTF32LETest) PASS: test_readlinequeue (test.test_codecs.UTF32LETest) PASS: test_simple (test.test_codecs.UTF32LETest) PASS: test_badbom (test.test_codecs.UTF32Test) PASS: test_bug1098990_a (test.test_codecs.UTF32Test) PASS: test_bug1098990_b (test.test_codecs.UTF32Test) PASS: test_bug1175396 (test.test_codecs.UTF32Test) PASS: test_decoder_state (test.test_codecs.UTF32Test) PASS: test_errors (test.test_codecs.UTF32Test) PASS: test_handlers (test.test_codecs.UTF32Test) PASS: test_incremental_surrogatepass (test.test_codecs.UTF32Test) PASS: test_issue8941 (test.test_codecs.UTF32Test) PASS: test_lone_surrogates (test.test_codecs.UTF32Test) PASS: test_mixed_readline_and_read (test.test_codecs.UTF32Test) PASS: test_only_one_bom (test.test_codecs.UTF32Test) PASS: test_partial (test.test_codecs.UTF32Test) PASS: test_readline (test.test_codecs.UTF32Test) PASS: test_readlinequeue (test.test_codecs.UTF32Test) PASS: test_ascii (test.test_codecs.UTF7Test) PASS: test_bug1098990_a (test.test_codecs.UTF7Test) PASS: test_bug1098990_b (test.test_codecs.UTF7Test) PASS: test_bug1175396 (test.test_codecs.UTF7Test) PASS: test_errors (test.test_codecs.UTF7Test) PASS: test_incremental_surrogatepass (test.test_codecs.UTF7Test) PASS: test_lone_surrogates (test.test_codecs.UTF7Test) PASS: test_mixed_readline_and_read (test.test_codecs.UTF7Test) PASS: test_nonbmp (test.test_codecs.UTF7Test) PASS: test_partial (test.test_codecs.UTF7Test) PASS: test_readline (test.test_codecs.UTF7Test) PASS: test_readlinequeue (test.test_codecs.UTF7Test) PASS: test_bom (test.test_codecs.UTF8SigTest) PASS: test_bug1098990_a (test.test_codecs.UTF8SigTest) PASS: test_bug1098990_b (test.test_codecs.UTF8SigTest) PASS: test_bug1175396 (test.test_codecs.UTF8SigTest) PASS: test_bug1601501 (test.test_codecs.UTF8SigTest) PASS: test_decode_error (test.test_codecs.UTF8SigTest) PASS: test_decoder_state (test.test_codecs.UTF8SigTest) PASS: test_incremental_errors (test.test_codecs.UTF8SigTest) PASS: test_incremental_surrogatepass (test.test_codecs.UTF8SigTest) PASS: test_lone_surrogates (test.test_codecs.UTF8SigTest) PASS: test_mixed_readline_and_read (test.test_codecs.UTF8SigTest) PASS: test_partial (test.test_codecs.UTF8SigTest) PASS: test_readline (test.test_codecs.UTF8SigTest) PASS: test_readlinequeue (test.test_codecs.UTF8SigTest) PASS: test_stream_bare (test.test_codecs.UTF8SigTest) PASS: test_stream_bom (test.test_codecs.UTF8SigTest) PASS: test_surrogatepass_handler (test.test_codecs.UTF8SigTest) PASS: test_bug1098990_a (test.test_codecs.UTF8Test) PASS: test_bug1098990_b (test.test_codecs.UTF8Test) PASS: test_bug1175396 (test.test_codecs.UTF8Test) PASS: test_decode_error (test.test_codecs.UTF8Test) PASS: test_decoder_state (test.test_codecs.UTF8Test) PASS: test_incremental_errors (test.test_codecs.UTF8Test) PASS: test_incremental_surrogatepass (test.test_codecs.UTF8Test) PASS: test_lone_surrogates (test.test_codecs.UTF8Test) PASS: test_mixed_readline_and_read (test.test_codecs.UTF8Test) PASS: test_partial (test.test_codecs.UTF8Test) PASS: test_readline (test.test_codecs.UTF8Test) PASS: test_readlinequeue (test.test_codecs.UTF8Test) PASS: test_surrogatepass_handler (test.test_codecs.UTF8Test) PASS: test_decode_errors (test.test_codecs.UnicodeEscapeTest) PASS: test_empty (test.test_codecs.UnicodeEscapeTest) PASS: test_escape_decode (test.test_codecs.UnicodeEscapeTest) PASS: test_escape_encode (test.test_codecs.UnicodeEscapeTest) PASS: test_raw_decode (test.test_codecs.UnicodeEscapeTest) PASS: test_raw_encode (test.test_codecs.UnicodeEscapeTest) PASS: test_bug1251300 (test.test_codecs.UnicodeInternalTest) PASS: test_decode_callback (test.test_codecs.UnicodeInternalTest) PASS: test_decode_error_attributes (test.test_codecs.UnicodeInternalTest) PASS: test_encode_length (test.test_codecs.UnicodeInternalTest) PASS: test_encodedfile (test.test_codecs.WithStmtTest) PASS: test_streamreaderwriter (test.test_codecs.WithStmtTest) ---------------------------------------------------------------------- Ran 245 tests in 0.810s OK (skipped=21) 0:01:38 load avg: 0.81 [ 72/416] test_codeop PASS: test_filename (test.test_codeop.CodeopTests) PASS: test_incomplete (test.test_codeop.CodeopTests) PASS: test_invalid (test.test_codeop.CodeopTests) PASS: test_valid (test.test_codeop.CodeopTests) ---------------------------------------------------------------------- Ran 4 tests in 0.006s OK 0:01:38 load avg: 0.81 [ 73/416] test_collections PASS: test_copy (test.test_collections.TestNamedTuple) PASS: test_defaults (test.test_collections.TestNamedTuple) PASS: test_doc_writable (test.test_collections.TestNamedTuple) PASS: test_factory (test.test_collections.TestNamedTuple) PASS: test_factory_doc_attr (test.test_collections.TestNamedTuple) PASS: test_instance (test.test_collections.TestNamedTuple) PASS: test_keyword_only_arguments (test.test_collections.TestNamedTuple) PASS: test_module_parameter (test.test_collections.TestNamedTuple) PASS: test_name_conflicts (test.test_collections.TestNamedTuple) PASS: test_name_fixer (test.test_collections.TestNamedTuple) PASS: test_namedtuple_subclass_issue_24931 (test.test_collections.TestNamedTuple) PASS: test_odd_sizes (test.test_collections.TestNamedTuple) PASS: test_pickle (test.test_collections.TestNamedTuple) PASS: test_repr (test.test_collections.TestNamedTuple) PASS: test_tupleness (test.test_collections.TestNamedTuple) Counter (collections) PASS: Doctest: collections.Counter __add__ (collections.Counter) PASS: Doctest: collections.Counter.__add__ __and__ (collections.Counter) PASS: Doctest: collections.Counter.__and__ __iadd__ (collections.Counter) PASS: Doctest: collections.Counter.__iadd__ __iand__ (collections.Counter) PASS: Doctest: collections.Counter.__iand__ __init__ (collections.Counter) PASS: Doctest: collections.Counter.__init__ __ior__ (collections.Counter) PASS: Doctest: collections.Counter.__ior__ __isub__ (collections.Counter) PASS: Doctest: collections.Counter.__isub__ __or__ (collections.Counter) PASS: Doctest: collections.Counter.__or__ __sub__ (collections.Counter) PASS: Doctest: collections.Counter.__sub__ elements (collections.Counter) PASS: Doctest: collections.Counter.elements most_common (collections.Counter) PASS: Doctest: collections.Counter.most_common subtract (collections.Counter) PASS: Doctest: collections.Counter.subtract update (collections.Counter) PASS: Doctest: collections.Counter.update namedtuple (collections) PASS: Doctest: collections.namedtuple PASS: test_AsyncGenerator (test.test_collections.TestOneTrickPonyABCs) PASS: test_AsyncIterable (test.test_collections.TestOneTrickPonyABCs) PASS: test_AsyncIterator (test.test_collections.TestOneTrickPonyABCs) PASS: test_Awaitable (test.test_collections.TestOneTrickPonyABCs) PASS: test_Callable (test.test_collections.TestOneTrickPonyABCs) PASS: test_Collection (test.test_collections.TestOneTrickPonyABCs) PASS: test_Container (test.test_collections.TestOneTrickPonyABCs) PASS: test_Coroutine (test.test_collections.TestOneTrickPonyABCs) PASS: test_Generator (test.test_collections.TestOneTrickPonyABCs) PASS: test_Hashable (test.test_collections.TestOneTrickPonyABCs) PASS: test_Iterable (test.test_collections.TestOneTrickPonyABCs) PASS: test_Iterator (test.test_collections.TestOneTrickPonyABCs) PASS: test_Reversible (test.test_collections.TestOneTrickPonyABCs) PASS: test_Sized (test.test_collections.TestOneTrickPonyABCs) PASS: test_direct_subclassing (test.test_collections.TestOneTrickPonyABCs) PASS: test_registration (test.test_collections.TestOneTrickPonyABCs) PASS: test_ByteString (test.test_collections.TestCollectionABCs) PASS: test_Mapping (test.test_collections.TestCollectionABCs) PASS: test_MutableMapping (test.test_collections.TestCollectionABCs) PASS: test_MutableMapping_subclass (test.test_collections.TestCollectionABCs) PASS: test_MutableSequence (test.test_collections.TestCollectionABCs) PASS: test_MutableSequence_mixins (test.test_collections.TestCollectionABCs) PASS: test_MutableSet (test.test_collections.TestCollectionABCs) PASS: test_Sequence (test.test_collections.TestCollectionABCs) PASS: test_Sequence_mixins (test.test_collections.TestCollectionABCs) PASS: test_Set (test.test_collections.TestCollectionABCs) PASS: test_Set_interoperability_with_real_sets (test.test_collections.TestCollectionABCs) PASS: test_arithmetic_Set (test.test_collections.TestCollectionABCs) PASS: test_equality_Set (test.test_collections.TestCollectionABCs) PASS: test_hash_Set (test.test_collections.TestCollectionABCs) PASS: test_isdisjoint_Set (test.test_collections.TestCollectionABCs) PASS: test_issue16373 (test.test_collections.TestCollectionABCs) PASS: test_issue26915 (test.test_collections.TestCollectionABCs) PASS: test_issue8750 (test.test_collections.TestCollectionABCs) PASS: test_issue_4920 (test.test_collections.TestCollectionABCs) PASS: test_issue_5647 (test.test_collections.TestCollectionABCs) PASS: test_basics (test.test_collections.TestCounter) PASS: test_conversions (test.test_collections.TestCounter) PASS: test_copy_subclass (test.test_collections.TestCounter) PASS: test_copying (test.test_collections.TestCounter) PASS: test_helper_function (test.test_collections.TestCounter) PASS: test_init (test.test_collections.TestCounter) PASS: test_inplace_operations (test.test_collections.TestCounter) PASS: test_invariant_for_the_in_operator (test.test_collections.TestCounter) PASS: test_multiset_operations (test.test_collections.TestCounter) PASS: test_repr_nonsortable (test.test_collections.TestCounter) PASS: test_subtract (test.test_collections.TestCounter) PASS: test_unary (test.test_collections.TestCounter) PASS: test_update (test.test_collections.TestCounter) PASS: test_basics (test.test_collections.TestChainMap) PASS: test_bool (test.test_collections.TestChainMap) PASS: test_constructor (test.test_collections.TestChainMap) PASS: test_dict_coercion (test.test_collections.TestChainMap) PASS: test_missing (test.test_collections.TestChainMap) test_new_child (test.test_collections.TestChainMap) PASS: Tests for changes for issue #16613. PASS: test_order_preservation (test.test_collections.TestChainMap) PASS: test_ordering (test.test_collections.TestChainMap) PASS: test_dict_copy (test.test_collections.TestUserObjects) PASS: test_dict_protocol (test.test_collections.TestUserObjects) PASS: test_list_copy (test.test_collections.TestUserObjects) PASS: test_list_protocol (test.test_collections.TestUserObjects) PASS: test_str_protocol (test.test_collections.TestUserObjects) ---------------------------------------------------------------------- Ran 92 tests in 0.379s OK Trying: c = Counter('abcdeabcdabcaba') # count elements from a string Expecting nothing ok Trying: c.most_common(3) # three most common elements Expecting: [('a', 5), ('b', 4), ('c', 3)] ok Trying: sorted(c) # list all unique elements Expecting: ['a', 'b', 'c', 'd', 'e'] ok Trying: ''.join(sorted(c.elements())) # list elements with repetitions Expecting: 'aaaaabbbbcccdde' ok Trying: sum(c.values()) # total of all counts Expecting: 15 ok Trying: c['a'] # count of letter 'a' Expecting: 5 ok Trying: for elem in 'shazam': # update counts from an iterable c[elem] += 1 # by adding 1 to each element's count Expecting nothing ok Trying: c['a'] # now there are seven 'a' Expecting: 7 ok Trying: del c['b'] # remove all 'b' Expecting nothing ok Trying: c['b'] # now there are zero 'b' Expecting: 0 ok Trying: d = Counter('simsalabim') # make another counter Expecting nothing ok Trying: c.update(d) # add in the second counter Expecting nothing ok Trying: c['a'] # now there are nine 'a' Expecting: 9 ok Trying: c.clear() # empty the counter Expecting nothing ok Trying: c Expecting: Counter() ok Trying: c = Counter('aaabbc') Expecting nothing ok Trying: c['b'] -= 2 # reduce the count of 'b' by two Expecting nothing ok Trying: c.most_common() # 'b' is still in, but its count is zero Expecting: [('a', 3), ('c', 1), ('b', 0)] ok Trying: Counter('abbb') + Counter('bcc') Expecting: Counter({'b': 4, 'c': 2, 'a': 1}) ok Trying: Counter('abbb') & Counter('bcc') Expecting: Counter({'b': 1}) ok Trying: c = Counter('abbb') Expecting nothing ok Trying: c += Counter('bcc') Expecting nothing ok Trying: c Expecting: Counter({'b': 4, 'c': 2, 'a': 1}) ok Trying: c = Counter('abbb') Expecting nothing ok Trying: c &= Counter('bcc') Expecting nothing ok Trying: c Expecting: Counter({'b': 1}) ok Trying: c = Counter() # a new, empty counter Expecting nothing ok Trying: c = Counter('gallahad') # a new counter from an iterable Expecting nothing ok Trying: c = Counter({'a': 4, 'b': 2}) # a new counter from a mapping Expecting nothing ok Trying: c = Counter(a=4, b=2) # a new counter from keyword args Expecting nothing ok Trying: c = Counter('abbb') Expecting nothing ok Trying: c |= Counter('bcc') Expecting nothing ok Trying: c Expecting: Counter({'b': 3, 'c': 2, 'a': 1}) ok Trying: c = Counter('abbbc') Expecting nothing ok Trying: c -= Counter('bccd') Expecting nothing ok Trying: c Expecting: Counter({'b': 2, 'a': 1}) ok Trying: Counter('abbb') | Counter('bcc') Expecting: Counter({'b': 3, 'c': 2, 'a': 1}) ok Trying: Counter('abbbc') - Counter('bccd') Expecting: Counter({'b': 2, 'a': 1}) ok Trying: c = Counter('ABCABC') Expecting nothing ok Trying: sorted(c.elements()) Expecting: ['A', 'A', 'B', 'B', 'C', 'C'] ok Trying: prime_factors = Counter({2: 2, 3: 3, 17: 1}) Expecting nothing ok Trying: product = 1 Expecting nothing ok Trying: for factor in prime_factors.elements(): # loop over factors product *= factor # and multiply them Expecting nothing ok Trying: product Expecting: 1836 ok Trying: Counter('abcdeabcdabcaba').most_common(3) Expecting: [('a', 5), ('b', 4), ('c', 3)] ok Trying: c = Counter('which') Expecting nothing ok Trying: c.subtract('witch') # subtract elements from another iterable Expecting nothing ok Trying: c.subtract(Counter('watch')) # subtract elements from another counter Expecting nothing ok Trying: c['h'] # 2 in which, minus 1 in witch, minus 1 in watch Expecting: 0 ok Trying: c['w'] # 1 in which, minus 1 in witch, minus 1 in watch Expecting: -1 ok Trying: c = Counter('which') Expecting nothing ok Trying: c.update('witch') # add elements from another iterable Expecting nothing ok Trying: d = Counter('watch') Expecting nothing ok Trying: c.update(d) # add elements from another counter Expecting nothing ok Trying: c['h'] # four 'h' in which, witch, and watch Expecting: 4 ok Trying: Point = namedtuple('Point', ['x', 'y']) Expecting nothing ok Trying: Point.__doc__ # docstring for the new class Expecting: 'Point(x, y)' ok Trying: p = Point(11, y=22) # instantiate with positional args or keywords Expecting nothing ok Trying: p[0] + p[1] # indexable like a plain tuple Expecting: 33 ok Trying: x, y = p # unpack like a regular tuple Expecting nothing ok Trying: x, y Expecting: (11, 22) ok Trying: p.x + p.y # fields also accessible by name Expecting: 33 ok Trying: d = p._asdict() # convert to a dictionary Expecting nothing ok Trying: d['x'] Expecting: 11 ok Trying: Point(**d) # convert from a dictionary Expecting: Point(x=11, y=22) ok Trying: p._replace(x=100) # _replace() is like str.replace() but targets named fields Expecting: Point(x=100, y=22) ok 220 items had no tests: collections collections.ChainMap collections.ChainMap.__bool__ collections.ChainMap.__contains__ collections.ChainMap.__delitem__ collections.ChainMap.__getitem__ collections.ChainMap.__init__ collections.ChainMap.__iter__ collections.ChainMap.__len__ collections.ChainMap.__missing__ collections.ChainMap.__repr__ collections.ChainMap.__setitem__ collections.ChainMap.clear collections.ChainMap.copy collections.ChainMap.fromkeys collections.ChainMap.get collections.ChainMap.new_child collections.ChainMap.parents collections.ChainMap.pop collections.ChainMap.popitem collections.Counter.__delitem__ collections.Counter.__missing__ collections.Counter.__neg__ collections.Counter.__pos__ collections.Counter.__reduce__ collections.Counter.__repr__ collections.Counter._keep_positive collections.Counter.copy collections.Counter.fromkeys collections.OrderedDict collections.OrderedDict.__delitem__ collections.OrderedDict.__eq__ collections.OrderedDict.__ge__ collections.OrderedDict.__gt__ collections.OrderedDict.__init__ collections.OrderedDict.__iter__ collections.OrderedDict.__le__ collections.OrderedDict.__lt__ collections.OrderedDict.__ne__ collections.OrderedDict.__reduce__ collections.OrderedDict.__repr__ collections.OrderedDict.__reversed__ collections.OrderedDict.__setitem__ collections.OrderedDict.__sizeof__ collections.OrderedDict.clear collections.OrderedDict.copy collections.OrderedDict.fromkeys collections.OrderedDict.items collections.OrderedDict.keys collections.OrderedDict.move_to_end collections.OrderedDict.pop collections.OrderedDict.popitem collections.OrderedDict.setdefault collections.OrderedDict.update collections.OrderedDict.values collections.UserDict collections.UserDict.__contains__ collections.UserDict.__copy__ collections.UserDict.__delitem__ collections.UserDict.__getitem__ collections.UserDict.__init__ collections.UserDict.__iter__ collections.UserDict.__len__ collections.UserDict.__repr__ collections.UserDict.__setitem__ collections.UserDict.copy collections.UserDict.fromkeys collections.UserList collections.UserList._UserList__cast collections.UserList.__add__ collections.UserList.__contains__ collections.UserList.__copy__ collections.UserList.__delitem__ collections.UserList.__eq__ collections.UserList.__ge__ collections.UserList.__getitem__ collections.UserList.__gt__ collections.UserList.__iadd__ collections.UserList.__imul__ collections.UserList.__init__ collections.UserList.__le__ collections.UserList.__len__ collections.UserList.__lt__ collections.UserList.__mul__ collections.UserList.__radd__ collections.UserList.__repr__ collections.UserList.__setitem__ collections.UserList.append collections.UserList.clear collections.UserList.copy collections.UserList.count collections.UserList.extend collections.UserList.index collections.UserList.insert collections.UserList.pop collections.UserList.remove collections.UserList.reverse collections.UserList.sort collections.UserString collections.UserString.__add__ collections.UserString.__complex__ collections.UserString.__contains__ collections.UserString.__eq__ collections.UserString.__float__ collections.UserString.__ge__ collections.UserString.__getitem__ collections.UserString.__getnewargs__ collections.UserString.__gt__ collections.UserString.__hash__ collections.UserString.__init__ collections.UserString.__int__ collections.UserString.__le__ collections.UserString.__len__ collections.UserString.__lt__ collections.UserString.__mod__ collections.UserString.__mul__ collections.UserString.__radd__ collections.UserString.__repr__ collections.UserString.__rmod__ collections.UserString.__str__ collections.UserString.capitalize collections.UserString.casefold collections.UserString.center collections.UserString.count collections.UserString.encode collections.UserString.endswith collections.UserString.expandtabs collections.UserString.find collections.UserString.format collections.UserString.format_map collections.UserString.index collections.UserString.isalnum collections.UserString.isalpha collections.UserString.isascii collections.UserString.isdecimal collections.UserString.isdigit collections.UserString.isidentifier collections.UserString.islower collections.UserString.isnumeric collections.UserString.isprintable collections.UserString.isspace collections.UserString.istitle collections.UserString.isupper collections.UserString.join collections.UserString.ljust collections.UserString.lower collections.UserString.lstrip collections.UserString.partition collections.UserString.replace collections.UserString.rfind collections.UserString.rindex collections.UserString.rjust collections.UserString.rpartition collections.UserString.rsplit collections.UserString.rstrip collections.UserString.split collections.UserString.splitlines collections.UserString.startswith collections.UserString.strip collections.UserString.swapcase collections.UserString.title collections.UserString.translate collections.UserString.upper collections.UserString.zfill collections._Link collections._OrderedDictItemsView collections._OrderedDictItemsView.__reversed__ collections._OrderedDictKeysView collections._OrderedDictKeysView.__reversed__ collections._OrderedDictValuesView collections._OrderedDictValuesView.__reversed__ collections.__getattr__ collections.defaultdict collections.defaultdict.__copy__ collections.defaultdict.__getattribute__ collections.defaultdict.__init__ collections.defaultdict.__missing__ collections.defaultdict.__reduce__ collections.defaultdict.__repr__ collections.defaultdict.copy collections.deque collections.deque.__add__ collections.deque.__bool__ collections.deque.__contains__ collections.deque.__copy__ collections.deque.__delitem__ collections.deque.__eq__ collections.deque.__ge__ collections.deque.__getattribute__ collections.deque.__getitem__ collections.deque.__gt__ collections.deque.__iadd__ collections.deque.__imul__ collections.deque.__init__ collections.deque.__iter__ collections.deque.__le__ collections.deque.__len__ collections.deque.__lt__ collections.deque.__mul__ collections.deque.__ne__ collections.deque.__reduce__ collections.deque.__repr__ collections.deque.__reversed__ collections.deque.__rmul__ collections.deque.__setitem__ collections.deque.__sizeof__ collections.deque.append collections.deque.appendleft collections.deque.clear collections.deque.copy collections.deque.count collections.deque.extend collections.deque.extendleft collections.deque.index collections.deque.insert collections.deque.pop collections.deque.popleft collections.deque.remove collections.deque.reverse collections.deque.rotate 15 items passed all tests: 18 tests in collections.Counter 1 tests in collections.Counter.__add__ 1 tests in collections.Counter.__and__ 3 tests in collections.Counter.__iadd__ 3 tests in collections.Counter.__iand__ 4 tests in collections.Counter.__init__ 3 tests in collections.Counter.__ior__ 3 tests in collections.Counter.__isub__ 1 tests in collections.Counter.__or__ 1 tests in collections.Counter.__sub__ 6 tests in collections.Counter.elements 1 tests in collections.Counter.most_common 5 tests in collections.Counter.subtract 5 tests in collections.Counter.update 11 tests in collections.namedtuple 66 tests in 235 items. 66 passed and 0 failed. Test passed. doctest (collections) ... 66 tests with zero failures 0:01:39 load avg: 0.81 [ 74/416] test_colorsys PASS: test_hls_roundtrip (test.test_colorsys.ColorsysTest) PASS: test_hls_values (test.test_colorsys.ColorsysTest) PASS: test_hsv_roundtrip (test.test_colorsys.ColorsysTest) PASS: test_hsv_values (test.test_colorsys.ColorsysTest) PASS: test_yiq_roundtrip (test.test_colorsys.ColorsysTest) PASS: test_yiq_values (test.test_colorsys.ColorsysTest) ---------------------------------------------------------------------- Ran 6 tests in 0.005s OK 0:01:39 load avg: 0.83 [ 75/416] test_compare PASS: test_comparisons (test.test_compare.ComparisonTest) PASS: test_id_comparisons (test.test_compare.ComparisonTest) PASS: test_issue_1393 (test.test_compare.ComparisonTest) PASS: test_ne_defaults_to_not_eq (test.test_compare.ComparisonTest) test_ne_high_priority (test.test_compare.ComparisonTest) PASS: object.__ne__() should allow reflected __ne__() to be tried test_ne_low_priority (test.test_compare.ComparisonTest) PASS: object.__ne__() should not invoke reflected __eq__() test_other_delegation (test.test_compare.ComparisonTest) PASS: No default delegation between operations except __ne__() ---------------------------------------------------------------------- Ran 7 tests in 0.002s OK 0:01:39 load avg: 0.83 [ 76/416] test_compile PASS: test_and (test.test_compile.TestExpressionStackSize) PASS: test_and_or (test.test_compile.TestExpressionStackSize) PASS: test_binop (test.test_compile.TestExpressionStackSize) PASS: test_chained_comparison (test.test_compile.TestExpressionStackSize) PASS: test_func_and (test.test_compile.TestExpressionStackSize) PASS: test_if_else (test.test_compile.TestExpressionStackSize) PASS: test_or (test.test_compile.TestExpressionStackSize) PASS: test_32_63_bit_values (test.test_compile.TestSpecifics) PASS: test_annotation_limit (test.test_compile.TestSpecifics) PASS: test_argument_handling (test.test_compile.TestSpecifics) PASS: test_argument_order (test.test_compile.TestSpecifics) PASS: test_bad_single_statement (test.test_compile.TestSpecifics) PASS: test_compile_ast (test.test_compile.TestSpecifics) PASS: test_compile_filename (test.test_compile.TestSpecifics) PASS: test_compiler_recursion_limit (test.test_compile.TestSpecifics) PASS: test_debug_assignment (test.test_compile.TestSpecifics) PASS: test_dict_evaluation_order (test.test_compile.TestSpecifics) PASS: test_dont_merge_constants (test.test_compile.TestSpecifics) PASS: test_duplicate_global_local (test.test_compile.TestSpecifics) PASS: test_empty (test.test_compile.TestSpecifics) PASS: test_encoding (test.test_compile.TestSpecifics) PASS: test_exec_with_general_mapping_for_locals (test.test_compile.TestSpecifics) PASS: test_extended_arg (test.test_compile.TestSpecifics) PASS: test_float_literals (test.test_compile.TestSpecifics) PASS: test_for_distinct_code_objects (test.test_compile.TestSpecifics) PASS: test_import (test.test_compile.TestSpecifics) PASS: test_indentation (test.test_compile.TestSpecifics) PASS: test_lambda_doc (test.test_compile.TestSpecifics) PASS: test_leading_newlines (test.test_compile.TestSpecifics) PASS: test_literals_with_leading_zeroes (test.test_compile.TestSpecifics) PASS: test_mangling (test.test_compile.TestSpecifics) PASS: test_merge_constants (test.test_compile.TestSpecifics) PASS: test_no_ending_newline (test.test_compile.TestSpecifics) PASS: test_none_assignment (test.test_compile.TestSpecifics) PASS: test_none_keyword_arg (test.test_compile.TestSpecifics) PASS: test_null_terminated (test.test_compile.TestSpecifics) PASS: test_other_newlines (test.test_compile.TestSpecifics) PASS: test_particularly_evil_undecodable (test.test_compile.TestSpecifics) PASS: test_path_like_objects (test.test_compile.TestSpecifics) test_peephole_opt_unreachable_code_array_access_in_bounds (test.test_compile.TestSpecifics) PASS: Regression test for issue35193 when run under clang msan. PASS: test_same_filename_used (test.test_compile.TestSpecifics) PASS: test_sequence_unpacking_error (test.test_compile.TestSpecifics) PASS: test_single_statement (test.test_compile.TestSpecifics) PASS: test_stack_overflow (test.test_compile.TestSpecifics) PASS: test_subscripts (test.test_compile.TestSpecifics) PASS: test_syntax_error (test.test_compile.TestSpecifics) PASS: test_unary_minus (test.test_compile.TestSpecifics) PASS: test_yet_more_evil_still_undecodable (test.test_compile.TestSpecifics) PASS: test_async_for (test.test_compile.TestStackSizeStability) PASS: test_async_for_else (test.test_compile.TestStackSizeStability) PASS: test_async_with (test.test_compile.TestStackSizeStability) PASS: test_for (test.test_compile.TestStackSizeStability) PASS: test_for_break_continue (test.test_compile.TestStackSizeStability) PASS: test_for_break_continue_inside_async_with_block (test.test_compile.TestStackSizeStability) PASS: test_for_break_continue_inside_except_block (test.test_compile.TestStackSizeStability) PASS: test_for_break_continue_inside_try_finally_block (test.test_compile.TestStackSizeStability) PASS: test_for_break_continue_inside_with_block (test.test_compile.TestStackSizeStability) PASS: test_for_break_inside_finally_block (test.test_compile.TestStackSizeStability) PASS: test_for_else (test.test_compile.TestStackSizeStability) PASS: test_if (test.test_compile.TestStackSizeStability) PASS: test_if_else (test.test_compile.TestStackSizeStability) PASS: test_return_inside_async_with_block (test.test_compile.TestStackSizeStability) PASS: test_return_inside_except_block (test.test_compile.TestStackSizeStability) PASS: test_return_inside_finally_block (test.test_compile.TestStackSizeStability) PASS: test_return_inside_try_finally_block (test.test_compile.TestStackSizeStability) PASS: test_return_inside_with_block (test.test_compile.TestStackSizeStability) PASS: test_try_except_as (test.test_compile.TestStackSizeStability) PASS: test_try_except_bare (test.test_compile.TestStackSizeStability) PASS: test_try_except_qualified (test.test_compile.TestStackSizeStability) PASS: test_try_finally (test.test_compile.TestStackSizeStability) PASS: test_while_else (test.test_compile.TestStackSizeStability) PASS: test_with (test.test_compile.TestStackSizeStability) ---------------------------------------------------------------------- Ran 72 tests in 1.952s OK 0:01:41 load avg: 0.83 [ 77/416] test_compileall PASS: test_compiles_as_much_as_possible (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_d_compile_error (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_d_runtime_error (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_force (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_include_bad_file (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_include_file_no_arg (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_include_file_with_arg (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_include_on_stdin (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_invalid_arg_produces_message (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_legacy_paths (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_multiple_dirs (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_multiple_runs (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_no_args_compiles_path (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_no_args_respects_force_flag (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_no_args_respects_quiet_flag (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_pep3147_paths_doubleoptimize (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_pep3147_paths_normal (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_pep3147_paths_optimize (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_pyc_invalidation_mode (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_quiet (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_recursion_control (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_recursion_limit (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_regexp (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_silent (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_workers (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_workers_available_cores (test.test_compileall.CommmandLineTestsNoSourceEpoch) PASS: test_compiles_as_much_as_possible (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_d_compile_error (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_d_runtime_error (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_force (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_include_bad_file (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_include_file_no_arg (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_include_file_with_arg (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_include_on_stdin (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_invalid_arg_produces_message (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_legacy_paths (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_multiple_dirs (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_multiple_runs (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_no_args_compiles_path (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_no_args_respects_force_flag (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_no_args_respects_quiet_flag (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_pep3147_paths_doubleoptimize (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_pep3147_paths_normal (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_pep3147_paths_optimize (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_pyc_invalidation_mode (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_quiet (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_recursion_control (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_recursion_limit (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_regexp (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_silent (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_workers (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_workers_available_cores (test.test_compileall.CommmandLineTestsWithSourceEpoch) PASS: test_compile_dir_pathlike (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_file_pathlike (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_file_pathlike_ddir (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_files (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_missing_multiprocessing (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_one_worker (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_path (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_pool_called (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_workers_cpu_count (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_workers_non_positive (test.test_compileall.CompileallTestsWithSourceEpoch) SKIP: test_magic_number (test.test_compileall.CompileallTestsWithSourceEpoch) 'SOURCE_DATE_EPOCH is set' SKIP: test_mtime (test.test_compileall.CompileallTestsWithSourceEpoch) 'SOURCE_DATE_EPOCH is set' PASS: test_no_pycache_in_non_package (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_optimize (test.test_compileall.CompileallTestsWithSourceEpoch) PASS: test_compile_dir_pathlike (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_file_pathlike (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_file_pathlike_ddir (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_files (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_missing_multiprocessing (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_one_worker (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_path (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_pool_called (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_workers_cpu_count (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_compile_workers_non_positive (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_magic_number (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_mtime (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_no_pycache_in_non_package (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_optimize (test.test_compileall.CompileallTestsWithoutSourceEpoch) PASS: test_error (test.test_compileall.EncodingTest) ---------------------------------------------------------------------- Ran 81 tests in 4.485s OK (skipped=2) 0:01:46 load avg: 0.84 [ 78/416] test_complex PASS: test_abs (test.test_complex.ComplexTest) PASS: test_boolcontext (test.test_complex.ComplexTest) PASS: test_conjugate (test.test_complex.ComplexTest) PASS: test_constructor (test.test_complex.ComplexTest) PASS: test_constructor_special_numbers (test.test_complex.ComplexTest) PASS: test_divmod (test.test_complex.ComplexTest) PASS: test_file (test.test_complex.ComplexTest) PASS: test_floordiv (test.test_complex.ComplexTest) PASS: test_format (test.test_complex.ComplexTest) PASS: test_getnewargs (test.test_complex.ComplexTest) PASS: test_hash (test.test_complex.ComplexTest) PASS: test_mod (test.test_complex.ComplexTest) PASS: test_neg (test.test_complex.ComplexTest) PASS: test_negated_imaginary_literal (test.test_complex.ComplexTest) PASS: test_negative_zero_repr_str (test.test_complex.ComplexTest) PASS: test_overflow (test.test_complex.ComplexTest) PASS: test_plus_minus_0j (test.test_complex.ComplexTest) PASS: test_pow (test.test_complex.ComplexTest) PASS: test_repr_roundtrip (test.test_complex.ComplexTest) PASS: test_repr_str (test.test_complex.ComplexTest) PASS: test_richcompare (test.test_complex.ComplexTest) PASS: test_richcompare_boundaries (test.test_complex.ComplexTest) PASS: test_truediv (test.test_complex.ComplexTest) PASS: test_underscores (test.test_complex.ComplexTest) ---------------------------------------------------------------------- Ran 24 tests in 0.111s OK 0:01:46 load avg: 0.84 [ 79/416] test_concurrent_futures PASS: test_cancel (test.test_concurrent_futures.FutureTests) PASS: test_cancelled (test.test_concurrent_futures.FutureTests) PASS: test_done (test.test_concurrent_futures.FutureTests) PASS: test_done_callback_already_cancelled (test.test_concurrent_futures.FutureTests) PASS: test_done_callback_already_failed (test.test_concurrent_futures.FutureTests) PASS: test_done_callback_already_successful (test.test_concurrent_futures.FutureTests) PASS: test_done_callback_raises (test.test_concurrent_futures.FutureTests) PASS: test_done_callback_raises_already_succeeded (test.test_concurrent_futures.FutureTests) PASS: test_done_callback_with_cancel (test.test_concurrent_futures.FutureTests) PASS: test_done_callback_with_exception (test.test_concurrent_futures.FutureTests) PASS: test_done_callback_with_result (test.test_concurrent_futures.FutureTests) PASS: test_exception_with_success (test.test_concurrent_futures.FutureTests) PASS: test_exception_with_timeout (test.test_concurrent_futures.FutureTests) PASS: test_repr (test.test_concurrent_futures.FutureTests) PASS: test_result_with_cancel (test.test_concurrent_futures.FutureTests) PASS: test_result_with_success (test.test_concurrent_futures.FutureTests) PASS: test_result_with_timeout (test.test_concurrent_futures.FutureTests) PASS: test_running (test.test_concurrent_futures.FutureTests) test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.17s ok test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.16s ok test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.16s ok test_no_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 0.16s ok test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest) ... 2.16s ok test_crash (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.37s ok test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest) ... 0.27s ok test_initializer (test.test_concurrent_futures.ProcessPoolForkFailingInitializerTest) ... 0.13s ok test_initializer (test.test_concurrent_futures.ProcessPoolForkInitializerTest) ... 0.13s ok test_free_reference (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.17s ok test_killed_child (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok test_map (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.17s ok test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.17s ok test_map_exception (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok test_map_timeout (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 6.16s ok test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok SKIP: test_max_workers_too_large (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) 'Windows-only process limit' test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.19s ok test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok test_submit (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok test_traceback (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest) ... 0.16s ok test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.06s ok test_del_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.04s ok test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.06s ok test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 1.21s ok test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.05s ok test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.00s ok test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest) ... 0.11s ok test_all_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 0.15s ok test_first_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.66s ok test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.67s ok test_first_exception (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 3.17s ok test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 2.16s ok test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 1.66s ok test_timeout (test.test_concurrent_futures.ProcessPoolForkWaitTest) ... 6.17s ok test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.35s ok test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 2.22s ok test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.21s ok test_no_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 0.32s ok test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest) ... 2.19s ok test_crash (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 1.14s ok test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest) ... 0.37s ok test_initializer (test.test_concurrent_futures.ProcessPoolForkserverFailingInitializerTest) ... 0.27s ok test_initializer (test.test_concurrent_futures.ProcessPoolForkserverInitializerTest) ... 0.27s ok test_free_reference (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.49s ok test_killed_child (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.18s ok test_map (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.22s ok test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.21s ok test_map_exception (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.21s ok test_map_timeout (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 6.22s ok test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.22s ok SKIP: test_max_workers_too_large (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) 'Windows-only process limit' test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.28s ok test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.29s ok test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.19s ok test_submit (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.21s ok test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.40s ok test_traceback (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest) ... 0.26s ok test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.05s ok test_del_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.04s ok test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 1.10s ok test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 1.46s ok test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.23s ok test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.00s ok test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest) ... 0.30s ok test_all_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 0.26s ok test_first_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.70s ok test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.72s ok test_first_exception (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 3.22s ok test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 2.19s ok test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 1.72s ok test_timeout (test.test_concurrent_futures.ProcessPoolForkserverWaitTest) ... 6.24s ok test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.62s ok test_duplicate_futures (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.57s ok test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.57s ok test_no_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 0.70s ok test_zero_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest) ... 2.56s ok test_crash (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 2.74s ok test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest) ... 0.75s ok test_initializer (test.test_concurrent_futures.ProcessPoolSpawnFailingInitializerTest) ... 0.44s ok test_initializer (test.test_concurrent_futures.ProcessPoolSpawnInitializerTest) ... 0.41s ok test_free_reference (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.88s ok test_killed_child (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.50s ok test_map (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.58s ok test_map_chunksize (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.57s ok test_map_exception (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.56s ok test_map_timeout (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 6.59s ok test_max_workers_negative (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.56s ok SKIP: test_max_workers_too_large (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) 'Windows-only process limit' test_no_stale_references (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.63s ok test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.73s ok test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.55s ok test_submit (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.56s ok test_submit_keyword (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.74s ok test_traceback (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.61s ok test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.04s ok test_del_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.04s ok test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.46s ok test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 1.71s ok test_processes_terminate (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.59s ok test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.00s ok test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest) ... 0.46s ok test_all_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 0.53s ok test_first_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 1.98s ok test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.07s ok test_first_exception (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 3.59s ok test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.57s ok test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 2.07s ok test_timeout (test.test_concurrent_futures.ProcessPoolSpawnWaitTest) ... 6.58s ok test_correct_timeout_exception_msg (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 0.10s ok test_duplicate_futures (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 2.11s ok test_free_reference_yielded_future (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 0.10s ok test_no_timeout (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 0.10s ok test_zero_timeout (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 2.11s ok test_default_workers (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok test_free_reference (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok test_map (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok test_map_exception (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok test_map_submits_without_iteration (test.test_concurrent_futures.ThreadPoolExecutorTest) Tests verifying issue 11777. ... 0.10s ok test_map_timeout (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 6.11s ok test_max_workers_negative (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok test_no_stale_references (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok test_shutdown_race_issue12456 (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok test_submit (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok test_submit_keyword (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.10s ok test_initializer (test.test_concurrent_futures.ThreadPoolFailingInitializerTest) ... 0.10s ok test_initializer (test.test_concurrent_futures.ThreadPoolInitializerTest) ... 0.10s ok test_context_manager_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok test_del_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok test_hang_issue12364 (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 1.01s ok test_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 1.17s ok test_run_after_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.06s ok test_thread_names_assigned (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok test_thread_names_default (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok test_threads_terminate (test.test_concurrent_futures.ThreadPoolShutdownTest) ... 0.00s ok test_all_completed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 0.10s ok test_first_completed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 1.61s ok test_first_completed_some_already_completed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 1.61s ok test_first_exception (test.test_concurrent_futures.ThreadPoolWaitTests) ... 3.11s ok test_first_exception_one_already_failed (test.test_concurrent_futures.ThreadPoolWaitTests) ... 2.11s ok test_first_exception_some_already_complete (test.test_concurrent_futures.ThreadPoolWaitTests) ... 1.61s ok test_pending_calls_race (test.test_concurrent_futures.ThreadPoolWaitTests) ... 0.11s ok test_timeout (test.test_concurrent_futures.ThreadPoolWaitTests) ... 6.11s ok ---------------------------------------------------------------------- Ran 164 tests in 152.684s OK (skipped=3) 0:04:19 load avg: 1.16 [ 80/416] test_configparser -- test_concurrent_futures passed in 2 min 32 sec PASS: test_converters_at_init (test.test_configparser.BlatantOverrideConvertersTestCase) PASS: test_inheritance (test.test_configparser.BlatantOverrideConvertersTestCase) PASS: test_instance_assignment (test.test_configparser.BlatantOverrideConvertersTestCase) PASS: test_comment_handling (test.test_configparser.CompatibleTestCase) PASS: test_add_section_default (test.test_configparser.ConfigParserTestCase) PASS: test_basic (test.test_configparser.ConfigParserTestCase) PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCase) PASS: test_boolean (test.test_configparser.ConfigParserTestCase) PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCase) PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCase) PASS: test_clear (test.test_configparser.ConfigParserTestCase) PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCase) test_defaults_keyword (test.test_configparser.ConfigParserTestCase) PASS: bpo-23835 fix for ConfigParser PASS: test_interpolation (test.test_configparser.ConfigParserTestCase) PASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCase) PASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCase) PASS: test_items (test.test_configparser.ConfigParserTestCase) PASS: test_parse_errors (test.test_configparser.ConfigParserTestCase) PASS: test_popitem (test.test_configparser.ConfigParserTestCase) PASS: test_query_errors (test.test_configparser.ConfigParserTestCase) PASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCase) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCase) PASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCase) PASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCase) PASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCase) PASS: test_set_string_types (test.test_configparser.ConfigParserTestCase) PASS: test_setitem (test.test_configparser.ConfigParserTestCase) PASS: test_weird_errors (test.test_configparser.ConfigParserTestCase) PASS: test_write (test.test_configparser.ConfigParserTestCase) PASS: test_basic (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_boolean (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_case_sensitivity_basic (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_case_sensitivity_conflicts (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_clear (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_endless_loop (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_extended_interpolation (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_other_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_popitem (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_query_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_setitem (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_strange_options (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_write (test.test_configparser.ConfigParserTestCaseExtendedInterpolation) PASS: test_add_section_default (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_basic (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_boolean (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_clear (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) test_defaults_keyword (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: bpo-23835 fix for ConfigParser PASS: test_interpolation (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_items (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_popitem (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_query_errors (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_setitem (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_write (test.test_configparser.ConfigParserTestCaseLegacyInterpolation) PASS: test_basic (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_boolean (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_clear (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_empty_case (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_no_interpolation (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_none_as_default_interpolation (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_popitem (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_setitem (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_write (test.test_configparser.ConfigParserTestCaseNoInterpolation) PASS: test_add_section_default (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_basic (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_boolean (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_clear (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoValue) test_defaults_keyword (test.test_configparser.ConfigParserTestCaseNoValue) PASS: bpo-23835 fix for ConfigParser PASS: test_interpolation (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNoValue) SKIP: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNoValue) 'if no_value is allowed, ParsingError is not raised' PASS: test_items (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_popitem (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_setitem (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_write (test.test_configparser.ConfigParserTestCaseNoValue) PASS: test_add_section_default (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_basic (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_boolean (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_clear (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) test_defaults_keyword (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: bpo-23835 fix for ConfigParser PASS: test_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_items (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_popitem (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_setitem (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_write (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection) PASS: test_add_section_default (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_basic (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_boolean (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_clear (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) test_defaults_keyword (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: bpo-23835 fix for ConfigParser PASS: test_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_items (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_popitem (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) SKIP: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) 'incompatible format' SKIP: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) 'incompatible format' PASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_setitem (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_write (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters) PASS: test_cfgparser_dot_3 (test.test_configparser.ConfigParserTestCaseTrickyFile) PASS: test_unicode_failure (test.test_configparser.ConfigParserTestCaseTrickyFile) PASS: test_basic (test.test_configparser.ConvertersTestCase) PASS: test_basic_from_dict (test.test_configparser.ConvertersTestCase) PASS: test_boolean (test.test_configparser.ConvertersTestCase) PASS: test_case_sensitivity (test.test_configparser.ConvertersTestCase) PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConvertersTestCase) PASS: test_clear (test.test_configparser.ConvertersTestCase) PASS: test_converters (test.test_configparser.ConvertersTestCase) PASS: test_default_case_sensitivity (test.test_configparser.ConvertersTestCase) PASS: test_invalid_multiline_value (test.test_configparser.ConvertersTestCase) PASS: test_parse_errors (test.test_configparser.ConvertersTestCase) PASS: test_popitem (test.test_configparser.ConvertersTestCase) PASS: test_query_errors (test.test_configparser.ConvertersTestCase) PASS: test_read_returns_file_list (test.test_configparser.ConvertersTestCase) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConvertersTestCase) PASS: test_set_string_types (test.test_configparser.ConvertersTestCase) PASS: test_setitem (test.test_configparser.ConvertersTestCase) PASS: test_weird_errors (test.test_configparser.ConvertersTestCase) PASS: test_write (test.test_configparser.ConvertersTestCase) PASS: test_basic (test.test_configparser.CopyTestCase) PASS: test_basic_from_dict (test.test_configparser.CopyTestCase) PASS: test_boolean (test.test_configparser.CopyTestCase) PASS: test_case_sensitivity (test.test_configparser.CopyTestCase) PASS: test_case_sensitivity_mapping_access (test.test_configparser.CopyTestCase) PASS: test_clear (test.test_configparser.CopyTestCase) PASS: test_default_case_sensitivity (test.test_configparser.CopyTestCase) PASS: test_invalid_multiline_value (test.test_configparser.CopyTestCase) PASS: test_parse_errors (test.test_configparser.CopyTestCase) PASS: test_popitem (test.test_configparser.CopyTestCase) PASS: test_query_errors (test.test_configparser.CopyTestCase) PASS: test_read_returns_file_list (test.test_configparser.CopyTestCase) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.CopyTestCase) PASS: test_set_string_types (test.test_configparser.CopyTestCase) PASS: test_setitem (test.test_configparser.CopyTestCase) PASS: test_weird_errors (test.test_configparser.CopyTestCase) PASS: test_write (test.test_configparser.CopyTestCase) PASS: test_duplicate_option_error (test.test_configparser.CoverageOneHundredTestCase) PASS: test_inconsistent_converters_state (test.test_configparser.CoverageOneHundredTestCase) PASS: test_interpolation_depth_error (test.test_configparser.CoverageOneHundredTestCase) PASS: test_interpolation_validation (test.test_configparser.CoverageOneHundredTestCase) PASS: test_parsing_error (test.test_configparser.CoverageOneHundredTestCase) PASS: test_readfp_deprecation (test.test_configparser.CoverageOneHundredTestCase) PASS: test_safeconfigparser_deprecation (test.test_configparser.CoverageOneHundredTestCase) PASS: test_sectionproxy_repr (test.test_configparser.CoverageOneHundredTestCase) PASS: test_get_basic_interpolation (test.test_configparser.ExceptionContextTestCase) PASS: test_get_extended_interpolation (test.test_configparser.ExceptionContextTestCase) PASS: test_missing_options (test.test_configparser.ExceptionContextTestCase) PASS: test_missing_section (test.test_configparser.ExceptionContextTestCase) PASS: test_remove_option (test.test_configparser.ExceptionContextTestCase) PASS: test_duplicateoptionerror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_duplicatesectionerror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_error (test.test_configparser.ExceptionPicklingTestCase) PASS: test_interpolationdeptherror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_interpolationerror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_interpolationmissingoptionerror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_interpolationsyntaxerror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_missingsectionheadererror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_nooptionerror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_nosectionerror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_parsingerror (test.test_configparser.ExceptionPicklingTestCase) PASS: test_stripping (test.test_configparser.InlineCommentStrippingTestCase) PASS: test_none_as_value_stringified (test.test_configparser.Issue7005TestCase) PASS: test_none_as_value_stringified_raw (test.test_configparser.Issue7005TestCase) PASS: test__all__ (test.test_configparser.MiscTestCase) PASS: test_basic (test.test_configparser.MultilineValuesTestCase) PASS: test_basic_from_dict (test.test_configparser.MultilineValuesTestCase) PASS: test_boolean (test.test_configparser.MultilineValuesTestCase) PASS: test_case_sensitivity (test.test_configparser.MultilineValuesTestCase) PASS: test_case_sensitivity_mapping_access (test.test_configparser.MultilineValuesTestCase) PASS: test_clear (test.test_configparser.MultilineValuesTestCase) PASS: test_default_case_sensitivity (test.test_configparser.MultilineValuesTestCase) PASS: test_dominating_multiline_values (test.test_configparser.MultilineValuesTestCase) PASS: test_invalid_multiline_value (test.test_configparser.MultilineValuesTestCase) PASS: test_parse_errors (test.test_configparser.MultilineValuesTestCase) PASS: test_popitem (test.test_configparser.MultilineValuesTestCase) PASS: test_query_errors (test.test_configparser.MultilineValuesTestCase) PASS: test_read_returns_file_list (test.test_configparser.MultilineValuesTestCase) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.MultilineValuesTestCase) PASS: test_set_string_types (test.test_configparser.MultilineValuesTestCase) PASS: test_setitem (test.test_configparser.MultilineValuesTestCase) PASS: test_weird_errors (test.test_configparser.MultilineValuesTestCase) PASS: test_write (test.test_configparser.MultilineValuesTestCase) PASS: test_basic (test.test_configparser.RawConfigParserTestCase) PASS: test_basic_from_dict (test.test_configparser.RawConfigParserTestCase) PASS: test_boolean (test.test_configparser.RawConfigParserTestCase) PASS: test_case_sensitivity (test.test_configparser.RawConfigParserTestCase) PASS: test_case_sensitivity_mapping_access (test.test_configparser.RawConfigParserTestCase) PASS: test_clear (test.test_configparser.RawConfigParserTestCase) PASS: test_default_case_sensitivity (test.test_configparser.RawConfigParserTestCase) test_defaults_keyword (test.test_configparser.RawConfigParserTestCase) PASS: bpo-23835 legacy behavior for RawConfigParser PASS: test_interpolation (test.test_configparser.RawConfigParserTestCase) PASS: test_invalid_multiline_value (test.test_configparser.RawConfigParserTestCase) PASS: test_items (test.test_configparser.RawConfigParserTestCase) PASS: test_parse_errors (test.test_configparser.RawConfigParserTestCase) PASS: test_popitem (test.test_configparser.RawConfigParserTestCase) PASS: test_query_errors (test.test_configparser.RawConfigParserTestCase) PASS: test_read_returns_file_list (test.test_configparser.RawConfigParserTestCase) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.RawConfigParserTestCase) PASS: test_set_nonstring_types (test.test_configparser.RawConfigParserTestCase) PASS: test_set_string_types (test.test_configparser.RawConfigParserTestCase) PASS: test_setitem (test.test_configparser.RawConfigParserTestCase) PASS: test_weird_errors (test.test_configparser.RawConfigParserTestCase) PASS: test_write (test.test_configparser.RawConfigParserTestCase) PASS: test_basic (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_basic_from_dict (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_boolean (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_case_sensitivity (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_case_sensitivity_mapping_access (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_clear (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_default_case_sensitivity (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) test_defaults_keyword (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: bpo-23835 legacy behavior for RawConfigParser PASS: test_interpolation (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_invalid_multiline_value (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_items (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_parse_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_popitem (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_query_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) SKIP: test_read_returns_file_list (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) 'incompatible format' SKIP: test_read_returns_file_list_with_bytestring_path (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) 'incompatible format' PASS: test_set_nonstring_types (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_set_string_types (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_setitem (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_weird_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_write (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters) PASS: test_reading (test.test_configparser.RawConfigParserTestSambaConf) PASS: test_file (test.test_configparser.ReadFileTestCase) PASS: test_iterable (test.test_configparser.ReadFileTestCase) test_readline_generator (test.test_configparser.ReadFileTestCase) PASS: Issue #11670. test_source_as_bytes (test.test_configparser.ReadFileTestCase) PASS: Issue #18260. PASS: test_basic (test.test_configparser.SortedTestCase) PASS: test_basic_from_dict (test.test_configparser.SortedTestCase) PASS: test_boolean (test.test_configparser.SortedTestCase) PASS: test_case_sensitivity (test.test_configparser.SortedTestCase) PASS: test_case_sensitivity_mapping_access (test.test_configparser.SortedTestCase) PASS: test_clear (test.test_configparser.SortedTestCase) PASS: test_default_case_sensitivity (test.test_configparser.SortedTestCase) test_defaults_keyword (test.test_configparser.SortedTestCase) PASS: bpo-23835 legacy behavior for RawConfigParser PASS: test_interpolation (test.test_configparser.SortedTestCase) PASS: test_invalid_multiline_value (test.test_configparser.SortedTestCase) PASS: test_items (test.test_configparser.SortedTestCase) PASS: test_parse_errors (test.test_configparser.SortedTestCase) PASS: test_popitem (test.test_configparser.SortedTestCase) PASS: test_query_errors (test.test_configparser.SortedTestCase) PASS: test_read_returns_file_list (test.test_configparser.SortedTestCase) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.SortedTestCase) PASS: test_set_nonstring_types (test.test_configparser.SortedTestCase) PASS: test_set_string_types (test.test_configparser.SortedTestCase) PASS: test_setitem (test.test_configparser.SortedTestCase) PASS: test_sorted (test.test_configparser.SortedTestCase) PASS: test_weird_errors (test.test_configparser.SortedTestCase) PASS: test_write (test.test_configparser.SortedTestCase) PASS: test_basic (test.test_configparser.StrictTestCase) PASS: test_basic_from_dict (test.test_configparser.StrictTestCase) PASS: test_boolean (test.test_configparser.StrictTestCase) PASS: test_case_sensitivity (test.test_configparser.StrictTestCase) PASS: test_case_sensitivity_mapping_access (test.test_configparser.StrictTestCase) PASS: test_clear (test.test_configparser.StrictTestCase) PASS: test_default_case_sensitivity (test.test_configparser.StrictTestCase) PASS: test_invalid_multiline_value (test.test_configparser.StrictTestCase) PASS: test_parse_errors (test.test_configparser.StrictTestCase) PASS: test_popitem (test.test_configparser.StrictTestCase) PASS: test_query_errors (test.test_configparser.StrictTestCase) PASS: test_read_returns_file_list (test.test_configparser.StrictTestCase) PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.StrictTestCase) PASS: test_set_string_types (test.test_configparser.StrictTestCase) PASS: test_setitem (test.test_configparser.StrictTestCase) PASS: test_weird_errors (test.test_configparser.StrictTestCase) PASS: test_write (test.test_configparser.StrictTestCase) ---------------------------------------------------------------------- Ran 341 tests in 0.567s OK (skipped=5) 0:04:20 load avg: 1.16 [ 81/416] test_contains PASS: test_block_fallback (test.test_contains.TestContains) PASS: test_builtin_sequence_types (test.test_contains.TestContains) PASS: test_common_tests (test.test_contains.TestContains) PASS: test_nonreflexive (test.test_contains.TestContains) ---------------------------------------------------------------------- Ran 4 tests in 0.001s OK 0:04:20 load avg: 1.16 [ 82/416] test_context PASS: test_context_copy_1 (test.test_context.ContextTest) PASS: test_context_get_context_1 (test.test_context.ContextTest) PASS: test_context_getset_1 (test.test_context.ContextTest) PASS: test_context_getset_2 (test.test_context.ContextTest) PASS: test_context_getset_3 (test.test_context.ContextTest) PASS: test_context_getset_4 (test.test_context.ContextTest) PASS: test_context_getset_5 (test.test_context.ContextTest) PASS: test_context_new_1 (test.test_context.ContextTest) PASS: test_context_run_1 (test.test_context.ContextTest) PASS: test_context_run_2 (test.test_context.ContextTest) PASS: test_context_run_3 (test.test_context.ContextTest) PASS: test_context_run_4 (test.test_context.ContextTest) PASS: test_context_run_5 (test.test_context.ContextTest) PASS: test_context_run_6 (test.test_context.ContextTest) PASS: test_context_run_7 (test.test_context.ContextTest) PASS: test_context_subclassing_1 (test.test_context.ContextTest) PASS: test_context_threads_1 (test.test_context.ContextTest) PASS: test_context_typerrors_1 (test.test_context.ContextTest) PASS: test_context_var_new_1 (test.test_context.ContextTest) PASS: test_context_var_new_2 (test.test_context.ContextTest) PASS: test_context_var_repr_1 (test.test_context.ContextTest) PASS: test_hamt_basics_1 (test.test_context.HamtTest) PASS: test_hamt_basics_2 (test.test_context.HamtTest) PASS: test_hamt_basics_3 (test.test_context.HamtTest) PASS: test_hamt_basics_4 (test.test_context.HamtTest) PASS: test_hamt_collision_1 (test.test_context.HamtTest) PASS: test_hamt_delete_1 (test.test_context.HamtTest) PASS: test_hamt_delete_2 (test.test_context.HamtTest) PASS: test_hamt_delete_3 (test.test_context.HamtTest) PASS: test_hamt_delete_4 (test.test_context.HamtTest) PASS: test_hamt_delete_5 (test.test_context.HamtTest) PASS: test_hamt_eq_1 (test.test_context.HamtTest) PASS: test_hamt_eq_2 (test.test_context.HamtTest) PASS: test_hamt_gc_1 (test.test_context.HamtTest) PASS: test_hamt_gc_2 (test.test_context.HamtTest) PASS: test_hamt_getitem_1 (test.test_context.HamtTest) PASS: test_hamt_in_1 (test.test_context.HamtTest) PASS: test_hamt_items_1 (test.test_context.HamtTest) PASS: test_hamt_items_2 (test.test_context.HamtTest) PASS: test_hamt_items_3 (test.test_context.HamtTest) PASS: test_hamt_keys_1 (test.test_context.HamtTest) PASS: test_hamt_stress (test.test_context.HamtTest) PASS: test_hashkey_helper_1 (test.test_context.HamtTest) ---------------------------------------------------------------------- Ran 43 tests in 1.329s OK 0:04:21 load avg: 1.16 [ 83/416] test_contextlib PASS: test_closing (test.test_contextlib.ClosingTestCase) PASS: test_closing_error (test.test_contextlib.ClosingTestCase) PASS: test_instance_docs (test.test_contextlib.ClosingTestCase) PASS: test_contextmanager_attribs (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_do_not_unchain_non_stopiteration_exceptions (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_doc_attrib (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_except (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_except_pep479 (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_except_stopiter (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_finally (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_no_reraise (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_plain (test.test_contextlib.ContextManagerTestCase) PASS: test_contextmanager_trap_yield_after_throw (test.test_contextlib.ContextManagerTestCase) PASS: test_instance_docstring_given_cm_docstring (test.test_contextlib.ContextManagerTestCase) PASS: test_keywords (test.test_contextlib.ContextManagerTestCase) PASS: test_nokeepref (test.test_contextlib.ContextManagerTestCase) PASS: test_param_errors (test.test_contextlib.ContextManagerTestCase) PASS: test_recursive (test.test_contextlib.ContextManagerTestCase) PASS: testWithOpen (test.test_contextlib.FileContextTestCase) PASS: testWithBoundedSemaphore (test.test_contextlib.LockContextTestCase) PASS: testWithCondition (test.test_contextlib.LockContextTestCase) PASS: testWithLock (test.test_contextlib.LockContextTestCase) PASS: testWithRLock (test.test_contextlib.LockContextTestCase) PASS: testWithSemaphore (test.test_contextlib.LockContextTestCase) PASS: test_nullcontext (test.test_contextlib.NullcontextTestCase) PASS: test_enter (test.test_contextlib.TestAbstractContextManager) PASS: test_exit_is_abstract (test.test_contextlib.TestAbstractContextManager) PASS: test_structural_subclassing (test.test_contextlib.TestAbstractContextManager) PASS: test_contextdecorator (test.test_contextlib.TestContextDecorator) PASS: test_contextdecorator_as_mixin (test.test_contextlib.TestContextDecorator) PASS: test_contextdecorator_with_exception (test.test_contextlib.TestContextDecorator) PASS: test_contextmanager_as_decorator (test.test_contextlib.TestContextDecorator) PASS: test_decorating_method (test.test_contextlib.TestContextDecorator) PASS: test_decorator (test.test_contextlib.TestContextDecorator) PASS: test_decorator_with_exception (test.test_contextlib.TestContextDecorator) PASS: test_instance_docs (test.test_contextlib.TestContextDecorator) PASS: test_typo_enter (test.test_contextlib.TestContextDecorator) PASS: test_typo_exit (test.test_contextlib.TestContextDecorator) PASS: test_body_exception_suppress (test.test_contextlib.TestExitStack) PASS: test_callback (test.test_contextlib.TestExitStack) PASS: test_close (test.test_contextlib.TestExitStack) PASS: test_dont_reraise_RuntimeError (test.test_contextlib.TestExitStack) PASS: test_enter_context (test.test_contextlib.TestExitStack) PASS: test_excessive_nesting (test.test_contextlib.TestExitStack) PASS: test_exit_exception_chaining (test.test_contextlib.TestExitStack) PASS: test_exit_exception_chaining_reference (test.test_contextlib.TestExitStack) PASS: test_exit_exception_chaining_suppress (test.test_contextlib.TestExitStack) PASS: test_exit_exception_non_suppressing (test.test_contextlib.TestExitStack) PASS: test_exit_exception_with_correct_context (test.test_contextlib.TestExitStack) PASS: test_exit_exception_with_existing_context (test.test_contextlib.TestExitStack) PASS: test_exit_raise (test.test_contextlib.TestExitStack) PASS: test_exit_suppress (test.test_contextlib.TestExitStack) PASS: test_instance_bypass (test.test_contextlib.TestExitStack) PASS: test_instance_docs (test.test_contextlib.TestExitStack) PASS: test_no_resources (test.test_contextlib.TestExitStack) PASS: test_pop_all (test.test_contextlib.TestExitStack) PASS: test_push (test.test_contextlib.TestExitStack) PASS: test_cm_is_reentrant (test.test_contextlib.TestRedirectStderr) PASS: test_cm_is_reusable (test.test_contextlib.TestRedirectStderr) PASS: test_enter_result_is_target (test.test_contextlib.TestRedirectStderr) PASS: test_instance_docs (test.test_contextlib.TestRedirectStderr) PASS: test_no_redirect_in_init (test.test_contextlib.TestRedirectStderr) PASS: test_redirect_to_string_io (test.test_contextlib.TestRedirectStderr) PASS: test_cm_is_reentrant (test.test_contextlib.TestRedirectStdout) PASS: test_cm_is_reusable (test.test_contextlib.TestRedirectStdout) PASS: test_enter_result_is_target (test.test_contextlib.TestRedirectStdout) PASS: test_instance_docs (test.test_contextlib.TestRedirectStdout) PASS: test_no_redirect_in_init (test.test_contextlib.TestRedirectStdout) PASS: test_redirect_to_string_io (test.test_contextlib.TestRedirectStdout) PASS: test_cm_is_reentrant (test.test_contextlib.TestSuppress) PASS: test_exact_exception (test.test_contextlib.TestSuppress) PASS: test_exception_hierarchy (test.test_contextlib.TestSuppress) PASS: test_instance_docs (test.test_contextlib.TestSuppress) PASS: test_multiple_exception_args (test.test_contextlib.TestSuppress) PASS: test_no_args (test.test_contextlib.TestSuppress) PASS: test_no_exception (test.test_contextlib.TestSuppress) PASS: test_no_result_from_enter (test.test_contextlib.TestSuppress) PASS: test_other_exception (test.test_contextlib.TestSuppress) ---------------------------------------------------------------------- Ran 78 tests in 0.063s OK 0:04:22 load avg: 1.16 [ 84/416] test_contextlib_async PASS: test_contextmanager_attribs (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_doc_attrib (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_except (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_except_stopiter (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_finally (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_no_reraise (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_non_normalised (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_plain (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_trap_no_yield (test.test_contextlib_async.AsyncContextManagerTestCase) Task was destroyed but it is pending! task: ()>> PASS: test_contextmanager_trap_second_yield (test.test_contextlib_async.AsyncContextManagerTestCase) Task was destroyed but it is pending! task: ()>> PASS: test_contextmanager_trap_yield_after_throw (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_contextmanager_wrap_runtimeerror (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_instance_docstring_given_cm_docstring (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_keywords (test.test_contextlib_async.AsyncContextManagerTestCase) PASS: test_enter (test.test_contextlib_async.TestAbstractAsyncContextManager) PASS: test_exit_is_abstract (test.test_contextlib_async.TestAbstractAsyncContextManager) PASS: test_structural_subclassing (test.test_contextlib_async.TestAbstractAsyncContextManager) PASS: test_async_callback (test.test_contextlib_async.TestAsyncExitStack) PASS: test_async_enter_context (test.test_contextlib_async.TestAsyncExitStack) PASS: test_async_exit_exception_chaining (test.test_contextlib_async.TestAsyncExitStack) PASS: test_async_push (test.test_contextlib_async.TestAsyncExitStack) PASS: test_body_exception_suppress (test.test_contextlib_async.TestAsyncExitStack) PASS: test_callback (test.test_contextlib_async.TestAsyncExitStack) PASS: test_close (test.test_contextlib_async.TestAsyncExitStack) PASS: test_dont_reraise_RuntimeError (test.test_contextlib_async.TestAsyncExitStack) PASS: test_enter_context (test.test_contextlib_async.TestAsyncExitStack) PASS: test_excessive_nesting (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_exception_chaining (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_exception_chaining_reference (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_exception_chaining_suppress (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_exception_non_suppressing (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_exception_with_correct_context (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_exception_with_existing_context (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_raise (test.test_contextlib_async.TestAsyncExitStack) PASS: test_exit_suppress (test.test_contextlib_async.TestAsyncExitStack) PASS: test_instance_bypass (test.test_contextlib_async.TestAsyncExitStack) PASS: test_instance_docs (test.test_contextlib_async.TestAsyncExitStack) PASS: test_no_resources (test.test_contextlib_async.TestAsyncExitStack) PASS: test_pop_all (test.test_contextlib_async.TestAsyncExitStack) PASS: test_push (test.test_contextlib_async.TestAsyncExitStack) ---------------------------------------------------------------------- Ran 40 tests in 0.067s OK 0:04:22 load avg: 1.16 [ 85/416] test_copy PASS: test_copy_atomic (test.test_copy.TestCopy) PASS: test_copy_basic (test.test_copy.TestCopy) PASS: test_copy_bytearray (test.test_copy.TestCopy) PASS: test_copy_cant (test.test_copy.TestCopy) PASS: test_copy_copy (test.test_copy.TestCopy) PASS: test_copy_dict (test.test_copy.TestCopy) PASS: test_copy_frozenset (test.test_copy.TestCopy) PASS: test_copy_function (test.test_copy.TestCopy) PASS: test_copy_inst_copy (test.test_copy.TestCopy) PASS: test_copy_inst_getinitargs (test.test_copy.TestCopy) PASS: test_copy_inst_getnewargs (test.test_copy.TestCopy) PASS: test_copy_inst_getnewargs_ex (test.test_copy.TestCopy) PASS: test_copy_inst_getstate (test.test_copy.TestCopy) PASS: test_copy_inst_getstate_setstate (test.test_copy.TestCopy) PASS: test_copy_inst_setstate (test.test_copy.TestCopy) PASS: test_copy_inst_vanilla (test.test_copy.TestCopy) PASS: test_copy_list (test.test_copy.TestCopy) PASS: test_copy_list_subclass (test.test_copy.TestCopy) PASS: test_copy_reduce (test.test_copy.TestCopy) PASS: test_copy_reduce_ex (test.test_copy.TestCopy) PASS: test_copy_registry (test.test_copy.TestCopy) PASS: test_copy_set (test.test_copy.TestCopy) PASS: test_copy_slots (test.test_copy.TestCopy) PASS: test_copy_tuple (test.test_copy.TestCopy) PASS: test_copy_tuple_subclass (test.test_copy.TestCopy) PASS: test_copy_weakkeydict (test.test_copy.TestCopy) PASS: test_copy_weakref (test.test_copy.TestCopy) PASS: test_copy_weakvaluedict (test.test_copy.TestCopy) PASS: test_deepcopy_atomic (test.test_copy.TestCopy) PASS: test_deepcopy_basic (test.test_copy.TestCopy) PASS: test_deepcopy_bound_method (test.test_copy.TestCopy) PASS: test_deepcopy_cant (test.test_copy.TestCopy) PASS: test_deepcopy_deepcopy (test.test_copy.TestCopy) PASS: test_deepcopy_dict (test.test_copy.TestCopy) PASS: test_deepcopy_dict_subclass (test.test_copy.TestCopy) PASS: test_deepcopy_dont_memo_immutable (test.test_copy.TestCopy) PASS: test_deepcopy_empty_tuple (test.test_copy.TestCopy) PASS: test_deepcopy_function (test.test_copy.TestCopy) PASS: test_deepcopy_inst_deepcopy (test.test_copy.TestCopy) PASS: test_deepcopy_inst_getinitargs (test.test_copy.TestCopy) PASS: test_deepcopy_inst_getnewargs (test.test_copy.TestCopy) PASS: test_deepcopy_inst_getnewargs_ex (test.test_copy.TestCopy) PASS: test_deepcopy_inst_getstate (test.test_copy.TestCopy) PASS: test_deepcopy_inst_getstate_setstate (test.test_copy.TestCopy) PASS: test_deepcopy_inst_setstate (test.test_copy.TestCopy) PASS: test_deepcopy_inst_vanilla (test.test_copy.TestCopy) PASS: test_deepcopy_issubclass (test.test_copy.TestCopy) PASS: test_deepcopy_keepalive (test.test_copy.TestCopy) PASS: test_deepcopy_list (test.test_copy.TestCopy) PASS: test_deepcopy_list_subclass (test.test_copy.TestCopy) PASS: test_deepcopy_memo (test.test_copy.TestCopy) PASS: test_deepcopy_range (test.test_copy.TestCopy) PASS: test_deepcopy_reduce (test.test_copy.TestCopy) PASS: test_deepcopy_reduce_ex (test.test_copy.TestCopy) PASS: test_deepcopy_reflexive_dict (test.test_copy.TestCopy) PASS: test_deepcopy_reflexive_inst (test.test_copy.TestCopy) PASS: test_deepcopy_reflexive_list (test.test_copy.TestCopy) PASS: test_deepcopy_reflexive_tuple (test.test_copy.TestCopy) PASS: test_deepcopy_registry (test.test_copy.TestCopy) PASS: test_deepcopy_slots (test.test_copy.TestCopy) PASS: test_deepcopy_tuple (test.test_copy.TestCopy) PASS: test_deepcopy_tuple_of_immutables (test.test_copy.TestCopy) PASS: test_deepcopy_tuple_subclass (test.test_copy.TestCopy) PASS: test_deepcopy_weakkeydict (test.test_copy.TestCopy) PASS: test_deepcopy_weakref (test.test_copy.TestCopy) PASS: test_deepcopy_weakvaluedict (test.test_copy.TestCopy) PASS: test_exceptions (test.test_copy.TestCopy) PASS: test_getstate_exc (test.test_copy.TestCopy) PASS: test_reconstruct_nostate (test.test_copy.TestCopy) PASS: test_reconstruct_reflexive (test.test_copy.TestCopy) PASS: test_reconstruct_state (test.test_copy.TestCopy) PASS: test_reconstruct_state_setstate (test.test_copy.TestCopy) PASS: test_reconstruct_string (test.test_copy.TestCopy) PASS: test_reduce_4tuple (test.test_copy.TestCopy) PASS: test_reduce_5tuple (test.test_copy.TestCopy) ---------------------------------------------------------------------- Ran 75 tests in 0.017s OK 0:04:22 load avg: 1.16 [ 86/416] test_copyreg PASS: test_bool (test.test_copyreg.CopyRegTestCase) PASS: test_class (test.test_copyreg.CopyRegTestCase) PASS: test_extension_registry (test.test_copyreg.CopyRegTestCase) PASS: test_noncallable_constructor (test.test_copyreg.CopyRegTestCase) PASS: test_noncallable_reduce (test.test_copyreg.CopyRegTestCase) PASS: test_slotnames (test.test_copyreg.CopyRegTestCase) ---------------------------------------------------------------------- Ran 6 tests in 0.001s OK 0:04:22 load avg: 1.16 [ 87/416] test_coroutines PASS: test_badsyntax_1 (test.test_coroutines.AsyncBadSyntaxTest) PASS: test_badsyntax_2 (test.test_coroutines.AsyncBadSyntaxTest) PASS: test_badsyntax_3 (test.test_coroutines.AsyncBadSyntaxTest) PASS: test_badsyntax_4 (test.test_coroutines.AsyncBadSyntaxTest) PASS: test_tp_await_1 (test.test_coroutines.CAPITest) PASS: test_tp_await_2 (test.test_coroutines.CAPITest) PASS: test_tp_await_3 (test.test_coroutines.CAPITest) PASS: test_asyncio_1 (test.test_coroutines.CoroAsyncIOCompatTest) PASS: test_await_1 (test.test_coroutines.CoroutineTest) PASS: test_await_10 (test.test_coroutines.CoroutineTest) PASS: test_await_11 (test.test_coroutines.CoroutineTest) PASS: test_await_12 (test.test_coroutines.CoroutineTest) PASS: test_await_13 (test.test_coroutines.CoroutineTest) PASS: test_await_14 (test.test_coroutines.CoroutineTest) PASS: test_await_15 (test.test_coroutines.CoroutineTest) PASS: test_await_16 (test.test_coroutines.CoroutineTest) PASS: test_await_2 (test.test_coroutines.CoroutineTest) PASS: test_await_3 (test.test_coroutines.CoroutineTest) PASS: test_await_4 (test.test_coroutines.CoroutineTest) PASS: test_await_5 (test.test_coroutines.CoroutineTest) PASS: test_await_6 (test.test_coroutines.CoroutineTest) PASS: test_await_7 (test.test_coroutines.CoroutineTest) PASS: test_await_8 (test.test_coroutines.CoroutineTest) PASS: test_await_9 (test.test_coroutines.CoroutineTest) PASS: test_comp_1 (test.test_coroutines.CoroutineTest) PASS: test_comp_10 (test.test_coroutines.CoroutineTest) PASS: test_comp_2 (test.test_coroutines.CoroutineTest) PASS: test_comp_3 (test.test_coroutines.CoroutineTest) PASS: test_comp_4 (test.test_coroutines.CoroutineTest) PASS: test_comp_4_2 (test.test_coroutines.CoroutineTest) PASS: test_comp_5 (test.test_coroutines.CoroutineTest) PASS: test_comp_6 (test.test_coroutines.CoroutineTest) PASS: test_comp_7 (test.test_coroutines.CoroutineTest) PASS: test_comp_8 (test.test_coroutines.CoroutineTest) PASS: test_comp_9 (test.test_coroutines.CoroutineTest) PASS: test_copy (test.test_coroutines.CoroutineTest) PASS: test_coro_wrapper_send_stop_iterator (test.test_coroutines.CoroutineTest) PASS: test_coro_wrapper_send_tuple (test.test_coroutines.CoroutineTest) PASS: test_corotype_1 (test.test_coroutines.CoroutineTest) PASS: test_cr_await (test.test_coroutines.CoroutineTest) PASS: test_fatal_coro_warning (test.test_coroutines.CoroutineTest) PASS: test_for_1 (test.test_coroutines.CoroutineTest) PASS: test_for_11 (test.test_coroutines.CoroutineTest) PASS: test_for_2 (test.test_coroutines.CoroutineTest) PASS: test_for_3 (test.test_coroutines.CoroutineTest) PASS: test_for_4 (test.test_coroutines.CoroutineTest) PASS: test_for_6 (test.test_coroutines.CoroutineTest) PASS: test_for_7 (test.test_coroutines.CoroutineTest) PASS: test_for_8 (test.test_coroutines.CoroutineTest) PASS: test_for_stop_iteration (test.test_coroutines.CoroutineTest) PASS: test_for_tuple (test.test_coroutines.CoroutineTest) PASS: test_func_1 (test.test_coroutines.CoroutineTest) PASS: test_func_10 (test.test_coroutines.CoroutineTest) PASS: test_func_11 (test.test_coroutines.CoroutineTest) PASS: test_func_12 (test.test_coroutines.CoroutineTest) PASS: test_func_13 (test.test_coroutines.CoroutineTest) PASS: test_func_14 (test.test_coroutines.CoroutineTest) PASS: test_func_15 (test.test_coroutines.CoroutineTest) PASS: test_func_16 (test.test_coroutines.CoroutineTest) PASS: test_func_17 (test.test_coroutines.CoroutineTest) PASS: test_func_18 (test.test_coroutines.CoroutineTest) PASS: test_func_19 (test.test_coroutines.CoroutineTest) PASS: test_func_2 (test.test_coroutines.CoroutineTest) PASS: test_func_3 (test.test_coroutines.CoroutineTest) PASS: test_func_4 (test.test_coroutines.CoroutineTest) PASS: test_func_5 (test.test_coroutines.CoroutineTest) PASS: test_func_6 (test.test_coroutines.CoroutineTest) PASS: test_func_7 (test.test_coroutines.CoroutineTest) PASS: test_func_8 (test.test_coroutines.CoroutineTest) PASS: test_func_9 (test.test_coroutines.CoroutineTest) PASS: test_gen_1 (test.test_coroutines.CoroutineTest) PASS: test_pickle (test.test_coroutines.CoroutineTest) PASS: test_with_1 (test.test_coroutines.CoroutineTest) PASS: test_with_10 (test.test_coroutines.CoroutineTest) PASS: test_with_11 (test.test_coroutines.CoroutineTest) PASS: test_with_12 (test.test_coroutines.CoroutineTest) PASS: test_with_13 (test.test_coroutines.CoroutineTest) PASS: test_with_2 (test.test_coroutines.CoroutineTest) PASS: test_with_3 (test.test_coroutines.CoroutineTest) PASS: test_with_4 (test.test_coroutines.CoroutineTest) PASS: test_with_5 (test.test_coroutines.CoroutineTest) PASS: test_with_6 (test.test_coroutines.CoroutineTest) PASS: test_with_7 (test.test_coroutines.CoroutineTest) PASS: test_with_8 (test.test_coroutines.CoroutineTest) PASS: test_with_9 (test.test_coroutines.CoroutineTest) PASS: test_origin_tracking (test.test_coroutines.OriginTrackingTest) PASS: test_origin_tracking_warning (test.test_coroutines.OriginTrackingTest) PASS: test_unawaited_warning_when_module_broken (test.test_coroutines.OriginTrackingTest) PASS: test_set_wrapper_1 (test.test_coroutines.SysSetCoroWrapperTest) PASS: test_set_wrapper_2 (test.test_coroutines.SysSetCoroWrapperTest) PASS: test_set_wrapper_3 (test.test_coroutines.SysSetCoroWrapperTest) PASS: test_set_wrapper_4 (test.test_coroutines.SysSetCoroWrapperTest) PASS: test_oneline_defs (test.test_coroutines.TokenizerRegrTest) PASS: test_unawaited_warning_during_shutdown (test.test_coroutines.UnawaitedWarningDuringShutdownTest) ---------------------------------------------------------------------- Ran 94 tests in 0.513s OK 0:04:23 load avg: 1.16 [ 88/416] test_cprofile PASS: test_bad_counter_during_dealloc (test.test_cprofile.CProfileTest) PASS: test_calling_conventions (test.test_cprofile.CProfileTest) PASS: test_cprofile (test.test_cprofile.CProfileTest) PASS: test_module_path_option (test.test_cprofile.CProfileTest) PASS: test_run (test.test_cprofile.CProfileTest) PASS: test_runctx (test.test_cprofile.CProfileTest) PASS: test_sort (test.test_cprofile.TestCommandLine) ---------------------------------------------------------------------- Ran 7 tests in 0.165s OK 0:04:23 load avg: 1.16 [ 89/416] test_crashers SKIP: test_crashers_crash (test.test_crashers.CrasherTest) 'these tests are too fragile' ---------------------------------------------------------------------- Ran 1 test in 0.000s OK (skipped=1) 0:04:23 load avg: 1.16 [ 90/416] test_crypt PASS: test_blowfish_rounds (test.test_crypt.CryptTestCase) PASS: test_crypt (test.test_crypt.CryptTestCase) PASS: test_invalid_rounds (test.test_crypt.CryptTestCase) PASS: test_methods (test.test_crypt.CryptTestCase) PASS: test_salt (test.test_crypt.CryptTestCase) PASS: test_saltedcrypt (test.test_crypt.CryptTestCase) PASS: test_sha2_rounds (test.test_crypt.CryptTestCase) ---------------------------------------------------------------------- Ran 7 tests in 1.217s OK 0:04:25 load avg: 1.15 [ 91/416] test_csv PASS: test_ordered_dict_reader (test.test_csv.KeyOrderingTest) PASS: test_ordering_for_the_dict_reader_and_writer (test.test_csv.KeyOrderingTest) PASS: test__all__ (test.test_csv.MiscTestCase) PASS: test_char_write (test.test_csv.TestArrayWrites) PASS: test_double_write (test.test_csv.TestArrayWrites) PASS: test_float_write (test.test_csv.TestArrayWrites) PASS: test_int_write (test.test_csv.TestArrayWrites) PASS: test_blankline (test.test_csv.TestDialectExcel) PASS: test_dubious_quote (test.test_csv.TestDialectExcel) PASS: test_empty_fields (test.test_csv.TestDialectExcel) PASS: test_inline_quote (test.test_csv.TestDialectExcel) PASS: test_inline_quotes (test.test_csv.TestDialectExcel) PASS: test_lone_quote (test.test_csv.TestDialectExcel) PASS: test_newlines (test.test_csv.TestDialectExcel) PASS: test_null (test.test_csv.TestDialectExcel) PASS: test_quote_and_quote (test.test_csv.TestDialectExcel) PASS: test_quote_fieldsep (test.test_csv.TestDialectExcel) PASS: test_quoted (test.test_csv.TestDialectExcel) PASS: test_quoted_nl (test.test_csv.TestDialectExcel) PASS: test_quoted_quote (test.test_csv.TestDialectExcel) PASS: test_quoted_quotes (test.test_csv.TestDialectExcel) PASS: test_quotes (test.test_csv.TestDialectExcel) PASS: test_quotes_and_more (test.test_csv.TestDialectExcel) PASS: test_simple (test.test_csv.TestDialectExcel) PASS: test_simple_writer (test.test_csv.TestDialectExcel) PASS: test_single (test.test_csv.TestDialectExcel) PASS: test_single_quoted_quote (test.test_csv.TestDialectExcel) PASS: test_single_writer (test.test_csv.TestDialectExcel) PASS: test_singlequoted (test.test_csv.TestDialectExcel) PASS: test_singlequoted_left_empty (test.test_csv.TestDialectExcel) PASS: test_singlequoted_right_empty (test.test_csv.TestDialectExcel) PASS: test_space_and_quote (test.test_csv.TestDialectExcel) PASS: test_bad_dialect (test.test_csv.TestDialectRegistry) PASS: test_copy (test.test_csv.TestDialectRegistry) PASS: test_dialect_apply (test.test_csv.TestDialectRegistry) PASS: test_incomplete_dialect (test.test_csv.TestDialectRegistry) PASS: test_pickle (test.test_csv.TestDialectRegistry) PASS: test_register_kwargs (test.test_csv.TestDialectRegistry) PASS: test_registry (test.test_csv.TestDialectRegistry) PASS: test_registry_badargs (test.test_csv.TestDialectRegistry) PASS: test_space_dialect (test.test_csv.TestDialectRegistry) PASS: test_simple_reader (test.test_csv.TestDialectUnix) PASS: test_simple_writer (test.test_csv.TestDialectUnix) PASS: test_delimiter (test.test_csv.TestDialectValidity) PASS: test_invalid_chars (test.test_csv.TestDialectValidity) PASS: test_lineterminator (test.test_csv.TestDialectValidity) PASS: test_quoting (test.test_csv.TestDialectValidity) PASS: test_read_dict_fieldnames_chain (test.test_csv.TestDictFields) PASS: test_read_dict_fieldnames_from_file (test.test_csv.TestDictFields) PASS: test_read_dict_fields (test.test_csv.TestDictFields) PASS: test_read_dict_no_fieldnames (test.test_csv.TestDictFields) PASS: test_read_long (test.test_csv.TestDictFields) PASS: test_read_long_with_rest (test.test_csv.TestDictFields) PASS: test_read_long_with_rest_no_fieldnames (test.test_csv.TestDictFields) PASS: test_read_multi (test.test_csv.TestDictFields) PASS: test_read_semi_sep (test.test_csv.TestDictFields) PASS: test_read_short (test.test_csv.TestDictFields) PASS: test_read_with_blanks (test.test_csv.TestDictFields) PASS: test_typo_in_extrasaction_raises_error (test.test_csv.TestDictFields) PASS: test_write_field_not_in_field_names_ignore (test.test_csv.TestDictFields) PASS: test_write_field_not_in_field_names_raise (test.test_csv.TestDictFields) PASS: test_write_fields_not_in_fieldnames (test.test_csv.TestDictFields) PASS: test_write_multiple_dict_rows (test.test_csv.TestDictFields) PASS: test_write_no_fields (test.test_csv.TestDictFields) PASS: test_write_simple_dict (test.test_csv.TestDictFields) PASS: test_escape_fieldsep (test.test_csv.TestEscapedExcel) PASS: test_read_escape_fieldsep (test.test_csv.TestEscapedExcel) SKIP: test_create_read (test.test_csv.TestLeaks) 'requires sys.gettotalrefcount()' SKIP: test_create_write (test.test_csv.TestLeaks) 'requires sys.gettotalrefcount()' SKIP: test_read (test.test_csv.TestLeaks) 'requires sys.gettotalrefcount()' SKIP: test_write (test.test_csv.TestLeaks) 'requires sys.gettotalrefcount()' PASS: test_read_escape_fieldsep (test.test_csv.TestQuotedEscapedExcel) PASS: test_write_escape_fieldsep (test.test_csv.TestQuotedEscapedExcel) PASS: test_delimiters (test.test_csv.TestSniffer) PASS: test_doublequote (test.test_csv.TestSniffer) PASS: test_guess_quote_and_delimiter (test.test_csv.TestSniffer) PASS: test_has_header (test.test_csv.TestSniffer) PASS: test_has_header_regex_special_delimiter (test.test_csv.TestSniffer) PASS: test_sniff (test.test_csv.TestSniffer) PASS: test_unicode_read (test.test_csv.TestUnicode) PASS: test_unicode_write (test.test_csv.TestUnicode) PASS: test_read_bigfield (test.test_csv.Test_Csv) PASS: test_read_eof (test.test_csv.Test_Csv) PASS: test_read_eol (test.test_csv.Test_Csv) PASS: test_read_escape (test.test_csv.Test_Csv) PASS: test_read_linenum (test.test_csv.Test_Csv) PASS: test_read_oddinputs (test.test_csv.Test_Csv) PASS: test_read_quoting (test.test_csv.Test_Csv) PASS: test_reader_arg_valid (test.test_csv.Test_Csv) PASS: test_reader_attrs (test.test_csv.Test_Csv) PASS: test_reader_dialect_attrs (test.test_csv.Test_Csv) PASS: test_reader_kw_attrs (test.test_csv.Test_Csv) PASS: test_roundtrip_escaped_unquoted_newlines (test.test_csv.Test_Csv) PASS: test_roundtrip_quoteed_newlines (test.test_csv.Test_Csv) PASS: test_write_arg_valid (test.test_csv.Test_Csv) PASS: test_write_bigfield (test.test_csv.Test_Csv) PASS: test_write_escape (test.test_csv.Test_Csv) PASS: test_write_iterable (test.test_csv.Test_Csv) PASS: test_write_quoting (test.test_csv.Test_Csv) PASS: test_writer_arg_valid (test.test_csv.Test_Csv) PASS: test_writer_attrs (test.test_csv.Test_Csv) PASS: test_writer_dialect_attrs (test.test_csv.Test_Csv) PASS: test_writer_kw_attrs (test.test_csv.Test_Csv) PASS: test_writerows (test.test_csv.Test_Csv) PASS: test_writerows_legacy_strings (test.test_csv.Test_Csv) PASS: test_writerows_with_none (test.test_csv.Test_Csv) ---------------------------------------------------------------------- Ran 106 tests in 0.076s OK (skipped=4) 0:04:25 load avg: 1.15 [ 92/416] test_ctypes PASS: test_anon (ctypes.test.test_anon.AnonTest) PASS: test_anon_nonmember (ctypes.test.test_anon.AnonTest) PASS: test_anon_nonseq (ctypes.test.test_anon.AnonTest) PASS: test_issue31490 (ctypes.test.test_anon.AnonTest) PASS: test_nested (ctypes.test.test_anon.AnonTest) PASS: test (ctypes.test.test_array_in_pointer.Test) PASS: test_2 (ctypes.test.test_array_in_pointer.Test) PASS: test_bad_subclass (ctypes.test.test_arrays.ArrayTestCase) PASS: test_bpo36504_signed_int_overflow (ctypes.test.test_arrays.ArrayTestCase) PASS: test_cache (ctypes.test.test_arrays.ArrayTestCase) PASS: test_classcache (ctypes.test.test_arrays.ArrayTestCase) PASS: test_empty_element_array (ctypes.test.test_arrays.ArrayTestCase) PASS: test_empty_element_struct (ctypes.test.test_arrays.ArrayTestCase) PASS: test_from_address (ctypes.test.test_arrays.ArrayTestCase) PASS: test_from_addressW (ctypes.test.test_arrays.ArrayTestCase) SKIP: test_large_array (ctypes.test.test_arrays.ArrayTestCase) 'not enough memory: 2.0G minimum needed' PASS: test_numeric_arrays (ctypes.test.test_arrays.ArrayTestCase) PASS: test_simple (ctypes.test.test_arrays.ArrayTestCase) PASS: test_step_overflow (ctypes.test.test_arrays.ArrayTestCase) PASS: test_subclass (ctypes.test.test_arrays.ArrayTestCase) PASS: test_byval (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_callbacks (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_callbacks_2 (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_longlong_callbacks (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_pointers (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_recursive_as_param (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_shorts (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_struct_return_2H (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_struct_return_8H (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_wchar_parm (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) PASS: test_byval (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_callbacks (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_callbacks_2 (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_longlong_callbacks (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_pointers (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_recursive_as_param (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_shorts (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_struct_return_2H (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_struct_return_8H (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_wchar_parm (ctypes.test.test_as_parameter.AsParamWrapperTestCase) PASS: test_byval (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_callbacks (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_callbacks_2 (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_longlong_callbacks (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_pointers (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_recursive_as_param (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_shorts (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_struct_return_2H (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_struct_return_8H (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_wchar_parm (ctypes.test.test_as_parameter.BasicWrapTestCase) PASS: test_anon_bitfields (ctypes.test.test_bitfields.BitFieldTest) PASS: test_c_wchar (ctypes.test.test_bitfields.BitFieldTest) PASS: test_longlong (ctypes.test.test_bitfields.BitFieldTest) PASS: test_mixed_1 (ctypes.test.test_bitfields.BitFieldTest) PASS: test_mixed_2 (ctypes.test.test_bitfields.BitFieldTest) PASS: test_mixed_3 (ctypes.test.test_bitfields.BitFieldTest) PASS: test_mixed_4 (ctypes.test.test_bitfields.BitFieldTest) PASS: test_multi_bitfields_size (ctypes.test.test_bitfields.BitFieldTest) PASS: test_nonint_types (ctypes.test.test_bitfields.BitFieldTest) PASS: test_signed (ctypes.test.test_bitfields.BitFieldTest) PASS: test_single_bitfield_size (ctypes.test.test_bitfields.BitFieldTest) PASS: test_uint32 (ctypes.test.test_bitfields.BitFieldTest) PASS: test_uint32_swap_big_endian (ctypes.test.test_bitfields.BitFieldTest) PASS: test_uint32_swap_little_endian (ctypes.test.test_bitfields.BitFieldTest) PASS: test_uint64 (ctypes.test.test_bitfields.BitFieldTest) PASS: test_ulonglong (ctypes.test.test_bitfields.BitFieldTest) PASS: test_unsigned (ctypes.test.test_bitfields.BitFieldTest) PASS: test_ints (ctypes.test.test_bitfields.C_Test) PASS: test_shorts (ctypes.test.test_bitfields.C_Test) PASS: test_buffer (ctypes.test.test_buffers.StringBufferTestCase) PASS: test_buffer_interface (ctypes.test.test_buffers.StringBufferTestCase) PASS: test_create_unicode_buffer_non_bmp (ctypes.test.test_buffers.StringBufferTestCase) PASS: test_unicode_buffer (ctypes.test.test_buffers.StringBufferTestCase) PASS: test_unicode_conversion (ctypes.test.test_buffers.StringBufferTestCase) SKIP: test_BSTR (ctypes.test.test_bytes.BytesTest) 'Windows-specific test' PASS: test_c_char (ctypes.test.test_bytes.BytesTest) PASS: test_c_char_p (ctypes.test.test_bytes.BytesTest) PASS: test_c_wchar (ctypes.test.test_bytes.BytesTest) PASS: test_c_wchar_p (ctypes.test.test_bytes.BytesTest) PASS: test_struct (ctypes.test.test_bytes.BytesTest) PASS: test_struct_W (ctypes.test.test_bytes.BytesTest) SKIP: test_X (ctypes.test.test_byteswap.Test) 'test disabled' PASS: test_endian_double (ctypes.test.test_byteswap.Test) PASS: test_endian_float (ctypes.test.test_byteswap.Test) PASS: test_endian_int (ctypes.test.test_byteswap.Test) PASS: test_endian_longlong (ctypes.test.test_byteswap.Test) PASS: test_endian_other (ctypes.test.test_byteswap.Test) PASS: test_endian_short (ctypes.test.test_byteswap.Test) PASS: test_slots (ctypes.test.test_byteswap.Test) PASS: test_struct_fields_1 (ctypes.test.test_byteswap.Test) PASS: test_struct_fields_2 (ctypes.test.test_byteswap.Test) PASS: test_struct_struct (ctypes.test.test_byteswap.Test) PASS: test_unaligned_native_struct_fields (ctypes.test.test_byteswap.Test) PASS: test_unaligned_nonnative_struct_fields (ctypes.test.test_byteswap.Test) PASS: test_byte (ctypes.test.test_callbacks.Callbacks) PASS: test_char (ctypes.test.test_callbacks.Callbacks) SKIP: test_char_p (ctypes.test.test_callbacks.Callbacks) 'test disabled' PASS: test_double (ctypes.test.test_callbacks.Callbacks) PASS: test_float (ctypes.test.test_callbacks.Callbacks) PASS: test_int (ctypes.test.test_callbacks.Callbacks) PASS: test_issue12483 (ctypes.test.test_callbacks.Callbacks) PASS: test_issue_7959 (ctypes.test.test_callbacks.Callbacks) PASS: test_long (ctypes.test.test_callbacks.Callbacks) PASS: test_longdouble (ctypes.test.test_callbacks.Callbacks) PASS: test_longlong (ctypes.test.test_callbacks.Callbacks) PASS: test_pyobject (ctypes.test.test_callbacks.Callbacks) PASS: test_short (ctypes.test.test_callbacks.Callbacks) PASS: test_ubyte (ctypes.test.test_callbacks.Callbacks) PASS: test_uint (ctypes.test.test_callbacks.Callbacks) PASS: test_ulong (ctypes.test.test_callbacks.Callbacks) PASS: test_ulonglong (ctypes.test.test_callbacks.Callbacks) PASS: test_unsupported_restype_1 (ctypes.test.test_callbacks.Callbacks) PASS: test_unsupported_restype_2 (ctypes.test.test_callbacks.Callbacks) PASS: test_ushort (ctypes.test.test_callbacks.Callbacks) PASS: test_callback_large_struct (ctypes.test.test_callbacks.SampleCallbacksTestCase) PASS: test_callback_register_double (ctypes.test.test_callbacks.SampleCallbacksTestCase) PASS: test_callback_register_int (ctypes.test.test_callbacks.SampleCallbacksTestCase) PASS: test_integrate (ctypes.test.test_callbacks.SampleCallbacksTestCase) PASS: test_issue_8959_a (ctypes.test.test_callbacks.SampleCallbacksTestCase) SKIP: test_issue_8959_b (ctypes.test.test_callbacks.SampleCallbacksTestCase) "'WINFUNCTYPE' is required" SKIP: test_byte (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_char (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_char_p (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_double (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_float (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_int (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_issue12483 (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_issue_7959 (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_long (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_longdouble (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_longlong (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_pyobject (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_short (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_ubyte (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_uint (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_ulong (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_ulonglong (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_unsupported_restype_1 (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_unsupported_restype_2 (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" SKIP: test_ushort (ctypes.test.test_callbacks.StdcallCallbacks) "'WINFUNCTYPE' is required" PASS: test_address2pointer (ctypes.test.test_cast.Test) PASS: test_array2pointer (ctypes.test.test_cast.Test) PASS: test_bad_type_arg (ctypes.test.test_cast.Test) PASS: test_char_p (ctypes.test.test_cast.Test) PASS: test_other (ctypes.test.test_cast.Test) PASS: test_p2a_objects (ctypes.test.test_cast.Test) PASS: test_wchar_p (ctypes.test.test_cast.Test) PASS: test_byte (ctypes.test.test_cfuncs.CFunctions) PASS: test_byte_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_callwithresult (ctypes.test.test_cfuncs.CFunctions) PASS: test_double (ctypes.test.test_cfuncs.CFunctions) PASS: test_double_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_float (ctypes.test.test_cfuncs.CFunctions) PASS: test_float_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_int (ctypes.test.test_cfuncs.CFunctions) PASS: test_int_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_long (ctypes.test.test_cfuncs.CFunctions) PASS: test_long_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_longdouble (ctypes.test.test_cfuncs.CFunctions) PASS: test_longdouble_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_longlong (ctypes.test.test_cfuncs.CFunctions) PASS: test_longlong_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_short (ctypes.test.test_cfuncs.CFunctions) PASS: test_short_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_ubyte (ctypes.test.test_cfuncs.CFunctions) PASS: test_ubyte_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_uint (ctypes.test.test_cfuncs.CFunctions) PASS: test_uint_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_ulong (ctypes.test.test_cfuncs.CFunctions) PASS: test_ulong_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_ulonglong (ctypes.test.test_cfuncs.CFunctions) PASS: test_ulonglong_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_ushort (ctypes.test.test_cfuncs.CFunctions) PASS: test_ushort_plus (ctypes.test.test_cfuncs.CFunctions) PASS: test_void (ctypes.test.test_cfuncs.CFunctions) SKIP: test_byte (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_byte_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_callwithresult (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_double (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_double_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_float (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_float_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_int (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_int_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_long (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_long_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_longdouble (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_longdouble_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_longlong (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_longlong_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_short (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_short_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_ubyte (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_ubyte_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_uint (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_uint_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_ulong (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_ulong_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_ulonglong (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_ulonglong_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_ushort (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_ushort_plus (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" SKIP: test_void (ctypes.test.test_cfuncs.stdcallCFunctions) "'WinDLL' is required" PASS: test_checkretval (ctypes.test.test_checkretval.Test) SKIP: test_oledll (ctypes.test.test_checkretval.Test) "'oledll' is required" PASS: test_chararray (ctypes.test.test_delattr.TestCase) PASS: test_simple (ctypes.test.test_delattr.TestCase) PASS: test_struct (ctypes.test.test_delattr.TestCase) SKIP: test_GetLastError (ctypes.test.test_errno.Test) 'Test specific to Windows' PASS: test_open (ctypes.test.test_errno.Test) PASS: test_find_on_libpath (ctypes.test.test_find.LibPathFindTest) OpenGL libraries: ('GL', 'libGL.so.1') ('GLU', 'libGLU.so.1') ('gle', None) PASS: test_gl (ctypes.test.test_find.Test_OpenGL_libs) SKIP: test_gle (ctypes.test.test_find.Test_OpenGL_libs) 'lib_gle not available' PASS: test_glu (ctypes.test.test_find.Test_OpenGL_libs) PASS: test_shell_injection (ctypes.test.test_find.Test_OpenGL_libs) PASS: test_abstract (ctypes.test.test_frombuffer.Test) PASS: test_fortran_contiguous (ctypes.test.test_frombuffer.Test) PASS: test_from_buffer (ctypes.test.test_frombuffer.Test) PASS: test_from_buffer_copy (ctypes.test.test_frombuffer.Test) PASS: test_from_buffer_copy_with_offset (ctypes.test.test_frombuffer.Test) PASS: test_from_buffer_memoryview (ctypes.test.test_frombuffer.Test) PASS: test_from_buffer_with_offset (ctypes.test.test_frombuffer.Test) PASS: test_abstract (ctypes.test.test_funcptr.CFuncPtrTestCase) PASS: test_basic (ctypes.test.test_funcptr.CFuncPtrTestCase) PASS: test_dllfunctions (ctypes.test.test_funcptr.CFuncPtrTestCase) PASS: test_first (ctypes.test.test_funcptr.CFuncPtrTestCase) PASS: test_structures (ctypes.test.test_funcptr.CFuncPtrTestCase) PASS: test_byval (ctypes.test.test_functions.FunctionTestCase) PASS: test_callbacks (ctypes.test.test_functions.FunctionTestCase) PASS: test_callbacks_2 (ctypes.test.test_functions.FunctionTestCase) PASS: test_doubleresult (ctypes.test.test_functions.FunctionTestCase) PASS: test_errors (ctypes.test.test_functions.FunctionTestCase) PASS: test_floatresult (ctypes.test.test_functions.FunctionTestCase) PASS: test_intresult (ctypes.test.test_functions.FunctionTestCase) PASS: test_longdoubleresult (ctypes.test.test_functions.FunctionTestCase) PASS: test_longlong_callbacks (ctypes.test.test_functions.FunctionTestCase) PASS: test_longlongresult (ctypes.test.test_functions.FunctionTestCase) PASS: test_mro (ctypes.test.test_functions.FunctionTestCase) PASS: test_pointers (ctypes.test.test_functions.FunctionTestCase) PASS: test_sf1651235 (ctypes.test.test_functions.FunctionTestCase) PASS: test_shorts (ctypes.test.test_functions.FunctionTestCase) PASS: test_stringresult (ctypes.test.test_functions.FunctionTestCase) PASS: test_struct_return_2H (ctypes.test.test_functions.FunctionTestCase) SKIP: test_struct_return_2H_stdcall (ctypes.test.test_functions.FunctionTestCase) 'Windows-specific test' PASS: test_struct_return_8H (ctypes.test.test_functions.FunctionTestCase) SKIP: test_struct_return_8H_stdcall (ctypes.test.test_functions.FunctionTestCase) 'Windows-specific test' PASS: test_voidresult (ctypes.test.test_functions.FunctionTestCase) PASS: test_wchar_parm (ctypes.test.test_functions.FunctionTestCase) PASS: test_wchar_result (ctypes.test.test_functions.FunctionTestCase) PASS: test_incomplete_example (ctypes.test.test_incomplete.MyTestCase) PASS: test_get (ctypes.test.test_init.InitTest) PASS: test_c_char_p (ctypes.test.test_internals.ObjectsTestCase) PASS: test_embedded_structs (ctypes.test.test_internals.ObjectsTestCase) PASS: test_ints (ctypes.test.test_internals.ObjectsTestCase) PASS: test_ptr_struct (ctypes.test.test_internals.ObjectsTestCase) PASS: test_simple_struct (ctypes.test.test_internals.ObjectsTestCase) PASS: test_xxx (ctypes.test.test_internals.ObjectsTestCase) PASS: test_cint_array (ctypes.test.test_keeprefs.ArrayTestCase) SKIP: test_X (ctypes.test.test_keeprefs.DeletePointerTestCase) 'test disabled' PASS: test_p_cint (ctypes.test.test_keeprefs.PointerTestCase) PASS: test (ctypes.test.test_keeprefs.PointerToStructure) PASS: test_ccharp (ctypes.test.test_keeprefs.SimpleTestCase) PASS: test_cint (ctypes.test.test_keeprefs.SimpleTestCase) PASS: test_ccharp_struct (ctypes.test.test_keeprefs.StructureTestCase) PASS: test_cint_struct (ctypes.test.test_keeprefs.StructureTestCase) PASS: test_struct_struct (ctypes.test.test_keeprefs.StructureTestCase) PASS: test_qsort (ctypes.test.test_libc.LibTest) PASS: test_sqrt (ctypes.test.test_libc.LibTest) libc_name is libc.so.6 SKIP: test_1703286_A (ctypes.test.test_loading.LoaderTest) 'Windows-specific test' SKIP: test_1703286_B (ctypes.test.test_loading.LoaderTest) 'Windows-specific test' PASS: test_find (ctypes.test.test_loading.LoaderTest) PASS: test_load (ctypes.test.test_loading.LoaderTest) SKIP: test_load_library (ctypes.test.test_loading.LoaderTest) 'test specific to Windows' SKIP: test_load_ordinal_functions (ctypes.test.test_loading.LoaderTest) 'test specific to Windows' PASS: test_load_version (ctypes.test.test_loading.LoaderTest) SKIP: test_find (ctypes.test.test_macholib.MachOTest) 'OSX-specific test' PASS: test_cast (ctypes.test.test_memfunctions.MemFunctionsTest) PASS: test_memmove (ctypes.test.test_memfunctions.MemFunctionsTest) PASS: test_memset (ctypes.test.test_memfunctions.MemFunctionsTest) SKIP: test_overflow (ctypes.test.test_memfunctions.MemFunctionsTest) 'test disabled' PASS: test_string_at (ctypes.test.test_memfunctions.MemFunctionsTest) PASS: test_wstring_at (ctypes.test.test_memfunctions.MemFunctionsTest) PASS: test_alignments (ctypes.test.test_numbers.NumberTestCase) SKIP: test_bool_from_address (ctypes.test.test_numbers.NumberTestCase) 'test disabled' PASS: test_bool_values (ctypes.test.test_numbers.NumberTestCase) PASS: test_byref (ctypes.test.test_numbers.NumberTestCase) PASS: test_char_from_address (ctypes.test.test_numbers.NumberTestCase) PASS: test_default_init (ctypes.test.test_numbers.NumberTestCase) PASS: test_float_from_address (ctypes.test.test_numbers.NumberTestCase) PASS: test_float_overflow (ctypes.test.test_numbers.NumberTestCase) PASS: test_floats (ctypes.test.test_numbers.NumberTestCase) PASS: test_from_param (ctypes.test.test_numbers.NumberTestCase) PASS: test_init (ctypes.test.test_numbers.NumberTestCase) PASS: test_int_from_address (ctypes.test.test_numbers.NumberTestCase) PASS: test_integers (ctypes.test.test_numbers.NumberTestCase) SKIP: test_perf (ctypes.test.test_numbers.NumberTestCase) 'test disabled' PASS: test_signed_values (ctypes.test.test_numbers.NumberTestCase) PASS: test_sizes (ctypes.test.test_numbers.NumberTestCase) PASS: test_typeerror (ctypes.test.test_numbers.NumberTestCase) PASS: test_unsigned_values (ctypes.test.test_numbers.NumberTestCase) SKIP: test_valid_ranges (ctypes.test.test_numbers.NumberTestCase) 'test disabled' test (ctypes.test.test_objects.TestCase) ... Trying: from ctypes import * Expecting nothing ok Trying: array = (c_char_p * 5)() Expecting nothing ok Trying: print(array._objects) Expecting: None ok Trying: array[4] = b'foo bar' Expecting nothing ok Trying: array._objects Expecting: {'4': b'foo bar'} ok Trying: array[4] Expecting: b'foo bar' ok Trying: class X(Structure): _fields_ = [("x", c_int), ("y", c_int), ("array", c_char_p * 5)] Expecting nothing ok Trying: x = X() Expecting nothing ok Trying: print(x._objects) Expecting: None ok Trying: print(x.array._b_base_) # doctest: +ELLIPSIS Expecting: ok Trying: x.array[0] = b'spam spam spam' Expecting nothing ok Trying: x._objects Expecting: {'0:2': b'spam spam spam'} ok Trying: x.array._b_base_._objects Expecting: {'0:2': b'spam spam spam'} ok 2 items had no tests: ctypes.test.test_objects.TestCase ctypes.test.test_objects.TestCase.test 1 items passed all tests: 13 tests in ctypes.test.test_objects 13 tests in 3 items. 13 passed and 0 failed. Test passed. ok PASS: test_abstract (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_array_pointers (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_byref_pointer (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_byref_pointerpointer (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_cstrings (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_cw_strings (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_int_pointers (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_issue31311 (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_noctypes_argtype (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_subclasses (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_subclasses_c_wchar_p (ctypes.test.test_parameters.SimpleTypesTestCase) PASS: test_endian_types (ctypes.test.test_pep3118.Test) PASS: test_native_types (ctypes.test.test_pep3118.Test) PASS: test_simple (ctypes.test.test_pickling.PickleTest_0) PASS: test_struct (ctypes.test.test_pickling.PickleTest_0) PASS: test_unpickable (ctypes.test.test_pickling.PickleTest_0) PASS: test_wchar (ctypes.test.test_pickling.PickleTest_0) PASS: test_simple (ctypes.test.test_pickling.PickleTest_1) PASS: test_struct (ctypes.test.test_pickling.PickleTest_1) PASS: test_unpickable (ctypes.test.test_pickling.PickleTest_1) PASS: test_wchar (ctypes.test.test_pickling.PickleTest_1) PASS: test_simple (ctypes.test.test_pickling.PickleTest_2) PASS: test_struct (ctypes.test.test_pickling.PickleTest_2) PASS: test_unpickable (ctypes.test.test_pickling.PickleTest_2) PASS: test_wchar (ctypes.test.test_pickling.PickleTest_2) PASS: test_simple (ctypes.test.test_pickling.PickleTest_3) PASS: test_struct (ctypes.test.test_pickling.PickleTest_3) PASS: test_unpickable (ctypes.test.test_pickling.PickleTest_3) PASS: test_wchar (ctypes.test.test_pickling.PickleTest_3) PASS: test_simple (ctypes.test.test_pickling.PickleTest_4) PASS: test_struct (ctypes.test.test_pickling.PickleTest_4) PASS: test_unpickable (ctypes.test.test_pickling.PickleTest_4) PASS: test_wchar (ctypes.test.test_pickling.PickleTest_4) PASS: test_abstract (ctypes.test.test_pointers.PointersTestCase) PASS: test_basic (ctypes.test.test_pointers.PointersTestCase) PASS: test_basics (ctypes.test.test_pointers.PointersTestCase) PASS: test_bug_1467852 (ctypes.test.test_pointers.PointersTestCase) PASS: test_c_void_p (ctypes.test.test_pointers.PointersTestCase) PASS: test_callbacks_with_pointers (ctypes.test.test_pointers.PointersTestCase) PASS: test_change_pointers (ctypes.test.test_pointers.PointersTestCase) test_charpp (ctypes.test.test_pointers.PointersTestCase) PASS: Test that a character pointer-to-pointer is correctly passed PASS: test_from_address (ctypes.test.test_pointers.PointersTestCase) PASS: test_other (ctypes.test.test_pointers.PointersTestCase) PASS: test_pass_pointers (ctypes.test.test_pointers.PointersTestCase) PASS: test_pointer_crash (ctypes.test.test_pointers.PointersTestCase) PASS: test_pointer_type_name (ctypes.test.test_pointers.PointersTestCase) PASS: test_pointer_type_str_name (ctypes.test.test_pointers.PointersTestCase) PASS: test_pointers_bool (ctypes.test.test_pointers.PointersTestCase) PASS: test (ctypes.test.test_prototypes.ArrayTest) PASS: test_POINTER_c_char_arg (ctypes.test.test_prototypes.CharPointersTestCase) PASS: test_c_char_p_arg (ctypes.test.test_prototypes.CharPointersTestCase) PASS: test_c_void_p_arg (ctypes.test.test_prototypes.CharPointersTestCase) PASS: test_c_void_p_arg_with_c_wchar_p (ctypes.test.test_prototypes.CharPointersTestCase) PASS: test_instance (ctypes.test.test_prototypes.CharPointersTestCase) PASS: test_int_pointer_arg (ctypes.test.test_prototypes.CharPointersTestCase) PASS: test_paramflags (ctypes.test.test_prototypes.CharPointersTestCase) PASS: test_POINTER_c_wchar_arg (ctypes.test.test_prototypes.WCharPointersTestCase) PASS: test_c_wchar_p_arg (ctypes.test.test_prototypes.WCharPointersTestCase) PASS: test_PyBytes_FromStringAndSize (ctypes.test.test_python_api.PythonAPITestCase) PASS: test_PyLong_Long (ctypes.test.test_python_api.PythonAPITestCase) PASS: test_PyOS_snprintf (ctypes.test.test_python_api.PythonAPITestCase) PASS: test_PyObj_FromPtr (ctypes.test.test_python_api.PythonAPITestCase) PASS: test_PyString_FromString (ctypes.test.test_python_api.PythonAPITestCase) PASS: test_pyobject_repr (ctypes.test.test_python_api.PythonAPITestCase) PASS: test_FloatDivisionError (ctypes.test.test_random_things.CallbackTracbackTestCase) PASS: test_IntegerDivisionError (ctypes.test.test_random_things.CallbackTracbackTestCase) PASS: test_TypeErrorDivisionError (ctypes.test.test_random_things.CallbackTracbackTestCase) PASS: test_ValueError (ctypes.test.test_random_things.CallbackTracbackTestCase) SKIP: test (ctypes.test.test_random_things.call_function_TestCase) 'Windows-specific test' PASS: test_callback (ctypes.test.test_refcounts.AnotherLeak) PASS: test_1 (ctypes.test.test_refcounts.RefcountTestCase) PASS: test_refcount (ctypes.test.test_refcounts.RefcountTestCase) PASS: test_char (ctypes.test.test_repr.ReprTest) PASS: test_numbers (ctypes.test.test_repr.ReprTest) PASS: test_from_dll (ctypes.test.test_returnfuncptrs.ReturnFuncPtrTestCase) PASS: test_from_dll_refcount (ctypes.test.test_returnfuncptrs.ReturnFuncPtrTestCase) PASS: test_with_prototype (ctypes.test.test_returnfuncptrs.ReturnFuncPtrTestCase) PASS: test_without_prototype (ctypes.test.test_returnfuncptrs.ReturnFuncPtrTestCase) PASS: test_compare (ctypes.test.test_simplesubclasses.Test) PASS: test_ignore_retval (ctypes.test.test_simplesubclasses.Test) PASS: test_int_callback (ctypes.test.test_simplesubclasses.Test) PASS: test_int_struct (ctypes.test.test_simplesubclasses.Test) PASS: test_16 (ctypes.test.test_sizes.SizesTestCase) PASS: test_32 (ctypes.test.test_sizes.SizesTestCase) PASS: test_64 (ctypes.test.test_sizes.SizesTestCase) PASS: test_8 (ctypes.test.test_sizes.SizesTestCase) PASS: test_size_t (ctypes.test.test_sizes.SizesTestCase) PASS: test_ssize_t (ctypes.test.test_sizes.SizesTestCase) PASS: test_char_array (ctypes.test.test_slicing.SlicesTestCase) PASS: test_char_ptr (ctypes.test.test_slicing.SlicesTestCase) PASS: test_char_ptr_with_free (ctypes.test.test_slicing.SlicesTestCase) PASS: test_getslice_cint (ctypes.test.test_slicing.SlicesTestCase) PASS: test_setslice_cint (ctypes.test.test_slicing.SlicesTestCase) PASS: test_wchar_ptr (ctypes.test.test_slicing.SlicesTestCase) PASS: test__POINTER_c_char (ctypes.test.test_stringptr.StringPtrTestCase) PASS: test__c_char_p (ctypes.test.test_stringptr.StringPtrTestCase) PASS: test_functions (ctypes.test.test_stringptr.StringPtrTestCase) PASS: test (ctypes.test.test_strings.StringArrayTestCase) PASS: test_c_buffer_raw (ctypes.test.test_strings.StringArrayTestCase) PASS: test_c_buffer_value (ctypes.test.test_strings.StringArrayTestCase) PASS: test_del_segfault (ctypes.test.test_strings.StringArrayTestCase) PASS: test_param_1 (ctypes.test.test_strings.StringArrayTestCase) PASS: test_param_2 (ctypes.test.test_strings.StringArrayTestCase) SKIP: test_basic_strings (ctypes.test.test_strings.StringTestCase) 'test disabled' SKIP: test_initialized_strings (ctypes.test.test_strings.StringTestCase) 'test disabled' SKIP: test_perf (ctypes.test.test_strings.StringTestCase) 'test disabled' SKIP: test_sized_strings (ctypes.test.test_strings.StringTestCase) 'test disabled' SKIP: test_toolong (ctypes.test.test_strings.StringTestCase) 'test disabled' PASS: test (ctypes.test.test_strings.WStringArrayTestCase) PASS: test_nonbmp (ctypes.test.test_strings.WStringArrayTestCase) SKIP: test_basic_wstrings (ctypes.test.test_strings.WStringTestCase) 'test disabled' SKIP: test_toolong (ctypes.test.test_strings.WStringTestCase) 'test disabled' PASS: test_wchar (ctypes.test.test_strings.WStringTestCase) PASS: test_1_A (ctypes.test.test_struct_fields.StructFieldsTestCase) PASS: test_1_B (ctypes.test.test_struct_fields.StructFieldsTestCase) PASS: test_2 (ctypes.test.test_struct_fields.StructFieldsTestCase) PASS: test_3 (ctypes.test.test_struct_fields.StructFieldsTestCase) PASS: test_4 (ctypes.test.test_struct_fields.StructFieldsTestCase) PASS: test___get__ (ctypes.test.test_struct_fields.StructFieldsTestCase) PASS: test___set__ (ctypes.test.test_struct_fields.StructFieldsTestCase) PASS: test (ctypes.test.test_structures.PointerMemberTestCase) PASS: test_none_to_pointer_fields (ctypes.test.test_structures.PointerMemberTestCase) PASS: test_abstract_class (ctypes.test.test_structures.StructureTestCase) PASS: test_conflicting_initializers (ctypes.test.test_structures.StructureTestCase) PASS: test_empty (ctypes.test.test_structures.StructureTestCase) PASS: test_fields (ctypes.test.test_structures.StructureTestCase) PASS: test_huge_field_name (ctypes.test.test_structures.StructureTestCase) PASS: test_init_errors (ctypes.test.test_structures.StructureTestCase) PASS: test_initializers (ctypes.test.test_structures.StructureTestCase) PASS: test_intarray_fields (ctypes.test.test_structures.StructureTestCase) PASS: test_invalid_field_types (ctypes.test.test_structures.StructureTestCase) PASS: test_invalid_name (ctypes.test.test_structures.StructureTestCase) PASS: test_keyword_initializers (ctypes.test.test_structures.StructureTestCase) PASS: test_methods (ctypes.test.test_structures.StructureTestCase) PASS: test_nested_initializers (ctypes.test.test_structures.StructureTestCase) PASS: test_packed (ctypes.test.test_structures.StructureTestCase) PASS: test_packed_c_limits (ctypes.test.test_structures.StructureTestCase) PASS: test_pass_by_value (ctypes.test.test_structures.StructureTestCase) PASS: test_pass_by_value_in_register (ctypes.test.test_structures.StructureTestCase) PASS: test_positional_args (ctypes.test.test_structures.StructureTestCase) PASS: test_simple_structs (ctypes.test.test_structures.StructureTestCase) PASS: test_struct_alignment (ctypes.test.test_structures.StructureTestCase) PASS: test_structures_with_wchar (ctypes.test.test_structures.StructureTestCase) SKIP: test_subclass_creation (ctypes.test.test_structures.StructureTestCase) 'test disabled' PASS: test_unions (ctypes.test.test_structures.StructureTestCase) PASS: test_subclass (ctypes.test.test_structures.SubclassesTest) PASS: test_subclass_delayed (ctypes.test.test_structures.SubclassesTest) PASS: test_contains_itself (ctypes.test.test_structures.TestRecursiveStructure) PASS: test_vice_versa (ctypes.test.test_structures.TestRecursiveStructure) PASS: test_native (ctypes.test.test_unaligned_structures.TestStructures) PASS: test_swapped (ctypes.test.test_unaligned_structures.TestStructures) PASS: test_buffers (ctypes.test.test_unicode.StringTestCase) PASS: test_func (ctypes.test.test_unicode.StringTestCase) PASS: test_wcslen (ctypes.test.test_unicode.StringTestCase) PASS: test_buffers (ctypes.test.test_unicode.UnicodeTestCase) PASS: test_wcslen (ctypes.test.test_unicode.UnicodeTestCase) PASS: test_frozentable (ctypes.test.test_values.PythonValuesTestCase) PASS: test_optimizeflag (ctypes.test.test_values.PythonValuesTestCase) PASS: test_undefined (ctypes.test.test_values.PythonValuesTestCase) PASS: test_an_integer (ctypes.test.test_values.ValuesTestCase) PASS: test_undefined (ctypes.test.test_values.ValuesTestCase) PASS: test_array_invalid_length (ctypes.test.test_varsize_struct.VarSizeTest) PASS: test_resize (ctypes.test.test_varsize_struct.VarSizeTest) PASS: test_zerosized_array (ctypes.test.test_varsize_struct.VarSizeTest) SKIP: test_SEH (ctypes.test.test_win32.FunctionCallTestCase) 'Windows-specific test' SKIP: test_noargs (ctypes.test.test_win32.FunctionCallTestCase) 'Windows-specific test' SKIP: test_sizes (ctypes.test.test_win32.ReturnStructSizesTestCase) 'Windows-specific test' PASS: test_struct_by_value (ctypes.test.test_win32.Structures) SKIP: test_winerror (ctypes.test.test_win32.TestWinError) 'Windows-specific test' SKIP: test_COMError (ctypes.test.test_win32.TestWintypes) 'Windows-specific test' SKIP: test_HWND (ctypes.test.test_win32.TestWintypes) 'Windows-specific test' SKIP: test_PARAM (ctypes.test.test_win32.TestWintypes) 'Windows-specific test' SKIP: test_callconv_1 (ctypes.test.test_win32.WindowsTestCase) 'Windows-specific test' SKIP: test_callconv_2 (ctypes.test.test_win32.WindowsTestCase) 'Windows-specific test' SKIP: test_variant_bool (ctypes.test.test_wintypes.WinTypesTest) 'Windows-only test' ---------------------------------------------------------------------- Ran 477 tests in 0.852s OK (skipped=87) 0:04:26 load avg: 1.15 [ 93/416] test_curses test_curses skipped -- Use of the 'curses' resource not enabled 0:04:26 load avg: 1.15 [ 94/416] test_dataclasses -- test_curses skipped (resource denied) PASS: test_0_field_compare (test.test_dataclasses.TestCase) PASS: test_1_field_compare (test.test_dataclasses.TestCase) PASS: test_alternate_classmethod_constructor (test.test_dataclasses.TestCase) PASS: test_class_attrs (test.test_dataclasses.TestCase) PASS: test_class_marker (test.test_dataclasses.TestCase) PASS: test_class_var (test.test_dataclasses.TestCase) PASS: test_class_var_default_factory (test.test_dataclasses.TestCase) PASS: test_class_var_frozen (test.test_dataclasses.TestCase) PASS: test_class_var_no_default (test.test_dataclasses.TestCase) PASS: test_class_var_with_default (test.test_dataclasses.TestCase) PASS: test_classvar_default_factory (test.test_dataclasses.TestCase) PASS: test_compare_subclasses (test.test_dataclasses.TestCase) PASS: test_dataclassses_pickleable (test.test_dataclasses.TestCase) PASS: test_default_factory (test.test_dataclasses.TestCase) PASS: test_default_factory_derived (test.test_dataclasses.TestCase) PASS: test_default_factory_not_called_if_value_given (test.test_dataclasses.TestCase) PASS: test_default_factory_with_no_init (test.test_dataclasses.TestCase) PASS: test_deliberately_mutable_defaults (test.test_dataclasses.TestCase) PASS: test_disallowed_mutable_defaults (test.test_dataclasses.TestCase) PASS: test_dont_include_other_annotations (test.test_dataclasses.TestCase) PASS: test_dynamic_class_creation (test.test_dataclasses.TestCase) PASS: test_dynamic_class_creation_using_field (test.test_dataclasses.TestCase) PASS: test_eq_order (test.test_dataclasses.TestCase) PASS: test_field_default (test.test_dataclasses.TestCase) PASS: test_field_metadata_custom_mapping (test.test_dataclasses.TestCase) PASS: test_field_metadata_default (test.test_dataclasses.TestCase) PASS: test_field_metadata_mapping (test.test_dataclasses.TestCase) PASS: test_field_named_like_builtin (test.test_dataclasses.TestCase) PASS: test_field_named_like_builtin_frozen (test.test_dataclasses.TestCase) PASS: test_field_named_object (test.test_dataclasses.TestCase) PASS: test_field_named_object_frozen (test.test_dataclasses.TestCase) PASS: test_field_named_self (test.test_dataclasses.TestCase) PASS: test_field_no_default (test.test_dataclasses.TestCase) PASS: test_field_order (test.test_dataclasses.TestCase) PASS: test_function_annotations (test.test_dataclasses.TestCase) PASS: test_generic_dataclasses (test.test_dataclasses.TestCase) PASS: test_generic_dynamic (test.test_dataclasses.TestCase) PASS: test_generic_extending (test.test_dataclasses.TestCase) PASS: test_hash_field_rules (test.test_dataclasses.TestCase) PASS: test_helper_asdict (test.test_dataclasses.TestCase) PASS: test_helper_asdict_builtin_containers (test.test_dataclasses.TestCase) PASS: test_helper_asdict_copy_values (test.test_dataclasses.TestCase) PASS: test_helper_asdict_factory (test.test_dataclasses.TestCase) PASS: test_helper_asdict_namedtuple (test.test_dataclasses.TestCase) PASS: test_helper_asdict_namedtuple_derived (test.test_dataclasses.TestCase) PASS: test_helper_asdict_namedtuple_key (test.test_dataclasses.TestCase) PASS: test_helper_asdict_nested (test.test_dataclasses.TestCase) PASS: test_helper_asdict_raises_on_classes (test.test_dataclasses.TestCase) PASS: test_helper_astuple (test.test_dataclasses.TestCase) PASS: test_helper_astuple_builtin_containers (test.test_dataclasses.TestCase) PASS: test_helper_astuple_copy_values (test.test_dataclasses.TestCase) PASS: test_helper_astuple_factory (test.test_dataclasses.TestCase) PASS: test_helper_astuple_namedtuple (test.test_dataclasses.TestCase) PASS: test_helper_astuple_nested (test.test_dataclasses.TestCase) PASS: test_helper_astuple_raises_on_classes (test.test_dataclasses.TestCase) PASS: test_helper_fields_exception (test.test_dataclasses.TestCase) PASS: test_helper_fields_with_class_instance (test.test_dataclasses.TestCase) PASS: test_init_false_no_default (test.test_dataclasses.TestCase) PASS: test_init_in_order (test.test_dataclasses.TestCase) PASS: test_init_var (test.test_dataclasses.TestCase) PASS: test_init_var_default_factory (test.test_dataclasses.TestCase) PASS: test_init_var_inheritance (test.test_dataclasses.TestCase) PASS: test_init_var_no_default (test.test_dataclasses.TestCase) PASS: test_init_var_with_default (test.test_dataclasses.TestCase) PASS: test_intermediate_non_dataclass (test.test_dataclasses.TestCase) PASS: test_is_dataclass (test.test_dataclasses.TestCase) PASS: test_items_in_dicts (test.test_dataclasses.TestCase) PASS: test_missing_default (test.test_dataclasses.TestCase) PASS: test_missing_default_factory (test.test_dataclasses.TestCase) PASS: test_missing_repr (test.test_dataclasses.TestCase) PASS: test_named_init_params (test.test_dataclasses.TestCase) PASS: test_no_fields (test.test_dataclasses.TestCase) PASS: test_no_fields_but_member_variable (test.test_dataclasses.TestCase) PASS: test_no_options (test.test_dataclasses.TestCase) PASS: test_not_in_compare (test.test_dataclasses.TestCase) PASS: test_not_in_repr (test.test_dataclasses.TestCase) PASS: test_not_tuple (test.test_dataclasses.TestCase) PASS: test_one_field_no_default (test.test_dataclasses.TestCase) PASS: test_overwrite_fields_in_derived_class (test.test_dataclasses.TestCase) PASS: test_overwrite_hash (test.test_dataclasses.TestCase) PASS: test_post_init (test.test_dataclasses.TestCase) PASS: test_post_init_classmethod (test.test_dataclasses.TestCase) PASS: test_post_init_staticmethod (test.test_dataclasses.TestCase) PASS: test_post_init_super (test.test_dataclasses.TestCase) PASS: test_simple_compare (test.test_dataclasses.TestCase) PASS: test_two_fields_one_default (test.test_dataclasses.TestCase) PASS: test_lookup_on_class (test.test_dataclasses.TestDescriptors) PASS: test_lookup_on_instance (test.test_dataclasses.TestDescriptors) PASS: test_non_descriptor (test.test_dataclasses.TestDescriptors) PASS: test_set_name (test.test_dataclasses.TestDescriptors) PASS: test_docstring_deque_field (test.test_dataclasses.TestDocString) PASS: test_docstring_deque_field_with_default_factory (test.test_dataclasses.TestDocString) PASS: test_docstring_list_field (test.test_dataclasses.TestDocString) PASS: test_docstring_list_field_with_default_factory (test.test_dataclasses.TestDocString) PASS: test_docstring_no_fields (test.test_dataclasses.TestDocString) PASS: test_docstring_one_field (test.test_dataclasses.TestDocString) PASS: test_docstring_one_field_with_default (test.test_dataclasses.TestDocString) PASS: test_docstring_one_field_with_default_none (test.test_dataclasses.TestDocString) PASS: test_docstring_three_fields (test.test_dataclasses.TestDocString) PASS: test_docstring_two_fields (test.test_dataclasses.TestDocString) PASS: test_existing_docstring_not_overridden (test.test_dataclasses.TestDocString) PASS: test_no_eq (test.test_dataclasses.TestEq) PASS: test_overwriting_eq (test.test_dataclasses.TestEq) PASS: test_field_without_annotation (test.test_dataclasses.TestFieldNoAnnotation) PASS: test_field_without_annotation_but_annotation_in_base (test.test_dataclasses.TestFieldNoAnnotation) PASS: test_field_without_annotation_but_annotation_in_base_not_dataclass (test.test_dataclasses.TestFieldNoAnnotation) PASS: test_frozen (test.test_dataclasses.TestFrozen) PASS: test_frozen_hash (test.test_dataclasses.TestFrozen) PASS: test_inherit (test.test_dataclasses.TestFrozen) PASS: test_inherit_from_normal_class (test.test_dataclasses.TestFrozen) PASS: test_inherit_frozen_from_nonfrozen (test.test_dataclasses.TestFrozen) PASS: test_inherit_nonfrozen_from_frozen (test.test_dataclasses.TestFrozen) PASS: test_non_frozen_normal_derived (test.test_dataclasses.TestFrozen) PASS: test_overwriting_frozen (test.test_dataclasses.TestFrozen) PASS: test_0_field_hash (test.test_dataclasses.TestHash) PASS: test_1_field_hash (test.test_dataclasses.TestHash) PASS: test_eq_only (test.test_dataclasses.TestHash) PASS: test_hash_no_args (test.test_dataclasses.TestHash) PASS: test_hash_rules (test.test_dataclasses.TestHash) PASS: test_unsafe_hash (test.test_dataclasses.TestHash) PASS: test_base_has_init (test.test_dataclasses.TestInit) PASS: test_no_init (test.test_dataclasses.TestInit) PASS: test_overwriting_init (test.test_dataclasses.TestInit) PASS: test_base (test.test_dataclasses.TestMakeDataclass) PASS: test_base_dataclass (test.test_dataclasses.TestMakeDataclass) PASS: test_class_var (test.test_dataclasses.TestMakeDataclass) PASS: test_duplicate_field_names (test.test_dataclasses.TestMakeDataclass) PASS: test_funny_class_names_names (test.test_dataclasses.TestMakeDataclass) PASS: test_init_var (test.test_dataclasses.TestMakeDataclass) PASS: test_invalid_type_specification (test.test_dataclasses.TestMakeDataclass) PASS: test_keyword_field_names (test.test_dataclasses.TestMakeDataclass) PASS: test_no_mutate_namespace (test.test_dataclasses.TestMakeDataclass) PASS: test_no_types (test.test_dataclasses.TestMakeDataclass) PASS: test_non_identifier_field_names (test.test_dataclasses.TestMakeDataclass) PASS: test_other_params (test.test_dataclasses.TestMakeDataclass) PASS: test_simple (test.test_dataclasses.TestMakeDataclass) PASS: test_underscore_field_names (test.test_dataclasses.TestMakeDataclass) PASS: test_functools_total_ordering (test.test_dataclasses.TestOrdering) PASS: test_no_order (test.test_dataclasses.TestOrdering) PASS: test_overwriting_order (test.test_dataclasses.TestOrdering) PASS: test (test.test_dataclasses.TestReplace) PASS: test_classvar (test.test_dataclasses.TestReplace) PASS: test_frozen (test.test_dataclasses.TestReplace) PASS: test_initvar_is_specified (test.test_dataclasses.TestReplace) PASS: test_invalid_field_name (test.test_dataclasses.TestReplace) PASS: test_invalid_object (test.test_dataclasses.TestReplace) PASS: test_no_init (test.test_dataclasses.TestReplace) PASS: test_recursive_repr (test.test_dataclasses.TestReplace) PASS: test_recursive_repr_indirection (test.test_dataclasses.TestReplace) PASS: test_recursive_repr_indirection_two (test.test_dataclasses.TestReplace) PASS: test_recursive_repr_misc_attrs (test.test_dataclasses.TestReplace) PASS: test_recursive_repr_two_attrs (test.test_dataclasses.TestReplace) PASS: test_no_repr (test.test_dataclasses.TestRepr) PASS: test_overwriting_repr (test.test_dataclasses.TestRepr) PASS: test_repr (test.test_dataclasses.TestRepr) PASS: test_derived_added_field (test.test_dataclasses.TestSlots) PASS: test_simple (test.test_dataclasses.TestSlots) PASS: test_classvar (test.test_dataclasses.TestStringAnnotations) PASS: test_classvar_module_level_import (test.test_dataclasses.TestStringAnnotations) PASS: test_initvar (test.test_dataclasses.TestStringAnnotations) PASS: test_isnt_classvar (test.test_dataclasses.TestStringAnnotations) PASS: test_isnt_initvar (test.test_dataclasses.TestStringAnnotations) ---------------------------------------------------------------------- Ran 162 tests in 0.183s OK 0:04:26 load avg: 1.15 [ 95/416] test_datetime SKIP: test_check_date (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_check_datetime (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_check_delta (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_check_time (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_check_tzinfo (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_timezones_capi (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_timezones_offset_zero (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' SKIP: test_utc_capi (test.datetimetester.CapiTest_Pure) 'Not relevant in pure Python' PASS: test_folds (test.datetimetester.IranTest_Pure) PASS: test_gaps (test.datetimetester.IranTest_Pure) PASS: test_system_transitions (test.datetimetester.IranTest_Pure) PASS: test_bug_1028306 (test.datetimetester.Oddballs_Pure) PASS: test_check_arg_types (test.datetimetester.Oddballs_Pure) PASS: test_extra_attributes (test.datetimetester.Oddballs_Pure) PASS: test_backdoor_resistance (test.datetimetester.TestDate_Pure) PASS: test_bad_constructor_arguments (test.datetimetester.TestDate_Pure) PASS: test_basic_attributes (test.datetimetester.TestDate_Pure) PASS: test_bool (test.datetimetester.TestDate_Pure) PASS: test_compare (test.datetimetester.TestDate_Pure) PASS: test_compat_unpickle (test.datetimetester.TestDate_Pure) PASS: test_computations (test.datetimetester.TestDate_Pure) PASS: test_ctime (test.datetimetester.TestDate_Pure) PASS: test_extreme_ordinals (test.datetimetester.TestDate_Pure) PASS: test_extreme_timedelta (test.datetimetester.TestDate_Pure) PASS: test_format (test.datetimetester.TestDate_Pure) PASS: test_fromisoformat (test.datetimetester.TestDate_Pure) PASS: test_fromisoformat_fails (test.datetimetester.TestDate_Pure) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDate_Pure) PASS: test_fromisoformat_subclass (test.datetimetester.TestDate_Pure) PASS: test_fromtimestamp (test.datetimetester.TestDate_Pure) PASS: test_harmful_mixed_comparison (test.datetimetester.TestDate_Pure) PASS: test_harmless_mixed_comparison (test.datetimetester.TestDate_Pure) PASS: test_hash_equality (test.datetimetester.TestDate_Pure) PASS: test_insane_fromtimestamp (test.datetimetester.TestDate_Pure) PASS: test_iso_long_years (test.datetimetester.TestDate_Pure) PASS: test_isocalendar (test.datetimetester.TestDate_Pure) PASS: test_isoformat (test.datetimetester.TestDate_Pure) PASS: test_mixed_compare (test.datetimetester.TestDate_Pure) PASS: test_ordinal_conversions (test.datetimetester.TestDate_Pure) PASS: test_overflow (test.datetimetester.TestDate_Pure) PASS: test_pickling (test.datetimetester.TestDate_Pure) PASS: test_pickling_subclass_date (test.datetimetester.TestDate_Pure) PASS: test_replace (test.datetimetester.TestDate_Pure) PASS: test_resolution_info (test.datetimetester.TestDate_Pure) PASS: test_roundtrip (test.datetimetester.TestDate_Pure) PASS: test_strftime (test.datetimetester.TestDate_Pure) PASS: test_strftime_trailing_percent (test.datetimetester.TestDate_Pure) PASS: test_strftime_y2k (test.datetimetester.TestDate_Pure) PASS: test_subclass_alternate_constructors (test.datetimetester.TestDate_Pure) PASS: test_subclass_date (test.datetimetester.TestDate_Pure) PASS: test_subclass_replace (test.datetimetester.TestDate_Pure) PASS: test_timetuple (test.datetimetester.TestDate_Pure) PASS: test_today (test.datetimetester.TestDate_Pure) PASS: test_weekday (test.datetimetester.TestDate_Pure) PASS: test_delta_non_days_ignored (test.datetimetester.TestDateOnly_Pure) PASS: test_astimezone (test.datetimetester.TestDateTime_Pure) PASS: test_backdoor_resistance (test.datetimetester.TestDateTime_Pure) PASS: test_bad_constructor_arguments (test.datetimetester.TestDateTime_Pure) PASS: test_basic_attributes (test.datetimetester.TestDateTime_Pure) PASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTime_Pure) PASS: test_bool (test.datetimetester.TestDateTime_Pure) PASS: test_combine (test.datetimetester.TestDateTime_Pure) PASS: test_compare (test.datetimetester.TestDateTime_Pure) PASS: test_compat_unpickle (test.datetimetester.TestDateTime_Pure) PASS: test_computations (test.datetimetester.TestDateTime_Pure) PASS: test_ctime (test.datetimetester.TestDateTime_Pure) PASS: test_extract (test.datetimetester.TestDateTime_Pure) PASS: test_extreme_ordinals (test.datetimetester.TestDateTime_Pure) PASS: test_extreme_timedelta (test.datetimetester.TestDateTime_Pure) PASS: test_format (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_datetime (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_fails (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_separators (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_subclass (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_timezone (test.datetimetester.TestDateTime_Pure) PASS: test_fromisoformat_utc (test.datetimetester.TestDateTime_Pure) PASS: test_fromtimestamp (test.datetimetester.TestDateTime_Pure) PASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTime_Pure) PASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTime_Pure) PASS: test_hash_equality (test.datetimetester.TestDateTime_Pure) PASS: test_insane_fromtimestamp (test.datetimetester.TestDateTime_Pure) PASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTime_Pure) PASS: test_iso_long_years (test.datetimetester.TestDateTime_Pure) PASS: test_isocalendar (test.datetimetester.TestDateTime_Pure) PASS: test_isoformat (test.datetimetester.TestDateTime_Pure) PASS: test_isoformat_timezone (test.datetimetester.TestDateTime_Pure) PASS: test_microsecond_rounding (test.datetimetester.TestDateTime_Pure) PASS: test_mixed_compare (test.datetimetester.TestDateTime_Pure) PASS: test_more_compare (test.datetimetester.TestDateTime_Pure) PASS: test_more_ctime (test.datetimetester.TestDateTime_Pure) PASS: test_more_pickling (test.datetimetester.TestDateTime_Pure) PASS: test_more_strftime (test.datetimetester.TestDateTime_Pure) PASS: test_more_timetuple (test.datetimetester.TestDateTime_Pure) PASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTime_Pure) PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTime_Pure) PASS: test_ordinal_conversions (test.datetimetester.TestDateTime_Pure) PASS: test_overflow (test.datetimetester.TestDateTime_Pure) PASS: test_pickling (test.datetimetester.TestDateTime_Pure) PASS: test_pickling_subclass_date (test.datetimetester.TestDateTime_Pure) PASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTime_Pure) PASS: test_replace (test.datetimetester.TestDateTime_Pure) PASS: test_resolution_info (test.datetimetester.TestDateTime_Pure) PASS: test_roundtrip (test.datetimetester.TestDateTime_Pure) PASS: test_strftime (test.datetimetester.TestDateTime_Pure) PASS: test_strftime_trailing_percent (test.datetimetester.TestDateTime_Pure) PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTime_Pure) PASS: test_strftime_y2k (test.datetimetester.TestDateTime_Pure) PASS: test_strptime (test.datetimetester.TestDateTime_Pure) PASS: test_strptime_single_digit (test.datetimetester.TestDateTime_Pure) PASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTime_Pure) PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTime_Pure) PASS: test_subclass_date (test.datetimetester.TestDateTime_Pure) PASS: test_subclass_datetime (test.datetimetester.TestDateTime_Pure) PASS: test_subclass_replace (test.datetimetester.TestDateTime_Pure) PASS: test_timestamp_aware (test.datetimetester.TestDateTime_Pure) PASS: test_timestamp_limits (test.datetimetester.TestDateTime_Pure) PASS: test_timestamp_naive (test.datetimetester.TestDateTime_Pure) PASS: test_timetuple (test.datetimetester.TestDateTime_Pure) PASS: test_today (test.datetimetester.TestDateTime_Pure) PASS: test_tz_independent_comparing (test.datetimetester.TestDateTime_Pure) PASS: test_utcfromtimestamp (test.datetimetester.TestDateTime_Pure) PASS: test_utcnow (test.datetimetester.TestDateTime_Pure) PASS: test_weekday (test.datetimetester.TestDateTime_Pure) PASS: test_argument_passing (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_astimezone (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_astimezone_default_eastern (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_astimezone_default_near_fold (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_astimezone_default_utc (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_aware_compare (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_aware_subtract (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_backdoor_resistance (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_bad_constructor_arguments (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_bad_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_basic_attributes (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_bool (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_combine (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_compare (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_compat_unpickle (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_computations (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_ctime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_even_more_compare (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_extract (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_extreme_hashes (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_extreme_ordinals (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_extreme_timedelta (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_format (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_datetime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_fails (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_separators (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_subclass (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_timezone (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromisoformat_utc (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_hash_equality (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_insane_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_iso_long_years (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_isocalendar (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_isoformat (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_isoformat_timezone (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_microsecond_rounding (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_mixed_compare (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_more_astimezone (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_more_compare (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_more_ctime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_more_pickling (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_more_strftime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_more_timetuple (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_ordinal_conversions (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_overflow (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_pickling (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_pickling_subclass_date (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_replace (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_resolution_info (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_roundtrip (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_strftime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_strftime_trailing_percent (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_strftime_y2k (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_strptime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_strptime_single_digit (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_subclass_date (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_subclass_datetime (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_subclass_datetimetz (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_subclass_replace (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_timestamp_aware (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_timestamp_limits (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_timestamp_naive (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_timetuple (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_today (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_trivial (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tz_aware_arithmetic (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tz_independent_comparing (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tzinfo_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tzinfo_isoformat (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tzinfo_now (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tzinfo_timetuple (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tzinfo_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_tzinfo_utcnow (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_utc_offset_out_of_bounds (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_utcnow (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_utctimetuple (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_weekday (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_zones (test.datetimetester.TestDateTimeTZ_Pure) PASS: test_astimezone (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_comparison (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_constructors (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_dst (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_fromtimestamp (test.datetimetester.TestLocalTimeDisambiguation_Pure) SKIP: test_fromtimestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Pure) 'Australia/Lord_Howe timezone is not supported on this platform' PASS: test_fromtimestamp_low_fold_detection (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_hash (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_hash_aware (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_member (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_mixed_compare_fold (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_mixed_compare_gap (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_mixed_compare_regular (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_pickle_fold (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_replace (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_repr (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_timestamp (test.datetimetester.TestLocalTimeDisambiguation_Pure) SKIP: test_timestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Pure) 'Australia/Lord_Howe timezone is not supported on this platform' PASS: test_utcoffset (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_vilnius_1941_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_vilnius_1941_toutc (test.datetimetester.TestLocalTimeDisambiguation_Pure) PASS: test_constants (test.datetimetester.TestModule_Pure) PASS: test_divide_and_round (test.datetimetester.TestModule_Pure) SKIP: test_name_cleanup (test.datetimetester.TestModule_Pure) 'Only run for Fast C implementation' PASS: test_astimezone (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_backdoor_resistance (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_bad_constructor_arguments (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_basic_attributes (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_basic_attributes_nonzero (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_bool (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_combine (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_compare (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_compat_unpickle (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_computations (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_ctime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_extract (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_extreme_ordinals (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_extreme_timedelta (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_format (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_ambiguous (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_datetime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_fails (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_separators (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_subclass (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_timespecs (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_timezone (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromisoformat_utc (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_harmful_mixed_comparison (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_harmless_mixed_comparison (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_hash_equality (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_insane_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_insane_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_iso_long_years (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_isocalendar (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_isoformat (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_isoformat_timezone (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_microsecond_rounding (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_mixed_compare (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_more_compare (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_more_ctime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_more_pickling (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_more_strftime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_more_timetuple (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_negative_float_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_ordinal_conversions (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_overflow (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_pickling (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_pickling_subclass_date (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_pickling_subclass_datetime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_replace (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_resolution_info (test.datetimetester.TestSubclassDateTime_Pure) SKIP: test_roundtrip (test.datetimetester.TestSubclassDateTime_Pure) 'not appropriate for subclasses' PASS: test_strftime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_strftime_trailing_percent (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_strftime_y2k (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_strptime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_strptime_single_digit (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_subclass_alternate_constructors (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_subclass_date (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_subclass_datetime (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_subclass_replace (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_timestamp_aware (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_timestamp_limits (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_timestamp_naive (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_timetuple (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_today (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_tz_independent_comparing (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_utcnow (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_weekday (test.datetimetester.TestSubclassDateTime_Pure) PASS: test_issue23600 (test.datetimetester.TestTZInfo_Pure) PASS: test_non_abstractness (test.datetimetester.TestTZInfo_Pure) PASS: test_normal (test.datetimetester.TestTZInfo_Pure) PASS: test_pickling_base (test.datetimetester.TestTZInfo_Pure) PASS: test_pickling_subclass (test.datetimetester.TestTZInfo_Pure) PASS: test_refcnt_crash_bug_22044 (test.datetimetester.TestTZInfo_Pure) PASS: test_subclass_must_override (test.datetimetester.TestTZInfo_Pure) PASS: test_1653736 (test.datetimetester.TestTime_Pure) PASS: test_backdoor_resistance (test.datetimetester.TestTime_Pure) PASS: test_bad_constructor_arguments (test.datetimetester.TestTime_Pure) PASS: test_basic_attributes (test.datetimetester.TestTime_Pure) PASS: test_basic_attributes_nonzero (test.datetimetester.TestTime_Pure) PASS: test_bool (test.datetimetester.TestTime_Pure) PASS: test_comparing (test.datetimetester.TestTime_Pure) PASS: test_compat_unpickle (test.datetimetester.TestTime_Pure) PASS: test_format (test.datetimetester.TestTime_Pure) PASS: test_harmful_mixed_comparison (test.datetimetester.TestTime_Pure) PASS: test_harmless_mixed_comparison (test.datetimetester.TestTime_Pure) PASS: test_hash_equality (test.datetimetester.TestTime_Pure) PASS: test_isoformat (test.datetimetester.TestTime_Pure) PASS: test_isoformat_timezone (test.datetimetester.TestTime_Pure) PASS: test_pickling (test.datetimetester.TestTime_Pure) PASS: test_pickling_subclass_time (test.datetimetester.TestTime_Pure) PASS: test_replace (test.datetimetester.TestTime_Pure) PASS: test_repr (test.datetimetester.TestTime_Pure) PASS: test_resolution_info (test.datetimetester.TestTime_Pure) PASS: test_roundtrip (test.datetimetester.TestTime_Pure) PASS: test_str (test.datetimetester.TestTime_Pure) PASS: test_strftime (test.datetimetester.TestTime_Pure) PASS: test_subclass_replace (test.datetimetester.TestTime_Pure) PASS: test_subclass_time (test.datetimetester.TestTime_Pure) PASS: test_basic_attributes (test.datetimetester.TestTimeDelta_Pure) PASS: test_bool (test.datetimetester.TestTimeDelta_Pure) PASS: test_carries (test.datetimetester.TestTimeDelta_Pure) PASS: test_compare (test.datetimetester.TestTimeDelta_Pure) PASS: test_computations (test.datetimetester.TestTimeDelta_Pure) PASS: test_constructor (test.datetimetester.TestTimeDelta_Pure) PASS: test_disallowed_computations (test.datetimetester.TestTimeDelta_Pure) PASS: test_disallowed_special (test.datetimetester.TestTimeDelta_Pure) PASS: test_division (test.datetimetester.TestTimeDelta_Pure) PASS: test_divmod (test.datetimetester.TestTimeDelta_Pure) PASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeDelta_Pure) PASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeDelta_Pure) PASS: test_hash_equality (test.datetimetester.TestTimeDelta_Pure) PASS: test_issue31293 (test.datetimetester.TestTimeDelta_Pure) PASS: test_issue31752 (test.datetimetester.TestTimeDelta_Pure) PASS: test_massive_normalization (test.datetimetester.TestTimeDelta_Pure) PASS: test_microsecond_rounding (test.datetimetester.TestTimeDelta_Pure) PASS: test_overflow (test.datetimetester.TestTimeDelta_Pure) PASS: test_pickling (test.datetimetester.TestTimeDelta_Pure) PASS: test_remainder (test.datetimetester.TestTimeDelta_Pure) PASS: test_repr (test.datetimetester.TestTimeDelta_Pure) PASS: test_resolution_info (test.datetimetester.TestTimeDelta_Pure) PASS: test_roundtrip (test.datetimetester.TestTimeDelta_Pure) PASS: test_str (test.datetimetester.TestTimeDelta_Pure) PASS: test_subclass_timedelta (test.datetimetester.TestTimeDelta_Pure) PASS: test_total_seconds (test.datetimetester.TestTimeDelta_Pure) PASS: test_1653736 (test.datetimetester.TestTimeTZ_Pure) PASS: test_argument_passing (test.datetimetester.TestTimeTZ_Pure) PASS: test_aware_compare (test.datetimetester.TestTimeTZ_Pure) PASS: test_backdoor_resistance (test.datetimetester.TestTimeTZ_Pure) PASS: test_bad_constructor_arguments (test.datetimetester.TestTimeTZ_Pure) PASS: test_bad_tzinfo_classes (test.datetimetester.TestTimeTZ_Pure) PASS: test_basic_attributes (test.datetimetester.TestTimeTZ_Pure) PASS: test_basic_attributes_nonzero (test.datetimetester.TestTimeTZ_Pure) PASS: test_bool (test.datetimetester.TestTimeTZ_Pure) PASS: test_comparing (test.datetimetester.TestTimeTZ_Pure) PASS: test_compat_unpickle (test.datetimetester.TestTimeTZ_Pure) PASS: test_empty (test.datetimetester.TestTimeTZ_Pure) PASS: test_format (test.datetimetester.TestTimeTZ_Pure) PASS: test_fromisoformat (test.datetimetester.TestTimeTZ_Pure) PASS: test_fromisoformat_fails (test.datetimetester.TestTimeTZ_Pure) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestTimeTZ_Pure) PASS: test_fromisoformat_subclass (test.datetimetester.TestTimeTZ_Pure) PASS: test_fromisoformat_timespecs (test.datetimetester.TestTimeTZ_Pure) PASS: test_fromisoformat_timezone (test.datetimetester.TestTimeTZ_Pure) PASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeTZ_Pure) PASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeTZ_Pure) PASS: test_hash_edge_cases (test.datetimetester.TestTimeTZ_Pure) PASS: test_hash_equality (test.datetimetester.TestTimeTZ_Pure) PASS: test_isoformat (test.datetimetester.TestTimeTZ_Pure) PASS: test_isoformat_timezone (test.datetimetester.TestTimeTZ_Pure) PASS: test_mixed_compare (test.datetimetester.TestTimeTZ_Pure) PASS: test_more_bool (test.datetimetester.TestTimeTZ_Pure) PASS: test_pickling (test.datetimetester.TestTimeTZ_Pure) PASS: test_pickling_subclass_time (test.datetimetester.TestTimeTZ_Pure) PASS: test_replace (test.datetimetester.TestTimeTZ_Pure) PASS: test_repr (test.datetimetester.TestTimeTZ_Pure) PASS: test_resolution_info (test.datetimetester.TestTimeTZ_Pure) PASS: test_roundtrip (test.datetimetester.TestTimeTZ_Pure) PASS: test_str (test.datetimetester.TestTimeTZ_Pure) PASS: test_strftime (test.datetimetester.TestTimeTZ_Pure) PASS: test_subclass_replace (test.datetimetester.TestTimeTZ_Pure) PASS: test_subclass_time (test.datetimetester.TestTimeTZ_Pure) PASS: test_subclass_timetz (test.datetimetester.TestTimeTZ_Pure) PASS: test_tzinfo_classes (test.datetimetester.TestTimeTZ_Pure) PASS: test_utc_offset_out_of_bounds (test.datetimetester.TestTimeTZ_Pure) PASS: test_zones (test.datetimetester.TestTimeTZ_Pure) PASS: test_aware_datetime (test.datetimetester.TestTimeZone_Pure) PASS: test_class_members (test.datetimetester.TestTimeZone_Pure) PASS: test_comparison (test.datetimetester.TestTimeZone_Pure) PASS: test_constructor (test.datetimetester.TestTimeZone_Pure) PASS: test_copy (test.datetimetester.TestTimeZone_Pure) PASS: test_deepcopy (test.datetimetester.TestTimeZone_Pure) PASS: test_dst (test.datetimetester.TestTimeZone_Pure) PASS: test_fromutc (test.datetimetester.TestTimeZone_Pure) PASS: test_inheritance (test.datetimetester.TestTimeZone_Pure) PASS: test_pickle (test.datetimetester.TestTimeZone_Pure) PASS: test_repr (test.datetimetester.TestTimeZone_Pure) PASS: test_str (test.datetimetester.TestTimeZone_Pure) PASS: test_tzname (test.datetimetester.TestTimeZone_Pure) PASS: test_utcoffset (test.datetimetester.TestTimeZone_Pure) PASS: test_bogus_dst (test.datetimetester.TestTimezoneConversions_Pure) PASS: test_easy (test.datetimetester.TestTimezoneConversions_Pure) PASS: test_fromutc (test.datetimetester.TestTimezoneConversions_Pure) PASS: test_tricky (test.datetimetester.TestTimezoneConversions_Pure) PASS: test_folds (test.datetimetester.ZoneInfoTest_Pure) PASS: test_gaps (test.datetimetester.ZoneInfoTest_Pure) PASS: test_system_transitions (test.datetimetester.ZoneInfoTest_Pure) PASS: test_check_date (test.datetimetester.CapiTest_Fast) PASS: test_check_datetime (test.datetimetester.CapiTest_Fast) PASS: test_check_delta (test.datetimetester.CapiTest_Fast) PASS: test_check_time (test.datetimetester.CapiTest_Fast) PASS: test_check_tzinfo (test.datetimetester.CapiTest_Fast) PASS: test_timezones_capi (test.datetimetester.CapiTest_Fast) PASS: test_timezones_offset_zero (test.datetimetester.CapiTest_Fast) PASS: test_utc_capi (test.datetimetester.CapiTest_Fast) PASS: test_folds (test.datetimetester.IranTest_Fast) PASS: test_gaps (test.datetimetester.IranTest_Fast) PASS: test_system_transitions (test.datetimetester.IranTest_Fast) PASS: test_bug_1028306 (test.datetimetester.Oddballs_Fast) PASS: test_check_arg_types (test.datetimetester.Oddballs_Fast) PASS: test_extra_attributes (test.datetimetester.Oddballs_Fast) PASS: test_backdoor_resistance (test.datetimetester.TestDate_Fast) PASS: test_bad_constructor_arguments (test.datetimetester.TestDate_Fast) PASS: test_basic_attributes (test.datetimetester.TestDate_Fast) PASS: test_bool (test.datetimetester.TestDate_Fast) PASS: test_compare (test.datetimetester.TestDate_Fast) PASS: test_compat_unpickle (test.datetimetester.TestDate_Fast) PASS: test_computations (test.datetimetester.TestDate_Fast) PASS: test_ctime (test.datetimetester.TestDate_Fast) PASS: test_extreme_ordinals (test.datetimetester.TestDate_Fast) PASS: test_extreme_timedelta (test.datetimetester.TestDate_Fast) PASS: test_format (test.datetimetester.TestDate_Fast) PASS: test_fromisoformat (test.datetimetester.TestDate_Fast) PASS: test_fromisoformat_fails (test.datetimetester.TestDate_Fast) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDate_Fast) PASS: test_fromisoformat_subclass (test.datetimetester.TestDate_Fast) PASS: test_fromtimestamp (test.datetimetester.TestDate_Fast) PASS: test_harmful_mixed_comparison (test.datetimetester.TestDate_Fast) PASS: test_harmless_mixed_comparison (test.datetimetester.TestDate_Fast) PASS: test_hash_equality (test.datetimetester.TestDate_Fast) PASS: test_insane_fromtimestamp (test.datetimetester.TestDate_Fast) PASS: test_iso_long_years (test.datetimetester.TestDate_Fast) PASS: test_isocalendar (test.datetimetester.TestDate_Fast) PASS: test_isoformat (test.datetimetester.TestDate_Fast) PASS: test_mixed_compare (test.datetimetester.TestDate_Fast) PASS: test_ordinal_conversions (test.datetimetester.TestDate_Fast) PASS: test_overflow (test.datetimetester.TestDate_Fast) PASS: test_pickling (test.datetimetester.TestDate_Fast) PASS: test_pickling_subclass_date (test.datetimetester.TestDate_Fast) PASS: test_replace (test.datetimetester.TestDate_Fast) PASS: test_resolution_info (test.datetimetester.TestDate_Fast) PASS: test_roundtrip (test.datetimetester.TestDate_Fast) PASS: test_strftime (test.datetimetester.TestDate_Fast) PASS: test_strftime_trailing_percent (test.datetimetester.TestDate_Fast) PASS: test_strftime_y2k (test.datetimetester.TestDate_Fast) PASS: test_subclass_alternate_constructors (test.datetimetester.TestDate_Fast) PASS: test_subclass_date (test.datetimetester.TestDate_Fast) PASS: test_subclass_replace (test.datetimetester.TestDate_Fast) PASS: test_timetuple (test.datetimetester.TestDate_Fast) PASS: test_today (test.datetimetester.TestDate_Fast) PASS: test_weekday (test.datetimetester.TestDate_Fast) PASS: test_delta_non_days_ignored (test.datetimetester.TestDateOnly_Fast) PASS: test_astimezone (test.datetimetester.TestDateTime_Fast) PASS: test_backdoor_resistance (test.datetimetester.TestDateTime_Fast) PASS: test_bad_constructor_arguments (test.datetimetester.TestDateTime_Fast) PASS: test_basic_attributes (test.datetimetester.TestDateTime_Fast) PASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTime_Fast) PASS: test_bool (test.datetimetester.TestDateTime_Fast) PASS: test_combine (test.datetimetester.TestDateTime_Fast) PASS: test_compare (test.datetimetester.TestDateTime_Fast) PASS: test_compat_unpickle (test.datetimetester.TestDateTime_Fast) PASS: test_computations (test.datetimetester.TestDateTime_Fast) PASS: test_ctime (test.datetimetester.TestDateTime_Fast) PASS: test_extract (test.datetimetester.TestDateTime_Fast) PASS: test_extreme_ordinals (test.datetimetester.TestDateTime_Fast) PASS: test_extreme_timedelta (test.datetimetester.TestDateTime_Fast) PASS: test_format (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_datetime (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_fails (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_separators (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_subclass (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_timezone (test.datetimetester.TestDateTime_Fast) PASS: test_fromisoformat_utc (test.datetimetester.TestDateTime_Fast) PASS: test_fromtimestamp (test.datetimetester.TestDateTime_Fast) PASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTime_Fast) PASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTime_Fast) PASS: test_hash_equality (test.datetimetester.TestDateTime_Fast) PASS: test_insane_fromtimestamp (test.datetimetester.TestDateTime_Fast) PASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTime_Fast) PASS: test_iso_long_years (test.datetimetester.TestDateTime_Fast) PASS: test_isocalendar (test.datetimetester.TestDateTime_Fast) PASS: test_isoformat (test.datetimetester.TestDateTime_Fast) PASS: test_isoformat_timezone (test.datetimetester.TestDateTime_Fast) PASS: test_microsecond_rounding (test.datetimetester.TestDateTime_Fast) PASS: test_mixed_compare (test.datetimetester.TestDateTime_Fast) PASS: test_more_compare (test.datetimetester.TestDateTime_Fast) PASS: test_more_ctime (test.datetimetester.TestDateTime_Fast) PASS: test_more_pickling (test.datetimetester.TestDateTime_Fast) PASS: test_more_strftime (test.datetimetester.TestDateTime_Fast) PASS: test_more_timetuple (test.datetimetester.TestDateTime_Fast) PASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTime_Fast) PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTime_Fast) PASS: test_ordinal_conversions (test.datetimetester.TestDateTime_Fast) PASS: test_overflow (test.datetimetester.TestDateTime_Fast) PASS: test_pickling (test.datetimetester.TestDateTime_Fast) PASS: test_pickling_subclass_date (test.datetimetester.TestDateTime_Fast) PASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTime_Fast) PASS: test_replace (test.datetimetester.TestDateTime_Fast) PASS: test_resolution_info (test.datetimetester.TestDateTime_Fast) PASS: test_roundtrip (test.datetimetester.TestDateTime_Fast) PASS: test_strftime (test.datetimetester.TestDateTime_Fast) PASS: test_strftime_trailing_percent (test.datetimetester.TestDateTime_Fast) PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTime_Fast) PASS: test_strftime_y2k (test.datetimetester.TestDateTime_Fast) PASS: test_strptime (test.datetimetester.TestDateTime_Fast) PASS: test_strptime_single_digit (test.datetimetester.TestDateTime_Fast) PASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTime_Fast) PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTime_Fast) PASS: test_subclass_date (test.datetimetester.TestDateTime_Fast) PASS: test_subclass_datetime (test.datetimetester.TestDateTime_Fast) PASS: test_subclass_replace (test.datetimetester.TestDateTime_Fast) PASS: test_timestamp_aware (test.datetimetester.TestDateTime_Fast) PASS: test_timestamp_limits (test.datetimetester.TestDateTime_Fast) PASS: test_timestamp_naive (test.datetimetester.TestDateTime_Fast) PASS: test_timetuple (test.datetimetester.TestDateTime_Fast) PASS: test_today (test.datetimetester.TestDateTime_Fast) PASS: test_tz_independent_comparing (test.datetimetester.TestDateTime_Fast) PASS: test_utcfromtimestamp (test.datetimetester.TestDateTime_Fast) PASS: test_utcnow (test.datetimetester.TestDateTime_Fast) PASS: test_weekday (test.datetimetester.TestDateTime_Fast) PASS: test_argument_passing (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_astimezone (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_astimezone_default_eastern (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_astimezone_default_near_fold (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_astimezone_default_utc (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_aware_compare (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_aware_subtract (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_backdoor_resistance (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_bad_constructor_arguments (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_bad_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_basic_attributes (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_bool (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_combine (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_compare (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_compat_unpickle (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_computations (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_ctime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_even_more_compare (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_extract (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_extreme_hashes (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_extreme_ordinals (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_extreme_timedelta (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_format (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_datetime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_fails (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_separators (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_subclass (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_timezone (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromisoformat_utc (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_hash_equality (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_insane_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_iso_long_years (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_isocalendar (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_isoformat (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_isoformat_timezone (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_microsecond_rounding (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_mixed_compare (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_more_astimezone (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_more_compare (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_more_ctime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_more_pickling (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_more_strftime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_more_timetuple (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_ordinal_conversions (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_overflow (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_pickling (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_pickling_subclass_date (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_replace (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_resolution_info (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_roundtrip (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_strftime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_strftime_trailing_percent (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_strftime_y2k (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_strptime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_strptime_single_digit (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_subclass_date (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_subclass_datetime (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_subclass_datetimetz (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_subclass_replace (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_timestamp_aware (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_timestamp_limits (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_timestamp_naive (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_timetuple (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_today (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_trivial (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tz_aware_arithmetic (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tz_independent_comparing (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tzinfo_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tzinfo_isoformat (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tzinfo_now (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tzinfo_timetuple (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tzinfo_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_tzinfo_utcnow (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_utc_offset_out_of_bounds (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_utcnow (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_utctimetuple (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_weekday (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_zones (test.datetimetester.TestDateTimeTZ_Fast) PASS: test_astimezone (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_comparison (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_constructors (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_dst (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_fromtimestamp (test.datetimetester.TestLocalTimeDisambiguation_Fast) SKIP: test_fromtimestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Fast) 'Australia/Lord_Howe timezone is not supported on this platform' PASS: test_fromtimestamp_low_fold_detection (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_hash (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_hash_aware (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_member (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_mixed_compare_fold (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_mixed_compare_gap (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_mixed_compare_regular (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_pickle_fold (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_replace (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_repr (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_timestamp (test.datetimetester.TestLocalTimeDisambiguation_Fast) SKIP: test_timestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Fast) 'Australia/Lord_Howe timezone is not supported on this platform' PASS: test_utcoffset (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_vilnius_1941_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_vilnius_1941_toutc (test.datetimetester.TestLocalTimeDisambiguation_Fast) PASS: test_constants (test.datetimetester.TestModule_Fast) SKIP: test_divide_and_round (test.datetimetester.TestModule_Fast) 'Only run for Pure Python implementation' PASS: test_name_cleanup (test.datetimetester.TestModule_Fast) PASS: test_astimezone (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_backdoor_resistance (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_bad_constructor_arguments (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_basic_attributes (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_basic_attributes_nonzero (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_bool (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_combine (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_compare (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_compat_unpickle (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_computations (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_ctime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_extract (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_extreme_ordinals (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_extreme_timedelta (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_format (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_ambiguous (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_datetime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_fails (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_separators (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_subclass (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_timespecs (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_timezone (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromisoformat_utc (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_harmful_mixed_comparison (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_harmless_mixed_comparison (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_hash_equality (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_insane_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_insane_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_iso_long_years (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_isocalendar (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_isoformat (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_isoformat_timezone (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_microsecond_rounding (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_mixed_compare (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_more_compare (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_more_ctime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_more_pickling (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_more_strftime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_more_timetuple (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_negative_float_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_ordinal_conversions (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_overflow (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_pickling (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_pickling_subclass_date (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_pickling_subclass_datetime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_replace (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_resolution_info (test.datetimetester.TestSubclassDateTime_Fast) SKIP: test_roundtrip (test.datetimetester.TestSubclassDateTime_Fast) 'not appropriate for subclasses' PASS: test_strftime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_strftime_trailing_percent (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_strftime_y2k (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_strptime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_strptime_single_digit (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_subclass_alternate_constructors (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_subclass_date (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_subclass_datetime (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_subclass_replace (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_timestamp_aware (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_timestamp_limits (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_timestamp_naive (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_timetuple (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_today (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_tz_independent_comparing (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_utcnow (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_weekday (test.datetimetester.TestSubclassDateTime_Fast) PASS: test_issue23600 (test.datetimetester.TestTZInfo_Fast) PASS: test_non_abstractness (test.datetimetester.TestTZInfo_Fast) PASS: test_normal (test.datetimetester.TestTZInfo_Fast) PASS: test_pickling_base (test.datetimetester.TestTZInfo_Fast) PASS: test_pickling_subclass (test.datetimetester.TestTZInfo_Fast) PASS: test_refcnt_crash_bug_22044 (test.datetimetester.TestTZInfo_Fast) PASS: test_subclass_must_override (test.datetimetester.TestTZInfo_Fast) PASS: test_1653736 (test.datetimetester.TestTime_Fast) PASS: test_backdoor_resistance (test.datetimetester.TestTime_Fast) PASS: test_bad_constructor_arguments (test.datetimetester.TestTime_Fast) PASS: test_basic_attributes (test.datetimetester.TestTime_Fast) PASS: test_basic_attributes_nonzero (test.datetimetester.TestTime_Fast) PASS: test_bool (test.datetimetester.TestTime_Fast) PASS: test_comparing (test.datetimetester.TestTime_Fast) PASS: test_compat_unpickle (test.datetimetester.TestTime_Fast) PASS: test_format (test.datetimetester.TestTime_Fast) PASS: test_harmful_mixed_comparison (test.datetimetester.TestTime_Fast) PASS: test_harmless_mixed_comparison (test.datetimetester.TestTime_Fast) PASS: test_hash_equality (test.datetimetester.TestTime_Fast) PASS: test_isoformat (test.datetimetester.TestTime_Fast) PASS: test_isoformat_timezone (test.datetimetester.TestTime_Fast) PASS: test_pickling (test.datetimetester.TestTime_Fast) PASS: test_pickling_subclass_time (test.datetimetester.TestTime_Fast) PASS: test_replace (test.datetimetester.TestTime_Fast) PASS: test_repr (test.datetimetester.TestTime_Fast) PASS: test_resolution_info (test.datetimetester.TestTime_Fast) PASS: test_roundtrip (test.datetimetester.TestTime_Fast) PASS: test_str (test.datetimetester.TestTime_Fast) PASS: test_strftime (test.datetimetester.TestTime_Fast) PASS: test_subclass_replace (test.datetimetester.TestTime_Fast) PASS: test_subclass_time (test.datetimetester.TestTime_Fast) PASS: test_basic_attributes (test.datetimetester.TestTimeDelta_Fast) PASS: test_bool (test.datetimetester.TestTimeDelta_Fast) PASS: test_carries (test.datetimetester.TestTimeDelta_Fast) PASS: test_compare (test.datetimetester.TestTimeDelta_Fast) PASS: test_computations (test.datetimetester.TestTimeDelta_Fast) PASS: test_constructor (test.datetimetester.TestTimeDelta_Fast) PASS: test_disallowed_computations (test.datetimetester.TestTimeDelta_Fast) PASS: test_disallowed_special (test.datetimetester.TestTimeDelta_Fast) PASS: test_division (test.datetimetester.TestTimeDelta_Fast) PASS: test_divmod (test.datetimetester.TestTimeDelta_Fast) PASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeDelta_Fast) PASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeDelta_Fast) PASS: test_hash_equality (test.datetimetester.TestTimeDelta_Fast) PASS: test_issue31293 (test.datetimetester.TestTimeDelta_Fast) PASS: test_issue31752 (test.datetimetester.TestTimeDelta_Fast) PASS: test_massive_normalization (test.datetimetester.TestTimeDelta_Fast) PASS: test_microsecond_rounding (test.datetimetester.TestTimeDelta_Fast) PASS: test_overflow (test.datetimetester.TestTimeDelta_Fast) PASS: test_pickling (test.datetimetester.TestTimeDelta_Fast) PASS: test_remainder (test.datetimetester.TestTimeDelta_Fast) PASS: test_repr (test.datetimetester.TestTimeDelta_Fast) PASS: test_resolution_info (test.datetimetester.TestTimeDelta_Fast) PASS: test_roundtrip (test.datetimetester.TestTimeDelta_Fast) PASS: test_str (test.datetimetester.TestTimeDelta_Fast) PASS: test_subclass_timedelta (test.datetimetester.TestTimeDelta_Fast) PASS: test_total_seconds (test.datetimetester.TestTimeDelta_Fast) PASS: test_1653736 (test.datetimetester.TestTimeTZ_Fast) PASS: test_argument_passing (test.datetimetester.TestTimeTZ_Fast) PASS: test_aware_compare (test.datetimetester.TestTimeTZ_Fast) PASS: test_backdoor_resistance (test.datetimetester.TestTimeTZ_Fast) PASS: test_bad_constructor_arguments (test.datetimetester.TestTimeTZ_Fast) PASS: test_bad_tzinfo_classes (test.datetimetester.TestTimeTZ_Fast) PASS: test_basic_attributes (test.datetimetester.TestTimeTZ_Fast) PASS: test_basic_attributes_nonzero (test.datetimetester.TestTimeTZ_Fast) PASS: test_bool (test.datetimetester.TestTimeTZ_Fast) PASS: test_comparing (test.datetimetester.TestTimeTZ_Fast) PASS: test_compat_unpickle (test.datetimetester.TestTimeTZ_Fast) PASS: test_empty (test.datetimetester.TestTimeTZ_Fast) PASS: test_format (test.datetimetester.TestTimeTZ_Fast) PASS: test_fromisoformat (test.datetimetester.TestTimeTZ_Fast) PASS: test_fromisoformat_fails (test.datetimetester.TestTimeTZ_Fast) PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestTimeTZ_Fast) PASS: test_fromisoformat_subclass (test.datetimetester.TestTimeTZ_Fast) PASS: test_fromisoformat_timespecs (test.datetimetester.TestTimeTZ_Fast) PASS: test_fromisoformat_timezone (test.datetimetester.TestTimeTZ_Fast) PASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeTZ_Fast) PASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeTZ_Fast) PASS: test_hash_edge_cases (test.datetimetester.TestTimeTZ_Fast) PASS: test_hash_equality (test.datetimetester.TestTimeTZ_Fast) PASS: test_isoformat (test.datetimetester.TestTimeTZ_Fast) PASS: test_isoformat_timezone (test.datetimetester.TestTimeTZ_Fast) PASS: test_mixed_compare (test.datetimetester.TestTimeTZ_Fast) PASS: test_more_bool (test.datetimetester.TestTimeTZ_Fast) PASS: test_pickling (test.datetimetester.TestTimeTZ_Fast) PASS: test_pickling_subclass_time (test.datetimetester.TestTimeTZ_Fast) PASS: test_replace (test.datetimetester.TestTimeTZ_Fast) PASS: test_repr (test.datetimetester.TestTimeTZ_Fast) PASS: test_resolution_info (test.datetimetester.TestTimeTZ_Fast) PASS: test_roundtrip (test.datetimetester.TestTimeTZ_Fast) PASS: test_str (test.datetimetester.TestTimeTZ_Fast) PASS: test_strftime (test.datetimetester.TestTimeTZ_Fast) PASS: test_subclass_replace (test.datetimetester.TestTimeTZ_Fast) PASS: test_subclass_time (test.datetimetester.TestTimeTZ_Fast) PASS: test_subclass_timetz (test.datetimetester.TestTimeTZ_Fast) PASS: test_tzinfo_classes (test.datetimetester.TestTimeTZ_Fast) PASS: test_utc_offset_out_of_bounds (test.datetimetester.TestTimeTZ_Fast) PASS: test_zones (test.datetimetester.TestTimeTZ_Fast) PASS: test_aware_datetime (test.datetimetester.TestTimeZone_Fast) PASS: test_class_members (test.datetimetester.TestTimeZone_Fast) PASS: test_comparison (test.datetimetester.TestTimeZone_Fast) PASS: test_constructor (test.datetimetester.TestTimeZone_Fast) PASS: test_copy (test.datetimetester.TestTimeZone_Fast) PASS: test_deepcopy (test.datetimetester.TestTimeZone_Fast) PASS: test_dst (test.datetimetester.TestTimeZone_Fast) PASS: test_fromutc (test.datetimetester.TestTimeZone_Fast) PASS: test_inheritance (test.datetimetester.TestTimeZone_Fast) PASS: test_pickle (test.datetimetester.TestTimeZone_Fast) PASS: test_repr (test.datetimetester.TestTimeZone_Fast) PASS: test_str (test.datetimetester.TestTimeZone_Fast) PASS: test_tzname (test.datetimetester.TestTimeZone_Fast) PASS: test_utcoffset (test.datetimetester.TestTimeZone_Fast) PASS: test_bogus_dst (test.datetimetester.TestTimezoneConversions_Fast) PASS: test_easy (test.datetimetester.TestTimezoneConversions_Fast) PASS: test_fromutc (test.datetimetester.TestTimezoneConversions_Fast) PASS: test_tricky (test.datetimetester.TestTimezoneConversions_Fast) PASS: test_folds (test.datetimetester.ZoneInfoTest_Fast) PASS: test_gaps (test.datetimetester.ZoneInfoTest_Fast) PASS: test_system_transitions (test.datetimetester.ZoneInfoTest_Fast) ---------------------------------------------------------------------- Ran 888 tests in 4.588s OK (skipped=16) 0:04:31 load avg: 1.13 [ 96/416] test_dbm PASS: test_keys (test.test_dbm.WhichDBTestCase) PASS: test_whichdb (test.test_dbm.WhichDBTestCase) PASS: test_whichdb_ndbm (test.test_dbm.WhichDBTestCase) PASS: test_anydbm_access (test.test_dbm.TestCase-dbm.ndbm) PASS: test_anydbm_creation (test.test_dbm.TestCase-dbm.ndbm) PASS: test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase-dbm.ndbm) PASS: test_anydbm_keys (test.test_dbm.TestCase-dbm.ndbm) PASS: test_anydbm_modification (test.test_dbm.TestCase-dbm.ndbm) PASS: test_anydbm_not_existing (test.test_dbm.TestCase-dbm.ndbm) PASS: test_anydbm_read (test.test_dbm.TestCase-dbm.ndbm) PASS: test_empty_value (test.test_dbm.TestCase-dbm.ndbm) PASS: test_error (test.test_dbm.TestCase-dbm.ndbm) PASS: test_anydbm_access (test.test_dbm.TestCase-dbm.dumb) PASS: test_anydbm_creation (test.test_dbm.TestCase-dbm.dumb) PASS: test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase-dbm.dumb) PASS: test_anydbm_keys (test.test_dbm.TestCase-dbm.dumb) PASS: test_anydbm_modification (test.test_dbm.TestCase-dbm.dumb) PASS: test_anydbm_not_existing (test.test_dbm.TestCase-dbm.dumb) PASS: test_anydbm_read (test.test_dbm.TestCase-dbm.dumb) PASS: test_empty_value (test.test_dbm.TestCase-dbm.dumb) PASS: test_error (test.test_dbm.TestCase-dbm.dumb) ---------------------------------------------------------------------- Ran 21 tests in 0.025s OK 0:04:31 load avg: 1.13 [ 97/416] test_dbm_dumb PASS: test_check_closed (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_close_twice (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_context_manager (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_create_new (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_dumbdbm_creation (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_dumbdbm_creation_mode (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_dumbdbm_keys (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_dumbdbm_modification (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_dumbdbm_read (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_eval (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_invalid_flag (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_line_endings (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_missing_index (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_nonascii_filename (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_random (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_readonly_files (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_str_read (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_str_write_contains (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_warn_on_ignored_flags (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_write_contains (test.test_dbm_dumb.DumbDBMTestCase) PASS: test_write_write_read (test.test_dbm_dumb.DumbDBMTestCase) ---------------------------------------------------------------------- Ran 21 tests in 0.109s OK 0:04:32 load avg: 1.13 [ 98/416] test_dbm_gnu test_dbm_gnu skipped -- No module named '_gdbm' 0:04:32 load avg: 1.13 [ 99/416] test_dbm_ndbm -- test_dbm_gnu skipped PASS: test_bytes (test.test_dbm_ndbm.DbmTestCase) PASS: test_context_manager (test.test_dbm_ndbm.DbmTestCase) PASS: test_empty_value (test.test_dbm_ndbm.DbmTestCase) PASS: test_keys (test.test_dbm_ndbm.DbmTestCase) PASS: test_modes (test.test_dbm_ndbm.DbmTestCase) PASS: test_nonascii_filename (test.test_dbm_ndbm.DbmTestCase) PASS: test_unicode (test.test_dbm_ndbm.DbmTestCase) ---------------------------------------------------------------------- Ran 7 tests in 0.003s OK 0:04:32 load avg: 1.13 [100/416] test_decimal PASS: test_context_attributes (test.test_decimal.CheckAttributes) PASS: test_decimal_attributes (test.test_decimal.CheckAttributes) PASS: test_module_attributes (test.test_decimal.CheckAttributes) PASS: test_inspect_module (test.test_decimal.SignatureTest) PASS: test_inspect_types (test.test_decimal.SignatureTest) PASS: test_explicit_context_create_decimal (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_context_create_from_float (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_empty (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_from_Decimal (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_from_None (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_from_bool (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_from_float (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_from_int (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_from_list (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_from_string (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_from_tuples (test.test_decimal.CExplicitConstructionTest) PASS: test_from_legacy_strings (test.test_decimal.CExplicitConstructionTest) PASS: test_unicode_digits (test.test_decimal.CExplicitConstructionTest) PASS: test_explicit_context_create_decimal (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_context_create_from_float (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_empty (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_from_Decimal (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_from_None (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_from_bool (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_from_float (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_from_int (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_from_list (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_from_string (test.test_decimal.PyExplicitConstructionTest) PASS: test_explicit_from_tuples (test.test_decimal.PyExplicitConstructionTest) PASS: test_from_legacy_strings (test.test_decimal.PyExplicitConstructionTest) PASS: test_unicode_digits (test.test_decimal.PyExplicitConstructionTest) PASS: test_implicit_from_Decimal (test.test_decimal.CImplicitConstructionTest) PASS: test_implicit_from_None (test.test_decimal.CImplicitConstructionTest) PASS: test_implicit_from_float (test.test_decimal.CImplicitConstructionTest) PASS: test_implicit_from_int (test.test_decimal.CImplicitConstructionTest) PASS: test_implicit_from_string (test.test_decimal.CImplicitConstructionTest) PASS: test_rop (test.test_decimal.CImplicitConstructionTest) PASS: test_implicit_from_Decimal (test.test_decimal.PyImplicitConstructionTest) PASS: test_implicit_from_None (test.test_decimal.PyImplicitConstructionTest) PASS: test_implicit_from_float (test.test_decimal.PyImplicitConstructionTest) PASS: test_implicit_from_int (test.test_decimal.PyImplicitConstructionTest) PASS: test_implicit_from_string (test.test_decimal.PyImplicitConstructionTest) PASS: test_rop (test.test_decimal.PyImplicitConstructionTest) PASS: test_decimal_from_float_argument_type (test.test_decimal.CFormatTest) PASS: test_formatting (test.test_decimal.CFormatTest) PASS: test_n_format (test.test_decimal.CFormatTest) SKIP: test_wide_char_separator_decimal_point (test.test_decimal.CFormatTest) "inappropriate decimal point separator ('.' not '\\u066b')" PASS: test_decimal_from_float_argument_type (test.test_decimal.PyFormatTest) PASS: test_formatting (test.test_decimal.PyFormatTest) PASS: test_n_format (test.test_decimal.PyFormatTest) SKIP: test_wide_char_separator_decimal_point (test.test_decimal.PyFormatTest) "inappropriate decimal point separator ('.' not '\\u066b')" PASS: test_addition (test.test_decimal.CArithmeticOperatorsTest) PASS: test_copy_sign (test.test_decimal.CArithmeticOperatorsTest) PASS: test_division (test.test_decimal.CArithmeticOperatorsTest) PASS: test_floor_div_module (test.test_decimal.CArithmeticOperatorsTest) PASS: test_floor_division (test.test_decimal.CArithmeticOperatorsTest) PASS: test_module (test.test_decimal.CArithmeticOperatorsTest) PASS: test_multiplication (test.test_decimal.CArithmeticOperatorsTest) PASS: test_nan_comparisons (test.test_decimal.CArithmeticOperatorsTest) PASS: test_powering (test.test_decimal.CArithmeticOperatorsTest) PASS: test_subtraction (test.test_decimal.CArithmeticOperatorsTest) PASS: test_unary_operators (test.test_decimal.CArithmeticOperatorsTest) PASS: test_addition (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_copy_sign (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_division (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_floor_div_module (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_floor_division (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_module (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_multiplication (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_nan_comparisons (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_powering (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_subtraction (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_unary_operators (test.test_decimal.PyArithmeticOperatorsTest) PASS: test_threading (test.test_decimal.CThreadingTest) PASS: test_threading (test.test_decimal.PyThreadingTest) PASS: test_as_integer_ratio (test.test_decimal.CUsabilityTest) PASS: test_as_nonzero (test.test_decimal.CUsabilityTest) PASS: test_as_tuple (test.test_decimal.CUsabilityTest) PASS: test_comparison_operators (test.test_decimal.CUsabilityTest) PASS: test_conversions_from_int (test.test_decimal.CUsabilityTest) PASS: test_copy_and_deepcopy_methods (test.test_decimal.CUsabilityTest) PASS: test_decimal_complex_comparison (test.test_decimal.CUsabilityTest) PASS: test_decimal_float_comparison (test.test_decimal.CUsabilityTest) PASS: test_decimal_fraction_comparison (test.test_decimal.CUsabilityTest) PASS: test_eval_round_trip (test.test_decimal.CUsabilityTest) PASS: test_hash_method (test.test_decimal.CUsabilityTest) PASS: test_implicit_context (test.test_decimal.CUsabilityTest) PASS: test_min_and_max_methods (test.test_decimal.CUsabilityTest) PASS: test_nan_to_float (test.test_decimal.CUsabilityTest) PASS: test_none_args (test.test_decimal.CUsabilityTest) PASS: test_snan_to_float (test.test_decimal.CUsabilityTest) PASS: test_subclassing (test.test_decimal.CUsabilityTest) PASS: test_tonum_methods (test.test_decimal.CUsabilityTest) PASS: test_tostring_methods (test.test_decimal.CUsabilityTest) PASS: test_as_integer_ratio (test.test_decimal.PyUsabilityTest) PASS: test_as_nonzero (test.test_decimal.PyUsabilityTest) PASS: test_as_tuple (test.test_decimal.PyUsabilityTest) PASS: test_comparison_operators (test.test_decimal.PyUsabilityTest) PASS: test_conversions_from_int (test.test_decimal.PyUsabilityTest) PASS: test_copy_and_deepcopy_methods (test.test_decimal.PyUsabilityTest) PASS: test_decimal_complex_comparison (test.test_decimal.PyUsabilityTest) PASS: test_decimal_float_comparison (test.test_decimal.PyUsabilityTest) PASS: test_decimal_fraction_comparison (test.test_decimal.PyUsabilityTest) PASS: test_eval_round_trip (test.test_decimal.PyUsabilityTest) PASS: test_hash_method (test.test_decimal.PyUsabilityTest) PASS: test_implicit_context (test.test_decimal.PyUsabilityTest) PASS: test_min_and_max_methods (test.test_decimal.PyUsabilityTest) PASS: test_nan_to_float (test.test_decimal.PyUsabilityTest) PASS: test_none_args (test.test_decimal.PyUsabilityTest) PASS: test_snan_to_float (test.test_decimal.PyUsabilityTest) PASS: test_subclassing (test.test_decimal.PyUsabilityTest) PASS: test_tonum_methods (test.test_decimal.PyUsabilityTest) PASS: test_tostring_methods (test.test_decimal.PyUsabilityTest) PASS: test_abc (test.test_decimal.CPythonAPItests) PASS: test_complex (test.test_decimal.CPythonAPItests) PASS: test_create_decimal_from_float (test.test_decimal.CPythonAPItests) PASS: test_exception_hierarchy (test.test_decimal.CPythonAPItests) PASS: test_from_float (test.test_decimal.CPythonAPItests) PASS: test_int (test.test_decimal.CPythonAPItests) PASS: test_named_parameters (test.test_decimal.CPythonAPItests) PASS: test_pickle (test.test_decimal.CPythonAPItests) PASS: test_quantize (test.test_decimal.CPythonAPItests) PASS: test_trunc (test.test_decimal.CPythonAPItests) PASS: test_abc (test.test_decimal.PyPythonAPItests) PASS: test_complex (test.test_decimal.PyPythonAPItests) PASS: test_create_decimal_from_float (test.test_decimal.PyPythonAPItests) PASS: test_exception_hierarchy (test.test_decimal.PyPythonAPItests) PASS: test_from_float (test.test_decimal.PyPythonAPItests) PASS: test_int (test.test_decimal.PyPythonAPItests) PASS: test_named_parameters (test.test_decimal.PyPythonAPItests) PASS: test_pickle (test.test_decimal.PyPythonAPItests) PASS: test_quantize (test.test_decimal.PyPythonAPItests) PASS: test_trunc (test.test_decimal.PyPythonAPItests) PASS: test__clamp (test.test_decimal.CContextAPItests) PASS: test_abs (test.test_decimal.CContextAPItests) PASS: test_add (test.test_decimal.CContextAPItests) PASS: test_compare (test.test_decimal.CContextAPItests) PASS: test_compare_signal (test.test_decimal.CContextAPItests) PASS: test_compare_total (test.test_decimal.CContextAPItests) PASS: test_compare_total_mag (test.test_decimal.CContextAPItests) PASS: test_copy (test.test_decimal.CContextAPItests) PASS: test_copy_abs (test.test_decimal.CContextAPItests) PASS: test_copy_decimal (test.test_decimal.CContextAPItests) PASS: test_copy_negate (test.test_decimal.CContextAPItests) PASS: test_copy_sign (test.test_decimal.CContextAPItests) PASS: test_divide (test.test_decimal.CContextAPItests) PASS: test_divide_int (test.test_decimal.CContextAPItests) PASS: test_divmod (test.test_decimal.CContextAPItests) PASS: test_equality_with_other_types (test.test_decimal.CContextAPItests) PASS: test_exp (test.test_decimal.CContextAPItests) PASS: test_fma (test.test_decimal.CContextAPItests) PASS: test_from_legacy_strings (test.test_decimal.CContextAPItests) PASS: test_is_finite (test.test_decimal.CContextAPItests) PASS: test_is_infinite (test.test_decimal.CContextAPItests) PASS: test_is_nan (test.test_decimal.CContextAPItests) PASS: test_is_normal (test.test_decimal.CContextAPItests) PASS: test_is_qnan (test.test_decimal.CContextAPItests) PASS: test_is_signed (test.test_decimal.CContextAPItests) PASS: test_is_snan (test.test_decimal.CContextAPItests) PASS: test_is_subnormal (test.test_decimal.CContextAPItests) PASS: test_is_zero (test.test_decimal.CContextAPItests) PASS: test_ln (test.test_decimal.CContextAPItests) PASS: test_log10 (test.test_decimal.CContextAPItests) PASS: test_logb (test.test_decimal.CContextAPItests) PASS: test_logical_and (test.test_decimal.CContextAPItests) PASS: test_logical_invert (test.test_decimal.CContextAPItests) PASS: test_logical_or (test.test_decimal.CContextAPItests) PASS: test_logical_xor (test.test_decimal.CContextAPItests) PASS: test_max (test.test_decimal.CContextAPItests) PASS: test_max_mag (test.test_decimal.CContextAPItests) PASS: test_min (test.test_decimal.CContextAPItests) PASS: test_min_mag (test.test_decimal.CContextAPItests) PASS: test_minus (test.test_decimal.CContextAPItests) PASS: test_multiply (test.test_decimal.CContextAPItests) PASS: test_next_minus (test.test_decimal.CContextAPItests) PASS: test_next_plus (test.test_decimal.CContextAPItests) PASS: test_next_toward (test.test_decimal.CContextAPItests) PASS: test_none_args (test.test_decimal.CContextAPItests) PASS: test_normalize (test.test_decimal.CContextAPItests) PASS: test_number_class (test.test_decimal.CContextAPItests) PASS: test_pickle (test.test_decimal.CContextAPItests) PASS: test_plus (test.test_decimal.CContextAPItests) PASS: test_power (test.test_decimal.CContextAPItests) PASS: test_quantize (test.test_decimal.CContextAPItests) PASS: test_remainder (test.test_decimal.CContextAPItests) PASS: test_remainder_near (test.test_decimal.CContextAPItests) PASS: test_rotate (test.test_decimal.CContextAPItests) PASS: test_same_quantum (test.test_decimal.CContextAPItests) PASS: test_scaleb (test.test_decimal.CContextAPItests) PASS: test_shift (test.test_decimal.CContextAPItests) PASS: test_sqrt (test.test_decimal.CContextAPItests) PASS: test_subtract (test.test_decimal.CContextAPItests) PASS: test_to_eng_string (test.test_decimal.CContextAPItests) PASS: test_to_integral_exact (test.test_decimal.CContextAPItests) PASS: test_to_integral_value (test.test_decimal.CContextAPItests) PASS: test_to_sci_string (test.test_decimal.CContextAPItests) PASS: test__clamp (test.test_decimal.PyContextAPItests) PASS: test_abs (test.test_decimal.PyContextAPItests) PASS: test_add (test.test_decimal.PyContextAPItests) PASS: test_compare (test.test_decimal.PyContextAPItests) PASS: test_compare_signal (test.test_decimal.PyContextAPItests) PASS: test_compare_total (test.test_decimal.PyContextAPItests) PASS: test_compare_total_mag (test.test_decimal.PyContextAPItests) PASS: test_copy (test.test_decimal.PyContextAPItests) PASS: test_copy_abs (test.test_decimal.PyContextAPItests) PASS: test_copy_decimal (test.test_decimal.PyContextAPItests) PASS: test_copy_negate (test.test_decimal.PyContextAPItests) PASS: test_copy_sign (test.test_decimal.PyContextAPItests) PASS: test_divide (test.test_decimal.PyContextAPItests) PASS: test_divide_int (test.test_decimal.PyContextAPItests) PASS: test_divmod (test.test_decimal.PyContextAPItests) PASS: test_equality_with_other_types (test.test_decimal.PyContextAPItests) PASS: test_exp (test.test_decimal.PyContextAPItests) PASS: test_fma (test.test_decimal.PyContextAPItests) PASS: test_from_legacy_strings (test.test_decimal.PyContextAPItests) PASS: test_is_finite (test.test_decimal.PyContextAPItests) PASS: test_is_infinite (test.test_decimal.PyContextAPItests) PASS: test_is_nan (test.test_decimal.PyContextAPItests) PASS: test_is_normal (test.test_decimal.PyContextAPItests) PASS: test_is_qnan (test.test_decimal.PyContextAPItests) PASS: test_is_signed (test.test_decimal.PyContextAPItests) PASS: test_is_snan (test.test_decimal.PyContextAPItests) PASS: test_is_subnormal (test.test_decimal.PyContextAPItests) PASS: test_is_zero (test.test_decimal.PyContextAPItests) PASS: test_ln (test.test_decimal.PyContextAPItests) PASS: test_log10 (test.test_decimal.PyContextAPItests) PASS: test_logb (test.test_decimal.PyContextAPItests) PASS: test_logical_and (test.test_decimal.PyContextAPItests) PASS: test_logical_invert (test.test_decimal.PyContextAPItests) PASS: test_logical_or (test.test_decimal.PyContextAPItests) PASS: test_logical_xor (test.test_decimal.PyContextAPItests) PASS: test_max (test.test_decimal.PyContextAPItests) PASS: test_max_mag (test.test_decimal.PyContextAPItests) PASS: test_min (test.test_decimal.PyContextAPItests) PASS: test_min_mag (test.test_decimal.PyContextAPItests) PASS: test_minus (test.test_decimal.PyContextAPItests) PASS: test_multiply (test.test_decimal.PyContextAPItests) PASS: test_next_minus (test.test_decimal.PyContextAPItests) PASS: test_next_plus (test.test_decimal.PyContextAPItests) PASS: test_next_toward (test.test_decimal.PyContextAPItests) PASS: test_none_args (test.test_decimal.PyContextAPItests) PASS: test_normalize (test.test_decimal.PyContextAPItests) PASS: test_number_class (test.test_decimal.PyContextAPItests) PASS: test_pickle (test.test_decimal.PyContextAPItests) PASS: test_plus (test.test_decimal.PyContextAPItests) PASS: test_power (test.test_decimal.PyContextAPItests) PASS: test_quantize (test.test_decimal.PyContextAPItests) PASS: test_remainder (test.test_decimal.PyContextAPItests) PASS: test_remainder_near (test.test_decimal.PyContextAPItests) PASS: test_rotate (test.test_decimal.PyContextAPItests) PASS: test_same_quantum (test.test_decimal.PyContextAPItests) PASS: test_scaleb (test.test_decimal.PyContextAPItests) PASS: test_shift (test.test_decimal.PyContextAPItests) PASS: test_sqrt (test.test_decimal.PyContextAPItests) PASS: test_subtract (test.test_decimal.PyContextAPItests) PASS: test_to_eng_string (test.test_decimal.PyContextAPItests) PASS: test_to_integral_exact (test.test_decimal.PyContextAPItests) PASS: test_to_integral_value (test.test_decimal.PyContextAPItests) PASS: test_to_sci_string (test.test_decimal.PyContextAPItests) PASS: test_localcontext (test.test_decimal.CContextWithStatement) PASS: test_localcontextarg (test.test_decimal.CContextWithStatement) PASS: test_nested_with_statements (test.test_decimal.CContextWithStatement) PASS: test_with_statements_gc1 (test.test_decimal.CContextWithStatement) PASS: test_with_statements_gc2 (test.test_decimal.CContextWithStatement) PASS: test_with_statements_gc3 (test.test_decimal.CContextWithStatement) PASS: test_localcontext (test.test_decimal.PyContextWithStatement) PASS: test_localcontextarg (test.test_decimal.PyContextWithStatement) PASS: test_nested_with_statements (test.test_decimal.PyContextWithStatement) PASS: test_with_statements_gc1 (test.test_decimal.PyContextWithStatement) PASS: test_with_statements_gc2 (test.test_decimal.PyContextWithStatement) PASS: test_with_statements_gc3 (test.test_decimal.PyContextWithStatement) PASS: test_flag_comparisons (test.test_decimal.CContextFlags) PASS: test_flags_irrelevant (test.test_decimal.CContextFlags) PASS: test_float_comparison (test.test_decimal.CContextFlags) PASS: test_float_operation (test.test_decimal.CContextFlags) PASS: test_float_operation_default (test.test_decimal.CContextFlags) PASS: test_flag_comparisons (test.test_decimal.PyContextFlags) PASS: test_flags_irrelevant (test.test_decimal.PyContextFlags) PASS: test_float_comparison (test.test_decimal.PyContextFlags) PASS: test_float_operation (test.test_decimal.PyContextFlags) PASS: test_float_operation_default (test.test_decimal.PyContextFlags) PASS: test_context_templates (test.test_decimal.CSpecialContexts) PASS: test_default_context (test.test_decimal.CSpecialContexts) PASS: test_context_templates (test.test_decimal.PySpecialContexts) PASS: test_default_context (test.test_decimal.PySpecialContexts) PASS: test_invalid_context (test.test_decimal.CContextInputValidation) PASS: test_invalid_context (test.test_decimal.PyContextInputValidation) PASS: test_context_subclassing (test.test_decimal.CContextSubclassing) PASS: test_context_subclassing (test.test_decimal.PyContextSubclassing) PASS: test_adjusted (test.test_decimal.CCoverage) PASS: test_canonical (test.test_decimal.CCoverage) PASS: test_context_repr (test.test_decimal.CCoverage) PASS: test_copy (test.test_decimal.CCoverage) PASS: test_create_decimal (test.test_decimal.CCoverage) PASS: test_divmod (test.test_decimal.CCoverage) PASS: test_implicit_context (test.test_decimal.CCoverage) PASS: test_int (test.test_decimal.CCoverage) PASS: test_power (test.test_decimal.CCoverage) PASS: test_quantize (test.test_decimal.CCoverage) PASS: test_radix (test.test_decimal.CCoverage) PASS: test_rop (test.test_decimal.CCoverage) PASS: test_round (test.test_decimal.CCoverage) PASS: test_adjusted (test.test_decimal.PyCoverage) PASS: test_canonical (test.test_decimal.PyCoverage) PASS: test_context_repr (test.test_decimal.PyCoverage) PASS: test_copy (test.test_decimal.PyCoverage) PASS: test_create_decimal (test.test_decimal.PyCoverage) PASS: test_divmod (test.test_decimal.PyCoverage) PASS: test_implicit_context (test.test_decimal.PyCoverage) PASS: test_int (test.test_decimal.PyCoverage) PASS: test_power (test.test_decimal.PyCoverage) PASS: test_quantize (test.test_decimal.PyCoverage) PASS: test_radix (test.test_decimal.PyCoverage) PASS: test_rop (test.test_decimal.PyCoverage) PASS: test_round (test.test_decimal.PyCoverage) SKIP: test_c_context (test.test_decimal.CFunctionality) 'test requires build with -DEXTRA_FUNCTIONALITY' SKIP: test_c_ieee_context (test.test_decimal.CFunctionality) 'test requires build with -DEXTRA_FUNCTIONALITY' SKIP: test_constants (test.test_decimal.CFunctionality) 'test requires build with -DEXTRA_FUNCTIONALITY' PASS: test_py_alternate_formatting (test.test_decimal.PyFunctionality) PASS: test_bignum (test.test_decimal.CWhitebox) PASS: test_c_context_errors (test.test_decimal.CWhitebox) SKIP: test_c_context_errors_extra (test.test_decimal.CWhitebox) 'test requires build with -DEXTRA_FUNCTIONALITY' PASS: test_c_context_repr (test.test_decimal.CWhitebox) SKIP: test_c_context_templates (test.test_decimal.CWhitebox) 'test requires build with -DEXTRA_FUNCTIONALITY' PASS: test_c_format (test.test_decimal.CWhitebox) PASS: test_c_funcs (test.test_decimal.CWhitebox) PASS: test_c_input_restriction (test.test_decimal.CWhitebox) PASS: test_c_integral (test.test_decimal.CWhitebox) PASS: test_c_round (test.test_decimal.CWhitebox) SKIP: test_c_signal_dict (test.test_decimal.CWhitebox) 'test requires build with -DEXTRA_FUNCTIONALITY' PASS: test_c_valid_context (test.test_decimal.CWhitebox) SKIP: test_c_valid_context_extra (test.test_decimal.CWhitebox) 'test requires build with -DEXTRA_FUNCTIONALITY' PASS: test_exact_conversion (test.test_decimal.CWhitebox) PASS: test_from_tuple (test.test_decimal.CWhitebox) PASS: test_internal_use_of_overridden_methods (test.test_decimal.CWhitebox) PASS: test_invalid_construction (test.test_decimal.CWhitebox) PASS: test_invalid_override (test.test_decimal.CWhitebox) PASS: test_rounding_strings_interned (test.test_decimal.CWhitebox) PASS: test_sizeof (test.test_decimal.CWhitebox) PASS: test_va_args_exceptions (test.test_decimal.CWhitebox) PASS: test_py__round (test.test_decimal.PyWhitebox) PASS: test_py_decimal_id (test.test_decimal.PyWhitebox) PASS: test_py_exact_power (test.test_decimal.PyWhitebox) PASS: test_py_immutability_operations (test.test_decimal.PyWhitebox) PASS: test_py_rescale (test.test_decimal.PyWhitebox) PASS: test_abs (test.test_decimal.CIBMTestCases) PASS: test_add (test.test_decimal.CIBMTestCases) PASS: test_and (test.test_decimal.CIBMTestCases) PASS: test_base (test.test_decimal.CIBMTestCases) PASS: test_clamp (test.test_decimal.CIBMTestCases) PASS: test_class (test.test_decimal.CIBMTestCases) PASS: test_compare (test.test_decimal.CIBMTestCases) PASS: test_comparetotal (test.test_decimal.CIBMTestCases) PASS: test_comparetotmag (test.test_decimal.CIBMTestCases) PASS: test_copy (test.test_decimal.CIBMTestCases) PASS: test_copyabs (test.test_decimal.CIBMTestCases) PASS: test_copynegate (test.test_decimal.CIBMTestCases) PASS: test_copysign (test.test_decimal.CIBMTestCases) PASS: test_ddAbs (test.test_decimal.CIBMTestCases) PASS: test_ddAdd (test.test_decimal.CIBMTestCases) PASS: test_ddAnd (test.test_decimal.CIBMTestCases) PASS: test_ddBase (test.test_decimal.CIBMTestCases) PASS: test_ddCanonical (test.test_decimal.CIBMTestCases) PASS: test_ddClass (test.test_decimal.CIBMTestCases) PASS: test_ddCompare (test.test_decimal.CIBMTestCases) PASS: test_ddCompareSig (test.test_decimal.CIBMTestCases) PASS: test_ddCompareTotal (test.test_decimal.CIBMTestCases) PASS: test_ddCompareTotalMag (test.test_decimal.CIBMTestCases) PASS: test_ddCopy (test.test_decimal.CIBMTestCases) PASS: test_ddCopyAbs (test.test_decimal.CIBMTestCases) PASS: test_ddCopyNegate (test.test_decimal.CIBMTestCases) PASS: test_ddCopySign (test.test_decimal.CIBMTestCases) PASS: test_ddDivide (test.test_decimal.CIBMTestCases) PASS: test_ddDivideInt (test.test_decimal.CIBMTestCases) PASS: test_ddEncode (test.test_decimal.CIBMTestCases) PASS: test_ddFMA (test.test_decimal.CIBMTestCases) PASS: test_ddInvert (test.test_decimal.CIBMTestCases) PASS: test_ddLogB (test.test_decimal.CIBMTestCases) PASS: test_ddMax (test.test_decimal.CIBMTestCases) PASS: test_ddMaxMag (test.test_decimal.CIBMTestCases) PASS: test_ddMin (test.test_decimal.CIBMTestCases) PASS: test_ddMinMag (test.test_decimal.CIBMTestCases) PASS: test_ddMinus (test.test_decimal.CIBMTestCases) PASS: test_ddMultiply (test.test_decimal.CIBMTestCases) PASS: test_ddNextMinus (test.test_decimal.CIBMTestCases) PASS: test_ddNextPlus (test.test_decimal.CIBMTestCases) PASS: test_ddNextToward (test.test_decimal.CIBMTestCases) PASS: test_ddOr (test.test_decimal.CIBMTestCases) PASS: test_ddPlus (test.test_decimal.CIBMTestCases) PASS: test_ddQuantize (test.test_decimal.CIBMTestCases) PASS: test_ddReduce (test.test_decimal.CIBMTestCases) PASS: test_ddRemainder (test.test_decimal.CIBMTestCases) PASS: test_ddRemainderNear (test.test_decimal.CIBMTestCases) PASS: test_ddRotate (test.test_decimal.CIBMTestCases) PASS: test_ddSameQuantum (test.test_decimal.CIBMTestCases) PASS: test_ddScaleB (test.test_decimal.CIBMTestCases) PASS: test_ddShift (test.test_decimal.CIBMTestCases) PASS: test_ddSubtract (test.test_decimal.CIBMTestCases) PASS: test_ddToIntegral (test.test_decimal.CIBMTestCases) PASS: test_ddXor (test.test_decimal.CIBMTestCases) PASS: test_decDouble (test.test_decimal.CIBMTestCases) PASS: test_decQuad (test.test_decimal.CIBMTestCases) PASS: test_decSingle (test.test_decimal.CIBMTestCases) PASS: test_divide (test.test_decimal.CIBMTestCases) PASS: test_divideint (test.test_decimal.CIBMTestCases) PASS: test_dqAbs (test.test_decimal.CIBMTestCases) PASS: test_dqAdd (test.test_decimal.CIBMTestCases) PASS: test_dqAnd (test.test_decimal.CIBMTestCases) PASS: test_dqBase (test.test_decimal.CIBMTestCases) PASS: test_dqCanonical (test.test_decimal.CIBMTestCases) PASS: test_dqClass (test.test_decimal.CIBMTestCases) PASS: test_dqCompare (test.test_decimal.CIBMTestCases) PASS: test_dqCompareSig (test.test_decimal.CIBMTestCases) PASS: test_dqCompareTotal (test.test_decimal.CIBMTestCases) PASS: test_dqCompareTotalMag (test.test_decimal.CIBMTestCases) PASS: test_dqCopy (test.test_decimal.CIBMTestCases) PASS: test_dqCopyAbs (test.test_decimal.CIBMTestCases) PASS: test_dqCopyNegate (test.test_decimal.CIBMTestCases) PASS: test_dqCopySign (test.test_decimal.CIBMTestCases) PASS: test_dqDivide (test.test_decimal.CIBMTestCases) PASS: test_dqDivideInt (test.test_decimal.CIBMTestCases) PASS: test_dqEncode (test.test_decimal.CIBMTestCases) PASS: test_dqFMA (test.test_decimal.CIBMTestCases) PASS: test_dqInvert (test.test_decimal.CIBMTestCases) PASS: test_dqLogB (test.test_decimal.CIBMTestCases) PASS: test_dqMax (test.test_decimal.CIBMTestCases) PASS: test_dqMaxMag (test.test_decimal.CIBMTestCases) PASS: test_dqMin (test.test_decimal.CIBMTestCases) PASS: test_dqMinMag (test.test_decimal.CIBMTestCases) PASS: test_dqMinus (test.test_decimal.CIBMTestCases) PASS: test_dqMultiply (test.test_decimal.CIBMTestCases) PASS: test_dqNextMinus (test.test_decimal.CIBMTestCases) PASS: test_dqNextPlus (test.test_decimal.CIBMTestCases) PASS: test_dqNextToward (test.test_decimal.CIBMTestCases) PASS: test_dqOr (test.test_decimal.CIBMTestCases) PASS: test_dqPlus (test.test_decimal.CIBMTestCases) PASS: test_dqQuantize (test.test_decimal.CIBMTestCases) PASS: test_dqReduce (test.test_decimal.CIBMTestCases) PASS: test_dqRemainder (test.test_decimal.CIBMTestCases) PASS: test_dqRemainderNear (test.test_decimal.CIBMTestCases) PASS: test_dqRotate (test.test_decimal.CIBMTestCases) PASS: test_dqSameQuantum (test.test_decimal.CIBMTestCases) PASS: test_dqScaleB (test.test_decimal.CIBMTestCases) PASS: test_dqShift (test.test_decimal.CIBMTestCases) PASS: test_dqSubtract (test.test_decimal.CIBMTestCases) PASS: test_dqToIntegral (test.test_decimal.CIBMTestCases) PASS: test_dqXor (test.test_decimal.CIBMTestCases) PASS: test_dsBase (test.test_decimal.CIBMTestCases) PASS: test_dsEncode (test.test_decimal.CIBMTestCases) PASS: test_exp (test.test_decimal.CIBMTestCases) PASS: test_extra (test.test_decimal.CIBMTestCases) PASS: test_fma (test.test_decimal.CIBMTestCases) PASS: test_inexact (test.test_decimal.CIBMTestCases) PASS: test_invert (test.test_decimal.CIBMTestCases) PASS: test_ln (test.test_decimal.CIBMTestCases) PASS: test_log10 (test.test_decimal.CIBMTestCases) PASS: test_logb (test.test_decimal.CIBMTestCases) PASS: test_max (test.test_decimal.CIBMTestCases) PASS: test_maxmag (test.test_decimal.CIBMTestCases) PASS: test_min (test.test_decimal.CIBMTestCases) PASS: test_minmag (test.test_decimal.CIBMTestCases) PASS: test_minus (test.test_decimal.CIBMTestCases) PASS: test_multiply (test.test_decimal.CIBMTestCases) PASS: test_nextminus (test.test_decimal.CIBMTestCases) PASS: test_nextplus (test.test_decimal.CIBMTestCases) PASS: test_nexttoward (test.test_decimal.CIBMTestCases) PASS: test_or (test.test_decimal.CIBMTestCases) PASS: test_plus (test.test_decimal.CIBMTestCases) PASS: test_power (test.test_decimal.CIBMTestCases) PASS: test_powersqrt (test.test_decimal.CIBMTestCases) PASS: test_quantize (test.test_decimal.CIBMTestCases) PASS: test_randomBound32 (test.test_decimal.CIBMTestCases) PASS: test_randoms (test.test_decimal.CIBMTestCases) PASS: test_reduce (test.test_decimal.CIBMTestCases) PASS: test_remainder (test.test_decimal.CIBMTestCases) PASS: test_remainderNear (test.test_decimal.CIBMTestCases) PASS: test_rescale (test.test_decimal.CIBMTestCases) PASS: test_rotate (test.test_decimal.CIBMTestCases) PASS: test_rounding (test.test_decimal.CIBMTestCases) PASS: test_samequantum (test.test_decimal.CIBMTestCases) PASS: test_scaleb (test.test_decimal.CIBMTestCases) PASS: test_shift (test.test_decimal.CIBMTestCases) PASS: test_squareroot (test.test_decimal.CIBMTestCases) PASS: test_subtract (test.test_decimal.CIBMTestCases) PASS: test_testall (test.test_decimal.CIBMTestCases) PASS: test_tointegral (test.test_decimal.CIBMTestCases) PASS: test_tointegralx (test.test_decimal.CIBMTestCases) PASS: test_xor (test.test_decimal.CIBMTestCases) PASS: test_abs (test.test_decimal.PyIBMTestCases) PASS: test_add (test.test_decimal.PyIBMTestCases) PASS: test_and (test.test_decimal.PyIBMTestCases) PASS: test_base (test.test_decimal.PyIBMTestCases) PASS: test_clamp (test.test_decimal.PyIBMTestCases) PASS: test_class (test.test_decimal.PyIBMTestCases) PASS: test_compare (test.test_decimal.PyIBMTestCases) PASS: test_comparetotal (test.test_decimal.PyIBMTestCases) PASS: test_comparetotmag (test.test_decimal.PyIBMTestCases) PASS: test_copy (test.test_decimal.PyIBMTestCases) PASS: test_copyabs (test.test_decimal.PyIBMTestCases) PASS: test_copynegate (test.test_decimal.PyIBMTestCases) PASS: test_copysign (test.test_decimal.PyIBMTestCases) PASS: test_ddAbs (test.test_decimal.PyIBMTestCases) PASS: test_ddAdd (test.test_decimal.PyIBMTestCases) PASS: test_ddAnd (test.test_decimal.PyIBMTestCases) PASS: test_ddBase (test.test_decimal.PyIBMTestCases) PASS: test_ddCanonical (test.test_decimal.PyIBMTestCases) PASS: test_ddClass (test.test_decimal.PyIBMTestCases) PASS: test_ddCompare (test.test_decimal.PyIBMTestCases) PASS: test_ddCompareSig (test.test_decimal.PyIBMTestCases) PASS: test_ddCompareTotal (test.test_decimal.PyIBMTestCases) PASS: test_ddCompareTotalMag (test.test_decimal.PyIBMTestCases) PASS: test_ddCopy (test.test_decimal.PyIBMTestCases) PASS: test_ddCopyAbs (test.test_decimal.PyIBMTestCases) PASS: test_ddCopyNegate (test.test_decimal.PyIBMTestCases) PASS: test_ddCopySign (test.test_decimal.PyIBMTestCases) PASS: test_ddDivide (test.test_decimal.PyIBMTestCases) PASS: test_ddDivideInt (test.test_decimal.PyIBMTestCases) PASS: test_ddEncode (test.test_decimal.PyIBMTestCases) PASS: test_ddFMA (test.test_decimal.PyIBMTestCases) PASS: test_ddInvert (test.test_decimal.PyIBMTestCases) PASS: test_ddLogB (test.test_decimal.PyIBMTestCases) PASS: test_ddMax (test.test_decimal.PyIBMTestCases) PASS: test_ddMaxMag (test.test_decimal.PyIBMTestCases) PASS: test_ddMin (test.test_decimal.PyIBMTestCases) PASS: test_ddMinMag (test.test_decimal.PyIBMTestCases) PASS: test_ddMinus (test.test_decimal.PyIBMTestCases) PASS: test_ddMultiply (test.test_decimal.PyIBMTestCases) PASS: test_ddNextMinus (test.test_decimal.PyIBMTestCases) PASS: test_ddNextPlus (test.test_decimal.PyIBMTestCases) PASS: test_ddNextToward (test.test_decimal.PyIBMTestCases) PASS: test_ddOr (test.test_decimal.PyIBMTestCases) PASS: test_ddPlus (test.test_decimal.PyIBMTestCases) PASS: test_ddQuantize (test.test_decimal.PyIBMTestCases) PASS: test_ddReduce (test.test_decimal.PyIBMTestCases) PASS: test_ddRemainder (test.test_decimal.PyIBMTestCases) PASS: test_ddRemainderNear (test.test_decimal.PyIBMTestCases) PASS: test_ddRotate (test.test_decimal.PyIBMTestCases) PASS: test_ddSameQuantum (test.test_decimal.PyIBMTestCases) PASS: test_ddScaleB (test.test_decimal.PyIBMTestCases) PASS: test_ddShift (test.test_decimal.PyIBMTestCases) PASS: test_ddSubtract (test.test_decimal.PyIBMTestCases) PASS: test_ddToIntegral (test.test_decimal.PyIBMTestCases) PASS: test_ddXor (test.test_decimal.PyIBMTestCases) PASS: test_decDouble (test.test_decimal.PyIBMTestCases) PASS: test_decQuad (test.test_decimal.PyIBMTestCases) PASS: test_decSingle (test.test_decimal.PyIBMTestCases) PASS: test_divide (test.test_decimal.PyIBMTestCases) PASS: test_divideint (test.test_decimal.PyIBMTestCases) PASS: test_dqAbs (test.test_decimal.PyIBMTestCases) PASS: test_dqAdd (test.test_decimal.PyIBMTestCases) PASS: test_dqAnd (test.test_decimal.PyIBMTestCases) PASS: test_dqBase (test.test_decimal.PyIBMTestCases) PASS: test_dqCanonical (test.test_decimal.PyIBMTestCases) PASS: test_dqClass (test.test_decimal.PyIBMTestCases) PASS: test_dqCompare (test.test_decimal.PyIBMTestCases) PASS: test_dqCompareSig (test.test_decimal.PyIBMTestCases) PASS: test_dqCompareTotal (test.test_decimal.PyIBMTestCases) PASS: test_dqCompareTotalMag (test.test_decimal.PyIBMTestCases) PASS: test_dqCopy (test.test_decimal.PyIBMTestCases) PASS: test_dqCopyAbs (test.test_decimal.PyIBMTestCases) PASS: test_dqCopyNegate (test.test_decimal.PyIBMTestCases) PASS: test_dqCopySign (test.test_decimal.PyIBMTestCases) PASS: test_dqDivide (test.test_decimal.PyIBMTestCases) PASS: test_dqDivideInt (test.test_decimal.PyIBMTestCases) PASS: test_dqEncode (test.test_decimal.PyIBMTestCases) PASS: test_dqFMA (test.test_decimal.PyIBMTestCases) PASS: test_dqInvert (test.test_decimal.PyIBMTestCases) PASS: test_dqLogB (test.test_decimal.PyIBMTestCases) PASS: test_dqMax (test.test_decimal.PyIBMTestCases) PASS: test_dqMaxMag (test.test_decimal.PyIBMTestCases) PASS: test_dqMin (test.test_decimal.PyIBMTestCases) PASS: test_dqMinMag (test.test_decimal.PyIBMTestCases) PASS: test_dqMinus (test.test_decimal.PyIBMTestCases) PASS: test_dqMultiply (test.test_decimal.PyIBMTestCases) PASS: test_dqNextMinus (test.test_decimal.PyIBMTestCases) PASS: test_dqNextPlus (test.test_decimal.PyIBMTestCases) PASS: test_dqNextToward (test.test_decimal.PyIBMTestCases) PASS: test_dqOr (test.test_decimal.PyIBMTestCases) PASS: test_dqPlus (test.test_decimal.PyIBMTestCases) PASS: test_dqQuantize (test.test_decimal.PyIBMTestCases) PASS: test_dqReduce (test.test_decimal.PyIBMTestCases) PASS: test_dqRemainder (test.test_decimal.PyIBMTestCases) PASS: test_dqRemainderNear (test.test_decimal.PyIBMTestCases) PASS: test_dqRotate (test.test_decimal.PyIBMTestCases) PASS: test_dqSameQuantum (test.test_decimal.PyIBMTestCases) PASS: test_dqScaleB (test.test_decimal.PyIBMTestCases) PASS: test_dqShift (test.test_decimal.PyIBMTestCases) PASS: test_dqSubtract (test.test_decimal.PyIBMTestCases) PASS: test_dqToIntegral (test.test_decimal.PyIBMTestCases) PASS: test_dqXor (test.test_decimal.PyIBMTestCases) PASS: test_dsBase (test.test_decimal.PyIBMTestCases) PASS: test_dsEncode (test.test_decimal.PyIBMTestCases) PASS: test_exp (test.test_decimal.PyIBMTestCases) PASS: test_extra (test.test_decimal.PyIBMTestCases) PASS: test_fma (test.test_decimal.PyIBMTestCases) PASS: test_inexact (test.test_decimal.PyIBMTestCases) PASS: test_invert (test.test_decimal.PyIBMTestCases) PASS: test_ln (test.test_decimal.PyIBMTestCases) PASS: test_log10 (test.test_decimal.PyIBMTestCases) PASS: test_logb (test.test_decimal.PyIBMTestCases) PASS: test_max (test.test_decimal.PyIBMTestCases) PASS: test_maxmag (test.test_decimal.PyIBMTestCases) PASS: test_min (test.test_decimal.PyIBMTestCases) PASS: test_minmag (test.test_decimal.PyIBMTestCases) PASS: test_minus (test.test_decimal.PyIBMTestCases) PASS: test_multiply (test.test_decimal.PyIBMTestCases) PASS: test_nextminus (test.test_decimal.PyIBMTestCases) PASS: test_nextplus (test.test_decimal.PyIBMTestCases) PASS: test_nexttoward (test.test_decimal.PyIBMTestCases) PASS: test_or (test.test_decimal.PyIBMTestCases) PASS: test_plus (test.test_decimal.PyIBMTestCases) PASS: test_power (test.test_decimal.PyIBMTestCases) PASS: test_powersqrt (test.test_decimal.PyIBMTestCases) PASS: test_quantize (test.test_decimal.PyIBMTestCases) PASS: test_randomBound32 (test.test_decimal.PyIBMTestCases) PASS: test_randoms (test.test_decimal.PyIBMTestCases) PASS: test_reduce (test.test_decimal.PyIBMTestCases) PASS: test_remainder (test.test_decimal.PyIBMTestCases) PASS: test_remainderNear (test.test_decimal.PyIBMTestCases) PASS: test_rescale (test.test_decimal.PyIBMTestCases) PASS: test_rotate (test.test_decimal.PyIBMTestCases) PASS: test_rounding (test.test_decimal.PyIBMTestCases) PASS: test_samequantum (test.test_decimal.PyIBMTestCases) PASS: test_scaleb (test.test_decimal.PyIBMTestCases) PASS: test_shift (test.test_decimal.PyIBMTestCases) PASS: test_squareroot (test.test_decimal.PyIBMTestCases) PASS: test_subtract (test.test_decimal.PyIBMTestCases) PASS: test_testall (test.test_decimal.PyIBMTestCases) PASS: test_tointegral (test.test_decimal.PyIBMTestCases) PASS: test_tointegralx (test.test_decimal.PyIBMTestCases) PASS: test_xor (test.test_decimal.PyIBMTestCases) ---------------------------------------------------------------------- Ran 631 tests in 3.459s OK (skipped=9) Trying: c = Context(prec=28, Emin=-425000000, Emax=425000000, rounding=ROUND_HALF_EVEN, capitals=1, clamp=1, traps=[InvalidOperation, DivisionByZero, Overflow], flags=[]) Expecting nothing ok Trying: Decimal('12.0').compare_total(Decimal('12')) Expecting: Decimal('-1') ok Trying: Decimal('2.3').copy_sign(Decimal('-1.5')) Expecting: Decimal('-2.3') ok Trying: Decimal(2).fma(3, 5) Expecting: Decimal('11') ok Trying: Decimal.from_float(0.1) Expecting: Decimal('0.1000000000000000055511151231257827021181583404541015625') ok Trying: Decimal.from_float(float('nan')) Expecting: Decimal('NaN') ok Trying: Decimal.from_float(float('inf')) Expecting: Decimal('Infinity') ok Trying: Decimal.from_float(float('-inf')) Expecting: Decimal('-Infinity') ok Trying: Decimal('1.41421356').quantize(Decimal('1.000')) Expecting: Decimal('1.414') ok 190 items had no tests: decimal decimal.Clamped decimal.Context.Etiny decimal.Context.Etop decimal.Context.__copy__ decimal.Context.__delattr__ decimal.Context.__getattribute__ decimal.Context.__init__ decimal.Context.__reduce__ decimal.Context.__repr__ decimal.Context.__setattr__ decimal.Context.__str__ decimal.Context._apply decimal.Context.abs decimal.Context.add decimal.Context.canonical decimal.Context.clear_flags decimal.Context.clear_traps decimal.Context.compare decimal.Context.compare_signal decimal.Context.compare_total decimal.Context.compare_total_mag decimal.Context.copy decimal.Context.copy_abs decimal.Context.copy_decimal decimal.Context.copy_negate decimal.Context.copy_sign decimal.Context.create_decimal decimal.Context.create_decimal_from_float decimal.Context.divide decimal.Context.divide_int decimal.Context.divmod decimal.Context.exp decimal.Context.fma decimal.Context.is_canonical decimal.Context.is_finite decimal.Context.is_infinite decimal.Context.is_nan decimal.Context.is_normal decimal.Context.is_qnan decimal.Context.is_signed decimal.Context.is_snan decimal.Context.is_subnormal decimal.Context.is_zero decimal.Context.ln decimal.Context.log10 decimal.Context.logb decimal.Context.logical_and decimal.Context.logical_invert decimal.Context.logical_or decimal.Context.logical_xor decimal.Context.max decimal.Context.max_mag decimal.Context.min decimal.Context.min_mag decimal.Context.minus decimal.Context.multiply decimal.Context.next_minus decimal.Context.next_plus decimal.Context.next_toward decimal.Context.normalize decimal.Context.number_class decimal.Context.plus decimal.Context.power decimal.Context.quantize decimal.Context.radix decimal.Context.remainder decimal.Context.remainder_near decimal.Context.rotate decimal.Context.same_quantum decimal.Context.scaleb decimal.Context.shift decimal.Context.sqrt decimal.Context.subtract decimal.Context.to_eng_string decimal.Context.to_integral decimal.Context.to_integral_exact decimal.Context.to_integral_value decimal.Context.to_sci_string decimal.ConversionSyntax decimal.Decimal decimal.Decimal.__abs__ decimal.Decimal.__add__ decimal.Decimal.__bool__ decimal.Decimal.__ceil__ decimal.Decimal.__complex__ decimal.Decimal.__copy__ decimal.Decimal.__deepcopy__ decimal.Decimal.__divmod__ decimal.Decimal.__eq__ decimal.Decimal.__float__ decimal.Decimal.__floor__ decimal.Decimal.__floordiv__ decimal.Decimal.__format__ decimal.Decimal.__ge__ decimal.Decimal.__getattribute__ decimal.Decimal.__gt__ decimal.Decimal.__hash__ decimal.Decimal.__int__ decimal.Decimal.__le__ decimal.Decimal.__lt__ decimal.Decimal.__mod__ decimal.Decimal.__mul__ decimal.Decimal.__ne__ decimal.Decimal.__neg__ decimal.Decimal.__pos__ decimal.Decimal.__pow__ decimal.Decimal.__radd__ decimal.Decimal.__rdivmod__ decimal.Decimal.__reduce__ decimal.Decimal.__repr__ decimal.Decimal.__rfloordiv__ decimal.Decimal.__rmod__ decimal.Decimal.__rmul__ decimal.Decimal.__round__ decimal.Decimal.__rpow__ decimal.Decimal.__rsub__ decimal.Decimal.__rtruediv__ decimal.Decimal.__sizeof__ decimal.Decimal.__str__ decimal.Decimal.__sub__ decimal.Decimal.__truediv__ decimal.Decimal.__trunc__ decimal.Decimal.adjusted decimal.Decimal.as_integer_ratio decimal.Decimal.as_tuple decimal.Decimal.canonical decimal.Decimal.compare decimal.Decimal.compare_signal decimal.Decimal.compare_total_mag decimal.Decimal.conjugate decimal.Decimal.copy_abs decimal.Decimal.copy_negate decimal.Decimal.exp decimal.Decimal.is_canonical decimal.Decimal.is_finite decimal.Decimal.is_infinite decimal.Decimal.is_nan decimal.Decimal.is_normal decimal.Decimal.is_qnan decimal.Decimal.is_signed decimal.Decimal.is_snan decimal.Decimal.is_subnormal decimal.Decimal.is_zero decimal.Decimal.ln decimal.Decimal.log10 decimal.Decimal.logb decimal.Decimal.logical_and decimal.Decimal.logical_invert decimal.Decimal.logical_or decimal.Decimal.logical_xor decimal.Decimal.max decimal.Decimal.max_mag decimal.Decimal.min decimal.Decimal.min_mag decimal.Decimal.next_minus decimal.Decimal.next_plus decimal.Decimal.next_toward decimal.Decimal.normalize decimal.Decimal.number_class decimal.Decimal.radix decimal.Decimal.remainder_near decimal.Decimal.rotate decimal.Decimal.same_quantum decimal.Decimal.scaleb decimal.Decimal.shift decimal.Decimal.sqrt decimal.Decimal.to_eng_string decimal.Decimal.to_integral decimal.Decimal.to_integral_exact decimal.Decimal.to_integral_value decimal.DecimalException decimal.DecimalTuple decimal.DecimalTuple.digits decimal.DecimalTuple.exponent decimal.DecimalTuple.sign decimal.DivisionByZero decimal.DivisionImpossible decimal.DivisionUndefined decimal.FloatOperation decimal.Inexact decimal.InvalidContext decimal.InvalidOperation decimal.Overflow decimal.Rounded decimal.Subnormal decimal.Underflow decimal.getcontext decimal.localcontext decimal.setcontext 6 items passed all tests: 1 tests in decimal.Context 1 tests in decimal.Decimal.compare_total 1 tests in decimal.Decimal.copy_sign 1 tests in decimal.Decimal.fma 4 tests in decimal.Decimal.from_float 1 tests in decimal.Decimal.quantize 9 tests in 196 items. 9 passed and 0 failed. Test passed. doctest (decimal) ... 9 tests with zero failures Trying: from decimal import * Expecting nothing ok Trying: setcontext(ExtendedContext) Expecting nothing ok Trying: Decimal(0) Expecting: Decimal('0') ok Trying: Decimal('1') Expecting: Decimal('1') ok Trying: Decimal('-.0123') Expecting: Decimal('-0.0123') ok Trying: Decimal(123456) Expecting: Decimal('123456') ok Trying: Decimal('123.45e12345678') Expecting: Decimal('1.2345E+12345680') ok Trying: Decimal('1.33') + Decimal('1.27') Expecting: Decimal('2.60') ok Trying: Decimal('12.34') + Decimal('3.87') - Decimal('18.41') Expecting: Decimal('-2.20') ok Trying: dig = Decimal(1) Expecting nothing ok Trying: print(dig / Decimal(3)) Expecting: 0.333333333 ok Trying: getcontext().prec = 18 Expecting nothing ok Trying: print(dig / Decimal(3)) Expecting: 0.333333333333333333 ok Trying: print(dig.sqrt()) Expecting: 1 ok Trying: print(Decimal(3).sqrt()) Expecting: 1.73205080756887729 ok Trying: print(Decimal(3) ** 123) Expecting: 4.85192780976896427E+58 ok Trying: inf = Decimal(1) / Decimal(0) Expecting nothing ok Trying: print(inf) Expecting: Infinity ok Trying: neginf = Decimal(-1) / Decimal(0) Expecting nothing ok Trying: print(neginf) Expecting: -Infinity ok Trying: print(neginf + inf) Expecting: NaN ok Trying: print(neginf * inf) Expecting: -Infinity ok Trying: print(dig / 0) Expecting: Infinity ok Trying: getcontext().traps[DivisionByZero] = 1 Expecting nothing ok Trying: print(dig / 0) Expecting: Traceback (most recent call last): ... ... ... decimal.DivisionByZero: x / 0 ok Trying: c = Context() Expecting nothing ok Trying: c.traps[InvalidOperation] = 0 Expecting nothing ok Trying: print(c.flags[InvalidOperation]) Expecting: 0 ok Trying: c.divide(Decimal(0), Decimal(0)) Expecting: Decimal('NaN') ok Trying: c.traps[InvalidOperation] = 1 Expecting nothing ok Trying: print(c.flags[InvalidOperation]) Expecting: 1 ok Trying: c.flags[InvalidOperation] = 0 Expecting nothing ok Trying: print(c.flags[InvalidOperation]) Expecting: 0 ok Trying: print(c.divide(Decimal(0), Decimal(0))) Expecting: Traceback (most recent call last): ... ... ... decimal.InvalidOperation: 0 / 0 ok Trying: print(c.flags[InvalidOperation]) Expecting: 1 ok Trying: c.flags[InvalidOperation] = 0 Expecting nothing ok Trying: c.traps[InvalidOperation] = 0 Expecting nothing ok Trying: print(c.divide(Decimal(0), Decimal(0))) Expecting: NaN ok Trying: print(c.flags[InvalidOperation]) Expecting: 1 ok Trying: ExtendedContext.abs(Decimal('2.1')) Expecting: Decimal('2.1') ok Trying: ExtendedContext.abs(Decimal('-100')) Expecting: Decimal('100') ok Trying: ExtendedContext.abs(Decimal('101.5')) Expecting: Decimal('101.5') ok Trying: ExtendedContext.abs(Decimal('-101.5')) Expecting: Decimal('101.5') ok Trying: ExtendedContext.abs(-1) Expecting: Decimal('1') ok Trying: ExtendedContext.add(Decimal('12'), Decimal('7.00')) Expecting: Decimal('19.00') ok Trying: ExtendedContext.add(Decimal('1E+2'), Decimal('1.01E+4')) Expecting: Decimal('1.02E+4') ok Trying: ExtendedContext.add(1, Decimal(2)) Expecting: Decimal('3') ok Trying: ExtendedContext.add(Decimal(8), 5) Expecting: Decimal('13') ok Trying: ExtendedContext.add(5, 5) Expecting: Decimal('10') ok Trying: ExtendedContext.canonical(Decimal('2.50')) Expecting: Decimal('2.50') ok Trying: ExtendedContext.compare(Decimal('2.1'), Decimal('3')) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare(Decimal('2.1'), Decimal('2.1')) Expecting: Decimal('0') ok Trying: ExtendedContext.compare(Decimal('2.1'), Decimal('2.10')) Expecting: Decimal('0') ok Trying: ExtendedContext.compare(Decimal('3'), Decimal('2.1')) Expecting: Decimal('1') ok Trying: ExtendedContext.compare(Decimal('2.1'), Decimal('-3')) Expecting: Decimal('1') ok Trying: ExtendedContext.compare(Decimal('-3'), Decimal('2.1')) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare(1, 2) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare(Decimal(1), 2) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare(1, Decimal(2)) Expecting: Decimal('-1') ok Trying: c = ExtendedContext Expecting nothing ok Trying: c.compare_signal(Decimal('2.1'), Decimal('3')) Expecting: Decimal('-1') ok Trying: c.compare_signal(Decimal('2.1'), Decimal('2.1')) Expecting: Decimal('0') ok Trying: c.flags[InvalidOperation] = 0 Expecting nothing ok Trying: print(c.flags[InvalidOperation]) Expecting: 0 ok Trying: c.compare_signal(Decimal('NaN'), Decimal('2.1')) Expecting: Decimal('NaN') ok Trying: print(c.flags[InvalidOperation]) Expecting: 1 ok Trying: c.flags[InvalidOperation] = 0 Expecting nothing ok Trying: print(c.flags[InvalidOperation]) Expecting: 0 ok Trying: c.compare_signal(Decimal('sNaN'), Decimal('2.1')) Expecting: Decimal('NaN') ok Trying: print(c.flags[InvalidOperation]) Expecting: 1 ok Trying: c.compare_signal(-1, 2) Expecting: Decimal('-1') ok Trying: c.compare_signal(Decimal(-1), 2) Expecting: Decimal('-1') ok Trying: c.compare_signal(-1, Decimal(2)) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare_total(Decimal('12.73'), Decimal('127.9')) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare_total(Decimal('-127'), Decimal('12')) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare_total(Decimal('12.30'), Decimal('12.3')) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare_total(Decimal('12.30'), Decimal('12.30')) Expecting: Decimal('0') ok Trying: ExtendedContext.compare_total(Decimal('12.3'), Decimal('12.300')) Expecting: Decimal('1') ok Trying: ExtendedContext.compare_total(Decimal('12.3'), Decimal('NaN')) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare_total(1, 2) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare_total(Decimal(1), 2) Expecting: Decimal('-1') ok Trying: ExtendedContext.compare_total(1, Decimal(2)) Expecting: Decimal('-1') ok Trying: ExtendedContext.copy_abs(Decimal('2.1')) Expecting: Decimal('2.1') ok Trying: ExtendedContext.copy_abs(Decimal('-100')) Expecting: Decimal('100') ok Trying: ExtendedContext.copy_abs(-1) Expecting: Decimal('1') ok Trying: ExtendedContext.copy_decimal(Decimal('2.1')) Expecting: Decimal('2.1') ok Trying: ExtendedContext.copy_decimal(Decimal('-1.00')) Expecting: Decimal('-1.00') ok Trying: ExtendedContext.copy_decimal(1) Expecting: Decimal('1') ok Trying: ExtendedContext.copy_negate(Decimal('101.5')) Expecting: Decimal('-101.5') ok Trying: ExtendedContext.copy_negate(Decimal('-101.5')) Expecting: Decimal('101.5') ok Trying: ExtendedContext.copy_negate(1) Expecting: Decimal('-1') ok Trying: ExtendedContext.copy_sign(Decimal( '1.50'), Decimal('7.33')) Expecting: Decimal('1.50') ok Trying: ExtendedContext.copy_sign(Decimal('-1.50'), Decimal('7.33')) Expecting: Decimal('1.50') ok Trying: ExtendedContext.copy_sign(Decimal( '1.50'), Decimal('-7.33')) Expecting: Decimal('-1.50') ok Trying: ExtendedContext.copy_sign(Decimal('-1.50'), Decimal('-7.33')) Expecting: Decimal('-1.50') ok Trying: ExtendedContext.copy_sign(1, -2) Expecting: Decimal('-1') ok Trying: ExtendedContext.copy_sign(Decimal(1), -2) Expecting: Decimal('-1') ok Trying: ExtendedContext.copy_sign(1, Decimal(-2)) Expecting: Decimal('-1') ok Trying: context = Context(prec=5, rounding=ROUND_DOWN) Expecting nothing ok Trying: context.create_decimal_from_float(3.1415926535897932) Expecting: Decimal('3.1415') ok Trying: context = Context(prec=5, traps=[Inexact]) Expecting nothing ok Trying: context.create_decimal_from_float(3.1415926535897932) Expecting: Traceback (most recent call last): ... decimal.Inexact: None ok Trying: ExtendedContext.divide(Decimal('1'), Decimal('3')) Expecting: Decimal('0.333333333') ok Trying: ExtendedContext.divide(Decimal('2'), Decimal('3')) Expecting: Decimal('0.666666667') ok Trying: ExtendedContext.divide(Decimal('5'), Decimal('2')) Expecting: Decimal('2.5') ok Trying: ExtendedContext.divide(Decimal('1'), Decimal('10')) Expecting: Decimal('0.1') ok Trying: ExtendedContext.divide(Decimal('12'), Decimal('12')) Expecting: Decimal('1') ok Trying: ExtendedContext.divide(Decimal('8.00'), Decimal('2')) Expecting: Decimal('4.00') ok Trying: ExtendedContext.divide(Decimal('2.400'), Decimal('2.0')) Expecting: Decimal('1.20') ok Trying: ExtendedContext.divide(Decimal('1000'), Decimal('100')) Expecting: Decimal('10') ok Trying: ExtendedContext.divide(Decimal('1000'), Decimal('1')) Expecting: Decimal('1000') ok Trying: ExtendedContext.divide(Decimal('2.40E+6'), Decimal('2')) Expecting: Decimal('1.20E+6') ok Trying: ExtendedContext.divide(5, 5) Expecting: Decimal('1') ok Trying: ExtendedContext.divide(Decimal(5), 5) Expecting: Decimal('1') ok Trying: ExtendedContext.divide(5, Decimal(5)) Expecting: Decimal('1') ok Trying: ExtendedContext.divide_int(Decimal('2'), Decimal('3')) Expecting: Decimal('0') ok Trying: ExtendedContext.divide_int(Decimal('10'), Decimal('3')) Expecting: Decimal('3') ok Trying: ExtendedContext.divide_int(Decimal('1'), Decimal('0.3')) Expecting: Decimal('3') ok Trying: ExtendedContext.divide_int(10, 3) Expecting: Decimal('3') ok Trying: ExtendedContext.divide_int(Decimal(10), 3) Expecting: Decimal('3') ok Trying: ExtendedContext.divide_int(10, Decimal(3)) Expecting: Decimal('3') ok Trying: ExtendedContext.divmod(Decimal(8), Decimal(3)) Expecting: (Decimal('2'), Decimal('2')) ok Trying: ExtendedContext.divmod(Decimal(8), Decimal(4)) Expecting: (Decimal('2'), Decimal('0')) ok Trying: ExtendedContext.divmod(8, 4) Expecting: (Decimal('2'), Decimal('0')) ok Trying: ExtendedContext.divmod(Decimal(8), 4) Expecting: (Decimal('2'), Decimal('0')) ok Trying: ExtendedContext.divmod(8, Decimal(4)) Expecting: (Decimal('2'), Decimal('0')) ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: c.exp(Decimal('-Infinity')) Expecting: Decimal('0') ok Trying: c.exp(Decimal('-1')) Expecting: Decimal('0.367879441') ok Trying: c.exp(Decimal('0')) Expecting: Decimal('1') ok Trying: c.exp(Decimal('1')) Expecting: Decimal('2.71828183') ok Trying: c.exp(Decimal('0.693147181')) Expecting: Decimal('2.00000000') ok Trying: c.exp(Decimal('+Infinity')) Expecting: Decimal('Infinity') ok Trying: c.exp(10) Expecting: Decimal('22026.4658') ok Trying: ExtendedContext.fma(Decimal('3'), Decimal('5'), Decimal('7')) Expecting: Decimal('22') ok Trying: ExtendedContext.fma(Decimal('3'), Decimal('-5'), Decimal('7')) Expecting: Decimal('-8') ok Trying: ExtendedContext.fma(Decimal('888565290'), Decimal('1557.96930'), Decimal('-86087.7578')) Expecting: Decimal('1.38435736E+12') ok Trying: ExtendedContext.fma(1, 3, 4) Expecting: Decimal('7') ok Trying: ExtendedContext.fma(1, Decimal(3), 4) Expecting: Decimal('7') ok Trying: ExtendedContext.fma(1, 3, Decimal(4)) Expecting: Decimal('7') ok Trying: ExtendedContext.is_canonical(Decimal('2.50')) Expecting: True ok Trying: ExtendedContext.is_finite(Decimal('2.50')) Expecting: True ok Trying: ExtendedContext.is_finite(Decimal('-0.3')) Expecting: True ok Trying: ExtendedContext.is_finite(Decimal('0')) Expecting: True ok Trying: ExtendedContext.is_finite(Decimal('Inf')) Expecting: False ok Trying: ExtendedContext.is_finite(Decimal('NaN')) Expecting: False ok Trying: ExtendedContext.is_finite(1) Expecting: True ok Trying: ExtendedContext.is_infinite(Decimal('2.50')) Expecting: False ok Trying: ExtendedContext.is_infinite(Decimal('-Inf')) Expecting: True ok Trying: ExtendedContext.is_infinite(Decimal('NaN')) Expecting: False ok Trying: ExtendedContext.is_infinite(1) Expecting: False ok Trying: ExtendedContext.is_nan(Decimal('2.50')) Expecting: False ok Trying: ExtendedContext.is_nan(Decimal('NaN')) Expecting: True ok Trying: ExtendedContext.is_nan(Decimal('-sNaN')) Expecting: True ok Trying: ExtendedContext.is_nan(1) Expecting: False ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: c.is_normal(Decimal('2.50')) Expecting: True ok Trying: c.is_normal(Decimal('0.1E-999')) Expecting: False ok Trying: c.is_normal(Decimal('0.00')) Expecting: False ok Trying: c.is_normal(Decimal('-Inf')) Expecting: False ok Trying: c.is_normal(Decimal('NaN')) Expecting: False ok Trying: c.is_normal(1) Expecting: True ok Trying: ExtendedContext.is_qnan(Decimal('2.50')) Expecting: False ok Trying: ExtendedContext.is_qnan(Decimal('NaN')) Expecting: True ok Trying: ExtendedContext.is_qnan(Decimal('sNaN')) Expecting: False ok Trying: ExtendedContext.is_qnan(1) Expecting: False ok Trying: ExtendedContext.is_signed(Decimal('2.50')) Expecting: False ok Trying: ExtendedContext.is_signed(Decimal('-12')) Expecting: True ok Trying: ExtendedContext.is_signed(Decimal('-0')) Expecting: True ok Trying: ExtendedContext.is_signed(8) Expecting: False ok Trying: ExtendedContext.is_signed(-8) Expecting: True ok Trying: ExtendedContext.is_snan(Decimal('2.50')) Expecting: False ok Trying: ExtendedContext.is_snan(Decimal('NaN')) Expecting: False ok Trying: ExtendedContext.is_snan(Decimal('sNaN')) Expecting: True ok Trying: ExtendedContext.is_snan(1) Expecting: False ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: c.is_subnormal(Decimal('2.50')) Expecting: False ok Trying: c.is_subnormal(Decimal('0.1E-999')) Expecting: True ok Trying: c.is_subnormal(Decimal('0.00')) Expecting: False ok Trying: c.is_subnormal(Decimal('-Inf')) Expecting: False ok Trying: c.is_subnormal(Decimal('NaN')) Expecting: False ok Trying: c.is_subnormal(1) Expecting: False ok Trying: ExtendedContext.is_zero(Decimal('0')) Expecting: True ok Trying: ExtendedContext.is_zero(Decimal('2.50')) Expecting: False ok Trying: ExtendedContext.is_zero(Decimal('-0E+2')) Expecting: True ok Trying: ExtendedContext.is_zero(1) Expecting: False ok Trying: ExtendedContext.is_zero(0) Expecting: True ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: c.ln(Decimal('0')) Expecting: Decimal('-Infinity') ok Trying: c.ln(Decimal('1.000')) Expecting: Decimal('0') ok Trying: c.ln(Decimal('2.71828183')) Expecting: Decimal('1.00000000') ok Trying: c.ln(Decimal('10')) Expecting: Decimal('2.30258509') ok Trying: c.ln(Decimal('+Infinity')) Expecting: Decimal('Infinity') ok Trying: c.ln(1) Expecting: Decimal('0') ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: c.log10(Decimal('0')) Expecting: Decimal('-Infinity') ok Trying: c.log10(Decimal('0.001')) Expecting: Decimal('-3') ok Trying: c.log10(Decimal('1.000')) Expecting: Decimal('0') ok Trying: c.log10(Decimal('2')) Expecting: Decimal('0.301029996') ok Trying: c.log10(Decimal('10')) Expecting: Decimal('1') ok Trying: c.log10(Decimal('70')) Expecting: Decimal('1.84509804') ok Trying: c.log10(Decimal('+Infinity')) Expecting: Decimal('Infinity') ok Trying: c.log10(0) Expecting: Decimal('-Infinity') ok Trying: c.log10(1) Expecting: Decimal('0') ok Trying: ExtendedContext.logb(Decimal('250')) Expecting: Decimal('2') ok Trying: ExtendedContext.logb(Decimal('2.50')) Expecting: Decimal('0') ok Trying: ExtendedContext.logb(Decimal('0.03')) Expecting: Decimal('-2') ok Trying: ExtendedContext.logb(Decimal('0')) Expecting: Decimal('-Infinity') ok Trying: ExtendedContext.logb(1) Expecting: Decimal('0') ok Trying: ExtendedContext.logb(10) Expecting: Decimal('1') ok Trying: ExtendedContext.logb(100) Expecting: Decimal('2') ok Trying: ExtendedContext.logical_and(Decimal('0'), Decimal('0')) Expecting: Decimal('0') ok Trying: ExtendedContext.logical_and(Decimal('0'), Decimal('1')) Expecting: Decimal('0') ok Trying: ExtendedContext.logical_and(Decimal('1'), Decimal('0')) Expecting: Decimal('0') ok Trying: ExtendedContext.logical_and(Decimal('1'), Decimal('1')) Expecting: Decimal('1') ok Trying: ExtendedContext.logical_and(Decimal('1100'), Decimal('1010')) Expecting: Decimal('1000') ok Trying: ExtendedContext.logical_and(Decimal('1111'), Decimal('10')) Expecting: Decimal('10') ok Trying: ExtendedContext.logical_and(110, 1101) Expecting: Decimal('100') ok Trying: ExtendedContext.logical_and(Decimal(110), 1101) Expecting: Decimal('100') ok Trying: ExtendedContext.logical_and(110, Decimal(1101)) Expecting: Decimal('100') ok Trying: ExtendedContext.logical_invert(Decimal('0')) Expecting: Decimal('111111111') ok Trying: ExtendedContext.logical_invert(Decimal('1')) Expecting: Decimal('111111110') ok Trying: ExtendedContext.logical_invert(Decimal('111111111')) Expecting: Decimal('0') ok Trying: ExtendedContext.logical_invert(Decimal('101010101')) Expecting: Decimal('10101010') ok Trying: ExtendedContext.logical_invert(1101) Expecting: Decimal('111110010') ok Trying: ExtendedContext.logical_or(Decimal('0'), Decimal('0')) Expecting: Decimal('0') ok Trying: ExtendedContext.logical_or(Decimal('0'), Decimal('1')) Expecting: Decimal('1') ok Trying: ExtendedContext.logical_or(Decimal('1'), Decimal('0')) Expecting: Decimal('1') ok Trying: ExtendedContext.logical_or(Decimal('1'), Decimal('1')) Expecting: Decimal('1') ok Trying: ExtendedContext.logical_or(Decimal('1100'), Decimal('1010')) Expecting: Decimal('1110') ok Trying: ExtendedContext.logical_or(Decimal('1110'), Decimal('10')) Expecting: Decimal('1110') ok Trying: ExtendedContext.logical_or(110, 1101) Expecting: Decimal('1111') ok Trying: ExtendedContext.logical_or(Decimal(110), 1101) Expecting: Decimal('1111') ok Trying: ExtendedContext.logical_or(110, Decimal(1101)) Expecting: Decimal('1111') ok Trying: ExtendedContext.logical_xor(Decimal('0'), Decimal('0')) Expecting: Decimal('0') ok Trying: ExtendedContext.logical_xor(Decimal('0'), Decimal('1')) Expecting: Decimal('1') ok Trying: ExtendedContext.logical_xor(Decimal('1'), Decimal('0')) Expecting: Decimal('1') ok Trying: ExtendedContext.logical_xor(Decimal('1'), Decimal('1')) Expecting: Decimal('0') ok Trying: ExtendedContext.logical_xor(Decimal('1100'), Decimal('1010')) Expecting: Decimal('110') ok Trying: ExtendedContext.logical_xor(Decimal('1111'), Decimal('10')) Expecting: Decimal('1101') ok Trying: ExtendedContext.logical_xor(110, 1101) Expecting: Decimal('1011') ok Trying: ExtendedContext.logical_xor(Decimal(110), 1101) Expecting: Decimal('1011') ok Trying: ExtendedContext.logical_xor(110, Decimal(1101)) Expecting: Decimal('1011') ok Trying: ExtendedContext.max(Decimal('3'), Decimal('2')) Expecting: Decimal('3') ok Trying: ExtendedContext.max(Decimal('-10'), Decimal('3')) Expecting: Decimal('3') ok Trying: ExtendedContext.max(Decimal('1.0'), Decimal('1')) Expecting: Decimal('1') ok Trying: ExtendedContext.max(Decimal('7'), Decimal('NaN')) Expecting: Decimal('7') ok Trying: ExtendedContext.max(1, 2) Expecting: Decimal('2') ok Trying: ExtendedContext.max(Decimal(1), 2) Expecting: Decimal('2') ok Trying: ExtendedContext.max(1, Decimal(2)) Expecting: Decimal('2') ok Trying: ExtendedContext.max_mag(Decimal('7'), Decimal('NaN')) Expecting: Decimal('7') ok Trying: ExtendedContext.max_mag(Decimal('7'), Decimal('-10')) Expecting: Decimal('-10') ok Trying: ExtendedContext.max_mag(1, -2) Expecting: Decimal('-2') ok Trying: ExtendedContext.max_mag(Decimal(1), -2) Expecting: Decimal('-2') ok Trying: ExtendedContext.max_mag(1, Decimal(-2)) Expecting: Decimal('-2') ok Trying: ExtendedContext.min(Decimal('3'), Decimal('2')) Expecting: Decimal('2') ok Trying: ExtendedContext.min(Decimal('-10'), Decimal('3')) Expecting: Decimal('-10') ok Trying: ExtendedContext.min(Decimal('1.0'), Decimal('1')) Expecting: Decimal('1.0') ok Trying: ExtendedContext.min(Decimal('7'), Decimal('NaN')) Expecting: Decimal('7') ok Trying: ExtendedContext.min(1, 2) Expecting: Decimal('1') ok Trying: ExtendedContext.min(Decimal(1), 2) Expecting: Decimal('1') ok Trying: ExtendedContext.min(1, Decimal(29)) Expecting: Decimal('1') ok Trying: ExtendedContext.min_mag(Decimal('3'), Decimal('-2')) Expecting: Decimal('-2') ok Trying: ExtendedContext.min_mag(Decimal('-3'), Decimal('NaN')) Expecting: Decimal('-3') ok Trying: ExtendedContext.min_mag(1, -2) Expecting: Decimal('1') ok Trying: ExtendedContext.min_mag(Decimal(1), -2) Expecting: Decimal('1') ok Trying: ExtendedContext.min_mag(1, Decimal(-2)) Expecting: Decimal('1') ok Trying: ExtendedContext.minus(Decimal('1.3')) Expecting: Decimal('-1.3') ok Trying: ExtendedContext.minus(Decimal('-1.3')) Expecting: Decimal('1.3') ok Trying: ExtendedContext.minus(1) Expecting: Decimal('-1') ok Trying: ExtendedContext.multiply(Decimal('1.20'), Decimal('3')) Expecting: Decimal('3.60') ok Trying: ExtendedContext.multiply(Decimal('7'), Decimal('3')) Expecting: Decimal('21') ok Trying: ExtendedContext.multiply(Decimal('0.9'), Decimal('0.8')) Expecting: Decimal('0.72') ok Trying: ExtendedContext.multiply(Decimal('0.9'), Decimal('-0')) Expecting: Decimal('-0.0') ok Trying: ExtendedContext.multiply(Decimal('654321'), Decimal('654321')) Expecting: Decimal('4.28135971E+11') ok Trying: ExtendedContext.multiply(7, 7) Expecting: Decimal('49') ok Trying: ExtendedContext.multiply(Decimal(7), 7) Expecting: Decimal('49') ok Trying: ExtendedContext.multiply(7, Decimal(7)) Expecting: Decimal('49') ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: ExtendedContext.next_minus(Decimal('1')) Expecting: Decimal('0.999999999') ok Trying: c.next_minus(Decimal('1E-1007')) Expecting: Decimal('0E-1007') ok Trying: ExtendedContext.next_minus(Decimal('-1.00000003')) Expecting: Decimal('-1.00000004') ok Trying: c.next_minus(Decimal('Infinity')) Expecting: Decimal('9.99999999E+999') ok Trying: c.next_minus(1) Expecting: Decimal('0.999999999') ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: ExtendedContext.next_plus(Decimal('1')) Expecting: Decimal('1.00000001') ok Trying: c.next_plus(Decimal('-1E-1007')) Expecting: Decimal('-0E-1007') ok Trying: ExtendedContext.next_plus(Decimal('-1.00000003')) Expecting: Decimal('-1.00000002') ok Trying: c.next_plus(Decimal('-Infinity')) Expecting: Decimal('-9.99999999E+999') ok Trying: c.next_plus(1) Expecting: Decimal('1.00000001') ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: c.next_toward(Decimal('1'), Decimal('2')) Expecting: Decimal('1.00000001') ok Trying: c.next_toward(Decimal('-1E-1007'), Decimal('1')) Expecting: Decimal('-0E-1007') ok Trying: c.next_toward(Decimal('-1.00000003'), Decimal('0')) Expecting: Decimal('-1.00000002') ok Trying: c.next_toward(Decimal('1'), Decimal('0')) Expecting: Decimal('0.999999999') ok Trying: c.next_toward(Decimal('1E-1007'), Decimal('-100')) Expecting: Decimal('0E-1007') ok Trying: c.next_toward(Decimal('-1.00000003'), Decimal('-10')) Expecting: Decimal('-1.00000004') ok Trying: c.next_toward(Decimal('0.00'), Decimal('-0.0000')) Expecting: Decimal('-0.00') ok Trying: c.next_toward(0, 1) Expecting: Decimal('1E-1007') ok Trying: c.next_toward(Decimal(0), 1) Expecting: Decimal('1E-1007') ok Trying: c.next_toward(0, Decimal(1)) Expecting: Decimal('1E-1007') ok Trying: ExtendedContext.normalize(Decimal('2.1')) Expecting: Decimal('2.1') ok Trying: ExtendedContext.normalize(Decimal('-2.0')) Expecting: Decimal('-2') ok Trying: ExtendedContext.normalize(Decimal('1.200')) Expecting: Decimal('1.2') ok Trying: ExtendedContext.normalize(Decimal('-120')) Expecting: Decimal('-1.2E+2') ok Trying: ExtendedContext.normalize(Decimal('120.00')) Expecting: Decimal('1.2E+2') ok Trying: ExtendedContext.normalize(Decimal('0.00')) Expecting: Decimal('0') ok Trying: ExtendedContext.normalize(6) Expecting: Decimal('6') ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: c.number_class(Decimal('Infinity')) Expecting: '+Infinity' ok Trying: c.number_class(Decimal('1E-10')) Expecting: '+Normal' ok Trying: c.number_class(Decimal('2.50')) Expecting: '+Normal' ok Trying: c.number_class(Decimal('0.1E-999')) Expecting: '+Subnormal' ok Trying: c.number_class(Decimal('0')) Expecting: '+Zero' ok Trying: c.number_class(Decimal('-0')) Expecting: '-Zero' ok Trying: c.number_class(Decimal('-0.1E-999')) Expecting: '-Subnormal' ok Trying: c.number_class(Decimal('-1E-10')) Expecting: '-Normal' ok Trying: c.number_class(Decimal('-2.50')) Expecting: '-Normal' ok Trying: c.number_class(Decimal('-Infinity')) Expecting: '-Infinity' ok Trying: c.number_class(Decimal('NaN')) Expecting: 'NaN' ok Trying: c.number_class(Decimal('-NaN')) Expecting: 'NaN' ok Trying: c.number_class(Decimal('sNaN')) Expecting: 'sNaN' ok Trying: c.number_class(123) Expecting: '+Normal' ok Trying: ExtendedContext.plus(Decimal('1.3')) Expecting: Decimal('1.3') ok Trying: ExtendedContext.plus(Decimal('-1.3')) Expecting: Decimal('-1.3') ok Trying: ExtendedContext.plus(-1) Expecting: Decimal('-1') ok Trying: c = ExtendedContext.copy() Expecting nothing ok Trying: c.Emin = -999 Expecting nothing ok Trying: c.Emax = 999 Expecting nothing ok Trying: c.power(Decimal('2'), Decimal('3')) Expecting: Decimal('8') ok Trying: c.power(Decimal('-2'), Decimal('3')) Expecting: Decimal('-8') ok Trying: c.power(Decimal('2'), Decimal('-3')) Expecting: Decimal('0.125') ok Trying: c.power(Decimal('1.7'), Decimal('8')) Expecting: Decimal('69.7575744') ok Trying: c.power(Decimal('10'), Decimal('0.301029996')) Expecting: Decimal('2.00000000') ok Trying: c.power(Decimal('Infinity'), Decimal('-1')) Expecting: Decimal('0') ok Trying: c.power(Decimal('Infinity'), Decimal('0')) Expecting: Decimal('1') ok Trying: c.power(Decimal('Infinity'), Decimal('1')) Expecting: Decimal('Infinity') ok Trying: c.power(Decimal('-Infinity'), Decimal('-1')) Expecting: Decimal('-0') ok Trying: c.power(Decimal('-Infinity'), Decimal('0')) Expecting: Decimal('1') ok Trying: c.power(Decimal('-Infinity'), Decimal('1')) Expecting: Decimal('-Infinity') ok Trying: c.power(Decimal('-Infinity'), Decimal('2')) Expecting: Decimal('Infinity') ok Trying: c.power(Decimal('0'), Decimal('0')) Expecting: Decimal('NaN') ok Trying: c.power(Decimal('3'), Decimal('7'), Decimal('16')) Expecting: Decimal('11') ok Trying: c.power(Decimal('-3'), Decimal('7'), Decimal('16')) Expecting: Decimal('-11') ok Trying: c.power(Decimal('-3'), Decimal('8'), Decimal('16')) Expecting: Decimal('1') ok Trying: c.power(Decimal('3'), Decimal('7'), Decimal('-16')) Expecting: Decimal('11') ok Trying: c.power(Decimal('23E12345'), Decimal('67E189'), Decimal('123456789')) Expecting: Decimal('11729830') ok Trying: c.power(Decimal('-0'), Decimal('17'), Decimal('1729')) Expecting: Decimal('-0') ok Trying: c.power(Decimal('-23'), Decimal('0'), Decimal('65537')) Expecting: Decimal('1') ok Trying: ExtendedContext.power(7, 7) Expecting: Decimal('823543') ok Trying: ExtendedContext.power(Decimal(7), 7) Expecting: Decimal('823543') ok Trying: ExtendedContext.power(7, Decimal(7), 2) Expecting: Decimal('1') ok Trying: ExtendedContext.quantize(Decimal('2.17'), Decimal('0.001')) Expecting: Decimal('2.170') ok Trying: ExtendedContext.quantize(Decimal('2.17'), Decimal('0.01')) Expecting: Decimal('2.17') ok Trying: ExtendedContext.quantize(Decimal('2.17'), Decimal('0.1')) Expecting: Decimal('2.2') ok Trying: ExtendedContext.quantize(Decimal('2.17'), Decimal('1e+0')) Expecting: Decimal('2') ok Trying: ExtendedContext.quantize(Decimal('2.17'), Decimal('1e+1')) Expecting: Decimal('0E+1') ok Trying: ExtendedContext.quantize(Decimal('-Inf'), Decimal('Infinity')) Expecting: Decimal('-Infinity') ok Trying: ExtendedContext.quantize(Decimal('2'), Decimal('Infinity')) Expecting: Decimal('NaN') ok Trying: ExtendedContext.quantize(Decimal('-0.1'), Decimal('1')) Expecting: Decimal('-0') ok Trying: ExtendedContext.quantize(Decimal('-0'), Decimal('1e+5')) Expecting: Decimal('-0E+5') ok Trying: ExtendedContext.quantize(Decimal('+35236450.6'), Decimal('1e-2')) Expecting: Decimal('NaN') ok Trying: ExtendedContext.quantize(Decimal('-35236450.6'), Decimal('1e-2')) Expecting: Decimal('NaN') ok Trying: ExtendedContext.quantize(Decimal('217'), Decimal('1e-1')) Expecting: Decimal('217.0') ok Trying: ExtendedContext.quantize(Decimal('217'), Decimal('1e-0')) Expecting: Decimal('217') ok Trying: ExtendedContext.quantize(Decimal('217'), Decimal('1e+1')) Expecting: Decimal('2.2E+2') ok Trying: ExtendedContext.quantize(Decimal('217'), Decimal('1e+2')) Expecting: Decimal('2E+2') ok Trying: ExtendedContext.quantize(1, 2) Expecting: Decimal('1') ok Trying: ExtendedContext.quantize(Decimal(1), 2) Expecting: Decimal('1') ok Trying: ExtendedContext.quantize(1, Decimal(2)) Expecting: Decimal('1') ok Trying: ExtendedContext.radix() Expecting: Decimal('10') ok Trying: ExtendedContext.remainder(Decimal('2.1'), Decimal('3')) Expecting: Decimal('2.1') ok Trying: ExtendedContext.remainder(Decimal('10'), Decimal('3')) Expecting: Decimal('1') ok Trying: ExtendedContext.remainder(Decimal('-10'), Decimal('3')) Expecting: Decimal('-1') ok Trying: ExtendedContext.remainder(Decimal('10.2'), Decimal('1')) Expecting: Decimal('0.2') ok Trying: ExtendedContext.remainder(Decimal('10'), Decimal('0.3')) Expecting: Decimal('0.1') ok Trying: ExtendedContext.remainder(Decimal('3.6'), Decimal('1.3')) Expecting: Decimal('1.0') ok Trying: ExtendedContext.remainder(22, 6) Expecting: Decimal('4') ok Trying: ExtendedContext.remainder(Decimal(22), 6) Expecting: Decimal('4') ok Trying: ExtendedContext.remainder(22, Decimal(6)) Expecting: Decimal('4') ok Trying: ExtendedContext.remainder_near(Decimal('2.1'), Decimal('3')) Expecting: Decimal('-0.9') ok Trying: ExtendedContext.remainder_near(Decimal('10'), Decimal('6')) Expecting: Decimal('-2') ok Trying: ExtendedContext.remainder_near(Decimal('10'), Decimal('3')) Expecting: Decimal('1') ok Trying: ExtendedContext.remainder_near(Decimal('-10'), Decimal('3')) Expecting: Decimal('-1') ok Trying: ExtendedContext.remainder_near(Decimal('10.2'), Decimal('1')) Expecting: Decimal('0.2') ok Trying: ExtendedContext.remainder_near(Decimal('10'), Decimal('0.3')) Expecting: Decimal('0.1') ok Trying: ExtendedContext.remainder_near(Decimal('3.6'), Decimal('1.3')) Expecting: Decimal('-0.3') ok Trying: ExtendedContext.remainder_near(3, 11) Expecting: Decimal('3') ok Trying: ExtendedContext.remainder_near(Decimal(3), 11) Expecting: Decimal('3') ok Trying: ExtendedContext.remainder_near(3, Decimal(11)) Expecting: Decimal('3') ok Trying: ExtendedContext.rotate(Decimal('34'), Decimal('8')) Expecting: Decimal('400000003') ok Trying: ExtendedContext.rotate(Decimal('12'), Decimal('9')) Expecting: Decimal('12') ok Trying: ExtendedContext.rotate(Decimal('123456789'), Decimal('-2')) Expecting: Decimal('891234567') ok Trying: ExtendedContext.rotate(Decimal('123456789'), Decimal('0')) Expecting: Decimal('123456789') ok Trying: ExtendedContext.rotate(Decimal('123456789'), Decimal('+2')) Expecting: Decimal('345678912') ok Trying: ExtendedContext.rotate(1333333, 1) Expecting: Decimal('13333330') ok Trying: ExtendedContext.rotate(Decimal(1333333), 1) Expecting: Decimal('13333330') ok Trying: ExtendedContext.rotate(1333333, Decimal(1)) Expecting: Decimal('13333330') ok Trying: ExtendedContext.same_quantum(Decimal('2.17'), Decimal('0.001')) Expecting: False ok Trying: ExtendedContext.same_quantum(Decimal('2.17'), Decimal('0.01')) Expecting: True ok Trying: ExtendedContext.same_quantum(Decimal('2.17'), Decimal('1')) Expecting: False ok Trying: ExtendedContext.same_quantum(Decimal('Inf'), Decimal('-Inf')) Expecting: True ok Trying: ExtendedContext.same_quantum(10000, -1) Expecting: True ok Trying: ExtendedContext.same_quantum(Decimal(10000), -1) Expecting: True ok Trying: ExtendedContext.same_quantum(10000, Decimal(-1)) Expecting: True ok Trying: ExtendedContext.scaleb(Decimal('7.50'), Decimal('-2')) Expecting: Decimal('0.0750') ok Trying: ExtendedContext.scaleb(Decimal('7.50'), Decimal('0')) Expecting: Decimal('7.50') ok Trying: ExtendedContext.scaleb(Decimal('7.50'), Decimal('3')) Expecting: Decimal('7.50E+3') ok Trying: ExtendedContext.scaleb(1, 4) Expecting: Decimal('1E+4') ok Trying: ExtendedContext.scaleb(Decimal(1), 4) Expecting: Decimal('1E+4') ok Trying: ExtendedContext.scaleb(1, Decimal(4)) Expecting: Decimal('1E+4') ok Trying: ExtendedContext.shift(Decimal('34'), Decimal('8')) Expecting: Decimal('400000000') ok Trying: ExtendedContext.shift(Decimal('12'), Decimal('9')) Expecting: Decimal('0') ok Trying: ExtendedContext.shift(Decimal('123456789'), Decimal('-2')) Expecting: Decimal('1234567') ok Trying: ExtendedContext.shift(Decimal('123456789'), Decimal('0')) Expecting: Decimal('123456789') ok Trying: ExtendedContext.shift(Decimal('123456789'), Decimal('+2')) Expecting: Decimal('345678900') ok Trying: ExtendedContext.shift(88888888, 2) Expecting: Decimal('888888800') ok Trying: ExtendedContext.shift(Decimal(88888888), 2) Expecting: Decimal('888888800') ok Trying: ExtendedContext.shift(88888888, Decimal(2)) Expecting: Decimal('888888800') ok Trying: ExtendedContext.sqrt(Decimal('0')) Expecting: Decimal('0') ok Trying: ExtendedContext.sqrt(Decimal('-0')) Expecting: Decimal('-0') ok Trying: ExtendedContext.sqrt(Decimal('0.39')) Expecting: Decimal('0.624499800') ok Trying: ExtendedContext.sqrt(Decimal('100')) Expecting: Decimal('10') ok Trying: ExtendedContext.sqrt(Decimal('1')) Expecting: Decimal('1') ok Trying: ExtendedContext.sqrt(Decimal('1.0')) Expecting: Decimal('1.0') ok Trying: ExtendedContext.sqrt(Decimal('1.00')) Expecting: Decimal('1.0') ok Trying: ExtendedContext.sqrt(Decimal('7')) Expecting: Decimal('2.64575131') ok Trying: ExtendedContext.sqrt(Decimal('10')) Expecting: Decimal('3.16227766') ok Trying: ExtendedContext.sqrt(2) Expecting: Decimal('1.41421356') ok Trying: ExtendedContext.prec Expecting: 9 ok Trying: ExtendedContext.subtract(Decimal('1.3'), Decimal('1.07')) Expecting: Decimal('0.23') ok Trying: ExtendedContext.subtract(Decimal('1.3'), Decimal('1.30')) Expecting: Decimal('0.00') ok Trying: ExtendedContext.subtract(Decimal('1.3'), Decimal('2.07')) Expecting: Decimal('-0.77') ok Trying: ExtendedContext.subtract(8, 5) Expecting: Decimal('3') ok Trying: ExtendedContext.subtract(Decimal(8), 5) Expecting: Decimal('3') ok Trying: ExtendedContext.subtract(8, Decimal(5)) Expecting: Decimal('3') ok Trying: ExtendedContext.to_eng_string(Decimal('123E+1')) Expecting: '1.23E+3' ok Trying: ExtendedContext.to_eng_string(Decimal('123E+3')) Expecting: '123E+3' ok Trying: ExtendedContext.to_eng_string(Decimal('123E-10')) Expecting: '12.3E-9' ok Trying: ExtendedContext.to_eng_string(Decimal('-123E-12')) Expecting: '-123E-12' ok Trying: ExtendedContext.to_eng_string(Decimal('7E-7')) Expecting: '700E-9' ok Trying: ExtendedContext.to_eng_string(Decimal('7E+1')) Expecting: '70' ok Trying: ExtendedContext.to_eng_string(Decimal('0E+1')) Expecting: '0.00E+3' ok Trying: ExtendedContext.to_integral_exact(Decimal('2.1')) Expecting: Decimal('2') ok Trying: ExtendedContext.to_integral_exact(Decimal('100')) Expecting: Decimal('100') ok Trying: ExtendedContext.to_integral_exact(Decimal('100.0')) Expecting: Decimal('100') ok Trying: ExtendedContext.to_integral_exact(Decimal('101.5')) Expecting: Decimal('102') ok Trying: ExtendedContext.to_integral_exact(Decimal('-101.5')) Expecting: Decimal('-102') ok Trying: ExtendedContext.to_integral_exact(Decimal('10E+5')) Expecting: Decimal('1.0E+6') ok Trying: ExtendedContext.to_integral_exact(Decimal('7.89E+77')) Expecting: Decimal('7.89E+77') ok Trying: ExtendedContext.to_integral_exact(Decimal('-Inf')) Expecting: Decimal('-Infinity') ok Trying: ExtendedContext.to_integral_value(Decimal('2.1')) Expecting: Decimal('2') ok Trying: ExtendedContext.to_integral_value(Decimal('100')) Expecting: Decimal('100') ok Trying: ExtendedContext.to_integral_value(Decimal('100.0')) Expecting: Decimal('100') ok Trying: ExtendedContext.to_integral_value(Decimal('101.5')) Expecting: Decimal('102') ok Trying: ExtendedContext.to_integral_value(Decimal('-101.5')) Expecting: Decimal('-102') ok Trying: ExtendedContext.to_integral_value(Decimal('10E+5')) Expecting: Decimal('1.0E+6') ok Trying: ExtendedContext.to_integral_value(Decimal('7.89E+77')) Expecting: Decimal('7.89E+77') ok Trying: ExtendedContext.to_integral_value(Decimal('-Inf')) Expecting: Decimal('-Infinity') ok Trying: Decimal('3.14') # string input Expecting: Decimal('3.14') ok Trying: Decimal((0, (3, 1, 4), -2)) # tuple (sign, digit_tuple, exponent) Expecting: Decimal('3.14') ok Trying: Decimal(314) # int Expecting: Decimal('314') ok Trying: Decimal(Decimal(314)) # another decimal instance Expecting: Decimal('314') ok Trying: Decimal(' 3.14 \n') # leading and trailing whitespace okay Expecting: Decimal('3.14') ok Trying: round(Decimal('123.456')) Expecting: 123 ok Trying: round(Decimal('-456.789')) Expecting: -457 ok Trying: round(Decimal('-3.0')) Expecting: -3 ok Trying: round(Decimal('2.5')) Expecting: 2 ok Trying: round(Decimal('3.5')) Expecting: 4 ok Trying: round(Decimal('Inf')) Expecting: Traceback (most recent call last): ... OverflowError: cannot round an infinity ok Trying: round(Decimal('NaN')) Expecting: Traceback (most recent call last): ... ValueError: cannot round a NaN ok Trying: round(Decimal('123.456'), 0) Expecting: Decimal('123') ok Trying: round(Decimal('123.456'), 2) Expecting: Decimal('123.46') ok Trying: round(Decimal('123.456'), -2) Expecting: Decimal('1E+2') ok Trying: round(Decimal('-Infinity'), 37) Expecting: Decimal('NaN') ok Trying: round(Decimal('sNaN123'), 0) Expecting: Decimal('NaN123') ok Trying: Decimal('3.14').as_integer_ratio() Expecting: (157, 50) ok Trying: Decimal('-123e5').as_integer_ratio() Expecting: (-12300000, 1) ok Trying: Decimal('0.00').as_integer_ratio() Expecting: (0, 1) ok Trying: Decimal.from_float(0.1) Expecting: Decimal('0.1000000000000000055511151231257827021181583404541015625') ok Trying: Decimal.from_float(float('nan')) Expecting: Decimal('NaN') ok Trying: Decimal.from_float(float('inf')) Expecting: Decimal('Infinity') ok Trying: Decimal.from_float(-float('inf')) Expecting: Decimal('-Infinity') ok Trying: Decimal.from_float(-0.0) Expecting: Decimal('-0') ok Trying: setcontext(DefaultContext) Expecting nothing ok Trying: print(getcontext().prec) Expecting: 28 ok Trying: with localcontext(): ctx = getcontext() ctx.prec += 2 print(ctx.prec) Expecting: 30 ok Trying: with localcontext(ExtendedContext): print(getcontext().prec) Expecting: 9 ok Trying: print(getcontext().prec) Expecting: 28 ok 165 items had no tests: decimal.Clamped decimal.Context decimal.Context.Etiny decimal.Context.Etop decimal.Context.__delattr__ decimal.Context.__init__ decimal.Context.__reduce__ decimal.Context.__repr__ decimal.Context.__setattr__ decimal.Context._apply decimal.Context._ignore_all_flags decimal.Context._ignore_flags decimal.Context._raise_error decimal.Context._regard_flags decimal.Context._set_integer_check decimal.Context._set_rounding decimal.Context._set_signal_dict decimal.Context._shallow_copy decimal.Context.clear_flags decimal.Context.clear_traps decimal.Context.compare_total_mag decimal.Context.copy decimal.Context.create_decimal decimal.Context.to_sci_string decimal.ConversionSyntax decimal.ConversionSyntax.handle decimal.Decimal decimal.Decimal.__abs__ decimal.Decimal.__add__ decimal.Decimal.__bool__ decimal.Decimal.__ceil__ decimal.Decimal.__complex__ decimal.Decimal.__copy__ decimal.Decimal.__deepcopy__ decimal.Decimal.__divmod__ decimal.Decimal.__eq__ decimal.Decimal.__float__ decimal.Decimal.__floor__ decimal.Decimal.__floordiv__ decimal.Decimal.__format__ decimal.Decimal.__ge__ decimal.Decimal.__gt__ decimal.Decimal.__hash__ decimal.Decimal.__int__ decimal.Decimal.__le__ decimal.Decimal.__lt__ decimal.Decimal.__mod__ decimal.Decimal.__mul__ decimal.Decimal.__neg__ decimal.Decimal.__pos__ decimal.Decimal.__pow__ decimal.Decimal.__rdivmod__ decimal.Decimal.__reduce__ decimal.Decimal.__repr__ decimal.Decimal.__rfloordiv__ decimal.Decimal.__rmod__ decimal.Decimal.__rpow__ decimal.Decimal.__rsub__ decimal.Decimal.__rtruediv__ decimal.Decimal.__str__ decimal.Decimal.__sub__ decimal.Decimal.__truediv__ decimal.Decimal._check_nans decimal.Decimal._cmp decimal.Decimal._compare_check_nans decimal.Decimal._divide decimal.Decimal._fill_logical decimal.Decimal._fix decimal.Decimal._fix_nan decimal.Decimal._iseven decimal.Decimal._isinfinity decimal.Decimal._isinteger decimal.Decimal._islogical decimal.Decimal._isnan decimal.Decimal._ln_exp_bound decimal.Decimal._log10_exp_bound decimal.Decimal._power_exact decimal.Decimal._power_modulo decimal.Decimal._rescale decimal.Decimal._round decimal.Decimal._round_05up decimal.Decimal._round_ceiling decimal.Decimal._round_down decimal.Decimal._round_floor decimal.Decimal._round_half_down decimal.Decimal._round_half_even decimal.Decimal._round_half_up decimal.Decimal._round_up decimal.Decimal.adjusted decimal.Decimal.as_tuple decimal.Decimal.canonical decimal.Decimal.compare decimal.Decimal.compare_signal decimal.Decimal.compare_total decimal.Decimal.compare_total_mag decimal.Decimal.conjugate decimal.Decimal.copy_abs decimal.Decimal.copy_negate decimal.Decimal.copy_sign decimal.Decimal.exp decimal.Decimal.fma decimal.Decimal.imag decimal.Decimal.is_canonical decimal.Decimal.is_finite decimal.Decimal.is_infinite decimal.Decimal.is_nan decimal.Decimal.is_normal decimal.Decimal.is_qnan decimal.Decimal.is_signed decimal.Decimal.is_snan decimal.Decimal.is_subnormal decimal.Decimal.is_zero decimal.Decimal.ln decimal.Decimal.log10 decimal.Decimal.logb decimal.Decimal.logical_and decimal.Decimal.logical_invert decimal.Decimal.logical_or decimal.Decimal.logical_xor decimal.Decimal.max decimal.Decimal.max_mag decimal.Decimal.min decimal.Decimal.min_mag decimal.Decimal.next_minus decimal.Decimal.next_plus decimal.Decimal.next_toward decimal.Decimal.normalize decimal.Decimal.number_class decimal.Decimal.quantize decimal.Decimal.radix decimal.Decimal.real decimal.Decimal.remainder_near decimal.Decimal.rotate decimal.Decimal.same_quantum decimal.Decimal.scaleb decimal.Decimal.shift decimal.Decimal.sqrt decimal.Decimal.to_eng_string decimal.Decimal.to_integral_exact decimal.Decimal.to_integral_value decimal.DecimalException decimal.DecimalException.handle decimal.DecimalTuple decimal.DecimalTuple.digits decimal.DecimalTuple.exponent decimal.DecimalTuple.sign decimal.DivisionByZero decimal.DivisionByZero.handle decimal.DivisionImpossible decimal.DivisionImpossible.handle decimal.DivisionUndefined decimal.DivisionUndefined.handle decimal.FloatOperation decimal.Inexact decimal.InvalidContext decimal.InvalidContext.handle decimal.InvalidOperation decimal.InvalidOperation.handle decimal.Overflow decimal.Overflow.handle decimal.Rounded decimal.Subnormal decimal.Underflow decimal.getcontext decimal.setcontext 65 items passed all tests: 39 tests in decimal 5 tests in decimal.Context.abs 5 tests in decimal.Context.add 1 tests in decimal.Context.canonical 9 tests in decimal.Context.compare 14 tests in decimal.Context.compare_signal 9 tests in decimal.Context.compare_total 3 tests in decimal.Context.copy_abs 3 tests in decimal.Context.copy_decimal 3 tests in decimal.Context.copy_negate 7 tests in decimal.Context.copy_sign 4 tests in decimal.Context.create_decimal_from_float 13 tests in decimal.Context.divide 6 tests in decimal.Context.divide_int 5 tests in decimal.Context.divmod 10 tests in decimal.Context.exp 6 tests in decimal.Context.fma 1 tests in decimal.Context.is_canonical 6 tests in decimal.Context.is_finite 4 tests in decimal.Context.is_infinite 4 tests in decimal.Context.is_nan 9 tests in decimal.Context.is_normal 4 tests in decimal.Context.is_qnan 5 tests in decimal.Context.is_signed 4 tests in decimal.Context.is_snan 9 tests in decimal.Context.is_subnormal 5 tests in decimal.Context.is_zero 9 tests in decimal.Context.ln 12 tests in decimal.Context.log10 7 tests in decimal.Context.logb 9 tests in decimal.Context.logical_and 5 tests in decimal.Context.logical_invert 9 tests in decimal.Context.logical_or 9 tests in decimal.Context.logical_xor 7 tests in decimal.Context.max 5 tests in decimal.Context.max_mag 7 tests in decimal.Context.min 5 tests in decimal.Context.min_mag 3 tests in decimal.Context.minus 8 tests in decimal.Context.multiply 8 tests in decimal.Context.next_minus 8 tests in decimal.Context.next_plus 13 tests in decimal.Context.next_toward 7 tests in decimal.Context.normalize 17 tests in decimal.Context.number_class 3 tests in decimal.Context.plus 26 tests in decimal.Context.power 18 tests in decimal.Context.quantize 1 tests in decimal.Context.radix 9 tests in decimal.Context.remainder 10 tests in decimal.Context.remainder_near 8 tests in decimal.Context.rotate 7 tests in decimal.Context.same_quantum 6 tests in decimal.Context.scaleb 8 tests in decimal.Context.shift 11 tests in decimal.Context.sqrt 6 tests in decimal.Context.subtract 7 tests in decimal.Context.to_eng_string 8 tests in decimal.Context.to_integral_exact 8 tests in decimal.Context.to_integral_value 5 tests in decimal.Decimal.__new__ 12 tests in decimal.Decimal.__round__ 3 tests in decimal.Decimal.as_integer_ratio 5 tests in decimal.Decimal.from_float 5 tests in decimal.localcontext 507 tests in 230 items. 507 passed and 0 failed. Test passed. doctest (decimal) ... 507 tests with zero failures 0:04:36 load avg: 1.12 [101/416] test_decorators PASS: test_double (test.test_decorators.TestClassDecorators) PASS: test_order (test.test_decorators.TestClassDecorators) PASS: test_simple (test.test_decorators.TestClassDecorators) PASS: test_argforms (test.test_decorators.TestDecorators) PASS: test_dbcheck (test.test_decorators.TestDecorators) PASS: test_dotted (test.test_decorators.TestDecorators) PASS: test_double (test.test_decorators.TestDecorators) PASS: test_errors (test.test_decorators.TestDecorators) PASS: test_eval_order (test.test_decorators.TestDecorators) PASS: test_memoize (test.test_decorators.TestDecorators) PASS: test_order (test.test_decorators.TestDecorators) PASS: test_single (test.test_decorators.TestDecorators) PASS: test_staticmethod_function (test.test_decorators.TestDecorators) ---------------------------------------------------------------------- Ran 13 tests in 0.003s OK 0:04:36 load avg: 1.12 [102/416] test_defaultdict PASS: test_basic (test.test_defaultdict.TestDefaultDict) PASS: test_callable_arg (test.test_defaultdict.TestDefaultDict) PASS: test_copy (test.test_defaultdict.TestDefaultDict) PASS: test_deep_copy (test.test_defaultdict.TestDefaultDict) PASS: test_keyerror_without_factory (test.test_defaultdict.TestDefaultDict) PASS: test_missing (test.test_defaultdict.TestDefaultDict) PASS: test_pickling (test.test_defaultdict.TestDefaultDict) PASS: test_print (test.test_defaultdict.TestDefaultDict) PASS: test_recursive_repr (test.test_defaultdict.TestDefaultDict) PASS: test_repr (test.test_defaultdict.TestDefaultDict) PASS: test_shallow_copy (test.test_defaultdict.TestDefaultDict) ---------------------------------------------------------------------- Ran 11 tests in 0.003s OK 0:04:36 load avg: 1.12 [103/416] test_deque PASS: test_add (test.test_deque.TestBasic) PASS: test_basics (test.test_deque.TestBasic) PASS: test_big_queue_popleft (test.test_deque.TestBasic) PASS: test_big_queue_popright (test.test_deque.TestBasic) PASS: test_big_stack_left (test.test_deque.TestBasic) PASS: test_big_stack_right (test.test_deque.TestBasic) PASS: test_clear (test.test_deque.TestBasic) PASS: test_comparisons (test.test_deque.TestBasic) PASS: test_container_iterator (test.test_deque.TestBasic) PASS: test_contains (test.test_deque.TestBasic) PASS: test_copy (test.test_deque.TestBasic) PASS: test_copy_method (test.test_deque.TestBasic) PASS: test_count (test.test_deque.TestBasic) PASS: test_deepcopy (test.test_deque.TestBasic) PASS: test_delitem (test.test_deque.TestBasic) PASS: test_extend (test.test_deque.TestBasic) PASS: test_extendleft (test.test_deque.TestBasic) PASS: test_gc_doesnt_blowup (test.test_deque.TestBasic) PASS: test_getitem (test.test_deque.TestBasic) PASS: test_hash (test.test_deque.TestBasic) PASS: test_iadd (test.test_deque.TestBasic) PASS: test_imul (test.test_deque.TestBasic) PASS: test_index (test.test_deque.TestBasic) PASS: test_index_bug_24913 (test.test_deque.TestBasic) PASS: test_init (test.test_deque.TestBasic) PASS: test_insert (test.test_deque.TestBasic) PASS: test_insert_bug_26194 (test.test_deque.TestBasic) PASS: test_iterator_pickle (test.test_deque.TestBasic) PASS: test_len (test.test_deque.TestBasic) PASS: test_long_steadystate_queue_popleft (test.test_deque.TestBasic) PASS: test_long_steadystate_queue_popright (test.test_deque.TestBasic) PASS: test_maxlen (test.test_deque.TestBasic) PASS: test_maxlen_attribute (test.test_deque.TestBasic) PASS: test_maxlen_zero (test.test_deque.TestBasic) PASS: test_mul (test.test_deque.TestBasic) PASS: test_pickle (test.test_deque.TestBasic) PASS: test_pickle_recursive (test.test_deque.TestBasic) PASS: test_print (test.test_deque.TestBasic) PASS: test_remove (test.test_deque.TestBasic) PASS: test_repr (test.test_deque.TestBasic) PASS: test_reverse (test.test_deque.TestBasic) PASS: test_reversed (test.test_deque.TestBasic) PASS: test_reversed_new (test.test_deque.TestBasic) PASS: test_rotate (test.test_deque.TestBasic) PASS: test_roundtrip_iter_init (test.test_deque.TestBasic) PASS: test_setitem (test.test_deque.TestBasic) PASS: test_sizeof (test.test_deque.TestBasic) PASS: test_underflow (test.test_deque.TestBasic) PASS: test_constructor (test.test_deque.TestVariousIteratorArgs) PASS: test_iter_with_altered_data (test.test_deque.TestVariousIteratorArgs) PASS: test_runtime_error_on_empty_deque (test.test_deque.TestVariousIteratorArgs) PASS: test_basics (test.test_deque.TestSubclass) PASS: test_bug_31608 (test.test_deque.TestSubclass) PASS: test_copy_pickle (test.test_deque.TestSubclass) PASS: test_pickle_recursive (test.test_deque.TestSubclass) PASS: test_strange_subclass (test.test_deque.TestSubclass) PASS: test_weakref (test.test_deque.TestSubclass) PASS: test_subclass_with_kwargs (test.test_deque.TestSubclassWithKwargs) PASS: test_addmul (test.test_deque.TestSequence) PASS: test_bigrepeat (test.test_deque.TestSequence) PASS: test_constructors (test.test_deque.TestSequence) PASS: test_contains (test.test_deque.TestSequence) PASS: test_contains_fake (test.test_deque.TestSequence) PASS: test_contains_order (test.test_deque.TestSequence) PASS: test_count (test.test_deque.TestSequence) SKIP: test_free_after_iterating (test.test_deque.TestSequence) "Exhausted deque iterator doesn't free a deque" PASS: test_getitem (test.test_deque.TestSequence) PASS: test_getitemoverwriteiter (test.test_deque.TestSequence) PASS: test_getslice (test.test_deque.TestSequence) PASS: test_iadd (test.test_deque.TestSequence) PASS: test_imul (test.test_deque.TestSequence) PASS: test_index (test.test_deque.TestSequence) PASS: test_len (test.test_deque.TestSequence) PASS: test_minmax (test.test_deque.TestSequence) PASS: test_pickle (test.test_deque.TestSequence) PASS: test_repeat (test.test_deque.TestSequence) PASS: test_subscript (test.test_deque.TestSequence) PASS: test_truth (test.test_deque.TestSequence) ---------------------------------------------------------------------- Ran 78 tests in 1.911s OK (skipped=1) Trying: from collections import deque Expecting nothing ok Trying: d = deque('ghi') # make a new deque with three items Expecting nothing ok Trying: for elem in d: # iterate over the deque's elements print(elem.upper()) Expecting: G H I ok Trying: d.append('j') # add a new entry to the right side Expecting nothing ok Trying: d.appendleft('f') # add a new entry to the left side Expecting nothing ok Trying: d # show the representation of the deque Expecting: deque(['f', 'g', 'h', 'i', 'j']) ok Trying: d.pop() # return and remove the rightmost item Expecting: 'j' ok Trying: d.popleft() # return and remove the leftmost item Expecting: 'f' ok Trying: list(d) # list the contents of the deque Expecting: ['g', 'h', 'i'] ok Trying: d[0] # peek at leftmost item Expecting: 'g' ok Trying: d[-1] # peek at rightmost item Expecting: 'i' ok Trying: list(reversed(d)) # list the contents of a deque in reverse Expecting: ['i', 'h', 'g'] ok Trying: 'h' in d # search the deque Expecting: True ok Trying: d.extend('jkl') # add multiple elements at once Expecting nothing ok Trying: d Expecting: deque(['g', 'h', 'i', 'j', 'k', 'l']) ok Trying: d.rotate(1) # right rotation Expecting nothing ok Trying: d Expecting: deque(['l', 'g', 'h', 'i', 'j', 'k']) ok Trying: d.rotate(-1) # left rotation Expecting nothing ok Trying: d Expecting: deque(['g', 'h', 'i', 'j', 'k', 'l']) ok Trying: deque(reversed(d)) # make a new deque in reverse order Expecting: deque(['l', 'k', 'j', 'i', 'h', 'g']) ok Trying: d.clear() # empty the deque Expecting nothing ok Trying: d.pop() # cannot pop from an empty deque Expecting: Traceback (most recent call last): File "", line 1, in -toplevel- d.pop() IndexError: pop from an empty deque ok Trying: d.extendleft('abc') # extendleft() reverses the input order Expecting nothing ok Trying: d Expecting: deque(['c', 'b', 'a']) ok Trying: def delete_nth(d, n): d.rotate(-n) d.popleft() d.rotate(n) Expecting nothing ok Trying: d = deque('abcdef') Expecting nothing ok Trying: delete_nth(d, 2) # remove the entry at d[2] Expecting nothing ok Trying: d Expecting: deque(['a', 'b', 'd', 'e', 'f']) ok Trying: def roundrobin(*iterables): pending = deque(iter(i) for i in iterables) while pending: task = pending.popleft() try: yield next(task) except StopIteration: continue pending.append(task) Expecting nothing ok Trying: for value in roundrobin('abc', 'd', 'efgh'): print(value) Expecting: a d e b f c g h ok Trying: def maketree(iterable): d = deque(iterable) while len(d) > 1: pair = [d.popleft(), d.popleft()] d.append(pair) return list(d) Expecting nothing ok Trying: print(maketree('abcdefgh')) Expecting: [[[['a', 'b'], ['c', 'd']], [['e', 'f'], ['g', 'h']]]] ok 80 items had no tests: test.test_deque test.test_deque.BadCmp test.test_deque.BadCmp.__eq__ test.test_deque.Deque test.test_deque.DequeWithBadIter test.test_deque.DequeWithBadIter.__iter__ test.test_deque.MutateCmp test.test_deque.MutateCmp.__eq__ test.test_deque.MutateCmp.__init__ test.test_deque.SubclassWithKwargs test.test_deque.SubclassWithKwargs.__init__ test.test_deque.TestBasic test.test_deque.TestBasic.test_add test.test_deque.TestBasic.test_basics test.test_deque.TestBasic.test_big_queue_popleft test.test_deque.TestBasic.test_big_queue_popright test.test_deque.TestBasic.test_big_stack_left test.test_deque.TestBasic.test_big_stack_right test.test_deque.TestBasic.test_clear test.test_deque.TestBasic.test_comparisons test.test_deque.TestBasic.test_container_iterator test.test_deque.TestBasic.test_contains test.test_deque.TestBasic.test_copy test.test_deque.TestBasic.test_copy_method test.test_deque.TestBasic.test_count test.test_deque.TestBasic.test_deepcopy test.test_deque.TestBasic.test_delitem test.test_deque.TestBasic.test_extend test.test_deque.TestBasic.test_extendleft test.test_deque.TestBasic.test_gc_doesnt_blowup test.test_deque.TestBasic.test_getitem test.test_deque.TestBasic.test_hash test.test_deque.TestBasic.test_iadd test.test_deque.TestBasic.test_imul test.test_deque.TestBasic.test_index test.test_deque.TestBasic.test_index_bug_24913 test.test_deque.TestBasic.test_init test.test_deque.TestBasic.test_insert test.test_deque.TestBasic.test_insert_bug_26194 test.test_deque.TestBasic.test_iterator_pickle test.test_deque.TestBasic.test_len test.test_deque.TestBasic.test_long_steadystate_queue_popleft test.test_deque.TestBasic.test_long_steadystate_queue_popright test.test_deque.TestBasic.test_maxlen test.test_deque.TestBasic.test_maxlen_attribute test.test_deque.TestBasic.test_maxlen_zero test.test_deque.TestBasic.test_mul test.test_deque.TestBasic.test_pickle test.test_deque.TestBasic.test_pickle_recursive test.test_deque.TestBasic.test_print test.test_deque.TestBasic.test_remove test.test_deque.TestBasic.test_repr test.test_deque.TestBasic.test_reverse test.test_deque.TestBasic.test_reversed test.test_deque.TestBasic.test_reversed_new test.test_deque.TestBasic.test_rotate test.test_deque.TestBasic.test_roundtrip_iter_init test.test_deque.TestBasic.test_setitem test.test_deque.TestBasic.test_sizeof test.test_deque.TestBasic.test_underflow test.test_deque.TestSequence test.test_deque.TestSequence.test_free_after_iterating test.test_deque.TestSequence.test_getitem test.test_deque.TestSequence.test_getslice test.test_deque.TestSequence.test_subscript test.test_deque.TestSubclass test.test_deque.TestSubclass.test_basics test.test_deque.TestSubclass.test_bug_31608 test.test_deque.TestSubclass.test_copy_pickle test.test_deque.TestSubclass.test_pickle_recursive test.test_deque.TestSubclass.test_strange_subclass test.test_deque.TestSubclass.test_weakref test.test_deque.TestSubclassWithKwargs test.test_deque.TestSubclassWithKwargs.test_subclass_with_kwargs test.test_deque.TestVariousIteratorArgs test.test_deque.TestVariousIteratorArgs.test_constructor test.test_deque.TestVariousIteratorArgs.test_iter_with_altered_data test.test_deque.TestVariousIteratorArgs.test_runtime_error_on_empty_deque test.test_deque.fail test.test_deque.test_main 1 items passed all tests: 32 tests in test.test_deque.__test__.libreftest 32 tests in 81 items. 32 passed and 0 failed. Test passed. doctest (test.test_deque) ... 32 tests with zero failures 0:04:38 load avg: 1.12 [104/416] test_descr PASS: test_pytype_long_ready (test.test_descr.PTypesLongInitTest) PASS: test_complexes (test.test_descr.OperatorsTest) PASS: test_dicts (test.test_descr.OperatorsTest) PASS: test_explicit_reverse_methods (test.test_descr.OperatorsTest) PASS: test_floats (test.test_descr.OperatorsTest) PASS: test_ints (test.test_descr.OperatorsTest) PASS: test_lists (test.test_descr.OperatorsTest) PASS: test_spam_dicts (test.test_descr.OperatorsTest) PASS: test_spam_lists (test.test_descr.OperatorsTest) PASS: test_wrap_lenfunc_bad_cast (test.test_descr.OperatorsTest) PASS: test_abstractmethods (test.test_descr.ClassPropertiesAndMethods) PASS: test_altmro (test.test_descr.ClassPropertiesAndMethods) PASS: test_assign_slice (test.test_descr.ClassPropertiesAndMethods) test_bad_new (test.test_descr.ClassPropertiesAndMethods) ... expected failure PASS: test_basic_inheritance (test.test_descr.ClassPropertiesAndMethods) PASS: test_binary_operator_override (test.test_descr.ClassPropertiesAndMethods) PASS: test_bound_method_repr (test.test_descr.ClassPropertiesAndMethods) PASS: test_buffer_inheritance (test.test_descr.ClassPropertiesAndMethods) PASS: test_builtin_bases (test.test_descr.ClassPropertiesAndMethods) PASS: test_carloverre (test.test_descr.ClassPropertiesAndMethods) PASS: test_classic (test.test_descr.ClassPropertiesAndMethods) PASS: test_classic_comparisons (test.test_descr.ClassPropertiesAndMethods) PASS: test_classmethods (test.test_descr.ClassPropertiesAndMethods) PASS: test_classmethods_in_c (test.test_descr.ClassPropertiesAndMethods) PASS: test_compattr (test.test_descr.ClassPropertiesAndMethods) PASS: test_consistency_with_epg (test.test_descr.ClassPropertiesAndMethods) PASS: test_copy_setstate (test.test_descr.ClassPropertiesAndMethods) PASS: test_cycle_through_dict (test.test_descr.ClassPropertiesAndMethods) PASS: test_deepcopy_recursive (test.test_descr.ClassPropertiesAndMethods) PASS: test_delete_hook (test.test_descr.ClassPropertiesAndMethods) PASS: test_descrdoc (test.test_descr.ClassPropertiesAndMethods) PASS: test_diamond_inheritance (test.test_descr.ClassPropertiesAndMethods) PASS: test_dict_constructors (test.test_descr.ClassPropertiesAndMethods) PASS: test_dir (test.test_descr.ClassPropertiesAndMethods) PASS: test_doc_descriptor (test.test_descr.ClassPropertiesAndMethods) PASS: test_dynamics (test.test_descr.ClassPropertiesAndMethods) PASS: test_errors (test.test_descr.ClassPropertiesAndMethods) PASS: test_evil_type_name (test.test_descr.ClassPropertiesAndMethods) PASS: test_ex5_from_c3_switch (test.test_descr.ClassPropertiesAndMethods) PASS: test_file_fault (test.test_descr.ClassPropertiesAndMethods) PASS: test_funny_new (test.test_descr.ClassPropertiesAndMethods) PASS: test_getattr_hooks (test.test_descr.ClassPropertiesAndMethods) PASS: test_hash_inheritance (test.test_descr.ClassPropertiesAndMethods) PASS: test_imul_bug (test.test_descr.ClassPropertiesAndMethods) PASS: test_init (test.test_descr.ClassPropertiesAndMethods) PASS: test_ipow (test.test_descr.ClassPropertiesAndMethods) PASS: test_isinst_isclass (test.test_descr.ClassPropertiesAndMethods) PASS: test_keyword_arguments (test.test_descr.ClassPropertiesAndMethods) PASS: test_keywords (test.test_descr.ClassPropertiesAndMethods) PASS: test_metaclass (test.test_descr.ClassPropertiesAndMethods) PASS: test_meth_class_get (test.test_descr.ClassPropertiesAndMethods) PASS: test_method_wrapper (test.test_descr.ClassPropertiesAndMethods) PASS: test_methods (test.test_descr.ClassPropertiesAndMethods) PASS: test_mixing_slot_wrappers (test.test_descr.ClassPropertiesAndMethods) PASS: test_module_subclasses (test.test_descr.ClassPropertiesAndMethods) PASS: test_monotonicity (test.test_descr.ClassPropertiesAndMethods) PASS: test_mro_disagreement (test.test_descr.ClassPropertiesAndMethods) PASS: test_multiple_inheritance (test.test_descr.ClassPropertiesAndMethods) PASS: test_mutable_bases (test.test_descr.ClassPropertiesAndMethods) PASS: test_mutable_bases_catch_mro_conflict (test.test_descr.ClassPropertiesAndMethods) PASS: test_mutable_bases_with_failing_mro (test.test_descr.ClassPropertiesAndMethods) PASS: test_mutable_names (test.test_descr.ClassPropertiesAndMethods) PASS: test_newslots (test.test_descr.ClassPropertiesAndMethods) PASS: test_not_implemented (test.test_descr.ClassPropertiesAndMethods) PASS: test_object_class (test.test_descr.ClassPropertiesAndMethods) PASS: test_object_class_assignment_between_heaptypes_and_nonheaptypes (test.test_descr.ClassPropertiesAndMethods) PASS: test_object_new (test.test_descr.ClassPropertiesAndMethods) PASS: test_object_new_and_init_with_parameters (test.test_descr.ClassPropertiesAndMethods) PASS: test_overloading (test.test_descr.ClassPropertiesAndMethods) PASS: test_properties (test.test_descr.ClassPropertiesAndMethods) PASS: test_properties_doc_attrib (test.test_descr.ClassPropertiesAndMethods) PASS: test_properties_plus (test.test_descr.ClassPropertiesAndMethods) PASS: test_proxy_call (test.test_descr.ClassPropertiesAndMethods) PASS: test_proxy_super (test.test_descr.ClassPropertiesAndMethods) PASS: test_python_dicts (test.test_descr.ClassPropertiesAndMethods) PASS: test_python_lists (test.test_descr.ClassPropertiesAndMethods) PASS: test_qualname (test.test_descr.ClassPropertiesAndMethods) PASS: test_qualname_dict (test.test_descr.ClassPropertiesAndMethods) PASS: test_recursive_call (test.test_descr.ClassPropertiesAndMethods) SKIP: test_refleaks_in_classmethod___init__ (test.test_descr.ClassPropertiesAndMethods) "object has no attribute 'gettotalrefcount'" SKIP: test_refleaks_in_staticmethod___init__ (test.test_descr.ClassPropertiesAndMethods) "object has no attribute 'gettotalrefcount'" PASS: test_repr_as_str (test.test_descr.ClassPropertiesAndMethods) test_restored_object_new (test.test_descr.ClassPropertiesAndMethods) ... expected failure PASS: test_rich_comparisons (test.test_descr.ClassPropertiesAndMethods) PASS: test_rmul (test.test_descr.ClassPropertiesAndMethods) PASS: test_set_and_no_get (test.test_descr.ClassPropertiesAndMethods) PASS: test_set_class (test.test_descr.ClassPropertiesAndMethods) PASS: test_set_dict (test.test_descr.ClassPropertiesAndMethods) PASS: test_set_doc (test.test_descr.ClassPropertiesAndMethods) PASS: test_slices (test.test_descr.ClassPropertiesAndMethods) PASS: test_slot_shadows_class_variable (test.test_descr.ClassPropertiesAndMethods) PASS: test_slots (test.test_descr.ClassPropertiesAndMethods) PASS: test_slots_descriptor (test.test_descr.ClassPropertiesAndMethods) PASS: test_slots_multiple_inheritance (test.test_descr.ClassPropertiesAndMethods) PASS: test_slots_special (test.test_descr.ClassPropertiesAndMethods) PASS: test_slots_special2 (test.test_descr.ClassPropertiesAndMethods) PASS: test_slots_trash (test.test_descr.ClassPropertiesAndMethods) PASS: test_special_method_lookup (test.test_descr.ClassPropertiesAndMethods) PASS: test_specials (test.test_descr.ClassPropertiesAndMethods) PASS: test_staticmethods (test.test_descr.ClassPropertiesAndMethods) PASS: test_staticmethods_in_c (test.test_descr.ClassPropertiesAndMethods) PASS: test_str_of_str_subclass (test.test_descr.ClassPropertiesAndMethods) PASS: test_str_operations (test.test_descr.ClassPropertiesAndMethods) PASS: test_str_subclass_as_dict_key (test.test_descr.ClassPropertiesAndMethods) PASS: test_subclass_propagation (test.test_descr.ClassPropertiesAndMethods) PASS: test_subclass_right_op (test.test_descr.ClassPropertiesAndMethods) PASS: test_subclassing_does_not_duplicate_dict_descriptors (test.test_descr.ClassPropertiesAndMethods) PASS: test_subtype_resurrection (test.test_descr.ClassPropertiesAndMethods) PASS: test_supers (test.test_descr.ClassPropertiesAndMethods) PASS: test_testcapi_no_segfault (test.test_descr.ClassPropertiesAndMethods) PASS: test_type___getattribute__ (test.test_descr.ClassPropertiesAndMethods) PASS: test_uninitialized_modules (test.test_descr.ClassPropertiesAndMethods) PASS: test_unsubclassable_types (test.test_descr.ClassPropertiesAndMethods) PASS: test_vicious_descriptor_nonsense (test.test_descr.ClassPropertiesAndMethods) PASS: test_weakref_segfault (test.test_descr.ClassPropertiesAndMethods) PASS: test_weakrefs (test.test_descr.ClassPropertiesAndMethods) PASS: test_wrapper_segfault (test.test_descr.ClassPropertiesAndMethods) PASS: test_dict_type_with_metaclass (test.test_descr.DictProxyTests) PASS: test_iter_items (test.test_descr.DictProxyTests) PASS: test_iter_keys (test.test_descr.DictProxyTests) PASS: test_iter_values (test.test_descr.DictProxyTests) PASS: test_repr (test.test_descr.DictProxyTests) PASS: test_type_lookup_mro_reference (test.test_descr.MiscTests) PASS: test_issue24097 (test.test_descr.PicklingTests) PASS: test_object_reduce (test.test_descr.PicklingTests) PASS: test_pickle_slots (test.test_descr.PicklingTests) PASS: test_reduce (test.test_descr.PicklingTests) PASS: test_reduce_copying (test.test_descr.PicklingTests) PASS: test_special_method_lookup (test.test_descr.PicklingTests) PASS: test_subclasses (test.test_descr.SharedKeyTests) PASS: test_incomplete_extend (test.test_descr.MroTest) PASS: test_incomplete_set_bases_on_self (test.test_descr.MroTest) PASS: test_incomplete_super (test.test_descr.MroTest) PASS: test_reent_set_bases_on_base (test.test_descr.MroTest) PASS: test_reent_set_bases_on_direct_base (test.test_descr.MroTest) PASS: test_reent_set_bases_tp_base_cycle (test.test_descr.MroTest) PASS: test_tp_subclasses_cycle_error_return_path (test.test_descr.MroTest) PASS: test_tp_subclasses_cycle_in_update_slots (test.test_descr.MroTest) ---------------------------------------------------------------------- Ran 138 tests in 1.260s OK (skipped=2, expected failures=2) 0:04:40 load avg: 1.11 [105/416] test_descrtut Trying: print(defaultdict) # show our type Expecting: ok Trying: print(type(defaultdict)) # its metatype Expecting: ok Trying: a = defaultdict(default=0.0) # create an instance Expecting nothing ok Trying: print(a) # show the instance Expecting: {} ok Trying: print(type(a)) # show its type Expecting: ok Trying: print(a.__class__) # show its class Expecting: ok Trying: print(type(a) is a.__class__) # its type is its class Expecting: True ok Trying: a[1] = 3.25 # modify the instance Expecting nothing ok Trying: print(a) # show the new value Expecting: {1: 3.25} ok Trying: print(a[1]) # show the new item Expecting: 3.25 ok Trying: print(a[0]) # a non-existent item Expecting: 0.0 ok Trying: a.merge({1:100, 2:200}) # use a dict method Expecting nothing ok Trying: print(sortdict(a)) # show the result Expecting: {1: 3.25, 2: 200} ok Trying: print(sorted(a.keys())) Expecting: [1, 2] ok Trying: a['print'] = print # need the print function here Expecting nothing ok Trying: exec("x = 3; print(x)", a) Expecting: 3 ok Trying: print(sorted(a.keys(), key=lambda x: (str(type(x)), x))) Expecting: [1, 2, '__builtins__', 'print', 'x'] ok Trying: print(a['x']) Expecting: 3 ok Trying: a.default = -1 Expecting nothing ok Trying: print(a["noway"]) Expecting: -1 ok Trying: a.default = -1000 Expecting nothing ok Trying: print(a["noway"]) Expecting: -1000 ok Trying: 'default' in dir(a) Expecting: True ok Trying: a.x1 = 100 Expecting nothing ok Trying: a.x2 = 200 Expecting nothing ok Trying: print(a.x1) Expecting: 100 ok Trying: d = dir(a) Expecting nothing ok Trying: 'default' in d and 'x1' in d and 'x2' in d Expecting: True ok Trying: print(sortdict(a.__dict__)) Expecting: {'default': -1000, 'x1': 100, 'x2': 200} ok Trying: a = defaultdict2(default=0.0) Expecting nothing ok Trying: a[1] Expecting: 0.0 ok Trying: a.default = -1 Expecting nothing ok Trying: a[1] Expecting: -1 ok Trying: a.x1 = 1 Expecting: Traceback (most recent call last): File "", line 1, in ? AttributeError: 'defaultdict2' object has no attribute 'x1' ok Trying: type([]) Expecting: ok Trying: [].__class__ Expecting: ok Trying: list Expecting: ok Trying: isinstance([], list) Expecting: True ok Trying: isinstance([], dict) Expecting: False ok Trying: isinstance([], object) Expecting: True ok Trying: pprint.pprint(dir(list)) # like list.__dict__.keys(), but sorted Expecting: ['__add__', '__class__', '__contains__', '__delattr__', '__delitem__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__getitem__', '__gt__', '__hash__', '__iadd__', '__imul__', '__init__', '__init_subclass__', '__iter__', '__le__', '__len__', '__lt__', '__mul__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__reversed__', '__rmul__', '__setattr__', '__setitem__', '__sizeof__', '__str__', '__subclasshook__', 'append', 'clear', 'copy', 'count', 'extend', 'index', 'insert', 'pop', 'remove', 'reverse', 'sort'] ok Trying: a = ['tic', 'tac'] Expecting nothing ok Trying: list.__len__(a) # same as len(a) Expecting: 2 ok Trying: a.__len__() # ditto Expecting: 2 ok Trying: list.append(a, 'toe') # same as a.append('toe') Expecting nothing ok Trying: a Expecting: ['tic', 'tac', 'toe'] ok Trying: class C: @staticmethod def foo(x, y): print("staticmethod", x, y) Expecting nothing ok Trying: C.foo(1, 2) Expecting: staticmethod 1 2 ok Trying: c = C() Expecting nothing ok Trying: c.foo(1, 2) Expecting: staticmethod 1 2 ok Trying: class C: @classmethod def foo(cls, y): print("classmethod", cls, y) Expecting nothing ok Trying: C.foo(1) Expecting: classmethod 1 ok Trying: c = C() Expecting nothing ok Trying: c.foo(1) Expecting: classmethod 1 ok Trying: class D(C): pass Expecting nothing ok Trying: D.foo(1) Expecting: classmethod 1 ok Trying: d = D() Expecting nothing ok Trying: d.foo(1) Expecting: classmethod 1 ok Trying: class E(C): @classmethod def foo(cls, y): # override C.foo print("E.foo() called") C.foo(y) Expecting nothing ok Trying: E.foo(1) Expecting: E.foo() called classmethod 1 ok Trying: e = E() Expecting nothing ok Trying: e.foo(1) Expecting: E.foo() called classmethod 1 ok Trying: class property(object): def __init__(self, get, set=None): self.__get = get self.__set = set def __get__(self, inst, type=None): return self.__get(inst) def __set__(self, inst, value): if self.__set is None: raise AttributeError("this attribute is read-only") return self.__set(inst, value) Expecting nothing ok Trying: class C(object): def __init__(self): self.__x = 0 def getx(self): return self.__x def setx(self, x): if x < 0: x = 0 self.__x = x x = property(getx, setx) Expecting nothing ok Trying: a = C() Expecting nothing ok Trying: a.x = 10 Expecting nothing ok Trying: print(a.x) Expecting: 10 ok Trying: a.x = -10 Expecting nothing ok Trying: print(a.x) Expecting: 0 ok Trying: del property # unmask the builtin Expecting nothing ok Trying: property Expecting: ok Trying: class C(object): def __init__(self): self.__x = 0 def getx(self): return self.__x def setx(self, x): if x < 0: x = 0 self.__x = x x = property(getx, setx) Expecting nothing ok Trying: a = C() Expecting nothing ok Trying: a.x = 10 Expecting nothing ok Trying: print(a.x) Expecting: 10 ok Trying: a.x = -10 Expecting nothing ok Trying: print(a.x) Expecting: 0 ok Trying: class A: # implicit new-style class def save(self): print("called A.save()") Expecting nothing ok Trying: class B(A): pass Expecting nothing ok Trying: class C(A): def save(self): print("called C.save()") Expecting nothing ok Trying: class D(B, C): pass Expecting nothing ok Trying: D().save() Expecting: called C.save() ok Trying: class A(object): # explicit new-style class def save(self): print("called A.save()") Expecting nothing ok Trying: class B(A): pass Expecting nothing ok Trying: class C(A): def save(self): print("called C.save()") Expecting nothing ok Trying: class D(B, C): pass Expecting nothing ok Trying: D().save() Expecting: called C.save() ok Trying: print(D().m()) # "DCBA" Expecting: DCBA ok Trying: class A: def foo(self): print("called A.foo()") Expecting nothing ok Trying: class B(A): pass Expecting nothing ok Trying: class C(A): def foo(self): B.foo(self) Expecting nothing ok Trying: C().foo() Expecting: called A.foo() ok Trying: class C(A): def foo(self): A.foo(self) Expecting nothing ok Trying: C().foo() Expecting: called A.foo() ok 20 items had no tests: test.test_descrtut test.test_descrtut.A test.test_descrtut.A.m test.test_descrtut.B test.test_descrtut.B.m test.test_descrtut.C test.test_descrtut.C.m test.test_descrtut.D test.test_descrtut.D.m test.test_descrtut.defaultdict test.test_descrtut.defaultdict.__getitem__ test.test_descrtut.defaultdict.__init__ test.test_descrtut.defaultdict.get test.test_descrtut.defaultdict.merge test.test_descrtut.defaultdict2 test.test_descrtut.defaultdict2.__getitem__ test.test_descrtut.defaultdict2.__init__ test.test_descrtut.defaultdict2.get test.test_descrtut.defaultdict2.merge test.test_descrtut.test_main 8 items passed all tests: 29 tests in test.test_descrtut.__test__.tut1 5 tests in test.test_descrtut.__test__.tut2 12 tests in test.test_descrtut.__test__.tut3 16 tests in test.test_descrtut.__test__.tut4 15 tests in test.test_descrtut.__test__.tut5 10 tests in test.test_descrtut.__test__.tut6 1 tests in test.test_descrtut.__test__.tut7 6 tests in test.test_descrtut.__test__.tut8 94 tests in 28 items. 94 passed and 0 failed. Test passed. doctest (test.test_descrtut) ... 94 tests with zero failures 0:04:40 load avg: 1.11 [106/416] test_devpoll test_devpoll skipped -- test works only on Solaris OS family 0:04:40 load avg: 1.11 [107/416] test_dict_version -- test_devpoll skipped PASS: test_clear (test.test_dict_version.DictSubtypeVersionTests) PASS: test_constructor (test.test_dict_version.DictSubtypeVersionTests) PASS: test_copy (test.test_dict_version.DictSubtypeVersionTests) PASS: test_delitem (test.test_dict_version.DictSubtypeVersionTests) PASS: test_pop (test.test_dict_version.DictSubtypeVersionTests) PASS: test_popitem (test.test_dict_version.DictSubtypeVersionTests) PASS: test_setdefault (test.test_dict_version.DictSubtypeVersionTests) PASS: test_setitem (test.test_dict_version.DictSubtypeVersionTests) PASS: test_setitem_equal (test.test_dict_version.DictSubtypeVersionTests) PASS: test_setitem_same_value (test.test_dict_version.DictSubtypeVersionTests) PASS: test_update (test.test_dict_version.DictSubtypeVersionTests) PASS: test_clear (test.test_dict_version.DictVersionTests) PASS: test_constructor (test.test_dict_version.DictVersionTests) PASS: test_copy (test.test_dict_version.DictVersionTests) PASS: test_delitem (test.test_dict_version.DictVersionTests) PASS: test_pop (test.test_dict_version.DictVersionTests) PASS: test_popitem (test.test_dict_version.DictVersionTests) PASS: test_setdefault (test.test_dict_version.DictVersionTests) PASS: test_setitem (test.test_dict_version.DictVersionTests) PASS: test_setitem_equal (test.test_dict_version.DictVersionTests) PASS: test_setitem_same_value (test.test_dict_version.DictVersionTests) PASS: test_update (test.test_dict_version.DictVersionTests) ---------------------------------------------------------------------- Ran 22 tests in 0.005s OK 0:04:40 load avg: 1.11 [108/416] test_dictcomps PASS: test_basics (test.test_dictcomps.DictComprehensionTest) PASS: test_global_visibility (test.test_dictcomps.DictComprehensionTest) PASS: test_illegal_assignment (test.test_dictcomps.DictComprehensionTest) PASS: test_local_visibility (test.test_dictcomps.DictComprehensionTest) PASS: test_scope_isolation (test.test_dictcomps.DictComprehensionTest) PASS: test_scope_isolation_from_global (test.test_dictcomps.DictComprehensionTest) ---------------------------------------------------------------------- Ran 6 tests in 0.002s OK 0:04:40 load avg: 1.11 [109/416] test_dictviews PASS: test_abc_registry (test.test_dictviews.DictSetTest) PASS: test_compare_error (test.test_dictviews.DictSetTest) PASS: test_constructors_not_callable (test.test_dictviews.DictSetTest) PASS: test_copy (test.test_dictviews.DictSetTest) PASS: test_deeply_nested_repr (test.test_dictviews.DictSetTest) PASS: test_dict_items (test.test_dictviews.DictSetTest) PASS: test_dict_keys (test.test_dictviews.DictSetTest) PASS: test_dict_mixed_keys_items (test.test_dictviews.DictSetTest) PASS: test_dict_repr (test.test_dictviews.DictSetTest) PASS: test_dict_values (test.test_dictviews.DictSetTest) PASS: test_items_set_operations (test.test_dictviews.DictSetTest) PASS: test_keys_set_operations (test.test_dictviews.DictSetTest) PASS: test_pickle (test.test_dictviews.DictSetTest) PASS: test_recursive_repr (test.test_dictviews.DictSetTest) ---------------------------------------------------------------------- Ran 14 tests in 0.004s OK 0:04:40 load avg: 1.11 [110/416] test_difflib PASS: test_bjunk (test.test_difflib.TestWithAscii) PASS: test_one_delete (test.test_difflib.TestWithAscii) PASS: test_one_insert (test.test_difflib.TestWithAscii) PASS: test_one_insert_homogenous_sequence (test.test_difflib.TestAutojunk) PASS: test_html_diff (test.test_difflib.TestSFpatches) PASS: test_make_file_default_charset (test.test_difflib.TestSFpatches) PASS: test_make_file_iso88591_charset (test.test_difflib.TestSFpatches) PASS: test_make_file_usascii_charset_with_nonascii_input (test.test_difflib.TestSFpatches) PASS: test_recursion_limit (test.test_difflib.TestSFpatches) PASS: test_added_tab_hint (test.test_difflib.TestSFbugs) PASS: test_comparing_empty_lists (test.test_difflib.TestSFbugs) PASS: test_matching_blocks_cache (test.test_difflib.TestSFbugs) PASS: test_mdiff_catch_stop_iteration (test.test_difflib.TestSFbugs) PASS: test_ratio_for_null_seqn (test.test_difflib.TestSFbugs) PASS: test_no_trailing_tab_on_empty_filedate (test.test_difflib.TestOutputFormat) PASS: test_range_format_context (test.test_difflib.TestOutputFormat) PASS: test_range_format_unified (test.test_difflib.TestOutputFormat) PASS: test_tab_delimiter (test.test_difflib.TestOutputFormat) PASS: test_byte_content (test.test_difflib.TestBytes) PASS: test_byte_filenames (test.test_difflib.TestBytes) PASS: test_mixed_types_content (test.test_difflib.TestBytes) PASS: test_mixed_types_dates (test.test_difflib.TestBytes) PASS: test_mixed_types_filenames (test.test_difflib.TestBytes) PASS: test_is_character_junk_false (test.test_difflib.TestJunkAPIs) PASS: test_is_character_junk_true (test.test_difflib.TestJunkAPIs) PASS: test_is_line_junk_REDOS (test.test_difflib.TestJunkAPIs) PASS: test_is_line_junk_false (test.test_difflib.TestJunkAPIs) PASS: test_is_line_junk_true (test.test_difflib.TestJunkAPIs) Differ (difflib) PASS: Doctest: difflib.Differ _fancy_replace (difflib.Differ) PASS: Doctest: difflib.Differ._fancy_replace _qformat (difflib.Differ) PASS: Doctest: difflib.Differ._qformat compare (difflib.Differ) PASS: Doctest: difflib.Differ.compare IS_CHARACTER_JUNK (difflib) PASS: Doctest: difflib.IS_CHARACTER_JUNK IS_LINE_JUNK (difflib) PASS: Doctest: difflib.IS_LINE_JUNK SequenceMatcher (difflib) PASS: Doctest: difflib.SequenceMatcher find_longest_match (difflib.SequenceMatcher) PASS: Doctest: difflib.SequenceMatcher.find_longest_match get_grouped_opcodes (difflib.SequenceMatcher) PASS: Doctest: difflib.SequenceMatcher.get_grouped_opcodes get_matching_blocks (difflib.SequenceMatcher) PASS: Doctest: difflib.SequenceMatcher.get_matching_blocks get_opcodes (difflib.SequenceMatcher) PASS: Doctest: difflib.SequenceMatcher.get_opcodes ratio (difflib.SequenceMatcher) PASS: Doctest: difflib.SequenceMatcher.ratio set_seq1 (difflib.SequenceMatcher) PASS: Doctest: difflib.SequenceMatcher.set_seq1 set_seq2 (difflib.SequenceMatcher) PASS: Doctest: difflib.SequenceMatcher.set_seq2 set_seqs (difflib.SequenceMatcher) PASS: Doctest: difflib.SequenceMatcher.set_seqs _count_leading (difflib) PASS: Doctest: difflib._count_leading context_diff (difflib) PASS: Doctest: difflib.context_diff get_close_matches (difflib) PASS: Doctest: difflib.get_close_matches ndiff (difflib) PASS: Doctest: difflib.ndiff restore (difflib) PASS: Doctest: difflib.restore unified_diff (difflib) PASS: Doctest: difflib.unified_diff ---------------------------------------------------------------------- Ran 49 tests in 0.528s OK 0:04:41 load avg: 1.11 [111/416] test_dis PASS: test_disassembled (test.test_dis.BytecodeTests) PASS: test_explicit_first_line (test.test_dis.BytecodeTests) PASS: test_from_traceback (test.test_dis.BytecodeTests) PASS: test_from_traceback_dis (test.test_dis.BytecodeTests) PASS: test_info (test.test_dis.BytecodeTests) PASS: test_instantiation (test.test_dis.BytecodeTests) PASS: test_iteration (test.test_dis.BytecodeTests) PASS: test_source_line_in_disassembly (test.test_dis.BytecodeTests) PASS: test_code_info (test.test_dis.CodeInfoTests) PASS: test_code_info_object (test.test_dis.CodeInfoTests) PASS: test_pretty_flags_no_flags (test.test_dis.CodeInfoTests) PASS: test_show_code (test.test_dis.CodeInfoTests) PASS: test_big_linenos (test.test_dis.DisTests) PASS: test_big_offsets (test.test_dis.DisTests) PASS: test_boundaries (test.test_dis.DisTests) PASS: test_bug_1333982 (test.test_dis.DisTests) PASS: test_bug_708901 (test.test_dis.DisTests) PASS: test_dis (test.test_dis.DisTests) PASS: test_dis_none (test.test_dis.DisTests) PASS: test_dis_object (test.test_dis.DisTests) PASS: test_dis_traceback (test.test_dis.DisTests) PASS: test_disassemble_async_generator (test.test_dis.DisTests) PASS: test_disassemble_bytes (test.test_dis.DisTests) PASS: test_disassemble_class (test.test_dis.DisTests) PASS: test_disassemble_class_method (test.test_dis.DisTests) PASS: test_disassemble_coroutine (test.test_dis.DisTests) PASS: test_disassemble_fstring (test.test_dis.DisTests) PASS: test_disassemble_generator (test.test_dis.DisTests) PASS: test_disassemble_instance_method (test.test_dis.DisTests) PASS: test_disassemble_instance_method_bytes (test.test_dis.DisTests) PASS: test_disassemble_recursive (test.test_dis.DisTests) PASS: test_disassemble_static_method (test.test_dis.DisTests) PASS: test_disassemble_str (test.test_dis.DisTests) PASS: test_opmap (test.test_dis.DisTests) PASS: test_opname (test.test_dis.DisTests) PASS: test_widths (test.test_dis.DisTests) PASS: test_big_linenos (test.test_dis.DisWithFileTests) PASS: test_big_offsets (test.test_dis.DisWithFileTests) PASS: test_boundaries (test.test_dis.DisWithFileTests) PASS: test_bug_1333982 (test.test_dis.DisWithFileTests) PASS: test_bug_708901 (test.test_dis.DisWithFileTests) PASS: test_dis (test.test_dis.DisWithFileTests) PASS: test_dis_none (test.test_dis.DisWithFileTests) PASS: test_dis_object (test.test_dis.DisWithFileTests) PASS: test_dis_traceback (test.test_dis.DisWithFileTests) PASS: test_disassemble_async_generator (test.test_dis.DisWithFileTests) PASS: test_disassemble_bytes (test.test_dis.DisWithFileTests) PASS: test_disassemble_class (test.test_dis.DisWithFileTests) PASS: test_disassemble_class_method (test.test_dis.DisWithFileTests) PASS: test_disassemble_coroutine (test.test_dis.DisWithFileTests) PASS: test_disassemble_fstring (test.test_dis.DisWithFileTests) PASS: test_disassemble_generator (test.test_dis.DisWithFileTests) PASS: test_disassemble_instance_method (test.test_dis.DisWithFileTests) PASS: test_disassemble_instance_method_bytes (test.test_dis.DisWithFileTests) PASS: test_disassemble_recursive (test.test_dis.DisWithFileTests) PASS: test_disassemble_static_method (test.test_dis.DisWithFileTests) PASS: test_disassemble_str (test.test_dis.DisWithFileTests) PASS: test_opmap (test.test_dis.DisWithFileTests) PASS: test_opname (test.test_dis.DisWithFileTests) PASS: test_widths (test.test_dis.DisWithFileTests) PASS: test_default_first_line (test.test_dis.InstructionTests) PASS: test_doubly_nested (test.test_dis.InstructionTests) PASS: test_first_line_set_to_None (test.test_dis.InstructionTests) PASS: test_jumpy (test.test_dis.InstructionTests) PASS: test_nested (test.test_dis.InstructionTests) PASS: test_outer (test.test_dis.InstructionTests) ---------------------------------------------------------------------- Ran 66 tests in 0.365s OK 0:04:42 load avg: 1.11 [112/416] test_distutils PASS: test_build_libraries (distutils.tests.test_build_clib.BuildCLibTestCase) PASS: test_check_library_dist (distutils.tests.test_build_clib.BuildCLibTestCase) PASS: test_finalize_options (distutils.tests.test_build_clib.BuildCLibTestCase) PASS: test_get_source_files (distutils.tests.test_build_clib.BuildCLibTestCase) PASS: test_run (distutils.tests.test_build_clib.BuildCLibTestCase) PASS: test_finalize_options (distutils.tests.test_build.BuildTestCase) PASS: test_add_defaults (distutils.tests.test_sdist.SDistTestCase) PASS: test_check_metadata_deprecated (distutils.tests.test_sdist.SDistTestCase) PASS: test_finalize_options (distutils.tests.test_sdist.SDistTestCase) PASS: test_get_file_list (distutils.tests.test_sdist.SDistTestCase) PASS: test_invalid_template_unknown_command (distutils.tests.test_sdist.SDistTestCase) PASS: test_invalid_template_wrong_arguments (distutils.tests.test_sdist.SDistTestCase) SKIP: test_invalid_template_wrong_path (distutils.tests.test_sdist.SDistTestCase) 'test relevant for Windows only' PASS: test_make_distribution (distutils.tests.test_sdist.SDistTestCase) PASS: test_make_distribution_owner_group (distutils.tests.test_sdist.SDistTestCase) PASS: test_manifest_comments (distutils.tests.test_sdist.SDistTestCase) PASS: test_manifest_marker (distutils.tests.test_sdist.SDistTestCase) PASS: test_manual_manifest (distutils.tests.test_sdist.SDistTestCase) PASS: test_metadata_check_option (distutils.tests.test_sdist.SDistTestCase) PASS: test_prune_file_list (distutils.tests.test_sdist.SDistTestCase) PASS: test_show_formats (distutils.tests.test_sdist.SDistTestCase) PASS: test_debug_print (distutils.tests.test_cmd.CommandTestCase) PASS: test_dump_options (distutils.tests.test_cmd.CommandTestCase) PASS: test_ensure_dirname (distutils.tests.test_cmd.CommandTestCase) PASS: test_ensure_filename (distutils.tests.test_cmd.CommandTestCase) PASS: test_ensure_string (distutils.tests.test_cmd.CommandTestCase) PASS: test_ensure_string_list (distutils.tests.test_cmd.CommandTestCase) PASS: test_make_file (distutils.tests.test_cmd.CommandTestCase) PASS: test_formats (distutils.tests.test_bdist.BuildTestCase) PASS: test_skip_build (distutils.tests.test_bdist.BuildTestCase) SKIP: test_osx_cc_overrides_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) 'test only relevant for OS X' SKIP: test_osx_explicit_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) 'test only relevant for OS X' PASS: test_runtime_libdir_option (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) PASS: test_SO_deprecation (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_SO_in_vars (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_SO_value (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_customize_compiler (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_customize_compiler_before_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_get_config_h_filename (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_get_python_lib (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_parse_makefile_base (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_parse_makefile_literal_dollar (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_srcdir (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_srcdir_independent_of_cwd (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_sysconfig_compiler_vars (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_sysconfig_module (distutils.tests.test_sysconfig.SysconfigTestCase) PASS: test_debug_mode (distutils.tests.test_install.InstallTestCase) PASS: test_finalize_options (distutils.tests.test_install.InstallTestCase) PASS: test_handle_extra_path (distutils.tests.test_install.InstallTestCase) PASS: test_home_installation_scheme (distutils.tests.test_install.InstallTestCase) PASS: test_record (distutils.tests.test_install.InstallTestCase) PASS: test_record_extensions (distutils.tests.test_install.InstallTestCase) PASS: test_user_site (distutils.tests.test_install.InstallTestCase) PASS: test_check_metadata_deprecated (distutils.tests.test_register.RegisterTestCase) PASS: test_create_pypirc (distutils.tests.test_register.RegisterTestCase) PASS: test_list_classifiers (distutils.tests.test_register.RegisterTestCase) PASS: test_password_not_in_file (distutils.tests.test_register.RegisterTestCase) PASS: test_password_reset (distutils.tests.test_register.RegisterTestCase) SKIP: test_register_invalid_long_description (distutils.tests.test_register.RegisterTestCase) 'needs docutils' PASS: test_registering (distutils.tests.test_register.RegisterTestCase) PASS: test_show_response (distutils.tests.test_register.RegisterTestCase) SKIP: test_strict (distutils.tests.test_register.RegisterTestCase) 'needs docutils' PASS: test_announce (distutils.tests.test_dist.DistributionTestCase) PASS: test_command_packages_cmdline (distutils.tests.test_dist.DistributionTestCase) PASS: test_command_packages_configfile (distutils.tests.test_dist.DistributionTestCase) PASS: test_command_packages_unspecified (distutils.tests.test_dist.DistributionTestCase) PASS: test_empty_options (distutils.tests.test_dist.DistributionTestCase) PASS: test_finalize_options (distutils.tests.test_dist.DistributionTestCase) PASS: test_find_config_files_disable (distutils.tests.test_dist.DistributionTestCase) PASS: test_get_command_packages (distutils.tests.test_dist.DistributionTestCase) PASS: test_venv_install_options (distutils.tests.test_dist.DistributionTestCase) PASS: test_classifier (distutils.tests.test_dist.MetadataTestCase) PASS: test_classifier_invalid_type (distutils.tests.test_dist.MetadataTestCase) PASS: test_custom_pydistutils (distutils.tests.test_dist.MetadataTestCase) PASS: test_download_url (distutils.tests.test_dist.MetadataTestCase) PASS: test_fix_help_options (distutils.tests.test_dist.MetadataTestCase) PASS: test_keywords (distutils.tests.test_dist.MetadataTestCase) PASS: test_keywords_invalid_type (distutils.tests.test_dist.MetadataTestCase) PASS: test_long_description (distutils.tests.test_dist.MetadataTestCase) PASS: test_obsoletes (distutils.tests.test_dist.MetadataTestCase) PASS: test_obsoletes_illegal (distutils.tests.test_dist.MetadataTestCase) PASS: test_obsoletes_to_list (distutils.tests.test_dist.MetadataTestCase) PASS: test_platforms (distutils.tests.test_dist.MetadataTestCase) PASS: test_platforms_invalid_types (distutils.tests.test_dist.MetadataTestCase) PASS: test_provides (distutils.tests.test_dist.MetadataTestCase) PASS: test_provides_illegal (distutils.tests.test_dist.MetadataTestCase) PASS: test_read_metadata (distutils.tests.test_dist.MetadataTestCase) PASS: test_requires (distutils.tests.test_dist.MetadataTestCase) PASS: test_requires_illegal (distutils.tests.test_dist.MetadataTestCase) PASS: test_requires_to_list (distutils.tests.test_dist.MetadataTestCase) PASS: test_show_help (distutils.tests.test_dist.MetadataTestCase) PASS: test_simple_metadata (distutils.tests.test_dist.MetadataTestCase) PASS: test_byte_compile (distutils.tests.test_build_py.BuildPyTestCase) PASS: test_byte_compile_optimized (distutils.tests.test_build_py.BuildPyTestCase) PASS: test_dir_in_package_data (distutils.tests.test_build_py.BuildPyTestCase) PASS: test_dont_write_bytecode (distutils.tests.test_build_py.BuildPyTestCase) PASS: test_empty_package_dir (distutils.tests.test_build_py.BuildPyTestCase) PASS: test_package_data (distutils.tests.test_build_py.BuildPyTestCase) SKIP: test_minimal (distutils.tests.test_bdist_msi.BDistMSITestCase) 'these tests require Windows' PASS: test_newer (distutils.tests.test_dep_util.DepUtilTestCase) PASS: test_newer_group (distutils.tests.test_dep_util.DepUtilTestCase) PASS: test_newer_pairwise (distutils.tests.test_dep_util.DepUtilTestCase) PASS: test_clean (distutils.tests.test_config_cmd.ConfigTestCase) PASS: test_dump_file (distutils.tests.test_config_cmd.ConfigTestCase) PASS: test_finalize_options (distutils.tests.test_config_cmd.ConfigTestCase) PASS: test_search_cpp (distutils.tests.test_config_cmd.ConfigTestCase) PASS: test_build (distutils.tests.test_build_scripts.BuildScriptsTestCase) PASS: test_default_settings (distutils.tests.test_build_scripts.BuildScriptsTestCase) PASS: test_version_int (distutils.tests.test_build_scripts.BuildScriptsTestCase) SKIP: test_compiler_options (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32' SKIP: test_get_vc2015 (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32' SKIP: test_get_vc2017 (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32' SKIP: test_get_vc_env_unicode (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32' SKIP: test_no_compiler (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32' SKIP: test_vcruntime_copy (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32' SKIP: test_vcruntime_skip_copy (distutils.tests.test_msvccompiler.msvccompilerTestCase) 'These tests are only for win32' PASS: test_simple_run (distutils.tests.test_install_data.InstallDataTestCase) PASS: test_check_config_h (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase) PASS: test_get_msvcr (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase) PASS: test_get_versions (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase) PASS: test_debug_print (distutils.tests.test_filelist.FileListTestCase) PASS: test_exclude_pattern (distutils.tests.test_filelist.FileListTestCase) PASS: test_glob_to_re (distutils.tests.test_filelist.FileListTestCase) PASS: test_include_pattern (distutils.tests.test_filelist.FileListTestCase) PASS: test_process_template (distutils.tests.test_filelist.FileListTestCase) PASS: test_process_template_line (distutils.tests.test_filelist.FileListTestCase) PASS: test_remove_duplicates (distutils.tests.test_filelist.FileListTestCase) PASS: test_set_allfiles (distutils.tests.test_filelist.FileListTestCase) PASS: test_translate_pattern (distutils.tests.test_filelist.FileListTestCase) PASS: test_basic_discovery (distutils.tests.test_filelist.FindAllTestCase) PASS: test_missing_symlink (distutils.tests.test_filelist.FindAllTestCase) PASS: test_non_local_discovery (distutils.tests.test_filelist.FindAllTestCase) PASS: test_get_exe_bytes (distutils.tests.test_bdist_wininst.BuildWinInstTestCase) VersionPredicate (distutils.versionpredicate) PASS: Doctest: distutils.versionpredicate.VersionPredicate split_provision (distutils.versionpredicate) PASS: Doctest: distutils.versionpredicate.split_provision PASS: test_default_settings (distutils.tests.test_install_scripts.InstallScriptsTestCase) PASS: test_installation (distutils.tests.test_install_scripts.InstallScriptsTestCase) PASS: test_copy_tree_exception_in_listdir (distutils.tests.test_dir_util.DirUtilTestCase) PASS: test_copy_tree_skips_nfs_temp_files (distutils.tests.test_dir_util.DirUtilTestCase) PASS: test_copy_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase) PASS: test_create_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase) PASS: test_ensure_relative (distutils.tests.test_dir_util.DirUtilTestCase) PASS: test_mkpath_remove_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase) PASS: test_mkpath_with_custom_mode (distutils.tests.test_dir_util.DirUtilTestCase) PASS: test_check_archive_formats (distutils.tests.test_archive_util.ArchiveUtilTestCase) SKIP: test_compress_deprecated (distutils.tests.test_archive_util.ArchiveUtilTestCase) 'The compress program is required' PASS: test_make_archive (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_archive_bztar (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_archive_cwd (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_archive_gztar (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_archive_owner_group (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_archive_tar (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_archive_xztar (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_tarball (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_tarball_bzip2 (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_tarball_extended (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_tarball_gzip (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_tarball_latin1 (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_tarball_xz (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_zipfile (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_make_zipfile_no_zlib (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_tarfile_root_owner (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_tarfile_vs_tar (distutils.tests.test_archive_util.ArchiveUtilTestCase) PASS: test_class (distutils.tests.test_text_file.TextFileTestCase) PASS: test_check_all (distutils.tests.test_check.CheckTestCase) SKIP: test_check_document (distutils.tests.test_check.CheckTestCase) "won't test without docutils" PASS: test_check_metadata (distutils.tests.test_check.CheckTestCase) SKIP: test_check_restructuredtext (distutils.tests.test_check.CheckTestCase) "won't test without docutils" SKIP: test_check_restructuredtext_with_syntax_highlight (distutils.tests.test_check.CheckTestCase) "won't test without docutils" PASS: test_change_root (distutils.tests.test_util.UtilTestCase) PASS: test_check_environ (distutils.tests.test_util.UtilTestCase) PASS: test_check_environ_getpwuid (distutils.tests.test_util.UtilTestCase) PASS: test_convert_path (distutils.tests.test_util.UtilTestCase) PASS: test_dont_write_bytecode (distutils.tests.test_util.UtilTestCase) PASS: test_get_platform (distutils.tests.test_util.UtilTestCase) PASS: test_grok_environment_error (distutils.tests.test_util.UtilTestCase) PASS: test_rfc822_escape (distutils.tests.test_util.UtilTestCase) PASS: test_split_quoted (distutils.tests.test_util.UtilTestCase) PASS: test_strtobool (distutils.tests.test_util.UtilTestCase) PASS: test_non_ascii (distutils.tests.test_log.TestLog) PASS: test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase) PASS: test_check_extensions_list (distutils.tests.test_build_ext.BuildExtTestCase) PASS: test_compiler_option (distutils.tests.test_build_ext.BuildExtTestCase) SKIP: test_deployment_target_default (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX' SKIP: test_deployment_target_higher_ok (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX' SKIP: test_deployment_target_too_low (distutils.tests.test_build_ext.BuildExtTestCase) 'test only relevant for MacOSX' PASS: test_ext_fullpath (distutils.tests.test_build_ext.BuildExtTestCase) PASS: test_finalize_options (distutils.tests.test_build_ext.BuildExtTestCase) PASS: test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase) PASS: test_get_source_files (distutils.tests.test_build_ext.BuildExtTestCase) PASS: test_optional_extension (distutils.tests.test_build_ext.BuildExtTestCase) PASS: test_solaris_enable_shared (distutils.tests.test_build_ext.BuildExtTestCase) PASS: test_user_site (distutils.tests.test_build_ext.BuildExtTestCase) SKIP: test_build_ext (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'Already tested in BuildExtTestCase' PASS: test_check_extensions_list (distutils.tests.test_build_ext.ParallelBuildExtTestCase) PASS: test_compiler_option (distutils.tests.test_build_ext.ParallelBuildExtTestCase) SKIP: test_deployment_target_default (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX' SKIP: test_deployment_target_higher_ok (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX' SKIP: test_deployment_target_too_low (distutils.tests.test_build_ext.ParallelBuildExtTestCase) 'test only relevant for MacOSX' PASS: test_ext_fullpath (distutils.tests.test_build_ext.ParallelBuildExtTestCase) PASS: test_finalize_options (distutils.tests.test_build_ext.ParallelBuildExtTestCase) PASS: test_get_outputs (distutils.tests.test_build_ext.ParallelBuildExtTestCase) PASS: test_get_source_files (distutils.tests.test_build_ext.ParallelBuildExtTestCase) PASS: test_optional_extension (distutils.tests.test_build_ext.ParallelBuildExtTestCase) PASS: test_solaris_enable_shared (distutils.tests.test_build_ext.ParallelBuildExtTestCase) PASS: test_user_site (distutils.tests.test_build_ext.ParallelBuildExtTestCase) PASS: test_byte_compile (distutils.tests.test_install_lib.InstallLibTestCase) PASS: test_dont_write_bytecode (distutils.tests.test_install_lib.InstallLibTestCase) PASS: test_finalize_options (distutils.tests.test_install_lib.InstallLibTestCase) PASS: test_get_inputs (distutils.tests.test_install_lib.InstallLibTestCase) PASS: test_get_outputs (distutils.tests.test_install_lib.InstallLibTestCase) PASS: test_debug_mode (distutils.tests.test_core.CoreTestCase) PASS: test_run_setup_defines_subclass (distutils.tests.test_core.CoreTestCase) PASS: test_run_setup_preserves_sys_argv (distutils.tests.test_core.CoreTestCase) PASS: test_run_setup_provides_file (distutils.tests.test_core.CoreTestCase) PASS: test_run_setup_uses_current_dir (distutils.tests.test_core.CoreTestCase) PASS: test_simple_built (distutils.tests.test_bdist_dumb.BuildDumbTestCase) PASS: test_extension_init (distutils.tests.test_extension.ExtensionTestCase) PASS: test_read_setup_file (distutils.tests.test_extension.ExtensionTestCase) PASS: test_no_optimize_flag (distutils.tests.test_bdist_rpm.BuildRpmTestCase) PASS: test_quiet (distutils.tests.test_bdist_rpm.BuildRpmTestCase) PASS: test_config_interpolation (distutils.tests.test_config.PyPIRCCommandTestCase) PASS: test_server_empty_registration (distutils.tests.test_config.PyPIRCCommandTestCase) PASS: test_server_registration (distutils.tests.test_config.PyPIRCCommandTestCase) PASS: test_cmp (distutils.tests.test_version.VersionTestCase) PASS: test_cmp_strict (distutils.tests.test_version.VersionTestCase) PASS: test_prerelease (distutils.tests.test_version.VersionTestCase) PASS: test_find_executable (distutils.tests.test_spawn.SpawnTestCase) PASS: test_nt_quote_args (distutils.tests.test_spawn.SpawnTestCase) PASS: test_spawn (distutils.tests.test_spawn.SpawnTestCase) SKIP: test_no_compiler (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32' SKIP: test_reg_class (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32' SKIP: test_remove_entire_manifest (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32' SKIP: test_remove_visual_c_ref (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) 'These tests are only for win32' PASS: test_simple_run (distutils.tests.test_install_headers.InstallHeadersTestCase) PASS: test_simple_run (distutils.tests.test_clean.cleanTestCase) PASS: test_finalize_options (distutils.tests.test_upload.uploadTestCase) PASS: test_saved_password (distutils.tests.test_upload.uploadTestCase) PASS: test_upload (distutils.tests.test_upload.uploadTestCase) PASS: test_upload_correct_cr (distutils.tests.test_upload.uploadTestCase) PASS: test_upload_fails (distutils.tests.test_upload.uploadTestCase) PASS: test_wrong_exception_order (distutils.tests.test_upload.uploadTestCase) PASS: test_copy_file_hard_link (distutils.tests.test_file_util.FileUtilTestCase) PASS: test_copy_file_hard_link_failure (distutils.tests.test_file_util.FileUtilTestCase) PASS: test_move_file_exception_unpacking_rename (distutils.tests.test_file_util.FileUtilTestCase) PASS: test_move_file_exception_unpacking_unlink (distutils.tests.test_file_util.FileUtilTestCase) PASS: test_move_file_verbosity (distutils.tests.test_file_util.FileUtilTestCase) ---------------------------------------------------------------------- Ran 248 tests in 1.731s OK (skipped=28) 0:04:44 load avg: 1.11 [113/416] test_docxmlrpc test_annotations (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) PASS: Test that annotations works as expected test_autolink_dotted_methods (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) PASS: Test that selfdot values are made strong automatically in the test_autolinking (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) PASS: Test that the server correctly automatically wraps references to PASS: test_invalid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) test_lambda (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) PASS: Test that lambda functionality stays the same. The output produced test_system_methods (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) PASS: Test the presence of three consecutive system.* methods. PASS: test_valid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) ---------------------------------------------------------------------- Ran 7 tests in 0.021s OK 0:04:44 load avg: 1.10 [114/416] test_dtrace skipped 'dtrace(1) failed: /usr/bin/dtrace invalid option -q\nUsage /usr/bin/dtrace [--help] [-h | -G] [-C [-I]] -s File.d [-o ]' skipped 'dtrace(1) failed: /usr/bin/dtrace invalid option -q\nUsage /usr/bin/dtrace [--help] [-h | -G] [-C [-I]] -s File.d [-o ]' skipped "stap(1) failed: WARNING: Kernel function symbol table missing [man warning::symbols]\n/bin/sh: scripts/basic/fixdep: No such file or directory\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stap52yCpK/stap_862a4daae35f2454c16f42e9433aa5ae_1026_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stap52yCpK/stap_862a4daae35f2454c16f42e9433aa5ae_1026_aux_0.o'\nmake[1]: *** Waiting for unfinished jobs....\nIn file included from ./arch/x86/include/asm/realmode.h:15,\n from ./arch/x86/include/asm/acpi.h:33,\n from ./arch/x86/include/asm/fixmap.h:29,\n from ./arch/x86/include/asm/apic.h:10,\n from ./arch/x86/include/asm/smp.h:13,\n from ./include/linux/smp.h:68,\n from ./include/linux/topology.h:33,\n from ./include/linux/gfp.h:9,\n from /usr/share/systemtap/runtime/linux/runtime_defines.h:20,\n from /usr/share/systemtap/runtime/runtime_defines.h:8,\n from /tmp/stap52yCpK/stap_862a4daae35f2454c16f42e9433aa5ae_1026_src.c:11:\n./arch/x86/include/asm/io.h:44:10: fatal error: asm/early_ioremap.h: No such file or directory\n 44 | #include \n | ^~~~~~~~~~~~~~~~~~~~~\ncompilation terminated.\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stap52yCpK/stap_862a4daae35f2454c16f42e9433aa5ae_1026_src.o] Error 1\nmake: *** [Makefile:1577: _module_/tmp/stap52yCpK] Error 2\nWARNING: kbuild exited with status: 2\nPass 4: compilation failed. [man error::pass4]" skipped "stap(1) failed: WARNING: Kernel function symbol table missing [man warning::symbols]\n/bin/sh: scripts/basic/fixdep: No such file or directory\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapWx5qof/stap_862a4daae35f2454c16f42e9433aa5ae_1026_aux_0.o] Error 127\nmake[1]: *** Deleting file '/tmp/stapWx5qof/stap_862a4daae35f2454c16f42e9433aa5ae_1026_aux_0.o'\nmake[1]: *** Waiting for unfinished jobs....\nIn file included from ./arch/x86/include/asm/realmode.h:15,\n from ./arch/x86/include/asm/acpi.h:33,\n from ./arch/x86/include/asm/fixmap.h:29,\n from ./arch/x86/include/asm/apic.h:10,\n from ./arch/x86/include/asm/smp.h:13,\n from ./include/linux/smp.h:68,\n from ./include/linux/topology.h:33,\n from ./include/linux/gfp.h:9,\n from /usr/share/systemtap/runtime/linux/runtime_defines.h:20,\n from /usr/share/systemtap/runtime/runtime_defines.h:8,\n from /tmp/stapWx5qof/stap_862a4daae35f2454c16f42e9433aa5ae_1026_src.c:11:\n./arch/x86/include/asm/io.h:44:10: fatal error: asm/early_ioremap.h: No such file or directory\n 44 | #include \n | ^~~~~~~~~~~~~~~~~~~~~\ncompilation terminated.\nmake[1]: *** [scripts/Makefile.build:277: /tmp/stapWx5qof/stap_862a4daae35f2454c16f42e9433aa5ae_1026_src.o] Error 1\nmake: *** [Makefile:1577: _module_/tmp/stapWx5qof] Error 2\nWARNING: kbuild exited with status: 2\nPass 4: compilation failed. [man error::pass4]" ---------------------------------------------------------------------- Ran 0 tests in 14.150s OK (skipped=4) 0:04:58 load avg: 1.09 [115/416] test_dummy_thread PASS: test_LockType_context_manager (test.test_dummy_thread.LockTests) test_acquire_timeout (test.test_dummy_thread.LockTests) PASS: Test invoking acquire() with a positive timeout when the lock is PASS: test_cond_acquire_fail (test.test_dummy_thread.LockTests) PASS: test_cond_acquire_success (test.test_dummy_thread.LockTests) PASS: test_improper_release (test.test_dummy_thread.LockTests) PASS: test_initlock (test.test_dummy_thread.LockTests) PASS: test_lock_representation (test.test_dummy_thread.LockTests) PASS: test_release (test.test_dummy_thread.LockTests) test_uncond_acquire_blocking (test.test_dummy_thread.LockTests) ... *** Waiting for thread to release the lock (approx. 0 sec.) *** done ok PASS: test_uncond_acquire_return_val (test.test_dummy_thread.LockTests) PASS: test_uncond_acquire_success (test.test_dummy_thread.LockTests) PASS: test_LockType (test.test_dummy_thread.MiscTests) PASS: test_exit (test.test_dummy_thread.MiscTests) PASS: test_ident (test.test_dummy_thread.MiscTests) PASS: test_interrupt_in_main (test.test_dummy_thread.MiscTests) PASS: test_interrupt_main (test.test_dummy_thread.MiscTests) PASS: test_set_sentinel (test.test_dummy_thread.MiscTests) PASS: test_stack_size_None (test.test_dummy_thread.MiscTests) PASS: test_stack_size_not_None (test.test_dummy_thread.MiscTests) PASS: test_multiple_acquire (test.test_dummy_thread.RLockTests) PASS: test_RaiseException (test.test_dummy_thread.ThreadTests) PASS: test_SystemExit (test.test_dummy_thread.ThreadTests) PASS: test_arg_passing (test.test_dummy_thread.ThreadTests) PASS: test_args_not_tuple (test.test_dummy_thread.ThreadTests) PASS: test_kwargs_not_dict (test.test_dummy_thread.ThreadTests) test_multi_thread_creation (test.test_dummy_thread.ThreadTests) ... *** Testing multiple thread creation (will take approx. 0 to 5 sec.) *** done ok ---------------------------------------------------------------------- Ran 26 tests in 0.007s OK 0:04:58 load avg: 1.09 [116/416] test_dummy_threading test_tasks (test.test_dummy_threading.DummyThreadingTestCase) ... task will run for 0 sec 1 tasks are running task done is finished. 0 tasks are running task will run for 0 sec 1 tasks are running task done is finished. 0 tasks are running task will run for 0 sec 1 tasks are running task done is finished. 0 tasks are running task will run for 0 sec 1 tasks are running task done is finished. 0 tasks are running task will run for 0 sec 1 tasks are running task done is finished. 0 tasks are running task will run for 0 sec 1 tasks are running task done is finished. 0 tasks are running task will run for 0 sec 1 tasks are running task done is finished. 0 tasks are running task will run for 0 sec 1 tasks are running task done is finished. 0 tasks are running task will run for 0 sec 1 tasks are running task done is finished. 0 tasks are running task will run for 0 sec 1 tasks are running task done is finished. 0 tasks are running waiting for all tasks to complete all tasks done ok ---------------------------------------------------------------------- Ran 1 test in 0.001s OK 0:04:59 load avg: 1.09 [117/416] test_dynamic PASS: test_cannot_change_globals_or_builtins_with_eval (test.test_dynamic.RebindBuiltinsTests) PASS: test_cannot_change_globals_or_builtins_with_exec (test.test_dynamic.RebindBuiltinsTests) PASS: test_cannot_replace_builtins_dict_between_calls (test.test_dynamic.RebindBuiltinsTests) PASS: test_cannot_replace_builtins_dict_while_active (test.test_dynamic.RebindBuiltinsTests) PASS: test_eval_gives_lambda_custom_globals (test.test_dynamic.RebindBuiltinsTests) PASS: test_globals_shadow_builtins (test.test_dynamic.RebindBuiltinsTests) PASS: test_modify_builtins (test.test_dynamic.RebindBuiltinsTests) PASS: test_modify_builtins_from_leaf_function (test.test_dynamic.RebindBuiltinsTests) PASS: test_modify_builtins_while_generator_active (test.test_dynamic.RebindBuiltinsTests) ---------------------------------------------------------------------- Ran 9 tests in 0.002s OK 0:04:59 load avg: 1.08 [118/416] test_dynamicclassattribute PASS: test_docstring_copy (test.test_dynamicclassattribute.PropertySubclassTests) PASS: test_property_new_getter_new_docstring (test.test_dynamicclassattribute.PropertySubclassTests) PASS: test_property_setter_copies_getter_docstring (test.test_dynamicclassattribute.PropertySubclassTests) SKIP: test_slots_docstring_copy_exception (test.test_dynamicclassattribute.PropertySubclassTests) '__doc__ is already present, __slots__ will have no effect' PASS: test_abstract_virtual (test.test_dynamicclassattribute.PropertyTests) PASS: test_property___isabstractmethod__descriptor (test.test_dynamicclassattribute.PropertyTests) PASS: test_property_decorator_baseclass (test.test_dynamicclassattribute.PropertyTests) PASS: test_property_decorator_baseclass_doc (test.test_dynamicclassattribute.PropertyTests) PASS: test_property_decorator_doc (test.test_dynamicclassattribute.PropertyTests) PASS: test_property_decorator_subclass (test.test_dynamicclassattribute.PropertyTests) PASS: test_property_decorator_subclass_doc (test.test_dynamicclassattribute.PropertyTests) PASS: test_property_getter_doc_override (test.test_dynamicclassattribute.PropertyTests) ---------------------------------------------------------------------- Ran 12 tests in 0.003s OK (skipped=1) 0:04:59 load avg: 1.08 [119/416] test_eintr test_all (test.test_eintr.EINTRTests) ... --- run eintr_tester.py --- test_flock (__main__.FNTLEINTRTest) ... ok test_lockf (__main__.FNTLEINTRTest) ... ok test_read (__main__.OSEINTRTest) ... ok test_wait (__main__.OSEINTRTest) ... ok test_wait3 (__main__.OSEINTRTest) ... ok test_wait4 (__main__.OSEINTRTest) ... ok test_waitpid (__main__.OSEINTRTest) ... ok test_write (__main__.OSEINTRTest) ... ok test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll' test_epoll (__main__.SelectEINTRTest) ... ok test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue' test_poll (__main__.SelectEINTRTest) ... ok test_select (__main__.SelectEINTRTest) ... ok test_sigtimedwait (__main__.SignalEINTRTest) ... ok test_sigwaitinfo (__main__.SignalEINTRTest) ... ok test_accept (__main__.SocketEINTRTest) ... ok test_open (__main__.SocketEINTRTest) ... ok test_os_open (__main__.SocketEINTRTest) ... ok test_recv (__main__.SocketEINTRTest) ... ok test_recvmsg (__main__.SocketEINTRTest) ... ok test_send (__main__.SocketEINTRTest) ... ok test_sendall (__main__.SocketEINTRTest) ... ok test_sendmsg (__main__.SocketEINTRTest) ... ok test_sleep (__main__.TimeEINTRTest) ... ok ---------------------------------------------------------------------- Ran 24 tests in 6.897s OK (skipped=2) --- eintr_tester.py completed: exit code 0 --- ok ---------------------------------------------------------------------- Ran 1 test in 7.032s OK 0:05:06 load avg: 1.07 [120/416] test_email PASS: test_b_case_ignored (test.test_email.test__encoded_words.TestDecode) PASS: test_b_invalid_bytes_ignored_with_defect (test.test_email.test__encoded_words.TestDecode) PASS: test_b_invalid_bytes_incorrect_padding (test.test_email.test__encoded_words.TestDecode) PASS: test_b_padding_defect (test.test_email.test__encoded_words.TestDecode) PASS: test_b_undecodable_bytes_ignored_with_defect (test.test_email.test__encoded_words.TestDecode) PASS: test_non_trivial_q (test.test_email.test__encoded_words.TestDecode) PASS: test_nonnull_lang (test.test_email.test__encoded_words.TestDecode) PASS: test_q_case_ignored (test.test_email.test__encoded_words.TestDecode) PASS: test_q_escaped_bytes_preserved (test.test_email.test__encoded_words.TestDecode) PASS: test_q_nonascii (test.test_email.test__encoded_words.TestDecode) PASS: test_simple_b (test.test_email.test__encoded_words.TestDecode) PASS: test_simple_q (test.test_email.test__encoded_words.TestDecode) PASS: test_unknown_8bit_charset (test.test_email.test__encoded_words.TestDecode) PASS: test_unknown_charset (test.test_email.test__encoded_words.TestDecode) PASS: test_wrong_format_input_raises (test.test_email.test__encoded_words.TestDecode) PASS: test_invalid_character (test.test_email.test__encoded_words.TestDecodeB) PASS: test_invalid_character_and_bad_padding (test.test_email.test__encoded_words.TestDecodeB) PASS: test_invalid_length (test.test_email.test__encoded_words.TestDecodeB) PASS: test_missing_padding (test.test_email.test__encoded_words.TestDecodeB) PASS: test_simple (test.test_email.test__encoded_words.TestDecodeB) PASS: test_no_encoded (test.test_email.test__encoded_words.TestDecodeQ) PASS: test_run_of_encoded (test.test_email.test__encoded_words.TestDecodeQ) PASS: test_spaces (test.test_email.test__encoded_words.TestDecodeQ) PASS: test_auto_b_if_enough_unsafe (test.test_email.test__encoded_words.TestEncode) PASS: test_auto_b_if_long_unsafe (test.test_email.test__encoded_words.TestEncode) PASS: test_auto_q (test.test_email.test__encoded_words.TestEncode) PASS: test_auto_q_if_long_mostly_safe (test.test_email.test__encoded_words.TestEncode) PASS: test_auto_q_if_short_mostly_safe (test.test_email.test__encoded_words.TestEncode) PASS: test_b (test.test_email.test__encoded_words.TestEncode) PASS: test_lang (test.test_email.test__encoded_words.TestEncode) PASS: test_q (test.test_email.test__encoded_words.TestEncode) PASS: test_unknown_8bit (test.test_email.test__encoded_words.TestEncode) PASS: test_utf8_default (test.test_email.test__encoded_words.TestEncode) PASS: test_padding (test.test_email.test__encoded_words.TestEncodeB) PASS: test_simple (test.test_email.test__encoded_words.TestEncodeB) PASS: test_all_safe (test.test_email.test__encoded_words.TestEncodeQ) PASS: test_run_of_encodables (test.test_email.test__encoded_words.TestEncodeQ) PASS: test_spaces (test.test_email.test__encoded_words.TestEncodeQ) PASS: test_address_list_folding_at_commas (test.test_email.test__header_value_parser.TestFolding) PASS: test_address_list_with_unicode_names (test.test_email.test__header_value_parser.TestFolding) PASS: test_address_list_with_unicode_names_in_quotes (test.test_email.test__header_value_parser.TestFolding) PASS: test_ews_combined_before_wrap (test.test_email.test__header_value_parser.TestFolding) PASS: test_long_filename_attachment (test.test_email.test__header_value_parser.TestFolding) PASS: test_one_ew_on_each_of_two_wrapped_lines (test.test_email.test__header_value_parser.TestFolding) PASS: test_overlong_encodeable_is_wrapped (test.test_email.test__header_value_parser.TestFolding) PASS: test_simple_address (test.test_email.test__header_value_parser.TestFolding) PASS: test_simple_unstructured_folded (test.test_email.test__header_value_parser.TestFolding) PASS: test_simple_unstructured_no_folds (test.test_email.test__header_value_parser.TestFolding) PASS: test_split_at_whitespace_after_header_before_long_token (test.test_email.test__header_value_parser.TestFolding) PASS: test_split_at_whitespace_before_long_token (test.test_email.test__header_value_parser.TestFolding) PASS: test_unstructured_with_unicode_no_folds (test.test_email.test__header_value_parser.TestFolding) PASS: test__wsp_splitter_one_word (test.test_email.test__header_value_parser.TestParser) PASS: test__wsp_splitter_two_words (test.test_email.test__header_value_parser.TestParser) PASS: test__wsp_splitter_ws_runs (test.test_email.test__header_value_parser.TestParser) PASS: test_encoded_word_inside_quotes (test.test_email.test__header_value_parser.TestParser) PASS: test_get_addr_spec_dot_atom (test.test_email.test__header_value_parser.TestParser) PASS: test_get_addr_spec_ends_at_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_addr_spec_normal (test.test_email.test__header_value_parser.TestParser) PASS: test_get_addr_spec_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser) PASS: test_get_addr_spec_with_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_addr_spec_with_doamin_literal (test.test_email.test__header_value_parser.TestParser) PASS: test_get_addr_spec_with_qouoted_string_and_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_complex (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_empty_group (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_ends_at_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_group (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_invalid_mailbox_invalid (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_list_group_and_mailboxes (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_list_group_empty (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_list_group_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_list_mailboxes_complex (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_list_mailboxes_invalid_addresses (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_list_mailboxes_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_list_mailboxes_two_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_quoted_local_part (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_rfc2047_display_name (test.test_email.test__header_value_parser.TestParser) PASS: test_get_address_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_empty (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_ends_at_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_internal_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_missing_closing_angle (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_missing_closing_angle_with_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_no_angle_before_special_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_no_angle_raise (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_no_angle_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_obs_route (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_qs_and_domain_literal (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_qs_only_quotes (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_special_after_angle_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_angle_addr_with_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atext_all_atext (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atext_non_printables (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atext_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atext_up_to_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_atom_ends_at_noncfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_atom_ends_at_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_no_atom (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_no_atom_before_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_non_printable_in_atext (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_rfc2047_atom (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_with_multiple_comments (test.test_email.test__header_value_parser.TestParser) PASS: test_get_atom_with_wsp (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_empty_quotes (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_end_dquote_mid_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_multiple_words (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_multiple_words_wsp_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_must_start_with_dquote (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_no_end_dquote (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_non_printables (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_only_quotes (test.test_email.test__header_value_parser.TestParser) PASS: test_get_bare_quoted_string_quoted_dquote (test.test_email.test__header_value_parser.TestParser) PASS: test_get_cfws_ends_at_non_leader (test.test_email.test__header_value_parser.TestParser) PASS: test_get_cfws_ends_at_non_printable (test.test_email.test__header_value_parser.TestParser) PASS: test_get_cfws_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_cfws_multiple_nested_comments (test.test_email.test__header_value_parser.TestParser) PASS: test_get_cfws_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_cfws_only_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_cfws_only_mixed (test.test_email.test__header_value_parser.TestParser) PASS: test_get_cfws_only_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_empty_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_end_paren_mid_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_missing_end_of_nesting (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_multiple_nesting (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_multiple_words (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_multiple_words_wsp_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_must_start_with_paren (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_nested_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_nested_comment_wsp (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_no_end_paren (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_non_printable (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_qs_in_nested_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_comment_quoted_parens (test.test_email.test__header_value_parser.TestParser) PASS: test_get_display_name_complex1 (test.test_email.test__header_value_parser.TestParser) PASS: test_get_display_name_complex2 (test.test_email.test__header_value_parser.TestParser) PASS: test_get_display_name_ending_with_obsolete (test.test_email.test__header_value_parser.TestParser) PASS: test_get_display_name_obsolete (test.test_email.test__header_value_parser.TestParser) PASS: test_get_display_name_pharse_must_start_with_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_display_name_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_domain_literal_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_domain_literal_with_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_domain_literal_with_cfws_ends_at_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_domain_with_cfws_ends_at_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_literal_bad_dtext_char_before_special_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_literal_no_start_char_before_special_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_literal_no_start_char_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_literal_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_literal_with_internal_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_literal_with_surrounding_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_no_atom_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_no_non_cfws_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_obsolete (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_regular_domain_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_domain_with_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_leading_dot_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_no_atom_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_rfc2047_atom (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_space_ends_dot_atom (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_text (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_text_lone_atom_is_valid (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_text_raises_on_leading_dot (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_text_raises_on_leading_non_atext (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_text_raises_on_trailing_dot (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_text_trailing_text_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_text_trailing_ws_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_trailing_dot_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_two_dots_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dot_atom_with_wsp (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_all_dtext (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_close_bracket_mid_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_non_printables (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_open_bracket_mid_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_up_to_close_bracket_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_up_to_open_bracket_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_with_qp (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_wsp_before_close_bracket_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_dtext_wsp_before_open_bracket_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_gets_first (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_gets_first_even_if_no_space (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_internal_spaces (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_lang_default_is_blank (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_leading_internal_space (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_missing_end_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_missing_middle_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_missing_start_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_non_printable_defect (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_quopri_utf_escape_follows_cte (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_sets_extra_attributes (test.test_email.test__header_value_parser.TestParser) PASS: test_get_encoded_word_valid_ew (test.test_email.test__header_value_parser.TestParser) PASS: test_get_fws_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_fws_space (test.test_email.test__header_value_parser.TestParser) PASS: test_get_fws_ws_run (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_cfws_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_empty (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_list_cfws_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_list_comment_only_invalid (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_list_mailbox_list (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_list_obs_group_list (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_missing_final_semicol (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_mixed_list (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_null_addr_spec (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_one_invalid (test.test_email.test__header_value_parser.TestParser) PASS: test_get_group_single_mailbox (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_complex_obsolete_1 (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_complex_obsolete_invalid (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_double_dot_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_leading_dot (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_leading_dot_after_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_no_part_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_quoted_with_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_quoted_with_whitespace (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_simple_obsolete (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_simple_quoted (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_special_instead_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_trailing_dot (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_trailing_dot_with_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_unicode_defect (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_valid_and_invalid_qp_in_atom_list (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_with_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_with_dot (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_with_quoted_dot (test.test_email.test__header_value_parser.TestParser) PASS: test_get_local_part_with_whitespace (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_addr_spec_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_angle_addr_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_ends_at_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_list_empty_list_element (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_list_junk_after_valid_address (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_list_only_empty_elements (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_list_single_addr (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_list_two_complex (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_list_two_name_addr (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_list_two_simple_addr (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_list_unparseable_mailbox_null (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_name_addr (test.test_email.test__header_value_parser.TestParser) PASS: test_get_mailbox_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_angle_addr_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_atom_name (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_atom_name_with_cfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_ends_at_special (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_name_with_cfws_and_dots (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_no_angle_after_display_name_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_no_content_before_special_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_no_content_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_qs_name (test.test_email.test__header_value_parser.TestParser) PASS: test_get_name_addr_with_route (test.test_email.test__header_value_parser.TestParser) PASS: test_get_obs_route_complex (test.test_email.test__header_value_parser.TestParser) PASS: test_get_obs_route_no_route_before_end_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_obs_route_no_route_before_special_raises (test.test_email.test__header_value_parser.TestParser) PASS: test_get_obs_route_no_route_before_special_raises2 (test.test_email.test__header_value_parser.TestParser) PASS: test_get_obs_route_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_phrase_complex (test.test_email.test__header_value_parser.TestParser) PASS: test_get_phrase_ending_with_obsolete (test.test_email.test__header_value_parser.TestParser) PASS: test_get_phrase_obsolete (test.test_email.test__header_value_parser.TestParser) PASS: test_get_phrase_pharse_must_start_with_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_phrase_simple (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qcontent_all_printables (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qcontent_close_paren_mid_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qcontent_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qcontent_non_printables (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qcontent_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qcontent_two_words_gets_first (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qcontent_up_to_dquote_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qcontent_wsp_before_close_paren_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_all_printables (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_close_paren_mid_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_non_printables (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_open_paren_mid_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_up_to_close_paren_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_up_to_open_paren_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_wsp_before_close_paren_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_qp_ctext_wsp_before_open_paren_preserved (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_header_ends_in_qcontent (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_internal_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_no_quoted_string (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_non_printable_in_qcontent (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_only (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_qs_ends_at_noncfws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_with_multiple_comments (test.test_email.test__header_value_parser.TestParser) PASS: test_get_quoted_string_with_wsp (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_ew_with_internal_leading_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_ew_with_internal_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_ew_without_leading_whitespace (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_ew_without_trailing_whitespace (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_invaild_ew (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_invalid_base64_character (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_invalid_base64_character_and_bad_padding (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_invalid_base64_length (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_leading_and_trailing_whitespace (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_leading_whitespace (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_missing_base64_padding (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_no_whitespace_between_ews (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_normal_phrase (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_normal_phrase_with_whitespace (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_null (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_one_ew_trailing_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_one_valid_ew_no_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_one_valid_ew_trailing_text (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_one_word (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_phrase_with_ew_in_middle_of_text (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_phrase_with_ew_with_leading_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_phrase_with_two_ew (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_phrase_with_two_ew_extra_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_phrase_with_two_ew_trailing_ws (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_trailing_whitespace (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_two_ew_extra_ws_trailing_text (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_undecodable_bytes (test.test_email.test__header_value_parser.TestParser) PASS: test_get_unstructured_undecodable_bytes_in_EW (test.test_email.test__header_value_parser.TestParser) PASS: test_get_word_atom_yields_atom (test.test_email.test__header_value_parser.TestParser) PASS: test_get_word_ends_at_dot (test.test_email.test__header_value_parser.TestParser) PASS: test_get_word_qs_yields_qs (test.test_email.test__header_value_parser.TestParser) PASS: test_invalid_content_disposition (test.test_email.test__header_value_parser.TestParser) PASS: test_invalid_content_transfer_encoding (test.test_email.test__header_value_parser.TestParser) PASS: test_EWWhiteSpaceTerminal (test.test_email.test__header_value_parser.TestTokens) PASS: test_value_duplicate_and_missing_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_duplicate_in_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_duplicate_key (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_duplicate_key_with_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_duplicate_key_with_split_value_other_order (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_duplicate_with_broken_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_missing_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_multiple_keys (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_simple (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters) PASS: test_value_RFC_2045_2 (test.test_email.test__header_value_parser.Test_parse_mime_version) PASS: test_value_RFC_2045_3 (test.test_email.test__header_value_parser.Test_parse_mime_version) PASS: test_value_RFC_2045_4 (test.test_email.test__header_value_parser.Test_parse_mime_version) PASS: test_value_empty (test.test_email.test__header_value_parser.Test_parse_mime_version) PASS: test_value_rfc_2045_1 (test.test_email.test__header_value_parser.Test_parse_mime_version) PASS: test_japanese_codecs (test.test_email.test_asian_codecs.TestEmailAsianCodecs) PASS: test_payload_encoding (test.test_email.test_asian_codecs.TestEmailAsianCodecs) PASS: test_payload_encoding_utf8 (test.test_email.test_asian_codecs.TestEmailAsianCodecs) PASS: test_get_content_key_full_type (test.test_email.test_contentmanager.TestContentManager) PASS: test_get_content_key_maintype_only (test.test_email.test_contentmanager.TestContentManager) PASS: test_get_content_key_null_key (test.test_email.test_contentmanager.TestContentManager) PASS: test_get_content_key_order_full_type (test.test_email.test_contentmanager.TestContentManager) PASS: test_get_content_key_order_maintype_only (test.test_email.test_contentmanager.TestContentManager) PASS: test_get_content_key_order_null_key (test.test_email.test_contentmanager.TestContentManager) PASS: test_get_content_raises_if_unknown_mimetype_and_no_default (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_calls_clear_content (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_base_full_path (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_base_name (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_base_qualname (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_base_type (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_full_path (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_name (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_null_key (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_base_full_path (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_base_name (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_base_qualname (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_base_type (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_full_path (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_name (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_null_key (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_qualname (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_str_full_path (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_str_name (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_str_type (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_order_type (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_qualname (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_str_full_path (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_str_name (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_str_type (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_key_type (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_raises_if_called_on_multipart (test.test_email.test_contentmanager.TestContentManager) PASS: test_set_content_raises_if_unknown_type_and_no_default (test.test_email.test_contentmanager.TestContentManager) PASS: test_cid_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_cid_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_cid_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_cid_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_cid_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_cid_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_disposition_inline_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_disposition_inline_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_disposition_inline_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_disposition_inline_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_disposition_inline_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_disposition_inline_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_message_non_rfc822_or_external_body_yields_bytes (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_message_rfc822_and_external_body (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_non_text (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_non_text_invalid_keyword (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_raises_on_multipart (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_html (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_invalid_keyword (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_plain (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_plain_bad_utf8_quoted_printable (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_plain_bad_utf8_quoted_printable_ignore_errors (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_plain_latin1 (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_plain_latin1_quoted_printable (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_plain_utf8_base64 (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_get_text_plain_utf8_base64_recoverable_bad_CTE_data (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_header_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_header_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_header_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_header_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_header_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_header_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_non_ascii_filename_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_non_ascii_filename_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_non_ascii_filename_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_non_ascii_filename_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_non_ascii_filename_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_non_ascii_filename_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_params_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_params_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_params_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_params_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_params_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_params_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_application_octet_stream_with_8bit_cte (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_audio_aif_with_quoted_printable_cte (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_disposition_attachment (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_disposition_foo (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_disposition_inline (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_filename (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_filename_and_disposition_inline (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_headers_from_header_objects (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_headers_from_strings (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_headers_with_defective_header_header_raises (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_headers_with_defective_string_header_raises (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_headers_with_invalid_duplicate_header_header_raises (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_headers_with_invalid_duplicate_string_header_raises (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_image_jpg (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_message (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_message_invalid_cte_raises (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_message_with_non_ascii_and_coercion_to_7bit (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_non_ascii_filename (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_11_lines_long_line_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_11_lines_long_line_minimal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_11_lines_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_charset_latin_1 (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_html (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_long_line_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_long_line_minimal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_non_ascii_with_charset_ascii_raises (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_non_ascii_with_cte_7bit_and_charset_ascii_raises (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_non_ascii_with_cte_7bit_raises (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_plain (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_text_short_line_minimal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_set_video_mpeg_with_binary_cte (test.test_email.test_contentmanager.TestRawDataManager) PASS: test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_lying_multipart (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectCapture) PASS: test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_lying_multipart (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectDetection) PASS: test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_lying_multipart (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectRaising) PASS: test_8bit_in_base64_body (test.test_email.test_email.Test8BitBytesHandling) PASS: test_8bit_in_quopri_body (test.test_email.test_email.Test8BitBytesHandling) PASS: test_8bit_in_uuencode_body (test.test_email.test_email.Test8BitBytesHandling) PASS: test_8bit_multipart (test.test_email.test_email.Test8BitBytesHandling) PASS: test_bytes_feedparser (test.test_email.test_email.Test8BitBytesHandling) PASS: test_bytes_generator (test.test_email.test_email.Test8BitBytesHandling) PASS: test_bytes_generator_b_encoding_linesep (test.test_email.test_email.Test8BitBytesHandling) PASS: test_bytes_generator_handles_None_body (test.test_email.test_email.Test8BitBytesHandling) PASS: test_bytes_generator_with_unix_from (test.test_email.test_email.Test8BitBytesHandling) PASS: test_crlf_flatten (test.test_email.test_email.Test8BitBytesHandling) PASS: test_decoded_generator_emits_unicode_body (test.test_email.test_email.Test8BitBytesHandling) PASS: test_del_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling) PASS: test_generator_b_encoding_linesep (test.test_email.test_email.Test8BitBytesHandling) PASS: test_generator_handles_8bit (test.test_email.test_email.Test8BitBytesHandling) PASS: test_get_8bit_header (test.test_email.test_email.Test8BitBytesHandling) PASS: test_get_all_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling) PASS: test_get_content_type_with_8bit (test.test_email.test_email.Test8BitBytesHandling) PASS: test_get_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling) PASS: test_get_payload_with_8bit_cte_header (test.test_email.test_email.Test8BitBytesHandling) PASS: test_get_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling) PASS: test_invalid_8bit_in_non_8bit_cte_uses_replace (test.test_email.test_email.Test8BitBytesHandling) PASS: test_items_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling) PASS: test_known_8bit_CTE (test.test_email.test_email.Test8BitBytesHandling) PASS: test_message_from_binary_file (test.test_email.test_email.Test8BitBytesHandling) PASS: test_print_8bit_headers (test.test_email.test_email.Test8BitBytesHandling) PASS: test_set_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling) PASS: test_str_generator_should_not_mutate_msg_when_handling_8bit (test.test_email.test_email.Test8BitBytesHandling) PASS: test_string_generator_reencodes_to_quopri_when_appropriate (test.test_email.test_email.Test8BitBytesHandling) PASS: test_unknown_8bit_CTE (test.test_email.test_email.Test8BitBytesHandling) PASS: test_values_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling) PASS: test_decode (test.test_email.test_email.TestBase64) PASS: test_encode (test.test_email.test_email.TestBase64) PASS: test_header_encode (test.test_email.test_email.TestBase64) PASS: test_len (test.test_email.test_email.TestBase64) PASS: test_MIME_digest (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_MIME_digest_with_part_headers (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_content_type (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_dsn (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_long_header (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_message_delivery_status (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_message_external_body_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_message_signed_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_mixed_with_image (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_more_rfc2231_parameters (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_multipart_no_parts (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_multipart_one_part (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_multipart_report (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_nested_multipart_mixeds (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_no_start_boundary (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_parse_text_message (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_parse_untyped_message (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_parser (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_preamble_epilogue (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_rfc2231_charset (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_simple_multipart (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF) PASS: test_MIME_digest (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_MIME_digest_with_part_headers (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_content_type (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_dsn (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_long_header (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_message_delivery_status (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_message_external_body_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_message_signed_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_mixed_with_image (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_more_rfc2231_parameters (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_multipart_no_parts (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_multipart_one_part (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_multipart_report (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_nested_multipart_mixeds (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_no_start_boundary (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_parse_text_message (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_parse_untyped_message (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_parser (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_preamble_epilogue (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_rfc2231_charset (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_simple_multipart (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestBytesGeneratorIdempotentNL) PASS: test_body_encode (test.test_email.test_email.TestCharset) PASS: test_codec_encodeable (test.test_email.test_email.TestCharset) PASS: test_unicode_charset_name (test.test_email.test_email.TestCharset) PASS: test_EncodersEncode_base64 (test.test_email.test_email.TestEncoders) PASS: test_default_cte (test.test_email.test_email.TestEncoders) PASS: test_encode7or8bit (test.test_email.test_email.TestEncoders) PASS: test_encode_empty_payload (test.test_email.test_email.TestEncoders) PASS: test_qp_encode_latin1 (test.test_email.test_email.TestEncoders) PASS: test_qp_encode_non_latin1 (test.test_email.test_email.TestEncoders) PASS: test_empty_header_name_handled (test.test_email.test_email.TestFeedParsers) PASS: test_long_lines (test.test_email.test_email.TestFeedParsers) PASS: test_newlines (test.test_email.test_email.TestFeedParsers) PASS: test_dont_mangle_from (test.test_email.test_email.TestFromMangling) PASS: test_mangle_from_in_preamble_and_epilog (test.test_email.test_email.TestFromMangling) PASS: test_mangled_from (test.test_email.test_email.TestFromMangling) PASS: test_mangled_from_with_bad_bytes (test.test_email.test_email.TestFromMangling) PASS: test_mutltipart_with_bad_bytes_in_cte (test.test_email.test_email.TestFromMangling) PASS: test_bad_8bit_header (test.test_email.test_email.TestHeader) PASS: test_base64_splittable (test.test_email.test_email.TestHeader) PASS: test_broken_base64_header (test.test_email.test_email.TestHeader) PASS: test_empty_header_encode (test.test_email.test_email.TestHeader) PASS: test_encode_preserves_leading_ws_on_value (test.test_email.test_email.TestHeader) PASS: test_encoded_adjacent_nonencoded (test.test_email.test_email.TestHeader) PASS: test_escaped_8bit_header (test.test_email.test_email.TestHeader) PASS: test_explicit_maxlinelen (test.test_email.test_email.TestHeader) PASS: test_flatten_header_with_no_value (test.test_email.test_email.TestHeader) PASS: test_header_ctor_default_args (test.test_email.test_email.TestHeader) PASS: test_header_handles_binary_unknown8bit (test.test_email.test_email.TestHeader) PASS: test_header_needs_no_decoding (test.test_email.test_email.TestHeader) PASS: test_long (test.test_email.test_email.TestHeader) PASS: test_make_header_handles_binary_unknown8bit (test.test_email.test_email.TestHeader) PASS: test_modify_returned_list_does_not_change_header (test.test_email.test_email.TestHeader) PASS: test_multilingual (test.test_email.test_email.TestHeader) PASS: test_quopri_splittable (test.test_email.test_email.TestHeader) PASS: test_shift_jis_charset (test.test_email.test_email.TestHeader) PASS: test_simple (test.test_email.test_email.TestHeader) PASS: test_simple_surprise (test.test_email.test_email.TestHeader) PASS: test_string_charset (test.test_email.test_email.TestHeader) PASS: test_us_ascii_header (test.test_email.test_email.TestHeader) PASS: test_utf8_shortest (test.test_email.test_email.TestHeader) PASS: test_whitespace_header (test.test_email.test_email.TestHeader) PASS: test_whitespace_keeper (test.test_email.test_email.TestHeader) PASS: test_MIME_digest (test.test_email.test_email.TestIdempotent) PASS: test_MIME_digest_with_part_headers (test.test_email.test_email.TestIdempotent) PASS: test_content_type (test.test_email.test_email.TestIdempotent) PASS: test_dsn (test.test_email.test_email.TestIdempotent) PASS: test_long_header (test.test_email.test_email.TestIdempotent) PASS: test_message_delivery_status (test.test_email.test_email.TestIdempotent) PASS: test_message_external_body_idempotent (test.test_email.test_email.TestIdempotent) PASS: test_message_signed_idempotent (test.test_email.test_email.TestIdempotent) PASS: test_mixed_with_image (test.test_email.test_email.TestIdempotent) PASS: test_more_rfc2231_parameters (test.test_email.test_email.TestIdempotent) PASS: test_multipart_no_parts (test.test_email.test_email.TestIdempotent) PASS: test_multipart_one_part (test.test_email.test_email.TestIdempotent) PASS: test_multipart_report (test.test_email.test_email.TestIdempotent) PASS: test_nested_multipart_mixeds (test.test_email.test_email.TestIdempotent) PASS: test_no_start_boundary (test.test_email.test_email.TestIdempotent) PASS: test_parse_text_message (test.test_email.test_email.TestIdempotent) PASS: test_parse_untyped_message (test.test_email.test_email.TestIdempotent) PASS: test_parser (test.test_email.test_email.TestIdempotent) PASS: test_preamble_epilogue (test.test_email.test_email.TestIdempotent) PASS: test_rfc2231_charset (test.test_email.test_email.TestIdempotent) PASS: test_simple_multipart (test.test_email.test_email.TestIdempotent) PASS: test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestIdempotent) PASS: test_body_line_iterator (test.test_email.test_email.TestIterators) test_pushCR_LF (test.test_email.test_email.TestIterators) PASS: FeedParser BufferedSubFile.push() assumed it received complete PASS: test_push_random (test.test_email.test_email.TestIterators) PASS: test_typed_subpart_iterator (test.test_email.test_email.TestIterators) PASS: test_typed_subpart_iterator_default_type (test.test_email.test_email.TestIterators) PASS: test_another_long_almost_unsplittable_header (test.test_email.test_email.TestLongHeaders) PASS: test_another_long_multiline_header (test.test_email.test_email.TestLongHeaders) PASS: test_header_encode_with_different_output_charset (test.test_email.test_email.TestLongHeaders) PASS: test_header_splitter (test.test_email.test_email.TestLongHeaders) PASS: test_last_split_chunk_does_not_fit (test.test_email.test_email.TestLongHeaders) PASS: test_leading_splittable_in_the_middle_just_before_overlong_last_part (test.test_email.test_email.TestLongHeaders) PASS: test_long_8bit_header (test.test_email.test_email.TestLongHeaders) PASS: test_long_8bit_header_no_charset (test.test_email.test_email.TestLongHeaders) PASS: test_long_field_name (test.test_email.test_email.TestLongHeaders) PASS: test_long_header_encode (test.test_email.test_email.TestLongHeaders) PASS: test_long_header_encode_with_different_output_charset (test.test_email.test_email.TestLongHeaders) PASS: test_long_header_encode_with_tab_continuation (test.test_email.test_email.TestLongHeaders) PASS: test_long_header_encode_with_tab_continuation_is_just_a_hint (test.test_email.test_email.TestLongHeaders) PASS: test_long_header_with_multiple_sequential_split_chars (test.test_email.test_email.TestLongHeaders) PASS: test_long_header_with_whitespace_runs (test.test_email.test_email.TestLongHeaders) PASS: test_long_line_after_append (test.test_email.test_email.TestLongHeaders) PASS: test_long_lines_with_different_header (test.test_email.test_email.TestLongHeaders) PASS: test_long_nonstring (test.test_email.test_email.TestLongHeaders) PASS: test_long_received_header (test.test_email.test_email.TestLongHeaders) PASS: test_long_rfc2047_header_with_embedded_fws (test.test_email.test_email.TestLongHeaders) PASS: test_long_run_with_semi_header_splitter (test.test_email.test_email.TestLongHeaders) PASS: test_long_to_header (test.test_email.test_email.TestLongHeaders) PASS: test_long_unbreakable_lines_with_continuation (test.test_email.test_email.TestLongHeaders) PASS: test_multiline_with_overlong_last_part_followed_by_split_point (test.test_email.test_email.TestLongHeaders) PASS: test_multiline_with_overlong_parts_separated_by_two_split_points (test.test_email.test_email.TestLongHeaders) PASS: test_multiple_splittable_leading_char_followed_by_overlong_unsplitable (test.test_email.test_email.TestLongHeaders) PASS: test_no_semis_header_splitter (test.test_email.test_email.TestLongHeaders) PASS: test_no_split_long_header (test.test_email.test_email.TestLongHeaders) PASS: test_overlong_last_part_followed_by_split_point (test.test_email.test_email.TestLongHeaders) PASS: test_shorter_line_with_append (test.test_email.test_email.TestLongHeaders) PASS: test_split_long_continuation (test.test_email.test_email.TestLongHeaders) PASS: test_splittable_leading_char_followed_by_overlong_unsplitable (test.test_email.test_email.TestLongHeaders) PASS: test_splitter_split_on_punctuation_only_if_fws (test.test_email.test_email.TestLongHeaders) PASS: test_splitter_split_on_punctuation_only_if_fws_with_header (test.test_email.test_email.TestLongHeaders) PASS: test_splitting_first_line_only_is_long (test.test_email.test_email.TestLongHeaders) PASS: test_splitting_multiple_long_lines (test.test_email.test_email.TestLongHeaders) PASS: test_string_headerinst_eq (test.test_email.test_email.TestLongHeaders) PASS: test_trailing_splitable_on_overlong_unsplitable (test.test_email.test_email.TestLongHeaders) PASS: test_trailing_splitable_on_overlong_unsplitable_with_leading_splitable (test.test_email.test_email.TestLongHeaders) PASS: test_binary_body_with_encode_7or8bit (test.test_email.test_email.TestMIMEApplication) PASS: test_binary_body_with_encode_base64 (test.test_email.test_email.TestMIMEApplication) PASS: test_binary_body_with_encode_noop (test.test_email.test_email.TestMIMEApplication) PASS: test_binary_body_with_encode_quopri (test.test_email.test_email.TestMIMEApplication) PASS: test_binary_body_with_unicode_linend_encode_noop (test.test_email.test_email.TestMIMEApplication) PASS: test_body (test.test_email.test_email.TestMIMEApplication) PASS: test_headers (test.test_email.test_email.TestMIMEApplication) PASS: test_add_header (test.test_email.test_email.TestMIMEAudio) PASS: test_checkSetMinor (test.test_email.test_email.TestMIMEAudio) PASS: test_encoding (test.test_email.test_email.TestMIMEAudio) PASS: test_guess_minor_type (test.test_email.test_email.TestMIMEAudio) PASS: test_add_header (test.test_email.test_email.TestMIMEImage) PASS: test_checkSetMinor (test.test_email.test_email.TestMIMEImage) PASS: test_encoding (test.test_email.test_email.TestMIMEImage) PASS: test_guess_minor_type (test.test_email.test_email.TestMIMEImage) PASS: test_bad_multipart (test.test_email.test_email.TestMIMEMessage) PASS: test_default_multipart_constructor (test.test_email.test_email.TestMIMEMessage) PASS: test_default_type (test.test_email.test_email.TestMIMEMessage) PASS: test_default_type_non_parsed (test.test_email.test_email.TestMIMEMessage) PASS: test_default_type_with_explicit_container_type (test.test_email.test_email.TestMIMEMessage) PASS: test_dsn (test.test_email.test_email.TestMIMEMessage) PASS: test_epilogue (test.test_email.test_email.TestMIMEMessage) PASS: test_generate (test.test_email.test_email.TestMIMEMessage) PASS: test_mime_attachments_in_constructor (test.test_email.test_email.TestMIMEMessage) PASS: test_multipart_custom_policy (test.test_email.test_email.TestMIMEMessage) PASS: test_multipart_default_policy (test.test_email.test_email.TestMIMEMessage) PASS: test_no_nl_preamble (test.test_email.test_email.TestMIMEMessage) PASS: test_parse_message_rfc822 (test.test_email.test_email.TestMIMEMessage) PASS: test_type_error (test.test_email.test_email.TestMIMEMessage) PASS: test_valid_argument (test.test_email.test_email.TestMIMEMessage) PASS: test_7bit_input (test.test_email.test_email.TestMIMEText) PASS: test_7bit_input_no_charset (test.test_email.test_email.TestMIMEText) PASS: test_charset (test.test_email.test_email.TestMIMEText) PASS: test_payload (test.test_email.test_email.TestMIMEText) PASS: test_types (test.test_email.test_email.TestMIMEText) PASS: test_utf8_input (test.test_email.test_email.TestMIMEText) SKIP: test_utf8_input_no_charset (test.test_email.test_email.TestMIMEText) "can't fix because of backward compat in email5, will fix in email6" PASS: test__contains__ (test.test_email.test_email.TestMessageAPI) PASS: test_add_header_with_name_only_param (test.test_email.test_email.TestMessageAPI) PASS: test_add_header_with_no_value (test.test_email.test_email.TestMessageAPI) PASS: test_as_bytes (test.test_email.test_email.TestMessageAPI) PASS: test_as_bytes_policy (test.test_email.test_email.TestMessageAPI) PASS: test_as_string (test.test_email.test_email.TestMessageAPI) PASS: test_as_string_policy (test.test_email.test_email.TestMessageAPI) PASS: test_ascii_add_header (test.test_email.test_email.TestMessageAPI) PASS: test_ascii_add_header_with_tspecial (test.test_email.test_email.TestMessageAPI) PASS: test_attach_when_payload_is_string (test.test_email.test_email.TestMessageAPI) PASS: test_bad_param (test.test_email.test_email.TestMessageAPI) PASS: test_binary_base64_payload (test.test_email.test_email.TestMessageAPI) PASS: test_binary_quopri_payload (test.test_email.test_email.TestMessageAPI) PASS: test_binary_uuencode_payload (test.test_email.test_email.TestMessageAPI) PASS: test_bogus_filename (test.test_email.test_email.TestMessageAPI) PASS: test_broken_base64_payload (test.test_email.test_email.TestMessageAPI) PASS: test_broken_unicode_payload (test.test_email.test_email.TestMessageAPI) PASS: test_byte_message_rfc822_only (test.test_email.test_email.TestMessageAPI) PASS: test_decoded_generator (test.test_email.test_email.TestMessageAPI) PASS: test_del_nonexistent_param (test.test_email.test_email.TestMessageAPI) PASS: test_del_param (test.test_email.test_email.TestMessageAPI) PASS: test_del_param_on_nonexistent_header (test.test_email.test_email.TestMessageAPI) PASS: test_del_param_on_other_header (test.test_email.test_email.TestMessageAPI) PASS: test_embedded_header_via_Header_rejected (test.test_email.test_email.TestMessageAPI) PASS: test_embedded_header_via_string_rejected (test.test_email.test_email.TestMessageAPI) PASS: test_field_containment (test.test_email.test_email.TestMessageAPI) PASS: test_get_all (test.test_email.test_email.TestMessageAPI) PASS: test_get_boundary (test.test_email.test_email.TestMessageAPI) PASS: test_get_charsets (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_disposition (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_maintype_error (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_maintype_from_message_explicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_maintype_from_message_implicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_maintype_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_maintype_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_maintype_missing (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_maintype_missing_with_default_type (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_subtype_error (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_subtype_from_message_explicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_subtype_from_message_implicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_subtype_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_subtype_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_subtype_missing (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_subtype_missing_with_default_type (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_type_from_message_explicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_type_from_message_implicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_type_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_type_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_type_missing (test.test_email.test_email.TestMessageAPI) PASS: test_get_content_type_missing_with_default_type (test.test_email.test_email.TestMessageAPI) PASS: test_get_decoded_payload (test.test_email.test_email.TestMessageAPI) PASS: test_get_decoded_uu_payload (test.test_email.test_email.TestMessageAPI) PASS: test_get_filename (test.test_email.test_email.TestMessageAPI) PASS: test_get_filename_with_name_parameter (test.test_email.test_email.TestMessageAPI) PASS: test_get_param (test.test_email.test_email.TestMessageAPI) PASS: test_get_param_funky_continuation_lines (test.test_email.test_email.TestMessageAPI) PASS: test_get_param_liberal (test.test_email.test_email.TestMessageAPI) PASS: test_get_param_with_quotes (test.test_email.test_email.TestMessageAPI) PASS: test_get_param_with_semis_in_quotes (test.test_email.test_email.TestMessageAPI) PASS: test_get_params (test.test_email.test_email.TestMessageAPI) PASS: test_get_payload_n_raises_on_non_multipart (test.test_email.test_email.TestMessageAPI) PASS: test_getset_charset (test.test_email.test_email.TestMessageAPI) PASS: test_make_boundary (test.test_email.test_email.TestMessageAPI) PASS: test_message_rfc822_only (test.test_email.test_email.TestMessageAPI) PASS: test_missing_boundary (test.test_email.test_email.TestMessageAPI) PASS: test_missing_filename (test.test_email.test_email.TestMessageAPI) PASS: test_noascii_add_header (test.test_email.test_email.TestMessageAPI) PASS: test_nonascii_add_header_via_triple (test.test_email.test_email.TestMessageAPI) PASS: test_nonascii_add_header_with_tspecial (test.test_email.test_email.TestMessageAPI) PASS: test_questionable_bytes_payload (test.test_email.test_email.TestMessageAPI) PASS: test_replace_header (test.test_email.test_email.TestMessageAPI) PASS: test_set_boundary (test.test_email.test_email.TestMessageAPI) PASS: test_set_charset_from_string (test.test_email.test_email.TestMessageAPI) PASS: test_set_param (test.test_email.test_email.TestMessageAPI) PASS: test_set_payload_to_list (test.test_email.test_email.TestMessageAPI) PASS: test_set_payload_with_8bit_data_and_charset (test.test_email.test_email.TestMessageAPI) PASS: test_set_payload_with_8bit_data_and_charset_body_encoding_none (test.test_email.test_email.TestMessageAPI) PASS: test_set_payload_with_charset (test.test_email.test_email.TestMessageAPI) PASS: test_set_payload_with_non_ascii_and_charset_body_encoding_none (test.test_email.test_email.TestMessageAPI) PASS: test_set_type (test.test_email.test_email.TestMessageAPI) PASS: test_set_type_on_other_header (test.test_email.test_email.TestMessageAPI) PASS: test_unicode_body_defaults_to_utf8_encoding (test.test_email.test_email.TestMessageAPI) PASS: test_unicode_header_defaults_to_utf8_encoding (test.test_email.test_email.TestMessageAPI) PASS: test_BytesGenerator_linend (test.test_email.test_email.TestMiscellaneous) PASS: test_BytesGenerator_linend_with_non_ascii (test.test_email.test_email.TestMiscellaneous) PASS: test_Generator_linend (test.test_email.test_email.TestMiscellaneous) PASS: test__all__ (test.test_email.test_email.TestMiscellaneous) PASS: test_accepts_any_charset_like_object (test.test_email.test_email.TestMiscellaneous) PASS: test_charset_richcomparisons (test.test_email.test_email.TestMiscellaneous) PASS: test_charsets_case_insensitive (test.test_email.test_email.TestMiscellaneous) PASS: test_custom_message_does_not_require_arguments (test.test_email.test_email.TestMiscellaneous) PASS: test_escape_backslashes (test.test_email.test_email.TestMiscellaneous) PASS: test_escape_dump (test.test_email.test_email.TestMiscellaneous) PASS: test_formataddr_does_not_quote_parens_in_quoted_string (test.test_email.test_email.TestMiscellaneous) PASS: test_formatdate (test.test_email.test_email.TestMiscellaneous) PASS: test_formatdate_localtime (test.test_email.test_email.TestMiscellaneous) PASS: test_formatdate_usegmt (test.test_email.test_email.TestMiscellaneous) PASS: test_get_body_encoding_with_bogus_charset (test.test_email.test_email.TestMiscellaneous) PASS: test_get_body_encoding_with_uppercase_charset (test.test_email.test_email.TestMiscellaneous) PASS: test_getaddresses (test.test_email.test_email.TestMiscellaneous) test_getaddresses_embedded_comment (test.test_email.test_email.TestMiscellaneous) PASS: Test proper handling of a nested comment PASS: test_getaddresses_nasty (test.test_email.test_email.TestMiscellaneous) PASS: test_invalid_charset_like_object_raises_error (test.test_email.test_email.TestMiscellaneous) PASS: test_make_msgid_collisions (test.test_email.test_email.TestMiscellaneous) PASS: test_make_msgid_default_domain (test.test_email.test_email.TestMiscellaneous) PASS: test_make_msgid_domain (test.test_email.test_email.TestMiscellaneous) PASS: test_make_msgid_idstring (test.test_email.test_email.TestMiscellaneous) PASS: test_message_from_file (test.test_email.test_email.TestMiscellaneous) PASS: test_message_from_file_with_class (test.test_email.test_email.TestMiscellaneous) PASS: test_message_from_string (test.test_email.test_email.TestMiscellaneous) PASS: test_message_from_string_with_class (test.test_email.test_email.TestMiscellaneous) PASS: test_mime_classes_policy_argument (test.test_email.test_email.TestMiscellaneous) PASS: test_mktime_tz (test.test_email.test_email.TestMiscellaneous) PASS: test_multiline_from_comment (test.test_email.test_email.TestMiscellaneous) PASS: test_name_with_dot (test.test_email.test_email.TestMiscellaneous) PASS: test_noquote_dump (test.test_email.test_email.TestMiscellaneous) PASS: test_parseaddr_empty (test.test_email.test_email.TestMiscellaneous) PASS: test_parseaddr_preserves_quoted_pairs_in_addresses (test.test_email.test_email.TestMiscellaneous) PASS: test_parseaddr_preserves_spaces_in_local_part (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_acceptable_to_time_functions (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_accepts_time_with_dots (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_compact (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_compact_no_dayofweek (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_no_dayofweek (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_no_space_before_negative_offset (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_no_space_before_positive_offset (test.test_email.test_email.TestMiscellaneous) PASS: test_parsedate_returns_None_for_invalid_strings (test.test_email.test_email.TestMiscellaneous) test_parsedate_y2k (test.test_email.test_email.TestMiscellaneous) PASS: Test for parsing a date with a two-digit year. PASS: test_partial_falls_inside_message_delivery_status (test.test_email.test_email.TestMiscellaneous) PASS: test_quote_dump (test.test_email.test_email.TestMiscellaneous) PASS: test_quotes_unicode_names (test.test_email.test_email.TestMiscellaneous) PASS: test_unicode_address_raises_error (test.test_email.test_email.TestMiscellaneous) PASS: test_utils_quote_unquote (test.test_email.test_email.TestMiscellaneous) PASS: test_boundary_in_non_multipart (test.test_email.test_email.TestMultipart) PASS: test_boundary_with_leading_space (test.test_email.test_email.TestMultipart) PASS: test_boundary_without_trailing_newline (test.test_email.test_email.TestMultipart) PASS: test_double_boundary (test.test_email.test_email.TestMultipart) PASS: test_empty_multipart_idempotent (test.test_email.test_email.TestMultipart) PASS: test_hierarchy (test.test_email.test_email.TestMultipart) PASS: test_message_external_body (test.test_email.test_email.TestMultipart) PASS: test_mimebase_custom_policy (test.test_email.test_email.TestMultipart) PASS: test_mimebase_default_policy (test.test_email.test_email.TestMultipart) PASS: test_nested_inner_contains_outer_boundary (test.test_email.test_email.TestMultipart) PASS: test_nested_with_same_boundary (test.test_email.test_email.TestMultipart) PASS: test_no_parts_in_a_multipart_with_empty_epilogue (test.test_email.test_email.TestMultipart) PASS: test_no_parts_in_a_multipart_with_none_epilogue (test.test_email.test_email.TestMultipart) PASS: test_one_part_in_a_multipart (test.test_email.test_email.TestMultipart) PASS: test_seq_parts_in_a_multipart_with_empty_epilogue (test.test_email.test_email.TestMultipart) PASS: test_seq_parts_in_a_multipart_with_empty_preamble (test.test_email.test_email.TestMultipart) PASS: test_seq_parts_in_a_multipart_with_nl_epilogue (test.test_email.test_email.TestMultipart) PASS: test_seq_parts_in_a_multipart_with_none_epilogue (test.test_email.test_email.TestMultipart) PASS: test_seq_parts_in_a_multipart_with_none_preamble (test.test_email.test_email.TestMultipart) PASS: test_first_line_is_continuation_header (test.test_email.test_email.TestNonConformant) PASS: test_invalid_content_type (test.test_email.test_email.TestNonConformant) PASS: test_lying_multipart (test.test_email.test_email.TestNonConformant) PASS: test_missing_header_body_separator (test.test_email.test_email.TestNonConformant) PASS: test_missing_start_boundary (test.test_email.test_email.TestNonConformant) PASS: test_multipart_invalid_cte (test.test_email.test_email.TestNonConformant) PASS: test_multipart_no_boundary (test.test_email.test_email.TestNonConformant) PASS: test_multipart_no_cte_no_defect (test.test_email.test_email.TestNonConformant) PASS: test_multipart_valid_cte_no_defect (test.test_email.test_email.TestNonConformant) PASS: test_no_separating_blank_line (test.test_email.test_email.TestNonConformant) PASS: test_no_start_boundary (test.test_email.test_email.TestNonConformant) PASS: test_parse_missing_minor_type (test.test_email.test_email.TestNonConformant) PASS: test_same_boundary_inner_outer (test.test_email.test_email.TestNonConformant) PASS: test_CRLFLF_at_end_of_part (test.test_email.test_email.TestParsers) PASS: test_bytes_header_parser (test.test_email.test_email.TestParsers) PASS: test_bytes_parser_does_not_close_file (test.test_email.test_email.TestParsers) PASS: test_bytes_parser_on_exception_does_not_close_file (test.test_email.test_email.TestParsers) PASS: test_crlf_flatten (test.test_email.test_email.TestParsers) PASS: test_crlf_separation (test.test_email.test_email.TestParsers) PASS: test_header_parser (test.test_email.test_email.TestParsers) PASS: test_multipart_digest_with_extra_mime_headers (test.test_email.test_email.TestParsers) PASS: test_parser_does_not_close_file (test.test_email.test_email.TestParsers) PASS: test_parser_on_exception_does_not_close_file (test.test_email.test_email.TestParsers) PASS: test_rfc2822_header_syntax (test.test_email.test_email.TestParsers) PASS: test_rfc2822_one_character_header (test.test_email.test_email.TestParsers) PASS: test_rfc2822_space_not_allowed_in_header (test.test_email.test_email.TestParsers) PASS: test_strip_line_feed_and_carriage_return_in_headers (test.test_email.test_email.TestParsers) PASS: test_three_lines (test.test_email.test_email.TestParsers) PASS: test_whitespace_continuation (test.test_email.test_email.TestParsers) PASS: test_whitespace_continuation_last_header (test.test_email.test_email.TestParsers) PASS: test_body_quopri_len (test.test_email.test_email.TestQuopri) PASS: test_decode_false_quoting (test.test_email.test_email.TestQuopri) PASS: test_decode_lowercase_quoting (test.test_email.test_email.TestQuopri) PASS: test_decode_multiple_spaces (test.test_email.test_email.TestQuopri) PASS: test_decode_null_line_null_word (test.test_email.test_email.TestQuopri) PASS: test_decode_null_word (test.test_email.test_email.TestQuopri) PASS: test_decode_one_line (test.test_email.test_email.TestQuopri) PASS: test_decode_one_line_cr (test.test_email.test_email.TestQuopri) PASS: test_decode_one_line_crnl (test.test_email.test_email.TestQuopri) PASS: test_decode_one_line_lf (test.test_email.test_email.TestQuopri) PASS: test_decode_one_line_nl (test.test_email.test_email.TestQuopri) PASS: test_decode_one_line_one_word (test.test_email.test_email.TestQuopri) PASS: test_decode_one_line_one_word_eol (test.test_email.test_email.TestQuopri) PASS: test_decode_one_line_trailing_spaces (test.test_email.test_email.TestQuopri) PASS: test_decode_one_long_line (test.test_email.test_email.TestQuopri) PASS: test_decode_one_space (test.test_email.test_email.TestQuopri) PASS: test_decode_one_word (test.test_email.test_email.TestQuopri) PASS: test_decode_one_word_eol (test.test_email.test_email.TestQuopri) PASS: test_decode_quoted_word (test.test_email.test_email.TestQuopri) PASS: test_decode_soft_line_break (test.test_email.test_email.TestQuopri) PASS: test_decode_two_lines (test.test_email.test_email.TestQuopri) PASS: test_decode_two_lines_eol (test.test_email.test_email.TestQuopri) PASS: test_decode_two_lines_trailing_spaces (test.test_email.test_email.TestQuopri) PASS: test_decode_uppercase_quoting (test.test_email.test_email.TestQuopri) PASS: test_encode (test.test_email.test_email.TestQuopri) PASS: test_encode_maxlinelen_too_small (test.test_email.test_email.TestQuopri) PASS: test_encode_null (test.test_email.test_email.TestQuopri) PASS: test_encode_null_lines (test.test_email.test_email.TestQuopri) PASS: test_encode_one_line (test.test_email.test_email.TestQuopri) PASS: test_encode_one_line_crlf (test.test_email.test_email.TestQuopri) PASS: test_encode_one_line_eol (test.test_email.test_email.TestQuopri) PASS: test_encode_one_line_eol_after_non_ascii (test.test_email.test_email.TestQuopri) PASS: test_encode_one_line_one_space (test.test_email.test_email.TestQuopri) PASS: test_encode_one_line_trailing_spaces (test.test_email.test_email.TestQuopri) PASS: test_encode_one_line_trailing_tab (test.test_email.test_email.TestQuopri) PASS: test_encode_one_long_line (test.test_email.test_email.TestQuopri) PASS: test_encode_one_long_string (test.test_email.test_email.TestQuopri) PASS: test_encode_one_space (test.test_email.test_email.TestQuopri) PASS: test_encode_one_very_long_line (test.test_email.test_email.TestQuopri) PASS: test_encode_one_word_trailing_spaces (test.test_email.test_email.TestQuopri) PASS: test_encode_one_word_trailing_tab (test.test_email.test_email.TestQuopri) PASS: test_encode_quoted_equals (test.test_email.test_email.TestQuopri) PASS: test_encode_shortest_maxlinelen (test.test_email.test_email.TestQuopri) PASS: test_encode_trailing_space_at_maxlinelen (test.test_email.test_email.TestQuopri) PASS: test_encode_trailing_space_before_maxlinelen (test.test_email.test_email.TestQuopri) PASS: test_encode_trailing_space_beyond_maxlinelen (test.test_email.test_email.TestQuopri) PASS: test_encode_two_lines_one_space (test.test_email.test_email.TestQuopri) PASS: test_encode_whitespace_lines (test.test_email.test_email.TestQuopri) PASS: test_header_decode_non_ascii (test.test_email.test_email.TestQuopri) PASS: test_header_decode_null (test.test_email.test_email.TestQuopri) PASS: test_header_decode_one_word (test.test_email.test_email.TestQuopri) PASS: test_header_decode_re_bug_18380 (test.test_email.test_email.TestQuopri) PASS: test_header_decode_two_lines (test.test_email.test_email.TestQuopri) PASS: test_header_encode_alt_charset (test.test_email.test_email.TestQuopri) PASS: test_header_encode_non_ascii (test.test_email.test_email.TestQuopri) PASS: test_header_encode_null (test.test_email.test_email.TestQuopri) PASS: test_header_encode_one_word (test.test_email.test_email.TestQuopri) PASS: test_header_encode_two_lines (test.test_email.test_email.TestQuopri) PASS: test_header_quopri_len (test.test_email.test_email.TestQuopri) PASS: test_quopri_body_check (test.test_email.test_email.TestQuopri) PASS: test_quopri_header_check (test.test_email.test_email.TestQuopri) PASS: test_quote_unquote_idempotent (test.test_email.test_email.TestQuopri) PASS: test_multiline_header (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_B_bad_padding (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_Q_invalid_digits (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_missing_whitespace (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_multiline (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_rfc2047_1 (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_rfc2047_2 (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_rfc2047_3 (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_rfc2047_4 (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_rfc2047_5a (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_rfc2047_5b (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_rfc2047_6 (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_rfc2047_7 (test.test_email.test_email.TestRFC2047) PASS: test_rfc2047_with_whitespace (test.test_email.test_email.TestRFC2047) PASS: test_whitespace_keeper_unicode (test.test_email.test_email.TestRFC2047) PASS: test_whitespace_keeper_unicode_2 (test.test_email.test_email.TestRFC2047) PASS: test_del_param (test.test_email.test_email.TestRFC2231) PASS: test_get_param (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_bad_character_in_charset (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_bad_character_in_filename (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_bad_encoding_in_charset (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_bad_encoding_in_filename (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_encoded_then_unencoded_segments (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_get_content_charset (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_missing_tick (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_missing_tick_with_encoded_non_ascii (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_no_extended_values (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_no_language_or_charset (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_no_language_or_charset_in_boundary (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_no_language_or_charset_in_charset (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_no_language_or_charset_in_filename (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_no_language_or_charset_in_filename_encoded (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_parse_extra_quoting (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_parse_rfc_quoting (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_partly_encoded (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_partly_nonencoded (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_single_tick_in_filename (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_single_tick_in_filename_extended (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_tick_attack (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_tick_attack_extended (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_unencoded_then_encoded_segments (test.test_email.test_email.TestRFC2231) PASS: test_rfc2231_unknown_encoding (test.test_email.test_email.TestRFC2231) PASS: test_set_param (test.test_email.test_email.TestRFC2231) PASS: test_set_param_requote (test.test_email.test_email.TestRFC2231) PASS: test_long_headers_as_string (test.test_email.test_email.TestSigned) PASS: test_long_headers_as_string_maxheaderlen (test.test_email.test_email.TestSigned) PASS: test_long_headers_flatten (test.test_email.test_email.TestSigned) PASS: test_compat32_max_line_length_does_not_fold_when_none (test.test_email.test_generator.TestBytesGenerator) PASS: test_crlf_control_via_policy (test.test_email.test_generator.TestBytesGenerator) PASS: test_cte_type_7bit_handles_unknown_8bit (test.test_email.test_generator.TestBytesGenerator) PASS: test_cte_type_7bit_transforms_8bit_cte (test.test_email.test_generator.TestBytesGenerator) PASS: test_flatten_linesep_overrides_policy (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_policy_0 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_policy_100 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_policy_20 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_policy_40 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_with_refold_all_folds_0 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_with_refold_all_folds_100 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_with_refold_all_folds_20 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_with_refold_all_folds_40 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_with_refold_none_does_not_fold_0 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_with_refold_none_does_not_fold_100 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_with_refold_none_does_not_fold_20 (test.test_email.test_generator.TestBytesGenerator) PASS: test_max_line_length_with_refold_none_does_not_fold_40 (test.test_email.test_generator.TestBytesGenerator) PASS: test_maxheaderlen_parameter_0 (test.test_email.test_generator.TestBytesGenerator) PASS: test_maxheaderlen_parameter_100 (test.test_email.test_generator.TestBytesGenerator) PASS: test_maxheaderlen_parameter_20 (test.test_email.test_generator.TestBytesGenerator) PASS: test_maxheaderlen_parameter_40 (test.test_email.test_generator.TestBytesGenerator) PASS: test_maxheaderlen_parm_overrides_policy_0 (test.test_email.test_generator.TestBytesGenerator) PASS: test_maxheaderlen_parm_overrides_policy_100 (test.test_email.test_generator.TestBytesGenerator) PASS: test_maxheaderlen_parm_overrides_policy_20 (test.test_email.test_generator.TestBytesGenerator) PASS: test_maxheaderlen_parm_overrides_policy_40 (test.test_email.test_generator.TestBytesGenerator) PASS: test_rfc2231_wrapping (test.test_email.test_generator.TestBytesGenerator) PASS: test_rfc2231_wrapping_switches_to_default_len_if_too_narrow (test.test_email.test_generator.TestBytesGenerator) PASS: test_set_mangle_from_via_policy (test.test_email.test_generator.TestBytesGenerator) PASS: test_smtp_policy (test.test_email.test_generator.TestBytesGenerator) PASS: test_smtputf8_policy (test.test_email.test_generator.TestBytesGenerator) PASS: test_compat32_max_line_length_does_not_fold_when_none (test.test_email.test_generator.TestGenerator) PASS: test_crlf_control_via_policy (test.test_email.test_generator.TestGenerator) PASS: test_flatten_linesep_overrides_policy (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_policy_0 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_policy_100 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_policy_20 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_policy_40 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_with_refold_all_folds_0 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_with_refold_all_folds_100 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_with_refold_all_folds_20 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_with_refold_all_folds_40 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_with_refold_none_does_not_fold_0 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_with_refold_none_does_not_fold_100 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_with_refold_none_does_not_fold_20 (test.test_email.test_generator.TestGenerator) PASS: test_max_line_length_with_refold_none_does_not_fold_40 (test.test_email.test_generator.TestGenerator) PASS: test_maxheaderlen_parameter_0 (test.test_email.test_generator.TestGenerator) PASS: test_maxheaderlen_parameter_100 (test.test_email.test_generator.TestGenerator) PASS: test_maxheaderlen_parameter_20 (test.test_email.test_generator.TestGenerator) PASS: test_maxheaderlen_parameter_40 (test.test_email.test_generator.TestGenerator) PASS: test_maxheaderlen_parm_overrides_policy_0 (test.test_email.test_generator.TestGenerator) PASS: test_maxheaderlen_parm_overrides_policy_100 (test.test_email.test_generator.TestGenerator) PASS: test_maxheaderlen_parm_overrides_policy_20 (test.test_email.test_generator.TestGenerator) PASS: test_maxheaderlen_parm_overrides_policy_40 (test.test_email.test_generator.TestGenerator) PASS: test_rfc2231_wrapping (test.test_email.test_generator.TestGenerator) PASS: test_rfc2231_wrapping_switches_to_default_len_if_too_narrow (test.test_email.test_generator.TestGenerator) PASS: test_set_mangle_from_via_policy (test.test_email.test_generator.TestGenerator) PASS: test_address_addr_spec_and_domain_raises (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_addr_spec_and_username_and_domain_raises (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_addr_spec_and_username_raises (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_display_name_ro (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_domain_ro (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_from_addr_spec (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_from_username_domain (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_username_ro (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_with_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_bad_addr_sepc_raises (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_display_name_blanks_not_quoted (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_display_name_only (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_display_name_quoting (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_domain_only (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_empty_group (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_empty_group_list (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_group_addresses_ro (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_group_display_name_ro (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_group_with_addresses (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_group_with_addresses_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_group_with_one_address_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_il8n (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_non_ascii_username_in_addr_spec_raises (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_null_address (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_null_group (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_quoting (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_set_message_header_from_address (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_set_message_header_from_group (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_space_in_addr_spec_username_raises (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_username_only (test.test_email.test_headerregistry.TestAddressAndGroup) PASS: test_address_address_only (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_empty (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_escaped_escapes_in_local_part (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_escaped_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_name_and_address (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_name_with_dot (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_quoted_backslashes_in_name (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_quoted_local_part (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_quoted_parens_in_name (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_read_only (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_rfc2047_atom_in_phrase_is_decoded (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_rfc2047_atom_in_quoted_string_is_decoded (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_rfc2047_atom_is_decoded (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_spaces_around_dots_in_local_part_removed (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_address_spaces_in_unquoted_local_part_collapsed (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_addresses_read_only (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_addresses_types (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_complex_address_list (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_address_only (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_empty (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_escaped_escapes_in_local_part (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_escaped_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_name_and_address (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_name_with_dot (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_quoted_backslashes_in_name (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_quoted_local_part (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_quoted_parens_in_name (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_rfc2047_atom_in_phrase_is_decoded (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_rfc2047_atom_in_quoted_string_is_decoded (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_rfc2047_atom_is_decoded (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_spaces_around_dots_in_local_part_removed (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_group_spaces_in_unquoted_local_part_collapsed (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_groups_read_only (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_groups_types (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_set_from_Address (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_set_from_Address_and_Group_list (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_set_from_Address_list (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_set_from_Group_list (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_simple_address_list (test.test_email.test_headerregistry.TestAddressHeader) PASS: test_defects_is_tuple (test.test_email.test_headerregistry.TestBaseHeaderFeatures) PASS: test_defects_read_only (test.test_email.test_headerregistry.TestBaseHeaderFeatures) PASS: test_has_name (test.test_email.test_headerregistry.TestBaseHeaderFeatures) PASS: test_name_read_only (test.test_email.test_headerregistry.TestBaseHeaderFeatures) PASS: test_str (test.test_email.test_headerregistry.TestBaseHeaderFeatures) PASS: test_substr (test.test_email.test_headerregistry.TestBaseHeaderFeatures) PASS: test_value_RFC_2183_1 (test.test_email.test_headerregistry.TestContentDisposition) PASS: test_value_RFC_2183_2 (test.test_email.test_headerregistry.TestContentDisposition) PASS: test_value_invalid_value (test.test_email.test_headerregistry.TestContentDisposition) PASS: test_value_invalid_value_with_params (test.test_email.test_headerregistry.TestContentDisposition) PASS: test_value_no_value (test.test_email.test_headerregistry.TestContentDisposition) PASS: test_value_RFC_2183_1 (test.test_email.test_headerregistry.TestContentTransferEncoding) PASS: test_value_junk_after_cte (test.test_email.test_headerregistry.TestContentTransferEncoding) PASS: test_value_no_value (test.test_email.test_headerregistry.TestContentTransferEncoding) PASS: test_value_RFC_2045_1 (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_RFC_2045_2 (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_RFC_2045_3 (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_bad_params (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_capitalized_charset (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_capitalized_charset_param_name_and_comment (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_cfws_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_charset_param (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_double_quotes_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_junk_text_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_lots_of_mime_params (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_mixed_case_content_type (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_no_slash_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_no_subtype_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_non_ascii_in_params (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_non_ascii_rfc2231_value (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_param_value_with_tspecials (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_param_with_extra_quoted_whitespace (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_quotes_inside_rfc2231_value (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_bad_character_in_charset_parameter_value (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_encoded_charset (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_encoded_no_charset (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_encoded_no_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_encoded_then_unencoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_encoded_with_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_folded_segments_correctly_formatted (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_no_language_or_charset (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_partly_encoded (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_partly_encoded_2 (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_quoted_unencoded_then_encoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_segmented_normal_values (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_single_quote_in_non_encoded_value (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_single_quote_in_value_with_charset_and_lang (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_single_quote_inside_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_unencoded_then_encoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_unknown_charset_treated_as_ascii (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_rfc2231_utf8_in_supposedly_ascii_charset_parameter_value (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_semis_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_single_quotes_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_spaces_around_param_equals (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_spaces_around_semis (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_spaces_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_too_many_slashes_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_unknown_charset (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_unknown_content_type (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_value_unquoted_param_value (test.test_email.test_headerregistry.TestContentTypeHeader) PASS: test_date_header_properties (test.test_email.test_headerregistry.TestDateHeader) PASS: test_datetime_read_only (test.test_email.test_headerregistry.TestDateHeader) PASS: test_no_value_is_defect (test.test_email.test_headerregistry.TestDateHeader) PASS: test_parse_date (test.test_email.test_headerregistry.TestDateHeader) PASS: test_resent_date_header_properties (test.test_email.test_headerregistry.TestDateHeader) PASS: test_set_date_header_from_datetime (test.test_email.test_headerregistry.TestDateHeader) PASS: test_set_from_datetime (test.test_email.test_headerregistry.TestDateHeader) PASS: test_fold_address_list (test.test_email.test_headerregistry.TestFolding) PASS: test_fold_date_header (test.test_email.test_headerregistry.TestFolding) PASS: test_fold_overlong_words_using_RFC2047 (test.test_email.test_headerregistry.TestFolding) PASS: test_fold_unstructured_short (test.test_email.test_headerregistry.TestFolding) PASS: test_fold_unstructured_single_word (test.test_email.test_headerregistry.TestFolding) PASS: test_fold_unstructured_with_commas (test.test_email.test_headerregistry.TestFolding) PASS: test_fold_unstructured_with_overlong_word (test.test_email.test_headerregistry.TestFolding) PASS: test_fold_unstructured_with_slightly_long_word (test.test_email.test_headerregistry.TestFolding) PASS: test_fold_unstructured_with_two_overlong_words (test.test_email.test_headerregistry.TestFolding) PASS: test_long_unstructured (test.test_email.test_headerregistry.TestFolding) PASS: test_short_unstructured (test.test_email.test_headerregistry.TestFolding) PASS: test_unstructured_short_max_line_length (test.test_email.test_headerregistry.TestFolding) PASS: test_arbitrary_name_unstructured (test.test_email.test_headerregistry.TestHeaderRegistry) PASS: test_dont_use_default_map (test.test_email.test_headerregistry.TestHeaderRegistry) PASS: test_map_to_type (test.test_email.test_headerregistry.TestHeaderRegistry) PASS: test_name_case_ignored (test.test_email.test_headerregistry.TestHeaderRegistry) PASS: test_override_default_base_class (test.test_email.test_headerregistry.TestHeaderRegistry) PASS: test_override_default_class (test.test_email.test_headerregistry.TestHeaderRegistry) PASS: test_override_default_class_only_overrides_default (test.test_email.test_headerregistry.TestHeaderRegistry) PASS: test_MIME_Version_1_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_2_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_2_x (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_RFC_2045_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_RFC_2045_2 (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_RFC_2045_3 (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_RFC_2045_4 (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_foo (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_leading_trailing_whitespace_ignored (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_missing (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_non_comment_garbage_after (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_non_comment_garbage_before (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_non_comment_garbage_inside (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_two_periods (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_MIME_Version_whitespace (test.test_email.test_headerregistry.TestMIMEVersionHeader) PASS: test_value_rfc2047_gb2312_base64 (test.test_email.test_headerregistry.TestUnstructuredHeader) PASS: test_value_rfc2047_quopri_with_regular_text (test.test_email.test_headerregistry.TestUnstructuredHeader) PASS: test_value_rfc2047_simple_nonascii_quopri (test.test_email.test_headerregistry.TestUnstructuredHeader) PASS: test_value_rfc2047_simple_quopri (test.test_email.test_headerregistry.TestUnstructuredHeader) PASS: test_body_base64_text (test.test_email.test_inversion.TestInversion) PASS: test_body_plain_text (test.test_email.test_inversion.TestInversion) PASS: test_body_qp_text (test.test_email.test_inversion.TestInversion) PASS: test_input_header_with_one_space_body (test.test_email.test_inversion.TestInversion) PASS: test_error_on_setitem_if_max_count_exceeded (test.test_email.test_message.Test) PASS: test_rfc2043_auto_decoded_and_emailmessage_used (test.test_email.test_message.Test) PASS: test_add_alternative_alternative_ (test.test_email.test_message.TestEmailMessage) PASS: test_add_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage) PASS: test_add_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_mixed_mixed_ (test.test_email.test_message.TestEmailMessage) PASS: test_add_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_related_alternative_raises (test.test_email.test_message.TestEmailMessage) PASS: test_add_related_mixed_raises (test.test_email.test_message.TestEmailMessage) PASS: test_add_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_related_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_related_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_add_related_related_ (test.test_email.test_message.TestEmailMessage) PASS: test_as_string_allows_maxheaderlen (test.test_email.test_message.TestEmailMessage) PASS: test_as_string_uses_max_header_length_by_default (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_empty_message (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_mime_non_text (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_non_mime_plain (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_plain_html_alternative (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_plain_html_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_related (test.test_email.test_message.TestEmailMessage) PASS: test_clear_content_related_with_start (test.test_email.test_message.TestEmailMessage) PASS: test_clear_empty_message (test.test_email.test_message.TestEmailMessage) PASS: test_clear_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_clear_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_clear_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_clear_mime_non_text (test.test_email.test_message.TestEmailMessage) PASS: test_clear_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage) PASS: test_clear_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage) PASS: test_clear_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage) PASS: test_clear_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_clear_non_mime_plain (test.test_email.test_message.TestEmailMessage) PASS: test_clear_plain_html_alternative (test.test_email.test_message.TestEmailMessage) PASS: test_clear_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_clear_plain_html_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_clear_related (test.test_email.test_message.TestEmailMessage) PASS: test_clear_related_with_start (test.test_email.test_message.TestEmailMessage) PASS: test_default_content_manager_for_add_comes_from_policy (test.test_email.test_message.TestEmailMessage) PASS: test_folding_with_utf8_encoding_1 (test.test_email.test_message.TestEmailMessage) PASS: test_folding_with_utf8_encoding_2 (test.test_email.test_message.TestEmailMessage) PASS: test_folding_with_utf8_encoding_3 (test.test_email.test_message.TestEmailMessage) PASS: test_folding_with_utf8_encoding_4 (test.test_email.test_message.TestEmailMessage) PASS: test_folding_with_utf8_encoding_5 (test.test_email.test_message.TestEmailMessage) PASS: test_folding_with_utf8_encoding_6 (test.test_email.test_message.TestEmailMessage) PASS: test_folding_with_utf8_encoding_7 (test.test_email.test_message.TestEmailMessage) PASS: test_folding_with_utf8_encoding_8 (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_empty_message (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_mime_non_text (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_non_mime_plain (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_plain_html_alternative (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_plain_html_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_related (test.test_email.test_message.TestEmailMessage) PASS: test_get_body_related_with_start (test.test_email.test_message.TestEmailMessage) PASS: test_get_content_default_cm_comes_from_policy (test.test_email.test_message.TestEmailMessage) PASS: test_get_content_with_cm (test.test_email.test_message.TestEmailMessage) PASS: test_is_attachment (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_empty_message (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_mime_non_text (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_non_mime_plain (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_plain_html_alternative (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_plain_html_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_related (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachment_related_with_start (test.test_email.test_message.TestEmailMessage) PASS: test_iter_attachments_mutation (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_empty_message (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_mime_non_text (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_non_mime_plain (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_plain_html_alternative (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_plain_html_mixed (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_related (test.test_email.test_message.TestEmailMessage) PASS: test_iter_parts_related_with_start (test.test_email.test_message.TestEmailMessage) PASS: test_make_alternative_alternative_ (test.test_email.test_message.TestEmailMessage) PASS: test_make_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage) PASS: test_make_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_mixed_mixed_ (test.test_email.test_message.TestEmailMessage) PASS: test_make_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_related_alternative_raises (test.test_email.test_message.TestEmailMessage) PASS: test_make_related_mixed_raises (test.test_email.test_message.TestEmailMessage) PASS: test_make_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_related_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_related_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_related_related_ (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_alternative_alternative_ (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_mixed_mixed_ (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_related_alternative_raises (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_related_mixed_raises (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_related_none_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_related_plain_succeeds (test.test_email.test_message.TestEmailMessage) PASS: test_make_with_boundary_related_related_ (test.test_email.test_message.TestEmailMessage) PASS: test_policy_on_part_made_by_make_comes_from_message (test.test_email.test_message.TestEmailMessage) PASS: test_set_content_adds_MIME_Version (test.test_email.test_message.TestEmailMessage) PASS: test_set_content_default_cm_comes_from_policy (test.test_email.test_message.TestEmailMessage) PASS: test_set_content_does_not_duplicate_MIME_Version (test.test_email.test_message.TestEmailMessage) PASS: test_set_content_with_cm (test.test_email.test_message.TestEmailMessage) PASS: test_str_defaults_to_policy_max_line_length (test.test_email.test_message.TestEmailMessage) PASS: test_str_defaults_to_utf8 (test.test_email.test_message.TestEmailMessage) PASS: test_add_alternative_alternative_ (test.test_email.test_message.TestMIMEPart) PASS: test_add_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart) PASS: test_add_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_mixed_mixed_ (test.test_email.test_message.TestMIMEPart) PASS: test_add_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_related_alternative_raises (test.test_email.test_message.TestMIMEPart) PASS: test_add_related_mixed_raises (test.test_email.test_message.TestMIMEPart) PASS: test_add_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_related_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_related_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_add_related_related_ (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_empty_message (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_mime_non_text (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_non_mime_plain (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_plain_html_alternative (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_plain_html_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_related (test.test_email.test_message.TestMIMEPart) PASS: test_clear_content_related_with_start (test.test_email.test_message.TestMIMEPart) PASS: test_clear_empty_message (test.test_email.test_message.TestMIMEPart) PASS: test_clear_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_clear_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_clear_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_clear_mime_non_text (test.test_email.test_message.TestMIMEPart) PASS: test_clear_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart) PASS: test_clear_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart) PASS: test_clear_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart) PASS: test_clear_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_clear_non_mime_plain (test.test_email.test_message.TestMIMEPart) PASS: test_clear_plain_html_alternative (test.test_email.test_message.TestMIMEPart) PASS: test_clear_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_clear_plain_html_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_clear_related (test.test_email.test_message.TestMIMEPart) PASS: test_clear_related_with_start (test.test_email.test_message.TestMIMEPart) PASS: test_default_content_manager_for_add_comes_from_policy (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_empty_message (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_mime_non_text (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_non_mime_plain (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_plain_html_alternative (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_plain_html_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_related (test.test_email.test_message.TestMIMEPart) PASS: test_get_body_related_with_start (test.test_email.test_message.TestMIMEPart) PASS: test_get_content_default_cm_comes_from_policy (test.test_email.test_message.TestMIMEPart) PASS: test_get_content_with_cm (test.test_email.test_message.TestMIMEPart) PASS: test_is_attachment (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_empty_message (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_mime_non_text (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_non_mime_plain (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_plain_html_alternative (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_plain_html_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_related (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachment_related_with_start (test.test_email.test_message.TestMIMEPart) PASS: test_iter_attachments_mutation (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_empty_message (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_mime_non_text (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_non_mime_plain (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_plain_html_alternative (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_plain_html_mixed (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_related (test.test_email.test_message.TestMIMEPart) PASS: test_iter_parts_related_with_start (test.test_email.test_message.TestMIMEPart) PASS: test_make_alternative_alternative_ (test.test_email.test_message.TestMIMEPart) PASS: test_make_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart) PASS: test_make_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_mixed_mixed_ (test.test_email.test_message.TestMIMEPart) PASS: test_make_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_related_alternative_raises (test.test_email.test_message.TestMIMEPart) PASS: test_make_related_mixed_raises (test.test_email.test_message.TestMIMEPart) PASS: test_make_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_related_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_related_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_related_related_ (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_alternative_alternative_ (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_mixed_mixed_ (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_related_alternative_raises (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_related_mixed_raises (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_related_none_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_related_plain_succeeds (test.test_email.test_message.TestMIMEPart) PASS: test_make_with_boundary_related_related_ (test.test_email.test_message.TestMIMEPart) PASS: test_policy_on_part_made_by_make_comes_from_message (test.test_email.test_message.TestMIMEPart) PASS: test_set_content_default_cm_comes_from_policy (test.test_email.test_message.TestMIMEPart) PASS: test_set_content_does_not_add_MIME_Version (test.test_email.test_message.TestMIMEPart) PASS: test_set_content_with_cm (test.test_email.test_message.TestMIMEPart) PASS: test_custom_message_factory_on_policy (test.test_email.test_parser.TestBytesParser) PASS: test_factory_arg_overrides_policy (test.test_email.test_parser.TestBytesParser) PASS: test_only_split_on_cr_lf (test.test_email.test_parser.TestBytesParser) PASS: test_custom_message_gets_policy_if_possible_from_file (test.test_email.test_parser.TestCustomMessage) PASS: test_custom_message_gets_policy_if_possible_from_string (test.test_email.test_parser.TestCustomMessage) PASS: test_custom_message_factory_on_policy (test.test_email.test_parser.TestParser) PASS: test_factory_arg_overrides_policy (test.test_email.test_parser.TestParser) PASS: test_only_split_on_cr_lf (test.test_email.test_parser.TestParser) PASS: test_deepcopy_date (test.test_email.test_pickleable.TestPickleCopyHeader) PASS: test_deepcopy_from (test.test_email.test_pickleable.TestPickleCopyHeader) PASS: test_deepcopy_subject (test.test_email.test_pickleable.TestPickleCopyHeader) PASS: test_deepcopy_to (test.test_email.test_pickleable.TestPickleCopyHeader) PASS: test_pickle_date (test.test_email.test_pickleable.TestPickleCopyHeader) PASS: test_pickle_from (test.test_email.test_pickleable.TestPickleCopyHeader) PASS: test_pickle_subject (test.test_email.test_pickleable.TestPickleCopyHeader) PASS: test_pickle_to (test.test_email.test_pickleable.TestPickleCopyHeader) PASS: test_deepcopy_created (test.test_email.test_pickleable.TestPickleCopyMessage) PASS: test_deepcopy_parsed (test.test_email.test_pickleable.TestPickleCopyMessage) PASS: test_pickle_created (test.test_email.test_pickleable.TestPickleCopyMessage) PASS: test_pickle_parsed (test.test_email.test_pickleable.TestPickleCopyMessage) PASS: test_abc (test.test_email.test_policy.PolicyAPITests) PASS: test_adding_default_policies_preserves_default_factory (test.test_email.test_policy.PolicyAPITests) PASS: test_all_attributes_covered (test.test_email.test_policy.PolicyAPITests) PASS: test_clone_copies_factory (test.test_email.test_policy.PolicyAPITests) PASS: test_default_header_factory (test.test_email.test_policy.PolicyAPITests) PASS: test_defaults (test.test_email.test_policy.PolicyAPITests) PASS: test_each_Policy_gets_unique_factory (test.test_email.test_policy.PolicyAPITests) PASS: test_fold_zero_max_line_length (test.test_email.test_policy.PolicyAPITests) PASS: test_handle_defect_raises_on_strict (test.test_email.test_policy.PolicyAPITests) PASS: test_handle_defect_registers_defect (test.test_email.test_policy.PolicyAPITests) PASS: test_new_factory_overrides_default (test.test_email.test_policy.PolicyAPITests) PASS: test_non_ascii_chars_do_not_cause_inf_loop (test.test_email.test_policy.PolicyAPITests) PASS: test_overridden_register_defect_still_raises (test.test_email.test_policy.PolicyAPITests) PASS: test_overridden_register_defect_works (test.test_email.test_policy.PolicyAPITests) PASS: test_policy_addition (test.test_email.test_policy.PolicyAPITests) PASS: test_policy_is_immutable (test.test_email.test_policy.PolicyAPITests) PASS: test_register_defect (test.test_email.test_policy.PolicyAPITests) PASS: test_reject_non_policy_keyword_when_called (test.test_email.test_policy.PolicyAPITests) PASS: test_set_policy_attrs_when_cloned (test.test_email.test_policy.PolicyAPITests) PASS: test_header_store_parse_rejects_newlines (test.test_email.test_policy.TestConcretePolicies) PASS: test_bytes_parser (test.test_email.test_policy.TestPolicyPropagation) PASS: test_message_from_binary_file (test.test_email.test_policy.TestPolicyPropagation) PASS: test_message_from_bytes (test.test_email.test_policy.TestPolicyPropagation) PASS: test_message_from_file (test.test_email.test_policy.TestPolicyPropagation) PASS: test_message_from_string (test.test_email.test_policy.TestPolicyPropagation) PASS: test_message_policy_propagates_to_generator (test.test_email.test_policy.TestPolicyPropagation) PASS: test_message_policy_used_by_as_string (test.test_email.test_policy.TestPolicyPropagation) PASS: test_parser (test.test_email.test_policy.TestPolicyPropagation) PASS: test_parser_propagates_policy_to_message (test.test_email.test_policy.TestPolicyPropagation) PASS: test_parser_propagates_policy_to_sub_messages (test.test_email.test_policy.TestPolicyPropagation) PASS: test_aware_datetime (test.test_email.test_utils.DateTimeTests) PASS: test_naive_datetime (test.test_email.test_utils.DateTimeTests) PASS: test_parsedate_to_datetime (test.test_email.test_utils.DateTimeTests) PASS: test_parsedate_to_datetime_naive (test.test_email.test_utils.DateTimeTests) PASS: test_usegmt (test.test_email.test_utils.DateTimeTests) PASS: test_usegmt_with_naive_datetime_raises (test.test_email.test_utils.DateTimeTests) PASS: test_usegmt_with_non_utc_datetime_raises (test.test_email.test_utils.DateTimeTests) PASS: test_localtime_daylight_false_dst_false (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_daylight_false_dst_true (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_daylight_true_dst_false (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_daylight_true_dst_true (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_epoch_notz_daylight_false (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_epoch_notz_daylight_true (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_epoch_utc_daylight_false (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_epoch_utc_daylight_true (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_is_tz_aware_daylight_false (test.test_email.test_utils.LocaltimeTests) PASS: test_localtime_is_tz_aware_daylight_true (test.test_email.test_utils.LocaltimeTests) PASS: test_variable_tzname (test.test_email.test_utils.LocaltimeTests) ---------------------------------------------------------------------- Ran 1613 tests in 5.815s OK (skipped=1) 0:05:12 load avg: 1.07 [121/416] test_embed SKIP: test_bpo20891 (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_forced_io_encoding (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_initialize_pymain (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_initialize_twice (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_pre_initialization_api (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_pre_initialization_sys_options (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_subinterps_different_ids (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_subinterps_distinct_state (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_subinterps_main (test.test_embed.EmbeddingTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_default_config (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_dev_mode (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_env (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_from_config (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_global_config (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" SKIP: test_init_isolated (test.test_embed.InitConfigTests) "'/usr/lib/Programs/_testembed' doesn't exist" ---------------------------------------------------------------------- Ran 15 tests in 0.004s OK (skipped=15) 0:05:13 load avg: 1.07 [122/416] test_ensurepip PASS: test_altinstall_default_pip_conflict (test.test_ensurepip.TestBootstrap) PASS: test_basic_bootstrapping (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_alt_install (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_default_pip (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_regular_install (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_root (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_upgrade (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_user (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_verbosity_1 (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_verbosity_2 (test.test_ensurepip.TestBootstrap) PASS: test_bootstrapping_with_verbosity_3 (test.test_ensurepip.TestBootstrap) PASS: test_pip_config_file_disabled (test.test_ensurepip.TestBootstrap) PASS: test_pip_environment_variables_removed (test.test_ensurepip.TestBootstrap) PASS: test_basic_bootstrapping (test.test_ensurepip.TestBootstrappingMainFunction) PASS: test_bootstrap_version (test.test_ensurepip.TestBootstrappingMainFunction) PASS: test_bootstrapping_error_code (test.test_ensurepip.TestBootstrappingMainFunction) PASS: test_returns_version (test.test_ensurepip.TestEnsurePipVersion) PASS: test_pip_config_file_disabled (test.test_ensurepip.TestUninstall) PASS: test_pip_environment_variables_removed (test.test_ensurepip.TestUninstall) PASS: test_uninstall (test.test_ensurepip.TestUninstall) PASS: test_uninstall_skipped_when_not_installed (test.test_ensurepip.TestUninstall) PASS: test_uninstall_skipped_with_warning_for_wrong_version (test.test_ensurepip.TestUninstall) PASS: test_uninstall_with_verbosity_1 (test.test_ensurepip.TestUninstall) PASS: test_uninstall_with_verbosity_2 (test.test_ensurepip.TestUninstall) PASS: test_uninstall_with_verbosity_3 (test.test_ensurepip.TestUninstall) PASS: test_basic_uninstall (test.test_ensurepip.TestUninstallationMainFunction) PASS: test_uninstall_error_code (test.test_ensurepip.TestUninstallationMainFunction) PASS: test_uninstall_version (test.test_ensurepip.TestUninstallationMainFunction) ---------------------------------------------------------------------- Ran 28 tests in 0.039s OK 0:05:13 load avg: 1.07 [123/416] test_enum PASS: test__all__ (test.test_enum.MiscTestCase) PASS: test_empty_string (test.test_enum.TestEmptyAndNonLatinStrings) PASS: test_non_latin_character_string (test.test_enum.TestEmptyAndNonLatinStrings) PASS: test_non_latin_number_string (test.test_enum.TestEmptyAndNonLatinStrings) PASS: test_attribute_deletion (test.test_enum.TestEnum) PASS: test_auto_garbage (test.test_enum.TestEnum) PASS: test_auto_garbage_corrected (test.test_enum.TestEnum) PASS: test_auto_name (test.test_enum.TestEnum) PASS: test_auto_name_inherit (test.test_enum.TestEnum) PASS: test_auto_number (test.test_enum.TestEnum) PASS: test_bool (test.test_enum.TestEnum) PASS: test_bool_of_class (test.test_enum.TestEnum) PASS: test_bool_of_member (test.test_enum.TestEnum) PASS: test_changing_member (test.test_enum.TestEnum) PASS: test_class_nested_enum_and_pickle_protocol_four (test.test_enum.TestEnum) PASS: test_comparisons (test.test_enum.TestEnum) PASS: test_conflicting_types_resolved_in_new (test.test_enum.TestEnum) PASS: test_contains (test.test_enum.TestEnum) PASS: test_dir_on_class (test.test_enum.TestEnum) PASS: test_dir_on_item (test.test_enum.TestEnum) PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestEnum) PASS: test_dir_with_added_behavior (test.test_enum.TestEnum) PASS: test_duplicate_auto (test.test_enum.TestEnum) PASS: test_duplicate_name (test.test_enum.TestEnum) PASS: test_duplicate_values_give_unique_enum_items (test.test_enum.TestEnum) PASS: test_empty_globals (test.test_enum.TestEnum) PASS: test_enum (test.test_enum.TestEnum) PASS: test_enum_duplicates (test.test_enum.TestEnum) PASS: test_enum_function_with_qualname (test.test_enum.TestEnum) PASS: test_enum_in_enum_out (test.test_enum.TestEnum) PASS: test_enum_value (test.test_enum.TestEnum) PASS: test_enum_with_value_name (test.test_enum.TestEnum) PASS: test_equality (test.test_enum.TestEnum) PASS: test_exclude_methods (test.test_enum.TestEnum) PASS: test_exploding_pickle (test.test_enum.TestEnum) PASS: test_extending (test.test_enum.TestEnum) PASS: test_extending2 (test.test_enum.TestEnum) PASS: test_extending3 (test.test_enum.TestEnum) PASS: test_floatenum_from_scratch (test.test_enum.TestEnum) PASS: test_floatenum_fromhex (test.test_enum.TestEnum) PASS: test_floatenum_inherited (test.test_enum.TestEnum) PASS: test_flufl_enum (test.test_enum.TestEnum) PASS: test_format_enum (test.test_enum.TestEnum) PASS: test_format_enum_custom (test.test_enum.TestEnum) PASS: test_format_enum_date (test.test_enum.TestEnum) PASS: test_format_enum_float (test.test_enum.TestEnum) PASS: test_format_enum_int (test.test_enum.TestEnum) PASS: test_format_enum_str (test.test_enum.TestEnum) PASS: test_getattr_dunder (test.test_enum.TestEnum) PASS: test_getattr_getitem (test.test_enum.TestEnum) PASS: test_hash (test.test_enum.TestEnum) PASS: test_ignore (test.test_enum.TestEnum) PASS: test_inherited_new_from_enhanced_enum (test.test_enum.TestEnum) PASS: test_inherited_new_from_mixed_enum (test.test_enum.TestEnum) PASS: test_inherited_repr (test.test_enum.TestEnum) PASS: test_init (test.test_enum.TestEnum) PASS: test_intenum (test.test_enum.TestEnum) PASS: test_intenum_duplicates (test.test_enum.TestEnum) PASS: test_intenum_from_bytes (test.test_enum.TestEnum) PASS: test_intenum_from_scratch (test.test_enum.TestEnum) PASS: test_intenum_inherited (test.test_enum.TestEnum) PASS: test_intenum_transitivity (test.test_enum.TestEnum) PASS: test_intenum_value (test.test_enum.TestEnum) PASS: test_introspection (test.test_enum.TestEnum) PASS: test_invalid_names (test.test_enum.TestEnum) PASS: test_iteration_order (test.test_enum.TestEnum) PASS: test_member_contains (test.test_enum.TestEnum) PASS: test_missing (test.test_enum.TestEnum) PASS: test_mixed_enum_in_call_1 (test.test_enum.TestEnum) PASS: test_mixed_enum_in_call_2 (test.test_enum.TestEnum) PASS: test_multiple_inherited_mixin (test.test_enum.TestEnum) PASS: test_multiple_mixin (test.test_enum.TestEnum) PASS: test_multiple_mixin_mro (test.test_enum.TestEnum) PASS: test_new_repr (test.test_enum.TestEnum) PASS: test_no_duplicates (test.test_enum.TestEnum) PASS: test_no_such_enum_member (test.test_enum.TestEnum) PASS: test_nonhash_value (test.test_enum.TestEnum) PASS: test_ordered_mixin (test.test_enum.TestEnum) PASS: test_pickle_by_name (test.test_enum.TestEnum) PASS: test_pickle_enum (test.test_enum.TestEnum) PASS: test_pickle_enum_function (test.test_enum.TestEnum) PASS: test_pickle_enum_function_with_module (test.test_enum.TestEnum) PASS: test_pickle_float (test.test_enum.TestEnum) PASS: test_pickle_int (test.test_enum.TestEnum) PASS: test_programmatic_function_from_dict (test.test_enum.TestEnum) PASS: test_programmatic_function_iterable (test.test_enum.TestEnum) PASS: test_programmatic_function_string (test.test_enum.TestEnum) PASS: test_programmatic_function_string_list (test.test_enum.TestEnum) PASS: test_programmatic_function_string_list_with_start (test.test_enum.TestEnum) PASS: test_programmatic_function_string_with_start (test.test_enum.TestEnum) PASS: test_programmatic_function_type (test.test_enum.TestEnum) PASS: test_programmatic_function_type_from_subclass (test.test_enum.TestEnum) PASS: test_programmatic_function_type_from_subclass_with_start (test.test_enum.TestEnum) PASS: test_programmatic_function_type_with_start (test.test_enum.TestEnum) PASS: test_reversed_iteration_order (test.test_enum.TestEnum) PASS: test_strenum_from_scratch (test.test_enum.TestEnum) PASS: test_strenum_inherited (test.test_enum.TestEnum) PASS: test_string_enum (test.test_enum.TestEnum) PASS: test_subclass_duplicate_name (test.test_enum.TestEnum) PASS: test_subclass_duplicate_name_dynamic (test.test_enum.TestEnum) PASS: test_subclasses_with_getnewargs (test.test_enum.TestEnum) PASS: test_subclasses_with_getnewargs_ex (test.test_enum.TestEnum) PASS: test_subclasses_with_reduce (test.test_enum.TestEnum) PASS: test_subclasses_with_reduce_ex (test.test_enum.TestEnum) PASS: test_subclasses_without_direct_pickle_support (test.test_enum.TestEnum) PASS: test_subclasses_without_direct_pickle_support_using_name (test.test_enum.TestEnum) PASS: test_subclassing (test.test_enum.TestEnum) PASS: test_tuple_subclass (test.test_enum.TestEnum) PASS: test_value_name (test.test_enum.TestEnum) PASS: test_wrong_enum_in_call (test.test_enum.TestEnum) PASS: test_wrong_enum_in_mixed_call (test.test_enum.TestEnum) PASS: test_wrong_inheritance_order (test.test_enum.TestEnum) PASS: test_and (test.test_enum.TestFlag) PASS: test_auto_number (test.test_enum.TestFlag) PASS: test_auto_number_garbage (test.test_enum.TestFlag) PASS: test_bizarre (test.test_enum.TestFlag) PASS: test_bool (test.test_enum.TestFlag) PASS: test_cascading_failure (test.test_enum.TestFlag) PASS: test_contains (test.test_enum.TestFlag) PASS: test_duplicate_auto (test.test_enum.TestFlag) PASS: test_invert (test.test_enum.TestFlag) PASS: test_member_contains (test.test_enum.TestFlag) PASS: test_multiple_mixin (test.test_enum.TestFlag) PASS: test_or (test.test_enum.TestFlag) PASS: test_pickle (test.test_enum.TestFlag) PASS: test_programatic_function_from_dict (test.test_enum.TestFlag) PASS: test_programatic_function_iterable (test.test_enum.TestFlag) PASS: test_programatic_function_string (test.test_enum.TestFlag) PASS: test_programatic_function_string_list (test.test_enum.TestFlag) PASS: test_programatic_function_string_with_start (test.test_enum.TestFlag) PASS: test_repr (test.test_enum.TestFlag) PASS: test_str (test.test_enum.TestFlag) PASS: test_unique_composite (test.test_enum.TestFlag) PASS: test_xor (test.test_enum.TestFlag) PASS: test_is_descriptor (test.test_enum.TestHelpers) PASS: test_is_dunder (test.test_enum.TestHelpers) PASS: test_is_sunder (test.test_enum.TestHelpers) PASS: test_convert (test.test_enum.TestIntEnumConvert) PASS: test_convert_value_lookup_priority (test.test_enum.TestIntEnumConvert) PASS: test_and (test.test_enum.TestIntFlag) PASS: test_bool (test.test_enum.TestIntFlag) PASS: test_contains (test.test_enum.TestIntFlag) PASS: test_invert (test.test_enum.TestIntFlag) PASS: test_member_contains (test.test_enum.TestIntFlag) PASS: test_multiple_mixin (test.test_enum.TestIntFlag) PASS: test_or (test.test_enum.TestIntFlag) PASS: test_programatic_function_from_dict (test.test_enum.TestIntFlag) PASS: test_programatic_function_from_empty_list (test.test_enum.TestIntFlag) PASS: test_programatic_function_from_empty_tuple (test.test_enum.TestIntFlag) PASS: test_programatic_function_iterable (test.test_enum.TestIntFlag) PASS: test_programatic_function_string (test.test_enum.TestIntFlag) PASS: test_programatic_function_string_list (test.test_enum.TestIntFlag) PASS: test_programatic_function_string_with_start (test.test_enum.TestIntFlag) PASS: test_repr (test.test_enum.TestIntFlag) PASS: test_str (test.test_enum.TestIntFlag) PASS: test_type (test.test_enum.TestIntFlag) PASS: test_unique_composite (test.test_enum.TestIntFlag) PASS: test_xor (test.test_enum.TestIntFlag) PASS: test_enum_has_extra_members (test.test_enum.TestOrder) PASS: test_enum_has_extra_members_with_aliases (test.test_enum.TestOrder) PASS: test_order_has_extra_members (test.test_enum.TestOrder) PASS: test_order_has_extra_members_with_aliases (test.test_enum.TestOrder) PASS: test_same_members (test.test_enum.TestOrder) PASS: test_same_members_with_aliases (test.test_enum.TestOrder) PASS: test_same_members_wrong_order (test.test_enum.TestOrder) PASS: test_inspect_classify_class_attrs (test.test_enum.TestStdLib) PASS: test_inspect_getmembers (test.test_enum.TestStdLib) PASS: test_pydoc (test.test_enum.TestStdLib) PASS: test_unique_clean (test.test_enum.TestUnique) PASS: test_unique_dirty (test.test_enum.TestUnique) PASS: test_unique_with_name (test.test_enum.TestUnique) ---------------------------------------------------------------------- Ran 171 tests in 0.226s OK 0:05:13 load avg: 1.07 [124/416] test_enumerate PASS: test_argumentcheck (test.test_enumerate.EnumerateStartTestCase) PASS: test_basicfunction (test.test_enumerate.EnumerateStartTestCase) PASS: test_exception_propagation (test.test_enumerate.EnumerateStartTestCase) PASS: test_getitemseqn (test.test_enumerate.EnumerateStartTestCase) PASS: test_illformediterable (test.test_enumerate.EnumerateStartTestCase) PASS: test_iteratorgenerator (test.test_enumerate.EnumerateStartTestCase) PASS: test_iteratorseqn (test.test_enumerate.EnumerateStartTestCase) PASS: test_noniterable (test.test_enumerate.EnumerateStartTestCase) PASS: test_pickle (test.test_enumerate.EnumerateStartTestCase) PASS: test_tuple_reuse (test.test_enumerate.EnumerateStartTestCase) PASS: test_argumentcheck (test.test_enumerate.EnumerateTestCase) PASS: test_basicfunction (test.test_enumerate.EnumerateTestCase) PASS: test_exception_propagation (test.test_enumerate.EnumerateTestCase) PASS: test_getitemseqn (test.test_enumerate.EnumerateTestCase) PASS: test_illformediterable (test.test_enumerate.EnumerateTestCase) PASS: test_iteratorgenerator (test.test_enumerate.EnumerateTestCase) PASS: test_iteratorseqn (test.test_enumerate.EnumerateTestCase) PASS: test_noniterable (test.test_enumerate.EnumerateTestCase) PASS: test_pickle (test.test_enumerate.EnumerateTestCase) PASS: test_tuple_reuse (test.test_enumerate.EnumerateTestCase) PASS: test_argumentcheck (test.test_enumerate.SubclassTestCase) PASS: test_basicfunction (test.test_enumerate.SubclassTestCase) PASS: test_exception_propagation (test.test_enumerate.SubclassTestCase) PASS: test_getitemseqn (test.test_enumerate.SubclassTestCase) PASS: test_illformediterable (test.test_enumerate.SubclassTestCase) PASS: test_iteratorgenerator (test.test_enumerate.SubclassTestCase) PASS: test_iteratorseqn (test.test_enumerate.SubclassTestCase) PASS: test_noniterable (test.test_enumerate.SubclassTestCase) PASS: test_pickle (test.test_enumerate.SubclassTestCase) PASS: test_tuple_reuse (test.test_enumerate.SubclassTestCase) PASS: test_argumentcheck (test.test_enumerate.TestBig) PASS: test_basicfunction (test.test_enumerate.TestBig) PASS: test_exception_propagation (test.test_enumerate.TestBig) PASS: test_getitemseqn (test.test_enumerate.TestBig) PASS: test_illformediterable (test.test_enumerate.TestBig) PASS: test_iteratorgenerator (test.test_enumerate.TestBig) PASS: test_iteratorseqn (test.test_enumerate.TestBig) PASS: test_noniterable (test.test_enumerate.TestBig) PASS: test_pickle (test.test_enumerate.TestBig) PASS: test_tuple_reuse (test.test_enumerate.TestBig) PASS: test_argumentcheck (test.test_enumerate.TestEmpty) PASS: test_basicfunction (test.test_enumerate.TestEmpty) PASS: test_exception_propagation (test.test_enumerate.TestEmpty) PASS: test_getitemseqn (test.test_enumerate.TestEmpty) PASS: test_illformediterable (test.test_enumerate.TestEmpty) PASS: test_iteratorgenerator (test.test_enumerate.TestEmpty) PASS: test_iteratorseqn (test.test_enumerate.TestEmpty) PASS: test_noniterable (test.test_enumerate.TestEmpty) PASS: test_pickle (test.test_enumerate.TestEmpty) PASS: test_tuple_reuse (test.test_enumerate.TestEmpty) PASS: test_argumentcheck (test.test_enumerate.TestLongStart) PASS: test_basicfunction (test.test_enumerate.TestLongStart) PASS: test_exception_propagation (test.test_enumerate.TestLongStart) PASS: test_getitemseqn (test.test_enumerate.TestLongStart) PASS: test_illformediterable (test.test_enumerate.TestLongStart) PASS: test_iteratorgenerator (test.test_enumerate.TestLongStart) PASS: test_iteratorseqn (test.test_enumerate.TestLongStart) PASS: test_noniterable (test.test_enumerate.TestLongStart) PASS: test_pickle (test.test_enumerate.TestLongStart) PASS: test_tuple_reuse (test.test_enumerate.TestLongStart) PASS: test_args (test.test_enumerate.TestReversed) PASS: test_bug1229429 (test.test_enumerate.TestReversed) PASS: test_gc (test.test_enumerate.TestReversed) PASS: test_len (test.test_enumerate.TestReversed) PASS: test_objmethods (test.test_enumerate.TestReversed) PASS: test_pickle (test.test_enumerate.TestReversed) PASS: test_range_optimization (test.test_enumerate.TestReversed) PASS: test_simple (test.test_enumerate.TestReversed) PASS: test_argumentcheck (test.test_enumerate.TestStart) PASS: test_basicfunction (test.test_enumerate.TestStart) PASS: test_exception_propagation (test.test_enumerate.TestStart) PASS: test_getitemseqn (test.test_enumerate.TestStart) PASS: test_illformediterable (test.test_enumerate.TestStart) PASS: test_iteratorgenerator (test.test_enumerate.TestStart) PASS: test_iteratorseqn (test.test_enumerate.TestStart) PASS: test_noniterable (test.test_enumerate.TestStart) PASS: test_pickle (test.test_enumerate.TestStart) PASS: test_tuple_reuse (test.test_enumerate.TestStart) ---------------------------------------------------------------------- Ran 78 tests in 0.054s OK 0:05:13 load avg: 1.07 [125/416] test_eof PASS: test_EOFC (test.test_eof.EOFTestCase) PASS: test_EOFS (test.test_eof.EOFTestCase) ---------------------------------------------------------------------- Ran 2 tests in 0.000s OK 0:05:14 load avg: 1.07 [126/416] test_epoll PASS: test_add (test.test_epoll.TestEPoll) PASS: test_badcreate (test.test_epoll.TestEPoll) PASS: test_close (test.test_epoll.TestEPoll) PASS: test_context_manager (test.test_epoll.TestEPoll) PASS: test_control_and_wait (test.test_epoll.TestEPoll) PASS: test_create (test.test_epoll.TestEPoll) PASS: test_errors (test.test_epoll.TestEPoll) PASS: test_fd_non_inheritable (test.test_epoll.TestEPoll) PASS: test_fromfd (test.test_epoll.TestEPoll) PASS: test_unregister_closed (test.test_epoll.TestEPoll) ---------------------------------------------------------------------- Ran 10 tests in 2.109s OK 0:05:16 load avg: 0.98 [127/416] test_errno PASS: test_for_improper_attributes (test.test_errno.ErrnoAttributeTests) PASS: test_using_errorcode (test.test_errno.ErrnoAttributeTests) PASS: test_attributes_in_errorcode (test.test_errno.ErrorcodeTests) ---------------------------------------------------------------------- Ran 3 tests in 0.001s OK 0:05:16 load avg: 0.98 [128/416] test_exception_hierarchy PASS: test_blockingioerror (test.test_exception_hierarchy.AttributesTest) SKIP: test_errno_translation (test.test_exception_hierarchy.AttributesTest) 'Windows-specific test' PASS: test_posix_error (test.test_exception_hierarchy.AttributesTest) PASS: test_windows_error (test.test_exception_hierarchy.AttributesTest) PASS: test_errno_mapping (test.test_exception_hierarchy.ExplicitSubclassingTest) PASS: test_init_kwdargs (test.test_exception_hierarchy.ExplicitSubclassingTest) PASS: test_init_new_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest) PASS: test_init_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest) PASS: test_init_standalone (test.test_exception_hierarchy.ExplicitSubclassingTest) PASS: test_new_kwdargs (test.test_exception_hierarchy.ExplicitSubclassingTest) PASS: test_new_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest) PASS: test_builtin_errors (test.test_exception_hierarchy.HierarchyTest) PASS: test_errno_mapping (test.test_exception_hierarchy.HierarchyTest) PASS: test_select_error (test.test_exception_hierarchy.HierarchyTest) PASS: test_socket_errors (test.test_exception_hierarchy.HierarchyTest) PASS: test_try_except (test.test_exception_hierarchy.HierarchyTest) ---------------------------------------------------------------------- Ran 16 tests in 0.004s OK (skipped=1) 0:05:16 load avg: 0.98 [129/416] test_exception_variations PASS: test_nested (test.test_exception_variations.ExceptionTestCase) PASS: test_nested_else (test.test_exception_variations.ExceptionTestCase) PASS: test_try_except (test.test_exception_variations.ExceptionTestCase) PASS: test_try_except_else (test.test_exception_variations.ExceptionTestCase) PASS: test_try_except_else_finally (test.test_exception_variations.ExceptionTestCase) PASS: test_try_except_else_finally_no_exception (test.test_exception_variations.ExceptionTestCase) PASS: test_try_except_else_no_exception (test.test_exception_variations.ExceptionTestCase) PASS: test_try_except_finally (test.test_exception_variations.ExceptionTestCase) PASS: test_try_except_finally_no_exception (test.test_exception_variations.ExceptionTestCase) PASS: test_try_except_no_exception (test.test_exception_variations.ExceptionTestCase) PASS: test_try_finally_no_exception (test.test_exception_variations.ExceptionTestCase) ---------------------------------------------------------------------- Ran 11 tests in 0.003s OK 0:05:17 load avg: 0.98 [130/416] test_extcall Trying: from collections import UserList Expecting nothing ok Trying: from collections import UserDict Expecting nothing ok Trying: def e(a,b): print(a, b) Expecting nothing ok Trying: def f(*a, **k): print(a, support.sortdict(k)) Expecting nothing ok Trying: def g(x, *y, **z): print(x, y, support.sortdict(z)) Expecting nothing ok Trying: def h(j=1, a=2, h=3): print(j, a, h) Expecting nothing ok Trying: f() Expecting: () {} ok Trying: f(1) Expecting: (1,) {} ok Trying: f(1, 2) Expecting: (1, 2) {} ok Trying: f(1, 2, 3) Expecting: (1, 2, 3) {} ok Trying: f(1, 2, 3, *(4, 5)) Expecting: (1, 2, 3, 4, 5) {} ok Trying: f(1, 2, 3, *[4, 5]) Expecting: (1, 2, 3, 4, 5) {} ok Trying: f(*[1, 2, 3], 4, 5) Expecting: (1, 2, 3, 4, 5) {} ok Trying: f(1, 2, 3, *UserList([4, 5])) Expecting: (1, 2, 3, 4, 5) {} ok Trying: f(1, 2, 3, *[4, 5], *[6, 7]) Expecting: (1, 2, 3, 4, 5, 6, 7) {} ok Trying: f(1, *[2, 3], 4, *[5, 6], 7) Expecting: (1, 2, 3, 4, 5, 6, 7) {} ok Trying: f(*UserList([1, 2]), *UserList([3, 4]), 5, *UserList([6, 7])) Expecting: (1, 2, 3, 4, 5, 6, 7) {} ok Trying: f(1, 2, 3, **{'a':4, 'b':5}) Expecting: (1, 2, 3) {'a': 4, 'b': 5} ok Trying: f(1, 2, **{'a': -1, 'b': 5}, **{'a': 4, 'c': 6}) Expecting: Traceback (most recent call last): ... TypeError: f() got multiple values for keyword argument 'a' ok Trying: f(1, 2, **{'a': -1, 'b': 5}, a=4, c=6) Expecting: Traceback (most recent call last): ... TypeError: f() got multiple values for keyword argument 'a' ok Trying: f(1, 2, a=3, **{'a': 4}, **{'a': 5}) Expecting: Traceback (most recent call last): ... TypeError: f() got multiple values for keyword argument 'a' ok Trying: f(1, 2, 3, *[4, 5], **{'a':6, 'b':7}) Expecting: (1, 2, 3, 4, 5) {'a': 6, 'b': 7} ok Trying: f(1, 2, 3, x=4, y=5, *(6, 7), **{'a':8, 'b': 9}) Expecting: (1, 2, 3, 6, 7) {'a': 8, 'b': 9, 'x': 4, 'y': 5} ok Trying: f(1, 2, 3, *[4, 5], **{'c': 8}, **{'a':6, 'b':7}) Expecting: (1, 2, 3, 4, 5) {'a': 6, 'b': 7, 'c': 8} ok Trying: f(1, 2, 3, *(4, 5), x=6, y=7, **{'a':8, 'b': 9}) Expecting: (1, 2, 3, 4, 5) {'a': 8, 'b': 9, 'x': 6, 'y': 7} ok Trying: f(1, 2, 3, **UserDict(a=4, b=5)) Expecting: (1, 2, 3) {'a': 4, 'b': 5} ok Trying: f(1, 2, 3, *(4, 5), **UserDict(a=6, b=7)) Expecting: (1, 2, 3, 4, 5) {'a': 6, 'b': 7} ok Trying: f(1, 2, 3, x=4, y=5, *(6, 7), **UserDict(a=8, b=9)) Expecting: (1, 2, 3, 6, 7) {'a': 8, 'b': 9, 'x': 4, 'y': 5} ok Trying: f(1, 2, 3, *(4, 5), x=6, y=7, **UserDict(a=8, b=9)) Expecting: (1, 2, 3, 4, 5) {'a': 8, 'b': 9, 'x': 6, 'y': 7} ok Trying: e(c=4) Expecting: Traceback (most recent call last): ... TypeError: e() got an unexpected keyword argument 'c' ok Trying: g() Expecting: Traceback (most recent call last): ... TypeError: g() missing 1 required positional argument: 'x' ok Trying: g(*()) Expecting: Traceback (most recent call last): ... TypeError: g() missing 1 required positional argument: 'x' ok Trying: g(*(), **{}) Expecting: Traceback (most recent call last): ... TypeError: g() missing 1 required positional argument: 'x' ok Trying: g(1) Expecting: 1 () {} ok Trying: g(1, 2) Expecting: 1 (2,) {} ok Trying: g(1, 2, 3) Expecting: 1 (2, 3) {} ok Trying: g(1, 2, 3, *(4, 5)) Expecting: 1 (2, 3, 4, 5) {} ok Trying: class Nothing: pass Expecting nothing ok Trying: g(*Nothing()) Expecting: Traceback (most recent call last): ... TypeError: g() argument after * must be an iterable, not Nothing ok Trying: class Nothing: def __len__(self): return 5 Expecting nothing ok Trying: g(*Nothing()) Expecting: Traceback (most recent call last): ... TypeError: g() argument after * must be an iterable, not Nothing ok Trying: class Nothing(): def __len__(self): return 5 def __getitem__(self, i): if i<3: return i else: raise IndexError(i) Expecting nothing ok Trying: g(*Nothing()) Expecting: 0 (1, 2) {} ok Trying: class Nothing: def __init__(self): self.c = 0 def __iter__(self): return self def __next__(self): if self.c == 4: raise StopIteration c = self.c self.c += 1 return c Expecting nothing ok Trying: g(*Nothing()) Expecting: 0 (1, 2, 3) {} ok Trying: def broken(): raise TypeError("myerror") Expecting nothing ok Trying: g(*(broken() for i in range(1))) Expecting: Traceback (most recent call last): ... TypeError: myerror ok Trying: g(*range(1), *(broken() for i in range(1))) Expecting: Traceback (most recent call last): ... TypeError: myerror ok Trying: class BrokenIterable1: def __iter__(self): raise TypeError('myerror') Expecting nothing ok Trying: g(*BrokenIterable1()) Expecting: Traceback (most recent call last): ... TypeError: myerror ok Trying: g(*range(1), *BrokenIterable1()) Expecting: Traceback (most recent call last): ... TypeError: myerror ok Trying: class BrokenIterable2: def __iter__(self): yield 0 raise TypeError('myerror') Expecting nothing ok Trying: g(*BrokenIterable2()) Expecting: Traceback (most recent call last): ... TypeError: myerror ok Trying: g(*range(1), *BrokenIterable2()) Expecting: Traceback (most recent call last): ... TypeError: myerror ok Trying: class BrokenSequence: def __getitem__(self, idx): raise TypeError('myerror') Expecting nothing ok Trying: g(*BrokenSequence()) Expecting: Traceback (most recent call last): ... TypeError: myerror ok Trying: g(*range(1), *BrokenSequence()) Expecting: Traceback (most recent call last): ... TypeError: myerror ok Trying: d = {'a': 1, 'b': 2, 'c': 3} Expecting nothing ok Trying: d2 = d.copy() Expecting nothing ok Trying: g(1, d=4, **d) Expecting: 1 () {'a': 1, 'b': 2, 'c': 3, 'd': 4} ok Trying: d == d2 Expecting: True ok Trying: def saboteur(**kw): kw['x'] = 'm' return kw Expecting nothing ok Trying: d = {} Expecting nothing ok Trying: kw = saboteur(a=1, **d) Expecting nothing ok Trying: d Expecting: {} ok Trying: g(1, 2, 3, **{'x': 4, 'y': 5}) Expecting: Traceback (most recent call last): ... TypeError: g() got multiple values for argument 'x' ok Trying: f(**{1:2}) Expecting: Traceback (most recent call last): ... TypeError: f() keywords must be strings ok Trying: h(**{'e': 2}) Expecting: Traceback (most recent call last): ... TypeError: h() got an unexpected keyword argument 'e' ok Trying: h(*h) Expecting: Traceback (most recent call last): ... TypeError: h() argument after * must be an iterable, not function ok Trying: h(1, *h) Expecting: Traceback (most recent call last): ... TypeError: h() argument after * must be an iterable, not function ok Trying: h(*[1], *h) Expecting: Traceback (most recent call last): ... TypeError: h() argument after * must be an iterable, not function ok Trying: dir(*h) Expecting: Traceback (most recent call last): ... TypeError: dir() argument after * must be an iterable, not function ok Trying: None(*h) Expecting: Traceback (most recent call last): ... TypeError: NoneType object argument after * must be an iterable, not function ok Trying: h(**h) Expecting: Traceback (most recent call last): ... TypeError: h() argument after ** must be a mapping, not function ok Trying: h(**[]) Expecting: Traceback (most recent call last): ... TypeError: h() argument after ** must be a mapping, not list ok Trying: h(a=1, **h) Expecting: Traceback (most recent call last): ... TypeError: h() argument after ** must be a mapping, not function ok Trying: h(a=1, **[]) Expecting: Traceback (most recent call last): ... TypeError: h() argument after ** must be a mapping, not list ok Trying: h(**{'a': 1}, **h) Expecting: Traceback (most recent call last): ... TypeError: h() argument after ** must be a mapping, not function ok Trying: h(**{'a': 1}, **[]) Expecting: Traceback (most recent call last): ... TypeError: h() argument after ** must be a mapping, not list ok Trying: dir(**h) Expecting: Traceback (most recent call last): ... TypeError: dir() argument after ** must be a mapping, not function ok Trying: None(**h) Expecting: Traceback (most recent call last): ... TypeError: NoneType object argument after ** must be a mapping, not function ok Trying: dir(b=1, **{'b': 1}) Expecting: Traceback (most recent call last): ... TypeError: dir() got multiple values for keyword argument 'b' ok Trying: def f2(*a, **b): return a, b Expecting nothing ok Trying: d = {} Expecting nothing ok Trying: for i in range(512): key = 'k%d' % i d[key] = i Expecting nothing ok Trying: a, b = f2(1, *(2,3), **d) Expecting nothing ok Trying: len(a), len(b), b == d Expecting: (3, 512, True) ok Trying: class Foo: def method(self, arg1, arg2): return arg1+arg2 Expecting nothing ok Trying: x = Foo() Expecting nothing ok Trying: Foo.method(*(x, 1, 2)) Expecting: 3 ok Trying: Foo.method(x, *(1, 2)) Expecting: 3 ok Trying: Foo.method(*(1, 2, 3)) Expecting: 5 ok Trying: Foo.method(1, *[2, 3]) Expecting: 5 ok Trying: try: silence = id(1, *{}) True except: False Expecting: True ok Trying: id(1, **{'foo': 1}) Expecting: Traceback (most recent call last): ... TypeError: id() takes no keyword arguments ok Trying: class Name(str): def __eq__(self, other): try: del x[self] except KeyError: pass return str.__eq__(self, other) def __hash__(self): return str.__hash__(self) Expecting nothing ok Trying: x = {Name("a"):1, Name("b"):2} Expecting nothing ok Trying: def f(a, b): print(a,b) Expecting nothing ok Trying: f(**x) Expecting: 1 2 ok Trying: def f(): pass Expecting nothing ok Trying: f(1) Expecting: Traceback (most recent call last): ... TypeError: f() takes 0 positional arguments but 1 was given ok Trying: def f(a): pass Expecting nothing ok Trying: f(1, 2) Expecting: Traceback (most recent call last): ... TypeError: f() takes 1 positional argument but 2 were given ok Trying: def f(a, b=1): pass Expecting nothing ok Trying: f(1, 2, 3) Expecting: Traceback (most recent call last): ... TypeError: f() takes from 1 to 2 positional arguments but 3 were given ok Trying: def f(*, kw): pass Expecting nothing ok Trying: f(1, kw=3) Expecting: Traceback (most recent call last): ... TypeError: f() takes 0 positional arguments but 1 positional argument (and 1 keyword-only argument) were given ok Trying: def f(*, kw, b): pass Expecting nothing ok Trying: f(1, 2, 3, b=3, kw=3) Expecting: Traceback (most recent call last): ... TypeError: f() takes 0 positional arguments but 3 positional arguments (and 2 keyword-only arguments) were given ok Trying: def f(a, b=2, *, kw): pass Expecting nothing ok Trying: f(2, 3, 4, kw=4) Expecting: Traceback (most recent call last): ... TypeError: f() takes from 1 to 2 positional arguments but 3 positional arguments (and 1 keyword-only argument) were given ok Trying: def f(a): pass Expecting nothing ok Trying: f() Expecting: Traceback (most recent call last): ... TypeError: f() missing 1 required positional argument: 'a' ok Trying: def f(a, b): pass Expecting nothing ok Trying: f() Expecting: Traceback (most recent call last): ... TypeError: f() missing 2 required positional arguments: 'a' and 'b' ok Trying: def f(a, b, c): pass Expecting nothing ok Trying: f() Expecting: Traceback (most recent call last): ... TypeError: f() missing 3 required positional arguments: 'a', 'b', and 'c' ok Trying: def f(a, b, c, d, e): pass Expecting nothing ok Trying: f() Expecting: Traceback (most recent call last): ... TypeError: f() missing 5 required positional arguments: 'a', 'b', 'c', 'd', and 'e' ok Trying: def f(a, b=4, c=5, d=5): pass Expecting nothing ok Trying: f(c=12, b=9) Expecting: Traceback (most recent call last): ... TypeError: f() missing 1 required positional argument: 'a' ok Trying: def f(*, w): pass Expecting nothing ok Trying: f() Expecting: Traceback (most recent call last): ... TypeError: f() missing 1 required keyword-only argument: 'w' ok Trying: def f(*, a, b, c, d, e): pass Expecting nothing ok Trying: f() Expecting: Traceback (most recent call last): ... TypeError: f() missing 5 required keyword-only arguments: 'a', 'b', 'c', 'd', and 'e' ok 1 items had no tests: test.test_extcall.test_main 1 items passed all tests: 125 tests in test.test_extcall 125 tests in 2 items. 125 passed and 0 failed. Test passed. doctest (test.test_extcall) ... 125 tests with zero failures 0:05:17 load avg: 0.98 [131/416] test_faulthandler PASS: test_disable (test.test_faulthandler.FaultHandlerTests) SKIP: test_disable_windows_exc_handler (test.test_faulthandler.FaultHandlerTests) 'specific to Windows' PASS: test_disabled_by_default (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_fd (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_file (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_later (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_later_cancel (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_later_fd (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_later_file (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_later_repeat (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_later_twice (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_threads (test.test_faulthandler.FaultHandlerTests) PASS: test_dump_traceback_threads_file (test.test_faulthandler.FaultHandlerTests) PASS: test_enable_fd (test.test_faulthandler.FaultHandlerTests) PASS: test_enable_file (test.test_faulthandler.FaultHandlerTests) PASS: test_enable_single_thread (test.test_faulthandler.FaultHandlerTests) PASS: test_env_var (test.test_faulthandler.FaultHandlerTests) PASS: test_fatal_error (test.test_faulthandler.FaultHandlerTests) PASS: test_fatal_error_c_thread (test.test_faulthandler.FaultHandlerTests) PASS: test_fatal_error_without_gil (test.test_faulthandler.FaultHandlerTests) PASS: test_gil_released (test.test_faulthandler.FaultHandlerTests) SKIP: test_ignore_exception (test.test_faulthandler.FaultHandlerTests) 'specific to Windows' PASS: test_is_enabled (test.test_faulthandler.FaultHandlerTests) SKIP: test_raise_exception (test.test_faulthandler.FaultHandlerTests) 'specific to Windows' SKIP: test_raise_nonfatal_exception (test.test_faulthandler.FaultHandlerTests) 'specific to Windows' PASS: test_read_null (test.test_faulthandler.FaultHandlerTests) PASS: test_register (test.test_faulthandler.FaultHandlerTests) PASS: test_register_chain (test.test_faulthandler.FaultHandlerTests) PASS: test_register_fd (test.test_faulthandler.FaultHandlerTests) PASS: test_register_file (test.test_faulthandler.FaultHandlerTests) PASS: test_register_threads (test.test_faulthandler.FaultHandlerTests) PASS: test_sigabrt (test.test_faulthandler.FaultHandlerTests) PASS: test_sigbus (test.test_faulthandler.FaultHandlerTests) PASS: test_sigfpe (test.test_faulthandler.FaultHandlerTests) PASS: test_sigill (test.test_faulthandler.FaultHandlerTests) PASS: test_sigsegv (test.test_faulthandler.FaultHandlerTests) PASS: test_stack_overflow (test.test_faulthandler.FaultHandlerTests) PASS: test_stderr_None (test.test_faulthandler.FaultHandlerTests) PASS: test_sys_xoptions (test.test_faulthandler.FaultHandlerTests) PASS: test_truncate (test.test_faulthandler.FaultHandlerTests) PASS: test_unregister (test.test_faulthandler.FaultHandlerTests) ---------------------------------------------------------------------- Ran 42 tests in 18.566s OK (skipped=4) 0:05:36 load avg: 0.70 [132/416] test_fcntl struct.pack: b'\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' PASS: test_fcntl_64_bit (test.test_fcntl.TestFcntl) PASS: test_fcntl_bad_file (test.test_fcntl.TestFcntl) PASS: test_fcntl_bad_file_overflow (test.test_fcntl.TestFcntl) test_fcntl_file_descriptor (test.test_fcntl.TestFcntl) ... Status from fcntl with O_NONBLOCK: 0 String from fcntl with F_SETLKW: b'\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' ok test_fcntl_fileno (test.test_fcntl.TestFcntl) ... Status from fcntl with O_NONBLOCK: 0 String from fcntl with F_SETLKW: b'\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' ok PASS: test_flock (test.test_fcntl.TestFcntl) PASS: test_flock_overflow (test.test_fcntl.TestFcntl) ---------------------------------------------------------------------- Ran 7 tests in 0.002s OK 0:05:36 load avg: 0.70 [133/416] test_file PASS: testAttributes (test.test_file.CAutoFileTests) PASS: testErrors (test.test_file.CAutoFileTests) PASS: testMethods (test.test_file.CAutoFileTests) PASS: testReadWhenWriting (test.test_file.CAutoFileTests) PASS: testReadinto (test.test_file.CAutoFileTests) PASS: testReadinto_text (test.test_file.CAutoFileTests) PASS: testWeakRefs (test.test_file.CAutoFileTests) PASS: testWritelinesIntegers (test.test_file.CAutoFileTests) PASS: testWritelinesIntegersUserList (test.test_file.CAutoFileTests) PASS: testWritelinesNonString (test.test_file.CAutoFileTests) PASS: testWritelinesUserList (test.test_file.CAutoFileTests) PASS: testBadModeArgument (test.test_file.COtherFileTests) PASS: testIteration (test.test_file.COtherFileTests) PASS: testModeStrings (test.test_file.COtherFileTests) PASS: testSetBufferSize (test.test_file.COtherFileTests) PASS: testTruncateOnWindows (test.test_file.COtherFileTests) PASS: testAttributes (test.test_file.PyAutoFileTests) PASS: testErrors (test.test_file.PyAutoFileTests) PASS: testMethods (test.test_file.PyAutoFileTests) PASS: testReadWhenWriting (test.test_file.PyAutoFileTests) PASS: testReadinto (test.test_file.PyAutoFileTests) PASS: testReadinto_text (test.test_file.PyAutoFileTests) PASS: testWeakRefs (test.test_file.PyAutoFileTests) PASS: testWritelinesIntegers (test.test_file.PyAutoFileTests) PASS: testWritelinesIntegersUserList (test.test_file.PyAutoFileTests) PASS: testWritelinesNonString (test.test_file.PyAutoFileTests) PASS: testWritelinesUserList (test.test_file.PyAutoFileTests) PASS: testBadModeArgument (test.test_file.PyOtherFileTests) PASS: testIteration (test.test_file.PyOtherFileTests) PASS: testModeStrings (test.test_file.PyOtherFileTests) PASS: testSetBufferSize (test.test_file.PyOtherFileTests) PASS: testTruncateOnWindows (test.test_file.PyOtherFileTests) ---------------------------------------------------------------------- Ran 32 tests in 0.083s OK 0:05:36 load avg: 0.70 [134/416] test_file_eintr test_readall (test.test_file_eintr.CTestBufferedIOSignalInterrupt) PASS: BufferedReader.read() must handle signals and not lose data. test_readline (test.test_file_eintr.CTestBufferedIOSignalInterrupt) PASS: readline() must handle signals and not lose data. test_readlines (test.test_file_eintr.CTestBufferedIOSignalInterrupt) PASS: readlines() must handle signals and not lose data. test_readall (test.test_file_eintr.CTestFileIOSignalInterrupt) PASS: readall() must handle signals and not lose data. test_readline (test.test_file_eintr.CTestFileIOSignalInterrupt) PASS: readline() must handle signals and not lose data. test_readlines (test.test_file_eintr.CTestFileIOSignalInterrupt) PASS: readlines() must handle signals and not lose data. test_readall (test.test_file_eintr.CTestTextIOSignalInterrupt) PASS: read() must handle signals and not lose data. test_readline (test.test_file_eintr.CTestTextIOSignalInterrupt) PASS: readline() must handle signals and not lose data. test_readlines (test.test_file_eintr.CTestTextIOSignalInterrupt) PASS: readlines() must handle signals and not lose data. test_readall (test.test_file_eintr.PyTestBufferedIOSignalInterrupt) PASS: BufferedReader.read() must handle signals and not lose data. test_readline (test.test_file_eintr.PyTestBufferedIOSignalInterrupt) PASS: readline() must handle signals and not lose data. test_readlines (test.test_file_eintr.PyTestBufferedIOSignalInterrupt) PASS: readlines() must handle signals and not lose data. test_readall (test.test_file_eintr.PyTestFileIOSignalInterrupt) PASS: readall() must handle signals and not lose data. test_readline (test.test_file_eintr.PyTestFileIOSignalInterrupt) PASS: readline() must handle signals and not lose data. test_readlines (test.test_file_eintr.PyTestFileIOSignalInterrupt) PASS: readlines() must handle signals and not lose data. test_readall (test.test_file_eintr.PyTestTextIOSignalInterrupt) PASS: read() must handle signals and not lose data. test_readline (test.test_file_eintr.PyTestTextIOSignalInterrupt) PASS: readline() must handle signals and not lose data. test_readlines (test.test_file_eintr.PyTestTextIOSignalInterrupt) PASS: readlines() must handle signals and not lose data. ---------------------------------------------------------------------- Ran 18 tests in 2.131s OK 0:05:39 load avg: 0.70 [135/416] test_filecmp PASS: test_cache_clear (test.test_filecmp.FileCompareTestCase) PASS: test_different (test.test_filecmp.FileCompareTestCase) PASS: test_matching (test.test_filecmp.FileCompareTestCase) PASS: test_cmpfiles (test.test_filecmp.DirCompareTestCase) PASS: test_default_ignores (test.test_filecmp.DirCompareTestCase) PASS: test_dircmp (test.test_filecmp.DirCompareTestCase) PASS: test_report_full_closure (test.test_filecmp.DirCompareTestCase) PASS: test_report_partial_closure (test.test_filecmp.DirCompareTestCase) ---------------------------------------------------------------------- Ran 8 tests in 0.010s OK 0:05:39 load avg: 0.73 [136/416] test_fileinput test_buffer_sizes (test.test_fileinput.BufferSizesTests) ... 1. Simple iteration (bs=0) 2. Status variables (bs=0) 3. Nextfile (bs=0) 4. Stdin (bs=0) 5. Boundary conditions (bs=0) 6. Inplace (bs=0) 7. Simple iteration (bs=30) 8. Status variables (bs=30) 9. Nextfile (bs=30) 10. Stdin (bs=30) 11. Boundary conditions (bs=30) 12. Inplace (bs=30) ok test__getitem__ (test.test_fileinput.FileInputTests) PASS: Tests invoking FileInput.__getitem__() with the current test__getitem__eof (test.test_fileinput.FileInputTests) PASS: Tests invoking FileInput.__getitem__() with the line number but at test__getitem__invalid_key (test.test_fileinput.FileInputTests) PASS: Tests invoking FileInput.__getitem__() with an index unequal to PASS: test_close_on_exception (test.test_fileinput.FileInputTests) PASS: test_context_manager (test.test_fileinput.FileInputTests) PASS: test_detached_stdin_binary_mode (test.test_fileinput.FileInputTests) PASS: test_empty_files_list_specified_to_constructor (test.test_fileinput.FileInputTests) PASS: test_file_opening_hook (test.test_fileinput.FileInputTests) PASS: test_fileno (test.test_fileinput.FileInputTests) PASS: test_fileno_when_ValueError_raised (test.test_fileinput.FileInputTests) PASS: test_files_that_dont_end_with_newline (test.test_fileinput.FileInputTests) PASS: test_iteration_buffering (test.test_fileinput.FileInputTests) test_nextfile_oserror_deleting_backup (test.test_fileinput.FileInputTests) PASS: Tests invoking FileInput.nextfile() when the attempt to delete PASS: test_opening_mode (test.test_fileinput.FileInputTests) PASS: test_pathlib_file (test.test_fileinput.FileInputTests) PASS: test_pathlib_file_inplace (test.test_fileinput.FileInputTests) PASS: test_readline (test.test_fileinput.FileInputTests) PASS: test_readline_binary_mode (test.test_fileinput.FileInputTests) PASS: test_readline_buffering (test.test_fileinput.FileInputTests) test_readline_os_chmod_raises_OSError (test.test_fileinput.FileInputTests) PASS: Tests invoking FileInput.readline() when os.chmod() raises OSError. test_readline_os_fstat_raises_OSError (test.test_fileinput.FileInputTests) PASS: Tests invoking FileInput.readline() when os.fstat() raises OSError. PASS: test_stdin_binary_mode (test.test_fileinput.FileInputTests) PASS: test_zero_byte_files (test.test_fileinput.FileInputTests) PASS: test_all (test.test_fileinput.MiscTest) test_state_is_None (test.test_fileinput.Test_fileinput_close) PASS: Tests that fileinput.close() does nothing if fileinput._state test_state_is_not_None (test.test_fileinput.Test_fileinput_close) PASS: Tests that fileinput.close() invokes close() on fileinput._state test_state_is_None (test.test_fileinput.Test_fileinput_filelineno) PASS: Tests fileinput.filelineno() when fileinput._state is None. test_state_is_not_None (test.test_fileinput.Test_fileinput_filelineno) PASS: Tests fileinput.filelineno() when fileinput._state is not None. test_state_is_None (test.test_fileinput.Test_fileinput_filename) PASS: Tests fileinput.filename() when fileinput._state is None. test_state_is_not_None (test.test_fileinput.Test_fileinput_filename) PASS: Tests fileinput.filename() when fileinput._state is not None. test_state_is_None (test.test_fileinput.Test_fileinput_fileno) PASS: Tests fileinput.fileno() when fileinput._state is None. test_state_is_not_None (test.test_fileinput.Test_fileinput_fileno) PASS: Tests fileinput.fileno() when fileinput._state is not None. test_state_is_None (test.test_fileinput.Test_fileinput_input) PASS: Tests invoking fileinput.input() when fileinput._state is None test_state_is_not_None_and_state_file_is_None (test.test_fileinput.Test_fileinput_input) PASS: Tests invoking fileinput.input() when fileinput._state is not None test_state_is_not_None_and_state_file_is_not_None (test.test_fileinput.Test_fileinput_input) PASS: Tests invoking fileinput.input() when fileinput._state is not None test_state_is_None (test.test_fileinput.Test_fileinput_isfirstline) PASS: Tests fileinput.isfirstline() when fileinput._state is None. test_state_is_not_None (test.test_fileinput.Test_fileinput_isfirstline) PASS: Tests fileinput.isfirstline() when fileinput._state is not None. test_state_is_None (test.test_fileinput.Test_fileinput_isstdin) PASS: Tests fileinput.isstdin() when fileinput._state is None. test_state_is_not_None (test.test_fileinput.Test_fileinput_isstdin) PASS: Tests fileinput.isstdin() when fileinput._state is not None. test_state_is_None (test.test_fileinput.Test_fileinput_lineno) PASS: Tests fileinput.lineno() when fileinput._state is None. test_state_is_not_None (test.test_fileinput.Test_fileinput_lineno) PASS: Tests fileinput.lineno() when fileinput._state is not None. test_state_is_None (test.test_fileinput.Test_fileinput_nextfile) PASS: Tests fileinput.nextfile() when fileinput._state is None. test_state_is_not_None (test.test_fileinput.Test_fileinput_nextfile) PASS: Tests fileinput.nextfile() when fileinput._state is not None. PASS: test_blah_ext (test.test_fileinput.Test_hook_compressed) PASS: test_bz2_ext_builtin (test.test_fileinput.Test_hook_compressed) PASS: test_bz2_ext_fake (test.test_fileinput.Test_hook_compressed) PASS: test_empty_string (test.test_fileinput.Test_hook_compressed) PASS: test_gz_ext_builtin (test.test_fileinput.Test_hook_compressed) PASS: test_gz_ext_fake (test.test_fileinput.Test_hook_compressed) PASS: test_no_ext (test.test_fileinput.Test_hook_compressed) PASS: test (test.test_fileinput.Test_hook_encoded) PASS: test_errors (test.test_fileinput.Test_hook_encoded) PASS: test_modes (test.test_fileinput.Test_hook_encoded) ---------------------------------------------------------------------- Ran 54 tests in 0.038s OK 0:05:39 load avg: 0.73 [137/416] test_fileio PASS: testAttributes (test.test_fileio.CAutoFileTests) PASS: testBlksize (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClose (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedFileno (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedIsatty (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedRead (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedReadable (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedReadall (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedReadinto (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedSeek (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedSeekable (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedTell (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedTruncate (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedWritable (test.test_fileio.CAutoFileTests) PASS: testErrnoOnClosedWrite (test.test_fileio.CAutoFileTests) PASS: testErrors (test.test_fileio.CAutoFileTests) PASS: testMethods (test.test_fileio.CAutoFileTests) PASS: testOpenDirFD (test.test_fileio.CAutoFileTests) PASS: testOpendir (test.test_fileio.CAutoFileTests) PASS: testReadintoByteArray (test.test_fileio.CAutoFileTests) PASS: testRecursiveRepr (test.test_fileio.CAutoFileTests) PASS: testRepr (test.test_fileio.CAutoFileTests) PASS: testReprNoCloseFD (test.test_fileio.CAutoFileTests) PASS: testSeekTell (test.test_fileio.CAutoFileTests) PASS: testWeakRefs (test.test_fileio.CAutoFileTests) PASS: testWritelinesError (test.test_fileio.CAutoFileTests) PASS: testWritelinesList (test.test_fileio.CAutoFileTests) PASS: testWritelinesUserList (test.test_fileio.CAutoFileTests) PASS: test_none_args (test.test_fileio.CAutoFileTests) PASS: test_reject (test.test_fileio.CAutoFileTests) PASS: testAttributes (test.test_fileio.PyAutoFileTests) PASS: testBlksize (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClose (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedFileno (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedIsatty (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedRead (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedReadable (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedReadall (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedReadinto (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedSeek (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedSeekable (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedTell (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedTruncate (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedWritable (test.test_fileio.PyAutoFileTests) PASS: testErrnoOnClosedWrite (test.test_fileio.PyAutoFileTests) PASS: testErrors (test.test_fileio.PyAutoFileTests) PASS: testMethods (test.test_fileio.PyAutoFileTests) PASS: testOpenDirFD (test.test_fileio.PyAutoFileTests) PASS: testOpendir (test.test_fileio.PyAutoFileTests) PASS: testReadintoByteArray (test.test_fileio.PyAutoFileTests) PASS: testRecursiveRepr (test.test_fileio.PyAutoFileTests) PASS: testRepr (test.test_fileio.PyAutoFileTests) PASS: testReprNoCloseFD (test.test_fileio.PyAutoFileTests) PASS: testSeekTell (test.test_fileio.PyAutoFileTests) PASS: testWeakRefs (test.test_fileio.PyAutoFileTests) PASS: testWritelinesError (test.test_fileio.PyAutoFileTests) PASS: testWritelinesList (test.test_fileio.PyAutoFileTests) PASS: testWritelinesUserList (test.test_fileio.PyAutoFileTests) PASS: test_none_args (test.test_fileio.PyAutoFileTests) PASS: test_reject (test.test_fileio.PyAutoFileTests) PASS: testAbles (test.test_fileio.COtherFileTests) PASS: testAppend (test.test_fileio.COtherFileTests) PASS: testBadModeArgument (test.test_fileio.COtherFileTests) PASS: testBytesOpen (test.test_fileio.COtherFileTests) PASS: testConstructorHandlesNULChars (test.test_fileio.COtherFileTests) PASS: testInvalidFd (test.test_fileio.COtherFileTests) PASS: testInvalidFd_overflow (test.test_fileio.COtherFileTests) PASS: testInvalidInit (test.test_fileio.COtherFileTests) PASS: testInvalidModeStrings (test.test_fileio.COtherFileTests) PASS: testModeStrings (test.test_fileio.COtherFileTests) PASS: testTruncate (test.test_fileio.COtherFileTests) PASS: testTruncateOnWindows (test.test_fileio.COtherFileTests) PASS: testUnclosedFDOnException (test.test_fileio.COtherFileTests) PASS: testUnicodeOpen (test.test_fileio.COtherFileTests) PASS: testUtf8BytesOpen (test.test_fileio.COtherFileTests) PASS: testWarnings (test.test_fileio.COtherFileTests) PASS: testAbles (test.test_fileio.PyOtherFileTests) PASS: testAppend (test.test_fileio.PyOtherFileTests) PASS: testBadModeArgument (test.test_fileio.PyOtherFileTests) PASS: testBytesOpen (test.test_fileio.PyOtherFileTests) PASS: testConstructorHandlesNULChars (test.test_fileio.PyOtherFileTests) PASS: testInvalidFd (test.test_fileio.PyOtherFileTests) PASS: testInvalidInit (test.test_fileio.PyOtherFileTests) PASS: testInvalidModeStrings (test.test_fileio.PyOtherFileTests) PASS: testModeStrings (test.test_fileio.PyOtherFileTests) PASS: testTruncate (test.test_fileio.PyOtherFileTests) PASS: testTruncateOnWindows (test.test_fileio.PyOtherFileTests) PASS: testUnclosedFDOnException (test.test_fileio.PyOtherFileTests) PASS: testUnicodeOpen (test.test_fileio.PyOtherFileTests) PASS: testUtf8BytesOpen (test.test_fileio.PyOtherFileTests) PASS: testWarnings (test.test_fileio.PyOtherFileTests) ---------------------------------------------------------------------- Ran 91 tests in 0.034s OK 0:05:39 load avg: 0.73 [138/416] test_finalization PASS: test_heterogenous_resurrect_one (test.test_finalization.CycleChainFinalizationTest) PASS: test_heterogenous_resurrect_three (test.test_finalization.CycleChainFinalizationTest) PASS: test_heterogenous_resurrect_two (test.test_finalization.CycleChainFinalizationTest) PASS: test_heterogenous_suicidal_one (test.test_finalization.CycleChainFinalizationTest) PASS: test_heterogenous_suicidal_two (test.test_finalization.CycleChainFinalizationTest) PASS: test_homogenous (test.test_finalization.CycleChainFinalizationTest) PASS: test_homogenous_resurrect (test.test_finalization.CycleChainFinalizationTest) PASS: test_homogenous_suicidal (test.test_finalization.CycleChainFinalizationTest) PASS: test_legacy (test.test_finalization.LegacyFinalizationTest) PASS: test_legacy_resurrect (test.test_finalization.LegacyFinalizationTest) PASS: test_legacy_self_cycle (test.test_finalization.LegacyFinalizationTest) PASS: test_simple (test.test_finalization.SelfCycleFinalizationTest) PASS: test_simple_resurrect (test.test_finalization.SelfCycleFinalizationTest) PASS: test_simple_suicide (test.test_finalization.SelfCycleFinalizationTest) PASS: test_non_gc (test.test_finalization.SimpleFinalizationTest) PASS: test_non_gc_resurrect (test.test_finalization.SimpleFinalizationTest) PASS: test_simple (test.test_finalization.SimpleFinalizationTest) PASS: test_simple_resurrect (test.test_finalization.SimpleFinalizationTest) ---------------------------------------------------------------------- Ran 18 tests in 1.208s OK 0:05:41 load avg: 0.73 [139/416] test_float SKIP: test_getformat (test.test_float.FormatFunctionsTestCase) 'requires __setformat__' SKIP: test_setformat (test.test_float.FormatFunctionsTestCase) 'requires __setformat__' PASS: test_format (test.test_float.FormatTestCase) PASS: test_format_testfile (test.test_float.FormatTestCase) PASS: test_issue35560 (test.test_float.FormatTestCase) PASS: test_issue5864 (test.test_float.FormatTestCase) PASS: test_error_message (test.test_float.GeneralFloatCases) PASS: test_float (test.test_float.GeneralFloatCases) PASS: test_float_containment (test.test_float.GeneralFloatCases) PASS: test_float_memoryview (test.test_float.GeneralFloatCases) PASS: test_float_mod (test.test_float.GeneralFloatCases) PASS: test_float_pow (test.test_float.GeneralFloatCases) PASS: test_float_with_comma (test.test_float.GeneralFloatCases) PASS: test_floatasratio (test.test_float.GeneralFloatCases) PASS: test_floatconversion (test.test_float.GeneralFloatCases) PASS: test_is_integer (test.test_float.GeneralFloatCases) PASS: test_keyword_args (test.test_float.GeneralFloatCases) PASS: test_non_numeric_input_types (test.test_float.GeneralFloatCases) PASS: test_underscores (test.test_float.GeneralFloatCases) PASS: test_ends (test.test_float.HexFloatTestCase) PASS: test_from_hex (test.test_float.HexFloatTestCase) PASS: test_invalid_inputs (test.test_float.HexFloatTestCase) PASS: test_roundtrip (test.test_float.HexFloatTestCase) PASS: test_subclass (test.test_float.HexFloatTestCase) PASS: test_whitespace (test.test_float.HexFloatTestCase) PASS: test_double_specials_do_unpack (test.test_float.IEEEFormatTestCase) PASS: test_float_specials_do_unpack (test.test_float.IEEEFormatTestCase) PASS: test_serialized_float_rounding (test.test_float.IEEEFormatTestCase) PASS: test_inf_as_str (test.test_float.InfNanTest) PASS: test_inf_from_str (test.test_float.InfNanTest) PASS: test_inf_signs (test.test_float.InfNanTest) PASS: test_nan_as_str (test.test_float.InfNanTest) PASS: test_nan_from_str (test.test_float.InfNanTest) PASS: test_nan_signs (test.test_float.InfNanTest) PASS: test_repr (test.test_float.ReprTestCase) PASS: test_short_repr (test.test_float.ReprTestCase) PASS: test_None_ndigits (test.test_float.RoundTestCase) PASS: test_format_specials (test.test_float.RoundTestCase) PASS: test_inf_nan (test.test_float.RoundTestCase) PASS: test_large_n (test.test_float.RoundTestCase) PASS: test_matches_float_format (test.test_float.RoundTestCase) PASS: test_overflow (test.test_float.RoundTestCase) PASS: test_previous_round_bugs (test.test_float.RoundTestCase) PASS: test_small_n (test.test_float.RoundTestCase) SKIP: test_double_specials_dont_unpack (test.test_float.UnknownFormatTestCase) 'requires __setformat__' SKIP: test_float_specials_dont_unpack (test.test_float.UnknownFormatTestCase) 'requires __setformat__' ---------------------------------------------------------------------- Ran 46 tests in 0.115s OK (skipped=4) 0:05:41 load avg: 0.73 [140/416] test_flufl PASS: test_barry_as_bdfl (test.test_flufl.FLUFLTests) PASS: test_guido_as_bdfl (test.test_flufl.FLUFLTests) ---------------------------------------------------------------------- Ran 2 tests in 0.001s OK 0:05:41 load avg: 0.73 [141/416] test_fnmatch PASS: test_case (test.test_fnmatch.FilterTestCase) PASS: test_filter (test.test_fnmatch.FilterTestCase) PASS: test_mix_bytes_str (test.test_fnmatch.FilterTestCase) PASS: test_sep (test.test_fnmatch.FilterTestCase) PASS: test_bytes (test.test_fnmatch.FnmatchTestCase) PASS: test_case (test.test_fnmatch.FnmatchTestCase) PASS: test_fnmatch (test.test_fnmatch.FnmatchTestCase) PASS: test_fnmatchcase (test.test_fnmatch.FnmatchTestCase) PASS: test_mix_bytes_str (test.test_fnmatch.FnmatchTestCase) PASS: test_sep (test.test_fnmatch.FnmatchTestCase) PASS: test_warnings (test.test_fnmatch.FnmatchTestCase) PASS: test_translate (test.test_fnmatch.TranslateTestCase) ---------------------------------------------------------------------- Ran 12 tests in 0.006s OK 0:05:42 load avg: 0.73 [142/416] test_fork1 test_nested_import_lock_fork (test.test_fork1.ForkTest) PASS: Check fork() in main thread works while the main thread is doing an import test_threaded_import_lock_fork (test.test_fork1.ForkTest) PASS: Check fork() in main thread works while a subthread is doing an import PASS: test_wait (test.test_fork1.ForkTest) PASS: test_wait (test.fork_wait.ForkWait) ---------------------------------------------------------------------- Ran 4 tests in 6.658s OK 0:05:48 load avg: 0.67 [143/416] test_format test_bytes_and_bytearray_format (test.test_format.FormatTest) ... b'%c' % (7,) =? b'\x07' ... yes bytearray(b'%c') % (7,) =? bytearray(b'\x07') ... yes b'%c' % (b'Z',) =? b'Z' ... yes bytearray(b'%c') % (b'Z',) =? bytearray(b'Z') ... yes b'%c' % (bytearray(b'Z'),) =? b'Z' ... yes bytearray(b'%c') % (bytearray(b'Z'),) =? bytearray(b'Z') ... yes b'%5c' % (65,) =? b' A' ... yes bytearray(b'%5c') % (65,) =? bytearray(b' A') ... yes b'%-5c' % (65,) =? b'A ' ... yes bytearray(b'%-5c') % (65,) =? bytearray(b'A ') ... yes b'%b' % (b'abc',) =? b'abc' ... yes bytearray(b'%b') % (b'abc',) =? bytearray(b'abc') ... yes b'%b' % (bytearray(b'def'),) =? b'def' ... yes bytearray(b'%b') % (bytearray(b'def'),) =? bytearray(b'def') ... yes b'%b' % (.FakeBytes object at 0x7f9e5cce5e10>,) =? b'123' ... yes bytearray(b'%b') % (.FakeBytes object at 0x7f9e5cce5e10>,) =? bytearray(b'123') ... yes b'%b' % (,) =? b'abc' ... yes bytearray(b'%b') % (,) =? bytearray(b'abc') ... yes b'%s' % (b'abc',) =? b'abc' ... yes bytearray(b'%s') % (b'abc',) =? bytearray(b'abc') ... yes b'%s' % (bytearray(b'def'),) =? b'def' ... yes bytearray(b'%s') % (bytearray(b'def'),) =? bytearray(b'def') ... yes b'%s' % (.FakeBytes object at 0x7f9e5cce5e10>,) =? b'123' ... yes bytearray(b'%s') % (.FakeBytes object at 0x7f9e5cce5e10>,) =? bytearray(b'123') ... yes b'%s' % (,) =? b'abc' ... yes bytearray(b'%s') % (,) =? bytearray(b'abc') ... yes b'%a' % (3.14,) =? b'3.14' ... yes bytearray(b'%a') % (3.14,) =? bytearray(b'3.14') ... yes b'%a' % (b'ghi',) =? b"b'ghi'" ... yes bytearray(b'%a') % (b'ghi',) =? bytearray(b"b\'ghi\'") ... yes b'%a' % ('jkl',) =? b"'jkl'" ... yes bytearray(b'%a') % ('jkl',) =? bytearray(b"\'jkl\'") ... yes b'%a' % ('\u0544',) =? b"'\\u0544'" ... yes bytearray(b'%a') % ('\u0544',) =? bytearray(b"\'\\u0544\'") ... yes b'%r' % (3.14,) =? b'3.14' ... yes bytearray(b'%r') % (3.14,) =? bytearray(b'3.14') ... yes b'%r' % (b'ghi',) =? b"b'ghi'" ... yes bytearray(b'%r') % (b'ghi',) =? bytearray(b"b\'ghi\'") ... yes b'%r' % ('jkl',) =? b"'jkl'" ... yes bytearray(b'%r') % ('jkl',) =? bytearray(b"\'jkl\'") ... yes b'%r' % ('\u0544',) =? b"'\\u0544'" ... yes bytearray(b'%r') % ('\u0544',) =? bytearray(b"\'\\u0544\'") ... yes Testing exceptions b'%g' % '1' works? ... yes b'%g' % b'1' works? ... yes b'no format' % 7 works? ... yes b'no format' % b'1' works? ... yes b'no format' % bytearray(b'1') works? ... yes b'%c' % -1 works? ... yes b'%c' % 256 works? ... yes b'%c' % 340282366920938463463374607431768211456 works? ... yes b'%c' % b'Za' works? ... yes b'%c' % 'Y' works? ... yes b'%c' % 3.14 works? ... yes b'%b' % 'Xc' works? ... yes b'%s' % 'Wd' works? ... yes ok test_common_format (test.test_format.FormatTest) ... '%%' % () =? '%' ... yes b'%%' % () =? b'%' ... yes bytearray(b'%%') % () =? bytearray(b'%') ... yes '%.1d' % (1,) =? '1' ... yes b'%.1d' % (1,) =? b'1' ... yes bytearray(b'%.1d') % (1,) =? bytearray(b'1') ... yes '%.*d' % (9223372036854775807, 1) works? ... overflow (this is fine) b'%.*d' % (9223372036854775807, 1) works? ... overflow (this is fine) bytearray(b'%.*d') % (9223372036854775807, 1) works? ... overflow (this is fine) '%.100d' % (1,) =? '0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes b'%.100d' % (1,) =? b'0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes bytearray(b'%.100d') % (1,) =? bytearray(b'0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001') ... yes '%#.117x' % (1,) =? '0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes b'%#.117x' % (1,) =? b'0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes bytearray(b'%#.117x') % (1,) =? bytearray(b'0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001') ... yes '%#.118x' % (1,) =? '0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes b'%#.118x' % (1,) =? b'0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes bytearray(b'%#.118x') % (1,) =? bytearray(b'0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001') ... yes '%f' % (1.0,) =? '1.000000' ... yes b'%f' % (1.0,) =? b'1.000000' ... yes bytearray(b'%f') % (1.0,) =? bytearray(b'1.000000') ... yes '%#.*g' % (109, -3.3333333333333334e+48) works? ... yes b'%#.*g' % (109, -3.3333333333333334e+48) works? ... yes bytearray(b'%#.*g') % (109, -3.3333333333333334e+48) works? ... yes '%#.*g' % (110, -3.3333333333333334e+48) works? ... yes b'%#.*g' % (110, -3.3333333333333334e+48) works? ... yes bytearray(b'%#.*g') % (110, -3.3333333333333334e+48) works? ... yes '%#.*g' % (110, -3.333333333333333e+99) works? ... yes b'%#.*g' % (110, -3.333333333333333e+99) works? ... yes bytearray(b'%#.*g') % (110, -3.333333333333333e+99) works? ... yes '%12.*f' % (123456, 1.0) works? ... yes b'%12.*f' % (123456, 1.0) works? ... yes bytearray(b'%12.*f') % (123456, 1.0) works? ... yes '%#.*g' % (110, -3.333333333333333e+99) works? ... yes b'%#.*g' % (110, -3.333333333333333e+99) works? ... yes bytearray(b'%#.*g') % (110, -3.333333333333333e+99) works? ... yes '%#.*G' % (110, -3.333333333333333e+99) works? ... yes b'%#.*G' % (110, -3.333333333333333e+99) works? ... yes bytearray(b'%#.*G') % (110, -3.333333333333333e+99) works? ... yes '%#.*f' % (110, -3.333333333333333e+99) works? ... yes b'%#.*f' % (110, -3.333333333333333e+99) works? ... yes bytearray(b'%#.*f') % (110, -3.333333333333333e+99) works? ... yes '%#.*F' % (110, -3.333333333333333e+99) works? ... yes b'%#.*F' % (110, -3.333333333333333e+99) works? ... yes bytearray(b'%#.*F') % (110, -3.333333333333333e+99) works? ... yes '%x' % 10 =? 'a' ... yes b'%x' % (10,) =? b'a' ... yes bytearray(b'%x') % (10,) =? bytearray(b'a') ... yes '%x' % 100000000000 =? '174876e800' ... yes b'%x' % (100000000000,) =? b'174876e800' ... yes bytearray(b'%x') % (100000000000,) =? bytearray(b'174876e800') ... yes '%o' % 10 =? '12' ... yes b'%o' % (10,) =? b'12' ... yes bytearray(b'%o') % (10,) =? bytearray(b'12') ... yes '%o' % 100000000000 =? '1351035564000' ... yes b'%o' % (100000000000,) =? b'1351035564000' ... yes bytearray(b'%o') % (100000000000,) =? bytearray(b'1351035564000') ... yes '%d' % 10 =? '10' ... yes b'%d' % (10,) =? b'10' ... yes bytearray(b'%d') % (10,) =? bytearray(b'10') ... yes '%d' % 100000000000 =? '100000000000' ... yes b'%d' % (100000000000,) =? b'100000000000' ... yes bytearray(b'%d') % (100000000000,) =? bytearray(b'100000000000') ... yes '%d' % 123456789012345678901234567890 =? '123456789012345678901234567890' ... yes b'%d' % (123456789012345678901234567890,) =? b'123456789012345678901234567890' ... yes bytearray(b'%d') % (123456789012345678901234567890,) =? bytearray(b'123456789012345678901234567890') ... yes '%d' % -123456789012345678901234567890 =? '-123456789012345678901234567890' ... yes b'%d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890' ... yes bytearray(b'%d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890') ... yes '%5d' % -123456789012345678901234567890 =? '-123456789012345678901234567890' ... yes b'%5d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890' ... yes bytearray(b'%5d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890') ... yes '%31d' % -123456789012345678901234567890 =? '-123456789012345678901234567890' ... yes b'%31d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890' ... yes bytearray(b'%31d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890') ... yes '%32d' % -123456789012345678901234567890 =? ' -123456789012345678901234567890' ... yes b'%32d' % (-123456789012345678901234567890,) =? b' -123456789012345678901234567890' ... yes bytearray(b'%32d') % (-123456789012345678901234567890,) =? bytearray(b' -123456789012345678901234567890') ... yes '%-32d' % -123456789012345678901234567890 =? '-123456789012345678901234567890 ' ... yes b'%-32d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890 ' ... yes bytearray(b'%-32d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890 ') ... yes '%032d' % -123456789012345678901234567890 =? '-0123456789012345678901234567890' ... yes b'%032d' % (-123456789012345678901234567890,) =? b'-0123456789012345678901234567890' ... yes bytearray(b'%032d') % (-123456789012345678901234567890,) =? bytearray(b'-0123456789012345678901234567890') ... yes '%-032d' % -123456789012345678901234567890 =? '-123456789012345678901234567890 ' ... yes b'%-032d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890 ' ... yes bytearray(b'%-032d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890 ') ... yes '%034d' % -123456789012345678901234567890 =? '-000123456789012345678901234567890' ... yes b'%034d' % (-123456789012345678901234567890,) =? b'-000123456789012345678901234567890' ... yes bytearray(b'%034d') % (-123456789012345678901234567890,) =? bytearray(b'-000123456789012345678901234567890') ... yes '%034d' % 123456789012345678901234567890 =? '0000123456789012345678901234567890' ... yes b'%034d' % (123456789012345678901234567890,) =? b'0000123456789012345678901234567890' ... yes bytearray(b'%034d') % (123456789012345678901234567890,) =? bytearray(b'0000123456789012345678901234567890') ... yes '%0+34d' % 123456789012345678901234567890 =? '+000123456789012345678901234567890' ... yes b'%0+34d' % (123456789012345678901234567890,) =? b'+000123456789012345678901234567890' ... yes bytearray(b'%0+34d') % (123456789012345678901234567890,) =? bytearray(b'+000123456789012345678901234567890') ... yes '%+34d' % 123456789012345678901234567890 =? ' +123456789012345678901234567890' ... yes b'%+34d' % (123456789012345678901234567890,) =? b' +123456789012345678901234567890' ... yes bytearray(b'%+34d') % (123456789012345678901234567890,) =? bytearray(b' +123456789012345678901234567890') ... yes '%34d' % 123456789012345678901234567890 =? ' 123456789012345678901234567890' ... yes b'%34d' % (123456789012345678901234567890,) =? b' 123456789012345678901234567890' ... yes bytearray(b'%34d') % (123456789012345678901234567890,) =? bytearray(b' 123456789012345678901234567890') ... yes '%.2d' % 123456789012345678901234567890 =? '123456789012345678901234567890' ... yes b'%.2d' % (123456789012345678901234567890,) =? b'123456789012345678901234567890' ... yes bytearray(b'%.2d') % (123456789012345678901234567890,) =? bytearray(b'123456789012345678901234567890') ... yes '%.30d' % 123456789012345678901234567890 =? '123456789012345678901234567890' ... yes b'%.30d' % (123456789012345678901234567890,) =? b'123456789012345678901234567890' ... yes bytearray(b'%.30d') % (123456789012345678901234567890,) =? bytearray(b'123456789012345678901234567890') ... yes '%.31d' % 123456789012345678901234567890 =? '0123456789012345678901234567890' ... yes b'%.31d' % (123456789012345678901234567890,) =? b'0123456789012345678901234567890' ... yes bytearray(b'%.31d') % (123456789012345678901234567890,) =? bytearray(b'0123456789012345678901234567890') ... yes '%32.31d' % 123456789012345678901234567890 =? ' 0123456789012345678901234567890' ... yes b'%32.31d' % (123456789012345678901234567890,) =? b' 0123456789012345678901234567890' ... yes bytearray(b'%32.31d') % (123456789012345678901234567890,) =? bytearray(b' 0123456789012345678901234567890') ... yes '%d' % 1.2345678901234568e+29 =? '123456________________________' ... yes b'%d' % (1.2345678901234568e+29,) =? b'123456________________________' ... yes bytearray(b'%d') % (1.2345678901234568e+29,) =? bytearray(b'123456________________________') ... yes '%x' % 1375488932362216742658885 =? '1234567890abcdef12345' ... yes b'%x' % (1375488932362216742658885,) =? b'1234567890abcdef12345' ... yes bytearray(b'%x') % (1375488932362216742658885,) =? bytearray(b'1234567890abcdef12345') ... yes '%x' % -1375488932362216742658885 =? '-1234567890abcdef12345' ... yes b'%x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345' ... yes bytearray(b'%x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345') ... yes '%5x' % -1375488932362216742658885 =? '-1234567890abcdef12345' ... yes b'%5x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345' ... yes bytearray(b'%5x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345') ... yes '%22x' % -1375488932362216742658885 =? '-1234567890abcdef12345' ... yes b'%22x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345' ... yes bytearray(b'%22x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345') ... yes '%23x' % -1375488932362216742658885 =? ' -1234567890abcdef12345' ... yes b'%23x' % (-1375488932362216742658885,) =? b' -1234567890abcdef12345' ... yes bytearray(b'%23x') % (-1375488932362216742658885,) =? bytearray(b' -1234567890abcdef12345') ... yes '%-23x' % -1375488932362216742658885 =? '-1234567890abcdef12345 ' ... yes b'%-23x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345 ' ... yes bytearray(b'%-23x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345 ') ... yes '%023x' % -1375488932362216742658885 =? '-01234567890abcdef12345' ... yes b'%023x' % (-1375488932362216742658885,) =? b'-01234567890abcdef12345' ... yes bytearray(b'%023x') % (-1375488932362216742658885,) =? bytearray(b'-01234567890abcdef12345') ... yes '%-023x' % -1375488932362216742658885 =? '-1234567890abcdef12345 ' ... yes b'%-023x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345 ' ... yes bytearray(b'%-023x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345 ') ... yes '%025x' % -1375488932362216742658885 =? '-0001234567890abcdef12345' ... yes b'%025x' % (-1375488932362216742658885,) =? b'-0001234567890abcdef12345' ... yes bytearray(b'%025x') % (-1375488932362216742658885,) =? bytearray(b'-0001234567890abcdef12345') ... yes '%025x' % 1375488932362216742658885 =? '00001234567890abcdef12345' ... yes b'%025x' % (1375488932362216742658885,) =? b'00001234567890abcdef12345' ... yes bytearray(b'%025x') % (1375488932362216742658885,) =? bytearray(b'00001234567890abcdef12345') ... yes '%0+25x' % 1375488932362216742658885 =? '+0001234567890abcdef12345' ... yes b'%0+25x' % (1375488932362216742658885,) =? b'+0001234567890abcdef12345' ... yes bytearray(b'%0+25x') % (1375488932362216742658885,) =? bytearray(b'+0001234567890abcdef12345') ... yes '%+25x' % 1375488932362216742658885 =? ' +1234567890abcdef12345' ... yes b'%+25x' % (1375488932362216742658885,) =? b' +1234567890abcdef12345' ... yes bytearray(b'%+25x') % (1375488932362216742658885,) =? bytearray(b' +1234567890abcdef12345') ... yes '%25x' % 1375488932362216742658885 =? ' 1234567890abcdef12345' ... yes b'%25x' % (1375488932362216742658885,) =? b' 1234567890abcdef12345' ... yes bytearray(b'%25x') % (1375488932362216742658885,) =? bytearray(b' 1234567890abcdef12345') ... yes '%.2x' % 1375488932362216742658885 =? '1234567890abcdef12345' ... yes b'%.2x' % (1375488932362216742658885,) =? b'1234567890abcdef12345' ... yes bytearray(b'%.2x') % (1375488932362216742658885,) =? bytearray(b'1234567890abcdef12345') ... yes '%.21x' % 1375488932362216742658885 =? '1234567890abcdef12345' ... yes b'%.21x' % (1375488932362216742658885,) =? b'1234567890abcdef12345' ... yes bytearray(b'%.21x') % (1375488932362216742658885,) =? bytearray(b'1234567890abcdef12345') ... yes '%.22x' % 1375488932362216742658885 =? '01234567890abcdef12345' ... yes b'%.22x' % (1375488932362216742658885,) =? b'01234567890abcdef12345' ... yes bytearray(b'%.22x') % (1375488932362216742658885,) =? bytearray(b'01234567890abcdef12345') ... yes '%23.22x' % 1375488932362216742658885 =? ' 01234567890abcdef12345' ... yes b'%23.22x' % (1375488932362216742658885,) =? b' 01234567890abcdef12345' ... yes bytearray(b'%23.22x') % (1375488932362216742658885,) =? bytearray(b' 01234567890abcdef12345') ... yes '%-23.22x' % 1375488932362216742658885 =? '01234567890abcdef12345 ' ... yes b'%-23.22x' % (1375488932362216742658885,) =? b'01234567890abcdef12345 ' ... yes bytearray(b'%-23.22x') % (1375488932362216742658885,) =? bytearray(b'01234567890abcdef12345 ') ... yes '%X' % 1375488932362216742658885 =? '1234567890ABCDEF12345' ... yes b'%X' % (1375488932362216742658885,) =? b'1234567890ABCDEF12345' ... yes bytearray(b'%X') % (1375488932362216742658885,) =? bytearray(b'1234567890ABCDEF12345') ... yes '%#X' % 1375488932362216742658885 =? '0X1234567890ABCDEF12345' ... yes b'%#X' % (1375488932362216742658885,) =? b'0X1234567890ABCDEF12345' ... yes bytearray(b'%#X') % (1375488932362216742658885,) =? bytearray(b'0X1234567890ABCDEF12345') ... yes '%#x' % 1375488932362216742658885 =? '0x1234567890abcdef12345' ... yes b'%#x' % (1375488932362216742658885,) =? b'0x1234567890abcdef12345' ... yes bytearray(b'%#x') % (1375488932362216742658885,) =? bytearray(b'0x1234567890abcdef12345') ... yes '%#x' % -1375488932362216742658885 =? '-0x1234567890abcdef12345' ... yes b'%#x' % (-1375488932362216742658885,) =? b'-0x1234567890abcdef12345' ... yes bytearray(b'%#x') % (-1375488932362216742658885,) =? bytearray(b'-0x1234567890abcdef12345') ... yes '%#27x' % 1375488932362216742658885 =? ' 0x1234567890abcdef12345' ... yes b'%#27x' % (1375488932362216742658885,) =? b' 0x1234567890abcdef12345' ... yes bytearray(b'%#27x') % (1375488932362216742658885,) =? bytearray(b' 0x1234567890abcdef12345') ... yes '%#-27x' % 1375488932362216742658885 =? '0x1234567890abcdef12345 ' ... yes b'%#-27x' % (1375488932362216742658885,) =? b'0x1234567890abcdef12345 ' ... yes bytearray(b'%#-27x') % (1375488932362216742658885,) =? bytearray(b'0x1234567890abcdef12345 ') ... yes '%#027x' % 1375488932362216742658885 =? '0x00001234567890abcdef12345' ... yes b'%#027x' % (1375488932362216742658885,) =? b'0x00001234567890abcdef12345' ... yes bytearray(b'%#027x') % (1375488932362216742658885,) =? bytearray(b'0x00001234567890abcdef12345') ... yes '%#.23x' % 1375488932362216742658885 =? '0x001234567890abcdef12345' ... yes b'%#.23x' % (1375488932362216742658885,) =? b'0x001234567890abcdef12345' ... yes bytearray(b'%#.23x') % (1375488932362216742658885,) =? bytearray(b'0x001234567890abcdef12345') ... yes '%#.23x' % -1375488932362216742658885 =? '-0x001234567890abcdef12345' ... yes b'%#.23x' % (-1375488932362216742658885,) =? b'-0x001234567890abcdef12345' ... yes bytearray(b'%#.23x') % (-1375488932362216742658885,) =? bytearray(b'-0x001234567890abcdef12345') ... yes '%#27.23x' % 1375488932362216742658885 =? ' 0x001234567890abcdef12345' ... yes b'%#27.23x' % (1375488932362216742658885,) =? b' 0x001234567890abcdef12345' ... yes bytearray(b'%#27.23x') % (1375488932362216742658885,) =? bytearray(b' 0x001234567890abcdef12345') ... yes '%#-27.23x' % 1375488932362216742658885 =? '0x001234567890abcdef12345 ' ... yes b'%#-27.23x' % (1375488932362216742658885,) =? b'0x001234567890abcdef12345 ' ... yes bytearray(b'%#-27.23x') % (1375488932362216742658885,) =? bytearray(b'0x001234567890abcdef12345 ') ... yes '%#027.23x' % 1375488932362216742658885 =? '0x00001234567890abcdef12345' ... yes b'%#027.23x' % (1375488932362216742658885,) =? b'0x00001234567890abcdef12345' ... yes bytearray(b'%#027.23x') % (1375488932362216742658885,) =? bytearray(b'0x00001234567890abcdef12345') ... yes '%#+.23x' % 1375488932362216742658885 =? '+0x001234567890abcdef12345' ... yes b'%#+.23x' % (1375488932362216742658885,) =? b'+0x001234567890abcdef12345' ... yes bytearray(b'%#+.23x') % (1375488932362216742658885,) =? bytearray(b'+0x001234567890abcdef12345') ... yes '%# .23x' % 1375488932362216742658885 =? ' 0x001234567890abcdef12345' ... yes b'%# .23x' % (1375488932362216742658885,) =? b' 0x001234567890abcdef12345' ... yes bytearray(b'%# .23x') % (1375488932362216742658885,) =? bytearray(b' 0x001234567890abcdef12345') ... yes '%#+.23X' % 1375488932362216742658885 =? '+0X001234567890ABCDEF12345' ... yes b'%#+.23X' % (1375488932362216742658885,) =? b'+0X001234567890ABCDEF12345' ... yes bytearray(b'%#+.23X') % (1375488932362216742658885,) =? bytearray(b'+0X001234567890ABCDEF12345') ... yes '%#+027.23X' % 1375488932362216742658885 =? '+0X0001234567890ABCDEF12345' ... yes b'%#+027.23X' % (1375488932362216742658885,) =? b'+0X0001234567890ABCDEF12345' ... yes bytearray(b'%#+027.23X') % (1375488932362216742658885,) =? bytearray(b'+0X0001234567890ABCDEF12345') ... yes '%# 027.23X' % 1375488932362216742658885 =? ' 0X0001234567890ABCDEF12345' ... yes b'%# 027.23X' % (1375488932362216742658885,) =? b' 0X0001234567890ABCDEF12345' ... yes bytearray(b'%# 027.23X') % (1375488932362216742658885,) =? bytearray(b' 0X0001234567890ABCDEF12345') ... yes '%#+27.23X' % 1375488932362216742658885 =? ' +0X001234567890ABCDEF12345' ... yes b'%#+27.23X' % (1375488932362216742658885,) =? b' +0X001234567890ABCDEF12345' ... yes bytearray(b'%#+27.23X') % (1375488932362216742658885,) =? bytearray(b' +0X001234567890ABCDEF12345') ... yes '%#-+27.23x' % 1375488932362216742658885 =? '+0x001234567890abcdef12345 ' ... yes b'%#-+27.23x' % (1375488932362216742658885,) =? b'+0x001234567890abcdef12345 ' ... yes bytearray(b'%#-+27.23x') % (1375488932362216742658885,) =? bytearray(b'+0x001234567890abcdef12345 ') ... yes '%#- 27.23x' % 1375488932362216742658885 =? ' 0x001234567890abcdef12345 ' ... yes b'%#- 27.23x' % (1375488932362216742658885,) =? b' 0x001234567890abcdef12345 ' ... yes bytearray(b'%#- 27.23x') % (1375488932362216742658885,) =? bytearray(b' 0x001234567890abcdef12345 ') ... yes '%o' % 12935167030485801517351291832 =? '12345670123456701234567012345670' ... yes b'%o' % (12935167030485801517351291832,) =? b'12345670123456701234567012345670' ... yes bytearray(b'%o') % (12935167030485801517351291832,) =? bytearray(b'12345670123456701234567012345670') ... yes '%o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670' ... yes b'%o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670' ... yes bytearray(b'%o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670') ... yes '%5o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670' ... yes b'%5o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670' ... yes bytearray(b'%5o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670') ... yes '%33o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670' ... yes b'%33o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670' ... yes bytearray(b'%33o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670') ... yes '%34o' % -12935167030485801517351291832 =? ' -12345670123456701234567012345670' ... yes b'%34o' % (-12935167030485801517351291832,) =? b' -12345670123456701234567012345670' ... yes bytearray(b'%34o') % (-12935167030485801517351291832,) =? bytearray(b' -12345670123456701234567012345670') ... yes '%-34o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670 ' ... yes b'%-34o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670 ' ... yes bytearray(b'%-34o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670 ') ... yes '%034o' % -12935167030485801517351291832 =? '-012345670123456701234567012345670' ... yes b'%034o' % (-12935167030485801517351291832,) =? b'-012345670123456701234567012345670' ... yes bytearray(b'%034o') % (-12935167030485801517351291832,) =? bytearray(b'-012345670123456701234567012345670') ... yes '%-034o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670 ' ... yes b'%-034o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670 ' ... yes bytearray(b'%-034o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670 ') ... yes '%036o' % -12935167030485801517351291832 =? '-00012345670123456701234567012345670' ... yes b'%036o' % (-12935167030485801517351291832,) =? b'-00012345670123456701234567012345670' ... yes bytearray(b'%036o') % (-12935167030485801517351291832,) =? bytearray(b'-00012345670123456701234567012345670') ... yes '%036o' % 12935167030485801517351291832 =? '000012345670123456701234567012345670' ... yes b'%036o' % (12935167030485801517351291832,) =? b'000012345670123456701234567012345670' ... yes bytearray(b'%036o') % (12935167030485801517351291832,) =? bytearray(b'000012345670123456701234567012345670') ... yes '%0+36o' % 12935167030485801517351291832 =? '+00012345670123456701234567012345670' ... yes b'%0+36o' % (12935167030485801517351291832,) =? b'+00012345670123456701234567012345670' ... yes bytearray(b'%0+36o') % (12935167030485801517351291832,) =? bytearray(b'+00012345670123456701234567012345670') ... yes '%+36o' % 12935167030485801517351291832 =? ' +12345670123456701234567012345670' ... yes b'%+36o' % (12935167030485801517351291832,) =? b' +12345670123456701234567012345670' ... yes bytearray(b'%+36o') % (12935167030485801517351291832,) =? bytearray(b' +12345670123456701234567012345670') ... yes '%36o' % 12935167030485801517351291832 =? ' 12345670123456701234567012345670' ... yes b'%36o' % (12935167030485801517351291832,) =? b' 12345670123456701234567012345670' ... yes bytearray(b'%36o') % (12935167030485801517351291832,) =? bytearray(b' 12345670123456701234567012345670') ... yes '%.2o' % 12935167030485801517351291832 =? '12345670123456701234567012345670' ... yes b'%.2o' % (12935167030485801517351291832,) =? b'12345670123456701234567012345670' ... yes bytearray(b'%.2o') % (12935167030485801517351291832,) =? bytearray(b'12345670123456701234567012345670') ... yes '%.32o' % 12935167030485801517351291832 =? '12345670123456701234567012345670' ... yes b'%.32o' % (12935167030485801517351291832,) =? b'12345670123456701234567012345670' ... yes bytearray(b'%.32o') % (12935167030485801517351291832,) =? bytearray(b'12345670123456701234567012345670') ... yes '%.33o' % 12935167030485801517351291832 =? '012345670123456701234567012345670' ... yes b'%.33o' % (12935167030485801517351291832,) =? b'012345670123456701234567012345670' ... yes bytearray(b'%.33o') % (12935167030485801517351291832,) =? bytearray(b'012345670123456701234567012345670') ... yes '%34.33o' % 12935167030485801517351291832 =? ' 012345670123456701234567012345670' ... yes b'%34.33o' % (12935167030485801517351291832,) =? b' 012345670123456701234567012345670' ... yes bytearray(b'%34.33o') % (12935167030485801517351291832,) =? bytearray(b' 012345670123456701234567012345670') ... yes '%-34.33o' % 12935167030485801517351291832 =? '012345670123456701234567012345670 ' ... yes b'%-34.33o' % (12935167030485801517351291832,) =? b'012345670123456701234567012345670 ' ... yes bytearray(b'%-34.33o') % (12935167030485801517351291832,) =? bytearray(b'012345670123456701234567012345670 ') ... yes '%o' % 12935167030485801517351291832 =? '12345670123456701234567012345670' ... yes b'%o' % (12935167030485801517351291832,) =? b'12345670123456701234567012345670' ... yes bytearray(b'%o') % (12935167030485801517351291832,) =? bytearray(b'12345670123456701234567012345670') ... yes '%#o' % 12935167030485801517351291832 =? '0o12345670123456701234567012345670' ... yes b'%#o' % (12935167030485801517351291832,) =? b'0o12345670123456701234567012345670' ... yes bytearray(b'%#o') % (12935167030485801517351291832,) =? bytearray(b'0o12345670123456701234567012345670') ... yes '%#o' % -12935167030485801517351291832 =? '-0o12345670123456701234567012345670' ... yes b'%#o' % (-12935167030485801517351291832,) =? b'-0o12345670123456701234567012345670' ... yes bytearray(b'%#o') % (-12935167030485801517351291832,) =? bytearray(b'-0o12345670123456701234567012345670') ... yes '%#38o' % 12935167030485801517351291832 =? ' 0o12345670123456701234567012345670' ... yes b'%#38o' % (12935167030485801517351291832,) =? b' 0o12345670123456701234567012345670' ... yes bytearray(b'%#38o') % (12935167030485801517351291832,) =? bytearray(b' 0o12345670123456701234567012345670') ... yes '%#-38o' % 12935167030485801517351291832 =? '0o12345670123456701234567012345670 ' ... yes b'%#-38o' % (12935167030485801517351291832,) =? b'0o12345670123456701234567012345670 ' ... yes bytearray(b'%#-38o') % (12935167030485801517351291832,) =? bytearray(b'0o12345670123456701234567012345670 ') ... yes '%#038o' % 12935167030485801517351291832 =? '0o000012345670123456701234567012345670' ... yes b'%#038o' % (12935167030485801517351291832,) =? b'0o000012345670123456701234567012345670' ... yes bytearray(b'%#038o') % (12935167030485801517351291832,) =? bytearray(b'0o000012345670123456701234567012345670') ... yes '%#.34o' % 12935167030485801517351291832 =? '0o0012345670123456701234567012345670' ... yes b'%#.34o' % (12935167030485801517351291832,) =? b'0o0012345670123456701234567012345670' ... yes bytearray(b'%#.34o') % (12935167030485801517351291832,) =? bytearray(b'0o0012345670123456701234567012345670') ... yes '%#.34o' % -12935167030485801517351291832 =? '-0o0012345670123456701234567012345670' ... yes b'%#.34o' % (-12935167030485801517351291832,) =? b'-0o0012345670123456701234567012345670' ... yes bytearray(b'%#.34o') % (-12935167030485801517351291832,) =? bytearray(b'-0o0012345670123456701234567012345670') ... yes '%#38.34o' % 12935167030485801517351291832 =? ' 0o0012345670123456701234567012345670' ... yes b'%#38.34o' % (12935167030485801517351291832,) =? b' 0o0012345670123456701234567012345670' ... yes bytearray(b'%#38.34o') % (12935167030485801517351291832,) =? bytearray(b' 0o0012345670123456701234567012345670') ... yes '%#-38.34o' % 12935167030485801517351291832 =? '0o0012345670123456701234567012345670 ' ... yes b'%#-38.34o' % (12935167030485801517351291832,) =? b'0o0012345670123456701234567012345670 ' ... yes bytearray(b'%#-38.34o') % (12935167030485801517351291832,) =? bytearray(b'0o0012345670123456701234567012345670 ') ... yes '%#038.34o' % 12935167030485801517351291832 =? '0o000012345670123456701234567012345670' ... yes b'%#038.34o' % (12935167030485801517351291832,) =? b'0o000012345670123456701234567012345670' ... yes bytearray(b'%#038.34o') % (12935167030485801517351291832,) =? bytearray(b'0o000012345670123456701234567012345670') ... yes '%#+.34o' % 12935167030485801517351291832 =? '+0o0012345670123456701234567012345670' ... yes b'%#+.34o' % (12935167030485801517351291832,) =? b'+0o0012345670123456701234567012345670' ... yes bytearray(b'%#+.34o') % (12935167030485801517351291832,) =? bytearray(b'+0o0012345670123456701234567012345670') ... yes '%# .34o' % 12935167030485801517351291832 =? ' 0o0012345670123456701234567012345670' ... yes b'%# .34o' % (12935167030485801517351291832,) =? b' 0o0012345670123456701234567012345670' ... yes bytearray(b'%# .34o') % (12935167030485801517351291832,) =? bytearray(b' 0o0012345670123456701234567012345670') ... yes '%#+38.34o' % 12935167030485801517351291832 =? ' +0o0012345670123456701234567012345670' ... yes b'%#+38.34o' % (12935167030485801517351291832,) =? b' +0o0012345670123456701234567012345670' ... yes bytearray(b'%#+38.34o') % (12935167030485801517351291832,) =? bytearray(b' +0o0012345670123456701234567012345670') ... yes '%#-+38.34o' % 12935167030485801517351291832 =? '+0o0012345670123456701234567012345670 ' ... yes b'%#-+38.34o' % (12935167030485801517351291832,) =? b'+0o0012345670123456701234567012345670 ' ... yes bytearray(b'%#-+38.34o') % (12935167030485801517351291832,) =? bytearray(b'+0o0012345670123456701234567012345670 ') ... yes '%#- 38.34o' % 12935167030485801517351291832 =? ' 0o0012345670123456701234567012345670 ' ... yes b'%#- 38.34o' % (12935167030485801517351291832,) =? b' 0o0012345670123456701234567012345670 ' ... yes bytearray(b'%#- 38.34o') % (12935167030485801517351291832,) =? bytearray(b' 0o0012345670123456701234567012345670 ') ... yes '%#+038.34o' % 12935167030485801517351291832 =? '+0o00012345670123456701234567012345670' ... yes b'%#+038.34o' % (12935167030485801517351291832,) =? b'+0o00012345670123456701234567012345670' ... yes bytearray(b'%#+038.34o') % (12935167030485801517351291832,) =? bytearray(b'+0o00012345670123456701234567012345670') ... yes '%# 038.34o' % 12935167030485801517351291832 =? ' 0o00012345670123456701234567012345670' ... yes b'%# 038.34o' % (12935167030485801517351291832,) =? b' 0o00012345670123456701234567012345670' ... yes bytearray(b'%# 038.34o') % (12935167030485801517351291832,) =? bytearray(b' 0o00012345670123456701234567012345670') ... yes '%.33o' % 12935167030485801517351291832 =? '012345670123456701234567012345670' ... yes b'%.33o' % (12935167030485801517351291832,) =? b'012345670123456701234567012345670' ... yes bytearray(b'%.33o') % (12935167030485801517351291832,) =? bytearray(b'012345670123456701234567012345670') ... yes '%#.33o' % 12935167030485801517351291832 =? '0o012345670123456701234567012345670' ... yes b'%#.33o' % (12935167030485801517351291832,) =? b'0o012345670123456701234567012345670' ... yes bytearray(b'%#.33o') % (12935167030485801517351291832,) =? bytearray(b'0o012345670123456701234567012345670') ... yes '%#.32o' % 12935167030485801517351291832 =? '0o12345670123456701234567012345670' ... yes b'%#.32o' % (12935167030485801517351291832,) =? b'0o12345670123456701234567012345670' ... yes bytearray(b'%#.32o') % (12935167030485801517351291832,) =? bytearray(b'0o12345670123456701234567012345670') ... yes '%035.33o' % 12935167030485801517351291832 =? '00012345670123456701234567012345670' ... yes b'%035.33o' % (12935167030485801517351291832,) =? b'00012345670123456701234567012345670' ... yes bytearray(b'%035.33o') % (12935167030485801517351291832,) =? bytearray(b'00012345670123456701234567012345670') ... yes '%0#35.33o' % 12935167030485801517351291832 =? '0o012345670123456701234567012345670' ... yes b'%0#35.33o' % (12935167030485801517351291832,) =? b'0o012345670123456701234567012345670' ... yes bytearray(b'%0#35.33o') % (12935167030485801517351291832,) =? bytearray(b'0o012345670123456701234567012345670') ... yes '%d' % 42 =? '42' ... yes b'%d' % (42,) =? b'42' ... yes bytearray(b'%d') % (42,) =? bytearray(b'42') ... yes '%d' % -42 =? '-42' ... yes b'%d' % (-42,) =? b'-42' ... yes bytearray(b'%d') % (-42,) =? bytearray(b'-42') ... yes '%d' % 42.0 =? '42' ... yes b'%d' % (42.0,) =? b'42' ... yes bytearray(b'%d') % (42.0,) =? bytearray(b'42') ... yes '%#x' % 1 =? '0x1' ... yes b'%#x' % (1,) =? b'0x1' ... yes bytearray(b'%#x') % (1,) =? bytearray(b'0x1') ... yes '%#X' % 1 =? '0X1' ... yes b'%#X' % (1,) =? b'0X1' ... yes bytearray(b'%#X') % (1,) =? bytearray(b'0X1') ... yes '%#o' % 1 =? '0o1' ... yes b'%#o' % (1,) =? b'0o1' ... yes bytearray(b'%#o') % (1,) =? bytearray(b'0o1') ... yes '%#o' % 0 =? '0o0' ... yes b'%#o' % (0,) =? b'0o0' ... yes bytearray(b'%#o') % (0,) =? bytearray(b'0o0') ... yes '%o' % 0 =? '0' ... yes b'%o' % (0,) =? b'0' ... yes bytearray(b'%o') % (0,) =? bytearray(b'0') ... yes '%d' % 0 =? '0' ... yes b'%d' % (0,) =? b'0' ... yes bytearray(b'%d') % (0,) =? bytearray(b'0') ... yes '%#x' % 0 =? '0x0' ... yes b'%#x' % (0,) =? b'0x0' ... yes bytearray(b'%#x') % (0,) =? bytearray(b'0x0') ... yes '%#X' % 0 =? '0X0' ... yes b'%#X' % (0,) =? b'0X0' ... yes bytearray(b'%#X') % (0,) =? bytearray(b'0X0') ... yes '%x' % 66 =? '42' ... yes b'%x' % (66,) =? b'42' ... yes bytearray(b'%x') % (66,) =? bytearray(b'42') ... yes '%x' % -66 =? '-42' ... yes b'%x' % (-66,) =? b'-42' ... yes bytearray(b'%x') % (-66,) =? bytearray(b'-42') ... yes '%o' % 34 =? '42' ... yes b'%o' % (34,) =? b'42' ... yes bytearray(b'%o') % (34,) =? bytearray(b'42') ... yes '%o' % -34 =? '-42' ... yes b'%o' % (-34,) =? b'-42' ... yes bytearray(b'%o') % (-34,) =? bytearray(b'-42') ... yes '%g' % 1.1 =? '1.1' ... yes b'%g' % (1.1,) =? b'1.1' ... yes bytearray(b'%g') % (1.1,) =? bytearray(b'1.1') ... yes '%#g' % 1.1 =? '1.10000' ... yes b'%#g' % (1.1,) =? b'1.10000' ... yes bytearray(b'%#g') % (1.1,) =? bytearray(b'1.10000') ... yes Testing exceptions '%' % () works? ... yes b'%' % () works? ... yes '% %s' % 1 works? ... yes b'% %s' % 1 works? ... yes '%d' % '1' works? ... yes b'%d' % '1' works? ... yes '%d' % b'1' works? ... yes b'%d' % b'1' works? ... yes '%x' % '1' works? ... yes b'%x' % '1' works? ... yes '%x' % 3.14 works? ... yes b'%x' % 3.14 works? ... yes ok PASS: test_locale (test.test_format.FormatTest) test_non_ascii (test.test_format.FormatTest) ... '\u20ac=%f' % (1.0,) =? '\u20ac=1.000000' ... yes ok test_nul (test.test_format.FormatTest) ... 'a\x00b' % () =? 'a\x00b' ... yes b'a\x00b' % () =? b'a\x00b' ... yes bytearray(b'a\x00b') % () =? bytearray(b'a\x00b') ... yes 'a%cb' % (0,) =? 'a\x00b' ... yes b'a%cb' % (0,) =? b'a\x00b' ... yes bytearray(b'a%cb') % (0,) =? bytearray(b'a\x00b') ... yes 'a%sb' % ('c\x00d',) =? 'ac\x00db' ... yes b'a%sb' % (b'c\x00d',) =? b'ac\x00db' ... yes bytearray(b'a%sb') % (b'c\x00d',) =? bytearray(b'ac\x00db') ... yes ok PASS: test_optimisations (test.test_format.FormatTest) PASS: test_precision (test.test_format.FormatTest) PASS: test_precision_c_limits (test.test_format.FormatTest) test_str_format (test.test_format.FormatTest) ... '%r' % '\u0378' =? "'\\u0378'" ... yes '%a' % '\u0378' =? "'\\u0378'" ... yes '%r' % '\u0374' =? "'\u0374'" ... yes '%a' % '\u0374' =? "'\\u0374'" ... yes Testing exceptions 'abc %b' % 1 works? ... yes '%g' % '1' works? ... yes 'no format' % '1' works? ... yes '%c' % -1 works? ... yes '%c' % 1114112 works? ... yes '%c' % 3.14 works? ... yes '%c' % 'ab' works? ... yes '%c' % b'x' works? ... yes ok ---------------------------------------------------------------------- Ran 9 tests in 0.012s OK 0:05:49 load avg: 0.67 [144/416] test_fractions PASS: testApproximateCos1 (test.test_fractions.FractionTest) PASS: testApproximatePi (test.test_fractions.FractionTest) PASS: testArithmetic (test.test_fractions.FractionTest) PASS: testBigComplexComparisons (test.test_fractions.FractionTest) PASS: testBigFloatComparisons (test.test_fractions.FractionTest) PASS: testComparisons (test.test_fractions.FractionTest) PASS: testComparisonsDummyFloat (test.test_fractions.FractionTest) PASS: testComparisonsDummyRational (test.test_fractions.FractionTest) PASS: testConversions (test.test_fractions.FractionTest) PASS: testFromDecimal (test.test_fractions.FractionTest) PASS: testFromFloat (test.test_fractions.FractionTest) PASS: testFromString (test.test_fractions.FractionTest) PASS: testHash (test.test_fractions.FractionTest) PASS: testImmutable (test.test_fractions.FractionTest) PASS: testInit (test.test_fractions.FractionTest) PASS: testInitFromDecimal (test.test_fractions.FractionTest) PASS: testInitFromFloat (test.test_fractions.FractionTest) PASS: testLimitDenominator (test.test_fractions.FractionTest) PASS: testMixedArithmetic (test.test_fractions.FractionTest) PASS: testMixedEqual (test.test_fractions.FractionTest) PASS: testMixedLess (test.test_fractions.FractionTest) PASS: testMixedLessEqual (test.test_fractions.FractionTest) PASS: testMixingWithDecimal (test.test_fractions.FractionTest) PASS: testRound (test.test_fractions.FractionTest) PASS: testStringification (test.test_fractions.FractionTest) PASS: test_copy_deepcopy_pickle (test.test_fractions.FractionTest) PASS: test_slots (test.test_fractions.FractionTest) PASS: testMisc (test.test_fractions.GcdTest) ---------------------------------------------------------------------- Ran 28 tests in 0.014s OK 0:05:49 load avg: 0.69 [145/416] test_frame PASS: test_clear_executing (test.test_frame.ClearTest) PASS: test_clear_executing_generator (test.test_frame.ClearTest) PASS: test_clear_generator (test.test_frame.ClearTest) PASS: test_clear_locals (test.test_frame.ClearTest) PASS: test_clear_refcycles (test.test_frame.ClearTest) PASS: test_clear_locals (test.test_frame.FrameAttrsTest) PASS: test_f_lineno_del_segfault (test.test_frame.FrameAttrsTest) PASS: test_locals (test.test_frame.FrameAttrsTest) PASS: test_locals_clear_locals (test.test_frame.FrameAttrsTest) PASS: test_repr (test.test_frame.ReprTest) ---------------------------------------------------------------------- Ran 10 tests in 0.101s OK 0:05:49 load avg: 0.69 [146/416] test_frozen PASS: test_frozen (test.test_frozen.TestFrozen) ---------------------------------------------------------------------- Ran 1 test in 0.000s OK 0:05:49 load avg: 0.69 [147/416] test_fstring PASS: test__format__lookup (test.test_fstring.TestCase) PASS: test_arguments (test.test_fstring.TestCase) PASS: test_assignment (test.test_fstring.TestCase) PASS: test_ast (test.test_fstring.TestCase) PASS: test_ast_compile_time_concat (test.test_fstring.TestCase) PASS: test_ast_line_numbers (test.test_fstring.TestCase) test_ast_line_numbers_duplicate_expression (test.test_fstring.TestCase) PASS: Duplicate expression PASS: test_ast_line_numbers_multiline_fstring (test.test_fstring.TestCase) PASS: test_ast_line_numbers_multiple_formattedvalues (test.test_fstring.TestCase) PASS: test_ast_line_numbers_nested (test.test_fstring.TestCase) PASS: test_backslash_char (test.test_fstring.TestCase) PASS: test_backslashes_in_string_part (test.test_fstring.TestCase) PASS: test_call (test.test_fstring.TestCase) PASS: test_closure (test.test_fstring.TestCase) PASS: test_comments (test.test_fstring.TestCase) PASS: test_compile_time_concat (test.test_fstring.TestCase) PASS: test_compile_time_concat_errors (test.test_fstring.TestCase) PASS: test_conversions (test.test_fstring.TestCase) PASS: test_del (test.test_fstring.TestCase) PASS: test_dict (test.test_fstring.TestCase) PASS: test_docstring (test.test_fstring.TestCase) PASS: test_double_braces (test.test_fstring.TestCase) PASS: test_empty_format_specifier (test.test_fstring.TestCase) PASS: test_errors (test.test_fstring.TestCase) PASS: test_expressions_with_triple_quoted_strings (test.test_fstring.TestCase) PASS: test_format_specifier_expressions (test.test_fstring.TestCase) PASS: test_global (test.test_fstring.TestCase) PASS: test_if_conditional (test.test_fstring.TestCase) PASS: test_invalid_expressions (test.test_fstring.TestCase) PASS: test_invalid_string_prefixes (test.test_fstring.TestCase) PASS: test_lambda (test.test_fstring.TestCase) PASS: test_leading_trailing_spaces (test.test_fstring.TestCase) PASS: test_literal (test.test_fstring.TestCase) PASS: test_literal_eval (test.test_fstring.TestCase) PASS: test_locals (test.test_fstring.TestCase) PASS: test_loop (test.test_fstring.TestCase) PASS: test_many_expressions (test.test_fstring.TestCase) PASS: test_misformed_unicode_character_name (test.test_fstring.TestCase) PASS: test_mismatched_braces (test.test_fstring.TestCase) PASS: test_mismatched_parens (test.test_fstring.TestCase) PASS: test_missing_expression (test.test_fstring.TestCase) PASS: test_missing_format_spec (test.test_fstring.TestCase) PASS: test_missing_variable (test.test_fstring.TestCase) PASS: test_multiple_vars (test.test_fstring.TestCase) PASS: test_nested_fstrings (test.test_fstring.TestCase) PASS: test_newlines_in_expressions (test.test_fstring.TestCase) PASS: test_no_backslashes_in_expression_part (test.test_fstring.TestCase) PASS: test_no_escapes_for_braces (test.test_fstring.TestCase) PASS: test_not_equal (test.test_fstring.TestCase) PASS: test_parens_in_expressions (test.test_fstring.TestCase) PASS: test_shadowed_global (test.test_fstring.TestCase) PASS: test_side_effect_order (test.test_fstring.TestCase) PASS: test_str_format_differences (test.test_fstring.TestCase) PASS: test_unterminated_string (test.test_fstring.TestCase) PASS: test_yield (test.test_fstring.TestCase) PASS: test_yield_send (test.test_fstring.TestCase) ---------------------------------------------------------------------- Ran 56 tests in 0.238s OK 0:05:50 load avg: 0.69 [148/416] test_ftplib PASS: test_abort (test.test_ftplib.TestFTPClass) PASS: test_acct (test.test_ftplib.TestFTPClass) PASS: test_all_errors (test.test_ftplib.TestFTPClass) PASS: test_cwd (test.test_ftplib.TestFTPClass) PASS: test_delete (test.test_ftplib.TestFTPClass) PASS: test_dir (test.test_ftplib.TestFTPClass) PASS: test_exceptions (test.test_ftplib.TestFTPClass) PASS: test_getwelcome (test.test_ftplib.TestFTPClass) PASS: test_line_too_long (test.test_ftplib.TestFTPClass) PASS: test_login (test.test_ftplib.TestFTPClass) PASS: test_makepasv (test.test_ftplib.TestFTPClass) PASS: test_makeport (test.test_ftplib.TestFTPClass) PASS: test_mkd (test.test_ftplib.TestFTPClass) PASS: test_mlsd (test.test_ftplib.TestFTPClass) PASS: test_nlst (test.test_ftplib.TestFTPClass) PASS: test_parse257 (test.test_ftplib.TestFTPClass) PASS: test_pwd (test.test_ftplib.TestFTPClass) PASS: test_quit (test.test_ftplib.TestFTPClass) PASS: test_rename (test.test_ftplib.TestFTPClass) PASS: test_retrbinary (test.test_ftplib.TestFTPClass) PASS: test_retrbinary_rest (test.test_ftplib.TestFTPClass) PASS: test_retrlines (test.test_ftplib.TestFTPClass) PASS: test_retrlines_too_long (test.test_ftplib.TestFTPClass) PASS: test_rmd (test.test_ftplib.TestFTPClass) PASS: test_sanitize (test.test_ftplib.TestFTPClass) PASS: test_set_pasv (test.test_ftplib.TestFTPClass) PASS: test_size (test.test_ftplib.TestFTPClass) PASS: test_source_address (test.test_ftplib.TestFTPClass) PASS: test_source_address_passive_connection (test.test_ftplib.TestFTPClass) PASS: test_storbinary (test.test_ftplib.TestFTPClass) PASS: test_storbinary_rest (test.test_ftplib.TestFTPClass) PASS: test_storlines (test.test_ftplib.TestFTPClass) PASS: test_storlines_too_long (test.test_ftplib.TestFTPClass) PASS: test_voidcmd (test.test_ftplib.TestFTPClass) PASS: test_with_statement (test.test_ftplib.TestFTPClass) PASS: testTimeoutConnect (test.test_ftplib.TestTimeouts) PASS: testTimeoutDefault (test.test_ftplib.TestTimeouts) PASS: testTimeoutDifferentOrder (test.test_ftplib.TestTimeouts) PASS: testTimeoutDirectAccess (test.test_ftplib.TestTimeouts) PASS: testTimeoutNone (test.test_ftplib.TestTimeouts) PASS: testTimeoutValue (test.test_ftplib.TestTimeouts) PASS: test_af (test.test_ftplib.TestIPv6Environment) PASS: test_makepasv (test.test_ftplib.TestIPv6Environment) PASS: test_makeport (test.test_ftplib.TestIPv6Environment) PASS: test_transfer (test.test_ftplib.TestIPv6Environment) PASS: test_abort (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_acct (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_all_errors (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_cwd (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_delete (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_dir (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_exceptions (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_getwelcome (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_line_too_long (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_login (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_makepasv (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_makeport (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_mkd (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_mlsd (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_nlst (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_parse257 (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_pwd (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_quit (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_rename (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_retrbinary (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_retrbinary_rest (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_retrlines (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_retrlines_too_long (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_rmd (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_sanitize (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_set_pasv (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_size (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_source_address (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_source_address_passive_connection (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_storbinary (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_storbinary_rest (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_storlines (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_storlines_too_long (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_voidcmd (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_with_statement (test.test_ftplib.TestTLS_FTPClassMixin) PASS: test_auth_issued_twice (test.test_ftplib.TestTLS_FTPClass) PASS: test_ccc (test.test_ftplib.TestTLS_FTPClass) SKIP: test_check_hostname (test.test_ftplib.TestTLS_FTPClass) 'FIXME: bpo-32706' PASS: test_context (test.test_ftplib.TestTLS_FTPClass) PASS: test_control_connection (test.test_ftplib.TestTLS_FTPClass) PASS: test_data_connection (test.test_ftplib.TestTLS_FTPClass) PASS: test_login (test.test_ftplib.TestTLS_FTPClass) PASS: test__all__ (test.test_ftplib.MiscTestCase) ---------------------------------------------------------------------- Ran 88 tests in 6.571s OK (skipped=1) 0:05:57 load avg: 0.64 [149/416] test_funcattrs PASS: test_delete_unknown_attr (test.test_funcattrs.ArbitraryFunctionAttrTest) PASS: test_set_attr (test.test_funcattrs.ArbitraryFunctionAttrTest) PASS: test_unset_attr (test.test_funcattrs.ArbitraryFunctionAttrTest) PASS: test_builtin__qualname__ (test.test_funcattrs.BuiltinFunctionPropertiesTest) PASS: test_comparison (test.test_funcattrs.CellTest) PASS: test_delete___dict__ (test.test_funcattrs.FunctionDictsTest) PASS: test_func_as_dict_key (test.test_funcattrs.FunctionDictsTest) PASS: test_setting_dict_to_invalid (test.test_funcattrs.FunctionDictsTest) PASS: test_setting_dict_to_valid (test.test_funcattrs.FunctionDictsTest) PASS: test_unassigned_dict (test.test_funcattrs.FunctionDictsTest) PASS: test_delete_docstring (test.test_funcattrs.FunctionDocstringTest) PASS: test_set_docstring_attr (test.test_funcattrs.FunctionDocstringTest) PASS: test___closure__ (test.test_funcattrs.FunctionPropertiesTest) PASS: test___code__ (test.test_funcattrs.FunctionPropertiesTest) PASS: test___globals__ (test.test_funcattrs.FunctionPropertiesTest) PASS: test___name__ (test.test_funcattrs.FunctionPropertiesTest) PASS: test___qualname__ (test.test_funcattrs.FunctionPropertiesTest) PASS: test_blank_func_defaults (test.test_funcattrs.FunctionPropertiesTest) PASS: test_copying___code__ (test.test_funcattrs.FunctionPropertiesTest) PASS: test_dir_includes_correct_attrs (test.test_funcattrs.FunctionPropertiesTest) PASS: test_duplicate_function_equality (test.test_funcattrs.FunctionPropertiesTest) PASS: test_empty_cell (test.test_funcattrs.FunctionPropertiesTest) PASS: test_func_default_args (test.test_funcattrs.FunctionPropertiesTest) PASS: test_module (test.test_funcattrs.FunctionPropertiesTest) PASS: test_set_cell (test.test_funcattrs.FunctionPropertiesTest) PASS: test___class__ (test.test_funcattrs.InstancemethodAttrTest) PASS: test___func__ (test.test_funcattrs.InstancemethodAttrTest) PASS: test___func___non_method (test.test_funcattrs.InstancemethodAttrTest) PASS: test___self__ (test.test_funcattrs.InstancemethodAttrTest) PASS: test_func_attribute (test.test_funcattrs.StaticMethodAttrsTest) ---------------------------------------------------------------------- Ran 30 tests in 0.009s OK 0:05:57 load avg: 0.64 [150/416] test_functools PASS: test_bad_cmp (test.test_functools.TestCmpToKeyC) PASS: test_cmp_to_key (test.test_functools.TestCmpToKeyC) PASS: test_cmp_to_key_arguments (test.test_functools.TestCmpToKeyC) PASS: test_hash (test.test_functools.TestCmpToKeyC) PASS: test_obj_field (test.test_functools.TestCmpToKeyC) PASS: test_sort_int (test.test_functools.TestCmpToKeyC) PASS: test_sort_int_str (test.test_functools.TestCmpToKeyC) PASS: test_bad_cmp (test.test_functools.TestCmpToKeyPy) PASS: test_cmp_to_key (test.test_functools.TestCmpToKeyPy) PASS: test_cmp_to_key_arguments (test.test_functools.TestCmpToKeyPy) PASS: test_hash (test.test_functools.TestCmpToKeyPy) PASS: test_obj_field (test.test_functools.TestCmpToKeyPy) PASS: test_sort_int (test.test_functools.TestCmpToKeyPy) PASS: test_sort_int_str (test.test_functools.TestCmpToKeyPy) PASS: test_copy (test.test_functools.TestLRUC) PASS: test_deepcopy (test.test_functools.TestLRUC) PASS: test_early_detection_of_bad_call (test.test_functools.TestLRUC) PASS: test_kwargs_order (test.test_functools.TestLRUC) PASS: test_lru (test.test_functools.TestLRUC) PASS: test_lru_bug_35780 (test.test_functools.TestLRUC) PASS: test_lru_bug_36650 (test.test_functools.TestLRUC) PASS: test_lru_cache_decoration (test.test_functools.TestLRUC) PASS: test_lru_cache_threaded (test.test_functools.TestLRUC) PASS: test_lru_cache_threaded2 (test.test_functools.TestLRUC) PASS: test_lru_cache_threaded3 (test.test_functools.TestLRUC) PASS: test_lru_hash_only_once (test.test_functools.TestLRUC) PASS: test_lru_method (test.test_functools.TestLRUC) PASS: test_lru_reentrancy_with_len (test.test_functools.TestLRUC) PASS: test_lru_star_arg_handling (test.test_functools.TestLRUC) PASS: test_lru_type_error (test.test_functools.TestLRUC) PASS: test_lru_with_exceptions (test.test_functools.TestLRUC) PASS: test_lru_with_keyword_args (test.test_functools.TestLRUC) PASS: test_lru_with_keyword_args_maxsize_none (test.test_functools.TestLRUC) PASS: test_lru_with_maxsize_negative (test.test_functools.TestLRUC) PASS: test_lru_with_maxsize_none (test.test_functools.TestLRUC) PASS: test_lru_with_types (test.test_functools.TestLRUC) PASS: test_need_for_rlock (test.test_functools.TestLRUC) PASS: test_pickle (test.test_functools.TestLRUC) PASS: test_copy (test.test_functools.TestLRUPy) PASS: test_deepcopy (test.test_functools.TestLRUPy) PASS: test_early_detection_of_bad_call (test.test_functools.TestLRUPy) PASS: test_kwargs_order (test.test_functools.TestLRUPy) PASS: test_lru (test.test_functools.TestLRUPy) PASS: test_lru_bug_35780 (test.test_functools.TestLRUPy) PASS: test_lru_bug_36650 (test.test_functools.TestLRUPy) PASS: test_lru_cache_decoration (test.test_functools.TestLRUPy) PASS: test_lru_cache_threaded (test.test_functools.TestLRUPy) PASS: test_lru_cache_threaded2 (test.test_functools.TestLRUPy) PASS: test_lru_cache_threaded3 (test.test_functools.TestLRUPy) PASS: test_lru_hash_only_once (test.test_functools.TestLRUPy) PASS: test_lru_method (test.test_functools.TestLRUPy) PASS: test_lru_reentrancy_with_len (test.test_functools.TestLRUPy) PASS: test_lru_star_arg_handling (test.test_functools.TestLRUPy) PASS: test_lru_type_error (test.test_functools.TestLRUPy) PASS: test_lru_with_exceptions (test.test_functools.TestLRUPy) PASS: test_lru_with_keyword_args (test.test_functools.TestLRUPy) PASS: test_lru_with_keyword_args_maxsize_none (test.test_functools.TestLRUPy) PASS: test_lru_with_maxsize_negative (test.test_functools.TestLRUPy) PASS: test_lru_with_maxsize_none (test.test_functools.TestLRUPy) PASS: test_lru_with_types (test.test_functools.TestLRUPy) PASS: test_need_for_rlock (test.test_functools.TestLRUPy) PASS: test_pickle (test.test_functools.TestLRUPy) PASS: test_arg_combinations (test.test_functools.TestPartialC) PASS: test_argument_checking (test.test_functools.TestPartialC) PASS: test_attributes (test.test_functools.TestPartialC) PASS: test_attributes_unwritable (test.test_functools.TestPartialC) PASS: test_basic_examples (test.test_functools.TestPartialC) PASS: test_copy (test.test_functools.TestPartialC) PASS: test_deepcopy (test.test_functools.TestPartialC) PASS: test_error_propagation (test.test_functools.TestPartialC) PASS: test_keystr_replaces_value (test.test_functools.TestPartialC) PASS: test_keyword (test.test_functools.TestPartialC) PASS: test_kw_combinations (test.test_functools.TestPartialC) PASS: test_kwargs_copy (test.test_functools.TestPartialC) PASS: test_manually_adding_non_string_keyword (test.test_functools.TestPartialC) PASS: test_nested_optimization (test.test_functools.TestPartialC) PASS: test_nested_partial_with_attribute (test.test_functools.TestPartialC) PASS: test_no_side_effects (test.test_functools.TestPartialC) PASS: test_pickle (test.test_functools.TestPartialC) PASS: test_positional (test.test_functools.TestPartialC) PASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialC) PASS: test_recursive_pickle (test.test_functools.TestPartialC) PASS: test_recursive_repr (test.test_functools.TestPartialC) PASS: test_repr (test.test_functools.TestPartialC) PASS: test_setstate (test.test_functools.TestPartialC) PASS: test_setstate_errors (test.test_functools.TestPartialC) PASS: test_setstate_refcount (test.test_functools.TestPartialC) PASS: test_setstate_subclasses (test.test_functools.TestPartialC) PASS: test_weakref (test.test_functools.TestPartialC) PASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialC) PASS: test_arg_combinations (test.test_functools.TestPartialCSubclass) PASS: test_argument_checking (test.test_functools.TestPartialCSubclass) PASS: test_attributes (test.test_functools.TestPartialCSubclass) PASS: test_attributes_unwritable (test.test_functools.TestPartialCSubclass) PASS: test_basic_examples (test.test_functools.TestPartialCSubclass) PASS: test_copy (test.test_functools.TestPartialCSubclass) PASS: test_deepcopy (test.test_functools.TestPartialCSubclass) PASS: test_error_propagation (test.test_functools.TestPartialCSubclass) PASS: test_keystr_replaces_value (test.test_functools.TestPartialCSubclass) PASS: test_keyword (test.test_functools.TestPartialCSubclass) PASS: test_kw_combinations (test.test_functools.TestPartialCSubclass) PASS: test_kwargs_copy (test.test_functools.TestPartialCSubclass) PASS: test_manually_adding_non_string_keyword (test.test_functools.TestPartialCSubclass) PASS: test_nested_partial_with_attribute (test.test_functools.TestPartialCSubclass) PASS: test_no_side_effects (test.test_functools.TestPartialCSubclass) PASS: test_pickle (test.test_functools.TestPartialCSubclass) PASS: test_positional (test.test_functools.TestPartialCSubclass) PASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialCSubclass) PASS: test_recursive_pickle (test.test_functools.TestPartialCSubclass) PASS: test_recursive_repr (test.test_functools.TestPartialCSubclass) PASS: test_repr (test.test_functools.TestPartialCSubclass) PASS: test_setstate (test.test_functools.TestPartialCSubclass) PASS: test_setstate_errors (test.test_functools.TestPartialCSubclass) PASS: test_setstate_refcount (test.test_functools.TestPartialCSubclass) PASS: test_setstate_subclasses (test.test_functools.TestPartialCSubclass) PASS: test_weakref (test.test_functools.TestPartialCSubclass) PASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialCSubclass) PASS: test_abstract (test.test_functools.TestPartialMethod) PASS: test_arg_combinations (test.test_functools.TestPartialMethod) PASS: test_bound_method_introspection (test.test_functools.TestPartialMethod) PASS: test_descriptors (test.test_functools.TestPartialMethod) PASS: test_invalid_args (test.test_functools.TestPartialMethod) PASS: test_nested (test.test_functools.TestPartialMethod) PASS: test_over_partial (test.test_functools.TestPartialMethod) PASS: test_overriding_keywords (test.test_functools.TestPartialMethod) PASS: test_repr (test.test_functools.TestPartialMethod) PASS: test_unbound_method_retrieval (test.test_functools.TestPartialMethod) PASS: test_arg_combinations (test.test_functools.TestPartialPy) PASS: test_argument_checking (test.test_functools.TestPartialPy) PASS: test_attributes (test.test_functools.TestPartialPy) PASS: test_basic_examples (test.test_functools.TestPartialPy) PASS: test_copy (test.test_functools.TestPartialPy) PASS: test_deepcopy (test.test_functools.TestPartialPy) PASS: test_error_propagation (test.test_functools.TestPartialPy) PASS: test_keyword (test.test_functools.TestPartialPy) PASS: test_kw_combinations (test.test_functools.TestPartialPy) PASS: test_kwargs_copy (test.test_functools.TestPartialPy) PASS: test_nested_optimization (test.test_functools.TestPartialPy) PASS: test_nested_partial_with_attribute (test.test_functools.TestPartialPy) PASS: test_no_side_effects (test.test_functools.TestPartialPy) PASS: test_pickle (test.test_functools.TestPartialPy) PASS: test_positional (test.test_functools.TestPartialPy) PASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialPy) PASS: test_recursive_pickle (test.test_functools.TestPartialPy) PASS: test_recursive_repr (test.test_functools.TestPartialPy) PASS: test_repr (test.test_functools.TestPartialPy) PASS: test_setstate (test.test_functools.TestPartialPy) PASS: test_setstate_errors (test.test_functools.TestPartialPy) PASS: test_setstate_refcount (test.test_functools.TestPartialPy) PASS: test_setstate_subclasses (test.test_functools.TestPartialPy) PASS: test_weakref (test.test_functools.TestPartialPy) PASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialPy) PASS: test_arg_combinations (test.test_functools.TestPartialPySubclass) PASS: test_argument_checking (test.test_functools.TestPartialPySubclass) PASS: test_attributes (test.test_functools.TestPartialPySubclass) PASS: test_basic_examples (test.test_functools.TestPartialPySubclass) PASS: test_copy (test.test_functools.TestPartialPySubclass) PASS: test_deepcopy (test.test_functools.TestPartialPySubclass) PASS: test_error_propagation (test.test_functools.TestPartialPySubclass) PASS: test_keyword (test.test_functools.TestPartialPySubclass) PASS: test_kw_combinations (test.test_functools.TestPartialPySubclass) PASS: test_kwargs_copy (test.test_functools.TestPartialPySubclass) PASS: test_nested_optimization (test.test_functools.TestPartialPySubclass) PASS: test_nested_partial_with_attribute (test.test_functools.TestPartialPySubclass) PASS: test_no_side_effects (test.test_functools.TestPartialPySubclass) PASS: test_pickle (test.test_functools.TestPartialPySubclass) PASS: test_positional (test.test_functools.TestPartialPySubclass) PASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialPySubclass) PASS: test_recursive_pickle (test.test_functools.TestPartialPySubclass) PASS: test_recursive_repr (test.test_functools.TestPartialPySubclass) PASS: test_repr (test.test_functools.TestPartialPySubclass) PASS: test_setstate (test.test_functools.TestPartialPySubclass) PASS: test_setstate_errors (test.test_functools.TestPartialPySubclass) PASS: test_setstate_refcount (test.test_functools.TestPartialPySubclass) PASS: test_setstate_subclasses (test.test_functools.TestPartialPySubclass) PASS: test_weakref (test.test_functools.TestPartialPySubclass) PASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialPySubclass) PASS: test_iterator_usage (test.test_functools.TestReduce) PASS: test_reduce (test.test_functools.TestReduce) PASS: test_annotations (test.test_functools.TestSingleDispatch) PASS: test_c3_abc (test.test_functools.TestSingleDispatch) PASS: test_c_classes (test.test_functools.TestSingleDispatch) PASS: test_cache_invalidation (test.test_functools.TestSingleDispatch) PASS: test_compose_mro (test.test_functools.TestSingleDispatch) PASS: test_false_meta (test.test_functools.TestSingleDispatch) PASS: test_invalid_positional_argument (test.test_functools.TestSingleDispatch) PASS: test_invalid_registrations (test.test_functools.TestSingleDispatch) PASS: test_mro (test.test_functools.TestSingleDispatch) PASS: test_mro_conflicts (test.test_functools.TestSingleDispatch) PASS: test_register_abc (test.test_functools.TestSingleDispatch) PASS: test_register_decorator (test.test_functools.TestSingleDispatch) PASS: test_simple_overloads (test.test_functools.TestSingleDispatch) PASS: test_wrapping_attributes (test.test_functools.TestSingleDispatch) PASS: test_no_operations_defined (test.test_functools.TestTotalOrdering) PASS: test_pickle (test.test_functools.TestTotalOrdering) PASS: test_total_ordering_ge (test.test_functools.TestTotalOrdering) PASS: test_total_ordering_gt (test.test_functools.TestTotalOrdering) PASS: test_total_ordering_le (test.test_functools.TestTotalOrdering) PASS: test_total_ordering_lt (test.test_functools.TestTotalOrdering) PASS: test_total_ordering_no_overwrite (test.test_functools.TestTotalOrdering) PASS: test_type_error_when_not_implemented (test.test_functools.TestTotalOrdering) PASS: test_builtin_update (test.test_functools.TestUpdateWrapper) PASS: test_default_update (test.test_functools.TestUpdateWrapper) PASS: test_default_update_doc (test.test_functools.TestUpdateWrapper) PASS: test_missing_attributes (test.test_functools.TestUpdateWrapper) PASS: test_no_update (test.test_functools.TestUpdateWrapper) PASS: test_selective_update (test.test_functools.TestUpdateWrapper) PASS: test_builtin_update (test.test_functools.TestWraps) PASS: test_default_update (test.test_functools.TestWraps) PASS: test_default_update_doc (test.test_functools.TestWraps) PASS: test_missing_attributes (test.test_functools.TestWraps) PASS: test_no_update (test.test_functools.TestWraps) PASS: test_selective_update (test.test_functools.TestWraps) ---------------------------------------------------------------------- Ran 213 tests in 0.157s OK 0:05:57 load avg: 0.64 [151/416] test_future PASS: test_annotations (test.test_future.AnnotationsFutureTestCase) PASS: test_badfuture10 (test.test_future.FutureTest) PASS: test_badfuture3 (test.test_future.FutureTest) PASS: test_badfuture4 (test.test_future.FutureTest) PASS: test_badfuture5 (test.test_future.FutureTest) PASS: test_badfuture6 (test.test_future.FutureTest) PASS: test_badfuture7 (test.test_future.FutureTest) PASS: test_badfuture8 (test.test_future.FutureTest) PASS: test_badfuture9 (test.test_future.FutureTest) PASS: test_future1 (test.test_future.FutureTest) PASS: test_future2 (test.test_future.FutureTest) PASS: test_future3 (test.test_future.FutureTest) PASS: test_multiple_features (test.test_future.FutureTest) PASS: test_parserhack (test.test_future.FutureTest) PASS: test_unicode_literals_exec (test.test_future.FutureTest) ---------------------------------------------------------------------- Ran 15 tests in 0.025s OK 0:05:58 load avg: 0.64 [152/416] test_future3 PASS: test_floor_div_operator (test.test_future3.TestFuture) PASS: test_nested_scopes (test.test_future3.TestFuture) PASS: test_true_div_as_default (test.test_future3.TestFuture) ---------------------------------------------------------------------- Ran 3 tests in 0.001s OK 0:05:58 load avg: 0.64 [153/416] test_future4 PASS: test_unicode_literals (test.test_future4.Tests) ---------------------------------------------------------------------- Ran 1 test in 0.000s OK 0:05:58 load avg: 0.64 [154/416] test_future5 PASS: test_print_function (test.test_future5.TestMultipleFeatures) PASS: test_unicode_literals (test.test_future5.TestMultipleFeatures) ---------------------------------------------------------------------- Ran 2 tests in 0.001s OK 0:05:58 load avg: 0.64 [155/416] test_gc PASS: test_boom (test.test_gc.GCTests) PASS: test_boom2 (test.test_gc.GCTests) PASS: test_boom2_new (test.test_gc.GCTests) PASS: test_boom_new (test.test_gc.GCTests) PASS: test_bug1055820b (test.test_gc.GCTests) PASS: test_bug21435 (test.test_gc.GCTests) PASS: test_class (test.test_gc.GCTests) PASS: test_collect_generations (test.test_gc.GCTests) PASS: test_del (test.test_gc.GCTests) PASS: test_del_newclass (test.test_gc.GCTests) PASS: test_dict (test.test_gc.GCTests) PASS: test_frame (test.test_gc.GCTests) PASS: test_freeze (test.test_gc.GCTests) PASS: test_function (test.test_gc.GCTests) PASS: test_garbage_at_shutdown (test.test_gc.GCTests) PASS: test_gc_main_module_at_shutdown (test.test_gc.GCTests) PASS: test_gc_ordinary_module_at_shutdown (test.test_gc.GCTests) PASS: test_get_count (test.test_gc.GCTests) PASS: test_get_referents (test.test_gc.GCTests) PASS: test_get_stats (test.test_gc.GCTests) PASS: test_global_del_SystemExit (test.test_gc.GCTests) PASS: test_instance (test.test_gc.GCTests) PASS: test_is_tracked (test.test_gc.GCTests) PASS: test_legacy_finalizer (test.test_gc.GCTests) PASS: test_legacy_finalizer_newclass (test.test_gc.GCTests) PASS: test_list (test.test_gc.GCTests) PASS: test_method (test.test_gc.GCTests) PASS: test_newinstance (test.test_gc.GCTests) PASS: test_newstyleclass (test.test_gc.GCTests) PASS: test_saveall (test.test_gc.GCTests) PASS: test_trashcan (test.test_gc.GCTests) PASS: test_trashcan_threads (test.test_gc.GCTests) PASS: test_tuple (test.test_gc.GCTests) PASS: test_bug1055820c (test.test_gc.GCTogglingTests) PASS: test_bug1055820d (test.test_gc.GCTogglingTests) PASS: test_collect (test.test_gc.GCCallbackTests) PASS: test_collect_garbage (test.test_gc.GCCallbackTests) PASS: test_collect_generation (test.test_gc.GCCallbackTests) ---------------------------------------------------------------------- Ran 38 tests in 3.223s OK restoring automatic collection 0:06:02 load avg: 0.67 [156/416] test_gdb test_gdb skipped -- test_gdb only works on source builds at the moment. 0:06:02 load avg: 0.67 [157/416] test_generator_stop -- test_gdb skipped PASS: test_stopiteration_wrapping (test.test_generator_stop.TestPEP479) PASS: test_stopiteration_wrapping_context (test.test_generator_stop.TestPEP479) ---------------------------------------------------------------------- Ran 2 tests in 0.001s OK 0:06:02 load avg: 0.67 [158/416] test_generators PASS: test_except_gen_except (test.test_generators.ExceptionTest) PASS: test_except_next (test.test_generators.ExceptionTest) PASS: test_except_throw (test.test_generators.ExceptionTest) PASS: test_except_throw_exception_context (test.test_generators.ExceptionTest) PASS: test_return_stopiteration (test.test_generators.ExceptionTest) PASS: test_return_tuple (test.test_generators.ExceptionTest) PASS: test_stopiteration_error (test.test_generators.ExceptionTest) PASS: test_tutorial_stopiteration (test.test_generators.ExceptionTest) PASS: test_frame_resurrect (test.test_generators.FinalizationTest) PASS: test_lambda_generator (test.test_generators.FinalizationTest) PASS: test_refcycle (test.test_generators.FinalizationTest) PASS: test_copy (test.test_generators.GeneratorTest) PASS: test_name (test.test_generators.GeneratorTest) PASS: test_pickle (test.test_generators.GeneratorTest) PASS: test_raise_and_yield_from (test.test_generators.SignalAndYieldFromTest) PASS: test_generator_gi_yieldfrom (test.test_generators.YieldFromTests) ---------------------------------------------------------------------- Ran 16 tests in 0.154s OK Trying: for c in conjoin([lambda: iter((0, 1))] * 3): print(c) Expecting: [0, 0, 0] [0, 0, 1] [0, 1, 0] [0, 1, 1] [1, 0, 0] [1, 0, 1] [1, 1, 0] [1, 1, 1] ok Trying: def gencopy(iterator): for x in iterator: yield x[:] Expecting nothing ok Trying: for n in range(10): all = list(gencopy(conjoin([lambda: iter((0, 1))] * n))) print(n, len(all), all[0] == [0] * n, all[-1] == [1] * n) Expecting: 0 1 True True 1 2 True True 2 4 True True 3 8 True True 4 16 True True 5 32 True True 6 64 True True 7 128 True True 8 256 True True 9 512 True True ok Trying: q = Queens(8) Expecting nothing ok Trying: LIMIT = 2 Expecting nothing ok Trying: count = 0 Expecting nothing ok Trying: for row2col in q.solve(): count += 1 if count <= LIMIT: print("Solution", count) q.printsolution(row2col) Expecting: Solution 1 +-+-+-+-+-+-+-+-+ |Q| | | | | | | | +-+-+-+-+-+-+-+-+ | | | | |Q| | | | +-+-+-+-+-+-+-+-+ | | | | | | | |Q| +-+-+-+-+-+-+-+-+ | | | | | |Q| | | +-+-+-+-+-+-+-+-+ | | |Q| | | | | | +-+-+-+-+-+-+-+-+ | | | | | | |Q| | +-+-+-+-+-+-+-+-+ | |Q| | | | | | | +-+-+-+-+-+-+-+-+ | | | |Q| | | | | +-+-+-+-+-+-+-+-+ Solution 2 +-+-+-+-+-+-+-+-+ |Q| | | | | | | | +-+-+-+-+-+-+-+-+ | | | | | |Q| | | +-+-+-+-+-+-+-+-+ | | | | | | | |Q| +-+-+-+-+-+-+-+-+ | | |Q| | | | | | +-+-+-+-+-+-+-+-+ | | | | | | |Q| | +-+-+-+-+-+-+-+-+ | | | |Q| | | | | +-+-+-+-+-+-+-+-+ | |Q| | | | | | | +-+-+-+-+-+-+-+-+ | | | | |Q| | | | +-+-+-+-+-+-+-+-+ ok Trying: print(count, "solutions in all.") Expecting: 92 solutions in all. ok Trying: k = Knights(10, 10) Expecting nothing ok Trying: LIMIT = 2 Expecting nothing ok Trying: count = 0 Expecting nothing ok Trying: for x in k.solve(): count += 1 if count <= LIMIT: print("Solution", count) k.printsolution(x) else: break Expecting: Solution 1 +---+---+---+---+---+---+---+---+---+---+ | 1| 58| 27| 34| 3| 40| 29| 10| 5| 8| +---+---+---+---+---+---+---+---+---+---+ | 26| 35| 2| 57| 28| 33| 4| 7| 30| 11| +---+---+---+---+---+---+---+---+---+---+ | 59|100| 73| 36| 41| 56| 39| 32| 9| 6| +---+---+---+---+---+---+---+---+---+---+ | 74| 25| 60| 55| 72| 37| 42| 49| 12| 31| +---+---+---+---+---+---+---+---+---+---+ | 61| 86| 99| 76| 63| 52| 47| 38| 43| 50| +---+---+---+---+---+---+---+---+---+---+ | 24| 75| 62| 85| 54| 71| 64| 51| 48| 13| +---+---+---+---+---+---+---+---+---+---+ | 87| 98| 91| 80| 77| 84| 53| 46| 65| 44| +---+---+---+---+---+---+---+---+---+---+ | 90| 23| 88| 95| 70| 79| 68| 83| 14| 17| +---+---+---+---+---+---+---+---+---+---+ | 97| 92| 21| 78| 81| 94| 19| 16| 45| 66| +---+---+---+---+---+---+---+---+---+---+ | 22| 89| 96| 93| 20| 69| 82| 67| 18| 15| +---+---+---+---+---+---+---+---+---+---+ Solution 2 +---+---+---+---+---+---+---+---+---+---+ | 1| 58| 27| 34| 3| 40| 29| 10| 5| 8| +---+---+---+---+---+---+---+---+---+---+ | 26| 35| 2| 57| 28| 33| 4| 7| 30| 11| +---+---+---+---+---+---+---+---+---+---+ | 59|100| 73| 36| 41| 56| 39| 32| 9| 6| +---+---+---+---+---+---+---+---+---+---+ | 74| 25| 60| 55| 72| 37| 42| 49| 12| 31| +---+---+---+---+---+---+---+---+---+---+ | 61| 86| 99| 76| 63| 52| 47| 38| 43| 50| +---+---+---+---+---+---+---+---+---+---+ | 24| 75| 62| 85| 54| 71| 64| 51| 48| 13| +---+---+---+---+---+---+---+---+---+---+ | 87| 98| 89| 80| 77| 84| 53| 46| 65| 44| +---+---+---+---+---+---+---+---+---+---+ | 90| 23| 92| 95| 70| 79| 68| 83| 14| 17| +---+---+---+---+---+---+---+---+---+---+ | 97| 88| 21| 78| 81| 94| 19| 16| 45| 66| +---+---+---+---+---+---+---+---+---+---+ | 22| 91| 96| 93| 20| 69| 82| 67| 18| 15| +---+---+---+---+---+---+---+---+---+---+ ok Trying: def f(): print((yield 1)) yield 2 Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting: 1 ok Trying: g.send(42) Expecting: 42 2 ok Trying: f().send("foo") Expecting: Traceback (most recent call last): ... TypeError: can't send non-None value to a just-started generator ok Trying: def f(): yield Expecting nothing ok Trying: list(f()) Expecting: [None] ok Trying: def f(): list(i for i in [(yield 26)]) Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def coroutine(seq): count = 0 while count < 200: count += yield seq.append(count) Expecting nothing ok Trying: seq = [] Expecting nothing ok Trying: c = coroutine(seq) Expecting nothing ok Trying: next(c) Expecting nothing ok Trying: print(seq) Expecting: [] ok Trying: c.send(10) Expecting nothing ok Trying: print(seq) Expecting: [10] ok Trying: c.send(10) Expecting nothing ok Trying: print(seq) Expecting: [10, 20] ok Trying: c.send(10) Expecting nothing ok Trying: print(seq) Expecting: [10, 20, 30] ok Trying: f=lambda: (yield 1),(yield 2) Expecting: Traceback (most recent call last): ... SyntaxError: 'yield' outside function ok Trying: def f(): x = yield = y Expecting: Traceback (most recent call last): ... SyntaxError: assignment to yield expression not possible ok Trying: def f(): (yield bar) = y Expecting: Traceback (most recent call last): ... SyntaxError: can't assign to yield expression ok Trying: def f(): (yield bar) += y Expecting: Traceback (most recent call last): ... SyntaxError: can't assign to yield expression ok Trying: def f(): while True: try: print((yield)) except ValueError as v: print("caught ValueError (%s)" % (v)) Expecting nothing ok Trying: import sys Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting nothing ok Trying: g.throw(ValueError) # type only Expecting: caught ValueError () ok Trying: g.throw(ValueError("xyz")) # value only Expecting: caught ValueError (xyz) ok Trying: g.throw(ValueError, ValueError(1)) # value+matching type Expecting: caught ValueError (1) ok Trying: g.throw(ValueError, TypeError(1)) # mismatched type, rewrapped Expecting: caught ValueError (1) ok Trying: g.throw(ValueError, ValueError(1), None) # explicit None traceback Expecting: caught ValueError (1) ok Trying: g.throw(ValueError(1), "foo") # bad args Expecting: Traceback (most recent call last): ... TypeError: instance exception may not have a separate value ok Trying: g.throw(ValueError, "foo", 23) # bad args Expecting: Traceback (most recent call last): ... TypeError: throw() third argument must be a traceback object ok Trying: g.throw("abc") Expecting: Traceback (most recent call last): ... TypeError: exceptions must be classes or instances deriving from BaseException, not str ok Trying: g.throw(0) Expecting: Traceback (most recent call last): ... TypeError: exceptions must be classes or instances deriving from BaseException, not int ok Trying: g.throw(list) Expecting: Traceback (most recent call last): ... TypeError: exceptions must be classes or instances deriving from BaseException, not type ok Trying: def throw(g,exc): try: raise exc except: g.throw(*sys.exc_info()) Expecting nothing ok Trying: throw(g,ValueError) # do it with traceback included Expecting: caught ValueError () ok Trying: g.send(1) Expecting: 1 ok Trying: throw(g,TypeError) # terminate the generator Expecting: Traceback (most recent call last): ... TypeError ok Trying: print(g.gi_frame) Expecting: None ok Trying: g.send(2) Expecting: Traceback (most recent call last): ... StopIteration ok Trying: g.throw(ValueError,6) # throw on closed generator Expecting: Traceback (most recent call last): ... ValueError: 6 ok Trying: f().throw(ValueError,7) # throw on just-opened generator Expecting: Traceback (most recent call last): ... ValueError: 7 ok Trying: def f(): try: yield except: raise Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: try: 1/0 except ZeroDivisionError as v: try: g.throw(v) except Exception as w: tb = w.__traceback__ Expecting nothing ok Trying: levels = 0 Expecting nothing ok Trying: while tb: levels += 1 tb = tb.tb_next Expecting nothing ok Trying: levels Expecting: 3 ok Trying: def f(): try: yield except GeneratorExit: print("exiting") Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting nothing ok Trying: g.close() Expecting: exiting ok Trying: g.close() # should be no-op now Expecting nothing ok Trying: f().close() # close on just-opened generator should be fine Expecting nothing ok Trying: def f(): yield # an even simpler generator Expecting nothing ok Trying: f().close() # close before opening Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting nothing ok Trying: g.close() # close normally Expecting nothing ok Trying: def f(): try: yield finally: print("exiting") Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting nothing ok Trying: del g Expecting: exiting ok Trying: def f(): try: yield except Exception: print('except') finally: print('finally') Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting nothing ok Trying: del g Expecting: finally ok Trying: def f(): try: yield except GeneratorExit: yield "foo!" Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting nothing ok Trying: g.close() Expecting: Traceback (most recent call last): ... RuntimeError: generator ignored GeneratorExit ok Trying: g.close() Expecting nothing ok Trying: import sys, io Expecting nothing ok Trying: old, sys.stderr = sys.stderr, io.StringIO() Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting nothing ok Trying: del g Expecting nothing ok Trying: "RuntimeError: generator ignored GeneratorExit" in sys.stderr.getvalue() Expecting: True ok Trying: sys.stderr = old Expecting nothing ok Trying: def f(): try: yield except GeneratorExit: raise TypeError("fie!") Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting nothing ok Trying: g.close() Expecting: Traceback (most recent call last): ... TypeError: fie! ok Trying: def f(): x += yield Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): x = yield Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): lambda x=(yield): 1 Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(d): d[(yield "a")] = d[(yield "b")] = 27 Expecting nothing ok Trying: data = [1,2] Expecting nothing ok Trying: g = f(data) Expecting nothing ok Trying: type(g) Expecting: ok Trying: g.send(None) Expecting: 'a' ok Trying: data Expecting: [1, 2] ok Trying: g.send(0) Expecting: 'b' ok Trying: data Expecting: [27, 2] ok Trying: try: g.send(1) except StopIteration: pass Expecting nothing ok Trying: data Expecting: [27, 27] ok Trying: def g(): for i in range(3): yield None yield None return Expecting nothing ok Trying: list(g()) Expecting: [None, None, None, None] ok Trying: def g(): yield 1 try: raise StopIteration except: yield 2 yield 3 Expecting nothing ok Trying: list(g()) Expecting: [1, 2, 3] ok Trying: def gcomb(x, k): "Generate all combinations of k elements from list x." if k > len(x): return if k == 0: yield [] else: first, rest = x[0], x[1:] # A combination does or doesn't contain first. # If it does, the remainder is a k-1 comb of rest. for c in gcomb(rest, k-1): c.insert(0, first) yield c # If it doesn't contain first, it's a k comb of rest. for c in gcomb(rest, k): yield c Expecting nothing ok Trying: seq = list(range(1, 5)) Expecting nothing ok Trying: for k in range(len(seq) + 2): print("%d-combs of %s:" % (k, seq)) for c in gcomb(seq, k): print(" ", c) Expecting: 0-combs of [1, 2, 3, 4]: [] 1-combs of [1, 2, 3, 4]: [1] [2] [3] [4] 2-combs of [1, 2, 3, 4]: [1, 2] [1, 3] [1, 4] [2, 3] [2, 4] [3, 4] 3-combs of [1, 2, 3, 4]: [1, 2, 3] [1, 2, 4] [1, 3, 4] [2, 3, 4] 4-combs of [1, 2, 3, 4]: [1, 2, 3, 4] 5-combs of [1, 2, 3, 4]: ok Trying: def g(): yield 1 Expecting nothing ok Trying: type(g) Expecting: ok Trying: i = g() Expecting nothing ok Trying: type(i) Expecting: ok Trying: [s for s in dir(i) if not s.startswith('_')] Expecting: ['close', 'gi_code', 'gi_frame', 'gi_running', 'gi_yieldfrom', 'send', 'throw'] ok Trying: from test.support import HAVE_DOCSTRINGS Expecting nothing ok Trying: print(i.__next__.__doc__ if HAVE_DOCSTRINGS else 'Implement next(self).') Expecting: Implement next(self). ok Trying: iter(i) is i Expecting: True ok Trying: import types Expecting nothing ok Trying: isinstance(i, types.GeneratorType) Expecting: True ok Trying: i.gi_running Expecting: 0 ok Trying: type(i.gi_frame) Expecting: ok Trying: i.gi_running = 42 Expecting: Traceback (most recent call last): ... AttributeError: readonly attribute ok Trying: def g(): yield me.gi_running Expecting nothing ok Trying: me = g() Expecting nothing ok Trying: me.gi_running Expecting: 0 ok Trying: next(me) Expecting: 1 ok Trying: me.gi_running Expecting: 0 ok Trying: class disjointSet: def __init__(self, name): self.name = name self.parent = None self.generator = self.generate() def generate(self): while not self.parent: yield self for x in self.parent.generator: yield x def find(self): return next(self.generator) def union(self, parent): if self.parent: raise ValueError("Sorry, I'm not a root!") self.parent = parent def __str__(self): return self.name Expecting nothing ok Trying: names = "ABCDEFGHIJKLM" Expecting nothing ok Trying: sets = [disjointSet(name) for name in names] Expecting nothing ok Trying: roots = sets[:] Expecting nothing ok Trying: import random Expecting nothing ok Trying: gen = random.Random(42) Expecting nothing ok Trying: while 1: for s in sets: print(" %s->%s" % (s, s.find()), end='') print() if len(roots) > 1: s1 = gen.choice(roots) roots.remove(s1) s2 = gen.choice(roots) s1.union(s2) print("merged", s1, "into", s2) else: break Expecting: A->A B->B C->C D->D E->E F->F G->G H->H I->I J->J K->K L->L M->M merged K into B A->A B->B C->C D->D E->E F->F G->G H->H I->I J->J K->B L->L M->M merged A into F A->F B->B C->C D->D E->E F->F G->G H->H I->I J->J K->B L->L M->M merged E into F A->F B->B C->C D->D E->F F->F G->G H->H I->I J->J K->B L->L M->M merged D into C A->F B->B C->C D->C E->F F->F G->G H->H I->I J->J K->B L->L M->M merged M into C A->F B->B C->C D->C E->F F->F G->G H->H I->I J->J K->B L->L M->C merged J into B A->F B->B C->C D->C E->F F->F G->G H->H I->I J->B K->B L->L M->C merged B into C A->F B->C C->C D->C E->F F->F G->G H->H I->I J->C K->C L->L M->C merged F into G A->G B->C C->C D->C E->G F->G G->G H->H I->I J->C K->C L->L M->C merged L into C A->G B->C C->C D->C E->G F->G G->G H->H I->I J->C K->C L->C M->C merged G into I A->I B->C C->C D->C E->I F->I G->I H->H I->I J->C K->C L->C M->C merged I into H A->H B->C C->C D->C E->H F->H G->H H->H I->H J->C K->C L->C M->C merged C into H A->H B->H C->H D->H E->H F->H G->H H->H I->H J->H K->H L->H M->H ok Trying: def firstn(g, n): return [next(g) for i in range(n)] Expecting nothing ok Trying: def intsfrom(i): while 1: yield i i += 1 Expecting nothing ok Trying: firstn(intsfrom(5), 7) Expecting: [5, 6, 7, 8, 9, 10, 11] ok Trying: def exclude_multiples(n, ints): for i in ints: if i % n: yield i Expecting nothing ok Trying: firstn(exclude_multiples(3, intsfrom(1)), 6) Expecting: [1, 2, 4, 5, 7, 8] ok Trying: def sieve(ints): prime = next(ints) yield prime not_divisible_by_prime = exclude_multiples(prime, ints) for p in sieve(not_divisible_by_prime): yield p Expecting nothing ok Trying: primes = sieve(intsfrom(2)) Expecting nothing ok Trying: firstn(primes, 20) Expecting: [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71] ok Trying: def times(n, g): for i in g: yield n * i Expecting nothing ok Trying: firstn(times(10, intsfrom(1)), 10) Expecting: [10, 20, 30, 40, 50, 60, 70, 80, 90, 100] ok Trying: def merge(g, h): ng = next(g) nh = next(h) while 1: if ng < nh: yield ng ng = next(g) elif ng > nh: yield nh nh = next(h) else: yield ng ng = next(g) nh = next(h) Expecting nothing ok Trying: def m235(): yield 1 me_times2 = times(2, m235()) me_times3 = times(3, m235()) me_times5 = times(5, m235()) for i in merge(merge(me_times2, me_times3), me_times5): yield i Expecting nothing ok Trying: result = m235() Expecting nothing ok Trying: for i in range(3): print(firstn(result, 15)) Expecting: [1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 16, 18, 20, 24] [25, 27, 30, 32, 36, 40, 45, 48, 50, 54, 60, 64, 72, 75, 80] [81, 90, 96, 100, 108, 120, 125, 128, 135, 144, 150, 160, 162, 180, 192] ok Trying: class LazyList: def __init__(self, g): self.sofar = [] self.fetch = g.__next__ def __getitem__(self, i): sofar, fetch = self.sofar, self.fetch while i >= len(sofar): sofar.append(fetch()) return sofar[i] Expecting nothing ok Trying: def m235(): yield 1 # Gack: m235 below actually refers to a LazyList. me_times2 = times(2, m235) me_times3 = times(3, m235) me_times5 = times(5, m235) for i in merge(merge(me_times2, me_times3), me_times5): yield i Expecting nothing ok Trying: m235 = LazyList(m235()) Expecting nothing ok Trying: for i in range(5): print([m235[j] for j in range(15*i, 15*(i+1))]) Expecting: [1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 16, 18, 20, 24] [25, 27, 30, 32, 36, 40, 45, 48, 50, 54, 60, 64, 72, 75, 80] [81, 90, 96, 100, 108, 120, 125, 128, 135, 144, 150, 160, 162, 180, 192] [200, 216, 225, 240, 243, 250, 256, 270, 288, 300, 320, 324, 360, 375, 384] [400, 405, 432, 450, 480, 486, 500, 512, 540, 576, 600, 625, 640, 648, 675] ok Trying: def fibgen(a, b): def sum(g, h): while 1: yield next(g) + next(h) def tail(g): next(g) # throw first away for x in g: yield x yield a yield b for s in sum(iter(fib), tail(iter(fib))): yield s Expecting nothing ok Trying: fib = LazyList(fibgen(1, 2)) Expecting nothing ok Trying: firstn(iter(fib), 17) Expecting: [1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584] ok Trying: from itertools import tee Expecting nothing ok Trying: def m235(): def _m235(): yield 1 for n in merge(times(2, m2), merge(times(3, m3), times(5, m5))): yield n m1 = _m235() m2, m3, m5, mRes = tee(m1, 4) return mRes Expecting nothing ok Trying: it = m235() Expecting nothing ok Trying: for i in range(5): print(firstn(it, 15)) Expecting: [1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 16, 18, 20, 24] [25, 27, 30, 32, 36, 40, 45, 48, 50, 54, 60, 64, 72, 75, 80] [81, 90, 96, 100, 108, 120, 125, 128, 135, 144, 150, 160, 162, 180, 192] [200, 216, 225, 240, 243, 250, 256, 270, 288, 300, 320, 324, 360, 375, 384] [400, 405, 432, 450, 480, 486, 500, 512, 540, 576, 600, 625, 640, 648, 675] ok Trying: def fib(): def _isum(g, h): while 1: yield next(g) + next(h) def _fib(): yield 1 yield 2 next(fibTail) # throw first away for res in _isum(fibHead, fibTail): yield res realfib = _fib() fibHead, fibTail, fibRes = tee(realfib, 3) return fibRes Expecting nothing ok Trying: firstn(fib(), 17) Expecting: [1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584] ok Trying: def g(): i = next(me) yield i Expecting nothing ok Trying: me = g() Expecting nothing ok Trying: next(me) Expecting: Traceback (most recent call last): ... File "", line 2, in g ValueError: generator already executing ok Trying: def f1(): try: return except: yield 1 Expecting nothing ok Trying: print(list(f1())) Expecting: [] ok Trying: def f2(): try: raise StopIteration except: yield 42 Expecting nothing ok Trying: print(list(f2())) Expecting: [42] ok Trying: def f(): return 1//0 Expecting nothing ok Trying: def g(): yield f() # the zero division exception propagates yield 42 # and we'll never get here Expecting nothing ok Trying: k = g() Expecting nothing ok Trying: next(k) Expecting: Traceback (most recent call last): File "", line 1, in ? File "", line 2, in g File "", line 2, in f ZeroDivisionError: integer division or modulo by zero ok Trying: next(k) # and the generator cannot be resumed Expecting: Traceback (most recent call last): File "", line 1, in ? StopIteration ok Trying: def f(): try: yield 1 try: yield 2 1//0 yield 3 # never get here except ZeroDivisionError: yield 4 yield 5 raise except: yield 6 yield 7 # the "raise" above stops this except: yield 8 yield 9 try: x = 12 finally: yield 10 yield 11 Expecting nothing ok Trying: print(list(f())) Expecting: [1, 2, 4, 5, 8, 9, 10, 11] ok Trying: class Tree: def __init__(self, label, left=None, right=None): self.label = label self.left = left self.right = right def __repr__(self, level=0, indent=" "): s = level*indent + repr(self.label) if self.left: s = s + "\n" + self.left.__repr__(level+1, indent) if self.right: s = s + "\n" + self.right.__repr__(level+1, indent) return s def __iter__(self): return inorder(self) Expecting nothing ok Trying: def tree(list): n = len(list) if n == 0: return [] i = n // 2 return Tree(list[i], tree(list[:i]), tree(list[i+1:])) Expecting nothing ok Trying: t = tree("ABCDEFGHIJKLMNOPQRSTUVWXYZ") Expecting nothing ok Trying: def inorder(t): if t: for x in inorder(t.left): yield x yield t.label for x in inorder(t.right): yield x Expecting nothing ok Trying: t = tree("ABCDEFGHIJKLMNOPQRSTUVWXYZ") Expecting nothing ok Trying: for x in t: print(' '+x, end='') Expecting: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ok Trying: def inorder(node): stack = [] while node: while node.left: stack.append(node) node = node.left yield node.label while not node.right: try: node = stack.pop() except IndexError: return yield node.label node = node.right Expecting nothing ok Trying: for x in t: print(' '+x, end='') Expecting: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ok Trying: import itertools Expecting nothing ok Trying: def leak(): class gen: def __iter__(self): return self def __next__(self): return self.item g = gen() head, tail = itertools.tee(g) g.item = head return head Expecting nothing ok Trying: it = leak() Expecting nothing ok Trying: item = next(it) Expecting nothing ok Trying: def leak(): def gen(): while True: yield g g = gen() Expecting nothing ok Trying: leak() Expecting nothing ok Trying: import sys, io Expecting nothing ok Trying: old = sys.stderr Expecting nothing ok Trying: try: sys.stderr = io.StringIO() class Leaker: def __del__(self): def invoke(message): raise RuntimeError(message) invoke("test") l = Leaker() del l err = sys.stderr.getvalue().strip() "Exception ignored in" in err "RuntimeError: test" in err "Traceback" in err "in invoke" in err finally: sys.stderr = old Expecting: True True True True ok Trying: def f(): yield 1 return Expecting nothing ok Trying: def f(): try: yield 1 finally: pass Expecting nothing ok Trying: def f(): try: try: 1//0 except ZeroDivisionError: yield 666 except: pass finally: pass Expecting nothing ok Trying: def f(): try: try: yield 12 1//0 except ZeroDivisionError: yield 666 except: try: x = 12 finally: yield 12 except: return Expecting nothing ok Trying: list(f()) Expecting: [12, 666] ok Trying: def f(): yield Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): if 0: yield Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): if 0: yield 1 Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): if "": yield None Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): return try: if x==4: pass elif 0: try: 1//0 except SyntaxError: pass else: if 0: while 12: x += 1 yield 2 # don't blink f(a, b, c, d, e) else: pass except: x = 1 return Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): if 0: def g(): yield 1 Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): if 0: class C: def __init__(self): yield 1 def f(self): yield 2 Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): if 0: return if 0: yield 2 Expecting nothing ok Trying: type(f()) Expecting: ok Trying: def f(): for i in range(3): try: continue finally: yield i Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: print(next(g)) Expecting: 0 ok Trying: print(next(g)) Expecting: 1 ok Trying: print(next(g)) Expecting: 2 ok Trying: print(next(g)) Expecting: Traceback (most recent call last): StopIteration ok Trying: def f(): yield 5 Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: g.gi_code is f.__code__ Expecting: True ok Trying: next(g) Expecting: 5 ok Trying: next(g) Expecting: Traceback (most recent call last): StopIteration ok Trying: g.gi_code is f.__code__ Expecting: True ok Trying: def f(): yield 5 Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: g.__name__ Expecting: 'f' ok Trying: repr(g) # doctest: +ELLIPSIS Expecting: '' ok Trying: x = lambda: (yield 1) Expecting nothing ok Trying: list(x()) Expecting: [1] ok Trying: x = lambda: ((yield 1), (yield 2)) Expecting nothing ok Trying: list(x()) Expecting: [1, 2] ok Trying: def f(): yield 1 yield 2 Expecting nothing ok Trying: for i in f(): print(i) Expecting: 1 2 ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting: 1 ok Trying: next(g) Expecting: 2 ok Trying: next(g) Expecting: Traceback (most recent call last): File "", line 1, in ? File "", line 2, in g StopIteration ok Trying: def f(): yield 1 return yield 2 # never reached Expecting nothing ok Trying: g = f() Expecting nothing ok Trying: next(g) Expecting: 1 ok Trying: next(g) Expecting: Traceback (most recent call last): File "", line 1, in ? File "", line 3, in f StopIteration ok Trying: next(g) # once stopped, can't be resumed Expecting: Traceback (most recent call last): File "", line 1, in ? StopIteration ok Trying: def g1(): try: return except: yield 1 Expecting nothing ok Trying: list(g1()) Expecting: [] ok Trying: def g2(): try: raise StopIteration except: yield 42 Expecting nothing ok Trying: print(list(g2())) Expecting: [42] ok Trying: def g3(): try: return finally: yield 1 Expecting nothing ok Trying: list(g3()) Expecting: [1] ok Trying: def yrange(n): for i in range(n): yield i Expecting nothing ok Trying: list(yrange(5)) Expecting: [0, 1, 2, 3, 4] ok Trying: def creator(): r = yrange(5) print("creator", next(r)) return r Expecting nothing ok Trying: def caller(): r = creator() for i in r: print("caller", i) Expecting nothing ok Trying: caller() Expecting: creator 0 caller 1 caller 2 caller 3 caller 4 ok Trying: def zrange(n): for i in yrange(n): yield i Expecting nothing ok Trying: list(zrange(5)) Expecting: [0, 1, 2, 3, 4] ok Trying: import weakref Expecting nothing ok Trying: def gen(): yield 'foo!' Expecting nothing ok Trying: wr = weakref.ref(gen) Expecting nothing ok Trying: wr() is gen Expecting: True ok Trying: p = weakref.proxy(gen) Expecting nothing ok Trying: gi = gen() Expecting nothing ok Trying: wr = weakref.ref(gi) Expecting nothing ok Trying: wr() is gi Expecting: True ok Trying: p = weakref.proxy(gi) Expecting nothing ok Trying: list(p) Expecting: ['foo!'] ok 39 items had no tests: test.test_generators test.test_generators.ExceptionTest test.test_generators.ExceptionTest.test_except_gen_except test.test_generators.ExceptionTest.test_except_next test.test_generators.ExceptionTest.test_except_throw test.test_generators.ExceptionTest.test_except_throw_exception_context test.test_generators.ExceptionTest.test_return_stopiteration test.test_generators.ExceptionTest.test_return_tuple test.test_generators.ExceptionTest.test_stopiteration_error test.test_generators.ExceptionTest.test_tutorial_stopiteration test.test_generators.FinalizationTest test.test_generators.FinalizationTest.test_frame_resurrect test.test_generators.FinalizationTest.test_lambda_generator test.test_generators.FinalizationTest.test_refcycle test.test_generators.GeneratorTest test.test_generators.GeneratorTest.test_copy test.test_generators.GeneratorTest.test_name test.test_generators.GeneratorTest.test_pickle test.test_generators.Knights test.test_generators.Knights.__init__ test.test_generators.Knights._init_board test.test_generators.Knights.coords2index test.test_generators.Knights.index2coords test.test_generators.Knights.printsolution test.test_generators.Knights.solve test.test_generators.Queens test.test_generators.Queens.__init__ test.test_generators.Queens.printsolution test.test_generators.Queens.solve test.test_generators.SignalAndYieldFromTest test.test_generators.SignalAndYieldFromTest.generator1 test.test_generators.SignalAndYieldFromTest.generator2 test.test_generators.SignalAndYieldFromTest.test_raise_and_yield_from test.test_generators.YieldFromTests test.test_generators.YieldFromTests.test_generator_gi_yieldfrom test.test_generators.conjoin test.test_generators.flat_conjoin test.test_generators.simple_conjoin test.test_generators.test_main 9 items passed all tests: 12 tests in test.test_generators.__test__.conjoin 103 tests in test.test_generators.__test__.coroutine 32 tests in test.test_generators.__test__.email 27 tests in test.test_generators.__test__.fun 22 tests in test.test_generators.__test__.pep 9 tests in test.test_generators.__test__.refleaks 41 tests in test.test_generators.__test__.syntax 24 tests in test.test_generators.__test__.tut 10 tests in test.test_generators.__test__.weakref 280 tests in 48 items. 280 passed and 0 failed. Test passed. doctest (test.test_generators) ... 280 tests with zero failures 0:06:03 load avg: 0.67 [159/416] test_genericclass PASS: test_c_class (test.test_genericclass.CAPITest) PASS: test_class_getitem (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_classmethod (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_errors (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_errors_2 (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_format (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_inheritance (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_inheritance_2 (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_metaclass (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_metaclass_first (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_patched (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_with_builtins (test.test_genericclass.TestClassGetitem) PASS: test_class_getitem_with_metaclass (test.test_genericclass.TestClassGetitem) PASS: test_mro_entry (test.test_genericclass.TestMROEntry) PASS: test_mro_entry_errors (test.test_genericclass.TestMROEntry) PASS: test_mro_entry_errors_2 (test.test_genericclass.TestMROEntry) PASS: test_mro_entry_metaclass (test.test_genericclass.TestMROEntry) PASS: test_mro_entry_none (test.test_genericclass.TestMROEntry) PASS: test_mro_entry_signature (test.test_genericclass.TestMROEntry) PASS: test_mro_entry_type_call (test.test_genericclass.TestMROEntry) PASS: test_mro_entry_with_builtins (test.test_genericclass.TestMROEntry) PASS: test_mro_entry_with_builtins_2 (test.test_genericclass.TestMROEntry) ---------------------------------------------------------------------- Ran 22 tests in 0.006s OK 0:06:03 load avg: 0.67 [160/416] test_genericpath PASS: test_path_commonprefix (test.test_genericpath.PathLikeTests) PASS: test_path_exists (test.test_genericpath.PathLikeTests) PASS: test_path_getctime (test.test_genericpath.PathLikeTests) PASS: test_path_getmtime (test.test_genericpath.PathLikeTests) PASS: test_path_getsize (test.test_genericpath.PathLikeTests) PASS: test_path_isdir (test.test_genericpath.PathLikeTests) PASS: test_path_isfile (test.test_genericpath.PathLikeTests) PASS: test_path_samefile (test.test_genericpath.PathLikeTests) PASS: test_commonprefix (test.test_genericpath.TestGenericTest) PASS: test_exists (test.test_genericpath.TestGenericTest) PASS: test_exists_fd (test.test_genericpath.TestGenericTest) PASS: test_filetime (test.test_genericpath.TestGenericTest) PASS: test_getsize (test.test_genericpath.TestGenericTest) PASS: test_invalid_paths (test.test_genericpath.TestGenericTest) PASS: test_isdir (test.test_genericpath.TestGenericTest) PASS: test_isfile (test.test_genericpath.TestGenericTest) PASS: test_no_argument (test.test_genericpath.TestGenericTest) PASS: test_samefile (test.test_genericpath.TestGenericTest) PASS: test_samefile_on_link (test.test_genericpath.TestGenericTest) PASS: test_samefile_on_symlink (test.test_genericpath.TestGenericTest) PASS: test_sameopenfile (test.test_genericpath.TestGenericTest) PASS: test_samestat (test.test_genericpath.TestGenericTest) PASS: test_samestat_on_link (test.test_genericpath.TestGenericTest) PASS: test_samestat_on_symlink (test.test_genericpath.TestGenericTest) ---------------------------------------------------------------------- Ran 24 tests in 0.008s OK 0:06:03 load avg: 0.67 [161/416] test_genexps Trying: sum(i*i for i in range(100) if i&1 == 1) Expecting: 166650 ok Trying: list((i,j) for i in range(3) for j in range(4) ) Expecting: [(0, 0), (0, 1), (0, 2), (0, 3), (1, 0), (1, 1), (1, 2), (1, 3), (2, 0), (2, 1), (2, 2), (2, 3)] ok Trying: list((i,j) for i in range(4) for j in range(i) ) Expecting: [(1, 0), (2, 0), (2, 1), (3, 0), (3, 1), (3, 2)] ok Trying: i = 20 Expecting nothing ok Trying: sum(i*i for i in range(100)) Expecting: 328350 ok Trying: i Expecting: 20 ok Trying: g = (i*i for i in range(4)) Expecting nothing ok Trying: type(g) Expecting: ok Trying: list(g) Expecting: [0, 1, 4, 9] ok Trying: g = (i*i for i in range(3)) Expecting nothing ok Trying: next(g) Expecting: 0 ok Trying: next(g) Expecting: 1 ok Trying: next(g) Expecting: 4 ok Trying: next(g) Expecting: Traceback (most recent call last): File "", line 1, in -toplevel- next(g) StopIteration ok Trying: next(g) Expecting: Traceback (most recent call last): File "", line 1, in -toplevel- next(g) StopIteration ok Trying: list(g) Expecting: [] ok Trying: def f(n): return (i*i for i in range(n)) Expecting nothing ok Trying: list(f(10)) Expecting: [0, 1, 4, 9, 16, 25, 36, 49, 64, 81] ok Trying: def f(n): return ((i,j) for i in range(3) for j in range(n)) Expecting nothing ok Trying: list(f(4)) Expecting: [(0, 0), (0, 1), (0, 2), (0, 3), (1, 0), (1, 1), (1, 2), (1, 3), (2, 0), (2, 1), (2, 2), (2, 3)] ok Trying: def f(n): return ((i,j) for i in range(3) for j in range(4) if j in range(n)) Expecting nothing ok Trying: list(f(4)) Expecting: [(0, 0), (0, 1), (0, 2), (0, 3), (1, 0), (1, 1), (1, 2), (1, 3), (2, 0), (2, 1), (2, 2), (2, 3)] ok Trying: list(f(2)) Expecting: [(0, 0), (0, 1), (1, 0), (1, 1), (2, 0), (2, 1)] ok Trying: def f(n): return i*i for i in range(n) Expecting: Traceback (most recent call last): ... SyntaxError: invalid syntax ok Trying: dict(a = i for i in range(10)) Expecting: Traceback (most recent call last): ... SyntaxError: invalid syntax ok Trying: dict(a = (i for i in range(10))) #doctest: +ELLIPSIS Expecting: {'a': at ...>} ok Trying: x=10 Expecting nothing ok Trying: g = (i*i for i in range(x)) Expecting nothing ok Trying: x = 5 Expecting nothing ok Trying: list(g) Expecting: [0, 1, 4, 9, 16, 25, 36, 49, 64, 81] ok Trying: (i for i in 6) Expecting: Traceback (most recent call last): File "", line 1, in -toplevel- (i for i in 6) TypeError: 'int' object is not iterable ok Trying: include = (2,4,6,8) Expecting nothing ok Trying: g = (i*i for i in range(10) if i in include) Expecting nothing ok Trying: include = (1,3,5,7,9) Expecting nothing ok Trying: list(g) Expecting: [1, 9, 25, 49, 81] ok Trying: g = ((i,j) for i in range(3) for j in range(x)) Expecting nothing ok Trying: x = 4 Expecting nothing ok Trying: list(g) Expecting: [(0, 0), (0, 1), (0, 2), (0, 3), (1, 0), (1, 1), (1, 2), (1, 3), (2, 0), (2, 1), (2, 2), (2, 3)] ok Trying: tupleids = list(map(id, ((i,i) for i in range(10)))) Expecting nothing ok Trying: int(max(tupleids) - min(tupleids)) Expecting: 0 ok Trying: (y for y in (1,2)) = 10 Expecting: Traceback (most recent call last): ... SyntaxError: can't assign to generator expression ok Trying: (y for y in (1,2)) += 10 Expecting: Traceback (most recent call last): ... SyntaxError: can't assign to generator expression ok Trying: yrange = lambda n: (i for i in range(n)) Expecting nothing ok Trying: list(yrange(10)) Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ok Trying: def creator(): r = yrange(5) print("creator", next(r)) return r Expecting nothing ok Trying: def caller(): r = creator() for i in r: print("caller", i) Expecting nothing ok Trying: caller() Expecting: creator 0 caller 1 caller 2 caller 3 caller 4 ok Trying: def zrange(n): for i in yrange(n): yield i Expecting nothing ok Trying: list(zrange(5)) Expecting: [0, 1, 2, 3, 4] ok Trying: g = (next(me) for i in range(10)) Expecting nothing ok Trying: me = g Expecting nothing ok Trying: next(me) Expecting: Traceback (most recent call last): File "", line 1, in -toplevel- next(me) File "", line 1, in g = (next(me) for i in range(10)) ValueError: generator already executing ok Trying: g = (10 // i for i in (5, 0, 2)) Expecting nothing ok Trying: next(g) Expecting: 2 ok Trying: next(g) Expecting: Traceback (most recent call last): File "", line 1, in -toplevel- next(g) File "", line 1, in g = (10 // i for i in (5, 0, 2)) ZeroDivisionError: integer division or modulo by zero ok Trying: next(g) Expecting: Traceback (most recent call last): File "", line 1, in -toplevel- next(g) StopIteration ok Trying: list(None for i in range(10)) Expecting: [None, None, None, None, None, None, None, None, None, None] ok Trying: g = (i*i for i in range(3)) Expecting nothing ok Trying: expected = set(['gi_frame', 'gi_running']) Expecting nothing ok Trying: set(attr for attr in dir(g) if not attr.startswith('__')) >= expected Expecting: True ok Trying: from test.support import HAVE_DOCSTRINGS Expecting nothing ok Trying: print(g.__next__.__doc__ if HAVE_DOCSTRINGS else 'Implement next(self).') Expecting: Implement next(self). ok Trying: import types Expecting nothing ok Trying: isinstance(g, types.GeneratorType) Expecting: True ok Trying: iter(g) is g Expecting: True ok Trying: g = (me.gi_running for i in (0,1)) Expecting nothing ok Trying: me = g Expecting nothing ok Trying: me.gi_running Expecting: 0 ok Trying: next(me) Expecting: 1 ok Trying: me.gi_running Expecting: 0 ok Trying: import weakref Expecting nothing ok Trying: g = (i*i for i in range(4)) Expecting nothing ok Trying: wr = weakref.ref(g) Expecting nothing ok Trying: wr() is g Expecting: True ok Trying: p = weakref.proxy(g) Expecting nothing ok Trying: list(p) Expecting: [0, 1, 4, 9] ok 2 items had no tests: test.test_genexps test.test_genexps.test_main 1 items passed all tests: 76 tests in test.test_genexps.__test__.doctests 76 tests in 3 items. 76 passed and 0 failed. Test passed. doctest (test.test_genexps) ... 76 tests with zero failures 0:06:03 load avg: 0.67 [162/416] test_getargs2 PASS: test_p (test.test_getargs2.Boolean_TestCase) PASS: test_c (test.test_getargs2.Bytes_TestCase) PASS: test_w_star (test.test_getargs2.Bytes_TestCase) PASS: test_y (test.test_getargs2.Bytes_TestCase) PASS: test_y_hash (test.test_getargs2.Bytes_TestCase) PASS: test_y_star (test.test_getargs2.Bytes_TestCase) PASS: test_D (test.test_getargs2.Float_TestCase) PASS: test_d (test.test_getargs2.Float_TestCase) PASS: test_f (test.test_getargs2.Float_TestCase) PASS: test_f_rounding (test.test_getargs2.Float_TestCase) PASS: test_invalid_keyword (test.test_getargs2.KeywordOnly_TestCase) PASS: test_keyword_args (test.test_getargs2.KeywordOnly_TestCase) PASS: test_mixed_args (test.test_getargs2.KeywordOnly_TestCase) PASS: test_optional_args (test.test_getargs2.KeywordOnly_TestCase) PASS: test_positional_args (test.test_getargs2.KeywordOnly_TestCase) PASS: test_required_args (test.test_getargs2.KeywordOnly_TestCase) PASS: test_surrogate_keyword (test.test_getargs2.KeywordOnly_TestCase) PASS: test_too_many_args (test.test_getargs2.KeywordOnly_TestCase) PASS: test_invalid_keyword (test.test_getargs2.Keywords_TestCase) PASS: test_keyword_args (test.test_getargs2.Keywords_TestCase) PASS: test_kwargs (test.test_getargs2.Keywords_TestCase) PASS: test_mixed_args (test.test_getargs2.Keywords_TestCase) PASS: test_optional_args (test.test_getargs2.Keywords_TestCase) PASS: test_positional_args (test.test_getargs2.Keywords_TestCase) PASS: test_required_args (test.test_getargs2.Keywords_TestCase) PASS: test_surrogate_keyword (test.test_getargs2.Keywords_TestCase) PASS: test_too_many_args (test.test_getargs2.Keywords_TestCase) PASS: test_K (test.test_getargs2.LongLong_TestCase) PASS: test_L (test.test_getargs2.LongLong_TestCase) PASS: test_S (test.test_getargs2.Object_TestCase) PASS: test_U (test.test_getargs2.Object_TestCase) PASS: test_Y (test.test_getargs2.Object_TestCase) PASS: test_bad_use (test.test_getargs2.ParseTupleAndKeywords_Test) PASS: test_parse_tuple_and_keywords (test.test_getargs2.ParseTupleAndKeywords_Test) PASS: test_positional_only (test.test_getargs2.ParseTupleAndKeywords_Test) PASS: test_empty_keyword (test.test_getargs2.PositionalOnlyAndKeywords_TestCase) PASS: test_mixed_args (test.test_getargs2.PositionalOnlyAndKeywords_TestCase) PASS: test_optional_args (test.test_getargs2.PositionalOnlyAndKeywords_TestCase) PASS: test_positional_args (test.test_getargs2.PositionalOnlyAndKeywords_TestCase) PASS: test_required_args (test.test_getargs2.PositionalOnlyAndKeywords_TestCase) PASS: test_h (test.test_getargs2.Signed_TestCase) PASS: test_i (test.test_getargs2.Signed_TestCase) PASS: test_l (test.test_getargs2.Signed_TestCase) PASS: test_n (test.test_getargs2.Signed_TestCase) PASS: test_skipitem (test.test_getargs2.SkipitemTest) PASS: test_skipitem_with_suffix (test.test_getargs2.SkipitemTest) PASS: test_C (test.test_getargs2.String_TestCase) PASS: test_Z (test.test_getargs2.String_TestCase) PASS: test_Z_hash (test.test_getargs2.String_TestCase) PASS: test_es (test.test_getargs2.String_TestCase) PASS: test_es_hash (test.test_getargs2.String_TestCase) PASS: test_et (test.test_getargs2.String_TestCase) PASS: test_et_hash (test.test_getargs2.String_TestCase) PASS: test_s (test.test_getargs2.String_TestCase) PASS: test_s_hash (test.test_getargs2.String_TestCase) PASS: test_s_star (test.test_getargs2.String_TestCase) PASS: test_u (test.test_getargs2.String_TestCase) PASS: test_u_hash (test.test_getargs2.String_TestCase) PASS: test_z (test.test_getargs2.String_TestCase) PASS: test_z_hash (test.test_getargs2.String_TestCase) PASS: test_z_star (test.test_getargs2.String_TestCase) PASS: test (test.test_getargs2.Test6012) PASS: test_L_code (test.test_getargs2.Test_testcapi) PASS: test_Z_code (test.test_getargs2.Test_testcapi) PASS: test_k_code (test.test_getargs2.Test_testcapi) PASS: test_s_code (test.test_getargs2.Test_testcapi) PASS: test_u_code (test.test_getargs2.Test_testcapi) PASS: test_args (test.test_getargs2.Tuple_TestCase) PASS: test_tuple (test.test_getargs2.Tuple_TestCase) PASS: test_B (test.test_getargs2.Unsigned_TestCase) PASS: test_H (test.test_getargs2.Unsigned_TestCase) PASS: test_I (test.test_getargs2.Unsigned_TestCase) PASS: test_b (test.test_getargs2.Unsigned_TestCase) PASS: test_k (test.test_getargs2.Unsigned_TestCase) ---------------------------------------------------------------------- Ran 74 tests in 0.034s OK 0:06:04 load avg: 0.67 [163/416] test_getopt PASS: test_do_longs (test.test_getopt.GetoptTests) PASS: test_do_shorts (test.test_getopt.GetoptTests) PASS: test_getopt (test.test_getopt.GetoptTests) PASS: test_gnu_getopt (test.test_getopt.GetoptTests) PASS: test_issue4629 (test.test_getopt.GetoptTests) test_libref_examples (test.test_getopt.GetoptTests) ... Trying: import getopt Expecting nothing ok Trying: args = '-a -b -cfoo -d bar a1 a2'.split() Expecting nothing ok Trying: args Expecting: ['-a', '-b', '-cfoo', '-d', 'bar', 'a1', 'a2'] ok Trying: optlist, args = getopt.getopt(args, 'abc:d:') Expecting nothing ok Trying: optlist Expecting: [('-a', ''), ('-b', ''), ('-c', 'foo'), ('-d', 'bar')] ok Trying: args Expecting: ['a1', 'a2'] ok Trying: s = '--condition=foo --testing --output-file abc.def -x a1 a2' Expecting nothing ok Trying: args = s.split() Expecting nothing ok Trying: args Expecting: ['--condition=foo', '--testing', '--output-file', 'abc.def', '-x', 'a1', 'a2'] ok Trying: optlist, args = getopt.getopt(args, 'x', [ 'condition=', 'output-file=', 'testing']) Expecting nothing ok Trying: optlist Expecting: [('--condition', 'foo'), ('--testing', ''), ('--output-file', 'abc.def'), ('-x', '')] ok Trying: args Expecting: ['a1', 'a2'] ok 1 items passed all tests: 12 tests in libreftest 12 tests in 1 items. 12 passed and 0 failed. Test passed. doctest (libreftest) ... 12 tests with zero failures ok PASS: test_long_has_args (test.test_getopt.GetoptTests) PASS: test_short_has_arg (test.test_getopt.GetoptTests) ---------------------------------------------------------------------- Ran 8 tests in 0.005s OK 0:06:04 load avg: 0.67 [164/416] test_getpass PASS: test_username_falls_back_to_pwd (test.test_getpass.GetpassGetuserTest) PASS: test_username_priorities_of_env_values (test.test_getpass.GetpassGetuserTest) PASS: test_username_takes_username_from_env (test.test_getpass.GetpassGetuserTest) PASS: test_flushes_stream_after_prompt (test.test_getpass.GetpassRawinputTest) PASS: test_raises_on_empty_input (test.test_getpass.GetpassRawinputTest) PASS: test_trims_trailing_newline (test.test_getpass.GetpassRawinputTest) PASS: test_uses_stderr_as_default (test.test_getpass.GetpassRawinputTest) PASS: test_uses_stdin_as_default_input (test.test_getpass.GetpassRawinputTest) PASS: test_uses_stdin_as_different_locale (test.test_getpass.GetpassRawinputTest) PASS: test_falls_back_to_fallback_if_termios_raises (test.test_getpass.UnixGetpassTest) PASS: test_falls_back_to_stdin (test.test_getpass.UnixGetpassTest) PASS: test_flushes_stream_after_input (test.test_getpass.UnixGetpassTest) PASS: test_resets_termios (test.test_getpass.UnixGetpassTest) PASS: test_uses_tty_directly (test.test_getpass.UnixGetpassTest) ---------------------------------------------------------------------- Ran 14 tests in 0.032s OK 0:06:04 load avg: 0.69 [165/416] test_gettext PASS: test_plural_form_error_issue17898 (test.test_gettext.GNUTranslationParsingTest) PASS: test_cache (test.test_gettext.GettextCacheTestCase) PASS: test_double_quotes (test.test_gettext.GettextTestCase1) PASS: test_multiline_strings (test.test_gettext.GettextTestCase1) PASS: test_some_translations (test.test_gettext.GettextTestCase1) PASS: test_the_alternative_interface (test.test_gettext.GettextTestCase1) PASS: test_triple_double_quotes (test.test_gettext.GettextTestCase1) PASS: test_triple_single_quotes (test.test_gettext.GettextTestCase1) PASS: test_bad_major_version (test.test_gettext.GettextTestCase2) PASS: test_bad_minor_version (test.test_gettext.GettextTestCase2) PASS: test_bindtextdomain (test.test_gettext.GettextTestCase2) PASS: test_double_quotes (test.test_gettext.GettextTestCase2) PASS: test_multiline_strings (test.test_gettext.GettextTestCase2) PASS: test_some_translations (test.test_gettext.GettextTestCase2) PASS: test_textdomain (test.test_gettext.GettextTestCase2) PASS: test_triple_double_quotes (test.test_gettext.GettextTestCase2) PASS: test_triple_single_quotes (test.test_gettext.GettextTestCase2) PASS: test_lgettext (test.test_gettext.LGettextTestCase) PASS: test_lgettext_2 (test.test_gettext.LGettextTestCase) PASS: test_lgettext_bind_textdomain_codeset (test.test_gettext.LGettextTestCase) PASS: test_lgettext_output_encoding (test.test_gettext.LGettextTestCase) PASS: test_lngettext (test.test_gettext.LGettextTestCase) PASS: test_lngettext_2 (test.test_gettext.LGettextTestCase) PASS: test_lngettext_bind_textdomain_codeset (test.test_gettext.LGettextTestCase) PASS: test_lngettext_output_encoding (test.test_gettext.LGettextTestCase) PASS: test__all__ (test.test_gettext.MiscTestCase) PASS: test_ar (test.test_gettext.PluralFormsTestCase) PASS: test_chained_comparison (test.test_gettext.PluralFormsTestCase) PASS: test_cs (test.test_gettext.PluralFormsTestCase) PASS: test_de (test.test_gettext.PluralFormsTestCase) PASS: test_decimal_number (test.test_gettext.PluralFormsTestCase) PASS: test_division (test.test_gettext.PluralFormsTestCase) PASS: test_fr (test.test_gettext.PluralFormsTestCase) PASS: test_gd (test.test_gettext.PluralFormsTestCase) PASS: test_gd2 (test.test_gettext.PluralFormsTestCase) PASS: test_invalid_syntax (test.test_gettext.PluralFormsTestCase) PASS: test_ja (test.test_gettext.PluralFormsTestCase) PASS: test_lt (test.test_gettext.PluralFormsTestCase) PASS: test_lv (test.test_gettext.PluralFormsTestCase) PASS: test_nested_condition_operator (test.test_gettext.PluralFormsTestCase) PASS: test_pl (test.test_gettext.PluralFormsTestCase) PASS: test_plural_forms1 (test.test_gettext.PluralFormsTestCase) PASS: test_plural_forms2 (test.test_gettext.PluralFormsTestCase) PASS: test_plural_number (test.test_gettext.PluralFormsTestCase) PASS: test_ro (test.test_gettext.PluralFormsTestCase) PASS: test_ru (test.test_gettext.PluralFormsTestCase) PASS: test_security (test.test_gettext.PluralFormsTestCase) PASS: test_sl (test.test_gettext.PluralFormsTestCase) PASS: test_unicode_msgid (test.test_gettext.UnicodeTranslationsTest) PASS: test_unicode_msgstr (test.test_gettext.UnicodeTranslationsTest) PASS: test_weird_metadata (test.test_gettext.WeirdMetadataTest) ---------------------------------------------------------------------- Ran 51 tests in 0.052s OK 0:06:04 load avg: 0.69 [166/416] test_glob PASS: test_escape (test.test_glob.GlobTests) SKIP: test_escape_windows (test.test_glob.GlobTests) 'Win32 specific test' PASS: test_glob_broken_symlinks (test.test_glob.GlobTests) PASS: test_glob_bytes_directory_with_trailing_slash (test.test_glob.GlobTests) PASS: test_glob_directory_names (test.test_glob.GlobTests) PASS: test_glob_directory_with_trailing_slash (test.test_glob.GlobTests) PASS: test_glob_literal (test.test_glob.GlobTests) SKIP: test_glob_magic_in_drive (test.test_glob.GlobTests) 'Win32 specific test' PASS: test_glob_nested_directory (test.test_glob.GlobTests) PASS: test_glob_one_directory (test.test_glob.GlobTests) PASS: test_glob_symlinks (test.test_glob.GlobTests) PASS: test_recursive_glob (test.test_glob.GlobTests) PASS: test_selflink (test.test_glob.SymlinkLoopGlobTests) ---------------------------------------------------------------------- Ran 13 tests in 0.050s OK (skipped=2) 0:06:05 load avg: 0.69 [167/416] test_global PASS: test1 (test.test_global.GlobalTests) PASS: test2 (test.test_global.GlobalTests) PASS: test3 (test.test_global.GlobalTests) PASS: test4 (test.test_global.GlobalTests) ---------------------------------------------------------------------- Ran 4 tests in 0.001s OK 0:06:05 load avg: 0.69 [168/416] test_grp PASS: test_errors (test.test_grp.GroupDatabaseTestCase) PASS: test_noninteger_gid (test.test_grp.GroupDatabaseTestCase) PASS: test_values (test.test_grp.GroupDatabaseTestCase) PASS: test_values_extended (test.test_grp.GroupDatabaseTestCase) ---------------------------------------------------------------------- Ran 4 tests in 0.007s OK 0:06:05 load avg: 0.69 [169/416] test_gzip PASS: test_1647484 (test.test_gzip.TestGzip) PASS: test_append (test.test_gzip.TestGzip) PASS: test_buffered_reader (test.test_gzip.TestGzip) PASS: test_bytes_filename (test.test_gzip.TestGzip) PASS: test_compress (test.test_gzip.TestGzip) PASS: test_decompress (test.test_gzip.TestGzip) test_decompress_limited (test.test_gzip.TestGzip) PASS: Decompressed data buffering should be limited PASS: test_exclusive_write (test.test_gzip.TestGzip) PASS: test_fileobj_from_fdopen (test.test_gzip.TestGzip) PASS: test_fileobj_mode (test.test_gzip.TestGzip) PASS: test_io_on_closed_object (test.test_gzip.TestGzip) PASS: test_many_append (test.test_gzip.TestGzip) PASS: test_metadata (test.test_gzip.TestGzip) PASS: test_mode (test.test_gzip.TestGzip) PASS: test_mtime (test.test_gzip.TestGzip) PASS: test_non_seekable_file (test.test_gzip.TestGzip) PASS: test_paddedfile_getattr (test.test_gzip.TestGzip) PASS: test_peek (test.test_gzip.TestGzip) PASS: test_prepend_error (test.test_gzip.TestGzip) PASS: test_read (test.test_gzip.TestGzip) PASS: test_read1 (test.test_gzip.TestGzip) PASS: test_read_large (test.test_gzip.TestGzip) PASS: test_read_truncated (test.test_gzip.TestGzip) PASS: test_read_with_extra (test.test_gzip.TestGzip) PASS: test_readline (test.test_gzip.TestGzip) PASS: test_readlines (test.test_gzip.TestGzip) PASS: test_seek_read (test.test_gzip.TestGzip) PASS: test_seek_whence (test.test_gzip.TestGzip) PASS: test_seek_write (test.test_gzip.TestGzip) PASS: test_textio_readlines (test.test_gzip.TestGzip) PASS: test_with_open (test.test_gzip.TestGzip) PASS: test_write (test.test_gzip.TestGzip) PASS: test_write_array (test.test_gzip.TestGzip) PASS: test_write_bytearray (test.test_gzip.TestGzip) PASS: test_write_incompatible_type (test.test_gzip.TestGzip) PASS: test_write_memoryview (test.test_gzip.TestGzip) PASS: test_write_read_with_pathlike_file (test.test_gzip.TestGzip) PASS: test_zero_padded_file (test.test_gzip.TestGzip) PASS: test_bad_params (test.test_gzip.TestOpen) PASS: test_binary_modes (test.test_gzip.TestOpen) PASS: test_encoding (test.test_gzip.TestOpen) PASS: test_encoding_error_handler (test.test_gzip.TestOpen) PASS: test_fileobj (test.test_gzip.TestOpen) PASS: test_implicit_binary_modes (test.test_gzip.TestOpen) PASS: test_newline (test.test_gzip.TestOpen) PASS: test_pathlike_file (test.test_gzip.TestOpen) PASS: test_text_modes (test.test_gzip.TestOpen) PASS: test_compress_infile_outfile_default (test.test_gzip.TestCommandLine) PASS: test_compress_stdin_outfile (test.test_gzip.TestCommandLine) PASS: test_decompress_infile_outfile (test.test_gzip.TestCommandLine) PASS: test_decompress_infile_outfile_error (test.test_gzip.TestCommandLine) PASS: test_decompress_stdin_stdout (test.test_gzip.TestCommandLine) ---------------------------------------------------------------------- Ran 52 tests in 0.214s OK 0:06:05 load avg: 0.69 [170/416] test_hash PASS: test_empty_string (test.test_hash.BytesHashRandomizationTests) PASS: test_fixed_hash (test.test_hash.BytesHashRandomizationTests) PASS: test_long_fixed_hash (test.test_hash.BytesHashRandomizationTests) PASS: test_null_hash (test.test_hash.BytesHashRandomizationTests) PASS: test_randomized_hash (test.test_hash.BytesHashRandomizationTests) PASS: test_randomized_hash (test.test_hash.DatetimeDateTests) PASS: test_randomized_hash (test.test_hash.DatetimeDatetimeTests) PASS: test_randomized_hash (test.test_hash.DatetimeTimeTests) PASS: test_hashes (test.test_hash.HashBuiltinsTestCase) PASS: test_hash_distribution (test.test_hash.HashDistributionTestCase) PASS: test_coerced_floats (test.test_hash.HashEqualityTestCase) PASS: test_coerced_integers (test.test_hash.HashEqualityTestCase) PASS: test_numeric_literals (test.test_hash.HashEqualityTestCase) PASS: test_unaligned_buffers (test.test_hash.HashEqualityTestCase) PASS: test_default_hash (test.test_hash.HashInheritanceTestCase) PASS: test_error_hash (test.test_hash.HashInheritanceTestCase) PASS: test_fixed_hash (test.test_hash.HashInheritanceTestCase) PASS: test_hashable (test.test_hash.HashInheritanceTestCase) PASS: test_not_hashable (test.test_hash.HashInheritanceTestCase) PASS: test_empty_string (test.test_hash.MemoryviewHashRandomizationTests) PASS: test_fixed_hash (test.test_hash.MemoryviewHashRandomizationTests) PASS: test_long_fixed_hash (test.test_hash.MemoryviewHashRandomizationTests) PASS: test_null_hash (test.test_hash.MemoryviewHashRandomizationTests) PASS: test_randomized_hash (test.test_hash.MemoryviewHashRandomizationTests) PASS: test_empty_string (test.test_hash.StrHashRandomizationTests) PASS: test_fixed_hash (test.test_hash.StrHashRandomizationTests) PASS: test_long_fixed_hash (test.test_hash.StrHashRandomizationTests) PASS: test_null_hash (test.test_hash.StrHashRandomizationTests) PASS: test_randomized_hash (test.test_hash.StrHashRandomizationTests) PASS: test_ucs2_string (test.test_hash.StrHashRandomizationTests) ---------------------------------------------------------------------- Ran 30 tests in 0.465s OK 0:06:06 load avg: 0.69 [171/416] test_hashlib PASS: test_algorithms_available (test.test_hashlib.HashLibTestCase) PASS: test_algorithms_guaranteed (test.test_hashlib.HashLibTestCase) PASS: test_blake2b (test.test_hashlib.HashLibTestCase) SKIP: test_blake2b_vectors (test.test_hashlib.HashLibTestCase) "Use of the 'urlfetch' resource not enabled" PASS: test_blake2s (test.test_hashlib.HashLibTestCase) SKIP: test_blake2s_vectors (test.test_hashlib.HashLibTestCase) "Use of the 'urlfetch' resource not enabled" PASS: test_blocksize_name (test.test_hashlib.HashLibTestCase) PASS: test_blocksize_name_blake2 (test.test_hashlib.HashLibTestCase) PASS: test_blocksize_name_sha3 (test.test_hashlib.HashLibTestCase) PASS: test_case_blake2b_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_blake2b_1 (test.test_hashlib.HashLibTestCase) PASS: test_case_blake2b_all_parameters (test.test_hashlib.HashLibTestCase) PASS: test_case_blake2s_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_blake2s_1 (test.test_hashlib.HashLibTestCase) PASS: test_case_blake2s_all_parameters (test.test_hashlib.HashLibTestCase) PASS: test_case_md5_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_md5_1 (test.test_hashlib.HashLibTestCase) PASS: test_case_md5_2 (test.test_hashlib.HashLibTestCase) SKIP: test_case_md5_huge (test.test_hashlib.HashLibTestCase) 'not enough memory: 4.0G minimum needed' SKIP: test_case_md5_uintmax (test.test_hashlib.HashLibTestCase) 'not enough memory: 4.0G minimum needed' PASS: test_case_sha1_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha1_1 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha1_2 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha1_3 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha224_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha224_1 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha224_2 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha224_3 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha256_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha256_1 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha256_2 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha256_3 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha384_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha384_1 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha384_2 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha384_3 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha3_224_0 (test.test_hashlib.HashLibTestCase) SKIP: test_case_sha3_224_vector (test.test_hashlib.HashLibTestCase) "Use of the 'urlfetch' resource not enabled" PASS: test_case_sha3_256_0 (test.test_hashlib.HashLibTestCase) SKIP: test_case_sha3_256_vector (test.test_hashlib.HashLibTestCase) "Use of the 'urlfetch' resource not enabled" PASS: test_case_sha3_384_0 (test.test_hashlib.HashLibTestCase) SKIP: test_case_sha3_384_vector (test.test_hashlib.HashLibTestCase) "Use of the 'urlfetch' resource not enabled" PASS: test_case_sha3_512_0 (test.test_hashlib.HashLibTestCase) SKIP: test_case_sha3_512_vector (test.test_hashlib.HashLibTestCase) "Use of the 'urlfetch' resource not enabled" PASS: test_case_sha512_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha512_1 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha512_2 (test.test_hashlib.HashLibTestCase) PASS: test_case_sha512_3 (test.test_hashlib.HashLibTestCase) SKIP: test_case_shake128_vector (test.test_hashlib.HashLibTestCase) "Use of the 'urlfetch' resource not enabled" SKIP: test_case_shake256_vector (test.test_hashlib.HashLibTestCase) "Use of the 'urlfetch' resource not enabled" PASS: test_case_shake_128_0 (test.test_hashlib.HashLibTestCase) PASS: test_case_shake_256_0 (test.test_hashlib.HashLibTestCase) PASS: test_digest_length_overflow (test.test_hashlib.HashLibTestCase) PASS: test_extra_sha3 (test.test_hashlib.HashLibTestCase) PASS: test_get_builtin_constructor (test.test_hashlib.HashLibTestCase) PASS: test_gil (test.test_hashlib.HashLibTestCase) PASS: test_hash_array (test.test_hashlib.HashLibTestCase) PASS: test_hexdigest (test.test_hashlib.HashLibTestCase) PASS: test_large_update (test.test_hashlib.HashLibTestCase) PASS: test_name_attribute (test.test_hashlib.HashLibTestCase) PASS: test_no_unicode (test.test_hashlib.HashLibTestCase) PASS: test_no_unicode_blake2 (test.test_hashlib.HashLibTestCase) PASS: test_no_unicode_sha3 (test.test_hashlib.HashLibTestCase) SKIP: test_refleaks_in_hash___init__ (test.test_hashlib.HashLibTestCase) "object has no attribute 'gettotalrefcount'" PASS: test_threaded_hashing (test.test_hashlib.HashLibTestCase) PASS: test_unknown_hash (test.test_hashlib.HashLibTestCase) PASS: test_pbkdf2_hmac_c (test.test_hashlib.KDFTests) PASS: test_pbkdf2_hmac_py (test.test_hashlib.KDFTests) PASS: test_scrypt (test.test_hashlib.KDFTests) ---------------------------------------------------------------------- Ran 69 tests in 0.492s OK (skipped=11) 0:06:07 load avg: 0.69 [172/416] test_heapq PASS: test_arg_parsing (test.test_heapq.TestErrorHandlingC) PASS: test_get_only (test.test_heapq.TestErrorHandlingC) PASS: test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingC) PASS: test_heappush_mutating_heap (test.test_heapq.TestErrorHandlingC) PASS: test_iterable_args (test.test_heapq.TestErrorHandlingC) PASS: test_len_only (test.test_heapq.TestErrorHandlingC) PASS: test_non_sequence (test.test_heapq.TestErrorHandlingC) PASS: test_arg_parsing (test.test_heapq.TestErrorHandlingPython) PASS: test_get_only (test.test_heapq.TestErrorHandlingPython) PASS: test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingPython) PASS: test_heappush_mutating_heap (test.test_heapq.TestErrorHandlingPython) PASS: test_iterable_args (test.test_heapq.TestErrorHandlingPython) PASS: test_len_only (test.test_heapq.TestErrorHandlingPython) PASS: test_non_sequence (test.test_heapq.TestErrorHandlingPython) PASS: test_comparison_operator (test.test_heapq.TestHeapC) PASS: test_heapify (test.test_heapq.TestHeapC) PASS: test_heappushpop (test.test_heapq.TestHeapC) PASS: test_heapsort (test.test_heapq.TestHeapC) PASS: test_merge (test.test_heapq.TestHeapC) PASS: test_merge_does_not_suppress_index_error (test.test_heapq.TestHeapC) PASS: test_merge_stability (test.test_heapq.TestHeapC) PASS: test_naive_nbest (test.test_heapq.TestHeapC) PASS: test_nbest (test.test_heapq.TestHeapC) PASS: test_nbest_with_pushpop (test.test_heapq.TestHeapC) PASS: test_nlargest (test.test_heapq.TestHeapC) PASS: test_nsmallest (test.test_heapq.TestHeapC) PASS: test_push_pop (test.test_heapq.TestHeapC) PASS: test_comparison_operator (test.test_heapq.TestHeapPython) PASS: test_heapify (test.test_heapq.TestHeapPython) PASS: test_heappushpop (test.test_heapq.TestHeapPython) PASS: test_heapsort (test.test_heapq.TestHeapPython) PASS: test_merge (test.test_heapq.TestHeapPython) PASS: test_merge_does_not_suppress_index_error (test.test_heapq.TestHeapPython) PASS: test_merge_stability (test.test_heapq.TestHeapPython) PASS: test_naive_nbest (test.test_heapq.TestHeapPython) PASS: test_nbest (test.test_heapq.TestHeapPython) PASS: test_nbest_with_pushpop (test.test_heapq.TestHeapPython) PASS: test_nlargest (test.test_heapq.TestHeapPython) PASS: test_nsmallest (test.test_heapq.TestHeapPython) PASS: test_push_pop (test.test_heapq.TestHeapPython) PASS: test_c_functions (test.test_heapq.TestModules) PASS: test_py_functions (test.test_heapq.TestModules) ---------------------------------------------------------------------- Ran 42 tests in 0.468s OK 0:06:07 load avg: 0.69 [173/416] test_hmac PASS: test_compare_digest (test.test_hmac.CompareDigestTestCase) PASS: test_dot_new_with_str_key (test.test_hmac.ConstructorTestCase) PASS: test_normal (test.test_hmac.ConstructorTestCase) PASS: test_with_bytearray (test.test_hmac.ConstructorTestCase) PASS: test_with_memoryview_msg (test.test_hmac.ConstructorTestCase) PASS: test_with_str_key (test.test_hmac.ConstructorTestCase) PASS: test_withmodule (test.test_hmac.ConstructorTestCase) PASS: test_withtext (test.test_hmac.ConstructorTestCase) PASS: test_attributes (test.test_hmac.CopyTestCase) PASS: test_equality (test.test_hmac.CopyTestCase) PASS: test_realcopy (test.test_hmac.CopyTestCase) PASS: test_default_is_md5 (test.test_hmac.SanityTestCase) PASS: test_exercise_all_methods (test.test_hmac.SanityTestCase) PASS: test_legacy_block_size_warnings (test.test_hmac.TestVectorsTestCase) PASS: test_md5_vectors (test.test_hmac.TestVectorsTestCase) PASS: test_sha224_rfc4231 (test.test_hmac.TestVectorsTestCase) PASS: test_sha256_rfc4231 (test.test_hmac.TestVectorsTestCase) PASS: test_sha384_rfc4231 (test.test_hmac.TestVectorsTestCase) PASS: test_sha512_rfc4231 (test.test_hmac.TestVectorsTestCase) PASS: test_sha_vectors (test.test_hmac.TestVectorsTestCase) PASS: test_with_digestmod_warning (test.test_hmac.TestVectorsTestCase) ---------------------------------------------------------------------- Ran 21 tests in 0.008s OK 0:06:08 load avg: 0.69 [174/416] test_html PASS: test_escape (test.test_html.HtmlTests) PASS: test_unescape (test.test_html.HtmlTests) ---------------------------------------------------------------------- Ran 2 tests in 0.004s OK 0:06:08 load avg: 0.69 [175/416] test_htmlparser PASS: test_adjacent_attributes (test.test_htmlparser.AttributesTestCase) PASS: test_attr_entity_replacement (test.test_htmlparser.AttributesTestCase) PASS: test_attr_funky_names (test.test_htmlparser.AttributesTestCase) PASS: test_attr_funky_names2 (test.test_htmlparser.AttributesTestCase) PASS: test_attr_nonascii (test.test_htmlparser.AttributesTestCase) PASS: test_attr_syntax (test.test_htmlparser.AttributesTestCase) PASS: test_attr_values (test.test_htmlparser.AttributesTestCase) PASS: test_end_tag_in_attribute_value (test.test_htmlparser.AttributesTestCase) PASS: test_entities_in_attribute_value (test.test_htmlparser.AttributesTestCase) PASS: test_entityrefs_in_attributes (test.test_htmlparser.AttributesTestCase) PASS: test_javascript_attribute_value (test.test_htmlparser.AttributesTestCase) PASS: test_malformed_adjacent_attributes (test.test_htmlparser.AttributesTestCase) PASS: test_malformed_attributes (test.test_htmlparser.AttributesTestCase) PASS: test_missing_attribute_value (test.test_htmlparser.AttributesTestCase) PASS: test_EOF_in_charref (test.test_htmlparser.HTMLParserTestCase) PASS: test_bad_nesting (test.test_htmlparser.HTMLParserTestCase) PASS: test_bare_ampersands (test.test_htmlparser.HTMLParserTestCase) PASS: test_bare_pointy_brackets (test.test_htmlparser.HTMLParserTestCase) PASS: test_broken_comments (test.test_htmlparser.HTMLParserTestCase) PASS: test_broken_condcoms (test.test_htmlparser.HTMLParserTestCase) PASS: test_broken_invalid_end_tag (test.test_htmlparser.HTMLParserTestCase) PASS: test_buffer_artefacts (test.test_htmlparser.HTMLParserTestCase) PASS: test_cdata_content (test.test_htmlparser.HTMLParserTestCase) PASS: test_cdata_with_closing_tags (test.test_htmlparser.HTMLParserTestCase) PASS: test_comma_between_attributes (test.test_htmlparser.HTMLParserTestCase) PASS: test_comments (test.test_htmlparser.HTMLParserTestCase) PASS: test_condcoms (test.test_htmlparser.HTMLParserTestCase) PASS: test_convert_charrefs (test.test_htmlparser.HTMLParserTestCase) PASS: test_convert_charrefs_dropped_text (test.test_htmlparser.HTMLParserTestCase) PASS: test_correct_detection_of_start_tags (test.test_htmlparser.HTMLParserTestCase) PASS: test_declaration_junk_chars (test.test_htmlparser.HTMLParserTestCase) PASS: test_get_starttag_text (test.test_htmlparser.HTMLParserTestCase) PASS: test_illegal_declarations (test.test_htmlparser.HTMLParserTestCase) PASS: test_invalid_end_tags (test.test_htmlparser.HTMLParserTestCase) PASS: test_malformatted_charref (test.test_htmlparser.HTMLParserTestCase) PASS: test_processing_instruction_only (test.test_htmlparser.HTMLParserTestCase) PASS: test_simple_html (test.test_htmlparser.HTMLParserTestCase) PASS: test_slashes_in_starttag (test.test_htmlparser.HTMLParserTestCase) PASS: test_startendtag (test.test_htmlparser.HTMLParserTestCase) PASS: test_starttag_end_boundary (test.test_htmlparser.HTMLParserTestCase) PASS: test_starttag_junk_chars (test.test_htmlparser.HTMLParserTestCase) PASS: test_tolerant_parsing (test.test_htmlparser.HTMLParserTestCase) PASS: test_unclosed_entityref (test.test_htmlparser.HTMLParserTestCase) PASS: test_unescape_method (test.test_htmlparser.HTMLParserTestCase) PASS: test_valid_doctypes (test.test_htmlparser.HTMLParserTestCase) PASS: test_weird_chars_in_unquoted_attribute_values (test.test_htmlparser.HTMLParserTestCase) PASS: test_with_unquoted_attributes (test.test_htmlparser.HTMLParserTestCase) ---------------------------------------------------------------------- Ran 47 tests in 0.042s OK 0:06:08 load avg: 0.69 [176/416] test_http_cookiejar PASS: test_http2time (test.test_http_cookiejar.DateTimeTests) PASS: test_http2time_formats (test.test_http_cookiejar.DateTimeTests) PASS: test_http2time_garbage (test.test_http_cookiejar.DateTimeTests) PASS: test_iso2time (test.test_http_cookiejar.DateTimeTests) PASS: test_iso2time_formats (test.test_http_cookiejar.DateTimeTests) PASS: test_iso2time_garbage (test.test_http_cookiejar.DateTimeTests) PASS: test_time2isoz (test.test_http_cookiejar.DateTimeTests) PASS: test_time2netscape (test.test_http_cookiejar.DateTimeTests) PASS: test_join_header_words (test.test_http_cookiejar.HeaderTests) PASS: test_parse_ns_headers (test.test_http_cookiejar.HeaderTests) PASS: test_parse_ns_headers_special_names (test.test_http_cookiejar.HeaderTests) PASS: test_parse_ns_headers_version (test.test_http_cookiejar.HeaderTests) PASS: test_roundtrip (test.test_http_cookiejar.HeaderTests) PASS: test_split_header_words (test.test_http_cookiejar.HeaderTests) PASS: test_Cookie_iterator (test.test_http_cookiejar.CookieTests) PASS: test_bad_cookie_header (test.test_http_cookiejar.CookieTests) PASS: test_default_path (test.test_http_cookiejar.CookieTests) PASS: test_default_path_with_query (test.test_http_cookiejar.CookieTests) PASS: test_domain_allow (test.test_http_cookiejar.CookieTests) PASS: test_domain_block (test.test_http_cookiejar.CookieTests) PASS: test_domain_match (test.test_http_cookiejar.CookieTests) PASS: test_domain_mirror (test.test_http_cookiejar.CookieTests) PASS: test_domain_return_ok (test.test_http_cookiejar.CookieTests) PASS: test_escape_path (test.test_http_cookiejar.CookieTests) PASS: test_expires (test.test_http_cookiejar.CookieTests) PASS: test_is_HDN (test.test_http_cookiejar.CookieTests) PASS: test_missing_final_slash (test.test_http_cookiejar.CookieTests) PASS: test_missing_value (test.test_http_cookiejar.CookieTests) PASS: test_no_return_comment (test.test_http_cookiejar.CookieTests) PASS: test_ns_parser (test.test_http_cookiejar.CookieTests) PASS: test_ns_parser_special_names (test.test_http_cookiejar.CookieTests) PASS: test_parse_ns_headers (test.test_http_cookiejar.CookieTests) PASS: test_path_mirror (test.test_http_cookiejar.CookieTests) PASS: test_path_prefix_match (test.test_http_cookiejar.CookieTests) PASS: test_port_mirror (test.test_http_cookiejar.CookieTests) PASS: test_quote_cookie_value (test.test_http_cookiejar.CookieTests) PASS: test_reach (test.test_http_cookiejar.CookieTests) PASS: test_request_host (test.test_http_cookiejar.CookieTests) PASS: test_request_path (test.test_http_cookiejar.CookieTests) PASS: test_request_port (test.test_http_cookiejar.CookieTests) PASS: test_rfc2109_handling (test.test_http_cookiejar.CookieTests) PASS: test_secure (test.test_http_cookiejar.CookieTests) PASS: test_strict_domain (test.test_http_cookiejar.CookieTests) PASS: test_two_component_domain_ns (test.test_http_cookiejar.CookieTests) PASS: test_two_component_domain_rfc2965 (test.test_http_cookiejar.CookieTests) PASS: test_wrong_domain (test.test_http_cookiejar.CookieTests) PASS: test_bad_magic (test.test_http_cookiejar.FileCookieJarTests) PASS: test_lwp_valueless_cookie (test.test_http_cookiejar.FileCookieJarTests) PASS: test_empty_path (test.test_http_cookiejar.LWPCookieTests) PASS: test_ietf_example_1 (test.test_http_cookiejar.LWPCookieTests) PASS: test_ietf_example_2 (test.test_http_cookiejar.LWPCookieTests) PASS: test_intranet_domains_2965 (test.test_http_cookiejar.LWPCookieTests) PASS: test_intranet_domains_ns (test.test_http_cookiejar.LWPCookieTests) PASS: test_mozilla (test.test_http_cookiejar.LWPCookieTests) PASS: test_netscape_example_1 (test.test_http_cookiejar.LWPCookieTests) PASS: test_netscape_example_2 (test.test_http_cookiejar.LWPCookieTests) PASS: test_netscape_misc (test.test_http_cookiejar.LWPCookieTests) PASS: test_rejection (test.test_http_cookiejar.LWPCookieTests) PASS: test_session_cookies (test.test_http_cookiejar.LWPCookieTests) PASS: test_url_encoding (test.test_http_cookiejar.LWPCookieTests) ---------------------------------------------------------------------- Ran 60 tests in 0.056s OK 0:06:08 load avg: 0.69 [177/416] test_http_cookies PASS: test_basic (test.test_http_cookies.CookieTests) PASS: test_comment_quoting (test.test_http_cookies.CookieTests) PASS: test_extended_encode (test.test_http_cookies.CookieTests) PASS: test_extra_spaces (test.test_http_cookies.CookieTests) PASS: test_illegal_chars (test.test_http_cookies.CookieTests) PASS: test_invalid_cookies (test.test_http_cookies.CookieTests) PASS: test_load (test.test_http_cookies.CookieTests) PASS: test_pickle (test.test_http_cookies.CookieTests) PASS: test_quoted_meta (test.test_http_cookies.CookieTests) PASS: test_secure_httponly_false_if_not_present (test.test_http_cookies.CookieTests) PASS: test_secure_httponly_true_if_have_value (test.test_http_cookies.CookieTests) PASS: test_secure_httponly_true_if_present (test.test_http_cookies.CookieTests) PASS: test_set_secure_httponly_attrs (test.test_http_cookies.CookieTests) PASS: test_special_attrs (test.test_http_cookies.CookieTests) PASS: test_copy (test.test_http_cookies.MorselTests) PASS: test_defaults (test.test_http_cookies.MorselTests) PASS: test_eq (test.test_http_cookies.MorselTests) PASS: test_pickle (test.test_http_cookies.MorselTests) PASS: test_repr (test.test_http_cookies.MorselTests) PASS: test_reserved_keys (test.test_http_cookies.MorselTests) PASS: test_set_properties (test.test_http_cookies.MorselTests) PASS: test_setdefault (test.test_http_cookies.MorselTests) PASS: test_setitem (test.test_http_cookies.MorselTests) PASS: test_setter (test.test_http_cookies.MorselTests) PASS: test_update (test.test_http_cookies.MorselTests) ---------------------------------------------------------------------- Ran 25 tests in 0.008s OK Trying: from http import cookies Expecting nothing ok Trying: C = cookies.SimpleCookie() Expecting nothing ok Trying: C = cookies.SimpleCookie() Expecting nothing ok Trying: C["fig"] = "newton" Expecting nothing ok Trying: C["sugar"] = "wafer" Expecting nothing ok Trying: C.output() Expecting: 'Set-Cookie: fig=newton\r\nSet-Cookie: sugar=wafer' ok Trying: C = cookies.SimpleCookie() Expecting nothing ok Trying: C["rocky"] = "road" Expecting nothing ok Trying: C["rocky"]["path"] = "/cookie" Expecting nothing ok Trying: print(C.output(header="Cookie:")) Expecting: Cookie: rocky=road; Path=/cookie ok Trying: print(C.output(attrs=[], header="Cookie:")) Expecting: Cookie: rocky=road ok Trying: C = cookies.SimpleCookie() Expecting nothing ok Trying: C.load("chips=ahoy; vienna=finger") Expecting nothing ok Trying: C.output() Expecting: 'Set-Cookie: chips=ahoy\r\nSet-Cookie: vienna=finger' ok Trying: C = cookies.SimpleCookie() Expecting nothing ok Trying: C.load('keebler="E=everybody; L=\\"Loves\\"; fudge=\\012;";') Expecting nothing ok Trying: print(C) Expecting: Set-Cookie: keebler="E=everybody; L=\"Loves\"; fudge=\012;" ok Trying: C = cookies.SimpleCookie() Expecting nothing ok Trying: C["oreo"] = "doublestuff" Expecting nothing ok Trying: C["oreo"]["path"] = "/" Expecting nothing ok Trying: print(C) Expecting: Set-Cookie: oreo=doublestuff; Path=/ ok Trying: C = cookies.SimpleCookie() Expecting nothing ok Trying: C["twix"] = "none for you" Expecting nothing ok Trying: C["twix"].value Expecting: 'none for you' ok Trying: C = cookies.SimpleCookie() Expecting nothing ok Trying: C["number"] = 7 Expecting nothing ok Trying: C["string"] = "seven" Expecting nothing ok Trying: C["number"].value Expecting: '7' ok Trying: C["string"].value Expecting: 'seven' ok Trying: C.output() Expecting: 'Set-Cookie: number=7\r\nSet-Cookie: string=seven' ok 36 items had no tests: http.cookies.BaseCookie http.cookies.BaseCookie._BaseCookie__parse_string http.cookies.BaseCookie._BaseCookie__set http.cookies.BaseCookie.__init__ http.cookies.BaseCookie.__repr__ http.cookies.BaseCookie.__setitem__ http.cookies.BaseCookie.js_output http.cookies.BaseCookie.load http.cookies.BaseCookie.output http.cookies.BaseCookie.value_decode http.cookies.BaseCookie.value_encode http.cookies.CookieError http.cookies.Morsel http.cookies.Morsel.OutputString http.cookies.Morsel.__eq__ http.cookies.Morsel.__getstate__ http.cookies.Morsel.__init__ http.cookies.Morsel.__repr__ http.cookies.Morsel.__setitem__ http.cookies.Morsel.__setstate__ http.cookies.Morsel.coded_value http.cookies.Morsel.copy http.cookies.Morsel.isReservedKey http.cookies.Morsel.js_output http.cookies.Morsel.key http.cookies.Morsel.output http.cookies.Morsel.set http.cookies.Morsel.setdefault http.cookies.Morsel.update http.cookies.Morsel.value http.cookies.SimpleCookie http.cookies.SimpleCookie.value_decode http.cookies.SimpleCookie.value_encode http.cookies._getdate http.cookies._quote http.cookies._unquote 1 items passed all tests: 30 tests in http.cookies 30 tests in 37 items. 30 passed and 0 failed. Test passed. doctest (http.cookies) ... 30 tests with zero failures 0:06:09 load avg: 0.69 [178/416] test_httplib PASS: test_bad_status_repr (test.test_httplib.BasicTest) test_blocksize_request (test.test_httplib.BasicTest) PASS: Check that request() respects the configured block size. test_blocksize_send (test.test_httplib.BasicTest) PASS: Check that send() respects the configured block size. PASS: test_chunked (test.test_httplib.BasicTest) PASS: test_chunked_extension (test.test_httplib.BasicTest) PASS: test_chunked_head (test.test_httplib.BasicTest) test_chunked_missing_end (test.test_httplib.BasicTest) PASS: some servers may serve up a short chunked encoding stream test_chunked_sync (test.test_httplib.BasicTest) PASS: Check that we don't read past the end of the chunked-encoding stream test_chunked_trailers (test.test_httplib.BasicTest) PASS: See that trailers are read and ignored test_content_length_sync (test.test_httplib.BasicTest) PASS: Check that we don't read past the end of the Content-Length stream PASS: test_early_eof (test.test_httplib.BasicTest) PASS: test_epipe (test.test_httplib.BasicTest) PASS: test_error_leak (test.test_httplib.BasicTest) PASS: test_host_port (test.test_httplib.BasicTest) PASS: test_incomplete_read (test.test_httplib.BasicTest) PASS: test_mixed_reads (test.test_httplib.BasicTest) PASS: test_negative_content_length (test.test_httplib.BasicTest) PASS: test_overflowing_chunked_line (test.test_httplib.BasicTest) PASS: test_overflowing_header_line (test.test_httplib.BasicTest) PASS: test_overflowing_status_line (test.test_httplib.BasicTest) PASS: test_partial_readintos (test.test_httplib.BasicTest) PASS: test_partial_readintos_incomplete_body (test.test_httplib.BasicTest) PASS: test_partial_readintos_no_content_length (test.test_httplib.BasicTest) PASS: test_partial_reads (test.test_httplib.BasicTest) PASS: test_partial_reads_incomplete_body (test.test_httplib.BasicTest) PASS: test_partial_reads_no_content_length (test.test_httplib.BasicTest) PASS: test_read1_bound_content_length (test.test_httplib.BasicTest) PASS: test_read1_content_length (test.test_httplib.BasicTest) PASS: test_read_head (test.test_httplib.BasicTest) PASS: test_readinto_chunked (test.test_httplib.BasicTest) PASS: test_readinto_chunked_head (test.test_httplib.BasicTest) PASS: test_readinto_head (test.test_httplib.BasicTest) PASS: test_readline_bound_content_length (test.test_httplib.BasicTest) PASS: test_readlines_content_length (test.test_httplib.BasicTest) PASS: test_response_fileno (test.test_httplib.BasicTest) PASS: test_response_headers (test.test_httplib.BasicTest) PASS: test_send (test.test_httplib.BasicTest) PASS: test_send_file (test.test_httplib.BasicTest) PASS: test_send_iter (test.test_httplib.BasicTest) PASS: test_send_type_error (test.test_httplib.BasicTest) PASS: test_send_updating_file (test.test_httplib.BasicTest) PASS: test_status_lines (test.test_httplib.BasicTest) PASS: test_too_many_headers (test.test_httplib.BasicTest) PASS: test_peek (test.test_httplib.ExtendedReadTest) PASS: test_peek_0 (test.test_httplib.ExtendedReadTest) PASS: test_read1 (test.test_httplib.ExtendedReadTest) PASS: test_read1_0 (test.test_httplib.ExtendedReadTest) PASS: test_read1_bounded (test.test_httplib.ExtendedReadTest) PASS: test_read1_unbounded (test.test_httplib.ExtendedReadTest) PASS: test_readline (test.test_httplib.ExtendedReadTest) PASS: test_peek (test.test_httplib.ExtendedReadTestChunked) PASS: test_peek_0 (test.test_httplib.ExtendedReadTestChunked) PASS: test_read1 (test.test_httplib.ExtendedReadTestChunked) PASS: test_read1_0 (test.test_httplib.ExtendedReadTestChunked) PASS: test_read1_bounded (test.test_httplib.ExtendedReadTestChunked) PASS: test_read1_unbounded (test.test_httplib.ExtendedReadTestChunked) PASS: test_readline (test.test_httplib.ExtendedReadTestChunked) PASS: test_getting_header (test.test_httplib.HTTPResponseTest) PASS: test_getting_header_defaultint (test.test_httplib.HTTPResponseTest) PASS: test_getting_nonexistent_header_with_iterable_default (test.test_httplib.HTTPResponseTest) PASS: test_getting_nonexistent_header_with_string_default (test.test_httplib.HTTPResponseTest) PASS: test_getting_nonexistent_header_without_default (test.test_httplib.HTTPResponseTest) PASS: test_attributes (test.test_httplib.HTTPSTest) PASS: test_host_port (test.test_httplib.HTTPSTest) test_local_bad_hostname (test.test_httplib.HTTPSTest) ... server (('127.0.0.1', 33101):33101 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [16/Aug/2019 20:58:35] code 404, message File not found server (('127.0.0.1', 33101):33101 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [16/Aug/2019 20:58:35] "GET /nonexistent HTTP/1.1" 404 - server (('127.0.0.1', 33101):33101 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [16/Aug/2019 20:58:35] code 404, message File not found server (('127.0.0.1', 33101):33101 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [16/Aug/2019 20:58:35] "GET /nonexistent HTTP/1.1" 404 - stopping HTTPS server joining HTTPS thread ok test_local_good_hostname (test.test_httplib.HTTPSTest) ... server (('127.0.0.1', 36099):36099 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [16/Aug/2019 20:58:35] code 404, message File not found server (('127.0.0.1', 36099):36099 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [16/Aug/2019 20:58:35] "GET /nonexistent HTTP/1.1" 404 - stopping HTTPS server joining HTTPS thread ok test_local_unknown_cert (test.test_httplib.HTTPSTest) ... stopping HTTPS server joining HTTPS thread ok SKIP: test_networked (test.test_httplib.HTTPSTest) "Use of the 'network' resource not enabled" SKIP: test_networked_bad_cert (test.test_httplib.HTTPSTest) "Use of the 'network' resource not enabled" SKIP: test_networked_good_cert (test.test_httplib.HTTPSTest) "Use of the 'network' resource not enabled" SKIP: test_networked_noverification (test.test_httplib.HTTPSTest) "Use of the 'network' resource not enabled" SKIP: test_networked_trusted_by_default_cert (test.test_httplib.HTTPSTest) "Use of the 'network' resource not enabled" PASS: test_tls13_pha (test.test_httplib.HTTPSTest) PASS: test_auto_headers (test.test_httplib.HeaderTests) PASS: test_content_length_0 (test.test_httplib.HeaderTests) PASS: test_headers_debuglevel (test.test_httplib.HeaderTests) PASS: test_invalid_headers (test.test_httplib.HeaderTests) PASS: test_ipv6host_header (test.test_httplib.HeaderTests) PASS: test_malformed_headers_coped_with (test.test_httplib.HeaderTests) PASS: test_parse_all_octets (test.test_httplib.HeaderTests) PASS: test_putheader (test.test_httplib.HeaderTests) PASS: test_all (test.test_httplib.OfflineTest) PASS: test_client_constants (test.test_httplib.OfflineTest) PASS: test_responses (test.test_httplib.OfflineTest) PASS: test_100_close (test.test_httplib.PersistenceTest) PASS: test_disconnected (test.test_httplib.PersistenceTest) PASS: test_reuse_reconnect (test.test_httplib.PersistenceTest) PASS: test_ascii_body (test.test_httplib.RequestBodyTest) PASS: test_binary_file_body (test.test_httplib.RequestBodyTest) PASS: test_bytes_body (test.test_httplib.RequestBodyTest) PASS: test_latin1_body (test.test_httplib.RequestBodyTest) PASS: test_list_body (test.test_httplib.RequestBodyTest) PASS: test_manual_content_length (test.test_httplib.RequestBodyTest) PASS: test_text_file_body (test.test_httplib.RequestBodyTest) PASS: testHTTPConnectionSourceAddress (test.test_httplib.SourceAddressTest) PASS: testHTTPSConnectionSourceAddress (test.test_httplib.SourceAddressTest) PASS: testTimeoutAttribute (test.test_httplib.TimeoutTest) PASS: test_empty_body (test.test_httplib.TransferEncodingTest) PASS: test_endheaders_chunked (test.test_httplib.TransferEncodingTest) PASS: test_explicit_headers (test.test_httplib.TransferEncodingTest) PASS: test_request (test.test_httplib.TransferEncodingTest) PASS: test_connect_put_request (test.test_httplib.TunnelTests) PASS: test_connect_with_tunnel (test.test_httplib.TunnelTests) PASS: test_disallow_set_tunnel_after_connect (test.test_httplib.TunnelTests) PASS: test_set_tunnel_host_port_headers (test.test_httplib.TunnelTests) PASS: test_tunnel_debuglog (test.test_httplib.TunnelTests) ---------------------------------------------------------------------- Ran 106 tests in 0.089s OK (skipped=5) 0:06:09 load avg: 0.72 [179/416] test_httpservers Got an error: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1076) Got an error: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1076) Got an error: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1076) Got an error: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1076) PASS: test_err (test.test_httpservers.RequestHandlerLoggingTestCase) PASS: test_get (test.test_httpservers.RequestHandlerLoggingTestCase) PASS: test_close_connection (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_date_time_string (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_extra_space (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_header_buffering_of_send_error (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_header_buffering_of_send_header (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_header_buffering_of_send_response_only (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_header_length (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_header_unbuffered_when_continue (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_html_escape_on_error (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_http_0_9 (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_http_1_0 (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_http_1_1 (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_request_length (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_too_many_headers (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_with_continue_1_0 (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_with_continue_1_1 (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_with_continue_rejected (test.test_httpservers.BaseHTTPRequestHandlerTestCase) PASS: test_command (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_error_content_length (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_handler (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_head_via_send_error (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_header_close (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_header_keep_alive (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_internal_key_error (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_latin1_header (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_request_line_trimming (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_return_custom_status (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_return_explain_error (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_return_header_keep_alive (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_send_blank (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_send_error (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_version_bogus (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_version_digits (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_version_invalid (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_version_none (test.test_httpservers.BaseHTTPServerTestCase) PASS: test_version_none_get (test.test_httpservers.BaseHTTPServerTestCase) test_browser_cache (test.test_httpservers.SimpleHTTPServerTestCase) PASS: Check that when a request to /test is sent with the request header PASS: test_browser_cache_file_changed (test.test_httpservers.SimpleHTTPServerTestCase) PASS: test_browser_cache_with_If_None_Match_header (test.test_httpservers.SimpleHTTPServerTestCase) PASS: test_get (test.test_httpservers.SimpleHTTPServerTestCase) PASS: test_head (test.test_httpservers.SimpleHTTPServerTestCase) PASS: test_html_escape_filename (test.test_httpservers.SimpleHTTPServerTestCase) PASS: test_invalid_requests (test.test_httpservers.SimpleHTTPServerTestCase) test_last_modified (test.test_httpservers.SimpleHTTPServerTestCase) PASS: Checks that the datetime returned in Last-Modified response header PASS: test_path_without_leading_slash (test.test_httpservers.SimpleHTTPServerTestCase) PASS: test_undecodable_filename (test.test_httpservers.SimpleHTTPServerTestCase) SKIP: test_authorization (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_headers_and_content (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_invaliduri (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_issue19435 (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_nested_cgi_path_issue21323 (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_no_leading_slash (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_os_environ_is_not_altered (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_post (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_query_with_continuous_slashes (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_query_with_multiple_question_mark (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_url_collapse_path (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." SKIP: test_urlquote_decoding_in_cgi_check (test.test_httpservers.CGIHTTPServerTestCase) "This test can't be run reliably as root (issue #13308)." PASS: test_query_arguments (test.test_httpservers.SimpleHTTPRequestHandlerTestCase) PASS: test_start_with_double_slash (test.test_httpservers.SimpleHTTPRequestHandlerTestCase) PASS: test_windows_colon (test.test_httpservers.SimpleHTTPRequestHandlerTestCase) PASS: test_all (test.test_httpservers.MiscTestCase) ---------------------------------------------------------------------- Ran 64 tests in 0.083s OK (skipped=12) 0:06:09 load avg: 0.72 [180/416] test_idle test_idle skipped -- No module named '_tkinter' 0:06:09 load avg: 0.72 [181/416] test_imaplib -- test_idle skipped PASS: test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPSSLTests) test_aborted_authentication (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'NAFM0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'NAFM0 OK CAPABILITY completed' GOT: b'NAFM1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'*' SENT: b'NAFM1 NO [AUTHENTICATIONFAILED] aborted' ok test_bad_auth_name (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'MBGF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'MBGF0 OK CAPABILITY completed' GOT: b'MBGF1 AUTHENTICATE METHOD' SENT: b'MBGF1 NO unrecognized authentication type METHOD' ok PASS: test_certfile_arg_warn (test.test_imaplib.NewIMAPSSLTests) test_enable_UTF8_True_append (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'KJOC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT' SENT: b'KJOC0 OK CAPABILITY completed' GOT: b'KJOC1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'KJOC1 OK FAKEAUTH successful' GOT: b'KJOC2 ENABLE UTF8=ACCEPT' SENT: b'KJOC2 OK ENABLE successful' GOT: b'KJOC3 APPEND INBOX {30}' SENT: b'+' GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)' SENT: b'KJOC3 OK okay' ok test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'NCDO0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'NCDO0 OK CAPABILITY completed' GOT: b'NCDO1 LOGIN user "pass"' SENT: b'NCDO1 OK LOGIN completed' ok test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'NOFP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'NOFP0 OK CAPABILITY completed' ok test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'HPCD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'HPCD0 OK CAPABILITY completed' ok test_invalid_authentication (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'DLDM0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'DLDM0 OK CAPABILITY completed' GOT: b'DLDM1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'DLDM1 NO [AUTHENTICATIONFAILED] invalid' ok test_line_termination (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'PPBG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'PPBG0 OK CAPABILITY completed' ok PASS: test_linetoolong (test.test_imaplib.NewIMAPSSLTests) test_login (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'JBHD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JBHD0 OK CAPABILITY completed' GOT: b'JBHD1 LOGIN user "pass"' SENT: b'JBHD1 OK LOGIN completed' ok test_login_cram_md5_bytes (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'OHCE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'OHCE0 OK CAPABILITY completed' GOT: b'OHCE1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'OHCE1 OK CRAM-MD5 successful' ok test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'KDLA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'KDLA0 OK CAPABILITY completed' GOT: b'KDLA1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'KDLA1 OK CRAM-MD5 successful' ok test_logout (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'IMBL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'IMBL0 OK CAPABILITY completed' GOT: b'IMBL1 LOGIN user "pass"' SENT: b'IMBL1 OK LOGIN completed' GOT: b'IMBL2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'IMBL2 OK LOGOUT completed' ok test_lsub (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'ENAL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'ENAL0 OK CAPABILITY completed' GOT: b'ENAL1 LOGIN user "pass"' SENT: b'ENAL1 OK LOGIN completed' GOT: b'ENAL2 LSUB "" *' SENT: b'* LSUB () "." directoryA' SENT: b'ENAL2 OK LSUB completed' ok test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'EIDP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'EIDP0 OK CAPABILITY completed' GOT: b'EIDP1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'EIDP1 OK FAKEAUTH successful' GOT: b'EIDP2 ENABLE UTF8=ACCEPT' SENT: b'EIDP2 OK ENABLE successful' ok test_simple_with_statement (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'EHPB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'EHPB0 OK CAPABILITY completed' GOT: b'EHPB1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'EHPB1 OK LOGOUT completed' ok test_ssl_raises (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'GBDE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'GBDE0 OK CAPABILITY completed' ok test_ssl_verified (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'DGIN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'DGIN0 OK CAPABILITY completed' SENT: b'* OK IMAP4rev1' GOT: b'JBAE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JBAE0 OK CAPABILITY completed' ok test_valid_authentication_bytes (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'KPOA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'KPOA0 OK CAPABILITY completed' GOT: b'KPOA1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'KPOA1 OK FAKEAUTH successful' ok test_valid_authentication_plain_text (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'OJEG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'OJEG0 OK CAPABILITY completed' GOT: b'OJEG1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'OJEG1 OK FAKEAUTH successful' ok test_with_statement (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'GJKK0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'GJKK0 OK CAPABILITY completed' GOT: b'GJKK1 LOGIN user "pass"' SENT: b'GJKK1 OK LOGIN completed' GOT: b'GJKK2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'GJKK2 OK LOGOUT completed' ok test_with_statement_logout (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'CCEF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CCEF0 OK CAPABILITY completed' GOT: b'CCEF1 LOGIN user "pass"' SENT: b'CCEF1 OK LOGIN completed' GOT: b'CCEF2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'CCEF2 OK LOGOUT completed' ok PASS: test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPTests) test_aborted_authentication (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'JKKK0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JKKK0 OK CAPABILITY completed' GOT: b'JKKK1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'*' SENT: b'JKKK1 NO [AUTHENTICATIONFAILED] aborted' ok test_bad_auth_name (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'MLKI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'MLKI0 OK CAPABILITY completed' GOT: b'MLKI1 AUTHENTICATE METHOD' SENT: b'MLKI1 NO unrecognized authentication type METHOD' ok test_enable_UTF8_True_append (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'MNPH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT' SENT: b'MNPH0 OK CAPABILITY completed' GOT: b'MNPH1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'MNPH1 OK FAKEAUTH successful' GOT: b'MNPH2 ENABLE UTF8=ACCEPT' SENT: b'MNPH2 OK ENABLE successful' GOT: b'MNPH3 APPEND INBOX {30}' SENT: b'+' GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)' SENT: b'MNPH3 OK okay' ok test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'JKDM0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JKDM0 OK CAPABILITY completed' GOT: b'JKDM1 LOGIN user "pass"' SENT: b'JKDM1 OK LOGIN completed' ok test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'IJFA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'IJFA0 OK CAPABILITY completed' ok test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'LPEP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'LPEP0 OK CAPABILITY completed' ok test_invalid_authentication (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'LJFG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'LJFG0 OK CAPABILITY completed' GOT: b'LJFG1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'LJFG1 NO [AUTHENTICATIONFAILED] invalid' ok test_line_termination (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'BKHC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'BKHC0 OK CAPABILITY completed' ok PASS: test_linetoolong (test.test_imaplib.NewIMAPTests) test_login (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'HCPF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'HCPF0 OK CAPABILITY completed' GOT: b'HCPF1 LOGIN user "pass"' SENT: b'HCPF1 OK LOGIN completed' ok test_login_cram_md5_bytes (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'JHKJ0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'JHKJ0 OK CAPABILITY completed' GOT: b'JHKJ1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'JHKJ1 OK CRAM-MD5 successful' ok test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'BFFF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'BFFF0 OK CAPABILITY completed' GOT: b'BFFF1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'BFFF1 OK CRAM-MD5 successful' ok test_logout (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'DDHL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'DDHL0 OK CAPABILITY completed' GOT: b'DDHL1 LOGIN user "pass"' SENT: b'DDHL1 OK LOGIN completed' GOT: b'DDHL2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'DDHL2 OK LOGOUT completed' ok test_lsub (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'EGGP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'EGGP0 OK CAPABILITY completed' GOT: b'EGGP1 LOGIN user "pass"' SENT: b'EGGP1 OK LOGIN completed' GOT: b'EGGP2 LSUB "" *' SENT: b'* LSUB () "." directoryA' SENT: b'EGGP2 OK LSUB completed' ok test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'BIHH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'BIHH0 OK CAPABILITY completed' GOT: b'BIHH1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'BIHH1 OK FAKEAUTH successful' GOT: b'BIHH2 ENABLE UTF8=ACCEPT' SENT: b'BIHH2 OK ENABLE successful' ok test_simple_with_statement (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'FBCA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'FBCA0 OK CAPABILITY completed' GOT: b'FBCA1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'FBCA1 OK LOGOUT completed' ok test_valid_authentication_bytes (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'BBFB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'BBFB0 OK CAPABILITY completed' GOT: b'BBFB1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'BBFB1 OK FAKEAUTH successful' ok test_valid_authentication_plain_text (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'IGDC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'IGDC0 OK CAPABILITY completed' GOT: b'IGDC1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'IGDC1 OK FAKEAUTH successful' ok test_with_statement (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'CFNN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CFNN0 OK CAPABILITY completed' GOT: b'CFNN1 LOGIN user "pass"' SENT: b'CFNN1 OK LOGIN completed' GOT: b'CFNN2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'CFNN2 OK LOGOUT completed' ok test_with_statement_logout (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'PNCL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'PNCL0 OK CAPABILITY completed' GOT: b'PNCL1 LOGIN user "pass"' SENT: b'PNCL1 OK LOGIN completed' GOT: b'PNCL2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'PNCL2 OK LOGOUT completed' ok SKIP: test_logincapa (test.test_imaplib.RemoteIMAPTest) 'network resource disabled' SKIP: test_logout (test.test_imaplib.RemoteIMAPTest) 'network resource disabled' SKIP: test_logincapa (test.test_imaplib.RemoteIMAP_SSLTest) 'network resource disabled' SKIP: test_logout (test.test_imaplib.RemoteIMAP_SSLTest) 'network resource disabled' SKIP: test_ssl_context_certfile_exclusive (test.test_imaplib.RemoteIMAP_SSLTest) 'network resource disabled' SKIP: test_ssl_context_keyfile_exclusive (test.test_imaplib.RemoteIMAP_SSLTest) 'network resource disabled' SKIP: test_logincapa (test.test_imaplib.RemoteIMAP_STARTTLSTest) 'network resource disabled' SKIP: test_logout (test.test_imaplib.RemoteIMAP_STARTTLSTest) 'network resource disabled' PASS: test_Internaldate2tuple (test.test_imaplib.TestImaplib) PASS: test_Internaldate2tuple_issue10941 (test.test_imaplib.TestImaplib) PASS: test_Time2Internaldate (test.test_imaplib.TestImaplib) PASS: test_imap4_host_default_value (test.test_imaplib.TestImaplib) PASS: test_that_Time2Internaldate_returns_a_result (test.test_imaplib.TestImaplib) test_aborted_authentication (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'EOPF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'EOPF0 OK CAPABILITY completed' GOT: b'EOPF1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'*' SENT: b'EOPF1 NO [AUTHENTICATIONFAILED] aborted' GOT: b'EOPF2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'EOPF2 OK LOGOUT completed' done ok test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'LDJB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'LDJB0 OK CAPABILITY completed' GOT: b'LDJB1 AUTHENTICATE METHOD' SENT: b'LDJB1 NO unrecognized authentication type METHOD' GOT: b'LDJB2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'LDJB2 OK LOGOUT completed' done ok test_bracket_flags (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .BracketFlagHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'PDCC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'PDCC0 OK CAPABILITY completed' GOT: b'PDCC1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'PDCC1 OK FAKEAUTH successful' GOT: b'PDCC2 SELECT test' SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft)' SENT: b'* 2 EXISTS' SENT: b'* 0 RECENT' SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\*)] Flags permitted.' SENT: b'PDCC2 OK [READ-WRITE] SELECT completed.' GOT: b'PDCC3 STORE 1 +FLAGS ([test])' SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))' SENT: b'PDCC3 OK STORE completed.' GOT: b'PDCC4 SELECT test' SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test])' SENT: b'* 2 EXISTS' SENT: b'* 0 RECENT' SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\[test] \\*)] Flags permitted.' SENT: b'PDCC4 OK [READ-WRITE] SELECT completed.' GOT: b'PDCC5 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'PDCC5 OK LOGOUT completed' done ok test_connect (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'OKMH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'OKMH0 OK CAPABILITY completed' waiting for server done ok test_enable_UTF8_True_append (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .UTF8AppendServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'MFAE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'MFAE0 OK CAPABILITY completed' GOT: b'MFAE1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'MFAE1 OK FAKEAUTH successful' GOT: b'MFAE2 ENABLE UTF8=ACCEPT' SENT: b'MFAE2 OK ENABLE successful' GOT: b'MFAE3 APPEND INBOX {30}' SENT: b'+' GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)' SENT: b'MFAE3 OK okay' GOT: b'MFAE4 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'MFAE4 OK LOGOUT completed' done ok test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .NonUTF8Server'> server running SENT: b'* OK IMAP4rev1' GOT: b'KDLP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'KDLP0 OK CAPABILITY completed' GOT: b'KDLP1 LOGIN user "pass"' SENT: b'KDLP1 OK LOGIN completed' GOT: b'KDLP2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'KDLP2 OK LOGOUT completed' done ok test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .NoEnableServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'NOPB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'NOPB0 OK CAPABILITY completed' GOT: b'NOPB1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'NOPB1 OK LOGOUT completed' done ok test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'CHFK0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'CHFK0 OK CAPABILITY completed' GOT: b'CHFK1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'CHFK1 OK LOGOUT completed' done ok test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'KELE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'KELE0 OK CAPABILITY completed' GOT: b'KELE1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'KELE1 NO [AUTHENTICATIONFAILED] invalid' GOT: b'KELE2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'KELE2 OK LOGOUT completed' done ok test_issue5949 (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .EOFHandler'> server running waiting for server done ok test_line_termination (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .BadNewlineHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'BHPC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' waiting for server SENT: b'BHPC0 OK CAPABILITY completed' done ok test_linetoolong (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .TooLongHandler'> server running waiting for server done ok test_login_cram_md5 (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .AuthHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'HNKG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'HNKG0 OK CAPABILITY completed' GOT: b'HNKG1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'HNKG1 OK CRAM-MD5 successful' GOT: b'HNKG2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'HNKG2 OK LOGOUT completed' done creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .AuthHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'OEKH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'OEKH0 OK CAPABILITY completed' GOT: b'OEKH1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'OEKH1 OK CRAM-MD5 successful' GOT: b'OEKH2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'OEKH2 OK LOGOUT completed' done ok test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'CNBK0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'CNBK0 OK CAPABILITY completed' GOT: b'CNBK1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'CNBK1 OK FAKEAUTH successful' GOT: b'CNBK2 ENABLE UTF8=ACCEPT' SENT: b'CNBK2 OK ENABLE successful' GOT: b'CNBK3 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'CNBK3 OK LOGOUT completed' done ok test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'ELIE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'ELIE0 OK CAPABILITY completed' GOT: b'ELIE1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'ELIE1 OK LOGOUT completed' done ok test_valid_authentication (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'MHBL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'MHBL0 OK CAPABILITY completed' GOT: b'MHBL1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'MHBL1 OK FAKEAUTH successful' GOT: b'MHBL2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'MHBL2 OK LOGOUT completed' done creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'ECHH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'ECHH0 OK CAPABILITY completed' GOT: b'ECHH1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'ECHH1 OK FAKEAUTH successful' GOT: b'ECHH2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'ECHH2 OK LOGOUT completed' done ok test_with_statement (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'OJAA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'OJAA0 OK CAPABILITY completed' GOT: b'OJAA1 LOGIN user "pass"' SENT: b'OJAA1 OK LOGIN completed' GOT: b'OJAA2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'OJAA2 OK LOGOUT completed' done ok test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'JLMN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JLMN0 OK CAPABILITY completed' GOT: b'JLMN1 LOGIN user "pass"' SENT: b'JLMN1 OK LOGIN completed' GOT: b'JLMN2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'JLMN2 OK LOGOUT completed' done ok test_aborted_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'CEAF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CEAF0 OK CAPABILITY completed' GOT: b'CEAF1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'*' SENT: b'CEAF1 NO [AUTHENTICATIONFAILED] aborted' GOT: b'CEAF2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'CEAF2 OK LOGOUT completed' done ok test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'BPLB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'BPLB0 OK CAPABILITY completed' GOT: b'BPLB1 AUTHENTICATE METHOD' SENT: b'BPLB1 NO unrecognized authentication type METHOD' GOT: b'BPLB2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'BPLB2 OK LOGOUT completed' done ok test_bracket_flags (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .BracketFlagHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'PCFP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'PCFP0 OK CAPABILITY completed' GOT: b'PCFP1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'PCFP1 OK FAKEAUTH successful' GOT: b'PCFP2 SELECT test' SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft)' SENT: b'* 2 EXISTS' SENT: b'* 0 RECENT' SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\*)] Flags permitted.' SENT: b'PCFP2 OK [READ-WRITE] SELECT completed.' GOT: b'PCFP3 STORE 1 +FLAGS ([test])' SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))' SENT: b'PCFP3 OK STORE completed.' GOT: b'PCFP4 SELECT test' SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test])' SENT: b'* 2 EXISTS' SENT: b'* 0 RECENT' SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\[test] \\*)] Flags permitted.' SENT: b'PCFP4 OK [READ-WRITE] SELECT completed.' GOT: b'PCFP5 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'PCFP5 OK LOGOUT completed' waiting for server done ok test_connect (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'MAKE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'MAKE0 OK CAPABILITY completed' waiting for server done ok test_enable_UTF8_True_append (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .UTF8AppendServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'PPDJ0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'PPDJ0 OK CAPABILITY completed' GOT: b'PPDJ1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'PPDJ1 OK FAKEAUTH successful' GOT: b'PPDJ2 ENABLE UTF8=ACCEPT' SENT: b'PPDJ2 OK ENABLE successful' GOT: b'PPDJ3 APPEND INBOX {30}' SENT: b'+' GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)' SENT: b'PPDJ3 OK okay' GOT: b'PPDJ4 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'PPDJ4 OK LOGOUT completed' done ok test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .NonUTF8Server'> server running SENT: b'* OK IMAP4rev1' GOT: b'GCIE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'GCIE0 OK CAPABILITY completed' GOT: b'GCIE1 LOGIN user "pass"' SENT: b'GCIE1 OK LOGIN completed' GOT: b'GCIE2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'GCIE2 OK LOGOUT completed' done ok test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .NoEnableServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'ONDE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'ONDE0 OK CAPABILITY completed' GOT: b'ONDE1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'ONDE1 OK LOGOUT completed' done ok test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'MEFM0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'MEFM0 OK CAPABILITY completed' GOT: b'MEFM1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'MEFM1 OK LOGOUT completed' done ok test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'DEBP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'DEBP0 OK CAPABILITY completed' GOT: b'DEBP1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'DEBP1 NO [AUTHENTICATIONFAILED] invalid' GOT: b'DEBP2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'DEBP2 OK LOGOUT completed' done ok test_issue5949 (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .EOFHandler'> server running waiting for server done ok test_line_termination (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .BadNewlineHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'OBOE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' waiting for server SENT: b'OBOE0 OK CAPABILITY completed' done ok test_linetoolong (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .TooLongHandler'> server running waiting for server done ok test_login_cram_md5 (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .AuthHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'BONP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'BONP0 OK CAPABILITY completed' GOT: b'BONP1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'BONP1 OK CRAM-MD5 successful' GOT: b'BONP2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'BONP2 OK LOGOUT completed' done creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .AuthHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'LMHE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'LMHE0 OK CAPABILITY completed' GOT: b'LMHE1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'LMHE1 OK CRAM-MD5 successful' GOT: b'LMHE2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'LMHE2 OK LOGOUT completed' done ok test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'HIBE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'HIBE0 OK CAPABILITY completed' GOT: b'HIBE1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'HIBE1 OK FAKEAUTH successful' GOT: b'HIBE2 ENABLE UTF8=ACCEPT' SENT: b'HIBE2 OK ENABLE successful' GOT: b'HIBE3 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'HIBE3 OK LOGOUT completed' done ok test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'NDNK0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'NDNK0 OK CAPABILITY completed' GOT: b'NDNK1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'NDNK1 OK LOGOUT completed' done ok test_ssl_verified (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running waiting for server done creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'PJNO0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'PJNO0 OK CAPABILITY completed' waiting for server done ok test_valid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'GEFG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'GEFG0 OK CAPABILITY completed' GOT: b'GEFG1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'GEFG1 OK FAKEAUTH successful' GOT: b'GEFG2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'GEFG2 OK LOGOUT completed' done creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'CAEN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CAEN0 OK CAPABILITY completed' GOT: b'CAEN1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'CAEN1 OK FAKEAUTH successful' GOT: b'CAEN2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'CAEN2 OK LOGOUT completed' done ok test_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'LCNH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'LCNH0 OK CAPABILITY completed' GOT: b'LCNH1 LOGIN user "pass"' SENT: b'LCNH1 OK LOGIN completed' GOT: b'LCNH2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'LCNH2 OK LOGOUT completed' done ok test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'NGFP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'NGFP0 OK CAPABILITY completed' GOT: b'NGFP1 LOGIN user "pass"' SENT: b'NGFP1 OK LOGIN completed' GOT: b'NGFP2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' waiting for server SENT: b'NGFP2 OK LOGOUT completed' done ok ---------------------------------------------------------------------- Ran 95 tests in 9.614s OK (skipped=8) 0:06:19 load avg: 0.69 [182/416] test_imghdr PASS: test_bad_args (test.test_imghdr.TestImghdr) PASS: test_closed_file (test.test_imghdr.TestImghdr) PASS: test_data (test.test_imghdr.TestImghdr) PASS: test_file_pos (test.test_imghdr.TestImghdr) PASS: test_invalid_headers (test.test_imghdr.TestImghdr) PASS: test_missing_file (test.test_imghdr.TestImghdr) PASS: test_output_stream (test.test_imghdr.TestImghdr) PASS: test_pathlike_filename (test.test_imghdr.TestImghdr) PASS: test_register_test (test.test_imghdr.TestImghdr) PASS: test_string_data (test.test_imghdr.TestImghdr) PASS: test_unseekable (test.test_imghdr.TestImghdr) ---------------------------------------------------------------------- Ran 11 tests in 0.012s OK 0:06:20 load avg: 0.69 [183/416] test_imp PASS: test_bug7732 (test.test_imp.ImportTests) PASS: test_find_and_load_checked_pyc (test.test_imp.ImportTests) PASS: test_find_module_encoding (test.test_imp.ImportTests) PASS: test_import_encoded_module (test.test_imp.ImportTests) PASS: test_issue1267 (test.test_imp.ImportTests) PASS: test_issue15828_load_extensions (test.test_imp.ImportTests) PASS: test_issue16421_multiple_modules_in_one_dll (test.test_imp.ImportTests) PASS: test_issue24748_load_module_skips_sys_modules_check (test.test_imp.ImportTests) PASS: test_issue31315 (test.test_imp.ImportTests) PASS: test_issue3594 (test.test_imp.ImportTests) PASS: test_issue5604 (test.test_imp.ImportTests) PASS: test_issue9319 (test.test_imp.ImportTests) PASS: test_load_dynamic_ImportError_path (test.test_imp.ImportTests) PASS: test_load_from_source (test.test_imp.ImportTests) PASS: test_load_module_extension_file_is_None (test.test_imp.ImportTests) PASS: test_load_source (test.test_imp.ImportTests) PASS: test_multiple_calls_to_get_data (test.test_imp.ImportTests) PASS: test_pyc_invalidation_mode_from_cmdline (test.test_imp.ImportTests) PASS: test_source_hash (test.test_imp.ImportTests) PASS: testLock (test.test_imp.LockTests) PASS: test_unencodeable (test.test_imp.NullImporterTests) PASS: test_cache_from_source (test.test_imp.PEP3147Tests) PASS: test_source_from_cache (test.test_imp.PEP3147Tests) PASS: test_builtin (test.test_imp.ReloadTests) PASS: test_extension (test.test_imp.ReloadTests) PASS: test_source (test.test_imp.ReloadTests) PASS: test_with_deleted_parent (test.test_imp.ReloadTests) ---------------------------------------------------------------------- Ran 27 tests in 0.115s OK 0:06:20 load avg: 0.69 [184/416] test_import PASS: test_binding (test.test_import.CircularImportTests) PASS: test_direct (test.test_import.CircularImportTests) PASS: test_indirect (test.test_import.CircularImportTests) PASS: test_rebinding (test.test_import.CircularImportTests) PASS: test_subpackage (test.test_import.CircularImportTests) PASS: test_cached_mode_issue_2051 (test.test_import.FilePermissionTests) PASS: test_cached_readonly (test.test_import.FilePermissionTests) PASS: test_creation_mode (test.test_import.FilePermissionTests) PASS: test_pyc_always_writable (test.test_import.FilePermissionTests) PASS: test_get_sourcefile (test.test_import.GetSourcefileTests) PASS: test_get_sourcefile_bad_ext (test.test_import.GetSourcefileTests) PASS: test_get_sourcefile_no_source (test.test_import.GetSourcefileTests) PASS: test_bogus_fromlist (test.test_import.ImportTests) PASS: test_case_sensitivity (test.test_import.ImportTests) PASS: test_concurrency (test.test_import.ImportTests) PASS: test_delete_builtins_import (test.test_import.ImportTests) PASS: test_double_const (test.test_import.ImportTests) PASS: test_failing_import_sticks (test.test_import.ImportTests) PASS: test_failing_reload (test.test_import.ImportTests) PASS: test_file_to_source (test.test_import.ImportTests) PASS: test_from_import_AttributeError (test.test_import.ImportTests) PASS: test_from_import_message_for_existing_module (test.test_import.ImportTests) PASS: test_from_import_message_for_nonexistent_module (test.test_import.ImportTests) PASS: test_from_import_missing_attr_has_name (test.test_import.ImportTests) PASS: test_from_import_missing_attr_has_name_and_path (test.test_import.ImportTests) PASS: test_from_import_missing_attr_has_name_and_so_path (test.test_import.ImportTests) PASS: test_from_import_missing_attr_path_is_canonical (test.test_import.ImportTests) PASS: test_from_import_missing_attr_raises_ImportError (test.test_import.ImportTests) PASS: test_from_import_missing_module_raises_ModuleNotFoundError (test.test_import.ImportTests) PASS: test_import (test.test_import.ImportTests) PASS: test_import_by_filename (test.test_import.ImportTests) PASS: test_import_in_del_does_not_crash (test.test_import.ImportTests) PASS: test_import_name_binding (test.test_import.ImportTests) PASS: test_import_raises_ModuleNotFoundError (test.test_import.ImportTests) PASS: test_issue31286 (test.test_import.ImportTests) PASS: test_issue31492 (test.test_import.ImportTests) PASS: test_module_with_large_stack (test.test_import.ImportTests) PASS: test_timestamp_overflow (test.test_import.ImportTests) PASS: test_broken_from (test.test_import.ImportTracebackTests) PASS: test_broken_parent (test.test_import.ImportTracebackTests) PASS: test_broken_parent_from (test.test_import.ImportTracebackTests) PASS: test_broken_submodule (test.test_import.ImportTracebackTests) PASS: test_exec_failure (test.test_import.ImportTracebackTests) PASS: test_exec_failure_nested (test.test_import.ImportTracebackTests) PASS: test_import_bug (test.test_import.ImportTracebackTests) PASS: test_nonexistent_module (test.test_import.ImportTracebackTests) PASS: test_nonexistent_module_nested (test.test_import.ImportTracebackTests) PASS: test_syntax_error (test.test_import.ImportTracebackTests) PASS: test_unencodable_filename (test.test_import.ImportTracebackTests) PASS: test_frozen_importlib (test.test_import.ImportlibBootstrapTests) PASS: test_frozen_importlib_external_is_bootstrap_external (test.test_import.ImportlibBootstrapTests) PASS: test_frozen_importlib_is_bootstrap (test.test_import.ImportlibBootstrapTests) PASS: test_there_can_be_only_one (test.test_import.ImportlibBootstrapTests) PASS: test_override_builtin (test.test_import.OverridingImportBuiltinTests) SKIP: test_UNC_path (test.test_import.PathsTests) 'Windows-specific' PASS: test_trailing_slash (test.test_import.PathsTests) PASS: test_basics (test.test_import.PycRewritingTests) PASS: test_foreign_code (test.test_import.PycRewritingTests) PASS: test_incorrect_code_name (test.test_import.PycRewritingTests) PASS: test_module_without_source (test.test_import.PycRewritingTests) PASS: test___cached__ (test.test_import.PycacheTests) PASS: test___cached___legacy_pyc (test.test_import.PycacheTests) PASS: test_import_pyc_path (test.test_import.PycacheTests) PASS: test_missing_source (test.test_import.PycacheTests) PASS: test_missing_source_legacy (test.test_import.PycacheTests) PASS: test_package___cached__ (test.test_import.PycacheTests) PASS: test_package___cached___from_pyc (test.test_import.PycacheTests) PASS: test_recompute_pyc_same_second (test.test_import.PycacheTests) SKIP: test_unwritable_directory (test.test_import.PycacheTests) 'due to varying filesystem permission semantics (issue #11956)' PASS: test_absolute_import_without_future (test.test_import.RelativeImportTests) PASS: test_import_from_non_package (test.test_import.RelativeImportTests) PASS: test_import_from_unloaded_package (test.test_import.RelativeImportTests) PASS: test_issue3221 (test.test_import.RelativeImportTests) PASS: test_relimport_star (test.test_import.RelativeImportTests) PASS: test_symlinked_dir_importable (test.test_import.TestSymbolicallyLinkedPackage) ---------------------------------------------------------------------- Ran 75 tests in 0.286s OK (skipped=2) 0:06:21 load avg: 0.69 [185/416] test_importlib PASS: test_failure (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests) PASS: test_ignore_path (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests) PASS: test_module (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests) PASS: test_failure (test.test_importlib.builtin.test_finder.Frozen_FinderTests) PASS: test_ignore_path (test.test_importlib.builtin.test_finder.Frozen_FinderTests) PASS: test_module (test.test_importlib.builtin.test_finder.Frozen_FinderTests) PASS: test_failure (test.test_importlib.builtin.test_finder.Source_FindSpecTests) PASS: test_ignore_path (test.test_importlib.builtin.test_finder.Source_FindSpecTests) PASS: test_module (test.test_importlib.builtin.test_finder.Source_FindSpecTests) PASS: test_failure (test.test_importlib.builtin.test_finder.Source_FinderTests) PASS: test_ignore_path (test.test_importlib.builtin.test_finder.Source_FinderTests) PASS: test_module (test.test_importlib.builtin.test_finder.Source_FinderTests) PASS: test_get_code (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests) PASS: test_get_source (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests) PASS: test_is_package (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests) PASS: test_not_builtin (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests) PASS: test_already_imported (test.test_importlib.builtin.test_loader.Frozen_LoaderTests) PASS: test_module (test.test_importlib.builtin.test_loader.Frozen_LoaderTests) PASS: test_module_reuse (test.test_importlib.builtin.test_loader.Frozen_LoaderTests) PASS: test_unloadable (test.test_importlib.builtin.test_loader.Frozen_LoaderTests) PASS: test_get_code (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests) PASS: test_get_source (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests) PASS: test_is_package (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests) PASS: test_not_builtin (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests) PASS: test_already_imported (test.test_importlib.builtin.test_loader.Source_LoaderTests) PASS: test_module (test.test_importlib.builtin.test_loader.Source_LoaderTests) PASS: test_module_reuse (test.test_importlib.builtin.test_loader.Source_LoaderTests) PASS: test_unloadable (test.test_importlib.builtin.test_loader.Source_LoaderTests) SKIP: test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest) 'requires a case-insensitive filesystem' SKIP: test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest) 'requires a case-insensitive filesystem' SKIP: test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest) 'requires a case-insensitive filesystem' SKIP: test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest) 'requires a case-insensitive filesystem' PASS: test_failure (test.test_importlib.extension.test_finder.Frozen_FinderTests) PASS: test_module (test.test_importlib.extension.test_finder.Frozen_FinderTests) PASS: test_failure (test.test_importlib.extension.test_finder.Source_FinderTests) PASS: test_module (test.test_importlib.extension.test_finder.Source_FinderTests) PASS: test_equality (test.test_importlib.extension.test_loader.Frozen_LoaderTests) PASS: test_inequality (test.test_importlib.extension.test_loader.Frozen_LoaderTests) PASS: test_is_package (test.test_importlib.extension.test_loader.Frozen_LoaderTests) PASS: test_load_module_API (test.test_importlib.extension.test_loader.Frozen_LoaderTests) PASS: test_module (test.test_importlib.extension.test_loader.Frozen_LoaderTests) PASS: test_module_reuse (test.test_importlib.extension.test_loader.Frozen_LoaderTests) PASS: test_unloadable (test.test_importlib.extension.test_loader.Frozen_LoaderTests) test_bad_modules (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: Test SystemError is raised for misbehaving extensions test_bad_traverse (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) SKIP: Issue #32374: Test that traverse fails when accessing per-module '--with-pydebug has to be enabled for this test' test_functionality (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: Test basic functionality of stuff defined in an extension module test_load_short_name (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: Test loading module with a one-character name test_load_submodule (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: Test loading a simulated submodule test_load_twice (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: Test that 2 loads result in 2 module objects test_module (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: Test loading an extension module test_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: Test that modules with non-ASCII names can be loaded test_nonmodule (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: Test returning a non-module object from create works test_nonmodule_with_methods (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: Test creating a non-module object with methods defined test_null_slots (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: Test that NULL slots aren't a problem test_reload (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: Test that reload didn't re-set the module's attributes test_try_registration (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: Assert that the PyState_{Find,Add,Remove}Module C API doesn't work test_unloadable (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: Test nonexistent module test_unloadable_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) PASS: Test behavior with nonexistent module with non-ASCII name PASS: test_equality (test.test_importlib.extension.test_loader.Source_LoaderTests) PASS: test_inequality (test.test_importlib.extension.test_loader.Source_LoaderTests) PASS: test_is_package (test.test_importlib.extension.test_loader.Source_LoaderTests) PASS: test_load_module_API (test.test_importlib.extension.test_loader.Source_LoaderTests) PASS: test_module (test.test_importlib.extension.test_loader.Source_LoaderTests) PASS: test_module_reuse (test.test_importlib.extension.test_loader.Source_LoaderTests) PASS: test_unloadable (test.test_importlib.extension.test_loader.Source_LoaderTests) test_bad_modules (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: Test SystemError is raised for misbehaving extensions test_bad_traverse (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) SKIP: Issue #32374: Test that traverse fails when accessing per-module '--with-pydebug has to be enabled for this test' test_functionality (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: Test basic functionality of stuff defined in an extension module test_load_short_name (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: Test loading module with a one-character name test_load_submodule (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: Test loading a simulated submodule test_load_twice (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: Test that 2 loads result in 2 module objects test_module (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: Test loading an extension module test_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: Test that modules with non-ASCII names can be loaded test_nonmodule (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: Test returning a non-module object from create works test_nonmodule_with_methods (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: Test creating a non-module object with methods defined test_null_slots (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: Test that NULL slots aren't a problem test_reload (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: Test that reload didn't re-set the module's attributes test_try_registration (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: Assert that the PyState_{Find,Add,Remove}Module C API doesn't work test_unloadable (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: Test nonexistent module test_unloadable_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) PASS: Test behavior with nonexistent module with non-ASCII name PASS: test_success (test.test_importlib.extension.test_path_hook.Frozen_PathHookTests) PASS: test_success (test.test_importlib.extension.test_path_hook.Source_PathHookTests) PASS: test_failure (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests) PASS: test_module (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests) PASS: test_module_in_package (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests) PASS: test_package (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests) PASS: test_failure (test.test_importlib.frozen.test_finder.Frozen_FinderTests) PASS: test_module (test.test_importlib.frozen.test_finder.Frozen_FinderTests) PASS: test_module_in_package (test.test_importlib.frozen.test_finder.Frozen_FinderTests) PASS: test_package (test.test_importlib.frozen.test_finder.Frozen_FinderTests) PASS: test_failure (test.test_importlib.frozen.test_finder.Source_FindSpecTests) PASS: test_module (test.test_importlib.frozen.test_finder.Source_FindSpecTests) PASS: test_module_in_package (test.test_importlib.frozen.test_finder.Source_FindSpecTests) PASS: test_package (test.test_importlib.frozen.test_finder.Source_FindSpecTests) PASS: test_failure (test.test_importlib.frozen.test_finder.Source_FinderTests) PASS: test_module (test.test_importlib.frozen.test_finder.Source_FinderTests) PASS: test_module_in_package (test.test_importlib.frozen.test_finder.Source_FinderTests) PASS: test_package (test.test_importlib.frozen.test_finder.Source_FinderTests) PASS: test_lacking_parent (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) PASS: test_module (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) PASS: test_module_repr (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) PASS: test_module_repr_indirect (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) PASS: test_package (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) PASS: test_unloadable (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) PASS: test_failure (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests) PASS: test_get_code (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests) PASS: test_get_source (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests) PASS: test_is_package (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests) PASS: test_lacking_parent (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) PASS: test_module (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) PASS: test_module_repr (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) PASS: test_module_repr_indirect (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) PASS: test_module_reuse (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) PASS: test_package (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) PASS: test_unloadable (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) PASS: test_lacking_parent (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) PASS: test_module (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) PASS: test_module_repr (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) PASS: test_module_repr_indirect (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) PASS: test_package (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) PASS: test_unloadable (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) PASS: test_failure (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests) PASS: test_get_code (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests) PASS: test_get_source (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests) PASS: test_is_package (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests) PASS: test_lacking_parent (test.test_importlib.frozen.test_loader.Source_LoaderTests) PASS: test_module (test.test_importlib.frozen.test_loader.Source_LoaderTests) PASS: test_module_repr (test.test_importlib.frozen.test_loader.Source_LoaderTests) PASS: test_module_repr_indirect (test.test_importlib.frozen.test_loader.Source_LoaderTests) PASS: test_module_reuse (test.test_importlib.frozen.test_loader.Source_LoaderTests) PASS: test_package (test.test_importlib.frozen.test_loader.Source_LoaderTests) PASS: test_unloadable (test.test_importlib.frozen.test_loader.Source_LoaderTests) PASS: test___loader__ (test.test_importlib.import_.test___loader__.Frozen_SpecLoaderAttributeTests) PASS: test___loader___is_None (test.test_importlib.import_.test___loader__.Frozen_LoaderAttributeTests) PASS: test___loader___missing (test.test_importlib.import_.test___loader__.Frozen_LoaderAttributeTests) PASS: test___loader__ (test.test_importlib.import_.test___loader__.Source_SpecLoaderAttributeTests) PASS: test___loader___is_None (test.test_importlib.import_.test___loader__.Source_LoaderAttributeTests) PASS: test___loader___missing (test.test_importlib.import_.test___loader__.Source_LoaderAttributeTests) PASS: test_None_as___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) PASS: test_bad__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) PASS: test_bunk__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) PASS: test_spec_fallback (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) PASS: test_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) PASS: test_using___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) PASS: test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) PASS: test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) PASS: test_None_as___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) PASS: test_bad__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) PASS: test_bunk__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) PASS: test_spec_fallback (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) PASS: test_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) PASS: test_using___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) PASS: test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) PASS: test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) PASS: test_package (test.test_importlib.import_.test___package__.Setting__package__PEP302) PASS: test_submodule (test.test_importlib.import_.test___package__.Setting__package__PEP302) PASS: test_top_level (test.test_importlib.import_.test___package__.Setting__package__PEP302) PASS: test_package (test.test_importlib.import_.test___package__.Setting__package__PEP451) PASS: test_submodule (test.test_importlib.import_.test___package__.Setting__package__PEP451) PASS: test_top_level (test.test_importlib.import_.test___package__.Setting__package__PEP451) PASS: test_None_as___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) PASS: test_bad__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) PASS: test_bunk__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) PASS: test_spec_fallback (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) PASS: test_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) PASS: test_using___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) PASS: test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) PASS: test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) PASS: test_None_as___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) PASS: test_bad__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) PASS: test_bunk__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) PASS: test_spec_fallback (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) PASS: test_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) PASS: test_using___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) PASS: test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) PASS: test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) PASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_OldAPITests) PASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_OldAPITests) PASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_OldAPITests) PASS: test_negative_level (test.test_importlib.import_.test_api.Frozen_OldAPITests) PASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_OldAPITests) PASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_OldAPITests) PASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_SpecAPITests) PASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_SpecAPITests) PASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_SpecAPITests) PASS: test_negative_level (test.test_importlib.import_.test_api.Frozen_SpecAPITests) PASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_SpecAPITests) PASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_SpecAPITests) PASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Source_OldAPITests) PASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_OldAPITests) PASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Source_OldAPITests) PASS: test_negative_level (test.test_importlib.import_.test_api.Source_OldAPITests) PASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_OldAPITests) PASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_OldAPITests) PASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Source_SpecAPITests) PASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_SpecAPITests) PASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Source_SpecAPITests) PASS: test_negative_level (test.test_importlib.import_.test_api.Source_SpecAPITests) PASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_SpecAPITests) PASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_SpecAPITests) PASS: test_None_in_cache (test.test_importlib.import_.test_caching.Frozen_UseCache) PASS: test_using_cache (test.test_importlib.import_.test_caching.Frozen_UseCache) PASS: test_None_in_cache (test.test_importlib.import_.test_caching.ImportlibUseCache) PASS: test_using_cache (test.test_importlib.import_.test_caching.ImportlibUseCache) PASS: test_using_cache_after_loader (test.test_importlib.import_.test_caching.ImportlibUseCache) PASS: test_using_cache_for_assigning_to_attribute (test.test_importlib.import_.test_caching.ImportlibUseCache) PASS: test_using_cache_for_fromlist (test.test_importlib.import_.test_caching.ImportlibUseCache) PASS: test_None_in_cache (test.test_importlib.import_.test_caching.Source_UseCache) PASS: test_using_cache (test.test_importlib.import_.test_caching.Source_UseCache) PASS: test_empty_string (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_invalid_type (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_module_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_nonexistent_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_star_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_star_with_others (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_using_star (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) PASS: test_return_from_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue) PASS: test_return_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue) PASS: test_empty_string (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_invalid_type (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_module_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_nonexistent_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_star_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_star_with_others (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_using_star (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) PASS: test_return_from_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue) PASS: test_return_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue) PASS: test_no_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP302) PASS: test_with_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP302) PASS: test_no_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451) PASS: test_with_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451) PASS: test_continuing (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder) PASS: test_empty (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder) PASS: test_first_called (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder) PASS: test_no_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP302) PASS: test_with_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP302) PASS: test_no_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451) PASS: test_with_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451) PASS: test_continuing (test.test_importlib.import_.test_meta_path.Source_CallingOrder) PASS: test_empty (test.test_importlib.import_.test_meta_path.Source_CallingOrder) PASS: test_first_called (test.test_importlib.import_.test_meta_path.Source_CallingOrder) PASS: test_bad_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) PASS: test_import_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) PASS: test_module_not_package (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) PASS: test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) PASS: test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) PASS: test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) PASS: test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) PASS: test_bad_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests) PASS: test_import_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests) PASS: test_module_not_package (test.test_importlib.import_.test_packages.Source_ParentModuleTests) PASS: test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Source_ParentModuleTests) PASS: test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests) PASS: test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests) PASS: test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests) PASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_empty_list (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_failure (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_finder_with_find_loader (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_finder_with_find_module (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests) PASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_empty_list (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_failure (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_finder_with_find_loader (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_finder_with_find_module (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests) PASS: test_finder_with_failing_find_module (test.test_importlib.import_.test_path.Frozen_PathEntryFinderTests) PASS: test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Frozen_PathEntryFinderTests) PASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_empty_list (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_failure (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_finder_with_find_loader (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_finder_with_find_module (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_path (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests) PASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_empty_list (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_failure (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_finder_with_find_loader (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_finder_with_find_module (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_path (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests) PASS: test_finder_with_failing_find_module (test.test_importlib.import_.test_path.Source_PathEntryFinderTests) PASS: test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Source_PathEntryFinderTests) PASS: test_attr_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_deep_import (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_module_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_module_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_package_to_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_package_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) PASS: test_attr_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_deep_import (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_module_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_module_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_package_to_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_package_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) PASS: test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) SKIP: test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP302) 'requires a case-insensitive filesystem' SKIP: test_sensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP302) 'requires a case-insensitive filesystem' SKIP: test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451) 'requires a case-insensitive filesystem' SKIP: test_sensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451) 'requires a case-insensitive filesystem' SKIP: test_insensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP302) 'requires a case-insensitive filesystem' SKIP: test_sensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP302) 'requires a case-insensitive filesystem' SKIP: test_insensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451) 'requires a case-insensitive filesystem' SKIP: test_sensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451) 'requires a case-insensitive filesystem' PASS: test_bad_syntax (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_equality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_get_filename_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_inequality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_lacking_parent (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_load_module_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_module (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_module_reuse (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_overiden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_package (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_state_after_failure (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_timestamp_overflow (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_unloadable (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_bad_syntax (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_equality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_get_filename_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_inequality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_lacking_parent (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_load_module_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_module (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_module_reuse (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_overiden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_package (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_state_after_failure (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_timestamp_overflow (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_unloadable (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) PASS: test_bad_syntax (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_equality (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_get_filename_API (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_inequality (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_lacking_parent (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_load_module_API (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_module (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_module_reuse (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_overiden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_package (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_state_after_failure (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_timestamp_overflow (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_unloadable (test.test_importlib.source.test_file_loader.Source_SimpleTest) PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) PASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) PASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) PASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) PASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) PASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) PASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) PASS: test_empty_string (test.test_importlib.source.test_path_hook.Frozen_PathHookTest) PASS: test_empty_string_legacy (test.test_importlib.source.test_path_hook.Frozen_PathHookTest) PASS: test_success (test.test_importlib.source.test_path_hook.Frozen_PathHookTest) PASS: test_success_legacy (test.test_importlib.source.test_path_hook.Frozen_PathHookTest) PASS: test_empty_string (test.test_importlib.source.test_path_hook.Source_PathHookTest) PASS: test_empty_string_legacy (test.test_importlib.source.test_path_hook.Source_PathHookTest) PASS: test_success (test.test_importlib.source.test_path_hook.Source_PathHookTest) PASS: test_success_legacy (test.test_importlib.source.test_path_hook.Source_PathHookTest) PASS: test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) PASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) PASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) PASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) PASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) PASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) PASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) PASS: test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) PASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) PASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) PASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) PASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) PASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) PASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) PASS: test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302) PASS: test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302) PASS: test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302) PASS: test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451) PASS: test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451) PASS: test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451) PASS: test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) PASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) PASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) PASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) PASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) PASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) PASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) PASS: test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) PASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) PASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) PASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) PASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) PASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) PASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) PASS: test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302) PASS: test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302) PASS: test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302) PASS: test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451) PASS: test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451) PASS: test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451) PASS: test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests) PASS: test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests) PASS: test_get_code (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests) PASS: test_get_code_no_path (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests) PASS: test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests) PASS: test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests) PASS: test_subclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader) PASS: test_superclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader) PASS: test_subclasses (test.test_importlib.test_abc.Frozen_FileLoader) PASS: test_superclasses (test.test_importlib.test_abc.Frozen_FileLoader) PASS: test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests) PASS: test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests) PASS: test_get_code (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests) PASS: test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests) PASS: test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests) PASS: test_get_code_ImportError (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests) PASS: test_get_code_None (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests) PASS: test_module_returned (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests) PASS: test_source_to_code_bytes (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests) PASS: test_source_to_code_no_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests) PASS: test_source_to_code_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests) PASS: test_source_to_code_source (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests) PASS: test_subclasses (test.test_importlib.test_abc.Frozen_InspectLoader) PASS: test_superclasses (test.test_importlib.test_abc.Frozen_InspectLoader) PASS: test_create_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests) PASS: test_load_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests) PASS: test_module_repr (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests) PASS: test_fresh (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests) PASS: test_reload (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests) PASS: test_find_module (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests) PASS: test_invalidate_caches (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests) PASS: test_no_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests) PASS: test_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests) PASS: test_subclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder) PASS: test_superclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder) PASS: test_find_loader (test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests) PASS: test_invalidate_caches (test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests) PASS: test_no_spec (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests) PASS: test_spec_with_loader (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests) PASS: test_spec_with_portions (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests) PASS: test_subclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder) PASS: test_superclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder) PASS: test_get_data (test.test_importlib.test_abc.Frozen_ResourceLoaderDefaultsTests) PASS: test_contents (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests) PASS: test_is_resource (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests) PASS: test_open_resource (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests) PASS: test_resource_path (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests) PASS: test_subclasses (test.test_importlib.test_abc.Frozen_ResourceLoader) PASS: test_superclasses (test.test_importlib.test_abc.Frozen_ResourceLoader) PASS: test_code_bad_magic (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) PASS: test_code_bad_timestamp (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) PASS: test_code_with_everything (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) PASS: test_dont_write_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) PASS: test_no_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) PASS: test_no_set_data (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) PASS: test_set_data_raises_exceptions (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) PASS: test_subclasses (test.test_importlib.test_abc.Frozen_SourceLoader) PASS: test_superclasses (test.test_importlib.test_abc.Frozen_SourceLoader) PASS: test_decoded_source (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests) PASS: test_default_encoding (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests) PASS: test_universal_newlines (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests) PASS: test_get_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) PASS: test_get_source (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) PASS: test_get_source_encoding (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) PASS: test_is_package (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) PASS: test_load_module (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) PASS: test_package_settings (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) PASS: test_source_to_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) PASS: test_create_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests) PASS: test_load_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests) PASS: test_module_repr (test.test_importlib.test_abc.Source_LoaderDefaultsTests) PASS: test_code_bad_magic (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) PASS: test_code_bad_timestamp (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) PASS: test_code_with_everything (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) PASS: test_dont_write_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) PASS: test_no_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) PASS: test_no_set_data (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) PASS: test_set_data_raises_exceptions (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) PASS: test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests) PASS: test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests) PASS: test_get_code (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests) PASS: test_get_code_no_path (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests) PASS: test_get_code_source_is_None (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests) PASS: test_get_code_source_not_found (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests) PASS: test_subclasses (test.test_importlib.test_abc.Source_ExecutionLoader) PASS: test_superclasses (test.test_importlib.test_abc.Source_ExecutionLoader) PASS: test_subclasses (test.test_importlib.test_abc.Source_FileLoader) PASS: test_superclasses (test.test_importlib.test_abc.Source_FileLoader) PASS: test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests) PASS: test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests) PASS: test_get_code (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests) PASS: test_get_code_source_is_None (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests) PASS: test_get_code_source_not_found (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests) PASS: test_get_code_ImportError (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests) PASS: test_get_code_None (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests) PASS: test_module_returned (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests) PASS: test_source_to_code_bytes (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests) PASS: test_source_to_code_no_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests) PASS: test_source_to_code_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests) PASS: test_source_to_code_source (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests) PASS: test_subclasses (test.test_importlib.test_abc.Source_InspectLoader) PASS: test_superclasses (test.test_importlib.test_abc.Source_InspectLoader) PASS: test_fresh (test.test_importlib.test_abc.Source_LoaderLoadModuleTests) PASS: test_reload (test.test_importlib.test_abc.Source_LoaderLoadModuleTests) PASS: test_find_module (test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests) PASS: test_invalidate_caches (test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests) PASS: test_no_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests) PASS: test_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests) PASS: test_subclasses (test.test_importlib.test_abc.Source_MetaPathFinder) PASS: test_superclasses (test.test_importlib.test_abc.Source_MetaPathFinder) PASS: test_find_loader (test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests) PASS: test_invalidate_caches (test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests) PASS: test_no_spec (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests) PASS: test_spec_with_loader (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests) PASS: test_spec_with_portions (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests) PASS: test_subclasses (test.test_importlib.test_abc.Source_PathEntryFinder) PASS: test_superclasses (test.test_importlib.test_abc.Source_PathEntryFinder) PASS: test_get_data (test.test_importlib.test_abc.Source_ResourceLoaderDefaultsTests) PASS: test_contents (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests) PASS: test_is_resource (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests) PASS: test_open_resource (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests) PASS: test_resource_path (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests) PASS: test_subclasses (test.test_importlib.test_abc.Source_ResourceLoader) PASS: test_superclasses (test.test_importlib.test_abc.Source_ResourceLoader) PASS: test_subclasses (test.test_importlib.test_abc.Source_SourceLoader) PASS: test_superclasses (test.test_importlib.test_abc.Source_SourceLoader) PASS: test_decoded_source (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests) PASS: test_default_encoding (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests) PASS: test_universal_newlines (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests) PASS: test_get_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) PASS: test_get_source (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) PASS: test_get_source_encoding (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) PASS: test_is_package (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) PASS: test_load_module (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) PASS: test_package_settings (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) PASS: test_source_to_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) PASS: test_no_frozen_importlib (test.test_importlib.test_api.FrozenImportlibTests) PASS: test_nothing (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) PASS: test_success (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) PASS: test_success_path (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) PASS: test_sys_modules (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) PASS: test_sys_modules_loader_is_None (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) PASS: test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) PASS: test_nothing (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) PASS: test_success (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) PASS: test_success_path (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) PASS: test_sys_modules (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) PASS: test_sys_modules_loader_is_None (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) PASS: test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) PASS: test_absolute_import_with_package (test.test_importlib.test_api.Frozen_ImportModuleTests) PASS: test_absolute_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests) PASS: test_deep_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests) PASS: test_loaded_once (test.test_importlib.test_api.Frozen_ImportModuleTests) PASS: test_module_import (test.test_importlib.test_api.Frozen_ImportModuleTests) PASS: test_relative_import_wo_package (test.test_importlib.test_api.Frozen_ImportModuleTests) PASS: test_shallow_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests) PASS: test_method_called (test.test_importlib.test_api.Frozen_InvalidateCacheTests) PASS: test_method_lacking (test.test_importlib.test_api.Frozen_InvalidateCacheTests) PASS: test_module_missing_spec (test.test_importlib.test_api.Frozen_ReloadTests) PASS: test_module_replaced (test.test_importlib.test_api.Frozen_ReloadTests) PASS: test_reload_loader_replaced (test.test_importlib.test_api.Frozen_ReloadTests) PASS: test_reload_location_changed (test.test_importlib.test_api.Frozen_ReloadTests) PASS: test_reload_missing_loader (test.test_importlib.test_api.Frozen_ReloadTests) PASS: test_reload_modules (test.test_importlib.test_api.Frozen_ReloadTests) PASS: test_reload_namespace_changed (test.test_importlib.test_api.Frozen_ReloadTests) PASS: test_reload_submodule (test.test_importlib.test_api.Frozen_ReloadTests) PASS: test_everyone_has___loader__ (test.test_importlib.test_api.Frozen_StartupTests) PASS: test_everyone_has___spec__ (test.test_importlib.test_api.Frozen_StartupTests) PASS: test_nothing (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) PASS: test_success (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) PASS: test_success_path (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) PASS: test_sys_modules (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) PASS: test_sys_modules_loader_is_None (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) PASS: test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) PASS: test_nothing (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) PASS: test_success (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) PASS: test_success_path (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) PASS: test_sys_modules (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) PASS: test_sys_modules_loader_is_None (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) PASS: test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) PASS: test_absolute_import_with_package (test.test_importlib.test_api.Source_ImportModuleTests) PASS: test_absolute_package_import (test.test_importlib.test_api.Source_ImportModuleTests) PASS: test_deep_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests) PASS: test_loaded_once (test.test_importlib.test_api.Source_ImportModuleTests) PASS: test_module_import (test.test_importlib.test_api.Source_ImportModuleTests) PASS: test_relative_import_wo_package (test.test_importlib.test_api.Source_ImportModuleTests) PASS: test_shallow_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests) PASS: test_method_called (test.test_importlib.test_api.Source_InvalidateCacheTests) PASS: test_method_lacking (test.test_importlib.test_api.Source_InvalidateCacheTests) PASS: test_module_missing_spec (test.test_importlib.test_api.Source_ReloadTests) PASS: test_module_replaced (test.test_importlib.test_api.Source_ReloadTests) PASS: test_reload_loader_replaced (test.test_importlib.test_api.Source_ReloadTests) PASS: test_reload_location_changed (test.test_importlib.test_api.Source_ReloadTests) PASS: test_reload_missing_loader (test.test_importlib.test_api.Source_ReloadTests) PASS: test_reload_modules (test.test_importlib.test_api.Source_ReloadTests) PASS: test_reload_namespace_changed (test.test_importlib.test_api.Source_ReloadTests) PASS: test_reload_submodule (test.test_importlib.test_api.Source_ReloadTests) PASS: test_everyone_has___loader__ (test.test_importlib.test_api.Source_StartupTests) PASS: test_everyone_has___spec__ (test.test_importlib.test_api.Source_StartupTests) PASS: test_init (test.test_importlib.test_lazy.LazyLoaderFactoryTests) PASS: test_validation (test.test_importlib.test_lazy.LazyLoaderFactoryTests) PASS: test_attr_unchanged (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_delete_eventual_attr (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_delete_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_e2e (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_init (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_module_already_in_sys (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_module_substitution_error (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_mutated_attr (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_mutated_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_new_attr (test.test_importlib.test_lazy.LazyLoaderTests) PASS: test_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests) PASS: test_no_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests) PASS: test_all_locks (test.test_importlib.test_locks.Frozen_LifetimeTests) PASS: test_lock_lifetime (test.test_importlib.test_locks.Frozen_LifetimeTests) PASS: test_acquire_contended (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_acquire_destroy (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_acquire_release (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_constructor (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_different_thread (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_reacquire (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_release_unacquired (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_thread_leak (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_weakref_deleted (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_weakref_exists (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) PASS: test_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests) PASS: test_no_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests) PASS: test_all_locks (test.test_importlib.test_locks.Source_LifetimeTests) PASS: test_lock_lifetime (test.test_importlib.test_locks.Source_LifetimeTests) PASS: test_acquire_contended (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_acquire_destroy (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_acquire_release (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_constructor (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_different_thread (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_reacquire (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_release_unacquired (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_thread_leak (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_weakref_deleted (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_weakref_exists (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) PASS: test_imports (test.test_importlib.test_namespace_pkgs.CombinedNamespacePackages) PASS: test_project3_fails (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation) PASS: test_project3_succeeds (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation) PASS: test_dynamic_path (test.test_importlib.test_namespace_pkgs.DynamicPathNamespacePackage) PASS: test_non_namespace_package_takes_precedence (test.test_importlib.test_namespace_pkgs.LegacySupport) PASS: test_namespace_loader_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests) PASS: test_namespace_origin_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests) PASS: test_module_before_namespace_package (test.test_importlib.test_namespace_pkgs.ModuleAndNamespacePackageInSameDir) PASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.ReloadTests) PASS: test_dynamic_path (test.test_importlib.test_namespace_pkgs.ReloadTests) PASS: test_simple_package (test.test_importlib.test_namespace_pkgs.ReloadTests) PASS: test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackages) PASS: test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNestedZipNamespacePackages) PASS: test_first_path_wins (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages) PASS: test_first_path_wins_again (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages) PASS: test_first_path_wins_importing_second_first (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages) PASS: test_imports (test.test_importlib.test_namespace_pkgs.SeparatedZipNamespacePackages) PASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage) PASS: test_module_repr (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage) PASS: test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage) PASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage) PASS: test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage) PASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage) PASS: test_simple_package (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage) test_missing_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory) ... expected failure PASS: test_present_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory) PASS: test_absolute_path (test.test_importlib.test_open.CommonBinaryTests) PASS: test_importing_module_as_side_effect (test.test_importlib.test_open.CommonBinaryTests) PASS: test_non_package_by_name (test.test_importlib.test_open.CommonBinaryTests) PASS: test_non_package_by_package (test.test_importlib.test_open.CommonBinaryTests) PASS: test_package_name (test.test_importlib.test_open.CommonBinaryTests) PASS: test_package_object (test.test_importlib.test_open.CommonBinaryTests) PASS: test_pathlib_path (test.test_importlib.test_open.CommonBinaryTests) PASS: test_relative_path (test.test_importlib.test_open.CommonBinaryTests) PASS: test_resource_opener (test.test_importlib.test_open.CommonBinaryTests) PASS: test_resource_path (test.test_importlib.test_open.CommonBinaryTests) PASS: test_string_path (test.test_importlib.test_open.CommonBinaryTests) PASS: test_useless_loader (test.test_importlib.test_open.CommonBinaryTests) PASS: test_absolute_path (test.test_importlib.test_open.CommonTextTests) PASS: test_importing_module_as_side_effect (test.test_importlib.test_open.CommonTextTests) PASS: test_non_package_by_name (test.test_importlib.test_open.CommonTextTests) PASS: test_non_package_by_package (test.test_importlib.test_open.CommonTextTests) PASS: test_package_name (test.test_importlib.test_open.CommonTextTests) PASS: test_package_object (test.test_importlib.test_open.CommonTextTests) PASS: test_pathlib_path (test.test_importlib.test_open.CommonTextTests) PASS: test_relative_path (test.test_importlib.test_open.CommonTextTests) PASS: test_resource_opener (test.test_importlib.test_open.CommonTextTests) PASS: test_resource_path (test.test_importlib.test_open.CommonTextTests) PASS: test_string_path (test.test_importlib.test_open.CommonTextTests) PASS: test_useless_loader (test.test_importlib.test_open.CommonTextTests) PASS: test_open_binary (test.test_importlib.test_open.OpenDiskTests) PASS: test_open_binary_FileNotFoundError (test.test_importlib.test_open.OpenDiskTests) PASS: test_open_text_FileNotFoundError (test.test_importlib.test_open.OpenDiskTests) PASS: test_open_text_default_encoding (test.test_importlib.test_open.OpenDiskTests) PASS: test_open_text_given_encoding (test.test_importlib.test_open.OpenDiskTests) PASS: test_open_text_with_errors (test.test_importlib.test_open.OpenDiskTests) PASS: test_open_binary (test.test_importlib.test_open.OpenZipTests) PASS: test_open_binary_FileNotFoundError (test.test_importlib.test_open.OpenZipTests) PASS: test_open_text_FileNotFoundError (test.test_importlib.test_open.OpenZipTests) PASS: test_open_text_default_encoding (test.test_importlib.test_open.OpenZipTests) PASS: test_open_text_given_encoding (test.test_importlib.test_open.OpenZipTests) PASS: test_open_text_with_errors (test.test_importlib.test_open.OpenZipTests) PASS: test_absolute_path (test.test_importlib.test_path.CommonTests) PASS: test_importing_module_as_side_effect (test.test_importlib.test_path.CommonTests) PASS: test_non_package_by_name (test.test_importlib.test_path.CommonTests) PASS: test_non_package_by_package (test.test_importlib.test_path.CommonTests) PASS: test_package_name (test.test_importlib.test_path.CommonTests) PASS: test_package_object (test.test_importlib.test_path.CommonTests) PASS: test_pathlib_path (test.test_importlib.test_path.CommonTests) PASS: test_relative_path (test.test_importlib.test_path.CommonTests) PASS: test_resource_opener (test.test_importlib.test_path.CommonTests) PASS: test_resource_path (test.test_importlib.test_path.CommonTests) PASS: test_string_path (test.test_importlib.test_path.CommonTests) PASS: test_useless_loader (test.test_importlib.test_path.CommonTests) PASS: test_reading (test.test_importlib.test_path.PathDiskTests) PASS: test_reading (test.test_importlib.test_path.PathZipTests) PASS: test_remove_in_context_manager (test.test_importlib.test_path.PathZipTests) PASS: test_absolute_path (test.test_importlib.test_read.CommonBinaryTests) PASS: test_importing_module_as_side_effect (test.test_importlib.test_read.CommonBinaryTests) PASS: test_non_package_by_name (test.test_importlib.test_read.CommonBinaryTests) PASS: test_non_package_by_package (test.test_importlib.test_read.CommonBinaryTests) PASS: test_package_name (test.test_importlib.test_read.CommonBinaryTests) PASS: test_package_object (test.test_importlib.test_read.CommonBinaryTests) PASS: test_pathlib_path (test.test_importlib.test_read.CommonBinaryTests) PASS: test_relative_path (test.test_importlib.test_read.CommonBinaryTests) PASS: test_resource_opener (test.test_importlib.test_read.CommonBinaryTests) PASS: test_resource_path (test.test_importlib.test_read.CommonBinaryTests) PASS: test_string_path (test.test_importlib.test_read.CommonBinaryTests) PASS: test_useless_loader (test.test_importlib.test_read.CommonBinaryTests) PASS: test_absolute_path (test.test_importlib.test_read.CommonTextTests) PASS: test_importing_module_as_side_effect (test.test_importlib.test_read.CommonTextTests) PASS: test_non_package_by_name (test.test_importlib.test_read.CommonTextTests) PASS: test_non_package_by_package (test.test_importlib.test_read.CommonTextTests) PASS: test_package_name (test.test_importlib.test_read.CommonTextTests) PASS: test_package_object (test.test_importlib.test_read.CommonTextTests) PASS: test_pathlib_path (test.test_importlib.test_read.CommonTextTests) PASS: test_relative_path (test.test_importlib.test_read.CommonTextTests) PASS: test_resource_opener (test.test_importlib.test_read.CommonTextTests) PASS: test_resource_path (test.test_importlib.test_read.CommonTextTests) PASS: test_string_path (test.test_importlib.test_read.CommonTextTests) PASS: test_useless_loader (test.test_importlib.test_read.CommonTextTests) PASS: test_read_binary (test.test_importlib.test_read.ReadDiskTests) PASS: test_read_text_default_encoding (test.test_importlib.test_read.ReadDiskTests) PASS: test_read_text_given_encoding (test.test_importlib.test_read.ReadDiskTests) PASS: test_read_text_with_errors (test.test_importlib.test_read.ReadDiskTests) PASS: test_read_binary (test.test_importlib.test_read.ReadZipTests) PASS: test_read_submodule_resource (test.test_importlib.test_read.ReadZipTests) PASS: test_read_submodule_resource_by_name (test.test_importlib.test_read.ReadZipTests) PASS: test_read_text_default_encoding (test.test_importlib.test_read.ReadZipTests) PASS: test_read_text_given_encoding (test.test_importlib.test_read.ReadZipTests) PASS: test_read_text_with_errors (test.test_importlib.test_read.ReadZipTests) PASS: test_namespaces_cannot_have_resources (test.test_importlib.test_resource.NamespaceTest) PASS: test_package_has_no_reader_fallback (test.test_importlib.test_resource.ResourceCornerCaseTests) PASS: test_contents (test.test_importlib.test_resource.ResourceDiskTests) PASS: test_is_resource_good_path (test.test_importlib.test_resource.ResourceDiskTests) PASS: test_is_resource_missing (test.test_importlib.test_resource.ResourceDiskTests) PASS: test_is_resource_subresource_directory (test.test_importlib.test_resource.ResourceDiskTests) PASS: test_unrelated_contents (test.test_importlib.test_resource.ResourceFromZipsTest) PASS: test_resource_contents (test.test_importlib.test_resource.ResourceLoaderTests) PASS: test_resource_directory_is_not_resource (test.test_importlib.test_resource.ResourceLoaderTests) PASS: test_resource_is_resource (test.test_importlib.test_resource.ResourceLoaderTests) PASS: test_resource_missing_is_not_resource (test.test_importlib.test_resource.ResourceLoaderTests) PASS: test_contents (test.test_importlib.test_resource.ResourceZipTests) PASS: test_is_resource_good_path (test.test_importlib.test_resource.ResourceZipTests) PASS: test_is_resource_missing (test.test_importlib.test_resource.ResourceZipTests) PASS: test_is_resource_subresource_directory (test.test_importlib.test_resource.ResourceZipTests) PASS: test_is_submodule_resource (test.test_importlib.test_resource.SubdirectoryResourceFromZipsTest) PASS: test_read_submodule_resource_by_name (test.test_importlib.test_resource.SubdirectoryResourceFromZipsTest) PASS: test_submodule_contents (test.test_importlib.test_resource.SubdirectoryResourceFromZipsTest) PASS: test_submodule_contents_by_name (test.test_importlib.test_resource.SubdirectoryResourceFromZipsTest) PASS: test_spec_from_file_location_default (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_default (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_origin (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Frozen_FactoryTests) PASS: test_module___loader___module_repr (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module___loader___module_repr_bad (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module___spec__ (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module___spec___location (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module___spec___no_origin (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module___spec___no_origin_no_loader (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module_no_file (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module_no_file_no_loader (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module_no_name (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_module_with_file (test.test_importlib.test_spec.Frozen_ModuleReprTests) PASS: test_exec (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_load (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_load_failed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_load_failed_removed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_load_legacy (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_load_legacy_attributes (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_load_replaced (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_reload (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_reload_extra_attributes (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_reload_init_module_attrs (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_reload_legacy (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_reload_modified (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) PASS: test_cached_no_origin (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_cached_set (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_cached_source (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_cached_source_unknown_suffix (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_cached_sourceless (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_cached_with_origin_not_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_default (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_default_is_package_false (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_default_is_package_true (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_default_no_loader (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_equality (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_equality_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_has_location_setter (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_inequality (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_inequality_incomplete (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_package_is_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests) PASS: test_spec_from_file_location_default (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_default (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_origin (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Source_FactoryTests) PASS: test_module___loader___module_repr (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module___loader___module_repr_bad (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module___spec__ (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module___spec___location (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module___spec___no_origin (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module___spec___no_origin_no_loader (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module_no_file (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module_no_file_no_loader (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module_no_name (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_module_with_file (test.test_importlib.test_spec.Source_ModuleReprTests) PASS: test_exec (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_load (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_load_failed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_load_failed_removed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_load_legacy (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_load_legacy_attributes (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_load_replaced (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_reload (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_reload_extra_attributes (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_reload_init_module_attrs (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_reload_legacy (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_reload_modified (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) PASS: test_cached_no_origin (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_cached_set (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_cached_source (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_cached_source_unknown_suffix (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_cached_sourceless (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_cached_with_origin_not_location (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_default (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_default_is_package_false (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_default_is_package_true (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_default_no_loader (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_equality (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_equality_location (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_has_location_setter (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_inequality (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_inequality_incomplete (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_package (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_package_is_package (test.test_importlib.test_spec.Source_ModuleSpecTests) PASS: test_specified_encoding (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests) PASS: test_universal_newlines (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests) PASS: test_ut8_default (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests) PASS: test_find_relative_module (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_find_relative_module_missing_package (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_find_submodule (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_find_submodule_in_module (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_find_submodule_parent_already_imported (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_nothing (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_success (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_sys_modules (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_sys_modules_loader_is_None (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_sys_modules_spec_is_None (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_sys_modules_without___loader__ (test.test_importlib.test_util.Frozen_FindSpecTests) PASS: test_incorporates_rn (test.test_importlib.test_util.Frozen_MagicNumberTests) PASS: test_length (test.test_importlib.test_util.Frozen_MagicNumberTests) PASS: test_attributes_set (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) PASS: test_decorator_attrs (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) PASS: test_false_module (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) PASS: test_new_module (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) PASS: test_new_module_failure (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) PASS: test_reload (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) PASS: test_reload_failure (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) PASS: test_warning (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) PASS: test___cached__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test___file__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test___loader__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test___name__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test___package__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test___path__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test___spec__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test_create_module_returns_None (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test_no_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) PASS: test_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_cwd (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_debug_override (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_no_dot (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_optimization_None (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_optimization_set (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_cache_from_source_override (test.test_importlib.test_util.Frozen_PEP3147Tests) SKIP: test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests) 'test meaningful only where os.altsep is defined' PASS: test_source_from_cache (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_bad_path (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_missing_optimization (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_no_slash (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_not_opt (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_too_few_dots (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_source_from_cache_too_many_dots (test.test_importlib.test_util.Frozen_PEP3147Tests) PASS: test_absolute (test.test_importlib.test_util.Frozen_ResolveNameTests) PASS: test_absolute_within_package (test.test_importlib.test_util.Frozen_ResolveNameTests) PASS: test_escape (test.test_importlib.test_util.Frozen_ResolveNameTests) PASS: test_in_package (test.test_importlib.test_util.Frozen_ResolveNameTests) PASS: test_no_package (test.test_importlib.test_util.Frozen_ResolveNameTests) PASS: test_other_package (test.test_importlib.test_util.Frozen_ResolveNameTests) PASS: test_attribute_is_None (test.test_importlib.test_util.Frozen_SetLoaderTests) PASS: test_no_attribute (test.test_importlib.test_util.Frozen_SetLoaderTests) PASS: test_not_reset (test.test_importlib.test_util.Frozen_SetLoaderTests) PASS: test_decorator_attrs (test.test_importlib.test_util.Frozen_SetPackageTests) PASS: test_leaving_alone (test.test_importlib.test_util.Frozen_SetPackageTests) PASS: test_package (test.test_importlib.test_util.Frozen_SetPackageTests) PASS: test_setting_if_missing (test.test_importlib.test_util.Frozen_SetPackageTests) PASS: test_submodule (test.test_importlib.test_util.Frozen_SetPackageTests) PASS: test_top_level (test.test_importlib.test_util.Frozen_SetPackageTests) PASS: test_magic_number (test.test_importlib.test_util.MagicNumberTests) PASS: test_specified_encoding (test.test_importlib.test_util.Source_DecodeSourceBytesTests) PASS: test_universal_newlines (test.test_importlib.test_util.Source_DecodeSourceBytesTests) PASS: test_ut8_default (test.test_importlib.test_util.Source_DecodeSourceBytesTests) PASS: test_find_relative_module (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_find_relative_module_missing_package (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_find_submodule (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_find_submodule_in_module (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_find_submodule_parent_already_imported (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_nothing (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_success (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_sys_modules (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_sys_modules_loader_is_None (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_sys_modules_spec_is_None (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_sys_modules_without___loader__ (test.test_importlib.test_util.Source_FindSpecTests) PASS: test_incorporates_rn (test.test_importlib.test_util.Source_MagicNumberTests) PASS: test_length (test.test_importlib.test_util.Source_MagicNumberTests) PASS: test_attributes_set (test.test_importlib.test_util.Source_ModuleForLoaderTests) PASS: test_decorator_attrs (test.test_importlib.test_util.Source_ModuleForLoaderTests) PASS: test_false_module (test.test_importlib.test_util.Source_ModuleForLoaderTests) PASS: test_new_module (test.test_importlib.test_util.Source_ModuleForLoaderTests) PASS: test_new_module_failure (test.test_importlib.test_util.Source_ModuleForLoaderTests) PASS: test_reload (test.test_importlib.test_util.Source_ModuleForLoaderTests) PASS: test_reload_failure (test.test_importlib.test_util.Source_ModuleForLoaderTests) PASS: test_warning (test.test_importlib.test_util.Source_ModuleForLoaderTests) PASS: test___cached__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test___file__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test___loader__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test___name__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test___package__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test___path__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test___spec__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test_create_module_returns_None (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test_no_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests) PASS: test_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_cwd (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_debug_override (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_no_dot (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_optimization_None (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_optimization_set (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_cache_from_source_override (test.test_importlib.test_util.Source_PEP3147Tests) SKIP: test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests) 'test meaningful only where os.altsep is defined' PASS: test_source_from_cache (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_bad_path (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_missing_optimization (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_no_slash (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_not_opt (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_too_few_dots (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_source_from_cache_too_many_dots (test.test_importlib.test_util.Source_PEP3147Tests) PASS: test_absolute (test.test_importlib.test_util.Source_ResolveNameTests) PASS: test_absolute_within_package (test.test_importlib.test_util.Source_ResolveNameTests) PASS: test_escape (test.test_importlib.test_util.Source_ResolveNameTests) PASS: test_in_package (test.test_importlib.test_util.Source_ResolveNameTests) PASS: test_no_package (test.test_importlib.test_util.Source_ResolveNameTests) PASS: test_other_package (test.test_importlib.test_util.Source_ResolveNameTests) PASS: test_attribute_is_None (test.test_importlib.test_util.Source_SetLoaderTests) PASS: test_no_attribute (test.test_importlib.test_util.Source_SetLoaderTests) PASS: test_not_reset (test.test_importlib.test_util.Source_SetLoaderTests) PASS: test_decorator_attrs (test.test_importlib.test_util.Source_SetPackageTests) PASS: test_leaving_alone (test.test_importlib.test_util.Source_SetPackageTests) PASS: test_package (test.test_importlib.test_util.Source_SetPackageTests) PASS: test_setting_if_missing (test.test_importlib.test_util.Source_SetPackageTests) PASS: test_submodule (test.test_importlib.test_util.Source_SetPackageTests) PASS: test_top_level (test.test_importlib.test_util.Source_SetPackageTests) SKIP: test.test_importlib.test_windows (unittest.loader.ModuleSkipped) "No module named 'winreg'" ---------------------------------------------------------------------- Ran 1267 tests in 1.259s OK (skipped=17, expected failures=1) 0:06:22 load avg: 0.69 [186/416] test_index PASS: test_basic (test.test_index.BaseTestCase) PASS: test_error (test.test_index.BaseTestCase) PASS: test_index_returns_int_subclass (test.test_index.BaseTestCase) PASS: test_int_subclass_with_index (test.test_index.BaseTestCase) PASS: test_slice (test.test_index.BaseTestCase) PASS: test_subclasses (test.test_index.BaseTestCase) PASS: test_wrappers (test.test_index.BaseTestCase) PASS: test_error (test.test_index.ByteArrayTestCase) PASS: test_index (test.test_index.ByteArrayTestCase) PASS: test_repeat (test.test_index.ByteArrayTestCase) PASS: test_slice (test.test_index.ByteArrayTestCase) PASS: test_slice_bug7532 (test.test_index.ByteArrayTestCase) PASS: test_subclasses (test.test_index.ByteArrayTestCase) PASS: test_wrappers (test.test_index.ByteArrayTestCase) PASS: test_error (test.test_index.BytesTestCase) PASS: test_index (test.test_index.BytesTestCase) PASS: test_repeat (test.test_index.BytesTestCase) PASS: test_slice (test.test_index.BytesTestCase) PASS: test_slice_bug7532 (test.test_index.BytesTestCase) PASS: test_subclasses (test.test_index.BytesTestCase) PASS: test_wrappers (test.test_index.BytesTestCase) PASS: test_error (test.test_index.ListTestCase) PASS: test_index (test.test_index.ListTestCase) PASS: test_inplace_repeat (test.test_index.ListTestCase) PASS: test_repeat (test.test_index.ListTestCase) PASS: test_setdelitem (test.test_index.ListTestCase) PASS: test_slice (test.test_index.ListTestCase) PASS: test_slice_bug7532 (test.test_index.ListTestCase) PASS: test_subclasses (test.test_index.ListTestCase) PASS: test_wrappers (test.test_index.ListTestCase) PASS: test_error (test.test_index.NewSeqTestCase) PASS: test_index (test.test_index.NewSeqTestCase) PASS: test_repeat (test.test_index.NewSeqTestCase) PASS: test_slice (test.test_index.NewSeqTestCase) PASS: test_slice_bug7532 (test.test_index.NewSeqTestCase) PASS: test_subclasses (test.test_index.NewSeqTestCase) PASS: test_wrappers (test.test_index.NewSeqTestCase) PASS: test_getitem (test.test_index.OverflowTestCase) PASS: test_large_longs (test.test_index.OverflowTestCase) PASS: test_sequence_repeat (test.test_index.OverflowTestCase) PASS: test_range (test.test_index.RangeTestCase) PASS: test_error (test.test_index.StringTestCase) PASS: test_index (test.test_index.StringTestCase) PASS: test_repeat (test.test_index.StringTestCase) PASS: test_slice (test.test_index.StringTestCase) PASS: test_slice_bug7532 (test.test_index.StringTestCase) PASS: test_subclasses (test.test_index.StringTestCase) PASS: test_wrappers (test.test_index.StringTestCase) PASS: test_error (test.test_index.TupleTestCase) PASS: test_index (test.test_index.TupleTestCase) PASS: test_repeat (test.test_index.TupleTestCase) PASS: test_slice (test.test_index.TupleTestCase) PASS: test_slice_bug7532 (test.test_index.TupleTestCase) PASS: test_subclasses (test.test_index.TupleTestCase) PASS: test_wrappers (test.test_index.TupleTestCase) ---------------------------------------------------------------------- Ran 55 tests in 0.011s OK 0:06:23 load avg: 0.69 [187/416] test_inspect PASS: test_decorator_with_lambda (test.test_inspect.TestDecorators) PASS: test_getsource_unwrap (test.test_inspect.TestDecorators) PASS: test_replacing_decorator (test.test_inspect.TestDecorators) PASS: test_wrapped_decorator (test.test_inspect.TestDecorators) PASS: test_cleandoc (test.test_inspect.TestRetrievingSourceCode) PASS: test_finddoc (test.test_inspect.TestRetrievingSourceCode) PASS: test_getclasses (test.test_inspect.TestRetrievingSourceCode) PASS: test_getcomments (test.test_inspect.TestRetrievingSourceCode) PASS: test_getdoc (test.test_inspect.TestRetrievingSourceCode) PASS: test_getdoc_inherited (test.test_inspect.TestRetrievingSourceCode) PASS: test_getfile (test.test_inspect.TestRetrievingSourceCode) PASS: test_getfile_broken_repr (test.test_inspect.TestRetrievingSourceCode) PASS: test_getfile_builtin_class (test.test_inspect.TestRetrievingSourceCode) PASS: test_getfile_builtin_function_or_method (test.test_inspect.TestRetrievingSourceCode) PASS: test_getfile_builtin_module (test.test_inspect.TestRetrievingSourceCode) PASS: test_getfile_class_without_module (test.test_inspect.TestRetrievingSourceCode) PASS: test_getframeinfo_get_first_line (test.test_inspect.TestRetrievingSourceCode) PASS: test_getfunctions (test.test_inspect.TestRetrievingSourceCode) PASS: test_getmodule (test.test_inspect.TestRetrievingSourceCode) PASS: test_getmodule_recursion (test.test_inspect.TestRetrievingSourceCode) PASS: test_getsource (test.test_inspect.TestRetrievingSourceCode) PASS: test_getsource_on_code_object (test.test_inspect.TestRetrievingSourceCode) PASS: test_getsourcefile (test.test_inspect.TestRetrievingSourceCode) test_proceed_with_fake_filename (test.test_inspect.TestRetrievingSourceCode) PASS: doctest monkeypatches linecache to enable inspection PASS: test_anonymous (test.test_inspect.TestOneliners) PASS: test_lambda_in_list (test.test_inspect.TestOneliners) PASS: test_manyargs (test.test_inspect.TestOneliners) PASS: test_oneline_lambda (test.test_inspect.TestOneliners) PASS: test_onelinefunc (test.test_inspect.TestOneliners) PASS: test_threeline_lambda (test.test_inspect.TestOneliners) PASS: test_twoline_indented_lambda (test.test_inspect.TestOneliners) PASS: test_twolinefunc (test.test_inspect.TestOneliners) PASS: test_findsource_binary (test.test_inspect.TestBuggyCases) PASS: test_findsource_code_in_linecache (test.test_inspect.TestBuggyCases) PASS: test_findsource_without_filename (test.test_inspect.TestBuggyCases) PASS: test_getsource_on_method (test.test_inspect.TestBuggyCases) PASS: test_method_in_dynamic_class (test.test_inspect.TestBuggyCases) PASS: test_multiline_sig (test.test_inspect.TestBuggyCases) PASS: test_nested_class (test.test_inspect.TestBuggyCases) PASS: test_nested_func (test.test_inspect.TestBuggyCases) PASS: test_one_liner_dedent_non_name (test.test_inspect.TestBuggyCases) PASS: test_one_liner_followed_by_non_name (test.test_inspect.TestBuggyCases) PASS: test_with_comment (test.test_inspect.TestBuggyCases) PASS: test_with_comment_instead_of_docstring (test.test_inspect.TestBuggyCases) PASS: test_abuse_done (test.test_inspect.TestInterpreterStack) PASS: test_frame (test.test_inspect.TestInterpreterStack) PASS: test_previous_frame (test.test_inspect.TestInterpreterStack) PASS: test_stack (test.test_inspect.TestInterpreterStack) PASS: test_trace (test.test_inspect.TestInterpreterStack) PASS: test_argspec_api_ignores_wrapped (test.test_inspect.TestClassesAndFunctions) PASS: test_classify_DynamicClassAttribute (test.test_inspect.TestClassesAndFunctions) PASS: test_classify_VirtualAttribute (test.test_inspect.TestClassesAndFunctions) PASS: test_classify_VirtualAttribute_multi_classes (test.test_inspect.TestClassesAndFunctions) PASS: test_classify_builtin_types (test.test_inspect.TestClassesAndFunctions) PASS: test_classify_class_attrs_with_buggy_dir (test.test_inspect.TestClassesAndFunctions) PASS: test_classify_metaclass_class_attribute (test.test_inspect.TestClassesAndFunctions) PASS: test_classify_newstyle (test.test_inspect.TestClassesAndFunctions) PASS: test_classify_overrides_bool (test.test_inspect.TestClassesAndFunctions) PASS: test_getargspec (test.test_inspect.TestClassesAndFunctions) PASS: test_getargspec_method (test.test_inspect.TestClassesAndFunctions) PASS: test_getfullagrspec_builtin_func (test.test_inspect.TestClassesAndFunctions) PASS: test_getfullagrspec_builtin_func_no_signature (test.test_inspect.TestClassesAndFunctions) PASS: test_getfullargspec (test.test_inspect.TestClassesAndFunctions) PASS: test_getfullargspec_builtin_methods (test.test_inspect.TestClassesAndFunctions) PASS: test_getfullargspec_definition_order_preserved_on_kwonly (test.test_inspect.TestClassesAndFunctions) PASS: test_getfullargspec_signature_annos (test.test_inspect.TestClassesAndFunctions) PASS: test_getfullargspec_signature_attr (test.test_inspect.TestClassesAndFunctions) PASS: test_getmembers_VirtualAttribute (test.test_inspect.TestClassesAndFunctions) PASS: test_getmembers_descriptors (test.test_inspect.TestClassesAndFunctions) PASS: test_getmembers_method (test.test_inspect.TestClassesAndFunctions) PASS: test_getmembers_with_buggy_dir (test.test_inspect.TestClassesAndFunctions) PASS: test_newstyle_mro (test.test_inspect.TestClassesAndFunctions) PASS: test_excluding_predicates (test.test_inspect.TestPredicates) PASS: test_get_slot_members (test.test_inspect.TestPredicates) PASS: test_isabstract (test.test_inspect.TestPredicates) PASS: test_isabstract_during_init_subclass (test.test_inspect.TestPredicates) PASS: test_isawaitable (test.test_inspect.TestPredicates) PASS: test_isclass (test.test_inspect.TestPredicates) PASS: test_iscoroutine (test.test_inspect.TestPredicates) PASS: test_isroutine (test.test_inspect.TestPredicates) PASS: test_errors (test.test_inspect.TestGetcallargsFunctions) PASS: test_keyword_only (test.test_inspect.TestGetcallargsFunctions) PASS: test_multiple_features (test.test_inspect.TestGetcallargsFunctions) PASS: test_plain (test.test_inspect.TestGetcallargsFunctions) PASS: test_varargs (test.test_inspect.TestGetcallargsFunctions) PASS: test_varkw (test.test_inspect.TestGetcallargsFunctions) PASS: test_varkw_only (test.test_inspect.TestGetcallargsFunctions) PASS: test_errors (test.test_inspect.TestGetcallargsMethods) PASS: test_keyword_only (test.test_inspect.TestGetcallargsMethods) PASS: test_multiple_features (test.test_inspect.TestGetcallargsMethods) PASS: test_plain (test.test_inspect.TestGetcallargsMethods) PASS: test_varargs (test.test_inspect.TestGetcallargsMethods) PASS: test_varkw (test.test_inspect.TestGetcallargsMethods) PASS: test_varkw_only (test.test_inspect.TestGetcallargsMethods) PASS: test_errors (test.test_inspect.TestGetcallargsUnboundMethods) PASS: test_keyword_only (test.test_inspect.TestGetcallargsUnboundMethods) PASS: test_multiple_features (test.test_inspect.TestGetcallargsUnboundMethods) PASS: test_plain (test.test_inspect.TestGetcallargsUnboundMethods) PASS: test_varargs (test.test_inspect.TestGetcallargsUnboundMethods) PASS: test_varkw (test.test_inspect.TestGetcallargsUnboundMethods) PASS: test_varkw_only (test.test_inspect.TestGetcallargsUnboundMethods) PASS: test_basic (test.test_inspect.TestGetattrStatic) PASS: test_classAttribute (test.test_inspect.TestGetattrStatic) PASS: test_classVirtualAttribute (test.test_inspect.TestGetattrStatic) PASS: test_class_as_property (test.test_inspect.TestGetattrStatic) PASS: test_custom_object_dict (test.test_inspect.TestGetattrStatic) PASS: test_descriptor (test.test_inspect.TestGetattrStatic) PASS: test_descriptor_raises_AttributeError (test.test_inspect.TestGetattrStatic) PASS: test_dict_as_property (test.test_inspect.TestGetattrStatic) PASS: test_inherited (test.test_inspect.TestGetattrStatic) PASS: test_inherited_classattribute (test.test_inspect.TestGetattrStatic) PASS: test_inherited_slots (test.test_inspect.TestGetattrStatic) PASS: test_instance_attr (test.test_inspect.TestGetattrStatic) PASS: test_metaclass (test.test_inspect.TestGetattrStatic) PASS: test_metaclass_dict_as_property (test.test_inspect.TestGetattrStatic) PASS: test_metaclass_with_descriptor (test.test_inspect.TestGetattrStatic) PASS: test_metaclass_with_metaclass_with_dict_as_property (test.test_inspect.TestGetattrStatic) PASS: test_module (test.test_inspect.TestGetattrStatic) PASS: test_mro_as_property (test.test_inspect.TestGetattrStatic) PASS: test_no_dict_no_slots (test.test_inspect.TestGetattrStatic) PASS: test_no_dict_no_slots_instance_member (test.test_inspect.TestGetattrStatic) PASS: test_property (test.test_inspect.TestGetattrStatic) PASS: test_slots (test.test_inspect.TestGetattrStatic) PASS: test_closed_after_exhaustion (test.test_inspect.TestGetGeneratorState) PASS: test_closed_after_immediate_exception (test.test_inspect.TestGetGeneratorState) PASS: test_created (test.test_inspect.TestGetGeneratorState) PASS: test_easy_debugging (test.test_inspect.TestGetGeneratorState) PASS: test_getgeneratorlocals (test.test_inspect.TestGetGeneratorState) PASS: test_getgeneratorlocals_empty (test.test_inspect.TestGetGeneratorState) PASS: test_getgeneratorlocals_error (test.test_inspect.TestGetGeneratorState) PASS: test_running (test.test_inspect.TestGetGeneratorState) PASS: test_suspended (test.test_inspect.TestGetGeneratorState) PASS: test_class (test.test_inspect.TestNoEOL) PASS: test_signature_definition_order_preserved_on_kwonly (test.test_inspect.TestSignatureObject) PASS: test_signature_equality (test.test_inspect.TestSignatureObject) PASS: test_signature_from_callable_builtin_obj (test.test_inspect.TestSignatureObject) PASS: test_signature_from_callable_python_obj (test.test_inspect.TestSignatureObject) PASS: test_signature_from_functionlike_object (test.test_inspect.TestSignatureObject) PASS: test_signature_functionlike_class (test.test_inspect.TestSignatureObject) PASS: test_signature_hashable (test.test_inspect.TestSignatureObject) PASS: test_signature_immutability (test.test_inspect.TestSignatureObject) PASS: test_signature_object (test.test_inspect.TestSignatureObject) PASS: test_signature_object_pickle (test.test_inspect.TestSignatureObject) PASS: test_signature_on_builtin_class (test.test_inspect.TestSignatureObject) PASS: test_signature_on_builtins (test.test_inspect.TestSignatureObject) PASS: test_signature_on_builtins_no_signature (test.test_inspect.TestSignatureObject) PASS: test_signature_on_callable_objects (test.test_inspect.TestSignatureObject) PASS: test_signature_on_class (test.test_inspect.TestSignatureObject) PASS: test_signature_on_class_without_init (test.test_inspect.TestSignatureObject) PASS: test_signature_on_classmethod (test.test_inspect.TestSignatureObject) PASS: test_signature_on_complex_args (test.test_inspect.TestSignatureObject) PASS: test_signature_on_decorated (test.test_inspect.TestSignatureObject) PASS: test_signature_on_decorated_builtins (test.test_inspect.TestSignatureObject) PASS: test_signature_on_fake_partialmethod (test.test_inspect.TestSignatureObject) PASS: test_signature_on_lambdas (test.test_inspect.TestSignatureObject) PASS: test_signature_on_mangled_parameters (test.test_inspect.TestSignatureObject) PASS: test_signature_on_method (test.test_inspect.TestSignatureObject) PASS: test_signature_on_noarg (test.test_inspect.TestSignatureObject) PASS: test_signature_on_non_function (test.test_inspect.TestSignatureObject) PASS: test_signature_on_partial (test.test_inspect.TestSignatureObject) PASS: test_signature_on_partialmethod (test.test_inspect.TestSignatureObject) PASS: test_signature_on_staticmethod (test.test_inspect.TestSignatureObject) PASS: test_signature_on_wargs (test.test_inspect.TestSignatureObject) PASS: test_signature_on_wkwonly (test.test_inspect.TestSignatureObject) PASS: test_signature_replace_anno (test.test_inspect.TestSignatureObject) PASS: test_signature_str (test.test_inspect.TestSignatureObject) PASS: test_signature_str_positional_only (test.test_inspect.TestSignatureObject) PASS: test_signature_without_self (test.test_inspect.TestSignatureObject) PASS: test_signature_wrapped_bound_method (test.test_inspect.TestSignatureObject) PASS: test_signature_bind_args_and_kwargs (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_args_and_varargs (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_arguments (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_empty (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_implicit_arg (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_just_args (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_just_kwargs (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_kwonly (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_positional_only (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_var (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_vararg_name (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_varargs_order (test.test_inspect.TestSignatureBind) PASS: test_signature_bind_with_self_arg (test.test_inspect.TestSignatureBind) PASS: test_signature_parameter_equality (test.test_inspect.TestParameterObject) PASS: test_signature_parameter_hashable (test.test_inspect.TestParameterObject) PASS: test_signature_parameter_immutability (test.test_inspect.TestParameterObject) PASS: test_signature_parameter_implicit (test.test_inspect.TestParameterObject) PASS: test_signature_parameter_kinds (test.test_inspect.TestParameterObject) PASS: test_signature_parameter_object (test.test_inspect.TestParameterObject) PASS: test_signature_parameter_positional_only (test.test_inspect.TestParameterObject) PASS: test_signature_parameter_replace (test.test_inspect.TestParameterObject) PASS: test_signature_bound_arguments_apply_defaults (test.test_inspect.TestBoundArguments) PASS: test_signature_bound_arguments_equality (test.test_inspect.TestBoundArguments) PASS: test_signature_bound_arguments_pickle (test.test_inspect.TestBoundArguments) PASS: test_signature_bound_arguments_repr (test.test_inspect.TestBoundArguments) PASS: test_signature_bound_arguments_unhashable (test.test_inspect.TestBoundArguments) PASS: test_signature_get_bound_param (test.test_inspect.TestSignaturePrivateHelpers) PASS: test_signature_strip_non_python_syntax (test.test_inspect.TestSignaturePrivateHelpers) PASS: test_builtins_have_signatures (test.test_inspect.TestSignatureDefinitions) PASS: test_builtins_as_dict (test.test_inspect.TestGetClosureVars) PASS: test_builtins_as_module (test.test_inspect.TestGetClosureVars) PASS: test_builtins_fallback (test.test_inspect.TestGetClosureVars) PASS: test_generator_closure (test.test_inspect.TestGetClosureVars) PASS: test_getclosurevars_empty (test.test_inspect.TestGetClosureVars) PASS: test_getclosurevars_error (test.test_inspect.TestGetClosureVars) PASS: test_method_closure (test.test_inspect.TestGetClosureVars) PASS: test_name_resolution (test.test_inspect.TestGetClosureVars) PASS: test_nonlocal_vars (test.test_inspect.TestGetClosureVars) PASS: test_cycle (test.test_inspect.TestUnwrap) PASS: test_recursion_limit (test.test_inspect.TestUnwrap) PASS: test_stop (test.test_inspect.TestUnwrap) PASS: test_unhashable (test.test_inspect.TestUnwrap) PASS: test_unwrap_one (test.test_inspect.TestUnwrap) PASS: test_unwrap_several (test.test_inspect.TestUnwrap) PASS: test_builtins (test.test_inspect.TestMain) PASS: test_custom_getattr (test.test_inspect.TestMain) PASS: test_details (test.test_inspect.TestMain) PASS: test_only_source (test.test_inspect.TestMain) PASS: test_qualname_source (test.test_inspect.TestMain) PASS: test_getsource_reload (test.test_inspect.TestReload) PASS: test_closed_after_exhaustion (test.test_inspect.TestGetCoroutineState) PASS: test_closed_after_immediate_exception (test.test_inspect.TestGetCoroutineState) PASS: test_created (test.test_inspect.TestGetCoroutineState) PASS: test_easy_debugging (test.test_inspect.TestGetCoroutineState) PASS: test_getcoroutinelocals (test.test_inspect.TestGetCoroutineState) PASS: test_suspended (test.test_inspect.TestGetCoroutineState) PASS: test_range_toplevel_frame (test.test_inspect.TestGettingSourceOfToplevelFrames) PASS: test_range_traceback_toplevel_frame (test.test_inspect.TestGettingSourceOfToplevelFrames) ---------------------------------------------------------------------- Ran 227 tests in 0.436s OK 0:06:23 load avg: 0.69 [188/416] test_int PASS: test_basic (test.test_int.IntTestCases) PASS: test_error_message (test.test_int.IntTestCases) test_int_base_bad_types (test.test_int.IntTestCases) PASS: Not integer types are not valid bases; issue16772. PASS: test_int_base_indexable (test.test_int.IntTestCases) test_int_base_limits (test.test_int.IntTestCases) PASS: Testing the supported limits of the int() base parameter. PASS: test_int_memoryview (test.test_int.IntTestCases) PASS: test_int_returns_int_subclass (test.test_int.IntTestCases) PASS: test_int_subclass_with_int (test.test_int.IntTestCases) PASS: test_intconversion (test.test_int.IntTestCases) PASS: test_issue31619 (test.test_int.IntTestCases) PASS: test_keyword_args (test.test_int.IntTestCases) PASS: test_no_args (test.test_int.IntTestCases) PASS: test_non_numeric_input_types (test.test_int.IntTestCases) PASS: test_small_ints (test.test_int.IntTestCases) PASS: test_string_float (test.test_int.IntTestCases) PASS: test_underscores (test.test_int.IntTestCases) ---------------------------------------------------------------------- Ran 16 tests in 0.010s OK 0:06:24 load avg: 0.69 [189/416] test_int_literal PASS: test_bin_baseline (test.test_int_literal.TestHexOctBin) PASS: test_bin_unsigned (test.test_int_literal.TestHexOctBin) PASS: test_hex_baseline (test.test_int_literal.TestHexOctBin) PASS: test_hex_unsigned (test.test_int_literal.TestHexOctBin) PASS: test_oct_baseline (test.test_int_literal.TestHexOctBin) PASS: test_oct_unsigned (test.test_int_literal.TestHexOctBin) ---------------------------------------------------------------------- Ran 6 tests in 0.001s OK 0:06:24 load avg: 0.71 [190/416] test_io PASS: test_BufferedIOBase_destructor (test.test_io.CIOTest) PASS: test_BufferedIOBase_readinto (test.test_io.CIOTest) PASS: test_IOBase_destructor (test.test_io.CIOTest) PASS: test_IOBase_finalize (test.test_io.CIOTest) PASS: test_RawIOBase_destructor (test.test_io.CIOTest) PASS: test_RawIOBase_read (test.test_io.CIOTest) PASS: test_RawIOBase_readall (test.test_io.CIOTest) PASS: test_TextIOBase_destructor (test.test_io.CIOTest) PASS: test_append_mode_tell (test.test_io.CIOTest) PASS: test_array_writes (test.test_io.CIOTest) PASS: test_bad_opener_negative_1 (test.test_io.CIOTest) PASS: test_bad_opener_other_negative (test.test_io.CIOTest) PASS: test_buffered_file_io (test.test_io.CIOTest) PASS: test_buffered_readinto_mixin (test.test_io.CIOTest) PASS: test_close_assert (test.test_io.CIOTest) PASS: test_close_flushes (test.test_io.CIOTest) PASS: test_closefd (test.test_io.CIOTest) PASS: test_closefd_attr (test.test_io.CIOTest) PASS: test_destructor (test.test_io.CIOTest) PASS: test_fileio_closefd (test.test_io.CIOTest) PASS: test_flush_error_on_close (test.test_io.CIOTest) PASS: test_fspath_support (test.test_io.CIOTest) PASS: test_garbage_collection (test.test_io.CIOTest) PASS: test_invalid_newline (test.test_io.CIOTest) PASS: test_invalid_operations (test.test_io.CIOTest) PASS: test_large_file_ops (test.test_io.CIOTest) PASS: test_multi_close (test.test_io.CIOTest) PASS: test_next_nonsizeable (test.test_io.CIOTest) PASS: test_no_closefd_with_filename (test.test_io.CIOTest) PASS: test_nonbuffered_textio (test.test_io.CIOTest) PASS: test_open_handles_NUL_chars (test.test_io.CIOTest) PASS: test_opener (test.test_io.CIOTest) PASS: test_optional_abilities (test.test_io.CIOTest) PASS: test_raw_bytes_io (test.test_io.CIOTest) PASS: test_raw_file_io (test.test_io.CIOTest) PASS: test_read_closed (test.test_io.CIOTest) PASS: test_readline (test.test_io.CIOTest) PASS: test_readline_nonsizeable (test.test_io.CIOTest) PASS: test_types_have_dict (test.test_io.CIOTest) SKIP: test_unbounded_file (test.test_io.CIOTest) 'test can only run in a 32-bit address space' PASS: test_with_open (test.test_io.CIOTest) PASS: test_BufferedIOBase_destructor (test.test_io.PyIOTest) PASS: test_BufferedIOBase_readinto (test.test_io.PyIOTest) PASS: test_IOBase_destructor (test.test_io.PyIOTest) PASS: test_RawIOBase_destructor (test.test_io.PyIOTest) PASS: test_RawIOBase_read (test.test_io.PyIOTest) PASS: test_RawIOBase_readall (test.test_io.PyIOTest) PASS: test_TextIOBase_destructor (test.test_io.PyIOTest) PASS: test_append_mode_tell (test.test_io.PyIOTest) PASS: test_array_writes (test.test_io.PyIOTest) PASS: test_bad_opener_negative_1 (test.test_io.PyIOTest) PASS: test_bad_opener_other_negative (test.test_io.PyIOTest) PASS: test_buffered_file_io (test.test_io.PyIOTest) PASS: test_buffered_readinto_mixin (test.test_io.PyIOTest) PASS: test_close_assert (test.test_io.PyIOTest) PASS: test_close_flushes (test.test_io.PyIOTest) PASS: test_closefd (test.test_io.PyIOTest) PASS: test_closefd_attr (test.test_io.PyIOTest) PASS: test_destructor (test.test_io.PyIOTest) PASS: test_fileio_closefd (test.test_io.PyIOTest) PASS: test_flush_error_on_close (test.test_io.PyIOTest) PASS: test_fspath_support (test.test_io.PyIOTest) PASS: test_garbage_collection (test.test_io.PyIOTest) PASS: test_invalid_newline (test.test_io.PyIOTest) PASS: test_invalid_operations (test.test_io.PyIOTest) PASS: test_large_file_ops (test.test_io.PyIOTest) PASS: test_multi_close (test.test_io.PyIOTest) PASS: test_next_nonsizeable (test.test_io.PyIOTest) PASS: test_no_closefd_with_filename (test.test_io.PyIOTest) PASS: test_nonbuffered_textio (test.test_io.PyIOTest) PASS: test_open_handles_NUL_chars (test.test_io.PyIOTest) PASS: test_opener (test.test_io.PyIOTest) PASS: test_optional_abilities (test.test_io.PyIOTest) PASS: test_raw_bytes_io (test.test_io.PyIOTest) PASS: test_raw_file_io (test.test_io.PyIOTest) PASS: test_read_closed (test.test_io.PyIOTest) PASS: test_readline (test.test_io.PyIOTest) PASS: test_readline_nonsizeable (test.test_io.PyIOTest) PASS: test_types_have_dict (test.test_io.PyIOTest) SKIP: test_unbounded_file (test.test_io.PyIOTest) 'test can only run in a 32-bit address space' PASS: test_with_open (test.test_io.PyIOTest) test_RawIOBase_io_in_pyio_match (test.test_io.APIMismatchTest) PASS: Test that pyio RawIOBase class has all c RawIOBase methods test_RawIOBase_pyio_in_io_match (test.test_io.APIMismatchTest) PASS: Test that c RawIOBase class has all pyio RawIOBase methods PASS: test_args_error (test.test_io.CBufferedReaderTest) PASS: test_buffer_freeing (test.test_io.CBufferedReaderTest) PASS: test_buffering (test.test_io.CBufferedReaderTest) PASS: test_close_error_on_close (test.test_io.CBufferedReaderTest) PASS: test_constructor (test.test_io.CBufferedReaderTest) PASS: test_context_manager (test.test_io.CBufferedReaderTest) PASS: test_detach (test.test_io.CBufferedReaderTest) PASS: test_error_through_destructor (test.test_io.CBufferedReaderTest) PASS: test_fileno (test.test_io.CBufferedReaderTest) PASS: test_flush_error_on_close (test.test_io.CBufferedReaderTest) PASS: test_garbage_collection (test.test_io.CBufferedReaderTest) PASS: test_initialization (test.test_io.CBufferedReaderTest) PASS: test_invalid_args (test.test_io.CBufferedReaderTest) PASS: test_misbehaved_io (test.test_io.CBufferedReaderTest) PASS: test_misbehaved_io_read (test.test_io.CBufferedReaderTest) PASS: test_multi_close (test.test_io.CBufferedReaderTest) PASS: test_no_extraneous_read (test.test_io.CBufferedReaderTest) PASS: test_nonnormalized_close_error_on_close (test.test_io.CBufferedReaderTest) PASS: test_override_destructor (test.test_io.CBufferedReaderTest) PASS: test_read (test.test_io.CBufferedReaderTest) PASS: test_read1 (test.test_io.CBufferedReaderTest) PASS: test_read1_arbitrary (test.test_io.CBufferedReaderTest) PASS: test_read_all (test.test_io.CBufferedReaderTest) PASS: test_read_non_blocking (test.test_io.CBufferedReaderTest) PASS: test_read_on_closed (test.test_io.CBufferedReaderTest) PASS: test_read_past_eof (test.test_io.CBufferedReaderTest) PASS: test_readinto (test.test_io.CBufferedReaderTest) PASS: test_readinto1 (test.test_io.CBufferedReaderTest) PASS: test_readinto1_array (test.test_io.CBufferedReaderTest) PASS: test_readinto_array (test.test_io.CBufferedReaderTest) PASS: test_readlines (test.test_io.CBufferedReaderTest) PASS: test_readonly_attributes (test.test_io.CBufferedReaderTest) PASS: test_recursive_repr (test.test_io.CBufferedReaderTest) PASS: test_repr (test.test_io.CBufferedReaderTest) PASS: test_sizeof (test.test_io.CBufferedReaderTest) SKIP: test_threads (test.test_io.CBufferedReaderTest) "resource 'cpu' is not enabled" PASS: test_uninitialized (test.test_io.CBufferedReaderTest) PASS: test_unseekable (test.test_io.CBufferedReaderTest) PASS: test_buffering (test.test_io.PyBufferedReaderTest) PASS: test_close_error_on_close (test.test_io.PyBufferedReaderTest) PASS: test_constructor (test.test_io.PyBufferedReaderTest) PASS: test_context_manager (test.test_io.PyBufferedReaderTest) PASS: test_detach (test.test_io.PyBufferedReaderTest) PASS: test_error_through_destructor (test.test_io.PyBufferedReaderTest) PASS: test_fileno (test.test_io.PyBufferedReaderTest) PASS: test_flush_error_on_close (test.test_io.PyBufferedReaderTest) PASS: test_invalid_args (test.test_io.PyBufferedReaderTest) PASS: test_misbehaved_io (test.test_io.PyBufferedReaderTest) PASS: test_multi_close (test.test_io.PyBufferedReaderTest) PASS: test_no_extraneous_read (test.test_io.PyBufferedReaderTest) PASS: test_nonnormalized_close_error_on_close (test.test_io.PyBufferedReaderTest) PASS: test_override_destructor (test.test_io.PyBufferedReaderTest) PASS: test_read (test.test_io.PyBufferedReaderTest) PASS: test_read1 (test.test_io.PyBufferedReaderTest) PASS: test_read1_arbitrary (test.test_io.PyBufferedReaderTest) PASS: test_read_all (test.test_io.PyBufferedReaderTest) PASS: test_read_non_blocking (test.test_io.PyBufferedReaderTest) PASS: test_read_on_closed (test.test_io.PyBufferedReaderTest) PASS: test_read_past_eof (test.test_io.PyBufferedReaderTest) PASS: test_readinto (test.test_io.PyBufferedReaderTest) PASS: test_readinto1 (test.test_io.PyBufferedReaderTest) PASS: test_readinto1_array (test.test_io.PyBufferedReaderTest) PASS: test_readinto_array (test.test_io.PyBufferedReaderTest) PASS: test_readlines (test.test_io.PyBufferedReaderTest) PASS: test_readonly_attributes (test.test_io.PyBufferedReaderTest) PASS: test_recursive_repr (test.test_io.PyBufferedReaderTest) PASS: test_repr (test.test_io.PyBufferedReaderTest) SKIP: test_threads (test.test_io.PyBufferedReaderTest) "resource 'cpu' is not enabled" PASS: test_uninitialized (test.test_io.PyBufferedReaderTest) PASS: test_unseekable (test.test_io.PyBufferedReaderTest) PASS: test_args_error (test.test_io.CBufferedWriterTest) PASS: test_buffer_freeing (test.test_io.CBufferedWriterTest) PASS: test_close_error_on_close (test.test_io.CBufferedWriterTest) PASS: test_constructor (test.test_io.CBufferedWriterTest) PASS: test_context_manager (test.test_io.CBufferedWriterTest) PASS: test_destructor (test.test_io.CBufferedWriterTest) PASS: test_detach (test.test_io.CBufferedWriterTest) PASS: test_detach_flush (test.test_io.CBufferedWriterTest) PASS: test_error_through_destructor (test.test_io.CBufferedWriterTest) PASS: test_fileno (test.test_io.CBufferedWriterTest) PASS: test_flush (test.test_io.CBufferedWriterTest) PASS: test_flush_error_on_close (test.test_io.CBufferedWriterTest) PASS: test_garbage_collection (test.test_io.CBufferedWriterTest) PASS: test_initialization (test.test_io.CBufferedWriterTest) PASS: test_invalid_args (test.test_io.CBufferedWriterTest) PASS: test_max_buffer_size_removal (test.test_io.CBufferedWriterTest) PASS: test_misbehaved_io (test.test_io.CBufferedWriterTest) PASS: test_multi_close (test.test_io.CBufferedWriterTest) PASS: test_nonnormalized_close_error_on_close (test.test_io.CBufferedWriterTest) PASS: test_override_destructor (test.test_io.CBufferedWriterTest) PASS: test_readonly_attributes (test.test_io.CBufferedWriterTest) PASS: test_recursive_repr (test.test_io.CBufferedWriterTest) PASS: test_repr (test.test_io.CBufferedWriterTest) PASS: test_sizeof (test.test_io.CBufferedWriterTest) PASS: test_slow_close_from_thread (test.test_io.CBufferedWriterTest) SKIP: test_threads (test.test_io.CBufferedWriterTest) "resource 'cpu' is not enabled" PASS: test_truncate (test.test_io.CBufferedWriterTest) PASS: test_truncate_after_write (test.test_io.CBufferedWriterTest) PASS: test_uninitialized (test.test_io.CBufferedWriterTest) PASS: test_unseekable (test.test_io.CBufferedWriterTest) PASS: test_write (test.test_io.CBufferedWriterTest) PASS: test_write_and_rewind (test.test_io.CBufferedWriterTest) PASS: test_write_error_on_close (test.test_io.CBufferedWriterTest) PASS: test_write_non_blocking (test.test_io.CBufferedWriterTest) PASS: test_write_overflow (test.test_io.CBufferedWriterTest) PASS: test_writelines (test.test_io.CBufferedWriterTest) PASS: test_writelines_error (test.test_io.CBufferedWriterTest) PASS: test_writelines_userlist (test.test_io.CBufferedWriterTest) PASS: test_writes (test.test_io.CBufferedWriterTest) PASS: test_writes_and_flushes (test.test_io.CBufferedWriterTest) PASS: test_writes_and_seeks (test.test_io.CBufferedWriterTest) PASS: test_writes_and_truncates (test.test_io.CBufferedWriterTest) PASS: test_close_error_on_close (test.test_io.PyBufferedWriterTest) PASS: test_constructor (test.test_io.PyBufferedWriterTest) PASS: test_context_manager (test.test_io.PyBufferedWriterTest) PASS: test_destructor (test.test_io.PyBufferedWriterTest) PASS: test_detach (test.test_io.PyBufferedWriterTest) PASS: test_detach_flush (test.test_io.PyBufferedWriterTest) PASS: test_error_through_destructor (test.test_io.PyBufferedWriterTest) PASS: test_fileno (test.test_io.PyBufferedWriterTest) PASS: test_flush (test.test_io.PyBufferedWriterTest) PASS: test_flush_error_on_close (test.test_io.PyBufferedWriterTest) PASS: test_invalid_args (test.test_io.PyBufferedWriterTest) PASS: test_max_buffer_size_removal (test.test_io.PyBufferedWriterTest) PASS: test_misbehaved_io (test.test_io.PyBufferedWriterTest) PASS: test_multi_close (test.test_io.PyBufferedWriterTest) PASS: test_nonnormalized_close_error_on_close (test.test_io.PyBufferedWriterTest) PASS: test_override_destructor (test.test_io.PyBufferedWriterTest) PASS: test_readonly_attributes (test.test_io.PyBufferedWriterTest) PASS: test_recursive_repr (test.test_io.PyBufferedWriterTest) PASS: test_repr (test.test_io.PyBufferedWriterTest) PASS: test_slow_close_from_thread (test.test_io.PyBufferedWriterTest) SKIP: test_threads (test.test_io.PyBufferedWriterTest) "resource 'cpu' is not enabled" PASS: test_truncate (test.test_io.PyBufferedWriterTest) PASS: test_truncate_after_write (test.test_io.PyBufferedWriterTest) PASS: test_uninitialized (test.test_io.PyBufferedWriterTest) PASS: test_unseekable (test.test_io.PyBufferedWriterTest) PASS: test_write (test.test_io.PyBufferedWriterTest) PASS: test_write_and_rewind (test.test_io.PyBufferedWriterTest) PASS: test_write_error_on_close (test.test_io.PyBufferedWriterTest) PASS: test_write_non_blocking (test.test_io.PyBufferedWriterTest) PASS: test_write_overflow (test.test_io.PyBufferedWriterTest) PASS: test_writelines (test.test_io.PyBufferedWriterTest) PASS: test_writelines_error (test.test_io.PyBufferedWriterTest) PASS: test_writelines_userlist (test.test_io.PyBufferedWriterTest) PASS: test_writes (test.test_io.PyBufferedWriterTest) PASS: test_writes_and_flushes (test.test_io.PyBufferedWriterTest) PASS: test_writes_and_seeks (test.test_io.PyBufferedWriterTest) PASS: test_writes_and_truncates (test.test_io.PyBufferedWriterTest) PASS: test_close_and_closed (test.test_io.CBufferedRWPairTest) PASS: test_constructor (test.test_io.CBufferedRWPairTest) PASS: test_constructor_max_buffer_size_removal (test.test_io.CBufferedRWPairTest) PASS: test_constructor_with_not_readable (test.test_io.CBufferedRWPairTest) PASS: test_constructor_with_not_writeable (test.test_io.CBufferedRWPairTest) PASS: test_detach (test.test_io.CBufferedRWPairTest) PASS: test_isatty (test.test_io.CBufferedRWPairTest) PASS: test_peek (test.test_io.CBufferedRWPairTest) PASS: test_read (test.test_io.CBufferedRWPairTest) PASS: test_read1 (test.test_io.CBufferedRWPairTest) PASS: test_readable (test.test_io.CBufferedRWPairTest) PASS: test_reader_close_error_on_close (test.test_io.CBufferedRWPairTest) PASS: test_reader_writer_close_error_on_close (test.test_io.CBufferedRWPairTest) PASS: test_readinto (test.test_io.CBufferedRWPairTest) PASS: test_readlines (test.test_io.CBufferedRWPairTest) PASS: test_seekable (test.test_io.CBufferedRWPairTest) PASS: test_uninitialized (test.test_io.CBufferedRWPairTest) PASS: test_weakref_clearing (test.test_io.CBufferedRWPairTest) PASS: test_write (test.test_io.CBufferedRWPairTest) PASS: test_writeable (test.test_io.CBufferedRWPairTest) PASS: test_writer_close_error_on_close (test.test_io.CBufferedRWPairTest) PASS: test_close_and_closed (test.test_io.PyBufferedRWPairTest) PASS: test_constructor (test.test_io.PyBufferedRWPairTest) PASS: test_constructor_max_buffer_size_removal (test.test_io.PyBufferedRWPairTest) PASS: test_constructor_with_not_readable (test.test_io.PyBufferedRWPairTest) PASS: test_constructor_with_not_writeable (test.test_io.PyBufferedRWPairTest) PASS: test_detach (test.test_io.PyBufferedRWPairTest) PASS: test_isatty (test.test_io.PyBufferedRWPairTest) PASS: test_peek (test.test_io.PyBufferedRWPairTest) PASS: test_read (test.test_io.PyBufferedRWPairTest) PASS: test_read1 (test.test_io.PyBufferedRWPairTest) PASS: test_readable (test.test_io.PyBufferedRWPairTest) PASS: test_reader_close_error_on_close (test.test_io.PyBufferedRWPairTest) PASS: test_reader_writer_close_error_on_close (test.test_io.PyBufferedRWPairTest) PASS: test_readinto (test.test_io.PyBufferedRWPairTest) PASS: test_readlines (test.test_io.PyBufferedRWPairTest) PASS: test_seekable (test.test_io.PyBufferedRWPairTest) PASS: test_uninitialized (test.test_io.PyBufferedRWPairTest) PASS: test_weakref_clearing (test.test_io.PyBufferedRWPairTest) PASS: test_write (test.test_io.PyBufferedRWPairTest) PASS: test_writeable (test.test_io.PyBufferedRWPairTest) PASS: test_writer_close_error_on_close (test.test_io.PyBufferedRWPairTest) PASS: test_args_error (test.test_io.CBufferedRandomTest) PASS: test_buffer_freeing (test.test_io.CBufferedRandomTest) PASS: test_buffering (test.test_io.CBufferedRandomTest) PASS: test_close_error_on_close (test.test_io.CBufferedRandomTest) PASS: test_constructor (test.test_io.CBufferedRandomTest) PASS: test_context_manager (test.test_io.CBufferedRandomTest) PASS: test_destructor (test.test_io.CBufferedRandomTest) PASS: test_detach (test.test_io.CBufferedRandomTest) PASS: test_detach_flush (test.test_io.CBufferedRandomTest) PASS: test_error_through_destructor (test.test_io.CBufferedRandomTest) PASS: test_fileno (test.test_io.CBufferedRandomTest) PASS: test_flush (test.test_io.CBufferedRandomTest) PASS: test_flush_and_peek (test.test_io.CBufferedRandomTest) PASS: test_flush_and_read (test.test_io.CBufferedRandomTest) PASS: test_flush_and_readinto (test.test_io.CBufferedRandomTest) PASS: test_flush_and_write (test.test_io.CBufferedRandomTest) PASS: test_flush_error_on_close (test.test_io.CBufferedRandomTest) PASS: test_garbage_collection (test.test_io.CBufferedRandomTest) PASS: test_interleaved_read_write (test.test_io.CBufferedRandomTest) PASS: test_interleaved_readline_write (test.test_io.CBufferedRandomTest) PASS: test_invalid_args (test.test_io.CBufferedRandomTest) PASS: test_max_buffer_size_removal (test.test_io.CBufferedRandomTest) PASS: test_misbehaved_io (test.test_io.CBufferedRandomTest) PASS: test_multi_close (test.test_io.CBufferedRandomTest) PASS: test_no_extraneous_read (test.test_io.CBufferedRandomTest) PASS: test_nonnormalized_close_error_on_close (test.test_io.CBufferedRandomTest) PASS: test_override_destructor (test.test_io.CBufferedRandomTest) PASS: test_read (test.test_io.CBufferedRandomTest) PASS: test_read1 (test.test_io.CBufferedRandomTest) PASS: test_read1_arbitrary (test.test_io.CBufferedRandomTest) PASS: test_read_all (test.test_io.CBufferedRandomTest) PASS: test_read_and_write (test.test_io.CBufferedRandomTest) PASS: test_read_non_blocking (test.test_io.CBufferedRandomTest) PASS: test_read_on_closed (test.test_io.CBufferedRandomTest) PASS: test_read_past_eof (test.test_io.CBufferedRandomTest) PASS: test_readinto (test.test_io.CBufferedRandomTest) PASS: test_readinto1 (test.test_io.CBufferedRandomTest) PASS: test_readinto1_array (test.test_io.CBufferedRandomTest) PASS: test_readinto_array (test.test_io.CBufferedRandomTest) PASS: test_readlines (test.test_io.CBufferedRandomTest) PASS: test_readonly_attributes (test.test_io.CBufferedRandomTest) PASS: test_recursive_repr (test.test_io.CBufferedRandomTest) PASS: test_repr (test.test_io.CBufferedRandomTest) PASS: test_seek_and_tell (test.test_io.CBufferedRandomTest) PASS: test_sizeof (test.test_io.CBufferedRandomTest) PASS: test_slow_close_from_thread (test.test_io.CBufferedRandomTest) SKIP: test_threads (test.test_io.CBufferedRandomTest) "resource 'cpu' is not enabled" PASS: test_truncate (test.test_io.CBufferedRandomTest) PASS: test_truncate_after_read_or_write (test.test_io.CBufferedRandomTest) PASS: test_truncate_after_write (test.test_io.CBufferedRandomTest) PASS: test_uninitialized (test.test_io.CBufferedRandomTest) PASS: test_write (test.test_io.CBufferedRandomTest) PASS: test_write_after_readahead (test.test_io.CBufferedRandomTest) PASS: test_write_and_rewind (test.test_io.CBufferedRandomTest) PASS: test_write_error_on_close (test.test_io.CBufferedRandomTest) PASS: test_write_non_blocking (test.test_io.CBufferedRandomTest) PASS: test_write_overflow (test.test_io.CBufferedRandomTest) PASS: test_write_rewind_write (test.test_io.CBufferedRandomTest) PASS: test_writelines (test.test_io.CBufferedRandomTest) PASS: test_writelines_error (test.test_io.CBufferedRandomTest) PASS: test_writelines_userlist (test.test_io.CBufferedRandomTest) PASS: test_writes (test.test_io.CBufferedRandomTest) PASS: test_writes_and_flushes (test.test_io.CBufferedRandomTest) PASS: test_writes_and_peek (test.test_io.CBufferedRandomTest) PASS: test_writes_and_read1s (test.test_io.CBufferedRandomTest) PASS: test_writes_and_readintos (test.test_io.CBufferedRandomTest) PASS: test_writes_and_reads (test.test_io.CBufferedRandomTest) PASS: test_writes_and_seeks (test.test_io.CBufferedRandomTest) PASS: test_writes_and_truncates (test.test_io.CBufferedRandomTest) PASS: test_buffering (test.test_io.PyBufferedRandomTest) PASS: test_close_error_on_close (test.test_io.PyBufferedRandomTest) PASS: test_constructor (test.test_io.PyBufferedRandomTest) PASS: test_context_manager (test.test_io.PyBufferedRandomTest) PASS: test_destructor (test.test_io.PyBufferedRandomTest) PASS: test_detach (test.test_io.PyBufferedRandomTest) PASS: test_detach_flush (test.test_io.PyBufferedRandomTest) PASS: test_error_through_destructor (test.test_io.PyBufferedRandomTest) PASS: test_fileno (test.test_io.PyBufferedRandomTest) PASS: test_flush (test.test_io.PyBufferedRandomTest) PASS: test_flush_and_peek (test.test_io.PyBufferedRandomTest) PASS: test_flush_and_read (test.test_io.PyBufferedRandomTest) PASS: test_flush_and_readinto (test.test_io.PyBufferedRandomTest) PASS: test_flush_and_write (test.test_io.PyBufferedRandomTest) PASS: test_flush_error_on_close (test.test_io.PyBufferedRandomTest) PASS: test_interleaved_read_write (test.test_io.PyBufferedRandomTest) PASS: test_interleaved_readline_write (test.test_io.PyBufferedRandomTest) PASS: test_invalid_args (test.test_io.PyBufferedRandomTest) PASS: test_max_buffer_size_removal (test.test_io.PyBufferedRandomTest) PASS: test_misbehaved_io (test.test_io.PyBufferedRandomTest) PASS: test_multi_close (test.test_io.PyBufferedRandomTest) PASS: test_no_extraneous_read (test.test_io.PyBufferedRandomTest) PASS: test_nonnormalized_close_error_on_close (test.test_io.PyBufferedRandomTest) PASS: test_override_destructor (test.test_io.PyBufferedRandomTest) PASS: test_read (test.test_io.PyBufferedRandomTest) PASS: test_read1 (test.test_io.PyBufferedRandomTest) PASS: test_read1_arbitrary (test.test_io.PyBufferedRandomTest) PASS: test_read_all (test.test_io.PyBufferedRandomTest) PASS: test_read_and_write (test.test_io.PyBufferedRandomTest) PASS: test_read_non_blocking (test.test_io.PyBufferedRandomTest) PASS: test_read_on_closed (test.test_io.PyBufferedRandomTest) PASS: test_read_past_eof (test.test_io.PyBufferedRandomTest) PASS: test_readinto (test.test_io.PyBufferedRandomTest) PASS: test_readinto1 (test.test_io.PyBufferedRandomTest) PASS: test_readinto1_array (test.test_io.PyBufferedRandomTest) PASS: test_readinto_array (test.test_io.PyBufferedRandomTest) PASS: test_readlines (test.test_io.PyBufferedRandomTest) PASS: test_readonly_attributes (test.test_io.PyBufferedRandomTest) PASS: test_recursive_repr (test.test_io.PyBufferedRandomTest) PASS: test_repr (test.test_io.PyBufferedRandomTest) PASS: test_seek_and_tell (test.test_io.PyBufferedRandomTest) PASS: test_slow_close_from_thread (test.test_io.PyBufferedRandomTest) SKIP: test_threads (test.test_io.PyBufferedRandomTest) "resource 'cpu' is not enabled" PASS: test_truncate (test.test_io.PyBufferedRandomTest) PASS: test_truncate_after_read_or_write (test.test_io.PyBufferedRandomTest) PASS: test_truncate_after_write (test.test_io.PyBufferedRandomTest) PASS: test_uninitialized (test.test_io.PyBufferedRandomTest) PASS: test_write (test.test_io.PyBufferedRandomTest) PASS: test_write_after_readahead (test.test_io.PyBufferedRandomTest) PASS: test_write_and_rewind (test.test_io.PyBufferedRandomTest) PASS: test_write_error_on_close (test.test_io.PyBufferedRandomTest) PASS: test_write_non_blocking (test.test_io.PyBufferedRandomTest) PASS: test_write_overflow (test.test_io.PyBufferedRandomTest) PASS: test_write_rewind_write (test.test_io.PyBufferedRandomTest) PASS: test_writelines (test.test_io.PyBufferedRandomTest) PASS: test_writelines_error (test.test_io.PyBufferedRandomTest) PASS: test_writelines_userlist (test.test_io.PyBufferedRandomTest) PASS: test_writes (test.test_io.PyBufferedRandomTest) PASS: test_writes_and_flushes (test.test_io.PyBufferedRandomTest) PASS: test_writes_and_peek (test.test_io.PyBufferedRandomTest) PASS: test_writes_and_read1s (test.test_io.PyBufferedRandomTest) PASS: test_writes_and_readintos (test.test_io.PyBufferedRandomTest) PASS: test_writes_and_reads (test.test_io.PyBufferedRandomTest) PASS: test_writes_and_seeks (test.test_io.PyBufferedRandomTest) PASS: test_writes_and_truncates (test.test_io.PyBufferedRandomTest) PASS: test_decoder (test.test_io.StatefulIncrementalDecoderTest) PASS: test_newline_bytes (test.test_io.CIncrementalNewlineDecoderTest) PASS: test_newline_decoder (test.test_io.CIncrementalNewlineDecoderTest) PASS: test_translate (test.test_io.CIncrementalNewlineDecoderTest) PASS: test_newline_bytes (test.test_io.PyIncrementalNewlineDecoderTest) PASS: test_newline_decoder (test.test_io.PyIncrementalNewlineDecoderTest) PASS: test_translate (test.test_io.PyIncrementalNewlineDecoderTest) PASS: test_append_bom (test.test_io.CTextIOWrapperTest) PASS: test_basic_io (test.test_io.CTextIOWrapperTest) PASS: test_bufio_write_through (test.test_io.CTextIOWrapperTest) PASS: test_close_error_on_close (test.test_io.CTextIOWrapperTest) PASS: test_constructor (test.test_io.CTextIOWrapperTest) PASS: test_create_at_shutdown_with_encoding (test.test_io.CTextIOWrapperTest) PASS: test_create_at_shutdown_without_encoding (test.test_io.CTextIOWrapperTest) SKIP: test_default_encoding (test.test_io.CTextIOWrapperTest) 'utf-8 mode is enabled' PASS: test_del__CHUNK_SIZE_SystemError (test.test_io.CTextIOWrapperTest) PASS: test_destructor (test.test_io.CTextIOWrapperTest) PASS: test_detach (test.test_io.CTextIOWrapperTest) SKIP: test_device_encoding (test.test_io.CTextIOWrapperTest) 'utf-8 mode is enabled' PASS: test_encoded_writes (test.test_io.CTextIOWrapperTest) PASS: test_encoding (test.test_io.CTextIOWrapperTest) PASS: test_encoding_errors_reading (test.test_io.CTextIOWrapperTest) PASS: test_encoding_errors_writing (test.test_io.CTextIOWrapperTest) PASS: test_error_through_destructor (test.test_io.CTextIOWrapperTest) PASS: test_errors_property (test.test_io.CTextIOWrapperTest) PASS: test_flush_error_on_close (test.test_io.CTextIOWrapperTest) PASS: test_garbage_collection (test.test_io.CTextIOWrapperTest) PASS: test_illegal_decoder (test.test_io.CTextIOWrapperTest) PASS: test_illegal_encoder (test.test_io.CTextIOWrapperTest) PASS: test_initialization (test.test_io.CTextIOWrapperTest) PASS: test_issue1395_1 (test.test_io.CTextIOWrapperTest) PASS: test_issue1395_2 (test.test_io.CTextIOWrapperTest) PASS: test_issue1395_3 (test.test_io.CTextIOWrapperTest) PASS: test_issue1395_4 (test.test_io.CTextIOWrapperTest) PASS: test_issue1395_5 (test.test_io.CTextIOWrapperTest) PASS: test_issue2282 (test.test_io.CTextIOWrapperTest) PASS: test_issue22849 (test.test_io.CTextIOWrapperTest) PASS: test_issue25862 (test.test_io.CTextIOWrapperTest) PASS: test_line_buffering (test.test_io.CTextIOWrapperTest) PASS: test_multi_close (test.test_io.CTextIOWrapperTest) PASS: test_newlines (test.test_io.CTextIOWrapperTest) PASS: test_newlines_input (test.test_io.CTextIOWrapperTest) PASS: test_newlines_output (test.test_io.CTextIOWrapperTest) PASS: test_non_text_encoding_codecs_are_rejected (test.test_io.CTextIOWrapperTest) PASS: test_nonnormalized_close_error_on_close (test.test_io.CTextIOWrapperTest) PASS: test_override_destructor (test.test_io.CTextIOWrapperTest) PASS: test_rawio (test.test_io.CTextIOWrapperTest) PASS: test_rawio_write_through (test.test_io.CTextIOWrapperTest) PASS: test_read_by_chunk (test.test_io.CTextIOWrapperTest) PASS: test_read_byteslike (test.test_io.CTextIOWrapperTest) PASS: test_read_nonbytes (test.test_io.CTextIOWrapperTest) PASS: test_read_one_by_one (test.test_io.CTextIOWrapperTest) PASS: test_readlines (test.test_io.CTextIOWrapperTest) PASS: test_readonly_attributes (test.test_io.CTextIOWrapperTest) PASS: test_reconfigure_defaults (test.test_io.CTextIOWrapperTest) PASS: test_reconfigure_encoding_read (test.test_io.CTextIOWrapperTest) PASS: test_reconfigure_line_buffering (test.test_io.CTextIOWrapperTest) PASS: test_reconfigure_newline (test.test_io.CTextIOWrapperTest) PASS: test_reconfigure_write (test.test_io.CTextIOWrapperTest) PASS: test_reconfigure_write_fromascii (test.test_io.CTextIOWrapperTest) PASS: test_reconfigure_write_non_seekable (test.test_io.CTextIOWrapperTest) PASS: test_reconfigure_write_through (test.test_io.CTextIOWrapperTest) PASS: test_recursive_repr (test.test_io.CTextIOWrapperTest) PASS: test_repr (test.test_io.CTextIOWrapperTest) PASS: test_rwpair_cleared_before_textio (test.test_io.CTextIOWrapperTest) PASS: test_seek_and_tell (test.test_io.CTextIOWrapperTest) PASS: test_seek_append_bom (test.test_io.CTextIOWrapperTest) PASS: test_seek_bom (test.test_io.CTextIOWrapperTest) PASS: test_seeking (test.test_io.CTextIOWrapperTest) PASS: test_seeking_too (test.test_io.CTextIOWrapperTest) PASS: test_telling (test.test_io.CTextIOWrapperTest) PASS: test_threads_write (test.test_io.CTextIOWrapperTest) PASS: test_uninitialized (test.test_io.CTextIOWrapperTest) PASS: test_unreadable (test.test_io.CTextIOWrapperTest) PASS: test_unseekable (test.test_io.CTextIOWrapperTest) PASS: test_writelines (test.test_io.CTextIOWrapperTest) PASS: test_writelines_error (test.test_io.CTextIOWrapperTest) PASS: test_writelines_userlist (test.test_io.CTextIOWrapperTest) PASS: test_append_bom (test.test_io.PyTextIOWrapperTest) PASS: test_basic_io (test.test_io.PyTextIOWrapperTest) PASS: test_bufio_write_through (test.test_io.PyTextIOWrapperTest) PASS: test_close_error_on_close (test.test_io.PyTextIOWrapperTest) PASS: test_constructor (test.test_io.PyTextIOWrapperTest) PASS: test_create_at_shutdown_with_encoding (test.test_io.PyTextIOWrapperTest) PASS: test_create_at_shutdown_without_encoding (test.test_io.PyTextIOWrapperTest) SKIP: test_default_encoding (test.test_io.PyTextIOWrapperTest) 'utf-8 mode is enabled' PASS: test_destructor (test.test_io.PyTextIOWrapperTest) PASS: test_detach (test.test_io.PyTextIOWrapperTest) SKIP: test_device_encoding (test.test_io.PyTextIOWrapperTest) 'utf-8 mode is enabled' PASS: test_encoded_writes (test.test_io.PyTextIOWrapperTest) PASS: test_encoding (test.test_io.PyTextIOWrapperTest) PASS: test_encoding_errors_reading (test.test_io.PyTextIOWrapperTest) PASS: test_encoding_errors_writing (test.test_io.PyTextIOWrapperTest) PASS: test_error_through_destructor (test.test_io.PyTextIOWrapperTest) PASS: test_errors_property (test.test_io.PyTextIOWrapperTest) PASS: test_flush_error_on_close (test.test_io.PyTextIOWrapperTest) PASS: test_illegal_decoder (test.test_io.PyTextIOWrapperTest) PASS: test_illegal_encoder (test.test_io.PyTextIOWrapperTest) PASS: test_issue1395_1 (test.test_io.PyTextIOWrapperTest) PASS: test_issue1395_2 (test.test_io.PyTextIOWrapperTest) PASS: test_issue1395_3 (test.test_io.PyTextIOWrapperTest) PASS: test_issue1395_4 (test.test_io.PyTextIOWrapperTest) PASS: test_issue1395_5 (test.test_io.PyTextIOWrapperTest) PASS: test_issue2282 (test.test_io.PyTextIOWrapperTest) PASS: test_issue22849 (test.test_io.PyTextIOWrapperTest) PASS: test_issue25862 (test.test_io.PyTextIOWrapperTest) PASS: test_line_buffering (test.test_io.PyTextIOWrapperTest) PASS: test_multi_close (test.test_io.PyTextIOWrapperTest) PASS: test_newlines (test.test_io.PyTextIOWrapperTest) PASS: test_newlines_input (test.test_io.PyTextIOWrapperTest) PASS: test_newlines_output (test.test_io.PyTextIOWrapperTest) PASS: test_non_text_encoding_codecs_are_rejected (test.test_io.PyTextIOWrapperTest) PASS: test_nonnormalized_close_error_on_close (test.test_io.PyTextIOWrapperTest) PASS: test_override_destructor (test.test_io.PyTextIOWrapperTest) PASS: test_rawio (test.test_io.PyTextIOWrapperTest) PASS: test_rawio_write_through (test.test_io.PyTextIOWrapperTest) PASS: test_read_by_chunk (test.test_io.PyTextIOWrapperTest) PASS: test_read_byteslike (test.test_io.PyTextIOWrapperTest) PASS: test_read_nonbytes (test.test_io.PyTextIOWrapperTest) PASS: test_read_one_by_one (test.test_io.PyTextIOWrapperTest) PASS: test_readlines (test.test_io.PyTextIOWrapperTest) PASS: test_readonly_attributes (test.test_io.PyTextIOWrapperTest) PASS: test_reconfigure_defaults (test.test_io.PyTextIOWrapperTest) PASS: test_reconfigure_encoding_read (test.test_io.PyTextIOWrapperTest) PASS: test_reconfigure_line_buffering (test.test_io.PyTextIOWrapperTest) PASS: test_reconfigure_newline (test.test_io.PyTextIOWrapperTest) PASS: test_reconfigure_write (test.test_io.PyTextIOWrapperTest) PASS: test_reconfigure_write_fromascii (test.test_io.PyTextIOWrapperTest) PASS: test_reconfigure_write_non_seekable (test.test_io.PyTextIOWrapperTest) PASS: test_reconfigure_write_through (test.test_io.PyTextIOWrapperTest) PASS: test_recursive_repr (test.test_io.PyTextIOWrapperTest) PASS: test_repr (test.test_io.PyTextIOWrapperTest) PASS: test_seek_and_tell (test.test_io.PyTextIOWrapperTest) PASS: test_seek_append_bom (test.test_io.PyTextIOWrapperTest) PASS: test_seek_bom (test.test_io.PyTextIOWrapperTest) PASS: test_seeking (test.test_io.PyTextIOWrapperTest) PASS: test_seeking_too (test.test_io.PyTextIOWrapperTest) PASS: test_telling (test.test_io.PyTextIOWrapperTest) PASS: test_threads_write (test.test_io.PyTextIOWrapperTest) PASS: test_uninitialized (test.test_io.PyTextIOWrapperTest) PASS: test_unreadable (test.test_io.PyTextIOWrapperTest) PASS: test_unseekable (test.test_io.PyTextIOWrapperTest) PASS: test_writelines (test.test_io.PyTextIOWrapperTest) PASS: test_writelines_error (test.test_io.PyTextIOWrapperTest) PASS: test_writelines_userlist (test.test_io.PyTextIOWrapperTest) PASS: test___all__ (test.test_io.CMiscIOTest) PASS: test_abc_inheritance (test.test_io.CMiscIOTest) PASS: test_abc_inheritance_official (test.test_io.CMiscIOTest) PASS: test_abcs (test.test_io.CMiscIOTest) PASS: test_attributes (test.test_io.CMiscIOTest) PASS: test_blockingioerror (test.test_io.CMiscIOTest) PASS: test_create_fail (test.test_io.CMiscIOTest) PASS: test_create_writes (test.test_io.CMiscIOTest) PASS: test_daemon_threads_shutdown_stderr_deadlock (test.test_io.CMiscIOTest) PASS: test_daemon_threads_shutdown_stdout_deadlock (test.test_io.CMiscIOTest) PASS: test_io_after_close (test.test_io.CMiscIOTest) PASS: test_nonblock_pipe_write_bigbuf (test.test_io.CMiscIOTest) PASS: test_nonblock_pipe_write_smallbuf (test.test_io.CMiscIOTest) PASS: test_open_allargs (test.test_io.CMiscIOTest) PASS: test_pickling (test.test_io.CMiscIOTest) PASS: test_readinto_buffer_overflow (test.test_io.CMiscIOTest) PASS: test_warn_on_dealloc (test.test_io.CMiscIOTest) PASS: test_warn_on_dealloc_fd (test.test_io.CMiscIOTest) PASS: test___all__ (test.test_io.PyMiscIOTest) PASS: test_abc_inheritance (test.test_io.PyMiscIOTest) PASS: test_abc_inheritance_official (test.test_io.PyMiscIOTest) PASS: test_abcs (test.test_io.PyMiscIOTest) PASS: test_attributes (test.test_io.PyMiscIOTest) PASS: test_blockingioerror (test.test_io.PyMiscIOTest) PASS: test_create_fail (test.test_io.PyMiscIOTest) PASS: test_create_writes (test.test_io.PyMiscIOTest) PASS: test_io_after_close (test.test_io.PyMiscIOTest) PASS: test_nonblock_pipe_write_bigbuf (test.test_io.PyMiscIOTest) PASS: test_nonblock_pipe_write_smallbuf (test.test_io.PyMiscIOTest) PASS: test_open_allargs (test.test_io.PyMiscIOTest) PASS: test_pickling (test.test_io.PyMiscIOTest) PASS: test_warn_on_dealloc (test.test_io.PyMiscIOTest) PASS: test_warn_on_dealloc_fd (test.test_io.PyMiscIOTest) PASS: test_interrupted_read_retry_buffered (test.test_io.CSignalsTest) PASS: test_interrupted_read_retry_text (test.test_io.CSignalsTest) PASS: test_interrupted_write_buffered (test.test_io.CSignalsTest) PASS: test_interrupted_write_retry_buffered (test.test_io.CSignalsTest) PASS: test_interrupted_write_retry_text (test.test_io.CSignalsTest) PASS: test_interrupted_write_text (test.test_io.CSignalsTest) PASS: test_interrupted_write_unbuffered (test.test_io.CSignalsTest) PASS: test_reentrant_write_buffered (test.test_io.CSignalsTest) PASS: test_reentrant_write_text (test.test_io.CSignalsTest) PASS: test_interrupted_read_retry_buffered (test.test_io.PySignalsTest) PASS: test_interrupted_read_retry_text (test.test_io.PySignalsTest) PASS: test_interrupted_write_buffered (test.test_io.PySignalsTest) PASS: test_interrupted_write_retry_buffered (test.test_io.PySignalsTest) PASS: test_interrupted_write_retry_text (test.test_io.PySignalsTest) PASS: test_interrupted_write_text (test.test_io.PySignalsTest) PASS: test_interrupted_write_unbuffered (test.test_io.PySignalsTest) ---------------------------------------------------------------------- Ran 602 tests in 34.724s OK (skipped=12) 0:06:59 load avg: 0.65 [191/416] test_ioctl -- test_io passed in 35 sec 131 ms PASS: test_ioctl (test.test_ioctl.IoctlTests) PASS: test_ioctl_mutate (test.test_ioctl.IoctlTests) PASS: test_ioctl_mutate_1024 (test.test_ioctl.IoctlTests) PASS: test_ioctl_mutate_2048 (test.test_ioctl.IoctlTests) PASS: test_ioctl_signed_unsigned_code_param (test.test_ioctl.IoctlTests) ---------------------------------------------------------------------- Ran 5 tests in 0.002s OK 0:07:00 load avg: 0.65 [192/416] test_ipaddress PASS: test_bad_address_split (test.test_ipaddress.AddressTestCase_v4) PASS: test_bad_packed_length (test.test_ipaddress.AddressTestCase_v4) PASS: test_empty_address (test.test_ipaddress.AddressTestCase_v4) PASS: test_empty_octet (test.test_ipaddress.AddressTestCase_v4) PASS: test_floats_rejected (test.test_ipaddress.AddressTestCase_v4) PASS: test_int (test.test_ipaddress.AddressTestCase_v4) PASS: test_invalid_characters (test.test_ipaddress.AddressTestCase_v4) PASS: test_large_ints_rejected (test.test_ipaddress.AddressTestCase_v4) PASS: test_leading_zeros (test.test_ipaddress.AddressTestCase_v4) PASS: test_negative_ints_rejected (test.test_ipaddress.AddressTestCase_v4) PASS: test_network_passed_as_address (test.test_ipaddress.AddressTestCase_v4) PASS: test_not_an_index_issue15559 (test.test_ipaddress.AddressTestCase_v4) PASS: test_octal_decimal_ambiguity (test.test_ipaddress.AddressTestCase_v4) PASS: test_octet_length (test.test_ipaddress.AddressTestCase_v4) PASS: test_octet_limit (test.test_ipaddress.AddressTestCase_v4) PASS: test_packed (test.test_ipaddress.AddressTestCase_v4) PASS: test_pickle (test.test_ipaddress.AddressTestCase_v4) PASS: test_weakref (test.test_ipaddress.AddressTestCase_v4) PASS: test_bad_address_split_v6_leading_colon (test.test_ipaddress.AddressTestCase_v6) PASS: test_bad_address_split_v6_not_enough_parts (test.test_ipaddress.AddressTestCase_v6) PASS: test_bad_address_split_v6_repeated_double_colon (test.test_ipaddress.AddressTestCase_v6) PASS: test_bad_address_split_v6_too_many_colons (test.test_ipaddress.AddressTestCase_v6) PASS: test_bad_address_split_v6_too_many_parts (test.test_ipaddress.AddressTestCase_v6) PASS: test_bad_address_split_v6_too_many_parts_with_double_colon (test.test_ipaddress.AddressTestCase_v6) PASS: test_bad_address_split_v6_trailing_colon (test.test_ipaddress.AddressTestCase_v6) PASS: test_bad_packed_length (test.test_ipaddress.AddressTestCase_v6) PASS: test_bad_v4_part_in (test.test_ipaddress.AddressTestCase_v6) PASS: test_empty_address (test.test_ipaddress.AddressTestCase_v6) PASS: test_floats_rejected (test.test_ipaddress.AddressTestCase_v6) PASS: test_int (test.test_ipaddress.AddressTestCase_v6) PASS: test_invalid_characters (test.test_ipaddress.AddressTestCase_v6) PASS: test_large_ints_rejected (test.test_ipaddress.AddressTestCase_v6) PASS: test_leading_zeros (test.test_ipaddress.AddressTestCase_v6) PASS: test_negative_ints_rejected (test.test_ipaddress.AddressTestCase_v6) PASS: test_network_passed_as_address (test.test_ipaddress.AddressTestCase_v6) PASS: test_not_an_index_issue15559 (test.test_ipaddress.AddressTestCase_v6) PASS: test_packed (test.test_ipaddress.AddressTestCase_v6) PASS: test_part_length (test.test_ipaddress.AddressTestCase_v6) PASS: test_pickle (test.test_ipaddress.AddressTestCase_v6) PASS: test_weakref (test.test_ipaddress.AddressTestCase_v6) PASS: test_containment (test.test_ipaddress.ComparisonTests) PASS: test_foreign_type_equality (test.test_ipaddress.ComparisonTests) PASS: test_foreign_type_ordering (test.test_ipaddress.ComparisonTests) PASS: test_incompatible_versions (test.test_ipaddress.ComparisonTests) PASS: test_mixed_type_equality (test.test_ipaddress.ComparisonTests) PASS: test_mixed_type_key (test.test_ipaddress.ComparisonTests) PASS: test_mixed_type_ordering (test.test_ipaddress.ComparisonTests) PASS: test_same_type_equality (test.test_ipaddress.ComparisonTests) PASS: test_same_type_ordering (test.test_ipaddress.ComparisonTests) PASS: test_ip_address (test.test_ipaddress.FactoryFunctionErrors) PASS: test_ip_interface (test.test_ipaddress.FactoryFunctionErrors) PASS: test_ip_network (test.test_ipaddress.FactoryFunctionErrors) PASS: test_address_errors (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_bad_packed_length (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_empty_address (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_floats_rejected (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_int (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_large_ints_rejected (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_leading_zeros (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_negative_ints_rejected (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_netmask_errors (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_netmask_in_tuple_errors (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_no_mask (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_not_an_index_issue15559 (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_packed (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_pickle (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_split_netmask (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_valid_netmask (test.test_ipaddress.InterfaceTestCase_v4) PASS: test_address_errors (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_bad_packed_length (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_empty_address (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_floats_rejected (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_int (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_large_ints_rejected (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_leading_zeros (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_negative_ints_rejected (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_netmask_errors (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_netmask_in_tuple_errors (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_not_an_index_issue15559 (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_packed (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_pickle (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_split_netmask (test.test_ipaddress.InterfaceTestCase_v6) PASS: test_valid_netmask (test.test_ipaddress.InterfaceTestCase_v6) PASS: testAddrExclude (test.test_ipaddress.IpaddrUnitTest) PASS: testAddressComparison (test.test_ipaddress.IpaddrUnitTest) PASS: testAddressIntMath (test.test_ipaddress.IpaddrUnitTest) PASS: testCollapsing (test.test_ipaddress.IpaddrUnitTest) PASS: testCompressIPv6Address (test.test_ipaddress.IpaddrUnitTest) PASS: testContains (test.test_ipaddress.IpaddrUnitTest) PASS: testCopyConstructor (test.test_ipaddress.IpaddrUnitTest) PASS: testEmbeddedIpv4 (test.test_ipaddress.IpaddrUnitTest) PASS: testEqual (test.test_ipaddress.IpaddrUnitTest) PASS: testExplodeShortHandIpStr (test.test_ipaddress.IpaddrUnitTest) PASS: testFancySubnetting (test.test_ipaddress.IpaddrUnitTest) PASS: testForceVersion (test.test_ipaddress.IpaddrUnitTest) PASS: testGetBroadcast (test.test_ipaddress.IpaddrUnitTest) PASS: testGetIp (test.test_ipaddress.IpaddrUnitTest) PASS: testGetNetmask (test.test_ipaddress.IpaddrUnitTest) PASS: testGetNetwork (test.test_ipaddress.IpaddrUnitTest) PASS: testGetNum_Addresses (test.test_ipaddress.IpaddrUnitTest) PASS: testGetPrefixlen (test.test_ipaddress.IpaddrUnitTest) PASS: testGetSubnetForSingle128 (test.test_ipaddress.IpaddrUnitTest) PASS: testGetSubnetForSingle32 (test.test_ipaddress.IpaddrUnitTest) PASS: testGetSubnets (test.test_ipaddress.IpaddrUnitTest) PASS: testGetSubnets3 (test.test_ipaddress.IpaddrUnitTest) PASS: testGetSupernet (test.test_ipaddress.IpaddrUnitTest) PASS: testGetSupernet3 (test.test_ipaddress.IpaddrUnitTest) PASS: testGetSupernet4 (test.test_ipaddress.IpaddrUnitTest) PASS: testGetitem (test.test_ipaddress.IpaddrUnitTest) PASS: testHash (test.test_ipaddress.IpaddrUnitTest) PASS: testHosts (test.test_ipaddress.IpaddrUnitTest) PASS: testIPBases (test.test_ipaddress.IpaddrUnitTest) PASS: testIPVersion (test.test_ipaddress.IpaddrUnitTest) PASS: testIPv4NetAndHostmasks (test.test_ipaddress.IpaddrUnitTest) PASS: testIPv4NetworkHelpers (test.test_ipaddress.IpaddrUnitTest) PASS: testIPv4Tuple (test.test_ipaddress.IpaddrUnitTest) PASS: testIPv6AddressTooLarge (test.test_ipaddress.IpaddrUnitTest) PASS: testIPv6NetworkHelpers (test.test_ipaddress.IpaddrUnitTest) PASS: testIPv6Tuple (test.test_ipaddress.IpaddrUnitTest) PASS: testIntRepresentation (test.test_ipaddress.IpaddrUnitTest) PASS: testInterfaceComparison (test.test_ipaddress.IpaddrUnitTest) PASS: testInternals (test.test_ipaddress.IpaddrUnitTest) PASS: testInvalidIntToBytes (test.test_ipaddress.IpaddrUnitTest) PASS: testIpFromInt (test.test_ipaddress.IpaddrUnitTest) PASS: testIpFromPacked (test.test_ipaddress.IpaddrUnitTest) PASS: testIpType (test.test_ipaddress.IpaddrUnitTest) PASS: testIpv4Mapped (test.test_ipaddress.IpaddrUnitTest) PASS: testMaxPrefixLength (test.test_ipaddress.IpaddrUnitTest) PASS: testMissingAddressClass (test.test_ipaddress.IpaddrUnitTest) PASS: testMissingNetworkVersion (test.test_ipaddress.IpaddrUnitTest) PASS: testNetworkComparison (test.test_ipaddress.IpaddrUnitTest) PASS: testNetworkElementCaching (test.test_ipaddress.IpaddrUnitTest) PASS: testNotEqual (test.test_ipaddress.IpaddrUnitTest) PASS: testNth (test.test_ipaddress.IpaddrUnitTest) PASS: testOverlaps (test.test_ipaddress.IpaddrUnitTest) PASS: testPacked (test.test_ipaddress.IpaddrUnitTest) PASS: testRepr (test.test_ipaddress.IpaddrUnitTest) PASS: testReservedIpv4 (test.test_ipaddress.IpaddrUnitTest) PASS: testReservedIpv6 (test.test_ipaddress.IpaddrUnitTest) PASS: testReversePointer (test.test_ipaddress.IpaddrUnitTest) PASS: testSlash0Constructor (test.test_ipaddress.IpaddrUnitTest) PASS: testSlash128Constructor (test.test_ipaddress.IpaddrUnitTest) PASS: testSlash32Constructor (test.test_ipaddress.IpaddrUnitTest) PASS: testStrictNetworks (test.test_ipaddress.IpaddrUnitTest) PASS: testSubnet2 (test.test_ipaddress.IpaddrUnitTest) PASS: testSubnetFailsForLargeCidrDiff (test.test_ipaddress.IpaddrUnitTest) PASS: testSubnetFailsForNegativeCidrDiff (test.test_ipaddress.IpaddrUnitTest) PASS: testSummarizing (test.test_ipaddress.IpaddrUnitTest) PASS: testSupernetFailsForLargeCidrDiff (test.test_ipaddress.IpaddrUnitTest) PASS: testTeredo (test.test_ipaddress.IpaddrUnitTest) PASS: testWithStar (test.test_ipaddress.IpaddrUnitTest) PASS: testZeroNetmask (test.test_ipaddress.IpaddrUnitTest) PASS: testsixtofour (test.test_ipaddress.IpaddrUnitTest) PASS: test_address_errors (test.test_ipaddress.NetworkTestCase_v4) PASS: test_bad_packed_length (test.test_ipaddress.NetworkTestCase_v4) PASS: test_empty_address (test.test_ipaddress.NetworkTestCase_v4) PASS: test_floats_rejected (test.test_ipaddress.NetworkTestCase_v4) PASS: test_int (test.test_ipaddress.NetworkTestCase_v4) PASS: test_large_ints_rejected (test.test_ipaddress.NetworkTestCase_v4) PASS: test_leading_zeros (test.test_ipaddress.NetworkTestCase_v4) PASS: test_negative_ints_rejected (test.test_ipaddress.NetworkTestCase_v4) PASS: test_netmask_errors (test.test_ipaddress.NetworkTestCase_v4) PASS: test_netmask_in_tuple_errors (test.test_ipaddress.NetworkTestCase_v4) PASS: test_no_mask (test.test_ipaddress.NetworkTestCase_v4) PASS: test_not_an_index_issue15559 (test.test_ipaddress.NetworkTestCase_v4) PASS: test_packed (test.test_ipaddress.NetworkTestCase_v4) PASS: test_pickle (test.test_ipaddress.NetworkTestCase_v4) PASS: test_split_netmask (test.test_ipaddress.NetworkTestCase_v4) PASS: test_subnet_of (test.test_ipaddress.NetworkTestCase_v4) PASS: test_subnet_of_mixed_types (test.test_ipaddress.NetworkTestCase_v4) PASS: test_supernet_of (test.test_ipaddress.NetworkTestCase_v4) PASS: test_valid_netmask (test.test_ipaddress.NetworkTestCase_v4) PASS: test_address_errors (test.test_ipaddress.NetworkTestCase_v6) PASS: test_bad_packed_length (test.test_ipaddress.NetworkTestCase_v6) PASS: test_empty_address (test.test_ipaddress.NetworkTestCase_v6) PASS: test_floats_rejected (test.test_ipaddress.NetworkTestCase_v6) PASS: test_int (test.test_ipaddress.NetworkTestCase_v6) PASS: test_large_ints_rejected (test.test_ipaddress.NetworkTestCase_v6) PASS: test_leading_zeros (test.test_ipaddress.NetworkTestCase_v6) PASS: test_negative_ints_rejected (test.test_ipaddress.NetworkTestCase_v6) PASS: test_netmask_errors (test.test_ipaddress.NetworkTestCase_v6) PASS: test_netmask_in_tuple_errors (test.test_ipaddress.NetworkTestCase_v6) PASS: test_not_an_index_issue15559 (test.test_ipaddress.NetworkTestCase_v6) PASS: test_packed (test.test_ipaddress.NetworkTestCase_v6) PASS: test_pickle (test.test_ipaddress.NetworkTestCase_v6) PASS: test_split_netmask (test.test_ipaddress.NetworkTestCase_v6) PASS: test_subnet_of (test.test_ipaddress.NetworkTestCase_v6) PASS: test_supernet_of (test.test_ipaddress.NetworkTestCase_v6) PASS: test_valid_netmask (test.test_ipaddress.NetworkTestCase_v6) ---------------------------------------------------------------------- Ran 189 tests in 0.134s OK 0:07:00 load avg: 0.65 [193/416] test_isinstance PASS: test_bases_raises_other_than_attribute_error (test.test_isinstance.TestIsInstanceExceptions) PASS: test_class_has_no_bases (test.test_isinstance.TestIsInstanceExceptions) PASS: test_dont_mask_non_attribute_error (test.test_isinstance.TestIsInstanceExceptions) PASS: test_isinstance_dont_mask_non_attribute_error (test.test_isinstance.TestIsInstanceExceptions) PASS: test_mask_attribute_error (test.test_isinstance.TestIsInstanceExceptions) PASS: test_isinstance_abstract (test.test_isinstance.TestIsInstanceIsSubclass) PASS: test_isinstance_normal (test.test_isinstance.TestIsInstanceIsSubclass) PASS: test_isinstance_recursion_limit (test.test_isinstance.TestIsInstanceIsSubclass) PASS: test_subclass_abstract (test.test_isinstance.TestIsInstanceIsSubclass) PASS: test_subclass_normal (test.test_isinstance.TestIsInstanceIsSubclass) PASS: test_subclass_recursion_limit (test.test_isinstance.TestIsInstanceIsSubclass) PASS: test_subclass_tuple (test.test_isinstance.TestIsInstanceIsSubclass) PASS: test_dont_mask_non_attribute_error (test.test_isinstance.TestIsSubclassExceptions) PASS: test_dont_mask_non_attribute_error_in_cls_arg (test.test_isinstance.TestIsSubclassExceptions) PASS: test_mask_attribute_error (test.test_isinstance.TestIsSubclassExceptions) PASS: test_mask_attribute_error_in_cls_arg (test.test_isinstance.TestIsSubclassExceptions) ---------------------------------------------------------------------- Ran 16 tests in 0.013s OK 0:07:00 load avg: 0.65 [194/416] test_iter PASS: test_3720 (test.test_iter.TestCase) PASS: test_builtin_filter (test.test_iter.TestCase) PASS: test_builtin_list (test.test_iter.TestCase) PASS: test_builtin_map (test.test_iter.TestCase) PASS: test_builtin_max_min (test.test_iter.TestCase) PASS: test_builtin_tuple (test.test_iter.TestCase) PASS: test_builtin_zip (test.test_iter.TestCase) PASS: test_countOf (test.test_iter.TestCase) PASS: test_error_iter (test.test_iter.TestCase) PASS: test_exception_function (test.test_iter.TestCase) PASS: test_exception_sequence (test.test_iter.TestCase) PASS: test_extending_list_with_iterator_does_not_segfault (test.test_iter.TestCase) PASS: test_free_after_iterating (test.test_iter.TestCase) PASS: test_in_and_not_in (test.test_iter.TestCase) PASS: test_indexOf (test.test_iter.TestCase) PASS: test_iter_basic (test.test_iter.TestCase) PASS: test_iter_big_range (test.test_iter.TestCase) PASS: test_iter_callable (test.test_iter.TestCase) PASS: test_iter_class_for (test.test_iter.TestCase) PASS: test_iter_class_iter (test.test_iter.TestCase) PASS: test_iter_dict (test.test_iter.TestCase) PASS: test_iter_empty (test.test_iter.TestCase) PASS: test_iter_file (test.test_iter.TestCase) PASS: test_iter_for_loop (test.test_iter.TestCase) PASS: test_iter_function (test.test_iter.TestCase) PASS: test_iter_function_stop (test.test_iter.TestCase) PASS: test_iter_idempotency (test.test_iter.TestCase) PASS: test_iter_independence (test.test_iter.TestCase) PASS: test_iter_neg_setstate (test.test_iter.TestCase) PASS: test_iter_overflow (test.test_iter.TestCase) PASS: test_iter_range (test.test_iter.TestCase) PASS: test_iter_string (test.test_iter.TestCase) PASS: test_iter_tuple (test.test_iter.TestCase) PASS: test_mutating_seq_class_exhausted_iter (test.test_iter.TestCase) PASS: test_mutating_seq_class_iter_pickle (test.test_iter.TestCase) PASS: test_nested_comprehensions_for (test.test_iter.TestCase) PASS: test_nested_comprehensions_iter (test.test_iter.TestCase) PASS: test_new_style_iter_class (test.test_iter.TestCase) PASS: test_ref_counting_behavior (test.test_iter.TestCase) PASS: test_seq_class_for (test.test_iter.TestCase) PASS: test_seq_class_iter (test.test_iter.TestCase) PASS: test_sinkstate_callable (test.test_iter.TestCase) PASS: test_sinkstate_dict (test.test_iter.TestCase) PASS: test_sinkstate_enumerate (test.test_iter.TestCase) PASS: test_sinkstate_list (test.test_iter.TestCase) PASS: test_sinkstate_range (test.test_iter.TestCase) PASS: test_sinkstate_sequence (test.test_iter.TestCase) PASS: test_sinkstate_string (test.test_iter.TestCase) PASS: test_sinkstate_tuple (test.test_iter.TestCase) PASS: test_sinkstate_yield (test.test_iter.TestCase) PASS: test_stop_sequence (test.test_iter.TestCase) PASS: test_unicode_join_endcase (test.test_iter.TestCase) PASS: test_unpack_iter (test.test_iter.TestCase) PASS: test_writelines (test.test_iter.TestCase) ---------------------------------------------------------------------- Ran 54 tests in 0.103s OK 0:07:01 load avg: 0.65 [195/416] test_iterlen PASS: test_immutable_during_iteration (test.test_iterlen.TestDeque) PASS: test_invariant (test.test_iterlen.TestDeque) PASS: test_immutable_during_iteration (test.test_iterlen.TestDequeReversed) PASS: test_invariant (test.test_iterlen.TestDequeReversed) PASS: test_immutable_during_iteration (test.test_iterlen.TestDictItems) PASS: test_invariant (test.test_iterlen.TestDictItems) PASS: test_immutable_during_iteration (test.test_iterlen.TestDictKeys) PASS: test_invariant (test.test_iterlen.TestDictKeys) PASS: test_immutable_during_iteration (test.test_iterlen.TestDictValues) PASS: test_invariant (test.test_iterlen.TestDictValues) PASS: test_invalid_hint (test.test_iterlen.TestLengthHintExceptions) PASS: test_issue1242657 (test.test_iterlen.TestLengthHintExceptions) PASS: test_invariant (test.test_iterlen.TestList) PASS: test_mutation (test.test_iterlen.TestList) PASS: test_invariant (test.test_iterlen.TestListReversed) PASS: test_mutation (test.test_iterlen.TestListReversed) PASS: test_invariant (test.test_iterlen.TestRepeat) PASS: test_immutable_during_iteration (test.test_iterlen.TestSet) PASS: test_invariant (test.test_iterlen.TestSet) PASS: test_invariant (test.test_iterlen.TestTuple) PASS: test_invariant (test.test_iterlen.TestXrange) PASS: test_invariant (test.test_iterlen.TestXrangeCustomReversed) ---------------------------------------------------------------------- Ran 22 tests in 0.005s OK 0:07:01 load avg: 0.65 [196/416] test_itertools PASS: test_StopIteration (test.test_itertools.TestBasicOps) PASS: test_accumulate (test.test_itertools.TestBasicOps) PASS: test_bug_7244 (test.test_itertools.TestBasicOps) PASS: test_chain (test.test_itertools.TestBasicOps) PASS: test_chain_from_iterable (test.test_itertools.TestBasicOps) PASS: test_chain_reducible (test.test_itertools.TestBasicOps) PASS: test_chain_setstate (test.test_itertools.TestBasicOps) PASS: test_combinations (test.test_itertools.TestBasicOps) SKIP: test_combinations_overflow (test.test_itertools.TestBasicOps) 'not enough memory: 8589934592.0G minimum needed' PASS: test_combinations_tuple_reuse (test.test_itertools.TestBasicOps) PASS: test_combinations_with_replacement (test.test_itertools.TestBasicOps) SKIP: test_combinations_with_replacement_overflow (test.test_itertools.TestBasicOps) 'not enough memory: 8589934592.0G minimum needed' PASS: test_combinations_with_replacement_tuple_reuse (test.test_itertools.TestBasicOps) PASS: test_combinatorics (test.test_itertools.TestBasicOps) PASS: test_compress (test.test_itertools.TestBasicOps) PASS: test_count (test.test_itertools.TestBasicOps) PASS: test_count_with_stride (test.test_itertools.TestBasicOps) PASS: test_cycle (test.test_itertools.TestBasicOps) PASS: test_cycle_setstate (test.test_itertools.TestBasicOps) PASS: test_dropwhile (test.test_itertools.TestBasicOps) PASS: test_filter (test.test_itertools.TestBasicOps) PASS: test_filterfalse (test.test_itertools.TestBasicOps) PASS: test_groupby (test.test_itertools.TestBasicOps) PASS: test_islice (test.test_itertools.TestBasicOps) PASS: test_map (test.test_itertools.TestBasicOps) PASS: test_permutations (test.test_itertools.TestBasicOps) SKIP: test_permutations_overflow (test.test_itertools.TestBasicOps) 'not enough memory: 8589934592.0G minimum needed' PASS: test_permutations_tuple_reuse (test.test_itertools.TestBasicOps) PASS: test_product (test.test_itertools.TestBasicOps) PASS: test_product_issue_25021 (test.test_itertools.TestBasicOps) SKIP: test_product_overflow (test.test_itertools.TestBasicOps) 'not enough memory: 8589934592.0G minimum needed' PASS: test_product_pickling (test.test_itertools.TestBasicOps) PASS: test_product_tuple_reuse (test.test_itertools.TestBasicOps) PASS: test_repeat (test.test_itertools.TestBasicOps) PASS: test_repeat_with_negative_times (test.test_itertools.TestBasicOps) PASS: test_starmap (test.test_itertools.TestBasicOps) PASS: test_takewhile (test.test_itertools.TestBasicOps) PASS: test_tee (test.test_itertools.TestBasicOps) PASS: test_tee_del_backward (test.test_itertools.TestBasicOps) PASS: test_zip (test.test_itertools.TestBasicOps) PASS: test_zip_longest_pickling (test.test_itertools.TestBasicOps) PASS: test_zip_longest_tuple_reuse (test.test_itertools.TestBasicOps) PASS: test_zip_tuple_reuse (test.test_itertools.TestBasicOps) PASS: test_ziplongest (test.test_itertools.TestBasicOps) PASS: test_accumulate (test.test_itertools.TestVariousIteratorArgs) PASS: test_chain (test.test_itertools.TestVariousIteratorArgs) PASS: test_compress (test.test_itertools.TestVariousIteratorArgs) PASS: test_cycle (test.test_itertools.TestVariousIteratorArgs) PASS: test_dropwhile (test.test_itertools.TestVariousIteratorArgs) PASS: test_filter (test.test_itertools.TestVariousIteratorArgs) PASS: test_filterfalse (test.test_itertools.TestVariousIteratorArgs) PASS: test_groupby (test.test_itertools.TestVariousIteratorArgs) PASS: test_islice (test.test_itertools.TestVariousIteratorArgs) PASS: test_map (test.test_itertools.TestVariousIteratorArgs) PASS: test_product (test.test_itertools.TestVariousIteratorArgs) PASS: test_starmap (test.test_itertools.TestVariousIteratorArgs) PASS: test_takewhile (test.test_itertools.TestVariousIteratorArgs) PASS: test_tee (test.test_itertools.TestVariousIteratorArgs) PASS: test_zip (test.test_itertools.TestVariousIteratorArgs) PASS: test_ziplongest (test.test_itertools.TestVariousIteratorArgs) PASS: test_accumulate (test.test_itertools.TestGC) PASS: test_chain (test.test_itertools.TestGC) PASS: test_chain_from_iterable (test.test_itertools.TestGC) PASS: test_combinations (test.test_itertools.TestGC) PASS: test_combinations_with_replacement (test.test_itertools.TestGC) PASS: test_compress (test.test_itertools.TestGC) PASS: test_count (test.test_itertools.TestGC) PASS: test_cycle (test.test_itertools.TestGC) PASS: test_dropwhile (test.test_itertools.TestGC) PASS: test_filter (test.test_itertools.TestGC) PASS: test_filterfalse (test.test_itertools.TestGC) PASS: test_groupby (test.test_itertools.TestGC) PASS: test_islice (test.test_itertools.TestGC) PASS: test_issue2246 (test.test_itertools.TestGC) PASS: test_map (test.test_itertools.TestGC) PASS: test_permutations (test.test_itertools.TestGC) PASS: test_product (test.test_itertools.TestGC) PASS: test_repeat (test.test_itertools.TestGC) PASS: test_starmap (test.test_itertools.TestGC) PASS: test_takewhile (test.test_itertools.TestGC) PASS: test_zip (test.test_itertools.TestGC) PASS: test_zip_longest (test.test_itertools.TestGC) PASS: test_issue30347_1 (test.test_itertools.RegressionTests) PASS: test_issue30347_2 (test.test_itertools.RegressionTests) PASS: test_long_chain_of_empty_iterables (test.test_itertools.RegressionTests) PASS: test_sf_793826 (test.test_itertools.RegressionTests) PASS: test_sf_950057 (test.test_itertools.RegressionTests) PASS: test_repeat (test.test_itertools.LengthTransparency) PASS: test_repeat_with_negative_times (test.test_itertools.LengthTransparency) PASS: test_keywords_in_subclass (test.test_itertools.SubclassWithKwargsTest) PASS: test_accumulate (test.test_itertools.TestExamples) PASS: test_accumulate_reducible (test.test_itertools.TestExamples) PASS: test_accumulate_reducible_none (test.test_itertools.TestExamples) PASS: test_chain (test.test_itertools.TestExamples) PASS: test_chain_from_iterable (test.test_itertools.TestExamples) PASS: test_combinations (test.test_itertools.TestExamples) PASS: test_combinations_with_replacement (test.test_itertools.TestExamples) PASS: test_compress (test.test_itertools.TestExamples) PASS: test_count (test.test_itertools.TestExamples) PASS: test_cycle (test.test_itertools.TestExamples) PASS: test_dropwhile (test.test_itertools.TestExamples) PASS: test_filter (test.test_itertools.TestExamples) PASS: test_filterfalse (test.test_itertools.TestExamples) PASS: test_groupby (test.test_itertools.TestExamples) PASS: test_islice (test.test_itertools.TestExamples) PASS: test_map (test.test_itertools.TestExamples) PASS: test_permutations (test.test_itertools.TestExamples) PASS: test_product (test.test_itertools.TestExamples) PASS: test_repeat (test.test_itertools.TestExamples) PASS: test_stapmap (test.test_itertools.TestExamples) PASS: test_takewhile (test.test_itertools.TestExamples) PASS: test_zip (test.test_itertools.TestExamples) PASS: test_zip_longest (test.test_itertools.TestExamples) PASS: test_islice_recipe (test.test_itertools.TestPurePythonRoughEquivalents) PASS: test_combinations_sizeof (test.test_itertools.SizeofTest) PASS: test_combinations_with_replacement_sizeof (test.test_itertools.SizeofTest) PASS: test_permutations_sizeof (test.test_itertools.SizeofTest) PASS: test_product_sizeof (test.test_itertools.SizeofTest) ---------------------------------------------------------------------- Ran 118 tests in 2.948s OK (skipped=4) Trying: amounts = [120.15, 764.05, 823.14] Expecting nothing ok Trying: for checknum, amount in zip(count(1200), amounts): print('Check %d is for $%.2f' % (checknum, amount)) Expecting: Check 1200 is for $120.15 Check 1201 is for $764.05 Check 1202 is for $823.14 ok Trying: import operator Expecting nothing ok Trying: for cube in map(operator.pow, range(1,4), repeat(3)): print(cube) Expecting: 1 8 27 ok Trying: reportlines = ['EuroPython', 'Roster', '', 'alex', '', 'laura', '', 'martin', '', 'walter', '', 'samuele'] Expecting nothing ok Trying: for name in islice(reportlines, 3, None, 2): print(name.title()) Expecting: Alex Laura Martin Walter Samuele ok Trying: from operator import itemgetter Expecting nothing ok Trying: d = dict(a=1, b=2, c=1, d=2, e=1, f=2, g=3) Expecting nothing ok Trying: di = sorted(sorted(d.items()), key=itemgetter(1)) Expecting nothing ok Trying: for k, g in groupby(di, itemgetter(1)): print(k, list(map(itemgetter(0), g))) Expecting: 1 ['a', 'c', 'e'] 2 ['b', 'd', 'f'] 3 ['g'] ok Trying: data = [ 1, 4,5,6, 10, 15,16,17,18, 22, 25,26,27,28] Expecting nothing ok Trying: for k, g in groupby(enumerate(data), lambda t:t[0]-t[1]): print(list(map(operator.itemgetter(1), g))) Expecting: [1] [4, 5, 6] [10] [15, 16, 17, 18] [22] [25, 26, 27, 28] ok Trying: def take(n, iterable): "Return first n items of the iterable as a list" return list(islice(iterable, n)) Expecting nothing ok Trying: def prepend(value, iterator): "Prepend a single value in front of an iterator" # prepend(1, [2, 3, 4]) -> 1 2 3 4 return chain([value], iterator) Expecting nothing ok Trying: def enumerate(iterable, start=0): return zip(count(start), iterable) Expecting nothing ok Trying: def tabulate(function, start=0): "Return function(0), function(1), ..." return map(function, count(start)) Expecting nothing ok Trying: import collections Expecting nothing ok Trying: def consume(iterator, n=None): "Advance the iterator n-steps ahead. If n is None, consume entirely." # Use functions that consume iterators at C speed. if n is None: # feed the entire iterator into a zero-length deque collections.deque(iterator, maxlen=0) else: # advance to the empty slice starting at position n next(islice(iterator, n, n), None) Expecting nothing ok Trying: def nth(iterable, n, default=None): "Returns the nth item or a default value" return next(islice(iterable, n, None), default) Expecting nothing ok Trying: def all_equal(iterable): "Returns True if all the elements are equal to each other" g = groupby(iterable) return next(g, True) and not next(g, False) Expecting nothing ok Trying: def quantify(iterable, pred=bool): "Count how many times the predicate is true" return sum(map(pred, iterable)) Expecting nothing ok Trying: def padnone(iterable): "Returns the sequence elements and then returns None indefinitely" return chain(iterable, repeat(None)) Expecting nothing ok Trying: def ncycles(iterable, n): "Returns the sequence elements n times" return chain(*repeat(iterable, n)) Expecting nothing ok Trying: def dotproduct(vec1, vec2): return sum(map(operator.mul, vec1, vec2)) Expecting nothing ok Trying: def flatten(listOfLists): return list(chain.from_iterable(listOfLists)) Expecting nothing ok Trying: def repeatfunc(func, times=None, *args): "Repeat calls to func with specified arguments." " Example: repeatfunc(random.random)" if times is None: return starmap(func, repeat(args)) else: return starmap(func, repeat(args, times)) Expecting nothing ok Trying: def pairwise(iterable): "s -> (s0,s1), (s1,s2), (s2, s3), ..." a, b = tee(iterable) try: next(b) except StopIteration: pass return zip(a, b) Expecting nothing ok Trying: def grouper(n, iterable, fillvalue=None): "grouper(3, 'ABCDEFG', 'x') --> ABC DEF Gxx" args = [iter(iterable)] * n return zip_longest(*args, fillvalue=fillvalue) Expecting nothing ok Trying: def roundrobin(*iterables): "roundrobin('ABC', 'D', 'EF') --> A D E B F C" # Recipe credited to George Sakkis pending = len(iterables) nexts = cycle(iter(it).__next__ for it in iterables) while pending: try: for next in nexts: yield next() except StopIteration: pending -= 1 nexts = cycle(islice(nexts, pending)) Expecting nothing ok Trying: def powerset(iterable): "powerset([1,2,3]) --> () (1,) (2,) (3,) (1,2) (1,3) (2,3) (1,2,3)" s = list(iterable) return chain.from_iterable(combinations(s, r) for r in range(len(s)+1)) Expecting nothing ok Trying: def unique_everseen(iterable, key=None): "List unique elements, preserving order. Remember all elements ever seen." # unique_everseen('AAAABBBCCDAABBB') --> A B C D # unique_everseen('ABBCcAD', str.lower) --> A B C D seen = set() seen_add = seen.add if key is None: for element in iterable: if element not in seen: seen_add(element) yield element else: for element in iterable: k = key(element) if k not in seen: seen_add(k) yield element Expecting nothing ok Trying: def unique_justseen(iterable, key=None): "List unique elements, preserving order. Remember only the element just seen." # unique_justseen('AAAABBBCCDAABBB') --> A B C D A B # unique_justseen('ABBCcAD', str.lower) --> A B C A D return map(next, map(itemgetter(1), groupby(iterable, key))) Expecting nothing ok Trying: def first_true(iterable, default=False, pred=None): '''Returns the first true value in the iterable. If no true value is found, returns *default* If *pred* is not None, returns the first item for which pred(item) is true. ''' # first_true([a,b,c], x) --> a or b or c or x # first_true([a,b], x, f) --> a if f(a) else b if f(b) else x return next(filter(pred, iterable), default) Expecting nothing ok Trying: def nth_combination(iterable, r, index): 'Equivalent to list(combinations(iterable, r))[index]' pool = tuple(iterable) n = len(pool) if r < 0 or r > n: raise ValueError c = 1 k = min(r, n-r) for i in range(1, k+1): c = c * (n - k + i) // i if index < 0: index += c if index < 0 or index >= c: raise IndexError result = [] while r: c, n, r = c*r//n, n-1, r-1 while index >= c: index -= c c, n = c*(n-r)//n, n-1 result.append(pool[-1-n]) return tuple(result) Expecting nothing ok Trying: take(10, count()) Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ok Trying: list(prepend(1, [2, 3, 4])) Expecting: [1, 2, 3, 4] ok Trying: list(enumerate('abc')) Expecting: [(0, 'a'), (1, 'b'), (2, 'c')] ok Trying: list(islice(tabulate(lambda x: 2*x), 4)) Expecting: [0, 2, 4, 6] ok Trying: it = iter(range(10)) Expecting nothing ok Trying: consume(it, 3) Expecting nothing ok Trying: next(it) Expecting: 3 ok Trying: consume(it) Expecting nothing ok Trying: next(it, 'Done') Expecting: 'Done' ok Trying: nth('abcde', 3) Expecting: 'd' ok Trying: nth('abcde', 9) is None Expecting: True ok Trying: [all_equal(s) for s in ('', 'A', 'AAAA', 'AAAB', 'AAABA')] Expecting: [True, True, True, False, False] ok Trying: quantify(range(99), lambda x: x%2==0) Expecting: 50 ok Trying: a = [[1, 2, 3], [4, 5, 6]] Expecting nothing ok Trying: flatten(a) Expecting: [1, 2, 3, 4, 5, 6] ok Trying: list(repeatfunc(pow, 5, 2, 3)) Expecting: [8, 8, 8, 8, 8] ok Trying: import random Expecting nothing ok Trying: take(5, map(int, repeatfunc(random.random))) Expecting: [0, 0, 0, 0, 0] ok Trying: list(pairwise('abcd')) Expecting: [('a', 'b'), ('b', 'c'), ('c', 'd')] ok Trying: list(pairwise([])) Expecting: [] ok Trying: list(pairwise('a')) Expecting: [] ok Trying: list(islice(padnone('abc'), 0, 6)) Expecting: ['a', 'b', 'c', None, None, None] ok Trying: list(ncycles('abc', 3)) Expecting: ['a', 'b', 'c', 'a', 'b', 'c', 'a', 'b', 'c'] ok Trying: dotproduct([1,2,3], [4,5,6]) Expecting: 32 ok Trying: list(grouper(3, 'abcdefg', 'x')) Expecting: [('a', 'b', 'c'), ('d', 'e', 'f'), ('g', 'x', 'x')] ok Trying: list(roundrobin('abc', 'd', 'ef')) Expecting: ['a', 'd', 'e', 'b', 'f', 'c'] ok Trying: list(powerset([1,2,3])) Expecting: [(), (1,), (2,), (3,), (1, 2), (1, 3), (2, 3), (1, 2, 3)] ok Trying: all(len(list(powerset(range(n)))) == 2**n for n in range(18)) Expecting: True ok Trying: list(powerset('abcde')) == sorted(sorted(set(powerset('abcde'))), key=len) Expecting: True ok Trying: list(unique_everseen('AAAABBBCCDAABBB')) Expecting: ['A', 'B', 'C', 'D'] ok Trying: list(unique_everseen('ABBCcAD', str.lower)) Expecting: ['A', 'B', 'C', 'D'] ok Trying: list(unique_justseen('AAAABBBCCDAABBB')) Expecting: ['A', 'B', 'C', 'D', 'A', 'B'] ok Trying: list(unique_justseen('ABBCcAD', str.lower)) Expecting: ['A', 'B', 'C', 'A', 'D'] ok Trying: first_true('ABC0DEF1', '9', str.isdigit) Expecting: '0' ok Trying: population = 'ABCDEFGH' Expecting nothing ok Trying: for r in range(len(population) + 1): seq = list(combinations(population, r)) for i in range(len(seq)): assert nth_combination(population, r, i) == seq[i] for i in range(-len(seq), 0): assert nth_combination(population, r, i) == seq[i] Expecting nothing ok 172 items had no tests: test.test_itertools test.test_itertools.E test.test_itertools.E.__init__ test.test_itertools.E.__iter__ test.test_itertools.E.__next__ test.test_itertools.G test.test_itertools.G.__getitem__ test.test_itertools.G.__init__ test.test_itertools.I test.test_itertools.I.__init__ test.test_itertools.I.__iter__ test.test_itertools.I.__next__ test.test_itertools.Ig test.test_itertools.Ig.__init__ test.test_itertools.Ig.__iter__ test.test_itertools.L test.test_itertools.LengthTransparency test.test_itertools.LengthTransparency.test_repeat test.test_itertools.LengthTransparency.test_repeat_with_negative_times test.test_itertools.N test.test_itertools.N.__init__ test.test_itertools.N.__iter__ test.test_itertools.R test.test_itertools.RegressionTests test.test_itertools.RegressionTests.test_issue30347_1 test.test_itertools.RegressionTests.test_issue30347_2 test.test_itertools.RegressionTests.test_long_chain_of_empty_iterables test.test_itertools.RegressionTests.test_sf_793826 test.test_itertools.RegressionTests.test_sf_950057 test.test_itertools.S test.test_itertools.S.__init__ test.test_itertools.S.__iter__ test.test_itertools.S.__next__ test.test_itertools.SizeofTest test.test_itertools.SizeofTest.setUp test.test_itertools.SizeofTest.test_combinations_sizeof test.test_itertools.SizeofTest.test_combinations_with_replacement_sizeof test.test_itertools.SizeofTest.test_permutations_sizeof test.test_itertools.SizeofTest.test_product_sizeof test.test_itertools.StopNow test.test_itertools.StopNow.__iter__ test.test_itertools.StopNow.__next__ test.test_itertools.SubclassWithKwargsTest test.test_itertools.SubclassWithKwargsTest.test_keywords_in_subclass test.test_itertools.TestBasicOps test.test_itertools.TestBasicOps.pickletest test.test_itertools.TestBasicOps.test_StopIteration test.test_itertools.TestBasicOps.test_accumulate test.test_itertools.TestBasicOps.test_bug_7244 test.test_itertools.TestBasicOps.test_chain test.test_itertools.TestBasicOps.test_chain_from_iterable test.test_itertools.TestBasicOps.test_chain_reducible test.test_itertools.TestBasicOps.test_chain_setstate test.test_itertools.TestBasicOps.test_combinations test.test_itertools.TestBasicOps.test_combinations_tuple_reuse test.test_itertools.TestBasicOps.test_combinations_with_replacement test.test_itertools.TestBasicOps.test_combinations_with_replacement_tuple_reuse test.test_itertools.TestBasicOps.test_combinatorics test.test_itertools.TestBasicOps.test_compress test.test_itertools.TestBasicOps.test_count test.test_itertools.TestBasicOps.test_count_with_stride test.test_itertools.TestBasicOps.test_cycle test.test_itertools.TestBasicOps.test_cycle_setstate test.test_itertools.TestBasicOps.test_dropwhile test.test_itertools.TestBasicOps.test_filter test.test_itertools.TestBasicOps.test_filterfalse test.test_itertools.TestBasicOps.test_groupby test.test_itertools.TestBasicOps.test_islice test.test_itertools.TestBasicOps.test_map test.test_itertools.TestBasicOps.test_permutations test.test_itertools.TestBasicOps.test_permutations_tuple_reuse test.test_itertools.TestBasicOps.test_product test.test_itertools.TestBasicOps.test_product_issue_25021 test.test_itertools.TestBasicOps.test_product_pickling test.test_itertools.TestBasicOps.test_product_tuple_reuse test.test_itertools.TestBasicOps.test_repeat test.test_itertools.TestBasicOps.test_repeat_with_negative_times test.test_itertools.TestBasicOps.test_starmap test.test_itertools.TestBasicOps.test_takewhile test.test_itertools.TestBasicOps.test_tee test.test_itertools.TestBasicOps.test_tee_del_backward test.test_itertools.TestBasicOps.test_zip test.test_itertools.TestBasicOps.test_zip_longest_pickling test.test_itertools.TestBasicOps.test_zip_longest_tuple_reuse test.test_itertools.TestBasicOps.test_zip_tuple_reuse test.test_itertools.TestBasicOps.test_ziplongest test.test_itertools.TestExamples test.test_itertools.TestExamples.test_accumulate test.test_itertools.TestExamples.test_accumulate_reducible test.test_itertools.TestExamples.test_accumulate_reducible_none test.test_itertools.TestExamples.test_chain test.test_itertools.TestExamples.test_chain_from_iterable test.test_itertools.TestExamples.test_combinations test.test_itertools.TestExamples.test_combinations_with_replacement test.test_itertools.TestExamples.test_compress test.test_itertools.TestExamples.test_count test.test_itertools.TestExamples.test_cycle test.test_itertools.TestExamples.test_dropwhile test.test_itertools.TestExamples.test_filter test.test_itertools.TestExamples.test_filterfalse test.test_itertools.TestExamples.test_groupby test.test_itertools.TestExamples.test_islice test.test_itertools.TestExamples.test_map test.test_itertools.TestExamples.test_permutations test.test_itertools.TestExamples.test_product test.test_itertools.TestExamples.test_repeat test.test_itertools.TestExamples.test_stapmap test.test_itertools.TestExamples.test_takewhile test.test_itertools.TestExamples.test_zip test.test_itertools.TestExamples.test_zip_longest test.test_itertools.TestGC test.test_itertools.TestGC.makecycle test.test_itertools.TestGC.test_accumulate test.test_itertools.TestGC.test_chain test.test_itertools.TestGC.test_chain_from_iterable test.test_itertools.TestGC.test_combinations test.test_itertools.TestGC.test_combinations_with_replacement test.test_itertools.TestGC.test_compress test.test_itertools.TestGC.test_count test.test_itertools.TestGC.test_cycle test.test_itertools.TestGC.test_dropwhile test.test_itertools.TestGC.test_filter test.test_itertools.TestGC.test_filterfalse test.test_itertools.TestGC.test_groupby test.test_itertools.TestGC.test_islice test.test_itertools.TestGC.test_issue2246 test.test_itertools.TestGC.test_map test.test_itertools.TestGC.test_permutations test.test_itertools.TestGC.test_product test.test_itertools.TestGC.test_repeat test.test_itertools.TestGC.test_starmap test.test_itertools.TestGC.test_takewhile test.test_itertools.TestGC.test_zip test.test_itertools.TestGC.test_zip_longest test.test_itertools.TestPurePythonRoughEquivalents test.test_itertools.TestPurePythonRoughEquivalents.islice test.test_itertools.TestPurePythonRoughEquivalents.test_islice_recipe test.test_itertools.TestVariousIteratorArgs test.test_itertools.TestVariousIteratorArgs.test_accumulate test.test_itertools.TestVariousIteratorArgs.test_chain test.test_itertools.TestVariousIteratorArgs.test_compress test.test_itertools.TestVariousIteratorArgs.test_cycle test.test_itertools.TestVariousIteratorArgs.test_dropwhile test.test_itertools.TestVariousIteratorArgs.test_filter test.test_itertools.TestVariousIteratorArgs.test_filterfalse test.test_itertools.TestVariousIteratorArgs.test_groupby test.test_itertools.TestVariousIteratorArgs.test_islice test.test_itertools.TestVariousIteratorArgs.test_map test.test_itertools.TestVariousIteratorArgs.test_product test.test_itertools.TestVariousIteratorArgs.test_starmap test.test_itertools.TestVariousIteratorArgs.test_takewhile test.test_itertools.TestVariousIteratorArgs.test_tee test.test_itertools.TestVariousIteratorArgs.test_zip test.test_itertools.TestVariousIteratorArgs.test_ziplongest test.test_itertools.X test.test_itertools.X.__init__ test.test_itertools.X.__next__ test.test_itertools.errfunc test.test_itertools.fact test.test_itertools.gen3 test.test_itertools.irange test.test_itertools.isEven test.test_itertools.isOdd test.test_itertools.lzip test.test_itertools.onearg test.test_itertools.prod test.test_itertools.take test.test_itertools.testR test.test_itertools.testR2 test.test_itertools.test_main test.test_itertools.tupleize test.test_itertools.underten 1 items passed all tests: 70 tests in test.test_itertools.__test__.libreftest 70 tests in 173 items. 70 passed and 0 failed. Test passed. doctest (test.test_itertools) ... 70 tests with zero failures 0:07:04 load avg: 0.68 [197/416] test_json json () PASS: Doctest: json encode (json.encoder.JSONEncoder) PASS: Doctest: json.encoder.JSONEncoder.encode PASS: test_pyjson (test.test_json.TestPyTest) PASS: test_cjson (test.test_json.TestCTest) json () PASS: Doctest: json encode (json.encoder.JSONEncoder) PASS: Doctest: json.encoder.JSONEncoder.encode PASS: test_pyjson (test.test_json.TestPyTest) PASS: test_cjson (test.test_json.TestCTest) PASS: test_decimal (test.test_json.test_decode.TestCDecode) PASS: test_decoder_optimizations (test.test_json.test_decode.TestCDecode) PASS: test_empty_objects (test.test_json.test_decode.TestCDecode) PASS: test_extra_data (test.test_json.test_decode.TestCDecode) PASS: test_float (test.test_json.test_decode.TestCDecode) PASS: test_invalid_escape (test.test_json.test_decode.TestCDecode) PASS: test_invalid_input_type (test.test_json.test_decode.TestCDecode) PASS: test_keys_reuse (test.test_json.test_decode.TestCDecode) PASS: test_negative_index (test.test_json.test_decode.TestCDecode) PASS: test_object_pairs_hook (test.test_json.test_decode.TestCDecode) PASS: test_string_with_utf8_bom (test.test_json.test_decode.TestCDecode) PASS: test_decimal (test.test_json.test_decode.TestPyDecode) PASS: test_decoder_optimizations (test.test_json.test_decode.TestPyDecode) PASS: test_empty_objects (test.test_json.test_decode.TestPyDecode) PASS: test_extra_data (test.test_json.test_decode.TestPyDecode) PASS: test_float (test.test_json.test_decode.TestPyDecode) PASS: test_invalid_escape (test.test_json.test_decode.TestPyDecode) PASS: test_invalid_input_type (test.test_json.test_decode.TestPyDecode) PASS: test_keys_reuse (test.test_json.test_decode.TestPyDecode) PASS: test_negative_index (test.test_json.test_decode.TestPyDecode) PASS: test_object_pairs_hook (test.test_json.test_decode.TestPyDecode) PASS: test_string_with_utf8_bom (test.test_json.test_decode.TestPyDecode) PASS: test_default (test.test_json.test_default.TestCDefault) PASS: test_default (test.test_json.test_default.TestPyDefault) PASS: test_dump (test.test_json.test_dump.TestCDump) PASS: test_dumps (test.test_json.test_dump.TestCDump) PASS: test_encode_evil_dict (test.test_json.test_dump.TestCDump) PASS: test_encode_mutated (test.test_json.test_dump.TestCDump) PASS: test_encode_truefalse (test.test_json.test_dump.TestCDump) PASS: test_large_list (test.test_json.test_dump.TestCDump) PASS: test_dump (test.test_json.test_dump.TestPyDump) PASS: test_dumps (test.test_json.test_dump.TestPyDump) PASS: test_encode_evil_dict (test.test_json.test_dump.TestPyDump) PASS: test_encode_mutated (test.test_json.test_dump.TestPyDump) PASS: test_encode_truefalse (test.test_json.test_dump.TestPyDump) PASS: test_encode_basestring_ascii (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii) PASS: test_ordered_dict (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii) SKIP: test_overflow (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii) 'not enough memory: 8589934592.0G minimum needed' PASS: test_sorted_dict (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii) PASS: test_encode_basestring_ascii (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii) PASS: test_ordered_dict (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii) PASS: test_sorted_dict (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii) PASS: test_dict_keys (test.test_json.test_enum.TestCEnum) PASS: test_dict_values (test.test_json.test_enum.TestCEnum) PASS: test_floats (test.test_json.test_enum.TestCEnum) PASS: test_ints (test.test_json.test_enum.TestCEnum) PASS: test_list (test.test_json.test_enum.TestCEnum) PASS: test_weird_floats (test.test_json.test_enum.TestCEnum) PASS: test_dict_keys (test.test_json.test_enum.TestPyEnum) PASS: test_dict_values (test.test_json.test_enum.TestPyEnum) PASS: test_floats (test.test_json.test_enum.TestPyEnum) PASS: test_ints (test.test_json.test_enum.TestPyEnum) PASS: test_list (test.test_json.test_enum.TestPyEnum) PASS: test_weird_floats (test.test_json.test_enum.TestPyEnum) PASS: test_extra_data (test.test_json.test_fail.TestCFail) PASS: test_failures (test.test_json.test_fail.TestCFail) PASS: test_linecol (test.test_json.test_fail.TestCFail) PASS: test_non_string_keys_dict (test.test_json.test_fail.TestCFail) PASS: test_not_serializable (test.test_json.test_fail.TestCFail) PASS: test_truncated_input (test.test_json.test_fail.TestCFail) PASS: test_unexpected_data (test.test_json.test_fail.TestCFail) PASS: test_extra_data (test.test_json.test_fail.TestPyFail) PASS: test_failures (test.test_json.test_fail.TestPyFail) PASS: test_linecol (test.test_json.test_fail.TestPyFail) PASS: test_non_string_keys_dict (test.test_json.test_fail.TestPyFail) PASS: test_not_serializable (test.test_json.test_fail.TestPyFail) PASS: test_truncated_input (test.test_json.test_fail.TestPyFail) PASS: test_unexpected_data (test.test_json.test_fail.TestPyFail) PASS: test_allow_nan (test.test_json.test_float.TestCFloat) PASS: test_floats (test.test_json.test_float.TestCFloat) PASS: test_ints (test.test_json.test_float.TestCFloat) PASS: test_out_of_range (test.test_json.test_float.TestCFloat) PASS: test_allow_nan (test.test_json.test_float.TestPyFloat) PASS: test_floats (test.test_json.test_float.TestPyFloat) PASS: test_ints (test.test_json.test_float.TestPyFloat) PASS: test_out_of_range (test.test_json.test_float.TestPyFloat) PASS: test_indent (test.test_json.test_indent.TestCIndent) PASS: test_indent0 (test.test_json.test_indent.TestCIndent) PASS: test_indent (test.test_json.test_indent.TestPyIndent) PASS: test_indent0 (test.test_json.test_indent.TestPyIndent) PASS: test_parse (test.test_json.test_pass1.TestCPass1) PASS: test_parse (test.test_json.test_pass1.TestPyPass1) PASS: test_parse (test.test_json.test_pass2.TestCPass2) PASS: test_parse (test.test_json.test_pass2.TestPyPass2) PASS: test_parse (test.test_json.test_pass3.TestCPass3) PASS: test_parse (test.test_json.test_pass3.TestPyPass3) PASS: test_defaultrecursion (test.test_json.test_recursion.TestCRecursion) PASS: test_dictrecursion (test.test_json.test_recursion.TestCRecursion) PASS: test_endless_recursion (test.test_json.test_recursion.TestCRecursion) PASS: test_highly_nested_objects_decoding (test.test_json.test_recursion.TestCRecursion) PASS: test_highly_nested_objects_encoding (test.test_json.test_recursion.TestCRecursion) PASS: test_listrecursion (test.test_json.test_recursion.TestCRecursion) PASS: test_defaultrecursion (test.test_json.test_recursion.TestPyRecursion) PASS: test_dictrecursion (test.test_json.test_recursion.TestPyRecursion) PASS: test_endless_recursion (test.test_json.test_recursion.TestPyRecursion) PASS: test_highly_nested_objects_decoding (test.test_json.test_recursion.TestPyRecursion) PASS: test_highly_nested_objects_encoding (test.test_json.test_recursion.TestPyRecursion) PASS: test_listrecursion (test.test_json.test_recursion.TestPyRecursion) PASS: test_bad_escapes (test.test_json.test_scanstring.TestCScanstring) PASS: test_overflow (test.test_json.test_scanstring.TestCScanstring) PASS: test_scanstring (test.test_json.test_scanstring.TestCScanstring) PASS: test_surrogates (test.test_json.test_scanstring.TestCScanstring) PASS: test_bad_escapes (test.test_json.test_scanstring.TestPyScanstring) PASS: test_overflow (test.test_json.test_scanstring.TestPyScanstring) PASS: test_scanstring (test.test_json.test_scanstring.TestPyScanstring) PASS: test_surrogates (test.test_json.test_scanstring.TestPyScanstring) PASS: test_illegal_separators (test.test_json.test_separators.TestCSeparators) PASS: test_separators (test.test_json.test_separators.TestCSeparators) PASS: test_illegal_separators (test.test_json.test_separators.TestPySeparators) PASS: test_separators (test.test_json.test_separators.TestPySeparators) PASS: test_bad_bool_args (test.test_json.test_speedups.TestDecode) PASS: test_make_scanner (test.test_json.test_speedups.TestDecode) PASS: test_bad_bool_args (test.test_json.test_speedups.TestEncode) PASS: test_bad_str_encoder (test.test_json.test_speedups.TestEncode) PASS: test_make_encoder (test.test_json.test_speedups.TestEncode) PASS: test_unsortable_keys (test.test_json.test_speedups.TestEncode) PASS: test_encode_basestring_ascii (test.test_json.test_speedups.TestSpeedups) PASS: test_scanstring (test.test_json.test_speedups.TestSpeedups) PASS: test_help_flag (test.test_json.test_tool.TestTool) PASS: test_infile_outfile (test.test_json.test_tool.TestTool) PASS: test_infile_stdout (test.test_json.test_tool.TestTool) PASS: test_sort_keys_flag (test.test_json.test_tool.TestTool) PASS: test_stdin_stdout (test.test_json.test_tool.TestTool) PASS: test_big_unicode_decode (test.test_json.test_unicode.TestCUnicode) PASS: test_big_unicode_encode (test.test_json.test_unicode.TestCUnicode) PASS: test_bytes_decode (test.test_json.test_unicode.TestCUnicode) PASS: test_bytes_encode (test.test_json.test_unicode.TestCUnicode) PASS: test_encoding3 (test.test_json.test_unicode.TestCUnicode) PASS: test_encoding4 (test.test_json.test_unicode.TestCUnicode) PASS: test_encoding5 (test.test_json.test_unicode.TestCUnicode) PASS: test_encoding6 (test.test_json.test_unicode.TestCUnicode) PASS: test_object_pairs_hook_with_unicode (test.test_json.test_unicode.TestCUnicode) PASS: test_unicode_decode (test.test_json.test_unicode.TestCUnicode) PASS: test_unicode_preservation (test.test_json.test_unicode.TestCUnicode) PASS: test_big_unicode_decode (test.test_json.test_unicode.TestPyUnicode) PASS: test_big_unicode_encode (test.test_json.test_unicode.TestPyUnicode) PASS: test_bytes_decode (test.test_json.test_unicode.TestPyUnicode) PASS: test_bytes_encode (test.test_json.test_unicode.TestPyUnicode) PASS: test_encoding3 (test.test_json.test_unicode.TestPyUnicode) PASS: test_encoding4 (test.test_json.test_unicode.TestPyUnicode) PASS: test_encoding5 (test.test_json.test_unicode.TestPyUnicode) PASS: test_encoding6 (test.test_json.test_unicode.TestPyUnicode) PASS: test_object_pairs_hook_with_unicode (test.test_json.test_unicode.TestPyUnicode) PASS: test_unicode_decode (test.test_json.test_unicode.TestPyUnicode) PASS: test_unicode_preservation (test.test_json.test_unicode.TestPyUnicode) ---------------------------------------------------------------------- Ran 153 tests in 1.450s OK (skipped=1) 0:07:06 load avg: 0.68 [198/416] test_keyword PASS: test_empty_grammar_results_in_no_keywords (test.test_keyword.TestKeywordGeneration) PASS: test_grammar (test.test_keyword.TestKeywordGeneration) PASS: test_keywords_py_without_markers_produces_error (test.test_keyword.TestKeywordGeneration) PASS: test_missing_grammar_file_produces_error (test.test_keyword.TestKeywordGeneration) PASS: test_missing_keywords_py_file_produces_error (test.test_keyword.TestKeywordGeneration) SKIP: test_real_grammar_and_keyword_file (test.test_keyword.TestKeywordGeneration) 'test only works from source build directory' PASS: test_changing_the_kwlist_does_not_affect_iskeyword (test.test_keyword.Test_iskeyword) PASS: test_none_value_is_not_a_keyword (test.test_keyword.Test_iskeyword) PASS: test_true_is_a_keyword (test.test_keyword.Test_iskeyword) PASS: test_uppercase_true_is_not_a_keyword (test.test_keyword.Test_iskeyword) ---------------------------------------------------------------------- Ran 10 tests in 0.134s OK (skipped=1) 0:07:07 load avg: 0.68 [199/416] test_keywordonlyarg PASS: testFunctionCall (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: testKwDefaults (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: testRaiseErrorFuncallWithUnexpectedKeywordArgument (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: testSyntaxErrorForFunctionCall (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: testSyntaxErrorForFunctionDefinition (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: testSyntaxForManyArguments (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: testTooManyPositionalErrorMessage (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: test_default_evaluation_order (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: test_issue13343 (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: test_kwonly_methods (test.test_keywordonlyarg.KeywordOnlyArgTestCase) PASS: test_mangling (test.test_keywordonlyarg.KeywordOnlyArgTestCase) ---------------------------------------------------------------------- Ran 11 tests in 0.005s OK 0:07:07 load avg: 0.68 [200/416] test_kqueue test_kqueue skipped -- test works only on BSD 0:07:07 load avg: 0.68 [201/416] test_largefile -- test_kqueue skipped SKIP: test_large_read (test.test_largefile.CLargeFileTest) 'not enough memory: 4.7G minimum needed' PASS: test_lseek (test.test_largefile.CLargeFileTest) PASS: test_osstat (test.test_largefile.CLargeFileTest) PASS: test_seek_read (test.test_largefile.CLargeFileTest) PASS: test_seekable (test.test_largefile.CLargeFileTest) PASS: test_truncate (test.test_largefile.CLargeFileTest) SKIP: test_large_read (test.test_largefile.PyLargeFileTest) 'not enough memory: 4.7G minimum needed' PASS: test_lseek (test.test_largefile.PyLargeFileTest) PASS: test_osstat (test.test_largefile.PyLargeFileTest) PASS: test_seek_read (test.test_largefile.PyLargeFileTest) PASS: test_seekable (test.test_largefile.PyLargeFileTest) PASS: test_truncate (test.test_largefile.PyLargeFileTest) ---------------------------------------------------------------------- Ran 12 tests in 0.005s OK (skipped=2) 0:07:08 load avg: 0.68 [202/416] test_lib2to3 SKIP: test_all_project_files (lib2to3.tests.test_all_fixers.Test_all) "resource 'cpu' is not enabled" PASS: test_1 (lib2to3.tests.test_fixers.Test_apply) PASS: test_2 (lib2to3.tests.test_fixers.Test_apply) PASS: test_3 (lib2to3.tests.test_fixers.Test_apply) PASS: test_4 (lib2to3.tests.test_fixers.Test_apply) PASS: test_5 (lib2to3.tests.test_fixers.Test_apply) PASS: test_6 (lib2to3.tests.test_fixers.Test_apply) PASS: test_call (lib2to3.tests.test_fixers.Test_apply) PASS: test_complex_1 (lib2to3.tests.test_fixers.Test_apply) PASS: test_complex_2 (lib2to3.tests.test_fixers.Test_apply) PASS: test_complex_3 (lib2to3.tests.test_fixers.Test_apply) PASS: test_dotted_name (lib2to3.tests.test_fixers.Test_apply) PASS: test_extreme (lib2to3.tests.test_fixers.Test_apply) PASS: test_space_1 (lib2to3.tests.test_fixers.Test_apply) PASS: test_space_2 (lib2to3.tests.test_fixers.Test_apply) PASS: test_subscript (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_1 (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_2 (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_3 (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_4 (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_5 (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_6 (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_6b (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_7 (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_8 (lib2to3.tests.test_fixers.Test_apply) PASS: test_unchanged_9 (lib2to3.tests.test_fixers.Test_apply) PASS: test_weird_comments (lib2to3.tests.test_fixers.Test_apply) PASS: test_deprecated_names (lib2to3.tests.test_fixers.Test_asserts) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_asserts) PASS: test_variants (lib2to3.tests.test_fixers.Test_asserts) PASS: test_basestring (lib2to3.tests.test_fixers.Test_basestring) PASS: test_buffer (lib2to3.tests.test_fixers.Test_buffer) PASS: test_slicing (lib2to3.tests.test_fixers.Test_buffer) PASS: test_01 (lib2to3.tests.test_fixers.Test_dict) PASS: test_02 (lib2to3.tests.test_fixers.Test_dict) PASS: test_03 (lib2to3.tests.test_fixers.Test_dict) PASS: test_04 (lib2to3.tests.test_fixers.Test_dict) PASS: test_05 (lib2to3.tests.test_fixers.Test_dict) PASS: test_06 (lib2to3.tests.test_fixers.Test_dict) PASS: test_07 (lib2to3.tests.test_fixers.Test_dict) PASS: test_08 (lib2to3.tests.test_fixers.Test_dict) PASS: test_09 (lib2to3.tests.test_fixers.Test_dict) PASS: test_10 (lib2to3.tests.test_fixers.Test_dict) PASS: test_11 (lib2to3.tests.test_fixers.Test_dict) PASS: test_12 (lib2to3.tests.test_fixers.Test_dict) PASS: test_13 (lib2to3.tests.test_fixers.Test_dict) PASS: test_14 (lib2to3.tests.test_fixers.Test_dict) PASS: test_15 (lib2to3.tests.test_fixers.Test_dict) PASS: test_16 (lib2to3.tests.test_fixers.Test_dict) PASS: test_17 (lib2to3.tests.test_fixers.Test_dict) PASS: test_18 (lib2to3.tests.test_fixers.Test_dict) PASS: test_19 (lib2to3.tests.test_fixers.Test_dict) PASS: test_20 (lib2to3.tests.test_fixers.Test_dict) PASS: test_21 (lib2to3.tests.test_fixers.Test_dict) PASS: test_22 (lib2to3.tests.test_fixers.Test_dict) PASS: test_23 (lib2to3.tests.test_fixers.Test_dict) PASS: test_24 (lib2to3.tests.test_fixers.Test_dict) PASS: test_25 (lib2to3.tests.test_fixers.Test_dict) PASS: test_26 (lib2to3.tests.test_fixers.Test_dict) PASS: test_27 (lib2to3.tests.test_fixers.Test_dict) PASS: test_28 (lib2to3.tests.test_fixers.Test_dict) PASS: test_29 (lib2to3.tests.test_fixers.Test_dict) PASS: test_30 (lib2to3.tests.test_fixers.Test_dict) PASS: test_31 (lib2to3.tests.test_fixers.Test_dict) PASS: test_32 (lib2to3.tests.test_fixers.Test_dict) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_dict) PASS: test_trailing_comment (lib2to3.tests.test_fixers.Test_dict) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_dict) PASS: test_bare_except (lib2to3.tests.test_fixers.Test_except) PASS: test_bare_except_and_else_finally (lib2to3.tests.test_fixers.Test_except) PASS: test_list_unpack (lib2to3.tests.test_fixers.Test_except) PASS: test_multi_class (lib2to3.tests.test_fixers.Test_except) PASS: test_multi_fixed_excepts_before_bare_except (lib2to3.tests.test_fixers.Test_except) PASS: test_one_line_suites (lib2to3.tests.test_fixers.Test_except) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_except) PASS: test_simple (lib2to3.tests.test_fixers.Test_except) PASS: test_simple_no_space_before_target (lib2to3.tests.test_fixers.Test_except) PASS: test_tuple_unpack (lib2to3.tests.test_fixers.Test_except) PASS: test_unchanged_1 (lib2to3.tests.test_fixers.Test_except) PASS: test_unchanged_2 (lib2to3.tests.test_fixers.Test_except) PASS: test_unchanged_3 (lib2to3.tests.test_fixers.Test_except) PASS: test_weird_target_1 (lib2to3.tests.test_fixers.Test_except) PASS: test_weird_target_2 (lib2to3.tests.test_fixers.Test_except) PASS: test_weird_target_3 (lib2to3.tests.test_fixers.Test_except) PASS: test_basic (lib2to3.tests.test_fixers.Test_exec) PASS: test_complex_1 (lib2to3.tests.test_fixers.Test_exec) PASS: test_complex_2 (lib2to3.tests.test_fixers.Test_exec) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_exec) PASS: test_unchanged_1 (lib2to3.tests.test_fixers.Test_exec) PASS: test_unchanged_2 (lib2to3.tests.test_fixers.Test_exec) PASS: test_unchanged_3 (lib2to3.tests.test_fixers.Test_exec) PASS: test_unchanged_4 (lib2to3.tests.test_fixers.Test_exec) PASS: test_with_globals (lib2to3.tests.test_fixers.Test_exec) PASS: test_with_globals_locals (lib2to3.tests.test_fixers.Test_exec) PASS: test_conversion (lib2to3.tests.test_fixers.Test_execfile) PASS: test_spacing (lib2to3.tests.test_fixers.Test_execfile) PASS: test_comments (lib2to3.tests.test_fixers.Test_exitfunc) PASS: test_complex_expression (lib2to3.tests.test_fixers.Test_exitfunc) PASS: test_in_a_function (lib2to3.tests.test_fixers.Test_exitfunc) PASS: test_names_import (lib2to3.tests.test_fixers.Test_exitfunc) PASS: test_no_sys_import (lib2to3.tests.test_fixers.Test_exitfunc) PASS: test_simple (lib2to3.tests.test_fixers.Test_exitfunc) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_exitfunc) PASS: test_filter_basic (lib2to3.tests.test_fixers.Test_filter) PASS: test_filter_nochange (lib2to3.tests.test_fixers.Test_filter) PASS: test_filter_trailers (lib2to3.tests.test_fixers.Test_filter) PASS: test_future_builtins (lib2to3.tests.test_fixers.Test_filter) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_filter) PASS: test (lib2to3.tests.test_fixers.Test_funcattrs) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_funcattrs) PASS: test_future (lib2to3.tests.test_fixers.Test_future) PASS: test_run_order (lib2to3.tests.test_fixers.Test_future) PASS: test_basic (lib2to3.tests.test_fixers.Test_getcwdu) PASS: test_comment (lib2to3.tests.test_fixers.Test_getcwdu) PASS: test_indentation (lib2to3.tests.test_fixers.Test_getcwdu) PASS: test_multilation (lib2to3.tests.test_fixers.Test_getcwdu) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_getcwdu) PASS: test_1 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_10 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_11 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_2 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_3 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_4 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_5 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_6 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_7 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_8 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_9 (lib2to3.tests.test_fixers.Test_has_key) PASS: test_eq_expression (lib2to3.tests.test_fixers.Test_idioms) PASS: test_eq_reverse (lib2to3.tests.test_fixers.Test_idioms) PASS: test_eq_simple (lib2to3.tests.test_fixers.Test_idioms) PASS: test_is_expression (lib2to3.tests.test_fixers.Test_idioms) PASS: test_is_not_expression (lib2to3.tests.test_fixers.Test_idioms) PASS: test_is_not_reverse (lib2to3.tests.test_fixers.Test_idioms) PASS: test_is_not_simple (lib2to3.tests.test_fixers.Test_idioms) PASS: test_is_reverse (lib2to3.tests.test_fixers.Test_idioms) PASS: test_is_simple (lib2to3.tests.test_fixers.Test_idioms) PASS: test_ne_expression (lib2to3.tests.test_fixers.Test_idioms) PASS: test_ne_reverse (lib2to3.tests.test_fixers.Test_idioms) PASS: test_ne_simple (lib2to3.tests.test_fixers.Test_idioms) PASS: test_sort_list_call (lib2to3.tests.test_fixers.Test_idioms) PASS: test_sort_simple_expr (lib2to3.tests.test_fixers.Test_idioms) PASS: test_sort_unchanged (lib2to3.tests.test_fixers.Test_idioms) PASS: test_type_unchanged (lib2to3.tests.test_fixers.Test_idioms) PASS: test_while (lib2to3.tests.test_fixers.Test_idioms) PASS: test_while_unchanged (lib2to3.tests.test_fixers.Test_idioms) PASS: test_already_relative_import (lib2to3.tests.test_fixers.Test_import) PASS: test_comments_and_indent (lib2to3.tests.test_fixers.Test_import) PASS: test_dotted_from (lib2to3.tests.test_fixers.Test_import) PASS: test_dotted_import (lib2to3.tests.test_fixers.Test_import) PASS: test_dotted_import_as (lib2to3.tests.test_fixers.Test_import) PASS: test_files_checked (lib2to3.tests.test_fixers.Test_import) PASS: test_from (lib2to3.tests.test_fixers.Test_import) PASS: test_from_as (lib2to3.tests.test_fixers.Test_import) PASS: test_import (lib2to3.tests.test_fixers.Test_import) PASS: test_import_as (lib2to3.tests.test_fixers.Test_import) PASS: test_import_from_package (lib2to3.tests.test_fixers.Test_import) PASS: test_in_package (lib2to3.tests.test_fixers.Test_import) PASS: test_local_and_absolute (lib2to3.tests.test_fixers.Test_import) PASS: test_not_in_package (lib2to3.tests.test_fixers.Test_import) PASS: test_prefix (lib2to3.tests.test_fixers.Test_import) PASS: test_with_absolute_import_enabled (lib2to3.tests.test_fixers.Test_import) PASS: test_import_from (lib2to3.tests.test_fixers.Test_imports) PASS: test_import_from_as (lib2to3.tests.test_fixers.Test_imports) PASS: test_import_module (lib2to3.tests.test_fixers.Test_imports) PASS: test_import_module_as (lib2to3.tests.test_fixers.Test_imports) PASS: test_import_module_usage (lib2to3.tests.test_fixers.Test_imports) PASS: test_multiple_imports (lib2to3.tests.test_fixers.Test_imports) PASS: test_multiple_imports_as (lib2to3.tests.test_fixers.Test_imports) PASS: test_star (lib2to3.tests.test_fixers.Test_imports) PASS: test_import_from (lib2to3.tests.test_fixers.Test_imports2) PASS: test_import_from_as (lib2to3.tests.test_fixers.Test_imports2) PASS: test_import_module (lib2to3.tests.test_fixers.Test_imports2) PASS: test_import_module_as (lib2to3.tests.test_fixers.Test_imports2) PASS: test_import_module_usage (lib2to3.tests.test_fixers.Test_imports2) PASS: test_star (lib2to3.tests.test_fixers.Test_imports2) PASS: test_after_local_imports_refactoring (lib2to3.tests.test_fixers.Test_imports_fixer_order) PASS: test_import_from (lib2to3.tests.test_fixers.Test_imports_fixer_order) PASS: test_import_from_as (lib2to3.tests.test_fixers.Test_imports_fixer_order) PASS: test_import_module (lib2to3.tests.test_fixers.Test_imports_fixer_order) PASS: test_import_module_as (lib2to3.tests.test_fixers.Test_imports_fixer_order) PASS: test_import_module_usage (lib2to3.tests.test_fixers.Test_imports_fixer_order) PASS: test_star (lib2to3.tests.test_fixers.Test_imports_fixer_order) PASS: test_1 (lib2to3.tests.test_fixers.Test_input) PASS: test_2 (lib2to3.tests.test_fixers.Test_input) PASS: test_3 (lib2to3.tests.test_fixers.Test_input) PASS: test_4 (lib2to3.tests.test_fixers.Test_input) PASS: test_idempotency (lib2to3.tests.test_fixers.Test_input) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_input) PASS: test_trailing_comment (lib2to3.tests.test_fixers.Test_input) PASS: test (lib2to3.tests.test_fixers.Test_intern) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_intern) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_intern) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_isinstance) PASS: test_remove_multiple_items (lib2to3.tests.test_fixers.Test_isinstance) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_isinstance) PASS: test_0 (lib2to3.tests.test_fixers.Test_itertools) PASS: test_1 (lib2to3.tests.test_fixers.Test_itertools) PASS: test_2 (lib2to3.tests.test_fixers.Test_itertools) PASS: test_qualified (lib2to3.tests.test_fixers.Test_itertools) PASS: test_run_order (lib2to3.tests.test_fixers.Test_itertools) PASS: test_space_1 (lib2to3.tests.test_fixers.Test_itertools) PASS: test_space_2 (lib2to3.tests.test_fixers.Test_itertools) PASS: test_comments (lib2to3.tests.test_fixers.Test_itertools_imports) PASS: test_ifilter_and_zip_longest (lib2to3.tests.test_fixers.Test_itertools_imports) PASS: test_import_as (lib2to3.tests.test_fixers.Test_itertools_imports) PASS: test_import_star (lib2to3.tests.test_fixers.Test_itertools_imports) PASS: test_none (lib2to3.tests.test_fixers.Test_itertools_imports) PASS: test_reduced (lib2to3.tests.test_fixers.Test_itertools_imports) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_itertools_imports) PASS: test_1 (lib2to3.tests.test_fixers.Test_long) PASS: test_2 (lib2to3.tests.test_fixers.Test_long) PASS: test_3 (lib2to3.tests.test_fixers.Test_long) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_long) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_long) PASS: test_None_with_multiple_arguments (lib2to3.tests.test_fixers.Test_map) PASS: test_future_builtins (lib2to3.tests.test_fixers.Test_map) PASS: test_map_basic (lib2to3.tests.test_fixers.Test_map) PASS: test_map_nochange (lib2to3.tests.test_fixers.Test_map) PASS: test_map_trailers (lib2to3.tests.test_fixers.Test_map) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_map) PASS: test_trailing_comment (lib2to3.tests.test_fixers.Test_map) PASS: test_comments (lib2to3.tests.test_fixers.Test_metaclass) PASS: test_meta (lib2to3.tests.test_fixers.Test_metaclass) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_metaclass) PASS: test (lib2to3.tests.test_fixers.Test_methodattrs) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_methodattrs) PASS: test_basic (lib2to3.tests.test_fixers.Test_ne) PASS: test_chained (lib2to3.tests.test_fixers.Test_ne) PASS: test_no_spaces (lib2to3.tests.test_fixers.Test_ne) PASS: test_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_3 (lib2to3.tests.test_fixers.Test_next) PASS: test_4 (lib2to3.tests.test_fixers.Test_next) PASS: test_5 (lib2to3.tests.test_fixers.Test_next) PASS: test_6 (lib2to3.tests.test_fixers.Test_next) PASS: test_assign_to_next (lib2to3.tests.test_fixers.Test_next) PASS: test_assign_to_next_in_list (lib2to3.tests.test_fixers.Test_next) PASS: test_assign_to_next_in_tuple (lib2to3.tests.test_fixers.Test_next) PASS: test_builtin_assign (lib2to3.tests.test_fixers.Test_next) PASS: test_builtin_assign_in_list (lib2to3.tests.test_fixers.Test_next) PASS: test_builtin_assign_in_tuple (lib2to3.tests.test_fixers.Test_next) PASS: test_method_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_method_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_method_3 (lib2to3.tests.test_fixers.Test_next) PASS: test_method_4 (lib2to3.tests.test_fixers.Test_next) PASS: test_method_unchanged (lib2to3.tests.test_fixers.Test_next) PASS: test_noncall_access_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_noncall_access_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_noncall_access_3 (lib2to3.tests.test_fixers.Test_next) PASS: test_prefix_preservation_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_prefix_preservation_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_prefix_preservation_3 (lib2to3.tests.test_fixers.Test_next) PASS: test_prefix_preservation_4 (lib2to3.tests.test_fixers.Test_next) PASS: test_prefix_preservation_5 (lib2to3.tests.test_fixers.Test_next) PASS: test_prefix_preservation_6 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_assign_list_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_assign_list_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_assign_simple (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_assign_tuple_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_assign_tuple_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_for_simple (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_for_tuple_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_for_tuple_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_funcdef_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_funcdef_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_global_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_global_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_import_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_import_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_import_3 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_import_from_1 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_import_from_2 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_import_from_3 (lib2to3.tests.test_fixers.Test_next) PASS: test_shadowing_import_from_4 (lib2to3.tests.test_fixers.Test_next) PASS: test_1 (lib2to3.tests.test_fixers.Test_nonzero) PASS: test_2 (lib2to3.tests.test_fixers.Test_nonzero) PASS: test_unchanged_1 (lib2to3.tests.test_fixers.Test_nonzero) PASS: test_unchanged_2 (lib2to3.tests.test_fixers.Test_nonzero) PASS: test_unchanged_func (lib2to3.tests.test_fixers.Test_nonzero) PASS: test_comments_and_spacing (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_long_hex (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_long_int_1 (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_long_int_2 (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_octal_1 (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_unchanged_complex_bare (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_unchanged_complex_float (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_unchanged_complex_int (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_unchanged_exp (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_unchanged_float (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_unchanged_hex (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_unchanged_int (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_unchanged_octal (lib2to3.tests.test_fixers.Test_numliterals) PASS: test_bare_isCallable (lib2to3.tests.test_fixers.Test_operator) PASS: test_bare_operator_irepeat (lib2to3.tests.test_fixers.Test_operator) PASS: test_bare_operator_isMappingType (lib2to3.tests.test_fixers.Test_operator) PASS: test_bare_operator_isNumberType (lib2to3.tests.test_fixers.Test_operator) PASS: test_bare_operator_isSequenceType (lib2to3.tests.test_fixers.Test_operator) PASS: test_bare_operator_repeat (lib2to3.tests.test_fixers.Test_operator) PASS: test_bare_sequenceIncludes (lib2to3.tests.test_fixers.Test_operator) PASS: test_operator_irepeat (lib2to3.tests.test_fixers.Test_operator) PASS: test_operator_isCallable (lib2to3.tests.test_fixers.Test_operator) PASS: test_operator_isMappingType (lib2to3.tests.test_fixers.Test_operator) PASS: test_operator_isNumberType (lib2to3.tests.test_fixers.Test_operator) PASS: test_operator_isSequenceType (lib2to3.tests.test_fixers.Test_operator) PASS: test_operator_repeat (lib2to3.tests.test_fixers.Test_operator) PASS: test_operator_sequenceIncludes (lib2to3.tests.test_fixers.Test_operator) PASS: test_0 (lib2to3.tests.test_fixers.Test_paren) PASS: test_1 (lib2to3.tests.test_fixers.Test_paren) PASS: test_2 (lib2to3.tests.test_fixers.Test_paren) PASS: test_3 (lib2to3.tests.test_fixers.Test_paren) PASS: test_4 (lib2to3.tests.test_fixers.Test_paren) PASS: test_5 (lib2to3.tests.test_fixers.Test_paren) PASS: test_6 (lib2to3.tests.test_fixers.Test_paren) PASS: test_unchanged_0 (lib2to3.tests.test_fixers.Test_paren) PASS: test_unchanged_1 (lib2to3.tests.test_fixers.Test_paren) PASS: test_unchanged_2 (lib2to3.tests.test_fixers.Test_paren) PASS: test_unchanged_3 (lib2to3.tests.test_fixers.Test_paren) PASS: test_unchanged_4 (lib2to3.tests.test_fixers.Test_paren) PASS: test_1 (lib2to3.tests.test_fixers.Test_print) PASS: test_2 (lib2to3.tests.test_fixers.Test_print) PASS: test_3 (lib2to3.tests.test_fixers.Test_print) PASS: test_4 (lib2to3.tests.test_fixers.Test_print) PASS: test_5 (lib2to3.tests.test_fixers.Test_print) PASS: test_idempotency (lib2to3.tests.test_fixers.Test_print) PASS: test_idempotency_print_as_function (lib2to3.tests.test_fixers.Test_print) PASS: test_no_trailing_comma (lib2to3.tests.test_fixers.Test_print) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_print) PASS: test_spaces_before_file (lib2to3.tests.test_fixers.Test_print) PASS: test_trailing_comma_1 (lib2to3.tests.test_fixers.Test_print) PASS: test_trailing_comma_2 (lib2to3.tests.test_fixers.Test_print) PASS: test_trailing_comma_3 (lib2to3.tests.test_fixers.Test_print) PASS: test_tuple (lib2to3.tests.test_fixers.Test_print) PASS: test_vargs_without_trailing_comma (lib2to3.tests.test_fixers.Test_print) PASS: test_with_future_print_function (lib2to3.tests.test_fixers.Test_print) PASS: test_with_trailing_comma (lib2to3.tests.test_fixers.Test_print) PASS: test_None_value (lib2to3.tests.test_fixers.Test_raise) PASS: test_basic (lib2to3.tests.test_fixers.Test_raise) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_raise) PASS: test_string_exc (lib2to3.tests.test_fixers.Test_raise) PASS: test_string_exc_val (lib2to3.tests.test_fixers.Test_raise) PASS: test_string_exc_val_tb (lib2to3.tests.test_fixers.Test_raise) PASS: test_tb_1 (lib2to3.tests.test_fixers.Test_raise) PASS: test_tb_2 (lib2to3.tests.test_fixers.Test_raise) PASS: test_tb_3 (lib2to3.tests.test_fixers.Test_raise) PASS: test_tb_4 (lib2to3.tests.test_fixers.Test_raise) PASS: test_tb_5 (lib2to3.tests.test_fixers.Test_raise) PASS: test_tb_6 (lib2to3.tests.test_fixers.Test_raise) PASS: test_tuple_detection (lib2to3.tests.test_fixers.Test_raise) PASS: test_tuple_exc_1 (lib2to3.tests.test_fixers.Test_raise) PASS: test_tuple_exc_2 (lib2to3.tests.test_fixers.Test_raise) PASS: test_tuple_value (lib2to3.tests.test_fixers.Test_raise) PASS: test_with_comments (lib2to3.tests.test_fixers.Test_raise) PASS: test_1 (lib2to3.tests.test_fixers.Test_raw_input) PASS: test_2 (lib2to3.tests.test_fixers.Test_raw_input) PASS: test_3 (lib2to3.tests.test_fixers.Test_raw_input) PASS: test_4 (lib2to3.tests.test_fixers.Test_raw_input) PASS: test_5 (lib2to3.tests.test_fixers.Test_raw_input) PASS: test_6 (lib2to3.tests.test_fixers.Test_raw_input) PASS: test_8 (lib2to3.tests.test_fixers.Test_raw_input) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_raw_input) PASS: test_bug_7253 (lib2to3.tests.test_fixers.Test_reduce) PASS: test_call_with_lambda (lib2to3.tests.test_fixers.Test_reduce) PASS: test_simple_call (lib2to3.tests.test_fixers.Test_reduce) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_reduce) PASS: test (lib2to3.tests.test_fixers.Test_reload) PASS: test_comment (lib2to3.tests.test_fixers.Test_reload) PASS: test_space (lib2to3.tests.test_fixers.Test_reload) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_reload) PASS: test_import_from (lib2to3.tests.test_fixers.Test_renames) PASS: test_import_from_as (lib2to3.tests.test_fixers.Test_renames) PASS: test_import_module_usage (lib2to3.tests.test_fixers.Test_renames) PASS: test_complex (lib2to3.tests.test_fixers.Test_repr) PASS: test_nested (lib2to3.tests.test_fixers.Test_repr) PASS: test_nested_tuples (lib2to3.tests.test_fixers.Test_repr) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_repr) PASS: test_simple_1 (lib2to3.tests.test_fixers.Test_repr) PASS: test_simple_2 (lib2to3.tests.test_fixers.Test_repr) PASS: test_tuple (lib2to3.tests.test_fixers.Test_repr) PASS: test_basic (lib2to3.tests.test_fixers.Test_set_literal) PASS: test_comments (lib2to3.tests.test_fixers.Test_set_literal) PASS: test_listcomps (lib2to3.tests.test_fixers.Test_set_literal) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_set_literal) PASS: test_whitespace (lib2to3.tests.test_fixers.Test_set_literal) PASS: test (lib2to3.tests.test_fixers.Test_standarderror) PASS: test_0 (lib2to3.tests.test_fixers.Test_sys_exc) PASS: test_1 (lib2to3.tests.test_fixers.Test_sys_exc) PASS: test_2 (lib2to3.tests.test_fixers.Test_sys_exc) PASS: test_3 (lib2to3.tests.test_fixers.Test_sys_exc) PASS: test_4 (lib2to3.tests.test_fixers.Test_sys_exc) PASS: test_5 (lib2to3.tests.test_fixers.Test_sys_exc) PASS: test_1 (lib2to3.tests.test_fixers.Test_throw) PASS: test_2 (lib2to3.tests.test_fixers.Test_throw) PASS: test_3 (lib2to3.tests.test_fixers.Test_throw) PASS: test_4 (lib2to3.tests.test_fixers.Test_throw) PASS: test_tb_1 (lib2to3.tests.test_fixers.Test_throw) PASS: test_tb_2 (lib2to3.tests.test_fixers.Test_throw) PASS: test_tb_3 (lib2to3.tests.test_fixers.Test_throw) PASS: test_tb_4 (lib2to3.tests.test_fixers.Test_throw) PASS: test_tb_5 (lib2to3.tests.test_fixers.Test_throw) PASS: test_tb_6 (lib2to3.tests.test_fixers.Test_throw) PASS: test_tb_7 (lib2to3.tests.test_fixers.Test_throw) PASS: test_tb_8 (lib2to3.tests.test_fixers.Test_throw) PASS: test_untouched_1 (lib2to3.tests.test_fixers.Test_throw) PASS: test_untouched_2 (lib2to3.tests.test_fixers.Test_throw) PASS: test_untouched_3 (lib2to3.tests.test_fixers.Test_throw) PASS: test_warn_1 (lib2to3.tests.test_fixers.Test_throw) PASS: test_warn_2 (lib2to3.tests.test_fixers.Test_throw) PASS: test_warn_3 (lib2to3.tests.test_fixers.Test_throw) PASS: test_1 (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_2 (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_3 (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_docstring (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_keywords (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_lambda_nested (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_lambda_nested_multi_use (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_lambda_no_change (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_lambda_one_tuple (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_lambda_parens_single_arg (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_lambda_simple (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_lambda_simple_multi_use (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_lambda_simple_reverse (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_multi_1 (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_multi_2 (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_semicolon (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_unchanged_1 (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_unchanged_2 (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_unchanged_3 (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_varargs (lib2to3.tests.test_fixers.Test_tuple_params) PASS: test_basic_types_convert (lib2to3.tests.test_fixers.Test_types) PASS: test_bytes_literal_escape_u (lib2to3.tests.test_fixers.Test_unicode) PASS: test_native_literal_escape_u (lib2to3.tests.test_fixers.Test_unicode) PASS: test_native_unicode_literal_escape_u (lib2to3.tests.test_fixers.Test_unicode) PASS: test_unichr (lib2to3.tests.test_fixers.Test_unicode) PASS: test_unicode_call (lib2to3.tests.test_fixers.Test_unicode) PASS: test_unicode_literal_1 (lib2to3.tests.test_fixers.Test_unicode) PASS: test_unicode_literal_2 (lib2to3.tests.test_fixers.Test_unicode) PASS: test_unicode_literal_3 (lib2to3.tests.test_fixers.Test_unicode) PASS: test_unicode_literal_escape_u (lib2to3.tests.test_fixers.Test_unicode) PASS: test_whitespace (lib2to3.tests.test_fixers.Test_unicode) PASS: test_import_from (lib2to3.tests.test_fixers.Test_urllib) PASS: test_import_from_as (lib2to3.tests.test_fixers.Test_urllib) PASS: test_import_module (lib2to3.tests.test_fixers.Test_urllib) PASS: test_import_module_as (lib2to3.tests.test_fixers.Test_urllib) PASS: test_import_module_usage (lib2to3.tests.test_fixers.Test_urllib) PASS: test_indented (lib2to3.tests.test_fixers.Test_urllib) PASS: test_star (lib2to3.tests.test_fixers.Test_urllib) PASS: test_in_consuming_context (lib2to3.tests.test_fixers.Test_xrange) PASS: test_in_contains_test (lib2to3.tests.test_fixers.Test_xrange) PASS: test_prefix_preservation (lib2to3.tests.test_fixers.Test_xrange) PASS: test_range_in_for (lib2to3.tests.test_fixers.Test_xrange) PASS: test_single_arg (lib2to3.tests.test_fixers.Test_xrange) PASS: test_three_args (lib2to3.tests.test_fixers.Test_xrange) PASS: test_two_args (lib2to3.tests.test_fixers.Test_xrange) PASS: test_wrap_in_list (lib2to3.tests.test_fixers.Test_xrange) PASS: test_xrange_in_for (lib2to3.tests.test_fixers.Test_xrange) PASS: test_double_transform (lib2to3.tests.test_fixers.Test_xrange_with_reduce) PASS: test_attr_ref (lib2to3.tests.test_fixers.Test_xreadlines) PASS: test_call (lib2to3.tests.test_fixers.Test_xreadlines) PASS: test_unchanged (lib2to3.tests.test_fixers.Test_xreadlines) PASS: test_future_builtins (lib2to3.tests.test_fixers.Test_zip) PASS: test_zip_basic (lib2to3.tests.test_fixers.Test_zip) PASS: test_zip_nochange (lib2to3.tests.test_fixers.Test_zip) PASS: test_zip_trailers (lib2to3.tests.test_fixers.Test_zip) test_filename_changing_on_output_single_dir (lib2to3.tests.test_main.TestMain) PASS: 2to3 a single directory with a new output dir and suffix. test_filename_changing_on_output_single_file (lib2to3.tests.test_main.TestMain) PASS: 2to3 a single file with a new output dir. test_filename_changing_on_output_two_files (lib2to3.tests.test_main.TestMain) PASS: 2to3 two files in one directory with a new output dir. PASS: test_unencodable_diff (lib2to3.tests.test_main.TestMain) PASS: test_async_for (lib2to3.tests.test_parser.TestAsyncAwait) PASS: test_async_var (lib2to3.tests.test_parser.TestAsyncAwait) PASS: test_async_with (lib2to3.tests.test_parser.TestAsyncAwait) PASS: test_await_expr (lib2to3.tests.test_parser.TestAsyncAwait) PASS: test_new_syntax (lib2to3.tests.test_parser.TestClassDef) PASS: test_formfeed (lib2to3.tests.test_parser.TestDriver) PASS: test_new (lib2to3.tests.test_parser.TestExcept) PASS: test_old (lib2to3.tests.test_parser.TestExcept) PASS: test_1 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_10 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_11 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_12 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_13 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_14 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_15 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_16 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_17 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_18 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_19 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_2 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_20 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_21 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_3 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_4 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_5 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_6 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_7 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_8 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_9 (lib2to3.tests.test_parser.TestFunctionAnnotations) PASS: test_non_ascii_identifiers (lib2to3.tests.test_parser.TestIdentfier) PASS: test_multiline_bytes_literals (lib2to3.tests.test_parser.TestLiterals) PASS: test_multiline_bytes_tripquote_literals (lib2to3.tests.test_parser.TestLiterals) PASS: test_multiline_str_literals (lib2to3.tests.test_parser.TestLiterals) PASS: test_matrix_multiplication_operator (lib2to3.tests.test_parser.TestMatrixMultiplication) PASS: test_new_binary_notation (lib2to3.tests.test_parser.TestNumericLiterals) PASS: test_new_octal_notation (lib2to3.tests.test_parser.TestNumericLiterals) PASS: test_all_project_files (lib2to3.tests.test_parser.TestParserIdempotency) PASS: test_extended_unpacking (lib2to3.tests.test_parser.TestParserIdempotency) PASS: test_load_grammar_from_pickle (lib2to3.tests.test_parser.TestPgen2Caching) PASS: test_load_grammar_from_subprocess (lib2to3.tests.test_parser.TestPgen2Caching) PASS: test_load_grammar_from_txt_file (lib2to3.tests.test_parser.TestPgen2Caching) PASS: test_load_packaged_grammar (lib2to3.tests.test_parser.TestPgen2Caching) PASS: test_2x_style_1 (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_2x_style_2 (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_2x_style_3 (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_2x_style_invalid_1 (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_3x_style (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_3x_style_invalid_1 (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_3x_style_invalid_2 (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_3x_style_invalid_3 (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_3x_style_invalid_4 (lib2to3.tests.test_parser.TestRaiseChanges) PASS: test_1 (lib2to3.tests.test_parser.TestSetLiteral) PASS: test_2 (lib2to3.tests.test_parser.TestSetLiteral) PASS: test_3 (lib2to3.tests.test_parser.TestSetLiteral) PASS: test_4 (lib2to3.tests.test_parser.TestSetLiteral) PASS: test_lit (lib2to3.tests.test_parser.TestStringLiterals) PASS: test_argument_unpacking_1 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_argument_unpacking_2 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_argument_unpacking_3 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_dict_display_1 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_dict_display_2 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_double_star_dict_literal (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_double_star_dict_literal_after_keywords (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_list_display (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_mid_positional_star (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_set_display (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_1 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_2 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_3 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_4 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_5 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_6 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_7 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_8 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_9 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_1 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_2 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_3 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_4 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_5 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_6 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_7 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_8 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_trailing_commas_lambda_9 (lib2to3.tests.test_parser.TestUnpackingGeneralizations) PASS: test_1 (lib2to3.tests.test_parser.TestVarAnnotations) PASS: test_2 (lib2to3.tests.test_parser.TestVarAnnotations) PASS: test_3 (lib2to3.tests.test_parser.TestVarAnnotations) PASS: test_4 (lib2to3.tests.test_parser.TestVarAnnotations) PASS: test_5 (lib2to3.tests.test_parser.TestVarAnnotations) PASS: test_6 (lib2to3.tests.test_parser.TestVarAnnotations) PASS: test_yield_from (lib2to3.tests.test_parser.TestYieldFrom) PASS: test_changed (lib2to3.tests.test_pytree.TestNodes) PASS: test_depth (lib2to3.tests.test_pytree.TestNodes) PASS: test_get_suffix (lib2to3.tests.test_pytree.TestNodes) PASS: test_instantiate_base (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf_constructor_prefix (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf_equality (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf_next_sibling (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf_prefix (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf_prev_sibling (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf_repr (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf_str (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaf_str_numeric_value (lib2to3.tests.test_pytree.TestNodes) PASS: test_leaves (lib2to3.tests.test_pytree.TestNodes) PASS: test_node (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_append_child (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_constructor_prefix (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_equality (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_insert_child (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_next_sibling (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_prefix (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_prev_sibling (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_recursive_equality (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_repr (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_set_child (lib2to3.tests.test_pytree.TestNodes) PASS: test_node_str (lib2to3.tests.test_pytree.TestNodes) PASS: test_post_order (lib2to3.tests.test_pytree.TestNodes) PASS: test_pre_order (lib2to3.tests.test_pytree.TestNodes) PASS: test_remove (lib2to3.tests.test_pytree.TestNodes) PASS: test_remove_parentless (lib2to3.tests.test_pytree.TestNodes) PASS: test_replace (lib2to3.tests.test_pytree.TestNodes) PASS: test_replace_with_list (lib2to3.tests.test_pytree.TestNodes) PASS: test_basic_patterns (lib2to3.tests.test_pytree.TestPatterns) PASS: test_generate_matches (lib2to3.tests.test_pytree.TestPatterns) PASS: test_has_key_example (lib2to3.tests.test_pytree.TestPatterns) PASS: test_wildcard (lib2to3.tests.test_pytree.TestPatterns) PASS: test_bom (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_crlf_newlines (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_crlf_unchanged (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_detect_future_features (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_explicit (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_false_file_encoding (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_file_encoding (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_fixer_loading (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_fixer_loading_helpers (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_get_headnode_dict (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_naughty_fixers (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_print_function_option (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_refactor_dir (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_refactor_docstring (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_refactor_file (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_refactor_file_write_unchanged_file (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_refactor_stdin (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_refactor_string (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test_write_unchanged_files_option (lib2to3.tests.test_refactor.TestRefactoringTool) PASS: test (lib2to3.tests.test_util.Test_Attr) PASS: test_returns (lib2to3.tests.test_util.Test_Attr) PASS: test (lib2to3.tests.test_util.Test_Call) PASS: test (lib2to3.tests.test_util.Test_Name) PASS: test_in_function (lib2to3.tests.test_util.Test_does_tree_import) PASS: test_class_def (lib2to3.tests.test_util.Test_find_binding) PASS: test_for (lib2to3.tests.test_util.Test_find_binding) PASS: test_for_nested (lib2to3.tests.test_util.Test_find_binding) PASS: test_from_import (lib2to3.tests.test_util.Test_find_binding) PASS: test_from_import_as (lib2to3.tests.test_util.Test_find_binding) PASS: test_from_import_as_with_package (lib2to3.tests.test_util.Test_find_binding) PASS: test_from_import_with_package (lib2to3.tests.test_util.Test_find_binding) PASS: test_function_def (lib2to3.tests.test_util.Test_find_binding) PASS: test_if (lib2to3.tests.test_util.Test_find_binding) PASS: test_if_nested (lib2to3.tests.test_util.Test_find_binding) PASS: test_import_as (lib2to3.tests.test_util.Test_find_binding) PASS: test_import_as_with_package (lib2to3.tests.test_util.Test_find_binding) PASS: test_invalid_assignments (lib2to3.tests.test_util.Test_find_binding) PASS: test_list_assignment (lib2to3.tests.test_util.Test_find_binding) PASS: test_simple_assignment (lib2to3.tests.test_util.Test_find_binding) PASS: test_simple_import (lib2to3.tests.test_util.Test_find_binding) PASS: test_simple_import_with_package (lib2to3.tests.test_util.Test_find_binding) PASS: test_try_except (lib2to3.tests.test_util.Test_find_binding) PASS: test_try_except_finally (lib2to3.tests.test_util.Test_find_binding) PASS: test_try_except_finally_nested (lib2to3.tests.test_util.Test_find_binding) PASS: test_try_except_nested (lib2to3.tests.test_util.Test_find_binding) PASS: test_tuple_assignment (lib2to3.tests.test_util.Test_find_binding) PASS: test_while (lib2to3.tests.test_util.Test_find_binding) PASS: test_while_nested (lib2to3.tests.test_util.Test_find_binding) PASS: test_nothing (lib2to3.tests.test_util.Test_find_indentation) PASS: test_simple (lib2to3.tests.test_util.Test_find_indentation) PASS: test_invalid (lib2to3.tests.test_util.Test_is_list) PASS: test_valid (lib2to3.tests.test_util.Test_is_list) PASS: test_invalid (lib2to3.tests.test_util.Test_is_tuple) PASS: test_valid (lib2to3.tests.test_util.Test_is_tuple) PASS: test_after_docstring (lib2to3.tests.test_util.Test_touch_import) PASS: test_after_imports (lib2to3.tests.test_util.Test_touch_import) PASS: test_beginning (lib2to3.tests.test_util.Test_touch_import) PASS: test_from_import (lib2to3.tests.test_util.Test_touch_import) PASS: test_name_import (lib2to3.tests.test_util.Test_touch_import) ---------------------------------------------------------------------- Ran 654 tests in 10.096s OK (skipped=1) 0:07:18 load avg: 0.73 [203/416] test_linecache PASS: test_getline (test.test_linecache.BadUnicode) PASS: test_getlines (test.test_linecache.BadUnicode) PASS: test_getline (test.test_linecache.EmptyFile) PASS: test_getlines (test.test_linecache.EmptyFile) PASS: test_getline (test.test_linecache.GoodUnicode) PASS: test_getlines (test.test_linecache.GoodUnicode) PASS: test_checkcache (test.test_linecache.LineCacheTests) PASS: test_clearcache (test.test_linecache.LineCacheTests) PASS: test_getline (test.test_linecache.LineCacheTests) PASS: test_lazycache_already_cached (test.test_linecache.LineCacheTests) PASS: test_lazycache_bad_filename (test.test_linecache.LineCacheTests) PASS: test_lazycache_check (test.test_linecache.LineCacheTests) PASS: test_lazycache_no_globals (test.test_linecache.LineCacheTests) PASS: test_lazycache_provide_after_failed_lookup (test.test_linecache.LineCacheTests) PASS: test_lazycache_smoke (test.test_linecache.LineCacheTests) PASS: test_memoryerror (test.test_linecache.LineCacheTests) PASS: test_no_ending_newline (test.test_linecache.LineCacheTests) PASS: test_getline (test.test_linecache.SingleEmptyLine) PASS: test_getlines (test.test_linecache.SingleEmptyLine) ---------------------------------------------------------------------- Ran 19 tests in 0.010s OK 0:07:18 load avg: 0.73 [204/416] test_list PASS: test_addmul (test.test_list.ListTest) PASS: test_append (test.test_list.ListTest) PASS: test_basic (test.test_list.ListTest) PASS: test_bigrepeat (test.test_list.ListTest) PASS: test_clear (test.test_list.ListTest) PASS: test_constructor_exception_handling (test.test_list.ListTest) PASS: test_constructors (test.test_list.ListTest) PASS: test_contains (test.test_list.ListTest) PASS: test_contains_fake (test.test_list.ListTest) PASS: test_contains_order (test.test_list.ListTest) PASS: test_copy (test.test_list.ListTest) PASS: test_count (test.test_list.ListTest) PASS: test_delitem (test.test_list.ListTest) PASS: test_delslice (test.test_list.ListTest) PASS: test_exhausted_iterator (test.test_list.ListTest) PASS: test_extend (test.test_list.ListTest) PASS: test_extendedslicing (test.test_list.ListTest) PASS: test_free_after_iterating (test.test_list.ListTest) PASS: test_getitem (test.test_list.ListTest) PASS: test_getitem_error (test.test_list.ListTest) PASS: test_getitemoverwriteiter (test.test_list.ListTest) PASS: test_getslice (test.test_list.ListTest) PASS: test_iadd (test.test_list.ListTest) PASS: test_identity (test.test_list.ListTest) PASS: test_imul (test.test_list.ListTest) PASS: test_index (test.test_list.ListTest) PASS: test_init (test.test_list.ListTest) PASS: test_insert (test.test_list.ListTest) PASS: test_iterator_pickle (test.test_list.ListTest) PASS: test_keyword_args (test.test_list.ListTest) PASS: test_len (test.test_list.ListTest) PASS: test_minmax (test.test_list.ListTest) PASS: test_no_comdat_folding (test.test_list.ListTest) PASS: test_overflow (test.test_list.ListTest) PASS: test_pickle (test.test_list.ListTest) PASS: test_pop (test.test_list.ListTest) PASS: test_print (test.test_list.ListTest) PASS: test_remove (test.test_list.ListTest) PASS: test_repeat (test.test_list.ListTest) PASS: test_repr (test.test_list.ListTest) PASS: test_repr_deep (test.test_list.ListTest) PASS: test_repr_large (test.test_list.ListTest) PASS: test_reverse (test.test_list.ListTest) PASS: test_reversed (test.test_list.ListTest) PASS: test_reversed_pickle (test.test_list.ListTest) PASS: test_set_subscript (test.test_list.ListTest) PASS: test_setitem (test.test_list.ListTest) PASS: test_setitem_error (test.test_list.ListTest) PASS: test_setslice (test.test_list.ListTest) PASS: test_slice (test.test_list.ListTest) PASS: test_sort (test.test_list.ListTest) PASS: test_subscript (test.test_list.ListTest) PASS: test_truth (test.test_list.ListTest) ---------------------------------------------------------------------- Ran 53 tests in 0.277s OK 0:07:19 load avg: 0.75 [205/416] test_listcomps Trying: sum([i*i for i in range(100) if i&1 == 1]) Expecting: 166650 ok Trying: [(i,j) for i in range(3) for j in range(4)] Expecting: [(0, 0), (0, 1), (0, 2), (0, 3), (1, 0), (1, 1), (1, 2), (1, 3), (2, 0), (2, 1), (2, 2), (2, 3)] ok Trying: [(i,j) for i in range(4) for j in range(i)] Expecting: [(1, 0), (2, 0), (2, 1), (3, 0), (3, 1), (3, 2)] ok Trying: i = 20 Expecting nothing ok Trying: sum([i*i for i in range(100)]) Expecting: 328350 ok Trying: i Expecting: 20 ok Trying: [y for y in (1,2)] = 10 # doctest: +IGNORE_EXCEPTION_DETAIL Expecting: Traceback (most recent call last): ... SyntaxError: ... ok Trying: [y for y in (1,2)] += 10 # doctest: +IGNORE_EXCEPTION_DETAIL Expecting: Traceback (most recent call last): ... SyntaxError: ... ok Trying: def frange(n): return [i for i in range(n)] Expecting nothing ok Trying: frange(10) Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ok Trying: lrange = lambda n: [i for i in range(n)] Expecting nothing ok Trying: lrange(10) Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ok Trying: def grange(n): for x in [i for i in range(n)]: yield x Expecting nothing ok Trying: list(grange(5)) Expecting: [0, 1, 2, 3, 4] ok Trying: [None for i in range(10)] Expecting: [None, None, None, None, None, None, None, None, None, None] ok Trying: items = [(lambda i=i: i) for i in range(5)] Expecting nothing ok Trying: [x() for x in items] Expecting: [0, 1, 2, 3, 4] ok Trying: items = [(lambda: i) for i in range(5)] Expecting nothing ok Trying: [x() for x in items] Expecting: [4, 4, 4, 4, 4] ok Trying: items = [(lambda: i) for i in range(5)] Expecting nothing ok Trying: i = 20 Expecting nothing ok Trying: [x() for x in items] Expecting: [4, 4, 4, 4, 4] ok Trying: items = [(lambda: y) for i in range(5)] Expecting nothing ok Trying: y = 2 Expecting nothing ok Trying: [x() for x in items] Expecting: [2, 2, 2, 2, 2] ok Trying: def test_func(): items = [(lambda i=i: i) for i in range(5)] return [x() for x in items] Expecting nothing ok Trying: test_func() Expecting: [0, 1, 2, 3, 4] ok Trying: def test_func(): items = [(lambda: i) for i in range(5)] return [x() for x in items] Expecting nothing ok Trying: test_func() Expecting: [4, 4, 4, 4, 4] ok Trying: def test_func(): items = [(lambda: i) for i in range(5)] i = 20 return [x() for x in items] Expecting nothing ok Trying: test_func() Expecting: [4, 4, 4, 4, 4] ok Trying: def test_func(): items = [(lambda: y) for i in range(5)] y = 2 return [x() for x in items] Expecting nothing ok Trying: test_func() Expecting: [2, 2, 2, 2, 2] ok 2 items had no tests: test.test_listcomps test.test_listcomps.test_main 1 items passed all tests: 33 tests in test.test_listcomps.__test__.doctests 33 tests in 3 items. 33 passed and 0 failed. Test passed. doctest (test.test_listcomps) ... 33 tests with zero failures 0:07:19 load avg: 0.75 [206/416] test_locale PASS: test_c (test.test_locale.NormalizeTest) PASS: test_devanagari_modifier (test.test_locale.NormalizeTest) PASS: test_empty (test.test_locale.NormalizeTest) PASS: test_english (test.test_locale.NormalizeTest) PASS: test_euc_encoding (test.test_locale.NormalizeTest) PASS: test_euro_modifier (test.test_locale.NormalizeTest) PASS: test_hyphenated_encoding (test.test_locale.NormalizeTest) PASS: test_japanese (test.test_locale.NormalizeTest) PASS: test_latin_modifier (test.test_locale.NormalizeTest) PASS: test_locale_alias (test.test_locale.NormalizeTest) PASS: test_valencia_modifier (test.test_locale.NormalizeTest) PASS: test_atof (test.test_locale.TestCDelocalizeTest) PASS: test_atoi (test.test_locale.TestCDelocalizeTest) PASS: test_delocalize (test.test_locale.TestCDelocalizeTest) PASS: test_grouping (test.test_locale.TestCNumberFormatting) PASS: test_grouping_and_padding (test.test_locale.TestCNumberFormatting) PASS: test_strcoll (test.test_locale.TestCollation) PASS: test_strxfrm (test.test_locale.TestCollation) PASS: test_strcoll (test.test_locale.TestEnUSCollation) ... testing with 'en_US.UTF-8'... ok PASS: test_strcoll_with_diacritic (test.test_locale.TestEnUSCollation) ... testing with 'en_US.UTF-8'... ok PASS: test_strxfrm (test.test_locale.TestEnUSCollation) ... testing with 'en_US.UTF-8'... ok PASS: test_strxfrm_with_diacritic (test.test_locale.TestEnUSCollation) ... testing with 'en_US.UTF-8'... ok PASS: test_atof (test.test_locale.TestEnUSDelocalize) PASS: test_atoi (test.test_locale.TestEnUSDelocalize) PASS: test_delocalize (test.test_locale.TestEnUSDelocalize) PASS: test_complex_formatting (test.test_locale.TestEnUSNumberFormatting) PASS: test_currency (test.test_locale.TestEnUSNumberFormatting) PASS: test_format_deprecation (test.test_locale.TestEnUSNumberFormatting) PASS: test_grouping (test.test_locale.TestEnUSNumberFormatting) PASS: test_grouping_and_padding (test.test_locale.TestEnUSNumberFormatting) PASS: test_integer_grouping (test.test_locale.TestEnUSNumberFormatting) PASS: test_integer_grouping_and_padding (test.test_locale.TestEnUSNumberFormatting) PASS: test_padding (test.test_locale.TestEnUSNumberFormatting) PASS: test_simple (test.test_locale.TestEnUSNumberFormatting) PASS: test_onlyOnePattern (test.test_locale.TestFormatPatternArg) PASS: test_currency (test.test_locale.TestFrFRNumberFormatting) PASS: test_decimal_point (test.test_locale.TestFrFRNumberFormatting) PASS: test_grouping (test.test_locale.TestFrFRNumberFormatting) PASS: test_grouping_and_padding (test.test_locale.TestFrFRNumberFormatting) PASS: test_integer_grouping (test.test_locale.TestFrFRNumberFormatting) PASS: test_integer_grouping_and_padding (test.test_locale.TestFrFRNumberFormatting) PASS: test_mapping (test.test_locale.TestLocaleFormatString) PASS: test_percent_escape (test.test_locale.TestLocaleFormatString) PASS: test_getpreferredencoding (test.test_locale.TestMiscellaneous) test_getsetlocale_issue1813 (test.test_locale.TestMiscellaneous) ... testing with ('tr_TR', 'ISO8859-9') ok PASS: test_invalid_iterable_in_localetuple (test.test_locale.TestMiscellaneous) PASS: test_invalid_locale_format_in_localetuple (test.test_locale.TestMiscellaneous) PASS: test_setlocale_category (test.test_locale.TestMiscellaneous) PASS: test_strcoll_3303 (test.test_locale.TestMiscellaneous) PASS: test_complex_formatting (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok PASS: test_format_deprecation (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok PASS: test_grouping (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok PASS: test_grouping_and_padding (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok PASS: test_integer_grouping (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok PASS: test_integer_grouping_and_padding (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok PASS: test_padding (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok PASS: test_simple (test.test_locale.TestNumberFormatting) ... testing with 'en_US.UTF-8'... ok PASS: test_atof (test.test_locale.TestfrFRDelocalizeTest) PASS: test_atoi (test.test_locale.TestfrFRDelocalizeTest) PASS: test_delocalize (test.test_locale.TestfrFRDelocalizeTest) ---------------------------------------------------------------------- Ran 60 tests in 0.035s OK 0:07:20 load avg: 0.75 [207/416] test_logging PASS: test_flat (test.test_logging.BuiltinLevelsTest) PASS: test_issue27935 (test.test_logging.BuiltinLevelsTest) PASS: test_nested_explicit (test.test_logging.BuiltinLevelsTest) PASS: test_nested_inherited (test.test_logging.BuiltinLevelsTest) PASS: test_nested_with_virtual_parent (test.test_logging.BuiltinLevelsTest) test_regression_22386 (test.test_logging.BuiltinLevelsTest) PASS: See issue #22386 for more information. test_regression_29220 (test.test_logging.BuiltinLevelsTest) PASS: See issue #29220 for more information. PASS: test_callable_filter (test.test_logging.BasicFilterTest) PASS: test_empty_filter (test.test_logging.BasicFilterTest) PASS: test_filter (test.test_logging.BasicFilterTest) PASS: test_handler_filter (test.test_logging.CustomLevelsAndFiltersTest) PASS: test_logger_filter (test.test_logging.CustomLevelsAndFiltersTest) PASS: test_specific_filters (test.test_logging.CustomLevelsAndFiltersTest) PASS: test_builtin_handlers (test.test_logging.HandlerTest) PASS: test_name (test.test_logging.HandlerTest) PASS: test_path_objects (test.test_logging.HandlerTest) test_post_fork_child_no_deadlock (test.test_logging.HandlerTest) PASS: Ensure child logging locks are not held; bpo-6721 & bpo-36533. PASS: test_race (test.test_logging.HandlerTest) PASS: test_flush (test.test_logging.MemoryHandlerTest) PASS: test_flush_on_close (test.test_logging.MemoryHandlerTest) PASS: test_config0_ok (test.test_logging.ConfigFileTest) PASS: test_config0_using_cp_ok (test.test_logging.ConfigFileTest) PASS: test_config1_ok (test.test_logging.ConfigFileTest) PASS: test_config2_failure (test.test_logging.ConfigFileTest) PASS: test_config3_failure (test.test_logging.ConfigFileTest) PASS: test_config4_ok (test.test_logging.ConfigFileTest) PASS: test_config5_ok (test.test_logging.ConfigFileTest) PASS: test_config6_ok (test.test_logging.ConfigFileTest) PASS: test_config7_ok (test.test_logging.ConfigFileTest) PASS: test_config8_ok (test.test_logging.ConfigFileTest) test_defaults_do_no_interpolation (test.test_logging.ConfigFileTest) PASS: bpo-33802 defaults should not get interpolated PASS: test_logger_disabling (test.test_logging.ConfigFileTest) PASS: test_noserver (test.test_logging.SocketHandlerTest) PASS: test_output (test.test_logging.SocketHandlerTest) PASS: test_output (test.test_logging.DatagramHandlerTest) PASS: test_persistent_loggers (test.test_logging.MemoryTest) PASS: test_encoding_cyrillic_unicode (test.test_logging.EncodingTest) PASS: test_encoding_plain_file (test.test_logging.EncodingTest) PASS: test_warnings (test.test_logging.WarningsTest) PASS: test_warnings_no_handlers (test.test_logging.WarningsTest) PASS: test_baseconfig (test.test_logging.ConfigDictTest) PASS: test_config0_ok (test.test_logging.ConfigDictTest) PASS: test_config11_ok (test.test_logging.ConfigDictTest) PASS: test_config12_failure (test.test_logging.ConfigDictTest) PASS: test_config13_failure (test.test_logging.ConfigDictTest) PASS: test_config14_ok (test.test_logging.ConfigDictTest) PASS: test_config15_ok (test.test_logging.ConfigDictTest) PASS: test_config1_ok (test.test_logging.ConfigDictTest) PASS: test_config2_failure (test.test_logging.ConfigDictTest) PASS: test_config2a_failure (test.test_logging.ConfigDictTest) PASS: test_config2b_failure (test.test_logging.ConfigDictTest) PASS: test_config3_failure (test.test_logging.ConfigDictTest) PASS: test_config4_ok (test.test_logging.ConfigDictTest) PASS: test_config4a_ok (test.test_logging.ConfigDictTest) PASS: test_config5_ok (test.test_logging.ConfigDictTest) PASS: test_config6_failure (test.test_logging.ConfigDictTest) PASS: test_config7_ok (test.test_logging.ConfigDictTest) PASS: test_config_10_ok (test.test_logging.ConfigDictTest) PASS: test_config_8_ok (test.test_logging.ConfigDictTest) PASS: test_config_8a_ok (test.test_logging.ConfigDictTest) PASS: test_config_9_ok (test.test_logging.ConfigDictTest) PASS: test_listen_config_10_ok (test.test_logging.ConfigDictTest) PASS: test_listen_config_1_ok (test.test_logging.ConfigDictTest) PASS: test_listen_verify (test.test_logging.ConfigDictTest) PASS: test_out_of_order (test.test_logging.ConfigDictTest) PASS: test_manager_loggerclass (test.test_logging.ManagerTest) PASS: test_set_log_record_factory (test.test_logging.ManagerTest) PASS: test_braces (test.test_logging.FormatterTest) PASS: test_dollars (test.test_logging.FormatterTest) PASS: test_invalid_style (test.test_logging.FormatterTest) PASS: test_percent (test.test_logging.FormatterTest) PASS: test_time (test.test_logging.FormatterTest) PASS: test_custom (test.test_logging.BufferingFormatterTest) PASS: test_default (test.test_logging.BufferingFormatterTest) PASS: test_can_represent_stream_with_int_name (test.test_logging.StreamHandlerTest) PASS: test_error_handling (test.test_logging.StreamHandlerTest) PASS: test_stream_setting (test.test_logging.StreamHandlerTest) PASS: test_logrecord_class (test.test_logging.LogRecordFactoryTest) PASS: test_child_loggers (test.test_logging.ChildLoggerTest) PASS: test_formatting (test.test_logging.QueueHandlerTest) PASS: test_queue_handler (test.test_logging.QueueHandlerTest) PASS: test_queue_listener (test.test_logging.QueueHandlerTest) PASS: test_queue_listener_with_StreamHandler (test.test_logging.QueueHandlerTest) PASS: test_queue_listener_with_multiple_handlers (test.test_logging.QueueHandlerTest) PASS: test_no_failure (test.test_logging.ShutdownTest) PASS: test_with_ioerror_in_acquire (test.test_logging.ShutdownTest) PASS: test_with_ioerror_in_close (test.test_logging.ShutdownTest) PASS: test_with_ioerror_in_flush (test.test_logging.ShutdownTest) PASS: test_with_other_error_in_acquire_with_raise (test.test_logging.ShutdownTest) PASS: test_with_other_error_in_acquire_without_raise (test.test_logging.ShutdownTest) PASS: test_with_other_error_in_close_with_raise (test.test_logging.ShutdownTest) PASS: test_with_other_error_in_close_without_raise (test.test_logging.ShutdownTest) PASS: test_with_other_error_in_flush_with_raise (test.test_logging.ShutdownTest) PASS: test_with_other_error_in_flush_without_raise (test.test_logging.ShutdownTest) PASS: test_with_valueerror_in_acquire (test.test_logging.ShutdownTest) PASS: test_with_valueerror_in_close (test.test_logging.ShutdownTest) PASS: test_with_valueerror_in_flush (test.test_logging.ShutdownTest) PASS: test_critical (test.test_logging.ModuleLevelMiscTest) PASS: test_debug (test.test_logging.ModuleLevelMiscTest) PASS: test_disable (test.test_logging.ModuleLevelMiscTest) PASS: test_error (test.test_logging.ModuleLevelMiscTest) PASS: test_info (test.test_logging.ModuleLevelMiscTest) PASS: test_log (test.test_logging.ModuleLevelMiscTest) PASS: test_logging_at_shutdown (test.test_logging.ModuleLevelMiscTest) PASS: test_recursion_error (test.test_logging.ModuleLevelMiscTest) PASS: test_set_logger_class (test.test_logging.ModuleLevelMiscTest) PASS: test_warning (test.test_logging.ModuleLevelMiscTest) PASS: test_critical (test.test_logging.BasicConfigTest) PASS: test_datefmt (test.test_logging.BasicConfigTest) PASS: test_debug (test.test_logging.BasicConfigTest) PASS: test_error (test.test_logging.BasicConfigTest) PASS: test_filemode (test.test_logging.BasicConfigTest) PASS: test_filename (test.test_logging.BasicConfigTest) PASS: test_format (test.test_logging.BasicConfigTest) PASS: test_handlers (test.test_logging.BasicConfigTest) PASS: test_incompatible (test.test_logging.BasicConfigTest) PASS: test_info (test.test_logging.BasicConfigTest) PASS: test_level (test.test_logging.BasicConfigTest) PASS: test_log (test.test_logging.BasicConfigTest) PASS: test_no_kwargs (test.test_logging.BasicConfigTest) PASS: test_stream (test.test_logging.BasicConfigTest) PASS: test_strformatstyle (test.test_logging.BasicConfigTest) PASS: test_stringtemplatestyle (test.test_logging.BasicConfigTest) PASS: test_style (test.test_logging.BasicConfigTest) PASS: test_warning (test.test_logging.BasicConfigTest) PASS: test_critical (test.test_logging.LoggerAdapterTest) PASS: test_exception (test.test_logging.LoggerAdapterTest) PASS: test_exception_excinfo (test.test_logging.LoggerAdapterTest) PASS: test_has_handlers (test.test_logging.LoggerAdapterTest) PASS: test_is_enabled_for (test.test_logging.LoggerAdapterTest) PASS: test_nested (test.test_logging.LoggerAdapterTest) PASS: test_caching (test.test_logging.LoggerTest) PASS: test_exception (test.test_logging.LoggerTest) PASS: test_find_caller_with_stack_info (test.test_logging.LoggerTest) PASS: test_has_handlers (test.test_logging.LoggerTest) PASS: test_has_handlers_no_propagate (test.test_logging.LoggerTest) PASS: test_invalid_names (test.test_logging.LoggerTest) PASS: test_is_enabled_for (test.test_logging.LoggerTest) PASS: test_log_invalid_level_no_raise (test.test_logging.LoggerTest) PASS: test_log_invalid_level_with_raise (test.test_logging.LoggerTest) PASS: test_make_record_with_extra_no_overwrite (test.test_logging.LoggerTest) PASS: test_make_record_with_extra_overwrite (test.test_logging.LoggerTest) PASS: test_pickling (test.test_logging.LoggerTest) PASS: test_root_logger_aliases (test.test_logging.LoggerTest) PASS: test_set_invalid_level (test.test_logging.LoggerTest) PASS: test_basic (test.test_logging.SMTPHandlerTest) PASS: test_delay (test.test_logging.FileHandlerTest) PASS: test_file_created (test.test_logging.RotatingFileHandlerTest) PASS: test_rollover_filenames (test.test_logging.RotatingFileHandlerTest) PASS: test_rotator (test.test_logging.RotatingFileHandlerTest) PASS: test_should_not_rollover (test.test_logging.RotatingFileHandlerTest) PASS: test_should_rollover (test.test_logging.RotatingFileHandlerTest) PASS: test_last_resort (test.test_logging.LastResortTest) PASS: test_dict_arg (test.test_logging.LogRecordTest) PASS: test_multiprocessing (test.test_logging.LogRecordTest) PASS: test_optional (test.test_logging.LogRecordTest) PASS: test_str_rep (test.test_logging.LogRecordTest) PASS: test_formatting (test.test_logging.ExceptionTest) PASS: test_output (test.test_logging.SysLogHandlerTest) PASS: test_output (test.test_logging.IPv6SysLogHandlerTest) PASS: test_output (test.test_logging.HTTPHandlerTest) SKIP: test_basic (test.test_logging.NTEventLogHandlerTest) 'win32evtlog/win32evtlogutil/pywintypes required for this test.' PASS: test_compute_rollover_D (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_compute_rollover_H (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_compute_rollover_M (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_compute_rollover_MIDNIGHT (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_compute_rollover_S (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_compute_rollover_W0 (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_compute_rollover_daily_attime (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_compute_rollover_weekly_attime (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_invalid (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_rollover (test.test_logging.TimedRotatingFileHandlerTest) PASS: test_noserver (test.test_logging.UnixSocketHandlerTest) PASS: test_output (test.test_logging.UnixSocketHandlerTest) PASS: test_output (test.test_logging.UnixDatagramHandlerTest) PASS: test_output (test.test_logging.UnixSysLogHandlerTest) PASS: test__all__ (test.test_logging.MiscTestCase) PASS: test_calls_task_done_after_stop (test.test_logging.QueueListenerTest) PASS: test_handle_called_with_mp_queue (test.test_logging.QueueListenerTest) PASS: test_handle_called_with_queue_queue (test.test_logging.QueueListenerTest) PASS: test_no_messages_in_queue_after_stop (test.test_logging.QueueListenerTest) ---------------------------------------------------------------------- Ran 181 tests in 21.629s OK (skipped=1) 0:07:42 load avg: 0.67 [208/416] test_long PASS: test__format__ (test.test_long.LongTest) PASS: test_access_to_nonexistent_digit_0 (test.test_long.LongTest) PASS: test_bit_length (test.test_long.LongTest) PASS: test_bitop_identities (test.test_long.LongTest) PASS: test_conversion (test.test_long.LongTest) PASS: test_correctly_rounded_true_division (test.test_long.LongTest) PASS: test_division (test.test_long.LongTest) PASS: test_float_conversion (test.test_long.LongTest) PASS: test_float_overflow (test.test_long.LongTest) PASS: test_floordiv (test.test_long.LongTest) PASS: test_format (test.test_long.LongTest) PASS: test_from_bytes (test.test_long.LongTest) SKIP: test_huge_lshift (test.test_long.LongTest) 'not enough memory: 2290649224.5G minimum needed' PASS: test_huge_lshift_of_zero (test.test_long.LongTest) PASS: test_huge_rshift (test.test_long.LongTest) SKIP: test_huge_rshift_of_huge (test.test_long.LongTest) 'not enough memory: 1145324612.3G minimum needed' PASS: test_karatsuba (test.test_long.LongTest) PASS: test_logs (test.test_long.LongTest) PASS: test_long (test.test_long.LongTest) PASS: test_lshift_of_zero (test.test_long.LongTest) PASS: test_mixed_compares (test.test_long.LongTest) PASS: test_mod_division (test.test_long.LongTest) PASS: test_nan_inf (test.test_long.LongTest) PASS: test_negative_shift_count (test.test_long.LongTest) PASS: test_round (test.test_long.LongTest) PASS: test_shift_bool (test.test_long.LongTest) PASS: test_small_ints (test.test_long.LongTest) PASS: test_to_bytes (test.test_long.LongTest) PASS: test_true_division (test.test_long.LongTest) ---------------------------------------------------------------------- Ran 29 tests in 2.509s OK (skipped=2) 0:07:45 load avg: 0.70 [209/416] test_longexp PASS: test_longexp (test.test_longexp.LongExpText) ---------------------------------------------------------------------- Ran 1 test in 0.120s OK 0:07:45 load avg: 0.70 [210/416] test_lzma PASS: test_bad_filter_spec (test.test_lzma.CompressorDecompressorTestCase) PASS: test_compressor_bigmem (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_after_eof (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_alone (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_auto (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_bad_input (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_bigmem (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_bug_28275 (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_chunks (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_chunks_empty (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_chunks_maxsize (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_inputbuf_1 (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_inputbuf_2 (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_inputbuf_3 (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_memlimit (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_multistream (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_raw_1 (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_raw_2 (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_raw_3 (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_raw_4 (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_unused_data (test.test_lzma.CompressorDecompressorTestCase) PASS: test_decompressor_xz (test.test_lzma.CompressorDecompressorTestCase) PASS: test_pickle (test.test_lzma.CompressorDecompressorTestCase) SKIP: test_refleaks_in_decompressor___init__ (test.test_lzma.CompressorDecompressorTestCase) "object has no attribute 'gettotalrefcount'" PASS: test_roundtrip_alone (test.test_lzma.CompressorDecompressorTestCase) PASS: test_roundtrip_chunks (test.test_lzma.CompressorDecompressorTestCase) PASS: test_roundtrip_empty_chunks (test.test_lzma.CompressorDecompressorTestCase) PASS: test_roundtrip_raw (test.test_lzma.CompressorDecompressorTestCase) PASS: test_roundtrip_raw_empty (test.test_lzma.CompressorDecompressorTestCase) PASS: test_roundtrip_xz (test.test_lzma.CompressorDecompressorTestCase) PASS: test_simple_bad_args (test.test_lzma.CompressorDecompressorTestCase) PASS: test_bad_args (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_decompress_bad_input (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_decompress_good_input (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_decompress_incomplete_input (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_decompress_memlimit (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_decompress_multistream (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_decompress_multistream_trailing_junk (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_decompress_trailing_junk (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_roundtrip (test.test_lzma.CompressDecompressFunctionTestCase) PASS: test_close (test.test_lzma.FileTestCase) PASS: test_closed (test.test_lzma.FileTestCase) test_decompress_limited (test.test_lzma.FileTestCase) PASS: Decompressed data buffering should be limited PASS: test_fileno (test.test_lzma.FileTestCase) PASS: test_init (test.test_lzma.FileTestCase) PASS: test_init_bad_check (test.test_lzma.FileTestCase) PASS: test_init_bad_filter_spec (test.test_lzma.FileTestCase) PASS: test_init_bad_mode (test.test_lzma.FileTestCase) PASS: test_init_bad_preset (test.test_lzma.FileTestCase) PASS: test_init_mode (test.test_lzma.FileTestCase) PASS: test_init_with_PathLike_filename (test.test_lzma.FileTestCase) PASS: test_init_with_filename (test.test_lzma.FileTestCase) PASS: test_init_with_preset_and_filters (test.test_lzma.FileTestCase) PASS: test_init_with_x_mode (test.test_lzma.FileTestCase) PASS: test_iterator (test.test_lzma.FileTestCase) PASS: test_peek (test.test_lzma.FileTestCase) PASS: test_peek_bad_args (test.test_lzma.FileTestCase) PASS: test_read (test.test_lzma.FileTestCase) PASS: test_read1 (test.test_lzma.FileTestCase) PASS: test_read1_0 (test.test_lzma.FileTestCase) PASS: test_read1_10 (test.test_lzma.FileTestCase) PASS: test_read1_bad_args (test.test_lzma.FileTestCase) PASS: test_read1_multistream (test.test_lzma.FileTestCase) PASS: test_read_0 (test.test_lzma.FileTestCase) PASS: test_read_10 (test.test_lzma.FileTestCase) PASS: test_read_bad_args (test.test_lzma.FileTestCase) PASS: test_read_bad_data (test.test_lzma.FileTestCase) PASS: test_read_from_file (test.test_lzma.FileTestCase) PASS: test_read_from_file_with_bytes_filename (test.test_lzma.FileTestCase) PASS: test_read_incomplete (test.test_lzma.FileTestCase) PASS: test_read_multistream (test.test_lzma.FileTestCase) PASS: test_read_multistream_buffer_size_aligned (test.test_lzma.FileTestCase) PASS: test_read_multistream_trailing_junk (test.test_lzma.FileTestCase) PASS: test_read_trailing_junk (test.test_lzma.FileTestCase) PASS: test_read_truncated (test.test_lzma.FileTestCase) PASS: test_readable (test.test_lzma.FileTestCase) PASS: test_readline (test.test_lzma.FileTestCase) PASS: test_readlines (test.test_lzma.FileTestCase) PASS: test_seek_backward (test.test_lzma.FileTestCase) PASS: test_seek_backward_across_streams (test.test_lzma.FileTestCase) PASS: test_seek_backward_relative_to_end (test.test_lzma.FileTestCase) PASS: test_seek_bad_args (test.test_lzma.FileTestCase) PASS: test_seek_forward (test.test_lzma.FileTestCase) PASS: test_seek_forward_across_streams (test.test_lzma.FileTestCase) PASS: test_seek_forward_relative_to_current (test.test_lzma.FileTestCase) PASS: test_seek_forward_relative_to_end (test.test_lzma.FileTestCase) PASS: test_seek_past_end (test.test_lzma.FileTestCase) PASS: test_seek_past_start (test.test_lzma.FileTestCase) PASS: test_seekable (test.test_lzma.FileTestCase) PASS: test_tell (test.test_lzma.FileTestCase) PASS: test_tell_bad_args (test.test_lzma.FileTestCase) PASS: test_writable (test.test_lzma.FileTestCase) PASS: test_write (test.test_lzma.FileTestCase) PASS: test_write_10 (test.test_lzma.FileTestCase) PASS: test_write_append (test.test_lzma.FileTestCase) PASS: test_write_append_to_file (test.test_lzma.FileTestCase) PASS: test_write_bad_args (test.test_lzma.FileTestCase) PASS: test_write_to_file (test.test_lzma.FileTestCase) PASS: test_write_to_file_with_bytes_filename (test.test_lzma.FileTestCase) PASS: test_writelines (test.test_lzma.FileTestCase) PASS: test_bad_params (test.test_lzma.OpenTestCase) PASS: test_binary_modes (test.test_lzma.OpenTestCase) PASS: test_encoding (test.test_lzma.OpenTestCase) PASS: test_encoding_error_handler (test.test_lzma.OpenTestCase) PASS: test_filename (test.test_lzma.OpenTestCase) PASS: test_format_and_filters (test.test_lzma.OpenTestCase) PASS: test_newline (test.test_lzma.OpenTestCase) PASS: test_text_modes (test.test_lzma.OpenTestCase) PASS: test_with_pathlike_filename (test.test_lzma.OpenTestCase) PASS: test_x_mode (test.test_lzma.OpenTestCase) PASS: test__decode_filter_properties (test.test_lzma.MiscellaneousTestCase) PASS: test__encode_filter_properties (test.test_lzma.MiscellaneousTestCase) PASS: test_filter_properties_roundtrip (test.test_lzma.MiscellaneousTestCase) PASS: test_is_check_supported (test.test_lzma.MiscellaneousTestCase) ---------------------------------------------------------------------- Ran 114 tests in 3.863s OK (skipped=1) 0:07:49 load avg: 0.72 [211/416] test_macpath PASS: test_abspath (test.test_macpath.MacCommonTest) PASS: test_abspath_issue3426 (test.test_macpath.MacCommonTest) PASS: test_commonprefix (test.test_macpath.MacCommonTest) PASS: test_exists (test.test_macpath.MacCommonTest) PASS: test_exists_fd (test.test_macpath.MacCommonTest) SKIP: test_expandvars (test.test_macpath.MacCommonTest) 'macpath.expandvars is a stub' SKIP: test_expandvars_nonascii (test.test_macpath.MacCommonTest) 'macpath.expandvars is a stub' PASS: test_filetime (test.test_macpath.MacCommonTest) PASS: test_getsize (test.test_macpath.MacCommonTest) PASS: test_import (test.test_macpath.MacCommonTest) PASS: test_isdir (test.test_macpath.MacCommonTest) PASS: test_isfile (test.test_macpath.MacCommonTest) PASS: test_join_errors (test.test_macpath.MacCommonTest) PASS: test_no_argument (test.test_macpath.MacCommonTest) PASS: test_nonascii_abspath (test.test_macpath.MacCommonTest) PASS: test_normcase (test.test_macpath.MacCommonTest) PASS: test_normpath_issue5827 (test.test_macpath.MacCommonTest) PASS: test_realpath (test.test_macpath.MacCommonTest) PASS: test_samefile (test.test_macpath.MacCommonTest) PASS: test_samefile_on_link (test.test_macpath.MacCommonTest) PASS: test_samefile_on_symlink (test.test_macpath.MacCommonTest) PASS: test_sameopenfile (test.test_macpath.MacCommonTest) PASS: test_samestat (test.test_macpath.MacCommonTest) PASS: test_samestat_on_link (test.test_macpath.MacCommonTest) PASS: test_samestat_on_symlink (test.test_macpath.MacCommonTest) PASS: test_splitdrive (test.test_macpath.MacCommonTest) PASS: test_abspath (test.test_macpath.MacPathTestCase) PASS: test_isabs (test.test_macpath.MacPathTestCase) PASS: test_ismount (test.test_macpath.MacPathTestCase) PASS: test_join (test.test_macpath.MacPathTestCase) PASS: test_normpath (test.test_macpath.MacPathTestCase) PASS: test_split (test.test_macpath.MacPathTestCase) PASS: test_splitext (test.test_macpath.MacPathTestCase) ---------------------------------------------------------------------- Ran 33 tests in 0.042s OK (skipped=2) 0:07:50 load avg: 0.72 [212/416] test_mailbox PASS: test_notimplemented (test.test_mailbox.TestMailboxSuperclass) PASS: test_add (test.test_mailbox.TestMaildir) PASS: test_add_8bit_body (test.test_mailbox.TestMaildir) PASS: test_add_MM (test.test_mailbox.TestMaildir) PASS: test_add_StringIO_warns (test.test_mailbox.TestMaildir) PASS: test_add_and_remove_folders (test.test_mailbox.TestMaildir) PASS: test_add_binary_file (test.test_mailbox.TestMaildir) PASS: test_add_binary_nonascii_file (test.test_mailbox.TestMaildir) PASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMaildir) PASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMaildir) PASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMaildir) PASS: test_add_text_file_warns (test.test_mailbox.TestMaildir) PASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMaildir) PASS: test_clean (test.test_mailbox.TestMaildir) PASS: test_clear (test.test_mailbox.TestMaildir) PASS: test_close (test.test_mailbox.TestMaildir) PASS: test_consistent_factory (test.test_mailbox.TestMaildir) PASS: test_contains (test.test_mailbox.TestMaildir) PASS: test_create_tmp (test.test_mailbox.TestMaildir) PASS: test_delitem (test.test_mailbox.TestMaildir) PASS: test_directory_in_folder (test.test_mailbox.TestMaildir) PASS: test_discard (test.test_mailbox.TestMaildir) PASS: test_dump_message (test.test_mailbox.TestMaildir) PASS: test_file_permissions (test.test_mailbox.TestMaildir) PASS: test_flush (test.test_mailbox.TestMaildir) PASS: test_folder (test.test_mailbox.TestMaildir) PASS: test_folder_file_perms (test.test_mailbox.TestMaildir) PASS: test_get (test.test_mailbox.TestMaildir) PASS: test_get_MM (test.test_mailbox.TestMaildir) PASS: test_get_bytes (test.test_mailbox.TestMaildir) PASS: test_get_file (test.test_mailbox.TestMaildir) PASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMaildir) PASS: test_get_folder (test.test_mailbox.TestMaildir) PASS: test_get_message (test.test_mailbox.TestMaildir) PASS: test_get_string (test.test_mailbox.TestMaildir) PASS: test_getitem (test.test_mailbox.TestMaildir) PASS: test_initialize_existing (test.test_mailbox.TestMaildir) PASS: test_initialize_new (test.test_mailbox.TestMaildir) PASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMaildir) PASS: test_items (test.test_mailbox.TestMaildir) PASS: test_iter (test.test_mailbox.TestMaildir) PASS: test_iteritems (test.test_mailbox.TestMaildir) PASS: test_iterkeys (test.test_mailbox.TestMaildir) PASS: test_itervalues (test.test_mailbox.TestMaildir) PASS: test_keys (test.test_mailbox.TestMaildir) PASS: test_len (test.test_mailbox.TestMaildir) PASS: test_list_folders (test.test_mailbox.TestMaildir) PASS: test_lock_unlock (test.test_mailbox.TestMaildir) PASS: test_lookup (test.test_mailbox.TestMaildir) PASS: test_pop (test.test_mailbox.TestMaildir) PASS: test_popitem (test.test_mailbox.TestMaildir) PASS: test_popitem_and_flush_twice (test.test_mailbox.TestMaildir) PASS: test_refresh (test.test_mailbox.TestMaildir) PASS: test_refresh_after_safety_period (test.test_mailbox.TestMaildir) PASS: test_remove (test.test_mailbox.TestMaildir) PASS: test_reread (test.test_mailbox.TestMaildir) PASS: test_set_MM (test.test_mailbox.TestMaildir) PASS: test_set_item (test.test_mailbox.TestMaildir) PASS: test_update (test.test_mailbox.TestMaildir) PASS: test_values (test.test_mailbox.TestMaildir) PASS: test_add (test.test_mailbox.TestMbox) PASS: test_add_8bit_body (test.test_mailbox.TestMbox) PASS: test_add_StringIO_warns (test.test_mailbox.TestMbox) PASS: test_add_and_close (test.test_mailbox.TestMbox) PASS: test_add_binary_file (test.test_mailbox.TestMbox) PASS: test_add_binary_nonascii_file (test.test_mailbox.TestMbox) PASS: test_add_doesnt_rewrite (test.test_mailbox.TestMbox) PASS: test_add_from_bytes (test.test_mailbox.TestMbox) PASS: test_add_from_string (test.test_mailbox.TestMbox) PASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMbox) PASS: test_add_mbox_or_mmdf_message (test.test_mailbox.TestMbox) PASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMbox) PASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMbox) PASS: test_add_text_file_warns (test.test_mailbox.TestMbox) PASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMbox) PASS: test_clear (test.test_mailbox.TestMbox) PASS: test_close (test.test_mailbox.TestMbox) PASS: test_contains (test.test_mailbox.TestMbox) PASS: test_delitem (test.test_mailbox.TestMbox) PASS: test_discard (test.test_mailbox.TestMbox) PASS: test_dump_message (test.test_mailbox.TestMbox) PASS: test_file_perms (test.test_mailbox.TestMbox) PASS: test_flush (test.test_mailbox.TestMbox) PASS: test_get (test.test_mailbox.TestMbox) PASS: test_get_bytes (test.test_mailbox.TestMbox) PASS: test_get_file (test.test_mailbox.TestMbox) PASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMbox) PASS: test_get_message (test.test_mailbox.TestMbox) PASS: test_get_string (test.test_mailbox.TestMbox) PASS: test_getitem (test.test_mailbox.TestMbox) PASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMbox) PASS: test_items (test.test_mailbox.TestMbox) PASS: test_iter (test.test_mailbox.TestMbox) PASS: test_iteritems (test.test_mailbox.TestMbox) PASS: test_iterkeys (test.test_mailbox.TestMbox) PASS: test_itervalues (test.test_mailbox.TestMbox) PASS: test_keys (test.test_mailbox.TestMbox) PASS: test_len (test.test_mailbox.TestMbox) PASS: test_lock_conflict (test.test_mailbox.TestMbox) PASS: test_lock_unlock (test.test_mailbox.TestMbox) PASS: test_message_separator (test.test_mailbox.TestMbox) PASS: test_open_close_open (test.test_mailbox.TestMbox) PASS: test_permissions_after_flush (test.test_mailbox.TestMbox) PASS: test_pop (test.test_mailbox.TestMbox) PASS: test_popitem (test.test_mailbox.TestMbox) PASS: test_popitem_and_flush_twice (test.test_mailbox.TestMbox) PASS: test_relock (test.test_mailbox.TestMbox) PASS: test_remove (test.test_mailbox.TestMbox) PASS: test_set_item (test.test_mailbox.TestMbox) PASS: test_terminating_newline (test.test_mailbox.TestMbox) PASS: test_update (test.test_mailbox.TestMbox) PASS: test_values (test.test_mailbox.TestMbox) PASS: test_add (test.test_mailbox.TestMMDF) PASS: test_add_8bit_body (test.test_mailbox.TestMMDF) PASS: test_add_StringIO_warns (test.test_mailbox.TestMMDF) PASS: test_add_and_close (test.test_mailbox.TestMMDF) PASS: test_add_binary_file (test.test_mailbox.TestMMDF) PASS: test_add_binary_nonascii_file (test.test_mailbox.TestMMDF) PASS: test_add_doesnt_rewrite (test.test_mailbox.TestMMDF) PASS: test_add_from_bytes (test.test_mailbox.TestMMDF) PASS: test_add_from_string (test.test_mailbox.TestMMDF) PASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMMDF) PASS: test_add_mbox_or_mmdf_message (test.test_mailbox.TestMMDF) PASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMMDF) PASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMMDF) PASS: test_add_text_file_warns (test.test_mailbox.TestMMDF) PASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMMDF) PASS: test_clear (test.test_mailbox.TestMMDF) PASS: test_close (test.test_mailbox.TestMMDF) PASS: test_contains (test.test_mailbox.TestMMDF) PASS: test_delitem (test.test_mailbox.TestMMDF) PASS: test_discard (test.test_mailbox.TestMMDF) PASS: test_dump_message (test.test_mailbox.TestMMDF) PASS: test_flush (test.test_mailbox.TestMMDF) PASS: test_get (test.test_mailbox.TestMMDF) PASS: test_get_bytes (test.test_mailbox.TestMMDF) PASS: test_get_file (test.test_mailbox.TestMMDF) PASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMMDF) PASS: test_get_message (test.test_mailbox.TestMMDF) PASS: test_get_string (test.test_mailbox.TestMMDF) PASS: test_getitem (test.test_mailbox.TestMMDF) PASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMMDF) PASS: test_items (test.test_mailbox.TestMMDF) PASS: test_iter (test.test_mailbox.TestMMDF) PASS: test_iteritems (test.test_mailbox.TestMMDF) PASS: test_iterkeys (test.test_mailbox.TestMMDF) PASS: test_itervalues (test.test_mailbox.TestMMDF) PASS: test_keys (test.test_mailbox.TestMMDF) PASS: test_len (test.test_mailbox.TestMMDF) PASS: test_lock_conflict (test.test_mailbox.TestMMDF) PASS: test_lock_unlock (test.test_mailbox.TestMMDF) PASS: test_open_close_open (test.test_mailbox.TestMMDF) PASS: test_permissions_after_flush (test.test_mailbox.TestMMDF) PASS: test_pop (test.test_mailbox.TestMMDF) PASS: test_popitem (test.test_mailbox.TestMMDF) PASS: test_popitem_and_flush_twice (test.test_mailbox.TestMMDF) PASS: test_relock (test.test_mailbox.TestMMDF) PASS: test_remove (test.test_mailbox.TestMMDF) PASS: test_set_item (test.test_mailbox.TestMMDF) PASS: test_update (test.test_mailbox.TestMMDF) PASS: test_values (test.test_mailbox.TestMMDF) PASS: test_add (test.test_mailbox.TestMH) PASS: test_add_8bit_body (test.test_mailbox.TestMH) PASS: test_add_StringIO_warns (test.test_mailbox.TestMH) PASS: test_add_and_remove_folders (test.test_mailbox.TestMH) PASS: test_add_binary_file (test.test_mailbox.TestMH) PASS: test_add_binary_nonascii_file (test.test_mailbox.TestMH) PASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMH) PASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMH) PASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMH) PASS: test_add_text_file_warns (test.test_mailbox.TestMH) PASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMH) PASS: test_clear (test.test_mailbox.TestMH) PASS: test_close (test.test_mailbox.TestMH) PASS: test_contains (test.test_mailbox.TestMH) PASS: test_delitem (test.test_mailbox.TestMH) PASS: test_discard (test.test_mailbox.TestMH) PASS: test_dump_message (test.test_mailbox.TestMH) PASS: test_flush (test.test_mailbox.TestMH) PASS: test_get (test.test_mailbox.TestMH) PASS: test_get_bytes (test.test_mailbox.TestMH) PASS: test_get_file (test.test_mailbox.TestMH) PASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMH) PASS: test_get_folder (test.test_mailbox.TestMH) PASS: test_get_message (test.test_mailbox.TestMH) PASS: test_get_string (test.test_mailbox.TestMH) PASS: test_getitem (test.test_mailbox.TestMH) PASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMH) PASS: test_issue2625 (test.test_mailbox.TestMH) PASS: test_issue7627 (test.test_mailbox.TestMH) PASS: test_items (test.test_mailbox.TestMH) PASS: test_iter (test.test_mailbox.TestMH) PASS: test_iteritems (test.test_mailbox.TestMH) PASS: test_iterkeys (test.test_mailbox.TestMH) PASS: test_itervalues (test.test_mailbox.TestMH) PASS: test_keys (test.test_mailbox.TestMH) PASS: test_len (test.test_mailbox.TestMH) PASS: test_list_folders (test.test_mailbox.TestMH) PASS: test_lock_unlock (test.test_mailbox.TestMH) PASS: test_pack (test.test_mailbox.TestMH) PASS: test_pop (test.test_mailbox.TestMH) PASS: test_popitem (test.test_mailbox.TestMH) PASS: test_popitem_and_flush_twice (test.test_mailbox.TestMH) PASS: test_remove (test.test_mailbox.TestMH) PASS: test_sequences (test.test_mailbox.TestMH) PASS: test_set_item (test.test_mailbox.TestMH) PASS: test_update (test.test_mailbox.TestMH) PASS: test_values (test.test_mailbox.TestMH) PASS: test_add (test.test_mailbox.TestBabyl) PASS: test_add_8bit_body (test.test_mailbox.TestBabyl) PASS: test_add_StringIO_warns (test.test_mailbox.TestBabyl) PASS: test_add_binary_file (test.test_mailbox.TestBabyl) PASS: test_add_binary_nonascii_file (test.test_mailbox.TestBabyl) PASS: test_add_doesnt_rewrite (test.test_mailbox.TestBabyl) PASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestBabyl) PASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestBabyl) PASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestBabyl) PASS: test_add_text_file_warns (test.test_mailbox.TestBabyl) PASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestBabyl) PASS: test_clear (test.test_mailbox.TestBabyl) PASS: test_close (test.test_mailbox.TestBabyl) PASS: test_contains (test.test_mailbox.TestBabyl) PASS: test_delitem (test.test_mailbox.TestBabyl) PASS: test_discard (test.test_mailbox.TestBabyl) PASS: test_dump_message (test.test_mailbox.TestBabyl) PASS: test_flush (test.test_mailbox.TestBabyl) PASS: test_get (test.test_mailbox.TestBabyl) PASS: test_get_bytes (test.test_mailbox.TestBabyl) PASS: test_get_file (test.test_mailbox.TestBabyl) PASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestBabyl) PASS: test_get_message (test.test_mailbox.TestBabyl) PASS: test_get_string (test.test_mailbox.TestBabyl) PASS: test_getitem (test.test_mailbox.TestBabyl) PASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestBabyl) PASS: test_items (test.test_mailbox.TestBabyl) PASS: test_iter (test.test_mailbox.TestBabyl) PASS: test_iteritems (test.test_mailbox.TestBabyl) PASS: test_iterkeys (test.test_mailbox.TestBabyl) PASS: test_itervalues (test.test_mailbox.TestBabyl) PASS: test_keys (test.test_mailbox.TestBabyl) PASS: test_labels (test.test_mailbox.TestBabyl) PASS: test_len (test.test_mailbox.TestBabyl) PASS: test_lock_unlock (test.test_mailbox.TestBabyl) PASS: test_permissions_after_flush (test.test_mailbox.TestBabyl) PASS: test_pop (test.test_mailbox.TestBabyl) PASS: test_popitem (test.test_mailbox.TestBabyl) PASS: test_popitem_and_flush_twice (test.test_mailbox.TestBabyl) PASS: test_remove (test.test_mailbox.TestBabyl) PASS: test_set_item (test.test_mailbox.TestBabyl) PASS: test_update (test.test_mailbox.TestBabyl) PASS: test_values (test.test_mailbox.TestBabyl) PASS: test_all_eMM_attribues_exist (test.test_mailbox.TestMessage) PASS: test_become_message (test.test_mailbox.TestMessage) PASS: test_explain_to (test.test_mailbox.TestMessage) PASS: test_initialize_incorrectly (test.test_mailbox.TestMessage) PASS: test_initialize_with_binary_file (test.test_mailbox.TestMessage) PASS: test_initialize_with_eMM (test.test_mailbox.TestMessage) PASS: test_initialize_with_file (test.test_mailbox.TestMessage) PASS: test_initialize_with_nothing (test.test_mailbox.TestMessage) PASS: test_initialize_with_string (test.test_mailbox.TestMessage) PASS: test_all_eMM_attribues_exist (test.test_mailbox.TestMaildirMessage) PASS: test_become_message (test.test_mailbox.TestMaildirMessage) PASS: test_date (test.test_mailbox.TestMaildirMessage) PASS: test_explain_to (test.test_mailbox.TestMaildirMessage) PASS: test_flags (test.test_mailbox.TestMaildirMessage) PASS: test_info (test.test_mailbox.TestMaildirMessage) PASS: test_info_and_flags (test.test_mailbox.TestMaildirMessage) PASS: test_initialize_incorrectly (test.test_mailbox.TestMaildirMessage) PASS: test_initialize_with_binary_file (test.test_mailbox.TestMaildirMessage) PASS: test_initialize_with_eMM (test.test_mailbox.TestMaildirMessage) PASS: test_initialize_with_file (test.test_mailbox.TestMaildirMessage) PASS: test_initialize_with_nothing (test.test_mailbox.TestMaildirMessage) PASS: test_initialize_with_string (test.test_mailbox.TestMaildirMessage) PASS: test_subdir (test.test_mailbox.TestMaildirMessage) PASS: test_all_eMM_attribues_exist (test.test_mailbox.TestMboxMessage) PASS: test_become_message (test.test_mailbox.TestMboxMessage) PASS: test_explain_to (test.test_mailbox.TestMboxMessage) PASS: test_flags (test.test_mailbox.TestMboxMessage) PASS: test_from (test.test_mailbox.TestMboxMessage) PASS: test_initialize_incorrectly (test.test_mailbox.TestMboxMessage) PASS: test_initialize_with_binary_file (test.test_mailbox.TestMboxMessage) PASS: test_initialize_with_eMM (test.test_mailbox.TestMboxMessage) PASS: test_initialize_with_file (test.test_mailbox.TestMboxMessage) PASS: test_initialize_with_nothing (test.test_mailbox.TestMboxMessage) PASS: test_initialize_with_string (test.test_mailbox.TestMboxMessage) PASS: test_initialize_with_unixfrom (test.test_mailbox.TestMboxMessage) PASS: test_all_eMM_attribues_exist (test.test_mailbox.TestMHMessage) PASS: test_become_message (test.test_mailbox.TestMHMessage) PASS: test_explain_to (test.test_mailbox.TestMHMessage) PASS: test_initialize_incorrectly (test.test_mailbox.TestMHMessage) PASS: test_initialize_with_binary_file (test.test_mailbox.TestMHMessage) PASS: test_initialize_with_eMM (test.test_mailbox.TestMHMessage) PASS: test_initialize_with_file (test.test_mailbox.TestMHMessage) PASS: test_initialize_with_nothing (test.test_mailbox.TestMHMessage) PASS: test_initialize_with_string (test.test_mailbox.TestMHMessage) PASS: test_sequences (test.test_mailbox.TestMHMessage) PASS: test_all_eMM_attribues_exist (test.test_mailbox.TestBabylMessage) PASS: test_become_message (test.test_mailbox.TestBabylMessage) PASS: test_explain_to (test.test_mailbox.TestBabylMessage) PASS: test_initialize_incorrectly (test.test_mailbox.TestBabylMessage) PASS: test_initialize_with_binary_file (test.test_mailbox.TestBabylMessage) PASS: test_initialize_with_eMM (test.test_mailbox.TestBabylMessage) PASS: test_initialize_with_file (test.test_mailbox.TestBabylMessage) PASS: test_initialize_with_nothing (test.test_mailbox.TestBabylMessage) PASS: test_initialize_with_string (test.test_mailbox.TestBabylMessage) PASS: test_labels (test.test_mailbox.TestBabylMessage) PASS: test_visible (test.test_mailbox.TestBabylMessage) PASS: test_all_eMM_attribues_exist (test.test_mailbox.TestMMDFMessage) PASS: test_become_message (test.test_mailbox.TestMMDFMessage) PASS: test_explain_to (test.test_mailbox.TestMMDFMessage) PASS: test_flags (test.test_mailbox.TestMMDFMessage) PASS: test_from (test.test_mailbox.TestMMDFMessage) PASS: test_initialize_incorrectly (test.test_mailbox.TestMMDFMessage) PASS: test_initialize_with_binary_file (test.test_mailbox.TestMMDFMessage) PASS: test_initialize_with_eMM (test.test_mailbox.TestMMDFMessage) PASS: test_initialize_with_file (test.test_mailbox.TestMMDFMessage) PASS: test_initialize_with_nothing (test.test_mailbox.TestMMDFMessage) PASS: test_initialize_with_string (test.test_mailbox.TestMMDFMessage) PASS: test_initialize_with_unixfrom (test.test_mailbox.TestMMDFMessage) PASS: test_babyl_to_babyl (test.test_mailbox.TestMessageConversion) PASS: test_babyl_to_maildir (test.test_mailbox.TestMessageConversion) PASS: test_babyl_to_mboxmmdf (test.test_mailbox.TestMessageConversion) PASS: test_babyl_to_mh (test.test_mailbox.TestMessageConversion) PASS: test_maildir_to_babyl (test.test_mailbox.TestMessageConversion) PASS: test_maildir_to_maildir (test.test_mailbox.TestMessageConversion) PASS: test_maildir_to_mboxmmdf (test.test_mailbox.TestMessageConversion) PASS: test_maildir_to_mh (test.test_mailbox.TestMessageConversion) PASS: test_mboxmmdf_to_babyl (test.test_mailbox.TestMessageConversion) PASS: test_mboxmmdf_to_maildir (test.test_mailbox.TestMessageConversion) PASS: test_mboxmmdf_to_mboxmmdf (test.test_mailbox.TestMessageConversion) PASS: test_mboxmmdf_to_mh (test.test_mailbox.TestMessageConversion) PASS: test_mh_to_babyl (test.test_mailbox.TestMessageConversion) PASS: test_mh_to_maildir (test.test_mailbox.TestMessageConversion) PASS: test_mh_to_mboxmmdf (test.test_mailbox.TestMessageConversion) PASS: test_mh_to_mh (test.test_mailbox.TestMessageConversion) PASS: test_plain_to_x (test.test_mailbox.TestMessageConversion) PASS: test_type_specific_attributes_removed_on_conversion (test.test_mailbox.TestMessageConversion) PASS: test_x_from_bytes (test.test_mailbox.TestMessageConversion) PASS: test_x_to_invalid (test.test_mailbox.TestMessageConversion) PASS: test_x_to_plain (test.test_mailbox.TestMessageConversion) PASS: test_close (test.test_mailbox.TestProxyFile) PASS: test_initialize (test.test_mailbox.TestProxyFile) PASS: test_iteration (test.test_mailbox.TestProxyFile) PASS: test_read (test.test_mailbox.TestProxyFile) PASS: test_readline (test.test_mailbox.TestProxyFile) PASS: test_readlines (test.test_mailbox.TestProxyFile) PASS: test_seek_and_tell (test.test_mailbox.TestProxyFile) PASS: test_close (test.test_mailbox.TestPartialFile) PASS: test_initialize (test.test_mailbox.TestPartialFile) PASS: test_iteration (test.test_mailbox.TestPartialFile) PASS: test_read (test.test_mailbox.TestPartialFile) PASS: test_readline (test.test_mailbox.TestPartialFile) PASS: test_readlines (test.test_mailbox.TestPartialFile) PASS: test_seek_and_tell (test.test_mailbox.TestPartialFile) test_empty_maildir (test.test_mailbox.MaildirTestCase) PASS: Test an empty maildir mailbox PASS: test_nonempty_maildir_both (test.test_mailbox.MaildirTestCase) PASS: test_nonempty_maildir_cur (test.test_mailbox.MaildirTestCase) PASS: test_nonempty_maildir_new (test.test_mailbox.MaildirTestCase) PASS: test_closing_fd (test.test_mailbox.TestFakeMailBox) PASS: test__all__ (test.test_mailbox.MiscTestCase) ---------------------------------------------------------------------- Ran 360 tests in 0.606s OK 0:07:51 load avg: 0.72 [213/416] test_mailcap PASS: test_findmatch (test.test_mailcap.FindmatchTest) PASS: test_test (test.test_mailcap.FindmatchTest) PASS: test_mock_getcaps (test.test_mailcap.GetcapsTest) PASS: test_system_mailcap (test.test_mailcap.GetcapsTest) PASS: test_listmailcapfiles (test.test_mailcap.HelperFunctionTest) PASS: test_lookup (test.test_mailcap.HelperFunctionTest) PASS: test_readmailcapfile (test.test_mailcap.HelperFunctionTest) PASS: test_subst (test.test_mailcap.HelperFunctionTest) ---------------------------------------------------------------------- Ran 8 tests in 0.007s OK 0:07:51 load avg: 0.72 [214/416] test_marshal PASS: test_array (test.test_marshal.BufferTestCase) PASS: test_bytearray (test.test_marshal.BufferTestCase) PASS: test_memoryview (test.test_marshal.BufferTestCase) PASS: test_bad_reader (test.test_marshal.BugsTestCase) PASS: test_bug_5888452 (test.test_marshal.BugsTestCase) PASS: test_eof (test.test_marshal.BugsTestCase) PASS: test_exact_type_match (test.test_marshal.BugsTestCase) PASS: test_fuzz (test.test_marshal.BugsTestCase) PASS: test_invalid_longs (test.test_marshal.BugsTestCase) PASS: test_large_marshal (test.test_marshal.BugsTestCase) PASS: test_loads_recursion (test.test_marshal.BugsTestCase) PASS: test_loads_reject_unicode_strings (test.test_marshal.BugsTestCase) PASS: test_multiple_dumps_and_loads (test.test_marshal.BugsTestCase) PASS: test_patch_873224 (test.test_marshal.BugsTestCase) PASS: test_recursion_limit (test.test_marshal.BugsTestCase) PASS: test_version_argument (test.test_marshal.BugsTestCase) PASS: test_read_last_object_from_file (test.test_marshal.CAPI_TestCase) PASS: test_read_long_from_file (test.test_marshal.CAPI_TestCase) PASS: test_read_object_from_file (test.test_marshal.CAPI_TestCase) PASS: test_read_short_from_file (test.test_marshal.CAPI_TestCase) PASS: test_write_long_to_file (test.test_marshal.CAPI_TestCase) PASS: test_write_object_to_file (test.test_marshal.CAPI_TestCase) PASS: test_code (test.test_marshal.CodeTestCase) PASS: test_different_filenames (test.test_marshal.CodeTestCase) PASS: test_many_codeobjects (test.test_marshal.CodeTestCase) PASS: test_same_filename_used (test.test_marshal.CodeTestCase) PASS: test0To3 (test.test_marshal.CompatibilityTestCase) PASS: test1To3 (test.test_marshal.CompatibilityTestCase) PASS: test2To3 (test.test_marshal.CompatibilityTestCase) PASS: test3To3 (test.test_marshal.CompatibilityTestCase) PASS: test_dict (test.test_marshal.ContainerTestCase) PASS: test_empty_frozenset_singleton (test.test_marshal.ContainerTestCase) PASS: test_list (test.test_marshal.ContainerTestCase) PASS: test_sets (test.test_marshal.ContainerTestCase) PASS: test_tuple (test.test_marshal.ContainerTestCase) PASS: test_exceptions (test.test_marshal.ExceptionTestCase) PASS: test_floats (test.test_marshal.FloatTestCase) PASS: testDict (test.test_marshal.InstancingTestCase) PASS: testFloat (test.test_marshal.InstancingTestCase) PASS: testInt (test.test_marshal.InstancingTestCase) PASS: testModule (test.test_marshal.InstancingTestCase) PASS: testRecursion (test.test_marshal.InstancingTestCase) PASS: testStr (test.test_marshal.InstancingTestCase) PASS: test_bool (test.test_marshal.IntTestCase) PASS: test_int64 (test.test_marshal.IntTestCase) PASS: test_ints (test.test_marshal.IntTestCase) PASS: testIntern (test.test_marshal.InterningTestCase) PASS: testNoIntern (test.test_marshal.InterningTestCase) SKIP: test_bytearray (test.test_marshal.LargeValuesTestCase) 'not enough memory: 4.0G minimum needed' SKIP: test_bytes (test.test_marshal.LargeValuesTestCase) 'not enough memory: 4.0G minimum needed' SKIP: test_frozenset (test.test_marshal.LargeValuesTestCase) 'not enough memory: 256.0G minimum needed' SKIP: test_list (test.test_marshal.LargeValuesTestCase) 'not enough memory: 18.0G minimum needed' SKIP: test_set (test.test_marshal.LargeValuesTestCase) 'not enough memory: 256.0G minimum needed' SKIP: test_str (test.test_marshal.LargeValuesTestCase) 'not enough memory: 4.0G minimum needed' SKIP: test_tuple (test.test_marshal.LargeValuesTestCase) 'not enough memory: 18.0G minimum needed' PASS: test_bytes (test.test_marshal.StringTestCase) PASS: test_string (test.test_marshal.StringTestCase) PASS: test_unicode (test.test_marshal.StringTestCase) ---------------------------------------------------------------------- Ran 58 tests in 0.124s OK (skipped=7) 0:07:52 load avg: 0.72 [215/416] test_math PASS: testAcos (test.test_math.MathTests) PASS: testAcosh (test.test_math.MathTests) PASS: testAsin (test.test_math.MathTests) PASS: testAsinh (test.test_math.MathTests) PASS: testAtan (test.test_math.MathTests) PASS: testAtan2 (test.test_math.MathTests) PASS: testAtanh (test.test_math.MathTests) PASS: testCeil (test.test_math.MathTests) PASS: testConstants (test.test_math.MathTests) PASS: testCopysign (test.test_math.MathTests) PASS: testCos (test.test_math.MathTests) PASS: testCosh (test.test_math.MathTests) PASS: testDegrees (test.test_math.MathTests) PASS: testExp (test.test_math.MathTests) PASS: testFabs (test.test_math.MathTests) PASS: testFactorial (test.test_math.MathTests) PASS: testFactorialHugeInputs (test.test_math.MathTests) PASS: testFloor (test.test_math.MathTests) PASS: testFmod (test.test_math.MathTests) PASS: testFrexp (test.test_math.MathTests) PASS: testFsum (test.test_math.MathTests) PASS: testGcd (test.test_math.MathTests) PASS: testHypot (test.test_math.MathTests) PASS: testIsfinite (test.test_math.MathTests) PASS: testIsinf (test.test_math.MathTests) PASS: testIsnan (test.test_math.MathTests) PASS: testLdexp (test.test_math.MathTests) PASS: testLog (test.test_math.MathTests) PASS: testLog10 (test.test_math.MathTests) PASS: testLog1p (test.test_math.MathTests) PASS: testLog2 (test.test_math.MathTests) PASS: testLog2Exact (test.test_math.MathTests) PASS: testModf (test.test_math.MathTests) PASS: testPow (test.test_math.MathTests) PASS: testRadians (test.test_math.MathTests) PASS: testRemainder (test.test_math.MathTests) PASS: testSin (test.test_math.MathTests) PASS: testSinh (test.test_math.MathTests) PASS: testSqrt (test.test_math.MathTests) PASS: testTan (test.test_math.MathTests) PASS: testTanh (test.test_math.MathTests) SKIP: testTanhSign (test.test_math.MathTests) "system tanh() function doesn't copy the sign" PASS: test_exceptions (test.test_math.MathTests) PASS: test_inf_constant (test.test_math.MathTests) PASS: test_mtestfile (test.test_math.MathTests) PASS: test_nan_constant (test.test_math.MathTests) PASS: test_testfile (test.test_math.MathTests) PASS: test_trunc (test.test_math.MathTests) PASS: test_asymmetry (test.test_math.IsCloseTests) PASS: test_decimals (test.test_math.IsCloseTests) PASS: test_eight_decimal_places (test.test_math.IsCloseTests) PASS: test_fractions (test.test_math.IsCloseTests) PASS: test_identical (test.test_math.IsCloseTests) PASS: test_identical_infinite (test.test_math.IsCloseTests) PASS: test_inf_ninf_nan (test.test_math.IsCloseTests) PASS: test_integers (test.test_math.IsCloseTests) PASS: test_near_zero (test.test_math.IsCloseTests) PASS: test_negative_tolerances (test.test_math.IsCloseTests) PASS: test_zero_tolerance (test.test_math.IsCloseTests) /usr/lib/python3.7/test/ieee754.txt PASS: Doctest: ieee754.txt ---------------------------------------------------------------------- Ran 60 tests in 1.422s OK (skipped=1) 0:07:53 load avg: 0.72 [216/416] test_memoryio PASS: testInit (test.test_memoryio.CBytesIOTest) PASS: testRead (test.test_memoryio.CBytesIOTest) PASS: testReadNoArgs (test.test_memoryio.CBytesIOTest) PASS: testSeek (test.test_memoryio.CBytesIOTest) PASS: testTell (test.test_memoryio.CBytesIOTest) PASS: test_bytes_array (test.test_memoryio.CBytesIOTest) PASS: test_cow_mutable (test.test_memoryio.CBytesIOTest) PASS: test_cow_setstate (test.test_memoryio.CBytesIOTest) PASS: test_cow_truncate (test.test_memoryio.CBytesIOTest) PASS: test_cow_write (test.test_memoryio.CBytesIOTest) PASS: test_detach (test.test_memoryio.CBytesIOTest) PASS: test_flags (test.test_memoryio.CBytesIOTest) PASS: test_flush (test.test_memoryio.CBytesIOTest) PASS: test_getbuffer (test.test_memoryio.CBytesIOTest) PASS: test_getstate (test.test_memoryio.CBytesIOTest) PASS: test_getvalue (test.test_memoryio.CBytesIOTest) PASS: test_init (test.test_memoryio.CBytesIOTest) PASS: test_instance_dict_leak (test.test_memoryio.CBytesIOTest) PASS: test_issue5449 (test.test_memoryio.CBytesIOTest) PASS: test_iterator (test.test_memoryio.CBytesIOTest) PASS: test_overseek (test.test_memoryio.CBytesIOTest) PASS: test_pickling (test.test_memoryio.CBytesIOTest) PASS: test_read (test.test_memoryio.CBytesIOTest) PASS: test_read1 (test.test_memoryio.CBytesIOTest) PASS: test_readinto (test.test_memoryio.CBytesIOTest) PASS: test_readline (test.test_memoryio.CBytesIOTest) PASS: test_readlines (test.test_memoryio.CBytesIOTest) PASS: test_relative_seek (test.test_memoryio.CBytesIOTest) PASS: test_seek (test.test_memoryio.CBytesIOTest) PASS: test_setstate (test.test_memoryio.CBytesIOTest) PASS: test_sizeof (test.test_memoryio.CBytesIOTest) PASS: test_subclassing (test.test_memoryio.CBytesIOTest) PASS: test_tell (test.test_memoryio.CBytesIOTest) PASS: test_truncate (test.test_memoryio.CBytesIOTest) PASS: test_unicode (test.test_memoryio.CBytesIOTest) PASS: test_write (test.test_memoryio.CBytesIOTest) PASS: test_writelines (test.test_memoryio.CBytesIOTest) PASS: test_writelines_error (test.test_memoryio.CBytesIOTest) PASS: test_issue5265 (test.test_memoryio.CStringIOPickleTest) PASS: test_newline_argument (test.test_memoryio.CStringIOPickleTest) PASS: test_newline_cr (test.test_memoryio.CStringIOPickleTest) PASS: test_newline_crlf (test.test_memoryio.CStringIOPickleTest) PASS: test_newline_default (test.test_memoryio.CStringIOPickleTest) PASS: test_newline_empty (test.test_memoryio.CStringIOPickleTest) PASS: test_newline_lf (test.test_memoryio.CStringIOPickleTest) PASS: test_newline_none (test.test_memoryio.CStringIOPickleTest) PASS: test_newlines_property (test.test_memoryio.CStringIOPickleTest) PASS: test_relative_seek (test.test_memoryio.CStringIOPickleTest) PASS: test_textio_properties (test.test_memoryio.CStringIOPickleTest) PASS: testInit (test.test_memoryio.CStringIOTest) PASS: testRead (test.test_memoryio.CStringIOTest) PASS: testReadNoArgs (test.test_memoryio.CStringIOTest) PASS: testSeek (test.test_memoryio.CStringIOTest) PASS: testTell (test.test_memoryio.CStringIOTest) PASS: test_detach (test.test_memoryio.CStringIOTest) PASS: test_flags (test.test_memoryio.CStringIOTest) PASS: test_flush (test.test_memoryio.CStringIOTest) PASS: test_getstate (test.test_memoryio.CStringIOTest) PASS: test_getvalue (test.test_memoryio.CStringIOTest) PASS: test_init (test.test_memoryio.CStringIOTest) PASS: test_instance_dict_leak (test.test_memoryio.CStringIOTest) PASS: test_issue5265 (test.test_memoryio.CStringIOTest) PASS: test_iterator (test.test_memoryio.CStringIOTest) PASS: test_lone_surrogates (test.test_memoryio.CStringIOTest) PASS: test_newline_argument (test.test_memoryio.CStringIOTest) PASS: test_newline_cr (test.test_memoryio.CStringIOTest) PASS: test_newline_crlf (test.test_memoryio.CStringIOTest) PASS: test_newline_default (test.test_memoryio.CStringIOTest) PASS: test_newline_empty (test.test_memoryio.CStringIOTest) PASS: test_newline_lf (test.test_memoryio.CStringIOTest) PASS: test_newline_none (test.test_memoryio.CStringIOTest) PASS: test_newlines_property (test.test_memoryio.CStringIOTest) PASS: test_overseek (test.test_memoryio.CStringIOTest) PASS: test_pickling (test.test_memoryio.CStringIOTest) PASS: test_read (test.test_memoryio.CStringIOTest) PASS: test_readline (test.test_memoryio.CStringIOTest) PASS: test_readlines (test.test_memoryio.CStringIOTest) PASS: test_relative_seek (test.test_memoryio.CStringIOTest) PASS: test_seek (test.test_memoryio.CStringIOTest) PASS: test_setstate (test.test_memoryio.CStringIOTest) PASS: test_subclassing (test.test_memoryio.CStringIOTest) PASS: test_tell (test.test_memoryio.CStringIOTest) PASS: test_textio_properties (test.test_memoryio.CStringIOTest) PASS: test_truncate (test.test_memoryio.CStringIOTest) PASS: test_widechar (test.test_memoryio.CStringIOTest) PASS: test_write (test.test_memoryio.CStringIOTest) PASS: test_writelines (test.test_memoryio.CStringIOTest) PASS: test_writelines_error (test.test_memoryio.CStringIOTest) PASS: testInit (test.test_memoryio.PyBytesIOTest) PASS: testRead (test.test_memoryio.PyBytesIOTest) PASS: testReadNoArgs (test.test_memoryio.PyBytesIOTest) PASS: testSeek (test.test_memoryio.PyBytesIOTest) PASS: testTell (test.test_memoryio.PyBytesIOTest) PASS: test_bytes_array (test.test_memoryio.PyBytesIOTest) PASS: test_detach (test.test_memoryio.PyBytesIOTest) PASS: test_flags (test.test_memoryio.PyBytesIOTest) PASS: test_flush (test.test_memoryio.PyBytesIOTest) PASS: test_getbuffer (test.test_memoryio.PyBytesIOTest) PASS: test_getvalue (test.test_memoryio.PyBytesIOTest) PASS: test_init (test.test_memoryio.PyBytesIOTest) PASS: test_instance_dict_leak (test.test_memoryio.PyBytesIOTest) PASS: test_issue5449 (test.test_memoryio.PyBytesIOTest) PASS: test_iterator (test.test_memoryio.PyBytesIOTest) PASS: test_overseek (test.test_memoryio.PyBytesIOTest) PASS: test_pickling (test.test_memoryio.PyBytesIOTest) PASS: test_read (test.test_memoryio.PyBytesIOTest) PASS: test_read1 (test.test_memoryio.PyBytesIOTest) PASS: test_readinto (test.test_memoryio.PyBytesIOTest) PASS: test_readline (test.test_memoryio.PyBytesIOTest) PASS: test_readlines (test.test_memoryio.PyBytesIOTest) PASS: test_relative_seek (test.test_memoryio.PyBytesIOTest) PASS: test_seek (test.test_memoryio.PyBytesIOTest) PASS: test_subclassing (test.test_memoryio.PyBytesIOTest) PASS: test_tell (test.test_memoryio.PyBytesIOTest) PASS: test_truncate (test.test_memoryio.PyBytesIOTest) PASS: test_unicode (test.test_memoryio.PyBytesIOTest) PASS: test_write (test.test_memoryio.PyBytesIOTest) PASS: test_writelines (test.test_memoryio.PyBytesIOTest) PASS: test_writelines_error (test.test_memoryio.PyBytesIOTest) PASS: test_issue5265 (test.test_memoryio.PyStringIOPickleTest) PASS: test_newline_argument (test.test_memoryio.PyStringIOPickleTest) PASS: test_newline_cr (test.test_memoryio.PyStringIOPickleTest) PASS: test_newline_crlf (test.test_memoryio.PyStringIOPickleTest) PASS: test_newline_default (test.test_memoryio.PyStringIOPickleTest) PASS: test_newline_empty (test.test_memoryio.PyStringIOPickleTest) PASS: test_newline_lf (test.test_memoryio.PyStringIOPickleTest) PASS: test_newline_none (test.test_memoryio.PyStringIOPickleTest) PASS: test_newlines_property (test.test_memoryio.PyStringIOPickleTest) PASS: test_relative_seek (test.test_memoryio.PyStringIOPickleTest) PASS: test_textio_properties (test.test_memoryio.PyStringIOPickleTest) PASS: testInit (test.test_memoryio.PyStringIOTest) PASS: testRead (test.test_memoryio.PyStringIOTest) PASS: testReadNoArgs (test.test_memoryio.PyStringIOTest) PASS: testSeek (test.test_memoryio.PyStringIOTest) PASS: testTell (test.test_memoryio.PyStringIOTest) PASS: test_detach (test.test_memoryio.PyStringIOTest) PASS: test_flags (test.test_memoryio.PyStringIOTest) PASS: test_flush (test.test_memoryio.PyStringIOTest) PASS: test_getvalue (test.test_memoryio.PyStringIOTest) PASS: test_init (test.test_memoryio.PyStringIOTest) PASS: test_instance_dict_leak (test.test_memoryio.PyStringIOTest) PASS: test_issue5265 (test.test_memoryio.PyStringIOTest) PASS: test_iterator (test.test_memoryio.PyStringIOTest) PASS: test_lone_surrogates (test.test_memoryio.PyStringIOTest) PASS: test_newline_argument (test.test_memoryio.PyStringIOTest) PASS: test_newline_cr (test.test_memoryio.PyStringIOTest) PASS: test_newline_crlf (test.test_memoryio.PyStringIOTest) PASS: test_newline_default (test.test_memoryio.PyStringIOTest) PASS: test_newline_empty (test.test_memoryio.PyStringIOTest) PASS: test_newline_lf (test.test_memoryio.PyStringIOTest) PASS: test_newline_none (test.test_memoryio.PyStringIOTest) PASS: test_newlines_property (test.test_memoryio.PyStringIOTest) PASS: test_overseek (test.test_memoryio.PyStringIOTest) PASS: test_pickling (test.test_memoryio.PyStringIOTest) PASS: test_read (test.test_memoryio.PyStringIOTest) PASS: test_readline (test.test_memoryio.PyStringIOTest) PASS: test_readlines (test.test_memoryio.PyStringIOTest) PASS: test_relative_seek (test.test_memoryio.PyStringIOTest) PASS: test_seek (test.test_memoryio.PyStringIOTest) PASS: test_subclassing (test.test_memoryio.PyStringIOTest) PASS: test_tell (test.test_memoryio.PyStringIOTest) PASS: test_textio_properties (test.test_memoryio.PyStringIOTest) PASS: test_truncate (test.test_memoryio.PyStringIOTest) PASS: test_write (test.test_memoryio.PyStringIOTest) PASS: test_writelines (test.test_memoryio.PyStringIOTest) PASS: test_writelines_error (test.test_memoryio.PyStringIOTest) ---------------------------------------------------------------------- Ran 166 tests in 0.230s OK 0:07:54 load avg: 0.75 [217/416] test_memoryview SKIP: test_attributes_readonly (test.test_memoryview.ArrayMemorySliceSliceTest) 'no read-only type to test' PASS: test_attributes_writable (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_compare (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_contextmanager (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_delitem (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_gc (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_getbuf_fail (test.test_memoryview.ArrayMemorySliceSliceTest) SKIP: test_getbuffer (test.test_memoryview.ArrayMemorySliceSliceTest) 'XXX test should be adapted for non-byte buffers' PASS: test_getitem (test.test_memoryview.ArrayMemorySliceSliceTest) SKIP: test_hash (test.test_memoryview.ArrayMemorySliceSliceTest) 'no read-only type to test' PASS: test_hash_writable (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_issue22668 (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_iter (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_release (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_reversed (test.test_memoryview.ArrayMemorySliceSliceTest) SKIP: test_setitem_readonly (test.test_memoryview.ArrayMemorySliceSliceTest) 'no read-only type to test' PASS: test_setitem_writable (test.test_memoryview.ArrayMemorySliceSliceTest) PASS: test_tobytes (test.test_memoryview.ArrayMemorySliceSliceTest) SKIP: test_tolist (test.test_memoryview.ArrayMemorySliceSliceTest) 'XXX NotImplementedError: tolist() only supports byte views' PASS: test_weakref (test.test_memoryview.ArrayMemorySliceSliceTest) SKIP: test_writable_readonly (test.test_memoryview.ArrayMemorySliceSliceTest) 'no read-only type to test' SKIP: test_attributes_readonly (test.test_memoryview.ArrayMemorySliceTest) 'no read-only type to test' PASS: test_attributes_writable (test.test_memoryview.ArrayMemorySliceTest) PASS: test_compare (test.test_memoryview.ArrayMemorySliceTest) PASS: test_contextmanager (test.test_memoryview.ArrayMemorySliceTest) PASS: test_delitem (test.test_memoryview.ArrayMemorySliceTest) PASS: test_gc (test.test_memoryview.ArrayMemorySliceTest) PASS: test_getbuf_fail (test.test_memoryview.ArrayMemorySliceTest) SKIP: test_getbuffer (test.test_memoryview.ArrayMemorySliceTest) 'XXX test should be adapted for non-byte buffers' PASS: test_getitem (test.test_memoryview.ArrayMemorySliceTest) SKIP: test_hash (test.test_memoryview.ArrayMemorySliceTest) 'no read-only type to test' PASS: test_hash_writable (test.test_memoryview.ArrayMemorySliceTest) PASS: test_issue22668 (test.test_memoryview.ArrayMemorySliceTest) PASS: test_iter (test.test_memoryview.ArrayMemorySliceTest) PASS: test_refs (test.test_memoryview.ArrayMemorySliceTest) PASS: test_release (test.test_memoryview.ArrayMemorySliceTest) PASS: test_reversed (test.test_memoryview.ArrayMemorySliceTest) SKIP: test_setitem_readonly (test.test_memoryview.ArrayMemorySliceTest) 'no read-only type to test' PASS: test_setitem_writable (test.test_memoryview.ArrayMemorySliceTest) PASS: test_tobytes (test.test_memoryview.ArrayMemorySliceTest) SKIP: test_tolist (test.test_memoryview.ArrayMemorySliceTest) 'XXX NotImplementedError: tolist() only supports byte views' PASS: test_weakref (test.test_memoryview.ArrayMemorySliceTest) SKIP: test_writable_readonly (test.test_memoryview.ArrayMemorySliceTest) 'no read-only type to test' PASS: test_array_assign (test.test_memoryview.ArrayMemoryviewTest) SKIP: test_attributes_readonly (test.test_memoryview.ArrayMemoryviewTest) 'no read-only type to test' PASS: test_attributes_writable (test.test_memoryview.ArrayMemoryviewTest) PASS: test_compare (test.test_memoryview.ArrayMemoryviewTest) PASS: test_contextmanager (test.test_memoryview.ArrayMemoryviewTest) PASS: test_delitem (test.test_memoryview.ArrayMemoryviewTest) PASS: test_gc (test.test_memoryview.ArrayMemoryviewTest) PASS: test_getbuf_fail (test.test_memoryview.ArrayMemoryviewTest) SKIP: test_getbuffer (test.test_memoryview.ArrayMemoryviewTest) 'XXX test should be adapted for non-byte buffers' PASS: test_getitem (test.test_memoryview.ArrayMemoryviewTest) SKIP: test_hash (test.test_memoryview.ArrayMemoryviewTest) 'no read-only type to test' PASS: test_hash_writable (test.test_memoryview.ArrayMemoryviewTest) PASS: test_issue22668 (test.test_memoryview.ArrayMemoryviewTest) PASS: test_iter (test.test_memoryview.ArrayMemoryviewTest) PASS: test_release (test.test_memoryview.ArrayMemoryviewTest) PASS: test_reversed (test.test_memoryview.ArrayMemoryviewTest) SKIP: test_setitem_readonly (test.test_memoryview.ArrayMemoryviewTest) 'no read-only type to test' PASS: test_setitem_writable (test.test_memoryview.ArrayMemoryviewTest) PASS: test_tobytes (test.test_memoryview.ArrayMemoryviewTest) SKIP: test_tolist (test.test_memoryview.ArrayMemoryviewTest) 'XXX NotImplementedError: tolist() only supports byte views' PASS: test_weakref (test.test_memoryview.ArrayMemoryviewTest) SKIP: test_writable_readonly (test.test_memoryview.ArrayMemoryviewTest) 'no read-only type to test' PASS: test_attributes_readonly (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_attributes_writable (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_compare (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_contextmanager (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_delitem (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_gc (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_getbuf_fail (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_getbuffer (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_getitem (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_hash (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_hash_writable (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_issue22668 (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_iter (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_release (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_reversed (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_setitem_readonly (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_setitem_writable (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_tobytes (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_tolist (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_weakref (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_writable_readonly (test.test_memoryview.BytesMemorySliceSliceTest) PASS: test_attributes_readonly (test.test_memoryview.BytesMemorySliceTest) PASS: test_attributes_writable (test.test_memoryview.BytesMemorySliceTest) PASS: test_compare (test.test_memoryview.BytesMemorySliceTest) PASS: test_contextmanager (test.test_memoryview.BytesMemorySliceTest) PASS: test_delitem (test.test_memoryview.BytesMemorySliceTest) PASS: test_gc (test.test_memoryview.BytesMemorySliceTest) PASS: test_getbuf_fail (test.test_memoryview.BytesMemorySliceTest) PASS: test_getbuffer (test.test_memoryview.BytesMemorySliceTest) PASS: test_getitem (test.test_memoryview.BytesMemorySliceTest) PASS: test_hash (test.test_memoryview.BytesMemorySliceTest) PASS: test_hash_writable (test.test_memoryview.BytesMemorySliceTest) PASS: test_issue22668 (test.test_memoryview.BytesMemorySliceTest) PASS: test_iter (test.test_memoryview.BytesMemorySliceTest) PASS: test_refs (test.test_memoryview.BytesMemorySliceTest) PASS: test_release (test.test_memoryview.BytesMemorySliceTest) PASS: test_reversed (test.test_memoryview.BytesMemorySliceTest) PASS: test_setitem_readonly (test.test_memoryview.BytesMemorySliceTest) PASS: test_setitem_writable (test.test_memoryview.BytesMemorySliceTest) PASS: test_tobytes (test.test_memoryview.BytesMemorySliceTest) PASS: test_tolist (test.test_memoryview.BytesMemorySliceTest) PASS: test_weakref (test.test_memoryview.BytesMemorySliceTest) PASS: test_writable_readonly (test.test_memoryview.BytesMemorySliceTest) PASS: test_attributes_readonly (test.test_memoryview.BytesMemoryviewTest) PASS: test_attributes_writable (test.test_memoryview.BytesMemoryviewTest) PASS: test_compare (test.test_memoryview.BytesMemoryviewTest) PASS: test_constructor (test.test_memoryview.BytesMemoryviewTest) PASS: test_contextmanager (test.test_memoryview.BytesMemoryviewTest) PASS: test_delitem (test.test_memoryview.BytesMemoryviewTest) PASS: test_gc (test.test_memoryview.BytesMemoryviewTest) PASS: test_getbuf_fail (test.test_memoryview.BytesMemoryviewTest) PASS: test_getbuffer (test.test_memoryview.BytesMemoryviewTest) PASS: test_getitem (test.test_memoryview.BytesMemoryviewTest) PASS: test_hash (test.test_memoryview.BytesMemoryviewTest) PASS: test_hash_writable (test.test_memoryview.BytesMemoryviewTest) PASS: test_issue22668 (test.test_memoryview.BytesMemoryviewTest) PASS: test_iter (test.test_memoryview.BytesMemoryviewTest) PASS: test_release (test.test_memoryview.BytesMemoryviewTest) PASS: test_reversed (test.test_memoryview.BytesMemoryviewTest) PASS: test_setitem_readonly (test.test_memoryview.BytesMemoryviewTest) PASS: test_setitem_writable (test.test_memoryview.BytesMemoryviewTest) PASS: test_tobytes (test.test_memoryview.BytesMemoryviewTest) PASS: test_tolist (test.test_memoryview.BytesMemoryviewTest) PASS: test_weakref (test.test_memoryview.BytesMemoryviewTest) PASS: test_writable_readonly (test.test_memoryview.BytesMemoryviewTest) PASS: test_copy (test.test_memoryview.OtherTest) PASS: test_ctypes_cast (test.test_memoryview.OtherTest) PASS: test_memoryview_hex (test.test_memoryview.OtherTest) PASS: test_pickle (test.test_memoryview.OtherTest) ---------------------------------------------------------------------- Ran 134 tests in 1.197s OK (skipped=18) 0:07:56 load avg: 0.75 [218/416] test_metaclass Trying: class C: def meth(self): print("Hello") Expecting nothing ok Trying: C.__class__ is type Expecting: True ok Trying: a = C() Expecting nothing ok Trying: a.__class__ is C Expecting: True ok Trying: a.meth() Expecting: Hello ok Trying: class A: pass Expecting nothing ok Trying: class B: pass Expecting nothing ok Trying: bases = (A, B) Expecting nothing ok Trying: class C(*bases): pass Expecting nothing ok Trying: C.__bases__ == bases Expecting: True ok Trying: class M(type): pass Expecting nothing ok Trying: class C(metaclass=M): def meth(self): print("Hello") Expecting nothing ok Trying: C.__class__ is M Expecting: True ok Trying: a = C() Expecting nothing ok Trying: a.__class__ is C Expecting: True ok Trying: a.meth() Expecting: Hello ok Trying: kwds = {'metaclass': M} Expecting nothing ok Trying: class C(**kwds): pass Expecting nothing ok Trying: C.__class__ is M Expecting: True ok Trying: a = C() Expecting nothing ok Trying: a.__class__ is C Expecting: True ok Trying: class M(type): @staticmethod def __prepare__(*args, **kwds): print("Prepare called:", args, kwds) return dict() def __new__(cls, name, bases, namespace, **kwds): print("New called:", kwds) return type.__new__(cls, name, bases, namespace) def __init__(cls, *args, **kwds): pass Expecting nothing ok Trying: class C(metaclass=M): def meth(self): print("Hello") Expecting: Prepare called: ('C', ()) {} New called: {} ok Trying: class C(object, metaclass=M, other="haha"): pass Expecting: Prepare called: ('C', (,)) {'other': 'haha'} New called: {'other': 'haha'} ok Trying: C.__class__ is M Expecting: True ok Trying: C.__bases__ == (object,) Expecting: True ok Trying: a = C() Expecting nothing ok Trying: a.__class__ is C Expecting: True ok Trying: kwds = {'metaclass': type} Expecting nothing ok Trying: class C(**kwds): pass Expecting nothing ok Trying: kwds == {'metaclass': type} Expecting: True ok Trying: bases = (object,) Expecting nothing ok Trying: kwds = {'metaclass': M, 'other': 'haha'} Expecting nothing ok Trying: class C(*bases, **kwds): pass Expecting: Prepare called: ('C', (,)) {'other': 'haha'} New called: {'other': 'haha'} ok Trying: C.__class__ is M Expecting: True ok Trying: C.__bases__ == (object,) Expecting: True ok Trying: class B: pass Expecting nothing ok Trying: kwds = {'other': 'haha'} Expecting nothing ok Trying: class C(B, metaclass=M, *bases, **kwds): pass Expecting: Prepare called: ('C', (, )) {'other': 'haha'} New called: {'other': 'haha'} ok Trying: C.__class__ is M Expecting: True ok Trying: C.__bases__ == (B, object) Expecting: True ok Trying: class C(metaclass=type, metaclass=type): pass Expecting: Traceback (most recent call last): [...] SyntaxError: keyword argument repeated ok Trying: kwds = {'metaclass': type} Expecting nothing ok Trying: class C(metaclass=type, **kwds): pass Expecting: Traceback (most recent call last): [...] TypeError: __build_class__() got multiple values for keyword argument 'metaclass' ok Trying: class LoggingDict(dict): def __setitem__(self, key, value): print("d[%r] = %r" % (key, value)) dict.__setitem__(self, key, value) Expecting nothing ok Trying: class Meta(type): @staticmethod def __prepare__(name, bases): return LoggingDict() Expecting nothing ok Trying: class C(metaclass=Meta): foo = 2+2 foo = 42 bar = 123 Expecting: d['__module__'] = 'test.test_metaclass' d['__qualname__'] = 'C' d['foo'] = 4 d['foo'] = 42 d['bar'] = 123 ok Trying: def meta(name, bases, namespace, **kwds): print("meta:", name, bases) print("ns:", sorted(namespace.items())) print("kw:", sorted(kwds.items())) return namespace Expecting nothing ok Trying: class C(metaclass=meta): a = 42 b = 24 Expecting: meta: C () ns: [('__module__', 'test.test_metaclass'), ('__qualname__', 'C'), ('a', 42), ('b', 24)] kw: [] ok Trying: type(C) is dict Expecting: True ok Trying: print(sorted(C.items())) Expecting: [('__module__', 'test.test_metaclass'), ('__qualname__', 'C'), ('a', 42), ('b', 24)] ok Trying: def prepare(name, bases, **kwds): print("prepare:", name, bases, sorted(kwds.items())) return LoggingDict() Expecting nothing ok Trying: meta.__prepare__ = prepare Expecting nothing ok Trying: class C(metaclass=meta, other="booh"): a = 1 a = 2 b = 3 Expecting: prepare: C () [('other', 'booh')] d['__module__'] = 'test.test_metaclass' d['__qualname__'] = 'C' d['a'] = 1 d['a'] = 2 d['b'] = 3 meta: C () ns: [('__module__', 'test.test_metaclass'), ('__qualname__', 'C'), ('a', 2), ('b', 3)] kw: [('other', 'booh')] ok Trying: type.__prepare__() Expecting: {} ok Trying: class M(type): @classmethod def __prepare__(cls, *args, **kwds): d = super().__prepare__(*args, **kwds) d["hello"] = 42 return d Expecting nothing ok Trying: class C(metaclass=M): print(hello) Expecting: 42 ok Trying: print(C.hello) Expecting: 42 ok Trying: class ObscureException(Exception): pass Expecting nothing ok Trying: class FailDescr: def __get__(self, instance, owner): raise ObscureException Expecting nothing ok Trying: class Meta(type): __prepare__ = FailDescr() Expecting nothing ok Trying: class X(metaclass=Meta): pass Expecting: Traceback (most recent call last): [...] test.test_metaclass.ObscureException ok 2 items had no tests: test.test_metaclass test.test_metaclass.test_main 1 items passed all tests: 62 tests in test.test_metaclass.__test__.doctests 62 tests in 3 items. 62 passed and 0 failed. Test passed. doctest (test.test_metaclass) ... 62 tests with zero failures 0:07:56 load avg: 0.75 [219/416] test_mimetypes PASS: test_data_urls (test.test_mimetypes.MimeTypesTestCase) PASS: test_default_data (test.test_mimetypes.MimeTypesTestCase) PASS: test_encoding (test.test_mimetypes.MimeTypesTestCase) PASS: test_file_parsing (test.test_mimetypes.MimeTypesTestCase) PASS: test_guess_all_types (test.test_mimetypes.MimeTypesTestCase) PASS: test_non_standard_types (test.test_mimetypes.MimeTypesTestCase) PASS: test__all__ (test.test_mimetypes.MiscTestCase) SKIP: test_registry_parsing (test.test_mimetypes.Win32MimeTypesTestCase) 'Windows only' ---------------------------------------------------------------------- Ran 8 tests in 0.006s OK (skipped=1) 0:07:56 load avg: 0.75 [220/416] test_minidom PASS: testAAA (test.test_minidom.MinidomTest) PASS: testAAB (test.test_minidom.MinidomTest) PASS: testAddAttr (test.test_minidom.MinidomTest) PASS: testAltNewline (test.test_minidom.MinidomTest) PASS: testAppendChild (test.test_minidom.MinidomTest) PASS: testAppendChildFragment (test.test_minidom.MinidomTest) PASS: testAttrListItem (test.test_minidom.MinidomTest) PASS: testAttrListItemNS (test.test_minidom.MinidomTest) PASS: testAttrListItems (test.test_minidom.MinidomTest) PASS: testAttrListKeys (test.test_minidom.MinidomTest) PASS: testAttrListKeysNS (test.test_minidom.MinidomTest) PASS: testAttrListLength (test.test_minidom.MinidomTest) PASS: testAttrListValues (test.test_minidom.MinidomTest) PASS: testAttrList__getitem__ (test.test_minidom.MinidomTest) PASS: testAttrList__setitem__ (test.test_minidom.MinidomTest) PASS: testAttributeRepr (test.test_minidom.MinidomTest) PASS: testBug0777884 (test.test_minidom.MinidomTest) PASS: testBug1433694 (test.test_minidom.MinidomTest) PASS: testChangeAttr (test.test_minidom.MinidomTest) PASS: testChildNodes (test.test_minidom.MinidomTest) PASS: testCloneAttributeDeep (test.test_minidom.MinidomTest) PASS: testCloneAttributeShallow (test.test_minidom.MinidomTest) PASS: testCloneDocumentDeep (test.test_minidom.MinidomTest) PASS: testCloneDocumentShallow (test.test_minidom.MinidomTest) PASS: testCloneDocumentTypeDeepNotOk (test.test_minidom.MinidomTest) PASS: testCloneDocumentTypeDeepOk (test.test_minidom.MinidomTest) PASS: testCloneDocumentTypeShallowNotOk (test.test_minidom.MinidomTest) PASS: testCloneDocumentTypeShallowOk (test.test_minidom.MinidomTest) PASS: testCloneElementDeep (test.test_minidom.MinidomTest) PASS: testCloneElementShallow (test.test_minidom.MinidomTest) PASS: testCloneNodeEntity (test.test_minidom.MinidomTest) PASS: testClonePIDeep (test.test_minidom.MinidomTest) PASS: testClonePIShallow (test.test_minidom.MinidomTest) PASS: testComment (test.test_minidom.MinidomTest) PASS: testContext (test.test_minidom.MinidomTest) PASS: testCreateAttributeNS (test.test_minidom.MinidomTest) PASS: testCreateElementNS (test.test_minidom.MinidomTest) PASS: testDeepcopiedDocument (test.test_minidom.MinidomTest) PASS: testDeleteAttr (test.test_minidom.MinidomTest) PASS: testDocRemoveChild (test.test_minidom.MinidomTest) PASS: testDocumentAsyncAttr (test.test_minidom.MinidomTest) PASS: testDocumentElement (test.test_minidom.MinidomTest) PASS: testElement (test.test_minidom.MinidomTest) PASS: testElementReprAndStr (test.test_minidom.MinidomTest) PASS: testElementReprAndStrUnicode (test.test_minidom.MinidomTest) PASS: testElementReprAndStrUnicodeNS (test.test_minidom.MinidomTest) PASS: testEmptyXMLNSValue (test.test_minidom.MinidomTest) PASS: testEncodings (test.test_minidom.MinidomTest) PASS: testExceptionOnSpacesInXMLNSValue (test.test_minidom.MinidomTest) PASS: testFirstChild (test.test_minidom.MinidomTest) PASS: testGetAttrLength (test.test_minidom.MinidomTest) PASS: testGetAttrList (test.test_minidom.MinidomTest) PASS: testGetAttrValues (test.test_minidom.MinidomTest) PASS: testGetAttribute (test.test_minidom.MinidomTest) PASS: testGetAttributeNS (test.test_minidom.MinidomTest) PASS: testGetAttributeNode (test.test_minidom.MinidomTest) PASS: testGetElementsByTagName (test.test_minidom.MinidomTest) PASS: testGetElementsByTagNameNS (test.test_minidom.MinidomTest) PASS: testGetEmptyNodeListFromElementsByTagNameNS (test.test_minidom.MinidomTest) PASS: testHasAttribute (test.test_minidom.MinidomTest) PASS: testHasChildNodes (test.test_minidom.MinidomTest) PASS: testImportDocumentDeep (test.test_minidom.MinidomTest) PASS: testImportDocumentShallow (test.test_minidom.MinidomTest) PASS: testImportDocumentTypeDeep (test.test_minidom.MinidomTest) PASS: testImportDocumentTypeShallow (test.test_minidom.MinidomTest) PASS: testInsertBefore (test.test_minidom.MinidomTest) PASS: testInsertBeforeFragment (test.test_minidom.MinidomTest) PASS: testLegalChildren (test.test_minidom.MinidomTest) PASS: testNamedNodeMapSetItem (test.test_minidom.MinidomTest) PASS: testNodeListItem (test.test_minidom.MinidomTest) PASS: testNonZero (test.test_minidom.MinidomTest) PASS: testNormalize (test.test_minidom.MinidomTest) PASS: testNormalizeCombineAndNextSibling (test.test_minidom.MinidomTest) PASS: testNormalizeDeleteAndCombine (test.test_minidom.MinidomTest) PASS: testNormalizeDeleteWithNextSibling (test.test_minidom.MinidomTest) PASS: testNormalizeDeleteWithPrevSibling (test.test_minidom.MinidomTest) PASS: testNormalizeDeleteWithTwoNonTextSiblings (test.test_minidom.MinidomTest) PASS: testNormalizeRecursion (test.test_minidom.MinidomTest) PASS: testParents (test.test_minidom.MinidomTest) PASS: testParse (test.test_minidom.MinidomTest) PASS: testParseAttributeNamespaces (test.test_minidom.MinidomTest) PASS: testParseAttributes (test.test_minidom.MinidomTest) PASS: testParseElement (test.test_minidom.MinidomTest) PASS: testParseElementNamespaces (test.test_minidom.MinidomTest) PASS: testParseFromBinaryFile (test.test_minidom.MinidomTest) PASS: testParseFromTextFile (test.test_minidom.MinidomTest) PASS: testParseProcessingInstructions (test.test_minidom.MinidomTest) PASS: testParseString (test.test_minidom.MinidomTest) PASS: testPatch1094164 (test.test_minidom.MinidomTest) PASS: testPickledDocument (test.test_minidom.MinidomTest) PASS: testProcessingInstruction (test.test_minidom.MinidomTest) PASS: testProcessingInstructionNameError (test.test_minidom.MinidomTest) PASS: testProcessingInstructionRepr (test.test_minidom.MinidomTest) PASS: testRemoveAttr (test.test_minidom.MinidomTest) PASS: testRemoveAttrNS (test.test_minidom.MinidomTest) PASS: testRemoveAttributeNode (test.test_minidom.MinidomTest) PASS: testRemoveNamedItem (test.test_minidom.MinidomTest) PASS: testRemoveNamedItemNS (test.test_minidom.MinidomTest) PASS: testRenameAttribute (test.test_minidom.MinidomTest) PASS: testRenameElement (test.test_minidom.MinidomTest) PASS: testRenameOther (test.test_minidom.MinidomTest) PASS: testReplaceChildFragment (test.test_minidom.MinidomTest) PASS: testReplaceWholeText (test.test_minidom.MinidomTest) PASS: testSchemaType (test.test_minidom.MinidomTest) PASS: testSerializeCommentNodeWithDoubleHyphen (test.test_minidom.MinidomTest) PASS: testSetAttrValueandNodeValue (test.test_minidom.MinidomTest) PASS: testSetIdAttribute (test.test_minidom.MinidomTest) PASS: testSetIdAttributeNS (test.test_minidom.MinidomTest) PASS: testSetIdAttributeNode (test.test_minidom.MinidomTest) PASS: testSiblings (test.test_minidom.MinidomTest) PASS: testTextNodeRepr (test.test_minidom.MinidomTest) PASS: testTextRepr (test.test_minidom.MinidomTest) PASS: testTooManyDocumentElements (test.test_minidom.MinidomTest) PASS: testUnlink (test.test_minidom.MinidomTest) PASS: testUserData (test.test_minidom.MinidomTest) PASS: testWholeText (test.test_minidom.MinidomTest) PASS: testWriteText (test.test_minidom.MinidomTest) PASS: testWriteXML (test.test_minidom.MinidomTest) PASS: test_toprettyxml_preserves_content_of_text_node (test.test_minidom.MinidomTest) PASS: test_toprettyxml_with_adjacent_text_nodes (test.test_minidom.MinidomTest) PASS: test_toprettyxml_with_text_nodes (test.test_minidom.MinidomTest) ---------------------------------------------------------------------- Ran 121 tests in 0.038s OK 0:07:57 load avg: 0.75 [221/416] test_mmap PASS: test_access_parameter (test.test_mmap.MmapTests) PASS: test_anonymous (test.test_mmap.MmapTests) PASS: test_bad_file_desc (test.test_mmap.MmapTests) PASS: test_basic (test.test_mmap.MmapTests) PASS: test_concat_repeat_exception (test.test_mmap.MmapTests) PASS: test_context_manager (test.test_mmap.MmapTests) PASS: test_context_manager_exception (test.test_mmap.MmapTests) SKIP: test_crasher_on_windows (test.test_mmap.MmapTests) 'requires Windows' PASS: test_double_close (test.test_mmap.MmapTests) PASS: test_empty_file (test.test_mmap.MmapTests) PASS: test_entire_file (test.test_mmap.MmapTests) PASS: test_error (test.test_mmap.MmapTests) PASS: test_extended_getslice (test.test_mmap.MmapTests) PASS: test_extended_set_del_slice (test.test_mmap.MmapTests) PASS: test_find_end (test.test_mmap.MmapTests) SKIP: test_invalid_descriptor (test.test_mmap.MmapTests) 'requires Windows' PASS: test_io_methods (test.test_mmap.MmapTests) PASS: test_length_0_large_offset (test.test_mmap.MmapTests) PASS: test_length_0_offset (test.test_mmap.MmapTests) PASS: test_move (test.test_mmap.MmapTests) PASS: test_non_ascii_byte (test.test_mmap.MmapTests) PASS: test_offset (test.test_mmap.MmapTests) PASS: test_prot_readonly (test.test_mmap.MmapTests) PASS: test_read_all (test.test_mmap.MmapTests) PASS: test_read_invalid_arg (test.test_mmap.MmapTests) PASS: test_resize_past_pos (test.test_mmap.MmapTests) PASS: test_rfind (test.test_mmap.MmapTests) SKIP: test_sizeof (test.test_mmap.MmapTests) 'requires Windows' PASS: test_subclass (test.test_mmap.MmapTests) SKIP: test_tagname (test.test_mmap.MmapTests) 'requires Windows' PASS: test_tougher_find (test.test_mmap.MmapTests) PASS: test_weakref (test.test_mmap.MmapTests) PASS: test_write_returning_the_number_of_bytes_written (test.test_mmap.MmapTests) PASS: test_around_2GB (test.test_mmap.LargeMmapTests) PASS: test_around_4GB (test.test_mmap.LargeMmapTests) PASS: test_large_filesize (test.test_mmap.LargeMmapTests) PASS: test_large_offset (test.test_mmap.LargeMmapTests) ---------------------------------------------------------------------- Ran 37 tests in 0.132s OK (skipped=4) 0:07:57 load avg: 0.75 [222/416] test_module PASS: test_ascii_docstring (test.test_module.ModuleTests) PASS: test_clear_dict_in_ref_cycle (test.test_module.ModuleTests) PASS: test_descriptor_errors_propagate (test.test_module.ModuleTests) PASS: test_dont_clear_dict (test.test_module.ModuleTests) PASS: test_missing_getattr (test.test_module.ModuleTests) PASS: test_module_dir (test.test_module.ModuleTests) PASS: test_module_dir_errors (test.test_module.ModuleTests) PASS: test_module_finalization_at_shutdown (test.test_module.ModuleTests) PASS: test_module_getattr (test.test_module.ModuleTests) PASS: test_module_getattr_errors (test.test_module.ModuleTests) PASS: test_module_getattr_tricky (test.test_module.ModuleTests) PASS: test_module_repr_builtin (test.test_module.ModuleTests) PASS: test_module_repr_minimal (test.test_module.ModuleTests) PASS: test_module_repr_source (test.test_module.ModuleTests) PASS: test_module_repr_with_bare_loader (test.test_module.ModuleTests) PASS: test_module_repr_with_bare_loader_and_filename (test.test_module.ModuleTests) PASS: test_module_repr_with_bare_loader_but_no_name (test.test_module.ModuleTests) PASS: test_module_repr_with_filename_only (test.test_module.ModuleTests) PASS: test_module_repr_with_full_loader (test.test_module.ModuleTests) PASS: test_module_repr_with_full_loader_and_filename (test.test_module.ModuleTests) PASS: test_module_repr_with_full_loader_but_no_name (test.test_module.ModuleTests) PASS: test_module_repr_with_loader_as_None (test.test_module.ModuleTests) PASS: test_module_repr_with_name (test.test_module.ModuleTests) PASS: test_module_repr_with_name_and_filename (test.test_module.ModuleTests) PASS: test_no_docstring (test.test_module.ModuleTests) PASS: test_reinit (test.test_module.ModuleTests) PASS: test_unicode_docstring (test.test_module.ModuleTests) PASS: test_uninitialized (test.test_module.ModuleTests) PASS: test_uninitialized_missing_getattr (test.test_module.ModuleTests) PASS: test_weakref (test.test_module.ModuleTests) ---------------------------------------------------------------------- Ran 30 tests in 0.342s OK 0:07:58 load avg: 0.75 [223/416] test_modulefinder PASS: test_absolute_imports (test.test_modulefinder.ModuleFinderTest) PASS: test_bytecode (test.test_modulefinder.ModuleFinderTest) PASS: test_extended_opargs (test.test_modulefinder.ModuleFinderTest) PASS: test_maybe (test.test_modulefinder.ModuleFinderTest) PASS: test_maybe_new (test.test_modulefinder.ModuleFinderTest) PASS: test_package (test.test_modulefinder.ModuleFinderTest) PASS: test_relative_imports (test.test_modulefinder.ModuleFinderTest) PASS: test_relative_imports_2 (test.test_modulefinder.ModuleFinderTest) PASS: test_relative_imports_3 (test.test_modulefinder.ModuleFinderTest) PASS: test_relative_imports_4 (test.test_modulefinder.ModuleFinderTest) PASS: test_replace_paths (test.test_modulefinder.ModuleFinderTest) ---------------------------------------------------------------------- Ran 11 tests in 0.247s OK 0:07:59 load avg: 0.75 [224/416] test_msilib test_msilib skipped -- No module named 'msilib' 0:07:59 load avg: 0.75 [225/416] test_multibytecodec -- test_msilib skipped PASS: test_encode (test.test_multibytecodec.TestHZStateful) PASS: test_incrementalencoder (test.test_multibytecodec.TestHZStateful) PASS: test_incrementalencoder_final (test.test_multibytecodec.TestHZStateful) PASS: test_encode (test.test_multibytecodec.TestStateful) PASS: test_incrementalencoder (test.test_multibytecodec.TestStateful) PASS: test_incrementalencoder_final (test.test_multibytecodec.TestStateful) PASS: test_bug1572832 (test.test_multibytecodec.Test_ISO2022) PASS: test_g2 (test.test_multibytecodec.Test_ISO2022) PASS: test_iso2022_jp_g0 (test.test_multibytecodec.Test_ISO2022) PASS: test_dbcs (test.test_multibytecodec.Test_IncrementalDecoder) PASS: test_dbcs_keep_buffer (test.test_multibytecodec.Test_IncrementalDecoder) PASS: test_decode_unicode (test.test_multibytecodec.Test_IncrementalDecoder) PASS: test_iso2022 (test.test_multibytecodec.Test_IncrementalDecoder) PASS: test_issue5640 (test.test_multibytecodec.Test_IncrementalEncoder) PASS: test_stateful (test.test_multibytecodec.Test_IncrementalEncoder) PASS: test_stateful_keep_buffer (test.test_multibytecodec.Test_IncrementalEncoder) PASS: test_stateless (test.test_multibytecodec.Test_IncrementalEncoder) PASS: test_codingspec (test.test_multibytecodec.Test_MultibyteCodec) PASS: test_decode_unicode (test.test_multibytecodec.Test_MultibyteCodec) PASS: test_errorcallback_custom_ignore (test.test_multibytecodec.Test_MultibyteCodec) PASS: test_errorcallback_longindex (test.test_multibytecodec.Test_MultibyteCodec) PASS: test_init_segfault (test.test_multibytecodec.Test_MultibyteCodec) PASS: test_nullcoding (test.test_multibytecodec.Test_MultibyteCodec) PASS: test_str_decode (test.test_multibytecodec.Test_MultibyteCodec) PASS: test_bug1728403 (test.test_multibytecodec.Test_StreamReader) PASS: test_gb18030 (test.test_multibytecodec.Test_StreamWriter) PASS: test_streamwriter_strwrite (test.test_multibytecodec.Test_StreamWriter) PASS: test_utf_8 (test.test_multibytecodec.Test_StreamWriter) ---------------------------------------------------------------------- Ran 28 tests in 0.783s OK 0:08:00 load avg: 0.77 [226/416] test_multiprocessing_fork PASS: test_answer_challenge_auth_failure (test.test_multiprocessing_fork.OtherTest) PASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_fork.OtherTest) PASS: test_closefd (test.test_multiprocessing_fork.TestCloseFds) PASS: test_flags (test.test_multiprocessing_fork.TestFlags) PASS: test_lock (test.test_multiprocessing_fork.TestForkAwareThreadLock) PASS: test_ignore (test.test_multiprocessing_fork.TestIgnoreEINTR) PASS: test_ignore_listener (test.test_multiprocessing_fork.TestIgnoreEINTR) PASS: test_manager_initializer (test.test_multiprocessing_fork.TestInitializers) PASS: test_pool_initializer (test.test_multiprocessing_fork.TestInitializers) PASS: test_invalid_family (test.test_multiprocessing_fork.TestInvalidFamily) SKIP: test_invalid_family_win32 (test.test_multiprocessing_fork.TestInvalidFamily) 'skipped on non-Windows platforms' PASS: test_invalid_handles (test.test_multiprocessing_fork.TestInvalidHandle) PASS: test_noforkbomb (test.test_multiprocessing_fork.TestNoForkBomb) PASS: test_semaphore_tracker (test.test_multiprocessing_fork.TestSemaphoreTracker) PASS: test_semaphore_tracker_sigint (test.test_multiprocessing_fork.TestSemaphoreTracker) PASS: test_semaphore_tracker_sigkill (test.test_multiprocessing_fork.TestSemaphoreTracker) PASS: test_empty (test.test_multiprocessing_fork.TestSimpleQueue) PASS: test_context (test.test_multiprocessing_fork.TestStartMethod) PASS: test_get_all (test.test_multiprocessing_fork.TestStartMethod) SKIP: test_preload_resources (test.test_multiprocessing_fork.TestStartMethod) "test only relevant for 'forkserver' method" PASS: test_set_get (test.test_multiprocessing_fork.TestStartMethod) PASS: test_flushing (test.test_multiprocessing_fork.TestStdinBadfiledescriptor) PASS: test_pool_in_process (test.test_multiprocessing_fork.TestStdinBadfiledescriptor) PASS: test_queue_in_process (test.test_multiprocessing_fork.TestStdinBadfiledescriptor) PASS: test_array (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_barrier (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_bounded_semaphore (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_condition (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_dict (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_event (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_joinable_queue (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_list (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_lock (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_namespace (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_pool (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_queue (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_rlock (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_semaphore (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_value (test.test_multiprocessing_fork.TestSyncManagerTypes) PASS: test_timeout (test.test_multiprocessing_fork.TestTimeouts) PASS: test_neg_timeout (test.test_multiprocessing_fork.TestWait) PASS: test_wait (test.test_multiprocessing_fork.TestWait) PASS: test_wait_integer (test.test_multiprocessing_fork.TestWait) PASS: test_wait_slow (test.test_multiprocessing_fork.TestWait) PASS: test_wait_socket (test.test_multiprocessing_fork.TestWait) PASS: test_wait_socket_slow (test.test_multiprocessing_fork.TestWait) PASS: test_wait_timeout (test.test_multiprocessing_fork.TestWait) PASS: test_abort (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: test_abort_and_reset (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: test_action (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: test_barrier (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: test_barrier_10 (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: test_default_timeout (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: test_reset (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: test_single_thread (test.test_multiprocessing_fork.WithManagerTestBarrier) SKIP: test_thousand (test.test_multiprocessing_fork.WithManagerTestBarrier) 'test not appropriate for manager' PASS: test_timeout (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: test_wait_return (test.test_multiprocessing_fork.WithManagerTestBarrier) PASS: test_notify (test.test_multiprocessing_fork.WithManagerTestCondition) PASS: test_notify_all (test.test_multiprocessing_fork.WithManagerTestCondition) PASS: test_notify_n (test.test_multiprocessing_fork.WithManagerTestCondition) PASS: test_timeout (test.test_multiprocessing_fork.WithManagerTestCondition) PASS: test_wait_result (test.test_multiprocessing_fork.WithManagerTestCondition) PASS: test_waitfor (test.test_multiprocessing_fork.WithManagerTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_fork.WithManagerTestCondition) PASS: test_dict (test.test_multiprocessing_fork.WithManagerTestContainers) PASS: test_dict_iter (test.test_multiprocessing_fork.WithManagerTestContainers) PASS: test_dict_proxy_nested (test.test_multiprocessing_fork.WithManagerTestContainers) PASS: test_list (test.test_multiprocessing_fork.WithManagerTestContainers) PASS: test_list_iter (test.test_multiprocessing_fork.WithManagerTestContainers) PASS: test_list_proxy_in_list (test.test_multiprocessing_fork.WithManagerTestContainers) PASS: test_namespace (test.test_multiprocessing_fork.WithManagerTestContainers) PASS: test_event (test.test_multiprocessing_fork.WithManagerTestEvent) PASS: test_lock (test.test_multiprocessing_fork.WithManagerTestLock) PASS: test_lock_context (test.test_multiprocessing_fork.WithManagerTestLock) PASS: test_rlock (test.test_multiprocessing_fork.WithManagerTestLock) PASS: test_rapid_restart (test.test_multiprocessing_fork.WithManagerTestManagerRestart) PASS: test_mymanager (test.test_multiprocessing_fork.WithManagerTestMyManager) PASS: test_mymanager_context (test.test_multiprocessing_fork.WithManagerTestMyManager) PASS: test_mymanager_context_prestarted (test.test_multiprocessing_fork.WithManagerTestMyManager) PASS: test_apply (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_async (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_async_timeout (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_context (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_empty_iterable (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_imap (test.test_multiprocessing_fork.WithManagerTestPool) SKIP: test_imap_handle_iterable_exception (test.test_multiprocessing_fork.WithManagerTestPool) 'test not appropriate for manager' PASS: test_imap_unordered (test.test_multiprocessing_fork.WithManagerTestPool) SKIP: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.WithManagerTestPool) 'test not appropriate for manager' PASS: test_make_pool (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_map (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_map_async (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_map_chunksize (test.test_multiprocessing_fork.WithManagerTestPool) SKIP: test_map_handle_iterable_exception (test.test_multiprocessing_fork.WithManagerTestPool) 'test not appropriate for manager' PASS: test_map_no_failfast (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_map_unplicklable (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_release_task_refs (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_starmap (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_starmap_async (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_terminate (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_traceback (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_fork.WithManagerTestPool) PASS: test_fork (test.test_multiprocessing_fork.WithManagerTestQueue) PASS: test_get (test.test_multiprocessing_fork.WithManagerTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_fork.WithManagerTestQueue) PASS: test_put (test.test_multiprocessing_fork.WithManagerTestQueue) PASS: test_qsize (test.test_multiprocessing_fork.WithManagerTestQueue) SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.WithManagerTestQueue) 'test not appropriate for manager' SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.WithManagerTestQueue) 'test not appropriate for manager' PASS: test_task_done (test.test_multiprocessing_fork.WithManagerTestQueue) PASS: test_timeout (test.test_multiprocessing_fork.WithManagerTestQueue) PASS: test_remote (test.test_multiprocessing_fork.WithManagerTestRemoteManager) PASS: test_bounded_semaphore (test.test_multiprocessing_fork.WithManagerTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_fork.WithManagerTestSemaphore) SKIP: test_timeout (test.test_multiprocessing_fork.WithManagerTestSemaphore) 'test not appropriate for manager' PASS: test_array (test.test_multiprocessing_fork.WithProcessesTestArray) PASS: test_array_from_size (test.test_multiprocessing_fork.WithProcessesTestArray) PASS: test_getobj_getlock_obj (test.test_multiprocessing_fork.WithProcessesTestArray) PASS: test_rawarray (test.test_multiprocessing_fork.WithProcessesTestArray) PASS: test_abort (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: test_abort_and_reset (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: test_action (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: test_barrier (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: test_barrier_10 (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: test_default_timeout (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: test_reset (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: test_single_thread (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: test_thousand (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: test_timeout (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: test_wait_return (test.test_multiprocessing_fork.WithProcessesTestBarrier) PASS: test_notify (test.test_multiprocessing_fork.WithProcessesTestCondition) PASS: test_notify_all (test.test_multiprocessing_fork.WithProcessesTestCondition) PASS: test_notify_n (test.test_multiprocessing_fork.WithProcessesTestCondition) PASS: test_timeout (test.test_multiprocessing_fork.WithProcessesTestCondition) PASS: test_wait_result (test.test_multiprocessing_fork.WithProcessesTestCondition) PASS: test_waitfor (test.test_multiprocessing_fork.WithProcessesTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_fork.WithProcessesTestCondition) PASS: test_connection (test.test_multiprocessing_fork.WithProcessesTestConnection) PASS: test_context (test.test_multiprocessing_fork.WithProcessesTestConnection) PASS: test_duplex_false (test.test_multiprocessing_fork.WithProcessesTestConnection) PASS: test_fd_transfer (test.test_multiprocessing_fork.WithProcessesTestConnection) PASS: test_large_fd_transfer (test.test_multiprocessing_fork.WithProcessesTestConnection) PASS: test_missing_fd_transfer (test.test_multiprocessing_fork.WithProcessesTestConnection) PASS: test_sendbytes (test.test_multiprocessing_fork.WithProcessesTestConnection) PASS: test_spawn_close (test.test_multiprocessing_fork.WithProcessesTestConnection) PASS: test_event (test.test_multiprocessing_fork.WithProcessesTestEvent) PASS: test_finalize (test.test_multiprocessing_fork.WithProcessesTestFinalize) PASS: test_thread_safety (test.test_multiprocessing_fork.WithProcessesTestFinalize) PASS: test_free_from_gc (test.test_multiprocessing_fork.WithProcessesTestHeap) PASS: test_heap (test.test_multiprocessing_fork.WithProcessesTestHeap) PASS: test_context (test.test_multiprocessing_fork.WithProcessesTestListener) PASS: test_multiple_bind (test.test_multiprocessing_fork.WithProcessesTestListener) PASS: test_issue14725 (test.test_multiprocessing_fork.WithProcessesTestListenerClient) PASS: test_issue16955 (test.test_multiprocessing_fork.WithProcessesTestListenerClient) PASS: test_listener_client (test.test_multiprocessing_fork.WithProcessesTestListenerClient) PASS: test_lock (test.test_multiprocessing_fork.WithProcessesTestLock) PASS: test_lock_context (test.test_multiprocessing_fork.WithProcessesTestLock) PASS: test_rlock (test.test_multiprocessing_fork.WithProcessesTestLock) PASS: test_enable_logging (test.test_multiprocessing_fork.WithProcessesTestLogging) PASS: test_level (test.test_multiprocessing_fork.WithProcessesTestLogging) PASS: test_rapid_restart (test.test_multiprocessing_fork.WithProcessesTestManagerRestart) PASS: test_access (test.test_multiprocessing_fork.WithProcessesTestPicklingConnections) PASS: test_pickling (test.test_multiprocessing_fork.WithProcessesTestPicklingConnections) PASS: test_boundaries (test.test_multiprocessing_fork.WithProcessesTestPoll) PASS: test_dont_merge (test.test_multiprocessing_fork.WithProcessesTestPoll) PASS: test_empty_string (test.test_multiprocessing_fork.WithProcessesTestPoll) PASS: test_strings (test.test_multiprocessing_fork.WithProcessesTestPoll) PASS: test_poll_eintr (test.test_multiprocessing_fork.WithProcessesTestPollEintr) PASS: test_apply (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_async (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_async_timeout (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_context (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_empty_iterable (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_imap (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_imap_unordered (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_make_pool (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_map (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_map_async (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_map_chunksize (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_map_handle_iterable_exception (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_map_no_failfast (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_map_unplicklable (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_release_task_refs (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_starmap (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_starmap_async (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_terminate (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_traceback (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_fork.WithProcessesTestPool) PASS: test_async_error_callback (test.test_multiprocessing_fork.WithProcessesTestPoolWorkerErrors) PASS: test_unpickleable_result (test.test_multiprocessing_fork.WithProcessesTestPoolWorkerErrors) PASS: test_pool_worker_lifetime (test.test_multiprocessing_fork.WithProcessesTestPoolWorkerLifetime) PASS: test_pool_worker_lifetime_early_close (test.test_multiprocessing_fork.WithProcessesTestPoolWorkerLifetime) PASS: test_active_children (test.test_multiprocessing_fork.WithProcessesTestProcess) SKIP: test_child_fd_inflation (test.test_multiprocessing_fork.WithProcessesTestProcess) 'test not appropriate for fork' PASS: test_close (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_cpu_count (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_current (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_daemon_argument (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_fork.WithProcessesTestProcess) SKIP: test_forkserver_sigint (test.test_multiprocessing_fork.WithProcessesTestProcess) 'test not appropriate for fork' SKIP: test_forkserver_sigkill (test.test_multiprocessing_fork.WithProcessesTestProcess) 'test not appropriate for fork' PASS: test_kill (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_lose_target_ref (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_many_processes (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_process (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_recursion (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_sentinel (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_terminate (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_wait_for_threads (test.test_multiprocessing_fork.WithProcessesTestProcess) PASS: test_fork (test.test_multiprocessing_fork.WithProcessesTestQueue) PASS: test_get (test.test_multiprocessing_fork.WithProcessesTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_fork.WithProcessesTestQueue) PASS: test_put (test.test_multiprocessing_fork.WithProcessesTestQueue) SKIP: test_qsize (test.test_multiprocessing_fork.WithProcessesTestQueue) 'qsize method not implemented' PASS: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.WithProcessesTestQueue) PASS: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.WithProcessesTestQueue) PASS: test_task_done (test.test_multiprocessing_fork.WithProcessesTestQueue) PASS: test_timeout (test.test_multiprocessing_fork.WithProcessesTestQueue) PASS: test_bounded_semaphore (test.test_multiprocessing_fork.WithProcessesTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_fork.WithProcessesTestSemaphore) PASS: test_timeout (test.test_multiprocessing_fork.WithProcessesTestSemaphore) PASS: test_copy (test.test_multiprocessing_fork.WithProcessesTestSharedCTypes) PASS: test_sharedctypes (test.test_multiprocessing_fork.WithProcessesTestSharedCTypes) PASS: test_synchronize (test.test_multiprocessing_fork.WithProcessesTestSharedCTypes) PASS: test_stderr_flush (test.test_multiprocessing_fork.WithProcessesTestSubclassingProcess) PASS: test_subclassing (test.test_multiprocessing_fork.WithProcessesTestSubclassingProcess) PASS: test_sys_exit (test.test_multiprocessing_fork.WithProcessesTestSubclassingProcess) PASS: test_getobj_getlock (test.test_multiprocessing_fork.WithProcessesTestValue) PASS: test_rawvalue (test.test_multiprocessing_fork.WithProcessesTestValue) PASS: test_value (test.test_multiprocessing_fork.WithProcessesTestValue) PASS: test_abort (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: test_abort_and_reset (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: test_action (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: test_barrier (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: test_barrier_10 (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: test_default_timeout (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: test_reset (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: test_single_thread (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: test_thousand (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: test_timeout (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: test_wait_return (test.test_multiprocessing_fork.WithThreadsTestBarrier) PASS: test_notify (test.test_multiprocessing_fork.WithThreadsTestCondition) PASS: test_notify_all (test.test_multiprocessing_fork.WithThreadsTestCondition) PASS: test_notify_n (test.test_multiprocessing_fork.WithThreadsTestCondition) PASS: test_timeout (test.test_multiprocessing_fork.WithThreadsTestCondition) PASS: test_wait_result (test.test_multiprocessing_fork.WithThreadsTestCondition) PASS: test_waitfor (test.test_multiprocessing_fork.WithThreadsTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_fork.WithThreadsTestCondition) PASS: test_connection (test.test_multiprocessing_fork.WithThreadsTestConnection) PASS: test_context (test.test_multiprocessing_fork.WithThreadsTestConnection) PASS: test_duplex_false (test.test_multiprocessing_fork.WithThreadsTestConnection) SKIP: test_fd_transfer (test.test_multiprocessing_fork.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_large_fd_transfer (test.test_multiprocessing_fork.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_missing_fd_transfer (test.test_multiprocessing_fork.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_sendbytes (test.test_multiprocessing_fork.WithThreadsTestConnection) 'test not appropriate for threads' PASS: test_spawn_close (test.test_multiprocessing_fork.WithThreadsTestConnection) PASS: test_event (test.test_multiprocessing_fork.WithThreadsTestEvent) PASS: test_issue14725 (test.test_multiprocessing_fork.WithThreadsTestListenerClient) PASS: test_issue16955 (test.test_multiprocessing_fork.WithThreadsTestListenerClient) PASS: test_listener_client (test.test_multiprocessing_fork.WithThreadsTestListenerClient) PASS: test_lock (test.test_multiprocessing_fork.WithThreadsTestLock) PASS: test_lock_context (test.test_multiprocessing_fork.WithThreadsTestLock) PASS: test_rlock (test.test_multiprocessing_fork.WithThreadsTestLock) PASS: test_rapid_restart (test.test_multiprocessing_fork.WithThreadsTestManagerRestart) PASS: test_boundaries (test.test_multiprocessing_fork.WithThreadsTestPoll) PASS: test_dont_merge (test.test_multiprocessing_fork.WithThreadsTestPoll) PASS: test_empty_string (test.test_multiprocessing_fork.WithThreadsTestPoll) PASS: test_strings (test.test_multiprocessing_fork.WithThreadsTestPoll) PASS: test_apply (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_async (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_async_timeout (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_context (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_empty_iterable (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_imap (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_imap_unordered (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_make_pool (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_map (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_map_async (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_map_chunksize (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_map_handle_iterable_exception (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_map_no_failfast (test.test_multiprocessing_fork.WithThreadsTestPool) SKIP: test_map_unplicklable (test.test_multiprocessing_fork.WithThreadsTestPool) 'test not appropriate for threads' PASS: test_release_task_refs (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_starmap (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_starmap_async (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_terminate (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_traceback (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_fork.WithThreadsTestPool) PASS: test_active_children (test.test_multiprocessing_fork.WithThreadsTestProcess) SKIP: test_child_fd_inflation (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_close (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_cpu_count (test.test_multiprocessing_fork.WithThreadsTestProcess) SKIP: test_current (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_daemon_argument (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_fork.WithThreadsTestProcess) PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_fork.WithThreadsTestProcess) SKIP: test_forkserver_sigint (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_forkserver_sigkill (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_kill (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_lose_target_ref (test.test_multiprocessing_fork.WithThreadsTestProcess) SKIP: test_many_processes (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_process (test.test_multiprocessing_fork.WithThreadsTestProcess) PASS: test_recursion (test.test_multiprocessing_fork.WithThreadsTestProcess) SKIP: test_sentinel (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_terminate (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_wait_for_threads (test.test_multiprocessing_fork.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_fork (test.test_multiprocessing_fork.WithThreadsTestQueue) PASS: test_get (test.test_multiprocessing_fork.WithThreadsTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_fork.WithThreadsTestQueue) PASS: test_put (test.test_multiprocessing_fork.WithThreadsTestQueue) PASS: test_qsize (test.test_multiprocessing_fork.WithThreadsTestQueue) SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.WithThreadsTestQueue) 'test not appropriate for threads' SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.WithThreadsTestQueue) 'test not appropriate for threads' PASS: test_task_done (test.test_multiprocessing_fork.WithThreadsTestQueue) PASS: test_timeout (test.test_multiprocessing_fork.WithThreadsTestQueue) PASS: test_bounded_semaphore (test.test_multiprocessing_fork.WithThreadsTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_fork.WithThreadsTestSemaphore) SKIP: test_timeout (test.test_multiprocessing_fork.WithThreadsTestSemaphore) 'test not appropriate for threads' PASS: test_import (test.test_multiprocessing_fork._TestImportStar) ---------------------------------------------------------------------- Ran 327 tests in 78.090s OK (skipped=32) 0:09:18 load avg: 0.87 [227/416] test_multiprocessing_forkserver -- test_multiprocessing_fork passed in 1 min 18 sec PASS: test_answer_challenge_auth_failure (test.test_multiprocessing_forkserver.OtherTest) PASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_forkserver.OtherTest) PASS: test_closefd (test.test_multiprocessing_forkserver.TestCloseFds) PASS: test_flags (test.test_multiprocessing_forkserver.TestFlags) PASS: test_lock (test.test_multiprocessing_forkserver.TestForkAwareThreadLock) PASS: test_ignore (test.test_multiprocessing_forkserver.TestIgnoreEINTR) PASS: test_ignore_listener (test.test_multiprocessing_forkserver.TestIgnoreEINTR) PASS: test_manager_initializer (test.test_multiprocessing_forkserver.TestInitializers) PASS: test_pool_initializer (test.test_multiprocessing_forkserver.TestInitializers) PASS: test_invalid_family (test.test_multiprocessing_forkserver.TestInvalidFamily) SKIP: test_invalid_family_win32 (test.test_multiprocessing_forkserver.TestInvalidFamily) 'skipped on non-Windows platforms' PASS: test_invalid_handles (test.test_multiprocessing_forkserver.TestInvalidHandle) PASS: test_noforkbomb (test.test_multiprocessing_forkserver.TestNoForkBomb) PASS: test_semaphore_tracker (test.test_multiprocessing_forkserver.TestSemaphoreTracker) PASS: test_semaphore_tracker_sigint (test.test_multiprocessing_forkserver.TestSemaphoreTracker) PASS: test_semaphore_tracker_sigkill (test.test_multiprocessing_forkserver.TestSemaphoreTracker) PASS: test_empty (test.test_multiprocessing_forkserver.TestSimpleQueue) PASS: test_context (test.test_multiprocessing_forkserver.TestStartMethod) PASS: test_get_all (test.test_multiprocessing_forkserver.TestStartMethod) PASS: test_preload_resources (test.test_multiprocessing_forkserver.TestStartMethod) PASS: test_set_get (test.test_multiprocessing_forkserver.TestStartMethod) PASS: test_flushing (test.test_multiprocessing_forkserver.TestStdinBadfiledescriptor) PASS: test_pool_in_process (test.test_multiprocessing_forkserver.TestStdinBadfiledescriptor) PASS: test_queue_in_process (test.test_multiprocessing_forkserver.TestStdinBadfiledescriptor) PASS: test_array (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_barrier (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_condition (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_dict (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_event (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_joinable_queue (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_list (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_lock (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_namespace (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_pool (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_queue (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_rlock (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_semaphore (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_value (test.test_multiprocessing_forkserver.TestSyncManagerTypes) PASS: test_timeout (test.test_multiprocessing_forkserver.TestTimeouts) PASS: test_neg_timeout (test.test_multiprocessing_forkserver.TestWait) PASS: test_wait (test.test_multiprocessing_forkserver.TestWait) PASS: test_wait_integer (test.test_multiprocessing_forkserver.TestWait) PASS: test_wait_slow (test.test_multiprocessing_forkserver.TestWait) PASS: test_wait_socket (test.test_multiprocessing_forkserver.TestWait) PASS: test_wait_socket_slow (test.test_multiprocessing_forkserver.TestWait) PASS: test_wait_timeout (test.test_multiprocessing_forkserver.TestWait) PASS: test_abort (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: test_abort_and_reset (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: test_action (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: test_barrier (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: test_barrier_10 (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: test_default_timeout (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: test_reset (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: test_single_thread (test.test_multiprocessing_forkserver.WithManagerTestBarrier) SKIP: test_thousand (test.test_multiprocessing_forkserver.WithManagerTestBarrier) 'test not appropriate for manager' PASS: test_timeout (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: test_wait_return (test.test_multiprocessing_forkserver.WithManagerTestBarrier) PASS: test_notify (test.test_multiprocessing_forkserver.WithManagerTestCondition) PASS: test_notify_all (test.test_multiprocessing_forkserver.WithManagerTestCondition) PASS: test_notify_n (test.test_multiprocessing_forkserver.WithManagerTestCondition) PASS: test_timeout (test.test_multiprocessing_forkserver.WithManagerTestCondition) PASS: test_wait_result (test.test_multiprocessing_forkserver.WithManagerTestCondition) PASS: test_waitfor (test.test_multiprocessing_forkserver.WithManagerTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_forkserver.WithManagerTestCondition) PASS: test_dict (test.test_multiprocessing_forkserver.WithManagerTestContainers) PASS: test_dict_iter (test.test_multiprocessing_forkserver.WithManagerTestContainers) PASS: test_dict_proxy_nested (test.test_multiprocessing_forkserver.WithManagerTestContainers) PASS: test_list (test.test_multiprocessing_forkserver.WithManagerTestContainers) PASS: test_list_iter (test.test_multiprocessing_forkserver.WithManagerTestContainers) PASS: test_list_proxy_in_list (test.test_multiprocessing_forkserver.WithManagerTestContainers) PASS: test_namespace (test.test_multiprocessing_forkserver.WithManagerTestContainers) PASS: test_event (test.test_multiprocessing_forkserver.WithManagerTestEvent) PASS: test_lock (test.test_multiprocessing_forkserver.WithManagerTestLock) PASS: test_lock_context (test.test_multiprocessing_forkserver.WithManagerTestLock) PASS: test_rlock (test.test_multiprocessing_forkserver.WithManagerTestLock) PASS: test_rapid_restart (test.test_multiprocessing_forkserver.WithManagerTestManagerRestart) PASS: test_mymanager (test.test_multiprocessing_forkserver.WithManagerTestMyManager) PASS: test_mymanager_context (test.test_multiprocessing_forkserver.WithManagerTestMyManager) PASS: test_mymanager_context_prestarted (test.test_multiprocessing_forkserver.WithManagerTestMyManager) PASS: test_apply (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_async (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_async_timeout (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_context (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_empty_iterable (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_imap (test.test_multiprocessing_forkserver.WithManagerTestPool) SKIP: test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.WithManagerTestPool) 'test not appropriate for manager' PASS: test_imap_unordered (test.test_multiprocessing_forkserver.WithManagerTestPool) SKIP: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.WithManagerTestPool) 'test not appropriate for manager' PASS: test_make_pool (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_map (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_map_async (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_map_chunksize (test.test_multiprocessing_forkserver.WithManagerTestPool) SKIP: test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.WithManagerTestPool) 'test not appropriate for manager' PASS: test_map_no_failfast (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_map_unplicklable (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_release_task_refs (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_starmap (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_starmap_async (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_terminate (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_traceback (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_forkserver.WithManagerTestPool) PASS: test_fork (test.test_multiprocessing_forkserver.WithManagerTestQueue) PASS: test_get (test.test_multiprocessing_forkserver.WithManagerTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_forkserver.WithManagerTestQueue) PASS: test_put (test.test_multiprocessing_forkserver.WithManagerTestQueue) PASS: test_qsize (test.test_multiprocessing_forkserver.WithManagerTestQueue) SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.WithManagerTestQueue) 'test not appropriate for manager' SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.WithManagerTestQueue) 'test not appropriate for manager' PASS: test_task_done (test.test_multiprocessing_forkserver.WithManagerTestQueue) PASS: test_timeout (test.test_multiprocessing_forkserver.WithManagerTestQueue) PASS: test_remote (test.test_multiprocessing_forkserver.WithManagerTestRemoteManager) PASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.WithManagerTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_forkserver.WithManagerTestSemaphore) SKIP: test_timeout (test.test_multiprocessing_forkserver.WithManagerTestSemaphore) 'test not appropriate for manager' PASS: test_array (test.test_multiprocessing_forkserver.WithProcessesTestArray) PASS: test_array_from_size (test.test_multiprocessing_forkserver.WithProcessesTestArray) PASS: test_getobj_getlock_obj (test.test_multiprocessing_forkserver.WithProcessesTestArray) PASS: test_rawarray (test.test_multiprocessing_forkserver.WithProcessesTestArray) PASS: test_abort (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: test_abort_and_reset (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: test_action (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: test_barrier (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: test_barrier_10 (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: test_default_timeout (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: test_reset (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: test_single_thread (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: test_thousand (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: test_timeout (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: test_wait_return (test.test_multiprocessing_forkserver.WithProcessesTestBarrier) PASS: test_notify (test.test_multiprocessing_forkserver.WithProcessesTestCondition) PASS: test_notify_all (test.test_multiprocessing_forkserver.WithProcessesTestCondition) PASS: test_notify_n (test.test_multiprocessing_forkserver.WithProcessesTestCondition) PASS: test_timeout (test.test_multiprocessing_forkserver.WithProcessesTestCondition) PASS: test_wait_result (test.test_multiprocessing_forkserver.WithProcessesTestCondition) PASS: test_waitfor (test.test_multiprocessing_forkserver.WithProcessesTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_forkserver.WithProcessesTestCondition) PASS: test_connection (test.test_multiprocessing_forkserver.WithProcessesTestConnection) PASS: test_context (test.test_multiprocessing_forkserver.WithProcessesTestConnection) PASS: test_duplex_false (test.test_multiprocessing_forkserver.WithProcessesTestConnection) PASS: test_fd_transfer (test.test_multiprocessing_forkserver.WithProcessesTestConnection) PASS: test_large_fd_transfer (test.test_multiprocessing_forkserver.WithProcessesTestConnection) PASS: test_missing_fd_transfer (test.test_multiprocessing_forkserver.WithProcessesTestConnection) PASS: test_sendbytes (test.test_multiprocessing_forkserver.WithProcessesTestConnection) PASS: test_spawn_close (test.test_multiprocessing_forkserver.WithProcessesTestConnection) PASS: test_event (test.test_multiprocessing_forkserver.WithProcessesTestEvent) PASS: test_finalize (test.test_multiprocessing_forkserver.WithProcessesTestFinalize) PASS: test_thread_safety (test.test_multiprocessing_forkserver.WithProcessesTestFinalize) PASS: test_free_from_gc (test.test_multiprocessing_forkserver.WithProcessesTestHeap) PASS: test_heap (test.test_multiprocessing_forkserver.WithProcessesTestHeap) PASS: test_context (test.test_multiprocessing_forkserver.WithProcessesTestListener) PASS: test_multiple_bind (test.test_multiprocessing_forkserver.WithProcessesTestListener) PASS: test_issue14725 (test.test_multiprocessing_forkserver.WithProcessesTestListenerClient) PASS: test_issue16955 (test.test_multiprocessing_forkserver.WithProcessesTestListenerClient) PASS: test_listener_client (test.test_multiprocessing_forkserver.WithProcessesTestListenerClient) PASS: test_lock (test.test_multiprocessing_forkserver.WithProcessesTestLock) PASS: test_lock_context (test.test_multiprocessing_forkserver.WithProcessesTestLock) PASS: test_rlock (test.test_multiprocessing_forkserver.WithProcessesTestLock) PASS: test_enable_logging (test.test_multiprocessing_forkserver.WithProcessesTestLogging) PASS: test_level (test.test_multiprocessing_forkserver.WithProcessesTestLogging) PASS: test_rapid_restart (test.test_multiprocessing_forkserver.WithProcessesTestManagerRestart) PASS: test_access (test.test_multiprocessing_forkserver.WithProcessesTestPicklingConnections) PASS: test_pickling (test.test_multiprocessing_forkserver.WithProcessesTestPicklingConnections) PASS: test_boundaries (test.test_multiprocessing_forkserver.WithProcessesTestPoll) PASS: test_dont_merge (test.test_multiprocessing_forkserver.WithProcessesTestPoll) PASS: test_empty_string (test.test_multiprocessing_forkserver.WithProcessesTestPoll) PASS: test_strings (test.test_multiprocessing_forkserver.WithProcessesTestPoll) PASS: test_poll_eintr (test.test_multiprocessing_forkserver.WithProcessesTestPollEintr) PASS: test_apply (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_async (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_async_timeout (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_context (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_empty_iterable (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_imap (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_imap_unordered (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_make_pool (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_map (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_map_async (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_map_chunksize (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_map_no_failfast (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_map_unplicklable (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_release_task_refs (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_starmap (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_starmap_async (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_terminate (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_traceback (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_forkserver.WithProcessesTestPool) PASS: test_async_error_callback (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerErrors) PASS: test_unpickleable_result (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerErrors) PASS: test_pool_worker_lifetime (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerLifetime) PASS: test_pool_worker_lifetime_early_close (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerLifetime) PASS: test_active_children (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_child_fd_inflation (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_close (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_cpu_count (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_current (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_daemon_argument (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_forkserver_sigint (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_forkserver_sigkill (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_kill (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_lose_target_ref (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_many_processes (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_process (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_recursion (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_sentinel (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_terminate (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_wait_for_threads (test.test_multiprocessing_forkserver.WithProcessesTestProcess) PASS: test_fork (test.test_multiprocessing_forkserver.WithProcessesTestQueue) PASS: test_get (test.test_multiprocessing_forkserver.WithProcessesTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_forkserver.WithProcessesTestQueue) PASS: test_put (test.test_multiprocessing_forkserver.WithProcessesTestQueue) SKIP: test_qsize (test.test_multiprocessing_forkserver.WithProcessesTestQueue) 'qsize method not implemented' PASS: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.WithProcessesTestQueue) PASS: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.WithProcessesTestQueue) PASS: test_task_done (test.test_multiprocessing_forkserver.WithProcessesTestQueue) PASS: test_timeout (test.test_multiprocessing_forkserver.WithProcessesTestQueue) PASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.WithProcessesTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_forkserver.WithProcessesTestSemaphore) PASS: test_timeout (test.test_multiprocessing_forkserver.WithProcessesTestSemaphore) PASS: test_copy (test.test_multiprocessing_forkserver.WithProcessesTestSharedCTypes) PASS: test_sharedctypes (test.test_multiprocessing_forkserver.WithProcessesTestSharedCTypes) PASS: test_synchronize (test.test_multiprocessing_forkserver.WithProcessesTestSharedCTypes) PASS: test_stderr_flush (test.test_multiprocessing_forkserver.WithProcessesTestSubclassingProcess) PASS: test_subclassing (test.test_multiprocessing_forkserver.WithProcessesTestSubclassingProcess) PASS: test_sys_exit (test.test_multiprocessing_forkserver.WithProcessesTestSubclassingProcess) PASS: test_getobj_getlock (test.test_multiprocessing_forkserver.WithProcessesTestValue) PASS: test_rawvalue (test.test_multiprocessing_forkserver.WithProcessesTestValue) PASS: test_value (test.test_multiprocessing_forkserver.WithProcessesTestValue) PASS: test_abort (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: test_abort_and_reset (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: test_action (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: test_barrier (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: test_barrier_10 (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: test_default_timeout (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: test_reset (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: test_single_thread (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: test_thousand (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: test_timeout (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: test_wait_return (test.test_multiprocessing_forkserver.WithThreadsTestBarrier) PASS: test_notify (test.test_multiprocessing_forkserver.WithThreadsTestCondition) PASS: test_notify_all (test.test_multiprocessing_forkserver.WithThreadsTestCondition) PASS: test_notify_n (test.test_multiprocessing_forkserver.WithThreadsTestCondition) PASS: test_timeout (test.test_multiprocessing_forkserver.WithThreadsTestCondition) PASS: test_wait_result (test.test_multiprocessing_forkserver.WithThreadsTestCondition) PASS: test_waitfor (test.test_multiprocessing_forkserver.WithThreadsTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_forkserver.WithThreadsTestCondition) PASS: test_connection (test.test_multiprocessing_forkserver.WithThreadsTestConnection) PASS: test_context (test.test_multiprocessing_forkserver.WithThreadsTestConnection) PASS: test_duplex_false (test.test_multiprocessing_forkserver.WithThreadsTestConnection) SKIP: test_fd_transfer (test.test_multiprocessing_forkserver.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_large_fd_transfer (test.test_multiprocessing_forkserver.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_missing_fd_transfer (test.test_multiprocessing_forkserver.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_sendbytes (test.test_multiprocessing_forkserver.WithThreadsTestConnection) 'test not appropriate for threads' PASS: test_spawn_close (test.test_multiprocessing_forkserver.WithThreadsTestConnection) PASS: test_event (test.test_multiprocessing_forkserver.WithThreadsTestEvent) PASS: test_issue14725 (test.test_multiprocessing_forkserver.WithThreadsTestListenerClient) PASS: test_issue16955 (test.test_multiprocessing_forkserver.WithThreadsTestListenerClient) PASS: test_listener_client (test.test_multiprocessing_forkserver.WithThreadsTestListenerClient) PASS: test_lock (test.test_multiprocessing_forkserver.WithThreadsTestLock) PASS: test_lock_context (test.test_multiprocessing_forkserver.WithThreadsTestLock) PASS: test_rlock (test.test_multiprocessing_forkserver.WithThreadsTestLock) PASS: test_rapid_restart (test.test_multiprocessing_forkserver.WithThreadsTestManagerRestart) PASS: test_boundaries (test.test_multiprocessing_forkserver.WithThreadsTestPoll) PASS: test_dont_merge (test.test_multiprocessing_forkserver.WithThreadsTestPoll) PASS: test_empty_string (test.test_multiprocessing_forkserver.WithThreadsTestPoll) PASS: test_strings (test.test_multiprocessing_forkserver.WithThreadsTestPoll) PASS: test_apply (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_async (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_async_timeout (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_context (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_empty_iterable (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_imap (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_imap_unordered (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_make_pool (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_map (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_map_async (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_map_chunksize (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_map_no_failfast (test.test_multiprocessing_forkserver.WithThreadsTestPool) SKIP: test_map_unplicklable (test.test_multiprocessing_forkserver.WithThreadsTestPool) 'test not appropriate for threads' PASS: test_release_task_refs (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_starmap (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_starmap_async (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_terminate (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_traceback (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_forkserver.WithThreadsTestPool) PASS: test_active_children (test.test_multiprocessing_forkserver.WithThreadsTestProcess) SKIP: test_child_fd_inflation (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_close (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_cpu_count (test.test_multiprocessing_forkserver.WithThreadsTestProcess) SKIP: test_current (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_daemon_argument (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_forkserver.WithThreadsTestProcess) PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_forkserver.WithThreadsTestProcess) SKIP: test_forkserver_sigint (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_forkserver_sigkill (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_kill (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_lose_target_ref (test.test_multiprocessing_forkserver.WithThreadsTestProcess) SKIP: test_many_processes (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_process (test.test_multiprocessing_forkserver.WithThreadsTestProcess) PASS: test_recursion (test.test_multiprocessing_forkserver.WithThreadsTestProcess) SKIP: test_sentinel (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_terminate (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_wait_for_threads (test.test_multiprocessing_forkserver.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_fork (test.test_multiprocessing_forkserver.WithThreadsTestQueue) PASS: test_get (test.test_multiprocessing_forkserver.WithThreadsTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_forkserver.WithThreadsTestQueue) PASS: test_put (test.test_multiprocessing_forkserver.WithThreadsTestQueue) PASS: test_qsize (test.test_multiprocessing_forkserver.WithThreadsTestQueue) SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.WithThreadsTestQueue) 'test not appropriate for threads' SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.WithThreadsTestQueue) 'test not appropriate for threads' PASS: test_task_done (test.test_multiprocessing_forkserver.WithThreadsTestQueue) PASS: test_timeout (test.test_multiprocessing_forkserver.WithThreadsTestQueue) PASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.WithThreadsTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_forkserver.WithThreadsTestSemaphore) SKIP: test_timeout (test.test_multiprocessing_forkserver.WithThreadsTestSemaphore) 'test not appropriate for threads' PASS: test_import (test.test_multiprocessing_forkserver._TestImportStar) ---------------------------------------------------------------------- Ran 327 tests in 95.272s OK (skipped=28) 0:10:54 load avg: 1.39 [228/416] test_multiprocessing_main_handling -- test_multiprocessing_forkserver passed in 1 min 35 sec PASS: test_basic_script (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_basic_script_no_suffix (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_directory (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_directory_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_ipython_workaround (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_module_in_package (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_package (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_package_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_script_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest) PASS: test_basic_script (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_basic_script_no_suffix (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_directory (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_directory_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_ipython_workaround (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_module_in_package (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_package (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_package_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_script_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest) PASS: test_basic_script (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_basic_script_no_suffix (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_directory (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_directory_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_ipython_workaround (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_module_in_package (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_package (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_package_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_script_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest) PASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest) ---------------------------------------------------------------------- Ran 39 tests in 16.833s OK 0:11:11 load avg: 1.74 [229/416] test_multiprocessing_spawn PASS: test_answer_challenge_auth_failure (test.test_multiprocessing_spawn.OtherTest) PASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_spawn.OtherTest) PASS: test_closefd (test.test_multiprocessing_spawn.TestCloseFds) PASS: test_flags (test.test_multiprocessing_spawn.TestFlags) PASS: test_lock (test.test_multiprocessing_spawn.TestForkAwareThreadLock) PASS: test_ignore (test.test_multiprocessing_spawn.TestIgnoreEINTR) PASS: test_ignore_listener (test.test_multiprocessing_spawn.TestIgnoreEINTR) PASS: test_manager_initializer (test.test_multiprocessing_spawn.TestInitializers) PASS: test_pool_initializer (test.test_multiprocessing_spawn.TestInitializers) PASS: test_invalid_family (test.test_multiprocessing_spawn.TestInvalidFamily) SKIP: test_invalid_family_win32 (test.test_multiprocessing_spawn.TestInvalidFamily) 'skipped on non-Windows platforms' PASS: test_invalid_handles (test.test_multiprocessing_spawn.TestInvalidHandle) PASS: test_noforkbomb (test.test_multiprocessing_spawn.TestNoForkBomb) PASS: test_semaphore_tracker (test.test_multiprocessing_spawn.TestSemaphoreTracker) PASS: test_semaphore_tracker_sigint (test.test_multiprocessing_spawn.TestSemaphoreTracker) PASS: test_semaphore_tracker_sigkill (test.test_multiprocessing_spawn.TestSemaphoreTracker) PASS: test_empty (test.test_multiprocessing_spawn.TestSimpleQueue) PASS: test_context (test.test_multiprocessing_spawn.TestStartMethod) PASS: test_get_all (test.test_multiprocessing_spawn.TestStartMethod) SKIP: test_preload_resources (test.test_multiprocessing_spawn.TestStartMethod) "test only relevant for 'forkserver' method" PASS: test_set_get (test.test_multiprocessing_spawn.TestStartMethod) PASS: test_flushing (test.test_multiprocessing_spawn.TestStdinBadfiledescriptor) PASS: test_pool_in_process (test.test_multiprocessing_spawn.TestStdinBadfiledescriptor) PASS: test_queue_in_process (test.test_multiprocessing_spawn.TestStdinBadfiledescriptor) PASS: test_array (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_barrier (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_bounded_semaphore (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_condition (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_dict (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_event (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_joinable_queue (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_list (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_lock (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_namespace (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_pool (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_queue (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_rlock (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_semaphore (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_value (test.test_multiprocessing_spawn.TestSyncManagerTypes) PASS: test_timeout (test.test_multiprocessing_spawn.TestTimeouts) PASS: test_neg_timeout (test.test_multiprocessing_spawn.TestWait) PASS: test_wait (test.test_multiprocessing_spawn.TestWait) PASS: test_wait_integer (test.test_multiprocessing_spawn.TestWait) PASS: test_wait_slow (test.test_multiprocessing_spawn.TestWait) PASS: test_wait_socket (test.test_multiprocessing_spawn.TestWait) PASS: test_wait_socket_slow (test.test_multiprocessing_spawn.TestWait) PASS: test_wait_timeout (test.test_multiprocessing_spawn.TestWait) PASS: test_abort (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: test_abort_and_reset (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: test_action (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: test_barrier (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: test_barrier_10 (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: test_default_timeout (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: test_reset (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: test_single_thread (test.test_multiprocessing_spawn.WithManagerTestBarrier) SKIP: test_thousand (test.test_multiprocessing_spawn.WithManagerTestBarrier) 'test not appropriate for manager' PASS: test_timeout (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: test_wait_return (test.test_multiprocessing_spawn.WithManagerTestBarrier) PASS: test_notify (test.test_multiprocessing_spawn.WithManagerTestCondition) PASS: test_notify_all (test.test_multiprocessing_spawn.WithManagerTestCondition) PASS: test_notify_n (test.test_multiprocessing_spawn.WithManagerTestCondition) PASS: test_timeout (test.test_multiprocessing_spawn.WithManagerTestCondition) PASS: test_wait_result (test.test_multiprocessing_spawn.WithManagerTestCondition) PASS: test_waitfor (test.test_multiprocessing_spawn.WithManagerTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_spawn.WithManagerTestCondition) PASS: test_dict (test.test_multiprocessing_spawn.WithManagerTestContainers) PASS: test_dict_iter (test.test_multiprocessing_spawn.WithManagerTestContainers) PASS: test_dict_proxy_nested (test.test_multiprocessing_spawn.WithManagerTestContainers) PASS: test_list (test.test_multiprocessing_spawn.WithManagerTestContainers) PASS: test_list_iter (test.test_multiprocessing_spawn.WithManagerTestContainers) PASS: test_list_proxy_in_list (test.test_multiprocessing_spawn.WithManagerTestContainers) PASS: test_namespace (test.test_multiprocessing_spawn.WithManagerTestContainers) PASS: test_event (test.test_multiprocessing_spawn.WithManagerTestEvent) PASS: test_lock (test.test_multiprocessing_spawn.WithManagerTestLock) PASS: test_lock_context (test.test_multiprocessing_spawn.WithManagerTestLock) PASS: test_rlock (test.test_multiprocessing_spawn.WithManagerTestLock) PASS: test_rapid_restart (test.test_multiprocessing_spawn.WithManagerTestManagerRestart) PASS: test_mymanager (test.test_multiprocessing_spawn.WithManagerTestMyManager) PASS: test_mymanager_context (test.test_multiprocessing_spawn.WithManagerTestMyManager) PASS: test_mymanager_context_prestarted (test.test_multiprocessing_spawn.WithManagerTestMyManager) PASS: test_apply (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_async (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_async_timeout (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_context (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_empty_iterable (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_imap (test.test_multiprocessing_spawn.WithManagerTestPool) SKIP: test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.WithManagerTestPool) 'test not appropriate for manager' PASS: test_imap_unordered (test.test_multiprocessing_spawn.WithManagerTestPool) SKIP: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.WithManagerTestPool) 'test not appropriate for manager' PASS: test_make_pool (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_map (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_map_async (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_map_chunksize (test.test_multiprocessing_spawn.WithManagerTestPool) SKIP: test_map_handle_iterable_exception (test.test_multiprocessing_spawn.WithManagerTestPool) 'test not appropriate for manager' PASS: test_map_no_failfast (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_map_unplicklable (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_release_task_refs (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_starmap (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_starmap_async (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_terminate (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_traceback (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_spawn.WithManagerTestPool) PASS: test_fork (test.test_multiprocessing_spawn.WithManagerTestQueue) PASS: test_get (test.test_multiprocessing_spawn.WithManagerTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_spawn.WithManagerTestQueue) PASS: test_put (test.test_multiprocessing_spawn.WithManagerTestQueue) PASS: test_qsize (test.test_multiprocessing_spawn.WithManagerTestQueue) SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.WithManagerTestQueue) 'test not appropriate for manager' SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.WithManagerTestQueue) 'test not appropriate for manager' PASS: test_task_done (test.test_multiprocessing_spawn.WithManagerTestQueue) PASS: test_timeout (test.test_multiprocessing_spawn.WithManagerTestQueue) PASS: test_remote (test.test_multiprocessing_spawn.WithManagerTestRemoteManager) PASS: test_bounded_semaphore (test.test_multiprocessing_spawn.WithManagerTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_spawn.WithManagerTestSemaphore) SKIP: test_timeout (test.test_multiprocessing_spawn.WithManagerTestSemaphore) 'test not appropriate for manager' PASS: test_array (test.test_multiprocessing_spawn.WithProcessesTestArray) PASS: test_array_from_size (test.test_multiprocessing_spawn.WithProcessesTestArray) PASS: test_getobj_getlock_obj (test.test_multiprocessing_spawn.WithProcessesTestArray) PASS: test_rawarray (test.test_multiprocessing_spawn.WithProcessesTestArray) PASS: test_abort (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: test_abort_and_reset (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: test_action (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: test_barrier (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: test_barrier_10 (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: test_default_timeout (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: test_reset (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: test_single_thread (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: test_thousand (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: test_timeout (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: test_wait_return (test.test_multiprocessing_spawn.WithProcessesTestBarrier) PASS: test_notify (test.test_multiprocessing_spawn.WithProcessesTestCondition) PASS: test_notify_all (test.test_multiprocessing_spawn.WithProcessesTestCondition) PASS: test_notify_n (test.test_multiprocessing_spawn.WithProcessesTestCondition) PASS: test_timeout (test.test_multiprocessing_spawn.WithProcessesTestCondition) PASS: test_wait_result (test.test_multiprocessing_spawn.WithProcessesTestCondition) PASS: test_waitfor (test.test_multiprocessing_spawn.WithProcessesTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_spawn.WithProcessesTestCondition) PASS: test_connection (test.test_multiprocessing_spawn.WithProcessesTestConnection) PASS: test_context (test.test_multiprocessing_spawn.WithProcessesTestConnection) PASS: test_duplex_false (test.test_multiprocessing_spawn.WithProcessesTestConnection) PASS: test_fd_transfer (test.test_multiprocessing_spawn.WithProcessesTestConnection) PASS: test_large_fd_transfer (test.test_multiprocessing_spawn.WithProcessesTestConnection) PASS: test_missing_fd_transfer (test.test_multiprocessing_spawn.WithProcessesTestConnection) PASS: test_sendbytes (test.test_multiprocessing_spawn.WithProcessesTestConnection) PASS: test_spawn_close (test.test_multiprocessing_spawn.WithProcessesTestConnection) PASS: test_event (test.test_multiprocessing_spawn.WithProcessesTestEvent) PASS: test_finalize (test.test_multiprocessing_spawn.WithProcessesTestFinalize) PASS: test_thread_safety (test.test_multiprocessing_spawn.WithProcessesTestFinalize) PASS: test_free_from_gc (test.test_multiprocessing_spawn.WithProcessesTestHeap) PASS: test_heap (test.test_multiprocessing_spawn.WithProcessesTestHeap) PASS: test_context (test.test_multiprocessing_spawn.WithProcessesTestListener) PASS: test_multiple_bind (test.test_multiprocessing_spawn.WithProcessesTestListener) PASS: test_issue14725 (test.test_multiprocessing_spawn.WithProcessesTestListenerClient) PASS: test_issue16955 (test.test_multiprocessing_spawn.WithProcessesTestListenerClient) PASS: test_listener_client (test.test_multiprocessing_spawn.WithProcessesTestListenerClient) PASS: test_lock (test.test_multiprocessing_spawn.WithProcessesTestLock) PASS: test_lock_context (test.test_multiprocessing_spawn.WithProcessesTestLock) PASS: test_rlock (test.test_multiprocessing_spawn.WithProcessesTestLock) PASS: test_enable_logging (test.test_multiprocessing_spawn.WithProcessesTestLogging) PASS: test_level (test.test_multiprocessing_spawn.WithProcessesTestLogging) PASS: test_rapid_restart (test.test_multiprocessing_spawn.WithProcessesTestManagerRestart) PASS: test_access (test.test_multiprocessing_spawn.WithProcessesTestPicklingConnections) PASS: test_pickling (test.test_multiprocessing_spawn.WithProcessesTestPicklingConnections) PASS: test_boundaries (test.test_multiprocessing_spawn.WithProcessesTestPoll) PASS: test_dont_merge (test.test_multiprocessing_spawn.WithProcessesTestPoll) PASS: test_empty_string (test.test_multiprocessing_spawn.WithProcessesTestPoll) PASS: test_strings (test.test_multiprocessing_spawn.WithProcessesTestPoll) PASS: test_poll_eintr (test.test_multiprocessing_spawn.WithProcessesTestPollEintr) PASS: test_apply (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_async (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_async_timeout (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_context (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_empty_iterable (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_imap (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_imap_unordered (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_make_pool (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_map (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_map_async (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_map_chunksize (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_map_handle_iterable_exception (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_map_no_failfast (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_map_unplicklable (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_release_task_refs (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_starmap (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_starmap_async (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_terminate (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_traceback (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_spawn.WithProcessesTestPool) PASS: test_async_error_callback (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerErrors) PASS: test_unpickleable_result (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerErrors) PASS: test_pool_worker_lifetime (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerLifetime) PASS: test_pool_worker_lifetime_early_close (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerLifetime) PASS: test_active_children (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_child_fd_inflation (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_close (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_cpu_count (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_current (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_daemon_argument (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.WithProcessesTestProcess) SKIP: test_forkserver_sigint (test.test_multiprocessing_spawn.WithProcessesTestProcess) 'test not appropriate for spawn' SKIP: test_forkserver_sigkill (test.test_multiprocessing_spawn.WithProcessesTestProcess) 'test not appropriate for spawn' PASS: test_kill (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_lose_target_ref (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_many_processes (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_process (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_recursion (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_sentinel (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_terminate (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_wait_for_threads (test.test_multiprocessing_spawn.WithProcessesTestProcess) PASS: test_fork (test.test_multiprocessing_spawn.WithProcessesTestQueue) PASS: test_get (test.test_multiprocessing_spawn.WithProcessesTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_spawn.WithProcessesTestQueue) PASS: test_put (test.test_multiprocessing_spawn.WithProcessesTestQueue) SKIP: test_qsize (test.test_multiprocessing_spawn.WithProcessesTestQueue) 'qsize method not implemented' PASS: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.WithProcessesTestQueue) PASS: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.WithProcessesTestQueue) PASS: test_task_done (test.test_multiprocessing_spawn.WithProcessesTestQueue) PASS: test_timeout (test.test_multiprocessing_spawn.WithProcessesTestQueue) PASS: test_bounded_semaphore (test.test_multiprocessing_spawn.WithProcessesTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_spawn.WithProcessesTestSemaphore) PASS: test_timeout (test.test_multiprocessing_spawn.WithProcessesTestSemaphore) PASS: test_copy (test.test_multiprocessing_spawn.WithProcessesTestSharedCTypes) PASS: test_sharedctypes (test.test_multiprocessing_spawn.WithProcessesTestSharedCTypes) PASS: test_synchronize (test.test_multiprocessing_spawn.WithProcessesTestSharedCTypes) PASS: test_stderr_flush (test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess) PASS: test_subclassing (test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess) PASS: test_sys_exit (test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess) PASS: test_getobj_getlock (test.test_multiprocessing_spawn.WithProcessesTestValue) PASS: test_rawvalue (test.test_multiprocessing_spawn.WithProcessesTestValue) PASS: test_value (test.test_multiprocessing_spawn.WithProcessesTestValue) PASS: test_abort (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: test_abort_and_reset (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: test_action (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: test_barrier (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: test_barrier_10 (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: test_default_timeout (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: test_reset (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: test_single_thread (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: test_thousand (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: test_timeout (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: test_wait_return (test.test_multiprocessing_spawn.WithThreadsTestBarrier) PASS: test_notify (test.test_multiprocessing_spawn.WithThreadsTestCondition) PASS: test_notify_all (test.test_multiprocessing_spawn.WithThreadsTestCondition) PASS: test_notify_n (test.test_multiprocessing_spawn.WithThreadsTestCondition) PASS: test_timeout (test.test_multiprocessing_spawn.WithThreadsTestCondition) PASS: test_wait_result (test.test_multiprocessing_spawn.WithThreadsTestCondition) PASS: test_waitfor (test.test_multiprocessing_spawn.WithThreadsTestCondition) PASS: test_waitfor_timeout (test.test_multiprocessing_spawn.WithThreadsTestCondition) PASS: test_connection (test.test_multiprocessing_spawn.WithThreadsTestConnection) PASS: test_context (test.test_multiprocessing_spawn.WithThreadsTestConnection) PASS: test_duplex_false (test.test_multiprocessing_spawn.WithThreadsTestConnection) SKIP: test_fd_transfer (test.test_multiprocessing_spawn.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_large_fd_transfer (test.test_multiprocessing_spawn.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_missing_fd_transfer (test.test_multiprocessing_spawn.WithThreadsTestConnection) 'only makes sense with processes' SKIP: test_sendbytes (test.test_multiprocessing_spawn.WithThreadsTestConnection) 'test not appropriate for threads' PASS: test_spawn_close (test.test_multiprocessing_spawn.WithThreadsTestConnection) PASS: test_event (test.test_multiprocessing_spawn.WithThreadsTestEvent) PASS: test_issue14725 (test.test_multiprocessing_spawn.WithThreadsTestListenerClient) PASS: test_issue16955 (test.test_multiprocessing_spawn.WithThreadsTestListenerClient) PASS: test_listener_client (test.test_multiprocessing_spawn.WithThreadsTestListenerClient) PASS: test_lock (test.test_multiprocessing_spawn.WithThreadsTestLock) PASS: test_lock_context (test.test_multiprocessing_spawn.WithThreadsTestLock) PASS: test_rlock (test.test_multiprocessing_spawn.WithThreadsTestLock) PASS: test_rapid_restart (test.test_multiprocessing_spawn.WithThreadsTestManagerRestart) PASS: test_boundaries (test.test_multiprocessing_spawn.WithThreadsTestPoll) PASS: test_dont_merge (test.test_multiprocessing_spawn.WithThreadsTestPoll) PASS: test_empty_string (test.test_multiprocessing_spawn.WithThreadsTestPoll) PASS: test_strings (test.test_multiprocessing_spawn.WithThreadsTestPoll) PASS: test_apply (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_async (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_async_timeout (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_context (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_empty_iterable (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_imap (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_imap_unordered (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_make_pool (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_map (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_map_async (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_map_async_callbacks (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_map_chunksize (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_map_handle_iterable_exception (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_map_no_failfast (test.test_multiprocessing_spawn.WithThreadsTestPool) SKIP: test_map_unplicklable (test.test_multiprocessing_spawn.WithThreadsTestPool) 'test not appropriate for threads' PASS: test_release_task_refs (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_starmap (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_starmap_async (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_terminate (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_traceback (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_wrapped_exception (test.test_multiprocessing_spawn.WithThreadsTestPool) PASS: test_active_children (test.test_multiprocessing_spawn.WithThreadsTestProcess) SKIP: test_child_fd_inflation (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_close (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_cpu_count (test.test_multiprocessing_spawn.WithThreadsTestProcess) SKIP: test_current (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_daemon_argument (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.WithThreadsTestProcess) PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.WithThreadsTestProcess) SKIP: test_forkserver_sigint (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_forkserver_sigkill (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_kill (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_lose_target_ref (test.test_multiprocessing_spawn.WithThreadsTestProcess) SKIP: test_many_processes (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_process (test.test_multiprocessing_spawn.WithThreadsTestProcess) PASS: test_recursion (test.test_multiprocessing_spawn.WithThreadsTestProcess) SKIP: test_sentinel (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_terminate (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' SKIP: test_wait_for_threads (test.test_multiprocessing_spawn.WithThreadsTestProcess) 'test not appropriate for threads' PASS: test_fork (test.test_multiprocessing_spawn.WithThreadsTestQueue) PASS: test_get (test.test_multiprocessing_spawn.WithThreadsTestQueue) PASS: test_no_import_lock_contention (test.test_multiprocessing_spawn.WithThreadsTestQueue) PASS: test_put (test.test_multiprocessing_spawn.WithThreadsTestQueue) PASS: test_qsize (test.test_multiprocessing_spawn.WithThreadsTestQueue) SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.WithThreadsTestQueue) 'test not appropriate for threads' SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.WithThreadsTestQueue) 'test not appropriate for threads' PASS: test_task_done (test.test_multiprocessing_spawn.WithThreadsTestQueue) PASS: test_timeout (test.test_multiprocessing_spawn.WithThreadsTestQueue) PASS: test_bounded_semaphore (test.test_multiprocessing_spawn.WithThreadsTestSemaphore) PASS: test_semaphore (test.test_multiprocessing_spawn.WithThreadsTestSemaphore) SKIP: test_timeout (test.test_multiprocessing_spawn.WithThreadsTestSemaphore) 'test not appropriate for threads' PASS: test_import (test.test_multiprocessing_spawn._TestImportStar) ---------------------------------------------------------------------- Ran 327 tests in 114.039s OK (skipped=31) 0:13:06 load avg: 1.41 [230/416] test_netrc -- test_multiprocessing_spawn passed in 1 min 54 sec PASS: test_comment_at_end_of_machine_line (test.test_netrc.NetrcTestCase) PASS: test_comment_at_end_of_machine_line_no_space (test.test_netrc.NetrcTestCase) PASS: test_comment_at_end_of_machine_line_pass_has_hash (test.test_netrc.NetrcTestCase) PASS: test_comment_before_machine_line (test.test_netrc.NetrcTestCase) PASS: test_comment_before_machine_line_hash_only (test.test_netrc.NetrcTestCase) PASS: test_comment_before_machine_line_no_space (test.test_netrc.NetrcTestCase) PASS: test_default (test.test_netrc.NetrcTestCase) PASS: test_file_not_found_explicit (test.test_netrc.NetrcTestCase) PASS: test_file_not_found_in_home (test.test_netrc.NetrcTestCase) PASS: test_home_not_set (test.test_netrc.NetrcTestCase) PASS: test_macros (test.test_netrc.NetrcTestCase) PASS: test_password_with_internal_hash (test.test_netrc.NetrcTestCase) PASS: test_password_with_leading_hash (test.test_netrc.NetrcTestCase) PASS: test_password_with_trailing_hash (test.test_netrc.NetrcTestCase) PASS: test_security (test.test_netrc.NetrcTestCase) ---------------------------------------------------------------------- Ran 15 tests in 0.009s OK 0:13:06 load avg: 1.41 [231/416] test_nis SKIP: test_maps (test.test_nis.NisTests) 'Local domain name not set' ---------------------------------------------------------------------- Ran 1 test in 0.000s OK (skipped=1) 0:13:07 load avg: 1.41 [232/416] test_nntplib PASS: test_caps_only_after_login (test.test_nntplib.CapsAfterLoginNNTPv2Tests) PASS: test_starttls (test.test_nntplib.LocalServerTests) PASS: test_decode_header (test.test_nntplib.MiscTests) PASS: test_parse_datetime (test.test_nntplib.MiscTests) PASS: test_parse_overview (test.test_nntplib.MiscTests) PASS: test_parse_overview_fmt (test.test_nntplib.MiscTests) PASS: test_ssl_support (test.test_nntplib.MiscTests) PASS: test_unparse_datetime (test.test_nntplib.MiscTests) PASS: test_unparse_datetime_legacy (test.test_nntplib.MiscTests) PASS: test_bad_capabilities (test.test_nntplib.MockSocketTests) PASS: test_bad_welcome (test.test_nntplib.MockSocketTests) PASS: test_login_aborted (test.test_nntplib.MockSocketTests) PASS: test_service_permanently_unavailable (test.test_nntplib.MockSocketTests) PASS: test_service_temporarily_unavailable (test.test_nntplib.MockSocketTests) PASS: test_bad_capabilities (test.test_nntplib.MockSslTests) PASS: test_bad_welcome (test.test_nntplib.MockSslTests) PASS: test_login_aborted (test.test_nntplib.MockSslTests) PASS: test_service_permanently_unavailable (test.test_nntplib.MockSslTests) PASS: test_service_temporarily_unavailable (test.test_nntplib.MockSslTests) PASS: test_article (test.test_nntplib.NNTPv1Tests) PASS: test_article_file (test.test_nntplib.NNTPv1Tests) PASS: test_authinfo (test.test_nntplib.NNTPv1Tests) PASS: test_body (test.test_nntplib.NNTPv1Tests) PASS: test_body_file (test.test_nntplib.NNTPv1Tests) PASS: test_caps (test.test_nntplib.NNTPv1Tests) PASS: test_date (test.test_nntplib.NNTPv1Tests) PASS: test_description (test.test_nntplib.NNTPv1Tests) PASS: test_descriptions (test.test_nntplib.NNTPv1Tests) PASS: test_group (test.test_nntplib.NNTPv1Tests) PASS: test_head (test.test_nntplib.NNTPv1Tests) PASS: test_head_file (test.test_nntplib.NNTPv1Tests) PASS: test_help (test.test_nntplib.NNTPv1Tests) PASS: test_ihave (test.test_nntplib.NNTPv1Tests) PASS: test_last (test.test_nntplib.NNTPv1Tests) PASS: test_list (test.test_nntplib.NNTPv1Tests) PASS: test_newnews (test.test_nntplib.NNTPv1Tests) PASS: test_next (test.test_nntplib.NNTPv1Tests) PASS: test_over (test.test_nntplib.NNTPv1Tests) PASS: test_post (test.test_nntplib.NNTPv1Tests) PASS: test_quit (test.test_nntplib.NNTPv1Tests) PASS: test_stat (test.test_nntplib.NNTPv1Tests) PASS: test_too_long_lines (test.test_nntplib.NNTPv1Tests) PASS: test_welcome (test.test_nntplib.NNTPv1Tests) PASS: test_xover (test.test_nntplib.NNTPv1Tests) PASS: test_article (test.test_nntplib.NNTPv2Tests) PASS: test_article_file (test.test_nntplib.NNTPv2Tests) PASS: test_authinfo (test.test_nntplib.NNTPv2Tests) PASS: test_body (test.test_nntplib.NNTPv2Tests) PASS: test_body_file (test.test_nntplib.NNTPv2Tests) PASS: test_caps (test.test_nntplib.NNTPv2Tests) PASS: test_date (test.test_nntplib.NNTPv2Tests) PASS: test_description (test.test_nntplib.NNTPv2Tests) PASS: test_descriptions (test.test_nntplib.NNTPv2Tests) PASS: test_group (test.test_nntplib.NNTPv2Tests) PASS: test_head (test.test_nntplib.NNTPv2Tests) PASS: test_head_file (test.test_nntplib.NNTPv2Tests) PASS: test_help (test.test_nntplib.NNTPv2Tests) PASS: test_ihave (test.test_nntplib.NNTPv2Tests) PASS: test_last (test.test_nntplib.NNTPv2Tests) PASS: test_list (test.test_nntplib.NNTPv2Tests) PASS: test_newnews (test.test_nntplib.NNTPv2Tests) PASS: test_next (test.test_nntplib.NNTPv2Tests) PASS: test_over (test.test_nntplib.NNTPv2Tests) PASS: test_post (test.test_nntplib.NNTPv2Tests) PASS: test_quit (test.test_nntplib.NNTPv2Tests) PASS: test_stat (test.test_nntplib.NNTPv2Tests) PASS: test_too_long_lines (test.test_nntplib.NNTPv2Tests) PASS: test_welcome (test.test_nntplib.NNTPv2Tests) PASS: test_xover (test.test_nntplib.NNTPv2Tests) skipped "Use of the 'network' resource not enabled" skipped "Use of the 'network' resource not enabled" PASS: test_module_all_attribute (test.test_nntplib.PublicAPITests) PASS: test_we_are_in_reader_mode_after_connect (test.test_nntplib.SendReaderNNTPv2Tests) ---------------------------------------------------------------------- Ran 71 tests in 0.098s OK (skipped=2) 0:13:07 load avg: 1.41 [233/416] test_normalization PASS: test_bug_834676 (test.test_normalization.NormalizationTest) SKIP: test_main (test.test_normalization.NormalizationTest) "Use of the 'urlfetch' resource not enabled" ---------------------------------------------------------------------- Ran 2 tests in 0.001s OK (skipped=1) 0:13:07 load avg: 1.41 [234/416] test_ntpath PASS: test_abspath (test.test_ntpath.NtCommonTest) PASS: test_abspath_issue3426 (test.test_ntpath.NtCommonTest) PASS: test_commonprefix (test.test_ntpath.NtCommonTest) PASS: test_exists (test.test_ntpath.NtCommonTest) PASS: test_exists_fd (test.test_ntpath.NtCommonTest) PASS: test_expandvars (test.test_ntpath.NtCommonTest) PASS: test_expandvars_nonascii (test.test_ntpath.NtCommonTest) PASS: test_filetime (test.test_ntpath.NtCommonTest) PASS: test_getsize (test.test_ntpath.NtCommonTest) PASS: test_import (test.test_ntpath.NtCommonTest) PASS: test_isdir (test.test_ntpath.NtCommonTest) PASS: test_isfile (test.test_ntpath.NtCommonTest) PASS: test_join_errors (test.test_ntpath.NtCommonTest) PASS: test_no_argument (test.test_ntpath.NtCommonTest) PASS: test_nonascii_abspath (test.test_ntpath.NtCommonTest) PASS: test_normcase (test.test_ntpath.NtCommonTest) PASS: test_normpath_issue5827 (test.test_ntpath.NtCommonTest) PASS: test_realpath (test.test_ntpath.NtCommonTest) PASS: test_relpath_errors (test.test_ntpath.NtCommonTest) PASS: test_samefile (test.test_ntpath.NtCommonTest) PASS: test_samefile_on_link (test.test_ntpath.NtCommonTest) PASS: test_samefile_on_symlink (test.test_ntpath.NtCommonTest) PASS: test_sameopenfile (test.test_ntpath.NtCommonTest) PASS: test_samestat (test.test_ntpath.NtCommonTest) PASS: test_samestat_on_link (test.test_ntpath.NtCommonTest) PASS: test_samestat_on_symlink (test.test_ntpath.NtCommonTest) PASS: test_splitdrive (test.test_ntpath.NtCommonTest) PASS: test_path_abspath (test.test_ntpath.PathLikeTests) PASS: test_path_basename (test.test_ntpath.PathLikeTests) PASS: test_path_commonpath (test.test_ntpath.PathLikeTests) PASS: test_path_dirname (test.test_ntpath.PathLikeTests) PASS: test_path_expanduser (test.test_ntpath.PathLikeTests) PASS: test_path_expandvars (test.test_ntpath.PathLikeTests) PASS: test_path_isabs (test.test_ntpath.PathLikeTests) PASS: test_path_isdir (test.test_ntpath.PathLikeTests) PASS: test_path_islink (test.test_ntpath.PathLikeTests) PASS: test_path_ismount (test.test_ntpath.PathLikeTests) PASS: test_path_join (test.test_ntpath.PathLikeTests) PASS: test_path_lexists (test.test_ntpath.PathLikeTests) PASS: test_path_normcase (test.test_ntpath.PathLikeTests) PASS: test_path_normpath (test.test_ntpath.PathLikeTests) PASS: test_path_realpath (test.test_ntpath.PathLikeTests) PASS: test_path_relpath (test.test_ntpath.PathLikeTests) PASS: test_path_split (test.test_ntpath.PathLikeTests) PASS: test_path_splitdrive (test.test_ntpath.PathLikeTests) PASS: test_path_splitext (test.test_ntpath.PathLikeTests) SKIP: test_abspath (test.test_ntpath.TestNtpath) "abspath requires 'nt' module" PASS: test_commonpath (test.test_ntpath.TestNtpath) PASS: test_commonprefix (test.test_ntpath.TestNtpath) PASS: test_expanduser (test.test_ntpath.TestNtpath) PASS: test_expandvars (test.test_ntpath.TestNtpath) PASS: test_expandvars_nonascii (test.test_ntpath.TestNtpath) PASS: test_isabs (test.test_ntpath.TestNtpath) PASS: test_ismount (test.test_ntpath.TestNtpath) PASS: test_join (test.test_ntpath.TestNtpath) PASS: test_normpath (test.test_ntpath.TestNtpath) SKIP: test_nt_helpers (test.test_ntpath.TestNtpath) "OS helpers require 'nt' module" PASS: test_relpath (test.test_ntpath.TestNtpath) PASS: test_sameopenfile (test.test_ntpath.TestNtpath) PASS: test_split (test.test_ntpath.TestNtpath) PASS: test_splitdrive (test.test_ntpath.TestNtpath) PASS: test_splitext (test.test_ntpath.TestNtpath) ---------------------------------------------------------------------- Ran 62 tests in 0.066s OK (skipped=2) 0:13:08 load avg: 1.41 [235/416] test_numeric_tower PASS: test_complex (test.test_numeric_tower.ComparisonTest) PASS: test_mixed_comparisons (test.test_numeric_tower.ComparisonTest) PASS: test_binary_floats (test.test_numeric_tower.HashTest) PASS: test_bools (test.test_numeric_tower.HashTest) PASS: test_complex (test.test_numeric_tower.HashTest) PASS: test_decimals (test.test_numeric_tower.HashTest) PASS: test_fractions (test.test_numeric_tower.HashTest) PASS: test_hash_normalization (test.test_numeric_tower.HashTest) PASS: test_integers (test.test_numeric_tower.HashTest) ---------------------------------------------------------------------- Ran 9 tests in 0.120s OK 0:13:08 load avg: 1.41 [236/416] test_openpty PASS: test (test.test_openpty.OpenptyTest) ---------------------------------------------------------------------- Ran 1 test in 0.001s OK 0:13:09 load avg: 1.41 [237/416] test_operator PASS: test_attrgetter (test.test_operator.CCOperatorPickleTestCase) PASS: test_itemgetter (test.test_operator.CCOperatorPickleTestCase) PASS: test_methodcaller (test.test_operator.CCOperatorPickleTestCase) PASS: test_abs (test.test_operator.COperatorTestCase) PASS: test_add (test.test_operator.COperatorTestCase) PASS: test_attrgetter (test.test_operator.COperatorTestCase) PASS: test_bitwise_and (test.test_operator.COperatorTestCase) PASS: test_bitwise_or (test.test_operator.COperatorTestCase) PASS: test_bitwise_xor (test.test_operator.COperatorTestCase) PASS: test_concat (test.test_operator.COperatorTestCase) PASS: test_contains (test.test_operator.COperatorTestCase) PASS: test_countOf (test.test_operator.COperatorTestCase) PASS: test_delitem (test.test_operator.COperatorTestCase) PASS: test_dunder_is_original (test.test_operator.COperatorTestCase) PASS: test_eq (test.test_operator.COperatorTestCase) PASS: test_floordiv (test.test_operator.COperatorTestCase) PASS: test_ge (test.test_operator.COperatorTestCase) PASS: test_getitem (test.test_operator.COperatorTestCase) PASS: test_gt (test.test_operator.COperatorTestCase) PASS: test_indexOf (test.test_operator.COperatorTestCase) PASS: test_inplace (test.test_operator.COperatorTestCase) PASS: test_invert (test.test_operator.COperatorTestCase) PASS: test_is (test.test_operator.COperatorTestCase) PASS: test_is_not (test.test_operator.COperatorTestCase) PASS: test_itemgetter (test.test_operator.COperatorTestCase) PASS: test_le (test.test_operator.COperatorTestCase) PASS: test_length_hint (test.test_operator.COperatorTestCase) PASS: test_lshift (test.test_operator.COperatorTestCase) PASS: test_lt (test.test_operator.COperatorTestCase) PASS: test_matmul (test.test_operator.COperatorTestCase) PASS: test_methodcaller (test.test_operator.COperatorTestCase) PASS: test_mod (test.test_operator.COperatorTestCase) PASS: test_mul (test.test_operator.COperatorTestCase) PASS: test_ne (test.test_operator.COperatorTestCase) PASS: test_neg (test.test_operator.COperatorTestCase) PASS: test_pos (test.test_operator.COperatorTestCase) PASS: test_pow (test.test_operator.COperatorTestCase) PASS: test_rshift (test.test_operator.COperatorTestCase) PASS: test_setitem (test.test_operator.COperatorTestCase) PASS: test_sub (test.test_operator.COperatorTestCase) PASS: test_truediv (test.test_operator.COperatorTestCase) PASS: test_truth (test.test_operator.COperatorTestCase) PASS: test_attrgetter (test.test_operator.CPyOperatorPickleTestCase) PASS: test_itemgetter (test.test_operator.CPyOperatorPickleTestCase) PASS: test_methodcaller (test.test_operator.CPyOperatorPickleTestCase) PASS: test_attrgetter (test.test_operator.PyCOperatorPickleTestCase) PASS: test_itemgetter (test.test_operator.PyCOperatorPickleTestCase) PASS: test_methodcaller (test.test_operator.PyCOperatorPickleTestCase) PASS: test_abs (test.test_operator.PyOperatorTestCase) PASS: test_add (test.test_operator.PyOperatorTestCase) PASS: test_attrgetter (test.test_operator.PyOperatorTestCase) PASS: test_bitwise_and (test.test_operator.PyOperatorTestCase) PASS: test_bitwise_or (test.test_operator.PyOperatorTestCase) PASS: test_bitwise_xor (test.test_operator.PyOperatorTestCase) PASS: test_concat (test.test_operator.PyOperatorTestCase) PASS: test_contains (test.test_operator.PyOperatorTestCase) PASS: test_countOf (test.test_operator.PyOperatorTestCase) PASS: test_delitem (test.test_operator.PyOperatorTestCase) PASS: test_dunder_is_original (test.test_operator.PyOperatorTestCase) PASS: test_eq (test.test_operator.PyOperatorTestCase) PASS: test_floordiv (test.test_operator.PyOperatorTestCase) PASS: test_ge (test.test_operator.PyOperatorTestCase) PASS: test_getitem (test.test_operator.PyOperatorTestCase) PASS: test_gt (test.test_operator.PyOperatorTestCase) PASS: test_indexOf (test.test_operator.PyOperatorTestCase) PASS: test_inplace (test.test_operator.PyOperatorTestCase) PASS: test_invert (test.test_operator.PyOperatorTestCase) PASS: test_is (test.test_operator.PyOperatorTestCase) PASS: test_is_not (test.test_operator.PyOperatorTestCase) PASS: test_itemgetter (test.test_operator.PyOperatorTestCase) PASS: test_le (test.test_operator.PyOperatorTestCase) PASS: test_length_hint (test.test_operator.PyOperatorTestCase) PASS: test_lshift (test.test_operator.PyOperatorTestCase) PASS: test_lt (test.test_operator.PyOperatorTestCase) PASS: test_matmul (test.test_operator.PyOperatorTestCase) PASS: test_methodcaller (test.test_operator.PyOperatorTestCase) PASS: test_mod (test.test_operator.PyOperatorTestCase) PASS: test_mul (test.test_operator.PyOperatorTestCase) PASS: test_ne (test.test_operator.PyOperatorTestCase) PASS: test_neg (test.test_operator.PyOperatorTestCase) PASS: test_pos (test.test_operator.PyOperatorTestCase) PASS: test_pow (test.test_operator.PyOperatorTestCase) PASS: test_rshift (test.test_operator.PyOperatorTestCase) PASS: test_setitem (test.test_operator.PyOperatorTestCase) PASS: test_sub (test.test_operator.PyOperatorTestCase) PASS: test_truediv (test.test_operator.PyOperatorTestCase) PASS: test_truth (test.test_operator.PyOperatorTestCase) PASS: test_attrgetter (test.test_operator.PyPyOperatorPickleTestCase) PASS: test_itemgetter (test.test_operator.PyPyOperatorPickleTestCase) PASS: test_methodcaller (test.test_operator.PyPyOperatorPickleTestCase) ---------------------------------------------------------------------- Ran 90 tests in 0.027s OK 0:13:09 load avg: 1.38 [238/416] test_optparse PASS: test__all__ (test.test_optparse.MiscTestCase) PASS: test_bool_default (test.test_optparse.TestBool) PASS: test_bool_false (test.test_optparse.TestBool) PASS: test_bool_flicker_on_and_off (test.test_optparse.TestBool) PASS: test_bool_true (test.test_optparse.TestBool) PASS: test_callback (test.test_optparse.TestCallback) PASS: test_callback_help (test.test_optparse.TestCallback) PASS: test_abbrev_callback_expansion (test.test_optparse.TestCallbackCheckAbbrev) PASS: test_callback_extra_args (test.test_optparse.TestCallbackExtraArgs) PASS: test_many_args (test.test_optparse.TestCallbackManyArgs) PASS: test_callback_meddle_args (test.test_optparse.TestCallbackMeddleArgs) PASS: test_callback_meddle_args_separator (test.test_optparse.TestCallbackMeddleArgs) PASS: test_consume_separator_stop_at_option (test.test_optparse.TestCallbackVarArgs) PASS: test_positional_arg_and_variable_args (test.test_optparse.TestCallbackVarArgs) PASS: test_stop_at_invalid_option (test.test_optparse.TestCallbackVarArgs) PASS: test_stop_at_option (test.test_optparse.TestCallbackVarArgs) PASS: test_variable_args (test.test_optparse.TestCallbackVarArgs) PASS: test_add_choice_option (test.test_optparse.TestChoice) PASS: test_invalid_choice (test.test_optparse.TestChoice) PASS: test_valid_choice (test.test_optparse.TestChoice) PASS: test_conflict_error (test.test_optparse.TestConflict) PASS: test_conflict_error_group (test.test_optparse.TestConflict) PASS: test_no_such_conflict_handler (test.test_optparse.TestConflict) PASS: test_conflict_override_args (test.test_optparse.TestConflictOverride) PASS: test_conflict_override_help (test.test_optparse.TestConflictOverride) PASS: test_conflict_override_opts (test.test_optparse.TestConflictOverride) PASS: test_conflict_resolve (test.test_optparse.TestConflictResolve) PASS: test_conflict_resolve_help (test.test_optparse.TestConflictResolve) PASS: test_conflict_resolve_long_opt (test.test_optparse.TestConflictResolve) PASS: test_conflict_resolve_long_opts (test.test_optparse.TestConflictResolve) PASS: test_conflict_resolve_short_opt (test.test_optparse.TestConflictResolve) PASS: test_conflict_default (test.test_optparse.TestConflictingDefaults) PASS: test_conflict_default_none (test.test_optparse.TestConflictingDefaults) PASS: test_count_interspersed_args (test.test_optparse.TestCount) PASS: test_count_no_interspersed_args (test.test_optparse.TestCount) PASS: test_count_no_such_option (test.test_optparse.TestCount) PASS: test_count_one (test.test_optparse.TestCount) PASS: test_count_option_no_value (test.test_optparse.TestCount) PASS: test_count_override_amount (test.test_optparse.TestCount) PASS: test_count_override_quiet (test.test_optparse.TestCount) PASS: test_count_overriding (test.test_optparse.TestCount) PASS: test_count_overriding_default (test.test_optparse.TestCount) PASS: test_count_three (test.test_optparse.TestCount) PASS: test_count_three_apart (test.test_optparse.TestCount) PASS: test_count_with_default (test.test_optparse.TestCount) PASS: test_empty (test.test_optparse.TestCount) PASS: test_basic_defaults (test.test_optparse.TestDefaultValues) PASS: test_mixed_defaults_post (test.test_optparse.TestDefaultValues) PASS: test_mixed_defaults_pre (test.test_optparse.TestDefaultValues) PASS: test_process_default (test.test_optparse.TestDefaultValues) PASS: test_alt_expand (test.test_optparse.TestExpandDefaults) PASS: test_default_none_1 (test.test_optparse.TestExpandDefaults) PASS: test_default_none_2 (test.test_optparse.TestExpandDefaults) PASS: test_float_default (test.test_optparse.TestExpandDefaults) PASS: test_no_default (test.test_optparse.TestExpandDefaults) PASS: test_no_expand (test.test_optparse.TestExpandDefaults) PASS: test_option_default (test.test_optparse.TestExpandDefaults) PASS: test_parser_default_1 (test.test_optparse.TestExpandDefaults) PASS: test_parser_default_2 (test.test_optparse.TestExpandDefaults) PASS: test_extend_add_action (test.test_optparse.TestExtendAddActions) PASS: test_extend_add_action_normal (test.test_optparse.TestExtendAddActions) PASS: test_filetype_noexist (test.test_optparse.TestExtendAddTypes) PASS: test_filetype_notfile (test.test_optparse.TestExtendAddTypes) PASS: test_filetype_ok (test.test_optparse.TestExtendAddTypes) PASS: test_help (test.test_optparse.TestHelp) PASS: test_help_description_groups (test.test_optparse.TestHelp) PASS: test_help_long_opts_first (test.test_optparse.TestHelp) PASS: test_help_old_usage (test.test_optparse.TestHelp) PASS: test_help_title_formatter (test.test_optparse.TestHelp) PASS: test_help_unicode (test.test_optparse.TestHelp) PASS: test_help_unicode_description (test.test_optparse.TestHelp) PASS: test_wrap_columns (test.test_optparse.TestHelp) PASS: test_match_abbrev (test.test_optparse.TestMatchAbbrev) PASS: test_match_abbrev_error (test.test_optparse.TestMatchAbbrev) PASS: test_nargs_invalid_float_value (test.test_optparse.TestMultipleArgs) PASS: test_nargs_long_opt (test.test_optparse.TestMultipleArgs) PASS: test_nargs_required_values (test.test_optparse.TestMultipleArgs) PASS: test_nargs_with_positional_args (test.test_optparse.TestMultipleArgs) PASS: test_nargs_append (test.test_optparse.TestMultipleArgsAppend) PASS: test_nargs_append_const (test.test_optparse.TestMultipleArgsAppend) PASS: test_nargs_append_required_values (test.test_optparse.TestMultipleArgsAppend) PASS: test_nargs_append_simple (test.test_optparse.TestMultipleArgsAppend) PASS: test_action_invalid (test.test_optparse.TestOptionChecks) PASS: test_attr_invalid (test.test_optparse.TestOptionChecks) PASS: test_bad_choices_list (test.test_optparse.TestOptionChecks) PASS: test_callback_args_no_tuple (test.test_optparse.TestOptionChecks) PASS: test_callback_kwargs_no_dict (test.test_optparse.TestOptionChecks) PASS: test_callback_not_callable (test.test_optparse.TestOptionChecks) PASS: test_no_callback_args_for_action (test.test_optparse.TestOptionChecks) PASS: test_no_callback_for_action (test.test_optparse.TestOptionChecks) PASS: test_no_callback_kwargs_for_action (test.test_optparse.TestOptionChecks) PASS: test_no_choices_for_type (test.test_optparse.TestOptionChecks) PASS: test_no_choices_list (test.test_optparse.TestOptionChecks) PASS: test_no_const_for_action (test.test_optparse.TestOptionChecks) PASS: test_no_nargs_for_action (test.test_optparse.TestOptionChecks) PASS: test_no_single_dash (test.test_optparse.TestOptionChecks) PASS: test_no_type_for_action (test.test_optparse.TestOptionChecks) PASS: test_opt_string_empty (test.test_optparse.TestOptionChecks) PASS: test_opt_string_long_invalid (test.test_optparse.TestOptionChecks) PASS: test_opt_string_short_invalid (test.test_optparse.TestOptionChecks) PASS: test_opt_string_too_short (test.test_optparse.TestOptionChecks) PASS: test_type_invalid (test.test_optparse.TestOptionChecks) PASS: test_add_group_invalid_arguments (test.test_optparse.TestOptionGroup) PASS: test_add_group_no_group (test.test_optparse.TestOptionGroup) PASS: test_add_group_wrong_parser (test.test_optparse.TestOptionGroup) PASS: test_group_manipulate (test.test_optparse.TestOptionGroup) PASS: test_option_group_create_instance (test.test_optparse.TestOptionGroup) PASS: test_add_option_invalid_arguments (test.test_optparse.TestOptionParser) PASS: test_add_option_no_Option (test.test_optparse.TestOptionParser) PASS: test_get_option (test.test_optparse.TestOptionParser) PASS: test_get_option_equals (test.test_optparse.TestOptionParser) PASS: test_has_option (test.test_optparse.TestOptionParser) PASS: test_refleak (test.test_optparse.TestOptionParser) PASS: test_remove_long_opt (test.test_optparse.TestOptionParser) PASS: test_remove_nonexistent (test.test_optparse.TestOptionParser) PASS: test_remove_short_opt (test.test_optparse.TestOptionParser) PASS: test_basics (test.test_optparse.TestOptionValues) PASS: test_numeric_options (test.test_optparse.TestParseNumber) PASS: test_parse_num_fail (test.test_optparse.TestParseNumber) PASS: test_parse_num_ok (test.test_optparse.TestParseNumber) PASS: test_custom_progname (test.test_optparse.TestProgName) PASS: test_default_progname (test.test_optparse.TestProgName) PASS: test_abbrev_long_option (test.test_optparse.TestStandard) PASS: test_ambiguous_option (test.test_optparse.TestStandard) PASS: test_combined_single_invalid_option (test.test_optparse.TestStandard) PASS: test_defaults (test.test_optparse.TestStandard) PASS: test_empty (test.test_optparse.TestStandard) PASS: test_hyphen_becomes_positional_arg (test.test_optparse.TestStandard) PASS: test_invalid_integer (test.test_optparse.TestStandard) PASS: test_long_invalid_integer (test.test_optparse.TestStandard) PASS: test_long_option_append (test.test_optparse.TestStandard) PASS: test_long_option_argument_joined (test.test_optparse.TestStandard) PASS: test_long_option_argument_split (test.test_optparse.TestStandard) PASS: test_long_option_short_option (test.test_optparse.TestStandard) PASS: test_no_append_versus_append (test.test_optparse.TestStandard) PASS: test_no_such_option (test.test_optparse.TestStandard) PASS: test_option_argument_joined (test.test_optparse.TestStandard) PASS: test_option_argument_joined_integer (test.test_optparse.TestStandard) PASS: test_option_argument_split (test.test_optparse.TestStandard) PASS: test_option_argument_split_negative_integer (test.test_optparse.TestStandard) PASS: test_option_consumes_optionlike_string (test.test_optparse.TestStandard) PASS: test_required_value (test.test_optparse.TestStandard) PASS: test_short_and_long_option_split (test.test_optparse.TestStandard) PASS: test_short_option_consumes_separator (test.test_optparse.TestStandard) PASS: test_short_option_joined_and_separator (test.test_optparse.TestStandard) PASS: test_short_option_split_long_option_append (test.test_optparse.TestStandard) PASS: test_short_option_split_one_positional_arg (test.test_optparse.TestStandard) PASS: test_shortopt_empty_longopt_append (test.test_optparse.TestStandard) PASS: test_str_aliases_string (test.test_optparse.TestTypeAliases) PASS: test_type_object (test.test_optparse.TestTypeAliases) PASS: test_no_version (test.test_optparse.TestVersion) PASS: test_version (test.test_optparse.TestVersion) ---------------------------------------------------------------------- Ran 152 tests in 0.058s OK 0:13:10 load avg: 1.38 [239/416] test_ordered_dict PASS: test_abc (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_clear (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_delitem (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_delitem_hash_collision (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_highly_nested (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_highly_nested_subclass (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_init (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_override_update (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_popitem (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_reinsert (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_setitem (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_update (test.test_ordered_dict.CPythonBuiltinDictTests) PASS: test_bool (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_constructor (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_get (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_getitem (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_items (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_keys (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_len (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_pop (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_popitem (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_read (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_setdefault (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_update (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_values (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_write (test.test_ordered_dict.CPythonGeneralMappingTests) PASS: test_468 (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_abc (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_copying (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_delitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_delitem_hash_collision (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_dict_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_dict_delitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_dict_pop (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_dict_popitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_dict_setdefault (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_dict_setitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_dict_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_equality (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_free_after_iterating (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_fromkeys (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_highly_nested (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_highly_nested_subclass (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_init (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_init_calls (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_issue24347 (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_issue24348 (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_issue24667 (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_iterators (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_iterators_empty (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_iterators_pickling (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_key_change_during_iteration (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_move_to_end (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_move_to_end_issue25406 (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_override_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_pickle_recursive (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_pop (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_popitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_popitem_last (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_reduce_not_too_fat (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_reference_loop (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_reinsert (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_repr (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_repr_recursive (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_repr_recursive_values (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_setdefault (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_setitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_sizeof (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_sizeof_exact (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_sorted_iterators (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_views (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_yaml_linkage (test.test_ordered_dict.CPythonOrderedDictSubclassTests) PASS: test_468 (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_abc (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_clear (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_copying (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_delitem (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_delitem_hash_collision (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_dict_clear (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_dict_delitem (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_dict_pop (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_dict_popitem (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_dict_setdefault (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_dict_setitem (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_dict_update (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_equality (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_free_after_iterating (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_fromkeys (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_highly_nested (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_highly_nested_subclass (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_init (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_init_calls (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_issue24347 (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_issue24348 (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_issue24667 (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_iterators (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_iterators_empty (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_iterators_pickling (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_key_change_during_iteration (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_move_to_end (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_move_to_end_issue25406 (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_override_update (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_pickle_recursive (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_pop (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_popitem (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_popitem_last (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_reduce_not_too_fat (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_reference_loop (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_reinsert (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_repr (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_repr_recursive (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_repr_recursive_values (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_setdefault (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_setitem (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_sizeof (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_sizeof_exact (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_sorted_iterators (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_update (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_views (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_yaml_linkage (test.test_ordered_dict.CPythonOrderedDictTests) PASS: test_bool (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_constructor (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_get (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_getitem (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_items (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_keys (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_len (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_pop (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_popitem (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_read (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_setdefault (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_update (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_values (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_write (test.test_ordered_dict.CPythonSubclassMappingTests) PASS: test_bool (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_constructor (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_get (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_getitem (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_items (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_keys (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_len (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_pop (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_popitem (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_read (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_setdefault (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_update (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_values (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_write (test.test_ordered_dict.PurePythonGeneralMappingTests) PASS: test_468 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_abc (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_clear (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_copying (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_delitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_delitem_hash_collision (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_detect_deletion_during_iteration (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_dict_clear (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_dict_delitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_dict_pop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_dict_popitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_dict_setdefault (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_dict_setitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_dict_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_equality (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_free_after_iterating (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_fromkeys (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_highly_nested (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_highly_nested_subclass (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_init (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_init_calls (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_issue24347 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_issue24348 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_issue24667 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_iterators (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_iterators_empty (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_move_to_end (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_move_to_end_issue25406 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_override_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_pickle_recursive (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_pop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_popitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_popitem_last (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_reduce_not_too_fat (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_reference_loop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_reinsert (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_repr (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_repr_recursive (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_repr_recursive_values (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_setdefault (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_setitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_sizeof (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_sorted_iterators (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_views (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_yaml_linkage (test.test_ordered_dict.PurePythonOrderedDictSubclassTests) PASS: test_468 (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_abc (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_clear (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_copying (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_delitem (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_delitem_hash_collision (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_detect_deletion_during_iteration (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_dict_clear (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_dict_delitem (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_dict_pop (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_dict_popitem (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_dict_setdefault (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_dict_setitem (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_dict_update (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_equality (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_free_after_iterating (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_fromkeys (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_highly_nested (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_highly_nested_subclass (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_init (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_init_calls (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_issue24347 (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_issue24348 (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_issue24667 (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_iterators (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_iterators_empty (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_move_to_end (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_move_to_end_issue25406 (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_override_update (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_pickle_recursive (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_pop (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_popitem (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_popitem_last (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_reduce_not_too_fat (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_reference_loop (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_reinsert (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_repr (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_repr_recursive (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_repr_recursive_values (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_setdefault (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_setitem (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_sizeof (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_sorted_iterators (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_update (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_views (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_yaml_linkage (test.test_ordered_dict.PurePythonOrderedDictTests) PASS: test_bool (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_constructor (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_get (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_getitem (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_items (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_keys (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_len (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_pop (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_popitem (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_read (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_setdefault (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_update (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_values (test.test_ordered_dict.PurePythonSubclassMappingTests) PASS: test_write (test.test_ordered_dict.PurePythonSubclassMappingTests) ---------------------------------------------------------------------- Ran 259 tests in 2.613s OK 0:13:13 load avg: 1.38 [240/416] test_os PASS: test_blocking (test.test_os.BlockingTests) PASS: test_compare_to_walk (test.test_os.BytesFwalkTests) PASS: test_dir_fd (test.test_os.BytesFwalkTests) PASS: test_fd_leak (test.test_os.BytesFwalkTests) PASS: test_file_like_path (test.test_os.BytesFwalkTests) PASS: test_walk_bad_dir (test.test_os.BytesFwalkTests) PASS: test_walk_bottom_up (test.test_os.BytesFwalkTests) PASS: test_walk_prune (test.test_os.BytesFwalkTests) PASS: test_walk_symlink (test.test_os.BytesFwalkTests) PASS: test_walk_topdown (test.test_os.BytesFwalkTests) PASS: test_yields_correct_dir_fd (test.test_os.BytesFwalkTests) PASS: test_file_like_path (test.test_os.BytesWalkTests) PASS: test_walk_bad_dir (test.test_os.BytesWalkTests) PASS: test_walk_bottom_up (test.test_os.BytesWalkTests) PASS: test_walk_prune (test.test_os.BytesWalkTests) PASS: test_walk_symlink (test.test_os.BytesWalkTests) PASS: test_walk_topdown (test.test_os.BytesWalkTests) PASS: test_cpu_count (test.test_os.CPUCountTests) SKIP: test_chown (test.test_os.ChownFileTests) 'test needs more than one group' PASS: test_chown_uid_gid_arguments_must_be_index (test.test_os.ChownFileTests) PASS: test_chown_with_root (test.test_os.ChownFileTests) SKIP: test_chown_without_permission (test.test_os.ChownFileTests) 'test needs non-root account and more than one user' PASS: test_devnull (test.test_os.DevNullTests) PASS: test_bad_fd (test.test_os.DeviceEncodingTests) PASS: test_device_encoding (test.test_os.DeviceEncodingTests) test___repr__ (test.test_os.EnvironTests) PASS: Check that the repr() of os.environ looks like environ({...}). PASS: test_bool (test.test_os.EnvironTests) PASS: test_constructor (test.test_os.EnvironTests) PASS: test_environb (test.test_os.EnvironTests) PASS: test_get (test.test_os.EnvironTests) PASS: test_get_exec_path (test.test_os.EnvironTests) PASS: test_getitem (test.test_os.EnvironTests) PASS: test_items (test.test_os.EnvironTests) PASS: test_iter_error_when_changing_os_environ (test.test_os.EnvironTests) PASS: test_iter_error_when_changing_os_environ_items (test.test_os.EnvironTests) PASS: test_iter_error_when_changing_os_environ_values (test.test_os.EnvironTests) PASS: test_key_type (test.test_os.EnvironTests) PASS: test_keys (test.test_os.EnvironTests) PASS: test_keyvalue_types (test.test_os.EnvironTests) PASS: test_len (test.test_os.EnvironTests) PASS: test_os_popen_iter (test.test_os.EnvironTests) PASS: test_pop (test.test_os.EnvironTests) PASS: test_popitem (test.test_os.EnvironTests) PASS: test_read (test.test_os.EnvironTests) PASS: test_setdefault (test.test_os.EnvironTests) PASS: test_unset_error (test.test_os.EnvironTests) PASS: test_update (test.test_os.EnvironTests) PASS: test_update2 (test.test_os.EnvironTests) PASS: test_values (test.test_os.EnvironTests) PASS: test_write (test.test_os.EnvironTests) PASS: test_execv_with_bad_arglist (test.test_os.ExecTests) PASS: test_execve_invalid_env (test.test_os.ExecTests) SKIP: test_execve_with_empty_path (test.test_os.ExecTests) 'Win32-specific test' PASS: test_execvpe_with_bad_arglist (test.test_os.ExecTests) PASS: test_execvpe_with_bad_program (test.test_os.ExecTests) PASS: test_internal_execvpe_str (test.test_os.ExecTests) PASS: test_os_all (test.test_os.ExportsTests) PASS: test_dup (test.test_os.FDInheritanceTests) PASS: test_dup2 (test.test_os.FDInheritanceTests) SKIP: test_dup_nul (test.test_os.FDInheritanceTests) 'win32-specific test' PASS: test_get_inheritable_cloexec (test.test_os.FDInheritanceTests) PASS: test_get_set_inheritable (test.test_os.FDInheritanceTests) PASS: test_open (test.test_os.FDInheritanceTests) PASS: test_openpty (test.test_os.FDInheritanceTests) PASS: test_pipe (test.test_os.FDInheritanceTests) PASS: test_set_inheritable_cloexec (test.test_os.FDInheritanceTests) PASS: test_identity (test.test_os.FSEncodingTests) PASS: test_nop (test.test_os.FSEncodingTests) PASS: test_access (test.test_os.FileTests) SKIP: test_closerange (test.test_os.FileTests) "couldn't allocate two consecutive fds" PASS: test_fdopen (test.test_os.FileTests) SKIP: test_large_read (test.test_os.FileTests) 'not enough memory: 2.0G minimum needed' PASS: test_open_keywords (test.test_os.FileTests) PASS: test_read (test.test_os.FileTests) PASS: test_rename (test.test_os.FileTests) PASS: test_replace (test.test_os.FileTests) PASS: test_symlink_keywords (test.test_os.FileTests) PASS: test_write (test.test_os.FileTests) SKIP: test_write_windows_console (test.test_os.FileTests) 'test specific to the Windows console' PASS: test_compare_to_walk (test.test_os.FwalkTests) PASS: test_dir_fd (test.test_os.FwalkTests) PASS: test_fd_leak (test.test_os.FwalkTests) PASS: test_file_like_path (test.test_os.FwalkTests) PASS: test_walk_bad_dir (test.test_os.FwalkTests) PASS: test_walk_bottom_up (test.test_os.FwalkTests) PASS: test_walk_prune (test.test_os.FwalkTests) PASS: test_walk_symlink (test.test_os.FwalkTests) PASS: test_walk_topdown (test.test_os.FwalkTests) PASS: test_yields_correct_dir_fd (test.test_os.FwalkTests) PASS: test_getrandom0 (test.test_os.GetRandomTests) PASS: test_getrandom_nonblock (test.test_os.GetRandomTests) PASS: test_getrandom_random (test.test_os.GetRandomTests) PASS: test_getrandom_type (test.test_os.GetRandomTests) PASS: test_getrandom_value (test.test_os.GetRandomTests) PASS: test_link (test.test_os.LinkTests) PASS: test_link_bytes (test.test_os.LinkTests) PASS: test_unicode_name (test.test_os.LinkTests) SKIP: test_getlogin (test.test_os.LoginTests) 'Skip due to platform/environment differences on *NIX buildbots' PASS: test_exist_ok_existing_directory (test.test_os.MakedirTests) PASS: test_exist_ok_existing_regular_file (test.test_os.MakedirTests) PASS: test_exist_ok_s_isgid_directory (test.test_os.MakedirTests) PASS: test_makedir (test.test_os.MakedirTests) PASS: test_mode (test.test_os.MakedirTests) PASS: test_directory_link_nonlocal (test.test_os.NonLocalSymlinkTests) PASS: test_oserror_filename (test.test_os.OSErrorTests) PASS: test_path_t_converter (test.test_os.PathTConverterTests) PASS: test_path_t_converter_and_custom_class (test.test_os.PathTConverterTests) PASS: test_listdir (test.test_os.Pep383Tests) PASS: test_open (test.test_os.Pep383Tests) PASS: test_stat (test.test_os.Pep383Tests) PASS: test_statvfs (test.test_os.Pep383Tests) PASS: test_getppid (test.test_os.PidTests) PASS: test_waitpid (test.test_os.PidTests) PASS: test_setegid (test.test_os.PosixUidGidTests) PASS: test_seteuid (test.test_os.PosixUidGidTests) PASS: test_setgid (test.test_os.PosixUidGidTests) PASS: test_setregid (test.test_os.PosixUidGidTests) PASS: test_setregid_neg1 (test.test_os.PosixUidGidTests) PASS: test_setreuid (test.test_os.PosixUidGidTests) PASS: test_setreuid_neg1 (test.test_os.PosixUidGidTests) PASS: test_setuid (test.test_os.PosixUidGidTests) PASS: test_set_get_priority (test.test_os.ProgramPriorityTests) PASS: test_remove_all (test.test_os.RemoveDirsTests) PASS: test_remove_nothing (test.test_os.RemoveDirsTests) PASS: test_remove_partial (test.test_os.RemoveDirsTests) PASS: test_nowait (test.test_os.SpawnTests) PASS: test_spawnl (test.test_os.SpawnTests) PASS: test_spawnl_noargs (test.test_os.SpawnTests) PASS: test_spawnle (test.test_os.SpawnTests) PASS: test_spawnle_noargs (test.test_os.SpawnTests) PASS: test_spawnlp (test.test_os.SpawnTests) PASS: test_spawnlpe (test.test_os.SpawnTests) PASS: test_spawnv (test.test_os.SpawnTests) PASS: test_spawnv_noargs (test.test_os.SpawnTests) PASS: test_spawnve (test.test_os.SpawnTests) PASS: test_spawnve_bytes (test.test_os.SpawnTests) PASS: test_spawnve_invalid_env (test.test_os.SpawnTests) PASS: test_spawnve_noargs (test.test_os.SpawnTests) PASS: test_spawnvp (test.test_os.SpawnTests) PASS: test_spawnvpe (test.test_os.SpawnTests) PASS: test_spawnvpe_invalid_env (test.test_os.SpawnTests) SKIP: test_15261 (test.test_os.StatAttributeTests) 'Win32 specific tests' SKIP: test_1686475 (test.test_os.StatAttributeTests) 'Win32 specific tests' SKIP: test_access_denied (test.test_os.StatAttributeTests) 'Win32 specific tests' SKIP: test_file_attributes (test.test_os.StatAttributeTests) 'st_file_attributes is Win32 specific' PASS: test_stat_attributes (test.test_os.StatAttributeTests) PASS: test_stat_attributes_bytes (test.test_os.StatAttributeTests) PASS: test_stat_result_pickle (test.test_os.StatAttributeTests) PASS: test_statvfs_attributes (test.test_os.StatAttributeTests) PASS: test_statvfs_result_pickle (test.test_os.StatAttributeTests) test_does_not_crash (test.test_os.TermsizeTests) SKIP: Check if get_terminal_size() returns a meaningful value. 'failed to query terminal size' test_stty_match (test.test_os.TermsizeTests) PASS: Check if stty returns the same results PASS: test_blocking (test.test_os.TestInvalidFD) SKIP: test_closerange (test.test_os.TestInvalidFD) 'Unable to acquire a range of invalid file descriptors' PASS: test_dup (test.test_os.TestInvalidFD) PASS: test_dup2 (test.test_os.TestInvalidFD) PASS: test_fchdir (test.test_os.TestInvalidFD) PASS: test_fchmod (test.test_os.TestInvalidFD) PASS: test_fchown (test.test_os.TestInvalidFD) PASS: test_fdatasync (test.test_os.TestInvalidFD) PASS: test_fdopen (test.test_os.TestInvalidFD) PASS: test_fpathconf (test.test_os.TestInvalidFD) PASS: test_fstat (test.test_os.TestInvalidFD) PASS: test_fstatvfs (test.test_os.TestInvalidFD) PASS: test_fsync (test.test_os.TestInvalidFD) PASS: test_ftruncate (test.test_os.TestInvalidFD) PASS: test_inheritable (test.test_os.TestInvalidFD) PASS: test_isatty (test.test_os.TestInvalidFD) PASS: test_lseek (test.test_os.TestInvalidFD) PASS: test_read (test.test_os.TestInvalidFD) PASS: test_readv (test.test_os.TestInvalidFD) PASS: test_tcgetpgrp (test.test_os.TestInvalidFD) PASS: test_tcsetpgrpt (test.test_os.TestInvalidFD) PASS: test_ttyname (test.test_os.TestInvalidFD) PASS: test_write (test.test_os.TestInvalidFD) PASS: test_writev (test.test_os.TestInvalidFD) PASS: test_argument_required (test.test_os.TestPEP519) PASS: test_bad_pathlike (test.test_os.TestPEP519) PASS: test_fsencode_fsdecode (test.test_os.TestPEP519) PASS: test_garbage_in_exception_out (test.test_os.TestPEP519) PASS: test_pathlike (test.test_os.TestPEP519) PASS: test_return_bytes (test.test_os.TestPEP519) PASS: test_return_string (test.test_os.TestPEP519) PASS: test_argument_required (test.test_os.TestPEP519PurePython) PASS: test_bad_pathlike (test.test_os.TestPEP519PurePython) PASS: test_fsencode_fsdecode (test.test_os.TestPEP519PurePython) PASS: test_garbage_in_exception_out (test.test_os.TestPEP519PurePython) PASS: test_pathlike (test.test_os.TestPEP519PurePython) PASS: test_return_bytes (test.test_os.TestPEP519PurePython) PASS: test_return_string (test.test_os.TestPEP519PurePython) PASS: test_attributes (test.test_os.TestScandir) PASS: test_bad_path_type (test.test_os.TestScandir) PASS: test_broken_symlink (test.test_os.TestScandir) PASS: test_bytes (test.test_os.TestScandir) PASS: test_bytes_like (test.test_os.TestScandir) PASS: test_close (test.test_os.TestScandir) PASS: test_consume_iterator_twice (test.test_os.TestScandir) PASS: test_context_manager (test.test_os.TestScandir) PASS: test_context_manager_close (test.test_os.TestScandir) PASS: test_context_manager_exception (test.test_os.TestScandir) PASS: test_current_directory (test.test_os.TestScandir) PASS: test_empty_path (test.test_os.TestScandir) PASS: test_fd (test.test_os.TestScandir) PASS: test_fspath_protocol (test.test_os.TestScandir) PASS: test_fspath_protocol_bytes (test.test_os.TestScandir) PASS: test_removed_dir (test.test_os.TestScandir) PASS: test_removed_file (test.test_os.TestScandir) PASS: test_repr (test.test_os.TestScandir) PASS: test_resource_warning (test.test_os.TestScandir) SKIP: test_flags (test.test_os.TestSendfile) 'requires headers and trailers support' SKIP: test_headers (test.test_os.TestSendfile) 'requires headers and trailers support' SKIP: test_headers_overflow_32bits (test.test_os.TestSendfile) 'requires headers and trailers support' PASS: test_invalid_offset (test.test_os.TestSendfile) PASS: test_keywords (test.test_os.TestSendfile) PASS: test_offset_overflow (test.test_os.TestSendfile) PASS: test_send_at_certain_offset (test.test_os.TestSendfile) PASS: test_send_whole_file (test.test_os.TestSendfile) SKIP: test_trailers (test.test_os.TestSendfile) 'requires headers and trailers support' SKIP: test_trailers_overflow_32bits (test.test_os.TestSendfile) 'requires headers and trailers support' PASS: test_times (test.test_os.TimesTests) SKIP: test_urandom_failure (test.test_os.URandomFDTests) 'os.random() does not use a file descriptor' SKIP: test_urandom_fd_closed (test.test_os.URandomFDTests) 'os.random() does not use a file descriptor' SKIP: test_urandom_fd_reopened (test.test_os.URandomFDTests) 'os.random() does not use a file descriptor' PASS: test_urandom_length (test.test_os.URandomTests) PASS: test_urandom_subprocess (test.test_os.URandomTests) PASS: test_urandom_value (test.test_os.URandomTests) PASS: test_issue31577 (test.test_os.UtimeTests) SKIP: test_large_time (test.test_os.UtimeTests) 'requires NTFS' PASS: test_utime (test.test_os.UtimeTests) PASS: test_utime_by_indexed (test.test_os.UtimeTests) PASS: test_utime_by_times (test.test_os.UtimeTests) PASS: test_utime_current (test.test_os.UtimeTests) PASS: test_utime_current_old (test.test_os.UtimeTests) PASS: test_utime_dir_fd (test.test_os.UtimeTests) PASS: test_utime_directory (test.test_os.UtimeTests) PASS: test_utime_fd (test.test_os.UtimeTests) PASS: test_utime_invalid_arguments (test.test_os.UtimeTests) PASS: test_utime_nofollow_symlinks (test.test_os.UtimeTests) PASS: test_file_like_path (test.test_os.WalkTests) PASS: test_walk_bad_dir (test.test_os.WalkTests) PASS: test_walk_bottom_up (test.test_os.WalkTests) PASS: test_walk_prune (test.test_os.WalkTests) PASS: test_walk_symlink (test.test_os.WalkTests) PASS: test_walk_topdown (test.test_os.WalkTests) SKIP: test_chdir (test.test_os.Win32ErrorTests) 'Win32 specific tests' SKIP: test_chmod (test.test_os.Win32ErrorTests) 'Win32 specific tests' SKIP: test_mkdir (test.test_os.Win32ErrorTests) 'Win32 specific tests' SKIP: test_remove (test.test_os.Win32ErrorTests) 'Win32 specific tests' SKIP: test_rename (test.test_os.Win32ErrorTests) 'Win32 specific tests' SKIP: test_utime (test.test_os.Win32ErrorTests) 'Win32 specific tests' SKIP: test_create_junction (test.test_os.Win32JunctionTests) 'Win32 specific tests' SKIP: test_unlink_removes_junction (test.test_os.Win32JunctionTests) 'Win32 specific tests' SKIP: test_CTRL_BREAK_EVENT (test.test_os.Win32KillTests) 'Win32 specific tests' SKIP: test_CTRL_C_EVENT (test.test_os.Win32KillTests) 'Win32 specific tests' SKIP: test_kill_int (test.test_os.Win32KillTests) 'Win32 specific tests' SKIP: test_kill_sigterm (test.test_os.Win32KillTests) 'Win32 specific tests' test_listdir_extended_path (test.test_os.Win32ListdirTests) SKIP: Test when the path starts with '\\?\'. 'Win32 specific tests' test_listdir_no_extended_path (test.test_os.Win32ListdirTests) SKIP: Test when the path is not an "extended" path. 'Win32 specific tests' SKIP: test_getfinalpathname_handles (test.test_os.Win32NtTests) 'Win32 specific tests' SKIP: test_12084 (test.test_os.Win32SymlinkTests) 'Win32 specific tests' SKIP: test_29248 (test.test_os.Win32SymlinkTests) 'Win32 specific tests' SKIP: test_buffer_overflow (test.test_os.Win32SymlinkTests) 'Win32 specific tests' SKIP: test_directory_link (test.test_os.Win32SymlinkTests) 'Win32 specific tests' SKIP: test_file_link (test.test_os.Win32SymlinkTests) 'Win32 specific tests' SKIP: test_isdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkTests) 'Win32 specific tests' SKIP: test_remove_directory_link_to_missing_target (test.test_os.Win32SymlinkTests) 'Win32 specific tests' SKIP: test_rmdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkTests) 'Win32 specific tests' ---------------------------------------------------------------------- Ran 267 tests in 1.198s OK (skipped=46) 0:13:14 load avg: 1.35 [241/416] test_ossaudiodev test_ossaudiodev skipped -- Use of the 'audio' resource not enabled 0:13:14 load avg: 1.35 [242/416] test_osx_env -- test_ossaudiodev skipped (resource denied) SKIP: test_pythonexecutable_sets_sys_executable (test.test_osx_env.OSXEnvironmentVariableTestCase) 'unnecessary on this platform' ---------------------------------------------------------------------- Ran 1 test in 0.000s OK (skipped=1) 0:13:15 load avg: 1.35 [243/416] test_parser PASS: test_compile_badunicode (test.test_parser.CompileTestCase) PASS: test_compile_error (test.test_parser.CompileTestCase) PASS: test_compile_expr (test.test_parser.CompileTestCase) PASS: test_compile_filename (test.test_parser.CompileTestCase) PASS: test_compile_suite (test.test_parser.CompileTestCase) PASS: test_issue_9011 (test.test_parser.CompileTestCase) PASS: test_ParserError_message (test.test_parser.IllegalSyntaxTestCase) PASS: test_a_comma_comma_c (test.test_parser.IllegalSyntaxTestCase) PASS: test_illegal_encoding (test.test_parser.IllegalSyntaxTestCase) PASS: test_illegal_operator (test.test_parser.IllegalSyntaxTestCase) PASS: test_illegal_terminal (test.test_parser.IllegalSyntaxTestCase) PASS: test_illegal_yield_1 (test.test_parser.IllegalSyntaxTestCase) PASS: test_illegal_yield_2 (test.test_parser.IllegalSyntaxTestCase) PASS: test_invalid_node_id (test.test_parser.IllegalSyntaxTestCase) PASS: test_junk (test.test_parser.IllegalSyntaxTestCase) PASS: test_malformed_global (test.test_parser.IllegalSyntaxTestCase) PASS: test_missing_import_source (test.test_parser.IllegalSyntaxTestCase) PASS: test_two_args_to_expr (test.test_parser.OtherParserCase) PASS: test_deeply_nested_list (test.test_parser.ParserStackLimitTestCase) PASS: test_trigger_memory_error (test.test_parser.ParserStackLimitTestCase) PASS: test_argument_unpacking (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_assert (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_async_for_statement (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_async_with_statement (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_await_statement (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_basic_import_statement (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_class_defs (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_dict_comprehensions (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_dict_displays (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_expressions (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_extended_unpacking (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_flags_passed (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_function_defs (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_if_stmt (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_import_from_statement (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_list_displays (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_nonlocal_statement (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_pep263 (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_position (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_raise_statement (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_relative_imports (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_set_comprehensions (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_set_displays (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_simple_assignments (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_simple_augmented_assignments (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_simple_expression (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_try_stmt (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_var_annot (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_with (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_yield_statement (test.test_parser.RoundtripLegalSyntaxTestCase) PASS: test_comparisons (test.test_parser.STObjectTestCase) PASS: test_copy_pickle (test.test_parser.STObjectTestCase) PASS: test_sizeof (test.test_parser.STObjectTestCase) ---------------------------------------------------------------------- Ran 53 tests in 0.063s OK 0:13:15 load avg: 1.35 [244/416] test_pathlib PASS: test_parse_parts (test.test_pathlib.NTFlavourTest) PASS: test_parse_parts_common (test.test_pathlib.NTFlavourTest) PASS: test_splitroot (test.test_pathlib.NTFlavourTest) PASS: test_chmod (test.test_pathlib.PathTest) PASS: test_complex_symlinks_absolute (test.test_pathlib.PathTest) PASS: test_complex_symlinks_relative (test.test_pathlib.PathTest) PASS: test_complex_symlinks_relative_dot_dot (test.test_pathlib.PathTest) PASS: test_concrete_class (test.test_pathlib.PathTest) PASS: test_cwd (test.test_pathlib.PathTest) PASS: test_empty_path (test.test_pathlib.PathTest) PASS: test_exists (test.test_pathlib.PathTest) PASS: test_expanduser_common (test.test_pathlib.PathTest) PASS: test_glob_common (test.test_pathlib.PathTest) PASS: test_glob_dotdot (test.test_pathlib.PathTest) PASS: test_glob_empty_pattern (test.test_pathlib.PathTest) PASS: test_group (test.test_pathlib.PathTest) PASS: test_home (test.test_pathlib.PathTest) PASS: test_is_block_device_false (test.test_pathlib.PathTest) PASS: test_is_char_device_false (test.test_pathlib.PathTest) PASS: test_is_char_device_true (test.test_pathlib.PathTest) PASS: test_is_dir (test.test_pathlib.PathTest) PASS: test_is_fifo_false (test.test_pathlib.PathTest) PASS: test_is_fifo_true (test.test_pathlib.PathTest) PASS: test_is_file (test.test_pathlib.PathTest) PASS: test_is_mount (test.test_pathlib.PathTest) PASS: test_is_socket_false (test.test_pathlib.PathTest) PASS: test_is_socket_true (test.test_pathlib.PathTest) PASS: test_is_symlink (test.test_pathlib.PathTest) PASS: test_iterdir (test.test_pathlib.PathTest) PASS: test_iterdir_nodir (test.test_pathlib.PathTest) PASS: test_iterdir_symlink (test.test_pathlib.PathTest) PASS: test_lstat (test.test_pathlib.PathTest) PASS: test_lstat_nosymlink (test.test_pathlib.PathTest) PASS: test_mkdir (test.test_pathlib.PathTest) PASS: test_mkdir_concurrent_parent_creation (test.test_pathlib.PathTest) PASS: test_mkdir_exist_ok (test.test_pathlib.PathTest) PASS: test_mkdir_exist_ok_root (test.test_pathlib.PathTest) PASS: test_mkdir_exist_ok_with_parent (test.test_pathlib.PathTest) PASS: test_mkdir_no_parents_file (test.test_pathlib.PathTest) PASS: test_mkdir_parents (test.test_pathlib.PathTest) PASS: test_mkdir_with_child_file (test.test_pathlib.PathTest) SKIP: test_mkdir_with_unknown_drive (test.test_pathlib.PathTest) 'test requires a Windows-compatible system' PASS: test_open_common (test.test_pathlib.PathTest) PASS: test_owner (test.test_pathlib.PathTest) PASS: test_parts_interning (test.test_pathlib.PathTest) PASS: test_pickling_common (test.test_pathlib.PathTest) PASS: test_read_write_bytes (test.test_pathlib.PathTest) PASS: test_read_write_text (test.test_pathlib.PathTest) PASS: test_rename (test.test_pathlib.PathTest) PASS: test_replace (test.test_pathlib.PathTest) PASS: test_resolve_common (test.test_pathlib.PathTest) PASS: test_resolve_dot (test.test_pathlib.PathTest) PASS: test_rglob_common (test.test_pathlib.PathTest) PASS: test_rglob_symlink_loop (test.test_pathlib.PathTest) PASS: test_rmdir (test.test_pathlib.PathTest) PASS: test_samefile (test.test_pathlib.PathTest) PASS: test_stat (test.test_pathlib.PathTest) PASS: test_symlink_to (test.test_pathlib.PathTest) PASS: test_touch_common (test.test_pathlib.PathTest) PASS: test_touch_nochange (test.test_pathlib.PathTest) PASS: test_unlink (test.test_pathlib.PathTest) PASS: test_unsupported_flavour (test.test_pathlib.PathTest) PASS: test_with (test.test_pathlib.PathTest) PASS: test_parse_parts (test.test_pathlib.PosixFlavourTest) PASS: test_parse_parts_common (test.test_pathlib.PosixFlavourTest) PASS: test_splitroot (test.test_pathlib.PosixFlavourTest) PASS: test_anchor_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_as_bytes_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_as_posix_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_as_uri (test.test_pathlib.PosixPathAsPureTest) PASS: test_as_uri_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_as_uri_non_ascii (test.test_pathlib.PosixPathAsPureTest) PASS: test_constructor_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_div (test.test_pathlib.PosixPathAsPureTest) PASS: test_div_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_drive_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_eq (test.test_pathlib.PosixPathAsPureTest) PASS: test_eq_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_equivalences (test.test_pathlib.PosixPathAsPureTest) PASS: test_fspath_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_is_absolute (test.test_pathlib.PosixPathAsPureTest) PASS: test_is_reserved (test.test_pathlib.PosixPathAsPureTest) PASS: test_join (test.test_pathlib.PosixPathAsPureTest) PASS: test_join_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_match (test.test_pathlib.PosixPathAsPureTest) PASS: test_match_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_name_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_ordering_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_parent_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_parents_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_parts_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_pickling_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_relative_to_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_repr_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_root (test.test_pathlib.PosixPathAsPureTest) PASS: test_root_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_stem_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_str_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_str_subclass_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_suffix_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_suffixes_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_with_name_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_with_suffix_common (test.test_pathlib.PosixPathAsPureTest) PASS: test_chmod (test.test_pathlib.PosixPathTest) PASS: test_complex_symlinks_absolute (test.test_pathlib.PosixPathTest) PASS: test_complex_symlinks_relative (test.test_pathlib.PosixPathTest) PASS: test_complex_symlinks_relative_dot_dot (test.test_pathlib.PosixPathTest) PASS: test_cwd (test.test_pathlib.PosixPathTest) PASS: test_empty_path (test.test_pathlib.PosixPathTest) PASS: test_exists (test.test_pathlib.PosixPathTest) PASS: test_expanduser (test.test_pathlib.PosixPathTest) PASS: test_expanduser_common (test.test_pathlib.PosixPathTest) PASS: test_glob (test.test_pathlib.PosixPathTest) PASS: test_glob_common (test.test_pathlib.PosixPathTest) PASS: test_glob_dotdot (test.test_pathlib.PosixPathTest) PASS: test_group (test.test_pathlib.PosixPathTest) SKIP: test_handling_bad_descriptor (test.test_pathlib.PosixPathTest) 'Bad file descriptor in /dev/fd affects only macOS' PASS: test_home (test.test_pathlib.PosixPathTest) PASS: test_is_block_device_false (test.test_pathlib.PosixPathTest) PASS: test_is_char_device_false (test.test_pathlib.PosixPathTest) PASS: test_is_char_device_true (test.test_pathlib.PosixPathTest) PASS: test_is_dir (test.test_pathlib.PosixPathTest) PASS: test_is_fifo_false (test.test_pathlib.PosixPathTest) PASS: test_is_fifo_true (test.test_pathlib.PosixPathTest) PASS: test_is_file (test.test_pathlib.PosixPathTest) PASS: test_is_mount (test.test_pathlib.PosixPathTest) PASS: test_is_socket_false (test.test_pathlib.PosixPathTest) PASS: test_is_socket_true (test.test_pathlib.PosixPathTest) PASS: test_is_symlink (test.test_pathlib.PosixPathTest) PASS: test_iterdir (test.test_pathlib.PosixPathTest) PASS: test_iterdir_nodir (test.test_pathlib.PosixPathTest) PASS: test_iterdir_symlink (test.test_pathlib.PosixPathTest) PASS: test_lstat (test.test_pathlib.PosixPathTest) PASS: test_lstat_nosymlink (test.test_pathlib.PosixPathTest) PASS: test_mkdir (test.test_pathlib.PosixPathTest) PASS: test_mkdir_concurrent_parent_creation (test.test_pathlib.PosixPathTest) PASS: test_mkdir_exist_ok (test.test_pathlib.PosixPathTest) PASS: test_mkdir_exist_ok_root (test.test_pathlib.PosixPathTest) PASS: test_mkdir_exist_ok_with_parent (test.test_pathlib.PosixPathTest) PASS: test_mkdir_no_parents_file (test.test_pathlib.PosixPathTest) PASS: test_mkdir_parents (test.test_pathlib.PosixPathTest) PASS: test_mkdir_with_child_file (test.test_pathlib.PosixPathTest) SKIP: test_mkdir_with_unknown_drive (test.test_pathlib.PosixPathTest) 'test requires a Windows-compatible system' PASS: test_open_common (test.test_pathlib.PosixPathTest) PASS: test_open_mode (test.test_pathlib.PosixPathTest) PASS: test_owner (test.test_pathlib.PosixPathTest) PASS: test_parts_interning (test.test_pathlib.PosixPathTest) PASS: test_pickling_common (test.test_pathlib.PosixPathTest) PASS: test_read_write_bytes (test.test_pathlib.PosixPathTest) PASS: test_read_write_text (test.test_pathlib.PosixPathTest) PASS: test_rename (test.test_pathlib.PosixPathTest) PASS: test_replace (test.test_pathlib.PosixPathTest) PASS: test_resolve_common (test.test_pathlib.PosixPathTest) PASS: test_resolve_dot (test.test_pathlib.PosixPathTest) PASS: test_resolve_loop (test.test_pathlib.PosixPathTest) PASS: test_rglob (test.test_pathlib.PosixPathTest) PASS: test_rglob_common (test.test_pathlib.PosixPathTest) PASS: test_rglob_symlink_loop (test.test_pathlib.PosixPathTest) PASS: test_rmdir (test.test_pathlib.PosixPathTest) PASS: test_samefile (test.test_pathlib.PosixPathTest) PASS: test_stat (test.test_pathlib.PosixPathTest) PASS: test_symlink_to (test.test_pathlib.PosixPathTest) PASS: test_touch_common (test.test_pathlib.PosixPathTest) PASS: test_touch_mode (test.test_pathlib.PosixPathTest) PASS: test_touch_nochange (test.test_pathlib.PosixPathTest) PASS: test_unlink (test.test_pathlib.PosixPathTest) PASS: test_with (test.test_pathlib.PosixPathTest) PASS: test_anchor_common (test.test_pathlib.PurePathTest) PASS: test_as_bytes_common (test.test_pathlib.PurePathTest) PASS: test_as_posix_common (test.test_pathlib.PurePathTest) PASS: test_as_uri_common (test.test_pathlib.PurePathTest) PASS: test_concrete_class (test.test_pathlib.PurePathTest) PASS: test_constructor_common (test.test_pathlib.PurePathTest) PASS: test_different_flavours_unequal (test.test_pathlib.PurePathTest) PASS: test_different_flavours_unordered (test.test_pathlib.PurePathTest) PASS: test_div_common (test.test_pathlib.PurePathTest) PASS: test_drive_common (test.test_pathlib.PurePathTest) PASS: test_eq_common (test.test_pathlib.PurePathTest) PASS: test_equivalences (test.test_pathlib.PurePathTest) PASS: test_fspath_common (test.test_pathlib.PurePathTest) PASS: test_join_common (test.test_pathlib.PurePathTest) PASS: test_match_common (test.test_pathlib.PurePathTest) PASS: test_name_common (test.test_pathlib.PurePathTest) PASS: test_ordering_common (test.test_pathlib.PurePathTest) PASS: test_parent_common (test.test_pathlib.PurePathTest) PASS: test_parents_common (test.test_pathlib.PurePathTest) PASS: test_parts_common (test.test_pathlib.PurePathTest) PASS: test_pickling_common (test.test_pathlib.PurePathTest) PASS: test_relative_to_common (test.test_pathlib.PurePathTest) PASS: test_repr_common (test.test_pathlib.PurePathTest) PASS: test_root_common (test.test_pathlib.PurePathTest) PASS: test_stem_common (test.test_pathlib.PurePathTest) PASS: test_str_common (test.test_pathlib.PurePathTest) PASS: test_str_subclass_common (test.test_pathlib.PurePathTest) PASS: test_suffix_common (test.test_pathlib.PurePathTest) PASS: test_suffixes_common (test.test_pathlib.PurePathTest) PASS: test_with_name_common (test.test_pathlib.PurePathTest) PASS: test_with_suffix_common (test.test_pathlib.PurePathTest) PASS: test_anchor_common (test.test_pathlib.PurePosixPathTest) PASS: test_as_bytes_common (test.test_pathlib.PurePosixPathTest) PASS: test_as_posix_common (test.test_pathlib.PurePosixPathTest) PASS: test_as_uri (test.test_pathlib.PurePosixPathTest) PASS: test_as_uri_common (test.test_pathlib.PurePosixPathTest) PASS: test_as_uri_non_ascii (test.test_pathlib.PurePosixPathTest) PASS: test_constructor_common (test.test_pathlib.PurePosixPathTest) PASS: test_div (test.test_pathlib.PurePosixPathTest) PASS: test_div_common (test.test_pathlib.PurePosixPathTest) PASS: test_drive_common (test.test_pathlib.PurePosixPathTest) PASS: test_eq (test.test_pathlib.PurePosixPathTest) PASS: test_eq_common (test.test_pathlib.PurePosixPathTest) PASS: test_equivalences (test.test_pathlib.PurePosixPathTest) PASS: test_fspath_common (test.test_pathlib.PurePosixPathTest) PASS: test_is_absolute (test.test_pathlib.PurePosixPathTest) PASS: test_is_reserved (test.test_pathlib.PurePosixPathTest) PASS: test_join (test.test_pathlib.PurePosixPathTest) PASS: test_join_common (test.test_pathlib.PurePosixPathTest) PASS: test_match (test.test_pathlib.PurePosixPathTest) PASS: test_match_common (test.test_pathlib.PurePosixPathTest) PASS: test_name_common (test.test_pathlib.PurePosixPathTest) PASS: test_ordering_common (test.test_pathlib.PurePosixPathTest) PASS: test_parent_common (test.test_pathlib.PurePosixPathTest) PASS: test_parents_common (test.test_pathlib.PurePosixPathTest) PASS: test_parts_common (test.test_pathlib.PurePosixPathTest) PASS: test_pickling_common (test.test_pathlib.PurePosixPathTest) PASS: test_relative_to_common (test.test_pathlib.PurePosixPathTest) PASS: test_repr_common (test.test_pathlib.PurePosixPathTest) PASS: test_root (test.test_pathlib.PurePosixPathTest) PASS: test_root_common (test.test_pathlib.PurePosixPathTest) PASS: test_stem_common (test.test_pathlib.PurePosixPathTest) PASS: test_str_common (test.test_pathlib.PurePosixPathTest) PASS: test_str_subclass_common (test.test_pathlib.PurePosixPathTest) PASS: test_suffix_common (test.test_pathlib.PurePosixPathTest) PASS: test_suffixes_common (test.test_pathlib.PurePosixPathTest) PASS: test_with_name_common (test.test_pathlib.PurePosixPathTest) PASS: test_with_suffix_common (test.test_pathlib.PurePosixPathTest) PASS: test_anchor (test.test_pathlib.PureWindowsPathTest) PASS: test_anchor_common (test.test_pathlib.PureWindowsPathTest) PASS: test_as_bytes_common (test.test_pathlib.PureWindowsPathTest) PASS: test_as_posix_common (test.test_pathlib.PureWindowsPathTest) PASS: test_as_uri (test.test_pathlib.PureWindowsPathTest) PASS: test_as_uri_common (test.test_pathlib.PureWindowsPathTest) PASS: test_constructor_common (test.test_pathlib.PureWindowsPathTest) PASS: test_div (test.test_pathlib.PureWindowsPathTest) PASS: test_div_common (test.test_pathlib.PureWindowsPathTest) PASS: test_drive (test.test_pathlib.PureWindowsPathTest) PASS: test_drive_common (test.test_pathlib.PureWindowsPathTest) PASS: test_eq (test.test_pathlib.PureWindowsPathTest) PASS: test_eq_common (test.test_pathlib.PureWindowsPathTest) PASS: test_equivalences (test.test_pathlib.PureWindowsPathTest) PASS: test_fspath_common (test.test_pathlib.PureWindowsPathTest) PASS: test_is_absolute (test.test_pathlib.PureWindowsPathTest) PASS: test_is_reserved (test.test_pathlib.PureWindowsPathTest) PASS: test_join (test.test_pathlib.PureWindowsPathTest) PASS: test_join_common (test.test_pathlib.PureWindowsPathTest) PASS: test_match_common (test.test_pathlib.PureWindowsPathTest) PASS: test_name (test.test_pathlib.PureWindowsPathTest) PASS: test_name_common (test.test_pathlib.PureWindowsPathTest) PASS: test_ordering_common (test.test_pathlib.PureWindowsPathTest) PASS: test_parent (test.test_pathlib.PureWindowsPathTest) PASS: test_parent_common (test.test_pathlib.PureWindowsPathTest) PASS: test_parents (test.test_pathlib.PureWindowsPathTest) PASS: test_parents_common (test.test_pathlib.PureWindowsPathTest) PASS: test_parts (test.test_pathlib.PureWindowsPathTest) PASS: test_parts_common (test.test_pathlib.PureWindowsPathTest) PASS: test_pickling_common (test.test_pathlib.PureWindowsPathTest) PASS: test_relative_to (test.test_pathlib.PureWindowsPathTest) PASS: test_relative_to_common (test.test_pathlib.PureWindowsPathTest) PASS: test_repr_common (test.test_pathlib.PureWindowsPathTest) PASS: test_root (test.test_pathlib.PureWindowsPathTest) PASS: test_root_common (test.test_pathlib.PureWindowsPathTest) PASS: test_stem (test.test_pathlib.PureWindowsPathTest) PASS: test_stem_common (test.test_pathlib.PureWindowsPathTest) PASS: test_str (test.test_pathlib.PureWindowsPathTest) PASS: test_str_common (test.test_pathlib.PureWindowsPathTest) PASS: test_str_subclass (test.test_pathlib.PureWindowsPathTest) PASS: test_str_subclass_common (test.test_pathlib.PureWindowsPathTest) PASS: test_suffix (test.test_pathlib.PureWindowsPathTest) PASS: test_suffix_common (test.test_pathlib.PureWindowsPathTest) PASS: test_suffixes (test.test_pathlib.PureWindowsPathTest) PASS: test_suffixes_common (test.test_pathlib.PureWindowsPathTest) PASS: test_with_name (test.test_pathlib.PureWindowsPathTest) PASS: test_with_name_common (test.test_pathlib.PureWindowsPathTest) PASS: test_with_suffix (test.test_pathlib.PureWindowsPathTest) PASS: test_with_suffix_common (test.test_pathlib.PureWindowsPathTest) SKIP: test_anchor (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_anchor_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_as_bytes_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_as_posix_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_as_uri (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_as_uri_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_constructor_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_div (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_div_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_drive (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_drive_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_eq (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_eq_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_equivalences (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_fspath_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_group (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_is_absolute (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_is_reserved (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_join (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_join_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_match_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_name (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_name_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_ordering_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_owner (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_parent (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_parent_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_parents (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_parents_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_parts (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_parts_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_pickling_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_relative_to (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_relative_to_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_repr_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_root (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_root_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_stem (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_stem_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_str (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_str_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_str_subclass (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_str_subclass_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_suffix (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_suffix_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_suffixes (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_suffixes_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_with_name (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_with_name_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_with_suffix (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_with_suffix_common (test.test_pathlib.WindowsPathAsPureTest) 'test requires a Windows-compatible system' SKIP: test_chmod (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_complex_symlinks_absolute (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_complex_symlinks_relative (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_complex_symlinks_relative_dot_dot (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_cwd (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_empty_path (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_exists (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_expanduser (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_expanduser_common (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_glob (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_glob_common (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_glob_dotdot (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_group (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_home (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_block_device_false (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_char_device_false (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_char_device_true (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_dir (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_fifo_false (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_fifo_true (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_file (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_mount (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_socket_false (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_socket_true (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_is_symlink (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_iterdir (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_iterdir_nodir (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_iterdir_symlink (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_lstat (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_lstat_nosymlink (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir_concurrent_parent_creation (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir_exist_ok (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir_exist_ok_root (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir_exist_ok_with_parent (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir_no_parents_file (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir_parents (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir_with_child_file (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_mkdir_with_unknown_drive (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_open_common (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_owner (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_parts_interning (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_pickling_common (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_read_write_bytes (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_read_write_text (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_rename (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_replace (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_resolve_common (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_resolve_dot (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_rglob (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_rglob_common (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_rglob_symlink_loop (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_rmdir (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_samefile (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_stat (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_symlink_to (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_touch_common (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_touch_nochange (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_unlink (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' SKIP: test_with (test.test_pathlib.WindowsPathTest) 'test requires a Windows-compatible system' ---------------------------------------------------------------------- Ran 395 tests in 0.233s OK (skipped=114) 0:13:16 load avg: 1.35 [245/416] test_pdb PASS: test_blocks_at_first_code_line (test.test_pdb.PdbTestCase) PASS: test_breakpoint (test.test_pdb.PdbTestCase) PASS: test_errors_in_command (test.test_pdb.PdbTestCase) PASS: test_find_function_empty_file (test.test_pdb.PdbTestCase) PASS: test_find_function_found (test.test_pdb.PdbTestCase) PASS: test_header (test.test_pdb.PdbTestCase) PASS: test_issue13120 (test.test_pdb.PdbTestCase) PASS: test_issue13183 (test.test_pdb.PdbTestCase) PASS: test_issue16180 (test.test_pdb.PdbTestCase) PASS: test_issue7964 (test.test_pdb.PdbTestCase) PASS: test_module_is_run_as_main (test.test_pdb.PdbTestCase) PASS: test_module_without_a_main (test.test_pdb.PdbTestCase) PASS: test_readrc_kwarg (test.test_pdb.PdbTestCase) PASS: test_relative_imports (test.test_pdb.PdbTestCase) PASS: test_relative_imports_on_plain_module (test.test_pdb.PdbTestCase) PASS: test_run_module (test.test_pdb.PdbTestCase) PASS: test_run_pdb_with_pdb (test.test_pdb.PdbTestCase) test_list_commands (test.test_pdb) PASS: Doctest: test.test_pdb.test_list_commands test_next_until_return_at_return_event (test.test_pdb) PASS: Doctest: test.test_pdb.test_next_until_return_at_return_event test_pdb_basic_commands (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_basic_commands test_pdb_breakpoint_commands (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_breakpoint_commands test_pdb_continue_in_bottomframe (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_continue_in_bottomframe test_pdb_displayhook (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_displayhook test_pdb_issue_20766 (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_issue_20766 test_pdb_next_command_for_asyncgen (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_next_command_for_asyncgen test_pdb_next_command_for_coroutine (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_next_command_for_coroutine test_pdb_next_command_for_generator (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_next_command_for_generator test_pdb_next_command_in_generator_for_loop (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_next_command_in_generator_for_loop test_pdb_next_command_subiterator (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_next_command_subiterator test_pdb_return_command_for_coroutine (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_return_command_for_coroutine test_pdb_return_command_for_generator (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_return_command_for_generator test_pdb_run_with_code_object (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_run_with_code_object test_pdb_run_with_incorrect_argument (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_run_with_incorrect_argument test_pdb_skip_modules (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_skip_modules test_pdb_skip_modules_with_callback (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_skip_modules_with_callback test_pdb_until_command_for_coroutine (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_until_command_for_coroutine test_pdb_until_command_for_generator (test.test_pdb) PASS: Doctest: test.test_pdb.test_pdb_until_command_for_generator test_post_mortem (test.test_pdb) PASS: Doctest: test.test_pdb.test_post_mortem ---------------------------------------------------------------------- Ran 38 tests in 0.773s OK 0:13:17 load avg: 1.35 [246/416] test_peepholer PASS: test_bug_11510 (test.test_peepholer.TestBuglets) PASS: test_binary_subscr_on_unicode (test.test_peepholer.TestTranforms) PASS: test_condition_with_binop_with_bools (test.test_peepholer.TestTranforms) PASS: test_constant_folding (test.test_peepholer.TestTranforms) PASS: test_elim_extra_return (test.test_peepholer.TestTranforms) PASS: test_elim_inversion_of_is_or_in (test.test_peepholer.TestTranforms) PASS: test_elim_jump_after_return1 (test.test_peepholer.TestTranforms) PASS: test_elim_jump_after_return2 (test.test_peepholer.TestTranforms) PASS: test_elim_jump_to_return (test.test_peepholer.TestTranforms) PASS: test_folding_of_binops_on_constants (test.test_peepholer.TestTranforms) PASS: test_folding_of_lists_of_constants (test.test_peepholer.TestTranforms) PASS: test_folding_of_sets_of_constants (test.test_peepholer.TestTranforms) PASS: test_folding_of_tuples_of_constants (test.test_peepholer.TestTranforms) PASS: test_folding_of_unaryops_on_constants (test.test_peepholer.TestTranforms) PASS: test_global_as_constant (test.test_peepholer.TestTranforms) PASS: test_make_function_doesnt_bail (test.test_peepholer.TestTranforms) PASS: test_pack_unpack (test.test_peepholer.TestTranforms) PASS: test_unot (test.test_peepholer.TestTranforms) PASS: test_while_one (test.test_peepholer.TestTranforms) ---------------------------------------------------------------------- Ran 19 tests in 0.028s OK 0:13:17 load avg: 1.35 [247/416] test_pickle PASS: test_bad_init (test.test_pickle.PyPickleTests) PASS: test_callapi (test.test_pickle.PyPickleTests) PASS: test_dump_closed_file (test.test_pickle.PyPickleTests) PASS: test_dump_text_file (test.test_pickle.PyPickleTests) PASS: test_highest_protocol (test.test_pickle.PyPickleTests) PASS: test_incomplete_input (test.test_pickle.PyPickleTests) PASS: test_load_closed_file (test.test_pickle.PyPickleTests) PASS: test_load_from_and_dump_to_file (test.test_pickle.PyPickleTests) PASS: test_bad_mark (test.test_pickle.PyUnpicklerTests) PASS: test_bad_stack (test.test_pickle.PyUnpicklerTests) PASS: test_badly_escaped_string (test.test_pickle.PyUnpicklerTests) PASS: test_badly_quoted_string (test.test_pickle.PyUnpicklerTests) PASS: test_binbytes (test.test_pickle.PyUnpicklerTests) PASS: test_binbytes8 (test.test_pickle.PyUnpicklerTests) PASS: test_binget (test.test_pickle.PyUnpicklerTests) PASS: test_binunicode8 (test.test_pickle.PyUnpicklerTests) PASS: test_compat_unpickle (test.test_pickle.PyUnpicklerTests) PASS: test_constants (test.test_pickle.PyUnpicklerTests) PASS: test_correctly_quoted_string (test.test_pickle.PyUnpicklerTests) PASS: test_dup (test.test_pickle.PyUnpicklerTests) PASS: test_empty_bytestring (test.test_pickle.PyUnpicklerTests) PASS: test_frame_readline (test.test_pickle.PyUnpicklerTests) PASS: test_get (test.test_pickle.PyUnpicklerTests) SKIP: test_large_32b_binbytes8 (test.test_pickle.PyUnpicklerTests) 'test is only meaningful on 32-bit builds' SKIP: test_large_32b_binunicode8 (test.test_pickle.PyUnpicklerTests) 'test is only meaningful on 32-bit builds' PASS: test_load_classic_instance (test.test_pickle.PyUnpicklerTests) PASS: test_load_from_data0 (test.test_pickle.PyUnpicklerTests) PASS: test_load_from_data1 (test.test_pickle.PyUnpicklerTests) PASS: test_load_from_data2 (test.test_pickle.PyUnpicklerTests) PASS: test_load_from_data3 (test.test_pickle.PyUnpicklerTests) PASS: test_load_from_data4 (test.test_pickle.PyUnpicklerTests) PASS: test_load_long_python2_str_as_bytes (test.test_pickle.PyUnpicklerTests) PASS: test_load_python2_str_as_bytes (test.test_pickle.PyUnpicklerTests) PASS: test_load_python2_unicode_as_str (test.test_pickle.PyUnpicklerTests) PASS: test_long_binget (test.test_pickle.PyUnpicklerTests) PASS: test_maxint64 (test.test_pickle.PyUnpicklerTests) PASS: test_misc_get (test.test_pickle.PyUnpicklerTests) SKIP: test_negative_32b_binbytes (test.test_pickle.PyUnpicklerTests) 'test is only meaningful on 32-bit builds' SKIP: test_negative_32b_binput (test.test_pickle.PyUnpicklerTests) 'test is only meaningful on 32-bit builds' SKIP: test_negative_32b_binunicode (test.test_pickle.PyUnpicklerTests) 'test is only meaningful on 32-bit builds' PASS: test_negative_put (test.test_pickle.PyUnpicklerTests) PASS: test_short_binbytes (test.test_pickle.PyUnpicklerTests) PASS: test_short_binunicode (test.test_pickle.PyUnpicklerTests) PASS: test_truncated_data (test.test_pickle.PyUnpicklerTests) PASS: test_unpickle_from_2x (test.test_pickle.PyUnpicklerTests) PASS: test_unpickle_module_race (test.test_pickle.PyUnpicklerTests) PASS: test_appends_on_non_lists (test.test_pickle.PyPicklerTests) PASS: test_attribute_name_interning (test.test_pickle.PyPicklerTests) PASS: test_bad_getattr (test.test_pickle.PyPicklerTests) PASS: test_bytes (test.test_pickle.PyPicklerTests) PASS: test_c_methods (test.test_pickle.PyPicklerTests) PASS: test_compat_pickle (test.test_pickle.PyPicklerTests) PASS: test_complex_newobj (test.test_pickle.PyPicklerTests) PASS: test_complex_newobj_ex (test.test_pickle.PyPicklerTests) PASS: test_dict_chunking (test.test_pickle.PyPicklerTests) PASS: test_dynamic_class (test.test_pickle.PyPicklerTests) PASS: test_ellipsis (test.test_pickle.PyPicklerTests) PASS: test_float (test.test_pickle.PyPicklerTests) PASS: test_float_format (test.test_pickle.PyPicklerTests) PASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.PyPicklerTests) PASS: test_framing_large_objects (test.test_pickle.PyPicklerTests) PASS: test_framing_many_objects (test.test_pickle.PyPicklerTests) PASS: test_getinitargs (test.test_pickle.PyPicklerTests) PASS: test_global_ext1 (test.test_pickle.PyPicklerTests) PASS: test_global_ext2 (test.test_pickle.PyPicklerTests) PASS: test_global_ext4 (test.test_pickle.PyPicklerTests) PASS: test_int_pickling_efficiency (test.test_pickle.PyPicklerTests) PASS: test_ints (test.test_pickle.PyPicklerTests) PASS: test_large_pickles (test.test_pickle.PyPicklerTests) PASS: test_list_chunking (test.test_pickle.PyPicklerTests) PASS: test_local_lookup_error (test.test_pickle.PyPicklerTests) PASS: test_long (test.test_pickle.PyPicklerTests) PASS: test_long1 (test.test_pickle.PyPicklerTests) PASS: test_long4 (test.test_pickle.PyPicklerTests) PASS: test_many_puts_and_gets (test.test_pickle.PyPicklerTests) PASS: test_metaclass (test.test_pickle.PyPicklerTests) PASS: test_misc (test.test_pickle.PyPicklerTests) PASS: test_nested_names (test.test_pickle.PyPicklerTests) PASS: test_newobj_generic (test.test_pickle.PyPicklerTests) PASS: test_newobj_list (test.test_pickle.PyPicklerTests) PASS: test_newobj_list_slots (test.test_pickle.PyPicklerTests) PASS: test_newobj_not_class (test.test_pickle.PyPicklerTests) PASS: test_newobj_proxies (test.test_pickle.PyPicklerTests) PASS: test_newobj_tuple (test.test_pickle.PyPicklerTests) PASS: test_notimplemented (test.test_pickle.PyPicklerTests) PASS: test_optional_frames (test.test_pickle.PyPicklerTests) PASS: test_pickle_to_2x (test.test_pickle.PyPicklerTests) PASS: test_proto (test.test_pickle.PyPicklerTests) PASS: test_py_methods (test.test_pickle.PyPicklerTests) PASS: test_recursive_dict (test.test_pickle.PyPicklerTests) PASS: test_recursive_dict_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_dict_key (test.test_pickle.PyPicklerTests) PASS: test_recursive_dict_subclass (test.test_pickle.PyPicklerTests) PASS: test_recursive_dict_subclass_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_dict_subclass_key (test.test_pickle.PyPicklerTests) PASS: test_recursive_frozenset_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_list (test.test_pickle.PyPicklerTests) PASS: test_recursive_list_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_list_subclass (test.test_pickle.PyPicklerTests) PASS: test_recursive_list_subclass_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_multi (test.test_pickle.PyPicklerTests) PASS: test_recursive_nested_names (test.test_pickle.PyPicklerTests) PASS: test_recursive_set (test.test_pickle.PyPicklerTests) PASS: test_recursive_set_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_set_subclass_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_tuple_and_inst (test.test_pickle.PyPicklerTests) PASS: test_recursive_tuple_and_list (test.test_pickle.PyPicklerTests) PASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.PyPicklerTests) PASS: test_reduce (test.test_pickle.PyPicklerTests) PASS: test_reduce_bad_iterator (test.test_pickle.PyPicklerTests) PASS: test_reduce_calls_base (test.test_pickle.PyPicklerTests) PASS: test_reduce_ex_called (test.test_pickle.PyPicklerTests) PASS: test_reduce_ex_calls_base (test.test_pickle.PyPicklerTests) PASS: test_reduce_ex_overrides_reduce (test.test_pickle.PyPicklerTests) PASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.PyPicklerTests) PASS: test_roundtrip_equality (test.test_pickle.PyPicklerTests) PASS: test_set_chunking (test.test_pickle.PyPicklerTests) PASS: test_setitems_on_non_dicts (test.test_pickle.PyPicklerTests) PASS: test_short_tuples (test.test_pickle.PyPicklerTests) PASS: test_simple_newobj (test.test_pickle.PyPicklerTests) PASS: test_singleton_types (test.test_pickle.PyPicklerTests) PASS: test_singletons (test.test_pickle.PyPicklerTests) PASS: test_structseq (test.test_pickle.PyPicklerTests) PASS: test_unicode (test.test_pickle.PyPicklerTests) PASS: test_unicode_high_plane (test.test_pickle.PyPicklerTests) PASS: test_persistence (test.test_pickle.PyPersPicklerTests) PASS: test_pickler_reference_cycle (test.test_pickle.PyIdPersPicklerTests) PASS: test_protocol0_is_ascii_only (test.test_pickle.PyIdPersPicklerTests) PASS: test_return_correct_type (test.test_pickle.PyIdPersPicklerTests) PASS: test_unpickler_reference_cycle (test.test_pickle.PyIdPersPicklerTests) PASS: test_class_dispatch_table (test.test_pickle.PyDispatchTableTests) PASS: test_default_dispatch_table (test.test_pickle.PyDispatchTableTests) PASS: test_instance_dispatch_table (test.test_pickle.PyDispatchTableTests) PASS: test_class_dispatch_table (test.test_pickle.PyChainDispatchTableTests) PASS: test_default_dispatch_table (test.test_pickle.PyChainDispatchTableTests) PASS: test_instance_dispatch_table (test.test_pickle.PyChainDispatchTableTests) PASS: test_exceptions (test.test_pickle.CompatPickleTests) test_import (test.test_pickle.CompatPickleTests) ... No module named '_tkinter' No module named '_tkinter' No module named '_gdbm' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named 'dbm.bsd' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named 'winreg' No module named '_gdbm' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' ok test_import_mapping (test.test_pickle.CompatPickleTests) ... No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named 'winreg' No module named 'dbm.bsd' No module named '_gdbm' No module named '_gdbm' ok PASS: test_multiprocessing_exceptions (test.test_pickle.CompatPickleTests) test_name_mapping (test.test_pickle.CompatPickleTests) ... No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' ok test_reverse_import_mapping (test.test_pickle.CompatPickleTests) ... No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named 'winreg' No module named 'winreg' No module named 'dbm.bsd' No module named 'dbm.bsd' No module named '_gdbm' No module named '_gdbm' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' No module named '_tkinter' ok PASS: test_reverse_name_mapping (test.test_pickle.CompatPickleTests) PASS: test_bad_init (test.test_pickle.CPickleTests) PASS: test_callapi (test.test_pickle.CPickleTests) PASS: test_dump_closed_file (test.test_pickle.CPickleTests) PASS: test_dump_text_file (test.test_pickle.CPickleTests) PASS: test_highest_protocol (test.test_pickle.CPickleTests) PASS: test_incomplete_input (test.test_pickle.CPickleTests) PASS: test_load_closed_file (test.test_pickle.CPickleTests) PASS: test_load_from_and_dump_to_file (test.test_pickle.CPickleTests) PASS: test_bad_mark (test.test_pickle.CUnpicklerTests) PASS: test_bad_stack (test.test_pickle.CUnpicklerTests) PASS: test_badly_escaped_string (test.test_pickle.CUnpicklerTests) PASS: test_badly_quoted_string (test.test_pickle.CUnpicklerTests) PASS: test_binbytes (test.test_pickle.CUnpicklerTests) PASS: test_binbytes8 (test.test_pickle.CUnpicklerTests) PASS: test_binget (test.test_pickle.CUnpicklerTests) PASS: test_binunicode8 (test.test_pickle.CUnpicklerTests) PASS: test_compat_unpickle (test.test_pickle.CUnpicklerTests) PASS: test_constants (test.test_pickle.CUnpicklerTests) PASS: test_correctly_quoted_string (test.test_pickle.CUnpicklerTests) PASS: test_dup (test.test_pickle.CUnpicklerTests) PASS: test_empty_bytestring (test.test_pickle.CUnpicklerTests) PASS: test_frame_readline (test.test_pickle.CUnpicklerTests) PASS: test_get (test.test_pickle.CUnpicklerTests) SKIP: test_large_32b_binbytes8 (test.test_pickle.CUnpicklerTests) 'test is only meaningful on 32-bit builds' SKIP: test_large_32b_binunicode8 (test.test_pickle.CUnpicklerTests) 'test is only meaningful on 32-bit builds' PASS: test_load_classic_instance (test.test_pickle.CUnpicklerTests) PASS: test_load_from_data0 (test.test_pickle.CUnpicklerTests) PASS: test_load_from_data1 (test.test_pickle.CUnpicklerTests) PASS: test_load_from_data2 (test.test_pickle.CUnpicklerTests) PASS: test_load_from_data3 (test.test_pickle.CUnpicklerTests) PASS: test_load_from_data4 (test.test_pickle.CUnpicklerTests) PASS: test_load_long_python2_str_as_bytes (test.test_pickle.CUnpicklerTests) PASS: test_load_python2_str_as_bytes (test.test_pickle.CUnpicklerTests) PASS: test_load_python2_unicode_as_str (test.test_pickle.CUnpicklerTests) PASS: test_long_binget (test.test_pickle.CUnpicklerTests) PASS: test_maxint64 (test.test_pickle.CUnpicklerTests) PASS: test_misc_get (test.test_pickle.CUnpicklerTests) SKIP: test_negative_32b_binbytes (test.test_pickle.CUnpicklerTests) 'test is only meaningful on 32-bit builds' SKIP: test_negative_32b_binput (test.test_pickle.CUnpicklerTests) 'test is only meaningful on 32-bit builds' SKIP: test_negative_32b_binunicode (test.test_pickle.CUnpicklerTests) 'test is only meaningful on 32-bit builds' PASS: test_negative_put (test.test_pickle.CUnpicklerTests) PASS: test_short_binbytes (test.test_pickle.CUnpicklerTests) PASS: test_short_binunicode (test.test_pickle.CUnpicklerTests) PASS: test_truncated_data (test.test_pickle.CUnpicklerTests) PASS: test_unpickle_from_2x (test.test_pickle.CUnpicklerTests) PASS: test_unpickle_module_race (test.test_pickle.CUnpicklerTests) PASS: test_appends_on_non_lists (test.test_pickle.CPicklerTests) PASS: test_attribute_name_interning (test.test_pickle.CPicklerTests) PASS: test_bad_getattr (test.test_pickle.CPicklerTests) PASS: test_bytes (test.test_pickle.CPicklerTests) PASS: test_c_methods (test.test_pickle.CPicklerTests) PASS: test_compat_pickle (test.test_pickle.CPicklerTests) PASS: test_complex_newobj (test.test_pickle.CPicklerTests) PASS: test_complex_newobj_ex (test.test_pickle.CPicklerTests) PASS: test_dict_chunking (test.test_pickle.CPicklerTests) PASS: test_dynamic_class (test.test_pickle.CPicklerTests) PASS: test_ellipsis (test.test_pickle.CPicklerTests) PASS: test_float (test.test_pickle.CPicklerTests) PASS: test_float_format (test.test_pickle.CPicklerTests) PASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.CPicklerTests) PASS: test_framing_large_objects (test.test_pickle.CPicklerTests) PASS: test_framing_many_objects (test.test_pickle.CPicklerTests) PASS: test_getinitargs (test.test_pickle.CPicklerTests) PASS: test_global_ext1 (test.test_pickle.CPicklerTests) PASS: test_global_ext2 (test.test_pickle.CPicklerTests) PASS: test_global_ext4 (test.test_pickle.CPicklerTests) PASS: test_int_pickling_efficiency (test.test_pickle.CPicklerTests) PASS: test_ints (test.test_pickle.CPicklerTests) PASS: test_large_pickles (test.test_pickle.CPicklerTests) PASS: test_list_chunking (test.test_pickle.CPicklerTests) PASS: test_local_lookup_error (test.test_pickle.CPicklerTests) PASS: test_long (test.test_pickle.CPicklerTests) PASS: test_long1 (test.test_pickle.CPicklerTests) PASS: test_long4 (test.test_pickle.CPicklerTests) PASS: test_many_puts_and_gets (test.test_pickle.CPicklerTests) PASS: test_metaclass (test.test_pickle.CPicklerTests) PASS: test_misc (test.test_pickle.CPicklerTests) PASS: test_nested_names (test.test_pickle.CPicklerTests) PASS: test_newobj_generic (test.test_pickle.CPicklerTests) PASS: test_newobj_list (test.test_pickle.CPicklerTests) PASS: test_newobj_list_slots (test.test_pickle.CPicklerTests) PASS: test_newobj_not_class (test.test_pickle.CPicklerTests) PASS: test_newobj_proxies (test.test_pickle.CPicklerTests) PASS: test_newobj_tuple (test.test_pickle.CPicklerTests) PASS: test_notimplemented (test.test_pickle.CPicklerTests) PASS: test_optional_frames (test.test_pickle.CPicklerTests) PASS: test_pickle_to_2x (test.test_pickle.CPicklerTests) PASS: test_proto (test.test_pickle.CPicklerTests) PASS: test_py_methods (test.test_pickle.CPicklerTests) PASS: test_recursive_dict (test.test_pickle.CPicklerTests) PASS: test_recursive_dict_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_dict_key (test.test_pickle.CPicklerTests) PASS: test_recursive_dict_subclass (test.test_pickle.CPicklerTests) PASS: test_recursive_dict_subclass_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_dict_subclass_key (test.test_pickle.CPicklerTests) PASS: test_recursive_frozenset_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_list (test.test_pickle.CPicklerTests) PASS: test_recursive_list_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_list_subclass (test.test_pickle.CPicklerTests) PASS: test_recursive_list_subclass_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_multi (test.test_pickle.CPicklerTests) PASS: test_recursive_nested_names (test.test_pickle.CPicklerTests) PASS: test_recursive_set (test.test_pickle.CPicklerTests) PASS: test_recursive_set_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_set_subclass_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_tuple_and_inst (test.test_pickle.CPicklerTests) PASS: test_recursive_tuple_and_list (test.test_pickle.CPicklerTests) PASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.CPicklerTests) PASS: test_reduce (test.test_pickle.CPicklerTests) PASS: test_reduce_bad_iterator (test.test_pickle.CPicklerTests) PASS: test_reduce_calls_base (test.test_pickle.CPicklerTests) PASS: test_reduce_ex_called (test.test_pickle.CPicklerTests) PASS: test_reduce_ex_calls_base (test.test_pickle.CPicklerTests) PASS: test_reduce_ex_overrides_reduce (test.test_pickle.CPicklerTests) PASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.CPicklerTests) PASS: test_roundtrip_equality (test.test_pickle.CPicklerTests) PASS: test_set_chunking (test.test_pickle.CPicklerTests) PASS: test_setitems_on_non_dicts (test.test_pickle.CPicklerTests) PASS: test_short_tuples (test.test_pickle.CPicklerTests) PASS: test_simple_newobj (test.test_pickle.CPicklerTests) PASS: test_singleton_types (test.test_pickle.CPicklerTests) PASS: test_singletons (test.test_pickle.CPicklerTests) PASS: test_structseq (test.test_pickle.CPicklerTests) PASS: test_unicode (test.test_pickle.CPicklerTests) PASS: test_unicode_high_plane (test.test_pickle.CPicklerTests) PASS: test_persistence (test.test_pickle.CPersPicklerTests) PASS: test_pickler_reference_cycle (test.test_pickle.CIdPersPicklerTests) PASS: test_protocol0_is_ascii_only (test.test_pickle.CIdPersPicklerTests) PASS: test_return_correct_type (test.test_pickle.CIdPersPicklerTests) PASS: test_unpickler_reference_cycle (test.test_pickle.CIdPersPicklerTests) PASS: test_appends_on_non_lists (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_attribute_name_interning (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_bad_getattr (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_bytes (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_c_methods (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_compat_pickle (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_complex_newobj (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_complex_newobj_ex (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_dict_chunking (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_dynamic_class (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_ellipsis (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_float (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_float_format (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_framing_large_objects (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_framing_many_objects (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_getinitargs (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_global_ext1 (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_global_ext2 (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_global_ext4 (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_int_pickling_efficiency (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_ints (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_large_pickles (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_list_chunking (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_local_lookup_error (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_long (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_long1 (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_long4 (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_many_puts_and_gets (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_metaclass (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_misc (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_nested_names (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_newobj_generic (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_newobj_list (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_newobj_list_slots (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_newobj_not_class (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_newobj_proxies (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_newobj_tuple (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_notimplemented (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_optional_frames (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_pickle_to_2x (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_proto (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_py_methods (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_dict (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_dict_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_dict_key (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_dict_subclass (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_dict_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_dict_subclass_key (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_frozenset_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_list (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_list_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_list_subclass (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_list_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_multi (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_nested_names (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_set (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_set_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_set_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_tuple_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_tuple_and_list (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_reduce (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_reduce_bad_iterator (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_reduce_calls_base (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_reduce_ex_called (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_reduce_ex_calls_base (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_reduce_ex_overrides_reduce (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_roundtrip_equality (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_set_chunking (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_setitems_on_non_dicts (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_short_tuples (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_simple_newobj (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_singleton_types (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_singletons (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_structseq (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_unicode (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_unicode_high_plane (test.test_pickle.CDumpPickle_LoadPickle) PASS: test_appends_on_non_lists (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_attribute_name_interning (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_bad_getattr (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_bytes (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_c_methods (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_compat_pickle (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_complex_newobj (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_complex_newobj_ex (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_dict_chunking (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_dynamic_class (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_ellipsis (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_float (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_float_format (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_framing_large_objects (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_framing_many_objects (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_getinitargs (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_global_ext1 (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_global_ext2 (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_global_ext4 (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_int_pickling_efficiency (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_ints (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_large_pickles (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_list_chunking (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_local_lookup_error (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_long (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_long1 (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_long4 (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_many_puts_and_gets (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_metaclass (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_misc (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_nested_names (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_newobj_generic (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_newobj_list (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_newobj_list_slots (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_newobj_not_class (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_newobj_proxies (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_newobj_tuple (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_notimplemented (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_optional_frames (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_pickle_to_2x (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_proto (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_py_methods (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_dict (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_dict_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_dict_key (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_dict_subclass (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_dict_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_dict_subclass_key (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_frozenset_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_list (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_list_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_list_subclass (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_list_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_multi (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_nested_names (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_set (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_set_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_set_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_tuple_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_tuple_and_list (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_reduce (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_reduce_bad_iterator (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_reduce_calls_base (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_reduce_ex_called (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_reduce_ex_calls_base (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_reduce_ex_overrides_reduce (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_roundtrip_equality (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_set_chunking (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_setitems_on_non_dicts (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_short_tuples (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_simple_newobj (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_singleton_types (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_singletons (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_structseq (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_unicode (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_unicode_high_plane (test.test_pickle.DumpPickle_CLoadPickle) PASS: test_clear_pickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests) PASS: test_multiple_unpicklings_seekable (test.test_pickle.PyPicklerUnpicklerObjectTests) PASS: test_multiple_unpicklings_unseekable (test.test_pickle.PyPicklerUnpicklerObjectTests) PASS: test_priming_pickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests) PASS: test_priming_unpickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests) PASS: test_reusing_unpickler_objects (test.test_pickle.PyPicklerUnpicklerObjectTests) PASS: test_unpickling_buffering_readline (test.test_pickle.PyPicklerUnpicklerObjectTests) PASS: test_clear_pickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests) PASS: test_issue18339 (test.test_pickle.CPicklerUnpicklerObjectTests) PASS: test_multiple_unpicklings_seekable (test.test_pickle.CPicklerUnpicklerObjectTests) PASS: test_multiple_unpicklings_unseekable (test.test_pickle.CPicklerUnpicklerObjectTests) PASS: test_priming_pickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests) PASS: test_priming_unpickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests) PASS: test_reusing_unpickler_objects (test.test_pickle.CPicklerUnpicklerObjectTests) PASS: test_unpickling_buffering_readline (test.test_pickle.CPicklerUnpicklerObjectTests) PASS: test_class_dispatch_table (test.test_pickle.CDispatchTableTests) PASS: test_default_dispatch_table (test.test_pickle.CDispatchTableTests) PASS: test_instance_dispatch_table (test.test_pickle.CDispatchTableTests) PASS: test_class_dispatch_table (test.test_pickle.CChainDispatchTableTests) PASS: test_default_dispatch_table (test.test_pickle.CChainDispatchTableTests) PASS: test_instance_dispatch_table (test.test_pickle.CChainDispatchTableTests) PASS: test_appends_on_non_lists (test.test_pickle.InMemoryPickleTests) PASS: test_attribute_name_interning (test.test_pickle.InMemoryPickleTests) PASS: test_bad_getattr (test.test_pickle.InMemoryPickleTests) PASS: test_bad_mark (test.test_pickle.InMemoryPickleTests) PASS: test_bad_stack (test.test_pickle.InMemoryPickleTests) PASS: test_badly_escaped_string (test.test_pickle.InMemoryPickleTests) PASS: test_badly_quoted_string (test.test_pickle.InMemoryPickleTests) PASS: test_binbytes (test.test_pickle.InMemoryPickleTests) PASS: test_binbytes8 (test.test_pickle.InMemoryPickleTests) PASS: test_binget (test.test_pickle.InMemoryPickleTests) PASS: test_binunicode8 (test.test_pickle.InMemoryPickleTests) PASS: test_bytes (test.test_pickle.InMemoryPickleTests) PASS: test_c_methods (test.test_pickle.InMemoryPickleTests) PASS: test_compat_pickle (test.test_pickle.InMemoryPickleTests) PASS: test_compat_unpickle (test.test_pickle.InMemoryPickleTests) PASS: test_complex_newobj (test.test_pickle.InMemoryPickleTests) PASS: test_complex_newobj_ex (test.test_pickle.InMemoryPickleTests) PASS: test_constants (test.test_pickle.InMemoryPickleTests) PASS: test_correctly_quoted_string (test.test_pickle.InMemoryPickleTests) PASS: test_dict_chunking (test.test_pickle.InMemoryPickleTests) PASS: test_dup (test.test_pickle.InMemoryPickleTests) PASS: test_dynamic_class (test.test_pickle.InMemoryPickleTests) PASS: test_ellipsis (test.test_pickle.InMemoryPickleTests) PASS: test_empty_bytestring (test.test_pickle.InMemoryPickleTests) PASS: test_float (test.test_pickle.InMemoryPickleTests) PASS: test_float_format (test.test_pickle.InMemoryPickleTests) PASS: test_frame_readline (test.test_pickle.InMemoryPickleTests) PASS: test_framing_large_objects (test.test_pickle.InMemoryPickleTests) PASS: test_framing_many_objects (test.test_pickle.InMemoryPickleTests) PASS: test_get (test.test_pickle.InMemoryPickleTests) PASS: test_getinitargs (test.test_pickle.InMemoryPickleTests) PASS: test_global_ext1 (test.test_pickle.InMemoryPickleTests) PASS: test_global_ext2 (test.test_pickle.InMemoryPickleTests) PASS: test_global_ext4 (test.test_pickle.InMemoryPickleTests) SKIP: test_huge_bytes_32b (test.test_pickle.InMemoryPickleTests) 'not enough memory: 5.0G minimum needed' SKIP: test_huge_bytes_64b (test.test_pickle.InMemoryPickleTests) 'not enough memory: 10.0G minimum needed' SKIP: test_huge_long_32b (test.test_pickle.InMemoryPickleTests) 'not enough memory: 7.2G minimum needed' SKIP: test_huge_str_32b (test.test_pickle.InMemoryPickleTests) 'not enough memory: 16.0G minimum needed' SKIP: test_huge_str_64b (test.test_pickle.InMemoryPickleTests) 'not enough memory: 32.0G minimum needed' PASS: test_int_pickling_efficiency (test.test_pickle.InMemoryPickleTests) PASS: test_ints (test.test_pickle.InMemoryPickleTests) SKIP: test_large_32b_binbytes8 (test.test_pickle.InMemoryPickleTests) 'test is only meaningful on 32-bit builds' SKIP: test_large_32b_binunicode8 (test.test_pickle.InMemoryPickleTests) 'test is only meaningful on 32-bit builds' PASS: test_large_pickles (test.test_pickle.InMemoryPickleTests) PASS: test_list_chunking (test.test_pickle.InMemoryPickleTests) PASS: test_load_classic_instance (test.test_pickle.InMemoryPickleTests) PASS: test_load_from_data0 (test.test_pickle.InMemoryPickleTests) PASS: test_load_from_data1 (test.test_pickle.InMemoryPickleTests) PASS: test_load_from_data2 (test.test_pickle.InMemoryPickleTests) PASS: test_load_from_data3 (test.test_pickle.InMemoryPickleTests) PASS: test_load_from_data4 (test.test_pickle.InMemoryPickleTests) PASS: test_load_long_python2_str_as_bytes (test.test_pickle.InMemoryPickleTests) PASS: test_load_python2_str_as_bytes (test.test_pickle.InMemoryPickleTests) PASS: test_load_python2_unicode_as_str (test.test_pickle.InMemoryPickleTests) PASS: test_local_lookup_error (test.test_pickle.InMemoryPickleTests) PASS: test_long (test.test_pickle.InMemoryPickleTests) PASS: test_long1 (test.test_pickle.InMemoryPickleTests) PASS: test_long4 (test.test_pickle.InMemoryPickleTests) PASS: test_long_binget (test.test_pickle.InMemoryPickleTests) PASS: test_many_puts_and_gets (test.test_pickle.InMemoryPickleTests) PASS: test_maxint64 (test.test_pickle.InMemoryPickleTests) PASS: test_metaclass (test.test_pickle.InMemoryPickleTests) PASS: test_misc (test.test_pickle.InMemoryPickleTests) PASS: test_misc_get (test.test_pickle.InMemoryPickleTests) SKIP: test_negative_32b_binbytes (test.test_pickle.InMemoryPickleTests) 'test is only meaningful on 32-bit builds' SKIP: test_negative_32b_binput (test.test_pickle.InMemoryPickleTests) 'test is only meaningful on 32-bit builds' SKIP: test_negative_32b_binunicode (test.test_pickle.InMemoryPickleTests) 'test is only meaningful on 32-bit builds' PASS: test_negative_put (test.test_pickle.InMemoryPickleTests) PASS: test_nested_names (test.test_pickle.InMemoryPickleTests) PASS: test_newobj_generic (test.test_pickle.InMemoryPickleTests) PASS: test_newobj_list (test.test_pickle.InMemoryPickleTests) PASS: test_newobj_list_slots (test.test_pickle.InMemoryPickleTests) PASS: test_newobj_not_class (test.test_pickle.InMemoryPickleTests) PASS: test_newobj_proxies (test.test_pickle.InMemoryPickleTests) PASS: test_newobj_tuple (test.test_pickle.InMemoryPickleTests) PASS: test_notimplemented (test.test_pickle.InMemoryPickleTests) PASS: test_optional_frames (test.test_pickle.InMemoryPickleTests) PASS: test_pickle_to_2x (test.test_pickle.InMemoryPickleTests) PASS: test_proto (test.test_pickle.InMemoryPickleTests) PASS: test_py_methods (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_dict (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_dict_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_dict_key (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_dict_subclass (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_dict_subclass_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_dict_subclass_key (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_frozenset_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_list (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_list_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_list_subclass (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_list_subclass_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_multi (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_nested_names (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_set (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_set_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_set_subclass_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_tuple_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_tuple_and_list (test.test_pickle.InMemoryPickleTests) PASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.InMemoryPickleTests) PASS: test_reduce (test.test_pickle.InMemoryPickleTests) PASS: test_reduce_bad_iterator (test.test_pickle.InMemoryPickleTests) PASS: test_reduce_calls_base (test.test_pickle.InMemoryPickleTests) PASS: test_reduce_ex_called (test.test_pickle.InMemoryPickleTests) PASS: test_reduce_ex_calls_base (test.test_pickle.InMemoryPickleTests) PASS: test_reduce_ex_overrides_reduce (test.test_pickle.InMemoryPickleTests) PASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.InMemoryPickleTests) PASS: test_roundtrip_equality (test.test_pickle.InMemoryPickleTests) PASS: test_set_chunking (test.test_pickle.InMemoryPickleTests) PASS: test_setitems_on_non_dicts (test.test_pickle.InMemoryPickleTests) PASS: test_short_binbytes (test.test_pickle.InMemoryPickleTests) PASS: test_short_binunicode (test.test_pickle.InMemoryPickleTests) PASS: test_short_tuples (test.test_pickle.InMemoryPickleTests) PASS: test_simple_newobj (test.test_pickle.InMemoryPickleTests) PASS: test_singleton_types (test.test_pickle.InMemoryPickleTests) PASS: test_singletons (test.test_pickle.InMemoryPickleTests) PASS: test_structseq (test.test_pickle.InMemoryPickleTests) PASS: test_truncated_data (test.test_pickle.InMemoryPickleTests) PASS: test_unicode (test.test_pickle.InMemoryPickleTests) PASS: test_unicode_high_plane (test.test_pickle.InMemoryPickleTests) PASS: test_unpickle_from_2x (test.test_pickle.InMemoryPickleTests) PASS: test_unpickle_module_race (test.test_pickle.InMemoryPickleTests) PASS: test_pickler (test.test_pickle.SizeofTests) PASS: test_unpickler (test.test_pickle.SizeofTests) ---------------------------------------------------------------------- Ran 585 tests in 6.042s OK (skipped=20) Trying: decode_long(b'') Expecting: 0 ok Trying: decode_long(b"\xff\x00") Expecting: 255 ok Trying: decode_long(b"\xff\x7f") Expecting: 32767 ok Trying: decode_long(b"\x00\xff") Expecting: -256 ok Trying: decode_long(b"\x00\x80") Expecting: -32768 ok Trying: decode_long(b"\x80") Expecting: -128 ok Trying: decode_long(b"\x7f") Expecting: 127 ok Trying: encode_long(0) Expecting: b'' ok Trying: encode_long(255) Expecting: b'\xff\x00' ok Trying: encode_long(32767) Expecting: b'\xff\x7f' ok Trying: encode_long(-256) Expecting: b'\x00\xff' ok Trying: encode_long(-32768) Expecting: b'\x00\x80' ok Trying: encode_long(-128) Expecting: b'\x80' ok Trying: encode_long(127) Expecting: b'\x7f' ok 122 items had no tests: pickle pickle._Framer pickle._Framer.__init__ pickle._Framer.commit_frame pickle._Framer.end_framing pickle._Framer.start_framing pickle._Framer.write pickle._Framer.write_large_bytes pickle._Pickler pickle._Pickler.__init__ pickle._Pickler._batch_appends pickle._Pickler._batch_setitems pickle._Pickler.clear_memo pickle._Pickler.dump pickle._Pickler.get pickle._Pickler.memoize pickle._Pickler.persistent_id pickle._Pickler.put pickle._Pickler.save pickle._Pickler.save_bool pickle._Pickler.save_bytes pickle._Pickler.save_dict pickle._Pickler.save_float pickle._Pickler.save_frozenset pickle._Pickler.save_global pickle._Pickler.save_list pickle._Pickler.save_long pickle._Pickler.save_none pickle._Pickler.save_pers pickle._Pickler.save_reduce pickle._Pickler.save_set pickle._Pickler.save_str pickle._Pickler.save_tuple pickle._Pickler.save_type pickle._Stop pickle._Stop.__init__ pickle._Unframer pickle._Unframer.__init__ pickle._Unframer.load_frame pickle._Unframer.read pickle._Unframer.readline pickle._Unpickler pickle._Unpickler.__init__ pickle._Unpickler._decode_string pickle._Unpickler._instantiate pickle._Unpickler.find_class pickle._Unpickler.get_extension pickle._Unpickler.load pickle._Unpickler.load_additems pickle._Unpickler.load_append pickle._Unpickler.load_appends pickle._Unpickler.load_binbytes pickle._Unpickler.load_binbytes8 pickle._Unpickler.load_binfloat pickle._Unpickler.load_binget pickle._Unpickler.load_binint pickle._Unpickler.load_binint1 pickle._Unpickler.load_binint2 pickle._Unpickler.load_binpersid pickle._Unpickler.load_binput pickle._Unpickler.load_binstring pickle._Unpickler.load_binunicode pickle._Unpickler.load_binunicode8 pickle._Unpickler.load_build pickle._Unpickler.load_dict pickle._Unpickler.load_dup pickle._Unpickler.load_empty_dictionary pickle._Unpickler.load_empty_list pickle._Unpickler.load_empty_set pickle._Unpickler.load_empty_tuple pickle._Unpickler.load_ext1 pickle._Unpickler.load_ext2 pickle._Unpickler.load_ext4 pickle._Unpickler.load_false pickle._Unpickler.load_float pickle._Unpickler.load_frame pickle._Unpickler.load_frozenset pickle._Unpickler.load_get pickle._Unpickler.load_global pickle._Unpickler.load_inst pickle._Unpickler.load_int pickle._Unpickler.load_list pickle._Unpickler.load_long pickle._Unpickler.load_long1 pickle._Unpickler.load_long4 pickle._Unpickler.load_long_binget pickle._Unpickler.load_long_binput pickle._Unpickler.load_mark pickle._Unpickler.load_memoize pickle._Unpickler.load_newobj pickle._Unpickler.load_newobj_ex pickle._Unpickler.load_none pickle._Unpickler.load_obj pickle._Unpickler.load_persid pickle._Unpickler.load_pop pickle._Unpickler.load_pop_mark pickle._Unpickler.load_proto pickle._Unpickler.load_put pickle._Unpickler.load_reduce pickle._Unpickler.load_setitem pickle._Unpickler.load_setitems pickle._Unpickler.load_short_binbytes pickle._Unpickler.load_short_binstring pickle._Unpickler.load_short_binunicode pickle._Unpickler.load_stack_global pickle._Unpickler.load_stop pickle._Unpickler.load_string pickle._Unpickler.load_true pickle._Unpickler.load_tuple pickle._Unpickler.load_tuple1 pickle._Unpickler.load_tuple2 pickle._Unpickler.load_tuple3 pickle._Unpickler.load_unicode pickle._Unpickler.persistent_load pickle._Unpickler.pop_mark pickle._dump pickle._dumps pickle._getattribute pickle._load pickle._loads pickle._test pickle.whichmodule 2 items passed all tests: 7 tests in pickle.decode_long 7 tests in pickle.encode_long 14 tests in 124 items. 14 passed and 0 failed. Test passed. doctest (pickle) ... 14 tests with zero failures 0:13:24 load avg: 1.29 [248/416] test_pickletools PASS: test_appends_on_non_lists (test.test_pickletools.OptimizedPickleTests) PASS: test_attribute_name_interning (test.test_pickletools.OptimizedPickleTests) PASS: test_bad_getattr (test.test_pickletools.OptimizedPickleTests) PASS: test_bytes (test.test_pickletools.OptimizedPickleTests) PASS: test_c_methods (test.test_pickletools.OptimizedPickleTests) PASS: test_compat_pickle (test.test_pickletools.OptimizedPickleTests) PASS: test_complex_newobj (test.test_pickletools.OptimizedPickleTests) PASS: test_complex_newobj_ex (test.test_pickletools.OptimizedPickleTests) PASS: test_dict_chunking (test.test_pickletools.OptimizedPickleTests) PASS: test_dynamic_class (test.test_pickletools.OptimizedPickleTests) PASS: test_ellipsis (test.test_pickletools.OptimizedPickleTests) PASS: test_float (test.test_pickletools.OptimizedPickleTests) PASS: test_float_format (test.test_pickletools.OptimizedPickleTests) PASS: test_framing_large_objects (test.test_pickletools.OptimizedPickleTests) PASS: test_framing_many_objects (test.test_pickletools.OptimizedPickleTests) PASS: test_getinitargs (test.test_pickletools.OptimizedPickleTests) PASS: test_global_ext1 (test.test_pickletools.OptimizedPickleTests) PASS: test_global_ext2 (test.test_pickletools.OptimizedPickleTests) PASS: test_global_ext4 (test.test_pickletools.OptimizedPickleTests) PASS: test_int_pickling_efficiency (test.test_pickletools.OptimizedPickleTests) PASS: test_ints (test.test_pickletools.OptimizedPickleTests) PASS: test_large_pickles (test.test_pickletools.OptimizedPickleTests) PASS: test_list_chunking (test.test_pickletools.OptimizedPickleTests) PASS: test_local_lookup_error (test.test_pickletools.OptimizedPickleTests) PASS: test_long (test.test_pickletools.OptimizedPickleTests) PASS: test_long1 (test.test_pickletools.OptimizedPickleTests) PASS: test_long4 (test.test_pickletools.OptimizedPickleTests) PASS: test_many_puts_and_gets (test.test_pickletools.OptimizedPickleTests) PASS: test_metaclass (test.test_pickletools.OptimizedPickleTests) PASS: test_misc (test.test_pickletools.OptimizedPickleTests) PASS: test_nested_names (test.test_pickletools.OptimizedPickleTests) PASS: test_newobj_generic (test.test_pickletools.OptimizedPickleTests) PASS: test_newobj_list (test.test_pickletools.OptimizedPickleTests) PASS: test_newobj_list_slots (test.test_pickletools.OptimizedPickleTests) PASS: test_newobj_not_class (test.test_pickletools.OptimizedPickleTests) PASS: test_newobj_proxies (test.test_pickletools.OptimizedPickleTests) PASS: test_newobj_tuple (test.test_pickletools.OptimizedPickleTests) PASS: test_notimplemented (test.test_pickletools.OptimizedPickleTests) PASS: test_optimize_binput_and_memoize (test.test_pickletools.OptimizedPickleTests) PASS: test_optimize_long_binget (test.test_pickletools.OptimizedPickleTests) PASS: test_optional_frames (test.test_pickletools.OptimizedPickleTests) PASS: test_proto (test.test_pickletools.OptimizedPickleTests) PASS: test_py_methods (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_dict (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_dict_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_dict_key (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_dict_subclass (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_dict_subclass_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_dict_subclass_key (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_frozenset_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_list (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_list_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_list_subclass (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_list_subclass_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_multi (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_nested_names (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_set (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_set_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_set_subclass_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_tuple_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_tuple_and_list (test.test_pickletools.OptimizedPickleTests) PASS: test_recursive_tuple_subclass_and_inst (test.test_pickletools.OptimizedPickleTests) PASS: test_reduce (test.test_pickletools.OptimizedPickleTests) PASS: test_reduce_bad_iterator (test.test_pickletools.OptimizedPickleTests) PASS: test_reduce_calls_base (test.test_pickletools.OptimizedPickleTests) PASS: test_reduce_ex_called (test.test_pickletools.OptimizedPickleTests) PASS: test_reduce_ex_calls_base (test.test_pickletools.OptimizedPickleTests) PASS: test_reduce_ex_overrides_reduce (test.test_pickletools.OptimizedPickleTests) PASS: test_reduce_overrides_default_reduce_ex (test.test_pickletools.OptimizedPickleTests) PASS: test_roundtrip_equality (test.test_pickletools.OptimizedPickleTests) PASS: test_set_chunking (test.test_pickletools.OptimizedPickleTests) PASS: test_setitems_on_non_dicts (test.test_pickletools.OptimizedPickleTests) PASS: test_short_tuples (test.test_pickletools.OptimizedPickleTests) PASS: test_simple_newobj (test.test_pickletools.OptimizedPickleTests) PASS: test_singleton_types (test.test_pickletools.OptimizedPickleTests) PASS: test_singletons (test.test_pickletools.OptimizedPickleTests) PASS: test_structseq (test.test_pickletools.OptimizedPickleTests) PASS: test_unicode (test.test_pickletools.OptimizedPickleTests) PASS: test_unicode_high_plane (test.test_pickletools.OptimizedPickleTests) ---------------------------------------------------------------------- Ran 81 tests in 1.039s OK PASS: test__all__ (test.test_pickletools.MiscTestCase) ---------------------------------------------------------------------- Ran 1 test in 0.000s OK Trying: import pickle Expecting nothing ok Trying: import io Expecting nothing ok Trying: f = io.BytesIO() Expecting nothing ok Trying: p = pickle.Pickler(f, 2) Expecting nothing ok Trying: x = [1, 2, 3] Expecting nothing ok Trying: p.dump(x) Expecting nothing ok Trying: p.dump(x) Expecting nothing ok Trying: f.seek(0) Expecting: 0 ok Trying: memo = {} Expecting nothing ok Trying: dis(f, memo=memo) Expecting: 0: \x80 PROTO 2 2: ] EMPTY_LIST 3: q BINPUT 0 5: ( MARK 6: K BININT1 1 8: K BININT1 2 10: K BININT1 3 12: e APPENDS (MARK at 5) 13: . STOP highest protocol among opcodes = 2 ok Trying: dis(f, memo=memo) Expecting: 14: \x80 PROTO 2 16: h BINGET 0 18: . STOP highest protocol among opcodes = 2 ok Trying: import pickle Expecting nothing ok Trying: x = [1, 2, (3, 4), {b'abc': "def"}] Expecting nothing ok Trying: pkl0 = pickle.dumps(x, 0) Expecting nothing ok Trying: dis(pkl0) Expecting: 0: ( MARK 1: l LIST (MARK at 0) 2: p PUT 0 5: I INT 1 8: a APPEND 9: I INT 2 12: a APPEND 13: ( MARK 14: I INT 3 17: I INT 4 20: t TUPLE (MARK at 13) 21: p PUT 1 24: a APPEND 25: ( MARK 26: d DICT (MARK at 25) 27: p PUT 2 30: c GLOBAL '_codecs encode' 46: p PUT 3 49: ( MARK 50: V UNICODE 'abc' 55: p PUT 4 58: V UNICODE 'latin1' 66: p PUT 5 69: t TUPLE (MARK at 49) 70: p PUT 6 73: R REDUCE 74: p PUT 7 77: V UNICODE 'def' 82: p PUT 8 85: s SETITEM 86: a APPEND 87: . STOP highest protocol among opcodes = 0 ok Trying: pkl1 = pickle.dumps(x, 1) Expecting nothing ok Trying: dis(pkl1) Expecting: 0: ] EMPTY_LIST 1: q BINPUT 0 3: ( MARK 4: K BININT1 1 6: K BININT1 2 8: ( MARK 9: K BININT1 3 11: K BININT1 4 13: t TUPLE (MARK at 8) 14: q BINPUT 1 16: } EMPTY_DICT 17: q BINPUT 2 19: c GLOBAL '_codecs encode' 35: q BINPUT 3 37: ( MARK 38: X BINUNICODE 'abc' 46: q BINPUT 4 48: X BINUNICODE 'latin1' 59: q BINPUT 5 61: t TUPLE (MARK at 37) 62: q BINPUT 6 64: R REDUCE 65: q BINPUT 7 67: X BINUNICODE 'def' 75: q BINPUT 8 77: s SETITEM 78: e APPENDS (MARK at 3) 79: . STOP highest protocol among opcodes = 1 ok Trying: import pickletools Expecting nothing ok Trying: dis(pickle.dumps(pickletools.dis, 0)) Expecting: 0: c GLOBAL 'pickletools dis' 17: p PUT 0 20: . STOP highest protocol among opcodes = 0 ok Trying: from pickletools import _Example Expecting nothing ok Trying: x = [_Example(42)] * 2 Expecting nothing ok Trying: dis(pickle.dumps(x, 0)) Expecting: 0: ( MARK 1: l LIST (MARK at 0) 2: p PUT 0 5: c GLOBAL 'copy_reg _reconstructor' 30: p PUT 1 33: ( MARK 34: c GLOBAL 'pickletools _Example' 56: p PUT 2 59: c GLOBAL '__builtin__ object' 79: p PUT 3 82: N NONE 83: t TUPLE (MARK at 33) 84: p PUT 4 87: R REDUCE 88: p PUT 5 91: ( MARK 92: d DICT (MARK at 91) 93: p PUT 6 96: V UNICODE 'value' 103: p PUT 7 106: I INT 42 110: s SETITEM 111: b BUILD 112: a APPEND 113: g GET 5 116: a APPEND 117: . STOP highest protocol among opcodes = 0 ok Trying: dis(pickle.dumps(x, 1)) Expecting: 0: ] EMPTY_LIST 1: q BINPUT 0 3: ( MARK 4: c GLOBAL 'copy_reg _reconstructor' 29: q BINPUT 1 31: ( MARK 32: c GLOBAL 'pickletools _Example' 54: q BINPUT 2 56: c GLOBAL '__builtin__ object' 76: q BINPUT 3 78: N NONE 79: t TUPLE (MARK at 31) 80: q BINPUT 4 82: R REDUCE 83: q BINPUT 5 85: } EMPTY_DICT 86: q BINPUT 6 88: X BINUNICODE 'value' 98: q BINPUT 7 100: K BININT1 42 102: s SETITEM 103: b BUILD 104: h BINGET 5 106: e APPENDS (MARK at 3) 107: . STOP highest protocol among opcodes = 1 ok Trying: L = [] Expecting nothing ok Trying: T = L, Expecting nothing ok Trying: L.append(T) Expecting nothing ok Trying: L[0] is T Expecting: True ok Trying: T[0] is L Expecting: True ok Trying: L[0][0] is L Expecting: True ok Trying: T[0][0] is T Expecting: True ok Trying: dis(pickle.dumps(L, 0)) Expecting: 0: ( MARK 1: l LIST (MARK at 0) 2: p PUT 0 5: ( MARK 6: g GET 0 9: t TUPLE (MARK at 5) 10: p PUT 1 13: a APPEND 14: . STOP highest protocol among opcodes = 0 ok Trying: dis(pickle.dumps(L, 1)) Expecting: 0: ] EMPTY_LIST 1: q BINPUT 0 3: ( MARK 4: h BINGET 0 6: t TUPLE (MARK at 3) 7: q BINPUT 1 9: a APPEND 10: . STOP highest protocol among opcodes = 1 ok Trying: dis(pickle.dumps(T, 0)) Expecting: 0: ( MARK 1: ( MARK 2: l LIST (MARK at 1) 3: p PUT 0 6: ( MARK 7: g GET 0 10: t TUPLE (MARK at 6) 11: p PUT 1 14: a APPEND 15: 0 POP 16: 0 POP (MARK at 0) 17: g GET 1 20: . STOP highest protocol among opcodes = 0 ok Trying: dis(pickle.dumps(T, 1)) Expecting: 0: ( MARK 1: ] EMPTY_LIST 2: q BINPUT 0 4: ( MARK 5: h BINGET 0 7: t TUPLE (MARK at 4) 8: q BINPUT 1 10: a APPEND 11: 1 POP_MARK (MARK at 0) 12: h BINGET 1 14: . STOP highest protocol among opcodes = 1 ok Trying: dis(pickle.dumps(L, 2)) Expecting: 0: \x80 PROTO 2 2: ] EMPTY_LIST 3: q BINPUT 0 5: h BINGET 0 7: \x85 TUPLE1 8: q BINPUT 1 10: a APPEND 11: . STOP highest protocol among opcodes = 2 ok Trying: dis(pickle.dumps(T, 2)) Expecting: 0: \x80 PROTO 2 2: ] EMPTY_LIST 3: q BINPUT 0 5: h BINGET 0 7: \x85 TUPLE1 8: q BINPUT 1 10: a APPEND 11: 0 POP 12: h BINGET 1 14: . STOP highest protocol among opcodes = 2 ok Trying: dis(pickle.dumps(T, 3), annotate=1) Expecting: 0: \x80 PROTO 3 Protocol version indicator. 2: ] EMPTY_LIST Push an empty list. 3: q BINPUT 0 Store the stack top into the memo. The stack is not popped. 5: h BINGET 0 Read an object from the memo and push it on the stack. 7: \x85 TUPLE1 Build a one-tuple out of the topmost item on the stack. 8: q BINPUT 1 Store the stack top into the memo. The stack is not popped. 10: a APPEND Append an object to a list. 11: 0 POP Discard the top stack item, shrinking the stack by one item. 12: h BINGET 1 Read an object from the memo and push it on the stack. 14: . STOP Stop the unpickling machine. highest protocol among opcodes = 2 ok Trying: import io Expecting nothing ok Trying: read_bytes1(io.BytesIO(b"\x00")) Expecting: b'' ok Trying: read_bytes1(io.BytesIO(b"\x03abcdef")) Expecting: b'abc' ok Trying: import io Expecting nothing ok Trying: read_bytes4(io.BytesIO(b"\x00\x00\x00\x00abc")) Expecting: b'' ok Trying: read_bytes4(io.BytesIO(b"\x03\x00\x00\x00abcdef")) Expecting: b'abc' ok Trying: read_bytes4(io.BytesIO(b"\x00\x00\x00\x03abcdef")) Expecting: Traceback (most recent call last): ... ValueError: expected 50331648 bytes in a bytes4, but only 6 remain ok Trying: import io, struct, sys Expecting nothing ok Trying: read_bytes8(io.BytesIO(b"\x00\x00\x00\x00\x00\x00\x00\x00abc")) Expecting: b'' ok Trying: read_bytes8(io.BytesIO(b"\x03\x00\x00\x00\x00\x00\x00\x00abcdef")) Expecting: b'abc' ok Trying: bigsize8 = struct.pack("d", -1.25) Expecting nothing ok Trying: raw Expecting: b'\xbf\xf4\x00\x00\x00\x00\x00\x00' ok Trying: read_float8(io.BytesIO(raw + b"\n")) Expecting: -1.25 ok Trying: import io Expecting nothing ok Trying: read_floatnl(io.BytesIO(b"-1.25\n6")) Expecting: -1.25 ok Trying: import io Expecting nothing ok Trying: read_int4(io.BytesIO(b'\xff\x00\x00\x00')) Expecting: 255 ok Trying: read_int4(io.BytesIO(b'\x00\x00\x00\x80')) == -(2**31) Expecting: True ok Trying: import io Expecting nothing ok Trying: read_long1(io.BytesIO(b"\x00")) Expecting: 0 ok Trying: read_long1(io.BytesIO(b"\x02\xff\x00")) Expecting: 255 ok Trying: read_long1(io.BytesIO(b"\x02\xff\x7f")) Expecting: 32767 ok Trying: read_long1(io.BytesIO(b"\x02\x00\xff")) Expecting: -256 ok Trying: read_long1(io.BytesIO(b"\x02\x00\x80")) Expecting: -32768 ok Trying: import io Expecting nothing ok Trying: read_long4(io.BytesIO(b"\x02\x00\x00\x00\xff\x00")) Expecting: 255 ok Trying: read_long4(io.BytesIO(b"\x02\x00\x00\x00\xff\x7f")) Expecting: 32767 ok Trying: read_long4(io.BytesIO(b"\x02\x00\x00\x00\x00\xff")) Expecting: -256 ok Trying: read_long4(io.BytesIO(b"\x02\x00\x00\x00\x00\x80")) Expecting: -32768 ok Trying: read_long1(io.BytesIO(b"\x00\x00\x00\x00")) Expecting: 0 ok Trying: import io Expecting nothing ok Trying: read_string1(io.BytesIO(b"\x00")) Expecting: '' ok Trying: read_string1(io.BytesIO(b"\x03abcdef")) Expecting: 'abc' ok Trying: import io Expecting nothing ok Trying: read_string4(io.BytesIO(b"\x00\x00\x00\x00abc")) Expecting: '' ok Trying: read_string4(io.BytesIO(b"\x03\x00\x00\x00abcdef")) Expecting: 'abc' ok Trying: read_string4(io.BytesIO(b"\x00\x00\x00\x03abcdef")) Expecting: Traceback (most recent call last): ... ValueError: expected 50331648 bytes in a string4, but only 6 remain ok Trying: import io Expecting nothing ok Trying: read_stringnl(io.BytesIO(b"'abcd'\nefg\n")) Expecting: 'abcd' ok Trying: read_stringnl(io.BytesIO(b"\n")) Expecting: Traceback (most recent call last): ... ValueError: no string quotes around b'' ok Trying: read_stringnl(io.BytesIO(b"\n"), stripquotes=False) Expecting: '' ok Trying: read_stringnl(io.BytesIO(b"''\n")) Expecting: '' ok Trying: read_stringnl(io.BytesIO(b'"abcd"')) Expecting: Traceback (most recent call last): ... ValueError: no newline found when trying to read stringnl ok Trying: read_stringnl(io.BytesIO(br"'a\n\\b\x00c\td'" + b"\n'e'")) Expecting: 'a\n\\b\x00c\td' ok Trying: import io Expecting nothing ok Trying: read_stringnl_noescape_pair(io.BytesIO(b"Queue\nEmpty\njunk")) Expecting: 'Queue Empty' ok Trying: import io Expecting nothing ok Trying: read_uint1(io.BytesIO(b'\xff')) Expecting: 255 ok Trying: import io Expecting nothing ok Trying: read_uint2(io.BytesIO(b'\xff\x00')) Expecting: 255 ok Trying: read_uint2(io.BytesIO(b'\xff\xff')) Expecting: 65535 ok Trying: import io Expecting nothing ok Trying: read_uint4(io.BytesIO(b'\xff\x00\x00\x00')) Expecting: 255 ok Trying: read_uint4(io.BytesIO(b'\x00\x00\x00\x80')) == 2**31 Expecting: True ok Trying: import io Expecting nothing ok Trying: read_uint8(io.BytesIO(b'\xff\x00\x00\x00\x00\x00\x00\x00')) Expecting: 255 ok Trying: read_uint8(io.BytesIO(b'\xff' * 8)) == 2**64-1 Expecting: True ok Trying: import io Expecting nothing ok Trying: s = 'abcd\uabcd' Expecting nothing ok Trying: enc = s.encode('utf-8') Expecting nothing ok Trying: enc Expecting: b'abcd\xea\xaf\x8d' ok Trying: n = bytes([len(enc)]) # little-endian 1-byte length Expecting nothing ok Trying: t = read_unicodestring1(io.BytesIO(n + enc + b'junk')) Expecting nothing ok Trying: s == t Expecting: True ok Trying: read_unicodestring1(io.BytesIO(n + enc[:-1])) Expecting: Traceback (most recent call last): ... ValueError: expected 7 bytes in a unicodestring1, but only 6 remain ok Trying: import io Expecting nothing ok Trying: s = 'abcd\uabcd' Expecting nothing ok Trying: enc = s.encode('utf-8') Expecting nothing ok Trying: enc Expecting: b'abcd\xea\xaf\x8d' ok Trying: n = bytes([len(enc), 0, 0, 0]) # little-endian 4-byte length Expecting nothing ok Trying: t = read_unicodestring4(io.BytesIO(n + enc + b'junk')) Expecting nothing ok Trying: s == t Expecting: True ok Trying: read_unicodestring4(io.BytesIO(n + enc[:-1])) Expecting: Traceback (most recent call last): ... ValueError: expected 7 bytes in a unicodestring4, but only 6 remain ok Trying: import io Expecting nothing ok Trying: s = 'abcd\uabcd' Expecting nothing ok Trying: enc = s.encode('utf-8') Expecting nothing ok Trying: enc Expecting: b'abcd\xea\xaf\x8d' ok Trying: n = bytes([len(enc)]) + b'\0' * 7 # little-endian 8-byte length Expecting nothing ok Trying: t = read_unicodestring8(io.BytesIO(n + enc + b'junk')) Expecting nothing ok Trying: s == t Expecting: True ok Trying: read_unicodestring8(io.BytesIO(n + enc[:-1])) Expecting: Traceback (most recent call last): ... ValueError: expected 7 bytes in a unicodestring8, but only 6 remain ok Trying: import io Expecting nothing ok Trying: read_unicodestringnl(io.BytesIO(b"abc\\uabcd\njunk")) == 'abc\uabcd' Expecting: True ok 16 items had no tests: pickletools pickletools.ArgumentDescriptor pickletools.ArgumentDescriptor.__init__ pickletools.OpcodeInfo pickletools.OpcodeInfo.__init__ pickletools.StackObject pickletools.StackObject.__init__ pickletools.StackObject.__repr__ pickletools._Example pickletools._Example.__init__ pickletools._genops pickletools._test pickletools.dis pickletools.genops pickletools.optimize pickletools.read_stringnl_noescape 24 items passed all tests: 11 tests in pickletools.__test__.disassembler_memo_test 26 tests in pickletools.__test__.disassembler_test 3 tests in pickletools.read_bytes1 4 tests in pickletools.read_bytes4 5 tests in pickletools.read_bytes8 3 tests in pickletools.read_decimalnl_long 3 tests in pickletools.read_decimalnl_short 4 tests in pickletools.read_float8 2 tests in pickletools.read_floatnl 3 tests in pickletools.read_int4 6 tests in pickletools.read_long1 6 tests in pickletools.read_long4 3 tests in pickletools.read_string1 4 tests in pickletools.read_string4 7 tests in pickletools.read_stringnl 2 tests in pickletools.read_stringnl_noescape_pair 2 tests in pickletools.read_uint1 3 tests in pickletools.read_uint2 3 tests in pickletools.read_uint4 3 tests in pickletools.read_uint8 8 tests in pickletools.read_unicodestring1 8 tests in pickletools.read_unicodestring4 8 tests in pickletools.read_unicodestring8 2 tests in pickletools.read_unicodestringnl 129 tests in 40 items. 129 passed and 0 failed. Test passed. doctest (pickletools) ... 129 tests with zero failures 0:13:25 load avg: 1.29 [249/416] test_pipes PASS: testBadAppendOptions (test.test_pipes.SimplePipeTests) PASS: testBadOpenMode (test.test_pipes.SimplePipeTests) PASS: testBadPrependOptions (test.test_pipes.SimplePipeTests) PASS: testClone (test.test_pipes.SimplePipeTests) PASS: testEmptyPipeline1 (test.test_pipes.SimplePipeTests) PASS: testEmptyPipeline2 (test.test_pipes.SimplePipeTests) PASS: testEmptyPipeline3 (test.test_pipes.SimplePipeTests) PASS: testReadOpenSink (test.test_pipes.SimplePipeTests) PASS: testRepr (test.test_pipes.SimplePipeTests) PASS: testSetDebug (test.test_pipes.SimplePipeTests) PASS: testSimplePipe1 (test.test_pipes.SimplePipeTests) PASS: testSimplePipe2 (test.test_pipes.SimplePipeTests) PASS: testSimplePipe3 (test.test_pipes.SimplePipeTests) PASS: testWriteOpenSource (test.test_pipes.SimplePipeTests) ---------------------------------------------------------------------- Ran 14 tests in 0.021s OK 0:13:26 load avg: 1.29 [250/416] test_pkg PASS: test_1 (test.test_pkg.TestPkg) PASS: test_2 (test.test_pkg.TestPkg) PASS: test_3 (test.test_pkg.TestPkg) PASS: test_4 (test.test_pkg.TestPkg) PASS: test_5 (test.test_pkg.TestPkg) PASS: test_6 (test.test_pkg.TestPkg) PASS: test_7 (test.test_pkg.TestPkg) PASS: test_8 (test.test_pkg.TestPkg) ---------------------------------------------------------------------- Ran 8 tests in 0.019s OK 0:13:26 load avg: 1.29 [251/416] test_pkgimport PASS: test_package_import__semantics (test.test_pkgimport.TestImport) ---------------------------------------------------------------------- Ran 1 test in 0.002s OK 0:13:27 load avg: 1.29 [252/416] test_pkgutil PASS: test_getdata_filesys (test.test_pkgutil.PkgutilTests) PASS: test_getdata_zipfile (test.test_pkgutil.PkgutilTests) PASS: test_unreadable_dir_on_syspath (test.test_pkgutil.PkgutilTests) PASS: test_walk_packages_raises_on_string_or_bytes_input (test.test_pkgutil.PkgutilTests) PASS: test_walkpackages_filesys (test.test_pkgutil.PkgutilTests) test_walkpackages_zipfile (test.test_pkgutil.PkgutilTests) PASS: Tests the same as test_walkpackages_filesys, only with a zip file. PASS: test_alreadyloaded (test.test_pkgutil.PkgutilPEP302Tests) PASS: test_getdata_pep302 (test.test_pkgutil.PkgutilPEP302Tests) PASS: test_iter_importers (test.test_pkgutil.ExtendPathTests) PASS: test_mixed_namespace (test.test_pkgutil.ExtendPathTests) PASS: test_simple (test.test_pkgutil.ExtendPathTests) PASS: test_nested (test.test_pkgutil.NestedNamespacePackageTest) PASS: test_find_loader_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests) PASS: test_find_loader_missing_module (test.test_pkgutil.ImportlibMigrationTests) PASS: test_get_importer_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests) PASS: test_get_loader_None_in_sys_modules (test.test_pkgutil.ImportlibMigrationTests) PASS: test_get_loader_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests) PASS: test_get_loader_handles_missing_loader_attribute (test.test_pkgutil.ImportlibMigrationTests) PASS: test_get_loader_handles_missing_spec_attribute (test.test_pkgutil.ImportlibMigrationTests) PASS: test_get_loader_handles_spec_attribute_none (test.test_pkgutil.ImportlibMigrationTests) PASS: test_importer_deprecated (test.test_pkgutil.ImportlibMigrationTests) PASS: test_iter_importers_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests) PASS: test_loader_deprecated (test.test_pkgutil.ImportlibMigrationTests) ---------------------------------------------------------------------- Ran 23 tests in 0.024s OK 0:13:27 load avg: 1.29 [253/416] test_platform PASS: test_dist_deprecation (test.test_platform.DeprecationTest) PASS: test_linux_distribution_deprecation (test.test_platform.DeprecationTest) PASS: test__comparable_version (test.test_platform.PlatformTest) PASS: test_architecture (test.test_platform.PlatformTest) PASS: test_architecture_via_symlink (test.test_platform.PlatformTest) PASS: test_dist (test.test_platform.PlatformTest) PASS: test_java_ver (test.test_platform.PlatformTest) PASS: test_libc_ver (test.test_platform.PlatformTest) PASS: test_linux_distribution_encoding (test.test_platform.PlatformTest) PASS: test_mac_ver (test.test_platform.PlatformTest) SKIP: test_mac_ver_with_fork (test.test_platform.PlatformTest) 'OSX only test' PASS: test_machine (test.test_platform.PlatformTest) PASS: test_node (test.test_platform.PlatformTest) PASS: test_parse_release_file (test.test_platform.PlatformTest) PASS: test_platform (test.test_platform.PlatformTest) PASS: test_popen (test.test_platform.PlatformTest) PASS: test_processor (test.test_platform.PlatformTest) PASS: test_release (test.test_platform.PlatformTest) PASS: test_sys_version (test.test_platform.PlatformTest) PASS: test_system (test.test_platform.PlatformTest) PASS: test_system_alias (test.test_platform.PlatformTest) PASS: test_uname (test.test_platform.PlatformTest) SKIP: test_uname_win32_ARCHITEW6432 (test.test_platform.PlatformTest) 'windows only test' PASS: test_version (test.test_platform.PlatformTest) PASS: test_win32_ver (test.test_platform.PlatformTest) ---------------------------------------------------------------------- Ran 25 tests in 0.147s OK (skipped=2) 0:13:28 load avg: 1.29 [254/416] test_plistlib PASS: test_appleformatting (test.test_plistlib.TestPlistlib) PASS: test_appleformattingfromliteral (test.test_plistlib.TestPlistlib) PASS: test_bytearray (test.test_plistlib.TestPlistlib) PASS: test_bytes (test.test_plistlib.TestPlistlib) PASS: test_bytesio (test.test_plistlib.TestPlistlib) PASS: test_controlcharacters (test.test_plistlib.TestPlistlib) PASS: test_create (test.test_plistlib.TestPlistlib) PASS: test_dict_members (test.test_plistlib.TestPlistlib) PASS: test_indentation_array (test.test_plistlib.TestPlistlib) PASS: test_indentation_dict (test.test_plistlib.TestPlistlib) PASS: test_indentation_dict_mix (test.test_plistlib.TestPlistlib) PASS: test_int (test.test_plistlib.TestPlistlib) PASS: test_invalid_type (test.test_plistlib.TestPlistlib) PASS: test_invalidarray (test.test_plistlib.TestPlistlib) PASS: test_invaliddict (test.test_plistlib.TestPlistlib) PASS: test_invalidinteger (test.test_plistlib.TestPlistlib) PASS: test_invalidreal (test.test_plistlib.TestPlistlib) PASS: test_io (test.test_plistlib.TestPlistlib) PASS: test_keys_no_string (test.test_plistlib.TestPlistlib) PASS: test_keysort (test.test_plistlib.TestPlistlib) PASS: test_keysort_bytesio (test.test_plistlib.TestPlistlib) PASS: test_list_members (test.test_plistlib.TestPlistlib) PASS: test_lone_surrogates (test.test_plistlib.TestPlistlib) PASS: test_non_bmp_characters (test.test_plistlib.TestPlistlib) PASS: test_nondictroot (test.test_plistlib.TestPlistlib) PASS: test_skipkeys (test.test_plistlib.TestPlistlib) PASS: test_tuple_members (test.test_plistlib.TestPlistlib) PASS: test_xml_encodings (test.test_plistlib.TestPlistlib) PASS: test_bytes_deprecated (test.test_plistlib.TestPlistlibDeprecated) PASS: test_dataobject_deprecated (test.test_plistlib.TestPlistlibDeprecated) PASS: test_io_deprecated (test.test_plistlib.TestPlistlibDeprecated) PASS: test__all__ (test.test_plistlib.MiscTestCase) ---------------------------------------------------------------------- Ran 32 tests in 0.041s OK 0:13:28 load avg: 1.29 [255/416] test_poll PASS: test_poll1 (test.test_poll.PollTests) PASS: test_poll2 (test.test_poll.PollTests) PASS: test_poll3 (test.test_poll.PollTests) PASS: test_poll_blocks_with_negative_ms (test.test_poll.PollTests) PASS: test_poll_c_limits (test.test_poll.PollTests) PASS: test_poll_unit_tests (test.test_poll.PollTests) PASS: test_threaded_poll (test.test_poll.PollTests) ---------------------------------------------------------------------- Ran 7 tests in 11.142s OK 0:13:40 load avg: 1.23 [256/416] test_popen PASS: test_contextmanager (test.test_popen.PopenTest) PASS: test_iterating (test.test_popen.PopenTest) PASS: test_keywords (test.test_popen.PopenTest) PASS: test_popen (test.test_popen.PopenTest) PASS: test_return_code (test.test_popen.PopenTest) ---------------------------------------------------------------------- Ran 5 tests in 0.106s OK 0:13:40 load avg: 1.23 [257/416] test_poplib PASS: test_apop_REDOS (test.test_poplib.TestPOP3Class) PASS: test_apop_normal (test.test_poplib.TestPOP3Class) PASS: test_capa (test.test_poplib.TestPOP3Class) PASS: test_dele (test.test_poplib.TestPOP3Class) PASS: test_exceptions (test.test_poplib.TestPOP3Class) PASS: test_getwelcome (test.test_poplib.TestPOP3Class) PASS: test_list (test.test_poplib.TestPOP3Class) PASS: test_noop (test.test_poplib.TestPOP3Class) PASS: test_pass_ (test.test_poplib.TestPOP3Class) PASS: test_quit (test.test_poplib.TestPOP3Class) PASS: test_retr (test.test_poplib.TestPOP3Class) PASS: test_rpop (test.test_poplib.TestPOP3Class) PASS: test_stat (test.test_poplib.TestPOP3Class) PASS: test_stls (test.test_poplib.TestPOP3Class) PASS: test_stls_capa (test.test_poplib.TestPOP3Class) PASS: test_stls_context (test.test_poplib.TestPOP3Class) PASS: test_too_long_lines (test.test_poplib.TestPOP3Class) PASS: test_top (test.test_poplib.TestPOP3Class) PASS: test_uidl (test.test_poplib.TestPOP3Class) PASS: test_user (test.test_poplib.TestPOP3Class) PASS: test_utf8 (test.test_poplib.TestPOP3Class) PASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3Class) PASS: testTimeoutDefault (test.test_poplib.TestTimeouts) PASS: testTimeoutNone (test.test_poplib.TestTimeouts) PASS: testTimeoutValue (test.test_poplib.TestTimeouts) PASS: test__all__ (test.test_poplib.TestPOP3_SSLClass) PASS: test_apop_REDOS (test.test_poplib.TestPOP3_SSLClass) PASS: test_apop_normal (test.test_poplib.TestPOP3_SSLClass) PASS: test_capa (test.test_poplib.TestPOP3_SSLClass) PASS: test_context (test.test_poplib.TestPOP3_SSLClass) PASS: test_dele (test.test_poplib.TestPOP3_SSLClass) PASS: test_exceptions (test.test_poplib.TestPOP3_SSLClass) PASS: test_getwelcome (test.test_poplib.TestPOP3_SSLClass) PASS: test_list (test.test_poplib.TestPOP3_SSLClass) PASS: test_noop (test.test_poplib.TestPOP3_SSLClass) PASS: test_pass_ (test.test_poplib.TestPOP3_SSLClass) PASS: test_quit (test.test_poplib.TestPOP3_SSLClass) PASS: test_retr (test.test_poplib.TestPOP3_SSLClass) PASS: test_rpop (test.test_poplib.TestPOP3_SSLClass) PASS: test_stat (test.test_poplib.TestPOP3_SSLClass) PASS: test_stls (test.test_poplib.TestPOP3_SSLClass) PASS: test_stls_capa (test.test_poplib.TestPOP3_SSLClass) PASS: test_stls_context (test.test_poplib.TestPOP3_SSLClass) PASS: test_too_long_lines (test.test_poplib.TestPOP3_SSLClass) PASS: test_top (test.test_poplib.TestPOP3_SSLClass) PASS: test_uidl (test.test_poplib.TestPOP3_SSLClass) PASS: test_user (test.test_poplib.TestPOP3_SSLClass) PASS: test_utf8 (test.test_poplib.TestPOP3_SSLClass) PASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_SSLClass) PASS: test_apop_REDOS (test.test_poplib.TestPOP3_TLSClass) PASS: test_apop_normal (test.test_poplib.TestPOP3_TLSClass) PASS: test_capa (test.test_poplib.TestPOP3_TLSClass) PASS: test_dele (test.test_poplib.TestPOP3_TLSClass) PASS: test_exceptions (test.test_poplib.TestPOP3_TLSClass) PASS: test_getwelcome (test.test_poplib.TestPOP3_TLSClass) PASS: test_list (test.test_poplib.TestPOP3_TLSClass) PASS: test_noop (test.test_poplib.TestPOP3_TLSClass) PASS: test_pass_ (test.test_poplib.TestPOP3_TLSClass) PASS: test_quit (test.test_poplib.TestPOP3_TLSClass) PASS: test_retr (test.test_poplib.TestPOP3_TLSClass) PASS: test_rpop (test.test_poplib.TestPOP3_TLSClass) PASS: test_stat (test.test_poplib.TestPOP3_TLSClass) PASS: test_stls (test.test_poplib.TestPOP3_TLSClass) PASS: test_stls_capa (test.test_poplib.TestPOP3_TLSClass) PASS: test_stls_context (test.test_poplib.TestPOP3_TLSClass) PASS: test_too_long_lines (test.test_poplib.TestPOP3_TLSClass) PASS: test_top (test.test_poplib.TestPOP3_TLSClass) PASS: test_uidl (test.test_poplib.TestPOP3_TLSClass) PASS: test_user (test.test_poplib.TestPOP3_TLSClass) PASS: test_utf8 (test.test_poplib.TestPOP3_TLSClass) PASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_TLSClass) ---------------------------------------------------------------------- Ran 71 tests in 4.327s OK 0:13:45 load avg: 1.13 [258/416] test_posix PASS: testNoArgFunctions (test.test_posix.PosixTester) PASS: test_access (test.test_posix.PosixTester) PASS: test_access_dir_fd (test.test_posix.PosixTester) PASS: test_chdir (test.test_posix.PosixTester) SKIP: test_chflags (test.test_posix.PosixTester) 'test needs os.chflags()' PASS: test_chmod_dir_fd (test.test_posix.PosixTester) PASS: test_chown (test.test_posix.PosixTester) PASS: test_chown_dir_fd (test.test_posix.PosixTester) PASS: test_confstr (test.test_posix.PosixTester) PASS: test_dup (test.test_posix.PosixTester) PASS: test_dup2 (test.test_posix.PosixTester) PASS: test_environ (test.test_posix.PosixTester) PASS: test_fchown (test.test_posix.PosixTester) PASS: test_fexecve (test.test_posix.PosixTester) PASS: test_fs_holes (test.test_posix.PosixTester) PASS: test_fstat (test.test_posix.PosixTester) PASS: test_fstatvfs (test.test_posix.PosixTester) PASS: test_ftruncate (test.test_posix.PosixTester) PASS: test_get_and_set_scheduler_and_param (test.test_posix.PosixTester) PASS: test_getcwd_long_pathnames (test.test_posix.PosixTester) PASS: test_getgrouplist (test.test_posix.PosixTester) PASS: test_getgroups (test.test_posix.PosixTester) PASS: test_getresgid (test.test_posix.PosixTester) PASS: test_getresuid (test.test_posix.PosixTester) PASS: test_initgroups (test.test_posix.PosixTester) SKIP: test_lchflags_regular_file (test.test_posix.PosixTester) 'test needs os.lchflags()' SKIP: test_lchflags_symlink (test.test_posix.PosixTester) 'test needs os.lchflags()' PASS: test_lchown (test.test_posix.PosixTester) PASS: test_link_dir_fd (test.test_posix.PosixTester) PASS: test_listdir (test.test_posix.PosixTester) PASS: test_listdir_bytes (test.test_posix.PosixTester) PASS: test_listdir_bytes_like (test.test_posix.PosixTester) PASS: test_listdir_default (test.test_posix.PosixTester) PASS: test_listdir_fd (test.test_posix.PosixTester) PASS: test_lockf (test.test_posix.PosixTester) PASS: test_makedev (test.test_posix.PosixTester) PASS: test_mkdir_dir_fd (test.test_posix.PosixTester) PASS: test_mkfifo (test.test_posix.PosixTester) PASS: test_mkfifo_dir_fd (test.test_posix.PosixTester) PASS: test_mknod (test.test_posix.PosixTester) PASS: test_mknod_dir_fd (test.test_posix.PosixTester) PASS: test_open_dir_fd (test.test_posix.PosixTester) PASS: test_oscloexec (test.test_posix.PosixTester) SKIP: test_osexlock (test.test_posix.PosixTester) 'test needs posix.O_EXLOCK' SKIP: test_osshlock (test.test_posix.PosixTester) 'test needs posix.O_SHLOCK' PASS: test_path_error2 (test.test_posix.PosixTester) PASS: test_path_with_null_byte (test.test_posix.PosixTester) PASS: test_path_with_null_character (test.test_posix.PosixTester) PASS: test_pipe (test.test_posix.PosixTester) PASS: test_pipe2 (test.test_posix.PosixTester) PASS: test_pipe2_c_limits (test.test_posix.PosixTester) PASS: test_posix_fadvise (test.test_posix.PosixTester) PASS: test_posix_fadvise_errno (test.test_posix.PosixTester) PASS: test_posix_fallocate (test.test_posix.PosixTester) PASS: test_posix_fallocate_errno (test.test_posix.PosixTester) PASS: test_pread (test.test_posix.PosixTester) PASS: test_preadv (test.test_posix.PosixTester) PASS: test_preadv_flags (test.test_posix.PosixTester) SKIP: test_preadv_overflow_32bits (test.test_posix.PosixTester) 'test is only meaningful on 32-bit builds' PASS: test_putenv (test.test_posix.PosixTester) PASS: test_pwrite (test.test_posix.PosixTester) PASS: test_pwritev (test.test_posix.PosixTester) SKIP: test_pwritev_flags (test.test_posix.PosixTester) 'test needs os.RWF_SYNC' SKIP: test_pwritev_overflow_32bits (test.test_posix.PosixTester) 'test is only meaningful on 32-bit builds' PASS: test_readlink_dir_fd (test.test_posix.PosixTester) PASS: test_readv (test.test_posix.PosixTester) SKIP: test_readv_overflow_32bits (test.test_posix.PosixTester) 'test is only meaningful on 32-bit builds' PASS: test_register_at_fork (test.test_posix.PosixTester) PASS: test_rename_dir_fd (test.test_posix.PosixTester) PASS: test_rtld_constants (test.test_posix.PosixTester) PASS: test_sched_getaffinity (test.test_posix.PosixTester) PASS: test_sched_priority (test.test_posix.PosixTester) PASS: test_sched_rr_get_interval (test.test_posix.PosixTester) PASS: test_sched_setaffinity (test.test_posix.PosixTester) PASS: test_sched_yield (test.test_posix.PosixTester) PASS: test_setresgid (test.test_posix.PosixTester) PASS: test_setresgid_exception (test.test_posix.PosixTester) PASS: test_setresuid (test.test_posix.PosixTester) PASS: test_setresuid_exception (test.test_posix.PosixTester) PASS: test_stat (test.test_posix.PosixTester) PASS: test_stat_dir_fd (test.test_posix.PosixTester) PASS: test_statvfs (test.test_posix.PosixTester) PASS: test_strerror (test.test_posix.PosixTester) PASS: test_symlink_dir_fd (test.test_posix.PosixTester) PASS: test_truncate (test.test_posix.PosixTester) PASS: test_umask (test.test_posix.PosixTester) PASS: test_unlink_dir_fd (test.test_posix.PosixTester) PASS: test_utime (test.test_posix.PosixTester) PASS: test_utime_dir_fd (test.test_posix.PosixTester) PASS: test_utime_nofollow_symlinks (test.test_posix.PosixTester) PASS: test_utime_with_fd (test.test_posix.PosixTester) PASS: test_waitid (test.test_posix.PosixTester) PASS: test_writev (test.test_posix.PosixTester) SKIP: test_writev_overflow_32bits (test.test_posix.PosixTester) 'test is only meaningful on 32-bit builds' PASS: test_initgroups (test.test_posix.PosixGroupsTester) PASS: test_setgroups (test.test_posix.PosixGroupsTester) ---------------------------------------------------------------------- Ran 96 tests in 0.143s OK (skipped=10) 0:13:46 load avg: 1.13 [259/416] test_posixpath PASS: test_path_abspath (test.test_posixpath.PathLikeTests) PASS: test_path_basename (test.test_posixpath.PathLikeTests) PASS: test_path_commonpath (test.test_posixpath.PathLikeTests) PASS: test_path_dirname (test.test_posixpath.PathLikeTests) PASS: test_path_expanduser (test.test_posixpath.PathLikeTests) PASS: test_path_expandvars (test.test_posixpath.PathLikeTests) PASS: test_path_isabs (test.test_posixpath.PathLikeTests) PASS: test_path_islink (test.test_posixpath.PathLikeTests) PASS: test_path_ismount (test.test_posixpath.PathLikeTests) PASS: test_path_join (test.test_posixpath.PathLikeTests) PASS: test_path_lexists (test.test_posixpath.PathLikeTests) PASS: test_path_normcase (test.test_posixpath.PathLikeTests) PASS: test_path_normpath (test.test_posixpath.PathLikeTests) PASS: test_path_realpath (test.test_posixpath.PathLikeTests) PASS: test_path_relpath (test.test_posixpath.PathLikeTests) PASS: test_path_split (test.test_posixpath.PathLikeTests) PASS: test_path_splitdrive (test.test_posixpath.PathLikeTests) PASS: test_path_splitext (test.test_posixpath.PathLikeTests) PASS: test_abspath (test.test_posixpath.PosixCommonTest) PASS: test_abspath_issue3426 (test.test_posixpath.PosixCommonTest) PASS: test_commonprefix (test.test_posixpath.PosixCommonTest) PASS: test_exists (test.test_posixpath.PosixCommonTest) PASS: test_exists_fd (test.test_posixpath.PosixCommonTest) PASS: test_expandvars (test.test_posixpath.PosixCommonTest) PASS: test_expandvars_nonascii (test.test_posixpath.PosixCommonTest) PASS: test_filetime (test.test_posixpath.PosixCommonTest) PASS: test_getsize (test.test_posixpath.PosixCommonTest) PASS: test_import (test.test_posixpath.PosixCommonTest) PASS: test_isdir (test.test_posixpath.PosixCommonTest) PASS: test_isfile (test.test_posixpath.PosixCommonTest) PASS: test_join_errors (test.test_posixpath.PosixCommonTest) PASS: test_no_argument (test.test_posixpath.PosixCommonTest) PASS: test_nonascii_abspath (test.test_posixpath.PosixCommonTest) PASS: test_normcase (test.test_posixpath.PosixCommonTest) PASS: test_normpath_issue5827 (test.test_posixpath.PosixCommonTest) PASS: test_realpath (test.test_posixpath.PosixCommonTest) PASS: test_relpath_errors (test.test_posixpath.PosixCommonTest) PASS: test_samefile (test.test_posixpath.PosixCommonTest) PASS: test_samefile_on_link (test.test_posixpath.PosixCommonTest) PASS: test_samefile_on_symlink (test.test_posixpath.PosixCommonTest) PASS: test_sameopenfile (test.test_posixpath.PosixCommonTest) PASS: test_samestat (test.test_posixpath.PosixCommonTest) PASS: test_samestat_on_link (test.test_posixpath.PosixCommonTest) PASS: test_samestat_on_symlink (test.test_posixpath.PosixCommonTest) PASS: test_splitdrive (test.test_posixpath.PosixCommonTest) PASS: test_basename (test.test_posixpath.PosixPathTest) PASS: test_commonpath (test.test_posixpath.PosixPathTest) PASS: test_dirname (test.test_posixpath.PosixPathTest) PASS: test_expanduser (test.test_posixpath.PosixPathTest) PASS: test_expanduser_home_envvar (test.test_posixpath.PosixPathTest) PASS: test_expanduser_pwd (test.test_posixpath.PosixPathTest) PASS: test_isabs (test.test_posixpath.PosixPathTest) PASS: test_islink (test.test_posixpath.PosixPathTest) PASS: test_ismount (test.test_posixpath.PosixPathTest) PASS: test_ismount_different_device (test.test_posixpath.PosixPathTest) PASS: test_ismount_directory_not_readable (test.test_posixpath.PosixPathTest) PASS: test_ismount_non_existent (test.test_posixpath.PosixPathTest) PASS: test_ismount_symlinks (test.test_posixpath.PosixPathTest) PASS: test_join (test.test_posixpath.PosixPathTest) PASS: test_normpath (test.test_posixpath.PosixPathTest) PASS: test_realpath_basic (test.test_posixpath.PosixPathTest) PASS: test_realpath_curdir (test.test_posixpath.PosixPathTest) PASS: test_realpath_deep_recursion (test.test_posixpath.PosixPathTest) PASS: test_realpath_pardir (test.test_posixpath.PosixPathTest) PASS: test_realpath_relative (test.test_posixpath.PosixPathTest) PASS: test_realpath_repeated_indirect_symlinks (test.test_posixpath.PosixPathTest) PASS: test_realpath_resolve_before_normalizing (test.test_posixpath.PosixPathTest) PASS: test_realpath_resolve_first (test.test_posixpath.PosixPathTest) PASS: test_realpath_resolve_parents (test.test_posixpath.PosixPathTest) PASS: test_realpath_symlink_loops (test.test_posixpath.PosixPathTest) PASS: test_relpath (test.test_posixpath.PosixPathTest) PASS: test_relpath_bytes (test.test_posixpath.PosixPathTest) PASS: test_split (test.test_posixpath.PosixPathTest) PASS: test_splitext (test.test_posixpath.PosixPathTest) ---------------------------------------------------------------------- Ran 74 tests in 0.054s OK 0:13:46 load avg: 1.13 [260/416] test_pow PASS: test_bug643260 (test.test_pow.PowTest) PASS: test_bug705231 (test.test_pow.PowTest) PASS: test_other (test.test_pow.PowTest) PASS: test_powfloat (test.test_pow.PowTest) PASS: test_powint (test.test_pow.PowTest) ---------------------------------------------------------------------- Ran 5 tests in 0.053s OK 0:13:47 load avg: 1.13 [261/416] test_pprint PASS: test_basic (test.test_pprint.QueryTestCase) PASS: test_basic_line_wrap (test.test_pprint.QueryTestCase) PASS: test_bytearray_wrap (test.test_pprint.QueryTestCase) PASS: test_bytes_wrap (test.test_pprint.QueryTestCase) PASS: test_chainmap (test.test_pprint.QueryTestCase) PASS: test_compact (test.test_pprint.QueryTestCase) PASS: test_compact_width (test.test_pprint.QueryTestCase) PASS: test_counter (test.test_pprint.QueryTestCase) PASS: test_default_dict (test.test_pprint.QueryTestCase) PASS: test_depth (test.test_pprint.QueryTestCase) PASS: test_deque (test.test_pprint.QueryTestCase) PASS: test_init (test.test_pprint.QueryTestCase) PASS: test_knotted (test.test_pprint.QueryTestCase) PASS: test_mapping_proxy (test.test_pprint.QueryTestCase) PASS: test_nested_indentations (test.test_pprint.QueryTestCase) PASS: test_ordered_dict (test.test_pprint.QueryTestCase) PASS: test_same_as_repr (test.test_pprint.QueryTestCase) test_set_of_sets_reprs (test.test_pprint.QueryTestCase) ... expected failure PASS: test_set_reprs (test.test_pprint.QueryTestCase) PASS: test_sort_orderable_and_unorderable_values (test.test_pprint.QueryTestCase) PASS: test_sort_unorderable_values (test.test_pprint.QueryTestCase) PASS: test_sorted_dict (test.test_pprint.QueryTestCase) PASS: test_str_wrap (test.test_pprint.QueryTestCase) PASS: test_subclassing (test.test_pprint.QueryTestCase) PASS: test_unreadable (test.test_pprint.QueryTestCase) PASS: test_user_dict (test.test_pprint.QueryTestCase) PASS: test_user_list (test.test_pprint.QueryTestCase) PASS: test_user_string (test.test_pprint.QueryTestCase) PASS: test_width (test.test_pprint.QueryTestCase) ---------------------------------------------------------------------- Ran 29 tests in 0.059s OK (expected failures=1) 0:13:47 load avg: 1.13 [262/416] test_print PASS: test_print (test.test_print.TestPrint) PASS: test_print_flush (test.test_print.TestPrint) PASS: test_normal_string (test.test_print.TestPy2MigrationHint) PASS: test_stream_redirection_hint_for_py2_migration (test.test_print.TestPy2MigrationHint) PASS: test_string_in_loop_on_same_line (test.test_print.TestPy2MigrationHint) PASS: test_string_with_excessive_whitespace (test.test_print.TestPy2MigrationHint) PASS: test_string_with_leading_whitespace (test.test_print.TestPy2MigrationHint) PASS: test_string_with_semicolon (test.test_print.TestPy2MigrationHint) PASS: test_string_with_soft_space (test.test_print.TestPy2MigrationHint) ---------------------------------------------------------------------- Ran 9 tests in 0.003s OK 0:13:47 load avg: 1.13 [263/416] test_profile PASS: test_calling_conventions (test.test_profile.ProfileTest) PASS: test_cprofile (test.test_profile.ProfileTest) PASS: test_run (test.test_profile.ProfileTest) PASS: test_runctx (test.test_profile.ProfileTest) ---------------------------------------------------------------------- Ran 4 tests in 0.009s OK 0:13:48 load avg: 1.13 [264/416] test_property PASS: test_docstring_copy (test.test_property.PropertySubclassTests) PASS: test_property_new_getter_new_docstring (test.test_property.PropertySubclassTests) PASS: test_property_setter_copies_getter_docstring (test.test_property.PropertySubclassTests) PASS: test_slots_docstring_copy_exception (test.test_property.PropertySubclassTests) PASS: test_property___isabstractmethod__descriptor (test.test_property.PropertyTests) PASS: test_property_builtin_doc_writable (test.test_property.PropertyTests) PASS: test_property_decorator_baseclass (test.test_property.PropertyTests) PASS: test_property_decorator_baseclass_doc (test.test_property.PropertyTests) PASS: test_property_decorator_doc (test.test_property.PropertyTests) PASS: test_property_decorator_doc_writable (test.test_property.PropertyTests) PASS: test_property_decorator_subclass (test.test_property.PropertyTests) PASS: test_property_decorator_subclass_doc (test.test_property.PropertyTests) PASS: test_property_getter_doc_override (test.test_property.PropertyTests) SKIP: test_refleaks_in___init__ (test.test_property.PropertyTests) "object has no attribute 'gettotalrefcount'" ---------------------------------------------------------------------- Ran 14 tests in 0.003s OK (skipped=1) 0:13:48 load avg: 1.13 [265/416] test_pstats PASS: test_combine_results (test.test_pstats.AddCallersTestCase) PASS: test_add (test.test_pstats.StatsTestCase) PASS: test_sort_starts_mix (test.test_pstats.StatsTestCase) PASS: test_sort_stats_enum (test.test_pstats.StatsTestCase) PASS: test_sort_stats_int (test.test_pstats.StatsTestCase) PASS: test_sort_stats_partial (test.test_pstats.StatsTestCase) PASS: test_sort_stats_string (test.test_pstats.StatsTestCase) ---------------------------------------------------------------------- Ran 7 tests in 0.058s OK 0:13:49 load avg: 1.13 [266/416] test_pty test_basic (test.test_pty.PtyTest) ... Calling master_open() Got master_fd '5', slave_name '/dev/pts/1' Calling slave_open('/dev/pts/1') Got slave_fd '18' Writing to slave_fd Writing chunked output ok test_fork (test.test_pty.PtyTest) ... calling pty.fork() Waiting for child (2912) to finish. Child (2912) exited with status 4 (1024). ok test__copy_eof_on_all (test.test_pty.SmallPtyTests) PASS: Test the empty read EOF case on both master_fd and stdin. test__copy_to_each (test.test_pty.SmallPtyTests) PASS: Test the normal data case on both master_fd and stdin. ---------------------------------------------------------------------- Ran 4 tests in 0.010s OK 0:13:49 load avg: 1.12 [267/416] test_pulldom test_comment (test.test_pulldom.PullDOMTestCase) PullDOM does not receive "comment" events. ... expected failure test_end_document (test.test_pulldom.PullDOMTestCase) PullDOM does not receive "end-document" events. ... expected failure test_expandItem (test.test_pulldom.PullDOMTestCase) PASS: Ensure expandItem works as expected. PASS: test_external_ges_default (test.test_pulldom.PullDOMTestCase) test_parse (test.test_pulldom.PullDOMTestCase) PASS: Minimal test of DOMEventStream.parse() test_parse_semantics (test.test_pulldom.PullDOMTestCase) PASS: Test DOMEventStream parsing semantics. testSAX2DOM (test.test_pulldom.SAX2DOMTestCase) PASS: Ensure SAX2DOM expands nodes as expected. test_basic (test.test_pulldom.SAX2DOMTestCase) PASS: Ensure SAX2DOM can parse from a stream. test_sax2dom_fail (test.test_pulldom.ThoroughTestCase) SAX2DOM can"t handle a PI before the root element. ... expected failure test_thorough_parse (test.test_pulldom.ThoroughTestCase) PASS: Test some of the hard-to-reach parts of PullDOM. test_thorough_sax2dom (test.test_pulldom.ThoroughTestCase) PASS: Test some of the hard-to-reach parts of SAX2DOM. ---------------------------------------------------------------------- Ran 11 tests in 0.011s OK (expected failures=3) 0:13:49 load avg: 1.12 [268/416] test_pwd PASS: test_errors (test.test_pwd.PwdTest) PASS: test_values (test.test_pwd.PwdTest) PASS: test_values_extended (test.test_pwd.PwdTest) ---------------------------------------------------------------------- Ran 3 tests in 0.002s OK 0:13:50 load avg: 1.12 [269/416] test_py_compile PASS: test_absolute_path (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_bad_coding (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_cache_path (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_cwd (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_do_not_overwrite_nonregular_files (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_do_not_overwrite_symlinks (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_double_dot_no_clobber (test.test_py_compile.PyCompileTestsWithSourceEpoch) SKIP: test_exceptions_propagate (test.test_py_compile.PyCompileTestsWithSourceEpoch) 'non-root user required' PASS: test_invalidation_mode (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_optimization_path (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_relative_path (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_source_date_epoch (test.test_py_compile.PyCompileTestsWithSourceEpoch) PASS: test_absolute_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_bad_coding (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_cache_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_cwd (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_do_not_overwrite_nonregular_files (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_do_not_overwrite_symlinks (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_double_dot_no_clobber (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) SKIP: test_exceptions_propagate (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) 'non-root user required' PASS: test_invalidation_mode (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_optimization_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_relative_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) PASS: test_source_date_epoch (test.test_py_compile.PyCompileTestsWithoutSourceEpoch) ---------------------------------------------------------------------- Ran 24 tests in 0.017s OK (skipped=2) 0:13:50 load avg: 1.12 [270/416] test_pyclbr PASS: test_decorators (test.test_pyclbr.PyclbrTest) PASS: test_easy (test.test_pyclbr.PyclbrTest) PASS: test_issue_14798 (test.test_pyclbr.PyclbrTest) PASS: test_nested (test.test_pyclbr.PyclbrTest) PASS: test_others (test.test_pyclbr.PyclbrTest) ---------------------------------------------------------------------- Ran 5 tests in 1.403s OK 0:13:52 load avg: 1.12 [271/416] test_pydoc PASS: test_allmethods (test.test_pydoc.PydocDocTest) PASS: test_getpager_with_stdin_none (test.test_pydoc.PydocDocTest) PASS: test_help_output_redirect (test.test_pydoc.PydocDocTest) PASS: test_html_doc (test.test_pydoc.PydocDocTest) PASS: test_input_strip (test.test_pydoc.PydocDocTest) PASS: test_is_object_or_method (test.test_pydoc.PydocDocTest) PASS: test_is_package_when_is_package (test.test_pydoc.PydocDocTest) PASS: test_is_package_when_not_package (test.test_pydoc.PydocDocTest) PASS: test_issue8225 (test.test_pydoc.PydocDocTest) PASS: test_method_aliases (test.test_pydoc.PydocDocTest) PASS: test_mixed_case_module_names_are_lower_cased (test.test_pydoc.PydocDocTest) PASS: test_namedtuple_public_underscore (test.test_pydoc.PydocDocTest) PASS: test_non_str_name (test.test_pydoc.PydocDocTest) PASS: test_not_ascii (test.test_pydoc.PydocDocTest) PASS: test_not_here (test.test_pydoc.PydocDocTest) PASS: test_splitdoc_with_description (test.test_pydoc.PydocDocTest) PASS: test_stripid (test.test_pydoc.PydocDocTest) PASS: test_synopsis (test.test_pydoc.PydocDocTest) PASS: test_synopsis_sourceless (test.test_pydoc.PydocDocTest) PASS: test_synopsis_sourceless_empty_doc (test.test_pydoc.PydocDocTest) PASS: test_text_doc (test.test_pydoc.PydocDocTest) PASS: test_text_enum_member_with_value_zero (test.test_pydoc.PydocDocTest) PASS: test_apropos_empty_doc (test.test_pydoc.PydocImportTest) PASS: test_apropos_with_bad_package (test.test_pydoc.PydocImportTest) PASS: test_apropos_with_unreadable_dir (test.test_pydoc.PydocImportTest) PASS: test_badimport (test.test_pydoc.PydocImportTest) PASS: test_importfile (test.test_pydoc.PydocImportTest) SKIP: test_modules (test.test_pydoc.PydocImportTest) 'causes undesirable side-effects (#20128)' SKIP: test_modules_search (test.test_pydoc.PydocImportTest) 'causes undesirable side-effects (#20128)' SKIP: test_modules_search_builtin (test.test_pydoc.PydocImportTest) 'some buildbots are not cooperating (#20128)' PASS: test_url_search_package_error (test.test_pydoc.PydocImportTest) PASS: test_bound_builtin_method (test.test_pydoc.TestDescriptions) PASS: test_bound_python_method (test.test_pydoc.TestDescriptions) PASS: test_builtin (test.test_pydoc.TestDescriptions) PASS: test_class (test.test_pydoc.TestDescriptions) PASS: test_field_order_for_named_tuples (test.test_pydoc.TestDescriptions) PASS: test_module (test.test_pydoc.TestDescriptions) PASS: test_module_level_callable (test.test_pydoc.TestDescriptions) PASS: test_typing_pydoc (test.test_pydoc.TestDescriptions) PASS: test_unbound_builtin_method (test.test_pydoc.TestDescriptions) PASS: test_unbound_python_method (test.test_pydoc.TestDescriptions) PASS: test_server (test.test_pydoc.PydocServerTest) PASS: test_content_type_err (test.test_pydoc.PydocUrlHandlerTest) PASS: test_url_requests (test.test_pydoc.PydocUrlHandlerTest) PASS: test_keywords (test.test_pydoc.TestHelper) PASS: test_DynamicClassAttribute (test.test_pydoc.PydocWithMetaClasses) PASS: test_buggy_dir (test.test_pydoc.PydocWithMetaClasses) PASS: test_resolve_false (test.test_pydoc.PydocWithMetaClasses) PASS: test_virtualClassAttributeWithOneMeta (test.test_pydoc.PydocWithMetaClasses) PASS: test_virtualClassAttributeWithTwoMeta (test.test_pydoc.PydocWithMetaClasses) PASS: test_sys_path_adjustment_adds_missing_curdir (test.test_pydoc.TestInternalUtilities) PASS: test_sys_path_adjustment_protects_pydoc_dir (test.test_pydoc.TestInternalUtilities) PASS: test_sys_path_adjustment_removes_argv0_dir (test.test_pydoc.TestInternalUtilities) PASS: test_sys_path_adjustment_when_curdir_already_included (test.test_pydoc.TestInternalUtilities) ---------------------------------------------------------------------- Ran 54 tests in 3.096s OK (skipped=3) 0:13:56 load avg: 1.11 [272/416] test_pyexpat PASS: test1 (test.test_pyexpat.BufferTextTest) PASS: test2 (test.test_pyexpat.BufferTextTest) PASS: test3 (test.test_pyexpat.BufferTextTest) PASS: test4 (test.test_pyexpat.BufferTextTest) PASS: test5 (test.test_pyexpat.BufferTextTest) PASS: test6 (test.test_pyexpat.BufferTextTest) PASS: test7 (test.test_pyexpat.BufferTextTest) PASS: test_buffering_enabled (test.test_pyexpat.BufferTextTest) PASS: test_default_to_disabled (test.test_pyexpat.BufferTextTest) PASS: test_1000_bytes (test.test_pyexpat.ChardataBufferTest) PASS: test_1025_bytes (test.test_pyexpat.ChardataBufferTest) PASS: test_change_size_1 (test.test_pyexpat.ChardataBufferTest) PASS: test_change_size_2 (test.test_pyexpat.ChardataBufferTest) PASS: test_disabling_buffer (test.test_pyexpat.ChardataBufferTest) PASS: test_unchanged_size (test.test_pyexpat.ChardataBufferTest) PASS: test_wrong_size (test.test_pyexpat.ChardataBufferTest) PASS: test_codes (test.test_pyexpat.ErrorMessageTest) PASS: test_expaterror (test.test_pyexpat.ErrorMessageTest) PASS: test_ignore_use_foreign_dtd (test.test_pyexpat.ForeignDTDTests) PASS: test_use_foreign_dtd (test.test_pyexpat.ForeignDTDTests) PASS: test_exception (test.test_pyexpat.HandlerExceptionTest) PASS: test (test.test_pyexpat.InterningTest) PASS: test_issue9402 (test.test_pyexpat.InterningTest) PASS: test1 (test.test_pyexpat.MalformedInputTest) PASS: test2 (test.test_pyexpat.MalformedInputTest) PASS: test_illegal (test.test_pyexpat.NamespaceSeparatorTest) PASS: test_legal (test.test_pyexpat.NamespaceSeparatorTest) PASS: test_zero_length (test.test_pyexpat.NamespaceSeparatorTest) PASS: test_parse_again (test.test_pyexpat.ParseTest) PASS: test_parse_bytes (test.test_pyexpat.ParseTest) PASS: test_parse_file (test.test_pyexpat.ParseTest) PASS: test_parse_str (test.test_pyexpat.ParseTest) PASS: test (test.test_pyexpat.PositionTest) PASS: test_buffer_text (test.test_pyexpat.SetAttributeTest) PASS: test_invalid_attributes (test.test_pyexpat.SetAttributeTest) PASS: test_namespace_prefixes (test.test_pyexpat.SetAttributeTest) PASS: test_ordered_attributes (test.test_pyexpat.SetAttributeTest) PASS: test_specified_attributes (test.test_pyexpat.SetAttributeTest) PASS: test_parse_only_xml_data (test.test_pyexpat.sf1296433Test) ---------------------------------------------------------------------- Ran 39 tests in 0.010s OK 0:13:56 load avg: 1.11 [273/416] test_queue PASS: test_basic (test.test_queue.CSimpleQueueTest) PASS: test_is_default (test.test_queue.CSimpleQueueTest) PASS: test_many_threads (test.test_queue.CSimpleQueueTest) PASS: test_many_threads_nonblock (test.test_queue.CSimpleQueueTest) PASS: test_many_threads_timeout (test.test_queue.CSimpleQueueTest) PASS: test_negative_timeout_raises_exception (test.test_queue.CSimpleQueueTest) PASS: test_order (test.test_queue.CSimpleQueueTest) PASS: test_reentrancy (test.test_queue.CSimpleQueueTest) PASS: test_references (test.test_queue.CSimpleQueueTest) PASS: test_failing_queue (test.test_queue.FailingQueueTest) PASS: test_basic (test.test_queue.LifoQueueTest) PASS: test_negative_timeout_raises_exception (test.test_queue.LifoQueueTest) PASS: test_nowait (test.test_queue.LifoQueueTest) PASS: test_queue_join (test.test_queue.LifoQueueTest) PASS: test_queue_task_done (test.test_queue.LifoQueueTest) PASS: test_shrinking_queue (test.test_queue.LifoQueueTest) PASS: test_basic (test.test_queue.PriorityQueueTest) PASS: test_negative_timeout_raises_exception (test.test_queue.PriorityQueueTest) PASS: test_nowait (test.test_queue.PriorityQueueTest) PASS: test_queue_join (test.test_queue.PriorityQueueTest) PASS: test_queue_task_done (test.test_queue.PriorityQueueTest) PASS: test_shrinking_queue (test.test_queue.PriorityQueueTest) PASS: test_basic (test.test_queue.PySimpleQueueTest) PASS: test_many_threads (test.test_queue.PySimpleQueueTest) PASS: test_many_threads_nonblock (test.test_queue.PySimpleQueueTest) PASS: test_many_threads_timeout (test.test_queue.PySimpleQueueTest) PASS: test_negative_timeout_raises_exception (test.test_queue.PySimpleQueueTest) PASS: test_order (test.test_queue.PySimpleQueueTest) PASS: test_references (test.test_queue.PySimpleQueueTest) PASS: test_basic (test.test_queue.QueueTest) PASS: test_negative_timeout_raises_exception (test.test_queue.QueueTest) PASS: test_nowait (test.test_queue.QueueTest) PASS: test_queue_join (test.test_queue.QueueTest) PASS: test_queue_task_done (test.test_queue.QueueTest) PASS: test_shrinking_queue (test.test_queue.QueueTest) ---------------------------------------------------------------------- Ran 35 tests in 4.231s OK 0:14:01 load avg: 1.02 [274/416] test_quopri PASS: test_decode (test.test_quopri.QuopriTestCase) PASS: test_decode_header (test.test_quopri.QuopriTestCase) PASS: test_decodestring (test.test_quopri.QuopriTestCase) PASS: test_decodestring_double_equals (test.test_quopri.QuopriTestCase) PASS: test_embedded_ws (test.test_quopri.QuopriTestCase) PASS: test_encode (test.test_quopri.QuopriTestCase) PASS: test_encode_header (test.test_quopri.QuopriTestCase) PASS: test_encodestring (test.test_quopri.QuopriTestCase) PASS: test_idempotent_string (test.test_quopri.QuopriTestCase) PASS: test_scriptdecode (test.test_quopri.QuopriTestCase) PASS: test_scriptencode (test.test_quopri.QuopriTestCase) ---------------------------------------------------------------------- Ran 11 tests in 0.105s OK 0:14:01 load avg: 1.02 [275/416] test_raise PASS: testCauseSyntax (test.test_raise.TestCause) PASS: test_class_cause (test.test_raise.TestCause) PASS: test_erroneous_cause (test.test_raise.TestCause) PASS: test_instance_cause (test.test_raise.TestCause) PASS: test_invalid_cause (test.test_raise.TestCause) PASS: test_3118 (test.test_raise.TestContext) PASS: test_3611 (test.test_raise.TestContext) PASS: test_c_exception_context (test.test_raise.TestContext) PASS: test_c_exception_raise (test.test_raise.TestContext) PASS: test_class_context_class_raise (test.test_raise.TestContext) PASS: test_class_context_instance_raise (test.test_raise.TestContext) PASS: test_context_manager (test.test_raise.TestContext) PASS: test_cycle_broken (test.test_raise.TestContext) PASS: test_instance_context_instance_raise (test.test_raise.TestContext) PASS: test_noraise_finally (test.test_raise.TestContext) PASS: test_raise_finally (test.test_raise.TestContext) PASS: test_reraise_cycle_broken (test.test_raise.TestContext) PASS: test_assert_with_tuple_arg (test.test_raise.TestRaise) PASS: test_erroneous_exception (test.test_raise.TestRaise) PASS: test_except_reraise (test.test_raise.TestRaise) PASS: test_finally_reraise (test.test_raise.TestRaise) PASS: test_invalid_reraise (test.test_raise.TestRaise) PASS: test_nested_reraise (test.test_raise.TestRaise) PASS: test_new_returns_invalid_instance (test.test_raise.TestRaise) PASS: test_raise_from_None (test.test_raise.TestRaise) PASS: test_reraise (test.test_raise.TestRaise) PASS: test_with_reraise1 (test.test_raise.TestRaise) PASS: test_with_reraise2 (test.test_raise.TestRaise) PASS: test_yield_reraise (test.test_raise.TestRaise) PASS: test_strings (test.test_raise.TestRemovedFunctionality) PASS: test_tuples (test.test_raise.TestRemovedFunctionality) PASS: test_accepts_traceback (test.test_raise.TestTraceback) PASS: test_sets_traceback (test.test_raise.TestTraceback) PASS: test_attrs (test.test_raise.TestTracebackType) PASS: test_constructor (test.test_raise.TestTracebackType) ---------------------------------------------------------------------- Ran 35 tests in 0.007s OK 0:14:02 load avg: 1.02 [276/416] test_random PASS: test_53_bits_per_float (test.test_random.MersenneTwister_TestBasicOps) PASS: test_autoseed (test.test_random.MersenneTwister_TestBasicOps) PASS: test_bigrand (test.test_random.MersenneTwister_TestBasicOps) PASS: test_bigrand_ranges (test.test_random.MersenneTwister_TestBasicOps) PASS: test_bug_1727780 (test.test_random.MersenneTwister_TestBasicOps) PASS: test_bug_27706 (test.test_random.MersenneTwister_TestBasicOps) PASS: test_bug_31478 (test.test_random.MersenneTwister_TestBasicOps) PASS: test_bug_31482 (test.test_random.MersenneTwister_TestBasicOps) PASS: test_bug_9025 (test.test_random.MersenneTwister_TestBasicOps) PASS: test_choice (test.test_random.MersenneTwister_TestBasicOps) PASS: test_choices (test.test_random.MersenneTwister_TestBasicOps) PASS: test_choices_algorithms (test.test_random.MersenneTwister_TestBasicOps) PASS: test_choices_subnormal (test.test_random.MersenneTwister_TestBasicOps) PASS: test_gauss (test.test_random.MersenneTwister_TestBasicOps) PASS: test_genrandbits (test.test_random.MersenneTwister_TestBasicOps) PASS: test_guaranteed_stable (test.test_random.MersenneTwister_TestBasicOps) PASS: test_long_seed (test.test_random.MersenneTwister_TestBasicOps) PASS: test_pickling (test.test_random.MersenneTwister_TestBasicOps) PASS: test_randbelow_logic (test.test_random.MersenneTwister_TestBasicOps) PASS: test_randbelow_overridden_random (test.test_random.MersenneTwister_TestBasicOps) PASS: test_randrange_bug_1590891 (test.test_random.MersenneTwister_TestBasicOps) PASS: test_rangelimits (test.test_random.MersenneTwister_TestBasicOps) PASS: test_referenceImplementation (test.test_random.MersenneTwister_TestBasicOps) PASS: test_sample (test.test_random.MersenneTwister_TestBasicOps) PASS: test_sample_distribution (test.test_random.MersenneTwister_TestBasicOps) PASS: test_sample_inputs (test.test_random.MersenneTwister_TestBasicOps) PASS: test_sample_on_dicts (test.test_random.MersenneTwister_TestBasicOps) PASS: test_saverestore (test.test_random.MersenneTwister_TestBasicOps) PASS: test_seed_when_randomness_source_not_found (test.test_random.MersenneTwister_TestBasicOps) PASS: test_seedargs (test.test_random.MersenneTwister_TestBasicOps) PASS: test_setstate_first_arg (test.test_random.MersenneTwister_TestBasicOps) PASS: test_setstate_middle_arg (test.test_random.MersenneTwister_TestBasicOps) PASS: test_shuffle (test.test_random.MersenneTwister_TestBasicOps) PASS: test_shuffle_random_argument (test.test_random.MersenneTwister_TestBasicOps) PASS: test_strong_reference_implementation (test.test_random.MersenneTwister_TestBasicOps) PASS: test_53_bits_per_float (test.test_random.SystemRandom_TestBasicOps) PASS: test_autoseed (test.test_random.SystemRandom_TestBasicOps) PASS: test_bigrand (test.test_random.SystemRandom_TestBasicOps) PASS: test_bigrand_ranges (test.test_random.SystemRandom_TestBasicOps) PASS: test_bug_1727780 (test.test_random.SystemRandom_TestBasicOps) PASS: test_bug_9025 (test.test_random.SystemRandom_TestBasicOps) PASS: test_choice (test.test_random.SystemRandom_TestBasicOps) PASS: test_choices (test.test_random.SystemRandom_TestBasicOps) PASS: test_choices_subnormal (test.test_random.SystemRandom_TestBasicOps) PASS: test_gauss (test.test_random.SystemRandom_TestBasicOps) PASS: test_genrandbits (test.test_random.SystemRandom_TestBasicOps) PASS: test_pickling (test.test_random.SystemRandom_TestBasicOps) PASS: test_randbelow_logic (test.test_random.SystemRandom_TestBasicOps) PASS: test_randrange_errors (test.test_random.SystemRandom_TestBasicOps) PASS: test_randrange_nonunit_step (test.test_random.SystemRandom_TestBasicOps) PASS: test_rangelimits (test.test_random.SystemRandom_TestBasicOps) PASS: test_sample (test.test_random.SystemRandom_TestBasicOps) PASS: test_sample_distribution (test.test_random.SystemRandom_TestBasicOps) PASS: test_sample_inputs (test.test_random.SystemRandom_TestBasicOps) PASS: test_sample_on_dicts (test.test_random.SystemRandom_TestBasicOps) PASS: test_saverestore (test.test_random.SystemRandom_TestBasicOps) PASS: test_seed_when_randomness_source_not_found (test.test_random.SystemRandom_TestBasicOps) PASS: test_seedargs (test.test_random.SystemRandom_TestBasicOps) PASS: test_shuffle (test.test_random.SystemRandom_TestBasicOps) PASS: test_shuffle_random_argument (test.test_random.SystemRandom_TestBasicOps) PASS: test_avg_std (test.test_random.TestDistributions) PASS: test_betavariate_return_zero (test.test_random.TestDistributions) PASS: test_constant (test.test_random.TestDistributions) PASS: test_gammavariate_errors (test.test_random.TestDistributions) PASS: test_gammavariate_full_code_coverage (test.test_random.TestDistributions) PASS: test_von_mises_large_kappa (test.test_random.TestDistributions) PASS: test_von_mises_range (test.test_random.TestDistributions) PASS: test_zeroinputs (test.test_random.TestDistributions) PASS: testMagicConstants (test.test_random.TestModule) PASS: test__all__ (test.test_random.TestModule) PASS: test_after_fork (test.test_random.TestModule) PASS: test_random_subclass_with_kwargs (test.test_random.TestModule) ---------------------------------------------------------------------- Ran 72 tests in 1.121s OK 0:14:03 load avg: 1.02 [277/416] test_range PASS: test_attributes (test.test_range.RangeTest) PASS: test_comparison (test.test_range.RangeTest) PASS: test_contains (test.test_range.RangeTest) PASS: test_count (test.test_range.RangeTest) PASS: test_empty (test.test_range.RangeTest) PASS: test_exhausted_iterator_pickling (test.test_range.RangeTest) PASS: test_index (test.test_range.RangeTest) PASS: test_invalid_invocation (test.test_range.RangeTest) PASS: test_issue11845 (test.test_range.RangeTest) PASS: test_iterator_pickling (test.test_range.RangeTest) PASS: test_large_exhausted_iterator_pickling (test.test_range.RangeTest) PASS: test_large_operands (test.test_range.RangeTest) PASS: test_large_range (test.test_range.RangeTest) PASS: test_odd_bug (test.test_range.RangeTest) PASS: test_pickling (test.test_range.RangeTest) PASS: test_range (test.test_range.RangeTest) PASS: test_range_iterators (test.test_range.RangeTest) PASS: test_range_iterators_invocation (test.test_range.RangeTest) PASS: test_repr (test.test_range.RangeTest) PASS: test_reverse_iteration (test.test_range.RangeTest) PASS: test_slice (test.test_range.RangeTest) PASS: test_strided_limits (test.test_range.RangeTest) PASS: test_types (test.test_range.RangeTest) PASS: test_user_index_method (test.test_range.RangeTest) ---------------------------------------------------------------------- Ran 24 tests in 0.358s OK 0:14:04 load avg: 1.02 [278/416] test_re test_re_benchmarks (test.test_re.ExternalTests) PASS: re_tests benchmarks test_re_tests (test.test_re.ExternalTests) PASS: re_tests test suite PASS: test_overlap_table (test.test_re.ImplementationTest) PASS: test_bytes (test.test_re.PatternReprTests) PASS: test_inline_flags (test.test_re.PatternReprTests) PASS: test_locale (test.test_re.PatternReprTests) PASS: test_long_pattern (test.test_re.PatternReprTests) PASS: test_multiple_flags (test.test_re.PatternReprTests) PASS: test_quotes (test.test_re.PatternReprTests) PASS: test_single_flag (test.test_re.PatternReprTests) PASS: test_unicode_flag (test.test_re.PatternReprTests) PASS: test_unknown_flags (test.test_re.PatternReprTests) PASS: test_without_flags (test.test_re.PatternReprTests) PASS: test_anyall (test.test_re.ReTests) PASS: test_ascii_and_unicode_flag (test.test_re.ReTests) PASS: test_backref_group_name_in_exception (test.test_re.ReTests) PASS: test_basic_re_sub (test.test_re.ReTests) PASS: test_big_codesize (test.test_re.ReTests) PASS: test_bigcharset (test.test_re.ReTests) PASS: test_bug_113254 (test.test_re.ReTests) PASS: test_bug_114660 (test.test_re.ReTests) PASS: test_bug_117612 (test.test_re.ReTests) PASS: test_bug_1661 (test.test_re.ReTests) PASS: test_bug_16688 (test.test_re.ReTests) PASS: test_bug_20998 (test.test_re.ReTests) PASS: test_bug_2537 (test.test_re.ReTests) PASS: test_bug_29444 (test.test_re.ReTests) PASS: test_bug_34294 (test.test_re.ReTests) PASS: test_bug_3629 (test.test_re.ReTests) PASS: test_bug_418626 (test.test_re.ReTests) PASS: test_bug_448951 (test.test_re.ReTests) PASS: test_bug_449000 (test.test_re.ReTests) PASS: test_bug_449964 (test.test_re.ReTests) PASS: test_bug_527371 (test.test_re.ReTests) PASS: test_bug_581080 (test.test_re.ReTests) PASS: test_bug_612074 (test.test_re.ReTests) PASS: test_bug_6509 (test.test_re.ReTests) PASS: test_bug_6561 (test.test_re.ReTests) PASS: test_bug_725106 (test.test_re.ReTests) PASS: test_bug_725149 (test.test_re.ReTests) PASS: test_bug_764548 (test.test_re.ReTests) PASS: test_bug_817234 (test.test_re.ReTests) PASS: test_bug_926075 (test.test_re.ReTests) PASS: test_bug_931848 (test.test_re.ReTests) PASS: test_bytes_str_mixing (test.test_re.ReTests) PASS: test_case_helpers (test.test_re.ReTests) PASS: test_category (test.test_re.ReTests) PASS: test_character_set_errors (test.test_re.ReTests) PASS: test_compile (test.test_re.ReTests) PASS: test_constants (test.test_re.ReTests) PASS: test_copying (test.test_re.ReTests) PASS: test_dealloc (test.test_re.ReTests) PASS: test_debug_flag (test.test_re.ReTests) test_dollar_matches_twice (test.test_re.ReTests) PASS: $ matches the end of string, and just before the terminating PASS: test_empty_array (test.test_re.ReTests) PASS: test_enum (test.test_re.ReTests) PASS: test_error (test.test_re.ReTests) PASS: test_expand (test.test_re.ReTests) PASS: test_finditer (test.test_re.ReTests) PASS: test_flags (test.test_re.ReTests) PASS: test_getattr (test.test_re.ReTests) PASS: test_group (test.test_re.ReTests) PASS: test_group_name_in_exception (test.test_re.ReTests) PASS: test_groupdict (test.test_re.ReTests) PASS: test_ignore_case (test.test_re.ReTests) PASS: test_ignore_case_range (test.test_re.ReTests) PASS: test_ignore_case_set (test.test_re.ReTests) PASS: test_inline_flags (test.test_re.ReTests) PASS: test_issue17998 (test.test_re.ReTests) PASS: test_keep_buffer (test.test_re.ReTests) PASS: test_keyword_parameters (test.test_re.ReTests) PASS: test_large_search (test.test_re.ReTests) PASS: test_large_subn (test.test_re.ReTests) SKIP: test_locale_caching (test.test_re.ReTests) 'test needs en_US.iso88591 locale' SKIP: test_locale_compiled (test.test_re.ReTests) 'test needs en_US.iso88591 locale' PASS: test_locale_flag (test.test_re.ReTests) PASS: test_lookahead (test.test_re.ReTests) PASS: test_lookbehind (test.test_re.ReTests) PASS: test_match_getitem (test.test_re.ReTests) PASS: test_match_repr (test.test_re.ReTests) PASS: test_misc_errors (test.test_re.ReTests) PASS: test_multiple_repeat (test.test_re.ReTests) PASS: test_not_literal (test.test_re.ReTests) PASS: test_nothing_to_repeat (test.test_re.ReTests) PASS: test_other_escapes (test.test_re.ReTests) PASS: test_pattern_compare (test.test_re.ReTests) PASS: test_pattern_compare_bytes (test.test_re.ReTests) PASS: test_pickling (test.test_re.ReTests) PASS: test_possible_set_operations (test.test_re.ReTests) PASS: test_qualified_re_split (test.test_re.ReTests) PASS: test_qualified_re_sub (test.test_re.ReTests) PASS: test_re_escape (test.test_re.ReTests) PASS: test_re_escape_bytes (test.test_re.ReTests) PASS: test_re_escape_non_ascii (test.test_re.ReTests) PASS: test_re_escape_non_ascii_bytes (test.test_re.ReTests) PASS: test_re_findall (test.test_re.ReTests) PASS: test_re_fullmatch (test.test_re.ReTests) PASS: test_re_groupref (test.test_re.ReTests) PASS: test_re_groupref_exists (test.test_re.ReTests) PASS: test_re_groupref_overflow (test.test_re.ReTests) PASS: test_re_match (test.test_re.ReTests) PASS: test_re_split (test.test_re.ReTests) PASS: test_re_subn (test.test_re.ReTests) PASS: test_repeat_minmax (test.test_re.ReTests) PASS: test_repeat_minmax_overflow (test.test_re.ReTests) PASS: test_repeat_minmax_overflow_maxrepeat (test.test_re.ReTests) PASS: test_scanner (test.test_re.ReTests) PASS: test_scoped_flags (test.test_re.ReTests) PASS: test_search_coverage (test.test_re.ReTests) PASS: test_search_dot_unicode (test.test_re.ReTests) PASS: test_search_star_plus (test.test_re.ReTests) PASS: test_special_escapes (test.test_re.ReTests) PASS: test_sre_byte_class_literals (test.test_re.ReTests) PASS: test_sre_byte_literals (test.test_re.ReTests) PASS: test_sre_character_class_literals (test.test_re.ReTests) PASS: test_sre_character_literals (test.test_re.ReTests) PASS: test_stack_overflow (test.test_re.ReTests) PASS: test_string_boundaries (test.test_re.ReTests) PASS: test_sub_template_numeric_escape (test.test_re.ReTests) PASS: test_symbolic_groups (test.test_re.ReTests) PASS: test_symbolic_refs (test.test_re.ReTests) PASS: test_unlimited_zero_width_repeat (test.test_re.ReTests) PASS: test_weakref (test.test_re.ReTests) PASS: test_zerowidth (test.test_re.ReTests) ---------------------------------------------------------------------- Ran 124 tests in 0.833s OK (skipped=2) 0:14:05 load avg: 1.02 [279/416] test_readline readline version: 0x800 readline runtime version: 0x800 readline library version: '8.0' use libedit emulation? False PASS: testHistoryUpdates (test.test_readline.TestHistoryManipulation) SKIP: test_nonascii_history (test.test_readline.TestHistoryManipulation) "Locale cannot encode test data: 'locale' codec can't encode character '\\xe9' in position 4: encoding error" PASS: test_write_read_append (test.test_readline.TestHistoryManipulation) PASS: test_auto_history_disabled (test.test_readline.TestReadline) PASS: test_auto_history_enabled (test.test_readline.TestReadline) PASS: test_history_size (test.test_readline.TestReadline) PASS: test_init (test.test_readline.TestReadline) SKIP: test_nonascii (test.test_readline.TestReadline) "the LC_CTYPE locale is 'C'" ---------------------------------------------------------------------- Ran 8 tests in 0.089s OK (skipped=2) 0:14:06 load avg: 1.02 [280/416] test_regrtest PASS: test_coverage (test.test_regrtest.ArgsTestCase) PASS: test_crashed (test.test_regrtest.ArgsTestCase) PASS: test_env_changed (test.test_regrtest.ArgsTestCase) PASS: test_failing_test (test.test_regrtest.ArgsTestCase) PASS: test_findleaks (test.test_regrtest.ArgsTestCase) PASS: test_forever (test.test_regrtest.ArgsTestCase) PASS: test_fromfile (test.test_regrtest.ArgsTestCase) SKIP: test_huntrleaks (test.test_regrtest.ArgsTestCase) 'need a debug build' SKIP: test_huntrleaks_fd_leak (test.test_regrtest.ArgsTestCase) 'need a debug build' PASS: test_interrupted (test.test_regrtest.ArgsTestCase) PASS: test_list_cases (test.test_regrtest.ArgsTestCase) PASS: test_list_tests (test.test_regrtest.ArgsTestCase) PASS: test_matchfile (test.test_regrtest.ArgsTestCase) PASS: test_no_test_ran_some_test_exist_some_not (test.test_regrtest.ArgsTestCase) PASS: test_no_tests_ran (test.test_regrtest.ArgsTestCase) PASS: test_no_tests_ran_multiple_tests_nonexistent (test.test_regrtest.ArgsTestCase) PASS: test_no_tests_ran_skip (test.test_regrtest.ArgsTestCase) PASS: test_random (test.test_regrtest.ArgsTestCase) PASS: test_rerun_fail (test.test_regrtest.ArgsTestCase) PASS: test_rerun_success (test.test_regrtest.ArgsTestCase) PASS: test_resources (test.test_regrtest.ArgsTestCase) PASS: test_slowest (test.test_regrtest.ArgsTestCase) PASS: test_slowest_interrupted (test.test_regrtest.ArgsTestCase) PASS: test_wait (test.test_regrtest.ArgsTestCase) PASS: test_arg (test.test_regrtest.ParseArgsTestCase) PASS: test_arg_option_arg (test.test_regrtest.ParseArgsTestCase) PASS: test_coverage (test.test_regrtest.ParseArgsTestCase) PASS: test_coverdir (test.test_regrtest.ParseArgsTestCase) PASS: test_exclude (test.test_regrtest.ParseArgsTestCase) PASS: test_failfast (test.test_regrtest.ParseArgsTestCase) PASS: test_forever (test.test_regrtest.ParseArgsTestCase) PASS: test_fromfile (test.test_regrtest.ParseArgsTestCase) PASS: test_header (test.test_regrtest.ParseArgsTestCase) PASS: test_help (test.test_regrtest.ParseArgsTestCase) PASS: test_huntrleaks (test.test_regrtest.ParseArgsTestCase) PASS: test_long_option__partial (test.test_regrtest.ParseArgsTestCase) PASS: test_match (test.test_regrtest.ParseArgsTestCase) PASS: test_memlimit (test.test_regrtest.ParseArgsTestCase) PASS: test_multiprocess (test.test_regrtest.ParseArgsTestCase) PASS: test_nocoverdir (test.test_regrtest.ParseArgsTestCase) PASS: test_nowindows (test.test_regrtest.ParseArgsTestCase) PASS: test_option_and_arg (test.test_regrtest.ParseArgsTestCase) PASS: test_option_with_empty_string_value (test.test_regrtest.ParseArgsTestCase) PASS: test_quiet (test.test_regrtest.ParseArgsTestCase) PASS: test_randomize (test.test_regrtest.ParseArgsTestCase) PASS: test_randseed (test.test_regrtest.ParseArgsTestCase) PASS: test_runleaks (test.test_regrtest.ParseArgsTestCase) PASS: test_single (test.test_regrtest.ParseArgsTestCase) PASS: test_slowest (test.test_regrtest.ParseArgsTestCase) PASS: test_start (test.test_regrtest.ParseArgsTestCase) PASS: test_testdir (test.test_regrtest.ParseArgsTestCase) PASS: test_threshold (test.test_regrtest.ParseArgsTestCase) PASS: test_timeout (test.test_regrtest.ParseArgsTestCase) PASS: test_two_options (test.test_regrtest.ParseArgsTestCase) PASS: test_unknown_option (test.test_regrtest.ParseArgsTestCase) PASS: test_unrecognized_argument (test.test_regrtest.ParseArgsTestCase) PASS: test_use (test.test_regrtest.ParseArgsTestCase) PASS: test_verbose (test.test_regrtest.ParseArgsTestCase) PASS: test_verbose2 (test.test_regrtest.ParseArgsTestCase) PASS: test_verbose3 (test.test_regrtest.ParseArgsTestCase) PASS: test_wait (test.test_regrtest.ParseArgsTestCase) PASS: test_worker_args (test.test_regrtest.ParseArgsTestCase) PASS: test_module_autotest (test.test_regrtest.ProgramsTestCase) PASS: test_module_from_test_autotest (test.test_regrtest.ProgramsTestCase) PASS: test_module_regrtest (test.test_regrtest.ProgramsTestCase) PASS: test_module_test (test.test_regrtest.ProgramsTestCase) SKIP: test_pcbuild_rt (test.test_regrtest.ProgramsTestCase) 'Windows only' PASS: test_script_autotest (test.test_regrtest.ProgramsTestCase) PASS: test_script_regrtest (test.test_regrtest.ProgramsTestCase) SKIP: test_tools_buildbot_test (test.test_regrtest.ProgramsTestCase) 'test.bat script is not installed' SKIP: test_tools_script_run_tests (test.test_regrtest.ProgramsTestCase) 'run_tests.py script is not installed' PASS: test_format_duration (test.test_regrtest.TestUtils) ---------------------------------------------------------------------- Ran 72 tests in 9.182s OK (skipped=5) 0:14:16 load avg: 1.40 [281/416] test_repl PASS: test_no_memory (test.test_repl.TestInteractiveInterpreter) ---------------------------------------------------------------------- Ran 1 test in 0.023s OK 0:14:16 load avg: 1.40 [282/416] test_reprlib SKIP: test_builtin_function (test.test_reprlib.LongReprTest) 'needs a built-in function with a really long name' PASS: test_class (test.test_reprlib.LongReprTest) PASS: test_instance (test.test_reprlib.LongReprTest) PASS: test_method (test.test_reprlib.LongReprTest) PASS: test_module (test.test_reprlib.LongReprTest) SKIP: test_object (test.test_reprlib.LongReprTest) 'need a suitable object' PASS: test_type (test.test_reprlib.LongReprTest) PASS: test_builtin_function (test.test_reprlib.ReprTests) PASS: test_cell (test.test_reprlib.ReprTests) PASS: test_container (test.test_reprlib.ReprTests) PASS: test_descriptors (test.test_reprlib.ReprTests) PASS: test_frozenset (test.test_reprlib.ReprTests) PASS: test_instance (test.test_reprlib.ReprTests) PASS: test_lambda (test.test_reprlib.ReprTests) PASS: test_nesting (test.test_reprlib.ReprTests) PASS: test_numbers (test.test_reprlib.ReprTests) PASS: test_range (test.test_reprlib.ReprTests) PASS: test_set_literal (test.test_reprlib.ReprTests) PASS: test_string (test.test_reprlib.ReprTests) PASS: test_tuple (test.test_reprlib.ReprTests) PASS: test_unsortable (test.test_reprlib.ReprTests) PASS: test_assigned_attributes (test.test_reprlib.TestRecursiveRepr) PASS: test_recursive_repr (test.test_reprlib.TestRecursiveRepr) ---------------------------------------------------------------------- Ran 23 tests in 0.011s OK (skipped=2) 0:14:16 load avg: 1.40 [283/416] test_resource PASS: test_args (test.test_resource.ResourceTest) PASS: test_freebsd_contants (test.test_resource.ResourceTest) PASS: test_fsize_enforced (test.test_resource.ResourceTest) PASS: test_fsize_ismax (test.test_resource.ResourceTest) PASS: test_fsize_toobig (test.test_resource.ResourceTest) PASS: test_getrusage (test.test_resource.ResourceTest) PASS: test_linux_constants (test.test_resource.ResourceTest) PASS: test_pagesize (test.test_resource.ResourceTest) PASS: test_prlimit (test.test_resource.ResourceTest) PASS: test_prlimit_refcount (test.test_resource.ResourceTest) PASS: test_setrusage_refcount (test.test_resource.ResourceTest) ---------------------------------------------------------------------- Ran 11 tests in 0.086s OK 0:14:17 load avg: 1.40 [284/416] test_richcmp PASS: test_dicts (test.test_richcmp.DictTest) PASS: test_badentry (test.test_richcmp.ListTest) PASS: test_coverage (test.test_richcmp.ListTest) PASS: test_goodentry (test.test_richcmp.ListTest) PASS: test_exception_message (test.test_richcmp.MiscTest) PASS: test_misbehavin (test.test_richcmp.MiscTest) PASS: test_not (test.test_richcmp.MiscTest) PASS: test_recursion (test.test_richcmp.MiscTest) PASS: test_basic (test.test_richcmp.NumberTest) PASS: test_values (test.test_richcmp.NumberTest) PASS: test_mixed (test.test_richcmp.VectorTest) ---------------------------------------------------------------------- Ran 11 tests in 0.011s OK 0:14:17 load avg: 1.40 [285/416] test_rlcompleter PASS: test_attr_matches (test.test_rlcompleter.TestRlcompleter) PASS: test_complete (test.test_rlcompleter.TestRlcompleter) PASS: test_duplicate_globals (test.test_rlcompleter.TestRlcompleter) PASS: test_excessive_getattr (test.test_rlcompleter.TestRlcompleter) PASS: test_global_matches (test.test_rlcompleter.TestRlcompleter) PASS: test_namespace (test.test_rlcompleter.TestRlcompleter) PASS: test_uncreated_attr (test.test_rlcompleter.TestRlcompleter) ---------------------------------------------------------------------- Ran 7 tests in 0.004s OK 0:14:18 load avg: 1.40 [286/416] test_robotparser PASS: test_bad_urls (test.test_robotparser.AnotherInvalidRequestRateTest) PASS: test_good_urls (test.test_robotparser.AnotherInvalidRequestRateTest) PASS: test_bad_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest) PASS: test_good_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest) PASS: test_bad_urls (test.test_robotparser.CrawlDelayAndRequestRateTest) PASS: test_good_urls (test.test_robotparser.CrawlDelayAndRequestRateTest) PASS: test_request_rate (test.test_robotparser.CrawlDelayAndRequestRateTest) PASS: test_bad_urls (test.test_robotparser.DefaultEntryTest) PASS: test_good_urls (test.test_robotparser.DefaultEntryTest) PASS: test_request_rate (test.test_robotparser.DefaultEntryTest) PASS: test_bad_urls (test.test_robotparser.DifferentAgentTest) PASS: test_good_urls (test.test_robotparser.DifferentAgentTest) PASS: test_request_rate (test.test_robotparser.DifferentAgentTest) PASS: test_bad_urls (test.test_robotparser.DisallowQueryStringTest) PASS: test_good_urls (test.test_robotparser.DisallowQueryStringTest) PASS: test_bad_urls (test.test_robotparser.EmptyFileTest) PASS: test_good_urls (test.test_robotparser.EmptyFileTest) PASS: test_request_rate (test.test_robotparser.EmptyFileTest) PASS: test_bad_urls (test.test_robotparser.EmptyQueryStringTest) PASS: test_good_urls (test.test_robotparser.EmptyQueryStringTest) PASS: test_bad_urls (test.test_robotparser.GoogleURLOrderingTest) PASS: test_good_urls (test.test_robotparser.GoogleURLOrderingTest) PASS: test_bad_urls (test.test_robotparser.InvalidCrawlDelayTest) PASS: test_good_urls (test.test_robotparser.InvalidCrawlDelayTest) PASS: test_bad_urls (test.test_robotparser.InvalidRequestRateTest) PASS: test_good_urls (test.test_robotparser.InvalidRequestRateTest) skipped "Use of the 'network' resource not enabled" PASS: testPasswordProtectedSite (test.test_robotparser.PasswordProtectedSiteTestCase) PASS: test_bad_urls (test.test_robotparser.RejectAllRobotsTest) PASS: test_good_urls (test.test_robotparser.RejectAllRobotsTest) PASS: test_bad_urls (test.test_robotparser.StringFormattingTest) PASS: test_good_urls (test.test_robotparser.StringFormattingTest) PASS: test_string_formatting (test.test_robotparser.StringFormattingTest) PASS: test_bad_urls (test.test_robotparser.UseFirstUserAgentWildcardTest) PASS: test_good_urls (test.test_robotparser.UseFirstUserAgentWildcardTest) PASS: test_bad_urls (test.test_robotparser.UserAgentGoogleMobileTest) PASS: test_good_urls (test.test_robotparser.UserAgentGoogleMobileTest) PASS: test_bad_urls (test.test_robotparser.UserAgentOrderingTest) PASS: test_good_urls (test.test_robotparser.UserAgentOrderingTest) PASS: test_bad_urls (test.test_robotparser.UserAgentWildcardTest) PASS: test_good_urls (test.test_robotparser.UserAgentWildcardTest) ---------------------------------------------------------------------- Ran 40 tests in 0.017s OK (skipped=1) 0:14:18 load avg: 1.40 [287/416] test_runpy PASS: test_run_code (test.test_runpy.ExecutionLayerTestCase) PASS: test_run_module_code (test.test_runpy.ExecutionLayerTestCase) PASS: test_explicit_relative_import (test.test_runpy.RunModuleTestCase) PASS: test_invalid_names (test.test_runpy.RunModuleTestCase) PASS: test_library_module (test.test_runpy.RunModuleTestCase) PASS: test_main_relative_import (test.test_runpy.RunModuleTestCase) PASS: test_package_imported_no_warning (test.test_runpy.RunModuleTestCase) PASS: test_pkgutil_walk_packages (test.test_runpy.RunModuleTestCase) PASS: test_run_module (test.test_runpy.RunModuleTestCase) PASS: test_run_module_alter_sys (test.test_runpy.RunModuleTestCase) PASS: test_run_module_in_namespace_package (test.test_runpy.RunModuleTestCase) PASS: test_run_name (test.test_runpy.RunModuleTestCase) PASS: test_run_namespace_package (test.test_runpy.RunModuleTestCase) PASS: test_run_namespace_package_in_namespace_package (test.test_runpy.RunModuleTestCase) PASS: test_run_package (test.test_runpy.RunModuleTestCase) PASS: test_run_package_alter_sys (test.test_runpy.RunModuleTestCase) PASS: test_run_package_in_namespace_package (test.test_runpy.RunModuleTestCase) PASS: test_run_package_init_exceptions (test.test_runpy.RunModuleTestCase) PASS: test_submodule_imported_warning (test.test_runpy.RunModuleTestCase) PASS: test_basic_script (test.test_runpy.RunPathTestCase) PASS: test_basic_script_no_suffix (test.test_runpy.RunPathTestCase) PASS: test_directory (test.test_runpy.RunPathTestCase) PASS: test_directory_compiled (test.test_runpy.RunPathTestCase) PASS: test_directory_error (test.test_runpy.RunPathTestCase) PASS: test_encoding (test.test_runpy.RunPathTestCase) PASS: test_main_recursion_error (test.test_runpy.RunPathTestCase) PASS: test_script_compiled (test.test_runpy.RunPathTestCase) PASS: test_zipfile (test.test_runpy.RunPathTestCase) PASS: test_zipfile_compiled (test.test_runpy.RunPathTestCase) PASS: test_zipfile_error (test.test_runpy.RunPathTestCase) ---------------------------------------------------------------------- Ran 30 tests in 0.604s OK 0:14:19 load avg: 1.37 [288/416] test_sax PASS: test_make_parser2 (test.test_sax.MakeParserTest) PASS: test_parseString_bytes (test.test_sax.ParseTest) PASS: test_parseString_text (test.test_sax.ParseTest) PASS: test_parse_InputSource (test.test_sax.ParseTest) PASS: test_parse_bytes (test.test_sax.ParseTest) PASS: test_parse_close_source (test.test_sax.ParseTest) PASS: test_parse_text (test.test_sax.ParseTest) PASS: test_double_quoteattr (test.test_sax.SaxutilsTest) PASS: test_escape_all (test.test_sax.SaxutilsTest) PASS: test_escape_basic (test.test_sax.SaxutilsTest) PASS: test_escape_extra (test.test_sax.SaxutilsTest) PASS: test_make_parser (test.test_sax.SaxutilsTest) PASS: test_quoteattr_basic (test.test_sax.SaxutilsTest) PASS: test_single_double_quoteattr (test.test_sax.SaxutilsTest) PASS: test_single_quoteattr (test.test_sax.SaxutilsTest) PASS: test_unescape_all (test.test_sax.SaxutilsTest) PASS: test_unescape_amp_extra (test.test_sax.SaxutilsTest) PASS: test_unescape_basic (test.test_sax.SaxutilsTest) PASS: test_unescape_extra (test.test_sax.SaxutilsTest) PASS: test_binary_file (test.test_sax.PrepareInputSourceTest) PASS: test_byte_stream (test.test_sax.PrepareInputSourceTest) PASS: test_character_stream (test.test_sax.PrepareInputSourceTest) PASS: test_string (test.test_sax.PrepareInputSourceTest) PASS: test_system_id (test.test_sax.PrepareInputSourceTest) PASS: test_text_file (test.test_sax.PrepareInputSourceTest) PASS: test_1463026_1 (test.test_sax.StringXmlgenTest) PASS: test_1463026_1_empty (test.test_sax.StringXmlgenTest) PASS: test_1463026_2 (test.test_sax.StringXmlgenTest) PASS: test_1463026_2_empty (test.test_sax.StringXmlgenTest) PASS: test_1463026_3 (test.test_sax.StringXmlgenTest) PASS: test_1463026_3_empty (test.test_sax.StringXmlgenTest) PASS: test_5027_1 (test.test_sax.StringXmlgenTest) PASS: test_5027_2 (test.test_sax.StringXmlgenTest) PASS: test_no_close_file (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_attr_escape (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_basic (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_basic_empty (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_content (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_content_empty (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_content_escape (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_encoding (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_encoding_bytes (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_fragment (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_ignorable (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_ignorable_empty (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_ns (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_ns_empty (test.test_sax.StringXmlgenTest) PASS: test_xmlgen_pi (test.test_sax.StringXmlgenTest) PASS: test_1463026_1 (test.test_sax.BytesXmlgenTest) PASS: test_1463026_1_empty (test.test_sax.BytesXmlgenTest) PASS: test_1463026_2 (test.test_sax.BytesXmlgenTest) PASS: test_1463026_2_empty (test.test_sax.BytesXmlgenTest) PASS: test_1463026_3 (test.test_sax.BytesXmlgenTest) PASS: test_1463026_3_empty (test.test_sax.BytesXmlgenTest) PASS: test_5027_1 (test.test_sax.BytesXmlgenTest) PASS: test_5027_2 (test.test_sax.BytesXmlgenTest) PASS: test_no_close_file (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_attr_escape (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_basic (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_basic_empty (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_content (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_content_empty (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_content_escape (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_encoding (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_encoding_bytes (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_fragment (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_ignorable (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_ignorable_empty (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_ns (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_ns_empty (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_pi (test.test_sax.BytesXmlgenTest) PASS: test_xmlgen_unencodable (test.test_sax.BytesXmlgenTest) PASS: test_1463026_1 (test.test_sax.WriterXmlgenTest) PASS: test_1463026_1_empty (test.test_sax.WriterXmlgenTest) PASS: test_1463026_2 (test.test_sax.WriterXmlgenTest) PASS: test_1463026_2_empty (test.test_sax.WriterXmlgenTest) PASS: test_1463026_3 (test.test_sax.WriterXmlgenTest) PASS: test_1463026_3_empty (test.test_sax.WriterXmlgenTest) PASS: test_5027_1 (test.test_sax.WriterXmlgenTest) PASS: test_5027_2 (test.test_sax.WriterXmlgenTest) PASS: test_no_close_file (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_attr_escape (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_basic (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_basic_empty (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_content (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_content_empty (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_content_escape (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_encoding (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_encoding_bytes (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_fragment (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_ignorable (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_ignorable_empty (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_ns (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_ns_empty (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_pi (test.test_sax.WriterXmlgenTest) PASS: test_xmlgen_unencodable (test.test_sax.WriterXmlgenTest) PASS: test_1463026_1 (test.test_sax.StreamWriterXmlgenTest) PASS: test_1463026_1_empty (test.test_sax.StreamWriterXmlgenTest) PASS: test_1463026_2 (test.test_sax.StreamWriterXmlgenTest) PASS: test_1463026_2_empty (test.test_sax.StreamWriterXmlgenTest) PASS: test_1463026_3 (test.test_sax.StreamWriterXmlgenTest) PASS: test_1463026_3_empty (test.test_sax.StreamWriterXmlgenTest) PASS: test_5027_1 (test.test_sax.StreamWriterXmlgenTest) PASS: test_5027_2 (test.test_sax.StreamWriterXmlgenTest) PASS: test_no_close_file (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_attr_escape (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_basic (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_basic_empty (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_content (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_content_empty (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_content_escape (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_encoding (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_encoding_bytes (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_fragment (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_ignorable (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_ignorable_empty (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_ns (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_ns_empty (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_pi (test.test_sax.StreamWriterXmlgenTest) PASS: test_xmlgen_unencodable (test.test_sax.StreamWriterXmlgenTest) PASS: test_1463026_1 (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_1463026_1_empty (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_1463026_2 (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_1463026_2_empty (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_1463026_3 (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_1463026_3_empty (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_5027_1 (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_5027_2 (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_no_close_file (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_attr_escape (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_basic (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_basic_empty (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_content (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_content_empty (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_content_escape (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_encoding (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_encoding_bytes (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_fragment (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_ignorable (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_ignorable_empty (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_ns (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_ns_empty (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_pi (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_xmlgen_unencodable (test.test_sax.StreamReaderWriterXmlgenTest) PASS: test_expat_attrs_empty (test.test_sax.ExpatReaderTest) PASS: test_expat_attrs_wattr (test.test_sax.ExpatReaderTest) PASS: test_expat_binary_file (test.test_sax.ExpatReaderTest) PASS: test_expat_binary_file_bytes_name (test.test_sax.ExpatReaderTest) PASS: test_expat_binary_file_int_name (test.test_sax.ExpatReaderTest) PASS: test_expat_binary_file_nonascii (test.test_sax.ExpatReaderTest) PASS: test_expat_dtdhandler (test.test_sax.ExpatReaderTest) PASS: test_expat_entityresolver_default (test.test_sax.ExpatReaderTest) PASS: test_expat_entityresolver_enabled (test.test_sax.ExpatReaderTest) PASS: test_expat_external_dtd_default (test.test_sax.ExpatReaderTest) PASS: test_expat_external_dtd_enabled (test.test_sax.ExpatReaderTest) PASS: test_expat_incremental (test.test_sax.ExpatReaderTest) PASS: test_expat_incremental_reset (test.test_sax.ExpatReaderTest) PASS: test_expat_inpsource_byte_stream (test.test_sax.ExpatReaderTest) PASS: test_expat_inpsource_character_stream (test.test_sax.ExpatReaderTest) PASS: test_expat_inpsource_filename (test.test_sax.ExpatReaderTest) PASS: test_expat_inpsource_sysid (test.test_sax.ExpatReaderTest) PASS: test_expat_inpsource_sysid_nonascii (test.test_sax.ExpatReaderTest) PASS: test_expat_locator_noinfo (test.test_sax.ExpatReaderTest) PASS: test_expat_locator_withinfo (test.test_sax.ExpatReaderTest) PASS: test_expat_locator_withinfo_nonascii (test.test_sax.ExpatReaderTest) PASS: test_expat_nsattrs_empty (test.test_sax.ExpatReaderTest) PASS: test_expat_nsattrs_wattr (test.test_sax.ExpatReaderTest) PASS: test_expat_text_file (test.test_sax.ExpatReaderTest) PASS: test_expat_incomplete (test.test_sax.ErrorReportingTest) PASS: test_expat_inpsource_location (test.test_sax.ErrorReportingTest) PASS: test_sax_parse_exception_str (test.test_sax.ErrorReportingTest) PASS: test_attrs_empty (test.test_sax.XmlReaderTest) PASS: test_attrs_wattr (test.test_sax.XmlReaderTest) PASS: test_nsattrs_empty (test.test_sax.XmlReaderTest) PASS: test_nsattrs_wattr (test.test_sax.XmlReaderTest) ---------------------------------------------------------------------- Ran 175 tests in 0.072s OK 0:14:20 load avg: 1.37 [289/416] test_sched PASS: test_args_kwargs (test.test_sched.TestCase) PASS: test_cancel (test.test_sched.TestCase) PASS: test_cancel_concurrent (test.test_sched.TestCase) PASS: test_empty (test.test_sched.TestCase) PASS: test_enter (test.test_sched.TestCase) PASS: test_enter_concurrent (test.test_sched.TestCase) PASS: test_enterabs (test.test_sched.TestCase) PASS: test_priority (test.test_sched.TestCase) PASS: test_queue (test.test_sched.TestCase) PASS: test_run_non_blocking (test.test_sched.TestCase) ---------------------------------------------------------------------- Ran 10 tests in 0.546s OK 0:14:21 load avg: 1.37 [290/416] test_scope PASS: testBoundAndFree (test.test_scope.ScopeTests) PASS: testCellIsKwonlyArg (test.test_scope.ScopeTests) PASS: testCellLeak (test.test_scope.ScopeTests) PASS: testClassAndGlobal (test.test_scope.ScopeTests) PASS: testClassNamespaceOverridesClosure (test.test_scope.ScopeTests) PASS: testComplexDefinitions (test.test_scope.ScopeTests) PASS: testEvalExecFreeVars (test.test_scope.ScopeTests) PASS: testEvalFreeVars (test.test_scope.ScopeTests) PASS: testExtraNesting (test.test_scope.ScopeTests) PASS: testFreeVarInMethod (test.test_scope.ScopeTests) PASS: testFreeingCell (test.test_scope.ScopeTests) PASS: testGlobalInParallelNestedFunctions (test.test_scope.ScopeTests) PASS: testInteractionWithTraceFunc (test.test_scope.ScopeTests) PASS: testLambdas (test.test_scope.ScopeTests) PASS: testLeaks (test.test_scope.ScopeTests) PASS: testListCompLocalVars (test.test_scope.ScopeTests) PASS: testLocalsClass (test.test_scope.ScopeTests) PASS: testLocalsClass_WithTrace (test.test_scope.ScopeTests) PASS: testLocalsFunction (test.test_scope.ScopeTests) PASS: testMixedFreevarsAndCellvars (test.test_scope.ScopeTests) PASS: testNearestEnclosingScope (test.test_scope.ScopeTests) PASS: testNestedNonLocal (test.test_scope.ScopeTests) PASS: testNestingGlobalNoFree (test.test_scope.ScopeTests) PASS: testNestingPlusFreeRefToGlobal (test.test_scope.ScopeTests) PASS: testNestingThroughClass (test.test_scope.ScopeTests) PASS: testNonLocalClass (test.test_scope.ScopeTests) PASS: testNonLocalFunction (test.test_scope.ScopeTests) PASS: testNonLocalGenerator (test.test_scope.ScopeTests) PASS: testNonLocalMethod (test.test_scope.ScopeTests) PASS: testRecursion (test.test_scope.ScopeTests) PASS: testScopeOfGlobalStmt (test.test_scope.ScopeTests) PASS: testSimpleAndRebinding (test.test_scope.ScopeTests) PASS: testSimpleNesting (test.test_scope.ScopeTests) PASS: testTopIsNotSignificant (test.test_scope.ScopeTests) PASS: testUnboundLocal (test.test_scope.ScopeTests) PASS: testUnboundLocal_AfterDel (test.test_scope.ScopeTests) PASS: testUnboundLocal_AugAssign (test.test_scope.ScopeTests) PASS: testUnoptimizedNamespaces (test.test_scope.ScopeTests) ---------------------------------------------------------------------- Ran 38 tests in 0.011s OK 0:14:21 load avg: 1.37 [291/416] test_script_helper PASS: test_assert_python_failure (test.test_script_helper.TestScriptHelper) PASS: test_assert_python_failure_raises (test.test_script_helper.TestScriptHelper) PASS: test_assert_python_isolated_when_env_not_required (test.test_script_helper.TestScriptHelper) test_assert_python_not_isolated_when_env_is_required (test.test_script_helper.TestScriptHelper) PASS: Ensure that -I is not passed when the environment is required. PASS: test_assert_python_ok (test.test_script_helper.TestScriptHelper) PASS: test_assert_python_ok_raises (test.test_script_helper.TestScriptHelper) PASS: test_interpreter_requires_environment_details (test.test_script_helper.TestScriptHelperEnvironment) PASS: test_interpreter_requires_environment_false (test.test_script_helper.TestScriptHelperEnvironment) PASS: test_interpreter_requires_environment_true (test.test_script_helper.TestScriptHelperEnvironment) PASS: test_interpreter_requires_environment_with_pythonhome (test.test_script_helper.TestScriptHelperEnvironment) ---------------------------------------------------------------------- Ran 10 tests in 0.080s OK 0:14:22 load avg: 1.37 [292/416] test_secrets PASS: test_bad_types (test.test_secrets.Compare_Digest_Tests) PASS: test_bool (test.test_secrets.Compare_Digest_Tests) PASS: test_equal (test.test_secrets.Compare_Digest_Tests) PASS: test_unequal (test.test_secrets.Compare_Digest_Tests) PASS: test_choice (test.test_secrets.Random_Tests) PASS: test_randbelow (test.test_secrets.Random_Tests) PASS: test_randbits (test.test_secrets.Random_Tests) PASS: test_token_bytes (test.test_secrets.Token_Tests) PASS: test_token_defaults (test.test_secrets.Token_Tests) PASS: test_token_hex (test.test_secrets.Token_Tests) PASS: test_token_urlsafe (test.test_secrets.Token_Tests) ---------------------------------------------------------------------- Ran 11 tests in 0.003s OK 0:14:22 load avg: 1.37 [293/416] test_select PASS: test_errno (test.test_select.SelectTestCase) PASS: test_error_conditions (test.test_select.SelectTestCase) PASS: test_returned_list_identity (test.test_select.SelectTestCase) test_select (test.test_select.SelectTestCase) ... timeout = 0 timeout = 1 'testing...\n' timeout = 2 'testing...\n' timeout = 4 'testing...\n' timeout = 8 'testing...\n' timeout = 16 'testing...\n' timeout = None 'testing...\n' timeout = None 'testing...\n' timeout = None 'testing...\n' timeout = None 'testing...\n' timeout = None 'testing...\n' timeout = None '' EOF ok PASS: test_select_mutated (test.test_select.SelectTestCase) ---------------------------------------------------------------------- Ran 5 tests in 11.039s OK 0:14:34 load avg: 1.16 [294/416] test_selectors PASS: test_close (test.test_selectors.DefaultSelectorTestCase) PASS: test_context_manager (test.test_selectors.DefaultSelectorTestCase) PASS: test_empty_select (test.test_selectors.DefaultSelectorTestCase) PASS: test_fileno (test.test_selectors.DefaultSelectorTestCase) PASS: test_get_key (test.test_selectors.DefaultSelectorTestCase) PASS: test_get_map (test.test_selectors.DefaultSelectorTestCase) PASS: test_modify (test.test_selectors.DefaultSelectorTestCase) PASS: test_modify_unregister (test.test_selectors.DefaultSelectorTestCase) PASS: test_register (test.test_selectors.DefaultSelectorTestCase) PASS: test_select (test.test_selectors.DefaultSelectorTestCase) PASS: test_select_interrupt_exc (test.test_selectors.DefaultSelectorTestCase) PASS: test_select_interrupt_noraise (test.test_selectors.DefaultSelectorTestCase) PASS: test_selector (test.test_selectors.DefaultSelectorTestCase) PASS: test_timeout (test.test_selectors.DefaultSelectorTestCase) PASS: test_unregister (test.test_selectors.DefaultSelectorTestCase) PASS: test_unregister_after_fd_close (test.test_selectors.DefaultSelectorTestCase) PASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.DefaultSelectorTestCase) PASS: test_unregister_after_socket_close (test.test_selectors.DefaultSelectorTestCase) PASS: test_close (test.test_selectors.SelectSelectorTestCase) PASS: test_context_manager (test.test_selectors.SelectSelectorTestCase) PASS: test_empty_select (test.test_selectors.SelectSelectorTestCase) PASS: test_fileno (test.test_selectors.SelectSelectorTestCase) PASS: test_get_key (test.test_selectors.SelectSelectorTestCase) PASS: test_get_map (test.test_selectors.SelectSelectorTestCase) PASS: test_modify (test.test_selectors.SelectSelectorTestCase) SKIP: test_modify_unregister (test.test_selectors.SelectSelectorTestCase) '' PASS: test_register (test.test_selectors.SelectSelectorTestCase) PASS: test_select (test.test_selectors.SelectSelectorTestCase) PASS: test_select_interrupt_exc (test.test_selectors.SelectSelectorTestCase) PASS: test_select_interrupt_noraise (test.test_selectors.SelectSelectorTestCase) PASS: test_selector (test.test_selectors.SelectSelectorTestCase) PASS: test_timeout (test.test_selectors.SelectSelectorTestCase) PASS: test_unregister (test.test_selectors.SelectSelectorTestCase) PASS: test_unregister_after_fd_close (test.test_selectors.SelectSelectorTestCase) PASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.SelectSelectorTestCase) PASS: test_unregister_after_socket_close (test.test_selectors.SelectSelectorTestCase) PASS: test_above_fd_setsize (test.test_selectors.PollSelectorTestCase) PASS: test_close (test.test_selectors.PollSelectorTestCase) PASS: test_context_manager (test.test_selectors.PollSelectorTestCase) PASS: test_empty_select (test.test_selectors.PollSelectorTestCase) PASS: test_fileno (test.test_selectors.PollSelectorTestCase) PASS: test_get_key (test.test_selectors.PollSelectorTestCase) PASS: test_get_map (test.test_selectors.PollSelectorTestCase) PASS: test_modify (test.test_selectors.PollSelectorTestCase) PASS: test_modify_unregister (test.test_selectors.PollSelectorTestCase) PASS: test_register (test.test_selectors.PollSelectorTestCase) PASS: test_select (test.test_selectors.PollSelectorTestCase) PASS: test_select_interrupt_exc (test.test_selectors.PollSelectorTestCase) PASS: test_select_interrupt_noraise (test.test_selectors.PollSelectorTestCase) PASS: test_selector (test.test_selectors.PollSelectorTestCase) PASS: test_timeout (test.test_selectors.PollSelectorTestCase) PASS: test_unregister (test.test_selectors.PollSelectorTestCase) PASS: test_unregister_after_fd_close (test.test_selectors.PollSelectorTestCase) PASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.PollSelectorTestCase) PASS: test_unregister_after_socket_close (test.test_selectors.PollSelectorTestCase) PASS: test_above_fd_setsize (test.test_selectors.EpollSelectorTestCase) PASS: test_close (test.test_selectors.EpollSelectorTestCase) PASS: test_context_manager (test.test_selectors.EpollSelectorTestCase) PASS: test_empty_select (test.test_selectors.EpollSelectorTestCase) PASS: test_fileno (test.test_selectors.EpollSelectorTestCase) PASS: test_get_key (test.test_selectors.EpollSelectorTestCase) PASS: test_get_map (test.test_selectors.EpollSelectorTestCase) PASS: test_modify (test.test_selectors.EpollSelectorTestCase) PASS: test_modify_unregister (test.test_selectors.EpollSelectorTestCase) PASS: test_register (test.test_selectors.EpollSelectorTestCase) PASS: test_register_file (test.test_selectors.EpollSelectorTestCase) PASS: test_select (test.test_selectors.EpollSelectorTestCase) PASS: test_select_interrupt_exc (test.test_selectors.EpollSelectorTestCase) PASS: test_select_interrupt_noraise (test.test_selectors.EpollSelectorTestCase) PASS: test_selector (test.test_selectors.EpollSelectorTestCase) PASS: test_timeout (test.test_selectors.EpollSelectorTestCase) PASS: test_unregister (test.test_selectors.EpollSelectorTestCase) PASS: test_unregister_after_fd_close (test.test_selectors.EpollSelectorTestCase) PASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.EpollSelectorTestCase) PASS: test_unregister_after_socket_close (test.test_selectors.EpollSelectorTestCase) SKIP: test_above_fd_setsize (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_close (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_context_manager (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_empty_select (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_fileno (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_get_key (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_get_map (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_modify (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_modify_unregister (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_register (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_register_bad_fd (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_select (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_select_interrupt_exc (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_select_interrupt_noraise (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_selector (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_timeout (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_unregister (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_unregister_after_fd_close (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_unregister_after_fd_close_and_reuse (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_unregister_after_socket_close (test.test_selectors.KqueueSelectorTestCase) 'Test needs selectors.KqueueSelector)' SKIP: test_above_fd_setsize (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_close (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_context_manager (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_empty_select (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_fileno (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_get_key (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_get_map (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_modify (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_modify_unregister (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_register (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_select (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_select_interrupt_exc (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_select_interrupt_noraise (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_selector (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_timeout (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_unregister (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_unregister_after_fd_close (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_unregister_after_fd_close_and_reuse (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' SKIP: test_unregister_after_socket_close (test.test_selectors.DevpollSelectorTestCase) 'Test needs selectors.DevpollSelector' ---------------------------------------------------------------------- Ran 114 tests in 14.439s OK (skipped=40) 0:14:49 load avg: 0.97 [295/416] test_set PASS: test_copy (test.test_set.TestBasicOpsBytes) PASS: test_empty_difference (test.test_set.TestBasicOpsBytes) PASS: test_empty_difference_rev (test.test_set.TestBasicOpsBytes) PASS: test_empty_intersection (test.test_set.TestBasicOpsBytes) PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsBytes) PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsBytes) PASS: test_empty_union (test.test_set.TestBasicOpsBytes) PASS: test_equivalent_equality (test.test_set.TestBasicOpsBytes) PASS: test_intersection_empty (test.test_set.TestBasicOpsBytes) PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsBytes) PASS: test_issue_37219 (test.test_set.TestBasicOpsBytes) PASS: test_iteration (test.test_set.TestBasicOpsBytes) PASS: test_length (test.test_set.TestBasicOpsBytes) PASS: test_pickling (test.test_set.TestBasicOpsBytes) PASS: test_print (test.test_set.TestBasicOpsBytes) PASS: test_repr (test.test_set.TestBasicOpsBytes) PASS: test_self_difference (test.test_set.TestBasicOpsBytes) PASS: test_self_equality (test.test_set.TestBasicOpsBytes) PASS: test_self_intersection (test.test_set.TestBasicOpsBytes) PASS: test_self_isdisjoint (test.test_set.TestBasicOpsBytes) PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsBytes) PASS: test_self_union (test.test_set.TestBasicOpsBytes) PASS: test_union_empty (test.test_set.TestBasicOpsBytes) PASS: test_copy (test.test_set.TestBasicOpsEmpty) PASS: test_empty_difference (test.test_set.TestBasicOpsEmpty) PASS: test_empty_difference_rev (test.test_set.TestBasicOpsEmpty) PASS: test_empty_intersection (test.test_set.TestBasicOpsEmpty) PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsEmpty) PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsEmpty) PASS: test_empty_union (test.test_set.TestBasicOpsEmpty) PASS: test_equivalent_equality (test.test_set.TestBasicOpsEmpty) PASS: test_intersection_empty (test.test_set.TestBasicOpsEmpty) PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsEmpty) PASS: test_issue_37219 (test.test_set.TestBasicOpsEmpty) PASS: test_iteration (test.test_set.TestBasicOpsEmpty) PASS: test_length (test.test_set.TestBasicOpsEmpty) PASS: test_pickling (test.test_set.TestBasicOpsEmpty) PASS: test_print (test.test_set.TestBasicOpsEmpty) PASS: test_repr (test.test_set.TestBasicOpsEmpty) PASS: test_self_difference (test.test_set.TestBasicOpsEmpty) PASS: test_self_equality (test.test_set.TestBasicOpsEmpty) PASS: test_self_intersection (test.test_set.TestBasicOpsEmpty) PASS: test_self_isdisjoint (test.test_set.TestBasicOpsEmpty) PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsEmpty) PASS: test_self_union (test.test_set.TestBasicOpsEmpty) PASS: test_union_empty (test.test_set.TestBasicOpsEmpty) PASS: test_copy (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_empty_difference (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_empty_difference_rev (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_empty_intersection (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_empty_union (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_equivalent_equality (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_intersection_empty (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_issue_37219 (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_iteration (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_length (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_pickling (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_print (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_repr (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_self_difference (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_self_equality (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_self_intersection (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_self_isdisjoint (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_self_union (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_union_empty (test.test_set.TestBasicOpsMixedStringBytes) PASS: test_copy (test.test_set.TestBasicOpsSingleton) PASS: test_empty_difference (test.test_set.TestBasicOpsSingleton) PASS: test_empty_difference_rev (test.test_set.TestBasicOpsSingleton) PASS: test_empty_intersection (test.test_set.TestBasicOpsSingleton) PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsSingleton) PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsSingleton) PASS: test_empty_union (test.test_set.TestBasicOpsSingleton) PASS: test_equivalent_equality (test.test_set.TestBasicOpsSingleton) PASS: test_in (test.test_set.TestBasicOpsSingleton) PASS: test_intersection_empty (test.test_set.TestBasicOpsSingleton) PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsSingleton) PASS: test_issue_37219 (test.test_set.TestBasicOpsSingleton) PASS: test_iteration (test.test_set.TestBasicOpsSingleton) PASS: test_length (test.test_set.TestBasicOpsSingleton) PASS: test_not_in (test.test_set.TestBasicOpsSingleton) PASS: test_pickling (test.test_set.TestBasicOpsSingleton) PASS: test_print (test.test_set.TestBasicOpsSingleton) PASS: test_repr (test.test_set.TestBasicOpsSingleton) PASS: test_self_difference (test.test_set.TestBasicOpsSingleton) PASS: test_self_equality (test.test_set.TestBasicOpsSingleton) PASS: test_self_intersection (test.test_set.TestBasicOpsSingleton) PASS: test_self_isdisjoint (test.test_set.TestBasicOpsSingleton) PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsSingleton) PASS: test_self_union (test.test_set.TestBasicOpsSingleton) PASS: test_union_empty (test.test_set.TestBasicOpsSingleton) PASS: test_copy (test.test_set.TestBasicOpsString) PASS: test_empty_difference (test.test_set.TestBasicOpsString) PASS: test_empty_difference_rev (test.test_set.TestBasicOpsString) PASS: test_empty_intersection (test.test_set.TestBasicOpsString) PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsString) PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsString) PASS: test_empty_union (test.test_set.TestBasicOpsString) PASS: test_equivalent_equality (test.test_set.TestBasicOpsString) PASS: test_intersection_empty (test.test_set.TestBasicOpsString) PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsString) PASS: test_issue_37219 (test.test_set.TestBasicOpsString) PASS: test_iteration (test.test_set.TestBasicOpsString) PASS: test_length (test.test_set.TestBasicOpsString) PASS: test_pickling (test.test_set.TestBasicOpsString) PASS: test_print (test.test_set.TestBasicOpsString) PASS: test_repr (test.test_set.TestBasicOpsString) PASS: test_self_difference (test.test_set.TestBasicOpsString) PASS: test_self_equality (test.test_set.TestBasicOpsString) PASS: test_self_intersection (test.test_set.TestBasicOpsString) PASS: test_self_isdisjoint (test.test_set.TestBasicOpsString) PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsString) PASS: test_self_union (test.test_set.TestBasicOpsString) PASS: test_union_empty (test.test_set.TestBasicOpsString) PASS: test_copy (test.test_set.TestBasicOpsTriple) PASS: test_empty_difference (test.test_set.TestBasicOpsTriple) PASS: test_empty_difference_rev (test.test_set.TestBasicOpsTriple) PASS: test_empty_intersection (test.test_set.TestBasicOpsTriple) PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsTriple) PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsTriple) PASS: test_empty_union (test.test_set.TestBasicOpsTriple) PASS: test_equivalent_equality (test.test_set.TestBasicOpsTriple) PASS: test_intersection_empty (test.test_set.TestBasicOpsTriple) PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsTriple) PASS: test_issue_37219 (test.test_set.TestBasicOpsTriple) PASS: test_iteration (test.test_set.TestBasicOpsTriple) PASS: test_length (test.test_set.TestBasicOpsTriple) PASS: test_pickling (test.test_set.TestBasicOpsTriple) PASS: test_print (test.test_set.TestBasicOpsTriple) PASS: test_repr (test.test_set.TestBasicOpsTriple) PASS: test_self_difference (test.test_set.TestBasicOpsTriple) PASS: test_self_equality (test.test_set.TestBasicOpsTriple) PASS: test_self_intersection (test.test_set.TestBasicOpsTriple) PASS: test_self_isdisjoint (test.test_set.TestBasicOpsTriple) PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsTriple) PASS: test_self_union (test.test_set.TestBasicOpsTriple) PASS: test_union_empty (test.test_set.TestBasicOpsTriple) PASS: test_copy (test.test_set.TestBasicOpsTuple) PASS: test_empty_difference (test.test_set.TestBasicOpsTuple) PASS: test_empty_difference_rev (test.test_set.TestBasicOpsTuple) PASS: test_empty_intersection (test.test_set.TestBasicOpsTuple) PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsTuple) PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsTuple) PASS: test_empty_union (test.test_set.TestBasicOpsTuple) PASS: test_equivalent_equality (test.test_set.TestBasicOpsTuple) PASS: test_in (test.test_set.TestBasicOpsTuple) PASS: test_intersection_empty (test.test_set.TestBasicOpsTuple) PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsTuple) PASS: test_issue_37219 (test.test_set.TestBasicOpsTuple) PASS: test_iteration (test.test_set.TestBasicOpsTuple) PASS: test_length (test.test_set.TestBasicOpsTuple) PASS: test_not_in (test.test_set.TestBasicOpsTuple) PASS: test_pickling (test.test_set.TestBasicOpsTuple) PASS: test_print (test.test_set.TestBasicOpsTuple) PASS: test_repr (test.test_set.TestBasicOpsTuple) PASS: test_self_difference (test.test_set.TestBasicOpsTuple) PASS: test_self_equality (test.test_set.TestBasicOpsTuple) PASS: test_self_intersection (test.test_set.TestBasicOpsTuple) PASS: test_self_isdisjoint (test.test_set.TestBasicOpsTuple) PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsTuple) PASS: test_self_union (test.test_set.TestBasicOpsTuple) PASS: test_union_empty (test.test_set.TestBasicOpsTuple) PASS: test_eq (test.test_set.TestBinaryOps) PASS: test_intersection_non_overlap (test.test_set.TestBinaryOps) PASS: test_intersection_overlap (test.test_set.TestBinaryOps) PASS: test_intersection_subset (test.test_set.TestBinaryOps) PASS: test_intersection_superset (test.test_set.TestBinaryOps) PASS: test_isdisjoint_non_overlap (test.test_set.TestBinaryOps) PASS: test_isdisjoint_overlap (test.test_set.TestBinaryOps) PASS: test_isdisjoint_subset (test.test_set.TestBinaryOps) PASS: test_isdisjoint_superset (test.test_set.TestBinaryOps) PASS: test_sym_difference_non_overlap (test.test_set.TestBinaryOps) PASS: test_sym_difference_overlap (test.test_set.TestBinaryOps) PASS: test_sym_difference_subset (test.test_set.TestBinaryOps) PASS: test_sym_difference_superset (test.test_set.TestBinaryOps) PASS: test_union_non_overlap (test.test_set.TestBinaryOps) PASS: test_union_overlap (test.test_set.TestBinaryOps) PASS: test_union_subset (test.test_set.TestBinaryOps) PASS: test_union_superset (test.test_set.TestBinaryOps) PASS: test_copy (test.test_set.TestCopyingEmpty) PASS: test_deep_copy (test.test_set.TestCopyingEmpty) PASS: test_copy (test.test_set.TestCopyingNested) PASS: test_deep_copy (test.test_set.TestCopyingNested) PASS: test_copy (test.test_set.TestCopyingSingleton) PASS: test_deep_copy (test.test_set.TestCopyingSingleton) PASS: test_copy (test.test_set.TestCopyingTriple) PASS: test_deep_copy (test.test_set.TestCopyingTriple) PASS: test_copy (test.test_set.TestCopyingTuple) PASS: test_deep_copy (test.test_set.TestCopyingTuple) PASS: test_changingSizeWhileIterating (test.test_set.TestExceptionPropagation) PASS: test_instanceWithException (test.test_set.TestExceptionPropagation) PASS: test_instancesWithoutException (test.test_set.TestExceptionPropagation) PASS: test_and (test.test_set.TestFrozenSet) PASS: test_badcmp (test.test_set.TestFrozenSet) PASS: test_constructor_identity (test.test_set.TestFrozenSet) PASS: test_container_iterator (test.test_set.TestFrozenSet) PASS: test_contains (test.test_set.TestFrozenSet) PASS: test_copy (test.test_set.TestFrozenSet) PASS: test_cyclical_print (test.test_set.TestFrozenSet) PASS: test_cyclical_repr (test.test_set.TestFrozenSet) PASS: test_deepcopy (test.test_set.TestFrozenSet) PASS: test_difference (test.test_set.TestFrozenSet) PASS: test_do_not_rehash_dict_keys (test.test_set.TestFrozenSet) PASS: test_equality (test.test_set.TestFrozenSet) PASS: test_free_after_iterating (test.test_set.TestFrozenSet) PASS: test_frozen_as_dictkey (test.test_set.TestFrozenSet) PASS: test_gc (test.test_set.TestFrozenSet) PASS: test_hash (test.test_set.TestFrozenSet) PASS: test_hash_caching (test.test_set.TestFrozenSet) PASS: test_hash_effectiveness (test.test_set.TestFrozenSet) PASS: test_init (test.test_set.TestFrozenSet) PASS: test_intersection (test.test_set.TestFrozenSet) PASS: test_isdisjoint (test.test_set.TestFrozenSet) PASS: test_iterator_pickling (test.test_set.TestFrozenSet) PASS: test_len (test.test_set.TestFrozenSet) PASS: test_new_or_init (test.test_set.TestFrozenSet) PASS: test_or (test.test_set.TestFrozenSet) PASS: test_pickling (test.test_set.TestFrozenSet) PASS: test_setOfFrozensets (test.test_set.TestFrozenSet) PASS: test_singleton_empty_frozenset (test.test_set.TestFrozenSet) PASS: test_sub (test.test_set.TestFrozenSet) PASS: test_sub_and_super (test.test_set.TestFrozenSet) PASS: test_subclass_with_custom_hash (test.test_set.TestFrozenSet) PASS: test_symmetric_difference (test.test_set.TestFrozenSet) PASS: test_union (test.test_set.TestFrozenSet) PASS: test_uniquification (test.test_set.TestFrozenSet) PASS: test_xor (test.test_set.TestFrozenSet) PASS: test_and (test.test_set.TestFrozenSetSubclass) PASS: test_badcmp (test.test_set.TestFrozenSetSubclass) PASS: test_constructor_identity (test.test_set.TestFrozenSetSubclass) PASS: test_container_iterator (test.test_set.TestFrozenSetSubclass) PASS: test_contains (test.test_set.TestFrozenSetSubclass) PASS: test_copy (test.test_set.TestFrozenSetSubclass) PASS: test_cyclical_print (test.test_set.TestFrozenSetSubclass) PASS: test_cyclical_repr (test.test_set.TestFrozenSetSubclass) PASS: test_deepcopy (test.test_set.TestFrozenSetSubclass) PASS: test_difference (test.test_set.TestFrozenSetSubclass) PASS: test_do_not_rehash_dict_keys (test.test_set.TestFrozenSetSubclass) PASS: test_equality (test.test_set.TestFrozenSetSubclass) PASS: test_free_after_iterating (test.test_set.TestFrozenSetSubclass) PASS: test_frozen_as_dictkey (test.test_set.TestFrozenSetSubclass) PASS: test_gc (test.test_set.TestFrozenSetSubclass) PASS: test_hash (test.test_set.TestFrozenSetSubclass) PASS: test_hash_caching (test.test_set.TestFrozenSetSubclass) PASS: test_hash_effectiveness (test.test_set.TestFrozenSetSubclass) PASS: test_init (test.test_set.TestFrozenSetSubclass) PASS: test_intersection (test.test_set.TestFrozenSetSubclass) PASS: test_isdisjoint (test.test_set.TestFrozenSetSubclass) PASS: test_iterator_pickling (test.test_set.TestFrozenSetSubclass) PASS: test_len (test.test_set.TestFrozenSetSubclass) PASS: test_nested_empty_constructor (test.test_set.TestFrozenSetSubclass) PASS: test_new_or_init (test.test_set.TestFrozenSetSubclass) PASS: test_or (test.test_set.TestFrozenSetSubclass) PASS: test_pickling (test.test_set.TestFrozenSetSubclass) PASS: test_setOfFrozensets (test.test_set.TestFrozenSetSubclass) PASS: test_singleton_empty_frozenset (test.test_set.TestFrozenSetSubclass) PASS: test_sub (test.test_set.TestFrozenSetSubclass) PASS: test_sub_and_super (test.test_set.TestFrozenSetSubclass) PASS: test_subclass_with_custom_hash (test.test_set.TestFrozenSetSubclass) PASS: test_symmetric_difference (test.test_set.TestFrozenSetSubclass) PASS: test_union (test.test_set.TestFrozenSetSubclass) PASS: test_uniquification (test.test_set.TestFrozenSetSubclass) PASS: test_xor (test.test_set.TestFrozenSetSubclass) PASS: test_cube (test.test_set.TestGraphs) PASS: test_cuboctahedron (test.test_set.TestGraphs) PASS: test_binopsVsSubsets (test.test_set.TestIdentities) PASS: test_commutativity (test.test_set.TestIdentities) PASS: test_exclusion (test.test_set.TestIdentities) PASS: test_summations (test.test_set.TestIdentities) PASS: test_add_absent (test.test_set.TestMutate) PASS: test_add_present (test.test_set.TestMutate) PASS: test_add_until_full (test.test_set.TestMutate) PASS: test_clear (test.test_set.TestMutate) PASS: test_discard_absent (test.test_set.TestMutate) PASS: test_discard_present (test.test_set.TestMutate) PASS: test_pop (test.test_set.TestMutate) PASS: test_remove_absent (test.test_set.TestMutate) PASS: test_remove_present (test.test_set.TestMutate) PASS: test_remove_until_empty (test.test_set.TestMutate) PASS: test_update_empty_tuple (test.test_set.TestMutate) PASS: test_update_unit_tuple_non_overlap (test.test_set.TestMutate) PASS: test_update_unit_tuple_overlap (test.test_set.TestMutate) PASS: test_difference (test.test_set.TestOnlySetsDict) PASS: test_difference_update (test.test_set.TestOnlySetsDict) PASS: test_difference_update_operator (test.test_set.TestOnlySetsDict) PASS: test_eq_ne (test.test_set.TestOnlySetsDict) PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsDict) PASS: test_intersection (test.test_set.TestOnlySetsDict) PASS: test_intersection_update (test.test_set.TestOnlySetsDict) PASS: test_intersection_update_operator (test.test_set.TestOnlySetsDict) PASS: test_sym_difference (test.test_set.TestOnlySetsDict) PASS: test_sym_difference_update (test.test_set.TestOnlySetsDict) PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsDict) PASS: test_union (test.test_set.TestOnlySetsDict) PASS: test_update (test.test_set.TestOnlySetsDict) PASS: test_update_operator (test.test_set.TestOnlySetsDict) PASS: test_difference (test.test_set.TestOnlySetsGenerator) PASS: test_difference_update (test.test_set.TestOnlySetsGenerator) PASS: test_difference_update_operator (test.test_set.TestOnlySetsGenerator) PASS: test_eq_ne (test.test_set.TestOnlySetsGenerator) PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsGenerator) PASS: test_intersection (test.test_set.TestOnlySetsGenerator) PASS: test_intersection_update (test.test_set.TestOnlySetsGenerator) PASS: test_intersection_update_operator (test.test_set.TestOnlySetsGenerator) PASS: test_sym_difference (test.test_set.TestOnlySetsGenerator) PASS: test_sym_difference_update (test.test_set.TestOnlySetsGenerator) PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsGenerator) PASS: test_union (test.test_set.TestOnlySetsGenerator) PASS: test_update (test.test_set.TestOnlySetsGenerator) PASS: test_update_operator (test.test_set.TestOnlySetsGenerator) PASS: test_difference (test.test_set.TestOnlySetsNumeric) PASS: test_difference_update (test.test_set.TestOnlySetsNumeric) PASS: test_difference_update_operator (test.test_set.TestOnlySetsNumeric) PASS: test_eq_ne (test.test_set.TestOnlySetsNumeric) PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsNumeric) PASS: test_intersection (test.test_set.TestOnlySetsNumeric) PASS: test_intersection_update (test.test_set.TestOnlySetsNumeric) PASS: test_intersection_update_operator (test.test_set.TestOnlySetsNumeric) PASS: test_sym_difference (test.test_set.TestOnlySetsNumeric) PASS: test_sym_difference_update (test.test_set.TestOnlySetsNumeric) PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsNumeric) PASS: test_union (test.test_set.TestOnlySetsNumeric) PASS: test_update (test.test_set.TestOnlySetsNumeric) PASS: test_update_operator (test.test_set.TestOnlySetsNumeric) PASS: test_difference (test.test_set.TestOnlySetsOperator) PASS: test_difference_update (test.test_set.TestOnlySetsOperator) PASS: test_difference_update_operator (test.test_set.TestOnlySetsOperator) PASS: test_eq_ne (test.test_set.TestOnlySetsOperator) PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsOperator) PASS: test_intersection (test.test_set.TestOnlySetsOperator) PASS: test_intersection_update (test.test_set.TestOnlySetsOperator) PASS: test_intersection_update_operator (test.test_set.TestOnlySetsOperator) PASS: test_sym_difference (test.test_set.TestOnlySetsOperator) PASS: test_sym_difference_update (test.test_set.TestOnlySetsOperator) PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsOperator) PASS: test_union (test.test_set.TestOnlySetsOperator) PASS: test_update (test.test_set.TestOnlySetsOperator) PASS: test_update_operator (test.test_set.TestOnlySetsOperator) PASS: test_difference (test.test_set.TestOnlySetsString) PASS: test_difference_update (test.test_set.TestOnlySetsString) PASS: test_difference_update_operator (test.test_set.TestOnlySetsString) PASS: test_eq_ne (test.test_set.TestOnlySetsString) PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsString) PASS: test_intersection (test.test_set.TestOnlySetsString) PASS: test_intersection_update (test.test_set.TestOnlySetsString) PASS: test_intersection_update_operator (test.test_set.TestOnlySetsString) PASS: test_sym_difference (test.test_set.TestOnlySetsString) PASS: test_sym_difference_update (test.test_set.TestOnlySetsString) PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsString) PASS: test_union (test.test_set.TestOnlySetsString) PASS: test_update (test.test_set.TestOnlySetsString) PASS: test_update_operator (test.test_set.TestOnlySetsString) PASS: test_difference (test.test_set.TestOnlySetsTuple) PASS: test_difference_update (test.test_set.TestOnlySetsTuple) PASS: test_difference_update_operator (test.test_set.TestOnlySetsTuple) PASS: test_eq_ne (test.test_set.TestOnlySetsTuple) PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsTuple) PASS: test_intersection (test.test_set.TestOnlySetsTuple) PASS: test_intersection_update (test.test_set.TestOnlySetsTuple) PASS: test_intersection_update_operator (test.test_set.TestOnlySetsTuple) PASS: test_sym_difference (test.test_set.TestOnlySetsTuple) PASS: test_sym_difference_update (test.test_set.TestOnlySetsTuple) PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsTuple) PASS: test_union (test.test_set.TestOnlySetsTuple) PASS: test_update (test.test_set.TestOnlySetsTuple) PASS: test_update_operator (test.test_set.TestOnlySetsTuple) PASS: test_add (test.test_set.TestSet) PASS: test_and (test.test_set.TestSet) PASS: test_badcmp (test.test_set.TestSet) SKIP: test_c_api (test.test_set.TestSet) 'C API test only available in a debug build' PASS: test_clear (test.test_set.TestSet) PASS: test_constructor_identity (test.test_set.TestSet) PASS: test_container_iterator (test.test_set.TestSet) PASS: test_contains (test.test_set.TestSet) PASS: test_copy (test.test_set.TestSet) PASS: test_cyclical_print (test.test_set.TestSet) PASS: test_cyclical_repr (test.test_set.TestSet) PASS: test_deepcopy (test.test_set.TestSet) PASS: test_difference (test.test_set.TestSet) PASS: test_difference_update (test.test_set.TestSet) PASS: test_discard (test.test_set.TestSet) PASS: test_do_not_rehash_dict_keys (test.test_set.TestSet) PASS: test_equality (test.test_set.TestSet) PASS: test_free_after_iterating (test.test_set.TestSet) PASS: test_gc (test.test_set.TestSet) PASS: test_hash (test.test_set.TestSet) PASS: test_iand (test.test_set.TestSet) PASS: test_init (test.test_set.TestSet) PASS: test_inplace_on_self (test.test_set.TestSet) PASS: test_intersection (test.test_set.TestSet) PASS: test_intersection_update (test.test_set.TestSet) PASS: test_ior (test.test_set.TestSet) PASS: test_isdisjoint (test.test_set.TestSet) PASS: test_isub (test.test_set.TestSet) PASS: test_iterator_pickling (test.test_set.TestSet) PASS: test_ixor (test.test_set.TestSet) PASS: test_len (test.test_set.TestSet) PASS: test_new_or_init (test.test_set.TestSet) PASS: test_or (test.test_set.TestSet) PASS: test_pickling (test.test_set.TestSet) PASS: test_pop (test.test_set.TestSet) PASS: test_remove (test.test_set.TestSet) PASS: test_remove_keyerror_set (test.test_set.TestSet) PASS: test_remove_keyerror_unpacking (test.test_set.TestSet) PASS: test_rich_compare (test.test_set.TestSet) PASS: test_setOfFrozensets (test.test_set.TestSet) PASS: test_set_literal (test.test_set.TestSet) PASS: test_set_literal_evaluation_order (test.test_set.TestSet) PASS: test_set_literal_insertion_order (test.test_set.TestSet) PASS: test_sub (test.test_set.TestSet) PASS: test_sub_and_super (test.test_set.TestSet) PASS: test_subclass_with_custom_hash (test.test_set.TestSet) PASS: test_symmetric_difference (test.test_set.TestSet) PASS: test_symmetric_difference_update (test.test_set.TestSet) PASS: test_union (test.test_set.TestSet) PASS: test_uniquification (test.test_set.TestSet) PASS: test_update (test.test_set.TestSet) PASS: test_weakref (test.test_set.TestSet) PASS: test_xor (test.test_set.TestSet) PASS: test_constructor (test.test_set.TestSetOfSets) PASS: test_add (test.test_set.TestSetSubclass) PASS: test_and (test.test_set.TestSetSubclass) PASS: test_badcmp (test.test_set.TestSetSubclass) SKIP: test_c_api (test.test_set.TestSetSubclass) 'C API test only available in a debug build' PASS: test_clear (test.test_set.TestSetSubclass) PASS: test_constructor_identity (test.test_set.TestSetSubclass) PASS: test_container_iterator (test.test_set.TestSetSubclass) PASS: test_contains (test.test_set.TestSetSubclass) PASS: test_copy (test.test_set.TestSetSubclass) PASS: test_cyclical_print (test.test_set.TestSetSubclass) PASS: test_cyclical_repr (test.test_set.TestSetSubclass) PASS: test_deepcopy (test.test_set.TestSetSubclass) PASS: test_difference (test.test_set.TestSetSubclass) PASS: test_difference_update (test.test_set.TestSetSubclass) PASS: test_discard (test.test_set.TestSetSubclass) PASS: test_do_not_rehash_dict_keys (test.test_set.TestSetSubclass) PASS: test_equality (test.test_set.TestSetSubclass) PASS: test_free_after_iterating (test.test_set.TestSetSubclass) PASS: test_gc (test.test_set.TestSetSubclass) PASS: test_hash (test.test_set.TestSetSubclass) PASS: test_iand (test.test_set.TestSetSubclass) PASS: test_init (test.test_set.TestSetSubclass) PASS: test_inplace_on_self (test.test_set.TestSetSubclass) PASS: test_intersection (test.test_set.TestSetSubclass) PASS: test_intersection_update (test.test_set.TestSetSubclass) PASS: test_ior (test.test_set.TestSetSubclass) PASS: test_isdisjoint (test.test_set.TestSetSubclass) PASS: test_isub (test.test_set.TestSetSubclass) PASS: test_iterator_pickling (test.test_set.TestSetSubclass) PASS: test_ixor (test.test_set.TestSetSubclass) PASS: test_len (test.test_set.TestSetSubclass) PASS: test_new_or_init (test.test_set.TestSetSubclass) PASS: test_or (test.test_set.TestSetSubclass) PASS: test_pickling (test.test_set.TestSetSubclass) PASS: test_pop (test.test_set.TestSetSubclass) PASS: test_remove (test.test_set.TestSetSubclass) PASS: test_remove_keyerror_set (test.test_set.TestSetSubclass) PASS: test_remove_keyerror_unpacking (test.test_set.TestSetSubclass) PASS: test_rich_compare (test.test_set.TestSetSubclass) PASS: test_setOfFrozensets (test.test_set.TestSetSubclass) PASS: test_set_literal (test.test_set.TestSetSubclass) PASS: test_set_literal_evaluation_order (test.test_set.TestSetSubclass) PASS: test_set_literal_insertion_order (test.test_set.TestSetSubclass) PASS: test_sub (test.test_set.TestSetSubclass) PASS: test_sub_and_super (test.test_set.TestSetSubclass) PASS: test_subclass_with_custom_hash (test.test_set.TestSetSubclass) PASS: test_symmetric_difference (test.test_set.TestSetSubclass) PASS: test_symmetric_difference_update (test.test_set.TestSetSubclass) PASS: test_union (test.test_set.TestSetSubclass) PASS: test_uniquification (test.test_set.TestSetSubclass) PASS: test_update (test.test_set.TestSetSubclass) PASS: test_weakref (test.test_set.TestSetSubclass) PASS: test_xor (test.test_set.TestSetSubclass) PASS: test_add (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_and (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_badcmp (test.test_set.TestSetSubclassWithKeywordArgs) SKIP: test_c_api (test.test_set.TestSetSubclassWithKeywordArgs) 'C API test only available in a debug build' PASS: test_clear (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_constructor_identity (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_container_iterator (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_contains (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_copy (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_cyclical_print (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_cyclical_repr (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_deepcopy (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_difference (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_difference_update (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_discard (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_do_not_rehash_dict_keys (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_equality (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_free_after_iterating (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_gc (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_hash (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_iand (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_init (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_inplace_on_self (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_intersection (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_intersection_update (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_ior (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_isdisjoint (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_isub (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_iterator_pickling (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_ixor (test.test_set.TestSetSubclassWithKeywordArgs) test_keywords_in_subclass (test.test_set.TestSetSubclassWithKeywordArgs) PASS: SF bug #1486663 -- this used to erroneously raise a TypeError PASS: test_len (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_new_or_init (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_or (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_pickling (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_pop (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_remove (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_remove_keyerror_set (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_remove_keyerror_unpacking (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_rich_compare (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_setOfFrozensets (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_set_literal (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_set_literal_evaluation_order (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_set_literal_insertion_order (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_sub (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_sub_and_super (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_subclass_with_custom_hash (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_symmetric_difference (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_symmetric_difference_update (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_union (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_uniquification (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_update (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_weakref (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_xor (test.test_set.TestSetSubclassWithKeywordArgs) PASS: test_issubset (test.test_set.TestSubsetEmptyNonEmpty) PASS: test_issubset (test.test_set.TestSubsetEqualEmpty) PASS: test_issubset (test.test_set.TestSubsetEqualNonEmpty) PASS: test_issubset (test.test_set.TestSubsetNonOverlap) PASS: test_issubset (test.test_set.TestSubsetPartial) PASS: test_difference_method_call (test.test_set.TestUpdateOps) PASS: test_difference_non_overlap (test.test_set.TestUpdateOps) PASS: test_difference_overlap (test.test_set.TestUpdateOps) PASS: test_difference_subset (test.test_set.TestUpdateOps) PASS: test_difference_superset (test.test_set.TestUpdateOps) PASS: test_intersection_method_call (test.test_set.TestUpdateOps) PASS: test_intersection_non_overlap (test.test_set.TestUpdateOps) PASS: test_intersection_overlap (test.test_set.TestUpdateOps) PASS: test_intersection_subset (test.test_set.TestUpdateOps) PASS: test_intersection_superset (test.test_set.TestUpdateOps) PASS: test_sym_difference_method_call (test.test_set.TestUpdateOps) PASS: test_sym_difference_non_overlap (test.test_set.TestUpdateOps) PASS: test_sym_difference_overlap (test.test_set.TestUpdateOps) PASS: test_sym_difference_subset (test.test_set.TestUpdateOps) PASS: test_sym_difference_superset (test.test_set.TestUpdateOps) PASS: test_union_method_call (test.test_set.TestUpdateOps) PASS: test_union_non_overlap (test.test_set.TestUpdateOps) PASS: test_union_overlap (test.test_set.TestUpdateOps) PASS: test_union_subset (test.test_set.TestUpdateOps) PASS: test_union_superset (test.test_set.TestUpdateOps) PASS: test_constructor (test.test_set.TestVariousIteratorArgs) PASS: test_inline_methods (test.test_set.TestVariousIteratorArgs) PASS: test_inplace_methods (test.test_set.TestVariousIteratorArgs) PASS: test_8420_set_merge (test.test_set.TestWeirdBugs) PASS: test_iter_and_mutate (test.test_set.TestWeirdBugs) PASS: test_merge_and_mutate (test.test_set.TestWeirdBugs) ---------------------------------------------------------------------- Ran 561 tests in 1.603s OK (skipped=3) 0:14:51 load avg: 0.97 [296/416] test_setcomps Trying: sum({i*i for i in range(100) if i&1 == 1}) Expecting: 166650 ok Trying: {2*y + x + 1 for x in (0,) for y in (1,)} Expecting: {3} ok Trying: list(sorted({(i,j) for i in range(3) for j in range(4)})) Expecting: [(0, 0), (0, 1), (0, 2), (0, 3), (1, 0), (1, 1), (1, 2), (1, 3), (2, 0), (2, 1), (2, 2), (2, 3)] ok Trying: list(sorted({(i,j) for i in range(4) for j in range(i)})) Expecting: [(1, 0), (2, 0), (2, 1), (3, 0), (3, 1), (3, 2)] ok Trying: i = 20 Expecting nothing ok Trying: sum({i*i for i in range(100)}) Expecting: 328350 ok Trying: i Expecting: 20 ok Trying: {y for y in (1,2)} = 10 # doctest: +IGNORE_EXCEPTION_DETAIL Expecting: Traceback (most recent call last): ... SyntaxError: ... ok Trying: {y for y in (1,2)} += 10 # doctest: +IGNORE_EXCEPTION_DETAIL Expecting: Traceback (most recent call last): ... SyntaxError: ... ok Trying: def srange(n): return {i for i in range(n)} Expecting nothing ok Trying: list(sorted(srange(10))) Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ok Trying: lrange = lambda n: {i for i in range(n)} Expecting nothing ok Trying: list(sorted(lrange(10))) Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ok Trying: def grange(n): for x in {i for i in range(n)}: yield x Expecting nothing ok Trying: list(sorted(grange(5))) Expecting: [0, 1, 2, 3, 4] ok Trying: {None for i in range(10)} Expecting: {None} ok Trying: items = {(lambda i=i: i) for i in range(5)} Expecting nothing ok Trying: {x() for x in items} == set(range(5)) Expecting: True ok Trying: items = {(lambda: i) for i in range(5)} Expecting nothing ok Trying: {x() for x in items} Expecting: {4} ok Trying: items = {(lambda: i) for i in range(5)} Expecting nothing ok Trying: i = 20 Expecting nothing ok Trying: {x() for x in items} Expecting: {4} ok Trying: items = {(lambda: y) for i in range(5)} Expecting nothing ok Trying: y = 2 Expecting nothing ok Trying: {x() for x in items} Expecting: {2} ok Trying: def test_func(): items = {(lambda i=i: i) for i in range(5)} return {x() for x in items} Expecting nothing ok Trying: test_func() == set(range(5)) Expecting: True ok Trying: def test_func(): items = {(lambda: i) for i in range(5)} return {x() for x in items} Expecting nothing ok Trying: test_func() Expecting: {4} ok Trying: def test_func(): items = {(lambda: i) for i in range(5)} i = 20 return {x() for x in items} Expecting nothing ok Trying: test_func() Expecting: {4} ok Trying: def test_func(): items = {(lambda: y) for i in range(5)} y = 2 return {x() for x in items} Expecting nothing ok Trying: test_func() Expecting: {2} ok 2 items had no tests: test.test_setcomps test.test_setcomps.test_main 1 items passed all tests: 34 tests in test.test_setcomps.__test__.doctests 34 tests in 3 items. 34 passed and 0 failed. Test passed. doctest (test.test_setcomps) ... 34 tests with zero failures 0:14:51 load avg: 0.97 [297/416] test_shelve PASS: test_bool (test.test_shelve.TestAsciiFileShelve) PASS: test_constructor (test.test_shelve.TestAsciiFileShelve) PASS: test_get (test.test_shelve.TestAsciiFileShelve) PASS: test_getitem (test.test_shelve.TestAsciiFileShelve) PASS: test_items (test.test_shelve.TestAsciiFileShelve) PASS: test_keys (test.test_shelve.TestAsciiFileShelve) PASS: test_len (test.test_shelve.TestAsciiFileShelve) PASS: test_pop (test.test_shelve.TestAsciiFileShelve) PASS: test_popitem (test.test_shelve.TestAsciiFileShelve) PASS: test_read (test.test_shelve.TestAsciiFileShelve) PASS: test_setdefault (test.test_shelve.TestAsciiFileShelve) PASS: test_update (test.test_shelve.TestAsciiFileShelve) PASS: test_values (test.test_shelve.TestAsciiFileShelve) PASS: test_write (test.test_shelve.TestAsciiFileShelve) PASS: test_bool (test.test_shelve.TestBinaryFileShelve) PASS: test_constructor (test.test_shelve.TestBinaryFileShelve) PASS: test_get (test.test_shelve.TestBinaryFileShelve) PASS: test_getitem (test.test_shelve.TestBinaryFileShelve) PASS: test_items (test.test_shelve.TestBinaryFileShelve) PASS: test_keys (test.test_shelve.TestBinaryFileShelve) PASS: test_len (test.test_shelve.TestBinaryFileShelve) PASS: test_pop (test.test_shelve.TestBinaryFileShelve) PASS: test_popitem (test.test_shelve.TestBinaryFileShelve) PASS: test_read (test.test_shelve.TestBinaryFileShelve) PASS: test_setdefault (test.test_shelve.TestBinaryFileShelve) PASS: test_update (test.test_shelve.TestBinaryFileShelve) PASS: test_values (test.test_shelve.TestBinaryFileShelve) PASS: test_write (test.test_shelve.TestBinaryFileShelve) PASS: test_bool (test.test_shelve.TestProto2FileShelve) PASS: test_constructor (test.test_shelve.TestProto2FileShelve) PASS: test_get (test.test_shelve.TestProto2FileShelve) PASS: test_getitem (test.test_shelve.TestProto2FileShelve) PASS: test_items (test.test_shelve.TestProto2FileShelve) PASS: test_keys (test.test_shelve.TestProto2FileShelve) PASS: test_len (test.test_shelve.TestProto2FileShelve) PASS: test_pop (test.test_shelve.TestProto2FileShelve) PASS: test_popitem (test.test_shelve.TestProto2FileShelve) PASS: test_read (test.test_shelve.TestProto2FileShelve) PASS: test_setdefault (test.test_shelve.TestProto2FileShelve) PASS: test_update (test.test_shelve.TestProto2FileShelve) PASS: test_values (test.test_shelve.TestProto2FileShelve) PASS: test_write (test.test_shelve.TestProto2FileShelve) PASS: test_bool (test.test_shelve.TestAsciiMemShelve) PASS: test_constructor (test.test_shelve.TestAsciiMemShelve) PASS: test_get (test.test_shelve.TestAsciiMemShelve) PASS: test_getitem (test.test_shelve.TestAsciiMemShelve) PASS: test_items (test.test_shelve.TestAsciiMemShelve) PASS: test_keys (test.test_shelve.TestAsciiMemShelve) PASS: test_len (test.test_shelve.TestAsciiMemShelve) PASS: test_pop (test.test_shelve.TestAsciiMemShelve) PASS: test_popitem (test.test_shelve.TestAsciiMemShelve) PASS: test_read (test.test_shelve.TestAsciiMemShelve) PASS: test_setdefault (test.test_shelve.TestAsciiMemShelve) PASS: test_update (test.test_shelve.TestAsciiMemShelve) PASS: test_values (test.test_shelve.TestAsciiMemShelve) PASS: test_write (test.test_shelve.TestAsciiMemShelve) PASS: test_bool (test.test_shelve.TestBinaryMemShelve) PASS: test_constructor (test.test_shelve.TestBinaryMemShelve) PASS: test_get (test.test_shelve.TestBinaryMemShelve) PASS: test_getitem (test.test_shelve.TestBinaryMemShelve) PASS: test_items (test.test_shelve.TestBinaryMemShelve) PASS: test_keys (test.test_shelve.TestBinaryMemShelve) PASS: test_len (test.test_shelve.TestBinaryMemShelve) PASS: test_pop (test.test_shelve.TestBinaryMemShelve) PASS: test_popitem (test.test_shelve.TestBinaryMemShelve) PASS: test_read (test.test_shelve.TestBinaryMemShelve) PASS: test_setdefault (test.test_shelve.TestBinaryMemShelve) PASS: test_update (test.test_shelve.TestBinaryMemShelve) PASS: test_values (test.test_shelve.TestBinaryMemShelve) PASS: test_write (test.test_shelve.TestBinaryMemShelve) PASS: test_bool (test.test_shelve.TestProto2MemShelve) PASS: test_constructor (test.test_shelve.TestProto2MemShelve) PASS: test_get (test.test_shelve.TestProto2MemShelve) PASS: test_getitem (test.test_shelve.TestProto2MemShelve) PASS: test_items (test.test_shelve.TestProto2MemShelve) PASS: test_keys (test.test_shelve.TestProto2MemShelve) PASS: test_len (test.test_shelve.TestProto2MemShelve) PASS: test_pop (test.test_shelve.TestProto2MemShelve) PASS: test_popitem (test.test_shelve.TestProto2MemShelve) PASS: test_read (test.test_shelve.TestProto2MemShelve) PASS: test_setdefault (test.test_shelve.TestProto2MemShelve) PASS: test_update (test.test_shelve.TestProto2MemShelve) PASS: test_values (test.test_shelve.TestProto2MemShelve) PASS: test_write (test.test_shelve.TestProto2MemShelve) PASS: test_ascii_file_shelf (test.test_shelve.TestCase) PASS: test_binary_file_shelf (test.test_shelve.TestCase) PASS: test_close (test.test_shelve.TestCase) PASS: test_default_protocol (test.test_shelve.TestCase) PASS: test_in_memory_shelf (test.test_shelve.TestCase) PASS: test_keyencoding (test.test_shelve.TestCase) PASS: test_mutable_entry (test.test_shelve.TestCase) PASS: test_proto2_file_shelf (test.test_shelve.TestCase) PASS: test_with (test.test_shelve.TestCase) PASS: test_writeback_also_writes_immediately (test.test_shelve.TestCase) ---------------------------------------------------------------------- Ran 94 tests in 0.070s OK PASS: test_bool (test.test_shelve.TestAsciiFileShelve) PASS: test_constructor (test.test_shelve.TestAsciiFileShelve) PASS: test_get (test.test_shelve.TestAsciiFileShelve) PASS: test_getitem (test.test_shelve.TestAsciiFileShelve) PASS: test_items (test.test_shelve.TestAsciiFileShelve) PASS: test_keys (test.test_shelve.TestAsciiFileShelve) PASS: test_len (test.test_shelve.TestAsciiFileShelve) PASS: test_pop (test.test_shelve.TestAsciiFileShelve) PASS: test_popitem (test.test_shelve.TestAsciiFileShelve) PASS: test_read (test.test_shelve.TestAsciiFileShelve) PASS: test_setdefault (test.test_shelve.TestAsciiFileShelve) PASS: test_update (test.test_shelve.TestAsciiFileShelve) PASS: test_values (test.test_shelve.TestAsciiFileShelve) PASS: test_write (test.test_shelve.TestAsciiFileShelve) PASS: test_bool (test.test_shelve.TestBinaryFileShelve) PASS: test_constructor (test.test_shelve.TestBinaryFileShelve) PASS: test_get (test.test_shelve.TestBinaryFileShelve) PASS: test_getitem (test.test_shelve.TestBinaryFileShelve) PASS: test_items (test.test_shelve.TestBinaryFileShelve) PASS: test_keys (test.test_shelve.TestBinaryFileShelve) PASS: test_len (test.test_shelve.TestBinaryFileShelve) PASS: test_pop (test.test_shelve.TestBinaryFileShelve) PASS: test_popitem (test.test_shelve.TestBinaryFileShelve) PASS: test_read (test.test_shelve.TestBinaryFileShelve) PASS: test_setdefault (test.test_shelve.TestBinaryFileShelve) PASS: test_update (test.test_shelve.TestBinaryFileShelve) PASS: test_values (test.test_shelve.TestBinaryFileShelve) PASS: test_write (test.test_shelve.TestBinaryFileShelve) PASS: test_bool (test.test_shelve.TestProto2FileShelve) PASS: test_constructor (test.test_shelve.TestProto2FileShelve) PASS: test_get (test.test_shelve.TestProto2FileShelve) PASS: test_getitem (test.test_shelve.TestProto2FileShelve) PASS: test_items (test.test_shelve.TestProto2FileShelve) PASS: test_keys (test.test_shelve.TestProto2FileShelve) PASS: test_len (test.test_shelve.TestProto2FileShelve) PASS: test_pop (test.test_shelve.TestProto2FileShelve) PASS: test_popitem (test.test_shelve.TestProto2FileShelve) PASS: test_read (test.test_shelve.TestProto2FileShelve) PASS: test_setdefault (test.test_shelve.TestProto2FileShelve) PASS: test_update (test.test_shelve.TestProto2FileShelve) PASS: test_values (test.test_shelve.TestProto2FileShelve) PASS: test_write (test.test_shelve.TestProto2FileShelve) PASS: test_bool (test.test_shelve.TestAsciiMemShelve) PASS: test_constructor (test.test_shelve.TestAsciiMemShelve) PASS: test_get (test.test_shelve.TestAsciiMemShelve) PASS: test_getitem (test.test_shelve.TestAsciiMemShelve) PASS: test_items (test.test_shelve.TestAsciiMemShelve) PASS: test_keys (test.test_shelve.TestAsciiMemShelve) PASS: test_len (test.test_shelve.TestAsciiMemShelve) PASS: test_pop (test.test_shelve.TestAsciiMemShelve) PASS: test_popitem (test.test_shelve.TestAsciiMemShelve) PASS: test_read (test.test_shelve.TestAsciiMemShelve) PASS: test_setdefault (test.test_shelve.TestAsciiMemShelve) PASS: test_update (test.test_shelve.TestAsciiMemShelve) PASS: test_values (test.test_shelve.TestAsciiMemShelve) PASS: test_write (test.test_shelve.TestAsciiMemShelve) PASS: test_bool (test.test_shelve.TestBinaryMemShelve) PASS: test_constructor (test.test_shelve.TestBinaryMemShelve) PASS: test_get (test.test_shelve.TestBinaryMemShelve) PASS: test_getitem (test.test_shelve.TestBinaryMemShelve) PASS: test_items (test.test_shelve.TestBinaryMemShelve) PASS: test_keys (test.test_shelve.TestBinaryMemShelve) PASS: test_len (test.test_shelve.TestBinaryMemShelve) PASS: test_pop (test.test_shelve.TestBinaryMemShelve) PASS: test_popitem (test.test_shelve.TestBinaryMemShelve) PASS: test_read (test.test_shelve.TestBinaryMemShelve) PASS: test_setdefault (test.test_shelve.TestBinaryMemShelve) PASS: test_update (test.test_shelve.TestBinaryMemShelve) PASS: test_values (test.test_shelve.TestBinaryMemShelve) PASS: test_write (test.test_shelve.TestBinaryMemShelve) PASS: test_bool (test.test_shelve.TestProto2MemShelve) PASS: test_constructor (test.test_shelve.TestProto2MemShelve) PASS: test_get (test.test_shelve.TestProto2MemShelve) PASS: test_getitem (test.test_shelve.TestProto2MemShelve) PASS: test_items (test.test_shelve.TestProto2MemShelve) PASS: test_keys (test.test_shelve.TestProto2MemShelve) PASS: test_len (test.test_shelve.TestProto2MemShelve) PASS: test_pop (test.test_shelve.TestProto2MemShelve) PASS: test_popitem (test.test_shelve.TestProto2MemShelve) PASS: test_read (test.test_shelve.TestProto2MemShelve) PASS: test_setdefault (test.test_shelve.TestProto2MemShelve) PASS: test_update (test.test_shelve.TestProto2MemShelve) PASS: test_values (test.test_shelve.TestProto2MemShelve) PASS: test_write (test.test_shelve.TestProto2MemShelve) PASS: test_ascii_file_shelf (test.test_shelve.TestCase) PASS: test_binary_file_shelf (test.test_shelve.TestCase) PASS: test_close (test.test_shelve.TestCase) PASS: test_default_protocol (test.test_shelve.TestCase) PASS: test_in_memory_shelf (test.test_shelve.TestCase) PASS: test_keyencoding (test.test_shelve.TestCase) PASS: test_mutable_entry (test.test_shelve.TestCase) PASS: test_proto2_file_shelf (test.test_shelve.TestCase) PASS: test_with (test.test_shelve.TestCase) PASS: test_writeback_also_writes_immediately (test.test_shelve.TestCase) ---------------------------------------------------------------------- Ran 94 tests in 0.069s OK 0:14:52 load avg: 0.97 [298/416] test_shlex testCompat (test.test_shlex.ShlexTest) PASS: Test compatibility interface testEmptyStringHandling (test.test_shlex.ShlexTest) PASS: Test that parsing of empty strings is correctly handled. testPunctuationInWordChars (test.test_shlex.ShlexTest) PASS: Test that any punctuation chars are removed from wordchars testPunctuationWithPosix (test.test_shlex.ShlexTest) PASS: Test that punctuation_chars and posix behave correctly together. testPunctuationWithWhitespaceSplit (test.test_shlex.ShlexTest) PASS: Test that with whitespace_split, behaviour is as expected PASS: testQuote (test.test_shlex.ShlexTest) testSplitPosix (test.test_shlex.ShlexTest) PASS: Test data splitting with posix parser testSyntaxSplitAmpersandAndPipe (test.test_shlex.ShlexTest) PASS: Test handling of syntax splitting of &, | testSyntaxSplitCustom (test.test_shlex.ShlexTest) PASS: Test handling of syntax splitting with custom chars testSyntaxSplitParen (test.test_shlex.ShlexTest) PASS: Test handling of syntax splitting of () testSyntaxSplitRedirect (test.test_shlex.ShlexTest) PASS: Test handling of syntax splitting of > testSyntaxSplitSemicolon (test.test_shlex.ShlexTest) PASS: Test handling of syntax splitting of ; testTokenTypes (test.test_shlex.ShlexTest) PASS: Test that tokens are split with types as expected. ---------------------------------------------------------------------- Ran 13 tests in 0.010s OK 0:14:52 load avg: 0.97 [299/416] test_shutil PASS: test_module_all_attribute (test.test_shutil.PublicAPITests) PASS: test_bad_environ (test.test_shutil.TermsizeTests) test_does_not_crash (test.test_shutil.TermsizeTests) PASS: Check if get_terminal_size() returns a meaningful value. PASS: test_fallback (test.test_shutil.TermsizeTests) test_os_environ_first (test.test_shutil.TermsizeTests) PASS: Check if environment variables have precedence test_stty_match (test.test_shutil.TermsizeTests) SKIP: Check if stty returns the same results ignoring env 'not on tty' PASS: test_move_dir_caseinsensitive (test.test_shutil.TestCopyFile) PASS: test_w_dest_close_fails (test.test_shutil.TestCopyFile) PASS: test_w_dest_open_fails (test.test_shutil.TestCopyFile) PASS: test_w_source_close_fails (test.test_shutil.TestCopyFile) PASS: test_w_source_open_fails (test.test_shutil.TestCopyFile) PASS: test_destinsrc_false_negative (test.test_shutil.TestMove) PASS: test_destinsrc_false_positive (test.test_shutil.TestMove) PASS: test_dont_move_dir_in_itself (test.test_shutil.TestMove) PASS: test_existing_file_inside_dest_dir (test.test_shutil.TestMove) PASS: test_move_as_rename_return_value (test.test_shutil.TestMove) PASS: test_move_dangling_symlink (test.test_shutil.TestMove) PASS: test_move_dir (test.test_shutil.TestMove) SKIP: test_move_dir_altsep_to_dir (test.test_shutil.TestMove) 'requires os.path.altsep' PASS: test_move_dir_other_fs (test.test_shutil.TestMove) PASS: test_move_dir_sep_to_dir (test.test_shutil.TestMove) PASS: test_move_dir_special_function (test.test_shutil.TestMove) PASS: test_move_dir_symlink (test.test_shutil.TestMove) PASS: test_move_dir_to_dir (test.test_shutil.TestMove) PASS: test_move_dir_to_dir_other_fs (test.test_shutil.TestMove) PASS: test_move_file (test.test_shutil.TestMove) PASS: test_move_file_other_fs (test.test_shutil.TestMove) PASS: test_move_file_special_function (test.test_shutil.TestMove) PASS: test_move_file_symlink (test.test_shutil.TestMove) PASS: test_move_file_symlink_to_dir (test.test_shutil.TestMove) PASS: test_move_file_to_dir (test.test_shutil.TestMove) PASS: test_move_file_to_dir_other_fs (test.test_shutil.TestMove) PASS: test_move_return_value (test.test_shutil.TestMove) PASS: test_chown (test.test_shutil.TestShutil) PASS: test_copy (test.test_shutil.TestShutil) PASS: test_copy2 (test.test_shutil.TestShutil) PASS: test_copy2_symlinks (test.test_shutil.TestShutil) SKIP: test_copy2_xattr (test.test_shutil.TestShutil) 'no non-broken extended attribute support' PASS: test_copy_return_value (test.test_shutil.TestShutil) PASS: test_copy_symlinks (test.test_shutil.TestShutil) PASS: test_copyfile_named_pipe (test.test_shutil.TestShutil) PASS: test_copyfile_return_value (test.test_shutil.TestShutil) PASS: test_copyfile_same_file (test.test_shutil.TestShutil) PASS: test_copyfile_symlinks (test.test_shutil.TestShutil) PASS: test_copymode_follow_symlinks (test.test_shutil.TestShutil) SKIP: test_copymode_symlink_to_symlink (test.test_shutil.TestShutil) 'requires os.lchmod' PASS: test_copymode_symlink_to_symlink_wo_lchmod (test.test_shutil.TestShutil) SKIP: test_copystat_handles_harmless_chflags_errors (test.test_shutil.TestShutil) 'requires os.chflags, EOPNOTSUPP & ENOTSUP' PASS: test_copystat_symlinks (test.test_shutil.TestShutil) PASS: test_copytree_dangling_symlinks (test.test_shutil.TestShutil) PASS: test_copytree_named_pipe (test.test_shutil.TestShutil) PASS: test_copytree_retains_permissions (test.test_shutil.TestShutil) PASS: test_copytree_return_value (test.test_shutil.TestShutil) PASS: test_copytree_simple (test.test_shutil.TestShutil) PASS: test_copytree_special_func (test.test_shutil.TestShutil) PASS: test_copytree_symlink_dir (test.test_shutil.TestShutil) PASS: test_copytree_symlinks (test.test_shutil.TestShutil) PASS: test_copytree_winerror (test.test_shutil.TestShutil) PASS: test_copytree_with_exclude (test.test_shutil.TestShutil) SKIP: test_copyxattr (test.test_shutil.TestShutil) 'no non-broken extended attribute support' SKIP: test_copyxattr_symlinks (test.test_shutil.TestShutil) 'no non-broken extended attribute support' PASS: test_disk_usage (test.test_shutil.TestShutil) PASS: test_dont_copy_file_onto_link_to_itself (test.test_shutil.TestShutil) PASS: test_dont_copy_file_onto_symlink_to_itself (test.test_shutil.TestShutil) PASS: test_make_archive (test.test_shutil.TestShutil) PASS: test_make_archive_cwd (test.test_shutil.TestShutil) PASS: test_make_archive_owner_group (test.test_shutil.TestShutil) PASS: test_make_tarball (test.test_shutil.TestShutil) PASS: test_make_tarfile_in_curdir (test.test_shutil.TestShutil) PASS: test_make_zipfile (test.test_shutil.TestShutil) PASS: test_make_zipfile_in_curdir (test.test_shutil.TestShutil) SKIP: test_on_error (test.test_shutil.TestShutil) "This test can't be run reliably as root (issue #1076467)." PASS: test_register_archive_format (test.test_shutil.TestShutil) PASS: test_rmtree_does_not_choke_on_failing_lstat (test.test_shutil.TestShutil) PASS: test_rmtree_dont_delete_file (test.test_shutil.TestShutil) PASS: test_rmtree_errors (test.test_shutil.TestShutil) PASS: test_rmtree_fails_on_symlink (test.test_shutil.TestShutil) PASS: test_rmtree_on_symlink (test.test_shutil.TestShutil) PASS: test_rmtree_uses_safe_fd_version_if_available (test.test_shutil.TestShutil) PASS: test_rmtree_works_on_bytes (test.test_shutil.TestShutil) PASS: test_rmtree_works_on_symlinks (test.test_shutil.TestShutil) PASS: test_tarfile_root_owner (test.test_shutil.TestShutil) PASS: test_tarfile_vs_tar (test.test_shutil.TestShutil) PASS: test_unpack_archive_bztar (test.test_shutil.TestShutil) PASS: test_unpack_archive_gztar (test.test_shutil.TestShutil) PASS: test_unpack_archive_tar (test.test_shutil.TestShutil) PASS: test_unpack_archive_xztar (test.test_shutil.TestShutil) PASS: test_unpack_archive_zip (test.test_shutil.TestShutil) PASS: test_unpack_registry (test.test_shutil.TestShutil) PASS: test_unzip_zipfile (test.test_shutil.TestShutil) PASS: test_zipfile_vs_zip (test.test_shutil.TestShutil) PASS: test_absolute_cmd (test.test_shutil.TestWhich) PASS: test_basic (test.test_shutil.TestWhich) PASS: test_cwd (test.test_shutil.TestWhich) PASS: test_empty_path (test.test_shutil.TestWhich) PASS: test_empty_path_no_PATH (test.test_shutil.TestWhich) PASS: test_environ_path (test.test_shutil.TestWhich) PASS: test_environ_path_cwd (test.test_shutil.TestWhich) PASS: test_environ_path_empty (test.test_shutil.TestWhich) PASS: test_environ_path_missing (test.test_shutil.TestWhich) SKIP: test_non_matching_mode (test.test_shutil.TestWhich) 'non-root user required' PASS: test_nonexistent_file (test.test_shutil.TestWhich) SKIP: test_pathext (test.test_shutil.TestWhich) 'test specific to Windows' SKIP: test_pathext_checking (test.test_shutil.TestWhich) 'pathext check is Windows-only' PASS: test_relative_cmd (test.test_shutil.TestWhich) PASS: test_relative_path (test.test_shutil.TestWhich) ---------------------------------------------------------------------- Ran 106 tests in 0.230s OK (skipped=11) 0:14:53 load avg: 0.97 [300/416] test_signal PASS: test_enums (test.test_signal.GenericTests) PASS: test_itimer_exc (test.test_signal.ItimerTest) PASS: test_itimer_prof (test.test_signal.ItimerTest) PASS: test_itimer_real (test.test_signal.ItimerTest) PASS: test_itimer_virtual (test.test_signal.ItimerTest) PASS: test_setitimer_tiny (test.test_signal.ItimerTest) PASS: test_pthread_kill (test.test_signal.PendingSignalsTests) PASS: test_pthread_kill_main_thread (test.test_signal.PendingSignalsTests) PASS: test_pthread_sigmask (test.test_signal.PendingSignalsTests) PASS: test_pthread_sigmask_arguments (test.test_signal.PendingSignalsTests) PASS: test_sigpending (test.test_signal.PendingSignalsTests) PASS: test_sigpending_empty (test.test_signal.PendingSignalsTests) PASS: test_sigtimedwait (test.test_signal.PendingSignalsTests) PASS: test_sigtimedwait_negative_timeout (test.test_signal.PendingSignalsTests) PASS: test_sigtimedwait_poll (test.test_signal.PendingSignalsTests) PASS: test_sigtimedwait_timeout (test.test_signal.PendingSignalsTests) PASS: test_sigwait (test.test_signal.PendingSignalsTests) PASS: test_sigwait_thread (test.test_signal.PendingSignalsTests) PASS: test_sigwaitinfo (test.test_signal.PendingSignalsTests) PASS: test_getsignal (test.test_signal.PosixTests) PASS: test_interprocess_signal (test.test_signal.PosixTests) PASS: test_out_of_range_signal_number_raises_error (test.test_signal.PosixTests) PASS: test_setting_signal_handler_to_none_raises_error (test.test_signal.PosixTests) PASS: test_siginterrupt_off (test.test_signal.SiginterruptTest) PASS: test_siginterrupt_on (test.test_signal.SiginterruptTest) PASS: test_without_siginterrupt (test.test_signal.SiginterruptTest) test_stress_delivery_dependent (test.test_signal.StressTest) ... detected median itimer() resolution: 0.001001 s. ok test_stress_delivery_simultaneous (test.test_signal.StressTest) ... detected median itimer() resolution: 0.000998 s. ok PASS: test_invalid_call (test.test_signal.WakeupFDTests) PASS: test_invalid_fd (test.test_signal.WakeupFDTests) PASS: test_invalid_socket (test.test_signal.WakeupFDTests) PASS: test_set_wakeup_fd_blocking (test.test_signal.WakeupFDTests) PASS: test_set_wakeup_fd_result (test.test_signal.WakeupFDTests) PASS: test_set_wakeup_fd_socket_result (test.test_signal.WakeupFDTests) PASS: test_pending (test.test_signal.WakeupSignalTests) PASS: test_signum (test.test_signal.WakeupSignalTests) PASS: test_wakeup_fd_during (test.test_signal.WakeupSignalTests) PASS: test_wakeup_fd_early (test.test_signal.WakeupSignalTests) PASS: test_wakeup_write_error (test.test_signal.WakeupSignalTests) PASS: test_send_error (test.test_signal.WakeupSocketSignalTests) PASS: test_socket (test.test_signal.WakeupSocketSignalTests) PASS: test_warn_on_full_buffer (test.test_signal.WakeupSocketSignalTests) SKIP: test_issue9324 (test.test_signal.WindowsSignalTests) 'Windows specific' ---------------------------------------------------------------------- Ran 43 tests in 21.891s OK (skipped=1) 0:15:15 load avg: 0.64 [301/416] test_site PASS: test__getuserbase (test.test_site.HelperFunctionsTests) PASS: test_addpackage (test.test_site.HelperFunctionsTests) PASS: test_addpackage_import_bad_exec (test.test_site.HelperFunctionsTests) PASS: test_addpackage_import_bad_pth_file (test.test_site.HelperFunctionsTests) PASS: test_addpackage_import_bad_syntax (test.test_site.HelperFunctionsTests) PASS: test_addsitedir (test.test_site.HelperFunctionsTests) PASS: test_get_path (test.test_site.HelperFunctionsTests) PASS: test_getsitepackages (test.test_site.HelperFunctionsTests) PASS: test_getuserbase (test.test_site.HelperFunctionsTests) PASS: test_getusersitepackages (test.test_site.HelperFunctionsTests) PASS: test_init_pathinfo (test.test_site.HelperFunctionsTests) PASS: test_makepath (test.test_site.HelperFunctionsTests) PASS: test_no_home_directory (test.test_site.HelperFunctionsTests) PASS: test_s_option (test.test_site.HelperFunctionsTests) PASS: test_abs_paths (test.test_site.ImportSideEffectTests) SKIP: test_add_build_dir (test.test_site.ImportSideEffectTests) 'test not implemented' PASS: test_aliasing_mbcs (test.test_site.ImportSideEffectTests) SKIP: test_license_exists_at_url (test.test_site.ImportSideEffectTests) "resource 'network' is not enabled" PASS: test_no_duplicate_paths (test.test_site.ImportSideEffectTests) PASS: test_setting_copyright (test.test_site.ImportSideEffectTests) PASS: test_setting_help (test.test_site.ImportSideEffectTests) PASS: test_setting_quit (test.test_site.ImportSideEffectTests) PASS: test_sitecustomize_executed (test.test_site.ImportSideEffectTests) PASS: test_startup_imports (test.test_site.StartupImportTests) PASS: test_startup_interactivehook (test.test_site.StartupImportTests) PASS: test_startup_interactivehook_isolated (test.test_site.StartupImportTests) PASS: test_startup_interactivehook_isolated_explicit (test.test_site.StartupImportTests) SKIP: test_underpth_file (test.test_site._pthFileTests) 'only supported on Windows' SKIP: test_underpth_nosite_file (test.test_site._pthFileTests) 'only supported on Windows' ---------------------------------------------------------------------- Ran 29 tests in 0.192s OK (skipped=4) 0:15:16 load avg: 0.64 [302/416] test_slice PASS: test_cmp (test.test_slice.SliceTest) PASS: test_constructor (test.test_slice.SliceTest) PASS: test_cycle (test.test_slice.SliceTest) PASS: test_hash (test.test_slice.SliceTest) PASS: test_indices (test.test_slice.SliceTest) PASS: test_members (test.test_slice.SliceTest) PASS: test_pickle (test.test_slice.SliceTest) PASS: test_repr (test.test_slice.SliceTest) PASS: test_setslice_without_getslice (test.test_slice.SliceTest) ---------------------------------------------------------------------- Ran 9 tests in 0.168s OK 0:15:17 load avg: 0.64 [303/416] test_smtpd PASS: test_process_SMTPUTF8_message_with_enable_SMTPUTF8_true (test.test_smtpd.DebuggingServerTest) PASS: test_process_message_with_decode_data_false (test.test_smtpd.DebuggingServerTest) PASS: test_process_message_with_decode_data_true (test.test_smtpd.DebuggingServerTest) PASS: test_process_message_with_enable_SMTPUTF8_true (test.test_smtpd.DebuggingServerTest) PASS: test__all__ (test.test_smtpd.MiscTestCase) PASS: test_DATA_syntax (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_EHLO (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_EHLO_HELO_duplicate (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_EHLO_bad_syntax (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_EHLO_duplicate (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_EXPN_not_implemented (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELO (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELO_EHLO_duplicate (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELO_NOOP (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELO_QUIT (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELO_RSET (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELO_bad_syntax (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELO_duplicate (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELO_parameter_rejected_when_extensions_not_enabled (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELP (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELP_command (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_HELP_command_unknown (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_RCPT_unknown_parameters (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_allows_space_after_colon (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_chevrons (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_command_limit_extended_with_SIZE (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_command_rejects_SMTPUTF8_by_default (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_empty_chevrons (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_invalid_size_parameter (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_missing_address (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_quoted_localpart (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_quoted_localpart_no_angles (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_quoted_localpart_with_size (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_quoted_localpart_with_size_no_angles (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_size_parameter (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_size_parameter_larger_than_default_data_size_limit (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_syntax_EHLO (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_MAIL_syntax_HELO (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_NOOP (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_NOOP_bad_syntax (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_QUIT (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_QUIT_arg_ignored (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_RCPT_lowercase_to_OK (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_RCPT_syntax_EHLO (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_RCPT_syntax_HELO (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_RSET (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_RSET_syntax (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_VRFY (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_VRFY_syntax (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_attribute_deprecations (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_bad_state (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_broken_connect (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_command_too_long (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_data_dialog (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_data_longer_than_default_data_size_limit (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_data_transparency_section_4_5_2 (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_decode_data_and_enable_SMTPUTF8_raises (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_extended_MAIL_allows_space_after_colon (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_manual_status (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_missing_data (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_multiple_RCPT (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_need_MAIL (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_need_RCPT (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_nested_MAIL (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_no_HELO_DATA (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_no_HELO_MAIL (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_no_HELO_RCPT (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_server_accept (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_unknown_command (test.test_smtpd.SMTPDChannelIPv6Test) PASS: test_DATA_syntax (test.test_smtpd.SMTPDChannelTest) PASS: test_EHLO (test.test_smtpd.SMTPDChannelTest) PASS: test_EHLO_HELO_duplicate (test.test_smtpd.SMTPDChannelTest) PASS: test_EHLO_bad_syntax (test.test_smtpd.SMTPDChannelTest) PASS: test_EHLO_duplicate (test.test_smtpd.SMTPDChannelTest) PASS: test_EXPN_not_implemented (test.test_smtpd.SMTPDChannelTest) PASS: test_HELO (test.test_smtpd.SMTPDChannelTest) PASS: test_HELO_EHLO_duplicate (test.test_smtpd.SMTPDChannelTest) PASS: test_HELO_NOOP (test.test_smtpd.SMTPDChannelTest) PASS: test_HELO_QUIT (test.test_smtpd.SMTPDChannelTest) PASS: test_HELO_RSET (test.test_smtpd.SMTPDChannelTest) PASS: test_HELO_bad_syntax (test.test_smtpd.SMTPDChannelTest) PASS: test_HELO_duplicate (test.test_smtpd.SMTPDChannelTest) PASS: test_HELO_parameter_rejected_when_extensions_not_enabled (test.test_smtpd.SMTPDChannelTest) PASS: test_HELP (test.test_smtpd.SMTPDChannelTest) PASS: test_HELP_command (test.test_smtpd.SMTPDChannelTest) PASS: test_HELP_command_unknown (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_RCPT_unknown_parameters (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_allows_space_after_colon (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_chevrons (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_command_limit_extended_with_SIZE (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_command_rejects_SMTPUTF8_by_default (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_empty_chevrons (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_invalid_size_parameter (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_missing_address (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_quoted_localpart (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_quoted_localpart_no_angles (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_quoted_localpart_with_size (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_quoted_localpart_with_size_no_angles (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_size_parameter (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_size_parameter_larger_than_default_data_size_limit (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_syntax_EHLO (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_syntax_HELO (test.test_smtpd.SMTPDChannelTest) PASS: test_NOOP (test.test_smtpd.SMTPDChannelTest) PASS: test_NOOP_bad_syntax (test.test_smtpd.SMTPDChannelTest) PASS: test_QUIT (test.test_smtpd.SMTPDChannelTest) PASS: test_QUIT_arg_ignored (test.test_smtpd.SMTPDChannelTest) PASS: test_RCPT_lowercase_to_OK (test.test_smtpd.SMTPDChannelTest) PASS: test_RCPT_syntax_EHLO (test.test_smtpd.SMTPDChannelTest) PASS: test_RCPT_syntax_HELO (test.test_smtpd.SMTPDChannelTest) PASS: test_RSET (test.test_smtpd.SMTPDChannelTest) PASS: test_RSET_syntax (test.test_smtpd.SMTPDChannelTest) PASS: test_VRFY (test.test_smtpd.SMTPDChannelTest) PASS: test_VRFY_syntax (test.test_smtpd.SMTPDChannelTest) PASS: test_attribute_deprecations (test.test_smtpd.SMTPDChannelTest) PASS: test_bad_state (test.test_smtpd.SMTPDChannelTest) PASS: test_broken_connect (test.test_smtpd.SMTPDChannelTest) PASS: test_command_too_long (test.test_smtpd.SMTPDChannelTest) PASS: test_data_dialog (test.test_smtpd.SMTPDChannelTest) PASS: test_data_longer_than_default_data_size_limit (test.test_smtpd.SMTPDChannelTest) PASS: test_data_transparency_section_4_5_2 (test.test_smtpd.SMTPDChannelTest) PASS: test_decode_data_and_enable_SMTPUTF8_raises (test.test_smtpd.SMTPDChannelTest) PASS: test_extended_MAIL_allows_space_after_colon (test.test_smtpd.SMTPDChannelTest) PASS: test_manual_status (test.test_smtpd.SMTPDChannelTest) PASS: test_missing_data (test.test_smtpd.SMTPDChannelTest) PASS: test_multiple_RCPT (test.test_smtpd.SMTPDChannelTest) PASS: test_need_MAIL (test.test_smtpd.SMTPDChannelTest) PASS: test_need_RCPT (test.test_smtpd.SMTPDChannelTest) PASS: test_nested_MAIL (test.test_smtpd.SMTPDChannelTest) PASS: test_no_HELO_DATA (test.test_smtpd.SMTPDChannelTest) PASS: test_no_HELO_MAIL (test.test_smtpd.SMTPDChannelTest) PASS: test_no_HELO_RCPT (test.test_smtpd.SMTPDChannelTest) PASS: test_server_accept (test.test_smtpd.SMTPDChannelTest) PASS: test_unknown_command (test.test_smtpd.SMTPDChannelTest) PASS: test_MAIL_command_accepts_SMTPUTF8_when_announced (test.test_smtpd.SMTPDChannelTestWithEnableSMTPUTF8True) PASS: test_MAIL_command_limit_extended_with_SIZE_and_SMTPUTF8 (test.test_smtpd.SMTPDChannelTestWithEnableSMTPUTF8True) PASS: test_multiple_emails_with_extended_command_length (test.test_smtpd.SMTPDChannelTestWithEnableSMTPUTF8True) PASS: test_process_smtputf8_message (test.test_smtpd.SMTPDChannelTestWithEnableSMTPUTF8True) PASS: test_utf8_data (test.test_smtpd.SMTPDChannelTestWithEnableSMTPUTF8True) PASS: test_data_limit_dialog (test.test_smtpd.SMTPDChannelWithDataSizeLimitTest) PASS: test_data_limit_dialog_too_much_data (test.test_smtpd.SMTPDChannelWithDataSizeLimitTest) PASS: test_ascii_data (test.test_smtpd.SMTPDChannelWithDecodeDataFalse) PASS: test_utf8_data (test.test_smtpd.SMTPDChannelWithDecodeDataFalse) PASS: test_ascii_data (test.test_smtpd.SMTPDChannelWithDecodeDataTrue) PASS: test_utf8_data (test.test_smtpd.SMTPDChannelWithDecodeDataTrue) PASS: test_decode_data_and_enable_SMTPUTF8_raises (test.test_smtpd.SMTPDServerTest) PASS: test_process_message_unimplemented (test.test_smtpd.SMTPDServerTest) PASS: test_socket_uses_IPv4 (test.test_smtpd.TestFamilyDetection) PASS: test_socket_uses_IPv6 (test.test_smtpd.TestFamilyDetection) PASS: test_with_decode_data_false (test.test_smtpd.TestMailOptionParsing) PASS: test_with_decode_data_true (test.test_smtpd.TestMailOptionParsing) PASS: test_with_enable_smtputf8_true (test.test_smtpd.TestMailOptionParsing) PASS: test_nothing_accepted (test.test_smtpd.TestRcptOptionParsing) PASS: test_params_rejected (test.test_smtpd.TestRcptOptionParsing) ---------------------------------------------------------------------- Ran 153 tests in 0.077s OK 0:15:17 load avg: 0.64 [304/416] test_smtplib PASS: testFailingHELO (test.test_smtplib.BadHELOServerTests) PASS: testBasic (test.test_smtplib.DebuggingServerTests) PASS: testELHO (test.test_smtplib.DebuggingServerTests) PASS: testEXPNNotImplemented (test.test_smtplib.DebuggingServerTests) PASS: testHELP (test.test_smtplib.DebuggingServerTests) PASS: testNOOP (test.test_smtplib.DebuggingServerTests) PASS: testRSET (test.test_smtplib.DebuggingServerTests) PASS: testSecondHELO (test.test_smtplib.DebuggingServerTests) PASS: testSend (test.test_smtplib.DebuggingServerTests) PASS: testSendBinary (test.test_smtplib.DebuggingServerTests) PASS: testSendMessage (test.test_smtplib.DebuggingServerTests) PASS: testSendMessageMultipleResentRaises (test.test_smtplib.DebuggingServerTests) PASS: testSendMessageResent (test.test_smtplib.DebuggingServerTests) PASS: testSendMessageWithAddresses (test.test_smtplib.DebuggingServerTests) PASS: testSendMessageWithMultipleFrom (test.test_smtplib.DebuggingServerTests) PASS: testSendMessageWithSomeAddresses (test.test_smtplib.DebuggingServerTests) PASS: testSendMessageWithSpecifiedAddresses (test.test_smtplib.DebuggingServerTests) PASS: testSendNeedingDotQuote (test.test_smtplib.DebuggingServerTests) PASS: testSendNullSender (test.test_smtplib.DebuggingServerTests) PASS: testSourceAddress (test.test_smtplib.DebuggingServerTests) PASS: testVRFY (test.test_smtplib.DebuggingServerTests) PASS: testSendMessage (test.test_smtplib.DefaultArgumentsTests) PASS: testSendMessageWithMailOptions (test.test_smtplib.DefaultArgumentsTests) PASS: testBasic1 (test.test_smtplib.GeneralTests) PASS: testBasic2 (test.test_smtplib.GeneralTests) PASS: testLocalHostName (test.test_smtplib.GeneralTests) PASS: testQuoteData (test.test_smtplib.GeneralTests) PASS: testSourceAddress (test.test_smtplib.GeneralTests) PASS: testTimeoutDefault (test.test_smtplib.GeneralTests) PASS: testTimeoutNone (test.test_smtplib.GeneralTests) PASS: testTimeoutValue (test.test_smtplib.GeneralTests) PASS: test_debuglevel (test.test_smtplib.GeneralTests) PASS: test_debuglevel_2 (test.test_smtplib.GeneralTests) PASS: testNonnumericPort (test.test_smtplib.NonConnectingTests) PASS: testNotConnected (test.test_smtplib.NonConnectingTests) PASS: testAUTH_PLAIN_initial_response_auth (test.test_smtplib.SMTPAUTHInitialResponseSimTests) PASS: testAUTH_PLAIN_initial_response_login (test.test_smtplib.SMTPAUTHInitialResponseSimTests) PASS: testAUTH_CRAM_MD5 (test.test_smtplib.SMTPSimTests) PASS: testAUTH_LOGIN (test.test_smtplib.SMTPSimTests) PASS: testAUTH_PLAIN (test.test_smtplib.SMTPSimTests) PASS: testAUTH_multiple (test.test_smtplib.SMTPSimTests) PASS: testBasic (test.test_smtplib.SMTPSimTests) PASS: testEHLO (test.test_smtplib.SMTPSimTests) PASS: testEXPN (test.test_smtplib.SMTPSimTests) PASS: testVRFY (test.test_smtplib.SMTPSimTests) PASS: test_421_from_data_cmd (test.test_smtplib.SMTPSimTests) PASS: test_421_from_mail_cmd (test.test_smtplib.SMTPSimTests) PASS: test_421_from_rcpt_cmd (test.test_smtplib.SMTPSimTests) PASS: test__rest_from_mail_cmd (test.test_smtplib.SMTPSimTests) PASS: test_auth_function (test.test_smtplib.SMTPSimTests) PASS: test_name_field_not_included_in_envelop_addresses (test.test_smtplib.SMTPSimTests) PASS: test_quit_resets_greeting (test.test_smtplib.SMTPSimTests) PASS: test_send_message_error_on_non_ascii_addrs_if_no_smtputf8 (test.test_smtplib.SMTPSimTests) PASS: test_send_unicode_without_SMTPUTF8 (test.test_smtplib.SMTPSimTests) PASS: test_smtputf8_NotSupportedError_if_no_server_support (test.test_smtplib.SMTPSimTests) PASS: test_with_statement (test.test_smtplib.SMTPSimTests) PASS: test_with_statement_QUIT_failure (test.test_smtplib.SMTPSimTests) PASS: test_send_message_uses_smtputf8_if_addrs_non_ascii (test.test_smtplib.SMTPUTF8SimTests) PASS: test_send_unicode_with_SMTPUTF8_via_low_level_API (test.test_smtplib.SMTPUTF8SimTests) PASS: test_send_unicode_with_SMTPUTF8_via_sendmail (test.test_smtplib.SMTPUTF8SimTests) PASS: test_test_server_supports_extensions (test.test_smtplib.SMTPUTF8SimTests) PASS: testLineTooLong (test.test_smtplib.TooLongLineTests) ---------------------------------------------------------------------- Ran 62 tests in 0.865s OK 0:15:19 load avg: 0.64 [305/416] test_smtpnet test_smtpnet skipped -- Use of the 'network' resource not enabled 0:15:19 load avg: 0.67 [306/416] test_sndhdr -- test_smtpnet skipped (resource denied) PASS: test_data (test.test_sndhdr.TestFormats) PASS: test_pickleable (test.test_sndhdr.TestFormats) ---------------------------------------------------------------------- Ran 2 tests in 0.003s OK 0:15:19 load avg: 0.67 [307/416] test_socket PASS: testCloseException (test.test_socket.GeneralModuleTests) PASS: testCrucialConstants (test.test_socket.GeneralModuleTests) PASS: testDefaultTimeout (test.test_socket.GeneralModuleTests) PASS: testGetServBy (test.test_socket.GeneralModuleTests) PASS: testGetSockOpt (test.test_socket.GeneralModuleTests) PASS: testGetaddrinfo (test.test_socket.GeneralModuleTests) PASS: testHostnameRes (test.test_socket.GeneralModuleTests) PASS: testIPv4_inet_aton_fourbytes (test.test_socket.GeneralModuleTests) PASS: testIPv4toString (test.test_socket.GeneralModuleTests) PASS: testIPv6toString (test.test_socket.GeneralModuleTests) PASS: testInterfaceNameIndex (test.test_socket.GeneralModuleTests) PASS: testInterpreterCrash (test.test_socket.GeneralModuleTests) PASS: testInvalidInterfaceNameIndex (test.test_socket.GeneralModuleTests) PASS: testNewAttributes (test.test_socket.GeneralModuleTests) PASS: testNtoH (test.test_socket.GeneralModuleTests) PASS: testNtoHErrors (test.test_socket.GeneralModuleTests) PASS: testRefCountGetNameInfo (test.test_socket.GeneralModuleTests) PASS: testSendAfterClose (test.test_socket.GeneralModuleTests) PASS: testSendtoErrors (test.test_socket.GeneralModuleTests) PASS: testSetSockOpt (test.test_socket.GeneralModuleTests) PASS: testSockName (test.test_socket.GeneralModuleTests) PASS: testSocketError (test.test_socket.GeneralModuleTests) PASS: testStringToIPv4 (test.test_socket.GeneralModuleTests) PASS: testStringToIPv6 (test.test_socket.GeneralModuleTests) PASS: test_SocketType_is_socketobject (test.test_socket.GeneralModuleTests) PASS: test__sendfile_use_sendfile (test.test_socket.GeneralModuleTests) PASS: test_csocket_repr (test.test_socket.GeneralModuleTests) PASS: test_dealloc_warn (test.test_socket.GeneralModuleTests) PASS: test_flowinfo (test.test_socket.GeneralModuleTests) PASS: test_getaddrinfo_ipv6_basic (test.test_socket.GeneralModuleTests) SKIP: test_getaddrinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests) 'Numeric scope id does not work or undocumented' PASS: test_getaddrinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests) PASS: test_getnameinfo (test.test_socket.GeneralModuleTests) SKIP: test_getnameinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests) 'Numeric scope id does not work or undocumented' PASS: test_getnameinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests) PASS: test_getsockaddrarg (test.test_socket.GeneralModuleTests) PASS: test_host_resolution (test.test_socket.GeneralModuleTests) PASS: test_host_resolution_bad_address (test.test_socket.GeneralModuleTests) SKIP: test_idna (test.test_socket.GeneralModuleTests) 'network is not enabled' PASS: test_listen_backlog (test.test_socket.GeneralModuleTests) PASS: test_listen_backlog_overflow (test.test_socket.GeneralModuleTests) PASS: test_makefile_invalid_mode (test.test_socket.GeneralModuleTests) PASS: test_makefile_mode (test.test_socket.GeneralModuleTests) PASS: test_name_closed_socketio (test.test_socket.GeneralModuleTests) PASS: test_pickle (test.test_socket.GeneralModuleTests) PASS: test_repr (test.test_socket.GeneralModuleTests) PASS: test_sendall_interrupted (test.test_socket.GeneralModuleTests) PASS: test_sendall_interrupted_with_timeout (test.test_socket.GeneralModuleTests) PASS: test_sethostname (test.test_socket.GeneralModuleTests) SKIP: test_sio_loopback_fast_path (test.test_socket.GeneralModuleTests) 'Windows specific' SKIP: test_sock_ioctl (test.test_socket.GeneralModuleTests) 'Windows specific' PASS: test_socket_close (test.test_socket.GeneralModuleTests) PASS: test_socket_consistent_sock_type (test.test_socket.GeneralModuleTests) PASS: test_socket_fileno (test.test_socket.GeneralModuleTests) PASS: test_str_for_enums (test.test_socket.GeneralModuleTests) PASS: test_unknown_socket_family_repr (test.test_socket.GeneralModuleTests) PASS: test_unusable_closed_socketio (test.test_socket.GeneralModuleTests) PASS: test_weakref (test.test_socket.GeneralModuleTests) PASS: testDetach (test.test_socket.BasicTCPTest) PASS: testDup (test.test_socket.BasicTCPTest) PASS: testFromFd (test.test_socket.BasicTCPTest) PASS: testOverFlowRecv (test.test_socket.BasicTCPTest) PASS: testOverFlowRecvFrom (test.test_socket.BasicTCPTest) PASS: testRecv (test.test_socket.BasicTCPTest) PASS: testRecvFrom (test.test_socket.BasicTCPTest) PASS: testSendAll (test.test_socket.BasicTCPTest) PASS: testShutdown (test.test_socket.BasicTCPTest) PASS: testShutdown_overflow (test.test_socket.BasicTCPTest) PASS: testClose (test.test_socket.TCPCloserTest) PASS: testInterruptedTimeout (test.test_socket.TCPTimeoutTest) PASS: testTCPTimeout (test.test_socket.TCPTimeoutTest) PASS: testTimeoutZero (test.test_socket.TCPTimeoutTest) PASS: testExceptionTree (test.test_socket.TestExceptions) PASS: test_setblocking_invalidfd (test.test_socket.TestExceptions) PASS: testRecvFromIntoArray (test.test_socket.BufferIOTest) PASS: testRecvFromIntoBytearray (test.test_socket.BufferIOTest) PASS: testRecvFromIntoEmptyBuffer (test.test_socket.BufferIOTest) PASS: testRecvFromIntoMemoryview (test.test_socket.BufferIOTest) PASS: testRecvFromIntoSmallBuffer (test.test_socket.BufferIOTest) PASS: testRecvIntoArray (test.test_socket.BufferIOTest) PASS: testRecvIntoBytearray (test.test_socket.BufferIOTest) PASS: testRecvIntoMemoryview (test.test_socket.BufferIOTest) PASS: testDetach (test.test_socket.BasicTCPTest2) PASS: testDup (test.test_socket.BasicTCPTest2) PASS: testFromFd (test.test_socket.BasicTCPTest2) PASS: testOverFlowRecv (test.test_socket.BasicTCPTest2) PASS: testOverFlowRecvFrom (test.test_socket.BasicTCPTest2) PASS: testRecv (test.test_socket.BasicTCPTest2) PASS: testRecvFrom (test.test_socket.BasicTCPTest2) PASS: testSendAll (test.test_socket.BasicTCPTest2) PASS: testShutdown (test.test_socket.BasicTCPTest2) PASS: testShutdown_overflow (test.test_socket.BasicTCPTest2) PASS: testRecvFrom (test.test_socket.BasicUDPTest) PASS: testRecvFromNegative (test.test_socket.BasicUDPTest) PASS: testSendtoAndRecv (test.test_socket.BasicUDPTest) PASS: testTimeoutZero (test.test_socket.UDPTimeoutTest) PASS: testUDPTimeout (test.test_socket.UDPTimeoutTest) PASS: testAccept (test.test_socket.NonBlockingTCPTests) PASS: testConnect (test.test_socket.NonBlockingTCPTests) PASS: testInheritFlags (test.test_socket.NonBlockingTCPTests) PASS: testInitNonBlocking (test.test_socket.NonBlockingTCPTests) PASS: testRecv (test.test_socket.NonBlockingTCPTests) PASS: testSetBlocking (test.test_socket.NonBlockingTCPTests) PASS: testSetBlocking_overflow (test.test_socket.NonBlockingTCPTests) PASS: testAttributes (test.test_socket.FileObjectClassTestCase) PASS: testCloseAfterMakefile (test.test_socket.FileObjectClassTestCase) PASS: testClosedAttr (test.test_socket.FileObjectClassTestCase) PASS: testFullRead (test.test_socket.FileObjectClassTestCase) PASS: testMakefileAfterMakefileClose (test.test_socket.FileObjectClassTestCase) PASS: testReadAfterTimeout (test.test_socket.FileObjectClassTestCase) PASS: testReadline (test.test_socket.FileObjectClassTestCase) PASS: testRealClose (test.test_socket.FileObjectClassTestCase) PASS: testSmallRead (test.test_socket.FileObjectClassTestCase) PASS: testUnbufferedRead (test.test_socket.FileObjectClassTestCase) PASS: testAttributes (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testCloseAfterMakefile (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testClosedAttr (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testFullRead (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testMakefileAfterMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testMakefileCloseSocketDestroy (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testReadAfterTimeout (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testReadline (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testRealClose (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testSmallRead (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testSmallReadNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testUnbufferedRead (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testUnbufferedReadline (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testWriteNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase) PASS: testAttributes (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testCloseAfterMakefile (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testClosedAttr (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testFullRead (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testMakefileAfterMakefileClose (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testReadAfterTimeout (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testReadline (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testRealClose (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testSmallRead (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testUnbufferedRead (test.test_socket.LineBufferedFileObjectClassTestCase) PASS: testAttributes (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testCloseAfterMakefile (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testClosedAttr (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testFullRead (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testMakefileAfterMakefileClose (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testReadAfterTimeout (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testReadline (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testRealClose (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testSmallRead (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testUnbufferedRead (test.test_socket.SmallBufferedFileObjectClassTestCase) PASS: testAttributes (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testCloseAfterMakefile (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testClosedAttr (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testFullRead (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testMakefileAfterMakefileClose (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testReadAfterTimeout (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testReadline (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testRealClose (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testSmallRead (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testUnbufferedRead (test.test_socket.UnicodeReadFileObjectClassTestCase) PASS: testAttributes (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testCloseAfterMakefile (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testClosedAttr (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testFullRead (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testMakefileAfterMakefileClose (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testReadAfterTimeout (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testReadline (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testRealClose (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testSmallRead (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testUnbufferedRead (test.test_socket.UnicodeWriteFileObjectClassTestCase) PASS: testAttributes (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testCloseAfterMakefile (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testClosedAttr (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testFullRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testMakefileAfterMakefileClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testReadAfterTimeout (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testReadline (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testRealClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testSmallRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: testUnbufferedRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) PASS: test_connect (test.test_socket.NetworkConnectionNoServer) PASS: test_create_connection (test.test_socket.NetworkConnectionNoServer) PASS: test_create_connection_timeout (test.test_socket.NetworkConnectionNoServer) PASS: testFamily (test.test_socket.NetworkConnectionAttributesTest) PASS: testSourceAddress (test.test_socket.NetworkConnectionAttributesTest) PASS: testTimeoutDefault (test.test_socket.NetworkConnectionAttributesTest) PASS: testTimeoutNone (test.test_socket.NetworkConnectionAttributesTest) PASS: testTimeoutValueNamed (test.test_socket.NetworkConnectionAttributesTest) PASS: testTimeoutValueNonamed (test.test_socket.NetworkConnectionAttributesTest) PASS: testInsideTimeout (test.test_socket.NetworkConnectionBehaviourTest) PASS: testOutsideTimeout (test.test_socket.NetworkConnectionBehaviourTest) PASS: testCreateConnectionBase (test.test_socket.ContextManagersTest) PASS: testCreateConnectionClose (test.test_socket.ContextManagersTest) PASS: test_SOCK_CLOEXEC (test.test_socket.InheritanceTest) PASS: test_default_inheritable (test.test_socket.InheritanceTest) PASS: test_dup (test.test_socket.InheritanceTest) PASS: test_get_inheritable_cloexec (test.test_socket.InheritanceTest) PASS: test_set_inheritable (test.test_socket.InheritanceTest) PASS: test_set_inheritable_cloexec (test.test_socket.InheritanceTest) PASS: test_socketpair (test.test_socket.InheritanceTest) PASS: test_SOCK_NONBLOCK (test.test_socket.NonblockConstantTest) PASS: testDefaults (test.test_socket.BasicSocketPairTest) PASS: testRecv (test.test_socket.BasicSocketPairTest) PASS: testSend (test.test_socket.BasicSocketPairTest) PASS: testBytesAddr (test.test_socket.TestUnixDomain) PASS: testStrAddr (test.test_socket.TestUnixDomain) PASS: testSurrogateescapeBind (test.test_socket.TestUnixDomain) PASS: testUnbound (test.test_socket.TestUnixDomain) PASS: testUnencodableAddr (test.test_socket.TestUnixDomain) PASS: testBytearrayName (test.test_socket.TestLinuxAbstractNamespace) PASS: testLinuxAbstractNamespace (test.test_socket.TestLinuxAbstractNamespace) PASS: testMaxName (test.test_socket.TestLinuxAbstractNamespace) PASS: testNameOverflow (test.test_socket.TestLinuxAbstractNamespace) PASS: testStrName (test.test_socket.TestLinuxAbstractNamespace) SKIP: testRDM (test.test_socket.TIPCTest) "TIPC module is not loaded, please 'sudo modprobe tipc'" SKIP: testStream (test.test_socket.TIPCThreadableTest) "TIPC module is not loaded, please 'sudo modprobe tipc'" SKIP: testBCMConstants (test.test_socket.BasicCANTest) 'SocketCan required for this test.' SKIP: testBindAny (test.test_socket.BasicCANTest) 'SocketCan required for this test.' SKIP: testCreateBCMSocket (test.test_socket.BasicCANTest) 'SocketCan required for this test.' SKIP: testCreateSocket (test.test_socket.BasicCANTest) 'SocketCan required for this test.' SKIP: testCrucialConstants (test.test_socket.BasicCANTest) 'SocketCan required for this test.' SKIP: testFilter (test.test_socket.BasicCANTest) 'SocketCan required for this test.' SKIP: testLoopback (test.test_socket.BasicCANTest) 'SocketCan required for this test.' SKIP: testTooLongInterfaceName (test.test_socket.BasicCANTest) 'SocketCan required for this test.' SKIP: testBCM (test.test_socket.CANTest) 'SocketCan required for this test.' SKIP: testSendFrame (test.test_socket.CANTest) 'SocketCan required for this test.' SKIP: testSendMaxFrame (test.test_socket.CANTest) 'SocketCan required for this test.' SKIP: testSendMultiFrames (test.test_socket.CANTest) 'SocketCan required for this test.' SKIP: testCreateSocket (test.test_socket.BasicRDSTest) 'RDS sockets required for this test.' SKIP: testCrucialConstants (test.test_socket.BasicRDSTest) 'RDS sockets required for this test.' SKIP: testSocketBufferSize (test.test_socket.BasicRDSTest) 'RDS sockets required for this test.' SKIP: testPeek (test.test_socket.RDSTest) 'RDS sockets required for this test.' SKIP: testSelect (test.test_socket.RDSTest) 'RDS sockets required for this test.' SKIP: testSendAndRecv (test.test_socket.RDSTest) 'RDS sockets required for this test.' SKIP: testSendAndRecvMsg (test.test_socket.RDSTest) 'RDS sockets required for this test.' SKIP: testSendAndRecvMulti (test.test_socket.RDSTest) 'RDS sockets required for this test.' SKIP: test_aead_aes_gcm (test.test_socket.LinuxKernelCryptoAPI) 'AF_ALG required' SKIP: test_aes_cbc (test.test_socket.LinuxKernelCryptoAPI) 'AF_ALG required' SKIP: test_drbg_pr_sha256 (test.test_socket.LinuxKernelCryptoAPI) 'AF_ALG required' SKIP: test_hmac_sha1 (test.test_socket.LinuxKernelCryptoAPI) 'AF_ALG required' SKIP: test_length_restriction (test.test_socket.LinuxKernelCryptoAPI) 'AF_ALG required' SKIP: test_sendmsg_afalg_args (test.test_socket.LinuxKernelCryptoAPI) 'AF_ALG required' SKIP: test_sha256 (test.test_socket.LinuxKernelCryptoAPI) 'AF_ALG required' SKIP: testCreateSocket (test.test_socket.BasicVSOCKTest) 'VSOCK sockets required for this test.' SKIP: testCrucialConstants (test.test_socket.BasicVSOCKTest) 'VSOCK sockets required for this test.' SKIP: testSocketBufferSize (test.test_socket.BasicVSOCKTest) 'VSOCK sockets required for this test.' SKIP: testVSOCKConstants (test.test_socket.BasicVSOCKTest) 'VSOCK sockets required for this test.' SKIP: testStream (test.test_socket.ThreadedVSOCKSocketStreamTest) 'VSOCK sockets required for this test.' PASS: testCMSG_LEN (test.test_socket.CmsgMacroTests) PASS: testCMSG_SPACE (test.test_socket.CmsgMacroTests) PASS: testSendmsg (test.test_socket.SendmsgUDPTest) PASS: testSendmsgAfterClose (test.test_socket.SendmsgUDPTest) PASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPTest) PASS: testSendmsgArray (test.test_socket.SendmsgUDPTest) PASS: testSendmsgBadArgs (test.test_socket.SendmsgUDPTest) PASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDPTest) PASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPTest) PASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDPTest) PASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPTest) PASS: testSendmsgGather (test.test_socket.SendmsgUDPTest) PASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDPTest) PASS: testRecvmsg (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgPeek (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgShorter (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDPTest) PASS: testRecvmsg (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPTest) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPTest) PASS: testSendmsg (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgAfterClose (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgArray (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgBadArgs (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgGather (test.test_socket.SendmsgUDP6Test) PASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDP6Test) PASS: testRecvmsg (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgPeek (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgShorter (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDP6Test) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDP6Test) PASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSecomdCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) PASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSecomdCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) PASS: testRecvmsg (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDP6Test) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDP6Test) PASS: testSendmsg (test.test_socket.SendmsgTCPTest) PASS: testSendmsgAfterClose (test.test_socket.SendmsgTCPTest) PASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgTCPTest) PASS: testSendmsgArray (test.test_socket.SendmsgTCPTest) PASS: testSendmsgBadArgs (test.test_socket.SendmsgTCPTest) PASS: testSendmsgBadCmsg (test.test_socket.SendmsgTCPTest) PASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgTCPTest) PASS: testSendmsgDataGenerator (test.test_socket.SendmsgTCPTest) PASS: testSendmsgDontWait (test.test_socket.SendmsgTCPTest) PASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgTCPTest) PASS: testSendmsgExplicitNoneAddr (test.test_socket.SendmsgTCPTest) PASS: testSendmsgGather (test.test_socket.SendmsgTCPTest) PASS: testSendmsgTimeout (test.test_socket.SendmsgTCPTest) PASS: testRecvmsg (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgBadArgs (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgEOF (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgOverflow (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgPeek (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgShorter (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgTCPTest) PASS: testRecvmsg (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgEOF (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgOverflow (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoTCPTest) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoTCPTest) SKIP: testSendmsg (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgAfterClose (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgAncillaryGenerator (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgArray (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgBadArgs (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgBadCmsg (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgBadMultiCmsg (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgDataGenerator (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgDontWait (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgExcessCmsgReject (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgExplicitNoneAddr (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgGather (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testSendmsgTimeout (test.test_socket.SendmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsg (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgAfterClose (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgBadArgs (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgEOF (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgFromSendmsg (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgOverflow (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgPeek (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgShorter (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgTimeout (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgTrunc (test.test_socket.RecvmsgSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsg (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgEOF (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgOverflow (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgPeek (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgShorter (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgTimeout (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" SKIP: testRecvmsgTrunc (test.test_socket.RecvmsgIntoSCTPStreamTest) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported" PASS: testSendmsg (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgAfterClose (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgArray (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgBadArgs (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgBadCmsg (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgDataGenerator (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgDontWait (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgExplicitNoneAddr (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgGather (test.test_socket.SendmsgUnixStreamTest) PASS: testSendmsgTimeout (test.test_socket.SendmsgUnixStreamTest) PASS: testRecvmsg (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgEOF (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgOverflow (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgPeek (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgShorter (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgUnixStreamTest) PASS: testRecvmsg (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgEOF (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgOverflow (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUnixStreamTest) PASS: testCmsgTrunc0 (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testCmsgTrunc1 (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testCmsgTrunc2Int (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testCmsgTruncLen0 (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testCmsgTruncLen1 (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testFDPassCMSG_LEN (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testFDPassCMSG_SPACE (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testFDPassEmpty (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testFDPassPartialInt (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testFDPassPartialIntInMiddle (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testFDPassSeparate (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testFDPassSeparateMinSpace (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testFDPassSimple (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testMultipleFDPass (test.test_socket.RecvmsgSCMRightsStreamTest) PASS: testCmsgTrunc0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testCmsgTrunc1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testCmsgTrunc2Int (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testCmsgTruncLen0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testCmsgTruncLen1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testFDPassCMSG_LEN (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testFDPassCMSG_SPACE (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testFDPassEmpty (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testFDPassPartialInt (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testFDPassPartialIntInMiddle (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testFDPassSeparate (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testFDPassSeparateMinSpace (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testFDPassSimple (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testMultipleFDPass (test.test_socket.RecvmsgIntoSCMRightsStreamTest) PASS: testInterruptedRecvIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest) PASS: testInterruptedRecvTimeout (test.test_socket.InterruptedRecvTimeoutTest) PASS: testInterruptedRecvfromIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest) PASS: testInterruptedRecvfromTimeout (test.test_socket.InterruptedRecvTimeoutTest) PASS: testInterruptedRecvmsgIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest) PASS: testInterruptedRecvmsgTimeout (test.test_socket.InterruptedRecvTimeoutTest) PASS: testInterruptedSendTimeout (test.test_socket.InterruptedSendTimeoutTest) PASS: testInterruptedSendmsgTimeout (test.test_socket.InterruptedSendTimeoutTest) PASS: testInterruptedSendtoTimeout (test.test_socket.InterruptedSendTimeoutTest) SKIP: testShare (test.test_socket.TestSocketSharing) 'Windows specific' SKIP: testShareLength (test.test_socket.TestSocketSharing) 'Windows specific' SKIP: testShareLocal (test.test_socket.TestSocketSharing) 'Windows specific' SKIP: testTypes (test.test_socket.TestSocketSharing) 'Windows specific' PASS: testCount (test.test_socket.SendfileUsingSendTest) PASS: testCountSmall (test.test_socket.SendfileUsingSendTest) PASS: testCountWithOffset (test.test_socket.SendfileUsingSendTest) PASS: testEmptyFileSend (test.test_socket.SendfileUsingSendTest) PASS: testNonBlocking (test.test_socket.SendfileUsingSendTest) PASS: testNonRegularFile (test.test_socket.SendfileUsingSendTest) PASS: testOffset (test.test_socket.SendfileUsingSendTest) PASS: testRegularFile (test.test_socket.SendfileUsingSendTest) PASS: testWithTimeout (test.test_socket.SendfileUsingSendTest) PASS: testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendTest) PASS: test_errors (test.test_socket.SendfileUsingSendTest) PASS: testCount (test.test_socket.SendfileUsingSendfileTest) PASS: testCountSmall (test.test_socket.SendfileUsingSendfileTest) PASS: testCountWithOffset (test.test_socket.SendfileUsingSendfileTest) PASS: testEmptyFileSend (test.test_socket.SendfileUsingSendfileTest) PASS: testNonBlocking (test.test_socket.SendfileUsingSendfileTest) PASS: testNonRegularFile (test.test_socket.SendfileUsingSendfileTest) PASS: testOffset (test.test_socket.SendfileUsingSendfileTest) PASS: testRegularFile (test.test_socket.SendfileUsingSendfileTest) PASS: testWithTimeout (test.test_socket.SendfileUsingSendfileTest) PASS: testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendfileTest) PASS: test_errors (test.test_socket.SendfileUsingSendfileTest) SKIP: test_new_tcp_flags (test.test_socket.TestMSWindowsTCPFlags) 'requires Windows' ---------------------------------------------------------------------- Ran 555 tests in 24.687s OK (skipped=86) 0:15:45 load avg: 0.81 [308/416] test_socketserver test_socketserver skipped -- Use of the 'network' resource not enabled 0:15:45 load avg: 0.81 [309/416] test_sort -- test_socketserver skipped (resource denied) testStressfully (test.test_sort.TestBase) ... Testing size 0 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 1 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 2 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 3 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 3 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 4 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 5 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 7 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 8 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 9 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 15 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 16 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 17 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 31 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 32 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 33 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 63 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 64 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation complaining at Complains(8) Complains(13) checking exception during sort left some permutation checking stability Testing size 65 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 127 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation complaining at Complains(114) Complains(58) checking exception during sort left some permutation checking stability Testing size 128 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation complaining at Complains(77) Complains(78) checking exception during sort left some permutation checking stability Testing size 129 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 255 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 256 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation complaining at Complains(119) Complains(122) checking exception during sort left some permutation checking stability Testing size 257 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation complaining at Complains(153) Complains(150) checking exception during sort left some permutation checking stability Testing size 511 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation complaining at Complains(181) Complains(159) checking exception during sort left some permutation checking stability Testing size 512 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation complaining at Complains(167) Complains(276) checking exception during sort left some permutation checking stability Testing size 513 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation complaining at Complains(155) Complains(222) checking exception during sort left some permutation checking stability Testing size 10 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation checking stability Testing size 100 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation complaining at Complains(47) Complains(55) checking exception during sort left some permutation checking stability Testing size 1000 checking identity checking reversed checking random permutation checking reversed via function Checking against an insane comparison function. If the implementation isn't careful, this may segfault. checking an insane function left some permutation complaining at Complains(902) Complains(557) checking exception during sort left some permutation checking stability ok PASS: test_bug453523 (test.test_sort.TestBugs) PASS: test_undetected_mutation (test.test_sort.TestBugs) PASS: test_baddecorator (test.test_sort.TestDecorateSortUndecorate) PASS: test_decorated (test.test_sort.TestDecorateSortUndecorate) PASS: test_key_with_exception (test.test_sort.TestDecorateSortUndecorate) PASS: test_key_with_mutating_del (test.test_sort.TestDecorateSortUndecorate) PASS: test_key_with_mutating_del_and_exception (test.test_sort.TestDecorateSortUndecorate) PASS: test_key_with_mutation (test.test_sort.TestDecorateSortUndecorate) PASS: test_reverse (test.test_sort.TestDecorateSortUndecorate) PASS: test_reverse_stability (test.test_sort.TestDecorateSortUndecorate) PASS: test_stability (test.test_sort.TestDecorateSortUndecorate) PASS: test_not_all_tuples (test.test_sort.TestOptimizedCompares) PASS: test_safe_object_compare (test.test_sort.TestOptimizedCompares) PASS: test_unsafe_float_compare (test.test_sort.TestOptimizedCompares) PASS: test_unsafe_latin_compare (test.test_sort.TestOptimizedCompares) PASS: test_unsafe_long_compare (test.test_sort.TestOptimizedCompares) PASS: test_unsafe_object_compare (test.test_sort.TestOptimizedCompares) PASS: test_unsafe_tuple_compare (test.test_sort.TestOptimizedCompares) ---------------------------------------------------------------------- Ran 19 tests in 0.073s OK 0:15:45 load avg: 0.81 [310/416] test_source_encoding PASS: test_default_coding (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_double_coding_line (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_double_coding_same_line (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_first_coding_line (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_first_non_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_second_coding_line (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_second_non_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_third_coding_line (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_utf8_bom (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_utf8_bom_and_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest) PASS: test_default_coding (test.test_source_encoding.FileSourceEncodingTest) PASS: test_double_coding_line (test.test_source_encoding.FileSourceEncodingTest) PASS: test_double_coding_same_line (test.test_source_encoding.FileSourceEncodingTest) PASS: test_first_coding_line (test.test_source_encoding.FileSourceEncodingTest) PASS: test_first_non_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest) PASS: test_second_coding_line (test.test_source_encoding.FileSourceEncodingTest) PASS: test_second_non_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest) PASS: test_third_coding_line (test.test_source_encoding.FileSourceEncodingTest) PASS: test_utf8_bom (test.test_source_encoding.FileSourceEncodingTest) PASS: test_utf8_bom_and_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest) PASS: test_20731 (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_bad_coding (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_bad_coding2 (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_compilestring (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_error_from_string (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_error_message (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_exec_valid_coding (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_file_parse (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_issue2301 (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_issue3297 (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_issue4626 (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_issue7820 (test.test_source_encoding.MiscSourceEncodingTest) PASS: test_pep263 (test.test_source_encoding.MiscSourceEncodingTest) ---------------------------------------------------------------------- Ran 33 tests in 0.220s OK 0:15:46 load avg: 0.81 [311/416] test_spwd SKIP: test_getspnam_exception (test.test_spwd.TestSpwdNonRoot) 'non-root user required' PASS: test_getspall (test.test_spwd.TestSpwdRoot) PASS: test_getspnam (test.test_spwd.TestSpwdRoot) ---------------------------------------------------------------------- Ran 3 tests in 0.001s OK (skipped=1) 0:15:46 load avg: 0.81 [312/416] test_sqlite test_sqlite: testing with version '2.6.0', sqlite_version '3.29.0' PASS: CheckAPILevel (sqlite3.test.dbapi.ModuleTests) PASS: CheckDataError (sqlite3.test.dbapi.ModuleTests) PASS: CheckDatabaseError (sqlite3.test.dbapi.ModuleTests) PASS: CheckError (sqlite3.test.dbapi.ModuleTests) PASS: CheckIntegrityError (sqlite3.test.dbapi.ModuleTests) PASS: CheckInterfaceError (sqlite3.test.dbapi.ModuleTests) PASS: CheckInternalError (sqlite3.test.dbapi.ModuleTests) PASS: CheckNotSupportedError (sqlite3.test.dbapi.ModuleTests) PASS: CheckOperationalError (sqlite3.test.dbapi.ModuleTests) PASS: CheckParamStyle (sqlite3.test.dbapi.ModuleTests) PASS: CheckProgrammingError (sqlite3.test.dbapi.ModuleTests) PASS: CheckThreadSafety (sqlite3.test.dbapi.ModuleTests) PASS: CheckWarning (sqlite3.test.dbapi.ModuleTests) PASS: CheckClose (sqlite3.test.dbapi.ConnectionTests) PASS: CheckCommit (sqlite3.test.dbapi.ConnectionTests) PASS: CheckCommitAfterNoChanges (sqlite3.test.dbapi.ConnectionTests) PASS: CheckCursor (sqlite3.test.dbapi.ConnectionTests) PASS: CheckExceptions (sqlite3.test.dbapi.ConnectionTests) PASS: CheckFailedOpen (sqlite3.test.dbapi.ConnectionTests) PASS: CheckInTransaction (sqlite3.test.dbapi.ConnectionTests) PASS: CheckInTransactionRO (sqlite3.test.dbapi.ConnectionTests) PASS: CheckOpenUri (sqlite3.test.dbapi.ConnectionTests) CheckOpenWithPathLikeObject (sqlite3.test.dbapi.ConnectionTests) PASS: Checks that we can successfully connect to a database using an object that PASS: CheckRollback (sqlite3.test.dbapi.ConnectionTests) PASS: CheckRollbackAfterNoChanges (sqlite3.test.dbapi.ConnectionTests) SKIP: CheckSameThreadErrorOnOldVersion (sqlite3.test.dbapi.ConnectionTests) 'needs sqlite versions older than 3.3.1' PASS: CheckArraySize (sqlite3.test.dbapi.CursorTests) PASS: CheckClose (sqlite3.test.dbapi.CursorTests) PASS: CheckCursorConnection (sqlite3.test.dbapi.CursorTests) PASS: CheckCursorWrongClass (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteArgFloat (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteArgInt (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteArgString (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteArgStringWithZeroByte (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteDictMapping (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteDictMappingNoArgs (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteDictMappingTooLittleArgs (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteDictMappingUnnamed (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteDictMapping_Mapping (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteIllegalSql (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteManyGenerator (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteManyIterator (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteManyNotIterable (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteManySelect (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteManySequence (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteManyWrongSqlArg (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteNoArgs (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteNonIterable (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteParamList (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteParamSequence (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteTooMuchSql (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteTooMuchSql2 (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteTooMuchSql3 (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteWrongNoOfArgs1 (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteWrongNoOfArgs2 (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteWrongNoOfArgs3 (sqlite3.test.dbapi.CursorTests) PASS: CheckExecuteWrongSqlArg (sqlite3.test.dbapi.CursorTests) PASS: CheckFetchIter (sqlite3.test.dbapi.CursorTests) PASS: CheckFetchall (sqlite3.test.dbapi.CursorTests) PASS: CheckFetchmany (sqlite3.test.dbapi.CursorTests) CheckFetchmanyKwArg (sqlite3.test.dbapi.CursorTests) PASS: Checks if fetchmany works with keyword arguments PASS: CheckFetchone (sqlite3.test.dbapi.CursorTests) PASS: CheckFetchoneNoStatement (sqlite3.test.dbapi.CursorTests) PASS: CheckLastRowIDInsertOR (sqlite3.test.dbapi.CursorTests) PASS: CheckLastRowIDOnIgnore (sqlite3.test.dbapi.CursorTests) PASS: CheckLastRowIDOnReplace (sqlite3.test.dbapi.CursorTests) PASS: CheckRowcountExecute (sqlite3.test.dbapi.CursorTests) PASS: CheckRowcountExecutemany (sqlite3.test.dbapi.CursorTests) PASS: CheckRowcountSelect (sqlite3.test.dbapi.CursorTests) PASS: CheckSetinputsizes (sqlite3.test.dbapi.CursorTests) PASS: CheckSetoutputsize (sqlite3.test.dbapi.CursorTests) PASS: CheckSetoutputsizeNoColumn (sqlite3.test.dbapi.CursorTests) PASS: CheckTotalChanges (sqlite3.test.dbapi.CursorTests) PASS: CheckWrongCursorCallable (sqlite3.test.dbapi.CursorTests) PASS: CheckConClose (sqlite3.test.dbapi.ThreadTests) PASS: CheckConCommit (sqlite3.test.dbapi.ThreadTests) PASS: CheckConCursor (sqlite3.test.dbapi.ThreadTests) PASS: CheckConRollback (sqlite3.test.dbapi.ThreadTests) PASS: CheckCurClose (sqlite3.test.dbapi.ThreadTests) PASS: CheckCurExecute (sqlite3.test.dbapi.ThreadTests) PASS: CheckCurImplicitBegin (sqlite3.test.dbapi.ThreadTests) PASS: CheckCurIterNext (sqlite3.test.dbapi.ThreadTests) PASS: CheckBinary (sqlite3.test.dbapi.ConstructorTests) PASS: CheckDate (sqlite3.test.dbapi.ConstructorTests) PASS: CheckDateFromTicks (sqlite3.test.dbapi.ConstructorTests) PASS: CheckTime (sqlite3.test.dbapi.ConstructorTests) PASS: CheckTimeFromTicks (sqlite3.test.dbapi.ConstructorTests) PASS: CheckTimestamp (sqlite3.test.dbapi.ConstructorTests) PASS: CheckTimestampFromTicks (sqlite3.test.dbapi.ConstructorTests) PASS: CheckConnectionExecute (sqlite3.test.dbapi.ExtensionTests) PASS: CheckConnectionExecutemany (sqlite3.test.dbapi.ExtensionTests) PASS: CheckConnectionExecutescript (sqlite3.test.dbapi.ExtensionTests) PASS: CheckCursorExecutescriptAsBytes (sqlite3.test.dbapi.ExtensionTests) PASS: CheckScriptErrorNormal (sqlite3.test.dbapi.ExtensionTests) PASS: CheckScriptStringSql (sqlite3.test.dbapi.ExtensionTests) PASS: CheckScriptSyntaxError (sqlite3.test.dbapi.ExtensionTests) PASS: CheckClosedCall (sqlite3.test.dbapi.ClosedConTests) PASS: CheckClosedConCommit (sqlite3.test.dbapi.ClosedConTests) PASS: CheckClosedConCursor (sqlite3.test.dbapi.ClosedConTests) PASS: CheckClosedConRollback (sqlite3.test.dbapi.ClosedConTests) PASS: CheckClosedCreateAggregate (sqlite3.test.dbapi.ClosedConTests) PASS: CheckClosedCreateFunction (sqlite3.test.dbapi.ClosedConTests) PASS: CheckClosedCurExecute (sqlite3.test.dbapi.ClosedConTests) PASS: CheckClosedSetAuthorizer (sqlite3.test.dbapi.ClosedConTests) PASS: CheckClosedSetProgressCallback (sqlite3.test.dbapi.ClosedConTests) PASS: CheckClosed (sqlite3.test.dbapi.ClosedCurTests) PASS: CheckOnConflictAbortRaisesWithExplicitTransactions (sqlite3.test.dbapi.SqliteOnConflictTests) PASS: CheckOnConflictAbortRaisesWithoutTransactions (sqlite3.test.dbapi.SqliteOnConflictTests) PASS: CheckOnConflictFail (sqlite3.test.dbapi.SqliteOnConflictTests) PASS: CheckOnConflictIgnore (sqlite3.test.dbapi.SqliteOnConflictTests) PASS: CheckOnConflictReplace (sqlite3.test.dbapi.SqliteOnConflictTests) PASS: CheckOnConflictRollbackWithExplicitTransaction (sqlite3.test.dbapi.SqliteOnConflictTests) PASS: CheckOnConflictRollbackWithoutTransaction (sqlite3.test.dbapi.SqliteOnConflictTests) PASS: CheckBlob (sqlite3.test.types.SqliteTypeTests) PASS: CheckFloat (sqlite3.test.types.SqliteTypeTests) PASS: CheckLargeInt (sqlite3.test.types.SqliteTypeTests) PASS: CheckSmallInt (sqlite3.test.types.SqliteTypeTests) PASS: CheckString (sqlite3.test.types.SqliteTypeTests) PASS: CheckUnicodeExecute (sqlite3.test.types.SqliteTypeTests) PASS: CheckBlob (sqlite3.test.types.DeclTypesTests) PASS: CheckBool (sqlite3.test.types.DeclTypesTests) PASS: CheckFloat (sqlite3.test.types.DeclTypesTests) PASS: CheckFoo (sqlite3.test.types.DeclTypesTests) PASS: CheckLargeInt (sqlite3.test.types.DeclTypesTests) PASS: CheckNumber1 (sqlite3.test.types.DeclTypesTests) CheckNumber2 (sqlite3.test.types.DeclTypesTests) PASS: Checks whether converter names are cut off at '(' characters PASS: CheckSmallInt (sqlite3.test.types.DeclTypesTests) PASS: CheckString (sqlite3.test.types.DeclTypesTests) PASS: CheckUnicode (sqlite3.test.types.DeclTypesTests) PASS: CheckUnsupportedDict (sqlite3.test.types.DeclTypesTests) PASS: CheckUnsupportedSeq (sqlite3.test.types.DeclTypesTests) PASS: CheckCaseInConverterName (sqlite3.test.types.ColNamesTests) PASS: CheckColName (sqlite3.test.types.ColNamesTests) PASS: CheckCursorDescriptionInsert (sqlite3.test.types.ColNamesTests) PASS: CheckCursorDescriptionNoRow (sqlite3.test.types.ColNamesTests) PASS: CheckDeclTypeNotUsed (sqlite3.test.types.ColNamesTests) PASS: CheckNone (sqlite3.test.types.ColNamesTests) PASS: CheckCasterIsUsed (sqlite3.test.types.ObjectAdaptationTests) PASS: CheckBinaryInputForConverter (sqlite3.test.types.BinaryConverterTests) PASS: CheckDateTimeSubSeconds (sqlite3.test.types.DateTimeTests) PASS: CheckDateTimeSubSecondsFloatingPoint (sqlite3.test.types.DateTimeTests) PASS: CheckSqlTimestamp (sqlite3.test.types.DateTimeTests) PASS: CheckSqliteDate (sqlite3.test.types.DateTimeTests) PASS: CheckSqliteTimestamp (sqlite3.test.types.DateTimeTests) PASS: CheckCursorDescriptionCTE (sqlite3.test.types.CommonTableExpressionTests) PASS: CheckCursorDescriptionCTESMultipleColumns (sqlite3.test.types.CommonTableExpressionTests) PASS: CheckCursorDescriptionCTESimple (sqlite3.test.types.CommonTableExpressionTests) PASS: CheckAnyArguments (sqlite3.test.userfunctions.FunctionTests) PASS: CheckFuncErrorOnCreate (sqlite3.test.userfunctions.FunctionTests) PASS: CheckFuncException (sqlite3.test.userfunctions.FunctionTests) PASS: CheckFuncRefCount (sqlite3.test.userfunctions.FunctionTests) PASS: CheckFuncReturnBlob (sqlite3.test.userfunctions.FunctionTests) PASS: CheckFuncReturnFloat (sqlite3.test.userfunctions.FunctionTests) PASS: CheckFuncReturnInt (sqlite3.test.userfunctions.FunctionTests) PASS: CheckFuncReturnLongLong (sqlite3.test.userfunctions.FunctionTests) PASS: CheckFuncReturnNull (sqlite3.test.userfunctions.FunctionTests) PASS: CheckFuncReturnText (sqlite3.test.userfunctions.FunctionTests) PASS: CheckFuncReturnUnicode (sqlite3.test.userfunctions.FunctionTests) PASS: CheckParamBlob (sqlite3.test.userfunctions.FunctionTests) PASS: CheckParamFloat (sqlite3.test.userfunctions.FunctionTests) PASS: CheckParamInt (sqlite3.test.userfunctions.FunctionTests) PASS: CheckParamLongLong (sqlite3.test.userfunctions.FunctionTests) PASS: CheckParamNone (sqlite3.test.userfunctions.FunctionTests) PASS: CheckParamString (sqlite3.test.userfunctions.FunctionTests) PASS: CheckAggrCheckAggrSum (sqlite3.test.userfunctions.AggregateTests) PASS: CheckAggrCheckParamBlob (sqlite3.test.userfunctions.AggregateTests) PASS: CheckAggrCheckParamFloat (sqlite3.test.userfunctions.AggregateTests) PASS: CheckAggrCheckParamInt (sqlite3.test.userfunctions.AggregateTests) PASS: CheckAggrCheckParamNone (sqlite3.test.userfunctions.AggregateTests) PASS: CheckAggrCheckParamStr (sqlite3.test.userfunctions.AggregateTests) PASS: CheckAggrCheckParamsInt (sqlite3.test.userfunctions.AggregateTests) PASS: CheckAggrErrorOnCreate (sqlite3.test.userfunctions.AggregateTests) PASS: CheckAggrExceptionInFinalize (sqlite3.test.userfunctions.AggregateTests) PASS: CheckAggrExceptionInInit (sqlite3.test.userfunctions.AggregateTests) PASS: CheckAggrExceptionInStep (sqlite3.test.userfunctions.AggregateTests) PASS: CheckAggrNoFinalize (sqlite3.test.userfunctions.AggregateTests) PASS: CheckAggrNoStep (sqlite3.test.userfunctions.AggregateTests) PASS: test_column_access (sqlite3.test.userfunctions.AuthorizerTests) PASS: test_table_access (sqlite3.test.userfunctions.AuthorizerTests) PASS: test_column_access (sqlite3.test.userfunctions.AuthorizerRaiseExceptionTests) PASS: test_table_access (sqlite3.test.userfunctions.AuthorizerRaiseExceptionTests) PASS: test_column_access (sqlite3.test.userfunctions.AuthorizerIllegalTypeTests) PASS: test_table_access (sqlite3.test.userfunctions.AuthorizerIllegalTypeTests) PASS: test_column_access (sqlite3.test.userfunctions.AuthorizerLargeIntegerTests) PASS: test_table_access (sqlite3.test.userfunctions.AuthorizerLargeIntegerTests) PASS: CheckIsInstance (sqlite3.test.factory.ConnectionFactoryTests) PASS: CheckInvalidFactory (sqlite3.test.factory.CursorFactoryTests) PASS: CheckIsInstance (sqlite3.test.factory.CursorFactoryTests) PASS: CheckIsProducedByFactory (sqlite3.test.factory.RowFactoryTestsBackwardsCompat) PASS: CheckCustomFactory (sqlite3.test.factory.RowFactoryTests) PASS: CheckFakeCursorClass (sqlite3.test.factory.RowFactoryTests) CheckSqliteRowAsDict (sqlite3.test.factory.RowFactoryTests) PASS: Checks if the row object can be correctly converted to a dictionary CheckSqliteRowAsSequence (sqlite3.test.factory.RowFactoryTests) PASS: Checks if the row object can act like a sequence CheckSqliteRowAsTuple (sqlite3.test.factory.RowFactoryTests) PASS: Checks if the row object can be converted to a tuple CheckSqliteRowHashCmp (sqlite3.test.factory.RowFactoryTests) PASS: Checks if the row object compares and hashes correctly PASS: CheckSqliteRowIndex (sqlite3.test.factory.RowFactoryTests) CheckSqliteRowIter (sqlite3.test.factory.RowFactoryTests) PASS: Checks if the row object is iterable PASS: CheckSqliteRowSlice (sqlite3.test.factory.RowFactoryTests) PASS: CheckCustom (sqlite3.test.factory.TextFactoryTests) PASS: CheckOptimizedUnicode (sqlite3.test.factory.TextFactoryTests) PASS: CheckString (sqlite3.test.factory.TextFactoryTests) PASS: CheckUnicode (sqlite3.test.factory.TextFactoryTests) PASS: CheckBytearray (sqlite3.test.factory.TextFactoryTestsWithEmbeddedZeroBytes) PASS: CheckBytes (sqlite3.test.factory.TextFactoryTestsWithEmbeddedZeroBytes) PASS: CheckCustom (sqlite3.test.factory.TextFactoryTestsWithEmbeddedZeroBytes) PASS: CheckString (sqlite3.test.factory.TextFactoryTestsWithEmbeddedZeroBytes) PASS: CheckDMLDoesNotAutoCommitBefore (sqlite3.test.transactions.TransactionTests) PASS: CheckDeleteStartsTransaction (sqlite3.test.transactions.TransactionTests) PASS: CheckInsertStartsTransaction (sqlite3.test.transactions.TransactionTests) PASS: CheckLocking (sqlite3.test.transactions.TransactionTests) PASS: CheckRaiseTimeout (sqlite3.test.transactions.TransactionTests) PASS: CheckReplaceStartsTransaction (sqlite3.test.transactions.TransactionTests) PASS: CheckRollbackCursorConsistency (sqlite3.test.transactions.TransactionTests) PASS: CheckToggleAutoCommit (sqlite3.test.transactions.TransactionTests) PASS: CheckUpdateStartsTransaction (sqlite3.test.transactions.TransactionTests) PASS: CheckDropTable (sqlite3.test.transactions.SpecialCommandTests) PASS: CheckPragma (sqlite3.test.transactions.SpecialCommandTests) PASS: CheckDdlDoesNotAutostartTransaction (sqlite3.test.transactions.TransactionalDDL) PASS: CheckImmediateTransactionalDDL (sqlite3.test.transactions.TransactionalDDL) PASS: CheckTransactionalDDL (sqlite3.test.transactions.TransactionalDDL) PASS: CheckCollationIsUsed (sqlite3.test.hooks.CollationTests) PASS: CheckCollationRegisterTwice (sqlite3.test.hooks.CollationTests) PASS: CheckCollationReturnsLargeInteger (sqlite3.test.hooks.CollationTests) PASS: CheckCreateCollationBadUpper (sqlite3.test.hooks.CollationTests) PASS: CheckCreateCollationNotAscii (sqlite3.test.hooks.CollationTests) PASS: CheckCreateCollationNotCallable (sqlite3.test.hooks.CollationTests) PASS: CheckCreateCollationNotString (sqlite3.test.hooks.CollationTests) PASS: CheckDeregisterCollation (sqlite3.test.hooks.CollationTests) PASS: CheckCancelOperation (sqlite3.test.hooks.ProgressTests) PASS: CheckClearHandler (sqlite3.test.hooks.ProgressTests) PASS: CheckOpcodeCount (sqlite3.test.hooks.ProgressTests) PASS: CheckProgressHandlerUsed (sqlite3.test.hooks.ProgressTests) PASS: CheckClearTraceCallback (sqlite3.test.hooks.TraceCallbackTests) PASS: CheckTraceCallbackContent (sqlite3.test.hooks.TraceCallbackTests) PASS: CheckTraceCallbackUsed (sqlite3.test.hooks.TraceCallbackTests) PASS: CheckUnicodeContent (sqlite3.test.hooks.TraceCallbackTests) PASS: CheckAutoCommit (sqlite3.test.regression.RegressionTests) PASS: CheckBpo31770 (sqlite3.test.regression.RegressionTests) PASS: CheckCollation (sqlite3.test.regression.RegressionTests) PASS: CheckColumnNameWithSpaces (sqlite3.test.regression.RegressionTests) PASS: CheckCommitCursorReset (sqlite3.test.regression.RegressionTests) PASS: CheckConnectionCall (sqlite3.test.regression.RegressionTests) PASS: CheckConnectionConstructorCallCheck (sqlite3.test.regression.RegressionTests) PASS: CheckConvertTimestampMicrosecondPadding (sqlite3.test.regression.RegressionTests) PASS: CheckCursorConstructorCallCheck (sqlite3.test.regression.RegressionTests) PASS: CheckCursorRegistration (sqlite3.test.regression.RegressionTests) PASS: CheckDelIsolation_levelSegfault (sqlite3.test.regression.RegressionTests) PASS: CheckEmptyStatement (sqlite3.test.regression.RegressionTests) PASS: CheckErrorMsgDecodeError (sqlite3.test.regression.RegressionTests) PASS: CheckInvalidIsolationLevelType (sqlite3.test.regression.RegressionTests) PASS: CheckNullCharacter (sqlite3.test.regression.RegressionTests) PASS: CheckOnConflictRollback (sqlite3.test.regression.RegressionTests) PASS: CheckPragmaAutocommit (sqlite3.test.regression.RegressionTests) PASS: CheckPragmaSchemaVersion (sqlite3.test.regression.RegressionTests) PASS: CheckPragmaUserVersion (sqlite3.test.regression.RegressionTests) PASS: CheckRecursiveCursorUse (sqlite3.test.regression.RegressionTests) PASS: CheckRegisterAdapter (sqlite3.test.regression.RegressionTests) PASS: CheckSetIsolationLevel (sqlite3.test.regression.RegressionTests) PASS: CheckStatementFinalizationOnCloseDb (sqlite3.test.regression.RegressionTests) PASS: CheckStatementReset (sqlite3.test.regression.RegressionTests) PASS: CheckStrSubclass (sqlite3.test.regression.RegressionTests) PASS: CheckTypeMapUsage (sqlite3.test.regression.RegressionTests) PASS: CheckWorkaroundForBuggySqliteTransferBindings (sqlite3.test.regression.RegressionTests) PASS: test_aggr (sqlite3.test.regression.UnhashableCallbacksTestCase) PASS: test_authorizer (sqlite3.test.regression.UnhashableCallbacksTestCase) PASS: test_func (sqlite3.test.regression.UnhashableCallbacksTestCase) PASS: test_progress_handler (sqlite3.test.regression.UnhashableCallbacksTestCase) PASS: CheckTableDump (sqlite3.test.dump.DumpTests) PASS: CheckUnorderableRow (sqlite3.test.dump.DumpTests) PASS: test_bad_target_closed_connection (sqlite3.test.backup.BackupTests) PASS: test_bad_target_filename (sqlite3.test.backup.BackupTests) PASS: test_bad_target_in_transaction (sqlite3.test.backup.BackupTests) PASS: test_bad_target_none (sqlite3.test.backup.BackupTests) PASS: test_bad_target_same_connection (sqlite3.test.backup.BackupTests) PASS: test_database_source_name (sqlite3.test.backup.BackupTests) PASS: test_failing_progress (sqlite3.test.backup.BackupTests) PASS: test_keyword_only_args (sqlite3.test.backup.BackupTests) PASS: test_modifying_progress (sqlite3.test.backup.BackupTests) PASS: test_non_callable_progress (sqlite3.test.backup.BackupTests) PASS: test_progress (sqlite3.test.backup.BackupTests) PASS: test_progress_all_pages_at_once_1 (sqlite3.test.backup.BackupTests) PASS: test_progress_all_pages_at_once_2 (sqlite3.test.backup.BackupTests) PASS: test_simple (sqlite3.test.backup.BackupTests) ---------------------------------------------------------------------- Ran 283 tests in 0.509s OK (skipped=1) 0:15:47 load avg: 0.81 [313/416] test_ssl test_ssl: testing with 'OpenSSL 1.1.1c 28 May 2019' (1, 1, 1, 3, 15) under 'Linux-5.0.19-yocto-standard-x86_64-with-glibc2.2.5' HAS_SNI = True OP_ALL = 0x80000054 OP_NO_TLSv1_1 = 0x10000000 PASS: test__create_stdlib_context (test.test_ssl.ContextTests) PASS: test_cert_store_stats (test.test_ssl.ContextTests) PASS: test_check_hostname (test.test_ssl.ContextTests) PASS: test_ciphers (test.test_ssl.ContextTests) PASS: test_constructor (test.test_ssl.ContextTests) PASS: test_context_client_server (test.test_ssl.ContextTests) PASS: test_context_custom_class (test.test_ssl.ContextTests) PASS: test_create_default_context (test.test_ssl.ContextTests) PASS: test_get_ca_certs (test.test_ssl.ContextTests) PASS: test_get_ciphers (test.test_ssl.ContextTests) PASS: test_hostname_checks_common_name (test.test_ssl.ContextTests) PASS: test_load_cert_chain (test.test_ssl.ContextTests) PASS: test_load_default_certs (test.test_ssl.ContextTests) PASS: test_load_default_certs_env (test.test_ssl.ContextTests) SKIP: test_load_default_certs_env_windows (test.test_ssl.ContextTests) 'Windows specific' PASS: test_load_dh_params (test.test_ssl.ContextTests) PASS: test_load_verify_cadata (test.test_ssl.ContextTests) PASS: test_load_verify_locations (test.test_ssl.ContextTests) PASS: test_min_max_version (test.test_ssl.ContextTests) PASS: test_options (test.test_ssl.ContextTests) PASS: test_protocol (test.test_ssl.ContextTests) PASS: test_python_ciphers (test.test_ssl.ContextTests) PASS: test_session_stats (test.test_ssl.ContextTests) PASS: test_set_default_verify_paths (test.test_ssl.ContextTests) PASS: test_set_ecdh_curve (test.test_ssl.ContextTests) PASS: test_sni_callback (test.test_ssl.ContextTests) PASS: test_sni_callback_refcycle (test.test_ssl.ContextTests) PASS: test_verify_flags (test.test_ssl.ContextTests) PASS: test_verify_mode_protocol (test.test_ssl.ContextTests) PASS: test_DER_to_PEM (test.test_ssl.BasicSocketTests) PASS: test_asn1object (test.test_ssl.BasicSocketTests) PASS: test_cert_time_to_seconds (test.test_ssl.BasicSocketTests) SKIP: test_cert_time_to_seconds_locale (test.test_ssl.BasicSocketTests) 'locale-specific month name needs to be different from C locale' SKIP: test_cert_time_to_seconds_timezone (test.test_ssl.BasicSocketTests) 'local time needs to be different from UTC' PASS: test_connect_ex_error (test.test_ssl.BasicSocketTests) PASS: test_constants (test.test_ssl.BasicSocketTests) PASS: test_dealloc_warn (test.test_ssl.BasicSocketTests) test_empty_cert (test.test_ssl.BasicSocketTests) PASS: Wrapping with an empty cert file SKIP: test_enum_certificates (test.test_ssl.BasicSocketTests) 'Windows specific' SKIP: test_enum_crls (test.test_ssl.BasicSocketTests) 'Windows specific' PASS: test_errors_sslwrap (test.test_ssl.BasicSocketTests) PASS: test_get_default_verify_paths (test.test_ssl.BasicSocketTests) test_malformed_cert (test.test_ssl.BasicSocketTests) PASS: Wrapping with a badly formatted certificate (syntax error) test_malformed_key (test.test_ssl.BasicSocketTests) PASS: Wrapping with a badly formatted key (syntax error) PASS: test_match_hostname (test.test_ssl.BasicSocketTests) PASS: test_openssl_version (test.test_ssl.BasicSocketTests) PASS: test_parse_all_sans (test.test_ssl.BasicSocketTests) test_parse_cert (test.test_ssl.BasicSocketTests) ... {'OCSP': ('http://ocsp.verisign.com',), 'caIssuers': ('http://SVRIntl-G3-aia.verisign.com/SVRIntlG3.cer',), 'crlDistributionPoints': ('http://SVRIntl-G3-crl.verisign.com/SVRIntlG3.crl',), 'issuer': ((('countryName', 'US'),), (('organizationName', 'VeriSign, Inc.'),), (('organizationalUnitName', 'VeriSign Trust Network'),), (('organizationalUnitName', 'Terms of use at https://www.verisign.com/rpa (c)10'),), (('commonName', 'VeriSign Class 3 International Server CA - G3'),)), 'notAfter': 'Sep 20 23:59:59 2012 GMT', 'notBefore': 'Sep 21 00:00:00 2011 GMT', 'serialNumber': '2EE6EA7640A075CEE5005F4D7C79549A', 'subject': ((('countryName', 'FI'),), (('stateOrProvinceName', 'Espoo'),), (('localityName', 'Espoo'),), (('organizationName', 'Nokia'),), (('organizationalUnitName', 'BI'),), (('commonName', 'projects.developer.nokia.com'),)), 'subjectAltName': (('DNS', 'projects.developer.nokia.com'), ('DNS', 'projects.forum.nokia.com')), 'version': 3} ok test_parse_cert_CVE_2013_4238 (test.test_ssl.BasicSocketTests) ... {'issuer': ((('countryName', 'US'),), (('stateOrProvinceName', 'Oregon'),), (('localityName', 'Beaverton'),), (('organizationName', 'Python Software Foundation'),), (('organizationalUnitName', 'Python Core Development'),), (('commonName', 'null.python.org\x00example.org'),), (('emailAddress', 'python-dev@python.org'),)), 'notAfter': 'Aug 7 13:12:52 2013 GMT', 'notBefore': 'Aug 7 13:11:52 2013 GMT', 'serialNumber': '00', 'subject': ((('countryName', 'US'),), (('stateOrProvinceName', 'Oregon'),), (('localityName', 'Beaverton'),), (('organizationName', 'Python Software Foundation'),), (('organizationalUnitName', 'Python Core Development'),), (('commonName', 'null.python.org\x00example.org'),), (('emailAddress', 'python-dev@python.org'),)), 'subjectAltName': (('DNS', 'altnull.python.org\x00example.com'), ('email', 'null@python.org\x00user@example.org'), ('URI', 'http://null.python.org\x00http://example.org'), ('IP Address', '192.0.2.1'), ('IP Address', '2001:DB8:0:0:0:0:0:1\n')), 'version': 3} ok test_parse_cert_CVE_2019_5010 (test.test_ssl.BasicSocketTests) ... {'issuer': ((('countryName', 'UK'),), (('commonName', 'cody-ca'),)), 'notAfter': 'Jun 14 18:00:58 2028 GMT', 'notBefore': 'Jun 18 18:00:58 2018 GMT', 'serialNumber': '02', 'subject': ((('countryName', 'UK'),), (('commonName', 'codenomicon-vm-2.test.lal.cisco.com'),)), 'subjectAltName': (('DNS', 'codenomicon-vm-2.test.lal.cisco.com'),), 'version': 3} ok PASS: test_private_init (test.test_ssl.BasicSocketTests) PASS: test_purpose_enum (test.test_ssl.BasicSocketTests) test_random (test.test_ssl.BasicSocketTests) ... RAND_status is 1 (sufficient randomness) ok PASS: test_random_fork (test.test_ssl.BasicSocketTests) PASS: test_refcycle (test.test_ssl.BasicSocketTests) PASS: test_server_side (test.test_ssl.BasicSocketTests) PASS: test_str_for_enums (test.test_ssl.BasicSocketTests) PASS: test_timeout (test.test_ssl.BasicSocketTests) PASS: test_tls_unique_channel_binding (test.test_ssl.BasicSocketTests) PASS: test_unknown_channel_binding (test.test_ssl.BasicSocketTests) PASS: test_unsupported_dtls (test.test_ssl.BasicSocketTests) PASS: test_wrapped_unconnected (test.test_ssl.BasicSocketTests) PASS: test_bad_server_hostname (test.test_ssl.SSLErrorTests) PASS: test_lib_reason (test.test_ssl.SSLErrorTests) PASS: test_str (test.test_ssl.SSLErrorTests) PASS: test_subclass (test.test_ssl.SSLErrorTests) PASS: test_buffer_types (test.test_ssl.MemoryBIOTests) PASS: test_eof (test.test_ssl.MemoryBIOTests) PASS: test_error_types (test.test_ssl.MemoryBIOTests) PASS: test_pending (test.test_ssl.MemoryBIOTests) PASS: test_read_write (test.test_ssl.MemoryBIOTests) PASS: test_private_init (test.test_ssl.SSLObjectTests) PASS: test_unwrap (test.test_ssl.SSLObjectTests) test_bio_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 54000) Needed 2 calls to complete do_handshake(). server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None Needed 4 calls to complete unwrap(). ok test_bio_read_write_data (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 41422) Needed 2 calls to complete do_handshake(). Needed 1 calls to complete write(). server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None Needed 4 calls to complete read(). Needed 2 calls to complete unwrap(). ok test_ciphers (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 43410) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 43412) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok test_connect (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 55028) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 55030) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok test_connect_cadata (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 41874) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 41876) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok test_connect_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 55160) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 55162) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok test_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 33322) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok test_connect_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 46152) server: bad connection attempt from ('127.0.0.1', 46152): Traceback (most recent call last): File "/usr/lib/python3.7/test/test_ssl.py", line 2221, in wrap_conn self.sock, server_side=True) File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket session=session File "/usr/lib/python3.7/ssl.py", line 870, in _create self.do_handshake() File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1076) ok test_connect_with_context (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 33236) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 33238) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 33240) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok test_connect_with_context_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 53220) server: bad connection attempt from ('127.0.0.1', 53220): Traceback (most recent call last): File "/usr/lib/python3.7/test/test_ssl.py", line 2221, in wrap_conn self.sock, server_side=True) File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket session=session File "/usr/lib/python3.7/ssl.py", line 870, in _create self.do_handshake() File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1076) ok test_context_setget (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 55654) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok test_get_ca_certs_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 47752) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok test_get_server_certificate (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 49670) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 49674) Verified certificate for localhost:49101 is -----BEGIN CERTIFICATE----- MIIF8TCCBFmgAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV BAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW MBQGA1UEAwwNb3VyLWNhLXNlcnZlcjAeFw0xODA4MjkxNDIzMTZaFw0yODA3MDcx NDIzMTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQHDA5DYXN0bGUgQW50aHJheDEj MCEGA1UECgwaUHl0aG9uIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMMCWxv Y2FsaG9zdDCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBAJ8oLzdB739k YxZiFukBFGIpyjqYkj0I015p/sDz1MT7DljcZLBLy7OqnkLpB5tnM8256DwdihPA 3zlnfEzTfr9DD0qFBW2H5cMCoz7X17koeRhzGDd3dkjUeBjXvR5qRosG8wM3lQug U7AizY+3Azaj1yN3mZ9K5a20jr58Kqinz+Xxx6sb2JfYYff2neJbBahNm5id0AD2 pi/TthZqO5DURJYo+MdgZOcy+7jEjOJsLWZd3Yzq78iM07qDjbpIoVpENZCTHTWA hX8LIqz0OBmh4weQpm4+plU7E4r4D82uauocWw8iyuznCTtABWO7n9fWySmf9QZC WYxHAFpBQs6zUVqAD7nhFdTqpQ9bRiaEnjE4HiAccPW+MAoSxFnv/rNzEzI6b4zU NspFMfg1aNVamdjxdpUZ1GG1Okf0yPJykqEX4PZl3La1Be2q7YZ1wydR523Xd+f3 EO4/g+imETSKn8gyCf6Rvib175L4r2WV1CXQH7gFwZYCod6WHYq5TQIDAQABo4IB wDCCAbwwFAYDVR0RBA0wC4IJbG9jYWxob3N0MA4GA1UdDwEB/wQEAwIFoDAdBgNV HSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4E FgQUj+od4zNcABazi29rb9NMy7XLfFUwfQYDVR0jBHYwdIAU3b/K2ubRNLo3dSHK b5oIKPI1tkihUaRPME0xCzAJBgNVBAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29m dHdhcmUgRm91bmRhdGlvbiBDQTEWMBQGA1UEAwwNb3VyLWNhLXNlcnZlcoIJAMst gJlaaVJbMIGDBggrBgEFBQcBAQR3MHUwPAYIKwYBBQUHMAKGMGh0dHA6Ly90ZXN0 Y2EucHl0aG9udGVzdC5uZXQvdGVzdGNhL3B5Y2FjZXJ0LmNlcjA1BggrBgEFBQcw AYYpaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0Y2Evb2NzcC8wQwYD VR0fBDwwOjA4oDagNIYyaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0 Y2EvcmV2b2NhdGlvbi5jcmwwDQYJKoZIhvcNAQELBQADggGBACf1jFkQ9MbnKAC/ uo17EwPxHKZfswZVpCK527LVRr33DN1DbrR5ZWchDCpV7kCOhZ+fR7sKKk22ZHSY oH+u3PEu20J3GOB1iyY1aMNB7WvId3JvappdVWkC/VpUyFfLsGUDFuIPADmZZqCb iJMX4loteTVfl1d4xK/1mV6Gq9MRrRqiDfpSELn+v53OM9mGspwW+NZ1CIrbCuW0 KxZ/tPkqn8PSd9fNZR70bB7rWbnwrl+kH8xKxLl6qdlrMmg74WWwhLeQxK7+9DdP IaDenzqx5cwWBGY/C0HcQj0gPuy3lSs1V/q+f7Y6uspPWP51PgiJLIywXS75iRAr +UFGTzwAtyfTZSQoFyMmMULqfk6T5HtoVMqfRvPvK+mFDLWEstU1NIB1K/CRI7gI AY65ClTU+zRS/tlF8IA7tsFvgtEf8jsI9kamlidhS1gyeg4dWcVErV4aeTPB1AUv StPYQkKNM+NjytWHl5tNuBoDNLsc0gI/WSPiI4CIY8LwomOoiw== -----END CERTIFICATE----- server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok test_get_server_certificate_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 55420) [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076) server: bad connection attempt from ('127.0.0.1', 55420): Traceback (most recent call last): File "/usr/lib/python3.7/test/test_ssl.py", line 2221, in wrap_conn self.sock, server_side=True) File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket session=session File "/usr/lib/python3.7/ssl.py", line 870, in _create self.do_handshake() File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1076) ok test_makefile_close (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 40088) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok test_non_blocking_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 36876) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok test_non_blocking_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 59816) Needed 2 calls to do_handshake() to establish session. server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok test_PROTOCOL_TLS (test.test_ssl.ThreadedTests) Connecting to an SSLv23 server with various client options ... PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE PROTOCOL_TLSv1->PROTOCOL_TLS CERT_NONE PROTOCOL_TLS->PROTOCOL_TLS CERT_OPTIONAL PROTOCOL_TLSv1->PROTOCOL_TLS CERT_OPTIONAL PROTOCOL_TLS->PROTOCOL_TLS CERT_REQUIRED PROTOCOL_TLSv1->PROTOCOL_TLS CERT_REQUIRED PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE {PROTOCOL_TLSv1->PROTOCOL_TLS} CERT_NONE ok test_alpn_protocols (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 56480) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 50386) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 45224) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 47360) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. ok test_asyncore_server (test.test_ssl.ThreadedTests) Check the example asyncore integration. ... server: new connection from 127.0.0.1:34644 client: sending b'FOO\n'... server: read b'FOO\n' from client client: read b'foo\n' client: closing connection. client: connection closed. cleanup: stopping server. cleanup: joining server thread. server: read b'over\n' from client server: closed connection server: read b'' from client cleanup: successfully joined. ok test_check_hostname (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 59784) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 45250) server: bad connection attempt from ('127.0.0.1', 45250): Traceback (most recent call last): File "/usr/lib/python3.7/test/test_ssl.py", line 2221, in wrap_conn self.sock, server_side=True) File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket session=session File "/usr/lib/python3.7/ssl.py", line 870, in _create self.do_handshake() File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1076) ok test_check_hostname_idn (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 37308) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 52876) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 55400) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 45826) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 55334) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 34238) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 60356) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 50164) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 38472) server: bad connection attempt from ('127.0.0.1', 38472): Traceback (most recent call last): File "/usr/lib/python3.7/test/test_ssl.py", line 2221, in wrap_conn self.sock, server_side=True) File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket session=session File "/usr/lib/python3.7/ssl.py", line 870, in _create self.do_handshake() File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1076) ok test_compression (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 59060) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. got compression: None ok test_compression_disabled (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 33788) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. ok test_crl_check (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 33902) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 40592) server: bad connection attempt from ('127.0.0.1', 40592): Traceback (most recent call last): File "/usr/lib/python3.7/test/test_ssl.py", line 2221, in wrap_conn self.sock, server_side=True) File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket session=session File "/usr/lib/python3.7/ssl.py", line 870, in _create self.do_handshake() File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1076) server: new connection from ('127.0.0.1', 45106) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok test_default_ecdh_curve (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 34790) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) server: selected protocol is now None ok test_dh_params (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 56974) server: connection cipher is now ('DHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) server: selected protocol is now None client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. ok PASS: test_do_handshake_enotconn (test.test_ssl.ThreadedTests) test_dual_rsa_ecc (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 33650) server: connection cipher is now ('ECDHE-ECDSA-AES256-GCM-SHA384', 'TLSv1.2', 256) server: selected protocol is now None ok test_ecc_cert (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 53562) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok SKIP: test_ecdh_curve (test.test_ssl.ThreadedTests) "TODO: Test doesn't work on 1.1.1" test_echo (test.test_ssl.ThreadedTests) Basic test of an SSL client connecting to a server ... server: new connection from ('127.0.0.1', 55678) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 56772) client: sending b'FOO\n'... server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 35706) client: sending b'FOO\n'... server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 59090) client: sending b'FOO\n'... server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 40840) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 49638) server: bad connection attempt from ('127.0.0.1', 49638): Traceback (most recent call last): File "/usr/lib/python3.7/test/test_ssl.py", line 2221, in wrap_conn self.sock, server_side=True) File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket session=session File "/usr/lib/python3.7/ssl.py", line 870, in _create self.do_handshake() File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] called a function you should not call (_ssl.c:1076) server: new connection from ('127.0.0.1', 41528) server: bad connection attempt from ('127.0.0.1', 41528): Traceback (most recent call last): File "/usr/lib/python3.7/test/test_ssl.py", line 2221, in wrap_conn self.sock, server_side=True) File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket session=session File "/usr/lib/python3.7/ssl.py", line 870, in _create self.do_handshake() File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() OSError: [Errno 0] Error server: new connection from ('127.0.0.1', 40330) server: bad connection attempt from ('127.0.0.1', 40330): Traceback (most recent call last): File "/usr/lib/python3.7/test/test_ssl.py", line 2221, in wrap_conn self.sock, server_side=True) File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket session=session File "/usr/lib/python3.7/ssl.py", line 870, in _create self.do_handshake() File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] called a function you should not call (_ssl.c:1076) ok test_getpeercert (test.test_ssl.ThreadedTests) ... {'OCSP': ('http://testca.pythontest.net/testca/ocsp/',), 'caIssuers': ('http://testca.pythontest.net/testca/pycacert.cer',), 'crlDistributionPoints': ('http://testca.pythontest.net/testca/revocation.crl',), 'issuer': ((('countryName', 'XY'),), (('organizationName', 'Python Software Foundation CA'),), (('commonName', 'our-ca-server'),)), 'notAfter': 'Jul 7 14:23:16 2028 GMT', 'notBefore': 'Aug 29 14:23:16 2018 GMT', 'serialNumber': 'CB2D80995A69525C', 'subject': ((('countryName', 'XY'),), (('localityName', 'Castle Anthrax'),), (('organizationName', 'Python Software Foundation'),), (('commonName', 'localhost'),)), 'subjectAltName': (('DNS', 'localhost'),), 'version': 3} Connection cipher is ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256). ok PASS: test_getpeercert_enotconn (test.test_ssl.ThreadedTests) PASS: test_handshake_timeout (test.test_ssl.ThreadedTests) test_min_max_version (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 53042) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 41830) server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 58030) server: bad connection attempt from ('127.0.0.1', 58030): Traceback (most recent call last): File "/usr/lib/python3.7/test/test_ssl.py", line 2221, in wrap_conn self.sock, server_side=True) File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket session=session File "/usr/lib/python3.7/ssl.py", line 870, in _create self.do_handshake() File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1076) ok SKIP: test_min_max_version_sslv3 (test.test_ssl.ThreadedTests) 'requires SSLv3 support' test_no_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 33594) server: bad connection attempt from ('127.0.0.1', 33594): Traceback (most recent call last): File "/usr/lib/python3.7/test/test_ssl.py", line 2221, in wrap_conn self.sock, server_side=True) File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket session=session File "/usr/lib/python3.7/ssl.py", line 870, in _create self.do_handshake() File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1076) ok test_nonblocking_send (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 37434) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None Connection reset by peer: ('127.0.0.1', 37434) ok SKIP: test_npn_protocols (test.test_ssl.ThreadedTests) 'NPN support needed for this test' test_protocol_sslv2 (test.test_ssl.ThreadedTests) SKIP: Connecting to an SSLv2 server with various client options 'OpenSSL is compiled without SSLv2 support' test_protocol_sslv3 (test.test_ssl.ThreadedTests) SKIP: Connecting to an SSLv3 server with various client options 'OpenSSL is compiled without SSLv3 support' test_protocol_tlsv1 (test.test_ssl.ThreadedTests) Connecting to a TLSv1 server with various client options ... PROTOCOL_TLSv1->PROTOCOL_TLSv1 CERT_NONE PROTOCOL_TLSv1->PROTOCOL_TLSv1 CERT_OPTIONAL PROTOCOL_TLSv1->PROTOCOL_TLSv1 CERT_REQUIRED {PROTOCOL_TLS->PROTOCOL_TLSv1} CERT_NONE ok test_protocol_tlsv1_1 (test.test_ssl.ThreadedTests) Connecting to a TLSv1.1 server with various client options. ... PROTOCOL_TLSv1_1->PROTOCOL_TLSv1_1 CERT_NONE {PROTOCOL_TLS->PROTOCOL_TLSv1_1} CERT_NONE PROTOCOL_TLSv1_1->PROTOCOL_TLS CERT_NONE {PROTOCOL_TLSv1->PROTOCOL_TLSv1_1} CERT_NONE {PROTOCOL_TLSv1_1->PROTOCOL_TLSv1} CERT_NONE ok test_protocol_tlsv1_2 (test.test_ssl.ThreadedTests) Connecting to a TLSv1.2 server with various client options. ... PROTOCOL_TLSv1_2->PROTOCOL_TLSv1_2 CERT_NONE {PROTOCOL_TLS->PROTOCOL_TLSv1_2} CERT_NONE PROTOCOL_TLSv1_2->PROTOCOL_TLS CERT_NONE {PROTOCOL_TLSv1->PROTOCOL_TLSv1_2} CERT_NONE {PROTOCOL_TLSv1_2->PROTOCOL_TLSv1} CERT_NONE {PROTOCOL_TLSv1_1->PROTOCOL_TLSv1_2} CERT_NONE {PROTOCOL_TLSv1_2->PROTOCOL_TLSv1_1} CERT_NONE ok PASS: test_read_write_after_close_raises_valuerror (test.test_ssl.ThreadedTests) test_recv_send (test.test_ssl.ThreadedTests) Test recv(), send() and friends. ... server: new connection from ('127.0.0.1', 33592) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok test_recv_zero (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 37542) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok test_rude_shutdown (test.test_ssl.ThreadedTests) PASS: A brutal shutdown of an SSL server should raise an OSError test_selected_alpn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 52288) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. ok test_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 60732) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. ok test_selected_npn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 40262) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. ok PASS: test_sendfile (test.test_ssl.ThreadedTests) PASS: test_server_accept (test.test_ssl.ThreadedTests) test_session (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 40510) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 39746) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 38010) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 35396) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) server: selected protocol is now None ok PASS: test_session_handling (test.test_ssl.ThreadedTests) test_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 52386) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok test_sni_callback (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 56716) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 33126) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 44532) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok PASS: test_sni_callback_alert (test.test_ssl.ThreadedTests) PASS: test_sni_callback_raising (test.test_ssl.ThreadedTests) PASS: test_sni_callback_wrong_return_type (test.test_ssl.ThreadedTests) test_socketserver (test.test_ssl.ThreadedTests) Using socketserver to create and manage SSL connections. ... server (('127.0.0.1', 40145):40145 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [16/Aug/2019 21:08:18] "GET /keycert.pem HTTP/1.1" 200 - client: read 4058 bytes from remote server '>' stopping HTTPS server joining HTTPS thread ok test_ssl_cert_verify_error (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 47660) server: bad connection attempt from ('127.0.0.1', 47660): Traceback (most recent call last): File "/usr/lib/python3.7/test/test_ssl.py", line 2221, in wrap_conn self.sock, server_side=True) File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket session=session File "/usr/lib/python3.7/ssl.py", line 870, in _create self.do_handshake() File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1076) ok test_starttls (test.test_ssl.ThreadedTests) Switching from clear text to encrypted and back again. ... client: sending b'msg 1'... server: new connection from ('127.0.0.1', 40190) server: read b'msg 1' (unencrypted), sending back b'msg 1' (unencrypted)... client: read b'msg 1' from server client: sending b'MSG 2'... server: read b'MSG 2' (unencrypted), sending back b'msg 2' (unencrypted)... client: read b'msg 2' from server client: sending b'STARTTLS'... server: read STARTTLS from client, sending OK... client: read b'ok' from server, starting TLS... client: sending b'MSG 3'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: read b'MSG 3' (encrypted), sending back b'msg 3' (encrypted)... client: read b'msg 3' from server client: sending b'msg 4'... server: read b'msg 4' (encrypted), sending back b'msg 4' (encrypted)... client: read b'msg 4' from server client: sending b'ENDTLS'... server: read ENDTLS from client, sending OK... client: read b'ok' from server, ending TLS... client: sending b'msg 5'... server: connection is now unencrypted... server: read b'msg 5' (unencrypted), sending back b'msg 5' (unencrypted)... client: read b'msg 5' from server client: sending b'msg 6'... server: read b'msg 6' (unencrypted), sending back b'msg 6' (unencrypted)... client: read b'msg 6' from server client: closing connection. server: client closed connection ok test_tls1_3 (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 39302) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok test_tls_unique_channel_binding (test.test_ssl.ThreadedTests) Test tls-unique channel binding. ... server: new connection from ('127.0.0.1', 56076) got channel binding data: b' \xf3\xfe^\x18\xaa\x83\xd8]>\xa3\x1d\r\\\xb5\x05xo\xcd\x0fC$7\x1d\xa9\x9b%R\x14\xfd\xfa\x85>YPg\x04W\xe8\xf9\x07\xd6\x1a\xce$\xaa`\x88' server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 56078) got another channel binding data: b'\xaa\xd4\xa4;)\xebS\xdc\x02\xb0<\xc7i\x9dX\x1fR\x1ab/t9#?3uf1\xbda\xe3;\x82\x0bf\xb9\x14\x9fB\x06\n\r\xc2\x15\x8b\xb3u\x19' server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None ok PASS: test_version_basic (test.test_ssl.ThreadedTests) test_wrong_cert_tls12 (test.test_ssl.ThreadedTests) Connecting when the server rejects the client's certificate ... server: new connection from ('127.0.0.1', 57664) server: bad connection attempt from ('127.0.0.1', 57664): Traceback (most recent call last): File "/usr/lib/python3.7/test/test_ssl.py", line 2221, in wrap_conn self.sock, server_side=True) File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket session=session File "/usr/lib/python3.7/ssl.py", line 870, in _create self.do_handshake() File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1076) SSLError is SSLError(1, '[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1076)') ok test_wrong_cert_tls13 (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 41520) server: bad connection attempt from ('127.0.0.1', 41520): Traceback (most recent call last): File "/usr/lib/python3.7/test/test_ssl.py", line 2221, in wrap_conn self.sock, server_side=True) File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket session=session File "/usr/lib/python3.7/ssl.py", line 870, in _create self.do_handshake() File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1076) socket.error is ConnectionResetError(104, 'Connection reset by peer') ok PASS: test_bpo37428_pha_cert_none (test.test_ssl.TestPostHandshakeAuth) PASS: test_pha_no_pha_client (test.test_ssl.TestPostHandshakeAuth) PASS: test_pha_no_pha_server (test.test_ssl.TestPostHandshakeAuth) PASS: test_pha_not_tls13 (test.test_ssl.TestPostHandshakeAuth) test_pha_optional (test.test_ssl.TestPostHandshakeAuth) ... ok test_pha_optional_nocert (test.test_ssl.TestPostHandshakeAuth) ... ok PASS: test_pha_required (test.test_ssl.TestPostHandshakeAuth) PASS: test_pha_required_nocert (test.test_ssl.TestPostHandshakeAuth) PASS: test_pha_setter (test.test_ssl.TestPostHandshakeAuth) ---------------------------------------------------------------------- Ran 151 tests in 5.045s OK (skipped=10) 0:15:53 load avg: 0.74 [314/416] test_startfile Exception in thread Thread-2106: Traceback (most recent call last): File "/usr/lib/python3.7/test/test_ssl.py", line 2300, in run msg = self.read() File "/usr/lib/python3.7/test/test_ssl.py", line 2277, in read return self.sslconn.read() File "/usr/lib/python3.7/ssl.py", line 931, in read return self._sslobj.read(len) ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:2508) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner self.run() File "/usr/lib/python3.7/test/test_ssl.py", line 2386, in run raise ssl.SSLError('tlsv13 alert certificate required') ssl.SSLError: ('tlsv13 alert certificate required',) test_startfile skipped -- object has no attribute 'startfile' 0:15:53 load avg: 0.74 [315/416] test_stat -- test_startfile skipped PASS: test_devices (test.test_stat.TestFilemodeCStat) PASS: test_directory (test.test_stat.TestFilemodeCStat) PASS: test_fifo (test.test_stat.TestFilemodeCStat) SKIP: test_file_attribute_constants (test.test_stat.TestFilemodeCStat) 'FILE_ATTRIBUTE_* constants are Win32 specific' PASS: test_link (test.test_stat.TestFilemodeCStat) PASS: test_mode (test.test_stat.TestFilemodeCStat) PASS: test_module_attributes (test.test_stat.TestFilemodeCStat) PASS: test_devices (test.test_stat.TestFilemodePyStat) PASS: test_directory (test.test_stat.TestFilemodePyStat) PASS: test_fifo (test.test_stat.TestFilemodePyStat) SKIP: test_file_attribute_constants (test.test_stat.TestFilemodePyStat) 'FILE_ATTRIBUTE_* constants are Win32 specific' PASS: test_link (test.test_stat.TestFilemodePyStat) PASS: test_mode (test.test_stat.TestFilemodePyStat) PASS: test_module_attributes (test.test_stat.TestFilemodePyStat) ---------------------------------------------------------------------- Ran 14 tests in 0.005s OK (skipped=2) 0:15:54 load avg: 0.74 [316/416] test_statistics PASS: test_exactly_equal_absolute (test.test_statistics.ApproxEqualExactTest) PASS: test_exactly_equal_absolute_decimals (test.test_statistics.ApproxEqualExactTest) PASS: test_exactly_equal_both (test.test_statistics.ApproxEqualExactTest) PASS: test_exactly_equal_decimals (test.test_statistics.ApproxEqualExactTest) PASS: test_exactly_equal_floats (test.test_statistics.ApproxEqualExactTest) PASS: test_exactly_equal_fractions (test.test_statistics.ApproxEqualExactTest) PASS: test_exactly_equal_ints (test.test_statistics.ApproxEqualExactTest) PASS: test_exactly_equal_relative (test.test_statistics.ApproxEqualExactTest) PASS: test_approx_equal_absolute_decimals (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_absolute_floats (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_absolute_fractions (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_absolute_ints (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_both1 (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_both2 (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_both3 (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_both4 (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_relative_decimals (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_relative_floats (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_relative_fractions (test.test_statistics.ApproxEqualInexactTest) PASS: test_approx_equal_relative_ints (test.test_statistics.ApproxEqualInexactTest) PASS: test_cross_zero (test.test_statistics.ApproxEqualInexactTest) PASS: test_decimal_zeroes (test.test_statistics.ApproxEqualSpecialsTest) PASS: test_float_zeroes (test.test_statistics.ApproxEqualSpecialsTest) PASS: test_inf (test.test_statistics.ApproxEqualSpecialsTest) PASS: test_nan (test.test_statistics.ApproxEqualSpecialsTest) PASS: test_relative_symmetry (test.test_statistics.ApproxEqualSymmetryTest) PASS: test_symmetry (test.test_statistics.ApproxEqualSymmetryTest) PASS: test_exactly_unequal_decimals (test.test_statistics.ApproxEqualUnequalTest) PASS: test_exactly_unequal_floats (test.test_statistics.ApproxEqualUnequalTest) PASS: test_exactly_unequal_fractions (test.test_statistics.ApproxEqualUnequalTest) PASS: test_exactly_unequal_ints (test.test_statistics.ApproxEqualUnequalTest) PASS: test_bool (test.test_statistics.CoerceTest) PASS: test_decimal (test.test_statistics.CoerceTest) PASS: test_float (test.test_statistics.CoerceTest) PASS: test_fraction (test.test_statistics.CoerceTest) PASS: test_incompatible_types (test.test_statistics.CoerceTest) PASS: test_int (test.test_statistics.CoerceTest) PASS: test_non_numeric_types (test.test_statistics.CoerceTest) PASS: test_decimal (test.test_statistics.ConvertTest) PASS: test_float (test.test_statistics.ConvertTest) PASS: test_fraction (test.test_statistics.ConvertTest) PASS: test_inf (test.test_statistics.ConvertTest) PASS: test_int (test.test_statistics.ConvertTest) PASS: test_nan (test.test_statistics.ConvertTest) PASS: test_infinity (test.test_statistics.DecimalToRatioTest) PASS: test_nan (test.test_statistics.DecimalToRatioTest) PASS: test_negative_exponent (test.test_statistics.DecimalToRatioTest) PASS: test_positive_exponent (test.test_statistics.DecimalToRatioTest) PASS: test_regression_20536 (test.test_statistics.DecimalToRatioTest) PASS: test_sign (test.test_statistics.DecimalToRatioTest) test_doc_tests (test.test_statistics.DocTests) ... Trying: mean([-1.0, 2.5, 3.25, 5.75]) Expecting: 2.625 ok Trying: median([2, 3, 4, 5]) Expecting: 3.5 ok Trying: median_grouped([2, 2, 3, 3, 3, 4]) #doctest: +ELLIPSIS Expecting: 2.8333333333... ok Trying: stdev([2.5, 3.25, 5.5, 11.25, 11.75]) #doctest: +ELLIPSIS Expecting: 4.38961843444... ok Trying: data = [1, 2, 2, 4, 4, 4, 5, 6] Expecting nothing ok Trying: mu = mean(data) Expecting nothing ok Trying: pvariance(data, mu) Expecting: 2.5 ok Trying: _exact_ratio(0.25) Expecting: (1, 4) ok Trying: _sum([3, 2.25, 4.5, -0.5, 1.0], 0.75) Expecting: (, Fraction(11, 1), 5) ok Trying: _sum([1e50, 1, -1e50] * 1000) Expecting: (, Fraction(1000, 1), 3000) ok Trying: from fractions import Fraction as F Expecting nothing ok Trying: _sum([F(2, 3), F(7, 5), F(1, 4), F(5, 6)]) Expecting: (, Fraction(63, 20), 4) ok Trying: from decimal import Decimal as D Expecting nothing ok Trying: data = [D("0.1375"), D("0.2108"), D("0.3061"), D("0.0419")] Expecting nothing ok Trying: _sum(data) Expecting: (, Fraction(6963, 10000), 4) ok Trying: harmonic_mean([2.5, 3, 10]) # For an equal investment portfolio. Expecting: 3.6 ok Trying: mean([1, 2, 3, 4, 4]) Expecting: 2.8 ok Trying: from fractions import Fraction as F Expecting nothing ok Trying: mean([F(3, 7), F(1, 21), F(5, 3), F(1, 3)]) Expecting: Fraction(13, 21) ok Trying: from decimal import Decimal as D Expecting nothing ok Trying: mean([D("0.5"), D("0.75"), D("0.625"), D("0.375")]) Expecting: Decimal('0.5625') ok Trying: median([1, 3, 5]) Expecting: 3 ok Trying: median([1, 3, 5, 7]) Expecting: 4.0 ok Trying: median_grouped([1, 2, 2, 3, 4, 4, 4, 4, 4, 5]) Expecting: 3.7 ok Trying: median_grouped([52, 52, 53, 54]) Expecting: 52.5 ok Trying: median_grouped([1, 3, 3, 5, 7], interval=1) Expecting: 3.25 ok Trying: median_grouped([1, 3, 3, 5, 7], interval=2) Expecting: 3.5 ok Trying: median_high([1, 3, 5]) Expecting: 3 ok Trying: median_high([1, 3, 5, 7]) Expecting: 5 ok Trying: median_low([1, 3, 5]) Expecting: 3 ok Trying: median_low([1, 3, 5, 7]) Expecting: 3 ok Trying: mode([1, 1, 2, 3, 3, 3, 3, 4]) Expecting: 3 ok Trying: mode(["red", "blue", "blue", "red", "green", "red", "red"]) Expecting: 'red' ok Trying: pstdev([1.5, 2.5, 2.5, 2.75, 3.25, 4.75]) Expecting: 0.986893273527251 ok Trying: data = [0.0, 0.25, 0.25, 1.25, 1.5, 1.75, 2.75, 3.25] Expecting nothing ok Trying: pvariance(data) Expecting: 1.25 ok Trying: mu = mean(data) Expecting nothing ok Trying: pvariance(data, mu) Expecting: 1.25 ok Trying: from decimal import Decimal as D Expecting nothing ok Trying: pvariance([D("27.5"), D("30.25"), D("30.25"), D("34.5"), D("41.75")]) Expecting: Decimal('24.815') ok Trying: from fractions import Fraction as F Expecting nothing ok Trying: pvariance([F(1, 4), F(5, 4), F(1, 2)]) Expecting: Fraction(13, 72) ok Trying: stdev([1.5, 2.5, 2.5, 2.75, 3.25, 4.75]) Expecting: 1.0810874155219827 ok Trying: data = [2.75, 1.75, 1.25, 0.25, 0.5, 1.25, 3.5] Expecting nothing ok Trying: variance(data) Expecting: 1.3720238095238095 ok Trying: m = mean(data) Expecting nothing ok Trying: variance(data, m) Expecting: 1.3720238095238095 ok Trying: from decimal import Decimal as D Expecting nothing ok Trying: variance([D("27.5"), D("30.25"), D("30.25"), D("34.5"), D("41.75")]) Expecting: Decimal('31.01875') ok Trying: from fractions import Fraction as F Expecting nothing ok Trying: variance([F(1, 6), F(1, 2), F(5, 3)]) Expecting: Fraction(67, 108) ok 9 items had no tests: statistics.StatisticsError statistics._coerce statistics._convert statistics._counts statistics._fail_neg statistics._find_lteq statistics._find_rteq statistics._isfinite statistics._ss 14 items passed all tests: 7 tests in statistics 1 tests in statistics._exact_ratio 7 tests in statistics._sum 1 tests in statistics.harmonic_mean 5 tests in statistics.mean 2 tests in statistics.median 4 tests in statistics.median_grouped 2 tests in statistics.median_high 2 tests in statistics.median_low 2 tests in statistics.mode 1 tests in statistics.pstdev 8 tests in statistics.pvariance 1 tests in statistics.stdev 8 tests in statistics.variance 51 tests in 23 items. 51 passed and 0 failed. Test passed. ok PASS: test_decimal (test.test_statistics.ExactRatioTest) PASS: test_decimal_nan (test.test_statistics.ExactRatioTest) PASS: test_float (test.test_statistics.ExactRatioTest) PASS: test_float_nan (test.test_statistics.ExactRatioTest) PASS: test_fraction (test.test_statistics.ExactRatioTest) PASS: test_inf (test.test_statistics.ExactRatioTest) PASS: test_int (test.test_statistics.ExactRatioTest) PASS: test_error_msg (test.test_statistics.FailNegTest) PASS: test_negatives_raise (test.test_statistics.FailNegTest) PASS: test_pass_through (test.test_statistics.FailNegTest) PASS: test_check_all (test.test_statistics.GlobalsTest) PASS: test_meta (test.test_statistics.GlobalsTest) PASS: test_finite (test.test_statistics.IsFiniteTest) PASS: test_infinity (test.test_statistics.IsFiniteTest) PASS: test_nan (test.test_statistics.IsFiniteTest) PASS: test_has_exception (test.test_statistics.StatisticsErrorTest) PASS: test_decimal_basiccontext_mismatched_infs_to_nan (test.test_statistics.SumSpecialValues) PASS: test_decimal_extendedcontext_mismatched_infs_to_nan (test.test_statistics.SumSpecialValues) PASS: test_decimal_inf (test.test_statistics.SumSpecialValues) PASS: test_decimal_snan_raises (test.test_statistics.SumSpecialValues) PASS: test_float_inf (test.test_statistics.SumSpecialValues) PASS: test_float_mismatched_infs (test.test_statistics.SumSpecialValues) PASS: test_nan (test.test_statistics.SumSpecialValues) PASS: test_torture (test.test_statistics.SumTortureTest) PASS: test_bad_rel (test.test_statistics.TestApproxEqualErrors) PASS: test_bad_tol (test.test_statistics.TestApproxEqualErrors) PASS: test_bad_arg_types (test.test_statistics.TestHarmonicMean) PASS: test_decimals_exact (test.test_statistics.TestHarmonicMean) PASS: test_doubled_data (test.test_statistics.TestHarmonicMean) PASS: test_empty_data (test.test_statistics.TestHarmonicMean) PASS: test_floats_exact (test.test_statistics.TestHarmonicMean) PASS: test_fractions (test.test_statistics.TestHarmonicMean) PASS: test_inf (test.test_statistics.TestHarmonicMean) PASS: test_ints (test.test_statistics.TestHarmonicMean) PASS: test_multiply_data_points (test.test_statistics.TestHarmonicMean) PASS: test_nan (test.test_statistics.TestHarmonicMean) PASS: test_negative_error (test.test_statistics.TestHarmonicMean) PASS: test_no_args (test.test_statistics.TestHarmonicMean) PASS: test_no_inplace_modifications (test.test_statistics.TestHarmonicMean) PASS: test_order_doesnt_matter (test.test_statistics.TestHarmonicMean) PASS: test_range_data (test.test_statistics.TestHarmonicMean) PASS: test_repeated_single_value (test.test_statistics.TestHarmonicMean) PASS: test_single_value (test.test_statistics.TestHarmonicMean) PASS: test_singleton_lists (test.test_statistics.TestHarmonicMean) PASS: test_type_of_data_collection (test.test_statistics.TestHarmonicMean) PASS: test_type_of_data_element (test.test_statistics.TestHarmonicMean) PASS: test_types_conserved (test.test_statistics.TestHarmonicMean) PASS: test_zero (test.test_statistics.TestHarmonicMean) PASS: test_bad_arg_types (test.test_statistics.TestMean) PASS: test_big_data (test.test_statistics.TestMean) PASS: test_decimals (test.test_statistics.TestMean) PASS: test_doubled_data (test.test_statistics.TestMean) PASS: test_empty_data (test.test_statistics.TestMean) PASS: test_floats (test.test_statistics.TestMean) PASS: test_fractions (test.test_statistics.TestMean) PASS: test_inf (test.test_statistics.TestMean) PASS: test_ints (test.test_statistics.TestMean) PASS: test_mismatched_infs (test.test_statistics.TestMean) PASS: test_nan (test.test_statistics.TestMean) PASS: test_no_args (test.test_statistics.TestMean) PASS: test_no_inplace_modifications (test.test_statistics.TestMean) PASS: test_order_doesnt_matter (test.test_statistics.TestMean) PASS: test_range_data (test.test_statistics.TestMean) PASS: test_regression_20561 (test.test_statistics.TestMean) PASS: test_regression_25177 (test.test_statistics.TestMean) PASS: test_repeated_single_value (test.test_statistics.TestMean) PASS: test_single_value (test.test_statistics.TestMean) PASS: test_torture_pep (test.test_statistics.TestMean) PASS: test_type_of_data_collection (test.test_statistics.TestMean) PASS: test_type_of_data_element (test.test_statistics.TestMean) PASS: test_types_conserved (test.test_statistics.TestMean) PASS: test_bad_arg_types (test.test_statistics.TestMedian) PASS: test_empty_data (test.test_statistics.TestMedian) PASS: test_even_decimals (test.test_statistics.TestMedian) PASS: test_even_fractions (test.test_statistics.TestMedian) PASS: test_even_ints (test.test_statistics.TestMedian) PASS: test_no_args (test.test_statistics.TestMedian) PASS: test_no_inplace_modifications (test.test_statistics.TestMedian) PASS: test_odd_decimals (test.test_statistics.TestMedian) PASS: test_odd_fractions (test.test_statistics.TestMedian) PASS: test_odd_ints (test.test_statistics.TestMedian) PASS: test_order_doesnt_matter (test.test_statistics.TestMedian) PASS: test_range_data (test.test_statistics.TestMedian) PASS: test_repeated_single_value (test.test_statistics.TestMedian) PASS: test_single_value (test.test_statistics.TestMedian) PASS: test_type_of_data_collection (test.test_statistics.TestMedian) PASS: test_type_of_data_element (test.test_statistics.TestMedian) PASS: test_types_conserved (test.test_statistics.TestMedianDataType) PASS: test_bad_arg_types (test.test_statistics.TestMedianGrouped) PASS: test_data_type_error (test.test_statistics.TestMedianGrouped) PASS: test_empty_data (test.test_statistics.TestMedianGrouped) PASS: test_even_decimals (test.test_statistics.TestMedianGrouped) PASS: test_even_fractions (test.test_statistics.TestMedianGrouped) PASS: test_even_ints (test.test_statistics.TestMedianGrouped) PASS: test_even_number_repeated (test.test_statistics.TestMedianGrouped) PASS: test_interval (test.test_statistics.TestMedianGrouped) PASS: test_no_args (test.test_statistics.TestMedianGrouped) PASS: test_no_inplace_modifications (test.test_statistics.TestMedianGrouped) PASS: test_odd_decimals (test.test_statistics.TestMedianGrouped) PASS: test_odd_fractions (test.test_statistics.TestMedianGrouped) PASS: test_odd_ints (test.test_statistics.TestMedianGrouped) PASS: test_odd_number_repeated (test.test_statistics.TestMedianGrouped) PASS: test_order_doesnt_matter (test.test_statistics.TestMedianGrouped) PASS: test_range_data (test.test_statistics.TestMedianGrouped) PASS: test_repeated_single_value (test.test_statistics.TestMedianGrouped) PASS: test_single_value (test.test_statistics.TestMedianGrouped) PASS: test_type_of_data_collection (test.test_statistics.TestMedianGrouped) PASS: test_type_of_data_element (test.test_statistics.TestMedianGrouped) PASS: test_bad_arg_types (test.test_statistics.TestMedianHigh) PASS: test_empty_data (test.test_statistics.TestMedianHigh) PASS: test_even_decimals (test.test_statistics.TestMedianHigh) PASS: test_even_fractions (test.test_statistics.TestMedianHigh) PASS: test_even_ints (test.test_statistics.TestMedianHigh) PASS: test_no_args (test.test_statistics.TestMedianHigh) PASS: test_no_inplace_modifications (test.test_statistics.TestMedianHigh) PASS: test_odd_decimals (test.test_statistics.TestMedianHigh) PASS: test_odd_fractions (test.test_statistics.TestMedianHigh) PASS: test_odd_ints (test.test_statistics.TestMedianHigh) PASS: test_order_doesnt_matter (test.test_statistics.TestMedianHigh) PASS: test_range_data (test.test_statistics.TestMedianHigh) PASS: test_repeated_single_value (test.test_statistics.TestMedianHigh) PASS: test_single_value (test.test_statistics.TestMedianHigh) PASS: test_type_of_data_collection (test.test_statistics.TestMedianHigh) PASS: test_type_of_data_element (test.test_statistics.TestMedianHigh) PASS: test_types_conserved (test.test_statistics.TestMedianHigh) PASS: test_bad_arg_types (test.test_statistics.TestMedianLow) PASS: test_empty_data (test.test_statistics.TestMedianLow) PASS: test_even_decimals (test.test_statistics.TestMedianLow) PASS: test_even_fractions (test.test_statistics.TestMedianLow) PASS: test_even_ints (test.test_statistics.TestMedianLow) PASS: test_no_args (test.test_statistics.TestMedianLow) PASS: test_no_inplace_modifications (test.test_statistics.TestMedianLow) PASS: test_odd_decimals (test.test_statistics.TestMedianLow) PASS: test_odd_fractions (test.test_statistics.TestMedianLow) PASS: test_odd_ints (test.test_statistics.TestMedianLow) PASS: test_order_doesnt_matter (test.test_statistics.TestMedianLow) PASS: test_range_data (test.test_statistics.TestMedianLow) PASS: test_repeated_single_value (test.test_statistics.TestMedianLow) PASS: test_single_value (test.test_statistics.TestMedianLow) PASS: test_type_of_data_collection (test.test_statistics.TestMedianLow) PASS: test_type_of_data_element (test.test_statistics.TestMedianLow) PASS: test_types_conserved (test.test_statistics.TestMedianLow) PASS: test_bad_arg_types (test.test_statistics.TestMode) PASS: test_bimodal_data (test.test_statistics.TestMode) PASS: test_counter_data (test.test_statistics.TestMode) PASS: test_discrete_data (test.test_statistics.TestMode) PASS: test_empty_data (test.test_statistics.TestMode) PASS: test_no_args (test.test_statistics.TestMode) PASS: test_no_inplace_modifications (test.test_statistics.TestMode) PASS: test_nominal_data (test.test_statistics.TestMode) PASS: test_none_data (test.test_statistics.TestMode) PASS: test_order_doesnt_matter (test.test_statistics.TestMode) PASS: test_range_data (test.test_statistics.TestMode) PASS: test_repeated_single_value (test.test_statistics.TestMode) PASS: test_single_value (test.test_statistics.TestMode) PASS: test_type_of_data_collection (test.test_statistics.TestMode) PASS: test_type_of_data_element (test.test_statistics.TestMode) PASS: test_types_conserved (test.test_statistics.TestMode) PASS: test_unique_data_failure (test.test_statistics.TestMode) PASS: test_error_msg_numeric (test.test_statistics.TestNumericTestCase) PASS: test_error_msg_sequence (test.test_statistics.TestNumericTestCase) PASS: test_numerictestcase_is_testcase (test.test_statistics.TestNumericTestCase) PASS: test_bad_arg_types (test.test_statistics.TestPStdev) PASS: test_compare_to_variance (test.test_statistics.TestPStdev) PASS: test_domain_error_regression (test.test_statistics.TestPStdev) PASS: test_empty_data (test.test_statistics.TestPStdev) PASS: test_iter_list_same (test.test_statistics.TestPStdev) PASS: test_no_args (test.test_statistics.TestPStdev) PASS: test_no_inplace_modifications (test.test_statistics.TestPStdev) PASS: test_order_doesnt_matter (test.test_statistics.TestPStdev) PASS: test_range_data (test.test_statistics.TestPStdev) PASS: test_repeated_single_value (test.test_statistics.TestPStdev) PASS: test_shift_data (test.test_statistics.TestPStdev) PASS: test_shift_data_exact (test.test_statistics.TestPStdev) PASS: test_single_value (test.test_statistics.TestPStdev) PASS: test_type_of_data_collection (test.test_statistics.TestPStdev) PASS: test_type_of_data_element (test.test_statistics.TestPStdev) PASS: test_bad_arg_types (test.test_statistics.TestPVariance) PASS: test_decimals (test.test_statistics.TestPVariance) PASS: test_domain_error_regression (test.test_statistics.TestPVariance) PASS: test_empty_data (test.test_statistics.TestPVariance) PASS: test_exact_uniform (test.test_statistics.TestPVariance) PASS: test_fractions (test.test_statistics.TestPVariance) PASS: test_ints (test.test_statistics.TestPVariance) PASS: test_iter_list_same (test.test_statistics.TestPVariance) PASS: test_no_args (test.test_statistics.TestPVariance) PASS: test_no_inplace_modifications (test.test_statistics.TestPVariance) PASS: test_order_doesnt_matter (test.test_statistics.TestPVariance) PASS: test_range_data (test.test_statistics.TestPVariance) PASS: test_repeated_single_value (test.test_statistics.TestPVariance) PASS: test_shift_data (test.test_statistics.TestPVariance) PASS: test_shift_data_exact (test.test_statistics.TestPVariance) PASS: test_single_value (test.test_statistics.TestPVariance) PASS: test_type_of_data_collection (test.test_statistics.TestPVariance) PASS: test_type_of_data_element (test.test_statistics.TestPVariance) PASS: test_types_conserved (test.test_statistics.TestPVariance) PASS: testZeroes (test.test_statistics.TestSign) PASS: test_bad_arg_types (test.test_statistics.TestStdev) PASS: test_compare_to_variance (test.test_statistics.TestStdev) PASS: test_domain_error_regression (test.test_statistics.TestStdev) PASS: test_empty_data (test.test_statistics.TestStdev) PASS: test_iter_list_same (test.test_statistics.TestStdev) PASS: test_no_args (test.test_statistics.TestStdev) PASS: test_no_inplace_modifications (test.test_statistics.TestStdev) PASS: test_order_doesnt_matter (test.test_statistics.TestStdev) PASS: test_range_data (test.test_statistics.TestStdev) PASS: test_repeated_single_value (test.test_statistics.TestStdev) PASS: test_shift_data (test.test_statistics.TestStdev) PASS: test_shift_data_exact (test.test_statistics.TestStdev) PASS: test_single_value (test.test_statistics.TestStdev) PASS: test_type_of_data_collection (test.test_statistics.TestStdev) PASS: test_type_of_data_element (test.test_statistics.TestStdev) PASS: test_bytes_fail (test.test_statistics.TestSum) PASS: test_compare_with_math_fsum (test.test_statistics.TestSum) PASS: test_decimals (test.test_statistics.TestSum) PASS: test_empty_data (test.test_statistics.TestSum) PASS: test_floats (test.test_statistics.TestSum) PASS: test_fractions (test.test_statistics.TestSum) PASS: test_ints (test.test_statistics.TestSum) PASS: test_mixed_sum (test.test_statistics.TestSum) PASS: test_start_argument (test.test_statistics.TestSum) PASS: test_strings_fail (test.test_statistics.TestSum) PASS: test_bad_arg_types (test.test_statistics.TestVariance) PASS: test_decimals (test.test_statistics.TestVariance) PASS: test_domain_error_regression (test.test_statistics.TestVariance) PASS: test_empty_data (test.test_statistics.TestVariance) PASS: test_fractions (test.test_statistics.TestVariance) PASS: test_ints (test.test_statistics.TestVariance) PASS: test_iter_list_same (test.test_statistics.TestVariance) PASS: test_no_args (test.test_statistics.TestVariance) PASS: test_no_inplace_modifications (test.test_statistics.TestVariance) PASS: test_order_doesnt_matter (test.test_statistics.TestVariance) PASS: test_range_data (test.test_statistics.TestVariance) PASS: test_repeated_single_value (test.test_statistics.TestVariance) PASS: test_shift_data (test.test_statistics.TestVariance) PASS: test_shift_data_exact (test.test_statistics.TestVariance) PASS: test_single_value (test.test_statistics.TestVariance) PASS: test_type_of_data_collection (test.test_statistics.TestVariance) PASS: test_type_of_data_element (test.test_statistics.TestVariance) PASS: test_types_conserved (test.test_statistics.TestVariance) assertApproxEqual (test.test_statistics.NumericTestCase) PASS: Doctest: test.test_statistics.NumericTestCase.assertApproxEqual _DoNothing (test.test_statistics) PASS: Doctest: test.test_statistics._DoNothing _calc_errors (test.test_statistics) PASS: Doctest: test.test_statistics._calc_errors _nan_equal (test.test_statistics) PASS: Doctest: test.test_statistics._nan_equal approx_equal (test.test_statistics) PASS: Doctest: test.test_statistics.approx_equal ---------------------------------------------------------------------- Ran 296 tests in 0.432s OK 0:15:55 load avg: 0.76 [317/416] test_strftime test_strftime (test.test_strftime.StrftimeTest) ... strftime test for Fri Aug 16 21:08:21 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) Strftime test, platform: linux, Python version: 3.7.4 strftime test for Tue Apr 24 07:33:21 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Apr 25 06:34:30 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Apr 26 05:35:39 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Apr 27 04:36:48 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Apr 28 03:37:57 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Apr 29 02:39:06 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Apr 30 01:40:15 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue May 1 00:41:24 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue May 01 00:41:24 2018, but got Tue May 1 00:41:24 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue May 1 23:42:33 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue May 01 23:42:33 2018, but got Tue May 1 23:42:33 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed May 2 22:43:42 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed May 02 22:43:42 2018, but got Wed May 2 22:43:42 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu May 3 21:44:51 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu May 03 21:44:51 2018, but got Thu May 3 21:44:51 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri May 4 20:46:00 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri May 04 20:46:00 2018, but got Fri May 4 20:46:00 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat May 5 19:47:09 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat May 05 19:47:09 2018, but got Sat May 5 19:47:09 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun May 6 18:48:18 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun May 06 18:48:18 2018, but got Sun May 6 18:48:18 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon May 7 17:49:27 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon May 07 17:49:27 2018, but got Mon May 7 17:49:27 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue May 8 16:50:36 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue May 08 16:50:36 2018, but got Tue May 8 16:50:36 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed May 9 15:51:45 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed May 09 15:51:45 2018, but got Wed May 9 15:51:45 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu May 10 14:52:54 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri May 11 13:54:03 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat May 12 12:55:12 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun May 13 11:56:21 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon May 14 10:57:30 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue May 15 09:58:39 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed May 16 08:59:48 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu May 17 08:00:57 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Jul 29 05:28:21 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Jul 30 04:29:30 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Jul 31 03:30:39 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Aug 1 02:31:48 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Aug 01 02:31:48 2018, but got Wed Aug 1 02:31:48 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Aug 2 01:32:57 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Aug 02 01:32:57 2018, but got Thu Aug 2 01:32:57 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Aug 3 00:34:06 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Aug 03 00:34:06 2018, but got Fri Aug 3 00:34:06 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Aug 3 23:35:15 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Aug 03 23:35:15 2018, but got Fri Aug 3 23:35:15 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Aug 4 22:36:24 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Aug 04 22:36:24 2018, but got Sat Aug 4 22:36:24 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Aug 5 21:37:33 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Aug 05 21:37:33 2018, but got Sun Aug 5 21:37:33 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Aug 6 20:38:42 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Aug 06 20:38:42 2018, but got Mon Aug 6 20:38:42 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Aug 7 19:39:51 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Aug 07 19:39:51 2018, but got Tue Aug 7 19:39:51 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Aug 8 18:41:00 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Aug 08 18:41:00 2018, but got Wed Aug 8 18:41:00 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Aug 9 17:42:09 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Aug 09 17:42:09 2018, but got Thu Aug 9 17:42:09 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Aug 10 16:43:18 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Aug 11 15:44:27 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Aug 12 14:45:36 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Aug 13 13:46:45 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Aug 14 12:47:54 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Aug 15 11:49:03 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Aug 16 10:50:12 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Aug 17 09:51:21 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Aug 18 08:52:30 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Aug 19 07:53:39 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Aug 20 06:54:48 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Aug 21 05:55:57 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Nov 2 03:23:21 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Nov 02 03:23:21 2018, but got Fri Nov 2 03:23:21 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Nov 3 02:24:30 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Nov 03 02:24:30 2018, but got Sat Nov 3 02:24:30 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Nov 4 01:25:39 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Nov 04 01:25:39 2018, but got Sun Nov 4 01:25:39 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Nov 5 00:26:48 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Nov 05 00:26:48 2018, but got Mon Nov 5 00:26:48 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Nov 5 23:27:57 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Nov 05 23:27:57 2018, but got Mon Nov 5 23:27:57 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Nov 6 22:29:06 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Nov 06 22:29:06 2018, but got Tue Nov 6 22:29:06 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Nov 7 21:30:15 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Nov 07 21:30:15 2018, but got Wed Nov 7 21:30:15 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Nov 8 20:31:24 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Nov 08 20:31:24 2018, but got Thu Nov 8 20:31:24 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Nov 9 19:32:33 2018 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Nov 09 19:32:33 2018, but got Fri Nov 9 19:32:33 2018 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Nov 10 18:33:42 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Nov 11 17:34:51 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Nov 12 16:36:00 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Nov 13 15:37:09 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Nov 14 14:38:18 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Nov 15 13:39:27 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Nov 16 12:40:36 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Nov 17 11:41:45 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Nov 18 10:42:54 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Nov 19 09:44:03 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Nov 20 08:45:12 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Nov 21 07:46:21 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Nov 22 06:47:30 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Nov 23 05:48:39 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Nov 24 04:49:48 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Nov 25 03:50:57 2018 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Feb 6 01:18:21 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Feb 06 01:18:21 2019, but got Wed Feb 6 01:18:21 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Feb 7 00:19:30 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Feb 07 00:19:30 2019, but got Thu Feb 7 00:19:30 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Feb 7 23:20:39 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Feb 07 23:20:39 2019, but got Thu Feb 7 23:20:39 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Feb 8 22:21:48 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Feb 08 22:21:48 2019, but got Fri Feb 8 22:21:48 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Feb 9 21:22:57 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Feb 09 21:22:57 2019, but got Sat Feb 9 21:22:57 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Feb 10 20:24:06 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Feb 11 19:25:15 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Feb 12 18:26:24 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Feb 13 17:27:33 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Feb 14 16:28:42 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Feb 15 15:29:51 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Feb 16 14:31:00 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Feb 17 13:32:09 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Feb 18 12:33:18 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Feb 19 11:34:27 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Feb 20 10:35:36 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Feb 21 09:36:45 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Feb 22 08:37:54 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Feb 23 07:39:03 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Feb 24 06:40:12 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Feb 25 05:41:21 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Feb 26 04:42:30 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Feb 27 03:43:39 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Feb 28 02:44:48 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Mar 1 01:45:57 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Mar 01 01:45:57 2019, but got Fri Mar 1 01:45:57 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun May 12 23:13:21 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon May 13 22:14:30 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue May 14 21:15:39 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed May 15 20:16:48 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu May 16 19:17:57 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri May 17 18:19:06 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat May 18 17:20:15 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun May 19 16:21:24 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon May 20 15:22:33 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue May 21 14:23:42 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed May 22 13:24:51 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu May 23 12:26:00 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri May 24 11:27:09 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat May 25 10:28:18 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun May 26 09:29:27 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon May 27 08:30:36 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue May 28 07:31:45 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed May 29 06:32:54 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu May 30 05:34:03 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri May 31 04:35:12 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Jun 1 03:36:21 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Jun 01 03:36:21 2019, but got Sat Jun 1 03:36:21 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Jun 2 02:37:30 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Jun 02 02:37:30 2019, but got Sun Jun 2 02:37:30 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Jun 3 01:38:39 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Jun 03 01:38:39 2019, but got Mon Jun 3 01:38:39 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Jun 4 00:39:48 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Jun 04 00:39:48 2019, but got Tue Jun 4 00:39:48 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Jun 4 23:40:57 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Jun 04 23:40:57 2019, but got Tue Jun 4 23:40:57 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Aug 16 21:08:21 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Aug 17 20:09:30 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Aug 18 19:10:39 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Aug 19 18:11:48 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Aug 20 17:12:57 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Aug 21 16:14:06 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Aug 22 15:15:15 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Aug 23 14:16:24 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Aug 24 13:17:33 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Aug 25 12:18:42 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Aug 26 11:19:51 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Aug 27 10:21:00 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Aug 28 09:22:09 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Aug 29 08:23:18 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Aug 30 07:24:27 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Aug 31 06:25:36 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Sep 1 05:26:45 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Sep 01 05:26:45 2019, but got Sun Sep 1 05:26:45 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Sep 2 04:27:54 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Sep 02 04:27:54 2019, but got Mon Sep 2 04:27:54 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Sep 3 03:29:03 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Sep 03 03:29:03 2019, but got Tue Sep 3 03:29:03 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Sep 4 02:30:12 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Sep 04 02:30:12 2019, but got Wed Sep 4 02:30:12 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Sep 5 01:31:21 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Sep 05 01:31:21 2019, but got Thu Sep 5 01:31:21 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Sep 6 00:32:30 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Sep 06 00:32:30 2019, but got Fri Sep 6 00:32:30 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Sep 6 23:33:39 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Sep 06 23:33:39 2019, but got Fri Sep 6 23:33:39 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Sep 7 22:34:48 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Sep 07 22:34:48 2019, but got Sat Sep 7 22:34:48 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Sep 8 21:35:57 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Sep 08 21:35:57 2019, but got Sun Sep 8 21:35:57 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Nov 20 19:03:21 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Nov 21 18:04:30 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Nov 22 17:05:39 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Nov 23 16:06:48 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Nov 24 15:07:57 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Nov 25 14:09:06 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Nov 26 13:10:15 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Nov 27 12:11:24 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Nov 28 11:12:33 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Nov 29 10:13:42 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Nov 30 09:14:51 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Dec 1 08:16:00 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Dec 01 08:16:00 2019, but got Sun Dec 1 08:16:00 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Dec 2 07:17:09 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Dec 02 07:17:09 2019, but got Mon Dec 2 07:17:09 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Dec 3 06:18:18 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Dec 03 06:18:18 2019, but got Tue Dec 3 06:18:18 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Dec 4 05:19:27 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Dec 04 05:19:27 2019, but got Wed Dec 4 05:19:27 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Dec 5 04:20:36 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Dec 05 04:20:36 2019, but got Thu Dec 5 04:20:36 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Dec 6 03:21:45 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Dec 06 03:21:45 2019, but got Fri Dec 6 03:21:45 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Dec 7 02:22:54 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Dec 07 02:22:54 2019, but got Sat Dec 7 02:22:54 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Dec 8 01:24:03 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Dec 08 01:24:03 2019, but got Sun Dec 8 01:24:03 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Dec 9 00:25:12 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Dec 09 00:25:12 2019, but got Mon Dec 9 00:25:12 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Dec 9 23:26:21 2019 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Dec 09 23:26:21 2019, but got Mon Dec 9 23:26:21 2019 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Dec 10 22:27:30 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Dec 11 21:28:39 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Dec 12 20:29:48 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Dec 13 19:30:57 2019 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Feb 24 16:58:21 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Feb 25 15:59:30 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Feb 26 15:00:39 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Feb 27 14:01:48 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Feb 28 13:02:57 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Feb 29 12:04:06 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Mar 1 11:05:15 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Mar 01 11:05:15 2020, but got Sun Mar 1 11:05:15 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Mar 2 10:06:24 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Mar 02 10:06:24 2020, but got Mon Mar 2 10:06:24 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Mar 3 09:07:33 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Mar 03 09:07:33 2020, but got Tue Mar 3 09:07:33 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Mar 4 08:08:42 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Mar 04 08:08:42 2020, but got Wed Mar 4 08:08:42 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Mar 5 07:09:51 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Mar 05 07:09:51 2020, but got Thu Mar 5 07:09:51 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Mar 6 06:11:00 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Mar 06 06:11:00 2020, but got Fri Mar 6 06:11:00 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Mar 7 05:12:09 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Mar 07 05:12:09 2020, but got Sat Mar 7 05:12:09 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Mar 8 04:13:18 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Mar 08 04:13:18 2020, but got Sun Mar 8 04:13:18 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Mar 9 03:14:27 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Mar 09 03:14:27 2020, but got Mon Mar 9 03:14:27 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Mar 10 02:15:36 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Mar 11 01:16:45 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Mar 12 00:17:54 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Mar 12 23:19:03 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Mar 13 22:20:12 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Mar 14 21:21:21 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Mar 15 20:22:30 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Mar 16 19:23:39 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Mar 17 18:24:48 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Mar 18 17:25:57 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat May 30 14:53:21 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun May 31 13:54:30 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Jun 1 12:55:39 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Jun 01 12:55:39 2020, but got Mon Jun 1 12:55:39 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Jun 2 11:56:48 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Jun 02 11:56:48 2020, but got Tue Jun 2 11:56:48 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Jun 3 10:57:57 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Jun 03 10:57:57 2020, but got Wed Jun 3 10:57:57 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Jun 4 09:59:06 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Jun 04 09:59:06 2020, but got Thu Jun 4 09:59:06 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Jun 5 09:00:15 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Jun 05 09:00:15 2020, but got Fri Jun 5 09:00:15 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Jun 6 08:01:24 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Jun 06 08:01:24 2020, but got Sat Jun 6 08:01:24 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Jun 7 07:02:33 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Jun 07 07:02:33 2020, but got Sun Jun 7 07:02:33 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Jun 8 06:03:42 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Jun 08 06:03:42 2020, but got Mon Jun 8 06:03:42 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Jun 9 05:04:51 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Jun 09 05:04:51 2020, but got Tue Jun 9 05:04:51 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Jun 10 04:06:00 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Jun 11 03:07:09 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Jun 12 02:08:18 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Jun 13 01:09:27 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Jun 14 00:10:36 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Jun 14 23:11:45 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Jun 15 22:12:54 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Jun 16 21:14:03 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Jun 17 20:15:12 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Jun 18 19:16:21 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Jun 19 18:17:30 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Jun 20 17:18:39 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Jun 21 16:19:48 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Jun 22 15:20:57 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Sep 3 12:48:21 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Sep 03 12:48:21 2020, but got Thu Sep 3 12:48:21 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Sep 4 11:49:30 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Sep 04 11:49:30 2020, but got Fri Sep 4 11:49:30 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Sep 5 10:50:39 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Sep 05 10:50:39 2020, but got Sat Sep 5 10:50:39 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Sep 6 09:51:48 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Sep 06 09:51:48 2020, but got Sun Sep 6 09:51:48 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Sep 7 08:52:57 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Sep 07 08:52:57 2020, but got Mon Sep 7 08:52:57 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Sep 8 07:54:06 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Sep 08 07:54:06 2020, but got Tue Sep 8 07:54:06 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Sep 9 06:55:15 2020 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Sep 09 06:55:15 2020, but got Wed Sep 9 06:55:15 2020 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Sep 10 05:56:24 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Sep 11 04:57:33 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Sep 12 03:58:42 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Sep 13 02:59:51 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Sep 14 02:01:00 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Sep 15 01:02:09 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Sep 16 00:03:18 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Sep 16 23:04:27 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Sep 17 22:05:36 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Sep 18 21:06:45 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Sep 19 20:07:54 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Sep 20 19:09:03 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Sep 21 18:10:12 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Sep 22 17:11:21 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Sep 23 16:12:30 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Sep 24 15:13:39 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Sep 25 14:14:48 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Sep 26 13:15:57 2020 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Supports nonstandard '%k' format (hour, blank padded ( 0-23)) Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Supports nonstandard '%s' format (seconds since the Epoch in UCT) Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) ok PASS: test_y_1900 (test.test_strftime.Y1900Tests) PASS: test_y_after_1900 (test.test_strftime.Y1900Tests) PASS: test_y_before_1900 (test.test_strftime.Y1900Tests) ---------------------------------------------------------------------- Ran 4 tests in 0.439s OK 0:15:56 load avg: 0.76 [318/416] test_string PASS: test_attrs (test.test_string.ModuleTest) PASS: test_auto_numbering (test.test_string.ModuleTest) PASS: test_basic_formatter (test.test_string.ModuleTest) PASS: test_capwords (test.test_string.ModuleTest) PASS: test_check_unused_args (test.test_string.ModuleTest) PASS: test_conversion_specifiers (test.test_string.ModuleTest) PASS: test_format_keyword_arguments (test.test_string.ModuleTest) PASS: test_index_lookup (test.test_string.ModuleTest) PASS: test_name_lookup (test.test_string.ModuleTest) PASS: test_override_convert_field (test.test_string.ModuleTest) PASS: test_override_format_field (test.test_string.ModuleTest) PASS: test_override_get_value (test.test_string.ModuleTest) PASS: test_override_parse (test.test_string.ModuleTest) PASS: test_vformat_recursion_limit (test.test_string.ModuleTest) PASS: test_SafeTemplate (test.test_string.TestTemplate) PASS: test_braced_override (test.test_string.TestTemplate) PASS: test_braced_override_safe (test.test_string.TestTemplate) PASS: test_delimiter_override (test.test_string.TestTemplate) PASS: test_escapes (test.test_string.TestTemplate) PASS: test_flags_override (test.test_string.TestTemplate) PASS: test_idpattern_override (test.test_string.TestTemplate) PASS: test_idpattern_override_inside_outside (test.test_string.TestTemplate) PASS: test_idpattern_override_inside_outside_invalid_unbraced (test.test_string.TestTemplate) PASS: test_invalid_placeholders (test.test_string.TestTemplate) PASS: test_invalid_with_no_lines (test.test_string.TestTemplate) PASS: test_keyword_arguments (test.test_string.TestTemplate) PASS: test_keyword_arguments_safe (test.test_string.TestTemplate) PASS: test_pattern_override (test.test_string.TestTemplate) PASS: test_percents (test.test_string.TestTemplate) PASS: test_regular_templates (test.test_string.TestTemplate) PASS: test_regular_templates_with_braces (test.test_string.TestTemplate) PASS: test_regular_templates_with_non_letters (test.test_string.TestTemplate) PASS: test_regular_templates_with_upper_case (test.test_string.TestTemplate) PASS: test_stringification (test.test_string.TestTemplate) PASS: test_tupleargs (test.test_string.TestTemplate) PASS: test_unicode_values (test.test_string.TestTemplate) ---------------------------------------------------------------------- Ran 36 tests in 0.015s OK 0:15:56 load avg: 0.76 [319/416] test_string_literals PASS: test_eval_bytes_incomplete (test.test_string_literals.TestLiterals) PASS: test_eval_bytes_invalid_escape (test.test_string_literals.TestLiterals) PASS: test_eval_bytes_normal (test.test_string_literals.TestLiterals) PASS: test_eval_bytes_raw (test.test_string_literals.TestLiterals) PASS: test_eval_str_incomplete (test.test_string_literals.TestLiterals) PASS: test_eval_str_invalid_escape (test.test_string_literals.TestLiterals) PASS: test_eval_str_normal (test.test_string_literals.TestLiterals) PASS: test_eval_str_raw (test.test_string_literals.TestLiterals) PASS: test_eval_str_u (test.test_string_literals.TestLiterals) PASS: test_file_iso_8859_1 (test.test_string_literals.TestLiterals) PASS: test_file_latin9 (test.test_string_literals.TestLiterals) PASS: test_file_latin_1 (test.test_string_literals.TestLiterals) PASS: test_file_utf8 (test.test_string_literals.TestLiterals) PASS: test_file_utf_8 (test.test_string_literals.TestLiterals) PASS: test_file_utf_8_error (test.test_string_literals.TestLiterals) PASS: test_template (test.test_string_literals.TestLiterals) ---------------------------------------------------------------------- Ran 16 tests in 0.256s OK 0:15:57 load avg: 0.76 [320/416] test_stringprep PASS: test (test.test_stringprep.StringprepTests) ---------------------------------------------------------------------- Ran 1 test in 0.000s OK 0:15:57 load avg: 0.76 [321/416] test_strptime PASS: test_TimeRE_recreation_locale (test.test_strptime.CacheTests) PASS: test_TimeRE_recreation_timezone (test.test_strptime.CacheTests) PASS: test_new_localetime (test.test_strptime.CacheTests) PASS: test_regex_cleanup (test.test_strptime.CacheTests) PASS: test_time_re_recreation (test.test_strptime.CacheTests) PASS: test_day_of_week_calculation (test.test_strptime.CalculationTests) PASS: test_gregorian_calculation (test.test_strptime.CalculationTests) PASS: test_julian_calculation (test.test_strptime.CalculationTests) PASS: test_week_0 (test.test_strptime.CalculationTests) PASS: test_week_of_year_and_day_of_week_calculation (test.test_strptime.CalculationTests) PASS: test_all_julian_days (test.test_strptime.JulianTests) PASS: test_am_pm (test.test_strptime.LocaleTime_Tests) PASS: test_date_time (test.test_strptime.LocaleTime_Tests) PASS: test_lang (test.test_strptime.LocaleTime_Tests) PASS: test_month (test.test_strptime.LocaleTime_Tests) PASS: test_timezone (test.test_strptime.LocaleTime_Tests) PASS: test_weekday (test.test_strptime.LocaleTime_Tests) PASS: test_twelve_noon_midnight (test.test_strptime.Strptime12AMPMTests) PASS: test_ValueError (test.test_strptime.StrptimeTests) PASS: test_bad_offset (test.test_strptime.StrptimeTests) SKIP: test_bad_timezone (test.test_strptime.StrptimeTests) 'need non-UTC/GMT timezone' PASS: test_caseinsensitive (test.test_strptime.StrptimeTests) PASS: test_date (test.test_strptime.StrptimeTests) PASS: test_date_time (test.test_strptime.StrptimeTests) PASS: test_day (test.test_strptime.StrptimeTests) PASS: test_defaults (test.test_strptime.StrptimeTests) PASS: test_escaping (test.test_strptime.StrptimeTests) PASS: test_feb29_on_leap_year_without_year (test.test_strptime.StrptimeTests) PASS: test_fraction (test.test_strptime.StrptimeTests) PASS: test_hour (test.test_strptime.StrptimeTests) PASS: test_julian (test.test_strptime.StrptimeTests) PASS: test_mar1_comes_after_feb29_even_when_omitting_the_year (test.test_strptime.StrptimeTests) PASS: test_minute (test.test_strptime.StrptimeTests) PASS: test_month (test.test_strptime.StrptimeTests) PASS: test_offset (test.test_strptime.StrptimeTests) PASS: test_percent (test.test_strptime.StrptimeTests) PASS: test_second (test.test_strptime.StrptimeTests) PASS: test_strptime_exception_context (test.test_strptime.StrptimeTests) PASS: test_time (test.test_strptime.StrptimeTests) PASS: test_timezone (test.test_strptime.StrptimeTests) PASS: test_unconverteddata (test.test_strptime.StrptimeTests) PASS: test_weekday (test.test_strptime.StrptimeTests) PASS: test_year (test.test_strptime.StrptimeTests) PASS: test_blankpattern (test.test_strptime.TimeRETests) PASS: test_compile (test.test_strptime.TimeRETests) PASS: test_locale_data_w_regex_metacharacters (test.test_strptime.TimeRETests) PASS: test_matching_with_escapes (test.test_strptime.TimeRETests) PASS: test_pattern (test.test_strptime.TimeRETests) PASS: test_pattern_escaping (test.test_strptime.TimeRETests) PASS: test_whitespace_substitution (test.test_strptime.TimeRETests) PASS: test_basic (test.test_strptime.getlang_Tests) ---------------------------------------------------------------------- Ran 51 tests in 0.060s OK (skipped=1) 0:15:58 load avg: 0.76 [322/416] test_strtod PASS: test_bigcomp (test.test_strtod.StrtodTests) PASS: test_boundaries (test.test_strtod.StrtodTests) PASS: test_halfway_cases (test.test_strtod.StrtodTests) PASS: test_large_exponents (test.test_strtod.StrtodTests) SKIP: test_oversized_digit_strings (test.test_strtod.StrtodTests) 'not enough memory: 6.0G minimum needed' PASS: test_parsing (test.test_strtod.StrtodTests) PASS: test_particular (test.test_strtod.StrtodTests) PASS: test_short_halfway_cases (test.test_strtod.StrtodTests) PASS: test_underflow_boundary (test.test_strtod.StrtodTests) ---------------------------------------------------------------------- Ran 9 tests in 0.534s OK (skipped=1) 0:15:59 load avg: 0.76 [323/416] test_struct PASS: test_1530559 (test.test_struct.StructTest) PASS: test_705836 (test.test_struct.StructTest) PASS: test_Struct_reinitialization (test.test_struct.StructTest) PASS: test__sizeof__ (test.test_struct.StructTest) PASS: test_bool (test.test_struct.StructTest) PASS: test_boundary_error_message (test.test_struct.StructTest) PASS: test_boundary_error_message_with_large_offset (test.test_struct.StructTest) PASS: test_boundary_error_message_with_negative_offset (test.test_struct.StructTest) PASS: test_calcsize (test.test_struct.StructTest) PASS: test_consistence (test.test_struct.StructTest) PASS: test_count_overflow (test.test_struct.StructTest) PASS: test_format_attr (test.test_struct.StructTest) PASS: test_integers (test.test_struct.StructTest) PASS: test_isbigendian (test.test_struct.StructTest) PASS: test_issue29802 (test.test_struct.StructTest) PASS: test_nN_code (test.test_struct.StructTest) PASS: test_new_features (test.test_struct.StructTest) PASS: test_p_code (test.test_struct.StructTest) PASS: test_pack_into (test.test_struct.StructTest) PASS: test_pack_into_fn (test.test_struct.StructTest) PASS: test_trailing_counter (test.test_struct.StructTest) PASS: test_transitiveness (test.test_struct.StructTest) PASS: test_unpack_from (test.test_struct.StructTest) PASS: test_unpack_with_buffer (test.test_struct.StructTest) PASS: test_arbitrary_buffer (test.test_struct.UnpackIteratorTest) PASS: test_construct (test.test_struct.UnpackIteratorTest) PASS: test_half_float (test.test_struct.UnpackIteratorTest) PASS: test_iterate (test.test_struct.UnpackIteratorTest) PASS: test_length_hint (test.test_struct.UnpackIteratorTest) PASS: test_module_func (test.test_struct.UnpackIteratorTest) ---------------------------------------------------------------------- Ran 30 tests in 0.348s OK 0:15:59 load avg: 0.78 [324/416] test_structmembers PASS: test_bad_assignments (test.test_structmembers.ReadWriteTests) PASS: test_bool (test.test_structmembers.ReadWriteTests) PASS: test_byte (test.test_structmembers.ReadWriteTests) PASS: test_inplace_string (test.test_structmembers.ReadWriteTests) PASS: test_int (test.test_structmembers.ReadWriteTests) PASS: test_long (test.test_structmembers.ReadWriteTests) PASS: test_longlong (test.test_structmembers.ReadWriteTests) PASS: test_py_ssize_t (test.test_structmembers.ReadWriteTests) PASS: test_short (test.test_structmembers.ReadWriteTests) PASS: test_byte_max (test.test_structmembers.TestWarnings) PASS: test_byte_min (test.test_structmembers.TestWarnings) PASS: test_short_max (test.test_structmembers.TestWarnings) PASS: test_short_min (test.test_structmembers.TestWarnings) PASS: test_ubyte_max (test.test_structmembers.TestWarnings) PASS: test_ushort_max (test.test_structmembers.TestWarnings) ---------------------------------------------------------------------- Ran 15 tests in 0.003s OK 0:16:00 load avg: 0.78 [325/416] test_structseq PASS: test_cmp (test.test_structseq.StructSeqTest) PASS: test_concat (test.test_structseq.StructSeqTest) PASS: test_constructor (test.test_structseq.StructSeqTest) PASS: test_contains (test.test_structseq.StructSeqTest) PASS: test_eviltuple (test.test_structseq.StructSeqTest) PASS: test_extended_getslice (test.test_structseq.StructSeqTest) PASS: test_fields (test.test_structseq.StructSeqTest) PASS: test_hash (test.test_structseq.StructSeqTest) PASS: test_reduce (test.test_structseq.StructSeqTest) PASS: test_repeat (test.test_structseq.StructSeqTest) PASS: test_repr (test.test_structseq.StructSeqTest) PASS: test_tuple (test.test_structseq.StructSeqTest) ---------------------------------------------------------------------- Ran 12 tests in 0.005s OK 0:16:00 load avg: 0.78 [326/416] test_subclassinit PASS: test_errors (test.test_subclassinit.Test) PASS: test_errors_changed_pep487 (test.test_subclassinit.Test) PASS: test_init_subclass (test.test_subclassinit.Test) PASS: test_init_subclass_diamond (test.test_subclassinit.Test) PASS: test_init_subclass_dict (test.test_subclassinit.Test) PASS: test_init_subclass_error (test.test_subclassinit.Test) PASS: test_init_subclass_kwargs (test.test_subclassinit.Test) PASS: test_init_subclass_skipped (test.test_subclassinit.Test) PASS: test_init_subclass_wrong (test.test_subclassinit.Test) PASS: test_set_name (test.test_subclassinit.Test) PASS: test_set_name_error (test.test_subclassinit.Test) PASS: test_set_name_init_subclass (test.test_subclassinit.Test) PASS: test_set_name_lookup (test.test_subclassinit.Test) PASS: test_set_name_metaclass (test.test_subclassinit.Test) PASS: test_set_name_modifying_dict (test.test_subclassinit.Test) PASS: test_set_name_wrong (test.test_subclassinit.Test) PASS: test_type (test.test_subclassinit.Test) ---------------------------------------------------------------------- Ran 17 tests in 0.004s OK 0:16:01 load avg: 0.78 [327/416] test_subprocess SKIP: test_noshell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces) 'Windows-specific tests' SKIP: test_noshell_string_with_spaces (test.test_subprocess.CommandsWithSpaces) 'Windows-specific tests' SKIP: test_shell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces) 'Windows-specific tests' SKIP: test_shell_string_with_spaces (test.test_subprocess.CommandsWithSpaces) 'Windows-specific tests' test_broken_pipe_cleanup (test.test_subprocess.ContextManagerTests) PASS: Broken pipe error should not prevent wait() (Issue 21619) PASS: test_communicate_stdin (test.test_subprocess.ContextManagerTests) PASS: test_invalid_args (test.test_subprocess.ContextManagerTests) PASS: test_pipe (test.test_subprocess.ContextManagerTests) PASS: test_returncode (test.test_subprocess.ContextManagerTests) test__all__ (test.test_subprocess.MiscTests) PASS: Ensure that __all__ is populated properly. PASS: test_call_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests) PASS: test_context_manager_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests) PASS: test_getoutput (test.test_subprocess.MiscTests) PASS: test_run_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests) PASS: test_CalledProcessError_str_non_zero (test.test_subprocess.POSIXProcessTestCase) PASS: test_CalledProcessError_str_signal (test.test_subprocess.POSIXProcessTestCase) PASS: test_CalledProcessError_str_unknown_signal (test.test_subprocess.POSIXProcessTestCase) PASS: test_args_string (test.test_subprocess.POSIXProcessTestCase) PASS: test_bytes_program (test.test_subprocess.POSIXProcessTestCase) PASS: test_call_string (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fd_0 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fd_1 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fd_2 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fds (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fds_0_1 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fds_0_1_2 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fds_0_2 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fds_1_2 (test.test_subprocess.POSIXProcessTestCase) PASS: test_close_fds_after_preexec (test.test_subprocess.POSIXProcessTestCase) test_close_fds_when_max_fd_is_lowered (test.test_subprocess.POSIXProcessTestCase) PASS: Confirm that issue21618 is fixed (may fail under valgrind). PASS: test_communicate_BrokenPipeError_stdin_close (test.test_subprocess.POSIXProcessTestCase) PASS: test_communicate_BrokenPipeError_stdin_close_with_timeout (test.test_subprocess.POSIXProcessTestCase) PASS: test_communicate_BrokenPipeError_stdin_flush (test.test_subprocess.POSIXProcessTestCase) PASS: test_communicate_BrokenPipeError_stdin_write (test.test_subprocess.POSIXProcessTestCase) test_exception_bad_args_0 (test.test_subprocess.POSIXProcessTestCase) PASS: Test error in the child raised in the parent for a bad args[0]. test_exception_bad_executable (test.test_subprocess.POSIXProcessTestCase) PASS: Test error in the child raised in the parent for a bad executable. test_exception_cwd (test.test_subprocess.POSIXProcessTestCase) PASS: Test error in the child raised in the parent for a bad cwd. test_exception_errpipe_bad_data (test.test_subprocess.POSIXProcessTestCase) PASS: Test error passing done through errpipe_write where its not test_exception_errpipe_normal (test.test_subprocess.POSIXProcessTestCase) PASS: Test error passing done through errpipe_write in the good case PASS: test_fork_exec (test.test_subprocess.POSIXProcessTestCase) PASS: test_fork_exec_sorted_fd_sanity_check (test.test_subprocess.POSIXProcessTestCase) PASS: test_invalid_args (test.test_subprocess.POSIXProcessTestCase) PASS: test_kill (test.test_subprocess.POSIXProcessTestCase) PASS: test_kill_dead (test.test_subprocess.POSIXProcessTestCase) PASS: test_leak_fast_process_del_killed (test.test_subprocess.POSIXProcessTestCase) PASS: test_pass_fds (test.test_subprocess.POSIXProcessTestCase) PASS: test_pass_fds_inheritable (test.test_subprocess.POSIXProcessTestCase) test_pass_fds_redirected (test.test_subprocess.POSIXProcessTestCase) PASS: Regression test for https://bugs.python.org/issue32270. PASS: test_pipe_cloexec (test.test_subprocess.POSIXProcessTestCase) PASS: test_pipe_cloexec_real_tools (test.test_subprocess.POSIXProcessTestCase) PASS: test_preexec (test.test_subprocess.POSIXProcessTestCase) test_preexec_errpipe_does_not_double_close_pipes (test.test_subprocess.POSIXProcessTestCase) PASS: Issue16140: Don't double close pipes on preexec error. PASS: test_preexec_exception (test.test_subprocess.POSIXProcessTestCase) SKIP: test_preexec_fork_failure (test.test_subprocess.POSIXProcessTestCase) 'RLIMIT_NPROC had no effect; probably superuser' PASS: test_preexec_gc_module_failure (test.test_subprocess.POSIXProcessTestCase) PASS: test_remapping_std_fds (test.test_subprocess.POSIXProcessTestCase) PASS: test_restore_signals (test.test_subprocess.POSIXProcessTestCase) PASS: test_run_abort (test.test_subprocess.POSIXProcessTestCase) PASS: test_select_unbuffered (test.test_subprocess.POSIXProcessTestCase) PASS: test_send_signal (test.test_subprocess.POSIXProcessTestCase) PASS: test_send_signal_dead (test.test_subprocess.POSIXProcessTestCase) PASS: test_shell_sequence (test.test_subprocess.POSIXProcessTestCase) PASS: test_shell_string (test.test_subprocess.POSIXProcessTestCase) test_small_errpipe_write_fd (test.test_subprocess.POSIXProcessTestCase) PASS: Issue #15798: Popen should work when stdio fds are available. PASS: test_specific_shell (test.test_subprocess.POSIXProcessTestCase) PASS: test_start_new_session (test.test_subprocess.POSIXProcessTestCase) PASS: test_stderr_stdin_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase) PASS: test_stdout_stderr_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase) PASS: test_stdout_stdin_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase) test_stopped (test.test_subprocess.POSIXProcessTestCase) PASS: Test wait() behavior when waitpid returns WIFSTOPPED; issue29335. PASS: test_surrogates_error_message (test.test_subprocess.POSIXProcessTestCase) PASS: test_swap_fds (test.test_subprocess.POSIXProcessTestCase) PASS: test_swap_std_fds_with_one_closed (test.test_subprocess.POSIXProcessTestCase) PASS: test_terminate (test.test_subprocess.POSIXProcessTestCase) PASS: test_terminate_dead (test.test_subprocess.POSIXProcessTestCase) PASS: test_undecodable_env (test.test_subprocess.POSIXProcessTestCase) PASS: test_wait_when_sigchild_ignored (test.test_subprocess.POSIXProcessTestCase) PASS: test_zombie_fast_process_del (test.test_subprocess.POSIXProcessTestCase) PASS: test_bufsize_equal_one_binary_mode (test.test_subprocess.ProcessTestCase) PASS: test_bufsize_equal_one_text_mode (test.test_subprocess.ProcessTestCase) PASS: test_bufsize_is_none (test.test_subprocess.ProcessTestCase) PASS: test_call_kwargs (test.test_subprocess.ProcessTestCase) PASS: test_call_seq (test.test_subprocess.ProcessTestCase) PASS: test_call_timeout (test.test_subprocess.ProcessTestCase) PASS: test_check_call_nonzero (test.test_subprocess.ProcessTestCase) PASS: test_check_call_zero (test.test_subprocess.ProcessTestCase) PASS: test_check_output (test.test_subprocess.ProcessTestCase) PASS: test_check_output_input_arg (test.test_subprocess.ProcessTestCase) PASS: test_check_output_nonzero (test.test_subprocess.ProcessTestCase) PASS: test_check_output_stderr (test.test_subprocess.ProcessTestCase) PASS: test_check_output_stdin_arg (test.test_subprocess.ProcessTestCase) PASS: test_check_output_stdin_with_input_arg (test.test_subprocess.ProcessTestCase) PASS: test_check_output_stdout_arg (test.test_subprocess.ProcessTestCase) PASS: test_check_output_timeout (test.test_subprocess.ProcessTestCase) PASS: test_communicate (test.test_subprocess.ProcessTestCase) PASS: test_communicate_eintr (test.test_subprocess.ProcessTestCase) PASS: test_communicate_epipe (test.test_subprocess.ProcessTestCase) PASS: test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCase) PASS: test_communicate_errors (test.test_subprocess.ProcessTestCase) PASS: test_communicate_pipe_buf (test.test_subprocess.ProcessTestCase) PASS: test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCase) PASS: test_communicate_returns (test.test_subprocess.ProcessTestCase) PASS: test_communicate_stderr (test.test_subprocess.ProcessTestCase) PASS: test_communicate_stdin (test.test_subprocess.ProcessTestCase) PASS: test_communicate_stdout (test.test_subprocess.ProcessTestCase) PASS: test_communicate_timeout (test.test_subprocess.ProcessTestCase) PASS: test_communicate_timeout_large_output (test.test_subprocess.ProcessTestCase) PASS: test_cwd (test.test_subprocess.ProcessTestCase) PASS: test_cwd_with_absolute_arg (test.test_subprocess.ProcessTestCase) PASS: test_cwd_with_pathlike (test.test_subprocess.ProcessTestCase) PASS: test_cwd_with_relative_arg (test.test_subprocess.ProcessTestCase) PASS: test_cwd_with_relative_executable (test.test_subprocess.ProcessTestCase) PASS: test_double_close_on_error (test.test_subprocess.ProcessTestCase) test_empty_env (test.test_subprocess.ProcessTestCase) SKIP: Verify that env={} is as empty as possible. 'The Python shared library cannot be loaded with an empty environment.' PASS: test_env (test.test_subprocess.ProcessTestCase) PASS: test_executable (test.test_subprocess.ProcessTestCase) PASS: test_executable_replaces_shell (test.test_subprocess.ProcessTestCase) PASS: test_executable_takes_precedence (test.test_subprocess.ProcessTestCase) PASS: test_executable_with_cwd (test.test_subprocess.ProcessTestCase) PASS: test_executable_without_cwd (test.test_subprocess.ProcessTestCase) test_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCase) PASS: Test for the fork() failure fd leak reported in issue16327. PASS: test_file_not_found_includes_filename (test.test_subprocess.ProcessTestCase) PASS: test_file_not_found_with_bad_cwd (test.test_subprocess.ProcessTestCase) PASS: test_handles_closed_on_exception (test.test_subprocess.ProcessTestCase) PASS: test_invalid_args (test.test_subprocess.ProcessTestCase) PASS: test_invalid_bufsize (test.test_subprocess.ProcessTestCase) PASS: test_invalid_cmd (test.test_subprocess.ProcessTestCase) PASS: test_invalid_env (test.test_subprocess.ProcessTestCase) PASS: test_io_buffered_by_default (test.test_subprocess.ProcessTestCase) PASS: test_io_unbuffered_works (test.test_subprocess.ProcessTestCase) PASS: test_issue8780 (test.test_subprocess.ProcessTestCase) PASS: test_leaking_fds_on_error (test.test_subprocess.ProcessTestCase) PASS: test_list2cmdline (test.test_subprocess.ProcessTestCase) PASS: test_no_leaking (test.test_subprocess.ProcessTestCase) SKIP: test_nonexisting_with_pipes (test.test_subprocess.ProcessTestCase) 'need msvcrt.CrtSetReportMode' PASS: test_poll (test.test_subprocess.ProcessTestCase) PASS: test_stderr_devnull (test.test_subprocess.ProcessTestCase) PASS: test_stderr_filedes (test.test_subprocess.ProcessTestCase) PASS: test_stderr_fileobj (test.test_subprocess.ProcessTestCase) PASS: test_stderr_none (test.test_subprocess.ProcessTestCase) PASS: test_stderr_pipe (test.test_subprocess.ProcessTestCase) PASS: test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCase) PASS: test_stdin_devnull (test.test_subprocess.ProcessTestCase) PASS: test_stdin_filedes (test.test_subprocess.ProcessTestCase) PASS: test_stdin_fileobj (test.test_subprocess.ProcessTestCase) PASS: test_stdin_none (test.test_subprocess.ProcessTestCase) PASS: test_stdin_pipe (test.test_subprocess.ProcessTestCase) PASS: test_stdout_devnull (test.test_subprocess.ProcessTestCase) PASS: test_stdout_filedes (test.test_subprocess.ProcessTestCase) PASS: test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCase) PASS: test_stdout_fileobj (test.test_subprocess.ProcessTestCase) PASS: test_stdout_none (test.test_subprocess.ProcessTestCase) PASS: test_stdout_pipe (test.test_subprocess.ProcessTestCase) PASS: test_stdout_stderr_file (test.test_subprocess.ProcessTestCase) PASS: test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCase) test_threadsafe_wait (test.test_subprocess.ProcessTestCase) PASS: Issue21291: Popen.wait() needs to be threadsafe for returncode. PASS: test_universal_newlines_and_text (test.test_subprocess.ProcessTestCase) PASS: test_universal_newlines_communicate (test.test_subprocess.ProcessTestCase) PASS: test_universal_newlines_communicate_encodings (test.test_subprocess.ProcessTestCase) PASS: test_universal_newlines_communicate_input_none (test.test_subprocess.ProcessTestCase) PASS: test_universal_newlines_communicate_stdin (test.test_subprocess.ProcessTestCase) PASS: test_universal_newlines_communicate_stdin_stdout_stderr (test.test_subprocess.ProcessTestCase) PASS: test_wait (test.test_subprocess.ProcessTestCase) PASS: test_wait_timeout (test.test_subprocess.ProcessTestCase) PASS: test_writes_before_communicate (test.test_subprocess.ProcessTestCase) PASS: test_bufsize_equal_one_binary_mode (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_bufsize_equal_one_text_mode (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_bufsize_is_none (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_call_kwargs (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_call_seq (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_call_timeout (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_call_nonzero (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_call_zero (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_input_arg (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_nonzero (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_stderr (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_stdin_arg (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_stdin_with_input_arg (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_stdout_arg (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_check_output_timeout (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_eintr (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_epipe (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_errors (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_pipe_buf (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_returns (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_stderr (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_stdin (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_stdout (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_timeout (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_communicate_timeout_large_output (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_cwd (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_cwd_with_absolute_arg (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_cwd_with_pathlike (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_cwd_with_relative_arg (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_cwd_with_relative_executable (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_double_close_on_error (test.test_subprocess.ProcessTestCaseNoPoll) test_empty_env (test.test_subprocess.ProcessTestCaseNoPoll) SKIP: Verify that env={} is as empty as possible. 'The Python shared library cannot be loaded with an empty environment.' PASS: test_env (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_executable (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_executable_takes_precedence (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_executable_with_cwd (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_executable_without_cwd (test.test_subprocess.ProcessTestCaseNoPoll) test_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll) PASS: Test for the fork() failure fd leak reported in issue16327. PASS: test_file_not_found_includes_filename (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_file_not_found_with_bad_cwd (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_handles_closed_on_exception (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_invalid_args (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_invalid_bufsize (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_invalid_cmd (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_invalid_env (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_io_buffered_by_default (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_io_unbuffered_works (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_issue8780 (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_leaking_fds_on_error (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_list2cmdline (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_no_leaking (test.test_subprocess.ProcessTestCaseNoPoll) SKIP: test_nonexisting_with_pipes (test.test_subprocess.ProcessTestCaseNoPoll) 'need msvcrt.CrtSetReportMode' PASS: test_poll (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stderr_devnull (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stderr_filedes (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stderr_fileobj (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stderr_none (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdin_devnull (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdin_filedes (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdin_fileobj (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdin_none (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdin_pipe (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_devnull (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_filedes (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_fileobj (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_none (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_pipe (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_stderr_file (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll) test_threadsafe_wait (test.test_subprocess.ProcessTestCaseNoPoll) PASS: Issue21291: Popen.wait() needs to be threadsafe for returncode. PASS: test_universal_newlines_and_text (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_universal_newlines_communicate (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_universal_newlines_communicate_encodings (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_universal_newlines_communicate_input_none (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_universal_newlines_communicate_stdin (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_universal_newlines_communicate_stdin_stdout_stderr (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_wait (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_wait_timeout (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_writes_before_communicate (test.test_subprocess.ProcessTestCaseNoPoll) PASS: test_capture_output (test.test_subprocess.RunFuncTestCase) PASS: test_capture_stderr (test.test_subprocess.RunFuncTestCase) PASS: test_capture_stdout (test.test_subprocess.RunFuncTestCase) PASS: test_check (test.test_subprocess.RunFuncTestCase) PASS: test_check_output_input_arg (test.test_subprocess.RunFuncTestCase) PASS: test_check_output_stdin_arg (test.test_subprocess.RunFuncTestCase) PASS: test_check_output_stdin_with_input_arg (test.test_subprocess.RunFuncTestCase) PASS: test_check_output_timeout (test.test_subprocess.RunFuncTestCase) PASS: test_check_zero (test.test_subprocess.RunFuncTestCase) PASS: test_returncode (test.test_subprocess.RunFuncTestCase) PASS: test_run_kwargs (test.test_subprocess.RunFuncTestCase) PASS: test_stderr_with_capture_output_arg (test.test_subprocess.RunFuncTestCase) PASS: test_stdout_with_capture_output_arg (test.test_subprocess.RunFuncTestCase) PASS: test_timeout (test.test_subprocess.RunFuncTestCase) SKIP: test_call_string (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_close_fds (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_close_fds_with_stdio (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_creationflags (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_empty_attribute_list (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_empty_handle_list (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_invalid_args (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_issue31471 (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_kill (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_kill_dead (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_send_signal (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_send_signal_dead (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_shell_encodings (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_shell_sequence (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_shell_string (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_startupinfo (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_startupinfo_copy (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_startupinfo_keywords (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_terminate (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' SKIP: test_terminate_dead (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests' ---------------------------------------------------------------------- Ran 286 tests in 34.514s OK (skipped=29) 0:16:36 load avg: 0.83 [328/416] test_sunau -- test_subprocess passed in 35 sec 87 ms PASS: test_read_bad_magic_number (test.test_sunau.SunauLowLevelTest) PASS: test_read_too_large_header (test.test_sunau.SunauLowLevelTest) PASS: test_read_too_small_header (test.test_sunau.SunauLowLevelTest) PASS: test_read_wrong_encoding (test.test_sunau.SunauLowLevelTest) PASS: test_read_wrong_number_of_channels (test.test_sunau.SunauLowLevelTest) PASS: test_openfp_deprecated (test.test_sunau.SunauMiscTests) PASS: test_close (test.test_sunau.SunauPCM16Test) PASS: test_context_manager_with_filename (test.test_sunau.SunauPCM16Test) PASS: test_context_manager_with_open_file (test.test_sunau.SunauPCM16Test) PASS: test_copy (test.test_sunau.SunauPCM16Test) PASS: test_incompleted_write (test.test_sunau.SunauPCM16Test) PASS: test_multiple_writes (test.test_sunau.SunauPCM16Test) PASS: test_overflowed_write (test.test_sunau.SunauPCM16Test) PASS: test_read (test.test_sunau.SunauPCM16Test) PASS: test_read_not_from_start (test.test_sunau.SunauPCM16Test) PASS: test_read_params (test.test_sunau.SunauPCM16Test) PASS: test_unseekable_incompleted_write (test.test_sunau.SunauPCM16Test) PASS: test_unseekable_overflowed_write (test.test_sunau.SunauPCM16Test) PASS: test_unseekable_read (test.test_sunau.SunauPCM16Test) PASS: test_unseekable_write (test.test_sunau.SunauPCM16Test) PASS: test_write (test.test_sunau.SunauPCM16Test) PASS: test_write_array (test.test_sunau.SunauPCM16Test) PASS: test_write_bytearray (test.test_sunau.SunauPCM16Test) PASS: test_write_context_manager_calls_close (test.test_sunau.SunauPCM16Test) PASS: test_write_memoryview (test.test_sunau.SunauPCM16Test) PASS: test_write_params (test.test_sunau.SunauPCM16Test) PASS: test_close (test.test_sunau.SunauPCM24Test) PASS: test_context_manager_with_filename (test.test_sunau.SunauPCM24Test) PASS: test_context_manager_with_open_file (test.test_sunau.SunauPCM24Test) PASS: test_copy (test.test_sunau.SunauPCM24Test) PASS: test_incompleted_write (test.test_sunau.SunauPCM24Test) PASS: test_multiple_writes (test.test_sunau.SunauPCM24Test) PASS: test_overflowed_write (test.test_sunau.SunauPCM24Test) PASS: test_read (test.test_sunau.SunauPCM24Test) PASS: test_read_not_from_start (test.test_sunau.SunauPCM24Test) PASS: test_read_params (test.test_sunau.SunauPCM24Test) PASS: test_unseekable_incompleted_write (test.test_sunau.SunauPCM24Test) PASS: test_unseekable_overflowed_write (test.test_sunau.SunauPCM24Test) PASS: test_unseekable_read (test.test_sunau.SunauPCM24Test) PASS: test_unseekable_write (test.test_sunau.SunauPCM24Test) PASS: test_write (test.test_sunau.SunauPCM24Test) PASS: test_write_array (test.test_sunau.SunauPCM24Test) PASS: test_write_bytearray (test.test_sunau.SunauPCM24Test) PASS: test_write_context_manager_calls_close (test.test_sunau.SunauPCM24Test) PASS: test_write_memoryview (test.test_sunau.SunauPCM24Test) PASS: test_write_params (test.test_sunau.SunauPCM24Test) PASS: test_close (test.test_sunau.SunauPCM32Test) PASS: test_context_manager_with_filename (test.test_sunau.SunauPCM32Test) PASS: test_context_manager_with_open_file (test.test_sunau.SunauPCM32Test) PASS: test_copy (test.test_sunau.SunauPCM32Test) PASS: test_incompleted_write (test.test_sunau.SunauPCM32Test) PASS: test_multiple_writes (test.test_sunau.SunauPCM32Test) PASS: test_overflowed_write (test.test_sunau.SunauPCM32Test) PASS: test_read (test.test_sunau.SunauPCM32Test) PASS: test_read_not_from_start (test.test_sunau.SunauPCM32Test) PASS: test_read_params (test.test_sunau.SunauPCM32Test) PASS: test_unseekable_incompleted_write (test.test_sunau.SunauPCM32Test) PASS: test_unseekable_overflowed_write (test.test_sunau.SunauPCM32Test) PASS: test_unseekable_read (test.test_sunau.SunauPCM32Test) PASS: test_unseekable_write (test.test_sunau.SunauPCM32Test) PASS: test_write (test.test_sunau.SunauPCM32Test) PASS: test_write_array (test.test_sunau.SunauPCM32Test) PASS: test_write_bytearray (test.test_sunau.SunauPCM32Test) PASS: test_write_context_manager_calls_close (test.test_sunau.SunauPCM32Test) PASS: test_write_memoryview (test.test_sunau.SunauPCM32Test) PASS: test_write_params (test.test_sunau.SunauPCM32Test) PASS: test_close (test.test_sunau.SunauPCM8Test) PASS: test_context_manager_with_filename (test.test_sunau.SunauPCM8Test) PASS: test_context_manager_with_open_file (test.test_sunau.SunauPCM8Test) PASS: test_copy (test.test_sunau.SunauPCM8Test) PASS: test_incompleted_write (test.test_sunau.SunauPCM8Test) PASS: test_multiple_writes (test.test_sunau.SunauPCM8Test) PASS: test_overflowed_write (test.test_sunau.SunauPCM8Test) PASS: test_read (test.test_sunau.SunauPCM8Test) PASS: test_read_not_from_start (test.test_sunau.SunauPCM8Test) PASS: test_read_params (test.test_sunau.SunauPCM8Test) PASS: test_unseekable_incompleted_write (test.test_sunau.SunauPCM8Test) PASS: test_unseekable_overflowed_write (test.test_sunau.SunauPCM8Test) PASS: test_unseekable_read (test.test_sunau.SunauPCM8Test) PASS: test_unseekable_write (test.test_sunau.SunauPCM8Test) PASS: test_write (test.test_sunau.SunauPCM8Test) PASS: test_write_array (test.test_sunau.SunauPCM8Test) PASS: test_write_bytearray (test.test_sunau.SunauPCM8Test) PASS: test_write_context_manager_calls_close (test.test_sunau.SunauPCM8Test) PASS: test_write_memoryview (test.test_sunau.SunauPCM8Test) PASS: test_write_params (test.test_sunau.SunauPCM8Test) PASS: test_close (test.test_sunau.SunauULAWTest) PASS: test_context_manager_with_filename (test.test_sunau.SunauULAWTest) PASS: test_context_manager_with_open_file (test.test_sunau.SunauULAWTest) PASS: test_copy (test.test_sunau.SunauULAWTest) PASS: test_incompleted_write (test.test_sunau.SunauULAWTest) PASS: test_multiple_writes (test.test_sunau.SunauULAWTest) PASS: test_overflowed_write (test.test_sunau.SunauULAWTest) PASS: test_read (test.test_sunau.SunauULAWTest) PASS: test_read_not_from_start (test.test_sunau.SunauULAWTest) PASS: test_read_params (test.test_sunau.SunauULAWTest) PASS: test_unseekable_incompleted_write (test.test_sunau.SunauULAWTest) PASS: test_unseekable_overflowed_write (test.test_sunau.SunauULAWTest) PASS: test_unseekable_read (test.test_sunau.SunauULAWTest) PASS: test_unseekable_write (test.test_sunau.SunauULAWTest) PASS: test_write (test.test_sunau.SunauULAWTest) PASS: test_write_array (test.test_sunau.SunauULAWTest) PASS: test_write_bytearray (test.test_sunau.SunauULAWTest) PASS: test_write_context_manager_calls_close (test.test_sunau.SunauULAWTest) PASS: test_write_memoryview (test.test_sunau.SunauULAWTest) PASS: test_write_params (test.test_sunau.SunauULAWTest) ---------------------------------------------------------------------- Ran 106 tests in 0.066s OK 0:16:36 load avg: 0.83 [329/416] test_sundry PASS: test_untested_modules_can_be_imported (test.test_sundry.TestUntestedModules) ---------------------------------------------------------------------- Ran 1 test in 0.002s OK 0:16:37 load avg: 0.83 [330/416] test_super PASS: test___class___classmethod (test.test_super.TestSuper) PASS: test___class___delayed (test.test_super.TestSuper) PASS: test___class___instancemethod (test.test_super.TestSuper) PASS: test___class___mro (test.test_super.TestSuper) PASS: test___class___new (test.test_super.TestSuper) PASS: test___class___staticmethod (test.test_super.TestSuper) PASS: test___classcell___expected_behaviour (test.test_super.TestSuper) PASS: test___classcell___missing (test.test_super.TestSuper) PASS: test___classcell___overwrite (test.test_super.TestSuper) PASS: test___classcell___wrong_cell (test.test_super.TestSuper) PASS: test_basics_working (test.test_super.TestSuper) PASS: test_cell_as_self (test.test_super.TestSuper) PASS: test_class_getattr_working (test.test_super.TestSuper) PASS: test_class_methods_still_working (test.test_super.TestSuper) PASS: test_obscure_super_errors (test.test_super.TestSuper) PASS: test_subclass_no_override_working (test.test_super.TestSuper) PASS: test_super_in_class_methods_working (test.test_super.TestSuper) PASS: test_super_init_leaks (test.test_super.TestSuper) PASS: test_super_with_closure (test.test_super.TestSuper) PASS: test_unbound_method_transfer_working (test.test_super.TestSuper) PASS: test_various___class___pathologies (test.test_super.TestSuper) ---------------------------------------------------------------------- Ran 21 tests in 0.005s OK 0:16:37 load avg: 0.83 [331/416] test_symbol SKIP: test_real_grammar_and_symbol_file (test.test_symbol.TestSymbolGeneration) 'test only works from source build directory' ---------------------------------------------------------------------- Ran 1 test in 0.000s OK (skipped=1) 0:16:38 load avg: 0.83 [332/416] test_symtable PASS: test_annotated (test.test_symtable.SymtableTest) PASS: test_assigned (test.test_symtable.SymtableTest) PASS: test_children (test.test_symtable.SymtableTest) PASS: test_class_info (test.test_symtable.SymtableTest) PASS: test_eval (test.test_symtable.SymtableTest) PASS: test_exec (test.test_symtable.SymtableTest) PASS: test_filename_correct (test.test_symtable.SymtableTest) PASS: test_function_info (test.test_symtable.SymtableTest) PASS: test_globals (test.test_symtable.SymtableTest) PASS: test_imported (test.test_symtable.SymtableTest) PASS: test_lineno (test.test_symtable.SymtableTest) PASS: test_local (test.test_symtable.SymtableTest) PASS: test_name (test.test_symtable.SymtableTest) PASS: test_namespaces (test.test_symtable.SymtableTest) PASS: test_nested (test.test_symtable.SymtableTest) PASS: test_optimized (test.test_symtable.SymtableTest) PASS: test_parameters (test.test_symtable.SymtableTest) PASS: test_referenced (test.test_symtable.SymtableTest) PASS: test_single (test.test_symtable.SymtableTest) PASS: test_symbol_lookup (test.test_symtable.SymtableTest) PASS: test_type (test.test_symtable.SymtableTest) ---------------------------------------------------------------------- Ran 21 tests in 0.007s OK 0:16:38 load avg: 0.83 [333/416] test_syntax PASS: test_assign_call (test.test_syntax.SyntaxTestCase) PASS: test_assign_del (test.test_syntax.SyntaxTestCase) PASS: test_bad_outdent (test.test_syntax.SyntaxTestCase) PASS: test_break_outside_loop (test.test_syntax.SyntaxTestCase) PASS: test_global_param_err_first (test.test_syntax.SyntaxTestCase) PASS: test_kwargs_last (test.test_syntax.SyntaxTestCase) PASS: test_kwargs_last2 (test.test_syntax.SyntaxTestCase) PASS: test_kwargs_last3 (test.test_syntax.SyntaxTestCase) PASS: test_no_indent (test.test_syntax.SyntaxTestCase) PASS: test_nonlocal_param_err_first (test.test_syntax.SyntaxTestCase) PASS: test_unexpected_indent (test.test_syntax.SyntaxTestCase) ---------------------------------------------------------------------- Ran 11 tests in 0.004s OK Trying: def f(x): global x Expecting: Traceback (most recent call last): SyntaxError: name 'x' is parameter and global ok Trying: obj.None = 1 Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: None = 1 Expecting: Traceback (most recent call last): SyntaxError: can't assign to keyword ok Trying: f() = 1 Expecting: Traceback (most recent call last): SyntaxError: can't assign to function call ok Trying: del f() Expecting: Traceback (most recent call last): SyntaxError: can't delete function call ok Trying: a + 1 = 2 Expecting: Traceback (most recent call last): SyntaxError: can't assign to operator ok Trying: (x for x in x) = 1 Expecting: Traceback (most recent call last): SyntaxError: can't assign to generator expression ok Trying: 1 = 1 Expecting: Traceback (most recent call last): SyntaxError: can't assign to literal ok Trying: "abc" = 1 Expecting: Traceback (most recent call last): SyntaxError: can't assign to literal ok Trying: b"" = 1 Expecting: Traceback (most recent call last): SyntaxError: can't assign to literal ok Trying: `1` = 1 Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: (a, "b", c) = (1, 2, 3) Expecting: Traceback (most recent call last): SyntaxError: can't assign to literal ok Trying: [a, b, c + 1] = [1, 2, 3] Expecting: Traceback (most recent call last): SyntaxError: can't assign to operator ok Trying: a if 1 else b = 1 Expecting: Traceback (most recent call last): SyntaxError: can't assign to conditional expression ok Trying: def f(None=1): pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: def f(x, y=1, z): pass Expecting: Traceback (most recent call last): SyntaxError: non-default argument follows default argument ok Trying: def f(x, None): pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: def f(*None): pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: def f(**None): pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: def None(x): pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: def f(it, *varargs, **kwargs): return list(it) Expecting nothing ok Trying: L = range(10) Expecting nothing ok Trying: f(x for x in L) Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ok Trying: f(x for x in L, 1) Expecting: Traceback (most recent call last): SyntaxError: Generator expression must be parenthesized ok Trying: f(x for x in L, y=1) Expecting: Traceback (most recent call last): SyntaxError: Generator expression must be parenthesized ok Trying: f(x for x in L, *[]) Expecting: Traceback (most recent call last): SyntaxError: Generator expression must be parenthesized ok Trying: f(x for x in L, **{}) Expecting: Traceback (most recent call last): SyntaxError: Generator expression must be parenthesized ok Trying: f(L, x for x in L) Expecting: Traceback (most recent call last): SyntaxError: Generator expression must be parenthesized ok Trying: f(x for x in L, y for y in L) Expecting: Traceback (most recent call last): SyntaxError: Generator expression must be parenthesized ok Trying: f(x for x in L,) Expecting: Traceback (most recent call last): SyntaxError: Generator expression must be parenthesized ok Trying: f((x for x in L), 1) Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ok Trying: class C(x for x in L): pass Expecting: Traceback (most recent call last): SyntaxError: invalid syntax ok Trying: def g(*args, **kwargs): print(args, sorted(kwargs.items())) Expecting nothing ok Trying: g(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299) # doctest: +ELLIPSIS Expecting: (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ..., 297, 298, 299) [] ok Trying: g(a000=0, a001=1, a002=2, a003=3, a004=4, a005=5, a006=6, a007=7, a008=8, a009=9, a010=10, a011=11, a012=12, a013=13, a014=14, a015=15, a016=16, a017=17, a018=18, a019=19, a020=20, a021=21, a022=22, a023=23, a024=24, a025=25, a026=26, a027=27, a028=28, a029=29, a030=30, a031=31, a032=32, a033=33, a034=34, a035=35, a036=36, a037=37, a038=38, a039=39, a040=40, a041=41, a042=42, a043=43, a044=44, a045=45, a046=46, a047=47, a048=48, a049=49, a050=50, a051=51, a052=52, a053=53, a054=54, a055=55, a056=56, a057=57, a058=58, a059=59, a060=60, a061=61, a062=62, a063=63, a064=64, a065=65, a066=66, a067=67, a068=68, a069=69, a070=70, a071=71, a072=72, a073=73, a074=74, a075=75, a076=76, a077=77, a078=78, a079=79, a080=80, a081=81, a082=82, a083=83, a084=84, a085=85, a086=86, a087=87, a088=88, a089=89, a090=90, a091=91, a092=92, a093=93, a094=94, a095=95, a096=96, a097=97, a098=98, a099=99, a100=100, a101=101, a102=102, a103=103, a104=104, a105=105, a106=106, a107=107, a108=108, a109=109, a110=110, a111=111, a112=112, a113=113, a114=114, a115=115, a116=116, a117=117, a118=118, a119=119, a120=120, a121=121, a122=122, a123=123, a124=124, a125=125, a126=126, a127=127, a128=128, a129=129, a130=130, a131=131, a132=132, a133=133, a134=134, a135=135, a136=136, a137=137, a138=138, a139=139, a140=140, a141=141, a142=142, a143=143, a144=144, a145=145, a146=146, a147=147, a148=148, a149=149, a150=150, a151=151, a152=152, a153=153, a154=154, a155=155, a156=156, a157=157, a158=158, a159=159, a160=160, a161=161, a162=162, a163=163, a164=164, a165=165, a166=166, a167=167, a168=168, a169=169, a170=170, a171=171, a172=172, a173=173, a174=174, a175=175, a176=176, a177=177, a178=178, a179=179, a180=180, a181=181, a182=182, a183=183, a184=184, a185=185, a186=186, a187=187, a188=188, a189=189, a190=190, a191=191, a192=192, a193=193, a194=194, a195=195, a196=196, a197=197, a198=198, a199=199, a200=200, a201=201, a202=202, a203=203, a204=204, a205=205, a206=206, a207=207, a208=208, a209=209, a210=210, a211=211, a212=212, a213=213, a214=214, a215=215, a216=216, a217=217, a218=218, a219=219, a220=220, a221=221, a222=222, a223=223, a224=224, a225=225, a226=226, a227=227, a228=228, a229=229, a230=230, a231=231, a232=232, a233=233, a234=234, a235=235, a236=236, a237=237, a238=238, a239=239, a240=240, a241=241, a242=242, a243=243, a244=244, a245=245, a246=246, a247=247, a248=248, a249=249, a250=250, a251=251, a252=252, a253=253, a254=254, a255=255, a256=256, a257=257, a258=258, a259=259, a260=260, a261=261, a262=262, a263=263, a264=264, a265=265, a266=266, a267=267, a268=268, a269=269, a270=270, a271=271, a272=272, a273=273, a274=274, a275=275, a276=276, a277=277, a278=278, a279=279, a280=280, a281=281, a282=282, a283=283, a284=284, a285=285, a286=286, a287=287, a288=288, a289=289, a290=290, a291=291, a292=292, a293=293, a294=294, a295=295, a296=296, a297=297, a298=298, a299=299) # doctest: +ELLIPSIS Expecting: () [('a000', 0), ('a001', 1), ('a002', 2), ..., ('a298', 298), ('a299', 299)] ok Trying: class C: def meth(self, *args): return args Expecting nothing ok Trying: obj = C() Expecting nothing ok Trying: obj.meth( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299) # doctest: +ELLIPSIS Expecting: (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ..., 297, 298, 299) ok Trying: f(lambda x: x[0] = 3) Expecting: Traceback (most recent call last): SyntaxError: lambda cannot contain assignment ok Trying: f(x()=2) Expecting: Traceback (most recent call last): SyntaxError: keyword can't be an expression ok Trying: f(a or b=1) Expecting: Traceback (most recent call last): SyntaxError: keyword can't be an expression ok Trying: f(x.y=1) Expecting: Traceback (most recent call last): SyntaxError: keyword can't be an expression ok Trying: (x for x in x) += 1 Expecting: Traceback (most recent call last): SyntaxError: can't assign to generator expression ok Trying: None += 1 Expecting: Traceback (most recent call last): SyntaxError: can't assign to keyword ok Trying: f() += 1 Expecting: Traceback (most recent call last): SyntaxError: can't assign to function call ok Trying: def test(): try: pass finally: for abc in range(10): continue print(abc) Expecting nothing ok Trying: test() Expecting: 9 ok Trying: def test(): for abc in range(10): try: pass finally: continue Expecting: Traceback (most recent call last): ... SyntaxError: 'continue' not supported inside 'finally' clause ok Trying: def test(): for abc in range(10): try: pass finally: try: continue except: pass Expecting: Traceback (most recent call last): ... SyntaxError: 'continue' not supported inside 'finally' clause ok Trying: def foo(): try: pass finally: continue Expecting: Traceback (most recent call last): ... SyntaxError: 'continue' not supported inside 'finally' clause ok Trying: def foo(): for a in (): try: pass finally: continue Expecting: Traceback (most recent call last): ... SyntaxError: 'continue' not supported inside 'finally' clause ok Trying: def foo(): for a in (): try: pass finally: try: continue finally: pass Expecting: Traceback (most recent call last): ... SyntaxError: 'continue' not supported inside 'finally' clause ok Trying: def foo(): for a in (): try: pass finally: try: pass except: continue Expecting: Traceback (most recent call last): ... SyntaxError: 'continue' not supported inside 'finally' clause ok Trying: try: print(1) break print(2) finally: print(3) Expecting: Traceback (most recent call last): ... SyntaxError: 'break' outside loop ok Trying: while 1: while 2: while 3: while 4: while 5: while 6: while 8: while 9: while 10: while 11: while 12: while 13: while 14: while 15: while 16: while 17: while 18: while 19: while 20: while 21: while 22: break Expecting: Traceback (most recent call last): ... SyntaxError: too many statically nested blocks ok Trying: def f(): print(x) global x Expecting: Traceback (most recent call last): ... SyntaxError: name 'x' is used prior to global declaration ok Trying: def f(): x = 1 global x Expecting: Traceback (most recent call last): ... SyntaxError: name 'x' is assigned to before global declaration ok Trying: def f(x): global x Expecting: Traceback (most recent call last): ... SyntaxError: name 'x' is parameter and global ok Trying: def f(): x = 1 def g(): print(x) nonlocal x Expecting: Traceback (most recent call last): ... SyntaxError: name 'x' is used prior to nonlocal declaration ok Trying: def f(): x = 1 def g(): x = 2 nonlocal x Expecting: Traceback (most recent call last): ... SyntaxError: name 'x' is assigned to before nonlocal declaration ok Trying: def f(x): nonlocal x Expecting: Traceback (most recent call last): ... SyntaxError: name 'x' is parameter and nonlocal ok Trying: def f(): global x nonlocal x Expecting: Traceback (most recent call last): ... SyntaxError: name 'x' is nonlocal and global ok Trying: def f(): nonlocal x Expecting: Traceback (most recent call last): ... SyntaxError: no binding for nonlocal 'x' found ok Trying: nonlocal x Expecting: Traceback (most recent call last): ... SyntaxError: nonlocal declaration not allowed at module level ok Trying: class A: def f(self): nonlocal __x Expecting: Traceback (most recent call last): ... SyntaxError: no binding for nonlocal '_A__x' found ok Trying: if 1: x() = 1 elif 1: pass Expecting: Traceback (most recent call last): ... SyntaxError: can't assign to function call ok Trying: if 1: pass elif 1: x() = 1 Expecting: Traceback (most recent call last): ... SyntaxError: can't assign to function call ok Trying: if 1: x() = 1 elif 1: pass else: pass Expecting: Traceback (most recent call last): ... SyntaxError: can't assign to function call ok Trying: if 1: pass elif 1: x() = 1 else: pass Expecting: Traceback (most recent call last): ... SyntaxError: can't assign to function call ok Trying: if 1: pass elif 1: pass else: x() = 1 Expecting: Traceback (most recent call last): ... SyntaxError: can't assign to function call ok Trying: raise X, Y Expecting: Traceback (most recent call last): ... SyntaxError: invalid syntax ok Trying: raise X, Y, Z Expecting: Traceback (most recent call last): ... SyntaxError: invalid syntax ok Trying: f(a=23, a=234) Expecting: Traceback (most recent call last): ... SyntaxError: keyword argument repeated ok Trying: {1, 2, 3} = 42 Expecting: Traceback (most recent call last): SyntaxError: can't assign to literal ok Trying: def f(*, x=lambda __debug__:0): pass Expecting: Traceback (most recent call last): SyntaxError: assignment to keyword ok Trying: def f(*args:(lambda __debug__:0)): pass Expecting: Traceback (most recent call last): SyntaxError: assignment to keyword ok Trying: def f(**kwargs:(lambda __debug__:0)): pass Expecting: Traceback (most recent call last): SyntaxError: assignment to keyword ok Trying: with (lambda *:0): pass Expecting: Traceback (most recent call last): SyntaxError: named arguments must follow bare * ok Trying: def f(**__debug__): pass Expecting: Traceback (most recent call last): SyntaxError: assignment to keyword ok Trying: def f(*xx, __debug__): pass Expecting: Traceback (most recent call last): SyntaxError: assignment to keyword ok 14 items had no tests: test.test_syntax.SyntaxTestCase test.test_syntax.SyntaxTestCase._check_error test.test_syntax.SyntaxTestCase.test_assign_call test.test_syntax.SyntaxTestCase.test_assign_del test.test_syntax.SyntaxTestCase.test_bad_outdent test.test_syntax.SyntaxTestCase.test_break_outside_loop test.test_syntax.SyntaxTestCase.test_global_param_err_first test.test_syntax.SyntaxTestCase.test_kwargs_last test.test_syntax.SyntaxTestCase.test_kwargs_last2 test.test_syntax.SyntaxTestCase.test_kwargs_last3 test.test_syntax.SyntaxTestCase.test_no_indent test.test_syntax.SyntaxTestCase.test_nonlocal_param_err_first test.test_syntax.SyntaxTestCase.test_unexpected_indent test.test_syntax.test_main 1 items passed all tests: 80 tests in test.test_syntax 80 tests in 15 items. 80 passed and 0 failed. Test passed. doctest (test.test_syntax) ... 80 tests with zero failures 0:16:39 load avg: 0.83 [334/416] test_sys PASS: test_43581 (test.test_sys.SysModuleTest) PASS: test_attributes (test.test_sys.SysModuleTest) PASS: test_c_locale_surrogateescape (test.test_sys.SysModuleTest) PASS: test_call_tracing (test.test_sys.SysModuleTest) PASS: test_clear_type_cache (test.test_sys.SysModuleTest) PASS: test_current_frames (test.test_sys.SysModuleTest) PASS: test_custom_displayhook (test.test_sys.SysModuleTest) PASS: test_debugmallocstats (test.test_sys.SysModuleTest) PASS: test_dlopenflags (test.test_sys.SysModuleTest) PASS: test_excepthook (test.test_sys.SysModuleTest) PASS: test_executable (test.test_sys.SysModuleTest) PASS: test_exit (test.test_sys.SysModuleTest) PASS: test_getallocatedblocks (test.test_sys.SysModuleTest) SKIP: test_getandroidapilevel (test.test_sys.SysModuleTest) 'need sys.getandroidapilevel()' PASS: test_getdefaultencoding (test.test_sys.SysModuleTest) PASS: test_getfilesystemencoding (test.test_sys.SysModuleTest) PASS: test_getframe (test.test_sys.SysModuleTest) SKIP: test_getwindowsversion (test.test_sys.SysModuleTest) "object has no attribute 'getwindowsversion'" PASS: test_implementation (test.test_sys.SysModuleTest) PASS: test_intern (test.test_sys.SysModuleTest) PASS: test_ioencoding (test.test_sys.SysModuleTest) SKIP: test_ioencoding_nonascii (test.test_sys.SysModuleTest) 'requires FS encoding to match locale' PASS: test_is_finalizing (test.test_sys.SysModuleTest) PASS: test_lost_displayhook (test.test_sys.SysModuleTest) PASS: test_no_duplicates_in_meta_path (test.test_sys.SysModuleTest) PASS: test_original_displayhook (test.test_sys.SysModuleTest) PASS: test_original_excepthook (test.test_sys.SysModuleTest) PASS: test_posix_locale_surrogateescape (test.test_sys.SysModuleTest) PASS: test_recursionlimit (test.test_sys.SysModuleTest) PASS: test_recursionlimit_fatalerror (test.test_sys.SysModuleTest) PASS: test_recursionlimit_recovery (test.test_sys.SysModuleTest) PASS: test_refcount (test.test_sys.SysModuleTest) PASS: test_setcheckinterval (test.test_sys.SysModuleTest) PASS: test_setrecursionlimit_recursion_depth (test.test_sys.SysModuleTest) PASS: test_switchinterval (test.test_sys.SysModuleTest) PASS: test_sys_flags (test.test_sys.SysModuleTest) PASS: test_sys_flags_no_instantiation (test.test_sys.SysModuleTest) SKIP: test_sys_getwindowsversion_no_instantiation (test.test_sys.SysModuleTest) "object has no attribute 'getwindowsversion'" PASS: test_sys_tracebacklimit (test.test_sys.SysModuleTest) PASS: test_sys_version_info_no_instantiation (test.test_sys.SysModuleTest) PASS: test_thread_info (test.test_sys.SysModuleTest) PASS: test_asyncgen_hooks (test.test_sys.SizeofTest) PASS: test_default (test.test_sys.SizeofTest) PASS: test_errors (test.test_sys.SizeofTest) PASS: test_gc_head_size (test.test_sys.SizeofTest) PASS: test_objecttypes (test.test_sys.SizeofTest) PASS: test_pythontypes (test.test_sys.SizeofTest) PASS: test_slots (test.test_sys.SizeofTest) ---------------------------------------------------------------------- Ran 48 tests in 0.773s OK (skipped=4) 0:16:40 load avg: 0.84 [335/416] test_sys_setprofile PASS: test_caught_exception (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_caught_nested_exception (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_distant_exception (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_exception (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_exception_in_except_clause (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_exception_propagation (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_generator (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_nested_exception (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_raise (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_raise_reraise (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_raise_twice (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_simple (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_stop_iteration (test.test_sys_setprofile.ProfileHookTestCase) PASS: test_basic_exception (test.test_sys_setprofile.ProfileSimulatorTestCase) PASS: test_caught_exception (test.test_sys_setprofile.ProfileSimulatorTestCase) PASS: test_distant_exception (test.test_sys_setprofile.ProfileSimulatorTestCase) PASS: test_simple (test.test_sys_setprofile.ProfileSimulatorTestCase) PASS: test_unbound_method_invalid_args (test.test_sys_setprofile.ProfileSimulatorTestCase) PASS: test_unbound_method_no_args (test.test_sys_setprofile.ProfileSimulatorTestCase) PASS: test_empty (test.test_sys_setprofile.TestGetProfile) PASS: test_setget (test.test_sys_setprofile.TestGetProfile) ---------------------------------------------------------------------- Ran 21 tests in 0.005s OK 0:16:40 load avg: 0.84 [336/416] test_sys_settrace PASS: test_jump_across_async_with (test.test_sys_settrace.JumpTestCase) PASS: test_jump_across_with (test.test_sys_settrace.JumpTestCase) PASS: test_jump_backwards_out_of_async_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_backwards_out_of_try_except_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_backwards_out_of_try_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_backwards_out_of_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_between_except_blocks (test.test_sys_settrace.JumpTestCase) PASS: test_jump_forwards_out_of_async_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_forwards_out_of_try_except_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_forwards_out_of_try_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_forwards_out_of_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_in_nested_finally (test.test_sys_settrace.JumpTestCase) PASS: test_jump_in_nested_finally_2 (test.test_sys_settrace.JumpTestCase) PASS: test_jump_in_nested_finally_3 (test.test_sys_settrace.JumpTestCase) PASS: test_jump_infinite_while_loop (test.test_sys_settrace.JumpTestCase) unhandled exception during asyncio.run() shutdown task: ()> exception=RuntimeError("can't send non-None value to a just-started coroutine")> RuntimeError: can't send non-None value to a just-started coroutine PASS: test_jump_out_of_async_for_block_backwards (test.test_sys_settrace.JumpTestCase) unhandled exception during asyncio.run() shutdown task: ()> exception=RuntimeError("can't send non-None value to a just-started coroutine")> RuntimeError: can't send non-None value to a just-started coroutine PASS: test_jump_out_of_async_for_block_forwards (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_async_with_assignment (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_async_with_block_within_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_async_with_block_within_for_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_async_with_block_within_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_block_backwards (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_block_forwards (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_complex_nested_blocks (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_with_assignment (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_with_block_within_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_with_block_within_for_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_out_of_with_block_within_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_over_async_for_block_before_else (test.test_sys_settrace.JumpTestCase) PASS: test_jump_over_break_in_try_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_over_for_block_before_else (test.test_sys_settrace.JumpTestCase) PASS: test_jump_over_return_in_try_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_jump_simple_backwards (test.test_sys_settrace.JumpTestCase) PASS: test_jump_simple_forwards (test.test_sys_settrace.JumpTestCase) PASS: test_jump_to_codeless_line (test.test_sys_settrace.JumpTestCase) PASS: test_jump_to_firstlineno (test.test_sys_settrace.JumpTestCase) PASS: test_jump_to_same_line (test.test_sys_settrace.JumpTestCase) PASS: test_jump_within_except_block (test.test_sys_settrace.JumpTestCase) PASS: test_large_function (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_backwards_into_async_for_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_backwards_into_async_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_backwards_into_for_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_backwards_into_try_except_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_backwards_into_try_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_backwards_into_while_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_backwards_into_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_between_async_with_blocks (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_between_except_blocks_2 (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_between_with_blocks (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_forwards_into_async_for_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_forwards_into_async_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_forwards_into_for_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_forwards_into_try_except_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_forwards_into_try_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_forwards_into_while_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_forwards_into_with_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_from_call (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_from_exception_event (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_from_return_event (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_from_yield (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_into_async_for_block_before_else (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_into_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_into_finally_block_2 (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_into_for_block_before_else (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_out_of_finally_block (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_to_except_1 (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_to_except_2 (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_to_except_3 (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_to_except_4 (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_to_non_integers (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_too_far_backwards (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_too_far_forwards (test.test_sys_settrace.JumpTestCase) PASS: test_no_jump_without_trace_function (test.test_sys_settrace.JumpTestCase) PASS: test_call (test.test_sys_settrace.RaisingTraceFuncTestCase) PASS: test_exception (test.test_sys_settrace.RaisingTraceFuncTestCase) PASS: test_exception_arguments (test.test_sys_settrace.RaisingTraceFuncTestCase) PASS: test_line (test.test_sys_settrace.RaisingTraceFuncTestCase) PASS: test_return (test.test_sys_settrace.RaisingTraceFuncTestCase) PASS: test_trash_stack (test.test_sys_settrace.RaisingTraceFuncTestCase) PASS: test_01_basic (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_02_arigo (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_03_one_instr (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_04_no_pop_blocks (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_05_no_pop_tops (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_06_call (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_07_raise (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_08_settrace_and_return (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_09_settrace_and_raise (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_10_ireturn (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_11_tightloop (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_12_tighterloop (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_13_genexp (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_14_onliner_if (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_15_loops (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_16_blank_lines (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_17_none_f_trace (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_set_and_retrieve_func (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_set_and_retrieve_none (test.test_sys_settrace.SkipLineEventsTraceTestCase) PASS: test_01_basic (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_02_arigo (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_03_one_instr (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_04_no_pop_blocks (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_05_no_pop_tops (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_06_call (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_07_raise (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_08_settrace_and_return (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_09_settrace_and_raise (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_10_ireturn (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_11_tightloop (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_12_tighterloop (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_13_genexp (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_14_onliner_if (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_15_loops (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_16_blank_lines (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_17_none_f_trace (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_set_and_retrieve_func (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_set_and_retrieve_none (test.test_sys_settrace.TraceOpcodesTestCase) PASS: test_01_basic (test.test_sys_settrace.TraceTestCase) PASS: test_02_arigo (test.test_sys_settrace.TraceTestCase) PASS: test_03_one_instr (test.test_sys_settrace.TraceTestCase) PASS: test_04_no_pop_blocks (test.test_sys_settrace.TraceTestCase) PASS: test_05_no_pop_tops (test.test_sys_settrace.TraceTestCase) PASS: test_06_call (test.test_sys_settrace.TraceTestCase) PASS: test_07_raise (test.test_sys_settrace.TraceTestCase) PASS: test_08_settrace_and_return (test.test_sys_settrace.TraceTestCase) PASS: test_09_settrace_and_raise (test.test_sys_settrace.TraceTestCase) PASS: test_10_ireturn (test.test_sys_settrace.TraceTestCase) PASS: test_11_tightloop (test.test_sys_settrace.TraceTestCase) PASS: test_12_tighterloop (test.test_sys_settrace.TraceTestCase) PASS: test_13_genexp (test.test_sys_settrace.TraceTestCase) PASS: test_14_onliner_if (test.test_sys_settrace.TraceTestCase) PASS: test_15_loops (test.test_sys_settrace.TraceTestCase) PASS: test_16_blank_lines (test.test_sys_settrace.TraceTestCase) PASS: test_17_none_f_trace (test.test_sys_settrace.TraceTestCase) PASS: test_set_and_retrieve_func (test.test_sys_settrace.TraceTestCase) PASS: test_set_and_retrieve_none (test.test_sys_settrace.TraceTestCase) ---------------------------------------------------------------------- Ran 136 tests in 0.111s OK 0:16:41 load avg: 0.84 [337/416] test_sysconfig PASS: test_get_makefile_filename (test.test_sysconfig.MakefileTests) PASS: test_parse_makefile (test.test_sysconfig.MakefileTests) PASS: test_SO_deprecation (test.test_sysconfig.TestSysConfig) PASS: test_SO_in_vars (test.test_sysconfig.TestSysConfig) PASS: test_SO_value (test.test_sysconfig.TestSysConfig) PASS: test_get_config_h_filename (test.test_sysconfig.TestSysConfig) PASS: test_get_config_vars (test.test_sysconfig.TestSysConfig) PASS: test_get_path (test.test_sysconfig.TestSysConfig) PASS: test_get_path_names (test.test_sysconfig.TestSysConfig) PASS: test_get_paths (test.test_sysconfig.TestSysConfig) PASS: test_get_platform (test.test_sysconfig.TestSysConfig) PASS: test_get_scheme_names (test.test_sysconfig.TestSysConfig) PASS: test_ldshared_value (test.test_sysconfig.TestSysConfig) PASS: test_main (test.test_sysconfig.TestSysConfig) SKIP: test_osx_ext_suffix (test.test_sysconfig.TestSysConfig) 'OS X-specific test' SKIP: test_platform_in_subprocess (test.test_sysconfig.TestSysConfig) 'test only relevant on MacOSX' PASS: test_srcdir (test.test_sysconfig.TestSysConfig) PASS: test_srcdir_independent_of_cwd (test.test_sysconfig.TestSysConfig) PASS: test_symlink (test.test_sysconfig.TestSysConfig) PASS: test_triplet_in_ext_suffix (test.test_sysconfig.TestSysConfig) PASS: test_user_similar (test.test_sysconfig.TestSysConfig) ---------------------------------------------------------------------- Ran 21 tests in 0.061s OK (skipped=2) 0:16:41 load avg: 0.84 [338/416] test_syslog PASS: test_closelog (test.test_syslog.Test) PASS: test_log_mask (test.test_syslog.Test) PASS: test_log_upto (test.test_syslog.Test) PASS: test_openlog (test.test_syslog.Test) PASS: test_openlog_noargs (test.test_syslog.Test) PASS: test_setlogmask (test.test_syslog.Test) PASS: test_syslog (test.test_syslog.Test) ---------------------------------------------------------------------- Ran 7 tests in 0.001s OK 0:16:42 load avg: 0.84 [339/416] test_tarfile PASS: test_empty (test.test_tarfile.AppendTest) PASS: test_empty_fileobj (test.test_tarfile.AppendTest) PASS: test_existing (test.test_tarfile.AppendTest) PASS: test_fileobj (test.test_tarfile.AppendTest) PASS: test_incomplete (test.test_tarfile.AppendTest) PASS: test_invalid (test.test_tarfile.AppendTest) PASS: test_non_existing (test.test_tarfile.AppendTest) PASS: test_null (test.test_tarfile.AppendTest) PASS: test_premature_eof (test.test_tarfile.AppendTest) PASS: test_trailing_garbage (test.test_tarfile.AppendTest) PASS: test_append_compressed (test.test_tarfile.Bz2AppendTest) PASS: test_create (test.test_tarfile.Bz2CreateTest) PASS: test_create_existing (test.test_tarfile.Bz2CreateTest) PASS: test_create_existing_taropen (test.test_tarfile.Bz2CreateTest) PASS: test_create_pathlike_name (test.test_tarfile.Bz2CreateTest) PASS: test_create_taropen (test.test_tarfile.Bz2CreateTest) PASS: test_create_taropen_pathlike_name (test.test_tarfile.Bz2CreateTest) PASS: test_eof_marker (test.test_tarfile.Bz2CreateTest) PASS: test_fileobj_no_close (test.test_tarfile.Bz2CreateTest) PASS: test_detect_file (test.test_tarfile.Bz2DetectReadTest) PASS: test_detect_fileobj (test.test_tarfile.Bz2DetectReadTest) PASS: test_detect_stream_bz2 (test.test_tarfile.Bz2DetectReadTest) PASS: test_list (test.test_tarfile.Bz2ListTest) PASS: test_list_members (test.test_tarfile.Bz2ListTest) PASS: test_list_verbose (test.test_tarfile.Bz2ListTest) SKIP: test_bytes_name_attribute (test.test_tarfile.Bz2MiscReadTest) 'BZ2File have no name attribute' PASS: test_check_members (test.test_tarfile.Bz2MiscReadTest) PASS: test_empty_name_attribute (test.test_tarfile.Bz2MiscReadTest) PASS: test_empty_tarfile (test.test_tarfile.Bz2MiscReadTest) PASS: test_extract_directory (test.test_tarfile.Bz2MiscReadTest) PASS: test_extract_hardlink (test.test_tarfile.Bz2MiscReadTest) PASS: test_extract_pathlike_name (test.test_tarfile.Bz2MiscReadTest) PASS: test_extractall (test.test_tarfile.Bz2MiscReadTest) PASS: test_extractall_pathlike_name (test.test_tarfile.Bz2MiscReadTest) PASS: test_fail_comp (test.test_tarfile.Bz2MiscReadTest) PASS: test_fileobj_with_offset (test.test_tarfile.Bz2MiscReadTest) PASS: test_find_members (test.test_tarfile.Bz2MiscReadTest) PASS: test_ignore_zeros (test.test_tarfile.Bz2MiscReadTest) PASS: test_illegal_mode_arg (test.test_tarfile.Bz2MiscReadTest) PASS: test_init_close_fobj (test.test_tarfile.Bz2MiscReadTest) PASS: test_int_name_attribute (test.test_tarfile.Bz2MiscReadTest) SKIP: test_no_name_argument (test.test_tarfile.Bz2MiscReadTest) 'BZ2File have no name attribute' PASS: test_no_name_attribute (test.test_tarfile.Bz2MiscReadTest) PASS: test_non_existent_tarfile (test.test_tarfile.Bz2MiscReadTest) PASS: test_null_tarfile (test.test_tarfile.Bz2MiscReadTest) PASS: test_parallel_iteration (test.test_tarfile.Bz2MiscReadTest) PASS: test_pathlike_name (test.test_tarfile.Bz2MiscReadTest) PASS: test_premature_end_of_archive (test.test_tarfile.Bz2MiscReadTest) PASS: test_v7_dirtype (test.test_tarfile.Bz2MiscReadTest) PASS: test_xstar_type (test.test_tarfile.Bz2MiscReadTest) PASS: test_partial_input (test.test_tarfile.Bz2PartialReadTest) PASS: test_partial_input_bz2 (test.test_tarfile.Bz2PartialReadTest) PASS: test_compare_members (test.test_tarfile.Bz2StreamReadTest) PASS: test_empty_tarfile (test.test_tarfile.Bz2StreamReadTest) PASS: test_fileobj_regular_file (test.test_tarfile.Bz2StreamReadTest) PASS: test_ignore_zeros (test.test_tarfile.Bz2StreamReadTest) PASS: test_non_existent_tarfile (test.test_tarfile.Bz2StreamReadTest) PASS: test_null_tarfile (test.test_tarfile.Bz2StreamReadTest) PASS: test_premature_end_of_archive (test.test_tarfile.Bz2StreamReadTest) PASS: test_provoke_stream_error (test.test_tarfile.Bz2StreamReadTest) PASS: test_read_through (test.test_tarfile.Bz2StreamReadTest) PASS: test_eof_marker (test.test_tarfile.Bz2StreamWriteTest) PASS: test_file_mode (test.test_tarfile.Bz2StreamWriteTest) PASS: test_fileobj_no_close (test.test_tarfile.Bz2StreamWriteTest) PASS: test_stream_padding (test.test_tarfile.Bz2StreamWriteTest) PASS: test_fileobj_iter (test.test_tarfile.Bz2UstarReadTest) PASS: test_fileobj_link1 (test.test_tarfile.Bz2UstarReadTest) PASS: test_fileobj_link2 (test.test_tarfile.Bz2UstarReadTest) PASS: test_fileobj_readlines (test.test_tarfile.Bz2UstarReadTest) PASS: test_fileobj_regular_file (test.test_tarfile.Bz2UstarReadTest) PASS: test_fileobj_seek (test.test_tarfile.Bz2UstarReadTest) PASS: test_fileobj_symlink1 (test.test_tarfile.Bz2UstarReadTest) PASS: test_fileobj_symlink2 (test.test_tarfile.Bz2UstarReadTest) PASS: test_fileobj_text (test.test_tarfile.Bz2UstarReadTest) PASS: test_issue14160 (test.test_tarfile.Bz2UstarReadTest) PASS: test_100_char_name (test.test_tarfile.Bz2WriteTest) PASS: test_abs_pathnames (test.test_tarfile.Bz2WriteTest) PASS: test_add_self (test.test_tarfile.Bz2WriteTest) PASS: test_cwd (test.test_tarfile.Bz2WriteTest) PASS: test_directory_size (test.test_tarfile.Bz2WriteTest) PASS: test_eof_marker (test.test_tarfile.Bz2WriteTest) PASS: test_extractall_symlinks (test.test_tarfile.Bz2WriteTest) PASS: test_file_size (test.test_tarfile.Bz2WriteTest) PASS: test_fileobj_no_close (test.test_tarfile.Bz2WriteTest) PASS: test_filter (test.test_tarfile.Bz2WriteTest) PASS: test_gettarinfo_pathlike_name (test.test_tarfile.Bz2WriteTest) PASS: test_link_size (test.test_tarfile.Bz2WriteTest) PASS: test_open_nonwritable_fileobj (test.test_tarfile.Bz2WriteTest) PASS: test_ordered_recursion (test.test_tarfile.Bz2WriteTest) PASS: test_pathnames (test.test_tarfile.Bz2WriteTest) PASS: test_symlink_size (test.test_tarfile.Bz2WriteTest) PASS: test_tar_size (test.test_tarfile.Bz2WriteTest) PASS: test_bad_use (test.test_tarfile.CommandLineTest) PASS: test_create_command (test.test_tarfile.CommandLineTest) PASS: test_create_command_compressed (test.test_tarfile.CommandLineTest) PASS: test_create_command_dot_started_filename (test.test_tarfile.CommandLineTest) PASS: test_create_command_dotless_filename (test.test_tarfile.CommandLineTest) PASS: test_create_command_verbose (test.test_tarfile.CommandLineTest) PASS: test_extract_command (test.test_tarfile.CommandLineTest) PASS: test_extract_command_different_directory (test.test_tarfile.CommandLineTest) PASS: test_extract_command_invalid_file (test.test_tarfile.CommandLineTest) PASS: test_extract_command_verbose (test.test_tarfile.CommandLineTest) PASS: test_list_command (test.test_tarfile.CommandLineTest) PASS: test_list_command_invalid_file (test.test_tarfile.CommandLineTest) PASS: test_list_command_verbose (test.test_tarfile.CommandLineTest) PASS: test_test_command (test.test_tarfile.CommandLineTest) PASS: test_test_command_invalid_file (test.test_tarfile.CommandLineTest) PASS: test_test_command_verbose (test.test_tarfile.CommandLineTest) PASS: test_basic (test.test_tarfile.ContextManagerTest) PASS: test_closed (test.test_tarfile.ContextManagerTest) PASS: test_eof (test.test_tarfile.ContextManagerTest) PASS: test_exception (test.test_tarfile.ContextManagerTest) PASS: test_fileobj (test.test_tarfile.ContextManagerTest) PASS: test_no_eof (test.test_tarfile.ContextManagerTest) PASS: test_create (test.test_tarfile.CreateTest) PASS: test_create_existing (test.test_tarfile.CreateTest) PASS: test_create_existing_taropen (test.test_tarfile.CreateTest) PASS: test_create_pathlike_name (test.test_tarfile.CreateTest) PASS: test_create_taropen (test.test_tarfile.CreateTest) PASS: test_create_taropen_pathlike_name (test.test_tarfile.CreateTest) PASS: test_eof_marker (test.test_tarfile.CreateTest) PASS: test_fileobj_no_close (test.test_tarfile.CreateTest) PASS: test_create (test.test_tarfile.CreateWithXModeTest) PASS: test_create_existing (test.test_tarfile.CreateWithXModeTest) PASS: test_create_pathlike_name (test.test_tarfile.CreateWithXModeTest) PASS: test_create_taropen_pathlike_name (test.test_tarfile.CreateWithXModeTest) PASS: test_eof_marker (test.test_tarfile.CreateWithXModeTest) PASS: test_fileobj_no_close (test.test_tarfile.CreateWithXModeTest) PASS: test_detect_file (test.test_tarfile.DetectReadTest) PASS: test_detect_fileobj (test.test_tarfile.DetectReadTest) PASS: test_header_offset (test.test_tarfile.GNUReadTest) PASS: test_read_longlink (test.test_tarfile.GNUReadTest) PASS: test_read_longname (test.test_tarfile.GNUReadTest) PASS: test_sparse_file_00 (test.test_tarfile.GNUReadTest) PASS: test_sparse_file_01 (test.test_tarfile.GNUReadTest) PASS: test_sparse_file_10 (test.test_tarfile.GNUReadTest) PASS: test_sparse_file_old (test.test_tarfile.GNUReadTest) PASS: test_truncated_longname (test.test_tarfile.GNUReadTest) PASS: test_bad_pax_header (test.test_tarfile.GNUUnicodeTest) PASS: test_iso8859_1_filename (test.test_tarfile.GNUUnicodeTest) PASS: test_uname_unicode (test.test_tarfile.GNUUnicodeTest) PASS: test_unicode_argument (test.test_tarfile.GNUUnicodeTest) PASS: test_unicode_filename_error (test.test_tarfile.GNUUnicodeTest) PASS: test_utf7_filename (test.test_tarfile.GNUUnicodeTest) PASS: test_utf8_filename (test.test_tarfile.GNUUnicodeTest) PASS: test_longlink_1023 (test.test_tarfile.GNUWriteTest) PASS: test_longlink_1024 (test.test_tarfile.GNUWriteTest) PASS: test_longlink_1025 (test.test_tarfile.GNUWriteTest) PASS: test_longname_1023 (test.test_tarfile.GNUWriteTest) PASS: test_longname_1024 (test.test_tarfile.GNUWriteTest) PASS: test_longname_1025 (test.test_tarfile.GNUWriteTest) PASS: test_longnamelink_1023 (test.test_tarfile.GNUWriteTest) PASS: test_longnamelink_1024 (test.test_tarfile.GNUWriteTest) PASS: test_longnamelink_1025 (test.test_tarfile.GNUWriteTest) PASS: test_append_compressed (test.test_tarfile.GzipAppendTest) PASS: test_create (test.test_tarfile.GzipCreateTest) PASS: test_create_existing (test.test_tarfile.GzipCreateTest) PASS: test_create_existing_taropen (test.test_tarfile.GzipCreateTest) PASS: test_create_pathlike_name (test.test_tarfile.GzipCreateTest) PASS: test_create_taropen (test.test_tarfile.GzipCreateTest) PASS: test_create_taropen_pathlike_name (test.test_tarfile.GzipCreateTest) PASS: test_eof_marker (test.test_tarfile.GzipCreateTest) PASS: test_fileobj_no_close (test.test_tarfile.GzipCreateTest) PASS: test_detect_file (test.test_tarfile.GzipDetectReadTest) PASS: test_detect_fileobj (test.test_tarfile.GzipDetectReadTest) PASS: test_list (test.test_tarfile.GzipListTest) PASS: test_list_members (test.test_tarfile.GzipListTest) PASS: test_list_verbose (test.test_tarfile.GzipListTest) PASS: test_bytes_name_attribute (test.test_tarfile.GzipMiscReadTest) PASS: test_check_members (test.test_tarfile.GzipMiscReadTest) PASS: test_empty_name_attribute (test.test_tarfile.GzipMiscReadTest) PASS: test_empty_tarfile (test.test_tarfile.GzipMiscReadTest) PASS: test_extract_directory (test.test_tarfile.GzipMiscReadTest) PASS: test_extract_hardlink (test.test_tarfile.GzipMiscReadTest) PASS: test_extract_pathlike_name (test.test_tarfile.GzipMiscReadTest) PASS: test_extractall (test.test_tarfile.GzipMiscReadTest) PASS: test_extractall_pathlike_name (test.test_tarfile.GzipMiscReadTest) PASS: test_fail_comp (test.test_tarfile.GzipMiscReadTest) PASS: test_fileobj_with_offset (test.test_tarfile.GzipMiscReadTest) PASS: test_find_members (test.test_tarfile.GzipMiscReadTest) PASS: test_ignore_zeros (test.test_tarfile.GzipMiscReadTest) PASS: test_illegal_mode_arg (test.test_tarfile.GzipMiscReadTest) PASS: test_init_close_fobj (test.test_tarfile.GzipMiscReadTest) PASS: test_int_name_attribute (test.test_tarfile.GzipMiscReadTest) PASS: test_no_name_argument (test.test_tarfile.GzipMiscReadTest) PASS: test_no_name_attribute (test.test_tarfile.GzipMiscReadTest) PASS: test_non_existent_tarfile (test.test_tarfile.GzipMiscReadTest) PASS: test_null_tarfile (test.test_tarfile.GzipMiscReadTest) PASS: test_parallel_iteration (test.test_tarfile.GzipMiscReadTest) PASS: test_pathlike_name (test.test_tarfile.GzipMiscReadTest) PASS: test_premature_end_of_archive (test.test_tarfile.GzipMiscReadTest) PASS: test_v7_dirtype (test.test_tarfile.GzipMiscReadTest) PASS: test_xstar_type (test.test_tarfile.GzipMiscReadTest) PASS: test_compare_members (test.test_tarfile.GzipStreamReadTest) PASS: test_empty_tarfile (test.test_tarfile.GzipStreamReadTest) PASS: test_fileobj_regular_file (test.test_tarfile.GzipStreamReadTest) PASS: test_ignore_zeros (test.test_tarfile.GzipStreamReadTest) PASS: test_non_existent_tarfile (test.test_tarfile.GzipStreamReadTest) PASS: test_null_tarfile (test.test_tarfile.GzipStreamReadTest) PASS: test_premature_end_of_archive (test.test_tarfile.GzipStreamReadTest) PASS: test_provoke_stream_error (test.test_tarfile.GzipStreamReadTest) PASS: test_read_through (test.test_tarfile.GzipStreamReadTest) PASS: test_eof_marker (test.test_tarfile.GzipStreamWriteTest) PASS: test_file_mode (test.test_tarfile.GzipStreamWriteTest) PASS: test_fileobj_no_close (test.test_tarfile.GzipStreamWriteTest) PASS: test_stream_padding (test.test_tarfile.GzipStreamWriteTest) PASS: test_fileobj_iter (test.test_tarfile.GzipUstarReadTest) PASS: test_fileobj_link1 (test.test_tarfile.GzipUstarReadTest) PASS: test_fileobj_link2 (test.test_tarfile.GzipUstarReadTest) PASS: test_fileobj_readlines (test.test_tarfile.GzipUstarReadTest) PASS: test_fileobj_regular_file (test.test_tarfile.GzipUstarReadTest) PASS: test_fileobj_seek (test.test_tarfile.GzipUstarReadTest) PASS: test_fileobj_symlink1 (test.test_tarfile.GzipUstarReadTest) PASS: test_fileobj_symlink2 (test.test_tarfile.GzipUstarReadTest) PASS: test_fileobj_text (test.test_tarfile.GzipUstarReadTest) PASS: test_issue14160 (test.test_tarfile.GzipUstarReadTest) PASS: test_100_char_name (test.test_tarfile.GzipWriteTest) PASS: test_abs_pathnames (test.test_tarfile.GzipWriteTest) PASS: test_add_self (test.test_tarfile.GzipWriteTest) PASS: test_cwd (test.test_tarfile.GzipWriteTest) PASS: test_directory_size (test.test_tarfile.GzipWriteTest) PASS: test_eof_marker (test.test_tarfile.GzipWriteTest) PASS: test_extractall_symlinks (test.test_tarfile.GzipWriteTest) PASS: test_file_size (test.test_tarfile.GzipWriteTest) PASS: test_fileobj_no_close (test.test_tarfile.GzipWriteTest) PASS: test_filter (test.test_tarfile.GzipWriteTest) PASS: test_gettarinfo_pathlike_name (test.test_tarfile.GzipWriteTest) PASS: test_link_size (test.test_tarfile.GzipWriteTest) PASS: test_open_nonwritable_fileobj (test.test_tarfile.GzipWriteTest) PASS: test_ordered_recursion (test.test_tarfile.GzipWriteTest) PASS: test_pathnames (test.test_tarfile.GzipWriteTest) PASS: test_symlink_size (test.test_tarfile.GzipWriteTest) PASS: test_tar_size (test.test_tarfile.GzipWriteTest) PASS: test_add_hardlink (test.test_tarfile.HardlinkTest) PASS: test_add_twice (test.test_tarfile.HardlinkTest) PASS: test_dereference_hardlink (test.test_tarfile.HardlinkTest) PASS: test_gnu_limits (test.test_tarfile.LimitsTest) PASS: test_pax_limits (test.test_tarfile.LimitsTest) PASS: test_ustar_limits (test.test_tarfile.LimitsTest) SKIP: test_hardlink_extraction1 (test.test_tarfile.LinkEmulationTest) 'requires os.link to be missing' SKIP: test_hardlink_extraction2 (test.test_tarfile.LinkEmulationTest) 'requires os.link to be missing' SKIP: test_symlink_extraction1 (test.test_tarfile.LinkEmulationTest) 'requires os.link to be missing' SKIP: test_symlink_extraction2 (test.test_tarfile.LinkEmulationTest) 'requires os.link to be missing' PASS: test_list (test.test_tarfile.ListTest) PASS: test_list_members (test.test_tarfile.ListTest) PASS: test_list_verbose (test.test_tarfile.ListTest) PASS: test_append_compressed (test.test_tarfile.LzmaAppendTest) PASS: test_create (test.test_tarfile.LzmaCreateTest) PASS: test_create_existing (test.test_tarfile.LzmaCreateTest) PASS: test_create_existing_taropen (test.test_tarfile.LzmaCreateTest) PASS: test_create_pathlike_name (test.test_tarfile.LzmaCreateTest) PASS: test_create_taropen (test.test_tarfile.LzmaCreateTest) PASS: test_create_taropen_pathlike_name (test.test_tarfile.LzmaCreateTest) PASS: test_eof_marker (test.test_tarfile.LzmaCreateTest) PASS: test_fileobj_no_close (test.test_tarfile.LzmaCreateTest) PASS: test_detect_file (test.test_tarfile.LzmaDetectReadTest) PASS: test_detect_fileobj (test.test_tarfile.LzmaDetectReadTest) PASS: test_list (test.test_tarfile.LzmaListTest) PASS: test_list_members (test.test_tarfile.LzmaListTest) PASS: test_list_verbose (test.test_tarfile.LzmaListTest) SKIP: test_bytes_name_attribute (test.test_tarfile.LzmaMiscReadTest) 'LZMAFile have no name attribute' PASS: test_check_members (test.test_tarfile.LzmaMiscReadTest) PASS: test_empty_name_attribute (test.test_tarfile.LzmaMiscReadTest) PASS: test_empty_tarfile (test.test_tarfile.LzmaMiscReadTest) PASS: test_extract_directory (test.test_tarfile.LzmaMiscReadTest) PASS: test_extract_hardlink (test.test_tarfile.LzmaMiscReadTest) PASS: test_extract_pathlike_name (test.test_tarfile.LzmaMiscReadTest) PASS: test_extractall (test.test_tarfile.LzmaMiscReadTest) PASS: test_extractall_pathlike_name (test.test_tarfile.LzmaMiscReadTest) PASS: test_fail_comp (test.test_tarfile.LzmaMiscReadTest) PASS: test_fileobj_with_offset (test.test_tarfile.LzmaMiscReadTest) PASS: test_find_members (test.test_tarfile.LzmaMiscReadTest) PASS: test_ignore_zeros (test.test_tarfile.LzmaMiscReadTest) PASS: test_illegal_mode_arg (test.test_tarfile.LzmaMiscReadTest) PASS: test_init_close_fobj (test.test_tarfile.LzmaMiscReadTest) PASS: test_int_name_attribute (test.test_tarfile.LzmaMiscReadTest) SKIP: test_no_name_argument (test.test_tarfile.LzmaMiscReadTest) 'LZMAFile have no name attribute' PASS: test_no_name_attribute (test.test_tarfile.LzmaMiscReadTest) PASS: test_non_existent_tarfile (test.test_tarfile.LzmaMiscReadTest) PASS: test_null_tarfile (test.test_tarfile.LzmaMiscReadTest) PASS: test_parallel_iteration (test.test_tarfile.LzmaMiscReadTest) PASS: test_pathlike_name (test.test_tarfile.LzmaMiscReadTest) PASS: test_premature_end_of_archive (test.test_tarfile.LzmaMiscReadTest) PASS: test_v7_dirtype (test.test_tarfile.LzmaMiscReadTest) PASS: test_xstar_type (test.test_tarfile.LzmaMiscReadTest) PASS: test_compare_members (test.test_tarfile.LzmaStreamReadTest) PASS: test_empty_tarfile (test.test_tarfile.LzmaStreamReadTest) PASS: test_fileobj_regular_file (test.test_tarfile.LzmaStreamReadTest) PASS: test_ignore_zeros (test.test_tarfile.LzmaStreamReadTest) PASS: test_non_existent_tarfile (test.test_tarfile.LzmaStreamReadTest) PASS: test_null_tarfile (test.test_tarfile.LzmaStreamReadTest) PASS: test_premature_end_of_archive (test.test_tarfile.LzmaStreamReadTest) PASS: test_provoke_stream_error (test.test_tarfile.LzmaStreamReadTest) PASS: test_read_through (test.test_tarfile.LzmaStreamReadTest) PASS: test_eof_marker (test.test_tarfile.LzmaStreamWriteTest) PASS: test_file_mode (test.test_tarfile.LzmaStreamWriteTest) PASS: test_fileobj_no_close (test.test_tarfile.LzmaStreamWriteTest) PASS: test_stream_padding (test.test_tarfile.LzmaStreamWriteTest) PASS: test_fileobj_iter (test.test_tarfile.LzmaUstarReadTest) PASS: test_fileobj_link1 (test.test_tarfile.LzmaUstarReadTest) PASS: test_fileobj_link2 (test.test_tarfile.LzmaUstarReadTest) PASS: test_fileobj_readlines (test.test_tarfile.LzmaUstarReadTest) PASS: test_fileobj_regular_file (test.test_tarfile.LzmaUstarReadTest) PASS: test_fileobj_seek (test.test_tarfile.LzmaUstarReadTest) PASS: test_fileobj_symlink1 (test.test_tarfile.LzmaUstarReadTest) PASS: test_fileobj_symlink2 (test.test_tarfile.LzmaUstarReadTest) PASS: test_fileobj_text (test.test_tarfile.LzmaUstarReadTest) PASS: test_issue14160 (test.test_tarfile.LzmaUstarReadTest) PASS: test_100_char_name (test.test_tarfile.LzmaWriteTest) PASS: test_abs_pathnames (test.test_tarfile.LzmaWriteTest) PASS: test_add_self (test.test_tarfile.LzmaWriteTest) PASS: test_cwd (test.test_tarfile.LzmaWriteTest) PASS: test_directory_size (test.test_tarfile.LzmaWriteTest) PASS: test_eof_marker (test.test_tarfile.LzmaWriteTest) PASS: test_extractall_symlinks (test.test_tarfile.LzmaWriteTest) PASS: test_file_size (test.test_tarfile.LzmaWriteTest) PASS: test_fileobj_no_close (test.test_tarfile.LzmaWriteTest) PASS: test_filter (test.test_tarfile.LzmaWriteTest) PASS: test_gettarinfo_pathlike_name (test.test_tarfile.LzmaWriteTest) PASS: test_link_size (test.test_tarfile.LzmaWriteTest) PASS: test_open_nonwritable_fileobj (test.test_tarfile.LzmaWriteTest) PASS: test_ordered_recursion (test.test_tarfile.LzmaWriteTest) PASS: test_pathnames (test.test_tarfile.LzmaWriteTest) PASS: test_symlink_size (test.test_tarfile.LzmaWriteTest) PASS: test_tar_size (test.test_tarfile.LzmaWriteTest) PASS: test_find_blktype (test.test_tarfile.MemberReadTest) PASS: test_find_chrtype (test.test_tarfile.MemberReadTest) PASS: test_find_conttype (test.test_tarfile.MemberReadTest) PASS: test_find_dirtype (test.test_tarfile.MemberReadTest) PASS: test_find_dirtype_with_size (test.test_tarfile.MemberReadTest) PASS: test_find_fifotype (test.test_tarfile.MemberReadTest) PASS: test_find_gnusparse (test.test_tarfile.MemberReadTest) PASS: test_find_gnusparse_00 (test.test_tarfile.MemberReadTest) PASS: test_find_gnusparse_01 (test.test_tarfile.MemberReadTest) PASS: test_find_gnusparse_10 (test.test_tarfile.MemberReadTest) PASS: test_find_lnktype (test.test_tarfile.MemberReadTest) PASS: test_find_pax_umlauts (test.test_tarfile.MemberReadTest) PASS: test_find_regtype (test.test_tarfile.MemberReadTest) PASS: test_find_regtype_oldv7 (test.test_tarfile.MemberReadTest) PASS: test_find_sparse (test.test_tarfile.MemberReadTest) PASS: test_find_symtype (test.test_tarfile.MemberReadTest) PASS: test_find_umlauts (test.test_tarfile.MemberReadTest) PASS: test_find_ustar_longname (test.test_tarfile.MemberReadTest) PASS: test_bytes_name_attribute (test.test_tarfile.MiscReadTest) PASS: test_check_members (test.test_tarfile.MiscReadTest) PASS: test_empty_name_attribute (test.test_tarfile.MiscReadTest) PASS: test_empty_tarfile (test.test_tarfile.MiscReadTest) PASS: test_extract_directory (test.test_tarfile.MiscReadTest) PASS: test_extract_hardlink (test.test_tarfile.MiscReadTest) PASS: test_extract_pathlike_name (test.test_tarfile.MiscReadTest) PASS: test_extractall (test.test_tarfile.MiscReadTest) PASS: test_extractall_pathlike_name (test.test_tarfile.MiscReadTest) PASS: test_fileobj_with_offset (test.test_tarfile.MiscReadTest) PASS: test_find_members (test.test_tarfile.MiscReadTest) PASS: test_ignore_zeros (test.test_tarfile.MiscReadTest) PASS: test_illegal_mode_arg (test.test_tarfile.MiscReadTest) PASS: test_init_close_fobj (test.test_tarfile.MiscReadTest) PASS: test_int_name_attribute (test.test_tarfile.MiscReadTest) PASS: test_no_name_argument (test.test_tarfile.MiscReadTest) PASS: test_no_name_attribute (test.test_tarfile.MiscReadTest) PASS: test_non_existent_tarfile (test.test_tarfile.MiscReadTest) PASS: test_null_tarfile (test.test_tarfile.MiscReadTest) PASS: test_parallel_iteration (test.test_tarfile.MiscReadTest) PASS: test_pathlike_name (test.test_tarfile.MiscReadTest) PASS: test_premature_end_of_archive (test.test_tarfile.MiscReadTest) PASS: test_v7_dirtype (test.test_tarfile.MiscReadTest) PASS: test_xstar_type (test.test_tarfile.MiscReadTest) PASS: test__all__ (test.test_tarfile.MiscTest) PASS: test_char_fields (test.test_tarfile.MiscTest) PASS: test_number_field_limits (test.test_tarfile.MiscTest) PASS: test_read_number_fields (test.test_tarfile.MiscTest) PASS: test_write_number_fields (test.test_tarfile.MiscTest) PASS: test_extract_with_numeric_owner (test.test_tarfile.NumericOwnerTest) PASS: test_extract_without_numeric_owner (test.test_tarfile.NumericOwnerTest) PASS: test_extractall_with_numeric_owner (test.test_tarfile.NumericOwnerTest) PASS: test_keyword_only (test.test_tarfile.NumericOwnerTest) PASS: test_binary_header (test.test_tarfile.PAXUnicodeTest) PASS: test_iso8859_1_filename (test.test_tarfile.PAXUnicodeTest) PASS: test_uname_unicode (test.test_tarfile.PAXUnicodeTest) PASS: test_unicode_argument (test.test_tarfile.PAXUnicodeTest) PASS: test_utf7_filename (test.test_tarfile.PAXUnicodeTest) PASS: test_utf8_filename (test.test_tarfile.PAXUnicodeTest) PASS: test_header_offset (test.test_tarfile.PaxReadTest) PASS: test_pax_global_headers (test.test_tarfile.PaxReadTest) PASS: test_pax_number_fields (test.test_tarfile.PaxReadTest) PASS: test_read_longlink (test.test_tarfile.PaxReadTest) PASS: test_read_longname (test.test_tarfile.PaxReadTest) PASS: test_truncated_longname (test.test_tarfile.PaxReadTest) PASS: test_longlink_1023 (test.test_tarfile.PaxWriteTest) PASS: test_longlink_1024 (test.test_tarfile.PaxWriteTest) PASS: test_longlink_1025 (test.test_tarfile.PaxWriteTest) PASS: test_longname_1023 (test.test_tarfile.PaxWriteTest) PASS: test_longname_1024 (test.test_tarfile.PaxWriteTest) PASS: test_longname_1025 (test.test_tarfile.PaxWriteTest) PASS: test_longnamelink_1023 (test.test_tarfile.PaxWriteTest) PASS: test_longnamelink_1024 (test.test_tarfile.PaxWriteTest) PASS: test_longnamelink_1025 (test.test_tarfile.PaxWriteTest) PASS: test_pax_extended_header (test.test_tarfile.PaxWriteTest) PASS: test_pax_global_header (test.test_tarfile.PaxWriteTest) PASS: test_compare_members (test.test_tarfile.StreamReadTest) PASS: test_empty_tarfile (test.test_tarfile.StreamReadTest) PASS: test_fileobj_regular_file (test.test_tarfile.StreamReadTest) PASS: test_ignore_zeros (test.test_tarfile.StreamReadTest) PASS: test_non_existent_tarfile (test.test_tarfile.StreamReadTest) PASS: test_null_tarfile (test.test_tarfile.StreamReadTest) PASS: test_premature_end_of_archive (test.test_tarfile.StreamReadTest) PASS: test_provoke_stream_error (test.test_tarfile.StreamReadTest) PASS: test_read_through (test.test_tarfile.StreamReadTest) PASS: test_eof_marker (test.test_tarfile.StreamWriteTest) PASS: test_file_mode (test.test_tarfile.StreamWriteTest) PASS: test_fileobj_no_close (test.test_tarfile.StreamWriteTest) PASS: test_stream_padding (test.test_tarfile.StreamWriteTest) PASS: test_fileobj_iter (test.test_tarfile.UstarReadTest) PASS: test_fileobj_link1 (test.test_tarfile.UstarReadTest) PASS: test_fileobj_link2 (test.test_tarfile.UstarReadTest) PASS: test_fileobj_readlines (test.test_tarfile.UstarReadTest) PASS: test_fileobj_regular_file (test.test_tarfile.UstarReadTest) PASS: test_fileobj_seek (test.test_tarfile.UstarReadTest) PASS: test_fileobj_symlink1 (test.test_tarfile.UstarReadTest) PASS: test_fileobj_symlink2 (test.test_tarfile.UstarReadTest) PASS: test_fileobj_text (test.test_tarfile.UstarReadTest) PASS: test_issue14160 (test.test_tarfile.UstarReadTest) PASS: test_iso8859_1_filename (test.test_tarfile.UstarUnicodeTest) PASS: test_uname_unicode (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_argument (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_filename_error (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_link1 (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_link2 (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_longname1 (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_longname2 (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_longname3 (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_longname4 (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_name1 (test.test_tarfile.UstarUnicodeTest) PASS: test_unicode_name2 (test.test_tarfile.UstarUnicodeTest) PASS: test_utf7_filename (test.test_tarfile.UstarUnicodeTest) PASS: test_utf8_filename (test.test_tarfile.UstarUnicodeTest) PASS: test_100_char_name (test.test_tarfile.WriteTest) PASS: test_abs_pathnames (test.test_tarfile.WriteTest) PASS: test_add_self (test.test_tarfile.WriteTest) PASS: test_cwd (test.test_tarfile.WriteTest) PASS: test_directory_size (test.test_tarfile.WriteTest) PASS: test_eof_marker (test.test_tarfile.WriteTest) PASS: test_extractall_symlinks (test.test_tarfile.WriteTest) PASS: test_file_size (test.test_tarfile.WriteTest) PASS: test_fileobj_no_close (test.test_tarfile.WriteTest) PASS: test_filter (test.test_tarfile.WriteTest) PASS: test_gettarinfo_pathlike_name (test.test_tarfile.WriteTest) PASS: test_link_size (test.test_tarfile.WriteTest) PASS: test_open_nonwritable_fileobj (test.test_tarfile.WriteTest) PASS: test_ordered_recursion (test.test_tarfile.WriteTest) PASS: test_pathnames (test.test_tarfile.WriteTest) PASS: test_symlink_size (test.test_tarfile.WriteTest) PASS: test_tar_size (test.test_tarfile.WriteTest) ---------------------------------------------------------------------- Ran 453 tests in 6.221s OK (skipped=8) 0:16:49 load avg: 0.85 [340/416] test_tcl test_tcl skipped -- No module named '_tkinter' 0:16:49 load avg: 0.85 [341/416] test_telnetlib -- test_tcl skipped PASS: test_expect (test.test_telnetlib.ExpectTests) PASS: testBasic (test.test_telnetlib.GeneralTests) PASS: testContextManager (test.test_telnetlib.GeneralTests) PASS: testGetters (test.test_telnetlib.GeneralTests) PASS: testTimeoutDefault (test.test_telnetlib.GeneralTests) PASS: testTimeoutNone (test.test_telnetlib.GeneralTests) PASS: testTimeoutOpen (test.test_telnetlib.GeneralTests) PASS: testTimeoutValue (test.test_telnetlib.GeneralTests) PASS: test_IAC_commands (test.test_telnetlib.OptionTests) PASS: test_SB_commands (test.test_telnetlib.OptionTests) PASS: test_debug_accepts_str_port (test.test_telnetlib.OptionTests) PASS: test_debuglevel_reads (test.test_telnetlib.OptionTests) PASS: test_debuglevel_write (test.test_telnetlib.OptionTests) PASS: test_read_all (test.test_telnetlib.ReadTests) PASS: test_read_eager (test.test_telnetlib.ReadTests) PASS: test_read_lazy (test.test_telnetlib.ReadTests) PASS: test_read_some (test.test_telnetlib.ReadTests) PASS: test_read_until (test.test_telnetlib.ReadTests) PASS: test_write (test.test_telnetlib.WriteTests) ---------------------------------------------------------------------- Ran 19 tests in 0.015s OK 0:16:49 load avg: 0.87 [342/416] test_tempfile PASS: test_nonempty_list (test.test_tempfile.TestCandidateTempdirList) PASS: test_wanted_dirs (test.test_tempfile.TestCandidateTempdirList) PASS: test_exports (test.test_tempfile.TestExports) PASS: test_retval (test.test_tempfile.TestGetCandidateNames) PASS: test_same_thing (test.test_tempfile.TestGetCandidateNames) PASS: test_no_files_left_behind (test.test_tempfile.TestGetDefaultTempdir) PASS: test_case_sensitive (test.test_tempfile.TestGetTempDir) PASS: test_directory_exists (test.test_tempfile.TestGetTempDir) PASS: test_directory_writable (test.test_tempfile.TestGetTempDir) PASS: test_same_thing (test.test_tempfile.TestGetTempDir) PASS: test_sane_template (test.test_tempfile.TestGetTempPrefix) PASS: test_usable_template (test.test_tempfile.TestGetTempPrefix) PASS: test_infer_return_type_multiples (test.test_tempfile.TestLowLevelInternals) PASS: test_infer_return_type_multiples_and_none (test.test_tempfile.TestLowLevelInternals) PASS: test_infer_return_type_singles (test.test_tempfile.TestLowLevelInternals) PASS: test_basic (test.test_tempfile.TestMkdtemp) PASS: test_basic_many (test.test_tempfile.TestMkdtemp) PASS: test_basic_with_bytes_names (test.test_tempfile.TestMkdtemp) PASS: test_choose_directory (test.test_tempfile.TestMkdtemp) PASS: test_collision_with_existing_directory (test.test_tempfile.TestMkdtemp) PASS: test_collision_with_existing_file (test.test_tempfile.TestMkdtemp) PASS: test_mode (test.test_tempfile.TestMkdtemp) PASS: test_non_directory (test.test_tempfile.TestMkdtemp) PASS: test_nonexisting_directory (test.test_tempfile.TestMkdtemp) SKIP: test_read_only_directory (test.test_tempfile.TestMkdtemp) "can't set the directory read-only" PASS: test_basic (test.test_tempfile.TestMkstemp) PASS: test_basic_with_bytes_names (test.test_tempfile.TestMkstemp) PASS: test_choose_directory (test.test_tempfile.TestMkstemp) PASS: test_basic (test.test_tempfile.TestMkstempInner) PASS: test_basic_many (test.test_tempfile.TestMkstempInner) PASS: test_basic_with_bytes_names (test.test_tempfile.TestMkstempInner) PASS: test_choose_directory (test.test_tempfile.TestMkstempInner) PASS: test_collision_with_existing_directory (test.test_tempfile.TestMkstempInner) PASS: test_collision_with_existing_file (test.test_tempfile.TestMkstempInner) PASS: test_file_mode (test.test_tempfile.TestMkstempInner) PASS: test_noinherit (test.test_tempfile.TestMkstempInner) PASS: test_non_directory (test.test_tempfile.TestMkstempInner) PASS: test_nonexisting_directory (test.test_tempfile.TestMkstempInner) SKIP: test_read_only_directory (test.test_tempfile.TestMkstempInner) "can't set the directory read-only" SKIP: test_textmode (test.test_tempfile.TestMkstempInner) 'text mode not available' PASS: test_basic (test.test_tempfile.TestMktemp) PASS: test_many (test.test_tempfile.TestMktemp) PASS: test_bad_mode (test.test_tempfile.TestNamedTemporaryFile) PASS: test_basic (test.test_tempfile.TestNamedTemporaryFile) PASS: test_context_manager (test.test_tempfile.TestNamedTemporaryFile) PASS: test_creates_named (test.test_tempfile.TestNamedTemporaryFile) PASS: test_del_on_close (test.test_tempfile.TestNamedTemporaryFile) PASS: test_dis_del_on_close (test.test_tempfile.TestNamedTemporaryFile) PASS: test_iter (test.test_tempfile.TestNamedTemporaryFile) PASS: test_method_lookup (test.test_tempfile.TestNamedTemporaryFile) PASS: test_multiple_close (test.test_tempfile.TestNamedTemporaryFile) PASS: test_no_leak_fd (test.test_tempfile.TestNamedTemporaryFile) PASS: test_get_six_char_str (test.test_tempfile.TestRandomNameSequence) PASS: test_many (test.test_tempfile.TestRandomNameSequence) PASS: test_process_awareness (test.test_tempfile.TestRandomNameSequence) PASS: test_basic (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_bound_methods (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_context_manager_after_rollover (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_context_manager_before_rollover (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_context_manager_during_rollover (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_del_on_close (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_fileno (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_multiple_close_after_rollover (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_multiple_close_before_rollover (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_properties (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_rewrite_small (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_sparse (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_text_mode (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_text_newline_and_encoding (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_truncate_with_size_parameter (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_write_sequential (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_writelines (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_writelines_sequential (test.test_tempfile.TestSpooledTemporaryFile) PASS: test_cleanup_with_symlink_to_a_directory (test.test_tempfile.TestTemporaryDirectory) PASS: test_context_manager (test.test_tempfile.TestTemporaryDirectory) PASS: test_del_on_collection (test.test_tempfile.TestTemporaryDirectory) PASS: test_del_on_shutdown (test.test_tempfile.TestTemporaryDirectory) PASS: test_exit_on_shutdown (test.test_tempfile.TestTemporaryDirectory) PASS: test_explicit_cleanup (test.test_tempfile.TestTemporaryDirectory) PASS: test_mkdtemp_failure (test.test_tempfile.TestTemporaryDirectory) PASS: test_multiple_close (test.test_tempfile.TestTemporaryDirectory) PASS: test_warnings_on_cleanup (test.test_tempfile.TestTemporaryDirectory) PASS: test_basic (test.test_tempfile.TestTemporaryFile) PASS: test_has_no_name (test.test_tempfile.TestTemporaryFile) PASS: test_mode_and_encoding (test.test_tempfile.TestTemporaryFile) PASS: test_multiple_close (test.test_tempfile.TestTemporaryFile) PASS: test_no_leak_fd (test.test_tempfile.TestTemporaryFile) ---------------------------------------------------------------------- Ran 87 tests in 0.570s OK (skipped=3) 0:16:50 load avg: 0.87 [343/416] test_textwrap PASS: test_dedent_declining (test.test_textwrap.DedentTestCase) PASS: test_dedent_even (test.test_textwrap.DedentTestCase) PASS: test_dedent_nomargin (test.test_textwrap.DedentTestCase) PASS: test_dedent_preserve_internal_tabs (test.test_textwrap.DedentTestCase) PASS: test_dedent_preserve_margin_tabs (test.test_textwrap.DedentTestCase) PASS: test_dedent_uneven (test.test_textwrap.DedentTestCase) PASS: test_indent_all_lines (test.test_textwrap.IndentTestCase) PASS: test_indent_default (test.test_textwrap.IndentTestCase) PASS: test_indent_empty_lines (test.test_textwrap.IndentTestCase) PASS: test_indent_explicit_default (test.test_textwrap.IndentTestCase) PASS: test_indent_no_lines (test.test_textwrap.IndentTestCase) PASS: test_indent_nomargin_all_lines (test.test_textwrap.IndentTestCase) PASS: test_indent_nomargin_default (test.test_textwrap.IndentTestCase) PASS: test_indent_nomargin_explicit_default (test.test_textwrap.IndentTestCase) PASS: test_roundtrip_mixed (test.test_textwrap.IndentTestCase) PASS: test_roundtrip_spaces (test.test_textwrap.IndentTestCase) PASS: test_roundtrip_tabs (test.test_textwrap.IndentTestCase) PASS: test_fill (test.test_textwrap.IndentTestCases) PASS: test_initial_indent (test.test_textwrap.IndentTestCases) PASS: test_subsequent_indent (test.test_textwrap.IndentTestCases) PASS: test_break_long (test.test_textwrap.LongWordTestCase) PASS: test_max_lines_long (test.test_textwrap.LongWordTestCase) PASS: test_nobreak_long (test.test_textwrap.LongWordTestCase) PASS: test_placeholder (test.test_textwrap.MaxLinesTestCase) PASS: test_placeholder_backtrack (test.test_textwrap.MaxLinesTestCase) PASS: test_simple (test.test_textwrap.MaxLinesTestCase) PASS: test_spaces (test.test_textwrap.MaxLinesTestCase) PASS: test_empty_string (test.test_textwrap.ShortenTestCase) PASS: test_first_word_too_long_but_placeholder_fits (test.test_textwrap.ShortenTestCase) PASS: test_placeholder (test.test_textwrap.ShortenTestCase) PASS: test_simple (test.test_textwrap.ShortenTestCase) PASS: test_whitespace (test.test_textwrap.ShortenTestCase) PASS: test_width_too_small_for_placeholder (test.test_textwrap.ShortenTestCase) PASS: test_bad_width (test.test_textwrap.WrapTestCase) PASS: test_break_on_hyphens (test.test_textwrap.WrapTestCase) PASS: test_drop_whitespace_false (test.test_textwrap.WrapTestCase) PASS: test_drop_whitespace_false_whitespace_only (test.test_textwrap.WrapTestCase) PASS: test_drop_whitespace_false_whitespace_only_with_indent (test.test_textwrap.WrapTestCase) PASS: test_drop_whitespace_leading_whitespace (test.test_textwrap.WrapTestCase) PASS: test_drop_whitespace_whitespace_indent (test.test_textwrap.WrapTestCase) PASS: test_drop_whitespace_whitespace_line (test.test_textwrap.WrapTestCase) PASS: test_drop_whitespace_whitespace_only (test.test_textwrap.WrapTestCase) PASS: test_drop_whitespace_whitespace_only_with_indent (test.test_textwrap.WrapTestCase) PASS: test_em_dash (test.test_textwrap.WrapTestCase) PASS: test_empty_string (test.test_textwrap.WrapTestCase) PASS: test_empty_string_with_initial_indent (test.test_textwrap.WrapTestCase) PASS: test_fix_sentence_endings (test.test_textwrap.WrapTestCase) PASS: test_funky_hyphens (test.test_textwrap.WrapTestCase) PASS: test_funky_parens (test.test_textwrap.WrapTestCase) PASS: test_hyphenated (test.test_textwrap.WrapTestCase) PASS: test_hyphenated_numbers (test.test_textwrap.WrapTestCase) PASS: test_narrow_non_breaking_space (test.test_textwrap.WrapTestCase) PASS: test_no_split_at_umlaut (test.test_textwrap.WrapTestCase) PASS: test_non_breaking_space (test.test_textwrap.WrapTestCase) PASS: test_punct_hyphens (test.test_textwrap.WrapTestCase) PASS: test_simple (test.test_textwrap.WrapTestCase) PASS: test_split (test.test_textwrap.WrapTestCase) PASS: test_umlaut_followed_by_dash (test.test_textwrap.WrapTestCase) PASS: test_unix_options (test.test_textwrap.WrapTestCase) PASS: test_whitespace (test.test_textwrap.WrapTestCase) PASS: test_wrap_short (test.test_textwrap.WrapTestCase) PASS: test_wrap_short_1line (test.test_textwrap.WrapTestCase) ---------------------------------------------------------------------- Ran 62 tests in 0.018s OK 0:16:51 load avg: 0.87 [344/416] test_thread test_barrier (test.test_thread.BarrierTest) ... waiting for tasks to end task 6 will run for 58us task 7 will run for 95us task 5 will run for 67us task 8 will run for 65us task 9 will run for 5us task 4 will run for 6us task 3 will run for 2us task 2 will run for 7us task 6 entering 0 task 7 entering 0 task 5 entering 0 task 8 entering 0 task 9 entering 0 task 4 entering 0 task 3 entering 0 task 1 will run for 92us task 0 will run for 0us task 0 entering 0 task 2 entering 0 task 1 entering 0 task 1 leaving barrier task 1 will run for 39us task 6 leaving barrier task 6 will run for 42us task 7 leaving barrier task 7 will run for 25us task 5 leaving barrier task 5 will run for 38us task 8 leaving barrier task 8 will run for 27us task 9 leaving barrier task 9 will run for 62us task 4 leaving barrier task 4 will run for 8us task 3 leaving barrier task 3 will run for 21us task 0 leaving barrier task 0 will run for 0us task 2 leaving barrier task 2 will run for 1us task 0 entering 1 task 6 entering 1 task 7 entering 1 task 5 entering 1 task 8 entering 1 task 9 entering 1 task 4 entering 1 task 3 entering 1 task 2 entering 1 task 1 entering 1 task 1 leaving barrier task 1 will run for 81us task 0 leaving barrier task 0 will run for 0us task 6 leaving barrier task 6 will run for 90us task 7 leaving barrier task 7 will run for 13us task 5 leaving barrier task 5 will run for 34us task 8 leaving barrier task 8 will run for 76us task 9 leaving barrier task 9 will run for 8us task 4 leaving barrier task 4 will run for 52us task 3 leaving barrier task 3 will run for 40us task 2 leaving barrier task 2 will run for 26us task 0 entering 2 task 7 entering 2 task 6 entering 2 task 5 entering 2 task 8 entering 2 task 9 entering 2 task 4 entering 2 task 3 entering 2 task 2 entering 2 task 1 entering 2 task 1 leaving barrier task 0 leaving barrier task 7 leaving barrier task 6 leaving barrier task 5 leaving barrier task 8 leaving barrier task 9 leaving barrier task 4 leaving barrier task 3 leaving barrier task 2 leaving barrier tasks done ok PASS: test_acquire_contended (test.test_thread.LockTests) PASS: test_acquire_destroy (test.test_thread.LockTests) PASS: test_acquire_release (test.test_thread.LockTests) PASS: test_constructor (test.test_thread.LockTests) PASS: test_different_thread (test.test_thread.LockTests) PASS: test_locked_repr (test.test_thread.LockTests) PASS: test_reacquire (test.test_thread.LockTests) PASS: test_repr (test.test_thread.LockTests) PASS: test_state_after_timeout (test.test_thread.LockTests) PASS: test_thread_leak (test.test_thread.LockTests) PASS: test_timeout (test.test_thread.LockTests) PASS: test_try_acquire (test.test_thread.LockTests) PASS: test_try_acquire_contended (test.test_thread.LockTests) PASS: test_weakref_deleted (test.test_thread.LockTests) PASS: test_weakref_exists (test.test_thread.LockTests) PASS: test_with (test.test_thread.LockTests) PASS: test_forkinthread (test.test_thread.TestForkInThread) PASS: test__count (test.test_thread.ThreadRunningTests) test_nt_and_posix_stack_size (test.test_thread.ThreadRunningTests) ... caught expected ValueError setting stack_size(4096) successfully set stack_size(262144) successfully set stack_size(1048576) successfully set stack_size(0) trying stack_size = (262144) creating task 1 creating task 2 creating task 3 creating task 4 creating task 5 creating task 6 creating task 7 creating task 8 creating task 9 creating task 10 waiting for all tasks to complete task 6 will run for 71us task 7 will run for 10us task 8 will run for 56us task 9 will run for 44us task 10 will run for 7us task 5 will run for 53us task 4 will run for 5us task 3 will run for 17us task 2 will run for 35us task 1 will run for 37us task 9 done task 10 done task 7 done task 8 done task 6 done task 5 done task 4 done task 3 done task 2 done task 1 done all tasks done trying stack_size = (1048576) creating task 1 creating task 2 creating task 3 creating task 4 creating task 5 creating task 6 creating task 7 creating task 8 creating task 9 creating task 10 waiting for all tasks to complete task 5 will run for 70us task 6 will run for 9us task 10 will run for 52us task 7 will run for 81us task 8 will run for 19us task 9 will run for 34us task 4 will run for 77us task 3 will run for 34us task 2 will run for 91us task 1 will run for 5us task 7 done task 9 done task 10 done task 8 done task 6 done task 5 done task 4 done task 3 done task 2 done task 1 done all tasks done ok PASS: test_save_exception_state_on_error (test.test_thread.ThreadRunningTests) PASS: test_stack_size (test.test_thread.ThreadRunningTests) test_starting_threads (test.test_thread.ThreadRunningTests) ... creating task 1 creating task 2 creating task 3 creating task 4 creating task 5 creating task 6 creating task 7 creating task 8 creating task 9 creating task 10 waiting for tasks to complete... task 7 will run for 10us task 8 will run for 11us task 6 will run for 34us task 9 will run for 86us task 10 will run for 89us task 5 will run for 69us task 4 will run for 77us task 3 will run for 55us task 2 will run for 82us task 1 will run for 43us task 7 done task 8 done task 6 done task 9 done task 10 done task 5 done task 3 done task 4 done task 2 done task 1 done all tasks done ok ---------------------------------------------------------------------- Ran 23 tests in 1.023s OK 0:16:52 load avg: 0.87 [345/416] test_threaded_import PASS: test_circular_imports (test.test_threaded_import.ThreadedImportTests) PASS: test_import_hangers (test.test_threaded_import.ThreadedImportTests) test_parallel_meta_path (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 28.7 ms OK. Trying 50 threads ... 32.1 ms OK. Trying 20 threads ... 27.2 ms OK. Trying 50 threads ... 31.7 ms OK. Trying 20 threads ... 27.5 ms OK. Trying 50 threads ... 32.1 ms OK. ok test_parallel_module_init (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 5.4 ms OK. Trying 50 threads ... 8.7 ms OK. Trying 20 threads ... 4.4 ms OK. Trying 50 threads ... 8.4 ms OK. Trying 20 threads ... 4.2 ms OK. Trying 50 threads ... 8.1 ms OK. ok test_parallel_path_hooks (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... 38.1 ms OK. Trying 50 threads ... 9.1 ms OK. Trying 20 threads ... 4.6 ms OK. Trying 50 threads ... 8.8 ms OK. Trying 20 threads ... 4.4 ms OK. Trying 50 threads ... 9.2 ms OK. ok PASS: test_side_effect_import (test.test_threaded_import.ThreadedImportTests) ---------------------------------------------------------------------- Ran 6 tests in 0.811s OK 0:16:54 load avg: 0.87 [346/416] test_threadedtempfile PASS: test_main (test.test_threadedtempfile.ThreadedTempFileTest) ---------------------------------------------------------------------- Ran 1 test in 0.110s OK 0:16:54 load avg: 1.36 [347/416] test_threading PASS: test_abort (test.test_threading.BarrierTests) PASS: test_abort_and_reset (test.test_threading.BarrierTests) PASS: test_action (test.test_threading.BarrierTests) PASS: test_barrier (test.test_threading.BarrierTests) PASS: test_barrier_10 (test.test_threading.BarrierTests) PASS: test_default_timeout (test.test_threading.BarrierTests) PASS: test_reset (test.test_threading.BarrierTests) PASS: test_single_thread (test.test_threading.BarrierTests) PASS: test_timeout (test.test_threading.BarrierTests) PASS: test_wait_return (test.test_threading.BarrierTests) PASS: test_acquire (test.test_threading.BoundedSemaphoreTests) PASS: test_acquire_contended (test.test_threading.BoundedSemaphoreTests) PASS: test_acquire_destroy (test.test_threading.BoundedSemaphoreTests) PASS: test_acquire_timeout (test.test_threading.BoundedSemaphoreTests) PASS: test_constructor (test.test_threading.BoundedSemaphoreTests) PASS: test_default_value (test.test_threading.BoundedSemaphoreTests) PASS: test_release_unacquired (test.test_threading.BoundedSemaphoreTests) PASS: test_try_acquire (test.test_threading.BoundedSemaphoreTests) PASS: test_try_acquire_contended (test.test_threading.BoundedSemaphoreTests) PASS: test_with (test.test_threading.BoundedSemaphoreTests) PASS: test__is_owned (test.test_threading.CRLockTests) PASS: test_acquire_contended (test.test_threading.CRLockTests) PASS: test_acquire_destroy (test.test_threading.CRLockTests) PASS: test_acquire_release (test.test_threading.CRLockTests) PASS: test_constructor (test.test_threading.CRLockTests) PASS: test_different_thread (test.test_threading.CRLockTests) PASS: test_locked_repr (test.test_threading.CRLockTests) PASS: test_reacquire (test.test_threading.CRLockTests) PASS: test_release_save_unacquired (test.test_threading.CRLockTests) PASS: test_release_unacquired (test.test_threading.CRLockTests) PASS: test_repr (test.test_threading.CRLockTests) PASS: test_thread_leak (test.test_threading.CRLockTests) PASS: test_timeout (test.test_threading.CRLockTests) PASS: test_try_acquire (test.test_threading.CRLockTests) PASS: test_try_acquire_contended (test.test_threading.CRLockTests) PASS: test_weakref_deleted (test.test_threading.CRLockTests) PASS: test_weakref_exists (test.test_threading.CRLockTests) PASS: test_with (test.test_threading.CRLockTests) PASS: test__is_owned (test.test_threading.ConditionAsRLockTests) PASS: test_acquire_contended (test.test_threading.ConditionAsRLockTests) PASS: test_acquire_destroy (test.test_threading.ConditionAsRLockTests) PASS: test_acquire_release (test.test_threading.ConditionAsRLockTests) PASS: test_constructor (test.test_threading.ConditionAsRLockTests) PASS: test_different_thread (test.test_threading.ConditionAsRLockTests) PASS: test_locked_repr (test.test_threading.ConditionAsRLockTests) PASS: test_reacquire (test.test_threading.ConditionAsRLockTests) PASS: test_release_save_unacquired (test.test_threading.ConditionAsRLockTests) PASS: test_release_unacquired (test.test_threading.ConditionAsRLockTests) PASS: test_repr (test.test_threading.ConditionAsRLockTests) PASS: test_thread_leak (test.test_threading.ConditionAsRLockTests) PASS: test_timeout (test.test_threading.ConditionAsRLockTests) PASS: test_try_acquire (test.test_threading.ConditionAsRLockTests) PASS: test_try_acquire_contended (test.test_threading.ConditionAsRLockTests) PASS: test_weakref_deleted (test.test_threading.ConditionAsRLockTests) PASS: test_weakref_exists (test.test_threading.ConditionAsRLockTests) PASS: test_with (test.test_threading.ConditionAsRLockTests) PASS: test_acquire (test.test_threading.ConditionTests) PASS: test_notify (test.test_threading.ConditionTests) PASS: test_timeout (test.test_threading.ConditionTests) PASS: test_unacquired_notify (test.test_threading.ConditionTests) PASS: test_unacquired_wait (test.test_threading.ConditionTests) PASS: test_waitfor (test.test_threading.ConditionTests) PASS: test_waitfor_timeout (test.test_threading.ConditionTests) PASS: test_is_set (test.test_threading.EventTests) PASS: test_notify (test.test_threading.EventTests) PASS: test_reset_internal_locks (test.test_threading.EventTests) PASS: test_set_and_clear (test.test_threading.EventTests) PASS: test_timeout (test.test_threading.EventTests) PASS: test_interrupt_main_mainthread (test.test_threading.InterruptMainTests) PASS: test_interrupt_main_noerror (test.test_threading.InterruptMainTests) PASS: test_interrupt_main_subthread (test.test_threading.InterruptMainTests) PASS: test_acquire_contended (test.test_threading.LockTests) PASS: test_acquire_destroy (test.test_threading.LockTests) PASS: test_acquire_release (test.test_threading.LockTests) PASS: test_constructor (test.test_threading.LockTests) PASS: test_different_thread (test.test_threading.LockTests) PASS: test_locked_repr (test.test_threading.LockTests) PASS: test_reacquire (test.test_threading.LockTests) PASS: test_repr (test.test_threading.LockTests) PASS: test_state_after_timeout (test.test_threading.LockTests) PASS: test_thread_leak (test.test_threading.LockTests) PASS: test_timeout (test.test_threading.LockTests) PASS: test_try_acquire (test.test_threading.LockTests) PASS: test_try_acquire_contended (test.test_threading.LockTests) PASS: test_weakref_deleted (test.test_threading.LockTests) PASS: test_weakref_exists (test.test_threading.LockTests) PASS: test_with (test.test_threading.LockTests) PASS: test__all__ (test.test_threading.MiscTestCase) PASS: test__is_owned (test.test_threading.PyRLockTests) PASS: test_acquire_contended (test.test_threading.PyRLockTests) PASS: test_acquire_destroy (test.test_threading.PyRLockTests) PASS: test_acquire_release (test.test_threading.PyRLockTests) PASS: test_constructor (test.test_threading.PyRLockTests) PASS: test_different_thread (test.test_threading.PyRLockTests) PASS: test_locked_repr (test.test_threading.PyRLockTests) PASS: test_reacquire (test.test_threading.PyRLockTests) PASS: test_release_save_unacquired (test.test_threading.PyRLockTests) PASS: test_release_unacquired (test.test_threading.PyRLockTests) PASS: test_repr (test.test_threading.PyRLockTests) PASS: test_thread_leak (test.test_threading.PyRLockTests) PASS: test_timeout (test.test_threading.PyRLockTests) PASS: test_try_acquire (test.test_threading.PyRLockTests) PASS: test_try_acquire_contended (test.test_threading.PyRLockTests) PASS: test_weakref_deleted (test.test_threading.PyRLockTests) PASS: test_weakref_exists (test.test_threading.PyRLockTests) PASS: test_with (test.test_threading.PyRLockTests) PASS: test_acquire (test.test_threading.SemaphoreTests) PASS: test_acquire_contended (test.test_threading.SemaphoreTests) PASS: test_acquire_destroy (test.test_threading.SemaphoreTests) PASS: test_acquire_timeout (test.test_threading.SemaphoreTests) PASS: test_constructor (test.test_threading.SemaphoreTests) PASS: test_default_value (test.test_threading.SemaphoreTests) PASS: test_release_unacquired (test.test_threading.SemaphoreTests) PASS: test_try_acquire (test.test_threading.SemaphoreTests) PASS: test_try_acquire_contended (test.test_threading.SemaphoreTests) PASS: test_with (test.test_threading.SemaphoreTests) PASS: test_daemon_threads_fatal_error (test.test_threading.SubinterpThreadingTests) PASS: test_threads_join (test.test_threading.SubinterpThreadingTests) PASS: test_threads_join_2 (test.test_threading.SubinterpThreadingTests) PASS: test_1_join_on_shutdown (test.test_threading.ThreadJoinOnShutdown) PASS: test_2_join_in_forked_process (test.test_threading.ThreadJoinOnShutdown) PASS: test_3_join_in_forked_from_thread (test.test_threading.ThreadJoinOnShutdown) PASS: test_4_daemon_threads (test.test_threading.ThreadJoinOnShutdown) PASS: test_clear_threads_states_after_fork (test.test_threading.ThreadJoinOnShutdown) PASS: test_reinit_tls_after_fork (test.test_threading.ThreadJoinOnShutdown) PASS: test_BoundedSemaphore_limit (test.test_threading.ThreadTests) test_PyThreadState_SetAsyncExc (test.test_threading.ThreadTests) ... started worker thread trying nonsensical thread id waiting for worker thread to get started verifying worker hasn't exited attempting to raise asynch exception in worker waiting for worker to say it caught the exception all OK -- joining worker ok PASS: test_daemon_param (test.test_threading.ThreadTests) PASS: test_dummy_thread_after_fork (test.test_threading.ThreadTests) PASS: test_enumerate_after_join (test.test_threading.ThreadTests) PASS: test_finalization_shutdown (test.test_threading.ThreadTests) PASS: test_finalize_runnning_thread (test.test_threading.ThreadTests) PASS: test_finalize_with_trace (test.test_threading.ThreadTests) PASS: test_foreign_thread (test.test_threading.ThreadTests) PASS: test_frame_tstate_tracing (test.test_threading.ThreadTests) PASS: test_ident_of_no_threading_threads (test.test_threading.ThreadTests) PASS: test_is_alive_after_fork (test.test_threading.ThreadTests) PASS: test_join_nondaemon_on_shutdown (test.test_threading.ThreadTests) PASS: test_limbo_cleanup (test.test_threading.ThreadTests) PASS: test_main_thread (test.test_threading.ThreadTests) PASS: test_main_thread_after_fork (test.test_threading.ThreadTests) PASS: test_main_thread_after_fork_from_nonmain_thread (test.test_threading.ThreadTests) PASS: test_main_thread_during_shutdown (test.test_threading.ThreadTests) PASS: test_no_refcycle_through_target (test.test_threading.ThreadTests) PASS: test_old_threading_api (test.test_threading.ThreadTests) PASS: test_repr_daemon (test.test_threading.ThreadTests) PASS: test_repr_stopped (test.test_threading.ThreadTests) PASS: test_shutdown_locks (test.test_threading.ThreadTests) PASS: test_tstate_lock (test.test_threading.ThreadTests) test_various_ops (test.test_threading.ThreadTests) ... task will run for 80.3 usec 1 tasks are running task will run for 8.3 usec 2 tasks are running task done is finished. 1 tasks are running task done is finished. 0 tasks are running task will run for 93.6 usec 1 tasks are running task will run for 12.2 usec 2 tasks are running task will run for 0.0 usec 3 tasks are running task will run for 61.7 usec task done is finished. 2 tasks are running task done is finished. 1 tasks are running task done is finished. 0 tasks are running 1 tasks are running task will run for 10.8 usec 2 tasks are running task will run for 58.4 usec 3 tasks are running task will run for 11.1 usec task done is finished. 2 tasks are running task done is finished. 1 tasks are running task done is finished. 0 tasks are running 1 tasks are running task will run for 69.7 usec 2 tasks are running waiting for all tasks to complete task done is finished. 1 tasks are running task done is finished. 0 tasks are running all tasks done ok test_various_ops_large_stack (test.test_threading.ThreadTests) ... with 1 MiB thread stack size... task will run for 64.8 usec 1 tasks are running task will run for 52.0 usec 2 tasks are running task will run for 57.7 usec 3 tasks are running task done is finished. 2 tasks are running task done is finished. 1 tasks are running task will run for 38.6 usec 2 tasks are running task will run for 65.1 usec 3 tasks are running task will run for 26.6 usec task will run for 62.3 usec task done is finished. 2 tasks are running task done is finished. 1 tasks are running task done is finished. 0 tasks are running 1 tasks are running 2 tasks are running task will run for 28.8 usec 3 tasks are running task will run for 71.4 usec task will run for 53.6 usec waiting for all tasks to complete task done is finished. 2 tasks are running task done is finished. 1 tasks are running task done is finished. 0 tasks are running 1 tasks are running 2 tasks are running task done is finished. 1 tasks are running task done is finished. 0 tasks are running all tasks done ok test_various_ops_small_stack (test.test_threading.ThreadTests) ... with 256 KiB thread stack size... task will run for 98.7 usec 1 tasks are running task will run for 30.0 usec 2 tasks are running task will run for 44.1 usec 3 tasks are running task will run for 0.2 usec task will run for 28.3 usec task will run for 4.7 usec task will run for 29.6 usec task done is finished. 2 tasks are running 3 tasks are running task done is finished. 2 tasks are running task done is finished. 1 tasks are running 2 tasks are running 3 tasks are running task will run for 94.9 usec task will run for 21.0 usec task will run for 93.2 usec waiting for all tasks to complete task done is finished. 2 tasks are running 3 tasks are running task done is finished. 2 tasks are running task done is finished. 1 tasks are running 2 tasks are running 3 tasks are running task done is finished. 2 tasks are running task done is finished. 1 tasks are running task done is finished. 0 tasks are running 1 tasks are running task done is finished. 0 tasks are running all tasks done ok PASS: test_bare_raise_in_brand_new_thread (test.test_threading.ThreadingExceptionTests) PASS: test_daemonize_active_thread (test.test_threading.ThreadingExceptionTests) PASS: test_joining_current_thread (test.test_threading.ThreadingExceptionTests) PASS: test_joining_inactive_thread (test.test_threading.ThreadingExceptionTests) PASS: test_print_exception (test.test_threading.ThreadingExceptionTests) PASS: test_print_exception_stderr_is_none_1 (test.test_threading.ThreadingExceptionTests) PASS: test_print_exception_stderr_is_none_2 (test.test_threading.ThreadingExceptionTests) SKIP: test_recursion_limit (test.test_threading.ThreadingExceptionTests) 'test macosx problem' PASS: test_releasing_unacquired_lock (test.test_threading.ThreadingExceptionTests) PASS: test_start_thread_again (test.test_threading.ThreadingExceptionTests) PASS: test_init_immutable_default_args (test.test_threading.TimerTests) ---------------------------------------------------------------------- Ran 163 tests in 11.160s OK (skipped=1) 0:17:06 load avg: 1.30 [348/416] test_threading_local _threading_local () PASS: Doctest: _threading_local PASS: test_arguments (test.test_threading_local.ThreadLocalTest) PASS: test_cycle_collection (test.test_threading_local.ThreadLocalTest) PASS: test_derived (test.test_threading_local.ThreadLocalTest) PASS: test_derived_cycle_dealloc (test.test_threading_local.ThreadLocalTest) PASS: test_dict_attribute (test.test_threading_local.ThreadLocalTest) PASS: test_dict_attribute_subclass (test.test_threading_local.ThreadLocalTest) PASS: test_local_refs (test.test_threading_local.ThreadLocalTest) PASS: test_threading_local (test.test_threading_local.ThreadLocalTest) PASS: test_threading_local_subclass (test.test_threading_local.ThreadLocalTest) PASS: test_arguments (test.test_threading_local.PyThreadingLocalTest) PASS: test_cycle_collection (test.test_threading_local.PyThreadingLocalTest) PASS: test_derived (test.test_threading_local.PyThreadingLocalTest) PASS: test_derived_cycle_dealloc (test.test_threading_local.PyThreadingLocalTest) PASS: test_dict_attribute (test.test_threading_local.PyThreadingLocalTest) PASS: test_dict_attribute_subclass (test.test_threading_local.PyThreadingLocalTest) PASS: test_local_refs (test.test_threading_local.PyThreadingLocalTest) PASS: test_threading_local (test.test_threading_local.PyThreadingLocalTest) PASS: test_threading_local_subclass (test.test_threading_local.PyThreadingLocalTest) _threading_local () PASS: Doctest: _threading_local ---------------------------------------------------------------------- Ran 20 tests in 0.763s OK 0:17:07 load avg: 1.30 [349/416] test_threadsignals PASS: test_interrupted_timed_acquire (test.test_threadsignals.ThreadSignals) PASS: test_lock_acquire_interruption (test.test_threadsignals.ThreadSignals) PASS: test_lock_acquire_retries_on_intr (test.test_threadsignals.ThreadSignals) PASS: test_rlock_acquire_interruption (test.test_threadsignals.ThreadSignals) PASS: test_rlock_acquire_retries_on_intr (test.test_threadsignals.ThreadSignals) PASS: test_signals (test.test_threadsignals.ThreadSignals) ---------------------------------------------------------------------- Ran 6 tests in 4.860s OK 0:17:13 load avg: 1.20 [350/416] test_time PASS: test_large_year (test.test_time.TestAsctime4dyear) PASS: test_negative (test.test_time.TestAsctime4dyear) PASS: test_year (test.test_time.TestAsctime4dyear) PASS: test_AsMicroseconds (test.test_time.TestCPyTime) PASS: test_AsMilliseconds (test.test_time.TestCPyTime) PASS: test_AsSecondsDouble (test.test_time.TestCPyTime) PASS: test_AsTimespec (test.test_time.TestCPyTime) PASS: test_AsTimeval (test.test_time.TestCPyTime) PASS: test_FromSeconds (test.test_time.TestCPyTime) PASS: test_FromSecondsObject (test.test_time.TestCPyTime) PASS: test_bug_3061 (test.test_time.TestLocale) PASS: test_object_to_time_t (test.test_time.TestOldPyTime) PASS: test_object_to_timespec (test.test_time.TestOldPyTime) PASS: test_object_to_timeval (test.test_time.TestOldPyTime) PASS: test_localtime_timezone (test.test_time.TestPytime) PASS: test_short_times (test.test_time.TestPytime) PASS: test_strptime_timezone (test.test_time.TestPytime) PASS: test_4dyear (test.test_time.TestStrftime4dyear) PASS: test_large_year (test.test_time.TestStrftime4dyear) PASS: test_negative (test.test_time.TestStrftime4dyear) PASS: test_year (test.test_time.TestStrftime4dyear) PASS: test_asctime (test.test_time.TimeTestCase) PASS: test_asctime_bounding_check (test.test_time.TimeTestCase) PASS: test_clock (test.test_time.TimeTestCase) PASS: test_clock_getres (test.test_time.TimeTestCase) PASS: test_clock_monotonic (test.test_time.TimeTestCase) PASS: test_clock_realtime (test.test_time.TimeTestCase) PASS: test_clock_settime (test.test_time.TimeTestCase) PASS: test_conversions (test.test_time.TimeTestCase) PASS: test_ctime (test.test_time.TimeTestCase) PASS: test_ctime_without_arg (test.test_time.TimeTestCase) PASS: test_data_attributes (test.test_time.TimeTestCase) PASS: test_default_values_for_zero (test.test_time.TimeTestCase) PASS: test_get_clock_info (test.test_time.TimeTestCase) PASS: test_gmtime_without_arg (test.test_time.TimeTestCase) PASS: test_insane_timestamps (test.test_time.TimeTestCase) PASS: test_localtime_failure (test.test_time.TimeTestCase) PASS: test_localtime_without_arg (test.test_time.TimeTestCase) PASS: test_mktime (test.test_time.TimeTestCase) SKIP: test_mktime_error (test.test_time.TimeTestCase) 'disabled because of a bug in glibc. Issue #13309' PASS: test_monotonic (test.test_time.TimeTestCase) PASS: test_monotonic_settime (test.test_time.TimeTestCase) PASS: test_perf_counter (test.test_time.TimeTestCase) PASS: test_process_time (test.test_time.TimeTestCase) PASS: test_pthread_getcpuclockid (test.test_time.TimeTestCase) PASS: test_sleep (test.test_time.TimeTestCase) PASS: test_strftime (test.test_time.TimeTestCase) PASS: test_strftime_bounding_check (test.test_time.TimeTestCase) PASS: test_strftime_format_check (test.test_time.TimeTestCase) PASS: test_strptime (test.test_time.TimeTestCase) PASS: test_strptime_bytes (test.test_time.TimeTestCase) PASS: test_strptime_exception_context (test.test_time.TimeTestCase) PASS: test_thread_time (test.test_time.TimeTestCase) PASS: test_time (test.test_time.TimeTestCase) PASS: test_time_ns_type (test.test_time.TimeTestCase) PASS: test_tzset (test.test_time.TimeTestCase) ---------------------------------------------------------------------- Ran 56 tests in 2.009s OK (skipped=1) 0:17:15 load avg: 1.10 [351/416] test_timeit PASS: test_autorange (test.test_timeit.TestTimeit) PASS: test_autorange_second (test.test_timeit.TestTimeit) PASS: test_autorange_with_callback (test.test_timeit.TestTimeit) PASS: test_main_bad_switch (test.test_timeit.TestTimeit) PASS: test_main_exception (test.test_timeit.TestTimeit) PASS: test_main_exception_fixed_reps (test.test_timeit.TestTimeit) PASS: test_main_fixed_iters (test.test_timeit.TestTimeit) PASS: test_main_fixed_reps (test.test_timeit.TestTimeit) PASS: test_main_help (test.test_timeit.TestTimeit) PASS: test_main_microseconds (test.test_timeit.TestTimeit) PASS: test_main_milliseconds (test.test_timeit.TestTimeit) PASS: test_main_multiple_setups (test.test_timeit.TestTimeit) PASS: test_main_negative_reps (test.test_timeit.TestTimeit) PASS: test_main_seconds (test.test_timeit.TestTimeit) PASS: test_main_setup (test.test_timeit.TestTimeit) PASS: test_main_verbose (test.test_timeit.TestTimeit) PASS: test_main_very_verbose (test.test_timeit.TestTimeit) PASS: test_main_with_time_unit (test.test_timeit.TestTimeit) PASS: test_print_exc (test.test_timeit.TestTimeit) PASS: test_reindent_empty (test.test_timeit.TestTimeit) PASS: test_reindent_multi (test.test_timeit.TestTimeit) PASS: test_reindent_multi_empty (test.test_timeit.TestTimeit) PASS: test_reindent_single (test.test_timeit.TestTimeit) PASS: test_repeat_callable_setup (test.test_timeit.TestTimeit) PASS: test_repeat_callable_stmt (test.test_timeit.TestTimeit) PASS: test_repeat_callable_stmt_and_setup (test.test_timeit.TestTimeit) PASS: test_repeat_few_reps_and_iters (test.test_timeit.TestTimeit) PASS: test_repeat_function_zero_iters (test.test_timeit.TestTimeit) PASS: test_repeat_function_zero_reps (test.test_timeit.TestTimeit) PASS: test_repeat_zero_iters (test.test_timeit.TestTimeit) PASS: test_repeat_zero_reps (test.test_timeit.TestTimeit) PASS: test_timeit_callable_setup (test.test_timeit.TestTimeit) PASS: test_timeit_callable_stmt (test.test_timeit.TestTimeit) PASS: test_timeit_callable_stmt_and_setup (test.test_timeit.TestTimeit) PASS: test_timeit_few_iters (test.test_timeit.TestTimeit) PASS: test_timeit_function_zero_iters (test.test_timeit.TestTimeit) PASS: test_timeit_globals_args (test.test_timeit.TestTimeit) PASS: test_timeit_zero_iters (test.test_timeit.TestTimeit) PASS: test_timer_invalid_setup (test.test_timeit.TestTimeit) PASS: test_timer_invalid_stmt (test.test_timeit.TestTimeit) ---------------------------------------------------------------------- Ran 40 tests in 0.059s OK 0:17:16 load avg: 1.10 [352/416] test_timeout test_timeout skipped -- Use of the 'network' resource not enabled 0:17:16 load avg: 1.10 [353/416] test_tix -- test_timeout skipped (resource denied) test_tix skipped -- No module named '_tkinter' 0:17:16 load avg: 1.10 [354/416] test_tk -- test_tix skipped test_tk skipped -- No module named '_tkinter' 0:17:16 load avg: 1.10 [355/416] test_tokenize -- test_tk skipped PASS: test_bom_no_cookie (test.test_tokenize.TestDetectEncoding) PASS: test_cookie_first_line_no_bom (test.test_tokenize.TestDetectEncoding) PASS: test_cookie_second_line_commented_first_line (test.test_tokenize.TestDetectEncoding) PASS: test_cookie_second_line_empty_first_line (test.test_tokenize.TestDetectEncoding) PASS: test_cookie_second_line_no_bom (test.test_tokenize.TestDetectEncoding) PASS: test_cookie_second_line_noncommented_first_line (test.test_tokenize.TestDetectEncoding) PASS: test_false_encoding (test.test_tokenize.TestDetectEncoding) PASS: test_filename_in_exception (test.test_tokenize.TestDetectEncoding) PASS: test_latin1_normalization (test.test_tokenize.TestDetectEncoding) PASS: test_matched_bom_and_cookie_first_line (test.test_tokenize.TestDetectEncoding) PASS: test_matched_bom_and_cookie_second_line (test.test_tokenize.TestDetectEncoding) PASS: test_mismatched_bom_and_cookie_first_line_raises_syntaxerror (test.test_tokenize.TestDetectEncoding) PASS: test_mismatched_bom_and_cookie_second_line_raises_syntaxerror (test.test_tokenize.TestDetectEncoding) PASS: test_no_bom_no_encoding_cookie (test.test_tokenize.TestDetectEncoding) PASS: test_open (test.test_tokenize.TestDetectEncoding) PASS: test_open_error (test.test_tokenize.TestDetectEncoding) PASS: test_short_files (test.test_tokenize.TestDetectEncoding) PASS: test_syntaxerror_latin1 (test.test_tokenize.TestDetectEncoding) PASS: test_utf8_normalization (test.test_tokenize.TestDetectEncoding) PASS: test_decistmt (test.test_tokenize.TestMisc) PASS: test_backslash_continuation (test.test_tokenize.TestRoundtrip) PASS: test_continuation (test.test_tokenize.TestRoundtrip) PASS: test_indentation_semantics_retained (test.test_tokenize.TestRoundtrip) PASS: test_random_files (test.test_tokenize.TestRoundtrip) PASS: test_roundtrip (test.test_tokenize.TestRoundtrip) PASS: test_string_concatenation (test.test_tokenize.TestRoundtrip) PASS: test_exact_type (test.test_tokenize.TestTokenize) PASS: test_oneline_defs (test.test_tokenize.TestTokenize) PASS: test_pathological_trailing_whitespace (test.test_tokenize.TestTokenize) PASS: test_tokenize (test.test_tokenize.TestTokenize) PASS: test_bad_coding_cookie (test.test_tokenize.TestTokenizerAdheresToPep0263) PASS: test_latin1_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263) PASS: test_no_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263) PASS: test_utf8_coding_cookie_and_no_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263) PASS: test_utf8_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263) PASS: test__tokenize_decodes_with_specified_encoding (test.test_tokenize.Test_Tokenize) PASS: test__tokenize_does_not_decode_with_encoding_none (test.test_tokenize.Test_Tokenize) PASS: test_additive (test.test_tokenize.TokenizeTest) PASS: test_async (test.test_tokenize.TokenizeTest) PASS: test_basic (test.test_tokenize.TokenizeTest) PASS: test_comparison (test.test_tokenize.TokenizeTest) PASS: test_float (test.test_tokenize.TokenizeTest) PASS: test_function (test.test_tokenize.TokenizeTest) PASS: test_implicit_newline (test.test_tokenize.TokenizeTest) PASS: test_int (test.test_tokenize.TokenizeTest) PASS: test_long (test.test_tokenize.TokenizeTest) PASS: test_method (test.test_tokenize.TokenizeTest) PASS: test_multiplicative (test.test_tokenize.TokenizeTest) PASS: test_non_ascii_identifiers (test.test_tokenize.TokenizeTest) PASS: test_selector (test.test_tokenize.TokenizeTest) PASS: test_shift (test.test_tokenize.TokenizeTest) PASS: test_string (test.test_tokenize.TokenizeTest) PASS: test_tabs (test.test_tokenize.TokenizeTest) PASS: test_unary (test.test_tokenize.TokenizeTest) PASS: test_underscore_literals (test.test_tokenize.TokenizeTest) PASS: test_unicode (test.test_tokenize.TokenizeTest) PASS: test_backslash_continuation (test.test_tokenize.UntokenizeTest) PASS: test_bad_input_order (test.test_tokenize.UntokenizeTest) PASS: test_iter_compat (test.test_tokenize.UntokenizeTest) ---------------------------------------------------------------------- Ran 59 tests in 0.736s OK 0:17:18 load avg: 1.10 [356/416] test_tools SKIP: test.test_tools.test_fixcid (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_gprof2html (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_i18n (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_lll (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_md5sum (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_pdeps (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_pindent (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_reindent (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_sundry (unittest.loader.ModuleSkipped) 'scripts directory could not be found' SKIP: test.test_tools.test_unparse (unittest.loader.ModuleSkipped) 'scripts directory could not be found' ---------------------------------------------------------------------- Ran 10 tests in 0.002s OK (skipped=10) 0:17:18 load avg: 1.10 [357/416] test_trace PASS: test_loop_caller_importing (test.test_trace.TestCallers) PASS: test_count_and_summary (test.test_trace.TestCommandLine) PASS: test_failures (test.test_trace.TestCommandLine) PASS: test_listfuncs_flag_success (test.test_trace.TestCommandLine) PASS: test_sys_argv_list (test.test_trace.TestCommandLine) PASS: test_coverage (test.test_trace.TestCoverage) PASS: test_coverage_ignore (test.test_trace.TestCoverage) PASS: test_issue9936 (test.test_trace.TestCoverage) PASS: test_cover_files_written_no_highlight (test.test_trace.TestCoverageCommandLineOutput) PASS: test_cover_files_written_with_highlight (test.test_trace.TestCoverageCommandLineOutput) PASS: test_arg_errors (test.test_trace.TestFuncs) PASS: test_inst_method_calling (test.test_trace.TestFuncs) PASS: test_loop_caller_importing (test.test_trace.TestFuncs) PASS: test_simple_caller (test.test_trace.TestFuncs) PASS: test_linear_methods (test.test_trace.TestLineCounts) PASS: test_trace_func_generator (test.test_trace.TestLineCounts) PASS: test_trace_list_comprehension (test.test_trace.TestLineCounts) PASS: test_traced_func_importing (test.test_trace.TestLineCounts) PASS: test_traced_func_linear (test.test_trace.TestLineCounts) PASS: test_traced_func_loop (test.test_trace.TestLineCounts) PASS: test_exec_counts (test.test_trace.TestRunExecCounts) PASS: test_ignored (test.test_trace.Test_Ignore) ---------------------------------------------------------------------- Ran 22 tests in 3.341s OK 0:17:22 load avg: 1.09 [358/416] test_traceback PASS: test_cause (test.test_traceback.CExcReportingTests) PASS: test_cause_and_context (test.test_traceback.CExcReportingTests) PASS: test_cause_recursive (test.test_traceback.CExcReportingTests) PASS: test_context (test.test_traceback.CExcReportingTests) PASS: test_context_suppression (test.test_traceback.CExcReportingTests) PASS: test_message_none (test.test_traceback.CExcReportingTests) PASS: test_simple (test.test_traceback.CExcReportingTests) PASS: test_syntax_error_offset_at_eol (test.test_traceback.CExcReportingTests) PASS: test_extract_stack (test.test_traceback.LimitTests) PASS: test_extract_tb (test.test_traceback.LimitTests) PASS: test_format_exception (test.test_traceback.LimitTests) PASS: test_all (test.test_traceback.MiscTest) PASS: test_clear (test.test_traceback.MiscTracebackCases) PASS: test_extract_stack (test.test_traceback.MiscTracebackCases) PASS: test_cause (test.test_traceback.PyExcReportingTests) PASS: test_cause_and_context (test.test_traceback.PyExcReportingTests) PASS: test_cause_recursive (test.test_traceback.PyExcReportingTests) PASS: test_context (test.test_traceback.PyExcReportingTests) PASS: test_context_suppression (test.test_traceback.PyExcReportingTests) PASS: test_message_none (test.test_traceback.PyExcReportingTests) PASS: test_simple (test.test_traceback.PyExcReportingTests) PASS: test_syntax_error_offset_at_eol (test.test_traceback.PyExcReportingTests) PASS: test_basics (test.test_traceback.TestFrame) PASS: test_explicit_line (test.test_traceback.TestFrame) PASS: test_lazy_lines (test.test_traceback.TestFrame) PASS: test_extract_stack (test.test_traceback.TestStack) PASS: test_extract_stack_limit (test.test_traceback.TestStack) PASS: test_extract_stack_lookup_lines (test.test_traceback.TestStack) PASS: test_extract_stackup_deferred_lookup_lines (test.test_traceback.TestStack) PASS: test_format_locals (test.test_traceback.TestStack) PASS: test_format_smoke (test.test_traceback.TestStack) PASS: test_from_list (test.test_traceback.TestStack) PASS: test_from_list_edited_stack (test.test_traceback.TestStack) PASS: test_locals (test.test_traceback.TestStack) PASS: test_no_locals (test.test_traceback.TestStack) PASS: test_walk_stack (test.test_traceback.TestStack) PASS: test_walk_tb (test.test_traceback.TestStack) PASS: test_cause (test.test_traceback.TestTracebackException) PASS: test_context (test.test_traceback.TestTracebackException) PASS: test_from_exception (test.test_traceback.TestTracebackException) PASS: test_limit (test.test_traceback.TestTracebackException) PASS: test_locals (test.test_traceback.TestTracebackException) PASS: test_lookup_lines (test.test_traceback.TestTracebackException) PASS: test_no_locals (test.test_traceback.TestTracebackException) PASS: test_smoke (test.test_traceback.TestTracebackException) PASS: test_traceback_header (test.test_traceback.TestTracebackException) PASS: test_unhashable (test.test_traceback.TestTracebackException) PASS: test_bad_indentation (test.test_traceback.TracebackCases) PASS: test_base_exception (test.test_traceback.TracebackCases) PASS: test_caret (test.test_traceback.TracebackCases) PASS: test_encoded_file (test.test_traceback.TracebackCases) PASS: test_format_exception_only_bad__str__ (test.test_traceback.TracebackCases) PASS: test_nocaret (test.test_traceback.TracebackCases) PASS: test_print_exception (test.test_traceback.TracebackCases) PASS: test_print_traceback_at_exit (test.test_traceback.TracebackCases) PASS: test_format_stack (test.test_traceback.TracebackFormatTests) PASS: test_print_stack (test.test_traceback.TracebackFormatTests) PASS: test_recursive_traceback_cpython_internal (test.test_traceback.TracebackFormatTests) PASS: test_recursive_traceback_python (test.test_traceback.TracebackFormatTests) PASS: test_stack_format (test.test_traceback.TracebackFormatTests) PASS: test_traceback_format (test.test_traceback.TracebackFormatTests) PASS: test_traceback_format_with_cleared_frames (test.test_traceback.TracebackFormatTests) PASS: test_unhashable (test.test_traceback.TracebackFormatTests) ---------------------------------------------------------------------- Ran 63 tests in 0.517s OK 0:17:23 load avg: 1.09 [359/416] test_tracemalloc PASS: test_clear_traces (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_fork (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_get_object_traceback (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_get_traced_memory (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_get_tracemalloc_memory (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_get_traces (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_get_traces_intern_traceback (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_is_tracing (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_set_traceback_limit (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_snapshot (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_snapshot_save_attr (test.test_tracemalloc.TestTracemallocEnabled) PASS: test_create_snapshot (test.test_tracemalloc.TestSnapshot) PASS: test_filter_traces (test.test_tracemalloc.TestSnapshot) PASS: test_filter_traces_domain (test.test_tracemalloc.TestSnapshot) PASS: test_filter_traces_domain_filter (test.test_tracemalloc.TestSnapshot) PASS: test_format_traceback (test.test_tracemalloc.TestSnapshot) PASS: test_slices (test.test_tracemalloc.TestSnapshot) PASS: test_snapshot_group_by_cumulative (test.test_tracemalloc.TestSnapshot) PASS: test_snapshot_group_by_file (test.test_tracemalloc.TestSnapshot) PASS: test_snapshot_group_by_line (test.test_tracemalloc.TestSnapshot) PASS: test_snapshot_group_by_traceback (test.test_tracemalloc.TestSnapshot) PASS: test_statistic_diff_format (test.test_tracemalloc.TestSnapshot) PASS: test_statistic_format (test.test_tracemalloc.TestSnapshot) PASS: test_trace_format (test.test_tracemalloc.TestSnapshot) PASS: test_filter_attributes (test.test_tracemalloc.TestFilters) PASS: test_filter_match (test.test_tracemalloc.TestFilters) PASS: test_filter_match_filename (test.test_tracemalloc.TestFilters) PASS: test_filter_match_filename_joker (test.test_tracemalloc.TestFilters) PASS: test_filter_match_trace (test.test_tracemalloc.TestFilters) PASS: test_env_limit (test.test_tracemalloc.TestCommandLine) PASS: test_env_var_disabled_by_default (test.test_tracemalloc.TestCommandLine) PASS: test_env_var_enabled_at_startup (test.test_tracemalloc.TestCommandLine) test_env_var_ignored_with_E (test.test_tracemalloc.TestCommandLine) PASS: PYTHON* environment variables must be ignored when -E is present. PASS: test_env_var_invalid (test.test_tracemalloc.TestCommandLine) PASS: test_pymem_alloc0 (test.test_tracemalloc.TestCommandLine) PASS: test_sys_xoptions (test.test_tracemalloc.TestCommandLine) PASS: test_sys_xoptions_invalid (test.test_tracemalloc.TestCommandLine) PASS: test_stop_track (test.test_tracemalloc.TestCAPI) PASS: test_stop_untrack (test.test_tracemalloc.TestCAPI) PASS: test_track (test.test_tracemalloc.TestCAPI) PASS: test_track_already_tracked (test.test_tracemalloc.TestCAPI) PASS: test_track_without_gil (test.test_tracemalloc.TestCAPI) PASS: test_untrack (test.test_tracemalloc.TestCAPI) ---------------------------------------------------------------------- Ran 43 tests in 0.417s OK 0:17:24 load avg: 1.09 [360/416] test_ttk_guionly test_ttk_guionly skipped -- No module named '_tkinter' 0:17:24 load avg: 1.09 [361/416] test_ttk_textonly -- test_ttk_guionly skipped test_ttk_textonly skipped -- No module named '_tkinter' 0:17:24 load avg: 1.09 [362/416] test_tuple -- test_ttk_textonly skipped PASS: test_addmul (test.test_tuple.TupleTest) PASS: test_bigrepeat (test.test_tuple.TupleTest) PASS: test_bug7466 (test.test_tuple.TupleTest) PASS: test_constructors (test.test_tuple.TupleTest) PASS: test_contains (test.test_tuple.TupleTest) PASS: test_contains_fake (test.test_tuple.TupleTest) PASS: test_contains_order (test.test_tuple.TupleTest) PASS: test_count (test.test_tuple.TupleTest) PASS: test_free_after_iterating (test.test_tuple.TupleTest) PASS: test_getitem (test.test_tuple.TupleTest) PASS: test_getitem_error (test.test_tuple.TupleTest) PASS: test_getitemoverwriteiter (test.test_tuple.TupleTest) PASS: test_getslice (test.test_tuple.TupleTest) PASS: test_hash (test.test_tuple.TupleTest) PASS: test_iadd (test.test_tuple.TupleTest) PASS: test_imul (test.test_tuple.TupleTest) PASS: test_index (test.test_tuple.TupleTest) PASS: test_iterator_pickle (test.test_tuple.TupleTest) PASS: test_keyword_args (test.test_tuple.TupleTest) PASS: test_len (test.test_tuple.TupleTest) PASS: test_lexicographic_ordering (test.test_tuple.TupleTest) PASS: test_minmax (test.test_tuple.TupleTest) PASS: test_no_comdat_folding (test.test_tuple.TupleTest) PASS: test_pickle (test.test_tuple.TupleTest) PASS: test_repeat (test.test_tuple.TupleTest) PASS: test_repr (test.test_tuple.TupleTest) PASS: test_repr_large (test.test_tuple.TupleTest) PASS: test_reversed_pickle (test.test_tuple.TupleTest) PASS: test_subscript (test.test_tuple.TupleTest) PASS: test_track_dynamic (test.test_tuple.TupleTest) PASS: test_track_literals (test.test_tuple.TupleTest) PASS: test_track_subtypes (test.test_tuple.TupleTest) PASS: test_truth (test.test_tuple.TupleTest) PASS: test_tupleresizebug (test.test_tuple.TupleTest) ---------------------------------------------------------------------- Ran 34 tests in 7.198s OK 0:17:32 load avg: 1.08 [363/416] test_turtle test_turtle skipped -- No module named '_tkinter' 0:17:32 load avg: 1.08 [364/416] test_typechecks -- test_turtle skipped PASS: testIsInstanceActual (test.test_typechecks.TypeChecksTest) PASS: testIsInstanceBuiltin (test.test_typechecks.TypeChecksTest) PASS: testIsSubclassActual (test.test_typechecks.TypeChecksTest) PASS: testIsSubclassBuiltin (test.test_typechecks.TypeChecksTest) PASS: testIsSubclassInternal (test.test_typechecks.TypeChecksTest) PASS: testSubclassBehavior (test.test_typechecks.TypeChecksTest) ---------------------------------------------------------------------- Ran 6 tests in 0.001s OK 0:17:33 load avg: 1.08 [365/416] test_typing PASS: test_all (test.test_typing.AllTests) PASS: test_all_exported_names (test.test_typing.AllTests) PASS: test_any_instance_type_error (test.test_typing.AnyTests) PASS: test_any_subclass_type_error (test.test_typing.AnyTests) PASS: test_any_works_with_alias (test.test_typing.AnyTests) PASS: test_cannot_instantiate (test.test_typing.AnyTests) PASS: test_cannot_subclass (test.test_typing.AnyTests) PASS: test_errors (test.test_typing.AnyTests) PASS: test_repr (test.test_typing.AnyTests) PASS: test_callable_instance_type_error (test.test_typing.CallableTests) PASS: test_callable_instance_works (test.test_typing.CallableTests) PASS: test_callable_with_ellipsis (test.test_typing.CallableTests) PASS: test_callable_wrong_forms (test.test_typing.CallableTests) PASS: test_cannot_instantiate (test.test_typing.CallableTests) PASS: test_ellipsis_in_generic (test.test_typing.CallableTests) PASS: test_eq_hash (test.test_typing.CallableTests) PASS: test_repr (test.test_typing.CallableTests) PASS: test_self_subclass (test.test_typing.CallableTests) PASS: test_basics (test.test_typing.CastTests) PASS: test_errors (test.test_typing.CastTests) PASS: test_basics (test.test_typing.ClassVarTests) PASS: test_cannot_init (test.test_typing.ClassVarTests) PASS: test_cannot_subclass (test.test_typing.ClassVarTests) PASS: test_no_isinstance (test.test_typing.ClassVarTests) PASS: test_repr (test.test_typing.ClassVarTests) PASS: test_abstractset (test.test_typing.CollectionsAbcTests) PASS: test_async_generator (test.test_typing.CollectionsAbcTests) PASS: test_async_iterable (test.test_typing.CollectionsAbcTests) PASS: test_async_iterator (test.test_typing.CollectionsAbcTests) PASS: test_awaitable (test.test_typing.CollectionsAbcTests) PASS: test_bytestring (test.test_typing.CollectionsAbcTests) PASS: test_chainmap_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_chainmap_subclass (test.test_typing.CollectionsAbcTests) PASS: test_collection (test.test_typing.CollectionsAbcTests) PASS: test_collections_as_base (test.test_typing.CollectionsAbcTests) PASS: test_container (test.test_typing.CollectionsAbcTests) PASS: test_coroutine (test.test_typing.CollectionsAbcTests) PASS: test_counter (test.test_typing.CollectionsAbcTests) PASS: test_counter_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_counter_subclass_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_defaultdict_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_defaultdict_subclass (test.test_typing.CollectionsAbcTests) PASS: test_deque (test.test_typing.CollectionsAbcTests) PASS: test_deque_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_dict (test.test_typing.CollectionsAbcTests) PASS: test_dict_subclass (test.test_typing.CollectionsAbcTests) PASS: test_frozenset (test.test_typing.CollectionsAbcTests) PASS: test_frozenset_subclass_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_generator (test.test_typing.CollectionsAbcTests) PASS: test_hashable (test.test_typing.CollectionsAbcTests) PASS: test_iterable (test.test_typing.CollectionsAbcTests) PASS: test_iterator (test.test_typing.CollectionsAbcTests) PASS: test_list (test.test_typing.CollectionsAbcTests) PASS: test_list_subclass (test.test_typing.CollectionsAbcTests) PASS: test_mapping (test.test_typing.CollectionsAbcTests) PASS: test_mutablemapping (test.test_typing.CollectionsAbcTests) PASS: test_mutablesequence (test.test_typing.CollectionsAbcTests) PASS: test_mutableset (test.test_typing.CollectionsAbcTests) PASS: test_no_async_generator_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_no_dict_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_no_frozenset_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_no_generator_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_no_list_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_no_set_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_no_tuple_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_ordereddict_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_ordereddict_subclass (test.test_typing.CollectionsAbcTests) PASS: test_sequence (test.test_typing.CollectionsAbcTests) PASS: test_set (test.test_typing.CollectionsAbcTests) PASS: test_set_subclass_instantiation (test.test_typing.CollectionsAbcTests) PASS: test_sized (test.test_typing.CollectionsAbcTests) PASS: test_subclassing (test.test_typing.CollectionsAbcTests) PASS: test_subclassing_async_generator (test.test_typing.CollectionsAbcTests) PASS: test_subclassing_register (test.test_typing.CollectionsAbcTests) PASS: test_subclassing_subclasshook (test.test_typing.CollectionsAbcTests) PASS: test_basics (test.test_typing.ForwardRefTests) PASS: test_callable_forward (test.test_typing.ForwardRefTests) PASS: test_callable_with_ellipsis_forward (test.test_typing.ForwardRefTests) PASS: test_default_globals (test.test_typing.ForwardRefTests) PASS: test_delayed_syntax_error (test.test_typing.ForwardRefTests) PASS: test_forward_equality (test.test_typing.ForwardRefTests) PASS: test_forward_repr (test.test_typing.ForwardRefTests) PASS: test_forwardref_instance_type_error (test.test_typing.ForwardRefTests) PASS: test_forwardref_subclass_type_error (test.test_typing.ForwardRefTests) PASS: test_meta_no_type_check (test.test_typing.ForwardRefTests) PASS: test_name_error (test.test_typing.ForwardRefTests) PASS: test_nested_classvar_fails_forward_ref_check (test.test_typing.ForwardRefTests) PASS: test_no_type_check (test.test_typing.ForwardRefTests) PASS: test_no_type_check_class (test.test_typing.ForwardRefTests) PASS: test_no_type_check_forward_ref_as_string (test.test_typing.ForwardRefTests) PASS: test_no_type_check_no_bases (test.test_typing.ForwardRefTests) PASS: test_syntax_error (test.test_typing.ForwardRefTests) PASS: test_tuple_forward (test.test_typing.ForwardRefTests) PASS: test_type_error (test.test_typing.ForwardRefTests) PASS: test_union_forward (test.test_typing.ForwardRefTests) PASS: test_abc_bases (test.test_typing.GenericTests) PASS: test_abc_registry_kept (test.test_typing.GenericTests) PASS: test_all_repr_eq_any (test.test_typing.GenericTests) PASS: test_basics (test.test_typing.GenericTests) PASS: test_chain_repr (test.test_typing.GenericTests) PASS: test_copy_and_deepcopy (test.test_typing.GenericTests) PASS: test_copy_generic_instances (test.test_typing.GenericTests) PASS: test_dict (test.test_typing.GenericTests) PASS: test_eq_1 (test.test_typing.GenericTests) PASS: test_eq_2 (test.test_typing.GenericTests) PASS: test_errors (test.test_typing.GenericTests) PASS: test_extended_generic_rules_eq (test.test_typing.GenericTests) PASS: test_extended_generic_rules_repr (test.test_typing.GenericTests) PASS: test_extended_generic_rules_subclassing (test.test_typing.GenericTests) PASS: test_fail_with_bare_generic (test.test_typing.GenericTests) PASS: test_fail_with_bare_union (test.test_typing.GenericTests) PASS: test_false_subclasses (test.test_typing.GenericTests) PASS: test_generic_errors (test.test_typing.GenericTests) PASS: test_generic_forward_ref (test.test_typing.GenericTests) PASS: test_generic_hashes (test.test_typing.GenericTests) PASS: test_immutability_by_copy_and_pickle (test.test_typing.GenericTests) PASS: test_implicit_any (test.test_typing.GenericTests) PASS: test_init (test.test_typing.GenericTests) PASS: test_init_subclass (test.test_typing.GenericTests) PASS: test_init_subclass_super_called (test.test_typing.GenericTests) PASS: test_multi_subscr_base (test.test_typing.GenericTests) PASS: test_multiple_bases (test.test_typing.GenericTests) PASS: test_multiple_inheritance (test.test_typing.GenericTests) PASS: test_multiple_inheritance_special (test.test_typing.GenericTests) PASS: test_naive_runtime_checks (test.test_typing.GenericTests) PASS: test_nested (test.test_typing.GenericTests) PASS: test_new_no_args (test.test_typing.GenericTests) PASS: test_new_repr (test.test_typing.GenericTests) PASS: test_new_repr_bare (test.test_typing.GenericTests) PASS: test_new_repr_complex (test.test_typing.GenericTests) PASS: test_new_with_args (test.test_typing.GenericTests) PASS: test_new_with_args2 (test.test_typing.GenericTests) PASS: test_orig_bases (test.test_typing.GenericTests) PASS: test_parameterized_slots (test.test_typing.GenericTests) PASS: test_parameterized_slots_dict (test.test_typing.GenericTests) PASS: test_pickle (test.test_typing.GenericTests) PASS: test_repr (test.test_typing.GenericTests) PASS: test_repr_2 (test.test_typing.GenericTests) PASS: test_subscript_meta (test.test_typing.GenericTests) PASS: test_subscripted_generics_as_proxies (test.test_typing.GenericTests) PASS: test_type_erasure (test.test_typing.GenericTests) PASS: test_type_erasure_special (test.test_typing.GenericTests) PASS: test_weakref_all (test.test_typing.GenericTests) PASS: test_get_type_hints_ClassVar (test.test_typing.GetTypeHintTests) PASS: test_get_type_hints_classes (test.test_typing.GetTypeHintTests) PASS: test_get_type_hints_for_builtins (test.test_typing.GetTypeHintTests) PASS: test_get_type_hints_for_object_with_annotations (test.test_typing.GetTypeHintTests) PASS: test_get_type_hints_from_various_objects (test.test_typing.GetTypeHintTests) PASS: test_get_type_hints_modules (test.test_typing.GetTypeHintTests) SKIP: test_get_type_hints_modules_forwardref (test.test_typing.GetTypeHintTests) 'known bug' PASS: test_previous_behavior (test.test_typing.GetTypeHintTests) PASS: test_respect_no_type_check (test.test_typing.GetTypeHintTests) PASS: test_binaryio (test.test_typing.IOTests) PASS: test_io (test.test_typing.IOTests) PASS: test_io_submodule (test.test_typing.IOTests) PASS: test_textio (test.test_typing.IOTests) PASS: test_annotation_usage (test.test_typing.NamedTupleTests) PASS: test_annotation_usage_with_default (test.test_typing.NamedTupleTests) PASS: test_annotation_usage_with_methods (test.test_typing.NamedTupleTests) PASS: test_basics (test.test_typing.NamedTupleTests) PASS: test_namedtuple_keyword_usage (test.test_typing.NamedTupleTests) PASS: test_namedtuple_pyversion (test.test_typing.NamedTupleTests) PASS: test_pickle (test.test_typing.NamedTupleTests) PASS: test_basic (test.test_typing.NewTypeTests) PASS: test_errors (test.test_typing.NewTypeTests) PASS: test_cannot_instantiate (test.test_typing.NoReturnTests) PASS: test_cannot_subclass (test.test_typing.NoReturnTests) PASS: test_noreturn_instance_type_error (test.test_typing.NoReturnTests) PASS: test_noreturn_subclass_type_error (test.test_typing.NoReturnTests) PASS: test_not_generic (test.test_typing.NoReturnTests) PASS: test_repr (test.test_typing.NoReturnTests) PASS: test_async_contextmanager (test.test_typing.OtherABCTests) PASS: test_contextmanager (test.test_typing.OtherABCTests) PASS: test_overload_fails (test.test_typing.OverloadTests) PASS: test_overload_succeeds (test.test_typing.OverloadTests) PASS: test_protocol_instance_type_error (test.test_typing.ProtocolTests) PASS: test_reversible (test.test_typing.ProtocolTests) PASS: test_supports_abs (test.test_typing.ProtocolTests) PASS: test_supports_bytes (test.test_typing.ProtocolTests) PASS: test_supports_complex (test.test_typing.ProtocolTests) PASS: test_supports_float (test.test_typing.ProtocolTests) PASS: test_supports_int (test.test_typing.ProtocolTests) PASS: test_supports_round (test.test_typing.ProtocolTests) PASS: test_alias_equality (test.test_typing.RETests) PASS: test_basics (test.test_typing.RETests) PASS: test_cannot_subclass (test.test_typing.RETests) PASS: test_errors (test.test_typing.RETests) PASS: test_re_submodule (test.test_typing.RETests) PASS: test_repr (test.test_typing.RETests) PASS: test_basics (test.test_typing.TupleTests) PASS: test_equality (test.test_typing.TupleTests) PASS: test_errors (test.test_typing.TupleTests) PASS: test_repr (test.test_typing.TupleTests) PASS: test_tuple_instance_type_error (test.test_typing.TupleTests) PASS: test_tuple_subclass (test.test_typing.TupleTests) PASS: test_type_basic (test.test_typing.TypeTests) PASS: test_type_optional (test.test_typing.TypeTests) PASS: test_type_typevar (test.test_typing.TypeTests) PASS: test_basic_plain (test.test_typing.TypeVarTests) PASS: test_bound_errors (test.test_typing.TypeVarTests) PASS: test_cannot_instantiate_vars (test.test_typing.TypeVarTests) PASS: test_cannot_subclass_var_itself (test.test_typing.TypeVarTests) PASS: test_cannot_subclass_vars (test.test_typing.TypeVarTests) PASS: test_constrained_error (test.test_typing.TypeVarTests) PASS: test_no_bivariant (test.test_typing.TypeVarTests) PASS: test_no_redefinition (test.test_typing.TypeVarTests) PASS: test_repr (test.test_typing.TypeVarTests) PASS: test_typevar_instance_type_error (test.test_typing.TypeVarTests) PASS: test_typevar_subclass_type_error (test.test_typing.TypeVarTests) PASS: test_union_constrained (test.test_typing.TypeVarTests) PASS: test_union_unique (test.test_typing.TypeVarTests) PASS: test_base_class_kept (test.test_typing.UnionTests) PASS: test_basics (test.test_typing.UnionTests) PASS: test_cannot_instantiate (test.test_typing.UnionTests) PASS: test_cannot_subclass (test.test_typing.UnionTests) PASS: test_empty (test.test_typing.UnionTests) PASS: test_etree (test.test_typing.UnionTests) PASS: test_function_repr_union (test.test_typing.UnionTests) PASS: test_no_eval_union (test.test_typing.UnionTests) PASS: test_optional (test.test_typing.UnionTests) PASS: test_repr (test.test_typing.UnionTests) PASS: test_single_class_disappears (test.test_typing.UnionTests) PASS: test_subclass_error (test.test_typing.UnionTests) PASS: test_union_any (test.test_typing.UnionTests) PASS: test_union_compare_other (test.test_typing.UnionTests) PASS: test_union_generalization (test.test_typing.UnionTests) PASS: test_union_instance_type_error (test.test_typing.UnionTests) PASS: test_union_object (test.test_typing.UnionTests) PASS: test_union_str_pattern (test.test_typing.UnionTests) PASS: test_union_union (test.test_typing.UnionTests) PASS: test_unordered (test.test_typing.UnionTests) ---------------------------------------------------------------------- Ran 231 tests in 0.064s OK (skipped=1) 0:17:33 load avg: 1.08 [366/416] test_ucn PASS: test_aliases (test.test_ucn.UnicodeNamesTest) PASS: test_aliases_names_in_pua_range (test.test_ucn.UnicodeNamesTest) PASS: test_ascii_letters (test.test_ucn.UnicodeNamesTest) PASS: test_bmp_characters (test.test_ucn.UnicodeNamesTest) PASS: test_cjk_unified_ideographs (test.test_ucn.UnicodeNamesTest) PASS: test_errors (test.test_ucn.UnicodeNamesTest) PASS: test_general (test.test_ucn.UnicodeNamesTest) PASS: test_hangul_syllables (test.test_ucn.UnicodeNamesTest) SKIP: test_issue16335 (test.test_ucn.UnicodeNamesTest) 'not enough memory: 12.0G minimum needed' PASS: test_misc_symbols (test.test_ucn.UnicodeNamesTest) SKIP: test_named_sequences_full (test.test_ucn.UnicodeNamesTest) "Use of the 'urlfetch' resource not enabled" PASS: test_named_sequences_names_in_pua_range (test.test_ucn.UnicodeNamesTest) PASS: test_named_sequences_sample (test.test_ucn.UnicodeNamesTest) PASS: test_strict_error_handling (test.test_ucn.UnicodeNamesTest) ---------------------------------------------------------------------- Ran 14 tests in 0.165s OK (skipped=2) 0:17:34 load avg: 1.08 [367/416] test_unary PASS: test_bad_types (test.test_unary.UnaryOpTestCase) PASS: test_invert (test.test_unary.UnaryOpTestCase) PASS: test_negation_of_exponentiation (test.test_unary.UnaryOpTestCase) PASS: test_negative (test.test_unary.UnaryOpTestCase) PASS: test_no_overflow (test.test_unary.UnaryOpTestCase) PASS: test_positive (test.test_unary.UnaryOpTestCase) ---------------------------------------------------------------------- Ran 6 tests in 0.001s OK 0:17:34 load avg: 1.07 [368/416] test_unicode PASS: test_asucs4 (test.test_unicode.CAPITest) PASS: test_aswidechar (test.test_unicode.CAPITest) PASS: test_aswidecharstring (test.test_unicode.CAPITest) PASS: test_copycharacters (test.test_unicode.CAPITest) PASS: test_encode_decimal (test.test_unicode.CAPITest) PASS: test_findchar (test.test_unicode.CAPITest) PASS: test_from_format (test.test_unicode.CAPITest) PASS: test_pep393_utf8_caching_bug (test.test_unicode.CAPITest) PASS: test_transform_decimal (test.test_unicode.CAPITest) PASS: test_formatter_field_name_split (test.test_unicode.StringModuleTest) PASS: test_formatter_parser (test.test_unicode.StringModuleTest) PASS: test___contains__ (test.test_unicode.UnicodeTest) PASS: test_additional_rsplit (test.test_unicode.UnicodeTest) PASS: test_additional_split (test.test_unicode.UnicodeTest) PASS: test_ascii (test.test_unicode.UnicodeTest) PASS: test_bug1001011 (test.test_unicode.UnicodeTest) PASS: test_bytes_comparison (test.test_unicode.UnicodeTest) PASS: test_capitalize (test.test_unicode.UnicodeTest) PASS: test_capitalize_nonascii (test.test_unicode.UnicodeTest) SKIP: test_case_operation_overflow (test.test_unicode.UnicodeTest) 'requires 32-bit system' PASS: test_casefold (test.test_unicode.UnicodeTest) PASS: test_center (test.test_unicode.UnicodeTest) PASS: test_codecs (test.test_unicode.UnicodeTest) PASS: test_codecs_charmap (test.test_unicode.UnicodeTest) PASS: test_codecs_errors (test.test_unicode.UnicodeTest) PASS: test_codecs_idna (test.test_unicode.UnicodeTest) PASS: test_codecs_utf7 (test.test_unicode.UnicodeTest) PASS: test_codecs_utf8 (test.test_unicode.UnicodeTest) PASS: test_compare (test.test_unicode.UnicodeTest) PASS: test_comparison (test.test_unicode.UnicodeTest) PASS: test_concatenation (test.test_unicode.UnicodeTest) PASS: test_constructor (test.test_unicode.UnicodeTest) test_constructor_defaults (test.test_unicode.UnicodeTest) PASS: Check the constructor argument defaults. test_constructor_keyword_args (test.test_unicode.UnicodeTest) PASS: Pass various keyword argument combinations to the constructor. PASS: test_contains (test.test_unicode.UnicodeTest) PASS: test_conversion (test.test_unicode.UnicodeTest) PASS: test_count (test.test_unicode.UnicodeTest) PASS: test_endswith (test.test_unicode.UnicodeTest) PASS: test_expandtabs (test.test_unicode.UnicodeTest) PASS: test_expandtabs_optimization (test.test_unicode.UnicodeTest) SKIP: test_expandtabs_overflows_gracefully (test.test_unicode.UnicodeTest) 'only applies to 32-bit platforms' PASS: test_extended_getslice (test.test_unicode.UnicodeTest) PASS: test_find (test.test_unicode.UnicodeTest) PASS: test_find_etc_raise_correct_error_messages (test.test_unicode.UnicodeTest) PASS: test_fixtype (test.test_unicode.UnicodeTest) PASS: test_floatformatting (test.test_unicode.UnicodeTest) PASS: test_format (test.test_unicode.UnicodeTest) PASS: test_format_auto_numbering (test.test_unicode.UnicodeTest) PASS: test_format_float (test.test_unicode.UnicodeTest) PASS: test_format_huge_item_number (test.test_unicode.UnicodeTest) PASS: test_format_huge_precision (test.test_unicode.UnicodeTest) PASS: test_format_huge_width (test.test_unicode.UnicodeTest) PASS: test_format_map (test.test_unicode.UnicodeTest) PASS: test_format_subclass (test.test_unicode.UnicodeTest) PASS: test_formatting (test.test_unicode.UnicodeTest) PASS: test_formatting_c_limits (test.test_unicode.UnicodeTest) PASS: test_formatting_huge_precision (test.test_unicode.UnicodeTest) PASS: test_formatting_huge_precision_c_limits (test.test_unicode.UnicodeTest) PASS: test_formatting_huge_width (test.test_unicode.UnicodeTest) PASS: test_formatting_with_enum (test.test_unicode.UnicodeTest) PASS: test_free_after_iterating (test.test_unicode.UnicodeTest) PASS: test_getnewargs (test.test_unicode.UnicodeTest) PASS: test_hash (test.test_unicode.UnicodeTest) PASS: test_index (test.test_unicode.UnicodeTest) PASS: test_inplace_rewrites (test.test_unicode.UnicodeTest) PASS: test_invalid_cb_for_2bytes_seq (test.test_unicode.UnicodeTest) PASS: test_invalid_cb_for_3bytes_seq (test.test_unicode.UnicodeTest) PASS: test_invalid_cb_for_4bytes_seq (test.test_unicode.UnicodeTest) PASS: test_invalid_start_byte (test.test_unicode.UnicodeTest) PASS: test_isalnum (test.test_unicode.UnicodeTest) PASS: test_isalpha (test.test_unicode.UnicodeTest) PASS: test_isascii (test.test_unicode.UnicodeTest) PASS: test_isdecimal (test.test_unicode.UnicodeTest) PASS: test_isdigit (test.test_unicode.UnicodeTest) PASS: test_isidentifier (test.test_unicode.UnicodeTest) PASS: test_islower (test.test_unicode.UnicodeTest) PASS: test_isnumeric (test.test_unicode.UnicodeTest) PASS: test_isprintable (test.test_unicode.UnicodeTest) PASS: test_isspace (test.test_unicode.UnicodeTest) PASS: test_issue18183 (test.test_unicode.UnicodeTest) PASS: test_issue28598_strsubclass_rhs (test.test_unicode.UnicodeTest) PASS: test_issue8271 (test.test_unicode.UnicodeTest) PASS: test_istitle (test.test_unicode.UnicodeTest) PASS: test_isupper (test.test_unicode.UnicodeTest) PASS: test_iterators (test.test_unicode.UnicodeTest) PASS: test_join (test.test_unicode.UnicodeTest) SKIP: test_join_overflow (test.test_unicode.UnicodeTest) 'needs too much memory on a 64-bit platform' PASS: test_literals (test.test_unicode.UnicodeTest) PASS: test_ljust (test.test_unicode.UnicodeTest) PASS: test_lower (test.test_unicode.UnicodeTest) PASS: test_maketrans_translate (test.test_unicode.UnicodeTest) PASS: test_mul (test.test_unicode.UnicodeTest) PASS: test_none_arguments (test.test_unicode.UnicodeTest) PASS: test_partition (test.test_unicode.UnicodeTest) PASS: test_printable_repr (test.test_unicode.UnicodeTest) PASS: test_printing (test.test_unicode.UnicodeTest) PASS: test_raiseMemError (test.test_unicode.UnicodeTest) PASS: test_replace (test.test_unicode.UnicodeTest) PASS: test_replace_id (test.test_unicode.UnicodeTest) SKIP: test_replace_overflow (test.test_unicode.UnicodeTest) 'only applies to 32-bit platforms' PASS: test_repr (test.test_unicode.UnicodeTest) PASS: test_resize (test.test_unicode.UnicodeTest) PASS: test_rfind (test.test_unicode.UnicodeTest) PASS: test_rindex (test.test_unicode.UnicodeTest) PASS: test_rjust (test.test_unicode.UnicodeTest) PASS: test_rpartition (test.test_unicode.UnicodeTest) PASS: test_rsplit (test.test_unicode.UnicodeTest) PASS: test_slice (test.test_unicode.UnicodeTest) PASS: test_split (test.test_unicode.UnicodeTest) PASS: test_splitlines (test.test_unicode.UnicodeTest) PASS: test_startswith (test.test_unicode.UnicodeTest) PASS: test_startswith_endswith_errors (test.test_unicode.UnicodeTest) PASS: test_strip (test.test_unicode.UnicodeTest) PASS: test_strip_whitespace (test.test_unicode.UnicodeTest) PASS: test_subclass_add (test.test_unicode.UnicodeTest) PASS: test_subscript (test.test_unicode.UnicodeTest) PASS: test_surrogates (test.test_unicode.UnicodeTest) PASS: test_swapcase (test.test_unicode.UnicodeTest) PASS: test_title (test.test_unicode.UnicodeTest) PASS: test_ucs4 (test.test_unicode.UnicodeTest) PASS: test_unexpected_end_of_data (test.test_unicode.UnicodeTest) PASS: test_unicode_repr (test.test_unicode.UnicodeTest) PASS: test_upper (test.test_unicode.UnicodeTest) PASS: test_utf8_decode_invalid_sequences (test.test_unicode.UnicodeTest) PASS: test_utf8_decode_valid_sequences (test.test_unicode.UnicodeTest) PASS: test_zfill (test.test_unicode.UnicodeTest) ---------------------------------------------------------------------- Ran 126 tests in 1.061s OK (skipped=4) 0:17:36 load avg: 1.07 [369/416] test_unicode_file PASS: test_directories (test.test_unicode_file.TestUnicodeFiles) PASS: test_single_files (test.test_unicode_file.TestUnicodeFiles) ---------------------------------------------------------------------- Ran 2 tests in 0.003s OK 0:17:36 load avg: 1.07 [370/416] test_unicode_file_functions PASS: test_directory (test.test_unicode_file_functions.UnicodeFileTests) PASS: test_failures (test.test_unicode_file_functions.UnicodeFileTests) PASS: test_listdir (test.test_unicode_file_functions.UnicodeFileTests) PASS: test_normalize (test.test_unicode_file_functions.UnicodeFileTests) PASS: test_open (test.test_unicode_file_functions.UnicodeFileTests) PASS: test_rename (test.test_unicode_file_functions.UnicodeFileTests) PASS: test_directory (test.test_unicode_file_functions.UnicodeNFCFileTests) PASS: test_failures (test.test_unicode_file_functions.UnicodeNFCFileTests) PASS: test_listdir (test.test_unicode_file_functions.UnicodeNFCFileTests) PASS: test_normalize (test.test_unicode_file_functions.UnicodeNFCFileTests) PASS: test_open (test.test_unicode_file_functions.UnicodeNFCFileTests) PASS: test_rename (test.test_unicode_file_functions.UnicodeNFCFileTests) PASS: test_directory (test.test_unicode_file_functions.UnicodeNFDFileTests) PASS: test_failures (test.test_unicode_file_functions.UnicodeNFDFileTests) PASS: test_listdir (test.test_unicode_file_functions.UnicodeNFDFileTests) PASS: test_normalize (test.test_unicode_file_functions.UnicodeNFDFileTests) PASS: test_open (test.test_unicode_file_functions.UnicodeNFDFileTests) PASS: test_rename (test.test_unicode_file_functions.UnicodeNFDFileTests) PASS: test_directory (test.test_unicode_file_functions.UnicodeNFKCFileTests) PASS: test_failures (test.test_unicode_file_functions.UnicodeNFKCFileTests) PASS: test_listdir (test.test_unicode_file_functions.UnicodeNFKCFileTests) PASS: test_normalize (test.test_unicode_file_functions.UnicodeNFKCFileTests) PASS: test_open (test.test_unicode_file_functions.UnicodeNFKCFileTests) PASS: test_rename (test.test_unicode_file_functions.UnicodeNFKCFileTests) PASS: test_directory (test.test_unicode_file_functions.UnicodeNFKDFileTests) PASS: test_failures (test.test_unicode_file_functions.UnicodeNFKDFileTests) PASS: test_listdir (test.test_unicode_file_functions.UnicodeNFKDFileTests) PASS: test_normalize (test.test_unicode_file_functions.UnicodeNFKDFileTests) PASS: test_open (test.test_unicode_file_functions.UnicodeNFKDFileTests) PASS: test_rename (test.test_unicode_file_functions.UnicodeNFKDFileTests) ---------------------------------------------------------------------- Ran 30 tests in 0.067s OK 0:17:37 load avg: 1.07 [371/416] test_unicode_identifiers PASS: test_invalid (test.test_unicode_identifiers.PEP3131Test) PASS: test_non_bmp_normalized (test.test_unicode_identifiers.PEP3131Test) PASS: test_valid (test.test_unicode_identifiers.PEP3131Test) ---------------------------------------------------------------------- Ran 3 tests in 0.001s OK 0:17:37 load avg: 1.07 [372/416] test_unicodedata PASS: test_bidirectional (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_category (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_combining (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_decimal (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_decomposition (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_digit (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_east_asian_width (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_east_asian_width_9_0_changes (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_function_checksum (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_issue10254 (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_issue29456 (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_mirrored (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_normalize (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_numeric (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_pr29 (test.test_unicodedata.UnicodeFunctionsTest) PASS: test_method_checksum (test.test_unicodedata.UnicodeMethodsTest) PASS: test_bug_1704793 (test.test_unicodedata.UnicodeMiscTest) PASS: test_bug_4971 (test.test_unicodedata.UnicodeMiscTest) PASS: test_bug_5828 (test.test_unicodedata.UnicodeMiscTest) PASS: test_decimal_numeric_consistent (test.test_unicodedata.UnicodeMiscTest) PASS: test_digit_numeric_consistent (test.test_unicodedata.UnicodeMiscTest) PASS: test_failed_import_during_compiling (test.test_unicodedata.UnicodeMiscTest) PASS: test_linebreak_7643 (test.test_unicodedata.UnicodeMiscTest) PASS: test_ucd_510 (test.test_unicodedata.UnicodeMiscTest) ---------------------------------------------------------------------- Ran 24 tests in 1.721s OK 0:17:39 load avg: 1.07 [373/416] test_univnewlines PASS: test_read (test.test_univnewlines.CTestCRLFNewlines) PASS: test_readline (test.test_univnewlines.CTestCRLFNewlines) PASS: test_readlines (test.test_univnewlines.CTestCRLFNewlines) PASS: test_seek (test.test_univnewlines.CTestCRLFNewlines) PASS: test_tell (test.test_univnewlines.CTestCRLFNewlines) PASS: test_read (test.test_univnewlines.CTestCRNewlines) PASS: test_readline (test.test_univnewlines.CTestCRNewlines) PASS: test_readlines (test.test_univnewlines.CTestCRNewlines) PASS: test_seek (test.test_univnewlines.CTestCRNewlines) PASS: test_read (test.test_univnewlines.CTestLFNewlines) PASS: test_readline (test.test_univnewlines.CTestLFNewlines) PASS: test_readlines (test.test_univnewlines.CTestLFNewlines) PASS: test_seek (test.test_univnewlines.CTestLFNewlines) PASS: test_read (test.test_univnewlines.CTestMixedNewlines) PASS: test_readline (test.test_univnewlines.CTestMixedNewlines) PASS: test_readlines (test.test_univnewlines.CTestMixedNewlines) PASS: test_seek (test.test_univnewlines.CTestMixedNewlines) PASS: test_read (test.test_univnewlines.PyTestCRLFNewlines) PASS: test_readline (test.test_univnewlines.PyTestCRLFNewlines) PASS: test_readlines (test.test_univnewlines.PyTestCRLFNewlines) PASS: test_seek (test.test_univnewlines.PyTestCRLFNewlines) PASS: test_tell (test.test_univnewlines.PyTestCRLFNewlines) PASS: test_read (test.test_univnewlines.PyTestCRNewlines) PASS: test_readline (test.test_univnewlines.PyTestCRNewlines) PASS: test_readlines (test.test_univnewlines.PyTestCRNewlines) PASS: test_seek (test.test_univnewlines.PyTestCRNewlines) PASS: test_read (test.test_univnewlines.PyTestLFNewlines) PASS: test_readline (test.test_univnewlines.PyTestLFNewlines) PASS: test_readlines (test.test_univnewlines.PyTestLFNewlines) PASS: test_seek (test.test_univnewlines.PyTestLFNewlines) PASS: test_read (test.test_univnewlines.PyTestMixedNewlines) PASS: test_readline (test.test_univnewlines.PyTestMixedNewlines) PASS: test_readlines (test.test_univnewlines.PyTestMixedNewlines) PASS: test_seek (test.test_univnewlines.PyTestMixedNewlines) ---------------------------------------------------------------------- Ran 34 tests in 0.020s OK 0:17:40 load avg: 1.07 [374/416] test_unpack Trying: t = (1, 2, 3) Expecting nothing ok Trying: a, b, c = t Expecting nothing ok Trying: a == 1 and b == 2 and c == 3 Expecting: True ok Trying: l = [4, 5, 6] Expecting nothing ok Trying: a, b, c = l Expecting nothing ok Trying: a == 4 and b == 5 and c == 6 Expecting: True ok Trying: a, b, c = 7, 8, 9 Expecting nothing ok Trying: a == 7 and b == 8 and c == 9 Expecting: True ok Trying: a, b, c = 'one' Expecting nothing ok Trying: a == 'o' and b == 'n' and c == 'e' Expecting: True ok Trying: class Seq: def __getitem__(self, i): if i >= 0 and i < 3: return i raise IndexError Expecting nothing ok Trying: a, b, c = Seq() Expecting nothing ok Trying: a == 0 and b == 1 and c == 2 Expecting: True ok Trying: st = (99,) Expecting nothing ok Trying: sl = [100] Expecting nothing ok Trying: a, = st Expecting nothing ok Trying: a Expecting: 99 ok Trying: b, = sl Expecting nothing ok Trying: b Expecting: 100 ok Trying: a, b, c = 7 Expecting: Traceback (most recent call last): ... TypeError: cannot unpack non-iterable int object ok Trying: a, b = t Expecting: Traceback (most recent call last): ... ValueError: too many values to unpack (expected 2) ok Trying: a, b = l Expecting: Traceback (most recent call last): ... ValueError: too many values to unpack (expected 2) ok Trying: a, b, c, d = Seq() Expecting: Traceback (most recent call last): ... ValueError: not enough values to unpack (expected 4, got 3) ok Trying: a, b = Seq() Expecting: Traceback (most recent call last): ... ValueError: too many values to unpack (expected 2) ok Trying: class BozoError(Exception): pass Expecting nothing ok Trying: class BadSeq: def __getitem__(self, i): if i >= 0 and i < 3: return i elif i == 3: raise BozoError else: raise IndexError Expecting nothing ok Trying: a, b, c, d, e = BadSeq() Expecting: Traceback (most recent call last): ... test.test_unpack.BozoError ok Trying: a, b, c = BadSeq() Expecting: Traceback (most recent call last): ... test.test_unpack.BozoError ok Trying: () = [] Expecting nothing ok Trying: [] = () Expecting nothing ok Trying: [] = [] Expecting nothing ok Trying: () = () Expecting nothing ok Trying: () = 42 Expecting: Traceback (most recent call last): ... TypeError: cannot unpack non-iterable int object ok Trying: () = [42] Expecting: Traceback (most recent call last): ... ValueError: too many values to unpack (expected 0) ok 2 items had no tests: test.test_unpack test.test_unpack.test_main 1 items passed all tests: 34 tests in test.test_unpack.__test__.doctests 34 tests in 3 items. 34 passed and 0 failed. Test passed. doctest (test.test_unpack) ... 34 tests with zero failures 0:17:40 load avg: 1.07 [375/416] test_unpack_ex Trying: t = (1, 2, 3) Expecting nothing ok Trying: a, *b, c = t Expecting nothing ok Trying: a == 1 and b == [2] and c == 3 Expecting: True ok Trying: l = [4, 5, 6] Expecting nothing ok Trying: a, *b = l Expecting nothing ok Trying: a == 4 and b == [5, 6] Expecting: True ok Trying: *a, = 7, 8, 9 Expecting nothing ok Trying: a == [7, 8, 9] Expecting: True ok Trying: a, *b = 'one' Expecting nothing ok Trying: a == 'o' and b == ['n', 'e'] Expecting: True ok Trying: a, b, c, *d, e, f, g = range(10) Expecting nothing ok Trying: (a, b, c, d, e, f, g) == (0, 1, 2, [3, 4, 5, 6], 7, 8, 9) Expecting: True ok Trying: a, *b, c = (1, 2) Expecting nothing ok Trying: a == 1 and c == 2 and b == [] Expecting: True ok Trying: class Seq: def __getitem__(self, i): if i >= 0 and i < 3: return i raise IndexError Expecting nothing ok Trying: a, *b = Seq() Expecting nothing ok Trying: a == 0 and b == [1, 2] Expecting: True ok Trying: for a, *b, c in [(1,2,3), (4,5,6,7)]: print(a, b, c) Expecting: 1 [2] 3 4 [5, 6] 7 ok Trying: [a, *b, c] = range(5) Expecting nothing ok Trying: a == 0 and b == [1, 2, 3] and c == 4 Expecting: True ok Trying: a, *b, c = *d, e = range(5) Expecting nothing ok Trying: a == 0 and b == [1, 2, 3] and c == 4 and d == [0, 1, 2, 3] and e == 4 Expecting: True ok Trying: a, b, *c = range(5) Expecting nothing ok Trying: a, b, c Expecting: (0, 1, [2, 3, 4]) ok Trying: *a, b, c = a, b, *c Expecting nothing ok Trying: a, b, c Expecting: ([0, 1, 2], 3, 4) ok Trying: a = [1, 2, 3] Expecting nothing ok Trying: sorted({1, *a, 0, 4}) Expecting: [0, 1, 2, 3, 4] ok Trying: {1, *1, 0, 4} Expecting: Traceback (most recent call last): ... TypeError: 'int' object is not iterable ok Trying: kwds = {'z': 0, 'w': 12} Expecting nothing ok Trying: sorted({'x': 1, 'y': 2, **kwds}.items()) Expecting: [('w', 12), ('x', 1), ('y', 2), ('z', 0)] ok Trying: sorted({**{'x': 1}, 'y': 2, **{'z': 3}}.items()) Expecting: [('x', 1), ('y', 2), ('z', 3)] ok Trying: sorted({**{'x': 1}, 'y': 2, **{'x': 3}}.items()) Expecting: [('x', 3), ('y', 2)] ok Trying: sorted({**{'x': 1}, **{'x': 3}, 'x': 4}.items()) Expecting: [('x', 4)] ok Trying: {**{}} Expecting: {} ok Trying: a = {} Expecting nothing ok Trying: {**a}[0] = 1 Expecting nothing ok Trying: a Expecting: {} ok Trying: {**1} Expecting: Traceback (most recent call last): ... TypeError: 'int' object is not a mapping ok Trying: {**[]} Expecting: Traceback (most recent call last): ... TypeError: 'list' object is not a mapping ok Trying: len(eval("{" + ", ".join("**{{{}: {}}}".format(i, i) for i in range(1000)) + "}")) Expecting: 1000 ok Trying: {0:1, **{0:2}, 0:3, 0:4} Expecting: {0: 4} ok Trying: a, b, c = [0, 1, 2], 3, 4 Expecting nothing ok Trying: [*a, b, c] Expecting: [0, 1, 2, 3, 4] ok Trying: l = [a, (3, 4), {5}, {6: None}, (i for i in range(7, 10))] Expecting nothing ok Trying: [*item for item in l] Expecting: Traceback (most recent call last): ... SyntaxError: iterable unpacking cannot be used in comprehension ok Trying: [*[0, 1] for i in range(10)] Expecting: Traceback (most recent call last): ... SyntaxError: iterable unpacking cannot be used in comprehension ok Trying: [*'a' for i in range(10)] Expecting: Traceback (most recent call last): ... SyntaxError: iterable unpacking cannot be used in comprehension ok Trying: [*[] for i in range(10)] Expecting: Traceback (most recent call last): ... SyntaxError: iterable unpacking cannot be used in comprehension ok Trying: list(*x for x in (range(5) for i in range(3))) Expecting: Traceback (most recent call last): ... list(*x for x in (range(5) for i in range(3))) ^ SyntaxError: invalid syntax ok Trying: dict(**x for x in [{1:2}]) Expecting: Traceback (most recent call last): ... dict(**x for x in [{1:2}]) ^ SyntaxError: invalid syntax ok Trying: print(*[1], *[2], 3) Expecting: 1 2 3 ok Trying: def f(x, y): print(x, y) Expecting nothing ok Trying: original_dict = {'x': 1} Expecting nothing ok Trying: f(**original_dict, y=2) Expecting: 1 2 ok Trying: original_dict Expecting: {'x': 1} ok Trying: from collections.abc import MutableMapping Expecting nothing ok Trying: class CrazyDict(MutableMapping): def __init__(self): self.d = {} def __iter__(self): for x in self.d.__iter__(): if x == 'c': self.d['z'] = 10 yield x def __getitem__(self, k): return self.d[k] def __len__(self): return len(self.d) def __setitem__(self, k, v): self.d[k] = v def __delitem__(self, k): del self.d[k] Expecting nothing ok Trying: d = CrazyDict() Expecting nothing ok Trying: d.d = {chr(ord('a') + x): x for x in range(5)} Expecting nothing ok Trying: e = {**d} Expecting: Traceback (most recent call last): ... RuntimeError: dictionary changed size during iteration ok Trying: d.d = {chr(ord('a') + x): x for x in range(5)} Expecting nothing ok Trying: def f(**kwargs): print(kwargs) Expecting nothing ok Trying: f(**d) Expecting: Traceback (most recent call last): ... RuntimeError: dictionary changed size during iteration ok Trying: f(x=5, **{'x': 3}, y=2) Expecting: Traceback (most recent call last): ... TypeError: f() got multiple values for keyword argument 'x' ok Trying: f(**{'x': 3}, x=5, y=2) Expecting: Traceback (most recent call last): ... TypeError: f() got multiple values for keyword argument 'x' ok Trying: f(**{'x': 3}, **{'x': 5}, y=2) Expecting: Traceback (most recent call last): ... TypeError: f() got multiple values for keyword argument 'x' ok Trying: f(x=5, **{'x': 3}, **{'x': 2}) Expecting: Traceback (most recent call last): ... TypeError: f() got multiple values for keyword argument 'x' ok Trying: f(**{1: 3}, **{1: 5}) Expecting: Traceback (most recent call last): ... TypeError: f() keywords must be strings ok Trying: a, *b = 7 Expecting: Traceback (most recent call last): ... TypeError: cannot unpack non-iterable int object ok Trying: a, *b, c, d, e = Seq() Expecting: Traceback (most recent call last): ... ValueError: not enough values to unpack (expected at least 4, got 3) ok Trying: a, b, c, d, *e = Seq() Expecting: Traceback (most recent call last): ... ValueError: not enough values to unpack (expected at least 4, got 3) ok Trying: class BozoError(Exception): pass Expecting nothing ok Trying: class BadSeq: def __getitem__(self, i): if i >= 0 and i < 3: return i elif i == 3: raise BozoError else: raise IndexError Expecting nothing ok Trying: a, *b, c, d, e = BadSeq() Expecting: Traceback (most recent call last): ... test.test_unpack_ex.BozoError ok Trying: a, *b, c, *d, e = range(10) # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: two starred expressions in assignment ok Trying: [*b, *c] = range(10) # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: two starred expressions in assignment ok Trying: *a = range(10) # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: starred assignment target must be in a list or tuple ok Trying: *a # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: can't use starred expression here ok Trying: *1 # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: can't use starred expression here ok Trying: x = *a # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: can't use starred expression here ok Trying: s = ", ".join("a%d" % i for i in range(1<<8)) + ", *rest = range(1<<8 + 1)" Expecting nothing ok Trying: compile(s, 'test', 'exec') # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: too many expressions in star-unpacking assignment ok Trying: s = ", ".join("a%d" % i for i in range(1<<8 + 1)) + ", *rest = range(1<<8 + 2)" Expecting nothing ok Trying: compile(s, 'test', 'exec') # doctest:+ELLIPSIS Expecting: Traceback (most recent call last): ... SyntaxError: too many expressions in star-unpacking assignment ok 2 items had no tests: test.test_unpack_ex test.test_unpack_ex.test_main 1 items passed all tests: 85 tests in test.test_unpack_ex.__test__.doctests 85 tests in 3 items. 85 passed and 0 failed. Test passed. doctest (test.test_unpack_ex) ... 85 tests with zero failures 0:17:41 load avg: 1.07 [376/416] test_urllib PASS: test_converting_drive_letter (test.test_urllib.PathName2URLTests) PASS: test_converting_when_no_drive_letter (test.test_urllib.PathName2URLTests) PASS: test_long_drive_letter (test.test_urllib.PathName2URLTests) PASS: test_roundtrip_pathname2url (test.test_urllib.PathName2URLTests) PASS: test_simple_compare (test.test_urllib.PathName2URLTests) PASS: test_basic (test.test_urllib.Pathname_Tests) SKIP: test_ntpath (test.test_urllib.Pathname_Tests) 'test specific to the urllib.url2path function.' PASS: test_quoting (test.test_urllib.Pathname_Tests) PASS: test_getproxies_environment_keep_no_proxies (test.test_urllib.ProxyTests) PASS: test_proxy_bypass_environment_host_match (test.test_urllib.ProxyTests) PASS: test_proxy_cgi_ignore (test.test_urllib.ProxyTests) PASS: test_getproxies_environment_prefer_lowercase (test.test_urllib.ProxyTests_withOrderedEnv) PASS: test_default_quoting (test.test_urllib.QuotingTests) PASS: test_default_safe (test.test_urllib.QuotingTests) PASS: test_never_quote (test.test_urllib.QuotingTests) PASS: test_quote_bytes (test.test_urllib.QuotingTests) PASS: test_quote_plus_with_unicode (test.test_urllib.QuotingTests) PASS: test_quote_with_unicode (test.test_urllib.QuotingTests) PASS: test_quoting_plus (test.test_urllib.QuotingTests) PASS: test_quoting_space (test.test_urllib.QuotingTests) PASS: test_safe (test.test_urllib.QuotingTests) PASS: test_default_values (test.test_urllib.RequestTests) PASS: test_with_method_arg (test.test_urllib.RequestTests) PASS: test_converting_drive_letter (test.test_urllib.URL2PathNameTests) PASS: test_converting_when_no_drive_letter (test.test_urllib.URL2PathNameTests) PASS: test_non_ascii_drive_letter (test.test_urllib.URL2PathNameTests) PASS: test_roundtrip_url2pathname (test.test_urllib.URL2PathNameTests) PASS: test_simple_compare (test.test_urllib.URL2PathNameTests) PASS: test_local_file_open (test.test_urllib.URLopener_Tests) PASS: test_quoted_open (test.test_urllib.URLopener_Tests) PASS: test_unquote_to_bytes (test.test_urllib.UnquotingTests) PASS: test_unquote_with_unicode (test.test_urllib.UnquotingTests) PASS: test_unquoting (test.test_urllib.UnquotingTests) PASS: test_unquoting_badpercent (test.test_urllib.UnquotingTests) PASS: test_unquoting_mixed_case (test.test_urllib.UnquotingTests) PASS: test_unquoting_parts (test.test_urllib.UnquotingTests) PASS: test_unquoting_plus (test.test_urllib.UnquotingTests) test_thishost (test.test_urllib.Utility_Tests) PASS: Test the urllib.request.thishost utility function returns a tuple PASS: test_doseq (test.test_urllib.urlencode_Tests) PASS: test_empty_sequence (test.test_urllib.urlencode_Tests) PASS: test_nonstring_seq_values (test.test_urllib.urlencode_Tests) PASS: test_nonstring_values (test.test_urllib.urlencode_Tests) PASS: test_quoting (test.test_urllib.urlencode_Tests) PASS: test_urlencode_bytes (test.test_urllib.urlencode_Tests) PASS: test_urlencode_encoding (test.test_urllib.urlencode_Tests) PASS: test_urlencode_encoding_doseq (test.test_urllib.urlencode_Tests) PASS: test_urlencode_encoding_safe_parameter (test.test_urllib.urlencode_Tests) PASS: test_using_mapping (test.test_urllib.urlencode_Tests) PASS: test_using_sequence (test.test_urllib.urlencode_Tests) PASS: test_geturl (test.test_urllib.urlopen_DataTests) PASS: test_info (test.test_urllib.urlopen_DataTests) PASS: test_interface (test.test_urllib.urlopen_DataTests) PASS: test_invalid_base64_data (test.test_urllib.urlopen_DataTests) PASS: test_missing_comma (test.test_urllib.urlopen_DataTests) PASS: test_read_image (test.test_urllib.urlopen_DataTests) PASS: test_read_text (test.test_urllib.urlopen_DataTests) PASS: test_read_text_base64 (test.test_urllib.urlopen_DataTests) PASS: test_close (test.test_urllib.urlopen_FileTests) PASS: test_fileno (test.test_urllib.urlopen_FileTests) PASS: test_getcode (test.test_urllib.urlopen_FileTests) PASS: test_geturl (test.test_urllib.urlopen_FileTests) PASS: test_info (test.test_urllib.urlopen_FileTests) PASS: test_interface (test.test_urllib.urlopen_FileTests) PASS: test_iter (test.test_urllib.urlopen_FileTests) PASS: test_read (test.test_urllib.urlopen_FileTests) PASS: test_readline (test.test_urllib.urlopen_FileTests) PASS: test_readlines (test.test_urllib.urlopen_FileTests) PASS: test_relativelocalfile (test.test_urllib.urlopen_FileTests) PASS: test_URLopener_deprecation (test.test_urllib.urlopen_HttpTests) PASS: test_cafile_and_context (test.test_urllib.urlopen_HttpTests) PASS: test_empty_socket (test.test_urllib.urlopen_HttpTests) PASS: test_file_notexists (test.test_urllib.urlopen_HttpTests) PASS: test_ftp_cache_pruning (test.test_urllib.urlopen_HttpTests) PASS: test_ftp_nohost (test.test_urllib.urlopen_HttpTests) PASS: test_ftp_nonexisting (test.test_urllib.urlopen_HttpTests) PASS: test_invalid_redirect (test.test_urllib.urlopen_HttpTests) PASS: test_missing_localfile (test.test_urllib.urlopen_HttpTests) PASS: test_read_0_9 (test.test_urllib.urlopen_HttpTests) PASS: test_read_1_0 (test.test_urllib.urlopen_HttpTests) PASS: test_read_1_1 (test.test_urllib.urlopen_HttpTests) PASS: test_read_bogus (test.test_urllib.urlopen_HttpTests) PASS: test_redirect_limit_independent (test.test_urllib.urlopen_HttpTests) PASS: test_url_fragment (test.test_urllib.urlopen_HttpTests) PASS: test_url_with_control_char_rejected (test.test_urllib.urlopen_HttpTests) PASS: test_url_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests) PASS: test_userpass_inurl (test.test_urllib.urlopen_HttpTests) PASS: test_userpass_inurl_w_spaces (test.test_urllib.urlopen_HttpTests) PASS: test_willclose (test.test_urllib.urlopen_HttpTests) PASS: test_basic (test.test_urllib.urlretrieve_FileTests) PASS: test_copy (test.test_urllib.urlretrieve_FileTests) PASS: test_reporthook (test.test_urllib.urlretrieve_FileTests) PASS: test_reporthook_0_bytes (test.test_urllib.urlretrieve_FileTests) PASS: test_reporthook_5_bytes (test.test_urllib.urlretrieve_FileTests) PASS: test_reporthook_8193_bytes (test.test_urllib.urlretrieve_FileTests) PASS: test_short_content_raises_ContentTooShortError (test.test_urllib.urlretrieve_HttpTests) PASS: test_short_content_raises_ContentTooShortError_without_reporthook (test.test_urllib.urlretrieve_HttpTests) ---------------------------------------------------------------------- Ran 96 tests in 0.072s OK (skipped=1) 0:17:41 load avg: 1.07 [377/416] test_urllib2 PASS: test_basic_and_digest_auth_handlers (test.test_urllib2.HandlerTests) PASS: test_basic_auth (test.test_urllib2.HandlerTests) PASS: test_basic_auth_with_single_quoted_realm (test.test_urllib2.HandlerTests) PASS: test_basic_auth_with_unquoted_realm (test.test_urllib2.HandlerTests) PASS: test_basic_prior_auth_auto_send (test.test_urllib2.HandlerTests) PASS: test_basic_prior_auth_send_after_first_success (test.test_urllib2.HandlerTests) PASS: test_cookie_redirect (test.test_urllib2.HandlerTests) PASS: test_cookies (test.test_urllib2.HandlerTests) PASS: test_errors (test.test_urllib2.HandlerTests) PASS: test_file (test.test_urllib2.HandlerTests) PASS: test_fixpath_in_weirdurls (test.test_urllib2.HandlerTests) PASS: test_ftp (test.test_urllib2.HandlerTests) PASS: test_full_url_deleter (test.test_urllib2.HandlerTests) PASS: test_full_url_setter (test.test_urllib2.HandlerTests) PASS: test_http (test.test_urllib2.HandlerTests) PASS: test_http_body_array (test.test_urllib2.HandlerTests) PASS: test_http_body_empty_seq (test.test_urllib2.HandlerTests) PASS: test_http_body_file (test.test_urllib2.HandlerTests) PASS: test_http_body_fileobj (test.test_urllib2.HandlerTests) PASS: test_http_body_iterable (test.test_urllib2.HandlerTests) PASS: test_http_body_pipe (test.test_urllib2.HandlerTests) test_http_closed (test.test_urllib2.HandlerTests) PASS: Test the connection is cleaned up when the response is closed PASS: test_http_doubleslash (test.test_urllib2.HandlerTests) PASS: test_http_handler_debuglevel (test.test_urllib2.HandlerTests) test_invalid_closed (test.test_urllib2.HandlerTests) PASS: Test the connection is cleaned up after an invalid response PASS: test_invalid_redirect (test.test_urllib2.HandlerTests) SKIP: test_osx_proxy_bypass (test.test_urllib2.HandlerTests) 'only relevant for OSX' PASS: test_proxy (test.test_urllib2.HandlerTests) PASS: test_proxy_basic_auth (test.test_urllib2.HandlerTests) PASS: test_proxy_https (test.test_urllib2.HandlerTests) PASS: test_proxy_https_proxy_authorization (test.test_urllib2.HandlerTests) PASS: test_proxy_no_proxy (test.test_urllib2.HandlerTests) PASS: test_proxy_no_proxy_all (test.test_urllib2.HandlerTests) PASS: test_redirect (test.test_urllib2.HandlerTests) PASS: test_redirect_encoding (test.test_urllib2.HandlerTests) PASS: test_redirect_fragment (test.test_urllib2.HandlerTests) PASS: test_redirect_no_path (test.test_urllib2.HandlerTests) PASS: test_relative_redirect (test.test_urllib2.HandlerTests) PASS: test_unsupported_auth_basic_handler (test.test_urllib2.HandlerTests) PASS: test_unsupported_auth_digest_handler (test.test_urllib2.HandlerTests) PASS: test_HTTPError_interface (test.test_urllib2.MiscTests) PASS: test_build_opener (test.test_urllib2.MiscTests) SKIP: test_issue16464 (test.test_urllib2.MiscTests) 'test requires network access' PASS: test_parse_proxy (test.test_urllib2.MiscTests) PASS: test_unsupported_algorithm (test.test_urllib2.MiscTests) PASS: test_add_non_handler (test.test_urllib2.OpenerDirectorTests) PASS: test_badly_named_methods (test.test_urllib2.OpenerDirectorTests) PASS: test_handled (test.test_urllib2.OpenerDirectorTests) PASS: test_handler_order (test.test_urllib2.OpenerDirectorTests) PASS: test_http_error (test.test_urllib2.OpenerDirectorTests) PASS: test_processors (test.test_urllib2.OpenerDirectorTests) PASS: test_raise (test.test_urllib2.OpenerDirectorTests) PASS: test_password_manager (test.test_urllib2.RequestHdrsTests) PASS: test_password_manager_default_port (test.test_urllib2.RequestHdrsTests) PASS: test_request_headers_dict (test.test_urllib2.RequestHdrsTests) PASS: test_request_headers_methods (test.test_urllib2.RequestHdrsTests) PASS: test_data (test.test_urllib2.RequestTests) PASS: test_deleting_data_should_remove_content_length (test.test_urllib2.RequestTests) PASS: test_get_full_url (test.test_urllib2.RequestTests) PASS: test_get_host (test.test_urllib2.RequestTests) PASS: test_get_host_unquote (test.test_urllib2.RequestTests) PASS: test_get_type (test.test_urllib2.RequestTests) PASS: test_method (test.test_urllib2.RequestTests) PASS: test_proxy (test.test_urllib2.RequestTests) PASS: test_selector (test.test_urllib2.RequestTests) PASS: test_setting_data_should_remove_content_length (test.test_urllib2.RequestTests) PASS: test_url_fragment (test.test_urllib2.RequestTests) PASS: test_url_fullurl_get_full_url (test.test_urllib2.RequestTests) PASS: test_wrapped_url (test.test_urllib2.RequestTests) PASS: test_URLError_reasonstr (test.test_urllib2.TrivialTests) PASS: test___all__ (test.test_urllib2.TrivialTests) PASS: test_parse_http_list (test.test_urllib2.TrivialTests) PASS: test_trivial (test.test_urllib2.TrivialTests) ---------------------------------------------------------------------- Ran 73 tests in 20.178s OK (skipped=2) 0:18:02 load avg: 1.05 [378/416] test_urllib2_localnet PASS: test_basic_auth_httperror (test.test_urllib2_localnet.BasicAuthTests) PASS: test_basic_auth_success (test.test_urllib2_localnet.BasicAuthTests) PASS: test_proxy_qop_auth_int_works_or_throws_urlerror (test.test_urllib2_localnet.ProxyAuthTests) PASS: test_proxy_qop_auth_works (test.test_urllib2_localnet.ProxyAuthTests) PASS: test_proxy_with_bad_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests) PASS: test_proxy_with_no_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests) PASS: test_200 (test.test_urllib2_localnet.TestUrlopen) PASS: test_200_with_parameters (test.test_urllib2_localnet.TestUrlopen) PASS: test_404 (test.test_urllib2_localnet.TestUrlopen) PASS: test_basic (test.test_urllib2_localnet.TestUrlopen) PASS: test_chunked (test.test_urllib2_localnet.TestUrlopen) PASS: test_geturl (test.test_urllib2_localnet.TestUrlopen) test_https (test.test_urllib2_localnet.TestUrlopen) ... stopping HTTPS server joining HTTPS thread ok test_https_sni (test.test_urllib2_localnet.TestUrlopen) ... stopping HTTPS server joining HTTPS thread ok test_https_with_cadefault (test.test_urllib2_localnet.TestUrlopen) ... stopping HTTPS server joining HTTPS thread ok test_https_with_cafile (test.test_urllib2_localnet.TestUrlopen) ... stopping HTTPS server joining HTTPS thread stopping HTTPS server joining HTTPS thread ok PASS: test_info (test.test_urllib2_localnet.TestUrlopen) PASS: test_iteration (test.test_urllib2_localnet.TestUrlopen) PASS: test_line_iteration (test.test_urllib2_localnet.TestUrlopen) PASS: test_redirection (test.test_urllib2_localnet.TestUrlopen) PASS: test_sending_headers (test.test_urllib2_localnet.TestUrlopen) ---------------------------------------------------------------------- Ran 21 tests in 0.144s OK 0:18:03 load avg: 1.05 [379/416] test_urllib2net Got an error: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1076) Got an error: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1076) Got an error: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1076) test_urllib2net skipped -- Use of the 'network' resource not enabled 0:18:03 load avg: 1.05 [380/416] test_urllib_response -- test_urllib2net skipped (resource denied) PASS: test_addclosehook (test.test_urllib_response.TestResponse) PASS: test_addinfo (test.test_urllib_response.TestResponse) PASS: test_addinfourl (test.test_urllib_response.TestResponse) PASS: test_with (test.test_urllib_response.TestResponse) ---------------------------------------------------------------------- Ran 4 tests in 0.001s OK 0:18:03 load avg: 1.05 [381/416] test_urllibnet test_urllibnet skipped -- Use of the 'network' resource not enabled 0:18:04 load avg: 1.05 [382/416] test_urlparse -- test_urllibnet skipped (resource denied) PASS: test_Quoter_repr (test.test_urlparse.UrlParseTestCase) PASS: test_RFC1808 (test.test_urlparse.UrlParseTestCase) PASS: test_RFC2368 (test.test_urlparse.UrlParseTestCase) PASS: test_RFC2396 (test.test_urlparse.UrlParseTestCase) PASS: test_RFC2732 (test.test_urlparse.UrlParseTestCase) PASS: test_RFC3986 (test.test_urlparse.UrlParseTestCase) PASS: test_all (test.test_urlparse.UrlParseTestCase) PASS: test_anyscheme (test.test_urlparse.UrlParseTestCase) test_attributes_bad_port (test.test_urlparse.UrlParseTestCase) PASS: Check handling of invalid ports. PASS: test_attributes_without_netloc (test.test_urlparse.UrlParseTestCase) PASS: test_default_scheme (test.test_urlparse.UrlParseTestCase) PASS: test_http_roundtrips (test.test_urlparse.UrlParseTestCase) PASS: test_issue14072 (test.test_urlparse.UrlParseTestCase) PASS: test_mixed_types_rejected (test.test_urlparse.UrlParseTestCase) PASS: test_noslash (test.test_urlparse.UrlParseTestCase) PASS: test_parse_fragments (test.test_urlparse.UrlParseTestCase) PASS: test_parse_qs_encoding (test.test_urlparse.UrlParseTestCase) PASS: test_parse_qsl_encoding (test.test_urlparse.UrlParseTestCase) PASS: test_parse_qsl_max_num_fields (test.test_urlparse.UrlParseTestCase) PASS: test_portseparator (test.test_urlparse.UrlParseTestCase) PASS: test_qs (test.test_urlparse.UrlParseTestCase) PASS: test_qsl (test.test_urlparse.UrlParseTestCase) PASS: test_quote_errors (test.test_urlparse.UrlParseTestCase) PASS: test_quote_from_bytes (test.test_urlparse.UrlParseTestCase) PASS: test_result_pairs (test.test_urlparse.UrlParseTestCase) PASS: test_roundtrips (test.test_urlparse.UrlParseTestCase) PASS: test_telurl_params (test.test_urlparse.UrlParseTestCase) PASS: test_unparse_parse (test.test_urlparse.UrlParseTestCase) PASS: test_unquote_to_bytes (test.test_urlparse.UrlParseTestCase) PASS: test_urldefrag (test.test_urlparse.UrlParseTestCase) PASS: test_urlencode_quote_via (test.test_urlparse.UrlParseTestCase) PASS: test_urlencode_sequences (test.test_urlparse.UrlParseTestCase) PASS: test_urljoins (test.test_urlparse.UrlParseTestCase) PASS: test_urlsplit_attributes (test.test_urlparse.UrlParseTestCase) PASS: test_urlsplit_normalization (test.test_urlparse.UrlParseTestCase) PASS: test_urlsplit_scoped_IPv6 (test.test_urlparse.UrlParseTestCase) PASS: test_usingsys (test.test_urlparse.UrlParseTestCase) PASS: test_withoutscheme (test.test_urlparse.UrlParseTestCase) PASS: test_splitattr (test.test_urlparse.Utility_Tests) PASS: test_splithost (test.test_urlparse.Utility_Tests) PASS: test_splitnport (test.test_urlparse.Utility_Tests) PASS: test_splitpasswd (test.test_urlparse.Utility_Tests) PASS: test_splitport (test.test_urlparse.Utility_Tests) PASS: test_splitquery (test.test_urlparse.Utility_Tests) PASS: test_splittag (test.test_urlparse.Utility_Tests) PASS: test_splittype (test.test_urlparse.Utility_Tests) PASS: test_splituser (test.test_urlparse.Utility_Tests) PASS: test_splitvalue (test.test_urlparse.Utility_Tests) PASS: test_to_bytes (test.test_urlparse.Utility_Tests) PASS: test_unwrap (test.test_urlparse.Utility_Tests) ---------------------------------------------------------------------- Ran 50 tests in 0.679s OK 0:18:05 load avg: 1.04 [383/416] test_userdict PASS: test_all (test.test_userdict.UserDictTest) PASS: test_bool (test.test_userdict.UserDictTest) PASS: test_clear (test.test_userdict.UserDictTest) PASS: test_constructor (test.test_userdict.UserDictTest) PASS: test_contains (test.test_userdict.UserDictTest) PASS: test_copy (test.test_userdict.UserDictTest) PASS: test_eq (test.test_userdict.UserDictTest) PASS: test_fromkeys (test.test_userdict.UserDictTest) PASS: test_get (test.test_userdict.UserDictTest) PASS: test_getitem (test.test_userdict.UserDictTest) PASS: test_init (test.test_userdict.UserDictTest) PASS: test_items (test.test_userdict.UserDictTest) PASS: test_keys (test.test_userdict.UserDictTest) PASS: test_len (test.test_userdict.UserDictTest) PASS: test_missing (test.test_userdict.UserDictTest) PASS: test_mutatingiteration (test.test_userdict.UserDictTest) PASS: test_pop (test.test_userdict.UserDictTest) PASS: test_popitem (test.test_userdict.UserDictTest) PASS: test_read (test.test_userdict.UserDictTest) PASS: test_repr (test.test_userdict.UserDictTest) PASS: test_repr_deep (test.test_userdict.UserDictTest) PASS: test_setdefault (test.test_userdict.UserDictTest) PASS: test_update (test.test_userdict.UserDictTest) PASS: test_values (test.test_userdict.UserDictTest) PASS: test_write (test.test_userdict.UserDictTest) ---------------------------------------------------------------------- Ran 25 tests in 0.078s OK 0:18:05 load avg: 1.04 [384/416] test_userlist PASS: test_add_specials (test.test_userlist.UserListTest) PASS: test_addmul (test.test_userlist.UserListTest) PASS: test_append (test.test_userlist.UserListTest) PASS: test_bigrepeat (test.test_userlist.UserListTest) PASS: test_clear (test.test_userlist.UserListTest) PASS: test_constructor_exception_handling (test.test_userlist.UserListTest) PASS: test_constructors (test.test_userlist.UserListTest) PASS: test_contains (test.test_userlist.UserListTest) PASS: test_contains_fake (test.test_userlist.UserListTest) PASS: test_contains_order (test.test_userlist.UserListTest) PASS: test_copy (test.test_userlist.UserListTest) PASS: test_count (test.test_userlist.UserListTest) PASS: test_delitem (test.test_userlist.UserListTest) PASS: test_delslice (test.test_userlist.UserListTest) PASS: test_exhausted_iterator (test.test_userlist.UserListTest) PASS: test_extend (test.test_userlist.UserListTest) PASS: test_extendedslicing (test.test_userlist.UserListTest) PASS: test_free_after_iterating (test.test_userlist.UserListTest) PASS: test_getitem (test.test_userlist.UserListTest) PASS: test_getitem_error (test.test_userlist.UserListTest) PASS: test_getitemoverwriteiter (test.test_userlist.UserListTest) PASS: test_getslice (test.test_userlist.UserListTest) PASS: test_iadd (test.test_userlist.UserListTest) PASS: test_imul (test.test_userlist.UserListTest) PASS: test_index (test.test_userlist.UserListTest) PASS: test_init (test.test_userlist.UserListTest) PASS: test_insert (test.test_userlist.UserListTest) PASS: test_len (test.test_userlist.UserListTest) PASS: test_minmax (test.test_userlist.UserListTest) PASS: test_mixedadd (test.test_userlist.UserListTest) PASS: test_mixedcmp (test.test_userlist.UserListTest) PASS: test_pickle (test.test_userlist.UserListTest) PASS: test_pop (test.test_userlist.UserListTest) PASS: test_print (test.test_userlist.UserListTest) PASS: test_radd_specials (test.test_userlist.UserListTest) PASS: test_remove (test.test_userlist.UserListTest) PASS: test_repeat (test.test_userlist.UserListTest) PASS: test_repr (test.test_userlist.UserListTest) PASS: test_repr_deep (test.test_userlist.UserListTest) PASS: test_reverse (test.test_userlist.UserListTest) PASS: test_reversed (test.test_userlist.UserListTest) PASS: test_set_subscript (test.test_userlist.UserListTest) PASS: test_setitem (test.test_userlist.UserListTest) PASS: test_setitem_error (test.test_userlist.UserListTest) PASS: test_setslice (test.test_userlist.UserListTest) PASS: test_slice (test.test_userlist.UserListTest) PASS: test_slice_type (test.test_userlist.UserListTest) PASS: test_sort (test.test_userlist.UserListTest) PASS: test_subscript (test.test_userlist.UserListTest) PASS: test_truth (test.test_userlist.UserListTest) PASS: test_userlist_copy (test.test_userlist.UserListTest) ---------------------------------------------------------------------- Ran 51 tests in 0.242s OK 0:18:06 load avg: 1.04 [385/416] test_userstring PASS: test___contains__ (test.test_userstring.UserStringTest) PASS: test_additional_rsplit (test.test_userstring.UserStringTest) PASS: test_additional_split (test.test_userstring.UserStringTest) PASS: test_capitalize (test.test_userstring.UserStringTest) PASS: test_capitalize_nonascii (test.test_userstring.UserStringTest) PASS: test_center (test.test_userstring.UserStringTest) PASS: test_count (test.test_userstring.UserStringTest) PASS: test_endswith (test.test_userstring.UserStringTest) PASS: test_expandtabs (test.test_userstring.UserStringTest) PASS: test_extended_getslice (test.test_userstring.UserStringTest) PASS: test_find (test.test_userstring.UserStringTest) PASS: test_find_etc_raise_correct_error_messages (test.test_userstring.UserStringTest) PASS: test_fixtype (test.test_userstring.UserStringTest) PASS: test_floatformatting (test.test_userstring.UserStringTest) PASS: test_formatting (test.test_userstring.UserStringTest) PASS: test_formatting_c_limits (test.test_userstring.UserStringTest) PASS: test_hash (test.test_userstring.UserStringTest) PASS: test_index (test.test_userstring.UserStringTest) PASS: test_inplace_rewrites (test.test_userstring.UserStringTest) PASS: test_isalnum (test.test_userstring.UserStringTest) PASS: test_isalpha (test.test_userstring.UserStringTest) PASS: test_isascii (test.test_userstring.UserStringTest) PASS: test_isdigit (test.test_userstring.UserStringTest) PASS: test_islower (test.test_userstring.UserStringTest) PASS: test_isspace (test.test_userstring.UserStringTest) PASS: test_istitle (test.test_userstring.UserStringTest) PASS: test_isupper (test.test_userstring.UserStringTest) PASS: test_join (test.test_userstring.UserStringTest) PASS: test_ljust (test.test_userstring.UserStringTest) PASS: test_lower (test.test_userstring.UserStringTest) PASS: test_mul (test.test_userstring.UserStringTest) PASS: test_none_arguments (test.test_userstring.UserStringTest) PASS: test_partition (test.test_userstring.UserStringTest) PASS: test_replace (test.test_userstring.UserStringTest) SKIP: test_replace_overflow (test.test_userstring.UserStringTest) 'only applies to 32-bit platforms' PASS: test_rfind (test.test_userstring.UserStringTest) PASS: test_rindex (test.test_userstring.UserStringTest) PASS: test_rjust (test.test_userstring.UserStringTest) PASS: test_rpartition (test.test_userstring.UserStringTest) PASS: test_rsplit (test.test_userstring.UserStringTest) PASS: test_slice (test.test_userstring.UserStringTest) PASS: test_split (test.test_userstring.UserStringTest) PASS: test_splitlines (test.test_userstring.UserStringTest) PASS: test_startswith (test.test_userstring.UserStringTest) PASS: test_strip (test.test_userstring.UserStringTest) PASS: test_strip_whitespace (test.test_userstring.UserStringTest) PASS: test_subscript (test.test_userstring.UserStringTest) PASS: test_swapcase (test.test_userstring.UserStringTest) PASS: test_title (test.test_userstring.UserStringTest) PASS: test_upper (test.test_userstring.UserStringTest) PASS: test_zfill (test.test_userstring.UserStringTest) ---------------------------------------------------------------------- Ran 51 tests in 0.973s OK (skipped=1) 0:18:07 load avg: 1.04 [386/416] test_utf8_mode PASS: test_cmd_line (test.test_utf8_mode.UTF8ModeTests) PASS: test_env_var (test.test_utf8_mode.UTF8ModeTests) PASS: test_filesystemencoding (test.test_utf8_mode.UTF8ModeTests) PASS: test_io (test.test_utf8_mode.UTF8ModeTests) PASS: test_io_encoding (test.test_utf8_mode.UTF8ModeTests) PASS: test_locale_getpreferredencoding (test.test_utf8_mode.UTF8ModeTests) PASS: test_optim_level (test.test_utf8_mode.UTF8ModeTests) PASS: test_posix_locale (test.test_utf8_mode.UTF8ModeTests) PASS: test_stdio (test.test_utf8_mode.UTF8ModeTests) PASS: test_xoption (test.test_utf8_mode.UTF8ModeTests) ---------------------------------------------------------------------- Ran 10 tests in 0.583s OK 0:18:09 load avg: 1.04 [387/416] test_utf8source PASS: test_latin1 (test.test_utf8source.BuiltinCompileTests) PASS: test_badsyntax (test.test_utf8source.PEP3120Test) PASS: test_pep3120 (test.test_utf8source.PEP3120Test) ---------------------------------------------------------------------- Ran 3 tests in 0.001s OK 0:18:09 load avg: 1.04 [388/416] test_uu PASS: test_decode (test.test_uu.UUFileTest) PASS: test_decode_filename (test.test_uu.UUFileTest) PASS: test_decode_mode (test.test_uu.UUFileTest) PASS: test_decodetwice (test.test_uu.UUFileTest) PASS: test_encode (test.test_uu.UUFileTest) PASS: test_decode (test.test_uu.UUStdIOTest) PASS: test_encode (test.test_uu.UUStdIOTest) PASS: test_decode (test.test_uu.UUTest) PASS: test_encode (test.test_uu.UUTest) PASS: test_garbage_padding (test.test_uu.UUTest) PASS: test_missingbegin (test.test_uu.UUTest) PASS: test_truncatedinput (test.test_uu.UUTest) ---------------------------------------------------------------------- Ran 12 tests in 0.004s OK 0:18:09 load avg: 1.04 [389/416] test_uuid SKIP: test_arp_getnode (test.test_uuid.TestInternalsWithExtModule) 'requires arp' PASS: test_find_mac (test.test_uuid.TestInternalsWithExtModule) PASS: test_ifconfig_getnode (test.test_uuid.TestInternalsWithExtModule) PASS: test_ip_getnode (test.test_uuid.TestInternalsWithExtModule) SKIP: test_ipconfig_getnode (test.test_uuid.TestInternalsWithExtModule) 'requires Windows' SKIP: test_lanscan_getnode (test.test_uuid.TestInternalsWithExtModule) 'requires lanscan' SKIP: test_netbios_getnode (test.test_uuid.TestInternalsWithExtModule) 'requires win32wnet' SKIP: test_netstat_getnode (test.test_uuid.TestInternalsWithExtModule) 'requires netstat' PASS: test_random_getnode (test.test_uuid.TestInternalsWithExtModule) PASS: test_unix_getnode (test.test_uuid.TestInternalsWithExtModule) SKIP: test_windll_getnode (test.test_uuid.TestInternalsWithExtModule) 'requires Windows' SKIP: test_arp_getnode (test.test_uuid.TestInternalsWithoutExtModule) 'requires arp' PASS: test_find_mac (test.test_uuid.TestInternalsWithoutExtModule) PASS: test_ifconfig_getnode (test.test_uuid.TestInternalsWithoutExtModule) PASS: test_ip_getnode (test.test_uuid.TestInternalsWithoutExtModule) SKIP: test_ipconfig_getnode (test.test_uuid.TestInternalsWithoutExtModule) 'requires Windows' SKIP: test_lanscan_getnode (test.test_uuid.TestInternalsWithoutExtModule) 'requires lanscan' SKIP: test_netbios_getnode (test.test_uuid.TestInternalsWithoutExtModule) 'requires win32wnet' SKIP: test_netstat_getnode (test.test_uuid.TestInternalsWithoutExtModule) 'requires netstat' PASS: test_random_getnode (test.test_uuid.TestInternalsWithoutExtModule) PASS: test_unix_getnode (test.test_uuid.TestInternalsWithoutExtModule) SKIP: test_windll_getnode (test.test_uuid.TestInternalsWithoutExtModule) 'requires Windows' PASS: testIssue8621 (test.test_uuid.TestUUIDWithExtModule) PASS: test_UUID (test.test_uuid.TestUUIDWithExtModule) PASS: test_exceptions (test.test_uuid.TestUUIDWithExtModule) PASS: test_getnode (test.test_uuid.TestUUIDWithExtModule) PASS: test_pickle_roundtrip (test.test_uuid.TestUUIDWithExtModule) PASS: test_unpickle_previous_python_versions (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid1 (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid1_bogus_return_value (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid1_eui64 (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid1_is_safe (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid1_is_unsafe (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid1_safe (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid1_unknown (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid3 (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid4 (test.test_uuid.TestUUIDWithExtModule) PASS: test_uuid5 (test.test_uuid.TestUUIDWithExtModule) PASS: testIssue8621 (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_UUID (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_exceptions (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_getnode (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_pickle_roundtrip (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_unpickle_previous_python_versions (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_uuid1 (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_uuid1_bogus_return_value (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_uuid1_eui64 (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_uuid1_is_safe (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_uuid1_is_unsafe (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_uuid1_safe (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_uuid1_unknown (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_uuid3 (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_uuid4 (test.test_uuid.TestUUIDWithoutExtModule) PASS: test_uuid5 (test.test_uuid.TestUUIDWithoutExtModule) ---------------------------------------------------------------------- Ran 54 tests in 0.141s OK (skipped=12) 0:18:10 load avg: 1.04 [390/416] test_venv PASS: test_defaults (test.test_venv.BasicTest) PASS: test_executable (test.test_venv.BasicTest) PASS: test_executable_symlinks (test.test_venv.BasicTest) PASS: test_isolation (test.test_venv.BasicTest) PASS: test_multiprocessing (test.test_venv.BasicTest) PASS: test_overwrite_existing (test.test_venv.BasicTest) PASS: test_prefixes (test.test_venv.BasicTest) PASS: test_prompt (test.test_venv.BasicTest) PASS: test_symlinking (test.test_venv.BasicTest) SKIP: test_unicode_in_batch_file (test.test_venv.BasicTest) 'only relevant on Windows' PASS: test_unoverwritable_fails (test.test_venv.BasicTest) PASS: test_upgrade (test.test_venv.BasicTest) PASS: test_devnull (test.test_venv.EnsurePipTest) PASS: test_explicit_no_pip (test.test_venv.EnsurePipTest) PASS: test_no_pip_by_default (test.test_venv.EnsurePipTest) PASS: test_with_pip (test.test_venv.EnsurePipTest) ---------------------------------------------------------------------- Ran 16 tests in 6.600s OK (skipped=1) 0:18:17 load avg: 1.04 [391/416] test_wait3 PASS: test_wait (test.fork_wait.ForkWait) PASS: test_wait (test.test_wait3.Wait3Test) ---------------------------------------------------------------------- Ran 2 tests in 6.023s OK 0:18:24 load avg: 0.95 [392/416] test_wait4 PASS: test_wait (test.fork_wait.ForkWait) PASS: test_wait (test.test_wait4.Wait4Test) ---------------------------------------------------------------------- Ran 2 tests in 6.023s OK 0:18:30 load avg: 0.89 [393/416] test_warnings PASS: test_issue_8766 (test.test_warnings.BootstrapTest) PASS: test_catch_warnings_defaults (test.test_warnings.CCatchWarningTests) PASS: test_catch_warnings_recording (test.test_warnings.CCatchWarningTests) PASS: test_catch_warnings_reentry_guard (test.test_warnings.CCatchWarningTests) PASS: test_catch_warnings_restore (test.test_warnings.CCatchWarningTests) PASS: test_check_warnings (test.test_warnings.CCatchWarningTests) PASS: test_record_override_showwarning_before (test.test_warnings.CCatchWarningTests) PASS: test_record_override_showwarning_inside (test.test_warnings.CCatchWarningTests) PASS: test_comma_separated_warnings (test.test_warnings.CEnvironmentVariableTests) PASS: test_conflicting_envvar_and_command_line (test.test_warnings.CEnvironmentVariableTests) PASS: test_default_filter_configuration (test.test_warnings.CEnvironmentVariableTests) PASS: test_envvar_and_command_line (test.test_warnings.CEnvironmentVariableTests) PASS: test_nonascii (test.test_warnings.CEnvironmentVariableTests) PASS: test_single_warning (test.test_warnings.CEnvironmentVariableTests) PASS: test_always (test.test_warnings.CFilterTests) PASS: test_always_after_default (test.test_warnings.CFilterTests) PASS: test_append_duplicate (test.test_warnings.CFilterTests) PASS: test_default (test.test_warnings.CFilterTests) PASS: test_error (test.test_warnings.CFilterTests) PASS: test_error_after_default (test.test_warnings.CFilterTests) PASS: test_filterwarnings (test.test_warnings.CFilterTests) PASS: test_filterwarnings_duplicate_filters (test.test_warnings.CFilterTests) PASS: test_ignore (test.test_warnings.CFilterTests) PASS: test_ignore_after_default (test.test_warnings.CFilterTests) PASS: test_inheritance (test.test_warnings.CFilterTests) PASS: test_message_matching (test.test_warnings.CFilterTests) PASS: test_module (test.test_warnings.CFilterTests) PASS: test_module_globals (test.test_warnings.CFilterTests) PASS: test_mutate_filter_list (test.test_warnings.CFilterTests) PASS: test_once (test.test_warnings.CFilterTests) PASS: test_ordering (test.test_warnings.CFilterTests) PASS: test_simplefilter_duplicate_filters (test.test_warnings.CFilterTests) PASS: test_module_all_attribute (test.test_warnings.CPublicAPITests) PASS: test_improper_input (test.test_warnings.CWCmdLineTests) PASS: test_accelerated (test.test_warnings.CWarnTests) PASS: test_bad_str (test.test_warnings.CWarnTests) PASS: test_filename (test.test_warnings.CWarnTests) PASS: test_message (test.test_warnings.CWarnTests) PASS: test_missing_filename_main_with_argv (test.test_warnings.CWarnTests) PASS: test_missing_filename_main_with_argv_empty_string (test.test_warnings.CWarnTests) PASS: test_missing_filename_main_without_argv (test.test_warnings.CWarnTests) PASS: test_missing_filename_not_main (test.test_warnings.CWarnTests) PASS: test_stacklevel (test.test_warnings.CWarnTests) PASS: test_stacklevel_import (test.test_warnings.CWarnTests) PASS: test_warn_explicit_non_ascii_filename (test.test_warnings.CWarnTests) PASS: test_warn_explicit_type_errors (test.test_warnings.CWarnTests) PASS: test_warn_nonstandard_types (test.test_warnings.CWarnTests) PASS: test_warning_classes (test.test_warnings.CWarnTests) PASS: test_formatwarning (test.test_warnings.CWarningsDisplayTests) PASS: test_formatwarning_override (test.test_warnings.CWarningsDisplayTests) PASS: test_showwarning (test.test_warnings.CWarningsDisplayTests) PASS: test_finalization (test.test_warnings.FinalizationTest) PASS: test_late_resource_warning (test.test_warnings.FinalizationTest) PASS: test_catch_warnings_defaults (test.test_warnings.PyCatchWarningTests) PASS: test_catch_warnings_recording (test.test_warnings.PyCatchWarningTests) PASS: test_catch_warnings_reentry_guard (test.test_warnings.PyCatchWarningTests) PASS: test_catch_warnings_restore (test.test_warnings.PyCatchWarningTests) PASS: test_check_warnings (test.test_warnings.PyCatchWarningTests) PASS: test_record_override_showwarning_before (test.test_warnings.PyCatchWarningTests) PASS: test_record_override_showwarning_inside (test.test_warnings.PyCatchWarningTests) PASS: test_comma_separated_warnings (test.test_warnings.PyEnvironmentVariableTests) PASS: test_conflicting_envvar_and_command_line (test.test_warnings.PyEnvironmentVariableTests) PASS: test_default_filter_configuration (test.test_warnings.PyEnvironmentVariableTests) PASS: test_envvar_and_command_line (test.test_warnings.PyEnvironmentVariableTests) PASS: test_nonascii (test.test_warnings.PyEnvironmentVariableTests) PASS: test_single_warning (test.test_warnings.PyEnvironmentVariableTests) PASS: test_always (test.test_warnings.PyFilterTests) PASS: test_always_after_default (test.test_warnings.PyFilterTests) PASS: test_append_duplicate (test.test_warnings.PyFilterTests) PASS: test_default (test.test_warnings.PyFilterTests) PASS: test_error (test.test_warnings.PyFilterTests) PASS: test_error_after_default (test.test_warnings.PyFilterTests) PASS: test_filterwarnings (test.test_warnings.PyFilterTests) PASS: test_filterwarnings_duplicate_filters (test.test_warnings.PyFilterTests) PASS: test_ignore (test.test_warnings.PyFilterTests) PASS: test_ignore_after_default (test.test_warnings.PyFilterTests) PASS: test_inheritance (test.test_warnings.PyFilterTests) PASS: test_message_matching (test.test_warnings.PyFilterTests) PASS: test_module (test.test_warnings.PyFilterTests) PASS: test_module_globals (test.test_warnings.PyFilterTests) PASS: test_mutate_filter_list (test.test_warnings.PyFilterTests) PASS: test_once (test.test_warnings.PyFilterTests) PASS: test_ordering (test.test_warnings.PyFilterTests) PASS: test_simplefilter_duplicate_filters (test.test_warnings.PyFilterTests) PASS: test_module_all_attribute (test.test_warnings.PyPublicAPITests) PASS: test_improper_input (test.test_warnings.PyWCmdLineTests) PASS: test_improper_option (test.test_warnings.PyWCmdLineTests) PASS: test_warnings_bootstrap (test.test_warnings.PyWCmdLineTests) PASS: test_bad_str (test.test_warnings.PyWarnTests) PASS: test_filename (test.test_warnings.PyWarnTests) PASS: test_message (test.test_warnings.PyWarnTests) PASS: test_missing_filename_main_with_argv (test.test_warnings.PyWarnTests) PASS: test_missing_filename_main_with_argv_empty_string (test.test_warnings.PyWarnTests) PASS: test_missing_filename_main_without_argv (test.test_warnings.PyWarnTests) PASS: test_missing_filename_not_main (test.test_warnings.PyWarnTests) PASS: test_pure_python (test.test_warnings.PyWarnTests) PASS: test_stacklevel (test.test_warnings.PyWarnTests) PASS: test_stacklevel_import (test.test_warnings.PyWarnTests) PASS: test_warn_explicit_non_ascii_filename (test.test_warnings.PyWarnTests) PASS: test_warn_explicit_type_errors (test.test_warnings.PyWarnTests) PASS: test_warn_nonstandard_types (test.test_warnings.PyWarnTests) PASS: test_warning_classes (test.test_warnings.PyWarnTests) PASS: test_formatwarning (test.test_warnings.PyWarningsDisplayTests) PASS: test_formatwarning_override (test.test_warnings.PyWarningsDisplayTests) PASS: test_showwarning (test.test_warnings.PyWarningsDisplayTests) PASS: test_tracemalloc (test.test_warnings.PyWarningsDisplayTests) PASS: test_default_action (test.test_warnings._WarningsTests) PASS: test_filename_none (test.test_warnings._WarningsTests) PASS: test_filter (test.test_warnings._WarningsTests) PASS: test_issue31285 (test.test_warnings._WarningsTests) PASS: test_issue31411 (test.test_warnings._WarningsTests) PASS: test_issue31416 (test.test_warnings._WarningsTests) PASS: test_issue31566 (test.test_warnings._WarningsTests) PASS: test_onceregistry (test.test_warnings._WarningsTests) PASS: test_show_warning_output (test.test_warnings._WarningsTests) PASS: test_showwarning_missing (test.test_warnings._WarningsTests) PASS: test_showwarning_not_callable (test.test_warnings._WarningsTests) PASS: test_showwarnmsg_missing (test.test_warnings._WarningsTests) PASS: test_stderr_none (test.test_warnings._WarningsTests) ---------------------------------------------------------------------- Ran 119 tests in 0.670s OK 0:18:32 load avg: 0.89 [394/416] test_wave PASS: test__all__ (test.test_wave.MiscTestCase) PASS: test_openfp_deprecated (test.test_wave.MiscTestCase) PASS: test_read_no_chunks (test.test_wave.WaveLowLevelTest) PASS: test_read_no_data_chunk (test.test_wave.WaveLowLevelTest) PASS: test_read_no_fmt_chunk (test.test_wave.WaveLowLevelTest) PASS: test_read_no_fmt_no_data_chunk (test.test_wave.WaveLowLevelTest) PASS: test_read_no_riff_chunk (test.test_wave.WaveLowLevelTest) PASS: test_read_not_wave (test.test_wave.WaveLowLevelTest) PASS: test_read_wrong_form (test.test_wave.WaveLowLevelTest) PASS: test_read_wrong_number_of_channels (test.test_wave.WaveLowLevelTest) PASS: test_read_wrong_sample_width (test.test_wave.WaveLowLevelTest) PASS: test_close (test.test_wave.WavePCM16Test) PASS: test_context_manager_with_filename (test.test_wave.WavePCM16Test) PASS: test_context_manager_with_open_file (test.test_wave.WavePCM16Test) PASS: test_copy (test.test_wave.WavePCM16Test) PASS: test_incompleted_write (test.test_wave.WavePCM16Test) PASS: test_multiple_writes (test.test_wave.WavePCM16Test) PASS: test_overflowed_write (test.test_wave.WavePCM16Test) PASS: test_read (test.test_wave.WavePCM16Test) PASS: test_read_not_from_start (test.test_wave.WavePCM16Test) PASS: test_read_params (test.test_wave.WavePCM16Test) PASS: test_unseekable_incompleted_write (test.test_wave.WavePCM16Test) PASS: test_unseekable_overflowed_write (test.test_wave.WavePCM16Test) PASS: test_unseekable_read (test.test_wave.WavePCM16Test) PASS: test_unseekable_write (test.test_wave.WavePCM16Test) PASS: test_write (test.test_wave.WavePCM16Test) PASS: test_write_array (test.test_wave.WavePCM16Test) PASS: test_write_bytearray (test.test_wave.WavePCM16Test) PASS: test_write_context_manager_calls_close (test.test_wave.WavePCM16Test) PASS: test_write_memoryview (test.test_wave.WavePCM16Test) PASS: test_write_params (test.test_wave.WavePCM16Test) PASS: test_close (test.test_wave.WavePCM24Test) PASS: test_context_manager_with_filename (test.test_wave.WavePCM24Test) PASS: test_context_manager_with_open_file (test.test_wave.WavePCM24Test) PASS: test_copy (test.test_wave.WavePCM24Test) PASS: test_incompleted_write (test.test_wave.WavePCM24Test) PASS: test_multiple_writes (test.test_wave.WavePCM24Test) PASS: test_overflowed_write (test.test_wave.WavePCM24Test) PASS: test_read (test.test_wave.WavePCM24Test) PASS: test_read_not_from_start (test.test_wave.WavePCM24Test) PASS: test_read_params (test.test_wave.WavePCM24Test) PASS: test_unseekable_incompleted_write (test.test_wave.WavePCM24Test) PASS: test_unseekable_overflowed_write (test.test_wave.WavePCM24Test) PASS: test_unseekable_read (test.test_wave.WavePCM24Test) PASS: test_unseekable_write (test.test_wave.WavePCM24Test) PASS: test_write (test.test_wave.WavePCM24Test) PASS: test_write_array (test.test_wave.WavePCM24Test) PASS: test_write_bytearray (test.test_wave.WavePCM24Test) PASS: test_write_context_manager_calls_close (test.test_wave.WavePCM24Test) PASS: test_write_memoryview (test.test_wave.WavePCM24Test) PASS: test_write_params (test.test_wave.WavePCM24Test) PASS: test_close (test.test_wave.WavePCM32Test) PASS: test_context_manager_with_filename (test.test_wave.WavePCM32Test) PASS: test_context_manager_with_open_file (test.test_wave.WavePCM32Test) PASS: test_copy (test.test_wave.WavePCM32Test) PASS: test_incompleted_write (test.test_wave.WavePCM32Test) PASS: test_multiple_writes (test.test_wave.WavePCM32Test) PASS: test_overflowed_write (test.test_wave.WavePCM32Test) PASS: test_read (test.test_wave.WavePCM32Test) PASS: test_read_not_from_start (test.test_wave.WavePCM32Test) PASS: test_read_params (test.test_wave.WavePCM32Test) PASS: test_unseekable_incompleted_write (test.test_wave.WavePCM32Test) PASS: test_unseekable_overflowed_write (test.test_wave.WavePCM32Test) PASS: test_unseekable_read (test.test_wave.WavePCM32Test) PASS: test_unseekable_write (test.test_wave.WavePCM32Test) PASS: test_write (test.test_wave.WavePCM32Test) PASS: test_write_array (test.test_wave.WavePCM32Test) PASS: test_write_bytearray (test.test_wave.WavePCM32Test) PASS: test_write_context_manager_calls_close (test.test_wave.WavePCM32Test) PASS: test_write_memoryview (test.test_wave.WavePCM32Test) PASS: test_write_params (test.test_wave.WavePCM32Test) PASS: test_close (test.test_wave.WavePCM8Test) PASS: test_context_manager_with_filename (test.test_wave.WavePCM8Test) PASS: test_context_manager_with_open_file (test.test_wave.WavePCM8Test) PASS: test_copy (test.test_wave.WavePCM8Test) PASS: test_incompleted_write (test.test_wave.WavePCM8Test) PASS: test_multiple_writes (test.test_wave.WavePCM8Test) PASS: test_overflowed_write (test.test_wave.WavePCM8Test) PASS: test_read (test.test_wave.WavePCM8Test) PASS: test_read_not_from_start (test.test_wave.WavePCM8Test) PASS: test_read_params (test.test_wave.WavePCM8Test) PASS: test_unseekable_incompleted_write (test.test_wave.WavePCM8Test) PASS: test_unseekable_overflowed_write (test.test_wave.WavePCM8Test) PASS: test_unseekable_read (test.test_wave.WavePCM8Test) PASS: test_unseekable_write (test.test_wave.WavePCM8Test) PASS: test_write (test.test_wave.WavePCM8Test) PASS: test_write_array (test.test_wave.WavePCM8Test) PASS: test_write_bytearray (test.test_wave.WavePCM8Test) PASS: test_write_context_manager_calls_close (test.test_wave.WavePCM8Test) PASS: test_write_memoryview (test.test_wave.WavePCM8Test) PASS: test_write_params (test.test_wave.WavePCM8Test) ---------------------------------------------------------------------- Ran 91 tests in 0.047s OK 0:18:32 load avg: 0.89 [395/416] test_weakref PASS: test_basic_callback (test.test_weakref.ReferencesTestCase) PASS: test_basic_proxy (test.test_weakref.ReferencesTestCase) PASS: test_basic_ref (test.test_weakref.ReferencesTestCase) PASS: test_callable_proxy (test.test_weakref.ReferencesTestCase) PASS: test_callback_attribute (test.test_weakref.ReferencesTestCase) PASS: test_callback_attribute_after_deletion (test.test_weakref.ReferencesTestCase) PASS: test_callback_gcs (test.test_weakref.ReferencesTestCase) PASS: test_callback_in_cycle_1 (test.test_weakref.ReferencesTestCase) PASS: test_callback_in_cycle_2 (test.test_weakref.ReferencesTestCase) PASS: test_callback_in_cycle_3 (test.test_weakref.ReferencesTestCase) PASS: test_callback_in_cycle_4 (test.test_weakref.ReferencesTestCase) PASS: test_callback_in_cycle_resurrection (test.test_weakref.ReferencesTestCase) PASS: test_callbacks_on_callback (test.test_weakref.ReferencesTestCase) PASS: test_callbacks_protected (test.test_weakref.ReferencesTestCase) PASS: test_cfunction (test.test_weakref.ReferencesTestCase) PASS: test_classes (test.test_weakref.ReferencesTestCase) PASS: test_constructor_kwargs (test.test_weakref.ReferencesTestCase) PASS: test_equality (test.test_weakref.ReferencesTestCase) PASS: test_gc_during_proxy_creation (test.test_weakref.ReferencesTestCase) PASS: test_gc_during_ref_creation (test.test_weakref.ReferencesTestCase) PASS: test_getweakrefcount (test.test_weakref.ReferencesTestCase) PASS: test_getweakrefs (test.test_weakref.ReferencesTestCase) PASS: test_hashing (test.test_weakref.ReferencesTestCase) PASS: test_init (test.test_weakref.ReferencesTestCase) PASS: test_multiple_callbacks (test.test_weakref.ReferencesTestCase) PASS: test_multiple_selfref_callbacks (test.test_weakref.ReferencesTestCase) PASS: test_newstyle_number_ops (test.test_weakref.ReferencesTestCase) PASS: test_ordering (test.test_weakref.ReferencesTestCase) PASS: test_proxy_bool (test.test_weakref.ReferencesTestCase) PASS: test_proxy_deletion (test.test_weakref.ReferencesTestCase) PASS: test_proxy_div (test.test_weakref.ReferencesTestCase) PASS: test_proxy_index (test.test_weakref.ReferencesTestCase) PASS: test_proxy_ref (test.test_weakref.ReferencesTestCase) PASS: test_proxy_reuse (test.test_weakref.ReferencesTestCase) PASS: test_proxy_unicode (test.test_weakref.ReferencesTestCase) PASS: test_ref_created_during_del (test.test_weakref.ReferencesTestCase) PASS: test_ref_reuse (test.test_weakref.ReferencesTestCase) PASS: test_set_callback_attribute (test.test_weakref.ReferencesTestCase) PASS: test_sf_bug_840829 (test.test_weakref.ReferencesTestCase) PASS: test_shared_proxy_without_callback (test.test_weakref.ReferencesTestCase) PASS: test_shared_ref_without_callback (test.test_weakref.ReferencesTestCase) PASS: test_trashcan_16602 (test.test_weakref.ReferencesTestCase) PASS: test_alive (test.test_weakref.WeakMethodTestCase) PASS: test_callback_when_method_dead (test.test_weakref.WeakMethodTestCase) PASS: test_callback_when_object_dead (test.test_weakref.WeakMethodTestCase) PASS: test_equality (test.test_weakref.WeakMethodTestCase) PASS: test_hashing (test.test_weakref.WeakMethodTestCase) PASS: test_method_dead (test.test_weakref.WeakMethodTestCase) PASS: test_no_cycles (test.test_weakref.WeakMethodTestCase) PASS: test_object_dead (test.test_weakref.WeakMethodTestCase) PASS: test_make_weak_keyed_dict_from_dict (test.test_weakref.MappingTestCase) PASS: test_make_weak_keyed_dict_from_weak_keyed_dict (test.test_weakref.MappingTestCase) PASS: test_make_weak_keyed_dict_repr (test.test_weakref.MappingTestCase) PASS: test_make_weak_valued_dict_from_dict (test.test_weakref.MappingTestCase) PASS: test_make_weak_valued_dict_from_weak_valued_dict (test.test_weakref.MappingTestCase) PASS: test_make_weak_valued_dict_misc (test.test_weakref.MappingTestCase) PASS: test_make_weak_valued_dict_repr (test.test_weakref.MappingTestCase) PASS: test_threaded_weak_key_dict_copy (test.test_weakref.MappingTestCase) PASS: test_threaded_weak_key_dict_deepcopy (test.test_weakref.MappingTestCase) PASS: test_threaded_weak_value_dict_copy (test.test_weakref.MappingTestCase) PASS: test_threaded_weak_value_dict_deepcopy (test.test_weakref.MappingTestCase) PASS: test_threaded_weak_valued_consistency (test.test_weakref.MappingTestCase) PASS: test_threaded_weak_valued_pop (test.test_weakref.MappingTestCase) PASS: test_threaded_weak_valued_setdefault (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_bad_delitem (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_cascading_deletes (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_delitem (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_dict_popitem (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_dict_setdefault (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_dict_update (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_iters (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_len_cycles (test.test_weakref.MappingTestCase) PASS: test_weak_keyed_len_race (test.test_weakref.MappingTestCase) PASS: test_weak_keys (test.test_weakref.MappingTestCase) PASS: test_weak_keys_destroy_while_iterating (test.test_weakref.MappingTestCase) PASS: test_weak_valued_delitem (test.test_weakref.MappingTestCase) PASS: test_weak_valued_dict_popitem (test.test_weakref.MappingTestCase) PASS: test_weak_valued_dict_setdefault (test.test_weakref.MappingTestCase) PASS: test_weak_valued_dict_update (test.test_weakref.MappingTestCase) PASS: test_weak_valued_iters (test.test_weakref.MappingTestCase) PASS: test_weak_valued_len_cycles (test.test_weakref.MappingTestCase) PASS: test_weak_valued_len_race (test.test_weakref.MappingTestCase) PASS: test_weak_values (test.test_weakref.MappingTestCase) PASS: test_weak_values_destroy_while_iterating (test.test_weakref.MappingTestCase) PASS: test_bool (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_constructor (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_get (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_getitem (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_items (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_keys (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_len (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_pop (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_popitem (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_read (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_setdefault (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_update (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_values (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_write (test.test_weakref.WeakValueDictionaryTestCase) PASS: test_bool (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_constructor (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_get (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_getitem (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_items (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_keys (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_len (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_pop (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_popitem (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_read (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_setdefault (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_update (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_values (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_write (test.test_weakref.WeakKeyDictionaryTestCase) PASS: test_subclass_refs (test.test_weakref.SubclassableWeakrefTestCase) PASS: test_subclass_refs_dont_conflate_callbacks (test.test_weakref.SubclassableWeakrefTestCase) PASS: test_subclass_refs_dont_replace_standard_refs (test.test_weakref.SubclassableWeakrefTestCase) test_subclass_refs_with_cycle (test.test_weakref.SubclassableWeakrefTestCase) PASS: Confirm https://bugs.python.org/issue3100 is fixed. PASS: test_subclass_refs_with_slots (test.test_weakref.SubclassableWeakrefTestCase) PASS: test_all_freed (test.test_weakref.FinalizeTestCase) PASS: test_arg_errors (test.test_weakref.FinalizeTestCase) PASS: test_atexit (test.test_weakref.FinalizeTestCase) PASS: test_finalize (test.test_weakref.FinalizeTestCase) PASS: test_order (test.test_weakref.FinalizeTestCase) ---------------------------------------------------------------------- Ran 122 tests in 14.648s OK Trying: import weakref Expecting nothing ok Trying: class Dict(dict): pass Expecting nothing ok Trying: obj = Dict(red=1, green=2, blue=3) # this object is weak referencable Expecting nothing ok Trying: r = weakref.ref(obj) Expecting nothing ok Trying: print(r() is obj) Expecting: True ok Trying: import weakref Expecting nothing ok Trying: class Object: pass Expecting nothing ok Trying: o = Object() Expecting nothing ok Trying: r = weakref.ref(o) Expecting nothing ok Trying: o2 = r() Expecting nothing ok Trying: o is o2 Expecting: True ok Trying: del o, o2 Expecting nothing ok Trying: print(r()) Expecting: None ok Trying: import weakref Expecting nothing ok Trying: class ExtendedRef(weakref.ref): def __init__(self, ob, callback=None, **annotations): super().__init__(ob, callback) self.__counter = 0 for k, v in annotations.items(): setattr(self, k, v) def __call__(self): '''Return a pair containing the referent and the number of times the reference has been called. ''' ob = super().__call__() if ob is not None: self.__counter += 1 ob = (ob, self.__counter) return ob Expecting nothing ok Trying: class A: # not in docs from here, just testing the ExtendedRef pass Expecting nothing ok Trying: a = A() Expecting nothing ok Trying: r = ExtendedRef(a, foo=1, bar="baz") Expecting nothing ok Trying: r.foo Expecting: 1 ok Trying: r.bar Expecting: 'baz' ok Trying: r()[1] Expecting: 1 ok Trying: r()[1] Expecting: 2 ok Trying: r()[0] is a Expecting: True ok Trying: import weakref Expecting nothing ok Trying: _id2obj_dict = weakref.WeakValueDictionary() Expecting nothing ok Trying: def remember(obj): oid = id(obj) _id2obj_dict[oid] = obj return oid Expecting nothing ok Trying: def id2obj(oid): return _id2obj_dict[oid] Expecting nothing ok Trying: a = A() # from here, just testing Expecting nothing ok Trying: a_id = remember(a) Expecting nothing ok Trying: id2obj(a_id) is a Expecting: True ok Trying: del a Expecting nothing ok Trying: try: id2obj(a_id) except KeyError: print('OK') else: print('WeakValueDictionary error') Expecting: OK ok 146 items had no tests: test.test_weakref test.test_weakref.C test.test_weakref.C.method test.test_weakref.Callable test.test_weakref.Callable.__call__ test.test_weakref.FinalizeTestCase test.test_weakref.FinalizeTestCase.A test.test_weakref.FinalizeTestCase._collect_if_necessary test.test_weakref.FinalizeTestCase.run_in_child test.test_weakref.FinalizeTestCase.test_all_freed test.test_weakref.FinalizeTestCase.test_arg_errors test.test_weakref.FinalizeTestCase.test_atexit test.test_weakref.FinalizeTestCase.test_finalize test.test_weakref.FinalizeTestCase.test_order test.test_weakref.MappingTestCase test.test_weakref.MappingTestCase.check_iters test.test_weakref.MappingTestCase.check_len_cycles test.test_weakref.MappingTestCase.check_len_race test.test_weakref.MappingTestCase.check_popitem test.test_weakref.MappingTestCase.check_setdefault test.test_weakref.MappingTestCase.check_threaded_weak_dict_copy test.test_weakref.MappingTestCase.check_update test.test_weakref.MappingTestCase.check_weak_del_and_len_while_iterating test.test_weakref.MappingTestCase.check_weak_destroy_and_mutate_while_iterating test.test_weakref.MappingTestCase.check_weak_destroy_while_iterating test.test_weakref.MappingTestCase.make_weak_keyed_dict test.test_weakref.MappingTestCase.make_weak_valued_dict test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_from_dict test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_from_weak_keyed_dict test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_repr test.test_weakref.MappingTestCase.test_make_weak_valued_dict_from_dict test.test_weakref.MappingTestCase.test_make_weak_valued_dict_from_weak_valued_dict test.test_weakref.MappingTestCase.test_make_weak_valued_dict_misc test.test_weakref.MappingTestCase.test_make_weak_valued_dict_repr test.test_weakref.MappingTestCase.test_threaded_weak_key_dict_copy test.test_weakref.MappingTestCase.test_threaded_weak_key_dict_deepcopy test.test_weakref.MappingTestCase.test_threaded_weak_value_dict_copy test.test_weakref.MappingTestCase.test_threaded_weak_value_dict_deepcopy test.test_weakref.MappingTestCase.test_threaded_weak_valued_consistency test.test_weakref.MappingTestCase.test_threaded_weak_valued_pop test.test_weakref.MappingTestCase.test_threaded_weak_valued_setdefault test.test_weakref.MappingTestCase.test_weak_keyed_bad_delitem test.test_weakref.MappingTestCase.test_weak_keyed_cascading_deletes test.test_weakref.MappingTestCase.test_weak_keyed_delitem test.test_weakref.MappingTestCase.test_weak_keyed_dict_popitem test.test_weakref.MappingTestCase.test_weak_keyed_dict_setdefault test.test_weakref.MappingTestCase.test_weak_keyed_dict_update test.test_weakref.MappingTestCase.test_weak_keyed_iters test.test_weakref.MappingTestCase.test_weak_keyed_len_cycles test.test_weakref.MappingTestCase.test_weak_keyed_len_race test.test_weakref.MappingTestCase.test_weak_keys test.test_weakref.MappingTestCase.test_weak_keys_destroy_while_iterating test.test_weakref.MappingTestCase.test_weak_valued_delitem test.test_weakref.MappingTestCase.test_weak_valued_dict_popitem test.test_weakref.MappingTestCase.test_weak_valued_dict_setdefault test.test_weakref.MappingTestCase.test_weak_valued_dict_update test.test_weakref.MappingTestCase.test_weak_valued_iters test.test_weakref.MappingTestCase.test_weak_valued_len_cycles test.test_weakref.MappingTestCase.test_weak_valued_len_race test.test_weakref.MappingTestCase.test_weak_values test.test_weakref.MappingTestCase.test_weak_values_destroy_while_iterating test.test_weakref.Object test.test_weakref.Object.__eq__ test.test_weakref.Object.__hash__ test.test_weakref.Object.__init__ test.test_weakref.Object.__lt__ test.test_weakref.Object.__repr__ test.test_weakref.Object.other_method test.test_weakref.Object.some_method test.test_weakref.RefCycle test.test_weakref.RefCycle.__init__ test.test_weakref.ReferencesTestCase test.test_weakref.ReferencesTestCase.check_basic_callback test.test_weakref.ReferencesTestCase.check_basic_ref test.test_weakref.ReferencesTestCase.check_gc_during_creation test.test_weakref.ReferencesTestCase.check_proxy test.test_weakref.ReferencesTestCase.check_shared_without_callback test.test_weakref.ReferencesTestCase.test_basic_callback test.test_weakref.ReferencesTestCase.test_basic_proxy test.test_weakref.ReferencesTestCase.test_basic_ref test.test_weakref.ReferencesTestCase.test_callable_proxy test.test_weakref.ReferencesTestCase.test_callback_attribute test.test_weakref.ReferencesTestCase.test_callback_attribute_after_deletion test.test_weakref.ReferencesTestCase.test_callback_gcs test.test_weakref.ReferencesTestCase.test_callback_in_cycle_1 test.test_weakref.ReferencesTestCase.test_callback_in_cycle_2 test.test_weakref.ReferencesTestCase.test_callback_in_cycle_3 test.test_weakref.ReferencesTestCase.test_callback_in_cycle_4 test.test_weakref.ReferencesTestCase.test_callback_in_cycle_resurrection test.test_weakref.ReferencesTestCase.test_callbacks_on_callback test.test_weakref.ReferencesTestCase.test_callbacks_protected test.test_weakref.ReferencesTestCase.test_cfunction test.test_weakref.ReferencesTestCase.test_classes test.test_weakref.ReferencesTestCase.test_constructor_kwargs test.test_weakref.ReferencesTestCase.test_equality test.test_weakref.ReferencesTestCase.test_gc_during_proxy_creation test.test_weakref.ReferencesTestCase.test_gc_during_ref_creation test.test_weakref.ReferencesTestCase.test_getweakrefcount test.test_weakref.ReferencesTestCase.test_getweakrefs test.test_weakref.ReferencesTestCase.test_hashing test.test_weakref.ReferencesTestCase.test_init test.test_weakref.ReferencesTestCase.test_multiple_callbacks test.test_weakref.ReferencesTestCase.test_multiple_selfref_callbacks test.test_weakref.ReferencesTestCase.test_newstyle_number_ops test.test_weakref.ReferencesTestCase.test_ordering test.test_weakref.ReferencesTestCase.test_proxy_bool test.test_weakref.ReferencesTestCase.test_proxy_deletion test.test_weakref.ReferencesTestCase.test_proxy_div test.test_weakref.ReferencesTestCase.test_proxy_index test.test_weakref.ReferencesTestCase.test_proxy_ref test.test_weakref.ReferencesTestCase.test_proxy_reuse test.test_weakref.ReferencesTestCase.test_proxy_unicode test.test_weakref.ReferencesTestCase.test_ref_created_during_del test.test_weakref.ReferencesTestCase.test_ref_reuse test.test_weakref.ReferencesTestCase.test_set_callback_attribute test.test_weakref.ReferencesTestCase.test_sf_bug_840829 test.test_weakref.ReferencesTestCase.test_shared_proxy_without_callback test.test_weakref.ReferencesTestCase.test_shared_ref_without_callback test.test_weakref.ReferencesTestCase.test_trashcan_16602 test.test_weakref.SubclassableWeakrefTestCase test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_dont_conflate_callbacks test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_dont_replace_standard_refs test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_with_cycle test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_with_slots test.test_weakref.TestBase test.test_weakref.TestBase.callback test.test_weakref.TestBase.setUp test.test_weakref.WeakKeyDictionaryTestCase test.test_weakref.WeakKeyDictionaryTestCase._reference test.test_weakref.WeakMethodTestCase test.test_weakref.WeakMethodTestCase._subclass test.test_weakref.WeakMethodTestCase.test_alive test.test_weakref.WeakMethodTestCase.test_callback_when_method_dead test.test_weakref.WeakMethodTestCase.test_callback_when_object_dead test.test_weakref.WeakMethodTestCase.test_equality test.test_weakref.WeakMethodTestCase.test_hashing test.test_weakref.WeakMethodTestCase.test_method_dead test.test_weakref.WeakMethodTestCase.test_no_cycles test.test_weakref.WeakMethodTestCase.test_object_dead test.test_weakref.WeakValueDictionaryTestCase test.test_weakref.WeakValueDictionaryTestCase._reference test.test_weakref.collect_in_thread test.test_weakref.create_bound_method test.test_weakref.create_function test.test_weakref.test_main 1 items passed all tests: 32 tests in test.test_weakref.__test__.libreftest 32 tests in 147 items. 32 passed and 0 failed. Test passed. doctest (test.test_weakref) ... 32 tests with zero failures 0:18:47 load avg: 0.91 [396/416] test_weakset PASS: test_add (test.test_weakset.TestWeakSet) PASS: test_and (test.test_weakset.TestWeakSet) PASS: test_clear (test.test_weakset.TestWeakSet) PASS: test_constructor_identity (test.test_weakset.TestWeakSet) PASS: test_contains (test.test_weakset.TestWeakSet) PASS: test_copy (test.test_weakset.TestWeakSet) PASS: test_difference (test.test_weakset.TestWeakSet) PASS: test_difference_update (test.test_weakset.TestWeakSet) PASS: test_discard (test.test_weakset.TestWeakSet) PASS: test_eq (test.test_weakset.TestWeakSet) PASS: test_gc (test.test_weakset.TestWeakSet) PASS: test_gt (test.test_weakset.TestWeakSet) PASS: test_hash (test.test_weakset.TestWeakSet) PASS: test_iand (test.test_weakset.TestWeakSet) PASS: test_init (test.test_weakset.TestWeakSet) PASS: test_inplace_on_self (test.test_weakset.TestWeakSet) PASS: test_intersection (test.test_weakset.TestWeakSet) PASS: test_intersection_update (test.test_weakset.TestWeakSet) PASS: test_ior (test.test_weakset.TestWeakSet) PASS: test_isdisjoint (test.test_weakset.TestWeakSet) PASS: test_isub (test.test_weakset.TestWeakSet) PASS: test_ixor (test.test_weakset.TestWeakSet) PASS: test_len (test.test_weakset.TestWeakSet) PASS: test_len_cycles (test.test_weakset.TestWeakSet) PASS: test_len_race (test.test_weakset.TestWeakSet) PASS: test_lt (test.test_weakset.TestWeakSet) PASS: test_methods (test.test_weakset.TestWeakSet) PASS: test_ne (test.test_weakset.TestWeakSet) PASS: test_new_or_init (test.test_weakset.TestWeakSet) PASS: test_or (test.test_weakset.TestWeakSet) PASS: test_pop (test.test_weakset.TestWeakSet) PASS: test_remove (test.test_weakset.TestWeakSet) PASS: test_sub (test.test_weakset.TestWeakSet) PASS: test_sub_and_super (test.test_weakset.TestWeakSet) PASS: test_subclass_with_custom_hash (test.test_weakset.TestWeakSet) PASS: test_symmetric_difference (test.test_weakset.TestWeakSet) PASS: test_symmetric_difference_update (test.test_weakset.TestWeakSet) PASS: test_union (test.test_weakset.TestWeakSet) PASS: test_update (test.test_weakset.TestWeakSet) PASS: test_update_set (test.test_weakset.TestWeakSet) PASS: test_weak_destroy_and_mutate_while_iterating (test.test_weakset.TestWeakSet) PASS: test_weak_destroy_while_iterating (test.test_weakset.TestWeakSet) PASS: test_xor (test.test_weakset.TestWeakSet) ---------------------------------------------------------------------- Ran 43 tests in 0.455s OK 0:18:48 load avg: 0.91 [397/416] test_webbrowser PASS: test_open (test.test_webbrowser.BackgroundBrowserCommandTest) PASS: test_register (test.test_webbrowser.BrowserRegistrationTest) PASS: test_register_default (test.test_webbrowser.BrowserRegistrationTest) PASS: test_register_preferred (test.test_webbrowser.BrowserRegistrationTest) PASS: test_open (test.test_webbrowser.ChromeCommandTest) PASS: test_open_new (test.test_webbrowser.ChromeCommandTest) PASS: test_open_new_tab (test.test_webbrowser.ChromeCommandTest) PASS: test_open_with_autoraise_false (test.test_webbrowser.ChromeCommandTest) PASS: test_open (test.test_webbrowser.ELinksCommandTest) PASS: test_open_new (test.test_webbrowser.ELinksCommandTest) PASS: test_open_new_tab (test.test_webbrowser.ELinksCommandTest) PASS: test_open_with_autoraise_false (test.test_webbrowser.ELinksCommandTest) PASS: test_open (test.test_webbrowser.GaleonCommandTest) PASS: test_open_new (test.test_webbrowser.GaleonCommandTest) PASS: test_open_new_tab (test.test_webbrowser.GaleonCommandTest) PASS: test_open_with_autoraise_false (test.test_webbrowser.GaleonCommandTest) PASS: test_open (test.test_webbrowser.GenericBrowserCommandTest) SKIP: test_environment (test.test_webbrowser.ImportTest) 'could not locate runnable browser' SKIP: test_environment_preferred (test.test_webbrowser.ImportTest) 'could not locate runnable browser' PASS: test_get (test.test_webbrowser.ImportTest) PASS: test_register (test.test_webbrowser.ImportTest) PASS: test_synthesize (test.test_webbrowser.ImportTest) PASS: test_open (test.test_webbrowser.MozillaCommandTest) PASS: test_open_new (test.test_webbrowser.MozillaCommandTest) PASS: test_open_new_tab (test.test_webbrowser.MozillaCommandTest) PASS: test_open_with_autoraise_false (test.test_webbrowser.MozillaCommandTest) PASS: test_open (test.test_webbrowser.NetscapeCommandTest) PASS: test_open_new (test.test_webbrowser.NetscapeCommandTest) PASS: test_open_new_tab (test.test_webbrowser.NetscapeCommandTest) PASS: test_open_with_autoraise_false (test.test_webbrowser.NetscapeCommandTest) PASS: test_open (test.test_webbrowser.OperaCommandTest) PASS: test_open_new (test.test_webbrowser.OperaCommandTest) PASS: test_open_new_tab (test.test_webbrowser.OperaCommandTest) PASS: test_open_with_autoraise_false (test.test_webbrowser.OperaCommandTest) ---------------------------------------------------------------------- Ran 34 tests in 0.024s OK (skipped=2) 0:18:49 load avg: 0.91 [398/416] test_winconsoleio test_winconsoleio skipped -- test only relevant on win32 0:18:49 load avg: 0.91 [399/416] test_winreg -- test_winconsoleio skipped test_winreg skipped -- No module named 'winreg' 0:18:49 load avg: 0.92 [400/416] test_winsound -- test_winreg skipped test_winsound skipped -- Use of the 'audio' resource not enabled 0:18:49 load avg: 0.92 [401/416] test_with -- test_winsound skipped (resource denied) PASS: testMultipleComplexTargets (test.test_with.AssignmentTargetTestCase) PASS: testSingleComplexTarget (test.test_with.AssignmentTargetTestCase) PASS: testErrorsInBool (test.test_with.ExceptionalTestCase) PASS: testExceptionNormalized (test.test_with.ExceptionalTestCase) PASS: testMultipleResourcesInSingleStatement (test.test_with.ExceptionalTestCase) PASS: testNestedExceptionAfterInnerStatement (test.test_with.ExceptionalTestCase) PASS: testNestedExceptionBeforeInnerStatement (test.test_with.ExceptionalTestCase) PASS: testNestedSingleStatements (test.test_with.ExceptionalTestCase) PASS: testRaisedGeneratorExit1 (test.test_with.ExceptionalTestCase) PASS: testRaisedGeneratorExit2 (test.test_with.ExceptionalTestCase) PASS: testRaisedStopIteration1 (test.test_with.ExceptionalTestCase) PASS: testRaisedStopIteration2 (test.test_with.ExceptionalTestCase) PASS: testRaisedStopIteration3 (test.test_with.ExceptionalTestCase) PASS: testSingleResource (test.test_with.ExceptionalTestCase) PASS: testExitFalseDoesntSwallowException (test.test_with.ExitSwallowsExceptionTestCase) PASS: testExitTrueSwallowsException (test.test_with.ExitSwallowsExceptionTestCase) PASS: testAssignmentToNoneError (test.test_with.FailureTestCase) PASS: testAssignmentToTupleContainingNoneError (test.test_with.FailureTestCase) PASS: testAssignmentToTupleOnlyContainingNoneError (test.test_with.FailureTestCase) PASS: testEnterAttributeError1 (test.test_with.FailureTestCase) PASS: testEnterAttributeError2 (test.test_with.FailureTestCase) PASS: testEnterThrows (test.test_with.FailureTestCase) PASS: testExitAttributeError (test.test_with.FailureTestCase) PASS: testExitThrows (test.test_with.FailureTestCase) PASS: testNameError (test.test_with.FailureTestCase) PASS: testMultipleArgBound (test.test_with.NestedNonexceptionalTestCase) PASS: testMultipleArgUnbound (test.test_with.NestedNonexceptionalTestCase) PASS: testSingleArgBoundToMultipleElementTupleError (test.test_with.NestedNonexceptionalTestCase) PASS: testSingleArgBoundToNonTuple (test.test_with.NestedNonexceptionalTestCase) PASS: testSingleArgBoundToSingleElementParenthesizedList (test.test_with.NestedNonexceptionalTestCase) PASS: testSingleArgInlineGeneratorSyntax (test.test_with.NestedNonexceptionalTestCase) PASS: testSingleArgUnbound (test.test_with.NestedNonexceptionalTestCase) PASS: testEnterReturnsTuple (test.test_with.NestedWith) PASS: testExceptionInEnter (test.test_with.NestedWith) PASS: testExceptionInExit (test.test_with.NestedWith) PASS: testExceptionInExprList (test.test_with.NestedWith) PASS: testNoExceptions (test.test_with.NestedWith) PASS: testWithBreak (test.test_with.NonLocalFlowControlTestCase) PASS: testWithContinue (test.test_with.NonLocalFlowControlTestCase) PASS: testWithRaise (test.test_with.NonLocalFlowControlTestCase) PASS: testWithReturn (test.test_with.NonLocalFlowControlTestCase) PASS: testWithYield (test.test_with.NonLocalFlowControlTestCase) PASS: testBoundGenerator (test.test_with.NonexceptionalTestCase) PASS: testInlineGeneratorBoundSyntax (test.test_with.NonexceptionalTestCase) PASS: testInlineGeneratorBoundToDottedVariable (test.test_with.NonexceptionalTestCase) PASS: testInlineGeneratorBoundToExistingVariable (test.test_with.NonexceptionalTestCase) PASS: testInlineGeneratorSyntax (test.test_with.NonexceptionalTestCase) PASS: testNestedSingleStatements (test.test_with.NonexceptionalTestCase) PASS: testUnboundGenerator (test.test_with.NonexceptionalTestCase) ---------------------------------------------------------------------- Ran 49 tests in 0.011s OK 0:18:50 load avg: 0.92 [402/416] test_wsgiref PASS: testAbstractMethods (test.test_wsgiref.HandlerTests) PASS: testBasicErrorOutput (test.test_wsgiref.HandlerTests) PASS: testBytesData (test.test_wsgiref.HandlerTests) PASS: testCGIEnviron (test.test_wsgiref.HandlerTests) PASS: testClientConnectionTerminations (test.test_wsgiref.HandlerTests) PASS: testCloseOnError (test.test_wsgiref.HandlerTests) PASS: testContentLength (test.test_wsgiref.HandlerTests) PASS: testDontResetInternalStateOnException (test.test_wsgiref.HandlerTests) PASS: testEnviron (test.test_wsgiref.HandlerTests) PASS: testErrorAfterOutput (test.test_wsgiref.HandlerTests) PASS: testHeaderFormats (test.test_wsgiref.HandlerTests) PASS: testPartialWrite (test.test_wsgiref.HandlerTests) PASS: testScheme (test.test_wsgiref.HandlerTests) PASS: testExtras (test.test_wsgiref.HeaderTests) PASS: testMappingInterface (test.test_wsgiref.HeaderTests) PASS: testRequireList (test.test_wsgiref.HeaderTests) PASS: test_bytes_validation (test.test_wsgiref.IntegrationTests) PASS: test_cp1252_url (test.test_wsgiref.IntegrationTests) PASS: test_environ (test.test_wsgiref.IntegrationTests) PASS: test_interrupted_write (test.test_wsgiref.IntegrationTests) PASS: test_plain_hello (test.test_wsgiref.IntegrationTests) PASS: test_request_length (test.test_wsgiref.IntegrationTests) PASS: test_simple_validation_error (test.test_wsgiref.IntegrationTests) PASS: test_status_validation_errors (test.test_wsgiref.IntegrationTests) PASS: test_validated_hello (test.test_wsgiref.IntegrationTests) PASS: test_wsgi_input (test.test_wsgiref.IntegrationTests) PASS: testAppURIs (test.test_wsgiref.UtilityTests) PASS: testCrossDefaults (test.test_wsgiref.UtilityTests) PASS: testDefaults (test.test_wsgiref.UtilityTests) PASS: testFileWrapper (test.test_wsgiref.UtilityTests) PASS: testGuessScheme (test.test_wsgiref.UtilityTests) PASS: testHopByHop (test.test_wsgiref.UtilityTests) PASS: testNormalizedShifts (test.test_wsgiref.UtilityTests) PASS: testReqURIs (test.test_wsgiref.UtilityTests) PASS: testSimpleShifts (test.test_wsgiref.UtilityTests) ---------------------------------------------------------------------- Ran 35 tests in 0.061s OK 0:18:50 load avg: 0.92 [403/416] test_xdrlib PASS: test_double (test.test_xdrlib.ConversionErrorTest) PASS: test_float (test.test_xdrlib.ConversionErrorTest) PASS: test_pack_int (test.test_xdrlib.ConversionErrorTest) PASS: test_pack_uint (test.test_xdrlib.ConversionErrorTest) PASS: test_uhyper (test.test_xdrlib.ConversionErrorTest) PASS: test_xdr (test.test_xdrlib.XDRTest) ---------------------------------------------------------------------- Ran 6 tests in 0.001s OK 0:18:51 load avg: 0.92 [404/416] test_xml_dom_minicompat PASS: test_emptynodelist___add__ (test.test_xml_dom_minicompat.EmptyNodeListTestCase) PASS: test_emptynodelist___radd__ (test.test_xml_dom_minicompat.EmptyNodeListTestCase) PASS: test_emptynodelist_item (test.test_xml_dom_minicompat.EmptyNodeListTestCase) PASS: test_emptynodelist_length (test.test_xml_dom_minicompat.EmptyNodeListTestCase) PASS: test_nodelist___add__ (test.test_xml_dom_minicompat.NodeListTestCase) PASS: test_nodelist___radd__ (test.test_xml_dom_minicompat.NodeListTestCase) PASS: test_nodelist_copy (test.test_xml_dom_minicompat.NodeListTestCase) PASS: test_nodelist_deepcopy (test.test_xml_dom_minicompat.NodeListTestCase) PASS: test_nodelist_item (test.test_xml_dom_minicompat.NodeListTestCase) PASS: test_nodelist_length (test.test_xml_dom_minicompat.NodeListTestCase) PASS: test_nodelist_pickle_roundtrip (test.test_xml_dom_minicompat.NodeListTestCase) ---------------------------------------------------------------------- Ran 11 tests in 0.003s OK 0:18:51 load avg: 0.92 [405/416] test_xml_etree PASS: test_all (test.test_xml_etree.ModuleTest) PASS: test_sanity (test.test_xml_etree.ModuleTest) PASS: test_delslice (test.test_xml_etree.ElementSlicingTest) PASS: test_getslice_negative_steps (test.test_xml_etree.ElementSlicingTest) PASS: test_getslice_range (test.test_xml_etree.ElementSlicingTest) PASS: test_getslice_single_index (test.test_xml_etree.ElementSlicingTest) PASS: test_getslice_steps (test.test_xml_etree.ElementSlicingTest) PASS: test_setslice_negative_steps (test.test_xml_etree.ElementSlicingTest) PASS: test_setslice_range (test.test_xml_etree.ElementSlicingTest) PASS: test_setslice_single_index (test.test_xml_etree.ElementSlicingTest) PASS: test_setslice_steps (test.test_xml_etree.ElementSlicingTest) PASS: test_augmentation_type_errors (test.test_xml_etree.BasicElementTest) PASS: test_cyclic_gc (test.test_xml_etree.BasicElementTest) PASS: test_get_keyword_args (test.test_xml_etree.BasicElementTest) PASS: test_pickle (test.test_xml_etree.BasicElementTest) PASS: test_pickle_issue18997 (test.test_xml_etree.BasicElementTest) PASS: test_weakref (test.test_xml_etree.BasicElementTest) PASS: test_ass_subscr (test.test_xml_etree.BadElementTest) PASS: test_element_get_tail (test.test_xml_etree.BadElementTest) PASS: test_element_get_text (test.test_xml_etree.BadElementTest) PASS: test_element_iter (test.test_xml_etree.BadElementTest) PASS: test_extend_mutable_list (test.test_xml_etree.BadElementTest) PASS: test_extend_mutable_list2 (test.test_xml_etree.BadElementTest) PASS: test_recursive_repr (test.test_xml_etree.BadElementTest) PASS: test_remove_with_mutating (test.test_xml_etree.BadElementTest) PASS: test_subscr (test.test_xml_etree.BadElementTest) PASS: test_treebuilder_end (test.test_xml_etree.BadElementTest) PASS: test_treebuilder_start (test.test_xml_etree.BadElementTest) PASS: test_find_with_error (test.test_xml_etree.BadElementPathTest) PASS: test_find_with_mutating (test.test_xml_etree.BadElementPathTest) PASS: test_findall_with_error (test.test_xml_etree.BadElementPathTest) PASS: test_findall_with_mutating (test.test_xml_etree.BadElementPathTest) PASS: test_findtext_with_error (test.test_xml_etree.BadElementPathTest) PASS: test_findtext_with_mutating (test.test_xml_etree.BadElementPathTest) PASS: test_attrib (test.test_xml_etree.ElementTreeTest) PASS: test_cdata (test.test_xml_etree.ElementTreeTest) PASS: test_copy (test.test_xml_etree.ElementTreeTest) PASS: test_custom_builder (test.test_xml_etree.ElementTreeTest) PASS: test_doctype_public (test.test_xml_etree.ElementTreeTest) PASS: test_encoding (test.test_xml_etree.ElementTreeTest) PASS: test_entity (test.test_xml_etree.ElementTreeTest) PASS: test_file_init (test.test_xml_etree.ElementTreeTest) PASS: test_getchildren (test.test_xml_etree.ElementTreeTest) PASS: test_html_empty_elems_serialization (test.test_xml_etree.ElementTreeTest) PASS: test_interface (test.test_xml_etree.ElementTreeTest) PASS: test_issue18347 (test.test_xml_etree.ElementTreeTest) PASS: test_iterparse (test.test_xml_etree.ElementTreeTest) PASS: test_makeelement (test.test_xml_etree.ElementTreeTest) PASS: test_methods (test.test_xml_etree.ElementTreeTest) PASS: test_namespace (test.test_xml_etree.ElementTreeTest) PASS: test_parsefile (test.test_xml_etree.ElementTreeTest) PASS: test_parseliteral (test.test_xml_etree.ElementTreeTest) PASS: test_path_cache (test.test_xml_etree.ElementTreeTest) PASS: test_processinginstruction (test.test_xml_etree.ElementTreeTest) PASS: test_qname (test.test_xml_etree.ElementTreeTest) PASS: test_set_attribute (test.test_xml_etree.ElementTreeTest) PASS: test_simpleops (test.test_xml_etree.ElementTreeTest) PASS: test_writefile (test.test_xml_etree.ElementTreeTest) PASS: test_writestring (test.test_xml_etree.ElementTreeTest) PASS: test_xpath_tokenizer (test.test_xml_etree.ElementTreeTest) PASS: test_encoding (test.test_xml_etree.IOTest) PASS: test_read_from_bytesio (test.test_xml_etree.IOTest) PASS: test_read_from_stringio (test.test_xml_etree.IOTest) PASS: test_read_from_user_binary_reader (test.test_xml_etree.IOTest) PASS: test_read_from_user_text_reader (test.test_xml_etree.IOTest) PASS: test_short_empty_elements (test.test_xml_etree.IOTest) PASS: test_tostringlist_invariant (test.test_xml_etree.IOTest) PASS: test_write_to_binary_file (test.test_xml_etree.IOTest) PASS: test_write_to_binary_file_with_bom (test.test_xml_etree.IOTest) PASS: test_write_to_bytesio (test.test_xml_etree.IOTest) PASS: test_write_to_filename (test.test_xml_etree.IOTest) PASS: test_write_to_stringio (test.test_xml_etree.IOTest) PASS: test_write_to_text_file (test.test_xml_etree.IOTest) PASS: test_write_to_user_binary_writer (test.test_xml_etree.IOTest) PASS: test_write_to_user_binary_writer_with_bom (test.test_xml_etree.IOTest) PASS: test_write_to_user_text_writer (test.test_xml_etree.IOTest) PASS: test_error_code (test.test_xml_etree.ParseErrorTest) PASS: test_error_position (test.test_xml_etree.ParseErrorTest) PASS: test_subclass (test.test_xml_etree.ParseErrorTest) PASS: test_xinclude (test.test_xml_etree.XIncludeTest) PASS: test_xinclude_default (test.test_xml_etree.XIncludeTest) PASS: test_xinclude_failures (test.test_xml_etree.XIncludeTest) PASS: test_Element_subclass_constructor (test.test_xml_etree.ElementTreeTypeTest) PASS: test_Element_subclass_find (test.test_xml_etree.ElementTreeTypeTest) PASS: test_Element_subclass_new_method (test.test_xml_etree.ElementTreeTypeTest) PASS: test_Element_subclass_trivial (test.test_xml_etree.ElementTreeTypeTest) PASS: test_istype (test.test_xml_etree.ElementTreeTypeTest) PASS: test_bad_find (test.test_xml_etree.ElementFindTest) PASS: test_find_simple (test.test_xml_etree.ElementFindTest) PASS: test_find_through_ElementTree (test.test_xml_etree.ElementFindTest) PASS: test_find_xpath (test.test_xml_etree.ElementFindTest) PASS: test_findall (test.test_xml_etree.ElementFindTest) PASS: test_findall_different_nsmaps (test.test_xml_etree.ElementFindTest) PASS: test_test_find_with_ns (test.test_xml_etree.ElementFindTest) PASS: test_basic (test.test_xml_etree.ElementIterTest) PASS: test_copy (test.test_xml_etree.ElementIterTest) PASS: test_corners (test.test_xml_etree.ElementIterTest) PASS: test_getiterator (test.test_xml_etree.ElementIterTest) PASS: test_iter_by_tag (test.test_xml_etree.ElementIterTest) PASS: test_pickle (test.test_xml_etree.ElementIterTest) PASS: test_builder_lookup_errors (test.test_xml_etree.TreeBuilderTest) PASS: test_doctype (test.test_xml_etree.TreeBuilderTest) PASS: test_dummy_builder (test.test_xml_etree.TreeBuilderTest) PASS: test_element_factory (test.test_xml_etree.TreeBuilderTest) PASS: test_element_factory_pure_python_subclass (test.test_xml_etree.TreeBuilderTest) PASS: test_element_factory_subclass (test.test_xml_etree.TreeBuilderTest) PASS: test_subclass (test.test_xml_etree.TreeBuilderTest) PASS: test_treebuilder_elementfactory_none (test.test_xml_etree.TreeBuilderTest) PASS: test_constructor_args (test.test_xml_etree.XMLParserTest) PASS: test_doctype_warning (test.test_xml_etree.XMLParserTest) test_inherited_doctype (test.test_xml_etree.XMLParserTest) PASS: Ensure that ordinary usage is not deprecated (Issue 19176) PASS: test_parse_string (test.test_xml_etree.XMLParserTest) PASS: test_subclass (test.test_xml_etree.XMLParserTest) PASS: test_subclass_doctype (test.test_xml_etree.XMLParserTest) PASS: test_events (test.test_xml_etree.XMLPullParserTest) PASS: test_events_sequence (test.test_xml_etree.XMLPullParserTest) PASS: test_feed_while_iterating (test.test_xml_etree.XMLPullParserTest) PASS: test_ns_events (test.test_xml_etree.XMLPullParserTest) PASS: test_simple_xml (test.test_xml_etree.XMLPullParserTest) PASS: test_simple_xml_with_ns (test.test_xml_etree.XMLPullParserTest) PASS: test_unknown_event (test.test_xml_etree.XMLPullParserTest) PASS: test_bug_1534630 (test.test_xml_etree.BugsTest) PASS: test_bug_200708_close (test.test_xml_etree.BugsTest) PASS: test_bug_200708_newline (test.test_xml_etree.BugsTest) PASS: test_bug_200709_default_namespace (test.test_xml_etree.BugsTest) PASS: test_bug_200709_element_comment (test.test_xml_etree.BugsTest) PASS: test_bug_200709_element_insert (test.test_xml_etree.BugsTest) PASS: test_bug_200709_iter_comment (test.test_xml_etree.BugsTest) PASS: test_bug_200709_register_namespace (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit21 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit25 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit28 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit39 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit54 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit55 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit60 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit62 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit63 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkitX1 (test.test_xml_etree.BugsTest) PASS: test_expat224_utf8_bug (test.test_xml_etree.BugsTest) PASS: test_expat224_utf8_bug_file (test.test_xml_etree.BugsTest) PASS: test_issue10777 (test.test_xml_etree.BugsTest) PASS: test_issue3151 (test.test_xml_etree.BugsTest) PASS: test_issue6233 (test.test_xml_etree.BugsTest) PASS: test_issue6565 (test.test_xml_etree.BugsTest) SKIP: test_lost_elem (test.test_xml_etree.BugsTest) 'generators are not reentrant' PASS: test_lost_tail (test.test_xml_etree.BugsTest) PASS: test_lost_text (test.test_xml_etree.BugsTest) ---------------------------------------------------------------------- Ran 148 tests in 0.905s OK (skipped=1) 0:18:53 load avg: 0.92 [406/416] test_xml_etree_c PASS: test_bpo_31728 (test.test_xml_etree_c.MiscTests) PASS: test_del_attribute (test.test_xml_etree_c.MiscTests) PASS: test_iterparse_leaks (test.test_xml_etree_c.MiscTests) SKIP: test_length_overflow (test.test_xml_etree_c.MiscTests) 'not enough memory: 2.0G minimum needed' PASS: test_parser_ref_cycle (test.test_xml_etree_c.MiscTests) PASS: test_setstate_leaks (test.test_xml_etree_c.MiscTests) PASS: test_trashcan (test.test_xml_etree_c.MiscTests) PASS: test_xmlpullparser_leaks (test.test_xml_etree_c.MiscTests) PASS: test_alias_working (test.test_xml_etree_c.TestAliasWorking) PASS: test_correct_import_cET (test.test_xml_etree_c.TestAcceleratorImported) PASS: test_correct_import_cET_alias (test.test_xml_etree_c.TestAcceleratorImported) PASS: test_parser_comes_from_C (test.test_xml_etree_c.TestAcceleratorImported) PASS: test_element (test.test_xml_etree_c.SizeofTest) PASS: test_element_with_attrib (test.test_xml_etree_c.SizeofTest) PASS: test_element_with_children (test.test_xml_etree_c.SizeofTest) ---------------------------------------------------------------------- Ran 15 tests in 0.704s OK (skipped=1) PASS: test_all (test.test_xml_etree.ModuleTest) PASS: test_sanity (test.test_xml_etree.ModuleTest) PASS: test_delslice (test.test_xml_etree.ElementSlicingTest) PASS: test_getslice_negative_steps (test.test_xml_etree.ElementSlicingTest) PASS: test_getslice_range (test.test_xml_etree.ElementSlicingTest) PASS: test_getslice_single_index (test.test_xml_etree.ElementSlicingTest) PASS: test_getslice_steps (test.test_xml_etree.ElementSlicingTest) PASS: test_setslice_negative_steps (test.test_xml_etree.ElementSlicingTest) PASS: test_setslice_range (test.test_xml_etree.ElementSlicingTest) PASS: test_setslice_single_index (test.test_xml_etree.ElementSlicingTest) PASS: test_setslice_steps (test.test_xml_etree.ElementSlicingTest) PASS: test_augmentation_type_errors (test.test_xml_etree.BasicElementTest) PASS: test_cyclic_gc (test.test_xml_etree.BasicElementTest) PASS: test_get_keyword_args (test.test_xml_etree.BasicElementTest) PASS: test_pickle (test.test_xml_etree.BasicElementTest) PASS: test_pickle_issue18997 (test.test_xml_etree.BasicElementTest) PASS: test_weakref (test.test_xml_etree.BasicElementTest) PASS: test_ass_subscr (test.test_xml_etree.BadElementTest) PASS: test_element_get_tail (test.test_xml_etree.BadElementTest) PASS: test_element_get_text (test.test_xml_etree.BadElementTest) PASS: test_element_iter (test.test_xml_etree.BadElementTest) PASS: test_extend_mutable_list (test.test_xml_etree.BadElementTest) PASS: test_extend_mutable_list2 (test.test_xml_etree.BadElementTest) PASS: test_recursive_repr (test.test_xml_etree.BadElementTest) PASS: test_remove_with_mutating (test.test_xml_etree.BadElementTest) PASS: test_subscr (test.test_xml_etree.BadElementTest) PASS: test_treebuilder_end (test.test_xml_etree.BadElementTest) PASS: test_treebuilder_start (test.test_xml_etree.BadElementTest) PASS: test_find_with_error (test.test_xml_etree.BadElementPathTest) PASS: test_find_with_mutating (test.test_xml_etree.BadElementPathTest) PASS: test_findall_with_error (test.test_xml_etree.BadElementPathTest) PASS: test_findall_with_mutating (test.test_xml_etree.BadElementPathTest) PASS: test_findtext_with_error (test.test_xml_etree.BadElementPathTest) PASS: test_findtext_with_mutating (test.test_xml_etree.BadElementPathTest) PASS: test_attrib (test.test_xml_etree.ElementTreeTest) PASS: test_cdata (test.test_xml_etree.ElementTreeTest) PASS: test_copy (test.test_xml_etree.ElementTreeTest) PASS: test_custom_builder (test.test_xml_etree.ElementTreeTest) PASS: test_doctype_public (test.test_xml_etree.ElementTreeTest) PASS: test_encoding (test.test_xml_etree.ElementTreeTest) PASS: test_entity (test.test_xml_etree.ElementTreeTest) PASS: test_file_init (test.test_xml_etree.ElementTreeTest) PASS: test_getchildren (test.test_xml_etree.ElementTreeTest) PASS: test_html_empty_elems_serialization (test.test_xml_etree.ElementTreeTest) PASS: test_interface (test.test_xml_etree.ElementTreeTest) PASS: test_issue18347 (test.test_xml_etree.ElementTreeTest) PASS: test_iterparse (test.test_xml_etree.ElementTreeTest) PASS: test_makeelement (test.test_xml_etree.ElementTreeTest) PASS: test_methods (test.test_xml_etree.ElementTreeTest) PASS: test_namespace (test.test_xml_etree.ElementTreeTest) PASS: test_parsefile (test.test_xml_etree.ElementTreeTest) PASS: test_parseliteral (test.test_xml_etree.ElementTreeTest) PASS: test_path_cache (test.test_xml_etree.ElementTreeTest) PASS: test_processinginstruction (test.test_xml_etree.ElementTreeTest) PASS: test_qname (test.test_xml_etree.ElementTreeTest) PASS: test_set_attribute (test.test_xml_etree.ElementTreeTest) PASS: test_simpleops (test.test_xml_etree.ElementTreeTest) PASS: test_writefile (test.test_xml_etree.ElementTreeTest) PASS: test_writestring (test.test_xml_etree.ElementTreeTest) PASS: test_xpath_tokenizer (test.test_xml_etree.ElementTreeTest) PASS: test_encoding (test.test_xml_etree.IOTest) PASS: test_read_from_bytesio (test.test_xml_etree.IOTest) PASS: test_read_from_stringio (test.test_xml_etree.IOTest) PASS: test_read_from_user_binary_reader (test.test_xml_etree.IOTest) PASS: test_read_from_user_text_reader (test.test_xml_etree.IOTest) PASS: test_short_empty_elements (test.test_xml_etree.IOTest) PASS: test_tostringlist_invariant (test.test_xml_etree.IOTest) PASS: test_write_to_binary_file (test.test_xml_etree.IOTest) PASS: test_write_to_binary_file_with_bom (test.test_xml_etree.IOTest) PASS: test_write_to_bytesio (test.test_xml_etree.IOTest) PASS: test_write_to_filename (test.test_xml_etree.IOTest) PASS: test_write_to_stringio (test.test_xml_etree.IOTest) PASS: test_write_to_text_file (test.test_xml_etree.IOTest) PASS: test_write_to_user_binary_writer (test.test_xml_etree.IOTest) PASS: test_write_to_user_binary_writer_with_bom (test.test_xml_etree.IOTest) PASS: test_write_to_user_text_writer (test.test_xml_etree.IOTest) PASS: test_error_code (test.test_xml_etree.ParseErrorTest) PASS: test_error_position (test.test_xml_etree.ParseErrorTest) PASS: test_subclass (test.test_xml_etree.ParseErrorTest) PASS: test_xinclude (test.test_xml_etree.XIncludeTest) PASS: test_xinclude_default (test.test_xml_etree.XIncludeTest) PASS: test_xinclude_failures (test.test_xml_etree.XIncludeTest) PASS: test_Element_subclass_constructor (test.test_xml_etree.ElementTreeTypeTest) PASS: test_Element_subclass_find (test.test_xml_etree.ElementTreeTypeTest) PASS: test_Element_subclass_new_method (test.test_xml_etree.ElementTreeTypeTest) PASS: test_Element_subclass_trivial (test.test_xml_etree.ElementTreeTypeTest) PASS: test_istype (test.test_xml_etree.ElementTreeTypeTest) PASS: test_bad_find (test.test_xml_etree.ElementFindTest) PASS: test_find_simple (test.test_xml_etree.ElementFindTest) PASS: test_find_through_ElementTree (test.test_xml_etree.ElementFindTest) PASS: test_find_xpath (test.test_xml_etree.ElementFindTest) PASS: test_findall (test.test_xml_etree.ElementFindTest) PASS: test_findall_different_nsmaps (test.test_xml_etree.ElementFindTest) PASS: test_test_find_with_ns (test.test_xml_etree.ElementFindTest) PASS: test_basic (test.test_xml_etree.ElementIterTest) PASS: test_copy (test.test_xml_etree.ElementIterTest) PASS: test_corners (test.test_xml_etree.ElementIterTest) PASS: test_getiterator (test.test_xml_etree.ElementIterTest) PASS: test_iter_by_tag (test.test_xml_etree.ElementIterTest) PASS: test_pickle (test.test_xml_etree.ElementIterTest) PASS: test_builder_lookup_errors (test.test_xml_etree.TreeBuilderTest) PASS: test_doctype (test.test_xml_etree.TreeBuilderTest) PASS: test_dummy_builder (test.test_xml_etree.TreeBuilderTest) PASS: test_element_factory (test.test_xml_etree.TreeBuilderTest) PASS: test_element_factory_pure_python_subclass (test.test_xml_etree.TreeBuilderTest) PASS: test_element_factory_subclass (test.test_xml_etree.TreeBuilderTest) PASS: test_subclass (test.test_xml_etree.TreeBuilderTest) PASS: test_treebuilder_elementfactory_none (test.test_xml_etree.TreeBuilderTest) PASS: test_constructor_args (test.test_xml_etree.XMLParserTest) PASS: test_doctype_warning (test.test_xml_etree.XMLParserTest) test_inherited_doctype (test.test_xml_etree.XMLParserTest) PASS: Ensure that ordinary usage is not deprecated (Issue 19176) PASS: test_parse_string (test.test_xml_etree.XMLParserTest) PASS: test_subclass (test.test_xml_etree.XMLParserTest) PASS: test_subclass_doctype (test.test_xml_etree.XMLParserTest) PASS: test_events (test.test_xml_etree.XMLPullParserTest) PASS: test_events_sequence (test.test_xml_etree.XMLPullParserTest) PASS: test_feed_while_iterating (test.test_xml_etree.XMLPullParserTest) PASS: test_ns_events (test.test_xml_etree.XMLPullParserTest) PASS: test_simple_xml (test.test_xml_etree.XMLPullParserTest) PASS: test_simple_xml_with_ns (test.test_xml_etree.XMLPullParserTest) PASS: test_unknown_event (test.test_xml_etree.XMLPullParserTest) PASS: test_bug_1534630 (test.test_xml_etree.BugsTest) PASS: test_bug_200708_close (test.test_xml_etree.BugsTest) PASS: test_bug_200708_newline (test.test_xml_etree.BugsTest) PASS: test_bug_200709_default_namespace (test.test_xml_etree.BugsTest) PASS: test_bug_200709_element_comment (test.test_xml_etree.BugsTest) PASS: test_bug_200709_element_insert (test.test_xml_etree.BugsTest) PASS: test_bug_200709_iter_comment (test.test_xml_etree.BugsTest) PASS: test_bug_200709_register_namespace (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit21 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit25 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit28 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit39 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit54 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit55 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit60 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit62 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkit63 (test.test_xml_etree.BugsTest) PASS: test_bug_xmltoolkitX1 (test.test_xml_etree.BugsTest) PASS: test_expat224_utf8_bug (test.test_xml_etree.BugsTest) PASS: test_expat224_utf8_bug_file (test.test_xml_etree.BugsTest) PASS: test_issue10777 (test.test_xml_etree.BugsTest) PASS: test_issue3151 (test.test_xml_etree.BugsTest) PASS: test_issue6233 (test.test_xml_etree.BugsTest) PASS: test_issue6565 (test.test_xml_etree.BugsTest) PASS: test_lost_elem (test.test_xml_etree.BugsTest) PASS: test_lost_tail (test.test_xml_etree.BugsTest) PASS: test_lost_text (test.test_xml_etree.BugsTest) PASS: test_correct_import_pyET (test.test_xml_etree.NoAcceleratorTest) ---------------------------------------------------------------------- Ran 149 tests in 0.881s OK 0:18:55 load avg: 0.93 [407/416] test_xmlrpc PASS: test_bug_1164912 (test.test_xmlrpc.XMLRPCTestCase) PASS: test_datetime_before_1900 (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_bad_dict (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_bare_datetime (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_big_int (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_big_long (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_bytes (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_double (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_encoding (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_load (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_none (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_recursive_dict (test.test_xmlrpc.XMLRPCTestCase) PASS: test_dump_recursive_seq (test.test_xmlrpc.XMLRPCTestCase) PASS: test_get_host_info (test.test_xmlrpc.XMLRPCTestCase) PASS: test_keepalive_disconnect (test.test_xmlrpc.XMLRPCTestCase) PASS: test_load_extension_types (test.test_xmlrpc.XMLRPCTestCase) PASS: test_load_standard_types (test.test_xmlrpc.XMLRPCTestCase) PASS: test_loads_unsupported (test.test_xmlrpc.XMLRPCTestCase) PASS: test_newstyle_class (test.test_xmlrpc.XMLRPCTestCase) PASS: test_ssl_presence (test.test_xmlrpc.XMLRPCTestCase) PASS: test_escape (test.test_xmlrpc.HelperTestCase) PASS: test_comparison (test.test_xmlrpc.DateTimeTestCase) PASS: test_datetime_datetime (test.test_xmlrpc.DateTimeTestCase) PASS: test_decode (test.test_xmlrpc.DateTimeTestCase) PASS: test_default (test.test_xmlrpc.DateTimeTestCase) PASS: test_repr (test.test_xmlrpc.DateTimeTestCase) PASS: test_time (test.test_xmlrpc.DateTimeTestCase) PASS: test_time_struct (test.test_xmlrpc.DateTimeTestCase) PASS: test_time_tuple (test.test_xmlrpc.DateTimeTestCase) PASS: test_decode (test.test_xmlrpc.BinaryTestCase) PASS: test_default (test.test_xmlrpc.BinaryTestCase) PASS: test_string (test.test_xmlrpc.BinaryTestCase) PASS: test_dotted_attribute (test.test_xmlrpc.FaultTestCase) PASS: test_dump_fault (test.test_xmlrpc.FaultTestCase) PASS: test_repr (test.test_xmlrpc.FaultTestCase) PASS: test_cgihandler_has_use_builtin_types_flag (test.test_xmlrpc.UseBuiltinTypesTestCase) PASS: test_use_builtin_types (test.test_xmlrpc.UseBuiltinTypesTestCase) PASS: test_xmlrpcserver_has_use_builtin_types_flag (test.test_xmlrpc.UseBuiltinTypesTestCase) PASS: test_404 (test.test_xmlrpc.SimpleServerTestCase) PASS: test_allow_dotted_names_true (test.test_xmlrpc.SimpleServerTestCase) PASS: test_client_encoding (test.test_xmlrpc.SimpleServerTestCase) PASS: test_context_manager (test.test_xmlrpc.SimpleServerTestCase) PASS: test_context_manager_method_error (test.test_xmlrpc.SimpleServerTestCase) PASS: test_dotted_attribute (test.test_xmlrpc.SimpleServerTestCase) PASS: test_introspection1 (test.test_xmlrpc.SimpleServerTestCase) PASS: test_introspection2 (test.test_xmlrpc.SimpleServerTestCase) PASS: test_introspection3 (test.test_xmlrpc.SimpleServerTestCase) PASS: test_introspection4 (test.test_xmlrpc.SimpleServerTestCase) PASS: test_multicall (test.test_xmlrpc.SimpleServerTestCase) PASS: test_non_existing_multicall (test.test_xmlrpc.SimpleServerTestCase) PASS: test_nonascii (test.test_xmlrpc.SimpleServerTestCase) PASS: test_nonascii_methodname (test.test_xmlrpc.SimpleServerTestCase) PASS: test_partial_post (test.test_xmlrpc.SimpleServerTestCase) PASS: test_simple1 (test.test_xmlrpc.SimpleServerTestCase) PASS: test_unicode_host (test.test_xmlrpc.SimpleServerTestCase) PASS: test_server_encoding (test.test_xmlrpc.SimpleServerEncodingTestCase) PASS: test_two (test.test_xmlrpc.KeepaliveServerTestCase1) PASS: test_close (test.test_xmlrpc.KeepaliveServerTestCase2) PASS: test_transport (test.test_xmlrpc.KeepaliveServerTestCase2) PASS: test_bad_gzip_request (test.test_xmlrpc.GzipServerTestCase) PASS: test_gzip_request (test.test_xmlrpc.GzipServerTestCase) PASS: test_gzip_response (test.test_xmlrpc.GzipServerTestCase) PASS: test_gzip_decode_limit (test.test_xmlrpc.GzipUtilTestCase) PASS: test_path1 (test.test_xmlrpc.MultiPathServerTestCase) PASS: test_path2 (test.test_xmlrpc.MultiPathServerTestCase) PASS: test_path3 (test.test_xmlrpc.MultiPathServerTestCase) PASS: test_close (test.test_xmlrpc.ServerProxyTestCase) PASS: test_transport (test.test_xmlrpc.ServerProxyTestCase) PASS: test_basic (test.test_xmlrpc.FailingServerTestCase) PASS: test_fail_no_info (test.test_xmlrpc.FailingServerTestCase) PASS: test_fail_with_info (test.test_xmlrpc.FailingServerTestCase) PASS: test_cgi_get (test.test_xmlrpc.CGIHandlerTestCase) PASS: test_cgi_xmlrpc_response (test.test_xmlrpc.CGIHandlerTestCase) test_call_dispatch_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase) PASS: Calls the registered instance's `_dispatch` function test_call_instance_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase) PASS: Calls a registered instance attribute as a function test_call_registered_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase) PASS: Calls explicitly registered function test_cannot_locate_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase) PASS: Calls a function that the dispatcher cannot locate test_instance_has_no_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase) PASS: Attempts to call nonexistent function on a registered instance test_registered_func_is_none (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase) PASS: Calls explicitly registered function which is None ---------------------------------------------------------------------- Ran 79 tests in 3.373s OK 0:18:59 load avg: 0.93 [408/416] test_xmlrpc_net test_xmlrpc_net skipped -- Use of the 'network' resource not enabled 0:18:59 load avg: 0.93 [409/416] test_xxtestfuzz -- test_xmlrpc_net skipped (resource denied) test_sample_input_smoke_test (test.test_xxtestfuzz.TestFuzzer) PASS: This is only a regression test: Check that it doesn't crash. ---------------------------------------------------------------------- Ran 1 test in 0.001s OK 0:19:00 load avg: 0.93 [410/416] test_yield_from PASS: test_attempted_yield_from_loop (test.test_yield_from.TestPEP380Operation) PASS: test_attempting_to_send_to_non_generator (test.test_yield_from.TestPEP380Operation) PASS: test_broken_getattr_handling (test.test_yield_from.TestPEP380Operation) PASS: test_catching_exception_from_subgen_and_returning (test.test_yield_from.TestPEP380Operation) PASS: test_close_with_cleared_frame (test.test_yield_from.TestPEP380Operation) PASS: test_conversion_of_sendNone_to_next (test.test_yield_from.TestPEP380Operation) PASS: test_custom_iterator_return (test.test_yield_from.TestPEP380Operation) PASS: test_delegating_close (test.test_yield_from.TestPEP380Operation) PASS: test_delegating_generators_claim_to_be_running (test.test_yield_from.TestPEP380Operation) PASS: test_delegating_throw (test.test_yield_from.TestPEP380Operation) PASS: test_delegating_throw_to_non_generator (test.test_yield_from.TestPEP380Operation) PASS: test_delegation_of_close_to_non_generator (test.test_yield_from.TestPEP380Operation) PASS: test_delegation_of_initial_next_to_subgenerator (test.test_yield_from.TestPEP380Operation) PASS: test_delegation_of_next_call_to_subgenerator (test.test_yield_from.TestPEP380Operation) PASS: test_delegation_of_next_to_non_generator (test.test_yield_from.TestPEP380Operation) PASS: test_delegation_of_send (test.test_yield_from.TestPEP380Operation) PASS: test_delegator_is_visible_to_debugger (test.test_yield_from.TestPEP380Operation) PASS: test_exception_in_initial_next_call (test.test_yield_from.TestPEP380Operation) PASS: test_exception_value_crash (test.test_yield_from.TestPEP380Operation) PASS: test_generator_return_value (test.test_yield_from.TestPEP380Operation) PASS: test_handing_exception_while_delegating_close (test.test_yield_from.TestPEP380Operation) PASS: test_handling_exception_while_delegating_send (test.test_yield_from.TestPEP380Operation) PASS: test_next_and_return_with_value (test.test_yield_from.TestPEP380Operation) PASS: test_raising_exception_in_delegated_next_call (test.test_yield_from.TestPEP380Operation) PASS: test_raising_exception_in_initial_next_call (test.test_yield_from.TestPEP380Operation) PASS: test_returning_value_from_delegated_throw (test.test_yield_from.TestPEP380Operation) PASS: test_send_and_return_with_value (test.test_yield_from.TestPEP380Operation) PASS: test_send_tuple_with_custom_generator (test.test_yield_from.TestPEP380Operation) PASS: test_throwing_GeneratorExit_into_subgen_that_raises (test.test_yield_from.TestPEP380Operation) PASS: test_throwing_GeneratorExit_into_subgen_that_returns (test.test_yield_from.TestPEP380Operation) PASS: test_throwing_GeneratorExit_into_subgenerator_that_yields (test.test_yield_from.TestPEP380Operation) PASS: test_value_attribute_of_StopIteration_exception (test.test_yield_from.TestPEP380Operation) PASS: test_yield_from_empty (test.test_yield_from.TestPEP380Operation) ---------------------------------------------------------------------- Ran 33 tests in 0.146s OK 0:19:00 load avg: 0.93 [411/416] test_zipapp PASS: test_cmdline_copy (test.test_zipapp.ZipAppCmdlineTest) PASS: test_cmdline_copy_change_main (test.test_zipapp.ZipAppCmdlineTest) PASS: test_cmdline_copy_inplace (test.test_zipapp.ZipAppCmdlineTest) PASS: test_cmdline_create (test.test_zipapp.ZipAppCmdlineTest) PASS: test_info_command (test.test_zipapp.ZipAppCmdlineTest) PASS: test_info_error (test.test_zipapp.ZipAppCmdlineTest) PASS: test_content_of_copied_archive (test.test_zipapp.ZipAppTest) PASS: test_create_archive (test.test_zipapp.ZipAppTest) PASS: test_create_archive_default_target (test.test_zipapp.ZipAppTest) PASS: test_create_archive_filter_exclude_dir (test.test_zipapp.ZipAppTest) PASS: test_create_archive_with_compression (test.test_zipapp.ZipAppTest) PASS: test_create_archive_with_filter (test.test_zipapp.ZipAppTest) PASS: test_create_archive_with_pathlib (test.test_zipapp.ZipAppTest) PASS: test_create_archive_with_subdirs (test.test_zipapp.ZipAppTest) PASS: test_custom_interpreter (test.test_zipapp.ZipAppTest) PASS: test_default_no_shebang (test.test_zipapp.ZipAppTest) PASS: test_main_and_main_py (test.test_zipapp.ZipAppTest) PASS: test_main_only_written_once (test.test_zipapp.ZipAppTest) PASS: test_main_validation (test.test_zipapp.ZipAppTest) PASS: test_main_written (test.test_zipapp.ZipAppTest) PASS: test_modify_shebang (test.test_zipapp.ZipAppTest) PASS: test_no_main (test.test_zipapp.ZipAppTest) PASS: test_no_shebang_is_not_executable (test.test_zipapp.ZipAppTest) PASS: test_pack_to_fileobj (test.test_zipapp.ZipAppTest) PASS: test_read_from_fileobj (test.test_zipapp.ZipAppTest) PASS: test_read_from_pathobj (test.test_zipapp.ZipAppTest) PASS: test_read_missing_shebang (test.test_zipapp.ZipAppTest) PASS: test_read_shebang (test.test_zipapp.ZipAppTest) PASS: test_remove_shebang (test.test_zipapp.ZipAppTest) PASS: test_shebang_is_executable (test.test_zipapp.ZipAppTest) PASS: test_write_shebang_to_fileobj (test.test_zipapp.ZipAppTest) ---------------------------------------------------------------------- Ran 31 tests in 0.036s OK 0:19:01 load avg: 0.93 [412/416] test_zipfile test_read_with_bad_crc (test.test_zipfile.Bzip2BadCrcTests) PASS: Tests that files with bad CRCs raise a BadZipFile exception when read. test_testzip_with_bad_crc (test.test_zipfile.Bzip2BadCrcTests) PASS: Tests that files with bad CRCs return their name from testzip. PASS: test_basic (test.test_zipfile.Bzip2TestZip64InSmallFiles) PASS: test_too_many_files (test.test_zipfile.Bzip2TestZip64InSmallFiles) PASS: test_too_many_files_append (test.test_zipfile.Bzip2TestZip64InSmallFiles) PASS: test_open (test.test_zipfile.Bzip2TestsWithRandomBinaryFiles) PASS: test_random_open (test.test_zipfile.Bzip2TestsWithRandomBinaryFiles) PASS: test_read (test.test_zipfile.Bzip2TestsWithRandomBinaryFiles) PASS: test_basic (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_compresslevel_basic (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_iterlines (test.test_zipfile.Bzip2TestsWithSourceFile) test_low_compression (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: Check for cases where compressed data is larger than original. PASS: test_open (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_open_with_pathlike (test.test_zipfile.Bzip2TestsWithSourceFile) test_per_file_compresslevel (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: Check that files within a Zip archive can have different PASS: test_random_open (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_read1 (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_read1_10 (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_read_return_size (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_readline (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_readline_read (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_readlines (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_repr (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_truncated_zipfile (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_writestr_compression (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_writestr_compresslevel (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_writing_errors (test.test_zipfile.Bzip2TestsWithSourceFile) PASS: test_close_after_close (test.test_zipfile.Bzip2WriterTests) PASS: test_write_after_close (test.test_zipfile.Bzip2WriterTests) PASS: test_bad_use (test.test_zipfile.CommandLineTest) PASS: test_create_command (test.test_zipfile.CommandLineTest) PASS: test_extract_command (test.test_zipfile.CommandLineTest) PASS: test_list_command (test.test_zipfile.CommandLineTest) PASS: test_test_command (test.test_zipfile.CommandLineTest) PASS: test_bad_password (test.test_zipfile.DecryptionTests) PASS: test_good_password (test.test_zipfile.DecryptionTests) PASS: test_no_password (test.test_zipfile.DecryptionTests) PASS: test_unicode_password (test.test_zipfile.DecryptionTests) test_read_with_bad_crc (test.test_zipfile.DeflateBadCrcTests) PASS: Tests that files with bad CRCs raise a BadZipFile exception when read. test_testzip_with_bad_crc (test.test_zipfile.DeflateBadCrcTests) PASS: Tests that files with bad CRCs return their name from testzip. PASS: test_basic (test.test_zipfile.DeflateTestZip64InSmallFiles) PASS: test_too_many_files (test.test_zipfile.DeflateTestZip64InSmallFiles) PASS: test_too_many_files_append (test.test_zipfile.DeflateTestZip64InSmallFiles) PASS: test_open (test.test_zipfile.DeflateTestsWithRandomBinaryFiles) PASS: test_random_open (test.test_zipfile.DeflateTestsWithRandomBinaryFiles) PASS: test_read (test.test_zipfile.DeflateTestsWithRandomBinaryFiles) PASS: test_basic (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_compresslevel_basic (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_iterlines (test.test_zipfile.DeflateTestsWithSourceFile) test_low_compression (test.test_zipfile.DeflateTestsWithSourceFile) PASS: Check for cases where compressed data is larger than original. PASS: test_open (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_open_with_pathlike (test.test_zipfile.DeflateTestsWithSourceFile) test_per_file_compression (test.test_zipfile.DeflateTestsWithSourceFile) PASS: Check that files within a Zip archive can have different test_per_file_compresslevel (test.test_zipfile.DeflateTestsWithSourceFile) PASS: Check that files within a Zip archive can have different PASS: test_random_open (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_read1 (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_read1_10 (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_read_return_size (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_readline (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_readline_read (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_readlines (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_repr (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_truncated_zipfile (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_writestr_compression (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_writestr_compresslevel (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_writing_errors (test.test_zipfile.DeflateTestsWithSourceFile) PASS: test_close_after_close (test.test_zipfile.DeflateWriterTests) PASS: test_write_after_close (test.test_zipfile.DeflateWriterTests) PASS: test_extract (test.test_zipfile.ExtractTests) PASS: test_extract_all (test.test_zipfile.ExtractTests) PASS: test_extract_all_with_target (test.test_zipfile.ExtractTests) PASS: test_extract_all_with_target_pathlike (test.test_zipfile.ExtractTests) PASS: test_extract_hackers_arcnames_common_cases (test.test_zipfile.ExtractTests) PASS: test_extract_hackers_arcnames_posix_only (test.test_zipfile.ExtractTests) test_extract_hackers_arcnames_windows_only (test.test_zipfile.ExtractTests) SKIP: Test combination of path fixing and windows name sanitization. 'Requires \\ as path separator.' PASS: test_extract_with_target (test.test_zipfile.ExtractTests) PASS: test_extract_with_target_pathlike (test.test_zipfile.ExtractTests) PASS: test_sanitize_windows_name (test.test_zipfile.ExtractTests) test_read_with_bad_crc (test.test_zipfile.LzmaBadCrcTests) PASS: Tests that files with bad CRCs raise a BadZipFile exception when read. test_testzip_with_bad_crc (test.test_zipfile.LzmaBadCrcTests) PASS: Tests that files with bad CRCs return their name from testzip. PASS: test_basic (test.test_zipfile.LzmaTestZip64InSmallFiles) PASS: test_too_many_files (test.test_zipfile.LzmaTestZip64InSmallFiles) PASS: test_too_many_files_append (test.test_zipfile.LzmaTestZip64InSmallFiles) PASS: test_open (test.test_zipfile.LzmaTestsWithRandomBinaryFiles) PASS: test_random_open (test.test_zipfile.LzmaTestsWithRandomBinaryFiles) PASS: test_read (test.test_zipfile.LzmaTestsWithRandomBinaryFiles) PASS: test_basic (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_compresslevel_basic (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_iterlines (test.test_zipfile.LzmaTestsWithSourceFile) test_low_compression (test.test_zipfile.LzmaTestsWithSourceFile) PASS: Check for cases where compressed data is larger than original. PASS: test_open (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_open_with_pathlike (test.test_zipfile.LzmaTestsWithSourceFile) test_per_file_compresslevel (test.test_zipfile.LzmaTestsWithSourceFile) PASS: Check that files within a Zip archive can have different PASS: test_random_open (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_read1 (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_read1_10 (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_read_return_size (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_readline (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_readline_read (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_readlines (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_repr (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_truncated_zipfile (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_writestr_compression (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_writestr_compresslevel (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_writing_errors (test.test_zipfile.LzmaTestsWithSourceFile) PASS: test_close_after_close (test.test_zipfile.LzmaWriterTests) PASS: test_write_after_close (test.test_zipfile.LzmaWriterTests) test_bad_compression_mode (test.test_zipfile.OtherTests) PASS: Check that bad compression methods passed to ZipFile.open are test_bad_constructor_mode (test.test_zipfile.OtherTests) PASS: Check that bad modes passed to ZipFile constructor are caught. test_bad_open_mode (test.test_zipfile.OtherTests) PASS: Check that bad modes passed to ZipFile.open are caught. PASS: test_change_comment_in_empty_archive (test.test_zipfile.OtherTests) PASS: test_change_comment_in_nonempty_archive (test.test_zipfile.OtherTests) test_close (test.test_zipfile.OtherTests) PASS: Check that the zipfile is closed after the 'with' block. PASS: test_close_erroneous_file (test.test_zipfile.OtherTests) test_close_on_exception (test.test_zipfile.OtherTests) PASS: Check that the zipfile is closed if an exception is raised in the test_closed_zip_raises_ValueError (test.test_zipfile.OtherTests) PASS: Verify that testzip() doesn't swallow inappropriate exceptions. test_comments (test.test_zipfile.OtherTests) PASS: Check that comments on the archive are handled properly. PASS: test_create_non_existent_file_for_append (test.test_zipfile.OtherTests) PASS: test_create_zipinfo_before_1980 (test.test_zipfile.OtherTests) test_damaged_zipfile (test.test_zipfile.OtherTests) PASS: Check that zipfiles with missing bytes at the end raise BadZipFile. PASS: test_empty_file_raises_BadZipFile (test.test_zipfile.OtherTests) PASS: test_empty_zipfile (test.test_zipfile.OtherTests) test_exclusive_create_zip_file (test.test_zipfile.OtherTests) PASS: Test exclusive creating a new zipfile. test_is_zip_erroneous_file (test.test_zipfile.OtherTests) PASS: Check that is_zipfile() correctly identifies non-zip files. test_is_zip_valid_file (test.test_zipfile.OtherTests) PASS: Check that is_zipfile() correctly identifies zip files. PASS: test_non_existent_file_raises_OSError (test.test_zipfile.OtherTests) test_null_byte_in_filename (test.test_zipfile.OtherTests) PASS: Check that a filename containing a null byte is properly PASS: test_open_conflicting_handles (test.test_zipfile.OtherTests) PASS: test_open_empty_file (test.test_zipfile.OtherTests) test_open_non_existent_item (test.test_zipfile.OtherTests) PASS: Check that attempting to call open() for an item that doesn't PASS: test_open_via_zip_info (test.test_zipfile.OtherTests) test_read0 (test.test_zipfile.OtherTests) PASS: Check that calling read(0) on a ZipExtFile object returns an empty PASS: test_read_unicode_filenames (test.test_zipfile.OtherTests) PASS: test_seek_tell (test.test_zipfile.OtherTests) test_struct_sizes (test.test_zipfile.OtherTests) PASS: Check that ZIP internal structure sizes are calculated correctly. PASS: test_unicode_comment (test.test_zipfile.OtherTests) PASS: test_unsupported_compression (test.test_zipfile.OtherTests) PASS: test_unsupported_version (test.test_zipfile.OtherTests) PASS: test_write_unicode_filenames (test.test_zipfile.OtherTests) PASS: test_writestr_extended_local_header_issue1202 (test.test_zipfile.OtherTests) test_zipfile_with_short_extra_field (test.test_zipfile.OtherTests) PASS: If an extra field in the header is less than 4 bytes, skip it. PASS: test_write_filtered_python_package (test.test_zipfile.PyZipFileTests) PASS: test_write_non_pyfile (test.test_zipfile.PyZipFileTests) PASS: test_write_pathlike (test.test_zipfile.PyZipFileTests) PASS: test_write_pyfile (test.test_zipfile.PyZipFileTests) PASS: test_write_pyfile_bad_syntax (test.test_zipfile.PyZipFileTests) PASS: test_write_python_directory (test.test_zipfile.PyZipFileTests) PASS: test_write_python_directory_filtered (test.test_zipfile.PyZipFileTests) PASS: test_write_python_package (test.test_zipfile.PyZipFileTests) PASS: test_write_with_optimization (test.test_zipfile.PyZipFileTests) test_read_with_bad_crc (test.test_zipfile.StoredBadCrcTests) PASS: Tests that files with bad CRCs raise a BadZipFile exception when read. test_testzip_with_bad_crc (test.test_zipfile.StoredBadCrcTests) PASS: Tests that files with bad CRCs return their name from testzip. PASS: test_absolute_arcnames (test.test_zipfile.StoredTestZip64InSmallFiles) PASS: test_append (test.test_zipfile.StoredTestZip64InSmallFiles) PASS: test_basic (test.test_zipfile.StoredTestZip64InSmallFiles) PASS: test_large_file_exception (test.test_zipfile.StoredTestZip64InSmallFiles) PASS: test_too_many_files (test.test_zipfile.StoredTestZip64InSmallFiles) PASS: test_too_many_files_append (test.test_zipfile.StoredTestZip64InSmallFiles) PASS: test_open (test.test_zipfile.StoredTestsWithRandomBinaryFiles) PASS: test_random_open (test.test_zipfile.StoredTestsWithRandomBinaryFiles) PASS: test_read (test.test_zipfile.StoredTestsWithRandomBinaryFiles) PASS: test_absolute_arcnames (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_add_file_before_1980 (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_append_to_concatenated_zip_file (test.test_zipfile.StoredTestsWithSourceFile) test_append_to_non_zip_file (test.test_zipfile.StoredTestsWithSourceFile) PASS: Test appending to an existing file that is not a zipfile. test_append_to_zip_file (test.test_zipfile.StoredTestsWithSourceFile) PASS: Test appending to an existing zipfile. PASS: test_basic (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_compresslevel_basic (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_ignores_newline_at_end (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_ignores_stuff_appended_past_comments (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_iterlines (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_open (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_open_with_pathlike (test.test_zipfile.StoredTestsWithSourceFile) test_per_file_compresslevel (test.test_zipfile.StoredTestsWithSourceFile) PASS: Check that files within a Zip archive can have different PASS: test_random_open (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_read1 (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_read1_10 (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_read_concatenated_zip_file (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_read_return_size (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_readline (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_readline_read (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_readlines (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_repr (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_truncated_zipfile (test.test_zipfile.StoredTestsWithSourceFile) test_write_default_name (test.test_zipfile.StoredTestsWithSourceFile) PASS: Check that calling ZipFile.write without arcname specified test_write_to_readonly (test.test_zipfile.StoredTestsWithSourceFile) PASS: Check that trying to call write() on a readonly ZipFile object PASS: test_writestr_compression (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_writestr_compresslevel (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_writestr_permissions (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_writing_errors (test.test_zipfile.StoredTestsWithSourceFile) PASS: test_close_after_close (test.test_zipfile.StoredWriterTests) PASS: test_write_after_close (test.test_zipfile.StoredWriterTests) PASS: test_bug_6050 (test.test_zipfile.TestWithDirectory) PASS: test_extract_dir (test.test_zipfile.TestWithDirectory) PASS: test_write_dir (test.test_zipfile.TestWithDirectory) PASS: test_writestr_dir (test.test_zipfile.TestWithDirectory) PASS: test_different_file (test.test_zipfile.TestsWithMultipleOpens) PASS: test_interleaved (test.test_zipfile.TestsWithMultipleOpens) PASS: test_many_opens (test.test_zipfile.TestsWithMultipleOpens) PASS: test_read_after_close (test.test_zipfile.TestsWithMultipleOpens) PASS: test_read_after_write (test.test_zipfile.TestsWithMultipleOpens) PASS: test_same_file (test.test_zipfile.TestsWithMultipleOpens) PASS: test_write_after_read (test.test_zipfile.TestsWithMultipleOpens) PASS: test_write_while_reading (test.test_zipfile.TestsWithMultipleOpens) PASS: test_open_write (test.test_zipfile.UnseekableTests) PASS: test_write (test.test_zipfile.UnseekableTests) PASS: test_writestr (test.test_zipfile.UnseekableTests) PASS: test_from_dir (test.test_zipfile.ZipInfoTests) PASS: test_from_file (test.test_zipfile.ZipInfoTests) PASS: test_from_file_bytes (test.test_zipfile.ZipInfoTests) PASS: test_from_file_fileno (test.test_zipfile.ZipInfoTests) PASS: test_from_file_pathlike (test.test_zipfile.ZipInfoTests) ---------------------------------------------------------------------- Ran 212 tests in 7.820s OK (skipped=1) 0:19:09 load avg: 0.94 [413/416] test_zipfile64 test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run 0:19:09 load avg: 0.94 [414/416] test_zipimport -- test_zipfile64 skipped (resource denied) PASS: testAFakeZlib (test.test_zipimport.UncompressedZipImportTestCase) PASS: testBadMTime (test.test_zipimport.UncompressedZipImportTestCase) PASS: testBadMagic (test.test_zipimport.UncompressedZipImportTestCase) PASS: testBadMagic2 (test.test_zipimport.UncompressedZipImportTestCase) PASS: testBoth (test.test_zipimport.UncompressedZipImportTestCase) PASS: testBytesPath (test.test_zipimport.UncompressedZipImportTestCase) PASS: testDefaultOptimizationLevel (test.test_zipimport.UncompressedZipImportTestCase) testDoctestFile (test.test_zipimport.UncompressedZipImportTestCase) ... Trying: log.append(True) Expecting nothing ok 1 items passed all tests: 1 tests in xyz.txt 1 tests in 1 items. 1 passed and 0 failed. Test passed. ok PASS: testDoctestSuite (test.test_zipimport.UncompressedZipImportTestCase) PASS: testEmptyPy (test.test_zipimport.UncompressedZipImportTestCase) PASS: testGetCompiledSource (test.test_zipimport.UncompressedZipImportTestCase) PASS: testGetData (test.test_zipimport.UncompressedZipImportTestCase) PASS: testGetSource (test.test_zipimport.UncompressedZipImportTestCase) PASS: testImport_WithStuff (test.test_zipimport.UncompressedZipImportTestCase) PASS: testImporterAttr (test.test_zipimport.UncompressedZipImportTestCase) PASS: testMixedNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase) PASS: testNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase) PASS: testPackage (test.test_zipimport.UncompressedZipImportTestCase) PASS: testPy (test.test_zipimport.UncompressedZipImportTestCase) PASS: testPyc (test.test_zipimport.UncompressedZipImportTestCase) PASS: testSubNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase) PASS: testSubPackage (test.test_zipimport.UncompressedZipImportTestCase) PASS: testTraceback (test.test_zipimport.UncompressedZipImportTestCase) PASS: testUncheckedHashBasedPyc (test.test_zipimport.UncompressedZipImportTestCase) PASS: testUnencodable (test.test_zipimport.UncompressedZipImportTestCase) PASS: testUninitializedZipimporter (test.test_zipimport.UncompressedZipImportTestCase) PASS: testZipImporterMethods (test.test_zipimport.UncompressedZipImportTestCase) PASS: testZipImporterMethodsInSubDirectory (test.test_zipimport.UncompressedZipImportTestCase) PASS: test_issue31291 (test.test_zipimport.UncompressedZipImportTestCase) PASS: testAFakeZlib (test.test_zipimport.CompressedZipImportTestCase) PASS: testBadMTime (test.test_zipimport.CompressedZipImportTestCase) PASS: testBadMagic (test.test_zipimport.CompressedZipImportTestCase) PASS: testBadMagic2 (test.test_zipimport.CompressedZipImportTestCase) PASS: testBoth (test.test_zipimport.CompressedZipImportTestCase) PASS: testBytesPath (test.test_zipimport.CompressedZipImportTestCase) PASS: testDefaultOptimizationLevel (test.test_zipimport.CompressedZipImportTestCase) testDoctestFile (test.test_zipimport.CompressedZipImportTestCase) ... Trying: log.append(True) Expecting nothing ok 1 items passed all tests: 1 tests in xyz.txt 1 tests in 1 items. 1 passed and 0 failed. Test passed. ok PASS: testDoctestSuite (test.test_zipimport.CompressedZipImportTestCase) PASS: testEmptyPy (test.test_zipimport.CompressedZipImportTestCase) PASS: testGetCompiledSource (test.test_zipimport.CompressedZipImportTestCase) PASS: testGetData (test.test_zipimport.CompressedZipImportTestCase) PASS: testGetSource (test.test_zipimport.CompressedZipImportTestCase) PASS: testImport_WithStuff (test.test_zipimport.CompressedZipImportTestCase) PASS: testImporterAttr (test.test_zipimport.CompressedZipImportTestCase) PASS: testMixedNamespacePackage (test.test_zipimport.CompressedZipImportTestCase) PASS: testNamespacePackage (test.test_zipimport.CompressedZipImportTestCase) PASS: testPackage (test.test_zipimport.CompressedZipImportTestCase) PASS: testPy (test.test_zipimport.CompressedZipImportTestCase) PASS: testPyc (test.test_zipimport.CompressedZipImportTestCase) PASS: testSubNamespacePackage (test.test_zipimport.CompressedZipImportTestCase) PASS: testSubPackage (test.test_zipimport.CompressedZipImportTestCase) PASS: testTraceback (test.test_zipimport.CompressedZipImportTestCase) PASS: testUncheckedHashBasedPyc (test.test_zipimport.CompressedZipImportTestCase) PASS: testUnencodable (test.test_zipimport.CompressedZipImportTestCase) PASS: testUninitializedZipimporter (test.test_zipimport.CompressedZipImportTestCase) PASS: testZipImporterMethods (test.test_zipimport.CompressedZipImportTestCase) PASS: testZipImporterMethodsInSubDirectory (test.test_zipimport.CompressedZipImportTestCase) PASS: test_issue31291 (test.test_zipimport.CompressedZipImportTestCase) PASS: test_issue31602 (test.test_zipimport.CompressedZipImportTestCase) PASS: testBadArgs (test.test_zipimport.BadFileZipImportTestCase) PASS: testEmptyFile (test.test_zipimport.BadFileZipImportTestCase) PASS: testEmptyFilename (test.test_zipimport.BadFileZipImportTestCase) PASS: testFileUnreadable (test.test_zipimport.BadFileZipImportTestCase) PASS: testFilenameTooLong (test.test_zipimport.BadFileZipImportTestCase) PASS: testNoFile (test.test_zipimport.BadFileZipImportTestCase) PASS: testNotZipFile (test.test_zipimport.BadFileZipImportTestCase) ---------------------------------------------------------------------- Ran 66 tests in 0.100s OK 0:19:10 load avg: 0.94 [415/416] test_zipimport_support test_doctest_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Contents of '/var/volatile/tmp/tmpv4xjc1bx/test_zip.zip': File Name Modified Size test_zipped_doctest.py 2019-08-16 21:11:36 97864 sample_zipped_doctest.py 2019-08-16 21:11:36 1045 sample_zipped_doctest_no_doctests.py 2019-08-16 21:11:36 269 sample_zipped_doctest_no_docstrings.py 2019-08-16 21:11:36 227 Finding tests in test_zipped_doctest.SampleClass Trying: print(1) Expecting: 1 ok Trying: sc = SampleClass(3) Expecting nothing ok Trying: for i in range(10): sc = sc.double() print(' ', sc.get(), sep='', end='') Expecting: 6 12 24 48 96 192 384 768 1536 3072 ok doctest (test_zipped_doctest) ... 3 tests with zero failures Finding tests in test_zipped_doctest.SampleClass.NestedClass Trying: x = SampleClass.NestedClass(5) Expecting nothing ok Trying: y = x.square() Expecting nothing ok Trying: print(y.get()) Expecting: 25 ok doctest (test_zipped_doctest) ... 3 tests with zero failures Finding tests in test_zipped_doctest.SampleClass.NestedClass.__init__ Trying: print(SampleClass.NestedClass().get()) Expecting: 0 ok doctest (test_zipped_doctest) ... 1 tests with zero failures Finding tests in test_zipped_doctest.SampleClass.__init__ Trying: print(SampleClass(12).get()) Expecting: 12 ok doctest (test_zipped_doctest) ... 1 tests with zero failures Finding tests in test_zipped_doctest.SampleClass.a_classmethod Trying: print(SampleClass.a_classmethod(10)) Expecting: 12 ok Trying: print(SampleClass(0).a_classmethod(10)) Expecting: 12 ok doctest (test_zipped_doctest) ... 2 tests with zero failures Finding tests in test_zipped_doctest Trying: print(SampleClass(22).a_property) Expecting: 22 ok doctest (test_zipped_doctest) ... 1 tests with zero failures Finding tests in test_zipped_doctest.SampleClass.a_staticmethod Trying: print(SampleClass.a_staticmethod(10)) Expecting: 11 ok doctest (test_zipped_doctest) ... 1 tests with zero failures Finding tests in test_zipped_doctest.SampleClass.double Trying: print(SampleClass(12).double().get()) Expecting: 24 ok doctest (test_zipped_doctest) ... 1 tests with zero failures Finding tests in test_zipped_doctest.SampleClass.get Trying: print(SampleClass(-5).get()) Expecting: -5 ok doctest (test_zipped_doctest) ... 1 tests with zero failures Finding tests in test_zipped_doctest.SampleNewStyleClass Trying: print('1\n2\n3') Expecting: 1 2 3 ok doctest (test_zipped_doctest) ... 1 tests with zero failures Finding tests in test_zipped_doctest.SampleNewStyleClass.__init__ Trying: print(SampleNewStyleClass(12).get()) Expecting: 12 ok doctest (test_zipped_doctest) ... 1 tests with zero failures Finding tests in test_zipped_doctest.SampleNewStyleClass.double Trying: print(SampleNewStyleClass(12).double().get()) Expecting: 24 ok doctest (test_zipped_doctest) ... 1 tests with zero failures Finding tests in test_zipped_doctest.SampleNewStyleClass.get Trying: print(SampleNewStyleClass(-5).get()) Expecting: -5 ok doctest (test_zipped_doctest) ... 1 tests with zero failures Finding tests in test_zipped_doctest.sample_func Trying: print(sample_func(22)) Expecting: 44 ok doctest (test_zipped_doctest) ... 1 tests with zero failures Finding tests in test_zipped_doctest.test_DocTest Trying: docstring = ''' >>> print(12) 12 Non-example text. >>> print('another\\example') another example ''' Expecting nothing ok Trying: globs = {} # globals to run the test in. Expecting nothing ok Trying: parser = doctest.DocTestParser() Expecting nothing ok Trying: test = parser.get_doctest(docstring, globs, 'some_test', 'some_file', 20) Expecting nothing ok Trying: print(test) Expecting: ok Trying: len(test.examples) Expecting: 2 ok Trying: e1, e2 = test.examples Expecting nothing ok Trying: (e1.source, e1.want, e1.lineno) Expecting: ('print(12)\n', '12\n', 1) ok Trying: (e2.source, e2.want, e2.lineno) Expecting: ("print('another\\example')\n", 'another\nexample\n', 6) ok Trying: (test.name, test.filename, test.lineno) Expecting: ('some_test', 'some_file', 20) ok Trying: test.lineno + e1.lineno Expecting: 21 ok Trying: test.lineno + e2.lineno Expecting: 26 ok Trying: docstring = r''' >>> print('bad\nindentation') bad indentation ''' Expecting nothing ok Trying: parser.get_doctest(docstring, globs, 'some_test', 'filename', 0) Expecting: Traceback (most recent call last): ValueError: line 4 of the docstring for some_test has inconsistent leading whitespace: 'indentation' ok Trying: docstring = r''' >>> print(('bad indentation', ... 2)) ('bad', 'indentation') ''' Expecting nothing ok Trying: parser.get_doctest(docstring, globs, 'some_test', 'filename', 0) Expecting: Traceback (most recent call last): ValueError: line 2 of the docstring for some_test has inconsistent leading whitespace: '... 2))' ok Trying: docstring = '>>>print(1)\n1' Expecting nothing ok Trying: parser.get_doctest(docstring, globs, 'some_test', 'filename', 0) Expecting: Traceback (most recent call last): ValueError: line 1 of the docstring for some_test lacks blank after >>>: '>>>print(1)' ok Trying: docstring = '>>> if 1:\n...print(1)\n1' Expecting nothing ok Trying: parser.get_doctest(docstring, globs, 'some_test', 'filename', 0) Expecting: Traceback (most recent call last): ValueError: line 2 of the docstring for some_test lacks blank after ...: '...print(1)' ok Trying: docstring = ''' >>> print 12 12 ''' Expecting nothing ok Trying: test = parser.get_doctest(docstring, globs, 'some_test', 'some_test', 20) Expecting nothing ok Trying: same_test = parser.get_doctest(docstring, globs, 'some_test', 'some_test', 20) Expecting nothing ok Trying: test == same_test Expecting: True ok Trying: test != same_test Expecting: False ok Trying: hash(test) == hash(same_test) Expecting: True ok Trying: docstring = ''' >>> print 42 42 ''' Expecting nothing ok Trying: other_test = parser.get_doctest(docstring, globs, 'other_test', 'other_file', 10) Expecting nothing ok Trying: test == other_test Expecting: False ok Trying: test != other_test Expecting: True ok Trying: DocTestCase = doctest.DocTestCase Expecting nothing ok Trying: test_case = DocTestCase(test) Expecting nothing ok Trying: same_test_case = DocTestCase(same_test) Expecting nothing ok Trying: other_test_case = DocTestCase(other_test) Expecting nothing ok Trying: test_case == same_test_case Expecting: True ok Trying: test_case != same_test_case Expecting: False ok Trying: hash(test_case) == hash(same_test_case) Expecting: True ok Trying: test == other_test_case Expecting: False ok Trying: test != other_test_case Expecting: True ok doctest (test_zipped_doctest) ... 39 tests with zero failures Finding tests in test_zipped_doctest.test_DocTestParser Trying: s = ''' >>> x, y = 2, 3 # no output expected >>> if 1: ... print(x) ... print(y) 2 3 Some text. >>> x+y 5 ''' Expecting nothing ok Trying: parser = doctest.DocTestParser() Expecting nothing ok Trying: for piece in parser.parse(s): if isinstance(piece, doctest.Example): print('Example:', (piece.source, piece.want, piece.lineno)) else: print(' Text:', repr(piece)) Expecting: Text: '\n' Example: ('x, y = 2, 3 # no output expected\n', '', 1) Text: '' Example: ('if 1:\n print(x)\n print(y)\n', '2\n3\n', 2) Text: '\nSome text.\n' Example: ('x+y\n', '5\n', 9) Text: '' ok Trying: for piece in parser.get_examples(s): print((piece.source, piece.want, piece.lineno)) Expecting: ('x, y = 2, 3 # no output expected\n', '', 1) ('if 1:\n print(x)\n print(y)\n', '2\n3\n', 2) ('x+y\n', '5\n', 9) ok Trying: test = parser.get_doctest(s, {}, 'name', 'filename', lineno=5) Expecting nothing ok Trying: (test.name, test.filename, test.lineno) Expecting: ('name', 'filename', 5) ok Trying: for piece in test.examples: print((piece.source, piece.want, piece.lineno)) Expecting: ('x, y = 2, 3 # no output expected\n', '', 1) ('if 1:\n print(x)\n print(y)\n', '2\n3\n', 2) ('x+y\n', '5\n', 9) ok doctest (test_zipped_doctest) ... 7 tests with zero failures Finding tests in test_zipped_doctest.test_DocTestRunner.basics Trying: def f(x): ''' >>> x = 12 >>> print(x) 12 >>> x//2 6 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=3) ok Trying: def f(x): ''' >>> x = 12 >>> print(x) 14 >>> x//2 6 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=True).run(test) # doctest: +ELLIPSIS Expecting: Trying: x = 12 Expecting nothing ok Trying: print(x) Expecting: 14 ********************************************************************** File ..., line 4, in f Failed example: print(x) Expected: 14 Got: 12 Trying: x//2 Expecting: 6 ok TestResults(failed=1, attempted=3) ok doctest (test_zipped_doctest) ... 6 tests with zero failures Finding tests in test_zipped_doctest.test_DocTestRunner.exceptions Trying: def f(x): ''' >>> x = 12 >>> print(x//0) Traceback (most recent call last): ZeroDivisionError: integer division or modulo by zero ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) ok Trying: def f(x): ''' >>> x = 12 >>> print('pre-exception output', x//0) pre-exception output Traceback (most recent call last): ZeroDivisionError: integer division or modulo by zero ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 4, in f Failed example: print('pre-exception output', x//0) Exception raised: ... ZeroDivisionError: integer division or modulo by zero TestResults(failed=1, attempted=2) ok Trying: def f(x): r''' >>> raise ValueError('multi\nline\nmessage') Traceback (most recent call last): ValueError: multi line message ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) ok Trying: def f(x): r''' >>> raise ValueError('message') Traceback (most recent call last): ValueError: wrong message ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 3, in f Failed example: raise ValueError('message') Expected: Traceback (most recent call last): ValueError: wrong message Got: Traceback (most recent call last): ... ValueError: message TestResults(failed=1, attempted=1) ok Trying: def f(x): r''' >>> raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): ValueError: wrong message ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) ok Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException('message') Traceback (most recent call last): HTTPException: message ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 4, in f Failed example: raise HTTPException('message') Expected: Traceback (most recent call last): HTTPException: message Got: Traceback (most recent call last): ... http.client.HTTPException: message TestResults(failed=1, attempted=2) ok Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException('message') Traceback (most recent call last): http.client.HTTPException: message ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) ok Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException('message') #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): HTTPException: message ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) ok Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException('message') #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): foo.bar.HTTPException: message ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) ok Trying: def f(x): r''' >>> raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): TypeError: wrong type ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 3, in f Failed example: raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL Expected: Traceback (most recent call last): TypeError: wrong type Got: Traceback (most recent call last): ... ValueError: message TestResults(failed=1, attempted=1) ok Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException() #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): foo.bar.HTTPException ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) ok Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException() #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): foo.bar.HTTPException: ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) ok Trying: def f(x): r''' >>> 1//0 0 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 3, in f Failed example: 1//0 Exception raised: Traceback (most recent call last): ... ZeroDivisionError: integer division or modulo by zero TestResults(failed=1, attempted=1) ok doctest (test_zipped_doctest) ... 39 tests with zero failures Finding tests in test_zipped_doctest.test_DocTestRunner.option_directives Trying: def f(x): r''' >>> print(list(range(10))) # should fail: no ellipsis [0, 1, ..., 9] >>> print(list(range(10))) # doctest: +ELLIPSIS [0, 1, ..., 9] ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: print(list(range(10))) # should fail: no ellipsis Expected: [0, 1, ..., 9] Got: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] TestResults(failed=1, attempted=2) ok Trying: def f(x): r''' >>> print(list(range(10))) [0, 1, ..., 9] >>> # should fail: no ellipsis >>> print(list(range(10))) # doctest: -ELLIPSIS [0, 1, ..., 9] ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=doctest.ELLIPSIS).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 6, in f Failed example: print(list(range(10))) # doctest: -ELLIPSIS Expected: [0, 1, ..., 9] Got: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] TestResults(failed=1, attempted=2) ok Trying: def f(x): r''' >>> print(list(range(10))) # Should fail: no ellipsis [0, 1, ..., 9] >>> print(list(range(10))) # doctest: +ELLIPSIS [0, 1, ..., 9] >>> print(list(range(10))) # Should fail: no ellipsis [0, 1, ..., 9] ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: print(list(range(10))) # Should fail: no ellipsis Expected: [0, 1, ..., 9] Got: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] ********************************************************************** File ..., line 8, in f Failed example: print(list(range(10))) # Should fail: no ellipsis Expected: [0, 1, ..., 9] Got: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] TestResults(failed=2, attempted=3) ok Trying: def f(x): r''' >>> print(list(range(10))) # Should fail [0, 1, ..., 9] >>> print(list(range(10))) # Should succeed ... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE [0, 1, ..., 9] ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: print(list(range(10))) # Should fail Expected: [0, 1, ..., 9] Got: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] TestResults(failed=1, attempted=2) ok Trying: def f(x): r''' >>> print(list(range(10))) # Should fail [0, 1, ..., 9] >>> print(list(range(10))) # Should succeed ... # doctest: +ELLIPSIS,+NORMALIZE_WHITESPACE [0, 1, ..., 9] ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: print(list(range(10))) # Should fail Expected: [0, 1, ..., 9] Got: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] TestResults(failed=1, attempted=2) ok Trying: def f(x): r''' >>> print(list(range(10))) # Should fail [0, 1, ..., 9] >>> print(list(range(10))) # Should succeed ... # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE [0, 1, ..., 9] ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: print(list(range(10))) # Should fail Expected: [0, 1, ..., 9] Got: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] TestResults(failed=1, attempted=2) ok Trying: def f(x): r''' >>> print(list(range(10))) ... # doctest: +ELLIPSIS [0, 1, ..., 9] ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) ok Trying: def f(x): r''' >>> for x in range(10): # doctest: +ELLIPSIS ... print(' ', x, end='', sep='') 0 1 2 ... 9 >>> for x in range(10): ... print(' ', x, end='', sep='') # doctest: +ELLIPSIS 0 1 2 ... 9 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) ok Trying: def f(x): r''' Should fail (option directive not on the last line): >>> for x in range(10): # doctest: +ELLIPSIS ... print(x, end=' ') # doctest: +NORMALIZE_WHITESPACE 0 1 2...9 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) ok Trying: s = '>>> print(12) #doctest: +BADOPTION' Expecting nothing ok Trying: test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0) Expecting: Traceback (most recent call last): ValueError: line 1 of the doctest for s has an invalid option: '+BADOPTION' ok Trying: s = '>>> print(12) #doctest: ELLIPSIS' Expecting nothing ok Trying: test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0) Expecting: Traceback (most recent call last): ValueError: line 1 of the doctest for s has an invalid option: 'ELLIPSIS' ok Trying: s = '>>> # doctest: +ELLIPSIS' Expecting nothing ok Trying: test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0) Expecting: Traceback (most recent call last): ValueError: line 0 of the doctest for s has an option directive on a line with no example: '# doctest: +ELLIPSIS' ok doctest (test_zipped_doctest) ... 33 tests with zero failures Finding tests in test_zipped_doctest.test_DocTestRunner.optionflags Trying: def f(x): '>>> True\n1\n' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.DONT_ACCEPT_TRUE_FOR_1 Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: True Expected: 1 Got: True TestResults(failed=1, attempted=1) ok Trying: def f(x): '>>> print("a\\n\\nb")\na\n\nb\n' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.DONT_ACCEPT_BLANKLINE Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: print("a\n\nb") Expected: a b Got: a b TestResults(failed=1, attempted=1) ok Trying: def f(x): '>>> print(1, 2, 3)\n 1 2\n 3' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: print(1, 2, 3) Expected: 1 2 3 Got: 1 2 3 TestResults(failed=1, attempted=1) ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.NORMALIZE_WHITESPACE Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) Expecting: TestResults(failed=0, attempted=1) ok Trying: print(list(range(20))) #doctest: +NORMALIZE_WHITESPACE Expecting: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19] ok Trying: def f(x): '>>> print(list(range(15)))\n[0, 1, 2, ..., 14]\n' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 2, in f Failed example: print(list(range(15))) Expected: [0, 1, 2, ..., 14] Got: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14] TestResults(failed=1, attempted=1) ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.ELLIPSIS Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) Expecting: TestResults(failed=0, attempted=1) ok Trying: if 1: for i in range(100): print(i**2, end=' ') #doctest: +ELLIPSIS print('!') Expecting: 0 1...4...9 16 ... 36 49 64 ... 9801 ! ok Trying: if 1: #doctest: +ELLIPSIS for i in range(20): print(i, end=' ') print(20) Expecting: 0 1 2 ...1...2...0 ok Trying: print(list(range(20))) # doctest:+ELLIPSIS Expecting: [0, 1, ..., 18, 19] ok Trying: print(list(range(20))) # doctest: +ELLIPSIS # doctest: +NORMALIZE_WHITESPACE Expecting: [0, 1, ..., 18, 19] ok Trying: import random Expecting nothing ok Trying: def f(x): r''' >>> print('\n'.join('abcdefg')) a B c d f g h ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 3, in f Failed example: print('\n'.join('abcdefg')) Expected: a B c d f g h Got: a b c d e f g TestResults(failed=1, attempted=1) ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.REPORT_UDIFF Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 3, in f Failed example: print('\n'.join('abcdefg')) Differences (unified diff with -expected +actual): @@ -1,7 +1,7 @@ a -B +b c d +e f g -h TestResults(failed=1, attempted=1) ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.REPORT_CDIFF Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 3, in f Failed example: print('\n'.join('abcdefg')) Differences (context diff with expected followed by actual): *************** *** 1,7 **** a ! B c d f g - h --- 1,7 ---- a ! b c d + e f g TestResults(failed=1, attempted=1) ok Trying: def f(x): r''' >>> print("a b c d e f g h i j k l m") a b c d e f g h i j k 1 m ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.REPORT_NDIFF Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 3, in f Failed example: print("a b c d e f g h i j k l m") Differences (ndiff with -expected +actual): - a b c d e f g h i j k 1 m ? ^ + a b c d e f g h i j k l m ? + ++ ^ TestResults(failed=1, attempted=1) ok Trying: def f(x): r''' >>> print(1) # first success 1 >>> print(2) # first failure 200 >>> print(3) # second failure 300 >>> print(4) # second success 4 >>> print(5) # third failure 500 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.REPORT_ONLY_FIRST_FAILURE Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 5, in f Failed example: print(2) # first failure Expected: 200 Got: 2 TestResults(failed=3, attempted=5) ok Trying: doctest.DocTestRunner(verbose=True, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: Trying: print(1) # first success Expecting: 1 ok Trying: print(2) # first failure Expecting: 200 ********************************************************************** File ..., line 5, in f Failed example: print(2) # first failure Expected: 200 Got: 2 TestResults(failed=3, attempted=5) ok Trying: flags = doctest.FAIL_FAST Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 5, in f Failed example: print(2) # first failure Expected: 200 Got: 2 TestResults(failed=1, attempted=2) ok Trying: flags = doctest.FAIL_FAST | doctest.REPORT_ONLY_FIRST_FAILURE Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 5, in f Failed example: print(2) # first failure Expected: 200 Got: 2 TestResults(failed=1, attempted=2) ok Trying: def f(x): r''' >>> print(1) # first success 1 >>> raise ValueError(2) # first failure 200 >>> print(3) # second failure 300 >>> print(4) # second success 4 >>> print(5) # third failure 500 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: flags = doctest.REPORT_ONLY_FIRST_FAILURE Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 5, in f Failed example: raise ValueError(2) # first failure Exception raised: ... ValueError: 2 TestResults(failed=3, attempted=5) ok Trying: flags = doctest.FAIL_FAST Expecting nothing ok Trying: doctest.DocTestRunner(verbose=False, optionflags=flags).run(test) # doctest: +ELLIPSIS Expecting: ********************************************************************** File ..., line 5, in f Failed example: raise ValueError(2) # first failure Exception raised: ... ValueError: 2 TestResults(failed=1, attempted=2) ok Trying: unlikely = "UNLIKELY_OPTION_NAME" Expecting nothing ok Trying: unlikely in doctest.OPTIONFLAGS_BY_NAME Expecting: False ok Trying: new_flag_value = doctest.register_optionflag(unlikely) Expecting nothing ok Trying: unlikely in doctest.OPTIONFLAGS_BY_NAME Expecting: True ok Trying: redundant_flag_value = doctest.register_optionflag(unlikely) Expecting nothing ok Trying: redundant_flag_value == new_flag_value Expecting: True ok Trying: del doctest.OPTIONFLAGS_BY_NAME[unlikely] Expecting nothing ok doctest (test_zipped_doctest) ... 65 tests with zero failures Finding tests in test_zipped_doctest.test_DocTestRunner.verbose_flag Trying: def f(x): ''' >>> x = 12 >>> print(x) 12 >>> x//2 6 ''' Expecting nothing ok Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing ok Trying: doctest.DocTestRunner(verbose=True).run(test) Expecting: Trying: x = 12 Expecting nothing ok Trying: print(x) Expecting: 12 ok Trying: x//2 Expecting: 6 ok TestResults(failed=0, attempted=3) ok Trying: old_argv = sys.argv Expecting nothing ok Trying: sys.argv = ['test'] Expecting nothing ok Trying: doctest.DocTestRunner().run(test) Expecting: TestResults(failed=0, attempted=3) ok Trying: sys.argv = ['test', '-v'] Expecting nothing ok Trying: doctest.DocTestRunner().run(test) Expecting: Trying: x = 12 Expecting nothing ok Trying: print(x) Expecting: 12 ok Trying: x//2 Expecting: 6 ok TestResults(failed=0, attempted=3) ok Trying: sys.argv = old_argv Expecting nothing ok doctest (test_zipped_doctest) ... 9 tests with zero failures Finding tests in test_zipped_doctest.test_Example Trying: example = doctest.Example('print(1)', '1\n') Expecting nothing ok Trying: (example.source, example.want, example.exc_msg, example.lineno, example.indent, example.options) Expecting: ('print(1)\n', '1\n', None, 0, 0, {}) ok Trying: exc_msg = 'IndexError: pop from an empty list' Expecting nothing ok Trying: example = doctest.Example('[].pop()', '', exc_msg, lineno=5, indent=4, options={doctest.ELLIPSIS: True}) Expecting nothing ok Trying: (example.source, example.want, example.exc_msg, example.lineno, example.indent, example.options) Expecting: ('[].pop()\n', '', 'IndexError: pop from an empty list\n', 5, 4, {8: True}) ok Trying: e = doctest.Example('print(1)', '1\n') Expecting nothing ok Trying: e.source, e.want Expecting: ('print(1)\n', '1\n') ok Trying: e = doctest.Example('print(1)\n', '1\n') Expecting nothing ok Trying: e.source, e.want Expecting: ('print(1)\n', '1\n') ok Trying: e = doctest.Example('print(1);\nprint(2)\n', '1\n2\n') Expecting nothing ok Trying: e.source, e.want Expecting: ('print(1);\nprint(2)\n', '1\n2\n') ok Trying: e = doctest.Example('print(1);\nprint(2)', '1\n2\n') Expecting nothing ok Trying: e.source, e.want Expecting: ('print(1);\nprint(2)\n', '1\n2\n') ok Trying: e = doctest.Example('', '') Expecting nothing ok Trying: e.source, e.want Expecting: ('\n', '') ok Trying: e = doctest.Example('print(1)', '1\n') Expecting nothing ok Trying: e.source, e.want Expecting: ('print(1)\n', '1\n') ok Trying: e = doctest.Example('print(1)', '1') Expecting nothing ok Trying: e.source, e.want Expecting: ('print(1)\n', '1\n') ok Trying: e = doctest.Example('print', '') Expecting nothing ok Trying: e.source, e.want Expecting: ('print\n', '') ok Trying: exc_msg = 'IndexError: pop from an empty list' Expecting nothing ok Trying: e = doctest.Example('[].pop()', '', exc_msg) Expecting nothing ok Trying: e.exc_msg Expecting: 'IndexError: pop from an empty list\n' ok Trying: exc_msg = 'IndexError: pop from an empty list\n' Expecting nothing ok Trying: e = doctest.Example('[].pop()', '', exc_msg) Expecting nothing ok Trying: e.exc_msg Expecting: 'IndexError: pop from an empty list\n' ok Trying: exc_msg = 'ValueError: 1\n 2' Expecting nothing ok Trying: e = doctest.Example('raise ValueError("1\n 2")', '', exc_msg) Expecting nothing ok Trying: e.exc_msg Expecting: 'ValueError: 1\n 2\n' ok Trying: exc_msg = 'ValueError: 1\n 2\n' Expecting nothing ok Trying: e = doctest.Example('raise ValueError("1\n 2")', '', exc_msg) Expecting nothing ok Trying: e.exc_msg Expecting: 'ValueError: 1\n 2\n' ok Trying: exc_msg = '' Expecting nothing ok Trying: e = doctest.Example('raise X()', '', exc_msg) Expecting nothing ok Trying: e.exc_msg Expecting: '\n' ok Trying: example = doctest.Example('print 1', '1\n') Expecting nothing ok Trying: same_example = doctest.Example('print 1', '1\n') Expecting nothing ok Trying: other_example = doctest.Example('print 42', '42\n') Expecting nothing ok Trying: example == same_example Expecting: True ok Trying: example != same_example Expecting: False ok Trying: hash(example) == hash(same_example) Expecting: True ok Trying: example == other_example Expecting: False ok Trying: example != other_example Expecting: True ok doctest (test_zipped_doctest) ... 44 tests with zero failures Finding tests in test_zipped_doctest.test_debug Trying: s = ''' >>> x = 12 >>> print(x) 12 ''' Expecting nothing ok Trying: real_stdin = sys.stdin Expecting nothing ok Trying: sys.stdin = _FakeInput(['next', 'print(x)', 'continue']) Expecting nothing ok Trying: try: doctest.debug_src(s) finally: sys.stdin = real_stdin Expecting: > (1)() (Pdb) next 12 --Return-- > (1)()->None (Pdb) print(x) 12 (Pdb) continue ok doctest (test_zipped_doctest) ... 4 tests with zero failures Finding tests in test_zipped_doctest.test_testsource Trying: import test_zipped_doctest Expecting nothing ok Trying: name = 'test_zipped_doctest.sample_func' Expecting nothing ok Trying: print(doctest.testsource(test_zipped_doctest, name)) Expecting: # Blah blah # print(sample_func(22)) # Expected: ## 44 # # Yee ha! ok Trying: name = 'test_zipped_doctest.SampleNewStyleClass' Expecting nothing ok Trying: print(doctest.testsource(test_zipped_doctest, name)) Expecting: print('1\n2\n3') # Expected: ## 1 ## 2 ## 3 ok Trying: name = 'test_zipped_doctest.SampleClass.a_classmethod' Expecting nothing ok Trying: print(doctest.testsource(test_zipped_doctest, name)) Expecting: print(SampleClass.a_classmethod(10)) # Expected: ## 12 print(SampleClass(0).a_classmethod(10)) # Expected: ## 12 ok doctest (test_zipped_doctest) ... 7 tests with zero failures Finding tests in test_zipped_doctest.test_trailing_space_in_test Trying: x, y = 'foo', '' Expecting nothing ok Trying: print(x, y) Expecting: foo ok doctest (test_zipped_doctest) ... 2 tests with zero failures Finding tests in test_zipped_doctest.test_DocTestSuite Trying: import unittest Expecting nothing ok Trying: import sample_zipped_doctest Expecting nothing ok Trying: suite = doctest.DocTestSuite(sample_zipped_doctest) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocTestSuite('sample_zipped_doctest') Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocTestSuite('sample_zipped_doctest_no_doctests') Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocTestSuite('sample_zipped_doctest_no_docstrings') Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = sample_zipped_doctest.test_suite() Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: finder = doctest.DocTestFinder() Expecting nothing ok Trying: suite = doctest.DocTestSuite('sample_zipped_doctest', test_finder=finder) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: finder = doctest.DocTestFinder() Expecting nothing ok Trying: suite = doctest.DocTestSuite('sample_zipped_doctest_no_docstrings', test_finder=finder) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocTestSuite('sample_zipped_doctest', globs={}) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocTestSuite('sample_zipped_doctest', extraglobs={'y': 1}) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocTestSuite('sample_zipped_doctest', optionflags=doctest.DONT_ACCEPT_BLANKLINE) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: def setUp(t): import test_zipped_doctest test_zipped_doctest.sillySetup = True Expecting nothing ok Trying: def tearDown(t): import test_zipped_doctest del test_zipped_doctest.sillySetup Expecting nothing ok Trying: suite = doctest.DocTestSuite('sample_zipped_doctest', setUp=setUp, tearDown=tearDown) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: import test_zipped_doctest Expecting nothing ok Trying: test_zipped_doctest.sillySetup Expecting: Traceback (most recent call last): ... AttributeError: module 'test_zipped_doctest' has no attribute 'sillySetup' ok Trying: def setUp(test): test.globs['y'] = 1 Expecting nothing ok Trying: suite = doctest.DocTestSuite('sample_zipped_doctest', setUp=setUp) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok doctest (test_zipped_doctest) ... 33 tests with zero failures Finding tests in test_zipped_doctest.test_DocTestFinder doctest (test_zipped_doctest) ... 0 tests with zero failures ok FAIL: test_doctest_main_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Expected line File "/var/volatile/tmp/tmpu9ek7jzi/script.py", line 2, in __main__.Test Got stdout: b'**********************************************************************\nFile "/var/volatile/tmp/tmpu9ek7jzi/script.py", line 2, in __main__.Test\nFailed example:\n \'line 2\'\nExpected nothing\nGot:\n \'line 2\'\n**********************************************************************\n1 items had failures:\n 1 of 1 in __main__.Test\n***Test Failed*** 1 failures.\n' Expected line File "/var/volatile/tmp/tmpu9ek7jzi/test_zip.zip/__main__.py", line 2, in __main__.Test Got stdout: b'**********************************************************************\nFile "/var/volatile/tmp/tmpu9ek7jzi/test_zip.zip/__main__.py", line 2, in __main__.Test\nFailed example:\n \'line 2\'\nExpected nothing\nGot:\n \'line 2\'\n**********************************************************************\n1 items had failures:\n 1 of 1 in __main__.Test\n***Test Failed*** 1 failures.\n' ok PASS: test_inspect_getsource_issue4223 (test.test_zipimport_support.ZipSupportTests) PASS: test_pdb_issue4201 (test.test_zipimport_support.ZipSupportTests) ---------------------------------------------------------------------- Ran 4 tests in 0.407s OK 0:19:11 load avg: 0.94 [416/416] test_zlib SKIP: test_big_buffer (test.test_zlib.ChecksumBigBufferTestCase) 'not enough memory: 4.0G minimum needed' PASS: test_adler32empty (test.test_zlib.ChecksumTestCase) PASS: test_adler32start (test.test_zlib.ChecksumTestCase) PASS: test_crc32_adler32_unsigned (test.test_zlib.ChecksumTestCase) PASS: test_crc32empty (test.test_zlib.ChecksumTestCase) PASS: test_crc32start (test.test_zlib.ChecksumTestCase) PASS: test_penguins (test.test_zlib.ChecksumTestCase) PASS: test_same_as_binascii_crc32 (test.test_zlib.ChecksumTestCase) PASS: test_64bit_compress (test.test_zlib.CompressObjectTestCase) PASS: test_badcompresscopy (test.test_zlib.CompressObjectTestCase) PASS: test_baddecompresscopy (test.test_zlib.CompressObjectTestCase) PASS: test_big_compress_buffer (test.test_zlib.CompressObjectTestCase) PASS: test_big_decompress_buffer (test.test_zlib.CompressObjectTestCase) PASS: test_clear_unconsumed_tail (test.test_zlib.CompressObjectTestCase) PASS: test_compresscopy (test.test_zlib.CompressObjectTestCase) PASS: test_compressincremental (test.test_zlib.CompressObjectTestCase) PASS: test_compressoptions (test.test_zlib.CompressObjectTestCase) PASS: test_compresspickle (test.test_zlib.CompressObjectTestCase) PASS: test_decompimax (test.test_zlib.CompressObjectTestCase) PASS: test_decompinc (test.test_zlib.CompressObjectTestCase) PASS: test_decompincflush (test.test_zlib.CompressObjectTestCase) PASS: test_decompress_eof (test.test_zlib.CompressObjectTestCase) PASS: test_decompress_eof_incomplete_stream (test.test_zlib.CompressObjectTestCase) PASS: test_decompress_incomplete_stream (test.test_zlib.CompressObjectTestCase) PASS: test_decompress_raw_with_dictionary (test.test_zlib.CompressObjectTestCase) PASS: test_decompress_unused_data (test.test_zlib.CompressObjectTestCase) PASS: test_decompresscopy (test.test_zlib.CompressObjectTestCase) PASS: test_decompressmaxlen (test.test_zlib.CompressObjectTestCase) PASS: test_decompressmaxlenflush (test.test_zlib.CompressObjectTestCase) PASS: test_decompresspickle (test.test_zlib.CompressObjectTestCase) PASS: test_dictionary (test.test_zlib.CompressObjectTestCase) PASS: test_dictionary_streaming (test.test_zlib.CompressObjectTestCase) PASS: test_empty_flush (test.test_zlib.CompressObjectTestCase) PASS: test_flush_custom_length (test.test_zlib.CompressObjectTestCase) PASS: test_flush_large_length (test.test_zlib.CompressObjectTestCase) PASS: test_flush_with_freed_input (test.test_zlib.CompressObjectTestCase) PASS: test_flushes (test.test_zlib.CompressObjectTestCase) PASS: test_keywords (test.test_zlib.CompressObjectTestCase) PASS: test_large_unconsumed_tail (test.test_zlib.CompressObjectTestCase) PASS: test_large_unused_data (test.test_zlib.CompressObjectTestCase) PASS: test_maxlen_custom (test.test_zlib.CompressObjectTestCase) PASS: test_maxlen_large (test.test_zlib.CompressObjectTestCase) PASS: test_maxlenmisc (test.test_zlib.CompressObjectTestCase) PASS: test_odd_flush (test.test_zlib.CompressObjectTestCase) PASS: test_pair (test.test_zlib.CompressObjectTestCase) PASS: test_wbits (test.test_zlib.CompressObjectTestCase) PASS: test_64bit_compress (test.test_zlib.CompressTestCase) PASS: test_big_compress_buffer (test.test_zlib.CompressTestCase) PASS: test_big_decompress_buffer (test.test_zlib.CompressTestCase) PASS: test_custom_bufsize (test.test_zlib.CompressTestCase) PASS: test_incomplete_stream (test.test_zlib.CompressTestCase) PASS: test_keywords (test.test_zlib.CompressTestCase) PASS: test_large_bufsize (test.test_zlib.CompressTestCase) PASS: test_speech (test.test_zlib.CompressTestCase) PASS: test_speech128 (test.test_zlib.CompressTestCase) PASS: test_badargs (test.test_zlib.ExceptionTestCase) PASS: test_badcompressobj (test.test_zlib.ExceptionTestCase) PASS: test_baddecompressobj (test.test_zlib.ExceptionTestCase) PASS: test_badlevel (test.test_zlib.ExceptionTestCase) PASS: test_decompressobj_badflush (test.test_zlib.ExceptionTestCase) PASS: test_overflow (test.test_zlib.ExceptionTestCase) PASS: test_library_version (test.test_zlib.VersionTestCase) ---------------------------------------------------------------------- Ran 62 tests in 0.737s OK (skipped=1) == Tests result: SUCCESS == 389 tests OK. 27 tests skipped: test_asdl_parser test_clinic test_curses test_dbm_gnu test_devpoll test_gdb test_idle test_kqueue test_msilib test_ossaudiodev test_smtpnet test_socketserver test_startfile test_tcl test_timeout test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_urllib2net test_urllibnet test_winconsoleio test_winreg test_winsound test_xmlrpc_net test_zipfile64 Total duration: 19 min 12 sec Tests result: SUCCESS DURATION: 1153 END: /usr/lib/python3/ptest 2019-08-16T21:11 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T21:11 BEGIN: /usr/lib/quilt/ptest [add-filename-check.test] [1] $ mkdir patches -- ok [3] $ quilt new test.diff -- ok [6] $ echo foo > foo -- ok [7] $ quilt add foo -- ok [10] $ quilt add patches/bar -- ok [13] $ quilt add /baz -- failed File /baz added to patch patches/test.diff != File /baz is located below / 6 commands (5 passed, 1 failed) make: *** [Makefile:9: check-add-filename-check] Error 1 FAIL: 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] 17 commands (17 passed, 0 failed) PASS: header.test [import.test] [1] $ mkdir patches -- ok [3] $ quilt new patch1.diff -- ok [6] $ quilt add f -- ok [9] $ echo f > f -- ok [11] $ quilt refresh -- ok [14] $ quilt new patchR.diff -- ok [17] $ quilt add f -- ok [20] $ rm -f f -- ok [22] $ quilt refresh -- ok [25] $ quilt fork patchRp0.diff -- ok [28] $ quilt refresh -p0 -- ok [31] $ quilt pop -a -- ok [40] $ mkdir t -- ok [41] $ mv patches/patch1.diff t/patch1.diff -- ok [42] $ mv patches/patchR.diff t/patchR.diff -- ok [43] $ mv patches/patchRp0.diff t/patchRp0.diff -- ok [46] $ rm -rf patches/ / -- failed rm: it is dangerous to operate recursively on '/' != ~ rm: use --no-preserve-root to override this failsafe != ~ [47] $ mkdir patches -- ok [48] $ quilt import t/patch1.diff -- ok [51] $ quilt push -- ok [57] $ quilt new patch2.diff -- ok [60] $ quilt add g -- ok [63] $ echo g > g -- ok [65] $ quilt refresh -- ok [68] $ quilt pop -- ok [74] $ quilt header -a -- ok [78] $ quilt pop -- ok [84] $ quilt delete patch1 -- ok [87] $ cat patches/series -- ok [92] $ quilt import missing.diff -- ok [95] $ quilt import patches/patch1.diff -- ok [98] $ quilt import patches/patch2.diff -- ok [103] $ quilt import t/patch1.diff -- ok [106] $ quilt import -f t/patch1.diff -- ok [110] $ sed -e 's/original/new/' patches/patch1.diff > t/patch1.diff -- ok [111] $ quilt import t/patch1.diff -- ok [114] $ quilt import -f t/patch1.diff -- ok [121] $ quilt import -d a -f t/patch1.diff -- ok [125] $ head -n 3 patches/patch1.diff -- ok [130] $ quilt import -d n -f t/patch1.diff -- ok [133] $ quilt header patch1 -- ok [136] $ quilt delete patch1 -- ok [142] $ cp patches/patch1.diff t/patch1.patch -- ok [143] $ quilt import t/patch1.patch -- ok [146] $ ls patches/ -- ok [152] $ cat patches/series -- ok [156] $ quilt delete patch1.diff -- ok [160] $ rm -rf patches/ / -- failed rm: it is dangerous to operate recursively on '/' != ~ rm: use --no-preserve-root to override this failsafe != ~ [161] $ mkdir patches -- ok [162] $ quilt import -R t/patchR.diff -- ok [165] $ quilt push -- ok [171] $ cat f -- ok [174] $ cat patches/series -- ok [178] $ echo "# Test of -R import" > patches/series -- ok [179] $ echo "patchR.diff -R # This patch was originally -R -p1" >> patches/series -- ok [182] $ quilt refresh -- ok [185] $ cat patches/series -- ok [189] $ touch f -- ok [190] $ quilt pop -- ok [197] $ rm -rf patches/ / -- failed rm: it is dangerous to operate recursively on '/' != ~ rm: use --no-preserve-root to override this failsafe != ~ [198] $ mkdir patches -- ok [199] $ quilt import -R -p0 t/patchRp0.diff -- ok [202] $ quilt push -- ok [208] $ cat f -- ok [211] $ cat patches/series -- ok [215] $ quilt refresh -- ok [218] $ cat patches/series -- ok [221] $ touch f -- ok [222] $ quilt pop -- ok [229] $ rm -rf patches/ / -- failed rm: it is dangerous to operate recursively on '/' != ~ rm: use --no-preserve-root to override this failsafe != ~ [230] $ mkdir patches -- ok [231] $ quilt import t/patch1.diff t/patchR.diff -- ok [235] $ cat patches/series -- ok [239] $ rm -rf patches/ / -- failed rm: it is dangerous to operate recursively on '/' != ~ rm: use --no-preserve-root to override this failsafe != ~ [240] $ mkdir patches -- ok [241] $ quilt import t/patchR.diff -- ok [243] $ quilt import t/patch1.diff -- ok [246] $ cat patches/series -- ok [251] $ touch empty.patch -- ok [252] $ cd t -- ok [253] $ touch empty2.patch -- ok [254] $ quilt import ../empty.patch -- ok [256] $ quilt import /usr/lib/quilt/ptest/test/import.test.18780/t/empty2.patch -- ok 83 commands (78 passed, 5 failed) make: *** [Makefile:9: check-import] Error 5 FAIL: import.test [import2.test] [3] $ mkdir patches -- ok [5] $ quilt new patch1.diff -- ok [8] $ quilt add f -- ok [11] $ echo f > f -- ok [13] $ quilt refresh -- ok [16] $ quilt pop -- ok [22] $ mkdir t -- ok [23] $ gzip < patches/patch1.diff > t/patch1.diff.gz -- ok [24] $ rm -f patches/patch1.diff -- ok [27] $ rm -rf patches/ / -- failed rm: it is dangerous to operate recursively on '/' != ~ rm: use --no-preserve-root to override this failsafe != ~ [28] $ mkdir patches -- ok [29] $ quilt import t/patch1.diff.gz -- ok [32] $ quilt push -- ok [38] $ quilt new patch2.diff.gz -- ok [41] $ quilt add g -- ok [44] $ echo g > g -- ok [46] $ quilt refresh -- ok [49] $ quilt pop -- ok [55] $ quilt header -a -- ok [59] $ quilt pop -- ok [65] $ quilt delete patch1 -- ok [68] $ cat patches/series -- ok [73] $ quilt import missing.diff.gz -- ok [76] $ quilt import patches/patch1.diff.gz -- ok [79] $ quilt import patches/patch2.diff.gz -- ok [84] $ quilt import t/patch1.diff.gz -- ok [87] $ quilt import -f t/patch1.diff.gz -- ok [91] $ zcat patches/patch1.diff.gz | sed -e 's/original/new/' | gzip > t/patch1.diff.gz -- ok [92] $ quilt import t/patch1.diff.gz -- ok [95] $ quilt import -f t/patch1.diff.gz -- ok [102] $ quilt import -d a -f t/patch1.diff.gz -- ok [106] $ zcat patches/patch1.diff.gz | head -n 3 -- ok [111] $ quilt import -d n -f t/patch1.diff.gz -- ok [114] $ quilt header patch1 -- ok [117] $ quilt delete patch1 -- ok [123] $ cp patches/patch1.diff.gz t/patch1.patch.gz -- ok [124] $ quilt import t/patch1.patch.gz -- ok [127] $ ls patches/ -- ok [133] $ cat patches/series -- ok [137] $ quilt delete patch1.diff.gz -- ok 40 commands (39 passed, 1 failed) make: *** [Makefile:9: check-import2] Error 1 FAIL: import2.test [merge.test] 11 commands (11 passed, 0 failed) PASS: merge.test [missing-newline.test] 9 commands (9 passed, 0 failed) PASS: missing-newline.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] [1] $ mkdir patches -- ok [4] $ echo foo > foo -- ok [5] $ ln foo foo2 -- ok [6] $ ls -l foo | awk '{ print $2 }' -- ok [9] $ quilt new test.diff -- ok [12] $ quilt add foo -- ok [15] $ ls -l foo | awk '{ print $2 }' -- ok [18] $ ls -l /test.diff/foo | awk '{ print $2 }' -- failed ls: cannot access '/test.diff/foo': No such file or directory != 2 [21] $ echo "foo changed" > foo -- ok [22] $ quilt refresh -- ok [25] $ quilt new test2.diff -- ok [28] $ quilt add foo -- ok [31] $ ls -l foo | awk '{ print $2 }' -- ok [34] $ ls -l /test2.diff/foo | awk '{ print $2 }' -- failed ls: cannot access '/test2.diff/foo': No such file or directory != 1 [37] $ echo "foo changed again" > foo -- ok [38] $ quilt refresh -- ok [41] $ quilt pop -q -- ok [45] $ ls -l foo | awk '{ print $2 }' -- ok [48] $ ls -l /test.diff/foo | awk '{ print $2 }' -- failed ls: cannot access '/test.diff/foo': No such file or directory != 2 [51] $ quilt pop -q -- ok [55] $ ls -l foo | awk '{ print $2 }' -- ok [59] $ echo bar > bar -- ok [60] $ quilt push -q -- ok [64] $ quilt add bar -- ok [66] $ echo "bar changed" > bar -- ok [67] $ quilt revert bar -- ok [70] $ ls -l bar | awk '{ print $2 }' -- ok [73] $ quilt pop -q -- ok 28 commands (25 passed, 3 failed) make: *** [Makefile:9: check-nolink] Error 3 FAIL: 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] [2] $ export QUILT_PATCHES=my_patches -- ok [3] $ export QUILT_SERIES=my_series -- ok [5] $ mkdir quilt_patches -- ok [6] $ mkdir -- failed mkdir: missing operand != ~ Try 'mkdir --help' for more information. != ~ [7] $ echo 2 > /.version -- failed /.version: Permission denied != ~ [8] $ echo quilt_patches > /.quilt_patches -- failed /.quilt_patches: Permission denied != ~ [9] $ echo quilt_series > /.quilt_series -- failed /.quilt_series: Permission denied != ~ [10] $ echo create.patch > quilt_patches/quilt_series -- ok [12] $ cat > quilt_patches/create.patch -- ok [18] $ quilt push -- failed No series file found !~ Applying patch (quilt_patches/)?create.patch ~ != patching file file ~ != ~ !~ Now at patch (quilt_patches/)?create.patch 10 commands (5 passed, 5 failed) make: *** [Makefile:9: check-project-settings] Error 5 FAIL: 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] [1] $ mkdir -p my/changes -- ok [3] $ export QUILT_PATCHES=my/changes -- ok [4] $ export QUILT_SERIES=patchlist -- ok [5] $ quilt new mychange1 -- ok [7] $ unset QUILT_PATCHES -- ok [8] $ unset QUILT_SERIES -- ok [9] $ cat /.quilt_patches -- failed cat: /.quilt_patches: No such file or directory != my/changes [11] $ cat /.quilt_series -- failed cat: /.quilt_series: No such file or directory != patchlist [13] $ cat my/changes/patchlist -- ok [18] $ quilt new mychange2 -- ok [22] $ cd my -- ok [23] $ quilt applied -- ok [27] $ cd .. -- ok 13 commands (11 passed, 2 failed) make: *** [Makefile:9: check-remember-locations] Error 2 FAIL: 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 [space-in-series.test] 31 commands (31 passed, 0 failed) PASS: space-in-series.test [space-in-work-dir.test] 20 commands (20 passed, 0 failed) PASS: space-in-work-dir.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 DURATION: 28 END: /usr/lib/quilt/ptest 2019-08-16T21:12 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T21:12 BEGIN: /usr/lib/sed/ptest make: Entering directory '/usr/lib/sed/ptest/testsuite' PASS: bug-regex7 PASS: bug-regex8 PASS: bug-regex9 PASS: bug-regex10 PASS: bug-regex11 PASS: bug-regex12 PASS: bug-regex13 PASS: bug-regex14 PASS: bug-regex15 PASS: bug-regex16 PASS: bug-regex21 PASS: bug-regex27 PASS: bug-regex28 PASS: tst-pcre PASS: tst-boost PASS: runtests PASS: runptests PASS: tst-rxspencer PASS: tst-regex2 PASS: space PASS: appquit PASS: enable PASS: sep PASS: inclib PASS: 8bit PASS: newjis PASS: xabcx PASS: dollar PASS: noeol PASS: noeolw PASS: modulo PASS: numsub PASS: numsub2 PASS: numsub3 PASS: numsub4 PASS: numsub5 PASS: 0range PASS: bkslashes PASS: head PASS: madding PASS: mac-mf PASS: empty PASS: xbxcx PASS: xbxcx3 PASS: recall PASS: recall2 PASS: xemacs PASS: fasts PASS: uniq PASS: manis PASS: khadafy PASS: linecnt PASS: eval PASS: distrib PASS: 8to7 PASS: y-bracket PASS: y-newline PASS: allsub PASS: cv-vars PASS: classes PASS: middle PASS: bsd PASS: stdin PASS: flipcase PASS: insens PASS: subwrite PASS: writeout PASS: readin PASS: insert PASS: utf8-1 PASS: utf8-2 PASS: utf8-3 PASS: utf8-4 PASS: badenc PASS: inplace-hold PASS: brackets PASS: amp-escape PASS: help PASS: version PASS: file PASS: quiet PASS: factor PASS: binary3 PASS: binary2 PASS: binary PASS: dc =================== All 86 tests passed =================== make: Leaving directory '/usr/lib/sed/ptest/testsuite' DURATION: 3 END: /usr/lib/sed/ptest 2019-08-16T21:12 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T21:12 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' DURATION: 21 END: /usr/lib/slang/ptest 2019-08-16T21:12 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T21:12 BEGIN: /usr/lib/strace/ptest make: Entering directory '/usr/lib/strace/ptest/tests' SKIP: _newselect.gen.test SKIP: _newselect-P.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: aio_pgetevents.gen.test PASS: alarm.gen.test PASS: bpf.gen.test PASS: bpf-obj_get_info_by_fd.gen.test PASS: bpf-obj_get_info_by_fd-prog.gen.test PASS: bpf-obj_get_info_by_fd-prog-v.gen.test PASS: bpf-obj_get_info_by_fd-v.gen.test PASS: bpf-v.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: dev-yy.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: fanotify_mark-Xabbrev.gen.test PASS: fanotify_mark-Xraw.gen.test PASS: fanotify_mark-Xverbose.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: fsconfig.gen.test PASS: fsconfig-P.gen.test PASS: fsmount.gen.test PASS: fsopen.gen.test PASS: fspick.gen.test PASS: fspick-P.gen.test PASS: fstat.gen.test PASS: fstat-Xabbrev.gen.test PASS: fstat-Xraw.gen.test PASS: fstat-Xverbose.gen.test SKIP: fstat64.gen.test SKIP: fstat64-Xabbrev.gen.test SKIP: fstat64-Xraw.gen.test SKIP: fstat64-Xverbose.gen.test SKIP: fstatat64.gen.test PASS: fstatfs.gen.test SKIP: fstatfs64.gen.test PASS: fsync.gen.test PASS: fsync-y.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: group_req.gen.test PASS: inet-cmsg.gen.test PASS: init_module.gen.test PASS: inotify.gen.test PASS: inotify_init.gen.test PASS: inotify_init1.gen.test PASS: inotify_init1-y.gen.test PASS: io_uring_enter.gen.test PASS: io_uring_register.gen.test SKIP: io_uring_setup.gen.test PASS: ioctl_block.gen.test PASS: ioctl_dm.gen.test PASS: ioctl_dm-v.gen.test PASS: ioctl_evdev.gen.test PASS: ioctl_evdev-v.gen.test PASS: ioctl_inotify.gen.test SKIP: ioctl_kvm_run.gen.test SKIP: ioctl_kvm_run-v.gen.test SKIP: ioctl_kvm_run_auxstr_vcpu.gen.test PASS: ioctl_loop.gen.test PASS: ioctl_loop-nv.gen.test PASS: ioctl_loop-v.gen.test PASS: ioctl_mtd.gen.test PASS: ioctl_nbd.gen.test PASS: ioctl_nsfs.gen.test PASS: ioctl_perf.gen.test PASS: ioctl_ptp.gen.test PASS: ioctl_random.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 PASS: ioctl_sock_gifconf.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: ioprio-Xabbrev.gen.test PASS: ioprio-Xraw.gen.test PASS: ioprio-Xverbose.gen.test PASS: ip_mreq.gen.test SKIP: ipc.gen.test PASS: ipc_msg.gen.test PASS: ipc_msg-Xabbrev.gen.test PASS: ipc_msg-Xraw.gen.test PASS: ipc_msg-Xverbose.gen.test PASS: ipc_msgbuf-Xabbrev.gen.test PASS: ipc_msgbuf-Xraw.gen.test PASS: ipc_msgbuf-Xverbose.gen.test PASS: ipc_sem.gen.test PASS: ipc_sem-Xabbrev.gen.test PASS: ipc_sem-Xraw.gen.test PASS: ipc_sem-Xverbose.gen.test PASS: ipc_shm.gen.test PASS: ipc_shm-Xabbrev.gen.test PASS: ipc_shm-Xraw.gen.test PASS: ipc_shm-Xverbose.gen.test PASS: kcmp.gen.test PASS: kcmp-y.gen.test SKIP: kern_features.gen.test PASS: kernel_version.gen.test PASS: kernel_version-Xabbrev.gen.test PASS: kernel_version-Xraw.gen.test PASS: kernel_version-Xverbose.gen.test PASS: kexec_file_load.gen.test PASS: kexec_load.gen.test PASS: keyctl.gen.test PASS: keyctl-Xabbrev.gen.test PASS: keyctl-Xraw.gen.test PASS: keyctl-Xverbose.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: maybe_switch_current_tcp.gen.test SKIP: mbind.gen.test SKIP: mbind-Xabbrev.gen.test SKIP: mbind-Xraw.gen.test SKIP: mbind-Xverbose.gen.test PASS: membarrier.gen.test PASS: memfd_create.gen.test PASS: memfd_create-Xabbrev.gen.test PASS: memfd_create-Xraw.gen.test PASS: memfd_create-Xverbose.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: mmap-Xabbrev.gen.test PASS: mmap-Xraw.gen.test PASS: mmap-Xverbose.gen.test PASS: mmap64.gen.test PASS: mmap64-Xabbrev.gen.test PASS: mmap64-Xraw.gen.test PASS: mmap64-Xverbose.gen.test PASS: mmsg.gen.test PASS: mmsg-silent.gen.test PASS: mmsg_name.gen.test PASS: mmsg_name-v.gen.test PASS: modify_ldt.gen.test PASS: mount.gen.test PASS: mount-Xabbrev.gen.test PASS: mount-Xraw.gen.test PASS: mount-Xverbose.gen.test PASS: move_mount.gen.test PASS: move_mount-P.gen.test PASS: move_pages.gen.test PASS: move_pages-Xabbrev.gen.test PASS: move_pages-Xraw.gen.test PASS: move_pages-Xverbose.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-packet_mreq.gen.test PASS: net-packet_mreq-Xabbrev.gen.test PASS: net-packet_mreq-Xraw.gen.test PASS: net-packet_mreq-Xverbose.gen.test PASS: net-sockaddr.gen.test PASS: net-tpacket_req.gen.test PASS: net-tpacket_stats.gen.test PASS: net-yy-inet6.gen.test SKIP: netlink_audit.gen.test SKIP: netlink_crypto.gen.test SKIP: netlink_generic.gen.test SKIP: netlink_kobject_uevent.gen.test SKIP: netlink_netfilter.gen.test PASS: netlink_protocol.gen.test SKIP: netlink_route.gen.test SKIP: netlink_selinux.gen.test SKIP: netlink_xfrm.gen.test PASS: newfstatat.gen.test SKIP: nfnetlink_acct.gen.test SKIP: nfnetlink_cthelper.gen.test SKIP: nfnetlink_ctnetlink.gen.test SKIP: nfnetlink_ctnetlink_exp.gen.test SKIP: nfnetlink_cttimeout.gen.test SKIP: nfnetlink_ipset.gen.test SKIP: nfnetlink_nft_compat.gen.test SKIP: nfnetlink_nftables.gen.test SKIP: nfnetlink_osf.gen.test SKIP: nfnetlink_queue.gen.test SKIP: nfnetlink_ulog.gen.test SKIP: nlattr.gen.test SKIP: nlattr_br_port_msg.gen.test SKIP: nlattr_crypto_user_alg.gen.test SKIP: nlattr_dcbmsg.gen.test SKIP: nlattr_fib_rule_hdr.gen.test SKIP: nlattr_ifaddrlblmsg.gen.test SKIP: nlattr_ifaddrmsg.gen.test SKIP: nlattr_ifinfomsg.gen.test SKIP: nlattr_ifla_af_spec.gen.test SKIP: nlattr_ifla_brport.gen.test SKIP: nlattr_ifla_linkinfo.gen.test SKIP: nlattr_ifla_port.gen.test SKIP: nlattr_ifla_xdp.gen.test SKIP: nlattr_inet_diag_msg.gen.test SKIP: nlattr_inet_diag_req_compat.gen.test SKIP: nlattr_inet_diag_req_v2.gen.test SKIP: nlattr_mdba_mdb_entry.gen.test SKIP: nlattr_mdba_router_port.gen.test SKIP: nlattr_ndmsg.gen.test SKIP: nlattr_ndtmsg.gen.test SKIP: nlattr_netconfmsg.gen.test SKIP: nlattr_netlink_diag_msg.gen.test SKIP: nlattr_nlmsgerr.gen.test SKIP: nlattr_packet_diag_msg.gen.test SKIP: nlattr_rtgenmsg.gen.test SKIP: nlattr_rtmsg.gen.test SKIP: nlattr_smc_diag_msg.gen.test SKIP: nlattr_tc_stats.gen.test SKIP: nlattr_tca_stab.gen.test SKIP: nlattr_tcamsg.gen.test SKIP: nlattr_tcmsg.gen.test SKIP: nlattr_unix_diag_msg.gen.test SKIP: old_mmap.gen.test SKIP: old_mmap-P.gen.test SKIP: old_mmap-Xabbrev.gen.test SKIP: old_mmap-Xraw.gen.test SKIP: old_mmap-Xverbose.gen.test SKIP: old_mmap-v-none.gen.test SKIP: oldfstat.gen.test SKIP: oldlstat.gen.test SKIP: oldselect.gen.test SKIP: oldselect-P.gen.test SKIP: oldselect-efault.gen.test SKIP: oldselect-efault-P.gen.test SKIP: oldstat.gen.test PASS: open.gen.test PASS: open_tree.gen.test PASS: open_tree-P.gen.test PASS: openat.gen.test FAIL: orphaned_process_group.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: personality-Xabbrev.gen.test PASS: personality-Xraw.gen.test PASS: personality-Xverbose.gen.test PASS: pidfd_send_signal.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-P.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: printpath-umovestr.gen.test SKIP: printpath-umovestr-peekdata.gen.test PASS: printpath-umovestr-undumpable.gen.test PASS: printsignal-Xabbrev.gen.test PASS: printsignal-Xraw.gen.test PASS: printsignal-Xverbose.gen.test PASS: printstr.gen.test PASS: printstrn-umoven.gen.test SKIP: printstrn-umoven-peekdata.gen.test PASS: printstrn-umoven-undumpable.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: ptrace_syscall_info.gen.test PASS: pwritev.gen.test PASS: quotactl.gen.test PASS: quotactl-Xabbrev.gen.test PASS: quotactl-Xraw.gen.test PASS: quotactl-Xverbose.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: remap_file_pages-Xabbrev.gen.test PASS: remap_file_pages-Xraw.gen.test PASS: remap_file_pages-Xverbose.gen.test PASS: rename.gen.test PASS: renameat.gen.test PASS: renameat2.gen.test PASS: request_key.gen.test SKIP: riscv_flush_icache.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 SKIP: s390_guarded_storage.gen.test SKIP: s390_guarded_storage-v.gen.test SKIP: s390_pci_mmio_read_write.gen.test SKIP: s390_runtime_instr.gen.test SKIP: s390_sthyi.gen.test SKIP: s390_sthyi-v.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: seccomp_get_action_avail.gen.test PASS: select.gen.test PASS: select-P.gen.test PASS: semop.gen.test PASS: sendfile.gen.test SKIP: sendfile64.gen.test SKIP: set_mempolicy.gen.test SKIP: set_mempolicy-Xabbrev.gen.test SKIP: set_mempolicy-Xraw.gen.test SKIP: set_mempolicy-Xverbose.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: setrlimit-Xabbrev.gen.test PASS: setrlimit-Xraw.gen.test PASS: setrlimit-Xverbose.gen.test PASS: setuid.gen.test SKIP: setuid32.gen.test PASS: shmxt.gen.test PASS: shutdown.gen.test SKIP: sigaction.gen.test PASS: siginfo.gen.test SKIP: signal.gen.test PASS: signal_receive.gen.test PASS: signalfd4.gen.test SKIP: sigpending.gen.test SKIP: sigprocmask.gen.test SKIP: sigreturn.gen.test SKIP: sigsuspend.gen.test PASS: so_error.gen.test PASS: so_linger.gen.test PASS: so_peercred.gen.test PASS: so_peercred-Xabbrev.gen.test PASS: so_peercred-Xraw.gen.test PASS: so_peercred-Xverbose.gen.test PASS: sock_filter-v.gen.test PASS: sock_filter-v-Xabbrev.gen.test PASS: sock_filter-v-Xraw.gen.test PASS: sock_filter-v-Xverbose.gen.test PASS: sockaddr_xlat-Xabbrev.gen.test PASS: sockaddr_xlat-Xraw.gen.test PASS: sockaddr_xlat-Xverbose.gen.test SKIP: socketcall.gen.test PASS: sockopt-sol_netlink.gen.test PASS: sockopt-timestamp.gen.test PASS: splice.gen.test PASS: stat.gen.test SKIP: stat64.gen.test PASS: statfs.gen.test SKIP: statfs64.gen.test PASS: status-all.gen.test PASS: status-failed.gen.test PASS: status-none.gen.test PASS: status-successful.gen.test PASS: status-unfinished.gen.test PASS: 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_personality_32.gen.test PASS: trace_personality_64.gen.test PASS: trace_personality_regex_32.gen.test PASS: trace_personality_regex_64.gen.test PASS: trace_personality_regex_x32.gen.test PASS: trace_personality_x32.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: utimensat-Xabbrev.gen.test PASS: utimensat-Xraw.gen.test PASS: utimensat-Xverbose.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: bpf-success-v.test PASS: bpf-success.test PASS: brk.test PASS: btrfs-X.test PASS: btrfs-v.test PASS: btrfs-vX.test SKIP: btrfs-vw.test SKIP: btrfs-vwX.test SKIP: btrfs-w.test SKIP: btrfs-wX.test PASS: caps-abbrev.test PASS: caps.test PASS: clone-flags.test PASS: eventfd.test PASS: execve-v.test PASS: execve.test PASS: fadvise64.test PASS: futex.test PASS: getuid.test SKIP: int_0x80.test PASS: inotify_init-y.test PASS: ioctl.test PASS: ioctl_evdev-success-v.test PASS: ioctl_evdev-success.test PASS: ioctl_perf-success.test PASS: ipc_msgbuf.test SKIP: kern_features-fault.test SKIP: llseek.test PASS: lseek.test PASS: mmap.test PASS: net-tpacket_stats-success.test PASS: net-y-unix.test PASS: net-yy-inet.test SKIP: net-yy-netlink.test SKIP: net-yy-unix.test PASS: net.test SKIP: netlink_sock_diag.test PASS: nsyscalls-d.test PASS: nsyscalls-nd.test PASS: nsyscalls.test PASS: personality.test PASS: pipe.test PASS: poll-P.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-spec-inject.test PASS: prctl-tid_address.test PASS: prctl-tsc.test PASS: qual_fault-exit_group.test PASS: quotactl-success-v.test PASS: quotactl-success.test PASS: quotactl-xfs-success-v.test PASS: quotactl-xfs-success.test PASS: readv.test PASS: rt_sigaction.test PASS: scm_rights-fd.test PASS: seccomp-strict.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: xet_thread_area_x86.test PASS: attach-f-p.test PASS: attach-p-cmd.test PASS: bexecve.test PASS: clone_parent.test PASS: clone_ptrace.test PASS: count-f.test PASS: count.test PASS: delay.test PASS: detach-running.test PASS: detach-sleeping.test FAIL: detach-stopped.test PASS: fflush.test PASS: filter-unavailable.test PASS: filtering_fd-syntax.test PASS: filtering_syscall-syntax.test PASS: first_exec_failure.test PASS: get_regs.test PASS: inject-nf.test PASS: interactive_block.test ERROR: Exit status is 9 DURATION: 696 TIMEOUT: /usr/lib/strace/ptest END: /usr/lib/strace/ptest 2019-08-16T21:24 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T21:24 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 PASS: http.test PASS: http11.test PASS: httpPipeline.test PASS: 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 DURATION: 214 END: /usr/lib/tcl/ptest 2019-08-16T21:27 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T21:27 BEGIN: /usr/lib/util-linux/ptest Stopping udevd -------------------- util-linux regression tests -------------------- For development purpose only. Don't execute on production system! PASS: bitops: swap bytes SKIP: blkdiscard: offsets (blkdiscard not found) SKIP: blkid: DM error (blkid not found) SKIP: blkid: superblocks probing (blkid not found) blkid: partitions probing ... PASS: blkid: atari-icd PASS: blkid: atari-xgm PASS: blkid: bsd PASS: blkid: dos+bsd PASS: blkid: gpt PASS: blkid: sgi PASS: blkid: sun ... OK (all 7 sub-tests PASSED) SKIP: blkid: mbr-wholedisk (blkid not found) SKIP: blkid: MD raid0 (whole-disks) (fdisk not found) SKIP: blkid: MD raid1 (last partition) (fdisk not found) SKIP: blkid: MD raid1 (whole-disks) (fdisk not found) SKIP: build-sys: config (optional) cal: Year 2147483646 ... PASS: cal: 1m-month PASS: cal: 1s-month PASS: cal: 1mj-month PASS: cal: 1sj-month PASS: cal: 3m-month PASS: cal: 3s-month PASS: cal: 3mj-month PASS: cal: 3sj-month PASS: cal: 1m-year PASS: cal: 1s-year PASS: cal: 1mj-year PASS: cal: 1sj-year PASS: cal: 1mw-month PASS: cal: 1sw-month PASS: cal: 1mjw-month PASS: cal: 1sjw-month PASS: cal: 3mw-month PASS: cal: 3sw-month PASS: cal: 3mjw-month PASS: cal: 3sjw-month PASS: cal: 1mw-year PASS: cal: 1sw-year PASS: cal: 1mjw-year PASS: cal: 1sjw-year ... OK (all 24 sub-tests PASSED) SKIP: cal: color (cal not found) SKIP: cal: color with week numbers (cal not found) SKIP: cal: January 1753 (cal not found) cal: month ... PASS: cal: 1m PASS: cal: 1s PASS: cal: 1mj PASS: cal: 1sj PASS: cal: 1mw PASS: cal: 1sw PASS: cal: 1mjw PASS: cal: 1sjw PASS: cal: 3m PASS: cal: 3s PASS: cal: 3mj PASS: cal: 3sj PASS: cal: 3mw PASS: cal: 3sw PASS: cal: 3mjw PASS: cal: 3sjw PASS: cal: Sn3 PASS: cal: Sn21 PASS: cal: Sn51 PASS: cal: Sn201 ... OK (all 20 sub-tests PASSED) cal: September 1752 ... PASS: cal: 1mw-month PASS: cal: 1sw-month PASS: cal: 1mjw-month PASS: cal: 1sjw-month PASS: cal: 3mw-month PASS: cal: 3sw-month PASS: cal: 3mjw-month PASS: cal: 3sjw-month PASS: cal: 1mw-year PASS: cal: 1sw-year PASS: cal: 1mjw-year PASS: cal: 1sjw-year PASS: cal: week-iso PASS: cal: 1m-month PASS: cal: 1s-month PASS: cal: 1mj-month PASS: cal: 1sj-month PASS: cal: 3m-month PASS: cal: 3s-month PASS: cal: 3mj-month PASS: cal: 3sj-month PASS: cal: 1m-year PASS: cal: 1s-year PASS: cal: 1mj-year PASS: cal: 1sj-year ... OK (all 25 sub-tests PASSED) SKIP: cal: week number given as argument (cal not found) SKIP: cal: week number corner cases (cal not found) SKIP: cal: year (cal not found) SKIP: col: multibyte input (col not found) SKIP: colcrt: functional (colcrt not found) SKIP: colcrt: regressions (colcrt not found) SKIP: colrm: basic check (colrm not found) SKIP: column: columnate (column not found) SKIP: column: invalid multibyte (column not found) SKIP: column: multiple files (column not found) SKIP: column: table (column not found) SKIP: cramfs: mkfs doubles (mkfs.cramfs not found) SKIP: cramfs: fsck bad header (mkfs.cramfs not found) SKIP: cramfs: fsck endianness (mkfs.cramfs not found) SKIP: cramfs: mkfs checksums (mkfs.cramfs not found) SKIP: cramfs: mkfs endianness (mkfs.cramfs not found) PASS: dmesg: colors PASS: dmesg: levels PASS: dmesg: decode PASS: dmesg: delta PASS: dmesg: facilities PASS: dmesg: indentation SKIP: eject: umount (fdisk not found) SKIP: fdisk: align 512/4K (fdisk not found) SKIP: fdisk: align 512/4K +alignment_offset (fdisk not found) SKIP: fdisk: align 512/4K +MD (fdisk not found) SKIP: fdisk: align 512/512 (fdisk not found) SKIP: fdisk: align 512/512 +topology (fdisk not found) SKIP: fdisk: nested BSD (fdisk not found) SKIP: fdisk: GPT (fdisk not found) SKIP: fdisk: gpt-resize (fdisk not found) SKIP: fdisk: MBR - id (fdisk not found) SKIP: fdisk: MBR - dos mode (fdisk not found) SKIP: fdisk: MBR - non-dos mode (fdisk not found) SKIP: fdisk: MBR - sort (fdisk not found) SKIP: fdisk: invalid input tests (fdisk not found) SKIP: fdisk: sunlabel tests (fdisk not found) SKIP: fincore: count file contents in core (fincore not found) SKIP: findmnt: filter (findmnt not found) SKIP: findmnt: outputs (findmnt not found) SKIP: findmnt: target (findmnt not found) SKIP: fsck: is mounted (fdisk not found) SKIP: getopt: basic (getopt not found) SKIP: getopt: options (getopt not found) SKIP: hardlink: options (hardlink not found) SKIP: hexdump: format-strings (hexdump not found) SKIP: hexdump: highlighting (hexdump not found) SKIP: hwclock: system to hw (hwclock not found) SKIP: ipcs: headers (ipcs not found) SKIP: ipcs: limits overflow (ipcs not found) SKIP: ipcs: basic limits (ipcs not found) SKIP: ipcs: mk-rm-msg (ipcs not found) SKIP: ipcs: mk-rm-sem (ipcs not found) SKIP: ipcs: mk-rm-shm (ipcs not found) SKIP: isosize: print-size (isosize not found) SKIP: kill: all_processes (kill not found) SKIP: kill: name_to_number (kill not found) SKIP: kill: options (kill not found) SKIP: kill: print_pid (kill not found) SKIP: kill: queue (kill not found) SKIP: libfdisk: GPT (test_fdisk_gpt not found) SKIP: libfdisk: mkpart (sfdisk not found) SKIP: libfdisk: mkpart-full (sfdisk not found) SKIP: libmount: context (fdisk not found) SKIP: libmount: context-py (fdisk not found) SKIP: libmount: context (utab) (fdisk not found) SKIP: libmount: context-py (utab) (fdisk not found) SKIP: libmount: debugging (test not compiled) SKIP: libmount: lock (optional) SKIP: libmount: losetup-loop (mount not found) SKIP: libmount: loop overlay (losetup not found) SKIP: libmount: options string (test not compiled) SKIP: libmount: table diffs (test not compiled) SKIP: libmount: tab files (test not compiled) SKIP: libmount: tab files-py (pylibmount not compiled) SKIP: libmount: tags (test not compiled) SKIP: libmount: tags-py (pylibmount not compiled) SKIP: libmount: tab update (test not compiled) SKIP: libmount: tab update-py (pylibmount not compiled) SKIP: libmount: utils (test not compiled) libsmartcols: fromfile ... PASS: libsmartcols: tree PASS: libsmartcols: tree-json PASS: libsmartcols: tree-middle PASS: libsmartcols: tree-end PASS: libsmartcols: trunc PASS: libsmartcols: right PASS: libsmartcols: right-maxout PASS: libsmartcols: strictwidth PASS: libsmartcols: noextremes PASS: libsmartcols: hidden PASS: libsmartcols: wrap PASS: libsmartcols: wrap-tree PASS: libsmartcols: wrapnl PASS: libsmartcols: wrapnl-tree PASS: libsmartcols: raw PASS: libsmartcols: export PASS: libsmartcols: column-separator ... OK (all 17 sub-tests PASSED) PASS: libsmartcols: title logger: errors ... PASS: logger: kern_priority PASS: logger: kern_priority_numeric PASS: logger: invalid_prio PASS: logger: rfc5424_exceed_size PASS: logger: id_with_space PASS: logger: tag_with_space PASS: logger: tcp PASS: logger: multi-line PASS: logger: rfc5424_msgid_with_space PASS: logger: invalid_socket PASS: logger: check_socket ... OK (all 11 sub-tests PASSED) logger: formats ... PASS: logger: rfc3164 PASS: logger: rfc5424_simple PASS: logger: rfc5424_notime PASS: logger: rfc5424_nohost PASS: logger: rfc5424_msgid PASS: logger: octet_counting PASS: logger: priorities PASS: logger: check_socket ... OK (all 8 sub-tests PASSED) SKIP: logger: journald (unsupported) logger: options ... PASS: logger: simple PASS: logger: log_pid PASS: logger: log_pid_long PASS: logger: log_pid_define PASS: logger: log_pid_no_arg PASS: logger: input_file_simple PASS: logger: input_file_empty_line PASS: logger: input_file_skip_empty PASS: logger: input_file_prio_prefix PASS: logger: check_socket ... OK (all 10 sub-tests PASSED) PASS: login: islocal PASS: login: defs SKIP: look: separator (look not found) SKIP: losetup: losetup (losetup not found) SKIP: losetup: losetup-blkdev (losetup not found) SKIP: losetup: losetup-loop (losetup not found) SKIP: lsblk: lsblk (lsblk not found) SKIP: lscpu: lscpu (lscpu not found) SKIP: lsmem: lsmem (lsmem not found) SKIP: lsns: NETNSID compare to ip-link (lsns not found) SKIP: lsns: NSFS for ip-netns-add (lsns not found) PASS: md5: md5 SKIP: minix: mkfs fsck (mkfs.minix not found) SKIP: minix: fsck images (fsck.minix not found) SKIP: minix: mkfs mount (mkfs.minix not found) SKIP: misc: fallocate (fallocate not found) SKIP: misc: flock (flock not found) SKIP: misc: ionice (ionice not found) SKIP: misc: line (line not found) misc: mbsencode ... PASS: misc: safe-ascii PASS: misc: invalid-ascii misc: safe-utf8 ... KNOWN FAILED (misc/mbsencode-safe-utf8) misc: invalid-utf8 ... KNOWN FAILED (misc/mbsencode-invalid-utf8) ... KNOWN FAILED (2 from 4 sub-tests) SKIP: misc: mcookie (mcookie not found) SKIP: misc: rev (rev not found) SKIP: misc: setarch (setarch not found) SKIP: misc: setsid (setsid not found) PASS: misc: strtosize SKIP: misc: swaplabel (mkswap not found) SKIP: misc: ul (ul not found) SKIP: misc: whereis (whereis not found) PASS: more: regexp PASS: more: squeeze SKIP: mount: by devname (mount not found) SKIP: mount: fs lists (mount not found) SKIP: mount: broken fstab (mount not found) SKIP: mount: btrfs (fstab) (mount not found) SKIP: mount: by devname (fstab) (mount not found) SKIP: mount: by devname (fstab label) (mount not found) SKIP: mount: by devname (fstab uuid) (mount not found) SKIP: mount: by label (fstab) (mount not found) SKIP: mount: by label (fstab devname) (mount not found) SKIP: mount: by label (fstab uuid) (mount not found) SKIP: mount: loop (fstab) (mount not found) SKIP: mount: none (mount not found) SKIP: mount: by devname (fstab symlink) (mount not found) SKIP: mount: by uuid (fstab) (mount not found) SKIP: mount: by uuid (fstab devname) (mount not found) SKIP: mount: by uuid (fstab label) (mount not found) SKIP: mount: by label (mount not found) SKIP: mount: move (mount not found) SKIP: mount: regular file (mount not found) SKIP: mount: remount (mount not found) SKIP: mount: rlimit-fsize (mount not found) SKIP: mount: shared-subtree (mount not found) SKIP: mount: call mount. (mount not found) SKIP: mount: umount-all-targets (mount not found) SKIP: mount: umount-recursive (mount not found) SKIP: mount: by uuid (mount not found) SKIP: namei: basic functionality (namei not found) SKIP: partx: partitions probing (partx not found) SKIP: partx: show images (partx not found) SKIP: paths: built-in (optional) SKIP: rename: basic check (rename not found) SKIP: rename: exit codes (rename not found) SKIP: rename: overwrite (rename not found) SKIP: rename: subdir check (rename not found) SKIP: rename: symlink check (rename not found) SKIP: schedutils: chrt (chrt not found) SKIP: schedutils: chrt-non-user (chrt not found) PASS: schedutils: cpuset SKIP: script: buffering race (script not found) script: options ... PASS: script: append PASS: script: force PASS: script: quiet PASS: script: return PASS: script: size ... OK (all 5 sub-tests PASSED) SKIP: script: race conditions (script not found) SKIP: script: replay (script not found) SKIP: sfdisk: MBR (sfdisk not found) SKIP: sfdisk: GPT (sfdisk not found) SKIP: sfdisk: movedata (sfdisk not found) SKIP: sfdisk: resize (sfdisk not found) SKIP: sfdisk: GPT (sfdisk not found) SKIP: sfdisk: wipe (sfdisk not found) PASS: sha1: sha1 SKIP: swapon: by devname (mkswap not found) SKIP: swapon: fix page size (mkswap not found) SKIP: swapon: fix signature (mkswap not found) SKIP: swapon: by label (mkswap not found) SKIP: swapon: by uuid (mkswap not found) SKIP: utmp: last (last not found) SKIP: utmp: last ipv6 (last not found) SKIP: utmp: circle (utmpdump not found) SKIP: utmp: subsecond (utmpdump not found) SKIP: utmp: to binary (utmpdump not found) SKIP: utmp: IPv6 to binary (utmpdump not found) SKIP: utmp: to text (utmpdump not found) SKIP: utmp: IPv6 to text (utmpdump not found) PASS: uuid: namespace SKIP: uuid: oids (uuidgen not found) PASS: uuid: uuid_parser SKIP: uuid: uuidd (uuidd not found) SKIP: uuid: uuidgen (uuidgen not found) SKIP: uuid: uuidparse (uuidparse not found) SKIP: wipefs: wipefs (wipefs not found) Starting udev DURATION: 12 END: /usr/lib/util-linux/ptest 2019-08-16T21:27 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T21:27 BEGIN: /usr/lib/valgrind/ptest PASS: cachegrind/tests/ann1 PASS: cachegrind/tests/ann2 PASS: cachegrind/tests/chdir PASS: cachegrind/tests/clreq PASS: cachegrind/tests/dlclose PASS: cachegrind/tests/notpower2 PASS: cachegrind/tests/wrap5 PASS: callgrind/tests/ann1 PASS: callgrind/tests/ann2 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 PASS: drd/tests/annotate_barrier PASS: drd/tests/annotate_barrier_xml PASS: drd/tests/annotate_hb_err PASS: drd/tests/annotate_hb_race PASS: drd/tests/annotate_hbefore PASS: drd/tests/annotate_ignore_read PASS: drd/tests/annotate_ignore_rw PASS: drd/tests/annotate_ignore_rw2 PASS: drd/tests/annotate_ignore_write PASS: drd/tests/annotate_ignore_write2 PASS: drd/tests/annotate_order_1 PASS: drd/tests/annotate_order_2 PASS: drd/tests/annotate_order_3 PASS: 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 PASS: drd/tests/annotate_smart_pointer2 PASS: drd/tests/annotate_spinlock PASS: drd/tests/annotate_static PASS: drd/tests/annotate_trace_memory PASS: drd/tests/annotate_trace_memory_xml PASS: drd/tests/atomic_var PASS: drd/tests/bar_bad PASS: drd/tests/bar_bad_xml PASS: drd/tests/bar_trivial SKIP: drd/tests/boost_thread PASS: drd/tests/bug-235681 PASS: drd/tests/bug322621 PASS: drd/tests/circular_buffer PASS: drd/tests/concurrent_close PASS: drd/tests/custom_alloc PASS: drd/tests/custom_alloc_fiw PASS: drd/tests/dlopen PASS: drd/tests/fork-parallel PASS: drd/tests/fork-serial PASS: drd/tests/fp_race PASS: drd/tests/fp_race2 PASS: 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 PASS: drd/tests/hg03_inherit PASS: drd/tests/hg04_race PASS: drd/tests/hg05_race2 PASS: drd/tests/hg06_readshared PASS: drd/tests/hold_lock_1 PASS: 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 PASS: drd/tests/pth_barrier_race PASS: drd/tests/pth_barrier_reinit PASS: drd/tests/pth_barrier_thr_cr PASS: drd/tests/pth_broadcast PASS: drd/tests/pth_cancel_locked PASS: drd/tests/pth_cleanup_handler SKIP: drd/tests/pth_cond_destroy_busy PASS: 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 sh: line 1: 13337 Segmentation fault VALGRIND_LIB=/usr/lib/valgrind VALGRIND_LIB_INNER=/usr/lib/valgrind /usr/bin/valgrind --command-line-only=yes --memcheck:leak-check=no --tool=drd ./pth_detached3 > pth_detached3.stdout.out 2> pth_detached3.stderr.out FAIL: drd/tests/pth_detached3 PASS: drd/tests/pth_detached_sem PASS: drd/tests/pth_inconsistent_cond_wait PASS: drd/tests/pth_mutex_reinit PASS: drd/tests/pth_once PASS: drd/tests/pth_process_shared_mutex grep: ../../config.h: No such file or directory PASS: drd/tests/pth_spinlock PASS: drd/tests/pth_uninitialized_cond PASS: drd/tests/read_and_free_race PASS: drd/tests/recursive_mutex PASS: drd/tests/rwlock_race PASS: drd/tests/rwlock_test PASS: drd/tests/rwlock_type_checking PASS: drd/tests/sem_as_mutex PASS: drd/tests/sem_as_mutex2 PASS: drd/tests/sem_as_mutex3 PASS: drd/tests/sem_open PASS: drd/tests/sem_open2 PASS: 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 PASS: drd/tests/std_list PASS: drd/tests/std_string PASS: drd/tests/std_thread PASS: drd/tests/std_thread2 PASS: drd/tests/str_tester PASS: drd/tests/tc01_simple_race PASS: drd/tests/tc02_simple_tls PASS: drd/tests/tc03_re_excl PASS: 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 PASS: drd/tests/tc09_bad_unlock PASS: drd/tests/tc10_rec_lock PASS: drd/tests/tc11_XCHG PASS: drd/tests/tc12_rwl_trivial PASS: drd/tests/tc13_laog1 PASS: drd/tests/tc15_laog_lockdel PASS: drd/tests/tc16_byterace PASS: drd/tests/tc17_sembar PASS: drd/tests/tc18_semabuse PASS: drd/tests/tc19_shadowmem PASS: drd/tests/tc21_pthonce sh: line 1: 16296 Aborted VALGRIND_LIB=/usr/lib/valgrind VALGRIND_LIB_INNER=/usr/lib/valgrind /usr/bin/valgrind --command-line-only=yes --memcheck:leak-check=no --tool=drd --num-callers=3 -q ./../../helgrind/tests/tc22_exit_w_lock > tc22_exit_w_lock.stdout.out 2> tc22_exit_w_lock.stderr.out PASS: drd/tests/tc22_exit_w_lock PASS: drd/tests/tc23_bogus_condwait PASS: drd/tests/tc24_nonzero_sem PASS: drd/tests/thread_name PASS: drd/tests/thread_name_xml PASS: drd/tests/threaded-fork-vcs PASS: drd/tests/threaded-fork PASS: drd/tests/tls_threads PASS: drd/tests/trylock PASS: drd/tests/unit_bitmap PASS: drd/tests/unit_vc SKIP: gdbserver_tests/hginfo grep: ../config.h: No such file or directory prereq returned 2: test -e ../none/tests/tls && grep '^#define HAVE_TLS 1' ../config.h > /dev/null && grep '^#define HAVE_DLINFO_RTLD_DI_TLS_MODID 1' ../config.h > /dev/null === Test Summary === TOTAL: 159 PASSED: 149 FAILED: 1 SKIPPED: 9 DURATION: 583 END: /usr/lib/valgrind/ptest 2019-08-16T21:37 ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device 2019-08-16T21:37 BEGIN: /usr/lib/zlib/ptest 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! PASS: zlib DURATION: 0 END: /usr/lib/zlib/ptest 2019-08-16T21:37 STOP: ptest-runner